:root {
    --btn-color: #bf9334; /* this color is always fix */
    --btn-color-hover: #cda247; /* this color is always fix */
    --white-heading: #faf9f4;
    --primary-color: #60557b;
    --secondary-color : #73667F;
    --element-color: var(--btn-color);
    --highlighted-primary-color: var(--btn-color);
    --highlighted-secondary-color: #ffde99;
}
body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: 0.5px;
    color: #1E1E1E;
}
hr {
    margin-top: 30px;
    margin-bottom: 50px;
}
p {
    margin-bottom: 30px;
}
.btn {
    white-space: normal;
}
.custom-wrap,
.img-bx {
    width: 100%;
}
.highlighted-txt {
    color: var(--highlighted-primary-color);
    font-weight: 700;
}
.highlighted-txt-2 {
    color: var(--highlighted-secondary-color);
}
ul.custom-list-style-disc li {
    padding-bottom: 30px;
    list-style: none;
    position: relative;
}
ul.custom-list-style-disc li::before {
    content: "";
    background-color: var(--element-color);
    font-weight: 700;
    left: -20px;
    top: 9px;
    height: 10px;
    width: 10px;
    position: absolute;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
ul.custom-list-style-ellipse {
    margin-bottom: 0;
}
ul.custom-list-style-ellipse li {
    padding-bottom: 30px;
    padding-left: 30px;
    list-style: none;
    position: relative;
}
ul.custom-list-style-ellipse li::before {
    content: "";
    left: 0;
    top: 4px;
    position: absolute;
    width: 17px;
    height: 23px;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml,<svg width="17" height="23" viewBox="0 0 17 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.2331 18.6165C16.2331 20.6139 14.6139 22.2331 12.6165 22.2331C10.6192 22.2331 9 20.6139 9 18.6165C9 16.6192 10.6192 15 12.6165 15C14.6139 15 16.2331 16.6192 16.2331 18.6165Z" fill="%23F9E0B1"/><path d="M11.2083 2.10417C11.2083 3.26627 10.2663 4.20833 9.10417 4.20833C7.94207 4.20833 7 3.26627 7 2.10417C7 0.942067 7.94207 0 9.10417 0C10.2663 0 11.2083 0.942067 11.2083 2.10417Z" fill="%23F9E0B1"/><path d="M6.18099 11.7402C6.18099 13.4471 4.79733 14.8307 3.09049 14.8307C1.38366 14.8307 0 13.4471 0 11.7402C0 10.0334 1.38366 8.64974 3.09049 8.64974C4.79733 8.64974 6.18099 10.0334 6.18099 11.7402Z" fill="%23F9E0B1"/></svg>');
}
.bg-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.border-radius {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
}
.border-radius-30 {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    overflow: hidden;
}
.border-radius-40 {
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    overflow: hidden;
}
.img-border-wrap {
    border: 1px solid #a190ad;
}
.img-border img {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    position: relative;
}
.img-border:before,
.img-border:after {
    width: 250px;
    height: 225px;
    content: "";
    position: absolute;
    background-color: #DDAB3F;
    display: block;
    z-index: -1;
}
.img-border:before {
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
    top: -3px;
    right: -3px;
}
.img-border:after {
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-left-radius: 20px;
    bottom: -3px;
    left: -3px;
}
.img-gradient-style {
    background: linear-gradient(327.91deg, #996F92 0.15%, rgba(153, 111, 146, 0) 35.46%);
}
.img-gradient-style-2 {
    background: linear-gradient(32.09deg, #996F92 0.15%, rgba(153, 111, 146, 0) 35.46%);
}

.img-gradient-border-style,
.img-gradient-border-style-2 {
    position: relative;
    margin-bottom: 30px;
}
.img-gradient-border-style::before,
.img-gradient-border-style-2::before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background-size: contain;
}
.img-gradient-border-style .img-border-inner,
.img-gradient-border-style-2 .img-border-inner {
    position: relative;
    padding: 20px;
}
.img-gradient-border-style .img-border-inner:before,
.img-gradient-border-style .img-border-inner:after,
.img-gradient-border-style-2 .img-border-inner:before,
.img-gradient-border-style-2 .img-border-inner:after {
    content: "";
    position: absolute;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.img-gradient-border-style .img-border-inner:before,
.img-gradient-border-style-2 .img-border-inner:before {
    width: 2px;
    height: calc(75% - 27px);
    bottom: 27px;
    background-image: linear-gradient(transparent, var(--element-color) 85%);
}
.img-gradient-border-style .img-border-inner:after,
.img-gradient-border-style-2 .img-border-inner:after {
    height: 2px;
    width: calc(75% - 27px);
    bottom: 0;
}
.img-gradient-border-style::before {
    left: 0;
    background-image: url("https://cf.zonia.com/pages/cancer-sales/images/border-1.svg");
}
.img-gradient-border-style-2::before {
    right: 0;
    background-image: url("https://cf.zonia.com/pages/cancer-sales/images/border-2.svg");
}
.img-gradient-border-style .img-border-inner:before {
    left: 0;
}
.img-gradient-border-style-2 .img-border-inner:before {
    right: 0;
}
.img-gradient-border-style .img-border-inner:after {
    left: 27px;
    background-image: linear-gradient(to left, transparent, var(--element-color) 85%);
}
.img-gradient-border-style-2 .img-border-inner:after {
    right: 27px;
    background-image: linear-gradient(to right, transparent, var(--element-color) 85%);
}

/* dark box */
.dark-box {
    color: var(--white-heading);
    background-color: #503D45;
    padding: 70px 50px 30px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-top: 30px;
    margin-bottom: 70px;
}

/* heading style line */
.heading-style-line:before {
    content: "";
    height: 1px;
    width: 30%;
    position: absolute;
    background-color: #bf9334;
    display: block;
    bottom: 0;
    left: 0;
}

/* heading style line center */
.heading-style-line-center:before {
    content: "";
    height: 1px;
    position: absolute;
    background-color: var(--element-color);
    display: block;
    bottom: 0;
    width: 22%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

/* heading style line start end */
.heading-style-start-end-line:before,
.heading-style-start-end-line:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    height: 1px;
    width: 5000px;
    background-color: #BF9334;
}
.heading-style-start-end-line:before {
    right: calc(100% + 30px);
}
.heading-style-start-end-line:after {
    left: calc(100% + 30px);
}

/* heading style gradient */
.heading-style-gradient {
    background: linear-gradient(89.9deg, #26283A 16.81%, #755B66 79.84%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* heading style brain */
.heading-style-ellipse {
    display: block;
    position: relative;
}
.heading-style-ellipse::before {
    content: " ";
    display: block;
    position: absolute;
    width: 35px;
    height: 47px;
    left: -60px;
    background-image: url('data:image/svg+xml,<svg width="35" height="47" viewBox="0 0 35 47" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M34.2331 39.2594C34.2331 43.4716 30.8185 46.8862 26.6063 46.8862C22.3942 46.8862 18.9796 43.4716 18.9796 39.2594C18.9796 35.0473 22.3942 31.6327 26.6063 31.6327C30.8185 31.6327 34.2331 35.0473 34.2331 39.2594Z" fill="%2379A7A5"/><path d="M23.6367 4.43737C23.6367 6.88806 21.65 8.87473 19.1993 8.87473C16.7486 8.87473 14.7619 6.88806 14.7619 4.43737C14.7619 1.98668 16.7486 0 19.1993 0C21.65 0 23.6367 1.98668 23.6367 4.43737Z" fill="%2379A7A5"/><path d="M13.0348 24.7584C13.0348 28.3579 10.1168 31.2758 6.51738 31.2758C2.91793 31.2758 0 28.3579 0 24.7584C0 21.159 2.91793 18.2411 6.51738 18.2411C10.1168 18.2411 13.0348 21.159 13.0348 24.7584Z" fill="%2379A7A5"/></svg>');
    background-repeat: no-repeat;
    background-size: cover;
}

/* heading style bit */
.heading-style-bit {
    display: block;
    position: relative;
}
.heading-style-bit::before {
    content: " ";
    display: block;
    position: absolute;
    width: 31px;
    height: 32px;
    top: 10px;
    left: -50px;
    background-image: url('data:image/svg+xml,<svg width="31" height="32" viewBox="0 0 31 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.56752 3.20913C9.5552 3.27971 9.54904 3.33991 9.54288 3.39595C9.54083 3.45407 9.53672 3.50804 9.53672 3.56201C9.53672 3.62844 9.53878 3.68864 9.54288 3.74468C9.54904 3.79865 9.5552 3.863 9.56752 3.92942H12.1011C12.1134 3.863 12.1216 3.79865 12.1257 3.74468C12.1278 3.68656 12.1298 3.62844 12.1298 3.56201C12.1298 3.50597 12.1298 3.452 12.1257 3.39595C12.1195 3.33991 12.1113 3.27971 12.1011 3.20913H11.2511V0H11.0909L9.38479 0.757654C9.41559 0.873897 9.45871 0.988064 9.50798 1.096C9.55931 1.19979 9.62501 1.30358 9.69892 1.40114L10.4298 1.10638V3.20913H9.56752Z" fill="%2360557B"/><path d="M18.9585 3.03269C18.9482 3.09289 18.942 3.14686 18.9379 3.19668C18.9338 3.2465 18.9318 3.29216 18.9318 3.34406C18.9318 3.40218 18.9318 3.452 18.9379 3.50182C18.942 3.54956 18.9482 3.60353 18.9585 3.6658H21.1758C21.1882 3.6056 21.1943 3.55164 21.1984 3.50182C21.2005 3.452 21.2025 3.40218 21.2025 3.34406C21.2025 3.29424 21.2025 3.2465 21.1984 3.19668C21.1964 3.14686 21.1882 3.09289 21.1758 3.03269H20.4306V0.220032H20.2909L18.7963 0.884277C18.825 0.983913 18.862 1.08355 18.9071 1.17904C18.9503 1.27037 19.0057 1.35963 19.0734 1.44681L19.714 1.18941V3.03062H18.9585V3.03269Z" fill="%2360557B"/><path d="M0.443473 12.411C0.433208 12.4712 0.424995 12.5273 0.422942 12.5771C0.418836 12.629 0.418836 12.6788 0.418836 12.7286C0.418836 12.7784 0.418836 12.8407 0.422942 12.8905C0.424995 12.9424 0.435261 12.9985 0.443473 13.0607H2.72449C2.73475 12.9985 2.74296 12.9424 2.74502 12.8905C2.74912 12.8428 2.75118 12.7867 2.75118 12.7286C2.75118 12.6705 2.74707 12.629 2.74502 12.5771C2.74296 12.5273 2.73475 12.4712 2.72449 12.411H1.95867V9.52155H1.81495L0.279224 10.2024C0.305914 10.3062 0.344924 10.41 0.392145 10.5055C0.437314 10.5989 0.494801 10.6923 0.562554 10.7815L1.2216 10.5138V12.4089H0.443473V12.411Z" fill="%2360557B"/><path d="M9.3889 12.7722C9.37453 12.8511 9.36631 12.9216 9.36221 12.986C9.3581 13.0503 9.354 13.1147 9.354 13.179C9.354 13.2538 9.3581 13.3223 9.36221 13.3866C9.36426 13.451 9.37453 13.5236 9.3889 13.6004H12.3043C12.3166 13.5215 12.3269 13.451 12.331 13.3866C12.3331 13.3223 12.3392 13.2558 12.3392 13.179C12.3392 13.1126 12.3351 13.0503 12.331 12.986C12.3269 12.9216 12.3166 12.849 12.3043 12.7722H11.325V9.07941H11.1402L9.17743 9.94915C9.21644 10.082 9.26161 10.2128 9.32115 10.3373C9.38069 10.4577 9.4546 10.574 9.54083 10.6902L10.3826 10.3519V12.7722H9.3889Z" fill="%2360557B"/><path d="M18.3138 13.1562C18.2974 13.2538 18.2871 13.341 18.2809 13.4198C18.2768 13.5008 18.2727 13.5797 18.2727 13.6606C18.2727 13.752 18.2748 13.8371 18.2809 13.9159C18.2871 13.9969 18.2974 14.0841 18.3138 14.1796H21.9026C21.9211 14.0841 21.9314 13.9948 21.9375 13.9159C21.9417 13.8371 21.9458 13.752 21.9458 13.6606C21.9458 13.5693 21.9437 13.5029 21.9375 13.4198C21.9314 13.341 21.9211 13.2538 21.9026 13.1562H20.6995V8.60614H20.4716L18.053 9.67931C18.0982 9.84537 18.1557 10.0052 18.2296 10.1567C18.3035 10.3041 18.3918 10.4494 18.5006 10.5906L19.5375 10.1733V13.1562H18.3138Z" fill="%2360557B"/><path d="M30.0166 13.478C30.2424 13.3638 30.4251 13.206 30.5688 13.0005C30.7126 12.795 30.8193 12.5542 30.8932 12.2761C30.9672 11.9959 31.0021 11.6928 31.0021 11.3586C31.0021 11.0244 30.9692 10.7213 30.9014 10.439C30.8316 10.1567 30.7269 9.91387 30.5832 9.71045C30.4395 9.50494 30.2568 9.34719 30.0371 9.22887C29.8154 9.1147 29.5567 9.05658 29.2549 9.05658C28.953 9.05658 28.6841 9.1147 28.4623 9.22887C28.2386 9.34719 28.0558 9.50494 27.9121 9.71045C27.7684 9.91387 27.6596 10.1567 27.5877 10.439C27.5159 10.7213 27.4789 11.0286 27.4789 11.3586C27.4789 11.6887 27.5138 11.9959 27.5836 12.2761C27.6534 12.5542 27.7581 12.7971 27.8998 13.0005C28.0415 13.206 28.2221 13.3638 28.4439 13.478C28.6636 13.5921 28.9243 13.6482 29.2261 13.6482C29.5279 13.6482 29.7928 13.5921 30.0166 13.478ZM28.6943 12.4733C28.5588 12.2325 28.4931 11.8609 28.4931 11.3565C28.4931 10.8521 28.5588 10.4826 28.6923 10.2439C28.8237 10.0052 29.0064 9.88481 29.2425 9.88481C29.4786 9.88481 29.6511 10.0052 29.7804 10.2439C29.9077 10.4826 29.9734 10.8542 29.9734 11.3565C29.9734 11.8589 29.9077 12.2325 29.7804 12.4733C29.6511 12.7099 29.4725 12.8303 29.2425 12.8303C29.0126 12.8303 28.8299 12.7099 28.6964 12.4733H28.6943Z" fill="%2360557B"/><path d="M2.18246 22.4909C2.37546 22.3954 2.53355 22.2584 2.65879 22.082C2.78197 21.9055 2.87642 21.698 2.93801 21.4572C2.9996 21.2164 3.0304 20.9528 3.0304 20.6684C3.0304 20.384 3.00166 20.1204 2.94212 19.8755C2.88258 19.6326 2.79224 19.4271 2.66905 19.2506C2.54586 19.0721 2.38777 18.9351 2.19889 18.8355C2.00795 18.7359 1.78621 18.686 1.52547 18.686C1.26472 18.686 1.03477 18.7359 0.841778 18.8355C0.650838 18.9351 0.492748 19.0742 0.369561 19.2506C0.246374 19.4271 0.151931 19.6326 0.0903371 19.8755C0.0307967 20.1183 0 20.3819 0 20.6684C0 20.9548 0.0307967 21.2164 0.0923902 21.4572C0.151931 21.698 0.242268 21.9055 0.363402 22.082C0.486589 22.2584 0.640572 22.3954 0.829459 22.4909C1.0204 22.5885 1.24419 22.6383 1.50288 22.6383C1.76157 22.6383 1.98742 22.5885 2.18246 22.4909ZM1.04504 21.6274C0.928008 21.4198 0.870521 21.1002 0.870521 20.6684C0.870521 20.2366 0.928008 19.9149 1.04298 19.7094C1.15796 19.5039 1.31399 19.4022 1.51725 19.4022C1.72051 19.4022 1.86628 19.5039 1.97715 19.7094C2.08802 19.9149 2.14345 20.2346 2.14345 20.6684C2.14345 21.1022 2.08802 21.4198 1.97715 21.6274C1.86834 21.8287 1.71435 21.9346 1.51725 21.9346C1.32015 21.9346 1.16206 21.8308 1.04709 21.6274H1.04504Z" fill="%2360557B"/><path d="M9.56752 21.8993C9.5552 21.9678 9.54904 22.0301 9.54288 22.0861C9.54083 22.1443 9.53672 22.1982 9.53672 22.2543C9.53672 22.3207 9.53878 22.3788 9.54288 22.4369C9.54904 22.4909 9.5552 22.5553 9.56752 22.6238H12.1011C12.1134 22.5553 12.1216 22.493 12.1257 22.4369C12.1278 22.3788 12.1298 22.3207 12.1298 22.2543C12.1298 22.1982 12.1298 22.1443 12.1257 22.0861C12.1195 22.0301 12.1113 21.9678 12.1011 21.8993H11.2511V18.686H11.0909L9.38479 19.4458C9.41559 19.5599 9.45871 19.672 9.50798 19.782C9.55931 19.8858 9.62501 19.9875 9.69892 20.0872L10.4298 19.7924V21.8972H9.56752V21.8993Z" fill="%2360557B"/><path d="M18.4329 22.356C18.4165 22.4453 18.4062 22.5283 18.4 22.603C18.3939 22.6757 18.3918 22.7504 18.3918 22.8231C18.3918 22.8957 18.3918 22.9871 18.4 23.0618C18.4041 23.1365 18.4165 23.2175 18.4329 23.3088H21.7692C21.7836 23.2195 21.7938 23.1386 21.7979 23.0618C21.8041 22.9891 21.8061 22.9102 21.8061 22.8231C21.8061 22.7359 21.8041 22.6757 21.7979 22.603C21.7938 22.5283 21.7836 22.4474 21.7692 22.356H20.6482V18.1277H20.4388L18.1906 19.1261C18.2337 19.2797 18.2871 19.4292 18.3549 19.5703C18.4247 19.7053 18.5068 19.8402 18.6074 19.973L19.5703 19.5849V22.356H18.4329Z" fill="%2360557B"/><path d="M27.9203 22.0571C27.908 22.1318 27.8998 22.2003 27.8957 22.2626C27.8895 22.3269 27.8895 22.3892 27.8895 22.4494C27.8895 22.522 27.8895 22.5864 27.8957 22.6507C27.8998 22.7151 27.908 22.7815 27.9203 22.8562H30.731C30.7434 22.7815 30.7536 22.713 30.7557 22.6507C30.7618 22.5864 30.7618 22.522 30.7618 22.4494C30.7618 22.3892 30.7618 22.3269 30.7557 22.2626C30.7516 22.2003 30.7413 22.1339 30.731 22.0571H29.7887V18.4951H29.61L27.7171 19.3357C27.754 19.4644 27.7992 19.589 27.8567 19.7073C27.9142 19.8235 27.984 19.9377 28.0661 20.0477L28.8771 19.7218V22.055H27.9203V22.0571Z" fill="%2360557B"/><path d="M11.3394 31.5745C11.5057 31.4894 11.6453 31.369 11.752 31.2174C11.8609 31.0638 11.9409 30.8812 11.9943 30.6736C12.0477 30.4618 12.0764 30.2335 12.0764 29.9844C12.0764 29.7353 12.0497 29.507 11.9984 29.2953C11.9491 29.0835 11.8711 28.9009 11.7623 28.7493C11.6535 28.5957 11.518 28.4753 11.3517 28.3882C11.1874 28.301 10.9924 28.2574 10.7645 28.2574C10.5366 28.2574 10.3374 28.301 10.1711 28.3882C10.0028 28.4753 9.86728 28.5957 9.76051 28.7493C9.6517 28.9009 9.57163 29.0856 9.51619 29.2953C9.46281 29.5091 9.43407 29.7374 9.43407 29.9844C9.43407 30.2314 9.46076 30.4618 9.51209 30.6736C9.56547 30.8812 9.64349 31.0638 9.75025 31.2174C9.85496 31.369 9.99251 31.4914 10.1588 31.5745C10.3231 31.6596 10.5181 31.7032 10.746 31.7032C10.9739 31.7032 11.169 31.6596 11.3373 31.5745H11.3394ZM10.3477 30.8189C10.2492 30.6404 10.1978 30.3622 10.1978 29.9823C10.1978 29.6025 10.2471 29.3285 10.3457 29.1479C10.4463 28.9694 10.5818 28.8801 10.7583 28.8801C10.9349 28.8801 11.0642 28.9694 11.1587 29.1479C11.2552 29.3285 11.3024 29.6046 11.3024 29.9823C11.3024 30.3601 11.2552 30.6404 11.1587 30.8189C11.0642 30.9974 10.9287 31.0867 10.7583 31.0867C10.5879 31.0867 10.4504 30.9974 10.3477 30.8189Z" fill="%2360557B"/><path d="M18.7901 31.2673C18.7778 31.3358 18.7696 31.398 18.7655 31.4561C18.7614 31.5143 18.7573 31.5703 18.7573 31.6264C18.7573 31.6824 18.7614 31.753 18.7655 31.809C18.7696 31.8672 18.7778 31.9294 18.7901 31.9979H21.3668C21.3791 31.9294 21.3873 31.8672 21.3914 31.809C21.3935 31.753 21.3976 31.6928 21.3976 31.6264C21.3976 31.5682 21.3955 31.5122 21.3914 31.4561C21.3873 31.398 21.3791 31.3358 21.3668 31.2673H20.5004V28.0021H20.3382L18.6033 28.7722C18.6361 28.8926 18.6772 29.0047 18.7306 29.1126C18.784 29.2206 18.8476 29.3243 18.9256 29.424L19.6689 29.1251V31.2652H18.7922L18.7901 31.2673Z" fill="%2360557B"/></svg>');
    background-repeat: no-repeat;
    background-size: cover;
}

/* heading style 1 */
.heading-style-1 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 1.2;
    letter-spacing: 1.35px;
    color: var(--primary-color);
}

/* heading style 2 */
.heading-style-2 {
    font-size: 35px;
    line-height: normal;
    letter-spacing: 1.05px;
    margin-bottom: 40px;
    color: var(--primary-color);
}

/* circle-effect */
.circle-effect {
    display: block;
    position: relative;
}
.circle-start.circle-effect::before,
.circle-start.circle-effect::after,
.circle-end.circle-effect::before {
    content: " ";
    display: block;
    position: absolute;
}
.circle-effect::before {
    height: 23px;
    width: 15px;
    left: -30px;
    background-image: url('https://cf.zonia.com/pages/cancer-sales/images/circle-effect.webp');
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.circle-start.circle-effect:before {
    top: 50%;
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}
.circle-start.circle-effect::after {
    width: 1px;
    background-color: #92A9A9;
    height: calc(50% + 40px);
    left: -23px;
    bottom: -40px;
}
.circle-end.circle-effect:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

/* section */
.section {
    padding-top: 70px;
    padding-bottom: 30px;
    position: relative;
}
.section .container {
    position: relative;
    z-index: 1;
}

/* form control */
.form-control {
    background-color: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-width: 0 0 1px;
    border-color: #3F2F36;
    padding: 5px 0;
    font-size: 18px;
    color: #3F2F36;
    position: relative;
    z-index: 1;
}
.form-control:focus {
    border-color: #3F2F36;
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #21535A;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
}
.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #21535A;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
}
.form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #21535A;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
}
.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #21535A;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
}
.form-label {
    position: absolute;
    top: 65%;
    left: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}
.form-control:focus ~ .form-label,
.form-control:not(:placeholder-shown).form-control:not(:focus) ~ .form-label {
    top: 0;
    left: 0;
    font-size: 14px;
    z-index: 0;
}
.btn-1 {
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: 0.81px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    background-color: var(--btn-color);
    padding: 15px 30px;
    border-radius: 5px;
    border: 0;
    margin-bottom: 40px;
    min-width: 420px;
}
.btn-1:hover,
.btn-1:focus,
.btn-1:active,
:not(.btn-check) + .btn:active,
.btn:first-child:active {
    color: #ffffff;
    background-color: var(--btn-color-hover);
    border-color: transparent;
}
.btn-1 span {
    display: block;
    font-size: 22px;
    font-weight: 300;
}
.info-txt {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.45px;
}
.special-txt {
    line-height: 1.36;
    letter-spacing: 0.66px;
    padding-bottom: 40px;
    position: relative;
    font-weight: 500;
}

/* pop up register form */
.pop-up-register-form {
    background-color: #FFFEF6;
    padding: 30px 15px 15px;
    border: 1px solid #BF9334;
    width: 314px;
    font-size: 15px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1000;
    color: #333333;
    box-shadow: -4px 4px 10px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: -4px 4px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: -4px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.pop-up-register-form input[type="checkbox"] {
    float: left;
    margin-top: 2px;
}
.pop-up-register-form p {
    margin-bottom: 20px;
}
.pop-up-register-form .close {
    position: absolute;
    right: 10px;
    top: 10px;
}
.pop-up-register-form .close:before,
.close:after {
    position: absolute;
    left: -10px;
    content: " ";
    height: 20px;
    width: 2px;
    background-color: #bf9334;
}
.pop-up-register-form .close:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}
.pop-up-register-form .close:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}
.pop-up-register-form .form-control {
    color: #1E1E1E;
    font-size: 15px;
    border-color: #BF9334;
}
.pop-up-register-form .form-control:focus {
    color: #1E1E1E;
}
.pop-up-register-form .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #1E1E1E;
}
.pop-up-register-form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #1E1E1E;
}
.pop-up-register-form .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #1E1E1E;
}
.pop-up-register-form .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #1E1E1E;
}
.pop-up-register-form .recommend-txt {
    font-size: 12px;
    display: block;
    overflow: hidden;
    color: #333333;
}
.pop-up-register-form .btn-1 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 9px 0;
    display: block;
    letter-spacing: 0;
}

/* book pop up form */
#myModal .modal-dialog {
    max-width: 992px;
}
#myModal .modal-dialog .modal-content {
    background-color: #fff;
    border: none;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.book-pop-up-form {
    font-size: 19px;
    font-weight: 300;
    color: var(--primary-color);
}
.book-pop-up-form .heading-style {
    font-size: 31px;
    font-weight: 700;
    margin-bottom: 30px;
    color: var(--primary-color);
}
.book-pop-up-form .highlighted-txt {
    -webkit-text-fill-color: #BF9334;
    display: inline-block;
}
.book-pop-up-form .book-wrap {
    width: 100%;
    max-width: 144px;
}
.book-pop-up-form input[type="checkbox"] {
    float: left;
    margin-top: 2px;
}
.book-pop-up-form p {
    margin-bottom: 30px;
}
.book-pop-up-form .btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
}
/*
.book-pop-up-form .img-fluid {
	width: 144px;
}
*/
.book-pop-up-form .form-control {
    font-size: 20px;
    border-width: 1px;
    padding: 12px 30px;
    border-color: #BF9334;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.book-pop-up-form .recommend-txt {
    font-size: 14px;
    display: block;
    overflow: hidden;
    padding-bottom: 30px;
    color: #92A9A9;
}
.book-pop-up-form .btn-1 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 13px 40px;
    display: inline-block;
    letter-spacing: 0.03em;
}

/* pop up button */
.pop-up-button {
    position: fixed;
    bottom: -200px;
    right: 0;
    left: 0;
    z-index: 100;
    background: linear-gradient(360deg, #666 0%, rgba(255, 255, 255, 0));
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
}
.pop-up-button.pop-show {
    bottom: 0;
}

#pop-up-button-wrap.show .pop-up-button {
    bottom: 0;
}
@media only screen and (min-width: 992px) {
    .pop-up-button {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .pop-up-button .btn-1 {
        padding: 20px 10px;
        font-size: 17px;
    }
}

/* sticky header */
.header-bar-fixed {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #69536F;
    color: #ffffff;
    position: fixed;
    top: -200px;
    right: 0;
    left: 0;
    z-index: 100;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
}

.header-bar-fixed .btn-1 {
    font-size: 22px;
    padding: 12px 30px;
    width: 100%;
    max-width: 350px;
    min-width: unset;
}

#header-bar-fixed-wrap.show .header-bar-fixed {
    top: 0;
}

.header-bar-fixed .fixed-paragraph {
    white-space: nowrap;
}

@media only screen and (min-width: 992px) {
    .header-bar-fixed .row {
        flex-wrap: nowrap;
    }

    .header-bar-fixed .col {
        padding-right: 100px;
    }

    .header-bar-fixed .col-auto {
        margin-left: auto;
        padding-left: 40px;
    }
}


/* Global Media Queries */
@media (max-width: 1599px) {
    body {
        font-size: 21px;
    }
    .heading-style-1 {
        font-size: 43px;
    }
    .heading-style-2 {
        font-size: 32px;
    }
}
@media (max-width: 1399px) {
    body {
        letter-spacing: 0.3px;
    }
    .heading-style-1 {
        letter-spacing: 0.5px;
    }
    .heading-style-1 {
        font-size: 37px;
    }
    .heading-style-2 {
        font-size: 29px;
    }
}
@media (min-width: 992px) and (max-width: 1399px) {

}

@media (max-width: 1199px) {

}

@media only screen and (max-width: 991px) {
    .border-radius-30,
    .border-radius-40 {
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
    }
    .heading-style-start-end-line:before {
        right: calc(100% - 55px);
    }
    .heading-style-start-end-line:after {
        left: calc(100% - 55px);
    }
    .pop-up-register-form {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    body,
    .btn-1,
    .heading-style-2 {
        font-size: 20px;
    }
    p,
    .heading-style-1,
    .heading-style-2 {
        margin-bottom: 20px;
    }
    .heading-style-2 {
        line-height: 1.3;
    }
    .heading-style-line-center:before {
        width: 75%;
    }
    .btn-1 span {
        font-size: 15px;
    }
    .info-txt {
        font-size: 12px;
        line-height: 2.25;
        letter-spacing: 0.36px;
    }
    .special-txt {
        font-size: 15px;
        font-weight: 400;
        padding-inline: 45px;
        padding-bottom: 20px;
    }
    .border-radius {
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }
    .img-border-wrap {
        border-width: 2px;
    }
    .img-gradient-border-style,
    .img-gradient-border-style-2 {
        border-bottom-left-radius: 15px;
        margin-bottom: 20px;
    }
    .img-gradient-border-style .img-border-inner,
    .img-gradient-border-style-2 .img-border-inner {
        padding: 15px;
    }
    .img-gradient-border-style::before {
        border-bottom-left-radius: 15px;
    }
    .img-gradient-border-style-2::before {
        border-bottom-right-radius: 15px;
    }
    .img-border:before,
    .img-border:after {
        width: 157px;
        height: 140px;
    }
    .img-border:before {
        top: -2px;
        right: -2px;
    }
    .img-border:after {
        bottom: -2px;
        left: -2px;
    }
    .section {
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .heading-style-1 {
        font-size: 23px;
    }
    .heading-style-start-end-line:before,
    .heading-style-start-end-line:after {
        width: 35px;
    }
    .heading-style-start-end-line:before {
        right: calc(100% - 35px);
    }
    .heading-style-start-end-line:after {
        left: calc(100% - 35px);
    }
    .heading-style-ellipse {
        padding-left: 20px;
    }
    .heading-style-ellipse::before {
        width: 10px;
        height: 14px;
        left: 0;
        top: 5px;
    }
    .heading-style-bit::before {
        width: 14.5px;
        height: 15px;
        top: 5px;
        left: -0;
    }
    .circle-start.circle-effect:before {
        transform: translateY(-7px);
        -webkit-transform: translateY(-7px);
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -o-transform: translateY(-7px);
    }
    .circle-effect::before {
        left: -20px;
        height: 15px;
        width: 10px;
    }
    .circle-start.circle-effect::after {
        left: -15px;
        height: calc(50% + 20px);
        bottom: -20px;
    }
    ul.custom-list-style-ellipse li::before {
        left: 0;
        top: 5px;
        width: 13px;
        height: 16px;
        background-size: contain;
    }
    ul.custom-list-style-ellipse li {
        padding-bottom: 20px;
        padding-left: 20px;
    }
    .form-control-lg {
        font-size: inherit;
    }
    .dark-box {
        padding: 30px 10px 30px;
        margin-top: 10px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 575px) {
    body {
        font-size: 19px;
    }
    .book-pop-up-form .heading-style {
        font-size: 24px;
        margin-bottom: 20px;
    }
    #myModal .modal-dialog {
        margin-left: 0;
        margin-right: 0;
    }
    .book-pop-up-form {
        font-size: 18px;
    }
    .book-pop-up-form .form-control {
        padding: 10px;
        font-size: 16px;
    }
    .book-pop-up-form .recommend-txt {
        padding-bottom: 0;
    }
    .book-pop-up-form .btn-1 {
        font-size: 20px;
        padding: 13px 15px;
        width: 100%;
    }
    .highway-img {
        position: relative;
        z-index: 0;
        margin-top: -40px;
        margin-left: calc(var(--bs-gutter-x) * -.5);
        margin-right: calc(var(--bs-gutter-x) * -.5);
        margin-bottom: -20px;
    }
    .btn-aft-crack {
        margin-top: -70px;
    }
    ul.custom-list-style-disc {
        padding-left: 20px;
    }
    ul.custom-list-style-disc li::before {
        width: 6px;
        height: 6px;
        left: -15px;
    }
    .special-txt {
        padding-inline: 0;
    }
    .btn-1 {
        width: 100%;
        min-width: unset;
    }
}

@media (max-width: 393px) {
    .btn-1 {
        padding: 13px;
        margin-bottom: 20px;
    }
    .special-txt {
        padding-inline: 15px;
    }
    .img-bx img:not(.d-none) {
        display: block !important;
        line-height: 0 !important;
        vertical-align: top !important;
    }
    .box-wrap.text-center .img-bx img {
        margin-left: auto;
        margin-right: auto;
    }
    .cancer-sales-section-8 .img-bx {
        text-align: center;
    }
    .cancer-sales-section-8 .img-bx img {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media (min-width: 576px) {

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {
    .container.container-mobile-ctrl {
        max-width: none;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1200px) {

}

@media (min-width: 1400px) {
    .container {
        max-width: 1208px;
    }
}
/* end Global Media Queries */

/* #region clip-path-shape.. */
.clip-path-shape,
.clip-path-shape-2 {
    --clip-cnt-width: 923px;
    --clip-path-corner-height: 149px;
}
.clip-path-shape-3 {
    --clip-path-corner-height: 82px;
}
.clip-path-shape-4 {
    --clip-path-corner-height: 115px;
}
.clip-path-shape {
    clip-path: polygon(
            0% 0%,
            100% 0%,
            100% calc(100% - var(--clip-path-corner-height)),
            calc(var(--clip-cnt-width) + (100% - var(--clip-cnt-width))/ 2) 100%,
            calc(100% - var(--clip-cnt-width) - (100% - var(--clip-cnt-width))/2) 100%,
            0% calc(100% - var(--clip-path-corner-height))
    );
}
.clip-path-shape-2 {
    clip-path: polygon(
            0% var(--clip-path-corner-height),
            calc(100% - var(--clip-cnt-width) - (100% - var(--clip-cnt-width))/2) 0%,
            calc(var(--clip-cnt-width) + (100% - var(--clip-cnt-width))/ 2 ) 0%,
            100% var(--clip-path-corner-height),
            100% calc(100% - var(--clip-path-corner-height)),
            calc(var(--clip-cnt-width) + (100% - var(--clip-cnt-width))/ 2) 100%,
            calc(100% - var(--clip-cnt-width) - (100% - var(--clip-cnt-width))/2) 100%,
            0% calc(100% - var(--clip-path-corner-height))
    );
}
.clip-path-shape-3 {
    clip-path: polygon(
            0% 0%,
            100% 0%,
            100% calc(100% - var(--clip-path-corner-height)),
            50% 100%,
            0% calc(100% - var(--clip-path-corner-height))
    );
}
.clip-path-shape-4 {
    clip-path: polygon(
            0% 0%,
            100% 0%,
            100% 100%,
            50% calc(100% - var(--clip-path-corner-height)),
            0% 100%
    );
}
@media only screen and (max-width: 1599px) {
    .clip-path-shape,
    .clip-path-shape-2,
    .clip-path-shape-4 {
        --clip-path-corner-height: 120px;
    }
    .clip-path-shape-2 {
        --clip-cnt-width: 1000px;
    }
}
@media only screen and (max-width: 1399px) {
    .clip-path-shape,
    .clip-path-shape-2,
    .clip-path-shape-4 {
        --clip-path-corner-height: 100px;
    }
    .clip-path-shape-2 {
        --clip-cnt-width: 923px;
    }
}
@media only screen and (max-width: 1199px) {
    .clip-path-shape,
    .clip-path-shape-2 {
        --clip-path-corner-height: 60px;
    }
}
@media only screen and (max-width: 991px) {
    .clip-path-shape,
    .clip-path-shape-2 {
        --clip-cnt-width: 696px;
        --clip-path-corner-height: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .clip-path-shape,
    .clip-path-shape-2 {
        --clip-cnt-width: 516px;
        --clip-path-corner-height: 60px;
    }
    .clip-path-shape-3,
    .clip-path-shape-4 {
        --clip-path-corner-height: 20px;
    }
}
@media only screen and (max-width: 575px) {
    .clip-path-shape,
    .clip-path-shape-2 {
        --clip-cnt-width: 250px;
        --clip-path-corner-height: 35px;
    }
}
/* #endregion clip-path-shape.. */

/* #region cancer-sales-section-1 */
.cancer-sales-section-1 {
    background-color: #516869;
}
.cancer-sales-section-1 .heading-style-1,
.cancer-sales-section-1 .heading-style-2,
.cancer-sales-section-1 .heading-style-3 {
    color: #ffffff;
}
.cancer-sales-section-1 .heading-style-2 {
    font-size: 27px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.81px;
}
.cancer-sales-section-1 .highlighted-txt {
    color: var(--highlighted-secondary-color);
}
.embed-wrapper {
    position: relative;
    max-width: 940px;
}
@media only screen and (max-width: 767px) {
    .cancer-sales-section-1 .heading-style-1 {
        letter-spacing: normal;
        line-height: 1.3;
    }
    .cancer-sales-section-1 .heading-style-2 {
        font-size: 17px;
        letter-spacing: 0.5px;
        line-height: normal;
    }
    .cancer-sales-section-1 .heading-style-3 {
        font-size: 19px;
        letter-spacing: 0.38px;
    }
    .cancer-sales-section-1 .heading-style-4 {
        font-size: 14px;
        letter-spacing: 0.42px;
        line-height: normal;
    }
}
@media (min-width: 1400px) {
    .cancer-sales-section-1 .container {
        max-width: 1320px;
    }
}
@media (min-width: 1600px) {
    .cancer-sales-section-1 .container {
        max-width: 1454px;
    }
}
/* #endregion cancer-sales-section-1 */

/* #region cancer-sales-section-2 */
.cancer-sales-section-2 {
    margin-top: -250px;
    padding-top: 250px;
    background-color: #e7eceb;
}
.cancer-sales-section-2 .highlighted-txt-2 {
    color: var(--primary-color);
}
.cancer-sales-section-2 .heading-style-line-center:before {
    width: 21%;
}
.cancer-sales-section-2.v2 {
    margin-top: -500px;
    padding-top: 495px;
    padding-bottom: 80px;
}
.cancer-sales-section-2.v3 {
    padding-top: 140px;
}
@media only screen and (max-width: 767px) {
    .cancer-sales-section-2 {
        margin-top: -155px;
        padding-top: 155px;
    }
    .cancer-sales-section-2 .heading-style-1 {
        font-size: 20px;
        line-height: 1.35;
        letter-spacing: normal;
    }
    .cancer-sales-section-2 .heading-style-line-center:before {
        width: 27%;
    }
    .cancer-sales-section-2 .secondary-txt {
        font-size: 15px;
        letter-spacing: normal;
        line-height: normal;
    }
    .cancer-sales-section-2.v2 {
        padding-bottom: 50px;
    }
    .cancer-sales-section-2.v3 {
        padding-top: 55px;
    }
}
@media only screen and (max-width: 393px) {
    .cancer-sales-section-2 {
        margin-top: -115px;
        padding-top: 115px;
    }
}
@media (min-width: 1400px) {
    .cancer-sales-section-2 .container {
        max-width: 1320px;
    }
}
@media (min-width: 1600px) {
    .cancer-sales-section-2 .container {
        max-width: 1454px;
    }
}
/* #endregion cancer-sales-section-2 */

/* #region cancer-sales-section-3 */
.cancer-sales-section-3 {
    background-color: #f9f8ff;
    background-image: url('https://cf.zonia.com/pages/cancer-sales/images/cancer-sales-section-3-img-bg.webp');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
}
.cancer-sales-section-3 .heading-style-2 {
    line-height: 1.26;
}
.cancer-sales-section-3 .custom-wrap {
    max-width: 450px;
}
.cancer-sales-section-3 .highlighted-txt-2 {
    color: var(--primary-color);
}
.cancer-sales-section-3 .box-wrap {
    background-color: #a190ad;
    color: #ffffff;
}
.cancer-sales-section-3 .box-wrap .position-img {
    position: absolute;
    width: 210px;
    top: 50%;
    right: 42px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
@media only screen and (max-width: 1199px) {
    .cancer-sales-section-3 .custom-wrap {
        max-width: 350px;
    }
}
@media only screen and (max-width: 991px) {
    .cancer-sales-section-3 {
        background-image: none;
    }
    .cancer-sales-section-3 .custom-wrap {
        max-width: 440px;
    }
}
@media only screen and (max-width: 767px) {
    .cancer-sales-section-3 .heading-style-2 {
        font-size: 19px;
        letter-spacing: 0.38px;
        line-height: 1.32;
    }
    .cancer-sales-section-3 .custom-wrap {
        max-width: 100%;
    }
    .cancer-sales-section-3 .box-wrap .position-img {
        width: 112px;
        top: auto;
        bottom: 150px;
        right: 12px;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}
/* #endregion cancer-sales-section-3 */

/* #region cancer-sales-section-4 */
.cancer-sales-section-4 {
    background-color: #d9d9ee;
    margin-top: -435px;
    padding-top: 425px;
}
.cancer-sales-section-4 .custom-wrap {
    max-width: 450px;
}
.cancer-sales-section-4 .highlighted-txt-2 {
    color: var(--primary-color);
}
.cancer-sales-section-4 .box-wrap {
    background-color: #607f7c;
}
.cancer-sales-section-4 .box-wrap .position-img {
    position: absolute;
    width: 507px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
@media only screen and (max-width: 1399px) {
    .cancer-sales-section-4 .box-wrap .position-img {
        width: 480px;
    }
}
@media only screen and (max-width: 1199px) {
    .cancer-sales-section-4 .custom-wrap {
        max-width: 350px;
    }
    .cancer-sales-section-4 .box-wrap .position-img {
        width: 330px;
    }
}
@media only screen and (max-width: 991px) {
    .cancer-sales-section-4 .custom-wrap {
        max-width: 440px;
    }
}
@media only screen and (max-width: 767px) {
    .cancer-sales-section-4 {
        margin-top: -365px;
        padding-top: 360px;
    }
    .cancer-sales-section-4 .custom-wrap {
        max-width: 100%;
    }
}
/* #endregion cancer-sales-section-4 */

/* #region cancer-sales-section-5 */
.cancer-sales-section-5 {
    background-color: #f5f3ff;
    background-image: url('https://cf.zonia.com/pages/cancer-sales/images/cancer-sales-section-5-img-bg.webp');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: -235px;
    padding-top: 225px;
}
.cancer-sales-section-5 .heading-style-2 {
    line-height: 1.26;
}
.cancer-sales-section-5 .custom-wrap {
    max-width: 450px;
}
.cancer-sales-section-5 .highlighted-txt {
    color: var(--highlighted-secondary-color);
}
.cancer-sales-section-5 .highlighted-txt-2 {
    color: var(--primary-color);
}
.cancer-sales-section-5 .box-wrap {
    background-color: #607f7c;
    background-image: url('https://cf.zonia.com/pages/cancer-sales/images/cancer-sales-section-5-box-wrap-img-bg.webp');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
}
@media only screen and (max-width: 1199px) {
    .cancer-sales-section-5 .custom-wrap {
        max-width: 350px;
    }
}
@media only screen and (max-width: 991px) {
    .cancer-sales-section-5,
    .cancer-sales-section-5 .box-wrap {
        background-image: none;
    }
    .cancer-sales-section-5 .custom-wrap {
        max-width: 440px;
    }
    .cancer-sales-section-5 .off-canvas-img {
        margin-left: -60px;
        margin-top: -20px;
        width: 120%;
    }
}
@media only screen and (max-width: 767px) {
    .cancer-sales-section-5 .heading-style-2 {
        font-size: 19px;
        letter-spacing: 0.38px;
        line-height: 1.32;
    }
    .cancer-sales-section-5 .custom-wrap {
        max-width: 100%;
    }
    .cancer-sales-section-5 .off-canvas-img {
        margin-left: -20px;
        width: 110%;
    }
}
/* #endregion cancer-sales-section-5 */

/* #region cancer-sales-section-6 */
.cancer-sales-section-6 {
    margin-bottom: -95px;
    color: #fff;
}
.cancer-sales-section-6 .section-bg {
    background: linear-gradient(0deg, #547471 2.26%, #7D9794 92.75%);
}
.cancer-sales-section-6 .position-img-1,
.cancer-sales-section-6 .position-img-2 {
    width: 681px;
    top: 0;
    left: 0;
    opacity: 0.3;
}
.cancer-sales-section-6 .position-img-2 {
    left: auto;
    right: 0;
}
.cancer-sales-section-6 .off-container .box-wrap {
    background-color: #4F6765;
    height: 290px;
    overflow: auto;
}
.cancer-sales-section-6 .off-container .box-wrap .heading-style-2 {
    color: var(--highlighted-secondary-color);
    letter-spacing: 0.7px;
    font-size: 31px;
}
.cancer-sales-section-6 .off-container .box-wrap p {
    font-size: 20px;
    margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
    .cancer-sales-section-6 .position-img-1,
    .cancer-sales-section-6 .position-img-2 {
        width: 195px;
    }
    .cancer-sales-section-6 .off-container .box-wrap .heading-style-2 {
        font-size: 23px;
        letter-spacing: 0.46px;
        line-height: 1.3;
    }
}
@media only screen and (max-width: 767px) {
    .cancer-sales-section-6 {
        margin-bottom: -40px;
    }
    .cancer-sales-section-6 .custom-wrap-1 {
        max-width: 162px
    }
    .cancer-sales-section-6 .custom-wrap-2 {
        max-width: 225px
    }
    .cancer-sales-section-6 .off-container .box-wrap {
        height: 227px;
    }
}
/* #endregion cancer-sales-section-6 */

/* #region cancer-sales-section-7 */
.cancer-sales-section-7 {
    padding-top: 150px;
    background-color: #f9f8ff;
}
.cancer-sales-section-7 .heading-style-2 {
    letter-spacing: 0.7px;
}
.cancer-sales-section-7 .highlighted-txt-2 {
    color: var(--primary-color);
}
.cancer-sales-section-7 .custom-wrap {
    max-width: 450px;
}
.cancer-sales-section-7 .box-wrap {
    background-color: #a190ad;
}
@media only screen and (max-width: 1199px) {
    .cancer-sales-section-7 .custom-wrap {
        max-width: 350px;
    }
}
@media only screen and (max-width: 991px) {
    .cancer-sales-section-7 .custom-wrap {
        max-width: 440px;
    }
}
@media only screen and (max-width: 767px) {
    .cancer-sales-section-7 {
        padding-top: 70px;
    }
    .cancer-sales-section-7 .heading-style-2 {
        font-size: 19px;
        letter-spacing: 0.38px;
        line-height: 1.32;
    }
    .cancer-sales-section-7 .custom-wrap {
        max-width: 100%;
    }
}
/* #endregion cancer-sales-section-7 */

/* #region cancer-sales-section-8 */
.cancer-sales-section-8 {
    background-color: #dad9ee;
    background-image: url('https://cf.zonia.com/pages/cancer-sales/images/cancer-sales-section-8-img-bg.webp');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -270px;
    padding-top: 260px;
}
.cancer-sales-section-8 .heading-style-2 {
    letter-spacing: 0.7px;
    line-height: 1.25;
}
.cancer-sales-section-8 .highlighted-txt-2 {
    color: var(--primary-color);
}
.cancer-sales-section-8 .box-wrap {
    background-color: #a190ad;
}
.cancer-sales-section-8 .box-wrap .highlighted-txt {
    color: var(--highlighted-secondary-color);
}
.cancer-sales-section-8 .box-wrap .heading-style-line-center:before {
    width: 126px;
    background-color: var(--highlighted-secondary-color);
    bottom: auto;
    top: 0;
}
@media only screen and (max-width: 991px) {
    .cancer-sales-section-8 .box-wrap .img-fluid {
        max-width: 70px;
    }
}
@media only screen and (max-width: 767px) {
    .cancer-sales-section-8 {
        margin-top: -190px;
        padding-top: 185px;
        background-image: url('https://cf.zonia.com/pages/cancer-sales/images/cancer-sales-section-8-img-bg-sm.webp');
        background-position: top center;
    }
    .cancer-sales-section-8 .heading-style-2 {
        font-size: 19px;
        letter-spacing: 0.38px;
        line-height: 1.32;
    }
}
/* #endregion cancer-sales-section-8 */

/* #region cancer-sales-section-9 */
.cancer-sales-section-9 {
    margin-top: -270px;
    margin-bottom: -75px;
}
.cancer-sales-section-9 .section-bg {
    background: linear-gradient(180deg, #F4F3FF 3.53%, #F4F3FF 100%);
    padding-top: 270px;
}
.cancer-sales-section-9 .position-img {
    width: 395px;
    top: -20px;
    right: -350px;
    opacity: 0.2;
}
.cancer-sales-section-9 .highlighted-txt-2 {
    color: var(--primary-color);
}
.cancer-sales-section-9 .custom-wrap {
    max-width: 450px;
}
@media only screen and (max-width: 1199px) {
    .cancer-sales-section-9 .custom-wrap {
        max-width: 350px;
    }
}
@media only screen and (max-width: 991px) {
    .cancer-sales-section-9 .custom-wrap {
        max-width: 440px;
    }
}
@media only screen and (max-width: 767px) {
    .cancer-sales-section-9 {
        margin-bottom: -30px;
    }
    .cancer-sales-section-9 .custom-wrap {
        max-width: 100%;
    }
}
/* #endregion cancer-sales-section-9 */

/* #region cancer-sales-section-10 */
.cancer-sales-section-10 {
    background: linear-gradient(180deg, #547471 0%, #7D9794 100%);
    color: #fff;
    padding-top: 125px;
}
.cancer-sales-section-10 .custom-wrap {
    max-width: 450px;
}
.cancer-sales-section-10 .custom-wrap .img-border-wrap {
    border-color: var(--highlighted-secondary-color);
}
.cancer-sales-section-10 .highlighted-txt {
    color: var(--highlighted-secondary-color);
}
.cancer-sales-section-10 .position-img-1 {
    width: 175px;
    top: 135px;
    right: 0;
}
.cancer-sales-section-10 .position-img-2 {
    width: 286px;
    bottom: 270px;
    left: 0;
}
.cancer-sales-section-10 .position-img-3 {
    width: 413px;
    bottom: 70px;
    right: -350px;
    opacity: 0.2;
}
.cancer-sales-section-10 .box-wrap {
    background-color: #506666;
    background-image: url('https://cf.zonia.com/pages/cancer-sales/images/cancer-sales-section-10-box-wrap-img-bg.webp');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}
@media only screen and (max-width: 1199px) {
    .cancer-sales-section-10 .custom-wrap {
        max-width: 350px;
    }
}
@media only screen and (max-width: 991px) {
    .cancer-sales-section-10 .box-wrap {
        background-image: none;
    }
    .cancer-sales-section-10 .custom-wrap {
        max-width: 440px;
    }
}
@media only screen and (max-width: 767px) {
    .cancer-sales-section-10 {
        padding-top: 60px;
    }
    .cancer-sales-section-10 .position-img-1 {
        width: 109px;
        top: 35px;
    }
    .cancer-sales-section-10 .custom-wrap {
        max-width: 100%;
    }
}
/* #endregion cancer-sales-section-10 */

/* #region cancer-sales-section-11 */
.cancer-sales-section-11 {
    background-color: #f4fcfb;
    margin-top: -275px;
    padding-top: 265px;
}
.cancer-sales-section-11 .position-img-1 {
    width: 681px;
    top: 0;
    right: 0;
    opacity: 0.3;
}
.cancer-sales-section-11 .position-img-2 {
    width: 589px;
    bottom: 300px;
    right: 0;
    opacity: 0.3;
}
.cancer-sales-section-11 .off-container .box-wrap {
    background-color: #7d9794;
}
.cancer-sales-section-11 .off-container .box-wrap .heading-style-2 {
    font-size: 26px;
    letter-spacing: 0.56px;
    line-height: 1.25;
}
.cancer-sales-section-11 .off-container .box-wrap .heading-style-line-center:before {
    width: 126px;
    background-color: var(--highlighted-secondary-color);
    bottom: auto;
    top: 0;
}
.cancer-sales-section-11 .box-wrap {
    background-color: #4f6765;
}
.cancer-sales-section-11 ul li {
    color: var(--highlighted-secondary-color);
    font-weight: 700;
    margin-bottom: 20px;
    padding-left: 30px;
    list-style: none;
    position: relative;
}
.cancer-sales-section-11 ul li::before {
    content: "";
    left: 0;
    top: 4px;
    position: absolute;
    width: 19px;
    height: 19px;
    background-image: url('data:image/svg+xml,<svg width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18 9.5C18 4.80558 14.1944 1 9.5 1C4.80558 1 1 4.80558 1 9.5C1 14.1944 4.80558 18 9.5 18V19C4.25329 19 0 14.7467 0 9.5C0 4.25329 4.25329 0 9.5 0C14.7467 0 19 4.25329 19 9.5C19 14.7467 14.7467 19 9.5 19V18C14.1944 18 18 14.1944 18 9.5Z" fill="%23FFDE99"/><path d="M15 9.5C15 6.46243 12.5376 4 9.5 4C6.46243 4 4 6.46243 4 9.5C4 12.5376 6.46243 15 9.5 15V16C5.91015 16 3 13.0899 3 9.5C3 5.91015 5.91015 3 9.5 3C13.0899 3 16 5.91015 16 9.5C16 13.0899 13.0899 16 9.5 16V15C12.5376 15 15 12.5376 15 9.5Z" fill="%23FFDE99"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
}
@media only screen and (max-width: 1399px) {
    .cancer-sales-section-11 .off-container .box-wrap .heading-style-2 {
        font-size: 24px;
    }
}
@media only screen and (max-width: 1199px) {
    .cancer-sales-section-11 .off-container .box-wrap .img-fluid {
        max-width: 70px;
    }
}
@media only screen and (max-width: 991px) {
    .cancer-sales-section-11 .off-container .box-wrap .heading-style-2 {
        font-size: 22px;
    }
}
@media only screen and (max-width: 767px) {
    .cancer-sales-section-11 .off-container .box-wrap .heading-style-2 {
        font-size: 19px;
        letter-spacing: 0.38px;
        line-height: 1.31;
    }
    .cancer-sales-section-11 ul li {
        padding-left: 25px;
    }
    .cancer-sales-section-11 ul li::before {
        top: 5px;
        width: 15px;
        height: 15px;
    }
}
/* #endregion cancer-sales-section-11 */

/* #region cancer-sales-section-12 */
.cancer-sales-section-12 {
    background-color: #d9d9ee;
    margin-top: -300px;
    padding-top: 300px;
}
.cancer-sales-section-12 .custom-wrap {
    max-width: 450px;
}
.cancer-sales-section-12 .highlighted-txt-2 {
    color: var(--primary-color);
}
@media only screen and (max-width: 1199px) {
    .cancer-sales-section-12 .custom-wrap {
        max-width: 350px;
    }
}
@media only screen and (max-width: 991px) {
    .cancer-sales-section-12 .custom-wrap {
        max-width: 450px;
    }
}
@media only screen and (max-width: 767px) {
    .cancer-sales-section-12 .custom-wrap {
        max-width: 100%;
    }
}
/* #endregion cancer-sales-section-12 */

/* #region cancer-sales-section-13 */
.cancer-sales-section-13 {
    background-color: #f9f8ff;
}
.cancer-sales-section-13 .position-img {
    width: 546px;
    top: 50%;
    left: -244px;
    opacity: 0.2;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.cancer-sales-section-13 .highlighted-txt-2 {
    color: var(--primary-color);
}
.cancer-sales-section-13 .custom-wrap {
    max-width: 450px;
}
.cancer-sales-section-13 .box-wrap {
    background-color: #a190ad;
    background-image: url('https://cf.zonia.com/pages/cancer-sales/images/idea-icon.svg');
    background-position: right 32px bottom;
    background-repeat: no-repeat;
}
.cancer-sales-section-13 .box-wrap .heading-style-2 {
    font-size: 28px;
    letter-spacing: 0.56px;
    line-height: 1.25;
}
.cancer-sales-section-13 .box-wrap .heading-style-line-center:before {
    width: 126px;
    background-color: var(--highlighted-secondary-color);
    bottom: auto;
    top: 0;
}
.cancer-sales-section-13 .box-wrap .highlighted-txt {
    color: var(--highlighted-secondary-color);
}
@media only screen and (max-width: 1199px) {
    .cancer-sales-section-13 .custom-wrap {
        max-width: 350px;
    }
}
@media only screen and (max-width: 991px) {
    .cancer-sales-section-13 .position-img {
        left: auto;
        right: -244px;
    }
    .cancer-sales-section-13 .custom-wrap {
        max-width: 440px;
    }
    .cancer-sales-section-13 .box-wrap {
        background-position: right 15px bottom;
        background-size: 102px;
    }
    .cancer-sales-section-13 .box-wrap .heading-style-line-center:before {
        width: 100px;
    }
    .cancer-sales-section-13 .box-wrap-2 {
        border: 1px solid var(--highlighted-secondary-color);
    }
    .cancer-sales-section-13 .box-wrap-2 .row {
        height: 145px;
    }
}
@media only screen and (max-width: 767px) {
    .cancer-sales-section-13 .position-img {
        top: 44%;
        width: 251px;
        right: -112px;
    }
    .cancer-sales-section-13 .custom-wrap {
        max-width: 100%;
    }
    .cancer-sales-section-13 .box-wrap .heading-style-2 {
        font-size: 25px;
        letter-spacing: 0.5px;
        line-height: 1.2;
    }
}
/* #endregion cancer-sales-section-13 */

/* #region cancer-sales-section-14 */
.cancer-sales-section-14 {
    background-color: #e7eceb;
}
.cancer-sales-section-14 .custom-wrap {
    max-width: 450px;
}
@media only screen and (max-width: 1199px) {
    .cancer-sales-section-14 .custom-wrap {
        max-width: 350px;
    }
}
@media only screen and (max-width: 767px) {
    .cancer-sales-section-14 .custom-wrap {
        max-width: 215px;
    }
}
/* #endregion cancer-sales-section-14 */

/* #region cancer-sales-section-15 */
.cancer-sales-section-15 {
    margin-bottom: -75px;
    color: #fff;
}
.cancer-sales-section-15 .section-bg {
    background: linear-gradient(0deg, #577774 -7.14%, #7D9794 91.34%);
}
.cancer-sales-section-15 .position-img {
    width: 496px;
    bottom: -150px;
    right: -250px;
    opacity: 0.15;
}
.cancer-sales-section-15 .heading-style-bit::before {
    width: 48px;
    height: 47px;
    top: 0;
    left: -70px;
    background-image: url('data:image/svg+xml,<svg width="48" height="47" viewBox="0 0 48 47" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22.7471 0.951542C22.7436 0.972153 22.7419 0.992764 22.7401 1.00822C22.7401 1.02368 22.7401 1.04086 22.7401 1.05803C22.7401 1.07864 22.7401 1.09582 22.7401 1.113C22.7401 1.12845 22.7436 1.14735 22.7471 1.16796H23.5179C23.5213 1.14735 23.5248 1.12845 23.5266 1.113C23.5266 1.09582 23.5266 1.07864 23.5266 1.05803C23.5266 1.04257 23.5266 1.0254 23.5266 1.00822C23.5266 0.992764 23.5231 0.972153 23.5179 0.951542H23.2598V0H23.211L22.6913 0.225004C22.7018 0.259355 22.714 0.291989 22.7297 0.324624C22.7454 0.35554 22.7646 0.386457 22.7872 0.415656L23.0104 0.328059V0.951542H22.7471Z" fill="white"/><path d="M14.6596 8.95186C14.6527 8.98449 14.6492 9.01369 14.6474 9.04117C14.6457 9.06694 14.644 9.09613 14.644 9.12362C14.644 9.15453 14.644 9.18373 14.6474 9.21121C14.6492 9.2387 14.6527 9.26789 14.6596 9.30053H15.9151C15.9221 9.26789 15.9239 9.2387 15.9273 9.21121C15.9291 9.18373 15.9308 9.15453 15.9308 9.12362C15.9308 9.09613 15.9308 9.06865 15.9273 9.04117C15.9256 9.01369 15.9221 8.98449 15.9151 8.95186H15.4932V7.40088H15.4129L14.5672 7.76844C14.5829 7.82512 14.6038 7.88009 14.63 7.93161C14.6562 7.98142 14.6875 8.03123 14.7242 8.07932L15.0869 7.93677V8.95358H14.6596V8.95186Z" fill="white"/><path d="M22.4489 9.02075C22.442 9.05853 22.4385 9.09117 22.4367 9.12037C22.4332 9.15128 22.4332 9.18048 22.4332 9.20968C22.4332 9.24575 22.4332 9.27667 22.4367 9.30587C22.4385 9.33507 22.4437 9.3677 22.4489 9.40549H23.83C23.837 9.36942 23.8404 9.33507 23.8422 9.30587C23.8439 9.27495 23.8457 9.24403 23.8457 9.20968C23.8457 9.18048 23.8457 9.15128 23.8422 9.12037C23.8422 9.08945 23.837 9.05853 23.83 9.02075H23.3661V7.31519H23.279L22.3495 7.71882C22.367 7.78065 22.3897 7.83905 22.4176 7.89573C22.4455 7.95241 22.4803 8.00565 22.5204 8.0589L22.9198 7.90432V9.02075H22.4489Z" fill="white"/><path d="M30.165 9.18049C30.1563 9.22343 30.1528 9.26293 30.1493 9.299C30.1458 9.33507 30.1458 9.37114 30.1458 9.40721C30.1458 9.44843 30.1458 9.48622 30.1493 9.524C30.1528 9.56007 30.1563 9.59958 30.165 9.64423H31.832C31.8407 9.59958 31.846 9.56007 31.8477 9.524C31.8495 9.48622 31.8512 9.45015 31.8512 9.40721C31.8512 9.37114 31.8512 9.33507 31.8477 9.299C31.8442 9.26293 31.8407 9.22343 31.832 9.18049H31.2723V7.11938H31.1659L30.0429 7.60718C30.0639 7.68103 30.0918 7.75317 30.1249 7.82188C30.158 7.88886 30.1999 7.95413 30.2504 8.0194L30.7317 7.83046V9.18049H30.1633H30.165Z" fill="white"/><path d="M6.84768 16.6537C6.84245 16.6846 6.83896 16.7138 6.83721 16.7396C6.83721 16.7653 6.83373 16.7928 6.83373 16.8169C6.83373 16.846 6.83547 16.8735 6.83721 16.901C6.83896 16.9268 6.84245 16.956 6.84768 16.9869H8.04912C8.05435 16.956 8.05784 16.9251 8.05958 16.901C8.06132 16.8735 8.06307 16.846 8.06307 16.8169C8.06307 16.7911 8.06307 16.7653 8.05958 16.7396C8.05958 16.7138 8.05435 16.6846 8.04912 16.6537H7.64631V15.168H7.56959L6.76049 15.5184C6.77444 15.5716 6.79537 15.6248 6.81978 15.6729C6.84419 15.721 6.87383 15.7691 6.91045 15.8138L7.25746 15.6798V16.652H6.84768V16.6537Z" fill="white"/><path d="M15.6623 17.1809C15.7791 17.1242 15.8733 17.0435 15.9483 16.9404C16.0215 16.8356 16.079 16.7154 16.1157 16.5728C16.1523 16.432 16.1715 16.2774 16.1715 16.1108C16.1715 15.9442 16.154 15.7879 16.1192 15.6453C16.0843 15.5028 16.0285 15.3791 15.9552 15.2761C15.8803 15.173 15.7861 15.0923 15.671 15.0339C15.5577 14.9738 15.4217 14.9463 15.2665 14.9463C15.1113 14.9463 14.9718 14.9738 14.8567 15.0339C14.7416 15.0906 14.6457 15.173 14.5725 15.2761C14.4975 15.3808 14.4417 15.5028 14.4033 15.6453C14.3667 15.7879 14.3475 15.9425 14.3475 16.1108C14.3475 16.2791 14.3649 16.432 14.4016 16.5728C14.4382 16.7154 14.4922 16.8356 14.5655 16.9404C14.6405 17.0435 14.7329 17.1242 14.848 17.1809C14.9613 17.2393 15.0973 17.265 15.2543 17.265C15.4112 17.265 15.5455 17.2375 15.6623 17.1809ZM14.9787 16.6725C14.909 16.5505 14.8741 16.365 14.8741 16.1108C14.8741 15.8566 14.909 15.6677 14.9787 15.5474C15.0468 15.4272 15.1427 15.3654 15.263 15.3654C15.3833 15.3654 15.474 15.4255 15.5402 15.5474C15.6065 15.6677 15.6396 15.8549 15.6396 16.1108C15.6396 16.3667 15.6065 16.5522 15.5402 16.6725C15.474 16.7944 15.3816 16.8528 15.263 16.8528C15.1444 16.8528 15.0502 16.7927 14.9805 16.6725H14.9787Z" fill="white"/><path d="M22.3269 16.9112C22.3199 16.9558 22.3147 16.9954 22.3112 17.0314C22.3094 17.0692 22.3077 17.1036 22.3077 17.1379C22.3077 17.1809 22.3077 17.2204 22.3112 17.2547C22.3147 17.2925 22.3199 17.3303 22.3269 17.3749H23.9956C24.0026 17.3303 24.0078 17.2925 24.0113 17.2547C24.0148 17.2204 24.0166 17.1809 24.0166 17.1379C24.0166 17.1036 24.0166 17.0675 24.0113 17.0314C24.0078 16.9954 24.0044 16.9576 23.9956 16.9112H23.4342V14.8518H23.3295L22.2066 15.3379C22.2275 15.4117 22.2536 15.4856 22.2885 15.5526C22.3216 15.6213 22.3635 15.6866 22.4141 15.7501L22.8971 15.5612V16.9112H22.3269Z" fill="white"/><path d="M31.41 17.3253C31.5408 17.26 31.6472 17.1707 31.7309 17.0556C31.8146 16.9405 31.8774 16.8031 31.9192 16.6468C31.9593 16.4871 31.982 16.3153 31.982 16.1264C31.982 15.9375 31.9628 15.7657 31.9227 15.6043C31.8843 15.4445 31.8233 15.3088 31.7396 15.192C31.6559 15.077 31.5495 14.9859 31.4222 14.9189C31.2949 14.8537 31.1432 14.8228 30.9689 14.8228C30.7945 14.8228 30.6376 14.8554 30.5085 14.9189C30.3777 14.9859 30.2714 15.077 30.1894 15.192C30.1057 15.3088 30.0429 15.4445 30.0011 15.6043C29.9592 15.764 29.9383 15.9375 29.9383 16.1264C29.9383 16.3153 29.9592 16.4871 29.9993 16.6468C30.0395 16.8048 30.1005 16.9405 30.1824 17.0556C30.2644 17.1724 30.369 17.2617 30.4981 17.3253C30.6253 17.3888 30.7771 17.4215 30.9514 17.4215C31.1258 17.4215 31.2793 17.3888 31.41 17.3253ZM30.6428 16.755C30.5643 16.6193 30.526 16.4098 30.526 16.1247C30.526 15.8396 30.5643 15.63 30.641 15.4943C30.7178 15.3586 30.8241 15.2917 30.9601 15.2917C31.0962 15.2917 31.1973 15.3586 31.2723 15.4943C31.3473 15.63 31.3839 15.8396 31.3839 16.1247C31.3839 16.4098 31.3473 16.6193 31.2723 16.755C31.199 16.8907 31.0944 16.9577 30.9601 16.9577C30.8259 16.9577 30.7213 16.8907 30.6428 16.755Z" fill="white"/><path d="M37.8741 17.0899C37.8636 17.1415 37.8584 17.1896 37.8549 17.2325C37.8514 17.2754 37.8514 17.3167 37.8514 17.3613C37.8514 17.4094 37.8514 17.4558 37.8549 17.4987C37.8584 17.5417 37.8636 17.5898 37.8741 17.6413H39.8654C39.8742 17.5898 39.8811 17.5417 39.8846 17.4987C39.8864 17.4558 39.8881 17.4094 39.8881 17.3613C39.8881 17.3167 39.8864 17.2737 39.8846 17.2325C39.8811 17.1896 39.8759 17.1415 39.8654 17.0899H39.1958V14.6321H39.0703L37.7294 15.2126C37.7538 15.3019 37.7869 15.3878 37.827 15.4703C37.8671 15.551 37.9177 15.6283 37.977 15.7056L38.5524 15.4788V17.0899H37.8741Z" fill="white"/><path d="M7.76489 24.7691C7.86777 24.7193 7.95147 24.6472 8.01773 24.5544C8.08399 24.4651 8.13282 24.3569 8.16595 24.2332C8.19908 24.1096 8.21477 23.9739 8.21477 23.8262C8.21477 23.6785 8.19908 23.5428 8.16943 23.4174C8.13805 23.292 8.09097 23.1838 8.0247 23.0945C7.95844 23.0035 7.87649 22.933 7.77535 22.8798C7.67595 22.8283 7.55564 22.8025 7.41962 22.8025C7.28361 22.8025 7.15981 22.8283 7.05867 22.8798C6.95753 22.933 6.87383 23.0035 6.80757 23.0945C6.74131 23.1855 6.69248 23.292 6.65935 23.4174C6.62622 23.5428 6.61053 23.6785 6.61053 23.8262C6.61053 23.9739 6.62622 24.1096 6.65761 24.2332C6.689 24.3569 6.73782 24.4651 6.80234 24.5544C6.86686 24.6455 6.95056 24.7176 7.04995 24.7691C7.15109 24.8189 7.26966 24.843 7.40567 24.843C7.54169 24.843 7.66375 24.8189 7.76489 24.7691ZM7.16329 24.3208C7.10226 24.2143 7.07088 24.0512 7.07088 23.8262C7.07088 23.6012 7.10052 23.438 7.16155 23.3315C7.22258 23.225 7.30454 23.1718 7.41265 23.1718C7.52076 23.1718 7.59923 23.225 7.65677 23.3315C7.71606 23.438 7.7457 23.6029 7.7457 23.8262C7.7457 24.0495 7.71606 24.2143 7.65677 24.3208C7.59923 24.4273 7.51727 24.4806 7.41265 24.4806C7.30802 24.4806 7.22433 24.4273 7.16329 24.3208Z" fill="white"/><path d="M15.7687 25.2278C15.9151 25.1556 16.0372 25.0526 16.1314 24.9221C16.2255 24.7915 16.297 24.6369 16.3424 24.4583C16.3894 24.2797 16.4138 24.0856 16.4138 23.8726C16.4138 23.6596 16.3912 23.4638 16.3476 23.2835C16.3023 23.1048 16.2342 22.9485 16.1401 22.8197C16.0459 22.6875 15.9273 22.5861 15.7826 22.5106C15.6379 22.4367 15.467 22.4006 15.27 22.4006C15.0729 22.4006 14.8968 22.4367 14.7503 22.5106C14.6038 22.5844 14.4835 22.6875 14.3894 22.8197C14.2952 22.9485 14.2237 23.1048 14.1766 23.2835C14.1295 23.4638 14.1051 23.6596 14.1051 23.8726C14.1051 24.0856 14.1278 24.2797 14.1749 24.4583C14.2202 24.6369 14.29 24.7915 14.3824 24.9221C14.4748 25.0526 14.5934 25.1556 14.7381 25.2278C14.8828 25.2999 15.0537 25.336 15.2508 25.336C15.4478 25.336 15.6222 25.2999 15.7687 25.2278ZM14.902 24.5871C14.8131 24.4343 14.7695 24.1972 14.7695 23.8743C14.7695 23.5514 14.8131 23.3144 14.9003 23.1615C14.9875 23.0104 15.1078 22.9331 15.2612 22.9331C15.4147 22.9331 15.528 23.0104 15.6117 23.1615C15.6954 23.3144 15.739 23.5514 15.739 23.8743C15.739 24.1972 15.6972 24.4325 15.6117 24.5871C15.528 24.74 15.4112 24.8156 15.2612 24.8156C15.1113 24.8156 14.991 24.7383 14.902 24.5871Z" fill="white"/><path d="M23.7393 25.5886C23.9207 25.4975 24.0706 25.3722 24.1875 25.209C24.3043 25.0475 24.3915 24.8569 24.4508 24.6353C24.5083 24.4137 24.5379 24.1716 24.5379 23.9088C24.5379 23.646 24.5118 23.4038 24.456 23.1822C24.4002 22.9589 24.3147 22.7683 24.1979 22.6034C24.0811 22.442 23.9329 22.3166 23.755 22.2255C23.5771 22.1311 23.3644 22.0881 23.1203 22.0881C22.8762 22.0881 22.6564 22.1328 22.4768 22.2255C22.2955 22.3166 22.1473 22.442 22.0304 22.6034C21.9136 22.7666 21.8264 22.9589 21.7671 23.1822C21.7096 23.4038 21.68 23.6477 21.68 23.9088C21.68 24.1698 21.7079 24.4137 21.7654 24.6353C21.8212 24.8569 21.9066 25.0475 22.0235 25.209C22.1386 25.3722 22.285 25.4958 22.4629 25.5886C22.6425 25.6762 22.8535 25.7225 23.0976 25.7225C23.3417 25.7225 23.5562 25.6779 23.7376 25.5886H23.7393ZM22.6669 24.7916C22.5588 24.6027 22.503 24.309 22.503 23.9105C22.503 23.512 22.5571 23.2183 22.6652 23.0294C22.7733 22.8422 22.9215 22.746 23.1116 22.746C23.3016 22.746 23.4429 22.8422 23.5458 23.0294C23.6504 23.2183 23.7027 23.512 23.7027 23.9105C23.7027 24.309 23.6504 24.6027 23.5458 24.7916C23.4411 24.9788 23.2964 25.075 23.1116 25.075C22.9267 25.075 22.7768 24.9788 22.6669 24.7916Z" fill="white"/><path d="M31.628 25.702C31.8216 25.6075 31.9802 25.4735 32.104 25.3018C32.2261 25.13 32.3203 24.9273 32.383 24.692C32.4441 24.4584 32.4755 24.2008 32.4755 23.9225C32.4755 23.6443 32.4458 23.3849 32.3883 23.1479C32.3307 22.9126 32.2383 22.7065 32.1162 22.5365C31.9924 22.3647 31.8355 22.2307 31.6454 22.1311C31.4554 22.0349 31.2322 21.9851 30.9724 21.9851C30.7125 21.9851 30.4824 22.0349 30.2906 22.1311C30.0987 22.2307 29.9401 22.363 29.8163 22.5365C29.6924 22.7065 29.6 22.9126 29.5373 23.1479C29.4762 23.3849 29.4448 23.6426 29.4448 23.9225C29.4448 24.2025 29.4745 24.4567 29.5355 24.692C29.5948 24.9256 29.6855 25.13 29.8093 25.3018C29.9313 25.4735 30.0865 25.6075 30.2766 25.702C30.4667 25.7981 30.6916 25.8445 30.9497 25.8445C31.2078 25.8445 31.4344 25.7964 31.6297 25.702H31.628ZM30.4893 24.8586C30.3725 24.6577 30.315 24.3468 30.315 23.9243C30.315 23.5017 30.3725 23.1874 30.4859 22.9865C30.5992 22.7872 30.7579 22.6859 30.9584 22.6859C31.1589 22.6859 31.3106 22.7872 31.4205 22.9865C31.5304 23.1874 31.5862 23.4983 31.5862 23.9243C31.5862 24.3502 31.5304 24.6594 31.4205 24.8586C31.3106 25.0579 31.1554 25.1575 30.9584 25.1575C30.7614 25.1575 30.6044 25.0561 30.4876 24.8586H30.4893Z" fill="white"/><path d="M39.6318 26.1621C39.8707 26.0436 40.066 25.8821 40.2194 25.6674C40.3711 25.4561 40.4862 25.2071 40.5629 24.9185C40.6379 24.6283 40.6763 24.314 40.6763 23.9687C40.6763 23.6235 40.6397 23.3092 40.5682 23.0189C40.4967 22.7269 40.3833 22.4761 40.2316 22.2632C40.0799 22.0519 39.8846 21.887 39.6527 21.7668C39.419 21.6465 39.1418 21.5864 38.8227 21.5864C38.5036 21.5864 38.2176 21.6465 37.9822 21.7668C37.7451 21.887 37.5498 22.0519 37.398 22.2632C37.2463 22.4761 37.1313 22.7269 37.0563 23.0189C36.9795 23.3109 36.9412 23.6269 36.9412 23.9687C36.9412 24.3105 36.9778 24.63 37.0528 24.9185C37.126 25.2071 37.2394 25.4561 37.3893 25.6674C37.5393 25.8821 37.7328 26.0436 37.9648 26.1621C38.1984 26.2806 38.4757 26.339 38.7965 26.339C39.1174 26.339 39.3946 26.2789 39.6335 26.1621H39.6318ZM38.2281 25.1229C38.0851 24.8739 38.0136 24.4909 38.0136 23.9687C38.0136 23.4466 38.0833 23.0653 38.2246 22.8162C38.3641 22.5706 38.5594 22.4452 38.807 22.4452C39.0546 22.4452 39.2394 22.5706 39.3755 22.8162C39.5115 23.0635 39.5812 23.4466 39.5812 23.9687C39.5812 24.4909 39.5115 24.8739 39.3755 25.1229C39.2394 25.3685 39.0511 25.4922 38.807 25.4922C38.5629 25.4922 38.3711 25.3685 38.2263 25.1229H38.2281Z" fill="white"/><path d="M45.496 25.0905C45.4838 25.154 45.4768 25.2142 45.4733 25.2674C45.4681 25.3189 45.4663 25.3722 45.4663 25.4271C45.4663 25.4821 45.4681 25.5457 45.4733 25.5989C45.4768 25.6539 45.4855 25.7123 45.496 25.7758H47.9704C47.9808 25.7105 47.9895 25.6521 47.993 25.5989C47.9965 25.5457 47.9983 25.4873 47.9983 25.4271C47.9983 25.367 47.9965 25.3207 47.993 25.2674C47.9895 25.2142 47.9808 25.154 47.9704 25.0905H47.1403V22.0349H46.9817L45.3146 22.7563C45.346 22.8662 45.3861 22.9744 45.4367 23.0758C45.4873 23.1754 45.5501 23.2733 45.6233 23.3678L46.3382 23.0878V25.0922H45.496V25.0905Z" fill="white"/><path d="M6.73782 32.2442C6.73085 32.282 6.72562 32.3164 6.72387 32.349C6.72213 32.3799 6.72038 32.4091 6.72038 32.4417C6.72038 32.4761 6.72038 32.5087 6.72387 32.5414C6.72562 32.5723 6.73085 32.6066 6.73782 32.6444H8.17292C8.1799 32.6066 8.18338 32.5723 8.18687 32.5414C8.18862 32.5104 8.18861 32.4761 8.18861 32.4417C8.18861 32.4091 8.18862 32.3799 8.18687 32.349C8.18338 32.3181 8.1799 32.2837 8.17292 32.2442H7.69165V30.4734H7.60097L6.6332 30.8925C6.65063 30.956 6.67505 31.0179 6.70469 31.0763C6.73433 31.1329 6.76921 31.1896 6.8128 31.2463L7.22607 31.0831V32.2425H6.73782V32.2442Z" fill="white"/><path d="M15.7408 32.8727C15.8803 32.8057 15.9936 32.7095 16.0825 32.5859C16.1715 32.4622 16.2377 32.3179 16.2831 32.1496C16.3267 31.9813 16.3493 31.7958 16.3493 31.5983C16.3493 31.4007 16.3284 31.2118 16.2866 31.0435C16.2447 30.8734 16.1784 30.7274 16.0913 30.6055C16.0023 30.4818 15.889 30.3856 15.753 30.3152C15.617 30.2448 15.4548 30.2104 15.27 30.2104C15.0851 30.2104 14.9177 30.2448 14.78 30.3152C14.6422 30.3856 14.5289 30.4818 14.4399 30.6055C14.351 30.7274 14.2847 30.8734 14.2394 31.0435C14.1958 31.2118 14.1731 31.3973 14.1731 31.5983C14.1731 31.7992 14.1941 31.9813 14.2377 32.1496C14.2813 32.3179 14.3458 32.4622 14.433 32.5859C14.5201 32.7095 14.6317 32.8057 14.7695 32.8727C14.9055 32.9414 15.0659 32.9758 15.2525 32.9758C15.4391 32.9758 15.6013 32.9414 15.7408 32.8727ZM14.9229 32.2664C14.841 32.1221 14.7974 31.8988 14.7974 31.5965C14.7974 31.2942 14.8375 31.0692 14.9212 30.925C15.0032 30.7824 15.1165 30.7085 15.2612 30.7085C15.406 30.7085 15.5123 30.7807 15.5925 30.925C15.671 31.0692 15.7111 31.2908 15.7111 31.5965C15.7111 31.9023 15.671 32.1221 15.5925 32.2664C15.5123 32.4107 15.4025 32.4828 15.2612 32.4828C15.12 32.4828 15.0066 32.4107 14.9229 32.2664Z" fill="white"/><path d="M23.7306 33.2919C23.9102 33.2026 24.0567 33.0772 24.1718 32.9192C24.2868 32.7595 24.3723 32.5723 24.4316 32.3558C24.4891 32.1377 24.517 31.899 24.517 31.6413C24.517 31.3837 24.4909 31.1432 24.4368 30.9234C24.3828 30.7035 24.2991 30.5146 24.184 30.3548C24.0689 30.1951 23.9224 30.0697 23.748 29.9804C23.5702 29.8911 23.3627 29.8447 23.122 29.8447C22.8814 29.8447 22.6669 29.8911 22.489 29.9804C22.3112 30.0697 22.1647 30.1951 22.0496 30.3548C21.9363 30.5146 21.8491 30.7035 21.7898 30.9234C21.7323 31.1432 21.7044 31.382 21.7044 31.6413C21.7044 31.9007 21.7323 32.1377 21.7881 32.3558C21.8439 32.5723 21.9276 32.7595 22.0409 32.9192C22.1543 33.0789 22.2972 33.2043 22.4751 33.2919C22.6512 33.3812 22.8587 33.4225 23.0994 33.4225C23.34 33.4225 23.551 33.3795 23.7306 33.2919ZM22.6739 32.5087C22.5658 32.3215 22.5117 32.0329 22.5117 31.6396C22.5117 31.2463 22.5658 30.9577 22.6704 30.7705C22.7768 30.585 22.9232 30.4905 23.1098 30.4905C23.2964 30.4905 23.4342 30.585 23.5388 30.7705C23.6417 30.9577 23.6922 31.2446 23.6922 31.6396C23.6922 32.0346 23.6417 32.3198 23.5388 32.5087C23.4359 32.6942 23.2929 32.7869 23.1098 32.7869C22.9267 32.7869 22.7803 32.6942 22.6739 32.5087Z" fill="white"/><path d="M29.8633 32.7439C29.8529 32.804 29.8459 32.859 29.8424 32.9088C29.8389 32.9586 29.8372 33.0101 29.8372 33.06C29.8372 33.1183 29.8389 33.1716 29.8424 33.2231C29.8459 33.2729 29.8529 33.3296 29.8633 33.3897H32.1965C32.2087 33.3296 32.2139 33.2746 32.2191 33.2231C32.2226 33.1733 32.2244 33.1183 32.2244 33.06C32.2244 33.0101 32.2226 32.9586 32.2191 32.9088C32.2139 32.859 32.2087 32.804 32.1965 32.7439H31.4135V29.8635H31.2653L29.6942 30.542C29.7238 30.6467 29.7622 30.7481 29.8093 30.8443C29.8564 30.937 29.9156 31.0298 29.9837 31.1191L30.6567 30.8563V32.7439H29.8616H29.8633Z" fill="white"/><path d="M37.7799 32.6632C37.7695 32.7199 37.7625 32.7714 37.7607 32.8178C37.7573 32.8659 37.7555 32.914 37.7555 32.9586C37.7555 33.0136 37.7573 33.0634 37.7607 33.1115C37.7642 33.1579 37.7712 33.2111 37.7799 33.2678H39.9683C39.9788 33.2111 39.9858 33.1579 39.9893 33.1115C39.9927 33.0634 39.9945 33.0119 39.9945 32.9586C39.9945 32.914 39.9945 32.8659 39.9893 32.8178C39.9858 32.7714 39.9788 32.7199 39.9683 32.6632H39.2342V29.9597H39.0947L37.6212 30.5969C37.6474 30.6966 37.684 30.7893 37.7276 30.8821C37.7712 30.9679 37.827 31.0573 37.8933 31.1397L38.5245 30.8941V32.6649H37.7799V32.6632Z" fill="white"/><path d="M14.4016 40.1949C14.3929 40.243 14.3876 40.2859 14.3841 40.3254C14.3806 40.3649 14.3789 40.4044 14.3789 40.444C14.3789 40.492 14.3789 40.5316 14.3841 40.5711C14.3859 40.6106 14.3911 40.6552 14.4016 40.7033H16.2308C16.2395 40.6552 16.2447 40.6106 16.2482 40.5711C16.2517 40.5316 16.2517 40.492 16.2517 40.444C16.2517 40.4062 16.2517 40.3649 16.2482 40.3254C16.2447 40.2859 16.2395 40.243 16.2308 40.1949H15.617V37.9363H15.5019L14.269 38.4687C14.2935 38.5512 14.3231 38.6302 14.3597 38.7058C14.3963 38.7796 14.4434 38.8518 14.4975 38.9222L15.0258 38.7161V40.1966H14.4033L14.4016 40.1949Z" fill="white"/><path d="M22.0165 40.4732C22.0043 40.535 21.9973 40.59 21.9938 40.6398C21.9903 40.6896 21.9886 40.7394 21.9886 40.7892C21.9886 40.8476 21.9903 40.9008 21.9938 40.9524C21.9973 41.0022 22.0043 41.0589 22.0165 41.119H24.3479C24.3583 41.0571 24.3653 41.0022 24.3688 40.9524C24.3723 40.9008 24.374 40.8476 24.374 40.7892C24.374 40.7394 24.3723 40.6896 24.3688 40.6381C24.3653 40.5882 24.3583 40.5316 24.3479 40.4714H23.5649V37.5928H23.4167L21.8456 38.2729C21.8735 38.3777 21.9119 38.4773 21.9607 38.5752C22.0078 38.6697 22.0671 38.7607 22.1351 38.85L22.8082 38.5855V40.4732H22.0147H22.0165Z" fill="white"/><path d="M30.1005 40.1949C30.0918 40.243 30.0848 40.2859 30.083 40.3254C30.0796 40.3649 30.0778 40.4044 30.0778 40.444C30.0778 40.492 30.0778 40.5316 30.083 40.5711C30.0848 40.6106 30.0918 40.6552 30.1005 40.7033H31.9297C31.9384 40.6552 31.9436 40.6106 31.9471 40.5711C31.9489 40.5316 31.9506 40.492 31.9506 40.444C31.9506 40.4062 31.9506 40.3649 31.9471 40.3254C31.9436 40.2859 31.9384 40.243 31.9297 40.1949H31.3159V37.9363H31.199L29.9662 38.4687C29.9889 38.5512 30.0185 38.6302 30.0569 38.7058C30.0935 38.7796 30.1406 38.8518 30.1946 38.9222L30.723 38.7161V40.1966H30.1005V40.1949Z" fill="white"/><path d="M23.2825 46.914C23.3993 46.8573 23.4934 46.7766 23.5684 46.6736C23.6417 46.5688 23.6992 46.4486 23.7358 46.306C23.7724 46.1652 23.7916 46.0106 23.7916 45.844C23.7916 45.6774 23.7742 45.5211 23.7393 45.3785C23.7044 45.2359 23.6486 45.1123 23.5754 45.0092C23.5004 44.9062 23.4063 44.8254 23.2912 44.767C23.1778 44.7069 23.0418 44.6794 22.8866 44.6794C22.7314 44.6794 22.5919 44.7069 22.4768 44.767C22.3618 44.8237 22.2658 44.9062 22.1926 45.0092C22.1176 45.114 22.0618 45.2359 22.0235 45.3785C21.9869 45.5211 21.9677 45.6756 21.9677 45.844C21.9677 46.0123 21.9851 46.1652 22.0217 46.306C22.0583 46.4486 22.1124 46.5688 22.1856 46.6736C22.2606 46.7766 22.353 46.8573 22.4681 46.914C22.5815 46.9724 22.7175 46.9982 22.8744 46.9982C23.0314 46.9982 23.1656 46.9707 23.2825 46.914ZM22.5989 46.4056C22.5292 46.2837 22.4943 46.0982 22.4943 45.844C22.4943 45.5898 22.5292 45.4008 22.5989 45.2806C22.6669 45.1604 22.7628 45.0985 22.8831 45.0985C23.0035 45.0985 23.0941 45.1586 23.1604 45.2806C23.2267 45.4008 23.2598 45.588 23.2598 45.844C23.2598 46.0999 23.2267 46.2854 23.1604 46.4056C23.0941 46.5276 23.0017 46.586 22.8831 46.586C22.7646 46.586 22.6704 46.5258 22.6006 46.4056H22.5989Z" fill="white"/><path d="M1.31478 25.2295C1.43161 25.1728 1.52577 25.092 1.60076 24.989C1.67399 24.8842 1.73154 24.764 1.76815 24.6214C1.80477 24.4806 1.82395 24.326 1.82395 24.1594C1.82395 23.9928 1.80652 23.8365 1.77164 23.6939C1.73677 23.5514 1.68097 23.4277 1.60773 23.3246C1.53275 23.2216 1.43859 23.1409 1.3235 23.0825C1.21016 23.0224 1.07415 22.9949 0.918952 22.9949C0.763759 22.9949 0.62426 23.0224 0.509173 23.0825C0.394086 23.1391 0.29818 23.2216 0.224943 23.3246C0.149962 23.4294 0.0941621 23.5514 0.0557998 23.6939C0.0191812 23.8365 0 23.9911 0 24.1594C0 24.3277 0.0174374 24.4806 0.054056 24.6214C0.0906746 24.764 0.144731 24.8842 0.217968 24.989C0.292949 25.092 0.385367 25.1728 0.500454 25.2295C0.613797 25.2878 0.749809 25.3136 0.906746 25.3136C1.06368 25.3136 1.19795 25.2861 1.31478 25.2295ZM0.629491 24.721C0.559741 24.5991 0.524867 24.4136 0.524867 24.1594C0.524867 23.9052 0.559741 23.7163 0.629491 23.596C0.697497 23.4758 0.793403 23.414 0.913721 23.414C1.03404 23.414 1.12471 23.4741 1.19098 23.596C1.25724 23.7163 1.29037 23.9035 1.29037 24.1594C1.29037 24.4153 1.25724 24.6008 1.19098 24.721C1.12471 24.843 1.0323 24.9014 0.913721 24.9014C0.795147 24.9014 0.700984 24.8413 0.631235 24.721H0.629491Z" fill="white"/></svg>');
    opacity: 0.3;
}
.cancer-sales-section-15 .highlighted-txt {
    color: var(--highlighted-secondary-color);
}
.cancer-sales-section-15 .img-border-wrap {
    border-color: var(--highlighted-secondary-color);
}
.cancer-sales-section-15 .custom-wrap {
    max-width: 450px;
}
@media only screen and (max-width: 1199px) {
    .cancer-sales-section-15 .custom-wrap {
        max-width: 350px;
    }
}
@media only screen and (max-width: 991px) {
    .cancer-sales-section-15 .custom-wrap {
        max-width: 440px;
    }
}
@media only screen and (max-width: 767px) {
    .cancer-sales-section-15 {
        margin-bottom: -30px;
    }
    .cancer-sales-section-15 .position-img {
        width: 217px;
        bottom: -120px;
        right: 10px;
    }
    .cancer-sales-section-15 .custom-wrap {
        max-width: 100%;
    }
    .cancer-sales-section-15 .heading-style-bit::before {
        width: 15px;
        height: 14.5px;
        top: 5px;
        left: 0px;
    }
}
/* #endregion cancer-sales-section-15 */

/* #region cancer-sales-section-16 */
.cancer-sales-section-16 {
    background: linear-gradient(180deg, #F4F3FF 0.88%, #F4F3FF 100%);
}
.cancer-sales-section-16 .position-img {
    width: 496px;
    left: 0;
    bottom: 247px;
    opacity: 0.3;
}
.cancer-sales-section-16 .highlighted-txt-2 {
    color: var(--primary-color);
}
.cancer-sales-section-16 .custom-wrap {
    max-width: 450px;
}
.cancer-sales-section-16 .box-wrap {
    background-color: #a190ad;
}
.cancer-sales-section-16 .box-wrap .highlighted-txt {
    color: var(--highlighted-secondary-color);
}
@media only screen and (max-width: 1199px) {
    .cancer-sales-section-16 .custom-wrap {
        max-width: 350px;
    }
}
@media only screen and (max-width: 991px) {
    .cancer-sales-section-16 .custom-wrap {
        max-width: 440px;
    }
}
@media only screen and (max-width: 767px) {
    .cancer-sales-section-16 .custom-wrap {
        max-width: 100%;
    }
}
/* #endregion cancer-sales-section-16 */

/* #region cancer-sales-section-17 */
.cancer-sales-section-17 {
    background-color: #d9d9ee;
    margin-top: -275px;
    padding-top: 265px;
}
.cancer-sales-section-17 .position-img {
    width: 591px;
    top: 680px;
    right: -209px;
    opacity: 0.15;
}
.cancer-sales-section-17 .custom-wrap {
    max-width: 450px;
}
.cancer-sales-section-17 .heading-style-1,
.cancer-sales-section-17 .heading-style-2,
.cancer-sales-section-17 .highlighted-txt-2 {
    color: #4d3783;
}
.cancer-sales-section-17 .heading-style-bit::before {
    opacity: 0.5;
}
.cancer-sales-section-17 .box-wrap {
    border: 1px solid #4d3783;
}
.cancer-sales-section-17 .box-wrap .heading-style-2 {
    font-size: 28px;
    letter-spacing: 0.56px;
    line-height: 1.25;
}
.cancer-sales-section-17 .box-wrap .heading-style-line-center:before {
    width: 126px;
    background-color: #4d3783;
    bottom: auto;
    top: 0;
}
@media only screen and (max-width: 1599px) {
    .cancer-sales-section-17 .position-img {
        top: 640px;
        right: -240px;
    }
}
@media only screen and (max-width: 1399px) {
    .cancer-sales-section-17 .position-img {
        top: 730px;
        right: -370px;
    }
    .cancer-sales-section-17 .box-wrap .heading-style-2 {
        font-size: 24px;
    }
}
@media only screen and (max-width: 1199px) {
    .cancer-sales-section-17 .position-img {
        right: -295px;
        top: 770px;
    }
    .cancer-sales-section-17 .custom-wrap {
        max-width: 350px;
    }
    .cancer-sales-section-17 .box-wrap .img-fluid {
        max-width: 70px;
    }
}
@media only screen and (max-width: 991px) {
    .cancer-sales-section-17 .position-img {
        top: 780px;
    }
    .cancer-sales-section-17 .custom-wrap {
        max-width: 450px;
    }
    .cancer-sales-section-17 .highlighted-txt-2 {
        color: var(--primary-color);
    }
    .cancer-sales-section-17 .box-wrap .heading-style-2 {
        font-size: 22px;
    }
}
@media only screen and (max-width: 767px) {
    .cancer-sales-section-17 .position-img {
        width: 393px;
        top: 845px;
        right: -195px;
    }
    .cancer-sales-section-17 .custom-wrap {
        max-width: 100%;
    }
    .cancer-sales-section-17 .box-wrap .heading-style-2 {
        font-size: 19px;
        letter-spacing: 0.38px;
        line-height: 1.31;
    }
    .cancer-sales-section-17 .box-wrap .img-fluid {
        max-width: 56px;
    }
}
/* #endregion cancer-sales-section-17 */

/* #region cancer-sales-section-18 */
.cancer-sales-section-18 {
    background-color: #877692;
    background-image: url('https://cf.zonia.com/pages/cancer-sales/images/cancer-sales-section-18-img-bg.webp');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
}
@media only screen and (max-width: 1399px) {
    .cancer-sales-section-18 {
        background-position: right -110px center;
    }
}
@media only screen and (max-width: 1199px) {
    .cancer-sales-section-18 {
        background-position: right -170px center;
    }
}
@media only screen and (max-width: 767px) {
    .cancer-sales-section-18 {
        background-image: none;
    }
    .cancer-sales-section-18 .off-canvas-img {
        margin-left: -130px;
        margin-top: -20px;
        margin-bottom: -20px;
        width: 150%;
    }
}
@media only screen and (max-width: 575px) {
    .cancer-sales-section-18 .off-canvas-img {
        margin-left: -20px;
        width: 110%;
    }
}
/* #endregion cancer-sales-section-18 */

/* #region cancer-sales-section-19 */
.cancer-sales-section-19 {
    background-color: #a191ad;
    color: #fff;
    background-image: url('https://cf.zonia.com/pages/cancer-sales/images/cancer-sales-section-19-img-bg.webp');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
}
.cancer-sales-section-19 .custom-wrap {
    max-width: 450px;
}
.cancer-sales-section-19 .custom-wrap .img-border-wrap {
    border-color: var(--highlighted-secondary-color);
}
@media only screen and (max-width: 1199px) {
    .cancer-sales-section-19 .custom-wrap {
        max-width: 350px;
    }
}
@media only screen and (max-width: 991px) {
    .cancer-sales-section-19 .custom-wrap {
        max-width: 440px;
    }
}
@media only screen and (max-width: 767px) {
    .cancer-sales-section-19 {
        background-image: none;
    }
    .cancer-sales-section-19 .custom-wrap {
        max-width: 100%;
    }
}
/* #endregion cancer-sales-section-19 */

/* #region cancer-sales-section-20 */
.cancer-sales-section-20 {
    background-color: #f9f8ff;
}
.cancer-sales-section-20 .position-img-1 {
    width: 315px;
    left: -320px;
    bottom: 10px;
    opacity: 0.3;
}
.cancer-sales-section-20 .position-img-2 {
    width: 750px;
    right: -602px;
    bottom: 30px;
    opacity: 0.3;
}
.cancer-sales-section-20 .position-img-3 {
    width: 206px;
    left: -210px;
    top: 220px;
    opacity: 0.3;
}
.cancer-sales-section-20 .heading-style-1,
.cancer-sales-section-20 .heading-style-2,
.cancer-sales-section-20 .heading-style-3 {
    color: #4D3783;
}
.cancer-sales-section-20 .heading-style-1 img {
    max-width: 177px;
    margin-bottom: 10px;
}
.cancer-sales-section-20 .items-wrap .item:nth-child(even) {
    background-color: #d9d9ee;
}
.cancer-sales-section-20 .heading-style-2 {
    font-size: 37px;
    letter-spacing: 1.1px;
    line-height: 1.1;
}
.cancer-sales-section-20 .heading-style-3 {
    font-size: 30px;
    letter-spacing: 0.6px;
    line-height: 1.23;
}
.cancer-sales-section-20 .heading-style-bit::before {
    top: 3px;
}
.cancer-sales-section-20 .highlighted-txt-2 {
    color: var(--primary-color);
}
.cancer-sales-section-20 .box-wrap {
    background-color: #a190ad;
}
.cancer-sales-section-20 .box-wrap .highlighted-txt {
    color: var(--highlighted-secondary-color);
}
@media only screen and (max-width: 1599px) {
    .cancer-sales-section-20 .heading-style-2 {
        font-size: 32px;
    }
}
@media only screen and (max-width: 1399px) {
    .cancer-sales-section-20 .heading-style-2 {
        font-size: 29px;
    }
}
@media only screen and (max-width: 767px) {
    .cancer-sales-section-20 .heading-style-1 img {
        max-width: 83px;
        margin-bottom: 4px;
    }
    .cancer-sales-section-20 .heading-style-2,
    .cancer-sales-section-20 .heading-style-3 {
        font-size: 23px;
        letter-spacing: 0.46px;
        line-height: 1.3;
    }
    .cancer-sales-section-20 .box-wrap .heading-style-3 {
        font-size: 19px;
    }
    .cancer-sales-section-20 .heading-style-bit::before {
        top: 7px;
    }
}
@media (min-width: 1400px) {
    .cancer-sales-section-20 .off-container .container {
        max-width: 1320px;
    }
}
@media (min-width: 1600px) {
    .cancer-sales-section-20 .off-container .container {
        max-width: 1454px;
    }
}
/* #endregion cancer-sales-section-20 */

/* #region cancer-sales-section-21 */
.cancer-sales-section-21 {
    color: #fff;
    background-color: #567672;
    background-image: url('https://cf.zonia.com/pages/cancer-sales/images/cancer-sales-section-21-img-bg.webp');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 150px;
}
.cancer-sales-section-21 .highlighted-txt {
    color: var(--highlighted-secondary-color);
}
.cancer-sales-section-21 .heading-style-2 {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0.6px;
}
.cancer-sales-section-21 .box-wrap {
    border: 1px solid #ffde99;
}
.cancer-sales-section-21 ul li {
    margin-bottom: 20px;
    padding-left: 30px;
    list-style: none;
    position: relative;
}
.cancer-sales-section-21 ul li::before {
    content: "";
    left: 0;
    top: 4px;
    position: absolute;
    width: 19px;
    height: 19px;
    background-image: url('data:image/svg+xml,<svg width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18 9.5C18 4.80558 14.1944 1 9.5 1C4.80558 1 1 4.80558 1 9.5C1 14.1944 4.80558 18 9.5 18V19C4.25329 19 0 14.7467 0 9.5C0 4.25329 4.25329 0 9.5 0C14.7467 0 19 4.25329 19 9.5C19 14.7467 14.7467 19 9.5 19V18C14.1944 18 18 14.1944 18 9.5Z" fill="%23FFDE99"/><path d="M15 9.5C15 6.46243 12.5376 4 9.5 4C6.46243 4 4 6.46243 4 9.5C4 12.5376 6.46243 15 9.5 15V16C5.91015 16 3 13.0899 3 9.5C3 5.91015 5.91015 3 9.5 3C13.0899 3 16 5.91015 16 9.5C16 13.0899 13.0899 16 9.5 16V15C12.5376 15 15 12.5376 15 9.5Z" fill="%23FFDE99"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
}
@media only screen and (max-width: 991px) {
    .cancer-sales-section-21 {
        background-image: url('https://cf.zonia.com/pages/cancer-sales/images/cancer-sales-section-21-img-bg-sm.webp');
        background-size: cover;
        padding-bottom: 100px;
    }
    .cancer-sales-section-21 .heading-style-2 {
        font-size: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .cancer-sales-section-21 {
        padding-bottom: 60px;
    }
    .cancer-sales-section-21 .heading-style-2 {
        font-size: 19px;
        letter-spacing: 0.38px;
        line-height: 1.31;
    }
    .cancer-sales-section-21 ul li {
        padding-left: 25px;
    }
    .cancer-sales-section-21 ul li::before {
        top: 5px;
        width: 15px;
        height: 15px;
    }
}
@media only screen and (max-width: 575px) {
    .cancer-sales-section-21 {
        padding-bottom: 40px;
    }
}
/* #endregion cancer-sales-section-21 */

/* #region cancer-sales-section-22 */
.cancer-sales-section-22 {
    margin-top: -95px;
}
.cancer-sales-section-22 .section-bg {
    background-color: #f4fcfb;
}
.cancer-sales-section-22 .position-img {
    width: 620px;
    bottom: -320px;
    right: -465px;
    opacity: 0.3;
}
.cancer-sales-section-22 .highlighted-txt-2 {
    color: var(--primary-color);
}
.cancer-sales-section-22 .custom-wrap {
    max-width: 450px;
}
.cancer-sales-section-22 .box-wrap {
    background-color: #607F7C;
}
.cancer-sales-section-22 .box-wrap .highlighted-txt {
    color: var(--highlighted-secondary-color);
}
.cancer-sales-section-22 .box-wrap ul li {
    margin-bottom: 20px;
    padding-left: 35px;
    list-style: none;
    position: relative;
}
.cancer-sales-section-22 .box-wrap ul li::before {
    content: "";
    left: 0;
    top: 4px;
    position: absolute;
    width: 22px;
    height: 22px;
    background-image: url('data:image/svg+xml,<svg width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18 9.5C18 4.80558 14.1944 1 9.5 1C4.80558 1 1 4.80558 1 9.5C1 14.1944 4.80558 18 9.5 18V19C4.25329 19 0 14.7467 0 9.5C0 4.25329 4.25329 0 9.5 0C14.7467 0 19 4.25329 19 9.5C19 14.7467 14.7467 19 9.5 19V18C14.1944 18 18 14.1944 18 9.5Z" fill="%23FFDE99"/><path d="M15 9.5C15 6.46243 12.5376 4 9.5 4C6.46243 4 4 6.46243 4 9.5C4 12.5376 6.46243 15 9.5 15V16C5.91015 16 3 13.0899 3 9.5C3 5.91015 5.91015 3 9.5 3C13.0899 3 16 5.91015 16 9.5C16 13.0899 13.0899 16 9.5 16V15C12.5376 15 15 12.5376 15 9.5Z" fill="%23FFDE99"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
}
.cancer-sales-section-22 .fluid-wrap {
    padding-top: 230px;
    margin-top: -255px;
    background-color: #e7ecea;
    background-image: url('https://cf.zonia.com/pages/cancer-sales/images/cancer-sales-section-22-fluid-wrap-img-bg.webp');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}
.cancer-sales-section-22 .fluid-wrap-2 {
    background-color: #4f6765;
    background-image: url('https://cf.zonia.com/pages/cancer-sales/images/cancer-sales-section-22-fluid-wrap-2-img-bg.webp');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
}
@media only screen and (max-width: 1199px) {
    .cancer-sales-section-22 .custom-wrap {
        max-width: 350px;
    }
}
@media only screen and (max-width: 991px) {
    .cancer-sales-section-22 .custom-wrap {
        max-width: 440px;
    }
    .cancer-sales-section-22 .fluid-wrap {
        background-size: cover;
    }
    .cancer-sales-section-22 .fluid-wrap-2 {
        background-position: right -130px center;
    }
}
@media only screen and (max-width: 767px) {
    .cancer-sales-section-22 {
        margin-top: -40px;
    }
    .cancer-sales-section-22 .position-img {
        width: 270px;
        bottom: 10px;
        right: -135px;
    }
    .cancer-sales-section-22 .custom-wrap {
        max-width: 215px;
    }
    .cancer-sales-section-22 .mw-100-sm {
        max-width: 100%;
    }
    .cancer-sales-section-22 .box-wrap ul li {
        padding-left: 25px;
    }
    .cancer-sales-section-22 .box-wrap ul li::before {
        top: 5px;
        width: 15px;
        height: 15px;
    }
    .cancer-sales-section-22 .fluid-wrap,
    .cancer-sales-section-22 .fluid-wrap-2 {
        background-image: none;
    }
    .cancer-sales-section-22 .fluid-wrap {
        padding-top: 195px;
        margin-top: -185px;
    }
    .cancer-sales-section-22 .fluid-wrap-2 p {
        position: relative;
        z-index: 1;
    }
    .cancer-sales-section-22 .fluid-wrap-2 .off-canvas-img {
        margin-left: -130px;
        margin-top: -70px;
        margin-bottom: -50px;
        width: 150%;
    }
}
@media only screen and (max-width: 575px) {
    .cancer-sales-section-22 {
        margin-top: -30px;
    }
    .cancer-sales-section-22 .fluid-wrap-2 .off-canvas-img {
        margin-left: -20px;
        margin-top: -40px;
        margin-bottom: -30px;
        width: 110%;
    }
}
/* #endregion cancer-sales-section-22 */

/* #region cancer-sales-section-23 */
.cancer-sales-section-23 {
    margin-bottom: -50px;
}
.cancer-sales-section-23 .position-img-1 {
    width: 681px;
    top: 0;
    right: 0;
    opacity: 0.3;
}
.cancer-sales-section-23 .position-img-2 {
    width: 496px;
    bottom: 0;
    left: 0;
    opacity: 0.3;
}
.cancer-sales-section-23 .section-bg {
    background: #f9f8ff;
}
.cancer-sales-section-23 .highlighted-txt-2 {
    color: var(--primary-color);
}
.cancer-sales-section-23 .heading-style-3 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.6px;
    line-height: 1.23;
    color: var(--primary-color);
}
.cancer-sales-section-23 .heading-style-3::before {
    content: "";
    left: -35px;
    top: 7px;
    position: absolute;
    width: 22px;
    height: 22px;
    background-image: url('data:image/svg+xml,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21 11C21 5.47715 16.5228 1 11 1C5.47715 1 1 5.47715 1 11C1 16.5228 5.47715 21 11 21V22C4.92487 22 0 17.0751 0 11C0 4.92487 4.92487 0 11 0C17.0751 0 22 4.92487 22 11C22 17.0751 17.0751 22 11 22V21C16.5228 21 21 16.5228 21 11Z" fill="%23BF9334"/><path d="M17.5263 10.999C17.5263 7.39463 14.6043 4.47268 10.9999 4.47265C7.39559 4.47265 4.47362 7.39461 4.47362 10.999C4.47365 14.6033 7.3956 17.5253 10.9999 17.5253V18.5253L10.6123 18.5155C6.76418 18.3203 3.67868 15.2347 3.4834 11.3867L3.47363 10.999C3.47363 6.84233 6.84331 3.47266 10.9999 3.47266L11.3876 3.48242C15.3641 3.68422 18.5263 6.97237 18.5263 10.999L18.5165 11.3867C18.3147 15.3631 15.0265 18.5253 10.9999 18.5253V17.5253C14.6043 17.5253 17.5262 14.6033 17.5263 10.999Z" fill="%23BF9334"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
}
.cancer-sales-section-23 .custom-wrap {
    max-width: 450px;
}
@media only screen and (max-width: 1199px) {
    .cancer-sales-section-23 .custom-wrap {
        max-width: 350px;
    }
}
@media only screen and (max-width: 991px) {
    .cancer-sales-section-23 .custom-wrap {
        max-width: 440px;
    }
}
@media only screen and (max-width: 767px) {
    .cancer-sales-section-23 .section-bg {
        background: #f4fcfb;
    }
    .cancer-sales-section-23 .position-img-1,
    .cancer-sales-section-23 .position-img-2 {
        width: 243px;
    }
    .cancer-sales-section-23 .heading-style-3 {
        font-size: 23px;
        letter-spacing: 0.46px;
        line-height: 1.3;
    }
    .cancer-sales-section-23 .heading-style-3::before {
        left: -20px;
        width: 15px;
        height: 15px;
    }
    .cancer-sales-section-23 .custom-wrap {
        max-width: 215px;
    }
}
/* #endregion cancer-sales-section-23 */

/* #region cancer-sales-section-24 */
.cancer-sales-section-24 {
    background-color: #877692;
    background-image: url('https://cf.zonia.com/pages/cancer-sales/images/cancer-sales-section-24-img-bg.webp');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 150px;
}
@media only screen and (max-width: 767px) {
    .cancer-sales-section-24 {
        background-image: none;
        padding-top: 70px;
    }
    .cancer-sales-section-24 .off-canvas-img {
        margin-left: -130px;
        margin-top: -20px;
        margin-bottom: -40px;
        width: 150%;
    }
}
@media only screen and (max-width: 575px) {
    .cancer-sales-section-24 .off-canvas-img {
        margin-left: -20px;
        width: 110%;
    }
}
/* #endregion cancer-sales-section-24 */

/* #region cancer-sales-section-25 */
.cancer-sales-section-25 {
    background-color: #e9e9f6;
}
.cancer-sales-section-25 .position-img {
    width: 381px;
    bottom: 10px;
    left: -377px;
    opacity: 0.2;
}
.cancer-sales-section-25 .highlighted-txt-2 {
    color: var(--primary-color);
}
.cancer-sales-section-25 .box-wrap {
    background-color: #877692;
}
.cancer-sales-section-25 ul li {
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 20px;
    padding-left: 30px;
    list-style: none;
    position: relative;
}
.cancer-sales-section-25 ul li::before {
    content: "";
    left: 0;
    top: 4px;
    position: absolute;
    width: 21.5px;
    height: 21.5px;
    background-image: url('data:image/svg+xml,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.8333 0C16.7917 0 21.6667 4.875 21.6667 10.8333C21.6667 16.7917 16.7917 21.6667 10.8333 21.6667C4.875 21.6667 0 16.7917 0 10.8333C0 4.875 4.875 0 10.8333 0ZM10.8333 2.16667C8.775 2.16667 6.93333 2.81667 5.525 4.00833L17.6583 16.1417C18.7417 14.625 19.5 12.7833 19.5 10.8333C19.5 6.06667 15.6 2.16667 10.8333 2.16667ZM16.1417 17.6583L4.00833 5.525C2.81667 6.93333 2.16667 8.775 2.16667 10.8333C2.16667 15.6 6.06667 19.5 10.8333 19.5C12.8917 19.5 14.7333 18.85 16.1417 17.6583Z" fill="%23B24D4D"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
}
.cancer-sales-section-25 .box-wrap ul li {
    color: var(--highlighted-secondary-color);
    font-weight: 700;
    margin-bottom: 20px;
    padding-left: 30px;
    list-style: none;
    position: relative;
}
.cancer-sales-section-25 .box-wrap ul li::before {
    content: "";
    left: 0;
    top: 4px;
    position: absolute;
    width: 19px;
    height: 19px;
    background-image: url('data:image/svg+xml,<svg width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18 9.5C18 4.80558 14.1944 1 9.5 1C4.80558 1 1 4.80558 1 9.5C1 14.1944 4.80558 18 9.5 18V19C4.25329 19 0 14.7467 0 9.5C0 4.25329 4.25329 0 9.5 0C14.7467 0 19 4.25329 19 9.5C19 14.7467 14.7467 19 9.5 19V18C14.1944 18 18 14.1944 18 9.5Z" fill="%23FFDE99"/><path d="M15 9.5C15 6.46243 12.5376 4 9.5 4C6.46243 4 4 6.46243 4 9.5C4 12.5376 6.46243 15 9.5 15V16C5.91015 16 3 13.0899 3 9.5C3 5.91015 5.91015 3 9.5 3C13.0899 3 16 5.91015 16 9.5C16 13.0899 13.0899 16 9.5 16V15C12.5376 15 15 12.5376 15 9.5Z" fill="%23FFDE99"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
}
@media only screen and (max-width: 767px) {
    .cancer-sales-section-25 .position-img {
        width: 120px;
        left: auto;
        right: 10px;
    }
    .cancer-sales-section-25 ul li {
        padding-left: 20px;
    }
    .cancer-sales-section-25 ul li::before {
        top: 6px;
        width: 12.5px;
        height: 12.5px;
    }
    .cancer-sales-section-25 .box-wrap ul li {
        padding-left: 25px;
    }
    .cancer-sales-section-25 .box-wrap ul li::before {
        top: 5px;
        width: 15px;
        height: 15px;
    }
}
/* #endregion cancer-sales-section-25 */

/* #region cancer-sales-section-26 */
.cancer-sales-section-26 {
    background-color: #475a58;
    color: #fff;
}
.cancer-sales-section-26 .avatar {
    background-color: #d9d9d9;
    width: 173px;
    height: 173px;
}
.cancer-sales-section-26 .img-border-wrap {
    border: 2px solid var(--highlighted-secondary-color);
}
.cancer-sales-section-26 .name {
    font-size: 27px;
}
.cancer-sales-section-26 .heading-style-line:before {
    width: 100%;
    background-color: var(--highlighted-secondary-color);
}
/* #endregion cancer-sales-section-26 */

/* #region cancer-sales-section-27 */
.cancer-sales-section-27 {
    background: linear-gradient(180deg, #f4f3ff 3.53%, #f4f3ff 100%);
}
.cancer-sales-section-27 .custom-wrap {
    max-width: 450px;
}
.cancer-sales-section-27 .custom-wrap-2 {
    max-width: 574px;
}
.cancer-sales-section-27 .custom-wrap-3 {
    max-width: 500px;
}
.cancer-sales-section-27 .heading-style-1 {
    color: #4d3783;
}
.cancer-sales-section-27 .highlighted-txt-2 {
    color: var(--primary-color);
}
.cancer-sales-section-27 .box-wrap {
    background-color: #607f7c;
    background-image: url('https://cf.zonia.com/pages/cancer-sales/images/cancer-sales-section-27-box-wrap-img-bg.webp');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
}
.cancer-sales-section-27 .position-img {
    width: 546px;
    top: -292px;
    left: -546px;
    opacity: 0.2;
}
.cancer-sales-section-27 .box-wrap .highlighted-txt {
    color: var(--highlighted-secondary-color);
}
@media only screen and (max-width: 1199px) {
    .cancer-sales-section-27 .custom-wrap,
    .cancer-sales-section-27 .custom-wrap-3 {
        max-width: 350px;
    }
    .cancer-sales-section-27 .custom-wrap-2 {
        max-width: 100%;
    }
}
@media only screen and (max-width: 991px) {
    .cancer-sales-section-27 .box-wrap {
        background-image: none;
    }
    .cancer-sales-section-27 .custom-wrap,
    .cancer-sales-section-27 .custom-wrap-3 {
        max-width: 440px;
    }
}
@media only screen and (max-width: 767px) {
    .cancer-sales-section-27 .custom-wrap {
        max-width: 100%;
    }
    .cancer-sales-section-27 .custom-wrap-3 {
        max-width: 249px;
    }
}
/* #endregion cancer-sales-section-27 */

/* #region cancer-sales-section-28 */
.cancer-sales-section-28 {
    background-color: #e7eceb
}
.cancer-sales-section-28  .heading-style-bit::before {
    top: 2px;
}
.cancer-sales-section-28 .custom-wrap {
    max-width: 450px;
}
.cancer-sales-section-28 .highlighted-txt-2 {
    color: var(--primary-color);
}
.cancer-sales-section-28 .box-wrap {
    background-color: #4f6765;
}
.cancer-sales-section-28 .box-wrap .custom-wrap-2 {
    width: 450px;
    height: 100%;
}
.cancer-sales-section-28 .box-wrap .custom-wrap-2 img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}
.cancer-sales-section-28 .box-wrap .highlighted-txt {
    color: var(--highlighted-secondary-color);
}
@media only screen and (max-width: 1199px) {
    .cancer-sales-section-28 .custom-wrap {
        max-width: 350px;
    }
    .cancer-sales-section-28 .box-wrap .custom-wrap-2 {
        width: 335px;
    }
}
@media only screen and (max-width: 991px) {
    .cancer-sales-section-28 .custom-wrap {
        max-width: 440px;
    }
    .cancer-sales-section-28 .box-wrap .custom-wrap-2 {
        width: 100%;
    }
    .cancer-sales-section-28 .box-wrap .custom-wrap-2 img {
        position: static;
    }
}
@media only screen and (max-width: 767px) {
    .cancer-sales-section-28  .heading-style-bit::before {
        top: 5px;
    }
    .cancer-sales-section-28 .custom-wrap {
        max-width: 100%;
    }
}
/* #endregion cancer-sales-section-28 */

/* #region cancer-sales-section-29 */
.cancer-sales-section-29 {
    margin-top: -340px;
    margin-bottom: -80px;
}
.cancer-sales-section-29 .section-bg {
    background: linear-gradient(0deg, #F4F3FF 12.24%, #F4F3FF 100%);
    padding-top: 265px;
}
.cancer-sales-section-29 .highlighted-txt-2 {
    color: var(--primary-color);
}
.cancer-sales-section-29 .custom-wrap {
    max-width: 450px;
}
.cancer-sales-section-29 .off-container .heading-style-2 {
    color: #4D3783;
}
.cancer-sales-section-29 .off-container .heading-style-3 {
    font-size: 28px;
    letter-spacing: 0.56px;
    line-height: 1.25;
    color: #4D3783;
}
.cancer-sales-section-29 .off-container .heading-style-line-center:before {
    width: 126px;
    background-color: #4D3783;
    bottom: auto;
    top: 0;
}
@media only screen and (max-width: 1599px) {
    .cancer-sales-section-29 .off-container .heading-style-3 {
        font-size: 25px;
    }
}
@media only screen and (max-width: 991px) {
    .cancer-sales-section-29 .custom-wrap {
        max-width: 440px;
    }
}
@media only screen and (max-width: 767px) {
    .cancer-sales-section-29 .section-bg {
        padding-top: 305px;
    }
    .cancer-sales-section-29 .heading-style-2 {
        font-size: 23px;
        letter-spacing: 0.46px;
    }
    .cancer-sales-section-29 .off-container .heading-style-3 {
        font-size: 19px;
    }
    .cancer-sales-section-29 .custom-wrap {
        max-width: 100%;
    }
}
@media (min-width: 1400px) {
    .cancer-sales-section-29 .off-container .container {
        max-width: 1320px;
    }
}
@media (min-width: 1600px) {
    .cancer-sales-section-29 .off-container .container {
        max-width: 1454px;
    }
}
/* #endregion cancer-sales-section-29 */

/* #region cancer-sales-section-30 */
.cancer-sales-section-30 {
    background-color: #5f8782;
    background-image: url('https://cf.zonia.com/pages/cancer-sales/images/cancer-sales-section-30-img-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding-top: 125px;
}
.cancer-sales-section-30 .box-wrap {
    background-color: #4f6765;
}
.cancer-sales-section-30 ul li {
    margin-bottom: 20px;
    padding-left: 30px;
    list-style: none;
    position: relative;
}
.cancer-sales-section-30 ul li::before {
    content: "";
    left: 0;
    top: 4px;
    position: absolute;
    width: 19px;
    height: 19px;
    background-image: url('data:image/svg+xml,<svg width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18 9.5C18 4.80558 14.1944 1 9.5 1C4.80558 1 1 4.80558 1 9.5C1 14.1944 4.80558 18 9.5 18V19C4.25329 19 0 14.7467 0 9.5C0 4.25329 4.25329 0 9.5 0C14.7467 0 19 4.25329 19 9.5C19 14.7467 14.7467 19 9.5 19V18C14.1944 18 18 14.1944 18 9.5Z" fill="%23FFDE99"/><path d="M15 9.5C15 6.46243 12.5376 4 9.5 4C6.46243 4 4 6.46243 4 9.5C4 12.5376 6.46243 15 9.5 15V16C5.91015 16 3 13.0899 3 9.5C3 5.91015 5.91015 3 9.5 3C13.0899 3 16 5.91015 16 9.5C16 13.0899 13.0899 16 9.5 16V15C12.5376 15 15 12.5376 15 9.5Z" fill="%23FFDE99"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
}
@media only screen and (max-width: 991px) {
    .cancer-sales-section-30 {
        background-image: url('https://cf.zonia.com/pages/cancer-sales/images/cancer-sales-section-30-img-bg-sm.webp');
    }
}
@media only screen and (max-width: 767px) {
    .cancer-sales-section-30 {
        padding-top: 100px;
    }
    .cancer-sales-section-30 ul li {
        padding-left: 25px;
    }
    .cancer-sales-section-30 ul li::before {
        top: 5px;
        width: 15px;
        height: 15px;
    }
}
/* #endregion cancer-sales-section-30 */

/* #region cancer-sales-section-31 */
.cancer-sales-section-31 {
    margin-top: -50px;
    margin-bottom: -50px;
}
.cancer-sales-section-31 .section-bg {
    background: linear-gradient(0deg, #a08fac 0%, #82708D 50%, #a08fac 100%);
    color: #fff;
}
.cancer-sales-section-31 .position-img-1 {
    width: 307px;
    top: 630px;
    left: -35px;
}
.cancer-sales-section-31 .position-img-2 {
    width: 307px;
    bottom: 90px;
    right: 0;
}
.cancer-sales-section-31 .box-wrap {
    background-color: #83708d;
    background-image: url('https://cf.zonia.com/pages/cancer-sales/images/cancer-sales-section-31-box-wrap-img-bg.webp');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
}
.cancer-sales-section-31 .box-wrap-2 {
    border: 2px solid var(--highlighted-secondary-color);
}
.cancer-sales-section-31 .heading-style-2 {
    font-size: 30px;
    letter-spacing: 0.56px;
    line-height: 1.25;
}
.cancer-sales-section-31 ul li {
    margin-bottom: 20px;
    padding-left: 30px;
    list-style: none;
    position: relative;
}
.cancer-sales-section-31 ul li::before {
    content: "";
    left: 0;
    top: 4px;
    position: absolute;
    width: 22px;
    height: 22px;
    background-image: url('data:image/svg+xml,<svg width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18 9.5C18 4.80558 14.1944 1 9.5 1C4.80558 1 1 4.80558 1 9.5C1 14.1944 4.80558 18 9.5 18V19C4.25329 19 0 14.7467 0 9.5C0 4.25329 4.25329 0 9.5 0C14.7467 0 19 4.25329 19 9.5C19 14.7467 14.7467 19 9.5 19V18C14.1944 18 18 14.1944 18 9.5Z" fill="%23FFDE99"/><path d="M15 9.5C15 6.46243 12.5376 4 9.5 4C6.46243 4 4 6.46243 4 9.5C4 12.5376 6.46243 15 9.5 15V16C5.91015 16 3 13.0899 3 9.5C3 5.91015 5.91015 3 9.5 3C13.0899 3 16 5.91015 16 9.5C16 13.0899 13.0899 16 9.5 16V15C12.5376 15 15 12.5376 15 9.5Z" fill="%23FFDE99"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
}
@media only screen and (max-width: 767px) {
    .cancer-sales-section-31 {
        margin-top: -20px;
        margin-bottom: -20px;
    }
    .cancer-sales-section-31 .box-wrap {
        background-color: #786980;
        background-image: url('https://cf.zonia.com/pages/cancer-sales/images/cancer-sales-section-31-box-wrap-img-bg-sm.webp');
        background-size: contain;
    }
    .cancer-sales-section-31 .heading-style-2 {
        font-size: 23px;
        letter-spacing: 0.46px;
        line-height: 1.3;
    }
    .cancer-sales-section-31 ul li {
        padding-left: 25px;
    }
    .cancer-sales-section-31 ul li::before {
        top: 5px;
        width: 15px;
        height: 15px;
    }
}
@media only screen and (max-width: 575px) {
    .cancer-sales-section-31 .box-wrap {
        background-size: cover;
    }
}
/* #endregion cancer-sales-section-31 */

/* #region cancer-sales-section-32 */
.cancer-sales-section-32 {
    background-color: #f8f8ff;
    padding-top: 120px;
}
.cancer-sales-section-32 .highlighted-txt-2 {
    color: var(--btn-color);
}
.cancer-sales-section-32 .episode .episode-col-bg .episode-title,
.cancer-sales-section-32 .episode .heading-style {
    line-height: normal;
    letter-spacing: 0.7px;
    color: #615f8f;
}
.cancer-sales-section-32 .episode .episode-col-bg {
    margin-bottom: -20px;
}
.cancer-sales-section-32 .episode .episode-col-bg .episode-number {
    border: 1px solid var(--btn-color);
    color: var(--btn-color);
    font-size: 50px;
    font-weight: 800;
    border-radius: 50%;
}
.cancer-sales-section-32 .episode .episode-col-bg .episode-number span {
    border: 1px solid var(--btn-color);
    border-radius: 50%;
    height: 75px;
    width: 75px;
    display: block;
    text-align: center;
    padding-top: 5px;
}
.cancer-sales-section-32 .episode .episode-col-bg .episode-title {
    font-size: 35px;
}
.cancer-sales-section-32 .episode .heading-style {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 25px;
}
.cancer-sales-section-32 .episode ul.custom-list-style-double-circle li {
    margin-bottom: 20px;
    padding-left: 37px;
    list-style: none;
    position: relative;
}
.cancer-sales-section-32 .episode ul.custom-list-style-double-circle li::before {
    content: "";
    left: 0;
    top: 3px;
    position: absolute;
    width: 22px;
    height: 22px;
    background-image: url('data:image/svg+xml,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21 11C21 5.47715 16.5228 1 11 1C5.47715 1 1 5.47715 1 11C1 16.5228 5.47715 21 11 21V22C4.92487 22 0 17.0751 0 11C0 4.92487 4.92487 0 11 0C17.0751 0 22 4.92487 22 11C22 17.0751 17.0751 22 11 22V21C16.5228 21 21 16.5228 21 11Z" fill="%23BF9334"/><path d="M17.5263 11.0009C17.5263 7.39658 14.6043 4.47463 10.9999 4.4746C7.39559 4.4746 4.47363 7.39657 4.47363 11.0009C4.47365 14.6053 7.39561 17.5272 10.9999 17.5272V18.5272L10.6123 18.5175C6.76419 18.3222 3.67868 15.2367 3.4834 11.3886L3.47363 11.0009C3.47363 6.84428 6.84331 3.47461 10.9999 3.47461L11.3876 3.48438C15.3641 3.68617 18.5263 6.97433 18.5263 11.0009L18.5165 11.3886C18.3147 15.365 15.0265 18.5272 10.9999 18.5272V17.5272C14.6043 17.5272 17.5262 14.6052 17.5263 11.0009Z" fill="%23BF9334"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
}
.cancer-sales-section-32 .episode .episode-author-col .episode-photo {
    width: 190px;
    height: 220px;
    position: relative;
}
.cancer-sales-section-32 .episode .episode-author-col .episode-photo img {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.cancer-sales-section-32 .episode .episode-author-col .episode-author-content {
    font-size: 20px;
    padding: 0 0 0 20px;
}
.cancer-sales-section-32 .episode .episode-author-col .episode-author-content p {
    margin-bottom: 15px;
}
.cancer-sales-section-32 .episode .episode-author-col .episode-author {
    font-size: 24px;
    color: var(--btn-color);
}
.cancer-sales-section-32 .episode .episode-author-col .episode-author.heading-style-line:before {
    background-color: var(--btn-color);
    width: 80px;
}
.cancer-sales-section-32 .episode .episode-author-col .episode-author-designation {
    font-size: 13px;
}
@media (max-width: 1599px) {
    .cancer-sales-section-32 .episode .heading-style {
        font-size: 34px;
    }
}
@media (min-width: 992px) and (max-width: 1399px) {
    .cancer-sales-section-32 .episode .episode-col-bg .episode-title {
        font-size: 32px;
    }
    .cancer-sales-section-32 .episode .heading-style {
        font-size: 32px;
    }
}
@media (max-width: 1199px) {
    .cancer-sales-section-32 .episode .episode-col-bg .episode-title {
        font-size: 25px;
    }
    .cancer-sales-section-32 .episode .heading-style {
        font-size: 29px;
    }
    .cancer-sales-section-32 .episode .episode-author-col .episode-author-content {
        font-size: 18px;
        letter-spacing: 0;
    }
    .cancer-sales-section-32 .episode .episode-author-col .episode-author {
        font-size: 20px;
    }
}
@media only screen and (max-width: 991px) {
    .cancer-sales-section-32 {
        padding-top: 100px;
        padding-bottom: 0;

    }
    .cancer-sales-section-32 .episode .episode-col-bg .episode-title {
        font-size: 30px;
    }
    .cancer-sales-section-32 .episode .odd-bg {
        position: relative;
        padding-top: 30px;
        padding-bottom: 30px;
        color: #FFF;
    }
    .cancer-sales-section-32 .episode .odd-bg:before {
        content: "";
        position: absolute;
        width: 1000px;
        top: 0;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        background-color: #A190AD;
    }
    .cancer-sales-section-32 .episode .odd-bg > div {
        position: relative;
    }
    .cancer-sales-section-32 .episode .odd-bg .episode-col-bg .episode-title,
    .cancer-sales-section-32 .episode .odd-bg .heading-style {
        color: #fff;
    }
    .cancer-sales-section-32 .episode .odd-bg .episode-col-bg .episode-number,
    .cancer-sales-section-32 .episode .odd-bg .episode-col-bg .episode-number span {
        border-color: var(--highlighted-secondary-color);
    }
    .cancer-sales-section-32 .episode .odd-bg .episode-col-bg .episode-number,
    .cancer-sales-section-32 .episode .odd-bg .highlighted-txt-2,
    .cancer-sales-section-32 .episode .odd-bg .episode-author-col .episode-author {
        color: var(--highlighted-secondary-color);
    }
    .cancer-sales-section-32 .episode .odd-bg ul.custom-list-style-double-circle li::before {
        background-image: url('data:image/svg+xml,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21 11C21 5.47715 16.5228 1 11 1C5.47715 1 1 5.47715 1 11C1 16.5228 5.47715 21 11 21V22C4.92487 22 0 17.0751 0 11C0 4.92487 4.92487 0 11 0C17.0751 0 22 4.92487 22 11C22 17.0751 17.0751 22 11 22V21C16.5228 21 21 16.5228 21 11Z" fill="%23FFDE99"/><path d="M17.5263 11.0009C17.5263 7.39658 14.6043 4.47463 10.9999 4.4746C7.39559 4.4746 4.47363 7.39657 4.47363 11.0009C4.47365 14.6053 7.39561 17.5272 10.9999 17.5272V18.5272L10.6123 18.5175C6.76419 18.3222 3.67868 15.2367 3.4834 11.3886L3.47363 11.0009C3.47363 6.84428 6.84331 3.47461 10.9999 3.47461L11.3876 3.48438C15.3641 3.68617 18.5263 6.97433 18.5263 11.0009L18.5165 11.3886C18.3147 15.365 15.0265 18.5272 10.9999 18.5272V17.5272C14.6043 17.5272 17.5262 14.6052 17.5263 11.0009Z" fill="%23FFDE99"/></svg>');
    }
    .cancer-sales-section-32 .episode .odd-bg .episode-author-col .episode-author.heading-style-line:before {
        background-color: var(--highlighted-secondary-color);
    }
    .cancer-sales-section-32 .episode .heading-style {
        font-size: 35px;
    }
}
@media only screen and (max-width: 767px) {
    .cancer-sales-section-32 {
        padding-top: 55px;
    }
    .cancer-sales-section-32 .episode .heading-style {
        font-size: 22px;
    }
    .cancer-sales-section-32 .episode .odd-bg {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .cancer-sales-section-32 .episode ul.custom-list-style-double-circle li {
        padding-left: 20px;
    }
    .cancer-sales-section-32 .episode ul.custom-list-style-double-circle li::before {
        top: 5px;
        width: 15px;
        height: 15px;
    }
    .cancer-sales-section-32 .episode .episode-author-col .episode-author-content {
        font-size: 14px;
    }
    .cancer-sales-section-32 .episode .episode-author-col .episode-author {
        font-size: 16px;
    }
    .cancer-sales-section-32 .episode .episode-author-col .episode-author-designation {
        font-size: 9px;
    }
}
@media only screen and (max-width: 575px) {
    .cancer-sales-section-32 .episode .episode-col-bg {
        margin-bottom: -13px;
    }
    .cancer-sales-section-32 .episode .episode-col-bg .episode-number {
        font-size: 25px;
    }
    .cancer-sales-section-32 .episode .episode-col-bg .episode-number span {
        height: 40px;
        width: 40px;
        padding-top: 2px;
    }
    .cancer-sales-section-32 .episode .episode-col-bg .episode-title {
        font-size: 19px;
    }
    .cancer-sales-section-32 .episode .episode-author-col .episode-author-content {
        padding: 0 0 0 15px;
    }
    .cancer-sales-section-32 .episode .episode-author-col .episode-photo {
        width: 137px;
    }
}
/* #endregion cancer-sales-section-32 */

/* #region cancer-sales-section-33 */
.cancer-sales-section-33 {
    background: linear-gradient(0deg, #A190AD -2.46%, #82708D 100%);
    color: #fff;
}
.cancer-sales-section-33 .heading-style-bit::before {
    width: 31px;
    height: 32px;
    top: 7px;
    left: -50px;
    background-image: url('data:image/svg+xml,<svg width="31" height="32" viewBox="0 0 31 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.56752 3.20913C9.5552 3.27971 9.54904 3.33991 9.54288 3.39595C9.54083 3.45407 9.53672 3.50804 9.53672 3.56201C9.53672 3.62844 9.53878 3.68864 9.54288 3.74468C9.54904 3.79865 9.5552 3.863 9.56752 3.92942H12.1011C12.1134 3.863 12.1216 3.79865 12.1257 3.74468C12.1278 3.68656 12.1298 3.62844 12.1298 3.56201C12.1298 3.50597 12.1298 3.452 12.1257 3.39595C12.1195 3.33991 12.1113 3.27971 12.1011 3.20913H11.2511V0H11.0909L9.38479 0.757654C9.41559 0.873897 9.45871 0.988064 9.50798 1.096C9.55931 1.19979 9.62501 1.30358 9.69892 1.40114L10.4298 1.10638V3.20913H9.56752Z" fill="white" fill-opacity="0.3"/><path d="M18.9585 3.03288C18.9482 3.09307 18.942 3.14704 18.9379 3.19686C18.9338 3.24668 18.9318 3.29235 18.9318 3.34424C18.9318 3.40236 18.9318 3.45218 18.9379 3.502C18.942 3.54974 18.9482 3.60371 18.9585 3.66599H21.1758C21.1882 3.60579 21.1943 3.55182 21.1984 3.502C21.2005 3.45218 21.2025 3.40236 21.2025 3.34424C21.2025 3.29442 21.2025 3.24668 21.1984 3.19686C21.1964 3.14704 21.1882 3.09307 21.1758 3.03288H20.4306V0.220215H20.2909L18.7963 0.88446C18.825 0.984097 18.862 1.08373 18.9071 1.17922C18.9503 1.27055 19.0057 1.35981 19.0734 1.44699L19.714 1.1896V3.0308H18.9585V3.03288Z" fill="white" fill-opacity="0.3"/><path d="M0.443473 12.4109C0.433208 12.4711 0.424995 12.5272 0.422942 12.577C0.418836 12.6289 0.418836 12.6787 0.418836 12.7285C0.418836 12.7784 0.418836 12.8406 0.422942 12.8905C0.424995 12.9423 0.435261 12.9984 0.443473 13.0607H2.72449C2.73475 12.9984 2.74296 12.9423 2.74502 12.8905C2.74912 12.8427 2.75118 12.7867 2.75118 12.7285C2.75118 12.6704 2.74707 12.6289 2.74502 12.577C2.74296 12.5272 2.73475 12.4711 2.72449 12.4109H1.95867V9.52148H1.81495L0.279224 10.2023C0.305914 10.3061 0.344924 10.4099 0.392145 10.5054C0.437314 10.5988 0.494801 10.6922 0.562554 10.7815L1.2216 10.5137V12.4089H0.443473V12.4109Z" fill="white" fill-opacity="0.3"/><path d="M9.3889 12.7724C9.37453 12.8513 9.36631 12.9218 9.36221 12.9862C9.3581 13.0505 9.354 13.1149 9.354 13.1792C9.354 13.254 9.3581 13.3225 9.36221 13.3868C9.36426 13.4512 9.37453 13.5238 9.3889 13.6006H12.3043C12.3166 13.5217 12.3269 13.4512 12.331 13.3868C12.3331 13.3225 12.3392 13.256 12.3392 13.1792C12.3392 13.1128 12.3351 13.0505 12.331 12.9862C12.3269 12.9218 12.3166 12.8492 12.3043 12.7724H11.325V9.07959H11.1402L9.17743 9.94934C9.21644 10.0822 9.26161 10.213 9.32115 10.3375C9.38069 10.4579 9.4546 10.5741 9.54083 10.6904L10.3826 10.352V12.7724H9.3889Z" fill="white" fill-opacity="0.3"/><path d="M18.3138 13.156C18.2974 13.2536 18.2871 13.3408 18.2809 13.4197C18.2768 13.5006 18.2727 13.5795 18.2727 13.6604C18.2727 13.7518 18.2748 13.8369 18.2809 13.9158C18.2871 13.9967 18.2974 14.0839 18.3138 14.1794H21.9026C21.9211 14.0839 21.9314 13.9946 21.9375 13.9158C21.9417 13.8369 21.9458 13.7518 21.9458 13.6604C21.9458 13.5691 21.9437 13.5027 21.9375 13.4197C21.9314 13.3408 21.9211 13.2536 21.9026 13.156H20.6995V8.60596H20.4716L18.053 9.67913C18.0982 9.84519 18.1557 10.005 18.2296 10.1566C18.3035 10.3039 18.3918 10.4492 18.5006 10.5904L19.5375 10.1732V13.156H18.3138Z" fill="white" fill-opacity="0.3"/><path d="M30.0166 13.478C30.2424 13.3639 30.4251 13.2061 30.5688 13.0006C30.7126 12.7951 30.8193 12.5543 30.8932 12.2762C30.9672 11.9959 31.0021 11.6929 31.0021 11.3587C31.0021 11.0245 30.9692 10.7214 30.9014 10.4391C30.8316 10.1568 30.7269 9.91393 30.5832 9.71051C30.4395 9.50501 30.2568 9.34725 30.0371 9.22893C29.8154 9.11476 29.5567 9.05664 29.2549 9.05664C28.953 9.05664 28.6841 9.11476 28.4623 9.22893C28.2386 9.34725 28.0558 9.50501 27.9121 9.71051C27.7684 9.91393 27.6596 10.1568 27.5877 10.4391C27.5159 10.7214 27.4789 11.0286 27.4789 11.3587C27.4789 11.6887 27.5138 11.9959 27.5836 12.2762C27.6534 12.5543 27.7581 12.7972 27.8998 13.0006C28.0415 13.2061 28.2221 13.3639 28.4439 13.478C28.6636 13.5922 28.9243 13.6482 29.2261 13.6482C29.5279 13.6482 29.7928 13.5922 30.0166 13.478ZM28.6943 12.4734C28.5588 12.2326 28.4931 11.861 28.4931 11.3566C28.4931 10.8522 28.5588 10.4827 28.6923 10.244C28.8237 10.0053 29.0064 9.88487 29.2425 9.88487C29.4786 9.88487 29.6511 10.0053 29.7804 10.244C29.9077 10.4827 29.9734 10.8543 29.9734 11.3566C29.9734 11.8589 29.9077 12.2326 29.7804 12.4734C29.6511 12.71 29.4725 12.8304 29.2425 12.8304C29.0126 12.8304 28.8299 12.71 28.6964 12.4734H28.6943Z" fill="white" fill-opacity="0.3"/><path d="M2.18246 22.4909C2.37546 22.3954 2.53355 22.2584 2.65879 22.082C2.78197 21.9055 2.87642 21.698 2.93801 21.4572C2.9996 21.2164 3.0304 20.9528 3.0304 20.6684C3.0304 20.384 3.00166 20.1204 2.94212 19.8755C2.88258 19.6326 2.79224 19.4271 2.66905 19.2506C2.54586 19.0721 2.38777 18.9351 2.19889 18.8355C2.00795 18.7359 1.78621 18.686 1.52547 18.686C1.26472 18.686 1.03477 18.7359 0.841778 18.8355C0.650838 18.9351 0.492748 19.0742 0.369561 19.2506C0.246374 19.4271 0.151931 19.6326 0.0903371 19.8755C0.0307967 20.1183 0 20.3819 0 20.6684C0 20.9548 0.0307967 21.2164 0.0923902 21.4572C0.151931 21.698 0.242268 21.9055 0.363402 22.082C0.486589 22.2584 0.640572 22.3954 0.829459 22.4909C1.0204 22.5885 1.24419 22.6383 1.50288 22.6383C1.76157 22.6383 1.98742 22.5885 2.18246 22.4909ZM1.04504 21.6274C0.928008 21.4198 0.870521 21.1002 0.870521 20.6684C0.870521 20.2366 0.928008 19.9149 1.04298 19.7094C1.15796 19.5039 1.31399 19.4022 1.51725 19.4022C1.72051 19.4022 1.86628 19.5039 1.97715 19.7094C2.08802 19.9149 2.14345 20.2346 2.14345 20.6684C2.14345 21.1022 2.08802 21.4198 1.97715 21.6274C1.86834 21.8287 1.71435 21.9346 1.51725 21.9346C1.32015 21.9346 1.16206 21.8308 1.04709 21.6274H1.04504Z" fill="white" fill-opacity="0.3"/><path d="M9.56752 21.8993C9.5552 21.9678 9.54904 22.0301 9.54288 22.0861C9.54083 22.1443 9.53672 22.1982 9.53672 22.2543C9.53672 22.3207 9.53878 22.3788 9.54288 22.4369C9.54904 22.4909 9.5552 22.5553 9.56752 22.6238H12.1011C12.1134 22.5553 12.1216 22.493 12.1257 22.4369C12.1278 22.3788 12.1298 22.3207 12.1298 22.2543C12.1298 22.1982 12.1298 22.1443 12.1257 22.0861C12.1195 22.0301 12.1113 21.9678 12.1011 21.8993H11.2511V18.686H11.0909L9.38479 19.4458C9.41559 19.5599 9.45871 19.672 9.50798 19.782C9.55931 19.8858 9.62501 19.9875 9.69892 20.0872L10.4298 19.7924V21.8972H9.56752V21.8993Z" fill="white" fill-opacity="0.3"/><path d="M18.4329 22.3558C18.4165 22.445 18.4062 22.5281 18.4 22.6028C18.3939 22.6754 18.3918 22.7502 18.3918 22.8228C18.3918 22.8955 18.3918 22.9868 18.4 23.0615C18.4041 23.1363 18.4165 23.2172 18.4329 23.3086H21.7692C21.7836 23.2193 21.7938 23.1383 21.7979 23.0615C21.8041 22.9889 21.8061 22.91 21.8061 22.8228C21.8061 22.7356 21.8041 22.6754 21.7979 22.6028C21.7938 22.5281 21.7836 22.4471 21.7692 22.3558H20.6482V18.1274H20.4388L18.1906 19.1259C18.2337 19.2795 18.2871 19.4289 18.3549 19.5701C18.4247 19.705 18.5068 19.8399 18.6074 19.9728L19.5703 19.5846V22.3558H18.4329Z" fill="white" fill-opacity="0.3"/><path d="M27.9203 22.0571C27.908 22.1319 27.8998 22.2004 27.8957 22.2626C27.8895 22.327 27.8895 22.3893 27.8895 22.4495C27.8895 22.5221 27.8895 22.5865 27.8957 22.6508C27.8998 22.7151 27.908 22.7816 27.9203 22.8563H30.731C30.7434 22.7816 30.7536 22.7131 30.7557 22.6508C30.7618 22.5865 30.7618 22.5221 30.7618 22.4495C30.7618 22.3893 30.7618 22.327 30.7557 22.2626C30.7516 22.2004 30.7413 22.1339 30.731 22.0571H29.7887V18.4951H29.61L27.7171 19.3358C27.754 19.4645 27.7992 19.589 27.8567 19.7074C27.9142 19.8236 27.984 19.9378 28.0661 20.0478L28.8771 19.7219V22.0551H27.9203V22.0571Z" fill="white" fill-opacity="0.3"/><path d="M11.3394 31.5744C11.5057 31.4893 11.6453 31.3689 11.752 31.2174C11.8609 31.0638 11.9409 30.8811 11.9943 30.6735C12.0477 30.4618 12.0764 30.2335 12.0764 29.9844C12.0764 29.7353 12.0497 29.5069 11.9984 29.2952C11.9491 29.0835 11.8711 28.9008 11.7623 28.7493C11.6535 28.5957 11.518 28.4753 11.3517 28.3881C11.1874 28.3009 10.9924 28.2573 10.7645 28.2573C10.5366 28.2573 10.3374 28.3009 10.1711 28.3881C10.0028 28.4753 9.86728 28.5957 9.76051 28.7493C9.6517 28.9008 9.57163 29.0856 9.51619 29.2952C9.46281 29.509 9.43407 29.7373 9.43407 29.9844C9.43407 30.2314 9.46076 30.4618 9.51209 30.6735C9.56547 30.8811 9.64349 31.0638 9.75025 31.2174C9.85496 31.3689 9.99251 31.4914 10.1588 31.5744C10.3231 31.6595 10.5181 31.7031 10.746 31.7031C10.9739 31.7031 11.169 31.6595 11.3373 31.5744H11.3394ZM10.3477 30.8188C10.2492 30.6403 10.1978 30.3621 10.1978 29.9823C10.1978 29.6024 10.2471 29.3284 10.3457 29.1478C10.4463 28.9693 10.5818 28.8801 10.7583 28.8801C10.9349 28.8801 11.0642 28.9693 11.1587 29.1478C11.2552 29.3284 11.3024 29.6045 11.3024 29.9823C11.3024 30.3601 11.2552 30.6403 11.1587 30.8188C11.0642 30.9973 10.9287 31.0866 10.7583 31.0866C10.5879 31.0866 10.4504 30.9973 10.3477 30.8188Z" fill="white" fill-opacity="0.3"/><path d="M18.7901 31.2671C18.7778 31.3356 18.7696 31.3979 18.7655 31.456C18.7614 31.5141 18.7573 31.5702 18.7573 31.6262C18.7573 31.6823 18.7614 31.7529 18.7655 31.8089C18.7696 31.867 18.7778 31.9293 18.7901 31.9978H21.3668C21.3791 31.9293 21.3873 31.867 21.3914 31.8089C21.3935 31.7529 21.3976 31.6927 21.3976 31.6262C21.3976 31.5681 21.3955 31.5121 21.3914 31.456C21.3873 31.3979 21.3791 31.3356 21.3668 31.2671H20.5004V28.002H20.3382L18.6033 28.7721C18.6361 28.8925 18.6772 29.0045 18.7306 29.1125C18.784 29.2204 18.8476 29.3242 18.9256 29.4239L19.6689 29.1249V31.2651H18.7922L18.7901 31.2671Z" fill="white" fill-opacity="0.3"/></svg>');
}
.cancer-sales-section-33 .custom-wrap {
    max-width: 450px;
}
.cancer-sales-section-33 .box-wrap {
    background-color: #83708d;
    background-image: url('https://cf.zonia.com/pages/cancer-sales/images/cancer-sales-section-33-box-wrap-img-bg.webp');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
}
.cancer-sales-section-33 .box-wrap ul li {
    margin-bottom: 30px;
    padding-left: 35px;
    list-style: none;
    position: relative;
}
.cancer-sales-section-33 .box-wrap ul li::before {
    content: "";
    left: 0;
    top: 4px;
    position: absolute;
    width: 22px;
    height: 22px;
    background-image: url('data:image/svg+xml,<svg width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18 9.5C18 4.80558 14.1944 1 9.5 1C4.80558 1 1 4.80558 1 9.5C1 14.1944 4.80558 18 9.5 18V19C4.25329 19 0 14.7467 0 9.5C0 4.25329 4.25329 0 9.5 0C14.7467 0 19 4.25329 19 9.5C19 14.7467 14.7467 19 9.5 19V18C14.1944 18 18 14.1944 18 9.5Z" fill="%23FFDE99"/><path d="M15 9.5C15 6.46243 12.5376 4 9.5 4C6.46243 4 4 6.46243 4 9.5C4 12.5376 6.46243 15 9.5 15V16C5.91015 16 3 13.0899 3 9.5C3 5.91015 5.91015 3 9.5 3C13.0899 3 16 5.91015 16 9.5C16 13.0899 13.0899 16 9.5 16V15C12.5376 15 15 12.5376 15 9.5Z" fill="%23FFDE99"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
}
.cancer-sales-section-33 .heading-style-2 {
    font-size: 30px;
    letter-spacing: 0.56px;
    line-height: 1.25;
}
@media only screen and (max-width: 1199px) {
    .cancer-sales-section-33 .custom-wrap {
        max-width: 350px;
    }
}
@media only screen and (max-width: 991px) {
    .cancer-sales-section-33 .custom-wrap {
        max-width: 440px;
    }
    .cancer-sales-section-33 .img-border-wrap {
        border-color: var(--highlighted-secondary-color);
    }
}
@media only screen and (max-width: 767px) {
    .cancer-sales-section-33 .custom-wrap {
        max-width: 100%;
    }
    .cancer-sales-section-33 .heading-style-bit::before {
        width: 15px;
        height: 14.5px;
        top: 5px;
        left: 0px;
    }
    .cancer-sales-section-33 .heading-style-2 {
        font-size: 23px;
        letter-spacing: 0.46px;
        line-height: 1.3;
    }
    .cancer-sales-section-33 .box-wrap {
        background-image: none;
    }
    .cancer-sales-section-33 .box-wrap ul li {
        padding-left: 25px;
        margin-bottom: 15px;
    }
    .cancer-sales-section-33 .box-wrap ul li::before {
        top: 5px;
        width: 15px;
        height: 15px;
    }
}
/* #endregion cancer-sales-section-33 */

/* #region cancer-sales-section-34 */
.cancer-sales-section-34 {
    color: #fff;
    margin-top: -50px;
}
.cancer-sales-section-34 .section-bg {
    background: linear-gradient(180deg, #5b7a77 2.7%, #7D9794 54.29%);
}
.cancer-sales-section-34 .off-container .heading-style-2 {
    color: var(--highlighted-secondary-color);
}
.cancer-sales-section-34 .off-container .heading-style-line-center:before {
    width: 126px;
    background-color: var(--highlighted-secondary-color);
}
.cancer-sales-section-34 .box-wrap {
    background-color: #607f7c;
}
.cancer-sales-section-34 .box-wrap .heading-style-3 {
    font-size: 30px;
    letter-spacing: 0.6px;
    line-height: 1.23;
}
.cancer-sales-section-34 .box-wrap .custom-wrap {
    width: 450px;
    height: 100%;
}
.cancer-sales-section-34 .box-wrap .custom-wrap img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}
.cancer-sales-section-34 ul li {
    margin-bottom: 30px;
    padding-left: 30px;
    list-style: none;
    position: relative;
}
.cancer-sales-section-34 ul li::before {
    content: "";
    left: 0;
    top: 4px;
    position: absolute;
    width: 19px;
    height: 19px;
    background-image: url('data:image/svg+xml,<svg width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18 9.5C18 4.80558 14.1944 1 9.5 1C4.80558 1 1 4.80558 1 9.5C1 14.1944 4.80558 18 9.5 18V19C4.25329 19 0 14.7467 0 9.5C0 4.25329 4.25329 0 9.5 0C14.7467 0 19 4.25329 19 9.5C19 14.7467 14.7467 19 9.5 19V18C14.1944 18 18 14.1944 18 9.5Z" fill="%23FFDE99"/><path d="M15 9.5C15 6.46243 12.5376 4 9.5 4C6.46243 4 4 6.46243 4 9.5C4 12.5376 6.46243 15 9.5 15V16C5.91015 16 3 13.0899 3 9.5C3 5.91015 5.91015 3 9.5 3C13.0899 3 16 5.91015 16 9.5C16 13.0899 13.0899 16 9.5 16V15C12.5376 15 15 12.5376 15 9.5Z" fill="%23FFDE99"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
}
@media only screen and (max-width: 1199px) {
    .cancer-sales-section-34 .box-wrap .custom-wrap {
        width: 335px;
    }
}
@media only screen and (max-width: 991px) {
    .cancer-sales-section-34 .box-wrap .custom-wrap {
        width: 100%;
    }
    .cancer-sales-section-34 .box-wrap .custom-wrap img {
        position: static;
    }
}
@media only screen and (max-width: 767px) {
    .cancer-sales-section-34 .box-wrap .heading-style-3 {
        font-size: 23px;
        letter-spacing: 0.46px;
        line-height: 1.3;
    }
    .cancer-sales-section-34 ul li {
        padding-left: 25px;
    }
    .cancer-sales-section-34 ul li::before {
        top: 5px;
        width: 15px;
        height: 15px;
    }
}
@media (min-width: 1400px) {
    .cancer-sales-section-34 .off-container .container {
        max-width: 1320px;
    }
}
@media (min-width: 1600px) {
    .cancer-sales-section-34 .off-container .container {
        max-width: 1454px;
    }
}
/* #endregion cancer-sales-section-34 */

/* #region cancer-sales-section-35 */
.cancer-sales-section-35 {
    background-color: #f9f8ff;
    margin-top: -240px;
    padding-top: 240px;
}
.cancer-sales-section-35 .position-img-1 {
    width: 681px;
    top: 0;
    right: 0;
    opacity: 0.3;
}
.cancer-sales-section-35 .position-img-2 {
    width: 589px;
    bottom: 0;
    right: 0;
    opacity: 0.3;
}
.cancer-sales-section-35 .custom-wrap {
    max-width: 450px;
}
.cancer-sales-section-35 .highlighted-txt-2 {
    color: var(--primary-color);
}
.cancer-sales-section-35 .box-wrap {
    background-color: #4f6765;
}
.cancer-sales-section-35 .box-wrap .custom-wrap-2 {
    width: 450px;
    height: 100%;
}
.cancer-sales-section-35 .box-wrap .custom-wrap-2 img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}
.cancer-sales-section-35 .box-wrap .custom-wrap-2 img.bg-image {
    z-index: 1;
}
.cancer-sales-section-35 .box-wrap .custom-wrap-2 img.overlay-gif {
    z-index: 2;
    pointer-events: none;
}
.cancer-sales-section-35 .box-wrap .highlighted-txt {
    color: var(--highlighted-secondary-color);
}
.cancer-sales-section-35 .box-wrap .heading-style-3 {
    font-size: 30px;
    letter-spacing: 0.6px;
    line-height: 1.23;
}
.cancer-sales-section-35 ul li {
    margin-bottom: 30px;
    padding-left: 30px;
    list-style: none;
    position: relative;
}
.cancer-sales-section-35 ul li::before {
    content: "";
    left: 0;
    top: 7px;
    position: absolute;
    width: 22px;
    height: 22px;
    background-image: url('data:image/svg+xml,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21 11C21 5.47715 16.5228 1 11 1C5.47715 1 1 5.47715 1 11C1 16.5228 5.47715 21 11 21V22C4.92487 22 0 17.0751 0 11C0 4.92487 4.92487 0 11 0C17.0751 0 22 4.92487 22 11C22 17.0751 17.0751 22 11 22V21C16.5228 21 21 16.5228 21 11Z" fill="%23FFDE99"/><path d="M17.5263 11.0009C17.5263 7.39658 14.6043 4.47463 10.9999 4.4746C7.39559 4.4746 4.47363 7.39657 4.47363 11.0009C4.47365 14.6053 7.39561 17.5272 10.9999 17.5272V18.5272L10.6123 18.5175C6.76419 18.3222 3.67868 15.2367 3.4834 11.3886L3.47363 11.0009C3.47363 6.84428 6.84331 3.47461 10.9999 3.47461L11.3876 3.48438C15.3641 3.68617 18.5263 6.97433 18.5263 11.0009L18.5165 11.3886C18.3147 15.365 15.0265 18.5272 10.9999 18.5272V17.5272C14.6043 17.5272 17.5262 14.6052 17.5263 11.0009Z" fill="%23FFDE99"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
}
@media only screen and (max-width: 1199px) {
    .cancer-sales-section-35 .custom-wrap {
        max-width: 350px;
    }
    .cancer-sales-section-35 .box-wrap .custom-wrap-2 {
        width: 335px;
    }
}
@media only screen and (max-width: 991px) {
    .cancer-sales-section-35 .custom-wrap {
        max-width: 440px;
    }
    .cancer-sales-section-35 .box-wrap .custom-wrap-2 {
        width: 100%;
    }
    .cancer-sales-section-35 .box-wrap .custom-wrap-2 img.bg-image {
        position: static;
        height: auto;
    }
    .cancer-sales-section-35 .box-wrap .custom-wrap-2 img.overlay-gif {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
}
@media only screen and (max-width: 767px) {
    .cancer-sales-section-35 .custom-wrap {
        max-width: 100%;
    }
    .cancer-sales-section-35 .box-wrap .heading-style-3 {
        font-size: 23px;
        letter-spacing: 0.46px;
        line-height: 1.3;
    }
    .cancer-sales-section-35 ul li {
        padding-left: 25px;
    }
    .cancer-sales-section-35 ul li::before {
        top: 5px;
        width: 15px;
        height: 15px;
    }
}
/* #endregion cancer-sales-section-35 */

/* #region cancer-sales-section-36 */
.cancer-sales-section-36 {
    margin-bottom: -70px;
    color: #fff;
}
.cancer-sales-section-36 .section-bg {
    background: linear-gradient(360deg, #62807d 3%, #688583 31.43%, #547471 99.2%);
    margin-bottom: -40px;
}
.cancer-sales-section-36 .img-border-wrap {
    border-color: var(--highlighted-secondary-color);
}
.cancer-sales-section-36 .custom-wrap {
    max-width: 450px;
}
@media only screen and (max-width: 1199px) {
    .cancer-sales-section-36 .custom-wrap {
        max-width: 350px;
    }
}
@media only screen and (max-width: 991px) {
    .cancer-sales-section-36 .custom-wrap {
        max-width: 440px;
    }
}
@media only screen and (max-width: 767px) {
    .cancer-sales-section-36 {
        margin-bottom: -30px;
    }
    .cancer-sales-section-36 .section-bg {
        margin-bottom: -20px;
    }
    .cancer-sales-section-36 .custom-wrap {
        max-width: 100%;
    }
}
/* #endregion cancer-sales-section-36 */

/* #region cancer-sales-section-37 */
.cancer-sales-section-37 {
    margin-top: -50px;
    margin-bottom: -55px;
    color: #fff;
}
.cancer-sales-section-37 .section-bg {
    background: linear-gradient(360deg, #547471 0%, #688583 73.21%, #547471 146.42%);
    margin-bottom: -40px;
}
.cancer-sales-section-37 .heading-style-2,
.cancer-sales-section-37 .heading-style-3 {
    font-size: 37px;
    line-height: 1.2;
    letter-spacing: 1.1px;
}
.cancer-sales-section-37 .img-border-wrap {
    border-color: var(--highlighted-secondary-color);
}
.cancer-sales-section-37 .custom-wrap {
    max-width: 450px;
}
.cancer-sales-section-37 .custom-wrap-2 {
    max-width: 380px;
    margin-right: -90px;
    margin-top: -75px;
}
.cancer-sales-section-37 .box-wrap {
    background-color: #4f6765;
}
@media (max-width: 1599px) {
    .cancer-sales-section-37 .heading-style-2,
    .cancer-sales-section-37 .heading-style-3 {
        font-size: 32px;
    }
}
@media (max-width: 1399px) {
    .cancer-sales-section-37 .heading-style-2,
    .cancer-sales-section-37 .heading-style-3 {
        font-size: 29px;
    }
}
@media only screen and (max-width: 1199px) {
    .cancer-sales-section-37 .custom-wrap {
        max-width: 350px;
    }
}
@media only screen and (max-width: 991px) {
    .cancer-sales-section-37 {
        margin-bottom: -30px;
    }
    .cancer-sales-section-37 .custom-wrap {
        max-width: 440px;
    }
    .cancer-sales-section-37 .custom-wrap-2 {
        margin-right: 0;
        margin-top: 0;
    }
}
@media only screen and (max-width: 767px) {
    .cancer-sales-section-37 {
        margin-bottom: -20px;
    }
    .cancer-sales-section-37 .section-bg {
        margin-bottom: -20px;
    }
    .cancer-sales-section-37 .heading-style-2 {
        font-size: 23px;
    }
    .cancer-sales-section-37 .heading-style-3 {
        font-size: 19px;
    }
    .cancer-sales-section-37 .custom-wrap {
        max-width: 215px;
    }
    .cancer-sales-section-37 .custom-wrap-2 {
        max-width: 200px;
    }
}
/* #endregion cancer-sales-section-37 */

/* #region cancer-sales-section-38 */
.cancer-sales-section-38 {
    background-color: #f9f8ff;
}
.cancer-sales-section-38 .list-expert .expert-item {
    min-height: 100%;
    background-color: #7D9794;
    color: #fff;
}
.cancer-sales-section-38 .list-expert .experts-content {
    min-height: 150px;
}
.cancer-sales-section-38 .list-expert .expert-item .experts-photo:before {
    content: "";
    padding-top: 87%;
    display: block;
}
.cancer-sales-section-38 .list-expert .expert-item .experts-photo img {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.cancer-sales-section-38 .list-expert .expert-item .experts-name {
    font-size: 19px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
}
.cancer-sales-section-38 .list-expert .expert-item .experts-name.heading-style-line-center:before {
    background-color: var(--highlighted-secondary-color);
    width: 44.76%;
}
.cancer-sales-section-38 .list-expert .expert-item .experts-designation {
    font-size: 17px;
    line-height: normal;
    letter-spacing: normal;
}
@media (min-width: 1600px) {
    .cancer-sales-section-38 .list-expert .expert-col {
        max-width: 20%;
        width: 100%;
    }
}
@media (max-width: 767px) {
    /* Hide scrollbar for IE, Edge and Firefox */
    .cancer-sales-section-38 .list-expert {
        overflow-x: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    /* Hide scrollbar for Chrome, Safari and Opera */
    .cancer-sales-section-38 .list-expert::-webkit-scrollbar {
        display: none;
    }
}
@media (min-width: 1400px) {
    .cancer-sales-section-38 .off-container .container {
        max-width: 1320px;
    }
}
/* #endregion cancer-sales-section-38 */

/* footer */
.footer-bar {
    background-color: #547471;
    color: #fff;
    font-size: 21px;
    letter-spacing: 0.6px;
}
.footer-navigation ul li + li:before {
    content: "|";
    margin-inline: 12px;
}
.footer-navigation ul li a {
    color: #fff;
    text-decoration: none;
}
.footer-navigation ul li a:hover {
    text-decoration: underline;
}
@media only screen and (max-width: 767px) {
    .footer-bar {
        font-size: 15px;
    }
}
@media only screen and (max-width: 575px) {
    .footer-bar {
        font-size: 12px;
    }
    .footer-navigation ul li + li:before {
        margin-inline: 7px;
    }
}
