body {
    --f: 1;
    min-width: 1920px
}

@media (min-width:1200px) and (max-width:1919px) {
    body {
        min-width: 1200px
    }
}

@media (min-width:960px) and (max-width:1199px) {
    body {
        min-width: 960px
    }
}

@media (min-width:768px) and (max-width:959px) {
    body {
        min-width: 768px
    }
}

@media (min-width:480px) and (max-width:767px) {
    body {
        min-width: 480px
    }
}

@media (max-width:479px) {
    body {
        min-width: 320px
    }
}

html {
    font-family: sans-serif
}

body {
    font-size: 0;
    margin: 0;
    --z: 1;
    zoom: var(--z)
}

audio,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background: 0 0;
    outline: 0
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1em;
    line-height: 1;
    margin: 0
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    box-sizing: border-box;
    white-space: normal
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=text],
textarea {
    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

textarea {
    overflow: auto;
    box-sizing: border-box;
    border-color: #ddd
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

blockquote {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0
}

:-webkit-full-screen-ancestor:not(iframe) {
    -webkit-clip-path: initial !important
}

body>div {
    font-size: 0
}

p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
a,
li {
    margin: 0;
    word-spacing: normal;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
    pointer-events: auto;
    -ms-text-size-adjust: none !important;
    -moz-text-size-adjust: none !important;
    -webkit-text-size-adjust: none !important;
    text-size-adjust: none !important;
    max-height: 10000000px
}

sup {
    font-size: inherit;
    vertical-align: baseline;
    position: relative;
    top: -0.4em
}

sub {
    font-size: inherit;
    vertical-align: baseline;
    position: relative;
    top: 0.4em
}

ul {
    display: block;
    word-spacing: normal;
    word-wrap: break-word;
    line-break: normal;
    list-style-type: none;
    padding: 0;
    margin: 0;
    -moz-padding-start: 0;
    -khtml-padding-start: 0;
    -webkit-padding-start: 0;
    -o-padding-start: 0;
    -padding-start: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0
}

li {
    display: block;
    white-space: normal
}

[data-marker]::before {
    content: attr(data-marker) ' ';
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    text-wrap: nowrap
}

li p {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

form {
    display: inline-block
}

a {
    text-decoration: inherit;
    color: inherit;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

textarea {
    resize: none
}

.shm-l {
    float: left;
    clear: left
}

.shm-r {
    float: right;
    clear: right;
    shape-outside: content-box
}

.btf {
    display: none
}

#consentBanner {
    position: fixed;
    bottom: 0;
    z-index: 2147483647
}

.plyr {
    min-width: 0 !important
}

html,
body {
    -webkit-text-zoom: reset !important
}

.animated {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes flash {

    from,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    from,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

.menu-content {
    cursor: pointer;
    position: relative
}

li {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

.modpop {
    margin-left: var(--sw);
    overflow: hidden
}

.modalpop {
    overflow: scroll
}

.popup::-webkit-scrollbar {
    display: none
}

.popup div::-webkit-scrollbar {
    display: none
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -ms-touch-action: none;
    -webkit-tap-highlight-color: transparent;
    pointer-events: none
}

.slick-list {
    position: relative;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-loading .slick-list {
    background: white url("ajax-loader.gif") center center no-repeat
}

.slick-list .dragging {
    cursor: pointer
}

.slick-slider .slick-list,
.slick-track,
.slick-slide {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.slick-track {
    position: relative;
    height: 100%;
    left: 0;
    top: 0;
    display: inline-block;
    zoom: 1
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    display: none
}

.slick-slide {
    position: static;
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

.slick-active picture {
    pointer-events: auto
}

.slick-slide img {
    display: block
}

.slick-slide .slick-loading img {
    display: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    display: none
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

@font-face {
    font-family: "slick";
    src: url("slick.eot");
    src: url("slick.eot?#iefix") format("embedded-opentype"), url("slick.woff") format("woff"), url("slick.ttf") format("truetype"), url("slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal
}

.slick-prev:before {
    content: "\2190"
}

.slick-next:before {
    content: "\2192"
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    padding: 0;
    border: none;
    outline: none
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev .slick-disabled:before,
.slick-next .slick-disabled:before {
    opacity: 0.25
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots {
    position: absolute;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    padding: 0;
    cursor: pointer
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\2022";
    font-family: "slick";
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[dir="rtl"] .slick-slide {
    float: right
}

[dir="rtl"] .slick-next:before {
    content: "\2190"
}

[dir="rtl"] .slick-prev:before {
    content: "\2192"
}

.slidex {
    display: none
}

.slider-nav .slick-list {
    overflow: hidden
}

.slider-nav button {
    pointer-events: auto
}

.plyr--fullscreen-fallback {
    transform: translate3d(0, 0, 1px) !important
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInRightSubtle {
    from {
        opacity: 0;
        -webkit-transform: translate3d(30px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRightSubtle {
    from {
        opacity: 0;
        transform: translate3d(30px, 0, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRightSubtle {
    -webkit-animation-name: fadeInRightSubtle;
    animation-name: fadeInRightSubtle
}

@-webkit-keyframes fadeInLeftSubtle {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-30px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeftSubtle {
    from {
        opacity: 0;
        transform: translate3d(-30px, 0, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeftSubtle {
    -webkit-animation-name: fadeInLeftSubtle;
    animation-name: fadeInLeftSubtle
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@font-face {
    font-display: block;
    font-family: "Lato 2";
    src: url('Lato-Regular.woff2') format('woff2'), url('Lato-Regular.woff') format('woff');
    font-weight: 400
}

@font-face {
    font-display: block;
    font-family: "Hanken Grotesk 3";
    src: url('HankenGrotesk_wght_.woff2') format('woff2'), url('HankenGrotesk_wght_.woff') format('woff');
    font-weight: 400
}

@font-face {
    font-display: block;
    font-family: "Lato 3";
    src: url('Lato-Bold.woff2') format('woff2'), url('Lato-Bold.woff') format('woff');
    font-weight: 700
}

@font-face {
    font-display: block;
    font-family: "Lato 4";
    src: url('Lato-Black.woff2') format('woff2'), url('Lato-Black.woff') format('woff');
    font-weight: 900
}

@font-face {
    font-display: block;
    font-family: "Hanken Grotesk 6";
    src: url('HankenGrotesk_wght_.woff2') format('woff2'), url('HankenGrotesk_wght_.woff') format('woff');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-display: block;
    font-family: "Inter 4";
    src: url('Inter_slnt_wght_.woff2') format('woff2'), url('Inter_slnt_wght_.woff') format('woff');
    font-weight: 500;
    font-style: normal
}

#b1 {
    background-color: #fff
}

.c1 {
    display: block;
    position: relative;
    pointer-events: none;
    min-width: 1920px;
    width: 100%;
    overflow: hidden;
    margin-top: 0;
    z-index: 29;
    min-height: 1022px
}

.v1 {
    display: block
}

.ps1 {
    position: relative;
    margin-top: 0
}

.s1 {
    width: 100%;
    min-width: 1920px;
    height: 347px;
    padding-bottom: 0
}

.c2 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #5789c1
}

.z1 {
    pointer-events: none
}

.ps2 {
    display: inline-block;
    width: 0;
    height: 0
}

.ps3 {
    position: relative;
    margin-top: 11px
}

.s2 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 67px
}

.v2 {
    display: inline-block;
    vertical-align: top
}

.ps4 {
    position: relative;
    margin-left: 66px;
    margin-top: 0
}

.s3 {
    min-width: 1828px;
    width: 1828px;
    min-height: 67px
}

.ps5 {
    position: relative;
    margin-left: 0;
    margin-top: 13px
}

.s4 {
    min-width: 48px;
    width: 48px;
    min-height: 40px;
    height: 40px
}

.z2 {
    z-index: 33;
    pointer-events: auto
}

.i1 {
    position: absolute;
    left: 4px;
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    top: 0;
    color: #fff;
    -ms-transform: rotate(0deg) scale(1, 1);
    -moz-transform: rotate(0deg) scale(1, 1);
    -webkit-transform: rotate(0deg) scale(1, 1);
    transform: rotate(0deg) scale(1, 1)
}

.ps6 {
    position: relative;
    margin-left: 17px;
    margin-top: 13px
}

.s5 {
    min-width: 275px;
    width: 275px;
    overflow: hidden;
    height: 40px
}

.z3 {
    z-index: 32;
    pointer-events: auto
}

.p1 {
    text-indent: 0;
    padding-bottom: 0;
    padding-right: 0;
    text-align: left
}

.f1 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.126;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps7 {
    position: relative;
    margin-left: 42px;
    margin-top: 13px
}

.s6 {
    min-width: 72px;
    width: 72px;
    min-height: 40px;
    height: 40px
}

.z4 {
    z-index: 34;
    pointer-events: auto
}

.i2 {
    position: absolute;
    left: 16px;
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    top: 0;
    color: #fff
}

.ps8 {
    position: relative;
    margin-left: -2px;
    margin-top: 13px
}

.s7 {
    min-width: 446px;
    width: 446px;
    overflow: hidden;
    height: 40px
}

.z5 {
    z-index: 35;
    pointer-events: auto
}

.ps9 {
    position: relative;
    margin-left: 863px;
    margin-top: 0
}

.s8 {
    min-width: 67px;
    width: 67px;
    min-height: 67px;
    height: 67px
}

.z6 {
    z-index: 39;
    pointer-events: auto
}

.a1 {
    display: block
}

.i3 {
    position: absolute;
    left: 0;
    width: 67px;
    height: 67px;
    top: 0;
    -webkit-filter: brightness(400%);
    -moz-filter: brightness(400%);
    filter: brightness(400%);
    border: 0
}

.ps10 {
    position: relative;
    margin-top: 7px
}

.s9 {
    margin-left: -0%;
    width: 100%;
    min-height: 262px
}

.c4 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 0 rgba(128, 128, 128, 0.2)
}

.z7 {
    z-index: 30;
    pointer-events: auto
}

.ps11 {
    position: relative;
    margin-top: -252px
}

.s10 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 236px
}

.ps12 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s11 {
    min-width: 1895px;
    width: 1895px;
    min-height: 236px
}

.ps13 {
    position: relative;
    margin-left: 0;
    margin-top: 3px
}

.s12 {
    min-width: 170px;
    width: 170px;
    min-height: 168px;
    height: 168px
}

.z8 {
    z-index: 31;
    pointer-events: auto
}

.i4 {
    position: absolute;
    left: 0;
    width: 170px;
    height: 37px;
    top: 66px;
    -webkit-border-radius: 84px;
    -moz-border-radius: 84px;
    border-radius: 84px;
    border: 0
}

.v3 {
    display: inline-block;
    vertical-align: top;
    overflow: visible
}

.ps14 {
    position: relative;
    margin-left: 49px;
    margin-top: 148px
}

.s13 {
    min-width: 1547px;
    width: 1547px;
    height: 88px
}

.z9 {
    z-index: 40;
    pointer-events: auto
}

.ps15 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s14 {
    min-width: 0;
    width: 0;
    min-height: 0;
    height: 0
}

.m1 {
    padding: 0px 0px 0px 0px
}

.s15 {
    min-width: 46px;
    width: 0;
    height: 0
}

.mcv1 {
    display: none
}

.v4 {
    display: none
}

.ps17 {
    position: relative;
    margin-left: 0;
    margin-top: 92px
}

.s17 {
    min-width: 46px;
    width: 46px;
    overflow: hidden;
    height: 26px
}

.z11 {
    pointer-events: auto
}

.p2 {
    text-indent: 0;
    padding-bottom: 0;
    padding-right: 0;
    text-align: center
}

.f2 {
    font-family: "Lato 2";
    font-size: 17px;
    font-size: calc(17px * var(--f));
    line-height: 1.295;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: transparent;
    background-color: initial;
    text-shadow: none
}

.v5 {
    display: inline-block;
    vertical-align: top
}

.ps18 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s18 {
    min-width: 1547px;
    width: 1547px;
    min-height: 88px;
    height: 88px
}

.z12 {
    z-index: 9999
}

.s19 {
    min-width: 159px;
    width: 159px;
    height: 88px
}

.mcv2 {
    display: inline-block
}

.s20 {
    min-width: 159px;
    width: 159px;
    min-height: 88px
}

.c6 {
    border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #5789c1
}

.ps19 {
    position: relative;
    margin-left: 0;
    margin-top: 23px
}

.s21 {
    min-width: 159px;
    width: 159px;
    overflow: hidden;
    height: 41px
}

.f3 {
    font-family: "Lato 2";
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.220;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.v6 {
    display: none
}

.s22 {
    min-width: 450px;
    width: 450px;
    min-height: 286px;
    height: 286px
}

.ml1 {
    outline: 0
}

.s23 {
    min-width: 450px;
    width: 450px;
    height: 56px
}

.s24 {
    min-width: 450px;
    width: 450px;
    min-height: 56px
}

.ps20 {
    position: relative;
    margin-left: 0;
    margin-top: 7px
}

.s25 {
    min-width: 450px;
    width: 450px;
    overflow: hidden;
    height: 41px
}

.ps21 {
    position: relative;
    margin-left: 0;
    margin-top: 1px
}

.ps22 {
    position: relative;
    margin-left: 160px;
    margin-top: -88px
}

.s26 {
    min-width: 256px;
    width: 256px;
    height: 88px
}

.s27 {
    min-width: 256px;
    width: 256px;
    min-height: 88px
}

.s28 {
    min-width: 256px;
    width: 256px;
    overflow: hidden;
    height: 41px
}

.ps23 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s29 {
    min-width: 472px;
    width: 472px;
    min-height: 689px;
    height: 690px
}

.s30 {
    min-width: 472px;
    width: 472px;
    height: 56px
}

.s31 {
    min-width: 472px;
    width: 472px;
    min-height: 56px
}

.s32 {
    min-width: 472px;
    width: 472px;
    overflow: hidden;
    height: 41px
}

.ps24 {
    position: relative;
    margin-left: 0;
    margin-top: 1px
}

.ps25 {
    position: relative;
    margin-left: 417px;
    margin-top: -88px
}

.s33 {
    min-width: 342px;
    width: 342px;
    height: 88px
}

.s34 {
    min-width: 342px;
    width: 342px;
    min-height: 88px
}

.s35 {
    min-width: 342px;
    width: 342px;
    overflow: hidden;
    height: 41px
}

.ps26 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s36 {
    min-width: 429px;
    width: 429px;
    min-height: 228px;
    height: 229px
}

.s37 {
    min-width: 429px;
    width: 429px;
    height: 56px
}

.s38 {
    min-width: 429px;
    width: 429px;
    min-height: 56px
}

.s39 {
    min-width: 429px;
    width: 429px;
    overflow: hidden;
    height: 41px
}

.ps27 {
    position: relative;
    margin-left: 760px;
    margin-top: -88px
}

.s40 {
    min-width: 383px;
    width: 383px;
    height: 88px
}

.s41 {
    min-width: 383px;
    width: 383px;
    min-height: 88px
}

.s42 {
    min-width: 383px;
    width: 383px;
    overflow: hidden;
    height: 41px
}

.ps28 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s43 {
    min-width: 477px;
    width: 477px;
    min-height: 56px;
    height: 56px
}

.s44 {
    min-width: 477px;
    width: 477px;
    height: 56px
}

.s45 {
    min-width: 477px;
    width: 477px;
    min-height: 56px
}

.ps29 {
    position: relative;
    margin-left: 0;
    margin-top: 7px
}

.s46 {
    min-width: 477px;
    width: 477px;
    overflow: hidden;
    height: 41px
}

.ps30 {
    position: relative;
    margin-left: 1144px;
    margin-top: -88px
}

.s47 {
    min-width: 185px;
    width: 185px;
    height: 88px
}

.s48 {
    min-width: 185px;
    width: 185px;
    min-height: 88px
}

.s49 {
    min-width: 185px;
    width: 185px;
    overflow: hidden;
    height: 41px
}

.ps31 {
    position: relative;
    margin-left: 1330px;
    margin-top: -88px
}

.s50 {
    min-width: 108px;
    width: 108px;
    height: 88px
}

.s51 {
    min-width: 108px;
    width: 108px;
    min-height: 88px
}

.s52 {
    min-width: 108px;
    width: 108px;
    overflow: hidden;
    height: 41px
}

.ps32 {
    position: relative;
    margin-left: 1439px;
    margin-top: -88px
}

.ps33 {
    position: relative;
    margin-left: 1154px;
    margin-top: -236px
}

.s53 {
    min-width: 741px;
    width: 741px;
    min-height: 79px
}

.z13 {
    z-index: 36
}

.s54 {
    min-width: 741px;
    width: 741px;
    min-height: 79px;
    line-height: 0
}

.s55 {
    min-width: 741px;
    width: 741px;
    height: 79px
}

.z14 {
    z-index: 37;
    pointer-events: auto
}

.input1 {
    border: 1px solid #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.22);
    width: 741px;
    height: 79px;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 28px;
    line-height: 1.144;
    font-weight: 400;
    font-style: italic;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input1::placeholder {
    color: rgb(0, 0, 0);
    opacity: 1
}

.ps34 {
    position: relative;
    margin-left: 674px;
    margin-top: -73px
}

.s56 {
    min-width: 64px;
    width: 64px;
    height: 55px;
    box-sizing: border-box
}

.c7 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    background-image: url(../images/t/search-svgrepo-com-2-.svg);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z15 {
    z-index: 38;
    pointer-events: auto
}

.a2 {
    transform: translateZ(1px);
    display: inline-block;
    width: 100%;
    height: 100%;
    z-index: 1
}

.c7:hover {
    background-color: rgba(10, 37, 134, 0.74);
    border-color: transparent;
    color: #fff;
    background-clip: padding-box
}

.c7:active {
    transition: initial
}

.c8 {
    display: block;
    position: relative;
    pointer-events: none;
    min-width: 1920px;
    width: 100%;
    overflow: hidden;
    margin-top: -718px;
    min-height: 131px
}

.ps35 {
    position: relative;
    margin-top: 0
}

.s57 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 131px
}

.s58 {
    min-width: 1920px;
    width: 1920px;
    min-height: 131px
}

.s59 {
    min-width: 1920px;
    width: 1920px;
    min-height: 131px;
    line-height: 0
}

.v7 {
    display: inline-block;
    vertical-align: top;
    pointer-events: auto
}

.ps36 {
    position: relative;
    margin-left: 29px;
    margin-top: 0
}

.s60 {
    min-width: 1891px;
    width: 1891px;
    min-height: 104px
}

.c9 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #dc322f
}

.z16 {
    z-index: 2146435072;
    pointer-events: auto
}

.ps37 {
    position: relative;
    margin-left: 360px;
    margin-top: 21px
}

.s61 {
    min-width: 1235px;
    width: 1235px;
    overflow: hidden;
    height: 62px
}

.z17 {
    z-index: 143
}

.f4 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 38px;
    font-size: calc(38px * var(--f));
    line-height: 1.606;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    background-color: initial;
    text-shadow: none
}

.ps38 {
    position: relative;
    margin-left: 205px;
    margin-top: 21px
}

.s62 {
    min-width: 64px;
    width: 64px;
    height: 64px;
    box-sizing: border-box
}

.c10 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    background-color: transparent;
    background-image: url(../images/l/close.svg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z18 {
    z-index: 142
}

.c10:hover {
    background-color: #06341d;
    border-color: transparent;
    color: #161616;
    background-clip: padding-box
}

.c10:active {
    transition: initial;
    color: #a1a1a1
}

.ps39 {
    position: relative;
    margin-left: 0;
    margin-top: -82px
}

.s63 {
    min-width: 1920px;
    width: 1920px;
    min-height: 109px
}

.c11 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #06341d
}

.ps40 {
    position: relative;
    margin-left: 102px;
    margin-top: 18px
}

.s64 {
    min-width: 1794px;
    width: 1794px;
    min-height: 82px
}

.s65 {
    min-width: 1718px;
    width: 1718px;
    overflow: hidden;
    height: 82px
}

.z19 {
    z-index: 141;
    pointer-events: auto
}

.f5 {
    font-family: "Hanken Grotesk 3";
    font-size: 38px;
    font-size: calc(38px * var(--f));
    line-height: 1.817;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #cde800;
    background-color: initial;
    text-shadow: none
}

.ps41 {
    position: relative;
    margin-left: 12px;
    margin-top: 0
}

.z20 {
    z-index: 140;
    pointer-events: auto
}

.c12 {
    display: block;
    position: relative;
    pointer-events: none;
    min-width: 1920px;
    width: 100%;
    overflow: hidden;
    margin-top: -88px;
    z-index: 26;
    min-height: 875px
}

.s66 {
    width: 100%;
    min-width: 1920px;
    min-height: 875px;
    padding-bottom: 0
}

.c13 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff
}

.ps42 {
    position: relative;
    margin-top: 31px
}

.s67 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 793px
}

.s68 {
    min-width: 1920px;
    width: 1920px;
    min-height: 793px
}

.s69 {
    min-width: 1920px;
    width: 1920px;
    min-height: 793px;
    line-height: 0
}

.s70 {
    min-width: 1920px;
    width: 1920px;
    min-height: 778px
}

.z21 {
    z-index: 27;
    pointer-events: auto
}

.s71 {
    display: block;
    height: 778px;
    width: 100%;
    overflow: hidden
}

.s72 {
    width: auto;
    height: 100%;
    padding: 0px 264px 0px 264px;
    background-color: rgb(255, 255, 255)
}

.s73 {
    width: auto;
    height: 100%;
    padding: 0px 10px 0px 10px;
    background-color: rgb(255, 255, 255)
}

.un7 .slider {
    height: 778px
}

.un7 .slick-list {
    height: 778px
}

.un7 .slick-prev,
.un7 .slick-next {
    height: 20px;
    width: 20px;
    margin-top: -10px;
    pointer-events: auto
}

.un7 .slick-prev:before,
.un7 .slick-next:before {
    font-size: 20px;
    color: #161616;
    opacity: 0.75
}

.un7 .slick-prev {
    left: 30px
}

.un7 .slick-next {
    right: 30px
}

.un7 .slider-for {
    margin-bottom: 0px
}

.un7 .slider-nav {
    margin-bottom: 0px
}

.un7 .slider-nav picture {
    border: solid 0px transparent
}

.un7 .slider-nav .slick-center picture {
    border-color: transparent
}

.un7 .slick-dots {
    bottom: 0px
}

.un7 .slick-dots li {
    height: 20px;
    width: 20px;
    margin: 0 5px
}

.un7 .slick-dots li button {
    height: 20px;
    width: 20px
}

.un7 .slick-dots li button:before {
    width: 20px;
    height: 20px;
    font-size: 6px;
    line-height: 20px
}

.un7 .slick-dots .slick-active button:before {
    color: #161616;
    opacity: 0.75
}

[dir="rtl"] .un7 .slick-next {
    right: auto;
    left: 30px
}

[dir="rtl"] .un7 .slick-prev {
    right: 30px;
    left: auto
}

.v8 {
    display: inline-block;
    vertical-align: top;
    outline: 0
}

.ps43 {
    position: relative;
    margin-left: 1290px;
    margin-top: -86px
}

.s74 {
    min-width: 504px;
    height: 101px;
    box-sizing: border-box;
    width: 504px;
    padding-right: 0
}

.c14 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 51px;
    -moz-border-radius: 51px;
    border-radius: 51px;
    background-color: #fff;
    box-shadow: 0 2px 8px 3px rgba(0, 0, 0, 0.22);
    color: rgba(59, 83, 90, 0.61);
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear
}

.z22 {
    z-index: 28;
    pointer-events: auto
}

.f6 {
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    z-index: 1;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 35px;
    font-size: calc(35px * var(--f));
    line-height: 1.230;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 29px;
    padding-bottom: 29px
}

.c14:hover {
    background-color: #5789c1;
    background-clip: padding-box;
    color: #000
}

.c14:active {
    transition: initial;
    background-color: #06341d;
    color: #a1a1a1
}

.ps44 {
    position: relative;
    margin-top: -839px
}

.s75 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    height: 1496px
}

.s76 {
    min-width: 1920px;
    width: 1920px;
    min-height: 1496px
}

.s77 {
    min-width: 1920px;
    width: 1920px;
    min-height: 1496px;
    line-height: 0
}

.ps45 {
    position: relative;
    margin-left: 340px;
    margin-top: 0
}

.s78 {
    min-width: 1221px;
    width: 1221px;
    min-height: 798px
}

.c15 {
    border: 1px solid rgba(0, 0, 0, 0.56);
    background-clip: padding-box;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    background-image: -webkit-gradient(linear, 193deg, color-stop(0, rgba(10, 37, 134, 0.74)), color-stop(1, rgb(6, 52, 29)));
    background-image: -o-linear-gradient(193deg, rgba(10, 37, 134, 0.74) 0%, rgb(6, 52, 29) 100%);
    background-image: -webkit-linear-gradient(193deg, rgba(10, 37, 134, 0.74) 0%, rgb(6, 52, 29) 100%);
    background-image: -ms-linear-gradient(193deg, rgba(10, 37, 134, 0.74) 0%, rgb(6, 52, 29) 100%);
    background-image: linear-gradient(193deg, rgba(10, 37, 134, 0.74) 0%, rgb(6, 52, 29) 100%)
}

.ps46 {
    position: relative;
    margin-left: 1126px;
    margin-top: 22px
}

.s79 {
    min-width: 51px;
    width: 51px;
    height: 51px;
    box-sizing: border-box
}

.c16 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    background-color: #000;
    background-image: url(../images/l/close.svg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z23 {
    z-index: 110
}

.c16:hover {
    background-color: #06341d;
    border-color: transparent;
    color: #161616;
    background-clip: padding-box
}

.c16:active {
    transition: initial;
    color: #a1a1a1
}

.ps47 {
    position: relative;
    margin-left: 104px;
    margin-top: 62px
}

.s80 {
    min-width: 1023px;
    width: 1023px;
    min-height: 537px
}

.z24 {
    z-index: 111;
    pointer-events: none
}

.s81 {
    min-width: 1023px;
    width: 1023px;
    min-height: 417px
}

.s82 {
    min-width: 1023px;
    width: 1023px;
    height: 125px
}

.input2 {
    border: 1px solid #a1a1a1;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #fff;
    width: 1023px;
    height: 125px;
    font-family: "Lato 2";
    font-size: 35px;
    line-height: 1.201;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #161616;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input2::placeholder {
    color: rgb(0, 0, 0);
    opacity: 1
}

.ps48 {
    position: relative;
    margin-left: 0;
    margin-top: 30px
}

.input3 {
    border: 1px solid #a1a1a1;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #fff;
    width: 1023px;
    height: 125px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 35px;
    line-height: 1.172;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #161616;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input3::placeholder {
    color: rgb(0, 0, 0);
    opacity: 1
}

.ps49 {
    position: relative;
    margin-left: 657px;
    margin-top: 27px
}

.s83 {
    min-width: 360px;
    width: 360px;
    height: 110px
}

.submit1 {
    font-family: "Lato 3";
    font-size: 41px;
    line-height: 1.196;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    text-shadow: none;
    text-indent: 0;
    text-align: center;
    border: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #000;
    padding-top: 31px;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear
}

.s84 {
    width: 360px
}

.submit1:hover {
    color: #161616;
    background-color: #06341d;
    background-clip: padding-box
}

.submit1:active {
    color: #a1a1a1;
    transition: initial
}

.ps50 {
    position: relative;
    margin-left: 1px;
    margin-top: 38px
}

.s85 {
    min-width: 1021px;
    width: 1021px;
    overflow: hidden;
    height: 82px
}

.f7 {
    font-family: "Hanken Grotesk 3";
    font-size: 19px;
    font-size: calc(19px * var(--f));
    line-height: 1.317;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #dc322f;
    background-color: initial;
    text-shadow: none
}

.ps51 {
    position: relative;
    margin-left: 0;
    margin-top: -773px
}

.s86 {
    min-width: 1920px;
    width: 1920px;
    min-height: 1110px
}

.ps52 {
    position: relative;
    margin-left: 0;
    margin-top: 16px
}

.s87 {
    min-width: 1920px;
    width: 1920px;
    min-height: 1080px
}

.pl1 {
    width: 100%;
    height: 1080px
}

.pl1 .plyr__controls button {
    color: #fff
}

.pl1 .plyr__controls .plyr__time--current {
    color: #fff
}

.pl1 .plyr--full-ui input[type=range] {
    color: #00b3ff
}

.pl1 .plyr--audio .plyr__control:hover {
    background: #00b3ff
}

.pl1 .plyr__control--overlaid {
    background: rgba(0, 179, 255, 0.8)
}

.pl1 .plyr--video .plyr__control:hover {
    background: #00b3ff
}

.vd1 {
    width: 1920px;
    height: 1080px;
    clip-path: content-box
}

.ps53 {
    position: relative;
    margin-left: 13px;
    margin-top: -1061px
}

.s88 {
    min-width: 1907px;
    width: 1907px;
    min-height: 784px
}

.c17 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-image: -webkit-gradient(linear, 164deg, color-stop(0, rgba(10, 37, 134, 0.74)), color-stop(1, rgba(145, 6, 74, 0.72)));
    background-image: -o-linear-gradient(164deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: -webkit-linear-gradient(164deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: -ms-linear-gradient(164deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: linear-gradient(164deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%)
}

.z25 {
    z-index: 73;
    pointer-events: auto
}

.ps54 {
    position: relative;
    margin-left: 1664px;
    margin-top: 15px
}

.s89 {
    min-width: 67px;
    width: 67px;
    min-height: 53px;
    height: 53px
}

.z26 {
    z-index: 130
}

.i5 {
    position: absolute;
    left: 7px;
    min-width: 53px;
    max-width: 53px;
    min-height: 53px;
    max-height: 53px;
    top: 0;
    color: #fff
}

.ps55 {
    position: relative;
    margin-left: 0;
    margin-top: 25px
}

.s90 {
    min-width: 1752px;
    height: 112px;
    box-sizing: border-box;
    width: 1752px;
    padding-right: 0
}

.c18 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-image: -webkit-gradient(linear, 166deg, color-stop(0, rgba(10, 37, 134, 0.74)), color-stop(1, rgba(74, 149, 169, 0.52)));
    background-image: -o-linear-gradient(166deg, rgba(10, 37, 134, 0.74) 0%, rgba(74, 149, 169, 0.52) 100%);
    background-image: -webkit-linear-gradient(166deg, rgba(10, 37, 134, 0.74) 0%, rgba(74, 149, 169, 0.52) 100%);
    background-image: -ms-linear-gradient(166deg, rgba(10, 37, 134, 0.74) 0%, rgba(74, 149, 169, 0.52) 100%);
    background-image: linear-gradient(166deg, rgba(10, 37, 134, 0.74) 0%, rgba(74, 149, 169, 0.52) 100%);
    color: #fff;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z27 {
    z-index: 131
}

.a3 {
    transform: translateZ(1px);
    display: inline-block;
    width: 100%;
    z-index: 1
}

.f8 {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 54px;
    font-size: calc(54px * var(--f));
    line-height: 1.242;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 23px;
    padding-bottom: 22px
}

.c18::before {
    background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
    background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-clip: content-box;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin-top: 0;
    margin-left: 0;
    z-index: -1;
    transition: opacity 0.2s linear
}

.c18:hover:before {
    opacity: 1
}

.c18:hover {
    background-color: transparent;
    border-color: transparent;
    color: #161616
}

.c18::after {
    background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
    background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-clip: content-box;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin-top: 0;
    margin-left: 0;
    top: 0;
    left: 0;
    z-index: -1;
    transition: opacity 0.2s linear
}

.c18:hover:after {
    opacity: 0
}

.c18:active:before {
    opacity: 1
}

.c18:active:after {
    opacity: 1;
    transition: initial
}

.c18:active {
    transition: initial;
    color: #a1a1a1
}

.ps56 {
    position: relative;
    margin-left: 0;
    margin-top: 8px
}

.s91 {
    min-width: 1752px;
    height: 112px;
    box-sizing: border-box;
    width: 1752px;
    padding-right: 0
}

.z28 {
    z-index: 132
}

.ps57 {
    position: relative;
    margin-left: 0;
    margin-top: -53px
}

.s92 {
    min-width: 1752px;
    height: 112px;
    box-sizing: border-box;
    width: 1752px;
    padding-right: 0
}

.z29 {
    z-index: 133
}

.ps58 {
    position: relative;
    margin-left: 0;
    margin-top: -112px
}

.z30 {
    z-index: 134
}

.ps59 {
    position: relative;
    margin-left: 0;
    margin-top: -112px
}

.z31 {
    z-index: 135
}

.ps60 {
    position: relative;
    margin-left: 0;
    margin-top: -112px
}

.z32 {
    z-index: 136
}

.ps61 {
    position: relative;
    margin-left: 37px;
    margin-top: 0
}

.z33 {
    z-index: 137
}

.ps62 {
    position: relative;
    margin-left: 32px;
    margin-top: 18px
}

.z34 {
    z-index: 138
}

.ps63 {
    position: relative;
    margin-left: 32px;
    margin-top: 8px
}

.s93 {
    min-width: 1752px;
    height: 117px;
    box-sizing: border-box;
    width: 1752px;
    padding-right: 0
}

.z35 {
    z-index: 139
}

.f9 {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 54px;
    font-size: calc(54px * var(--f));
    line-height: 1.242;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 25px;
    padding-bottom: 25px
}

.ps64 {
    position: relative;
    margin-left: 162px;
    margin-top: -1035px
}

.s94 {
    min-width: 1531px;
    width: 1531px;
    height: 1394px
}

.c19 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-image: -webkit-gradient(linear, 144deg, color-stop(0, rgba(28, 92, 132, 0.62)), color-stop(1, rgb(6, 52, 29)));
    background-image: -o-linear-gradient(144deg, rgba(28, 92, 132, 0.62) 0%, rgb(6, 52, 29) 100%);
    background-image: -webkit-linear-gradient(144deg, rgba(28, 92, 132, 0.62) 0%, rgb(6, 52, 29) 100%);
    background-image: -ms-linear-gradient(144deg, rgba(28, 92, 132, 0.62) 0%, rgb(6, 52, 29) 100%);
    background-image: linear-gradient(144deg, rgba(28, 92, 132, 0.62) 0%, rgb(6, 52, 29) 100%)
}

.ps65 {
    position: relative;
    margin-left: 33px;
    margin-top: 35px
}

.s95 {
    min-width: 1394px;
    width: 1394px;
    min-height: 445px;
    height: 445px
}

.z36 {
    z-index: 117
}

.i6 {
    position: absolute;
    left: 359px;
    width: 677px;
    height: 445px;
    top: 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 0
}

.ps66 {
    position: relative;
    margin-left: 5px;
    margin-top: 35px
}

.s96 {
    min-width: 64px;
    width: 64px;
    height: 64px;
    box-sizing: border-box
}

.c20 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    background-color: #161616;
    background-image: url(../images/l/close.svg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z37 {
    z-index: 116
}

.c20:hover {
    background-color: #06341d;
    border-color: transparent;
    color: #161616;
    background-clip: padding-box
}

.c20:active {
    transition: initial;
    color: #a1a1a1
}

.ps67 {
    position: relative;
    margin-left: 1098px;
    margin-top: 785px
}

.s97 {
    min-width: 399px;
    height: 86px;
    box-sizing: border-box;
    width: 395px;
    padding-right: 0
}

.c21 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 2px solid #06341d;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgba(56, 123, 49, 0.55)), color-stop(1, rgba(56, 123, 49, 0.55)));
    background-image: -o-linear-gradient(0deg, rgba(56, 123, 49, 0.55) 0%, rgba(56, 123, 49, 0.55) 100%);
    background-image: -webkit-linear-gradient(0deg, rgba(56, 123, 49, 0.55) 0%, rgba(56, 123, 49, 0.55) 100%);
    background-image: -ms-linear-gradient(0deg, rgba(56, 123, 49, 0.55) 0%, rgba(56, 123, 49, 0.55) 100%);
    background-image: linear-gradient(0deg, rgba(56, 123, 49, 0.55) 0%, rgba(56, 123, 49, 0.55) 100%);
    color: #fff;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z38 {
    z-index: 118
}

.f10 {
    transform: translateZ(1px);
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    z-index: 1;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.220;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 22px;
    padding-bottom: 21px
}

.c21::before {
    background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
    background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-clip: content-box;
    border: 2px solid #161616;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin-top: -2px;
    margin-left: -2px;
    z-index: -1;
    transition: opacity 0.2s linear
}

.c21:hover:before {
    opacity: 1
}

.c21:hover {
    background-color: transparent;
    border-color: transparent
}

.c21::after {
    background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
    background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-clip: content-box;
    border: 2px solid #161616;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin-top: -2px;
    margin-left: -2px;
    top: 0;
    left: 0;
    z-index: -1;
    transition: opacity 0.2s linear
}

.c21:hover:after {
    opacity: 0
}

.c21:active:before {
    opacity: 1
}

.c21:active:after {
    opacity: 1;
    transition: initial
}

.c21:active {
    transition: initial
}

.ps68 {
    position: relative;
    margin-left: 720px;
    margin-top: -985px
}

.s98 {
    min-width: 480px;
    width: 480px;
    min-height: 480px
}

.c22 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #cdd9b6
}

.ps69 {
    position: relative;
    margin-left: 400px;
    margin-top: 16px
}

.c23 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    background-color: #161616;
    background-image: url(../images/l/close.svg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z39 {
    z-index: 144
}

.c23:hover {
    background-color: #06341d;
    border-color: transparent;
    color: #161616;
    background-clip: padding-box
}

.c23:active {
    transition: initial;
    color: #a1a1a1
}

.c24 {
    display: block;
    position: relative;
    pointer-events: none;
    min-width: 1920px;
    width: 100%;
    overflow: hidden;
    margin-top: -657px;
    z-index: 1;
    min-height: 1931px
}

.ps70 {
    position: relative;
    margin-top: 0
}

.s99 {
    width: 100%;
    min-width: 1920px;
    height: 1931px;
    padding-bottom: 0
}

.c25 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    z-index: 0
}

.fx1 {
    background-attachment: fixed;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    background-image: url(../images/6/screenshot-2025-06-02-at-9.07.02-pm-640.jpg)
}

.webp .fx1 {
    background-attachment: fixed;
    background-image: url(../images/v/screenshot-2025-06-02-at-9.07.02-pm-640.webp)
}

.ps71 {
    position: relative;
    margin-top: 446px
}

.s100 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 1446px
}

.ps72 {
    position: relative;
    margin-left: -1px;
    margin-top: 0
}

.s101 {
    min-width: 1922px;
    width: 1922px;
    min-height: 1446px
}

.s102 {
    min-width: 1922px;
    width: 1922px;
    min-height: 1446px;
    line-height: 0
}

.ps73 {
    position: relative;
    margin-left: 44px;
    margin-top: 0
}

.s103 {
    min-width: 592px;
    width: 592px;
    min-height: 1085px
}

.z40 {
    z-index: 3
}

.ps74 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s104 {
    min-width: 592px;
    width: 592px;
    min-height: 1085px
}

.c26 {
    border: 0;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    background-color: #fff;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.21)
}

.z41 {
    z-index: 4
}

.ps75 {
    position: relative;
    margin-left: 61px;
    margin-top: 18px
}

.s105 {
    min-width: 451px;
    width: 451px;
    overflow: hidden;
    height: 75px
}

.c27 {
    transform-style: preserve-3d
}

.z42 {
    z-index: 6;
    pointer-events: auto
}

.s106 {
    min-height: 75px;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    color: transparent;
    background-image: -webkit-gradient(linear, 139deg, color-stop(0, rgba(10, 37, 134, 0.74)), color-stop(1, rgba(145, 6, 74, 0.72)));
    background-image: -o-linear-gradient(139deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: -webkit-linear-gradient(139deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: -ms-linear-gradient(139deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: linear-gradient(139deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%)
}

.f11 {
    font-family: "Lato 4";
    font-size: 54px;
    font-size: calc(54px * var(--f));
    line-height: 1.205;
    font-weight: 900;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial
}

.f11::after {
    position: absolute;
    content: attr(data-text);
    width: 100%;
    text-shadow: 0 2px 5px rgba(63, 63, 63, 0.25);
    z-index: -1;
    top: 0;
    left: 0
}

.ps76 {
    position: relative;
    margin-left: 0;
    margin-top: 16px
}

.s107 {
    min-width: 592px;
    width: 592px;
    min-height: 272px;
    height: 272px
}

.z43 {
    z-index: 5;
    pointer-events: auto
}

.i7 {
    position: absolute;
    left: 0;
    width: 592px;
    height: 272px;
    top: 0;
    border: 0
}

.ps77 {
    position: relative;
    margin-left: 11px;
    margin-top: 147px
}

.s108 {
    min-width: 560px;
    width: 560px;
    min-height: 557px;
    height: 557px;
    padding-right: 10px
}

.c28 {
    overflow-y: scroll
}

.z44 {
    z-index: 7;
    pointer-events: auto
}

.ps78 {
    margin-left: 48px
}

.p3 {
    text-indent: -38px;
    padding-bottom: 0;
    padding-right: 0;
    text-align: left
}

.f12 {
    font-family: "Hanken Grotesk 6";
    font-size: 38px;
    font-size: calc(38px * var(--f));
    line-height: 1.817;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: rgba(10, 37, 134, 0.74);
    background-color: initial;
    text-shadow: none
}

.f13 {
    font-family: "Hanken Grotesk 6";
    font-size: 38px;
    font-size: calc(38px * var(--f));
    line-height: 1.817;
    font-weight: 700;
    font-style: normal;
    text-decoration: underline;
    text-transform: none;
    letter-spacing: normal;
    color: rgba(10, 37, 134, 0.74);
    background-color: initial;
    text-shadow: none
}

.ps79 {
    position: relative;
    margin-left: 0;
    margin-top: -664px
}

.s109 {
    min-width: 592px;
    height: 91px;
    box-sizing: border-box;
    width: 592px;
    padding-right: 0
}

.c29 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-image: -webkit-gradient(linear, 139deg, color-stop(0, rgba(10, 37, 134, 0.74)), color-stop(1, rgba(145, 6, 74, 0.72)));
    background-image: -o-linear-gradient(139deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: -webkit-linear-gradient(139deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: -ms-linear-gradient(139deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: linear-gradient(139deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    color: #fff;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear
}

.z45 {
    z-index: 8;
    pointer-events: auto
}

.f14 {
    transform: translateZ(1px);
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    z-index: 1;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 38px;
    font-size: calc(38px * var(--f));
    line-height: 1.185;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 23px;
    padding-bottom: 23px
}

.c29:hover {
    background-clip: padding-box
}

.c29:active {
    transition: initial
}

.ps80 {
    position: relative;
    margin-left: 37px;
    margin-top: 0
}

.s110 {
    min-width: 592px;
    width: 592px;
    min-height: 1085px
}

.z46 {
    z-index: 9
}

.s111 {
    min-width: 592px;
    width: 592px;
    min-height: 1085px
}

.c30 {
    border: 0;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    background-color: #fff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.18)
}

.z47 {
    z-index: 10
}

.ps81 {
    position: relative;
    margin-left: 69px;
    margin-top: 18px
}

.s112 {
    min-width: 438px;
    width: 438px;
    overflow: hidden;
    height: 75px
}

.z48 {
    z-index: 12;
    pointer-events: auto
}

.s113 {
    min-height: 75px;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    color: transparent;
    background-image: -webkit-gradient(linear, 139deg, color-stop(0, rgba(10, 37, 134, 0.74)), color-stop(1, rgba(145, 6, 74, 0.72)));
    background-image: -o-linear-gradient(139deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: -webkit-linear-gradient(139deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: -ms-linear-gradient(139deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: linear-gradient(139deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%)
}

.f15 {
    font-family: "Lato 4";
    font-size: 54px;
    font-size: calc(54px * var(--f));
    line-height: 1.205;
    font-weight: 900;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial
}

.f15::after {
    position: absolute;
    content: attr(data-text);
    width: 100%;
    text-shadow: 0 4px 0 transparent;
    z-index: -1;
    top: 0;
    left: 0
}

.ps82 {
    position: relative;
    margin-left: 0;
    margin-top: -976px
}

.s114 {
    min-width: 592px;
    width: 592px;
    min-height: 272px;
    height: 272px
}

.z49 {
    z-index: 11;
    pointer-events: auto
}

.i8 {
    position: absolute;
    left: 0;
    width: 592px;
    height: 272px;
    top: 0;
    border: 0
}

.ps83 {
    position: relative;
    margin-left: 0;
    margin-top: -664px
}

.s115 {
    min-width: 592px;
    height: 91px;
    box-sizing: border-box;
    width: 592px;
    padding-right: 0
}

.c31 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-image: -webkit-gradient(linear, 139deg, color-stop(0, rgba(10, 37, 134, 0.74)), color-stop(1, rgba(145, 6, 74, 0.72)));
    background-image: -o-linear-gradient(139deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: -webkit-linear-gradient(139deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: -ms-linear-gradient(139deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: linear-gradient(139deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    color: #fff;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear
}

.z50 {
    z-index: 13;
    pointer-events: auto
}

.f16 {
    transform: translateZ(1px);
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    z-index: 1;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 38px;
    font-size: calc(38px * var(--f));
    line-height: 1.185;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 23px;
    padding-bottom: 23px
}

.c31:hover {
    background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgba(10, 37, 134, 0.74)), color-stop(1, rgba(145, 6, 74, 0.72)));
    background-image: -o-linear-gradient(0deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: -webkit-linear-gradient(0deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: -ms-linear-gradient(0deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: linear-gradient(0deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-clip: padding-box
}

.c31:active {
    transition: initial;
    background-image: -webkit-gradient(linear, 139deg, color-stop(0, rgba(10, 37, 134, 0.74)), color-stop(1, rgba(145, 6, 74, 0.72)));
    background-image: -o-linear-gradient(139deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: -webkit-linear-gradient(139deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: -ms-linear-gradient(139deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: linear-gradient(139deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%)
}

.ps84 {
    position: relative;
    margin-left: 11px;
    margin-top: -557px
}

.s116 {
    min-width: 581px;
    width: 581px;
    overflow: hidden;
    height: 531px
}

.z51 {
    z-index: 14;
    pointer-events: auto
}

.p4 {
    text-indent: -38px;
    padding-bottom: 0;
    padding-right: 0;
    text-align: left
}

.ps85 {
    position: relative;
    margin-left: 29px;
    margin-top: 2px
}

.s117 {
    min-width: 592px;
    width: 592px;
    min-height: 1083px
}

.z52 {
    z-index: 15
}

.ps86 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s118 {
    min-width: 592px;
    width: 592px;
    min-height: 1083px
}

.c32 {
    border: 0;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    background-color: #fff;
    box-shadow: 0 15px 36px rgba(0, 0, 0, 0.11)
}

.z53 {
    z-index: 16
}

.ps87 {
    position: relative;
    margin-left: 75px;
    margin-top: 16px
}

.s119 {
    min-width: 410px;
    width: 410px;
    overflow: hidden;
    height: 75px
}

.z54 {
    z-index: 18;
    pointer-events: auto
}

.s120 {
    min-height: 75px;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    color: transparent;
    background-image: -webkit-gradient(linear, 139deg, color-stop(0, rgba(10, 37, 134, 0.74)), color-stop(1, rgba(145, 6, 74, 0.72)));
    background-image: -o-linear-gradient(139deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: -webkit-linear-gradient(139deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: -ms-linear-gradient(139deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: linear-gradient(139deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%)
}

.f17 {
    font-family: "Lato 4";
    font-size: 54px;
    font-size: calc(54px * var(--f));
    line-height: 1.205;
    font-weight: 900;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial
}

.f17::after {
    position: absolute;
    content: attr(data-text);
    width: 100%;
    text-shadow: 0 2px 0 rgba(63, 63, 63, 0.25);
    z-index: -1;
    top: 0;
    left: 0
}

.ps88 {
    position: relative;
    margin-left: 0;
    margin-top: 16px
}

.s121 {
    min-width: 592px;
    width: 592px;
    min-height: 270px;
    height: 270px
}

.z55 {
    z-index: 17;
    pointer-events: auto
}

.i9 {
    position: absolute;
    left: 0;
    width: 592px;
    height: 270px;
    top: 0;
    border: 0
}

.ps89 {
    position: relative;
    margin-left: 6px;
    margin-top: 149px
}

.s122 {
    min-width: 582px;
    width: 582px;
    overflow: hidden;
    height: 531px
}

.z56 {
    z-index: 19;
    pointer-events: auto
}

.p5 {
    text-indent: -41px;
    padding-bottom: 0;
    padding-right: 0;
    text-align: left
}

.p6 {
    text-indent: -41px;
    padding-bottom: 0;
    padding-right: 0;
    text-align: left
}

.f18 {
    font-family: "Hanken Grotesk 6";
    font-size: 38px;
    font-size: calc(38px * var(--f));
    line-height: 1.817;
    font-weight: 700;
    font-style: normal;
    text-decoration: underline;
    text-transform: none;
    letter-spacing: normal;
    color: rgba(10, 37, 134, 0.74);
    background-color: initial;
    text-shadow: none
}

.ps90 {
    position: relative;
    margin-left: 0;
    margin-top: -664px
}

.s123 {
    min-width: 592px;
    height: 91px;
    box-sizing: border-box;
    width: 592px;
    padding-right: 0
}

.z57 {
    z-index: 20;
    pointer-events: auto
}

.f19 {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 38px;
    font-size: calc(38px * var(--f));
    line-height: 1.185;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 23px;
    padding-bottom: 23px
}

.ps91 {
    position: relative;
    margin-left: 0;
    margin-top: -331px
}

.s124 {
    min-width: 1920px;
    width: 1920px;
    min-height: 680px
}

.c33 {
    border: 1px solid rgba(0, 0, 0, 0.22);
    background-clip: padding-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: transparent
}

.z58 {
    z-index: 2
}

.ps92 {
    position: relative;
    margin-left: 131px;
    margin-top: -669px
}

.s125 {
    min-width: 1573px;
    width: 1573px;
    min-height: 679px
}

.z59 {
    z-index: 21
}

.ps93 {
    position: relative;
    margin-left: 275px;
    margin-top: 0
}

.s126 {
    min-width: 506px;
    width: 506px;
    min-height: 677px
}

.c34 {
    border: 1px solid #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.22);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-image: url(../images/l/whatsapp-image-2025-06-24-at-3.21.47-pm-506.jpeg)
}

.z60 {
    z-index: 22
}

.webp .c34 {
    background-image: url(../images/4/whatsapp-image-2025-06-24-at-3.21.47-pm-506.webp)
}

.ps94 {
    position: relative;
    margin-left: 32px;
    margin-top: 0
}

.s127 {
    min-width: 506px;
    width: 506px;
    min-height: 677px
}

.c35 {
    border: 1px solid #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.22);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-image: url(../images/c/whatsapp-image-2025-06-24-at-3.23.47-pm-506.jpeg)
}

.z61 {
    z-index: 23
}

.webp .c35 {
    background-image: url(../images/8/whatsapp-image-2025-06-24-at-3.23.47-pm-506.webp)
}

.ps95 {
    position: relative;
    margin-left: -1323px;
    margin-top: 213px
}

.s128 {
    min-width: 130px;
    height: 181px;
    box-sizing: border-box;
    width: 128px;
    padding-right: 0
}

.c36 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.22);
    color: #fff;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear
}

.z62 {
    z-index: 24;
    pointer-events: auto
}

.f20 {
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    z-index: 1;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 57px;
    font-size: calc(57px * var(--f));
    line-height: 1.229;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 55px;
    padding-bottom: 54px
}

.c36:hover {
    background-color: rgba(0, 0, 0, 0.56);
    background-clip: padding-box;
    border-color: #000
}

.c36:active {
    transition: initial
}

.ps96 {
    position: relative;
    margin-left: 1313px;
    margin-top: 213px
}

.s129 {
    min-width: 130px;
    height: 181px;
    box-sizing: border-box;
    width: 128px;
    padding-right: 0
}

.z63 {
    z-index: 25;
    pointer-events: auto
}

.f21 {
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    z-index: 1;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 57px;
    font-size: calc(57px * var(--f));
    line-height: 1.229;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 55px;
    padding-bottom: 54px
}

.c37 {
    display: block;
    position: relative;
    pointer-events: none;
    min-width: 1920px;
    width: 100%;
    overflow: hidden;
    margin-top: -38px;
    z-index: 41;
    min-height: 1337px
}

.ps97 {
    position: relative;
    margin-top: 38px
}

.s130 {
    width: 100%;
    min-width: 1920px;
    height: 1299px;
    padding-bottom: 0
}

.ps98 {
    position: relative;
    margin-top: 0
}

.s131 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 1203px
}

.ps99 {
    position: relative;
    margin-left: 204px;
    margin-top: 0
}

.s132 {
    min-width: 1716px;
    width: 1716px;
    min-height: 1203px
}

.ps100 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s133 {
    min-width: 683px;
    width: 683px;
    min-height: 1203px
}

.z64 {
    z-index: 42
}

.c38 {
    border: 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 2px 40px rgba(0, 0, 0, 0.1)
}

.z65 {
    z-index: 43
}

.ps101 {
    position: relative;
    margin-left: 33px;
    margin-top: 24px
}

.s134 {
    min-width: 610px;
    width: 610px;
    overflow: hidden;
    height: 82px
}

.z66 {
    z-index: 44;
    pointer-events: auto
}

.s135 {
    min-height: 82px;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    color: transparent;
    background-image: -webkit-gradient(linear, 246deg, color-stop(0, rgba(10, 37, 134, 0.74)), color-stop(1, rgba(145, 6, 74, 0.72)));
    background-image: -o-linear-gradient(246deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: -webkit-linear-gradient(246deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: -ms-linear-gradient(246deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: linear-gradient(246deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%)
}

.f22 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 48px;
    font-size: calc(48px * var(--f));
    line-height: 1.480;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: rgba(28, 92, 132, 0.62);
    background-color: initial;
    text-shadow: none
}

.f23 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 48px;
    font-size: calc(48px * var(--f));
    line-height: 1.480;
    font-weight: 700;
    font-style: normal;
    text-decoration: underline;
    text-transform: none;
    letter-spacing: normal;
    color: rgba(28, 92, 132, 0.62);
    background-color: initial;
    text-shadow: none
}

.ps102 {
    position: relative;
    margin-left: 0;
    margin-top: 15px
}

.s136 {
    min-width: 683px;
    width: 683px;
    min-height: 293px;
    height: 293px
}

.z67 {
    z-index: 49;
    pointer-events: auto
}

.i10 {
    position: absolute;
    left: 0;
    width: 683px;
    height: 293px;
    top: 0;
    border: 0
}

.ps103 {
    position: relative;
    margin-left: 16px;
    margin-top: 21px
}

.s137 {
    min-width: 658px;
    width: 658px;
    overflow: hidden;
    height: 301px
}

.z68 {
    z-index: 45;
    pointer-events: auto
}

.p7 {
    text-indent: 0;
    padding-bottom: 0;
    padding-right: 0;
    text-align: justify
}

.f24 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 35px;
    font-size: calc(35px * var(--f));
    line-height: 1.230;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    background-color: initial;
    text-shadow: none
}

.f25 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 35px;
    font-size: calc(35px * var(--f));
    line-height: 1.230;
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;
    text-transform: none;
    letter-spacing: normal;
    color: #5789c1;
    background-color: initial;
    text-shadow: none
}

.f25:visited {
    color: #fff
}

.f25:hover {
    color: #fff
}

.ps104 {
    position: relative;
    margin-left: 16px;
    margin-top: 19px
}

.s138 {
    min-width: 642px;
    height: 83px;
    box-sizing: border-box;
    width: 642px;
    padding-right: 0
}

.c39 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-image: -webkit-gradient(linear, 139deg, color-stop(0, rgba(10, 37, 134, 0.74)), color-stop(1, rgba(145, 6, 74, 0.72)));
    background-image: -o-linear-gradient(139deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: -webkit-linear-gradient(139deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: -ms-linear-gradient(139deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: linear-gradient(139deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    color: #fff;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: ease
}

.z69 {
    z-index: 46;
    pointer-events: auto
}

.f26 {
    font-family: "Inter 4";
    font-size: 35px;
    font-size: calc(35px * var(--f));
    line-height: 1.201;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 21px;
    padding-bottom: 20px
}

.c39:hover {
    background-clip: padding-box
}

.c39:active {
    transition: initial;
    background-image: -webkit-gradient(linear, 139deg, color-stop(0, rgba(145, 6, 74, 0.72)), color-stop(1, rgba(10, 37, 134, 0.74)));
    background-image: -o-linear-gradient(139deg, rgba(145, 6, 74, 0.72) 0%, rgba(10, 37, 134, 0.74) 100%);
    background-image: -webkit-linear-gradient(139deg, rgba(145, 6, 74, 0.72) 0%, rgba(10, 37, 134, 0.74) 100%);
    background-image: -ms-linear-gradient(139deg, rgba(145, 6, 74, 0.72) 0%, rgba(10, 37, 134, 0.74) 100%);
    background-image: linear-gradient(139deg, rgba(145, 6, 74, 0.72) 0%, rgba(10, 37, 134, 0.74) 100%)
}

.ps105 {
    position: relative;
    margin-left: 16px;
    margin-top: 16px
}

.s139 {
    min-width: 642px;
    height: 83px;
    box-sizing: border-box;
    width: 642px;
    padding-right: 0
}

.z70 {
    z-index: 47;
    pointer-events: auto
}

.f27 {
    font-family: "Inter 4";
    font-size: 35px;
    font-size: calc(35px * var(--f));
    line-height: 1.201;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 21px;
    padding-bottom: 20px
}

.ps106 {
    position: relative;
    margin-left: 16px;
    margin-top: 16px
}

.s140 {
    min-width: 642px;
    height: 83px;
    box-sizing: border-box;
    width: 642px;
    padding-right: 0
}

.z71 {
    z-index: 48;
    pointer-events: auto
}

.f28 {
    font-family: "Inter 4";
    font-size: 35px;
    font-size: calc(35px * var(--f));
    line-height: 1.201;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 21px;
    padding-bottom: 20px
}

.ps107 {
    position: relative;
    margin-left: -682px;
    margin-top: 0
}

.s141 {
    min-width: 683px;
    width: 683px;
    min-height: 1203px
}

.z72 {
    z-index: 50
}

.z73 {
    z-index: 51
}

.ps108 {
    position: relative;
    margin-left: 33px;
    margin-top: 24px
}

.s142 {
    min-width: 610px;
    width: 610px;
    overflow: hidden;
    height: 82px
}

.z74 {
    z-index: 52;
    pointer-events: auto
}

.s143 {
    min-height: 82px;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    color: transparent;
    background-image: -webkit-gradient(linear, 246deg, color-stop(0, rgba(10, 37, 134, 0.74)), color-stop(1, rgba(145, 6, 74, 0.72)));
    background-image: -o-linear-gradient(246deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: -webkit-linear-gradient(246deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: -ms-linear-gradient(246deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: linear-gradient(246deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%)
}

.f29 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 48px;
    font-size: calc(48px * var(--f));
    line-height: 1.480;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: rgba(28, 92, 132, 0.62);
    background-color: initial;
    text-shadow: none
}

.f30 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 48px;
    font-size: calc(48px * var(--f));
    line-height: 1.480;
    font-weight: 700;
    font-style: normal;
    text-decoration: underline;
    text-transform: none;
    letter-spacing: normal;
    color: rgba(28, 92, 132, 0.62);
    background-color: initial;
    text-shadow: none
}

.ps109 {
    position: relative;
    margin-left: 0;
    margin-top: 15px
}

.s144 {
    min-width: 683px;
    width: 683px;
    min-height: 293px;
    height: 293px
}

.z75 {
    z-index: 57;
    pointer-events: auto
}

.i11 {
    position: absolute;
    left: 0;
    width: 683px;
    height: 293px;
    top: 0;
    border: 0
}

.ps110 {
    position: relative;
    margin-left: 16px;
    margin-top: 21px
}

.s145 {
    min-width: 658px;
    width: 658px;
    overflow: hidden;
    height: 301px
}

.z76 {
    z-index: 53;
    pointer-events: auto
}

.f31 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 35px;
    font-size: calc(35px * var(--f));
    line-height: 1.372;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    background-color: initial;
    text-shadow: none
}

.f32 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 35px;
    font-size: calc(35px * var(--f));
    line-height: 1.372;
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;
    text-transform: none;
    letter-spacing: normal;
    color: #5789c1;
    background-color: initial;
    text-shadow: none
}

.f32:visited {
    color: #fff
}

.f32:hover {
    color: #fff
}

.f33 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 35px;
    font-size: calc(35px * var(--f));
    line-height: 1.372;
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;
    text-transform: none;
    letter-spacing: normal;
    color: #5789c1;
    background-color: initial;
    text-shadow: none
}

.ps111 {
    position: relative;
    margin-left: 16px;
    margin-top: 19px
}

.s146 {
    min-width: 642px;
    height: 83px;
    box-sizing: border-box;
    width: 642px;
    padding-right: 0
}

.z77 {
    z-index: 54;
    pointer-events: auto
}

.ps112 {
    position: relative;
    margin-left: 16px;
    margin-top: 16px
}

.s147 {
    min-width: 642px;
    height: 83px;
    box-sizing: border-box;
    width: 642px;
    padding-right: 0
}

.z78 {
    z-index: 55;
    pointer-events: auto
}

.ps113 {
    position: relative;
    margin-left: 16px;
    margin-top: 16px
}

.s148 {
    min-width: 642px;
    width: 642px;
    min-height: 83px
}

.s149 {
    min-width: 642px;
    width: 642px;
    min-height: 83px;
    line-height: 0
}

.ps114 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s150 {
    min-width: 642px;
    height: 83px;
    box-sizing: border-box;
    width: 642px;
    padding-right: 0
}

.z79 {
    z-index: 56;
    pointer-events: auto
}

.ps115 {
    position: relative;
    margin-left: 0;
    margin-top: -83px
}

.z80 {
    z-index: 58;
    pointer-events: auto
}

.ps116 {
    position: relative;
    margin-left: 552px;
    margin-top: 169px
}

.s151 {
    min-width: 480px;
    width: 480px;
    min-height: 960px
}

.z81 {
    z-index: 59;
    pointer-events: auto
}

.ad1 {
    display: none
}

.c40 {
    display: block;
    position: relative;
    pointer-events: none;
    min-width: 1920px;
    width: 100%;
    overflow: hidden;
    margin-top: 0;
    z-index: 119;
    min-height: 1726px
}

.ps117 {
    position: relative;
    margin-top: 0
}

.s152 {
    width: 100%;
    min-width: 1920px;
    height: 1726px;
    padding-bottom: 0
}

.c41 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    opacity: 1
}

.ps118 {
    position: relative;
    margin-top: 20px
}

.s153 {
    width: 100%;
    min-width: 1920px;
    min-height: 152px
}

.c42 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #161616;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: cover;
    background-image: url(../images/a/screenshot-2025-06-02-at-11.00.33-pm-640.jpg);
    opacity: 1;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.22)
}

.z82 {
    z-index: 120
}

.webp .c42 {
    background-image: url(../images/r/screenshot-2025-06-02-at-11.00.33-pm-640.webp)
}

.ps119 {
    position: relative;
    margin-top: -124px
}

.s154 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 1571px
}

.ps120 {
    position: relative;
    margin-left: 358px;
    margin-top: 0
}

.s155 {
    min-width: 1163px;
    width: 1163px;
    overflow: hidden;
    height: 114px
}

.z83 {
    z-index: 121;
    pointer-events: auto
}

.f34 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 65px;
    font-size: calc(65px * var(--f));
    line-height: 1.370;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps121 {
    position: relative;
    margin-left: 5px;
    margin-top: 332px
}

.s156 {
    min-width: 1915px;
    width: 1915px;
    min-height: 504px
}

.ps122 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s157 {
    min-width: 907px;
    width: 907px;
    min-height: 504px
}

.z84 {
    z-index: 122
}

.s158 {
    min-width: 907px;
    width: 907px;
    min-height: 504px;
    line-height: 0
}

.s159 {
    min-width: 907px;
    width: 907px;
    height: 504px;
    box-sizing: border-box
}

.c43 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 37px;
    -moz-border-radius: 37px;
    border-radius: 37px;
    background-color: #a1a1a1;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-image: url(../images/8/screenshot-2025-05-23-at-12.12.39-am-907.jpg);
    box-shadow: 7px 7px 40px -15px #a1a1a1;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z85 {
    z-index: 124;
    pointer-events: auto
}

.webp .c43 {
    background-image: url(../images/v/screenshot-2025-05-23-at-12.12.39-am-907.webp)
}

.c43:hover {
    background-color: #5789c1;
    border-color: transparent;
    color: #000;
    background-clip: padding-box
}

.c43:active {
    transition: initial;
    color: #a1a1a1;
    background-color: #06341d
}

.ps123 {
    position: relative;
    margin-left: 304px;
    margin-top: -136px
}

.s160 {
    min-width: 576px;
    height: 101px;
    box-sizing: border-box;
    width: 574px;
    padding-right: 0
}

.c44 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid #fff;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    background-image: -webkit-gradient(linear, 69deg, color-stop(0, rgba(28, 92, 132, 0.62)), color-stop(1, rgb(0, 0, 0)));
    background-image: -o-linear-gradient(69deg, rgba(28, 92, 132, 0.62) 0%, rgb(0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(69deg, rgba(28, 92, 132, 0.62) 0%, rgb(0, 0, 0) 100%);
    background-image: -ms-linear-gradient(69deg, rgba(28, 92, 132, 0.62) 0%, rgb(0, 0, 0) 100%);
    background-image: linear-gradient(69deg, rgba(28, 92, 132, 0.62) 0%, rgb(0, 0, 0) 100%);
    color: #fff;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear
}

.z86 {
    z-index: 125;
    pointer-events: auto
}

.f35 {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 35px;
    font-size: calc(35px * var(--f));
    line-height: 1.172;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 29px;
    padding-bottom: 29px
}

.c44:hover {
    background-image: -webkit-gradient(linear, 126deg, color-stop(0, rgba(28, 92, 132, 0.62)), color-stop(1, rgb(0, 0, 0)));
    background-image: -o-linear-gradient(126deg, rgba(28, 92, 132, 0.62) 0%, rgb(0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(126deg, rgba(28, 92, 132, 0.62) 0%, rgb(0, 0, 0) 100%);
    background-image: -ms-linear-gradient(126deg, rgba(28, 92, 132, 0.62) 0%, rgb(0, 0, 0) 100%);
    background-image: linear-gradient(126deg, rgba(28, 92, 132, 0.62) 0%, rgb(0, 0, 0) 100%);
    background-clip: padding-box;
    border-color: #fff
}

.c44:active {
    transition: initial;
    background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgba(28, 92, 132, 0.62)), color-stop(1, rgb(0, 0, 0)));
    background-image: -o-linear-gradient(0deg, rgba(28, 92, 132, 0.62) 0%, rgb(0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(0deg, rgba(28, 92, 132, 0.62) 0%, rgb(0, 0, 0) 100%);
    background-image: -ms-linear-gradient(0deg, rgba(28, 92, 132, 0.62) 0%, rgb(0, 0, 0) 100%);
    background-image: linear-gradient(0deg, rgba(28, 92, 132, 0.62) 0%, rgb(0, 0, 0) 100%)
}

.ps124 {
    position: relative;
    margin-left: 42px;
    margin-top: 0
}

.s161 {
    min-width: 966px;
    width: 966px;
    min-height: 504px
}

.z87 {
    z-index: 123
}

.s162 {
    min-width: 966px;
    width: 966px;
    min-height: 504px;
    line-height: 0
}

.s163 {
    min-width: 966px;
    height: 504px;
    box-sizing: border-box;
    width: 966px;
    padding-right: 0
}

.c45 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 37px;
    -moz-border-radius: 37px;
    border-radius: 37px;
    background-color: #cdd9b6;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-image: url(../images/e/screenshot-2025-05-23-at-12.25.04-am-966.jpg);
    box-shadow: 7px 7px 40px -15px #a1a1a1;
    color: #000;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z88 {
    z-index: 127;
    pointer-events: auto
}

.webp .c45 {
    background-image: url(../images/h/screenshot-2025-05-23-at-12.25.04-am-966.webp)
}

.f36 {
    transform: translateZ(1px);
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    z-index: 1;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 19px;
    font-size: calc(19px * var(--f));
    line-height: 1.212;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 241px;
    padding-bottom: 240px
}

.c45:hover {
    background-color: #5789c1;
    border-color: transparent;
    background-clip: padding-box
}

.c45:active {
    transition: initial;
    color: #a1a1a1;
    background-color: #06341d
}

.ps125 {
    position: relative;
    margin-left: 373px;
    margin-top: -136px
}

.c46 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid #fff;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    background-image: -webkit-gradient(linear, 69deg, color-stop(0, rgba(28, 92, 132, 0.62)), color-stop(1, rgb(0, 0, 0)));
    background-image: -o-linear-gradient(69deg, rgba(28, 92, 132, 0.62) 0%, rgb(0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(69deg, rgba(28, 92, 132, 0.62) 0%, rgb(0, 0, 0) 100%);
    background-image: -ms-linear-gradient(69deg, rgba(28, 92, 132, 0.62) 0%, rgb(0, 0, 0) 100%);
    background-image: linear-gradient(69deg, rgba(28, 92, 132, 0.62) 0%, rgb(0, 0, 0) 100%);
    color: #fff;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear
}

.z89 {
    z-index: 128;
    pointer-events: auto
}

.f37 {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 35px;
    font-size: calc(35px * var(--f));
    line-height: 1.172;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 29px;
    padding-bottom: 29px
}

.c46:hover {
    background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgba(28, 92, 132, 0.62)), color-stop(1, rgb(0, 0, 0)));
    background-image: -o-linear-gradient(0deg, rgba(28, 92, 132, 0.62) 0%, rgb(0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(0deg, rgba(28, 92, 132, 0.62) 0%, rgb(0, 0, 0) 100%);
    background-image: -ms-linear-gradient(0deg, rgba(28, 92, 132, 0.62) 0%, rgb(0, 0, 0) 100%);
    background-image: linear-gradient(0deg, rgba(28, 92, 132, 0.62) 0%, rgb(0, 0, 0) 100%);
    background-clip: padding-box;
    border-color: #fff
}

.c46:active {
    transition: initial
}

.ps126 {
    position: relative;
    margin-left: 37px;
    margin-top: 411px
}

.s164 {
    min-width: 1778px;
    width: 1778px;
    min-height: 210px
}

.z90 {
    z-index: 126;
    pointer-events: auto
}

.c47 {
    display: block;
    position: relative;
    pointer-events: none;
    min-width: 1920px;
    width: 100%;
    overflow: hidden;
    margin-top: 0;
    z-index: 60;
    min-height: 1523px
}

.ps127 {
    position: relative;
    margin-top: 0
}

.s165 {
    width: 100%;
    min-width: 1920px;
    height: 1472px;
    padding-bottom: 0
}

.ps128 {
    position: relative;
    margin-top: 0
}

.s166 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 1472px
}

.ps129 {
    position: relative;
    margin-left: 107px;
    margin-top: 0
}

.s167 {
    min-width: 1670px;
    width: 1670px;
    min-height: 1472px
}

.s168 {
    min-width: 1670px;
    width: 1670px;
    min-height: 1472px;
    line-height: 0
}

.ps130 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s169 {
    min-width: 1670px;
    width: 1670px;
    min-height: 1472px
}

.z91 {
    z-index: 62
}

.ps131 {
    position: relative;
    margin-left: 1080px;
    margin-top: 0
}

.s170 {
    min-width: 515px;
    width: 515px;
    min-height: 321px
}

.z92 {
    z-index: 72;
    pointer-events: auto
}

.vd2 {
    width: 515px;
    height: 321px;
    clip-path: content-box
}

.ps132 {
    position: relative;
    margin-left: 0;
    margin-top: 595px
}

.s171 {
    min-width: 1670px;
    width: 1670px;
    min-height: 556px
}

.s172 {
    min-width: 1670px;
    width: 1670px;
    min-height: 556px;
    line-height: 0
}

.s173 {
    min-width: 1670px;
    width: 1670px;
    min-height: 556px
}

.c48 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 9px 10px 40px 1px rgba(0, 0, 0, 0.4)
}

.z93 {
    z-index: 63
}

.ps133 {
    position: relative;
    margin-left: 781px;
    margin-top: -540px
}

.s174 {
    min-width: 869px;
    width: 869px;
    min-height: 522px
}

.z94 {
    z-index: 64
}

.s175 {
    min-width: 869px;
    width: 869px;
    min-height: 522px
}

.c49 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: rgba(28, 92, 132, 0.62);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    background-image: url(../images/2/image-869.jpg);
    opacity: 1
}

.z95 {
    z-index: 65
}

.webp .c49 {
    background-image: url(../images/0/image-869.webp)
}

.ps134 {
    position: relative;
    margin-left: 202px;
    margin-top: -505px
}

.s176 {
    min-width: 490px;
    width: 490px;
    overflow: hidden;
    height: 47px
}

.z96 {
    z-index: 66;
    pointer-events: auto
}

.f38 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 48px;
    font-size: calc(48px * var(--f));
    line-height: 1.251;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps135 {
    position: relative;
    margin-left: 39px;
    margin-top: -435px
}

.s177 {
    min-width: 816px;
    width: 816px;
    height: 59px
}

.z97 {
    z-index: 67;
    pointer-events: auto
}

.input4 {
    border: 1px solid #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    width: 816px;
    height: 59px;
    font-family: "Lato 2";
    font-size: 35px;
    line-height: 1.201;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #161616;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input4::placeholder {
    color: rgb(0, 0, 0);
    opacity: 1
}

.ps136 {
    position: relative;
    margin-left: 39px;
    margin-top: -368px
}

.s178 {
    min-width: 815px;
    width: 815px;
    height: 59px
}

.z98 {
    z-index: 68;
    pointer-events: auto
}

.input5 {
    border: 1px solid #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    width: 815px;
    height: 59px;
    font-family: "Lato 2";
    font-size: 32px;
    line-height: 1.220;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #161616;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input5::placeholder {
    color: rgb(22, 22, 22);
    opacity: 1
}

.ps137 {
    position: relative;
    margin-left: 39px;
    margin-top: -301px
}

.s179 {
    min-width: 816px;
    width: 816px;
    height: 60px
}

.z99 {
    z-index: 69;
    pointer-events: auto
}

.input6 {
    border: 1px solid #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    width: 816px;
    height: 60px;
    font-family: "Lato 2";
    font-size: 32px;
    line-height: 1.220;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #161616;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input6::placeholder {
    color: rgb(0, 0, 0);
    opacity: 1
}

.ps138 {
    position: relative;
    margin-left: 38px;
    margin-top: -231px
}

.s180 {
    min-width: 817px;
    width: 817px;
    height: 138px
}

.z100 {
    z-index: 70;
    pointer-events: auto
}

.input7 {
    border: 2px solid #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    width: 817px;
    height: 138px;
    font-family: "Lato 2";
    font-size: 32px;
    line-height: 1.688;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #161616;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input7::placeholder {
    color: rgb(0, 0, 0);
    opacity: 1
}

.ps139 {
    position: relative;
    margin-left: 498px;
    margin-top: -78px
}

.s181 {
    min-width: 356px;
    height: 55px;
    box-sizing: border-box;
    width: 354px;
    padding-right: 0
}

.c50 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-image: -webkit-gradient(linear, 27deg, color-stop(0, rgb(22, 22, 22)), color-stop(1, rgba(0, 0, 0, 0.56)));
    background-image: -o-linear-gradient(27deg, rgb(22, 22, 22) 0%, rgba(0, 0, 0, 0.56) 100%);
    background-image: -webkit-linear-gradient(27deg, rgb(22, 22, 22) 0%, rgba(0, 0, 0, 0.56) 100%);
    background-image: -ms-linear-gradient(27deg, rgb(22, 22, 22) 0%, rgba(0, 0, 0, 0.56) 100%);
    background-image: linear-gradient(27deg, rgb(22, 22, 22) 0%, rgba(0, 0, 0, 0.56) 100%);
    box-shadow: 0 10px 20px transparent;
    color: #fff;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z101 {
    z-index: 71;
    pointer-events: auto
}

.f39 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.126;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 9px;
    padding-bottom: 8px
}

.c50::before {
    background-image: -webkit-gradient(linear, 135deg, color-stop(0, rgb(161, 161, 161)), color-stop(1, rgb(0, 0, 0)));
    background-image: -o-linear-gradient(135deg, rgb(161, 161, 161) 0%, rgb(0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(135deg, rgb(161, 161, 161) 0%, rgb(0, 0, 0) 100%);
    background-image: -ms-linear-gradient(135deg, rgb(161, 161, 161) 0%, rgb(0, 0, 0) 100%);
    background-image: linear-gradient(135deg, rgb(161, 161, 161) 0%, rgb(0, 0, 0) 100%);
    background-clip: content-box;
    border: 1px solid #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin-top: -1px;
    margin-left: -1px;
    z-index: -1;
    transition: opacity 0.2s linear
}

.c50:hover:before {
    opacity: 1
}

.c50:hover {
    background-color: transparent;
    border-color: transparent
}

.c50::after {
    background-image: -webkit-gradient(linear, 115deg, color-stop(0, rgb(22, 22, 22)), color-stop(1, rgb(161, 161, 161)));
    background-image: -o-linear-gradient(115deg, rgb(22, 22, 22) 0%, rgb(161, 161, 161) 100%);
    background-image: -webkit-linear-gradient(115deg, rgb(22, 22, 22) 0%, rgb(161, 161, 161) 100%);
    background-image: -ms-linear-gradient(115deg, rgb(22, 22, 22) 0%, rgb(161, 161, 161) 100%);
    background-image: linear-gradient(115deg, rgb(22, 22, 22) 0%, rgb(161, 161, 161) 100%);
    background-clip: content-box;
    border: 1px solid #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin-top: -1px;
    margin-left: -1px;
    top: 0;
    left: 0;
    z-index: -1;
    transition: opacity 0.2s linear
}

.c50:hover:after {
    opacity: 0
}

.c50:active:before {
    opacity: 1
}

.c50:active:after {
    opacity: 1;
    transition: initial
}

.c50:active {
    transition: initial
}

.ps140 {
    position: relative;
    margin-left: 85px;
    margin-top: -375px
}

.s182 {
    min-width: 1488px;
    width: 1488px;
    min-height: 288px
}

.z102 {
    z-index: 61;
    pointer-events: auto
}

.ps141 {
    position: relative;
    margin-top: -33px
}

.s183 {
    width: 100%;
    min-width: 1920px;
    height: 830px;
    padding-bottom: 0
}

.c51 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #000
}

.z103 {
    z-index: 129;
    pointer-events: none
}

.ps142 {
    position: relative;
    margin-top: 33px
}

.s184 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 797px
}

.ps143 {
    position: relative;
    margin-left: 50px;
    margin-top: 0
}

.s185 {
    min-width: 1831px;
    width: 1831px;
    min-height: 178px
}

.ps144 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s186 {
    min-width: 202px;
    width: 202px;
    min-height: 178px;
    height: 178px
}

.z104 {
    z-index: 74;
    pointer-events: auto
}

.i12 {
    position: absolute;
    left: 10px;
    width: 181px;
    height: 178px;
    top: 0;
    -webkit-border-radius: 89px;
    -moz-border-radius: 89px;
    border-radius: 89px;
    box-shadow: 0 3px 40px 5px rgba(0, 0, 0, 0.22);
    border: 0
}

.ps145 {
    position: relative;
    margin-left: 194px;
    margin-top: 0
}

.s187 {
    min-width: 346px;
    width: 346px;
    overflow: hidden;
    height: 66px
}

.z105 {
    z-index: 75;
    pointer-events: auto
}

.f40 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 41px;
    font-size: calc(41px * var(--f));
    line-height: 1.391;
    font-weight: 700;
    font-style: italic;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps146 {
    position: relative;
    margin-left: -341px;
    margin-top: 87px
}

.s188 {
    min-width: 733px;
    width: 733px;
    min-height: 5px;
    -ms-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.c52 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: rgba(28, 92, 132, 0.62)
}

.z106 {
    z-index: 78
}

.ps147 {
    position: relative;
    margin-left: 91px;
    margin-top: 0
}

.s189 {
    min-width: 606px;
    width: 606px;
    min-height: 90px;
    line-height: 0
}

.ps148 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s190 {
    min-width: 518px;
    width: 518px;
    overflow: hidden;
    height: 66px
}

.z107 {
    z-index: 76;
    pointer-events: auto
}

.f41 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 38px;
    font-size: calc(38px * var(--f));
    line-height: 1.606;
    font-weight: 700;
    font-style: italic;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps149 {
    position: relative;
    margin-left: 0;
    margin-top: 19px
}

.s191 {
    min-width: 606px;
    width: 606px;
    min-height: 5px;
    -ms-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.z108 {
    z-index: 77
}

.ps150 {
    position: relative;
    margin-left: 138px;
    margin-top: 204px
}

.s192 {
    min-width: 1677px;
    width: 1677px;
    min-height: 415px
}

.ps151 {
    position: relative;
    margin-left: 0;
    margin-top: 257px
}

.s193 {
    min-width: 1667px;
    width: 1667px;
    min-height: 8px;
    -ms-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.z109 {
    z-index: 79
}

.ps152 {
    position: relative;
    margin-left: 8px;
    margin-top: -265px
}

.s194 {
    min-width: 1669px;
    width: 1669px;
    min-height: 415px;
    line-height: 0
}

.ps153 {
    position: relative;
    margin-left: 305px;
    margin-top: 0
}

.s195 {
    min-width: 1263px;
    width: 1263px;
    min-height: 415px
}

.ps154 {
    position: relative;
    margin-left: 0;
    margin-top: 47px
}

.s196 {
    min-width: 737px;
    width: 737px;
    min-height: 368px;
    line-height: 0
}

.ps155 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s197 {
    min-width: 737px;
    width: 737px;
    min-height: 368px
}

.z110 {
    z-index: 85
}

.s198 {
    min-width: 341px;
    width: 341px;
    min-height: 368px
}

.z111 {
    z-index: 92
}

.s199 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 42px
}

.z112 {
    z-index: 93;
    pointer-events: auto
}

.f42 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.126;
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps156 {
    position: relative;
    margin-left: 0;
    margin-top: 9px
}

.s200 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 40px
}

.z113 {
    z-index: 94;
    pointer-events: auto
}

.f43 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.001;
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps157 {
    position: relative;
    margin-left: 3px;
    margin-top: 8px
}

.s201 {
    min-width: 338px;
    width: 338px;
    overflow: hidden;
    height: 48px
}

.z114 {
    z-index: 95;
    pointer-events: auto
}

.ps158 {
    position: relative;
    margin-left: 0;
    margin-top: 8px
}

.s202 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 46px
}

.z115 {
    z-index: 96;
    pointer-events: auto
}

.ps159 {
    position: relative;
    margin-left: 0;
    margin-top: 9px
}

.s203 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 45px
}

.z116 {
    z-index: 97;
    pointer-events: auto
}

.ps160 {
    position: relative;
    margin-left: 0;
    margin-top: 8px
}

.s204 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 48px
}

.z117 {
    z-index: 98;
    pointer-events: auto
}

.ps161 {
    position: relative;
    margin-left: 0;
    margin-top: 6px
}

.s205 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 51px
}

.z118 {
    z-index: 99;
    pointer-events: auto
}

.ps162 {
    position: relative;
    margin-left: 40px;
    margin-top: 2px
}

.s206 {
    min-width: 355px;
    width: 355px;
    min-height: 308px;
    line-height: 0
}

.ps163 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s207 {
    min-width: 350px;
    width: 350px;
    overflow: hidden;
    height: 40px
}

.z119 {
    z-index: 86;
    pointer-events: auto
}

.ps164 {
    position: relative;
    margin-left: 0;
    margin-top: 6px
}

.s208 {
    min-width: 352px;
    width: 352px;
    overflow: hidden;
    height: 43px
}

.z120 {
    z-index: 87;
    pointer-events: auto
}

.ps165 {
    position: relative;
    margin-left: 0;
    margin-top: 8px
}

.s209 {
    min-width: 352px;
    width: 352px;
    overflow: hidden;
    height: 46px
}

.z121 {
    z-index: 88;
    pointer-events: auto
}

.ps166 {
    position: relative;
    margin-left: 0;
    margin-top: 10px
}

.s210 {
    min-width: 350px;
    width: 350px;
    overflow: hidden;
    height: 46px
}

.z122 {
    z-index: 89;
    pointer-events: auto
}

.ps167 {
    position: relative;
    margin-left: 0;
    margin-top: 63px
}

.s211 {
    min-width: 355px;
    width: 355px;
    overflow: hidden;
    height: 46px
}

.z123 {
    z-index: 91;
    pointer-events: auto
}

.f44 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.126;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps168 {
    position: relative;
    margin-left: 383px;
    margin-top: -158px
}

.s212 {
    min-width: 354px;
    width: 354px;
    overflow: hidden;
    height: 45px
}

.z124 {
    z-index: 90;
    pointer-events: auto
}

.ps169 {
    position: relative;
    margin-left: 327px;
    margin-top: -254px
}

.s213 {
    min-width: 294px;
    width: 294px;
    min-height: 96px
}

.z125 {
    z-index: 80;
    pointer-events: auto
}

.ps170 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s214 {
    min-width: 110px;
    width: 110px;
    min-height: 96px;
    height: 96px
}

.z126 {
    z-index: 82;
    pointer-events: auto
}

.i13 {
    position: absolute;
    left: 0;
    width: 110px;
    height: 96px;
    top: 0;
    border: 0
}

.ps171 {
    position: relative;
    margin-left: -10px;
    margin-top: 0
}

.s215 {
    min-width: 102px;
    width: 102px;
    min-height: 90px;
    height: 90px
}

.z127 {
    z-index: 83;
    pointer-events: auto
}

.i14 {
    position: absolute;
    left: 0;
    width: 102px;
    height: 90px;
    top: 0;
    border: 0
}

.ps172 {
    position: relative;
    margin-left: 4px;
    margin-top: 11px
}

.s216 {
    min-width: 88px;
    width: 88px;
    min-height: 67px;
    height: 67px
}

.z128 {
    z-index: 84;
    pointer-events: auto
}

.i15 {
    position: absolute;
    left: 11px;
    width: 67px;
    height: 67px;
    top: 0;
    border: 0
}

.ps173 {
    position: relative;
    margin-left: 86px;
    margin-top: 0
}

.s217 {
    min-width: 440px;
    width: 440px;
    min-height: 415px
}

.z129 {
    z-index: 100
}

.ps174 {
    position: relative;
    margin-left: 1px;
    margin-top: 0
}

.s218 {
    min-width: 438px;
    width: 438px;
    overflow: hidden;
    height: 53px
}

.z130 {
    z-index: 101;
    pointer-events: auto
}

.ps175 {
    position: relative;
    margin-left: 1px;
    margin-top: 0
}

.s219 {
    min-width: 438px;
    width: 438px;
    overflow: hidden;
    height: 51px
}

.z131 {
    z-index: 102;
    pointer-events: auto
}

.ps176 {
    position: relative;
    margin-left: 1px;
    margin-top: 2px
}

.s220 {
    min-width: 438px;
    width: 438px;
    overflow: hidden;
    height: 53px
}

.z132 {
    z-index: 103;
    pointer-events: auto
}

.f45 {
    font-family: "Lato 2";
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.220;
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps177 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s221 {
    min-width: 440px;
    width: 440px;
    overflow: hidden;
    height: 48px
}

.z133 {
    z-index: 104;
    pointer-events: auto
}

.ps178 {
    position: relative;
    margin-left: 0;
    margin-top: 3px
}

.s222 {
    min-width: 440px;
    width: 440px;
    overflow: hidden;
    height: 50px
}

.z134 {
    z-index: 105;
    pointer-events: auto
}

.ps179 {
    position: relative;
    margin-left: 0;
    margin-top: 1px
}

.s223 {
    min-width: 440px;
    width: 440px;
    overflow: hidden;
    height: 53px
}

.z135 {
    z-index: 106;
    pointer-events: auto
}

.ps180 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s224 {
    min-width: 440px;
    width: 440px;
    overflow: hidden;
    height: 51px
}

.z136 {
    z-index: 107;
    pointer-events: auto
}

.ps181 {
    position: relative;
    margin-left: 1px;
    margin-top: 0
}

.s225 {
    min-width: 438px;
    width: 438px;
    overflow: hidden;
    height: 50px
}

.z137 {
    z-index: 108;
    pointer-events: auto
}

.ps182 {
    position: relative;
    margin-left: 0;
    margin-top: -134px
}

.s226 {
    min-width: 1669px;
    width: 1669px;
    overflow: hidden;
    height: 80px
}

.z138 {
    z-index: 81;
    pointer-events: auto
}

.f46 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 24px;
    font-size: calc(24px * var(--f));
    line-height: 1.584;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps183 {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    margin-left: var(--sw);
    width: 100%;
    width: calc(100% - var(--sw));
    overflow: hidden;
    height: 100vh;
    height: calc(100vh + env(safe-area-inset-bottom));
    z-index: 2146435072;
    background-color: rgba(0, 0, 0, 0.75);
    pointer-events: auto;
    opacity: 0
}

.ps184 {
    margin-left: auto;
    margin-right: auto;
    width: 1920px;
    pointer-events: none
}

.ps185 {
    position: relative;
    margin-left: 61px;
    margin-top: 24px
}

.s227 {
    min-width: 1859px;
    width: 1859px;
    min-height: 1341px;
    height: 1341px
}

.c53 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #5789c1;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-image: url(../images/n/untitled-project-2-1859.jpg)
}

.webp .c53 {
    background-image: url(../images/4/untitled-project-2-1859.webp)
}

.ps186 {
    position: relative;
    margin-left: 1774px;
    margin-top: 35px
}

.s228 {
    min-width: 62px;
    width: 62px;
    height: 66px;
    box-sizing: border-box
}

.c54 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 31px;
    -moz-border-radius: 31px;
    border-radius: 31px;
    background-color: #161616;
    background-image: url(../images/l/close.svg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z139 {
    z-index: 109
}

.c54:hover {
    background-color: #06341d;
    border-color: transparent;
    color: #161616;
    background-clip: padding-box
}

.c54:active {
    transition: initial;
    color: #a1a1a1
}

.ps187 {
    position: relative;
    margin-left: 131px;
    margin-top: 80px;
    margin-bottom: 80px
}

.s229 {
    min-width: 1530px;
    width: 1530px;
    height: calc(100vh - 160px);
    height: calc(var(--vh, 1vh) * 100 - 160px);
}

.c55 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    pointer-events: auto
}

.c56 {
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    height: 100%;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.c57 {
    margin-top: max(calc(50vh - 937px), 0px);
    margin-top: max(calc(var(--vh, 1vh) * 50 - 937px), 0px);
    height: 1714px
}

.ps188 {
    position: relative;
    margin-left: 1450px;
    margin-top: 17px
}

.s230 {
    min-width: 64px;
    width: 64px;
    height: 64px;
    box-sizing: border-box
}

.c58 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    background-color: rgba(0, 0, 0, 0.56);
    background-image: url(../images/l/close.svg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z140 {
    z-index: 145
}

.c58:hover {
    background-color: #06341d;
    border-color: transparent;
    color: #161616;
    background-clip: padding-box
}

.c58:active {
    transition: initial;
    color: #a1a1a1
}

.ps189 {
    position: relative;
    margin-left: 0;
    margin-top: 52px
}

.s231 {
    min-width: 1530px;
    width: 1530px;
    min-height: 152px
}

.c59 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #cdd9b6;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-image: url(../images/2/dewatermark.ai_1735316304546-1530.jpg)
}

.z141 {
    z-index: 146;
    pointer-events: none
}

.webp .c59 {
    background-image: url(../images/0/dewatermark.ai_1735316304546-1530.webp)
}

.ps190 {
    position: relative;
    margin-left: 443px;
    margin-top: -116px
}

.s232 {
    min-width: 1006px;
    width: 1006px;
    overflow: hidden;
    height: 101px
}

.z142 {
    z-index: 148
}

.f47 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 51px;
    font-size: calc(51px * var(--f));
    line-height: 1.589;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    background-color: initial;
    text-shadow: none
}

.ps191 {
    position: relative;
    margin-left: 29px;
    margin-top: -80px
}

.s233 {
    min-width: 352px;
    width: 352px;
    min-height: 342px;
    height: 342px
}

.z143 {
    z-index: 147
}

.i16 {
    position: absolute;
    left: 1px;
    width: 351px;
    height: 342px;
    top: 0;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    border: 0
}

.ps192 {
    position: relative;
    margin-left: 39px;
    margin-top: 0
}

.s234 {
    min-width: 1460px;
    width: 1460px;
    min-height: 963px;
    height: 963px;
    padding-right: 10px
}

.z144 {
    z-index: 149
}

.f48 {
    font-family: "Hanken Grotesk 3";
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.845;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #a1a1a1;
    background-color: initial;
    text-shadow: none
}

.ps193 {
    position: relative;
    margin-left: 671px;
    margin-top: 53px
}

.s235 {
    min-width: 379px;
    height: 67px;
    box-sizing: border-box;
    width: 379px;
    padding-right: 0
}

.c60 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgba(56, 123, 49, 0.55)), color-stop(1, rgb(6, 52, 29)));
    background-image: -o-linear-gradient(0deg, rgba(56, 123, 49, 0.55) 0%, rgb(6, 52, 29) 100%);
    background-image: -webkit-linear-gradient(0deg, rgba(56, 123, 49, 0.55) 0%, rgb(6, 52, 29) 100%);
    background-image: -ms-linear-gradient(0deg, rgba(56, 123, 49, 0.55) 0%, rgb(6, 52, 29) 100%);
    background-image: linear-gradient(0deg, rgba(56, 123, 49, 0.55) 0%, rgb(6, 52, 29) 100%);
    color: #fff;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z145 {
    z-index: 151
}

.f49 {
    transform: translateZ(1px);
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    z-index: 1;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 28px;
    font-size: calc(28px * var(--f));
    line-height: 1.144;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 18px;
    padding-bottom: 17px
}

.c60::before {
    background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
    background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-clip: content-box;
    border: 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin-top: 0;
    margin-left: 0;
    z-index: -1;
    transition: opacity 0.2s linear
}

.c60:hover:before {
    opacity: 1
}

.c60:hover {
    background-color: transparent;
    border-color: transparent;
    color: #161616
}

.c60::after {
    background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
    background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-clip: content-box;
    border: 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin-top: 0;
    margin-left: 0;
    top: 0;
    left: 0;
    z-index: -1;
    transition: opacity 0.2s linear
}

.c60:hover:after {
    opacity: 0
}

.c60:active:before {
    opacity: 1
}

.c60:active:after {
    opacity: 1;
    transition: initial
}

.c60:active {
    transition: initial;
    color: #a1a1a1
}

.ps194 {
    position: relative;
    margin-left: 21px;
    margin-top: 53px
}

.s236 {
    min-width: 379px;
    height: 67px;
    box-sizing: border-box;
    width: 379px;
    padding-right: 0
}

.z146 {
    z-index: 150
}

.f50 {
    transform: translateZ(1px);
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    z-index: 1;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 28px;
    font-size: calc(28px * var(--f));
    line-height: 1.144;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 18px;
    padding-bottom: 17px
}

.ps195 {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    height: 100vh;
    height: calc(100vh + env(safe-area-inset-bottom));
    z-index: 2146435072;
    pointer-events: none;
    opacity: 0
}

.v9 {
    display: block;
    vertical-align: top;
    pointer-events: auto
}

.ps196 {
    position: relative;
    margin-left: auto;
    margin-top: 0;
    margin-right: auto;
    -webkit-transform: translate3d(0, 0, 0)
}

.s237 {
    min-width: 1776px;
    width: 1776px;
    height: 640px
}

.c61 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #dc322f;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-image: url(../images/e/screenshot-2025-06-02-at-9.07.02-pm-1776.jpg);
    pointer-events: auto
}

.webp .c61 {
    background-image: url(../images/4/screenshot-2025-06-02-at-9.07.02-pm-1776.webp)
}

.c62 {
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    height: 640px;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.ps197 {
    position: relative;
    margin-left: 1696px;
    margin-top: 14px
}

.c63 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    background-color: transparent;
    background-image: url(../images/l/close.svg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z147 {
    z-index: 153
}

.c63:hover {
    background-color: rgba(0, 0, 0, 0.56);
    border-color: transparent;
    color: #000;
    background-clip: padding-box
}

.c63:active {
    transition: initial;
    color: #fff;
    background-color: transparent
}

.ps198 {
    position: relative;
    margin-left: 13px;
    margin-top: -26px
}

.s238 {
    min-width: 1711px;
    width: 1711px;
    min-height: 1006px
}

.z148 {
    z-index: 154;
    pointer-events: none
}

.ps199 {
    position: relative;
    margin-left: 121px;
    margin-top: 0
}

.s239 {
    min-width: 675px;
    width: 675px;
    min-height: 1006px
}

.c64 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-image: url(../images/0/whatsapp-image-2025-06-24-at-3.44.39-pm-670.jpeg)
}

.z149 {
    z-index: 155
}

.webp .c64 {
    background-image: url(../images/l/whatsapp-image-2025-06-24-at-3.44.39-pm-670.webp)
}

.ps200 {
    position: relative;
    margin-left: -796px;
    margin-top: 403px
}

.s240 {
    min-width: 106px;
    height: 151px;
    box-sizing: border-box;
    width: 104px;
    padding-right: 0
}

.c65 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: rgba(59, 83, 90, 0.61);
    color: #fff;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear
}

.z150 {
    z-index: 157;
    pointer-events: auto
}

.f51 {
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    z-index: 1;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 48px;
    font-size: calc(48px * var(--f));
    line-height: 1.209;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 46px;
    padding-bottom: 45px
}

.c65:hover {
    background-color: rgba(0, 0, 0, 0.56);
    background-clip: padding-box;
    border-color: #000
}

.c65:active {
    transition: initial
}

.ps201 {
    position: relative;
    margin-left: 704px;
    margin-top: 403px
}

.c66 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: rgba(59, 83, 90, 0.61);
    color: #fff;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear
}

.z151 {
    z-index: 156;
    pointer-events: auto
}

.c66:hover {
    background-color: rgba(0, 0, 0, 0.56);
    background-clip: padding-box;
    border-color: #000
}

.c66:active {
    transition: initial
}

.ps202 {
    position: relative;
    margin-left: 850px;
    margin-top: -227px
}

.s241 {
    min-width: 861px;
    height: 79px;
    box-sizing: border-box;
    width: 859px;
    padding-right: 0
}

.c67 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #000;
    color: #fff;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear
}

.z152 {
    z-index: 158;
    pointer-events: auto
}

.f52 {
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    z-index: 1;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.188;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 19px
}

.c67:hover {
    background-color: #fff;
    background-clip: padding-box;
    border-color: #000;
    color: #000
}

.c67:active {
    transition: initial;
    background-color: #161616;
    color: #fff
}

.ps203 {
    position: relative;
    margin-left: 850px;
    margin-top: -128px
}

.z153 {
    z-index: 159;
    pointer-events: auto
}

.s242 {
    width: 100%;
    width: calc(100% - var(--sw));
    min-width: 1920px;
    min-height: 107px
}

.c68 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #a1a1a1
}

.z154 {
    z-index: 161;
    pointer-events: none
}

.ps205 {
    position: relative;
    margin-top: 22px
}

.s243 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 62px
}

.ps206 {
    position: relative;
    margin-left: 1365px;
    margin-top: 0
}

.s244 {
    min-width: 532px;
    width: 532px;
    min-height: 62px
}

.s245 {
    min-width: 254px;
    height: 62px;
    box-sizing: border-box;
    width: 254px;
    padding-right: 0
}

.c69 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #161616;
    color: #a1a1a1;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear
}

.f53 {
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    z-index: 1;
    font-family: "Hanken Grotesk 3";
    font-size: 22px;
    font-size: calc(22px * var(--f));
    line-height: 1.319;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 17px;
    padding-bottom: 16px
}

.c69:hover {
    background-color: #06341d;
    background-clip: padding-box;
    color: #161616
}

.c69:active {
    transition: initial;
    color: #a1a1a1
}

.ps207 {
    position: relative;
    margin-left: 24px;
    margin-top: 0
}

.c70 {
    display: inline-block;
    position: relative;
    margin-left: 0;
    margin-top: 0
}

body {
    --d: 0;
    --s: 1920
}

@media (min-width:1200px) and (max-width:1919px) {
    .c1 {
        min-width: 1200px;
        min-height: 679px
    }

    .s1 {
        min-width: 1200px;
        height: 256px
    }

    .ps3 {
        margin-top: 7px
    }

    .s2 {
        width: 1200px;
        min-height: 42px
    }

    .ps4 {
        margin-left: 41px
    }

    .s3 {
        min-width: 1143px;
        width: 1143px;
        min-height: 42px
    }

    .ps5 {
        margin-top: 8px
    }

    .s4 {
        min-width: 30px;
        width: 30px;
        min-height: 25px;
        height: 25px
    }

    .i1 {
        left: 3px;
        min-width: 25px;
        max-width: 25px;
        min-height: 25px;
        max-height: 25px
    }

    .ps6 {
        margin-left: 11px;
        margin-top: 8px
    }

    .s5 {
        min-width: 172px;
        width: 172px;
        height: 25px
    }

    .f1 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .ps7 {
        margin-left: 26px;
        margin-top: 8px
    }

    .s6 {
        min-width: 45px;
        width: 45px;
        min-height: 25px;
        height: 25px
    }

    .i2 {
        left: 10px;
        min-width: 25px;
        max-width: 25px;
        min-height: 25px;
        max-height: 25px
    }

    .ps8 {
        margin-left: -1px;
        margin-top: 8px
    }

    .s7 {
        min-width: 279px;
        width: 279px;
        height: 25px
    }

    .ps9 {
        margin-left: 539px
    }

    .s8 {
        min-width: 42px;
        width: 42px;
        min-height: 42px;
        height: 42px
    }

    .i3 {
        width: 42px;
        height: 42px
    }

    .ps10 {
        margin-top: 4px
    }

    .s9 {
        min-height: 203px
    }

    .ps11 {
        margin-top: -176px
    }

    .s10 {
        width: 1200px;
        min-height: 167px
    }

    .ps12 {
        margin-left: 27px
    }

    .s11 {
        min-width: 1164px;
        width: 1164px;
        min-height: 167px
    }

    .ps13 {
        margin-top: 6px
    }

    .s12 {
        min-width: 358px;
        width: 358px;
        min-height: 84px;
        height: 84px
    }

    .i4 {
        width: 358px;
        height: 79px;
        top: 2px;
        -webkit-border-radius: 42px;
        -moz-border-radius: 42px;
        border-radius: 42px
    }

    .ps14 {
        margin-left: 46px;
        margin-top: 41px
    }

    .s13 {
        min-width: 1099px;
        width: 1099px;
        height: 36px
    }

    .s15 {
        min-width: 30px
    }

    .ps17 {
        margin-top: 56px
    }

    .s17 {
        min-width: 30px;
        width: 30px;
        height: 18px
    }

    .f2 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.365
    }

    .s18 {
        min-width: 1099px;
        width: 1099px;
        min-height: 36px;
        height: 36px
    }

    .s19 {
        min-width: 118px;
        width: 118px;
        height: 36px
    }

    .s20 {
        min-width: 118px;
        width: 118px;
        min-height: 36px
    }

    .ps19 {
        margin-top: 5px
    }

    .s21 {
        min-width: 117px;
        width: 117px;
        height: 26px
    }

    .f3 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201
    }

    .s22 {
        min-width: 281px;
        width: 281px;
        min-height: 179px;
        height: 179px
    }

    .s23 {
        min-width: 281px;
        width: 281px;
        height: 35px
    }

    .s24 {
        min-width: 281px;
        width: 281px;
        min-height: 35px
    }

    .ps20 {
        margin-top: 4px
    }

    .s25 {
        min-width: 281px;
        width: 281px;
        height: 26px
    }

    .ps22 {
        margin-left: 119px;
        margin-top: -36px
    }

    .s26 {
        min-width: 179px;
        width: 179px;
        height: 36px
    }

    .s27 {
        min-width: 179px;
        width: 179px;
        min-height: 36px
    }

    .s28 {
        min-width: 178px;
        width: 178px;
        height: 26px
    }

    .s29 {
        min-width: 295px;
        width: 295px;
        min-height: 431px;
        height: 431px
    }

    .s30 {
        min-width: 295px;
        width: 295px;
        height: 35px
    }

    .s31 {
        min-width: 295px;
        width: 295px;
        min-height: 35px
    }

    .s32 {
        min-width: 295px;
        width: 295px;
        height: 26px
    }

    .ps25 {
        margin-left: 299px;
        margin-top: -36px
    }

    .s33 {
        min-width: 232px;
        width: 232px;
        height: 36px
    }

    .s34 {
        min-width: 232px;
        width: 232px;
        min-height: 36px
    }

    .s35 {
        min-width: 231px;
        width: 231px;
        height: 26px
    }

    .s36 {
        min-width: 268px;
        width: 268px;
        min-height: 143px;
        height: 143px
    }

    .s37 {
        min-width: 268px;
        width: 268px;
        height: 35px
    }

    .s38 {
        min-width: 268px;
        width: 268px;
        min-height: 35px
    }

    .s39 {
        min-width: 268px;
        width: 268px;
        height: 26px
    }

    .ps27 {
        margin-left: 532px;
        margin-top: -36px
    }

    .s40 {
        min-width: 258px;
        width: 258px;
        height: 36px
    }

    .s41 {
        min-width: 258px;
        width: 258px;
        min-height: 36px
    }

    .s42 {
        min-width: 257px;
        width: 257px;
        height: 26px
    }

    .s43 {
        min-width: 298px;
        width: 298px;
        min-height: 35px;
        height: 35px
    }

    .s44 {
        min-width: 298px;
        width: 298px;
        height: 35px
    }

    .s45 {
        min-width: 298px;
        width: 298px;
        min-height: 35px
    }

    .ps29 {
        margin-top: 4px
    }

    .s46 {
        min-width: 298px;
        width: 298px;
        height: 26px
    }

    .ps30 {
        margin-left: 791px;
        margin-top: -36px
    }

    .s47 {
        min-width: 134px;
        width: 134px;
        height: 36px
    }

    .s48 {
        min-width: 134px;
        width: 134px;
        min-height: 36px
    }

    .s49 {
        min-width: 133px;
        width: 133px;
        height: 26px
    }

    .ps31 {
        margin-left: 926px;
        margin-top: -36px
    }

    .s50 {
        min-width: 86px;
        width: 86px;
        height: 36px
    }

    .s51 {
        min-width: 86px;
        width: 86px;
        min-height: 36px
    }

    .s52 {
        min-width: 85px;
        width: 85px;
        height: 26px
    }

    .ps32 {
        margin-left: 1013px;
        margin-top: -36px
    }

    .ps33 {
        margin-left: 700px;
        margin-top: -167px
    }

    .s53 {
        min-width: 464px;
        width: 464px;
        min-height: 49px
    }

    .s54 {
        min-width: 464px;
        width: 464px;
        min-height: 49px
    }

    .s55 {
        min-width: 464px;
        width: 464px;
        height: 49px
    }

    .input1 {
        width: 464px;
        height: 49px;
        font-size: 18px;
        line-height: 1.168
    }

    .ps34 {
        margin-left: 431px;
        margin-top: -41px
    }

    .s56 {
        min-width: 27px;
        width: 27px;
        height: 33px
    }

    .c8 {
        min-width: 1200px;
        margin-top: -489px;
        min-height: 82px
    }

    .s57 {
        width: 1200px;
        min-height: 82px
    }

    .s58 {
        min-width: 1200px;
        width: 1200px;
        min-height: 82px
    }

    .s59 {
        min-width: 1200px;
        width: 1200px;
        min-height: 82px
    }

    .ps36 {
        margin-left: 18px
    }

    .s60 {
        min-width: 1182px;
        width: 1182px;
        min-height: 65px
    }

    .ps37 {
        margin-left: 225px;
        margin-top: 13px
    }

    .s61 {
        min-width: 772px;
        width: 772px;
        height: 39px
    }

    .f4 {
        font-size: 24px;
        font-size: calc(24px * var(--f));
        line-height: 1.584
    }

    .ps38 {
        margin-left: 128px;
        margin-top: 13px
    }

    .s62 {
        min-width: 40px;
        width: 40px;
        height: 40px
    }

    .c10 {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px
    }

    .ps39 {
        margin-top: -51px
    }

    .s63 {
        min-width: 1200px;
        width: 1200px;
        min-height: 68px
    }

    .ps40 {
        margin-left: 64px;
        margin-top: 11px
    }

    .s64 {
        min-width: 1121px;
        width: 1121px;
        min-height: 51px
    }

    .s65 {
        min-width: 1074px;
        width: 1074px;
        height: 51px
    }

    .f5 {
        font-size: 24px;
        font-size: calc(24px * var(--f));
        line-height: 1.834
    }

    .ps41 {
        margin-left: 7px
    }

    .c12 {
        min-width: 1200px;
        margin-top: -16px;
        min-height: 694px
    }

    .s66 {
        min-width: 1200px;
        min-height: 694px
    }

    .ps42 {
        margin-top: 19px
    }

    .s67 {
        width: 1200px;
        min-height: 626px
    }

    .s68 {
        min-width: 1200px;
        width: 1200px;
        min-height: 626px
    }

    .s69 {
        min-width: 1200px;
        width: 1200px;
        min-height: 626px
    }

    .s70 {
        min-width: 1200px;
        width: 1200px;
        min-height: 591px
    }

    .s71 {
        height: 591px
    }

    .s72 {
        padding: 0px 71px 0px 71px
    }

    .s73 {
        width: 100%;
        height: auto;
        padding: 49px 0px 49px 0px
    }

    .un7 .slider {
        height: 591px
    }

    .un7 .slick-list {
        height: 591px
    }

    .ps43 {
        margin-left: 806px;
        margin-top: -28px
    }

    .s74 {
        min-width: 315px;
        height: 63px;
        width: 315px
    }

    .c14 {
        -webkit-border-radius: 32px;
        -moz-border-radius: 32px;
        border-radius: 32px
    }

    .f6 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.228;
        padding-top: 18px;
        padding-bottom: 18px
    }

    .ps44 {
        margin-top: -711px
    }

    .s75 {
        width: 1200px;
        height: 935px
    }

    .s76 {
        min-width: 1200px;
        width: 1200px;
        min-height: 935px
    }

    .s77 {
        min-width: 1200px;
        width: 1200px;
        min-height: 935px
    }

    .ps45 {
        margin-left: 212px
    }

    .s78 {
        min-width: 763px;
        width: 763px;
        min-height: 499px
    }

    .ps46 {
        margin-left: 704px;
        margin-top: 14px
    }

    .s79 {
        min-width: 32px;
        width: 32px;
        height: 32px
    }

    .c16 {
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px
    }

    .ps47 {
        margin-left: 65px;
        margin-top: 38px
    }

    .s80 {
        min-width: 640px;
        width: 640px;
        min-height: 336px
    }

    .s81 {
        min-width: 640px;
        width: 640px;
        min-height: 261px
    }

    .s82 {
        min-width: 640px;
        width: 640px;
        height: 79px
    }

    .input2 {
        width: 640px;
        height: 79px;
        font-size: 22px;
        line-height: 1.228
    }

    .ps48 {
        margin-top: 18px
    }

    .input3 {
        width: 640px;
        height: 79px;
        font-size: 22px;
        line-height: 1.228
    }

    .ps49 {
        margin-left: 411px;
        margin-top: 16px
    }

    .s83 {
        min-width: 225px;
        width: 225px;
        height: 69px
    }

    .submit1 {
        font-size: 26px;
        line-height: 1.232;
        padding-top: 19px;
        padding-bottom: 18px
    }

    .s84 {
        width: 225px
    }

    .ps50 {
        margin-top: 24px
    }

    .s85 {
        min-width: 638px;
        width: 638px;
        height: 51px
    }

    .f7 {
        font-size: 12px;
        font-size: calc(12px * var(--f));
        line-height: 1.334
    }

    .ps51 {
        margin-top: -484px
    }

    .s86 {
        min-width: 1200px;
        width: 1200px;
        min-height: 694px
    }

    .ps52 {
        margin-top: 10px
    }

    .s87 {
        min-width: 1200px;
        width: 1200px;
        min-height: 675px
    }

    .pl1 {
        height: 675px
    }

    .vd1 {
        width: 1200px;
        height: 675px
    }

    .ps53 {
        margin-left: 8px;
        margin-top: -663px
    }

    .s88 {
        min-width: 1192px;
        width: 1192px;
        min-height: 490px
    }

    .ps54 {
        margin-left: 1040px;
        margin-top: 9px
    }

    .s89 {
        min-width: 42px;
        width: 42px;
        min-height: 33px;
        height: 33px
    }

    .i5 {
        left: 5px;
        min-width: 33px;
        max-width: 33px;
        min-height: 33px;
        max-height: 33px
    }

    .ps55 {
        margin-top: 16px
    }

    .s90 {
        min-width: 1095px;
        height: 70px;
        width: 1095px
    }

    .f8 {
        font-size: 34px;
        font-size: calc(34px * var(--f));
        line-height: 1.207;
        padding-top: 15px;
        padding-bottom: 14px
    }

    .c18::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c18:hover:before {
        opacity: 1
    }

    .c18::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c18:hover:after {
        opacity: 0
    }

    .c18:active:before {
        opacity: 1
    }

    .c18:active:after {
        opacity: 1;
        transition: initial
    }

    .ps56 {
        margin-top: 5px
    }

    .s91 {
        min-width: 1095px;
        height: 70px;
        width: 1095px
    }

    .ps57 {
        margin-top: -33px
    }

    .s92 {
        min-width: 1095px;
        height: 70px;
        width: 1095px
    }

    .ps58 {
        margin-top: -70px
    }

    .ps59 {
        margin-top: -70px
    }

    .ps60 {
        margin-top: -70px
    }

    .ps61 {
        margin-left: 23px
    }

    .ps62 {
        margin-left: 20px;
        margin-top: 11px
    }

    .ps63 {
        margin-left: 20px;
        margin-top: 5px
    }

    .s93 {
        min-width: 1095px;
        height: 73px;
        width: 1095px
    }

    .f9 {
        font-size: 34px;
        font-size: calc(34px * var(--f));
        line-height: 1.207;
        padding-top: 16px;
        padding-bottom: 16px
    }

    .ps64 {
        margin-left: 101px;
        margin-top: -647px
    }

    .s94 {
        min-width: 957px;
        width: 957px;
        height: 871px
    }

    .ps65 {
        margin-left: 21px;
        margin-top: 22px
    }

    .s95 {
        min-width: 871px;
        width: 871px;
        min-height: 278px;
        height: 278px
    }

    .i6 {
        left: 224px;
        width: 423px;
        height: 278px
    }

    .ps66 {
        margin-left: 3px;
        margin-top: 22px
    }

    .s96 {
        min-width: 40px;
        width: 40px;
        height: 40px
    }

    .c20 {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px
    }

    .ps67 {
        margin-left: 83px;
        margin-top: 356px
    }

    .s97 {
        min-width: 251px;
        height: 55px;
        width: 247px
    }

    .f10 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.251;
        padding-top: 13px;
        padding-bottom: 13px
    }

    .c21::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 2px solid #161616;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: -2px;
        margin-left: -2px;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c21:hover:before {
        opacity: 1
    }

    .c21::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 2px solid #161616;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: -2px;
        margin-left: -2px;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c21:hover:after {
        opacity: 0
    }

    .c21:active:before {
        opacity: 1
    }

    .c21:active:after {
        opacity: 1;
        transition: initial
    }

    .ps68 {
        margin-left: 450px;
        margin-top: -615px
    }

    .s98 {
        min-width: 300px;
        width: 300px;
        min-height: 300px
    }

    .ps69 {
        margin-left: 250px;
        margin-top: 10px
    }

    .c23 {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px
    }

    .c24 {
        min-width: 1200px;
        margin-top: -268px;
        min-height: 1224px
    }

    .ps70 {
        margin-top: 44px
    }

    .s99 {
        min-width: 1200px;
        height: 1180px
    }

    .ps71 {
        margin-top: 58px
    }

    .s100 {
        width: 1200px;
        min-height: 1103px
    }

    .s101 {
        min-width: 1202px;
        width: 1202px;
        min-height: 1103px
    }

    .s102 {
        min-width: 1202px;
        width: 1202px;
        min-height: 1103px
    }

    .ps73 {
        margin-left: 28px
    }

    .s103 {
        min-width: 370px;
        width: 370px;
        min-height: 634px
    }

    .s104 {
        min-width: 370px;
        width: 370px;
        min-height: 634px
    }

    .ps75 {
        margin-left: 38px;
        margin-top: 10px
    }

    .s105 {
        min-width: 282px;
        width: 282px;
        height: 44px
    }

    .s106 {
        min-height: 44px
    }

    .f11 {
        font-size: 34px;
        font-size: calc(34px * var(--f));
        line-height: 1.207
    }

    .ps76 {
        margin-top: 9px
    }

    .s107 {
        min-width: 370px;
        width: 370px;
        min-height: 158px;
        height: 158px
    }

    .i7 {
        width: 370px;
        height: 158px
    }

    .ps77 {
        margin-left: 7px;
        margin-top: 85px
    }

    .s108 {
        min-width: 346px;
        width: 346px;
        min-height: 313px;
        height: 313px
    }

    .ps78 {
        margin-left: 30px
    }

    .p3 {
        text-indent: -24px
    }

    .f12 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.801
    }

    .f13 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.801
    }

    .f13:visited {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.801
    }

    .f13:hover {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.801
    }

    .f13:active {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.801
    }

    .ps79 {
        margin-top: -390px
    }

    .s109 {
        min-width: 370px;
        height: 53px;
        width: 370px
    }

    .f14 {
        font-size: 24px;
        font-size: calc(24px * var(--f));
        line-height: 1.209;
        padding-top: 12px;
        padding-bottom: 12px
    }

    .ps80 {
        margin-left: 21px
    }

    .s110 {
        min-width: 370px;
        width: 370px;
        min-height: 634px
    }

    .s111 {
        min-width: 370px;
        width: 370px;
        min-height: 634px
    }

    .ps81 {
        margin-left: 43px;
        margin-top: 10px
    }

    .s112 {
        min-width: 274px;
        width: 274px;
        height: 44px
    }

    .s113 {
        min-height: 44px
    }

    .f15 {
        font-size: 34px;
        font-size: calc(34px * var(--f));
        line-height: 1.207
    }

    .ps82 {
        margin-top: -571px
    }

    .s114 {
        min-width: 370px;
        width: 370px;
        min-height: 158px;
        height: 158px
    }

    .i8 {
        width: 370px;
        height: 158px
    }

    .ps83 {
        margin-top: -390px
    }

    .s115 {
        min-width: 370px;
        height: 53px;
        width: 370px
    }

    .f16 {
        font-size: 24px;
        font-size: calc(24px * var(--f));
        line-height: 1.209;
        padding-top: 12px;
        padding-bottom: 12px
    }

    .ps84 {
        margin-left: 4px;
        margin-top: -328px
    }

    .s116 {
        min-width: 363px;
        width: 363px;
        height: 313px
    }

    .p4 {
        text-indent: -24px
    }

    .ps85 {
        margin-left: 21px;
        margin-top: 0
    }

    .s117 {
        min-width: 370px;
        width: 370px;
        min-height: 634px
    }

    .s118 {
        min-width: 370px;
        width: 370px;
        min-height: 634px
    }

    .ps87 {
        margin-left: 47px;
        margin-top: 10px
    }

    .s119 {
        min-width: 256px;
        width: 256px;
        height: 47px
    }

    .s120 {
        min-height: 47px
    }

    .f17 {
        font-size: 34px;
        font-size: calc(34px * var(--f));
        line-height: 1.207
    }

    .ps88 {
        margin-top: 10px
    }

    .s121 {
        min-width: 370px;
        width: 370px;
        min-height: 169px;
        height: 169px
    }

    .i9 {
        width: 370px;
        height: 169px
    }

    .ps89 {
        margin-left: 4px;
        margin-top: 93px
    }

    .s122 {
        min-width: 364px;
        width: 364px;
        height: 290px
    }

    .p5 {
        text-indent: -26px
    }

    .p6 {
        text-indent: -26px
    }

    .f18 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.801
    }

    .ps90 {
        margin-top: -372px
    }

    .s123 {
        min-width: 370px;
        height: 57px;
        width: 370px
    }

    .f19 {
        font-size: 24px;
        font-size: calc(24px * var(--f));
        line-height: 1.209;
        padding-top: 14px;
        padding-bottom: 14px
    }

    .ps91 {
        margin-top: 36px
    }

    .s124 {
        min-width: 1200px;
        width: 1200px;
        min-height: 425px
    }

    .ps92 {
        margin-left: 82px;
        margin-top: -419px
    }

    .s125 {
        min-width: 984px;
        width: 984px;
        min-height: 425px
    }

    .ps93 {
        margin-left: 172px
    }

    .s126 {
        min-width: 316px;
        width: 316px;
        min-height: 423px
    }

    .c34 {
        background-image: url(../images/a/whatsapp-image-2025-06-24-at-3.21.47-pm-316.jpeg)
    }

    .webp .c34 {
        background-image: url(../images/h/whatsapp-image-2025-06-24-at-3.21.47-pm-316.webp)
    }

    .ps94 {
        margin-left: 19px
    }

    .s127 {
        min-width: 316px;
        width: 316px;
        min-height: 423px
    }

    .c35 {
        background-image: url(../images/e/whatsapp-image-2025-06-24-at-3.23.47-pm-316.jpeg)
    }

    .webp .c35 {
        background-image: url(../images/6/whatsapp-image-2025-06-24-at-3.23.47-pm-316.webp)
    }

    .ps95 {
        margin-left: -827px;
        margin-top: 133px
    }

    .s128 {
        min-width: 82px;
        height: 114px;
        width: 80px
    }

    .f20 {
        font-size: 36px;
        font-size: calc(36px * var(--f));
        line-height: 1.223;
        padding-top: 34px;
        padding-bottom: 34px
    }

    .ps96 {
        margin-left: 820px;
        margin-top: 133px
    }

    .s129 {
        min-width: 82px;
        height: 114px;
        width: 80px
    }

    .f21 {
        font-size: 36px;
        font-size: calc(36px * var(--f));
        line-height: 1.223;
        padding-top: 34px;
        padding-bottom: 34px
    }

    .c37 {
        min-width: 1200px;
        margin-top: -5px;
        min-height: 744px
    }

    .ps97 {
        margin-top: 5px
    }

    .s130 {
        min-width: 1200px;
        height: 739px
    }

    .ps98 {
        margin-top: 33px
    }

    .s131 {
        width: 1200px;
        min-height: 653px
    }

    .ps99 {
        margin-left: 31px
    }

    .s132 {
        min-width: 1169px;
        width: 1169px;
        min-height: 653px
    }

    .s133 {
        min-width: 366px;
        width: 366px;
        min-height: 653px
    }

    .ps101 {
        margin-left: 10px;
        margin-top: 14px
    }

    .s134 {
        min-width: 349px;
        width: 349px;
        height: 56px
    }

    .s135 {
        min-height: 56px
    }

    .f22 {
        font-size: 24px;
        font-size: calc(24px * var(--f));
        line-height: 1.501
    }

    .f23 {
        font-size: 24px;
        font-size: calc(24px * var(--f));
        line-height: 1.501
    }

    .ps102 {
        margin-top: 0
    }

    .s136 {
        min-width: 366px;
        width: 366px;
        min-height: 192px;
        height: 192px
    }

    .i10 {
        width: 366px;
        height: 192px
    }

    .ps103 {
        margin-left: 5px;
        margin-top: 18px
    }

    .s137 {
        min-width: 354px;
        width: 354px;
        height: 144px
    }

    .f24 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f25 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f25:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f25:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f25:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .ps104 {
        margin-left: 10px;
        margin-top: 23px
    }

    .s138 {
        min-width: 346px;
        height: 52px;
        width: 346px
    }

    .f26 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168;
        padding-top: 16px;
        padding-bottom: 15px
    }

    .ps105 {
        margin-left: 10px;
        margin-top: 10px
    }

    .s139 {
        min-width: 346px;
        height: 52px;
        width: 346px
    }

    .f27 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168;
        padding-top: 16px;
        padding-bottom: 15px
    }

    .ps106 {
        margin-left: 11px;
        margin-top: 12px
    }

    .s140 {
        min-width: 345px;
        height: 52px;
        width: 345px
    }

    .f28 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168;
        padding-top: 16px;
        padding-bottom: 15px
    }

    .ps107 {
        margin-left: 48px
    }

    .s141 {
        min-width: 427px;
        width: 427px;
        min-height: 653px
    }

    .ps108 {
        margin-left: 22px;
        margin-top: 14px
    }

    .s142 {
        min-width: 381px;
        width: 381px;
        height: 44px
    }

    .s143 {
        min-height: 44px
    }

    .f29 {
        font-size: 26px;
        font-size: calc(26px * var(--f));
        line-height: 1.463
    }

    .f30 {
        font-size: 26px;
        font-size: calc(26px * var(--f));
        line-height: 1.463
    }

    .ps109 {
        margin-top: 22px
    }

    .s144 {
        min-width: 427px;
        width: 427px;
        min-height: 183px;
        height: 183px
    }

    .i11 {
        width: 427px;
        height: 183px
    }

    .ps110 {
        margin-left: 5px;
        margin-top: 17px
    }

    .s145 {
        min-width: 411px;
        width: 411px;
        height: 93px
    }

    .f31 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.390
    }

    .f32 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.390
    }

    .f32:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.390
    }

    .f32:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.390
    }

    .f32:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.390
    }

    .f33 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.390
    }

    .ps111 {
        margin-left: 8px;
        margin-top: 22px
    }

    .s146 {
        min-width: 401px;
        height: 52px;
        width: 401px
    }

    .ps112 {
        margin-left: 11px;
        margin-top: 10px
    }

    .s147 {
        min-width: 401px;
        height: 52px;
        width: 401px
    }

    .ps113 {
        margin-left: 11px;
        margin-top: 12px
    }

    .s148 {
        min-width: 401px;
        width: 401px;
        min-height: 114px
    }

    .s149 {
        min-width: 401px;
        width: 401px;
        min-height: 114px
    }

    .s150 {
        min-width: 401px;
        height: 52px;
        width: 401px
    }

    .ps115 {
        margin-top: 10px
    }

    .ps116 {
        margin-left: 28px;
        margin-top: 36px
    }

    .s151 {
        min-width: 300px;
        width: 300px;
        min-height: 600px
    }

    .ad1 {
        display: inline-block
    }

    .c40 {
        min-width: 1200px;
        margin-top: -1px;
        min-height: 1076px
    }

    .ps117 {
        margin-top: 1px
    }

    .s152 {
        min-width: 1200px;
        height: 1075px
    }

    .ps118 {
        margin-top: 0
    }

    .s153 {
        min-width: 1200px;
        min-height: 762px
    }

    .ps119 {
        margin-top: -712px
    }

    .s154 {
        width: 1200px;
        min-height: 901px
    }

    .ps120 {
        margin-left: 0
    }

    .s155 {
        min-width: 670px;
        width: 670px;
        height: 198px
    }

    .f34 {
        font-size: 41px;
        font-size: calc(41px * var(--f));
        line-height: 1.367
    }

    .ps121 {
        margin-left: 3px;
        margin-top: 59px
    }

    .s156 {
        min-width: 1197px;
        width: 1197px;
        min-height: 315px
    }

    .s157 {
        min-width: 567px;
        width: 567px;
        min-height: 315px
    }

    .s158 {
        min-width: 567px;
        width: 567px;
        min-height: 315px
    }

    .s159 {
        min-width: 567px;
        width: 567px;
        height: 315px
    }

    .c43 {
        background-image: url(../images/p/screenshot-2025-05-23-at-12.12.39-am-567.jpg)
    }

    .webp .c43 {
        background-image: url(../images/v/screenshot-2025-05-23-at-12.12.39-am-567.webp)
    }

    .ps123 {
        margin-left: 190px;
        margin-top: -85px
    }

    .s160 {
        min-width: 361px;
        height: 64px;
        width: 359px
    }

    .f35 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.228;
        padding-top: 18px;
        padding-bottom: 17px
    }

    .ps124 {
        margin-left: 26px
    }

    .s161 {
        min-width: 604px;
        width: 604px;
        min-height: 315px
    }

    .s162 {
        min-width: 604px;
        width: 604px;
        min-height: 315px
    }

    .s163 {
        min-width: 604px;
        height: 315px;
        width: 604px
    }

    .c45 {
        background-image: url(../images/r/screenshot-2025-05-23-at-12.25.04-am-604.jpg)
    }

    .webp .c45 {
        background-image: url(../images/a/screenshot-2025-05-23-at-12.25.04-am-604.webp)
    }

    .f36 {
        font-size: 12px;
        font-size: calc(12px * var(--f));
        line-height: 1.168;
        padding-top: 151px;
        padding-bottom: 150px
    }

    .ps125 {
        margin-left: 233px;
        margin-top: -85px
    }

    .f37 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.228;
        padding-top: 4px;
        padding-bottom: 4px
    }

    .ps126 {
        margin-left: 101px;
        margin-top: 209px
    }

    .s164 {
        min-width: 980px;
        width: 980px;
        min-height: 120px
    }

    .c47 {
        min-width: 1200px;
        min-height: 929px
    }

    .s165 {
        min-width: 1200px;
        height: 929px
    }

    .ps128 {
        margin-top: 34px
    }

    .s166 {
        width: 1200px;
        min-height: 839px
    }

    .ps129 {
        margin-left: 90px
    }

    .s167 {
        min-width: 1052px;
        width: 1052px;
        min-height: 839px
    }

    .s168 {
        min-width: 1052px;
        width: 1052px;
        min-height: 839px
    }

    .s169 {
        min-width: 1052px;
        width: 1052px;
        min-height: 600px
    }

    .ps131 {
        margin-left: 652px;
        margin-top: 74px
    }

    .s170 {
        min-width: 322px;
        width: 322px;
        min-height: 347px
    }

    .vd2 {
        width: 322px;
        height: 347px
    }

    .ps132 {
        margin-top: -421px
    }

    .s171 {
        min-width: 1052px;
        width: 1052px;
        min-height: 600px
    }

    .s172 {
        min-width: 1052px;
        width: 1052px;
        min-height: 600px
    }

    .s173 {
        min-width: 1052px;
        width: 1052px;
        min-height: 600px
    }

    .ps133 {
        margin-left: 32px;
        margin-top: -582px
    }

    .s174 {
        min-width: 543px;
        width: 543px;
        min-height: 564px
    }

    .s175 {
        min-width: 543px;
        width: 543px;
        min-height: 564px
    }

    .c49 {
        background-image: url(../images/p/image-543.jpg)
    }

    .webp .c49 {
        background-image: url(../images/j/image-543.webp)
    }

    .ps134 {
        margin-left: 126px;
        margin-top: -546px
    }

    .s176 {
        min-width: 306px;
        width: 306px;
        height: 51px
    }

    .f38 {
        font-size: 30px;
        font-size: calc(30px * var(--f));
        line-height: 1.234
    }

    .ps135 {
        margin-left: 24px;
        margin-top: -470px
    }

    .s177 {
        min-width: 511px;
        width: 511px;
        height: 64px
    }

    .input4 {
        width: 511px;
        height: 64px;
        font-size: 22px;
        line-height: 1.228
    }

    .ps136 {
        margin-left: 24px;
        margin-top: -398px
    }

    .s178 {
        min-width: 510px;
        width: 510px;
        height: 64px
    }

    .input5 {
        width: 510px;
        height: 64px;
        font-size: 20px;
        line-height: 1.201
    }

    .ps137 {
        margin-left: 24px;
        margin-top: -325px
    }

    .s179 {
        min-width: 511px;
        width: 511px;
        height: 65px
    }

    .input6 {
        width: 511px;
        height: 65px;
        font-size: 20px;
        line-height: 1.201
    }

    .ps138 {
        margin-left: 23px;
        margin-top: -250px
    }

    .s180 {
        min-width: 512px;
        width: 512px;
        height: 149px
    }

    .input7 {
        width: 512px;
        height: 149px;
        font-size: 20px;
        line-height: 1.701
    }

    .ps139 {
        margin-left: 311px;
        margin-top: -85px
    }

    .s181 {
        min-width: 223px;
        height: 59px;
        width: 221px
    }

    .f39 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101;
        padding-top: 18px;
        padding-bottom: 17px
    }

    .c50::before {
        background-image: -webkit-gradient(linear, 135deg, color-stop(0, rgb(161, 161, 161)), color-stop(1, rgb(0, 0, 0)));
        background-image: -o-linear-gradient(135deg, rgb(161, 161, 161) 0%, rgb(0, 0, 0) 100%);
        background-image: -webkit-linear-gradient(135deg, rgb(161, 161, 161) 0%, rgb(0, 0, 0) 100%);
        background-image: -ms-linear-gradient(135deg, rgb(161, 161, 161) 0%, rgb(0, 0, 0) 100%);
        background-image: linear-gradient(135deg, rgb(161, 161, 161) 0%, rgb(0, 0, 0) 100%);
        background-clip: content-box;
        border: 1px solid #fff;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: -1px;
        margin-left: -1px;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c50:hover:before {
        opacity: 1
    }

    .c50::after {
        background-image: -webkit-gradient(linear, 115deg, color-stop(0, rgb(22, 22, 22)), color-stop(1, rgb(161, 161, 161)));
        background-image: -o-linear-gradient(115deg, rgb(22, 22, 22) 0%, rgb(161, 161, 161) 100%);
        background-image: -webkit-linear-gradient(115deg, rgb(22, 22, 22) 0%, rgb(161, 161, 161) 100%);
        background-image: -ms-linear-gradient(115deg, rgb(22, 22, 22) 0%, rgb(161, 161, 161) 100%);
        background-image: linear-gradient(115deg, rgb(22, 22, 22) 0%, rgb(161, 161, 161) 100%);
        background-clip: content-box;
        border: 1px solid #fff;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: -1px;
        margin-left: -1px;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c50:hover:after {
        opacity: 0
    }

    .c50:active:before {
        opacity: 1
    }

    .c50:active:after {
        opacity: 1;
        transition: initial
    }

    .ps140 {
        margin-left: 30px;
        margin-top: 59px
    }

    .s182 {
        min-width: 930px;
        width: 930px;
        min-height: 180px
    }

    .ps141 {
        margin-top: 18px
    }

    .s183 {
        min-width: 1200px;
        height: 519px
    }

    .ps142 {
        margin-top: 21px
    }

    .s184 {
        width: 1200px;
        min-height: 464px
    }

    .ps143 {
        margin-left: 31px
    }

    .s185 {
        min-width: 1145px;
        width: 1145px;
        min-height: 111px
    }

    .s186 {
        min-width: 126px;
        width: 126px;
        min-height: 111px;
        height: 111px
    }

    .i12 {
        left: 7px;
        width: 113px;
        height: 111px;
        -webkit-border-radius: 56px;
        -moz-border-radius: 56px;
        border-radius: 56px
    }

    .ps145 {
        margin-left: 122px
    }

    .s187 {
        min-width: 216px;
        width: 216px;
        height: 41px
    }

    .f40 {
        font-size: 26px;
        font-size: calc(26px * var(--f));
        line-height: 1.386
    }

    .ps146 {
        margin-left: -213px;
        margin-top: 54px
    }

    .s188 {
        min-width: 458px;
        width: 458px;
        min-height: 3px
    }

    .ps147 {
        margin-left: 57px
    }

    .s189 {
        min-width: 379px;
        width: 379px;
        min-height: 56px
    }

    .s190 {
        min-width: 324px;
        width: 324px;
        height: 41px
    }

    .f41 {
        font-size: 24px;
        font-size: calc(24px * var(--f));
        line-height: 1.584
    }

    .ps149 {
        margin-top: 12px
    }

    .s191 {
        min-width: 379px;
        width: 379px;
        min-height: 3px
    }

    .ps150 {
        margin-left: 86px;
        margin-top: -51px
    }

    .s192 {
        min-width: 1048px;
        width: 1048px;
        min-height: 404px
    }

    .ps151 {
        margin-top: 339px
    }

    .s193 {
        min-width: 1042px;
        width: 1042px;
        min-height: 5px
    }

    .ps152 {
        margin-left: 5px;
        margin-top: -344px
    }

    .s194 {
        min-width: 1043px;
        width: 1043px;
        min-height: 404px
    }

    .ps153 {
        margin-left: 191px
    }

    .s195 {
        min-width: 789px;
        width: 789px;
        min-height: 339px
    }

    .ps154 {
        margin-top: 0
    }

    .s196 {
        min-width: 503px;
        width: 503px;
        min-height: 339px
    }

    .s197 {
        min-width: 482px;
        width: 482px;
        min-height: 230px
    }

    .s198 {
        min-width: 213px;
        width: 213px;
        min-height: 230px
    }

    .s199 {
        min-width: 213px;
        width: 213px;
        height: 26px
    }

    .f42 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f42:visited {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f42:hover {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f42:active {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .ps156 {
        margin-top: 6px
    }

    .s200 {
        min-width: 213px;
        width: 213px;
        height: 25px
    }

    .f43 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.051
    }

    .f43:visited {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.051
    }

    .f43:hover {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.051
    }

    .f43:active {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.051
    }

    .ps157 {
        margin-left: 2px;
        margin-top: 5px
    }

    .s201 {
        min-width: 211px;
        width: 211px;
        height: 30px
    }

    .ps158 {
        margin-top: 5px
    }

    .s202 {
        min-width: 213px;
        width: 213px;
        height: 29px
    }

    .ps159 {
        margin-top: 5px
    }

    .s203 {
        min-width: 213px;
        width: 213px;
        height: 28px
    }

    .ps160 {
        margin-top: 5px
    }

    .s204 {
        min-width: 213px;
        width: 213px;
        height: 30px
    }

    .ps161 {
        margin-top: 4px
    }

    .s205 {
        min-width: 213px;
        width: 213px;
        height: 32px
    }

    .ps162 {
        margin-left: 25px;
        margin-top: 1px
    }

    .s206 {
        min-width: 222px;
        width: 222px;
        min-height: 193px
    }

    .s207 {
        min-width: 219px;
        width: 219px;
        height: 25px
    }

    .ps164 {
        margin-top: 4px
    }

    .s208 {
        min-width: 220px;
        width: 220px;
        height: 27px
    }

    .ps165 {
        margin-top: 5px
    }

    .s209 {
        min-width: 220px;
        width: 220px;
        height: 29px
    }

    .ps166 {
        margin-top: 6px
    }

    .s210 {
        min-width: 219px;
        width: 219px;
        height: 29px
    }

    .ps167 {
        margin-top: 39px
    }

    .s211 {
        min-width: 222px;
        width: 222px;
        height: 29px
    }

    .f44 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f44:visited {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f44:hover {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f44:active {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .ps168 {
        margin-left: 239px;
        margin-top: -99px
    }

    .s212 {
        min-width: 243px;
        width: 243px;
        height: 42px
    }

    .ps169 {
        margin-left: 204px;
        margin-top: 37px
    }

    .s213 {
        min-width: 299px;
        width: 299px;
        min-height: 72px
    }

    .s214 {
        min-width: 112px;
        width: 112px;
        min-height: 72px;
        height: 72px
    }

    .i13 {
        width: 112px;
        height: 72px
    }

    .s215 {
        min-width: 104px;
        width: 104px;
        min-height: 67px;
        height: 67px
    }

    .i14 {
        width: 104px;
        height: 67px
    }

    .ps172 {
        margin-top: 8px
    }

    .s216 {
        min-width: 89px;
        width: 89px;
        min-height: 59px;
        height: 59px
    }

    .i15 {
        left: 15px;
        width: 59px;
        height: 59px
    }

    .ps173 {
        margin-left: 11px;
        margin-top: 2px
    }

    .s217 {
        min-width: 275px;
        width: 275px;
        min-height: 259px
    }

    .s218 {
        min-width: 274px;
        width: 274px;
        height: 33px
    }

    .s219 {
        min-width: 274px;
        width: 274px;
        height: 32px
    }

    .ps176 {
        margin-top: 1px
    }

    .s220 {
        min-width: 274px;
        width: 274px;
        height: 33px
    }

    .f45 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201
    }

    .f45:visited {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201
    }

    .f45:hover {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201
    }

    .f45:active {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201
    }

    .s221 {
        min-width: 275px;
        width: 275px;
        height: 30px
    }

    .ps178 {
        margin-top: 2px
    }

    .s222 {
        min-width: 275px;
        width: 275px;
        height: 31px
    }

    .s223 {
        min-width: 275px;
        width: 275px;
        height: 33px
    }

    .s224 {
        min-width: 275px;
        width: 275px;
        height: 32px
    }

    .s225 {
        min-width: 274px;
        width: 274px;
        height: 31px
    }

    .ps182 {
        margin-top: 15px
    }

    .s226 {
        min-width: 1043px;
        width: 1043px;
        height: 50px
    }

    .f46 {
        font-size: 15px;
        font-size: calc(15px * var(--f));
        line-height: 1.601
    }

    .ps184 {
        width: 1200px
    }

    .ps185 {
        margin-left: 38px;
        margin-top: 15px
    }

    .s227 {
        min-width: 1162px;
        width: 1162px;
        min-height: 838px;
        height: 838px
    }

    .c53 {
        background-image: url(../images/8/untitled-project-2-1162.jpg)
    }

    .webp .c53 {
        background-image: url(../images/h/untitled-project-2-1162.webp)
    }

    .ps186 {
        margin-left: 1109px;
        margin-top: 22px
    }

    .s228 {
        min-width: 39px;
        width: 39px;
        height: 41px
    }

    .c54 {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px
    }

    .ps187 {
        margin-left: 87px;
        margin-top: 50px;
        margin-bottom: 50px
    }

    .s229 {
        min-width: 956px;
        width: 956px;
        height: calc(100vh - 100px);
        height: calc(var(--vh, 1vh) * 100 - 100px);
    }

    .c57 {
        margin-top: max(calc(50vh - 534px), 0px);
        margin-top: max(calc(var(--vh, 1vh) * 50 - 534px), 0px);
        height: 969px
    }

    .ps188 {
        margin-left: 906px;
        margin-top: 11px
    }

    .s230 {
        min-width: 40px;
        width: 40px;
        height: 40px
    }

    .c58 {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px
    }

    .ps189 {
        margin-top: 32px
    }

    .s231 {
        min-width: 956px;
        width: 956px;
        min-height: 95px
    }

    .c59 {
        background-image: url(../images/r/dewatermark.ai_1735316304546-956.jpg)
    }

    .webp .c59 {
        background-image: url(../images/j/dewatermark.ai_1735316304546-956.webp)
    }

    .ps190 {
        margin-left: 277px;
        margin-top: -72px
    }

    .s232 {
        min-width: 629px;
        width: 629px;
        height: 63px
    }

    .f47 {
        font-size: 32px;
        font-size: calc(32px * var(--f));
        line-height: 1.595
    }

    .ps191 {
        margin-left: 18px;
        margin-top: -50px
    }

    .s233 {
        min-width: 220px;
        width: 220px;
        min-height: 214px;
        height: 214px
    }

    .i16 {
        left: 0;
        width: 219px;
        height: 214px
    }

    .ps192 {
        margin-left: 24px
    }

    .s234 {
        min-width: 909px;
        width: 909px;
        min-height: 537px;
        height: 537px
    }

    .f48 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.801
    }

    .ps193 {
        margin-left: 453px;
        margin-top: 19px
    }

    .s235 {
        min-width: 237px;
        height: 42px;
        width: 237px
    }

    .f49 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168;
        padding-top: 11px;
        padding-bottom: 10px
    }

    .c60::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c60:hover:before {
        opacity: 1
    }

    .c60::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c60:hover:after {
        opacity: 0
    }

    .c60:active:before {
        opacity: 1
    }

    .c60:active:after {
        opacity: 1;
        transition: initial
    }

    .ps194 {
        margin-left: 19px;
        margin-top: 19px
    }

    .s236 {
        min-width: 237px;
        height: 42px;
        width: 237px
    }

    .f50 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168;
        padding-top: 11px;
        padding-bottom: 10px
    }

    .s237 {
        min-width: 1110px;
        width: 1110px;
        height: 400px
    }

    .c61 {
        background-image: url(../images/t/screenshot-2025-06-02-at-9.07.02-pm-1110.jpg)
    }

    .webp .c61 {
        background-image: url(../images/6/screenshot-2025-06-02-at-9.07.02-pm-1110.webp)
    }

    .c62 {
        height: 400px
    }

    .ps197 {
        margin-left: 1060px;
        margin-top: 9px
    }

    .c63 {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px
    }

    .ps198 {
        margin-left: 8px;
        margin-top: -16px
    }

    .s238 {
        min-width: 1070px;
        width: 1070px;
        min-height: 629px
    }

    .ps199 {
        margin-left: 76px
    }

    .s239 {
        min-width: 422px;
        width: 422px;
        min-height: 629px
    }

    .c64 {
        background-image: url(../images/c/whatsapp-image-2025-06-24-at-3.44.39-pm-419.jpeg)
    }

    .webp .c64 {
        background-image: url(../images/a/whatsapp-image-2025-06-24-at-3.44.39-pm-419.webp)
    }

    .ps200 {
        margin-left: -498px;
        margin-top: 251px
    }

    .s240 {
        min-width: 67px;
        height: 95px;
        width: 65px
    }

    .f51 {
        font-size: 30px;
        font-size: calc(30px * var(--f));
        line-height: 1.234;
        padding-top: 28px;
        padding-bottom: 28px
    }

    .ps201 {
        margin-left: 439px;
        margin-top: 251px
    }

    .ps202 {
        margin-left: 531px;
        margin-top: -143px
    }

    .s241 {
        min-width: 539px;
        height: 50px;
        width: 537px
    }

    .f52 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201;
        padding-top: 12px;
        padding-bottom: 12px
    }

    .ps203 {
        margin-left: 531px;
        margin-top: -81px
    }

    .s242 {
        min-width: 1200px;
        min-height: 67px
    }

    .ps205 {
        margin-top: 14px
    }

    .s243 {
        width: 1200px;
        min-height: 39px
    }

    .ps206 {
        margin-left: 853px
    }

    .s244 {
        min-width: 333px;
        width: 333px;
        min-height: 39px
    }

    .s245 {
        min-width: 159px;
        height: 39px;
        width: 159px
    }

    .f53 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.287;
        padding-top: 11px;
        padding-bottom: 10px
    }

    .ps207 {
        margin-left: 15px
    }

    body {
        --d: 1;
        --s: 1200
    }
}

@media (min-width:960px) and (max-width:1199px) {
    .c1 {
        min-width: 960px;
        min-height: 471px
    }

    .s1 {
        min-width: 960px;
        height: 233px
    }

    .ps3 {
        margin-top: 5px
    }

    .s2 {
        width: 960px;
        min-height: 49px
    }

    .ps4 {
        margin-left: 188px
    }

    .s3 {
        min-width: 762px;
        width: 762px;
        min-height: 49px
    }

    .ps5 {
        margin-top: 4px
    }

    .s4 {
        min-width: 24px;
        width: 24px;
        min-height: 24px;
        height: 24px
    }

    .i1 {
        left: 0;
        min-width: 24px;
        max-width: 24px;
        min-height: 24px;
        max-height: 24px
    }

    .ps6 {
        margin-left: 14px;
        margin-top: 4px
    }

    .s5 {
        min-width: 146px;
        width: 146px;
        height: 25px
    }

    .f1 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.188
    }

    .ps7 {
        margin-left: 36px;
        margin-top: 0
    }

    .s6 {
        min-width: 39px;
        width: 39px;
        min-height: 32px;
        height: 32px
    }

    .i2 {
        left: 4px;
        min-width: 32px;
        max-width: 32px;
        min-height: 32px;
        max-height: 32px
    }

    .ps8 {
        margin-left: 7px;
        margin-top: 4px
    }

    .s7 {
        min-width: 228px;
        width: 228px;
        height: 25px
    }

    .ps9 {
        margin-left: 224px;
        margin-top: 7px
    }

    .s8 {
        min-width: 44px;
        width: 44px;
        min-height: 42px;
        height: 42px
    }

    .i3 {
        left: 1px;
        width: 42px;
        height: 42px
    }

    .ps10 {
        margin-top: 22px
    }

    .s9 {
        min-height: 157px
    }

    .ps11 {
        margin-top: -156px
    }

    .s10 {
        width: 960px;
        min-height: 130px
    }

    .s11 {
        min-width: 951px;
        width: 951px;
        min-height: 130px
    }

    .ps13 {
        margin-top: 0
    }

    .s12 {
        min-width: 261px;
        width: 261px;
        min-height: 79px;
        height: 79px
    }

    .i4 {
        width: 261px;
        height: 57px;
        top: 11px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        border-radius: 40px
    }

    .ps14 {
        margin-left: 132px;
        margin-top: 15px
    }

    .s13 {
        min-width: 749px;
        width: 749px;
        height: 36px
    }

    .s15 {
        min-width: 22px
    }

    .ps17 {
        margin-top: 45px
    }

    .s17 {
        min-width: 22px;
        width: 22px;
        height: 14px
    }

    .f2 {
        font-size: 8px;
        font-size: calc(8px * var(--f));
        line-height: 1.376
    }

    .s18 {
        min-width: 749px;
        width: 749px;
        min-height: 36px;
        height: 36px
    }

    .s19 {
        min-width: 80px;
        width: 80px;
        height: 36px
    }

    .s20 {
        min-width: 80px;
        width: 80px;
        min-height: 36px
    }

    .ps19 {
        margin-top: 8px
    }

    .s21 {
        min-width: 79px;
        width: 79px;
        height: 19px
    }

    .f3 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .s22 {
        min-width: 205px;
        width: 205px;
        min-height: 109px;
        height: 109px
    }

    .s23 {
        min-width: 205px;
        width: 205px;
        height: 21px
    }

    .s24 {
        min-width: 205px;
        width: 205px;
        min-height: 21px
    }

    .ps20 {
        margin-top: 1px
    }

    .s25 {
        min-width: 205px;
        width: 205px;
        height: 19px
    }

    .ps22 {
        margin-left: 80px;
        margin-top: -36px
    }

    .s26 {
        min-width: 123px;
        width: 123px;
        height: 36px
    }

    .s27 {
        min-width: 123px;
        width: 123px;
        min-height: 36px
    }

    .s28 {
        min-width: 122px;
        width: 122px;
        height: 19px
    }

    .s29 {
        min-width: 215px;
        width: 215px;
        min-height: 263px;
        height: 263px
    }

    .s30 {
        min-width: 215px;
        width: 215px;
        height: 21px
    }

    .s31 {
        min-width: 215px;
        width: 215px;
        min-height: 21px
    }

    .s32 {
        min-width: 215px;
        width: 215px;
        height: 19px
    }

    .ps25 {
        margin-left: 203px;
        margin-top: -36px
    }

    .s33 {
        min-width: 160px;
        width: 160px;
        height: 36px
    }

    .s34 {
        min-width: 160px;
        width: 160px;
        min-height: 36px
    }

    .s35 {
        min-width: 159px;
        width: 159px;
        height: 19px
    }

    .s36 {
        min-width: 200px;
        width: 200px;
        min-height: 87px;
        height: 87px
    }

    .s37 {
        min-width: 200px;
        width: 200px;
        height: 21px
    }

    .s38 {
        min-width: 200px;
        width: 200px;
        min-height: 21px
    }

    .s39 {
        min-width: 200px;
        width: 200px;
        height: 19px
    }

    .ps27 {
        margin-left: 363px;
        margin-top: -36px
    }

    .s40 {
        min-width: 178px;
        width: 178px;
        height: 36px
    }

    .s41 {
        min-width: 178px;
        width: 178px;
        min-height: 36px
    }

    .s42 {
        min-width: 177px;
        width: 177px;
        height: 19px
    }

    .s43 {
        min-width: 238px;
        width: 238px;
        min-height: 21px;
        height: 21px
    }

    .s44 {
        min-width: 238px;
        width: 238px;
        height: 21px
    }

    .s45 {
        min-width: 238px;
        width: 238px;
        min-height: 21px
    }

    .ps29 {
        margin-top: 1px
    }

    .s46 {
        min-width: 238px;
        width: 238px;
        height: 19px
    }

    .ps30 {
        margin-left: 541px;
        margin-top: -36px
    }

    .s47 {
        min-width: 92px;
        width: 92px;
        height: 36px
    }

    .s48 {
        min-width: 92px;
        width: 92px;
        min-height: 36px
    }

    .s49 {
        min-width: 91px;
        width: 91px;
        height: 19px
    }

    .ps31 {
        margin-left: 633px;
        margin-top: -36px
    }

    .s50 {
        min-width: 58px;
        width: 58px;
        height: 36px
    }

    .s51 {
        min-width: 58px;
        width: 58px;
        min-height: 36px
    }

    .s52 {
        min-width: 57px;
        width: 57px;
        height: 19px
    }

    .ps32 {
        margin-left: 691px;
        margin-top: -36px
    }

    .ps33 {
        margin-left: 604px;
        margin-top: -112px
    }

    .s53 {
        min-width: 347px;
        width: 347px;
        min-height: 40px
    }

    .s54 {
        min-width: 347px;
        width: 347px;
        min-height: 40px
    }

    .s55 {
        min-width: 347px;
        width: 347px;
        height: 40px
    }

    .input1 {
        width: 347px;
        height: 40px;
        font-size: 14px;
        font-style: normal
    }

    .ps34 {
        margin-left: 318px;
        margin-top: -34px
    }

    .s56 {
        min-width: 24px;
        width: 24px;
        height: 29px
    }

    .c8 {
        min-width: 960px;
        margin-top: -319px;
        min-height: 65px
    }

    .s57 {
        width: 960px;
        min-height: 65px
    }

    .s58 {
        min-width: 960px;
        width: 960px;
        min-height: 65px
    }

    .s59 {
        min-width: 960px;
        width: 960px;
        min-height: 65px
    }

    .ps36 {
        margin-left: 14px
    }

    .s60 {
        min-width: 946px;
        width: 946px;
        min-height: 52px
    }

    .ps37 {
        margin-left: 180px;
        margin-top: 10px
    }

    .s61 {
        min-width: 618px;
        width: 618px;
        height: 31px
    }

    .f4 {
        font-size: 19px;
        font-size: calc(19px * var(--f));
        line-height: 1.580
    }

    .ps38 {
        margin-left: 102px;
        margin-top: 10px
    }

    .s62 {
        min-width: 32px;
        width: 32px;
        height: 32px
    }

    .c10 {
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px
    }

    .ps39 {
        margin-top: -41px
    }

    .s63 {
        min-width: 960px;
        width: 960px;
        min-height: 54px
    }

    .ps40 {
        margin-left: 51px;
        margin-top: 9px
    }

    .s64 {
        min-width: 897px;
        width: 897px;
        min-height: 41px
    }

    .s65 {
        min-width: 859px;
        width: 859px;
        height: 41px
    }

    .f5 {
        font-size: 19px;
        font-size: calc(19px * var(--f));
        line-height: 1.843
    }

    .ps41 {
        margin-left: 6px
    }

    .c12 {
        min-width: 960px;
        margin-top: 16px;
        min-height: 568px
    }

    .s66 {
        min-width: 960px;
        min-height: 568px
    }

    .ps42 {
        margin-top: 78px
    }

    .s67 {
        width: 960px;
        min-height: 449px
    }

    .s68 {
        min-width: 960px;
        width: 960px;
        min-height: 449px
    }

    .s69 {
        min-width: 960px;
        width: 960px;
        min-height: 449px
    }

    .s70 {
        min-width: 960px;
        width: 960px;
        min-height: 389px
    }

    .s71 {
        height: 389px
    }

    .s72 {
        padding: 0px 132px 0px 132px
    }

    .s73 {
        padding: 0px 5px 0px 5px
    }

    .un7 .slider {
        height: 389px
    }

    .un7 .slick-list {
        height: 389px
    }

    .ps43 {
        margin-left: 645px;
        margin-top: 10px
    }

    .s74 {
        min-width: 252px;
        height: 50px;
        width: 252px
    }

    .c14 {
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px
    }

    .f6 {
        font-size: 17px;
        font-size: calc(17px * var(--f));
        line-height: 1.236;
        padding-top: 15px;
        padding-bottom: 14px
    }

    .ps44 {
        margin-top: -647px
    }

    .s75 {
        width: 960px;
        height: 763px
    }

    .s76 {
        min-width: 960px;
        width: 960px;
        min-height: 763px
    }

    .s77 {
        min-width: 960px;
        width: 960px;
        min-height: 763px
    }

    .ps45 {
        margin-left: 178px;
        margin-top: 175px
    }

    .s78 {
        min-width: 610px;
        width: 610px;
        min-height: 399px
    }

    .ps46 {
        margin-left: 563px;
        margin-top: 11px
    }

    .s79 {
        min-width: 26px;
        width: 26px;
        height: 26px
    }

    .c16 {
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        border-radius: 13px
    }

    .ps47 {
        margin-left: 52px;
        margin-top: 30px
    }

    .s80 {
        min-width: 512px;
        width: 512px;
        min-height: 269px
    }

    .s81 {
        min-width: 512px;
        width: 512px;
        min-height: 208px
    }

    .s82 {
        min-width: 512px;
        width: 512px;
        height: 64px
    }

    .input2 {
        width: 512px;
        height: 64px;
        font-size: 17px;
        line-height: 1.236
    }

    .ps48 {
        margin-top: 13px
    }

    .input3 {
        width: 512px;
        height: 64px;
        font-size: 17px;
        line-height: 1.177
    }

    .ps49 {
        margin-left: 329px;
        margin-top: 12px
    }

    .s83 {
        min-width: 180px;
        width: 180px;
        height: 55px
    }

    .submit1 {
        font-size: 20px;
        line-height: 1.201;
        padding-top: 16px;
        padding-bottom: 15px
    }

    .s84 {
        width: 180px
    }

    .ps50 {
        margin-top: 20px
    }

    .s85 {
        min-width: 510px;
        width: 510px;
        height: 41px
    }

    .f7 {
        font-size: 9px;
        font-size: calc(9px * var(--f));
        line-height: 1.334
    }

    .ps51 {
        margin-top: -525px
    }

    .s86 {
        min-width: 960px;
        width: 960px;
        min-height: 555px
    }

    .ps52 {
        margin-top: 8px
    }

    .s87 {
        min-width: 960px;
        width: 960px;
        min-height: 540px
    }

    .pl1 {
        height: 540px
    }

    .vd1 {
        width: 960px;
        height: 540px
    }

    .ps53 {
        margin-left: 0;
        margin-top: -489px
    }

    .s88 {
        min-width: 882px;
        width: 882px;
        min-height: 80px
    }

    .ps54 {
        margin-left: 860px;
        margin-top: 16px
    }

    .s89 {
        min-width: 16px;
        width: 16px;
        min-height: 16px;
        height: 16px
    }

    .i5 {
        left: 0;
        min-width: 16px;
        max-width: 16px;
        min-height: 16px;
        max-height: 16px
    }

    .ps55 {
        margin-top: -8px
    }

    .s90 {
        min-width: 882px;
        height: 56px;
        width: 882px
    }

    .f8 {
        font-size: 27px;
        font-size: calc(27px * var(--f));
        line-height: 1.223;
        padding-top: 12px;
        padding-bottom: 11px
    }

    .c18::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c18:hover:before {
        opacity: 1
    }

    .c18::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c18:hover:after {
        opacity: 0
    }

    .c18:active:before {
        opacity: 1
    }

    .c18:active:after {
        opacity: 1;
        transition: initial
    }

    .ps56 {
        margin-top: -56px
    }

    .s91 {
        min-width: 882px;
        height: 56px;
        width: 882px
    }

    .ps57 {
        margin-top: -56px
    }

    .s92 {
        min-width: 882px;
        height: 56px;
        width: 882px
    }

    .ps58 {
        margin-top: -56px
    }

    .ps59 {
        margin-top: -56px
    }

    .ps60 {
        margin-top: -56px
    }

    .ps61 {
        margin-left: 0;
        margin-top: -56px
    }

    .ps62 {
        margin-left: 0;
        margin-top: -56px
    }

    .ps63 {
        margin-left: 0;
        margin-top: -59px
    }

    .s93 {
        min-width: 882px;
        height: 59px;
        width: 882px
    }

    .f9 {
        font-size: 27px;
        font-size: calc(27px * var(--f));
        line-height: 1.223;
        padding-top: 13px;
        padding-bottom: 13px
    }

    .ps64 {
        margin-left: 64px;
        margin-top: -606px
    }

    .s94 {
        min-width: 868px;
        width: 868px;
        height: 763px
    }

    .ps65 {
        margin-left: 10px;
        margin-top: 86px
    }

    .s95 {
        min-width: 853px;
        width: 853px;
        min-height: 567px;
        height: 567px
    }

    .i6 {
        left: 0;
        width: 853px;
        height: 561px;
        top: 3px
    }

    .ps66 {
        margin-left: 831px;
        margin-top: -647px
    }

    .s96 {
        min-width: 32px;
        width: 32px;
        height: 32px
    }

    .c20 {
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px
    }

    .ps67 {
        margin-left: 654px;
        margin-top: 30px
    }

    .s97 {
        min-width: 208px;
        height: 60px;
        width: 204px
    }

    .f10 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.228;
        padding-top: 1px;
        padding-bottom: 1px
    }

    .c21::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 2px solid #161616;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: -2px;
        margin-left: -2px;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c21:hover:before {
        opacity: 1
    }

    .c21::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 2px solid #161616;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: -2px;
        margin-left: -2px;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c21:hover:after {
        opacity: 0
    }

    .c21:active:before {
        opacity: 1
    }

    .c21:active:after {
        opacity: 1;
        transition: initial
    }

    .ps68 {
        margin-left: 360px;
        margin-top: -470px
    }

    .s98 {
        min-width: 240px;
        width: 240px;
        min-height: 240px
    }

    .ps69 {
        margin-left: 200px;
        margin-top: 8px
    }

    .c23 {
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px
    }

    .c24 {
        min-width: 960px;
        margin-top: -198px;
        min-height: 1092px
    }

    .ps70 {
        margin-top: 82px
    }

    .s99 {
        min-width: 960px;
        height: 1010px
    }

    .ps71 {
        margin-top: 18px
    }

    .s100 {
        width: 960px;
        min-height: 959px
    }

    .s101 {
        min-width: 962px;
        width: 962px;
        min-height: 959px
    }

    .s102 {
        min-width: 962px;
        width: 962px;
        min-height: 959px
    }

    .ps73 {
        margin-left: 30px
    }

    .s103 {
        min-width: 270px;
        width: 270px;
        min-height: 576px
    }

    .s104 {
        min-width: 270px;
        width: 270px;
        min-height: 576px
    }

    .ps75 {
        margin-left: 67px;
        margin-top: 10px
    }

    .s105 {
        min-width: 139px;
        width: 139px;
        height: 31px
    }

    .s106 {
        min-height: 31px
    }

    .f11 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.228
    }

    .ps76 {
        margin-left: 2px;
        margin-top: 17px
    }

    .s107 {
        min-width: 268px;
        width: 268px;
        min-height: 158px;
        height: 158px
    }

    .i7 {
        width: 268px;
        height: 158px
    }

    .ps77 {
        margin-left: 2px;
        margin-top: 43px
    }

    .s108 {
        min-width: 258px;
        width: 258px;
        min-height: 281px;
        height: 281px
    }

    .ps78 {
        margin-left: 24px
    }

    .p3 {
        text-indent: -18px
    }

    .f12 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.834
    }

    .f13 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.834
    }

    .f13:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.834
    }

    .f13:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.834
    }

    .f13:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.834
    }

    .ps79 {
        margin-left: 1px;
        margin-top: -360px
    }

    .s109 {
        min-width: 269px;
        height: 43px;
        width: 269px
    }

    .f14 {
        font-size: 17px;
        font-size: calc(17px * var(--f));
        line-height: 1.177;
        padding-top: 12px;
        padding-bottom: 11px
    }

    .ps80 {
        margin-left: 42px
    }

    .s110 {
        min-width: 266px;
        width: 266px;
        min-height: 576px
    }

    .s111 {
        min-width: 266px;
        width: 266px;
        min-height: 576px
    }

    .ps81 {
        margin-left: 52px;
        margin-top: 10px
    }

    .s112 {
        min-width: 167px;
        width: 167px;
        height: 29px
    }

    .s113 {
        min-height: 29px
    }

    .f15 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.228
    }

    .ps82 {
        margin-top: -518px
    }

    .s114 {
        min-width: 266px;
        width: 266px;
        min-height: 158px;
        height: 158px
    }

    .i8 {
        width: 266px;
        height: 158px
    }

    .ps83 {
        margin-top: -360px
    }

    .s115 {
        min-width: 266px;
        height: 43px;
        width: 266px
    }

    .f16 {
        font-size: 17px;
        font-size: calc(17px * var(--f));
        line-height: 1.177;
        padding-top: 12px;
        padding-bottom: 11px
    }

    .ps84 {
        margin-left: 2px;
        margin-top: -317px
    }

    .s116 {
        min-width: 264px;
        width: 264px;
        height: 281px
    }

    .p4 {
        text-indent: -18px
    }

    .ps85 {
        margin-left: 40px;
        margin-top: 0
    }

    .s117 {
        min-width: 268px;
        width: 268px;
        min-height: 576px
    }

    .s118 {
        min-width: 268px;
        width: 268px;
        min-height: 576px
    }

    .ps87 {
        margin-left: 64px;
        margin-top: 5px
    }

    .s119 {
        min-width: 121px;
        width: 121px;
        height: 34px
    }

    .s120 {
        min-height: 34px
    }

    .f17 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.228
    }

    .ps88 {
        margin-top: 19px
    }

    .s121 {
        min-width: 268px;
        width: 268px;
        min-height: 158px;
        height: 158px
    }

    .i9 {
        width: 268px;
        height: 158px
    }

    .ps89 {
        margin-left: 2px;
        margin-top: 43px
    }

    .s122 {
        min-width: 266px;
        width: 266px;
        height: 307px
    }

    .p5 {
        text-indent: -19px
    }

    .p6 {
        text-indent: -19px
    }

    .f18 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.834
    }

    .ps90 {
        margin-top: -360px
    }

    .s123 {
        min-width: 268px;
        height: 43px;
        width: 268px
    }

    .f19 {
        font-size: 17px;
        font-size: calc(17px * var(--f));
        line-height: 1.177;
        padding-top: 12px;
        padding-bottom: 11px
    }

    .ps91 {
        margin-top: 41px
    }

    .s124 {
        min-width: 960px;
        width: 960px;
        min-height: 340px
    }

    .ps92 {
        margin-left: 61px;
        margin-top: -340px
    }

    .s125 {
        min-width: 787px;
        width: 787px;
        min-height: 340px
    }

    .ps93 {
        margin-left: 137px
    }

    .s126 {
        min-width: 253px;
        width: 253px;
        min-height: 338px
    }

    .c34 {
        background-image: url(../images/v/whatsapp-image-2025-06-24-at-3.21.47-pm-253.jpeg)
    }

    .webp .c34 {
        background-image: url(../images/4/whatsapp-image-2025-06-24-at-3.21.47-pm-253.webp)
    }

    .ps94 {
        margin-left: 15px
    }

    .s127 {
        min-width: 253px;
        width: 253px;
        min-height: 338px
    }

    .c35 {
        background-image: url(../images/a/whatsapp-image-2025-06-24-at-3.23.47-pm-253.jpeg)
    }

    .webp .c35 {
        background-image: url(../images/c/whatsapp-image-2025-06-24-at-3.23.47-pm-253.webp)
    }

    .ps95 {
        margin-left: -662px;
        margin-top: 106px
    }

    .s128 {
        min-width: 66px;
        height: 92px;
        width: 64px
    }

    .f20 {
        font-size: 28px;
        font-size: calc(28px * var(--f));
        line-height: 1.215;
        padding-top: 28px;
        padding-bottom: 28px
    }

    .ps96 {
        margin-left: 655px;
        margin-top: 106px
    }

    .s129 {
        min-width: 66px;
        height: 92px;
        width: 64px
    }

    .f21 {
        font-size: 28px;
        font-size: calc(28px * var(--f));
        line-height: 1.215;
        padding-top: 28px;
        padding-bottom: 28px
    }

    .c37 {
        min-width: 960px;
        margin-top: 0;
        min-height: 671px
    }

    .ps97 {
        margin-top: 0
    }

    .s130 {
        min-width: 960px;
        height: 662px
    }

    .ps98 {
        margin-top: 44px
    }

    .s131 {
        width: 960px;
        min-height: 585px
    }

    .ps99 {
        margin-left: 0
    }

    .s132 {
        min-width: 960px;
        width: 960px;
        min-height: 585px
    }

    .s133 {
        min-width: 309px;
        width: 309px;
        min-height: 585px
    }

    .ps101 {
        margin-left: 55px;
        margin-top: 12px
    }

    .s134 {
        min-width: 234px;
        width: 234px;
        height: 41px
    }

    .s135 {
        min-height: 41px
    }

    .f22 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.501
    }

    .f23 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.501
    }

    .ps102 {
        margin-left: 5px
    }

    .s136 {
        min-width: 304px;
        width: 304px;
        min-height: 125px;
        height: 125px
    }

    .i10 {
        width: 304px;
        height: 125px
    }

    .ps103 {
        margin-left: 6px;
        margin-top: 15px
    }

    .s137 {
        min-width: 298px;
        width: 298px;
        height: 125px
    }

    .f24 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.251
    }

    .f25 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.251
    }

    .f25:visited {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.251;
        color: #5789c1
    }

    .f25:hover {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.251;
        color: #5789c1
    }

    .f25:active {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.251;
        color: #5789c1
    }

    .ps104 {
        margin-left: 45px;
        margin-top: 17px
    }

    .s138 {
        min-width: 231px;
        height: 50px;
        width: 231px
    }

    .f26 {
        font-size: 17px;
        font-size: calc(17px * var(--f));
        line-height: 1.177;
        padding-top: 15px;
        padding-bottom: 15px
    }

    .ps105 {
        margin-left: 45px;
        margin-top: 6px
    }

    .s139 {
        min-width: 231px;
        height: 48px;
        width: 231px
    }

    .f27 {
        font-size: 17px;
        font-size: calc(17px * var(--f));
        line-height: 1.177;
        padding-top: 14px;
        padding-bottom: 14px
    }

    .ps106 {
        margin-left: 45px;
        margin-top: 6px
    }

    .s140 {
        min-width: 231px;
        height: 49px;
        width: 231px
    }

    .f28 {
        font-size: 17px;
        font-size: calc(17px * var(--f));
        line-height: 1.177;
        padding-top: 15px;
        padding-bottom: 14px
    }

    .ps107 {
        margin-left: 14px;
        margin-top: 4px
    }

    .s141 {
        min-width: 299px;
        width: 299px;
        min-height: 579px
    }

    .ps108 {
        margin-left: 54px;
        margin-top: 12px
    }

    .s142 {
        min-width: 227px;
        width: 227px;
        height: 40px
    }

    .s143 {
        min-height: 40px
    }

    .f29 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.501
    }

    .f30 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.501
    }

    .ps109 {
        margin-left: 5px
    }

    .s144 {
        min-width: 294px;
        width: 294px;
        min-height: 124px;
        height: 124px
    }

    .i11 {
        width: 294px;
        height: 124px
    }

    .ps110 {
        margin-left: 6px;
        margin-top: 15px
    }

    .s145 {
        min-width: 288px;
        width: 288px;
        height: 124px
    }

    .f31 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.376
    }

    .f32 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.376
    }

    .f32:visited {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.376;
        color: #5789c1
    }

    .f32:hover {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.376;
        color: #5789c1
    }

    .f32:active {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.376;
        color: #5789c1
    }

    .f33 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.376
    }

    .ps111 {
        margin-left: 44px;
        margin-top: 16px
    }

    .s146 {
        min-width: 223px;
        height: 50px;
        width: 223px
    }

    .ps112 {
        margin-left: 44px;
        margin-top: 5px
    }

    .s147 {
        min-width: 223px;
        height: 48px;
        width: 223px
    }

    .ps113 {
        margin-left: 41px;
        margin-top: 6px
    }

    .s148 {
        min-width: 226px;
        width: 226px;
        min-height: 105px
    }

    .s149 {
        min-width: 226px;
        width: 226px;
        min-height: 105px
    }

    .ps114 {
        margin-left: 3px
    }

    .s150 {
        min-width: 223px;
        height: 49px;
        width: 223px
    }

    .ps115 {
        margin-top: 7px
    }

    .ps116 {
        margin-left: 98px;
        margin-top: 47px
    }

    .s151 {
        min-width: 240px;
        width: 240px;
        min-height: 480px
    }

    .c40 {
        min-width: 960px;
        margin-top: -9px;
        min-height: 787px
    }

    .s152 {
        min-width: 960px;
        height: 787px
    }

    .ps118 {
        margin-top: 32px
    }

    .s153 {
        min-width: 960px;
        min-height: 79px
    }

    .ps119 {
        margin-top: -68px
    }

    .s154 {
        width: 960px;
        min-height: 744px
    }

    .ps120 {
        margin-left: 200px
    }

    .s155 {
        min-width: 581px;
        width: 581px;
        height: 58px
    }

    .f34 {
        font-size: 36px;
        font-size: calc(36px * var(--f));
        line-height: 1.362
    }

    .ps121 {
        margin-left: 2px;
        margin-top: 113px
    }

    .s156 {
        min-width: 958px;
        width: 958px;
        min-height: 252px
    }

    .s157 {
        min-width: 454px;
        width: 454px;
        min-height: 252px
    }

    .s158 {
        min-width: 454px;
        width: 454px;
        min-height: 252px
    }

    .s159 {
        min-width: 454px;
        width: 454px;
        height: 252px
    }

    .c43 {
        background-image: url(../images/0/screenshot-2025-05-23-at-12.12.39-am-454.jpg)
    }

    .webp .c43 {
        background-image: url(../images/c/screenshot-2025-05-23-at-12.12.39-am-454.webp)
    }

    .ps123 {
        margin-left: 152px;
        margin-top: -68px
    }

    .s160 {
        min-width: 289px;
        height: 52px;
        width: 287px
    }

    .f35 {
        font-size: 17px;
        font-size: calc(17px * var(--f));
        line-height: 1.177;
        padding-top: 15px;
        padding-bottom: 15px
    }

    .ps124 {
        margin-left: 21px
    }

    .s161 {
        min-width: 483px;
        width: 483px;
        min-height: 252px
    }

    .s162 {
        min-width: 483px;
        width: 483px;
        min-height: 252px
    }

    .s163 {
        min-width: 483px;
        height: 252px;
        width: 483px
    }

    .c45 {
        background-image: url(../images/e/screenshot-2025-05-23-at-12.25.04-am-483.jpg)
    }

    .webp .c45 {
        background-image: url(../images/r/screenshot-2025-05-23-at-12.25.04-am-483.webp)
    }

    .f36 {
        font-size: 9px;
        font-size: calc(9px * var(--f));
        line-height: 1.223;
        padding-top: 121px;
        padding-bottom: 120px
    }

    .ps125 {
        margin-left: 186px;
        margin-top: -68px
    }

    .f37 {
        font-size: 17px;
        font-size: calc(17px * var(--f));
        line-height: 1.177;
        padding-top: 15px;
        padding-bottom: 15px
    }

    .ps126 {
        margin-left: 17px;
        margin-top: 174px
    }

    .s164 {
        min-width: 889px;
        width: 889px;
        min-height: 147px
    }

    .c47 {
        min-width: 960px;
        min-height: 1001px
    }

    .s165 {
        min-width: 960px;
        height: 950px
    }

    .s166 {
        width: 960px;
        min-height: 950px
    }

    .ps129 {
        margin-left: 96px
    }

    .s167 {
        min-width: 760px;
        width: 760px;
        min-height: 950px
    }

    .s168 {
        min-width: 760px;
        width: 760px;
        min-height: 950px
    }

    .ps130 {
        margin-left: 5px
    }

    .s169 {
        min-width: 755px;
        width: 755px;
        min-height: 950px
    }

    .ps131 {
        margin-left: 493px
    }

    .s170 {
        min-width: 258px;
        width: 258px;
        min-height: 167px
    }

    .vd2 {
        width: 258px;
        height: 167px
    }

    .ps132 {
        margin-top: 466px
    }

    .s171 {
        min-width: 755px;
        width: 755px;
        min-height: 317px
    }

    .s172 {
        min-width: 755px;
        width: 755px;
        min-height: 317px
    }

    .s173 {
        min-width: 755px;
        width: 755px;
        min-height: 317px
    }

    .ps133 {
        margin-left: 380px;
        margin-top: -309px
    }

    .s174 {
        min-width: 365px;
        width: 365px;
        min-height: 303px
    }

    .s175 {
        min-width: 365px;
        width: 365px;
        min-height: 303px
    }

    .c49 {
        background-image: url(../images/4/image-365.jpg)
    }

    .webp .c49 {
        background-image: url(../images/c/image-365.webp)
    }

    .ps134 {
        margin-left: 47px;
        margin-top: -268px
    }

    .s176 {
        min-width: 274px;
        width: 274px;
        height: 25px
    }

    .f38 {
        font-size: 24px;
        font-size: calc(24px * var(--f))
    }

    .ps135 {
        margin-left: 9px;
        margin-top: -224px
    }

    .s177 {
        min-width: 349px;
        width: 349px;
        height: 31px
    }

    .input4 {
        width: 349px;
        height: 31px;
        font-size: 16px;
        line-height: 1.188
    }

    .ps136 {
        margin-left: 9px;
        margin-top: -192px
    }

    .s178 {
        min-width: 349px;
        width: 349px;
        height: 31px
    }

    .input5 {
        width: 349px;
        height: 31px;
        font-size: 16px;
        line-height: 1.188
    }

    .ps137 {
        margin-left: 9px;
        margin-top: -160px
    }

    .s179 {
        min-width: 349px;
        width: 349px;
        height: 31px
    }

    .input6 {
        width: 349px;
        height: 31px;
        font-size: 16px;
        line-height: 1.188
    }

    .ps138 {
        margin-left: 8px;
        margin-top: -128px
    }

    .s180 {
        min-width: 351px;
        width: 351px;
        height: 67px
    }

    .input7 {
        width: 351px;
        height: 67px;
        font-size: 16px
    }

    .ps139 {
        margin-left: 186px;
        margin-top: -52px
    }

    .s181 {
        min-width: 172px;
        height: 27px;
        width: 170px
    }

    .f39 {
        font-size: 17px;
        font-size: calc(17px * var(--f));
        line-height: 1.177;
        padding-top: 3px;
        padding-bottom: 2px
    }

    .c50::before {
        background-image: -webkit-gradient(linear, 135deg, color-stop(0, rgb(161, 161, 161)), color-stop(1, rgb(0, 0, 0)));
        background-image: -o-linear-gradient(135deg, rgb(161, 161, 161) 0%, rgb(0, 0, 0) 100%);
        background-image: -webkit-linear-gradient(135deg, rgb(161, 161, 161) 0%, rgb(0, 0, 0) 100%);
        background-image: -ms-linear-gradient(135deg, rgb(161, 161, 161) 0%, rgb(0, 0, 0) 100%);
        background-image: linear-gradient(135deg, rgb(161, 161, 161) 0%, rgb(0, 0, 0) 100%);
        background-clip: content-box;
        border: 1px solid #fff;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: -1px;
        margin-left: -1px;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c50:hover:before {
        opacity: 1
    }

    .c50::after {
        background-image: -webkit-gradient(linear, 115deg, color-stop(0, rgb(22, 22, 22)), color-stop(1, rgb(161, 161, 161)));
        background-image: -o-linear-gradient(115deg, rgb(22, 22, 22) 0%, rgb(161, 161, 161) 100%);
        background-image: -webkit-linear-gradient(115deg, rgb(22, 22, 22) 0%, rgb(161, 161, 161) 100%);
        background-image: -ms-linear-gradient(115deg, rgb(22, 22, 22) 0%, rgb(161, 161, 161) 100%);
        background-image: linear-gradient(115deg, rgb(22, 22, 22) 0%, rgb(161, 161, 161) 100%);
        background-clip: content-box;
        border: 1px solid #fff;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: -1px;
        margin-left: -1px;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c50:hover:after {
        opacity: 0
    }

    .c50:active:before {
        opacity: 1
    }

    .c50:active:after {
        opacity: 1;
        transition: initial
    }

    .ps140 {
        margin-left: 0;
        margin-top: -221px
    }

    .s182 {
        min-width: 744px;
        width: 744px;
        min-height: 144px
    }

    .ps141 {
        margin-top: -51px
    }

    .s183 {
        min-width: 960px;
        height: 525px
    }

    .ps142 {
        margin-top: 35px
    }

    .s184 {
        width: 960px;
        min-height: 490px
    }

    .ps143 {
        margin-left: 38px
    }

    .s185 {
        min-width: 900px;
        width: 900px;
        min-height: 92px
    }

    .s186 {
        min-width: 96px;
        width: 96px;
        min-height: 92px;
        height: 92px
    }

    .i12 {
        left: 1px;
        width: 94px;
        height: 92px;
        -webkit-border-radius: 46px;
        -moz-border-radius: 46px;
        border-radius: 46px
    }

    .ps145 {
        margin-left: 66px;
        margin-top: 22px
    }

    .s187 {
        min-width: 184px;
        width: 184px;
        height: 35px
    }

    .f40 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.401
    }

    .ps146 {
        margin-left: -184px;
        margin-top: 57px
    }

    .s188 {
        min-width: 281px;
        width: 281px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps147 {
        margin-left: 140px;
        margin-top: 22px
    }

    .s189 {
        min-width: 317px;
        width: 317px;
        min-height: 35px
    }

    .ps148 {
        margin-left: 1px
    }

    .s190 {
        min-width: 233px;
        width: 233px;
        height: 32px
    }

    .f41 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.612
    }

    .ps149 {
        margin-top: 2px
    }

    .s191 {
        min-width: 317px;
        width: 317px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps150 {
        margin-left: 72px;
        margin-top: 150px
    }

    .s192 {
        min-width: 834px;
        width: 834px;
        min-height: 248px
    }

    .ps151 {
        margin-top: 130px
    }

    .s193 {
        min-width: 834px;
        width: 834px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps152 {
        margin-left: 149px;
        margin-top: -131px
    }

    .s194 {
        min-width: 649px;
        width: 649px;
        min-height: 248px
    }

    .ps153 {
        margin-left: 4px
    }

    .s195 {
        min-width: 645px;
        width: 645px;
        min-height: 248px
    }

    .ps154 {
        margin-top: 14px
    }

    .s196 {
        min-width: 392px;
        width: 392px;
        min-height: 234px
    }

    .s197 {
        min-width: 392px;
        width: 392px;
        min-height: 234px
    }

    .s198 {
        min-width: 168px;
        width: 168px;
        min-height: 234px
    }

    .s199 {
        min-width: 84px;
        width: 84px;
        height: 26px
    }

    .f42 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f42:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f42:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f42:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .ps156 {
        margin-top: 6px
    }

    .s200 {
        min-width: 90px;
        width: 90px;
        height: 24px
    }

    .f43 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f43:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f43:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f43:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .ps157 {
        margin-left: -89px;
        margin-top: 38px
    }

    .s201 {
        min-width: 48px;
        width: 48px;
        height: 24px
    }

    .ps158 {
        margin-left: 1px;
        margin-top: 9px
    }

    .s202 {
        min-width: 121px;
        width: 121px;
        height: 27px
    }

    .ps159 {
        margin-left: 1px;
        margin-top: 10px
    }

    .s203 {
        min-width: 145px;
        width: 145px;
        height: 26px
    }

    .s204 {
        min-width: 98px;
        width: 98px;
        height: 27px
    }

    .ps161 {
        margin-top: 13px
    }

    .s205 {
        min-width: 168px;
        width: 168px;
        height: 26px
    }

    .ps162 {
        margin-left: 47px;
        margin-top: 14px
    }

    .s206 {
        min-width: 151px;
        width: 151px;
        min-height: 194px
    }

    .s207 {
        min-width: 151px;
        width: 151px;
        height: 24px
    }

    .ps164 {
        margin-left: 1px;
        margin-top: 9px
    }

    .s208 {
        min-width: 115px;
        width: 115px;
        height: 24px
    }

    .ps165 {
        margin-top: 7px
    }

    .s209 {
        min-width: 58px;
        width: 58px;
        height: 24px
    }

    .ps166 {
        margin-top: 9px
    }

    .s210 {
        min-width: 151px;
        width: 151px;
        height: 25px
    }

    .ps167 {
        margin-top: 45px
    }

    .s211 {
        min-width: 103px;
        width: 103px;
        height: 27px
    }

    .f44 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f44:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f44:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f44:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .ps168 {
        margin-left: 215px;
        margin-top: -88px
    }

    .s212 {
        min-width: 177px;
        width: 177px;
        height: 27px
    }

    .ps169 {
        margin-left: 188px;
        margin-top: -185px
    }

    .s213 {
        min-width: 155px;
        width: 155px;
        min-height: 67px
    }

    .ps170 {
        margin-top: 2px
    }

    .s214 {
        min-width: 53px;
        width: 53px;
        min-height: 65px;
        height: 65px
    }

    .i13 {
        width: 53px;
        height: 65px
    }

    .ps171 {
        margin-left: 4px
    }

    .s215 {
        min-width: 53px;
        width: 53px;
        min-height: 67px;
        height: 67px
    }

    .i14 {
        width: 53px;
        height: 67px
    }

    .ps172 {
        margin-left: 7px;
        margin-top: 13px
    }

    .s216 {
        min-width: 38px;
        width: 38px;
        min-height: 42px;
        height: 42px
    }

    .i15 {
        left: 0;
        width: 38px;
        height: 38px;
        top: 2px
    }

    .ps173 {
        margin-left: 20px
    }

    .s217 {
        min-width: 233px;
        width: 233px;
        min-height: 248px
    }

    .ps174 {
        margin-left: 0
    }

    .s218 {
        min-width: 218px;
        width: 218px;
        height: 26px
    }

    .ps175 {
        margin-left: 0;
        margin-top: 8px
    }

    .s219 {
        min-width: 219px;
        width: 219px;
        height: 26px
    }

    .ps176 {
        margin-left: 0;
        margin-top: 5px
    }

    .s220 {
        min-width: 233px;
        width: 233px;
        height: 26px
    }

    .f45 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f45:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f45:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f45:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .ps177 {
        margin-top: 5px
    }

    .s221 {
        min-width: 130px;
        width: 130px;
        height: 24px
    }

    .ps178 {
        margin-left: 1px;
        margin-top: 5px
    }

    .s222 {
        min-width: 110px;
        width: 110px;
        height: 25px
    }

    .ps179 {
        margin-top: 7px
    }

    .s223 {
        min-width: 180px;
        width: 180px;
        height: 26px
    }

    .ps180 {
        margin-top: 6px
    }

    .s224 {
        min-width: 69px;
        width: 69px;
        height: 26px
    }

    .ps181 {
        margin-left: 0;
        margin-top: 8px
    }

    .s225 {
        min-width: 222px;
        width: 222px;
        height: 25px
    }

    .ps182 {
        margin-top: -71px
    }

    .s226 {
        min-width: 589px;
        width: 589px;
        height: 53px
    }

    .f46 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.616
    }

    .ps184 {
        width: 960px
    }

    .ps185 {
        margin-left: 30px;
        margin-top: 12px
    }

    .s227 {
        min-width: 930px;
        width: 930px;
        min-height: 670px;
        height: 670px
    }

    .c53 {
        background-image: url(../images/j/untitled-project-2-930.jpg)
    }

    .webp .c53 {
        background-image: url(../images/t/untitled-project-2-930.webp)
    }

    .ps186 {
        margin-left: 888px;
        margin-top: 18px
    }

    .s228 {
        min-width: 31px;
        width: 31px;
        height: 33px
    }

    .c54 {
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px
    }

    .ps187 {
        margin-left: 66px;
        margin-top: 40px;
        margin-bottom: 40px
    }

    .s229 {
        min-width: 765px;
        width: 765px;
        height: calc(100vh - 80px);
        height: calc(var(--vh, 1vh) * 100 - 80px);
    }

    .c57 {
        margin-top: max(calc(50vh - 468px), 0px);
        margin-top: max(calc(var(--vh, 1vh) * 50 - 468px), 0px);
        height: 857px
    }

    .ps188 {
        margin-left: 724px;
        margin-top: 9px
    }

    .s230 {
        min-width: 32px;
        width: 32px;
        height: 32px
    }

    .c58 {
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px
    }

    .ps189 {
        margin-top: 26px
    }

    .s231 {
        min-width: 765px;
        width: 765px;
        min-height: 76px
    }

    .c59 {
        background-image: url(../images/a/dewatermark.ai_1735316304546-765.jpg)
    }

    .webp .c59 {
        background-image: url(../images/p/dewatermark.ai_1735316304546-765.webp)
    }

    .ps190 {
        margin-left: 221px;
        margin-top: -58px
    }

    .s232 {
        min-width: 503px;
        width: 503px;
        height: 50px
    }

    .f47 {
        font-size: 25px;
        font-size: calc(25px * var(--f));
        line-height: 1.601
    }

    .ps191 {
        margin-left: 14px;
        margin-top: -40px
    }

    .s233 {
        min-width: 176px;
        width: 176px;
        min-height: 171px;
        height: 171px
    }

    .i16 {
        left: 0;
        width: 175px;
        height: 171px
    }

    .ps192 {
        margin-left: 106px;
        margin-top: -44px
    }

    .s234 {
        min-width: 638px;
        width: 638px;
        min-height: 526px;
        height: 526px
    }

    .f48 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.813
    }

    .ps193 {
        margin-left: 335px;
        margin-top: 26px
    }

    .s235 {
        min-width: 190px;
        height: 34px;
        width: 190px
    }

    .f49 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        padding-top: 9px;
        padding-bottom: 9px
    }

    .c60::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c60:hover:before {
        opacity: 1
    }

    .c60::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c60:hover:after {
        opacity: 0
    }

    .c60:active:before {
        opacity: 1
    }

    .c60:active:after {
        opacity: 1;
        transition: initial
    }

    .ps194 {
        margin-left: 10px;
        margin-top: 26px
    }

    .s236 {
        min-width: 190px;
        height: 34px;
        width: 190px
    }

    .f50 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        padding-top: 9px;
        padding-bottom: 9px
    }

    .s237 {
        min-width: 888px;
        width: 888px;
        height: 320px
    }

    .c61 {
        background-image: url(../images/8/screenshot-2025-06-02-at-9.07.02-pm-888.jpg)
    }

    .webp .c61 {
        background-image: url(../images/t/screenshot-2025-06-02-at-9.07.02-pm-888.webp)
    }

    .c62 {
        height: 320px
    }

    .ps197 {
        margin-left: 848px;
        margin-top: 7px
    }

    .c63 {
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px
    }

    .ps198 {
        margin-left: 6px;
        margin-top: -13px
    }

    .s238 {
        min-width: 857px;
        width: 857px;
        min-height: 503px
    }

    .ps199 {
        margin-left: 61px
    }

    .s239 {
        min-width: 338px;
        width: 338px;
        min-height: 503px
    }

    .c64 {
        background-image: url(../images/r/whatsapp-image-2025-06-24-at-3.44.39-pm-335.jpeg)
    }

    .webp .c64 {
        background-image: url(../images/j/whatsapp-image-2025-06-24-at-3.44.39-pm-335.webp)
    }

    .ps200 {
        margin-left: -399px;
        margin-top: 201px
    }

    .s240 {
        min-width: 54px;
        height: 76px;
        width: 52px
    }

    .f51 {
        font-size: 24px;
        font-size: calc(24px * var(--f));
        padding-top: 23px;
        padding-bottom: 22px
    }

    .ps201 {
        margin-left: 351px;
        margin-top: 201px
    }

    .ps202 {
        margin-left: 425px;
        margin-top: -114px
    }

    .s241 {
        min-width: 432px;
        height: 40px;
        width: 430px
    }

    .f52 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.126;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .ps203 {
        margin-left: 425px;
        margin-top: -65px
    }

    .s242 {
        min-width: 960px;
        min-height: 54px
    }

    .ps205 {
        margin-top: 11px
    }

    .s243 {
        width: 960px;
        min-height: 31px
    }

    .ps206 {
        margin-left: 683px
    }

    .s244 {
        min-width: 266px;
        width: 266px;
        min-height: 31px
    }

    .s245 {
        min-width: 128px;
        height: 31px;
        width: 128px
    }

    .f53 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.274;
        padding-top: 9px;
        padding-bottom: 8px
    }

    .ps207 {
        margin-left: 10px
    }

    body {
        --d: 2;
        --s: 960
    }
}

@media (min-width:768px) and (max-width:959px) {
    .c1 {
        min-width: 768px;
        min-height: 385px
    }

    .s1 {
        min-width: 768px;
        height: 187px
    }

    .ps3 {
        margin-top: 9px
    }

    .s2 {
        width: 768px;
        min-height: 40px
    }

    .ps4 {
        margin-left: 148px
    }

    .s3 {
        min-width: 595px;
        width: 595px;
        min-height: 40px
    }

    .ps5 {
        margin-top: 5px
    }

    .s4 {
        min-width: 19px;
        width: 19px;
        min-height: 19px;
        height: 19px
    }

    .i1 {
        left: 0;
        min-width: 19px;
        max-width: 19px;
        min-height: 19px;
        max-height: 19px
    }

    .ps6 {
        margin-left: 14px;
        margin-top: 5px
    }

    .s5 {
        min-width: 160px;
        width: 160px;
        height: 20px
    }

    .f1 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.188
    }

    .ps7 {
        margin-left: 25px;
        margin-top: 0
    }

    .s6 {
        min-width: 31px;
        width: 31px;
        min-height: 26px;
        height: 26px
    }

    .i2 {
        left: 3px;
        min-width: 26px;
        max-width: 26px;
        min-height: 26px;
        max-height: 26px
    }

    .ps8 {
        margin-left: 12px;
        margin-top: 4px
    }

    .s7 {
        min-width: 225px;
        width: 225px;
        height: 23px
    }

    .ps9 {
        margin-left: 70px;
        margin-top: 3px
    }

    .s8 {
        min-width: 39px;
        width: 39px;
        min-height: 37px;
        height: 37px
    }

    .i3 {
        left: 1px;
        width: 37px;
        height: 37px
    }

    .ps10 {
        margin-top: 12px
    }

    .s9 {
        min-height: 126px
    }

    .ps11 {
        margin-top: -127px
    }

    .s10 {
        width: 768px;
        min-height: 109px
    }

    .ps12 {
        margin-left: 11px
    }

    .s11 {
        min-width: 729px;
        width: 729px;
        min-height: 109px
    }

    .ps13 {
        margin-top: 12px
    }

    .s12 {
        min-width: 83px;
        width: 83px;
        min-height: 75px;
        height: 75px
    }

    .i4 {
        width: 83px;
        height: 18px;
        top: 29px;
        -webkit-border-radius: 38px;
        -moz-border-radius: 38px;
        border-radius: 38px
    }

    .ps14 {
        margin-left: 9px;
        margin-top: 80px
    }

    .s13 {
        min-width: 601px;
        width: 601px;
        height: 29px
    }

    .s15 {
        min-width: 17px
    }

    .ps17 {
        margin-top: 37px
    }

    .s17 {
        min-width: 17px;
        width: 17px;
        height: 10px
    }

    .f2 {
        font-size: 6px;
        font-size: calc(6px * var(--f));
        line-height: 1.334
    }

    .s18 {
        min-width: 601px;
        width: 601px;
        min-height: 29px;
        height: 29px
    }

    .s19 {
        min-width: 65px;
        width: 65px;
        height: 29px
    }

    .s20 {
        min-width: 65px;
        width: 65px;
        min-height: 29px
    }

    .ps19 {
        margin-top: 7px
    }

    .s21 {
        min-width: 65px;
        width: 65px;
        height: 15px
    }

    .f3 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.183
    }

    .s22 {
        min-width: 164px;
        width: 164px;
        min-height: 89px;
        height: 89px
    }

    .s23 {
        min-width: 164px;
        width: 164px;
        height: 17px
    }

    .s24 {
        min-width: 164px;
        width: 164px;
        min-height: 17px
    }

    .ps20 {
        margin-top: 1px
    }

    .s25 {
        min-width: 164px;
        width: 164px;
        height: 15px
    }

    .ps22 {
        margin-left: 65px;
        margin-top: -29px
    }

    .s26 {
        min-width: 98px;
        width: 98px;
        height: 29px
    }

    .s27 {
        min-width: 98px;
        width: 98px;
        min-height: 29px
    }

    .s28 {
        min-width: 98px;
        width: 98px;
        height: 15px
    }

    .s29 {
        min-width: 172px;
        width: 172px;
        min-height: 215px;
        height: 215px
    }

    .s30 {
        min-width: 172px;
        width: 172px;
        height: 17px
    }

    .s31 {
        min-width: 172px;
        width: 172px;
        min-height: 17px
    }

    .s32 {
        min-width: 172px;
        width: 172px;
        height: 15px
    }

    .ps25 {
        margin-left: 163px;
        margin-top: -29px
    }

    .s33 {
        min-width: 128px;
        width: 128px;
        height: 29px
    }

    .s34 {
        min-width: 128px;
        width: 128px;
        min-height: 29px
    }

    .s35 {
        min-width: 128px;
        width: 128px;
        height: 15px
    }

    .s36 {
        min-width: 160px;
        width: 160px;
        min-height: 71px;
        height: 71px
    }

    .s37 {
        min-width: 160px;
        width: 160px;
        height: 17px
    }

    .s38 {
        min-width: 160px;
        width: 160px;
        min-height: 17px
    }

    .s39 {
        min-width: 160px;
        width: 160px;
        height: 15px
    }

    .ps27 {
        margin-left: 291px;
        margin-top: -29px
    }

    .s40 {
        min-width: 142px;
        width: 142px;
        height: 29px
    }

    .s41 {
        min-width: 142px;
        width: 142px;
        min-height: 29px
    }

    .s42 {
        min-width: 142px;
        width: 142px;
        height: 15px
    }

    .s43 {
        min-width: 190px;
        width: 190px;
        min-height: 17px;
        height: 17px
    }

    .s44 {
        min-width: 190px;
        width: 190px;
        height: 17px
    }

    .s45 {
        min-width: 190px;
        width: 190px;
        min-height: 17px
    }

    .ps29 {
        margin-top: 1px
    }

    .s46 {
        min-width: 190px;
        width: 190px;
        height: 15px
    }

    .ps30 {
        margin-left: 433px;
        margin-top: -29px
    }

    .s47 {
        min-width: 74px;
        width: 74px;
        height: 29px
    }

    .s48 {
        min-width: 74px;
        width: 74px;
        min-height: 29px
    }

    .s49 {
        min-width: 74px;
        width: 74px;
        height: 15px
    }

    .ps31 {
        margin-left: 507px;
        margin-top: -29px
    }

    .s50 {
        min-width: 47px;
        width: 47px;
        height: 29px
    }

    .s51 {
        min-width: 47px;
        width: 47px;
        min-height: 29px
    }

    .s52 {
        min-width: 47px;
        width: 47px;
        height: 15px
    }

    .ps32 {
        margin-left: 554px;
        margin-top: -29px
    }

    .ps33 {
        margin-left: 441px;
        margin-top: -109px
    }

    .s53 {
        min-width: 288px;
        width: 288px;
        min-height: 31px
    }

    .s54 {
        min-width: 288px;
        width: 288px;
        min-height: 31px
    }

    .s55 {
        min-width: 288px;
        width: 288px;
        height: 31px
    }

    .input1 {
        width: 288px;
        height: 31px;
        font-family: "Lato 3";
        font-size: 12px;
        line-height: 1.251;
        font-weight: 700;
        font-style: normal
    }

    .ps34 {
        margin-left: 260px;
        margin-top: -31px
    }

    .s56 {
        min-width: 26px;
        width: 26px;
        height: 29px
    }

    .c8 {
        min-width: 768px;
        margin-top: -263px;
        min-height: 51px
    }

    .s57 {
        width: 768px;
        min-height: 51px
    }

    .s58 {
        min-width: 768px;
        width: 768px;
        min-height: 51px
    }

    .s59 {
        min-width: 768px;
        width: 768px;
        min-height: 51px
    }

    .ps36 {
        margin-left: 11px
    }

    .s60 {
        min-width: 757px;
        width: 757px;
        min-height: 42px
    }

    .ps37 {
        margin-left: 144px;
        margin-top: 8px
    }

    .s61 {
        min-width: 494px;
        width: 494px;
        height: 25px
    }

    .f4 {
        font-size: 15px;
        font-size: calc(15px * var(--f));
        line-height: 1.601
    }

    .ps38 {
        margin-left: 82px;
        margin-top: 8px
    }

    .s62 {
        min-width: 26px;
        width: 26px;
        height: 26px
    }

    .c10 {
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        border-radius: 13px
    }

    .ps39 {
        margin-top: -34px
    }

    .s63 {
        min-width: 768px;
        width: 768px;
        min-height: 43px
    }

    .ps40 {
        margin-left: 41px;
        margin-top: 8px
    }

    .s64 {
        min-width: 718px;
        width: 718px;
        min-height: 33px
    }

    .s65 {
        min-width: 687px;
        width: 687px;
        height: 33px
    }

    .f5 {
        font-size: 15px;
        font-size: calc(15px * var(--f));
        line-height: 1.801
    }

    .ps41 {
        margin-left: 5px
    }

    .c12 {
        min-width: 768px;
        margin-top: 14px;
        min-height: 422px
    }

    .s66 {
        min-width: 768px;
        min-height: 422px
    }

    .ps42 {
        margin-top: 0
    }

    .s67 {
        width: 768px;
        min-height: 422px
    }

    .s68 {
        min-width: 768px;
        width: 768px;
        min-height: 422px
    }

    .s69 {
        min-width: 768px;
        width: 768px;
        min-height: 422px
    }

    .s70 {
        min-width: 768px;
        width: 768px;
        min-height: 422px
    }

    .s71 {
        height: 422px
    }

    .s72 {
        padding: 0px 6px 0px 6px
    }

    .s73 {
        width: 100%;
        height: auto;
        padding: 53px 0px 53px 0px
    }

    .un7 .slider {
        height: 422px
    }

    .un7 .slick-list {
        height: 422px
    }

    .ps43 {
        margin-left: 516px;
        margin-top: -69px
    }

    .s74 {
        min-width: 202px;
        height: 40px;
        width: 202px
    }

    .c14 {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px
    }

    .f6 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.232;
        padding-top: 12px;
        padding-bottom: 12px
    }

    .ps44 {
        margin-top: -445px
    }

    .s75 {
        width: 768px;
        height: 847px
    }

    .s76 {
        min-width: 768px;
        width: 768px;
        min-height: 847px
    }

    .s77 {
        min-width: 768px;
        width: 768px;
        min-height: 847px
    }

    .ps45 {
        margin-left: 142px;
        margin-top: 99px
    }

    .s78 {
        min-width: 488px;
        width: 488px;
        min-height: 319px
    }

    .ps46 {
        margin-left: 451px;
        margin-top: 9px
    }

    .s79 {
        min-width: 21px;
        width: 21px;
        height: 21px
    }

    .c16 {
        -webkit-border-radius: 11px;
        -moz-border-radius: 11px;
        border-radius: 11px
    }

    .ps47 {
        margin-left: 42px;
        margin-top: 23px
    }

    .s80 {
        min-width: 410px;
        width: 410px;
        min-height: 216px
    }

    .s81 {
        min-width: 410px;
        width: 410px;
        min-height: 167px
    }

    .s82 {
        min-width: 410px;
        width: 410px;
        height: 52px
    }

    .input2 {
        width: 410px;
        height: 52px;
        font-size: 13px;
        line-height: 1.232
    }

    .ps48 {
        margin-top: 10px
    }

    .input3 {
        width: 410px;
        height: 52px;
        font-size: 13px;
        line-height: 1.155
    }

    .ps49 {
        margin-left: 263px;
        margin-top: 9px
    }

    .s83 {
        min-width: 144px;
        width: 144px;
        height: 44px
    }

    .submit1 {
        font-size: 16px;
        line-height: 1.188;
        padding-top: 13px;
        padding-bottom: 12px
    }

    .s84 {
        width: 144px
    }

    .ps50 {
        margin-top: 16px
    }

    .s85 {
        min-width: 408px;
        width: 408px;
        height: 33px
    }

    .f7 {
        font-size: 7px;
        font-size: calc(7px * var(--f));
        line-height: 1.287
    }

    .ps51 {
        margin-top: -420px
    }

    .s86 {
        min-width: 768px;
        width: 768px;
        min-height: 444px
    }

    .ps52 {
        margin-top: 6px
    }

    .s87 {
        min-width: 768px;
        width: 768px;
        min-height: 432px
    }

    .pl1 {
        height: 432px
    }

    .vd1 {
        width: 768px;
        height: 432px
    }

    .ps53 {
        margin-left: 38px;
        margin-top: -423px
    }

    .s88 {
        min-width: 706px;
        width: 706px;
        min-height: 487px
    }

    .ps54 {
        margin-left: 675px;
        margin-top: 7px
    }

    .s89 {
        min-width: 23px;
        width: 23px;
        min-height: 24px;
        height: 24px
    }

    .i5 {
        left: 0;
        min-width: 23px;
        max-width: 23px;
        min-height: 23px;
        max-height: 23px
    }

    .ps55 {
        margin-top: 31px
    }

    .s90 {
        min-width: 706px;
        height: 45px;
        width: 706px
    }

    .f8 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.228;
        padding-top: 9px;
        padding-bottom: 9px
    }

    .c18::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c18:hover:before {
        opacity: 1
    }

    .c18::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c18:hover:after {
        opacity: 0
    }

    .c18:active:before {
        opacity: 1
    }

    .c18:active:after {
        opacity: 1;
        transition: initial
    }

    .ps56 {
        margin-top: 3px
    }

    .s91 {
        min-width: 706px;
        height: 45px;
        width: 706px
    }

    .ps57 {
        margin-top: 2px
    }

    .s92 {
        min-width: 706px;
        height: 45px;
        width: 706px
    }

    .ps58 {
        margin-top: 2px
    }

    .ps59 {
        margin-top: 2px
    }

    .ps60 {
        margin-top: 2px
    }

    .ps61 {
        margin-left: 0;
        margin-top: 2px
    }

    .ps62 {
        margin-left: 0;
        margin-top: 2px
    }

    .ps63 {
        margin-left: 0;
        margin-top: 3px
    }

    .s93 {
        min-width: 706px;
        height: 47px;
        width: 706px
    }

    .f9 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.228;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .ps64 {
        margin-left: 10px;
        margin-top: -406px
    }

    .s94 {
        min-width: 747px;
        width: 747px;
        height: 745px
    }

    .ps65 {
        margin-left: 9px;
        margin-top: 63px
    }

    .s95 {
        min-width: 731px;
        width: 731px;
        min-height: 491px;
        height: 491px
    }

    .i6 {
        left: 0;
        width: 731px;
        height: 481px;
        top: 5px
    }

    .ps66 {
        margin-left: 707px;
        margin-top: -535px
    }

    .s96 {
        min-width: 26px;
        width: 26px;
        height: 26px
    }

    .c20 {
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        border-radius: 13px
    }

    .ps67 {
        margin-left: 544px;
        margin-top: 49px
    }

    .s97 {
        min-width: 167px;
        height: 49px;
        width: 163px
    }

    .f10 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.279;
        padding-top: 0;
        padding-bottom: 0
    }

    .c21::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 2px solid #161616;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: -2px;
        margin-left: -2px;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c21:hover:before {
        opacity: 1
    }

    .c21::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 2px solid #161616;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: -2px;
        margin-left: -2px;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c21:hover:after {
        opacity: 0
    }

    .c21:active:before {
        opacity: 1
    }

    .c21:active:after {
        opacity: 1;
        transition: initial
    }

    .ps68 {
        margin-left: 288px;
        margin-top: -653px
    }

    .s98 {
        min-width: 192px;
        width: 192px;
        min-height: 192px
    }

    .ps69 {
        margin-left: 160px;
        margin-top: 6px
    }

    .c23 {
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        border-radius: 13px
    }

    .c24 {
        min-width: 768px;
        margin-top: -402px;
        min-height: 1110px
    }

    .s99 {
        min-width: 768px;
        height: 1055px
    }

    .ps71 {
        margin-top: 578px
    }

    .s100 {
        width: 768px;
        min-height: 477px
    }

    .s101 {
        min-width: 770px;
        width: 770px;
        min-height: 477px
    }

    .s102 {
        min-width: 770px;
        width: 770px;
        min-height: 477px
    }

    .ps73 {
        margin-left: 23px
    }

    .s103 {
        min-width: 237px;
        width: 237px;
        min-height: 477px
    }

    .ps74 {
        margin-left: 2px
    }

    .s104 {
        min-width: 235px;
        width: 235px;
        min-height: 477px
    }

    .ps75 {
        margin-left: 63px;
        margin-top: 8px
    }

    .s105 {
        min-width: 116px;
        width: 116px;
        height: 29px
    }

    .s106 {
        min-height: 29px
    }

    .f11 {
        font-size: 17px;
        font-size: calc(17px * var(--f));
        line-height: 1.236
    }

    .ps76 {
        margin-top: 2px
    }

    .s107 {
        min-width: 235px;
        width: 235px;
        min-height: 133px;
        height: 133px
    }

    .i7 {
        width: 235px;
        height: 133px
    }

    .ps77 {
        margin-left: 6px;
        margin-top: 57px
    }

    .s108 {
        min-width: 204px;
        width: 204px;
        min-height: 240px;
        height: 240px
    }

    .ps78 {
        margin-left: 19px
    }

    .p3 {
        text-indent: -18px
    }

    .f12 {
        font-size: 15px;
        font-size: calc(15px * var(--f));
        line-height: 1.801
    }

    .f13 {
        font-size: 15px;
        font-size: calc(15px * var(--f));
        line-height: 1.801
    }

    .f13:visited {
        font-size: 15px;
        font-size: calc(15px * var(--f));
        line-height: 1.801
    }

    .f13:hover {
        font-size: 15px;
        font-size: calc(15px * var(--f));
        line-height: 1.801
    }

    .f13:active {
        font-size: 15px;
        font-size: calc(15px * var(--f));
        line-height: 1.801
    }

    .ps79 {
        margin-top: -300px
    }

    .s109 {
        min-width: 237px;
        height: 44px;
        width: 237px
    }

    .f14 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144;
        padding-top: 14px;
        padding-bottom: 14px
    }

    .ps80 {
        margin-left: 21px
    }

    .s110 {
        min-width: 235px;
        width: 235px;
        min-height: 477px
    }

    .s111 {
        min-width: 235px;
        width: 235px;
        min-height: 477px
    }

    .ps81 {
        margin-left: 44px;
        margin-top: 5px
    }

    .s112 {
        min-width: 142px;
        width: 142px;
        height: 34px
    }

    .s113 {
        min-height: 34px
    }

    .f15 {
        font-size: 17px;
        font-size: calc(17px * var(--f));
        line-height: 1.236
    }

    .ps82 {
        margin-top: -438px
    }

    .s114 {
        min-width: 235px;
        width: 235px;
        min-height: 132px;
        height: 132px
    }

    .i8 {
        width: 235px;
        height: 132px
    }

    .ps83 {
        margin-left: 1px;
        margin-top: -300px
    }

    .s115 {
        min-width: 234px;
        height: 37px;
        width: 234px
    }

    .f16 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144;
        padding-top: 11px;
        padding-bottom: 10px
    }

    .ps84 {
        margin-left: 4px;
        margin-top: -248px
    }

    .s116 {
        min-width: 223px;
        width: 223px;
        height: 233px
    }

    .p4 {
        text-indent: -18px
    }

    .ps85 {
        margin-left: 17px;
        margin-top: 0
    }

    .s117 {
        min-width: 235px;
        width: 235px;
        min-height: 477px
    }

    .s118 {
        min-width: 235px;
        width: 235px;
        min-height: 477px
    }

    .ps87 {
        margin-left: 60px;
        margin-top: 5px
    }

    .s119 {
        min-width: 97px;
        width: 97px;
        height: 29px
    }

    .s120 {
        min-height: 29px
    }

    .f17 {
        font-size: 17px;
        font-size: calc(17px * var(--f));
        line-height: 1.236
    }

    .ps88 {
        margin-top: 5px
    }

    .s121 {
        min-width: 235px;
        width: 235px;
        min-height: 128px;
        height: 128px
    }

    .i9 {
        width: 235px;
        height: 128px
    }

    .ps89 {
        margin-left: 3px;
        margin-top: 54px
    }

    .s122 {
        min-width: 226px;
        width: 226px;
        height: 248px
    }

    .p5 {
        text-indent: -17px
    }

    .p6 {
        text-indent: -17px
    }

    .f18 {
        font-size: 15px;
        font-size: calc(15px * var(--f));
        line-height: 1.801
    }

    .ps90 {
        margin-top: -300px
    }

    .s123 {
        min-width: 235px;
        height: 37px;
        width: 235px
    }

    .f19 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144;
        padding-top: 11px;
        padding-bottom: 10px
    }

    .ps91 {
        margin-top: -350px
    }

    .s124 {
        min-width: 768px;
        width: 768px;
        min-height: 272px
    }

    .ps92 {
        margin-left: 53px;
        margin-top: -343px
    }

    .s125 {
        min-width: 630px;
        width: 630px;
        min-height: 272px
    }

    .ps93 {
        margin-left: 109px
    }

    .s126 {
        min-width: 202px;
        width: 202px;
        min-height: 270px
    }

    .c34 {
        background-image: url(../images/2/whatsapp-image-2025-06-24-at-3.21.47-pm-404.jpeg)
    }

    .webp .c34 {
        background-image: url(../images/8/whatsapp-image-2025-06-24-at-3.21.47-pm-404.webp)
    }

    .ps94 {
        margin-left: 12px
    }

    .s127 {
        min-width: 202px;
        width: 202px;
        min-height: 270px
    }

    .c35 {
        background-image: url(../images/c/whatsapp-image-2025-06-24-at-3.23.47-pm-404.jpeg)
    }

    .webp .c35 {
        background-image: url(../images/8/whatsapp-image-2025-06-24-at-3.23.47-pm-404.webp)
    }

    .ps95 {
        margin-left: -529px;
        margin-top: 85px
    }

    .s128 {
        min-width: 53px;
        height: 74px;
        width: 51px
    }

    .f20 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.228;
        padding-top: 23px;
        padding-bottom: 22px
    }

    .ps96 {
        margin-left: 524px;
        margin-top: 85px
    }

    .s129 {
        min-width: 53px;
        height: 74px;
        width: 51px
    }

    .f21 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.228;
        padding-top: 23px;
        padding-bottom: 22px
    }

    .c37 {
        min-width: 768px;
        margin-top: -55px;
        min-height: 689px
    }

    .ps97 {
        margin-top: 0
    }

    .s130 {
        min-width: 768px;
        height: 647px
    }

    .ps98 {
        margin-top: 131px
    }

    .s131 {
        width: 768px;
        min-height: 516px
    }

    .ps99 {
        margin-left: 0
    }

    .s132 {
        min-width: 768px;
        width: 768px;
        min-height: 516px
    }

    .ps100 {
        margin-left: 149px;
        margin-top: 18px
    }

    .s133 {
        min-width: 320px;
        width: 320px;
        min-height: 498px
    }

    .ps101 {
        margin-left: 40px;
        margin-top: 6px
    }

    .s134 {
        min-width: 258px;
        width: 258px;
        height: 30px
    }

    .s135 {
        min-height: 30px
    }

    .f22 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.445
    }

    .f23 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.445
    }

    .ps102 {
        margin-left: 16px;
        margin-top: 14px
    }

    .s136 {
        min-width: 290px;
        width: 290px;
        min-height: 91px;
        height: 91px
    }

    .i10 {
        width: 290px;
        height: 91px
    }

    .ps103 {
        margin-left: 4px;
        margin-top: 16px
    }

    .s137 {
        min-width: 314px;
        width: 314px;
        height: 114px
    }

    .f24 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .f25 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .f25:visited {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215;
        color: #5789c1
    }

    .f25:hover {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215;
        color: #5789c1
    }

    .f25:active {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215;
        color: #5789c1
    }

    .ps104 {
        margin-top: 22px
    }

    .s138 {
        min-width: 290px;
        height: 37px;
        width: 290px
    }

    .f26 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.232;
        padding-top: 11px;
        padding-bottom: 10px
    }

    .ps105 {
        margin-top: 7px
    }

    .s139 {
        min-width: 290px;
        height: 35px;
        width: 290px
    }

    .f27 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.232;
        padding-top: 10px;
        padding-bottom: 9px
    }

    .ps106 {
        margin-left: 15px;
        margin-top: 7px
    }

    .s140 {
        min-width: 290px;
        height: 36px;
        width: 290px
    }

    .f28 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.232;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .ps107 {
        margin-left: 0;
        margin-top: -498px
    }

    .s141 {
        min-width: 320px;
        width: 320px;
        min-height: 498px
    }

    .ps108 {
        margin-left: 40px;
        margin-top: 6px
    }

    .s142 {
        min-width: 258px;
        width: 258px;
        height: 30px
    }

    .s143 {
        min-height: 30px
    }

    .f29 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.445
    }

    .f30 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.445
    }

    .ps109 {
        margin-left: 16px;
        margin-top: 14px
    }

    .s144 {
        min-width: 290px;
        width: 290px;
        min-height: 91px;
        height: 91px
    }

    .i11 {
        width: 290px;
        height: 91px
    }

    .ps110 {
        margin-left: 4px;
        margin-top: 16px
    }

    .s145 {
        min-width: 314px;
        width: 314px;
        height: 114px
    }

    .f31 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.358
    }

    .f32 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.358
    }

    .f32:visited {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.358;
        color: #5789c1
    }

    .f32:hover {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.358;
        color: #5789c1
    }

    .f32:active {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.358;
        color: #5789c1
    }

    .f33 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.358
    }

    .ps111 {
        margin-top: 22px
    }

    .s146 {
        min-width: 290px;
        height: 37px;
        width: 290px
    }

    .ps112 {
        margin-top: 7px
    }

    .s147 {
        min-width: 290px;
        height: 35px;
        width: 290px
    }

    .ps113 {
        margin-left: 15px;
        margin-top: 7px
    }

    .s148 {
        min-width: 290px;
        width: 290px;
        min-height: 36px
    }

    .s149 {
        min-width: 290px;
        width: 290px;
        min-height: 36px
    }

    .s150 {
        min-width: 290px;
        height: 36px;
        width: 290px
    }

    .ps115 {
        margin-top: -36px
    }

    .ps116 {
        margin-left: 256px;
        margin-top: -516px
    }

    .s151 {
        min-width: 192px;
        width: 192px;
        min-height: 384px
    }

    .c40 {
        min-width: 768px;
        margin-top: -42px;
        min-height: 721px
    }

    .s152 {
        min-width: 768px;
        height: 721px
    }

    .ps118 {
        margin-top: 25px
    }

    .s153 {
        min-width: 768px;
        min-height: 63px
    }

    .ps119 {
        margin-top: -60px
    }

    .s154 {
        width: 768px;
        min-height: 693px
    }

    .ps120 {
        margin-left: 56px
    }

    .s155 {
        min-width: 562px;
        width: 562px;
        height: 58px
    }

    .f34 {
        font-size: 34px;
        font-size: calc(34px * var(--f));
        line-height: 1.354
    }

    .ps121 {
        margin-left: 2px;
        margin-top: 125px
    }

    .s156 {
        min-width: 766px;
        width: 766px;
        min-height: 202px
    }

    .s157 {
        min-width: 363px;
        width: 363px;
        min-height: 202px
    }

    .s158 {
        min-width: 363px;
        width: 363px;
        min-height: 202px
    }

    .s159 {
        min-width: 363px;
        width: 363px;
        height: 202px
    }

    .c43 {
        background-image: url(../images/a/screenshot-2025-05-23-at-12.12.39-am-726.jpg)
    }

    .webp .c43 {
        background-image: url(../images/j/screenshot-2025-05-23-at-12.12.39-am-726.webp)
    }

    .ps123 {
        margin-left: 121px;
        margin-top: -55px
    }

    .s160 {
        min-width: 232px;
        height: 42px;
        width: 230px
    }

    .f35 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.155;
        padding-top: 13px;
        padding-bottom: 12px
    }

    .ps124 {
        margin-left: 17px
    }

    .s161 {
        min-width: 386px;
        width: 386px;
        min-height: 202px
    }

    .s162 {
        min-width: 386px;
        width: 386px;
        min-height: 202px
    }

    .s163 {
        min-width: 386px;
        height: 202px;
        width: 386px
    }

    .c45 {
        background-image: url(../images/v/screenshot-2025-05-23-at-12.25.04-am-772.jpg)
    }

    .webp .c45 {
        background-image: url(../images/8/screenshot-2025-05-23-at-12.25.04-am-772.webp)
    }

    .f36 {
        font-size: 7px;
        font-size: calc(7px * var(--f));
        line-height: 1.144;
        padding-top: 97px;
        padding-bottom: 97px
    }

    .ps125 {
        margin-left: 148px;
        margin-top: -55px
    }

    .f37 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.155;
        padding-top: 13px;
        padding-bottom: 12px
    }

    .ps126 {
        margin-left: 22px;
        margin-top: 184px
    }

    .s164 {
        min-width: 711px;
        width: 711px;
        min-height: 124px
    }

    .c47 {
        min-width: 768px;
        min-height: 792px
    }

    .s165 {
        min-width: 768px;
        height: 741px
    }

    .s166 {
        width: 768px;
        min-height: 741px
    }

    .ps129 {
        margin-left: 48px
    }

    .s167 {
        min-width: 693px;
        width: 693px;
        min-height: 741px
    }

    .s168 {
        min-width: 693px;
        width: 693px;
        min-height: 741px
    }

    .s169 {
        min-width: 693px;
        width: 693px;
        min-height: 741px
    }

    .ps131 {
        margin-left: 421px
    }

    .s170 {
        min-width: 206px;
        width: 206px;
        min-height: 57px
    }

    .vd2 {
        width: 206px;
        height: 57px
    }

    .ps132 {
        margin-top: 489px
    }

    .s171 {
        min-width: 693px;
        width: 693px;
        min-height: 195px
    }

    .s172 {
        min-width: 693px;
        width: 693px;
        min-height: 195px
    }

    .s173 {
        min-width: 693px;
        width: 693px;
        min-height: 195px
    }

    .ps133 {
        margin-left: 342px;
        margin-top: -190px
    }

    .s174 {
        min-width: 341px;
        width: 341px;
        min-height: 185px
    }

    .s175 {
        min-width: 341px;
        width: 341px;
        min-height: 185px
    }

    .c49 {
        background-image: url(../images/4/image-682.jpg)
    }

    .webp .c49 {
        background-image: url(../images/l/image-682.webp)
    }

    .ps134 {
        margin-left: 70px;
        margin-top: -178px
    }

    .s176 {
        min-width: 202px;
        width: 202px;
        height: 15px
    }

    .f38 {
        font-size: 19px;
        font-size: calc(19px * var(--f));
        line-height: 1.264
    }

    .ps135 {
        margin-left: 9px;
        margin-top: -146px
    }

    .s177 {
        min-width: 321px;
        width: 321px;
        height: 19px
    }

    .input4 {
        width: 321px;
        height: 19px;
        font-size: 14px;
        line-height: 1.215
    }

    .ps136 {
        margin-left: 9px;
        margin-top: -126px
    }

    .s178 {
        min-width: 320px;
        width: 320px;
        height: 20px
    }

    .input5 {
        width: 320px;
        height: 20px;
        font-size: 14px;
        line-height: 1.215
    }

    .ps137 {
        margin-left: 9px;
        margin-top: -104px
    }

    .s179 {
        min-width: 319px;
        width: 319px;
        height: 20px
    }

    .input6 {
        width: 319px;
        height: 20px;
        font-size: 14px;
        line-height: 1.215
    }

    .ps138 {
        margin-left: 8px;
        margin-top: -83px
    }

    .s180 {
        min-width: 319px;
        width: 319px;
        height: 56px
    }

    .input7 {
        width: 319px;
        height: 56px;
        font-size: 14px;
        line-height: 1.644
    }

    .ps139 {
        margin-left: 194px;
        margin-top: -24px
    }

    .s181 {
        min-width: 133px;
        height: 19px;
        width: 131px
    }

    .f39 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.155;
        padding-top: 1px;
        padding-bottom: 1px
    }

    .c50::before {
        background-image: -webkit-gradient(linear, 135deg, color-stop(0, rgb(161, 161, 161)), color-stop(1, rgb(0, 0, 0)));
        background-image: -o-linear-gradient(135deg, rgb(161, 161, 161) 0%, rgb(0, 0, 0) 100%);
        background-image: -webkit-linear-gradient(135deg, rgb(161, 161, 161) 0%, rgb(0, 0, 0) 100%);
        background-image: -ms-linear-gradient(135deg, rgb(161, 161, 161) 0%, rgb(0, 0, 0) 100%);
        background-image: linear-gradient(135deg, rgb(161, 161, 161) 0%, rgb(0, 0, 0) 100%);
        background-clip: content-box;
        border: 1px solid #fff;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: -1px;
        margin-left: -1px;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c50:hover:before {
        opacity: 1
    }

    .c50::after {
        background-image: -webkit-gradient(linear, 115deg, color-stop(0, rgb(22, 22, 22)), color-stop(1, rgb(161, 161, 161)));
        background-image: -o-linear-gradient(115deg, rgb(22, 22, 22) 0%, rgb(161, 161, 161) 100%);
        background-image: -webkit-linear-gradient(115deg, rgb(22, 22, 22) 0%, rgb(161, 161, 161) 100%);
        background-image: -ms-linear-gradient(115deg, rgb(22, 22, 22) 0%, rgb(161, 161, 161) 100%);
        background-image: linear-gradient(115deg, rgb(22, 22, 22) 0%, rgb(161, 161, 161) 100%);
        background-clip: content-box;
        border: 1px solid #fff;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: -1px;
        margin-left: -1px;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c50:hover:after {
        opacity: 0
    }

    .c50:active:before {
        opacity: 1
    }

    .c50:active:after {
        opacity: 1;
        transition: initial
    }

    .ps140 {
        margin-left: 29px;
        margin-top: -174px
    }

    .s182 {
        min-width: 595px;
        width: 595px;
        min-height: 115px
    }

    .ps141 {
        margin-top: -51px
    }

    .s183 {
        min-width: 768px;
        height: 457px
    }

    .ps142 {
        margin-top: 12px
    }

    .s184 {
        width: 768px;
        min-height: 445px
    }

    .ps143 {
        margin-left: 22px
    }

    .s185 {
        min-width: 729px;
        width: 729px;
        min-height: 123px
    }

    .ps144 {
        margin-top: 18px
    }

    .s186 {
        min-width: 100px;
        width: 100px;
        min-height: 105px;
        height: 105px
    }

    .i12 {
        left: 0;
        width: 100px;
        height: 98px;
        top: 4px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px
    }

    .ps145 {
        margin-left: 38px;
        margin-top: 6px
    }

    .s187 {
        min-width: 147px;
        width: 147px;
        height: 28px
    }

    .f40 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.376
    }

    .ps146 {
        margin-left: -147px;
        margin-top: 34px
    }

    .s188 {
        min-width: 225px;
        width: 225px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps147 {
        margin-left: 112px
    }

    .s189 {
        min-width: 254px;
        width: 254px;
        min-height: 34px
    }

    .ps148 {
        margin-left: 1px
    }

    .s190 {
        min-width: 219px;
        width: 219px;
        height: 32px
    }

    .f41 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.626
    }

    .ps149 {
        margin-top: 1px
    }

    .s191 {
        min-width: 254px;
        width: 254px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps150 {
        margin-left: 84px;
        margin-top: 143px
    }

    .s192 {
        min-width: 667px;
        width: 667px;
        min-height: 179px
    }

    .ps151 {
        margin-top: 83px
    }

    .s193 {
        min-width: 667px;
        width: 667px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps152 {
        margin-left: 47px;
        margin-top: -84px
    }

    .s194 {
        min-width: 560px;
        width: 560px;
        min-height: 179px
    }

    .ps153 {
        margin-left: 20px
    }

    .s195 {
        min-width: 540px;
        width: 540px;
        min-height: 179px
    }

    .ps154 {
        margin-top: 13px
    }

    .s196 {
        min-width: 302px;
        width: 302px;
        min-height: 166px
    }

    .ps155 {
        margin-top: 11px
    }

    .s197 {
        min-width: 296px;
        width: 296px;
        min-height: 155px
    }

    .s198 {
        min-width: 126px;
        width: 126px;
        min-height: 155px
    }

    .s199 {
        min-width: 67px;
        width: 67px;
        height: 21px
    }

    .f42 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f42:visited {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f42:hover {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f42:active {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .ps156 {
        margin-top: 2px
    }

    .s200 {
        min-width: 72px;
        width: 72px;
        height: 19px
    }

    .f43 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.072
    }

    .f43:visited {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.072
    }

    .f43:hover {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.072
    }

    .f43:active {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.072
    }

    .ps157 {
        margin-left: -72px;
        margin-top: 23px
    }

    .s201 {
        min-width: 38px;
        width: 38px;
        height: 19px
    }

    .ps158 {
        margin-top: 2px
    }

    .s202 {
        min-width: 97px;
        width: 97px;
        height: 22px
    }

    .ps159 {
        margin-top: 2px
    }

    .s203 {
        min-width: 116px;
        width: 116px;
        height: 21px
    }

    .ps160 {
        margin-top: 2px
    }

    .s204 {
        min-width: 78px;
        width: 78px;
        height: 22px
    }

    .ps161 {
        margin-top: 0
    }

    .s205 {
        min-width: 126px;
        width: 126px;
        height: 21px
    }

    .ps162 {
        margin-left: 28px;
        margin-top: 0
    }

    .s206 {
        min-width: 121px;
        width: 121px;
        min-height: 133px
    }

    .s207 {
        min-width: 121px;
        width: 121px;
        height: 19px
    }

    .ps164 {
        margin-top: 3px
    }

    .s208 {
        min-width: 92px;
        width: 92px;
        height: 19px
    }

    .ps165 {
        margin-top: 2px
    }

    .s209 {
        min-width: 46px;
        width: 46px;
        height: 19px
    }

    .ps166 {
        margin-top: 2px
    }

    .s210 {
        min-width: 121px;
        width: 121px;
        height: 20px
    }

    .ps167 {
        margin-top: 27px
    }

    .s211 {
        min-width: 82px;
        width: 82px;
        height: 22px
    }

    .f44 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f44:visited {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f44:hover {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f44:active {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .ps168 {
        margin-left: 154px;
        margin-top: -68px
    }

    .s212 {
        min-width: 142px;
        width: 142px;
        height: 22px
    }

    .ps169 {
        margin-left: 136px;
        margin-top: -166px
    }

    .s213 {
        min-width: 166px;
        width: 166px;
        min-height: 70px
    }

    .ps170 {
        margin-top: 5px
    }

    .s214 {
        min-width: 65px;
        width: 65px;
        min-height: 65px;
        height: 65px
    }

    .i13 {
        width: 65px;
        height: 65px
    }

    .ps171 {
        margin-left: -12px
    }

    .s215 {
        min-width: 67px;
        width: 67px;
        min-height: 70px;
        height: 70px
    }

    .i14 {
        width: 67px;
        height: 70px
    }

    .ps172 {
        margin-left: 0;
        margin-top: 15px
    }

    .s216 {
        min-width: 46px;
        width: 46px;
        min-height: 41px;
        height: 41px
    }

    .i15 {
        left: 3px;
        width: 41px;
        height: 41px
    }

    .ps173 {
        margin-left: 51px
    }

    .s217 {
        min-width: 187px;
        width: 187px;
        min-height: 179px
    }

    .ps174 {
        margin-left: 0
    }

    .s218 {
        min-width: 174px;
        width: 174px;
        height: 21px
    }

    .ps175 {
        margin-left: 0;
        margin-top: 2px
    }

    .s219 {
        min-width: 175px;
        width: 175px;
        height: 21px
    }

    .s220 {
        min-width: 186px;
        width: 186px;
        height: 21px
    }

    .f45 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .f45:visited {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .f45:hover {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .f45:active {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .ps177 {
        margin-top: 2px
    }

    .s221 {
        min-width: 104px;
        width: 104px;
        height: 19px
    }

    .ps178 {
        margin-top: 2px
    }

    .s222 {
        min-width: 88px;
        width: 88px;
        height: 20px
    }

    .ps179 {
        margin-top: 2px
    }

    .s223 {
        min-width: 144px;
        width: 144px;
        height: 21px
    }

    .ps180 {
        margin-top: 3px
    }

    .s224 {
        min-width: 55px;
        width: 55px;
        height: 21px
    }

    .ps181 {
        margin-left: 0;
        margin-top: 2px
    }

    .s225 {
        min-width: 178px;
        width: 178px;
        height: 20px
    }

    .ps182 {
        margin-top: -74px
    }

    .s226 {
        min-width: 551px;
        width: 551px;
        height: 51px
    }

    .f46 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.616
    }

    .ps184 {
        width: 768px
    }

    .ps185 {
        margin-left: 24px;
        margin-top: 10px
    }

    .s227 {
        min-width: 744px;
        width: 744px;
        min-height: 536px;
        height: 536px
    }

    .c53 {
        background-image: url(../images/a/untitled-project-2-1488.jpg)
    }

    .webp .c53 {
        background-image: url(../images/l/untitled-project-2-1488.webp)
    }

    .ps186 {
        margin-left: 710px;
        margin-top: 14px
    }

    .s228 {
        min-width: 25px;
        width: 25px;
        height: 26px
    }

    .c54 {
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        border-radius: 13px
    }

    .ps187 {
        margin-left: 53px;
        margin-top: 32px;
        margin-bottom: 32px
    }

    .s229 {
        min-width: 612px;
        width: 612px;
        height: calc(100vh - 64px);
        height: calc(var(--vh, 1vh) * 100 - 64px);
    }

    .c57 {
        margin-top: max(calc(50vh - 375px), 0px);
        margin-top: max(calc(var(--vh, 1vh) * 50 - 375px), 0px);
        height: 686px
    }

    .ps188 {
        margin-left: 579px;
        margin-top: 7px
    }

    .s230 {
        min-width: 26px;
        width: 26px;
        height: 26px
    }

    .c58 {
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        border-radius: 13px
    }

    .ps189 {
        margin-top: 20px
    }

    .s231 {
        min-width: 612px;
        width: 612px;
        min-height: 61px
    }

    .c59 {
        background-image: url(../images/p/dewatermark.ai_1735316304546-1224.jpg)
    }

    .webp .c59 {
        background-image: url(../images/j/dewatermark.ai_1735316304546-1224.webp)
    }

    .ps190 {
        margin-left: 177px;
        margin-top: -46px
    }

    .s232 {
        min-width: 402px;
        width: 402px;
        height: 40px
    }

    .f47 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.601
    }

    .ps191 {
        margin-left: 11px;
        margin-top: -32px
    }

    .s233 {
        min-width: 141px;
        width: 141px;
        min-height: 137px;
        height: 137px
    }

    .i16 {
        left: 0;
        width: 141px;
        height: 137px
    }

    .ps192 {
        margin-left: 85px;
        margin-top: -35px
    }

    .s234 {
        min-width: 508px;
        width: 508px;
        min-height: 421px;
        height: 421px
    }

    .f48 {
        font-size: 12px;
        font-size: calc(12px * var(--f));
        line-height: 1.834
    }

    .ps193 {
        margin-left: 268px;
        margin-top: 20px
    }

    .s235 {
        min-width: 152px;
        height: 27px;
        width: 152px
    }

    .f49 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092;
        padding-top: 8px;
        padding-bottom: 7px
    }

    .c60::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c60:hover:before {
        opacity: 1
    }

    .c60::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c60:hover:after {
        opacity: 0
    }

    .c60:active:before {
        opacity: 1
    }

    .c60:active:after {
        opacity: 1;
        transition: initial
    }

    .ps194 {
        margin-left: 8px;
        margin-top: 20px
    }

    .s236 {
        min-width: 152px;
        height: 27px;
        width: 152px
    }

    .f50 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092;
        padding-top: 8px;
        padding-bottom: 7px
    }

    .s237 {
        min-width: 710px;
        width: 710px;
        height: 256px
    }

    .c61 {
        background-image: url(../images/t/screenshot-2025-06-02-at-9.07.02-pm-1420.jpg)
    }

    .webp .c61 {
        background-image: url(../images/r/screenshot-2025-06-02-at-9.07.02-pm-1420.webp)
    }

    .c62 {
        height: 256px
    }

    .ps197 {
        margin-left: 678px;
        margin-top: 6px
    }

    .c63 {
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        border-radius: 13px
    }

    .ps198 {
        margin-left: 4px;
        margin-top: -11px
    }

    .s238 {
        min-width: 686px;
        width: 686px;
        min-height: 402px
    }

    .ps199 {
        margin-left: 49px
    }

    .s239 {
        min-width: 270px;
        width: 270px;
        min-height: 402px
    }

    .c64 {
        background-image: url(../images/2/whatsapp-image-2025-06-24-at-3.44.39-pm-536.jpeg)
    }

    .webp .c64 {
        background-image: url(../images/2/whatsapp-image-2025-06-24-at-3.44.39-pm-536.webp)
    }

    .ps200 {
        margin-left: -319px;
        margin-top: 160px
    }

    .s240 {
        min-width: 44px;
        height: 61px;
        width: 42px
    }

    .f51 {
        font-size: 19px;
        font-size: calc(19px * var(--f));
        line-height: 1.264;
        padding-top: 18px;
        padding-bottom: 17px
    }

    .ps201 {
        margin-left: 280px;
        margin-top: 160px
    }

    .ps202 {
        margin-left: 340px;
        margin-top: -91px
    }

    .s241 {
        min-width: 346px;
        height: 32px;
        width: 344px
    }

    .f52 {
        font-size: 12px;
        font-size: calc(12px * var(--f));
        line-height: 1.168;
        padding-top: 8px;
        padding-bottom: 8px
    }

    .ps203 {
        margin-left: 340px;
        margin-top: -52px
    }

    .s242 {
        min-width: 768px;
        min-height: 43px
    }

    .ps205 {
        margin-top: 9px
    }

    .s243 {
        width: 768px;
        min-height: 25px
    }

    .ps206 {
        margin-left: 546px
    }

    .s244 {
        min-width: 213px;
        width: 213px;
        min-height: 25px
    }

    .s245 {
        min-width: 102px;
        height: 25px;
        width: 102px
    }

    .f53 {
        font-size: 9px;
        font-size: calc(9px * var(--f));
        line-height: 1.334;
        padding-top: 7px;
        padding-bottom: 6px
    }

    .ps207 {
        margin-left: 9px
    }

    body {
        --d: 3;
        --s: 768
    }
}

@media (min-width:480px) and (max-width:767px) {
    .c1 {
        min-width: 480px;
        min-height: 1306px
    }

    .s1 {
        min-width: 480px;
        height: 265px
    }

    .ps3 {
        margin-top: 1px
    }

    .s2 {
        width: 480px;
        min-height: 69px
    }

    .ps4 {
        margin-left: 4px
    }

    .s3 {
        min-width: 442px;
        width: 442px;
        min-height: 69px
    }

    .ps5 {
        margin-left: 3px;
        margin-top: 4px
    }

    .s4 {
        min-width: 27px;
        width: 27px;
        min-height: 30px;
        height: 30px
    }

    .i1 {
        left: 0;
        min-width: 27px;
        max-width: 27px;
        min-height: 27px;
        max-height: 27px;
        top: 1px;
        -ms-transform: rotate(79deg) scale(-1, 1);
        -moz-transform: rotate(79deg) scale(-1, 1);
        -webkit-transform: rotate(79deg) scale(-1, 1);
        transform: rotate(79deg) scale(-1, 1)
    }

    .ps6 {
        margin-left: 16px;
        margin-top: 0
    }

    .s5 {
        min-width: 192px;
        width: 192px;
        height: 48px
    }

    .f1 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.626
    }

    .ps7 {
        margin-left: -238px;
        margin-top: 36px
    }

    .s6 {
        min-width: 32px;
        width: 32px;
        min-height: 33px;
        height: 33px
    }

    .i2 {
        left: 0;
        min-width: 32px;
        max-width: 32px;
        min-height: 32px;
        max-height: 32px
    }

    .ps8 {
        margin-left: 20px;
        margin-top: 36px
    }

    .s7 {
        min-width: 220px;
        width: 220px;
        height: 33px
    }

    .ps9 {
        margin-left: 133px;
        margin-top: 30px
    }

    .s8 {
        min-width: 37px;
        width: 37px;
        min-height: 39px;
        height: 39px
    }

    .i3 {
        width: 37px;
        height: 37px;
        top: 1px
    }

    .ps10 {
        margin-top: 33px
    }

    .s9 {
        min-height: 162px
    }

    .ps11 {
        margin-top: -154px
    }

    .s10 {
        width: 480px;
        min-height: 154px
    }

    .ps12 {
        margin-left: 10px
    }

    .s11 {
        min-width: 471px;
        width: 471px;
        min-height: 154px
    }

    .ps13 {
        margin-top: 0
    }

    .s12 {
        min-width: 113px;
        width: 113px;
        min-height: 125px;
        height: 125px
    }

    .i4 {
        width: 113px;
        height: 25px;
        top: 50px;
        -webkit-border-radius: 57px;
        -moz-border-radius: 57px;
        border-radius: 57px
    }

    .ps14 {
        margin-left: 300px;
        margin-top: 101px
    }

    .s13 {
        min-width: 47px;
        width: 47px;
        height: 53px
    }

    .s14 {
        min-width: 47px;
        width: 47px;
        min-height: 53px;
        height: 53px
    }

    .s15 {
        min-width: 47px;
        width: 47px;
        height: 53px
    }

    .mcv1 {
        display: inline-block
    }

    .v4 {
        display: inline-block;
        vertical-align: top
    }

    .ps16 {
        position: relative;
        margin-left: 0;
        margin-top: 0
    }

    .s16 {
        min-width: 47px;
        width: 47px;
        min-height: 53px
    }

    .c5 {
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: contain;
        background-image: url(../images/6/hamburger-gray-94.png)
    }

    .z10 {
        pointer-events: none
    }

    .webp .c5 {
        background-image: url(../images/t/hamburger-gray-94.webp)
    }

    .ps17 {
        margin-top: 23px
    }

    .s17 {
        min-width: 47px;
        width: 47px;
        height: 7px
    }

    .f2 {
        font-size: 4px;
        font-size: calc(4px * var(--f));
        line-height: 1.251
    }

    .v5 {
        display: none
    }

    .ps18 {
        margin-left: -233px
    }

    .s18 {
        min-width: 280px;
        width: 280px;
        min-height: 191px;
        height: 191px
    }

    .s19 {
        min-width: 280px;
        width: 280px;
        height: 27px
    }

    .s20 {
        min-width: 280px;
        width: 280px;
        min-height: 27px
    }

    .ps19 {
        margin-top: 1px
    }

    .s21 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .f3 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .s22 {
        min-width: 280px;
        width: 280px;
        min-height: 194px;
        height: 194px
    }

    .s23 {
        min-width: 280px;
        width: 280px;
        height: 38px
    }

    .s24 {
        min-width: 280px;
        width: 280px;
        min-height: 38px
    }

    .s25 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps22 {
        margin-left: 0;
        margin-top: 0
    }

    .s26 {
        min-width: 280px;
        width: 280px;
        height: 27px
    }

    .s27 {
        min-width: 280px;
        width: 280px;
        min-height: 27px
    }

    .s28 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps23 {
        margin-left: -2px
    }

    .s29 {
        min-width: 282px;
        width: 282px;
        min-height: 467px;
        height: 467px
    }

    .s30 {
        min-width: 282px;
        width: 282px;
        height: 38px
    }

    .s31 {
        min-width: 282px;
        width: 282px;
        min-height: 38px
    }

    .s32 {
        min-width: 282px;
        width: 282px;
        height: 24px
    }

    .ps25 {
        margin-left: 0;
        margin-top: 0
    }

    .s33 {
        min-width: 280px;
        width: 280px;
        height: 27px
    }

    .s34 {
        min-width: 280px;
        width: 280px;
        min-height: 27px
    }

    .s35 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps26 {
        margin-left: 23px
    }

    .s36 {
        min-width: 257px;
        width: 257px;
        min-height: 155px;
        height: 155px
    }

    .s37 {
        min-width: 257px;
        width: 257px;
        height: 38px
    }

    .s38 {
        min-width: 257px;
        width: 257px;
        min-height: 38px
    }

    .s39 {
        min-width: 257px;
        width: 257px;
        height: 24px
    }

    .ps27 {
        margin-left: 0;
        margin-top: 0
    }

    .s40 {
        min-width: 280px;
        width: 280px;
        height: 27px
    }

    .s41 {
        min-width: 280px;
        width: 280px;
        min-height: 27px
    }

    .s42 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps28 {
        margin-left: -32px
    }

    .s43 {
        min-width: 312px;
        width: 312px;
        min-height: 29px;
        height: 29px
    }

    .s44 {
        min-width: 312px;
        width: 312px;
        height: 29px
    }

    .s45 {
        min-width: 312px;
        width: 312px;
        min-height: 29px
    }

    .ps29 {
        margin-top: 2px
    }

    .s46 {
        min-width: 312px;
        width: 312px;
        height: 24px
    }

    .ps30 {
        margin-left: 0;
        margin-top: 0
    }

    .s47 {
        min-width: 280px;
        width: 280px;
        height: 27px
    }

    .s48 {
        min-width: 280px;
        width: 280px;
        min-height: 27px
    }

    .s49 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps31 {
        margin-left: 0;
        margin-top: 0
    }

    .s50 {
        min-width: 280px;
        width: 280px;
        height: 27px
    }

    .s51 {
        min-width: 280px;
        width: 280px;
        min-height: 27px
    }

    .s52 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps32 {
        margin-left: 0;
        margin-top: 0
    }

    .ps33 {
        margin-left: 176px;
        margin-top: -74px
    }

    .s53 {
        min-width: 295px;
        width: 295px;
        min-height: 42px
    }

    .s54 {
        min-width: 295px;
        width: 295px;
        min-height: 42px
    }

    .s55 {
        min-width: 295px;
        width: 295px;
        height: 42px
    }

    .input1 {
        width: 295px;
        height: 42px;
        font-family: "Lato 2";
        font-size: 14px;
        line-height: 1.215;
        font-style: normal
    }

    .ps34 {
        margin-left: 259px;
        margin-top: -41px
    }

    .s56 {
        min-width: 35px;
        width: 35px;
        height: 40px
    }

    .c8 {
        min-width: 480px;
        margin-top: -1229px;
        min-height: 31px
    }

    .s57 {
        width: 480px;
        min-height: 31px
    }

    .s58 {
        min-width: 481px;
        width: 481px;
        min-height: 31px
    }

    .s59 {
        min-width: 481px;
        width: 481px;
        min-height: 31px
    }

    .ps36 {
        margin-left: 8px
    }

    .s60 {
        min-width: 473px;
        width: 473px;
        min-height: 26px
    }

    .ps37 {
        margin-left: 90px;
        margin-top: 4px
    }

    .s61 {
        min-width: 309px;
        width: 309px;
        height: 15px
    }

    .f4 {
        font-size: 9px;
        font-size: calc(9px * var(--f));
        line-height: 1.668
    }

    .ps38 {
        margin-left: 51px;
        margin-top: 4px
    }

    .s62 {
        min-width: 17px;
        width: 17px;
        height: 17px
    }

    .c10 {
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        border-radius: 9px
    }

    .ps39 {
        margin-top: -22px
    }

    .s63 {
        min-width: 480px;
        width: 480px;
        min-height: 27px
    }

    .ps40 {
        margin-left: 26px;
        margin-top: 5px
    }

    .s64 {
        min-width: 449px;
        width: 449px;
        min-height: 21px
    }

    .s65 {
        min-width: 429px;
        width: 429px;
        height: 21px
    }

    .f5 {
        font-size: 9px;
        font-size: calc(9px * var(--f));
        line-height: 1.890
    }

    .ps41 {
        margin-left: 3px
    }

    .c12 {
        min-width: 480px;
        margin-top: 157px;
        min-height: 399px
    }

    .s66 {
        min-width: 480px;
        min-height: 399px
    }

    .ps42 {
        margin-top: 0
    }

    .s67 {
        width: 480px;
        min-height: 399px
    }

    .s68 {
        min-width: 480px;
        width: 480px;
        min-height: 399px
    }

    .s69 {
        min-width: 480px;
        width: 480px;
        min-height: 399px
    }

    .s70 {
        min-width: 480px;
        width: 480px;
        min-height: 399px
    }

    .s71 {
        height: 399px
    }

    .s72 {
        width: 100%;
        height: auto;
        padding: 65px 0px 65px 0px
    }

    .s73 {
        width: 100%;
        height: auto;
        padding: 101px 0px 101px 0px
    }

    .un7 .slider {
        height: 399px
    }

    .un7 .slick-list {
        height: 399px
    }

    .ps43 {
        margin-left: 211px;
        margin-top: -74px
    }

    .s74 {
        min-width: 269px;
        height: 56px;
        width: 269px
    }

    .c14 {
        -webkit-border-radius: 28px;
        -moz-border-radius: 28px;
        border-radius: 28px
    }

    .f6 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.279;
        padding-top: 17px;
        padding-bottom: 16px
    }

    .ps44 {
        margin-top: -571px
    }

    .s75 {
        width: 480px;
        height: 812px
    }

    .s76 {
        min-width: 480px;
        width: 480px;
        min-height: 813px
    }

    .s77 {
        min-width: 480px;
        width: 480px;
        min-height: 812px
    }

    .ps45 {
        margin-left: 89px;
        margin-top: 71px
    }

    .s78 {
        min-width: 305px;
        width: 305px;
        min-height: 200px
    }

    .ps46 {
        margin-left: 281px;
        margin-top: 6px
    }

    .s79 {
        min-width: 14px;
        width: 14px;
        height: 14px
    }

    .c16 {
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px
    }

    .ps47 {
        margin-left: 25px;
        margin-top: 14px
    }

    .s80 {
        min-width: 257px;
        width: 257px;
        min-height: 134px
    }

    .s81 {
        min-width: 257px;
        width: 257px;
        min-height: 103px
    }

    .s82 {
        min-width: 257px;
        width: 257px;
        height: 34px
    }

    .input2 {
        width: 257px;
        height: 34px;
        font-size: 7px;
        line-height: 1.144
    }

    .ps48 {
        margin-top: 3px
    }

    .input3 {
        width: 257px;
        height: 34px;
        font-size: 7px;
        line-height: 1.144
    }

    .ps49 {
        margin-left: 166px;
        margin-top: 5px
    }

    .s83 {
        min-width: 90px;
        width: 90px;
        height: 27px
    }

    .submit1 {
        font-size: 9px;
        line-height: 1.223;
        padding-top: 8px;
        padding-bottom: 8px
    }

    .s84 {
        width: 90px
    }

    .ps50 {
        margin-top: 10px
    }

    .s85 {
        min-width: 255px;
        width: 255px;
        height: 21px
    }

    .f7 {
        font-size: 4px;
        font-size: calc(4px * var(--f));
        line-height: 1.251
    }

    .ps51 {
        margin-top: -31px
    }

    .s86 {
        min-width: 480px;
        width: 480px;
        min-height: 414px
    }

    .ps52 {
        margin-top: 0
    }

    .s87 {
        min-width: 480px;
        width: 480px;
        min-height: 270px
    }

    .pl1 {
        height: 270px
    }

    .vd1 {
        width: 480px;
        height: 270px
    }

    .ps53 {
        margin-left: 11px;
        margin-top: -316px
    }

    .s88 {
        min-width: 450px;
        width: 450px;
        min-height: 472px
    }

    .ps54 {
        margin-left: 405px
    }

    .s89 {
        min-width: 32px;
        width: 32px;
        min-height: 32px;
        height: 32px
    }

    .i5 {
        left: 0;
        min-width: 32px;
        max-width: 32px;
        min-height: 32px;
        max-height: 32px
    }

    .ps55 {
        margin-top: 23px
    }

    .s90 {
        min-width: 450px;
        height: 42px;
        width: 450px
    }

    .f8 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.251;
        padding-top: 9px;
        padding-bottom: 8px
    }

    .c18::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c18:hover:before {
        opacity: 1
    }

    .c18::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c18:hover:after {
        opacity: 0
    }

    .c18:active:before {
        opacity: 1
    }

    .c18:active:after {
        opacity: 1;
        transition: initial
    }

    .ps56 {
        margin-top: 4px
    }

    .s91 {
        min-width: 450px;
        height: 42px;
        width: 450px
    }

    .ps57 {
        margin-top: 3px
    }

    .s92 {
        min-width: 450px;
        height: 42px;
        width: 450px
    }

    .ps58 {
        margin-top: 3px
    }

    .ps59 {
        margin-top: 3px
    }

    .ps60 {
        margin-top: 3px
    }

    .ps61 {
        margin-left: 0;
        margin-top: 3px
    }

    .ps62 {
        margin-left: 0;
        margin-top: 3px
    }

    .ps63 {
        margin-left: 0;
        margin-top: 2px
    }

    .s93 {
        min-width: 450px;
        height: 42px;
        width: 450px
    }

    .f9 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.251;
        padding-top: 9px;
        padding-bottom: 8px
    }

    .ps64 {
        margin-left: 61px;
        margin-top: -813px
    }

    .s94 {
        min-width: 120px;
        width: 120px;
        height: 120px
    }

    .ps65 {
        margin-left: 0;
        margin-top: 0
    }

    .s95 {
        min-width: 120px;
        width: 120px;
        min-height: 120px;
        height: 120px
    }

    .i6 {
        left: 0;
        width: 120px;
        height: 79px;
        top: 20px
    }

    .ps66 {
        margin-left: 100px;
        margin-top: -116px
    }

    .s96 {
        min-width: 16px;
        width: 16px;
        height: 16px
    }

    .c20 {
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px
    }

    .ps67 {
        margin-left: 16px;
        margin-top: -30px
    }

    .s97 {
        min-width: 106px;
        height: 32px;
        width: 102px
    }

    .f10 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.183;
        padding-top: 1px;
        padding-bottom: 1px
    }

    .c21::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 2px solid #161616;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: -2px;
        margin-left: -2px;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c21:hover:before {
        opacity: 1
    }

    .c21::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 2px solid #161616;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: -2px;
        margin-left: -2px;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c21:hover:after {
        opacity: 0
    }

    .c21:active:before {
        opacity: 1
    }

    .c21:active:after {
        opacity: 1;
        transition: initial
    }

    .ps68 {
        margin-left: -1px;
        margin-top: -682px
    }

    .s98 {
        min-width: 120px;
        width: 120px;
        min-height: 120px
    }

    .ps69 {
        margin-left: 101px;
        margin-top: 4px
    }

    .c23 {
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        border-radius: 9px
    }

    .c24 {
        min-width: 480px;
        margin-top: -242px;
        min-height: 2507px
    }

    .s99 {
        min-width: 480px;
        height: 2456px
    }

    .ps71 {
        margin-top: 545px
    }

    .s100 {
        width: 480px;
        min-height: 1911px
    }

    .s101 {
        min-width: 482px;
        width: 482px;
        min-height: 1911px
    }

    .s102 {
        min-width: 482px;
        width: 482px;
        min-height: 1911px
    }

    .ps73 {
        margin-left: 1px;
        margin-top: 457px
    }

    .s103 {
        min-width: 264px;
        width: 264px;
        min-height: 1454px
    }

    .s104 {
        min-width: 264px;
        width: 264px;
        min-height: 575px
    }

    .ps75 {
        margin-top: 9px
    }

    .s105 {
        min-width: 134px;
        width: 134px;
        height: 35px
    }

    .s106 {
        min-height: 35px
    }

    .f11 {
        font-size: 24px;
        font-size: calc(24px * var(--f));
        line-height: 1.209
    }

    .ps76 {
        margin-top: 14px
    }

    .s107 {
        min-width: 264px;
        width: 264px;
        min-height: 176px;
        height: 176px
    }

    .i7 {
        width: 264px;
        height: 176px
    }

    .ps77 {
        margin-left: 0;
        margin-top: 49px
    }

    .s108 {
        min-width: 248px;
        width: 248px;
        min-height: 271px;
        height: 271px
    }

    .ps78 {
        margin-left: 12px
    }

    .p3 {
        text-indent: -12px
    }

    .f12 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.834
    }

    .f13 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.834
    }

    .f13:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.834
    }

    .f13:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.834
    }

    .f13:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.834
    }

    .ps79 {
        margin-top: 830px
    }

    .s109 {
        min-width: 264px;
        height: 49px;
        width: 264px
    }

    .f14 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.126;
        padding-top: 16px;
        padding-bottom: 15px
    }

    .ps80 {
        margin-left: 8px;
        margin-top: -1911px
    }

    .s110 {
        min-width: 264px;
        width: 264px;
        min-height: 575px
    }

    .s111 {
        min-width: 264px;
        width: 264px;
        min-height: 575px
    }

    .ps81 {
        margin-left: 26px;
        margin-top: 8px
    }

    .s112 {
        min-width: 169px;
        width: 169px;
        height: 32px
    }

    .s113 {
        min-height: 32px
    }

    .f15 {
        font-size: 24px;
        font-size: calc(24px * var(--f));
        line-height: 1.209
    }

    .ps82 {
        margin-top: -514px
    }

    .s114 {
        min-width: 264px;
        width: 264px;
        min-height: 164px;
        height: 164px
    }

    .i8 {
        width: 264px;
        height: 164px
    }

    .ps83 {
        margin-top: -350px
    }

    .s115 {
        min-width: 264px;
        height: 49px;
        width: 264px
    }

    .f16 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.126;
        padding-top: 16px;
        padding-bottom: 15px
    }

    .ps84 {
        margin-left: 2px;
        margin-top: -301px
    }

    .s116 {
        min-width: 262px;
        width: 262px;
        height: 266px
    }

    .p4 {
        text-indent: -5px
    }

    .ps85 {
        margin-left: 164px;
        margin-top: -1523px
    }

    .s117 {
        min-width: 264px;
        width: 264px;
        min-height: 1523px
    }

    .ps86 {
        margin-top: 948px
    }

    .s118 {
        min-width: 264px;
        width: 264px;
        min-height: 575px
    }

    .ps87 {
        margin-left: 55px;
        margin-top: 11px
    }

    .s119 {
        min-width: 116px;
        width: 116px;
        height: 33px
    }

    .s120 {
        min-height: 33px
    }

    .f17 {
        font-size: 24px;
        font-size: calc(24px * var(--f));
        line-height: 1.209
    }

    .ps88 {
        margin-top: 15px
    }

    .s121 {
        min-width: 264px;
        width: 264px;
        min-height: 164px;
        height: 164px
    }

    .i9 {
        width: 264px;
        height: 164px
    }

    .ps89 {
        margin-left: 2px;
        margin-top: 49px
    }

    .s122 {
        min-width: 262px;
        width: 262px;
        height: 297px
    }

    .p5 {
        text-indent: -5px
    }

    .p6 {
        text-indent: -12px
    }

    .f18 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.834
    }

    .ps90 {
        margin-top: -1523px
    }

    .s123 {
        min-width: 264px;
        height: 49px;
        width: 264px
    }

    .f19 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.126;
        padding-top: 16px;
        padding-bottom: 15px
    }

    .ps91 {
        margin-top: -722px
    }

    .s124 {
        min-width: 480px;
        width: 480px;
        min-height: 450px
    }

    .ps92 {
        margin-left: 0;
        margin-top: -699px
    }

    .s125 {
        min-width: 482px;
        width: 482px;
        min-height: 436px
    }

    .ps93 {
        margin-left: 9px
    }

    .s126 {
        min-width: 280px;
        width: 280px;
        min-height: 434px
    }

    .c34 {
        background-image: url(../images/v/whatsapp-image-2025-06-24-at-3.21.47-pm-560.jpeg)
    }

    .webp .c34 {
        background-image: url(../images/r/whatsapp-image-2025-06-24-at-3.21.47-pm-560.webp)
    }

    .ps94 {
        margin-left: 17px
    }

    .s127 {
        min-width: 171px;
        width: 171px;
        min-height: 434px
    }

    .c35 {
        background-image: url(../images/n/whatsapp-image-2025-06-24-at-3.23.47-pm-342.jpeg)
    }

    .webp .c35 {
        background-image: url(../images/6/whatsapp-image-2025-06-24-at-3.23.47-pm-342.webp)
    }

    .ps95 {
        margin-left: 0;
        margin-top: -290px
    }

    .s128 {
        min-width: 58px;
        height: 118px;
        width: 56px
    }

    .f20 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.232;
        padding-top: 50px;
        padding-bottom: 50px
    }

    .ps96 {
        margin-left: 381px;
        margin-top: -290px
    }

    .s129 {
        min-width: 43px;
        height: 119px;
        width: 41px
    }

    .f21 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.232;
        padding-top: 51px;
        padding-bottom: 50px
    }

    .c37 {
        min-width: 480px;
        margin-top: -89px;
        min-height: 922px
    }

    .s130 {
        min-width: 480px;
        height: 884px
    }

    .s131 {
        width: 480px;
        min-height: 612px
    }

    .ps99 {
        margin-left: 0
    }

    .s132 {
        min-width: 480px;
        width: 480px;
        min-height: 612px
    }

    .s133 {
        min-width: 325px;
        width: 325px;
        min-height: 612px
    }

    .ps101 {
        margin-left: 18px;
        margin-top: 17px
    }

    .s134 {
        min-width: 282px;
        width: 282px;
        height: 40px
    }

    .s135 {
        min-height: 40px
    }

    .f22 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.456
    }

    .f23 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.456
    }

    .ps102 {
        margin-left: 8px;
        margin-top: 22px
    }

    .s136 {
        min-width: 295px;
        width: 295px;
        min-height: 147px;
        height: 147px
    }

    .i10 {
        width: 295px;
        height: 147px
    }

    .ps103 {
        margin-left: 6px;
        margin-top: 43px
    }

    .s137 {
        min-width: 319px;
        width: 319px;
        height: 140px
    }

    .f24 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.251
    }

    .f25 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.251
    }

    .f25:visited {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.251;
        color: #5789c1
    }

    .f25:hover {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.251;
        color: #5789c1
    }

    .f25:active {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.251;
        color: #5789c1
    }

    .ps104 {
        margin-left: 0;
        margin-top: 18px
    }

    .s138 {
        min-width: 325px;
        height: 37px;
        width: 325px
    }

    .f26 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.251;
        padding-top: 9px;
        padding-bottom: 8px
    }

    .ps105 {
        margin-left: 0;
        margin-top: 4px
    }

    .s139 {
        min-width: 325px;
        height: 37px;
        width: 325px
    }

    .f27 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.251;
        padding-top: 9px;
        padding-bottom: 8px
    }

    .ps106 {
        margin-left: 0;
        margin-top: 45px
    }

    .s140 {
        min-width: 325px;
        height: 39px;
        width: 325px
    }

    .f28 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.251;
        padding-top: 10px;
        padding-bottom: 9px
    }

    .ps107 {
        margin-left: 0;
        margin-top: -612px
    }

    .s141 {
        min-width: 325px;
        width: 325px;
        min-height: 612px
    }

    .ps108 {
        margin-left: 18px;
        margin-top: 17px
    }

    .s142 {
        min-width: 282px;
        width: 282px;
        height: 40px
    }

    .s143 {
        min-height: 40px
    }

    .f29 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.456
    }

    .f30 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.456
    }

    .ps109 {
        margin-left: 8px;
        margin-top: 22px
    }

    .s144 {
        min-width: 295px;
        width: 295px;
        min-height: 147px;
        height: 147px
    }

    .i11 {
        width: 295px;
        height: 147px
    }

    .ps110 {
        margin-left: 6px;
        margin-top: 43px
    }

    .s145 {
        min-width: 319px;
        width: 319px;
        height: 140px
    }

    .f31 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.376
    }

    .f32 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.376
    }

    .f32:visited {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.376;
        color: #5789c1
    }

    .f32:hover {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.376;
        color: #5789c1
    }

    .f32:active {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.376;
        color: #5789c1
    }

    .f33 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.376
    }

    .ps111 {
        margin-left: 0;
        margin-top: 18px
    }

    .s146 {
        min-width: 325px;
        height: 37px;
        width: 325px
    }

    .ps112 {
        margin-left: 0;
        margin-top: 4px
    }

    .s147 {
        min-width: 325px;
        height: 37px;
        width: 325px
    }

    .ps113 {
        margin-left: 0;
        margin-top: 45px
    }

    .s148 {
        min-width: 325px;
        width: 325px;
        min-height: 39px
    }

    .s149 {
        min-width: 325px;
        width: 325px;
        min-height: 39px
    }

    .s150 {
        min-width: 325px;
        height: 39px;
        width: 325px
    }

    .ps115 {
        margin-top: -39px
    }

    .ps116 {
        margin-left: 57px;
        margin-top: -253px
    }

    .s151 {
        min-width: 423px;
        width: 423px;
        min-height: 165px
    }

    .c40 {
        min-width: 480px;
        min-height: 753px
    }

    .s152 {
        min-width: 480px;
        height: 753px
    }

    .ps118 {
        margin-top: 17px
    }

    .s153 {
        min-width: 480px;
        min-height: 60px
    }

    .ps119 {
        margin-top: -52px
    }

    .s154 {
        width: 480px;
        min-height: 672px
    }

    .ps120 {
        margin-left: 14px
    }

    .s155 {
        min-width: 453px;
        width: 453px;
        height: 45px
    }

    .f34 {
        font-size: 27px;
        font-size: calc(27px * var(--f));
        line-height: 1.371
    }

    .ps121 {
        margin-left: 0;
        margin-top: 129px
    }

    .s156 {
        min-width: 480px;
        width: 480px;
        min-height: 252px
    }

    .ps122 {
        margin-top: 9px
    }

    .s157 {
        min-width: 438px;
        width: 438px;
        min-height: 234px
    }

    .s158 {
        min-width: 438px;
        width: 438px;
        min-height: 234px
    }

    .s159 {
        min-width: 438px;
        width: 438px;
        height: 234px
    }

    .c43 {
        background-image: url(../images/0/screenshot-2025-05-23-at-12.12.39-am-876.jpg)
    }

    .webp .c43 {
        background-image: url(../images/t/screenshot-2025-05-23-at-12.12.39-am-876.webp)
    }

    .ps123 {
        margin-left: 199px;
        margin-top: -66px
    }

    .s160 {
        min-width: 226px;
        height: 43px;
        width: 224px
    }

    .f35 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.126;
        padding-top: 12px;
        padding-bottom: 11px
    }

    .ps124 {
        margin-top: -243px
    }

    .s161 {
        min-width: 438px;
        width: 438px;
        min-height: 252px
    }

    .s162 {
        min-width: 438px;
        width: 438px;
        min-height: 252px
    }

    .s163 {
        min-width: 438px;
        height: 252px;
        width: 438px
    }

    .c45 {
        background-image: url(../images/n/screenshot-2025-05-23-at-12.25.04-am-876.jpg)
    }

    .webp .c45 {
        background-image: url(../images/j/screenshot-2025-05-23-at-12.25.04-am-876.webp)
    }

    .f36 {
        font-size: 4px;
        font-size: calc(4px * var(--f));
        line-height: 1.251;
        padding-top: 124px;
        padding-bottom: 123px
    }

    .ps125 {
        margin-left: 181px;
        margin-top: -61px
    }

    .f37 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.126;
        padding-top: 3px;
        padding-bottom: 2px
    }

    .ps126 {
        margin-left: 18px;
        margin-top: 89px
    }

    .s164 {
        min-width: 462px;
        width: 462px;
        min-height: 157px
    }

    .c47 {
        min-width: 480px;
        margin-top: -31px;
        min-height: 1498px
    }

    .ps127 {
        margin-top: 31px
    }

    .s165 {
        min-width: 480px;
        height: 1467px
    }

    .s166 {
        width: 480px;
        min-height: 1324px
    }

    .ps129 {
        margin-left: 9px
    }

    .s167 {
        min-width: 451px;
        width: 451px;
        min-height: 1324px
    }

    .s168 {
        min-width: 451px;
        width: 451px;
        min-height: 1324px
    }

    .ps130 {
        margin-left: 11px
    }

    .s169 {
        min-width: 440px;
        width: 440px;
        min-height: 1149px
    }

    .ps131 {
        margin-left: 271px;
        margin-top: 1009px
    }

    .s170 {
        min-width: 129px;
        width: 129px;
        min-height: 140px
    }

    .vd2 {
        width: 129px;
        height: 140px
    }

    .ps132 {
        margin-top: -1149px
    }

    .s171 {
        min-width: 440px;
        width: 440px;
        min-height: 1096px
    }

    .s172 {
        min-width: 440px;
        width: 440px;
        min-height: 1096px
    }

    .s173 {
        min-width: 440px;
        width: 440px;
        min-height: 1076px
    }

    .ps133 {
        margin-left: 6px;
        margin-top: -620px
    }

    .s174 {
        min-width: 424px;
        width: 424px;
        min-height: 640px
    }

    .s175 {
        min-width: 413px;
        width: 413px;
        min-height: 614px
    }

    .c49 {
        background-image: url(../images/a/image-826.jpg)
    }

    .webp .c49 {
        background-image: url(../images/2/image-826.webp)
    }

    .ps134 {
        margin-left: 85px;
        margin-top: -543px
    }

    .s176 {
        min-width: 278px;
        width: 278px;
        height: 48px
    }

    .f38 {
        font-size: 27px;
        font-size: calc(27px * var(--f));
        line-height: 1.260
    }

    .ps135 {
        margin-left: 24px;
        margin-top: -481px
    }

    .s177 {
        min-width: 388px;
        width: 388px;
        height: 56px
    }

    .input4 {
        width: 388px;
        height: 56px;
        font-size: 21px;
        line-height: 1.191
    }

    .ps136 {
        margin-left: 24px;
        margin-top: -399px
    }

    .s178 {
        min-width: 388px;
        width: 388px;
        height: 55px
    }

    .input5 {
        width: 388px;
        height: 55px;
        font-size: 21px;
        line-height: 1.191
    }

    .ps137 {
        margin-left: 36px;
        margin-top: -327px
    }

    .s179 {
        min-width: 388px;
        width: 388px;
        height: 65px
    }

    .input6 {
        width: 388px;
        height: 65px;
        font-size: 21px;
        line-height: 1.191
    }

    .ps138 {
        margin-left: 12px;
        margin-top: -197px
    }

    .s180 {
        min-width: 404px;
        width: 404px;
        height: 125px
    }

    .input7 {
        width: 404px;
        height: 125px;
        font-size: 21px;
        line-height: 1.668
    }

    .ps139 {
        margin-left: 244px;
        margin-top: -14px
    }

    .s181 {
        min-width: 152px;
        height: 40px;
        width: 150px
    }

    .f39 {
        font-size: 21px;
        font-size: calc(21px * var(--f));
        line-height: 1.144;
        padding-top: 7px;
        padding-bottom: 7px
    }

    .c50::before {
        background-image: -webkit-gradient(linear, 135deg, color-stop(0, rgb(161, 161, 161)), color-stop(1, rgb(0, 0, 0)));
        background-image: -o-linear-gradient(135deg, rgb(161, 161, 161) 0%, rgb(0, 0, 0) 100%);
        background-image: -webkit-linear-gradient(135deg, rgb(161, 161, 161) 0%, rgb(0, 0, 0) 100%);
        background-image: -ms-linear-gradient(135deg, rgb(161, 161, 161) 0%, rgb(0, 0, 0) 100%);
        background-image: linear-gradient(135deg, rgb(161, 161, 161) 0%, rgb(0, 0, 0) 100%);
        background-clip: content-box;
        border: 1px solid #fff;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: -1px;
        margin-left: -1px;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c50:hover:before {
        opacity: 1
    }

    .c50::after {
        background-image: -webkit-gradient(linear, 115deg, color-stop(0, rgb(22, 22, 22)), color-stop(1, rgb(161, 161, 161)));
        background-image: -o-linear-gradient(115deg, rgb(22, 22, 22) 0%, rgb(161, 161, 161) 100%);
        background-image: -webkit-linear-gradient(115deg, rgb(22, 22, 22) 0%, rgb(161, 161, 161) 100%);
        background-image: -ms-linear-gradient(115deg, rgb(22, 22, 22) 0%, rgb(161, 161, 161) 100%);
        background-image: linear-gradient(115deg, rgb(22, 22, 22) 0%, rgb(161, 161, 161) 100%);
        background-clip: content-box;
        border: 1px solid #fff;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: -1px;
        margin-left: -1px;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c50:hover:after {
        opacity: 0
    }

    .c50:active:before {
        opacity: 1
    }

    .c50:active:after {
        opacity: 1;
        transition: initial
    }

    .ps140 {
        margin-left: 0;
        margin-top: 1px
    }

    .s182 {
        min-width: 450px;
        width: 450px;
        min-height: 174px
    }

    .ps141 {
        margin-top: 0
    }

    .s183 {
        min-width: 480px;
        height: 958px
    }

    .ps142 {
        margin-top: 0
    }

    .s184 {
        width: 480px;
        min-height: 939px
    }

    .ps143 {
        margin-left: 18px;
        margin-top: 28px
    }

    .s185 {
        min-width: 445px;
        width: 445px;
        min-height: 422px
    }

    .s186 {
        min-width: 121px;
        width: 121px;
        min-height: 105px;
        height: 105px
    }

    .i12 {
        left: 7px;
        width: 107px;
        height: 105px;
        -webkit-border-radius: 53px;
        -moz-border-radius: 53px;
        border-radius: 53px
    }

    .ps145 {
        margin-left: -107px;
        margin-top: 167px
    }

    .s187 {
        min-width: 213px;
        width: 213px;
        height: 50px
    }

    .f40 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.401
    }

    .ps146 {
        margin-left: 16px;
        margin-top: -15px
    }

    .s188 {
        min-width: 414px;
        width: 414px;
        min-height: 3px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps147 {
        margin-left: 8px;
        margin-top: 171px
    }

    .s189 {
        min-width: 437px;
        width: 437px;
        min-height: 34px
    }

    .ps148 {
        margin-left: 4px
    }

    .s190 {
        min-width: 243px;
        width: 243px;
        height: 32px
    }

    .f41 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.612
    }

    .ps149 {
        margin-top: 0
    }

    .s191 {
        min-width: 437px;
        width: 437px;
        min-height: 2px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps150 {
        margin-left: 0;
        margin-top: -450px
    }

    .s192 {
        min-width: 480px;
        width: 480px;
        min-height: 939px
    }

    .ps151 {
        margin-left: 42px;
        margin-top: 830px
    }

    .s193 {
        min-width: 417px;
        width: 417px;
        min-height: 2px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps152 {
        margin-left: 0;
        margin-top: -832px
    }

    .s194 {
        min-width: 480px;
        width: 480px;
        min-height: 939px
    }

    .ps153 {
        margin-left: 0
    }

    .s195 {
        min-width: 480px;
        width: 480px;
        min-height: 844px
    }

    .ps154 {
        margin-top: 0
    }

    .s196 {
        min-width: 387px;
        width: 387px;
        min-height: 844px
    }

    .s197 {
        min-width: 387px;
        width: 387px;
        min-height: 313px
    }

    .s198 {
        min-width: 282px;
        width: 282px;
        min-height: 218px
    }

    .s199 {
        min-width: 49px;
        width: 49px;
        height: 14px
    }

    .f42 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f42:visited {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f42:hover {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f42:active {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .ps156 {
        margin-left: -49px;
        margin-top: 27px
    }

    .s200 {
        min-width: 65px;
        width: 65px;
        height: 12px
    }

    .f43 {
        font-size: 11px;
        font-size: calc(11px * var(--f))
    }

    .f43:visited {
        font-size: 11px;
        font-size: calc(11px * var(--f))
    }

    .f43:hover {
        font-size: 11px;
        font-size: calc(11px * var(--f))
    }

    .f43:active {
        font-size: 11px;
        font-size: calc(11px * var(--f))
    }

    .ps157 {
        margin-left: 61px;
        margin-top: 0
    }

    .s201 {
        min-width: 41px;
        width: 41px;
        height: 12px
    }

    .ps158 {
        margin-left: -166px;
        margin-top: 51px
    }

    .s202 {
        min-width: 80px;
        width: 80px;
        height: 14px
    }

    .ps159 {
        margin-left: 83px;
        margin-top: 204px
    }

    .s203 {
        min-width: 118px;
        width: 118px;
        height: 14px
    }

    .ps160 {
        margin-left: 1px;
        margin-top: -141px
    }

    .s204 {
        min-width: 72px;
        width: 72px;
        height: 14px
    }

    .ps161 {
        margin-left: -72px;
        margin-top: -113px
    }

    .s205 {
        min-width: 106px;
        width: 106px;
        height: 14px
    }

    .ps162 {
        margin-left: 0;
        margin-top: -191px
    }

    .s206 {
        min-width: 387px;
        width: 387px;
        min-height: 190px
    }

    .ps163 {
        margin-left: 238px
    }

    .s207 {
        min-width: 149px;
        width: 149px;
        height: 12px
    }

    .ps164 {
        margin-left: 126px;
        margin-top: 14px
    }

    .s208 {
        min-width: 82px;
        width: 82px;
        height: 12px
    }

    .ps165 {
        margin-left: -82px;
        margin-top: -12px
    }

    .s209 {
        min-width: 43px;
        width: 43px;
        height: 12px
    }

    .ps166 {
        margin-left: -169px;
        margin-top: 166px
    }

    .s210 {
        min-width: 107px;
        width: 107px;
        height: 12px
    }

    .ps167 {
        margin-left: 21px;
        margin-top: 38px
    }

    .s211 {
        min-width: 73px;
        width: 73px;
        height: 14px
    }

    .f44 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f44:visited {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f44:hover {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f44:active {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .ps168 {
        margin-left: 0;
        margin-top: 81px
    }

    .s212 {
        min-width: 118px;
        width: 118px;
        height: 14px
    }

    .ps169 {
        margin-left: 156px;
        margin-top: 449px
    }

    .s213 {
        min-width: 169px;
        width: 169px;
        min-height: 82px
    }

    .ps170 {
        margin-top: 3px
    }

    .s214 {
        min-width: 62px;
        width: 62px;
        min-height: 76px;
        height: 76px
    }

    .i13 {
        width: 62px;
        height: 76px
    }

    .ps171 {
        margin-left: -4px
    }

    .s215 {
        min-width: 61px;
        width: 61px;
        min-height: 82px;
        height: 82px
    }

    .i14 {
        width: 61px;
        height: 82px
    }

    .ps172 {
        margin-top: 12px
    }

    .s216 {
        min-width: 46px;
        width: 46px;
        min-height: 53px;
        height: 53px
    }

    .i15 {
        left: 0;
        width: 46px;
        height: 46px;
        top: 3px
    }

    .ps173 {
        margin-left: 93px;
        margin-top: -844px
    }

    .s217 {
        min-width: 387px;
        width: 387px;
        min-height: 290px
    }

    .ps174 {
        margin-left: 237px
    }

    .s218 {
        min-width: 150px;
        width: 150px;
        height: 14px
    }

    .ps175 {
        margin-left: 237px;
        margin-top: 38px
    }

    .s219 {
        min-width: 150px;
        width: 150px;
        height: 14px
    }

    .ps176 {
        margin-left: 237px;
        margin-top: 18px
    }

    .s220 {
        min-width: 150px;
        width: 150px;
        height: 14px
    }

    .f45 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.183
    }

    .f45:visited {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.183
    }

    .f45:hover {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.183
    }

    .f45:active {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.183
    }

    .ps177 {
        margin-top: 129px
    }

    .s221 {
        min-width: 82px;
        width: 82px;
        height: 15px
    }

    .ps178 {
        margin-left: -82px;
        margin-top: 155px
    }

    .s222 {
        min-width: 74px;
        width: 74px;
        height: 12px
    }

    .ps179 {
        margin-left: -73px;
        margin-top: 178px
    }

    .s223 {
        min-width: 119px;
        width: 119px;
        height: 14px
    }

    .ps180 {
        margin-left: 44px;
        margin-top: 130px
    }

    .s224 {
        min-width: 45px;
        width: 45px;
        height: 14px
    }

    .ps181 {
        margin-left: -42px;
        margin-top: 155px
    }

    .s225 {
        min-width: 169px;
        width: 169px;
        height: 12px
    }

    .ps182 {
        margin-left: 40px;
        margin-top: 2px
    }

    .s226 {
        min-width: 431px;
        width: 431px;
        height: 93px
    }

    .f46 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.616
    }

    .ps184 {
        width: 480px
    }

    .ps185 {
        margin-left: 8px;
        margin-top: 75px
    }

    .s227 {
        min-width: 473px;
        width: 473px;
        min-height: 336px;
        height: 336px
    }

    .c53 {
        background-image: url(../images/e/untitled-project-2-946.jpg)
    }

    .webp .c53 {
        background-image: url(../images/j/untitled-project-2-946.webp)
    }

    .ps186 {
        margin-left: 427px;
        margin-top: 12px
    }

    .s228 {
        min-width: 29px;
        width: 29px;
        height: 35px
    }

    .c54 {
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px
    }

    .ps187 {
        margin-left: 33px;
        margin-top: 20px;
        margin-bottom: 20px
    }

    .s229 {
        min-width: 383px;
        width: 383px;
        height: calc(100vh - 40px);
        height: calc(var(--vh, 1vh) * 100 - 40px);
    }

    .c57 {
        margin-top: max(calc(50vh - 234px), 0px);
        margin-top: max(calc(var(--vh, 1vh) * 50 - 234px), 0px);
        height: 429px
    }

    .ps188 {
        margin-left: 362px;
        margin-top: 5px
    }

    .s230 {
        min-width: 17px;
        width: 17px;
        height: 17px
    }

    .c58 {
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        border-radius: 9px
    }

    .ps189 {
        margin-top: 11px
    }

    .s231 {
        min-width: 383px;
        width: 383px;
        min-height: 38px
    }

    .c59 {
        background-image: url(../images/2/dewatermark.ai_1735316304546-766.jpg)
    }

    .webp .c59 {
        background-image: url(../images/4/dewatermark.ai_1735316304546-766.webp)
    }

    .ps190 {
        margin-left: 111px;
        margin-top: -29px
    }

    .s232 {
        min-width: 252px;
        width: 252px;
        height: 26px
    }

    .f47 {
        font-size: 12px;
        font-size: calc(12px * var(--f));
        line-height: 1.584
    }

    .ps191 {
        margin-left: 8px;
        margin-top: -20px
    }

    .s233 {
        min-width: 89px;
        width: 89px;
        min-height: 86px;
        height: 86px
    }

    .i16 {
        left: 0;
        width: 88px;
        height: 86px
    }

    .ps192 {
        margin-left: 53px;
        margin-top: -21px
    }

    .s234 {
        min-width: 314px;
        width: 314px;
        min-height: 263px;
        height: 263px
    }

    .f48 {
        font-size: 7px;
        font-size: calc(7px * var(--f));
        line-height: 1.858
    }

    .ps193 {
        margin-left: 168px;
        margin-top: 13px
    }

    .s235 {
        min-width: 95px;
        height: 17px;
        width: 95px
    }

    .f49 {
        font-size: 6px;
        font-size: calc(6px * var(--f));
        line-height: 1.168;
        padding-top: 5px;
        padding-bottom: 5px
    }

    .c60::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c60:hover:before {
        opacity: 1
    }

    .c60::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c60:hover:after {
        opacity: 0
    }

    .c60:active:before {
        opacity: 1
    }

    .c60:active:after {
        opacity: 1;
        transition: initial
    }

    .ps194 {
        margin-left: 4px;
        margin-top: 13px
    }

    .s236 {
        min-width: 95px;
        height: 17px;
        width: 95px
    }

    .f50 {
        font-size: 6px;
        font-size: calc(6px * var(--f));
        line-height: 1.168;
        padding-top: 5px;
        padding-bottom: 5px
    }

    .s237 {
        min-width: 444px;
        width: 444px;
        height: 161px
    }

    .c61 {
        background-image: url(../images/8/screenshot-2025-06-02-at-9.07.02-pm-888-1.jpg)
    }

    .webp .c61 {
        background-image: url(../images/j/screenshot-2025-06-02-at-9.07.02-pm-888.webp)
    }

    .c62 {
        height: 161px
    }

    .ps197 {
        margin-left: 425px;
        margin-top: 5px
    }

    .c63 {
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        border-radius: 9px
    }

    .ps198 {
        margin-left: 2px;
        margin-top: -8px
    }

    .s238 {
        min-width: 430px;
        width: 430px;
        min-height: 252px
    }

    .ps199 {
        margin-left: 31px
    }

    .s239 {
        min-width: 170px;
        width: 170px;
        min-height: 252px
    }

    .c64 {
        background-image: url(../images/p/whatsapp-image-2025-06-24-at-3.44.39-pm-336.jpeg)
    }

    .webp .c64 {
        background-image: url(../images/6/whatsapp-image-2025-06-24-at-3.44.39-pm-336.webp)
    }

    .ps200 {
        margin-left: -201px;
        margin-top: 99px
    }

    .s240 {
        min-width: 28px;
        height: 40px;
        width: 26px
    }

    .f51 {
        font-size: 12px;
        font-size: calc(12px * var(--f));
        line-height: 1.251;
        padding-top: 12px;
        padding-bottom: 11px
    }

    .ps201 {
        margin-left: 175px;
        margin-top: 99px
    }

    .ps202 {
        margin-left: 213px;
        margin-top: -58px
    }

    .s241 {
        min-width: 217px;
        height: 22px;
        width: 215px
    }

    .f52 {
        font-size: 7px;
        font-size: calc(7px * var(--f));
        line-height: 1.144;
        padding-top: 6px;
        padding-bottom: 6px
    }

    .ps203 {
        margin-left: 213px;
        margin-top: -34px
    }

    .s242 {
        min-width: 480px;
        min-height: 27px
    }

    .ps205 {
        margin-top: 6px
    }

    .s243 {
        width: 480px;
        min-height: 15px
    }

    .ps206 {
        margin-left: 342px
    }

    .s244 {
        min-width: 134px;
        width: 134px;
        min-height: 15px
    }

    .s245 {
        min-width: 65px;
        height: 15px;
        width: 65px
    }

    .f53 {
        font-size: 4px;
        font-size: calc(4px * var(--f));
        line-height: 1.251;
        padding-top: 5px;
        padding-bottom: 5px
    }

    .ps207 {
        margin-left: 4px
    }

    body {
        --d: 4;
        --s: 480
    }
}

@media (max-width:479px) {
    .c1 {
        min-width: 320px;
        margin-top: -7px;
        min-height: 953px
    }

    .ps1 {
        margin-top: 7px
    }

    .s1 {
        min-width: 320px;
        height: 223px
    }

    .ps3 {
        margin-top: 46px
    }

    .s2 {
        width: 320px;
        min-height: 66px
    }

    .ps4 {
        margin-left: 8px
    }

    .s3 {
        min-width: 304px;
        width: 304px;
        min-height: 66px
    }

    .ps5 {
        margin-top: 6px
    }

    .s4 {
        min-width: 22px;
        width: 22px;
        min-height: 20px;
        height: 20px
    }

    .i1 {
        left: 1px;
        min-width: 20px;
        max-width: 20px;
        min-height: 20px;
        max-height: 20px;
        -ms-transform: rotate(89deg) scale(-1, 1);
        -moz-transform: rotate(89deg) scale(-1, 1);
        -webkit-transform: rotate(89deg) scale(-1, 1);
        transform: rotate(89deg) scale(-1, 1)
    }

    .ps6 {
        margin-left: 7px;
        margin-top: 0
    }

    .s5 {
        min-width: 128px;
        width: 128px;
        height: 32px
    }

    .f1 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.572
    }

    .ps7 {
        margin-left: -156px;
        margin-top: 40px
    }

    .s6 {
        min-width: 21px;
        width: 21px;
        min-height: 22px;
        height: 22px
    }

    .i2 {
        left: 0;
        min-width: 21px;
        max-width: 21px;
        min-height: 21px;
        max-height: 21px
    }

    .ps8 {
        margin-left: 7px;
        margin-top: 36px
    }

    .s7 {
        min-width: 201px;
        width: 201px;
        height: 30px
    }

    .ps9 {
        margin-left: 41px;
        margin-top: 28px
    }

    .s8 {
        min-width: 33px;
        width: 33px;
        min-height: 34px;
        height: 34px
    }

    .i3 {
        width: 33px;
        height: 33px
    }

    .ps10 {
        margin-top: 6px
    }

    .s9 {
        min-height: 105px
    }

    .ps11 {
        margin-top: -217px
    }

    .s10 {
        width: 320px;
        min-height: 206px
    }

    .s11 {
        min-width: 316px;
        width: 316px;
        min-height: 206px
    }

    .ps13 {
        margin-top: 127px
    }

    .s12 {
        min-width: 233px;
        width: 233px;
        min-height: 57px;
        height: 57px
    }

    .i4 {
        width: 233px;
        height: 51px;
        top: 3px;
        -webkit-border-radius: 29px;
        -moz-border-radius: 29px;
        border-radius: 29px
    }

    .ps14 {
        margin-left: 42px;
        margin-top: 171px
    }

    .s13 {
        min-width: 31px;
        width: 31px;
        height: 35px
    }

    .s14 {
        min-width: 31px;
        width: 31px;
        min-height: 35px;
        height: 35px
    }

    .s15 {
        min-width: 31px;
        width: 31px;
        height: 35px
    }

    .mcv1 {
        display: inline-block
    }

    .v4 {
        display: inline-block;
        vertical-align: top
    }

    .ps16 {
        position: relative;
        margin-left: 0;
        margin-top: 0
    }

    .s16 {
        min-width: 31px;
        width: 31px;
        min-height: 35px
    }

    .c5 {
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: contain;
        background-image: url(../images/l/hamburger-gray-62.png)
    }

    .z10 {
        pointer-events: none
    }

    .webp .c5 {
        background-image: url(../images/n/hamburger-gray-62.webp)
    }

    .ps17 {
        margin-top: 14px
    }

    .s17 {
        min-width: 31px;
        width: 31px;
        height: 6px
    }

    .f2 {
        font-size: 3px;
        font-size: calc(3px * var(--f));
        line-height: 1.334
    }

    .v5 {
        display: none
    }

    .ps18 {
        margin-left: -249px
    }

    .s18 {
        min-width: 280px;
        width: 280px;
        min-height: 176px;
        height: 177px
    }

    .s19 {
        min-width: 280px;
        width: 280px;
        height: 25px
    }

    .s20 {
        min-width: 280px;
        width: 280px;
        min-height: 25px
    }

    .ps19 {
        margin-top: 3px
    }

    .s21 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .f3 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .s22 {
        min-width: 280px;
        width: 280px;
        min-height: 125px;
        height: 125px
    }

    .s23 {
        min-width: 280px;
        width: 280px;
        height: 25px
    }

    .s24 {
        min-width: 280px;
        width: 280px;
        min-height: 25px
    }

    .ps20 {
        margin-top: 3px
    }

    .s25 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps21 {
        margin-top: 0
    }

    .ps22 {
        margin-left: 0;
        margin-top: 0
    }

    .s26 {
        min-width: 280px;
        width: 280px;
        height: 25px
    }

    .s27 {
        min-width: 280px;
        width: 280px;
        min-height: 25px
    }

    .s28 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .s29 {
        min-width: 280px;
        width: 280px;
        min-height: 311px;
        height: 311px
    }

    .s30 {
        min-width: 280px;
        width: 280px;
        height: 25px
    }

    .s31 {
        min-width: 280px;
        width: 280px;
        min-height: 25px
    }

    .s32 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps25 {
        margin-left: 0;
        margin-top: 0
    }

    .s33 {
        min-width: 280px;
        width: 280px;
        height: 25px
    }

    .s34 {
        min-width: 280px;
        width: 280px;
        min-height: 25px
    }

    .s35 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .s36 {
        min-width: 280px;
        width: 280px;
        min-height: 100px;
        height: 100px
    }

    .s37 {
        min-width: 280px;
        width: 280px;
        height: 25px
    }

    .s38 {
        min-width: 280px;
        width: 280px;
        min-height: 25px
    }

    .s39 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps27 {
        margin-left: 0;
        margin-top: 0
    }

    .s40 {
        min-width: 280px;
        width: 280px;
        height: 25px
    }

    .s41 {
        min-width: 280px;
        width: 280px;
        min-height: 25px
    }

    .s42 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .s43 {
        min-width: 280px;
        width: 280px;
        min-height: 19px;
        height: 19px
    }

    .s44 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .s45 {
        min-width: 280px;
        width: 280px;
        min-height: 19px
    }

    .ps29 {
        margin-top: 0
    }

    .s46 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps30 {
        margin-left: 0;
        margin-top: 0
    }

    .s47 {
        min-width: 280px;
        width: 280px;
        height: 25px
    }

    .s48 {
        min-width: 280px;
        width: 280px;
        min-height: 25px
    }

    .s49 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps31 {
        margin-left: 0;
        margin-top: 0
    }

    .s50 {
        min-width: 280px;
        width: 280px;
        height: 25px
    }

    .s51 {
        min-width: 280px;
        width: 280px;
        min-height: 25px
    }

    .s52 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps32 {
        margin-left: 0;
        margin-top: 0
    }

    .ps33 {
        margin-left: 119px;
        margin-top: -206px
    }

    .s53 {
        min-width: 197px;
        width: 197px;
        min-height: 30px
    }

    .s54 {
        min-width: 197px;
        width: 197px;
        min-height: 30px
    }

    .s55 {
        min-width: 197px;
        width: 197px;
        height: 30px
    }

    .input1 {
        width: 197px;
        height: 30px;
        font-family: "Lato 3";
        font-size: 13px;
        line-height: 1.232;
        font-weight: 700;
        font-style: normal
    }

    .ps34 {
        margin-left: 174px;
        margin-top: -23px
    }

    .s56 {
        min-width: 20px;
        width: 20px;
        height: 17px
    }

    .c8 {
        min-width: 320px;
        margin-top: -895px;
        min-height: 21px
    }

    .s57 {
        width: 320px;
        min-height: 21px
    }

    .s58 {
        min-width: 320px;
        width: 320px;
        min-height: 21px
    }

    .s59 {
        min-width: 320px;
        width: 320px;
        min-height: 21px
    }

    .ps36 {
        margin-left: 5px
    }

    .s60 {
        min-width: 315px;
        width: 315px;
        min-height: 17px
    }

    .ps37 {
        margin-left: 60px;
        margin-top: 3px
    }

    .s61 {
        min-width: 206px;
        width: 206px;
        height: 10px
    }

    .f4 {
        font-size: 6px;
        font-size: calc(6px * var(--f));
        line-height: 1.668
    }

    .ps38 {
        margin-left: 34px;
        margin-top: 3px
    }

    .s62 {
        min-width: 11px;
        width: 11px;
        height: 11px
    }

    .c10 {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px
    }

    .ps39 {
        margin-top: -14px
    }

    .s63 {
        min-width: 320px;
        width: 320px;
        min-height: 18px
    }

    .ps40 {
        margin-left: 17px;
        margin-top: 3px
    }

    .s64 {
        min-width: 299px;
        width: 299px;
        min-height: 14px
    }

    .s65 {
        min-width: 286px;
        width: 286px;
        height: 14px
    }

    .f5 {
        font-size: 6px;
        font-size: calc(6px * var(--f));
        line-height: 1.834
    }

    .ps41 {
        margin-left: 2px
    }

    .c12 {
        min-width: 320px;
        margin-top: 151px;
        min-height: 271px
    }

    .s66 {
        min-width: 320px;
        min-height: 271px
    }

    .ps42 {
        margin-top: 9px
    }

    .s67 {
        width: 320px;
        min-height: 241px
    }

    .s68 {
        min-width: 320px;
        width: 320px;
        min-height: 241px
    }

    .s69 {
        min-width: 320px;
        width: 320px;
        min-height: 241px
    }

    .s70 {
        min-width: 320px;
        width: 320px;
        min-height: 185px
    }

    .s71 {
        height: 185px
    }

    .s72 {
        width: 100%;
        height: auto;
        padding: 3px 0px 3px 0px
    }

    .s73 {
        width: 100%;
        height: auto;
        padding: 26px 0px 26px 0px
    }

    .un7 .slider {
        height: 185px
    }

    .un7 .slick-list {
        height: 185px
    }

    .ps43 {
        margin-left: 135px;
        margin-top: 19px
    }

    .s74 {
        min-width: 179px;
        height: 37px;
        width: 179px
    }

    .c14 {
        -webkit-border-radius: 19px;
        -moz-border-radius: 19px;
        border-radius: 19px
    }

    .f6 {
        font-size: 12px;
        font-size: calc(12px * var(--f));
        line-height: 1.251;
        padding-top: 11px;
        padding-bottom: 11px
    }

    .ps44 {
        margin-top: -432px
    }

    .s75 {
        width: 320px;
        height: 556px
    }

    .s76 {
        min-width: 320px;
        width: 320px;
        min-height: 556px
    }

    .s77 {
        min-width: 320px;
        width: 320px;
        min-height: 556px
    }

    .ps45 {
        margin-left: 59px;
        margin-top: 47px
    }

    .s78 {
        min-width: 203px;
        width: 203px;
        min-height: 133px
    }

    .ps46 {
        margin-left: 187px;
        margin-top: 4px
    }

    .s79 {
        min-width: 9px;
        width: 9px;
        height: 9px
    }

    .c16 {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px
    }

    .ps47 {
        margin-left: 16px;
        margin-top: 9px
    }

    .s80 {
        min-width: 172px;
        width: 172px;
        min-height: 90px
    }

    .s81 {
        min-width: 172px;
        width: 172px;
        min-height: 69px
    }

    .s82 {
        min-width: 172px;
        width: 172px;
        height: 23px
    }

    .input2 {
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        width: 172px;
        height: 23px;
        font-size: 5px
    }

    .ps48 {
        margin-top: 2px
    }

    .input3 {
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        width: 172px;
        height: 23px;
        font-size: 5px;
        line-height: 1.201
    }

    .ps49 {
        margin-left: 111px;
        margin-top: 3px
    }

    .s83 {
        min-width: 60px;
        width: 60px;
        height: 18px
    }

    .submit1 {
        font-size: 6px;
        line-height: 1.168;
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        border-radius: 9px;
        padding-top: 6px;
        padding-bottom: 5px
    }

    .s84 {
        width: 60px
    }

    .ps50 {
        margin-top: 7px
    }

    .s85 {
        min-width: 170px;
        width: 170px;
        height: 14px
    }

    .f7 {
        font-size: 3px;
        font-size: calc(3px * var(--f));
        line-height: 1.334
    }

    .ps51 {
        margin-top: -21px
    }

    .s86 {
        min-width: 320px;
        width: 320px;
        min-height: 276px
    }

    .ps52 {
        margin-top: 0
    }

    .s87 {
        min-width: 320px;
        width: 320px;
        min-height: 180px
    }

    .pl1 {
        height: 180px
    }

    .vd1 {
        width: 320px;
        height: 180px
    }

    .ps53 {
        margin-left: 0;
        margin-top: -298px
    }

    .s88 {
        min-width: 320px;
        width: 320px;
        min-height: 417px
    }

    .ps54 {
        margin-left: 265px;
        margin-top: 10px
    }

    .s89 {
        min-width: 26px;
        width: 26px;
        min-height: 26px;
        height: 26px
    }

    .i5 {
        left: 0;
        min-width: 26px;
        max-width: 26px;
        min-height: 26px;
        max-height: 26px
    }

    .ps55 {
        margin-left: 3px;
        margin-top: 13px
    }

    .s90 {
        min-width: 317px;
        height: 39px;
        width: 317px
    }

    .f8 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.279;
        padding-top: 8px;
        padding-bottom: 8px
    }

    .c18::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c18:hover:before {
        opacity: 1
    }

    .c18::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c18:hover:after {
        opacity: 0
    }

    .c18:active:before {
        opacity: 1
    }

    .c18:active:after {
        opacity: 1;
        transition: initial
    }

    .ps56 {
        margin-top: 2px
    }

    .s91 {
        min-width: 320px;
        height: 39px;
        width: 320px
    }

    .ps57 {
        margin-left: 1px;
        margin-top: 2px
    }

    .s92 {
        min-width: 319px;
        height: 39px;
        width: 319px
    }

    .ps58 {
        margin-top: 3px
    }

    .ps59 {
        margin-top: 2px
    }

    .ps60 {
        margin-left: 1px;
        margin-top: 2px
    }

    .ps61 {
        margin-left: 0;
        margin-top: 2px
    }

    .ps62 {
        margin-left: 0;
        margin-top: 2px
    }

    .ps63 {
        margin-left: 1px;
        margin-top: 2px
    }

    .s93 {
        min-width: 319px;
        height: 39px;
        width: 319px
    }

    .f9 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.279;
        padding-top: 8px;
        padding-bottom: 8px
    }

    .ps64 {
        margin-left: 41px;
        margin-top: -556px
    }

    .s94 {
        min-width: 80px;
        width: 80px;
        height: 80px
    }

    .ps65 {
        margin-left: 0;
        margin-top: 0
    }

    .s95 {
        min-width: 80px;
        width: 80px;
        min-height: 80px;
        height: 80px
    }

    .i6 {
        left: 0;
        width: 80px;
        height: 53px;
        top: 13px
    }

    .ps66 {
        margin-left: 66px;
        margin-top: -77px
    }

    .s96 {
        min-width: 11px;
        width: 11px;
        height: 11px
    }

    .c20 {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px
    }

    .ps67 {
        margin-left: 10px;
        margin-top: -21px
    }

    .s97 {
        min-width: 72px;
        height: 23px;
        width: 68px
    }

    .f10 {
        font-size: 7px;
        font-size: calc(7px * var(--f));
        line-height: 1.287;
        padding-top: 5px;
        padding-bottom: 5px
    }

    .c21::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 2px solid #161616;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: -2px;
        margin-left: -2px;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c21:hover:before {
        opacity: 1
    }

    .c21::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 2px solid #161616;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: -2px;
        margin-left: -2px;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c21:hover:after {
        opacity: 0
    }

    .c21:active:before {
        opacity: 1
    }

    .c21:active:after {
        opacity: 1;
        transition: initial
    }

    .ps68 {
        margin-left: -1px;
        margin-top: -469px
    }

    .s98 {
        min-width: 80px;
        width: 80px;
        min-height: 80px
    }

    .ps69 {
        margin-left: 67px;
        margin-top: 3px
    }

    .c23 {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px
    }

    .c24 {
        min-width: 320px;
        margin-top: -195px;
        min-height: 1902px
    }

    .ps70 {
        margin-top: 78px
    }

    .s99 {
        min-width: 320px;
        height: 1824px
    }

    .ps71 {
        margin-top: 20px
    }

    .s100 {
        width: 320px;
        min-height: 1795px
    }

    .s101 {
        min-width: 322px;
        width: 322px;
        min-height: 1795px
    }

    .s102 {
        min-width: 322px;
        width: 322px;
        min-height: 1795px
    }

    .ps73 {
        margin-left: 45px
    }

    .s103 {
        min-width: 248px;
        width: 248px;
        min-height: 482px
    }

    .s104 {
        min-width: 248px;
        width: 248px;
        min-height: 482px
    }

    .ps75 {
        margin-left: 23px;
        margin-top: 11px
    }

    .s105 {
        min-width: 193px;
        width: 193px;
        height: 32px
    }

    .s106 {
        min-height: 32px
    }

    .f11 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201
    }

    .ps76 {
        margin-top: 12px
    }

    .s107 {
        min-width: 248px;
        width: 248px;
        min-height: 153px;
        height: 153px
    }

    .i7 {
        width: 248px;
        height: 153px
    }

    .ps77 {
        margin-left: 3px;
        margin-top: 43px
    }

    .s108 {
        min-width: 230px;
        width: 230px;
        min-height: 231px;
        height: 231px
    }

    .ps78 {
        margin-left: 8px
    }

    .p3 {
        text-indent: -8px
    }

    .f12 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.847
    }

    .f13 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.847
    }

    .f13:visited {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.847
    }

    .f13:hover {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.847
    }

    .f13:active {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.847
    }

    .ps79 {
        margin-top: -273px
    }

    .s109 {
        min-width: 248px;
        height: 32px;
        width: 248px
    }

    .f14 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.126;
        padding-top: 7px;
        padding-bottom: 7px
    }

    .ps80 {
        margin-left: 45px;
        margin-top: 517px
    }

    .s110 {
        min-width: 249px;
        width: 249px;
        min-height: 482px
    }

    .s111 {
        min-width: 248px;
        width: 248px;
        min-height: 482px
    }

    .ps81 {
        margin-left: 54px
    }

    .s112 {
        min-width: 140px;
        width: 140px;
        height: 29px
    }

    .s113 {
        min-height: 29px
    }

    .f15 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201
    }

    .ps82 {
        margin-left: 2px;
        margin-top: -421px
    }

    .s114 {
        min-width: 247px;
        width: 247px;
        min-height: 148px;
        height: 148px
    }

    .i8 {
        width: 247px;
        height: 148px
    }

    .ps83 {
        margin-left: 1px;
        margin-top: -273px
    }

    .s115 {
        min-width: 248px;
        height: 32px;
        width: 248px
    }

    .f16 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.126;
        padding-top: 7px;
        padding-bottom: 7px
    }

    .ps84 {
        margin-left: 4px;
        margin-top: -233px
    }

    .s116 {
        min-width: 240px;
        width: 240px;
        height: 232px
    }

    .p4 {
        text-indent: -8px
    }

    .ps85 {
        margin-left: 45px;
        margin-top: -981px
    }

    .s117 {
        min-width: 248px;
        width: 248px;
        min-height: 480px
    }

    .s118 {
        min-width: 248px;
        width: 248px;
        min-height: 480px
    }

    .ps87 {
        margin-left: 51px;
        margin-top: 11px
    }

    .s119 {
        min-width: 139px;
        width: 139px;
        height: 30px
    }

    .s120 {
        min-height: 30px
    }

    .f17 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201
    }

    .ps88 {
        margin-left: 1px;
        margin-top: 14px
    }

    .s121 {
        min-width: 247px;
        width: 247px;
        min-height: 147px;
        height: 147px
    }

    .i9 {
        width: 247px;
        height: 147px
    }

    .ps89 {
        margin-left: 7px;
        margin-top: 32px
    }

    .s122 {
        min-width: 236px;
        width: 236px;
        height: 239px
    }

    .p5 {
        text-indent: -8px
    }

    .p6 {
        text-indent: -8px
    }

    .f18 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.847
    }

    .ps90 {
        margin-top: -278px
    }

    .s123 {
        min-width: 248px;
        height: 32px;
        width: 248px
    }

    .f19 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.126;
        padding-top: 7px;
        padding-bottom: 7px
    }

    .ps91 {
        margin-top: 12px
    }

    .s124 {
        min-width: 320px;
        width: 320px;
        min-height: 300px
    }

    .ps92 {
        margin-left: 0;
        margin-top: -291px
    }

    .s125 {
        min-width: 322px;
        width: 322px;
        min-height: 291px
    }

    .ps93 {
        margin-left: 6px
    }

    .s126 {
        min-width: 187px;
        width: 187px;
        min-height: 289px
    }

    .c34 {
        background-image: url(../images/c/whatsapp-image-2025-06-24-at-3.21.47-pm-374.jpeg)
    }

    .webp .c34 {
        background-image: url(../images/p/whatsapp-image-2025-06-24-at-3.21.47-pm-374.webp)
    }

    .ps94 {
        margin-left: 11px
    }

    .s127 {
        min-width: 114px;
        width: 114px;
        min-height: 289px
    }

    .c35 {
        background-image: url(../images/0/whatsapp-image-2025-06-24-at-3.23.47-pm-228.jpeg)
    }

    .webp .c35 {
        background-image: url(../images/h/whatsapp-image-2025-06-24-at-3.23.47-pm-228.webp)
    }

    .ps95 {
        margin-left: 0;
        margin-top: -194px
    }

    .s128 {
        min-width: 39px;
        height: 79px;
        width: 37px
    }

    .f20 {
        font-size: 9px;
        font-size: calc(9px * var(--f));
        line-height: 1.223;
        padding-top: 33px;
        padding-bottom: 33px
    }

    .ps96 {
        margin-left: 254px;
        margin-top: -194px
    }

    .s129 {
        min-width: 29px;
        height: 80px;
        width: 27px
    }

    .f21 {
        font-size: 9px;
        font-size: calc(9px * var(--f));
        line-height: 1.223;
        padding-top: 34px;
        padding-bottom: 33px
    }

    .c37 {
        min-width: 320px;
        margin-top: -12px;
        min-height: 1272px
    }

    .ps97 {
        margin-top: 12px
    }

    .s130 {
        min-width: 320px;
        height: 1260px
    }

    .ps98 {
        margin-top: 26px
    }

    .s131 {
        width: 320px;
        min-height: 1197px
    }

    .ps99 {
        margin-left: 9px
    }

    .s132 {
        min-width: 301px;
        width: 301px;
        min-height: 1197px
    }

    .s133 {
        min-width: 300px;
        width: 300px;
        min-height: 516px
    }

    .ps101 {
        margin-left: 23px;
        margin-top: 12px
    }

    .s134 {
        min-width: 266px;
        width: 266px;
        height: 31px
    }

    .s135 {
        min-height: 31px
    }

    .f22 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.445
    }

    .f23 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.445
    }

    .ps102 {
        margin-left: 2px;
        margin-top: 7px
    }

    .s136 {
        min-width: 297px;
        width: 297px;
        min-height: 122px;
        height: 122px
    }

    .i10 {
        width: 297px;
        height: 122px
    }

    .ps103 {
        margin-left: 8px;
        margin-top: 8px
    }

    .s137 {
        min-width: 290px;
        width: 290px;
        height: 120px
    }

    .f24 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .f25 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .f25:visited {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215;
        color: #5789c1
    }

    .f25:hover {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215;
        color: #5789c1
    }

    .f25:active {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215;
        color: #5789c1
    }

    .ps104 {
        margin-left: 23px;
        margin-top: 15px
    }

    .s138 {
        min-width: 267px;
        height: 44px;
        width: 267px
    }

    .f26 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215;
        padding-top: 14px;
        padding-bottom: 13px
    }

    .ps105 {
        margin-left: 22px;
        margin-top: 5px
    }

    .s139 {
        min-width: 268px;
        height: 43px;
        width: 268px
    }

    .f27 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215;
        padding-top: 13px;
        padding-bottom: 13px
    }

    .ps106 {
        margin-left: 21px;
        margin-top: 5px
    }

    .s140 {
        min-width: 269px;
        height: 44px;
        width: 269px
    }

    .f28 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215;
        padding-top: 14px;
        padding-bottom: 13px
    }

    .ps107 {
        margin-left: 1px;
        margin-top: 28px
    }

    .s141 {
        min-width: 300px;
        width: 300px;
        min-height: 516px
    }

    .ps108 {
        margin-left: 28px;
        margin-top: 9px
    }

    .s142 {
        min-width: 249px;
        width: 249px;
        height: 31px
    }

    .s143 {
        min-height: 31px
    }

    .f29 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.445
    }

    .f30 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.445
    }

    .ps109 {
        margin-left: 2px;
        margin-top: 10px
    }

    .s144 {
        min-width: 297px;
        width: 297px;
        min-height: 122px;
        height: 122px
    }

    .i11 {
        width: 297px;
        height: 122px
    }

    .ps110 {
        margin-left: 8px;
        margin-top: 8px
    }

    .s145 {
        min-width: 290px;
        width: 290px;
        height: 120px
    }

    .f31 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.358
    }

    .f32 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.358
    }

    .f32:visited {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.358;
        color: #5789c1
    }

    .f32:hover {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.358;
        color: #5789c1
    }

    .f32:active {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.358;
        color: #5789c1
    }

    .f33 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.358
    }

    .ps111 {
        margin-left: 23px;
        margin-top: 15px
    }

    .s146 {
        min-width: 267px;
        height: 44px;
        width: 267px
    }

    .ps112 {
        margin-left: 22px;
        margin-top: 5px
    }

    .s147 {
        min-width: 268px;
        height: 43px;
        width: 268px
    }

    .ps113 {
        margin-left: 21px;
        margin-top: 5px
    }

    .s148 {
        min-width: 269px;
        width: 269px;
        min-height: 95px
    }

    .s149 {
        min-width: 269px;
        width: 269px;
        min-height: 95px
    }

    .s150 {
        min-width: 269px;
        height: 44px;
        width: 269px
    }

    .ps115 {
        margin-top: 7px
    }

    .ps116 {
        margin-left: 5px;
        margin-top: 27px
    }

    .s151 {
        min-width: 282px;
        width: 282px;
        min-height: 110px
    }

    .c40 {
        min-width: 320px;
        margin-top: -1px;
        min-height: 655px
    }

    .ps117 {
        margin-top: 1px
    }

    .s152 {
        min-width: 320px;
        height: 654px
    }

    .ps118 {
        margin-top: 0
    }

    .s153 {
        min-width: 320px;
        min-height: 159px
    }

    .ps119 {
        margin-top: -140px
    }

    .s154 {
        width: 320px;
        min-height: 601px
    }

    .ps120 {
        margin-left: 6px
    }

    .s155 {
        min-width: 314px;
        width: 314px;
        height: 98px
    }

    .f34 {
        font-size: 24px;
        font-size: calc(24px * var(--f));
        line-height: 1.334
    }

    .ps121 {
        margin-left: 10px;
        margin-top: 49px
    }

    .s156 {
        min-width: 292px;
        width: 292px;
        min-height: 346px
    }

    .s157 {
        min-width: 292px;
        width: 292px;
        min-height: 156px
    }

    .s158 {
        min-width: 292px;
        width: 292px;
        min-height: 156px
    }

    .s159 {
        min-width: 292px;
        width: 292px;
        height: 156px
    }

    .c43 {
        background-image: url(../images/6/screenshot-2025-05-23-at-12.12.39-am-584.jpg)
    }

    .webp .c43 {
        background-image: url(../images/8/screenshot-2025-05-23-at-12.12.39-am-584.webp)
    }

    .ps123 {
        margin-left: 132px;
        margin-top: -44px
    }

    .s160 {
        min-width: 151px;
        height: 29px;
        width: 149px
    }

    .c44 {
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px
    }

    .f35 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092;
        padding-top: 8px;
        padding-bottom: 7px
    }

    .ps124 {
        margin-left: 0;
        margin-top: 22px
    }

    .s161 {
        min-width: 292px;
        width: 292px;
        min-height: 168px
    }

    .s162 {
        min-width: 292px;
        width: 292px;
        min-height: 168px
    }

    .s163 {
        min-width: 292px;
        height: 168px;
        width: 292px
    }

    .c45 {
        background-image: url(../images/j/screenshot-2025-05-23-at-12.25.04-am-584.jpg)
    }

    .webp .c45 {
        background-image: url(../images/e/screenshot-2025-05-23-at-12.25.04-am-584.webp)
    }

    .f36 {
        font-size: 3px;
        font-size: calc(3px * var(--f));
        line-height: 1.334;
        padding-top: 82px;
        padding-bottom: 82px
    }

    .ps125 {
        margin-left: 120px;
        margin-top: -41px
    }

    .c46 {
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px
    }

    .f37 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092;
        padding-top: 2px;
        padding-bottom: 1px
    }

    .ps126 {
        margin-left: 12px;
        margin-top: 33px
    }

    .s164 {
        min-width: 304px;
        width: 304px;
        min-height: 75px
    }

    .c47 {
        min-width: 320px;
        margin-top: -8px;
        min-height: 1018px
    }

    .ps127 {
        margin-top: 8px
    }

    .s165 {
        min-width: 320px;
        height: 1010px
    }

    .ps128 {
        margin-top: 23px
    }

    .s166 {
        width: 320px;
        min-height: 959px
    }

    .ps129 {
        margin-left: 9px
    }

    .s167 {
        min-width: 300px;
        width: 300px;
        min-height: 959px
    }

    .s168 {
        min-width: 300px;
        width: 300px;
        min-height: 959px
    }

    .ps130 {
        margin-left: 3px
    }

    .s169 {
        min-width: 293px;
        width: 293px;
        min-height: 814px
    }

    .ps131 {
        margin-left: 183px;
        margin-top: 289px
    }

    .s170 {
        min-width: 86px;
        width: 86px;
        min-height: 93px
    }

    .vd2 {
        width: 86px;
        height: 93px
    }

    .ps132 {
        margin-top: -382px
    }

    .s171 {
        min-width: 293px;
        width: 293px;
        min-height: 814px
    }

    .s172 {
        min-width: 293px;
        width: 293px;
        min-height: 814px
    }

    .s173 {
        min-width: 293px;
        width: 293px;
        min-height: 814px
    }

    .ps133 {
        margin-left: 8px;
        margin-top: -418px
    }

    .s174 {
        min-width: 275px;
        width: 275px;
        min-height: 409px
    }

    .s175 {
        min-width: 275px;
        width: 275px;
        min-height: 409px
    }

    .c49 {
        background-image: url(../images/c/image-550.jpg)
    }

    .webp .c49 {
        background-image: url(../images/j/image-550.webp)
    }

    .ps134 {
        margin-left: 35px;
        margin-top: -391px
    }

    .s176 {
        min-width: 205px;
        width: 205px;
        height: 35px
    }

    .f38 {
        font-size: 20px;
        font-size: calc(20px * var(--f))
    }

    .ps135 {
        margin-left: 10px;
        margin-top: -316px
    }

    .s177 {
        min-width: 259px;
        width: 259px;
        height: 38px
    }

    .input4 {
        width: 259px;
        height: 38px;
        font-size: 14px;
        line-height: 1.215
    }

    .ps136 {
        margin-left: 10px;
        margin-top: -224px
    }

    .s178 {
        min-width: 259px;
        width: 259px;
        height: 40px
    }

    .input5 {
        width: 259px;
        height: 40px;
        font-size: 14px;
        line-height: 1.215
    }

    .ps137 {
        margin-left: 10px;
        margin-top: -273px
    }

    .s179 {
        min-width: 259px;
        width: 259px;
        height: 44px
    }

    .input6 {
        width: 259px;
        height: 44px;
        font-size: 14px;
        line-height: 1.215
    }

    .ps138 {
        margin-left: 9px;
        margin-top: -176px
    }

    .s180 {
        min-width: 261px;
        width: 261px;
        height: 120px
    }

    .input7 {
        width: 261px;
        height: 120px;
        font-size: 14px;
        line-height: 1.644
    }

    .ps139 {
        margin-left: 156px;
        margin-top: -48px
    }

    .s181 {
        min-width: 111px;
        height: 36px;
        width: 109px
    }

    .f39 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144;
        padding-bottom: 9px
    }

    .c50::before {
        background-image: -webkit-gradient(linear, 135deg, color-stop(0, rgb(161, 161, 161)), color-stop(1, rgb(0, 0, 0)));
        background-image: -o-linear-gradient(135deg, rgb(161, 161, 161) 0%, rgb(0, 0, 0) 100%);
        background-image: -webkit-linear-gradient(135deg, rgb(161, 161, 161) 0%, rgb(0, 0, 0) 100%);
        background-image: -ms-linear-gradient(135deg, rgb(161, 161, 161) 0%, rgb(0, 0, 0) 100%);
        background-image: linear-gradient(135deg, rgb(161, 161, 161) 0%, rgb(0, 0, 0) 100%);
        background-clip: content-box;
        border: 1px solid #fff;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: -1px;
        margin-left: -1px;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c50:hover:before {
        opacity: 1
    }

    .c50::after {
        background-image: -webkit-gradient(linear, 115deg, color-stop(0, rgb(22, 22, 22)), color-stop(1, rgb(161, 161, 161)));
        background-image: -o-linear-gradient(115deg, rgb(22, 22, 22) 0%, rgb(161, 161, 161) 100%);
        background-image: -webkit-linear-gradient(115deg, rgb(22, 22, 22) 0%, rgb(161, 161, 161) 100%);
        background-image: -ms-linear-gradient(115deg, rgb(22, 22, 22) 0%, rgb(161, 161, 161) 100%);
        background-image: linear-gradient(115deg, rgb(22, 22, 22) 0%, rgb(161, 161, 161) 100%);
        background-clip: content-box;
        border: 1px solid #fff;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: -1px;
        margin-left: -1px;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c50:hover:after {
        opacity: 0
    }

    .c50:active:before {
        opacity: 1
    }

    .c50:active:after {
        opacity: 1;
        transition: initial
    }

    .ps140 {
        margin-left: 0;
        margin-top: 29px
    }

    .s182 {
        min-width: 300px;
        width: 300px;
        min-height: 116px
    }

    .ps141 {
        margin-top: 0
    }

    .s183 {
        min-width: 320px;
        height: 1112px
    }

    .ps142 {
        margin-top: 27px
    }

    .s184 {
        width: 320px;
        min-height: 1044px
    }

    .ps143 {
        margin-left: 0
    }

    .s185 {
        min-width: 291px;
        width: 291px;
        min-height: 583px
    }

    .ps144 {
        margin-left: 21px
    }

    .s186 {
        min-width: 99px;
        width: 99px;
        min-height: 98px;
        height: 98px
    }

    .i12 {
        left: 0;
        width: 99px;
        height: 97px;
        top: 1px;
        -webkit-border-radius: 49px;
        -moz-border-radius: 49px;
        border-radius: 49px
    }

    .ps145 {
        margin-left: 6px;
        margin-top: 32px
    }

    .s187 {
        min-width: 174px;
        width: 174px;
        height: 32px
    }

    .f40 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.376
    }

    .ps146 {
        margin-left: 7px;
        margin-top: -2px
    }

    .s188 {
        min-width: 276px;
        width: 276px;
        min-height: 2px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps147 {
        margin-left: 0;
        margin-top: 286px
    }

    .s189 {
        min-width: 291px;
        width: 291px;
        min-height: 135px
    }

    .ps148 {
        margin-top: 102px
    }

    .s190 {
        min-width: 268px;
        width: 268px;
        height: 33px
    }

    .f41 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.601
    }

    .ps149 {
        margin-top: -135px
    }

    .s191 {
        min-width: 291px;
        width: 291px;
        min-height: 3px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps150 {
        margin-left: 0;
        margin-top: -400px
    }

    .s192 {
        min-width: 320px;
        width: 320px;
        min-height: 861px
    }

    .ps151 {
        margin-left: 12px;
        margin-top: 400px
    }

    .s193 {
        min-width: 278px;
        width: 278px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps152 {
        margin-left: 0;
        margin-top: -401px
    }

    .s194 {
        min-width: 320px;
        width: 320px;
        min-height: 861px
    }

    .ps153 {
        margin-left: 0
    }

    .s195 {
        min-width: 320px;
        width: 320px;
        min-height: 754px
    }

    .ps154 {
        margin-top: 0
    }

    .s196 {
        min-width: 320px;
        width: 320px;
        min-height: 754px
    }

    .s197 {
        min-width: 320px;
        width: 320px;
        min-height: 475px
    }

    .s198 {
        min-width: 166px;
        width: 166px;
        min-height: 192px
    }

    .s199 {
        min-width: 113px;
        width: 113px;
        height: 23px
    }

    .f42 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f42:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f42:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f42:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .ps156 {
        margin-left: 2px;
        margin-top: 7px
    }

    .s200 {
        min-width: 91px;
        width: 91px;
        height: 19px
    }

    .f43 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f43:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f43:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f43:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .ps157 {
        margin-left: 0;
        margin-top: 35px
    }

    .s201 {
        min-width: 90px;
        width: 90px;
        height: 20px
    }

    .ps158 {
        margin-top: -47px
    }

    .s202 {
        min-width: 140px;
        width: 140px;
        height: 22px
    }

    .ps159 {
        margin-top: 68px
    }

    .s203 {
        min-width: 163px;
        width: 163px;
        height: 20px
    }

    .ps160 {
        margin-top: -49px
    }

    .s204 {
        min-width: 126px;
        width: 126px;
        height: 21px
    }

    .ps161 {
        margin-top: -81px
    }

    .s205 {
        min-width: 166px;
        width: 166px;
        height: 24px
    }

    .ps162 {
        margin-left: 0;
        margin-top: -192px
    }

    .s206 {
        min-width: 320px;
        width: 320px;
        min-height: 475px
    }

    .ps163 {
        margin-left: 171px
    }

    .s207 {
        min-width: 149px;
        width: 149px;
        height: 32px
    }

    .ps164 {
        margin-top: 209px
    }

    .s208 {
        min-width: 163px;
        width: 163px;
        height: 24px
    }

    .ps165 {
        margin-left: 11px;
        margin-top: -6px
    }

    .s209 {
        min-width: 49px;
        width: 49px;
        height: 23px
    }

    .ps166 {
        margin-top: 184px
    }

    .s210 {
        min-width: 211px;
        width: 211px;
        height: 26px
    }

    .ps167 {
        margin-left: 174px;
        margin-top: -419px
    }

    .s211 {
        min-width: 111px;
        width: 111px;
        height: 21px
    }

    .f44 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168;
        letter-spacing: 0.05px
    }

    .f44:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168;
        letter-spacing: 0.05px
    }

    .f44:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168;
        letter-spacing: 0.05px
    }

    .f44:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168;
        letter-spacing: 0.05px
    }

    .ps168 {
        margin-left: 0;
        margin-top: -62px
    }

    .s212 {
        min-width: 223px;
        width: 223px;
        height: 21px
    }

    .ps169 {
        margin-left: 23px;
        margin-top: 207px
    }

    .s213 {
        min-width: 177px;
        width: 177px;
        min-height: 72px
    }

    .s214 {
        min-width: 47px;
        width: 47px;
        min-height: 72px;
        height: 72px
    }

    .i13 {
        width: 47px;
        height: 72px
    }

    .ps171 {
        margin-left: 19px
    }

    .s215 {
        min-width: 47px;
        width: 47px;
        min-height: 72px;
        height: 72px
    }

    .i14 {
        width: 47px;
        height: 72px
    }

    .ps172 {
        margin-left: 17px;
        margin-top: 0
    }

    .s216 {
        min-width: 47px;
        width: 47px;
        min-height: 72px;
        height: 72px
    }

    .i15 {
        left: 0;
        width: 47px;
        height: 47px;
        top: 12px
    }

    .ps173 {
        margin-left: 0;
        margin-top: -475px
    }

    .s217 {
        min-width: 299px;
        width: 299px;
        min-height: 374px
    }

    .ps174 {
        margin-left: 0
    }

    .s218 {
        min-width: 282px;
        width: 282px;
        height: 29px
    }

    .ps175 {
        margin-top: 245px
    }

    .s219 {
        min-width: 218px;
        width: 218px;
        height: 28px
    }

    .ps176 {
        margin-left: 0;
        margin-top: -266px
    }

    .s220 {
        min-width: 291px;
        width: 291px;
        height: 31px
    }

    .f45 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f45:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f45:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f45:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .ps177 {
        margin-left: 1px;
        margin-top: 24px
    }

    .s221 {
        min-width: 212px;
        width: 212px;
        height: 20px
    }

    .ps178 {
        margin-top: 9px
    }

    .s222 {
        min-width: 211px;
        width: 211px;
        height: 19px
    }

    .ps179 {
        margin-left: 1px;
        margin-top: -170px
    }

    .s223 {
        min-width: 238px;
        width: 238px;
        height: 24px
    }

    .ps180 {
        margin-top: -72px
    }

    .s224 {
        min-width: 87px;
        width: 87px;
        height: 24px
    }

    .ps181 {
        margin-top: -133px
    }

    .s225 {
        min-width: 298px;
        width: 298px;
        height: 20px
    }

    .ps182 {
        margin-top: 23px
    }

    .s226 {
        min-width: 287px;
        width: 287px;
        height: 84px
    }

    .f46 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.616
    }

    .ps184 {
        width: 320px
    }

    .ps185 {
        margin-left: 5px;
        margin-top: 50px
    }

    .s227 {
        min-width: 315px;
        width: 315px;
        min-height: 224px;
        height: 224px
    }

    .c53 {
        background-image: url(../images/0/untitled-project-2-630.jpg)
    }

    .webp .c53 {
        background-image: url(../images/p/untitled-project-2-630.webp)
    }

    .ps186 {
        margin-left: 285px;
        margin-top: 8px
    }

    .s228 {
        min-width: 19px;
        width: 19px;
        height: 23px
    }

    .c54 {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px
    }

    .ps187 {
        margin-left: 0;
        margin-top: 13px;
        margin-bottom: 13px
    }

    .s229 {
        min-width: 320px;
        width: 320px;
        height: calc(100vh - 26px);
        height: calc(var(--vh, 1vh) * 100 - 26px);
    }

    .c57 {
        margin-top: max(calc(50vh - 298px), 0px);
        margin-top: max(calc(var(--vh, 1vh) * 50 - 298px), 0px);
        height: 570px
    }

    .ps188 {
        margin-left: 295px;
        margin-top: 7px
    }

    .s230 {
        min-width: 18px;
        width: 18px;
        height: 19px
    }

    .c58 {
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        border-radius: 9px
    }

    .ps189 {
        margin-top: 5px
    }

    .s231 {
        min-width: 320px;
        width: 320px;
        min-height: 48px
    }

    .c59 {
        background-image: url(../images/e/dewatermark.ai_1735316304546-640.jpg)
    }

    .webp .c59 {
        background-image: url(../images/t/dewatermark.ai_1735316304546-640.webp)
    }

    .ps190 {
        margin-left: 6px;
        margin-top: -40px
    }

    .s232 {
        min-width: 314px;
        width: 314px;
        height: 29px
    }

    .f47 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.572
    }

    .ps191 {
        margin-left: 4px;
        margin-top: -18px
    }

    .s233 {
        min-width: 73px;
        width: 73px;
        min-height: 81px;
        height: 81px
    }

    .i16 {
        left: 0;
        width: 73px;
        height: 71px;
        top: 5px
    }

    .ps192 {
        margin-left: 4px;
        margin-top: -17px
    }

    .s234 {
        min-width: 306px;
        width: 306px;
        min-height: 363px;
        height: 363px
    }

    .f48 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.858
    }

    .ps193 {
        margin-left: 7px;
        margin-top: 26px
    }

    .s235 {
        min-width: 145px;
        height: 33px;
        width: 145px
    }

    .f49 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        padding-top: 9px;
        padding-bottom: 8px
    }

    .c60::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c60:hover:before {
        opacity: 1
    }

    .c60::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c60:hover:after {
        opacity: 0
    }

    .c60:active:before {
        opacity: 1
    }

    .c60:active:after {
        opacity: 1;
        transition: initial
    }

    .ps194 {
        margin-left: 16px;
        margin-top: 26px
    }

    .s236 {
        min-width: 140px;
        height: 33px;
        width: 140px
    }

    .f50 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        padding-top: 1px;
        padding-bottom: 0
    }

    .s237 {
        min-width: 296px;
        width: 296px;
        height: 107px
    }

    .c61 {
        background-image: url(../images/4/screenshot-2025-06-02-at-9.07.02-pm-592.jpg)
    }

    .webp .c61 {
        background-image: url(../images/c/screenshot-2025-06-02-at-9.07.02-pm-592.webp)
    }

    .c62 {
        height: 107px
    }

    .ps197 {
        margin-left: 283px;
        margin-top: 3px
    }

    .c63 {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px
    }

    .ps198 {
        margin-left: 1px;
        margin-top: -5px
    }

    .s238 {
        min-width: 287px;
        width: 287px;
        min-height: 168px
    }

    .ps199 {
        margin-left: 21px
    }

    .s239 {
        min-width: 113px;
        width: 113px;
        min-height: 168px
    }

    .c64 {
        background-image: url(../images/4/whatsapp-image-2025-06-24-at-3.44.39-pm-224.jpeg)
    }

    .webp .c64 {
        background-image: url(../images/h/whatsapp-image-2025-06-24-at-3.44.39-pm-224.webp)
    }

    .ps200 {
        margin-left: -134px;
        margin-top: 66px
    }

    .s240 {
        min-width: 19px;
        height: 27px;
        width: 17px
    }

    .f51 {
        font-size: 8px;
        font-size: calc(8px * var(--f));
        line-height: 1.251;
        padding-top: 8px;
        padding-bottom: 7px
    }

    .ps201 {
        margin-left: 116px;
        margin-top: 66px
    }

    .ps202 {
        margin-left: 142px;
        margin-top: -39px
    }

    .s241 {
        min-width: 145px;
        height: 15px;
        width: 143px
    }

    .f52 {
        font-size: 5px;
        font-size: calc(5px * var(--f));
        line-height: 1.201;
        padding-top: 4px;
        padding-bottom: 3px
    }

    .ps203 {
        margin-left: 142px;
        margin-top: -23px
    }

    .s242 {
        min-width: 320px;
        min-height: 18px
    }

    .ps205 {
        margin-top: 4px
    }

    .s243 {
        width: 320px;
        min-height: 10px
    }

    .ps206 {
        margin-left: 228px
    }

    .s244 {
        min-width: 89px;
        width: 89px;
        min-height: 10px
    }

    .s245 {
        min-width: 43px;
        height: 10px;
        width: 43px
    }

    .f53 {
        font-size: 3px;
        font-size: calc(3px * var(--f));
        line-height: 1.334;
        padding-top: 3px;
        padding-bottom: 3px
    }

    .ps207 {
        margin-left: 3px
    }

    body {
        --d: 5;
        --s: 320
    }
}

@media (min-width:1920px) and (-webkit-min-device-pixel-ratio:1.7),
(min-width:1920px) and (min-resolution:144dpi) {
    .c35 {
        background-image: url(../images/t/whatsapp-image-2025-06-24-at-3.23.47-pm-1012.jpeg)
    }

    .webp .c35 {
        background-image: url(../images/a/whatsapp-image-2025-06-24-at-3.23.47-pm-1012.webp)
    }

    .c43 {
        background-image: url(../images/8/screenshot-2025-05-23-at-12.12.39-am-1814.jpg)
    }

    .webp .c43 {
        background-image: url(../images/0/screenshot-2025-05-23-at-12.12.39-am-1814.webp)
    }

    .c45 {
        background-image: url(../images/0/screenshot-2025-05-23-at-12.25.04-am-1932.jpg)
    }

    .webp .c45 {
        background-image: url(../images/8/screenshot-2025-05-23-at-12.25.04-am-1932.webp)
    }

    .c49 {
        background-image: url(../images/l/image-1738.jpg)
    }

    .webp .c49 {
        background-image: url(../images/r/image-1738.webp)
    }
}

@media (min-width:1200px) and (max-width:1919px) and (min-width:1200px) and (-webkit-min-device-pixel-ratio:1.7),
(min-width:1200px) and (max-width:1919px) and (min-width:1200px) and (min-resolution:144dpi) {
    .c34 {
        background-image: url(../images/p/whatsapp-image-2025-06-24-at-3.21.47-pm-632.jpeg)
    }

    .webp .c34 {
        background-image: url(../images/a/whatsapp-image-2025-06-24-at-3.21.47-pm-632.webp)
    }

    .c35 {
        background-image: url(../images/2/whatsapp-image-2025-06-24-at-3.23.47-pm-632.jpeg)
    }

    .webp .c35 {
        background-image: url(../images/c/whatsapp-image-2025-06-24-at-3.23.47-pm-632.webp)
    }

    .c43 {
        background-image: url(../images/p/screenshot-2025-05-23-at-12.12.39-am-1134.jpg)
    }

    .webp .c43 {
        background-image: url(../images/e/screenshot-2025-05-23-at-12.12.39-am-1134.webp)
    }

    .c45 {
        background-image: url(../images/r/screenshot-2025-05-23-at-12.25.04-am-1208.jpg)
    }

    .webp .c45 {
        background-image: url(../images/l/screenshot-2025-05-23-at-12.25.04-am-1208.webp)
    }

    .c49 {
        background-image: url(../images/e/image-1086.jpg)
    }

    .webp .c49 {
        background-image: url(../images/p/image-1086.webp)
    }

    .c53 {
        background-image: url(../images/e/untitled-project-2-2324.jpg)
    }

    .webp .c53 {
        background-image: url(../images/t/untitled-project-2-2324.webp)
    }

    .c64 {
        background-image: url(../images/p/whatsapp-image-2025-06-24-at-3.44.39-pm-838.jpeg)
    }

    .webp .c64 {
        background-image: url(../images/0/whatsapp-image-2025-06-24-at-3.44.39-pm-838.webp)
    }
}

@media (min-width:960px) and (max-width:1199px) and (min-width:960px) and (-webkit-min-device-pixel-ratio:1.7),
(min-width:960px) and (max-width:1199px) and (min-width:960px) and (min-resolution:144dpi) {
    .c34 {
        background-image: url(../images/h/whatsapp-image-2025-06-24-at-3.21.47-pm-506.jpeg)
    }

    .webp .c34 {
        background-image: url(../images/e/whatsapp-image-2025-06-24-at-3.21.47-pm-506.webp)
    }

    .c35 {
        background-image: url(../images/6/whatsapp-image-2025-06-24-at-3.23.47-pm-506.jpeg)
    }

    .webp .c35 {
        background-image: url(../images/p/whatsapp-image-2025-06-24-at-3.23.47-pm-506.webp)
    }

    .c43 {
        background-image: url(../images/j/screenshot-2025-05-23-at-12.12.39-am-908.jpg)
    }

    .webp .c43 {
        background-image: url(../images/j/screenshot-2025-05-23-at-12.12.39-am-908.webp)
    }

    .c45 {
        background-image: url(../images/t/screenshot-2025-05-23-at-12.25.04-am-966.jpg)
    }

    .webp .c45 {
        background-image: url(../images/8/screenshot-2025-05-23-at-12.25.04-am-966.webp)
    }

    .c49 {
        background-image: url(../images/2/image-730.jpg)
    }

    .webp .c49 {
        background-image: url(../images/j/image-730.webp)
    }

    .c53 {
        background-image: url(../images/8/untitled-project-2-1860.jpg)
    }

    .webp .c53 {
        background-image: url(../images/l/untitled-project-2-1860.webp)
    }

    .c59 {
        background-image: url(../images/a/dewatermark.ai_1735316304546-1530.jpg)
    }

    .webp .c59 {
        background-image: url(../images/8/dewatermark.ai_1735316304546-1530.webp)
    }

    .c61 {
        background-image: url(../images/6/screenshot-2025-06-02-at-9.07.02-pm-1776.jpg)
    }

    .webp .c61 {
        background-image: url(../images/j/screenshot-2025-06-02-at-9.07.02-pm-1776.webp)
    }

    .c64 {
        background-image: url(../images/v/whatsapp-image-2025-06-24-at-3.44.39-pm-670.jpeg)
    }

    .webp .c64 {
        background-image: url(../images/0/whatsapp-image-2025-06-24-at-3.44.39-pm-670.webp)
    }
}

@media (min-width:320px) {
    .fx1 {
        background-attachment: fixed;
        background-image: url(../images/t/screenshot-2025-06-02-at-9.07.02-pm-960.jpg)
    }

    .webp .fx1 {
        background-attachment: fixed;
        background-image: url(../images/n/screenshot-2025-06-02-at-9.07.02-pm-960.webp)
    }

    .c42 {
        background-image: url(../images/2/screenshot-2025-06-02-at-11.00.33-pm-960.jpg)
    }

    .webp .c42 {
        background-image: url(../images/j/screenshot-2025-06-02-at-11.00.33-pm-960.webp)
    }
}

@media (min-width:480px) {
    .fx1 {
        background-attachment: fixed;
        background-image: url(../images/r/screenshot-2025-06-02-at-9.07.02-pm-1536.jpg)
    }

    .webp .fx1 {
        background-attachment: fixed;
        background-image: url(../images/v/screenshot-2025-06-02-at-9.07.02-pm-1536.webp)
    }

    .c42 {
        background-image: url(../images/j/screenshot-2025-06-02-at-11.00.33-pm-1536.jpg)
    }

    .webp .c42 {
        background-image: url(../images/p/screenshot-2025-06-02-at-11.00.33-pm-1536.webp)
    }
}

@media (min-width:768px) {
    .fx1 {
        background-attachment: fixed;
        background-image: url(../images/6/screenshot-2025-06-02-at-9.07.02-pm-960.jpg)
    }

    .webp .fx1 {
        background-image: url(../images/c/screenshot-2025-06-02-at-9.07.02-pm-960.webp);
        background-attachment: fixed
    }

    .c42 {
        background-image: url(../images/j/screenshot-2025-06-02-at-11.00.33-pm-960.jpg)
    }

    .webp .c42 {
        background-image: url(../images/j/screenshot-2025-06-02-at-11.00.33-pm-960-1.webp)
    }
}

@media (min-width:768px) and (-webkit-min-device-pixel-ratio:1.7),
(min-width:768px) and (min-resolution:144dpi) {
    .fx1 {
        background-image: url(../images/a/screenshot-2025-06-02-at-9.07.02-pm-1920.jpg);
        background-attachment: fixed
    }

    .webp .fx1 {
        background-image: url(../images/j/screenshot-2025-06-02-at-9.07.02-pm-1920.webp);
        background-attachment: fixed
    }

    .c42 {
        background-image: url(../images/v/screenshot-2025-06-02-at-11.00.33-pm-1920.jpg)
    }

    .webp .c42 {
        background-image: url(../images/6/screenshot-2025-06-02-at-11.00.33-pm-1920.webp)
    }
}

@media (min-width:960px) {
    .fx1 {
        background-attachment: fixed;
        background-image: url(../images/n/screenshot-2025-06-02-at-9.07.02-pm-1200.jpg)
    }

    .webp .fx1 {
        background-image: url(../images/t/screenshot-2025-06-02-at-9.07.02-pm-1200.webp);
        background-attachment: fixed
    }

    .c42 {
        background-image: url(../images/h/screenshot-2025-06-02-at-11.00.33-pm-1200.jpg)
    }

    .webp .c42 {
        background-image: url(../images/a/screenshot-2025-06-02-at-11.00.33-pm-1200-1.webp)
    }
}

@media (min-width:1200px) {
    .fx1 {
        background-attachment: fixed;
        background-image: url(../images/0/screenshot-2025-06-02-at-9.07.02-pm-1600.jpg)
    }

    .webp .fx1 {
        background-image: url(../images/c/screenshot-2025-06-02-at-9.07.02-pm-1600.webp);
        background-attachment: fixed
    }

    .c42 {
        background-image: url(../images/v/screenshot-2025-06-02-at-11.00.33-pm-1600.jpg)
    }

    .webp .c42 {
        background-image: url(../images/j/screenshot-2025-06-02-at-11.00.33-pm-1600.webp)
    }
}

@media (min-width:1600px) {
    .fx1 {
        background-attachment: fixed;
        background-image: url(../images/t/screenshot-2025-06-02-at-9.07.02-pm-2000.jpg)
    }

    .webp .fx1 {
        background-image: url(../images/p/screenshot-2025-06-02-at-9.07.02-pm-2000.webp);
        background-attachment: fixed
    }

    .c42 {
        background-image: url(../images/t/screenshot-2025-06-02-at-11.00.33-pm-2000.jpg)
    }

    .webp .c42 {
        background-image: url(../images/a/screenshot-2025-06-02-at-11.00.33-pm-2000.webp)
    }
}

@media (min-width:2000px) {
    .fx1 {
        background-attachment: fixed;
        background-image: url(../images/4/screenshot-2025-06-02-at-9.07.02-pm-2560.jpg)
    }

    .webp .fx1 {
        background-image: url(../images/c/screenshot-2025-06-02-at-9.07.02-pm-2560.webp);
        background-attachment: fixed
    }

    .c42 {
        background-image: url(../images/4/screenshot-2025-06-02-at-11.00.33-pm-2560.jpg)
    }

    .webp .c42 {
        background-image: url(../images/l/screenshot-2025-06-02-at-11.00.33-pm-2560.webp)
    }
}

body {
    --f: 1;
    min-width: 1920px
}

@media (min-width:1200px) and (max-width:1919px) {
    body {
        min-width: 1200px
    }
}

@media (min-width:960px) and (max-width:1199px) {
    body {
        min-width: 960px
    }
}

@media (min-width:768px) and (max-width:959px) {
    body {
        min-width: 768px
    }
}

@media (min-width:480px) and (max-width:767px) {
    body {
        min-width: 480px
    }
}

@media (max-width:479px) {
    body {
        min-width: 320px
    }
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@font-face {
    font-display: block;
    font-family: "Hanken Grotesk 4";
    src: url('HankenGrotesk_wght_.woff2') format('woff2'), url('HankenGrotesk_wght_.woff') format('woff');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-display: block;
    font-family: "Hanken Grotesk 8";
    src: url('HankenGrotesk_wght_.woff2') format('woff2'), url('HankenGrotesk_wght_.woff') format('woff');
    font-weight: 900;
    font-style: normal
}

.c71 {
    display: block;
    position: relative;
    pointer-events: none;
    min-width: 1920px;
    width: 100%;
    overflow: hidden;
    margin-top: 0;
    z-index: 3;
    min-height: 1022px
}

.v10 {
    display: block
}

.ps208 {
    position: relative;
    margin-top: 0
}

.s246 {
    width: 100%;
    min-width: 1920px;
    height: 347px;
    padding-bottom: 0
}

.c72 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #5789c1
}

.z155 {
    pointer-events: none
}

.ps209 {
    display: inline-block;
    width: 0;
    height: 0
}

.ps210 {
    position: relative;
    margin-top: 11px
}

.s247 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 67px
}

.v11 {
    display: inline-block;
    vertical-align: top
}

.ps211 {
    position: relative;
    margin-left: 66px;
    margin-top: 0
}

.ps212 {
    position: relative;
    margin-left: 0;
    margin-top: 13px
}

.z156 {
    z-index: 60;
    pointer-events: auto
}

.i17 {
    position: absolute;
    left: 4px;
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    top: 0;
    color: #fff;
    -ms-transform: rotate(0deg) scale(1, 1);
    -moz-transform: rotate(0deg) scale(1, 1);
    -webkit-transform: rotate(0deg) scale(1, 1);
    transform: rotate(0deg) scale(1, 1)
}

.ps213 {
    position: relative;
    margin-left: 17px;
    margin-top: 13px
}

.s248 {
    min-width: 275px;
    width: 275px;
    overflow: hidden;
    height: 40px
}

.z157 {
    z-index: 59;
    pointer-events: auto
}

.p8 {
    text-indent: 0;
    padding-bottom: 0;
    padding-right: 0;
    text-align: left
}

.f54 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.126;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps214 {
    position: relative;
    margin-left: 42px;
    margin-top: 13px
}

.z158 {
    z-index: 61;
    pointer-events: auto
}

.i18 {
    position: absolute;
    left: 16px;
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    top: 0;
    color: #fff
}

.ps215 {
    position: relative;
    margin-left: -2px;
    margin-top: 13px
}

.s249 {
    min-width: 446px;
    width: 446px;
    overflow: hidden;
    height: 40px
}

.z159 {
    z-index: 63;
    pointer-events: auto
}

.ps216 {
    position: relative;
    margin-left: 863px;
    margin-top: 0
}

.z160 {
    z-index: 62;
    pointer-events: auto
}

.a4 {
    display: block
}

.i19 {
    position: absolute;
    left: 0;
    width: 67px;
    height: 67px;
    top: 0;
    -webkit-filter: brightness(400%);
    -moz-filter: brightness(400%);
    filter: brightness(400%);
    border: 0
}

.ps217 {
    position: relative;
    margin-top: 7px
}

.s250 {
    margin-left: -0%;
    width: 100%;
    min-height: 262px
}

.c73 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 0 rgba(128, 128, 128, 0.2)
}

.z161 {
    z-index: 57;
    pointer-events: auto
}

.ps218 {
    position: relative;
    margin-top: -252px
}

.s251 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 236px
}

.ps219 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.ps220 {
    position: relative;
    margin-left: 0;
    margin-top: 3px
}

.z162 {
    z-index: 58;
    pointer-events: auto
}

.i20 {
    position: absolute;
    left: 0;
    width: 170px;
    height: 37px;
    top: 66px;
    -webkit-border-radius: 84px;
    -moz-border-radius: 84px;
    border-radius: 84px;
    border: 0
}

.v12 {
    display: inline-block;
    vertical-align: top;
    overflow: visible
}

.ps221 {
    position: relative;
    margin-left: 49px;
    margin-top: 148px
}

.z163 {
    z-index: 64;
    pointer-events: auto
}

.ps222 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s252 {
    min-width: 0;
    width: 0;
    min-height: 0;
    height: 0
}

.m2 {
    padding: 0px 0px 0px 0px
}

.s253 {
    min-width: 46px;
    width: 0;
    height: 0
}

.mcv3 {
    display: none
}

.v13 {
    display: none
}

.ps223 {
    position: relative;
    margin-left: 0;
    margin-top: 92px
}

.s254 {
    min-width: 46px;
    width: 46px;
    overflow: hidden;
    height: 26px
}

.z164 {
    pointer-events: auto
}

.p9 {
    text-indent: 0;
    padding-bottom: 0;
    padding-right: 0;
    text-align: center
}

.f55 {
    font-family: "Lato 2";
    font-size: 17px;
    font-size: calc(17px * var(--f));
    line-height: 1.295;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: transparent;
    background-color: initial;
    text-shadow: none
}

.v14 {
    display: inline-block;
    vertical-align: top
}

.ps224 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.z165 {
    z-index: 9999
}

.mcv4 {
    display: inline-block
}

.c75 {
    border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #5789c1
}

.ps225 {
    position: relative;
    margin-left: 0;
    margin-top: 23px
}

.s255 {
    min-width: 159px;
    width: 159px;
    overflow: hidden;
    height: 41px
}

.f56 {
    font-family: "Lato 2";
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.220;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.v15 {
    display: none
}

.ml2 {
    outline: 0
}

.ps226 {
    position: relative;
    margin-left: 0;
    margin-top: 7px
}

.s256 {
    min-width: 450px;
    width: 450px;
    overflow: hidden;
    height: 41px
}

.ps227 {
    position: relative;
    margin-left: 0;
    margin-top: 1px
}

.ps228 {
    position: relative;
    margin-left: 160px;
    margin-top: -88px
}

.s257 {
    min-width: 256px;
    width: 256px;
    overflow: hidden;
    height: 41px
}

.ps229 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s258 {
    min-width: 472px;
    width: 472px;
    overflow: hidden;
    height: 41px
}

.ps230 {
    position: relative;
    margin-left: 0;
    margin-top: 1px
}

.ps231 {
    position: relative;
    margin-left: 417px;
    margin-top: -88px
}

.s259 {
    min-width: 342px;
    width: 342px;
    overflow: hidden;
    height: 41px
}

.ps232 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s260 {
    min-width: 429px;
    width: 429px;
    overflow: hidden;
    height: 41px
}

.ps233 {
    position: relative;
    margin-left: 760px;
    margin-top: -88px
}

.s261 {
    min-width: 383px;
    width: 383px;
    overflow: hidden;
    height: 41px
}

.ps234 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.ps235 {
    position: relative;
    margin-left: 0;
    margin-top: 7px
}

.s262 {
    min-width: 477px;
    width: 477px;
    overflow: hidden;
    height: 41px
}

.ps236 {
    position: relative;
    margin-left: 1144px;
    margin-top: -88px
}

.s263 {
    min-width: 185px;
    width: 185px;
    overflow: hidden;
    height: 41px
}

.ps237 {
    position: relative;
    margin-left: 1330px;
    margin-top: -88px
}

.s264 {
    min-width: 108px;
    width: 108px;
    overflow: hidden;
    height: 41px
}

.ps238 {
    position: relative;
    margin-left: 1439px;
    margin-top: -88px
}

.ps239 {
    position: relative;
    margin-left: 1154px;
    margin-top: -236px
}

.z166 {
    z-index: 65
}

.s265 {
    min-width: 741px;
    width: 741px;
    min-height: 79px;
    line-height: 0
}

.z167 {
    z-index: 66;
    pointer-events: auto
}

.input8 {
    border: 1px solid #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.22);
    width: 741px;
    height: 79px;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 28px;
    line-height: 1.144;
    font-weight: 400;
    font-style: italic;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input8::placeholder {
    color: rgb(0, 0, 0);
    opacity: 1
}

.ps240 {
    position: relative;
    margin-left: 674px;
    margin-top: -73px
}

.s266 {
    min-width: 64px;
    width: 64px;
    height: 55px;
    box-sizing: border-box
}

.c76 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    background-image: url(../images/t/search-svgrepo-com-2-.svg);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z168 {
    z-index: 67;
    pointer-events: auto
}

.a5 {
    transform: translateZ(1px);
    display: inline-block;
    width: 100%;
    height: 100%;
    z-index: 1
}

.c76:hover {
    background-color: rgba(10, 37, 134, 0.74);
    border-color: transparent;
    color: #fff;
    background-clip: padding-box
}

.c76:active {
    transition: initial
}

.ps241 {
    position: relative;
    margin-top: -673px
}

.s267 {
    width: 100%;
    min-width: 1920px;
    min-height: 893px;
    padding-bottom: 0
}

.c77 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 0 rgba(0, 0, 0, 0.22)
}

.z169 {
    z-index: 1;
    pointer-events: none
}

.ps242 {
    position: relative;
    margin-top: 27px
}

.s268 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 842px
}

.ps243 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s269 {
    min-width: 1920px;
    width: 1920px;
    min-height: 842px
}

.z170 {
    z-index: 2;
    pointer-events: auto
}

.s270 {
    display: block;
    height: 842px;
    width: 100%;
    overflow: hidden
}

.a6 {
    display: block;
    pointer-events: auto
}

.un121 .slider {
    height: 842px
}

.un121 .slick-list {
    height: 842px
}

.un121 .slick-prev,
.un121 .slick-next {
    height: 20px;
    width: 20px;
    margin-top: -10px;
    pointer-events: auto
}

.un121 .slick-prev:before,
.un121 .slick-next:before {
    font-size: 20px;
    color: #161616;
    opacity: 0.75
}

.un121 .slick-prev {
    left: 1px
}

.un121 .slick-next {
    right: 1px
}

.un121 .slider-for {
    margin-bottom: 0px
}

.un121 .slider-nav {
    margin-bottom: 0px
}

.un121 .slider-nav picture {
    border: solid 0px transparent
}

.un121 .slider-nav .slick-center picture {
    border-color: transparent
}

.un121 .slick-dots {
    bottom: 0px
}

.un121 .slick-dots li {
    height: 20px;
    width: 20px;
    margin: 0 5px
}

.un121 .slick-dots li button {
    height: 20px;
    width: 20px
}

.un121 .slick-dots li button:before {
    width: 20px;
    height: 20px;
    font-size: 6px;
    line-height: 20px
}

.un121 .slick-dots .slick-active button:before {
    color: #161616;
    opacity: 0.75
}

[dir="rtl"] .un121 .slick-next {
    right: auto;
    left: 1px
}

[dir="rtl"] .un121 .slick-prev {
    right: 1px;
    left: auto
}

.ps244 {
    position: relative;
    margin-top: -783px
}

.s272 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    height: 784px
}

.v16 {
    display: inline-block;
    vertical-align: top;
    pointer-events: auto
}

.ps245 {
    position: relative;
    margin-left: 13px;
    margin-top: 0
}

.c78 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-image: -webkit-gradient(linear, 164deg, color-stop(0, rgba(10, 37, 134, 0.74)), color-stop(1, rgba(145, 6, 74, 0.72)));
    background-image: -o-linear-gradient(164deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: -webkit-linear-gradient(164deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: -ms-linear-gradient(164deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: linear-gradient(164deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%)
}

.z171 {
    z-index: 68;
    pointer-events: auto
}

.ps246 {
    position: relative;
    margin-left: 1664px;
    margin-top: 15px
}

.z172 {
    z-index: 82
}

.i21 {
    position: absolute;
    left: 7px;
    min-width: 53px;
    max-width: 53px;
    min-height: 53px;
    max-height: 53px;
    top: 0;
    color: #fff
}

.v17 {
    display: inline-block;
    vertical-align: top;
    outline: 0
}

.ps247 {
    position: relative;
    margin-left: 0;
    margin-top: 25px
}

.s273 {
    min-width: 1752px;
    height: 112px;
    box-sizing: border-box;
    width: 1752px;
    padding-right: 0
}

.c79 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-image: -webkit-gradient(linear, 166deg, color-stop(0, rgba(10, 37, 134, 0.74)), color-stop(1, rgba(74, 149, 169, 0.52)));
    background-image: -o-linear-gradient(166deg, rgba(10, 37, 134, 0.74) 0%, rgba(74, 149, 169, 0.52) 100%);
    background-image: -webkit-linear-gradient(166deg, rgba(10, 37, 134, 0.74) 0%, rgba(74, 149, 169, 0.52) 100%);
    background-image: -ms-linear-gradient(166deg, rgba(10, 37, 134, 0.74) 0%, rgba(74, 149, 169, 0.52) 100%);
    background-image: linear-gradient(166deg, rgba(10, 37, 134, 0.74) 0%, rgba(74, 149, 169, 0.52) 100%);
    color: #fff;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z173 {
    z-index: 83
}

.a7 {
    transform: translateZ(1px);
    display: inline-block;
    width: 100%;
    z-index: 1
}

.f57 {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 54px;
    font-size: calc(54px * var(--f));
    line-height: 1.242;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 23px;
    padding-bottom: 22px
}

.c79::before {
    background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
    background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-clip: content-box;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin-top: 0;
    margin-left: 0;
    z-index: -1;
    transition: opacity 0.2s linear
}

.c79:hover:before {
    opacity: 1
}

.c79:hover {
    background-color: transparent;
    border-color: transparent;
    color: #161616
}

.c79::after {
    background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
    background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-clip: content-box;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin-top: 0;
    margin-left: 0;
    top: 0;
    left: 0;
    z-index: -1;
    transition: opacity 0.2s linear
}

.c79:hover:after {
    opacity: 0
}

.c79:active:before {
    opacity: 1
}

.c79:active:after {
    opacity: 1;
    transition: initial
}

.c79:active {
    transition: initial;
    color: #a1a1a1
}

.ps248 {
    position: relative;
    margin-left: 0;
    margin-top: 8px
}

.s274 {
    min-width: 1752px;
    width: 1752px;
    min-height: 171px
}

.s275 {
    min-width: 1752px;
    width: 1752px;
    min-height: 171px;
    line-height: 0
}

.s276 {
    min-width: 1752px;
    height: 112px;
    box-sizing: border-box;
    width: 1752px;
    padding-right: 0
}

.z174 {
    z-index: 84;
    pointer-events: auto
}

.ps249 {
    position: relative;
    margin-left: 0;
    margin-top: -53px
}

.s277 {
    min-width: 1752px;
    height: 112px;
    box-sizing: border-box;
    width: 1752px;
    padding-right: 0
}

.z175 {
    z-index: 85;
    pointer-events: auto
}

.ps250 {
    position: relative;
    margin-left: 0;
    margin-top: -112px
}

.z176 {
    z-index: 86;
    pointer-events: auto
}

.ps251 {
    position: relative;
    margin-left: 0;
    margin-top: -112px
}

.z177 {
    z-index: 87;
    pointer-events: auto
}

.ps252 {
    position: relative;
    margin-left: 0;
    margin-top: -112px
}

.z178 {
    z-index: 88;
    pointer-events: auto
}

.ps253 {
    position: relative;
    margin-left: 37px;
    margin-top: 0
}

.z179 {
    z-index: 89
}

.ps254 {
    position: relative;
    margin-left: 32px;
    margin-top: 18px
}

.z180 {
    z-index: 90
}

.ps255 {
    position: relative;
    margin-left: 32px;
    margin-top: 8px
}

.s278 {
    min-width: 1752px;
    height: 117px;
    box-sizing: border-box;
    width: 1752px;
    padding-right: 0
}

.z181 {
    z-index: 91
}

.f58 {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 54px;
    font-size: calc(54px * var(--f));
    line-height: 1.242;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 25px;
    padding-bottom: 25px
}

.c80 {
    display: block;
    position: relative;
    pointer-events: none;
    min-width: 1920px;
    width: 100%;
    overflow: hidden;
    margin-top: 66px;
    z-index: 56;
    min-height: 2378px
}

.ps256 {
    position: relative;
    margin-top: 0
}

.s279 {
    width: 100%;
    min-width: 1920px;
    min-height: 2378px;
    padding-bottom: 0
}

.c81 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff
}

.ps257 {
    position: relative;
    margin-top: 0
}

.s280 {
    width: 100%;
    min-width: 1920px;
    min-height: 154px
}

.z182 {
    z-index: 70
}

.s281 {
    margin-left: 0%;
    width: 100%;
    min-height: 154px
}

.c82 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-image: url(../images/j/screenshot-2025-07-05-at-1.12.18-pm-640.jpg);
    opacity: 1
}

.z183 {
    z-index: 71;
    pointer-events: auto
}

.webp .c82 {
    background-image: url(../images/4/screenshot-2025-07-05-at-1.12.18-pm-640.webp)
}

.ps258 {
    position: relative;
    margin-top: -113px
}

.s282 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 98px
}

.ps259 {
    position: relative;
    margin-left: 432px;
    margin-top: 0
}

.s283 {
    min-width: 1104px;
    width: 1104px;
    overflow: hidden;
    height: 98px
}

.z184 {
    z-index: 72;
    pointer-events: auto
}

.f59 {
    font-family: "Lato 4";
    font-size: 57px;
    font-size: calc(57px * var(--f));
    line-height: 1.194;
    font-weight: 900;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps260 {
    position: relative;
    margin-top: 55px
}

.s284 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 2146px
}

.ps261 {
    position: relative;
    margin-left: 10px;
    margin-top: 0
}

.s285 {
    min-width: 1910px;
    width: 1910px;
    min-height: 2146px
}

.s286 {
    min-width: 1910px;
    width: 1910px;
    min-height: 2146px;
    line-height: 0
}

.ps262 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s287 {
    min-width: 1910px;
    width: 1910px;
    min-height: 2050px
}

.c83 {
    border: 0;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    background-color: #fff
}

.z185 {
    z-index: 69
}

.ps263 {
    position: relative;
    margin-left: 6px;
    margin-top: -1197px
}

.s288 {
    min-width: 1878px;
    width: 1878px;
    min-height: 1293px;
    height: 1293px;
    padding-right: 10px
}

.c84 {
    overflow-y: scroll
}

.z186 {
    z-index: 73;
    pointer-events: auto
}

.f60 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 38px;
    font-size: calc(38px * var(--f));
    line-height: 1.606;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    background-color: initial;
    text-shadow: none
}

.c85 {
    display: block;
    position: relative;
    pointer-events: none;
    min-width: 1920px;
    width: 100%;
    overflow: hidden;
    margin-top: -768px;
    z-index: 20;
    min-height: 1702px
}

.ps264 {
    position: relative;
    margin-top: 845px
}

.s289 {
    width: 100%;
    min-width: 1920px;
    height: 773px;
    padding-bottom: 0
}

.ps265 {
    position: relative;
    margin-top: 0
}

.s290 {
    margin-left: 0%;
    width: 100%;
    min-height: 154px
}

.c86 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-image: -webkit-gradient(linear, 245deg, color-stop(0, rgba(10, 37, 134, 0.74)), color-stop(1, rgb(0, 0, 0)));
    background-image: -o-linear-gradient(245deg, rgba(10, 37, 134, 0.74) 0%, rgb(0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(245deg, rgba(10, 37, 134, 0.74) 0%, rgb(0, 0, 0) 100%);
    background-image: -ms-linear-gradient(245deg, rgba(10, 37, 134, 0.74) 0%, rgb(0, 0, 0) 100%);
    background-image: linear-gradient(245deg, rgba(10, 37, 134, 0.74) 0%, rgb(0, 0, 0) 100%)
}

.z187 {
    z-index: 4;
    pointer-events: auto
}

.ps266 {
    position: relative;
    margin-top: -131px
}

.s291 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 750px
}

.ps267 {
    position: relative;
    margin-left: 253px;
    margin-top: 0
}

.s292 {
    min-width: 1272px;
    width: 1272px;
    overflow: hidden;
    height: 109px
}

.z188 {
    z-index: 5;
    pointer-events: auto
}

.f61 {
    font-family: "Lato 4";
    font-size: 57px;
    font-size: calc(57px * var(--f));
    line-height: 1.562;
    font-weight: 900;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps268 {
    position: relative;
    margin-left: 128px;
    margin-top: 55px
}

.s293 {
    min-width: 469px;
    width: 469px;
    min-height: 586px
}

.s294 {
    min-width: 469px;
    width: 469px;
    min-height: 586px;
    line-height: 0
}

.ps269 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s295 {
    min-width: 469px;
    width: 469px;
    min-height: 586px
}

.z189 {
    z-index: 6
}

.s296 {
    min-width: 469px;
    width: 469px;
    min-height: 586px;
    line-height: 0
}

.ps270 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s297 {
    min-width: 469px;
    width: 469px;
    min-height: 586px;
    height: 586px
}

.z190 {
    z-index: 7;
    pointer-events: auto
}

.i22 {
    position: absolute;
    left: 0;
    width: 469px;
    height: 586px;
    top: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-filter: drop-shadow(0 2px 40px rgba(0, 0, 0, 0.22));
    -moz-filter: drop-shadow(0 2px 40px rgba(0, 0, 0, 0.22));
    filter: drop-shadow(0 2px 40px rgba(0, 0, 0, 0.22));
    will-change: filter;
    border: 0
}

.ps271 {
    position: relative;
    margin-left: 0;
    margin-top: -269px
}

.s298 {
    min-width: 469px;
    width: 469px;
    min-height: 269px
}

.c87 {
    border: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #000;
    opacity: 0.5
}

.z191 {
    z-index: 8
}

.ps272 {
    position: relative;
    margin-left: 32px;
    margin-top: -254px
}

.s299 {
    min-width: 426px;
    width: 426px;
    overflow: hidden;
    height: 51px
}

.z192 {
    z-index: 9;
    pointer-events: auto
}

.f62 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 38px;
    font-size: calc(38px * var(--f));
    line-height: 0.790;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps273 {
    position: relative;
    margin-left: 346px;
    margin-top: -202px
}

.s300 {
    min-width: 98px;
    width: 98px;
    overflow: hidden;
    height: 43px
}

.z193 {
    z-index: 10;
    pointer-events: auto
}

.f63 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 35px;
    font-size: calc(35px * var(--f));
    line-height: 1.144;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps274 {
    position: relative;
    margin-left: 182px;
    margin-top: -158px
}

.s301 {
    min-width: 274px;
    width: 274px;
    overflow: hidden;
    height: 50px
}

.z194 {
    z-index: 11;
    pointer-events: auto
}

.ps275 {
    position: relative;
    margin-left: 243px;
    margin-top: -87px
}

.s302 {
    min-width: 217px;
    height: 60px;
    box-sizing: border-box;
    width: 213px;
    padding-right: 0
}

.c88 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 2px solid #000;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgba(59, 83, 90, 0)), color-stop(1, rgba(59, 83, 90, 0.61)));
    background-image: -o-linear-gradient(0deg, rgba(59, 83, 90, 0) 0%, rgba(59, 83, 90, 0.61) 100%);
    background-image: -webkit-linear-gradient(0deg, rgba(59, 83, 90, 0) 0%, rgba(59, 83, 90, 0.61) 100%);
    background-image: -ms-linear-gradient(0deg, rgba(59, 83, 90, 0) 0%, rgba(59, 83, 90, 0.61) 100%);
    background-image: linear-gradient(0deg, rgba(59, 83, 90, 0) 0%, rgba(59, 83, 90, 0.61) 100%);
    color: #fff;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear
}

.z195 {
    z-index: 12;
    pointer-events: auto
}

.f64 {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 22px;
    font-size: calc(22px * var(--f));
    line-height: 1.228;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 15px;
    padding-bottom: 14px
}

.c88:hover {
    background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgba(0, 0, 0, 0.56)), color-stop(1, rgba(0, 0, 0, 0.22)));
    background-image: -o-linear-gradient(0deg, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.22) 100%);
    background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.22) 100%);
    background-image: -ms-linear-gradient(0deg, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.22) 100%);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.22) 100%);
    background-clip: padding-box;
    border-color: #000
}

.c88:active {
    transition: initial
}

.ps276 {
    position: relative;
    margin-left: 0;
    margin-top: -586px
}

.z196 {
    z-index: 13
}

.ps277 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s303 {
    min-width: 469px;
    width: 469px;
    min-height: 586px;
    height: 586px
}

.z197 {
    z-index: 14;
    pointer-events: auto
}

.i23 {
    position: absolute;
    left: 0;
    width: 469px;
    height: 586px;
    top: 0
}

.z198 {
    z-index: 15
}

.ps278 {
    position: relative;
    margin-left: 32px;
    margin-top: -254px
}

.s304 {
    min-width: 426px;
    width: 426px;
    overflow: hidden;
    height: 51px
}

.z199 {
    z-index: 16;
    pointer-events: auto
}

.ps279 {
    position: relative;
    margin-left: 346px;
    margin-top: -202px
}

.s305 {
    min-width: 98px;
    width: 98px;
    overflow: hidden;
    height: 43px
}

.z200 {
    z-index: 17;
    pointer-events: auto
}

.ps280 {
    position: relative;
    margin-left: 182px;
    margin-top: -158px
}

.s306 {
    min-width: 274px;
    width: 274px;
    overflow: hidden;
    height: 50px
}

.z201 {
    z-index: 18;
    pointer-events: auto
}

.ps281 {
    position: relative;
    margin-left: 243px;
    margin-top: -87px
}

.s307 {
    min-width: 217px;
    height: 60px;
    box-sizing: border-box;
    width: 213px;
    padding-right: 0
}

.z202 {
    z-index: 19;
    pointer-events: auto
}

.f65 {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 22px;
    font-size: calc(22px * var(--f));
    line-height: 1.228;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 15px;
    padding-bottom: 14px
}

.ps282 {
    position: relative;
    margin-top: -84px
}

.s308 {
    width: 100%;
    min-width: 1920px;
    min-height: 1178px;
    padding-bottom: 0
}

.c89 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-image: -webkit-gradient(linear, 201deg, color-stop(0, rgba(0, 0, 0, 0.22)), color-stop(1, rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(201deg, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(201deg, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -ms-linear-gradient(201deg, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(201deg, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0) 100%)
}

.z203 {
    z-index: 79;
    pointer-events: none
}

.ps283 {
    position: relative;
    margin-top: 458px
}

.s309 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 701px
}

.ps284 {
    position: relative;
    margin-left: 35px;
    margin-top: 0
}

.s310 {
    min-width: 1862px;
    width: 1862px;
    min-height: 701px;
    height: 701px;
    padding-right: 10px
}

.f66 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.595;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    background-color: initial;
    text-shadow: none
}

.c90 {
    display: block;
    position: relative;
    pointer-events: none;
    min-width: 1920px;
    width: 100%;
    overflow: hidden;
    margin-top: 0;
    min-height: 966px
}

.s311 {
    width: 100%;
    min-width: 1920px;
    min-height: 966px;
    padding-bottom: 0
}

.ps285 {
    position: relative;
    margin-top: 0
}

.s312 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 966px
}

.ps286 {
    position: relative;
    margin-left: 416px;
    margin-top: 0
}

.s313 {
    min-width: 1050px;
    width: 1050px;
    min-height: 966px
}

.z204 {
    z-index: 78;
    pointer-events: auto
}

.s314 {
    display: block;
    height: 931px;
    width: 100%;
    overflow: hidden
}

.un126 .slider {
    height: 931px
}

.un126 .slick-list {
    height: 931px
}

.un126 .slick-prev,
.un126 .slick-next {
    height: 20px;
    width: 20px;
    margin-top: -10px;
    pointer-events: auto
}

.un126 .slick-prev:before,
.un126 .slick-next:before {
    font-size: 20px;
    color: #161616;
    opacity: 0.75
}

.un126 .slick-prev {
    left: -25px
}

.un126 .slick-next {
    right: -25px
}

.un126 .slider-for {
    margin-bottom: 0px
}

.un126 .slider-nav {
    margin-bottom: 0px
}

.un126 .slider-nav picture {
    border: solid 0px transparent
}

.un126 .slider-nav .slick-center picture {
    border-color: transparent
}

.un126 .slick-dots {
    bottom: -35px
}

.un126 .slick-dots li {
    height: 20px;
    width: 20px;
    margin: 0 5px
}

.un126 .slick-dots li button {
    height: 20px;
    width: 20px
}

.un126 .slick-dots li button:before {
    width: 20px;
    height: 20px;
    font-size: 6px;
    line-height: 20px
}

.un126 .slick-dots .slick-active button:before {
    color: #161616;
    opacity: 0.75
}

[dir="rtl"] .un126 .slick-next {
    right: auto;
    left: -25px
}

[dir="rtl"] .un126 .slick-prev {
    right: -25px;
    left: auto
}

.ps287 {
    position: relative;
    margin-top: -315px
}

.s315 {
    width: 100%;
    min-width: 1920px;
    min-height: 154px
}

.z205 {
    z-index: 75
}

.ps288 {
    position: relative;
    margin-top: 0
}

.s316 {
    margin-left: 0%;
    width: 100%;
    min-height: 154px
}

.c91 {
    border: 0;
    -webkit-border-radius: 77px 0 77px 0;
    -moz-border-radius: 77px 0 77px 0;
    border-radius: 77px 0 77px 0;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: contain;
    background-image: url(../images/l/ipaste_cute_girl-316.jpg)
}

.z206 {
    z-index: 76;
    pointer-events: auto
}

.webp .c91 {
    background-image: url(../images/0/ipaste_cute_girl-316.webp)
}

.ps289 {
    position: relative;
    margin-top: -128px
}

.s317 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 104px
}

.ps290 {
    position: relative;
    margin-left: 518px;
    margin-top: 0
}

.s318 {
    min-width: 957px;
    width: 957px;
    overflow: hidden;
    height: 104px
}

.z207 {
    z-index: 77;
    pointer-events: auto
}

.f67 {
    font-family: "Lato 4";
    font-size: 68px;
    font-size: calc(68px * var(--f));
    line-height: 1.325;
    font-weight: 900;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.c92 {
    display: block;
    position: relative;
    pointer-events: none;
    min-width: 1920px;
    width: 100%;
    overflow: hidden;
    margin-top: 155px;
    min-height: 725px
}

.s319 {
    width: 100%;
    min-width: 1920px;
    min-height: 725px;
    padding-bottom: 0
}

.c93 {
    border: 0;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    background-color: transparent
}

.s320 {
    width: 100%;
    min-width: 1920px;
    min-height: 707px
}

.s321 {
    margin-left: 0%;
    width: 100%;
    min-height: 707px
}

.c94 {
    border: 0;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: contain;
    background-image: url(../images/4/screenshot-2025-06-08-at-9.16.32-pm-640.jpg);
    opacity: 1
}

.z208 {
    z-index: 101;
    pointer-events: auto
}

.webp .c94 {
    background-image: url(../images/j/screenshot-2025-06-08-at-9.16.32-pm-640.webp)
}

.ps291 {
    position: relative;
    margin-top: -689px
}

.s322 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 608px
}

.ps292 {
    position: relative;
    margin-left: 85px;
    margin-top: 0
}

.s323 {
    min-width: 742px;
    width: 742px;
    height: 190px
}

.z209 {
    z-index: 102;
    pointer-events: auto
}

.wrapper1 {
    font-size: 15px;
    line-height: 1.4;
    height: 190px
}

.wrapper1 div,
.wrapper1 p,
.wrapper1 a {
    font-size: 15px;
    line-height: 1.4
}

.wrapper1 input {
    font-size: 15px;
    line-height: 1.4;
    margin: 3px 2px 3px 2px
}

.ps293 {
    position: relative;
    margin-left: -779px;
    margin-top: 259px
}

.s324 {
    min-width: 796px;
    width: 796px;
    min-height: 349px;
    height: 349px;
    padding-right: 10px
}

.z210 {
    z-index: 103;
    pointer-events: auto
}

.f68 {
    font-family: "Hanken Grotesk 4";
    font-size: 38px;
    font-size: calc(38px * var(--f));
    line-height: 1.817;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    background-color: initial;
    text-shadow: none
}

.c95 {
    display: block;
    position: relative;
    pointer-events: none;
    min-width: 1920px;
    width: 100%;
    overflow: hidden;
    margin-top: 0;
    z-index: 92;
    min-height: 859px
}

.s325 {
    width: 100%;
    min-width: 1920px;
    min-height: 859px;
    padding-bottom: 0
}

.ps294 {
    position: relative;
    margin-top: 32px
}

.s326 {
    width: 100%;
    min-width: 1920px;
    min-height: 827px
}

.s327 {
    margin-left: 0%;
    width: 100%;
    min-height: 827px
}

.c96 {
    border: 0;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: contain;
    background-image: url(../images/t/screenshot-2025-06-03-at-3.37.54-pm-640.jpg)
}

.z211 {
    z-index: 94;
    pointer-events: auto
}

.webp .c96 {
    background-image: url(../images/e/screenshot-2025-06-03-at-3.37.54-pm-640.webp)
}

.ps295 {
    position: relative;
    margin-top: -773px
}

.s328 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 722px
}

.ps296 {
    position: relative;
    margin-left: 16px;
    margin-top: 0
}

.s329 {
    min-width: 1906px;
    width: 1906px;
    min-height: 388px
}

.ps297 {
    position: relative;
    margin-left: 0;
    margin-top: 16px
}

.s330 {
    min-width: 483px;
    width: 483px;
    overflow: hidden;
    height: 200px
}

.z212 {
    z-index: 96;
    pointer-events: auto
}

.f69 {
    font-family: "Hanken Grotesk 8";
    font-size: 76px;
    font-size: calc(76px * var(--f));
    line-height: 1.172;
    font-weight: 900;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #5789c1;
    background-color: initial;
    text-shadow: none
}

.f70 {
    font-family: "Hanken Grotesk 8";
    font-size: 76px;
    font-size: calc(76px * var(--f));
    line-height: 1.172;
    font-weight: 900;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #161616;
    background-color: initial;
    text-shadow: none
}

.ps298 {
    position: relative;
    margin-left: 571px;
    margin-top: 0
}

.s331 {
    min-width: 852px;
    width: 852px;
    min-height: 388px;
    line-height: 0
}

.s332 {
    min-width: 852px;
    width: 852px;
    height: 122px
}

.z213 {
    z-index: 95;
    pointer-events: auto
}

.input9 {
    border: 2px solid #000;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 852px;
    height: 122px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 32px;
    line-height: 1.220;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding-left: 4px;
    padding-right: 4px;
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns=%22http%3A//www.w3.org/2000/svg%22%20height=%2224%22%20fill=%22%23000%22%20viewBox=%220%200%2024%2024%22%20width=%2224%22%3E%3Cpath%20d=%22M0%200h24v24H0z%22%20fill=%22none%22/%3E%3Cpath%20d=%22M7%2010l5%205%205-5z%22/%3E%3C/svg%3E');
    background-size: 38px;
    background-repeat: no-repeat;
    background-position: right 38px top 50%
}

*[dir="rtl"] .input9,
:root:lang(ar) .input9,
:root:lang(iw) .input9 {
    background-position: left 38px top 50%
}

.input9s {
    color: #000
}

.ps299 {
    position: relative;
    margin-left: 12px;
    margin-top: 48px
}

.s333 {
    min-width: 828px;
    width: 828px;
    min-height: 218px;
    height: 218px;
    padding-right: 10px
}

.z214 {
    z-index: 97;
    pointer-events: auto
}

.f71 {
    font-family: "Hanken Grotesk 3";
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.845;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    background-color: initial;
    text-shadow: none
}

.ps300 {
    position: relative;
    margin-left: 725px;
    margin-top: 25px
}

.s334 {
    min-width: 915px;
    width: 915px;
    min-height: 309px
}

.z215 {
    z-index: 98
}

.ps301 {
    position: relative;
    margin-top: 18px
}

.s335 {
    width: 100%;
    min-width: 1920px;
    height: 830px;
    padding-bottom: 0
}

.c97 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #000
}

.z216 {
    z-index: 81;
    pointer-events: none
}

.ps302 {
    position: relative;
    margin-top: 0
}

.s336 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 776px
}

.ps303 {
    position: relative;
    margin-left: 50px;
    margin-top: 0
}

.s337 {
    min-width: 1831px;
    width: 1831px;
    min-height: 415px
}

.ps304 {
    position: relative;
    margin-left: 0;
    margin-top: 33px
}

.z217 {
    z-index: 21;
    pointer-events: auto
}

.i24 {
    position: absolute;
    left: 10px;
    width: 181px;
    height: 178px;
    top: 0;
    -webkit-border-radius: 89px;
    -moz-border-radius: 89px;
    border-radius: 89px;
    box-shadow: 0 3px 40px 5px rgba(0, 0, 0, 0.22);
    border: 0
}

.ps305 {
    position: relative;
    margin-left: 194px;
    margin-top: 33px
}

.s338 {
    min-width: 346px;
    width: 346px;
    overflow: hidden;
    height: 66px
}

.z218 {
    z-index: 22;
    pointer-events: auto
}

.f72 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 41px;
    font-size: calc(41px * var(--f));
    line-height: 1.391;
    font-weight: 700;
    font-style: italic;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps306 {
    position: relative;
    margin-left: -341px;
    margin-top: 0
}

.s339 {
    min-width: 737px;
    width: 737px;
    min-height: 368px;
    line-height: 0
}

.ps307 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.z219 {
    z-index: 32
}

.z220 {
    z-index: 39
}

.s340 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 42px
}

.z221 {
    z-index: 40;
    pointer-events: auto
}

.f73 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.126;
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps308 {
    position: relative;
    margin-left: 0;
    margin-top: 9px
}

.s341 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 40px
}

.z222 {
    z-index: 41;
    pointer-events: auto
}

.f74 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.001;
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps309 {
    position: relative;
    margin-left: 3px;
    margin-top: 8px
}

.s342 {
    min-width: 338px;
    width: 338px;
    overflow: hidden;
    height: 48px
}

.z223 {
    z-index: 42;
    pointer-events: auto
}

.ps310 {
    position: relative;
    margin-left: 0;
    margin-top: 8px
}

.s343 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 46px
}

.z224 {
    z-index: 43;
    pointer-events: auto
}

.ps311 {
    position: relative;
    margin-left: 0;
    margin-top: 9px
}

.s344 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 45px
}

.z225 {
    z-index: 44;
    pointer-events: auto
}

.ps312 {
    position: relative;
    margin-left: 0;
    margin-top: 8px
}

.s345 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 48px
}

.z226 {
    z-index: 45;
    pointer-events: auto
}

.ps313 {
    position: relative;
    margin-left: 0;
    margin-top: 6px
}

.s346 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 51px
}

.z227 {
    z-index: 46;
    pointer-events: auto
}

.ps314 {
    position: relative;
    margin-left: 40px;
    margin-top: 2px
}

.s347 {
    min-width: 355px;
    width: 355px;
    min-height: 308px;
    line-height: 0
}

.ps315 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s348 {
    min-width: 350px;
    width: 350px;
    overflow: hidden;
    height: 40px
}

.z228 {
    z-index: 33;
    pointer-events: auto
}

.ps316 {
    position: relative;
    margin-left: 0;
    margin-top: 6px
}

.s349 {
    min-width: 352px;
    width: 352px;
    overflow: hidden;
    height: 43px
}

.z229 {
    z-index: 34;
    pointer-events: auto
}

.ps317 {
    position: relative;
    margin-left: 0;
    margin-top: 8px
}

.s350 {
    min-width: 352px;
    width: 352px;
    overflow: hidden;
    height: 46px
}

.z230 {
    z-index: 35;
    pointer-events: auto
}

.ps318 {
    position: relative;
    margin-left: 0;
    margin-top: 10px
}

.s351 {
    min-width: 350px;
    width: 350px;
    overflow: hidden;
    height: 46px
}

.z231 {
    z-index: 36;
    pointer-events: auto
}

.ps319 {
    position: relative;
    margin-left: 0;
    margin-top: 63px
}

.s352 {
    min-width: 355px;
    width: 355px;
    overflow: hidden;
    height: 46px
}

.z232 {
    z-index: 38;
    pointer-events: auto
}

.f75 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.126;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps320 {
    position: relative;
    margin-left: 383px;
    margin-top: -158px
}

.s353 {
    min-width: 354px;
    width: 354px;
    overflow: hidden;
    height: 45px
}

.z233 {
    z-index: 37;
    pointer-events: auto
}

.ps321 {
    position: relative;
    margin-left: 0;
    margin-top: -248px
}

.s354 {
    min-width: 733px;
    width: 733px;
    min-height: 5px;
    -ms-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.c98 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: rgba(28, 92, 132, 0.62)
}

.z234 {
    z-index: 25
}

.ps322 {
    position: relative;
    margin-left: 86px;
    margin-top: 0
}

.z235 {
    z-index: 47
}

.ps323 {
    position: relative;
    margin-left: 1px;
    margin-top: 0
}

.s355 {
    min-width: 438px;
    width: 438px;
    overflow: hidden;
    height: 53px
}

.z236 {
    z-index: 48;
    pointer-events: auto
}

.ps324 {
    position: relative;
    margin-left: 1px;
    margin-top: 0
}

.s356 {
    min-width: 438px;
    width: 438px;
    overflow: hidden;
    height: 51px
}

.z237 {
    z-index: 49;
    pointer-events: auto
}

.ps325 {
    position: relative;
    margin-left: 1px;
    margin-top: 2px
}

.s357 {
    min-width: 438px;
    width: 438px;
    overflow: hidden;
    height: 53px
}

.z238 {
    z-index: 50;
    pointer-events: auto
}

.f76 {
    font-family: "Lato 2";
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.220;
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps326 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s358 {
    min-width: 440px;
    width: 440px;
    overflow: hidden;
    height: 48px
}

.z239 {
    z-index: 51;
    pointer-events: auto
}

.ps327 {
    position: relative;
    margin-left: 0;
    margin-top: 3px
}

.s359 {
    min-width: 440px;
    width: 440px;
    overflow: hidden;
    height: 50px
}

.z240 {
    z-index: 52;
    pointer-events: auto
}

.ps328 {
    position: relative;
    margin-left: 0;
    margin-top: 1px
}

.s360 {
    min-width: 440px;
    width: 440px;
    overflow: hidden;
    height: 53px
}

.z241 {
    z-index: 53;
    pointer-events: auto
}

.ps329 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s361 {
    min-width: 440px;
    width: 440px;
    overflow: hidden;
    height: 51px
}

.z242 {
    z-index: 54;
    pointer-events: auto
}

.ps330 {
    position: relative;
    margin-left: 1px;
    margin-top: 0
}

.s362 {
    min-width: 438px;
    width: 438px;
    overflow: hidden;
    height: 50px
}

.z243 {
    z-index: 55;
    pointer-events: auto
}

.ps331 {
    position: relative;
    margin-left: 1225px;
    margin-top: -382px
}

.s363 {
    min-width: 606px;
    width: 606px;
    min-height: 90px;
    line-height: 0
}

.ps332 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s364 {
    min-width: 518px;
    width: 518px;
    overflow: hidden;
    height: 66px
}

.z244 {
    z-index: 23;
    pointer-events: auto
}

.f77 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 38px;
    font-size: calc(38px * var(--f));
    line-height: 1.606;
    font-weight: 700;
    font-style: italic;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps333 {
    position: relative;
    margin-left: 0;
    margin-top: 19px
}

.s365 {
    min-width: 606px;
    width: 606px;
    min-height: 5px;
    -ms-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.z245 {
    z-index: 24
}

.ps334 {
    position: relative;
    margin-left: 778px;
    margin-top: 161px
}

.z246 {
    z-index: 27;
    pointer-events: auto
}

.ps335 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.z247 {
    z-index: 29;
    pointer-events: auto
}

.i25 {
    position: absolute;
    left: 0;
    width: 110px;
    height: 96px;
    top: 0;
    border: 0
}

.ps336 {
    position: relative;
    margin-left: -10px;
    margin-top: 0
}

.z248 {
    z-index: 30;
    pointer-events: auto
}

.i26 {
    position: absolute;
    left: 0;
    width: 102px;
    height: 90px;
    top: 0;
    border: 0
}

.ps337 {
    position: relative;
    margin-left: 4px;
    margin-top: 11px
}

.z249 {
    z-index: 31;
    pointer-events: auto
}

.i27 {
    position: absolute;
    left: 11px;
    width: 67px;
    height: 67px;
    top: 0;
    border: 0
}

.ps338 {
    position: relative;
    margin-left: 138px;
    margin-top: 0
}

.s366 {
    min-width: 1667px;
    width: 1667px;
    min-height: 8px;
    -ms-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.z250 {
    z-index: 26
}

.ps339 {
    position: relative;
    margin-left: 146px;
    margin-top: 16px
}

.s367 {
    min-width: 1669px;
    width: 1669px;
    overflow: hidden;
    height: 80px
}

.z251 {
    z-index: 28;
    pointer-events: auto
}

.f78 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 24px;
    font-size: calc(24px * var(--f));
    line-height: 1.584;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.s368 {
    width: 100%;
    width: calc(100% - var(--sw));
    min-width: 1920px;
    min-height: 107px
}

.c99 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #a1a1a1
}

.z252 {
    z-index: 105;
    pointer-events: none
}

.ps340 {
    position: relative;
    margin-top: 22px
}

.s369 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 62px
}

.ps341 {
    position: relative;
    margin-left: 1365px;
    margin-top: 0
}

.s370 {
    min-width: 254px;
    height: 62px;
    box-sizing: border-box;
    width: 254px;
    padding-right: 0
}

.c100 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #161616;
    color: #a1a1a1;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear
}

.f79 {
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    z-index: 1;
    font-family: "Hanken Grotesk 3";
    font-size: 22px;
    font-size: calc(22px * var(--f));
    line-height: 1.319;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 17px;
    padding-bottom: 16px
}

.c100:hover {
    background-color: #06341d;
    background-clip: padding-box;
    color: #161616
}

.c100:active {
    transition: initial;
    color: #a1a1a1
}

.ps342 {
    position: relative;
    margin-left: 24px;
    margin-top: 0
}

.c101 {
    display: inline-block;
    position: relative;
    margin-left: 0;
    margin-top: 0
}

body {
    --d: 0;
    --s: 1920
}

@media (min-width:1200px) and (max-width:1919px) {
    .c71 {
        min-width: 1200px;
        min-height: 679px
    }

    .s246 {
        min-width: 1200px;
        height: 256px
    }

    .ps210 {
        margin-top: 7px
    }

    .s247 {
        width: 1200px;
        min-height: 42px
    }

    .ps211 {
        margin-left: 41px
    }

    .ps212 {
        margin-top: 8px
    }

    .i17 {
        left: 3px;
        min-width: 25px;
        max-width: 25px;
        min-height: 25px;
        max-height: 25px
    }

    .ps213 {
        margin-left: 11px;
        margin-top: 8px
    }

    .s248 {
        min-width: 172px;
        width: 172px;
        height: 25px
    }

    .f54 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .ps214 {
        margin-left: 26px;
        margin-top: 8px
    }

    .i18 {
        left: 10px;
        min-width: 25px;
        max-width: 25px;
        min-height: 25px;
        max-height: 25px
    }

    .ps215 {
        margin-left: -1px;
        margin-top: 8px
    }

    .s249 {
        min-width: 279px;
        width: 279px;
        height: 25px
    }

    .ps216 {
        margin-left: 539px
    }

    .i19 {
        width: 42px;
        height: 42px
    }

    .ps217 {
        margin-top: 4px
    }

    .s250 {
        min-height: 203px
    }

    .ps218 {
        margin-top: -176px
    }

    .s251 {
        width: 1200px;
        min-height: 167px
    }

    .ps219 {
        margin-left: 27px
    }

    .ps220 {
        margin-top: 6px
    }

    .i20 {
        width: 358px;
        height: 79px;
        top: 2px;
        -webkit-border-radius: 42px;
        -moz-border-radius: 42px;
        border-radius: 42px
    }

    .ps221 {
        margin-left: 46px;
        margin-top: 41px
    }

    .s253 {
        min-width: 30px
    }

    .ps223 {
        margin-top: 56px
    }

    .s254 {
        min-width: 30px;
        width: 30px;
        height: 18px
    }

    .f55 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.365
    }

    .ps225 {
        margin-top: 5px
    }

    .s255 {
        min-width: 117px;
        width: 117px;
        height: 26px
    }

    .f56 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201
    }

    .ps226 {
        margin-top: 4px
    }

    .s256 {
        min-width: 281px;
        width: 281px;
        height: 26px
    }

    .ps228 {
        margin-left: 119px;
        margin-top: -36px
    }

    .s257 {
        min-width: 178px;
        width: 178px;
        height: 26px
    }

    .s258 {
        min-width: 295px;
        width: 295px;
        height: 26px
    }

    .ps231 {
        margin-left: 299px;
        margin-top: -36px
    }

    .s259 {
        min-width: 231px;
        width: 231px;
        height: 26px
    }

    .s260 {
        min-width: 268px;
        width: 268px;
        height: 26px
    }

    .ps233 {
        margin-left: 532px;
        margin-top: -36px
    }

    .s261 {
        min-width: 257px;
        width: 257px;
        height: 26px
    }

    .ps235 {
        margin-top: 4px
    }

    .s262 {
        min-width: 298px;
        width: 298px;
        height: 26px
    }

    .ps236 {
        margin-left: 791px;
        margin-top: -36px
    }

    .s263 {
        min-width: 133px;
        width: 133px;
        height: 26px
    }

    .ps237 {
        margin-left: 926px;
        margin-top: -36px
    }

    .s264 {
        min-width: 85px;
        width: 85px;
        height: 26px
    }

    .ps238 {
        margin-left: 1013px;
        margin-top: -36px
    }

    .ps239 {
        margin-left: 700px;
        margin-top: -167px
    }

    .s265 {
        min-width: 464px;
        width: 464px;
        min-height: 49px
    }

    .input8 {
        width: 464px;
        height: 49px;
        font-size: 18px;
        line-height: 1.168
    }

    .ps240 {
        margin-left: 431px;
        margin-top: -41px
    }

    .s266 {
        min-width: 27px;
        width: 27px;
        height: 33px
    }

    .ps241 {
        margin-top: -422px
    }

    .s267 {
        min-width: 1200px;
        min-height: 611px
    }

    .ps242 {
        margin-top: 17px
    }

    .s268 {
        width: 1200px;
        min-height: 526px
    }

    .s269 {
        min-width: 1200px;
        width: 1200px;
        min-height: 526px
    }

    .s270 {
        height: 526px
    }

    .un121 .slider {
        height: 526px
    }

    .un121 .slick-list {
        height: 526px
    }

    .ps244 {
        margin-top: -581px
    }

    .s272 {
        width: 1200px;
        height: 490px
    }

    .ps245 {
        margin-left: 8px
    }

    .ps246 {
        margin-left: 1040px;
        margin-top: 9px
    }

    .i21 {
        left: 5px;
        min-width: 33px;
        max-width: 33px;
        min-height: 33px;
        max-height: 33px
    }

    .ps247 {
        margin-top: 16px
    }

    .s273 {
        min-width: 1095px;
        height: 70px;
        width: 1095px
    }

    .f57 {
        font-size: 34px;
        font-size: calc(34px * var(--f));
        line-height: 1.207;
        padding-top: 15px;
        padding-bottom: 14px
    }

    .c79::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c79:hover:before {
        opacity: 1
    }

    .c79::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c79:hover:after {
        opacity: 0
    }

    .c79:active:before {
        opacity: 1
    }

    .c79:active:after {
        opacity: 1;
        transition: initial
    }

    .ps248 {
        margin-top: 5px
    }

    .s274 {
        min-width: 1095px;
        width: 1095px;
        min-height: 107px
    }

    .s275 {
        min-width: 1095px;
        width: 1095px;
        min-height: 107px
    }

    .s276 {
        min-width: 1095px;
        height: 70px;
        width: 1095px
    }

    .ps249 {
        margin-top: -33px
    }

    .s277 {
        min-width: 1095px;
        height: 70px;
        width: 1095px
    }

    .ps250 {
        margin-top: -70px
    }

    .ps251 {
        margin-top: -70px
    }

    .ps252 {
        margin-top: -70px
    }

    .ps253 {
        margin-left: 23px
    }

    .ps254 {
        margin-left: 20px;
        margin-top: 11px
    }

    .ps255 {
        margin-left: 20px;
        margin-top: 5px
    }

    .s278 {
        min-width: 1095px;
        height: 73px;
        width: 1095px
    }

    .f58 {
        font-size: 34px;
        font-size: calc(34px * var(--f));
        line-height: 1.207;
        padding-top: 16px;
        padding-bottom: 16px
    }

    .c80 {
        min-width: 1200px;
        margin-top: 100px;
        min-height: 1113px
    }

    .s279 {
        min-width: 1200px;
        min-height: 1113px
    }

    .s280 {
        min-width: 1200px;
        min-height: 101px
    }

    .s281 {
        min-height: 101px
    }

    .ps258 {
        margin-top: -92px
    }

    .s282 {
        width: 1200px;
        min-height: 83px
    }

    .ps259 {
        margin-left: 861px
    }

    .s283 {
        min-width: 327px;
        width: 327px;
        height: 83px
    }

    .f59 {
        font-size: 64px;
        font-size: calc(64px * var(--f));
        line-height: 1.204
    }

    .ps260 {
        margin-top: 30px
    }

    .s284 {
        width: 1200px;
        min-height: 865px
    }

    .ps261 {
        margin-left: 6px
    }

    .s285 {
        min-width: 1194px;
        width: 1194px;
        min-height: 865px
    }

    .s286 {
        min-width: 1194px;
        width: 1194px;
        min-height: 865px
    }

    .s287 {
        min-width: 1194px;
        width: 1194px;
        min-height: 820px
    }

    .ps263 {
        margin-left: 7px;
        margin-top: -763px
    }

    .s288 {
        min-width: 1170px;
        width: 1170px;
        min-height: 808px;
        height: 808px
    }

    .f60 {
        font-size: 24px;
        font-size: calc(24px * var(--f));
        line-height: 1.584
    }

    .c85 {
        min-width: 1200px;
        margin-top: -29px;
        min-height: 578px
    }

    .ps264 {
        margin-top: 41px
    }

    .s289 {
        min-width: 1200px;
        height: 537px
    }

    .ps265 {
        margin-top: 13px
    }

    .s290 {
        min-height: 524px
    }

    .ps266 {
        margin-top: -488px
    }

    .s291 {
        width: 1200px;
        min-height: 366px
    }

    .ps267 {
        margin-left: 13px
    }

    .s292 {
        min-width: 271px;
        width: 271px;
        height: 346px
    }

    .f61 {
        font-size: 64px;
        font-size: calc(64px * var(--f));
        line-height: 1.563
    }

    .ps268 {
        margin-left: 119px;
        margin-top: 0
    }

    .s293 {
        min-width: 668px;
        width: 668px;
        min-height: 366px
    }

    .s294 {
        min-width: 668px;
        width: 668px;
        min-height: 366px
    }

    .s295 {
        min-width: 293px;
        width: 293px;
        min-height: 366px
    }

    .s296 {
        min-width: 293px;
        width: 293px;
        min-height: 366px
    }

    .s297 {
        min-width: 293px;
        width: 293px;
        min-height: 366px;
        height: 366px
    }

    .i22 {
        width: 293px;
        height: 366px
    }

    .ps271 {
        margin-top: -168px
    }

    .s298 {
        min-width: 293px;
        width: 293px;
        min-height: 168px
    }

    .ps272 {
        margin-left: 20px;
        margin-top: -159px
    }

    .s299 {
        min-width: 266px;
        width: 266px;
        height: 32px
    }

    .f62 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 0.801
    }

    .ps273 {
        margin-left: 216px;
        margin-top: -126px
    }

    .s300 {
        min-width: 61px;
        width: 61px;
        height: 27px
    }

    .f63 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .ps274 {
        margin-left: 114px;
        margin-top: -99px
    }

    .s301 {
        min-width: 171px;
        width: 171px;
        height: 31px
    }

    .ps275 {
        margin-left: 151px;
        margin-top: -55px
    }

    .s302 {
        min-width: 137px;
        height: 39px;
        width: 133px
    }

    .f64 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215;
        padding-top: 9px;
        padding-bottom: 9px
    }

    .ps276 {
        margin-left: 82px;
        margin-top: 0
    }

    .s303 {
        min-width: 293px;
        width: 293px;
        min-height: 366px;
        height: 366px
    }

    .i23 {
        width: 293px;
        height: 366px
    }

    .ps278 {
        margin-left: 20px;
        margin-top: -159px
    }

    .s304 {
        min-width: 266px;
        width: 266px;
        height: 32px
    }

    .ps279 {
        margin-left: 216px;
        margin-top: -126px
    }

    .s305 {
        min-width: 61px;
        width: 61px;
        height: 27px
    }

    .ps280 {
        margin-left: 97px;
        margin-top: -99px
    }

    .s306 {
        min-width: 188px;
        width: 188px;
        height: 31px
    }

    .ps281 {
        margin-left: 151px;
        margin-top: -55px
    }

    .s307 {
        min-width: 137px;
        height: 39px;
        width: 133px
    }

    .f65 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215;
        padding-top: 9px;
        padding-bottom: 9px
    }

    .ps282 {
        margin-top: 0
    }

    .s308 {
        min-width: 1200px;
        min-height: 545px
    }

    .ps283 {
        margin-top: 22px
    }

    .s309 {
        width: 1200px;
        min-height: 501px
    }

    .ps284 {
        margin-left: 13px
    }

    .s310 {
        min-width: 1160px;
        width: 1160px;
        min-height: 501px;
        height: 501px
    }

    .f66 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.601
    }

    .c90 {
        min-width: 1200px;
        margin-top: 33px;
        min-height: 1046px
    }

    .s311 {
        min-width: 1200px;
        min-height: 1046px
    }

    .ps285 {
        margin-top: 321px
    }

    .s312 {
        width: 1200px;
        min-height: 691px
    }

    .ps286 {
        margin-left: 260px
    }

    .s313 {
        min-width: 656px;
        width: 656px;
        min-height: 691px
    }

    .s314 {
        height: 656px
    }

    .un126 .slider {
        height: 656px
    }

    .un126 .slick-list {
        height: 656px
    }

    .ps287 {
        margin-top: -1012px
    }

    .s315 {
        min-width: 1200px;
        min-height: 293px
    }

    .s316 {
        min-height: 293px
    }

    .c91 {
        -webkit-border-radius: 147px 0 147px 0;
        -moz-border-radius: 147px 0 147px 0;
        border-radius: 147px 0 147px 0
    }

    .ps289 {
        margin-top: -257px
    }

    .s317 {
        width: 1200px;
        min-height: 227px
    }

    .ps290 {
        margin-left: 875px
    }

    .s318 {
        min-width: 300px;
        width: 300px;
        height: 227px
    }

    .f67 {
        font-size: 48px;
        font-size: calc(48px * var(--f));
        line-height: 1.313
    }

    .c92 {
        min-width: 1200px;
        margin-top: 97px;
        min-height: 453px
    }

    .s319 {
        min-width: 1200px;
        min-height: 453px
    }

    .s320 {
        min-width: 1200px;
        min-height: 442px
    }

    .s321 {
        min-height: 442px
    }

    .ps291 {
        margin-top: -431px
    }

    .s322 {
        width: 1200px;
        min-height: 380px
    }

    .ps292 {
        margin-left: 53px
    }

    .s323 {
        min-width: 464px;
        width: 464px;
        height: 119px
    }

    .wrapper1 {
        height: 119px
    }

    .ps293 {
        margin-left: -487px;
        margin-top: 162px
    }

    .s324 {
        min-width: 494px;
        width: 494px;
        min-height: 218px;
        height: 218px
    }

    .f68 {
        font-size: 24px;
        font-size: calc(24px * var(--f));
        line-height: 1.834
    }

    .c95 {
        min-width: 1200px;
        min-height: 537px
    }

    .s325 {
        min-width: 1200px;
        min-height: 537px
    }

    .ps294 {
        margin-top: 20px
    }

    .s326 {
        min-width: 1200px;
        min-height: 517px
    }

    .s327 {
        min-height: 517px
    }

    .ps295 {
        margin-top: -484px
    }

    .s328 {
        width: 1200px;
        min-height: 452px
    }

    .ps296 {
        margin-left: 10px
    }

    .s329 {
        min-width: 1192px;
        width: 1192px;
        min-height: 243px
    }

    .ps297 {
        margin-top: 11px
    }

    .s330 {
        min-width: 302px;
        width: 302px;
        height: 125px
    }

    .f69 {
        font-size: 48px;
        font-size: calc(48px * var(--f));
        line-height: 1.168
    }

    .f70 {
        font-size: 48px;
        font-size: calc(48px * var(--f));
        line-height: 1.168
    }

    .ps298 {
        margin-left: 356px
    }

    .s331 {
        min-width: 534px;
        width: 534px;
        min-height: 243px
    }

    .s332 {
        min-width: 534px;
        width: 534px;
        height: 78px
    }

    .input9 {
        width: 534px;
        height: 78px;
        font-size: 20px;
        line-height: 1.251;
        background-size: 24px;
        background-position: right 6px top 50%
    }

    *[dir="rtl"] .input9,
    :root:lang(ar) .input9,
    :root:lang(iw) .input9 {
        background-position: left 6px top 50%
    }

    .ps299 {
        margin-left: 8px;
        margin-top: 29px
    }

    .s333 {
        min-width: 514px;
        width: 514px;
        min-height: 136px;
        height: 136px
    }

    .f71 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.801
    }

    .ps300 {
        margin-left: 453px;
        margin-top: 16px
    }

    .s334 {
        min-width: 572px;
        width: 572px;
        min-height: 193px
    }

    .s335 {
        min-width: 1200px;
        height: 519px
    }

    .ps302 {
        margin-top: 21px
    }

    .s336 {
        width: 1200px;
        min-height: 464px
    }

    .ps303 {
        margin-left: 31px
    }

    .s337 {
        min-width: 1145px;
        width: 1145px;
        min-height: 321px
    }

    .ps304 {
        margin-top: 0
    }

    .i24 {
        left: 7px;
        width: 113px;
        height: 111px;
        -webkit-border-radius: 56px;
        -moz-border-radius: 56px;
        border-radius: 56px
    }

    .ps305 {
        margin-left: 122px;
        margin-top: 0
    }

    .s338 {
        min-width: 216px;
        width: 216px;
        height: 41px
    }

    .f72 {
        font-size: 26px;
        font-size: calc(26px * var(--f));
        line-height: 1.386
    }

    .ps306 {
        margin-left: -213px;
        margin-top: 54px
    }

    .s339 {
        min-width: 482px;
        width: 482px;
        min-height: 236px
    }

    .ps307 {
        margin-top: 6px
    }

    .s340 {
        min-width: 213px;
        width: 213px;
        height: 26px
    }

    .f73 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f73:visited {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f73:hover {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f73:active {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .ps308 {
        margin-top: 6px
    }

    .s341 {
        min-width: 213px;
        width: 213px;
        height: 25px
    }

    .f74 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.051
    }

    .f74:visited {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.051
    }

    .f74:hover {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.051
    }

    .f74:active {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.051
    }

    .ps309 {
        margin-left: 2px;
        margin-top: 5px
    }

    .s342 {
        min-width: 211px;
        width: 211px;
        height: 30px
    }

    .ps310 {
        margin-top: 5px
    }

    .s343 {
        min-width: 213px;
        width: 213px;
        height: 29px
    }

    .ps311 {
        margin-top: 5px
    }

    .s344 {
        min-width: 213px;
        width: 213px;
        height: 28px
    }

    .ps312 {
        margin-top: 5px
    }

    .s345 {
        min-width: 213px;
        width: 213px;
        height: 30px
    }

    .ps313 {
        margin-top: 4px
    }

    .s346 {
        min-width: 213px;
        width: 213px;
        height: 32px
    }

    .ps314 {
        margin-left: 25px;
        margin-top: 1px
    }

    .s347 {
        min-width: 222px;
        width: 222px;
        min-height: 193px
    }

    .s348 {
        min-width: 219px;
        width: 219px;
        height: 25px
    }

    .ps316 {
        margin-top: 4px
    }

    .s349 {
        min-width: 220px;
        width: 220px;
        height: 27px
    }

    .ps317 {
        margin-top: 5px
    }

    .s350 {
        min-width: 220px;
        width: 220px;
        height: 29px
    }

    .ps318 {
        margin-top: 6px
    }

    .s351 {
        min-width: 219px;
        width: 219px;
        height: 29px
    }

    .ps319 {
        margin-top: 39px
    }

    .s352 {
        min-width: 222px;
        width: 222px;
        height: 29px
    }

    .f75 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f75:visited {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f75:hover {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f75:active {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .ps320 {
        margin-left: 239px;
        margin-top: -99px
    }

    .s353 {
        min-width: 243px;
        width: 243px;
        height: 42px
    }

    .ps321 {
        margin-top: -236px
    }

    .s354 {
        min-width: 458px;
        width: 458px;
        min-height: 3px
    }

    .ps322 {
        margin-left: 32px;
        margin-top: 62px
    }

    .s355 {
        min-width: 274px;
        width: 274px;
        height: 33px
    }

    .s356 {
        min-width: 274px;
        width: 274px;
        height: 32px
    }

    .ps325 {
        margin-top: 1px
    }

    .s357 {
        min-width: 274px;
        width: 274px;
        height: 33px
    }

    .f76 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201
    }

    .f76:visited {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201
    }

    .f76:hover {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201
    }

    .f76:active {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201
    }

    .s358 {
        min-width: 275px;
        width: 275px;
        height: 30px
    }

    .ps327 {
        margin-top: 2px
    }

    .s359 {
        min-width: 275px;
        width: 275px;
        height: 31px
    }

    .s360 {
        min-width: 275px;
        width: 275px;
        height: 33px
    }

    .s361 {
        min-width: 275px;
        width: 275px;
        height: 32px
    }

    .s362 {
        min-width: 274px;
        width: 274px;
        height: 31px
    }

    .ps331 {
        margin-left: 766px;
        margin-top: -321px
    }

    .s363 {
        min-width: 379px;
        width: 379px;
        min-height: 56px
    }

    .s364 {
        min-width: 324px;
        width: 324px;
        height: 41px
    }

    .f77 {
        font-size: 24px;
        font-size: calc(24px * var(--f));
        line-height: 1.584
    }

    .ps333 {
        margin-top: 12px
    }

    .s365 {
        min-width: 379px;
        width: 379px;
        min-height: 3px
    }

    .ps334 {
        margin-left: 486px;
        margin-top: 6px
    }

    .i25 {
        width: 112px;
        height: 72px
    }

    .i26 {
        width: 104px;
        height: 67px
    }

    .ps337 {
        margin-top: 8px
    }

    .i27 {
        left: 15px;
        width: 59px;
        height: 59px
    }

    .ps338 {
        margin-left: 86px
    }

    .s366 {
        min-width: 1042px;
        width: 1042px;
        min-height: 5px
    }

    .ps339 {
        margin-left: 91px;
        margin-top: 10px
    }

    .s367 {
        min-width: 1043px;
        width: 1043px;
        height: 50px
    }

    .f78 {
        font-size: 15px;
        font-size: calc(15px * var(--f));
        line-height: 1.601
    }

    .s368 {
        min-width: 1200px;
        min-height: 67px
    }

    .ps340 {
        margin-top: 14px
    }

    .s369 {
        width: 1200px;
        min-height: 39px
    }

    .ps341 {
        margin-left: 853px
    }

    .s370 {
        min-width: 159px;
        height: 39px;
        width: 159px
    }

    .f79 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.287;
        padding-top: 11px;
        padding-bottom: 10px
    }

    .ps342 {
        margin-left: 15px
    }

    body {
        --d: 1;
        --s: 1200
    }
}

@media (min-width:960px) and (max-width:1199px) {
    .c71 {
        min-width: 960px;
        min-height: 471px
    }

    .s246 {
        min-width: 960px;
        height: 233px
    }

    .ps210 {
        margin-top: 5px
    }

    .s247 {
        width: 960px;
        min-height: 49px
    }

    .ps211 {
        margin-left: 188px
    }

    .ps212 {
        margin-top: 4px
    }

    .i17 {
        left: 0;
        min-width: 24px;
        max-width: 24px;
        min-height: 24px;
        max-height: 24px
    }

    .ps213 {
        margin-left: 14px;
        margin-top: 4px
    }

    .s248 {
        min-width: 146px;
        width: 146px;
        height: 25px
    }

    .f54 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.188
    }

    .ps214 {
        margin-left: 36px;
        margin-top: 0
    }

    .i18 {
        left: 4px;
        min-width: 32px;
        max-width: 32px;
        min-height: 32px;
        max-height: 32px
    }

    .ps215 {
        margin-left: 7px;
        margin-top: 4px
    }

    .s249 {
        min-width: 228px;
        width: 228px;
        height: 25px
    }

    .ps216 {
        margin-left: 224px;
        margin-top: 7px
    }

    .i19 {
        left: 1px;
        width: 42px;
        height: 42px
    }

    .ps217 {
        margin-top: 22px
    }

    .s250 {
        min-height: 157px
    }

    .ps218 {
        margin-top: -156px
    }

    .s251 {
        width: 960px;
        min-height: 130px
    }

    .ps220 {
        margin-top: 0
    }

    .i20 {
        width: 261px;
        height: 57px;
        top: 11px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        border-radius: 40px
    }

    .ps221 {
        margin-left: 132px;
        margin-top: 15px
    }

    .s253 {
        min-width: 22px
    }

    .ps223 {
        margin-top: 45px
    }

    .s254 {
        min-width: 22px;
        width: 22px;
        height: 14px
    }

    .f55 {
        font-size: 8px;
        font-size: calc(8px * var(--f));
        line-height: 1.376
    }

    .ps225 {
        margin-top: 8px
    }

    .s255 {
        min-width: 79px;
        width: 79px;
        height: 19px
    }

    .f56 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .ps226 {
        margin-top: 1px
    }

    .s256 {
        min-width: 205px;
        width: 205px;
        height: 19px
    }

    .ps228 {
        margin-left: 80px;
        margin-top: -36px
    }

    .s257 {
        min-width: 122px;
        width: 122px;
        height: 19px
    }

    .s258 {
        min-width: 215px;
        width: 215px;
        height: 19px
    }

    .ps231 {
        margin-left: 203px;
        margin-top: -36px
    }

    .s259 {
        min-width: 159px;
        width: 159px;
        height: 19px
    }

    .s260 {
        min-width: 200px;
        width: 200px;
        height: 19px
    }

    .ps233 {
        margin-left: 363px;
        margin-top: -36px
    }

    .s261 {
        min-width: 177px;
        width: 177px;
        height: 19px
    }

    .ps235 {
        margin-top: 1px
    }

    .s262 {
        min-width: 238px;
        width: 238px;
        height: 19px
    }

    .ps236 {
        margin-left: 541px;
        margin-top: -36px
    }

    .s263 {
        min-width: 91px;
        width: 91px;
        height: 19px
    }

    .ps237 {
        margin-left: 633px;
        margin-top: -36px
    }

    .s264 {
        min-width: 57px;
        width: 57px;
        height: 19px
    }

    .ps238 {
        margin-left: 691px;
        margin-top: -36px
    }

    .ps239 {
        margin-left: 604px;
        margin-top: -112px
    }

    .s265 {
        min-width: 347px;
        width: 347px;
        min-height: 40px
    }

    .input8 {
        width: 347px;
        height: 40px;
        font-size: 14px;
        font-style: normal
    }

    .ps240 {
        margin-left: 318px;
        margin-top: -34px
    }

    .s266 {
        min-width: 24px;
        width: 24px;
        height: 29px
    }

    .ps241 {
        margin-top: -238px
    }

    .s267 {
        min-width: 960px;
        min-height: 629px
    }

    .ps242 {
        margin-top: 79px
    }

    .s268 {
        width: 960px;
        min-height: 454px
    }

    .ps243 {
        margin-left: 90px
    }

    .s269 {
        min-width: 838px;
        width: 838px;
        min-height: 454px
    }

    .s270 {
        height: 454px
    }

    .un121 .slider {
        height: 454px
    }

    .un121 .slick-list {
        height: 454px
    }

    .ps244 {
        margin-top: -591px
    }

    .s272 {
        width: 960px;
        height: 80px
    }

    .ps245 {
        margin-left: 0
    }

    .ps246 {
        margin-left: 860px;
        margin-top: 16px
    }

    .i21 {
        left: 0;
        min-width: 16px;
        max-width: 16px;
        min-height: 16px;
        max-height: 16px
    }

    .ps247 {
        margin-top: -8px
    }

    .s273 {
        min-width: 882px;
        height: 56px;
        width: 882px
    }

    .f57 {
        font-size: 27px;
        font-size: calc(27px * var(--f));
        line-height: 1.223;
        padding-top: 12px;
        padding-bottom: 11px
    }

    .c79::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c79:hover:before {
        opacity: 1
    }

    .c79::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c79:hover:after {
        opacity: 0
    }

    .c79:active:before {
        opacity: 1
    }

    .c79:active:after {
        opacity: 1;
        transition: initial
    }

    .ps248 {
        margin-top: -56px
    }

    .s274 {
        min-width: 882px;
        width: 882px;
        min-height: 56px
    }

    .s275 {
        min-width: 882px;
        width: 882px;
        min-height: 56px
    }

    .s276 {
        min-width: 882px;
        height: 56px;
        width: 882px
    }

    .ps249 {
        margin-top: -56px
    }

    .s277 {
        min-width: 882px;
        height: 56px;
        width: 882px
    }

    .ps250 {
        margin-top: -56px
    }

    .ps251 {
        margin-top: -56px
    }

    .ps252 {
        margin-top: -56px
    }

    .ps253 {
        margin-left: 0;
        margin-top: -56px
    }

    .ps254 {
        margin-left: 0;
        margin-top: -56px
    }

    .ps255 {
        margin-left: 0;
        margin-top: -59px
    }

    .s278 {
        min-width: 882px;
        height: 59px;
        width: 882px
    }

    .f58 {
        font-size: 27px;
        font-size: calc(27px * var(--f));
        line-height: 1.223;
        padding-top: 13px;
        padding-bottom: 13px
    }

    .c80 {
        min-width: 960px;
        margin-top: 520px;
        min-height: 822px
    }

    .s279 {
        min-width: 960px;
        min-height: 822px
    }

    .ps257 {
        margin-top: 166px
    }

    .s280 {
        min-width: 960px;
        min-height: 87px
    }

    .s281 {
        min-height: 77px
    }

    .ps258 {
        margin-top: -38px
    }

    .s282 {
        width: 960px;
        min-height: 48px
    }

    .ps259 {
        margin-left: 92px
    }

    .s283 {
        min-width: 348px;
        width: 348px;
        height: 48px
    }

    .f59 {
        font-size: 34px;
        font-size: calc(34px * var(--f));
        line-height: 1.207
    }

    .ps260 {
        margin-top: -230px
    }

    .s284 {
        width: 960px;
        min-height: 756px
    }

    .ps261 {
        margin-left: 0
    }

    .s285 {
        min-width: 524px;
        width: 524px;
        min-height: 756px
    }

    .s286 {
        min-width: 524px;
        width: 524px;
        min-height: 756px
    }

    .s287 {
        min-width: 524px;
        width: 524px;
        min-height: 756px
    }

    .ps263 {
        margin-left: 15px;
        margin-top: -681px
    }

    .s288 {
        min-width: 486px;
        width: 486px;
        min-height: 663px;
        height: 663px
    }

    .f60 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.601
    }

    .c85 {
        min-width: 960px;
        margin-top: -145px;
        min-height: 854px
    }

    .ps264 {
        margin-top: 145px
    }

    .s289 {
        min-width: 960px;
        height: 625px
    }

    .ps265 {
        margin-top: 39px
    }

    .s290 {
        min-height: 73px
    }

    .ps266 {
        margin-top: -61px
    }

    .s291 {
        width: 960px;
        min-height: 575px
    }

    .ps267 {
        margin-left: 484px
    }

    .s292 {
        min-width: 298px;
        width: 298px;
        height: 49px
    }

    .f61 {
        font-size: 36px;
        font-size: calc(36px * var(--f));
        line-height: 1.557
    }

    .ps268 {
        margin-left: 26px;
        margin-top: 85px
    }

    .s293 {
        min-width: 305px;
        width: 305px;
        min-height: 441px
    }

    .s294 {
        min-width: 305px;
        width: 305px;
        min-height: 441px
    }

    .s295 {
        min-width: 305px;
        width: 305px;
        min-height: 441px
    }

    .s296 {
        min-width: 305px;
        width: 305px;
        min-height: 441px
    }

    .s297 {
        min-width: 305px;
        width: 305px;
        min-height: 440px;
        height: 440px
    }

    .i22 {
        width: 305px;
        height: 440px
    }

    .ps271 {
        margin-top: -208px
    }

    .s298 {
        min-width: 305px;
        width: 305px;
        min-height: 208px
    }

    .ps272 {
        margin-left: 47px;
        margin-top: -169px
    }

    .s299 {
        min-width: 252px;
        width: 252px;
        height: 29px
    }

    .f62 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 0.774
    }

    .ps273 {
        margin-left: 233px;
        margin-top: -140px
    }

    .s300 {
        min-width: 66px;
        width: 66px;
        height: 26px
    }

    .f63 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.137
    }

    .ps274 {
        margin-left: 128px;
        margin-top: -114px
    }

    .s301 {
        min-width: 172px;
        width: 172px;
        height: 29px
    }

    .ps275 {
        margin-left: 160px;
        margin-top: -31px
    }

    .s302 {
        min-width: 110px;
        height: 32px;
        width: 106px
    }

    .f64 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.183;
        padding-top: 8px;
        padding-bottom: 7px
    }

    .ps276 {
        margin-top: -441px
    }

    .s303 {
        min-width: 305px;
        width: 305px;
        min-height: 440px;
        height: 440px
    }

    .i23 {
        width: 305px;
        height: 440px
    }

    .ps278 {
        margin-left: 47px;
        margin-top: -169px
    }

    .s304 {
        min-width: 252px;
        width: 252px;
        height: 29px
    }

    .ps279 {
        margin-left: 233px;
        margin-top: -140px
    }

    .s305 {
        min-width: 66px;
        width: 66px;
        height: 26px
    }

    .ps280 {
        margin-left: 128px;
        margin-top: -114px
    }

    .s306 {
        min-width: 172px;
        width: 172px;
        height: 29px
    }

    .ps281 {
        margin-left: 160px;
        margin-top: -31px
    }

    .s307 {
        min-width: 110px;
        height: 32px;
        width: 106px
    }

    .f65 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.183;
        padding-top: 8px;
        padding-bottom: 7px
    }

    .ps282 {
        margin-top: -77px
    }

    .s308 {
        min-width: 960px;
        min-height: 459px
    }

    .ps283 {
        margin-top: 8px
    }

    .s309 {
        width: 960px;
        min-height: 444px
    }

    .ps284 {
        margin-left: 11px
    }

    .s310 {
        min-width: 536px;
        width: 536px;
        min-height: 444px;
        height: 444px
    }

    .f66 {
        font-size: 17px;
        font-size: calc(17px * var(--f));
        line-height: 1.589
    }

    .c90 {
        min-width: 960px;
        margin-top: 7px;
        min-height: 611px
    }

    .s311 {
        min-width: 960px;
        min-height: 611px
    }

    .ps285 {
        margin-top: 58px
    }

    .s312 {
        width: 960px;
        min-height: 553px
    }

    .ps286 {
        margin-left: 208px
    }

    .s313 {
        min-width: 525px;
        width: 525px;
        min-height: 553px
    }

    .s314 {
        height: 518px
    }

    .un126 .slider {
        height: 518px
    }

    .un126 .slick-list {
        height: 518px
    }

    .ps287 {
        margin-top: -337px
    }

    .s315 {
        min-width: 960px;
        min-height: 91px
    }

    .s316 {
        min-height: 91px
    }

    .c91 {
        -webkit-border-radius: 46px 0 46px 0;
        -moz-border-radius: 46px 0 46px 0;
        border-radius: 46px 0 46px 0
    }

    .ps289 {
        margin-top: -67px
    }

    .s317 {
        width: 960px;
        min-height: 53px
    }

    .ps290 {
        margin-left: 274px
    }

    .s318 {
        min-width: 499px;
        width: 499px;
        height: 53px
    }

    .f67 {
        font-size: 28px;
        font-size: calc(28px * var(--f));
        line-height: 1.322
    }

    .c92 {
        min-width: 960px;
        margin-top: 78px;
        min-height: 362px
    }

    .s319 {
        min-width: 960px;
        min-height: 362px
    }

    .s320 {
        min-width: 960px;
        min-height: 354px
    }

    .s321 {
        min-height: 354px
    }

    .ps291 {
        margin-top: -345px
    }

    .s322 {
        width: 960px;
        min-height: 303px
    }

    .ps292 {
        margin-left: 42px
    }

    .s323 {
        min-width: 371px;
        width: 371px;
        height: 95px
    }

    .wrapper1 {
        height: 95px
    }

    .ps293 {
        margin-left: -389px;
        margin-top: 129px
    }

    .s324 {
        min-width: 393px;
        width: 393px;
        min-height: 174px;
        height: 174px
    }

    .f68 {
        font-size: 19px;
        font-size: calc(19px * var(--f));
        line-height: 1.843
    }

    .c95 {
        min-width: 960px;
        min-height: 430px
    }

    .s325 {
        min-width: 960px;
        min-height: 430px
    }

    .ps294 {
        margin-top: 16px
    }

    .s326 {
        min-width: 960px;
        min-height: 414px
    }

    .s327 {
        min-height: 414px
    }

    .ps295 {
        margin-top: -388px
    }

    .s328 {
        width: 960px;
        min-height: 362px
    }

    .ps296 {
        margin-left: 8px
    }

    .s329 {
        min-width: 954px;
        width: 954px;
        min-height: 195px
    }

    .ps297 {
        margin-top: 10px
    }

    .s330 {
        min-width: 242px;
        width: 242px;
        height: 100px
    }

    .f69 {
        font-size: 38px;
        font-size: calc(38px * var(--f));
        line-height: 1.159
    }

    .f70 {
        font-size: 38px;
        font-size: calc(38px * var(--f));
        line-height: 1.159
    }

    .ps298 {
        margin-left: 284px
    }

    .s331 {
        min-width: 428px;
        width: 428px;
        min-height: 195px
    }

    .s332 {
        min-width: 428px;
        width: 428px;
        height: 63px
    }

    .input9 {
        width: 428px;
        height: 63px;
        font-size: 16px;
        line-height: 1.188;
        background-size: 19px;
        background-position: right 19px top 50%
    }

    *[dir="rtl"] .input9,
    :root:lang(ar) .input9,
    :root:lang(iw) .input9 {
        background-position: left 19px top 50%
    }

    .ps299 {
        margin-left: 7px;
        margin-top: 23px
    }

    .s333 {
        min-width: 409px;
        width: 409px;
        min-height: 109px;
        height: 109px
    }

    .f71 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.813
    }

    .ps300 {
        margin-left: 362px;
        margin-top: 13px
    }

    .s334 {
        min-width: 458px;
        width: 458px;
        min-height: 154px
    }

    .ps301 {
        margin-top: 0
    }

    .s335 {
        min-width: 960px;
        height: 525px
    }

    .s336 {
        width: 960px;
        min-height: 507px
    }

    .ps303 {
        margin-left: 38px
    }

    .s337 {
        min-width: 900px;
        width: 900px;
        min-height: 248px
    }

    .ps304 {
        margin-top: 35px
    }

    .i24 {
        left: 1px;
        width: 94px;
        height: 92px;
        -webkit-border-radius: 46px;
        -moz-border-radius: 46px;
        border-radius: 46px
    }

    .ps305 {
        margin-left: 66px;
        margin-top: 57px
    }

    .s338 {
        min-width: 184px;
        width: 184px;
        height: 35px
    }

    .f72 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.401
    }

    .ps306 {
        margin-left: -184px
    }

    .s339 {
        min-width: 417px;
        width: 417px;
        min-height: 234px
    }

    .ps307 {
        margin-left: 25px
    }

    .s340 {
        min-width: 84px;
        width: 84px;
        height: 26px
    }

    .f73 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f73:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f73:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f73:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .ps308 {
        margin-top: 6px
    }

    .s341 {
        min-width: 90px;
        width: 90px;
        height: 24px
    }

    .f74 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f74:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f74:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f74:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .ps309 {
        margin-left: -89px;
        margin-top: 38px
    }

    .s342 {
        min-width: 48px;
        width: 48px;
        height: 24px
    }

    .ps310 {
        margin-left: 1px;
        margin-top: 9px
    }

    .s343 {
        min-width: 121px;
        width: 121px;
        height: 27px
    }

    .ps311 {
        margin-left: 1px;
        margin-top: 10px
    }

    .s344 {
        min-width: 145px;
        width: 145px;
        height: 26px
    }

    .s345 {
        min-width: 98px;
        width: 98px;
        height: 27px
    }

    .ps313 {
        margin-top: 13px
    }

    .s346 {
        min-width: 168px;
        width: 168px;
        height: 26px
    }

    .ps314 {
        margin-left: 47px;
        margin-top: 14px
    }

    .s347 {
        min-width: 151px;
        width: 151px;
        min-height: 194px
    }

    .s348 {
        min-width: 151px;
        width: 151px;
        height: 24px
    }

    .ps316 {
        margin-left: 1px;
        margin-top: 9px
    }

    .s349 {
        min-width: 115px;
        width: 115px;
        height: 24px
    }

    .ps317 {
        margin-top: 7px
    }

    .s350 {
        min-width: 58px;
        width: 58px;
        height: 24px
    }

    .ps318 {
        margin-top: 9px
    }

    .s351 {
        min-width: 151px;
        width: 151px;
        height: 25px
    }

    .ps319 {
        margin-top: 45px
    }

    .s352 {
        min-width: 103px;
        width: 103px;
        height: 27px
    }

    .f75 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f75:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f75:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f75:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .ps320 {
        margin-left: 215px;
        margin-top: -88px
    }

    .s353 {
        min-width: 177px;
        width: 177px;
        height: 27px
    }

    .ps321 {
        margin-top: -142px
    }

    .s354 {
        min-width: 281px;
        width: 281px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps322 {
        margin-left: 20px
    }

    .ps323 {
        margin-left: 0
    }

    .s355 {
        min-width: 218px;
        width: 218px;
        height: 26px
    }

    .ps324 {
        margin-left: 0;
        margin-top: 8px
    }

    .s356 {
        min-width: 219px;
        width: 219px;
        height: 26px
    }

    .ps325 {
        margin-left: 0;
        margin-top: 5px
    }

    .s357 {
        min-width: 233px;
        width: 233px;
        height: 26px
    }

    .f76 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f76:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f76:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f76:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .ps326 {
        margin-top: 5px
    }

    .s358 {
        min-width: 130px;
        width: 130px;
        height: 24px
    }

    .ps327 {
        margin-left: 1px;
        margin-top: 5px
    }

    .s359 {
        min-width: 110px;
        width: 110px;
        height: 25px
    }

    .ps328 {
        margin-top: 7px
    }

    .s360 {
        min-width: 180px;
        width: 180px;
        height: 26px
    }

    .ps329 {
        margin-top: 6px
    }

    .s361 {
        min-width: 69px;
        width: 69px;
        height: 26px
    }

    .ps330 {
        margin-left: 0;
        margin-top: 8px
    }

    .s362 {
        min-width: 222px;
        width: 222px;
        height: 25px
    }

    .ps331 {
        margin-left: 583px;
        margin-top: -191px
    }

    .s363 {
        min-width: 317px;
        width: 317px;
        min-height: 35px
    }

    .ps332 {
        margin-left: 1px
    }

    .s364 {
        min-width: 233px;
        width: 233px;
        height: 32px
    }

    .f77 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.612
    }

    .ps333 {
        margin-top: 2px
    }

    .s365 {
        min-width: 317px;
        width: 317px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps334 {
        margin-left: 413px;
        margin-top: 92px
    }

    .ps335 {
        margin-top: 2px
    }

    .i25 {
        width: 53px;
        height: 65px
    }

    .ps336 {
        margin-left: 4px
    }

    .i26 {
        width: 53px;
        height: 67px
    }

    .ps337 {
        margin-left: 7px;
        margin-top: 13px
    }

    .i27 {
        left: 0;
        width: 38px;
        height: 38px;
        top: 2px
    }

    .ps338 {
        margin-left: 72px
    }

    .s366 {
        min-width: 834px;
        width: 834px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps339 {
        margin-left: 221px;
        margin-top: 46px
    }

    .s367 {
        min-width: 589px;
        width: 589px;
        height: 53px
    }

    .f78 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.616
    }

    .s368 {
        min-width: 960px;
        min-height: 54px
    }

    .ps340 {
        margin-top: 11px
    }

    .s369 {
        width: 960px;
        min-height: 31px
    }

    .ps341 {
        margin-left: 683px
    }

    .s370 {
        min-width: 128px;
        height: 31px;
        width: 128px
    }

    .f79 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.274;
        padding-top: 9px;
        padding-bottom: 8px
    }

    .ps342 {
        margin-left: 10px
    }

    body {
        --d: 2;
        --s: 960
    }
}

@media (min-width:768px) and (max-width:959px) {
    .c71 {
        min-width: 768px;
        min-height: 385px
    }

    .s246 {
        min-width: 768px;
        height: 187px
    }

    .ps210 {
        margin-top: 9px
    }

    .s247 {
        width: 768px;
        min-height: 40px
    }

    .ps211 {
        margin-left: 148px
    }

    .ps212 {
        margin-top: 5px
    }

    .i17 {
        left: 0;
        min-width: 19px;
        max-width: 19px;
        min-height: 19px;
        max-height: 19px
    }

    .ps213 {
        margin-left: 14px;
        margin-top: 5px
    }

    .s248 {
        min-width: 160px;
        width: 160px;
        height: 20px
    }

    .f54 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.188
    }

    .ps214 {
        margin-left: 25px;
        margin-top: 0
    }

    .i18 {
        left: 3px;
        min-width: 26px;
        max-width: 26px;
        min-height: 26px;
        max-height: 26px
    }

    .ps215 {
        margin-left: 12px;
        margin-top: 4px
    }

    .s249 {
        min-width: 225px;
        width: 225px;
        height: 23px
    }

    .ps216 {
        margin-left: 70px;
        margin-top: 3px
    }

    .i19 {
        left: 1px;
        width: 37px;
        height: 37px
    }

    .ps217 {
        margin-top: 12px
    }

    .s250 {
        min-height: 126px
    }

    .ps218 {
        margin-top: -127px
    }

    .s251 {
        width: 768px;
        min-height: 109px
    }

    .ps219 {
        margin-left: 11px
    }

    .ps220 {
        margin-top: 12px
    }

    .i20 {
        width: 83px;
        height: 18px;
        top: 29px;
        -webkit-border-radius: 38px;
        -moz-border-radius: 38px;
        border-radius: 38px
    }

    .ps221 {
        margin-left: 9px;
        margin-top: 80px
    }

    .s253 {
        min-width: 17px
    }

    .ps223 {
        margin-top: 37px
    }

    .s254 {
        min-width: 17px;
        width: 17px;
        height: 10px
    }

    .f55 {
        font-size: 6px;
        font-size: calc(6px * var(--f));
        line-height: 1.334
    }

    .ps225 {
        margin-top: 7px
    }

    .s255 {
        min-width: 65px;
        width: 65px;
        height: 15px
    }

    .f56 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.183
    }

    .ps226 {
        margin-top: 1px
    }

    .s256 {
        min-width: 164px;
        width: 164px;
        height: 15px
    }

    .ps228 {
        margin-left: 65px;
        margin-top: -29px
    }

    .s257 {
        min-width: 98px;
        width: 98px;
        height: 15px
    }

    .s258 {
        min-width: 172px;
        width: 172px;
        height: 15px
    }

    .ps231 {
        margin-left: 163px;
        margin-top: -29px
    }

    .s259 {
        min-width: 128px;
        width: 128px;
        height: 15px
    }

    .s260 {
        min-width: 160px;
        width: 160px;
        height: 15px
    }

    .ps233 {
        margin-left: 291px;
        margin-top: -29px
    }

    .s261 {
        min-width: 142px;
        width: 142px;
        height: 15px
    }

    .ps235 {
        margin-top: 1px
    }

    .s262 {
        min-width: 190px;
        width: 190px;
        height: 15px
    }

    .ps236 {
        margin-left: 433px;
        margin-top: -29px
    }

    .s263 {
        min-width: 74px;
        width: 74px;
        height: 15px
    }

    .ps237 {
        margin-left: 507px;
        margin-top: -29px
    }

    .s264 {
        min-width: 47px;
        width: 47px;
        height: 15px
    }

    .ps238 {
        margin-left: 554px;
        margin-top: -29px
    }

    .ps239 {
        margin-left: 441px;
        margin-top: -109px
    }

    .s265 {
        min-width: 288px;
        width: 288px;
        min-height: 31px
    }

    .input8 {
        width: 288px;
        height: 31px;
        font-family: "Lato 3";
        font-size: 12px;
        line-height: 1.251;
        font-weight: 700;
        font-style: normal
    }

    .ps240 {
        margin-left: 260px;
        margin-top: -31px
    }

    .s266 {
        min-width: 26px;
        width: 26px;
        height: 29px
    }

    .ps241 {
        margin-top: -159px
    }

    .s267 {
        min-width: 768px;
        min-height: 588px
    }

    .ps242 {
        margin-top: 113px
    }

    .s268 {
        width: 768px;
        min-height: 362px
    }

    .ps243 {
        margin-left: 42px
    }

    .s269 {
        min-width: 682px;
        width: 682px;
        min-height: 362px
    }

    .s270 {
        height: 362px
    }

    .un121 .slider {
        height: 362px
    }

    .un121 .slick-list {
        height: 362px
    }

    .ps244 {
        margin-top: -629px
    }

    .s272 {
        width: 768px;
        height: 487px
    }

    .ps245 {
        margin-left: 38px
    }

    .ps246 {
        margin-left: 675px;
        margin-top: 7px
    }

    .i21 {
        left: 0;
        min-width: 23px;
        max-width: 23px;
        min-height: 23px;
        max-height: 23px
    }

    .ps247 {
        margin-top: 31px
    }

    .s273 {
        min-width: 706px;
        height: 45px;
        width: 706px
    }

    .f57 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.228;
        padding-top: 9px;
        padding-bottom: 9px
    }

    .c79::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c79:hover:before {
        opacity: 1
    }

    .c79::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c79:hover:after {
        opacity: 0
    }

    .c79:active:before {
        opacity: 1
    }

    .c79:active:after {
        opacity: 1;
        transition: initial
    }

    .ps248 {
        margin-top: 3px
    }

    .s274 {
        min-width: 706px;
        width: 706px;
        min-height: 233px
    }

    .s275 {
        min-width: 706px;
        width: 706px;
        min-height: 233px
    }

    .s276 {
        min-width: 706px;
        height: 45px;
        width: 706px
    }

    .ps249 {
        margin-top: 2px
    }

    .s277 {
        min-width: 706px;
        height: 45px;
        width: 706px
    }

    .ps250 {
        margin-top: 2px
    }

    .ps251 {
        margin-top: 2px
    }

    .ps252 {
        margin-top: 2px
    }

    .ps253 {
        margin-left: 0;
        margin-top: 2px
    }

    .ps254 {
        margin-left: 0;
        margin-top: 2px
    }

    .ps255 {
        margin-left: 0;
        margin-top: 3px
    }

    .s278 {
        min-width: 706px;
        height: 47px;
        width: 706px
    }

    .f58 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.228;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .c80 {
        min-width: 768px;
        margin-top: 180px;
        min-height: 805px
    }

    .s279 {
        min-width: 768px;
        min-height: 805px
    }

    .ps257 {
        margin-top: 13px
    }

    .s280 {
        min-width: 768px;
        min-height: 82px
    }

    .s281 {
        min-height: 62px
    }

    .ps258 {
        margin-top: -22px
    }

    .s282 {
        width: 768px;
        min-height: 42px
    }

    .ps259 {
        margin-left: 247px
    }

    .s283 {
        min-width: 278px;
        width: 278px;
        height: 42px
    }

    .f59 {
        font-size: 36px;
        font-size: calc(36px * var(--f));
        line-height: 1.223
    }

    .ps260 {
        margin-top: -71px
    }

    .s284 {
        width: 768px;
        min-height: 757px
    }

    .ps261 {
        margin-left: 73px
    }

    .s285 {
        min-width: 630px;
        width: 630px;
        min-height: 757px
    }

    .s286 {
        min-width: 630px;
        width: 630px;
        min-height: 757px
    }

    .s287 {
        min-width: 630px;
        width: 630px;
        min-height: 757px
    }

    .ps263 {
        margin-left: 24px;
        margin-top: -676px
    }

    .s288 {
        min-width: 577px;
        width: 577px;
        min-height: 653px;
        height: 653px
    }

    .f60 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.626
    }

    .c85 {
        min-width: 768px;
        margin-top: -99px;
        min-height: 834px
    }

    .ps264 {
        margin-top: 148px
    }

    .s289 {
        min-width: 768px;
        height: 614px
    }

    .ps265 {
        margin-top: 48px
    }

    .s290 {
        min-height: 58px
    }

    .ps266 {
        margin-top: -70px
    }

    .s291 {
        width: 768px;
        min-height: 580px
    }

    .ps267 {
        margin-left: 204px
    }

    .s292 {
        min-width: 284px;
        width: 284px;
        height: 58px
    }

    .f61 {
        font-size: 38px;
        font-size: calc(38px * var(--f));
        line-height: 1.580
    }

    .ps268 {
        margin-left: -444px;
        margin-top: 176px
    }

    .s293 {
        min-width: 280px;
        width: 280px;
        min-height: 404px
    }

    .s294 {
        min-width: 280px;
        width: 280px;
        min-height: 404px
    }

    .s295 {
        min-width: 280px;
        width: 280px;
        min-height: 404px
    }

    .s296 {
        min-width: 280px;
        width: 280px;
        min-height: 404px
    }

    .s297 {
        min-width: 279px;
        width: 279px;
        min-height: 390px;
        height: 390px
    }

    .i22 {
        width: 279px;
        height: 390px
    }

    .ps271 {
        margin-left: 3px;
        margin-top: -228px
    }

    .s298 {
        min-width: 276px;
        width: 276px;
        min-height: 226px
    }

    .ps272 {
        margin-left: 49px;
        margin-top: -228px
    }

    .s299 {
        min-width: 231px;
        width: 231px;
        height: 39px
    }

    .f62 {
        font-size: 21px;
        font-size: calc(21px * var(--f));
        line-height: 0.763
    }

    .ps273 {
        margin-left: 205px;
        margin-top: -195px
    }

    .s300 {
        min-width: 67px;
        width: 67px;
        height: 39px
    }

    .f63 {
        font-size: 21px;
        font-size: calc(21px * var(--f))
    }

    .ps274 {
        margin-left: 86px;
        margin-top: -163px
    }

    .s301 {
        min-width: 178px;
        width: 178px;
        height: 39px
    }

    .ps275 {
        margin-left: 105px;
        margin-top: -12px
    }

    .s302 {
        min-width: 89px;
        height: 26px;
        width: 85px
    }

    .c88 {
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        border-radius: 13px
    }

    .f64 {
        font-size: 8px;
        font-size: calc(8px * var(--f));
        line-height: 1.251;
        padding-top: 6px;
        padding-bottom: 6px
    }

    .ps276 {
        margin-top: -404px
    }

    .s303 {
        min-width: 279px;
        width: 279px;
        min-height: 390px;
        height: 390px
    }

    .i23 {
        width: 279px;
        height: 390px
    }

    .ps278 {
        margin-left: 49px;
        margin-top: -228px
    }

    .s304 {
        min-width: 231px;
        width: 231px;
        height: 39px
    }

    .ps279 {
        margin-left: 205px;
        margin-top: -195px
    }

    .s305 {
        min-width: 67px;
        width: 67px;
        height: 39px
    }

    .ps280 {
        margin-left: 86px;
        margin-top: -163px
    }

    .s306 {
        min-width: 178px;
        width: 178px;
        height: 39px
    }

    .ps281 {
        margin-left: 105px;
        margin-top: -12px
    }

    .s307 {
        min-width: 89px;
        height: 26px;
        width: 85px
    }

    .f65 {
        font-size: 8px;
        font-size: calc(8px * var(--f));
        line-height: 1.251;
        padding-top: 6px;
        padding-bottom: 6px
    }

    .ps282 {
        margin-top: -66px
    }

    .s308 {
        min-width: 768px;
        min-height: 367px
    }

    .ps283 {
        margin-top: 6px
    }

    .s309 {
        width: 768px;
        min-height: 355px
    }

    .ps284 {
        margin-left: 9px
    }

    .s310 {
        min-width: 427px;
        width: 427px;
        min-height: 355px;
        height: 355px
    }

    .f66 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.616
    }

    .c90 {
        min-width: 768px;
        margin-top: 45px;
        min-height: 624px
    }

    .s311 {
        min-width: 768px;
        min-height: 624px
    }

    .ps285 {
        margin-top: 91px
    }

    .s312 {
        width: 768px;
        min-height: 442px
    }

    .ps286 {
        margin-left: 166px
    }

    .s313 {
        min-width: 420px;
        width: 420px;
        min-height: 442px
    }

    .s314 {
        height: 407px
    }

    .un126 .slider {
        height: 407px
    }

    .un126 .slick-list {
        height: 407px
    }

    .ps287 {
        margin-top: 18px
    }

    .s315 {
        min-width: 768px;
        min-height: 73px
    }

    .s316 {
        min-height: 73px
    }

    .c91 {
        -webkit-border-radius: 37px 0 37px 0;
        -moz-border-radius: 37px 0 37px 0;
        border-radius: 37px 0 37px 0
    }

    .ps289 {
        margin-top: -57px
    }

    .s317 {
        width: 768px;
        min-height: 42px
    }

    .ps290 {
        margin-left: 193px
    }

    .s318 {
        min-width: 399px;
        width: 399px;
        height: 42px
    }

    .f67 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.319
    }

    .c92 {
        min-width: 768px;
        margin-top: 62px;
        min-height: 290px
    }

    .s319 {
        min-width: 768px;
        min-height: 290px
    }

    .s320 {
        min-width: 768px;
        min-height: 283px
    }

    .s321 {
        min-height: 283px
    }

    .ps291 {
        margin-top: -276px
    }

    .s322 {
        width: 768px;
        min-height: 242px
    }

    .ps292 {
        margin-left: 34px
    }

    .s323 {
        min-width: 297px;
        width: 297px;
        height: 76px
    }

    .wrapper1 {
        height: 76px
    }

    .ps293 {
        margin-left: -312px;
        margin-top: 103px
    }

    .s324 {
        min-width: 312px;
        width: 312px;
        min-height: 139px;
        height: 139px
    }

    .f68 {
        font-size: 15px;
        font-size: calc(15px * var(--f));
        line-height: 1.801
    }

    .c95 {
        min-width: 768px;
        min-height: 344px
    }

    .s325 {
        min-width: 768px;
        min-height: 344px
    }

    .ps294 {
        margin-top: 12px
    }

    .s326 {
        min-width: 768px;
        min-height: 331px
    }

    .s327 {
        min-height: 331px
    }

    .ps295 {
        margin-top: -310px
    }

    .s328 {
        width: 768px;
        min-height: 290px
    }

    .ps296 {
        margin-left: 6px
    }

    .s329 {
        min-width: 764px;
        width: 764px;
        min-height: 156px
    }

    .ps297 {
        margin-top: 8px
    }

    .s330 {
        min-width: 194px;
        width: 194px;
        height: 80px
    }

    .f69 {
        font-size: 30px;
        font-size: calc(30px * var(--f));
        line-height: 1.168
    }

    .f70 {
        font-size: 30px;
        font-size: calc(30px * var(--f));
        line-height: 1.168
    }

    .ps298 {
        margin-left: 227px
    }

    .s331 {
        min-width: 343px;
        width: 343px;
        min-height: 156px
    }

    .s332 {
        min-width: 343px;
        width: 343px;
        height: 51px
    }

    .input9 {
        width: 343px;
        height: 51px;
        font-size: 12px;
        line-height: 1.251;
        background-size: 15px;
        background-position: right 15px top 50%
    }

    *[dir="rtl"] .input9,
    :root:lang(ar) .input9,
    :root:lang(iw) .input9 {
        background-position: left 15px top 50%
    }

    .ps299 {
        margin-left: 6px;
        margin-top: 18px
    }

    .s333 {
        min-width: 325px;
        width: 325px;
        min-height: 87px;
        height: 87px
    }

    .f71 {
        font-size: 12px;
        font-size: calc(12px * var(--f));
        line-height: 1.834
    }

    .ps300 {
        margin-left: 290px;
        margin-top: 11px
    }

    .s334 {
        min-width: 366px;
        width: 366px;
        min-height: 123px
    }

    .ps301 {
        margin-top: 0
    }

    .s335 {
        min-width: 768px;
        height: 457px
    }

    .ps302 {
        margin-top: 12px
    }

    .s336 {
        width: 768px;
        min-height: 445px
    }

    .ps303 {
        margin-left: 22px
    }

    .s337 {
        min-width: 729px;
        width: 729px;
        min-height: 445px
    }

    .ps304 {
        margin-top: 18px
    }

    .i24 {
        left: 0;
        width: 100px;
        height: 98px;
        top: 4px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px
    }

    .ps305 {
        margin-left: 38px;
        margin-top: 6px
    }

    .s338 {
        min-width: 147px;
        width: 147px;
        height: 28px
    }

    .f72 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.376
    }

    .ps306 {
        margin-left: -156px;
        margin-top: 34px
    }

    .s339 {
        min-width: 296px;
        width: 296px;
        min-height: 411px
    }

    .ps307 {
        margin-top: 256px
    }

    .s340 {
        min-width: 67px;
        width: 67px;
        height: 21px
    }

    .f73 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f73:visited {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f73:hover {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f73:active {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .ps308 {
        margin-top: 2px
    }

    .s341 {
        min-width: 72px;
        width: 72px;
        height: 19px
    }

    .f74 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.072
    }

    .f74:visited {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.072
    }

    .f74:hover {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.072
    }

    .f74:active {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.072
    }

    .ps309 {
        margin-left: -72px;
        margin-top: 23px
    }

    .s342 {
        min-width: 38px;
        width: 38px;
        height: 19px
    }

    .ps310 {
        margin-top: 2px
    }

    .s343 {
        min-width: 97px;
        width: 97px;
        height: 22px
    }

    .ps311 {
        margin-top: 2px
    }

    .s344 {
        min-width: 116px;
        width: 116px;
        height: 21px
    }

    .ps312 {
        margin-top: 2px
    }

    .s345 {
        min-width: 78px;
        width: 78px;
        height: 22px
    }

    .ps313 {
        margin-top: 0
    }

    .s346 {
        min-width: 126px;
        width: 126px;
        height: 21px
    }

    .ps314 {
        margin-left: 28px;
        margin-top: 0
    }

    .s347 {
        min-width: 121px;
        width: 121px;
        min-height: 133px
    }

    .s348 {
        min-width: 121px;
        width: 121px;
        height: 19px
    }

    .ps316 {
        margin-top: 3px
    }

    .s349 {
        min-width: 92px;
        width: 92px;
        height: 19px
    }

    .ps317 {
        margin-top: 2px
    }

    .s350 {
        min-width: 46px;
        width: 46px;
        height: 19px
    }

    .ps318 {
        margin-top: 2px
    }

    .s351 {
        min-width: 121px;
        width: 121px;
        height: 20px
    }

    .ps319 {
        margin-top: 27px
    }

    .s352 {
        min-width: 82px;
        width: 82px;
        height: 22px
    }

    .f75 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f75:visited {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f75:hover {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f75:active {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .ps320 {
        margin-left: 154px;
        margin-top: -68px
    }

    .s353 {
        min-width: 142px;
        width: 142px;
        height: 22px
    }

    .ps321 {
        margin-left: 9px;
        margin-top: -411px
    }

    .s354 {
        min-width: 225px;
        width: 225px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps322 {
        margin-left: 57px;
        margin-top: 266px
    }

    .ps323 {
        margin-left: 0
    }

    .s355 {
        min-width: 174px;
        width: 174px;
        height: 21px
    }

    .ps324 {
        margin-left: 0;
        margin-top: 2px
    }

    .s356 {
        min-width: 175px;
        width: 175px;
        height: 21px
    }

    .s357 {
        min-width: 186px;
        width: 186px;
        height: 21px
    }

    .f76 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .f76:visited {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .f76:hover {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .f76:active {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .ps326 {
        margin-top: 2px
    }

    .s358 {
        min-width: 104px;
        width: 104px;
        height: 19px
    }

    .ps327 {
        margin-top: 2px
    }

    .s359 {
        min-width: 88px;
        width: 88px;
        height: 20px
    }

    .ps328 {
        margin-top: 2px
    }

    .s360 {
        min-width: 144px;
        width: 144px;
        height: 21px
    }

    .ps329 {
        margin-top: 3px
    }

    .s361 {
        min-width: 55px;
        width: 55px;
        height: 21px
    }

    .ps330 {
        margin-left: 0;
        margin-top: 2px
    }

    .s362 {
        min-width: 178px;
        width: 178px;
        height: 20px
    }

    .ps331 {
        margin-left: 475px;
        margin-top: -445px
    }

    .s363 {
        min-width: 254px;
        width: 254px;
        min-height: 34px
    }

    .ps332 {
        margin-left: 1px
    }

    .s364 {
        min-width: 219px;
        width: 219px;
        height: 32px
    }

    .f77 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.626
    }

    .ps333 {
        margin-top: 1px
    }

    .s365 {
        min-width: 254px;
        width: 254px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps334 {
        margin-left: 287px;
        margin-top: -166px
    }

    .ps335 {
        margin-top: 5px
    }

    .i25 {
        width: 65px;
        height: 65px
    }

    .ps336 {
        margin-left: -12px
    }

    .i26 {
        width: 67px;
        height: 70px
    }

    .ps337 {
        margin-left: 0;
        margin-top: 15px
    }

    .i27 {
        left: 3px;
        width: 41px;
        height: 41px
    }

    .ps338 {
        margin-left: 84px;
        margin-top: -96px
    }

    .s366 {
        min-width: 667px;
        width: 667px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps339 {
        margin-left: 131px;
        margin-top: -74px
    }

    .s367 {
        min-width: 551px;
        width: 551px;
        height: 51px
    }

    .f78 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.616
    }

    .s368 {
        min-width: 768px;
        min-height: 43px
    }

    .ps340 {
        margin-top: 9px
    }

    .s369 {
        width: 768px;
        min-height: 25px
    }

    .ps341 {
        margin-left: 546px
    }

    .s370 {
        min-width: 102px;
        height: 25px;
        width: 102px
    }

    .f79 {
        font-size: 9px;
        font-size: calc(9px * var(--f));
        line-height: 1.334;
        padding-top: 7px;
        padding-bottom: 6px
    }

    .ps342 {
        margin-left: 9px
    }

    body {
        --d: 3;
        --s: 768
    }
}

@media (min-width:480px) and (max-width:767px) {
    .c71 {
        min-width: 480px;
        min-height: 1306px
    }

    .s246 {
        min-width: 480px;
        height: 265px
    }

    .ps210 {
        margin-top: 1px
    }

    .s247 {
        width: 480px;
        min-height: 69px
    }

    .ps211 {
        margin-left: 4px
    }

    .ps212 {
        margin-left: 3px;
        margin-top: 4px
    }

    .i17 {
        left: 0;
        min-width: 27px;
        max-width: 27px;
        min-height: 27px;
        max-height: 27px;
        top: 1px;
        -ms-transform: rotate(79deg) scale(-1, 1);
        -moz-transform: rotate(79deg) scale(-1, 1);
        -webkit-transform: rotate(79deg) scale(-1, 1);
        transform: rotate(79deg) scale(-1, 1)
    }

    .ps213 {
        margin-left: 16px;
        margin-top: 0
    }

    .s248 {
        min-width: 192px;
        width: 192px;
        height: 48px
    }

    .f54 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.626
    }

    .ps214 {
        margin-left: -238px;
        margin-top: 36px
    }

    .i18 {
        left: 0;
        min-width: 32px;
        max-width: 32px;
        min-height: 32px;
        max-height: 32px
    }

    .ps215 {
        margin-left: 20px;
        margin-top: 36px
    }

    .s249 {
        min-width: 220px;
        width: 220px;
        height: 33px
    }

    .ps216 {
        margin-left: 133px;
        margin-top: 30px
    }

    .i19 {
        width: 37px;
        height: 37px;
        top: 1px
    }

    .ps217 {
        margin-top: 33px
    }

    .s250 {
        min-height: 162px
    }

    .ps218 {
        margin-top: -154px
    }

    .s251 {
        width: 480px;
        min-height: 154px
    }

    .ps219 {
        margin-left: 10px
    }

    .ps220 {
        margin-top: 0
    }

    .i20 {
        width: 113px;
        height: 25px;
        top: 50px;
        -webkit-border-radius: 57px;
        -moz-border-radius: 57px;
        border-radius: 57px
    }

    .ps221 {
        margin-left: 300px;
        margin-top: 101px
    }

    .s252 {
        min-width: 47px;
        width: 47px;
        min-height: 53px;
        height: 53px
    }

    .s253 {
        min-width: 47px;
        width: 47px;
        height: 53px
    }

    .mcv3 {
        display: inline-block
    }

    .v13 {
        display: inline-block;
        vertical-align: top
    }

    .c74 {
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: contain;
        background-image: url(../images/6/hamburger-gray-94.png)
    }

    .webp .c74 {
        background-image: url(../images/t/hamburger-gray-94.webp)
    }

    .ps223 {
        margin-top: 23px
    }

    .s254 {
        min-width: 47px;
        width: 47px;
        height: 7px
    }

    .f55 {
        font-size: 4px;
        font-size: calc(4px * var(--f));
        line-height: 1.251
    }

    .v14 {
        display: none
    }

    .ps224 {
        margin-left: -233px
    }

    .ps225 {
        margin-top: 1px
    }

    .s255 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .f56 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .s256 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps228 {
        margin-left: 0;
        margin-top: 0
    }

    .s257 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps229 {
        margin-left: -2px
    }

    .s258 {
        min-width: 282px;
        width: 282px;
        height: 24px
    }

    .ps231 {
        margin-left: 0;
        margin-top: 0
    }

    .s259 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps232 {
        margin-left: 23px
    }

    .s260 {
        min-width: 257px;
        width: 257px;
        height: 24px
    }

    .ps233 {
        margin-left: 0;
        margin-top: 0
    }

    .s261 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps234 {
        margin-left: -32px
    }

    .ps235 {
        margin-top: 2px
    }

    .s262 {
        min-width: 312px;
        width: 312px;
        height: 24px
    }

    .ps236 {
        margin-left: 0;
        margin-top: 0
    }

    .s263 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps237 {
        margin-left: 0;
        margin-top: 0
    }

    .s264 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps238 {
        margin-left: 0;
        margin-top: 0
    }

    .ps239 {
        margin-left: 176px;
        margin-top: -74px
    }

    .s265 {
        min-width: 295px;
        width: 295px;
        min-height: 42px
    }

    .input8 {
        width: 295px;
        height: 42px;
        font-family: "Lato 2";
        font-size: 14px;
        line-height: 1.215;
        font-style: normal
    }

    .ps240 {
        margin-left: 259px;
        margin-top: -41px
    }

    .s266 {
        min-width: 35px;
        width: 35px;
        height: 40px
    }

    .ps241 {
        margin-top: -1019px
    }

    .s267 {
        min-width: 480px;
        min-height: 403px
    }

    .ps242 {
        margin-top: 85px
    }

    .s268 {
        width: 480px;
        min-height: 282px
    }

    .s269 {
        min-width: 480px;
        width: 480px;
        min-height: 282px
    }

    .s270 {
        height: 282px
    }

    .un121 .slider {
        height: 282px
    }

    .un121 .slick-list {
        height: 282px
    }

    .ps244 {
        margin-top: -257px
    }

    .s272 {
        width: 480px;
        height: 472px
    }

    .ps245 {
        margin-left: 11px
    }

    .ps246 {
        margin-left: 405px
    }

    .i21 {
        left: 0;
        min-width: 32px;
        max-width: 32px;
        min-height: 32px;
        max-height: 32px
    }

    .ps247 {
        margin-top: 23px
    }

    .s273 {
        min-width: 450px;
        height: 42px;
        width: 450px
    }

    .f57 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.251;
        padding-top: 9px;
        padding-bottom: 8px
    }

    .c79::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c79:hover:before {
        opacity: 1
    }

    .c79::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c79:hover:after {
        opacity: 0
    }

    .c79:active:before {
        opacity: 1
    }

    .c79:active:after {
        opacity: 1;
        transition: initial
    }

    .ps248 {
        margin-top: 4px
    }

    .s274 {
        min-width: 450px;
        width: 450px;
        min-height: 222px
    }

    .s275 {
        min-width: 450px;
        width: 450px;
        min-height: 222px
    }

    .s276 {
        min-width: 450px;
        height: 42px;
        width: 450px
    }

    .ps249 {
        margin-top: 3px
    }

    .s277 {
        min-width: 450px;
        height: 42px;
        width: 450px
    }

    .ps250 {
        margin-top: 3px
    }

    .ps251 {
        margin-top: 3px
    }

    .ps252 {
        margin-top: 3px
    }

    .ps253 {
        margin-left: 0;
        margin-top: 2px
    }

    .ps254 {
        margin-left: 0;
        margin-top: 3px
    }

    .ps255 {
        margin-left: 0;
        margin-top: 2px
    }

    .s278 {
        min-width: 450px;
        height: 42px;
        width: 450px
    }

    .f58 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.251;
        padding-top: 9px;
        padding-bottom: 8px
    }

    .c80 {
        min-width: 480px;
        margin-top: -178px;
        min-height: 725px
    }

    .s279 {
        min-width: 480px;
        min-height: 725px
    }

    .s280 {
        min-width: 480px;
        min-height: 54px
    }

    .s281 {
        min-height: 39px
    }

    .ps258 {
        margin-top: -25px
    }

    .s282 {
        width: 480px;
        min-height: 40px
    }

    .ps259 {
        margin-left: 126px
    }

    .s283 {
        min-width: 234px;
        width: 234px;
        height: 40px
    }

    .f59 {
        font-size: 30px;
        font-size: calc(30px * var(--f));
        line-height: 1.201
    }

    .ps260 {
        margin-top: -54px
    }

    .s284 {
        width: 480px;
        min-height: 699px
    }

    .ps261 {
        margin-left: 19px
    }

    .s285 {
        min-width: 446px;
        width: 446px;
        min-height: 699px
    }

    .s286 {
        min-width: 446px;
        width: 446px;
        min-height: 699px
    }

    .s287 {
        min-width: 446px;
        width: 446px;
        min-height: 699px
    }

    .ps263 {
        margin-left: 14px;
        margin-top: -615px
    }

    .s288 {
        min-width: 406px;
        width: 406px;
        min-height: 588px;
        height: 588px
    }

    .f60 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.572
    }

    .c85 {
        min-width: 480px;
        margin-top: -69px;
        min-height: 975px
    }

    .ps264 {
        margin-top: 118px
    }

    .s289 {
        min-width: 480px;
        height: 849px
    }

    .ps265 {
        margin-top: 88px
    }

    .s290 {
        min-height: 36px
    }

    .ps266 {
        margin-top: -124px
    }

    .s291 {
        width: 480px;
        min-height: 773px
    }

    .ps267 {
        margin-left: 139px;
        margin-top: 24px
    }

    .s292 {
        min-width: 216px;
        width: 216px;
        height: 38px
    }

    .f61 {
        font-size: 30px;
        font-size: calc(30px * var(--f));
        line-height: 1.534
    }

    .ps268 {
        margin-left: 0;
        margin-top: -62px
    }

    .s293 {
        min-width: 271px;
        width: 271px;
        min-height: 773px
    }

    .s294 {
        min-width: 271px;
        width: 271px;
        min-height: 773px
    }

    .s295 {
        min-width: 271px;
        width: 271px;
        min-height: 550px
    }

    .s296 {
        min-width: 271px;
        width: 271px;
        min-height: 550px
    }

    .ps270 {
        margin-top: 213px
    }

    .s297 {
        min-width: 271px;
        width: 271px;
        min-height: 337px;
        height: 337px
    }

    .i22 {
        width: 271px;
        height: 337px
    }

    .ps271 {
        margin-top: -550px
    }

    .s298 {
        min-width: 271px;
        width: 271px;
        min-height: 184px
    }

    .ps272 {
        margin-left: 62px;
        margin-top: -536px
    }

    .s299 {
        min-width: 191px;
        width: 191px;
        height: 25px
    }

    .f62 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 0.834
    }

    .ps273 {
        margin-left: 189px;
        margin-top: -511px
    }

    .s300 {
        min-width: 52px;
        width: 52px;
        height: 25px
    }

    .f63 {
        font-size: 14px;
        font-size: calc(14px * var(--f))
    }

    .ps274 {
        margin-left: 130px;
        margin-top: -486px
    }

    .s301 {
        min-width: 123px;
        width: 123px;
        height: 25px
    }

    .ps275 {
        margin-left: 60px;
        margin-top: -28px
    }

    .s302 {
        min-width: 57px;
        height: 18px;
        width: 53px
    }

    .c88 {
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        border-radius: 9px
    }

    .f64 {
        font-size: 4px;
        font-size: calc(4px * var(--f));
        line-height: 1.251;
        padding-top: 5px;
        padding-bottom: 4px
    }

    .ps276 {
        margin-top: -327px
    }

    .ps277 {
        margin-top: 213px
    }

    .s303 {
        min-width: 271px;
        width: 271px;
        min-height: 337px;
        height: 337px
    }

    .i23 {
        width: 271px;
        height: 337px
    }

    .ps278 {
        margin-left: 62px;
        margin-top: -536px
    }

    .s304 {
        min-width: 191px;
        width: 191px;
        height: 25px
    }

    .ps279 {
        margin-left: 189px;
        margin-top: -511px
    }

    .s305 {
        min-width: 52px;
        width: 52px;
        height: 25px
    }

    .ps280 {
        margin-left: 130px;
        margin-top: -486px
    }

    .s306 {
        min-width: 123px;
        width: 123px;
        height: 25px
    }

    .ps281 {
        margin-left: 60px;
        margin-top: -28px
    }

    .s307 {
        min-width: 57px;
        height: 18px;
        width: 53px
    }

    .f65 {
        font-size: 4px;
        font-size: calc(4px * var(--f));
        line-height: 1.251;
        padding-top: 5px;
        padding-bottom: 4px
    }

    .ps282 {
        margin-top: -5px
    }

    .s308 {
        min-width: 480px;
        min-height: 230px
    }

    .ps283 {
        margin-top: 4px
    }

    .s309 {
        width: 480px;
        min-height: 222px
    }

    .ps284 {
        margin-left: 6px
    }

    .s310 {
        min-width: 263px;
        width: 263px;
        min-height: 222px;
        height: 222px
    }

    .f66 {
        font-size: 7px;
        font-size: calc(7px * var(--f));
        line-height: 1.572
    }

    .c90 {
        min-width: 480px;
        margin-top: 26px;
        min-height: 422px
    }

    .s311 {
        min-width: 480px;
        min-height: 422px
    }

    .s312 {
        width: 480px;
        min-height: 422px
    }

    .ps286 {
        margin-left: 0
    }

    .s313 {
        min-width: 480px;
        width: 480px;
        min-height: 422px
    }

    .s314 {
        height: 387px
    }

    .un126 .slider {
        height: 387px
    }

    .un126 .slick-list {
        height: 387px
    }

    .ps287 {
        margin-top: -422px
    }

    .s315 {
        min-width: 480px;
        min-height: 54px
    }

    .ps288 {
        margin-top: 4px
    }

    .s316 {
        min-height: 45px
    }

    .c91 {
        -webkit-border-radius: 23px 0 23px 0;
        -moz-border-radius: 23px 0 23px 0;
        border-radius: 23px 0 23px 0
    }

    .ps289 {
        margin-top: -49px
    }

    .s317 {
        width: 480px;
        min-height: 54px
    }

    .ps290 {
        margin-left: 133px
    }

    .s318 {
        min-width: 225px;
        width: 225px;
        height: 54px
    }

    .f67 {
        font-size: 33px;
        font-size: calc(33px * var(--f));
        line-height: 1.334
    }

    .c92 {
        min-width: 480px;
        margin-top: 0;
        min-height: 792px
    }

    .s319 {
        min-width: 480px;
        min-height: 792px
    }

    .s320 {
        min-width: 480px;
        min-height: 792px
    }

    .s321 {
        min-height: 624px
    }

    .ps291 {
        margin-top: -63px
    }

    .s322 {
        width: 480px;
        min-height: 231px
    }

    .ps292 {
        margin-left: 12px
    }

    .s323 {
        min-width: 468px;
        width: 468px;
        height: 51px
    }

    .wrapper1 {
        height: 51px
    }

    .ps293 {
        margin-left: 12px;
        margin-top: 25px
    }

    .s324 {
        min-width: 448px;
        width: 448px;
        min-height: 155px;
        height: 155px
    }

    .f68 {
        font-size: 21px;
        font-size: calc(21px * var(--f));
        line-height: 1.811
    }

    .c95 {
        min-width: 480px;
        min-height: 732px
    }

    .s325 {
        min-width: 480px;
        min-height: 732px
    }

    .ps294 {
        margin-top: 7px
    }

    .s326 {
        min-width: 480px;
        min-height: 725px
    }

    .s327 {
        min-height: 725px
    }

    .ps295 {
        margin-top: -710px
    }

    .s328 {
        width: 480px;
        min-height: 710px
    }

    .ps296 {
        margin-left: 15px
    }

    .s329 {
        min-width: 465px;
        width: 465px;
        min-height: 710px
    }

    .ps297 {
        margin-left: 270px;
        margin-top: 0
    }

    .s330 {
        min-width: 195px;
        width: 195px;
        height: 128px
    }

    .f69 {
        font-size: 42px;
        font-size: calc(42px * var(--f));
        line-height: 1.168
    }

    .f70 {
        font-size: 42px;
        font-size: calc(42px * var(--f));
        line-height: 1.168
    }

    .ps298 {
        margin-left: 0;
        margin-top: 356px
    }

    .s331 {
        min-width: 459px;
        width: 459px;
        min-height: 226px
    }

    .s332 {
        min-width: 457px;
        width: 457px;
        height: 58px
    }

    .input9 {
        width: 457px;
        height: 58px;
        font-size: 21px;
        line-height: 1.239;
        background-size: 9px;
        background-position: right 9px top 50%
    }

    *[dir="rtl"] .input9,
    :root:lang(ar) .input9,
    :root:lang(iw) .input9 {
        background-position: left 9px top 50%
    }

    .ps299 {
        margin-left: 3px;
        margin-top: 21px
    }

    .s333 {
        min-width: 446px;
        width: 446px;
        min-height: 147px;
        height: 147px
    }

    .f71 {
        font-size: 21px;
        font-size: calc(21px * var(--f));
        line-height: 1.811
    }

    .ps300 {
        margin-left: 285px;
        margin-top: -366px
    }

    .s334 {
        min-width: 195px;
        width: 195px;
        min-height: 126px
    }

    .ps301 {
        margin-top: 0
    }

    .s335 {
        min-width: 480px;
        height: 958px
    }

    .s336 {
        width: 480px;
        min-height: 939px
    }

    .ps303 {
        margin-left: 0
    }

    .s337 {
        min-width: 480px;
        width: 480px;
        min-height: 450px
    }

    .ps304 {
        margin-left: 18px;
        margin-top: 28px
    }

    .i24 {
        left: 7px;
        width: 107px;
        height: 105px;
        -webkit-border-radius: 53px;
        -moz-border-radius: 53px;
        border-radius: 53px
    }

    .ps305 {
        margin-left: -107px;
        margin-top: 195px
    }

    .s338 {
        min-width: 213px;
        width: 213px;
        height: 50px
    }

    .f72 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.401
    }

    .ps306 {
        margin-left: 0;
        margin-top: -245px
    }

    .s339 {
        min-width: 448px;
        width: 448px;
        min-height: 313px
    }

    .s340 {
        min-width: 49px;
        width: 49px;
        height: 14px
    }

    .f73 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f73:visited {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f73:hover {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f73:active {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .ps308 {
        margin-left: -49px;
        margin-top: 27px
    }

    .s341 {
        min-width: 65px;
        width: 65px;
        height: 12px
    }

    .f74 {
        font-size: 11px;
        font-size: calc(11px * var(--f))
    }

    .f74:visited {
        font-size: 11px;
        font-size: calc(11px * var(--f))
    }

    .f74:hover {
        font-size: 11px;
        font-size: calc(11px * var(--f))
    }

    .f74:active {
        font-size: 11px;
        font-size: calc(11px * var(--f))
    }

    .ps309 {
        margin-left: 61px;
        margin-top: 0
    }

    .s342 {
        min-width: 41px;
        width: 41px;
        height: 12px
    }

    .ps310 {
        margin-left: -166px;
        margin-top: 51px
    }

    .s343 {
        min-width: 80px;
        width: 80px;
        height: 14px
    }

    .ps311 {
        margin-left: 83px;
        margin-top: 204px
    }

    .s344 {
        min-width: 118px;
        width: 118px;
        height: 14px
    }

    .ps312 {
        margin-left: 1px;
        margin-top: -141px
    }

    .s345 {
        min-width: 72px;
        width: 72px;
        height: 14px
    }

    .ps313 {
        margin-left: -72px;
        margin-top: -113px
    }

    .s346 {
        min-width: 106px;
        width: 106px;
        height: 14px
    }

    .ps314 {
        margin-left: 0;
        margin-top: -191px
    }

    .s347 {
        min-width: 387px;
        width: 387px;
        min-height: 190px
    }

    .ps315 {
        margin-left: 238px
    }

    .s348 {
        min-width: 149px;
        width: 149px;
        height: 12px
    }

    .ps316 {
        margin-left: 126px;
        margin-top: 14px
    }

    .s349 {
        min-width: 82px;
        width: 82px;
        height: 12px
    }

    .ps317 {
        margin-left: -82px;
        margin-top: -12px
    }

    .s350 {
        min-width: 43px;
        width: 43px;
        height: 12px
    }

    .ps318 {
        margin-left: -169px;
        margin-top: 166px
    }

    .s351 {
        min-width: 107px;
        width: 107px;
        height: 12px
    }

    .ps319 {
        margin-left: 21px;
        margin-top: 38px
    }

    .s352 {
        min-width: 73px;
        width: 73px;
        height: 14px
    }

    .f75 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f75:visited {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f75:hover {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f75:active {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .ps320 {
        margin-left: 0;
        margin-top: 81px
    }

    .s353 {
        min-width: 118px;
        width: 118px;
        height: 14px
    }

    .ps321 {
        margin-left: 34px;
        margin-top: -83px
    }

    .s354 {
        min-width: 414px;
        width: 414px;
        min-height: 3px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps322 {
        margin-left: 93px;
        margin-top: -313px
    }

    .ps323 {
        margin-left: 237px
    }

    .s355 {
        min-width: 150px;
        width: 150px;
        height: 14px
    }

    .ps324 {
        margin-left: 237px;
        margin-top: 38px
    }

    .s356 {
        min-width: 150px;
        width: 150px;
        height: 14px
    }

    .ps325 {
        margin-left: 237px;
        margin-top: 18px
    }

    .s357 {
        min-width: 150px;
        width: 150px;
        height: 14px
    }

    .f76 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.183
    }

    .f76:visited {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.183
    }

    .f76:hover {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.183
    }

    .f76:active {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.183
    }

    .ps326 {
        margin-top: 129px
    }

    .s358 {
        min-width: 82px;
        width: 82px;
        height: 15px
    }

    .ps327 {
        margin-left: -82px;
        margin-top: 155px
    }

    .s359 {
        min-width: 74px;
        width: 74px;
        height: 12px
    }

    .ps328 {
        margin-left: -73px;
        margin-top: 178px
    }

    .s360 {
        min-width: 119px;
        width: 119px;
        height: 14px
    }

    .ps329 {
        margin-left: 44px;
        margin-top: 130px
    }

    .s361 {
        min-width: 45px;
        width: 45px;
        height: 14px
    }

    .ps330 {
        margin-left: -42px;
        margin-top: 155px
    }

    .s362 {
        min-width: 169px;
        width: 169px;
        height: 12px
    }

    .ps331 {
        margin-left: 26px;
        margin-top: 103px
    }

    .s363 {
        min-width: 437px;
        width: 437px;
        min-height: 34px
    }

    .ps332 {
        margin-left: 4px
    }

    .s364 {
        min-width: 243px;
        width: 243px;
        height: 32px
    }

    .f77 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.612
    }

    .ps333 {
        margin-top: 0
    }

    .s365 {
        min-width: 437px;
        width: 437px;
        min-height: 2px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps334 {
        margin-left: 156px;
        margin-top: 312px
    }

    .ps335 {
        margin-top: 3px
    }

    .i25 {
        width: 62px;
        height: 76px
    }

    .ps336 {
        margin-left: -4px
    }

    .i26 {
        width: 61px;
        height: 82px
    }

    .ps337 {
        margin-top: 12px
    }

    .i27 {
        left: 0;
        width: 46px;
        height: 46px;
        top: 3px
    }

    .ps338 {
        margin-left: 42px;
        margin-top: -14px
    }

    .s366 {
        min-width: 417px;
        width: 417px;
        min-height: 2px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps339 {
        margin-left: 40px;
        margin-top: 2px
    }

    .s367 {
        min-width: 431px;
        width: 431px;
        height: 93px
    }

    .f78 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.616
    }

    .s368 {
        min-width: 480px;
        min-height: 27px
    }

    .ps340 {
        margin-top: 6px
    }

    .s369 {
        width: 480px;
        min-height: 15px
    }

    .ps341 {
        margin-left: 342px
    }

    .s370 {
        min-width: 65px;
        height: 15px;
        width: 65px
    }

    .f79 {
        font-size: 4px;
        font-size: calc(4px * var(--f));
        line-height: 1.251;
        padding-top: 5px;
        padding-bottom: 5px
    }

    .ps342 {
        margin-left: 4px
    }

    body {
        --d: 4;
        --s: 480
    }
}

@media (max-width:479px) {
    .c71 {
        min-width: 320px;
        margin-top: -7px;
        min-height: 953px
    }

    .ps208 {
        margin-top: 7px
    }

    .s246 {
        min-width: 320px;
        height: 223px
    }

    .ps210 {
        margin-top: 46px
    }

    .s247 {
        width: 320px;
        min-height: 66px
    }

    .ps211 {
        margin-left: 8px
    }

    .ps212 {
        margin-top: 6px
    }

    .i17 {
        left: 1px;
        min-width: 20px;
        max-width: 20px;
        min-height: 20px;
        max-height: 20px;
        -ms-transform: rotate(89deg) scale(-1, 1);
        -moz-transform: rotate(89deg) scale(-1, 1);
        -webkit-transform: rotate(89deg) scale(-1, 1);
        transform: rotate(89deg) scale(-1, 1)
    }

    .ps213 {
        margin-left: 7px;
        margin-top: 0
    }

    .s248 {
        min-width: 128px;
        width: 128px;
        height: 32px
    }

    .f54 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.572
    }

    .ps214 {
        margin-left: -156px;
        margin-top: 40px
    }

    .i18 {
        left: 0;
        min-width: 21px;
        max-width: 21px;
        min-height: 21px;
        max-height: 21px
    }

    .ps215 {
        margin-left: 7px;
        margin-top: 36px
    }

    .s249 {
        min-width: 201px;
        width: 201px;
        height: 30px
    }

    .ps216 {
        margin-left: 41px;
        margin-top: 28px
    }

    .i19 {
        width: 33px;
        height: 33px
    }

    .ps217 {
        margin-top: 6px
    }

    .s250 {
        min-height: 105px
    }

    .ps218 {
        margin-top: -217px
    }

    .s251 {
        width: 320px;
        min-height: 206px
    }

    .ps220 {
        margin-top: 127px
    }

    .i20 {
        width: 233px;
        height: 51px;
        top: 3px;
        -webkit-border-radius: 29px;
        -moz-border-radius: 29px;
        border-radius: 29px
    }

    .ps221 {
        margin-left: 42px;
        margin-top: 171px
    }

    .s252 {
        min-width: 31px;
        width: 31px;
        min-height: 35px;
        height: 35px
    }

    .s253 {
        min-width: 31px;
        width: 31px;
        height: 35px
    }

    .mcv3 {
        display: inline-block
    }

    .v13 {
        display: inline-block;
        vertical-align: top
    }

    .c74 {
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: contain;
        background-image: url(../images/l/hamburger-gray-62.png)
    }

    .webp .c74 {
        background-image: url(../images/n/hamburger-gray-62.webp)
    }

    .ps223 {
        margin-top: 14px
    }

    .s254 {
        min-width: 31px;
        width: 31px;
        height: 6px
    }

    .f55 {
        font-size: 3px;
        font-size: calc(3px * var(--f));
        line-height: 1.334
    }

    .v14 {
        display: none
    }

    .ps224 {
        margin-left: -249px
    }

    .ps225 {
        margin-top: 3px
    }

    .s255 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .f56 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .ps226 {
        margin-top: 3px
    }

    .s256 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps227 {
        margin-top: 0
    }

    .ps228 {
        margin-left: 0;
        margin-top: 0
    }

    .s257 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .s258 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps231 {
        margin-left: 0;
        margin-top: 0
    }

    .s259 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .s260 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps233 {
        margin-left: 0;
        margin-top: 0
    }

    .s261 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps235 {
        margin-top: 0
    }

    .s262 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps236 {
        margin-left: 0;
        margin-top: 0
    }

    .s263 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps237 {
        margin-left: 0;
        margin-top: 0
    }

    .s264 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps238 {
        margin-left: 0;
        margin-top: 0
    }

    .ps239 {
        margin-left: 119px;
        margin-top: -206px
    }

    .s265 {
        min-width: 197px;
        width: 197px;
        min-height: 30px
    }

    .input8 {
        width: 197px;
        height: 30px;
        font-family: "Lato 3";
        font-size: 13px;
        line-height: 1.232;
        font-weight: 700;
        font-style: normal
    }

    .ps240 {
        margin-left: 174px;
        margin-top: -23px
    }

    .s266 {
        min-width: 20px;
        width: 20px;
        height: 17px
    }

    .ps241 {
        margin-top: -723px
    }

    .s267 {
        min-width: 320px;
        min-height: 266px
    }

    .ps242 {
        margin-top: 0
    }

    .s268 {
        width: 320px;
        min-height: 266px
    }

    .s269 {
        min-width: 320px;
        width: 320px;
        min-height: 266px
    }

    .s270 {
        height: 266px
    }

    .un121 .slider {
        height: 266px
    }

    .un121 .slick-list {
        height: 266px
    }

    .ps244 {
        margin-top: -288px
    }

    .s272 {
        width: 320px;
        height: 417px
    }

    .ps245 {
        margin-left: 0
    }

    .ps246 {
        margin-left: 265px;
        margin-top: 10px
    }

    .i21 {
        left: 0;
        min-width: 26px;
        max-width: 26px;
        min-height: 26px;
        max-height: 26px
    }

    .ps247 {
        margin-left: 3px;
        margin-top: 13px
    }

    .s273 {
        min-width: 317px;
        height: 39px;
        width: 317px
    }

    .f57 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.279;
        padding-top: 8px;
        padding-bottom: 8px
    }

    .c79::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c79:hover:before {
        opacity: 1
    }

    .c79::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c79:hover:after {
        opacity: 0
    }

    .c79:active:before {
        opacity: 1
    }

    .c79:active:after {
        opacity: 1;
        transition: initial
    }

    .ps248 {
        margin-top: 2px
    }

    .s274 {
        min-width: 320px;
        width: 320px;
        min-height: 204px
    }

    .s275 {
        min-width: 320px;
        width: 320px;
        min-height: 204px
    }

    .s276 {
        min-width: 320px;
        height: 39px;
        width: 320px
    }

    .ps249 {
        margin-left: 1px;
        margin-top: 2px
    }

    .s277 {
        min-width: 319px;
        height: 39px;
        width: 319px
    }

    .ps250 {
        margin-top: 3px
    }

    .ps251 {
        margin-top: 2px
    }

    .ps252 {
        margin-left: 1px;
        margin-top: 2px
    }

    .ps253 {
        margin-left: 0;
        margin-top: 2px
    }

    .ps254 {
        margin-left: 0;
        margin-top: 2px
    }

    .ps255 {
        margin-left: 1px;
        margin-top: 2px
    }

    .s278 {
        min-width: 319px;
        height: 39px;
        width: 319px
    }

    .f58 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.279;
        padding-top: 8px;
        padding-bottom: 8px
    }

    .c80 {
        min-width: 320px;
        margin-top: -115px;
        min-height: 670px
    }

    .s279 {
        min-width: 320px;
        min-height: 670px
    }

    .s280 {
        min-width: 320px;
        min-height: 82px
    }

    .s281 {
        min-height: 82px
    }

    .ps258 {
        margin-top: -68px
    }

    .s282 {
        width: 320px;
        min-height: 56px
    }

    .ps259 {
        margin-left: 0
    }

    .s283 {
        min-width: 117px;
        width: 117px;
        height: 56px
    }

    .f59 {
        font-size: 25px;
        font-size: calc(25px * var(--f));
        line-height: 1.201
    }

    .ps260 {
        margin-top: 14px
    }

    .s284 {
        width: 320px;
        min-height: 574px
    }

    .ps261 {
        margin-left: 6px
    }

    .s285 {
        min-width: 309px;
        width: 309px;
        min-height: 574px
    }

    .s286 {
        min-width: 309px;
        width: 309px;
        min-height: 574px
    }

    .ps262 {
        margin-top: 517px
    }

    .s287 {
        min-width: 303px;
        width: 303px;
        min-height: 57px
    }

    .ps263 {
        margin-left: 5px;
        margin-top: -574px
    }

    .s288 {
        min-width: 294px;
        width: 294px;
        min-height: 507px;
        height: 507px
    }

    .f60 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.626
    }

    .c85 {
        min-width: 320px;
        margin-top: -123px;
        min-height: 774px
    }

    .ps264 {
        margin-top: 134px
    }

    .s289 {
        min-width: 320px;
        height: 616px
    }

    .s290 {
        min-height: 616px
    }

    .ps266 {
        margin-top: -599px
    }

    .s291 {
        width: 320px;
        min-height: 539px
    }

    .ps267 {
        margin-left: 41px
    }

    .s292 {
        min-width: 238px;
        width: 238px;
        height: 59px
    }

    .f61 {
        font-size: 28px;
        font-size: calc(28px * var(--f));
        line-height: 1.572
    }

    .ps268 {
        margin-left: 37px;
        margin-top: 0
    }

    .s293 {
        min-width: 194px;
        width: 194px;
        min-height: 480px
    }

    .s294 {
        min-width: 194px;
        width: 194px;
        min-height: 480px
    }

    .ps269 {
        margin-left: 1px;
        margin-top: 250px
    }

    .s295 {
        min-width: 193px;
        width: 193px;
        min-height: 230px
    }

    .s296 {
        min-width: 193px;
        width: 193px;
        min-height: 230px
    }

    .ps270 {
        margin-left: 2px
    }

    .s297 {
        min-width: 191px;
        width: 191px;
        min-height: 230px;
        height: 230px
    }

    .i22 {
        width: 191px;
        height: 230px
    }

    .ps271 {
        margin-top: -115px
    }

    .s298 {
        min-width: 193px;
        width: 193px;
        min-height: 115px
    }

    .ps272 {
        margin-left: 10px;
        margin-top: -107px
    }

    .s299 {
        min-width: 181px;
        width: 181px;
        height: 20px
    }

    .f62 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 0.787
    }

    .ps273 {
        margin-left: 137px;
        margin-top: -87px
    }

    .s300 {
        min-width: 52px;
        width: 52px;
        height: 19px
    }

    .f63 {
        font-size: 14px;
        font-size: calc(14px * var(--f))
    }

    .ps274 {
        margin-left: 66px;
        margin-top: -68px
    }

    .s301 {
        min-width: 124px;
        width: 124px;
        height: 19px
    }

    .ps275 {
        margin-left: 77px;
        margin-top: -42px
    }

    .s302 {
        min-width: 112px;
        height: 27px;
        width: 108px
    }

    .c88 {
        -webkit-border-radius: 14px;
        -moz-border-radius: 14px;
        border-radius: 14px
    }

    .f64 {
        font-size: 12px;
        font-size: calc(12px * var(--f));
        line-height: 1.251;
        padding-top: 4px;
        padding-bottom: 4px
    }

    .ps276 {
        margin-top: -480px
    }

    .s303 {
        min-width: 192px;
        width: 192px;
        min-height: 230px;
        height: 230px
    }

    .i23 {
        width: 192px;
        height: 230px
    }

    .ps278 {
        margin-left: 4px;
        margin-top: -105px
    }

    .s304 {
        min-width: 186px;
        width: 186px;
        height: 13px
    }

    .ps279 {
        margin-left: 143px;
        margin-top: -93px
    }

    .s305 {
        min-width: 47px;
        width: 47px;
        height: 16px
    }

    .ps280 {
        margin-left: 64px;
        margin-top: -75px
    }

    .s306 {
        min-width: 126px;
        width: 126px;
        height: 19px
    }

    .ps281 {
        margin-left: 69px;
        margin-top: -40px
    }

    .s307 {
        min-width: 119px;
        height: 28px;
        width: 115px
    }

    .f65 {
        font-size: 12px;
        font-size: calc(12px * var(--f));
        line-height: 1.251;
        padding-top: 5px;
        padding-bottom: 4px
    }

    .ps282 {
        margin-top: -24px
    }

    .s308 {
        min-width: 320px;
        min-height: 445px
    }

    .ps283 {
        margin-top: 22px
    }

    .s309 {
        width: 320px;
        min-height: 416px
    }

    .ps284 {
        margin-left: 0
    }

    .s310 {
        min-width: 310px;
        width: 310px;
        min-height: 416px;
        height: 416px
    }

    .f66 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.572
    }

    .c90 {
        min-width: 320px;
        min-height: 546px
    }

    .s311 {
        min-width: 320px;
        min-height: 546px
    }

    .ps285 {
        margin-top: 171px
    }

    .s312 {
        width: 320px;
        min-height: 341px
    }

    .ps286 {
        margin-left: 0
    }

    .s313 {
        min-width: 320px;
        width: 320px;
        min-height: 341px
    }

    .s314 {
        height: 306px
    }

    .un126 .slider {
        height: 306px
    }

    .un126 .slick-list {
        height: 306px
    }

    .ps287 {
        margin-top: -466px
    }

    .s315 {
        min-width: 320px;
        min-height: 96px
    }

    .s316 {
        min-height: 96px
    }

    .c91 {
        -webkit-border-radius: 48px 0 48px 0;
        -moz-border-radius: 48px 0 48px 0;
        border-radius: 48px 0 48px 0
    }

    .ps289 {
        margin-top: -92px
    }

    .s317 {
        width: 320px;
        min-height: 89px
    }

    .ps290 {
        margin-left: 172px
    }

    .s318 {
        min-width: 148px;
        width: 148px;
        height: 89px
    }

    .f67 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.319
    }

    .c92 {
        min-width: 320px;
        margin-top: 0;
        min-height: 528px
    }

    .s319 {
        min-width: 320px;
        min-height: 528px
    }

    .s320 {
        min-width: 320px;
        min-height: 528px
    }

    .s321 {
        min-height: 416px
    }

    .ps291 {
        margin-top: -42px
    }

    .s322 {
        width: 320px;
        min-height: 154px
    }

    .ps292 {
        margin-left: 8px
    }

    .s323 {
        min-width: 312px;
        width: 312px;
        height: 34px
    }

    .wrapper1 {
        height: 34px
    }

    .ps293 {
        margin-left: 8px;
        margin-top: 17px
    }

    .s324 {
        min-width: 295px;
        width: 295px;
        min-height: 103px;
        height: 103px
    }

    .f68 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.858
    }

    .c95 {
        min-width: 320px;
        min-height: 488px
    }

    .s325 {
        min-width: 320px;
        min-height: 488px
    }

    .ps294 {
        margin-top: 5px
    }

    .s326 {
        min-width: 320px;
        min-height: 483px
    }

    .s327 {
        min-height: 483px
    }

    .ps295 {
        margin-top: -473px
    }

    .s328 {
        width: 320px;
        min-height: 473px
    }

    .ps296 {
        margin-left: 9px
    }

    .s329 {
        min-width: 311px;
        width: 311px;
        min-height: 473px
    }

    .ps297 {
        margin-left: 181px;
        margin-top: 0
    }

    .s330 {
        min-width: 130px;
        width: 130px;
        height: 85px
    }

    .f69 {
        font-size: 28px;
        font-size: calc(28px * var(--f));
        line-height: 1.180
    }

    .f70 {
        font-size: 28px;
        font-size: calc(28px * var(--f));
        line-height: 1.180
    }

    .ps298 {
        margin-left: 0;
        margin-top: 237px
    }

    .s331 {
        min-width: 307px;
        width: 307px;
        min-height: 151px
    }

    .s332 {
        min-width: 306px;
        width: 306px;
        height: 40px
    }

    .input9 {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        width: 306px;
        height: 40px;
        font-size: 14px;
        line-height: 1.215;
        background-size: 6px;
        background-position: right 6px top 50%
    }

    *[dir="rtl"] .input9,
    :root:lang(ar) .input9,
    :root:lang(iw) .input9 {
        background-position: left 6px top 50%
    }

    .ps299 {
        margin-left: 3px;
        margin-top: 13px
    }

    .s333 {
        min-width: 294px;
        width: 294px;
        min-height: 98px;
        height: 98px
    }

    .f71 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.858
    }

    .ps300 {
        margin-left: 190px;
        margin-top: -244px
    }

    .s334 {
        min-width: 130px;
        width: 130px;
        min-height: 84px
    }

    .ps301 {
        margin-top: 0
    }

    .s335 {
        min-width: 320px;
        height: 1112px
    }

    .ps302 {
        margin-top: 27px
    }

    .s336 {
        width: 320px;
        min-height: 1044px
    }

    .ps303 {
        margin-left: 0
    }

    .s337 {
        min-width: 320px;
        width: 320px;
        min-height: 836px
    }

    .ps304 {
        margin-left: 21px;
        margin-top: 0
    }

    .i24 {
        left: 0;
        width: 99px;
        height: 97px;
        top: 1px;
        -webkit-border-radius: 49px;
        -moz-border-radius: 49px;
        border-radius: 49px
    }

    .ps305 {
        margin-left: -114px;
        margin-top: 130px
    }

    .s338 {
        min-width: 174px;
        width: 174px;
        height: 32px
    }

    .f72 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.376
    }

    .ps306 {
        margin-left: 0;
        margin-top: -2px
    }

    .s339 {
        min-width: 320px;
        width: 320px;
        min-height: 498px
    }

    .ps307 {
        margin-top: 23px
    }

    .s340 {
        min-width: 113px;
        width: 113px;
        height: 23px
    }

    .f73 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f73:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f73:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f73:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .ps308 {
        margin-left: 2px;
        margin-top: 7px
    }

    .s341 {
        min-width: 91px;
        width: 91px;
        height: 19px
    }

    .f74 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f74:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f74:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f74:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .ps309 {
        margin-left: 0;
        margin-top: 35px
    }

    .s342 {
        min-width: 90px;
        width: 90px;
        height: 20px
    }

    .ps310 {
        margin-top: -47px
    }

    .s343 {
        min-width: 140px;
        width: 140px;
        height: 22px
    }

    .ps311 {
        margin-top: 68px
    }

    .s344 {
        min-width: 163px;
        width: 163px;
        height: 20px
    }

    .ps312 {
        margin-top: -49px
    }

    .s345 {
        min-width: 126px;
        width: 126px;
        height: 21px
    }

    .ps313 {
        margin-top: -81px
    }

    .s346 {
        min-width: 166px;
        width: 166px;
        height: 24px
    }

    .ps314 {
        margin-left: 0;
        margin-top: -192px
    }

    .s347 {
        min-width: 320px;
        width: 320px;
        min-height: 475px
    }

    .ps315 {
        margin-left: 171px
    }

    .s348 {
        min-width: 149px;
        width: 149px;
        height: 32px
    }

    .ps316 {
        margin-top: 209px
    }

    .s349 {
        min-width: 163px;
        width: 163px;
        height: 24px
    }

    .ps317 {
        margin-left: 11px;
        margin-top: -6px
    }

    .s350 {
        min-width: 49px;
        width: 49px;
        height: 23px
    }

    .ps318 {
        margin-top: 184px
    }

    .s351 {
        min-width: 211px;
        width: 211px;
        height: 26px
    }

    .ps319 {
        margin-left: 174px;
        margin-top: -419px
    }

    .s352 {
        min-width: 111px;
        width: 111px;
        height: 21px
    }

    .f75 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168;
        letter-spacing: 0.05px
    }

    .f75:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168;
        letter-spacing: 0.05px
    }

    .f75:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168;
        letter-spacing: 0.05px
    }

    .f75:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168;
        letter-spacing: 0.05px
    }

    .ps320 {
        margin-left: 0;
        margin-top: -62px
    }

    .s353 {
        min-width: 223px;
        width: 223px;
        height: 21px
    }

    .ps321 {
        margin-left: 7px;
        margin-top: -498px
    }

    .s354 {
        min-width: 276px;
        width: 276px;
        min-height: 2px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps322 {
        margin-left: 0;
        margin-top: -196px
    }

    .ps323 {
        margin-left: 0
    }

    .s355 {
        min-width: 282px;
        width: 282px;
        height: 29px
    }

    .ps324 {
        margin-top: 245px
    }

    .s356 {
        min-width: 218px;
        width: 218px;
        height: 28px
    }

    .ps325 {
        margin-left: 0;
        margin-top: -266px
    }

    .s357 {
        min-width: 291px;
        width: 291px;
        height: 31px
    }

    .f76 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f76:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f76:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f76:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .ps326 {
        margin-left: 1px;
        margin-top: 24px
    }

    .s358 {
        min-width: 212px;
        width: 212px;
        height: 20px
    }

    .ps327 {
        margin-top: 9px
    }

    .s359 {
        min-width: 211px;
        width: 211px;
        height: 19px
    }

    .ps328 {
        margin-left: 1px;
        margin-top: -170px
    }

    .s360 {
        min-width: 238px;
        width: 238px;
        height: 24px
    }

    .ps329 {
        margin-top: -72px
    }

    .s361 {
        min-width: 87px;
        width: 87px;
        height: 24px
    }

    .ps330 {
        margin-top: -133px
    }

    .s362 {
        min-width: 298px;
        width: 298px;
        height: 20px
    }

    .ps331 {
        margin-left: 0;
        margin-top: -388px
    }

    .s363 {
        min-width: 291px;
        width: 291px;
        min-height: 135px
    }

    .ps332 {
        margin-top: 102px
    }

    .s364 {
        min-width: 268px;
        width: 268px;
        height: 33px
    }

    .f77 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.601
    }

    .ps333 {
        margin-top: -135px
    }

    .s365 {
        min-width: 291px;
        width: 291px;
        min-height: 3px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps334 {
        margin-left: 23px;
        margin-top: 29px
    }

    .i25 {
        width: 47px;
        height: 72px
    }

    .ps336 {
        margin-left: 19px
    }

    .i26 {
        width: 47px;
        height: 72px
    }

    .ps337 {
        margin-left: 17px;
        margin-top: 0
    }

    .i27 {
        left: 0;
        width: 47px;
        height: 47px;
        top: 12px
    }

    .ps338 {
        margin-left: 12px;
        margin-top: -354px
    }

    .s366 {
        min-width: 278px;
        width: 278px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps339 {
        margin-left: 0;
        margin-top: 23px
    }

    .s367 {
        min-width: 287px;
        width: 287px;
        height: 84px
    }

    .f78 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.616
    }

    .s368 {
        min-width: 320px;
        min-height: 18px
    }

    .ps340 {
        margin-top: 4px
    }

    .s369 {
        width: 320px;
        min-height: 10px
    }

    .ps341 {
        margin-left: 228px
    }

    .s370 {
        min-width: 43px;
        height: 10px;
        width: 43px
    }

    .f79 {
        font-size: 3px;
        font-size: calc(3px * var(--f));
        line-height: 1.334;
        padding-top: 3px;
        padding-bottom: 3px
    }

    .ps342 {
        margin-left: 3px
    }

    body {
        --d: 5;
        --s: 320
    }
}

@media (min-width:320px) {
    .c82 {
        background-image: url(../images/8/screenshot-2025-07-05-at-1.12.18-pm-960.jpg)
    }

    .webp .c82 {
        background-image: url(../images/4/screenshot-2025-07-05-at-1.12.18-pm-960.webp)
    }

    .c91 {
        background-image: url(../images/h/ipaste_cute_girl-148.jpg)
    }

    .webp .c91 {
        background-image: url(../images/t/ipaste_cute_girl-148.webp)
    }

    .c94 {
        background-image: url(../images/a/screenshot-2025-06-08-at-9.16.32-pm-960.jpg)
    }

    .webp .c94 {
        background-image: url(../images/j/screenshot-2025-06-08-at-9.16.32-pm-960.webp)
    }

    .c96 {
        background-image: url(../images/c/screenshot-2025-06-03-at-3.37.54-pm-960.jpg)
    }

    .webp .c96 {
        background-image: url(../images/e/screenshot-2025-06-03-at-3.37.54-pm-960.webp)
    }
}

@media (min-width:480px) {
    .c82 {
        background-image: url(../images/v/screenshot-2025-07-05-at-1.12.18-pm-1536.jpg)
    }

    .webp .c82 {
        background-image: url(../images/l/screenshot-2025-07-05-at-1.12.18-pm-1536.webp)
    }

    .c91 {
        background-image: url(../images/r/ipaste_cute_girl-240.jpg)
    }

    .webp .c91 {
        background-image: url(../images/2/ipaste_cute_girl-240.webp)
    }

    .c94 {
        background-image: url(../images/e/screenshot-2025-06-08-at-9.16.32-pm-938.jpg)
    }

    .webp .c94 {
        background-image: url(../images/c/screenshot-2025-06-08-at-9.16.32-pm-938.webp)
    }

    .c96 {
        background-image: url(../images/4/screenshot-2025-06-03-at-3.37.54-pm-1196.jpg)
    }

    .webp .c96 {
        background-image: url(../images/0/screenshot-2025-06-03-at-3.37.54-pm-1196.webp)
    }
}

@media (min-width:768px) {
    .c82 {
        background-image: url(../images/6/screenshot-2025-07-05-at-1.12.18-pm-960.jpg)
    }

    .webp .c82 {
        background-image: url(../images/e/screenshot-2025-07-05-at-1.12.18-pm-960.webp)
    }

    .c91 {
        background-image: url(../images/n/ipaste_cute_girl-149.jpg)
    }

    .webp .c91 {
        background-image: url(../images/l/ipaste_cute_girl-149.webp)
    }

    .c94 {
        background-image: url(../images/0/screenshot-2025-06-08-at-9.16.32-pm-587.jpg)
    }

    .webp .c94 {
        background-image: url(../images/r/screenshot-2025-06-08-at-9.16.32-pm-587.webp)
    }

    .c96 {
        background-image: url(../images/r/screenshot-2025-06-03-at-3.37.54-pm-748.jpg)
    }

    .webp .c96 {
        background-image: url(../images/t/screenshot-2025-06-03-at-3.37.54-pm-748.webp)
    }
}

@media (min-width:768px) and (-webkit-min-device-pixel-ratio:1.7),
(min-width:768px) and (min-resolution:144dpi) {
    .c82 {
        background-image: url(../images/6/screenshot-2025-07-05-at-1.12.18-pm-1920.jpg)
    }

    .webp .c82 {
        background-image: url(../images/n/screenshot-2025-07-05-at-1.12.18-pm-1920.webp)
    }

    .c91 {
        background-image: url(../images/j/ipaste_cute_girl-298.jpg)
    }

    .webp .c91 {
        background-image: url(../images/r/ipaste_cute_girl-298.webp)
    }

    .c94 {
        background-image: url(../images/r/screenshot-2025-06-08-at-9.16.32-pm-1174.jpg)
    }

    .webp .c94 {
        background-image: url(../images/v/screenshot-2025-06-08-at-9.16.32-pm-1174.webp)
    }

    .c96 {
        background-image: url(../images/a/screenshot-2025-06-03-at-3.37.54-pm-1496.jpg)
    }

    .webp .c96 {
        background-image: url(../images/v/screenshot-2025-06-03-at-3.37.54-pm-1496.webp)
    }
}

@media (min-width:960px) {
    .c82 {
        background-image: url(../images/r/screenshot-2025-07-05-at-1.12.18-pm-1200.jpg)
    }

    .webp .c82 {
        background-image: url(../images/c/screenshot-2025-07-05-at-1.12.18-pm-1200.webp)
    }

    .c91 {
        background-image: url(../images/4/ipaste_cute_girl-481.jpg)
    }

    .webp .c91 {
        background-image: url(../images/e/ipaste_cute_girl-481.webp)
    }

    .c94 {
        background-image: url(../images/n/screenshot-2025-06-08-at-9.16.32-pm-733.jpg)
    }

    .webp .c94 {
        background-image: url(../images/j/screenshot-2025-06-08-at-9.16.32-pm-733.webp)
    }

    .c96 {
        background-image: url(../images/a/screenshot-2025-06-03-at-3.37.54-pm-934.jpg)
    }

    .webp .c96 {
        background-image: url(../images/c/screenshot-2025-06-03-at-3.37.54-pm-934.webp)
    }
}

@media (min-width:1200px) {
    .c82 {
        background-image: url(../images/0/screenshot-2025-07-05-at-1.12.18-pm-1600.jpg)
    }

    .webp .c82 {
        background-image: url(../images/t/screenshot-2025-07-05-at-1.12.18-pm-1600.webp)
    }

    .c91 {
        background-image: url(../images/4/ipaste_cute_girl-481.jpg)
    }

    .webp .c91 {
        background-image: url(../images/e/ipaste_cute_girl-481.webp)
    }

    .c94 {
        background-image: url(../images/n/screenshot-2025-06-08-at-9.16.32-pm-733.jpg)
    }

    .webp .c94 {
        background-image: url(../images/j/screenshot-2025-06-08-at-9.16.32-pm-733.webp)
    }

    .c96 {
        background-image: url(../images/a/screenshot-2025-06-03-at-3.37.54-pm-934.jpg)
    }

    .webp .c96 {
        background-image: url(../images/c/screenshot-2025-06-03-at-3.37.54-pm-934.webp)
    }
}

@media (min-width:1600px) {
    .c82 {
        background-image: url(../images/j/screenshot-2025-07-05-at-1.12.18-pm-2000.jpg)
    }

    .webp .c82 {
        background-image: url(../images/0/screenshot-2025-07-05-at-1.12.18-pm-2000.webp)
    }

    .c91 {
        background-image: url(../images/a/ipaste_cute_girl-253.jpg)
    }

    .webp .c91 {
        background-image: url(../images/0/ipaste_cute_girl-253.webp)
    }

    .c94 {
        background-image: url(../images/v/screenshot-2025-06-08-at-9.16.32-pm-1172.jpg)
    }

    .webp .c94 {
        background-image: url(../images/p/screenshot-2025-06-08-at-9.16.32-pm-1172.webp)
    }

    .c96 {
        background-image: url(../images/0/screenshot-2025-06-03-at-3.37.54-pm-1494.jpg)
    }

    .webp .c96 {
        background-image: url(../images/t/screenshot-2025-06-03-at-3.37.54-pm-1494.webp)
    }
}

@media (min-width:2000px) {
    .c82 {
        background-image: url(../images/a/screenshot-2025-07-05-at-1.12.18-pm-2560.jpg)
    }

    .webp .c82 {
        background-image: url(../images/v/screenshot-2025-07-05-at-1.12.18-pm-2560.webp)
    }

    .c91 {
        background-image: url(../images/a/ipaste_cute_girl-253.jpg)
    }

    .webp .c91 {
        background-image: url(../images/0/ipaste_cute_girl-253.webp)
    }

    .c94 {
        background-image: url(../images/v/screenshot-2025-06-08-at-9.16.32-pm-1172.jpg)
    }

    .webp .c94 {
        background-image: url(../images/p/screenshot-2025-06-08-at-9.16.32-pm-1172.webp)
    }

    .c96 {
        background-image: url(../images/0/screenshot-2025-06-03-at-3.37.54-pm-1494.jpg)
    }

    .webp .c96 {
        background-image: url(../images/t/screenshot-2025-06-03-at-3.37.54-pm-1494.webp)
    }
}

@media (min-width:960px) and (-webkit-min-device-pixel-ratio:1.7),
(min-width:960px) and (min-resolution:144dpi) {
    .c91 {
        background-image: url(../images/j/ipaste_cute_girl-962.jpg)
    }

    .webp .c91 {
        background-image: url(../images/n/ipaste_cute_girl-962.webp)
    }

    .c94 {
        background-image: url(../images/6/screenshot-2025-06-08-at-9.16.32-pm-1466.jpg)
    }

    .webp .c94 {
        background-image: url(../images/a/screenshot-2025-06-08-at-9.16.32-pm-1466.webp)
    }

    .c96 {
        background-image: url(../images/h/screenshot-2025-06-03-at-3.37.54-pm-1868.jpg)
    }

    .webp .c96 {
        background-image: url(../images/8/screenshot-2025-06-03-at-3.37.54-pm-1868.webp)
    }
}

@media (min-width:1200px) and (-webkit-min-device-pixel-ratio:1.7),
(min-width:1200px) and (min-resolution:144dpi) {
    .c91 {
        background-image: url(../images/j/ipaste_cute_girl-962.jpg)
    }

    .webp .c91 {
        background-image: url(../images/n/ipaste_cute_girl-962.webp)
    }

    .c94 {
        background-image: url(../images/6/screenshot-2025-06-08-at-9.16.32-pm-1466.jpg)
    }

    .webp .c94 {
        background-image: url(../images/a/screenshot-2025-06-08-at-9.16.32-pm-1466.webp)
    }

    .c96 {
        background-image: url(../images/h/screenshot-2025-06-03-at-3.37.54-pm-1868.jpg)
    }

    .webp .c96 {
        background-image: url(../images/8/screenshot-2025-06-03-at-3.37.54-pm-1868.webp)
    }
}

@media (min-width:1600px) and (-webkit-min-device-pixel-ratio:1.7),
(min-width:1600px) and (min-resolution:144dpi) {
    .c91 {
        background-image: url(../images/2/ipaste_cute_girl-506.jpg)
    }

    .webp .c91 {
        background-image: url(../images/j/ipaste_cute_girl-506.webp)
    }
}

@media (min-width:2000px) and (-webkit-min-device-pixel-ratio:1.7),
(min-width:2000px) and (min-resolution:144dpi) {
    .c91 {
        background-image: url(../images/2/ipaste_cute_girl-506.jpg)
    }

    .webp .c91 {
        background-image: url(../images/j/ipaste_cute_girl-506.webp)
    }
}

body {
    --f: 1;
    min-width: 1920px
}

@media (min-width:1200px) and (max-width:1919px) {
    body {
        min-width: 1200px
    }
}

@media (min-width:960px) and (max-width:1199px) {
    body {
        min-width: 960px
    }
}

@media (min-width:768px) and (max-width:959px) {
    body {
        min-width: 768px
    }
}

@media (min-width:480px) and (max-width:767px) {
    body {
        min-width: 480px
    }
}

@media (max-width:479px) {
    body {
        min-width: 320px
    }
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

.plyr--fullscreen-fallback {
    transform: translate3d(0, 0, 1px) !important
}

/* patterns from subtlepatterns.com */
#b2 {
    background-color: transparent
}

.c102 {
    display: block;
    position: relative;
    pointer-events: none;
    min-width: 1920px;
    width: 100%;
    overflow: hidden;
    margin-top: 0;
    z-index: 32;
    min-height: 1022px
}

.v18 {
    display: block
}

.ps343 {
    position: relative;
    margin-top: 0
}

.s371 {
    width: 100%;
    min-width: 1920px;
    height: 347px;
    padding-bottom: 0
}

.c103 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #5789c1
}

.z253 {
    pointer-events: none
}

.ps344 {
    display: inline-block;
    width: 0;
    height: 0
}

.ps345 {
    position: relative;
    margin-top: 11px
}

.s372 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 67px
}

.v19 {
    display: inline-block;
    vertical-align: top
}

.ps346 {
    position: relative;
    margin-left: 66px;
    margin-top: 0
}

.ps347 {
    position: relative;
    margin-left: 0;
    margin-top: 13px
}

.z254 {
    z-index: 72;
    pointer-events: auto
}

.i28 {
    position: absolute;
    left: 4px;
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    top: 0;
    color: #fff;
    -ms-transform: rotate(0deg) scale(1, 1);
    -moz-transform: rotate(0deg) scale(1, 1);
    -webkit-transform: rotate(0deg) scale(1, 1);
    transform: rotate(0deg) scale(1, 1)
}

.ps348 {
    position: relative;
    margin-left: 17px;
    margin-top: 13px
}

.s373 {
    min-width: 275px;
    width: 275px;
    overflow: hidden;
    height: 40px
}

.z255 {
    z-index: 71;
    pointer-events: auto
}

.p10 {
    text-indent: 0;
    padding-bottom: 0;
    padding-right: 0;
    text-align: left
}

.f80 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.126;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps349 {
    position: relative;
    margin-left: 42px;
    margin-top: 13px
}

.z256 {
    z-index: 73;
    pointer-events: auto
}

.i29 {
    position: absolute;
    left: 16px;
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    top: 0;
    color: #fff
}

.ps350 {
    position: relative;
    margin-left: -2px;
    margin-top: 13px
}

.s374 {
    min-width: 446px;
    width: 446px;
    overflow: hidden;
    height: 40px
}

.z257 {
    z-index: 75;
    pointer-events: auto
}

.ps351 {
    position: relative;
    margin-left: 863px;
    margin-top: 0
}

.z258 {
    z-index: 74;
    pointer-events: auto
}

.a8 {
    display: block
}

.i30 {
    position: absolute;
    left: 0;
    width: 67px;
    height: 67px;
    top: 0;
    -webkit-filter: brightness(400%);
    -moz-filter: brightness(400%);
    filter: brightness(400%);
    border: 0
}

.ps352 {
    position: relative;
    margin-top: 7px
}

.s375 {
    margin-left: -0%;
    width: 100%;
    min-height: 262px
}

.c104 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 0 rgba(128, 128, 128, 0.2)
}

.z259 {
    z-index: 69;
    pointer-events: auto
}

.ps353 {
    position: relative;
    margin-top: -252px
}

.s376 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 236px
}

.ps354 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.ps355 {
    position: relative;
    margin-left: 0;
    margin-top: 3px
}

.z260 {
    z-index: 70;
    pointer-events: auto
}

.i31 {
    position: absolute;
    left: 0;
    width: 170px;
    height: 37px;
    top: 66px;
    -webkit-border-radius: 84px;
    -moz-border-radius: 84px;
    border-radius: 84px;
    border: 0
}

.v20 {
    display: inline-block;
    vertical-align: top;
    overflow: visible
}

.ps356 {
    position: relative;
    margin-left: 49px;
    margin-top: 148px
}

.z261 {
    z-index: 76;
    pointer-events: auto
}

.ps357 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s377 {
    min-width: 0;
    width: 0;
    min-height: 0;
    height: 0
}

.m3 {
    padding: 0px 0px 0px 0px
}

.s378 {
    min-width: 46px;
    width: 0;
    height: 0
}

.mcv5 {
    display: none
}

.v21 {
    display: none
}

.ps358 {
    position: relative;
    margin-left: 0;
    margin-top: 92px
}

.s379 {
    min-width: 46px;
    width: 46px;
    overflow: hidden;
    height: 26px
}

.z262 {
    pointer-events: auto
}

.p11 {
    text-indent: 0;
    padding-bottom: 0;
    padding-right: 0;
    text-align: center
}

.f81 {
    font-family: "Lato 2";
    font-size: 17px;
    font-size: calc(17px * var(--f));
    line-height: 1.295;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: transparent;
    background-color: initial;
    text-shadow: none
}

.v22 {
    display: inline-block;
    vertical-align: top
}

.ps359 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.z263 {
    z-index: 9999
}

.mcv6 {
    display: inline-block
}

.c106 {
    border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #5789c1
}

.ps360 {
    position: relative;
    margin-left: 0;
    margin-top: 23px
}

.s380 {
    min-width: 159px;
    width: 159px;
    overflow: hidden;
    height: 41px
}

.f82 {
    font-family: "Lato 2";
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.220;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.v23 {
    display: none
}

.ml3 {
    outline: 0
}

.ps361 {
    position: relative;
    margin-left: 0;
    margin-top: 7px
}

.s381 {
    min-width: 450px;
    width: 450px;
    overflow: hidden;
    height: 41px
}

.ps362 {
    position: relative;
    margin-left: 0;
    margin-top: 1px
}

.ps363 {
    position: relative;
    margin-left: 160px;
    margin-top: -88px
}

.s382 {
    min-width: 256px;
    width: 256px;
    overflow: hidden;
    height: 41px
}

.ps364 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s383 {
    min-width: 472px;
    width: 472px;
    overflow: hidden;
    height: 41px
}

.ps365 {
    position: relative;
    margin-left: 0;
    margin-top: 1px
}

.ps366 {
    position: relative;
    margin-left: 417px;
    margin-top: -88px
}

.s384 {
    min-width: 342px;
    width: 342px;
    overflow: hidden;
    height: 41px
}

.ps367 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s385 {
    min-width: 429px;
    width: 429px;
    overflow: hidden;
    height: 41px
}

.ps368 {
    position: relative;
    margin-left: 760px;
    margin-top: -88px
}

.s386 {
    min-width: 383px;
    width: 383px;
    overflow: hidden;
    height: 41px
}

.ps369 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.ps370 {
    position: relative;
    margin-left: 0;
    margin-top: 7px
}

.s387 {
    min-width: 477px;
    width: 477px;
    overflow: hidden;
    height: 41px
}

.ps371 {
    position: relative;
    margin-left: 1144px;
    margin-top: -88px
}

.s388 {
    min-width: 185px;
    width: 185px;
    overflow: hidden;
    height: 41px
}

.ps372 {
    position: relative;
    margin-left: 1330px;
    margin-top: -88px
}

.s389 {
    min-width: 108px;
    width: 108px;
    overflow: hidden;
    height: 41px
}

.ps373 {
    position: relative;
    margin-left: 1439px;
    margin-top: -88px
}

.ps374 {
    position: relative;
    margin-left: 1154px;
    margin-top: -236px
}

.z264 {
    z-index: 77
}

.s390 {
    min-width: 741px;
    width: 741px;
    min-height: 79px;
    line-height: 0
}

.z265 {
    z-index: 78;
    pointer-events: auto
}

.input10 {
    border: 1px solid #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.22);
    width: 741px;
    height: 79px;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 28px;
    line-height: 1.144;
    font-weight: 400;
    font-style: italic;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input10::placeholder {
    color: rgb(0, 0, 0);
    opacity: 1
}

.ps375 {
    position: relative;
    margin-left: 674px;
    margin-top: -73px
}

.s391 {
    min-width: 64px;
    width: 64px;
    height: 55px;
    box-sizing: border-box
}

.c107 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    background-image: url(../images/t/search-svgrepo-com-2-.svg);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z266 {
    z-index: 79;
    pointer-events: auto
}

.a9 {
    transform: translateZ(1px);
    display: inline-block;
    width: 100%;
    height: 100%;
    z-index: 1
}

.c107:hover {
    background-color: rgba(10, 37, 134, 0.74);
    border-color: transparent;
    color: #fff;
    background-clip: padding-box
}

.c107:active {
    transition: initial
}

.c108 {
    display: block;
    position: relative;
    pointer-events: none;
    min-width: 1920px;
    width: 100%;
    overflow: hidden;
    margin-top: -1022px;
    z-index: 1;
    min-height: 1432px
}

.ps376 {
    position: relative;
    margin-top: 347px
}

.s392 {
    width: 100%;
    min-width: 1920px;
    height: 1059px;
    padding-bottom: 0
}

.c109 {
    border: 0;
    -webkit-border-radius: 413px;
    -moz-border-radius: 413px;
    border-radius: 413px;
    background-color: #fff
}

.ps377 {
    position: relative;
    margin-top: 0
}

.s393 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 1010px
}

.s394 {
    min-width: 1920px;
    width: 1920px;
    min-height: 1010px
}

.s395 {
    min-width: 1920px;
    width: 1920px;
    min-height: 1010px;
    line-height: 0
}

.s396 {
    min-width: 1920px;
    width: 1920px;
    min-height: 1010px;
    height: 1010px
}

.z267 {
    z-index: 3;
    pointer-events: auto
}

.i32 {
    position: absolute;
    left: 0;
    width: 1920px;
    height: 1010px;
    top: 0;
    -webkit-filter: drop-shadow(0 2px 26px rgba(0, 0, 0, 0.4));
    -moz-filter: drop-shadow(0 2px 26px rgba(0, 0, 0, 0.4));
    filter: drop-shadow(0 2px 26px rgba(0, 0, 0, 0.4));
    will-change: filter;
    border: 0
}

.ps378 {
    position: relative;
    margin-left: 102px;
    margin-top: -706px
}

.s397 {
    min-width: 683px;
    width: 683px;
    overflow: hidden;
    height: 379px
}

.c110 {
    transform-style: preserve-3d
}

.z268 {
    z-index: 4;
    pointer-events: auto
}

.s398 {
    min-height: 379px;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    color: transparent;
    background-image: -webkit-gradient(linear, 155deg, color-stop(0, rgba(10, 37, 134, 0.74)), color-stop(1, rgba(145, 6, 74, 0.72)));
    background-image: -o-linear-gradient(155deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: -webkit-linear-gradient(155deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: -ms-linear-gradient(155deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: linear-gradient(155deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%)
}

.f83 {
    font-family: "Hanken Grotesk 8";
    font-size: 102px;
    font-size: calc(102px * var(--f));
    line-height: 1.177;
    font-weight: 900;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #175f07;
    background-color: initial;
    text-shadow: none
}

.ps379 {
    position: relative;
    margin-top: -973px
}

.s399 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    height: 784px
}

.v24 {
    display: inline-block;
    vertical-align: top;
    pointer-events: auto
}

.ps380 {
    position: relative;
    margin-left: 13px;
    margin-top: 0
}

.c111 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-image: -webkit-gradient(linear, 164deg, color-stop(0, rgba(10, 37, 134, 0.74)), color-stop(1, rgba(145, 6, 74, 0.72)));
    background-image: -o-linear-gradient(164deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: -webkit-linear-gradient(164deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: -ms-linear-gradient(164deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: linear-gradient(164deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%)
}

.z269 {
    z-index: 68;
    pointer-events: auto
}

.ps381 {
    position: relative;
    margin-left: 1664px;
    margin-top: 15px
}

.z270 {
    z-index: 93
}

.i33 {
    position: absolute;
    left: 7px;
    min-width: 53px;
    max-width: 53px;
    min-height: 53px;
    max-height: 53px;
    top: 0;
    color: #fff
}

.v25 {
    display: inline-block;
    vertical-align: top;
    outline: 0
}

.ps382 {
    position: relative;
    margin-left: 0;
    margin-top: 25px
}

.s400 {
    min-width: 1752px;
    height: 112px;
    box-sizing: border-box;
    width: 1752px;
    padding-right: 0
}

.c112 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-image: -webkit-gradient(linear, 166deg, color-stop(0, rgba(10, 37, 134, 0.74)), color-stop(1, rgba(74, 149, 169, 0.52)));
    background-image: -o-linear-gradient(166deg, rgba(10, 37, 134, 0.74) 0%, rgba(74, 149, 169, 0.52) 100%);
    background-image: -webkit-linear-gradient(166deg, rgba(10, 37, 134, 0.74) 0%, rgba(74, 149, 169, 0.52) 100%);
    background-image: -ms-linear-gradient(166deg, rgba(10, 37, 134, 0.74) 0%, rgba(74, 149, 169, 0.52) 100%);
    background-image: linear-gradient(166deg, rgba(10, 37, 134, 0.74) 0%, rgba(74, 149, 169, 0.52) 100%);
    color: #fff;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z271 {
    z-index: 94
}

.a10 {
    transform: translateZ(1px);
    display: inline-block;
    width: 100%;
    z-index: 1
}

.f84 {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 54px;
    font-size: calc(54px * var(--f));
    line-height: 1.242;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 23px;
    padding-bottom: 22px
}

.c112::before {
    background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
    background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-clip: content-box;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin-top: 0;
    margin-left: 0;
    z-index: -1;
    transition: opacity 0.2s linear
}

.c112:hover:before {
    opacity: 1
}

.c112:hover {
    background-color: transparent;
    border-color: transparent;
    color: #161616
}

.c112::after {
    background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
    background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-clip: content-box;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin-top: 0;
    margin-left: 0;
    top: 0;
    left: 0;
    z-index: -1;
    transition: opacity 0.2s linear
}

.c112:hover:after {
    opacity: 0
}

.c112:active:before {
    opacity: 1
}

.c112:active:after {
    opacity: 1;
    transition: initial
}

.c112:active {
    transition: initial;
    color: #a1a1a1
}

.ps383 {
    position: relative;
    margin-left: 0;
    margin-top: 8px
}

.s401 {
    min-width: 1752px;
    width: 1752px;
    min-height: 171px;
    line-height: 0
}

.s402 {
    min-width: 1752px;
    height: 112px;
    box-sizing: border-box;
    width: 1752px;
    padding-right: 0
}

.z272 {
    z-index: 95;
    pointer-events: auto
}

.ps384 {
    position: relative;
    margin-left: 0;
    margin-top: -53px
}

.s403 {
    min-width: 1752px;
    height: 112px;
    box-sizing: border-box;
    width: 1752px;
    padding-right: 0
}

.z273 {
    z-index: 96;
    pointer-events: auto
}

.ps385 {
    position: relative;
    margin-left: 0;
    margin-top: -112px
}

.z274 {
    z-index: 97;
    pointer-events: auto
}

.ps386 {
    position: relative;
    margin-left: 0;
    margin-top: -112px
}

.z275 {
    z-index: 98;
    pointer-events: auto
}

.ps387 {
    position: relative;
    margin-left: 0;
    margin-top: -112px
}

.z276 {
    z-index: 99;
    pointer-events: auto
}

.ps388 {
    position: relative;
    margin-left: 37px;
    margin-top: 0
}

.z277 {
    z-index: 100
}

.ps389 {
    position: relative;
    margin-left: 32px;
    margin-top: 18px
}

.z278 {
    z-index: 101
}

.ps390 {
    position: relative;
    margin-left: 32px;
    margin-top: 8px
}

.s404 {
    min-width: 1752px;
    height: 117px;
    box-sizing: border-box;
    width: 1752px;
    padding-right: 0
}

.z279 {
    z-index: 102
}

.f85 {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 54px;
    font-size: calc(54px * var(--f));
    line-height: 1.242;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 25px;
    padding-bottom: 25px
}

.c113 {
    display: block;
    position: relative;
    pointer-events: none;
    min-width: 1920px;
    width: 100%;
    overflow: hidden;
    margin-top: 138px;
    z-index: 5;
    min-height: 1231px
}

.ps391 {
    position: relative;
    margin-top: 25px
}

.s405 {
    width: 100%;
    min-width: 1920px;
    height: 1187px;
    padding-bottom: 0
}

.c114 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    opacity: 1
}

.ps392 {
    position: relative;
    margin-top: -1px
}

.s406 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 1189px
}

.ps393 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s407 {
    min-width: 1920px;
    width: 1920px;
    min-height: 1189px
}

.s408 {
    min-width: 1920px;
    width: 1920px;
    min-height: 1189px;
    line-height: 0
}

.ps394 {
    position: relative;
    margin-left: 0;
    margin-top: 1px
}

.s409 {
    min-width: 1920px;
    width: 1920px;
    min-height: 1188px
}

.z280 {
    z-index: 7
}

.ps395 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s410 {
    min-width: 1920px;
    width: 1920px;
    min-height: 78px
}

.s411 {
    min-width: 931px;
    height: 78px;
    box-sizing: border-box;
    width: 931px;
    padding-right: 0
}

.c115 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 39px;
    -moz-border-radius: 39px;
    border-radius: 39px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: contain;
    background-image: url(../images/2/screenshot-2024-07-19-at-10.42.17-pm-124.jpg);
    box-shadow: 0 2px 27px rgba(0, 0, 0, 0.22);
    color: #000;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z281 {
    z-index: 9;
    pointer-events: auto
}

.webp .c115 {
    background-image: url(../images/j/screenshot-2024-07-19-at-10.42.17-pm-124.webp)
}

.f86 {
    transform: translateZ(1px);
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    z-index: 1;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 41px;
    font-size: calc(41px * var(--f));
    line-height: 1.147;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 16px;
    padding-bottom: 15px
}

.c115:hover {
    background-color: #000;
    border-color: transparent;
    color: #fff;
    background-clip: padding-box
}

.c115:active {
    transition: initial;
    color: #000;
    background-color: #fff
}

.ps396 {
    position: relative;
    margin-left: 58px;
    margin-top: 0
}

.s412 {
    min-width: 931px;
    height: 78px;
    box-sizing: border-box;
    width: 931px;
    padding-right: 0
}

.c116 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 39px;
    -moz-border-radius: 39px;
    border-radius: 39px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: contain;
    background-image: url(../images/2/screenshot-2024-07-19-at-10.42.17-pm-124.jpg);
    box-shadow: 0 2px 27px rgba(0, 0, 0, 0.22);
    color: #000;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z282 {
    z-index: 12;
    pointer-events: auto
}

.webp .c116 {
    background-image: url(../images/j/screenshot-2024-07-19-at-10.42.17-pm-124.webp)
}

.f87 {
    transform: translateZ(1px);
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    z-index: 1;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 41px;
    font-size: calc(41px * var(--f));
    line-height: 1.147;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 16px;
    padding-bottom: 15px
}

.c116:hover {
    background-color: #000;
    border-color: transparent;
    color: #fff;
    background-clip: padding-box
}

.c116:active {
    transition: initial;
    color: #000;
    background-color: #fff
}

.ps397 {
    position: relative;
    margin-left: 0;
    margin-top: 25px
}

.s413 {
    min-width: 1920px;
    width: 1920px;
    min-height: 78px
}

.ps398 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s414 {
    min-width: 931px;
    height: 78px;
    box-sizing: border-box;
    width: 931px;
    padding-right: 0
}

.c117 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 39px;
    -moz-border-radius: 39px;
    border-radius: 39px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: contain;
    background-image: url(../images/2/screenshot-2024-07-19-at-10.42.17-pm-124.jpg);
    box-shadow: 0 2px 27px rgba(0, 0, 0, 0.22);
    color: #000;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z283 {
    z-index: 10;
    pointer-events: auto
}

.webp .c117 {
    background-image: url(../images/j/screenshot-2024-07-19-at-10.42.17-pm-124.webp)
}

.c117:hover {
    background-color: #000;
    border-color: transparent;
    color: #fff;
    background-clip: padding-box
}

.c117:active {
    transition: initial;
    color: #000;
    background-color: #fff
}

.ps399 {
    position: relative;
    margin-left: 58px;
    margin-top: 0
}

.c118 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 39px;
    -moz-border-radius: 39px;
    border-radius: 39px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: contain;
    background-image: url(../images/2/screenshot-2024-07-19-at-10.42.17-pm-124.jpg);
    box-shadow: 0 2px 27px rgba(0, 0, 0, 0.22);
    color: #000;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z284 {
    z-index: 14;
    pointer-events: auto
}

.webp .c118 {
    background-image: url(../images/j/screenshot-2024-07-19-at-10.42.17-pm-124.webp)
}

.c118:hover {
    background-color: #000;
    border-color: transparent;
    color: #fff;
    background-clip: padding-box
}

.c118:active {
    transition: initial;
    color: #000;
    background-color: #fff
}

.ps400 {
    position: relative;
    margin-left: 0;
    margin-top: 21px
}

.s415 {
    min-width: 1920px;
    width: 1920px;
    min-height: 78px
}

.ps401 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.c119 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 39px;
    -moz-border-radius: 39px;
    border-radius: 39px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: contain;
    background-image: url(../images/2/screenshot-2024-07-19-at-10.42.17-pm-124.jpg);
    box-shadow: 0 2px 27px rgba(0, 0, 0, 0.22);
    color: #000;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z285 {
    z-index: 11;
    pointer-events: auto
}

.webp .c119 {
    background-image: url(../images/j/screenshot-2024-07-19-at-10.42.17-pm-124.webp)
}

.c119:hover {
    background-color: #000;
    border-color: transparent;
    color: #fff;
    background-clip: padding-box
}

.c119:active {
    transition: initial;
    color: #000;
    background-color: #fff
}

.ps402 {
    position: relative;
    margin-left: 58px;
    margin-top: 0
}

.s416 {
    min-width: 931px;
    height: 78px;
    box-sizing: border-box;
    width: 931px;
    padding-right: 0
}

.c120 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 39px;
    -moz-border-radius: 39px;
    border-radius: 39px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: contain;
    background-image: url(../images/2/screenshot-2024-07-19-at-10.42.17-pm-124.jpg);
    box-shadow: 0 2px 27px rgba(0, 0, 0, 0.22);
    color: #000;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z286 {
    z-index: 16;
    pointer-events: auto
}

.webp .c120 {
    background-image: url(../images/j/screenshot-2024-07-19-at-10.42.17-pm-124.webp)
}

.c120:hover {
    background-color: #000;
    border-color: transparent;
    color: #fff;
    background-clip: padding-box
}

.c120:active {
    transition: initial;
    color: #000;
    background-color: #fff
}

.ps403 {
    position: relative;
    margin-left: 0;
    margin-top: 26px
}

.s417 {
    min-width: 1920px;
    width: 1920px;
    min-height: 78px
}

.ps404 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.c121 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 39px;
    -moz-border-radius: 39px;
    border-radius: 39px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: contain;
    background-image: url(../images/2/screenshot-2024-07-19-at-10.42.17-pm-124.jpg);
    box-shadow: 0 2px 27px rgba(0, 0, 0, 0.22);
    color: #000;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z287 {
    z-index: 15;
    pointer-events: auto
}

.webp .c121 {
    background-image: url(../images/j/screenshot-2024-07-19-at-10.42.17-pm-124.webp)
}

.c121:hover {
    background-color: #000;
    border-color: transparent;
    color: #fff;
    background-clip: padding-box
}

.c121:active {
    transition: initial;
    color: #000;
    background-color: #fff
}

.ps405 {
    position: relative;
    margin-left: 58px;
    margin-top: 0
}

.c122 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 39px;
    -moz-border-radius: 39px;
    border-radius: 39px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: contain;
    background-image: url(../images/2/screenshot-2024-07-19-at-10.42.17-pm-124.jpg);
    box-shadow: 0 2px 27px rgba(0, 0, 0, 0.22);
    color: #000;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z288 {
    z-index: 17;
    pointer-events: auto
}

.webp .c122 {
    background-image: url(../images/j/screenshot-2024-07-19-at-10.42.17-pm-124.webp)
}

.c122:hover {
    background-color: #000;
    border-color: transparent;
    color: #fff;
    background-clip: padding-box
}

.c122:active {
    transition: initial;
    color: #000;
    background-color: #fff
}

.ps406 {
    position: relative;
    margin-left: 1421px;
    margin-top: 53px
}

.s418 {
    min-width: 474px;
    height: 50px;
    box-sizing: border-box;
    width: 472px;
    padding-right: 0
}

.c123 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid rgba(0, 0, 0, 0.22);
    background-clip: padding-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: transparent;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.22);
    color: #000;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear
}

.z289 {
    z-index: 13;
    pointer-events: auto
}

.f88 {
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    z-index: 1;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 38px;
    font-size: calc(38px * var(--f));
    line-height: 1.185;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 2px;
    padding-bottom: 1px
}

.c123:hover {
    background-color: rgba(10, 103, 167, 0.36);
    border-color: #000
}

.c123:active {
    transition: initial
}

.ps407 {
    position: relative;
    margin-left: 34px;
    margin-top: 137px
}

.s419 {
    min-width: 840px;
    width: 840px;
    min-height: 562px
}

.c124 {
    border: 1px solid rgba(0, 0, 0, 0.22);
    background-clip: padding-box;
    -webkit-border-radius: 39px;
    -moz-border-radius: 39px;
    border-radius: 39px;
    background-color: #fff;
    box-shadow: 0 2px 17px -1px rgba(0, 0, 0, 0.22)
}

.z290 {
    z-index: 8
}

.ps408 {
    position: relative;
    margin-left: 0;
    margin-top: -1188px
}

.s420 {
    min-width: 1920px;
    width: 1920px;
    min-height: 1188px
}

.z291 {
    z-index: 18
}

.ps409 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s421 {
    min-width: 931px;
    height: 78px;
    box-sizing: border-box;
    width: 931px;
    padding-right: 0
}

.c125 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 39px;
    -moz-border-radius: 39px;
    border-radius: 39px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: contain;
    background-image: url(../images/c/smiling_women_clinic-127.jpg);
    box-shadow: 0 2px 27px rgba(0, 0, 0, 0.22);
    color: #000;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z292 {
    z-index: 20;
    pointer-events: auto
}

.webp .c125 {
    background-image: url(../images/e/smiling_women_clinic-127.webp)
}

.f89 {
    transform: translateZ(1px);
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    z-index: 1;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 41px;
    font-size: calc(41px * var(--f));
    line-height: 1.147;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 16px;
    padding-bottom: 15px
}

.c125:hover {
    background-color: #000;
    border-color: transparent;
    color: #fff;
    background-clip: padding-box
}

.c125:active {
    transition: initial;
    color: #000;
    background-color: #fff
}

.ps410 {
    position: relative;
    margin-left: 58px;
    margin-top: 0
}

.s422 {
    min-width: 931px;
    height: 78px;
    box-sizing: border-box;
    width: 931px;
    padding-right: 0
}

.c126 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 39px;
    -moz-border-radius: 39px;
    border-radius: 39px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: contain;
    background-image: url(../images/c/smiling_women_clinic-127.jpg);
    box-shadow: 0 2px 27px rgba(0, 0, 0, 0.22);
    color: #000;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z293 {
    z-index: 22;
    pointer-events: auto
}

.webp .c126 {
    background-image: url(../images/e/smiling_women_clinic-127.webp)
}

.c126:hover {
    background-color: #000;
    border-color: transparent;
    color: #fff;
    background-clip: padding-box
}

.c126:active {
    transition: initial;
    color: #000;
    background-color: #fff
}

.ps411 {
    position: relative;
    margin-left: 989px;
    margin-top: -78px
}

.c127 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 39px;
    -moz-border-radius: 39px;
    border-radius: 39px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: contain;
    background-image: url(../images/c/smiling_women_clinic-127.jpg);
    box-shadow: 0 2px 27px rgba(0, 0, 0, 0.22);
    color: #000;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z294 {
    z-index: 23;
    pointer-events: auto
}

.webp .c127 {
    background-image: url(../images/e/smiling_women_clinic-127.webp)
}

.c127:hover {
    background-color: #000;
    border-color: transparent;
    color: #fff;
    background-clip: padding-box
}

.c127:active {
    transition: initial;
    color: #000;
    background-color: #fff
}

.ps412 {
    position: relative;
    margin-left: 0;
    margin-top: 25px
}

.s423 {
    min-width: 931px;
    height: 78px;
    box-sizing: border-box;
    width: 931px;
    padding-right: 0
}

.c128 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 39px;
    -moz-border-radius: 39px;
    border-radius: 39px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: contain;
    background-image: url(../images/c/smiling_women_clinic-127.jpg);
    box-shadow: 0 2px 27px rgba(0, 0, 0, 0.22);
    color: #000;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z295 {
    z-index: 21;
    pointer-events: auto
}

.webp .c128 {
    background-image: url(../images/e/smiling_women_clinic-127.webp)
}

.c128:hover {
    background-color: #000;
    border-color: transparent;
    color: #fff;
    background-clip: padding-box
}

.c128:active {
    transition: initial;
    color: #000;
    background-color: #fff
}

.ps413 {
    position: relative;
    margin-left: 10px;
    margin-top: 545px
}

.s424 {
    min-width: 840px;
    width: 840px;
    min-height: 563px
}

.z296 {
    z-index: 19
}

.ps414 {
    position: relative;
    margin-left: 28px;
    margin-top: 318px
}

.s425 {
    min-width: 782px;
    width: 782px;
    min-height: 236px
}

.z297 {
    z-index: 24;
    pointer-events: auto
}

.pl2 {
    width: 100%;
    height: 236px;
    -webkit-border-radius: 0 0 27px 27px;
    -moz-border-radius: 0 0 27px 27px;
    border-radius: 0 0 27px 27px;
    clip-path: border-box
}

.pl2 .plyr__controls button {
    color: #fff
}

.pl2 .plyr__controls .plyr__time--current {
    color: #fff
}

.pl2 .plyr--full-ui input[type=range] {
    color: #00b3ff
}

.pl2 .plyr--audio .plyr__control:hover {
    background: #00b3ff
}

.pl2 .plyr__control--overlaid {
    background: rgba(0, 179, 255, 0.8)
}

.pl2 .plyr--video .plyr__control:hover {
    background: #00b3ff
}

.vd3 {
    width: 782px;
    height: 236px;
    clip-path: content-box
}

.ps415 {
    position: relative;
    margin-left: 0;
    margin-top: -1189px
}

.s426 {
    min-width: 1920px;
    width: 1920px;
    min-height: 650px
}

.z298 {
    z-index: 25
}

.ps416 {
    position: relative;
    margin-left: 225px;
    margin-top: 0
}

.s427 {
    min-width: 427px;
    width: 427px;
    min-height: 648px
}

.c129 {
    border: 1px solid rgba(0, 0, 0, 0.56);
    background-clip: padding-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-image: url(../images/c/whatsapp-image-2025-06-24-at-3.38.55-pm-427.jpeg)
}

.z299 {
    z-index: 27
}

.webp .c129 {
    background-image: url(../images/c/whatsapp-image-2025-06-24-at-3.38.55-pm-427.webp)
}

.ps417 {
    position: relative;
    margin-left: 97px;
    margin-top: 0
}

.c130 {
    border: 1px solid rgba(0, 0, 0, 0.56);
    background-clip: padding-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-image: url(../images/h/whatsapp-image-2025-06-24-at-3.41.09-pm-427.jpeg)
}

.z300 {
    z-index: 29
}

.webp .c130 {
    background-image: url(../images/c/whatsapp-image-2025-06-24-at-3.41.09-pm-427.webp)
}

.ps418 {
    position: relative;
    margin-left: 81px;
    margin-top: 0
}

.c131 {
    border: 1px solid rgba(0, 0, 0, 0.56);
    background-clip: padding-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-image: url(../images/v/whatsapp-image-2025-06-24-at-3.44.39-pm-427.jpeg)
}

.z301 {
    z-index: 30
}

.webp .c131 {
    background-image: url(../images/r/whatsapp-image-2025-06-24-at-3.44.39-pm-427.webp)
}

.ps419 {
    position: relative;
    margin-left: -1690px;
    margin-top: 201px
}

.s428 {
    min-width: 138px;
    height: 258px;
    box-sizing: border-box;
    width: 138px;
    padding-right: 0
}

.c132 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.22);
    color: #000;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear
}

.z302 {
    z-index: 31;
    pointer-events: auto
}

.f90 {
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    z-index: 1;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 57px;
    font-size: calc(57px * var(--f));
    line-height: 1.229;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0.04px;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 94px;
    padding-bottom: 94px
}

.c132:hover {
    background-color: #000;
    background-clip: padding-box;
    color: #fff
}

.c132:active {
    transition: initial;
    background-color: rgba(0, 0, 0, 0.22)
}

.ps420 {
    position: relative;
    margin-left: 1644px;
    margin-top: 201px
}

.s429 {
    min-width: 138px;
    height: 258px;
    box-sizing: border-box;
    width: 138px;
    padding-right: 0
}

.z303 {
    z-index: 28;
    pointer-events: auto
}

.ps421 {
    position: relative;
    margin-top: -1165px
}

.s430 {
    margin-left: -0%;
    width: 100%;
    min-height: 144px
}

.c133 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: rgba(145, 6, 74, 0.72);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: cover;
    background-image: url(../images/t/screenshot-2025-06-28-at-8.53.13-am-640.jpg);
    opacity: 1
}

.z304 {
    z-index: 6;
    pointer-events: auto
}

.webp .c133 {
    background-image: url(../images/2/screenshot-2025-06-28-at-8.53.13-am-640.webp)
}

.ps422 {
    position: relative;
    margin-top: 732px
}

.s431 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 288px
}

.ps423 {
    position: relative;
    margin-left: 152px;
    margin-top: 0
}

.s432 {
    min-width: 1488px;
    width: 1488px;
    min-height: 288px
}

.z305 {
    z-index: 26;
    pointer-events: auto
}

.ad2 {
    display: none
}

.c134 {
    display: block;
    position: relative;
    pointer-events: none;
    min-width: 1920px;
    width: 100%;
    overflow: hidden;
    margin-top: -37px;
    z-index: 80;
    min-height: 1487px
}

.ps424 {
    position: relative;
    margin-top: 17px
}

.s433 {
    width: 100%;
    min-width: 1920px;
    height: 1442px;
    padding-bottom: 0
}

.c135 {
    border-top: 1px solid #a1a1a1;
    border-bottom: 1px solid #a1a1a1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: transparent
}

.ps425 {
    position: relative;
    margin-top: 0
}

.s434 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 1442px
}

.ps426 {
    position: relative;
    margin-left: 257px;
    margin-top: 0
}

.s435 {
    min-width: 1634px;
    width: 1634px;
    min-height: 1442px
}

.ps427 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s436 {
    min-width: 1557px;
    width: 1557px;
    min-height: 1442px
}

.z306 {
    z-index: 83
}

.ps428 {
    position: relative;
    margin-left: 771px;
    margin-top: 0
}

.s437 {
    min-width: 786px;
    width: 786px;
    min-height: 94px
}

.s438 {
    min-width: 786px;
    width: 786px;
    min-height: 94px;
    line-height: 0
}

.s439 {
    min-width: 786px;
    height: 94px;
    box-sizing: border-box;
    width: 786px;
    padding-right: 0
}

.c136 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 47px;
    -moz-border-radius: 47px;
    border-radius: 47px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: contain;
    background-image: url(../images/a/companylogo-230-230-112-modified-94.png);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.22);
    color: #000;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z307 {
    z-index: 85;
    pointer-events: auto
}

.webp .c136 {
    background-image: url(../images/t/companylogo-230-230-112-modified-94.webp)
}

.f91 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 38px;
    font-size: calc(38px * var(--f));
    line-height: 1.133;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 26px;
    padding-bottom: 25px
}

.c136:hover {
    background-color: #06341d;
    border-color: transparent;
    color: #fff;
    background-clip: padding-box
}

.c136:active {
    transition: initial;
    background-color: rgba(56, 123, 49, 0.55)
}

.ps429 {
    position: relative;
    margin-left: 0;
    margin-top: -94px
}

.c137 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 47px;
    -moz-border-radius: 47px;
    border-radius: 47px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: contain;
    background-image: url(../images/a/companylogo-230-230-112-modified-94.png);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.22);
    color: #000;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z308 {
    z-index: 86;
    pointer-events: auto
}

.webp .c137 {
    background-image: url(../images/t/companylogo-230-230-112-modified-94.webp)
}

.c137:hover {
    background-color: #06341d;
    border-color: transparent;
    color: #fff;
    background-clip: padding-box
}

.c137:active {
    transition: initial;
    background-color: rgba(56, 123, 49, 0.55)
}

.ps430 {
    position: relative;
    margin-left: 0;
    margin-top: -94px
}

.s440 {
    min-width: 786px;
    height: 94px;
    box-sizing: border-box;
    width: 786px;
    padding-right: 0
}

.c138 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 47px;
    -moz-border-radius: 47px;
    border-radius: 47px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: contain;
    background-image: url(../images/a/companylogo-230-230-112-modified-94.png);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.22);
    color: #000;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z309 {
    z-index: 87;
    pointer-events: auto
}

.webp .c138 {
    background-image: url(../images/t/companylogo-230-230-112-modified-94.webp)
}

.c138:hover {
    background-color: #06341d;
    border-color: transparent;
    color: #fff;
    background-clip: padding-box
}

.c138:active {
    transition: initial;
    background-color: rgba(56, 123, 49, 0.55)
}

.ps431 {
    position: relative;
    margin-left: 0;
    margin-top: -94px
}

.c139 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 47px;
    -moz-border-radius: 47px;
    border-radius: 47px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: contain;
    background-image: url(../images/a/companylogo-230-230-112-modified-94.png);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.22);
    color: #000;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z310 {
    z-index: 88;
    pointer-events: auto
}

.webp .c139 {
    background-image: url(../images/t/companylogo-230-230-112-modified-94.webp)
}

.c139:hover {
    background-color: #06341d;
    border-color: transparent;
    color: #fff;
    background-clip: padding-box
}

.c139:active {
    transition: initial;
    background-color: rgba(56, 123, 49, 0.55)
}

.s441 {
    min-width: 786px;
    height: 94px;
    box-sizing: border-box;
    width: 786px;
    padding-right: 0
}

.c140 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 47px;
    -moz-border-radius: 47px;
    border-radius: 47px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: contain;
    background-image: url(../images/a/companylogo-230-230-112-modified-94.png);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.22);
    color: #000;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z311 {
    z-index: 89;
    pointer-events: auto
}

.webp .c140 {
    background-image: url(../images/t/companylogo-230-230-112-modified-94.webp)
}

.c140:hover {
    background-color: #06341d;
    border-color: transparent;
    color: #fff;
    background-clip: padding-box
}

.c140:active {
    transition: initial;
    background-color: rgba(56, 123, 49, 0.55)
}

.ps432 {
    position: relative;
    margin-left: 0;
    margin-top: -94px
}

.s442 {
    min-width: 786px;
    height: 94px;
    box-sizing: border-box;
    width: 786px;
    padding-right: 0
}

.c141 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 47px;
    -moz-border-radius: 47px;
    border-radius: 47px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: contain;
    background-image: url(../images/a/companylogo-230-230-112-modified-94.png);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.22);
    color: #000;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z312 {
    z-index: 90;
    pointer-events: auto
}

.webp .c141 {
    background-image: url(../images/t/companylogo-230-230-112-modified-94.webp)
}

.c141:hover {
    background-color: #06341d;
    border-color: transparent;
    color: #fff;
    background-clip: padding-box
}

.c141:active {
    transition: initial;
    background-color: rgba(56, 123, 49, 0.55)
}

.ps433 {
    position: relative;
    margin-left: 0;
    margin-top: -94px
}

.c142 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 47px;
    -moz-border-radius: 47px;
    border-radius: 47px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: contain;
    background-image: url(../images/a/companylogo-230-230-112-modified-94.png);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.22);
    color: #000;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z313 {
    z-index: 91;
    pointer-events: auto
}

.webp .c142 {
    background-image: url(../images/t/companylogo-230-230-112-modified-94.webp)
}

.c142:hover {
    background-color: #06341d;
    border-color: transparent;
    color: #fff;
    background-clip: padding-box
}

.c142:active {
    transition: initial;
    background-color: rgba(56, 123, 49, 0.55)
}

.ps434 {
    position: relative;
    margin-left: 0;
    margin-top: 620px
}

.s443 {
    min-width: 786px;
    width: 786px;
    min-height: 728px
}

.c143 {
    border: 0;
    -webkit-border-radius: 57px;
    -moz-border-radius: 57px;
    border-radius: 57px;
    background-color: #fff;
    box-shadow: 0 0 27px rgba(0, 0, 0, 0.22)
}

.z314 {
    z-index: 84
}

.ps435 {
    position: relative;
    margin-left: 1124px;
    margin-top: -621px
}

.s444 {
    min-width: 480px;
    width: 480px;
    min-height: 400px
}

.z315 {
    z-index: 82;
    pointer-events: auto
}

.ps436 {
    position: relative;
    margin-left: 1130px;
    margin-top: -1338px
}

.s445 {
    min-width: 504px;
    width: 504px;
    min-height: 542px
}

.z316 {
    z-index: 81;
    pointer-events: auto
}

.pl3 {
    width: 100%;
    height: 542px
}

.pl3 .plyr__controls button {
    color: #fff
}

.pl3 .plyr__controls .plyr__time--current {
    color: #fff
}

.pl3 .plyr--full-ui input[type=range] {
    color: #00b3ff
}

.pl3 .plyr--audio .plyr__control:hover {
    background: #00b3ff
}

.pl3 .plyr__control--overlaid {
    background: rgba(0, 179, 255, 0.8)
}

.pl3 .plyr--video .plyr__control:hover {
    background: #00b3ff
}

.vd4 {
    width: 504px;
    height: 542px;
    clip-path: content-box
}

.ps437 {
    position: relative;
    margin-top: -27px
}

.s446 {
    width: 100%;
    min-width: 1920px;
   /* height: 2762px;*/
    padding-bottom: 0
}

.c144 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #000 url(../images/t/whitediamond.png) repeat center top
}

.z317 {
    z-index: 103;
    pointer-events: none
}

.ps438 {
    position: relative;
    margin-top: 44px
}

.s447 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    /*min-height: 2539px*/
}

.ps439 {
    position: relative;
    margin-left: 8px;
    margin-top: 0
}

.s448 {
    min-width: 1896px;
    width: 1896px;
   /* min-height: 2539px*/
}

.ps440 {
    position: relative;
    margin-left:256px;
    margin-top: 0
}

.s449 {
    min-width: 707px;
    width: 707px;
    /*min-height: 2539px;*/
    line-height: 0
}

.s450 {
    min-width: 707px;
    width: 707px;
    /*min-height: 1587px*/
}

.z318 {
    z-index: 107
}

.s451 {
    min-width: 707px;
    width: 707px;
    /*min-height: 1587px*/
}

.c145 {
    border: 0;
    -webkit-border-radius: 47px;
    -moz-border-radius: 47px;
    border-radius: 47px;
    background-color: #fff;
    box-shadow: 0 2px 16px 9px rgba(0, 0, 0, 0.22)
}

.z319 {
    z-index: 108
}

.ps441 {
    position: relative;
    margin-left: 32px;
    margin-top: 24px
}

.s452 {
    min-width: 650px;
    width: 650px;
    min-height: 83px
}

.s453 {
    min-width: 650px;
    width: 650px;
    min-height: 83px;
    line-height: 0
}

.c146 {
    border: 0;
    -webkit-border-radius: 28px 28px 0 0;
    -moz-border-radius: 28px 28px 0 0;
    border-radius: 28px 28px 0 0;
    background-color: #5789c1
}

.z320 {
    z-index: 109
}

.ps442 {
    position: relative;
    margin-left: 74px;
    margin-top: -68px
}

.s454 {
    min-width: 462px;
    width: 462px;
    overflow: hidden;
    height: 54px
}

.z321 {
    z-index: 110;
    pointer-events: auto
}

.f92 {
    font-family: "Hanken Grotesk 6";
    font-size: 38px;
    font-size: calc(38px * var(--f));
    line-height: 1.317;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps443 {
    position: relative;
    margin-left: 30px;
    margin-top: 52px
}

.s455 {
    min-width: 644px;
    width: 644px;
    min-height: 925px
}

.z322 {
    z-index: 111
}

.ps444 {
    position: relative;
    margin-left: 16px;
    margin-top: 0
}

.s456 {
    min-width: 152px;
    width: 152px;
    overflow: hidden;
    height: 42px
}

.z323 {
    z-index: 113;
    pointer-events: auto
}

.f93 {
    font-family: "Hanken Grotesk 3";
    font-size: 28px;
    font-size: calc(28px * var(--f));
    line-height: 1.287;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #dc322f;
    background-color: initial;
    text-shadow: none
}

.ps445 {
    position: relative;
    margin-left: 14px;
    margin-top: 12px
}

.s457 {
    min-width: 630px;
    width: 630px;
    height: 78px
}

.z324 {
    z-index: 112;
    pointer-events: auto
}

.input11 {
    border: 2px solid #000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    width: 630px;
    height: 78px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 32px;
    line-height: 1.188;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input11::placeholder {
    color: rgb(169, 169, 169);
    opacity: 1
}

.ps446 {
    position: relative;
    margin-left: 16px;
    margin-top: 21px
}

.s458 {
    min-width: 141px;
    width: 141px;
    overflow: hidden;
    height: 42px
}

.z325 {
    z-index: 114;
    pointer-events: auto
}

.ps447 {
    position: relative;
    margin-left: 13px;
    margin-top: 16px
}

.z326 {
    z-index: 115;
    pointer-events: auto
}

.input12 {
    border: 2px solid #000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    width: 630px;
    height: 78px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 32px;
    line-height: 1.188;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input12::placeholder {
    color: rgb(169, 169, 169);
    opacity: 1
}

.ps448 {
    position: relative;
    margin-left: 16px;
    margin-top: 20px
}

.s459 {
    min-width: 173px;
    width: 173px;
    overflow: hidden;
    height: 43px
}

.z327 {
    z-index: 116;
    pointer-events: auto
}

.ps449 {
    position: relative;
    margin-left: -174px;
    margin-top: 76px
}

.s460 {
    min-width: 309px;
    width: 309px;
    height: 68px
}

.z328 {
    z-index: 117;
    pointer-events: auto
}

.input13 {
    border: 1px solid #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 309px;
    height: 68px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 28px;
    line-height: 1.215;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding-left: 4px;
    padding-right: 4px;
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns=%22http%3A//www.w3.org/2000/svg%22%20height=%2224%22%20fill=%22%23000%22%20viewBox=%220%200%2024%2024%22%20width=%2224%22%3E%3Cpath%20d=%22M0%200h24v24H0z%22%20fill=%22none%22/%3E%3Cpath%20d=%22M7%2010l5%205%205-5z%22/%3E%3C/svg%3E');
    background-size: 38px;
    background-repeat: no-repeat;
    background-position: right 38px top 50%
}

*[dir="rtl"] .input13,
:root:lang(ar) .input13,
:root:lang(iw) .input13 {
    background-position: left 38px top 50%
}

.input13s {
    color: #000
}

.ps450 {
    position: relative;
    margin-left: 21px;
    margin-top: 10px
}

.s461 {
    min-width: 330px;
    width: 330px;
    overflow: hidden;
    height: 38px
}

.z329 {
    z-index: 119;
    pointer-events: auto
}

.ps451 {
    position: relative;
    margin-left: 11px;
    margin-top: 11px
}

.z330 {
    z-index: 118;
    pointer-events: auto
}

.input14 {
    border: 2px solid #000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    width: 630px;
    height: 78px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 32px;
    line-height: 1.188;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input14::placeholder {
    color: rgb(169, 169, 169);
    opacity: 1
}

.ps452 {
    position: relative;
    margin-left: 37px;
    margin-top: 31px
}

.s462 {
    min-width: 330px;
    width: 330px;
    overflow: hidden;
    height: 43px
}

.z331 {
    z-index: 120;
    pointer-events: auto
}

.ps453 {
    position: relative;
    margin-left: 1px;
    margin-top: 8px
}

.s463 {
    min-width: 628px;
    width: 628px;
    height: 68px
}

.z332 {
    z-index: 121;
    pointer-events: auto
}

.input15 {
    border: 1px solid #000;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 628px;
    height: 68px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 28px;
    line-height: 1.215;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding-left: 4px;
    padding-right: 4px;
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns=%22http%3A//www.w3.org/2000/svg%22%20height=%2224%22%20fill=%22%23000%22%20viewBox=%220%200%2024%2024%22%20width=%2224%22%3E%3Cpath%20d=%22M0%200h24v24H0z%22%20fill=%22none%22/%3E%3Cpath%20d=%22M7%2010l5%205%205-5z%22/%3E%3C/svg%3E');
    background-size: 38px;
    background-repeat: no-repeat;
    background-position: right 38px top 50%
}

*[dir="rtl"] .input15,
:root:lang(ar) .input15,
:root:lang(iw) .input15 {
    background-position: left 38px top 50%
}

.input15s {
    color: #000
}

.ps454 {
    position: relative;
    margin-left: 0;
    margin-top: 15px
}

.z333 {
    z-index: 122;
    pointer-events: auto
}

.input16 {
    border: 2px solid #000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    width: 630px;
    height: 78px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 32px;
    line-height: 1.188;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input16::placeholder {
    color: rgb(169, 169, 169);
    opacity: 1
}

.ps455 {
    position: relative;
    margin-left: 277px;
    margin-top: 24px
}

.s464 {
    min-width: 350px;
    height: 88px;
    box-sizing: border-box;
    width: 350px;
    padding-right: 0
}

.c147 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #000;
    color: #fff;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear
}

.z334 {
    z-index: 123;
    pointer-events: auto
}

.f94 {
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    z-index: 1;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.188;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 25px;
    padding-bottom: 25px
}

.c147:hover {
    background-color: #5789c1;
    background-clip: padding-box;
    color: #000
}

.c147:active {
    transition: initial;
    color: #fff
}

.ps456 {
    position: relative;
    margin-left: 27px;
    margin-top: 59px
}

.s465 {
    min-width: 232px;
    height: 78px;
    box-sizing: border-box;
    width: 232px;
    padding-right: 0
}

.z335 {
    z-index: 137;
    pointer-events: auto
}

.f95 {
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    z-index: 1;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.188;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 20px
}

.ps457 {
    position: relative;
    margin-left: 16px;
    margin-top: 26px
}

.s466 {
    min-width: 643px;
    width: 643px;
    min-height: 1274px
}

.z336 {
    z-index: 124
}

.s467 {
    min-width: 643px;
    width: 643px;
    min-height: 1274px;
    line-height: 0
}

.z337 {
    z-index: 125
}

.ps458 {
    position: relative;
    margin-left: 21px;
    margin-top: 0
}

.s468 {
    min-width: 301px;
    width: 301px;
    overflow: hidden;
    height: 50px
}

.z338 {
    z-index: 126;
    pointer-events: auto
}

.ps459 {
    position: relative;
    margin-left: 0;
    margin-top: 17px
}

.s469 {
    min-width: 642px;
    width: 642px;
    height: 87px
}

.z339 {
    z-index: 127;
    pointer-events: auto
}

.input17 {
    border: 2px solid #000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    width: 642px;
    height: 87px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 32px;
    line-height: 1.188;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input17::placeholder {
    color: rgb(169, 169, 169);
    opacity: 1
}

.ps460 {
    position: relative;
    margin-left: 13px;
    margin-top: 15px
}

.s470 {
    min-width: 266px;
    width: 266px;
    overflow: hidden;
    height: 50px
}

.z340 {
    z-index: 128;
    pointer-events: auto
}

.ps461 {
    position: relative;
    margin-left: 0;
    margin-top: 14px
}

.z341 {
    z-index: 129;
    pointer-events: auto
}

.input18 {
    border: 2px solid #000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    width: 642px;
    height: 87px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 32px;
    line-height: 1.188;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input18::placeholder {
    color: rgb(169, 169, 169);
    opacity: 1
}

.ps462 {
    position: relative;
    margin-left: 16px;
    margin-top: 21px
}

.z342 {
    z-index: 130;
    pointer-events: auto
}

.ps463 {
    position: relative;
    margin-left: 1px;
    margin-top: 18px
}

.s471 {
    min-width: 642px;
    width: 642px;
    height: 180px
}

.z343 {
    z-index: 131;
    pointer-events: auto
}

.input19 {
    border: 2px solid #000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    width: 642px;
    height: 180px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 32px;
    line-height: 1.188;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input19::placeholder {
    color: rgb(169, 169, 169);
    opacity: 1
}

.ps464 {
    position: relative;
    margin-left: 2px;
    margin-top: 25px
}

.s472 {
    min-width: 640px;
    height: 86px;
    box-sizing: border-box;
    width: 640px;
    padding-right: 0
}

.z344 {
    z-index: 132;
    pointer-events: auto
}

.f96 {
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    z-index: 1;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.188;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 24px;
    padding-bottom: 24px
}

.ps465 {
    position: relative;
    margin-left: 3px;
    margin-top: 26px
}

.s473 {
    min-width: 635px;
    width: 635px;
    min-height: 90px
}

.ps466 {
    position: relative;
    margin-left: 0;
    margin-top: 3px
}

.s474 {
    min-width: 423px;
    width: 423px;
    height: 87px
}

.z345 {
    z-index: 134;
    pointer-events: auto
}

.input20 {
    border: 2px solid #000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    width: 423px;
    height: 87px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 32px;
    line-height: 1.188;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input20::placeholder {
    color: rgb(169, 169, 169);
    opacity: 1
}

.ps467 {
    position: relative;
    margin-left: 33px;
    margin-top: 0
}

.s475 {
    min-width: 179px;
    height: 86px;
    box-sizing: border-box;
    width: 179px;
    padding-right: 0
}

.z346 {
    z-index: 133;
    pointer-events: auto
}

.ps468 {
    position: relative;
    margin-left: 98px;
    margin-top: 381px
}

.s476 {
    min-width: 430px;
    height: 77px;
    box-sizing: border-box;
    width: 430px;
    padding-right: 0
}

.z347 {
    z-index: 135;
    pointer-events: auto
}

.f97 {
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    z-index: 1;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 35px;
    font-size: calc(23px * var(--f));
    line-height: 1.172;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 18px;
    padding-bottom: 18px
}

.ps469 {
    position: relative;
    margin-left: 2px;
    margin-top: -324px
}

.s477 {
    min-width: 640px;
    width: 640px;
    height: 198px
}

.z348 {
    z-index: 136;
    pointer-events: auto
}

.wrapper2 {
    font-size: 15px;
    line-height: 1.4;
    height: 198px
}

.wrapper2 div,
.wrapper2 p,
.wrapper2 a {
    font-size: 15px;
    line-height: 1.4
}

.wrapper2 input {
    font-size: 15px;
    line-height: 1.4;
    margin: 3px 2px 3px 2px
}

.ps470 {
    position: relative;
    margin-left: 19px;
    margin-top: -452px
}

.s478 {
    min-width: 629px;
    width: 629px;
    min-height: 96px
}

.ps471 {
    position: relative;
    margin-left: 0;
    margin-top: 32px
}

.s479 {
    min-width: 64px;
    width: 64px;
    min-height: 19px
}

.z349 {
    z-index: 148;
    pointer-events: auto
}

.input21 {
    width: 25px;
    height: 17px;
    margin-top: -9px;
    vertical-align: top
}

.ps472 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s480 {
    min-width: 565px;
    width: 565px;
    overflow: hidden;
    height: 96px
}

.z350 {
    z-index: 147;
    pointer-events: auto
}

.f98 {
    font-family: "Hanken Grotesk 3";
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.438;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    background-color: initial;
    text-shadow: none
}

.ps473 {
    position: relative;
    margin-left: -625px;
    margin-top: 2108px
}

.s481 {
    min-width: 640px;
    width: 640px;
    min-height: 90px
}

.z351 {
    z-index: 104
}

.ps474 {
    position: relative;
    margin-left: 0;
    margin-top: 27px
}

.s482 {
    min-width: 64px;
    width: 64px;
    min-height: 19px
}

.ps475 {
    position: relative;
    margin-left: 30px;
    margin-top: 0
}

.s483 {
    min-width: 546px;
    width: 546px;
    overflow: hidden;
    height: 90px
}

.f99 {
    font-family: "Hanken Grotesk 3";
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.188;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    background-color: initial;
    text-shadow: none
}

.ps476 {
    position: relative;
    margin-left: 12px;
    margin-top: 0
}

.s484 {
    min-width: 707px;
    width: 707px;
    min-height: 1458px
}

.z352 {
    z-index: 138
}

.s485 {
    min-width: 707px;
    width: 707px;
    height: 1458px
}

.c148 {
    border: 0;
    -webkit-border-radius: 33px;
    -moz-border-radius: 33px;
    border-radius: 33px;
    background-color: #fff;
    box-shadow: 0 2px 28px rgba(0, 0, 0, 0.4)
}

.z353 {
    z-index: 139
}

.ps477 {
    position: relative;
    margin-left: 40px;
    margin-top: 24px
}

.s486 {
    min-width: 640px;
    width: 640px;
    min-height: 106px
}

.s487 {
    min-width: 640px;
    width: 640px;
    min-height: 106px;
    line-height: 0
}

.c149 {
    border: 0;
    -webkit-border-radius: 53px 53px 0 0;
    -moz-border-radius: 53px 53px 0 0;
    border-radius: 53px 53px 0 0;
    background-color: #5789c1
}

.z354 {
    z-index: 140
}

.ps478 {
    position: relative;
    margin-left: 184px;
    margin-top: -86px
}

.s488 {
    min-width: 242px;
    width: 242px;
    overflow: hidden;
    height: 64px
}

.z355 {
    z-index: 141;
    pointer-events: auto
}

.ps479 {
    position: relative;
    margin-left: 39px;
    margin-top: 65px
}

.s489 {
    min-width: 642px;
    width: 642px;
    height: 80px
}

.z356 {
    z-index: 142;
    pointer-events: auto
}

.input22 {
    border: 1px solid #a1a1a1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 642px;
    height: 80px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 35px;
    line-height: 1.172;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding-left: 4px;
    padding-right: 4px;
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns=%22http%3A//www.w3.org/2000/svg%22%20height=%2224%22%20fill=%22%23000%22%20viewBox=%220%200%2024%2024%22%20width=%2224%22%3E%3Cpath%20d=%22M0%200h24v24H0z%22%20fill=%22none%22/%3E%3Cpath%20d=%22M7%2010l5%205%205-5z%22/%3E%3C/svg%3E');
    background-size: 38px;
    background-repeat: no-repeat;
    background-position: right 38px top 50%
}

*[dir="rtl"] .input22,
:root:lang(ar) .input22,
:root:lang(iw) .input22 {
    background-position: left 38px top 50%
}

.input22s {
    color: #000
}

.ps480 {
    position: relative;
    margin-left: 39px;
    margin-top: 17px
}

.s490 {
    min-width: 642px;
    width: 642px;
    height: 98px
}

.z357 {
    z-index: 143;
    pointer-events: auto
}

.input23 {
    border: 1px solid #a1a1a1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    width: 642px;
    height: 98px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 32px;
    line-height: 1.188;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input23::placeholder {
    color: rgb(0, 0, 0);
    opacity: 1
}

.ps481 {
    position: relative;
    margin-left: 360px;
    margin-top: 34px
}

.s491 {
    min-width: 320px;
    height: 86px;
    box-sizing: border-box;
    width: 320px;
    padding-right: 0
}

.z358 {
    z-index: 144;
    pointer-events: auto
}

.f100 {
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    z-index: 1;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 35px;
    font-size: calc(35px * var(--f));
    line-height: 1.172;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 23px;
    padding-bottom: 22px
}

.ps482 {
    position: relative;
    margin-left: 2px;
    margin-top: 49px
}

.s492 {
    min-width: 698px;
    width: 698px;
    height: 773px
}

.z359 {
    z-index: 145;
    pointer-events: auto
}

.wrapper3 {
    font-size: 15px;
    line-height: 1.4;
    height: 773px
}

.wrapper3 div,
.wrapper3 p,
.wrapper3 a {
    font-size: 15px;
    line-height: 1.4
}

.wrapper3 input {
    font-size: 15px;
    line-height: 1.4;
    margin: 3px 2px 3px 2px
}

.ps483 {
    position: relative;
    margin-left: 55px;
    margin-top: 77px
}

.s493 {
    min-width: 400px;
    width: 400px;
    min-height: 1208px
}

.z360 {
    z-index: 146;
    pointer-events: auto
}

.ad3 {
    display: none
}

.ps484 {
    position: relative;
    margin-top: 18px
}

.s494 {
    width: 100%;
    min-width: 1920px;
    height: 830px;
    padding-bottom: 0
}

.c150 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #000
}

.z361 {
    z-index: 92;
    pointer-events: none
}

.ps485 {
    position: relative;
    margin-top: 33px
}

.s495 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 797px
}

.ps486 {
    position: relative;
    margin-left: 50px;
    margin-top: 0
}

.ps487 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.z362 {
    z-index: 33;
    pointer-events: auto
}

.i34 {
    position: absolute;
    left: 10px;
    width: 181px;
    height: 178px;
    top: 0;
    -webkit-border-radius: 89px;
    -moz-border-radius: 89px;
    border-radius: 89px;
    box-shadow: 0 3px 40px 5px rgba(0, 0, 0, 0.22);
    border: 0
}

.ps488 {
    position: relative;
    margin-left: 194px;
    margin-top: 0
}

.s496 {
    min-width: 346px;
    width: 346px;
    overflow: hidden;
    height: 66px
}

.z363 {
    z-index: 34;
    pointer-events: auto
}

.f101 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 41px;
    font-size: calc(41px * var(--f));
    line-height: 1.391;
    font-weight: 700;
    font-style: italic;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps489 {
    position: relative;
    margin-left: -341px;
    margin-top: 87px
}

.s497 {
    min-width: 733px;
    width: 733px;
    min-height: 5px;
    -ms-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.c151 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: rgba(28, 92, 132, 0.62)
}

.z364 {
    z-index: 37
}

.ps490 {
    position: relative;
    margin-left: 91px;
    margin-top: 0
}

.s498 {
    min-width: 606px;
    width: 606px;
    min-height: 90px;
    line-height: 0
}

.ps491 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s499 {
    min-width: 518px;
    width: 518px;
    overflow: hidden;
    height: 66px
}

.z365 {
    z-index: 35;
    pointer-events: auto
}

.f102 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 38px;
    font-size: calc(38px * var(--f));
    line-height: 1.606;
    font-weight: 700;
    font-style: italic;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps492 {
    position: relative;
    margin-left: 0;
    margin-top: 19px
}

.s500 {
    min-width: 606px;
    width: 606px;
    min-height: 5px;
    -ms-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.z366 {
    z-index: 36
}

.ps493 {
    position: relative;
    margin-left: 138px;
    margin-top: 204px
}

.ps494 {
    position: relative;
    margin-left: 0;
    margin-top: 257px
}

.s501 {
    min-width: 1667px;
    width: 1667px;
    min-height: 8px;
    -ms-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.z367 {
    z-index: 38
}

.ps495 {
    position: relative;
    margin-left: 8px;
    margin-top: -265px
}

.s502 {
    min-width: 1669px;
    width: 1669px;
    min-height: 415px;
    line-height: 0
}

.ps496 {
    position: relative;
    margin-left: 305px;
    margin-top: 0
}

.ps497 {
    position: relative;
    margin-left: 0;
    margin-top: 48px
}

.s503 {
    min-width: 737px;
    width: 737px;
    min-height: 367px;
    line-height: 0
}

.ps498 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s504 {
    min-width: 737px;
    width: 737px;
    min-height: 367px
}

.z368 {
    z-index: 44
}

.s505 {
    min-width: 341px;
    width: 341px;
    min-height: 367px
}

.z369 {
    z-index: 51
}

.s506 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 42px
}

.z370 {
    z-index: 52;
    pointer-events: auto
}

.f103 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.126;
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps499 {
    position: relative;
    margin-left: 0;
    margin-top: 9px
}

.s507 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 40px
}

.z371 {
    z-index: 53;
    pointer-events: auto
}

.f104 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.001;
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps500 {
    position: relative;
    margin-left: 3px;
    margin-top: 8px
}

.s508 {
    min-width: 338px;
    width: 338px;
    overflow: hidden;
    height: 48px
}

.z372 {
    z-index: 54;
    pointer-events: auto
}

.ps501 {
    position: relative;
    margin-left: 0;
    margin-top: 8px
}

.s509 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 46px
}

.z373 {
    z-index: 55;
    pointer-events: auto
}

.ps502 {
    position: relative;
    margin-left: 0;
    margin-top: 8px
}

.s510 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 45px
}

.z374 {
    z-index: 56;
    pointer-events: auto
}

.ps503 {
    position: relative;
    margin-left: 0;
    margin-top: 8px
}

.s511 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 48px
}

.z375 {
    z-index: 57;
    pointer-events: auto
}

.ps504 {
    position: relative;
    margin-left: 0;
    margin-top: 6px
}

.s512 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 51px
}

.z376 {
    z-index: 58;
    pointer-events: auto
}

.ps505 {
    position: relative;
    margin-left: 40px;
    margin-top: 1px
}

.s513 {
    min-width: 355px;
    width: 355px;
    min-height: 309px;
    line-height: 0
}

.ps506 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s514 {
    min-width: 350px;
    width: 350px;
    overflow: hidden;
    height: 40px
}

.z377 {
    z-index: 45;
    pointer-events: auto
}

.ps507 {
    position: relative;
    margin-left: 0;
    margin-top: 7px
}

.s515 {
    min-width: 352px;
    width: 352px;
    overflow: hidden;
    height: 43px
}

.z378 {
    z-index: 46;
    pointer-events: auto
}

.ps508 {
    position: relative;
    margin-left: 0;
    margin-top: 8px
}

.s516 {
    min-width: 352px;
    width: 352px;
    overflow: hidden;
    height: 46px
}

.z379 {
    z-index: 47;
    pointer-events: auto
}

.ps509 {
    position: relative;
    margin-left: 0;
    margin-top: 10px
}

.s517 {
    min-width: 350px;
    width: 350px;
    overflow: hidden;
    height: 46px
}

.z380 {
    z-index: 48;
    pointer-events: auto
}

.ps510 {
    position: relative;
    margin-left: 0;
    margin-top: 63px
}

.s518 {
    min-width: 355px;
    width: 355px;
    overflow: hidden;
    height: 46px
}

.z381 {
    z-index: 50;
    pointer-events: auto
}

.f105 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.126;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps511 {
    position: relative;
    margin-left: 383px;
    margin-top: -158px
}

.s519 {
    min-width: 354px;
    width: 354px;
    overflow: hidden;
    height: 45px
}

.z382 {
    z-index: 49;
    pointer-events: auto
}

.ps512 {
    position: relative;
    margin-left: 327px;
    margin-top: -254px
}

.z383 {
    z-index: 39;
    pointer-events: auto
}

.ps513 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.z384 {
    z-index: 41;
    pointer-events: auto
}

.i35 {
    position: absolute;
    left: 0;
    width: 110px;
    height: 96px;
    top: 0;
    border: 0
}

.ps514 {
    position: relative;
    margin-left: -10px;
    margin-top: 0
}

.z385 {
    z-index: 42;
    pointer-events: auto
}

.i36 {
    position: absolute;
    left: 0;
    width: 102px;
    height: 90px;
    top: 0;
    border: 0
}

.ps515 {
    position: relative;
    margin-left: 4px;
    margin-top: 11px
}

.z386 {
    z-index: 43;
    pointer-events: auto
}

.i37 {
    position: absolute;
    left: 11px;
    width: 67px;
    height: 67px;
    top: 0;
    border: 0
}

.ps516 {
    position: relative;
    margin-left: 86px;
    margin-top: 0
}

.z387 {
    z-index: 59
}

.ps517 {
    position: relative;
    margin-left: 1px;
    margin-top: 0
}

.s520 {
    min-width: 438px;
    width: 438px;
    overflow: hidden;
    height: 53px
}

.z388 {
    z-index: 60;
    pointer-events: auto
}

.ps518 {
    position: relative;
    margin-left: 1px;
    margin-top: 0
}

.s521 {
    min-width: 438px;
    width: 438px;
    overflow: hidden;
    height: 51px
}

.z389 {
    z-index: 61;
    pointer-events: auto
}

.ps519 {
    position: relative;
    margin-left: 1px;
    margin-top: 1px
}

.s522 {
    min-width: 438px;
    width: 438px;
    overflow: hidden;
    height: 53px
}

.z390 {
    z-index: 62;
    pointer-events: auto
}

.f106 {
    font-family: "Lato 2";
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.220;
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps520 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s523 {
    min-width: 440px;
    width: 440px;
    overflow: hidden;
    height: 48px
}

.z391 {
    z-index: 63;
    pointer-events: auto
}

.ps521 {
    position: relative;
    margin-left: 0;
    margin-top: 3px
}

.s524 {
    min-width: 440px;
    width: 440px;
    overflow: hidden;
    height: 50px
}

.z392 {
    z-index: 64;
    pointer-events: auto
}

.ps522 {
    position: relative;
    margin-left: 0;
    margin-top: 2px
}

.s525 {
    min-width: 440px;
    width: 440px;
    min-height: 103px
}

.s526 {
    min-width: 440px;
    width: 440px;
    min-height: 103px;
    line-height: 0
}

.ps523 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s527 {
    min-width: 440px;
    width: 440px;
    overflow: hidden;
    height: 53px
}

.z393 {
    z-index: 65;
    pointer-events: auto
}

.ps524 {
    position: relative;
    margin-left: 0;
    margin-top: -1px
}

.s528 {
    min-width: 440px;
    width: 440px;
    overflow: hidden;
    height: 51px
}

.z394 {
    z-index: 66;
    pointer-events: auto
}

.ps525 {
    position: relative;
    margin-left: 1px;
    margin-top: 1px
}

.s529 {
    min-width: 438px;
    width: 438px;
    overflow: hidden;
    height: 50px
}

.z395 {
    z-index: 67;
    pointer-events: auto
}

.ps526 {
    position: relative;
    margin-left: 0;
    margin-top: -134px
}

.s530 {
    min-width: 1669px;
    width: 1669px;
    overflow: hidden;
    height: 80px
}

.z396 {
    z-index: 40;
    pointer-events: auto
}

.f107 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 24px;
    font-size: calc(24px * var(--f));
    line-height: 1.584;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps527 {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    height: 100vh;
    height: calc(100vh + env(safe-area-inset-bottom));
    z-index: 2146435221;
    pointer-events: none;
    opacity: 0
}

.ps528 {
    margin-left: auto;
    margin-right: auto;
    width: 1920px;
    pointer-events: none
}

.ps529 {
    position: relative;
    margin-left: 0;
    margin-top: max(calc(50vh - 41px), 0px);
    margin-top: max(calc(var(--vh, 1vh) * 50 - 41px), 0px);
    -webkit-transform: translate3d(0, 0, 0)
}

.s531 {
    min-width: 1920px;
    width: 1920px;
    height: 82px
}

.c152 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #175f07;
    pointer-events: auto
}

.c153 {
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    height: 82px;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.ps530 {
    position: relative;
    margin-left: 37px;
    margin-top: 0
}

.s532 {
    min-width: 1746px;
    width: 1746px;
    overflow: hidden;
    height: 110px
}

.f108 {
    font-family: "Hanken Grotesk 3";
    font-size: 38px;
    font-size: calc(38px * var(--f));
    line-height: 1.817;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps531 {
    position: relative;
    margin-left: 49px;
    margin-top: 19px
}

.s533 {
    min-width: 64px;
    width: 64px;
    height: 64px;
    box-sizing: border-box
}

.c154 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    background-color: transparent;
    background-image: url(../images/l/close.svg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.c154:hover {
    background-color: #5789c1;
    border-color: transparent;
    color: #000;
    background-clip: padding-box
}

.c154:active {
    transition: initial;
    color: #fff
}

.s534 {
    width: 100%;
    width: calc(100% - var(--sw));
    min-width: 1920px;
    min-height: 107px
}

.c155 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #a1a1a1
}

.z397 {
    z-index: 152;
    pointer-events: none
}

.ps532 {
    position: relative;
    margin-top: 22px
}

.s535 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 62px
}

.ps533 {
    position: relative;
    margin-left: 1365px;
    margin-top: 0
}

.s536 {
    min-width: 254px;
    height: 62px;
    box-sizing: border-box;
    width: 254px;
    padding-right: 0
}

.c156 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #161616;
    color: #a1a1a1;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear
}

.f109 {
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    z-index: 1;
    font-family: "Hanken Grotesk 3";
    font-size: 22px;
    font-size: calc(22px * var(--f));
    line-height: 1.319;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 17px;
    padding-bottom: 16px
}

.c156:hover {
    background-color: #06341d;
    background-clip: padding-box;
    color: #161616
}

.c156:active {
    transition: initial;
    color: #a1a1a1
}

.ps534 {
    position: relative;
    margin-left: 24px;
    margin-top: 0
}

.c157 {
    display: inline-block;
    position: relative;
    margin-left: 0;
    margin-top: 0
}

body {
    --d: 0;
    --s: 1920
}

@media (min-width:1200px) and (max-width:1919px) {
    .c102 {
        min-width: 1200px;
        min-height: 679px
    }

    .s371 {
        min-width: 1200px;
        height: 256px
    }

    .ps345 {
        margin-top: 7px
    }

    .s372 {
        width: 1200px;
        min-height: 42px
    }

    .ps346 {
        margin-left: 41px
    }

    .ps347 {
        margin-top: 8px
    }

    .i28 {
        left: 3px;
        min-width: 25px;
        max-width: 25px;
        min-height: 25px;
        max-height: 25px
    }

    .ps348 {
        margin-left: 11px;
        margin-top: 8px
    }

    .s373 {
        min-width: 172px;
        width: 172px;
        height: 25px
    }

    .f80 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .ps349 {
        margin-left: 26px;
        margin-top: 8px
    }

    .i29 {
        left: 10px;
        min-width: 25px;
        max-width: 25px;
        min-height: 25px;
        max-height: 25px
    }

    .ps350 {
        margin-left: -1px;
        margin-top: 8px
    }

    .s374 {
        min-width: 279px;
        width: 279px;
        height: 25px
    }

    .ps351 {
        margin-left: 539px
    }

    .i30 {
        width: 42px;
        height: 42px
    }

    .ps352 {
        margin-top: 4px
    }

    .s375 {
        min-height: 203px
    }

    .ps353 {
        margin-top: -176px
    }

    .s376 {
        width: 1200px;
        min-height: 167px
    }

    .ps354 {
        margin-left: 27px
    }

    .ps355 {
        margin-top: 6px
    }

    .i31 {
        width: 358px;
        height: 79px;
        top: 2px;
        -webkit-border-radius: 42px;
        -moz-border-radius: 42px;
        border-radius: 42px
    }

    .ps356 {
        margin-left: 46px;
        margin-top: 41px
    }

    .s378 {
        min-width: 30px
    }

    .ps358 {
        margin-top: 56px
    }

    .s379 {
        min-width: 30px;
        width: 30px;
        height: 18px
    }

    .f81 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.365
    }

    .ps360 {
        margin-top: 5px
    }

    .s380 {
        min-width: 117px;
        width: 117px;
        height: 26px
    }

    .f82 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201
    }

    .ps361 {
        margin-top: 4px
    }

    .s381 {
        min-width: 281px;
        width: 281px;
        height: 26px
    }

    .ps363 {
        margin-left: 119px;
        margin-top: -36px
    }

    .s382 {
        min-width: 178px;
        width: 178px;
        height: 26px
    }

    .s383 {
        min-width: 295px;
        width: 295px;
        height: 26px
    }

    .ps366 {
        margin-left: 299px;
        margin-top: -36px
    }

    .s384 {
        min-width: 231px;
        width: 231px;
        height: 26px
    }

    .s385 {
        min-width: 268px;
        width: 268px;
        height: 26px
    }

    .ps368 {
        margin-left: 532px;
        margin-top: -36px
    }

    .s386 {
        min-width: 257px;
        width: 257px;
        height: 26px
    }

    .ps370 {
        margin-top: 4px
    }

    .s387 {
        min-width: 298px;
        width: 298px;
        height: 26px
    }

    .ps371 {
        margin-left: 791px;
        margin-top: -36px
    }

    .s388 {
        min-width: 133px;
        width: 133px;
        height: 26px
    }

    .ps372 {
        margin-left: 926px;
        margin-top: -36px
    }

    .s389 {
        min-width: 85px;
        width: 85px;
        height: 26px
    }

    .ps373 {
        margin-left: 1013px;
        margin-top: -36px
    }

    .ps374 {
        margin-left: 700px;
        margin-top: -167px
    }

    .s390 {
        min-width: 464px;
        width: 464px;
        min-height: 49px
    }

    .input10 {
        width: 464px;
        height: 49px;
        font-size: 18px;
        line-height: 1.168
    }

    .ps375 {
        margin-left: 431px;
        margin-top: -41px
    }

    .s391 {
        min-width: 27px;
        width: 27px;
        height: 33px
    }

    .c108 {
        min-width: 1200px;
        margin-top: -679px;
        min-height: 1027px
    }

    .ps376 {
        margin-top: 256px
    }

    .s392 {
        min-width: 1200px;
        height: 736px
    }

    .c109 {
        -webkit-border-radius: 368px;
        -moz-border-radius: 368px;
        border-radius: 368px
    }

    .ps377 {
        margin-top: 34px
    }

    .s393 {
        width: 1200px;
        min-height: 662px
    }

    .s394 {
        min-width: 1200px;
        width: 1200px;
        min-height: 662px
    }

    .s395 {
        min-width: 1200px;
        width: 1200px;
        min-height: 662px
    }

    .s396 {
        min-width: 1200px;
        width: 1200px;
        min-height: 662px;
        height: 662px
    }

    .i32 {
        width: 1200px;
        height: 662px
    }

    .ps378 {
        margin-left: 64px;
        margin-top: -529px
    }

    .s397 {
        min-width: 427px;
        width: 427px;
        height: 237px
    }

    .s398 {
        min-height: 237px
    }

    .f83 {
        font-size: 64px;
        font-size: calc(64px * var(--f));
        line-height: 1.173
    }

    .ps379 {
        margin-top: -740px
    }

    .s399 {
        width: 1200px;
        height: 490px
    }

    .ps380 {
        margin-left: 8px
    }

    .ps381 {
        margin-left: 1040px;
        margin-top: 9px
    }

    .i33 {
        left: 5px;
        min-width: 33px;
        max-width: 33px;
        min-height: 33px;
        max-height: 33px
    }

    .ps382 {
        margin-top: 16px
    }

    .s400 {
        min-width: 1095px;
        height: 70px;
        width: 1095px
    }

    .f84 {
        font-size: 34px;
        font-size: calc(34px * var(--f));
        line-height: 1.207;
        padding-top: 15px;
        padding-bottom: 14px
    }

    .c112::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c112:hover:before {
        opacity: 1
    }

    .c112::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c112:hover:after {
        opacity: 0
    }

    .c112:active:before {
        opacity: 1
    }

    .c112:active:after {
        opacity: 1;
        transition: initial
    }

    .ps383 {
        margin-top: 5px
    }

    .s401 {
        min-width: 1095px;
        width: 1095px;
        min-height: 107px
    }

    .s402 {
        min-width: 1095px;
        height: 70px;
        width: 1095px
    }

    .ps384 {
        margin-top: -33px
    }

    .s403 {
        min-width: 1095px;
        height: 70px;
        width: 1095px
    }

    .ps385 {
        margin-top: -70px
    }

    .ps386 {
        margin-top: -70px
    }

    .ps387 {
        margin-top: -70px
    }

    .ps388 {
        margin-left: 23px
    }

    .ps389 {
        margin-left: 20px;
        margin-top: 11px
    }

    .ps390 {
        margin-left: 20px;
        margin-top: 5px
    }

    .s404 {
        min-width: 1095px;
        height: 73px;
        width: 1095px
    }

    .f85 {
        font-size: 34px;
        font-size: calc(34px * var(--f));
        line-height: 1.207;
        padding-top: 16px;
        padding-bottom: 16px
    }

    .c113 {
        min-width: 1200px;
        margin-top: 215px;
        min-height: 1669px
    }

    .ps391 {
        margin-top: 0
    }

    .s405 {
        min-width: 1200px;
        height: 1669px
    }

    .ps392 {
        margin-top: 99px
    }

    .s406 {
        width: 1200px;
        min-height: 1307px
    }

    .s407 {
        min-width: 1200px;
        width: 1200px;
        min-height: 1307px
    }

    .s408 {
        min-width: 1200px;
        width: 1200px;
        min-height: 1307px
    }

    .ps394 {
        margin-left: 21px;
        margin-top: 648px
    }

    .s409 {
        min-width: 527px;
        width: 527px;
        min-height: 658px
    }

    .ps395 {
        margin-left: 23px;
        margin-top: 26px
    }

    .s410 {
        min-width: 486px;
        width: 486px;
        min-height: 197px
    }

    .s411 {
        min-width: 486px;
        height: 60px;
        width: 486px
    }

    .c115 {
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        background-image: url(../images/c/screenshot-2024-07-19-at-10.42.17-pm-95.jpg)
    }

    .webp .c115 {
        background-image: url(../images/2/screenshot-2024-07-19-at-10.42.17-pm-95.webp)
    }

    .f86 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.137;
        padding-top: 18px;
        padding-bottom: 17px
    }

    .ps396 {
        margin-left: 0;
        margin-top: 76px
    }

    .s412 {
        min-width: 486px;
        height: 61px;
        width: 486px
    }

    .c116 {
        -webkit-border-radius: 31px;
        -moz-border-radius: 31px;
        border-radius: 31px;
        background-image: url(../images/n/screenshot-2024-07-19-at-10.42.17-pm-97.jpg)
    }

    .webp .c116 {
        background-image: url(../images/4/screenshot-2024-07-19-at-10.42.17-pm-97.webp)
    }

    .f87 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.137;
        padding-top: 18px;
        padding-bottom: 18px
    }

    .ps397 {
        margin-left: 23px;
        margin-top: -129px
    }

    .s413 {
        min-width: 486px;
        width: 486px;
        min-height: 474px
    }

    .s414 {
        min-width: 486px;
        height: 60px;
        width: 486px
    }

    .c117 {
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        background-image: url(../images/c/screenshot-2024-07-19-at-10.42.17-pm-95.jpg)
    }

    .webp .c117 {
        background-image: url(../images/2/screenshot-2024-07-19-at-10.42.17-pm-95.webp)
    }

    .ps399 {
        margin-left: 0;
        margin-top: 354px
    }

    .c118 {
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        background-image: url(../images/c/screenshot-2024-07-19-at-10.42.17-pm-95.jpg)
    }

    .webp .c118 {
        background-image: url(../images/2/screenshot-2024-07-19-at-10.42.17-pm-95.webp)
    }

    .ps400 {
        margin-left: 23px;
        margin-top: -336px
    }

    .s415 {
        min-width: 486px;
        width: 486px;
        min-height: 130px
    }

    .c119 {
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        background-image: url(../images/c/screenshot-2024-07-19-at-10.42.17-pm-95.jpg)
    }

    .webp .c119 {
        background-image: url(../images/2/screenshot-2024-07-19-at-10.42.17-pm-95.webp)
    }

    .ps402 {
        margin-left: 0;
        margin-top: 10px
    }

    .s416 {
        min-width: 486px;
        height: 60px;
        width: 486px
    }

    .c120 {
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        background-image: url(../images/c/screenshot-2024-07-19-at-10.42.17-pm-95.jpg)
    }

    .webp .c120 {
        background-image: url(../images/2/screenshot-2024-07-19-at-10.42.17-pm-95.webp)
    }

    .ps403 {
        margin-left: 23px;
        margin-top: -197px
    }

    .s417 {
        min-width: 486px;
        width: 486px;
        min-height: 129px
    }

    .c121 {
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        background-image: url(../images/c/screenshot-2024-07-19-at-10.42.17-pm-95.jpg)
    }

    .webp .c121 {
        background-image: url(../images/2/screenshot-2024-07-19-at-10.42.17-pm-95.webp)
    }

    .ps405 {
        margin-left: 0;
        margin-top: 9px
    }

    .c122 {
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        background-image: url(../images/c/screenshot-2024-07-19-at-10.42.17-pm-95.jpg)
    }

    .webp .c122 {
        background-image: url(../images/2/screenshot-2024-07-19-at-10.42.17-pm-95.webp)
    }

    .ps406 {
        margin-left: 204px;
        margin-top: 27px
    }

    .s418 {
        min-width: 292px;
        height: 44px;
        width: 290px
    }

    .f88 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201;
        padding-top: 9px;
        padding-bottom: 9px
    }

    .ps407 {
        margin-left: 0;
        margin-top: -639px
    }

    .s419 {
        min-width: 525px;
        width: 525px;
        min-height: 656px
    }

    .ps408 {
        margin-left: 40px;
        margin-top: 648px
    }

    .s420 {
        min-width: 527px;
        width: 527px;
        min-height: 659px
    }

    .ps409 {
        margin-left: 17px;
        margin-top: 25px
    }

    .s421 {
        min-width: 487px;
        height: 61px;
        width: 487px
    }

    .c125 {
        -webkit-border-radius: 31px;
        -moz-border-radius: 31px;
        border-radius: 31px;
        background-image: url(../images/p/smiling_women_clinic-99.jpg)
    }

    .webp .c125 {
        background-image: url(../images/2/smiling_women_clinic-99.webp)
    }

    .f89 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.137;
        padding-top: 18px;
        padding-bottom: 18px
    }

    .ps410 {
        margin-left: 17px;
        margin-top: 79px
    }

    .s422 {
        min-width: 487px;
        height: 61px;
        width: 487px
    }

    .c126 {
        -webkit-border-radius: 31px;
        -moz-border-radius: 31px;
        border-radius: 31px;
        background-image: url(../images/p/smiling_women_clinic-99.jpg)
    }

    .webp .c126 {
        background-image: url(../images/2/smiling_women_clinic-99.webp)
    }

    .ps411 {
        margin-left: 17px;
        margin-top: 8px
    }

    .c127 {
        -webkit-border-radius: 31px;
        -moz-border-radius: 31px;
        border-radius: 31px;
        background-image: url(../images/p/smiling_women_clinic-99.jpg)
    }

    .webp .c127 {
        background-image: url(../images/2/smiling_women_clinic-99.webp)
    }

    .ps412 {
        margin-left: 17px;
        margin-top: -199px
    }

    .s423 {
        min-width: 487px;
        height: 61px;
        width: 487px
    }

    .c128 {
        -webkit-border-radius: 31px;
        -moz-border-radius: 31px;
        border-radius: 31px;
        background-image: url(../images/p/smiling_women_clinic-99.jpg)
    }

    .webp .c128 {
        background-image: url(../images/2/smiling_women_clinic-99.webp)
    }

    .ps413 {
        margin-left: 0;
        margin-top: -295px
    }

    .s424 {
        min-width: 525px;
        width: 525px;
        min-height: 657px
    }

    .ps414 {
        margin-left: 17px;
        margin-top: 371px
    }

    .s425 {
        min-width: 489px;
        width: 489px;
        min-height: 275px
    }

    .pl2 {
        height: 275px
    }

    .vd3 {
        width: 489px;
        height: 275px
    }

    .ps415 {
        margin-top: -1307px
    }

    .s426 {
        min-width: 1200px;
        width: 1200px;
        min-height: 407px
    }

    .ps416 {
        margin-left: 140px
    }

    .s427 {
        min-width: 267px;
        width: 267px;
        min-height: 405px
    }

    .c129 {
        background-image: url(../images/n/whatsapp-image-2025-06-24-at-3.38.55-pm-267.jpeg)
    }

    .webp .c129 {
        background-image: url(../images/j/whatsapp-image-2025-06-24-at-3.38.55-pm-267.webp)
    }

    .ps417 {
        margin-left: 60px
    }

    .c130 {
        background-image: url(../images/n/whatsapp-image-2025-06-24-at-3.41.09-pm-267.jpeg)
    }

    .webp .c130 {
        background-image: url(../images/2/whatsapp-image-2025-06-24-at-3.41.09-pm-267.webp)
    }

    .ps418 {
        margin-left: 50px
    }

    .c131 {
        background-image: url(../images/4/whatsapp-image-2025-06-24-at-3.44.39-pm-267.jpeg)
    }

    .webp .c131 {
        background-image: url(../images/p/whatsapp-image-2025-06-24-at-3.44.39-pm-267.webp)
    }

    .ps419 {
        margin-left: -1057px;
        margin-top: 126px
    }

    .s428 {
        min-width: 86px;
        height: 161px;
        width: 86px
    }

    .f90 {
        font-size: 36px;
        font-size: calc(36px * var(--f));
        line-height: 1.223;
        padding-top: 59px;
        padding-bottom: 58px
    }

    .ps420 {
        margin-left: 1028px;
        margin-top: 126px
    }

    .s429 {
        min-width: 86px;
        height: 161px;
        width: 86px
    }

    .ps421 {
        margin-top: -1406px
    }

    .s430 {
        min-height: 691px
    }

    .ps422 {
        margin-top: 760px
    }

    .s431 {
        width: 1200px;
        min-height: 180px
    }

    .ps423 {
        margin-left: 95px
    }

    .s432 {
        min-width: 930px;
        width: 930px;
        min-height: 180px
    }

    .ad2 {
        display: inline-block
    }

    .c134 {
        min-width: 1200px;
        margin-top: -1px;
        min-height: 762px
    }

    .ps424 {
        margin-top: 0
    }

    .s433 {
        min-width: 1200px;
        height: 760px
    }

    .ps425 {
        margin-top: 28px
    }

    .s434 {
        width: 1200px;
        min-height: 689px
    }

    .ps426 {
        margin-left: 161px
    }

    .s435 {
        min-width: 1021px;
        width: 1021px;
        min-height: 689px
    }

    .ps427 {
        margin-top: 30px
    }

    .s436 {
        min-width: 491px;
        width: 491px;
        min-height: 659px
    }

    .ps428 {
        margin-left: 31px;
        margin-top: 32px
    }

    .s437 {
        min-width: 407px;
        width: 407px;
        min-height: 580px
    }

    .s438 {
        min-width: 407px;
        width: 407px;
        min-height: 580px
    }

    .s439 {
        min-width: 407px;
        height: 73px;
        width: 407px
    }

    .c136 {
        -webkit-border-radius: 37px;
        -moz-border-radius: 37px;
        border-radius: 37px;
        background-image: url(../images/6/companylogo-230-230-112-modified-73.png)
    }

    .webp .c136 {
        background-image: url(../images/8/companylogo-230-230-112-modified-73.webp)
    }

    .f91 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.137;
        padding-top: 24px;
        padding-bottom: 24px
    }

    .ps429 {
        margin-top: 11px
    }

    .c137 {
        -webkit-border-radius: 37px;
        -moz-border-radius: 37px;
        border-radius: 37px;
        background-image: url(../images/6/companylogo-230-230-112-modified-73.png)
    }

    .webp .c137 {
        background-image: url(../images/8/companylogo-230-230-112-modified-73.webp)
    }

    .ps430 {
        margin-top: 10px
    }

    .s440 {
        min-width: 407px;
        height: 73px;
        width: 407px
    }

    .c138 {
        -webkit-border-radius: 37px;
        -moz-border-radius: 37px;
        border-radius: 37px;
        background-image: url(../images/6/companylogo-230-230-112-modified-73.png)
    }

    .webp .c138 {
        background-image: url(../images/8/companylogo-230-230-112-modified-73.webp)
    }

    .ps431 {
        margin-top: 10px
    }

    .c139 {
        -webkit-border-radius: 37px;
        -moz-border-radius: 37px;
        border-radius: 37px;
        background-image: url(../images/6/companylogo-230-230-112-modified-73.png)
    }

    .webp .c139 {
        background-image: url(../images/8/companylogo-230-230-112-modified-73.webp)
    }

    .s441 {
        min-width: 407px;
        height: 73px;
        width: 407px
    }

    .c140 {
        -webkit-border-radius: 37px;
        -moz-border-radius: 37px;
        border-radius: 37px;
        background-image: url(../images/6/companylogo-230-230-112-modified-73.png)
    }

    .webp .c140 {
        background-image: url(../images/8/companylogo-230-230-112-modified-73.webp)
    }

    .ps432 {
        margin-top: 15px
    }

    .s442 {
        min-width: 407px;
        height: 73px;
        width: 407px
    }

    .c141 {
        -webkit-border-radius: 37px;
        -moz-border-radius: 37px;
        border-radius: 37px;
        background-image: url(../images/6/companylogo-230-230-112-modified-73.png)
    }

    .webp .c141 {
        background-image: url(../images/8/companylogo-230-230-112-modified-73.webp)
    }

    .ps433 {
        margin-top: 12px
    }

    .c142 {
        -webkit-border-radius: 37px;
        -moz-border-radius: 37px;
        border-radius: 37px;
        background-image: url(../images/6/companylogo-230-230-112-modified-73.png)
    }

    .webp .c142 {
        background-image: url(../images/8/companylogo-230-230-112-modified-73.webp)
    }

    .ps434 {
        margin-top: -612px
    }

    .s443 {
        min-width: 491px;
        width: 491px;
        min-height: 659px
    }

    .ps435 {
        margin-left: 211px;
        margin-top: 385px
    }

    .s444 {
        min-width: 300px;
        width: 300px;
        min-height: 250px
    }

    .ps436 {
        margin-left: 706px;
        margin-top: -689px
    }

    .s445 {
        min-width: 315px;
        width: 315px;
        min-height: 339px
    }

    .pl3 {
        height: 339px
    }

    .vd4 {
        width: 315px;
        height: 339px
    }

    .ps437 {
        margin-top: -1px
    }

    .s446 {
        min-width: 1200px;
       /* height: 1100px*/
    }

    .ps438 {
        margin-top: 28px
    }

    .s447 {
        width: 1200px;
        /* min-height: 1587px */
    }

    .ps439 {
        margin-left: 5px
    }

    .s448 {
        min-width: 1185px;
        width: 1185px;
        /*min-height: 1587px*/
    }

    .s449 {
        min-width: 442px;
        width: 442px;
        /*min-height: 1587px*/
    }

    .s450 {
        min-width: 442px;
        width: 442px;
        /*min-height: 1587px*/
    }

    .s451 {
        min-width: 442px;
        width: 442px;
        /*min-height: 1587px*/
    }

    .ps441 {
        margin-left: 20px;
        margin-top: 15px
    }

    .s452 {
        min-width: 406px;
        width: 406px;
        min-height: 52px
    }

    .s453 {
        min-width: 406px;
        width: 406px;
        min-height: 52px
    }

    .c146 {
        -webkit-border-radius: 26px 26px 0 0;
        -moz-border-radius: 26px 26px 0 0;
        border-radius: 26px 26px 0 0
    }

    .ps442 {
        margin-left: 46px;
        margin-top: -43px
    }

    .s454 {
        min-width: 289px;
        width: 289px;
        height: 34px
    }

    .f92 {
        font-size: 24px;
        font-size: calc(24px * var(--f));
        line-height: 1.293
    }

    .ps443 {
        margin-left: 18px;
        margin-top: 32px
    }

    .s455 {
        min-width: 404px;
        width: 404px;
        min-height: 578px
    }

    .ps444 {
        margin-left: 11px
    }

    .s456 {
        min-width: 95px;
        width: 95px;
        height: 26px
    }

    .f93 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.279
    }

    .ps445 {
        margin-left: 9px;
        margin-top: 7px
    }

    .s457 {
        min-width: 395px;
        width: 395px;
        height: 50px
    }

    .input11 {
        width: 395px;
        height: 50px;
        font-size: 20px;
        line-height: 1.201
    }

    .ps446 {
        margin-left: 11px;
        margin-top: 13px
    }

    .s458 {
        min-width: 88px;
        width: 88px;
        height: 26px
    }

    .ps447 {
        margin-left: 8px;
        margin-top: 9px
    }

    .input12 {
        width: 395px;
        height: 50px;
        font-size: 20px;
        line-height: 1.201
    }

    .ps448 {
        margin-left: 11px;
        margin-top: 12px
    }

    .s459 {
        min-width: 108px;
        width: 108px;
        height: 27px
    }

    .ps449 {
        margin-left: -109px;
        margin-top: 47px
    }

    .s460 {
        min-width: 194px;
        width: 194px;
        height: 43px
    }

    .input13 {
        width: 194px;
        height: 43px;
        font-size: 18px;
        line-height: 1.223;
        background-size: 24px;
        background-position: right 6px top 50%
    }

    *[dir="rtl"] .input13,
    :root:lang(ar) .input13,
    :root:lang(iw) .input13 {
        background-position: left 6px top 50%
    }

    .ps450 {
        margin-left: 14px;
        margin-top: 6px
    }

    .s461 {
        min-width: 206px;
        width: 206px;
        height: 24px
    }

    .ps451 {
        margin-left: 7px;
        margin-top: 6px
    }

    .input14 {
        width: 395px;
        height: 50px;
        font-size: 20px;
        line-height: 1.201
    }

    .ps452 {
        margin-left: 24px;
        margin-top: 19px
    }

    .s462 {
        min-width: 206px;
        width: 206px;
        height: 27px
    }

    .ps453 {
        margin-top: 4px
    }

    .s463 {
        min-width: 393px;
        width: 393px;
        height: 43px
    }

    .input15 {
        width: 393px;
        height: 43px;
        font-size: 18px;
        line-height: 1.223;
        background-size: 24px;
        background-position: right 6px top 50%
    }

    *[dir="rtl"] .input15,
    :root:lang(ar) .input15,
    :root:lang(iw) .input15 {
        background-position: left 6px top 50%
    }

    .ps454 {
        margin-top: 9px
    }

    .input16 {
        width: 395px;
        height: 50px;
        font-size: 20px;
        line-height: 1.201
    }

    .ps455 {
        margin-left: 87px;
        margin-top: 9px
    }

    .s464 {
        min-width: 219px;
        height: 48px;
        width: 219px
    }

    .f94 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201;
        padding-top: 16px;
        padding-bottom: 15px
    }

    .ps456 {
        margin-left: 17px;
        margin-top: 37px
    }

    .s465 {
        min-width: 145px;
        height: 49px;
        width: 145px
    }

    .f95 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201;
        padding-top: 13px;
        padding-bottom: 12px
    }

    .ps457 {
        margin-left: 9px;
        margin-top: 16px
    }

    .s466 {
        min-width: 404px;
        width: 404px;
        min-height: 796px
    }

    .s467 {
        min-width: 404px;
        width: 404px;
        min-height: 796px
    }

    .ps458 {
        margin-left: 14px
    }

    .s468 {
        min-width: 188px;
        width: 188px;
        height: 31px
    }

    .ps459 {
        margin-top: 10px
    }

    .s469 {
        min-width: 403px;
        width: 403px;
        height: 56px
    }

    .input17 {
        width: 403px;
        height: 56px;
        font-size: 20px;
        line-height: 1.201
    }

    .ps460 {
        margin-left: 9px;
        margin-top: 9px
    }

    .s470 {
        min-width: 166px;
        width: 166px;
        height: 31px
    }

    .ps461 {
        margin-top: 8px
    }

    .input18 {
        width: 403px;
        height: 56px;
        font-size: 20px;
        line-height: 1.201
    }

    .ps462 {
        margin-left: 11px;
        margin-top: 12px
    }

    .ps463 {
        margin-top: 11px
    }

    .s471 {
        min-width: 403px;
        width: 403px;
        height: 114px
    }

    .input19 {
        width: 403px;
        height: 114px;
        font-size: 20px;
        line-height: 1.201
    }

    .ps464 {
        margin-top: 15px
    }

    .s472 {
        min-width: 400px;
        height: 54px;
        width: 400px
    }

    .f96 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201;
        padding-top: 15px;
        padding-bottom: 15px
    }

    .ps465 {
        margin-left: 2px;
        margin-top: 16px
    }

    .s473 {
        min-width: 398px;
        width: 398px;
        min-height: 57px
    }

    .ps466 {
        margin-top: 1px
    }

    .s474 {
        min-width: 266px;
        width: 266px;
        height: 56px
    }

    .input20 {
        width: 266px;
        height: 56px;
        font-size: 20px;
        line-height: 1.201
    }

    .ps467 {
        margin-left: 20px
    }

    .s475 {
        min-width: 112px;
        height: 54px;
        width: 112px
    }

    .ps468 {
        margin-left: 62px;
        margin-top: 237px
    }

    .s476 {
        min-width: 269px;
        height: 43px;
        width: 269px
    }

    .f97 {
        font-size: 22px;
        font-size: calc(19px * var(--f));
        line-height: 1.228;
        padding-top: 11px;
        padding-bottom: 10px
    }

    .ps469 {
        margin-top: -202px
    }

    .s477 {
        min-width: 400px;
        width: 400px;
        height: 124px
    }

    .wrapper2 {
        height: 124px
    }

    .ps470 {
        margin-left: 12px;
        margin-top: -283px
    }

    .s478 {
        min-width: 393px;
        width: 393px;
        min-height: 60px
    }

    .ps471 {
        margin-top: 20px
    }

    .s479 {
        min-width: 40px;
        width: 40px
    }

    .s480 {
        min-width: 353px;
        width: 353px;
        height: 60px
    }

    .f98 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.451
    }

    .ps473 {
        margin-left: -391px;
        margin-top: 1317px
    }

    .s481 {
        min-width: 400px;
        width: 400px;
        min-height: 56px
    }

    .ps474 {
        margin-top: 17px
    }

    .s482 {
        min-width: 40px;
        width: 40px;
        min-height: 39px
    }

    .ps475 {
        margin-left: 19px
    }

    .s483 {
        min-width: 341px;
        width: 341px;
        height: 56px
    }

    .f99 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.151
    }

    .ps476 {
        margin-left: 256px
    }

    .s484 {
        min-width: 442px;
        width: 442px;
        min-height: 911px
    }

    .s485 {
        min-width: 442px;
        width: 442px;
        height: 911px
    }

    .ps477 {
        margin-left: 25px;
        margin-top: 15px
    }

    .s486 {
        min-width: 400px;
        width: 400px;
        min-height: 66px
    }

    .s487 {
        min-width: 400px;
        width: 400px;
        min-height: 66px
    }

    .c149 {
        -webkit-border-radius: 33px 33px 0 0;
        -moz-border-radius: 33px 33px 0 0;
        border-radius: 33px 33px 0 0
    }

    .ps478 {
        margin-left: 115px;
        margin-top: -54px
    }

    .s488 {
        min-width: 151px;
        width: 151px;
        height: 40px
    }

    .ps479 {
        margin-left: 24px;
        margin-top: 40px
    }

    .s489 {
        min-width: 402px;
        width: 402px;
        height: 51px
    }

    .input22 {
        width: 402px;
        height: 51px;
        font-size: 22px;
        line-height: 1.228;
        background-size: 24px;
        background-position: right 6px top 50%
    }

    *[dir="rtl"] .input22,
    :root:lang(ar) .input22,
    :root:lang(iw) .input22 {
        background-position: left 6px top 50%
    }

    .ps480 {
        margin-left: 24px;
        margin-top: 10px
    }

    .s490 {
        min-width: 402px;
        width: 402px;
        height: 62px
    }

    .input23 {
        width: 402px;
        height: 62px;
        font-size: 20px;
        line-height: 1.201
    }

    .ps481 {
        margin-left: 225px;
        margin-top: 21px
    }

    .s491 {
        min-width: 200px;
        height: 54px;
        width: 200px
    }

    .f100 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.228;
        padding-top: 14px;
        padding-bottom: 13px
    }

    .ps482 {
        margin-left: 1px;
        margin-top: 30px
    }

    .s492 {
        min-width: 436px;
        width: 436px;
        height: 483px
    }

    .wrapper3 {
        height: 483px
    }

    .ps483 {
        margin-left: 34px;
        margin-top: 48px
    }

    .s493 {
        min-width: 250px;
        width: 250px;
        min-height: 755px
    }

    .s494 {
        min-width: 1200px;
        height: 519px
    }

    .ps485 {
        margin-top: 21px
    }

    .s495 {
        width: 1200px;
        min-height: 464px
    }

    .ps486 {
        margin-left: 31px
    }

    .i34 {
        left: 7px;
        width: 113px;
        height: 111px;
        -webkit-border-radius: 56px;
        -moz-border-radius: 56px;
        border-radius: 56px
    }

    .ps488 {
        margin-left: 122px
    }

    .s496 {
        min-width: 216px;
        width: 216px;
        height: 41px
    }

    .f101 {
        font-size: 26px;
        font-size: calc(26px * var(--f));
        line-height: 1.386
    }

    .ps489 {
        margin-left: -213px;
        margin-top: 54px
    }

    .s497 {
        min-width: 458px;
        width: 458px;
        min-height: 3px
    }

    .ps490 {
        margin-left: 57px
    }

    .s498 {
        min-width: 379px;
        width: 379px;
        min-height: 56px
    }

    .s499 {
        min-width: 324px;
        width: 324px;
        height: 41px
    }

    .f102 {
        font-size: 24px;
        font-size: calc(24px * var(--f));
        line-height: 1.584
    }

    .ps492 {
        margin-top: 12px
    }

    .s500 {
        min-width: 379px;
        width: 379px;
        min-height: 3px
    }

    .ps493 {
        margin-left: 86px;
        margin-top: -51px
    }

    .ps494 {
        margin-top: 339px
    }

    .s501 {
        min-width: 1042px;
        width: 1042px;
        min-height: 5px
    }

    .ps495 {
        margin-left: 5px;
        margin-top: -344px
    }

    .s502 {
        min-width: 1043px;
        width: 1043px;
        min-height: 404px
    }

    .ps496 {
        margin-left: 191px
    }

    .ps497 {
        margin-top: 0
    }

    .s503 {
        min-width: 503px;
        width: 503px;
        min-height: 339px
    }

    .s504 {
        min-width: 482px;
        width: 482px;
        min-height: 230px
    }

    .s505 {
        min-width: 213px;
        width: 213px;
        min-height: 230px
    }

    .s506 {
        min-width: 213px;
        width: 213px;
        height: 26px
    }

    .f103 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f103:visited {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f103:hover {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f103:active {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .ps499 {
        margin-top: 6px
    }

    .s507 {
        min-width: 213px;
        width: 213px;
        height: 25px
    }

    .f104 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.051
    }

    .f104:visited {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.051
    }

    .f104:hover {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.051
    }

    .f104:active {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.051
    }

    .ps500 {
        margin-left: 2px;
        margin-top: 5px
    }

    .s508 {
        min-width: 211px;
        width: 211px;
        height: 30px
    }

    .ps501 {
        margin-top: 5px
    }

    .s509 {
        min-width: 213px;
        width: 213px;
        height: 29px
    }

    .ps502 {
        margin-top: 5px
    }

    .s510 {
        min-width: 213px;
        width: 213px;
        height: 28px
    }

    .ps503 {
        margin-top: 5px
    }

    .s511 {
        min-width: 213px;
        width: 213px;
        height: 30px
    }

    .ps504 {
        margin-top: 4px
    }

    .s512 {
        min-width: 213px;
        width: 213px;
        height: 32px
    }

    .ps505 {
        margin-left: 25px
    }

    .s513 {
        min-width: 222px;
        width: 222px;
        min-height: 193px
    }

    .s514 {
        min-width: 219px;
        width: 219px;
        height: 25px
    }

    .ps507 {
        margin-top: 4px
    }

    .s515 {
        min-width: 220px;
        width: 220px;
        height: 27px
    }

    .ps508 {
        margin-top: 5px
    }

    .s516 {
        min-width: 220px;
        width: 220px;
        height: 29px
    }

    .ps509 {
        margin-top: 6px
    }

    .s517 {
        min-width: 219px;
        width: 219px;
        height: 29px
    }

    .ps510 {
        margin-top: 39px
    }

    .s518 {
        min-width: 222px;
        width: 222px;
        height: 29px
    }

    .f105 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f105:visited {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f105:hover {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f105:active {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .ps511 {
        margin-left: 239px;
        margin-top: -99px
    }

    .s519 {
        min-width: 243px;
        width: 243px;
        height: 42px
    }

    .ps512 {
        margin-left: 204px;
        margin-top: 37px
    }

    .i35 {
        width: 112px;
        height: 72px
    }

    .i36 {
        width: 104px;
        height: 67px
    }

    .ps515 {
        margin-top: 8px
    }

    .i37 {
        left: 15px;
        width: 59px;
        height: 59px
    }

    .ps516 {
        margin-left: 11px;
        margin-top: 2px
    }

    .s520 {
        min-width: 274px;
        width: 274px;
        height: 33px
    }

    .s521 {
        min-width: 274px;
        width: 274px;
        height: 32px
    }

    .s522 {
        min-width: 274px;
        width: 274px;
        height: 33px
    }

    .f106 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201
    }

    .f106:visited {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201
    }

    .f106:hover {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201
    }

    .f106:active {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201
    }

    .s523 {
        min-width: 275px;
        width: 275px;
        height: 30px
    }

    .ps521 {
        margin-top: 2px
    }

    .s524 {
        min-width: 275px;
        width: 275px;
        height: 31px
    }

    .ps522 {
        margin-top: 1px
    }

    .s525 {
        min-width: 275px;
        width: 275px;
        min-height: 65px
    }

    .s526 {
        min-width: 275px;
        width: 275px;
        min-height: 65px
    }

    .s527 {
        min-width: 275px;
        width: 275px;
        height: 33px
    }

    .ps524 {
        margin-top: 0
    }

    .s528 {
        min-width: 275px;
        width: 275px;
        height: 32px
    }

    .ps525 {
        margin-top: 0
    }

    .s529 {
        min-width: 274px;
        width: 274px;
        height: 31px
    }

    .ps526 {
        margin-top: 15px
    }

    .s530 {
        min-width: 1043px;
        width: 1043px;
        height: 50px
    }

    .f107 {
        font-size: 15px;
        font-size: calc(15px * var(--f));
        line-height: 1.601
    }

    .ps528 {
        width: 1200px
    }

    .ps529 {
        margin-top: max(calc(50vh - 25px), 0px);
        margin-top: max(calc(var(--vh, 1vh) * 50 - 25px), 0px)
    }

    .s531 {
        min-width: 1200px;
        width: 1200px;
        height: 51px
    }

    .c153 {
        height: 51px
    }

    .ps530 {
        margin-left: 23px
    }

    .s532 {
        min-width: 1091px;
        width: 1091px;
        height: 69px
    }

    .f108 {
        font-size: 24px;
        font-size: calc(24px * var(--f));
        line-height: 1.834
    }

    .ps531 {
        margin-left: 31px;
        margin-top: 12px
    }

    .s533 {
        min-width: 40px;
        width: 40px;
        height: 40px
    }

    .c154 {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px
    }

    .s534 {
        min-width: 1200px;
        min-height: 67px
    }

    .ps532 {
        margin-top: 14px
    }

    .s535 {
        width: 1200px;
        min-height: 39px
    }

    .ps533 {
        margin-left: 853px
    }

    .s536 {
        min-width: 159px;
        height: 39px;
        width: 159px
    }

    .f109 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.287;
        padding-top: 11px;
        padding-bottom: 10px
    }

    .ps534 {
        margin-left: 15px
    }

    body {
        --d: 1;
        --s: 1200
    }
}

@media (min-width:960px) and (max-width:1199px) {
    .c102 {
        min-width: 960px;
        min-height: 471px
    }

    .s371 {
        min-width: 960px;
        height: 233px
    }

    .ps345 {
        margin-top: 5px
    }

    .s372 {
        width: 960px;
        min-height: 49px
    }

    .ps346 {
        margin-left: 188px
    }

    .ps347 {
        margin-top: 4px
    }

    .i28 {
        left: 0;
        min-width: 24px;
        max-width: 24px;
        min-height: 24px;
        max-height: 24px
    }

    .ps348 {
        margin-left: 14px;
        margin-top: 4px
    }

    .s373 {
        min-width: 146px;
        width: 146px;
        height: 25px
    }

    .f80 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.188
    }

    .ps349 {
        margin-left: 36px;
        margin-top: 0
    }

    .i29 {
        left: 4px;
        min-width: 32px;
        max-width: 32px;
        min-height: 32px;
        max-height: 32px
    }

    .ps350 {
        margin-left: 7px;
        margin-top: 4px
    }

    .s374 {
        min-width: 228px;
        width: 228px;
        height: 25px
    }

    .ps351 {
        margin-left: 224px;
        margin-top: 7px
    }

    .i30 {
        left: 1px;
        width: 42px;
        height: 42px
    }

    .ps352 {
        margin-top: 22px
    }

    .s375 {
        min-height: 157px
    }

    .ps353 {
        margin-top: -156px
    }

    .s376 {
        width: 960px;
        min-height: 130px
    }

    .ps355 {
        margin-top: 0
    }

    .i31 {
        width: 261px;
        height: 57px;
        top: 11px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        border-radius: 40px
    }

    .ps356 {
        margin-left: 132px;
        margin-top: 15px
    }

    .s378 {
        min-width: 22px
    }

    .ps358 {
        margin-top: 45px
    }

    .s379 {
        min-width: 22px;
        width: 22px;
        height: 14px
    }

    .f81 {
        font-size: 8px;
        font-size: calc(8px * var(--f));
        line-height: 1.376
    }

    .ps360 {
        margin-top: 8px
    }

    .s380 {
        min-width: 79px;
        width: 79px;
        height: 19px
    }

    .f82 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .ps361 {
        margin-top: 1px
    }

    .s381 {
        min-width: 205px;
        width: 205px;
        height: 19px
    }

    .ps363 {
        margin-left: 80px;
        margin-top: -36px
    }

    .s382 {
        min-width: 122px;
        width: 122px;
        height: 19px
    }

    .s383 {
        min-width: 215px;
        width: 215px;
        height: 19px
    }

    .ps366 {
        margin-left: 203px;
        margin-top: -36px
    }

    .s384 {
        min-width: 159px;
        width: 159px;
        height: 19px
    }

    .s385 {
        min-width: 200px;
        width: 200px;
        height: 19px
    }

    .ps368 {
        margin-left: 363px;
        margin-top: -36px
    }

    .s386 {
        min-width: 177px;
        width: 177px;
        height: 19px
    }

    .ps370 {
        margin-top: 1px
    }

    .s387 {
        min-width: 238px;
        width: 238px;
        height: 19px
    }

    .ps371 {
        margin-left: 541px;
        margin-top: -36px
    }

    .s388 {
        min-width: 91px;
        width: 91px;
        height: 19px
    }

    .ps372 {
        margin-left: 633px;
        margin-top: -36px
    }

    .s389 {
        min-width: 57px;
        width: 57px;
        height: 19px
    }

    .ps373 {
        margin-left: 691px;
        margin-top: -36px
    }

    .ps374 {
        margin-left: 604px;
        margin-top: -112px
    }

    .s390 {
        min-width: 347px;
        width: 347px;
        min-height: 40px
    }

    .input10 {
        width: 347px;
        height: 40px;
        font-size: 14px;
        font-style: normal
    }

    .ps375 {
        margin-left: 318px;
        margin-top: -34px
    }

    .s391 {
        min-width: 24px;
        width: 24px;
        height: 29px
    }

    .c108 {
        min-width: 960px;
        margin-top: -471px;
        min-height: 869px
    }

    .ps376 {
        margin-top: 233px
    }

    .s392 {
        min-width: 960px;
        height: 561px
    }

    .c109 {
        -webkit-border-radius: 281px;
        -moz-border-radius: 281px;
        border-radius: 281px
    }

    .ps377 {
        margin-top: 23px
    }

    .s393 {
        width: 960px;
        min-height: 538px
    }

    .s394 {
        min-width: 960px;
        width: 960px;
        min-height: 538px
    }

    .s395 {
        min-width: 960px;
        width: 960px;
        min-height: 538px
    }

    .s396 {
        min-width: 960px;
        width: 960px;
        min-height: 538px;
        height: 538px
    }

    .i32 {
        width: 960px;
        height: 538px
    }

    .ps378 {
        margin-left: 51px;
        margin-top: -451px
    }

    .s397 {
        min-width: 342px;
        width: 342px;
        height: 190px
    }

    .s398 {
        min-height: 190px
    }

    .f83 {
        font-size: 51px;
        font-size: calc(51px * var(--f))
    }

    .ps379 {
        margin-top: -598px
    }

    .s399 {
        width: 960px;
        height: 80px
    }

    .ps380 {
        margin-left: 0
    }

    .ps381 {
        margin-left: 860px;
        margin-top: 16px
    }

    .i33 {
        left: 0;
        min-width: 16px;
        max-width: 16px;
        min-height: 16px;
        max-height: 16px
    }

    .ps382 {
        margin-top: -8px
    }

    .s400 {
        min-width: 882px;
        height: 56px;
        width: 882px
    }

    .f84 {
        font-size: 27px;
        font-size: calc(27px * var(--f));
        line-height: 1.223;
        padding-top: 12px;
        padding-bottom: 11px
    }

    .c112::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c112:hover:before {
        opacity: 1
    }

    .c112::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c112:hover:after {
        opacity: 0
    }

    .c112:active:before {
        opacity: 1
    }

    .c112:active:after {
        opacity: 1;
        transition: initial
    }

    .ps383 {
        margin-top: -56px
    }

    .s401 {
        min-width: 882px;
        width: 882px;
        min-height: 56px
    }

    .s402 {
        min-width: 882px;
        height: 56px;
        width: 882px
    }

    .ps384 {
        margin-top: -56px
    }

    .s403 {
        min-width: 882px;
        height: 56px;
        width: 882px
    }

    .ps385 {
        margin-top: -56px
    }

    .ps386 {
        margin-top: -56px
    }

    .ps387 {
        margin-top: -56px
    }

    .ps388 {
        margin-left: 0;
        margin-top: -56px
    }

    .ps389 {
        margin-left: 0;
        margin-top: -56px
    }

    .ps390 {
        margin-left: 0;
        margin-top: -59px
    }

    .s404 {
        min-width: 882px;
        height: 59px;
        width: 882px
    }

    .f85 {
        font-size: 27px;
        font-size: calc(27px * var(--f));
        line-height: 1.223;
        padding-top: 13px;
        padding-bottom: 13px
    }

    .c113 {
        min-width: 960px;
        margin-top: 418px;
        min-height: 643px
    }

    .s405 {
        min-width: 960px;
        height: 599px
    }

    .s406 {
        width: 960px;
        min-height: 601px
    }

    .s407 {
        min-width: 961px;
        width: 961px;
        min-height: 601px
    }

    .s408 {
        min-width: 961px;
        width: 961px;
        min-height: 601px
    }

    .s409 {
        min-width: 961px;
        width: 961px;
        min-height: 600px
    }

    .s410 {
        min-width: 960px;
        width: 960px;
        min-height: 40px
    }

    .s411 {
        min-width: 466px;
        height: 40px;
        width: 466px
    }

    .c115 {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        background-image: url(../images/r/screenshot-2024-07-19-at-10.42.17-pm-63.jpg)
    }

    .webp .c115 {
        background-image: url(../images/v/screenshot-2024-07-19-at-10.42.17-pm-63.webp)
    }

    .f86 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101;
        padding-top: 9px;
        padding-bottom: 9px
    }

    .ps396 {
        margin-left: 28px
    }

    .s412 {
        min-width: 466px;
        height: 40px;
        width: 466px
    }

    .c116 {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        background-image: url(../images/r/screenshot-2024-07-19-at-10.42.17-pm-63.jpg)
    }

    .webp .c116 {
        background-image: url(../images/v/screenshot-2024-07-19-at-10.42.17-pm-63.webp)
    }

    .f87 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101;
        padding-top: 9px;
        padding-bottom: 9px
    }

    .ps397 {
        margin-top: 12px
    }

    .s413 {
        min-width: 960px;
        width: 960px;
        min-height: 40px
    }

    .s414 {
        min-width: 466px;
        height: 40px;
        width: 466px
    }

    .c117 {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        background-image: url(../images/r/screenshot-2024-07-19-at-10.42.17-pm-63.jpg)
    }

    .webp .c117 {
        background-image: url(../images/v/screenshot-2024-07-19-at-10.42.17-pm-63.webp)
    }

    .ps399 {
        margin-left: 28px
    }

    .c118 {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        background-image: url(../images/r/screenshot-2024-07-19-at-10.42.17-pm-63.jpg)
    }

    .webp .c118 {
        background-image: url(../images/v/screenshot-2024-07-19-at-10.42.17-pm-63.webp)
    }

    .ps400 {
        margin-top: 12px
    }

    .s415 {
        min-width: 960px;
        width: 960px;
        min-height: 40px
    }

    .c119 {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        background-image: url(../images/r/screenshot-2024-07-19-at-10.42.17-pm-63.jpg)
    }

    .webp .c119 {
        background-image: url(../images/v/screenshot-2024-07-19-at-10.42.17-pm-63.webp)
    }

    .ps402 {
        margin-left: 28px
    }

    .s416 {
        min-width: 466px;
        height: 40px;
        width: 466px
    }

    .c120 {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        background-image: url(../images/r/screenshot-2024-07-19-at-10.42.17-pm-63.jpg)
    }

    .webp .c120 {
        background-image: url(../images/v/screenshot-2024-07-19-at-10.42.17-pm-63.webp)
    }

    .ps403 {
        margin-top: 11px
    }

    .s417 {
        min-width: 960px;
        width: 960px;
        min-height: 40px
    }

    .c121 {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        background-image: url(../images/r/screenshot-2024-07-19-at-10.42.17-pm-63.jpg)
    }

    .webp .c121 {
        background-image: url(../images/v/screenshot-2024-07-19-at-10.42.17-pm-63.webp)
    }

    .ps405 {
        margin-left: 28px
    }

    .c122 {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        background-image: url(../images/r/screenshot-2024-07-19-at-10.42.17-pm-63.jpg)
    }

    .webp .c122 {
        background-image: url(../images/v/screenshot-2024-07-19-at-10.42.17-pm-63.webp)
    }

    .ps406 {
        margin-left: 723px;
        margin-top: 25px
    }

    .s418 {
        min-width: 238px;
        height: 27px;
        width: 236px
    }

    .f88 {
        font-size: 19px;
        font-size: calc(19px * var(--f));
        line-height: 1.212;
        padding-top: 1px
    }

    .ps407 {
        margin-left: 18px;
        margin-top: 65px
    }

    .s419 {
        min-width: 420px;
        width: 420px;
        min-height: 286px
    }

    .ps408 {
        margin-top: -600px
    }

    .s420 {
        min-width: 960px;
        width: 960px;
        min-height: 600px
    }

    .s421 {
        min-width: 466px;
        height: 40px;
        width: 466px
    }

    .c125 {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        background-image: url(../images/p/smiling_women_clinic-65.jpg)
    }

    .webp .c125 {
        background-image: url(../images/j/smiling_women_clinic-65.webp)
    }

    .f89 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101;
        padding-top: 9px;
        padding-bottom: 9px
    }

    .ps410 {
        margin-left: 28px
    }

    .s422 {
        min-width: 466px;
        height: 40px;
        width: 466px
    }

    .c126 {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        background-image: url(../images/p/smiling_women_clinic-65.jpg)
    }

    .webp .c126 {
        background-image: url(../images/j/smiling_women_clinic-65.webp)
    }

    .ps411 {
        margin-left: 494px;
        margin-top: -40px
    }

    .c127 {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        background-image: url(../images/p/smiling_women_clinic-65.jpg)
    }

    .webp .c127 {
        background-image: url(../images/j/smiling_women_clinic-65.webp)
    }

    .ps412 {
        margin-top: 12px
    }

    .s423 {
        min-width: 466px;
        height: 40px;
        width: 466px
    }

    .c128 {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        background-image: url(../images/p/smiling_women_clinic-65.jpg)
    }

    .webp .c128 {
        background-image: url(../images/j/smiling_women_clinic-65.webp)
    }

    .ps413 {
        margin-left: 23px;
        margin-top: 271px
    }

    .s424 {
        min-width: 420px;
        width: 420px;
        min-height: 287px
    }

    .ps414 {
        margin-left: 14px;
        margin-top: 162px
    }

    .s425 {
        min-width: 391px;
        width: 391px;
        min-height: 120px
    }

    .pl2 {
        height: 120px
    }

    .vd3 {
        width: 391px;
        height: 120px
    }

    .ps415 {
        margin-top: -601px
    }

    .s426 {
        min-width: 960px;
        width: 960px;
        min-height: 326px
    }

    .ps416 {
        margin-left: 112px
    }

    .s427 {
        min-width: 214px;
        width: 214px;
        min-height: 324px
    }

    .c129 {
        background-image: url(../images/e/whatsapp-image-2025-06-24-at-3.38.55-pm-214.jpeg)
    }

    .webp .c129 {
        background-image: url(../images/a/whatsapp-image-2025-06-24-at-3.38.55-pm-214.webp)
    }

    .ps417 {
        margin-left: 47px
    }

    .c130 {
        background-image: url(../images/a/whatsapp-image-2025-06-24-at-3.41.09-pm-214.jpeg)
    }

    .webp .c130 {
        background-image: url(../images/t/whatsapp-image-2025-06-24-at-3.41.09-pm-214.webp)
    }

    .ps418 {
        margin-left: 39px
    }

    .c131 {
        background-image: url(../images/n/whatsapp-image-2025-06-24-at-3.44.39-pm-214.jpeg)
    }

    .webp .c131 {
        background-image: url(../images/a/whatsapp-image-2025-06-24-at-3.44.39-pm-214.webp)
    }

    .ps419 {
        margin-left: -846px;
        margin-top: 101px
    }

    .s428 {
        min-width: 69px;
        height: 129px;
        width: 69px
    }

    .f90 {
        font-size: 28px;
        font-size: calc(28px * var(--f));
        line-height: 1.215;
        padding-top: 48px;
        padding-bottom: 47px
    }

    .ps420 {
        margin-left: 822px;
        margin-top: 101px
    }

    .s429 {
        min-width: 69px;
        height: 129px;
        width: 69px
    }

    .ps421 {
        margin-top: -581px
    }

    .s430 {
        min-height: 70px
    }

    .ps422 {
        margin-top: 366px
    }

    .s431 {
        width: 960px;
        min-height: 144px
    }

    .ps423 {
        margin-left: 76px
    }

    .s432 {
        min-width: 744px;
        width: 744px;
        min-height: 144px
    }

    .c134 {
        min-width: 960px;
        min-height: 713px
    }

    .s433 {
        min-width: 960px;
        height: 668px
    }

    .s434 {
        width: 960px;
        min-height: 668px
    }

    .ps426 {
        margin-left: 77px
    }

    .s435 {
        min-width: 883px;
        width: 883px;
        min-height: 668px
    }

    .s436 {
        min-width: 445px;
        width: 445px;
        min-height: 668px
    }

    .ps428 {
        margin-left: 0
    }

    .s437 {
        min-width: 377px;
        width: 377px;
        min-height: 43px
    }

    .s438 {
        min-width: 377px;
        width: 377px;
        min-height: 43px
    }

    .s439 {
        min-width: 377px;
        height: 43px;
        width: 377px
    }

    .c136 {
        -webkit-border-radius: 22px;
        -moz-border-radius: 22px;
        border-radius: 22px;
        background-image: url(../images/v/companylogo-230-230-112-modified-43.png)
    }

    .webp .c136 {
        background-image: url(../images/r/companylogo-230-230-112-modified-43.webp)
    }

    .f91 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.188;
        padding-top: 12px;
        padding-bottom: 12px
    }

    .ps429 {
        margin-top: -43px
    }

    .c137 {
        -webkit-border-radius: 22px;
        -moz-border-radius: 22px;
        border-radius: 22px;
        background-image: url(../images/v/companylogo-230-230-112-modified-43.png)
    }

    .webp .c137 {
        background-image: url(../images/r/companylogo-230-230-112-modified-43.webp)
    }

    .ps430 {
        margin-top: -43px
    }

    .s440 {
        min-width: 377px;
        height: 43px;
        width: 377px
    }

    .c138 {
        -webkit-border-radius: 22px;
        -moz-border-radius: 22px;
        border-radius: 22px;
        background-image: url(../images/v/companylogo-230-230-112-modified-43.png)
    }

    .webp .c138 {
        background-image: url(../images/r/companylogo-230-230-112-modified-43.webp)
    }

    .ps431 {
        margin-top: -43px
    }

    .c139 {
        -webkit-border-radius: 22px;
        -moz-border-radius: 22px;
        border-radius: 22px;
        background-image: url(../images/v/companylogo-230-230-112-modified-43.png)
    }

    .webp .c139 {
        background-image: url(../images/r/companylogo-230-230-112-modified-43.webp)
    }

    .s441 {
        min-width: 377px;
        height: 43px;
        width: 377px
    }

    .c140 {
        -webkit-border-radius: 22px;
        -moz-border-radius: 22px;
        border-radius: 22px;
        background-image: url(../images/v/companylogo-230-230-112-modified-43.png)
    }

    .webp .c140 {
        background-image: url(../images/r/companylogo-230-230-112-modified-43.webp)
    }

    .ps432 {
        margin-top: -43px
    }

    .s442 {
        min-width: 377px;
        height: 43px;
        width: 377px
    }

    .c141 {
        -webkit-border-radius: 22px;
        -moz-border-radius: 22px;
        border-radius: 22px;
        background-image: url(../images/v/companylogo-230-230-112-modified-43.png)
    }

    .webp .c141 {
        background-image: url(../images/r/companylogo-230-230-112-modified-43.webp)
    }

    .ps433 {
        margin-top: -43px
    }

    .c142 {
        -webkit-border-radius: 22px;
        -moz-border-radius: 22px;
        border-radius: 22px;
        background-image: url(../images/v/companylogo-230-230-112-modified-43.png)
    }

    .webp .c142 {
        background-image: url(../images/r/companylogo-230-230-112-modified-43.webp)
    }

    .ps434 {
        margin-left: 52px;
        margin-top: 291px
    }

    .s443 {
        min-width: 393px;
        width: 393px;
        min-height: 334px
    }

    .ps435 {
        margin-left: 198px;
        margin-top: 309px
    }

    .s444 {
        min-width: 240px;
        width: 240px;
        min-height: 347px
    }

    .ps436 {
        margin-left: 617px;
        margin-top: -646px
    }

    .s445 {
        min-width: 252px;
        width: 252px;
        min-height: 271px
    }

    .pl3 {
        height: 271px
    }

    .vd4 {
        width: 252px;
        height: 271px
    }

    .s446 {
        min-width: 960px;
        height: 748px
    }

    .ps438 {
        margin-top: 0
    }

    .s447 {
        width: 960px;
        min-height: 748px
    }

    .ps439 {
        margin-left: 4px
    }

    .s448 {
        min-width: 948px;
        width: 948px;
        min-height: 748px
    }

    .s449 {
        min-width: 354px;
        width: 354px;
        min-height: 748px
    }

    .s450 {
        min-width: 354px;
        width: 354px;
        min-height: 748px
    }

    .s451 {
        min-width: 354px;
        width: 354px;
        height: 748px
    }

    .ps441 {
        margin-left: 16px;
        margin-top: 7px
    }

    .s452 {
        min-width: 325px;
        width: 325px;
        min-height: 25px
    }

    .s453 {
        min-width: 325px;
        width: 325px;
        min-height: 25px
    }

    .c146 {
        -webkit-border-radius: 13px 13px 0 0;
        -moz-border-radius: 13px 13px 0 0;
        border-radius: 13px 13px 0 0
    }

    .ps442 {
        margin-left: 37px;
        margin-top: -21px
    }

    .s454 {
        min-width: 231px;
        width: 231px;
        height: 16px
    }

    .f92 {
        font-size: 19px;
        font-size: calc(19px * var(--f))
    }

    .ps443 {
        margin-left: 14px;
        margin-top: 15px
    }

    .s455 {
        min-width: 324px;
        width: 324px;
        min-height: 273px
    }

    .ps444 {
        margin-left: 9px
    }

    .s456 {
        min-width: 76px;
        width: 76px;
        height: 12px
    }

    .f93 {
        font-size: 14px;
        font-size: calc(14px * var(--f))
    }

    .ps445 {
        margin-left: 7px;
        margin-top: 2px
    }

    .s457 {
        min-width: 317px;
        width: 317px;
        height: 26px
    }

    .input11 {
        width: 317px;
        height: 26px;
        font-size: 16px;
        line-height: 1.126
    }

    .ps446 {
        margin-left: 9px;
        margin-top: 5px
    }

    .s458 {
        min-width: 70px;
        width: 70px;
        height: 12px
    }

    .ps447 {
        margin-left: 6px;
        margin-top: 4px
    }

    .input12 {
        width: 317px;
        height: 26px;
        font-size: 16px;
        line-height: 1.126
    }

    .ps448 {
        margin-left: 9px;
        margin-top: 4px
    }

    .s459 {
        min-width: 86px;
        width: 86px;
        height: 13px
    }

    .ps449 {
        margin-left: -87px;
        margin-top: 20px
    }

    .s460 {
        min-width: 156px;
        width: 156px;
        height: 21px
    }

    .input13 {
        width: 156px;
        height: 21px;
        font-size: 14px;
        line-height: 1.144;
        background-size: 19px;
        background-position: right 19px top 50%
    }

    *[dir="rtl"] .input13,
    :root:lang(ar) .input13,
    :root:lang(iw) .input13 {
        background-position: left 19px top 50%
    }

    .ps450 {
        margin-left: 12px;
        margin-top: 3px
    }

    .s461 {
        min-width: 165px;
        width: 165px;
        height: 11px
    }

    .ps451 {
        margin-left: 6px;
        margin-top: 2px
    }

    .input14 {
        width: 317px;
        height: 26px;
        font-size: 16px;
        line-height: 1.126
    }

    .ps452 {
        margin-left: 20px;
        margin-top: 7px
    }

    .s462 {
        min-width: 165px;
        width: 165px;
        height: 13px
    }

    .ps453 {
        margin-top: 2px
    }

    .s463 {
        min-width: 315px;
        width: 315px;
        height: 21px
    }

    .input15 {
        width: 315px;
        height: 21px;
        font-size: 14px;
        line-height: 1.144;
        background-size: 19px;
        background-position: right 19px top 50%
    }

    *[dir="rtl"] .input15,
    :root:lang(ar) .input15,
    :root:lang(iw) .input15 {
        background-position: left 19px top 50%
    }

    .ps454 {
        margin-top: 2px
    }

    .input16 {
        width: 317px;
        height: 26px;
        font-size: 16px;
        line-height: 1.126
    }

    .ps455 {
        margin-left: 140px;
        margin-top: 6px
    }

    .s464 {
        min-width: 175px;
        height: 26px;
        width: 175px
    }

    .f94 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.126;
        padding-top: 4px;
        padding-bottom: 4px
    }

    .ps456 {
        margin-left: 14px;
        margin-top: 16px
    }

    .s465 {
        min-width: 116px;
        height: 23px;
        width: 116px
    }

    .f95 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.126;
        padding-top: 3px;
        padding-bottom: 2px
    }

    .ps457 {
        margin-left: 7px;
        margin-top: 8px
    }

    .s466 {
        min-width: 324px;
        width: 324px;
        min-height: 375px
    }

    .s467 {
        min-width: 324px;
        width: 324px;
        min-height: 375px
    }

    .ps458 {
        margin-left: 11px
    }

    .s468 {
        min-width: 150px;
        width: 150px;
        height: 15px
    }

    .ps459 {
        margin-top: 4px
    }

    .s469 {
        min-width: 323px;
        width: 323px;
        height: 29px
    }

    .input17 {
        width: 323px;
        height: 29px;
        font-size: 16px;
        line-height: 1.126
    }

    .ps460 {
        margin-left: 7px;
        margin-top: 2px
    }

    .s470 {
        min-width: 133px;
        width: 133px;
        height: 15px
    }

    .ps461 {
        margin-top: 2px
    }

    .input18 {
        width: 323px;
        height: 29px;
        font-size: 16px;
        line-height: 1.126
    }

    .ps462 {
        margin-left: 9px;
        margin-top: 5px
    }

    .ps463 {
        margin-top: 3px
    }

    .s471 {
        min-width: 323px;
        width: 323px;
        height: 56px
    }

    .input19 {
        width: 323px;
        height: 56px;
        font-size: 16px;
        line-height: 1.126
    }

    .ps464 {
        margin-top: 6px
    }

    .s472 {
        min-width: 320px;
        height: 25px;
        width: 320px
    }

    .f96 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.126;
        padding-top: 4px;
        padding-bottom: 3px
    }

    .ps465 {
        margin-left: 1px;
        margin-top: 8px
    }

    .s473 {
        min-width: 320px;
        width: 320px;
        min-height: 29px
    }

    .ps466 {
        margin-top: 0
    }

    .s474 {
        min-width: 214px;
        width: 214px;
        height: 29px
    }

    .input20 {
        width: 214px;
        height: 29px;
        font-size: 16px;
        line-height: 1.126
    }

    .ps467 {
        margin-left: 16px
    }

    .s475 {
        min-width: 90px;
        height: 25px;
        width: 90px
    }

    .ps468 {
        margin-left: 50px;
        margin-top: 110px
    }

    .s476 {
        min-width: 215px;
        height: 22px;
        width: 215px
    }

    .f97 {
        font-size: 17px;
        font-size: calc(17px * var(--f));
        line-height: 1.177;
        padding-top: 1px;
        padding-bottom: 1px
    }

    .ps469 {
        margin-top: -95px
    }

    .s477 {
        min-width: 320px;
        width: 320px;
        height: 58px
    }

    .wrapper2 {
        height: 58px
    }

    .ps470 {
        margin-left: 10px;
        margin-top: -182px
    }

    .s478 {
        min-width: 314px;
        width: 314px;
        min-height: 48px
    }

    .ps471 {
        margin-top: 15px
    }

    .s479 {
        min-width: 32px;
        width: 32px;
        min-height: 15px
    }

    .s480 {
        min-width: 282px;
        width: 282px;
        height: 48px
    }

    .f98 {
        font-size: 16px;
        font-size: calc(16px * var(--f))
    }

    .ps473 {
        margin-left: -313px;
        margin-top: 572px
    }

    .s481 {
        min-width: 320px;
        width: 320px;
        min-height: 45px
    }

    .ps474 {
        margin-top: 13px
    }

    .s482 {
        min-width: 32px;
        width: 32px;
        min-height: 31px
    }

    .ps475 {
        margin-left: 15px
    }

    .s483 {
        min-width: 273px;
        width: 273px;
        height: 45px
    }

    .f99 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.126
    }

    .ps476 {
        margin-left: 6px
    }

    .s484 {
        min-width: 354px;
        width: 354px;
        min-height: 729px
    }

    .s485 {
        min-width: 354px;
        width: 354px;
        height: 729px
    }

    .ps477 {
        margin-left: 20px;
        margin-top: 12px
    }

    .s486 {
        min-width: 320px;
        width: 320px;
        min-height: 53px
    }

    .s487 {
        min-width: 320px;
        width: 320px;
        min-height: 53px
    }

    .c149 {
        -webkit-border-radius: 27px 27px 0 0;
        -moz-border-radius: 27px 27px 0 0;
        border-radius: 27px 27px 0 0
    }

    .ps478 {
        margin-left: 92px;
        margin-top: -43px
    }

    .s488 {
        min-width: 121px;
        width: 121px;
        height: 32px
    }

    .ps479 {
        margin-left: 19px;
        margin-top: 32px
    }

    .s489 {
        min-width: 322px;
        width: 322px;
        height: 41px
    }

    .input22 {
        width: 322px;
        height: 41px;
        font-size: 17px;
        line-height: 1.177;
        background-size: 19px;
        background-position: right 19px top 50%
    }

    *[dir="rtl"] .input22,
    :root:lang(ar) .input22,
    :root:lang(iw) .input22 {
        background-position: left 19px top 50%
    }

    .ps480 {
        margin-left: 19px;
        margin-top: 8px
    }

    .s490 {
        min-width: 322px;
        width: 322px;
        height: 50px
    }

    .input23 {
        width: 322px;
        height: 50px;
        font-size: 16px;
        line-height: 1.126
    }

    .ps481 {
        margin-left: 180px;
        margin-top: 16px
    }

    .s491 {
        min-width: 160px;
        height: 43px;
        width: 160px
    }

    .f100 {
        font-size: 17px;
        font-size: calc(17px * var(--f));
        line-height: 1.177;
        padding-top: 12px;
        padding-bottom: 11px
    }

    .ps482 {
        margin-left: 1px;
        margin-top: 24px
    }

    .s492 {
        min-width: 349px;
        width: 349px;
        height: 386px
    }

    .wrapper3 {
        height: 386px
    }

    .ps483 {
        margin-left: 27px;
        margin-top: 0
    }

    .s493 {
        min-width: 200px;
        width: 200px;
        min-height: 604px
    }

    .ps484 {
        margin-top: 0
    }

    .s494 {
        min-width: 960px;
        height: 525px
    }

    .ps485 {
        margin-top: 35px
    }

    .s495 {
        width: 960px;
        min-height: 490px
    }

    .ps486 {
        margin-left: 38px
    }

    .i34 {
        left: 1px;
        width: 94px;
        height: 92px;
        -webkit-border-radius: 46px;
        -moz-border-radius: 46px;
        border-radius: 46px
    }

    .ps488 {
        margin-left: 66px;
        margin-top: 22px
    }

    .s496 {
        min-width: 184px;
        width: 184px;
        height: 35px
    }

    .f101 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.401
    }

    .ps489 {
        margin-left: -184px;
        margin-top: 57px
    }

    .s497 {
        min-width: 281px;
        width: 281px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps490 {
        margin-left: 140px;
        margin-top: 22px
    }

    .s498 {
        min-width: 317px;
        width: 317px;
        min-height: 35px
    }

    .ps491 {
        margin-left: 1px
    }

    .s499 {
        min-width: 233px;
        width: 233px;
        height: 32px
    }

    .f102 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.612
    }

    .ps492 {
        margin-top: 2px
    }

    .s500 {
        min-width: 317px;
        width: 317px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps493 {
        margin-left: 72px;
        margin-top: 150px
    }

    .ps494 {
        margin-top: 130px
    }

    .s501 {
        min-width: 834px;
        width: 834px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps495 {
        margin-left: 149px;
        margin-top: -131px
    }

    .s502 {
        min-width: 649px;
        width: 649px;
        min-height: 248px
    }

    .ps496 {
        margin-left: 4px
    }

    .ps497 {
        margin-top: 14px
    }

    .s503 {
        min-width: 392px;
        width: 392px;
        min-height: 234px
    }

    .s504 {
        min-width: 392px;
        width: 392px;
        min-height: 234px
    }

    .s505 {
        min-width: 168px;
        width: 168px;
        min-height: 234px
    }

    .s506 {
        min-width: 84px;
        width: 84px;
        height: 26px
    }

    .f103 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f103:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f103:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f103:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .ps499 {
        margin-top: 6px
    }

    .s507 {
        min-width: 90px;
        width: 90px;
        height: 24px
    }

    .f104 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f104:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f104:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f104:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .ps500 {
        margin-left: -89px;
        margin-top: 38px
    }

    .s508 {
        min-width: 48px;
        width: 48px;
        height: 24px
    }

    .ps501 {
        margin-left: 1px;
        margin-top: 9px
    }

    .s509 {
        min-width: 121px;
        width: 121px;
        height: 27px
    }

    .ps502 {
        margin-left: 1px;
        margin-top: 10px
    }

    .s510 {
        min-width: 145px;
        width: 145px;
        height: 26px
    }

    .s511 {
        min-width: 98px;
        width: 98px;
        height: 27px
    }

    .ps504 {
        margin-top: 13px
    }

    .s512 {
        min-width: 168px;
        width: 168px;
        height: 26px
    }

    .ps505 {
        margin-left: 47px;
        margin-top: 14px
    }

    .s513 {
        min-width: 151px;
        width: 151px;
        min-height: 194px
    }

    .s514 {
        min-width: 151px;
        width: 151px;
        height: 24px
    }

    .ps507 {
        margin-left: 1px;
        margin-top: 9px
    }

    .s515 {
        min-width: 115px;
        width: 115px;
        height: 24px
    }

    .ps508 {
        margin-top: 7px
    }

    .s516 {
        min-width: 58px;
        width: 58px;
        height: 24px
    }

    .ps509 {
        margin-top: 9px
    }

    .s517 {
        min-width: 151px;
        width: 151px;
        height: 25px
    }

    .ps510 {
        margin-top: 45px
    }

    .s518 {
        min-width: 103px;
        width: 103px;
        height: 27px
    }

    .f105 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f105:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f105:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f105:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .ps511 {
        margin-left: 215px;
        margin-top: -88px
    }

    .s519 {
        min-width: 177px;
        width: 177px;
        height: 27px
    }

    .ps512 {
        margin-left: 188px;
        margin-top: -185px
    }

    .ps513 {
        margin-top: 2px
    }

    .i35 {
        width: 53px;
        height: 65px
    }

    .ps514 {
        margin-left: 4px
    }

    .i36 {
        width: 53px;
        height: 67px
    }

    .ps515 {
        margin-left: 7px;
        margin-top: 13px
    }

    .i37 {
        left: 0;
        width: 38px;
        height: 38px;
        top: 2px
    }

    .ps516 {
        margin-left: 20px
    }

    .ps517 {
        margin-left: 0
    }

    .s520 {
        min-width: 218px;
        width: 218px;
        height: 26px
    }

    .ps518 {
        margin-left: 0;
        margin-top: 8px
    }

    .s521 {
        min-width: 219px;
        width: 219px;
        height: 26px
    }

    .ps519 {
        margin-left: 0;
        margin-top: 5px
    }

    .s522 {
        min-width: 233px;
        width: 233px;
        height: 26px
    }

    .f106 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f106:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f106:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f106:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .ps520 {
        margin-top: 5px
    }

    .s523 {
        min-width: 130px;
        width: 130px;
        height: 24px
    }

    .ps521 {
        margin-left: 1px;
        margin-top: 5px
    }

    .s524 {
        min-width: 110px;
        width: 110px;
        height: 25px
    }

    .ps522 {
        margin-top: 7px
    }

    .s525 {
        min-width: 180px;
        width: 180px;
        min-height: 58px
    }

    .s526 {
        min-width: 180px;
        width: 180px;
        min-height: 58px
    }

    .s527 {
        min-width: 180px;
        width: 180px;
        height: 26px
    }

    .ps524 {
        margin-top: 6px
    }

    .s528 {
        min-width: 69px;
        width: 69px;
        height: 26px
    }

    .ps525 {
        margin-left: 0;
        margin-top: 8px
    }

    .s529 {
        min-width: 222px;
        width: 222px;
        height: 25px
    }

    .ps526 {
        margin-top: -71px
    }

    .s530 {
        min-width: 589px;
        width: 589px;
        height: 53px
    }

    .f107 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.616
    }

    .ps528 {
        width: 960px
    }

    .ps529 {
        margin-top: max(calc(50vh - 20px), 0px);
        margin-top: max(calc(var(--vh, 1vh) * 50 - 20px), 0px)
    }

    .s531 {
        min-width: 960px;
        width: 960px;
        height: 41px
    }

    .c153 {
        height: 41px
    }

    .ps530 {
        margin-left: 18px
    }

    .s532 {
        min-width: 873px;
        width: 873px;
        height: 55px
    }

    .f108 {
        font-size: 19px;
        font-size: calc(19px * var(--f));
        line-height: 1.843
    }

    .ps531 {
        margin-left: 25px;
        margin-top: 9px
    }

    .s533 {
        min-width: 32px;
        width: 32px;
        height: 32px
    }

    .c154 {
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px
    }

    .s534 {
        min-width: 960px;
        min-height: 54px
    }

    .ps532 {
        margin-top: 11px
    }

    .s535 {
        width: 960px;
        min-height: 31px
    }

    .ps533 {
        margin-left: 683px
    }

    .s536 {
        min-width: 128px;
        height: 31px;
        width: 128px
    }

    .f109 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.274;
        padding-top: 9px;
        padding-bottom: 8px
    }

    .ps534 {
        margin-left: 10px
    }

    body {
        --d: 2;
        --s: 960
    }
}

@media (min-width:768px) and (max-width:959px) {
    .c102 {
        min-width: 768px;
        min-height: 385px
    }

    .s371 {
        min-width: 768px;
        height: 187px
    }

    .ps345 {
        margin-top: 9px
    }

    .s372 {
        width: 768px;
        min-height: 40px
    }

    .ps346 {
        margin-left: 148px
    }

    .ps347 {
        margin-top: 5px
    }

    .i28 {
        left: 0;
        min-width: 19px;
        max-width: 19px;
        min-height: 19px;
        max-height: 19px
    }

    .ps348 {
        margin-left: 14px;
        margin-top: 5px
    }

    .s373 {
        min-width: 160px;
        width: 160px;
        height: 20px
    }

    .f80 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.188
    }

    .ps349 {
        margin-left: 25px;
        margin-top: 0
    }

    .i29 {
        left: 3px;
        min-width: 26px;
        max-width: 26px;
        min-height: 26px;
        max-height: 26px
    }

    .ps350 {
        margin-left: 12px;
        margin-top: 4px
    }

    .s374 {
        min-width: 225px;
        width: 225px;
        height: 23px
    }

    .ps351 {
        margin-left: 70px;
        margin-top: 3px
    }

    .i30 {
        left: 1px;
        width: 37px;
        height: 37px
    }

    .ps352 {
        margin-top: 12px
    }

    .s375 {
        min-height: 126px
    }

    .ps353 {
        margin-top: -127px
    }

    .s376 {
        width: 768px;
        min-height: 109px
    }

    .ps354 {
        margin-left: 11px
    }

    .ps355 {
        margin-top: 12px
    }

    .i31 {
        width: 83px;
        height: 18px;
        top: 29px;
        -webkit-border-radius: 38px;
        -moz-border-radius: 38px;
        border-radius: 38px
    }

    .ps356 {
        margin-left: 9px;
        margin-top: 80px
    }

    .s378 {
        min-width: 17px
    }

    .ps358 {
        margin-top: 37px
    }

    .s379 {
        min-width: 17px;
        width: 17px;
        height: 10px
    }

    .f81 {
        font-size: 6px;
        font-size: calc(6px * var(--f));
        line-height: 1.334
    }

    .ps360 {
        margin-top: 7px
    }

    .s380 {
        min-width: 65px;
        width: 65px;
        height: 15px
    }

    .f82 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.183
    }

    .ps361 {
        margin-top: 1px
    }

    .s381 {
        min-width: 164px;
        width: 164px;
        height: 15px
    }

    .ps363 {
        margin-left: 65px;
        margin-top: -29px
    }

    .s382 {
        min-width: 98px;
        width: 98px;
        height: 15px
    }

    .s383 {
        min-width: 172px;
        width: 172px;
        height: 15px
    }

    .ps366 {
        margin-left: 163px;
        margin-top: -29px
    }

    .s384 {
        min-width: 128px;
        width: 128px;
        height: 15px
    }

    .s385 {
        min-width: 160px;
        width: 160px;
        height: 15px
    }

    .ps368 {
        margin-left: 291px;
        margin-top: -29px
    }

    .s386 {
        min-width: 142px;
        width: 142px;
        height: 15px
    }

    .ps370 {
        margin-top: 1px
    }

    .s387 {
        min-width: 190px;
        width: 190px;
        height: 15px
    }

    .ps371 {
        margin-left: 433px;
        margin-top: -29px
    }

    .s388 {
        min-width: 74px;
        width: 74px;
        height: 15px
    }

    .ps372 {
        margin-left: 507px;
        margin-top: -29px
    }

    .s389 {
        min-width: 47px;
        width: 47px;
        height: 15px
    }

    .ps373 {
        margin-left: 554px;
        margin-top: -29px
    }

    .ps374 {
        margin-left: 441px;
        margin-top: -109px
    }

    .s390 {
        min-width: 288px;
        width: 288px;
        min-height: 31px
    }

    .input10 {
        width: 288px;
        height: 31px;
        font-family: "Lato 3";
        font-size: 12px;
        line-height: 1.251;
        font-weight: 700;
        font-style: normal
    }

    .ps375 {
        margin-left: 260px;
        margin-top: -31px
    }

    .s391 {
        min-width: 26px;
        width: 26px;
        height: 29px
    }

    .c108 {
        min-width: 768px;
        margin-top: -385px;
        min-height: 688px
    }

    .ps376 {
        margin-top: 187px
    }

    .s392 {
        min-width: 768px;
        height: 435px
    }

    .c109 {
        -webkit-border-radius: 218px;
        -moz-border-radius: 218px;
        border-radius: 218px
    }

    .s393 {
        width: 768px;
        min-height: 426px
    }

    .s394 {
        min-width: 768px;
        width: 768px;
        min-height: 426px
    }

    .s395 {
        min-width: 768px;
        width: 768px;
        min-height: 426px
    }

    .s396 {
        min-width: 768px;
        width: 768px;
        min-height: 426px;
        height: 426px
    }

    .i32 {
        width: 768px;
        height: 426px
    }

    .ps378 {
        margin-left: 41px;
        margin-top: -348px
    }

    .s397 {
        min-width: 274px;
        width: 274px;
        height: 152px
    }

    .s398 {
        min-height: 152px
    }

    .f83 {
        font-size: 40px;
        font-size: calc(40px * var(--f));
        line-height: 1.176
    }

    .ps379 {
        margin-top: -503px
    }

    .s399 {
        width: 768px;
        height: 487px
    }

    .ps380 {
        margin-left: 38px
    }

    .ps381 {
        margin-left: 675px;
        margin-top: 7px
    }

    .i33 {
        left: 0;
        min-width: 23px;
        max-width: 23px;
        min-height: 23px;
        max-height: 23px
    }

    .ps382 {
        margin-top: 31px
    }

    .s400 {
        min-width: 706px;
        height: 45px;
        width: 706px
    }

    .f84 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.228;
        padding-top: 9px;
        padding-bottom: 9px
    }

    .c112::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c112:hover:before {
        opacity: 1
    }

    .c112::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c112:hover:after {
        opacity: 0
    }

    .c112:active:before {
        opacity: 1
    }

    .c112:active:after {
        opacity: 1;
        transition: initial
    }

    .ps383 {
        margin-top: 3px
    }

    .s401 {
        min-width: 706px;
        width: 706px;
        min-height: 233px
    }

    .s402 {
        min-width: 706px;
        height: 45px;
        width: 706px
    }

    .ps384 {
        margin-top: 2px
    }

    .s403 {
        min-width: 706px;
        height: 45px;
        width: 706px
    }

    .ps385 {
        margin-top: 2px
    }

    .ps386 {
        margin-top: 2px
    }

    .ps387 {
        margin-top: 2px
    }

    .ps388 {
        margin-left: 0;
        margin-top: 2px
    }

    .ps389 {
        margin-left: 0;
        margin-top: 2px
    }

    .ps390 {
        margin-left: 0;
        margin-top: 3px
    }

    .s404 {
        min-width: 706px;
        height: 47px;
        width: 706px
    }

    .f85 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.228;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .c113 {
        min-width: 768px;
        margin-top: -50px;
        min-height: 609px
    }

    .ps391 {
        margin-top: 0
    }

    .s405 {
        min-width: 768px;
        height: 595px
    }

    .ps392 {
        margin-top: 32px
    }

    .s406 {
        width: 768px;
        min-height: 564px
    }

    .s407 {
        min-width: 768px;
        width: 768px;
        min-height: 564px
    }

    .s408 {
        min-width: 768px;
        width: 768px;
        min-height: 564px
    }

    .ps394 {
        margin-top: 173px
    }

    .s409 {
        min-width: 768px;
        width: 768px;
        min-height: 391px
    }

    .ps395 {
        margin-left: 4px
    }

    .s410 {
        min-width: 764px;
        width: 764px;
        min-height: 58px
    }

    .s411 {
        min-width: 373px;
        height: 58px;
        width: 373px
    }

    .c115 {
        -webkit-border-radius: 29px;
        -moz-border-radius: 29px;
        border-radius: 29px;
        background-image: url(../images/n/screenshot-2024-07-19-at-10.42.17-pm-184.jpg)
    }

    .webp .c115 {
        background-image: url(../images/e/screenshot-2024-07-19-at-10.42.17-pm-184.webp)
    }

    .f86 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.188;
        padding-top: 20px;
        padding-bottom: 19px
    }

    .ps396 {
        margin-left: 18px
    }

    .s412 {
        min-width: 373px;
        height: 58px;
        width: 373px
    }

    .c116 {
        -webkit-border-radius: 29px;
        -moz-border-radius: 29px;
        border-radius: 29px;
        background-image: url(../images/n/screenshot-2024-07-19-at-10.42.17-pm-184.jpg)
    }

    .webp .c116 {
        background-image: url(../images/e/screenshot-2024-07-19-at-10.42.17-pm-184.webp)
    }

    .f87 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.188;
        padding-top: 20px;
        padding-bottom: 19px
    }

    .ps397 {
        margin-top: 19px
    }

    .s413 {
        min-width: 768px;
        width: 768px;
        min-height: 58px
    }

    .s414 {
        min-width: 373px;
        height: 58px;
        width: 373px
    }

    .c117 {
        -webkit-border-radius: 29px;
        -moz-border-radius: 29px;
        border-radius: 29px;
        background-image: url(../images/n/screenshot-2024-07-19-at-10.42.17-pm-184.jpg)
    }

    .webp .c117 {
        background-image: url(../images/e/screenshot-2024-07-19-at-10.42.17-pm-184.webp)
    }

    .ps399 {
        margin-left: 22px
    }

    .c118 {
        -webkit-border-radius: 29px;
        -moz-border-radius: 29px;
        border-radius: 29px;
        background-image: url(../images/n/screenshot-2024-07-19-at-10.42.17-pm-184.jpg)
    }

    .webp .c118 {
        background-image: url(../images/e/screenshot-2024-07-19-at-10.42.17-pm-184.webp)
    }

    .ps400 {
        margin-top: 22px
    }

    .s415 {
        min-width: 768px;
        width: 768px;
        min-height: 58px
    }

    .c119 {
        -webkit-border-radius: 29px;
        -moz-border-radius: 29px;
        border-radius: 29px;
        background-image: url(../images/n/screenshot-2024-07-19-at-10.42.17-pm-184.jpg)
    }

    .webp .c119 {
        background-image: url(../images/e/screenshot-2024-07-19-at-10.42.17-pm-184.webp)
    }

    .ps402 {
        margin-left: 22px
    }

    .s416 {
        min-width: 373px;
        height: 58px;
        width: 373px
    }

    .c120 {
        -webkit-border-radius: 29px;
        -moz-border-radius: 29px;
        border-radius: 29px;
        background-image: url(../images/n/screenshot-2024-07-19-at-10.42.17-pm-184.jpg)
    }

    .webp .c120 {
        background-image: url(../images/e/screenshot-2024-07-19-at-10.42.17-pm-184.webp)
    }

    .ps403 {
        margin-top: 16px
    }

    .s417 {
        min-width: 768px;
        width: 768px;
        min-height: 58px
    }

    .c121 {
        -webkit-border-radius: 29px;
        -moz-border-radius: 29px;
        border-radius: 29px;
        background-image: url(../images/n/screenshot-2024-07-19-at-10.42.17-pm-184.jpg)
    }

    .webp .c121 {
        background-image: url(../images/e/screenshot-2024-07-19-at-10.42.17-pm-184.webp)
    }

    .ps405 {
        margin-left: 22px
    }

    .c122 {
        -webkit-border-radius: 29px;
        -moz-border-radius: 29px;
        border-radius: 29px;
        background-image: url(../images/n/screenshot-2024-07-19-at-10.42.17-pm-184.jpg)
    }

    .webp .c122 {
        background-image: url(../images/e/screenshot-2024-07-19-at-10.42.17-pm-184.webp)
    }

    .ps406 {
        margin-left: 569px;
        margin-top: 64px
    }

    .s418 {
        min-width: 191px;
        height: 38px;
        width: 189px
    }

    .f88 {
        font-size: 15px;
        font-size: calc(15px * var(--f));
        line-height: 1.134;
        padding-top: 10px;
        padding-bottom: 9px
    }

    .ps407 {
        margin-left: 14px;
        margin-top: -291px
    }

    .s419 {
        min-width: 336px;
        width: 336px;
        min-height: 229px
    }

    .ps408 {
        margin-top: -388px
    }

    .s420 {
        min-width: 768px;
        width: 768px;
        min-height: 331px
    }

    .ps409 {
        margin-left: 4px
    }

    .s421 {
        min-width: 373px;
        height: 58px;
        width: 373px
    }

    .c125 {
        -webkit-border-radius: 29px;
        -moz-border-radius: 29px;
        border-radius: 29px;
        background-image: url(../images/6/smiling_women_clinic-190.jpg)
    }

    .webp .c125 {
        background-image: url(../images/j/smiling_women_clinic-190.webp)
    }

    .f89 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.188;
        padding-top: 20px;
        padding-bottom: 19px
    }

    .ps410 {
        margin-left: 18px
    }

    .s422 {
        min-width: 373px;
        height: 58px;
        width: 373px
    }

    .c126 {
        -webkit-border-radius: 29px;
        -moz-border-radius: 29px;
        border-radius: 29px;
        background-image: url(../images/6/smiling_women_clinic-190.jpg)
    }

    .webp .c126 {
        background-image: url(../images/j/smiling_women_clinic-190.webp)
    }

    .ps411 {
        margin-left: 395px;
        margin-top: -58px
    }

    .c127 {
        -webkit-border-radius: 29px;
        -moz-border-radius: 29px;
        border-radius: 29px;
        background-image: url(../images/6/smiling_women_clinic-190.jpg)
    }

    .webp .c127 {
        background-image: url(../images/j/smiling_women_clinic-190.webp)
    }

    .ps412 {
        margin-top: 19px
    }

    .s423 {
        min-width: 373px;
        height: 58px;
        width: 373px
    }

    .c128 {
        -webkit-border-radius: 29px;
        -moz-border-radius: 29px;
        border-radius: 29px;
        background-image: url(../images/6/smiling_women_clinic-190.jpg)
    }

    .webp .c128 {
        background-image: url(../images/j/smiling_women_clinic-190.webp)
    }

    .ps413 {
        margin-left: 18px;
        margin-top: 41px
    }

    .s424 {
        min-width: 336px;
        width: 336px;
        min-height: 230px
    }

    .ps414 {
        margin-left: 11px;
        margin-top: 129px
    }

    .s425 {
        min-width: 313px;
        width: 313px;
        min-height: 96px
    }

    .pl2 {
        height: 96px
    }

    .vd3 {
        width: 313px;
        height: 96px
    }

    .ps415 {
        margin-top: -564px
    }

    .s426 {
        min-width: 768px;
        width: 768px;
        min-height: 261px
    }

    .ps416 {
        margin-left: 89px
    }

    .s427 {
        min-width: 171px;
        width: 171px;
        min-height: 259px
    }

    .c129 {
        background-image: url(../images/8/whatsapp-image-2025-06-24-at-3.38.55-pm-342.jpeg)
    }

    .webp .c129 {
        background-image: url(../images/0/whatsapp-image-2025-06-24-at-3.38.55-pm-342.webp)
    }

    .ps417 {
        margin-left: 38px
    }

    .c130 {
        background-image: url(../images/n/whatsapp-image-2025-06-24-at-3.41.09-pm-342.jpeg)
    }

    .webp .c130 {
        background-image: url(../images/8/whatsapp-image-2025-06-24-at-3.41.09-pm-342.webp)
    }

    .ps418 {
        margin-left: 31px
    }

    .c131 {
        background-image: url(../images/l/whatsapp-image-2025-06-24-at-3.44.39-pm-342.jpeg)
    }

    .webp .c131 {
        background-image: url(../images/8/whatsapp-image-2025-06-24-at-3.44.39-pm-342.webp)
    }

    .ps419 {
        margin-left: -677px;
        margin-top: 81px
    }

    .s428 {
        min-width: 55px;
        height: 103px;
        width: 55px
    }

    .f90 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.228;
        padding-top: 38px;
        padding-bottom: 38px
    }

    .ps420 {
        margin-left: 658px;
        margin-top: 81px
    }

    .s429 {
        min-width: 55px;
        height: 103px;
        width: 55px
    }

    .ps421 {
        margin-top: -545px
    }

    .s430 {
        min-height: 56px
    }

    .ps422 {
        margin-top: 358px
    }

    .s431 {
        width: 768px;
        min-height: 115px
    }

    .ps423 {
        margin-left: 61px
    }

    .s432 {
        min-width: 595px;
        width: 595px;
        min-height: 115px
    }

    .c134 {
        min-width: 768px;
        margin-top: -15px;
        min-height: 539px
    }

    .ps424 {
        margin-top: 0
    }

    .s433 {
        min-width: 768px;
        height: 511px
    }

    .ps425 {
        margin-top: 24px
    }

    .s434 {
        width: 768px;
        min-height: 487px
    }

    .ps426 {
        margin-left: 188px
    }

    .s435 {
        min-width: 569px;
        width: 569px;
        min-height: 487px
    }

    .ps427 {
        margin-top: 220px
    }

    .s436 {
        min-width: 403px;
        width: 403px;
        min-height: 267px
    }

    .ps428 {
        margin-left: 0;
        margin-top: 123px
    }

    .s437 {
        min-width: 345px;
        width: 345px;
        min-height: 50px
    }

    .s438 {
        min-width: 345px;
        width: 345px;
        min-height: 50px
    }

    .s439 {
        min-width: 345px;
        height: 50px;
        width: 345px
    }

    .c136 {
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        background-image: url(../images/j/companylogo-230-230-112-modified-100.png)
    }

    .webp .c136 {
        background-image: url(../images/8/companylogo-230-230-112-modified-100.webp)
    }

    .f91 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144;
        padding-top: 17px;
        padding-bottom: 17px
    }

    .ps429 {
        margin-top: -50px
    }

    .c137 {
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        background-image: url(../images/j/companylogo-230-230-112-modified-100.png)
    }

    .webp .c137 {
        background-image: url(../images/8/companylogo-230-230-112-modified-100.webp)
    }

    .ps430 {
        margin-top: -50px
    }

    .s440 {
        min-width: 345px;
        height: 50px;
        width: 345px
    }

    .c138 {
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        background-image: url(../images/j/companylogo-230-230-112-modified-100.png)
    }

    .webp .c138 {
        background-image: url(../images/8/companylogo-230-230-112-modified-100.webp)
    }

    .ps431 {
        margin-top: -50px
    }

    .c139 {
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        background-image: url(../images/j/companylogo-230-230-112-modified-100.png)
    }

    .webp .c139 {
        background-image: url(../images/8/companylogo-230-230-112-modified-100.webp)
    }

    .s441 {
        min-width: 345px;
        height: 50px;
        width: 345px
    }

    .c140 {
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        background-image: url(../images/j/companylogo-230-230-112-modified-100.png)
    }

    .webp .c140 {
        background-image: url(../images/8/companylogo-230-230-112-modified-100.webp)
    }

    .ps432 {
        margin-top: -50px
    }

    .s442 {
        min-width: 345px;
        height: 50px;
        width: 345px
    }

    .c141 {
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        background-image: url(../images/j/companylogo-230-230-112-modified-100.png)
    }

    .webp .c141 {
        background-image: url(../images/8/companylogo-230-230-112-modified-100.webp)
    }

    .ps433 {
        margin-top: -50px
    }

    .c142 {
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        background-image: url(../images/j/companylogo-230-230-112-modified-100.png)
    }

    .webp .c142 {
        background-image: url(../images/8/companylogo-230-230-112-modified-100.webp)
    }

    .ps434 {
        margin-left: 89px;
        margin-top: -173px
    }

    .s443 {
        min-width: 314px;
        width: 314px;
        min-height: 267px
    }

    .ps435 {
        margin-left: 364px;
        margin-top: -288px
    }

    .s444 {
        min-width: 192px;
        width: 192px;
        min-height: 278px
    }

    .ps436 {
        margin-left: 367px;
        margin-top: -487px
    }

    .s445 {
        min-width: 202px;
        width: 202px;
        min-height: 217px
    }

    .pl3 {
        height: 217px
    }

    .vd4 {
        width: 202px;
        height: 217px
    }

    .s446 {
        min-width: 768px;
        height: 598px
    }

    .ps438 {
        margin-top: 0
    }

    .s447 {
        width: 768px;
        min-height: 598px
    }

    .ps439 {
        margin-left: 3px
    }

    .s448 {
        min-width: 759px;
        width: 759px;
        min-height: 598px
    }

    .s449 {
        min-width: 283px;
        width: 283px;
        min-height: 598px
    }

    .s450 {
        min-width: 283px;
        width: 283px;
        min-height: 598px
    }

    .s451 {
        min-width: 283px;
        width: 283px;
        height: 598px
    }

    .ps441 {
        margin-left: 13px;
        margin-top: 5px
    }

    .s452 {
        min-width: 260px;
        width: 260px;
        min-height: 20px
    }

    .s453 {
        min-width: 260px;
        width: 260px;
        min-height: 20px
    }

    .c146 {
        -webkit-border-radius: 10px 10px 0 0;
        -moz-border-radius: 10px 10px 0 0;
        border-radius: 10px 10px 0 0
    }

    .ps442 {
        margin-left: 30px;
        margin-top: -16px
    }

    .s454 {
        min-width: 185px;
        width: 185px;
        height: 13px
    }

    .f92 {
        font-size: 15px;
        font-size: calc(15px * var(--f));
        line-height: 1.334
    }

    .ps443 {
        margin-left: 11px;
        margin-top: 12px
    }

    .s455 {
        min-width: 260px;
        width: 260px;
        min-height: 219px
    }

    .ps444 {
        margin-left: 8px
    }

    .s456 {
        min-width: 61px;
        width: 61px;
        height: 10px
    }

    .f93 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.274
    }

    .ps445 {
        margin-left: 6px;
        margin-top: 1px
    }

    .s457 {
        min-width: 254px;
        width: 254px;
        height: 22px
    }

    .input11 {
        width: 254px;
        height: 22px;
        font-size: 12px;
        line-height: 1.168
    }

    .ps446 {
        margin-left: 8px;
        margin-top: 3px
    }

    .s458 {
        min-width: 56px;
        width: 56px;
        height: 10px
    }

    .ps447 {
        margin-left: 5px;
        margin-top: 3px
    }

    .input12 {
        width: 254px;
        height: 22px;
        font-size: 12px;
        line-height: 1.168
    }

    .ps448 {
        margin-left: 8px;
        margin-top: 2px
    }

    .s459 {
        min-width: 69px;
        width: 69px;
        height: 10px
    }

    .ps449 {
        margin-left: -70px;
        margin-top: 15px
    }

    .s460 {
        min-width: 125px;
        width: 125px;
        height: 17px
    }

    .input13 {
        width: 125px;
        height: 17px;
        font-size: 11px;
        line-height: 1.092;
        background-size: 15px;
        background-position: right 15px top 50%
    }

    *[dir="rtl"] .input13,
    :root:lang(ar) .input13,
    :root:lang(iw) .input13 {
        background-position: left 15px top 50%
    }

    .ps450 {
        margin-left: 10px;
        margin-top: 2px
    }

    .s461 {
        min-width: 132px;
        width: 132px;
        height: 9px
    }

    .ps451 {
        margin-left: 5px;
        margin-top: 1px
    }

    .input14 {
        width: 254px;
        height: 22px;
        font-size: 12px;
        line-height: 1.168
    }

    .ps452 {
        margin-left: 16px;
        margin-top: 5px
    }

    .s462 {
        min-width: 132px;
        width: 132px;
        height: 10px
    }

    .ps453 {
        margin-top: 2px
    }

    .s463 {
        min-width: 252px;
        width: 252px;
        height: 17px
    }

    .input15 {
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        border-radius: 9px;
        width: 252px;
        height: 17px;
        font-size: 11px;
        line-height: 1.092;
        background-size: 15px;
        background-position: right 15px top 50%
    }

    *[dir="rtl"] .input15,
    :root:lang(ar) .input15,
    :root:lang(iw) .input15 {
        background-position: left 15px top 50%
    }

    .ps454 {
        margin-top: 1px
    }

    .input16 {
        width: 254px;
        height: 22px;
        font-size: 12px;
        line-height: 1.168
    }

    .ps455 {
        margin-left: 112px;
        margin-top: 4px
    }

    .s464 {
        min-width: 140px;
        height: 21px;
        width: 140px
    }

    .f94 {
        font-size: 12px;
        font-size: calc(12px * var(--f));
        line-height: 1.168;
        padding-top: 4px;
        padding-bottom: 3px
    }

    .ps456 {
        margin-left: 11px;
        margin-top: 13px
    }

    .s465 {
        min-width: 93px;
        height: 18px;
        width: 93px
    }

    .f95 {
        font-size: 12px;
        font-size: calc(12px * var(--f));
        line-height: 1.168;
        padding-top: 2px;
        padding-bottom: 2px
    }

    .ps457 {
        margin-left: 5px;
        margin-top: 6px
    }

    .s466 {
        min-width: 260px;
        width: 260px;
        min-height: 301px
    }

    .s467 {
        min-width: 260px;
        width: 260px;
        min-height: 301px
    }

    .ps458 {
        margin-left: 10px
    }

    .s468 {
        min-width: 120px;
        width: 120px;
        height: 12px
    }

    .ps459 {
        margin-top: 3px
    }

    .s469 {
        min-width: 259px;
        width: 259px;
        height: 24px
    }

    .input17 {
        width: 259px;
        height: 24px;
        font-size: 12px;
        line-height: 1.168
    }

    .ps460 {
        margin-left: 6px;
        margin-top: 1px
    }

    .s470 {
        min-width: 106px;
        width: 106px;
        height: 12px
    }

    .ps461 {
        margin-top: 2px
    }

    .input18 {
        width: 259px;
        height: 24px;
        font-size: 12px;
        line-height: 1.168
    }

    .ps462 {
        margin-left: 8px;
        margin-top: 3px
    }

    .ps463 {
        margin-top: 2px
    }

    .s471 {
        min-width: 259px;
        width: 259px;
        height: 46px
    }

    .input19 {
        width: 259px;
        height: 46px;
        font-size: 12px;
        line-height: 1.168
    }

    .ps464 {
        margin-top: 4px
    }

    .s472 {
        min-width: 256px;
        height: 20px;
        width: 256px
    }

    .f96 {
        font-size: 12px;
        font-size: calc(12px * var(--f));
        line-height: 1.168;
        padding-top: 3px;
        padding-bottom: 3px
    }

    .ps465 {
        margin-left: 1px;
        margin-top: 6px
    }

    .s473 {
        min-width: 257px;
        width: 257px;
        min-height: 24px
    }

    .ps466 {
        margin-top: 0
    }

    .s474 {
        min-width: 172px;
        width: 172px;
        height: 24px
    }

    .input20 {
        width: 172px;
        height: 24px;
        font-size: 12px;
        line-height: 1.168
    }

    .ps467 {
        margin-left: 13px;
        margin-top: 1px
    }

    .s475 {
        min-width: 72px;
        height: 20px;
        width: 72px
    }

    .ps468 {
        margin-left: 41px;
        margin-top: 88px
    }

    .s476 {
        min-width: 172px;
        height: 18px;
        width: 172px
    }

    .f97 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.155;
        padding-top: 2px;
        padding-bottom: 1px
    }

    .ps469 {
        margin-top: -77px
    }

    .s477 {
        min-width: 256px;
        width: 256px;
        height: 46px
    }

    .wrapper2 {
        height: 46px
    }

    .ps470 {
        margin-left: 8px;
        margin-top: -145px
    }

    .s478 {
        min-width: 252px;
        width: 252px;
        min-height: 38px
    }

    .ps471 {
        margin-top: 12px
    }

    .s479 {
        min-width: 26px;
        width: 26px
    }

    .s480 {
        min-width: 226px;
        width: 226px;
        height: 38px
    }

    .f98 {
        font-size: 12px;
        font-size: calc(12px * var(--f));
        line-height: 1.418
    }

    .ps473 {
        margin-left: -250px;
        margin-top: 457px
    }

    .s481 {
        min-width: 256px;
        width: 256px;
        min-height: 36px
    }

    .ps474 {
        margin-top: 11px
    }

    .s482 {
        min-width: 26px;
        width: 26px
    }

    .ps475 {
        margin-left: 12px
    }

    .s483 {
        min-width: 218px;
        width: 218px;
        height: 36px
    }

    .f99 {
        font-size: 12px;
        font-size: calc(12px * var(--f));
        line-height: 1.168
    }

    .ps476 {
        margin-left: 5px
    }

    .s484 {
        min-width: 283px;
        width: 283px;
        min-height: 583px
    }

    .s485 {
        min-width: 283px;
        width: 283px;
        height: 583px
    }

    .ps477 {
        margin-left: 16px;
        margin-top: 9px
    }

    .s486 {
        min-width: 256px;
        width: 256px;
        min-height: 42px
    }

    .s487 {
        min-width: 256px;
        width: 256px;
        min-height: 42px
    }

    .c149 {
        -webkit-border-radius: 21px 21px 0 0;
        -moz-border-radius: 21px 21px 0 0;
        border-radius: 21px 21px 0 0
    }

    .ps478 {
        margin-left: 73px;
        margin-top: -34px
    }

    .s488 {
        min-width: 97px;
        width: 97px;
        height: 26px
    }

    .ps479 {
        margin-left: 15px;
        margin-top: 26px
    }

    .s489 {
        min-width: 258px;
        width: 258px;
        height: 33px
    }

    .input22 {
        width: 258px;
        height: 33px;
        font-size: 13px;
        line-height: 1.155;
        background-size: 15px;
        background-position: right 15px top 50%
    }

    *[dir="rtl"] .input22,
    :root:lang(ar) .input22,
    :root:lang(iw) .input22 {
        background-position: left 15px top 50%
    }

    .ps480 {
        margin-left: 15px;
        margin-top: 6px
    }

    .s490 {
        min-width: 258px;
        width: 258px;
        height: 40px
    }

    .input23 {
        width: 258px;
        height: 40px;
        font-size: 12px;
        line-height: 1.168
    }

    .ps481 {
        margin-left: 144px;
        margin-top: 13px
    }

    .s491 {
        min-width: 128px;
        height: 34px;
        width: 128px
    }

    .f100 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.155;
        padding-top: 10px;
        padding-bottom: 9px
    }

    .ps482 {
        margin-left: 1px;
        margin-top: 20px
    }

    .s492 {
        min-width: 279px;
        width: 279px;
        height: 309px
    }

    .wrapper3 {
        height: 309px
    }

    .ps483 {
        margin-left: 22px;
        margin-top: 0
    }

    .s493 {
        min-width: 160px;
        width: 160px;
        min-height: 483px
    }

    .ps484 {
        margin-top: 0
    }

    .s494 {
        min-width: 768px;
        height: 457px
    }

    .ps485 {
        margin-top: 12px
    }

    .s495 {
        width: 768px;
        min-height: 445px
    }

    .ps486 {
        margin-left: 22px
    }

    .ps487 {
        margin-top: 18px
    }

    .i34 {
        left: 0;
        width: 100px;
        height: 98px;
        top: 4px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px
    }

    .ps488 {
        margin-left: 38px;
        margin-top: 6px
    }

    .s496 {
        min-width: 147px;
        width: 147px;
        height: 28px
    }

    .f101 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.376
    }

    .ps489 {
        margin-left: -147px;
        margin-top: 34px
    }

    .s497 {
        min-width: 225px;
        width: 225px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps490 {
        margin-left: 112px
    }

    .s498 {
        min-width: 254px;
        width: 254px;
        min-height: 34px
    }

    .ps491 {
        margin-left: 1px
    }

    .s499 {
        min-width: 219px;
        width: 219px;
        height: 32px
    }

    .f102 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.626
    }

    .ps492 {
        margin-top: 1px
    }

    .s500 {
        min-width: 254px;
        width: 254px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps493 {
        margin-left: 84px;
        margin-top: 143px
    }

    .ps494 {
        margin-top: 83px
    }

    .s501 {
        min-width: 667px;
        width: 667px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps495 {
        margin-left: 47px;
        margin-top: -84px
    }

    .s502 {
        min-width: 560px;
        width: 560px;
        min-height: 179px
    }

    .ps496 {
        margin-left: 20px
    }

    .ps497 {
        margin-top: 13px
    }

    .s503 {
        min-width: 302px;
        width: 302px;
        min-height: 166px
    }

    .ps498 {
        margin-top: 11px
    }

    .s504 {
        min-width: 296px;
        width: 296px;
        min-height: 155px
    }

    .s505 {
        min-width: 126px;
        width: 126px;
        min-height: 155px
    }

    .s506 {
        min-width: 67px;
        width: 67px;
        height: 21px
    }

    .f103 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f103:visited {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f103:hover {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f103:active {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .ps499 {
        margin-top: 2px
    }

    .s507 {
        min-width: 72px;
        width: 72px;
        height: 19px
    }

    .f104 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.072
    }

    .f104:visited {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.072
    }

    .f104:hover {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.072
    }

    .f104:active {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.072
    }

    .ps500 {
        margin-left: -72px;
        margin-top: 23px
    }

    .s508 {
        min-width: 38px;
        width: 38px;
        height: 19px
    }

    .ps501 {
        margin-top: 2px
    }

    .s509 {
        min-width: 97px;
        width: 97px;
        height: 22px
    }

    .ps502 {
        margin-top: 2px
    }

    .s510 {
        min-width: 116px;
        width: 116px;
        height: 21px
    }

    .ps503 {
        margin-top: 2px
    }

    .s511 {
        min-width: 78px;
        width: 78px;
        height: 22px
    }

    .ps504 {
        margin-top: 0
    }

    .s512 {
        min-width: 126px;
        width: 126px;
        height: 21px
    }

    .ps505 {
        margin-left: 28px;
        margin-top: 0
    }

    .s513 {
        min-width: 121px;
        width: 121px;
        min-height: 133px
    }

    .s514 {
        min-width: 121px;
        width: 121px;
        height: 19px
    }

    .ps507 {
        margin-top: 3px
    }

    .s515 {
        min-width: 92px;
        width: 92px;
        height: 19px
    }

    .ps508 {
        margin-top: 2px
    }

    .s516 {
        min-width: 46px;
        width: 46px;
        height: 19px
    }

    .ps509 {
        margin-top: 2px
    }

    .s517 {
        min-width: 121px;
        width: 121px;
        height: 20px
    }

    .ps510 {
        margin-top: 27px
    }

    .s518 {
        min-width: 82px;
        width: 82px;
        height: 22px
    }

    .f105 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f105:visited {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f105:hover {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f105:active {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .ps511 {
        margin-left: 154px;
        margin-top: -68px
    }

    .s519 {
        min-width: 142px;
        width: 142px;
        height: 22px
    }

    .ps512 {
        margin-left: 136px;
        margin-top: -166px
    }

    .ps513 {
        margin-top: 5px
    }

    .i35 {
        width: 65px;
        height: 65px
    }

    .ps514 {
        margin-left: -12px
    }

    .i36 {
        width: 67px;
        height: 70px
    }

    .ps515 {
        margin-left: 0;
        margin-top: 15px
    }

    .i37 {
        left: 3px;
        width: 41px;
        height: 41px
    }

    .ps516 {
        margin-left: 51px
    }

    .ps517 {
        margin-left: 0
    }

    .s520 {
        min-width: 174px;
        width: 174px;
        height: 21px
    }

    .ps518 {
        margin-left: 0;
        margin-top: 2px
    }

    .s521 {
        min-width: 175px;
        width: 175px;
        height: 21px
    }

    .ps519 {
        margin-top: 2px
    }

    .s522 {
        min-width: 186px;
        width: 186px;
        height: 21px
    }

    .f106 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .f106:visited {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .f106:hover {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .f106:active {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .ps520 {
        margin-top: 2px
    }

    .s523 {
        min-width: 104px;
        width: 104px;
        height: 19px
    }

    .ps521 {
        margin-top: 2px
    }

    .s524 {
        min-width: 88px;
        width: 88px;
        height: 20px
    }

    .s525 {
        min-width: 144px;
        width: 144px;
        min-height: 45px
    }

    .s526 {
        min-width: 144px;
        width: 144px;
        min-height: 45px
    }

    .s527 {
        min-width: 144px;
        width: 144px;
        height: 21px
    }

    .ps524 {
        margin-top: 3px
    }

    .s528 {
        min-width: 55px;
        width: 55px;
        height: 21px
    }

    .ps525 {
        margin-left: 0;
        margin-top: 2px
    }

    .s529 {
        min-width: 178px;
        width: 178px;
        height: 20px
    }

    .ps526 {
        margin-top: -74px
    }

    .s530 {
        min-width: 551px;
        width: 551px;
        height: 51px
    }

    .f107 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.616
    }

    .ps528 {
        width: 768px
    }

    .ps529 {
        margin-top: max(calc(50vh - 16px), 0px);
        margin-top: max(calc(var(--vh, 1vh) * 50 - 16px), 0px)
    }

    .s531 {
        min-width: 768px;
        width: 768px;
        height: 33px
    }

    .c153 {
        height: 33px
    }

    .ps530 {
        margin-left: 14px
    }

    .s532 {
        min-width: 698px;
        width: 698px;
        height: 44px
    }

    .f108 {
        font-size: 15px;
        font-size: calc(15px * var(--f));
        line-height: 1.801
    }

    .ps531 {
        margin-left: 21px;
        margin-top: 7px
    }

    .s533 {
        min-width: 26px;
        width: 26px;
        height: 26px
    }

    .c154 {
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        border-radius: 13px
    }

    .s534 {
        min-width: 768px;
        min-height: 43px
    }

    .ps532 {
        margin-top: 9px
    }

    .s535 {
        width: 768px;
        min-height: 25px
    }

    .ps533 {
        margin-left: 546px
    }

    .s536 {
        min-width: 102px;
        height: 25px;
        width: 102px
    }

    .f109 {
        font-size: 9px;
        font-size: calc(9px * var(--f));
        line-height: 1.334;
        padding-top: 7px;
        padding-bottom: 6px
    }

    .ps534 {
        margin-left: 9px
    }

    body {
        --d: 3;
        --s: 768
    }
}

@media (min-width:480px) and (max-width:767px) {
    .c102 {
        min-width: 480px;
        min-height: 1306px
    }

    .s371 {
        min-width: 480px;
        height: 265px
    }

    .ps345 {
        margin-top: 1px
    }

    .s372 {
        width: 480px;
        min-height: 69px
    }

    .ps346 {
        margin-left: 4px
    }

    .ps347 {
        margin-left: 3px;
        margin-top: 4px
    }

    .i28 {
        left: 0;
        min-width: 27px;
        max-width: 27px;
        min-height: 27px;
        max-height: 27px;
        top: 1px;
        -ms-transform: rotate(79deg) scale(-1, 1);
        -moz-transform: rotate(79deg) scale(-1, 1);
        -webkit-transform: rotate(79deg) scale(-1, 1);
        transform: rotate(79deg) scale(-1, 1)
    }

    .ps348 {
        margin-left: 16px;
        margin-top: 0
    }

    .s373 {
        min-width: 192px;
        width: 192px;
        height: 48px
    }

    .f80 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.626
    }

    .ps349 {
        margin-left: -238px;
        margin-top: 36px
    }

    .i29 {
        left: 0;
        min-width: 32px;
        max-width: 32px;
        min-height: 32px;
        max-height: 32px
    }

    .ps350 {
        margin-left: 20px;
        margin-top: 36px
    }

    .s374 {
        min-width: 220px;
        width: 220px;
        height: 33px
    }

    .ps351 {
        margin-left: 133px;
        margin-top: 30px
    }

    .i30 {
        width: 37px;
        height: 37px;
        top: 1px
    }

    .ps352 {
        margin-top: 33px
    }

    .s375 {
        min-height: 162px
    }

    .ps353 {
        margin-top: -154px
    }

    .s376 {
        width: 480px;
        min-height: 154px
    }

    .ps354 {
        margin-left: 10px
    }

    .ps355 {
        margin-top: 0
    }

    .i31 {
        width: 113px;
        height: 25px;
        top: 50px;
        -webkit-border-radius: 57px;
        -moz-border-radius: 57px;
        border-radius: 57px
    }

    .ps356 {
        margin-left: 300px;
        margin-top: 101px
    }

    .s377 {
        min-width: 47px;
        width: 47px;
        min-height: 53px;
        height: 53px
    }

    .s378 {
        min-width: 47px;
        width: 47px;
        height: 53px
    }

    .mcv5 {
        display: inline-block
    }

    .v21 {
        display: inline-block;
        vertical-align: top
    }

    .c105 {
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: contain;
        background-image: url(../images/6/hamburger-gray-94.png)
    }

    .webp .c105 {
        background-image: url(../images/t/hamburger-gray-94.webp)
    }

    .ps358 {
        margin-top: 23px
    }

    .s379 {
        min-width: 47px;
        width: 47px;
        height: 7px
    }

    .f81 {
        font-size: 4px;
        font-size: calc(4px * var(--f));
        line-height: 1.251
    }

    .v22 {
        display: none
    }

    .ps359 {
        margin-left: -233px
    }

    .ps360 {
        margin-top: 1px
    }

    .s380 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .f82 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .s381 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps363 {
        margin-left: 0;
        margin-top: 0
    }

    .s382 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps364 {
        margin-left: -2px
    }

    .s383 {
        min-width: 282px;
        width: 282px;
        height: 24px
    }

    .ps366 {
        margin-left: 0;
        margin-top: 0
    }

    .s384 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps367 {
        margin-left: 23px
    }

    .s385 {
        min-width: 257px;
        width: 257px;
        height: 24px
    }

    .ps368 {
        margin-left: 0;
        margin-top: 0
    }

    .s386 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps369 {
        margin-left: -32px
    }

    .ps370 {
        margin-top: 2px
    }

    .s387 {
        min-width: 312px;
        width: 312px;
        height: 24px
    }

    .ps371 {
        margin-left: 0;
        margin-top: 0
    }

    .s388 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps372 {
        margin-left: 0;
        margin-top: 0
    }

    .s389 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps373 {
        margin-left: 0;
        margin-top: 0
    }

    .ps374 {
        margin-left: 176px;
        margin-top: -74px
    }

    .s390 {
        min-width: 295px;
        width: 295px;
        min-height: 42px
    }

    .input10 {
        width: 295px;
        height: 42px;
        font-family: "Lato 2";
        font-size: 14px;
        line-height: 1.215;
        font-style: normal
    }

    .ps375 {
        margin-left: 259px;
        margin-top: -41px
    }

    .s391 {
        min-width: 35px;
        width: 35px;
        height: 40px
    }

    .c108 {
        min-width: 480px;
        margin-top: -1306px;
        min-height: 543px
    }

    .ps376 {
        margin-top: 265px
    }

    .s392 {
        min-width: 480px;
        height: 278px
    }

    .c109 {
        -webkit-border-radius: 139px;
        -moz-border-radius: 139px;
        border-radius: 139px
    }

    .s393 {
        width: 480px;
        min-height: 278px
    }

    .s394 {
        min-width: 480px;
        width: 480px;
        min-height: 278px
    }

    .s395 {
        min-width: 480px;
        width: 480px;
        min-height: 278px
    }

    .s396 {
        min-width: 480px;
        width: 480px;
        min-height: 179px;
        height: 179px
    }

    .i32 {
        width: 480px;
        height: 179px
    }

    .ps378 {
        margin-left: 11px;
        margin-top: 6px
    }

    .s397 {
        min-width: 224px;
        width: 224px;
        height: 93px
    }

    .s398 {
        min-height: 93px
    }

    .f83 {
        font-size: 36px;
        font-size: calc(36px * var(--f));
        line-height: 1.168
    }

    .ps379 {
        margin-top: -110px
    }

    .s399 {
        width: 480px;
        height: 472px
    }

    .ps380 {
        margin-left: 11px
    }

    .ps381 {
        margin-left: 405px
    }

    .i33 {
        left: 0;
        min-width: 32px;
        max-width: 32px;
        min-height: 32px;
        max-height: 32px
    }

    .ps382 {
        margin-top: 23px
    }

    .s400 {
        min-width: 450px;
        height: 42px;
        width: 450px
    }

    .f84 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.251;
        padding-top: 9px;
        padding-bottom: 8px
    }

    .c112::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c112:hover:before {
        opacity: 1
    }

    .c112::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c112:hover:after {
        opacity: 0
    }

    .c112:active:before {
        opacity: 1
    }

    .c112:active:after {
        opacity: 1;
        transition: initial
    }

    .ps383 {
        margin-top: 4px
    }

    .s401 {
        min-width: 450px;
        width: 450px;
        min-height: 222px
    }

    .s402 {
        min-width: 450px;
        height: 42px;
        width: 450px
    }

    .ps384 {
        margin-top: 3px
    }

    .s403 {
        min-width: 450px;
        height: 42px;
        width: 450px
    }

    .ps385 {
        margin-top: 3px
    }

    .ps386 {
        margin-top: 3px
    }

    .ps387 {
        margin-top: 3px
    }

    .ps388 {
        margin-left: 0;
        margin-top: 2px
    }

    .ps389 {
        margin-left: 0;
        margin-top: 3px
    }

    .ps390 {
        margin-left: 0;
        margin-top: 2px
    }

    .s404 {
        min-width: 450px;
        height: 42px;
        width: 450px
    }

    .f85 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.251;
        padding-top: 9px;
        padding-bottom: 8px
    }

    .c113 {
        min-width: 480px;
        margin-top: -388px;
        min-height: 586px
    }

    .s405 {
        min-width: 480px;
        height: 542px
    }

    .ps392 {
        margin-top: 0
    }

    .s406 {
        width: 480px;
        min-height: 543px
    }

    .ps393 {
        margin-left: 3px
    }

    .s407 {
        min-width: 474px;
        width: 474px;
        min-height: 543px
    }

    .s408 {
        min-width: 474px;
        width: 474px;
        min-height: 543px
    }

    .ps394 {
        margin-left: 13px;
        margin-top: 0
    }

    .s409 {
        min-width: 456px;
        width: 456px;
        min-height: 543px
    }

    .ps395 {
        margin-left: 17px
    }

    .s410 {
        min-width: 390px;
        width: 390px;
        min-height: 31px
    }

    .s411 {
        min-width: 390px;
        height: 14px;
        width: 390px
    }

    .c115 {
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        background-image: url(../images/v/screenshot-2024-07-19-at-10.42.17-pm-44.jpg)
    }

    .webp .c115 {
        background-image: url(../images/v/screenshot-2024-07-19-at-10.42.17-pm-44.webp)
    }

    .f86 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.188;
        padding-top: 0;
        padding-bottom: 0
    }

    .ps396 {
        margin-left: 0;
        margin-top: 3px
    }

    .s412 {
        min-width: 390px;
        height: 14px;
        width: 390px
    }

    .c116 {
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        background-image: url(../images/v/screenshot-2024-07-19-at-10.42.17-pm-44.jpg)
    }

    .webp .c116 {
        background-image: url(../images/v/screenshot-2024-07-19-at-10.42.17-pm-44.webp)
    }

    .f87 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.188;
        padding-top: 0;
        padding-bottom: 0
    }

    .ps397 {
        margin-left: 17px;
        margin-top: 4px
    }

    .s413 {
        min-width: 390px;
        width: 390px;
        min-height: 30px
    }

    .ps398 {
        margin-top: 16px
    }

    .s414 {
        min-width: 390px;
        height: 14px;
        width: 390px
    }

    .c117 {
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        background-image: url(../images/v/screenshot-2024-07-19-at-10.42.17-pm-44.jpg)
    }

    .webp .c117 {
        background-image: url(../images/v/screenshot-2024-07-19-at-10.42.17-pm-44.webp)
    }

    .ps399 {
        margin-left: 0;
        margin-top: -30px
    }

    .c118 {
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        background-image: url(../images/v/screenshot-2024-07-19-at-10.42.17-pm-44.jpg)
    }

    .webp .c118 {
        background-image: url(../images/v/screenshot-2024-07-19-at-10.42.17-pm-44.webp)
    }

    .ps400 {
        margin-left: 17px;
        margin-top: 3px
    }

    .s415 {
        min-width: 390px;
        width: 390px;
        min-height: 32px
    }

    .ps401 {
        margin-top: 18px
    }

    .c119 {
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        background-image: url(../images/v/screenshot-2024-07-19-at-10.42.17-pm-44.jpg)
    }

    .webp .c119 {
        background-image: url(../images/v/screenshot-2024-07-19-at-10.42.17-pm-44.webp)
    }

    .ps402 {
        margin-left: 0;
        margin-top: -32px
    }

    .s416 {
        min-width: 390px;
        height: 14px;
        width: 390px
    }

    .c120 {
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        background-image: url(../images/v/screenshot-2024-07-19-at-10.42.17-pm-44.jpg)
    }

    .webp .c120 {
        background-image: url(../images/v/screenshot-2024-07-19-at-10.42.17-pm-44.webp)
    }

    .ps403 {
        margin-left: 17px;
        margin-top: 3px
    }

    .s417 {
        min-width: 390px;
        width: 390px;
        min-height: 31px
    }

    .ps404 {
        margin-top: 17px
    }

    .c121 {
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        background-image: url(../images/v/screenshot-2024-07-19-at-10.42.17-pm-44.jpg)
    }

    .webp .c121 {
        background-image: url(../images/v/screenshot-2024-07-19-at-10.42.17-pm-44.webp)
    }

    .ps405 {
        margin-left: 0;
        margin-top: -31px
    }

    .c122 {
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        background-image: url(../images/v/screenshot-2024-07-19-at-10.42.17-pm-44.jpg)
    }

    .webp .c122 {
        background-image: url(../images/v/screenshot-2024-07-19-at-10.42.17-pm-44.webp)
    }

    .ps406 {
        margin-left: 259px;
        margin-top: 9px
    }

    .s418 {
        min-width: 197px;
        height: 15px;
        width: 195px
    }

    .c123 {
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px
    }

    .f88 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.126;
        padding-top: 0;
        padding-bottom: 0
    }

    .ps407 {
        margin-left: 0;
        margin-top: 125px
    }

    .s419 {
        min-width: 446px;
        width: 446px;
        min-height: 258px
    }

    .ps408 {
        margin-left: 13px;
        margin-top: -543px
    }

    .s420 {
        min-width: 448px;
        width: 448px;
        min-height: 543px
    }

    .ps409 {
        margin-left: 16px
    }

    .s421 {
        min-width: 390px;
        height: 8px;
        width: 390px
    }

    .c125 {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background-image: url(../images/t/smiling_women_clinic-26.jpg)
    }

    .webp .c125 {
        background-image: url(../images/h/smiling_women_clinic-26.webp)
    }

    .f89 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.188;
        padding-top: 0;
        padding-bottom: 0
    }

    .ps410 {
        margin-left: 16px;
        margin-top: 3px
    }

    .s422 {
        min-width: 390px;
        height: 8px;
        width: 390px
    }

    .c126 {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background-image: url(../images/t/smiling_women_clinic-26.jpg)
    }

    .webp .c126 {
        background-image: url(../images/h/smiling_women_clinic-26.webp)
    }

    .ps411 {
        margin-left: 16px;
        margin-top: -8px
    }

    .c127 {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background-image: url(../images/t/smiling_women_clinic-26.jpg)
    }

    .webp .c127 {
        background-image: url(../images/h/smiling_women_clinic-26.webp)
    }

    .ps412 {
        margin-left: 16px;
        margin-top: 13px
    }

    .s423 {
        min-width: 390px;
        height: 8px;
        width: 390px
    }

    .c128 {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background-image: url(../images/t/smiling_women_clinic-26.jpg)
    }

    .webp .c128 {
        background-image: url(../images/h/smiling_women_clinic-26.webp)
    }

    .ps413 {
        margin-left: 0;
        margin-top: 343px
    }

    .s424 {
        min-width: 446px;
        width: 446px;
        min-height: 158px
    }

    .ps414 {
        margin-left: 11px;
        margin-top: 82px
    }

    .s425 {
        min-width: 429px;
        width: 429px;
        min-height: 54px
    }

    .pl2 {
        height: 54px
    }

    .vd3 {
        width: 429px;
        height: 54px
    }

    .ps415 {
        margin-top: -528px
    }

    .s426 {
        min-width: 474px;
        width: 474px;
        min-height: 266px
    }

    .ps416 {
        margin-left: 49px
    }

    .s427 {
        min-width: 117px;
        width: 117px;
        min-height: 264px
    }

    .c129 {
        background-image: url(../images/8/whatsapp-image-2025-06-24-at-3.38.55-pm-234.jpeg)
    }

    .webp .c129 {
        background-image: url(../images/8/whatsapp-image-2025-06-24-at-3.38.55-pm-234.webp)
    }

    .ps417 {
        margin-left: 11px
    }

    .c130 {
        background-image: url(../images/c/whatsapp-image-2025-06-24-at-3.41.09-pm-234.jpeg)
    }

    .webp .c130 {
        background-image: url(../images/r/whatsapp-image-2025-06-24-at-3.41.09-pm-234.webp)
    }

    .ps418 {
        margin-left: 12px
    }

    .c131 {
        background-image: url(../images/h/whatsapp-image-2025-06-24-at-3.44.39-pm-234.jpeg)
    }

    .webp .c131 {
        background-image: url(../images/v/whatsapp-image-2025-06-24-at-3.44.39-pm-234.webp)
    }

    .ps419 {
        margin-left: -429px;
        margin-top: 58px
    }

    .s428 {
        min-width: 42px;
        height: 120px;
        width: 42px
    }

    .f90 {
        font-size: 27px;
        font-size: calc(27px * var(--f));
        line-height: 1.223;
        padding-top: 44px;
        padding-bottom: 43px
    }

    .ps420 {
        margin-left: 393px;
        margin-top: 58px
    }

    .s429 {
        min-width: 39px;
        height: 120px;
        width: 39px
    }

    .ps421 {
        margin-top: -543px
    }

    .s430 {
        min-height: 61px
    }

    .ps422 {
        margin-top: 343px
    }

    .s431 {
        width: 480px;
        min-height: 138px
    }

    .ps423 {
        margin-left: 0
    }

    .s432 {
        min-width: 479px;
        width: 479px;
        min-height: 138px
    }

    .c134 {
        min-width: 480px;
        min-height: 512px
    }

    .s433 {
        min-width: 480px;
        height: 467px
    }

    .s434 {
        width: 480px;
        min-height: 467px
    }

    .ps426 {
        margin-left: 17px
    }

    .s435 {
        min-width: 463px;
        width: 463px;
        min-height: 467px
    }

    .s436 {
        min-width: 463px;
        width: 463px;
        min-height: 467px
    }

    .ps428 {
        margin-left: 0
    }

    .s437 {
        min-width: 227px;
        width: 227px;
        min-height: 6px
    }

    .s438 {
        min-width: 227px;
        width: 227px;
        min-height: 6px
    }

    .s439 {
        min-width: 227px;
        height: 6px;
        width: 227px
    }

    .c136 {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background-image: url(../images/e/companylogo-230-230-112-modified-12.png)
    }

    .webp .c136 {
        background-image: url(../images/v/companylogo-230-230-112-modified-12.webp)
    }

    .f91 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.155;
        padding-top: 0;
        padding-bottom: 0
    }

    .ps429 {
        margin-top: -6px
    }

    .c137 {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background-image: url(../images/e/companylogo-230-230-112-modified-12.png)
    }

    .webp .c137 {
        background-image: url(../images/v/companylogo-230-230-112-modified-12.webp)
    }

    .ps430 {
        margin-top: -6px
    }

    .s440 {
        min-width: 227px;
        height: 6px;
        width: 227px
    }

    .c138 {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background-image: url(../images/e/companylogo-230-230-112-modified-12.png)
    }

    .webp .c138 {
        background-image: url(../images/v/companylogo-230-230-112-modified-12.webp)
    }

    .ps431 {
        margin-top: -6px
    }

    .c139 {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background-image: url(../images/e/companylogo-230-230-112-modified-12.png)
    }

    .webp .c139 {
        background-image: url(../images/v/companylogo-230-230-112-modified-12.webp)
    }

    .s441 {
        min-width: 227px;
        height: 6px;
        width: 227px
    }

    .c140 {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background-image: url(../images/e/companylogo-230-230-112-modified-12.png)
    }

    .webp .c140 {
        background-image: url(../images/v/companylogo-230-230-112-modified-12.webp)
    }

    .ps432 {
        margin-top: -6px
    }

    .s442 {
        min-width: 227px;
        height: 6px;
        width: 227px
    }

    .c141 {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background-image: url(../images/e/companylogo-230-230-112-modified-12.png)
    }

    .webp .c141 {
        background-image: url(../images/v/companylogo-230-230-112-modified-12.webp)
    }

    .ps433 {
        margin-top: -6px
    }

    .c142 {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background-image: url(../images/e/companylogo-230-230-112-modified-12.png)
    }

    .webp .c142 {
        background-image: url(../images/v/companylogo-230-230-112-modified-12.webp)
    }

    .ps434 {
        margin-left: 8px;
        margin-top: 345px
    }

    .s443 {
        min-width: 455px;
        width: 455px;
        min-height: 116px
    }

    .ps435 {
        margin-left: 28px;
        margin-top: -217px
    }

    .s444 {
        min-width: 435px;
        width: 435px;
        min-height: 161px
    }

    .ps436 {
        margin-left: 127px;
        margin-top: -467px
    }

    .s445 {
        min-width: 336px;
        width: 336px;
        min-height: 362px
    }

    .pl3 {
        height: 362px
    }

    .vd4 {
        width: 336px;
        height: 362px
    }

    .ps437 {
        margin-top: -18px
    }

    .s446 {
        min-width: 480px;
        height: 1866px
    }

    .ps438 {
        margin-top: -3476px
    }

    .s447 {
        width: 480px;
        min-height: 374px
    }

    .ps439 {
        margin-left: 2px
    }

    .s448 {
        min-width: 474px;
        width: 474px;
        min-height: 374px
    }

    .s449 {
        min-width: 177px;
        width: 177px;
        min-height: 374px
    }

    .s450 {
        min-width: 177px;
        width: 177px;
        min-height: 374px
    }

    .s451 {
        min-width: 177px;
        width: 177px;
        height: 374px
    }

    .ps441 {
        margin-left: 8px;
        margin-top: 3476px
    }

    .s452 {
        min-width: 163px;
        width: 163px;
        min-height: 13px
    }

    .s453 {
        min-width: 163px;
        width: 163px;
        min-height: 13px
    }

    .c146 {
        -webkit-border-radius: 7px 7px 0 0;
        -moz-border-radius: 7px 7px 0 0;
        border-radius: 7px 7px 0 0
    }

    .ps442 {
        margin-left: 19px;
        margin-top: -13px
    }

    .s454 {
        min-width: 116px;
        width: 116px;
        height: 8px
    }

    .f92 {
        font-size: 9px;
        font-size: calc(9px * var(--f));
        line-height: 1.334
    }

    .ps443 {
        margin-left: 6px;
        margin-top: -13px
    }

    .s455 {
        min-width: 164px;
        width: 164px;
        min-height: 137px
    }

    .ps444 {
        margin-left: 6px
    }

    .s456 {
        min-width: 38px;
        width: 38px;
        height: 6px
    }

    .f93 {
        font-size: 6px;
        font-size: calc(6px * var(--f));
        line-height: 1.334
    }

    .ps445 {
        margin-left: 4px;
        margin-top: 0
    }

    .s457 {
        min-width: 160px;
        width: 160px;
        height: 15px
    }

    .input11 {
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        width: 160px;
        height: 15px;
        font-size: 7px;
        line-height: 1.144
    }

    .ps446 {
        margin-left: 6px;
        margin-top: 2px
    }

    .s458 {
        min-width: 35px;
        width: 35px;
        height: 6px
    }

    .ps447 {
        margin-left: 3px;
        margin-top: 1px
    }

    .input12 {
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        width: 160px;
        height: 15px;
        font-size: 7px;
        line-height: 1.144
    }

    .ps448 {
        margin-left: 6px;
        margin-top: 1px
    }

    .s459 {
        min-width: 43px;
        width: 43px;
        height: 6px
    }

    .ps449 {
        margin-left: -44px;
        margin-top: 9px
    }

    .s460 {
        min-width: 79px;
        width: 79px;
        height: 11px
    }

    .input13 {
        width: 79px;
        height: 11px;
        font-size: 6px;
        line-height: 1.168;
        background-size: 9px;
        background-position: right 9px top 50%
    }

    *[dir="rtl"] .input13,
    :root:lang(ar) .input13,
    :root:lang(iw) .input13 {
        background-position: left 9px top 50%
    }

    .ps450 {
        margin-left: 7px;
        margin-top: 1px
    }

    .s461 {
        min-width: 83px;
        width: 83px;
        height: 6px
    }

    .ps451 {
        margin-left: 3px;
        margin-top: -1px
    }

    .input14 {
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        width: 160px;
        height: 15px;
        font-size: 7px;
        line-height: 1.144
    }

    .ps452 {
        margin-left: 11px;
        margin-top: 3px
    }

    .s462 {
        min-width: 83px;
        width: 83px;
        height: 6px
    }

    .ps453 {
        margin-top: 1px
    }

    .s463 {
        min-width: 158px;
        width: 158px;
        height: 11px
    }

    .input15 {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        width: 158px;
        height: 11px;
        font-size: 6px;
        line-height: 1.168;
        background-size: 9px;
        background-position: right 9px top 50%
    }

    *[dir="rtl"] .input15,
    :root:lang(ar) .input15,
    :root:lang(iw) .input15 {
        background-position: left 9px top 50%
    }

    .ps454 {
        margin-top: 0
    }

    .input16 {
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        width: 160px;
        height: 15px;
        font-size: 7px;
        line-height: 1.144
    }

    .ps455 {
        margin-left: 71px;
        margin-top: 2px
    }

    .s464 {
        min-width: 88px;
        height: 13px;
        width: 88px
    }

    .f94 {
        font-size: 7px;
        font-size: calc(7px * var(--f));
        line-height: 1.144;
        padding-top: 3px;
        padding-bottom: 2px
    }

    .ps456 {
        margin-left: 7px;
        margin-top: -137px
    }

    .s465 {
        min-width: 58px;
        height: 11px;
        width: 58px
    }

    .f95 {
        font-size: 7px;
        font-size: calc(7px * var(--f));
        line-height: 1.144;
        padding-top: 2px;
        padding-bottom: 1px
    }

    .ps457 {
        margin-left: 2px;
        margin-top: -137px
    }

    .s466 {
        min-width: 164px;
        width: 164px;
        min-height: 188px
    }

    .s467 {
        min-width: 164px;
        width: 164px;
        min-height: 188px
    }

    .ps458 {
        margin-left: 7px
    }

    .s468 {
        min-width: 75px;
        width: 75px;
        height: 8px
    }

    .ps459 {
        margin-top: 1px
    }

    .s469 {
        min-width: 163px;
        width: 163px;
        height: 17px
    }

    .input17 {
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        border-radius: 9px;
        width: 163px;
        height: 17px;
        font-size: 7px;
        line-height: 1.144
    }

    .ps460 {
        margin-left: 5px;
        margin-top: -1px
    }

    .s470 {
        min-width: 66px;
        width: 66px;
        height: 8px
    }

    .ps461 {
        margin-top: 0
    }

    .input18 {
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        border-radius: 9px;
        width: 163px;
        height: 17px;
        font-size: 7px;
        line-height: 1.144
    }

    .ps462 {
        margin-left: 6px;
        margin-top: 1px
    }

    .ps463 {
        margin-top: 0
    }

    .s471 {
        min-width: 163px;
        width: 163px;
        height: 30px
    }

    .input19 {
        width: 163px;
        height: 30px;
        font-size: 7px;
        line-height: 1.144
    }

    .ps464 {
        margin-top: 2px
    }

    .s472 {
        min-width: 160px;
        height: 13px;
        width: 160px
    }

    .f96 {
        font-size: 7px;
        font-size: calc(7px * var(--f));
        line-height: 1.144;
        padding-top: 3px;
        padding-bottom: 2px
    }

    .ps465 {
        margin-left: 1px;
        margin-top: 2px
    }

    .s473 {
        min-width: 161px;
        width: 161px;
        min-height: 17px
    }

    .ps466 {
        margin-top: 0
    }

    .s474 {
        min-width: 109px;
        width: 109px;
        height: 17px
    }

    .input20 {
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        border-radius: 9px;
        width: 109px;
        height: 17px;
        font-size: 7px;
        line-height: 1.144
    }

    .ps467 {
        margin-left: 7px;
        margin-top: 2px
    }

    .s475 {
        min-width: 45px;
        height: 13px;
        width: 45px
    }

    .ps468 {
        margin-left: 27px;
        margin-top: 54px
    }

    .s476 {
        min-width: 108px;
        height: 11px;
        width: 108px
    }

    .f97 {
        font-size: 8px;
        font-size: calc(8px * var(--f));
        line-height: 1.251;
        padding-top: 1px;
        padding-bottom: 0
    }

    .ps469 {
        margin-top: -48px
    }

    .s477 {
        min-width: 160px;
        width: 160px;
        height: 29px
    }

    .wrapper2 {
        height: 29px
    }

    .ps470 {
        margin-left: 5px;
        margin-top: -91px
    }

    .s478 {
        min-width: 157px;
        width: 157px;
        min-height: 27px
    }

    .ps471 {
        margin-top: 8px
    }

    .s479 {
        min-width: 16px;
        width: 16px
    }

    .s480 {
        min-width: 141px;
        width: 141px;
        height: 24px
    }

    .f98 {
        font-size: 7px;
        font-size: calc(7px * var(--f));
        line-height: 1.430
    }

    .ps473 {
        margin-left: -156px;
        margin-top: 286px
    }

    .s481 {
        min-width: 159px;
        width: 159px;
        min-height: 26px
    }

    .ps474 {
        margin-top: 7px
    }

    .s482 {
        min-width: 16px;
        width: 16px
    }

    .ps475 {
        margin-left: 7px
    }

    .s483 {
        min-width: 136px;
        width: 136px;
        height: 23px
    }

    .f99 {
        font-size: 7px;
        font-size: calc(7px * var(--f));
        line-height: 1.144
    }

    .ps476 {
        margin-left: 4px
    }

    .s484 {
        min-width: 177px;
        width: 177px;
        min-height: 364px
    }

    .s485 {
        min-width: 177px;
        width: 177px;
        height: 364px
    }

    .ps477 {
        margin-left: 10px;
        margin-top: 3476px
    }

    .s486 {
        min-width: 160px;
        width: 160px;
        min-height: 26px
    }

    .s487 {
        min-width: 160px;
        width: 160px;
        min-height: 26px
    }

    .c149 {
        -webkit-border-radius: 13px 13px 0 0;
        -moz-border-radius: 13px 13px 0 0;
        border-radius: 13px 13px 0 0
    }

    .ps478 {
        margin-left: 45px;
        margin-top: -26px
    }

    .s488 {
        min-width: 61px;
        width: 61px;
        height: 16px
    }

    .ps479 {
        margin-left: 9px;
        margin-top: -27px
    }

    .s489 {
        min-width: 162px;
        width: 162px;
        height: 21px
    }

    .input22 {
        width: 162px;
        height: 21px;
        font-size: 8px;
        line-height: 1.251;
        background-size: 9px;
        background-position: right 9px top 50%
    }

    *[dir="rtl"] .input22,
    :root:lang(ar) .input22,
    :root:lang(iw) .input22 {
        background-position: left 9px top 50%
    }

    .ps480 {
        margin-left: 9px;
        margin-top: -27px
    }

    .s490 {
        min-width: 162px;
        width: 162px;
        height: 26px
    }

    .input23 {
        width: 162px;
        height: 26px;
        font-size: 7px;
        line-height: 1.144
    }

    .ps481 {
        margin-left: 90px;
        margin-top: -26px
    }

    .s491 {
        min-width: 80px;
        height: 21px;
        width: 80px
    }

    .f100 {
        font-size: 8px;
        font-size: calc(8px * var(--f));
        line-height: 1.251;
        padding-top: 6px;
        padding-bottom: 5px
    }

    .ps482 {
        margin-left: 0;
        margin-top: -26px
    }

    .s492 {
        min-width: 174px;
        width: 174px;
        height: 193px
    }

    .wrapper3 {
        height: 193px
    }

    .ps483 {
        margin-left: 13px;
        margin-top: 0
    }

    .s493 {
        min-width: 100px;
        width: 100px;
        min-height: 302px
    }

    .ps484 {
        margin-top: 0
    }

    .s494 {
        min-width: 480px;
        height: 958px
    }

    .ps485 {
        margin-top: 0
    }

    .s495 {
        width: 480px;
        min-height: 939px
    }

    .ps486 {
        margin-left: 18px;
        margin-top: 28px
    }

    .i34 {
        left: 7px;
        width: 107px;
        height: 105px;
        -webkit-border-radius: 53px;
        -moz-border-radius: 53px;
        border-radius: 53px
    }

    .ps488 {
        margin-left: -107px;
        margin-top: 167px
    }

    .s496 {
        min-width: 213px;
        width: 213px;
        height: 50px
    }

    .f101 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.401
    }

    .ps489 {
        margin-left: 16px;
        margin-top: -15px
    }

    .s497 {
        min-width: 414px;
        width: 414px;
        min-height: 3px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps490 {
        margin-left: 8px;
        margin-top: 171px
    }

    .s498 {
        min-width: 437px;
        width: 437px;
        min-height: 34px
    }

    .ps491 {
        margin-left: 4px
    }

    .s499 {
        min-width: 243px;
        width: 243px;
        height: 32px
    }

    .f102 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.612
    }

    .ps492 {
        margin-top: 0
    }

    .s500 {
        min-width: 437px;
        width: 437px;
        min-height: 2px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps493 {
        margin-left: 0;
        margin-top: -450px
    }

    .ps494 {
        margin-left: 42px;
        margin-top: 830px
    }

    .s501 {
        min-width: 417px;
        width: 417px;
        min-height: 2px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps495 {
        margin-left: 0;
        margin-top: -832px
    }

    .s502 {
        min-width: 480px;
        width: 480px;
        min-height: 939px
    }

    .ps496 {
        margin-left: 0
    }

    .ps497 {
        margin-top: 0
    }

    .s503 {
        min-width: 387px;
        width: 387px;
        min-height: 844px
    }

    .s504 {
        min-width: 387px;
        width: 387px;
        min-height: 313px
    }

    .s505 {
        min-width: 282px;
        width: 282px;
        min-height: 218px
    }

    .s506 {
        min-width: 49px;
        width: 49px;
        height: 14px
    }

    .f103 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f103:visited {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f103:hover {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f103:active {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .ps499 {
        margin-left: -49px;
        margin-top: 27px
    }

    .s507 {
        min-width: 65px;
        width: 65px;
        height: 12px
    }

    .f104 {
        font-size: 11px;
        font-size: calc(11px * var(--f))
    }

    .f104:visited {
        font-size: 11px;
        font-size: calc(11px * var(--f))
    }

    .f104:hover {
        font-size: 11px;
        font-size: calc(11px * var(--f))
    }

    .f104:active {
        font-size: 11px;
        font-size: calc(11px * var(--f))
    }

    .ps500 {
        margin-left: 61px;
        margin-top: 0
    }

    .s508 {
        min-width: 41px;
        width: 41px;
        height: 12px
    }

    .ps501 {
        margin-left: -166px;
        margin-top: 51px
    }

    .s509 {
        min-width: 80px;
        width: 80px;
        height: 14px
    }

    .ps502 {
        margin-left: 83px;
        margin-top: 204px
    }

    .s510 {
        min-width: 118px;
        width: 118px;
        height: 14px
    }

    .ps503 {
        margin-left: 1px;
        margin-top: -141px
    }

    .s511 {
        min-width: 72px;
        width: 72px;
        height: 14px
    }

    .ps504 {
        margin-left: -72px;
        margin-top: -113px
    }

    .s512 {
        min-width: 106px;
        width: 106px;
        height: 14px
    }

    .ps505 {
        margin-left: 0;
        margin-top: -191px
    }

    .s513 {
        min-width: 387px;
        width: 387px;
        min-height: 190px
    }

    .ps506 {
        margin-left: 238px
    }

    .s514 {
        min-width: 149px;
        width: 149px;
        height: 12px
    }

    .ps507 {
        margin-left: 126px;
        margin-top: 14px
    }

    .s515 {
        min-width: 82px;
        width: 82px;
        height: 12px
    }

    .ps508 {
        margin-left: -82px;
        margin-top: -12px
    }

    .s516 {
        min-width: 43px;
        width: 43px;
        height: 12px
    }

    .ps509 {
        margin-left: -169px;
        margin-top: 166px
    }

    .s517 {
        min-width: 107px;
        width: 107px;
        height: 12px
    }

    .ps510 {
        margin-left: 21px;
        margin-top: 38px
    }

    .s518 {
        min-width: 73px;
        width: 73px;
        height: 14px
    }

    .f105 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f105:visited {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f105:hover {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f105:active {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .ps511 {
        margin-left: 0;
        margin-top: 81px
    }

    .s519 {
        min-width: 118px;
        width: 118px;
        height: 14px
    }

    .ps512 {
        margin-left: 156px;
        margin-top: 449px
    }

    .ps513 {
        margin-top: 3px
    }

    .i35 {
        width: 62px;
        height: 76px
    }

    .ps514 {
        margin-left: -4px
    }

    .i36 {
        width: 61px;
        height: 82px
    }

    .ps515 {
        margin-top: 12px
    }

    .i37 {
        left: 0;
        width: 46px;
        height: 46px;
        top: 3px
    }

    .ps516 {
        margin-left: 93px;
        margin-top: -844px
    }

    .ps517 {
        margin-left: 237px
    }

    .s520 {
        min-width: 150px;
        width: 150px;
        height: 14px
    }

    .ps518 {
        margin-left: 237px;
        margin-top: 38px
    }

    .s521 {
        min-width: 150px;
        width: 150px;
        height: 14px
    }

    .ps519 {
        margin-left: 237px;
        margin-top: 18px
    }

    .s522 {
        min-width: 150px;
        width: 150px;
        height: 14px
    }

    .f106 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.183
    }

    .f106:visited {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.183
    }

    .f106:hover {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.183
    }

    .f106:active {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.183
    }

    .ps520 {
        margin-top: 129px
    }

    .s523 {
        min-width: 82px;
        width: 82px;
        height: 15px
    }

    .ps521 {
        margin-left: -82px;
        margin-top: 155px
    }

    .s524 {
        min-width: 74px;
        width: 74px;
        height: 12px
    }

    .ps522 {
        margin-left: -73px;
        margin-top: 130px
    }

    .s525 {
        min-width: 208px;
        width: 208px;
        min-height: 62px
    }

    .s526 {
        min-width: 208px;
        width: 208px;
        min-height: 62px
    }

    .ps523 {
        margin-top: 48px
    }

    .s527 {
        min-width: 119px;
        width: 119px;
        height: 14px
    }

    .ps524 {
        margin-left: 44px;
        margin-top: 0
    }

    .s528 {
        min-width: 45px;
        width: 45px;
        height: 14px
    }

    .ps525 {
        margin-left: -42px;
        margin-top: 155px
    }

    .s529 {
        min-width: 169px;
        width: 169px;
        height: 12px
    }

    .ps526 {
        margin-left: 40px;
        margin-top: 2px
    }

    .s530 {
        min-width: 431px;
        width: 431px;
        height: 93px
    }

    .f107 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.616
    }

    .ps528 {
        width: 480px
    }

    .ps529 {
        margin-top: max(calc(50vh - 10px), 0px);
        margin-top: max(calc(var(--vh, 1vh) * 50 - 10px), 0px)
    }

    .s531 {
        min-width: 480px;
        width: 480px;
        height: 21px
    }

    .c153 {
        height: 21px
    }

    .ps530 {
        margin-left: 9px
    }

    .s532 {
        min-width: 437px;
        width: 437px;
        height: 27px
    }

    .f108 {
        font-size: 9px;
        font-size: calc(9px * var(--f));
        line-height: 1.890
    }

    .ps531 {
        margin-left: 12px;
        margin-top: 4px
    }

    .s533 {
        min-width: 17px;
        width: 17px;
        height: 17px
    }

    .c154 {
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        border-radius: 9px
    }

    .s534 {
        min-width: 480px;
        min-height: 27px
    }

    .ps532 {
        margin-top: 6px
    }

    .s535 {
        width: 480px;
        min-height: 15px
    }

    .ps533 {
        margin-left: 342px
    }

    .s536 {
        min-width: 65px;
        height: 15px;
        width: 65px
    }

    .f109 {
        font-size: 4px;
        font-size: calc(4px * var(--f));
        line-height: 1.251;
        padding-top: 5px;
        padding-bottom: 5px
    }

    .ps534 {
        margin-left: 4px
    }

    body {
        --d: 4;
        --s: 480
    }
}

@media (max-width:479px) {
    .c102 {
        min-width: 320px;
        margin-top: -7px;
        min-height: 953px
    }

    .ps343 {
        margin-top: 7px
    }

    .s371 {
        min-width: 320px;
        height: 223px
    }

    .ps345 {
        margin-top: 46px
    }

    .s372 {
        width: 320px;
        min-height: 66px
    }

    .ps346 {
        margin-left: 8px
    }

    .ps347 {
        margin-top: 6px
    }

    .i28 {
        left: 1px;
        min-width: 20px;
        max-width: 20px;
        min-height: 20px;
        max-height: 20px;
        -ms-transform: rotate(89deg) scale(-1, 1);
        -moz-transform: rotate(89deg) scale(-1, 1);
        -webkit-transform: rotate(89deg) scale(-1, 1);
        transform: rotate(89deg) scale(-1, 1)
    }

    .ps348 {
        margin-left: 7px;
        margin-top: 0
    }

    .s373 {
        min-width: 128px;
        width: 128px;
        height: 32px
    }

    .f80 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.572
    }

    .ps349 {
        margin-left: -156px;
        margin-top: 40px
    }

    .i29 {
        left: 0;
        min-width: 21px;
        max-width: 21px;
        min-height: 21px;
        max-height: 21px
    }

    .ps350 {
        margin-left: 7px;
        margin-top: 36px
    }

    .s374 {
        min-width: 201px;
        width: 201px;
        height: 30px
    }

    .ps351 {
        margin-left: 41px;
        margin-top: 28px
    }

    .i30 {
        width: 33px;
        height: 33px
    }

    .ps352 {
        margin-top: 6px
    }

    .s375 {
        min-height: 105px
    }

    .ps353 {
        margin-top: -217px
    }

    .s376 {
        width: 320px;
        min-height: 206px
    }

    .ps355 {
        margin-top: 127px
    }

    .i31 {
        width: 233px;
        height: 51px;
        top: 3px;
        -webkit-border-radius: 29px;
        -moz-border-radius: 29px;
        border-radius: 29px
    }

    .ps356 {
        margin-left: 42px;
        margin-top: 171px
    }

    .s377 {
        min-width: 31px;
        width: 31px;
        min-height: 35px;
        height: 35px
    }

    .s378 {
        min-width: 31px;
        width: 31px;
        height: 35px
    }

    .mcv5 {
        display: inline-block
    }

    .v21 {
        display: inline-block;
        vertical-align: top
    }

    .c105 {
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: contain;
        background-image: url(../images/l/hamburger-gray-62.png)
    }

    .webp .c105 {
        background-image: url(../images/n/hamburger-gray-62.webp)
    }

    .ps358 {
        margin-top: 14px
    }

    .s379 {
        min-width: 31px;
        width: 31px;
        height: 6px
    }

    .f81 {
        font-size: 3px;
        font-size: calc(3px * var(--f));
        line-height: 1.334
    }

    .v22 {
        display: none
    }

    .ps359 {
        margin-left: -249px
    }

    .ps360 {
        margin-top: 3px
    }

    .s380 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .f82 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .ps361 {
        margin-top: 3px
    }

    .s381 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps362 {
        margin-top: 0
    }

    .ps363 {
        margin-left: 0;
        margin-top: 0
    }

    .s382 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .s383 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps366 {
        margin-left: 0;
        margin-top: 0
    }

    .s384 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .s385 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps368 {
        margin-left: 0;
        margin-top: 0
    }

    .s386 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps370 {
        margin-top: 0
    }

    .s387 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps371 {
        margin-left: 0;
        margin-top: 0
    }

    .s388 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps372 {
        margin-left: 0;
        margin-top: 0
    }

    .s389 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps373 {
        margin-left: 0;
        margin-top: 0
    }

    .ps374 {
        margin-left: 119px;
        margin-top: -206px
    }

    .s390 {
        min-width: 197px;
        width: 197px;
        min-height: 30px
    }

    .input10 {
        width: 197px;
        height: 30px;
        font-family: "Lato 3";
        font-size: 13px;
        line-height: 1.232;
        font-weight: 700;
        font-style: normal
    }

    .ps375 {
        margin-left: 174px;
        margin-top: -23px
    }

    .s391 {
        min-width: 20px;
        width: 20px;
        height: 17px
    }

    .c108 {
        min-width: 320px;
        margin-top: -909px;
        min-height: 626px
    }

    .ps376 {
        margin-top: 186px
    }

    .s392 {
        min-width: 320px;
        height: 387px
    }

    .c109 {
        -webkit-border-radius: 194px;
        -moz-border-radius: 194px;
        border-radius: 194px
    }

    .ps377 {
        margin-top: 8px
    }

    .s393 {
        width: 320px;
        min-height: 357px
    }

    .s394 {
        min-width: 320px;
        width: 320px;
        min-height: 357px
    }

    .s395 {
        min-width: 320px;
        width: 320px;
        min-height: 357px
    }

    .s396 {
        min-width: 320px;
        width: 320px;
        min-height: 357px;
        height: 357px
    }

    .i32 {
        width: 320px;
        height: 357px
    }

    .ps378 {
        margin-left: 7px;
        margin-top: -225px
    }

    .s397 {
        min-width: 149px;
        width: 149px;
        height: 93px
    }

    .s398 {
        min-height: 93px
    }

    .f83 {
        font-size: 24px;
        font-size: calc(24px * var(--f));
        line-height: 1.209
    }

    .ps379 {
        margin-top: -462px
    }

    .s399 {
        width: 320px;
        height: 417px
    }

    .ps380 {
        margin-left: 0
    }

    .ps381 {
        margin-left: 265px;
        margin-top: 10px
    }

    .i33 {
        left: 0;
        min-width: 26px;
        max-width: 26px;
        min-height: 26px;
        max-height: 26px
    }

    .ps382 {
        margin-left: 3px;
        margin-top: 13px
    }

    .s400 {
        min-width: 317px;
        height: 39px;
        width: 317px
    }

    .f84 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.279;
        padding-top: 8px;
        padding-bottom: 8px
    }

    .c112::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c112:hover:before {
        opacity: 1
    }

    .c112::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c112:hover:after {
        opacity: 0
    }

    .c112:active:before {
        opacity: 1
    }

    .c112:active:after {
        opacity: 1;
        transition: initial
    }

    .ps383 {
        margin-top: 2px
    }

    .s401 {
        min-width: 320px;
        width: 320px;
        min-height: 204px
    }

    .s402 {
        min-width: 320px;
        height: 39px;
        width: 320px
    }

    .ps384 {
        margin-left: 1px;
        margin-top: 2px
    }

    .s403 {
        min-width: 319px;
        height: 39px;
        width: 319px
    }

    .ps385 {
        margin-top: 3px
    }

    .ps386 {
        margin-top: 2px
    }

    .ps387 {
        margin-left: 1px;
        margin-top: 2px
    }

    .ps388 {
        margin-left: 0;
        margin-top: 2px
    }

    .ps389 {
        margin-left: 0;
        margin-top: 2px
    }

    .ps390 {
        margin-left: 1px;
        margin-top: 2px
    }

    .s404 {
        min-width: 319px;
        height: 39px;
        width: 319px
    }

    .f85 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.279;
        padding-top: 8px;
        padding-bottom: 8px
    }

    .c113 {
        min-width: 320px;
        margin-top: -8px;
        min-height: 1471px
    }

    .ps391 {
        margin-top: 0
    }

    .s405 {
        min-width: 320px;
        height: 1471px
    }

    .ps392 {
        margin-top: 330px
    }

    .s406 {
        width: 320px;
        min-height: 1100px
    }

    .ps393 {
        margin-left: 2px
    }

    .s407 {
        min-width: 316px;
        width: 316px;
        min-height: 1100px
    }

    .s408 {
        min-width: 316px;
        width: 316px;
        min-height: 1100px
    }

    .ps394 {
        margin-left: 8px;
        margin-top: 0
    }

    .s409 {
        min-width: 299px;
        width: 299px;
        min-height: 480px
    }

    .ps395 {
        margin-left: 10px;
        margin-top: 19px
    }

    .s410 {
        min-width: 285px;
        width: 285px;
        min-height: 84px
    }

    .s411 {
        min-width: 285px;
        height: 37px;
        width: 285px
    }

    .c115 {
        -webkit-border-radius: 19px;
        -moz-border-radius: 19px;
        border-radius: 19px;
        background-image: url(../images/a/screenshot-2024-07-19-at-10.42.17-pm-118.jpg)
    }

    .webp .c115 {
        background-image: url(../images/a/screenshot-2024-07-19-at-10.42.17-pm-118.webp)
    }

    .f86 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144;
        padding-top: 11px;
        padding-bottom: 10px
    }

    .ps396 {
        margin-left: 0;
        margin-top: 10px
    }

    .s412 {
        min-width: 285px;
        height: 37px;
        width: 285px
    }

    .c116 {
        -webkit-border-radius: 19px;
        -moz-border-radius: 19px;
        border-radius: 19px;
        background-image: url(../images/a/screenshot-2024-07-19-at-10.42.17-pm-118.jpg)
    }

    .webp .c116 {
        background-image: url(../images/a/screenshot-2024-07-19-at-10.42.17-pm-118.webp)
    }

    .f87 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144;
        padding-top: 11px;
        padding-bottom: 10px
    }

    .ps397 {
        margin-left: 10px;
        margin-top: 9px
    }

    .s413 {
        min-width: 288px;
        width: 288px;
        min-height: 84px
    }

    .s414 {
        min-width: 288px;
        height: 37px;
        width: 288px
    }

    .c117 {
        -webkit-border-radius: 19px;
        -moz-border-radius: 19px;
        border-radius: 19px;
        background-image: url(../images/a/screenshot-2024-07-19-at-10.42.17-pm-118.jpg)
    }

    .webp .c117 {
        background-image: url(../images/a/screenshot-2024-07-19-at-10.42.17-pm-118.webp)
    }

    .ps399 {
        margin-left: 0;
        margin-top: 10px
    }

    .c118 {
        -webkit-border-radius: 19px;
        -moz-border-radius: 19px;
        border-radius: 19px;
        background-image: url(../images/a/screenshot-2024-07-19-at-10.42.17-pm-118.jpg)
    }

    .webp .c118 {
        background-image: url(../images/a/screenshot-2024-07-19-at-10.42.17-pm-118.webp)
    }

    .ps400 {
        margin-left: 9px;
        margin-top: 14px
    }

    .s415 {
        min-width: 289px;
        width: 289px;
        min-height: 85px
    }

    .ps401 {
        margin-left: 1px
    }

    .c119 {
        -webkit-border-radius: 19px;
        -moz-border-radius: 19px;
        border-radius: 19px;
        background-image: url(../images/a/screenshot-2024-07-19-at-10.42.17-pm-118.jpg)
    }

    .webp .c119 {
        background-image: url(../images/a/screenshot-2024-07-19-at-10.42.17-pm-118.webp)
    }

    .ps402 {
        margin-left: 0;
        margin-top: 11px
    }

    .s416 {
        min-width: 289px;
        height: 37px;
        width: 289px
    }

    .c120 {
        -webkit-border-radius: 19px;
        -moz-border-radius: 19px;
        border-radius: 19px;
        background-image: url(../images/a/screenshot-2024-07-19-at-10.42.17-pm-118.jpg)
    }

    .webp .c120 {
        background-image: url(../images/a/screenshot-2024-07-19-at-10.42.17-pm-118.webp)
    }

    .ps403 {
        margin-left: 9px;
        margin-top: 11px
    }

    .s417 {
        min-width: 289px;
        width: 289px;
        min-height: 84px
    }

    .c121 {
        -webkit-border-radius: 19px;
        -moz-border-radius: 19px;
        border-radius: 19px;
        background-image: url(../images/a/screenshot-2024-07-19-at-10.42.17-pm-118.jpg)
    }

    .webp .c121 {
        background-image: url(../images/a/screenshot-2024-07-19-at-10.42.17-pm-118.webp)
    }

    .ps405 {
        margin-left: 0;
        margin-top: 10px
    }

    .c122 {
        -webkit-border-radius: 19px;
        -moz-border-radius: 19px;
        border-radius: 19px;
        background-image: url(../images/a/screenshot-2024-07-19-at-10.42.17-pm-118.jpg)
    }

    .webp .c122 {
        background-image: url(../images/a/screenshot-2024-07-19-at-10.42.17-pm-118.webp)
    }

    .ps406 {
        margin-left: 132px;
        margin-top: 16px
    }

    .s418 {
        min-width: 164px;
        height: 39px;
        width: 162px
    }

    .f88 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144;
        padding-top: 11px;
        padding-bottom: 10px
    }

    .ps407 {
        margin-left: 0;
        margin-top: -445px
    }

    .s419 {
        min-width: 297px;
        width: 297px;
        min-height: 478px
    }

    .ps408 {
        margin-left: 9px;
        margin-top: 144px
    }

    .s420 {
        min-width: 299px;
        width: 299px;
        min-height: 476px
    }

    .ps409 {
        margin-left: 11px;
        margin-top: 28px
    }

    .s421 {
        min-width: 274px;
        height: 40px;
        width: 274px
    }

    .c125 {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        background-image: url(../images/r/smiling_women_clinic-130.jpg)
    }

    .webp .c125 {
        background-image: url(../images/r/smiling_women_clinic-130.webp)
    }

    .f89 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144;
        padding-top: 12px;
        padding-bottom: 12px
    }

    .ps410 {
        margin-left: 11px;
        margin-top: 14px
    }

    .s422 {
        min-width: 269px;
        height: 40px;
        width: 269px
    }

    .c126 {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        background-image: url(../images/r/smiling_women_clinic-130.jpg)
    }

    .webp .c126 {
        background-image: url(../images/r/smiling_women_clinic-130.webp)
    }

    .ps411 {
        margin-left: 13px;
        margin-top: -40px
    }

    .c127 {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        background-image: url(../images/r/smiling_women_clinic-130.jpg)
    }

    .webp .c127 {
        background-image: url(../images/r/smiling_women_clinic-130.webp)
    }

    .ps412 {
        margin-left: 10px;
        margin-top: 9px
    }

    .s423 {
        min-width: 277px;
        height: 40px;
        width: 277px
    }

    .c128 {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        background-image: url(../images/r/smiling_women_clinic-130.jpg)
    }

    .webp .c128 {
        background-image: url(../images/r/smiling_women_clinic-130.webp)
    }

    .ps413 {
        margin-left: 0;
        margin-top: -171px
    }

    .s424 {
        min-width: 297px;
        width: 297px;
        min-height: 474px
    }

    .ps414 {
        margin-left: 7px;
        margin-top: 246px
    }

    .s425 {
        min-width: 286px;
        width: 286px;
        min-height: 161px
    }

    .pl2 {
        height: 161px
    }

    .vd3 {
        width: 286px;
        height: 161px
    }

    .ps415 {
        margin-top: -824px
    }

    .s426 {
        min-width: 316px;
        width: 316px;
        min-height: 178px
    }

    .ps416 {
        margin-left: 32px
    }

    .s427 {
        min-width: 78px;
        width: 78px;
        min-height: 176px
    }

    .c129 {
        background-image: url(../images/6/whatsapp-image-2025-06-24-at-3.38.55-pm-156.jpeg)
    }

    .webp .c129 {
        background-image: url(../images/a/whatsapp-image-2025-06-24-at-3.38.55-pm-156.webp)
    }

    .ps417 {
        margin-left: 7px
    }

    .c130 {
        background-image: url(../images/a/whatsapp-image-2025-06-24-at-3.41.09-pm-156.jpeg)
    }

    .webp .c130 {
        background-image: url(../images/a/whatsapp-image-2025-06-24-at-3.41.09-pm-156.webp)
    }

    .ps418 {
        margin-left: 7px
    }

    .c131 {
        background-image: url(../images/8/whatsapp-image-2025-06-24-at-3.44.39-pm-156.jpeg)
    }

    .webp .c131 {
        background-image: url(../images/r/whatsapp-image-2025-06-24-at-3.44.39-pm-156.webp)
    }

    .ps419 {
        margin-left: -286px;
        margin-top: 39px
    }

    .s428 {
        min-width: 28px;
        height: 80px;
        width: 28px
    }

    .f90 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.279;
        padding-top: 29px;
        padding-bottom: 28px
    }

    .ps420 {
        margin-left: 262px;
        margin-top: 39px
    }

    .s429 {
        min-width: 26px;
        height: 80px;
        width: 26px
    }

    .ps421 {
        margin-top: -1430px
    }

    .s430 {
        min-height: 78px
    }

    .ps422 {
        margin-top: 765px
    }

    .s431 {
        width: 320px;
        min-height: 92px
    }

    .ps423 {
        margin-left: 0
    }

    .s432 {
        min-width: 319px;
        width: 319px;
        min-height: 92px
    }

    .c134 {
        min-width: 320px;
        margin-top: -1px;
        min-height: 952px
    }

    .ps424 {
        margin-top: 0
    }

    .s433 {
        min-width: 320px;
        height: 950px
    }

    .ps425 {
        margin-top: 19px
    }

    .s434 {
        width: 320px;
        min-height: 900px
    }

    .ps426 {
        margin-left: 9px
    }

    .s435 {
        min-width: 303px;
        width: 303px;
        min-height: 900px
    }

    .ps427 {
        margin-top: 271px
    }

    .s436 {
        min-width: 303px;
        width: 303px;
        min-height: 492px
    }

    .ps428 {
        margin-left: 13px;
        margin-top: 54px
    }

    .s437 {
        min-width: 282px;
        width: 282px;
        min-height: 369px
    }

    .s438 {
        min-width: 282px;
        width: 282px;
        min-height: 369px
    }

    .s439 {
        min-width: 276px;
        height: 42px;
        width: 276px
    }

    .c136 {
        -webkit-border-radius: 21px;
        -moz-border-radius: 21px;
        border-radius: 21px;
        background-image: url(../images/8/companylogo-230-230-112-modified-84.png)
    }

    .webp .c136 {
        background-image: url(../images/2/companylogo-230-230-112-modified-84.webp)
    }

    .f91 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.155;
        padding-top: 14px;
        padding-bottom: 13px
    }

    .ps429 {
        margin-top: 11px
    }

    .c137 {
        -webkit-border-radius: 21px;
        -moz-border-radius: 21px;
        border-radius: 21px;
        background-image: url(../images/8/companylogo-230-230-112-modified-84.png)
    }

    .webp .c137 {
        background-image: url(../images/2/companylogo-230-230-112-modified-84.webp)
    }

    .ps430 {
        margin-top: 13px
    }

    .s440 {
        min-width: 277px;
        height: 42px;
        width: 277px
    }

    .c138 {
        -webkit-border-radius: 21px;
        -moz-border-radius: 21px;
        border-radius: 21px;
        background-image: url(../images/8/companylogo-230-230-112-modified-84.png)
    }

    .webp .c138 {
        background-image: url(../images/2/companylogo-230-230-112-modified-84.webp)
    }

    .ps431 {
        margin-top: 12px
    }

    .c139 {
        -webkit-border-radius: 21px;
        -moz-border-radius: 21px;
        border-radius: 21px;
        background-image: url(../images/8/companylogo-230-230-112-modified-84.png)
    }

    .webp .c139 {
        background-image: url(../images/2/companylogo-230-230-112-modified-84.webp)
    }

    .s441 {
        min-width: 282px;
        height: 42px;
        width: 282px
    }

    .c140 {
        -webkit-border-radius: 21px;
        -moz-border-radius: 21px;
        border-radius: 21px;
        background-image: url(../images/8/companylogo-230-230-112-modified-84.png)
    }

    .webp .c140 {
        background-image: url(../images/2/companylogo-230-230-112-modified-84.webp)
    }

    .ps432 {
        margin-top: 14px
    }

    .s442 {
        min-width: 280px;
        height: 42px;
        width: 280px
    }

    .c141 {
        -webkit-border-radius: 21px;
        -moz-border-radius: 21px;
        border-radius: 21px;
        background-image: url(../images/8/companylogo-230-230-112-modified-84.png)
    }

    .webp .c141 {
        background-image: url(../images/2/companylogo-230-230-112-modified-84.webp)
    }

    .ps433 {
        margin-top: 14px
    }

    .c142 {
        -webkit-border-radius: 21px;
        -moz-border-radius: 21px;
        border-radius: 21px;
        background-image: url(../images/8/companylogo-230-230-112-modified-84.png)
    }

    .webp .c142 {
        background-image: url(../images/2/companylogo-230-230-112-modified-84.webp)
    }

    .ps434 {
        margin-top: -423px
    }

    .s443 {
        min-width: 303px;
        width: 303px;
        min-height: 492px
    }

    .ps435 {
        margin-left: 5px;
        margin-top: 30px
    }

    .s444 {
        min-width: 290px;
        width: 290px;
        min-height: 107px
    }

    .ps436 {
        margin-left: 35px;
        margin-top: -900px
    }

    .s445 {
        min-width: 224px;
        width: 224px;
        min-height: 241px
    }

    .pl3 {
        height: 241px
    }

    .vd4 {
        width: 224px;
        height: 241px
    }

    .ps437 {
        margin-top: 5px
    }

    .s446 {
        min-width: 320px;
        height: 1244px
    }

    .ps438 {
        margin-top: 226px
    }

    .s447 {
        width: 320px;
        min-height: 773px
    }

    .ps439 {
        margin-left: 1px
    }

    .s448 {
        min-width: 317px;
        width: 317px;
        min-height: 773px
    }

    .ps440 {
        margin-top: 241px
    }

    .s449 {
        min-width: 118px;
        width: 118px;
        min-height: 522px
    }

    .s450 {
        min-width: 118px;
        width: 118px;
        min-height: 249px
    }

    .s451 {
        min-width: 118px;
        width: 118px;
        height: 249px
    }

    .ps441 {
        margin-left: 6px;
        margin-top: 2px
    }

    .s452 {
        min-width: 109px;
        width: 109px;
        min-height: 9px
    }

    .s453 {
        min-width: 109px;
        width: 109px;
        min-height: 9px
    }

    .c146 {
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0
    }

    .ps442 {
        margin-left: 12px;
        margin-top: -7px
    }

    .s454 {
        min-width: 77px;
        width: 77px;
        height: 5px
    }

    .f92 {
        font-size: 6px;
        font-size: calc(6px * var(--f));
        line-height: 1.334
    }

    .ps443 {
        margin-left: 4px;
        margin-top: 5px
    }

    .s455 {
        min-width: 110px;
        width: 110px;
        min-height: 91px
    }

    .ps444 {
        margin-left: 4px
    }

    .s456 {
        min-width: 25px;
        width: 25px;
        height: 4px
    }

    .f93 {
        font-size: 4px;
        font-size: calc(4px * var(--f));
        line-height: 1.251
    }

    .ps445 {
        margin-left: 2px;
        margin-top: -1px
    }

    .s457 {
        min-width: 108px;
        width: 108px;
        height: 11px
    }

    .input11 {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        width: 108px;
        height: 11px;
        font-size: 4px;
        line-height: 1.251
    }

    .ps446 {
        margin-left: 4px;
        margin-top: 1px
    }

    .s458 {
        min-width: 23px;
        width: 23px;
        height: 4px
    }

    .ps447 {
        margin-left: 2px;
        margin-top: 0
    }

    .input12 {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        width: 108px;
        height: 11px;
        font-size: 4px;
        line-height: 1.251
    }

    .ps448 {
        margin-left: 4px;
        margin-top: 0
    }

    .s459 {
        min-width: 29px;
        width: 29px;
        height: 4px
    }

    .ps449 {
        margin-left: -30px;
        margin-top: 5px
    }

    .s460 {
        min-width: 53px;
        width: 53px;
        height: 8px
    }

    .input13 {
        width: 53px;
        height: 8px;
        font-size: 4px;
        line-height: 1.251;
        background-size: 6px;
        background-position: right 6px top 50%
    }

    *[dir="rtl"] .input13,
    :root:lang(ar) .input13,
    :root:lang(iw) .input13 {
        background-position: left 6px top 50%
    }

    .ps450 {
        margin-left: 5px;
        margin-top: 1px
    }

    .s461 {
        min-width: 55px;
        width: 55px;
        height: 4px
    }

    .ps451 {
        margin-left: 2px;
        margin-top: -2px
    }

    .input14 {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        width: 108px;
        height: 11px;
        font-size: 4px;
        line-height: 1.251
    }

    .ps452 {
        margin-left: 8px;
        margin-top: 2px
    }

    .s462 {
        min-width: 55px;
        width: 55px;
        height: 4px
    }

    .ps453 {
        margin-top: 0
    }

    .s463 {
        min-width: 106px;
        width: 106px;
        height: 8px
    }

    .input15 {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        width: 106px;
        height: 8px;
        font-size: 4px;
        line-height: 1.251;
        background-size: 6px;
        background-position: right 6px top 50%
    }

    *[dir="rtl"] .input15,
    :root:lang(ar) .input15,
    :root:lang(iw) .input15 {
        background-position: left 6px top 50%
    }

    .ps454 {
        margin-top: -1px
    }

    .input16 {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        width: 108px;
        height: 11px;
        font-size: 4px;
        line-height: 1.251
    }

    .ps455 {
        margin-left: 48px;
        margin-top: 1px
    }

    .s464 {
        min-width: 59px;
        height: 9px;
        width: 59px
    }

    .f94 {
        font-size: 4px;
        font-size: calc(4px * var(--f));
        line-height: 1.251;
        padding-top: 2px;
        padding-bottom: 2px
    }

    .ps456 {
        margin-left: 5px;
        margin-top: 5px
    }

    .s465 {
        min-width: 39px;
        height: 7px;
        width: 39px
    }

    .f95 {
        font-size: 4px;
        font-size: calc(4px * var(--f));
        line-height: 1.251;
        padding-top: 1px;
        padding-bottom: 1px
    }

    .ps457 {
        margin-left: 1px;
        margin-top: 3px
    }

    .s466 {
        min-width: 111px;
        width: 111px;
        min-height: 125px
    }

    .s467 {
        min-width: 111px;
        width: 111px;
        min-height: 125px
    }

    .ps458 {
        margin-left: 5px
    }

    .s468 {
        min-width: 50px;
        width: 50px;
        height: 5px
    }

    .ps459 {
        margin-top: 1px
    }

    .s469 {
        min-width: 110px;
        width: 110px;
        height: 13px
    }

    .input17 {
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        width: 110px;
        height: 13px;
        font-size: 4px;
        line-height: 1.251
    }

    .ps460 {
        margin-left: 4px;
        margin-top: -2px
    }

    .s470 {
        min-width: 44px;
        width: 44px;
        height: 5px
    }

    .ps461 {
        margin-top: 0
    }

    .input18 {
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        width: 110px;
        height: 13px;
        font-size: 4px;
        line-height: 1.251
    }

    .ps462 {
        margin-left: 5px;
        margin-top: -1px
    }

    .ps463 {
        margin-top: 0
    }

    .s471 {
        min-width: 110px;
        width: 110px;
        height: 21px
    }

    .input19 {
        width: 110px;
        height: 21px;
        font-size: 4px;
        line-height: 1.251
    }

    .ps464 {
        margin-top: 1px
    }

    .s472 {
        min-width: 107px;
        height: 9px;
        width: 107px
    }

    .f96 {
        font-size: 4px;
        font-size: calc(4px * var(--f));
        line-height: 1.251;
        padding-top: 2px;
        padding-bottom: 2px
    }

    .ps465 {
        margin-left: 1px;
        margin-top: 0
    }

    .s473 {
        min-width: 108px;
        width: 108px;
        min-height: 13px
    }

    .ps466 {
        margin-top: 0
    }

    .s474 {
        min-width: 74px;
        width: 74px;
        height: 13px
    }

    .input20 {
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        width: 74px;
        height: 13px;
        font-size: 4px;
        line-height: 1.251
    }

    .ps467 {
        margin-left: 4px;
        margin-top: 2px
    }

    .s475 {
        min-width: 30px;
        height: 9px;
        width: 30px
    }

    .ps468 {
        margin-left: 19px;
        margin-top: 35px
    }

    .s476 {
        min-width: 72px;
        height: 7px;
        width: 72px
    }

    .f97 {
        font-size: 5px;
        font-size: calc(5px * var(--f));
        line-height: 1.201;
        padding-top: 1px;
        padding-bottom: 0
    }

    .ps469 {
        margin-top: -31px
    }

    .s477 {
        min-width: 107px;
        width: 107px;
        height: 19px
    }

    .wrapper2 {
        height: 19px
    }

    .ps470 {
        margin-left: 3px;
        margin-top: 256px
    }

    .s478 {
        min-width: 105px;
        width: 105px;
        min-height: 17px
    }

    .ps471 {
        margin-top: 0
    }

    .s479 {
        min-width: 11px;
        width: 11px;
        min-height: 13px
    }

    .ps472 {
        margin-top: 1px
    }

    .s480 {
        min-width: 94px;
        width: 94px;
        height: 16px
    }

    .f98 {
        font-size: 4px;
        font-size: calc(4px * var(--f));
        line-height: 1.251
    }

    .ps473 {
        margin-left: -104px;
        margin-top: 755px
    }

    .s481 {
        min-width: 107px;
        width: 107px;
        min-height: 18px
    }

    .ps474 {
        margin-top: 5px
    }

    .s482 {
        min-width: 11px;
        width: 11px;
        min-height: 13px
    }

    .ps475 {
        margin-left: 5px
    }

    .s483 {
        min-width: 91px;
        width: 91px;
        height: 15px
    }

    .f99 {
        font-size: 4px;
        font-size: calc(4px * var(--f));
        line-height: 1.251
    }

    .ps476 {
        margin-left: 2px;
        margin-top: 1px
    }

    .s484 {
        min-width: 118px;
        width: 118px;
        min-height: 243px
    }

    .s485 {
        min-width: 118px;
        width: 118px;
        height: 243px
    }

    .ps477 {
        margin-left: 7px;
        margin-top: 4px
    }

    .s486 {
        min-width: 107px;
        width: 107px;
        min-height: 17px
    }

    .s487 {
        min-width: 107px;
        width: 107px;
        min-height: 17px
    }

    .c149 {
        -webkit-border-radius: 9px 9px 0 0;
        -moz-border-radius: 9px 9px 0 0;
        border-radius: 9px 9px 0 0
    }

    .ps478 {
        margin-left: 30px;
        margin-top: -13px
    }

    .s488 {
        min-width: 41px;
        width: 41px;
        height: 11px
    }

    .ps479 {
        margin-left: 6px;
        margin-top: 10px
    }

    .s489 {
        min-width: 109px;
        width: 109px;
        height: 17px
    }

    .input22 {
        width: 109px;
        height: 17px;
        font-size: 5px;
        line-height: 1.201;
        background-size: 6px;
        background-position: right 6px top 50%
    }

    *[dir="rtl"] .input22,
    :root:lang(ar) .input22,
    :root:lang(iw) .input22 {
        background-position: left 6px top 50%
    }

    .ps480 {
        margin-left: 6px;
        margin-top: 0
    }

    .s490 {
        min-width: 109px;
        width: 109px;
        height: 18px
    }

    .input23 {
        width: 109px;
        height: 18px;
        font-size: 4px;
        line-height: 1.251
    }

    .ps481 {
        margin-left: 60px;
        margin-top: 5px
    }

    .s491 {
        min-width: 53px;
        height: 14px;
        width: 53px
    }

    .f100 {
        font-size: 5px;
        font-size: calc(5px * var(--f));
        line-height: 1.201;
        padding-top: 4px;
        padding-bottom: 4px
    }

    .ps482 {
        margin-left: 0;
        margin-top: 8px
    }

    .s492 {
        min-width: 116px;
        width: 116px;
        height: 129px
    }

    .wrapper3 {
        height: 129px
    }

    .ps483 {
        margin-left: 9px;
        margin-top: 0
    }

    .s493 {
        min-width: 67px;
        width: 67px;
        min-height: 201px
    }

    .ps484 {
        margin-top: 0
    }

    .s494 {
        min-width: 320px;
        height: 1112px
    }

    .ps485 {
        margin-top: 27px
    }

    .s495 {
        width: 320px;
        min-height: 1044px
    }

    .ps486 {
        margin-left: 0
    }

    .ps487 {
        margin-left: 21px
    }

    .i34 {
        left: 0;
        width: 99px;
        height: 97px;
        top: 1px;
        -webkit-border-radius: 49px;
        -moz-border-radius: 49px;
        border-radius: 49px
    }

    .ps488 {
        margin-left: 6px;
        margin-top: 32px
    }

    .s496 {
        min-width: 174px;
        width: 174px;
        height: 32px
    }

    .f101 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.376
    }

    .ps489 {
        margin-left: 7px;
        margin-top: -2px
    }

    .s497 {
        min-width: 276px;
        width: 276px;
        min-height: 2px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps490 {
        margin-left: 0;
        margin-top: 286px
    }

    .s498 {
        min-width: 291px;
        width: 291px;
        min-height: 135px
    }

    .ps491 {
        margin-top: 102px
    }

    .s499 {
        min-width: 268px;
        width: 268px;
        height: 33px
    }

    .f102 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.601
    }

    .ps492 {
        margin-top: -135px
    }

    .s500 {
        min-width: 291px;
        width: 291px;
        min-height: 3px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps493 {
        margin-left: 0;
        margin-top: -400px
    }

    .ps494 {
        margin-left: 12px;
        margin-top: 400px
    }

    .s501 {
        min-width: 278px;
        width: 278px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps495 {
        margin-left: 0;
        margin-top: -401px
    }

    .s502 {
        min-width: 320px;
        width: 320px;
        min-height: 861px
    }

    .ps496 {
        margin-left: 0
    }

    .ps497 {
        margin-top: 0
    }

    .s503 {
        min-width: 320px;
        width: 320px;
        min-height: 754px
    }

    .s504 {
        min-width: 320px;
        width: 320px;
        min-height: 475px
    }

    .s505 {
        min-width: 166px;
        width: 166px;
        min-height: 192px
    }

    .s506 {
        min-width: 113px;
        width: 113px;
        height: 23px
    }

    .f103 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f103:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f103:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f103:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .ps499 {
        margin-left: 2px;
        margin-top: 7px
    }

    .s507 {
        min-width: 91px;
        width: 91px;
        height: 19px
    }

    .f104 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f104:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f104:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f104:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .ps500 {
        margin-left: 0;
        margin-top: 35px
    }

    .s508 {
        min-width: 90px;
        width: 90px;
        height: 20px
    }

    .ps501 {
        margin-top: -47px
    }

    .s509 {
        min-width: 140px;
        width: 140px;
        height: 22px
    }

    .ps502 {
        margin-top: 68px
    }

    .s510 {
        min-width: 163px;
        width: 163px;
        height: 20px
    }

    .ps503 {
        margin-top: -49px
    }

    .s511 {
        min-width: 126px;
        width: 126px;
        height: 21px
    }

    .ps504 {
        margin-top: -81px
    }

    .s512 {
        min-width: 166px;
        width: 166px;
        height: 24px
    }

    .ps505 {
        margin-left: 0;
        margin-top: -192px
    }

    .s513 {
        min-width: 320px;
        width: 320px;
        min-height: 475px
    }

    .ps506 {
        margin-left: 171px
    }

    .s514 {
        min-width: 149px;
        width: 149px;
        height: 32px
    }

    .ps507 {
        margin-top: 209px
    }

    .s515 {
        min-width: 163px;
        width: 163px;
        height: 24px
    }

    .ps508 {
        margin-left: 11px;
        margin-top: -6px
    }

    .s516 {
        min-width: 49px;
        width: 49px;
        height: 23px
    }

    .ps509 {
        margin-top: 184px
    }

    .s517 {
        min-width: 211px;
        width: 211px;
        height: 26px
    }

    .ps510 {
        margin-left: 174px;
        margin-top: -419px
    }

    .s518 {
        min-width: 111px;
        width: 111px;
        height: 21px
    }

    .f105 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168;
        letter-spacing: 0.05px
    }

    .f105:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168;
        letter-spacing: 0.05px
    }

    .f105:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168;
        letter-spacing: 0.05px
    }

    .f105:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168;
        letter-spacing: 0.05px
    }

    .ps511 {
        margin-left: 0;
        margin-top: -62px
    }

    .s519 {
        min-width: 223px;
        width: 223px;
        height: 21px
    }

    .ps512 {
        margin-left: 23px;
        margin-top: 207px
    }

    .i35 {
        width: 47px;
        height: 72px
    }

    .ps514 {
        margin-left: 19px
    }

    .i36 {
        width: 47px;
        height: 72px
    }

    .ps515 {
        margin-left: 17px;
        margin-top: 0
    }

    .i37 {
        left: 0;
        width: 47px;
        height: 47px;
        top: 12px
    }

    .ps516 {
        margin-left: 0;
        margin-top: -475px
    }

    .ps517 {
        margin-left: 0
    }

    .s520 {
        min-width: 282px;
        width: 282px;
        height: 29px
    }

    .ps518 {
        margin-top: 245px
    }

    .s521 {
        min-width: 218px;
        width: 218px;
        height: 28px
    }

    .ps519 {
        margin-left: 0;
        margin-top: -266px
    }

    .s522 {
        min-width: 291px;
        width: 291px;
        height: 31px
    }

    .f106 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f106:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f106:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f106:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .ps520 {
        margin-left: 1px;
        margin-top: 24px
    }

    .s523 {
        min-width: 212px;
        width: 212px;
        height: 20px
    }

    .ps521 {
        margin-top: 9px
    }

    .s524 {
        min-width: 211px;
        width: 211px;
        height: 19px
    }

    .ps522 {
        margin-top: -170px
    }

    .s525 {
        min-width: 239px;
        width: 239px;
        min-height: 122px
    }

    .s526 {
        min-width: 239px;
        width: 239px;
        min-height: 122px
    }

    .ps523 {
        margin-left: 1px
    }

    .s527 {
        min-width: 238px;
        width: 238px;
        height: 24px
    }

    .ps524 {
        margin-top: 74px
    }

    .s528 {
        min-width: 87px;
        width: 87px;
        height: 24px
    }

    .ps525 {
        margin-top: -133px
    }

    .s529 {
        min-width: 298px;
        width: 298px;
        height: 20px
    }

    .ps526 {
        margin-top: 23px
    }

    .s530 {
        min-width: 287px;
        width: 287px;
        height: 84px
    }

    .f107 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.616
    }

    .ps528 {
        width: 320px
    }

    .ps529 {
        margin-top: max(calc(50vh - 7px), 0px);
        margin-top: max(calc(var(--vh, 1vh) * 50 - 7px), 0px)
    }

    .s531 {
        min-width: 320px;
        width: 320px;
        height: 14px
    }

    .c153 {
        height: 14px
    }

    .ps530 {
        margin-left: 6px
    }

    .s532 {
        min-width: 291px;
        width: 291px;
        height: 18px
    }

    .f108 {
        font-size: 6px;
        font-size: calc(6px * var(--f));
        line-height: 1.834
    }

    .ps531 {
        margin-left: 8px;
        margin-top: 3px
    }

    .s533 {
        min-width: 11px;
        width: 11px;
        height: 11px
    }

    .c154 {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px
    }

    .s534 {
        min-width: 320px;
        min-height: 18px
    }

    .ps532 {
        margin-top: 4px
    }

    .s535 {
        width: 320px;
        min-height: 10px
    }

    .ps533 {
        margin-left: 228px
    }

    .s536 {
        min-width: 43px;
        height: 10px;
        width: 43px
    }

    .f109 {
        font-size: 3px;
        font-size: calc(3px * var(--f));
        line-height: 1.334;
        padding-top: 3px;
        padding-bottom: 3px
    }

    .ps534 {
        margin-left: 3px
    }

    body {
        --d: 5;
        --s: 320
    }
}

@media (min-width:1920px) and (-webkit-min-device-pixel-ratio:1.7),
(min-width:1920px) and (min-resolution:144dpi) {
    .c115 {
        background-image: url(../images/l/screenshot-2024-07-19-at-10.42.17-pm-248.jpg)
    }

    .webp .c115 {
        background-image: url(../images/h/screenshot-2024-07-19-at-10.42.17-pm-248.webp)
    }

    .c116 {
        background-image: url(../images/l/screenshot-2024-07-19-at-10.42.17-pm-248.jpg)
    }

    .webp .c116 {
        background-image: url(../images/h/screenshot-2024-07-19-at-10.42.17-pm-248.webp)
    }

    .c117 {
        background-image: url(../images/l/screenshot-2024-07-19-at-10.42.17-pm-248.jpg)
    }

    .webp .c117 {
        background-image: url(../images/h/screenshot-2024-07-19-at-10.42.17-pm-248.webp)
    }

    .c118 {
        background-image: url(../images/l/screenshot-2024-07-19-at-10.42.17-pm-248.jpg)
    }

    .webp .c118 {
        background-image: url(../images/h/screenshot-2024-07-19-at-10.42.17-pm-248.webp)
    }

    .c119 {
        background-image: url(../images/l/screenshot-2024-07-19-at-10.42.17-pm-248.jpg)
    }

    .webp .c119 {
        background-image: url(../images/h/screenshot-2024-07-19-at-10.42.17-pm-248.webp)
    }

    .c120 {
        background-image: url(../images/l/screenshot-2024-07-19-at-10.42.17-pm-248.jpg)
    }

    .webp .c120 {
        background-image: url(../images/h/screenshot-2024-07-19-at-10.42.17-pm-248.webp)
    }

    .c121 {
        background-image: url(../images/l/screenshot-2024-07-19-at-10.42.17-pm-248.jpg)
    }

    .webp .c121 {
        background-image: url(../images/h/screenshot-2024-07-19-at-10.42.17-pm-248.webp)
    }

    .c122 {
        background-image: url(../images/l/screenshot-2024-07-19-at-10.42.17-pm-248.jpg)
    }

    .webp .c122 {
        background-image: url(../images/h/screenshot-2024-07-19-at-10.42.17-pm-248.webp)
    }

    .c125 {
        background-image: url(../images/n/smiling_women_clinic-254.jpg)
    }

    .webp .c125 {
        background-image: url(../images/0/smiling_women_clinic-254.webp)
    }

    .c126 {
        background-image: url(../images/n/smiling_women_clinic-254.jpg)
    }

    .webp .c126 {
        background-image: url(../images/0/smiling_women_clinic-254.webp)
    }

    .c127 {
        background-image: url(../images/n/smiling_women_clinic-254.jpg)
    }

    .webp .c127 {
        background-image: url(../images/0/smiling_women_clinic-254.webp)
    }

    .c128 {
        background-image: url(../images/n/smiling_women_clinic-254.jpg)
    }

    .webp .c128 {
        background-image: url(../images/0/smiling_women_clinic-254.webp)
    }

    .c129 {
        background-image: url(../images/h/whatsapp-image-2025-06-24-at-3.38.55-pm-854.jpeg)
    }

    .webp .c129 {
        background-image: url(../images/n/whatsapp-image-2025-06-24-at-3.38.55-pm-854.webp)
    }

    .c130 {
        background-image: url(../images/l/whatsapp-image-2025-06-24-at-3.41.09-pm-854.jpeg)
    }

    .webp .c130 {
        background-image: url(../images/2/whatsapp-image-2025-06-24-at-3.41.09-pm-854.webp)
    }

    .c131 {
        background-image: url(../images/4/whatsapp-image-2025-06-24-at-3.44.39-pm-854.jpeg)
    }

    .webp .c131 {
        background-image: url(../images/6/whatsapp-image-2025-06-24-at-3.44.39-pm-854.webp)
    }
}

@media (min-width:1200px) and (max-width:1919px) and (min-width:1200px) and (-webkit-min-device-pixel-ratio:1.7),
(min-width:1200px) and (max-width:1919px) and (min-width:1200px) and (min-resolution:144dpi) {
    .c115 {
        background-image: url(../images/h/screenshot-2024-07-19-at-10.42.17-pm-190.jpg)
    }

    .webp .c115 {
        background-image: url(../images/r/screenshot-2024-07-19-at-10.42.17-pm-190.webp)
    }

    .c116 {
        background-image: url(../images/6/screenshot-2024-07-19-at-10.42.17-pm-194.jpg)
    }

    .webp .c116 {
        background-image: url(../images/j/screenshot-2024-07-19-at-10.42.17-pm-194.webp)
    }

    .c117 {
        background-image: url(../images/h/screenshot-2024-07-19-at-10.42.17-pm-190.jpg)
    }

    .webp .c117 {
        background-image: url(../images/r/screenshot-2024-07-19-at-10.42.17-pm-190.webp)
    }

    .c118 {
        background-image: url(../images/h/screenshot-2024-07-19-at-10.42.17-pm-190.jpg)
    }

    .webp .c118 {
        background-image: url(../images/r/screenshot-2024-07-19-at-10.42.17-pm-190.webp)
    }

    .c119 {
        background-image: url(../images/h/screenshot-2024-07-19-at-10.42.17-pm-190.jpg)
    }

    .webp .c119 {
        background-image: url(../images/r/screenshot-2024-07-19-at-10.42.17-pm-190.webp)
    }

    .c120 {
        background-image: url(../images/h/screenshot-2024-07-19-at-10.42.17-pm-190.jpg)
    }

    .webp .c120 {
        background-image: url(../images/r/screenshot-2024-07-19-at-10.42.17-pm-190.webp)
    }

    .c121 {
        background-image: url(../images/h/screenshot-2024-07-19-at-10.42.17-pm-190.jpg)
    }

    .webp .c121 {
        background-image: url(../images/r/screenshot-2024-07-19-at-10.42.17-pm-190.webp)
    }

    .c122 {
        background-image: url(../images/h/screenshot-2024-07-19-at-10.42.17-pm-190.jpg)
    }

    .webp .c122 {
        background-image: url(../images/r/screenshot-2024-07-19-at-10.42.17-pm-190.webp)
    }

    .c125 {
        background-image: url(../images/n/smiling_women_clinic-198.jpg)
    }

    .webp .c125 {
        background-image: url(../images/2/smiling_women_clinic-198.webp)
    }

    .c126 {
        background-image: url(../images/n/smiling_women_clinic-198.jpg)
    }

    .webp .c126 {
        background-image: url(../images/2/smiling_women_clinic-198.webp)
    }

    .c127 {
        background-image: url(../images/n/smiling_women_clinic-198.jpg)
    }

    .webp .c127 {
        background-image: url(../images/2/smiling_women_clinic-198.webp)
    }

    .c128 {
        background-image: url(../images/n/smiling_women_clinic-198.jpg)
    }

    .webp .c128 {
        background-image: url(../images/2/smiling_women_clinic-198.webp)
    }

    .c129 {
        background-image: url(../images/0/whatsapp-image-2025-06-24-at-3.38.55-pm-534.jpeg)
    }

    .webp .c129 {
        background-image: url(../images/6/whatsapp-image-2025-06-24-at-3.38.55-pm-534.webp)
    }

    .c130 {
        background-image: url(../images/h/whatsapp-image-2025-06-24-at-3.41.09-pm-534.jpeg)
    }

    .webp .c130 {
        background-image: url(../images/j/whatsapp-image-2025-06-24-at-3.41.09-pm-534.webp)
    }

    .c131 {
        background-image: url(../images/n/whatsapp-image-2025-06-24-at-3.44.39-pm-534.jpeg)
    }

    .webp .c131 {
        background-image: url(../images/l/whatsapp-image-2025-06-24-at-3.44.39-pm-534.webp)
    }

    .c136 {
        background-image: url(../images/6/companylogo-230-230-112-modified-146.png)
    }

    .webp .c136 {
        background-image: url(../images/t/companylogo-230-230-112-modified-146.webp)
    }

    .c137 {
        background-image: url(../images/6/companylogo-230-230-112-modified-146.png)
    }

    .webp .c137 {
        background-image: url(../images/t/companylogo-230-230-112-modified-146.webp)
    }

    .c138 {
        background-image: url(../images/6/companylogo-230-230-112-modified-146.png)
    }

    .webp .c138 {
        background-image: url(../images/t/companylogo-230-230-112-modified-146.webp)
    }

    .c139 {
        background-image: url(../images/6/companylogo-230-230-112-modified-146.png)
    }

    .webp .c139 {
        background-image: url(../images/t/companylogo-230-230-112-modified-146.webp)
    }

    .c140 {
        background-image: url(../images/6/companylogo-230-230-112-modified-146.png)
    }

    .webp .c140 {
        background-image: url(../images/t/companylogo-230-230-112-modified-146.webp)
    }

    .c141 {
        background-image: url(../images/6/companylogo-230-230-112-modified-146.png)
    }

    .webp .c141 {
        background-image: url(../images/t/companylogo-230-230-112-modified-146.webp)
    }

    .c142 {
        background-image: url(../images/6/companylogo-230-230-112-modified-146.png)
    }

    .webp .c142 {
        background-image: url(../images/t/companylogo-230-230-112-modified-146.webp)
    }
}

@media (min-width:960px) and (max-width:1199px) and (min-width:960px) and (-webkit-min-device-pixel-ratio:1.7),
(min-width:960px) and (max-width:1199px) and (min-width:960px) and (min-resolution:144dpi) {
    .c115 {
        background-image: url(../images/8/screenshot-2024-07-19-at-10.42.17-pm-126.jpg)
    }

    .webp .c115 {
        background-image: url(../images/c/screenshot-2024-07-19-at-10.42.17-pm-126.webp)
    }

    .c116 {
        background-image: url(../images/8/screenshot-2024-07-19-at-10.42.17-pm-126.jpg)
    }

    .webp .c116 {
        background-image: url(../images/c/screenshot-2024-07-19-at-10.42.17-pm-126.webp)
    }

    .c117 {
        background-image: url(../images/8/screenshot-2024-07-19-at-10.42.17-pm-126.jpg)
    }

    .webp .c117 {
        background-image: url(../images/c/screenshot-2024-07-19-at-10.42.17-pm-126.webp)
    }

    .c118 {
        background-image: url(../images/8/screenshot-2024-07-19-at-10.42.17-pm-126.jpg)
    }

    .webp .c118 {
        background-image: url(../images/c/screenshot-2024-07-19-at-10.42.17-pm-126.webp)
    }

    .c119 {
        background-image: url(../images/8/screenshot-2024-07-19-at-10.42.17-pm-126.jpg)
    }

    .webp .c119 {
        background-image: url(../images/c/screenshot-2024-07-19-at-10.42.17-pm-126.webp)
    }

    .c120 {
        background-image: url(../images/8/screenshot-2024-07-19-at-10.42.17-pm-126.jpg)
    }

    .webp .c120 {
        background-image: url(../images/c/screenshot-2024-07-19-at-10.42.17-pm-126.webp)
    }

    .c121 {
        background-image: url(../images/8/screenshot-2024-07-19-at-10.42.17-pm-126.jpg)
    }

    .webp .c121 {
        background-image: url(../images/c/screenshot-2024-07-19-at-10.42.17-pm-126.webp)
    }

    .c122 {
        background-image: url(../images/8/screenshot-2024-07-19-at-10.42.17-pm-126.jpg)
    }

    .webp .c122 {
        background-image: url(../images/c/screenshot-2024-07-19-at-10.42.17-pm-126.webp)
    }

    .c125 {
        background-image: url(../images/r/smiling_women_clinic-130.jpg)
    }

    .webp .c125 {
        background-image: url(../images/r/smiling_women_clinic-130.webp)
    }

    .c126 {
        background-image: url(../images/r/smiling_women_clinic-130.jpg)
    }

    .webp .c126 {
        background-image: url(../images/r/smiling_women_clinic-130.webp)
    }

    .c127 {
        background-image: url(../images/r/smiling_women_clinic-130.jpg)
    }

    .webp .c127 {
        background-image: url(../images/r/smiling_women_clinic-130.webp)
    }

    .c128 {
        background-image: url(../images/r/smiling_women_clinic-130.jpg)
    }

    .webp .c128 {
        background-image: url(../images/r/smiling_women_clinic-130.webp)
    }

    .c129 {
        background-image: url(../images/p/whatsapp-image-2025-06-24-at-3.38.55-pm-428.jpeg)
    }

    .webp .c129 {
        background-image: url(../images/c/whatsapp-image-2025-06-24-at-3.38.55-pm-428.webp)
    }

    .c130 {
        background-image: url(../images/4/whatsapp-image-2025-06-24-at-3.41.09-pm-428.jpeg)
    }

    .webp .c130 {
        background-image: url(../images/l/whatsapp-image-2025-06-24-at-3.41.09-pm-428.webp)
    }

    .c131 {
        background-image: url(../images/2/whatsapp-image-2025-06-24-at-3.44.39-pm-428.jpeg)
    }

    .webp .c131 {
        background-image: url(../images/e/whatsapp-image-2025-06-24-at-3.44.39-pm-428.webp)
    }

    .c136 {
        background-image: url(../images/8/companylogo-230-230-112-modified-86.png)
    }

    .webp .c136 {
        background-image: url(../images/v/companylogo-230-230-112-modified-86.webp)
    }

    .c137 {
        background-image: url(../images/8/companylogo-230-230-112-modified-86.png)
    }

    .webp .c137 {
        background-image: url(../images/v/companylogo-230-230-112-modified-86.webp)
    }

    .c138 {
        background-image: url(../images/8/companylogo-230-230-112-modified-86.png)
    }

    .webp .c138 {
        background-image: url(../images/v/companylogo-230-230-112-modified-86.webp)
    }

    .c139 {
        background-image: url(../images/8/companylogo-230-230-112-modified-86.png)
    }

    .webp .c139 {
        background-image: url(../images/v/companylogo-230-230-112-modified-86.webp)
    }

    .c140 {
        background-image: url(../images/8/companylogo-230-230-112-modified-86.png)
    }

    .webp .c140 {
        background-image: url(../images/v/companylogo-230-230-112-modified-86.webp)
    }

    .c141 {
        background-image: url(../images/8/companylogo-230-230-112-modified-86.png)
    }

    .webp .c141 {
        background-image: url(../images/v/companylogo-230-230-112-modified-86.webp)
    }

    .c142 {
        background-image: url(../images/8/companylogo-230-230-112-modified-86.png)
    }

    .webp .c142 {
        background-image: url(../images/v/companylogo-230-230-112-modified-86.webp)
    }
}

@media (min-width:320px) {
    .c133 {
        background-image: url(../images/r/screenshot-2025-06-28-at-8.53.13-am-960.jpg)
    }

    .webp .c133 {
        background-image: url(../images/8/screenshot-2025-06-28-at-8.53.13-am-960.webp)
    }
}

@media (min-width:480px) {
    .c133 {
        background-image: url(../images/4/screenshot-2025-06-28-at-8.53.13-am-1536.jpg)
    }

    .webp .c133 {
        background-image: url(../images/p/screenshot-2025-06-28-at-8.53.13-am-1536-1.webp)
    }
}

@media (min-width:768px) {
    .c133 {
        background-image: url(../images/n/screenshot-2025-06-28-at-8.53.13-am-960.jpg)
    }

    .webp .c133 {
        background-image: url(../images/c/screenshot-2025-06-28-at-8.53.13-am-960.webp)
    }
}

@media (min-width:960px) {
    .c133 {
        background-image: url(../images/2/screenshot-2025-06-28-at-8.53.13-am-1200.jpg)
    }

    .webp .c133 {
        background-image: url(../images/a/screenshot-2025-06-28-at-8.53.13-am-1200.webp)
    }
}

@media (min-width:1200px) {
    .c133 {
        background-image: url(../images/r/screenshot-2025-06-28-at-8.53.13-am-1600.jpg)
    }

    .webp .c133 {
        background-image: url(../images/2/screenshot-2025-06-28-at-8.53.13-am-2000.webp)
    }
}

@media (min-width:1600px) {
    .c133 {
        background-image: url(../images/t/screenshot-2025-06-28-at-8.53.13-am-2000.jpg)
    }

    .webp .c133 {
        background-image: url(../images/j/screenshot-2025-06-28-at-8.53.13-am-2000-1.webp)
    }
}

@media (min-width:2000px) {
    .c133 {
        background-image: url(../images/4/screenshot-2025-06-28-at-8.53.13-am-2560.jpg)
    }

    .webp .c133 {
        background-image: url(../images/r/screenshot-2025-06-28-at-8.53.13-am-2560.webp)
    }
}

body {
    --f: 1;
    min-width: 1920px
}

@media (min-width:1200px) and (max-width:1919px) {
    body {
        min-width: 1200px
    }
}

@media (min-width:960px) and (max-width:1199px) {
    body {
        min-width: 960px
    }
}

@media (min-width:768px) and (max-width:959px) {
    body {
        min-width: 768px
    }
}

@media (min-width:480px) and (max-width:767px) {
    body {
        min-width: 480px
    }
}

@media (max-width:479px) {
    body {
        min-width: 320px
    }
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        transform-origin: center;
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@font-face {
    font-display: block;
    font-family: "Comfortaa 1";
    src: url('Comfortaa-Regular.woff2') format('woff2'), url('Comfortaa-Regular.woff') format('woff');
    font-weight: 400
}

@font-face {
    font-display: block;
    font-family: "Comfortaa 2";
    src: url('Comfortaa-Bold.woff2') format('woff2'), url('Comfortaa-Bold.woff') format('woff');
    font-weight: 700
}

.c158 {
    display: block;
    position: relative;
    pointer-events: none;
    min-width: 1920px;
    width: 100%;
    overflow: hidden;
    margin-top: 0;
    z-index: 18;
    min-height: 1022px
}

.v26 {
    display: block
}

.ps535 {
    position: relative;
    margin-top: 0
}

.s537 {
    width: 100%;
    min-width: 1920px;
    height: 347px;
    padding-bottom: 0
}

.c159 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #5789c1
}

.z398 {
    pointer-events: none
}

.ps536 {
    display: inline-block;
    width: 0;
    height: 0
}

.ps537 {
    position: relative;
    margin-top: 11px
}

.s538 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 67px
}

.v27 {
    display: inline-block;
    vertical-align: top
}

.ps538 {
    position: relative;
    margin-left: 66px;
    margin-top: 0
}

.ps539 {
    position: relative;
    margin-left: 0;
    margin-top: 13px
}

.z399 {
    z-index: 58;
    pointer-events: auto
}

.i38 {
    position: absolute;
    left: 4px;
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    top: 0;
    color: #fff;
    -ms-transform: rotate(0deg) scale(1, 1);
    -moz-transform: rotate(0deg) scale(1, 1);
    -webkit-transform: rotate(0deg) scale(1, 1);
    transform: rotate(0deg) scale(1, 1)
}

.ps540 {
    position: relative;
    margin-left: 17px;
    margin-top: 13px
}

.s539 {
    min-width: 275px;
    width: 275px;
    overflow: hidden;
    height: 40px
}

.z400 {
    z-index: 57;
    pointer-events: auto
}

.p12 {
    text-indent: 0;
    padding-bottom: 0;
    padding-right: 0;
    text-align: left
}

.f110 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.126;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps541 {
    position: relative;
    margin-left: 42px;
    margin-top: 13px
}

.z401 {
    z-index: 59;
    pointer-events: auto
}

.i39 {
    position: absolute;
    left: 16px;
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    top: 0;
    color: #fff
}

.ps542 {
    position: relative;
    margin-left: -2px;
    margin-top: 13px
}

.s540 {
    min-width: 446px;
    width: 446px;
    overflow: hidden;
    height: 40px
}

.z402 {
    z-index: 61;
    pointer-events: auto
}

.ps543 {
    position: relative;
    margin-left: 863px;
    margin-top: 0
}

.z403 {
    z-index: 60;
    pointer-events: auto
}

.a11 {
    display: block
}

.i40 {
    position: absolute;
    left: 0;
    width: 67px;
    height: 67px;
    top: 0;
    -webkit-filter: brightness(400%);
    -moz-filter: brightness(400%);
    filter: brightness(400%);
    border: 0
}

.ps544 {
    position: relative;
    margin-top: 7px
}

.s541 {
    margin-left: -0%;
    width: 100%;
    min-height: 262px
}

.c160 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 0 rgba(128, 128, 128, 0.2)
}

.z404 {
    z-index: 55;
    pointer-events: auto
}

.ps545 {
    position: relative;
    margin-top: -252px
}

.s542 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 236px
}

.ps546 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.ps547 {
    position: relative;
    margin-left: 0;
    margin-top: 3px
}

.z405 {
    z-index: 56;
    pointer-events: auto
}

.i41 {
    position: absolute;
    left: 0;
    width: 170px;
    height: 37px;
    top: 66px;
    -webkit-border-radius: 84px;
    -moz-border-radius: 84px;
    border-radius: 84px;
    border: 0
}

.v28 {
    display: inline-block;
    vertical-align: top;
    overflow: visible
}

.ps548 {
    position: relative;
    margin-left: 49px;
    margin-top: 148px
}

.z406 {
    z-index: 62;
    pointer-events: auto
}

.ps549 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s543 {
    min-width: 0;
    width: 0;
    min-height: 0;
    height: 0
}

.m4 {
    padding: 0px 0px 0px 0px
}

.s544 {
    min-width: 46px;
    width: 0;
    height: 0
}

.mcv7 {
    display: none
}

.v29 {
    display: none
}

.ps550 {
    position: relative;
    margin-left: 0;
    margin-top: 92px
}

.s545 {
    min-width: 46px;
    width: 46px;
    overflow: hidden;
    height: 26px
}

.z407 {
    pointer-events: auto
}

.p13 {
    text-indent: 0;
    padding-bottom: 0;
    padding-right: 0;
    text-align: center
}

.f111 {
    font-family: "Lato 2";
    font-size: 17px;
    font-size: calc(17px * var(--f));
    line-height: 1.295;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: transparent;
    background-color: initial;
    text-shadow: none
}

.v30 {
    display: inline-block;
    vertical-align: top
}

.ps551 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.z408 {
    z-index: 9999
}

.mcv8 {
    display: inline-block
}

.c162 {
    border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #5789c1
}

.ps552 {
    position: relative;
    margin-left: 0;
    margin-top: 23px
}

.s546 {
    min-width: 159px;
    width: 159px;
    overflow: hidden;
    height: 41px
}

.f112 {
    font-family: "Lato 2";
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.220;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.v31 {
    display: none
}

.ml4 {
    outline: 0
}

.ps553 {
    position: relative;
    margin-left: 0;
    margin-top: 7px
}

.s547 {
    min-width: 450px;
    width: 450px;
    overflow: hidden;
    height: 41px
}

.ps554 {
    position: relative;
    margin-left: 0;
    margin-top: 1px
}

.ps555 {
    position: relative;
    margin-left: 160px;
    margin-top: -88px
}

.s548 {
    min-width: 256px;
    width: 256px;
    overflow: hidden;
    height: 41px
}

.ps556 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s549 {
    min-width: 472px;
    width: 472px;
    overflow: hidden;
    height: 41px
}

.ps557 {
    position: relative;
    margin-left: 0;
    margin-top: 1px
}

.ps558 {
    position: relative;
    margin-left: 417px;
    margin-top: -88px
}

.s550 {
    min-width: 342px;
    width: 342px;
    overflow: hidden;
    height: 41px
}

.ps559 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s551 {
    min-width: 429px;
    width: 429px;
    overflow: hidden;
    height: 41px
}

.ps560 {
    position: relative;
    margin-left: 760px;
    margin-top: -88px
}

.s552 {
    min-width: 383px;
    width: 383px;
    overflow: hidden;
    height: 41px
}

.ps561 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.ps562 {
    position: relative;
    margin-left: 0;
    margin-top: 7px
}

.s553 {
    min-width: 477px;
    width: 477px;
    overflow: hidden;
    height: 41px
}

.ps563 {
    position: relative;
    margin-left: 1144px;
    margin-top: -88px
}

.s554 {
    min-width: 185px;
    width: 185px;
    overflow: hidden;
    height: 41px
}

.ps564 {
    position: relative;
    margin-left: 1330px;
    margin-top: -88px
}

.s555 {
    min-width: 108px;
    width: 108px;
    overflow: hidden;
    height: 41px
}

.ps565 {
    position: relative;
    margin-left: 1439px;
    margin-top: -88px
}

.ps566 {
    position: relative;
    margin-left: 1154px;
    margin-top: -236px
}

.z409 {
    z-index: 63
}

.s556 {
    min-width: 741px;
    width: 741px;
    min-height: 79px;
    line-height: 0
}

.z410 {
    z-index: 64;
    pointer-events: auto
}

.input24 {
    border: 1px solid #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.22);
    width: 741px;
    height: 79px;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 28px;
    line-height: 1.144;
    font-weight: 400;
    font-style: italic;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input24::placeholder {
    color: rgb(0, 0, 0);
    opacity: 1
}

.ps567 {
    position: relative;
    margin-left: 674px;
    margin-top: -73px
}

.s557 {
    min-width: 64px;
    width: 64px;
    height: 55px;
    box-sizing: border-box
}

.c163 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    background-image: url(../images/t/search-svgrepo-com-2-.svg);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z411 {
    z-index: 65;
    pointer-events: auto
}

.a12 {
    transform: translateZ(1px);
    display: inline-block;
    width: 100%;
    height: 100%;
    z-index: 1
}

.c163:hover {
    background-color: rgba(10, 37, 134, 0.74);
    border-color: transparent;
    color: #fff;
    background-clip: padding-box
}

.c163:active {
    transition: initial
}

.c164 {
    display: block;
    position: relative;
    pointer-events: none;
    min-width: 1920px;
    width: 100%;
    overflow: hidden;
    margin-top: -1022px;
    z-index: 16;
    min-height: 1517px
}

.ps568 {
    position: relative;
    margin-top: 347px
}

.s558 {
    width: 100%;
    min-width: 1920px;
    height: 1130px;
    padding-bottom: 0
}

.c165 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff
}

.ps569 {
    position: relative;
    margin-top: 26px
}

.s559 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 1080px
}

.ps570 {
    position: relative;
    margin-left: 59px;
    margin-top: 0
}

.s560 {
    min-width: 1835px;
    width: 1835px;
    min-height: 1080px;
    height: 1080px
}

.i42 {
    position: absolute;
    left: 0;
    width: 1835px;
    height: 1080px;
    top: 0;
    -webkit-filter: drop-shadow(0 2px 22px rgba(0, 0, 0, 0.22));
    -moz-filter: drop-shadow(0 2px 22px rgba(0, 0, 0, 0.22));
    filter: drop-shadow(0 2px 22px rgba(0, 0, 0, 0.22));
    will-change: filter;
    border: 0
}

.ps571 {
    position: relative;
    margin-top: -1058px
}

.s561 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    height: 784px
}

.v32 {
    display: inline-block;
    vertical-align: top;
    pointer-events: auto
}

.ps572 {
    position: relative;
    margin-left: 13px;
    margin-top: 0
}

.c166 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-image: -webkit-gradient(linear, 164deg, color-stop(0, rgba(10, 37, 134, 0.74)), color-stop(1, rgba(145, 6, 74, 0.72)));
    background-image: -o-linear-gradient(164deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: -webkit-linear-gradient(164deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: -ms-linear-gradient(164deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: linear-gradient(164deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%)
}

.z412 {
    z-index: 54;
    pointer-events: auto
}

.ps573 {
    position: relative;
    margin-left: 1664px;
    margin-top: 15px
}

.z413 {
    z-index: 125
}

.i43 {
    position: absolute;
    left: 7px;
    min-width: 53px;
    max-width: 53px;
    min-height: 53px;
    max-height: 53px;
    top: 0;
    color: #fff
}

.v33 {
    display: inline-block;
    vertical-align: top;
    outline: 0
}

.ps574 {
    position: relative;
    margin-left: 0;
    margin-top: 25px
}

.s562 {
    min-width: 1752px;
    height: 112px;
    box-sizing: border-box;
    width: 1752px;
    padding-right: 0
}

.c167 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-image: -webkit-gradient(linear, 166deg, color-stop(0, rgba(10, 37, 134, 0.74)), color-stop(1, rgba(74, 149, 169, 0.52)));
    background-image: -o-linear-gradient(166deg, rgba(10, 37, 134, 0.74) 0%, rgba(74, 149, 169, 0.52) 100%);
    background-image: -webkit-linear-gradient(166deg, rgba(10, 37, 134, 0.74) 0%, rgba(74, 149, 169, 0.52) 100%);
    background-image: -ms-linear-gradient(166deg, rgba(10, 37, 134, 0.74) 0%, rgba(74, 149, 169, 0.52) 100%);
    background-image: linear-gradient(166deg, rgba(10, 37, 134, 0.74) 0%, rgba(74, 149, 169, 0.52) 100%);
    color: #fff;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z414 {
    z-index: 126
}

.a13 {
    transform: translateZ(1px);
    display: inline-block;
    width: 100%;
    z-index: 1
}

.f113 {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 54px;
    font-size: calc(54px * var(--f));
    line-height: 1.242;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 23px;
    padding-bottom: 22px
}

.c167::before {
    background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
    background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-clip: content-box;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin-top: 0;
    margin-left: 0;
    z-index: -1;
    transition: opacity 0.2s linear
}

.c167:hover:before {
    opacity: 1
}

.c167:hover {
    background-color: transparent;
    border-color: transparent;
    color: #161616
}

.c167::after {
    background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
    background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-clip: content-box;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin-top: 0;
    margin-left: 0;
    top: 0;
    left: 0;
    z-index: -1;
    transition: opacity 0.2s linear
}

.c167:hover:after {
    opacity: 0
}

.c167:active:before {
    opacity: 1
}

.c167:active:after {
    opacity: 1;
    transition: initial
}

.c167:active {
    transition: initial;
    color: #a1a1a1
}

.ps575 {
    position: relative;
    margin-left: 0;
    margin-top: 8px
}

.s563 {
    min-width: 1752px;
    width: 1752px;
    min-height: 171px;
    line-height: 0
}

.s564 {
    min-width: 1752px;
    height: 112px;
    box-sizing: border-box;
    width: 1752px;
    padding-right: 0
}

.z415 {
    z-index: 127;
    pointer-events: auto
}

.ps576 {
    position: relative;
    margin-left: 0;
    margin-top: -53px
}

.s565 {
    min-width: 1752px;
    height: 112px;
    box-sizing: border-box;
    width: 1752px;
    padding-right: 0
}

.z416 {
    z-index: 128;
    pointer-events: auto
}

.ps577 {
    position: relative;
    margin-left: 0;
    margin-top: -112px
}

.z417 {
    z-index: 129;
    pointer-events: auto
}

.ps578 {
    position: relative;
    margin-left: 0;
    margin-top: -112px
}

.z418 {
    z-index: 130;
    pointer-events: auto
}

.ps579 {
    position: relative;
    margin-left: 0;
    margin-top: -112px
}

.z419 {
    z-index: 131;
    pointer-events: auto
}

.ps580 {
    position: relative;
    margin-left: 37px;
    margin-top: 0
}

.z420 {
    z-index: 132
}

.ps581 {
    position: relative;
    margin-left: 32px;
    margin-top: 18px
}

.z421 {
    z-index: 133
}

.ps582 {
    position: relative;
    margin-left: 32px;
    margin-top: 8px
}

.s566 {
    min-width: 1752px;
    height: 117px;
    box-sizing: border-box;
    width: 1752px;
    padding-right: 0
}

.z422 {
    z-index: 134
}

.f114 {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 54px;
    font-size: calc(54px * var(--f));
    line-height: 1.242;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 25px;
    padding-bottom: 25px
}

.ps583 {
    position: relative;
    margin-top: 234px
}

.s567 {
    width: 100%;
    min-width: 1920px;
    height: 1274px;
    padding-bottom: 0
}

.c168 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: contain;
    background-image: url(../images/v/screenshot-2025-06-28-at-12.28.03-am-640.jpg)
}

.z423 {
    z-index: 1;
    pointer-events: none
}

.webp .c168 {
    background-image: url(../images/e/screenshot-2025-06-28-at-12.28.03-am-640.webp)
}

.ps584 {
    position: relative;
    margin-top: 0
}

.s568 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 1257px
}

.ps585 {
    position: relative;
    margin-left: 12px;
    margin-top: 0
}

.s569 {
    min-width: 1908px;
    width: 1908px;
    min-height: 1257px
}

.ps586 {
    position: relative;
    margin-left: 0;
    margin-top: 32px
}

.s570 {
    min-width: 600px;
    width: 600px;
    min-height: 888px
}

.z424 {
    z-index: 9
}

.c169 {
    border: 0;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    background-color: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.22)
}

.z425 {
    z-index: 4
}

.ps587 {
    position: relative;
    margin-left: 53px;
    margin-top: 29px
}

.s571 {
    min-width: 493px;
    width: 493px;
    overflow: hidden;
    height: 54px
}

.c170 {
    transform-style: preserve-3d
}

.z426 {
    z-index: 8;
    pointer-events: auto
}

.s572 {
    min-height: 54px;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    color: transparent;
    background-image: -webkit-gradient(linear, 40deg, color-stop(0, rgb(22, 22, 22)), color-stop(1, rgba(10, 37, 134, 0.74)));
    background-image: -o-linear-gradient(40deg, rgb(22, 22, 22) 0%, rgba(10, 37, 134, 0.74) 100%);
    background-image: -webkit-linear-gradient(40deg, rgb(22, 22, 22) 0%, rgba(10, 37, 134, 0.74) 100%);
    background-image: -ms-linear-gradient(40deg, rgb(22, 22, 22) 0%, rgba(10, 37, 134, 0.74) 100%);
    background-image: linear-gradient(40deg, rgb(22, 22, 22) 0%, rgba(10, 37, 134, 0.74) 100%)
}

.f115 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 38px;
    font-size: calc(38px * var(--f));
    line-height: 1.133;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: rgba(74, 149, 169, 0.52);
    background-color: initial;
    text-shadow: none
}

.ps588 {
    position: relative;
    margin-left: 46px;
    margin-top: 13px
}

.s573 {
    min-width: 434px;
    width: 434px;
    min-height: 325px;
    height: 325px
}

.z427 {
    z-index: 5;
    pointer-events: auto
}

.mfp-bg,
.mfp-container,
.mfp-wrap {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.mfp-container:before,
.mfp-content {
    display: inline-block;
    vertical-align: middle
}

.mfp-bg {
    z-index: 2147483640;
    overflow: hidden;
    position: fixed
}

.mfp-wrap {
    z-index: 2147483641;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    height: 100%
}

.mfp-align-top .mfp-container:before,
.mfp-loading.mfp-figure,
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-content {
    position: relative;
    margin: 0 auto;
    text-align: left;
    z-index: 2147483643
}

.mfp-close,
.mfp-preloader {
    text-align: center;
    position: absolute
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-gallery .mfp-image-holder .mfp-figure,
.mfp-zoom {
    cursor: pointer
}

.mfp-zoom {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    top: 50%;
    width: auto;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 2147483642
}

.mfp-close,
.mfp-preloader a:hover {
    color: #fff
}

.mfp-preloader a {
    color: #ccc
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 2147483644;
    -webkit-box-shadow: none;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    right: 0;
    top: 0;
    text-decoration: none;
    opacity: .65;
    padding: 0 0 18px 10px;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-arrow:focus,
.mfp-arrow:hover,
.mfp-close:focus,
.mfp-close:hover,
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-figure,
img.mfp-img {
    line-height: 0
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent
}

.mfp-arrow .mfp-a,
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow .mfp-b,
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder,
.mfp-plyr .mfp-container {
    padding: 40px
}

.mfp-iframe-scaler,
.mfp-player-scaler {
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler iframe,
.mfp-player-scaler .player,
.mfp-player-scaler .player1 {
    display: block;
    top: 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000;
    position: absolute;
    left: 0;
    width: 100%
}

.mfp-iframe-scaler {
    width: 100%
}

.mfp-iframe-scaler iframe {
    height: 100%
}

.mfp-player-scaler {
    width: 100%;
    max-width: 900px
}

.mfp-player-scaler .player,
.mfp-player-scaler .player1 {
    right: 0;
    bottom: 0
}

.mfp-plyr .player {
    left: 0;
    max-width: 900px;
    margin: 0 auto;
    height: 100%
}

.mfp-plyr .player1 {
    left: 0;
    max-width: 900px;
    margin: 0 auto;
    height: 0
}

.mfp-image-holder .mfp-content,
img.mfp-img {
    max-width: 100%
}

.mfp-figure:after,
img.mfp-img {
    width: auto;
    height: auto;
    display: block
}

img.mfp-img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile .mfp-bottom-bar:empty,
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-container,
.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

.mfp-fade.mfp-bg.mfp-removing,
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0 !important
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: .15s ease-out;
    -moz-transition: .15s ease-out;
    transition: .15s ease-out
}

.un317-mfp.mfp-bg {
    opacity: 0;
    background: #0b0b0b;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out
}

.un317-mfp.mfp-bg.mfp-ready {
    opacity: 0.8;
    filter: alpha(opacity=80)
}

.un317-mfp .mfp-close {
    color: #ffffff !important
}

.i44 {
    position: absolute;
    left: 0;
    width: 434px;
    height: 325px;
    top: 0;
    border: 0
}

.ps589 {
    position: relative;
    margin-left: 0;
    margin-top: 5px
}

.s574 {
    min-width: 600px;
    width: 600px;
    overflow: hidden;
    height: 323px
}

.z428 {
    z-index: 6;
    pointer-events: auto
}

.f116 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.345;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #161616;
    background-color: initial;
    text-shadow: none
}

.ps590 {
    position: relative;
    margin-left: 53px;
    margin-top: 37px
}

.s575 {
    min-width: 443px;
    height: 72px;
    box-sizing: border-box;
    width: 443px;
    padding-right: 0
}

.c171 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 36px;
    background-image: -webkit-gradient(linear, 223deg, color-stop(0, rgb(87, 137, 193)), color-stop(1, rgba(10, 37, 134, 0.74)));
    background-image: -o-linear-gradient(223deg, rgb(87, 137, 193) 0%, rgba(10, 37, 134, 0.74) 100%);
    background-image: -webkit-linear-gradient(223deg, rgb(87, 137, 193) 0%, rgba(10, 37, 134, 0.74) 100%);
    background-image: -ms-linear-gradient(223deg, rgb(87, 137, 193) 0%, rgba(10, 37, 134, 0.74) 100%);
    background-image: linear-gradient(223deg, rgb(87, 137, 193) 0%, rgba(10, 37, 134, 0.74) 100%);
    color: #fff;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear
}

.z429 {
    z-index: 7;
    pointer-events: auto
}

.f117 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 28px;
    font-size: calc(28px * var(--f));
    line-height: 1.144;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 20px
}

.c171:hover {
    background-image: -webkit-gradient(linear, 40deg, color-stop(0, rgb(87, 137, 193)), color-stop(1, rgba(10, 37, 134, 0.74)));
    background-image: -o-linear-gradient(40deg, rgb(87, 137, 193) 0%, rgba(10, 37, 134, 0.74) 100%);
    background-image: -webkit-linear-gradient(40deg, rgb(87, 137, 193) 0%, rgba(10, 37, 134, 0.74) 100%);
    background-image: -ms-linear-gradient(40deg, rgb(87, 137, 193) 0%, rgba(10, 37, 134, 0.74) 100%);
    background-image: linear-gradient(40deg, rgb(87, 137, 193) 0%, rgba(10, 37, 134, 0.74) 100%);
    background-clip: padding-box
}

.c171:active {
    transition: initial;
    background-image: -webkit-gradient(linear, 223deg, color-stop(0, rgb(87, 137, 193)), color-stop(1, rgba(10, 37, 134, 0.74)));
    background-image: -o-linear-gradient(223deg, rgb(87, 137, 193) 0%, rgba(10, 37, 134, 0.74) 100%);
    background-image: -webkit-linear-gradient(223deg, rgb(87, 137, 193) 0%, rgba(10, 37, 134, 0.74) 100%);
    background-image: -ms-linear-gradient(223deg, rgb(87, 137, 193) 0%, rgba(10, 37, 134, 0.74) 100%);
    background-image: linear-gradient(223deg, rgb(87, 137, 193) 0%, rgba(10, 37, 134, 0.74) 100%)
}

.ps591 {
    position: relative;
    margin-left: -265px;
    margin-top: 32px
}

.s576 {
    min-width: 1227px;
    width: 1227px;
    min-height: 1225px;
    line-height: 0
}

.ps592 {
    position: relative;
    margin-left: 283px;
    margin-top: 0
}

.s577 {
    min-width: 601px;
    width: 601px;
    min-height: 888px
}

.z430 {
    z-index: 15
}

.s578 {
    min-width: 600px;
    width: 600px;
    min-height: 888px
}

.z431 {
    z-index: 10
}

.ps593 {
    position: relative;
    margin-left: 55px;
    margin-top: 29px
}

.s579 {
    min-width: 443px;
    width: 443px;
    overflow: hidden;
    height: 54px
}

.z432 {
    z-index: 14;
    pointer-events: auto
}

.s580 {
    min-height: 54px;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    color: transparent;
    background-image: -webkit-gradient(linear, 40deg, color-stop(0, rgb(0, 0, 0)), color-stop(1, rgba(10, 37, 134, 0.74)));
    background-image: -o-linear-gradient(40deg, rgb(0, 0, 0) 0%, rgba(10, 37, 134, 0.74) 100%);
    background-image: -webkit-linear-gradient(40deg, rgb(0, 0, 0) 0%, rgba(10, 37, 134, 0.74) 100%);
    background-image: -ms-linear-gradient(40deg, rgb(0, 0, 0) 0%, rgba(10, 37, 134, 0.74) 100%);
    background-image: linear-gradient(40deg, rgb(0, 0, 0) 0%, rgba(10, 37, 134, 0.74) 100%)
}

.ps594 {
    position: relative;
    margin-left: 0;
    margin-top: 23px
}

.s581 {
    min-width: 600px;
    width: 600px;
    min-height: 315px;
    height: 315px
}

.z433 {
    z-index: 11;
    pointer-events: auto
}

.un318-mfp.mfp-bg {
    opacity: 0;
    background: #0b0b0b;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out
}

.un318-mfp.mfp-bg.mfp-ready {
    opacity: 0.8;
    filter: alpha(opacity=80)
}

.un318-mfp .mfp-close {
    color: #ffffff !important
}

.i45 {
    position: absolute;
    left: 0;
    width: 600px;
    height: 315px;
    top: 0;
    border: 0
}

.ps595 {
    position: relative;
    margin-left: 79px;
    margin-top: 365px
}

.s582 {
    min-width: 443px;
    height: 72px;
    box-sizing: border-box;
    width: 443px;
    padding-right: 0
}

.c172 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 36px;
    background-image: -webkit-gradient(linear, 223deg, color-stop(0, rgb(87, 137, 193)), color-stop(1, rgba(10, 37, 134, 0.74)));
    background-image: -o-linear-gradient(223deg, rgb(87, 137, 193) 0%, rgba(10, 37, 134, 0.74) 100%);
    background-image: -webkit-linear-gradient(223deg, rgb(87, 137, 193) 0%, rgba(10, 37, 134, 0.74) 100%);
    background-image: -ms-linear-gradient(223deg, rgb(87, 137, 193) 0%, rgba(10, 37, 134, 0.74) 100%);
    background-image: linear-gradient(223deg, rgb(87, 137, 193) 0%, rgba(10, 37, 134, 0.74) 100%);
    color: #fff;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear
}

.z434 {
    z-index: 13;
    pointer-events: auto
}

.f118 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 28px;
    font-size: calc(28px * var(--f));
    line-height: 1.144;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 20px
}

.c172:hover {
    background-image: -webkit-gradient(linear, 180deg, color-stop(0, rgb(87, 137, 193)), color-stop(1, rgba(10, 37, 134, 0.74)));
    background-image: -o-linear-gradient(180deg, rgb(87, 137, 193) 0%, rgba(10, 37, 134, 0.74) 100%);
    background-image: -webkit-linear-gradient(180deg, rgb(87, 137, 193) 0%, rgba(10, 37, 134, 0.74) 100%);
    background-image: -ms-linear-gradient(180deg, rgb(87, 137, 193) 0%, rgba(10, 37, 134, 0.74) 100%);
    background-image: linear-gradient(180deg, rgb(87, 137, 193) 0%, rgba(10, 37, 134, 0.74) 100%);
    background-clip: padding-box;
    color: #161616
}

.c172:active {
    transition: initial;
    background-image: -webkit-gradient(linear, 223deg, color-stop(0, rgb(87, 137, 193)), color-stop(1, rgba(10, 37, 134, 0.74)));
    background-image: -o-linear-gradient(223deg, rgb(87, 137, 193) 0%, rgba(10, 37, 134, 0.74) 100%);
    background-image: -webkit-linear-gradient(223deg, rgb(87, 137, 193) 0%, rgba(10, 37, 134, 0.74) 100%);
    background-image: -ms-linear-gradient(223deg, rgb(87, 137, 193) 0%, rgba(10, 37, 134, 0.74) 100%);
    background-image: linear-gradient(223deg, rgb(87, 137, 193) 0%, rgba(10, 37, 134, 0.74) 100%);
    color: #a1a1a1
}

.ps596 {
    position: relative;
    margin-left: 7px;
    margin-top: -443px
}

.s583 {
    min-width: 594px;
    width: 594px;
    overflow: hidden;
    height: 269px
}

.z435 {
    z-index: 12;
    pointer-events: auto
}

.f119 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.345;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #161616;
    background-color: initial;
    text-shadow: none
}

.ps597 {
    position: relative;
    margin-left: 0;
    margin-top: 7px
}

.s584 {
    min-width: 1227px;
    width: 1227px;
    min-height: 330px
}

.z436 {
    z-index: 2;
    pointer-events: auto
}

.ad4 {
    display: none
}

.ps598 {
    position: relative;
    margin-left: 1428px;
    margin-top: -1257px
}

.s585 {
    min-width: 480px;
    width: 480px;
    min-height: 960px
}

.z437 {
    z-index: 3;
    pointer-events: auto
}

.ps599 {
    position: relative;
    margin-top: 18px
}

.s586 {
    width: 100%;
    min-width: 1920px;
    height: 830px;
    padding-bottom: 0
}

.c173 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #000
}

.z438 {
    z-index: 124;
    pointer-events: none
}

.ps600 {
    position: relative;
    margin-top: 33px
}

.s587 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 743px
}

.ps601 {
    position: relative;
    margin-left: 50px;
    margin-top: 0
}

.s588 {
    min-width: 1831px;
    width: 1831px;
    min-height: 437px
}

.ps602 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.z439 {
    z-index: 19;
    pointer-events: auto
}

.i46 {
    position: absolute;
    left: 10px;
    width: 181px;
    height: 178px;
    top: 0;
    -webkit-border-radius: 89px;
    -moz-border-radius: 89px;
    border-radius: 89px;
    box-shadow: 0 3px 40px 5px rgba(0, 0, 0, 0.22);
    border: 0
}

.ps603 {
    position: relative;
    margin-left: 194px;
    margin-top: 0
}

.s589 {
    min-width: 346px;
    width: 346px;
    overflow: hidden;
    height: 66px
}

.z440 {
    z-index: 20;
    pointer-events: auto
}

.f120 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 41px;
    font-size: calc(41px * var(--f));
    line-height: 1.391;
    font-weight: 700;
    font-style: italic;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps604 {
    position: relative;
    margin-left: -341px;
    margin-top: 19px
}

.s590 {
    min-width: 737px;
    width: 737px;
    min-height: 368px;
    line-height: 0
}

.ps605 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.z441 {
    z-index: 30
}

.z442 {
    z-index: 37
}

.s591 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 42px
}

.z443 {
    z-index: 38;
    pointer-events: auto
}

.f121 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.126;
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps606 {
    position: relative;
    margin-left: 0;
    margin-top: 9px
}

.s592 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 40px
}

.z444 {
    z-index: 39;
    pointer-events: auto
}

.f122 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.001;
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps607 {
    position: relative;
    margin-left: 3px;
    margin-top: 8px
}

.s593 {
    min-width: 338px;
    width: 338px;
    overflow: hidden;
    height: 48px
}

.z445 {
    z-index: 40;
    pointer-events: auto
}

.ps608 {
    position: relative;
    margin-left: 0;
    margin-top: 8px
}

.s594 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 46px
}

.z446 {
    z-index: 41;
    pointer-events: auto
}

.ps609 {
    position: relative;
    margin-left: 0;
    margin-top: 9px
}

.s595 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 45px
}

.z447 {
    z-index: 42;
    pointer-events: auto
}

.ps610 {
    position: relative;
    margin-left: 0;
    margin-top: 7px
}

.s596 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 48px
}

.z448 {
    z-index: 43;
    pointer-events: auto
}

.ps611 {
    position: relative;
    margin-left: 0;
    margin-top: 7px
}

.s597 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 51px
}

.z449 {
    z-index: 44;
    pointer-events: auto
}

.ps612 {
    position: relative;
    margin-left: 40px;
    margin-top: 2px
}

.s598 {
    min-width: 355px;
    width: 355px;
    min-height: 308px;
    line-height: 0
}

.ps613 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s599 {
    min-width: 350px;
    width: 350px;
    overflow: hidden;
    height: 40px
}

.z450 {
    z-index: 31;
    pointer-events: auto
}

.ps614 {
    position: relative;
    margin-left: 0;
    margin-top: 6px
}

.s600 {
    min-width: 352px;
    width: 352px;
    overflow: hidden;
    height: 43px
}

.z451 {
    z-index: 32;
    pointer-events: auto
}

.ps615 {
    position: relative;
    margin-left: 0;
    margin-top: 8px
}

.s601 {
    min-width: 352px;
    width: 352px;
    overflow: hidden;
    height: 46px
}

.z452 {
    z-index: 33;
    pointer-events: auto
}

.ps616 {
    position: relative;
    margin-left: 0;
    margin-top: 10px
}

.s602 {
    min-width: 350px;
    width: 350px;
    overflow: hidden;
    height: 46px
}

.z453 {
    z-index: 34;
    pointer-events: auto
}

.ps617 {
    position: relative;
    margin-left: 0;
    margin-top: 63px
}

.s603 {
    min-width: 355px;
    width: 355px;
    overflow: hidden;
    height: 46px
}

.z454 {
    z-index: 36;
    pointer-events: auto
}

.f123 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.126;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps618 {
    position: relative;
    margin-left: 383px;
    margin-top: -158px
}

.s604 {
    min-width: 354px;
    width: 354px;
    overflow: hidden;
    height: 45px
}

.z455 {
    z-index: 35;
    pointer-events: auto
}

.ps619 {
    position: relative;
    margin-left: 0;
    margin-top: -300px
}

.s605 {
    min-width: 733px;
    width: 733px;
    min-height: 5px;
    -ms-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.c174 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: rgba(28, 92, 132, 0.62)
}

.z456 {
    z-index: 23
}

.ps620 {
    position: relative;
    margin-left: 86px;
    margin-top: 22px
}

.z457 {
    z-index: 45
}

.ps621 {
    position: relative;
    margin-left: 1px;
    margin-top: 0
}

.s606 {
    min-width: 438px;
    width: 438px;
    overflow: hidden;
    height: 53px
}

.z458 {
    z-index: 46;
    pointer-events: auto
}

.ps622 {
    position: relative;
    margin-left: 1px;
    margin-top: 0
}

.s607 {
    min-width: 438px;
    width: 438px;
    overflow: hidden;
    height: 51px
}

.z459 {
    z-index: 47;
    pointer-events: auto
}

.ps623 {
    position: relative;
    margin-left: 1px;
    margin-top: 2px
}

.s608 {
    min-width: 438px;
    width: 438px;
    overflow: hidden;
    height: 53px
}

.z460 {
    z-index: 48;
    pointer-events: auto
}

.f124 {
    font-family: "Lato 2";
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.220;
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps624 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s609 {
    min-width: 440px;
    width: 440px;
    overflow: hidden;
    height: 48px
}

.z461 {
    z-index: 49;
    pointer-events: auto
}

.ps625 {
    position: relative;
    margin-left: 0;
    margin-top: 3px
}

.s610 {
    min-width: 440px;
    width: 440px;
    overflow: hidden;
    height: 50px
}

.z462 {
    z-index: 50;
    pointer-events: auto
}

.ps626 {
    position: relative;
    margin-left: 0;
    margin-top: 1px
}

.s611 {
    min-width: 440px;
    width: 440px;
    overflow: hidden;
    height: 53px
}

.z463 {
    z-index: 51;
    pointer-events: auto
}

.ps627 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s612 {
    min-width: 440px;
    width: 440px;
    overflow: hidden;
    height: 51px
}

.z464 {
    z-index: 52;
    pointer-events: auto
}

.ps628 {
    position: relative;
    margin-left: 1px;
    margin-top: 0
}

.s613 {
    min-width: 438px;
    width: 438px;
    overflow: hidden;
    height: 50px
}

.z465 {
    z-index: 53;
    pointer-events: auto
}

.ps629 {
    position: relative;
    margin-left: 1225px;
    margin-top: -437px
}

.s614 {
    min-width: 606px;
    width: 606px;
    min-height: 90px;
    line-height: 0
}

.ps630 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s615 {
    min-width: 518px;
    width: 518px;
    overflow: hidden;
    height: 66px
}

.z466 {
    z-index: 21;
    pointer-events: auto
}

.f125 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 38px;
    font-size: calc(38px * var(--f));
    line-height: 1.606;
    font-weight: 700;
    font-style: italic;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps631 {
    position: relative;
    margin-left: 0;
    margin-top: 19px
}

.s616 {
    min-width: 606px;
    width: 606px;
    min-height: 5px;
    -ms-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.z467 {
    z-index: 22
}

.ps632 {
    position: relative;
    margin-left: 778px;
    margin-top: 106px
}

.z468 {
    z-index: 25;
    pointer-events: auto
}

.ps633 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.z469 {
    z-index: 27;
    pointer-events: auto
}

.i47 {
    position: absolute;
    left: 0;
    width: 110px;
    height: 96px;
    top: 0;
    border: 0
}

.ps634 {
    position: relative;
    margin-left: -10px;
    margin-top: 0
}

.z470 {
    z-index: 28;
    pointer-events: auto
}

.i48 {
    position: absolute;
    left: 0;
    width: 102px;
    height: 90px;
    top: 0;
    border: 0
}

.ps635 {
    position: relative;
    margin-left: 4px;
    margin-top: 11px
}

.z471 {
    z-index: 29;
    pointer-events: auto
}

.i49 {
    position: absolute;
    left: 11px;
    width: 67px;
    height: 67px;
    top: 0;
    border: 0
}

.ps636 {
    position: relative;
    margin-left: 138px;
    margin-top: 0
}

.s617 {
    min-width: 1667px;
    width: 1667px;
    min-height: 8px;
    -ms-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.z472 {
    z-index: 24
}

.ps637 {
    position: relative;
    margin-left: 146px;
    margin-top: 16px
}

.s618 {
    min-width: 1669px;
    width: 1669px;
    overflow: hidden;
    height: 80px
}

.z473 {
    z-index: 26;
    pointer-events: auto
}

.f126 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 24px;
    font-size: calc(24px * var(--f));
    line-height: 1.584;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps638 {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    margin-left: var(--sw);
    width: 100%;
    width: calc(100% - var(--sw));
    overflow: hidden;
    height: 100vh;
    height: calc(100vh + env(safe-area-inset-bottom));
    z-index: 2146435072;
    background-color: rgba(0, 0, 0, 0.56);
    pointer-events: auto;
    opacity: 0
}

.ps639 {
    margin-left: auto;
    margin-right: auto;
    width: 1920px;
    pointer-events: none
}

.ps640 {
    position: relative;
    margin-left: 75px;
    margin-top: 6px
}

.s619 {
    min-width: 1778px;
    width: 1778px;
    height: 100vh;
    height: calc(100vh - 6px);
    height: calc(100vh - 6px + env(safe-area-inset-bottom));
    height: calc(var(--vh, 1vh) * 100 - 6px)
}

.c175 {
    border: 0;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    border-radius: 19px;
    z-index: 0;
    pointer-events: auto
}

.fx2 {
    background-attachment: fixed;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    background-image: url(../images/4/screenshot-2025-06-28-at-12.26.46-am-640.jpg);
    opacity: 1
}

.webp .fx2 {
    background-attachment: fixed;
    background-image: url(../images/2/screenshot-2025-06-28-at-12.26.46-am-640.webp)
}

.c176 {
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    height: 100%;
    width: 100%;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    border-radius: 19px
}

.ps641 {
    position: relative;
    margin-left: 1693px;
    margin-top: 29px
}

.s620 {
    min-width: 65px;
    width: 65px;
    height: 65px
}

.z474 {
    z-index: 66
}

.ps642 {
    position: relative
}

.s621 {
    width: 100%;
    height: 100%;
    box-sizing: border-box
}

.c177 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 2px solid #000;
    -webkit-border-radius: 33px;
    -moz-border-radius: 33px;
    border-radius: 33px;
    background-color: #000;
    background-image: url(../images/l/close.svg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.c177:hover {
    border-color: transparent;
    color: #161616;
    background-clip: padding-box;
    border: 2px solid #161616
}

.c177:active {
    transition: initial;
    color: #000
}

.ps643 {
    position: relative;
    margin-left: 538px;
    margin-top: 7px
}

.s622 {
    min-width: 824px;
    width: 824px;
    min-height: 385px
}

.z475 {
    z-index: 90;
    pointer-events: none
}

.ps644 {
    position: relative;
    margin-left: 37px;
    margin-top: 0
}

.s623 {
    min-width: 702px;
    width: 702px;
    overflow: hidden;
    height: 120px
}

.z476 {
    z-index: 92;
    pointer-events: auto
}

.f127 {
    font-family: "Comfortaa 1";
    font-size: 76px;
    font-size: calc(76px * var(--f));
    line-height: 1.383;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: rgba(10, 37, 134, 0.74);
    background-color: initial;
    text-shadow: none
}

.ps645 {
    position: relative;
    margin-left: 0;
    margin-top: 74px
}

.s624 {
    min-width: 824px;
    width: 824px;
    height: 71px
}

.z477 {
    z-index: 93;
    pointer-events: auto
}

.input25 {
    border: 1px solid #a1a1a1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 824px;
    height: 71px;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 28px;
    line-height: 1.144;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding-left: 4px;
    padding-right: 4px;
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns=%22http%3A//www.w3.org/2000/svg%22%20height=%2224%22%20fill=%22%23161616%22%20viewBox=%220%200%2024%2024%22%20width=%2224%22%3E%3Cpath%20d=%22M0%200h24v24H0z%22%20fill=%22none%22/%3E%3Cpath%20d=%22M7%2010l5%205%205-5z%22/%3E%3C/svg%3E');
    background-size: 51px;
    background-repeat: no-repeat;
    background-position: right 51px top 50%
}

*[dir="rtl"] .input25,
:root:lang(ar) .input25,
:root:lang(iw) .input25 {
    background-position: left 51px top 50%
}

.input25s {
    color: #161616
}

.ps646 {
    position: relative;
    margin-left: 180px;
    margin-top: 33px
}

.s625 {
    min-width: 495px;
    height: 87px;
    box-sizing: border-box;
    width: 493px;
    padding-right: 0
}

.c178 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #000;
    color: #fff;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: ease
}

.z478 {
    z-index: 94;
    pointer-events: auto
}

.f128 {
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    z-index: 1;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 28px;
    font-size: calc(28px * var(--f));
    line-height: 1.144;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 27px;
    padding-bottom: 26px
}

.c178:hover {
    background-color: #161616;
    background-clip: padding-box;
    border-color: #161616
}

.c178:active {
    transition: initial;
    background-color: #06341d
}

.ps647 {
    position: relative;
    margin-left: 258px;
    margin-top: 49px
}

.s626 {
    min-width: 1356px;
    width: 1356px;
    min-height: 677px
}

.z479 {
    z-index: 89;
    pointer-events: none
}

.ps648 {
    position: relative;
    margin-left: 150px;
    margin-top: 51px
}

.s627 {
    min-width: 72px;
    height: 69px;
    box-sizing: border-box;
    width: 72px;
    padding-right: 0;
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.c179 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    background-color: rgba(10, 37, 134, 0.74);
    color: #fff;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear
}

.z480 {
    z-index: 87;
    pointer-events: auto
}

.f129 {
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    z-index: 1;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 57px;
    font-size: calc(57px * var(--f));
    line-height: 0.615;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 17px;
    padding-bottom: 17px
}

.c179:hover {
    background-color: #5789c1;
    background-clip: padding-box;
    color: #000
}

.c179:active {
    transition: initial;
    background-color: #06341d;
    color: #a1a1a1
}

.ps649 {
    position: relative;
    margin-left: 0;
    margin-top: -120px
}

.s628 {
    min-width: 1354px;
    width: 1354px;
    min-height: 675px
}

.c180 {
    border: 1px solid rgba(0, 0, 0, 0.56);
    background-clip: padding-box;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    background-color: #fff
}

.z481 {
    z-index: 67
}

.ps650 {
    position: relative;
    margin-left: 440px;
    margin-top: 61px
}

.s629 {
    min-width: 182px;
    height: 117px;
    box-sizing: border-box;
    width: 182px;
    padding-right: 0
}

.c181 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-image: -webkit-gradient(linear, 124deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgba(56, 123, 49, 0.55)));
    background-image: -o-linear-gradient(124deg, rgb(6, 52, 29) 0%, rgba(56, 123, 49, 0.55) 100%);
    background-image: -webkit-linear-gradient(124deg, rgb(6, 52, 29) 0%, rgba(56, 123, 49, 0.55) 100%);
    background-image: -ms-linear-gradient(124deg, rgb(6, 52, 29) 0%, rgba(56, 123, 49, 0.55) 100%);
    background-image: linear-gradient(124deg, rgb(6, 52, 29) 0%, rgba(56, 123, 49, 0.55) 100%);
    color: #fff;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear
}

.z482 {
    z-index: 69;
    pointer-events: auto
}

.f130 {
    transform: translateZ(1px);
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    z-index: 1;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 25px;
    font-size: calc(25px * var(--f));
    line-height: 1.121;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 31px;
    padding-bottom: 30px
}

.c181:hover {
    background-image: -webkit-gradient(linear, 5deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgba(56, 123, 49, 0.55)));
    background-image: -o-linear-gradient(5deg, rgb(6, 52, 29) 0%, rgba(56, 123, 49, 0.55) 100%);
    background-image: -webkit-linear-gradient(5deg, rgb(6, 52, 29) 0%, rgba(56, 123, 49, 0.55) 100%);
    background-image: -ms-linear-gradient(5deg, rgb(6, 52, 29) 0%, rgba(56, 123, 49, 0.55) 100%);
    background-image: linear-gradient(5deg, rgb(6, 52, 29) 0%, rgba(56, 123, 49, 0.55) 100%);
    background-clip: padding-box;
    color: #161616
}

.c181:active {
    transition: initial;
    background-image: -webkit-gradient(linear, 124deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgba(56, 123, 49, 0.55)));
    background-image: -o-linear-gradient(124deg, rgb(6, 52, 29) 0%, rgba(56, 123, 49, 0.55) 100%);
    background-image: -webkit-linear-gradient(124deg, rgb(6, 52, 29) 0%, rgba(56, 123, 49, 0.55) 100%);
    background-image: -ms-linear-gradient(124deg, rgb(6, 52, 29) 0%, rgba(56, 123, 49, 0.55) 100%);
    background-image: linear-gradient(124deg, rgb(6, 52, 29) 0%, rgba(56, 123, 49, 0.55) 100%);
    color: #a1a1a1
}

.ps651 {
    position: relative;
    margin-left: 49px;
    margin-top: 61px
}

.c182 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(161, 161, 161)), color-stop(1, rgba(0, 0, 0, 0.22)));
    background-image: -o-linear-gradient(0deg, rgb(161, 161, 161) 0%, rgba(0, 0, 0, 0.22) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(161, 161, 161) 0%, rgba(0, 0, 0, 0.22) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(161, 161, 161) 0%, rgba(0, 0, 0, 0.22) 100%);
    background-image: linear-gradient(0deg, rgb(161, 161, 161) 0%, rgba(0, 0, 0, 0.22) 100%);
    color: #fff;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear
}

.z483 {
    z-index: 70;
    pointer-events: auto
}

.c182:hover {
    background-image: -webkit-gradient(linear, 5deg, color-stop(0, rgb(161, 161, 161)), color-stop(1, rgba(0, 0, 0, 0.22)));
    background-image: -o-linear-gradient(5deg, rgb(161, 161, 161) 0%, rgba(0, 0, 0, 0.22) 100%);
    background-image: -webkit-linear-gradient(5deg, rgb(161, 161, 161) 0%, rgba(0, 0, 0, 0.22) 100%);
    background-image: -ms-linear-gradient(5deg, rgb(161, 161, 161) 0%, rgba(0, 0, 0, 0.22) 100%);
    background-image: linear-gradient(5deg, rgb(161, 161, 161) 0%, rgba(0, 0, 0, 0.22) 100%);
    background-clip: padding-box;
    color: #161616
}

.c182:active {
    transition: initial;
    color: #a1a1a1
}

.ps652 {
    position: relative;
    margin-left: 37px;
    margin-top: 61px
}

.c183 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-image: -webkit-gradient(linear, 124deg, color-stop(0, rgb(220, 50, 47)), color-stop(1, rgba(145, 6, 74, 0.72)));
    background-image: -o-linear-gradient(124deg, rgb(220, 50, 47) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: -webkit-linear-gradient(124deg, rgb(220, 50, 47) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: -ms-linear-gradient(124deg, rgb(220, 50, 47) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: linear-gradient(124deg, rgb(220, 50, 47) 0%, rgba(145, 6, 74, 0.72) 100%);
    color: #fff;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear
}

.z484 {
    z-index: 82;
    pointer-events: auto
}

.c183:hover {
    background-clip: padding-box;
    color: #161616
}

.c183:active {
    transition: initial;
    color: #a1a1a1
}

.ps653 {
    position: relative;
    margin-left: 31px;
    margin-top: 61px
}

.c184 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-image: -webkit-gradient(linear, 124deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgba(56, 123, 49, 0.55)));
    background-image: -o-linear-gradient(124deg, rgb(6, 52, 29) 0%, rgba(56, 123, 49, 0.55) 100%);
    background-image: -webkit-linear-gradient(124deg, rgb(6, 52, 29) 0%, rgba(56, 123, 49, 0.55) 100%);
    background-image: -ms-linear-gradient(124deg, rgb(6, 52, 29) 0%, rgba(56, 123, 49, 0.55) 100%);
    background-image: linear-gradient(124deg, rgb(6, 52, 29) 0%, rgba(56, 123, 49, 0.55) 100%);
    color: #fff;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear
}

.z485 {
    z-index: 83;
    pointer-events: auto
}

.c184:hover {
    background-image: -webkit-gradient(linear, 5deg, color-stop(0, rgba(145, 6, 74, 0.72)), color-stop(1, rgba(10, 37, 134, 0.74)));
    background-image: -o-linear-gradient(5deg, rgba(145, 6, 74, 0.72) 0%, rgba(10, 37, 134, 0.74) 100%);
    background-image: -webkit-linear-gradient(5deg, rgba(145, 6, 74, 0.72) 0%, rgba(10, 37, 134, 0.74) 100%);
    background-image: -ms-linear-gradient(5deg, rgba(145, 6, 74, 0.72) 0%, rgba(10, 37, 134, 0.74) 100%);
    background-image: linear-gradient(5deg, rgba(145, 6, 74, 0.72) 0%, rgba(10, 37, 134, 0.74) 100%);
    background-clip: padding-box;
    color: #161616
}

.c184:active {
    transition: initial;
    color: #a1a1a1
}

.ps654 {
    position: relative;
    margin-left: 10px;
    margin-top: -45px
}

.s630 {
    min-width: 400px;
    height: 91px;
    box-sizing: border-box;
    width: 400px;
    padding-right: 0
}

.c185 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #5789c1;
    color: #fff;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear
}

.z486 {
    z-index: 68;
    pointer-events: auto
}

.f131 {
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    z-index: 1;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 28px;
    font-size: calc(28px * var(--f));
    line-height: 1.144;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 30px;
    padding-bottom: 29px
}

.c185:hover {
    background-color: rgba(28, 92, 132, 0.62);
    background-clip: padding-box
}

.c185:active {
    transition: initial;
    background-color: rgba(10, 37, 134, 0.74)
}

.ps655 {
    position: relative;
    margin-left: 37px;
    margin-top: 13px
}

.z487 {
    z-index: 81;
    pointer-events: auto
}

.ps656 {
    position: relative;
    margin-left: 42px;
    margin-top: 13px
}

.z488 {
    z-index: 72;
    pointer-events: auto
}

.ps657 {
    position: relative;
    margin-left: 37px;
    margin-top: 13px
}

.z489 {
    z-index: 71;
    pointer-events: auto
}

.ps658 {
    position: relative;
    margin-left: 31px;
    margin-top: 13px
}

.z490 {
    z-index: 84;
    pointer-events: auto
}

.ps659 {
    position: relative;
    margin-left: 10px;
    margin-top: -77px
}

.s631 {
    min-width: 400px;
    height: 91px;
    box-sizing: border-box;
    width: 400px;
    padding-right: 0
}

.z491 {
    z-index: 85;
    pointer-events: auto
}

.ps660 {
    position: relative;
    margin-left: 37px;
    margin-top: 14px
}

.c186 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-image: -webkit-gradient(linear, 124deg, color-stop(0, rgba(56, 123, 49, 0.55)), color-stop(1, rgba(56, 123, 49, 0.55)));
    background-image: -o-linear-gradient(124deg, rgba(56, 123, 49, 0.55) 0%, rgba(56, 123, 49, 0.55) 100%);
    background-image: -webkit-linear-gradient(124deg, rgba(56, 123, 49, 0.55) 0%, rgba(56, 123, 49, 0.55) 100%);
    background-image: -ms-linear-gradient(124deg, rgba(56, 123, 49, 0.55) 0%, rgba(56, 123, 49, 0.55) 100%);
    background-image: linear-gradient(124deg, rgba(56, 123, 49, 0.55) 0%, rgba(56, 123, 49, 0.55) 100%);
    color: #fff;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear
}

.z492 {
    z-index: 80;
    pointer-events: auto
}

.c186:hover {
    background-image: -webkit-gradient(linear, 5deg, color-stop(0, rgba(145, 6, 74, 0.72)), color-stop(1, rgba(10, 37, 134, 0.74)));
    background-image: -o-linear-gradient(5deg, rgba(145, 6, 74, 0.72) 0%, rgba(10, 37, 134, 0.74) 100%);
    background-image: -webkit-linear-gradient(5deg, rgba(145, 6, 74, 0.72) 0%, rgba(10, 37, 134, 0.74) 100%);
    background-image: -ms-linear-gradient(5deg, rgba(145, 6, 74, 0.72) 0%, rgba(10, 37, 134, 0.74) 100%);
    background-image: linear-gradient(5deg, rgba(145, 6, 74, 0.72) 0%, rgba(10, 37, 134, 0.74) 100%);
    background-clip: padding-box;
    color: #161616
}

.c186:active {
    transition: initial;
    color: #a1a1a1
}

.ps661 {
    position: relative;
    margin-left: 42px;
    margin-top: 14px
}

.c187 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-image: -webkit-gradient(linear, 124deg, color-stop(0, rgb(220, 50, 47)), color-stop(1, rgba(145, 6, 74, 0.72)));
    background-image: -o-linear-gradient(124deg, rgb(220, 50, 47) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: -webkit-linear-gradient(124deg, rgb(220, 50, 47) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: -ms-linear-gradient(124deg, rgb(220, 50, 47) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: linear-gradient(124deg, rgb(220, 50, 47) 0%, rgba(145, 6, 74, 0.72) 100%);
    color: #fff;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear
}

.z493 {
    z-index: 75;
    pointer-events: auto
}

.c187:hover {
    background-image: -webkit-gradient(linear, 5deg, color-stop(0, rgba(145, 6, 74, 0.72)), color-stop(1, rgba(10, 37, 134, 0.74)));
    background-image: -o-linear-gradient(5deg, rgba(145, 6, 74, 0.72) 0%, rgba(10, 37, 134, 0.74) 100%);
    background-image: -webkit-linear-gradient(5deg, rgba(145, 6, 74, 0.72) 0%, rgba(10, 37, 134, 0.74) 100%);
    background-image: -ms-linear-gradient(5deg, rgba(145, 6, 74, 0.72) 0%, rgba(10, 37, 134, 0.74) 100%);
    background-image: linear-gradient(5deg, rgba(145, 6, 74, 0.72) 0%, rgba(10, 37, 134, 0.74) 100%);
    background-clip: padding-box;
    color: #161616
}

.c187:active {
    transition: initial;
    color: #a1a1a1
}

.ps662 {
    position: relative;
    margin-left: 37px;
    margin-top: 14px
}

.z494 {
    z-index: 74;
    pointer-events: auto
}

.ps663 {
    position: relative;
    margin-left: 31px;
    margin-top: 14px
}

.z495 {
    z-index: 73;
    pointer-events: auto
}

.ps664 {
    position: relative;
    margin-left: 10px;
    margin-top: -111px
}

.s632 {
    min-width: 400px;
    height: 91px;
    box-sizing: border-box;
    width: 400px;
    padding-right: 0
}

.c188 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #5789c1;
    color: #fff;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear
}

.z496 {
    z-index: 86;
    pointer-events: auto
}

.c188:hover {
    background-color: rgba(28, 92, 132, 0.62);
    background-clip: padding-box;
    color: #161616
}

.c188:active {
    transition: initial;
    background-color: rgba(10, 37, 134, 0.74);
    color: #fff
}

.ps665 {
    position: relative;
    margin-left: -261px;
    margin-top: 5px
}

.c189 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    background-color: rgba(10, 37, 134, 0.74);
    color: #fff;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear
}

.z497 {
    z-index: 88;
    pointer-events: auto
}

.c189:hover {
    background-color: #5789c1;
    background-clip: padding-box;
    color: #000
}

.c189:active {
    transition: initial;
    background-color: #06341d;
    color: #a1a1a1
}

.ps666 {
    position: relative;
    margin-left: 226px;
    margin-top: 16px
}

.z498 {
    z-index: 79;
    pointer-events: auto
}

.ps667 {
    position: relative;
    margin-left: 40px;
    margin-top: 16px
}

.c190 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-image: -webkit-gradient(linear, 124deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgba(56, 123, 49, 0.55)));
    background-image: -o-linear-gradient(124deg, rgb(6, 52, 29) 0%, rgba(56, 123, 49, 0.55) 100%);
    background-image: -webkit-linear-gradient(124deg, rgb(6, 52, 29) 0%, rgba(56, 123, 49, 0.55) 100%);
    background-image: -ms-linear-gradient(124deg, rgb(6, 52, 29) 0%, rgba(56, 123, 49, 0.55) 100%);
    background-image: linear-gradient(124deg, rgb(6, 52, 29) 0%, rgba(56, 123, 49, 0.55) 100%);
    color: #fff;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear
}

.z499 {
    z-index: 78;
    pointer-events: auto
}

.c190:hover {
    background-image: -webkit-gradient(linear, 5deg, color-stop(0, rgba(56, 123, 49, 0.55)), color-stop(1, rgb(6, 52, 29)));
    background-image: -o-linear-gradient(5deg, rgba(56, 123, 49, 0.55) 0%, rgb(6, 52, 29) 100%);
    background-image: -webkit-linear-gradient(5deg, rgba(56, 123, 49, 0.55) 0%, rgb(6, 52, 29) 100%);
    background-image: -ms-linear-gradient(5deg, rgba(56, 123, 49, 0.55) 0%, rgb(6, 52, 29) 100%);
    background-image: linear-gradient(5deg, rgba(56, 123, 49, 0.55) 0%, rgb(6, 52, 29) 100%);
    background-clip: padding-box;
    color: #161616
}

.c190:active {
    transition: initial;
    background-image: -webkit-gradient(linear, 124deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgba(56, 123, 49, 0.55)));
    background-image: -o-linear-gradient(124deg, rgb(6, 52, 29) 0%, rgba(56, 123, 49, 0.55) 100%);
    background-image: -webkit-linear-gradient(124deg, rgb(6, 52, 29) 0%, rgba(56, 123, 49, 0.55) 100%);
    background-image: -ms-linear-gradient(124deg, rgb(6, 52, 29) 0%, rgba(56, 123, 49, 0.55) 100%);
    background-image: linear-gradient(124deg, rgb(6, 52, 29) 0%, rgba(56, 123, 49, 0.55) 100%);
    color: #a1a1a1
}

.ps668 {
    position: relative;
    margin-left: 39px;
    margin-top: 16px
}

.z500 {
    z-index: 77;
    pointer-events: auto
}

.ps669 {
    position: relative;
    margin-left: 31px;
    margin-top: 16px
}

.c191 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(161, 161, 161)), color-stop(1, rgba(0, 0, 0, 0.22)));
    background-image: -o-linear-gradient(0deg, rgb(161, 161, 161) 0%, rgba(0, 0, 0, 0.22) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(161, 161, 161) 0%, rgba(0, 0, 0, 0.22) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(161, 161, 161) 0%, rgba(0, 0, 0, 0.22) 100%);
    background-image: linear-gradient(0deg, rgb(161, 161, 161) 0%, rgba(0, 0, 0, 0.22) 100%);
    color: #fff;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear
}

.z501 {
    z-index: 76;
    pointer-events: auto
}

.c191:hover {
    background-image: -webkit-gradient(linear, 5deg, color-stop(0, rgba(145, 6, 74, 0.72)), color-stop(1, rgba(10, 37, 134, 0.74)));
    background-image: -o-linear-gradient(5deg, rgba(145, 6, 74, 0.72) 0%, rgba(10, 37, 134, 0.74) 100%);
    background-image: -webkit-linear-gradient(5deg, rgba(145, 6, 74, 0.72) 0%, rgba(10, 37, 134, 0.74) 100%);
    background-image: -ms-linear-gradient(5deg, rgba(145, 6, 74, 0.72) 0%, rgba(10, 37, 134, 0.74) 100%);
    background-image: linear-gradient(5deg, rgba(145, 6, 74, 0.72) 0%, rgba(10, 37, 134, 0.74) 100%);
    background-clip: padding-box;
    color: #161616
}

.c191:active {
    transition: initial;
    color: #a1a1a1
}

.ps670 {
    position: relative;
    margin-left: -932px;
    margin-top: 87px
}

.s633 {
    min-width: 3px;
    width: 3px;
    min-height: 595px;
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.c192 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgba(0, 0, 0, 0.56)), color-stop(1, rgba(145, 6, 74, 0.72)));
    background-image: -o-linear-gradient(0deg, rgba(0, 0, 0, 0.56) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.56) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: -ms-linear-gradient(0deg, rgba(0, 0, 0, 0.56) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.56) 0%, rgba(145, 6, 74, 0.72) 100%)
}

.z502 {
    z-index: 91;
    pointer-events: none
}

.ps671 {
    position: relative;
    margin-left: 288px;
    margin-top: 127px
}

.s634 {
    min-width: 1182px;
    width: 1182px;
    min-height: 895px
}

.z503 {
    z-index: 95;
    pointer-events: none
}

.ps672 {
    position: relative;
    margin-left: 425px;
    margin-top: 0
}

.s635 {
    min-width: 615px;
    width: 615px;
    height: 66px
}

.z504 {
    z-index: 96;
    pointer-events: auto
}

.input26 {
    border: 1px solid #a1a1a1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    width: 615px;
    height: 66px;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 28px;
    line-height: 1.144;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #161616;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input26::placeholder {
    color: rgb(0, 0, 0);
    opacity: 1
}

.ps673 {
    position: relative;
    margin-left: 43px;
    margin-top: -54px
}

.s636 {
    min-width: 331px;
    width: 331px;
    overflow: hidden;
    height: 42px
}

.z505 {
    z-index: 97;
    pointer-events: auto
}

.f132 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 28px;
    font-size: calc(28px * var(--f));
    line-height: 1.037;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.f133 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 28px;
    font-size: calc(28px * var(--f));
    line-height: 1.037;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.56);
    text-shadow: none
}

.ps674 {
    position: relative;
    margin-left: 51px;
    margin-top: 12px
}

.s637 {
    min-width: 615px;
    width: 615px;
    height: 66px
}

.z506 {
    z-index: 98;
    pointer-events: auto
}

.input27 {
    border: 1px solid #a1a1a1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    width: 615px;
    height: 66px;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 28px;
    line-height: 1.144;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #161616;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input27::placeholder {
    color: rgb(0, 0, 0);
    opacity: 1
}

.ps675 {
    position: relative;
    margin-left: 43px;
    margin-top: -44px
}

.s638 {
    min-width: 338px;
    width: 338px;
    overflow: hidden;
    height: 43px
}

.z507 {
    z-index: 102;
    pointer-events: auto
}

.f134 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 28px;
    font-size: calc(28px * var(--f));
    line-height: 1.251;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.f135 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 28px;
    font-size: calc(28px * var(--f));
    line-height: 1.251;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.56);
    text-shadow: none
}

.ps676 {
    position: relative;
    margin-left: 198px;
    margin-top: 35px
}

.s639 {
    min-width: 842px;
    width: 842px;
    height: 60px
}

.z508 {
    z-index: 99;
    pointer-events: auto
}

.input28 {
    border: 1px solid #a1a1a1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    width: 842px;
    height: 60px;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 28px;
    line-height: 1.144;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #161616;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input28::placeholder {
    color: rgb(0, 0, 0);
    opacity: 1
}

.ps677 {
    position: relative;
    margin-left: 198px;
    margin-top: 23px
}

.s640 {
    min-width: 842px;
    width: 842px;
    height: 60px
}

.z509 {
    z-index: 100;
    pointer-events: auto
}

.input29 {
    border: 1px solid #a1a1a1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    width: 842px;
    height: 60px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 28px;
    line-height: 1.215;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #161616;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input29::placeholder {
    color: rgb(0, 0, 0);
    opacity: 1
}

.ps678 {
    position: relative;
    margin-left: 198px;
    margin-top: 23px
}

.s641 {
    min-width: 842px;
    width: 842px;
    height: 56px
}

.z510 {
    z-index: 101;
    pointer-events: auto
}

.input30 {
    border: 1px solid #a1a1a1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    width: 842px;
    height: 56px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 28px;
    line-height: 1.215;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #161616;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input30::placeholder {
    color: rgb(0, 0, 0);
    opacity: 1
}

.ps679 {
    position: relative;
    margin-left: 753px;
    margin-top: 16px
}

.s642 {
    min-width: 274px;
    height: 66px;
    box-sizing: border-box;
    width: 272px;
    padding-right: 0
}

.c193 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #000;
    color: #fff;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear
}

.z511 {
    z-index: 105;
    pointer-events: auto
}

.f136 {
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    z-index: 1;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 28px;
    font-size: calc(28px * var(--f));
    line-height: 1.215;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 15px;
    padding-bottom: 15px
}

.c193:hover {
    background-color: #161616;
    background-clip: padding-box;
    border-color: #161616
}

.c193:active {
    transition: initial
}

.ps680 {
    position: relative;
    margin-left: 509px;
    margin-top: 34px
}

.s643 {
    min-width: 530px;
    width: 530px;
    overflow: hidden;
    height: 43px
}

.z512 {
    z-index: 103;
    pointer-events: auto
}

.f137 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 28px;
    font-size: calc(28px * var(--f));
    line-height: 0.930;
    font-weight: 700;
    font-style: italic;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.f138 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 28px;
    font-size: calc(28px * var(--f));
    line-height: 0.930;
    font-weight: 700;
    font-style: italic;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: #dc322f;
    text-shadow: none
}

.ps681 {
    position: relative;
    margin-left: 196px;
    margin-top: 33px
}

.s644 {
    min-width: 580px;
    width: 580px;
    height: 61px
}

.z513 {
    z-index: 106;
    pointer-events: auto
}

.input31 {
    border: 1px solid #a1a1a1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    width: 580px;
    height: 61px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 28px;
    line-height: 1.215;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #161616;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input31::placeholder {
    color: rgb(0, 0, 0);
    opacity: 1
}

.ps682 {
    position: relative;
    margin-left: 271px;
    margin-top: 42px
}

.s645 {
    min-width: 527px;
    height: 80px;
    box-sizing: border-box;
    width: 525px;
    padding-right: 0
}

.z514 {
    z-index: 104;
    pointer-events: auto
}

.f139 {
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    z-index: 1;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.126;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 21px;
    padding-bottom: 21px
}

.ps683 {
    position: relative;
    margin-left: 0;
    margin-top: 20px
}

.s646 {
    min-width: 1182px;
    width: 1182px;
    overflow: hidden;
    height: 99px
}

.z515 {
    z-index: 107;
    pointer-events: auto
}

.f140 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 25px;
    font-size: calc(25px * var(--f));
    line-height: 1.121;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.f141 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-size: calc(25px * var(--f));
    line-height: 1.161;
    letter-spacing: normal;
    color: #fff;
    background-color: initial
}

.s647 {
    display: inline-block;
    height: 25px;
    margin-right: 0;
    padding-right: 0;
    text-indent: initial;
    transform-origin: 50% 100%;
    transform: scale(1) translateY(4px)
}

.ps684 {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    margin-left: var(--sw);
    width: 100%;
    width: calc(100% - var(--sw));
    overflow: hidden;
    height: 100vh;
    height: calc(100vh + env(safe-area-inset-bottom));
    z-index: 2146435072;
    background-color: transparent;
    pointer-events: auto;
    opacity: 0
}

.ps685 {
    position: relative;
    margin-left: 0;
    margin-top: 6px
}

.s648 {
    min-width: 1808px;
    width: 1808px;
    height: 100vh;
    height: calc(100vh - 6px);
    height: calc(100vh - 6px + env(safe-area-inset-bottom));
    height: calc(var(--vh, 1vh) * 100 - 6px)
}

.c194 {
    border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #06341d;
    pointer-events: auto
}

.c195 {
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    height: 100%;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.ps686 {
    position: relative;
    margin-left: 171px;
    margin-top: 14px
}

.s649 {
    min-width: 1615px;
    width: 1615px;
    min-height: 1270px
}

.z516 {
    z-index: 108;
    pointer-events: none
}

.ps687 {
    position: relative;
    margin-left: 1541px;
    margin-top: 0
}

.s650 {
    min-width: 74px;
    width: 74px;
    height: 71px;
    box-sizing: border-box
}

.c196 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 2px solid #cde800;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 36px;
    background-color: transparent;
    background-image: url(../images/l/close.svg);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z517 {
    z-index: 109;
    pointer-events: auto
}

.c196:hover {
    background-color: #06341d;
    border-color: transparent;
    color: #fff;
    background-clip: padding-box;
    border: 2px solid #161616
}

.c196:active {
    transition: initial
}

.ps688 {
    position: relative;
    margin-left: 298px;
    margin-top: -35px
}

.s651 {
    min-width: 699px;
    width: 699px;
    overflow: hidden;
    height: 118px
}

.z518 {
    z-index: 110;
    pointer-events: auto
}

.f142 {
    font-family: "Comfortaa 2";
    font-size: 67px;
    font-size: calc(67px * var(--f));
    line-height: 1.613;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps689 {
    position: relative;
    margin-left: 255px;
    margin-top: 38px
}

.s652 {
    min-width: 831px;
    width: 831px;
    height: 68px
}

.z519 {
    z-index: 112;
    pointer-events: auto
}

.input32 {
    border: 1px solid #a1a1a1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    width: 831px;
    height: 68px;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 28px;
    line-height: 1.144;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #161616;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input32::placeholder {
    color: rgb(0, 0, 0);
    opacity: 1
}

.ps690 {
    position: relative;
    margin-left: 255px;
    margin-top: 10px
}

.s653 {
    min-width: 831px;
    width: 831px;
    height: 61px
}

.z520 {
    z-index: 111;
    pointer-events: auto
}

.input33 {
    border: 1px solid #a1a1a1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    width: 831px;
    height: 61px;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 28px;
    line-height: 1.144;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #161616;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input33::placeholder {
    color: rgb(0, 0, 0);
    opacity: 1
}

.ps691 {
    position: relative;
    margin-left: 257px;
    margin-top: 11px
}

.s654 {
    min-width: 829px;
    width: 829px;
    height: 71px
}

.z521 {
    z-index: 113;
    pointer-events: auto
}

.input34 {
    border: 1px solid #a1a1a1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    width: 829px;
    height: 71px;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 28px;
    line-height: 1.144;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #161616;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input34::placeholder {
    color: rgb(0, 0, 0);
    opacity: 1
}

.ps692 {
    position: relative;
    margin-left: 155px;
    margin-top: 23px
}

.s655 {
    min-width: 1122px;
    width: 1122px;
    overflow: hidden;
    height: 115px
}

.z522 {
    z-index: 114;
    pointer-events: auto
}

.p14 {
    text-indent: 0;
    padding-bottom: 0;
    padding-right: 0;
    text-align: justify
}

.f143 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.001;
    font-weight: 400;
    font-style: italic;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #cdd9b6;
    background-color: initial;
    text-shadow: none
}

.ps693 {
    position: relative;
    margin-left: 8px;
    margin-top: 24px
}

.s656 {
    min-width: 397px;
    width: 397px;
    overflow: hidden;
    height: 61px
}

.z523 {
    z-index: 116;
    pointer-events: auto
}

.f144 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 35px;
    font-size: calc(35px * var(--f));
    line-height: 1.601;
    font-weight: 400;
    font-style: italic;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps694 {
    position: relative;
    margin-left: 3px;
    margin-top: 107px
}

.s657 {
    min-width: 430px;
    width: 430px;
    min-height: 53px
}

.z524 {
    z-index: 118;
    pointer-events: auto
}

.input35 {
    width: 14px;
    height: 14px;
    margin-top: 16px;
    vertical-align: top
}

.f145 {
    margin-left: 3px;
    max-width: 413px;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 35px;
    line-height: normal;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    padding-right: 0;
    text-align: left;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    white-space: nowrap
}

.ps695 {
    position: relative;
    margin-left: -430px;
    margin-top: 160px
}

.s658 {
    min-width: 430px;
    width: 430px;
    min-height: 53px
}

.z525 {
    z-index: 120;
    pointer-events: auto
}

.f146 {
    margin-left: 3px;
    max-width: 413px;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 35px;
    line-height: normal;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    padding-right: 0;
    text-align: left;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    white-space: nowrap
}

.ps696 {
    position: relative;
    margin-left: -428px;
    margin-top: 213px
}

.s659 {
    min-width: 430px;
    width: 430px;
    min-height: 53px
}

.z526 {
    z-index: 121;
    pointer-events: auto
}

.f147 {
    margin-left: 3px;
    max-width: 413px;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 35px;
    line-height: normal;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    padding-right: 0;
    text-align: left;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    white-space: nowrap
}

.ps697 {
    position: relative;
    margin-left: -91px;
    margin-top: 285px
}

.s660 {
    min-width: 173px;
    height: 59px;
    box-sizing: border-box;
    width: 173px;
    padding-right: 0
}

.c197 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-image: -webkit-gradient(linear, 180deg, color-stop(0, rgba(0, 0, 0, 0.56)), color-stop(1, rgba(0, 0, 0, 0.22)));
    background-image: -o-linear-gradient(180deg, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.22) 100%);
    background-image: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.22) 100%);
    background-image: -ms-linear-gradient(180deg, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.22) 100%);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.22) 100%);
    color: #fff;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear
}

.z527 {
    z-index: 122;
    pointer-events: auto
}

.f148 {
    transform: translateZ(1px);
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    z-index: 1;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 25px;
    font-size: calc(25px * var(--f));
    line-height: 1.121;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 16px;
    padding-bottom: 15px
}

.c197:hover {
    background-image: -webkit-gradient(linear, 32deg, color-stop(0, rgb(22, 22, 22)), color-stop(1, rgba(0, 0, 0, 0.56)));
    background-image: -o-linear-gradient(32deg, rgb(22, 22, 22) 0%, rgba(0, 0, 0, 0.56) 100%);
    background-image: -webkit-linear-gradient(32deg, rgb(22, 22, 22) 0%, rgba(0, 0, 0, 0.56) 100%);
    background-image: -ms-linear-gradient(32deg, rgb(22, 22, 22) 0%, rgba(0, 0, 0, 0.56) 100%);
    background-image: linear-gradient(32deg, rgb(22, 22, 22) 0%, rgba(0, 0, 0, 0.56) 100%);
    background-clip: padding-box
}

.c197:active {
    transition: initial;
    background-image: -webkit-gradient(linear, 32deg, color-stop(0, rgba(10, 37, 134, 0.74)), color-stop(1, rgba(0, 0, 0, 0.56)));
    background-image: -o-linear-gradient(32deg, rgba(10, 37, 134, 0.74) 0%, rgba(0, 0, 0, 0.56) 100%);
    background-image: -webkit-linear-gradient(32deg, rgba(10, 37, 134, 0.74) 0%, rgba(0, 0, 0, 0.56) 100%);
    background-image: -ms-linear-gradient(32deg, rgba(10, 37, 134, 0.74) 0%, rgba(0, 0, 0, 0.56) 100%);
    background-image: linear-gradient(32deg, rgba(10, 37, 134, 0.74) 0%, rgba(0, 0, 0, 0.56) 100%)
}

.ps698 {
    position: relative;
    margin-left: -469px;
    margin-top: 359px
}

.s661 {
    min-width: 568px;
    width: 568px;
    overflow: hidden;
    height: 40px
}

.z528 {
    z-index: 115;
    pointer-events: auto
}

.f149 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 28px;
    font-size: calc(28px * var(--f));
    line-height: 1.037;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps699 {
    position: relative;
    margin-left: -721px;
    margin-top: 420px
}

.s662 {
    min-width: 588px;
    width: 588px;
    height: 58px
}

.z529 {
    z-index: 117;
    pointer-events: auto
}

.input36 {
    border: 1px solid #a1a1a1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    width: 588px;
    height: 58px;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 28px;
    line-height: 1.144;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #161616;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input36::placeholder {
    color: rgb(0, 0, 0);
    opacity: 1
}

.ps700 {
    position: relative;
    margin-left: -542px;
    margin-top: 512px
}

.s663 {
    min-width: 490px;
    height: 82px;
    box-sizing: border-box;
    width: 490px;
    padding-right: 0
}

.z530 {
    z-index: 123;
    pointer-events: auto
}

.f150 {
    transform: translateZ(1px);
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    z-index: 1;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 25px;
    font-size: calc(25px * var(--f));
    line-height: 1.121;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 27px;
    padding-bottom: 27px
}

.ps701 {
    position: relative;
    margin-left: 0;
    margin-top: 35px
}

.s664 {
    min-width: 1238px;
    width: 1238px;
    overflow: hidden;
    height: 90px
}

.z531 {
    z-index: 119;
    pointer-events: auto
}

.f151 {
    font-family: "Hanken Grotesk 3";
    font-size: 25px;
    font-size: calc(25px * var(--f));
    line-height: 1.841;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.s665 {
    width: 100%;
    width: calc(100% - var(--sw));
    min-width: 1920px;
    min-height: 107px
}

.c198 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #a1a1a1
}

.z532 {
    z-index: 136;
    pointer-events: none
}

.ps702 {
    position: relative;
    margin-top: 22px
}

.s666 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 62px
}

.ps703 {
    position: relative;
    margin-left: 1365px;
    margin-top: 0
}

.s667 {
    min-width: 254px;
    height: 62px;
    box-sizing: border-box;
    width: 254px;
    padding-right: 0
}

.c199 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #161616;
    color: #a1a1a1;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear
}

.f152 {
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    z-index: 1;
    font-family: "Hanken Grotesk 3";
    font-size: 22px;
    font-size: calc(22px * var(--f));
    line-height: 1.319;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 17px;
    padding-bottom: 16px
}

.c199:hover {
    background-color: #06341d;
    background-clip: padding-box;
    color: #161616
}

.c199:active {
    transition: initial;
    color: #a1a1a1
}

.ps704 {
    position: relative;
    margin-left: 24px;
    margin-top: 0
}

.ps705 {
    position: relative;
    margin-left: 0;
    margin-top: -1023px
}

.s668 {
    min-width: 1920px;
    width: 1920px;
    min-height: 1px
}

.c200 {
    display: inline-block;
    position: relative;
    margin-left: 0;
    margin-top: 0
}

body {
    --d: 0;
    --s: 1920
}

@media (min-width:1200px) and (max-width:1919px) {
    .c158 {
        min-width: 1200px;
        min-height: 679px
    }

    .s537 {
        min-width: 1200px;
        height: 256px
    }

    .ps537 {
        margin-top: 7px
    }

    .s538 {
        width: 1200px;
        min-height: 42px
    }

    .ps538 {
        margin-left: 41px
    }

    .ps539 {
        margin-top: 8px
    }

    .i38 {
        left: 3px;
        min-width: 25px;
        max-width: 25px;
        min-height: 25px;
        max-height: 25px
    }

    .ps540 {
        margin-left: 11px;
        margin-top: 8px
    }

    .s539 {
        min-width: 172px;
        width: 172px;
        height: 25px
    }

    .f110 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .ps541 {
        margin-left: 26px;
        margin-top: 8px
    }

    .i39 {
        left: 10px;
        min-width: 25px;
        max-width: 25px;
        min-height: 25px;
        max-height: 25px
    }

    .ps542 {
        margin-left: -1px;
        margin-top: 8px
    }

    .s540 {
        min-width: 279px;
        width: 279px;
        height: 25px
    }

    .ps543 {
        margin-left: 539px
    }

    .i40 {
        width: 42px;
        height: 42px
    }

    .ps544 {
        margin-top: 4px
    }

    .s541 {
        min-height: 203px
    }

    .ps545 {
        margin-top: -176px
    }

    .s542 {
        width: 1200px;
        min-height: 167px
    }

    .ps546 {
        margin-left: 27px
    }

    .ps547 {
        margin-top: 6px
    }

    .i41 {
        width: 358px;
        height: 79px;
        top: 2px;
        -webkit-border-radius: 42px;
        -moz-border-radius: 42px;
        border-radius: 42px
    }

    .ps548 {
        margin-left: 46px;
        margin-top: 41px
    }

    .s544 {
        min-width: 30px
    }

    .ps550 {
        margin-top: 56px
    }

    .s545 {
        min-width: 30px;
        width: 30px;
        height: 18px
    }

    .f111 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.365
    }

    .ps552 {
        margin-top: 5px
    }

    .s546 {
        min-width: 117px;
        width: 117px;
        height: 26px
    }

    .f112 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201
    }

    .ps553 {
        margin-top: 4px
    }

    .s547 {
        min-width: 281px;
        width: 281px;
        height: 26px
    }

    .ps555 {
        margin-left: 119px;
        margin-top: -36px
    }

    .s548 {
        min-width: 178px;
        width: 178px;
        height: 26px
    }

    .s549 {
        min-width: 295px;
        width: 295px;
        height: 26px
    }

    .ps558 {
        margin-left: 299px;
        margin-top: -36px
    }

    .s550 {
        min-width: 231px;
        width: 231px;
        height: 26px
    }

    .s551 {
        min-width: 268px;
        width: 268px;
        height: 26px
    }

    .ps560 {
        margin-left: 532px;
        margin-top: -36px
    }

    .s552 {
        min-width: 257px;
        width: 257px;
        height: 26px
    }

    .ps562 {
        margin-top: 4px
    }

    .s553 {
        min-width: 298px;
        width: 298px;
        height: 26px
    }

    .ps563 {
        margin-left: 791px;
        margin-top: -36px
    }

    .s554 {
        min-width: 133px;
        width: 133px;
        height: 26px
    }

    .ps564 {
        margin-left: 926px;
        margin-top: -36px
    }

    .s555 {
        min-width: 85px;
        width: 85px;
        height: 26px
    }

    .ps565 {
        margin-left: 1013px;
        margin-top: -36px
    }

    .ps566 {
        margin-left: 700px;
        margin-top: -167px
    }

    .s556 {
        min-width: 464px;
        width: 464px;
        min-height: 49px
    }

    .input24 {
        width: 464px;
        height: 49px;
        font-size: 18px;
        line-height: 1.168
    }

    .ps567 {
        margin-left: 431px;
        margin-top: -41px
    }

    .s557 {
        min-width: 27px;
        width: 27px;
        height: 33px
    }

    .c164 {
        min-width: 1200px;
        margin-top: -679px;
        min-height: 996px
    }

    .ps568 {
        margin-top: 256px
    }

    .s558 {
        min-width: 1200px;
        height: 714px
    }

    .ps569 {
        margin-top: 19px
    }

    .s559 {
        width: 1200px;
        min-height: 657px
    }

    .ps570 {
        margin-left: 0
    }

    .s560 {
        min-width: 1200px;
        width: 1200px;
        min-height: 657px;
        height: 657px
    }

    .i42 {
        width: 1200px;
        height: 657px
    }

    .ps571 {
        margin-top: -709px
    }

    .s561 {
        width: 1200px;
        height: 490px
    }

    .ps572 {
        margin-left: 8px
    }

    .ps573 {
        margin-left: 1040px;
        margin-top: 9px
    }

    .i43 {
        left: 5px;
        min-width: 33px;
        max-width: 33px;
        min-height: 33px;
        max-height: 33px
    }

    .ps574 {
        margin-top: 16px
    }

    .s562 {
        min-width: 1095px;
        height: 70px;
        width: 1095px
    }

    .f113 {
        font-size: 34px;
        font-size: calc(34px * var(--f));
        line-height: 1.207;
        padding-top: 15px;
        padding-bottom: 14px
    }

    .c167::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c167:hover:before {
        opacity: 1
    }

    .c167::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c167:hover:after {
        opacity: 0
    }

    .c167:active:before {
        opacity: 1
    }

    .c167:active:after {
        opacity: 1;
        transition: initial
    }

    .ps575 {
        margin-top: 5px
    }

    .s563 {
        min-width: 1095px;
        width: 1095px;
        min-height: 107px
    }

    .s564 {
        min-width: 1095px;
        height: 70px;
        width: 1095px
    }

    .ps576 {
        margin-top: -33px
    }

    .s565 {
        min-width: 1095px;
        height: 70px;
        width: 1095px
    }

    .ps577 {
        margin-top: -70px
    }

    .ps578 {
        margin-top: -70px
    }

    .ps579 {
        margin-top: -70px
    }

    .ps580 {
        margin-left: 23px
    }

    .ps581 {
        margin-left: 20px;
        margin-top: 11px
    }

    .ps582 {
        margin-left: 20px;
        margin-top: 5px
    }

    .s566 {
        min-width: 1095px;
        height: 73px;
        width: 1095px
    }

    .f114 {
        font-size: 34px;
        font-size: calc(34px * var(--f));
        line-height: 1.207;
        padding-top: 16px;
        padding-bottom: 16px
    }

    .ps583 {
        margin-top: 227px
    }

    .s567 {
        min-width: 1200px;
        height: 881px
    }

    .s568 {
        width: 1200px;
        min-height: 834px
    }

    .ps585 {
        margin-left: 73px
    }

    .s569 {
        min-width: 1127px;
        width: 1127px;
        min-height: 834px
    }

    .ps586 {
        margin-left: 18px;
        margin-top: 0
    }

    .s570 {
        min-width: 386px;
        width: 386px;
        min-height: 649px
    }

    .ps587 {
        margin-left: 34px;
        margin-top: 22px
    }

    .s571 {
        min-width: 317px;
        width: 317px;
        height: 41px
    }

    .s572 {
        min-height: 41px
    }

    .f115 {
        font-size: 24px;
        font-size: calc(24px * var(--f));
        line-height: 1.126
    }

    .ps588 {
        margin-left: 0;
        margin-top: 9px
    }

    .s573 {
        min-width: 386px;
        width: 386px;
        min-height: 245px;
        height: 245px
    }

    .i44 {
        width: 386px;
        height: 245px
    }

    .ps589 {
        margin-top: 4px
    }

    .s574 {
        min-width: 386px;
        width: 386px;
        height: 209px
    }

    .f116 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.351
    }

    .ps590 {
        margin-left: 51px;
        margin-top: 18px
    }

    .s575 {
        min-width: 285px;
        height: 54px;
        width: 285px
    }

    .c171 {
        -webkit-border-radius: 27px;
        -moz-border-radius: 27px;
        border-radius: 27px
    }

    .f117 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.137;
        padding-top: 15px;
        padding-bottom: 14px
    }

    .ps591 {
        margin-left: 0;
        margin-top: -649px
    }

    .s576 {
        min-width: 980px;
        width: 980px;
        min-height: 834px
    }

    .ps592 {
        margin-left: 422px
    }

    .s577 {
        min-width: 375px;
        width: 375px;
        min-height: 650px
    }

    .s578 {
        min-width: 375px;
        width: 375px;
        min-height: 650px
    }

    .ps593 {
        margin-left: 34px;
        margin-top: 21px
    }

    .s579 {
        min-width: 277px;
        width: 277px;
        height: 40px
    }

    .s580 {
        min-height: 40px
    }

    .ps594 {
        margin-top: 11px
    }

    .s581 {
        min-width: 375px;
        width: 375px;
        min-height: 245px;
        height: 245px
    }

    .i45 {
        width: 375px;
        height: 245px
    }

    .ps595 {
        margin-left: 34px;
        margin-top: 232px
    }

    .s582 {
        min-width: 277px;
        height: 53px;
        width: 277px
    }

    .c172 {
        -webkit-border-radius: 27px;
        -moz-border-radius: 27px;
        border-radius: 27px
    }

    .f118 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.137;
        padding-top: 14px;
        padding-bottom: 14px
    }

    .ps596 {
        margin-left: 4px;
        margin-top: -325px
    }

    .s583 {
        min-width: 371px;
        width: 371px;
        height: 179px
    }

    .f119 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.351
    }

    .ps597 {
        margin-top: 64px
    }

    .s584 {
        min-width: 980px;
        width: 980px;
        min-height: 120px
    }

    .ad4 {
        display: inline-block
    }

    .ps598 {
        margin-left: 827px;
        margin-top: -809px
    }

    .s585 {
        min-width: 300px;
        width: 300px;
        min-height: 600px
    }

    .s586 {
        min-width: 1200px;
        height: 519px
    }

    .ps600 {
        margin-top: 21px
    }

    .s587 {
        width: 1200px;
        min-height: 464px
    }

    .ps601 {
        margin-left: 31px
    }

    .s588 {
        min-width: 1145px;
        width: 1145px;
        min-height: 321px
    }

    .i46 {
        left: 7px;
        width: 113px;
        height: 111px;
        -webkit-border-radius: 56px;
        -moz-border-radius: 56px;
        border-radius: 56px
    }

    .ps603 {
        margin-left: 122px
    }

    .s589 {
        min-width: 216px;
        width: 216px;
        height: 41px
    }

    .f120 {
        font-size: 26px;
        font-size: calc(26px * var(--f));
        line-height: 1.386
    }

    .ps604 {
        margin-left: -213px;
        margin-top: 54px
    }

    .s590 {
        min-width: 482px;
        width: 482px;
        min-height: 236px
    }

    .ps605 {
        margin-top: 6px
    }

    .s591 {
        min-width: 213px;
        width: 213px;
        height: 26px
    }

    .f121 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f121:visited {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f121:hover {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f121:active {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .ps606 {
        margin-top: 6px
    }

    .s592 {
        min-width: 213px;
        width: 213px;
        height: 25px
    }

    .f122 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.051
    }

    .f122:visited {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.051
    }

    .f122:hover {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.051
    }

    .f122:active {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.051
    }

    .ps607 {
        margin-left: 2px;
        margin-top: 5px
    }

    .s593 {
        min-width: 211px;
        width: 211px;
        height: 30px
    }

    .ps608 {
        margin-top: 5px
    }

    .s594 {
        min-width: 213px;
        width: 213px;
        height: 29px
    }

    .ps609 {
        margin-top: 5px
    }

    .s595 {
        min-width: 213px;
        width: 213px;
        height: 28px
    }

    .ps610 {
        margin-top: 5px
    }

    .s596 {
        min-width: 213px;
        width: 213px;
        height: 30px
    }

    .ps611 {
        margin-top: 4px
    }

    .s597 {
        min-width: 213px;
        width: 213px;
        height: 32px
    }

    .ps612 {
        margin-left: 25px;
        margin-top: 1px
    }

    .s598 {
        min-width: 222px;
        width: 222px;
        min-height: 193px
    }

    .s599 {
        min-width: 219px;
        width: 219px;
        height: 25px
    }

    .ps614 {
        margin-top: 4px
    }

    .s600 {
        min-width: 220px;
        width: 220px;
        height: 27px
    }

    .ps615 {
        margin-top: 5px
    }

    .s601 {
        min-width: 220px;
        width: 220px;
        height: 29px
    }

    .ps616 {
        margin-top: 6px
    }

    .s602 {
        min-width: 219px;
        width: 219px;
        height: 29px
    }

    .ps617 {
        margin-top: 39px
    }

    .s603 {
        min-width: 222px;
        width: 222px;
        height: 29px
    }

    .f123 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f123:visited {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f123:hover {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f123:active {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .ps618 {
        margin-left: 239px;
        margin-top: -99px
    }

    .s604 {
        min-width: 243px;
        width: 243px;
        height: 42px
    }

    .ps619 {
        margin-top: -236px
    }

    .s605 {
        min-width: 458px;
        width: 458px;
        min-height: 3px
    }

    .ps620 {
        margin-left: 32px;
        margin-top: 62px
    }

    .s606 {
        min-width: 274px;
        width: 274px;
        height: 33px
    }

    .s607 {
        min-width: 274px;
        width: 274px;
        height: 32px
    }

    .ps623 {
        margin-top: 1px
    }

    .s608 {
        min-width: 274px;
        width: 274px;
        height: 33px
    }

    .f124 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201
    }

    .f124:visited {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201
    }

    .f124:hover {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201
    }

    .f124:active {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201
    }

    .s609 {
        min-width: 275px;
        width: 275px;
        height: 30px
    }

    .ps625 {
        margin-top: 2px
    }

    .s610 {
        min-width: 275px;
        width: 275px;
        height: 31px
    }

    .s611 {
        min-width: 275px;
        width: 275px;
        height: 33px
    }

    .s612 {
        min-width: 275px;
        width: 275px;
        height: 32px
    }

    .s613 {
        min-width: 274px;
        width: 274px;
        height: 31px
    }

    .ps629 {
        margin-left: 766px;
        margin-top: -321px
    }

    .s614 {
        min-width: 379px;
        width: 379px;
        min-height: 56px
    }

    .s615 {
        min-width: 324px;
        width: 324px;
        height: 41px
    }

    .f125 {
        font-size: 24px;
        font-size: calc(24px * var(--f));
        line-height: 1.584
    }

    .ps631 {
        margin-top: 12px
    }

    .s616 {
        min-width: 379px;
        width: 379px;
        min-height: 3px
    }

    .ps632 {
        margin-left: 486px;
        margin-top: 6px
    }

    .i47 {
        width: 112px;
        height: 72px
    }

    .i48 {
        width: 104px;
        height: 67px
    }

    .ps635 {
        margin-top: 8px
    }

    .i49 {
        left: 15px;
        width: 59px;
        height: 59px
    }

    .ps636 {
        margin-left: 86px
    }

    .s617 {
        min-width: 1042px;
        width: 1042px;
        min-height: 5px
    }

    .ps637 {
        margin-left: 91px;
        margin-top: 10px
    }

    .s618 {
        min-width: 1043px;
        width: 1043px;
        height: 50px
    }

    .f126 {
        font-size: 15px;
        font-size: calc(15px * var(--f));
        line-height: 1.601
    }

    .ps639 {
        width: 1200px
    }

    .ps640 {
        margin-left: 61px;
        margin-top: 4px
    }

    .s619 {
        min-width: 1111px;
        width: 1111px;
        height: 100vh;
        height: calc(100vh - 4px);
        height: calc(100vh - 4px + env(safe-area-inset-bottom));
        height: calc(var(--vh, 1vh) * 100 - 4px)
    }

    .ps641 {
        margin-left: 1041px;
        margin-top: 30px
    }

    .s620 {
        min-width: 42px;
        width: 42px;
        height: 42px
    }

    .c177 {
        -webkit-border-radius: 21px;
        -moz-border-radius: 21px;
        border-radius: 21px
    }

    .ps643 {
        margin-left: 297px;
        margin-top: -21px
    }

    .s622 {
        min-width: 544px;
        width: 544px;
        min-height: 231px
    }

    .ps644 {
        margin-left: 50px
    }

    .s623 {
        min-width: 462px;
        width: 462px;
        height: 72px
    }

    .f127 {
        font-size: 48px;
        font-size: calc(48px * var(--f));
        line-height: 1.376
    }

    .ps645 {
        margin-top: 45px
    }

    .s624 {
        min-width: 544px;
        width: 544px;
        height: 43px
    }

    .input25 {
        width: 544px;
        height: 43px;
        font-size: 18px;
        line-height: 1.168;
        background-size: 32px;
        background-position: right 0px top 50%
    }

    *[dir="rtl"] .input25,
    :root:lang(ar) .input25,
    :root:lang(iw) .input25 {
        background-position: left 0px top 50%
    }

    .ps646 {
        margin-left: 118px;
        margin-top: 18px
    }

    .s625 {
        min-width: 327px;
        height: 53px;
        width: 325px
    }

    .f128 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168;
        padding-top: 15px;
        padding-bottom: 15px
    }

    .ps647 {
        margin-left: 231px;
        margin-top: 12px
    }

    .s626 {
        min-width: 706px;
        width: 706px;
        min-height: 367px
    }

    .ps648 {
        margin-left: 100px;
        margin-top: 0
    }

    .s627 {
        min-width: 37px;
        height: 102px;
        width: 37px
    }

    .f129 {
        font-size: 36px;
        font-size: calc(36px * var(--f));
        line-height: 0.640;
        padding-top: 40px;
        padding-bottom: 39px
    }

    .ps649 {
        margin-top: -88px
    }

    .s628 {
        min-width: 704px;
        width: 704px;
        min-height: 351px
    }

    .ps650 {
        margin-left: 236px;
        margin-top: 30px
    }

    .s629 {
        min-width: 96px;
        height: 62px;
        width: 96px
    }

    .f130 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.188;
        padding-top: 12px;
        padding-bottom: 12px
    }

    .ps651 {
        margin-left: 25px;
        margin-top: 30px
    }

    .ps652 {
        margin-left: 19px;
        margin-top: 30px
    }

    .ps653 {
        margin-left: 15px;
        margin-top: 30px
    }

    .ps654 {
        margin-top: -24px
    }

    .s630 {
        min-width: 210px;
        height: 48px;
        width: 210px
    }

    .f131 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168;
        padding-top: 14px;
        padding-bottom: 13px
    }

    .ps655 {
        margin-left: 20px;
        margin-top: 6px
    }

    .ps656 {
        margin-left: 21px;
        margin-top: 6px
    }

    .ps657 {
        margin-left: 19px;
        margin-top: 6px
    }

    .ps658 {
        margin-left: 15px;
        margin-top: 6px
    }

    .ps659 {
        margin-top: -41px
    }

    .s631 {
        min-width: 210px;
        height: 48px;
        width: 210px
    }

    .ps660 {
        margin-left: 20px;
        margin-top: 7px
    }

    .ps661 {
        margin-left: 21px;
        margin-top: 7px
    }

    .ps662 {
        margin-left: 19px;
        margin-top: 7px
    }

    .ps663 {
        margin-left: 15px;
        margin-top: 7px
    }

    .ps664 {
        margin-top: -58px
    }

    .s632 {
        min-width: 210px;
        height: 48px;
        width: 210px
    }

    .ps665 {
        margin-left: -121px;
        margin-top: -31px
    }

    .ps666 {
        margin-left: 104px;
        margin-top: 8px
    }

    .ps667 {
        margin-left: 20px;
        margin-top: 8px
    }

    .ps668 {
        margin-left: 20px;
        margin-top: 8px
    }

    .ps669 {
        margin-left: 15px;
        margin-top: 8px
    }

    .ps670 {
        margin-left: -477px;
        margin-top: 27px
    }

    .s633 {
        min-width: 1px;
        width: 1px;
        min-height: 351px;
        -ms-transform: scale(-1, 1);
        -moz-transform: scale(-1, 1);
        -webkit-transform: scale(-1, 1);
        transform: scale(-1, 1)
    }

    .ps671 {
        margin-left: 212px;
        margin-top: 43px
    }

    .s634 {
        min-width: 757px;
        width: 757px;
        min-height: 633px
    }

    .ps672 {
        margin-left: 235px
    }

    .s635 {
        min-width: 389px;
        width: 389px;
        height: 45px
    }

    .input26 {
        width: 389px;
        height: 45px;
        font-size: 18px;
        line-height: 1.168
    }

    .ps673 {
        margin-left: 0;
        margin-top: -30px
    }

    .s636 {
        min-width: 218px;
        width: 218px;
        height: 33px
    }

    .f132 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f133 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .ps674 {
        margin-left: 18px;
        margin-top: 15px
    }

    .s637 {
        min-width: 389px;
        width: 389px;
        height: 45px
    }

    .input27 {
        width: 389px;
        height: 45px;
        font-size: 18px;
        line-height: 1.168
    }

    .ps675 {
        margin-left: 0;
        margin-top: -36px
    }

    .s638 {
        min-width: 222px;
        width: 222px;
        height: 31px
    }

    .f134 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f135 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .ps676 {
        margin-left: -130px;
        margin-top: 23px
    }

    .s639 {
        min-width: 532px;
        width: 532px;
        height: 40px
    }

    .input28 {
        width: 532px;
        height: 40px;
        font-size: 18px;
        line-height: 1.168
    }

    .ps677 {
        margin-left: 92px;
        margin-top: 15px
    }

    .s640 {
        min-width: 532px;
        width: 532px;
        height: 40px
    }

    .input29 {
        width: 532px;
        height: 40px;
        font-size: 18px;
        line-height: 1.223
    }

    .ps678 {
        margin-left: 92px;
        margin-top: 16px
    }

    .s641 {
        min-width: 532px;
        width: 532px;
        height: 38px
    }

    .input30 {
        width: 532px;
        height: 38px;
        font-size: 18px;
        line-height: 1.223
    }

    .ps679 {
        margin-left: 443px;
        margin-top: 10px
    }

    .s642 {
        min-width: 174px;
        height: 45px;
        width: 172px
    }

    .f136 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223;
        padding-top: 11px;
        padding-bottom: 10px
    }

    .ps680 {
        margin-left: 289px;
        margin-top: 23px
    }

    .s643 {
        min-width: 384px;
        width: 384px;
        height: 29px
    }

    .f137 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 0.890
    }

    .f138 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 0.890
    }

    .ps681 {
        margin-left: 91px;
        margin-top: 21px
    }

    .s644 {
        min-width: 366px;
        width: 366px;
        height: 41px
    }

    .input31 {
        width: 366px;
        height: 41px;
        font-size: 18px;
        line-height: 1.223
    }

    .ps682 {
        margin-left: 139px;
        margin-top: 29px
    }

    .s645 {
        min-width: 333px;
        height: 54px;
        width: 331px
    }

    .f139 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101;
        padding-top: 15px;
        padding-bottom: 15px
    }

    .ps683 {
        margin-left: 11px;
        margin-top: 37px
    }

    .s646 {
        min-width: 746px;
        width: 746px;
        height: 67px
    }

    .f140 {
        font-size: 15px;
        font-size: calc(15px * var(--f));
        line-height: 1.134
    }

    .f141 {
        font-size: 15px;
        font-size: calc(15px * var(--f));
        line-height: 1.134
    }

    .s647 {
        height: 15px;
        transform: scale(1) translateY(2px)
    }

    .ps685 {
        margin-top: 4px
    }

    .s648 {
        min-width: 1130px;
        width: 1130px;
        height: 100vh;
        height: calc(100vh - 4px);
        height: calc(100vh - 4px + env(safe-area-inset-bottom));
        height: calc(var(--vh, 1vh) * 100 - 4px)
    }

    .ps686 {
        margin-left: 107px;
        margin-top: 8px
    }

    .s649 {
        min-width: 1010px;
        width: 1010px;
        min-height: 794px
    }

    .ps687 {
        margin-left: 962px
    }

    .s650 {
        min-width: 48px;
        width: 48px;
        height: 46px
    }

    .c196 {
        -webkit-border-radius: 23px;
        -moz-border-radius: 23px;
        border-radius: 23px
    }

    .ps688 {
        margin-left: 186px;
        margin-top: -23px
    }

    .s651 {
        min-width: 437px;
        width: 437px;
        height: 74px
    }

    .f142 {
        font-size: 42px;
        font-size: calc(42px * var(--f));
        line-height: 1.620
    }

    .ps689 {
        margin-left: 159px;
        margin-top: 23px
    }

    .s652 {
        min-width: 520px;
        width: 520px;
        height: 43px
    }

    .input32 {
        width: 520px;
        height: 43px;
        font-size: 18px;
        line-height: 1.168
    }

    .ps690 {
        margin-left: 159px;
        margin-top: 6px
    }

    .s653 {
        min-width: 520px;
        width: 520px;
        height: 39px
    }

    .input33 {
        width: 520px;
        height: 39px;
        font-size: 18px;
        line-height: 1.168
    }

    .ps691 {
        margin-left: 160px;
        margin-top: 6px
    }

    .s654 {
        min-width: 519px;
        width: 519px;
        height: 45px
    }

    .input34 {
        width: 519px;
        height: 45px;
        font-size: 18px;
        line-height: 1.168
    }

    .ps692 {
        margin-left: 97px;
        margin-top: 14px
    }

    .s655 {
        min-width: 701px;
        width: 701px;
        height: 72px
    }

    .f143 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.051
    }

    .ps693 {
        margin-left: 5px;
        margin-top: 15px
    }

    .s656 {
        min-width: 248px;
        width: 248px;
        height: 38px
    }

    .f144 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.592
    }

    .ps694 {
        margin-left: 2px;
        margin-top: 67px
    }

    .s657 {
        min-width: 269px;
        width: 269px;
        min-height: 33px
    }

    .input35 {
        margin-top: 7px
    }

    .f145 {
        max-width: 252px;
        font-size: 22px
    }

    .ps695 {
        margin-left: -269px;
        margin-top: 100px
    }

    .s658 {
        min-width: 269px;
        width: 269px;
        min-height: 33px
    }

    .f146 {
        max-width: 252px;
        font-size: 22px
    }

    .ps696 {
        margin-left: -268px;
        margin-top: 133px
    }

    .s659 {
        min-width: 269px;
        width: 269px;
        min-height: 33px
    }

    .f147 {
        max-width: 252px;
        font-size: 22px
    }

    .ps697 {
        margin-left: -57px;
        margin-top: 178px
    }

    .s660 {
        min-width: 108px;
        height: 37px;
        width: 108px
    }

    .f148 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.188;
        padding-top: 9px;
        padding-bottom: 9px
    }

    .ps698 {
        margin-left: -293px;
        margin-top: 224px
    }

    .s661 {
        min-width: 355px;
        width: 355px;
        height: 25px
    }

    .f149 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .ps699 {
        margin-left: -451px;
        margin-top: 262px
    }

    .s662 {
        min-width: 368px;
        width: 368px;
        height: 37px
    }

    .input36 {
        width: 368px;
        height: 37px;
        font-size: 18px;
        line-height: 1.168
    }

    .ps700 {
        margin-left: -339px;
        margin-top: 320px
    }

    .s663 {
        min-width: 306px;
        height: 51px;
        width: 306px
    }

    .f150 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.188;
        padding-top: 16px;
        padding-bottom: 16px
    }

    .ps701 {
        margin-top: 22px
    }

    .s664 {
        min-width: 774px;
        width: 774px;
        height: 56px
    }

    .f151 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.813
    }

    .s665 {
        min-width: 1200px;
        min-height: 67px
    }

    .ps702 {
        margin-top: 14px
    }

    .s666 {
        width: 1200px;
        min-height: 39px
    }

    .ps703 {
        margin-left: 853px
    }

    .s667 {
        min-width: 159px;
        height: 39px;
        width: 159px
    }

    .f152 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.287;
        padding-top: 11px;
        padding-bottom: 10px
    }

    .ps704 {
        margin-left: 15px
    }

    .ps705 {
        margin-top: -558px
    }

    .s668 {
        min-width: 1200px;
        width: 1200px
    }

    body {
        --d: 1;
        --s: 1200
    }
}

@media (min-width:960px) and (max-width:1199px) {
    .c158 {
        min-width: 960px;
        min-height: 471px
    }

    .s537 {
        min-width: 960px;
        height: 233px
    }

    .ps537 {
        margin-top: 5px
    }

    .s538 {
        width: 960px;
        min-height: 49px
    }

    .ps538 {
        margin-left: 188px
    }

    .ps539 {
        margin-top: 4px
    }

    .i38 {
        left: 0;
        min-width: 24px;
        max-width: 24px;
        min-height: 24px;
        max-height: 24px
    }

    .ps540 {
        margin-left: 14px;
        margin-top: 4px
    }

    .s539 {
        min-width: 146px;
        width: 146px;
        height: 25px
    }

    .f110 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.188
    }

    .ps541 {
        margin-left: 36px;
        margin-top: 0
    }

    .i39 {
        left: 4px;
        min-width: 32px;
        max-width: 32px;
        min-height: 32px;
        max-height: 32px
    }

    .ps542 {
        margin-left: 7px;
        margin-top: 4px
    }

    .s540 {
        min-width: 228px;
        width: 228px;
        height: 25px
    }

    .ps543 {
        margin-left: 224px;
        margin-top: 7px
    }

    .i40 {
        left: 1px;
        width: 42px;
        height: 42px
    }

    .ps544 {
        margin-top: 22px
    }

    .s541 {
        min-height: 157px
    }

    .ps545 {
        margin-top: -156px
    }

    .s542 {
        width: 960px;
        min-height: 130px
    }

    .ps547 {
        margin-top: 0
    }

    .i41 {
        width: 261px;
        height: 57px;
        top: 11px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        border-radius: 40px
    }

    .ps548 {
        margin-left: 132px;
        margin-top: 15px
    }

    .s544 {
        min-width: 22px
    }

    .ps550 {
        margin-top: 45px
    }

    .s545 {
        min-width: 22px;
        width: 22px;
        height: 14px
    }

    .f111 {
        font-size: 8px;
        font-size: calc(8px * var(--f));
        line-height: 1.376
    }

    .ps552 {
        margin-top: 8px
    }

    .s546 {
        min-width: 79px;
        width: 79px;
        height: 19px
    }

    .f112 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .ps553 {
        margin-top: 1px
    }

    .s547 {
        min-width: 205px;
        width: 205px;
        height: 19px
    }

    .ps555 {
        margin-left: 80px;
        margin-top: -36px
    }

    .s548 {
        min-width: 122px;
        width: 122px;
        height: 19px
    }

    .s549 {
        min-width: 215px;
        width: 215px;
        height: 19px
    }

    .ps558 {
        margin-left: 203px;
        margin-top: -36px
    }

    .s550 {
        min-width: 159px;
        width: 159px;
        height: 19px
    }

    .s551 {
        min-width: 200px;
        width: 200px;
        height: 19px
    }

    .ps560 {
        margin-left: 363px;
        margin-top: -36px
    }

    .s552 {
        min-width: 177px;
        width: 177px;
        height: 19px
    }

    .ps562 {
        margin-top: 1px
    }

    .s553 {
        min-width: 238px;
        width: 238px;
        height: 19px
    }

    .ps563 {
        margin-left: 541px;
        margin-top: -36px
    }

    .s554 {
        min-width: 91px;
        width: 91px;
        height: 19px
    }

    .ps564 {
        margin-left: 633px;
        margin-top: -36px
    }

    .s555 {
        min-width: 57px;
        width: 57px;
        height: 19px
    }

    .ps565 {
        margin-left: 691px;
        margin-top: -36px
    }

    .ps566 {
        margin-left: 604px;
        margin-top: -112px
    }

    .s556 {
        min-width: 347px;
        width: 347px;
        min-height: 40px
    }

    .input24 {
        width: 347px;
        height: 40px;
        font-size: 14px;
        font-style: normal
    }

    .ps567 {
        margin-left: 318px;
        margin-top: -34px
    }

    .s557 {
        min-width: 24px;
        width: 24px;
        height: 29px
    }

    .c164 {
        min-width: 960px;
        margin-top: -471px;
        min-height: 869px
    }

    .ps568 {
        margin-top: 233px
    }

    .s558 {
        min-width: 960px;
        height: 619px
    }

    .ps569 {
        margin-top: 17px
    }

    .s559 {
        width: 960px;
        min-height: 555px
    }

    .ps570 {
        margin-left: 0
    }

    .s560 {
        min-width: 960px;
        width: 960px;
        min-height: 555px;
        height: 555px
    }

    .i42 {
        width: 960px;
        height: 555px
    }

    .ps571 {
        margin-top: -598px
    }

    .s561 {
        width: 960px;
        height: 80px
    }

    .ps572 {
        margin-left: 0
    }

    .ps573 {
        margin-left: 860px;
        margin-top: 16px
    }

    .i43 {
        left: 0;
        min-width: 16px;
        max-width: 16px;
        min-height: 16px;
        max-height: 16px
    }

    .ps574 {
        margin-top: -8px
    }

    .s562 {
        min-width: 882px;
        height: 56px;
        width: 882px
    }

    .f113 {
        font-size: 27px;
        font-size: calc(27px * var(--f));
        line-height: 1.223;
        padding-top: 12px;
        padding-bottom: 11px
    }

    .c167::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c167:hover:before {
        opacity: 1
    }

    .c167::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c167:hover:after {
        opacity: 0
    }

    .c167:active:before {
        opacity: 1
    }

    .c167:active:after {
        opacity: 1;
        transition: initial
    }

    .ps575 {
        margin-top: -56px
    }

    .s563 {
        min-width: 882px;
        width: 882px;
        min-height: 56px
    }

    .s564 {
        min-width: 882px;
        height: 56px;
        width: 882px
    }

    .ps576 {
        margin-top: -56px
    }

    .s565 {
        min-width: 882px;
        height: 56px;
        width: 882px
    }

    .ps577 {
        margin-top: -56px
    }

    .ps578 {
        margin-top: -56px
    }

    .ps579 {
        margin-top: -56px
    }

    .ps580 {
        margin-left: 0;
        margin-top: -56px
    }

    .ps581 {
        margin-left: 0;
        margin-top: -56px
    }

    .ps582 {
        margin-left: 0;
        margin-top: -59px
    }

    .s566 {
        min-width: 882px;
        height: 59px;
        width: 882px
    }

    .f114 {
        font-size: 27px;
        font-size: calc(27px * var(--f));
        line-height: 1.223;
        padding-top: 13px;
        padding-bottom: 13px
    }

    .ps583 {
        margin-top: 501px
    }

    .s567 {
        min-width: 960px;
        height: 869px
    }

    .ps584 {
        margin-top: 81px
    }

    .s568 {
        width: 960px;
        min-height: 780px
    }

    .ps585 {
        margin-left: 10px
    }

    .s569 {
        min-width: 950px;
        width: 950px;
        min-height: 780px
    }

    .ps586 {
        margin-top: 186px
    }

    .s570 {
        min-width: 304px;
        width: 304px;
        min-height: 594px
    }

    .ps587 {
        margin-left: 16px;
        margin-top: 27px
    }

    .s571 {
        min-width: 277px;
        width: 277px;
        height: 41px
    }

    .s572 {
        min-height: 41px
    }

    .f115 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .ps588 {
        margin-left: 23px;
        margin-top: 0
    }

    .s573 {
        min-width: 238px;
        width: 238px;
        min-height: 210px;
        height: 210px
    }

    .i44 {
        width: 238px;
        height: 210px
    }

    .ps589 {
        margin-left: 10px;
        margin-top: 9px
    }

    .s574 {
        min-width: 288px;
        width: 288px;
        height: 208px
    }

    .f116 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.390
    }

    .ps590 {
        margin-left: 16px;
        margin-top: 21px
    }

    .s575 {
        min-width: 272px;
        height: 44px;
        width: 272px
    }

    .c171 {
        -webkit-border-radius: 22px;
        -moz-border-radius: 22px;
        border-radius: 22px
    }

    .f117 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101;
        padding-top: 11px;
        padding-bottom: 11px
    }

    .ps591 {
        margin-left: 94px;
        margin-top: -592px
    }

    .s576 {
        min-width: 725px;
        width: 725px;
        min-height: 592px
    }

    .ps592 {
        margin-left: 221px
    }

    .s577 {
        min-width: 304px;
        width: 304px;
        min-height: 592px
    }

    .s578 {
        min-width: 304px;
        width: 304px;
        min-height: 592px
    }

    .ps593 {
        margin-left: 33px;
        margin-top: 25px
    }

    .s579 {
        min-width: 238px;
        width: 238px;
        height: 36px
    }

    .s580 {
        min-height: 36px
    }

    .ps594 {
        margin-left: 28px;
        margin-top: 0
    }

    .s581 {
        min-width: 239px;
        width: 239px;
        min-height: 227px;
        height: 227px
    }

    .i45 {
        width: 239px;
        height: 227px
    }

    .ps595 {
        margin-left: 12px;
        margin-top: 226px
    }

    .s582 {
        min-width: 272px;
        height: 44px;
        width: 272px
    }

    .c172 {
        -webkit-border-radius: 22px;
        -moz-border-radius: 22px;
        border-radius: 22px
    }

    .f118 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101;
        padding-top: 11px;
        padding-bottom: 11px
    }

    .ps596 {
        margin-left: 4px;
        margin-top: -307px
    }

    .s583 {
        min-width: 289px;
        width: 289px;
        height: 186px
    }

    .f119 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.390
    }

    .ps597 {
        margin-top: -178px
    }

    .s584 {
        min-width: 725px;
        width: 725px;
        min-height: 165px
    }

    .ps598 {
        margin-left: 710px;
        margin-top: -780px
    }

    .s585 {
        min-width: 240px;
        width: 240px;
        min-height: 480px
    }

    .ps599 {
        margin-top: 0
    }

    .s586 {
        min-width: 960px;
        height: 525px
    }

    .ps600 {
        margin-top: 35px
    }

    .s587 {
        width: 960px;
        min-height: 490px
    }

    .ps601 {
        margin-left: 38px
    }

    .s588 {
        min-width: 900px;
        width: 900px;
        min-height: 490px
    }

    .i46 {
        left: 1px;
        width: 94px;
        height: 92px;
        -webkit-border-radius: 46px;
        -moz-border-radius: 46px;
        border-radius: 46px
    }

    .ps603 {
        margin-left: 66px;
        margin-top: 22px
    }

    .s589 {
        min-width: 184px;
        width: 184px;
        height: 35px
    }

    .f120 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.401
    }

    .ps604 {
        margin-left: -184px;
        margin-top: 57px
    }

    .s590 {
        min-width: 417px;
        width: 417px;
        min-height: 433px
    }

    .ps605 {
        margin-left: 25px;
        margin-top: 199px
    }

    .s591 {
        min-width: 84px;
        width: 84px;
        height: 26px
    }

    .f121 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f121:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f121:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f121:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .ps606 {
        margin-top: 6px
    }

    .s592 {
        min-width: 90px;
        width: 90px;
        height: 24px
    }

    .f122 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f122:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f122:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f122:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .ps607 {
        margin-left: -89px;
        margin-top: 38px
    }

    .s593 {
        min-width: 48px;
        width: 48px;
        height: 24px
    }

    .ps608 {
        margin-left: 1px;
        margin-top: 9px
    }

    .s594 {
        min-width: 121px;
        width: 121px;
        height: 27px
    }

    .ps609 {
        margin-left: 1px;
        margin-top: 10px
    }

    .s595 {
        min-width: 145px;
        width: 145px;
        height: 26px
    }

    .ps610 {
        margin-top: 8px
    }

    .s596 {
        min-width: 98px;
        width: 98px;
        height: 27px
    }

    .ps611 {
        margin-top: 13px
    }

    .s597 {
        min-width: 168px;
        width: 168px;
        height: 26px
    }

    .ps612 {
        margin-left: 47px;
        margin-top: 14px
    }

    .s598 {
        min-width: 151px;
        width: 151px;
        min-height: 194px
    }

    .s599 {
        min-width: 151px;
        width: 151px;
        height: 24px
    }

    .ps614 {
        margin-left: 1px;
        margin-top: 9px
    }

    .s600 {
        min-width: 115px;
        width: 115px;
        height: 24px
    }

    .ps615 {
        margin-top: 7px
    }

    .s601 {
        min-width: 58px;
        width: 58px;
        height: 24px
    }

    .ps616 {
        margin-top: 9px
    }

    .s602 {
        min-width: 151px;
        width: 151px;
        height: 25px
    }

    .ps617 {
        margin-top: 45px
    }

    .s603 {
        min-width: 103px;
        width: 103px;
        height: 27px
    }

    .f123 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f123:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f123:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f123:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .ps618 {
        margin-left: 215px;
        margin-top: -88px
    }

    .s604 {
        min-width: 177px;
        width: 177px;
        height: 27px
    }

    .ps619 {
        margin-top: -433px
    }

    .s605 {
        min-width: 281px;
        width: 281px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps620 {
        margin-left: 20px;
        margin-top: 242px
    }

    .ps621 {
        margin-left: 0
    }

    .s606 {
        min-width: 218px;
        width: 218px;
        height: 26px
    }

    .ps622 {
        margin-left: 0;
        margin-top: 8px
    }

    .s607 {
        min-width: 219px;
        width: 219px;
        height: 26px
    }

    .ps623 {
        margin-left: 0;
        margin-top: 5px
    }

    .s608 {
        min-width: 233px;
        width: 233px;
        height: 26px
    }

    .f124 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f124:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f124:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f124:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .ps624 {
        margin-top: 5px
    }

    .s609 {
        min-width: 130px;
        width: 130px;
        height: 24px
    }

    .ps625 {
        margin-left: 1px;
        margin-top: 5px
    }

    .s610 {
        min-width: 110px;
        width: 110px;
        height: 25px
    }

    .ps626 {
        margin-top: 7px
    }

    .s611 {
        min-width: 180px;
        width: 180px;
        height: 26px
    }

    .ps627 {
        margin-top: 6px
    }

    .s612 {
        min-width: 69px;
        width: 69px;
        height: 26px
    }

    .ps628 {
        margin-left: 0;
        margin-top: 8px
    }

    .s613 {
        min-width: 222px;
        width: 222px;
        height: 25px
    }

    .ps629 {
        margin-left: 583px;
        margin-top: -468px
    }

    .s614 {
        min-width: 317px;
        width: 317px;
        min-height: 35px
    }

    .ps630 {
        margin-left: 1px
    }

    .s615 {
        min-width: 233px;
        width: 233px;
        height: 32px
    }

    .f125 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.612
    }

    .ps631 {
        margin-top: 2px
    }

    .s616 {
        min-width: 317px;
        width: 317px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps632 {
        margin-left: 413px;
        margin-top: -185px
    }

    .ps633 {
        margin-top: 2px
    }

    .i47 {
        width: 53px;
        height: 65px
    }

    .ps634 {
        margin-left: 4px
    }

    .i48 {
        width: 53px;
        height: 67px
    }

    .ps635 {
        margin-left: 7px;
        margin-top: 13px
    }

    .i49 {
        left: 0;
        width: 38px;
        height: 38px;
        top: 2px
    }

    .ps636 {
        margin-left: 72px;
        margin-top: -118px
    }

    .s617 {
        min-width: 834px;
        width: 834px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps637 {
        margin-left: 221px;
        margin-top: -71px
    }

    .s618 {
        min-width: 589px;
        width: 589px;
        height: 53px
    }

    .f126 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.616
    }

    .ps639 {
        width: 960px
    }

    .ps640 {
        margin-left: 0;
        margin-top: 156px
    }

    .s619 {
        min-width: 960px;
        width: 960px;
        height: 100vh;
        height: calc(100vh - 156px);
        height: calc(100vh - 156px + env(safe-area-inset-bottom));
        height: calc(var(--vh, 1vh) * 100 - 156px)
    }

    .ps641 {
        margin-left: 884px;
        margin-top: 15px
    }

    .s620 {
        min-width: 46px;
        width: 46px;
        height: 44px
    }

    .c177 {
        -webkit-border-radius: 22px;
        -moz-border-radius: 22px;
        border-radius: 22px
    }

    .ps643 {
        margin-left: 199px;
        margin-top: 24px
    }

    .s622 {
        min-width: 577px;
        width: 577px;
        min-height: 321px
    }

    .ps644 {
        margin-left: 54px
    }

    .s623 {
        min-width: 444px;
        width: 444px;
        height: 71px
    }

    .f127 {
        font-size: 48px;
        font-size: calc(48px * var(--f));
        line-height: 1.376
    }

    .ps645 {
        margin-top: 96px
    }

    .s624 {
        min-width: 577px;
        width: 577px;
        height: 57px
    }

    .input25 {
        width: 577px;
        height: 57px;
        font-size: 22px;
        line-height: 1.137;
        background-size: 72px;
        background-position: right 72px top 50%
    }

    *[dir="rtl"] .input25,
    :root:lang(ar) .input25,
    :root:lang(iw) .input25 {
        background-position: left 72px top 50%
    }

    .ps646 {
        margin-left: 61px;
        margin-top: 29px
    }

    .s625 {
        min-width: 468px;
        height: 68px;
        width: 466px
    }

    .f128 {
        font-size: 24px;
        font-size: calc(24px * var(--f));
        line-height: 1.126;
        padding-top: 20px;
        padding-bottom: 19px
    }

    .ps647 {
        margin-left: 11px;
        margin-top: -3px
    }

    .s626 {
        min-width: 932px;
        width: 932px;
        min-height: 468px
    }

    .ps648 {
        margin-left: 231px;
        margin-top: 0
    }

    .s627 {
        min-width: 36px;
        height: 34px;
        width: 36px;
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    .f129 {
        font-size: 28px;
        font-size: calc(28px * var(--f));
        line-height: 0.608;
        padding-top: 9px;
        padding-bottom: 8px
    }

    .ps649 {
        margin-top: -14px
    }

    .s628 {
        min-width: 930px;
        width: 930px;
        min-height: 446px
    }

    .ps650 {
        margin-left: 367px;
        margin-top: 34px
    }

    .s629 {
        min-width: 109px;
        height: 80px;
        width: 109px
    }

    .f130 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168;
        padding-top: 19px;
        padding-bottom: 19px
    }

    .ps651 {
        margin-left: 12px;
        margin-top: 34px
    }

    .ps652 {
        margin-left: 12px;
        margin-top: 34px
    }

    .ps653 {
        margin-left: 15px;
        margin-top: 34px
    }

    .ps654 {
        margin-left: 24px;
        margin-top: -43px
    }

    .s630 {
        min-width: 283px;
        height: 56px;
        width: 283px
    }

    .f131 {
        font-size: 24px;
        font-size: calc(24px * var(--f));
        line-height: 1.126;
        padding-top: 15px;
        padding-bottom: 14px
    }

    .ps655 {
        margin-left: 61px;
        margin-top: 18px
    }

    .ps656 {
        margin-left: 11px;
        margin-top: 18px
    }

    .ps657 {
        margin-left: 12px;
        margin-top: 17px
    }

    .ps658 {
        margin-left: 15px;
        margin-top: 18px
    }

    .ps659 {
        margin-left: 25px;
        margin-top: -69px
    }

    .s631 {
        min-width: 283px;
        height: 56px;
        width: 283px
    }

    .ps660 {
        margin-left: 59px;
        margin-top: 18px
    }

    .ps661 {
        margin-left: 12px;
        margin-top: 18px
    }

    .ps662 {
        margin-left: 17px;
        margin-top: 18px
    }

    .ps663 {
        margin-left: 10px;
        margin-top: 18px
    }

    .ps664 {
        margin-left: 25px;
        margin-top: -96px
    }

    .s632 {
        min-width: 283px;
        height: 56px;
        width: 283px
    }

    .ps665 {
        margin-left: -78px;
        margin-top: -134px
    }

    .ps666 {
        margin-left: 101px;
        margin-top: 15px
    }

    .ps667 {
        margin-left: 14px;
        margin-top: 15px
    }

    .ps668 {
        margin-left: 14px;
        margin-top: 15px
    }

    .ps669 {
        margin-left: 14px;
        margin-top: 15px
    }

    .ps670 {
        margin-left: -591px;
        margin-top: 29px
    }

    .s633 {
        min-width: 2px;
        width: 2px;
        min-height: 406px
    }

    .ps671 {
        margin-left: 64px;
        margin-top: 22px
    }

    .s634 {
        min-width: 863px;
        width: 863px;
        min-height: 668px
    }

    .ps672 {
        margin-left: 276px
    }

    .s635 {
        min-width: 579px;
        width: 579px;
        height: 49px
    }

    .input26 {
        width: 579px;
        height: 49px;
        font-family: "Helvetica Neue", sans-serif;
        font-size: 22px;
        line-height: 1.228
    }

    .ps673 {
        margin-left: 1px;
        margin-top: -47px
    }

    .s636 {
        min-width: 237px;
        width: 237px;
        height: 33px
    }

    .f132 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.001
    }

    .f133 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.001
    }

    .ps674 {
        margin-left: 38px;
        margin-top: 13px
    }

    .s637 {
        min-width: 579px;
        width: 579px;
        height: 49px
    }

    .input27 {
        width: 579px;
        height: 49px;
        font-family: "Helvetica Neue", sans-serif;
        font-size: 22px;
        line-height: 1.228
    }

    .ps675 {
        margin-left: 0;
        margin-top: -48px
    }

    .s638 {
        min-width: 238px;
        width: 238px;
        height: 31px
    }

    .f134 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.228
    }

    .f135 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.228
    }

    .ps676 {
        margin-left: 194px;
        margin-top: 18px
    }

    .s639 {
        min-width: 661px;
        width: 661px;
        height: 48px
    }

    .input28 {
        width: 661px;
        height: 48px;
        font-family: "Helvetica Neue", sans-serif;
        font-size: 22px;
        line-height: 1.228
    }

    .ps677 {
        margin-left: 194px;
        margin-top: 16px
    }

    .s640 {
        min-width: 661px;
        width: 661px;
        height: 47px
    }

    .input29 {
        width: 661px;
        height: 47px;
        font-size: 22px;
        line-height: 1.228
    }

    .ps678 {
        margin-left: 194px;
        margin-top: 16px
    }

    .s641 {
        min-width: 661px;
        width: 661px;
        height: 51px
    }

    .input30 {
        width: 661px;
        height: 51px;
        font-size: 22px;
        line-height: 1.228
    }

    .ps679 {
        margin-left: 654px
    }

    .s642 {
        min-width: 195px;
        height: 51px;
        width: 193px
    }

    .f136 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201;
        padding-top: 13px;
        padding-bottom: 12px
    }

    .ps680 {
        margin-left: 480px;
        margin-top: 15px
    }

    .s643 {
        min-width: 363px;
        width: 363px;
        height: 22px
    }

    .f137 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 0.951
    }

    .f138 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 0.951
    }

    .ps681 {
        margin-left: 237px;
        margin-top: 14px
    }

    .s644 {
        min-width: 398px;
        width: 398px;
        height: 49px
    }

    .input31 {
        width: 398px;
        height: 49px;
        font-size: 22px;
        line-height: 1.228
    }

    .ps682 {
        margin-left: 184px;
        margin-top: 37px
    }

    .s645 {
        min-width: 509px;
        height: 62px;
        width: 507px
    }

    .f139 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.137;
        padding-top: 18px;
        padding-bottom: 17px
    }

    .ps683 {
        margin-left: 43px;
        margin-top: 19px
    }

    .s646 {
        min-width: 820px;
        width: 820px;
        height: 76px
    }

    .f140 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f141 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .s647 {
        height: 18px;
        transform: scale(1) translateY(3px)
    }

    .ps685 {
        margin-top: 150px
    }

    .s648 {
        min-width: 960px;
        width: 960px;
        height: 100vh;
        height: calc(100vh - 150px);
        height: calc(100vh - 150px + env(safe-area-inset-bottom));
        height: calc(var(--vh, 1vh) * 100 - 150px)
    }

    .ps686 {
        margin-left: 110px;
        margin-top: 6px
    }

    .s649 {
        min-width: 836px;
        width: 836px;
        min-height: 878px
    }

    .ps687 {
        margin-left: 794px
    }

    .s650 {
        min-width: 42px;
        width: 42px;
        height: 44px
    }

    .c196 {
        -webkit-border-radius: 21px;
        -moz-border-radius: 21px;
        border-radius: 21px
    }

    .ps688 {
        margin-left: 198px;
        margin-top: -12px
    }

    .s651 {
        min-width: 430px;
        width: 430px;
        height: 80px
    }

    .f142 {
        font-size: 42px;
        font-size: calc(42px * var(--f));
        line-height: 1.620
    }

    .ps689 {
        margin-left: 107px;
        margin-top: 22px
    }

    .s652 {
        min-width: 544px;
        width: 544px;
        height: 47px
    }

    .input32 {
        width: 544px;
        height: 47px;
        font-family: "Helvetica Neue", sans-serif;
        font-size: 22px;
        line-height: 1.228
    }

    .ps690 {
        margin-left: 107px;
        margin-top: 13px
    }

    .s653 {
        min-width: 545px;
        width: 545px;
        height: 48px
    }

    .input33 {
        width: 545px;
        height: 48px;
        font-family: "Helvetica Neue", sans-serif;
        font-size: 22px;
        line-height: 1.228
    }

    .ps691 {
        margin-left: 106px;
        margin-top: 14px
    }

    .s654 {
        min-width: 544px;
        width: 544px;
        height: 42px
    }

    .input34 {
        width: 544px;
        height: 42px;
        font-family: "Helvetica Neue", sans-serif;
        font-size: 22px;
        line-height: 1.228
    }

    .ps692 {
        margin-left: 107px;
        margin-top: 72px
    }

    .s655 {
        min-width: 628px;
        width: 628px;
        height: 73px
    }

    .f143 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .ps693 {
        margin-left: 108px;
        margin-top: -127px
    }

    .s656 {
        min-width: 234px;
        width: 234px;
        height: 37px
    }

    .f144 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.592
    }

    .ps694 {
        margin-left: -70px;
        margin-top: 20px
    }

    .s657 {
        min-width: 227px;
        width: 227px;
        min-height: 32px
    }

    .input35 {
        margin-top: 6px
    }

    .f145 {
        max-width: 210px;
        font-size: 20px
    }

    .ps695 {
        margin-left: -227px;
        margin-top: 52px
    }

    .s658 {
        min-width: 237px;
        width: 237px;
        min-height: 26px
    }

    .f146 {
        max-width: 220px;
        font-size: 20px
    }

    .ps696 {
        margin-left: -237px;
        margin-top: 81px
    }

    .s659 {
        min-width: 237px;
        width: 237px;
        min-height: 26px
    }

    .f147 {
        max-width: 220px;
        font-size: 20px
    }

    .ps697 {
        margin-left: 9px;
        margin-top: 140px
    }

    .s660 {
        min-width: 131px;
        height: 43px;
        width: 131px
    }

    .f148 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101;
        padding-top: 11px;
        padding-bottom: 10px
    }

    .ps698 {
        margin-left: 298px;
        margin-top: 13px
    }

    .s661 {
        min-width: 353px;
        width: 353px;
        height: 25px
    }

    .f149 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .ps699 {
        margin-left: 188px;
        margin-top: 21px
    }

    .s662 {
        min-width: 381px;
        width: 381px;
        height: 45px
    }

    .input36 {
        width: 381px;
        height: 45px;
        font-family: "Helvetica Neue", sans-serif;
        font-size: 22px;
        line-height: 1.228
    }

    .ps700 {
        margin-left: 152px;
        margin-top: 11px
    }

    .s663 {
        min-width: 461px;
        height: 58px;
        width: 461px
    }

    .f150 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.137;
        padding-top: 17px;
        padding-bottom: 16px
    }

    .ps701 {
        margin-top: 17px
    }

    .s664 {
        min-width: 773px;
        width: 773px;
        height: 62px
    }

    .f151 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.813
    }

    .s665 {
        min-width: 960px;
        min-height: 54px
    }

    .ps702 {
        margin-top: 11px
    }

    .s666 {
        width: 960px;
        min-height: 31px
    }

    .ps703 {
        margin-left: 683px
    }

    .s667 {
        min-width: 128px;
        height: 31px;
        width: 128px
    }

    .f152 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.274;
        padding-top: 9px;
        padding-bottom: 8px
    }

    .ps704 {
        margin-left: 10px
    }

    .ps705 {
        margin-top: -1377px
    }

    .s668 {
        min-width: 960px;
        width: 960px
    }

    body {
        --d: 2;
        --s: 960
    }
}

@media (min-width:768px) and (max-width:959px) {
    .c158 {
        min-width: 768px;
        min-height: 385px
    }

    .s537 {
        min-width: 768px;
        height: 187px
    }

    .ps537 {
        margin-top: 9px
    }

    .s538 {
        width: 768px;
        min-height: 40px
    }

    .ps538 {
        margin-left: 148px
    }

    .ps539 {
        margin-top: 5px
    }

    .i38 {
        left: 0;
        min-width: 19px;
        max-width: 19px;
        min-height: 19px;
        max-height: 19px
    }

    .ps540 {
        margin-left: 14px;
        margin-top: 5px
    }

    .s539 {
        min-width: 160px;
        width: 160px;
        height: 20px
    }

    .f110 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.188
    }

    .ps541 {
        margin-left: 25px;
        margin-top: 0
    }

    .i39 {
        left: 3px;
        min-width: 26px;
        max-width: 26px;
        min-height: 26px;
        max-height: 26px
    }

    .ps542 {
        margin-left: 12px;
        margin-top: 4px
    }

    .s540 {
        min-width: 225px;
        width: 225px;
        height: 23px
    }

    .ps543 {
        margin-left: 70px;
        margin-top: 3px
    }

    .i40 {
        left: 1px;
        width: 37px;
        height: 37px
    }

    .ps544 {
        margin-top: 12px
    }

    .s541 {
        min-height: 126px
    }

    .ps545 {
        margin-top: -127px
    }

    .s542 {
        width: 768px;
        min-height: 109px
    }

    .ps546 {
        margin-left: 11px
    }

    .ps547 {
        margin-top: 12px
    }

    .i41 {
        width: 83px;
        height: 18px;
        top: 29px;
        -webkit-border-radius: 38px;
        -moz-border-radius: 38px;
        border-radius: 38px
    }

    .ps548 {
        margin-left: 9px;
        margin-top: 80px
    }

    .s544 {
        min-width: 17px
    }

    .ps550 {
        margin-top: 37px
    }

    .s545 {
        min-width: 17px;
        width: 17px;
        height: 10px
    }

    .f111 {
        font-size: 6px;
        font-size: calc(6px * var(--f));
        line-height: 1.334
    }

    .ps552 {
        margin-top: 7px
    }

    .s546 {
        min-width: 65px;
        width: 65px;
        height: 15px
    }

    .f112 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.183
    }

    .ps553 {
        margin-top: 1px
    }

    .s547 {
        min-width: 164px;
        width: 164px;
        height: 15px
    }

    .ps555 {
        margin-left: 65px;
        margin-top: -29px
    }

    .s548 {
        min-width: 98px;
        width: 98px;
        height: 15px
    }

    .s549 {
        min-width: 172px;
        width: 172px;
        height: 15px
    }

    .ps558 {
        margin-left: 163px;
        margin-top: -29px
    }

    .s550 {
        min-width: 128px;
        width: 128px;
        height: 15px
    }

    .s551 {
        min-width: 160px;
        width: 160px;
        height: 15px
    }

    .ps560 {
        margin-left: 291px;
        margin-top: -29px
    }

    .s552 {
        min-width: 142px;
        width: 142px;
        height: 15px
    }

    .ps562 {
        margin-top: 1px
    }

    .s553 {
        min-width: 190px;
        width: 190px;
        height: 15px
    }

    .ps563 {
        margin-left: 433px;
        margin-top: -29px
    }

    .s554 {
        min-width: 74px;
        width: 74px;
        height: 15px
    }

    .ps564 {
        margin-left: 507px;
        margin-top: -29px
    }

    .s555 {
        min-width: 47px;
        width: 47px;
        height: 15px
    }

    .ps565 {
        margin-left: 554px;
        margin-top: -29px
    }

    .ps566 {
        margin-left: 441px;
        margin-top: -109px
    }

    .s556 {
        min-width: 288px;
        width: 288px;
        min-height: 31px
    }

    .input24 {
        width: 288px;
        height: 31px;
        font-family: "Lato 3";
        font-size: 12px;
        line-height: 1.251;
        font-weight: 700;
        font-style: normal
    }

    .ps567 {
        margin-left: 260px;
        margin-top: -31px
    }

    .s557 {
        min-width: 26px;
        width: 26px;
        height: 29px
    }

    .c164 {
        min-width: 768px;
        margin-top: -385px;
        min-height: 729px
    }

    .ps568 {
        margin-top: 187px
    }

    .s558 {
        min-width: 768px;
        height: 478px
    }

    .ps569 {
        margin-top: 0
    }

    .s559 {
        width: 768px;
        min-height: 478px
    }

    .ps570 {
        margin-left: 0
    }

    .s560 {
        min-width: 768px;
        width: 768px;
        min-height: 478px;
        height: 478px
    }

    .i42 {
        width: 768px;
        height: 478px
    }

    .ps571 {
        margin-top: -544px
    }

    .s561 {
        width: 768px;
        height: 487px
    }

    .ps572 {
        margin-left: 38px
    }

    .ps573 {
        margin-left: 675px;
        margin-top: 7px
    }

    .i43 {
        left: 0;
        min-width: 23px;
        max-width: 23px;
        min-height: 23px;
        max-height: 23px
    }

    .ps574 {
        margin-top: 31px
    }

    .s562 {
        min-width: 706px;
        height: 45px;
        width: 706px
    }

    .f113 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.228;
        padding-top: 9px;
        padding-bottom: 9px
    }

    .c167::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c167:hover:before {
        opacity: 1
    }

    .c167::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c167:hover:after {
        opacity: 0
    }

    .c167:active:before {
        opacity: 1
    }

    .c167:active:after {
        opacity: 1;
        transition: initial
    }

    .ps575 {
        margin-top: 3px
    }

    .s563 {
        min-width: 706px;
        width: 706px;
        min-height: 233px
    }

    .s564 {
        min-width: 706px;
        height: 45px;
        width: 706px
    }

    .ps576 {
        margin-top: 2px
    }

    .s565 {
        min-width: 706px;
        height: 45px;
        width: 706px
    }

    .ps577 {
        margin-top: 2px
    }

    .ps578 {
        margin-top: 2px
    }

    .ps579 {
        margin-top: 2px
    }

    .ps580 {
        margin-left: 0;
        margin-top: 2px
    }

    .ps581 {
        margin-left: 0;
        margin-top: 2px
    }

    .ps582 {
        margin-left: 0;
        margin-top: 3px
    }

    .s566 {
        min-width: 706px;
        height: 47px;
        width: 706px
    }

    .f114 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.228;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .ps583 {
        margin-top: -7px
    }

    .s567 {
        min-width: 768px;
        height: 734px
    }

    .s568 {
        width: 768px;
        min-height: 706px
    }

    .ps585 {
        margin-left: 0
    }

    .s569 {
        min-width: 768px;
        width: 768px;
        min-height: 706px
    }

    .ps586 {
        margin-top: 0
    }

    .s570 {
        min-width: 246px;
        width: 246px;
        min-height: 517px
    }

    .ps587 {
        margin-left: 19px;
        margin-top: 14px
    }

    .s571 {
        min-width: 208px;
        width: 208px;
        height: 23px
    }

    .s572 {
        min-height: 23px
    }

    .f115 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.188
    }

    .ps588 {
        margin-left: 25px;
        margin-top: 21px
    }

    .s573 {
        min-width: 184px;
        width: 184px;
        min-height: 162px;
        height: 162px
    }

    .i44 {
        width: 184px;
        height: 162px
    }

    .ps589 {
        margin-left: 10px;
        margin-top: 11px
    }

    .s574 {
        min-width: 227px;
        width: 227px;
        height: 203px
    }

    .f116 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.376
    }

    .ps590 {
        margin-left: 3px;
        margin-top: 15px
    }

    .s575 {
        min-width: 238px;
        height: 38px;
        width: 238px
    }

    .c171 {
        -webkit-border-radius: 19px;
        -moz-border-radius: 19px;
        border-radius: 19px
    }

    .f117 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        padding-top: 11px;
        padding-bottom: 11px
    }

    .ps591 {
        margin-left: 18px;
        margin-top: -517px
    }

    .s576 {
        min-width: 712px;
        width: 712px;
        min-height: 706px
    }

    .ps592 {
        margin-left: 229px
    }

    .s577 {
        min-width: 246px;
        width: 246px;
        min-height: 517px
    }

    .s578 {
        min-width: 246px;
        width: 246px;
        min-height: 517px
    }

    .ps593 {
        margin-left: 26px;
        margin-top: 14px
    }

    .s579 {
        min-width: 182px;
        width: 182px;
        height: 23px
    }

    .s580 {
        min-height: 23px
    }

    .ps594 {
        margin-left: 34px;
        margin-top: 21px
    }

    .s581 {
        min-width: 174px;
        width: 174px;
        min-height: 162px;
        height: 162px
    }

    .i45 {
        width: 174px;
        height: 162px
    }

    .ps595 {
        margin-left: 5px;
        margin-top: 229px
    }

    .s582 {
        min-width: 236px;
        height: 37px;
        width: 236px
    }

    .c172 {
        -webkit-border-radius: 19px;
        -moz-border-radius: 19px;
        border-radius: 19px
    }

    .f118 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        padding-top: 11px;
        padding-bottom: 10px
    }

    .ps596 {
        margin-left: 9px;
        margin-top: -286px
    }

    .s583 {
        min-width: 233px;
        width: 233px;
        height: 168px
    }

    .f119 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.376
    }

    .ps597 {
        margin-top: 44px
    }

    .s584 {
        min-width: 712px;
        width: 712px;
        min-height: 145px
    }

    .ps598 {
        margin-left: 576px;
        margin-top: -621px
    }

    .s585 {
        min-width: 192px;
        width: 192px;
        min-height: 384px
    }

    .ps599 {
        margin-top: 0
    }

    .s586 {
        min-width: 768px;
        height: 457px
    }

    .ps600 {
        margin-top: 0
    }

    .s587 {
        width: 768px;
        min-height: 434px
    }

    .ps601 {
        margin-left: 22px
    }

    .s588 {
        min-width: 729px;
        width: 729px;
        min-height: 179px
    }

    .ps602 {
        margin-top: 30px
    }

    .i46 {
        left: 0;
        width: 100px;
        height: 98px;
        top: 4px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px
    }

    .ps603 {
        margin-left: 38px;
        margin-top: 18px
    }

    .s589 {
        min-width: 147px;
        width: 147px;
        height: 28px
    }

    .f120 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.376
    }

    .ps604 {
        margin-left: -156px;
        margin-top: 0
    }

    .s590 {
        min-width: 296px;
        width: 296px;
        min-height: 155px
    }

    .s591 {
        min-width: 67px;
        width: 67px;
        height: 21px
    }

    .f121 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f121:visited {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f121:hover {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f121:active {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .ps606 {
        margin-top: 2px
    }

    .s592 {
        min-width: 72px;
        width: 72px;
        height: 19px
    }

    .f122 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.072
    }

    .f122:visited {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.072
    }

    .f122:hover {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.072
    }

    .f122:active {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.072
    }

    .ps607 {
        margin-left: -72px;
        margin-top: 23px
    }

    .s593 {
        min-width: 38px;
        width: 38px;
        height: 19px
    }

    .ps608 {
        margin-top: 2px
    }

    .s594 {
        min-width: 97px;
        width: 97px;
        height: 22px
    }

    .ps609 {
        margin-top: 2px
    }

    .s595 {
        min-width: 116px;
        width: 116px;
        height: 21px
    }

    .ps610 {
        margin-top: 2px
    }

    .s596 {
        min-width: 78px;
        width: 78px;
        height: 22px
    }

    .ps611 {
        margin-top: 0
    }

    .s597 {
        min-width: 126px;
        width: 126px;
        height: 21px
    }

    .ps612 {
        margin-left: 28px;
        margin-top: 0
    }

    .s598 {
        min-width: 121px;
        width: 121px;
        min-height: 133px
    }

    .s599 {
        min-width: 121px;
        width: 121px;
        height: 19px
    }

    .ps614 {
        margin-top: 3px
    }

    .s600 {
        min-width: 92px;
        width: 92px;
        height: 19px
    }

    .ps615 {
        margin-top: 2px
    }

    .s601 {
        min-width: 46px;
        width: 46px;
        height: 19px
    }

    .ps616 {
        margin-top: 2px
    }

    .s602 {
        min-width: 121px;
        width: 121px;
        height: 20px
    }

    .ps617 {
        margin-top: 27px
    }

    .s603 {
        min-width: 82px;
        width: 82px;
        height: 22px
    }

    .f123 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f123:visited {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f123:hover {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f123:active {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .ps618 {
        margin-left: 154px;
        margin-top: -68px
    }

    .s604 {
        min-width: 142px;
        width: 142px;
        height: 22px
    }

    .ps619 {
        margin-left: 9px;
        margin-top: -109px
    }

    .s605 {
        min-width: 225px;
        width: 225px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps620 {
        margin-left: 57px;
        margin-top: 0
    }

    .ps621 {
        margin-left: 0
    }

    .s606 {
        min-width: 174px;
        width: 174px;
        height: 21px
    }

    .ps622 {
        margin-left: 0;
        margin-top: 2px
    }

    .s607 {
        min-width: 175px;
        width: 175px;
        height: 21px
    }

    .s608 {
        min-width: 186px;
        width: 186px;
        height: 21px
    }

    .f124 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .f124:visited {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .f124:hover {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .f124:active {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .ps624 {
        margin-top: 2px
    }

    .s609 {
        min-width: 104px;
        width: 104px;
        height: 19px
    }

    .ps625 {
        margin-top: 2px
    }

    .s610 {
        min-width: 88px;
        width: 88px;
        height: 20px
    }

    .ps626 {
        margin-top: 2px
    }

    .s611 {
        min-width: 144px;
        width: 144px;
        height: 21px
    }

    .ps627 {
        margin-top: 3px
    }

    .s612 {
        min-width: 55px;
        width: 55px;
        height: 21px
    }

    .ps628 {
        margin-left: 0;
        margin-top: 2px
    }

    .s613 {
        min-width: 178px;
        width: 178px;
        height: 20px
    }

    .ps629 {
        margin-left: 475px;
        margin-top: -167px
    }

    .s614 {
        min-width: 254px;
        width: 254px;
        min-height: 34px
    }

    .ps630 {
        margin-left: 1px
    }

    .s615 {
        min-width: 219px;
        width: 219px;
        height: 32px
    }

    .f125 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.626
    }

    .ps631 {
        margin-top: 1px
    }

    .s616 {
        min-width: 254px;
        width: 254px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps632 {
        margin-left: 287px;
        margin-top: 112px
    }

    .ps633 {
        margin-top: 5px
    }

    .i47 {
        width: 65px;
        height: 65px
    }

    .ps634 {
        margin-left: -12px
    }

    .i48 {
        width: 67px;
        height: 70px
    }

    .ps635 {
        margin-left: 0;
        margin-top: 15px
    }

    .i49 {
        left: 3px;
        width: 41px;
        height: 41px
    }

    .ps636 {
        margin-left: 84px
    }

    .s617 {
        min-width: 667px;
        width: 667px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps637 {
        margin-left: 131px;
        margin-top: 21px
    }

    .s618 {
        min-width: 551px;
        width: 551px;
        height: 51px
    }

    .f126 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.616
    }

    .ps639 {
        width: 768px
    }

    .ps640 {
        margin-left: 0;
        margin-top: 120px
    }

    .s619 {
        min-width: 768px;
        width: 768px;
        height: 100vh;
        height: calc(100vh - 120px);
        height: calc(100vh - 120px + env(safe-area-inset-bottom));
        height: calc(var(--vh, 1vh) * 100 - 120px)
    }

    .ps641 {
        margin-left: 706px;
        margin-top: 21px
    }

    .s620 {
        min-width: 36px;
        width: 36px;
        height: 37px
    }

    .c177 {
        -webkit-border-radius: 18px;
        -moz-border-radius: 18px;
        border-radius: 18px
    }

    .ps643 {
        margin-left: 153px;
        margin-top: 34px
    }

    .s622 {
        min-width: 465px;
        width: 465px;
        min-height: 228px
    }

    .ps644 {
        margin-left: 58px
    }

    .s623 {
        min-width: 348px;
        width: 348px;
        height: 51px
    }

    .f127 {
        font-size: 36px;
        font-size: calc(36px * var(--f));
        line-height: 1.362
    }

    .ps645 {
        margin-top: 51px
    }

    .s624 {
        min-width: 465px;
        width: 465px;
        height: 48px
    }

    .input25 {
        width: 465px;
        height: 48px;
        font-size: 20px;
        line-height: 1.101;
        background-size: 32px;
        background-position: right 7px top 50%
    }

    *[dir="rtl"] .input25,
    :root:lang(ar) .input25,
    :root:lang(iw) .input25 {
        background-position: left 7px top 50%
    }

    .ps646 {
        margin-left: 35px;
        margin-top: 31px
    }

    .s625 {
        min-width: 409px;
        height: 47px;
        width: 407px
    }

    .f128 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.137;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .ps647 {
        margin-left: 10px;
        margin-top: -33px
    }

    .s626 {
        min-width: 753px;
        width: 753px;
        min-height: 461px
    }

    .ps648 {
        margin-left: 184px;
        margin-top: 0
    }

    .s627 {
        min-width: 29px;
        height: 27px;
        width: 29px;
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    .f129 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 0.592;
        padding-top: 7px;
        padding-bottom: 7px
    }

    .ps649 {
        margin-top: 45px
    }

    .s628 {
        min-width: 751px;
        width: 751px;
        min-height: 387px
    }

    .ps650 {
        margin-left: 269px;
        margin-top: 44px
    }

    .s629 {
        min-width: 117px;
        height: 67px;
        width: 117px
    }

    .f130 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168;
        padding-top: 13px;
        padding-bottom: 12px
    }

    .ps651 {
        margin-left: 3px;
        margin-top: 44px
    }

    .ps652 {
        margin-left: 3px;
        margin-top: 44px
    }

    .ps653 {
        margin-left: 3px;
        margin-top: 44px
    }

    .ps654 {
        margin-left: 11px;
        margin-top: -46px
    }

    .s630 {
        min-width: 245px;
        height: 53px;
        width: 245px
    }

    .f131 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.137;
        padding-top: 14px;
        padding-bottom: 14px
    }

    .ps655 {
        margin-left: 13px;
        margin-top: 9px
    }

    .ps656 {
        margin-left: 3px;
        margin-top: 9px
    }

    .ps657 {
        margin-left: 3px;
        margin-top: 9px
    }

    .ps658 {
        margin-left: 3px;
        margin-top: 9px
    }

    .ps659 {
        margin-left: 11px;
        margin-top: -64px
    }

    .s631 {
        min-width: 245px;
        height: 53px;
        width: 245px
    }

    .ps660 {
        margin-left: 13px;
        margin-top: 9px
    }

    .ps661 {
        margin-left: 3px;
        margin-top: 9px
    }

    .ps662 {
        margin-left: 3px;
        margin-top: 9px
    }

    .ps663 {
        margin-left: 3px;
        margin-top: 9px
    }

    .ps664 {
        margin-left: 11px;
        margin-top: -82px
    }

    .s632 {
        min-width: 245px;
        height: 53px;
        width: 245px
    }

    .ps665 {
        margin-left: -73px;
        margin-top: -178px
    }

    .ps666 {
        margin-left: 57px;
        margin-top: 10px
    }

    .ps667 {
        margin-left: 3px;
        margin-top: 10px
    }

    .ps668 {
        margin-left: 3px;
        margin-top: 10px
    }

    .ps669 {
        margin-left: 5px;
        margin-top: 10px
    }

    .ps670 {
        margin-left: -490px;
        margin-top: 61px
    }

    .s633 {
        min-width: 2px;
        width: 2px;
        min-height: 356px
    }

    .ps671 {
        margin-left: 71px;
        margin-top: 49px
    }

    .s634 {
        min-width: 604px;
        width: 604px;
        min-height: 567px
    }

    .ps672 {
        margin-left: 238px
    }

    .s635 {
        min-width: 346px;
        width: 346px;
        height: 38px
    }

    .input26 {
        width: 346px;
        height: 38px;
        font-family: "Helvetica Neue", sans-serif;
        font-size: 20px;
        line-height: 1.201
    }

    .ps673 {
        margin-left: 0;
        margin-top: -37px
    }

    .s636 {
        min-width: 172px;
        width: 172px;
        height: 27px
    }

    .f132 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.051
    }

    .f133 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.051
    }

    .ps674 {
        margin-left: 66px;
        margin-top: 8px
    }

    .s637 {
        min-width: 345px;
        width: 345px;
        height: 38px
    }

    .input27 {
        width: 345px;
        height: 38px;
        font-family: "Helvetica Neue", sans-serif;
        font-size: 20px;
        line-height: 1.201
    }

    .ps675 {
        margin-left: 0;
        margin-top: -37px
    }

    .s638 {
        min-width: 171px;
        width: 171px;
        height: 31px
    }

    .f134 {
        font-size: 20px;
        font-size: calc(20px * var(--f))
    }

    .f135 {
        font-size: 20px;
        font-size: calc(20px * var(--f))
    }

    .ps676 {
        margin-left: 95px;
        margin-top: 20px
    }

    .s639 {
        min-width: 489px;
        width: 489px;
        height: 40px
    }

    .input28 {
        width: 489px;
        height: 40px;
        font-family: "Helvetica Neue", sans-serif;
        font-size: 20px;
        line-height: 1.201
    }

    .ps677 {
        margin-left: 95px;
        margin-top: 9px
    }

    .s640 {
        min-width: 488px;
        width: 488px;
        height: 38px
    }

    .input29 {
        width: 488px;
        height: 38px;
        font-size: 20px;
        line-height: 1.201
    }

    .ps678 {
        margin-left: 95px;
        margin-top: 7px
    }

    .s641 {
        min-width: 489px;
        width: 489px;
        height: 39px
    }

    .input30 {
        width: 489px;
        height: 39px;
        font-size: 20px;
        line-height: 1.201
    }

    .ps679 {
        margin-left: 400px;
        margin-top: 13px
    }

    .s642 {
        min-width: 183px;
        height: 47px;
        width: 181px
    }

    .f136 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201;
        padding-top: 11px;
        padding-bottom: 10px
    }

    .ps680 {
        margin-left: 261px;
        margin-top: 10px
    }

    .s643 {
        min-width: 322px;
        width: 322px;
        height: 21px
    }

    .f137 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 0.890
    }

    .f138 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 0.890
    }

    .ps681 {
        margin-left: 95px;
        margin-top: 23px
    }

    .s644 {
        min-width: 328px;
        width: 328px;
        height: 37px
    }

    .input31 {
        width: 328px;
        height: 37px;
        font-size: 20px;
        line-height: 1.201
    }

    .ps682 {
        margin-left: 95px;
        margin-top: 48px
    }

    .s645 {
        min-width: 414px;
        height: 50px;
        width: 412px
    }

    .f139 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.137;
        padding-top: 12px;
        padding-bottom: 11px
    }

    .ps683 {
        margin-left: 4px;
        margin-top: 28px
    }

    .s646 {
        min-width: 600px;
        width: 600px;
        height: 53px
    }

    .f140 {
        font-size: 12px;
        font-size: calc(12px * var(--f));
        line-height: 1.168
    }

    .f141 {
        font-size: 12px;
        font-size: calc(12px * var(--f));
        line-height: 1.168
    }

    .s647 {
        height: 12px;
        transform: scale(1) translateY(2px)
    }

    .ps685 {
        margin-top: 120px
    }

    .s648 {
        min-width: 768px;
        width: 768px;
        height: 100vh;
        height: calc(100vh - 120px);
        height: calc(100vh - 120px + env(safe-area-inset-bottom));
        height: calc(var(--vh, 1vh) * 100 - 120px)
    }

    .ps686 {
        margin-left: 60px;
        margin-top: 21px
    }

    .s649 {
        min-width: 687px;
        width: 687px;
        min-height: 803px
    }

    .ps687 {
        margin-left: 648px
    }

    .s650 {
        min-width: 39px;
        width: 39px;
        height: 40px
    }

    .c196 {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px
    }

    .ps688 {
        margin-left: 186px;
        margin-top: 25px
    }

    .s651 {
        min-width: 362px;
        width: 362px;
        height: 63px
    }

    .f142 {
        font-size: 36px;
        font-size: calc(36px * var(--f));
        line-height: 1.640
    }

    .ps689 {
        margin-left: 125px;
        margin-top: 29px
    }

    .s652 {
        min-width: 513px;
        width: 513px;
        height: 37px
    }

    .input32 {
        width: 513px;
        height: 37px;
        font-family: "Helvetica Neue", sans-serif;
        font-size: 20px;
        line-height: 1.201
    }

    .ps690 {
        margin-left: 125px
    }

    .s653 {
        min-width: 515px;
        width: 515px;
        height: 37px
    }

    .input33 {
        width: 515px;
        height: 37px;
        font-family: "Helvetica Neue", sans-serif;
        font-size: 20px;
        line-height: 1.201
    }

    .ps691 {
        margin-left: 123px;
        margin-top: 10px
    }

    .s654 {
        min-width: 514px;
        width: 514px;
        height: 37px
    }

    .input34 {
        width: 514px;
        height: 37px;
        font-family: "Helvetica Neue", sans-serif;
        font-size: 20px;
        line-height: 1.201
    }

    .ps692 {
        margin-left: 60px;
        margin-top: 19px
    }

    .s655 {
        min-width: 623px;
        width: 623px;
        height: 56px
    }

    .f143 {
        font-size: 15px;
        font-size: calc(15px * var(--f))
    }

    .ps693 {
        margin-left: 124px;
        margin-top: 15px
    }

    .s656 {
        min-width: 192px;
        width: 192px;
        height: 29px
    }

    .f144 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.612
    }

    .ps694 {
        margin-left: -68px;
        margin-top: 60px
    }

    .s657 {
        min-width: 182px;
        width: 182px;
        min-height: 26px
    }

    .input35 {
        margin-top: 4px
    }

    .f145 {
        max-width: 165px;
        font-size: 16px
    }

    .ps695 {
        margin-left: -182px;
        margin-top: 95px
    }

    .s658 {
        min-width: 190px;
        width: 190px;
        min-height: 21px
    }

    .f146 {
        max-width: 173px;
        font-size: 16px
    }

    .ps696 {
        margin-left: -190px;
        margin-top: 127px
    }

    .s659 {
        min-width: 190px;
        width: 190px;
        min-height: 21px
    }

    .f147 {
        max-width: 173px;
        font-size: 16px
    }

    .ps697 {
        margin-left: -123px;
        margin-top: 229px
    }

    .s660 {
        min-width: 164px;
        height: 38px;
        width: 164px
    }

    .f148 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.188;
        padding-top: 10px;
        padding-bottom: 9px
    }

    .ps698 {
        margin-left: 165px;
        margin-top: 13px
    }

    .s661 {
        min-width: 315px;
        width: 315px;
        height: 23px
    }

    .f149 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.001
    }

    .ps699 {
        margin-left: 125px;
        margin-top: -126px
    }

    .s662 {
        min-width: 356px;
        width: 356px;
        height: 35px
    }

    .input36 {
        width: 356px;
        height: 35px;
        font-family: "Helvetica Neue", sans-serif;
        font-size: 16px;
        line-height: 1.126
    }

    .ps700 {
        margin-left: 146px;
        margin-top: 24px
    }

    .s663 {
        min-width: 333px;
        height: 57px;
        width: 333px
    }

    .f150 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168;
        padding-top: 18px;
        padding-bottom: 18px
    }

    .ps701 {
        margin-top: 27px
    }

    .s664 {
        min-width: 686px;
        width: 686px;
        height: 29px
    }

    .f151 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.847
    }

    .s665 {
        min-width: 768px;
        min-height: 43px
    }

    .ps702 {
        margin-top: 9px
    }

    .s666 {
        width: 768px;
        min-height: 25px
    }

    .ps703 {
        margin-left: 546px
    }

    .s667 {
        min-width: 102px;
        height: 25px;
        width: 102px
    }

    .f152 {
        font-size: 9px;
        font-size: calc(9px * var(--f));
        line-height: 1.334;
        padding-top: 7px;
        padding-bottom: 6px
    }

    .ps704 {
        margin-left: 9px
    }

    .ps705 {
        margin-top: -378px
    }

    .s668 {
        min-width: 768px;
        width: 768px
    }

    body {
        --d: 3;
        --s: 768
    }
}

@media (min-width:480px) and (max-width:767px) {
    .c158 {
        min-width: 480px;
        min-height: 1306px
    }

    .s537 {
        min-width: 480px;
        height: 265px
    }

    .ps537 {
        margin-top: 1px
    }

    .s538 {
        width: 480px;
        min-height: 69px
    }

    .ps538 {
        margin-left: 4px
    }

    .ps539 {
        margin-left: 3px;
        margin-top: 4px
    }

    .i38 {
        left: 0;
        min-width: 27px;
        max-width: 27px;
        min-height: 27px;
        max-height: 27px;
        top: 1px;
        -ms-transform: rotate(79deg) scale(-1, 1);
        -moz-transform: rotate(79deg) scale(-1, 1);
        -webkit-transform: rotate(79deg) scale(-1, 1);
        transform: rotate(79deg) scale(-1, 1)
    }

    .ps540 {
        margin-left: 16px;
        margin-top: 0
    }

    .s539 {
        min-width: 192px;
        width: 192px;
        height: 48px
    }

    .f110 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.626
    }

    .ps541 {
        margin-left: -238px;
        margin-top: 36px
    }

    .i39 {
        left: 0;
        min-width: 32px;
        max-width: 32px;
        min-height: 32px;
        max-height: 32px
    }

    .ps542 {
        margin-left: 20px;
        margin-top: 36px
    }

    .s540 {
        min-width: 220px;
        width: 220px;
        height: 33px
    }

    .ps543 {
        margin-left: 133px;
        margin-top: 30px
    }

    .i40 {
        width: 37px;
        height: 37px;
        top: 1px
    }

    .ps544 {
        margin-top: 33px
    }

    .s541 {
        min-height: 162px
    }

    .ps545 {
        margin-top: -154px
    }

    .s542 {
        width: 480px;
        min-height: 154px
    }

    .ps546 {
        margin-left: 10px
    }

    .ps547 {
        margin-top: 0
    }

    .i41 {
        width: 113px;
        height: 25px;
        top: 50px;
        -webkit-border-radius: 57px;
        -moz-border-radius: 57px;
        border-radius: 57px
    }

    .ps548 {
        margin-left: 300px;
        margin-top: 101px
    }

    .s543 {
        min-width: 47px;
        width: 47px;
        min-height: 53px;
        height: 53px
    }

    .s544 {
        min-width: 47px;
        width: 47px;
        height: 53px
    }

    .mcv7 {
        display: inline-block
    }

    .v29 {
        display: inline-block;
        vertical-align: top
    }

    .c161 {
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: contain;
        background-image: url(../images/6/hamburger-gray-94.png)
    }

    .webp .c161 {
        background-image: url(../images/t/hamburger-gray-94.webp)
    }

    .ps550 {
        margin-top: 23px
    }

    .s545 {
        min-width: 47px;
        width: 47px;
        height: 7px
    }

    .f111 {
        font-size: 4px;
        font-size: calc(4px * var(--f));
        line-height: 1.251
    }

    .v30 {
        display: none
    }

    .ps551 {
        margin-left: -233px
    }

    .ps552 {
        margin-top: 1px
    }

    .s546 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .f112 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .s547 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps555 {
        margin-left: 0;
        margin-top: 0
    }

    .s548 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps556 {
        margin-left: -2px
    }

    .s549 {
        min-width: 282px;
        width: 282px;
        height: 24px
    }

    .ps558 {
        margin-left: 0;
        margin-top: 0
    }

    .s550 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps559 {
        margin-left: 23px
    }

    .s551 {
        min-width: 257px;
        width: 257px;
        height: 24px
    }

    .ps560 {
        margin-left: 0;
        margin-top: 0
    }

    .s552 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps561 {
        margin-left: -32px
    }

    .ps562 {
        margin-top: 2px
    }

    .s553 {
        min-width: 312px;
        width: 312px;
        height: 24px
    }

    .ps563 {
        margin-left: 0;
        margin-top: 0
    }

    .s554 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps564 {
        margin-left: 0;
        margin-top: 0
    }

    .s555 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps565 {
        margin-left: 0;
        margin-top: 0
    }

    .ps566 {
        margin-left: 176px;
        margin-top: -74px
    }

    .s556 {
        min-width: 295px;
        width: 295px;
        min-height: 42px
    }

    .input24 {
        width: 295px;
        height: 42px;
        font-family: "Lato 2";
        font-size: 14px;
        line-height: 1.215;
        font-style: normal
    }

    .ps567 {
        margin-left: 259px;
        margin-top: -41px
    }

    .s557 {
        min-width: 35px;
        width: 35px;
        height: 40px
    }

    .c164 {
        min-width: 480px;
        margin-top: -1306px;
        min-height: 640px
    }

    .ps568 {
        margin-top: 265px
    }

    .s558 {
        min-width: 480px;
        height: 311px
    }

    .ps569 {
        margin-top: 0
    }

    .s559 {
        width: 480px;
        min-height: 311px
    }

    .ps570 {
        margin-left: 0
    }

    .s560 {
        min-width: 480px;
        width: 480px;
        min-height: 311px;
        height: 311px
    }

    .i42 {
        width: 480px;
        height: 311px
    }

    .ps571 {
        margin-top: -207px
    }

    .s561 {
        width: 480px;
        height: 472px
    }

    .ps572 {
        margin-left: 11px
    }

    .ps573 {
        margin-left: 405px
    }

    .i43 {
        left: 0;
        min-width: 32px;
        max-width: 32px;
        min-height: 32px;
        max-height: 32px
    }

    .ps574 {
        margin-top: 23px
    }

    .s562 {
        min-width: 450px;
        height: 42px;
        width: 450px
    }

    .f113 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.251;
        padding-top: 9px;
        padding-bottom: 8px
    }

    .c167::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c167:hover:before {
        opacity: 1
    }

    .c167::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c167:hover:after {
        opacity: 0
    }

    .c167:active:before {
        opacity: 1
    }

    .c167:active:after {
        opacity: 1;
        transition: initial
    }

    .ps575 {
        margin-top: 4px
    }

    .s563 {
        min-width: 450px;
        width: 450px;
        min-height: 222px
    }

    .s564 {
        min-width: 450px;
        height: 42px;
        width: 450px
    }

    .ps576 {
        margin-top: 3px
    }

    .s565 {
        min-width: 450px;
        height: 42px;
        width: 450px
    }

    .ps577 {
        margin-top: 3px
    }

    .ps578 {
        margin-top: 3px
    }

    .ps579 {
        margin-top: 3px
    }

    .ps580 {
        margin-left: 0;
        margin-top: 2px
    }

    .ps581 {
        margin-left: 0;
        margin-top: 3px
    }

    .ps582 {
        margin-left: 0;
        margin-top: 2px
    }

    .s566 {
        min-width: 450px;
        height: 42px;
        width: 450px
    }

    .f114 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.251;
        padding-top: 9px;
        padding-bottom: 8px
    }

    .ps583 {
        margin-top: -330px
    }

    .s567 {
        min-width: 480px;
        height: 1443px
    }

    .s568 {
        width: 480px;
        min-height: 1416px
    }

    .ps585 {
        margin-left: 0
    }

    .s569 {
        min-width: 480px;
        width: 480px;
        min-height: 1416px
    }

    .ps586 {
        margin-top: 0
    }

    .s570 {
        min-width: 249px;
        width: 249px;
        min-height: 413px
    }

    .ps587 {
        margin-left: 22px;
        margin-top: 15px
    }

    .s571 {
        min-width: 209px;
        width: 209px;
        height: 24px
    }

    .s572 {
        min-height: 24px
    }

    .f115 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.188
    }

    .ps588 {
        margin-left: 33px;
        margin-top: 21px
    }

    .s573 {
        min-width: 160px;
        width: 160px;
        min-height: 146px;
        height: 146px
    }

    .i44 {
        width: 160px;
        height: 146px
    }

    .ps589 {
        margin-left: 3px;
        margin-top: 0
    }

    .s574 {
        min-width: 239px;
        width: 239px;
        height: 141px
    }

    .f116 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.358
    }

    .ps590 {
        margin-left: 5px;
        margin-top: 8px
    }

    .s575 {
        min-width: 235px;
        height: 38px;
        width: 235px
    }

    .c171 {
        -webkit-border-radius: 19px;
        -moz-border-radius: 19px;
        border-radius: 19px
    }

    .f117 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        padding-top: 11px;
        padding-bottom: 11px
    }

    .ps591 {
        margin-left: 8px;
        margin-top: -413px
    }

    .s576 {
        min-width: 438px;
        width: 438px;
        min-height: 1416px
    }

    .ps592 {
        margin-left: 0
    }

    .s577 {
        min-width: 249px;
        width: 249px;
        min-height: 413px
    }

    .s578 {
        min-width: 249px;
        width: 249px;
        min-height: 413px
    }

    .ps593 {
        margin-left: 28px;
        margin-top: 13px
    }

    .s579 {
        min-width: 180px;
        width: 180px;
        height: 24px
    }

    .s580 {
        min-height: 24px
    }

    .ps594 {
        margin-left: 18px;
        margin-top: 17px
    }

    .s581 {
        min-width: 216px;
        width: 216px;
        min-height: 118px;
        height: 118px
    }

    .i45 {
        width: 216px;
        height: 118px
    }

    .ps595 {
        margin-left: 12px;
        margin-top: 180px
    }

    .s582 {
        min-width: 222px;
        height: 37px;
        width: 222px
    }

    .c172 {
        -webkit-border-radius: 19px;
        -moz-border-radius: 19px;
        border-radius: 19px
    }

    .f118 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        padding-top: 11px;
        padding-bottom: 10px
    }

    .ps596 {
        margin-top: -222px
    }

    .s583 {
        min-width: 240px;
        width: 240px;
        height: 126px
    }

    .f119 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.358
    }

    .ps597 {
        margin-left: 12px;
        margin-top: 895px
    }

    .s584 {
        min-width: 426px;
        width: 426px;
        min-height: 108px
    }

    .ps598 {
        margin-left: 45px;
        margin-top: -935px
    }

    .s585 {
        min-width: 435px;
        width: 435px;
        min-height: 125px
    }

    .ps599 {
        margin-top: 0
    }

    .s586 {
        min-width: 480px;
        height: 958px
    }

    .ps600 {
        margin-top: 0
    }

    .s587 {
        width: 480px;
        min-height: 939px
    }

    .ps601 {
        margin-left: 0
    }

    .s588 {
        min-width: 480px;
        width: 480px;
        min-height: 450px
    }

    .ps602 {
        margin-left: 18px;
        margin-top: 28px
    }

    .i46 {
        left: 7px;
        width: 107px;
        height: 105px;
        -webkit-border-radius: 53px;
        -moz-border-radius: 53px;
        border-radius: 53px
    }

    .ps603 {
        margin-left: -107px;
        margin-top: 195px
    }

    .s589 {
        min-width: 213px;
        width: 213px;
        height: 50px
    }

    .f120 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.401
    }

    .ps604 {
        margin-left: 0;
        margin-top: -245px
    }

    .s590 {
        min-width: 448px;
        width: 448px;
        min-height: 313px
    }

    .s591 {
        min-width: 49px;
        width: 49px;
        height: 14px
    }

    .f121 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f121:visited {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f121:hover {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f121:active {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .ps606 {
        margin-left: -49px;
        margin-top: 27px
    }

    .s592 {
        min-width: 65px;
        width: 65px;
        height: 12px
    }

    .f122 {
        font-size: 11px;
        font-size: calc(11px * var(--f))
    }

    .f122:visited {
        font-size: 11px;
        font-size: calc(11px * var(--f))
    }

    .f122:hover {
        font-size: 11px;
        font-size: calc(11px * var(--f))
    }

    .f122:active {
        font-size: 11px;
        font-size: calc(11px * var(--f))
    }

    .ps607 {
        margin-left: 61px;
        margin-top: 0
    }

    .s593 {
        min-width: 41px;
        width: 41px;
        height: 12px
    }

    .ps608 {
        margin-left: -166px;
        margin-top: 51px
    }

    .s594 {
        min-width: 80px;
        width: 80px;
        height: 14px
    }

    .ps609 {
        margin-left: 83px;
        margin-top: 204px
    }

    .s595 {
        min-width: 118px;
        width: 118px;
        height: 14px
    }

    .ps610 {
        margin-left: 1px;
        margin-top: -141px
    }

    .s596 {
        min-width: 72px;
        width: 72px;
        height: 14px
    }

    .ps611 {
        margin-left: -72px;
        margin-top: -113px
    }

    .s597 {
        min-width: 106px;
        width: 106px;
        height: 14px
    }

    .ps612 {
        margin-left: 0;
        margin-top: -191px
    }

    .s598 {
        min-width: 387px;
        width: 387px;
        min-height: 190px
    }

    .ps613 {
        margin-left: 238px
    }

    .s599 {
        min-width: 149px;
        width: 149px;
        height: 12px
    }

    .ps614 {
        margin-left: 126px;
        margin-top: 14px
    }

    .s600 {
        min-width: 82px;
        width: 82px;
        height: 12px
    }

    .ps615 {
        margin-left: -82px;
        margin-top: -12px
    }

    .s601 {
        min-width: 43px;
        width: 43px;
        height: 12px
    }

    .ps616 {
        margin-left: -169px;
        margin-top: 166px
    }

    .s602 {
        min-width: 107px;
        width: 107px;
        height: 12px
    }

    .ps617 {
        margin-left: 21px;
        margin-top: 38px
    }

    .s603 {
        min-width: 73px;
        width: 73px;
        height: 14px
    }

    .f123 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f123:visited {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f123:hover {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f123:active {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .ps618 {
        margin-left: 0;
        margin-top: 81px
    }

    .s604 {
        min-width: 118px;
        width: 118px;
        height: 14px
    }

    .ps619 {
        margin-left: 34px;
        margin-top: -83px
    }

    .s605 {
        min-width: 414px;
        width: 414px;
        min-height: 3px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps620 {
        margin-left: 93px;
        margin-top: -313px
    }

    .ps621 {
        margin-left: 237px
    }

    .s606 {
        min-width: 150px;
        width: 150px;
        height: 14px
    }

    .ps622 {
        margin-left: 237px;
        margin-top: 38px
    }

    .s607 {
        min-width: 150px;
        width: 150px;
        height: 14px
    }

    .ps623 {
        margin-left: 237px;
        margin-top: 18px
    }

    .s608 {
        min-width: 150px;
        width: 150px;
        height: 14px
    }

    .f124 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.183
    }

    .f124:visited {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.183
    }

    .f124:hover {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.183
    }

    .f124:active {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.183
    }

    .ps624 {
        margin-top: 129px
    }

    .s609 {
        min-width: 82px;
        width: 82px;
        height: 15px
    }

    .ps625 {
        margin-left: -82px;
        margin-top: 155px
    }

    .s610 {
        min-width: 74px;
        width: 74px;
        height: 12px
    }

    .ps626 {
        margin-left: -73px;
        margin-top: 178px
    }

    .s611 {
        min-width: 119px;
        width: 119px;
        height: 14px
    }

    .ps627 {
        margin-left: 44px;
        margin-top: 130px
    }

    .s612 {
        min-width: 45px;
        width: 45px;
        height: 14px
    }

    .ps628 {
        margin-left: -42px;
        margin-top: 155px
    }

    .s613 {
        min-width: 169px;
        width: 169px;
        height: 12px
    }

    .ps629 {
        margin-left: 26px;
        margin-top: 103px
    }

    .s614 {
        min-width: 437px;
        width: 437px;
        min-height: 34px
    }

    .ps630 {
        margin-left: 4px
    }

    .s615 {
        min-width: 243px;
        width: 243px;
        height: 32px
    }

    .f125 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.612
    }

    .ps631 {
        margin-top: 0
    }

    .s616 {
        min-width: 437px;
        width: 437px;
        min-height: 2px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps632 {
        margin-left: 156px;
        margin-top: 312px
    }

    .ps633 {
        margin-top: 3px
    }

    .i47 {
        width: 62px;
        height: 76px
    }

    .ps634 {
        margin-left: -4px
    }

    .i48 {
        width: 61px;
        height: 82px
    }

    .ps635 {
        margin-top: 12px
    }

    .i49 {
        left: 0;
        width: 46px;
        height: 46px;
        top: 3px
    }

    .ps636 {
        margin-left: 42px;
        margin-top: -14px
    }

    .s617 {
        min-width: 417px;
        width: 417px;
        min-height: 2px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps637 {
        margin-left: 40px;
        margin-top: 2px
    }

    .s618 {
        min-width: 431px;
        width: 431px;
        height: 93px
    }

    .f126 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.616
    }

    .ps639 {
        width: 480px
    }

    .ps640 {
        margin-left: 0;
        margin-top: 4px
    }

    .s619 {
        min-width: 480px;
        width: 480px;
        height: 100vh;
        height: calc(100vh - 4px);
        height: calc(100vh - 4px + env(safe-area-inset-bottom));
        height: calc(var(--vh, 1vh) * 100 - 4px)
    }

    .ps641 {
        margin-left: 427px;
        margin-top: 12px
    }

    .s620 {
        min-width: 34px;
        width: 34px;
        height: 34px
    }

    .c177 {
        -webkit-border-radius: 17px;
        -moz-border-radius: 17px;
        border-radius: 17px
    }

    .ps643 {
        margin-left: 21px;
        margin-top: 49px
    }

    .s622 {
        min-width: 436px;
        width: 436px;
        min-height: 295px
    }

    .ps644 {
        margin-left: 0
    }

    .s623 {
        min-width: 434px;
        width: 434px;
        height: 59px
    }

    .f127 {
        font-size: 48px;
        font-size: calc(48px * var(--f));
        line-height: 1.376
    }

    .ps645 {
        margin-left: 2px;
        margin-top: 57px
    }

    .s624 {
        min-width: 434px;
        width: 434px;
        height: 77px
    }

    .input25 {
        width: 434px;
        height: 77px;
        font-size: 24px;
        line-height: 1.126;
        background-size: 36px;
        background-position: right 36px top 50%
    }

    *[dir="rtl"] .input25,
    :root:lang(ar) .input25,
    :root:lang(iw) .input25 {
        background-position: left 36px top 50%
    }

    .ps646 {
        margin-left: 20px;
        margin-top: 35px
    }

    .s625 {
        min-width: 404px;
        height: 67px;
        width: 402px
    }

    .f128 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.137;
        padding-top: 20px;
        padding-bottom: 20px
    }

    .ps647 {
        margin-left: 7px;
        margin-top: 40px
    }

    .s626 {
        min-width: 467px;
        width: 467px;
        min-height: 956px
    }

    .ps648 {
        margin-left: 19px;
        margin-top: 56px
    }

    .s627 {
        min-width: 54px;
        height: 41px;
        width: 54px;
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    .f129 {
        font-size: 30px;
        font-size: calc(30px * var(--f));
        line-height: 0.601;
        padding-top: 12px;
        padding-bottom: 11px
    }

    .ps649 {
        margin-top: -97px
    }

    .s628 {
        min-width: 465px;
        width: 465px;
        min-height: 954px
    }

    .ps650 {
        margin-left: 162px;
        margin-top: 108px
    }

    .s629 {
        min-width: 285px;
        height: 42px;
        width: 285px
    }

    .f130 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168;
        padding-top: 11px;
        padding-bottom: 10px
    }

    .ps651 {
        margin-left: 162px;
        margin-top: -42px
    }

    .ps652 {
        margin-left: 162px;
        margin-top: -42px
    }

    .ps653 {
        margin-left: 162px;
        margin-top: -42px
    }

    .ps654 {
        margin-left: 6px;
        margin-top: -134px
    }

    .s630 {
        min-width: 140px;
        height: 51px;
        width: 140px
    }

    .f131 {
        font-size: 21px;
        font-size: calc(21px * var(--f));
        padding-top: 14px;
        padding-bottom: 13px
    }

    .ps655 {
        margin-left: 16px;
        margin-top: -42px
    }

    .ps656 {
        margin-left: 162px;
        margin-top: -42px
    }

    .ps657 {
        margin-left: 162px;
        margin-top: -42px
    }

    .ps658 {
        margin-left: 162px;
        margin-top: -42px
    }

    .ps659 {
        margin-left: 6px;
        margin-top: -134px
    }

    .s631 {
        min-width: 140px;
        height: 51px;
        width: 140px
    }

    .ps660 {
        margin-left: 16px;
        margin-top: -42px
    }

    .ps661 {
        margin-left: 162px;
        margin-top: -42px
    }

    .ps662 {
        margin-left: 162px;
        margin-top: -42px
    }

    .ps663 {
        margin-left: 162px;
        margin-top: -42px
    }

    .ps664 {
        margin-left: 6px;
        margin-top: -134px
    }

    .s632 {
        min-width: 140px;
        height: 51px;
        width: 140px
    }

    .ps665 {
        margin-left: 248px;
        margin-top: -95px
    }

    .ps666 {
        margin-left: 162px;
        margin-top: -42px
    }

    .ps667 {
        margin-left: 162px;
        margin-top: -42px
    }

    .ps668 {
        margin-left: 162px;
        margin-top: -42px
    }

    .ps669 {
        margin-left: 162px;
        margin-top: -42px
    }

    .ps670 {
        margin-left: 6px;
        margin-top: -797px
    }

    .s633 {
        min-width: 473px;
        width: 473px;
        min-height: 3px
    }

    .ps671 {
        margin-left: 8px;
        margin-top: 54px
    }

    .s634 {
        min-width: 463px;
        width: 463px;
        min-height: 887px
    }

    .ps672 {
        margin-left: 23px;
        margin-top: 50px
    }

    .s635 {
        min-width: 424px;
        width: 424px;
        height: 59px
    }

    .input26 {
        width: 424px;
        height: 59px;
        font-family: "Helvetica Neue", sans-serif;
        font-size: 27px;
        line-height: 1.223
    }

    .ps673 {
        margin-left: 24px;
        margin-top: -109px
    }

    .s636 {
        min-width: 279px;
        width: 279px;
        height: 39px
    }

    .f132 {
        font-size: 27px;
        font-size: calc(27px * var(--f));
        line-height: 1.001
    }

    .f133 {
        font-size: 27px;
        font-size: calc(27px * var(--f));
        line-height: 1.001
    }

    .ps674 {
        margin-left: 23px;
        margin-top: -59px
    }

    .s637 {
        min-width: 424px;
        width: 424px;
        height: 59px
    }

    .input27 {
        width: 424px;
        height: 59px;
        font-family: "Helvetica Neue", sans-serif;
        font-size: 27px;
        line-height: 1.223
    }

    .ps675 {
        margin-left: 25px;
        margin-top: 23px
    }

    .s638 {
        min-width: 279px;
        width: 279px;
        height: 39px
    }

    .f134 {
        font-size: 27px;
        font-size: calc(27px * var(--f));
        line-height: 1.260
    }

    .f135 {
        font-size: 27px;
        font-size: calc(27px * var(--f));
        line-height: 1.260
    }

    .ps676 {
        margin-left: 6px;
        margin-top: 115px
    }

    .s639 {
        min-width: 446px;
        width: 446px;
        height: 65px
    }

    .input28 {
        width: 446px;
        height: 65px;
        font-family: "Helvetica Neue", sans-serif;
        font-size: 27px;
        line-height: 1.223
    }

    .ps677 {
        margin-left: 6px;
        margin-top: 11px
    }

    .s640 {
        min-width: 446px;
        width: 446px;
        height: 65px
    }

    .input29 {
        width: 446px;
        height: 65px;
        font-size: 27px;
        line-height: 1.223
    }

    .ps678 {
        margin-left: 6px;
        margin-top: 16px
    }

    .s641 {
        min-width: 446px;
        width: 446px;
        height: 65px
    }

    .input30 {
        width: 446px;
        height: 65px;
        font-size: 27px;
        line-height: 1.223
    }

    .ps679 {
        margin-left: 315px;
        margin-top: 14px
    }

    .s642 {
        min-width: 136px;
        height: 50px;
        width: 134px
    }

    .f136 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223;
        padding-top: 13px;
        padding-bottom: 13px
    }

    .ps680 {
        margin-left: 0;
        margin-top: 39px
    }

    .s643 {
        min-width: 339px;
        width: 339px;
        height: 30px
    }

    .f137 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 0.890
    }

    .f138 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 0.890
    }

    .ps681 {
        margin-left: 6px;
        margin-top: 14px
    }

    .s644 {
        min-width: 446px;
        width: 446px;
        height: 65px
    }

    .input31 {
        width: 446px;
        height: 65px;
        font-size: 27px;
        line-height: 1.223
    }

    .ps682 {
        margin-left: 63px;
        margin-top: 35px
    }

    .s645 {
        min-width: 332px;
        height: 47px;
        width: 330px
    }

    .f139 {
        font-size: 24px;
        font-size: calc(24px * var(--f));
        padding-top: 9px;
        padding-bottom: 9px
    }

    .ps683 {
        margin-top: 45px
    }

    .s646 {
        min-width: 463px;
        width: 463px;
        height: 40px
    }

    .f140 {
        font-size: 10px;
        font-size: calc(10px * var(--f));
        line-height: 1.101
    }

    .f141 {
        font-size: 10px;
        font-size: calc(10px * var(--f));
        line-height: 1.101
    }

    .s647 {
        height: 10px;
        transform: scale(1) translateY(1px)
    }

    .ps685 {
        margin-top: 75px
    }

    .s648 {
        min-width: 480px;
        width: 480px;
        height: 100vh;
        height: calc(100vh - 75px);
        height: calc(100vh - 75px + env(safe-area-inset-bottom));
        height: calc(var(--vh, 1vh) * 100 - 75px)
    }

    .ps686 {
        margin-left: 0;
        margin-top: 0
    }

    .s649 {
        min-width: 480px;
        width: 480px;
        min-height: 1175px
    }

    .ps687 {
        margin-left: 423px;
        margin-top: 25px
    }

    .s650 {
        min-width: 42px;
        width: 42px;
        height: 42px
    }

    .c196 {
        -webkit-border-radius: 21px;
        -moz-border-radius: 21px;
        border-radius: 21px
    }

    .ps688 {
        margin-left: 12px;
        margin-top: 43px
    }

    .s651 {
        min-width: 449px;
        width: 449px;
        height: 80px
    }

    .f142 {
        font-size: 45px;
        font-size: calc(45px * var(--f));
        line-height: 1.623
    }

    .ps689 {
        margin-left: 13px;
        margin-top: 37px
    }

    .s652 {
        min-width: 451px;
        width: 451px;
        height: 65px
    }

    .input32 {
        width: 451px;
        height: 65px;
        font-family: "Helvetica Neue", sans-serif;
        font-size: 27px;
        line-height: 1.223
    }

    .ps690 {
        margin-left: 13px;
        margin-top: 12px
    }

    .s653 {
        min-width: 451px;
        width: 451px;
        height: 65px
    }

    .input33 {
        width: 451px;
        height: 65px;
        font-family: "Helvetica Neue", sans-serif;
        font-size: 27px;
        line-height: 1.223
    }

    .ps691 {
        margin-left: 13px
    }

    .s654 {
        min-width: 451px;
        width: 451px;
        height: 65px
    }

    .input34 {
        width: 451px;
        height: 65px;
        font-family: "Helvetica Neue", sans-serif;
        font-size: 27px;
        line-height: 1.223
    }

    .ps692 {
        margin-left: 0;
        margin-top: 269px
    }

    .s655 {
        min-width: 480px;
        width: 480px;
        height: 96px
    }

    .f143 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .ps693 {
        margin-left: 0;
        margin-top: -96px
    }

    .s656 {
        min-width: 480px;
        width: 480px;
        height: 96px
    }

    .f144 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.612
    }

    .ps694 {
        margin-left: 138px;
        margin-top: -810px
    }

    .s657 {
        min-width: 108px;
        width: 108px;
        min-height: 14px
    }

    .input35 {
        margin-top: -2px
    }

    .f145 {
        max-width: 91px;
        font-size: 7px
    }

    .ps695 {
        margin-left: -108px;
        margin-top: -810px
    }

    .s658 {
        min-width: 108px;
        width: 108px;
        min-height: 14px
    }

    .f146 {
        max-width: 91px;
        font-size: 7px
    }

    .ps696 {
        margin-left: -108px;
        margin-top: -810px
    }

    .s659 {
        min-width: 108px;
        width: 108px;
        min-height: 14px
    }

    .f147 {
        max-width: 91px;
        font-size: 7px
    }

    .ps697 {
        margin-left: -15px;
        margin-top: 38px
    }

    .s660 {
        min-width: 230px;
        height: 51px;
        width: 230px
    }

    .f148 {
        font-size: 24px;
        font-size: calc(24px * var(--f));
        line-height: 1.126;
        padding-top: 12px;
        padding-bottom: 12px
    }

    .ps698 {
        margin-left: 78px;
        margin-top: 12px
    }

    .s661 {
        min-width: 387px;
        width: 387px;
        height: 26px
    }

    .f149 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .ps699 {
        margin-left: 80px;
        margin-top: 14px
    }

    .s662 {
        min-width: 317px;
        width: 317px;
        height: 50px
    }

    .input36 {
        width: 317px;
        height: 50px;
        font-family: "Helvetica Neue", sans-serif;
        font-size: 27px;
        line-height: 1.223
    }

    .ps700 {
        margin-left: 57px;
        margin-top: 31px
    }

    .s663 {
        min-width: 387px;
        height: 72px;
        width: 387px
    }

    .f150 {
        font-size: 24px;
        font-size: calc(24px * var(--f));
        line-height: 1.126;
        padding-top: 23px;
        padding-bottom: 22px
    }

    .ps701 {
        margin-left: 12px;
        margin-top: 36px
    }

    .s664 {
        min-width: 468px;
        width: 468px;
        height: 35px
    }

    .f151 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.847
    }

    .s665 {
        min-width: 480px;
        min-height: 27px
    }

    .ps702 {
        margin-top: 6px
    }

    .s666 {
        width: 480px;
        min-height: 15px
    }

    .ps703 {
        margin-left: 342px
    }

    .s667 {
        min-width: 65px;
        height: 15px;
        width: 65px
    }

    .f152 {
        font-size: 4px;
        font-size: calc(4px * var(--f));
        line-height: 1.251;
        padding-top: 5px;
        padding-bottom: 5px
    }

    .ps704 {
        margin-left: 4px
    }

    .ps705 {
        margin-top: -897px
    }

    .s668 {
        min-width: 480px;
        width: 480px
    }

    body {
        --d: 4;
        --s: 480
    }
}

@media (max-width:479px) {
    .c158 {
        min-width: 320px;
        margin-top: -7px;
        min-height: 953px
    }

    .ps535 {
        margin-top: 7px
    }

    .s537 {
        min-width: 320px;
        height: 223px
    }

    .ps537 {
        margin-top: 46px
    }

    .s538 {
        width: 320px;
        min-height: 66px
    }

    .ps538 {
        margin-left: 8px
    }

    .ps539 {
        margin-top: 6px
    }

    .i38 {
        left: 1px;
        min-width: 20px;
        max-width: 20px;
        min-height: 20px;
        max-height: 20px;
        -ms-transform: rotate(89deg) scale(-1, 1);
        -moz-transform: rotate(89deg) scale(-1, 1);
        -webkit-transform: rotate(89deg) scale(-1, 1);
        transform: rotate(89deg) scale(-1, 1)
    }

    .ps540 {
        margin-left: 7px;
        margin-top: 0
    }

    .s539 {
        min-width: 128px;
        width: 128px;
        height: 32px
    }

    .f110 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.572
    }

    .ps541 {
        margin-left: -156px;
        margin-top: 40px
    }

    .i39 {
        left: 0;
        min-width: 21px;
        max-width: 21px;
        min-height: 21px;
        max-height: 21px
    }

    .ps542 {
        margin-left: 7px;
        margin-top: 36px
    }

    .s540 {
        min-width: 201px;
        width: 201px;
        height: 30px
    }

    .ps543 {
        margin-left: 41px;
        margin-top: 28px
    }

    .i40 {
        width: 33px;
        height: 33px
    }

    .ps544 {
        margin-top: 6px
    }

    .s541 {
        min-height: 105px
    }

    .ps545 {
        margin-top: -217px
    }

    .s542 {
        width: 320px;
        min-height: 206px
    }

    .ps547 {
        margin-top: 127px
    }

    .i41 {
        width: 233px;
        height: 51px;
        top: 3px;
        -webkit-border-radius: 29px;
        -moz-border-radius: 29px;
        border-radius: 29px
    }

    .ps548 {
        margin-left: 42px;
        margin-top: 171px
    }

    .s543 {
        min-width: 31px;
        width: 31px;
        min-height: 35px;
        height: 35px
    }

    .s544 {
        min-width: 31px;
        width: 31px;
        height: 35px
    }

    .mcv7 {
        display: inline-block
    }

    .v29 {
        display: inline-block;
        vertical-align: top
    }

    .c161 {
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: contain;
        background-image: url(../images/l/hamburger-gray-62.png)
    }

    .webp .c161 {
        background-image: url(../images/n/hamburger-gray-62.webp)
    }

    .ps550 {
        margin-top: 14px
    }

    .s545 {
        min-width: 31px;
        width: 31px;
        height: 6px
    }

    .f111 {
        font-size: 3px;
        font-size: calc(3px * var(--f));
        line-height: 1.334
    }

    .v30 {
        display: none
    }

    .ps551 {
        margin-left: -249px
    }

    .ps552 {
        margin-top: 3px
    }

    .s546 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .f112 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .ps553 {
        margin-top: 3px
    }

    .s547 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps554 {
        margin-top: 0
    }

    .ps555 {
        margin-left: 0;
        margin-top: 0
    }

    .s548 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .s549 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps558 {
        margin-left: 0;
        margin-top: 0
    }

    .s550 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .s551 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps560 {
        margin-left: 0;
        margin-top: 0
    }

    .s552 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps562 {
        margin-top: 0
    }

    .s553 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps563 {
        margin-left: 0;
        margin-top: 0
    }

    .s554 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps564 {
        margin-left: 0;
        margin-top: 0
    }

    .s555 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps565 {
        margin-left: 0;
        margin-top: 0
    }

    .ps566 {
        margin-left: 119px;
        margin-top: -206px
    }

    .s556 {
        min-width: 197px;
        width: 197px;
        min-height: 30px
    }

    .input24 {
        width: 197px;
        height: 30px;
        font-family: "Lato 3";
        font-size: 13px;
        line-height: 1.232;
        font-weight: 700;
        font-style: normal
    }

    .ps567 {
        margin-left: 174px;
        margin-top: -23px
    }

    .s557 {
        min-width: 20px;
        width: 20px;
        height: 17px
    }

    .c164 {
        min-width: 320px;
        margin-top: -902px;
        min-height: 588px
    }

    .ps568 {
        margin-top: 179px
    }

    .s558 {
        min-width: 320px;
        height: 357px
    }

    .ps569 {
        margin-top: 10px
    }

    .s559 {
        width: 320px;
        min-height: 336px
    }

    .ps570 {
        margin-left: 0
    }

    .s560 {
        min-width: 320px;
        width: 320px;
        min-height: 336px;
        height: 336px
    }

    .i42 {
        width: 320px;
        height: 336px
    }

    .ps571 {
        margin-top: -431px
    }

    .s561 {
        width: 320px;
        height: 417px
    }

    .ps572 {
        margin-left: 0
    }

    .ps573 {
        margin-left: 265px;
        margin-top: 10px
    }

    .i43 {
        left: 0;
        min-width: 26px;
        max-width: 26px;
        min-height: 26px;
        max-height: 26px
    }

    .ps574 {
        margin-left: 3px;
        margin-top: 13px
    }

    .s562 {
        min-width: 317px;
        height: 39px;
        width: 317px
    }

    .f113 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.279;
        padding-top: 8px;
        padding-bottom: 8px
    }

    .c167::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c167:hover:before {
        opacity: 1
    }

    .c167::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c167:hover:after {
        opacity: 0
    }

    .c167:active:before {
        opacity: 1
    }

    .c167:active:after {
        opacity: 1;
        transition: initial
    }

    .ps575 {
        margin-top: 2px
    }

    .s563 {
        min-width: 320px;
        width: 320px;
        min-height: 204px
    }

    .s564 {
        min-width: 320px;
        height: 39px;
        width: 320px
    }

    .ps576 {
        margin-left: 1px;
        margin-top: 2px
    }

    .s565 {
        min-width: 319px;
        height: 39px;
        width: 319px
    }

    .ps577 {
        margin-top: 3px
    }

    .ps578 {
        margin-top: 2px
    }

    .ps579 {
        margin-left: 1px;
        margin-top: 2px
    }

    .ps580 {
        margin-left: 0;
        margin-top: 2px
    }

    .ps581 {
        margin-left: 0;
        margin-top: 2px
    }

    .ps582 {
        margin-left: 1px;
        margin-top: 2px
    }

    .s566 {
        min-width: 319px;
        height: 39px;
        width: 319px
    }

    .f114 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.279;
        padding-top: 8px;
        padding-bottom: 8px
    }

    .ps583 {
        margin-top: -38px
    }

    .s567 {
        min-width: 320px;
        height: 1164px
    }

    .ps584 {
        margin-top: 16px
    }

    .s568 {
        width: 320px;
        min-height: 1126px
    }

    .ps585 {
        margin-left: 13px
    }

    .s569 {
        min-width: 298px;
        width: 298px;
        min-height: 1126px
    }

    .ps586 {
        margin-left: 31px;
        margin-top: 0
    }

    .s570 {
        min-width: 222px;
        width: 222px;
        min-height: 438px
    }

    .ps587 {
        margin-left: 3px;
        margin-top: 16px
    }

    .s571 {
        min-width: 205px;
        width: 205px;
        height: 27px
    }

    .s572 {
        min-height: 27px
    }

    .f115 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.188
    }

    .ps588 {
        margin-left: 23px;
        margin-top: 12px
    }

    .s573 {
        min-width: 134px;
        width: 134px;
        min-height: 128px;
        height: 128px
    }

    .i44 {
        width: 134px;
        height: 128px
    }

    .ps589 {
        margin-left: 6px;
        margin-top: 12px
    }

    .s574 {
        min-width: 203px;
        width: 203px;
        height: 154px
    }

    .f116 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.309
    }

    .ps590 {
        margin-left: 5px;
        margin-top: 14px
    }

    .s575 {
        min-width: 203px;
        height: 38px;
        width: 203px
    }

    .c171 {
        -webkit-border-radius: 19px;
        -moz-border-radius: 19px;
        border-radius: 19px
    }

    .f117 {
        font-size: 12px;
        font-size: calc(12px * var(--f));
        line-height: 1.168;
        padding-top: 12px;
        padding-bottom: 12px
    }

    .ps591 {
        margin-left: 0;
        margin-top: 27px
    }

    .s576 {
        min-width: 298px;
        width: 298px;
        min-height: 661px
    }

    .ps592 {
        margin-left: 31px
    }

    .s577 {
        min-width: 222px;
        width: 222px;
        min-height: 438px
    }

    .s578 {
        min-width: 222px;
        width: 222px;
        min-height: 438px
    }

    .ps593 {
        margin-left: 24px;
        margin-top: 15px
    }

    .s579 {
        min-width: 174px;
        width: 174px;
        height: 26px
    }

    .s580 {
        min-height: 26px
    }

    .ps594 {
        margin-left: 32px;
        margin-top: 8px
    }

    .s581 {
        min-width: 159px;
        width: 159px;
        min-height: 125px;
        height: 125px
    }

    .i45 {
        width: 159px;
        height: 125px
    }

    .ps595 {
        margin-left: 5px;
        margin-top: 187px
    }

    .s582 {
        min-width: 206px;
        height: 38px;
        width: 206px
    }

    .c172 {
        -webkit-border-radius: 19px;
        -moz-border-radius: 19px;
        border-radius: 19px
    }

    .f118 {
        font-size: 12px;
        font-size: calc(12px * var(--f));
        line-height: 1.168;
        padding-top: 12px;
        padding-bottom: 12px
    }

    .ps596 {
        margin-top: -264px
    }

    .s583 {
        min-width: 202px;
        width: 202px;
        height: 137px
    }

    .f119 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.358
    }

    .ps597 {
        margin-top: 143px
    }

    .s584 {
        min-width: 298px;
        width: 298px;
        min-height: 80px
    }

    .ps598 {
        margin-left: 7px;
        margin-top: -181px
    }

    .s585 {
        min-width: 290px;
        width: 290px;
        min-height: 83px
    }

    .ps599 {
        margin-top: 0
    }

    .s586 {
        min-width: 320px;
        height: 1112px
    }

    .ps600 {
        margin-top: 27px
    }

    .s587 {
        width: 320px;
        min-height: 1044px
    }

    .ps601 {
        margin-left: 0
    }

    .s588 {
        min-width: 320px;
        width: 320px;
        min-height: 836px
    }

    .ps602 {
        margin-left: 21px
    }

    .i46 {
        left: 0;
        width: 99px;
        height: 97px;
        top: 1px;
        -webkit-border-radius: 49px;
        -moz-border-radius: 49px;
        border-radius: 49px
    }

    .ps603 {
        margin-left: -114px;
        margin-top: 130px
    }

    .s589 {
        min-width: 174px;
        width: 174px;
        height: 32px
    }

    .f120 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.376
    }

    .ps604 {
        margin-left: 0;
        margin-top: -2px
    }

    .s590 {
        min-width: 320px;
        width: 320px;
        min-height: 498px
    }

    .ps605 {
        margin-top: 23px
    }

    .s591 {
        min-width: 113px;
        width: 113px;
        height: 23px
    }

    .f121 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f121:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f121:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f121:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .ps606 {
        margin-left: 2px;
        margin-top: 7px
    }

    .s592 {
        min-width: 91px;
        width: 91px;
        height: 19px
    }

    .f122 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f122:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f122:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f122:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .ps607 {
        margin-left: 0;
        margin-top: 35px
    }

    .s593 {
        min-width: 90px;
        width: 90px;
        height: 20px
    }

    .ps608 {
        margin-top: -47px
    }

    .s594 {
        min-width: 140px;
        width: 140px;
        height: 22px
    }

    .ps609 {
        margin-top: 68px
    }

    .s595 {
        min-width: 163px;
        width: 163px;
        height: 20px
    }

    .ps610 {
        margin-top: -49px
    }

    .s596 {
        min-width: 126px;
        width: 126px;
        height: 21px
    }

    .ps611 {
        margin-top: -81px
    }

    .s597 {
        min-width: 166px;
        width: 166px;
        height: 24px
    }

    .ps612 {
        margin-left: 0;
        margin-top: -192px
    }

    .s598 {
        min-width: 320px;
        width: 320px;
        min-height: 475px
    }

    .ps613 {
        margin-left: 171px
    }

    .s599 {
        min-width: 149px;
        width: 149px;
        height: 32px
    }

    .ps614 {
        margin-top: 209px
    }

    .s600 {
        min-width: 163px;
        width: 163px;
        height: 24px
    }

    .ps615 {
        margin-left: 11px;
        margin-top: -6px
    }

    .s601 {
        min-width: 49px;
        width: 49px;
        height: 23px
    }

    .ps616 {
        margin-top: 184px
    }

    .s602 {
        min-width: 211px;
        width: 211px;
        height: 26px
    }

    .ps617 {
        margin-left: 174px;
        margin-top: -419px
    }

    .s603 {
        min-width: 111px;
        width: 111px;
        height: 21px
    }

    .f123 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168;
        letter-spacing: 0.05px
    }

    .f123:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168;
        letter-spacing: 0.05px
    }

    .f123:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168;
        letter-spacing: 0.05px
    }

    .f123:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168;
        letter-spacing: 0.05px
    }

    .ps618 {
        margin-left: 0;
        margin-top: -62px
    }

    .s604 {
        min-width: 223px;
        width: 223px;
        height: 21px
    }

    .ps619 {
        margin-left: 7px;
        margin-top: -498px
    }

    .s605 {
        min-width: 276px;
        width: 276px;
        min-height: 2px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps620 {
        margin-left: 0;
        margin-top: -196px
    }

    .ps621 {
        margin-left: 0
    }

    .s606 {
        min-width: 282px;
        width: 282px;
        height: 29px
    }

    .ps622 {
        margin-top: 245px
    }

    .s607 {
        min-width: 218px;
        width: 218px;
        height: 28px
    }

    .ps623 {
        margin-left: 0;
        margin-top: -266px
    }

    .s608 {
        min-width: 291px;
        width: 291px;
        height: 31px
    }

    .f124 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f124:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f124:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f124:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .ps624 {
        margin-left: 1px;
        margin-top: 24px
    }

    .s609 {
        min-width: 212px;
        width: 212px;
        height: 20px
    }

    .ps625 {
        margin-top: 9px
    }

    .s610 {
        min-width: 211px;
        width: 211px;
        height: 19px
    }

    .ps626 {
        margin-left: 1px;
        margin-top: -170px
    }

    .s611 {
        min-width: 238px;
        width: 238px;
        height: 24px
    }

    .ps627 {
        margin-top: -72px
    }

    .s612 {
        min-width: 87px;
        width: 87px;
        height: 24px
    }

    .ps628 {
        margin-top: -133px
    }

    .s613 {
        min-width: 298px;
        width: 298px;
        height: 20px
    }

    .ps629 {
        margin-left: 0;
        margin-top: -388px
    }

    .s614 {
        min-width: 291px;
        width: 291px;
        min-height: 135px
    }

    .ps630 {
        margin-top: 102px
    }

    .s615 {
        min-width: 268px;
        width: 268px;
        height: 33px
    }

    .f125 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.601
    }

    .ps631 {
        margin-top: -135px
    }

    .s616 {
        min-width: 291px;
        width: 291px;
        min-height: 3px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps632 {
        margin-left: 23px;
        margin-top: 29px
    }

    .i47 {
        width: 47px;
        height: 72px
    }

    .ps634 {
        margin-left: 19px
    }

    .i48 {
        width: 47px;
        height: 72px
    }

    .ps635 {
        margin-left: 17px;
        margin-top: 0
    }

    .i49 {
        left: 0;
        width: 47px;
        height: 47px;
        top: 12px
    }

    .ps636 {
        margin-left: 12px;
        margin-top: -354px
    }

    .s617 {
        min-width: 278px;
        width: 278px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps637 {
        margin-left: 0;
        margin-top: 23px
    }

    .s618 {
        min-width: 287px;
        width: 287px;
        height: 84px
    }

    .f126 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.616
    }

    .ps639 {
        width: 320px
    }

    .ps640 {
        margin-left: 0;
        margin-top: 50px
    }

    .s619 {
        min-width: 320px;
        width: 320px;
        height: 100vh;
        height: calc(100vh - 50px);
        height: calc(100vh - 50px + env(safe-area-inset-bottom));
        height: calc(var(--vh, 1vh) * 100 - 50px)
    }

    .ps641 {
        margin-left: 280px;
        margin-top: 16px
    }

    .s620 {
        min-width: 31px;
        width: 31px;
        height: 30px
    }

    .c177 {
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px
    }

    .ps643 {
        margin-left: 14px;
        margin-top: 46px
    }

    .s622 {
        min-width: 290px;
        width: 290px;
        min-height: 168px
    }

    .ps644 {
        margin-left: 24px
    }

    .s623 {
        min-width: 244px;
        width: 244px;
        height: 39px
    }

    .f127 {
        font-size: 26px;
        font-size: calc(26px * var(--f));
        line-height: 1.386
    }

    .ps645 {
        margin-top: 33px
    }

    .s624 {
        min-width: 290px;
        width: 290px;
        height: 37px
    }

    .input25 {
        width: 290px;
        height: 37px;
        font-size: 16px;
        line-height: 1.188;
        background-size: 24px;
        background-position: right 6px top 50%
    }

    *[dir="rtl"] .input25,
    :root:lang(ar) .input25,
    :root:lang(iw) .input25 {
        background-position: left 6px top 50%
    }

    .ps646 {
        margin-left: 29px;
        margin-top: 16px
    }

    .s625 {
        min-width: 236px;
        height: 43px;
        width: 234px
    }

    .f128 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        padding-top: 13px;
        padding-bottom: 12px
    }

    .ps647 {
        margin-left: -1px;
        margin-top: 21px
    }

    .s626 {
        min-width: 322px;
        width: 322px;
        min-height: 576px
    }

    .ps648 {
        margin-left: 1px;
        margin-top: 1px
    }

    .s627 {
        min-width: 48px;
        height: 35px;
        width: 48px;
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    .f129 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 0.601;
        padding-top: 12px;
        padding-bottom: 11px
    }

    .ps649 {
        margin-top: -36px
    }

    .s628 {
        min-width: 320px;
        width: 320px;
        min-height: 574px
    }

    .ps650 {
        margin-left: 11px;
        margin-top: 111px
    }

    .s629 {
        min-width: 95px;
        height: 65px;
        width: 95px
    }

    .f130 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144;
        padding-top: 17px;
        padding-bottom: 16px
    }

    .ps651 {
        margin-left: 11px;
        margin-top: 111px
    }

    .ps652 {
        margin-left: 10px;
        margin-top: 111px
    }

    .ps653 {
        margin-left: 11px;
        margin-top: 9px
    }

    .ps654 {
        margin-left: -104px;
        margin-top: -141px
    }

    .s630 {
        min-width: 106px;
        height: 47px;
        width: 106px
    }

    .f131 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        padding-top: 16px;
        padding-bottom: 15px
    }

    .ps655 {
        margin-left: 9px;
        margin-top: 9px
    }

    .ps656 {
        margin-left: 10px;
        margin-top: 9px
    }

    .ps657 {
        margin-left: 11px;
        margin-top: 10px
    }

    .ps658 {
        margin-left: 11px;
        margin-top: 10px
    }

    .ps659 {
        margin-left: -103px;
        margin-top: -215px
    }

    .s631 {
        min-width: 105px;
        height: 47px;
        width: 105px
    }

    .ps660 {
        margin-left: 8px;
        margin-top: 10px
    }

    .ps661 {
        margin-left: 12px;
        margin-top: 9px
    }

    .ps662 {
        margin-left: 10px;
        margin-top: 9px
    }

    .ps663 {
        margin-left: 10px;
        margin-top: 9px
    }

    .ps664 {
        margin-left: 215px;
        margin-top: -364px
    }

    .s632 {
        min-width: 104px;
        height: 47px;
        width: 104px
    }

    .ps665 {
        margin-left: 272px;
        margin-top: -399px
    }

    .ps666 {
        margin-left: 13px;
        margin-top: 9px
    }

    .ps667 {
        margin-left: 9px;
        margin-top: 9px
    }

    .ps668 {
        margin-left: 11px;
        margin-top: 9px
    }

    .ps669 {
        margin-left: 13px;
        margin-top: 12px
    }

    .ps670 {
        margin-left: 4px;
        margin-top: -483px
    }

    .s633 {
        min-width: 315px;
        width: 315px;
        min-height: 2px;
        -ms-transform: scale(-1, 1);
        -moz-transform: scale(-1, 1);
        -webkit-transform: scale(-1, 1);
        transform: scale(-1, 1)
    }

    .ps671 {
        margin-left: 5px;
        margin-top: 31px
    }

    .s634 {
        min-width: 312px;
        width: 312px;
        min-height: 540px
    }

    .ps672 {
        margin-left: 117px
    }

    .s635 {
        min-width: 194px;
        width: 194px;
        height: 40px
    }

    .input26 {
        width: 194px;
        height: 40px;
        font-family: "Helvetica Neue", sans-serif;
        font-size: 14px
    }

    .ps673 {
        margin-left: 1px;
        margin-top: -38px
    }

    .s636 {
        min-width: 99px;
        width: 99px;
        height: 37px
    }

    .f132 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.072
    }

    .f133 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.072
    }

    .ps674 {
        margin-left: 17px;
        margin-top: 6px
    }

    .s637 {
        min-width: 194px;
        width: 194px;
        height: 40px
    }

    .input27 {
        width: 194px;
        height: 40px;
        font-family: "Helvetica Neue", sans-serif;
        font-size: 14px
    }

    .ps675 {
        margin-left: 0;
        margin-top: -38px
    }

    .s638 {
        min-width: 100px;
        width: 100px;
        height: 37px
    }

    .f134 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .f135 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .ps676 {
        margin-left: 4px;
        margin-top: 15px
    }

    .s639 {
        min-width: 298px;
        width: 298px;
        height: 43px
    }

    .input28 {
        width: 298px;
        height: 43px;
        font-family: "Helvetica Neue", sans-serif;
        font-size: 16px;
        line-height: 1.126
    }

    .ps677 {
        margin-left: 4px;
        margin-top: 6px
    }

    .s640 {
        min-width: 298px;
        width: 298px;
        height: 44px
    }

    .input29 {
        width: 298px;
        height: 44px;
        font-size: 16px;
        line-height: 1.126
    }

    .ps678 {
        margin-left: 4px;
        margin-top: 7px
    }

    .s641 {
        min-width: 298px;
        width: 298px;
        height: 44px
    }

    .input30 {
        width: 298px;
        height: 44px;
        font-size: 16px;
        line-height: 1.126
    }

    .ps679 {
        margin-left: 180px;
        margin-top: 7px
    }

    .s642 {
        min-width: 122px;
        height: 34px;
        width: 120px
    }

    .f136 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144;
        padding-top: 8px;
        padding-bottom: 8px
    }

    .ps680 {
        margin-left: 72px;
        margin-top: 9px
    }

    .s643 {
        min-width: 232px;
        width: 232px;
        height: 20px
    }

    .f137 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 0.924
    }

    .f138 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 0.924
    }

    .ps681 {
        margin-left: 5px;
        margin-top: 14px
    }

    .s644 {
        min-width: 248px;
        width: 248px;
        height: 40px
    }

    .input31 {
        width: 248px;
        height: 40px;
        font-size: 14px;
        line-height: 1.144
    }

    .ps682 {
        margin-left: 48px;
        margin-top: 17px
    }

    .s645 {
        min-width: 222px;
        height: 49px;
        width: 220px
    }

    .f139 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101;
        padding-top: 13px;
        padding-bottom: 12px
    }

    .ps683 {
        margin-left: 2px;
        margin-top: 23px
    }

    .s646 {
        min-width: 310px;
        width: 310px;
        height: 82px
    }

    .f140 {
        font-size: 12px;
        font-size: calc(12px * var(--f));
        line-height: 1.168
    }

    .f141 {
        font-size: 12px;
        font-size: calc(12px * var(--f));
        line-height: 1.168
    }

    .s647 {
        height: 12px;
        transform: scale(1) translateY(2px)
    }

    .ps685 {
        margin-top: 50px
    }

    .s648 {
        min-width: 320px;
        width: 320px;
        height: 100vh;
        height: calc(100vh - 50px);
        height: calc(100vh - 50px + env(safe-area-inset-bottom));
        height: calc(var(--vh, 1vh) * 100 - 50px)
    }

    .ps686 {
        margin-left: 0;
        margin-top: 16px
    }

    .s649 {
        min-width: 320px;
        width: 320px;
        min-height: 742px
    }

    .ps687 {
        margin-left: 281px
    }

    .s650 {
        min-width: 29px;
        width: 29px;
        height: 29px
    }

    .c196 {
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px
    }

    .ps688 {
        margin-left: 21px;
        margin-top: 26px
    }

    .s651 {
        min-width: 284px;
        width: 284px;
        height: 49px
    }

    .f142 {
        font-size: 28px;
        font-size: calc(28px * var(--f));
        line-height: 1.644
    }

    .ps689 {
        margin-left: 8px;
        margin-top: 28px
    }

    .s652 {
        min-width: 301px;
        width: 301px;
        height: 44px
    }

    .input32 {
        width: 301px;
        height: 44px;
        font-family: "Helvetica Neue", sans-serif;
        font-size: 18px;
        line-height: 1.223
    }

    .ps690 {
        margin-left: 8px;
        margin-top: 5px
    }

    .s653 {
        min-width: 301px;
        width: 301px;
        height: 44px
    }

    .input33 {
        width: 301px;
        height: 44px;
        font-family: "Helvetica Neue", sans-serif;
        font-size: 18px;
        line-height: 1.223
    }

    .ps691 {
        margin-left: 8px;
        margin-top: 5px
    }

    .s654 {
        min-width: 301px;
        width: 301px;
        height: 44px
    }

    .input34 {
        width: 301px;
        height: 44px;
        font-family: "Helvetica Neue", sans-serif;
        font-size: 18px;
        line-height: 1.223
    }

    .ps692 {
        margin-left: 0;
        margin-top: 155px
    }

    .s655 {
        min-width: 320px;
        width: 320px;
        height: 64px
    }

    .f143 {
        font-size: 12px;
        font-size: calc(12px * var(--f))
    }

    .ps693 {
        margin-left: 16px;
        margin-top: -203px
    }

    .s656 {
        min-width: 165px;
        width: 165px;
        height: 27px
    }

    .f144 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.572
    }

    .ps694 {
        margin-left: 40px;
        margin-top: -157px
    }

    .s657 {
        min-width: 181px;
        width: 181px;
        min-height: 23px
    }

    .input35 {
        margin-top: 4px
    }

    .f145 {
        max-width: 164px;
        font-size: 16px
    }

    .ps695 {
        margin-left: 40px;
        margin-top: -128px
    }

    .s658 {
        min-width: 192px;
        width: 192px;
        min-height: 21px
    }

    .f146 {
        max-width: 175px;
        font-size: 16px
    }

    .ps696 {
        margin-left: 40px;
        margin-top: -103px
    }

    .s659 {
        min-width: 202px;
        width: 202px;
        min-height: 21px
    }

    .f147 {
        max-width: 185px;
        font-size: 16px
    }

    .ps697 {
        margin-left: 160px;
        margin-top: 13px
    }

    .s660 {
        min-width: 153px;
        height: 34px;
        width: 153px
    }

    .f148 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.188;
        padding-top: 8px;
        padding-bottom: 7px
    }

    .ps698 {
        margin-left: 57px;
        margin-top: 11px
    }

    .s661 {
        min-width: 258px;
        width: 258px;
        height: 17px
    }

    .f149 {
        font-size: 12px;
        font-size: calc(12px * var(--f));
        line-height: 1.001
    }

    .ps699 {
        margin-left: 13px;
        margin-top: 8px
    }

    .s662 {
        min-width: 301px;
        width: 301px;
        height: 44px
    }

    .input36 {
        width: 301px;
        height: 44px;
        font-family: "Helvetica Neue", sans-serif;
        font-size: 18px;
        line-height: 1.223
    }

    .ps700 {
        margin-left: 34px;
        margin-top: 9px
    }

    .s663 {
        min-width: 258px;
        height: 48px;
        width: 258px
    }

    .f150 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.188;
        padding-top: 15px;
        padding-bottom: 14px
    }

    .ps701 {
        margin-left: 8px;
        margin-top: 16px
    }

    .s664 {
        min-width: 312px;
        width: 312px;
        height: 49px
    }

    .f151 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.819
    }

    .s665 {
        min-width: 320px;
        min-height: 18px
    }

    .ps702 {
        margin-top: 4px
    }

    .s666 {
        width: 320px;
        min-height: 10px
    }

    .ps703 {
        margin-left: 228px
    }

    .s667 {
        min-width: 43px;
        height: 10px;
        width: 43px
    }

    .f152 {
        font-size: 3px;
        font-size: calc(3px * var(--f));
        line-height: 1.334;
        padding-top: 3px;
        padding-bottom: 3px
    }

    .ps704 {
        margin-left: 3px
    }

    .ps705 {
        margin-top: -1112px
    }

    .s668 {
        min-width: 320px;
        width: 320px
    }

    body {
        --d: 5;
        --s: 320
    }
}

@media (min-width:320px) {
    .c168 {
        background-image: url(../images/r/screenshot-2025-06-28-at-12.28.03-am-960.jpg)
    }

    .webp .c168 {
        background-image: url(../images/8/screenshot-2025-06-28-at-12.28.03-am-960.webp)
    }

    .fx2 {
        background-attachment: fixed;
        background-image: url(../images/l/screenshot-2025-06-28-at-12.26.46-am-960.jpg)
    }

    .webp .fx2 {
        background-attachment: fixed;
        background-image: url(../images/4/screenshot-2025-06-28-at-12.26.46-am-960.webp)
    }
}

@media (min-width:480px) {
    .c168 {
        background-image: url(../images/4/screenshot-2025-06-28-at-12.28.03-am-1536.jpg)
    }

    .webp .c168 {
        background-image: url(../images/n/screenshot-2025-06-28-at-12.28.03-am-1536.webp)
    }

    .fx2 {
        background-attachment: fixed;
        background-image: url(../images/c/screenshot-2025-06-28-at-12.26.46-am-1536.jpg)
    }

    .webp .fx2 {
        background-attachment: fixed;
        background-image: url(../images/4/screenshot-2025-06-28-at-12.26.46-am-1536.webp)
    }
}

@media (min-width:768px) {
    .c168 {
        background-image: url(../images/c/screenshot-2025-06-28-at-12.28.03-am-960.jpg)
    }

    .webp .c168 {
        background-image: url(../images/n/screenshot-2025-06-28-at-12.28.03-am-960.webp)
    }

    .fx2 {
        background-attachment: fixed;
        background-image: url(../images/h/screenshot-2025-06-28-at-12.26.46-am-960.jpg)
    }

    .webp .fx2 {
        background-image: url(../images/r/screenshot-2025-06-28-at-12.26.46-am-960.webp);
        background-attachment: fixed
    }
}

@media (min-width:768px) and (-webkit-min-device-pixel-ratio:1.7),
(min-width:768px) and (min-resolution:144dpi) {
    .c168 {
        background-image: url(../images/a/screenshot-2025-06-28-at-12.28.03-am-1920.jpg)
    }

    .webp .c168 {
        background-image: url(../images/n/screenshot-2025-06-28-at-12.28.03-am-1920.webp)
    }
}

@media (min-width:960px) {
    .c168 {
        background-image: url(../images/h/screenshot-2025-06-28-at-12.28.03-am-1200.jpg)
    }

    .webp .c168 {
        background-image: url(../images/n/screenshot-2025-06-28-at-12.28.03-am-1200.webp)
    }

    .fx2 {
        background-attachment: fixed;
        background-image: url(../images/8/screenshot-2025-06-28-at-12.26.46-am-1200.jpg)
    }

    .webp .fx2 {
        background-image: url(../images/p/screenshot-2025-06-28-at-12.26.46-am-1200.webp);
        background-attachment: fixed
    }
}

@media (min-width:1200px) {
    .c168 {
        background-image: url(../images/j/screenshot-2025-06-28-at-12.28.03-am-1600.jpg)
    }

    .webp .c168 {
        background-image: url(../images/p/screenshot-2025-06-28-at-12.28.03-am-1600.webp)
    }

    .fx2 {
        background-attachment: fixed;
        background-image: url(../images/a/screenshot-2025-06-28-at-12.26.46-am-1600.jpg)
    }

    .webp .fx2 {
        background-image: url(../images/t/screenshot-2025-06-28-at-12.26.46-am-1600.webp);
        background-attachment: fixed
    }
}

@media (min-width:1600px) {
    .c168 {
        background-image: url(../images/0/screenshot-2025-06-28-at-12.28.03-am-2000.jpg)
    }

    .webp .c168 {
        background-image: url(../images/8/screenshot-2025-06-28-at-12.28.03-am-2000.webp)
    }

    .fx2 {
        background-attachment: fixed;
        background-image: url(../images/p/screenshot-2025-06-28-at-12.26.46-am-2000.jpg)
    }

    .webp .fx2 {
        background-image: url(../images/8/screenshot-2025-06-28-at-12.26.46-am-2000.webp);
        background-attachment: fixed
    }
}

@media (min-width:2000px) {
    .c168 {
        background-image: url(../images/l/screenshot-2025-06-28-at-12.28.03-am-2560.jpg)
    }

    .webp .c168 {
        background-image: url(../images/8/screenshot-2025-06-28-at-12.28.03-am-2560.webp)
    }

    .fx2 {
        background-attachment: fixed;
        background-image: url(../images/t/screenshot-2025-06-28-at-12.26.46-am-2560.jpg)
    }

    .webp .fx2 {
        background-image: url(../images/r/screenshot-2025-06-28-at-12.26.46-am-2560.webp);
        background-attachment: fixed
    }
}

body {
    --f: 1;
    min-width: 1920px
}

@media (min-width:1200px) and (max-width:1919px) {
    body {
        min-width: 1200px
    }
}

@media (min-width:960px) and (max-width:1199px) {
    body {
        min-width: 960px
    }
}

@media (min-width:768px) and (max-width:959px) {
    body {
        min-width: 768px
    }
}

@media (min-width:480px) and (max-width:767px) {
    body {
        min-width: 480px
    }
}

@media (max-width:479px) {
    body {
        min-width: 320px
    }
}

.c201 {
    display: block;
    position: relative;
    pointer-events: none;
    min-width: 1920px;
    width: 100%;
    overflow: hidden;
    margin-top: 0;
    z-index: 8;
    min-height: 1022px
}

.v35 {
    display: block
}

.ps706 {
    position: relative;
    margin-top: 0
}

.s669 {
    width: 100%;
    min-width: 1920px;
    height: 347px;
    padding-bottom: 0
}

.c202 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #5789c1
}

.z533 {
    pointer-events: none
}

.ps707 {
    display: inline-block;
    width: 0;
    height: 0
}

.ps708 {
    position: relative;
    margin-top: 11px
}

.s670 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 67px
}

.v36 {
    display: inline-block;
    vertical-align: top
}

.ps709 {
    position: relative;
    margin-left: 66px;
    margin-top: 0
}

.ps710 {
    position: relative;
    margin-left: 0;
    margin-top: 13px
}

.z534 {
    z-index: 48;
    pointer-events: auto
}

.i50 {
    position: absolute;
    left: 4px;
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    top: 0;
    color: #fff;
    -ms-transform: rotate(0deg) scale(1, 1);
    -moz-transform: rotate(0deg) scale(1, 1);
    -webkit-transform: rotate(0deg) scale(1, 1);
    transform: rotate(0deg) scale(1, 1)
}

.ps711 {
    position: relative;
    margin-left: 17px;
    margin-top: 13px
}

.s671 {
    min-width: 275px;
    width: 275px;
    overflow: hidden;
    height: 40px
}

.z535 {
    z-index: 47;
    pointer-events: auto
}

.p15 {
    text-indent: 0;
    padding-bottom: 0;
    padding-right: 0;
    text-align: left
}

.f153 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.126;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps712 {
    position: relative;
    margin-left: 42px;
    margin-top: 13px
}

.z536 {
    z-index: 49;
    pointer-events: auto
}

.i51 {
    position: absolute;
    left: 16px;
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    top: 0;
    color: #fff
}

.ps713 {
    position: relative;
    margin-left: -2px;
    margin-top: 13px
}

.s672 {
    min-width: 446px;
    width: 446px;
    overflow: hidden;
    height: 40px
}

.z537 {
    z-index: 51;
    pointer-events: auto
}

.ps714 {
    position: relative;
    margin-left: 863px;
    margin-top: 0
}

.z538 {
    z-index: 50;
    pointer-events: auto
}

.a14 {
    display: block
}

.i52 {
    position: absolute;
    left: 0;
    width: 67px;
    height: 67px;
    top: 0;
    -webkit-filter: brightness(400%);
    -moz-filter: brightness(400%);
    filter: brightness(400%);
    border: 0
}

.ps715 {
    position: relative;
    margin-top: 7px
}

.s673 {
    margin-left: -0%;
    width: 100%;
    min-height: 262px
}

.c203 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 0 rgba(128, 128, 128, 0.2)
}

.z539 {
    z-index: 45;
    pointer-events: auto
}

.ps716 {
    position: relative;
    margin-top: -252px
}

.s674 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 236px
}

.ps717 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.ps718 {
    position: relative;
    margin-left: 0;
    margin-top: 3px
}

.z540 {
    z-index: 46;
    pointer-events: auto
}

.i53 {
    position: absolute;
    left: 0;
    width: 170px;
    height: 37px;
    top: 66px;
    -webkit-border-radius: 84px;
    -moz-border-radius: 84px;
    border-radius: 84px;
    border: 0
}

.v37 {
    display: inline-block;
    vertical-align: top;
    overflow: visible
}

.ps719 {
    position: relative;
    margin-left: 49px;
    margin-top: 148px
}

.z541 {
    z-index: 52;
    pointer-events: auto
}

.ps720 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s675 {
    min-width: 0;
    width: 0;
    min-height: 0;
    height: 0
}

.m5 {
    padding: 0px 0px 0px 0px
}

.s676 {
    min-width: 46px;
    width: 0;
    height: 0
}

.mcv9 {
    display: none
}

.v38 {
    display: none
}

.ps721 {
    position: relative;
    margin-left: 0;
    margin-top: 92px
}

.s677 {
    min-width: 46px;
    width: 46px;
    overflow: hidden;
    height: 26px
}

.z542 {
    pointer-events: auto
}

.p16 {
    text-indent: 0;
    padding-bottom: 0;
    padding-right: 0;
    text-align: center
}

.f154 {
    font-family: "Lato 2";
    font-size: 17px;
    font-size: calc(17px * var(--f));
    line-height: 1.295;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: transparent;
    background-color: initial;
    text-shadow: none
}

.v39 {
    display: inline-block;
    vertical-align: top
}

.ps722 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.z543 {
    z-index: 9999
}

.mcv10 {
    display: inline-block
}

.c205 {
    border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #5789c1
}

.ps723 {
    position: relative;
    margin-left: 0;
    margin-top: 23px
}

.s678 {
    min-width: 159px;
    width: 159px;
    overflow: hidden;
    height: 41px
}

.f155 {
    font-family: "Lato 2";
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.220;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.v40 {
    display: none
}

.ml5 {
    outline: 0
}

.ps724 {
    position: relative;
    margin-left: 0;
    margin-top: 7px
}

.s679 {
    min-width: 450px;
    width: 450px;
    overflow: hidden;
    height: 41px
}

.ps725 {
    position: relative;
    margin-left: 0;
    margin-top: 1px
}

.ps726 {
    position: relative;
    margin-left: 160px;
    margin-top: -88px
}

.s680 {
    min-width: 256px;
    width: 256px;
    overflow: hidden;
    height: 41px
}

.ps727 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s681 {
    min-width: 472px;
    width: 472px;
    overflow: hidden;
    height: 41px
}

.ps728 {
    position: relative;
    margin-left: 0;
    margin-top: 1px
}

.ps729 {
    position: relative;
    margin-left: 417px;
    margin-top: -88px
}

.s682 {
    min-width: 342px;
    width: 342px;
    overflow: hidden;
    height: 41px
}

.ps730 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s683 {
    min-width: 429px;
    width: 429px;
    overflow: hidden;
    height: 41px
}

.ps731 {
    position: relative;
    margin-left: 760px;
    margin-top: -88px
}

.s684 {
    min-width: 383px;
    width: 383px;
    overflow: hidden;
    height: 41px
}

.ps732 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.ps733 {
    position: relative;
    margin-left: 0;
    margin-top: 7px
}

.s685 {
    min-width: 477px;
    width: 477px;
    overflow: hidden;
    height: 41px
}

.ps734 {
    position: relative;
    margin-left: 1144px;
    margin-top: -88px
}

.s686 {
    min-width: 185px;
    width: 185px;
    overflow: hidden;
    height: 41px
}

.ps735 {
    position: relative;
    margin-left: 1330px;
    margin-top: -88px
}

.s687 {
    min-width: 108px;
    width: 108px;
    overflow: hidden;
    height: 41px
}

.ps736 {
    position: relative;
    margin-left: 1439px;
    margin-top: -88px
}

.ps737 {
    position: relative;
    margin-left: 1154px;
    margin-top: -236px
}

.z544 {
    z-index: 53
}

.s688 {
    min-width: 741px;
    width: 741px;
    min-height: 79px;
    line-height: 0
}

.z545 {
    z-index: 54;
    pointer-events: auto
}

.input37 {
    border: 1px solid #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.22);
    width: 741px;
    height: 79px;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 28px;
    line-height: 1.144;
    font-weight: 400;
    font-style: italic;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input37::placeholder {
    color: rgb(0, 0, 0);
    opacity: 1
}

.ps738 {
    position: relative;
    margin-left: 674px;
    margin-top: -73px
}

.s689 {
    min-width: 64px;
    width: 64px;
    height: 55px;
    box-sizing: border-box
}

.c206 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    background-image: url(../images/t/search-svgrepo-com-2-.svg);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z546 {
    z-index: 55;
    pointer-events: auto
}

.a15 {
    transform: translateZ(1px);
    display: inline-block;
    width: 100%;
    height: 100%;
    z-index: 1
}

.c206:hover {
    background-color: rgba(10, 37, 134, 0.74);
    border-color: transparent;
    color: #fff;
    background-clip: padding-box
}

.c206:active {
    transition: initial
}

.ps739 {
    position: relative;
    margin-top: -675px
}

.s690 {
    width: 100%;
    min-width: 1920px;
    min-height: 3430px;
    padding-bottom: 0
}

.c207 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff
}

.z547 {
    z-index: 1;
    pointer-events: none
}

.ps740 {
    position: relative;
    margin-top: 114px
}

.s691 {
    width: 100%;
    min-width: 1920px;
    min-height: 157px
}

.c208 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-image: -webkit-gradient(linear, 139deg, color-stop(0, rgba(10, 37, 134, 0.74)), color-stop(1, rgba(145, 6, 74, 0.72)));
    background-image: -o-linear-gradient(139deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: -webkit-linear-gradient(139deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: -ms-linear-gradient(139deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: linear-gradient(139deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%)
}

.z548 {
    z-index: 3
}

.ps741 {
    position: relative;
    margin-top: 40px
}

.s692 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 77px
}

.ps742 {
    position: relative;
    margin-left: 672px;
    margin-top: 0
}

.s693 {
    min-width: 626px;
    width: 626px;
    overflow: hidden;
    height: 77px
}

.z549 {
    z-index: 4;
    pointer-events: auto
}

.f156 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 48px;
    font-size: calc(48px * var(--f));
    line-height: 1.605;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps743 {
    position: relative;
    margin-top: 97px
}

.s694 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 1656px
}

.ps744 {
    position: relative;
    margin-left: 27px;
    margin-top: 0
}

.s695 {
    min-width: 1792px;
    width: 1792px;
    min-height: 1656px;
    height: 1656px;
    padding-right: 10px
}

.c209 {
    overflow-y: scroll
}

.p17 {
    text-indent: 0;
    padding-bottom: 0;
    padding-right: 0;
    text-align: justify
}

.f157 {
    font-family: "Hanken Grotesk 3";
    font-size: 35px;
    font-size: calc(35px * var(--f));
    line-height: 1.830;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: rgba(74, 149, 169, 0.52);
    background-color: initial;
    text-shadow: none
}

.f158 {
    font-family: "Hanken Grotesk 6";
    font-size: 44px;
    font-size: calc(44px * var(--f));
    line-height: 1.842;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #a1a1a1;
    background-color: initial;
    text-shadow: none
}

.f159 {
    font-family: "Hanken Grotesk 3";
    font-size: 35px;
    font-size: calc(35px * var(--f));
    line-height: 1.830;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: rgba(59, 83, 90, 0.61);
    background-color: initial;
    text-shadow: none
}

.ps745 {
    position: relative;
    margin-top: 128px
}

.s696 {
    width: 100%;
    min-width: 1920px;
    min-height: 174px
}

.c210 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-image: -webkit-gradient(linear, 139deg, color-stop(0, rgba(145, 6, 74, 0.72)), color-stop(1, rgba(10, 37, 134, 0.74)));
    background-image: -o-linear-gradient(139deg, rgba(145, 6, 74, 0.72) 0%, rgba(10, 37, 134, 0.74) 100%);
    background-image: -webkit-linear-gradient(139deg, rgba(145, 6, 74, 0.72) 0%, rgba(10, 37, 134, 0.74) 100%);
    background-image: -ms-linear-gradient(139deg, rgba(145, 6, 74, 0.72) 0%, rgba(10, 37, 134, 0.74) 100%);
    background-image: linear-gradient(139deg, rgba(145, 6, 74, 0.72) 0%, rgba(10, 37, 134, 0.74) 100%)
}

.z550 {
    z-index: 6
}

.ps746 {
    position: relative;
    margin-top: 40px
}

.s697 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 96px
}

.ps747 {
    position: relative;
    margin-left: 598px;
    margin-top: 0
}

.s698 {
    min-width: 936px;
    width: 936px;
    overflow: hidden;
    height: 96px
}

.z551 {
    z-index: 7;
    pointer-events: auto
}

.f160 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 54px;
    font-size: calc(54px * var(--f));
    line-height: 1.594;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps748 {
    position: relative;
    margin-top: 130px
}

.s699 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 907px
}

.ps749 {
    position: relative;
    margin-left: 50px;
    margin-top: 0
}

.s700 {
    min-width: 1792px;
    width: 1792px;
    min-height: 907px;
    height: 907px;
    padding-right: 10px
}

.f161 {
    font-family: "Hanken Grotesk 6";
    font-size: 44px;
    font-size: calc(44px * var(--f));
    line-height: 1.842;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #161616;
    background-color: initial;
    text-shadow: none
}

.f162 {
    font-family: "Hanken Grotesk 3";
    font-size: 35px;
    font-size: calc(35px * var(--f));
    line-height: 1.830;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: rgba(74, 149, 169, 0.52);
    background-color: initial;
    text-shadow: none
}

.f163 {
    font-family: "Hanken Grotesk 3";
    font-size: 35px;
    font-size: calc(35px * var(--f));
    line-height: 1.830;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: rgba(59, 83, 90, 0.61);
    background-color: initial;
    text-shadow: none
}

.ps750 {
    position: relative;
    margin-top: -3318px
}

.s701 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    height: 784px
}

.v41 {
    display: inline-block;
    vertical-align: top;
    pointer-events: auto
}

.ps751 {
    position: relative;
    margin-left: 13px;
    margin-top: 0
}

.c211 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-image: -webkit-gradient(linear, 164deg, color-stop(0, rgba(10, 37, 134, 0.74)), color-stop(1, rgba(145, 6, 74, 0.72)));
    background-image: -o-linear-gradient(164deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: -webkit-linear-gradient(164deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: -ms-linear-gradient(164deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: linear-gradient(164deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%)
}

.z552 {
    z-index: 44;
    pointer-events: auto
}

.ps752 {
    position: relative;
    margin-left: 1664px;
    margin-top: 15px
}

.z553 {
    z-index: 57
}

.i54 {
    position: absolute;
    left: 7px;
    min-width: 53px;
    max-width: 53px;
    min-height: 53px;
    max-height: 53px;
    top: 0;
    color: #fff
}

.v42 {
    display: inline-block;
    vertical-align: top;
    outline: 0
}

.ps753 {
    position: relative;
    margin-left: 0;
    margin-top: 25px
}

.s702 {
    min-width: 1752px;
    height: 112px;
    box-sizing: border-box;
    width: 1752px;
    padding-right: 0
}

.c212 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-image: -webkit-gradient(linear, 166deg, color-stop(0, rgba(10, 37, 134, 0.74)), color-stop(1, rgba(74, 149, 169, 0.52)));
    background-image: -o-linear-gradient(166deg, rgba(10, 37, 134, 0.74) 0%, rgba(74, 149, 169, 0.52) 100%);
    background-image: -webkit-linear-gradient(166deg, rgba(10, 37, 134, 0.74) 0%, rgba(74, 149, 169, 0.52) 100%);
    background-image: -ms-linear-gradient(166deg, rgba(10, 37, 134, 0.74) 0%, rgba(74, 149, 169, 0.52) 100%);
    background-image: linear-gradient(166deg, rgba(10, 37, 134, 0.74) 0%, rgba(74, 149, 169, 0.52) 100%);
    color: #fff;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z554 {
    z-index: 58
}

.a16 {
    transform: translateZ(1px);
    display: inline-block;
    width: 100%;
    z-index: 1
}

.f164 {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 54px;
    font-size: calc(54px * var(--f));
    line-height: 1.242;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 23px;
    padding-bottom: 22px
}

.c212::before {
    background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
    background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-clip: content-box;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin-top: 0;
    margin-left: 0;
    z-index: -1;
    transition: opacity 0.2s linear
}

.c212:hover:before {
    opacity: 1
}

.c212:hover {
    background-color: transparent;
    border-color: transparent;
    color: #161616
}

.c212::after {
    background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
    background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-clip: content-box;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin-top: 0;
    margin-left: 0;
    top: 0;
    left: 0;
    z-index: -1;
    transition: opacity 0.2s linear
}

.c212:hover:after {
    opacity: 0
}

.c212:active:before {
    opacity: 1
}

.c212:active:after {
    opacity: 1;
    transition: initial
}

.c212:active {
    transition: initial;
    color: #a1a1a1
}

.ps754 {
    position: relative;
    margin-left: 0;
    margin-top: 8px
}

.s703 {
    min-width: 1752px;
    width: 1752px;
    min-height: 171px;
    line-height: 0
}

.s704 {
    min-width: 1752px;
    height: 112px;
    box-sizing: border-box;
    width: 1752px;
    padding-right: 0
}

.z555 {
    z-index: 59;
    pointer-events: auto
}

.ps755 {
    position: relative;
    margin-left: 0;
    margin-top: -53px
}

.s705 {
    min-width: 1752px;
    height: 112px;
    box-sizing: border-box;
    width: 1752px;
    padding-right: 0
}

.z556 {
    z-index: 60;
    pointer-events: auto
}

.ps756 {
    position: relative;
    margin-left: 0;
    margin-top: -112px
}

.z557 {
    z-index: 61;
    pointer-events: auto
}

.ps757 {
    position: relative;
    margin-left: 0;
    margin-top: -112px
}

.z558 {
    z-index: 62;
    pointer-events: auto
}

.ps758 {
    position: relative;
    margin-left: 0;
    margin-top: -112px
}

.z559 {
    z-index: 63;
    pointer-events: auto
}

.ps759 {
    position: relative;
    margin-left: 37px;
    margin-top: 0
}

.z560 {
    z-index: 64
}

.ps760 {
    position: relative;
    margin-left: 32px;
    margin-top: 18px
}

.z561 {
    z-index: 65
}

.ps761 {
    position: relative;
    margin-left: 32px;
    margin-top: 8px
}

.s706 {
    min-width: 1752px;
    height: 117px;
    box-sizing: border-box;
    width: 1752px;
    padding-right: 0
}

.z562 {
    z-index: 66
}

.f165 {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 54px;
    font-size: calc(54px * var(--f));
    line-height: 1.242;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 25px;
    padding-bottom: 25px
}

.ps762 {
    position: relative;
    margin-top: 2552px
}

.s707 {
    width: 100%;
    min-width: 1920px;
    height: 830px;
    padding-bottom: 0
}

.c213 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #000
}

.z563 {
    z-index: 56;
    pointer-events: none
}

.ps763 {
    position: relative;
    margin-top: 33px
}

.s708 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 743px
}

.ps764 {
    position: relative;
    margin-left: 50px;
    margin-top: 0
}

.s709 {
    min-width: 1831px;
    width: 1831px;
    min-height: 441px
}

.ps765 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.z564 {
    z-index: 9;
    pointer-events: auto
}

.i55 {
    position: absolute;
    left: 10px;
    width: 181px;
    height: 178px;
    top: 0;
    -webkit-border-radius: 89px;
    -moz-border-radius: 89px;
    border-radius: 89px;
    box-shadow: 0 3px 40px 5px rgba(0, 0, 0, 0.22);
    border: 0
}

.ps766 {
    position: relative;
    margin-left: 194px;
    margin-top: 0
}

.s710 {
    min-width: 346px;
    width: 346px;
    overflow: hidden;
    height: 66px
}

.z565 {
    z-index: 10;
    pointer-events: auto
}

.f166 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 41px;
    font-size: calc(41px * var(--f));
    line-height: 1.391;
    font-weight: 700;
    font-style: italic;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps767 {
    position: relative;
    margin-left: -341px;
    margin-top: 23px
}

.s711 {
    min-width: 737px;
    width: 737px;
    min-height: 368px;
    line-height: 0
}

.ps768 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.z566 {
    z-index: 16
}

.z567 {
    z-index: 27
}

.s712 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 42px
}

.z568 {
    z-index: 28;
    pointer-events: auto
}

.f167 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.126;
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps769 {
    position: relative;
    margin-left: 0;
    margin-top: 9px
}

.s713 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 40px
}

.z569 {
    z-index: 29;
    pointer-events: auto
}

.f168 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.001;
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps770 {
    position: relative;
    margin-left: 3px;
    margin-top: 8px
}

.s714 {
    min-width: 338px;
    width: 338px;
    overflow: hidden;
    height: 48px
}

.z570 {
    z-index: 30;
    pointer-events: auto
}

.ps771 {
    position: relative;
    margin-left: 0;
    margin-top: 8px
}

.s715 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 46px
}

.z571 {
    z-index: 31;
    pointer-events: auto
}

.ps772 {
    position: relative;
    margin-left: 0;
    margin-top: 8px
}

.s716 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 45px
}

.z572 {
    z-index: 32;
    pointer-events: auto
}

.ps773 {
    position: relative;
    margin-left: 0;
    margin-top: 8px
}

.s717 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 48px
}

.z573 {
    z-index: 33;
    pointer-events: auto
}

.ps774 {
    position: relative;
    margin-left: 0;
    margin-top: 7px
}

.s718 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 51px
}

.z574 {
    z-index: 34;
    pointer-events: auto
}

.ps775 {
    position: relative;
    margin-left: 40px;
    margin-top: 1px
}

.s719 {
    min-width: 355px;
    width: 355px;
    min-height: 309px;
    line-height: 0
}

.ps776 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s720 {
    min-width: 350px;
    width: 350px;
    overflow: hidden;
    height: 40px
}

.z575 {
    z-index: 21;
    pointer-events: auto
}

.ps777 {
    position: relative;
    margin-left: 0;
    margin-top: 7px
}

.s721 {
    min-width: 352px;
    width: 352px;
    overflow: hidden;
    height: 43px
}

.z576 {
    z-index: 22;
    pointer-events: auto
}

.ps778 {
    position: relative;
    margin-left: 0;
    margin-top: 8px
}

.s722 {
    min-width: 352px;
    width: 352px;
    overflow: hidden;
    height: 46px
}

.z577 {
    z-index: 23;
    pointer-events: auto
}

.ps779 {
    position: relative;
    margin-left: 0;
    margin-top: 10px
}

.s723 {
    min-width: 350px;
    width: 350px;
    overflow: hidden;
    height: 46px
}

.z578 {
    z-index: 24;
    pointer-events: auto
}

.ps780 {
    position: relative;
    margin-left: 0;
    margin-top: 63px
}

.s724 {
    min-width: 355px;
    width: 355px;
    overflow: hidden;
    height: 46px
}

.z579 {
    z-index: 26;
    pointer-events: auto
}

.f169 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.126;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps781 {
    position: relative;
    margin-left: 383px;
    margin-top: -159px
}

.s725 {
    min-width: 354px;
    width: 354px;
    overflow: hidden;
    height: 45px
}

.z580 {
    z-index: 25;
    pointer-events: auto
}

.ps782 {
    position: relative;
    margin-left: 0;
    margin-top: -304px
}

.s726 {
    min-width: 733px;
    width: 733px;
    min-height: 5px;
    -ms-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.c214 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: rgba(28, 92, 132, 0.62)
}

.z581 {
    z-index: 13
}

.ps783 {
    position: relative;
    margin-left: 86px;
    margin-top: 26px
}

.z582 {
    z-index: 20
}

.ps784 {
    position: relative;
    margin-left: 1px;
    margin-top: 0
}

.s727 {
    min-width: 438px;
    width: 438px;
    overflow: hidden;
    height: 53px
}

.z583 {
    z-index: 36;
    pointer-events: auto
}

.ps785 {
    position: relative;
    margin-left: 1px;
    margin-top: 0
}

.s728 {
    min-width: 438px;
    width: 438px;
    overflow: hidden;
    height: 51px
}

.z584 {
    z-index: 37;
    pointer-events: auto
}

.ps786 {
    position: relative;
    margin-left: 0;
    margin-top: 2px
}

.s729 {
    min-width: 440px;
    width: 440px;
    min-height: 100px
}

.s730 {
    min-width: 440px;
    width: 440px;
    min-height: 100px;
    line-height: 0
}

.ps787 {
    position: relative;
    margin-left: 1px;
    margin-top: 0
}

.s731 {
    min-width: 438px;
    width: 438px;
    overflow: hidden;
    height: 53px
}

.z585 {
    z-index: 38;
    pointer-events: auto
}

.f170 {
    font-family: "Lato 2";
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.220;
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps788 {
    position: relative;
    margin-left: 0;
    margin-top: -1px
}

.s732 {
    min-width: 440px;
    width: 440px;
    overflow: hidden;
    height: 48px
}

.z586 {
    z-index: 39;
    pointer-events: auto
}

.ps789 {
    position: relative;
    margin-left: 0;
    margin-top: 4px
}

.s733 {
    min-width: 440px;
    width: 440px;
    overflow: hidden;
    height: 50px
}

.z587 {
    z-index: 40;
    pointer-events: auto
}

.ps790 {
    position: relative;
    margin-left: 0;
    margin-top: 1px
}

.s734 {
    min-width: 440px;
    width: 440px;
    overflow: hidden;
    height: 53px
}

.z588 {
    z-index: 41;
    pointer-events: auto
}

.ps791 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s735 {
    min-width: 440px;
    width: 440px;
    overflow: hidden;
    height: 51px
}

.z589 {
    z-index: 42;
    pointer-events: auto
}

.ps792 {
    position: relative;
    margin-left: 1px;
    margin-top: 0
}

.s736 {
    min-width: 438px;
    width: 438px;
    overflow: hidden;
    height: 50px
}

.z590 {
    z-index: 43;
    pointer-events: auto
}

.ps793 {
    position: relative;
    margin-left: 1225px;
    margin-top: -441px
}

.s737 {
    min-width: 606px;
    width: 606px;
    min-height: 90px;
    line-height: 0
}

.ps794 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s738 {
    min-width: 518px;
    width: 518px;
    overflow: hidden;
    height: 66px
}

.z591 {
    z-index: 11;
    pointer-events: auto
}

.f171 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 38px;
    font-size: calc(38px * var(--f));
    line-height: 1.606;
    font-weight: 700;
    font-style: italic;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps795 {
    position: relative;
    margin-left: 0;
    margin-top: 19px
}

.s739 {
    min-width: 606px;
    width: 606px;
    min-height: 5px;
    -ms-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.z592 {
    z-index: 12
}

.ps796 {
    position: relative;
    margin-left: 778px;
    margin-top: 102px
}

.z593 {
    z-index: 15;
    pointer-events: auto
}

.ps797 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.z594 {
    z-index: 17;
    pointer-events: auto
}

.i56 {
    position: absolute;
    left: 0;
    width: 110px;
    height: 96px;
    top: 0;
    border: 0
}

.ps798 {
    position: relative;
    margin-left: -10px;
    margin-top: 0
}

.z595 {
    z-index: 18;
    pointer-events: auto
}

.i57 {
    position: absolute;
    left: 0;
    width: 102px;
    height: 90px;
    top: 0;
    border: 0
}

.ps799 {
    position: relative;
    margin-left: 4px;
    margin-top: 11px
}

.z596 {
    z-index: 19;
    pointer-events: auto
}

.i58 {
    position: absolute;
    left: 11px;
    width: 67px;
    height: 67px;
    top: 0;
    border: 0
}

.ps800 {
    position: relative;
    margin-left: 138px;
    margin-top: 0
}

.s740 {
    min-width: 1667px;
    width: 1667px;
    min-height: 8px;
    -ms-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.z597 {
    z-index: 14
}

.ps801 {
    position: relative;
    margin-left: 146px;
    margin-top: 16px
}

.s741 {
    min-width: 1669px;
    width: 1669px;
    overflow: hidden;
    height: 80px
}

.z598 {
    z-index: 35;
    pointer-events: auto
}

.f172 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 24px;
    font-size: calc(24px * var(--f));
    line-height: 1.584;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.s742 {
    width: 100%;
    width: calc(100% - var(--sw));
    min-width: 1920px;
    min-height: 107px
}

.c215 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #a1a1a1
}

.z599 {
    z-index: 68;
    pointer-events: none
}

.ps802 {
    position: relative;
    margin-top: 22px
}

.s743 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 62px
}

.ps803 {
    position: relative;
    margin-left: 1365px;
    margin-top: 0
}

.s744 {
    min-width: 254px;
    height: 62px;
    box-sizing: border-box;
    width: 254px;
    padding-right: 0
}

.c216 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #161616;
    color: #a1a1a1;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear
}

.f173 {
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    z-index: 1;
    font-family: "Hanken Grotesk 3";
    font-size: 22px;
    font-size: calc(22px * var(--f));
    line-height: 1.319;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 17px;
    padding-bottom: 16px
}

.c216:hover {
    background-color: #06341d;
    background-clip: padding-box;
    color: #161616
}

.c216:active {
    transition: initial;
    color: #a1a1a1
}

.ps804 {
    position: relative;
    margin-left: 24px;
    margin-top: 0
}

.c217 {
    display: inline-block;
    position: relative;
    margin-left: 0;
    margin-top: 0
}

body {
    --d: 0;
    --s: 1920
}

@media (min-width:1200px) and (max-width:1919px) {
    .c201 {
        min-width: 1200px;
        min-height: 679px
    }

    .s669 {
        min-width: 1200px;
        height: 256px
    }

    .ps708 {
        margin-top: 7px
    }

    .s670 {
        width: 1200px;
        min-height: 42px
    }

    .ps709 {
        margin-left: 41px
    }

    .ps710 {
        margin-top: 8px
    }

    .i50 {
        left: 3px;
        min-width: 25px;
        max-width: 25px;
        min-height: 25px;
        max-height: 25px
    }

    .ps711 {
        margin-left: 11px;
        margin-top: 8px
    }

    .s671 {
        min-width: 172px;
        width: 172px;
        height: 25px
    }

    .f153 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .ps712 {
        margin-left: 26px;
        margin-top: 8px
    }

    .i51 {
        left: 10px;
        min-width: 25px;
        max-width: 25px;
        min-height: 25px;
        max-height: 25px
    }

    .ps713 {
        margin-left: -1px;
        margin-top: 8px
    }

    .s672 {
        min-width: 279px;
        width: 279px;
        height: 25px
    }

    .ps714 {
        margin-left: 539px
    }

    .i52 {
        width: 42px;
        height: 42px
    }

    .ps715 {
        margin-top: 4px
    }

    .s673 {
        min-height: 203px
    }

    .ps716 {
        margin-top: -176px
    }

    .s674 {
        width: 1200px;
        min-height: 167px
    }

    .ps717 {
        margin-left: 27px
    }

    .ps718 {
        margin-top: 6px
    }

    .i53 {
        width: 358px;
        height: 79px;
        top: 2px;
        -webkit-border-radius: 42px;
        -moz-border-radius: 42px;
        border-radius: 42px
    }

    .ps719 {
        margin-left: 46px;
        margin-top: 41px
    }

    .s676 {
        min-width: 30px
    }

    .ps721 {
        margin-top: 56px
    }

    .s677 {
        min-width: 30px;
        width: 30px;
        height: 18px
    }

    .f154 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.365
    }

    .ps723 {
        margin-top: 5px
    }

    .s678 {
        min-width: 117px;
        width: 117px;
        height: 26px
    }

    .f155 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201
    }

    .ps724 {
        margin-top: 4px
    }

    .s679 {
        min-width: 281px;
        width: 281px;
        height: 26px
    }

    .ps726 {
        margin-left: 119px;
        margin-top: -36px
    }

    .s680 {
        min-width: 178px;
        width: 178px;
        height: 26px
    }

    .s681 {
        min-width: 295px;
        width: 295px;
        height: 26px
    }

    .ps729 {
        margin-left: 299px;
        margin-top: -36px
    }

    .s682 {
        min-width: 231px;
        width: 231px;
        height: 26px
    }

    .s683 {
        min-width: 268px;
        width: 268px;
        height: 26px
    }

    .ps731 {
        margin-left: 532px;
        margin-top: -36px
    }

    .s684 {
        min-width: 257px;
        width: 257px;
        height: 26px
    }

    .ps733 {
        margin-top: 4px
    }

    .s685 {
        min-width: 298px;
        width: 298px;
        height: 26px
    }

    .ps734 {
        margin-left: 791px;
        margin-top: -36px
    }

    .s686 {
        min-width: 133px;
        width: 133px;
        height: 26px
    }

    .ps735 {
        margin-left: 926px;
        margin-top: -36px
    }

    .s687 {
        min-width: 85px;
        width: 85px;
        height: 26px
    }

    .ps736 {
        margin-left: 1013px;
        margin-top: -36px
    }

    .ps737 {
        margin-left: 700px;
        margin-top: -167px
    }

    .s688 {
        min-width: 464px;
        width: 464px;
        min-height: 49px
    }

    .input37 {
        width: 464px;
        height: 49px;
        font-size: 18px;
        line-height: 1.168
    }

    .ps738 {
        margin-left: 431px;
        margin-top: -41px
    }

    .s689 {
        min-width: 27px;
        width: 27px;
        height: 33px
    }

    .ps739 {
        margin-top: -423px
    }

    .s690 {
        min-width: 1200px;
        min-height: 2144px
    }

    .ps740 {
        margin-top: 71px
    }

    .s691 {
        min-width: 1200px;
        min-height: 98px
    }

    .ps741 {
        margin-top: 25px
    }

    .s692 {
        width: 1200px;
        min-height: 48px
    }

    .ps742 {
        margin-left: 420px
    }

    .s693 {
        min-width: 391px;
        width: 391px;
        height: 48px
    }

    .f156 {
        font-size: 30px;
        font-size: calc(30px * var(--f));
        line-height: 1.601
    }

    .ps743 {
        margin-top: 61px
    }

    .s694 {
        width: 1200px;
        min-height: 1035px
    }

    .ps744 {
        margin-left: 17px
    }

    .s695 {
        min-width: 1116px;
        width: 1116px;
        min-height: 1035px;
        height: 1035px
    }

    .f157 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.819
    }

    .f158 {
        font-size: 28px;
        font-size: calc(28px * var(--f));
        line-height: 1.822
    }

    .f159 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.819
    }

    .ps745 {
        margin-top: 80px
    }

    .s696 {
        min-width: 1200px;
        min-height: 109px
    }

    .ps746 {
        margin-top: 25px
    }

    .s697 {
        width: 1200px;
        min-height: 60px
    }

    .ps747 {
        margin-left: 374px
    }

    .s698 {
        min-width: 585px;
        width: 585px;
        height: 60px
    }

    .f160 {
        font-size: 34px;
        font-size: calc(34px * var(--f));
        line-height: 1.589
    }

    .ps748 {
        margin-top: 81px
    }

    .s699 {
        width: 1200px;
        min-height: 567px
    }

    .ps749 {
        margin-left: 31px
    }

    .s700 {
        min-width: 1116px;
        width: 1116px;
        min-height: 567px;
        height: 567px
    }

    .f161 {
        font-size: 28px;
        font-size: calc(28px * var(--f));
        line-height: 1.822
    }

    .f162 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.819
    }

    .f163 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.819
    }

    .ps750 {
        margin-top: -2113px
    }

    .s701 {
        width: 1200px;
        height: 490px
    }

    .ps751 {
        margin-left: 8px
    }

    .ps752 {
        margin-left: 1040px;
        margin-top: 9px
    }

    .i54 {
        left: 5px;
        min-width: 33px;
        max-width: 33px;
        min-height: 33px;
        max-height: 33px
    }

    .ps753 {
        margin-top: 16px
    }

    .s702 {
        min-width: 1095px;
        height: 70px;
        width: 1095px
    }

    .f164 {
        font-size: 34px;
        font-size: calc(34px * var(--f));
        line-height: 1.207;
        padding-top: 15px;
        padding-bottom: 14px
    }

    .c212::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c212:hover:before {
        opacity: 1
    }

    .c212::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c212:hover:after {
        opacity: 0
    }

    .c212:active:before {
        opacity: 1
    }

    .c212:active:after {
        opacity: 1;
        transition: initial
    }

    .ps754 {
        margin-top: 5px
    }

    .s703 {
        min-width: 1095px;
        width: 1095px;
        min-height: 107px
    }

    .s704 {
        min-width: 1095px;
        height: 70px;
        width: 1095px
    }

    .ps755 {
        margin-top: -33px
    }

    .s705 {
        min-width: 1095px;
        height: 70px;
        width: 1095px
    }

    .ps756 {
        margin-top: -70px
    }

    .ps757 {
        margin-top: -70px
    }

    .ps758 {
        margin-top: -70px
    }

    .ps759 {
        margin-left: 23px
    }

    .ps760 {
        margin-left: 20px;
        margin-top: 11px
    }

    .ps761 {
        margin-left: 20px;
        margin-top: 5px
    }

    .s706 {
        min-width: 1095px;
        height: 73px;
        width: 1095px
    }

    .f165 {
        font-size: 34px;
        font-size: calc(34px * var(--f));
        line-height: 1.207;
        padding-top: 16px;
        padding-bottom: 16px
    }

    .ps762 {
        margin-top: 1641px
    }

    .s707 {
        min-width: 1200px;
        height: 519px
    }

    .ps763 {
        margin-top: 21px
    }

    .s708 {
        width: 1200px;
        min-height: 464px
    }

    .ps764 {
        margin-left: 31px
    }

    .s709 {
        min-width: 1145px;
        width: 1145px;
        min-height: 321px
    }

    .i55 {
        left: 7px;
        width: 113px;
        height: 111px;
        -webkit-border-radius: 56px;
        -moz-border-radius: 56px;
        border-radius: 56px
    }

    .ps766 {
        margin-left: 122px
    }

    .s710 {
        min-width: 216px;
        width: 216px;
        height: 41px
    }

    .f166 {
        font-size: 26px;
        font-size: calc(26px * var(--f));
        line-height: 1.386
    }

    .ps767 {
        margin-left: -213px;
        margin-top: 54px
    }

    .s711 {
        min-width: 482px;
        width: 482px;
        min-height: 236px
    }

    .ps768 {
        margin-top: 6px
    }

    .s712 {
        min-width: 213px;
        width: 213px;
        height: 26px
    }

    .f167 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f167:visited {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f167:hover {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f167:active {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .ps769 {
        margin-top: 6px
    }

    .s713 {
        min-width: 213px;
        width: 213px;
        height: 25px
    }

    .f168 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.051
    }

    .f168:visited {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.051
    }

    .f168:hover {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.051
    }

    .f168:active {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.051
    }

    .ps770 {
        margin-left: 2px;
        margin-top: 5px
    }

    .s714 {
        min-width: 211px;
        width: 211px;
        height: 30px
    }

    .ps771 {
        margin-top: 5px
    }

    .s715 {
        min-width: 213px;
        width: 213px;
        height: 29px
    }

    .ps772 {
        margin-top: 5px
    }

    .s716 {
        min-width: 213px;
        width: 213px;
        height: 28px
    }

    .ps773 {
        margin-top: 5px
    }

    .s717 {
        min-width: 213px;
        width: 213px;
        height: 30px
    }

    .ps774 {
        margin-top: 4px
    }

    .s718 {
        min-width: 213px;
        width: 213px;
        height: 32px
    }

    .ps775 {
        margin-left: 25px
    }

    .s719 {
        min-width: 222px;
        width: 222px;
        min-height: 193px
    }

    .s720 {
        min-width: 219px;
        width: 219px;
        height: 25px
    }

    .ps777 {
        margin-top: 4px
    }

    .s721 {
        min-width: 220px;
        width: 220px;
        height: 27px
    }

    .ps778 {
        margin-top: 5px
    }

    .s722 {
        min-width: 220px;
        width: 220px;
        height: 29px
    }

    .ps779 {
        margin-top: 6px
    }

    .s723 {
        min-width: 219px;
        width: 219px;
        height: 29px
    }

    .ps780 {
        margin-top: 39px
    }

    .s724 {
        min-width: 222px;
        width: 222px;
        height: 29px
    }

    .f169 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f169:visited {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f169:hover {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f169:active {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .ps781 {
        margin-left: 239px;
        margin-top: -99px
    }

    .s725 {
        min-width: 243px;
        width: 243px;
        height: 42px
    }

    .ps782 {
        margin-top: -236px
    }

    .s726 {
        min-width: 458px;
        width: 458px;
        min-height: 3px
    }

    .ps783 {
        margin-left: 32px;
        margin-top: 62px
    }

    .s727 {
        min-width: 274px;
        width: 274px;
        height: 33px
    }

    .s728 {
        min-width: 274px;
        width: 274px;
        height: 32px
    }

    .ps786 {
        margin-top: 1px
    }

    .s729 {
        min-width: 275px;
        width: 275px;
        min-height: 63px
    }

    .s730 {
        min-width: 275px;
        width: 275px;
        min-height: 63px
    }

    .s731 {
        min-width: 274px;
        width: 274px;
        height: 33px
    }

    .f170 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201
    }

    .f170:visited {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201
    }

    .f170:hover {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201
    }

    .f170:active {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201
    }

    .ps788 {
        margin-top: 0
    }

    .s732 {
        min-width: 275px;
        width: 275px;
        height: 30px
    }

    .ps789 {
        margin-top: 2px
    }

    .s733 {
        min-width: 275px;
        width: 275px;
        height: 31px
    }

    .s734 {
        min-width: 275px;
        width: 275px;
        height: 33px
    }

    .s735 {
        min-width: 275px;
        width: 275px;
        height: 32px
    }

    .s736 {
        min-width: 274px;
        width: 274px;
        height: 31px
    }

    .ps793 {
        margin-left: 766px;
        margin-top: -321px
    }

    .s737 {
        min-width: 379px;
        width: 379px;
        min-height: 56px
    }

    .s738 {
        min-width: 324px;
        width: 324px;
        height: 41px
    }

    .f171 {
        font-size: 24px;
        font-size: calc(24px * var(--f));
        line-height: 1.584
    }

    .ps795 {
        margin-top: 12px
    }

    .s739 {
        min-width: 379px;
        width: 379px;
        min-height: 3px
    }

    .ps796 {
        margin-left: 486px;
        margin-top: 6px
    }

    .i56 {
        width: 112px;
        height: 72px
    }

    .i57 {
        width: 104px;
        height: 67px
    }

    .ps799 {
        margin-top: 8px
    }

    .i58 {
        left: 15px;
        width: 59px;
        height: 59px
    }

    .ps800 {
        margin-left: 86px
    }

    .s740 {
        min-width: 1042px;
        width: 1042px;
        min-height: 5px
    }

    .ps801 {
        margin-left: 91px;
        margin-top: 10px
    }

    .s741 {
        min-width: 1043px;
        width: 1043px;
        height: 50px
    }

    .f172 {
        font-size: 15px;
        font-size: calc(15px * var(--f));
        line-height: 1.601
    }

    .s742 {
        min-width: 1200px;
        min-height: 67px
    }

    .ps802 {
        margin-top: 14px
    }

    .s743 {
        width: 1200px;
        min-height: 39px
    }

    .ps803 {
        margin-left: 853px
    }

    .s744 {
        min-width: 159px;
        height: 39px;
        width: 159px
    }

    .f173 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.287;
        padding-top: 11px;
        padding-bottom: 10px
    }

    .ps804 {
        margin-left: 15px
    }

    body {
        --d: 1;
        --s: 1200
    }
}

@media (min-width:960px) and (max-width:1199px) {
    .c201 {
        min-width: 960px;
        min-height: 471px
    }

    .s669 {
        min-width: 960px;
        height: 233px
    }

    .ps708 {
        margin-top: 5px
    }

    .s670 {
        width: 960px;
        min-height: 49px
    }

    .ps709 {
        margin-left: 188px
    }

    .ps710 {
        margin-top: 4px
    }

    .i50 {
        left: 0;
        min-width: 24px;
        max-width: 24px;
        min-height: 24px;
        max-height: 24px
    }

    .ps711 {
        margin-left: 14px;
        margin-top: 4px
    }

    .s671 {
        min-width: 146px;
        width: 146px;
        height: 25px
    }

    .f153 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.188
    }

    .ps712 {
        margin-left: 36px;
        margin-top: 0
    }

    .i51 {
        left: 4px;
        min-width: 32px;
        max-width: 32px;
        min-height: 32px;
        max-height: 32px
    }

    .ps713 {
        margin-left: 7px;
        margin-top: 4px
    }

    .s672 {
        min-width: 228px;
        width: 228px;
        height: 25px
    }

    .ps714 {
        margin-left: 224px;
        margin-top: 7px
    }

    .i52 {
        left: 1px;
        width: 42px;
        height: 42px
    }

    .ps715 {
        margin-top: 22px
    }

    .s673 {
        min-height: 157px
    }

    .ps716 {
        margin-top: -156px
    }

    .s674 {
        width: 960px;
        min-height: 130px
    }

    .ps718 {
        margin-top: 0
    }

    .i53 {
        width: 261px;
        height: 57px;
        top: 11px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        border-radius: 40px
    }

    .ps719 {
        margin-left: 132px;
        margin-top: 15px
    }

    .s676 {
        min-width: 22px
    }

    .ps721 {
        margin-top: 45px
    }

    .s677 {
        min-width: 22px;
        width: 22px;
        height: 14px
    }

    .f154 {
        font-size: 8px;
        font-size: calc(8px * var(--f));
        line-height: 1.376
    }

    .ps723 {
        margin-top: 8px
    }

    .s678 {
        min-width: 79px;
        width: 79px;
        height: 19px
    }

    .f155 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .ps724 {
        margin-top: 1px
    }

    .s679 {
        min-width: 205px;
        width: 205px;
        height: 19px
    }

    .ps726 {
        margin-left: 80px;
        margin-top: -36px
    }

    .s680 {
        min-width: 122px;
        width: 122px;
        height: 19px
    }

    .s681 {
        min-width: 215px;
        width: 215px;
        height: 19px
    }

    .ps729 {
        margin-left: 203px;
        margin-top: -36px
    }

    .s682 {
        min-width: 159px;
        width: 159px;
        height: 19px
    }

    .s683 {
        min-width: 200px;
        width: 200px;
        height: 19px
    }

    .ps731 {
        margin-left: 363px;
        margin-top: -36px
    }

    .s684 {
        min-width: 177px;
        width: 177px;
        height: 19px
    }

    .ps733 {
        margin-top: 1px
    }

    .s685 {
        min-width: 238px;
        width: 238px;
        height: 19px
    }

    .ps734 {
        margin-left: 541px;
        margin-top: -36px
    }

    .s686 {
        min-width: 91px;
        width: 91px;
        height: 19px
    }

    .ps735 {
        margin-left: 633px;
        margin-top: -36px
    }

    .s687 {
        min-width: 57px;
        width: 57px;
        height: 19px
    }

    .ps736 {
        margin-left: 691px;
        margin-top: -36px
    }

    .ps737 {
        margin-left: 604px;
        margin-top: -112px
    }

    .s688 {
        min-width: 347px;
        width: 347px;
        min-height: 40px
    }

    .input37 {
        width: 347px;
        height: 40px;
        font-size: 14px;
        font-style: normal
    }

    .ps738 {
        margin-left: 318px;
        margin-top: -34px
    }

    .s689 {
        min-width: 24px;
        width: 24px;
        height: 29px
    }

    .ps739 {
        margin-top: -238px
    }

    .s690 {
        min-width: 960px;
        min-height: 1715px
    }

    .ps740 {
        margin-top: 57px
    }

    .s691 {
        min-width: 960px;
        min-height: 78px
    }

    .ps741 {
        margin-top: 20px
    }

    .s692 {
        width: 960px;
        min-height: 38px
    }

    .ps742 {
        margin-left: 336px
    }

    .s693 {
        min-width: 313px;
        width: 313px;
        height: 38px
    }

    .f156 {
        font-size: 24px;
        font-size: calc(24px * var(--f));
        line-height: 1.584
    }

    .ps743 {
        margin-top: 49px
    }

    .s694 {
        width: 960px;
        min-height: 828px
    }

    .ps744 {
        margin-left: 14px
    }

    .s695 {
        min-width: 891px;
        width: 891px;
        min-height: 828px;
        height: 828px
    }

    .f157 {
        font-size: 17px;
        font-size: calc(17px * var(--f));
        line-height: 1.825
    }

    .f158 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.819
    }

    .f159 {
        font-size: 17px;
        font-size: calc(17px * var(--f));
        line-height: 1.825
    }

    .ps745 {
        margin-top: 64px
    }

    .s696 {
        min-width: 960px;
        min-height: 87px
    }

    .ps746 {
        margin-top: 20px
    }

    .s697 {
        width: 960px;
        min-height: 48px
    }

    .ps747 {
        margin-left: 353px
    }

    .s698 {
        min-width: 180px;
        width: 180px;
        height: 48px
    }

    .f160 {
        font-size: 27px;
        font-size: calc(27px * var(--f))
    }

    .ps748 {
        margin-top: 65px
    }

    .s699 {
        width: 960px;
        min-height: 454px
    }

    .ps749 {
        margin-left: 25px
    }

    .s700 {
        min-width: 891px;
        width: 891px;
        min-height: 454px;
        height: 454px
    }

    .f161 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.819
    }

    .f162 {
        font-size: 17px;
        font-size: calc(17px * var(--f));
        line-height: 1.825
    }

    .f163 {
        font-size: 17px;
        font-size: calc(17px * var(--f));
        line-height: 1.825
    }

    .ps750 {
        margin-top: -1677px
    }

    .s701 {
        width: 960px;
        height: 80px
    }

    .ps751 {
        margin-left: 0
    }

    .ps752 {
        margin-left: 860px;
        margin-top: 16px
    }

    .i54 {
        left: 0;
        min-width: 16px;
        max-width: 16px;
        min-height: 16px;
        max-height: 16px
    }

    .ps753 {
        margin-top: -8px
    }

    .s702 {
        min-width: 882px;
        height: 56px;
        width: 882px
    }

    .f164 {
        font-size: 27px;
        font-size: calc(27px * var(--f));
        line-height: 1.223;
        padding-top: 12px;
        padding-bottom: 11px
    }

    .c212::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c212:hover:before {
        opacity: 1
    }

    .c212::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c212:hover:after {
        opacity: 0
    }

    .c212:active:before {
        opacity: 1
    }

    .c212:active:after {
        opacity: 1;
        transition: initial
    }

    .ps754 {
        margin-top: -56px
    }

    .s703 {
        min-width: 882px;
        width: 882px;
        min-height: 56px
    }

    .s704 {
        min-width: 882px;
        height: 56px;
        width: 882px
    }

    .ps755 {
        margin-top: -56px
    }

    .s705 {
        min-width: 882px;
        height: 56px;
        width: 882px
    }

    .ps756 {
        margin-top: -56px
    }

    .ps757 {
        margin-top: -56px
    }

    .ps758 {
        margin-top: -56px
    }

    .ps759 {
        margin-left: 0;
        margin-top: -56px
    }

    .ps760 {
        margin-left: 0;
        margin-top: -56px
    }

    .ps761 {
        margin-left: 0;
        margin-top: -59px
    }

    .s706 {
        min-width: 882px;
        height: 59px;
        width: 882px
    }

    .f165 {
        font-size: 27px;
        font-size: calc(27px * var(--f));
        line-height: 1.223;
        padding-top: 13px;
        padding-bottom: 13px
    }

    .ps762 {
        margin-top: 1597px
    }

    .s707 {
        min-width: 960px;
        height: 525px
    }

    .ps763 {
        margin-top: 35px
    }

    .s708 {
        width: 960px;
        min-height: 472px
    }

    .ps764 {
        margin-left: 38px
    }

    .s709 {
        min-width: 900px;
        width: 900px;
        min-height: 340px
    }

    .i55 {
        left: 1px;
        width: 94px;
        height: 92px;
        -webkit-border-radius: 46px;
        -moz-border-radius: 46px;
        border-radius: 46px
    }

    .ps766 {
        margin-left: 66px;
        margin-top: 22px
    }

    .s710 {
        min-width: 184px;
        width: 184px;
        height: 35px
    }

    .f166 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.401
    }

    .ps767 {
        margin-left: -184px;
        margin-top: 57px
    }

    .s711 {
        min-width: 417px;
        width: 417px;
        min-height: 268px
    }

    .ps768 {
        margin-left: 25px;
        margin-top: 34px
    }

    .s712 {
        min-width: 84px;
        width: 84px;
        height: 26px
    }

    .f167 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f167:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f167:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f167:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .ps769 {
        margin-top: 6px
    }

    .s713 {
        min-width: 90px;
        width: 90px;
        height: 24px
    }

    .f168 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f168:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f168:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f168:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .ps770 {
        margin-left: -89px;
        margin-top: 38px
    }

    .s714 {
        min-width: 48px;
        width: 48px;
        height: 24px
    }

    .ps771 {
        margin-left: 1px;
        margin-top: 9px
    }

    .s715 {
        min-width: 121px;
        width: 121px;
        height: 27px
    }

    .ps772 {
        margin-left: 1px;
        margin-top: 10px
    }

    .s716 {
        min-width: 145px;
        width: 145px;
        height: 26px
    }

    .s717 {
        min-width: 98px;
        width: 98px;
        height: 27px
    }

    .ps774 {
        margin-top: 13px
    }

    .s718 {
        min-width: 168px;
        width: 168px;
        height: 26px
    }

    .ps775 {
        margin-left: 47px;
        margin-top: 14px
    }

    .s719 {
        min-width: 151px;
        width: 151px;
        min-height: 194px
    }

    .s720 {
        min-width: 151px;
        width: 151px;
        height: 24px
    }

    .ps777 {
        margin-left: 1px;
        margin-top: 9px
    }

    .s721 {
        min-width: 115px;
        width: 115px;
        height: 24px
    }

    .ps778 {
        margin-top: 7px
    }

    .s722 {
        min-width: 58px;
        width: 58px;
        height: 24px
    }

    .ps779 {
        margin-top: 9px
    }

    .s723 {
        min-width: 151px;
        width: 151px;
        height: 25px
    }

    .ps780 {
        margin-top: 45px
    }

    .s724 {
        min-width: 103px;
        width: 103px;
        height: 27px
    }

    .f169 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f169:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f169:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f169:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .ps781 {
        margin-left: 215px;
        margin-top: -88px
    }

    .s725 {
        min-width: 177px;
        width: 177px;
        height: 27px
    }

    .ps782 {
        margin-top: -268px
    }

    .s726 {
        min-width: 281px;
        width: 281px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps783 {
        margin-left: 20px;
        margin-top: 92px
    }

    .ps784 {
        margin-left: 0
    }

    .s727 {
        min-width: 218px;
        width: 218px;
        height: 26px
    }

    .ps785 {
        margin-left: 0;
        margin-top: 8px
    }

    .s728 {
        min-width: 219px;
        width: 219px;
        height: 26px
    }

    .ps786 {
        margin-top: 5px
    }

    .s729 {
        min-width: 233px;
        width: 233px;
        min-height: 55px
    }

    .s730 {
        min-width: 233px;
        width: 233px;
        min-height: 55px
    }

    .ps787 {
        margin-left: 0
    }

    .s731 {
        min-width: 233px;
        width: 233px;
        height: 26px
    }

    .f170 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f170:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f170:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f170:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .ps788 {
        margin-top: 5px
    }

    .s732 {
        min-width: 130px;
        width: 130px;
        height: 24px
    }

    .ps789 {
        margin-left: 1px;
        margin-top: 5px
    }

    .s733 {
        min-width: 110px;
        width: 110px;
        height: 25px
    }

    .ps790 {
        margin-top: 7px
    }

    .s734 {
        min-width: 180px;
        width: 180px;
        height: 26px
    }

    .ps791 {
        margin-top: 6px
    }

    .s735 {
        min-width: 69px;
        width: 69px;
        height: 26px
    }

    .ps792 {
        margin-left: 0;
        margin-top: 8px
    }

    .s736 {
        min-width: 222px;
        width: 222px;
        height: 25px
    }

    .ps793 {
        margin-left: 583px;
        margin-top: -318px
    }

    .s737 {
        min-width: 317px;
        width: 317px;
        min-height: 35px
    }

    .ps794 {
        margin-left: 1px
    }

    .s738 {
        min-width: 233px;
        width: 233px;
        height: 32px
    }

    .f171 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.612
    }

    .ps795 {
        margin-top: 2px
    }

    .s739 {
        min-width: 317px;
        width: 317px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps796 {
        margin-left: 413px;
        margin-top: -35px
    }

    .ps797 {
        margin-top: 2px
    }

    .i56 {
        width: 53px;
        height: 65px
    }

    .ps798 {
        margin-left: 4px
    }

    .i57 {
        width: 53px;
        height: 67px
    }

    .ps799 {
        margin-left: 7px;
        margin-top: 13px
    }

    .i58 {
        left: 0;
        width: 38px;
        height: 38px;
        top: 2px
    }

    .ps800 {
        margin-left: 72px
    }

    .s740 {
        min-width: 834px;
        width: 834px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps801 {
        margin-left: 221px;
        margin-top: 46px
    }

    .s741 {
        min-width: 589px;
        width: 589px;
        height: 53px
    }

    .f172 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.616
    }

    .s742 {
        min-width: 960px;
        min-height: 54px
    }

    .ps802 {
        margin-top: 11px
    }

    .s743 {
        width: 960px;
        min-height: 31px
    }

    .ps803 {
        margin-left: 683px
    }

    .s744 {
        min-width: 128px;
        height: 31px;
        width: 128px
    }

    .f173 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.274;
        padding-top: 9px;
        padding-bottom: 8px
    }

    .ps804 {
        margin-left: 10px
    }

    body {
        --d: 2;
        --s: 960
    }
}

@media (min-width:768px) and (max-width:959px) {
    .c201 {
        min-width: 768px;
        min-height: 385px
    }

    .s669 {
        min-width: 768px;
        height: 187px
    }

    .ps708 {
        margin-top: 9px
    }

    .s670 {
        width: 768px;
        min-height: 40px
    }

    .ps709 {
        margin-left: 148px
    }

    .ps710 {
        margin-top: 5px
    }

    .i50 {
        left: 0;
        min-width: 19px;
        max-width: 19px;
        min-height: 19px;
        max-height: 19px
    }

    .ps711 {
        margin-left: 14px;
        margin-top: 5px
    }

    .s671 {
        min-width: 160px;
        width: 160px;
        height: 20px
    }

    .f153 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.188
    }

    .ps712 {
        margin-left: 25px;
        margin-top: 0
    }

    .i51 {
        left: 3px;
        min-width: 26px;
        max-width: 26px;
        min-height: 26px;
        max-height: 26px
    }

    .ps713 {
        margin-left: 12px;
        margin-top: 4px
    }

    .s672 {
        min-width: 225px;
        width: 225px;
        height: 23px
    }

    .ps714 {
        margin-left: 70px;
        margin-top: 3px
    }

    .i52 {
        left: 1px;
        width: 37px;
        height: 37px
    }

    .ps715 {
        margin-top: 12px
    }

    .s673 {
        min-height: 126px
    }

    .ps716 {
        margin-top: -127px
    }

    .s674 {
        width: 768px;
        min-height: 109px
    }

    .ps717 {
        margin-left: 11px
    }

    .ps718 {
        margin-top: 12px
    }

    .i53 {
        width: 83px;
        height: 18px;
        top: 29px;
        -webkit-border-radius: 38px;
        -moz-border-radius: 38px;
        border-radius: 38px
    }

    .ps719 {
        margin-left: 9px;
        margin-top: 80px
    }

    .s676 {
        min-width: 17px
    }

    .ps721 {
        margin-top: 37px
    }

    .s677 {
        min-width: 17px;
        width: 17px;
        height: 10px
    }

    .f154 {
        font-size: 6px;
        font-size: calc(6px * var(--f));
        line-height: 1.334
    }

    .ps723 {
        margin-top: 7px
    }

    .s678 {
        min-width: 65px;
        width: 65px;
        height: 15px
    }

    .f155 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.183
    }

    .ps724 {
        margin-top: 1px
    }

    .s679 {
        min-width: 164px;
        width: 164px;
        height: 15px
    }

    .ps726 {
        margin-left: 65px;
        margin-top: -29px
    }

    .s680 {
        min-width: 98px;
        width: 98px;
        height: 15px
    }

    .s681 {
        min-width: 172px;
        width: 172px;
        height: 15px
    }

    .ps729 {
        margin-left: 163px;
        margin-top: -29px
    }

    .s682 {
        min-width: 128px;
        width: 128px;
        height: 15px
    }

    .s683 {
        min-width: 160px;
        width: 160px;
        height: 15px
    }

    .ps731 {
        margin-left: 291px;
        margin-top: -29px
    }

    .s684 {
        min-width: 142px;
        width: 142px;
        height: 15px
    }

    .ps733 {
        margin-top: 1px
    }

    .s685 {
        min-width: 190px;
        width: 190px;
        height: 15px
    }

    .ps734 {
        margin-left: 433px;
        margin-top: -29px
    }

    .s686 {
        min-width: 74px;
        width: 74px;
        height: 15px
    }

    .ps735 {
        margin-left: 507px;
        margin-top: -29px
    }

    .s687 {
        min-width: 47px;
        width: 47px;
        height: 15px
    }

    .ps736 {
        margin-left: 554px;
        margin-top: -29px
    }

    .ps737 {
        margin-left: 441px;
        margin-top: -109px
    }

    .s688 {
        min-width: 288px;
        width: 288px;
        min-height: 31px
    }

    .input37 {
        width: 288px;
        height: 31px;
        font-family: "Lato 3";
        font-size: 12px;
        line-height: 1.251;
        font-weight: 700;
        font-style: normal
    }

    .ps738 {
        margin-left: 260px;
        margin-top: -31px
    }

    .s689 {
        min-width: 26px;
        width: 26px;
        height: 29px
    }

    .ps739 {
        margin-top: -198px
    }

    .s690 {
        min-width: 768px;
        min-height: 1372px
    }

    .ps740 {
        margin-top: 46px
    }

    .s691 {
        min-width: 768px;
        min-height: 62px
    }

    .ps741 {
        margin-top: 16px
    }

    .s692 {
        width: 768px;
        min-height: 30px
    }

    .ps742 {
        margin-left: 269px
    }

    .s693 {
        min-width: 250px;
        width: 250px;
        height: 30px
    }

    .f156 {
        font-size: 19px;
        font-size: calc(19px * var(--f));
        line-height: 1.580
    }

    .ps743 {
        margin-top: 40px
    }

    .s694 {
        width: 768px;
        min-height: 662px
    }

    .ps744 {
        margin-left: 11px
    }

    .s695 {
        min-width: 711px;
        width: 711px;
        min-height: 662px;
        height: 662px
    }

    .f157 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.847
    }

    .f158 {
        font-size: 17px;
        font-size: calc(17px * var(--f));
        line-height: 1.825
    }

    .f159 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.847
    }

    .ps745 {
        margin-top: 51px
    }

    .s696 {
        min-width: 768px;
        min-height: 70px
    }

    .ps746 {
        margin-top: 16px
    }

    .s697 {
        width: 768px;
        min-height: 38px
    }

    .ps747 {
        margin-left: 282px
    }

    .s698 {
        min-width: 144px;
        width: 144px;
        height: 38px
    }

    .f160 {
        font-size: 21px;
        font-size: calc(21px * var(--f));
        line-height: 1.572
    }

    .ps748 {
        margin-top: 52px
    }

    .s699 {
        width: 768px;
        min-height: 363px
    }

    .ps749 {
        margin-left: 20px
    }

    .s700 {
        min-width: 711px;
        width: 711px;
        min-height: 363px;
        height: 363px
    }

    .f161 {
        font-size: 17px;
        font-size: calc(17px * var(--f));
        line-height: 1.825
    }

    .f162 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.847
    }

    .f163 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.847
    }

    .ps750 {
        margin-top: -1374px
    }

    .s701 {
        width: 768px;
        height: 487px
    }

    .ps751 {
        margin-left: 38px
    }

    .ps752 {
        margin-left: 675px;
        margin-top: 7px
    }

    .i54 {
        left: 0;
        min-width: 23px;
        max-width: 23px;
        min-height: 23px;
        max-height: 23px
    }

    .ps753 {
        margin-top: 31px
    }

    .s702 {
        min-width: 706px;
        height: 45px;
        width: 706px
    }

    .f164 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.228;
        padding-top: 9px;
        padding-bottom: 9px
    }

    .c212::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c212:hover:before {
        opacity: 1
    }

    .c212::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c212:hover:after {
        opacity: 0
    }

    .c212:active:before {
        opacity: 1
    }

    .c212:active:after {
        opacity: 1;
        transition: initial
    }

    .ps754 {
        margin-top: 3px
    }

    .s703 {
        min-width: 706px;
        width: 706px;
        min-height: 233px
    }

    .s704 {
        min-width: 706px;
        height: 45px;
        width: 706px
    }

    .ps755 {
        margin-top: 2px
    }

    .s705 {
        min-width: 706px;
        height: 45px;
        width: 706px
    }

    .ps756 {
        margin-top: 2px
    }

    .ps757 {
        margin-top: 2px
    }

    .ps758 {
        margin-top: 2px
    }

    .ps759 {
        margin-left: 0;
        margin-top: 2px
    }

    .ps760 {
        margin-left: 0;
        margin-top: 2px
    }

    .ps761 {
        margin-left: 0;
        margin-top: 3px
    }

    .s706 {
        min-width: 706px;
        height: 47px;
        width: 706px
    }

    .f165 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.228;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .ps762 {
        margin-top: 887px
    }

    .s707 {
        min-width: 768px;
        height: 457px
    }

    .ps763 {
        margin-top: 1px
    }

    .s708 {
        width: 768px;
        min-height: 433px
    }

    .ps764 {
        margin-left: 22px
    }

    .s709 {
        min-width: 729px;
        width: 729px;
        min-height: 180px
    }

    .ps765 {
        margin-top: 29px
    }

    .i55 {
        left: 0;
        width: 100px;
        height: 98px;
        top: 4px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px
    }

    .ps766 {
        margin-left: 38px;
        margin-top: 17px
    }

    .s710 {
        min-width: 147px;
        width: 147px;
        height: 28px
    }

    .f166 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.376
    }

    .ps767 {
        margin-left: -156px;
        margin-top: 0
    }

    .s711 {
        min-width: 296px;
        width: 296px;
        min-height: 155px
    }

    .s712 {
        min-width: 67px;
        width: 67px;
        height: 21px
    }

    .f167 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f167:visited {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f167:hover {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f167:active {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .ps769 {
        margin-top: 2px
    }

    .s713 {
        min-width: 72px;
        width: 72px;
        height: 19px
    }

    .f168 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.072
    }

    .f168:visited {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.072
    }

    .f168:hover {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.072
    }

    .f168:active {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.072
    }

    .ps770 {
        margin-left: -72px;
        margin-top: 23px
    }

    .s714 {
        min-width: 38px;
        width: 38px;
        height: 19px
    }

    .ps771 {
        margin-top: 2px
    }

    .s715 {
        min-width: 97px;
        width: 97px;
        height: 22px
    }

    .ps772 {
        margin-top: 2px
    }

    .s716 {
        min-width: 116px;
        width: 116px;
        height: 21px
    }

    .ps773 {
        margin-top: 2px
    }

    .s717 {
        min-width: 78px;
        width: 78px;
        height: 22px
    }

    .ps774 {
        margin-top: 0
    }

    .s718 {
        min-width: 126px;
        width: 126px;
        height: 21px
    }

    .ps775 {
        margin-left: 28px;
        margin-top: 0
    }

    .s719 {
        min-width: 121px;
        width: 121px;
        min-height: 133px
    }

    .s720 {
        min-width: 121px;
        width: 121px;
        height: 19px
    }

    .ps777 {
        margin-top: 3px
    }

    .s721 {
        min-width: 92px;
        width: 92px;
        height: 19px
    }

    .ps778 {
        margin-top: 2px
    }

    .s722 {
        min-width: 46px;
        width: 46px;
        height: 19px
    }

    .ps779 {
        margin-top: 2px
    }

    .s723 {
        min-width: 121px;
        width: 121px;
        height: 20px
    }

    .ps780 {
        margin-top: 27px
    }

    .s724 {
        min-width: 82px;
        width: 82px;
        height: 22px
    }

    .f169 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f169:visited {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f169:hover {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f169:active {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .ps781 {
        margin-left: 154px;
        margin-top: -68px
    }

    .s725 {
        min-width: 142px;
        width: 142px;
        height: 22px
    }

    .ps782 {
        margin-left: 9px;
        margin-top: -110px
    }

    .s726 {
        min-width: 225px;
        width: 225px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps783 {
        margin-left: 57px;
        margin-top: 1px
    }

    .ps784 {
        margin-left: 0
    }

    .s727 {
        min-width: 174px;
        width: 174px;
        height: 21px
    }

    .ps785 {
        margin-left: 0;
        margin-top: 2px
    }

    .s728 {
        min-width: 175px;
        width: 175px;
        height: 21px
    }

    .s729 {
        min-width: 187px;
        width: 187px;
        min-height: 42px
    }

    .s730 {
        min-width: 187px;
        width: 187px;
        min-height: 42px
    }

    .s731 {
        min-width: 186px;
        width: 186px;
        height: 21px
    }

    .f170 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .f170:visited {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .f170:hover {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .f170:active {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .ps788 {
        margin-top: 2px
    }

    .s732 {
        min-width: 104px;
        width: 104px;
        height: 19px
    }

    .ps789 {
        margin-top: 2px
    }

    .s733 {
        min-width: 88px;
        width: 88px;
        height: 20px
    }

    .ps790 {
        margin-top: 2px
    }

    .s734 {
        min-width: 144px;
        width: 144px;
        height: 21px
    }

    .ps791 {
        margin-top: 3px
    }

    .s735 {
        min-width: 55px;
        width: 55px;
        height: 21px
    }

    .ps792 {
        margin-left: 0;
        margin-top: 2px
    }

    .s736 {
        min-width: 178px;
        width: 178px;
        height: 20px
    }

    .ps793 {
        margin-left: 475px;
        margin-top: -169px
    }

    .s737 {
        min-width: 254px;
        width: 254px;
        min-height: 34px
    }

    .ps794 {
        margin-left: 1px
    }

    .s738 {
        min-width: 219px;
        width: 219px;
        height: 32px
    }

    .f171 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.626
    }

    .ps795 {
        margin-top: 1px
    }

    .s739 {
        min-width: 254px;
        width: 254px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps796 {
        margin-left: 287px;
        margin-top: 110px
    }

    .ps797 {
        margin-top: 5px
    }

    .i56 {
        width: 65px;
        height: 65px
    }

    .ps798 {
        margin-left: -12px
    }

    .i57 {
        width: 67px;
        height: 70px
    }

    .ps799 {
        margin-left: 0;
        margin-top: 15px
    }

    .i58 {
        left: 3px;
        width: 41px;
        height: 41px
    }

    .ps800 {
        margin-left: 84px
    }

    .s740 {
        min-width: 667px;
        width: 667px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps801 {
        margin-left: 131px;
        margin-top: 21px
    }

    .s741 {
        min-width: 551px;
        width: 551px;
        height: 51px
    }

    .f172 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.616
    }

    .s742 {
        min-width: 768px;
        min-height: 43px
    }

    .ps802 {
        margin-top: 9px
    }

    .s743 {
        width: 768px;
        min-height: 25px
    }

    .ps803 {
        margin-left: 546px
    }

    .s744 {
        min-width: 102px;
        height: 25px;
        width: 102px
    }

    .f173 {
        font-size: 9px;
        font-size: calc(9px * var(--f));
        line-height: 1.334;
        padding-top: 7px;
        padding-bottom: 6px
    }

    .ps804 {
        margin-left: 9px
    }

    body {
        --d: 3;
        --s: 768
    }
}

@media (min-width:480px) and (max-width:767px) {
    .c201 {
        min-width: 480px;
        min-height: 1306px
    }

    .s669 {
        min-width: 480px;
        height: 265px
    }

    .ps708 {
        margin-top: 1px
    }

    .s670 {
        width: 480px;
        min-height: 69px
    }

    .ps709 {
        margin-left: 4px
    }

    .ps710 {
        margin-left: 3px;
        margin-top: 4px
    }

    .i50 {
        left: 0;
        min-width: 27px;
        max-width: 27px;
        min-height: 27px;
        max-height: 27px;
        top: 1px;
        -ms-transform: rotate(79deg) scale(-1, 1);
        -moz-transform: rotate(79deg) scale(-1, 1);
        -webkit-transform: rotate(79deg) scale(-1, 1);
        transform: rotate(79deg) scale(-1, 1)
    }

    .ps711 {
        margin-left: 16px;
        margin-top: 0
    }

    .s671 {
        min-width: 192px;
        width: 192px;
        height: 48px
    }

    .f153 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.626
    }

    .ps712 {
        margin-left: -238px;
        margin-top: 36px
    }

    .i51 {
        left: 0;
        min-width: 32px;
        max-width: 32px;
        min-height: 32px;
        max-height: 32px
    }

    .ps713 {
        margin-left: 20px;
        margin-top: 36px
    }

    .s672 {
        min-width: 220px;
        width: 220px;
        height: 33px
    }

    .ps714 {
        margin-left: 133px;
        margin-top: 30px
    }

    .i52 {
        width: 37px;
        height: 37px;
        top: 1px
    }

    .ps715 {
        margin-top: 33px
    }

    .s673 {
        min-height: 162px
    }

    .ps716 {
        margin-top: -154px
    }

    .s674 {
        width: 480px;
        min-height: 154px
    }

    .ps717 {
        margin-left: 10px
    }

    .ps718 {
        margin-top: 0
    }

    .i53 {
        width: 113px;
        height: 25px;
        top: 50px;
        -webkit-border-radius: 57px;
        -moz-border-radius: 57px;
        border-radius: 57px
    }

    .ps719 {
        margin-left: 300px;
        margin-top: 101px
    }

    .s675 {
        min-width: 47px;
        width: 47px;
        min-height: 53px;
        height: 53px
    }

    .s676 {
        min-width: 47px;
        width: 47px;
        height: 53px
    }

    .mcv9 {
        display: inline-block
    }

    .v38 {
        display: inline-block;
        vertical-align: top
    }

    .c204 {
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: contain;
        background-image: url(../images/6/hamburger-gray-94.png)
    }

    .webp .c204 {
        background-image: url(../images/t/hamburger-gray-94.webp)
    }

    .ps721 {
        margin-top: 23px
    }

    .s677 {
        min-width: 47px;
        width: 47px;
        height: 7px
    }

    .f154 {
        font-size: 4px;
        font-size: calc(4px * var(--f));
        line-height: 1.251
    }

    .v39 {
        display: none
    }

    .ps722 {
        margin-left: -233px
    }

    .ps723 {
        margin-top: 1px
    }

    .s678 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .f155 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .s679 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps726 {
        margin-left: 0;
        margin-top: 0
    }

    .s680 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps727 {
        margin-left: -2px
    }

    .s681 {
        min-width: 282px;
        width: 282px;
        height: 24px
    }

    .ps729 {
        margin-left: 0;
        margin-top: 0
    }

    .s682 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps730 {
        margin-left: 23px
    }

    .s683 {
        min-width: 257px;
        width: 257px;
        height: 24px
    }

    .ps731 {
        margin-left: 0;
        margin-top: 0
    }

    .s684 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps732 {
        margin-left: -32px
    }

    .ps733 {
        margin-top: 2px
    }

    .s685 {
        min-width: 312px;
        width: 312px;
        height: 24px
    }

    .ps734 {
        margin-left: 0;
        margin-top: 0
    }

    .s686 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps735 {
        margin-left: 0;
        margin-top: 0
    }

    .s687 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps736 {
        margin-left: 0;
        margin-top: 0
    }

    .ps737 {
        margin-left: 176px;
        margin-top: -74px
    }

    .s688 {
        min-width: 295px;
        width: 295px;
        min-height: 42px
    }

    .input37 {
        width: 295px;
        height: 42px;
        font-family: "Lato 2";
        font-size: 14px;
        line-height: 1.215;
        font-style: normal
    }

    .ps738 {
        margin-left: 259px;
        margin-top: -41px
    }

    .s689 {
        min-width: 35px;
        width: 35px;
        height: 40px
    }

    .ps739 {
        margin-top: -1041px
    }

    .s690 {
        min-width: 480px;
        min-height: 1124px
    }

    .ps740 {
        margin-top: 0
    }

    .s691 {
        min-width: 480px;
        min-height: 68px
    }

    .ps741 {
        margin-top: 12px
    }

    .s692 {
        width: 480px;
        min-height: 44px
    }

    .ps742 {
        margin-left: 27px
    }

    .s693 {
        min-width: 398px;
        width: 398px;
        height: 44px
    }

    .f156 {
        font-size: 27px;
        font-size: calc(27px * var(--f));
        line-height: 1.594
    }

    .ps743 {
        margin-top: 23px
    }

    .s694 {
        width: 480px;
        min-height: 414px
    }

    .ps744 {
        margin-left: 8px
    }

    .s695 {
        min-width: 457px;
        width: 457px;
        min-height: 414px;
        height: 414px
    }

    .f157 {
        font-size: 7px;
        font-size: calc(7px * var(--f));
        line-height: 1.858
    }

    .f158 {
        font-size: 24px;
        font-size: calc(24px * var(--f));
        line-height: 1.834
    }

    .f159 {
        font-size: 21px;
        font-size: calc(21px * var(--f));
        line-height: 1.811
    }

    .ps745 {
        margin-top: 0
    }

    .s696 {
        min-width: 480px;
        min-height: 93px
    }

    .ps746 {
        margin-top: 23px
    }

    .s697 {
        width: 480px;
        min-height: 48px
    }

    .ps747 {
        margin-left: 99px
    }

    .s698 {
        min-width: 212px;
        width: 212px;
        height: 48px
    }

    .f160 {
        font-size: 27px;
        font-size: calc(27px * var(--f))
    }

    .ps748 {
        margin-top: 15px
    }

    .s699 {
        width: 480px;
        min-height: 477px
    }

    .ps749 {
        margin-left: 12px
    }

    .s700 {
        min-width: 440px;
        width: 440px;
        min-height: 477px;
        height: 477px
    }

    .f161 {
        font-size: 21px;
        font-size: calc(21px * var(--f));
        line-height: 1.811
    }

    .f162 {
        font-size: 7px;
        font-size: calc(7px * var(--f));
        line-height: 1.858
    }

    .f163 {
        font-size: 19px;
        font-size: calc(19px * var(--f));
        line-height: 1.843
    }

    .ps750 {
        margin-top: -956px
    }

    .s701 {
        width: 480px;
        height: 472px
    }

    .ps751 {
        margin-left: 11px
    }

    .ps752 {
        margin-left: 405px
    }

    .i54 {
        left: 0;
        min-width: 32px;
        max-width: 32px;
        min-height: 32px;
        max-height: 32px
    }

    .ps753 {
        margin-top: 23px
    }

    .s702 {
        min-width: 450px;
        height: 42px;
        width: 450px
    }

    .f164 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.251;
        padding-top: 9px;
        padding-bottom: 8px
    }

    .c212::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c212:hover:before {
        opacity: 1
    }

    .c212::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c212:hover:after {
        opacity: 0
    }

    .c212:active:before {
        opacity: 1
    }

    .c212:active:after {
        opacity: 1;
        transition: initial
    }

    .ps754 {
        margin-top: 4px
    }

    .s703 {
        min-width: 450px;
        width: 450px;
        min-height: 222px
    }

    .s704 {
        min-width: 450px;
        height: 42px;
        width: 450px
    }

    .ps755 {
        margin-top: 3px
    }

    .s705 {
        min-width: 450px;
        height: 42px;
        width: 450px
    }

    .ps756 {
        margin-top: 3px
    }

    .ps757 {
        margin-top: 3px
    }

    .ps758 {
        margin-top: 3px
    }

    .ps759 {
        margin-left: 0;
        margin-top: 2px
    }

    .ps760 {
        margin-left: 0;
        margin-top: 3px
    }

    .ps761 {
        margin-left: 0;
        margin-top: 2px
    }

    .s706 {
        min-width: 450px;
        height: 42px;
        width: 450px
    }

    .f165 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.251;
        padding-top: 9px;
        padding-bottom: 8px
    }

    .ps762 {
        margin-top: 483px
    }

    .s707 {
        min-width: 480px;
        height: 958px
    }

    .ps763 {
        margin-top: 0
    }

    .s708 {
        width: 480px;
        min-height: 939px
    }

    .ps764 {
        margin-left: 0
    }

    .s709 {
        min-width: 480px;
        width: 480px;
        min-height: 450px
    }

    .ps765 {
        margin-left: 18px;
        margin-top: 28px
    }

    .i55 {
        left: 7px;
        width: 107px;
        height: 105px;
        -webkit-border-radius: 53px;
        -moz-border-radius: 53px;
        border-radius: 53px
    }

    .ps766 {
        margin-left: -107px;
        margin-top: 195px
    }

    .s710 {
        min-width: 213px;
        width: 213px;
        height: 50px
    }

    .f166 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.401
    }

    .ps767 {
        margin-left: 0;
        margin-top: -245px
    }

    .s711 {
        min-width: 448px;
        width: 448px;
        min-height: 313px
    }

    .s712 {
        min-width: 49px;
        width: 49px;
        height: 14px
    }

    .f167 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f167:visited {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f167:hover {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f167:active {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .ps769 {
        margin-left: -49px;
        margin-top: 27px
    }

    .s713 {
        min-width: 65px;
        width: 65px;
        height: 12px
    }

    .f168 {
        font-size: 11px;
        font-size: calc(11px * var(--f))
    }

    .f168:visited {
        font-size: 11px;
        font-size: calc(11px * var(--f))
    }

    .f168:hover {
        font-size: 11px;
        font-size: calc(11px * var(--f))
    }

    .f168:active {
        font-size: 11px;
        font-size: calc(11px * var(--f))
    }

    .ps770 {
        margin-left: 61px;
        margin-top: 0
    }

    .s714 {
        min-width: 41px;
        width: 41px;
        height: 12px
    }

    .ps771 {
        margin-left: -166px;
        margin-top: 51px
    }

    .s715 {
        min-width: 80px;
        width: 80px;
        height: 14px
    }

    .ps772 {
        margin-left: 83px;
        margin-top: 204px
    }

    .s716 {
        min-width: 118px;
        width: 118px;
        height: 14px
    }

    .ps773 {
        margin-left: 1px;
        margin-top: -141px
    }

    .s717 {
        min-width: 72px;
        width: 72px;
        height: 14px
    }

    .ps774 {
        margin-left: -72px;
        margin-top: -113px
    }

    .s718 {
        min-width: 106px;
        width: 106px;
        height: 14px
    }

    .ps775 {
        margin-left: 0;
        margin-top: -191px
    }

    .s719 {
        min-width: 387px;
        width: 387px;
        min-height: 190px
    }

    .ps776 {
        margin-left: 238px
    }

    .s720 {
        min-width: 149px;
        width: 149px;
        height: 12px
    }

    .ps777 {
        margin-left: 126px;
        margin-top: 14px
    }

    .s721 {
        min-width: 82px;
        width: 82px;
        height: 12px
    }

    .ps778 {
        margin-left: -82px;
        margin-top: -12px
    }

    .s722 {
        min-width: 43px;
        width: 43px;
        height: 12px
    }

    .ps779 {
        margin-left: -169px;
        margin-top: 166px
    }

    .s723 {
        min-width: 107px;
        width: 107px;
        height: 12px
    }

    .ps780 {
        margin-left: 21px;
        margin-top: 38px
    }

    .s724 {
        min-width: 73px;
        width: 73px;
        height: 14px
    }

    .f169 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f169:visited {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f169:hover {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f169:active {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .ps781 {
        margin-left: 0;
        margin-top: 81px
    }

    .s725 {
        min-width: 118px;
        width: 118px;
        height: 14px
    }

    .ps782 {
        margin-left: 34px;
        margin-top: -83px
    }

    .s726 {
        min-width: 414px;
        width: 414px;
        min-height: 3px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps783 {
        margin-left: 93px;
        margin-top: -313px
    }

    .ps784 {
        margin-left: 237px
    }

    .s727 {
        min-width: 150px;
        width: 150px;
        height: 14px
    }

    .ps785 {
        margin-left: 237px;
        margin-top: 38px
    }

    .s728 {
        min-width: 150px;
        width: 150px;
        height: 14px
    }

    .ps786 {
        margin-top: 18px
    }

    .s729 {
        min-width: 387px;
        width: 387px;
        min-height: 158px
    }

    .s730 {
        min-width: 387px;
        width: 387px;
        min-height: 158px
    }

    .ps787 {
        margin-left: 237px
    }

    .s731 {
        min-width: 150px;
        width: 150px;
        height: 14px
    }

    .f170 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.183
    }

    .f170:visited {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.183
    }

    .f170:hover {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.183
    }

    .f170:active {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.183
    }

    .ps788 {
        margin-top: 129px
    }

    .s732 {
        min-width: 82px;
        width: 82px;
        height: 15px
    }

    .ps789 {
        margin-top: 11px
    }

    .s733 {
        min-width: 74px;
        width: 74px;
        height: 12px
    }

    .ps790 {
        margin-left: -73px;
        margin-top: 34px
    }

    .s734 {
        min-width: 119px;
        width: 119px;
        height: 14px
    }

    .ps791 {
        margin-left: 44px;
        margin-top: -14px
    }

    .s735 {
        min-width: 45px;
        width: 45px;
        height: 14px
    }

    .ps792 {
        margin-left: -42px;
        margin-top: 11px
    }

    .s736 {
        min-width: 169px;
        width: 169px;
        height: 12px
    }

    .ps793 {
        margin-left: 26px;
        margin-top: 103px
    }

    .s737 {
        min-width: 437px;
        width: 437px;
        min-height: 34px
    }

    .ps794 {
        margin-left: 4px
    }

    .s738 {
        min-width: 243px;
        width: 243px;
        height: 32px
    }

    .f171 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.612
    }

    .ps795 {
        margin-top: 0
    }

    .s739 {
        min-width: 437px;
        width: 437px;
        min-height: 2px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps796 {
        margin-left: 156px;
        margin-top: 312px
    }

    .ps797 {
        margin-top: 3px
    }

    .i56 {
        width: 62px;
        height: 76px
    }

    .ps798 {
        margin-left: -4px
    }

    .i57 {
        width: 61px;
        height: 82px
    }

    .ps799 {
        margin-top: 12px
    }

    .i58 {
        left: 0;
        width: 46px;
        height: 46px;
        top: 3px
    }

    .ps800 {
        margin-left: 42px;
        margin-top: -14px
    }

    .s740 {
        min-width: 417px;
        width: 417px;
        min-height: 2px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps801 {
        margin-left: 40px;
        margin-top: 2px
    }

    .s741 {
        min-width: 431px;
        width: 431px;
        height: 93px
    }

    .f172 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.616
    }

    .s742 {
        min-width: 480px;
        min-height: 27px
    }

    .ps802 {
        margin-top: 6px
    }

    .s743 {
        width: 480px;
        min-height: 15px
    }

    .ps803 {
        margin-left: 342px
    }

    .s744 {
        min-width: 65px;
        height: 15px;
        width: 65px
    }

    .f173 {
        font-size: 4px;
        font-size: calc(4px * var(--f));
        line-height: 1.251;
        padding-top: 5px;
        padding-bottom: 5px
    }

    .ps804 {
        margin-left: 4px
    }

    body {
        --d: 4;
        --s: 480
    }
}

@media (max-width:479px) {
    .c201 {
        min-width: 320px;
        margin-top: -7px;
        min-height: 953px
    }

    .ps706 {
        margin-top: 7px
    }

    .s669 {
        min-width: 320px;
        height: 223px
    }

    .ps708 {
        margin-top: 46px
    }

    .s670 {
        width: 320px;
        min-height: 66px
    }

    .ps709 {
        margin-left: 8px
    }

    .ps710 {
        margin-top: 6px
    }

    .i50 {
        left: 1px;
        min-width: 20px;
        max-width: 20px;
        min-height: 20px;
        max-height: 20px;
        -ms-transform: rotate(89deg) scale(-1, 1);
        -moz-transform: rotate(89deg) scale(-1, 1);
        -webkit-transform: rotate(89deg) scale(-1, 1);
        transform: rotate(89deg) scale(-1, 1)
    }

    .ps711 {
        margin-left: 7px;
        margin-top: 0
    }

    .s671 {
        min-width: 128px;
        width: 128px;
        height: 32px
    }

    .f153 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.572
    }

    .ps712 {
        margin-left: -156px;
        margin-top: 40px
    }

    .i51 {
        left: 0;
        min-width: 21px;
        max-width: 21px;
        min-height: 21px;
        max-height: 21px
    }

    .ps713 {
        margin-left: 7px;
        margin-top: 36px
    }

    .s672 {
        min-width: 201px;
        width: 201px;
        height: 30px
    }

    .ps714 {
        margin-left: 41px;
        margin-top: 28px
    }

    .i52 {
        width: 33px;
        height: 33px
    }

    .ps715 {
        margin-top: 6px
    }

    .s673 {
        min-height: 105px
    }

    .ps716 {
        margin-top: -217px
    }

    .s674 {
        width: 320px;
        min-height: 206px
    }

    .ps718 {
        margin-top: 127px
    }

    .i53 {
        width: 233px;
        height: 51px;
        top: 3px;
        -webkit-border-radius: 29px;
        -moz-border-radius: 29px;
        border-radius: 29px
    }

    .ps719 {
        margin-left: 42px;
        margin-top: 171px
    }

    .s675 {
        min-width: 31px;
        width: 31px;
        min-height: 35px;
        height: 35px
    }

    .s676 {
        min-width: 31px;
        width: 31px;
        height: 35px
    }

    .mcv9 {
        display: inline-block
    }

    .v38 {
        display: inline-block;
        vertical-align: top
    }

    .c204 {
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: contain;
        background-image: url(../images/l/hamburger-gray-62.png)
    }

    .webp .c204 {
        background-image: url(../images/n/hamburger-gray-62.webp)
    }

    .ps721 {
        margin-top: 14px
    }

    .s677 {
        min-width: 31px;
        width: 31px;
        height: 6px
    }

    .f154 {
        font-size: 3px;
        font-size: calc(3px * var(--f));
        line-height: 1.334
    }

    .v39 {
        display: none
    }

    .ps722 {
        margin-left: -249px
    }

    .ps723 {
        margin-top: 3px
    }

    .s678 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .f155 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .ps724 {
        margin-top: 3px
    }

    .s679 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps725 {
        margin-top: 0
    }

    .ps726 {
        margin-left: 0;
        margin-top: 0
    }

    .s680 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .s681 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps729 {
        margin-left: 0;
        margin-top: 0
    }

    .s682 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .s683 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps731 {
        margin-left: 0;
        margin-top: 0
    }

    .s684 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps733 {
        margin-top: 0
    }

    .s685 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps734 {
        margin-left: 0;
        margin-top: 0
    }

    .s686 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps735 {
        margin-left: 0;
        margin-top: 0
    }

    .s687 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps736 {
        margin-left: 0;
        margin-top: 0
    }

    .ps737 {
        margin-left: 119px;
        margin-top: -206px
    }

    .s688 {
        min-width: 197px;
        width: 197px;
        min-height: 30px
    }

    .input37 {
        width: 197px;
        height: 30px;
        font-family: "Lato 3";
        font-size: 13px;
        line-height: 1.232;
        font-weight: 700;
        font-style: normal
    }

    .ps738 {
        margin-left: 174px;
        margin-top: -23px
    }

    .s689 {
        min-width: 20px;
        width: 20px;
        height: 17px
    }

    .ps739 {
        margin-top: -723px
    }

    .s690 {
        min-width: 320px;
        min-height: 1423px
    }

    .ps740 {
        margin-top: 8px
    }

    .s691 {
        min-width: 320px;
        min-height: 64px
    }

    .ps741 {
        margin-top: 18px
    }

    .s692 {
        width: 320px;
        min-height: 29px
    }

    .ps742 {
        margin-left: 36px
    }

    .s693 {
        min-width: 235px;
        width: 235px;
        height: 29px
    }

    .f156 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.612
    }

    .ps743 {
        margin-top: 11px
    }

    .s694 {
        width: 320px;
        min-height: 603px
    }

    .ps744 {
        margin-left: 6px
    }

    .s695 {
        min-width: 301px;
        width: 301px;
        min-height: 603px;
        height: 603px
    }

    .f157 {
        font-size: 5px;
        font-size: calc(5px * var(--f));
        line-height: 1.801
    }

    .f158 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.813
    }

    .f159 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.813
    }

    .ps745 {
        margin-top: 14px
    }

    .s696 {
        min-width: 320px;
        min-height: 62px
    }

    .ps746 {
        margin-top: 15px
    }

    .s697 {
        width: 320px;
        min-height: 32px
    }

    .ps747 {
        margin-left: 6px
    }

    .s698 {
        min-width: 314px;
        width: 314px;
        height: 32px
    }

    .f160 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.612
    }

    .ps748 {
        margin-top: 32px
    }

    .s699 {
        width: 320px;
        min-height: 629px
    }

    .ps749 {
        margin-left: 0
    }

    .s700 {
        min-width: 310px;
        width: 310px;
        min-height: 629px;
        height: 629px
    }

    .f161 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.813
    }

    .f162 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.813
    }

    .f163 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.813
    }

    .ps750 {
        margin-top: -1445px
    }

    .s701 {
        width: 320px;
        height: 417px
    }

    .ps751 {
        margin-left: 0
    }

    .ps752 {
        margin-left: 265px;
        margin-top: 10px
    }

    .i54 {
        left: 0;
        min-width: 26px;
        max-width: 26px;
        min-height: 26px;
        max-height: 26px
    }

    .ps753 {
        margin-left: 3px;
        margin-top: 13px
    }

    .s702 {
        min-width: 317px;
        height: 39px;
        width: 317px
    }

    .f164 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.279;
        padding-top: 8px;
        padding-bottom: 8px
    }

    .c212::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c212:hover:before {
        opacity: 1
    }

    .c212::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c212:hover:after {
        opacity: 0
    }

    .c212:active:before {
        opacity: 1
    }

    .c212:active:after {
        opacity: 1;
        transition: initial
    }

    .ps754 {
        margin-top: 2px
    }

    .s703 {
        min-width: 320px;
        width: 320px;
        min-height: 204px
    }

    .s704 {
        min-width: 320px;
        height: 39px;
        width: 320px
    }

    .ps755 {
        margin-left: 1px;
        margin-top: 2px
    }

    .s705 {
        min-width: 319px;
        height: 39px;
        width: 319px
    }

    .ps756 {
        margin-top: 3px
    }

    .ps757 {
        margin-top: 2px
    }

    .ps758 {
        margin-left: 1px;
        margin-top: 2px
    }

    .ps759 {
        margin-left: 0;
        margin-top: 2px
    }

    .ps760 {
        margin-left: 0;
        margin-top: 2px
    }

    .ps761 {
        margin-left: 1px;
        margin-top: 2px
    }

    .s706 {
        min-width: 319px;
        height: 39px;
        width: 319px
    }

    .f165 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.279;
        padding-top: 8px;
        padding-bottom: 8px
    }

    .ps762 {
        margin-top: 1028px
    }

    .s707 {
        min-width: 320px;
        height: 1112px
    }

    .ps763 {
        margin-top: 27px
    }

    .s708 {
        width: 320px;
        min-height: 1044px
    }

    .ps764 {
        margin-left: 0
    }

    .s709 {
        min-width: 320px;
        width: 320px;
        min-height: 836px
    }

    .ps765 {
        margin-left: 21px
    }

    .i55 {
        left: 0;
        width: 99px;
        height: 97px;
        top: 1px;
        -webkit-border-radius: 49px;
        -moz-border-radius: 49px;
        border-radius: 49px
    }

    .ps766 {
        margin-left: -114px;
        margin-top: 130px
    }

    .s710 {
        min-width: 174px;
        width: 174px;
        height: 32px
    }

    .f166 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.376
    }

    .ps767 {
        margin-left: 0;
        margin-top: -2px
    }

    .s711 {
        min-width: 320px;
        width: 320px;
        min-height: 498px
    }

    .ps768 {
        margin-top: 23px
    }

    .s712 {
        min-width: 113px;
        width: 113px;
        height: 23px
    }

    .f167 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f167:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f167:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f167:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .ps769 {
        margin-left: 2px;
        margin-top: 7px
    }

    .s713 {
        min-width: 91px;
        width: 91px;
        height: 19px
    }

    .f168 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f168:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f168:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f168:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .ps770 {
        margin-left: 0;
        margin-top: 35px
    }

    .s714 {
        min-width: 90px;
        width: 90px;
        height: 20px
    }

    .ps771 {
        margin-top: -47px
    }

    .s715 {
        min-width: 140px;
        width: 140px;
        height: 22px
    }

    .ps772 {
        margin-top: 68px
    }

    .s716 {
        min-width: 163px;
        width: 163px;
        height: 20px
    }

    .ps773 {
        margin-top: -49px
    }

    .s717 {
        min-width: 126px;
        width: 126px;
        height: 21px
    }

    .ps774 {
        margin-top: -81px
    }

    .s718 {
        min-width: 166px;
        width: 166px;
        height: 24px
    }

    .ps775 {
        margin-left: 0;
        margin-top: -192px
    }

    .s719 {
        min-width: 320px;
        width: 320px;
        min-height: 475px
    }

    .ps776 {
        margin-left: 171px
    }

    .s720 {
        min-width: 149px;
        width: 149px;
        height: 32px
    }

    .ps777 {
        margin-top: 209px
    }

    .s721 {
        min-width: 163px;
        width: 163px;
        height: 24px
    }

    .ps778 {
        margin-left: 11px;
        margin-top: -6px
    }

    .s722 {
        min-width: 49px;
        width: 49px;
        height: 23px
    }

    .ps779 {
        margin-top: 184px
    }

    .s723 {
        min-width: 211px;
        width: 211px;
        height: 26px
    }

    .ps780 {
        margin-left: 174px;
        margin-top: -419px
    }

    .s724 {
        min-width: 111px;
        width: 111px;
        height: 21px
    }

    .f169 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168;
        letter-spacing: 0.05px
    }

    .f169:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168;
        letter-spacing: 0.05px
    }

    .f169:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168;
        letter-spacing: 0.05px
    }

    .f169:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168;
        letter-spacing: 0.05px
    }

    .ps781 {
        margin-left: 0;
        margin-top: -62px
    }

    .s725 {
        min-width: 223px;
        width: 223px;
        height: 21px
    }

    .ps782 {
        margin-left: 7px;
        margin-top: -498px
    }

    .s726 {
        min-width: 276px;
        width: 276px;
        min-height: 2px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps783 {
        margin-left: 0;
        margin-top: -196px
    }

    .ps784 {
        margin-left: 0
    }

    .s727 {
        min-width: 282px;
        width: 282px;
        height: 29px
    }

    .ps785 {
        margin-top: 245px
    }

    .s728 {
        min-width: 218px;
        width: 218px;
        height: 28px
    }

    .ps786 {
        margin-top: -266px
    }

    .s729 {
        min-width: 291px;
        width: 291px;
        min-height: 310px
    }

    .s730 {
        min-width: 291px;
        width: 291px;
        min-height: 310px
    }

    .ps787 {
        margin-left: 0
    }

    .s731 {
        min-width: 291px;
        width: 291px;
        height: 31px
    }

    .f170 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f170:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f170:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f170:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .ps788 {
        margin-left: 1px;
        margin-top: 259px
    }

    .s732 {
        min-width: 212px;
        width: 212px;
        height: 20px
    }

    .ps789 {
        margin-top: 9px
    }

    .s733 {
        min-width: 211px;
        width: 211px;
        height: 19px
    }

    .ps790 {
        margin-left: 1px;
        margin-top: -170px
    }

    .s734 {
        min-width: 238px;
        width: 238px;
        height: 24px
    }

    .ps791 {
        margin-top: -72px
    }

    .s735 {
        min-width: 87px;
        width: 87px;
        height: 24px
    }

    .ps792 {
        margin-top: -133px
    }

    .s736 {
        min-width: 298px;
        width: 298px;
        height: 20px
    }

    .ps793 {
        margin-left: 0;
        margin-top: -388px
    }

    .s737 {
        min-width: 291px;
        width: 291px;
        min-height: 135px
    }

    .ps794 {
        margin-top: 102px
    }

    .s738 {
        min-width: 268px;
        width: 268px;
        height: 33px
    }

    .f171 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.601
    }

    .ps795 {
        margin-top: -135px
    }

    .s739 {
        min-width: 291px;
        width: 291px;
        min-height: 3px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps796 {
        margin-left: 23px;
        margin-top: 29px
    }

    .i56 {
        width: 47px;
        height: 72px
    }

    .ps798 {
        margin-left: 19px
    }

    .i57 {
        width: 47px;
        height: 72px
    }

    .ps799 {
        margin-left: 17px;
        margin-top: 0
    }

    .i58 {
        left: 0;
        width: 47px;
        height: 47px;
        top: 12px
    }

    .ps800 {
        margin-left: 12px;
        margin-top: -354px
    }

    .s740 {
        min-width: 278px;
        width: 278px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps801 {
        margin-left: 0;
        margin-top: 23px
    }

    .s741 {
        min-width: 287px;
        width: 287px;
        height: 84px
    }

    .f172 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.616
    }

    .s742 {
        min-width: 320px;
        min-height: 18px
    }

    .ps802 {
        margin-top: 4px
    }

    .s743 {
        width: 320px;
        min-height: 10px
    }

    .ps803 {
        margin-left: 228px
    }

    .s744 {
        min-width: 43px;
        height: 10px;
        width: 43px
    }

    .f173 {
        font-size: 3px;
        font-size: calc(3px * var(--f));
        line-height: 1.334;
        padding-top: 3px;
        padding-bottom: 3px
    }

    .ps804 {
        margin-left: 3px
    }

    body {
        --d: 5;
        --s: 320
    }
}

body {
    --f: 1;
    min-width: 1920px
}

@media (min-width:1200px) and (max-width:1919px) {
    body {
        min-width: 1200px
    }
}

@media (min-width:960px) and (max-width:1199px) {
    body {
        min-width: 960px
    }
}

@media (min-width:768px) and (max-width:959px) {
    body {
        min-width: 768px
    }
}

@media (min-width:480px) and (max-width:767px) {
    body {
        min-width: 480px
    }
}

@media (max-width:479px) {
    body {
        min-width: 320px
    }
}

.c218 {
    display: block;
    position: relative;
    pointer-events: none;
    min-width: 1920px;
    width: 100%;
    overflow: hidden;
    margin-top: 0;
    z-index: 22;
    min-height: 1022px
}

.v43 {
    display: block
}

.ps805 {
    position: relative;
    margin-top: 0
}

.s745 {
    width: 100%;
    min-width: 1920px;
    height: 347px;
    padding-bottom: 0
}

.c219 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #5789c1
}

.z600 {
    pointer-events: none
}

.ps806 {
    display: inline-block;
    width: 0;
    height: 0
}

.ps807 {
    position: relative;
    margin-top: 11px
}

.s746 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 67px
}

.v44 {
    display: inline-block;
    vertical-align: top
}

.ps808 {
    position: relative;
    margin-left: 66px;
    margin-top: 0
}

.ps809 {
    position: relative;
    margin-left: 0;
    margin-top: 13px
}

.z601 {
    z-index: 74;
    pointer-events: auto
}

.i59 {
    position: absolute;
    left: 4px;
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    top: 0;
    color: #fff;
    -ms-transform: rotate(0deg) scale(1, 1);
    -moz-transform: rotate(0deg) scale(1, 1);
    -webkit-transform: rotate(0deg) scale(1, 1);
    transform: rotate(0deg) scale(1, 1)
}

.ps810 {
    position: relative;
    margin-left: 17px;
    margin-top: 13px
}

.s747 {
    min-width: 275px;
    width: 275px;
    overflow: hidden;
    height: 40px
}

.z602 {
    z-index: 73;
    pointer-events: auto
}

.p18 {
    text-indent: 0;
    padding-bottom: 0;
    padding-right: 0;
    text-align: left
}

.f174 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.126;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps811 {
    position: relative;
    margin-left: 42px;
    margin-top: 13px
}

.z603 {
    z-index: 75;
    pointer-events: auto
}

.i60 {
    position: absolute;
    left: 16px;
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    top: 0;
    color: #fff
}

.ps812 {
    position: relative;
    margin-left: -2px;
    margin-top: 13px
}

.s748 {
    min-width: 446px;
    width: 446px;
    overflow: hidden;
    height: 40px
}

.z604 {
    z-index: 77;
    pointer-events: auto
}

.ps813 {
    position: relative;
    margin-left: 863px;
    margin-top: 0
}

.z605 {
    z-index: 76;
    pointer-events: auto
}

.a17 {
    display: block
}

.i61 {
    position: absolute;
    left: 0;
    width: 67px;
    height: 67px;
    top: 0;
    -webkit-filter: brightness(400%);
    -moz-filter: brightness(400%);
    filter: brightness(400%);
    border: 0
}

.ps814 {
    position: relative;
    margin-top: 7px
}

.s749 {
    margin-left: -0%;
    width: 100%;
    min-height: 262px
}

.c220 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 0 rgba(128, 128, 128, 0.2)
}

.z606 {
    z-index: 71;
    pointer-events: auto
}

.ps815 {
    position: relative;
    margin-top: -252px
}

.s750 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 236px
}

.ps816 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.ps817 {
    position: relative;
    margin-left: 0;
    margin-top: 3px
}

.z607 {
    z-index: 72;
    pointer-events: auto
}

.i62 {
    position: absolute;
    left: 0;
    width: 170px;
    height: 37px;
    top: 66px;
    -webkit-border-radius: 84px;
    -moz-border-radius: 84px;
    border-radius: 84px;
    border: 0
}

.v45 {
    display: inline-block;
    vertical-align: top;
    overflow: visible
}

.ps818 {
    position: relative;
    margin-left: 49px;
    margin-top: 148px
}

.z608 {
    z-index: 78;
    pointer-events: auto
}

.ps819 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s751 {
    min-width: 0;
    width: 0;
    min-height: 0;
    height: 0
}

.m6 {
    padding: 0px 0px 0px 0px
}

.s752 {
    min-width: 46px;
    width: 0;
    height: 0
}

.mcv11 {
    display: none
}

.v46 {
    display: none
}

.ps820 {
    position: relative;
    margin-left: 0;
    margin-top: 92px
}

.s753 {
    min-width: 46px;
    width: 46px;
    overflow: hidden;
    height: 26px
}

.z609 {
    pointer-events: auto
}

.p19 {
    text-indent: 0;
    padding-bottom: 0;
    padding-right: 0;
    text-align: center
}

.f175 {
    font-family: "Lato 2";
    font-size: 17px;
    font-size: calc(17px * var(--f));
    line-height: 1.295;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: transparent;
    background-color: initial;
    text-shadow: none
}

.v47 {
    display: inline-block;
    vertical-align: top
}

.ps821 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.z610 {
    z-index: 9999
}

.mcv12 {
    display: inline-block
}

.c222 {
    border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #5789c1
}

.ps822 {
    position: relative;
    margin-left: 0;
    margin-top: 23px
}

.s754 {
    min-width: 159px;
    width: 159px;
    overflow: hidden;
    height: 41px
}

.f176 {
    font-family: "Lato 2";
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.220;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.v48 {
    display: none
}

.ml6 {
    outline: 0
}

.ps823 {
    position: relative;
    margin-left: 0;
    margin-top: 7px
}

.s755 {
    min-width: 450px;
    width: 450px;
    overflow: hidden;
    height: 41px
}

.ps824 {
    position: relative;
    margin-left: 0;
    margin-top: 1px
}

.ps825 {
    position: relative;
    margin-left: 160px;
    margin-top: -88px
}

.s756 {
    min-width: 256px;
    width: 256px;
    overflow: hidden;
    height: 41px
}

.ps826 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s757 {
    min-width: 472px;
    width: 472px;
    overflow: hidden;
    height: 41px
}

.ps827 {
    position: relative;
    margin-left: 0;
    margin-top: 1px
}

.ps828 {
    position: relative;
    margin-left: 417px;
    margin-top: -88px
}

.s758 {
    min-width: 342px;
    width: 342px;
    overflow: hidden;
    height: 41px
}

.ps829 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s759 {
    min-width: 429px;
    width: 429px;
    overflow: hidden;
    height: 41px
}

.ps830 {
    position: relative;
    margin-left: 760px;
    margin-top: -88px
}

.s760 {
    min-width: 383px;
    width: 383px;
    overflow: hidden;
    height: 41px
}

.ps831 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.ps832 {
    position: relative;
    margin-left: 0;
    margin-top: 7px
}

.s761 {
    min-width: 477px;
    width: 477px;
    overflow: hidden;
    height: 41px
}

.ps833 {
    position: relative;
    margin-left: 1144px;
    margin-top: -88px
}

.s762 {
    min-width: 185px;
    width: 185px;
    overflow: hidden;
    height: 41px
}

.ps834 {
    position: relative;
    margin-left: 1330px;
    margin-top: -88px
}

.s763 {
    min-width: 108px;
    width: 108px;
    overflow: hidden;
    height: 41px
}

.ps835 {
    position: relative;
    margin-left: 1439px;
    margin-top: -88px
}

.ps836 {
    position: relative;
    margin-left: 1154px;
    margin-top: -236px
}

.z611 {
    z-index: 79
}

.s764 {
    min-width: 741px;
    width: 741px;
    min-height: 79px;
    line-height: 0
}

.z612 {
    z-index: 80;
    pointer-events: auto
}

.input38 {
    border: 1px solid #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.22);
    width: 741px;
    height: 79px;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 28px;
    line-height: 1.144;
    font-weight: 400;
    font-style: italic;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input38::placeholder {
    color: rgb(0, 0, 0);
    opacity: 1
}

.ps837 {
    position: relative;
    margin-left: 674px;
    margin-top: -73px
}

.s765 {
    min-width: 64px;
    width: 64px;
    height: 55px;
    box-sizing: border-box
}

.c223 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    background-image: url(../images/t/search-svgrepo-com-2-.svg);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z613 {
    z-index: 81;
    pointer-events: auto
}

.a18 {
    transform: translateZ(1px);
    display: inline-block;
    width: 100%;
    height: 100%;
    z-index: 1
}

.c223:hover {
    background-color: rgba(10, 37, 134, 0.74);
    border-color: transparent;
    color: #fff;
    background-clip: padding-box
}

.c223:active {
    transition: initial
}

.ps838 {
    position: relative;
    margin-top: -675px
}

.s766 {
    width: 100%;
    min-width: 1920px;
    min-height: 1205px;
    padding-bottom: 0
}

.c224 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff
}

.z614 {
    z-index: 82;
    pointer-events: none
}

.ps839 {
    position: relative;
    margin-top: 203px
}

.s767 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 742px
}

.s768 {
    min-width: 1896px;
    width: 1896px;
    min-height: 742px
}

.z615 {
    z-index: 192
}

.v49 {
    display: inline-block;
    vertical-align: top;
    outline: 0
}

.ps840 {
    position: relative;
    margin-left: 0;
    margin-top: 195px
}

.s769 {
    min-width: 128px;
    height: 235px;
    box-sizing: border-box;
    width: 128px;
    padding-right: 0
}

.c225 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.22);
    color: #fff;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear
}

.z616 {
    z-index: 196;
    pointer-events: auto
}

.f177 {
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    z-index: 1;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 76px;
    font-size: calc(76px * var(--f));
    line-height: 1.185;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 73px;
    padding-bottom: 72px
}

.c225:hover {
    background-color: #5789c1;
    background-clip: padding-box;
    color: #000
}

.c225:active {
    transition: initial;
    color: #fff
}

.ps841 {
    position: relative;
    margin-left: 22px;
    margin-top: 0
}

.s770 {
    min-width: 498px;
    width: 498px;
    min-height: 742px
}

.c226 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #cdd9b6;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-image: url(../images/a/whatsapp-image-2025-06-24-at-3.38.55-pm-494.jpeg)
}

.z617 {
    z-index: 193
}

.webp .c226 {
    background-image: url(../images/e/whatsapp-image-2025-06-24-at-3.38.55-pm-494.webp)
}

.ps842 {
    position: relative;
    margin-left: 42px;
    margin-top: 0
}

.c227 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #cdd9b6
}

.z618 {
    z-index: 194
}

.ps843 {
    position: relative;
    margin-left: 46px;
    margin-top: 0
}

.z619 {
    z-index: 195
}

.ps844 {
    position: relative;
    margin-left: 36px;
    margin-top: 232px
}

.z620 {
    z-index: 197;
    pointer-events: auto
}

.ps845 {
    position: relative;
    margin-top: -1093px
}

.s771 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    height: 784px
}

.v50 {
    display: inline-block;
    vertical-align: top;
    pointer-events: auto
}

.ps846 {
    position: relative;
    margin-left: 13px;
    margin-top: 0
}

.c228 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-image: -webkit-gradient(linear, 164deg, color-stop(0, rgba(10, 37, 134, 0.74)), color-stop(1, rgba(145, 6, 74, 0.72)));
    background-image: -o-linear-gradient(164deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: -webkit-linear-gradient(164deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: -ms-linear-gradient(164deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: linear-gradient(164deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%)
}

.z621 {
    z-index: 70;
    pointer-events: auto
}

.ps847 {
    position: relative;
    margin-left: 1664px;
    margin-top: 15px
}

.z622 {
    z-index: 83
}

.i63 {
    position: absolute;
    left: 7px;
    min-width: 53px;
    max-width: 53px;
    min-height: 53px;
    max-height: 53px;
    top: 0;
    color: #fff
}

.ps848 {
    position: relative;
    margin-left: 0;
    margin-top: 25px
}

.s772 {
    min-width: 1752px;
    height: 112px;
    box-sizing: border-box;
    width: 1752px;
    padding-right: 0
}

.c229 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-image: -webkit-gradient(linear, 166deg, color-stop(0, rgba(10, 37, 134, 0.74)), color-stop(1, rgba(74, 149, 169, 0.52)));
    background-image: -o-linear-gradient(166deg, rgba(10, 37, 134, 0.74) 0%, rgba(74, 149, 169, 0.52) 100%);
    background-image: -webkit-linear-gradient(166deg, rgba(10, 37, 134, 0.74) 0%, rgba(74, 149, 169, 0.52) 100%);
    background-image: -ms-linear-gradient(166deg, rgba(10, 37, 134, 0.74) 0%, rgba(74, 149, 169, 0.52) 100%);
    background-image: linear-gradient(166deg, rgba(10, 37, 134, 0.74) 0%, rgba(74, 149, 169, 0.52) 100%);
    color: #fff;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z623 {
    z-index: 84
}

.a19 {
    transform: translateZ(1px);
    display: inline-block;
    width: 100%;
    z-index: 1
}

.f178 {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 54px;
    font-size: calc(54px * var(--f));
    line-height: 1.242;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 23px;
    padding-bottom: 22px
}

.c229::before {
    background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
    background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-clip: content-box;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin-top: 0;
    margin-left: 0;
    z-index: -1;
    transition: opacity 0.2s linear
}

.c229:hover:before {
    opacity: 1
}

.c229:hover {
    background-color: transparent;
    border-color: transparent;
    color: #161616
}

.c229::after {
    background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
    background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-clip: content-box;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin-top: 0;
    margin-left: 0;
    top: 0;
    left: 0;
    z-index: -1;
    transition: opacity 0.2s linear
}

.c229:hover:after {
    opacity: 0
}

.c229:active:before {
    opacity: 1
}

.c229:active:after {
    opacity: 1;
    transition: initial
}

.c229:active {
    transition: initial;
    color: #a1a1a1
}

.ps849 {
    position: relative;
    margin-left: 0;
    margin-top: 8px
}

.s773 {
    min-width: 1752px;
    width: 1752px;
    min-height: 171px;
    line-height: 0
}

.s774 {
    min-width: 1752px;
    height: 112px;
    box-sizing: border-box;
    width: 1752px;
    padding-right: 0
}

.z624 {
    z-index: 85;
    pointer-events: auto
}

.ps850 {
    position: relative;
    margin-left: 0;
    margin-top: -53px
}

.s775 {
    min-width: 1752px;
    height: 112px;
    box-sizing: border-box;
    width: 1752px;
    padding-right: 0
}

.z625 {
    z-index: 86;
    pointer-events: auto
}

.ps851 {
    position: relative;
    margin-left: 0;
    margin-top: -112px
}

.z626 {
    z-index: 87;
    pointer-events: auto
}

.ps852 {
    position: relative;
    margin-left: 0;
    margin-top: -112px
}

.z627 {
    z-index: 88;
    pointer-events: auto
}

.ps853 {
    position: relative;
    margin-left: 0;
    margin-top: -112px
}

.z628 {
    z-index: 89;
    pointer-events: auto
}

.ps854 {
    position: relative;
    margin-left: 37px;
    margin-top: 0
}

.z629 {
    z-index: 90
}

.ps855 {
    position: relative;
    margin-left: 32px;
    margin-top: 18px
}

.z630 {
    z-index: 91
}

.ps856 {
    position: relative;
    margin-left: 32px;
    margin-top: 8px
}

.s776 {
    min-width: 1752px;
    height: 117px;
    box-sizing: border-box;
    width: 1752px;
    padding-right: 0
}

.z631 {
    z-index: 92
}

.f179 {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 54px;
    font-size: calc(54px * var(--f));
    line-height: 1.242;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 25px;
    padding-bottom: 25px
}

.ps857 {
    position: relative;
    margin-top: 309px
}

.s777 {
    width: 100%;
    min-width: 1920px;
    height: 1446px;
    padding-bottom: 0
}

.c230 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #cdd9b6 url(../images/j/gplaypattern.png) repeat center top
}

.z632 {
    z-index: 1;
    pointer-events: none
}

.ps858 {
    position: relative;
    margin-top: 69px
}

.s778 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 1235px
}

.ps859 {
    position: relative;
    margin-left: 166px;
    margin-top: 0
}

.s779 {
    min-width: 1647px;
    width: 1647px;
    min-height: 1235px
}

.ps860 {
    position: relative;
    margin-left: 0;
    margin-top: 27px
}

.s780 {
    min-width: 773px;
    width: 773px;
    height: 1208px
}

.c231 {
    border: 0;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    border-radius: 48px;
    background-color: #fff;
    box-shadow: 0 2px 19px rgba(0, 0, 0, 0.22)
}

.z633 {
    z-index: 23
}

.ps861 {
    position: relative;
    margin-left: 50px;
    margin-top: 100px
}

.s781 {
    min-width: 653px;
    height: 102px;
    box-sizing: border-box;
    width: 653px;
    padding-right: 0
}

.c232 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 51px;
    -moz-border-radius: 51px;
    border-radius: 51px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: contain;
    background-image: url(../images/n/companylogo-230-230-112-modified-102.png);
    box-shadow: -1px 4px 17px rgba(0, 0, 0, 0.22);
    color: #5789c1;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z634 {
    z-index: 24;
    pointer-events: auto
}

.webp .c232 {
    background-image: url(../images/r/companylogo-230-230-112-modified-102.webp)
}

.f180 {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 38px;
    font-size: calc(38px * var(--f));
    line-height: 1.212;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 28px;
    padding-bottom: 28px
}

.c232:hover {
    background-color: #5789c1;
    border-color: transparent;
    color: #000;
    background-clip: padding-box
}

.c232:active {
    transition: initial;
    color: #fff
}

.ps862 {
    position: relative;
    margin-left: 52px;
    margin-top: 29px
}

.c233 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 51px;
    -moz-border-radius: 51px;
    border-radius: 51px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: contain;
    background-image: url(../images/n/companylogo-230-230-112-modified-102.png);
    box-shadow: -1px 4px 17px rgba(0, 0, 0, 0.22);
    color: #5789c1;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z635 {
    z-index: 25;
    pointer-events: auto
}

.webp .c233 {
    background-image: url(../images/r/companylogo-230-230-112-modified-102.webp)
}

.c233:hover {
    background-color: #5789c1;
    border-color: transparent;
    color: #000;
    background-clip: padding-box
}

.c233:active {
    transition: initial;
    color: #fff
}

.ps863 {
    position: relative;
    margin-left: 52px;
    margin-top: 32px
}

.c234 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 51px;
    -moz-border-radius: 51px;
    border-radius: 51px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: contain;
    background-image: url(../images/n/companylogo-230-230-112-modified-102.png);
    box-shadow: -1px 4px 17px rgba(0, 0, 0, 0.22);
    color: #5789c1;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z636 {
    z-index: 26;
    pointer-events: auto
}

.webp .c234 {
    background-image: url(../images/r/companylogo-230-230-112-modified-102.webp)
}

.c234:hover {
    background-color: #5789c1;
    border-color: transparent;
    color: #000;
    background-clip: padding-box
}

.c234:active {
    transition: initial;
    color: #fff
}

.ps864 {
    position: relative;
    margin-left: 50px;
    margin-top: 31px
}

.c235 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 51px;
    -moz-border-radius: 51px;
    border-radius: 51px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: contain;
    background-image: url(../images/n/companylogo-230-230-112-modified-102.png);
    box-shadow: -1px 4px 17px rgba(0, 0, 0, 0.22);
    color: #5789c1;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z637 {
    z-index: 27;
    pointer-events: auto
}

.webp .c235 {
    background-image: url(../images/r/companylogo-230-230-112-modified-102.webp)
}

.c235:hover {
    background-color: #5789c1;
    border-color: transparent;
    color: #000;
    background-clip: padding-box
}

.c235:active {
    transition: initial;
    color: #fff
}

.ps865 {
    position: relative;
    margin-left: 50px;
    margin-top: 31px
}

.c236 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 51px;
    -moz-border-radius: 51px;
    border-radius: 51px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: contain;
    background-image: url(../images/n/companylogo-230-230-112-modified-102.png);
    box-shadow: -1px 4px 17px rgba(0, 0, 0, 0.22);
    color: #5789c1;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z638 {
    z-index: 28;
    pointer-events: auto
}

.webp .c236 {
    background-image: url(../images/r/companylogo-230-230-112-modified-102.webp)
}

.c236:hover {
    background-color: #5789c1;
    border-color: transparent;
    color: #000;
    background-clip: padding-box
}

.c236:active {
    transition: initial;
    color: #fff
}

.ps866 {
    position: relative;
    margin-left: 50px;
    margin-top: 21px
}

.c237 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 51px;
    -moz-border-radius: 51px;
    border-radius: 51px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: contain;
    background-image: url(../images/n/companylogo-230-230-112-modified-102.png);
    box-shadow: -1px 4px 17px rgba(0, 0, 0, 0.22);
    color: #5789c1;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z639 {
    z-index: 29;
    pointer-events: auto
}

.webp .c237 {
    background-image: url(../images/r/companylogo-230-230-112-modified-102.webp)
}

.c237:hover {
    background-color: #5789c1;
    border-color: transparent;
    color: #000;
    background-clip: padding-box
}

.c237:active {
    transition: initial;
    color: #fff
}

.ps867 {
    position: relative;
    margin-left: 52px;
    margin-top: 24px
}

.c238 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 51px;
    -moz-border-radius: 51px;
    border-radius: 51px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: contain;
    background-image: url(../images/n/companylogo-230-230-112-modified-102.png);
    box-shadow: -1px 4px 17px rgba(0, 0, 0, 0.22);
    color: #5789c1;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z640 {
    z-index: 30;
    pointer-events: auto
}

.webp .c238 {
    background-image: url(../images/r/companylogo-230-230-112-modified-102.webp)
}

.c238:hover {
    background-color: #5789c1;
    border-color: transparent;
    color: #000;
    background-clip: padding-box
}

.c238:active {
    transition: initial;
    color: #fff
}

.ps868 {
    position: relative;
    margin-left: 50px;
    margin-top: 26px
}

.c239 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 51px;
    -moz-border-radius: 51px;
    border-radius: 51px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: contain;
    background-image: url(../images/n/companylogo-230-230-112-modified-102.png);
    box-shadow: -1px 4px 17px rgba(0, 0, 0, 0.22);
    color: #5789c1;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z641 {
    z-index: 31;
    pointer-events: auto
}

.webp .c239 {
    background-image: url(../images/r/companylogo-230-230-112-modified-102.webp)
}

.c239:hover {
    background-color: #5789c1;
    border-color: transparent;
    color: #000;
    background-clip: padding-box
}

.c239:active {
    transition: initial;
    color: #fff
}

.ps869 {
    position: relative;
    margin-left: 215px;
    margin-top: 0
}

.s782 {
    min-width: 659px;
    width: 659px;
    min-height: 1087px;
    line-height: 0
}

.ps870 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s783 {
    min-width: 659px;
    width: 659px;
    min-height: 618px
}

.z642 {
    z-index: 32;
    pointer-events: auto
}

.s784 {
    display: block;
    height: 618px;
    width: 100%;
    overflow: hidden
}

.s785 {
    width: 100%;
    height: auto;
    padding: 76px 0px 76px 0px;
    background-color: transparent
}

.s786 {
    width: auto;
    height: 100%;
    padding: 0px 82px 0px 82px;
    background-color: transparent
}

.s787 {
    width: 100%;
    height: auto;
    padding: 61px 0px 61px 0px;
    background-color: transparent
}

.s788 {
    width: auto;
    height: 100%;
    padding: 0px 119px 0px 119px;
    background-color: transparent
}

.s789 {
    width: auto;
    height: 100%;
    padding: 0px 111px 0px 111px;
    background-color: transparent
}

.a20 {
    display: block;
    pointer-events: auto
}

.un368 .slider {
    height: 618px
}

.un368 .slick-list {
    height: 618px
}

.un368 .slick-prev,
.un368 .slick-next {
    height: 20px;
    width: 20px;
    margin-top: -10px;
    pointer-events: auto
}

.un368 .slick-prev:before,
.un368 .slick-next:before {
    font-size: 20px;
    color: #161616;
    opacity: 0.75
}

.un368 .slick-prev {
    left: -25px
}

.un368 .slick-next {
    right: -25px
}

.un368 .slider-for {
    margin-bottom: 0px
}

.un368 .slider-nav {
    margin-bottom: 0px
}

.un368 .slider-nav picture {
    border: solid 0px transparent
}

.un368 .slider-nav .slick-center picture {
    border-color: transparent
}

.un368 .slick-dots {
    bottom: 0px
}

.un368 .slick-dots li {
    height: 20px;
    width: 20px;
    margin: 0 5px
}

.un368 .slick-dots li button {
    height: 20px;
    width: 20px
}

.un368 .slick-dots li button:before {
    width: 20px;
    height: 20px;
    font-size: 6px;
    line-height: 20px
}

.un368 .slick-dots .slick-active button:before {
    color: #161616;
    opacity: 0.75
}

[dir="rtl"] .un368 .slick-next {
    right: auto;
    left: -25px
}

[dir="rtl"] .un368 .slick-prev {
    right: -25px;
    left: auto
}

.ps871 {
    position: relative;
    margin-left: 97px;
    margin-top: 69px
}

.s790 {
    min-width: 480px;
    width: 480px;
    min-height: 400px
}

.z643 {
    z-index: 33;
    pointer-events: auto
}

.ad5 {
    display: none
}

.ps872 {
    position: relative;
    margin-top: 0
}

.s791 {
    width: 100%;
    min-width: 1920px;
    height: 1787px;
    padding-bottom: 0
}

.c240 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #cdd9b6;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: cover;
    background-image: url(../images/a/screenshot-2025-07-05-at-1.12.44-pm-640.jpg)
}

.z644 {
    z-index: 135;
    pointer-events: none
}

.webp .c240 {
    background-image: url(../images/8/screenshot-2025-07-05-at-1.12.44-pm-640.webp)
}

.ps873 {
    position: relative;
    margin-top: 88px
}

.s792 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 1630px
}

.ps874 {
    position: relative;
    margin-left: 6px;
    margin-top: 0
}

.s793 {
    min-width: 1394px;
    width: 1394px;
    min-height: 1309px
}

.s794 {
    min-width: 684px;
    width: 684px;
    min-height: 1309px
}

.z645 {
    z-index: 152
}

.s795 {
    min-width: 675px;
    width: 675px;
    min-height: 1309px;
    line-height: 0
}

.s796 {
    min-width: 675px;
    width: 675px;
    min-height: 1309px
}

.z646 {
    z-index: 153
}

.c241 {
    border: 0;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    border-radius: 48px;
    background-color: #fff;
    box-shadow: 0 2px 40px rgba(0, 0, 0, 0.4)
}

.z647 {
    z-index: 154
}

.ps875 {
    position: relative;
    margin-left: 176px;
    margin-top: 1056px
}

.s797 {
    min-width: 275px;
    height: 64px;
    box-sizing: border-box;
    width: 275px;
    padding-right: 0
}

.c242 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: rgba(56, 123, 49, 0.55);
    color: #fff;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear
}

.z648 {
    z-index: 155;
    pointer-events: auto
}

.f181 {
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    z-index: 1;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 28px;
    font-size: calc(28px * var(--f));
    line-height: 1.215;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 15px;
    padding-bottom: 15px
}

.c242:hover {
    background-color: #000;
    background-clip: padding-box
}

.c242:active {
    transition: initial;
    background-color: rgba(56, 123, 49, 0.55)
}

.ps876 {
    position: relative;
    margin-left: 163px;
    margin-top: 18px
}

.s798 {
    min-width: 299px;
    width: 299px;
    min-height: 60px
}

.z649 {
    z-index: 156
}

.s799 {
    min-width: 69px;
    width: 69px;
    height: 60px
}

.input39 {
    border: 1px solid #000;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    background-color: #fff;
    width: 69px;
    height: 60px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 28px;
    line-height: 1.215;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input39::placeholder {
    color: rgb(0, 0, 0);
    opacity: 1
}

.ps877 {
    position: relative;
    margin-left: 11px;
    margin-top: 0
}

.z650 {
    z-index: 158;
    pointer-events: auto
}

.input40 {
    border: 1px solid #000;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    background-color: #fff;
    width: 69px;
    height: 60px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 28px;
    line-height: 1.215;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input40::placeholder {
    color: rgb(0, 0, 0);
    opacity: 1
}

.ps878 {
    position: relative;
    margin-left: 4px;
    margin-top: 0
}

.z651 {
    z-index: 159;
    pointer-events: auto
}

.input41 {
    border: 1px solid #000;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    background-color: #fff;
    width: 69px;
    height: 60px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 28px;
    line-height: 1.215;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input41::placeholder {
    color: rgb(0, 0, 0);
    opacity: 1
}

.ps879 {
    position: relative;
    margin-left: 8px;
    margin-top: 0
}

.input42 {
    border: 1px solid #000;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    background-color: #fff;
    width: 69px;
    height: 60px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 28px;
    line-height: 1.215;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input42::placeholder {
    color: rgb(0, 0, 0);
    opacity: 1
}

.ps880 {
    position: relative;
    margin-left: 40px;
    margin-top: 16px
}

.s800 {
    min-width: 596px;
    width: 596px;
    min-height: 64px
}

.s801 {
    min-width: 238px;
    height: 64px;
    box-sizing: border-box;
    width: 238px;
    padding-right: 0
}

.c243 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #000;
    color: #fff;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear
}

.z652 {
    z-index: 162;
    pointer-events: auto
}

.c243:hover {
    background-color: #5789c1;
    background-clip: padding-box;
    color: #000
}

.c243:active {
    transition: initial;
    color: #fff
}

.ps881 {
    position: relative;
    margin-left: 36px;
    margin-top: 0
}

.s802 {
    min-width: 322px;
    height: 64px;
    box-sizing: border-box;
    width: 322px;
    padding-right: 0
}

.z653 {
    z-index: 161;
    pointer-events: auto
}

.ps882 {
    position: relative;
    margin-left: 100px;
    margin-top: -1272px
}

.s803 {
    min-width: 387px;
    width: 387px;
    overflow: hidden;
    height: 93px
}

.z654 {
    z-index: 163;
    pointer-events: auto
}

.f182 {
    font-family: "Hanken Grotesk 6";
    font-size: 44px;
    font-size: calc(44px * var(--f));
    line-height: 1.842;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #5789c1;
    background-color: initial;
    text-shadow: none
}

.ps883 {
    position: relative;
    margin-left: 36px;
    margin-top: -1141px
}

.s804 {
    min-width: 224px;
    width: 224px;
    overflow: hidden;
    height: 69px
}

.z655 {
    z-index: 170;
    pointer-events: auto
}

.f183 {
    font-family: "Hanken Grotesk 6";
    font-size: 28px;
    font-size: calc(28px * var(--f));
    line-height: 1.822;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    background-color: initial;
    text-shadow: none
}

.ps884 {
    position: relative;
    margin-left: -224px;
    margin-top: -994px
}

.s805 {
    min-width: 224px;
    width: 224px;
    overflow: hidden;
    height: 90px
}

.z656 {
    z-index: 165;
    pointer-events: auto
}

.f184 {
    font-family: "Hanken Grotesk 6";
    font-size: 28px;
    font-size: calc(28px * var(--f));
    line-height: 1.430;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    background-color: initial;
    text-shadow: none
}

.ps885 {
    position: relative;
    margin-left: -224px;
    margin-top: -888px
}

.z657 {
    z-index: 167;
    pointer-events: auto
}

.ps886 {
    position: relative;
    margin-left: 36px;
    margin-top: -789px
}

.s806 {
    min-width: 464px;
    width: 464px;
    min-height: 54px
}

.s807 {
    min-width: 224px;
    width: 224px;
    overflow: hidden;
    height: 54px
}

.z658 {
    z-index: 169;
    pointer-events: auto
}

.ps887 {
    position: relative;
    margin-left: 16px;
    margin-top: 0
}

.z659 {
    z-index: 171;
    pointer-events: auto
}

.ps888 {
    position: relative;
    margin-left: 36px;
    margin-top: -725px
}

.s808 {
    min-width: 465px;
    width: 465px;
    min-height: 54px
}

.z660 {
    z-index: 175;
    pointer-events: auto
}

.ps889 {
    position: relative;
    margin-left: 17px;
    margin-top: 0
}

.z661 {
    z-index: 172;
    pointer-events: auto
}

.ps890 {
    position: relative;
    margin-left: 36px;
    margin-top: -660px
}

.z662 {
    z-index: 173;
    pointer-events: auto
}

.ps891 {
    position: relative;
    margin-left: -224px;
    margin-top: -591px
}

.z663 {
    z-index: 177;
    pointer-events: auto
}

.ps892 {
    position: relative;
    margin-left: -224px;
    margin-top: -482px
}

.z664 {
    z-index: 178;
    pointer-events: auto
}

.ps893 {
    position: relative;
    margin-left: 277px;
    margin-top: -1141px
}

.s809 {
    min-width: 406px;
    width: 406px;
    min-height: 857px;
    line-height: 0
}

.s810 {
    min-width: 406px;
    width: 406px;
    overflow: hidden;
    height: 99px
}

.z665 {
    z-index: 164;
    pointer-events: auto
}

.ps894 {
    position: relative;
    margin-left: 0;
    margin-top: 48px
}

.s811 {
    min-width: 406px;
    width: 406px;
    overflow: hidden;
    height: 90px
}

.z666 {
    z-index: 166;
    pointer-events: auto
}

.ps895 {
    position: relative;
    margin-left: 0;
    margin-top: 16px
}

.z667 {
    z-index: 168;
    pointer-events: auto
}

.ps896 {
    position: relative;
    margin-left: 0;
    margin-top: 138px
}

.s812 {
    min-width: 406px;
    width: 406px;
    overflow: hidden;
    height: 54px
}

.z668 {
    z-index: 174;
    pointer-events: auto
}

.ps897 {
    position: relative;
    margin-left: 0;
    margin-top: 124px
}

.s813 {
    min-width: 406px;
    width: 406px;
    overflow: hidden;
    height: 198px
}

.z669 {
    z-index: 179;
    pointer-events: auto
}

.ps898 {
    position: relative;
    margin-left: 279px;
    margin-top: -591px
}

.s814 {
    min-width: 405px;
    width: 405px;
    overflow: hidden;
    height: 94px
}

.z670 {
    z-index: 176;
    pointer-events: auto
}

.ps899 {
    position: relative;
    margin-left: 20px;
    margin-top: 0
}

.s815 {
    min-width: 690px;
    width: 690px;
    min-height: 1309px
}

.z671 {
    z-index: 137
}

.s816 {
    min-width: 690px;
    width: 690px;
    min-height: 1309px;
    line-height: 0
}

.z672 {
    z-index: 138
}

.z673 {
    z-index: 139
}

.ps900 {
    position: relative;
    margin-left: 20px;
    margin-top: 200px
}

.s817 {
    min-width: 638px;
    width: 638px;
    min-height: 88px
}

.s818 {
    min-width: 564px;
    width: 564px;
    height: 88px
}

.z674 {
    z-index: 140;
    pointer-events: auto
}

.input43 {
    border: 1px solid #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    width: 564px;
    height: 88px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 41px;
    line-height: 1.196;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input43::placeholder {
    color: rgb(169, 169, 169);
    opacity: 1
}

.ps901 {
    position: relative;
    margin-left: 32px;
    margin-top: 1px
}

.s819 {
    min-width: 42px;
    width: 42px;
    height: 48px;
    box-sizing: border-box
}

.c244 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-image: url(../images/0/edit-42.jpg);
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z675 {
    z-index: 142;
    pointer-events: auto
}

.webp .c244 {
    background-image: url(../images/6/edit-42.webp)
}

.c244:hover {
    background-color: #5789c1;
    border-color: transparent;
    color: #000;
    background-clip: padding-box
}

.c244:active {
    transition: initial;
    color: #fff
}

.ps902 {
    position: relative;
    margin-left: 452px;
    margin-top: 29px
}

.s820 {
    min-width: 130px;
    height: 50px;
    box-sizing: border-box;
    width: 130px;
    padding-right: 0
}

.c245 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: rgba(56, 123, 49, 0.55);
    color: #fff;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear
}

.z676 {
    z-index: 141;
    pointer-events: auto
}

.f185 {
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    z-index: 1;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 19px;
    font-size: calc(19px * var(--f));
    line-height: 1.212;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 14px;
    padding-bottom: 13px
}

.c245:hover {
    background-clip: padding-box
}

.c245:active {
    transition: initial
}

.ps903 {
    position: relative;
    margin-left: 22px;
    margin-top: 43px
}

.s821 {
    min-width: 562px;
    width: 562px;
    height: 72px
}

.z677 {
    z-index: 143;
    pointer-events: auto
}

.input44 {
    border: 1px solid #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    width: 562px;
    height: 72px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 28px;
    line-height: 1.215;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input44::placeholder {
    color: rgb(0, 0, 0);
    opacity: 1
}

.ps904 {
    position: relative;
    margin-left: 20px;
    margin-top: 16px
}

.z678 {
    z-index: 144;
    pointer-events: auto
}

.input45 {
    border: 1px solid #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    width: 562px;
    height: 72px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 28px;
    line-height: 1.215;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input45::placeholder {
    color: rgb(0, 0, 0);
    opacity: 1
}

.ps905 {
    position: relative;
    margin-left: 20px;
    margin-top: 21px
}

.s822 {
    min-width: 562px;
    width: 562px;
    min-height: 72px
}

.s823 {
    min-width: 208px;
    width: 208px;
    height: 72px
}

.z679 {
    z-index: 145;
    pointer-events: auto
}

.input46 {
    border: 1px solid #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    width: 208px;
    height: 72px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 28px;
    line-height: 1.215;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input46::placeholder {
    color: rgb(0, 0, 0);
    opacity: 1
}

.ps906 {
    position: relative;
    margin-left: 24px;
    margin-top: 0
}

.s824 {
    min-width: 330px;
    width: 330px;
    height: 72px
}

.z680 {
    z-index: 146;
    pointer-events: auto
}

.input47 {
    border: 1px solid #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 330px;
    height: 72px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 28px;
    line-height: 1.215;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding-left: 4px;
    padding-right: 4px;
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns=%22http%3A//www.w3.org/2000/svg%22%20height=%2224%22%20fill=%22%23000%22%20viewBox=%220%200%2024%2024%22%20width=%2224%22%3E%3Cpath%20d=%22M0%200h24v24H0z%22%20fill=%22none%22/%3E%3Cpath%20d=%22M7%2010l5%205%205-5z%22/%3E%3C/svg%3E');
    background-size: 38px;
    background-repeat: no-repeat;
    background-position: right 38px top 50%
}

*[dir="rtl"] .input47,
:root:lang(ar) .input47,
:root:lang(iw) .input47 {
    background-position: left 38px top 50%
}

.input47s {
    color: #000
}

.ps907 {
    position: relative;
    margin-left: 20px;
    margin-top: 21px
}

.z681 {
    z-index: 147;
    pointer-events: auto
}

.input48 {
    border: 1px solid #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    width: 562px;
    height: 72px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 28px;
    line-height: 1.215;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input48::placeholder {
    color: rgb(0, 0, 0);
    opacity: 1
}

.ps908 {
    position: relative;
    margin-left: 20px;
    margin-top: 17px
}

.z682 {
    z-index: 148;
    pointer-events: auto
}

.input49 {
    border: 1px solid #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    width: 562px;
    height: 72px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 28px;
    line-height: 1.215;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input49::placeholder {
    color: rgb(0, 0, 0);
    opacity: 1
}

.ps909 {
    position: relative;
    margin-left: 20px;
    margin-top: 18px
}

.s825 {
    min-width: 562px;
    width: 562px;
    height: 191px
}

.z683 {
    z-index: 149;
    pointer-events: auto
}

.input50 {
    border: 1px solid #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    width: 562px;
    height: 191px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 28px;
    line-height: 1.215;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input50::placeholder {
    color: rgb(0, 0, 0);
    opacity: 1
}

.ps910 {
    position: relative;
    margin-left: 93px;
    margin-top: 115px
}

.s826 {
    min-width: 488px;
    height: 78px;
    box-sizing: border-box;
    width: 488px;
    padding-right: 0
}

.z684 {
    z-index: 150;
    pointer-events: auto
}

.f186 {
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    z-index: 1;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 28px;
    font-size: calc(28px * var(--f));
    line-height: 1.215;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 22px;
    padding-bottom: 22px
}

.ps911 {
    position: relative;
    margin-left: 104px;
    margin-top: -1293px
}

.s827 {
    min-width: 469px;
    width: 469px;
    overflow: hidden;
    height: 102px
}

.z685 {
    z-index: 151;
    pointer-events: auto
}

.f187 {
    font-family: "Hanken Grotesk 6";
    font-size: 51px;
    font-size: calc(51px * var(--f));
    line-height: 1.825;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #5789c1;
    background-color: initial;
    text-shadow: none
}

.ps912 {
    position: relative;
    margin-left: 37px;
    margin-top: 81px
}

.s828 {
    min-width: 1778px;
    width: 1778px;
    min-height: 240px
}

.z686 {
    z-index: 136;
    pointer-events: auto
}

.ad6 {
    display: none
}

.ps913 {
    position: relative;
    margin-top: 30px
}

.s829 {
    width: 100%;
    min-width: 1920px;
    height: 1709px;
    padding-bottom: 0
}

.c246 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-image: url(../images/4/screenshot-2025-07-05-at-1.12.44-pm-640.jpg)
}

.z687 {
    z-index: 93;
    pointer-events: none
}

.webp .c246 {
    background-image: url(../images/8/screenshot-2025-07-05-at-1.12.44-pm-640-1.webp)
}

.ps914 {
    position: relative;
    margin-top: 47px
}

.s830 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 1629px
}

.ps915 {
    position: relative;
    margin-left: 91px;
    margin-top: 0
}

.s831 {
    min-width: 1481px;
    width: 1481px;
    min-height: 1192px
}

.s832 {
    min-width: 714px;
    width: 714px;
    min-height: 1192px
}

.z688 {
    z-index: 95
}

.s833 {
    min-width: 714px;
    width: 714px;
    min-height: 1192px;
    line-height: 0
}

.z689 {
    z-index: 96
}

.z690 {
    z-index: 97
}

.ps916 {
    position: relative;
    margin-left: 178px;
    margin-top: 920px
}

.s834 {
    min-width: 290px;
    height: 64px;
    box-sizing: border-box;
    width: 290px;
    padding-right: 0
}

.z691 {
    z-index: 98;
    pointer-events: auto
}

.ps917 {
    position: relative;
    margin-left: 174px;
    margin-top: 20px
}

.s835 {
    min-width: 317px;
    width: 317px;
    min-height: 60px
}

.z692 {
    z-index: 99
}

.s836 {
    min-width: 74px;
    width: 74px;
    height: 60px
}

.input51 {
    border: 1px solid #000;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    background-color: #fff;
    width: 74px;
    height: 60px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 28px;
    line-height: 1.215;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input51::placeholder {
    color: rgb(0, 0, 0);
    opacity: 1
}

.ps918 {
    position: relative;
    margin-left: 9px;
    margin-top: 0
}

.z693 {
    z-index: 101;
    pointer-events: auto
}

.input52 {
    border: 1px solid #000;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    background-color: #fff;
    width: 74px;
    height: 60px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 28px;
    line-height: 1.215;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input52::placeholder {
    color: rgb(0, 0, 0);
    opacity: 1
}

.ps919 {
    position: relative;
    margin-left: 6px;
    margin-top: 0
}

.z694 {
    z-index: 102;
    pointer-events: auto
}

.input53 {
    border: 1px solid #000;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    background-color: #fff;
    width: 74px;
    height: 60px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 28px;
    line-height: 1.215;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input53::placeholder {
    color: rgb(0, 0, 0);
    opacity: 1
}

.ps920 {
    position: relative;
    margin-left: 6px;
    margin-top: 0
}

.input54 {
    border: 1px solid #000;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    background-color: #fff;
    width: 74px;
    height: 60px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 28px;
    line-height: 1.215;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input54::placeholder {
    color: rgb(0, 0, 0);
    opacity: 1
}

.ps921 {
    position: relative;
    margin-left: 64px;
    margin-top: 25px
}

.s837 {
    min-width: 619px;
    width: 619px;
    min-height: 64px
}

.s838 {
    min-width: 251px;
    height: 64px;
    box-sizing: border-box;
    width: 251px;
    padding-right: 0
}

.z695 {
    z-index: 105;
    pointer-events: auto
}

.ps922 {
    position: relative;
    margin-left: 29px;
    margin-top: 0
}

.s839 {
    min-width: 339px;
    height: 64px;
    box-sizing: border-box;
    width: 339px;
    padding-right: 0
}

.z696 {
    z-index: 104;
    pointer-events: auto
}

.ps923 {
    position: relative;
    margin-left: 123px;
    margin-top: -1155px
}

.s840 {
    min-width: 470px;
    width: 470px;
    overflow: hidden;
    height: 75px
}

.z697 {
    z-index: 106;
    pointer-events: auto
}

.f188 {
    font-family: "Hanken Grotesk 6";
    font-size: 41px;
    font-size: calc(41px * var(--f));
    line-height: 1.806;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #5789c1;
    background-color: initial;
    text-shadow: none
}

.ps924 {
    position: relative;
    margin-left: 15px;
    margin-top: -1043px
}

.s841 {
    min-width: 685px;
    width: 685px;
    min-height: 732px
}

.z698 {
    z-index: 107
}

.ps925 {
    position: relative;
    margin-left: 256px;
    margin-top: 0
}

.s842 {
    min-width: 429px;
    width: 429px;
    overflow: hidden;
    height: 91px
}

.ps926 {
    position: relative;
    margin-left: 0;
    margin-top: -90px
}

.s843 {
    min-width: 237px;
    width: 237px;
    overflow: hidden;
    height: 91px
}

.ps927 {
    position: relative;
    margin-left: -237px;
    margin-top: 17px
}

.ps928 {
    position: relative;
    margin-left: 19px;
    margin-top: 17px
}

.ps929 {
    position: relative;
    margin-left: 0;
    margin-top: 12px
}

.s844 {
    min-width: 237px;
    width: 237px;
    overflow: hidden;
    height: 54px
}

.ps930 {
    position: relative;
    margin-left: 17px;
    margin-top: 12px
}

.ps931 {
    position: relative;
    margin-left: 0;
    margin-top: 10px
}

.ps932 {
    position: relative;
    margin-left: 19px;
    margin-top: 10px
}

.ps933 {
    position: relative;
    margin-left: 0;
    margin-top: 15px
}

.ps934 {
    position: relative;
    margin-left: 19px;
    margin-top: 15px
}

.s845 {
    min-width: 429px;
    width: 429px;
    overflow: hidden;
    height: 54px
}

.ps935 {
    position: relative;
    margin-left: 20px;
    margin-top: 16px
}

.s846 {
    min-width: 427px;
    width: 427px;
    overflow: hidden;
    height: 98px
}

.ps936 {
    position: relative;
    margin-left: 0;
    margin-top: 14px
}

.ps937 {
    position: relative;
    margin-left: 19px;
    margin-top: 14px
}

.s847 {
    min-width: 429px;
    width: 429px;
    overflow: hidden;
    height: 206px
}

.ps938 {
    position: relative;
    margin-left: 53px;
    margin-top: 3px
}

.s848 {
    min-width: 714px;
    width: 714px;
    min-height: 1189px
}

.z699 {
    z-index: 122
}

.s849 {
    min-width: 714px;
    width: 714px;
    min-height: 1189px;
    line-height: 0
}

.z700 {
    z-index: 123
}

.c247 {
    border: 0;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    border-radius: 48px;
    background-color: #fff;
    box-shadow: 0 2px 40px rgba(0, 0, 0, 0.22)
}

.z701 {
    z-index: 124
}

.ps939 {
    position: relative;
    margin-left: 58px;
    margin-top: 205px
}

.s850 {
    min-width: 581px;
    width: 581px;
    min-height: 917px
}

.z702 {
    z-index: 125
}

.s851 {
    min-width: 581px;
    width: 581px;
    height: 74px
}

.z703 {
    z-index: 126;
    pointer-events: auto
}

.input55 {
    border: 1px solid #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    width: 581px;
    height: 74px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 28px;
    line-height: 1.215;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input55::placeholder {
    color: rgb(0, 0, 0);
    opacity: 1
}

.ps940 {
    position: relative;
    margin-left: 0;
    margin-top: 42px
}

.z704 {
    z-index: 127;
    pointer-events: auto
}

.input56 {
    border: 1px solid #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    width: 581px;
    height: 74px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 28px;
    line-height: 1.215;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input56::placeholder {
    color: rgb(0, 0, 0);
    opacity: 1
}

.ps941 {
    position: relative;
    margin-left: 0;
    margin-top: 25px
}

.s852 {
    min-width: 581px;
    width: 581px;
    min-height: 74px
}

.s853 {
    min-width: 216px;
    width: 216px;
    height: 74px
}

.z705 {
    z-index: 128;
    pointer-events: auto
}

.input57 {
    border: 1px solid #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    width: 216px;
    height: 74px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 28px;
    line-height: 1.215;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input57::placeholder {
    color: rgb(0, 0, 0);
    opacity: 1
}

.ps942 {
    position: relative;
    margin-left: 24px;
    margin-top: 0
}

.s854 {
    min-width: 341px;
    width: 341px;
    height: 74px
}

.z706 {
    z-index: 129;
    pointer-events: auto
}

.input58 {
    border: 1px solid #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 341px;
    height: 74px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 28px;
    line-height: 1.215;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding-left: 4px;
    padding-right: 4px;
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns=%22http%3A//www.w3.org/2000/svg%22%20height=%2224%22%20fill=%22%23000%22%20viewBox=%220%200%2024%2024%22%20width=%2224%22%3E%3Cpath%20d=%22M0%200h24v24H0z%22%20fill=%22none%22/%3E%3Cpath%20d=%22M7%2010l5%205%205-5z%22/%3E%3C/svg%3E');
    background-size: 38px;
    background-repeat: no-repeat;
    background-position: right 38px top 50%
}

*[dir="rtl"] .input58,
:root:lang(ar) .input58,
:root:lang(iw) .input58 {
    background-position: left 38px top 50%
}

.input58s {
    color: #000
}

.ps943 {
    position: relative;
    margin-left: 0;
    margin-top: 22px
}

.z707 {
    z-index: 130;
    pointer-events: auto
}

.input59 {
    border: 1px solid #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    width: 581px;
    height: 74px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 28px;
    line-height: 1.215;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input59::placeholder {
    color: rgb(0, 0, 0);
    opacity: 1
}

.z708 {
    z-index: 131;
    pointer-events: auto
}

.input60 {
    border: 1px solid #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    width: 581px;
    height: 74px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 28px;
    line-height: 1.215;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input60::placeholder {
    color: rgb(0, 0, 0);
    opacity: 1
}

.ps944 {
    position: relative;
    margin-left: 0;
    margin-top: 22px
}

.s855 {
    min-width: 581px;
    width: 581px;
    height: 194px
}

.z709 {
    z-index: 132;
    pointer-events: auto
}

.input61 {
    border: 1px solid #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    width: 581px;
    height: 194px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 28px;
    line-height: 1.215;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input61::placeholder {
    color: rgb(0, 0, 0);
    opacity: 1
}

.ps945 {
    position: relative;
    margin-left: 74px;
    margin-top: 140px
}

.s856 {
    min-width: 506px;
    height: 80px;
    box-sizing: border-box;
    width: 506px;
    padding-right: 0
}

.z710 {
    z-index: 133;
    pointer-events: auto
}

.f189 {
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    z-index: 1;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 28px;
    font-size: calc(28px * var(--f));
    line-height: 1.215;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 23px;
    padding-bottom: 23px
}

.ps946 {
    position: relative;
    margin-left: 166px;
    margin-top: -1152px
}

.s857 {
    min-width: 402px;
    width: 402px;
    overflow: hidden;
    height: 75px
}

.z711 {
    z-index: 134;
    pointer-events: auto
}

.ps947 {
    position: relative;
    margin-left: 101px;
    margin-top: 197px
}

.s858 {
    min-width: 1725px;
    width: 1725px;
    min-height: 240px
}

.z712 {
    z-index: 94;
    pointer-events: auto
}

.ps948 {
    position: relative;
    margin-top: 70px
}

.s859 {
    width: 100%;
    min-width: 1920px;
    height: 1478px;
    padding-bottom: 0
}

.c248 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: rgba(10, 103, 167, 0.36);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: cover;
    background-image: url(../images/c/screenshot-2025-07-05-at-1.12.44-pm-640.jpg)
}

.z713 {
    z-index: 34;
    pointer-events: none
}

.webp .c248 {
    background-image: url(../images/6/screenshot-2025-07-05-at-1.12.44-pm-640.webp)
}

.ps949 {
    position: relative;
    margin-top: 40px
}

.s860 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 1277px
}

.ps950 {
    position: relative;
    margin-left: 237px;
    margin-top: 0
}

.s861 {
    min-width: 1557px;
    width: 1557px;
    min-height: 1277px
}

.s862 {
    min-width: 720px;
    width: 720px;
    min-height: 1277px
}

.z714 {
    z-index: 2
}

.c249 {
    border: 0;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    border-radius: 48px;
    background-color: #fff;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.22)
}

.z715 {
    z-index: 3
}

.ps951 {
    position: relative;
    margin-left: 126px;
    margin-top: 32px
}

.s863 {
    min-width: 445px;
    width: 445px;
    overflow: hidden;
    height: 93px
}

.z716 {
    z-index: 12;
    pointer-events: auto
}

.ps952 {
    position: relative;
    margin-left: 34px;
    margin-top: 66px
}

.s864 {
    min-width: 620px;
    width: 620px;
    height: 87px
}

.z717 {
    z-index: 13;
    pointer-events: auto
}

.input62 {
    border: 1px solid #a1a1a1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 620px;
    height: 87px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 32px;
    line-height: 1.188;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding-left: 4px;
    padding-right: 4px;
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns=%22http%3A//www.w3.org/2000/svg%22%20height=%2224%22%20fill=%22%23000%22%20viewBox=%220%200%2024%2024%22%20width=%2224%22%3E%3Cpath%20d=%22M0%200h24v24H0z%22%20fill=%22none%22/%3E%3Cpath%20d=%22M7%2010l5%205%205-5z%22/%3E%3C/svg%3E');
    background-size: 38px;
    background-repeat: no-repeat;
    background-position: right 38px top 50%
}

*[dir="rtl"] .input62,
:root:lang(ar) .input62,
:root:lang(iw) .input62 {
    background-position: left 38px top 50%
}

.input62s {
    color: #000
}

.ps953 {
    position: relative;
    margin-left: 31px;
    margin-top: 13px
}

.s865 {
    min-width: 623px;
    width: 623px;
    height: 72px
}

.z718 {
    z-index: 4;
    pointer-events: auto
}

.input63 {
    border: 1px solid #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    width: 623px;
    height: 72px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 28px;
    line-height: 1.215;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input63::placeholder {
    color: rgb(0, 0, 0);
    opacity: 1
}

.ps954 {
    position: relative;
    margin-left: 32px;
    margin-top: 13px
}

.z719 {
    z-index: 5;
    pointer-events: auto
}

.input64 {
    border: 1px solid #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    width: 623px;
    height: 72px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 28px;
    line-height: 1.215;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input64::placeholder {
    color: rgb(0, 0, 0);
    opacity: 1
}

.ps955 {
    position: relative;
    margin-left: 34px;
    margin-top: 11px
}

.s866 {
    min-width: 618px;
    width: 618px;
    min-height: 72px
}

.s867 {
    min-width: 231px;
    width: 231px;
    height: 72px
}

.z720 {
    z-index: 6;
    pointer-events: auto
}

.input65 {
    border: 1px solid #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    width: 231px;
    height: 72px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 28px;
    line-height: 1.215;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input65::placeholder {
    color: rgb(0, 0, 0);
    opacity: 1
}

.ps956 {
    position: relative;
    margin-left: 22px;
    margin-top: 0
}

.s868 {
    min-width: 365px;
    width: 365px;
    height: 72px
}

.z721 {
    z-index: 7;
    pointer-events: auto
}

.input66 {
    border: 1px solid #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 365px;
    height: 72px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 28px;
    line-height: 1.215;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding-left: 4px;
    padding-right: 4px;
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns=%22http%3A//www.w3.org/2000/svg%22%20height=%2224%22%20fill=%22%23000%22%20viewBox=%220%200%2024%2024%22%20width=%2224%22%3E%3Cpath%20d=%22M0%200h24v24H0z%22%20fill=%22none%22/%3E%3Cpath%20d=%22M7%2010l5%205%205-5z%22/%3E%3C/svg%3E');
    background-size: 38px;
    background-repeat: no-repeat;
    background-position: right 38px top 50%
}

*[dir="rtl"] .input66,
:root:lang(ar) .input66,
:root:lang(iw) .input66 {
    background-position: left 38px top 50%
}

.input66s {
    color: #000
}

.ps957 {
    position: relative;
    margin-left: 34px;
    margin-top: 15px
}

.z722 {
    z-index: 8;
    pointer-events: auto
}

.input67 {
    border: 1px solid #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    width: 623px;
    height: 72px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 28px;
    line-height: 1.215;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input67::placeholder {
    color: rgb(0, 0, 0);
    opacity: 1
}

.ps958 {
    position: relative;
    margin-left: 32px;
    margin-top: 13px
}

.z723 {
    z-index: 9;
    pointer-events: auto
}

.input68 {
    border: 1px solid #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    width: 623px;
    height: 72px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 28px;
    line-height: 1.215;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input68::placeholder {
    color: rgb(0, 0, 0);
    opacity: 1
}

.ps959 {
    position: relative;
    margin-left: 32px;
    margin-top: 19px
}

.s869 {
    min-width: 623px;
    width: 623px;
    height: 188px
}

.z724 {
    z-index: 10;
    pointer-events: auto
}

.input69 {
    border: 1px solid #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    width: 623px;
    height: 188px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 28px;
    line-height: 1.215;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input69::placeholder {
    color: rgb(0, 0, 0);
    opacity: 1
}

.ps960 {
    position: relative;
    margin-left: 169px;
    margin-top: 18px
}

.s870 {
    min-width: 317px;
    height: 70px;
    box-sizing: border-box;
    width: 317px;
    padding-right: 0
}

.z725 {
    z-index: 19;
    pointer-events: auto
}

.f190 {
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    z-index: 1;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 28px;
    font-size: calc(28px * var(--f));
    line-height: 1.215;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 18px;
    padding-bottom: 18px
}

.ps961 {
    position: relative;
    margin-left: 55px;
    margin-top: 37px
}

.s871 {
    min-width: 606px;
    width: 606px;
    min-height: 66px
}

.s872 {
    min-width: 345px;
    width: 345px;
    min-height: 66px
}

.z726 {
    z-index: 14
}

.s873 {
    min-width: 80px;
    width: 80px;
    height: 66px
}

.input70 {
    border: 1px solid #000;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    background-color: #fff;
    width: 80px;
    height: 66px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 28px;
    line-height: 1.215;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input70::placeholder {
    color: rgb(0, 0, 0);
    opacity: 1
}

.ps962 {
    position: relative;
    margin-left: 11px;
    margin-top: 0
}

.z727 {
    z-index: 16;
    pointer-events: auto
}

.input71 {
    border: 1px solid #000;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    background-color: #fff;
    width: 80px;
    height: 66px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 28px;
    line-height: 1.215;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input71::placeholder {
    color: rgb(0, 0, 0);
    opacity: 1
}

.ps963 {
    position: relative;
    margin-left: 6px;
    margin-top: 0
}

.z728 {
    z-index: 17;
    pointer-events: auto
}

.input72 {
    border: 1px solid #000;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    background-color: #fff;
    width: 80px;
    height: 66px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 28px;
    line-height: 1.215;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input72::placeholder {
    color: rgb(0, 0, 0);
    opacity: 1
}

.ps964 {
    position: relative;
    margin-left: 8px;
    margin-top: 0
}

.input73 {
    border: 1px solid #000;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    background-color: #fff;
    width: 80px;
    height: 66px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 28px;
    line-height: 1.215;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input73::placeholder {
    color: rgb(0, 0, 0);
    opacity: 1
}

.ps965 {
    position: relative;
    margin-left: 21px;
    margin-top: 1px
}

.s874 {
    min-width: 240px;
    height: 64px;
    box-sizing: border-box;
    width: 240px;
    padding-right: 0
}

.z729 {
    z-index: 20;
    pointer-events: auto
}

.ps966 {
    position: relative;
    margin-left: 59px;
    margin-top: 43px
}

.s875 {
    min-width: 542px;
    height: 78px;
    box-sizing: border-box;
    width: 542px;
    padding-right: 0
}

.z730 {
    z-index: 11;
    pointer-events: auto
}

.a21 {
    display: inline-block;
    width: 100%;
    z-index: 1
}

.f191 {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 28px;
    font-size: calc(28px * var(--f));
    line-height: 1.215;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 22px;
    padding-bottom: 22px
}

.ps967 {
    position: relative;
    margin-left: 357px;
    margin-top: 124px
}

.s876 {
    min-width: 480px;
    width: 480px;
    min-height: 960px
}

.z731 {
    z-index: 21;
    pointer-events: auto
}

.ps968 {
    position: relative;
    margin-top: 18px
}

.s877 {
    width: 100%;
    min-width: 1920px;
    height: 830px;
    padding-bottom: 0
}

.c250 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #000
}

.z732 {
    z-index: 191;
    pointer-events: none
}

.ps969 {
    position: relative;
    margin-top: 0
}

.s878 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 776px
}

.ps970 {
    position: relative;
    margin-left: 50px;
    margin-top: 0
}

.s879 {
    min-width: 1831px;
    width: 1831px;
    min-height: 415px
}

.ps971 {
    position: relative;
    margin-left: 0;
    margin-top: 33px
}

.z733 {
    z-index: 35;
    pointer-events: auto
}

.i64 {
    position: absolute;
    left: 10px;
    width: 181px;
    height: 178px;
    top: 0;
    -webkit-border-radius: 89px;
    -moz-border-radius: 89px;
    border-radius: 89px;
    box-shadow: 0 3px 40px 5px rgba(0, 0, 0, 0.22);
    border: 0
}

.ps972 {
    position: relative;
    margin-left: 194px;
    margin-top: 33px
}

.s880 {
    min-width: 346px;
    width: 346px;
    overflow: hidden;
    height: 66px
}

.z734 {
    z-index: 36;
    pointer-events: auto
}

.f192 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 41px;
    font-size: calc(41px * var(--f));
    line-height: 1.391;
    font-weight: 700;
    font-style: italic;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps973 {
    position: relative;
    margin-left: -341px;
    margin-top: 0
}

.s881 {
    min-width: 737px;
    width: 737px;
    min-height: 368px;
    line-height: 0
}

.ps974 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.z735 {
    z-index: 46
}

.z736 {
    z-index: 53
}

.s882 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 42px
}

.z737 {
    z-index: 54;
    pointer-events: auto
}

.f193 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.126;
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps975 {
    position: relative;
    margin-left: 0;
    margin-top: 9px
}

.s883 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 40px
}

.z738 {
    z-index: 55;
    pointer-events: auto
}

.f194 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.001;
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps976 {
    position: relative;
    margin-left: 3px;
    margin-top: 8px
}

.s884 {
    min-width: 338px;
    width: 338px;
    overflow: hidden;
    height: 48px
}

.z739 {
    z-index: 56;
    pointer-events: auto
}

.ps977 {
    position: relative;
    margin-left: 0;
    margin-top: 8px
}

.s885 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 46px
}

.z740 {
    z-index: 57;
    pointer-events: auto
}

.ps978 {
    position: relative;
    margin-left: 0;
    margin-top: 9px
}

.s886 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 45px
}

.z741 {
    z-index: 58;
    pointer-events: auto
}

.ps979 {
    position: relative;
    margin-left: 0;
    margin-top: 8px
}

.s887 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 48px
}

.z742 {
    z-index: 59;
    pointer-events: auto
}

.ps980 {
    position: relative;
    margin-left: 0;
    margin-top: 6px
}

.s888 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 51px
}

.z743 {
    z-index: 60;
    pointer-events: auto
}

.ps981 {
    position: relative;
    margin-left: 40px;
    margin-top: 2px
}

.s889 {
    min-width: 355px;
    width: 355px;
    min-height: 308px;
    line-height: 0
}

.ps982 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s890 {
    min-width: 350px;
    width: 350px;
    overflow: hidden;
    height: 40px
}

.z744 {
    z-index: 47;
    pointer-events: auto
}

.ps983 {
    position: relative;
    margin-left: 0;
    margin-top: 6px
}

.s891 {
    min-width: 352px;
    width: 352px;
    overflow: hidden;
    height: 43px
}

.z745 {
    z-index: 48;
    pointer-events: auto
}

.ps984 {
    position: relative;
    margin-left: 0;
    margin-top: 8px
}

.s892 {
    min-width: 352px;
    width: 352px;
    overflow: hidden;
    height: 46px
}

.z746 {
    z-index: 49;
    pointer-events: auto
}

.ps985 {
    position: relative;
    margin-left: 0;
    margin-top: 10px
}

.s893 {
    min-width: 350px;
    width: 350px;
    overflow: hidden;
    height: 46px
}

.z747 {
    z-index: 50;
    pointer-events: auto
}

.ps986 {
    position: relative;
    margin-left: 0;
    margin-top: 63px
}

.s894 {
    min-width: 355px;
    width: 355px;
    overflow: hidden;
    height: 46px
}

.z748 {
    z-index: 52;
    pointer-events: auto
}

.f195 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.126;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps987 {
    position: relative;
    margin-left: 383px;
    margin-top: -158px
}

.s895 {
    min-width: 354px;
    width: 354px;
    overflow: hidden;
    height: 45px
}

.z749 {
    z-index: 51;
    pointer-events: auto
}

.ps988 {
    position: relative;
    margin-left: 0;
    margin-top: -248px
}

.s896 {
    min-width: 733px;
    width: 733px;
    min-height: 5px;
    -ms-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.c251 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: rgba(28, 92, 132, 0.62)
}

.z750 {
    z-index: 39
}

.ps989 {
    position: relative;
    margin-left: 86px;
    margin-top: 0
}

.z751 {
    z-index: 61
}

.ps990 {
    position: relative;
    margin-left: 1px;
    margin-top: 0
}

.s897 {
    min-width: 438px;
    width: 438px;
    overflow: hidden;
    height: 53px
}

.z752 {
    z-index: 62;
    pointer-events: auto
}

.ps991 {
    position: relative;
    margin-left: 1px;
    margin-top: 0
}

.s898 {
    min-width: 438px;
    width: 438px;
    overflow: hidden;
    height: 51px
}

.z753 {
    z-index: 63;
    pointer-events: auto
}

.ps992 {
    position: relative;
    margin-left: 1px;
    margin-top: 2px
}

.s899 {
    min-width: 438px;
    width: 438px;
    overflow: hidden;
    height: 53px
}

.z754 {
    z-index: 64;
    pointer-events: auto
}

.f196 {
    font-family: "Lato 2";
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.220;
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps993 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s900 {
    min-width: 440px;
    width: 440px;
    overflow: hidden;
    height: 48px
}

.z755 {
    z-index: 65;
    pointer-events: auto
}

.ps994 {
    position: relative;
    margin-left: 0;
    margin-top: 3px
}

.s901 {
    min-width: 440px;
    width: 440px;
    overflow: hidden;
    height: 50px
}

.z756 {
    z-index: 66;
    pointer-events: auto
}

.ps995 {
    position: relative;
    margin-left: 0;
    margin-top: 1px
}

.s902 {
    min-width: 440px;
    width: 440px;
    overflow: hidden;
    height: 53px
}

.z757 {
    z-index: 67;
    pointer-events: auto
}

.ps996 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s903 {
    min-width: 440px;
    width: 440px;
    overflow: hidden;
    height: 51px
}

.z758 {
    z-index: 68;
    pointer-events: auto
}

.ps997 {
    position: relative;
    margin-left: 1px;
    margin-top: 0
}

.s904 {
    min-width: 438px;
    width: 438px;
    overflow: hidden;
    height: 50px
}

.z759 {
    z-index: 69;
    pointer-events: auto
}

.ps998 {
    position: relative;
    margin-left: 1225px;
    margin-top: -382px
}

.s905 {
    min-width: 606px;
    width: 606px;
    min-height: 90px;
    line-height: 0
}

.ps999 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s906 {
    min-width: 518px;
    width: 518px;
    overflow: hidden;
    height: 66px
}

.z760 {
    z-index: 37;
    pointer-events: auto
}

.f197 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 38px;
    font-size: calc(38px * var(--f));
    line-height: 1.606;
    font-weight: 700;
    font-style: italic;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps1000 {
    position: relative;
    margin-left: 0;
    margin-top: 19px
}

.s907 {
    min-width: 606px;
    width: 606px;
    min-height: 5px;
    -ms-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.z761 {
    z-index: 38
}

.ps1001 {
    position: relative;
    margin-left: 778px;
    margin-top: 161px
}

.z762 {
    z-index: 41;
    pointer-events: auto
}

.ps1002 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.z763 {
    z-index: 43;
    pointer-events: auto
}

.i65 {
    position: absolute;
    left: 0;
    width: 110px;
    height: 96px;
    top: 0;
    border: 0
}

.ps1003 {
    position: relative;
    margin-left: -10px;
    margin-top: 0
}

.z764 {
    z-index: 44;
    pointer-events: auto
}

.i66 {
    position: absolute;
    left: 0;
    width: 102px;
    height: 90px;
    top: 0;
    border: 0
}

.ps1004 {
    position: relative;
    margin-left: 4px;
    margin-top: 11px
}

.z765 {
    z-index: 45;
    pointer-events: auto
}

.i67 {
    position: absolute;
    left: 11px;
    width: 67px;
    height: 67px;
    top: 0;
    border: 0
}

.ps1005 {
    position: relative;
    margin-left: 138px;
    margin-top: 0
}

.s908 {
    min-width: 1667px;
    width: 1667px;
    min-height: 8px;
    -ms-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.z766 {
    z-index: 40
}

.ps1006 {
    position: relative;
    margin-left: 146px;
    margin-top: 16px
}

.s909 {
    min-width: 1669px;
    width: 1669px;
    overflow: hidden;
    height: 80px
}

.z767 {
    z-index: 42;
    pointer-events: auto
}

.f198 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 24px;
    font-size: calc(24px * var(--f));
    line-height: 1.584;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps1007 {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    height: 100vh;
    height: calc(100vh + env(safe-area-inset-bottom));
    z-index: 2146435072;
    pointer-events: none;
    opacity: 0
}

.ps1008 {
    margin-left: auto;
    margin-right: auto;
    width: 1920px;
    pointer-events: none
}

.ps1009 {
    position: relative;
    margin-left: 0;
    margin-top: 80px;
    margin-bottom: 80px;
    -webkit-transform: translate3d(0, 0, 0)
}

.s910 {
    min-width: 1920px;
    width: 1920px;
    height: calc(100vh - 160px);
    height: calc(var(--vh, 1vh) * 100 - 160px);
}

.c252 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    pointer-events: auto
}

.c253 {
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    height: 100%;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.c254 {
    margin-top: max(calc(50vh - 938px), 0px);
    margin-top: max(calc(var(--vh, 1vh) * 50 - 938px), 0px);
    height: 1717px
}

.ps1010 {
    position: relative;
    margin-left: 1843px;
    margin-top: 21px
}

.s911 {
    min-width: 64px;
    width: 64px;
    height: 64px;
    box-sizing: border-box
}

.c255 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    background-color: #000;
    background-image: url(../images/l/close.svg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z768 {
    z-index: 180
}

.c255:hover {
    background-color: #5789c1;
    border-color: transparent;
    color: #000;
    background-clip: padding-box
}

.c255:active {
    transition: initial;
    color: #fff
}

.ps1011 {
    position: relative;
    margin-left: 645px;
    margin-top: 43px
}

.s912 {
    min-width: 1259px;
    width: 1259px;
    height: 1173px
}

.z769 {
    z-index: 187
}

.wrapper4 {
    font-size: 15px;
    line-height: 1.4;
    height: 1173px
}

.wrapper4 div,
.wrapper4 p,
.wrapper4 a {
    font-size: 15px;
    line-height: 1.4
}

.wrapper4 input {
    font-size: 15px;
    line-height: 1.4;
    margin: 3px 2px 3px 2px
}

.ps1012 {
    position: relative;
    margin-left: 54px;
    margin-top: -1163px
}

.s913 {
    min-width: 536px;
    height: 98px;
    box-sizing: border-box;
    width: 536px;
    padding-right: 0
}

.c256 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 49px;
    -moz-border-radius: 49px;
    border-radius: 49px;
    background-color: #fff;
    box-shadow: 1px 2px 24px rgba(0, 0, 0, 0.22);
    color: #5789c1;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear
}

.z770 {
    z-index: 181
}

.f199 {
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    z-index: 1;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 38px;
    font-size: calc(38px * var(--f));
    line-height: 1.212;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 26px;
    padding-bottom: 26px
}

.c256:hover {
    background-color: #5789c1;
    background-clip: padding-box;
    color: #000
}

.c256:active {
    transition: initial;
    color: #fff
}

.ps1013 {
    position: relative;
    margin-left: -536px;
    margin-top: -1038px
}

.z771 {
    z-index: 182
}

.ps1014 {
    position: relative;
    margin-left: -536px;
    margin-top: -917px
}

.z772 {
    z-index: 183
}

.ps1015 {
    position: relative;
    margin-left: -536px;
    margin-top: -790px
}

.z773 {
    z-index: 184
}

.ps1016 {
    position: relative;
    margin-left: -536px;
    margin-top: -661px
}

.z774 {
    z-index: 185
}

.ps1017 {
    position: relative;
    margin-left: -536px;
    margin-top: -530px
}

.z775 {
    z-index: 186
}

.ps1018 {
    position: relative;
    margin-left: 138px;
    margin-top: 126px
}

.s914 {
    min-width: 1706px;
    width: 1706px;
    min-height: 222px
}

.z776 {
    z-index: 188
}

.ps1019 {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    margin-left: var(--sw);
    width: 100%;
    width: calc(100% - var(--sw));
    overflow: hidden;
    height: 100vh;
    height: calc(100vh + env(safe-area-inset-bottom));
    z-index: 2146435072;
    background-color: rgba(0, 0, 0, 0.56);
    pointer-events: auto;
    opacity: 0
}

.ps1020 {
    position: relative;
    margin-left: 0;
    margin-top: 80px
}

.s915 {
    min-width: 1920px;
    width: 1920px;
    height: 90px
}

.c257 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #175f07;
    pointer-events: auto
}

.c258 {
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    height: 90px;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.ps1021 {
    position: relative;
    margin-left: 50px;
    margin-top: 15px
}

.s916 {
    min-width: 1731px;
    width: 1731px;
    overflow: hidden;
    height: 64px
}

.z777 {
    z-index: 190
}

.f200 {
    font-family: "Hanken Grotesk 3";
    font-size: 35px;
    font-size: calc(35px * var(--f));
    line-height: 1.830;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps1022 {
    position: relative;
    margin-left: 51px;
    margin-top: 15px
}

.c259 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    background-color: transparent;
    background-image: url(../images/l/close.svg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z778 {
    z-index: 189
}

.c259:hover {
    background-color: #5789c1;
    border-color: transparent;
    color: #000;
    background-clip: padding-box
}

.c259:active {
    transition: initial;
    color: #fff
}

.s917 {
    width: 100%;
    width: calc(100% - var(--sw));
    min-width: 1920px;
    min-height: 107px
}

.c260 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #a1a1a1
}

.z779 {
    z-index: 199;
    pointer-events: none
}

.ps1023 {
    position: relative;
    margin-top: 22px
}

.s918 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 62px
}

.ps1024 {
    position: relative;
    margin-left: 1365px;
    margin-top: 0
}

.s919 {
    min-width: 254px;
    height: 62px;
    box-sizing: border-box;
    width: 254px;
    padding-right: 0
}

.c261 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #161616;
    color: #a1a1a1;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear
}

.f201 {
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    z-index: 1;
    font-family: "Hanken Grotesk 3";
    font-size: 22px;
    font-size: calc(22px * var(--f));
    line-height: 1.319;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 17px;
    padding-bottom: 16px
}

.c261:hover {
    background-color: #06341d;
    background-clip: padding-box;
    color: #161616
}

.c261:active {
    transition: initial;
    color: #a1a1a1
}

.ps1025 {
    position: relative;
    margin-left: 24px;
    margin-top: 0
}

.c262 {
    display: inline-block;
    position: relative;
    margin-left: 0;
    margin-top: 0
}

body {
    --d: 0;
    --s: 1920
}

@media (min-width:1200px) and (max-width:1919px) {
    .c218 {
        min-width: 1200px;
        min-height: 679px
    }

    .s745 {
        min-width: 1200px;
        height: 256px
    }

    .ps807 {
        margin-top: 7px
    }

    .s746 {
        width: 1200px;
        min-height: 42px
    }

    .ps808 {
        margin-left: 41px
    }

    .ps809 {
        margin-top: 8px
    }

    .i59 {
        left: 3px;
        min-width: 25px;
        max-width: 25px;
        min-height: 25px;
        max-height: 25px
    }

    .ps810 {
        margin-left: 11px;
        margin-top: 8px
    }

    .s747 {
        min-width: 172px;
        width: 172px;
        height: 25px
    }

    .f174 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .ps811 {
        margin-left: 26px;
        margin-top: 8px
    }

    .i60 {
        left: 10px;
        min-width: 25px;
        max-width: 25px;
        min-height: 25px;
        max-height: 25px
    }

    .ps812 {
        margin-left: -1px;
        margin-top: 8px
    }

    .s748 {
        min-width: 279px;
        width: 279px;
        height: 25px
    }

    .ps813 {
        margin-left: 539px
    }

    .i61 {
        width: 42px;
        height: 42px
    }

    .ps814 {
        margin-top: 4px
    }

    .s749 {
        min-height: 203px
    }

    .ps815 {
        margin-top: -176px
    }

    .s750 {
        width: 1200px;
        min-height: 167px
    }

    .ps816 {
        margin-left: 27px
    }

    .ps817 {
        margin-top: 6px
    }

    .i62 {
        width: 358px;
        height: 79px;
        top: 2px;
        -webkit-border-radius: 42px;
        -moz-border-radius: 42px;
        border-radius: 42px
    }

    .ps818 {
        margin-left: 46px;
        margin-top: 41px
    }

    .s752 {
        min-width: 30px
    }

    .ps820 {
        margin-top: 56px
    }

    .s753 {
        min-width: 30px;
        width: 30px;
        height: 18px
    }

    .f175 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.365
    }

    .ps822 {
        margin-top: 5px
    }

    .s754 {
        min-width: 117px;
        width: 117px;
        height: 26px
    }

    .f176 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201
    }

    .ps823 {
        margin-top: 4px
    }

    .s755 {
        min-width: 281px;
        width: 281px;
        height: 26px
    }

    .ps825 {
        margin-left: 119px;
        margin-top: -36px
    }

    .s756 {
        min-width: 178px;
        width: 178px;
        height: 26px
    }

    .s757 {
        min-width: 295px;
        width: 295px;
        height: 26px
    }

    .ps828 {
        margin-left: 299px;
        margin-top: -36px
    }

    .s758 {
        min-width: 231px;
        width: 231px;
        height: 26px
    }

    .s759 {
        min-width: 268px;
        width: 268px;
        height: 26px
    }

    .ps830 {
        margin-left: 532px;
        margin-top: -36px
    }

    .s760 {
        min-width: 257px;
        width: 257px;
        height: 26px
    }

    .ps832 {
        margin-top: 4px
    }

    .s761 {
        min-width: 298px;
        width: 298px;
        height: 26px
    }

    .ps833 {
        margin-left: 791px;
        margin-top: -36px
    }

    .s762 {
        min-width: 133px;
        width: 133px;
        height: 26px
    }

    .ps834 {
        margin-left: 926px;
        margin-top: -36px
    }

    .s763 {
        min-width: 85px;
        width: 85px;
        height: 26px
    }

    .ps835 {
        margin-left: 1013px;
        margin-top: -36px
    }

    .ps836 {
        margin-left: 700px;
        margin-top: -167px
    }

    .s764 {
        min-width: 464px;
        width: 464px;
        min-height: 49px
    }

    .input38 {
        width: 464px;
        height: 49px;
        font-size: 18px;
        line-height: 1.168
    }

    .ps837 {
        margin-left: 431px;
        margin-top: -41px
    }

    .s765 {
        min-width: 27px;
        width: 27px;
        height: 33px
    }

    .ps838 {
        margin-top: -423px
    }

    .s766 {
        min-width: 1200px;
        min-height: 753px
    }

    .ps839 {
        margin-top: 127px
    }

    .s767 {
        width: 1200px;
        min-height: 464px
    }

    .s768 {
        min-width: 1185px;
        width: 1185px;
        min-height: 464px
    }

    .ps840 {
        margin-top: 122px
    }

    .s769 {
        min-width: 80px;
        height: 147px;
        width: 80px
    }

    .f177 {
        font-size: 48px;
        font-size: calc(48px * var(--f));
        line-height: 1.188;
        padding-top: 45px;
        padding-bottom: 45px
    }

    .ps841 {
        margin-left: 14px
    }

    .s770 {
        min-width: 311px;
        width: 311px;
        min-height: 464px
    }

    .c226 {
        background-image: url(../images/j/whatsapp-image-2025-06-24-at-3.38.55-pm-309.jpeg)
    }

    .webp .c226 {
        background-image: url(../images/0/whatsapp-image-2025-06-24-at-3.38.55-pm-309.webp)
    }

    .ps842 {
        margin-left: 26px
    }

    .ps843 {
        margin-left: 29px
    }

    .ps844 {
        margin-left: 23px;
        margin-top: 145px
    }

    .ps845 {
        margin-top: -722px
    }

    .s771 {
        width: 1200px;
        height: 490px
    }

    .ps846 {
        margin-left: 8px
    }

    .ps847 {
        margin-left: 1040px;
        margin-top: 9px
    }

    .i63 {
        left: 5px;
        min-width: 33px;
        max-width: 33px;
        min-height: 33px;
        max-height: 33px
    }

    .ps848 {
        margin-top: 16px
    }

    .s772 {
        min-width: 1095px;
        height: 70px;
        width: 1095px
    }

    .f178 {
        font-size: 34px;
        font-size: calc(34px * var(--f));
        line-height: 1.207;
        padding-top: 15px;
        padding-bottom: 14px
    }

    .c229::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c229:hover:before {
        opacity: 1
    }

    .c229::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c229:hover:after {
        opacity: 0
    }

    .c229:active:before {
        opacity: 1
    }

    .c229:active:after {
        opacity: 1;
        transition: initial
    }

    .ps849 {
        margin-top: 5px
    }

    .s773 {
        min-width: 1095px;
        width: 1095px;
        min-height: 107px
    }

    .s774 {
        min-width: 1095px;
        height: 70px;
        width: 1095px
    }

    .ps850 {
        margin-top: -33px
    }

    .s775 {
        min-width: 1095px;
        height: 70px;
        width: 1095px
    }

    .ps851 {
        margin-top: -70px
    }

    .ps852 {
        margin-top: -70px
    }

    .ps853 {
        margin-top: -70px
    }

    .ps854 {
        margin-left: 23px
    }

    .ps855 {
        margin-left: 20px;
        margin-top: 11px
    }

    .ps856 {
        margin-left: 20px;
        margin-top: 5px
    }

    .s776 {
        min-width: 1095px;
        height: 73px;
        width: 1095px
    }

    .f179 {
        font-size: 34px;
        font-size: calc(34px * var(--f));
        line-height: 1.207;
        padding-top: 16px;
        padding-bottom: 16px
    }

    .ps857 {
        margin-top: 232px
    }

    .s777 {
        min-width: 1200px;
        height: 904px
    }

    .ps858 {
        margin-top: 43px
    }

    .s778 {
        width: 1200px;
        min-height: 772px
    }

    .ps859 {
        margin-left: 104px
    }

    .s779 {
        min-width: 1029px;
        width: 1029px;
        min-height: 772px
    }

    .ps860 {
        margin-top: 17px
    }

    .s780 {
        min-width: 483px;
        width: 483px;
        height: 755px
    }

    .ps861 {
        margin-left: 31px;
        margin-top: 62px
    }

    .s781 {
        min-width: 408px;
        height: 64px;
        width: 408px
    }

    .c232 {
        -webkit-border-radius: 32px;
        -moz-border-radius: 32px;
        border-radius: 32px;
        background-image: url(../images/e/companylogo-230-230-112-modified-64.png)
    }

    .webp .c232 {
        background-image: url(../images/r/companylogo-230-230-112-modified-64.webp)
    }

    .f180 {
        font-size: 24px;
        font-size: calc(24px * var(--f));
        line-height: 1.209;
        padding-top: 18px;
        padding-bottom: 17px
    }

    .ps862 {
        margin-left: 32px;
        margin-top: 18px
    }

    .c233 {
        -webkit-border-radius: 32px;
        -moz-border-radius: 32px;
        border-radius: 32px;
        background-image: url(../images/e/companylogo-230-230-112-modified-64.png)
    }

    .webp .c233 {
        background-image: url(../images/r/companylogo-230-230-112-modified-64.webp)
    }

    .ps863 {
        margin-left: 32px;
        margin-top: 20px
    }

    .c234 {
        -webkit-border-radius: 32px;
        -moz-border-radius: 32px;
        border-radius: 32px;
        background-image: url(../images/e/companylogo-230-230-112-modified-64.png)
    }

    .webp .c234 {
        background-image: url(../images/r/companylogo-230-230-112-modified-64.webp)
    }

    .ps864 {
        margin-left: 31px;
        margin-top: 19px
    }

    .c235 {
        -webkit-border-radius: 32px;
        -moz-border-radius: 32px;
        border-radius: 32px;
        background-image: url(../images/e/companylogo-230-230-112-modified-64.png)
    }

    .webp .c235 {
        background-image: url(../images/r/companylogo-230-230-112-modified-64.webp)
    }

    .ps865 {
        margin-left: 31px;
        margin-top: 19px
    }

    .c236 {
        -webkit-border-radius: 32px;
        -moz-border-radius: 32px;
        border-radius: 32px;
        background-image: url(../images/e/companylogo-230-230-112-modified-64.png)
    }

    .webp .c236 {
        background-image: url(../images/r/companylogo-230-230-112-modified-64.webp)
    }

    .ps866 {
        margin-left: 31px;
        margin-top: 13px
    }

    .c237 {
        -webkit-border-radius: 32px;
        -moz-border-radius: 32px;
        border-radius: 32px;
        background-image: url(../images/e/companylogo-230-230-112-modified-64.png)
    }

    .webp .c237 {
        background-image: url(../images/r/companylogo-230-230-112-modified-64.webp)
    }

    .ps867 {
        margin-left: 32px;
        margin-top: 15px
    }

    .c238 {
        -webkit-border-radius: 32px;
        -moz-border-radius: 32px;
        border-radius: 32px;
        background-image: url(../images/e/companylogo-230-230-112-modified-64.png)
    }

    .webp .c238 {
        background-image: url(../images/r/companylogo-230-230-112-modified-64.webp)
    }

    .ps868 {
        margin-left: 31px;
        margin-top: 16px
    }

    .c239 {
        -webkit-border-radius: 32px;
        -moz-border-radius: 32px;
        border-radius: 32px;
        background-image: url(../images/e/companylogo-230-230-112-modified-64.png)
    }

    .webp .c239 {
        background-image: url(../images/r/companylogo-230-230-112-modified-64.webp)
    }

    .ps869 {
        margin-left: 134px
    }

    .s782 {
        min-width: 412px;
        width: 412px;
        min-height: 679px
    }

    .s783 {
        min-width: 412px;
        width: 412px;
        min-height: 386px
    }

    .s784 {
        height: 386px
    }

    .s785 {
        padding: 47px 0px 47px 0px
    }

    .s786 {
        padding: 0px 51px 0px 51px
    }

    .s787 {
        padding: 38px 0px 38px 0px
    }

    .s788 {
        padding: 0px 75px 0px 75px
    }

    .s789 {
        padding: 0px 70px 0px 70px
    }

    .un368 .slider {
        height: 386px
    }

    .un368 .slick-list {
        height: 386px
    }

    .ps871 {
        margin-left: 61px;
        margin-top: 43px
    }

    .s790 {
        min-width: 300px;
        width: 300px;
        min-height: 250px
    }

    .ad5 {
        display: inline-block
    }

    .s791 {
        min-width: 1200px;
        height: 1117px
    }

    .ps873 {
        margin-top: 55px
    }

    .s792 {
        width: 1200px;
        min-height: 1019px
    }

    .ps874 {
        margin-left: 4px
    }

    .s793 {
        min-width: 871px;
        width: 871px;
        min-height: 818px
    }

    .s794 {
        min-width: 427px;
        width: 427px;
        min-height: 818px
    }

    .s795 {
        min-width: 422px;
        width: 422px;
        min-height: 818px
    }

    .s796 {
        min-width: 422px;
        width: 422px;
        min-height: 818px
    }

    .ps875 {
        margin-left: 110px;
        margin-top: 660px
    }

    .s797 {
        min-width: 172px;
        height: 40px;
        width: 172px
    }

    .f181 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223;
        padding-top: 9px;
        padding-bottom: 9px
    }

    .ps876 {
        margin-left: 101px;
        margin-top: 11px
    }

    .s798 {
        min-width: 188px;
        width: 188px;
        min-height: 38px
    }

    .s799 {
        min-width: 44px;
        width: 44px;
        height: 38px
    }

    .input39 {
        width: 44px;
        height: 38px;
        font-size: 18px;
        line-height: 1.223
    }

    .ps877 {
        margin-left: 6px
    }

    .input40 {
        width: 44px;
        height: 38px;
        font-size: 18px;
        line-height: 1.223
    }

    .ps878 {
        margin-left: 2px
    }

    .input41 {
        width: 44px;
        height: 38px;
        font-size: 18px;
        line-height: 1.223
    }

    .ps879 {
        margin-left: 4px
    }

    .input42 {
        width: 44px;
        height: 38px;
        font-size: 18px;
        line-height: 1.223
    }

    .ps880 {
        margin-left: 25px;
        margin-top: 10px
    }

    .s800 {
        min-width: 372px;
        width: 372px;
        min-height: 40px
    }

    .s801 {
        min-width: 149px;
        height: 40px;
        width: 149px
    }

    .ps881 {
        margin-left: 22px
    }

    .s802 {
        min-width: 201px;
        height: 40px;
        width: 201px
    }

    .ps882 {
        margin-left: 62px;
        margin-top: -795px
    }

    .s803 {
        min-width: 242px;
        width: 242px;
        height: 58px
    }

    .f182 {
        font-size: 28px;
        font-size: calc(28px * var(--f));
        line-height: 1.822
    }

    .ps883 {
        margin-left: 22px;
        margin-top: -713px
    }

    .s804 {
        min-width: 140px;
        width: 140px;
        height: 43px
    }

    .f183 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.834
    }

    .ps884 {
        margin-left: -140px;
        margin-top: -621px
    }

    .s805 {
        min-width: 140px;
        width: 140px;
        height: 56px
    }

    .f184 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.445
    }

    .ps885 {
        margin-left: -140px;
        margin-top: -555px
    }

    .ps886 {
        margin-left: 22px;
        margin-top: -493px
    }

    .s806 {
        min-width: 290px;
        width: 290px;
        min-height: 34px
    }

    .s807 {
        min-width: 140px;
        width: 140px;
        height: 34px
    }

    .ps887 {
        margin-left: 10px
    }

    .ps888 {
        margin-left: 22px;
        margin-top: -453px
    }

    .s808 {
        min-width: 291px;
        width: 291px;
        min-height: 34px
    }

    .ps889 {
        margin-left: 11px
    }

    .ps890 {
        margin-left: 22px;
        margin-top: -412px
    }

    .ps891 {
        margin-left: -140px;
        margin-top: -369px
    }

    .ps892 {
        margin-left: -140px;
        margin-top: -301px
    }

    .ps893 {
        margin-left: 173px;
        margin-top: -713px
    }

    .s809 {
        min-width: 254px;
        width: 254px;
        min-height: 536px
    }

    .s810 {
        min-width: 254px;
        width: 254px;
        height: 62px
    }

    .ps894 {
        margin-top: 30px
    }

    .s811 {
        min-width: 254px;
        width: 254px;
        height: 56px
    }

    .ps895 {
        margin-top: 10px
    }

    .ps896 {
        margin-top: 87px
    }

    .s812 {
        min-width: 254px;
        width: 254px;
        height: 34px
    }

    .ps897 {
        margin-top: 77px
    }

    .s813 {
        min-width: 254px;
        width: 254px;
        height: 124px
    }

    .ps898 {
        margin-left: 174px;
        margin-top: -369px
    }

    .s814 {
        min-width: 253px;
        width: 253px;
        height: 59px
    }

    .ps899 {
        margin-left: 13px
    }

    .s815 {
        min-width: 431px;
        width: 431px;
        min-height: 818px
    }

    .s816 {
        min-width: 431px;
        width: 431px;
        min-height: 818px
    }

    .ps900 {
        margin-left: 12px;
        margin-top: 125px
    }

    .s817 {
        min-width: 399px;
        width: 399px;
        min-height: 56px
    }

    .s818 {
        min-width: 353px;
        width: 353px;
        height: 56px
    }

    .input43 {
        width: 353px;
        height: 56px;
        font-size: 26px;
        line-height: 1.232
    }

    .ps901 {
        margin-left: 20px
    }

    .s819 {
        min-width: 26px;
        width: 26px;
        height: 30px
    }

    .c244 {
        background-image: url(../images/4/edit-26.jpg)
    }

    .webp .c244 {
        background-image: url(../images/4/edit-26.webp)
    }

    .ps902 {
        margin-left: 282px;
        margin-top: 17px
    }

    .s820 {
        min-width: 81px;
        height: 31px;
        width: 81px
    }

    .f185 {
        font-size: 12px;
        font-size: calc(12px * var(--f));
        line-height: 1.168;
        padding-top: 9px;
        padding-bottom: 8px
    }

    .ps903 {
        margin-left: 13px;
        margin-top: 27px
    }

    .s821 {
        min-width: 352px;
        width: 352px;
        height: 46px
    }

    .input44 {
        width: 352px;
        height: 46px;
        font-size: 18px;
        line-height: 1.223
    }

    .ps904 {
        margin-left: 12px;
        margin-top: 9px
    }

    .input45 {
        width: 352px;
        height: 46px;
        font-size: 18px;
        line-height: 1.223
    }

    .ps905 {
        margin-left: 12px;
        margin-top: 12px
    }

    .s822 {
        min-width: 352px;
        width: 352px;
        min-height: 46px
    }

    .s823 {
        min-width: 131px;
        width: 131px;
        height: 46px
    }

    .input46 {
        width: 131px;
        height: 46px;
        font-size: 18px;
        line-height: 1.223
    }

    .ps906 {
        margin-left: 14px
    }

    .s824 {
        min-width: 207px;
        width: 207px;
        height: 46px
    }

    .input47 {
        width: 207px;
        height: 46px;
        font-size: 18px;
        line-height: 1.223;
        background-size: 24px;
        background-position: right 6px top 50%
    }

    *[dir="rtl"] .input47,
    :root:lang(ar) .input47,
    :root:lang(iw) .input47 {
        background-position: left 6px top 50%
    }

    .ps907 {
        margin-left: 12px;
        margin-top: 12px
    }

    .input48 {
        width: 352px;
        height: 46px;
        font-size: 18px;
        line-height: 1.223
    }

    .ps908 {
        margin-left: 12px;
        margin-top: 10px
    }

    .input49 {
        width: 352px;
        height: 46px;
        font-size: 18px;
        line-height: 1.223
    }

    .ps909 {
        margin-left: 12px;
        margin-top: 10px
    }

    .s825 {
        min-width: 352px;
        width: 352px;
        height: 120px
    }

    .input50 {
        width: 352px;
        height: 120px;
        font-size: 18px;
        line-height: 1.223
    }

    .ps910 {
        margin-left: 58px;
        margin-top: 72px
    }

    .s826 {
        min-width: 305px;
        height: 49px;
        width: 305px
    }

    .f186 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223;
        padding-top: 14px;
        padding-bottom: 13px
    }

    .ps911 {
        margin-left: 65px;
        margin-top: -808px
    }

    .s827 {
        min-width: 293px;
        width: 293px;
        height: 64px
    }

    .f187 {
        font-size: 32px;
        font-size: calc(32px * var(--f));
        line-height: 1.845
    }

    .ps912 {
        margin-left: 23px;
        margin-top: 51px
    }

    .s828 {
        min-width: 1111px;
        width: 1111px;
        min-height: 150px
    }

    .ps913 {
        margin-top: 19px
    }

    .s829 {
        min-width: 1200px;
        height: 1068px
    }

    .ps914 {
        margin-top: 29px
    }

    .s830 {
        width: 1200px;
        min-height: 1018px
    }

    .ps915 {
        margin-left: 57px
    }

    .s831 {
        min-width: 925px;
        width: 925px;
        min-height: 745px
    }

    .s832 {
        min-width: 446px;
        width: 446px;
        min-height: 745px
    }

    .s833 {
        min-width: 446px;
        width: 446px;
        min-height: 745px
    }

    .ps916 {
        margin-left: 111px;
        margin-top: 575px
    }

    .s834 {
        min-width: 181px;
        height: 40px;
        width: 181px
    }

    .ps917 {
        margin-left: 108px;
        margin-top: 12px
    }

    .s835 {
        min-width: 199px;
        width: 199px;
        min-height: 38px
    }

    .s836 {
        min-width: 47px;
        width: 47px;
        height: 38px
    }

    .input51 {
        width: 47px;
        height: 38px;
        font-size: 18px;
        line-height: 1.223
    }

    .ps918 {
        margin-left: 5px
    }

    .input52 {
        width: 47px;
        height: 38px;
        font-size: 18px;
        line-height: 1.223
    }

    .ps919 {
        margin-left: 3px
    }

    .input53 {
        width: 47px;
        height: 38px;
        font-size: 18px;
        line-height: 1.223
    }

    .ps920 {
        margin-left: 3px
    }

    .input54 {
        width: 47px;
        height: 38px;
        font-size: 18px;
        line-height: 1.223
    }

    .ps921 {
        margin-left: 40px;
        margin-top: 16px
    }

    .s837 {
        min-width: 387px;
        width: 387px;
        min-height: 40px
    }

    .s838 {
        min-width: 157px;
        height: 40px;
        width: 157px
    }

    .ps922 {
        margin-left: 18px
    }

    .s839 {
        min-width: 212px;
        height: 40px;
        width: 212px
    }

    .ps923 {
        margin-left: 77px;
        margin-top: -722px
    }

    .s840 {
        min-width: 294px;
        width: 294px;
        height: 47px
    }

    .f188 {
        font-size: 26px;
        font-size: calc(26px * var(--f));
        line-height: 1.809
    }

    .ps924 {
        margin-left: 9px;
        margin-top: -652px
    }

    .s841 {
        min-width: 428px;
        width: 428px;
        min-height: 458px
    }

    .ps925 {
        margin-left: 160px
    }

    .s842 {
        min-width: 268px;
        width: 268px;
        height: 57px
    }

    .ps926 {
        margin-top: -56px
    }

    .s843 {
        min-width: 148px;
        width: 148px;
        height: 57px
    }

    .ps927 {
        margin-left: -148px;
        margin-top: 11px
    }

    .ps928 {
        margin-left: 12px;
        margin-top: 11px
    }

    .ps929 {
        margin-top: 7px
    }

    .s844 {
        min-width: 148px;
        width: 148px;
        height: 34px
    }

    .ps930 {
        margin-left: 11px;
        margin-top: 7px
    }

    .ps931 {
        margin-top: 6px
    }

    .ps932 {
        margin-left: 12px;
        margin-top: 6px
    }

    .ps933 {
        margin-top: 9px
    }

    .ps934 {
        margin-left: 12px;
        margin-top: 9px
    }

    .s845 {
        min-width: 268px;
        width: 268px;
        height: 34px
    }

    .ps935 {
        margin-left: 13px;
        margin-top: 10px
    }

    .s846 {
        min-width: 267px;
        width: 267px;
        height: 61px
    }

    .ps936 {
        margin-top: 9px
    }

    .ps937 {
        margin-left: 12px;
        margin-top: 9px
    }

    .s847 {
        min-width: 268px;
        width: 268px;
        height: 129px
    }

    .ps938 {
        margin-left: 33px;
        margin-top: 2px
    }

    .s848 {
        min-width: 446px;
        width: 446px;
        min-height: 743px
    }

    .s849 {
        min-width: 446px;
        width: 446px;
        min-height: 743px
    }

    .ps939 {
        margin-left: 36px;
        margin-top: 128px
    }

    .s850 {
        min-width: 364px;
        width: 364px;
        min-height: 573px
    }

    .s851 {
        min-width: 364px;
        width: 364px;
        height: 47px
    }

    .input55 {
        width: 364px;
        height: 47px;
        font-size: 18px;
        line-height: 1.223
    }

    .ps940 {
        margin-top: 25px
    }

    .input56 {
        width: 364px;
        height: 47px;
        font-size: 18px;
        line-height: 1.223
    }

    .ps941 {
        margin-top: 15px
    }

    .s852 {
        min-width: 364px;
        width: 364px;
        min-height: 47px
    }

    .s853 {
        min-width: 136px;
        width: 136px;
        height: 47px
    }

    .input57 {
        width: 136px;
        height: 47px;
        font-size: 18px;
        line-height: 1.223
    }

    .ps942 {
        margin-left: 14px
    }

    .s854 {
        min-width: 214px;
        width: 214px;
        height: 47px
    }

    .input58 {
        width: 214px;
        height: 47px;
        font-size: 18px;
        line-height: 1.223;
        background-size: 24px;
        background-position: right 6px top 50%
    }

    *[dir="rtl"] .input58,
    :root:lang(ar) .input58,
    :root:lang(iw) .input58 {
        background-position: left 6px top 50%
    }

    .ps943 {
        margin-top: 13px
    }

    .input59 {
        width: 364px;
        height: 47px;
        font-size: 18px;
        line-height: 1.223
    }

    .input60 {
        width: 364px;
        height: 47px;
        font-size: 18px;
        line-height: 1.223
    }

    .ps944 {
        margin-top: 13px
    }

    .s855 {
        min-width: 364px;
        width: 364px;
        height: 122px
    }

    .input61 {
        width: 364px;
        height: 122px;
        font-size: 18px;
        line-height: 1.223
    }

    .ps945 {
        margin-left: 47px;
        margin-top: 87px
    }

    .s856 {
        min-width: 316px;
        height: 50px;
        width: 316px
    }

    .f189 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223;
        padding-top: 14px;
        padding-bottom: 14px
    }

    .ps946 {
        margin-left: 104px;
        margin-top: -720px
    }

    .s857 {
        min-width: 251px;
        width: 251px;
        height: 47px
    }

    .ps947 {
        margin-left: 63px;
        margin-top: 123px
    }

    .s858 {
        min-width: 1078px;
        width: 1078px;
        min-height: 150px
    }

    .ps948 {
        margin-top: 44px
    }

    .s859 {
        min-width: 1200px;
        height: 924px
    }

    .ps949 {
        margin-top: 25px
    }

    .s860 {
        width: 1200px;
        min-height: 798px
    }

    .ps950 {
        margin-left: 148px
    }

    .s861 {
        min-width: 973px;
        width: 973px;
        min-height: 798px
    }

    .s862 {
        min-width: 450px;
        width: 450px;
        min-height: 798px
    }

    .ps951 {
        margin-left: 79px;
        margin-top: 20px
    }

    .s863 {
        min-width: 278px;
        width: 278px;
        height: 58px
    }

    .ps952 {
        margin-left: 21px;
        margin-top: 41px
    }

    .s864 {
        min-width: 388px;
        width: 388px;
        height: 55px
    }

    .input62 {
        width: 388px;
        height: 55px;
        font-size: 20px;
        line-height: 1.201;
        background-size: 24px;
        background-position: right 6px top 50%
    }

    *[dir="rtl"] .input62,
    :root:lang(ar) .input62,
    :root:lang(iw) .input62 {
        background-position: left 6px top 50%
    }

    .ps953 {
        margin-left: 19px;
        margin-top: 8px
    }

    .s865 {
        min-width: 390px;
        width: 390px;
        height: 46px
    }

    .input63 {
        width: 390px;
        height: 46px;
        font-size: 18px;
        line-height: 1.223
    }

    .ps954 {
        margin-left: 20px;
        margin-top: 7px
    }

    .input64 {
        width: 390px;
        height: 46px;
        font-size: 18px;
        line-height: 1.223
    }

    .ps955 {
        margin-left: 21px;
        margin-top: 6px
    }

    .s866 {
        min-width: 387px;
        width: 387px;
        min-height: 46px
    }

    .s867 {
        min-width: 145px;
        width: 145px;
        height: 46px
    }

    .input65 {
        width: 145px;
        height: 46px;
        font-size: 18px;
        line-height: 1.223
    }

    .ps956 {
        margin-left: 13px
    }

    .s868 {
        min-width: 229px;
        width: 229px;
        height: 46px
    }

    .input66 {
        width: 229px;
        height: 46px;
        font-size: 18px;
        line-height: 1.223;
        background-size: 24px;
        background-position: right 6px top 50%
    }

    *[dir="rtl"] .input66,
    :root:lang(ar) .input66,
    :root:lang(iw) .input66 {
        background-position: left 6px top 50%
    }

    .ps957 {
        margin-left: 21px;
        margin-top: 8px
    }

    .input67 {
        width: 390px;
        height: 46px;
        font-size: 18px;
        line-height: 1.223
    }

    .ps958 {
        margin-left: 20px;
        margin-top: 7px
    }

    .input68 {
        width: 390px;
        height: 46px;
        font-size: 18px;
        line-height: 1.223
    }

    .ps959 {
        margin-left: 20px;
        margin-top: 11px
    }

    .s869 {
        min-width: 390px;
        width: 390px;
        height: 118px
    }

    .input69 {
        width: 390px;
        height: 118px;
        font-size: 18px;
        line-height: 1.223
    }

    .ps960 {
        margin-left: 106px;
        margin-top: 11px
    }

    .s870 {
        min-width: 198px;
        height: 44px;
        width: 198px
    }

    .f190 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223;
        padding-top: 11px;
        padding-bottom: 11px
    }

    .ps961 {
        margin-left: 34px;
        margin-top: 23px
    }

    .s871 {
        min-width: 379px;
        width: 379px;
        min-height: 42px
    }

    .s872 {
        min-width: 217px;
        width: 217px;
        min-height: 42px
    }

    .s873 {
        min-width: 51px;
        width: 51px;
        height: 42px
    }

    .input70 {
        width: 51px;
        height: 42px;
        font-size: 18px;
        line-height: 1.223
    }

    .ps962 {
        margin-left: 6px
    }

    .input71 {
        width: 51px;
        height: 42px;
        font-size: 18px;
        line-height: 1.223
    }

    .ps963 {
        margin-left: 3px
    }

    .input72 {
        width: 51px;
        height: 42px;
        font-size: 18px;
        line-height: 1.223
    }

    .ps964 {
        margin-left: 4px
    }

    .input73 {
        width: 51px;
        height: 42px;
        font-size: 18px;
        line-height: 1.223
    }

    .ps965 {
        margin-left: 12px
    }

    .s874 {
        min-width: 150px;
        height: 40px;
        width: 150px
    }

    .ps966 {
        margin-left: 37px;
        margin-top: 26px
    }

    .s875 {
        min-width: 339px;
        height: 49px;
        width: 339px
    }

    .f191 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223;
        padding-top: 14px;
        padding-bottom: 13px
    }

    .ps967 {
        margin-left: 223px;
        margin-top: 78px
    }

    .s876 {
        min-width: 300px;
        width: 300px;
        min-height: 600px
    }

    .s877 {
        min-width: 1200px;
        height: 519px
    }

    .ps969 {
        margin-top: 21px
    }

    .s878 {
        width: 1200px;
        min-height: 464px
    }

    .ps970 {
        margin-left: 31px
    }

    .s879 {
        min-width: 1145px;
        width: 1145px;
        min-height: 321px
    }

    .ps971 {
        margin-top: 0
    }

    .i64 {
        left: 7px;
        width: 113px;
        height: 111px;
        -webkit-border-radius: 56px;
        -moz-border-radius: 56px;
        border-radius: 56px
    }

    .ps972 {
        margin-left: 122px;
        margin-top: 0
    }

    .s880 {
        min-width: 216px;
        width: 216px;
        height: 41px
    }

    .f192 {
        font-size: 26px;
        font-size: calc(26px * var(--f));
        line-height: 1.386
    }

    .ps973 {
        margin-left: -213px;
        margin-top: 54px
    }

    .s881 {
        min-width: 482px;
        width: 482px;
        min-height: 236px
    }

    .ps974 {
        margin-top: 6px
    }

    .s882 {
        min-width: 213px;
        width: 213px;
        height: 26px
    }

    .f193 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f193:visited {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f193:hover {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f193:active {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .ps975 {
        margin-top: 6px
    }

    .s883 {
        min-width: 213px;
        width: 213px;
        height: 25px
    }

    .f194 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.051
    }

    .f194:visited {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.051
    }

    .f194:hover {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.051
    }

    .f194:active {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.051
    }

    .ps976 {
        margin-left: 2px;
        margin-top: 5px
    }

    .s884 {
        min-width: 211px;
        width: 211px;
        height: 30px
    }

    .ps977 {
        margin-top: 5px
    }

    .s885 {
        min-width: 213px;
        width: 213px;
        height: 29px
    }

    .ps978 {
        margin-top: 5px
    }

    .s886 {
        min-width: 213px;
        width: 213px;
        height: 28px
    }

    .ps979 {
        margin-top: 5px
    }

    .s887 {
        min-width: 213px;
        width: 213px;
        height: 30px
    }

    .ps980 {
        margin-top: 4px
    }

    .s888 {
        min-width: 213px;
        width: 213px;
        height: 32px
    }

    .ps981 {
        margin-left: 25px;
        margin-top: 1px
    }

    .s889 {
        min-width: 222px;
        width: 222px;
        min-height: 193px
    }

    .s890 {
        min-width: 219px;
        width: 219px;
        height: 25px
    }

    .ps983 {
        margin-top: 4px
    }

    .s891 {
        min-width: 220px;
        width: 220px;
        height: 27px
    }

    .ps984 {
        margin-top: 5px
    }

    .s892 {
        min-width: 220px;
        width: 220px;
        height: 29px
    }

    .ps985 {
        margin-top: 6px
    }

    .s893 {
        min-width: 219px;
        width: 219px;
        height: 29px
    }

    .ps986 {
        margin-top: 39px
    }

    .s894 {
        min-width: 222px;
        width: 222px;
        height: 29px
    }

    .f195 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f195:visited {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f195:hover {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f195:active {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .ps987 {
        margin-left: 239px;
        margin-top: -99px
    }

    .s895 {
        min-width: 243px;
        width: 243px;
        height: 42px
    }

    .ps988 {
        margin-top: -236px
    }

    .s896 {
        min-width: 458px;
        width: 458px;
        min-height: 3px
    }

    .ps989 {
        margin-left: 32px;
        margin-top: 62px
    }

    .s897 {
        min-width: 274px;
        width: 274px;
        height: 33px
    }

    .s898 {
        min-width: 274px;
        width: 274px;
        height: 32px
    }

    .ps992 {
        margin-top: 1px
    }

    .s899 {
        min-width: 274px;
        width: 274px;
        height: 33px
    }

    .f196 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201
    }

    .f196:visited {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201
    }

    .f196:hover {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201
    }

    .f196:active {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201
    }

    .s900 {
        min-width: 275px;
        width: 275px;
        height: 30px
    }

    .ps994 {
        margin-top: 2px
    }

    .s901 {
        min-width: 275px;
        width: 275px;
        height: 31px
    }

    .s902 {
        min-width: 275px;
        width: 275px;
        height: 33px
    }

    .s903 {
        min-width: 275px;
        width: 275px;
        height: 32px
    }

    .s904 {
        min-width: 274px;
        width: 274px;
        height: 31px
    }

    .ps998 {
        margin-left: 766px;
        margin-top: -321px
    }

    .s905 {
        min-width: 379px;
        width: 379px;
        min-height: 56px
    }

    .s906 {
        min-width: 324px;
        width: 324px;
        height: 41px
    }

    .f197 {
        font-size: 24px;
        font-size: calc(24px * var(--f));
        line-height: 1.584
    }

    .ps1000 {
        margin-top: 12px
    }

    .s907 {
        min-width: 379px;
        width: 379px;
        min-height: 3px
    }

    .ps1001 {
        margin-left: 486px;
        margin-top: 6px
    }

    .i65 {
        width: 112px;
        height: 72px
    }

    .i66 {
        width: 104px;
        height: 67px
    }

    .ps1004 {
        margin-top: 8px
    }

    .i67 {
        left: 15px;
        width: 59px;
        height: 59px
    }

    .ps1005 {
        margin-left: 86px
    }

    .s908 {
        min-width: 1042px;
        width: 1042px;
        min-height: 5px
    }

    .ps1006 {
        margin-left: 91px;
        margin-top: 10px
    }

    .s909 {
        min-width: 1043px;
        width: 1043px;
        height: 50px
    }

    .f198 {
        font-size: 15px;
        font-size: calc(15px * var(--f));
        line-height: 1.601
    }

    .ps1008 {
        width: 1200px
    }

    .ps1009 {
        margin-top: 50px;
        margin-bottom: 50px
    }

    .s910 {
        min-width: 1200px;
        width: 1200px;
        height: calc(100vh - 100px);
        height: calc(var(--vh, 1vh) * 100 - 100px);
    }

    .c254 {
        margin-top: max(calc(50vh - 586px), 0px);
        margin-top: max(calc(var(--vh, 1vh) * 50 - 586px), 0px);
        height: 1073px
    }

    .ps1010 {
        margin-left: 1152px;
        margin-top: 13px
    }

    .s911 {
        min-width: 40px;
        width: 40px;
        height: 40px
    }

    .c255 {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px
    }

    .ps1011 {
        margin-left: 403px;
        margin-top: 27px
    }

    .s912 {
        min-width: 787px;
        width: 787px;
        height: 733px
    }

    .wrapper4 {
        height: 733px
    }

    .ps1012 {
        margin-left: 34px;
        margin-top: -727px
    }

    .s913 {
        min-width: 335px;
        height: 61px;
        width: 335px
    }

    .c256 {
        -webkit-border-radius: 31px;
        -moz-border-radius: 31px;
        border-radius: 31px
    }

    .f199 {
        font-size: 24px;
        font-size: calc(24px * var(--f));
        line-height: 1.209;
        padding-top: 16px;
        padding-bottom: 16px
    }

    .ps1013 {
        margin-left: -335px;
        margin-top: -649px
    }

    .ps1014 {
        margin-left: -335px;
        margin-top: -573px
    }

    .ps1015 {
        margin-left: -335px;
        margin-top: -494px
    }

    .ps1016 {
        margin-left: -335px;
        margin-top: -413px
    }

    .ps1017 {
        margin-left: -335px;
        margin-top: -331px
    }

    .ps1018 {
        margin-left: 86px;
        margin-top: 79px
    }

    .s914 {
        min-width: 1066px;
        width: 1066px;
        min-height: 139px
    }

    .ps1020 {
        margin-top: 50px
    }

    .s915 {
        min-width: 1200px;
        width: 1200px;
        height: 56px
    }

    .c258 {
        height: 56px
    }

    .ps1021 {
        margin-left: 31px;
        margin-top: 9px
    }

    .s916 {
        min-width: 1082px;
        width: 1082px;
        height: 40px
    }

    .f200 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.819
    }

    .ps1022 {
        margin-left: 32px;
        margin-top: 9px
    }

    .c259 {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px
    }

    .s917 {
        min-width: 1200px;
        min-height: 67px
    }

    .ps1023 {
        margin-top: 14px
    }

    .s918 {
        width: 1200px;
        min-height: 39px
    }

    .ps1024 {
        margin-left: 853px
    }

    .s919 {
        min-width: 159px;
        height: 39px;
        width: 159px
    }

    .f201 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.287;
        padding-top: 11px;
        padding-bottom: 10px
    }

    .ps1025 {
        margin-left: 15px
    }

    body {
        --d: 1;
        --s: 1200
    }
}

@media (min-width:960px) and (max-width:1199px) {
    .c218 {
        min-width: 960px;
        min-height: 471px
    }

    .s745 {
        min-width: 960px;
        height: 233px
    }

    .ps807 {
        margin-top: 5px
    }

    .s746 {
        width: 960px;
        min-height: 49px
    }

    .ps808 {
        margin-left: 188px
    }

    .ps809 {
        margin-top: 4px
    }

    .i59 {
        left: 0;
        min-width: 24px;
        max-width: 24px;
        min-height: 24px;
        max-height: 24px
    }

    .ps810 {
        margin-left: 14px;
        margin-top: 4px
    }

    .s747 {
        min-width: 146px;
        width: 146px;
        height: 25px
    }

    .f174 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.188
    }

    .ps811 {
        margin-left: 36px;
        margin-top: 0
    }

    .i60 {
        left: 4px;
        min-width: 32px;
        max-width: 32px;
        min-height: 32px;
        max-height: 32px
    }

    .ps812 {
        margin-left: 7px;
        margin-top: 4px
    }

    .s748 {
        min-width: 228px;
        width: 228px;
        height: 25px
    }

    .ps813 {
        margin-left: 224px;
        margin-top: 7px
    }

    .i61 {
        left: 1px;
        width: 42px;
        height: 42px
    }

    .ps814 {
        margin-top: 22px
    }

    .s749 {
        min-height: 157px
    }

    .ps815 {
        margin-top: -156px
    }

    .s750 {
        width: 960px;
        min-height: 130px
    }

    .ps817 {
        margin-top: 0
    }

    .i62 {
        width: 261px;
        height: 57px;
        top: 11px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        border-radius: 40px
    }

    .ps818 {
        margin-left: 132px;
        margin-top: 15px
    }

    .s752 {
        min-width: 22px
    }

    .ps820 {
        margin-top: 45px
    }

    .s753 {
        min-width: 22px;
        width: 22px;
        height: 14px
    }

    .f175 {
        font-size: 8px;
        font-size: calc(8px * var(--f));
        line-height: 1.376
    }

    .ps822 {
        margin-top: 8px
    }

    .s754 {
        min-width: 79px;
        width: 79px;
        height: 19px
    }

    .f176 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .ps823 {
        margin-top: 1px
    }

    .s755 {
        min-width: 205px;
        width: 205px;
        height: 19px
    }

    .ps825 {
        margin-left: 80px;
        margin-top: -36px
    }

    .s756 {
        min-width: 122px;
        width: 122px;
        height: 19px
    }

    .s757 {
        min-width: 215px;
        width: 215px;
        height: 19px
    }

    .ps828 {
        margin-left: 203px;
        margin-top: -36px
    }

    .s758 {
        min-width: 159px;
        width: 159px;
        height: 19px
    }

    .s759 {
        min-width: 200px;
        width: 200px;
        height: 19px
    }

    .ps830 {
        margin-left: 363px;
        margin-top: -36px
    }

    .s760 {
        min-width: 177px;
        width: 177px;
        height: 19px
    }

    .ps832 {
        margin-top: 1px
    }

    .s761 {
        min-width: 238px;
        width: 238px;
        height: 19px
    }

    .ps833 {
        margin-left: 541px;
        margin-top: -36px
    }

    .s762 {
        min-width: 91px;
        width: 91px;
        height: 19px
    }

    .ps834 {
        margin-left: 633px;
        margin-top: -36px
    }

    .s763 {
        min-width: 57px;
        width: 57px;
        height: 19px
    }

    .ps835 {
        margin-left: 691px;
        margin-top: -36px
    }

    .ps836 {
        margin-left: 604px;
        margin-top: -112px
    }

    .s764 {
        min-width: 347px;
        width: 347px;
        min-height: 40px
    }

    .input38 {
        width: 347px;
        height: 40px;
        font-size: 14px;
        font-style: normal
    }

    .ps837 {
        margin-left: 318px;
        margin-top: -34px
    }

    .s765 {
        min-width: 24px;
        width: 24px;
        height: 29px
    }

    .ps838 {
        margin-top: -238px
    }

    .s766 {
        min-width: 960px;
        min-height: 602px
    }

    .ps839 {
        margin-top: 101px
    }

    .s767 {
        width: 960px;
        min-height: 371px
    }

    .s768 {
        min-width: 948px;
        width: 948px;
        min-height: 371px
    }

    .ps840 {
        margin-top: 98px
    }

    .s769 {
        min-width: 64px;
        height: 118px;
        width: 64px
    }

    .f177 {
        font-size: 38px;
        font-size: calc(38px * var(--f));
        padding-top: 37px;
        padding-bottom: 36px
    }

    .ps841 {
        margin-left: 11px
    }

    .s770 {
        min-width: 249px;
        width: 249px;
        min-height: 371px
    }

    .c226 {
        background-image: url(../images/r/whatsapp-image-2025-06-24-at-3.38.55-pm-247.jpeg)
    }

    .webp .c226 {
        background-image: url(../images/6/whatsapp-image-2025-06-24-at-3.38.55-pm-247.webp)
    }

    .ps842 {
        margin-left: 21px
    }

    .ps843 {
        margin-left: 23px
    }

    .ps844 {
        margin-left: 18px;
        margin-top: 116px
    }

    .ps845 {
        margin-top: -564px
    }

    .s771 {
        width: 960px;
        height: 80px
    }

    .ps846 {
        margin-left: 0
    }

    .ps847 {
        margin-left: 860px;
        margin-top: 16px
    }

    .i63 {
        left: 0;
        min-width: 16px;
        max-width: 16px;
        min-height: 16px;
        max-height: 16px
    }

    .ps848 {
        margin-top: -8px
    }

    .s772 {
        min-width: 882px;
        height: 56px;
        width: 882px
    }

    .f178 {
        font-size: 27px;
        font-size: calc(27px * var(--f));
        line-height: 1.223;
        padding-top: 12px;
        padding-bottom: 11px
    }

    .c229::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c229:hover:before {
        opacity: 1
    }

    .c229::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c229:hover:after {
        opacity: 0
    }

    .c229:active:before {
        opacity: 1
    }

    .c229:active:after {
        opacity: 1;
        transition: initial
    }

    .ps849 {
        margin-top: -56px
    }

    .s773 {
        min-width: 882px;
        width: 882px;
        min-height: 56px
    }

    .s774 {
        min-width: 882px;
        height: 56px;
        width: 882px
    }

    .ps850 {
        margin-top: -56px
    }

    .s775 {
        min-width: 882px;
        height: 56px;
        width: 882px
    }

    .ps851 {
        margin-top: -56px
    }

    .ps852 {
        margin-top: -56px
    }

    .ps853 {
        margin-top: -56px
    }

    .ps854 {
        margin-left: 0;
        margin-top: -56px
    }

    .ps855 {
        margin-left: 0;
        margin-top: -56px
    }

    .ps856 {
        margin-left: 0;
        margin-top: -59px
    }

    .s776 {
        min-width: 882px;
        height: 59px;
        width: 882px
    }

    .f179 {
        font-size: 27px;
        font-size: calc(27px * var(--f));
        line-height: 1.223;
        padding-top: 13px;
        padding-bottom: 13px
    }

    .ps857 {
        margin-top: 484px
    }

    .s777 {
        min-width: 960px;
        height: 723px
    }

    .ps858 {
        margin-top: 35px
    }

    .s778 {
        width: 960px;
        min-height: 617px
    }

    .ps859 {
        margin-left: 83px
    }

    .s779 {
        min-width: 824px;
        width: 824px;
        min-height: 617px
    }

    .ps860 {
        margin-top: 13px
    }

    .s780 {
        min-width: 386px;
        width: 386px;
        height: 604px
    }

    .ps861 {
        margin-left: 25px;
        margin-top: 50px
    }

    .s781 {
        min-width: 326px;
        height: 51px;
        width: 326px
    }

    .c232 {
        -webkit-border-radius: 26px;
        -moz-border-radius: 26px;
        border-radius: 26px;
        background-image: url(../images/p/companylogo-230-230-112-modified-51.png)
    }

    .webp .c232 {
        background-image: url(../images/t/companylogo-230-230-112-modified-51.webp)
    }

    .f180 {
        font-size: 19px;
        font-size: calc(19px * var(--f));
        line-height: 1.264;
        padding-top: 14px;
        padding-bottom: 13px
    }

    .ps862 {
        margin-left: 26px;
        margin-top: 14px
    }

    .c233 {
        -webkit-border-radius: 26px;
        -moz-border-radius: 26px;
        border-radius: 26px;
        background-image: url(../images/p/companylogo-230-230-112-modified-51.png)
    }

    .webp .c233 {
        background-image: url(../images/t/companylogo-230-230-112-modified-51.webp)
    }

    .ps863 {
        margin-left: 26px;
        margin-top: 17px
    }

    .c234 {
        -webkit-border-radius: 26px;
        -moz-border-radius: 26px;
        border-radius: 26px;
        background-image: url(../images/p/companylogo-230-230-112-modified-51.png)
    }

    .webp .c234 {
        background-image: url(../images/t/companylogo-230-230-112-modified-51.webp)
    }

    .ps864 {
        margin-left: 25px;
        margin-top: 15px
    }

    .c235 {
        -webkit-border-radius: 26px;
        -moz-border-radius: 26px;
        border-radius: 26px;
        background-image: url(../images/p/companylogo-230-230-112-modified-51.png)
    }

    .webp .c235 {
        background-image: url(../images/t/companylogo-230-230-112-modified-51.webp)
    }

    .ps865 {
        margin-left: 25px;
        margin-top: 15px
    }

    .c236 {
        -webkit-border-radius: 26px;
        -moz-border-radius: 26px;
        border-radius: 26px;
        background-image: url(../images/p/companylogo-230-230-112-modified-51.png)
    }

    .webp .c236 {
        background-image: url(../images/t/companylogo-230-230-112-modified-51.webp)
    }

    .ps866 {
        margin-left: 25px;
        margin-top: 11px
    }

    .c237 {
        -webkit-border-radius: 26px;
        -moz-border-radius: 26px;
        border-radius: 26px;
        background-image: url(../images/p/companylogo-230-230-112-modified-51.png)
    }

    .webp .c237 {
        background-image: url(../images/t/companylogo-230-230-112-modified-51.webp)
    }

    .ps867 {
        margin-left: 26px;
        margin-top: 12px
    }

    .c238 {
        -webkit-border-radius: 26px;
        -moz-border-radius: 26px;
        border-radius: 26px;
        background-image: url(../images/p/companylogo-230-230-112-modified-51.png)
    }

    .webp .c238 {
        background-image: url(../images/t/companylogo-230-230-112-modified-51.webp)
    }

    .ps868 {
        margin-left: 25px;
        margin-top: 13px
    }

    .c239 {
        -webkit-border-radius: 26px;
        -moz-border-radius: 26px;
        border-radius: 26px;
        background-image: url(../images/p/companylogo-230-230-112-modified-51.png)
    }

    .webp .c239 {
        background-image: url(../images/t/companylogo-230-230-112-modified-51.webp)
    }

    .ps869 {
        margin-left: 101px
    }

    .s782 {
        min-width: 337px;
        width: 337px;
        min-height: 617px
    }

    .ps870 {
        margin-left: 7px
    }

    .s783 {
        min-width: 330px;
        width: 330px;
        min-height: 309px
    }

    .s784 {
        height: 309px
    }

    .s785 {
        padding: 37px 0px 37px 0px
    }

    .s786 {
        padding: 0px 41px 0px 41px
    }

    .s787 {
        padding: 30px 0px 30px 0px
    }

    .s788 {
        padding: 0px 60px 0px 60px
    }

    .s789 {
        padding: 0px 56px 0px 56px
    }

    .un368 .slider {
        height: 309px
    }

    .un368 .slick-list {
        height: 309px
    }

    .ps871 {
        margin-left: 0;
        margin-top: 45px
    }

    .s790 {
        min-width: 330px;
        width: 330px;
        min-height: 263px
    }

    .s791 {
        min-width: 960px;
        height: 894px
    }

    .ps873 {
        margin-top: 44px
    }

    .s792 {
        width: 960px;
        min-height: 816px
    }

    .ps874 {
        margin-left: 3px
    }

    .s793 {
        min-width: 697px;
        width: 697px;
        min-height: 654px
    }

    .s794 {
        min-width: 342px;
        width: 342px;
        min-height: 654px
    }

    .s795 {
        min-width: 338px;
        width: 338px;
        min-height: 654px
    }

    .s796 {
        min-width: 338px;
        width: 338px;
        min-height: 654px
    }

    .ps875 {
        margin-left: 88px;
        margin-top: 528px
    }

    .s797 {
        min-width: 138px;
        height: 32px;
        width: 138px
    }

    .f181 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144;
        padding-top: 8px;
        padding-bottom: 8px
    }

    .ps876 {
        margin-left: 81px;
        margin-top: 9px
    }

    .s798 {
        min-width: 151px;
        width: 151px;
        min-height: 31px
    }

    .s799 {
        min-width: 36px;
        width: 36px;
        height: 31px
    }

    .input39 {
        width: 36px;
        height: 31px;
        font-size: 14px;
        line-height: 1.144
    }

    .ps877 {
        margin-left: 4px
    }

    .input40 {
        width: 36px;
        height: 31px;
        font-size: 14px;
        line-height: 1.144
    }

    .ps878 {
        margin-left: 1px
    }

    .input41 {
        width: 36px;
        height: 31px;
        font-size: 14px;
        line-height: 1.144
    }

    .ps879 {
        margin-left: 2px
    }

    .input42 {
        width: 36px;
        height: 31px;
        font-size: 14px;
        line-height: 1.144
    }

    .ps880 {
        margin-left: 20px;
        margin-top: 8px
    }

    .s800 {
        min-width: 298px;
        width: 298px;
        min-height: 32px
    }

    .s801 {
        min-width: 119px;
        height: 32px;
        width: 119px
    }

    .ps881 {
        margin-left: 18px
    }

    .s802 {
        min-width: 161px;
        height: 32px;
        width: 161px
    }

    .ps882 {
        margin-left: 50px;
        margin-top: -635px
    }

    .s803 {
        min-width: 194px;
        width: 194px;
        height: 46px
    }

    .f182 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.819
    }

    .ps883 {
        margin-left: 18px;
        margin-top: -570px
    }

    .s804 {
        min-width: 112px;
        width: 112px;
        height: 34px
    }

    .f183 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.858
    }

    .ps884 {
        margin-left: -112px;
        margin-top: -496px
    }

    .s805 {
        min-width: 112px;
        width: 112px;
        height: 45px
    }

    .f184 {
        font-size: 14px;
        font-size: calc(14px * var(--f))
    }

    .ps885 {
        margin-left: -112px;
        margin-top: -443px
    }

    .ps886 {
        margin-left: 18px;
        margin-top: -394px
    }

    .s806 {
        min-width: 232px;
        width: 232px;
        min-height: 27px
    }

    .s807 {
        min-width: 112px;
        width: 112px;
        height: 27px
    }

    .ps887 {
        margin-left: 8px
    }

    .ps888 {
        margin-left: 18px;
        margin-top: -362px
    }

    .s808 {
        min-width: 233px;
        width: 233px;
        min-height: 27px
    }

    .ps889 {
        margin-left: 9px
    }

    .ps890 {
        margin-left: 18px;
        margin-top: -329px
    }

    .ps891 {
        margin-left: -112px;
        margin-top: -294px
    }

    .ps892 {
        margin-left: -112px;
        margin-top: -240px
    }

    .ps893 {
        margin-left: 139px;
        margin-top: -570px
    }

    .s809 {
        min-width: 203px;
        width: 203px;
        min-height: 429px
    }

    .s810 {
        min-width: 203px;
        width: 203px;
        height: 50px
    }

    .ps894 {
        margin-top: 24px
    }

    .s811 {
        min-width: 203px;
        width: 203px;
        height: 45px
    }

    .ps895 {
        margin-top: 8px
    }

    .ps896 {
        margin-top: 69px
    }

    .s812 {
        min-width: 203px;
        width: 203px;
        height: 27px
    }

    .ps897 {
        margin-top: 62px
    }

    .s813 {
        min-width: 203px;
        width: 203px;
        height: 99px
    }

    .ps898 {
        margin-left: 139px;
        margin-top: -294px
    }

    .s814 {
        min-width: 202px;
        width: 202px;
        height: 47px
    }

    .ps899 {
        margin-left: 10px
    }

    .s815 {
        min-width: 345px;
        width: 345px;
        min-height: 654px
    }

    .s816 {
        min-width: 345px;
        width: 345px;
        min-height: 654px
    }

    .ps900 {
        margin-left: 10px;
        margin-top: 100px
    }

    .s817 {
        min-width: 319px;
        width: 319px;
        min-height: 45px
    }

    .s818 {
        min-width: 283px;
        width: 283px;
        height: 45px
    }

    .input43 {
        width: 283px;
        height: 45px;
        font-size: 20px;
        line-height: 1.201
    }

    .ps901 {
        margin-left: 15px
    }

    .s819 {
        min-width: 21px;
        width: 21px;
        height: 24px
    }

    .c244 {
        background-image: url(../images/n/edit-21.jpg)
    }

    .webp .c244 {
        background-image: url(../images/v/edit-21.webp)
    }

    .ps902 {
        margin-left: 226px;
        margin-top: 14px
    }

    .s820 {
        min-width: 65px;
        height: 25px;
        width: 65px
    }

    .f185 {
        font-size: 9px;
        font-size: calc(9px * var(--f));
        line-height: 1.223;
        padding-top: 7px;
        padding-bottom: 7px
    }

    .ps903 {
        margin-left: 10px;
        margin-top: 21px
    }

    .s821 {
        min-width: 282px;
        width: 282px;
        height: 37px
    }

    .input44 {
        width: 282px;
        height: 37px;
        font-size: 14px;
        line-height: 1.144
    }

    .ps904 {
        margin-left: 10px;
        margin-top: 7px
    }

    .input45 {
        width: 282px;
        height: 37px;
        font-size: 14px;
        line-height: 1.144
    }

    .ps905 {
        margin-left: 10px;
        margin-top: 9px
    }

    .s822 {
        min-width: 282px;
        width: 282px;
        min-height: 37px
    }

    .s823 {
        min-width: 105px;
        width: 105px;
        height: 37px
    }

    .input46 {
        width: 105px;
        height: 37px;
        font-size: 14px;
        line-height: 1.144
    }

    .ps906 {
        margin-left: 11px
    }

    .s824 {
        min-width: 166px;
        width: 166px;
        height: 37px
    }

    .input47 {
        width: 166px;
        height: 37px;
        font-size: 14px;
        line-height: 1.144;
        background-size: 19px;
        background-position: right 19px top 50%
    }

    *[dir="rtl"] .input47,
    :root:lang(ar) .input47,
    :root:lang(iw) .input47 {
        background-position: left 19px top 50%
    }

    .ps907 {
        margin-left: 10px;
        margin-top: 10px
    }

    .input48 {
        width: 282px;
        height: 37px;
        font-size: 14px;
        line-height: 1.144
    }

    .ps908 {
        margin-left: 10px;
        margin-top: 8px
    }

    .input49 {
        width: 282px;
        height: 37px;
        font-size: 14px;
        line-height: 1.144
    }

    .ps909 {
        margin-left: 10px;
        margin-top: 7px
    }

    .s825 {
        min-width: 282px;
        width: 282px;
        height: 96px
    }

    .input50 {
        width: 282px;
        height: 96px;
        font-size: 14px;
        line-height: 1.144
    }

    .ps910 {
        margin-left: 47px;
        margin-top: 58px
    }

    .s826 {
        min-width: 244px;
        height: 39px;
        width: 244px
    }

    .f186 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144;
        padding-top: 12px;
        padding-bottom: 11px
    }

    .ps911 {
        margin-left: 52px;
        margin-top: -646px
    }

    .s827 {
        min-width: 234px;
        width: 234px;
        height: 51px
    }

    .f187 {
        font-size: 25px;
        font-size: calc(25px * var(--f));
        line-height: 1.841
    }

    .ps912 {
        margin-left: 18px;
        margin-top: 42px
    }

    .s828 {
        min-width: 889px;
        width: 889px;
        min-height: 120px
    }

    .ps913 {
        margin-top: 15px
    }

    .s829 {
        min-width: 960px;
        height: 854px
    }

    .ps914 {
        margin-top: 23px
    }

    .s830 {
        width: 960px;
        min-height: 815px
    }

    .ps915 {
        margin-left: 46px
    }

    .s831 {
        min-width: 740px;
        width: 740px;
        min-height: 596px
    }

    .s832 {
        min-width: 357px;
        width: 357px;
        min-height: 596px
    }

    .s833 {
        min-width: 357px;
        width: 357px;
        min-height: 596px
    }

    .ps916 {
        margin-left: 88px;
        margin-top: 460px
    }

    .s834 {
        min-width: 145px;
        height: 32px;
        width: 145px
    }

    .ps917 {
        margin-left: 86px;
        margin-top: 10px
    }

    .s835 {
        min-width: 159px;
        width: 159px;
        min-height: 31px
    }

    .s836 {
        min-width: 38px;
        width: 38px;
        height: 31px
    }

    .input51 {
        width: 38px;
        height: 31px;
        font-size: 14px;
        line-height: 1.144
    }

    .ps918 {
        margin-left: 3px
    }

    .input52 {
        width: 38px;
        height: 31px;
        font-size: 14px;
        line-height: 1.144
    }

    .ps919 {
        margin-left: 2px
    }

    .input53 {
        width: 38px;
        height: 31px;
        font-size: 14px;
        line-height: 1.144
    }

    .ps920 {
        margin-left: 2px
    }

    .input54 {
        width: 38px;
        height: 31px;
        font-size: 14px;
        line-height: 1.144
    }

    .ps921 {
        margin-left: 32px;
        margin-top: 12px
    }

    .s837 {
        min-width: 310px;
        width: 310px;
        min-height: 32px
    }

    .s838 {
        min-width: 126px;
        height: 32px;
        width: 126px
    }

    .ps922 {
        margin-left: 14px
    }

    .s839 {
        min-width: 170px;
        height: 32px;
        width: 170px
    }

    .ps923 {
        margin-left: 61px;
        margin-top: -577px
    }

    .s840 {
        min-width: 235px;
        width: 235px;
        height: 38px
    }

    .f188 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.801
    }

    .ps924 {
        margin-left: 7px;
        margin-top: -521px
    }

    .s841 {
        min-width: 343px;
        width: 343px;
        min-height: 366px
    }

    .ps925 {
        margin-left: 128px
    }

    .s842 {
        min-width: 214px;
        width: 214px;
        height: 46px
    }

    .ps926 {
        margin-top: -45px
    }

    .s843 {
        min-width: 118px;
        width: 118px;
        height: 46px
    }

    .ps927 {
        margin-left: -118px;
        margin-top: 8px
    }

    .ps928 {
        margin-left: 10px;
        margin-top: 8px
    }

    .ps929 {
        margin-top: 5px
    }

    .s844 {
        min-width: 118px;
        width: 118px;
        height: 27px
    }

    .ps930 {
        margin-left: 9px;
        margin-top: 5px
    }

    .ps931 {
        margin-top: 5px
    }

    .ps932 {
        margin-left: 10px;
        margin-top: 5px
    }

    .ps933 {
        margin-top: 8px
    }

    .ps934 {
        margin-left: 10px;
        margin-top: 8px
    }

    .s845 {
        min-width: 214px;
        width: 214px;
        height: 27px
    }

    .ps935 {
        margin-left: 11px;
        margin-top: 8px
    }

    .s846 {
        min-width: 214px;
        width: 214px;
        height: 49px
    }

    .ps936 {
        margin-top: 7px
    }

    .ps937 {
        margin-left: 10px;
        margin-top: 7px
    }

    .s847 {
        min-width: 214px;
        width: 214px;
        height: 103px
    }

    .ps938 {
        margin-left: 26px;
        margin-top: 2px
    }

    .s848 {
        min-width: 357px;
        width: 357px;
        min-height: 594px
    }

    .s849 {
        min-width: 357px;
        width: 357px;
        min-height: 594px
    }

    .ps939 {
        margin-left: 28px;
        margin-top: 102px
    }

    .s850 {
        min-width: 292px;
        width: 292px;
        min-height: 459px
    }

    .s851 {
        min-width: 292px;
        width: 292px;
        height: 38px
    }

    .input55 {
        width: 292px;
        height: 38px;
        font-size: 14px;
        line-height: 1.144
    }

    .ps940 {
        margin-top: 20px
    }

    .input56 {
        width: 292px;
        height: 38px;
        font-size: 14px;
        line-height: 1.144
    }

    .ps941 {
        margin-top: 11px
    }

    .s852 {
        min-width: 292px;
        width: 292px;
        min-height: 38px
    }

    .s853 {
        min-width: 109px;
        width: 109px;
        height: 38px
    }

    .input57 {
        width: 109px;
        height: 38px;
        font-size: 14px;
        line-height: 1.144
    }

    .ps942 {
        margin-left: 11px
    }

    .s854 {
        min-width: 172px;
        width: 172px;
        height: 38px
    }

    .input58 {
        width: 172px;
        height: 38px;
        font-size: 14px;
        line-height: 1.144;
        background-size: 19px;
        background-position: right 19px top 50%
    }

    *[dir="rtl"] .input58,
    :root:lang(ar) .input58,
    :root:lang(iw) .input58 {
        background-position: left 19px top 50%
    }

    .ps943 {
        margin-top: 10px
    }

    .input59 {
        width: 292px;
        height: 38px;
        font-size: 14px;
        line-height: 1.144
    }

    .input60 {
        width: 292px;
        height: 38px;
        font-size: 14px;
        line-height: 1.144
    }

    .ps944 {
        margin-top: 10px
    }

    .s855 {
        min-width: 292px;
        width: 292px;
        height: 98px
    }

    .input61 {
        width: 292px;
        height: 98px;
        font-size: 14px;
        line-height: 1.144
    }

    .ps945 {
        margin-left: 38px;
        margin-top: 70px
    }

    .s856 {
        min-width: 253px;
        height: 40px;
        width: 253px
    }

    .f189 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144;
        padding-top: 12px;
        padding-bottom: 12px
    }

    .ps946 {
        margin-left: 83px;
        margin-top: -576px
    }

    .s857 {
        min-width: 201px;
        width: 201px;
        height: 38px
    }

    .ps947 {
        margin-left: 50px;
        margin-top: 99px
    }

    .s858 {
        min-width: 862px;
        width: 862px;
        min-height: 120px
    }

    .ps948 {
        margin-top: 35px
    }

    .s859 {
        min-width: 960px;
        height: 739px
    }

    .ps949 {
        margin-top: 20px
    }

    .s860 {
        width: 960px;
        min-height: 638px
    }

    .ps950 {
        margin-left: 118px
    }

    .s861 {
        min-width: 779px;
        width: 779px;
        min-height: 638px
    }

    .s862 {
        min-width: 360px;
        width: 360px;
        min-height: 638px
    }

    .ps951 {
        margin-left: 64px;
        margin-top: 16px
    }

    .s863 {
        min-width: 222px;
        width: 222px;
        height: 46px
    }

    .ps952 {
        margin-left: 17px;
        margin-top: 33px
    }

    .s864 {
        min-width: 311px;
        width: 311px;
        height: 44px
    }

    .input62 {
        width: 311px;
        height: 44px;
        font-size: 16px;
        line-height: 1.126;
        background-size: 19px;
        background-position: right 19px top 50%
    }

    *[dir="rtl"] .input62,
    :root:lang(ar) .input62,
    :root:lang(iw) .input62 {
        background-position: left 19px top 50%
    }

    .ps953 {
        margin-left: 15px;
        margin-top: 6px
    }

    .s865 {
        min-width: 312px;
        width: 312px;
        height: 37px
    }

    .input63 {
        width: 312px;
        height: 37px;
        font-size: 14px;
        line-height: 1.144
    }

    .ps954 {
        margin-left: 16px;
        margin-top: 6px
    }

    .input64 {
        width: 312px;
        height: 37px;
        font-size: 14px;
        line-height: 1.144
    }

    .ps955 {
        margin-left: 17px;
        margin-top: 4px
    }

    .s866 {
        min-width: 310px;
        width: 310px;
        min-height: 37px
    }

    .s867 {
        min-width: 116px;
        width: 116px;
        height: 37px
    }

    .input65 {
        width: 116px;
        height: 37px;
        font-size: 14px;
        line-height: 1.144
    }

    .ps956 {
        margin-left: 10px
    }

    .s868 {
        min-width: 184px;
        width: 184px;
        height: 37px
    }

    .input66 {
        width: 184px;
        height: 37px;
        font-size: 14px;
        line-height: 1.144;
        background-size: 19px;
        background-position: right 19px top 50%
    }

    *[dir="rtl"] .input66,
    :root:lang(ar) .input66,
    :root:lang(iw) .input66 {
        background-position: left 19px top 50%
    }

    .ps957 {
        margin-left: 17px;
        margin-top: 6px
    }

    .input67 {
        width: 312px;
        height: 37px;
        font-size: 14px;
        line-height: 1.144
    }

    .ps958 {
        margin-left: 16px;
        margin-top: 6px
    }

    .input68 {
        width: 312px;
        height: 37px;
        font-size: 14px;
        line-height: 1.144
    }

    .ps959 {
        margin-left: 16px;
        margin-top: 8px
    }

    .s869 {
        min-width: 312px;
        width: 312px;
        height: 95px
    }

    .input69 {
        width: 312px;
        height: 95px;
        font-size: 14px;
        line-height: 1.144
    }

    .ps960 {
        margin-left: 85px;
        margin-top: 9px
    }

    .s870 {
        min-width: 158px;
        height: 35px;
        width: 158px
    }

    .f190 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144;
        padding-top: 10px;
        padding-bottom: 9px
    }

    .ps961 {
        margin-left: 27px;
        margin-top: 18px
    }

    .s871 {
        min-width: 304px;
        width: 304px;
        min-height: 34px
    }

    .s872 {
        min-width: 174px;
        width: 174px;
        min-height: 34px
    }

    .s873 {
        min-width: 41px;
        width: 41px;
        height: 34px
    }

    .input70 {
        width: 41px;
        height: 34px;
        font-size: 14px;
        line-height: 1.144
    }

    .ps962 {
        margin-left: 5px
    }

    .input71 {
        width: 41px;
        height: 34px;
        font-size: 14px;
        line-height: 1.144
    }

    .ps963 {
        margin-left: 2px
    }

    .input72 {
        width: 41px;
        height: 34px;
        font-size: 14px;
        line-height: 1.144
    }

    .ps964 {
        margin-left: 3px
    }

    .input73 {
        width: 41px;
        height: 34px;
        font-size: 14px;
        line-height: 1.144
    }

    .ps965 {
        margin-left: 10px
    }

    .s874 {
        min-width: 120px;
        height: 32px;
        width: 120px
    }

    .ps966 {
        margin-left: 30px;
        margin-top: 21px
    }

    .s875 {
        min-width: 271px;
        height: 39px;
        width: 271px
    }

    .f191 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144;
        padding-top: 12px;
        padding-bottom: 11px
    }

    .ps967 {
        margin-left: 179px;
        margin-top: 62px
    }

    .s876 {
        min-width: 240px;
        width: 240px;
        min-height: 480px
    }

    .ps968 {
        margin-top: 0
    }

    .s877 {
        min-width: 960px;
        height: 525px
    }

    .s878 {
        width: 960px;
        min-height: 507px
    }

    .ps970 {
        margin-left: 38px
    }

    .s879 {
        min-width: 900px;
        width: 900px;
        min-height: 248px
    }

    .ps971 {
        margin-top: 35px
    }

    .i64 {
        left: 1px;
        width: 94px;
        height: 92px;
        -webkit-border-radius: 46px;
        -moz-border-radius: 46px;
        border-radius: 46px
    }

    .ps972 {
        margin-left: 66px;
        margin-top: 57px
    }

    .s880 {
        min-width: 184px;
        width: 184px;
        height: 35px
    }

    .f192 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.401
    }

    .ps973 {
        margin-left: -184px
    }

    .s881 {
        min-width: 417px;
        width: 417px;
        min-height: 234px
    }

    .ps974 {
        margin-left: 25px
    }

    .s882 {
        min-width: 84px;
        width: 84px;
        height: 26px
    }

    .f193 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f193:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f193:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f193:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .ps975 {
        margin-top: 6px
    }

    .s883 {
        min-width: 90px;
        width: 90px;
        height: 24px
    }

    .f194 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f194:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f194:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f194:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .ps976 {
        margin-left: -89px;
        margin-top: 38px
    }

    .s884 {
        min-width: 48px;
        width: 48px;
        height: 24px
    }

    .ps977 {
        margin-left: 1px;
        margin-top: 9px
    }

    .s885 {
        min-width: 121px;
        width: 121px;
        height: 27px
    }

    .ps978 {
        margin-left: 1px;
        margin-top: 10px
    }

    .s886 {
        min-width: 145px;
        width: 145px;
        height: 26px
    }

    .s887 {
        min-width: 98px;
        width: 98px;
        height: 27px
    }

    .ps980 {
        margin-top: 13px
    }

    .s888 {
        min-width: 168px;
        width: 168px;
        height: 26px
    }

    .ps981 {
        margin-left: 47px;
        margin-top: 14px
    }

    .s889 {
        min-width: 151px;
        width: 151px;
        min-height: 194px
    }

    .s890 {
        min-width: 151px;
        width: 151px;
        height: 24px
    }

    .ps983 {
        margin-left: 1px;
        margin-top: 9px
    }

    .s891 {
        min-width: 115px;
        width: 115px;
        height: 24px
    }

    .ps984 {
        margin-top: 7px
    }

    .s892 {
        min-width: 58px;
        width: 58px;
        height: 24px
    }

    .ps985 {
        margin-top: 9px
    }

    .s893 {
        min-width: 151px;
        width: 151px;
        height: 25px
    }

    .ps986 {
        margin-top: 45px
    }

    .s894 {
        min-width: 103px;
        width: 103px;
        height: 27px
    }

    .f195 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f195:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f195:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f195:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .ps987 {
        margin-left: 215px;
        margin-top: -88px
    }

    .s895 {
        min-width: 177px;
        width: 177px;
        height: 27px
    }

    .ps988 {
        margin-top: -142px
    }

    .s896 {
        min-width: 281px;
        width: 281px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps989 {
        margin-left: 20px
    }

    .ps990 {
        margin-left: 0
    }

    .s897 {
        min-width: 218px;
        width: 218px;
        height: 26px
    }

    .ps991 {
        margin-left: 0;
        margin-top: 8px
    }

    .s898 {
        min-width: 219px;
        width: 219px;
        height: 26px
    }

    .ps992 {
        margin-left: 0;
        margin-top: 5px
    }

    .s899 {
        min-width: 233px;
        width: 233px;
        height: 26px
    }

    .f196 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f196:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f196:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f196:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .ps993 {
        margin-top: 5px
    }

    .s900 {
        min-width: 130px;
        width: 130px;
        height: 24px
    }

    .ps994 {
        margin-left: 1px;
        margin-top: 5px
    }

    .s901 {
        min-width: 110px;
        width: 110px;
        height: 25px
    }

    .ps995 {
        margin-top: 7px
    }

    .s902 {
        min-width: 180px;
        width: 180px;
        height: 26px
    }

    .ps996 {
        margin-top: 6px
    }

    .s903 {
        min-width: 69px;
        width: 69px;
        height: 26px
    }

    .ps997 {
        margin-left: 0;
        margin-top: 8px
    }

    .s904 {
        min-width: 222px;
        width: 222px;
        height: 25px
    }

    .ps998 {
        margin-left: 583px;
        margin-top: -191px
    }

    .s905 {
        min-width: 317px;
        width: 317px;
        min-height: 35px
    }

    .ps999 {
        margin-left: 1px
    }

    .s906 {
        min-width: 233px;
        width: 233px;
        height: 32px
    }

    .f197 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.612
    }

    .ps1000 {
        margin-top: 2px
    }

    .s907 {
        min-width: 317px;
        width: 317px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1001 {
        margin-left: 413px;
        margin-top: 92px
    }

    .ps1002 {
        margin-top: 2px
    }

    .i65 {
        width: 53px;
        height: 65px
    }

    .ps1003 {
        margin-left: 4px
    }

    .i66 {
        width: 53px;
        height: 67px
    }

    .ps1004 {
        margin-left: 7px;
        margin-top: 13px
    }

    .i67 {
        left: 0;
        width: 38px;
        height: 38px;
        top: 2px
    }

    .ps1005 {
        margin-left: 72px
    }

    .s908 {
        min-width: 834px;
        width: 834px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1006 {
        margin-left: 221px;
        margin-top: 46px
    }

    .s909 {
        min-width: 589px;
        width: 589px;
        height: 53px
    }

    .f198 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.616
    }

    .ps1008 {
        width: 960px
    }

    .ps1009 {
        margin-top: 40px;
        margin-bottom: 40px
    }

    .s910 {
        min-width: 960px;
        width: 960px;
        height: calc(100vh - 80px);
        height: calc(var(--vh, 1vh) * 100 - 80px);
    }

    .c254 {
        margin-top: max(calc(50vh - 469px), 0px);
        margin-top: max(calc(var(--vh, 1vh) * 50 - 469px), 0px);
        height: 858px
    }

    .ps1010 {
        margin-left: 922px;
        margin-top: 10px
    }

    .s911 {
        min-width: 32px;
        width: 32px;
        height: 32px
    }

    .c255 {
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px
    }

    .ps1011 {
        margin-left: 322px;
        margin-top: 22px
    }

    .s912 {
        min-width: 630px;
        width: 630px;
        height: 586px
    }

    .wrapper4 {
        height: 586px
    }

    .ps1012 {
        margin-left: 27px;
        margin-top: -582px
    }

    .s913 {
        min-width: 268px;
        height: 49px;
        width: 268px
    }

    .c256 {
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px
    }

    .f199 {
        font-size: 19px;
        font-size: calc(19px * var(--f));
        line-height: 1.264;
        padding-top: 13px;
        padding-bottom: 12px
    }

    .ps1013 {
        margin-left: -268px;
        margin-top: -519px
    }

    .ps1014 {
        margin-left: -268px;
        margin-top: -458px
    }

    .ps1015 {
        margin-left: -268px;
        margin-top: -395px
    }

    .ps1016 {
        margin-left: -268px;
        margin-top: -330px
    }

    .ps1017 {
        margin-left: -268px;
        margin-top: -265px
    }

    .ps1018 {
        margin-left: 69px;
        margin-top: 63px
    }

    .s914 {
        min-width: 853px;
        width: 853px;
        min-height: 111px
    }

    .ps1020 {
        margin-top: 40px
    }

    .s915 {
        min-width: 960px;
        width: 960px;
        height: 45px
    }

    .c258 {
        height: 45px
    }

    .ps1021 {
        margin-left: 25px;
        margin-top: 7px
    }

    .s916 {
        min-width: 866px;
        width: 866px;
        height: 32px
    }

    .f200 {
        font-size: 17px;
        font-size: calc(17px * var(--f));
        line-height: 1.825
    }

    .ps1022 {
        margin-left: 25px;
        margin-top: 7px
    }

    .c259 {
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px
    }

    .s917 {
        min-width: 960px;
        min-height: 54px
    }

    .ps1023 {
        margin-top: 11px
    }

    .s918 {
        width: 960px;
        min-height: 31px
    }

    .ps1024 {
        margin-left: 683px
    }

    .s919 {
        min-width: 128px;
        height: 31px;
        width: 128px
    }

    .f201 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.274;
        padding-top: 9px;
        padding-bottom: 8px
    }

    .ps1025 {
        margin-left: 10px
    }

    body {
        --d: 2;
        --s: 960
    }
}

@media (min-width:768px) and (max-width:959px) {
    .c218 {
        min-width: 768px;
        min-height: 385px
    }

    .s745 {
        min-width: 768px;
        height: 187px
    }

    .ps807 {
        margin-top: 9px
    }

    .s746 {
        width: 768px;
        min-height: 40px
    }

    .ps808 {
        margin-left: 148px
    }

    .ps809 {
        margin-top: 5px
    }

    .i59 {
        left: 0;
        min-width: 19px;
        max-width: 19px;
        min-height: 19px;
        max-height: 19px
    }

    .ps810 {
        margin-left: 14px;
        margin-top: 5px
    }

    .s747 {
        min-width: 160px;
        width: 160px;
        height: 20px
    }

    .f174 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.188
    }

    .ps811 {
        margin-left: 25px;
        margin-top: 0
    }

    .i60 {
        left: 3px;
        min-width: 26px;
        max-width: 26px;
        min-height: 26px;
        max-height: 26px
    }

    .ps812 {
        margin-left: 12px;
        margin-top: 4px
    }

    .s748 {
        min-width: 225px;
        width: 225px;
        height: 23px
    }

    .ps813 {
        margin-left: 70px;
        margin-top: 3px
    }

    .i61 {
        left: 1px;
        width: 37px;
        height: 37px
    }

    .ps814 {
        margin-top: 12px
    }

    .s749 {
        min-height: 126px
    }

    .ps815 {
        margin-top: -127px
    }

    .s750 {
        width: 768px;
        min-height: 109px
    }

    .ps816 {
        margin-left: 11px
    }

    .ps817 {
        margin-top: 12px
    }

    .i62 {
        width: 83px;
        height: 18px;
        top: 29px;
        -webkit-border-radius: 38px;
        -moz-border-radius: 38px;
        border-radius: 38px
    }

    .ps818 {
        margin-left: 9px;
        margin-top: 80px
    }

    .s752 {
        min-width: 17px
    }

    .ps820 {
        margin-top: 37px
    }

    .s753 {
        min-width: 17px;
        width: 17px;
        height: 10px
    }

    .f175 {
        font-size: 6px;
        font-size: calc(6px * var(--f));
        line-height: 1.334
    }

    .ps822 {
        margin-top: 7px
    }

    .s754 {
        min-width: 65px;
        width: 65px;
        height: 15px
    }

    .f176 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.183
    }

    .ps823 {
        margin-top: 1px
    }

    .s755 {
        min-width: 164px;
        width: 164px;
        height: 15px
    }

    .ps825 {
        margin-left: 65px;
        margin-top: -29px
    }

    .s756 {
        min-width: 98px;
        width: 98px;
        height: 15px
    }

    .s757 {
        min-width: 172px;
        width: 172px;
        height: 15px
    }

    .ps828 {
        margin-left: 163px;
        margin-top: -29px
    }

    .s758 {
        min-width: 128px;
        width: 128px;
        height: 15px
    }

    .s759 {
        min-width: 160px;
        width: 160px;
        height: 15px
    }

    .ps830 {
        margin-left: 291px;
        margin-top: -29px
    }

    .s760 {
        min-width: 142px;
        width: 142px;
        height: 15px
    }

    .ps832 {
        margin-top: 1px
    }

    .s761 {
        min-width: 190px;
        width: 190px;
        height: 15px
    }

    .ps833 {
        margin-left: 433px;
        margin-top: -29px
    }

    .s762 {
        min-width: 74px;
        width: 74px;
        height: 15px
    }

    .ps834 {
        margin-left: 507px;
        margin-top: -29px
    }

    .s763 {
        min-width: 47px;
        width: 47px;
        height: 15px
    }

    .ps835 {
        margin-left: 554px;
        margin-top: -29px
    }

    .ps836 {
        margin-left: 441px;
        margin-top: -109px
    }

    .s764 {
        min-width: 288px;
        width: 288px;
        min-height: 31px
    }

    .input38 {
        width: 288px;
        height: 31px;
        font-family: "Lato 3";
        font-size: 12px;
        line-height: 1.251;
        font-weight: 700;
        font-style: normal
    }

    .ps837 {
        margin-left: 260px;
        margin-top: -31px
    }

    .s765 {
        min-width: 26px;
        width: 26px;
        height: 29px
    }

    .ps838 {
        margin-top: -198px
    }

    .s766 {
        min-width: 768px;
        min-height: 482px
    }

    .ps839 {
        margin-top: 81px
    }

    .s767 {
        width: 768px;
        min-height: 297px
    }

    .s768 {
        min-width: 758px;
        width: 758px;
        min-height: 297px
    }

    .ps840 {
        margin-top: 79px
    }

    .s769 {
        min-width: 51px;
        height: 94px;
        width: 51px
    }

    .f177 {
        font-size: 30px;
        font-size: calc(30px * var(--f));
        line-height: 1.201;
        padding-top: 29px;
        padding-bottom: 29px
    }

    .ps841 {
        margin-left: 9px
    }

    .s770 {
        min-width: 199px;
        width: 199px;
        min-height: 297px
    }

    .c226 {
        background-image: url(../images/r/whatsapp-image-2025-06-24-at-3.38.55-pm-396.jpeg)
    }

    .webp .c226 {
        background-image: url(../images/r/whatsapp-image-2025-06-24-at-3.38.55-pm-396.webp)
    }

    .ps842 {
        margin-left: 17px
    }

    .ps843 {
        margin-left: 19px
    }

    .ps844 {
        margin-left: 14px;
        margin-top: 93px
    }

    .ps845 {
        margin-top: -484px
    }

    .s771 {
        width: 768px;
        height: 487px
    }

    .ps846 {
        margin-left: 38px
    }

    .ps847 {
        margin-left: 675px;
        margin-top: 7px
    }

    .i63 {
        left: 0;
        min-width: 23px;
        max-width: 23px;
        min-height: 23px;
        max-height: 23px
    }

    .ps848 {
        margin-top: 31px
    }

    .s772 {
        min-width: 706px;
        height: 45px;
        width: 706px
    }

    .f178 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.228;
        padding-top: 9px;
        padding-bottom: 9px
    }

    .c229::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c229:hover:before {
        opacity: 1
    }

    .c229::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c229:hover:after {
        opacity: 0
    }

    .c229:active:before {
        opacity: 1
    }

    .c229:active:after {
        opacity: 1;
        transition: initial
    }

    .ps849 {
        margin-top: 3px
    }

    .s773 {
        min-width: 706px;
        width: 706px;
        min-height: 233px
    }

    .s774 {
        min-width: 706px;
        height: 45px;
        width: 706px
    }

    .ps850 {
        margin-top: 2px
    }

    .s775 {
        min-width: 706px;
        height: 45px;
        width: 706px
    }

    .ps851 {
        margin-top: 2px
    }

    .ps852 {
        margin-top: 2px
    }

    .ps853 {
        margin-top: 2px
    }

    .ps854 {
        margin-left: 0;
        margin-top: 2px
    }

    .ps855 {
        margin-left: 0;
        margin-top: 2px
    }

    .ps856 {
        margin-left: 0;
        margin-top: 3px
    }

    .s776 {
        min-width: 706px;
        height: 47px;
        width: 706px
    }

    .f179 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.228;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .ps857 {
        margin-top: -3px
    }

    .s777 {
        min-width: 768px;
        height: 578px
    }

    .ps858 {
        margin-top: 28px
    }

    .s778 {
        width: 768px;
        min-height: 493px
    }

    .ps859 {
        margin-left: 66px
    }

    .s779 {
        min-width: 660px;
        width: 660px;
        min-height: 493px
    }

    .ps860 {
        margin-top: 10px
    }

    .s780 {
        min-width: 309px;
        width: 309px;
        height: 483px
    }

    .ps861 {
        margin-left: 20px;
        margin-top: 40px
    }

    .s781 {
        min-width: 261px;
        height: 41px;
        width: 261px
    }

    .c232 {
        -webkit-border-radius: 21px;
        -moz-border-radius: 21px;
        border-radius: 21px;
        background-image: url(../images/a/companylogo-230-230-112-modified-82.png)
    }

    .webp .c232 {
        background-image: url(../images/2/companylogo-230-230-112-modified-82.webp)
    }

    .f180 {
        font-size: 15px;
        font-size: calc(15px * var(--f));
        line-height: 1.201;
        padding-top: 12px;
        padding-bottom: 11px
    }

    .ps862 {
        margin-left: 21px;
        margin-top: 11px
    }

    .c233 {
        -webkit-border-radius: 21px;
        -moz-border-radius: 21px;
        border-radius: 21px;
        background-image: url(../images/a/companylogo-230-230-112-modified-82.png)
    }

    .webp .c233 {
        background-image: url(../images/2/companylogo-230-230-112-modified-82.webp)
    }

    .ps863 {
        margin-left: 21px;
        margin-top: 14px
    }

    .c234 {
        -webkit-border-radius: 21px;
        -moz-border-radius: 21px;
        border-radius: 21px;
        background-image: url(../images/a/companylogo-230-230-112-modified-82.png)
    }

    .webp .c234 {
        background-image: url(../images/2/companylogo-230-230-112-modified-82.webp)
    }

    .ps864 {
        margin-left: 20px;
        margin-top: 12px
    }

    .c235 {
        -webkit-border-radius: 21px;
        -moz-border-radius: 21px;
        border-radius: 21px;
        background-image: url(../images/a/companylogo-230-230-112-modified-82.png)
    }

    .webp .c235 {
        background-image: url(../images/2/companylogo-230-230-112-modified-82.webp)
    }

    .ps865 {
        margin-left: 20px;
        margin-top: 11px
    }

    .c236 {
        -webkit-border-radius: 21px;
        -moz-border-radius: 21px;
        border-radius: 21px;
        background-image: url(../images/a/companylogo-230-230-112-modified-82.png)
    }

    .webp .c236 {
        background-image: url(../images/2/companylogo-230-230-112-modified-82.webp)
    }

    .ps866 {
        margin-left: 20px;
        margin-top: 9px
    }

    .c237 {
        -webkit-border-radius: 21px;
        -moz-border-radius: 21px;
        border-radius: 21px;
        background-image: url(../images/a/companylogo-230-230-112-modified-82.png)
    }

    .webp .c237 {
        background-image: url(../images/2/companylogo-230-230-112-modified-82.webp)
    }

    .ps867 {
        margin-left: 21px;
        margin-top: 9px
    }

    .c238 {
        -webkit-border-radius: 21px;
        -moz-border-radius: 21px;
        border-radius: 21px;
        background-image: url(../images/a/companylogo-230-230-112-modified-82.png)
    }

    .webp .c238 {
        background-image: url(../images/2/companylogo-230-230-112-modified-82.webp)
    }

    .ps868 {
        margin-left: 20px;
        margin-top: 11px
    }

    .c239 {
        -webkit-border-radius: 21px;
        -moz-border-radius: 21px;
        border-radius: 21px;
        background-image: url(../images/a/companylogo-230-230-112-modified-82.png)
    }

    .webp .c239 {
        background-image: url(../images/2/companylogo-230-230-112-modified-82.webp)
    }

    .ps869 {
        margin-left: 81px
    }

    .s782 {
        min-width: 270px;
        width: 270px;
        min-height: 493px
    }

    .ps870 {
        margin-left: 6px
    }

    .s783 {
        min-width: 264px;
        width: 264px;
        min-height: 247px
    }

    .s784 {
        height: 247px
    }

    .s785 {
        padding: 30px 0px 30px 0px
    }

    .s786 {
        padding: 0px 33px 0px 33px
    }

    .s787 {
        padding: 24px 0px 24px 0px
    }

    .s788 {
        padding: 0px 48px 0px 48px
    }

    .s789 {
        padding: 0px 45px 0px 45px
    }

    .un368 .slider {
        height: 247px
    }

    .un368 .slick-list {
        height: 247px
    }

    .ps871 {
        margin-left: 0;
        margin-top: 36px
    }

    .s790 {
        min-width: 264px;
        width: 264px;
        min-height: 210px
    }

    .s791 {
        min-width: 768px;
        height: 715px
    }

    .ps873 {
        margin-top: 36px
    }

    .s792 {
        width: 768px;
        min-height: 652px
    }

    .ps874 {
        margin-left: 2px
    }

    .s793 {
        min-width: 558px;
        width: 558px;
        min-height: 523px
    }

    .s794 {
        min-width: 274px;
        width: 274px;
        min-height: 523px
    }

    .s795 {
        min-width: 270px;
        width: 270px;
        min-height: 523px
    }

    .s796 {
        min-width: 270px;
        width: 270px;
        min-height: 523px
    }

    .ps875 {
        margin-left: 71px;
        margin-top: 422px
    }

    .s797 {
        min-width: 110px;
        height: 26px;
        width: 110px
    }

    .f181 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092;
        padding-top: 7px;
        padding-bottom: 7px
    }

    .ps876 {
        margin-left: 65px;
        margin-top: 7px
    }

    .s798 {
        min-width: 121px;
        width: 121px;
        min-height: 25px
    }

    .s799 {
        min-width: 29px;
        width: 29px;
        height: 25px
    }

    .input39 {
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        border-radius: 13px;
        width: 29px;
        height: 25px;
        font-size: 11px;
        line-height: 1.092
    }

    .ps877 {
        margin-left: 3px
    }

    .input40 {
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        border-radius: 13px;
        width: 29px;
        height: 25px;
        font-size: 11px;
        line-height: 1.092
    }

    .ps878 {
        margin-left: 1px
    }

    .input41 {
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        border-radius: 13px;
        width: 29px;
        height: 25px;
        font-size: 11px;
        line-height: 1.092
    }

    .ps879 {
        margin-left: 1px
    }

    .input42 {
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        border-radius: 13px;
        width: 29px;
        height: 25px;
        font-size: 11px;
        line-height: 1.092
    }

    .ps880 {
        margin-left: 16px;
        margin-top: 6px
    }

    .s800 {
        min-width: 239px;
        width: 239px;
        min-height: 26px
    }

    .s801 {
        min-width: 95px;
        height: 26px;
        width: 95px
    }

    .ps881 {
        margin-left: 15px
    }

    .s802 {
        min-width: 129px;
        height: 26px;
        width: 129px
    }

    .ps882 {
        margin-left: 40px;
        margin-top: -508px
    }

    .s803 {
        min-width: 155px;
        width: 155px;
        height: 37px
    }

    .f182 {
        font-size: 17px;
        font-size: calc(17px * var(--f));
        line-height: 1.825
    }

    .ps883 {
        margin-left: 15px;
        margin-top: -456px
    }

    .s804 {
        min-width: 90px;
        width: 90px;
        height: 27px
    }

    .f183 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.819
    }

    .ps884 {
        margin-left: -90px;
        margin-top: -397px
    }

    .s805 {
        min-width: 90px;
        width: 90px;
        height: 36px
    }

    .f184 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.456
    }

    .ps885 {
        margin-left: -90px;
        margin-top: -355px
    }

    .ps886 {
        margin-left: 15px;
        margin-top: -315px
    }

    .s806 {
        min-width: 186px;
        width: 186px;
        min-height: 22px
    }

    .s807 {
        min-width: 90px;
        width: 90px;
        height: 22px
    }

    .ps887 {
        margin-left: 6px
    }

    .ps888 {
        margin-left: 15px;
        margin-top: -290px
    }

    .s808 {
        min-width: 187px;
        width: 187px;
        min-height: 22px
    }

    .ps889 {
        margin-left: 7px
    }

    .ps890 {
        margin-left: 15px;
        margin-top: -263px
    }

    .ps891 {
        margin-left: -90px;
        margin-top: -235px
    }

    .ps892 {
        margin-left: -90px;
        margin-top: -192px
    }

    .ps893 {
        margin-left: 112px;
        margin-top: -456px
    }

    .s809 {
        min-width: 162px;
        width: 162px;
        min-height: 343px
    }

    .s810 {
        min-width: 162px;
        width: 162px;
        height: 40px
    }

    .ps894 {
        margin-top: 19px
    }

    .s811 {
        min-width: 162px;
        width: 162px;
        height: 36px
    }

    .ps895 {
        margin-top: 6px
    }

    .ps896 {
        margin-top: 56px
    }

    .s812 {
        min-width: 162px;
        width: 162px;
        height: 22px
    }

    .ps897 {
        margin-top: 49px
    }

    .s813 {
        min-width: 162px;
        width: 162px;
        height: 79px
    }

    .ps898 {
        margin-left: 112px;
        margin-top: -235px
    }

    .s814 {
        min-width: 162px;
        width: 162px;
        height: 38px
    }

    .ps899 {
        margin-left: 8px
    }

    .s815 {
        min-width: 276px;
        width: 276px;
        min-height: 523px
    }

    .s816 {
        min-width: 276px;
        width: 276px;
        min-height: 523px
    }

    .ps900 {
        margin-left: 8px;
        margin-top: 79px
    }

    .s817 {
        min-width: 255px;
        width: 255px;
        min-height: 36px
    }

    .s818 {
        min-width: 227px;
        width: 227px;
        height: 36px
    }

    .input43 {
        width: 227px;
        height: 36px;
        font-size: 16px;
        line-height: 1.126
    }

    .ps901 {
        margin-left: 11px
    }

    .s819 {
        min-width: 17px;
        width: 17px;
        height: 19px
    }

    .c244 {
        background-image: url(../images/h/edit-34.jpg)
    }

    .webp .c244 {
        background-image: url(../images/a/edit-34.webp)
    }

    .ps902 {
        margin-left: 181px;
        margin-top: 12px
    }

    .s820 {
        min-width: 52px;
        height: 20px;
        width: 52px
    }

    .f185 {
        font-size: 7px;
        font-size: calc(7px * var(--f));
        line-height: 1.144;
        padding-top: 6px;
        padding-bottom: 6px
    }

    .ps903 {
        margin-left: 8px;
        margin-top: 16px
    }

    .s821 {
        min-width: 226px;
        width: 226px;
        height: 30px
    }

    .input44 {
        width: 226px;
        height: 30px;
        font-size: 11px;
        line-height: 1.092
    }

    .ps904 {
        margin-left: 8px;
        margin-top: 6px
    }

    .input45 {
        width: 226px;
        height: 30px;
        font-size: 11px;
        line-height: 1.092
    }

    .ps905 {
        margin-left: 8px;
        margin-top: 6px
    }

    .s822 {
        min-width: 226px;
        width: 226px;
        min-height: 30px
    }

    .s823 {
        min-width: 84px;
        width: 84px;
        height: 30px
    }

    .input46 {
        width: 84px;
        height: 30px;
        font-size: 11px;
        line-height: 1.092
    }

    .ps906 {
        margin-left: 9px
    }

    .s824 {
        min-width: 133px;
        width: 133px;
        height: 30px
    }

    .input47 {
        width: 133px;
        height: 30px;
        font-size: 11px;
        line-height: 1.092;
        background-size: 15px;
        background-position: right 15px top 50%
    }

    *[dir="rtl"] .input47,
    :root:lang(ar) .input47,
    :root:lang(iw) .input47 {
        background-position: left 15px top 50%
    }

    .ps907 {
        margin-left: 8px;
        margin-top: 8px
    }

    .input48 {
        width: 226px;
        height: 30px;
        font-size: 11px;
        line-height: 1.092
    }

    .ps908 {
        margin-left: 8px;
        margin-top: 6px
    }

    .input49 {
        width: 226px;
        height: 30px;
        font-size: 11px;
        line-height: 1.092
    }

    .ps909 {
        margin-left: 8px;
        margin-top: 5px
    }

    .s825 {
        min-width: 226px;
        width: 226px;
        height: 77px
    }

    .input50 {
        width: 226px;
        height: 77px;
        font-size: 11px;
        line-height: 1.092
    }

    .ps910 {
        margin-left: 38px;
        margin-top: 47px
    }

    .s826 {
        min-width: 195px;
        height: 31px;
        width: 195px
    }

    .f186 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092;
        padding-top: 10px;
        padding-bottom: 9px
    }

    .ps911 {
        margin-left: 42px;
        margin-top: -517px
    }

    .s827 {
        min-width: 187px;
        width: 187px;
        height: 41px
    }

    .f187 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.801
    }

    .ps912 {
        margin-left: 14px;
        margin-top: 33px
    }

    .s828 {
        min-width: 711px;
        width: 711px;
        min-height: 96px
    }

    .ps913 {
        margin-top: 12px
    }

    .s829 {
        min-width: 768px;
        height: 683px
    }

    .ps914 {
        margin-top: 18px
    }

    .s830 {
        width: 768px;
        min-height: 652px
    }

    .ps915 {
        margin-left: 37px
    }

    .s831 {
        min-width: 592px;
        width: 592px;
        min-height: 477px
    }

    .s832 {
        min-width: 286px;
        width: 286px;
        min-height: 477px
    }

    .s833 {
        min-width: 286px;
        width: 286px;
        min-height: 477px
    }

    .ps916 {
        margin-left: 70px;
        margin-top: 368px
    }

    .s834 {
        min-width: 116px;
        height: 26px;
        width: 116px
    }

    .ps917 {
        margin-left: 68px;
        margin-top: 7px
    }

    .s835 {
        min-width: 128px;
        width: 128px;
        min-height: 25px
    }

    .s836 {
        min-width: 31px;
        width: 31px;
        height: 25px
    }

    .input51 {
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        border-radius: 13px;
        width: 31px;
        height: 25px;
        font-size: 11px;
        line-height: 1.092
    }

    .ps918 {
        margin-left: 2px
    }

    .input52 {
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        border-radius: 13px;
        width: 31px;
        height: 25px;
        font-size: 11px;
        line-height: 1.092
    }

    .ps919 {
        margin-left: 1px
    }

    .input53 {
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        border-radius: 13px;
        width: 31px;
        height: 25px;
        font-size: 11px;
        line-height: 1.092
    }

    .ps920 {
        margin-left: 1px
    }

    .input54 {
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        border-radius: 13px;
        width: 31px;
        height: 25px;
        font-size: 11px;
        line-height: 1.092
    }

    .ps921 {
        margin-left: 25px;
        margin-top: 10px
    }

    .s837 {
        min-width: 248px;
        width: 248px;
        min-height: 26px
    }

    .s838 {
        min-width: 101px;
        height: 26px;
        width: 101px
    }

    .ps922 {
        margin-left: 11px
    }

    .s839 {
        min-width: 136px;
        height: 26px;
        width: 136px
    }

    .ps923 {
        margin-left: 49px;
        margin-top: -462px
    }

    .s840 {
        min-width: 188px;
        width: 188px;
        height: 30px
    }

    .f188 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.813
    }

    .ps924 {
        margin-left: 5px;
        margin-top: -417px
    }

    .s841 {
        min-width: 275px;
        width: 275px;
        min-height: 292px
    }

    .ps925 {
        margin-left: 103px
    }

    .s842 {
        min-width: 171px;
        width: 171px;
        height: 37px
    }

    .ps926 {
        margin-top: -36px
    }

    .s843 {
        min-width: 94px;
        width: 94px;
        height: 37px
    }

    .ps927 {
        margin-left: -94px;
        margin-top: 6px
    }

    .ps928 {
        margin-left: 9px;
        margin-top: 6px
    }

    .ps929 {
        margin-top: 4px
    }

    .s844 {
        min-width: 94px;
        width: 94px;
        height: 22px
    }

    .ps930 {
        margin-left: 8px;
        margin-top: 4px
    }

    .ps931 {
        margin-top: 4px
    }

    .ps932 {
        margin-left: 9px;
        margin-top: 4px
    }

    .ps933 {
        margin-top: 6px
    }

    .ps934 {
        margin-left: 9px;
        margin-top: 6px
    }

    .s845 {
        min-width: 171px;
        width: 171px;
        height: 22px
    }

    .ps935 {
        margin-left: 10px;
        margin-top: 6px
    }

    .s846 {
        min-width: 171px;
        width: 171px;
        height: 39px
    }

    .ps936 {
        margin-top: 5px
    }

    .ps937 {
        margin-left: 9px;
        margin-top: 5px
    }

    .s847 {
        min-width: 171px;
        width: 171px;
        height: 82px
    }

    .ps938 {
        margin-left: 20px;
        margin-top: 2px
    }

    .s848 {
        min-width: 286px;
        width: 286px;
        min-height: 475px
    }

    .s849 {
        min-width: 286px;
        width: 286px;
        min-height: 475px
    }

    .ps939 {
        margin-left: 22px;
        margin-top: 81px
    }

    .s850 {
        min-width: 234px;
        width: 234px;
        min-height: 367px
    }

    .s851 {
        min-width: 234px;
        width: 234px;
        height: 31px
    }

    .input55 {
        width: 234px;
        height: 31px;
        font-size: 11px;
        line-height: 1.092
    }

    .ps940 {
        margin-top: 15px
    }

    .input56 {
        width: 234px;
        height: 31px;
        font-size: 11px;
        line-height: 1.092
    }

    .ps941 {
        margin-top: 9px
    }

    .s852 {
        min-width: 234px;
        width: 234px;
        min-height: 31px
    }

    .s853 {
        min-width: 88px;
        width: 88px;
        height: 31px
    }

    .input57 {
        width: 88px;
        height: 31px;
        font-size: 11px;
        line-height: 1.092
    }

    .ps942 {
        margin-left: 8px
    }

    .s854 {
        min-width: 138px;
        width: 138px;
        height: 31px
    }

    .input58 {
        width: 138px;
        height: 31px;
        font-size: 11px;
        line-height: 1.092;
        background-size: 15px;
        background-position: right 15px top 50%
    }

    *[dir="rtl"] .input58,
    :root:lang(ar) .input58,
    :root:lang(iw) .input58 {
        background-position: left 15px top 50%
    }

    .ps943 {
        margin-top: 7px
    }

    .input59 {
        width: 234px;
        height: 31px;
        font-size: 11px;
        line-height: 1.092
    }

    .input60 {
        width: 234px;
        height: 31px;
        font-size: 11px;
        line-height: 1.092
    }

    .ps944 {
        margin-top: 8px
    }

    .s855 {
        min-width: 234px;
        width: 234px;
        height: 79px
    }

    .input61 {
        width: 234px;
        height: 79px;
        font-size: 11px;
        line-height: 1.092
    }

    .ps945 {
        margin-left: 31px;
        margin-top: 55px
    }

    .s856 {
        min-width: 202px;
        height: 32px;
        width: 202px
    }

    .f189 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .ps946 {
        margin-left: 67px;
        margin-top: -461px
    }

    .s857 {
        min-width: 161px;
        width: 161px;
        height: 30px
    }

    .ps947 {
        margin-left: 40px;
        margin-top: 79px
    }

    .s858 {
        min-width: 690px;
        width: 690px;
        min-height: 96px
    }

    .ps948 {
        margin-top: 28px
    }

    .s859 {
        min-width: 768px;
        height: 591px
    }

    .ps949 {
        margin-top: 16px
    }

    .s860 {
        width: 768px;
        min-height: 510px
    }

    .ps950 {
        margin-left: 94px
    }

    .s861 {
        min-width: 624px;
        width: 624px;
        min-height: 510px
    }

    .s862 {
        min-width: 288px;
        width: 288px;
        min-height: 510px
    }

    .ps951 {
        margin-left: 52px;
        margin-top: 13px
    }

    .s863 {
        min-width: 178px;
        width: 178px;
        height: 37px
    }

    .ps952 {
        margin-left: 14px;
        margin-top: 26px
    }

    .s864 {
        min-width: 249px;
        width: 249px;
        height: 36px
    }

    .input62 {
        width: 249px;
        height: 36px;
        font-size: 12px;
        line-height: 1.168;
        background-size: 15px;
        background-position: right 15px top 50%
    }

    *[dir="rtl"] .input62,
    :root:lang(ar) .input62,
    :root:lang(iw) .input62 {
        background-position: left 15px top 50%
    }

    .ps953 {
        margin-left: 12px;
        margin-top: 4px
    }

    .s865 {
        min-width: 250px;
        width: 250px;
        height: 30px
    }

    .input63 {
        width: 250px;
        height: 30px;
        font-size: 11px;
        line-height: 1.092
    }

    .ps954 {
        margin-left: 13px;
        margin-top: 4px
    }

    .input64 {
        width: 250px;
        height: 30px;
        font-size: 11px;
        line-height: 1.092
    }

    .ps955 {
        margin-left: 14px;
        margin-top: 3px
    }

    .s866 {
        min-width: 249px;
        width: 249px;
        min-height: 30px
    }

    .s867 {
        min-width: 93px;
        width: 93px;
        height: 30px
    }

    .input65 {
        width: 93px;
        height: 30px;
        font-size: 11px;
        line-height: 1.092
    }

    .ps956 {
        margin-left: 8px
    }

    .s868 {
        min-width: 148px;
        width: 148px;
        height: 30px
    }

    .input66 {
        width: 148px;
        height: 30px;
        font-size: 11px;
        line-height: 1.092;
        background-size: 15px;
        background-position: right 15px top 50%
    }

    *[dir="rtl"] .input66,
    :root:lang(ar) .input66,
    :root:lang(iw) .input66 {
        background-position: left 15px top 50%
    }

    .ps957 {
        margin-left: 14px;
        margin-top: 4px
    }

    .input67 {
        width: 250px;
        height: 30px;
        font-size: 11px;
        line-height: 1.092
    }

    .ps958 {
        margin-left: 13px;
        margin-top: 5px
    }

    .input68 {
        width: 250px;
        height: 30px;
        font-size: 11px;
        line-height: 1.092
    }

    .ps959 {
        margin-left: 13px;
        margin-top: 6px
    }

    .s869 {
        min-width: 250px;
        width: 250px;
        height: 76px
    }

    .input69 {
        width: 250px;
        height: 76px;
        font-size: 11px;
        line-height: 1.092
    }

    .ps960 {
        margin-left: 68px;
        margin-top: 7px
    }

    .s870 {
        min-width: 126px;
        height: 28px;
        width: 126px
    }

    .f190 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092;
        padding-top: 8px;
        padding-bottom: 8px
    }

    .ps961 {
        margin-left: 22px;
        margin-top: 14px
    }

    .s871 {
        min-width: 243px;
        width: 243px;
        min-height: 28px
    }

    .s872 {
        min-width: 139px;
        width: 139px;
        min-height: 28px
    }

    .s873 {
        min-width: 33px;
        width: 33px;
        height: 28px
    }

    .input70 {
        width: 33px;
        height: 28px;
        font-size: 11px;
        line-height: 1.092
    }

    .ps962 {
        margin-left: 4px
    }

    .input71 {
        width: 33px;
        height: 28px;
        font-size: 11px;
        line-height: 1.092
    }

    .ps963 {
        margin-left: 1px
    }

    .input72 {
        width: 33px;
        height: 28px;
        font-size: 11px;
        line-height: 1.092
    }

    .ps964 {
        margin-left: 2px
    }

    .input73 {
        width: 33px;
        height: 28px;
        font-size: 11px;
        line-height: 1.092
    }

    .ps965 {
        margin-left: 8px
    }

    .s874 {
        min-width: 96px;
        height: 26px;
        width: 96px
    }

    .ps966 {
        margin-left: 24px;
        margin-top: 16px
    }

    .s875 {
        min-width: 217px;
        height: 31px;
        width: 217px
    }

    .f191 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092;
        padding-top: 10px;
        padding-bottom: 9px
    }

    .ps967 {
        margin-left: 144px;
        margin-top: 49px
    }

    .s876 {
        min-width: 192px;
        width: 192px;
        min-height: 384px
    }

    .ps968 {
        margin-top: 0
    }

    .s877 {
        min-width: 768px;
        height: 457px
    }

    .s878 {
        width: 768px;
        min-height: 434px
    }

    .ps970 {
        margin-left: 22px
    }

    .s879 {
        min-width: 729px;
        width: 729px;
        min-height: 179px
    }

    .ps971 {
        margin-top: 30px
    }

    .i64 {
        left: 0;
        width: 100px;
        height: 98px;
        top: 4px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px
    }

    .ps972 {
        margin-left: 38px;
        margin-top: 18px
    }

    .s880 {
        min-width: 147px;
        width: 147px;
        height: 28px
    }

    .f192 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.376
    }

    .ps973 {
        margin-left: -156px
    }

    .s881 {
        min-width: 296px;
        width: 296px;
        min-height: 155px
    }

    .s882 {
        min-width: 67px;
        width: 67px;
        height: 21px
    }

    .f193 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f193:visited {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f193:hover {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f193:active {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .ps975 {
        margin-top: 2px
    }

    .s883 {
        min-width: 72px;
        width: 72px;
        height: 19px
    }

    .f194 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.072
    }

    .f194:visited {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.072
    }

    .f194:hover {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.072
    }

    .f194:active {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.072
    }

    .ps976 {
        margin-left: -72px;
        margin-top: 23px
    }

    .s884 {
        min-width: 38px;
        width: 38px;
        height: 19px
    }

    .ps977 {
        margin-top: 2px
    }

    .s885 {
        min-width: 97px;
        width: 97px;
        height: 22px
    }

    .ps978 {
        margin-top: 2px
    }

    .s886 {
        min-width: 116px;
        width: 116px;
        height: 21px
    }

    .ps979 {
        margin-top: 2px
    }

    .s887 {
        min-width: 78px;
        width: 78px;
        height: 22px
    }

    .ps980 {
        margin-top: 0
    }

    .s888 {
        min-width: 126px;
        width: 126px;
        height: 21px
    }

    .ps981 {
        margin-left: 28px;
        margin-top: 0
    }

    .s889 {
        min-width: 121px;
        width: 121px;
        min-height: 133px
    }

    .s890 {
        min-width: 121px;
        width: 121px;
        height: 19px
    }

    .ps983 {
        margin-top: 3px
    }

    .s891 {
        min-width: 92px;
        width: 92px;
        height: 19px
    }

    .ps984 {
        margin-top: 2px
    }

    .s892 {
        min-width: 46px;
        width: 46px;
        height: 19px
    }

    .ps985 {
        margin-top: 2px
    }

    .s893 {
        min-width: 121px;
        width: 121px;
        height: 20px
    }

    .ps986 {
        margin-top: 27px
    }

    .s894 {
        min-width: 82px;
        width: 82px;
        height: 22px
    }

    .f195 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f195:visited {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f195:hover {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f195:active {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .ps987 {
        margin-left: 154px;
        margin-top: -68px
    }

    .s895 {
        min-width: 142px;
        width: 142px;
        height: 22px
    }

    .ps988 {
        margin-left: 9px;
        margin-top: -109px
    }

    .s896 {
        min-width: 225px;
        width: 225px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps989 {
        margin-left: 57px
    }

    .ps990 {
        margin-left: 0
    }

    .s897 {
        min-width: 174px;
        width: 174px;
        height: 21px
    }

    .ps991 {
        margin-left: 0;
        margin-top: 2px
    }

    .s898 {
        min-width: 175px;
        width: 175px;
        height: 21px
    }

    .s899 {
        min-width: 186px;
        width: 186px;
        height: 21px
    }

    .f196 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .f196:visited {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .f196:hover {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .f196:active {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .ps993 {
        margin-top: 2px
    }

    .s900 {
        min-width: 104px;
        width: 104px;
        height: 19px
    }

    .ps994 {
        margin-top: 2px
    }

    .s901 {
        min-width: 88px;
        width: 88px;
        height: 20px
    }

    .ps995 {
        margin-top: 2px
    }

    .s902 {
        min-width: 144px;
        width: 144px;
        height: 21px
    }

    .ps996 {
        margin-top: 3px
    }

    .s903 {
        min-width: 55px;
        width: 55px;
        height: 21px
    }

    .ps997 {
        margin-left: 0;
        margin-top: 2px
    }

    .s904 {
        min-width: 178px;
        width: 178px;
        height: 20px
    }

    .ps998 {
        margin-left: 475px;
        margin-top: -167px
    }

    .s905 {
        min-width: 254px;
        width: 254px;
        min-height: 34px
    }

    .ps999 {
        margin-left: 1px
    }

    .s906 {
        min-width: 219px;
        width: 219px;
        height: 32px
    }

    .f197 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.626
    }

    .ps1000 {
        margin-top: 1px
    }

    .s907 {
        min-width: 254px;
        width: 254px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1001 {
        margin-left: 287px;
        margin-top: 112px
    }

    .ps1002 {
        margin-top: 5px
    }

    .i65 {
        width: 65px;
        height: 65px
    }

    .ps1003 {
        margin-left: -12px
    }

    .i66 {
        width: 67px;
        height: 70px
    }

    .ps1004 {
        margin-left: 0;
        margin-top: 15px
    }

    .i67 {
        left: 3px;
        width: 41px;
        height: 41px
    }

    .ps1005 {
        margin-left: 84px
    }

    .s908 {
        min-width: 667px;
        width: 667px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1006 {
        margin-left: 131px;
        margin-top: 21px
    }

    .s909 {
        min-width: 551px;
        width: 551px;
        height: 51px
    }

    .f198 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.616
    }

    .ps1008 {
        width: 768px
    }

    .ps1009 {
        margin-top: 32px;
        margin-bottom: 32px
    }

    .s910 {
        min-width: 768px;
        width: 768px;
        height: calc(100vh - 64px);
        height: calc(var(--vh, 1vh) * 100 - 64px);
    }

    .c254 {
        margin-top: max(calc(50vh - 375px), 0px);
        margin-top: max(calc(var(--vh, 1vh) * 50 - 375px), 0px);
        height: 686px
    }

    .ps1010 {
        margin-left: 738px;
        margin-top: 8px
    }

    .s911 {
        min-width: 26px;
        width: 26px;
        height: 26px
    }

    .c255 {
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        border-radius: 13px
    }

    .ps1011 {
        margin-left: 258px;
        margin-top: 18px
    }

    .s912 {
        min-width: 504px;
        width: 504px;
        height: 469px
    }

    .wrapper4 {
        height: 469px
    }

    .ps1012 {
        margin-left: 22px;
        margin-top: -466px
    }

    .s913 {
        min-width: 214px;
        height: 39px;
        width: 214px
    }

    .c256 {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px
    }

    .f199 {
        font-size: 15px;
        font-size: calc(15px * var(--f));
        line-height: 1.201;
        padding-top: 11px;
        padding-bottom: 10px
    }

    .ps1013 {
        margin-left: -214px;
        margin-top: -416px
    }

    .ps1014 {
        margin-left: -214px;
        margin-top: -367px
    }

    .ps1015 {
        margin-left: -214px;
        margin-top: -317px
    }

    .ps1016 {
        margin-left: -214px;
        margin-top: -265px
    }

    .ps1017 {
        margin-left: -214px;
        margin-top: -213px
    }

    .ps1018 {
        margin-left: 55px;
        margin-top: 50px
    }

    .s914 {
        min-width: 682px;
        width: 682px;
        min-height: 89px
    }

    .ps1020 {
        margin-top: 32px
    }

    .s915 {
        min-width: 768px;
        width: 768px;
        height: 36px
    }

    .c258 {
        height: 36px
    }

    .ps1021 {
        margin-left: 20px;
        margin-top: 5px
    }

    .s916 {
        min-width: 693px;
        width: 693px;
        height: 26px
    }

    .f200 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.847
    }

    .ps1022 {
        margin-left: 20px;
        margin-top: 5px
    }

    .c259 {
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        border-radius: 13px
    }

    .s917 {
        min-width: 768px;
        min-height: 43px
    }

    .ps1023 {
        margin-top: 9px
    }

    .s918 {
        width: 768px;
        min-height: 25px
    }

    .ps1024 {
        margin-left: 546px
    }

    .s919 {
        min-width: 102px;
        height: 25px;
        width: 102px
    }

    .f201 {
        font-size: 9px;
        font-size: calc(9px * var(--f));
        line-height: 1.334;
        padding-top: 7px;
        padding-bottom: 6px
    }

    .ps1025 {
        margin-left: 9px
    }

    body {
        --d: 3;
        --s: 768
    }
}

@media (min-width:480px) and (max-width:767px) {
    .c218 {
        min-width: 480px;
        min-height: 1306px
    }

    .s745 {
        min-width: 480px;
        height: 265px
    }

    .ps807 {
        margin-top: 1px
    }

    .s746 {
        width: 480px;
        min-height: 69px
    }

    .ps808 {
        margin-left: 4px
    }

    .ps809 {
        margin-left: 3px;
        margin-top: 4px
    }

    .i59 {
        left: 0;
        min-width: 27px;
        max-width: 27px;
        min-height: 27px;
        max-height: 27px;
        top: 1px;
        -ms-transform: rotate(79deg) scale(-1, 1);
        -moz-transform: rotate(79deg) scale(-1, 1);
        -webkit-transform: rotate(79deg) scale(-1, 1);
        transform: rotate(79deg) scale(-1, 1)
    }

    .ps810 {
        margin-left: 16px;
        margin-top: 0
    }

    .s747 {
        min-width: 192px;
        width: 192px;
        height: 48px
    }

    .f174 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.626
    }

    .ps811 {
        margin-left: -238px;
        margin-top: 36px
    }

    .i60 {
        left: 0;
        min-width: 32px;
        max-width: 32px;
        min-height: 32px;
        max-height: 32px
    }

    .ps812 {
        margin-left: 20px;
        margin-top: 36px
    }

    .s748 {
        min-width: 220px;
        width: 220px;
        height: 33px
    }

    .ps813 {
        margin-left: 133px;
        margin-top: 30px
    }

    .i61 {
        width: 37px;
        height: 37px;
        top: 1px
    }

    .ps814 {
        margin-top: 33px
    }

    .s749 {
        min-height: 162px
    }

    .ps815 {
        margin-top: -154px
    }

    .s750 {
        width: 480px;
        min-height: 154px
    }

    .ps816 {
        margin-left: 10px
    }

    .ps817 {
        margin-top: 0
    }

    .i62 {
        width: 113px;
        height: 25px;
        top: 50px;
        -webkit-border-radius: 57px;
        -moz-border-radius: 57px;
        border-radius: 57px
    }

    .ps818 {
        margin-left: 300px;
        margin-top: 101px
    }

    .s751 {
        min-width: 47px;
        width: 47px;
        min-height: 53px;
        height: 53px
    }

    .s752 {
        min-width: 47px;
        width: 47px;
        height: 53px
    }

    .mcv11 {
        display: inline-block
    }

    .v46 {
        display: inline-block;
        vertical-align: top
    }

    .c221 {
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: contain;
        background-image: url(../images/6/hamburger-gray-94.png)
    }

    .webp .c221 {
        background-image: url(../images/t/hamburger-gray-94.webp)
    }

    .ps820 {
        margin-top: 23px
    }

    .s753 {
        min-width: 47px;
        width: 47px;
        height: 7px
    }

    .f175 {
        font-size: 4px;
        font-size: calc(4px * var(--f));
        line-height: 1.251
    }

    .v47 {
        display: none
    }

    .ps821 {
        margin-left: -233px
    }

    .ps822 {
        margin-top: 1px
    }

    .s754 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .f176 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .s755 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps825 {
        margin-left: 0;
        margin-top: 0
    }

    .s756 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps826 {
        margin-left: -2px
    }

    .s757 {
        min-width: 282px;
        width: 282px;
        height: 24px
    }

    .ps828 {
        margin-left: 0;
        margin-top: 0
    }

    .s758 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps829 {
        margin-left: 23px
    }

    .s759 {
        min-width: 257px;
        width: 257px;
        height: 24px
    }

    .ps830 {
        margin-left: 0;
        margin-top: 0
    }

    .s760 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps831 {
        margin-left: -32px
    }

    .ps832 {
        margin-top: 2px
    }

    .s761 {
        min-width: 312px;
        width: 312px;
        height: 24px
    }

    .ps833 {
        margin-left: 0;
        margin-top: 0
    }

    .s762 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps834 {
        margin-left: 0;
        margin-top: 0
    }

    .s763 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps835 {
        margin-left: 0;
        margin-top: 0
    }

    .ps836 {
        margin-left: 176px;
        margin-top: -74px
    }

    .s764 {
        min-width: 295px;
        width: 295px;
        min-height: 42px
    }

    .input38 {
        width: 295px;
        height: 42px;
        font-family: "Lato 2";
        font-size: 14px;
        line-height: 1.215;
        font-style: normal
    }

    .ps837 {
        margin-left: 259px;
        margin-top: -41px
    }

    .s765 {
        min-width: 35px;
        width: 35px;
        height: 40px
    }

    .ps838 {
        margin-top: -1041px
    }

    .s766 {
        min-width: 480px;
        min-height: 302px
    }

    .ps839 {
        margin-top: 51px
    }

    .s767 {
        width: 480px;
        min-height: 186px
    }

    .s768 {
        min-width: 475px;
        width: 475px;
        min-height: 186px
    }

    .ps840 {
        margin-top: 49px
    }

    .s769 {
        min-width: 32px;
        height: 59px;
        width: 32px
    }

    .f177 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223;
        padding-top: 19px;
        padding-bottom: 18px
    }

    .ps841 {
        margin-left: 6px
    }

    .s770 {
        min-width: 125px;
        width: 125px;
        min-height: 186px
    }

    .c226 {
        background-image: url(../images/c/whatsapp-image-2025-06-24-at-3.38.55-pm-248.jpeg)
    }

    .webp .c226 {
        background-image: url(../images/l/whatsapp-image-2025-06-24-at-3.38.55-pm-248.webp)
    }

    .ps842 {
        margin-left: 10px
    }

    .ps843 {
        margin-left: 11px
    }

    .ps844 {
        margin-left: 9px;
        margin-top: 58px
    }

    .ps845 {
        margin-top: -134px
    }

    .s771 {
        width: 480px;
        height: 472px
    }

    .ps846 {
        margin-left: 11px
    }

    .ps847 {
        margin-left: 405px
    }

    .i63 {
        left: 0;
        min-width: 32px;
        max-width: 32px;
        min-height: 32px;
        max-height: 32px
    }

    .ps848 {
        margin-top: 23px
    }

    .s772 {
        min-width: 450px;
        height: 42px;
        width: 450px
    }

    .f178 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.251;
        padding-top: 9px;
        padding-bottom: 8px
    }

    .c229::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c229:hover:before {
        opacity: 1
    }

    .c229::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c229:hover:after {
        opacity: 0
    }

    .c229:active:before {
        opacity: 1
    }

    .c229:active:after {
        opacity: 1;
        transition: initial
    }

    .ps849 {
        margin-top: 4px
    }

    .s773 {
        min-width: 450px;
        width: 450px;
        min-height: 222px
    }

    .s774 {
        min-width: 450px;
        height: 42px;
        width: 450px
    }

    .ps850 {
        margin-top: 3px
    }

    .s775 {
        min-width: 450px;
        height: 42px;
        width: 450px
    }

    .ps851 {
        margin-top: 3px
    }

    .ps852 {
        margin-top: 3px
    }

    .ps853 {
        margin-top: 3px
    }

    .ps854 {
        margin-left: 0;
        margin-top: 2px
    }

    .ps855 {
        margin-left: 0;
        margin-top: 3px
    }

    .ps856 {
        margin-left: 0;
        margin-top: 2px
    }

    .s776 {
        min-width: 450px;
        height: 42px;
        width: 450px
    }

    .f179 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.251;
        padding-top: 9px;
        padding-bottom: 8px
    }

    .ps857 {
        margin-top: -339px
    }

    .s777 {
        min-width: 480px;
        height: 362px
    }

    .ps858 {
        margin-top: 18px
    }

    .s778 {
        width: 480px;
        min-height: 309px
    }

    .ps859 {
        margin-left: 42px
    }

    .s779 {
        min-width: 411px;
        width: 411px;
        min-height: 309px
    }

    .ps860 {
        margin-top: 6px
    }

    .s780 {
        min-width: 194px;
        width: 194px;
        height: 302px
    }

    .ps861 {
        margin-left: 12px;
        margin-top: 26px
    }

    .s781 {
        min-width: 164px;
        height: 26px;
        width: 164px
    }

    .c232 {
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        border-radius: 13px;
        background-image: url(../images/6/companylogo-230-230-112-modified-52.png)
    }

    .webp .c232 {
        background-image: url(../images/r/companylogo-230-230-112-modified-52.webp)
    }

    .f180 {
        font-size: 9px;
        font-size: calc(9px * var(--f));
        line-height: 1.223;
        padding-top: 8px;
        padding-bottom: 7px
    }

    .ps862 {
        margin-left: 12px;
        margin-top: 5px
    }

    .c233 {
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        border-radius: 13px;
        background-image: url(../images/6/companylogo-230-230-112-modified-52.png)
    }

    .webp .c233 {
        background-image: url(../images/r/companylogo-230-230-112-modified-52.webp)
    }

    .ps863 {
        margin-left: 12px;
        margin-top: 9px
    }

    .c234 {
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        border-radius: 13px;
        background-image: url(../images/6/companylogo-230-230-112-modified-52.png)
    }

    .webp .c234 {
        background-image: url(../images/r/companylogo-230-230-112-modified-52.webp)
    }

    .ps864 {
        margin-left: 12px;
        margin-top: 7px
    }

    .c235 {
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        border-radius: 13px;
        background-image: url(../images/6/companylogo-230-230-112-modified-52.png)
    }

    .webp .c235 {
        background-image: url(../images/r/companylogo-230-230-112-modified-52.webp)
    }

    .ps865 {
        margin-left: 12px;
        margin-top: 7px
    }

    .c236 {
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        border-radius: 13px;
        background-image: url(../images/6/companylogo-230-230-112-modified-52.png)
    }

    .webp .c236 {
        background-image: url(../images/r/companylogo-230-230-112-modified-52.webp)
    }

    .ps866 {
        margin-left: 12px;
        margin-top: 5px
    }

    .c237 {
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        border-radius: 13px;
        background-image: url(../images/6/companylogo-230-230-112-modified-52.png)
    }

    .webp .c237 {
        background-image: url(../images/r/companylogo-230-230-112-modified-52.webp)
    }

    .ps867 {
        margin-left: 12px;
        margin-top: 6px
    }

    .c238 {
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        border-radius: 13px;
        background-image: url(../images/6/companylogo-230-230-112-modified-52.png)
    }

    .webp .c238 {
        background-image: url(../images/r/companylogo-230-230-112-modified-52.webp)
    }

    .ps868 {
        margin-left: 12px;
        margin-top: 5px
    }

    .c239 {
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        border-radius: 13px;
        background-image: url(../images/6/companylogo-230-230-112-modified-52.png)
    }

    .webp .c239 {
        background-image: url(../images/r/companylogo-230-230-112-modified-52.webp)
    }

    .ps869 {
        margin-left: 49px
    }

    .s782 {
        min-width: 168px;
        width: 168px;
        min-height: 309px
    }

    .ps870 {
        margin-left: 3px
    }

    .s783 {
        min-width: 165px;
        width: 165px;
        min-height: 155px
    }

    .s784 {
        height: 155px
    }

    .s785 {
        padding: 19px 0px 19px 0px
    }

    .s786 {
        padding: 0px 20px 0px 20px
    }

    .s787 {
        padding: 15px 0px 15px 0px
    }

    .s788 {
        padding: 0px 29px 0px 29px
    }

    .s789 {
        padding: 0px 27px 0px 27px
    }

    .un368 .slider {
        height: 155px
    }

    .un368 .slick-list {
        height: 155px
    }

    .ps871 {
        margin-left: 0;
        margin-top: 22px
    }

    .s790 {
        min-width: 165px;
        width: 165px;
        min-height: 132px
    }

    .s791 {
        min-width: 480px;
        height: 447px
    }

    .ps873 {
        margin-top: 22px
    }

    .s792 {
        width: 480px;
        min-height: 408px
    }

    .ps874 {
        margin-left: 2px
    }

    .s793 {
        min-width: 348px;
        width: 348px;
        min-height: 327px
    }

    .s794 {
        min-width: 171px;
        width: 171px;
        min-height: 327px
    }

    .s795 {
        min-width: 170px;
        width: 170px;
        min-height: 327px
    }

    .s796 {
        min-width: 170px;
        width: 170px;
        min-height: 327px
    }

    .ps875 {
        margin-left: 43px;
        margin-top: 264px
    }

    .s797 {
        min-width: 69px;
        height: 17px;
        width: 69px
    }

    .f181 {
        font-size: 6px;
        font-size: calc(6px * var(--f));
        line-height: 1.168;
        padding-top: 5px;
        padding-bottom: 5px
    }

    .ps876 {
        margin-left: 39px;
        margin-top: 3px
    }

    .s798 {
        min-width: 78px;
        width: 78px;
        min-height: 17px
    }

    .s799 {
        min-width: 19px;
        width: 19px;
        height: 17px
    }

    .input39 {
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        border-radius: 9px;
        width: 19px;
        height: 17px;
        font-size: 6px;
        line-height: 1.168
    }

    .ps877 {
        margin-left: 2px
    }

    .input40 {
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        border-radius: 9px;
        width: 19px;
        height: 17px;
        font-size: 6px;
        line-height: 1.168
    }

    .ps878 {
        margin-left: -1px
    }

    .input41 {
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        border-radius: 9px;
        width: 19px;
        height: 17px;
        font-size: 6px;
        line-height: 1.168
    }

    .ps879 {
        margin-left: 1px
    }

    .input42 {
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        border-radius: 9px;
        width: 19px;
        height: 17px;
        font-size: 6px;
        line-height: 1.168
    }

    .ps880 {
        margin-left: 10px;
        margin-top: 2px
    }

    .s800 {
        min-width: 149px;
        width: 149px;
        min-height: 17px
    }

    .s801 {
        min-width: 60px;
        height: 17px;
        width: 60px
    }

    .ps881 {
        margin-left: 8px
    }

    .s802 {
        min-width: 81px;
        height: 17px;
        width: 81px
    }

    .ps882 {
        margin-left: 25px;
        margin-top: -318px
    }

    .s803 {
        min-width: 98px;
        width: 98px;
        height: 23px
    }

    .f182 {
        font-size: 10px;
        font-size: calc(10px * var(--f));
        line-height: 1.801
    }

    .ps883 {
        margin-left: 9px;
        margin-top: -285px
    }

    .s804 {
        min-width: 56px;
        width: 56px;
        height: 17px
    }

    .f183 {
        font-size: 6px;
        font-size: calc(6px * var(--f));
        line-height: 1.834
    }

    .ps884 {
        margin-left: -56px;
        margin-top: -249px
    }

    .s805 {
        min-width: 56px;
        width: 56px;
        height: 23px
    }

    .f184 {
        font-size: 6px;
        font-size: calc(6px * var(--f));
        line-height: 1.501
    }

    .ps885 {
        margin-left: -56px;
        margin-top: -222px
    }

    .ps886 {
        margin-left: 9px;
        margin-top: -198px
    }

    .s806 {
        min-width: 116px;
        width: 116px;
        min-height: 14px
    }

    .s807 {
        min-width: 56px;
        width: 56px;
        height: 14px
    }

    .ps887 {
        margin-left: 4px
    }

    .ps888 {
        margin-left: 9px;
        margin-top: -181px
    }

    .s808 {
        min-width: 116px;
        width: 116px;
        min-height: 14px
    }

    .ps889 {
        margin-left: 4px
    }

    .ps890 {
        margin-left: 9px;
        margin-top: -165px
    }

    .ps891 {
        margin-left: -56px;
        margin-top: -147px
    }

    .ps892 {
        margin-left: -56px;
        margin-top: -120px
    }

    .ps893 {
        margin-left: 69px;
        margin-top: -285px
    }

    .s809 {
        min-width: 102px;
        width: 102px;
        min-height: 215px
    }

    .s810 {
        min-width: 102px;
        width: 102px;
        height: 26px
    }

    .ps894 {
        margin-top: 10px
    }

    .s811 {
        min-width: 102px;
        width: 102px;
        height: 23px
    }

    .ps895 {
        margin-top: 4px
    }

    .ps896 {
        margin-top: 34px
    }

    .s812 {
        min-width: 102px;
        width: 102px;
        height: 14px
    }

    .ps897 {
        margin-top: 31px
    }

    .s813 {
        min-width: 102px;
        width: 102px;
        height: 50px
    }

    .ps898 {
        margin-left: 69px;
        margin-top: -147px
    }

    .s814 {
        min-width: 101px;
        width: 101px;
        height: 24px
    }

    .ps899 {
        margin-left: 4px
    }

    .s815 {
        min-width: 173px;
        width: 173px;
        min-height: 327px
    }

    .s816 {
        min-width: 173px;
        width: 173px;
        min-height: 327px
    }

    .ps900 {
        margin-left: 5px;
        margin-top: 49px
    }

    .s817 {
        min-width: 161px;
        width: 161px;
        min-height: 23px
    }

    .s818 {
        min-width: 143px;
        width: 143px;
        height: 23px
    }

    .input43 {
        width: 143px;
        height: 23px;
        font-size: 9px;
        line-height: 1.223
    }

    .ps901 {
        margin-left: 7px
    }

    .s819 {
        min-width: 11px;
        width: 11px;
        height: 12px
    }

    .c244 {
        background-image: url(../images/r/edit-22.jpg)
    }

    .webp .c244 {
        background-image: url(../images/e/edit-22.webp)
    }

    .ps902 {
        margin-left: 114px;
        margin-top: 8px
    }

    .s820 {
        min-width: 33px;
        height: 12px;
        width: 33px
    }

    .f185 {
        font-size: 4px;
        font-size: calc(4px * var(--f));
        line-height: 1.251;
        padding-top: 4px;
        padding-bottom: 3px
    }

    .ps903 {
        margin-left: 5px;
        margin-top: 9px
    }

    .s821 {
        min-width: 142px;
        width: 142px;
        height: 20px
    }

    .input44 {
        width: 142px;
        height: 20px;
        font-size: 6px;
        line-height: 1.168
    }

    .ps904 {
        margin-left: 5px;
        margin-top: 3px
    }

    .input45 {
        width: 142px;
        height: 20px;
        font-size: 6px;
        line-height: 1.168
    }

    .ps905 {
        margin-left: 5px;
        margin-top: 2px
    }

    .s822 {
        min-width: 144px;
        width: 144px;
        min-height: 20px
    }

    .s823 {
        min-width: 53px;
        width: 53px;
        height: 20px
    }

    .input46 {
        width: 53px;
        height: 20px;
        font-size: 6px;
        line-height: 1.168
    }

    .ps906 {
        margin-left: 6px
    }

    .s824 {
        min-width: 85px;
        width: 85px;
        height: 20px
    }

    .input47 {
        width: 85px;
        height: 20px;
        font-size: 6px;
        line-height: 1.168;
        background-size: 9px;
        background-position: right 9px top 50%
    }

    *[dir="rtl"] .input47,
    :root:lang(ar) .input47,
    :root:lang(iw) .input47 {
        background-position: left 9px top 50%
    }

    .ps907 {
        margin-left: 5px;
        margin-top: 4px
    }

    .input48 {
        width: 142px;
        height: 20px;
        font-size: 6px;
        line-height: 1.168
    }

    .ps908 {
        margin-left: 5px;
        margin-top: 3px
    }

    .input49 {
        width: 142px;
        height: 20px;
        font-size: 6px;
        line-height: 1.168
    }

    .ps909 {
        margin-left: 5px;
        margin-top: 2px
    }

    .s825 {
        min-width: 142px;
        width: 142px;
        height: 49px
    }

    .input50 {
        width: 142px;
        height: 49px;
        font-size: 6px;
        line-height: 1.168
    }

    .ps910 {
        margin-left: 24px;
        margin-top: 29px
    }

    .s826 {
        min-width: 122px;
        height: 20px;
        width: 122px
    }

    .f186 {
        font-size: 6px;
        font-size: calc(6px * var(--f));
        line-height: 1.168;
        padding-top: 7px;
        padding-bottom: 6px
    }

    .ps911 {
        margin-left: 27px;
        margin-top: -324px
    }

    .s827 {
        min-width: 117px;
        width: 117px;
        height: 26px
    }

    .f187 {
        font-size: 12px;
        font-size: calc(12px * var(--f));
        line-height: 1.834
    }

    .ps912 {
        margin-left: 9px;
        margin-top: 21px
    }

    .s828 {
        min-width: 444px;
        width: 444px;
        min-height: 60px
    }

    .ps913 {
        margin-top: 8px
    }

    .s829 {
        min-width: 480px;
        height: 428px
    }

    .ps914 {
        margin-top: 12px
    }

    .s830 {
        width: 480px;
        min-height: 407px
    }

    .ps915 {
        margin-left: 23px
    }

    .s831 {
        min-width: 371px;
        width: 371px;
        min-height: 299px
    }

    .s832 {
        min-width: 179px;
        width: 179px;
        min-height: 299px
    }

    .s833 {
        min-width: 179px;
        width: 179px;
        min-height: 299px
    }

    .ps916 {
        margin-left: 45px;
        margin-top: 230px
    }

    .s834 {
        min-width: 72px;
        height: 17px;
        width: 72px
    }

    .ps917 {
        margin-left: 42px;
        margin-top: 3px
    }

    .s835 {
        min-width: 82px;
        width: 82px;
        min-height: 17px
    }

    .s836 {
        min-width: 20px;
        width: 20px;
        height: 17px
    }

    .input51 {
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        border-radius: 9px;
        width: 20px;
        height: 17px;
        font-size: 6px;
        line-height: 1.168
    }

    .ps918 {
        margin-left: 1px
    }

    .input52 {
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        border-radius: 9px;
        width: 20px;
        height: 17px;
        font-size: 6px;
        line-height: 1.168
    }

    .ps919 {
        margin-left: 0
    }

    .input53 {
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        border-radius: 9px;
        width: 20px;
        height: 17px;
        font-size: 6px;
        line-height: 1.168
    }

    .ps920 {
        margin-left: 1px
    }

    .input54 {
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        border-radius: 9px;
        width: 20px;
        height: 17px;
        font-size: 6px;
        line-height: 1.168
    }

    .ps921 {
        margin-left: 16px;
        margin-top: 5px
    }

    .s837 {
        min-width: 157px;
        width: 157px;
        min-height: 17px
    }

    .s838 {
        min-width: 63px;
        height: 17px;
        width: 63px
    }

    .ps922 {
        margin-left: 8px
    }

    .s839 {
        min-width: 86px;
        height: 17px;
        width: 86px
    }

    .ps923 {
        margin-left: 31px;
        margin-top: -290px
    }

    .s840 {
        min-width: 117px;
        width: 117px;
        height: 20px
    }

    .f188 {
        font-size: 9px;
        font-size: calc(9px * var(--f));
        line-height: 1.890
    }

    .ps924 {
        margin-left: 4px;
        margin-top: -261px
    }

    .s841 {
        min-width: 172px;
        width: 172px;
        min-height: 181px
    }

    .ps925 {
        margin-left: 63px
    }

    .s842 {
        min-width: 107px;
        width: 107px;
        height: 23px
    }

    .ps926 {
        margin-top: -23px
    }

    .s843 {
        min-width: 59px;
        width: 59px;
        height: 23px
    }

    .ps927 {
        margin-left: -59px;
        margin-top: 4px
    }

    .ps928 {
        margin-left: 4px;
        margin-top: 4px
    }

    .ps929 {
        margin-top: 2px
    }

    .s844 {
        min-width: 59px;
        width: 59px;
        height: 14px
    }

    .ps930 {
        margin-left: 4px;
        margin-top: 2px
    }

    .ps931 {
        margin-top: 1px
    }

    .ps932 {
        margin-left: 4px;
        margin-top: 1px
    }

    .ps933 {
        margin-top: 4px
    }

    .ps934 {
        margin-left: 4px;
        margin-top: 4px
    }

    .s845 {
        min-width: 107px;
        width: 107px;
        height: 14px
    }

    .ps935 {
        margin-left: 6px;
        margin-top: 4px
    }

    .s846 {
        min-width: 107px;
        width: 107px;
        height: 24px
    }

    .ps936 {
        margin-top: 3px
    }

    .ps937 {
        margin-left: 4px;
        margin-top: 3px
    }

    .s847 {
        min-width: 107px;
        width: 107px;
        height: 51px
    }

    .ps938 {
        margin-left: 13px;
        margin-top: 0
    }

    .s848 {
        min-width: 179px;
        width: 179px;
        min-height: 297px
    }

    .s849 {
        min-width: 179px;
        width: 179px;
        min-height: 297px
    }

    .ps939 {
        margin-left: 14px;
        margin-top: 52px
    }

    .s850 {
        min-width: 148px;
        width: 148px;
        min-height: 229px
    }

    .s851 {
        min-width: 148px;
        width: 148px;
        height: 20px
    }

    .input55 {
        width: 148px;
        height: 20px;
        font-size: 6px;
        line-height: 1.168
    }

    .ps940 {
        margin-top: 8px
    }

    .input56 {
        width: 148px;
        height: 20px;
        font-size: 6px;
        line-height: 1.168
    }

    .ps941 {
        margin-top: 4px
    }

    .s852 {
        min-width: 148px;
        width: 148px;
        min-height: 20px
    }

    .s853 {
        min-width: 56px;
        width: 56px;
        height: 20px
    }

    .input57 {
        width: 56px;
        height: 20px;
        font-size: 6px;
        line-height: 1.168
    }

    .ps942 {
        margin-left: 4px
    }

    .s854 {
        min-width: 88px;
        width: 88px;
        height: 20px
    }

    .input58 {
        width: 88px;
        height: 20px;
        font-size: 6px;
        line-height: 1.168;
        background-size: 9px;
        background-position: right 9px top 50%
    }

    *[dir="rtl"] .input58,
    :root:lang(ar) .input58,
    :root:lang(iw) .input58 {
        background-position: left 9px top 50%
    }

    .ps943 {
        margin-top: 4px
    }

    .input59 {
        width: 148px;
        height: 20px;
        font-size: 6px;
        line-height: 1.168
    }

    .input60 {
        width: 148px;
        height: 20px;
        font-size: 6px;
        line-height: 1.168
    }

    .ps944 {
        margin-top: 4px
    }

    .s855 {
        min-width: 148px;
        width: 148px;
        height: 50px
    }

    .input61 {
        width: 148px;
        height: 50px;
        font-size: 6px;
        line-height: 1.168
    }

    .ps945 {
        margin-left: 19px;
        margin-top: 35px
    }

    .s856 {
        min-width: 126px;
        height: 20px;
        width: 126px
    }

    .f189 {
        font-size: 6px;
        font-size: calc(6px * var(--f));
        line-height: 1.168;
        padding-top: 7px;
        padding-bottom: 6px
    }

    .ps946 {
        margin-left: 42px;
        margin-top: -288px
    }

    .s857 {
        min-width: 101px;
        width: 101px;
        height: 20px
    }

    .ps947 {
        margin-left: 26px;
        margin-top: 48px
    }

    .s858 {
        min-width: 431px;
        width: 431px;
        min-height: 60px
    }

    .ps948 {
        margin-top: 18px
    }

    .s859 {
        min-width: 480px;
        height: 369px
    }

    .ps949 {
        margin-top: 9px
    }

    .s860 {
        width: 480px;
        min-height: 320px
    }

    .ps950 {
        margin-left: 59px
    }

    .s861 {
        min-width: 390px;
        width: 390px;
        min-height: 320px
    }

    .s862 {
        min-width: 180px;
        width: 180px;
        min-height: 320px
    }

    .ps951 {
        margin-left: 33px;
        margin-top: 9px
    }

    .s863 {
        min-width: 111px;
        width: 111px;
        height: 23px
    }

    .ps952 {
        margin-left: 8px;
        margin-top: 15px
    }

    .s864 {
        min-width: 157px;
        width: 157px;
        height: 23px
    }

    .input62 {
        width: 157px;
        height: 23px;
        font-size: 7px;
        line-height: 1.144;
        background-size: 9px;
        background-position: right 9px top 50%
    }

    *[dir="rtl"] .input62,
    :root:lang(ar) .input62,
    :root:lang(iw) .input62 {
        background-position: left 9px top 50%
    }

    .ps953 {
        margin-left: 8px;
        margin-top: 2px
    }

    .s865 {
        min-width: 157px;
        width: 157px;
        height: 20px
    }

    .input63 {
        width: 157px;
        height: 20px;
        font-size: 6px;
        line-height: 1.168
    }

    .ps954 {
        margin-left: 8px;
        margin-top: 1px
    }

    .input64 {
        width: 157px;
        height: 20px;
        font-size: 6px;
        line-height: 1.168
    }

    .ps955 {
        margin-left: 8px;
        margin-top: 1px
    }

    .s866 {
        min-width: 157px;
        width: 157px;
        min-height: 20px
    }

    .s867 {
        min-width: 59px;
        width: 59px;
        height: 20px
    }

    .input65 {
        width: 59px;
        height: 20px;
        font-size: 6px;
        line-height: 1.168
    }

    .ps956 {
        margin-left: 4px
    }

    .s868 {
        min-width: 94px;
        width: 94px;
        height: 20px
    }

    .input66 {
        width: 94px;
        height: 20px;
        font-size: 6px;
        line-height: 1.168;
        background-size: 9px;
        background-position: right 9px top 50%
    }

    *[dir="rtl"] .input66,
    :root:lang(ar) .input66,
    :root:lang(iw) .input66 {
        background-position: left 9px top 50%
    }

    .ps957 {
        margin-left: 8px;
        margin-top: 1px
    }

    .input67 {
        width: 157px;
        height: 20px;
        font-size: 6px;
        line-height: 1.168
    }

    .ps958 {
        margin-left: 8px;
        margin-top: 3px
    }

    .input68 {
        width: 157px;
        height: 20px;
        font-size: 6px;
        line-height: 1.168
    }

    .ps959 {
        margin-left: 8px;
        margin-top: 2px
    }

    .s869 {
        min-width: 157px;
        width: 157px;
        height: 49px
    }

    .input69 {
        width: 157px;
        height: 49px;
        font-size: 6px;
        line-height: 1.168
    }

    .ps960 {
        margin-left: 43px;
        margin-top: 3px
    }

    .s870 {
        min-width: 80px;
        height: 18px;
        width: 80px
    }

    .f190 {
        font-size: 6px;
        font-size: calc(6px * var(--f));
        line-height: 1.168;
        padding-top: 6px;
        padding-bottom: 5px
    }

    .ps961 {
        margin-left: 14px;
        margin-top: 8px
    }

    .s871 {
        min-width: 152px;
        width: 152px;
        min-height: 19px
    }

    .s872 {
        min-width: 88px;
        width: 88px;
        min-height: 19px
    }

    .s873 {
        min-width: 22px;
        width: 22px;
        height: 19px
    }

    .input70 {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        width: 22px;
        height: 19px;
        font-size: 6px;
        line-height: 1.168
    }

    .ps962 {
        margin-left: 0
    }

    .input71 {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        width: 22px;
        height: 19px;
        font-size: 6px;
        line-height: 1.168
    }

    .ps963 {
        margin-left: -1px
    }

    .input72 {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        width: 22px;
        height: 19px;
        font-size: 6px;
        line-height: 1.168
    }

    .ps964 {
        margin-left: 1px
    }

    .input73 {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        width: 22px;
        height: 19px;
        font-size: 6px;
        line-height: 1.168
    }

    .ps965 {
        margin-left: 4px
    }

    .s874 {
        min-width: 60px;
        height: 17px;
        width: 60px
    }

    .ps966 {
        margin-left: 15px;
        margin-top: 9px
    }

    .s875 {
        min-width: 135px;
        height: 20px;
        width: 135px
    }

    .f191 {
        font-size: 6px;
        font-size: calc(6px * var(--f));
        line-height: 1.168;
        padding-top: 7px;
        padding-bottom: 6px
    }

    .ps967 {
        margin-left: 90px;
        margin-top: 31px
    }

    .s876 {
        min-width: 120px;
        width: 120px;
        min-height: 240px
    }

    .ps968 {
        margin-top: 0
    }

    .s877 {
        min-width: 480px;
        height: 958px
    }

    .ps969 {
        margin-top: 28px
    }

    .s878 {
        width: 480px;
        min-height: 930px
    }

    .ps970 {
        margin-left: 0
    }

    .s879 {
        min-width: 480px;
        width: 480px;
        min-height: 930px
    }

    .ps971 {
        margin-left: 18px;
        margin-top: 0
    }

    .i64 {
        left: 7px;
        width: 107px;
        height: 105px;
        -webkit-border-radius: 53px;
        -moz-border-radius: 53px;
        border-radius: 53px
    }

    .ps972 {
        margin-left: -107px;
        margin-top: 167px
    }

    .s880 {
        min-width: 213px;
        width: 213px;
        height: 50px
    }

    .f192 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.401
    }

    .ps973 {
        margin-left: 0;
        margin-top: -15px
    }

    .s881 {
        min-width: 448px;
        width: 448px;
        min-height: 728px
    }

    .ps974 {
        margin-top: 415px
    }

    .s882 {
        min-width: 49px;
        width: 49px;
        height: 14px
    }

    .f193 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f193:visited {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f193:hover {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f193:active {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .ps975 {
        margin-left: -49px;
        margin-top: 27px
    }

    .s883 {
        min-width: 65px;
        width: 65px;
        height: 12px
    }

    .f194 {
        font-size: 11px;
        font-size: calc(11px * var(--f))
    }

    .f194:visited {
        font-size: 11px;
        font-size: calc(11px * var(--f))
    }

    .f194:hover {
        font-size: 11px;
        font-size: calc(11px * var(--f))
    }

    .f194:active {
        font-size: 11px;
        font-size: calc(11px * var(--f))
    }

    .ps976 {
        margin-left: 61px;
        margin-top: 0
    }

    .s884 {
        min-width: 41px;
        width: 41px;
        height: 12px
    }

    .ps977 {
        margin-left: -166px;
        margin-top: 51px
    }

    .s885 {
        min-width: 80px;
        width: 80px;
        height: 14px
    }

    .ps978 {
        margin-left: 83px;
        margin-top: 204px
    }

    .s886 {
        min-width: 118px;
        width: 118px;
        height: 14px
    }

    .ps979 {
        margin-left: 1px;
        margin-top: -141px
    }

    .s887 {
        min-width: 72px;
        width: 72px;
        height: 14px
    }

    .ps980 {
        margin-left: -72px;
        margin-top: -113px
    }

    .s888 {
        min-width: 106px;
        width: 106px;
        height: 14px
    }

    .ps981 {
        margin-left: 0;
        margin-top: -191px
    }

    .s889 {
        min-width: 387px;
        width: 387px;
        min-height: 190px
    }

    .ps982 {
        margin-left: 238px
    }

    .s890 {
        min-width: 149px;
        width: 149px;
        height: 12px
    }

    .ps983 {
        margin-left: 126px;
        margin-top: 14px
    }

    .s891 {
        min-width: 82px;
        width: 82px;
        height: 12px
    }

    .ps984 {
        margin-left: -82px;
        margin-top: -12px
    }

    .s892 {
        min-width: 43px;
        width: 43px;
        height: 12px
    }

    .ps985 {
        margin-left: -169px;
        margin-top: 166px
    }

    .s893 {
        min-width: 107px;
        width: 107px;
        height: 12px
    }

    .ps986 {
        margin-left: 21px;
        margin-top: 38px
    }

    .s894 {
        min-width: 73px;
        width: 73px;
        height: 14px
    }

    .f195 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f195:visited {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f195:hover {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f195:active {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .ps987 {
        margin-left: 0;
        margin-top: 81px
    }

    .s895 {
        min-width: 118px;
        width: 118px;
        height: 14px
    }

    .ps988 {
        margin-left: 34px;
        margin-top: -728px
    }

    .s896 {
        min-width: 414px;
        width: 414px;
        min-height: 3px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps989 {
        margin-left: 93px;
        margin-top: -290px
    }

    .ps990 {
        margin-left: 237px
    }

    .s897 {
        min-width: 150px;
        width: 150px;
        height: 14px
    }

    .ps991 {
        margin-left: 237px;
        margin-top: 38px
    }

    .s898 {
        min-width: 150px;
        width: 150px;
        height: 14px
    }

    .ps992 {
        margin-left: 237px;
        margin-top: 18px
    }

    .s899 {
        min-width: 150px;
        width: 150px;
        height: 14px
    }

    .f196 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.183
    }

    .f196:visited {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.183
    }

    .f196:hover {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.183
    }

    .f196:active {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.183
    }

    .ps993 {
        margin-top: 129px
    }

    .s900 {
        min-width: 82px;
        width: 82px;
        height: 15px
    }

    .ps994 {
        margin-left: -82px;
        margin-top: 155px
    }

    .s901 {
        min-width: 74px;
        width: 74px;
        height: 12px
    }

    .ps995 {
        margin-left: -73px;
        margin-top: 178px
    }

    .s902 {
        min-width: 119px;
        width: 119px;
        height: 14px
    }

    .ps996 {
        margin-left: 44px;
        margin-top: 130px
    }

    .s903 {
        min-width: 45px;
        width: 45px;
        height: 14px
    }

    .ps997 {
        margin-left: -42px;
        margin-top: 155px
    }

    .s904 {
        min-width: 169px;
        width: 169px;
        height: 12px
    }

    .ps998 {
        margin-left: 26px;
        margin-top: -542px
    }

    .s905 {
        min-width: 437px;
        width: 437px;
        min-height: 34px
    }

    .ps999 {
        margin-left: 4px
    }

    .s906 {
        min-width: 243px;
        width: 243px;
        height: 32px
    }

    .f197 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.612
    }

    .ps1000 {
        margin-top: 0
    }

    .s907 {
        min-width: 437px;
        width: 437px;
        min-height: 2px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1001 {
        margin-left: 156px;
        margin-top: -196px
    }

    .ps1002 {
        margin-top: 3px
    }

    .i65 {
        width: 62px;
        height: 76px
    }

    .ps1003 {
        margin-left: -4px
    }

    .i66 {
        width: 61px;
        height: 82px
    }

    .ps1004 {
        margin-top: 12px
    }

    .i67 {
        left: 0;
        width: 46px;
        height: 46px;
        top: 3px
    }

    .ps1005 {
        margin-left: 42px;
        margin-top: -128px
    }

    .s908 {
        min-width: 417px;
        width: 417px;
        min-height: 2px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1006 {
        margin-left: 40px;
        margin-top: -112px
    }

    .s909 {
        min-width: 431px;
        width: 431px;
        height: 93px
    }

    .f198 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.616
    }

    .ps1008 {
        width: 480px
    }

    .ps1009 {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .s910 {
        min-width: 480px;
        width: 480px;
        height: calc(100vh - 40px);
        height: calc(var(--vh, 1vh) * 100 - 40px);
    }

    .c254 {
        margin-top: max(calc(50vh - 234px), 0px);
        margin-top: max(calc(var(--vh, 1vh) * 50 - 234px), 0px);
        height: 429px
    }

    .ps1010 {
        margin-left: 461px;
        margin-top: 5px
    }

    .s911 {
        min-width: 17px;
        width: 17px;
        height: 17px
    }

    .c255 {
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        border-radius: 9px
    }

    .ps1011 {
        margin-left: 161px;
        margin-top: 10px
    }

    .s912 {
        min-width: 315px;
        width: 315px;
        height: 293px
    }

    .wrapper4 {
        height: 293px
    }

    .ps1012 {
        margin-left: 14px;
        margin-top: -290px
    }

    .s913 {
        min-width: 134px;
        height: 24px;
        width: 134px
    }

    .c256 {
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px
    }

    .f199 {
        font-size: 9px;
        font-size: calc(9px * var(--f));
        line-height: 1.223;
        padding-top: 7px;
        padding-bottom: 6px
    }

    .ps1013 {
        margin-left: -134px;
        margin-top: -259px
    }

    .ps1014 {
        margin-left: -134px;
        margin-top: -229px
    }

    .ps1015 {
        margin-left: -134px;
        margin-top: -197px
    }

    .ps1016 {
        margin-left: -134px;
        margin-top: -164px
    }

    .ps1017 {
        margin-left: -134px;
        margin-top: -133px
    }

    .ps1018 {
        margin-left: 35px;
        margin-top: 32px
    }

    .s914 {
        min-width: 426px;
        width: 426px;
        min-height: 56px
    }

    .ps1020 {
        margin-top: 20px
    }

    .s915 {
        min-width: 480px;
        width: 480px;
        height: 23px
    }

    .c258 {
        height: 23px
    }

    .ps1021 {
        margin-left: 12px;
        margin-top: 3px
    }

    .s916 {
        min-width: 434px;
        width: 434px;
        height: 17px
    }

    .f200 {
        font-size: 7px;
        font-size: calc(7px * var(--f));
        line-height: 1.858
    }

    .ps1022 {
        margin-left: 12px;
        margin-top: 3px
    }

    .c259 {
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        border-radius: 9px
    }

    .s917 {
        min-width: 480px;
        min-height: 27px
    }

    .ps1023 {
        margin-top: 6px
    }

    .s918 {
        width: 480px;
        min-height: 15px
    }

    .ps1024 {
        margin-left: 342px
    }

    .s919 {
        min-width: 65px;
        height: 15px;
        width: 65px
    }

    .f201 {
        font-size: 4px;
        font-size: calc(4px * var(--f));
        line-height: 1.251;
        padding-top: 5px;
        padding-bottom: 5px
    }

    .ps1025 {
        margin-left: 4px
    }

    body {
        --d: 4;
        --s: 480
    }
}

@media (max-width:479px) {
    .c218 {
        min-width: 320px;
        margin-top: -7px;
        min-height: 953px
    }

    .ps805 {
        margin-top: 7px
    }

    .s745 {
        min-width: 320px;
        height: 223px
    }

    .ps807 {
        margin-top: 46px
    }

    .s746 {
        width: 320px;
        min-height: 66px
    }

    .ps808 {
        margin-left: 8px
    }

    .ps809 {
        margin-top: 6px
    }

    .i59 {
        left: 1px;
        min-width: 20px;
        max-width: 20px;
        min-height: 20px;
        max-height: 20px;
        -ms-transform: rotate(89deg) scale(-1, 1);
        -moz-transform: rotate(89deg) scale(-1, 1);
        -webkit-transform: rotate(89deg) scale(-1, 1);
        transform: rotate(89deg) scale(-1, 1)
    }

    .ps810 {
        margin-left: 7px;
        margin-top: 0
    }

    .s747 {
        min-width: 128px;
        width: 128px;
        height: 32px
    }

    .f174 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.572
    }

    .ps811 {
        margin-left: -156px;
        margin-top: 40px
    }

    .i60 {
        left: 0;
        min-width: 21px;
        max-width: 21px;
        min-height: 21px;
        max-height: 21px
    }

    .ps812 {
        margin-left: 7px;
        margin-top: 36px
    }

    .s748 {
        min-width: 201px;
        width: 201px;
        height: 30px
    }

    .ps813 {
        margin-left: 41px;
        margin-top: 28px
    }

    .i61 {
        width: 33px;
        height: 33px
    }

    .ps814 {
        margin-top: 6px
    }

    .s749 {
        min-height: 105px
    }

    .ps815 {
        margin-top: -217px
    }

    .s750 {
        width: 320px;
        min-height: 206px
    }

    .ps817 {
        margin-top: 127px
    }

    .i62 {
        width: 233px;
        height: 51px;
        top: 3px;
        -webkit-border-radius: 29px;
        -moz-border-radius: 29px;
        border-radius: 29px
    }

    .ps818 {
        margin-left: 42px;
        margin-top: 171px
    }

    .s751 {
        min-width: 31px;
        width: 31px;
        min-height: 35px;
        height: 35px
    }

    .s752 {
        min-width: 31px;
        width: 31px;
        height: 35px
    }

    .mcv11 {
        display: inline-block
    }

    .v46 {
        display: inline-block;
        vertical-align: top
    }

    .c221 {
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: contain;
        background-image: url(../images/l/hamburger-gray-62.png)
    }

    .webp .c221 {
        background-image: url(../images/n/hamburger-gray-62.webp)
    }

    .ps820 {
        margin-top: 14px
    }

    .s753 {
        min-width: 31px;
        width: 31px;
        height: 6px
    }

    .f175 {
        font-size: 3px;
        font-size: calc(3px * var(--f));
        line-height: 1.334
    }

    .v47 {
        display: none
    }

    .ps821 {
        margin-left: -249px
    }

    .ps822 {
        margin-top: 3px
    }

    .s754 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .f176 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .ps823 {
        margin-top: 3px
    }

    .s755 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps824 {
        margin-top: 0
    }

    .ps825 {
        margin-left: 0;
        margin-top: 0
    }

    .s756 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .s757 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps828 {
        margin-left: 0;
        margin-top: 0
    }

    .s758 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .s759 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps830 {
        margin-left: 0;
        margin-top: 0
    }

    .s760 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps832 {
        margin-top: 0
    }

    .s761 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps833 {
        margin-left: 0;
        margin-top: 0
    }

    .s762 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps834 {
        margin-left: 0;
        margin-top: 0
    }

    .s763 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps835 {
        margin-left: 0;
        margin-top: 0
    }

    .ps836 {
        margin-left: 119px;
        margin-top: -206px
    }

    .s764 {
        min-width: 197px;
        width: 197px;
        min-height: 30px
    }

    .input38 {
        width: 197px;
        height: 30px;
        font-family: "Lato 3";
        font-size: 13px;
        line-height: 1.232;
        font-weight: 700;
        font-style: normal
    }

    .ps837 {
        margin-left: 174px;
        margin-top: -23px
    }

    .s765 {
        min-width: 20px;
        width: 20px;
        height: 17px
    }

    .ps838 {
        margin-top: -723px
    }

    .s766 {
        min-width: 320px;
        min-height: 201px
    }

    .ps839 {
        margin-top: 34px
    }

    .s767 {
        width: 320px;
        min-height: 124px
    }

    .s768 {
        min-width: 316px;
        width: 316px;
        min-height: 124px
    }

    .ps840 {
        margin-top: 33px
    }

    .s769 {
        min-width: 21px;
        height: 39px;
        width: 21px
    }

    .f177 {
        font-size: 12px;
        font-size: calc(12px * var(--f));
        line-height: 1.168;
        padding-top: 13px;
        padding-bottom: 12px
    }

    .ps841 {
        margin-left: 4px
    }

    .s770 {
        min-width: 83px;
        width: 83px;
        min-height: 124px
    }

    .c226 {
        background-image: url(../images/p/whatsapp-image-2025-06-24-at-3.38.55-pm-166.jpeg)
    }

    .webp .c226 {
        background-image: url(../images/h/whatsapp-image-2025-06-24-at-3.38.55-pm-166.webp)
    }

    .ps842 {
        margin-left: 7px
    }

    .ps843 {
        margin-left: 8px
    }

    .ps844 {
        margin-left: 6px;
        margin-top: 39px
    }

    .ps845 {
        margin-top: -223px
    }

    .s771 {
        width: 320px;
        height: 417px
    }

    .ps846 {
        margin-left: 0
    }

    .ps847 {
        margin-left: 265px;
        margin-top: 10px
    }

    .i63 {
        left: 0;
        min-width: 26px;
        max-width: 26px;
        min-height: 26px;
        max-height: 26px
    }

    .ps848 {
        margin-left: 3px;
        margin-top: 13px
    }

    .s772 {
        min-width: 317px;
        height: 39px;
        width: 317px
    }

    .f178 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.279;
        padding-top: 8px;
        padding-bottom: 8px
    }

    .c229::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c229:hover:before {
        opacity: 1
    }

    .c229::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c229:hover:after {
        opacity: 0
    }

    .c229:active:before {
        opacity: 1
    }

    .c229:active:after {
        opacity: 1;
        transition: initial
    }

    .ps849 {
        margin-top: 2px
    }

    .s773 {
        min-width: 320px;
        width: 320px;
        min-height: 204px
    }

    .s774 {
        min-width: 320px;
        height: 39px;
        width: 320px
    }

    .ps850 {
        margin-left: 1px;
        margin-top: 2px
    }

    .s775 {
        min-width: 319px;
        height: 39px;
        width: 319px
    }

    .ps851 {
        margin-top: 3px
    }

    .ps852 {
        margin-top: 2px
    }

    .ps853 {
        margin-left: 1px;
        margin-top: 2px
    }

    .ps854 {
        margin-left: 0;
        margin-top: 2px
    }

    .ps855 {
        margin-left: 0;
        margin-top: 2px
    }

    .ps856 {
        margin-left: 1px;
        margin-top: 2px
    }

    .s776 {
        min-width: 319px;
        height: 39px;
        width: 319px
    }

    .f179 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.279;
        padding-top: 8px;
        padding-bottom: 8px
    }

    .ps857 {
        margin-top: -194px
    }

    .s777 {
        min-width: 320px;
        height: 241px
    }

    .ps858 {
        margin-top: 12px
    }

    .s778 {
        width: 320px;
        min-height: 206px
    }

    .ps859 {
        margin-left: 28px
    }

    .s779 {
        min-width: 274px;
        width: 274px;
        min-height: 206px
    }

    .ps860 {
        margin-top: 4px
    }

    .s780 {
        min-width: 129px;
        width: 129px;
        height: 201px
    }

    .ps861 {
        margin-left: 8px;
        margin-top: 17px
    }

    .s781 {
        min-width: 109px;
        height: 17px;
        width: 109px
    }

    .c232 {
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        border-radius: 9px;
        background-image: url(../images/c/companylogo-230-230-112-modified-34.png)
    }

    .webp .c232 {
        background-image: url(../images/n/companylogo-230-230-112-modified-34.webp)
    }

    .f180 {
        font-size: 6px;
        font-size: calc(6px * var(--f));
        line-height: 1.168;
        padding-top: 5px;
        padding-bottom: 5px
    }

    .ps862 {
        margin-left: 8px;
        margin-top: 4px
    }

    .c233 {
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        border-radius: 9px;
        background-image: url(../images/c/companylogo-230-230-112-modified-34.png)
    }

    .webp .c233 {
        background-image: url(../images/n/companylogo-230-230-112-modified-34.webp)
    }

    .ps863 {
        margin-left: 8px;
        margin-top: 6px
    }

    .c234 {
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        border-radius: 9px;
        background-image: url(../images/c/companylogo-230-230-112-modified-34.png)
    }

    .webp .c234 {
        background-image: url(../images/n/companylogo-230-230-112-modified-34.webp)
    }

    .ps864 {
        margin-left: 8px;
        margin-top: 5px
    }

    .c235 {
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        border-radius: 9px;
        background-image: url(../images/c/companylogo-230-230-112-modified-34.png)
    }

    .webp .c235 {
        background-image: url(../images/n/companylogo-230-230-112-modified-34.webp)
    }

    .ps865 {
        margin-left: 8px;
        margin-top: 5px
    }

    .c236 {
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        border-radius: 9px;
        background-image: url(../images/c/companylogo-230-230-112-modified-34.png)
    }

    .webp .c236 {
        background-image: url(../images/n/companylogo-230-230-112-modified-34.webp)
    }

    .ps866 {
        margin-left: 8px;
        margin-top: 4px
    }

    .c237 {
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        border-radius: 9px;
        background-image: url(../images/c/companylogo-230-230-112-modified-34.png)
    }

    .webp .c237 {
        background-image: url(../images/n/companylogo-230-230-112-modified-34.webp)
    }

    .ps867 {
        margin-left: 8px;
        margin-top: 4px
    }

    .c238 {
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        border-radius: 9px;
        background-image: url(../images/c/companylogo-230-230-112-modified-34.png)
    }

    .webp .c238 {
        background-image: url(../images/n/companylogo-230-230-112-modified-34.webp)
    }

    .ps868 {
        margin-left: 8px;
        margin-top: 4px
    }

    .c239 {
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        border-radius: 9px;
        background-image: url(../images/c/companylogo-230-230-112-modified-34.png)
    }

    .webp .c239 {
        background-image: url(../images/n/companylogo-230-230-112-modified-34.webp)
    }

    .ps869 {
        margin-left: 33px
    }

    .s782 {
        min-width: 112px;
        width: 112px;
        min-height: 206px
    }

    .ps870 {
        margin-left: 2px
    }

    .s783 {
        min-width: 110px;
        width: 110px;
        min-height: 103px
    }

    .s784 {
        height: 103px
    }

    .s785 {
        padding: 12px 0px 12px 0px
    }

    .s786 {
        padding: 0px 13px 0px 13px
    }

    .s787 {
        padding: 10px 0px 10px 0px
    }

    .s788 {
        padding: 0px 20px 0px 20px
    }

    .s789 {
        padding: 0px 18px 0px 18px
    }

    .un368 .slider {
        height: 103px
    }

    .un368 .slick-list {
        height: 103px
    }

    .ps871 {
        margin-left: 0;
        margin-top: 15px
    }

    .s790 {
        min-width: 110px;
        width: 110px;
        min-height: 88px
    }

    .s791 {
        min-width: 320px;
        height: 298px
    }

    .ps873 {
        margin-top: 15px
    }

    .s792 {
        width: 320px;
        min-height: 272px
    }

    .ps874 {
        margin-left: 1px
    }

    .s793 {
        min-width: 232px;
        width: 232px;
        min-height: 218px
    }

    .s794 {
        min-width: 114px;
        width: 114px;
        min-height: 218px
    }

    .s795 {
        min-width: 113px;
        width: 113px;
        min-height: 218px
    }

    .s796 {
        min-width: 113px;
        width: 113px;
        min-height: 218px
    }

    .ps875 {
        margin-left: 29px;
        margin-top: 176px
    }

    .s797 {
        min-width: 46px;
        height: 11px;
        width: 46px
    }

    .f181 {
        font-size: 4px;
        font-size: calc(4px * var(--f));
        line-height: 1.251;
        padding-top: 3px;
        padding-bottom: 3px
    }

    .ps876 {
        margin-left: 26px;
        margin-top: 2px
    }

    .s798 {
        min-width: 52px;
        width: 52px;
        min-height: 12px
    }

    .s799 {
        min-width: 13px;
        width: 13px;
        height: 12px
    }

    .input39 {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        width: 13px;
        height: 12px;
        font-size: 4px;
        line-height: 1.251
    }

    .ps877 {
        margin-left: 1px
    }

    .input40 {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        width: 13px;
        height: 12px;
        font-size: 4px;
        line-height: 1.251
    }

    .ps878 {
        margin-left: -1px
    }

    .input41 {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        width: 13px;
        height: 12px;
        font-size: 4px;
        line-height: 1.251
    }

    .ps879 {
        margin-left: 0
    }

    .input42 {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        width: 13px;
        height: 12px;
        font-size: 4px;
        line-height: 1.251
    }

    .ps880 {
        margin-left: 7px;
        margin-top: 1px
    }

    .s800 {
        min-width: 99px;
        width: 99px;
        min-height: 11px
    }

    .s801 {
        min-width: 40px;
        height: 11px;
        width: 40px
    }

    .ps881 {
        margin-left: 5px
    }

    .s802 {
        min-width: 54px;
        height: 11px;
        width: 54px
    }

    .ps882 {
        margin-left: 17px;
        margin-top: -212px
    }

    .s803 {
        min-width: 65px;
        width: 65px;
        height: 15px
    }

    .f182 {
        font-size: 7px;
        font-size: calc(7px * var(--f));
        line-height: 1.858
    }

    .ps883 {
        margin-left: 6px;
        margin-top: -190px
    }

    .s804 {
        min-width: 37px;
        width: 37px;
        height: 11px
    }

    .f183 {
        font-size: 4px;
        font-size: calc(4px * var(--f));
        line-height: 2.001
    }

    .ps884 {
        margin-left: -37px;
        margin-top: -166px
    }

    .s805 {
        min-width: 37px;
        width: 37px;
        height: 15px
    }

    .f184 {
        font-size: 4px;
        font-size: calc(4px * var(--f));
        line-height: 1.251
    }

    .ps885 {
        margin-left: -37px;
        margin-top: -148px
    }

    .ps886 {
        margin-left: 6px;
        margin-top: -132px
    }

    .s806 {
        min-width: 77px;
        width: 77px;
        min-height: 9px
    }

    .s807 {
        min-width: 37px;
        width: 37px;
        height: 9px
    }

    .ps887 {
        margin-left: 3px
    }

    .ps888 {
        margin-left: 6px;
        margin-top: -121px
    }

    .s808 {
        min-width: 77px;
        width: 77px;
        min-height: 9px
    }

    .ps889 {
        margin-left: 3px
    }

    .ps890 {
        margin-left: 6px;
        margin-top: -110px
    }

    .ps891 {
        margin-left: -37px;
        margin-top: -98px
    }

    .ps892 {
        margin-left: -37px;
        margin-top: -80px
    }

    .ps893 {
        margin-left: 46px;
        margin-top: -190px
    }

    .s809 {
        min-width: 68px;
        width: 68px;
        min-height: 143px
    }

    .s810 {
        min-width: 68px;
        width: 68px;
        height: 17px
    }

    .ps894 {
        margin-top: 7px
    }

    .s811 {
        min-width: 68px;
        width: 68px;
        height: 15px
    }

    .ps895 {
        margin-top: 3px
    }

    .ps896 {
        margin-top: 23px
    }

    .s812 {
        min-width: 68px;
        width: 68px;
        height: 9px
    }

    .ps897 {
        margin-top: 21px
    }

    .s813 {
        min-width: 68px;
        width: 68px;
        height: 33px
    }

    .ps898 {
        margin-left: 46px;
        margin-top: -98px
    }

    .s814 {
        min-width: 67px;
        width: 67px;
        height: 16px
    }

    .ps899 {
        margin-left: 3px
    }

    .s815 {
        min-width: 115px;
        width: 115px;
        min-height: 218px
    }

    .s816 {
        min-width: 115px;
        width: 115px;
        min-height: 218px
    }

    .ps900 {
        margin-left: 3px;
        margin-top: 32px
    }

    .s817 {
        min-width: 107px;
        width: 107px;
        min-height: 17px
    }

    .s818 {
        min-width: 96px;
        width: 96px;
        height: 17px
    }

    .input43 {
        width: 96px;
        height: 17px;
        font-size: 6px;
        line-height: 1.168
    }

    .ps901 {
        margin-left: 4px
    }

    .s819 {
        min-width: 7px;
        width: 7px;
        height: 8px
    }

    .c244 {
        background-image: url(../images/p/edit-14.jpg)
    }

    .webp .c244 {
        background-image: url(../images/a/edit-14.webp)
    }

    .ps902 {
        margin-left: 76px;
        margin-top: 4px
    }

    .s820 {
        min-width: 22px;
        height: 8px;
        width: 22px
    }

    .f185 {
        font-size: 3px;
        font-size: calc(3px * var(--f));
        line-height: 1.334;
        padding-top: 2px;
        padding-bottom: 2px
    }

    .ps903 {
        margin-left: 3px;
        margin-top: 5px
    }

    .s821 {
        min-width: 95px;
        width: 95px;
        height: 17px
    }

    .input44 {
        width: 95px;
        height: 17px;
        font-size: 4px;
        line-height: 1.251
    }

    .ps904 {
        margin-left: 3px;
        margin-top: -2px
    }

    .input45 {
        width: 95px;
        height: 17px;
        font-size: 4px;
        line-height: 1.251
    }

    .ps905 {
        margin-left: 3px;
        margin-top: -2px
    }

    .s822 {
        min-width: 96px;
        width: 96px;
        min-height: 17px
    }

    .s823 {
        min-width: 36px;
        width: 36px;
        height: 17px
    }

    .input46 {
        width: 36px;
        height: 17px;
        font-size: 4px;
        line-height: 1.251
    }

    .ps906 {
        margin-left: 3px
    }

    .s824 {
        min-width: 57px;
        width: 57px;
        height: 17px
    }

    .input47 {
        width: 57px;
        height: 17px;
        font-size: 4px;
        line-height: 1.251;
        background-size: 6px;
        background-position: right 6px top 50%
    }

    *[dir="rtl"] .input47,
    :root:lang(ar) .input47,
    :root:lang(iw) .input47 {
        background-position: left 6px top 50%
    }

    .ps907 {
        margin-left: 3px;
        margin-top: -1px
    }

    .input48 {
        width: 95px;
        height: 17px;
        font-size: 4px;
        line-height: 1.251
    }

    .ps908 {
        margin-left: 3px;
        margin-top: -2px
    }

    .input49 {
        width: 95px;
        height: 17px;
        font-size: 4px;
        line-height: 1.251
    }

    .ps909 {
        margin-left: 3px;
        margin-top: -1px
    }

    .s825 {
        min-width: 95px;
        width: 95px;
        height: 33px
    }

    .input50 {
        width: 95px;
        height: 33px;
        font-size: 4px;
        line-height: 1.251
    }

    .ps910 {
        margin-left: 16px;
        margin-top: 19px
    }

    .s826 {
        min-width: 81px;
        height: 13px;
        width: 81px
    }

    .f186 {
        font-size: 4px;
        font-size: calc(4px * var(--f));
        line-height: 1.251;
        padding-top: 4px;
        padding-bottom: 4px
    }

    .ps911 {
        margin-left: 18px;
        margin-top: -216px
    }

    .s827 {
        min-width: 78px;
        width: 78px;
        height: 17px
    }

    .f187 {
        font-size: 8px;
        font-size: calc(8px * var(--f));
        line-height: 1.751
    }

    .ps912 {
        margin-left: 6px;
        margin-top: 14px
    }

    .s828 {
        min-width: 296px;
        width: 296px;
        min-height: 40px
    }

    .ps913 {
        margin-top: 5px
    }

    .s829 {
        min-width: 320px;
        height: 285px
    }

    .ps914 {
        margin-top: 8px
    }

    .s830 {
        width: 320px;
        min-height: 271px
    }

    .ps915 {
        margin-left: 15px
    }

    .s831 {
        min-width: 247px;
        width: 247px;
        min-height: 199px
    }

    .s832 {
        min-width: 119px;
        width: 119px;
        min-height: 199px
    }

    .s833 {
        min-width: 119px;
        width: 119px;
        min-height: 199px
    }

    .ps916 {
        margin-left: 30px;
        margin-top: 153px
    }

    .s834 {
        min-width: 48px;
        height: 11px;
        width: 48px
    }

    .ps917 {
        margin-left: 28px;
        margin-top: 2px
    }

    .s835 {
        min-width: 55px;
        width: 55px;
        min-height: 12px
    }

    .s836 {
        min-width: 14px;
        width: 14px;
        height: 12px
    }

    .input51 {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        width: 14px;
        height: 12px;
        font-size: 4px;
        line-height: 1.251
    }

    .ps918 {
        margin-left: 0
    }

    .input52 {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        width: 14px;
        height: 12px;
        font-size: 4px;
        line-height: 1.251
    }

    .ps919 {
        margin-left: -1px
    }

    .input53 {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        width: 14px;
        height: 12px;
        font-size: 4px;
        line-height: 1.251
    }

    .ps920 {
        margin-left: 0
    }

    .input54 {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        width: 14px;
        height: 12px;
        font-size: 4px;
        line-height: 1.251
    }

    .ps921 {
        margin-left: 11px;
        margin-top: 3px
    }

    .s837 {
        min-width: 104px;
        width: 104px;
        min-height: 11px
    }

    .s838 {
        min-width: 42px;
        height: 11px;
        width: 42px
    }

    .ps922 {
        margin-left: 5px
    }

    .s839 {
        min-width: 57px;
        height: 11px;
        width: 57px
    }

    .ps923 {
        margin-left: 21px;
        margin-top: -193px
    }

    .s840 {
        min-width: 78px;
        width: 78px;
        height: 13px
    }

    .f188 {
        font-size: 6px;
        font-size: calc(6px * var(--f));
        line-height: 1.834
    }

    .ps924 {
        margin-left: 3px;
        margin-top: -174px
    }

    .s841 {
        min-width: 114px;
        width: 114px;
        min-height: 121px
    }

    .ps925 {
        margin-left: 42px
    }

    .s842 {
        min-width: 71px;
        width: 71px;
        height: 15px
    }

    .ps926 {
        margin-top: -15px
    }

    .s843 {
        min-width: 39px;
        width: 39px;
        height: 15px
    }

    .ps927 {
        margin-left: -39px;
        margin-top: 3px
    }

    .ps928 {
        margin-left: 3px;
        margin-top: 3px
    }

    .ps929 {
        margin-top: 2px
    }

    .s844 {
        min-width: 39px;
        width: 39px;
        height: 9px
    }

    .ps930 {
        margin-left: 3px;
        margin-top: 2px
    }

    .ps931 {
        margin-top: 1px
    }

    .ps932 {
        margin-left: 3px;
        margin-top: 1px
    }

    .ps933 {
        margin-top: 3px
    }

    .ps934 {
        margin-left: 3px;
        margin-top: 3px
    }

    .s845 {
        min-width: 71px;
        width: 71px;
        height: 9px
    }

    .ps935 {
        margin-left: 4px;
        margin-top: 3px
    }

    .s846 {
        min-width: 71px;
        width: 71px;
        height: 16px
    }

    .ps936 {
        margin-top: 2px
    }

    .ps937 {
        margin-left: 3px;
        margin-top: 2px
    }

    .s847 {
        min-width: 71px;
        width: 71px;
        height: 34px
    }

    .ps938 {
        margin-left: 9px;
        margin-top: 0
    }

    .s848 {
        min-width: 119px;
        width: 119px;
        min-height: 198px
    }

    .s849 {
        min-width: 119px;
        width: 119px;
        min-height: 198px
    }

    .ps939 {
        margin-left: 9px;
        margin-top: 34px
    }

    .s850 {
        min-width: 99px;
        width: 99px;
        min-height: 153px
    }

    .s851 {
        min-width: 99px;
        width: 99px;
        height: 14px
    }

    .input55 {
        width: 99px;
        height: 14px;
        font-size: 4px;
        line-height: 1.251
    }

    .ps940 {
        margin-top: 5px
    }

    .input56 {
        width: 99px;
        height: 14px;
        font-size: 4px;
        line-height: 1.251
    }

    .ps941 {
        margin-top: 2px
    }

    .s852 {
        min-width: 99px;
        width: 99px;
        min-height: 14px
    }

    .s853 {
        min-width: 38px;
        width: 38px;
        height: 14px
    }

    .input57 {
        width: 38px;
        height: 14px;
        font-size: 4px;
        line-height: 1.251
    }

    .ps942 {
        margin-left: 2px
    }

    .s854 {
        min-width: 59px;
        width: 59px;
        height: 14px
    }

    .input58 {
        width: 59px;
        height: 14px;
        font-size: 4px;
        line-height: 1.251;
        background-size: 6px;
        background-position: right 6px top 50%
    }

    *[dir="rtl"] .input58,
    :root:lang(ar) .input58,
    :root:lang(iw) .input58 {
        background-position: left 6px top 50%
    }

    .ps943 {
        margin-top: 2px
    }

    .input59 {
        width: 99px;
        height: 14px;
        font-size: 4px;
        line-height: 1.251
    }

    .input60 {
        width: 99px;
        height: 14px;
        font-size: 4px;
        line-height: 1.251
    }

    .ps944 {
        margin-top: 2px
    }

    .s855 {
        min-width: 99px;
        width: 99px;
        height: 34px
    }

    .input61 {
        width: 99px;
        height: 34px;
        font-size: 4px;
        line-height: 1.251
    }

    .ps945 {
        margin-left: 13px;
        margin-top: 23px
    }

    .s856 {
        min-width: 84px;
        height: 13px;
        width: 84px
    }

    .f189 {
        font-size: 4px;
        font-size: calc(4px * var(--f));
        line-height: 1.251;
        padding-top: 4px;
        padding-bottom: 4px
    }

    .ps946 {
        margin-left: 28px;
        margin-top: -192px
    }

    .s857 {
        min-width: 67px;
        width: 67px;
        height: 13px
    }

    .ps947 {
        margin-left: 17px;
        margin-top: 32px
    }

    .s858 {
        min-width: 287px;
        width: 287px;
        min-height: 40px
    }

    .ps948 {
        margin-top: 12px
    }

    .s859 {
        min-width: 320px;
        height: 246px
    }

    .ps949 {
        margin-top: 6px
    }

    .s860 {
        width: 320px;
        min-height: 213px
    }

    .ps950 {
        margin-left: 39px
    }

    .s861 {
        min-width: 260px;
        width: 260px;
        min-height: 213px
    }

    .s862 {
        min-width: 120px;
        width: 120px;
        min-height: 213px
    }

    .ps951 {
        margin-left: 22px;
        margin-top: 6px
    }

    .s863 {
        min-width: 74px;
        width: 74px;
        height: 15px
    }

    .ps952 {
        margin-left: 5px;
        margin-top: 10px
    }

    .s864 {
        min-width: 105px;
        width: 105px;
        height: 17px
    }

    .input62 {
        width: 105px;
        height: 17px;
        font-size: 5px;
        line-height: 1.201;
        background-size: 6px;
        background-position: right 6px top 50%
    }

    *[dir="rtl"] .input62,
    :root:lang(ar) .input62,
    :root:lang(iw) .input62 {
        background-position: left 6px top 50%
    }

    .ps953 {
        margin-left: 5px;
        margin-top: -1px
    }

    .s865 {
        min-width: 105px;
        width: 105px;
        height: 17px
    }

    .input63 {
        width: 105px;
        height: 17px;
        font-size: 4px;
        line-height: 1.251
    }

    .ps954 {
        margin-left: 5px;
        margin-top: -3px
    }

    .input64 {
        width: 105px;
        height: 17px;
        font-size: 4px;
        line-height: 1.251
    }

    .ps955 {
        margin-left: 5px;
        margin-top: -3px
    }

    .s866 {
        min-width: 105px;
        width: 105px;
        min-height: 17px
    }

    .s867 {
        min-width: 40px;
        width: 40px;
        height: 17px
    }

    .input65 {
        width: 40px;
        height: 17px;
        font-size: 4px;
        line-height: 1.251
    }

    .ps956 {
        margin-left: 2px
    }

    .s868 {
        min-width: 63px;
        width: 63px;
        height: 17px
    }

    .input66 {
        width: 63px;
        height: 17px;
        font-size: 4px;
        line-height: 1.251;
        background-size: 6px;
        background-position: right 6px top 50%
    }

    *[dir="rtl"] .input66,
    :root:lang(ar) .input66,
    :root:lang(iw) .input66 {
        background-position: left 6px top 50%
    }

    .ps957 {
        margin-left: 5px;
        margin-top: -3px
    }

    .input67 {
        width: 105px;
        height: 17px;
        font-size: 4px;
        line-height: 1.251
    }

    .ps958 {
        margin-left: 5px;
        margin-top: -2px
    }

    .input68 {
        width: 105px;
        height: 17px;
        font-size: 4px;
        line-height: 1.251
    }

    .ps959 {
        margin-left: 5px;
        margin-top: -1px
    }

    .s869 {
        min-width: 105px;
        width: 105px;
        height: 33px
    }

    .input69 {
        width: 105px;
        height: 33px;
        font-size: 4px;
        line-height: 1.251
    }

    .ps960 {
        margin-left: 29px;
        margin-top: 2px
    }

    .s870 {
        min-width: 53px;
        height: 12px;
        width: 53px
    }

    .f190 {
        font-size: 4px;
        font-size: calc(4px * var(--f));
        line-height: 1.251;
        padding-top: 4px;
        padding-bottom: 3px
    }

    .ps961 {
        margin-left: 9px;
        margin-top: 5px
    }

    .s871 {
        min-width: 102px;
        width: 102px;
        min-height: 13px
    }

    .s872 {
        min-width: 59px;
        width: 59px;
        min-height: 13px
    }

    .s873 {
        min-width: 15px;
        width: 15px;
        height: 13px
    }

    .input70 {
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        width: 15px;
        height: 13px;
        font-size: 4px;
        line-height: 1.251
    }

    .ps962 {
        margin-left: 0
    }

    .input71 {
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        width: 15px;
        height: 13px;
        font-size: 4px;
        line-height: 1.251
    }

    .ps963 {
        margin-left: -1px
    }

    .input72 {
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        width: 15px;
        height: 13px;
        font-size: 4px;
        line-height: 1.251
    }

    .ps964 {
        margin-left: 0
    }

    .input73 {
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        width: 15px;
        height: 13px;
        font-size: 4px;
        line-height: 1.251
    }

    .ps965 {
        margin-left: 3px
    }

    .s874 {
        min-width: 40px;
        height: 11px;
        width: 40px
    }

    .ps966 {
        margin-left: 10px;
        margin-top: 6px
    }

    .s875 {
        min-width: 90px;
        height: 13px;
        width: 90px
    }

    .f191 {
        font-size: 4px;
        font-size: calc(4px * var(--f));
        line-height: 1.251;
        padding-top: 4px;
        padding-bottom: 4px
    }

    .ps967 {
        margin-left: 60px;
        margin-top: 21px
    }

    .s876 {
        min-width: 80px;
        width: 80px;
        min-height: 160px
    }

    .ps968 {
        margin-top: 0
    }

    .s877 {
        min-width: 320px;
        height: 1112px
    }

    .ps969 {
        margin-top: 27px
    }

    .s878 {
        width: 320px;
        min-height: 1044px
    }

    .ps970 {
        margin-left: 0
    }

    .s879 {
        min-width: 320px;
        width: 320px;
        min-height: 836px
    }

    .ps971 {
        margin-left: 21px;
        margin-top: 0
    }

    .i64 {
        left: 0;
        width: 99px;
        height: 97px;
        top: 1px;
        -webkit-border-radius: 49px;
        -moz-border-radius: 49px;
        border-radius: 49px
    }

    .ps972 {
        margin-left: -114px;
        margin-top: 130px
    }

    .s880 {
        min-width: 174px;
        width: 174px;
        height: 32px
    }

    .f192 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.376
    }

    .ps973 {
        margin-left: 0;
        margin-top: -2px
    }

    .s881 {
        min-width: 320px;
        width: 320px;
        min-height: 498px
    }

    .ps974 {
        margin-top: 23px
    }

    .s882 {
        min-width: 113px;
        width: 113px;
        height: 23px
    }

    .f193 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f193:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f193:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f193:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .ps975 {
        margin-left: 2px;
        margin-top: 7px
    }

    .s883 {
        min-width: 91px;
        width: 91px;
        height: 19px
    }

    .f194 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f194:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f194:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f194:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .ps976 {
        margin-left: 0;
        margin-top: 35px
    }

    .s884 {
        min-width: 90px;
        width: 90px;
        height: 20px
    }

    .ps977 {
        margin-top: -47px
    }

    .s885 {
        min-width: 140px;
        width: 140px;
        height: 22px
    }

    .ps978 {
        margin-top: 68px
    }

    .s886 {
        min-width: 163px;
        width: 163px;
        height: 20px
    }

    .ps979 {
        margin-top: -49px
    }

    .s887 {
        min-width: 126px;
        width: 126px;
        height: 21px
    }

    .ps980 {
        margin-top: -81px
    }

    .s888 {
        min-width: 166px;
        width: 166px;
        height: 24px
    }

    .ps981 {
        margin-left: 0;
        margin-top: -192px
    }

    .s889 {
        min-width: 320px;
        width: 320px;
        min-height: 475px
    }

    .ps982 {
        margin-left: 171px
    }

    .s890 {
        min-width: 149px;
        width: 149px;
        height: 32px
    }

    .ps983 {
        margin-top: 209px
    }

    .s891 {
        min-width: 163px;
        width: 163px;
        height: 24px
    }

    .ps984 {
        margin-left: 11px;
        margin-top: -6px
    }

    .s892 {
        min-width: 49px;
        width: 49px;
        height: 23px
    }

    .ps985 {
        margin-top: 184px
    }

    .s893 {
        min-width: 211px;
        width: 211px;
        height: 26px
    }

    .ps986 {
        margin-left: 174px;
        margin-top: -419px
    }

    .s894 {
        min-width: 111px;
        width: 111px;
        height: 21px
    }

    .f195 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168;
        letter-spacing: 0.05px
    }

    .f195:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168;
        letter-spacing: 0.05px
    }

    .f195:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168;
        letter-spacing: 0.05px
    }

    .f195:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168;
        letter-spacing: 0.05px
    }

    .ps987 {
        margin-left: 0;
        margin-top: -62px
    }

    .s895 {
        min-width: 223px;
        width: 223px;
        height: 21px
    }

    .ps988 {
        margin-left: 7px;
        margin-top: -498px
    }

    .s896 {
        min-width: 276px;
        width: 276px;
        min-height: 2px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps989 {
        margin-left: 0;
        margin-top: -196px
    }

    .ps990 {
        margin-left: 0
    }

    .s897 {
        min-width: 282px;
        width: 282px;
        height: 29px
    }

    .ps991 {
        margin-top: 245px
    }

    .s898 {
        min-width: 218px;
        width: 218px;
        height: 28px
    }

    .ps992 {
        margin-left: 0;
        margin-top: -266px
    }

    .s899 {
        min-width: 291px;
        width: 291px;
        height: 31px
    }

    .f196 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f196:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f196:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f196:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .ps993 {
        margin-left: 1px;
        margin-top: 24px
    }

    .s900 {
        min-width: 212px;
        width: 212px;
        height: 20px
    }

    .ps994 {
        margin-top: 9px
    }

    .s901 {
        min-width: 211px;
        width: 211px;
        height: 19px
    }

    .ps995 {
        margin-left: 1px;
        margin-top: -170px
    }

    .s902 {
        min-width: 238px;
        width: 238px;
        height: 24px
    }

    .ps996 {
        margin-top: -72px
    }

    .s903 {
        min-width: 87px;
        width: 87px;
        height: 24px
    }

    .ps997 {
        margin-top: -133px
    }

    .s904 {
        min-width: 298px;
        width: 298px;
        height: 20px
    }

    .ps998 {
        margin-left: 0;
        margin-top: -388px
    }

    .s905 {
        min-width: 291px;
        width: 291px;
        min-height: 135px
    }

    .ps999 {
        margin-top: 102px
    }

    .s906 {
        min-width: 268px;
        width: 268px;
        height: 33px
    }

    .f197 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.601
    }

    .ps1000 {
        margin-top: -135px
    }

    .s907 {
        min-width: 291px;
        width: 291px;
        min-height: 3px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1001 {
        margin-left: 23px;
        margin-top: 29px
    }

    .i65 {
        width: 47px;
        height: 72px
    }

    .ps1003 {
        margin-left: 19px
    }

    .i66 {
        width: 47px;
        height: 72px
    }

    .ps1004 {
        margin-left: 17px;
        margin-top: 0
    }

    .i67 {
        left: 0;
        width: 47px;
        height: 47px;
        top: 12px
    }

    .ps1005 {
        margin-left: 12px;
        margin-top: -354px
    }

    .s908 {
        min-width: 278px;
        width: 278px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1006 {
        margin-left: 0;
        margin-top: 23px
    }

    .s909 {
        min-width: 287px;
        width: 287px;
        height: 84px
    }

    .f198 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.616
    }

    .ps1008 {
        width: 320px
    }

    .ps1009 {
        margin-top: 13px;
        margin-bottom: 13px
    }

    .s910 {
        min-width: 320px;
        width: 320px;
        height: calc(100vh - 26px);
        height: calc(var(--vh, 1vh) * 100 - 26px);
    }

    .c254 {
        margin-top: max(calc(50vh - 156px), 0px);
        margin-top: max(calc(var(--vh, 1vh) * 50 - 156px), 0px);
        height: 286px
    }

    .ps1010 {
        margin-left: 307px;
        margin-top: 3px
    }

    .s911 {
        min-width: 11px;
        width: 11px;
        height: 11px
    }

    .c255 {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px
    }

    .ps1011 {
        margin-left: 107px;
        margin-top: 7px
    }

    .s912 {
        min-width: 210px;
        width: 210px;
        height: 195px
    }

    .wrapper4 {
        height: 195px
    }

    .ps1012 {
        margin-left: 9px;
        margin-top: -193px
    }

    .s913 {
        min-width: 89px;
        height: 16px;
        width: 89px
    }

    .c256 {
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px
    }

    .f199 {
        font-size: 6px;
        font-size: calc(6px * var(--f));
        line-height: 1.168;
        padding-top: 5px;
        padding-bottom: 4px
    }

    .ps1013 {
        margin-left: -89px;
        margin-top: -172px
    }

    .ps1014 {
        margin-left: -89px;
        margin-top: -152px
    }

    .ps1015 {
        margin-left: -89px;
        margin-top: -131px
    }

    .ps1016 {
        margin-left: -89px;
        margin-top: -109px
    }

    .ps1017 {
        margin-left: -89px;
        margin-top: -88px
    }

    .ps1018 {
        margin-left: 23px;
        margin-top: 22px
    }

    .s914 {
        min-width: 284px;
        width: 284px;
        min-height: 37px
    }

    .ps1020 {
        margin-top: 13px
    }

    .s915 {
        min-width: 320px;
        width: 320px;
        height: 15px
    }

    .c258 {
        height: 15px
    }

    .ps1021 {
        margin-left: 8px;
        margin-top: 2px
    }

    .s916 {
        min-width: 289px;
        width: 289px;
        height: 11px
    }

    .f200 {
        font-size: 5px;
        font-size: calc(5px * var(--f));
        line-height: 1.801
    }

    .ps1022 {
        margin-left: 8px;
        margin-top: 2px
    }

    .c259 {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px
    }

    .s917 {
        min-width: 320px;
        min-height: 18px
    }

    .ps1023 {
        margin-top: 4px
    }

    .s918 {
        width: 320px;
        min-height: 10px
    }

    .ps1024 {
        margin-left: 228px
    }

    .s919 {
        min-width: 43px;
        height: 10px;
        width: 43px
    }

    .f201 {
        font-size: 3px;
        font-size: calc(3px * var(--f));
        line-height: 1.334;
        padding-top: 3px;
        padding-bottom: 3px
    }

    .ps1025 {
        margin-left: 3px
    }

    body {
        --d: 5;
        --s: 320
    }
}

@media (min-width:1920px) and (-webkit-min-device-pixel-ratio:1.7),
(min-width:1920px) and (min-resolution:144dpi) {
    .c226 {
        background-image: url(../images/r/whatsapp-image-2025-06-24-at-3.38.55-pm-988.jpeg)
    }

    .webp .c226 {
        background-image: url(../images/h/whatsapp-image-2025-06-24-at-3.38.55-pm-988.webp)
    }

    .c244 {
        background-image: url(../images/h/edit-84.jpg)
    }

    .webp .c244 {
        background-image: url(../images/j/edit-84.webp)
    }
}

@media (min-width:1200px) and (max-width:1919px) and (min-width:1200px) and (-webkit-min-device-pixel-ratio:1.7),
(min-width:1200px) and (max-width:1919px) and (min-width:1200px) and (min-resolution:144dpi) {
    .c226 {
        background-image: url(../images/h/whatsapp-image-2025-06-24-at-3.38.55-pm-618.jpeg)
    }

    .webp .c226 {
        background-image: url(../images/n/whatsapp-image-2025-06-24-at-3.38.55-pm-618.webp)
    }

    .c232 {
        background-image: url(../images/n/companylogo-230-230-112-modified-128.png)
    }

    .webp .c232 {
        background-image: url(../images/v/companylogo-230-230-112-modified-128.webp)
    }

    .c233 {
        background-image: url(../images/n/companylogo-230-230-112-modified-128.png)
    }

    .webp .c233 {
        background-image: url(../images/v/companylogo-230-230-112-modified-128.webp)
    }

    .c234 {
        background-image: url(../images/n/companylogo-230-230-112-modified-128.png)
    }

    .webp .c234 {
        background-image: url(../images/v/companylogo-230-230-112-modified-128.webp)
    }

    .c235 {
        background-image: url(../images/n/companylogo-230-230-112-modified-128.png)
    }

    .webp .c235 {
        background-image: url(../images/v/companylogo-230-230-112-modified-128.webp)
    }

    .c236 {
        background-image: url(../images/n/companylogo-230-230-112-modified-128.png)
    }

    .webp .c236 {
        background-image: url(../images/v/companylogo-230-230-112-modified-128.webp)
    }

    .c237 {
        background-image: url(../images/n/companylogo-230-230-112-modified-128.png)
    }

    .webp .c237 {
        background-image: url(../images/v/companylogo-230-230-112-modified-128.webp)
    }

    .c238 {
        background-image: url(../images/n/companylogo-230-230-112-modified-128.png)
    }

    .webp .c238 {
        background-image: url(../images/v/companylogo-230-230-112-modified-128.webp)
    }

    .c239 {
        background-image: url(../images/n/companylogo-230-230-112-modified-128.png)
    }

    .webp .c239 {
        background-image: url(../images/v/companylogo-230-230-112-modified-128.webp)
    }

    .c244 {
        background-image: url(../images/8/edit-52.jpg)
    }

    .webp .c244 {
        background-image: url(../images/r/edit-52.webp)
    }
}

@media (min-width:960px) and (max-width:1199px) and (min-width:960px) and (-webkit-min-device-pixel-ratio:1.7),
(min-width:960px) and (max-width:1199px) and (min-width:960px) and (min-resolution:144dpi) {
    .c226 {
        background-image: url(../images/4/whatsapp-image-2025-06-24-at-3.38.55-pm-494.jpeg)
    }

    .webp .c226 {
        background-image: url(../images/8/whatsapp-image-2025-06-24-at-3.38.55-pm-494.webp)
    }

    .c232 {
        background-image: url(../images/6/companylogo-230-230-112-modified-102.png)
    }

    .webp .c232 {
        background-image: url(../images/c/companylogo-230-230-112-modified-102.webp)
    }

    .c233 {
        background-image: url(../images/6/companylogo-230-230-112-modified-102.png)
    }

    .webp .c233 {
        background-image: url(../images/c/companylogo-230-230-112-modified-102.webp)
    }

    .c234 {
        background-image: url(../images/6/companylogo-230-230-112-modified-102.png)
    }

    .webp .c234 {
        background-image: url(../images/c/companylogo-230-230-112-modified-102.webp)
    }

    .c235 {
        background-image: url(../images/6/companylogo-230-230-112-modified-102.png)
    }

    .webp .c235 {
        background-image: url(../images/c/companylogo-230-230-112-modified-102.webp)
    }

    .c236 {
        background-image: url(../images/6/companylogo-230-230-112-modified-102.png)
    }

    .webp .c236 {
        background-image: url(../images/c/companylogo-230-230-112-modified-102.webp)
    }

    .c237 {
        background-image: url(../images/6/companylogo-230-230-112-modified-102.png)
    }

    .webp .c237 {
        background-image: url(../images/c/companylogo-230-230-112-modified-102.webp)
    }

    .c238 {
        background-image: url(../images/6/companylogo-230-230-112-modified-102.png)
    }

    .webp .c238 {
        background-image: url(../images/c/companylogo-230-230-112-modified-102.webp)
    }

    .c239 {
        background-image: url(../images/6/companylogo-230-230-112-modified-102.png)
    }

    .webp .c239 {
        background-image: url(../images/c/companylogo-230-230-112-modified-102.webp)
    }

    .c244 {
        background-image: url(../images/c/edit-42.jpg)
    }

    .webp .c244 {
        background-image: url(../images/0/edit-42.webp)
    }
}

@media (min-width:320px) {
    .c240 {
        background-image: url(../images/t/screenshot-2025-07-05-at-1.12.44-pm-960.jpg)
    }

    .webp .c240 {
        background-image: url(../images/p/screenshot-2025-07-05-at-1.12.44-pm-960-1.webp)
    }

    .c246 {
        background-image: url(../images/6/screenshot-2025-07-05-at-1.12.44-pm-960-1.jpg)
    }

    .webp .c246 {
        background-image: url(../images/8/screenshot-2025-07-05-at-1.12.44-pm-960.webp)
    }

    .c248 {
        background-image: url(../images/6/screenshot-2025-07-05-at-1.12.44-pm-960-2.jpg)
    }

    .webp .c248 {
        background-image: url(../images/r/screenshot-2025-07-05-at-1.12.44-pm-960.webp)
    }
}

@media (min-width:480px) {
    .c240 {
        background-image: url(../images/8/screenshot-2025-07-05-at-1.12.44-pm-1536.jpg)
    }

    .webp .c240 {
        background-image: url(../images/4/screenshot-2025-07-05-at-1.12.44-pm-1536-1.webp)
    }

    .c246 {
        background-image: url(../images/t/screenshot-2025-07-05-at-1.12.44-pm-1536.jpg)
    }

    .webp .c246 {
        background-image: url(../images/l/screenshot-2025-07-05-at-1.12.44-pm-1536.webp)
    }

    .c248 {
        background-image: url(../images/2/screenshot-2025-07-05-at-1.12.44-pm-1536-1.jpg)
    }

    .webp .c248 {
        background-image: url(../images/v/screenshot-2025-07-05-at-1.12.44-pm-1536.webp)
    }
}

@media (min-width:768px) {
    .c240 {
        background-image: url(../images/6/screenshot-2025-07-05-at-1.12.44-pm-960.jpg)
    }

    .webp .c240 {
        background-image: url(../images/0/screenshot-2025-07-05-at-1.12.44-pm-960-1.webp)
    }

    .c246 {
        background-image: url(../images/j/screenshot-2025-07-05-at-1.12.44-pm-960.jpg)
    }

    .webp .c246 {
        background-image: url(../images/4/screenshot-2025-07-05-at-1.12.44-pm-960-1.webp)
    }

    .c248 {
        background-image: url(../images/j/screenshot-2025-07-05-at-1.12.44-pm-960-1.jpg)
    }

    .webp .c248 {
        background-image: url(../images/4/screenshot-2025-07-05-at-1.12.44-pm-960-2.webp)
    }
}

@media (min-width:960px) {
    .c240 {
        background-image: url(../images/c/screenshot-2025-07-05-at-1.12.44-pm-1200.jpg)
    }

    .webp .c240 {
        background-image: url(../images/r/screenshot-2025-07-05-at-1.12.44-pm-1200.webp)
    }

    .c246 {
        background-image: url(../images/4/screenshot-2025-07-05-at-1.12.44-pm-1200.jpg)
    }

    .webp .c246 {
        background-image: url(../images/j/screenshot-2025-07-05-at-1.12.44-pm-1200.webp)
    }

    .c248 {
        background-image: url(../images/t/screenshot-2025-07-05-at-1.12.44-pm-1200.jpg)
    }

    .webp .c248 {
        background-image: url(../images/v/screenshot-2025-07-05-at-1.12.44-pm-1200.webp)
    }
}

@media (min-width:1200px) {
    .c240 {
        background-image: url(../images/0/screenshot-2025-07-05-at-1.12.44-pm-1600.jpg)
    }

    .webp .c240 {
        background-image: url(../images/h/screenshot-2025-07-05-at-1.12.44-pm-1600.webp)
    }

    .c246 {
        background-image: url(../images/t/screenshot-2025-07-05-at-1.12.44-pm-1600.jpg)
    }

    .webp .c246 {
        background-image: url(../images/6/screenshot-2025-07-05-at-1.12.44-pm-1600.webp)
    }

    .c248 {
        background-image: url(../images/a/screenshot-2025-07-05-at-1.12.44-pm-1600.jpg)
    }

    .webp .c248 {
        background-image: url(../images/p/screenshot-2025-07-05-at-1.12.44-pm-1600.webp)
    }
}

@media (min-width:1600px) {
    .c240 {
        background-image: url(../images/j/screenshot-2025-07-05-at-1.12.44-pm-2000.jpg)
    }

    .webp .c240 {
        background-image: url(../images/2/screenshot-2025-07-05-at-1.12.44-pm-2000.webp)
    }

    .c246 {
        background-image: url(../images/c/screenshot-2025-07-05-at-1.12.44-pm-2000.jpg)
    }

    .webp .c246 {
        background-image: url(../images/v/screenshot-2025-07-05-at-1.12.44-pm-2000.webp)
    }

    .c248 {
        background-image: url(../images/a/screenshot-2025-07-05-at-1.12.44-pm-2000.jpg)
    }

    .webp .c248 {
        background-image: url(../images/4/screenshot-2025-07-05-at-1.12.44-pm-2000-2.webp)
    }
}

@media (min-width:2000px) {
    .c240 {
        background-image: url(../images/h/screenshot-2025-07-05-at-1.12.44-pm-2560.jpg)
    }

    .webp .c240 {
        background-image: url(../images/e/screenshot-2025-07-05-at-1.12.44-pm-2560-2.webp)
    }

    .c246 {
        background-image: url(../images/v/screenshot-2025-07-05-at-1.12.44-pm-2560-1.jpg)
    }

    .webp .c246 {
        background-image: url(../images/4/screenshot-2025-07-05-at-1.12.44-pm-2560.webp)
    }

    .c248 {
        background-image: url(../images/4/screenshot-2025-07-05-at-1.12.44-pm-2560.jpg)
    }

    .webp .c248 {
        background-image: url(../images/c/screenshot-2025-07-05-at-1.12.44-pm-2560.webp)
    }
}

@media (min-width:768px) and (-webkit-min-device-pixel-ratio:1.7),
(min-width:768px) and (min-resolution:144dpi) {
    .c246 {
        background-image: url(../images/l/screenshot-2025-07-05-at-1.12.44-pm-1920.jpg)
    }

    .webp .c246 {
        background-image: url(../images/4/screenshot-2025-07-05-at-1.12.44-pm-1920.webp)
    }
}

body {
    --f: 1;
    min-width: 1920px
}

@media (min-width:1200px) and (max-width:1919px) {
    body {
        min-width: 1200px
    }
}

@media (min-width:960px) and (max-width:1199px) {
    body {
        min-width: 960px
    }
}

@media (min-width:768px) and (max-width:959px) {
    body {
        min-width: 768px
    }
}

@media (min-width:480px) and (max-width:767px) {
    body {
        min-width: 480px
    }
}

@media (max-width:479px) {
    body {
        min-width: 320px
    }
}

.c263 {
    display: block;
    position: relative;
    pointer-events: none;
    min-width: 1920px;
    width: 100%;
    overflow: hidden;
    margin-top: 0;
    z-index: 2;
    min-height: 1022px
}

.v51 {
    display: block
}

.ps1026 {
    position: relative;
    margin-top: 0
}

.s920 {
    width: 100%;
    min-width: 1920px;
    height: 347px;
    padding-bottom: 0
}

.c264 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #5789c1
}

.z780 {
    pointer-events: none
}

.ps1027 {
    display: inline-block;
    width: 0;
    height: 0
}

.ps1028 {
    position: relative;
    margin-top: 11px
}

.s921 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 67px
}

.v52 {
    display: inline-block;
    vertical-align: top
}

.ps1029 {
    position: relative;
    margin-left: 66px;
    margin-top: 0
}

.ps1030 {
    position: relative;
    margin-left: 0;
    margin-top: 13px
}

.z781 {
    z-index: 42;
    pointer-events: auto
}

.i68 {
    position: absolute;
    left: 4px;
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    top: 0;
    color: #fff;
    -ms-transform: rotate(0deg) scale(1, 1);
    -moz-transform: rotate(0deg) scale(1, 1);
    -webkit-transform: rotate(0deg) scale(1, 1);
    transform: rotate(0deg) scale(1, 1)
}

.ps1031 {
    position: relative;
    margin-left: 17px;
    margin-top: 13px
}

.s922 {
    min-width: 275px;
    width: 275px;
    overflow: hidden;
    height: 40px
}

.z782 {
    z-index: 41;
    pointer-events: auto
}

.p20 {
    text-indent: 0;
    padding-bottom: 0;
    padding-right: 0;
    text-align: left
}

.f202 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.126;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps1032 {
    position: relative;
    margin-left: 42px;
    margin-top: 13px
}

.z783 {
    z-index: 43;
    pointer-events: auto
}

.i69 {
    position: absolute;
    left: 16px;
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    top: 0;
    color: #fff
}

.ps1033 {
    position: relative;
    margin-left: -2px;
    margin-top: 13px
}

.s923 {
    min-width: 446px;
    width: 446px;
    overflow: hidden;
    height: 40px
}

.z784 {
    z-index: 45;
    pointer-events: auto
}

.ps1034 {
    position: relative;
    margin-left: 863px;
    margin-top: 0
}

.z785 {
    z-index: 44;
    pointer-events: auto
}

.a22 {
    display: block
}

.i70 {
    position: absolute;
    left: 0;
    width: 67px;
    height: 67px;
    top: 0;
    -webkit-filter: brightness(400%);
    -moz-filter: brightness(400%);
    filter: brightness(400%);
    border: 0
}

.ps1035 {
    position: relative;
    margin-top: 7px
}

.s924 {
    margin-left: -0%;
    width: 100%;
    min-height: 262px
}

.c265 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 0 rgba(128, 128, 128, 0.2)
}

.z786 {
    z-index: 39;
    pointer-events: auto
}

.ps1036 {
    position: relative;
    margin-top: -252px
}

.s925 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 236px
}

.ps1037 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.ps1038 {
    position: relative;
    margin-left: 0;
    margin-top: 3px
}

.z787 {
    z-index: 40;
    pointer-events: auto
}

.i71 {
    position: absolute;
    left: 0;
    width: 170px;
    height: 37px;
    top: 66px;
    -webkit-border-radius: 84px;
    -moz-border-radius: 84px;
    border-radius: 84px;
    border: 0
}

.v53 {
    display: inline-block;
    vertical-align: top;
    overflow: visible
}

.ps1039 {
    position: relative;
    margin-left: 49px;
    margin-top: 148px
}

.z788 {
    z-index: 46;
    pointer-events: auto
}

.ps1040 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s926 {
    min-width: 0;
    width: 0;
    min-height: 0;
    height: 0
}

.m7 {
    padding: 0px 0px 0px 0px
}

.s927 {
    min-width: 46px;
    width: 0;
    height: 0
}

.mcv13 {
    display: none
}

.v54 {
    display: none
}

.ps1041 {
    position: relative;
    margin-left: 0;
    margin-top: 92px
}

.s928 {
    min-width: 46px;
    width: 46px;
    overflow: hidden;
    height: 26px
}

.z789 {
    pointer-events: auto
}

.p21 {
    text-indent: 0;
    padding-bottom: 0;
    padding-right: 0;
    text-align: center
}

.f203 {
    font-family: "Lato 2";
    font-size: 17px;
    font-size: calc(17px * var(--f));
    line-height: 1.295;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: transparent;
    background-color: initial;
    text-shadow: none
}

.v55 {
    display: inline-block;
    vertical-align: top
}

.ps1042 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.z790 {
    z-index: 9999
}

.mcv14 {
    display: inline-block
}

.c267 {
    border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #5789c1
}

.ps1043 {
    position: relative;
    margin-left: 0;
    margin-top: 23px
}

.s929 {
    min-width: 159px;
    width: 159px;
    overflow: hidden;
    height: 41px
}

.f204 {
    font-family: "Lato 2";
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.220;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.v56 {
    display: none
}

.ml7 {
    outline: 0
}

.ps1044 {
    position: relative;
    margin-left: 0;
    margin-top: 7px
}

.s930 {
    min-width: 450px;
    width: 450px;
    overflow: hidden;
    height: 41px
}

.ps1045 {
    position: relative;
    margin-left: 0;
    margin-top: 1px
}

.ps1046 {
    position: relative;
    margin-left: 160px;
    margin-top: -88px
}

.s931 {
    min-width: 256px;
    width: 256px;
    overflow: hidden;
    height: 41px
}

.ps1047 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s932 {
    min-width: 472px;
    width: 472px;
    overflow: hidden;
    height: 41px
}

.ps1048 {
    position: relative;
    margin-left: 0;
    margin-top: 1px
}

.ps1049 {
    position: relative;
    margin-left: 417px;
    margin-top: -88px
}

.s933 {
    min-width: 342px;
    width: 342px;
    overflow: hidden;
    height: 41px
}

.ps1050 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s934 {
    min-width: 429px;
    width: 429px;
    overflow: hidden;
    height: 41px
}

.ps1051 {
    position: relative;
    margin-left: 760px;
    margin-top: -88px
}

.s935 {
    min-width: 383px;
    width: 383px;
    overflow: hidden;
    height: 41px
}

.ps1052 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.ps1053 {
    position: relative;
    margin-left: 0;
    margin-top: 7px
}

.s936 {
    min-width: 477px;
    width: 477px;
    overflow: hidden;
    height: 41px
}

.ps1054 {
    position: relative;
    margin-left: 1144px;
    margin-top: -88px
}

.s937 {
    min-width: 185px;
    width: 185px;
    overflow: hidden;
    height: 41px
}

.ps1055 {
    position: relative;
    margin-left: 1330px;
    margin-top: -88px
}

.s938 {
    min-width: 108px;
    width: 108px;
    overflow: hidden;
    height: 41px
}

.ps1056 {
    position: relative;
    margin-left: 1439px;
    margin-top: -88px
}

.ps1057 {
    position: relative;
    margin-left: 1154px;
    margin-top: -236px
}

.z791 {
    z-index: 47
}

.s939 {
    min-width: 741px;
    width: 741px;
    min-height: 79px;
    line-height: 0
}

.z792 {
    z-index: 48;
    pointer-events: auto
}

.input74 {
    border: 1px solid #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.22);
    width: 741px;
    height: 79px;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 28px;
    line-height: 1.144;
    font-weight: 400;
    font-style: italic;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input74::placeholder {
    color: rgb(0, 0, 0);
    opacity: 1
}

.ps1058 {
    position: relative;
    margin-left: 674px;
    margin-top: -73px
}

.s940 {
    min-width: 64px;
    width: 64px;
    height: 55px;
    box-sizing: border-box
}

.c268 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    background-image: url(../images/t/search-svgrepo-com-2-.svg);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z793 {
    z-index: 49;
    pointer-events: auto
}

.a23 {
    transform: translateZ(1px);
    display: inline-block;
    width: 100%;
    height: 100%;
    z-index: 1
}

.c268:hover {
    background-color: rgba(10, 37, 134, 0.74);
    border-color: transparent;
    color: #fff;
    background-clip: padding-box
}

.c268:active {
    transition: initial
}

.ps1059 {
    position: relative;
    margin-top: -675px
}

.s941 {
    width: 100%;
    min-width: 1920px;
    min-height: 1195px;
    padding-bottom: 0
}

.c269 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-image: url(../images/0/screenshot-2025-06-08-at-11.32.49-am-640.jpg)
}

.z794 {
    z-index: 1;
    pointer-events: none
}

.webp .c269 {
    background-image: url(../images/a/screenshot-2025-06-08-at-11.32.49-am-640.webp)
}

.ps1060 {
    position: relative;
    margin-top: -1083px
}

.s942 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    height: 784px
}

.v57 {
    display: inline-block;
    vertical-align: top;
    pointer-events: auto
}

.ps1061 {
    position: relative;
    margin-left: 13px;
    margin-top: 0
}

.c270 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-image: -webkit-gradient(linear, 164deg, color-stop(0, rgba(10, 37, 134, 0.74)), color-stop(1, rgba(145, 6, 74, 0.72)));
    background-image: -o-linear-gradient(164deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: -webkit-linear-gradient(164deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: -ms-linear-gradient(164deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: linear-gradient(164deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%)
}

.z795 {
    z-index: 38;
    pointer-events: auto
}

.ps1062 {
    position: relative;
    margin-left: 1664px;
    margin-top: 15px
}

.z796 {
    z-index: 53
}

.i72 {
    position: absolute;
    left: 7px;
    min-width: 53px;
    max-width: 53px;
    min-height: 53px;
    max-height: 53px;
    top: 0;
    color: #fff
}

.v58 {
    display: inline-block;
    vertical-align: top;
    outline: 0
}

.ps1063 {
    position: relative;
    margin-left: 0;
    margin-top: 25px
}

.s943 {
    min-width: 1752px;
    height: 112px;
    box-sizing: border-box;
    width: 1752px;
    padding-right: 0
}

.c271 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-image: -webkit-gradient(linear, 166deg, color-stop(0, rgba(10, 37, 134, 0.74)), color-stop(1, rgba(74, 149, 169, 0.52)));
    background-image: -o-linear-gradient(166deg, rgba(10, 37, 134, 0.74) 0%, rgba(74, 149, 169, 0.52) 100%);
    background-image: -webkit-linear-gradient(166deg, rgba(10, 37, 134, 0.74) 0%, rgba(74, 149, 169, 0.52) 100%);
    background-image: -ms-linear-gradient(166deg, rgba(10, 37, 134, 0.74) 0%, rgba(74, 149, 169, 0.52) 100%);
    background-image: linear-gradient(166deg, rgba(10, 37, 134, 0.74) 0%, rgba(74, 149, 169, 0.52) 100%);
    color: #fff;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z797 {
    z-index: 54
}

.a24 {
    transform: translateZ(1px);
    display: inline-block;
    width: 100%;
    z-index: 1
}

.f205 {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 54px;
    font-size: calc(54px * var(--f));
    line-height: 1.242;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 23px;
    padding-bottom: 22px
}

.c271::before {
    background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
    background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-clip: content-box;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin-top: 0;
    margin-left: 0;
    z-index: -1;
    transition: opacity 0.2s linear
}

.c271:hover:before {
    opacity: 1
}

.c271:hover {
    background-color: transparent;
    border-color: transparent;
    color: #161616
}

.c271::after {
    background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
    background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-clip: content-box;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin-top: 0;
    margin-left: 0;
    top: 0;
    left: 0;
    z-index: -1;
    transition: opacity 0.2s linear
}

.c271:hover:after {
    opacity: 0
}

.c271:active:before {
    opacity: 1
}

.c271:active:after {
    opacity: 1;
    transition: initial
}

.c271:active {
    transition: initial;
    color: #a1a1a1
}

.ps1064 {
    position: relative;
    margin-left: 0;
    margin-top: 8px
}

.s944 {
    min-width: 1752px;
    width: 1752px;
    min-height: 171px;
    line-height: 0
}

.s945 {
    min-width: 1752px;
    height: 112px;
    box-sizing: border-box;
    width: 1752px;
    padding-right: 0
}

.z798 {
    z-index: 55;
    pointer-events: auto
}

.ps1065 {
    position: relative;
    margin-left: 0;
    margin-top: -53px
}

.s946 {
    min-width: 1752px;
    height: 112px;
    box-sizing: border-box;
    width: 1752px;
    padding-right: 0
}

.z799 {
    z-index: 56;
    pointer-events: auto
}

.ps1066 {
    position: relative;
    margin-left: 0;
    margin-top: -112px
}

.z800 {
    z-index: 57;
    pointer-events: auto
}

.ps1067 {
    position: relative;
    margin-left: 0;
    margin-top: -112px
}

.z801 {
    z-index: 58;
    pointer-events: auto
}

.ps1068 {
    position: relative;
    margin-left: 0;
    margin-top: -112px
}

.z802 {
    z-index: 59;
    pointer-events: auto
}

.ps1069 {
    position: relative;
    margin-left: 37px;
    margin-top: 0
}

.z803 {
    z-index: 60
}

.ps1070 {
    position: relative;
    margin-left: 32px;
    margin-top: 18px
}

.z804 {
    z-index: 61
}

.ps1071 {
    position: relative;
    margin-left: 32px;
    margin-top: 8px
}

.s947 {
    min-width: 1752px;
    height: 117px;
    box-sizing: border-box;
    width: 1752px;
    padding-right: 0
}

.z805 {
    z-index: 62
}

.f206 {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 54px;
    font-size: calc(54px * var(--f));
    line-height: 1.242;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 25px;
    padding-bottom: 25px
}

.c272 {
    display: block;
    position: relative;
    pointer-events: none;
    min-width: 1920px;
    width: 100%;
    overflow: hidden;
    margin-top: 325px;
    z-index: 52;
    min-height: 1170px
}

.ps1072 {
    position: relative;
    margin-top: 0
}

.s948 {
    width: 100%;
    min-width: 1920px;
    min-height: 1170px;
    padding-bottom: 0
}

.c273 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: transparent
}

.ps1073 {
    position: relative;
    margin-top: 63px
}

.s949 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 852px
}

.ps1074 {
    position: relative;
    margin-left: 929px;
    margin-top: 0
}

.s950 {
    min-width: 900px;
    width: 900px;
    min-height: 88px
}

.z806 {
    z-index: 64
}

.s951 {
    min-width: 794px;
    width: 794px;
    height: 88px
}

.z807 {
    z-index: 71;
    pointer-events: auto
}

.input75 {
    border: 1px solid #000;
    -webkit-border-radius: 44px 0 0 44px;
    -moz-border-radius: 44px 0 0 44px;
    border-radius: 44px 0 0 44px;
    background-color: #fff;
    width: 794px;
    height: 88px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 35px;
    line-height: 1.172;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input75::placeholder {
    color: rgb(22, 22, 22);
    opacity: 1
}

.ps1075 {
    position: relative;
    margin-left: 792px;
    margin-top: -88px
}

.s952 {
    min-width: 108px;
    width: 108px;
    height: 88px;
    box-sizing: border-box
}

.c274 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid #000;
    -webkit-border-radius: 0 40px 40px 0;
    -moz-border-radius: 0 40px 40px 0;
    border-radius: 0 40px 40px 0;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: contain;
    background-image: url(../images/0/search-icon-86.png);
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z808 {
    z-index: 72;
    pointer-events: auto
}

.webp .c274 {
    background-image: url(../images/0/search-icon-86.webp)
}

.c274:hover {
    background-color: #5789c1;
    border-color: transparent;
    color: #000;
    background-clip: padding-box
}

.c274:active {
    transition: initial;
    color: #a1a1a1;
    background-color: #06341d
}

.ps1076 {
    position: relative;
    margin-left: 19px;
    margin-top: 183px
}

.s953 {
    min-width: 1877px;
    width: 1877px;
    min-height: 581px
}

.z809 {
    z-index: 70
}

.ps1077 {
    position: relative;
    margin-left: 0;
    margin-top: 142px
}

.s954 {
    min-width: 132px;
    height: 214px;
    box-sizing: border-box;
    width: 128px;
    padding-right: 0
}

.c275 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 2px solid rgba(0, 0, 0, 0.56);
    background-clip: padding-box;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    background-color: rgba(0, 0, 0, 0.56);
    color: #fff;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear
}

.z810 {
    z-index: 69;
    pointer-events: auto
}

.f207 {
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    z-index: 1;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 102px;
    font-size: calc(102px * var(--f));
    line-height: 1.197;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 44px;
    padding-bottom: 44px
}

.c275:hover {
    background-color: #5789c1;
    border-color: #000;
    color: #000
}

.c275:active {
    transition: initial;
    background-color: #06341d;
    color: #a1a1a1
}

.ps1078 {
    position: relative;
    margin-left: 99px;
    margin-top: 0
}

.s955 {
    min-width: 398px;
    width: 398px;
    min-height: 581px
}

.c276 {
    border: 0;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    background-color: #000
}

.z811 {
    z-index: 65
}

.ps1079 {
    position: relative;
    margin-left: 117px;
    margin-top: 0
}

.z812 {
    z-index: 67
}

.ps1080 {
    position: relative;
    margin-left: 109px;
    margin-top: 0
}

.z813 {
    z-index: 68
}

.ps1081 {
    position: relative;
    margin-left: 94px;
    margin-top: 142px
}

.z814 {
    z-index: 66;
    pointer-events: auto
}

.f208 {
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    z-index: 1;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 102px;
    font-size: calc(102px * var(--f));
    line-height: 1.197;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    direction: rtl;
    cursor: pointer;
    padding-top: 44px;
    padding-bottom: 44px
}

.s956 {
    width: 100%;
    min-width: 1920px;
    min-height: 3277px;
    padding-bottom: 0
}

.z815 {
    z-index: 73;
    pointer-events: none
}

.ps1082 {
    position: relative;
    margin-top: 48px
}

.s957 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 3181px
}

.s958 {
    min-width: 1920px;
    width: 1920px;
    height: 3181px
}

.wrapper5 {
    font-size: 15px;
    line-height: 1.4;
    height: 3181px
}

.wrapper5 div,
.wrapper5 p,
.wrapper5 a {
    font-size: 15px;
    line-height: 1.4
}

.wrapper5 input {
    font-size: 15px;
    line-height: 1.4;
    margin: 3px 2px 3px 2px
}

.ps1083 {
    position: relative;
    margin-top: 18px
}

.s959 {
    width: 100%;
    min-width: 1920px;
    height: 830px;
    padding-bottom: 0
}

.c277 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #000
}

.z816 {
    z-index: 63;
    pointer-events: none
}

.ps1084 {
    position: relative;
    margin-top: 0
}

.s960 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 776px
}

.ps1085 {
    position: relative;
    margin-left: 50px;
    margin-top: 0
}

.ps1086 {
    position: relative;
    margin-left: 0;
    margin-top: 33px
}

.z817 {
    z-index: 3;
    pointer-events: auto
}

.i73 {
    position: absolute;
    left: 10px;
    width: 181px;
    height: 178px;
    top: 0;
    -webkit-border-radius: 89px;
    -moz-border-radius: 89px;
    border-radius: 89px;
    box-shadow: 0 3px 40px 5px rgba(0, 0, 0, 0.22);
    border: 0
}

.ps1087 {
    position: relative;
    margin-left: 194px;
    margin-top: 33px
}

.s961 {
    min-width: 346px;
    width: 346px;
    overflow: hidden;
    height: 66px
}

.z818 {
    z-index: 4;
    pointer-events: auto
}

.f209 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 41px;
    font-size: calc(41px * var(--f));
    line-height: 1.391;
    font-weight: 700;
    font-style: italic;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps1088 {
    position: relative;
    margin-left: -341px;
    margin-top: 0
}

.s962 {
    min-width: 737px;
    width: 737px;
    min-height: 368px;
    line-height: 0
}

.ps1089 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.z819 {
    z-index: 14
}

.z820 {
    z-index: 21
}

.s963 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 42px
}

.z821 {
    z-index: 22;
    pointer-events: auto
}

.f210 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.126;
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps1090 {
    position: relative;
    margin-left: 0;
    margin-top: 9px
}

.s964 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 40px
}

.z822 {
    z-index: 23;
    pointer-events: auto
}

.f211 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.001;
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps1091 {
    position: relative;
    margin-left: 3px;
    margin-top: 8px
}

.s965 {
    min-width: 338px;
    width: 338px;
    overflow: hidden;
    height: 48px
}

.z823 {
    z-index: 24;
    pointer-events: auto
}

.ps1092 {
    position: relative;
    margin-left: 0;
    margin-top: 8px
}

.s966 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 46px
}

.z824 {
    z-index: 25;
    pointer-events: auto
}

.ps1093 {
    position: relative;
    margin-left: 0;
    margin-top: 9px
}

.s967 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 45px
}

.z825 {
    z-index: 26;
    pointer-events: auto
}

.ps1094 {
    position: relative;
    margin-left: 0;
    margin-top: 7px
}

.s968 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 48px
}

.z826 {
    z-index: 27;
    pointer-events: auto
}

.ps1095 {
    position: relative;
    margin-left: 0;
    margin-top: 7px
}

.s969 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 51px
}

.z827 {
    z-index: 28;
    pointer-events: auto
}

.ps1096 {
    position: relative;
    margin-left: 40px;
    margin-top: 2px
}

.s970 {
    min-width: 355px;
    width: 355px;
    min-height: 308px;
    line-height: 0
}

.ps1097 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s971 {
    min-width: 350px;
    width: 350px;
    overflow: hidden;
    height: 40px
}

.z828 {
    z-index: 15;
    pointer-events: auto
}

.ps1098 {
    position: relative;
    margin-left: 0;
    margin-top: 6px
}

.s972 {
    min-width: 352px;
    width: 352px;
    overflow: hidden;
    height: 43px
}

.z829 {
    z-index: 16;
    pointer-events: auto
}

.ps1099 {
    position: relative;
    margin-left: 0;
    margin-top: 8px
}

.s973 {
    min-width: 352px;
    width: 352px;
    overflow: hidden;
    height: 46px
}

.z830 {
    z-index: 17;
    pointer-events: auto
}

.ps1100 {
    position: relative;
    margin-left: 0;
    margin-top: 10px
}

.s974 {
    min-width: 350px;
    width: 350px;
    overflow: hidden;
    height: 46px
}

.z831 {
    z-index: 18;
    pointer-events: auto
}

.ps1101 {
    position: relative;
    margin-left: 0;
    margin-top: 63px
}

.s975 {
    min-width: 355px;
    width: 355px;
    overflow: hidden;
    height: 46px
}

.z832 {
    z-index: 20;
    pointer-events: auto
}

.f212 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.126;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps1102 {
    position: relative;
    margin-left: 383px;
    margin-top: -158px
}

.s976 {
    min-width: 354px;
    width: 354px;
    overflow: hidden;
    height: 45px
}

.z833 {
    z-index: 19;
    pointer-events: auto
}

.ps1103 {
    position: relative;
    margin-left: 0;
    margin-top: -248px
}

.s977 {
    min-width: 733px;
    width: 733px;
    min-height: 5px;
    -ms-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.c278 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: rgba(28, 92, 132, 0.62)
}

.z834 {
    z-index: 7
}

.ps1104 {
    position: relative;
    margin-left: 86px;
    margin-top: 0
}

.z835 {
    z-index: 29
}

.ps1105 {
    position: relative;
    margin-left: 1px;
    margin-top: 0
}

.s978 {
    min-width: 438px;
    width: 438px;
    overflow: hidden;
    height: 53px
}

.z836 {
    z-index: 30;
    pointer-events: auto
}

.ps1106 {
    position: relative;
    margin-left: 1px;
    margin-top: 0
}

.s979 {
    min-width: 438px;
    width: 438px;
    overflow: hidden;
    height: 51px
}

.z837 {
    z-index: 31;
    pointer-events: auto
}

.ps1107 {
    position: relative;
    margin-left: 1px;
    margin-top: 2px
}

.s980 {
    min-width: 438px;
    width: 438px;
    overflow: hidden;
    height: 53px
}

.z838 {
    z-index: 32;
    pointer-events: auto
}

.f213 {
    font-family: "Lato 2";
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.220;
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps1108 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s981 {
    min-width: 440px;
    width: 440px;
    overflow: hidden;
    height: 48px
}

.z839 {
    z-index: 33;
    pointer-events: auto
}

.ps1109 {
    position: relative;
    margin-left: 0;
    margin-top: 3px
}

.s982 {
    min-width: 440px;
    width: 440px;
    overflow: hidden;
    height: 50px
}

.z840 {
    z-index: 34;
    pointer-events: auto
}

.ps1110 {
    position: relative;
    margin-left: 0;
    margin-top: 1px
}

.s983 {
    min-width: 440px;
    width: 440px;
    overflow: hidden;
    height: 53px
}

.z841 {
    z-index: 35;
    pointer-events: auto
}

.ps1111 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s984 {
    min-width: 440px;
    width: 440px;
    overflow: hidden;
    height: 51px
}

.z842 {
    z-index: 36;
    pointer-events: auto
}

.ps1112 {
    position: relative;
    margin-left: 1px;
    margin-top: 0
}

.s985 {
    min-width: 438px;
    width: 438px;
    overflow: hidden;
    height: 50px
}

.z843 {
    z-index: 37;
    pointer-events: auto
}

.ps1113 {
    position: relative;
    margin-left: 1225px;
    margin-top: -382px
}

.s986 {
    min-width: 606px;
    width: 606px;
    min-height: 90px;
    line-height: 0
}

.ps1114 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s987 {
    min-width: 518px;
    width: 518px;
    overflow: hidden;
    height: 66px
}

.z844 {
    z-index: 5;
    pointer-events: auto
}

.f214 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 38px;
    font-size: calc(38px * var(--f));
    line-height: 1.606;
    font-weight: 700;
    font-style: italic;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps1115 {
    position: relative;
    margin-left: 0;
    margin-top: 19px
}

.s988 {
    min-width: 606px;
    width: 606px;
    min-height: 5px;
    -ms-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.z845 {
    z-index: 6
}

.ps1116 {
    position: relative;
    margin-left: 778px;
    margin-top: 161px
}

.z846 {
    z-index: 9;
    pointer-events: auto
}

.ps1117 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.z847 {
    z-index: 11;
    pointer-events: auto
}

.i74 {
    position: absolute;
    left: 0;
    width: 110px;
    height: 96px;
    top: 0;
    border: 0
}

.ps1118 {
    position: relative;
    margin-left: -10px;
    margin-top: 0
}

.z848 {
    z-index: 12;
    pointer-events: auto
}

.i75 {
    position: absolute;
    left: 0;
    width: 102px;
    height: 90px;
    top: 0;
    border: 0
}

.ps1119 {
    position: relative;
    margin-left: 4px;
    margin-top: 11px
}

.z849 {
    z-index: 13;
    pointer-events: auto
}

.i76 {
    position: absolute;
    left: 11px;
    width: 67px;
    height: 67px;
    top: 0;
    border: 0
}

.ps1120 {
    position: relative;
    margin-left: 138px;
    margin-top: 0
}

.s989 {
    min-width: 1667px;
    width: 1667px;
    min-height: 8px;
    -ms-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.z850 {
    z-index: 8
}

.ps1121 {
    position: relative;
    margin-left: 146px;
    margin-top: 16px
}

.s990 {
    min-width: 1669px;
    width: 1669px;
    overflow: hidden;
    height: 80px
}

.z851 {
    z-index: 10;
    pointer-events: auto
}

.f215 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 24px;
    font-size: calc(24px * var(--f));
    line-height: 1.584;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps1122 {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    margin-left: var(--sw);
    width: 100%;
    width: calc(100% - var(--sw));
    overflow: hidden;
    height: 100vh;
    height: calc(100vh + env(safe-area-inset-bottom));
    z-index: 2146435072;
    background-color: rgba(0, 0, 0, 0.75);
    pointer-events: auto;
    opacity: 0
}

.ps1123 {
    margin-left: auto;
    margin-right: auto;
    width: 1920px;
    pointer-events: none
}

.ps1124 {
    position: relative;
    margin-left: 32px;
    margin-top: 80px;
    margin-bottom: 80px
}

.s991 {
    min-width: 1571px;
    width: 1571px;
    height: calc(100vh - 160px);
    height: calc(var(--vh, 1vh) * 100 - 160px);
}

.c279 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(87, 137, 193)));
    background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(87, 137, 193) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(87, 137, 193) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(87, 137, 193) 100%);
    background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(87, 137, 193) 100%);
    pointer-events: auto
}

.c280 {
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    height: 100%;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.c281 {
    margin-top: max(calc(50vh - 677px), 0px);
    margin-top: max(calc(var(--vh, 1vh) * 50 - 677px), 0px);
    height: 1194px
}

.ps1125 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s992 {
    min-width: 1571px;
    width: 1571px;
    height: 1194px
}

.z852 {
    z-index: 51
}

.wrapper6 {
    font-size: 15px;
    line-height: 1.4;
    height: 1194px
}

.wrapper6 div,
.wrapper6 p,
.wrapper6 a {
    font-size: 15px;
    line-height: 1.4
}

.wrapper6 input {
    font-size: 15px;
    line-height: 1.4;
    margin: 3px 2px 3px 2px
}

.ps1126 {
    position: relative;
    margin-left: 1493px;
    margin-top: -1183px
}

.s993 {
    min-width: 62px;
    width: 62px;
    height: 66px;
    box-sizing: border-box
}

.c282 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 31px;
    -moz-border-radius: 31px;
    border-radius: 31px;
    background-color: transparent;
    background-image: url(../images/l/close.svg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z853 {
    z-index: 50
}

.c282:hover {
    background-color: #06341d;
    border-color: transparent;
    color: #161616;
    background-clip: padding-box
}

.c282:active {
    transition: initial;
    color: #a1a1a1
}

.s994 {
    width: 100%;
    width: calc(100% - var(--sw));
    min-width: 1920px;
    min-height: 107px
}

.c283 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #a1a1a1
}

.z854 {
    z-index: 76;
    pointer-events: none
}

.ps1127 {
    position: relative;
    margin-top: 22px
}

.s995 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 62px
}

.ps1128 {
    position: relative;
    margin-left: 1365px;
    margin-top: 0
}

.s996 {
    min-width: 254px;
    height: 62px;
    box-sizing: border-box;
    width: 254px;
    padding-right: 0
}

.c284 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #161616;
    color: #a1a1a1;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear
}

.f216 {
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    z-index: 1;
    font-family: "Hanken Grotesk 3";
    font-size: 22px;
    font-size: calc(22px * var(--f));
    line-height: 1.319;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 17px;
    padding-bottom: 16px
}

.c284:hover {
    background-color: #06341d;
    background-clip: padding-box;
    color: #161616
}

.c284:active {
    transition: initial;
    color: #a1a1a1
}

.ps1129 {
    position: relative;
    margin-left: 24px;
    margin-top: 0
}

.c285 {
    display: inline-block;
    position: relative;
    margin-left: 0;
    margin-top: 0
}

body {
    --d: 0;
    --s: 1920
}

@media (min-width:1200px) and (max-width:1919px) {
    .c263 {
        min-width: 1200px;
        min-height: 679px
    }

    .s920 {
        min-width: 1200px;
        height: 256px
    }

    .ps1028 {
        margin-top: 7px
    }

    .s921 {
        width: 1200px;
        min-height: 42px
    }

    .ps1029 {
        margin-left: 41px
    }

    .ps1030 {
        margin-top: 8px
    }

    .i68 {
        left: 3px;
        min-width: 25px;
        max-width: 25px;
        min-height: 25px;
        max-height: 25px
    }

    .ps1031 {
        margin-left: 11px;
        margin-top: 8px
    }

    .s922 {
        min-width: 172px;
        width: 172px;
        height: 25px
    }

    .f202 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .ps1032 {
        margin-left: 26px;
        margin-top: 8px
    }

    .i69 {
        left: 10px;
        min-width: 25px;
        max-width: 25px;
        min-height: 25px;
        max-height: 25px
    }

    .ps1033 {
        margin-left: -1px;
        margin-top: 8px
    }

    .s923 {
        min-width: 279px;
        width: 279px;
        height: 25px
    }

    .ps1034 {
        margin-left: 539px
    }

    .i70 {
        width: 42px;
        height: 42px
    }

    .ps1035 {
        margin-top: 4px
    }

    .s924 {
        min-height: 203px
    }

    .ps1036 {
        margin-top: -176px
    }

    .s925 {
        width: 1200px;
        min-height: 167px
    }

    .ps1037 {
        margin-left: 27px
    }

    .ps1038 {
        margin-top: 6px
    }

    .i71 {
        width: 358px;
        height: 79px;
        top: 2px;
        -webkit-border-radius: 42px;
        -moz-border-radius: 42px;
        border-radius: 42px
    }

    .ps1039 {
        margin-left: 46px;
        margin-top: 41px
    }

    .s927 {
        min-width: 30px
    }

    .ps1041 {
        margin-top: 56px
    }

    .s928 {
        min-width: 30px;
        width: 30px;
        height: 18px
    }

    .f203 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.365
    }

    .ps1043 {
        margin-top: 5px
    }

    .s929 {
        min-width: 117px;
        width: 117px;
        height: 26px
    }

    .f204 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201
    }

    .ps1044 {
        margin-top: 4px
    }

    .s930 {
        min-width: 281px;
        width: 281px;
        height: 26px
    }

    .ps1046 {
        margin-left: 119px;
        margin-top: -36px
    }

    .s931 {
        min-width: 178px;
        width: 178px;
        height: 26px
    }

    .s932 {
        min-width: 295px;
        width: 295px;
        height: 26px
    }

    .ps1049 {
        margin-left: 299px;
        margin-top: -36px
    }

    .s933 {
        min-width: 231px;
        width: 231px;
        height: 26px
    }

    .s934 {
        min-width: 268px;
        width: 268px;
        height: 26px
    }

    .ps1051 {
        margin-left: 532px;
        margin-top: -36px
    }

    .s935 {
        min-width: 257px;
        width: 257px;
        height: 26px
    }

    .ps1053 {
        margin-top: 4px
    }

    .s936 {
        min-width: 298px;
        width: 298px;
        height: 26px
    }

    .ps1054 {
        margin-left: 791px;
        margin-top: -36px
    }

    .s937 {
        min-width: 133px;
        width: 133px;
        height: 26px
    }

    .ps1055 {
        margin-left: 926px;
        margin-top: -36px
    }

    .s938 {
        min-width: 85px;
        width: 85px;
        height: 26px
    }

    .ps1056 {
        margin-left: 1013px;
        margin-top: -36px
    }

    .ps1057 {
        margin-left: 700px;
        margin-top: -167px
    }

    .s939 {
        min-width: 464px;
        width: 464px;
        min-height: 49px
    }

    .input74 {
        width: 464px;
        height: 49px;
        font-size: 18px;
        line-height: 1.168
    }

    .ps1058 {
        margin-left: 431px;
        margin-top: -41px
    }

    .s940 {
        min-width: 27px;
        width: 27px;
        height: 33px
    }

    .ps1059 {
        margin-top: -412px
    }

    .s941 {
        min-width: 1200px;
        min-height: 747px
    }

    .ps1060 {
        margin-top: -727px
    }

    .s942 {
        width: 1200px;
        height: 490px
    }

    .ps1061 {
        margin-left: 8px
    }

    .ps1062 {
        margin-left: 1040px;
        margin-top: 9px
    }

    .i72 {
        left: 5px;
        min-width: 33px;
        max-width: 33px;
        min-height: 33px;
        max-height: 33px
    }

    .ps1063 {
        margin-top: 16px
    }

    .s943 {
        min-width: 1095px;
        height: 70px;
        width: 1095px
    }

    .f205 {
        font-size: 34px;
        font-size: calc(34px * var(--f));
        line-height: 1.207;
        padding-top: 15px;
        padding-bottom: 14px
    }

    .c271::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c271:hover:before {
        opacity: 1
    }

    .c271::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c271:hover:after {
        opacity: 0
    }

    .c271:active:before {
        opacity: 1
    }

    .c271:active:after {
        opacity: 1;
        transition: initial
    }

    .ps1064 {
        margin-top: 5px
    }

    .s944 {
        min-width: 1095px;
        width: 1095px;
        min-height: 107px
    }

    .s945 {
        min-width: 1095px;
        height: 70px;
        width: 1095px
    }

    .ps1065 {
        margin-top: -33px
    }

    .s946 {
        min-width: 1095px;
        height: 70px;
        width: 1095px
    }

    .ps1066 {
        margin-top: -70px
    }

    .ps1067 {
        margin-top: -70px
    }

    .ps1068 {
        margin-top: -70px
    }

    .ps1069 {
        margin-left: 23px
    }

    .ps1070 {
        margin-left: 20px;
        margin-top: 11px
    }

    .ps1071 {
        margin-left: 20px;
        margin-top: 5px
    }

    .s947 {
        min-width: 1095px;
        height: 73px;
        width: 1095px
    }

    .f206 {
        font-size: 34px;
        font-size: calc(34px * var(--f));
        line-height: 1.207;
        padding-top: 16px;
        padding-bottom: 16px
    }

    .c272 {
        min-width: 1200px;
        margin-top: 253px;
        min-height: 731px
    }

    .s948 {
        min-width: 1200px;
        min-height: 731px
    }

    .ps1073 {
        margin-top: 39px
    }

    .s949 {
        width: 1200px;
        min-height: 533px
    }

    .ps1074 {
        margin-left: 580px
    }

    .s950 {
        min-width: 563px;
        width: 563px;
        min-height: 56px
    }

    .s951 {
        min-width: 497px;
        width: 497px;
        height: 56px
    }

    .input75 {
        -webkit-border-radius: 28px 0 0 28px;
        -moz-border-radius: 28px 0 0 28px;
        border-radius: 28px 0 0 28px;
        width: 497px;
        height: 56px;
        font-size: 22px;
        line-height: 1.228
    }

    .ps1075 {
        margin-left: 495px;
        margin-top: -56px
    }

    .s952 {
        min-width: 68px;
        width: 68px;
        height: 56px
    }

    .c274 {
        -webkit-border-radius: 0 28px 28px 0;
        -moz-border-radius: 0 28px 28px 0;
        border-radius: 0 28px 28px 0;
        background-image: url(../images/0/search-icon-54.png)
    }

    .webp .c274 {
        background-image: url(../images/l/search-icon-54.webp)
    }

    .ps1076 {
        margin-left: 11px;
        margin-top: 114px
    }

    .s953 {
        min-width: 1175px;
        width: 1175px;
        min-height: 363px
    }

    .ps1077 {
        margin-top: 88px
    }

    .s954 {
        min-width: 84px;
        height: 135px;
        width: 80px
    }

    .f207 {
        font-size: 64px;
        font-size: calc(64px * var(--f));
        line-height: 1.204;
        padding-top: 27px;
        padding-bottom: 27px
    }

    .ps1078 {
        margin-left: 61px
    }

    .s955 {
        min-width: 249px;
        width: 249px;
        min-height: 363px
    }

    .ps1079 {
        margin-left: 73px
    }

    .ps1080 {
        margin-left: 68px
    }

    .ps1081 {
        margin-left: 58px;
        margin-top: 88px
    }

    .f208 {
        font-size: 64px;
        font-size: calc(64px * var(--f));
        line-height: 1.204;
        padding-top: 27px;
        padding-bottom: 27px
    }

    .s956 {
        min-width: 1200px;
        min-height: 2048px
    }

    .ps1082 {
        margin-top: 30px
    }

    .s957 {
        width: 1200px;
        min-height: 1988px
    }

    .s958 {
        min-width: 1200px;
        width: 1200px;
        height: 1988px
    }

    .wrapper5 {
        height: 1988px
    }

    .s959 {
        min-width: 1200px;
        height: 519px
    }

    .ps1084 {
        margin-top: 21px
    }

    .s960 {
        width: 1200px;
        min-height: 464px
    }

    .ps1085 {
        margin-left: 31px
    }

    .ps1086 {
        margin-top: 0
    }

    .i73 {
        left: 7px;
        width: 113px;
        height: 111px;
        -webkit-border-radius: 56px;
        -moz-border-radius: 56px;
        border-radius: 56px
    }

    .ps1087 {
        margin-left: 122px;
        margin-top: 0
    }

    .s961 {
        min-width: 216px;
        width: 216px;
        height: 41px
    }

    .f209 {
        font-size: 26px;
        font-size: calc(26px * var(--f));
        line-height: 1.386
    }

    .ps1088 {
        margin-left: -213px;
        margin-top: 54px
    }

    .s962 {
        min-width: 482px;
        width: 482px;
        min-height: 236px
    }

    .ps1089 {
        margin-top: 6px
    }

    .s963 {
        min-width: 213px;
        width: 213px;
        height: 26px
    }

    .f210 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f210:visited {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f210:hover {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f210:active {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .ps1090 {
        margin-top: 6px
    }

    .s964 {
        min-width: 213px;
        width: 213px;
        height: 25px
    }

    .f211 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.051
    }

    .f211:visited {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.051
    }

    .f211:hover {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.051
    }

    .f211:active {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.051
    }

    .ps1091 {
        margin-left: 2px;
        margin-top: 5px
    }

    .s965 {
        min-width: 211px;
        width: 211px;
        height: 30px
    }

    .ps1092 {
        margin-top: 5px
    }

    .s966 {
        min-width: 213px;
        width: 213px;
        height: 29px
    }

    .ps1093 {
        margin-top: 5px
    }

    .s967 {
        min-width: 213px;
        width: 213px;
        height: 28px
    }

    .ps1094 {
        margin-top: 5px
    }

    .s968 {
        min-width: 213px;
        width: 213px;
        height: 30px
    }

    .ps1095 {
        margin-top: 4px
    }

    .s969 {
        min-width: 213px;
        width: 213px;
        height: 32px
    }

    .ps1096 {
        margin-left: 25px;
        margin-top: 1px
    }

    .s970 {
        min-width: 222px;
        width: 222px;
        min-height: 193px
    }

    .s971 {
        min-width: 219px;
        width: 219px;
        height: 25px
    }

    .ps1098 {
        margin-top: 4px
    }

    .s972 {
        min-width: 220px;
        width: 220px;
        height: 27px
    }

    .ps1099 {
        margin-top: 5px
    }

    .s973 {
        min-width: 220px;
        width: 220px;
        height: 29px
    }

    .ps1100 {
        margin-top: 6px
    }

    .s974 {
        min-width: 219px;
        width: 219px;
        height: 29px
    }

    .ps1101 {
        margin-top: 39px
    }

    .s975 {
        min-width: 222px;
        width: 222px;
        height: 29px
    }

    .f212 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f212:visited {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f212:hover {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f212:active {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .ps1102 {
        margin-left: 239px;
        margin-top: -99px
    }

    .s976 {
        min-width: 243px;
        width: 243px;
        height: 42px
    }

    .ps1103 {
        margin-top: -236px
    }

    .s977 {
        min-width: 458px;
        width: 458px;
        min-height: 3px
    }

    .ps1104 {
        margin-left: 32px;
        margin-top: 62px
    }

    .s978 {
        min-width: 274px;
        width: 274px;
        height: 33px
    }

    .s979 {
        min-width: 274px;
        width: 274px;
        height: 32px
    }

    .ps1107 {
        margin-top: 1px
    }

    .s980 {
        min-width: 274px;
        width: 274px;
        height: 33px
    }

    .f213 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201
    }

    .f213:visited {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201
    }

    .f213:hover {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201
    }

    .f213:active {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201
    }

    .s981 {
        min-width: 275px;
        width: 275px;
        height: 30px
    }

    .ps1109 {
        margin-top: 2px
    }

    .s982 {
        min-width: 275px;
        width: 275px;
        height: 31px
    }

    .s983 {
        min-width: 275px;
        width: 275px;
        height: 33px
    }

    .s984 {
        min-width: 275px;
        width: 275px;
        height: 32px
    }

    .s985 {
        min-width: 274px;
        width: 274px;
        height: 31px
    }

    .ps1113 {
        margin-left: 766px;
        margin-top: -321px
    }

    .s986 {
        min-width: 379px;
        width: 379px;
        min-height: 56px
    }

    .s987 {
        min-width: 324px;
        width: 324px;
        height: 41px
    }

    .f214 {
        font-size: 24px;
        font-size: calc(24px * var(--f));
        line-height: 1.584
    }

    .ps1115 {
        margin-top: 12px
    }

    .s988 {
        min-width: 379px;
        width: 379px;
        min-height: 3px
    }

    .ps1116 {
        margin-left: 486px;
        margin-top: 6px
    }

    .i74 {
        width: 112px;
        height: 72px
    }

    .i75 {
        width: 104px;
        height: 67px
    }

    .ps1119 {
        margin-top: 8px
    }

    .i76 {
        left: 15px;
        width: 59px;
        height: 59px
    }

    .ps1120 {
        margin-left: 86px
    }

    .s989 {
        min-width: 1042px;
        width: 1042px;
        min-height: 5px
    }

    .ps1121 {
        margin-left: 91px;
        margin-top: 10px
    }

    .s990 {
        min-width: 1043px;
        width: 1043px;
        height: 50px
    }

    .f215 {
        font-size: 15px;
        font-size: calc(15px * var(--f));
        line-height: 1.601
    }

    .ps1123 {
        width: 1200px
    }

    .ps1124 {
        margin-left: 20px;
        margin-top: 50px;
        margin-bottom: 50px
    }

    .s991 {
        min-width: 982px;
        width: 982px;
        height: calc(100vh - 100px);
        height: calc(var(--vh, 1vh) * 100 - 100px);
    }

    .c281 {
        margin-top: max(calc(50vh - 423px), 0px);
        margin-top: max(calc(var(--vh, 1vh) * 50 - 423px), 0px);
        height: 746px
    }

    .s992 {
        min-width: 982px;
        width: 982px;
        height: 746px
    }

    .wrapper6 {
        height: 746px
    }

    .ps1126 {
        margin-left: 933px;
        margin-top: -739px
    }

    .s993 {
        min-width: 39px;
        width: 39px;
        height: 41px
    }

    .c282 {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px
    }

    .s994 {
        min-width: 1200px;
        min-height: 67px
    }

    .ps1127 {
        margin-top: 14px
    }

    .s995 {
        width: 1200px;
        min-height: 39px
    }

    .ps1128 {
        margin-left: 853px
    }

    .s996 {
        min-width: 159px;
        height: 39px;
        width: 159px
    }

    .f216 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.287;
        padding-top: 11px;
        padding-bottom: 10px
    }

    .ps1129 {
        margin-left: 15px
    }

    body {
        --d: 1;
        --s: 1200
    }
}

@media (min-width:960px) and (max-width:1199px) {
    .c263 {
        min-width: 960px;
        min-height: 471px
    }

    .s920 {
        min-width: 960px;
        height: 233px
    }

    .ps1028 {
        margin-top: 5px
    }

    .s921 {
        width: 960px;
        min-height: 49px
    }

    .ps1029 {
        margin-left: 188px
    }

    .ps1030 {
        margin-top: 4px
    }

    .i68 {
        left: 0;
        min-width: 24px;
        max-width: 24px;
        min-height: 24px;
        max-height: 24px
    }

    .ps1031 {
        margin-left: 14px;
        margin-top: 4px
    }

    .s922 {
        min-width: 146px;
        width: 146px;
        height: 25px
    }

    .f202 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.188
    }

    .ps1032 {
        margin-left: 36px;
        margin-top: 0
    }

    .i69 {
        left: 4px;
        min-width: 32px;
        max-width: 32px;
        min-height: 32px;
        max-height: 32px
    }

    .ps1033 {
        margin-left: 7px;
        margin-top: 4px
    }

    .s923 {
        min-width: 228px;
        width: 228px;
        height: 25px
    }

    .ps1034 {
        margin-left: 224px;
        margin-top: 7px
    }

    .i70 {
        left: 1px;
        width: 42px;
        height: 42px
    }

    .ps1035 {
        margin-top: 22px
    }

    .s924 {
        min-height: 157px
    }

    .ps1036 {
        margin-top: -156px
    }

    .s925 {
        width: 960px;
        min-height: 130px
    }

    .ps1038 {
        margin-top: 0
    }

    .i71 {
        width: 261px;
        height: 57px;
        top: 11px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        border-radius: 40px
    }

    .ps1039 {
        margin-left: 132px;
        margin-top: 15px
    }

    .s927 {
        min-width: 22px
    }

    .ps1041 {
        margin-top: 45px
    }

    .s928 {
        min-width: 22px;
        width: 22px;
        height: 14px
    }

    .f203 {
        font-size: 8px;
        font-size: calc(8px * var(--f));
        line-height: 1.376
    }

    .ps1043 {
        margin-top: 8px
    }

    .s929 {
        min-width: 79px;
        width: 79px;
        height: 19px
    }

    .f204 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .ps1044 {
        margin-top: 1px
    }

    .s930 {
        min-width: 205px;
        width: 205px;
        height: 19px
    }

    .ps1046 {
        margin-left: 80px;
        margin-top: -36px
    }

    .s931 {
        min-width: 122px;
        width: 122px;
        height: 19px
    }

    .s932 {
        min-width: 215px;
        width: 215px;
        height: 19px
    }

    .ps1049 {
        margin-left: 203px;
        margin-top: -36px
    }

    .s933 {
        min-width: 159px;
        width: 159px;
        height: 19px
    }

    .s934 {
        min-width: 200px;
        width: 200px;
        height: 19px
    }

    .ps1051 {
        margin-left: 363px;
        margin-top: -36px
    }

    .s935 {
        min-width: 177px;
        width: 177px;
        height: 19px
    }

    .ps1053 {
        margin-top: 1px
    }

    .s936 {
        min-width: 238px;
        width: 238px;
        height: 19px
    }

    .ps1054 {
        margin-left: 541px;
        margin-top: -36px
    }

    .s937 {
        min-width: 91px;
        width: 91px;
        height: 19px
    }

    .ps1055 {
        margin-left: 633px;
        margin-top: -36px
    }

    .s938 {
        min-width: 57px;
        width: 57px;
        height: 19px
    }

    .ps1056 {
        margin-left: 691px;
        margin-top: -36px
    }

    .ps1057 {
        margin-left: 604px;
        margin-top: -112px
    }

    .s939 {
        min-width: 347px;
        width: 347px;
        min-height: 40px
    }

    .input74 {
        width: 347px;
        height: 40px;
        font-size: 14px;
        font-style: normal
    }

    .ps1058 {
        margin-left: 318px;
        margin-top: -34px
    }

    .s940 {
        min-width: 24px;
        width: 24px;
        height: 29px
    }

    .ps1059 {
        margin-top: -238px
    }

    .s941 {
        min-width: 960px;
        min-height: 638px
    }

    .ps1060 {
        margin-top: -600px
    }

    .s942 {
        width: 960px;
        height: 80px
    }

    .ps1061 {
        margin-left: 0
    }

    .ps1062 {
        margin-left: 860px;
        margin-top: 16px
    }

    .i72 {
        left: 0;
        min-width: 16px;
        max-width: 16px;
        min-height: 16px;
        max-height: 16px
    }

    .ps1063 {
        margin-top: -8px
    }

    .s943 {
        min-width: 882px;
        height: 56px;
        width: 882px
    }

    .f205 {
        font-size: 27px;
        font-size: calc(27px * var(--f));
        line-height: 1.223;
        padding-top: 12px;
        padding-bottom: 11px
    }

    .c271::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c271:hover:before {
        opacity: 1
    }

    .c271::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c271:hover:after {
        opacity: 0
    }

    .c271:active:before {
        opacity: 1
    }

    .c271:active:after {
        opacity: 1;
        transition: initial
    }

    .ps1064 {
        margin-top: -56px
    }

    .s944 {
        min-width: 882px;
        width: 882px;
        min-height: 56px
    }

    .s945 {
        min-width: 882px;
        height: 56px;
        width: 882px
    }

    .ps1065 {
        margin-top: -56px
    }

    .s946 {
        min-width: 882px;
        height: 56px;
        width: 882px
    }

    .ps1066 {
        margin-top: -56px
    }

    .ps1067 {
        margin-top: -56px
    }

    .ps1068 {
        margin-top: -56px
    }

    .ps1069 {
        margin-left: 0;
        margin-top: -56px
    }

    .ps1070 {
        margin-left: 0;
        margin-top: -56px
    }

    .ps1071 {
        margin-left: 0;
        margin-top: -59px
    }

    .s947 {
        min-width: 882px;
        height: 59px;
        width: 882px
    }

    .f206 {
        font-size: 27px;
        font-size: calc(27px * var(--f));
        line-height: 1.223;
        padding-top: 13px;
        padding-bottom: 13px
    }

    .c272 {
        min-width: 960px;
        margin-top: 533px;
        min-height: 585px
    }

    .s948 {
        min-width: 960px;
        min-height: 585px
    }

    .ps1073 {
        margin-top: 31px
    }

    .s949 {
        width: 960px;
        min-height: 426px
    }

    .ps1074 {
        margin-left: 464px
    }

    .s950 {
        min-width: 451px;
        width: 451px;
        min-height: 45px
    }

    .s951 {
        min-width: 398px;
        width: 398px;
        height: 45px
    }

    .input75 {
        -webkit-border-radius: 23px 0 0 23px;
        -moz-border-radius: 23px 0 0 23px;
        border-radius: 23px 0 0 23px;
        width: 398px;
        height: 45px;
        font-size: 17px;
        line-height: 1.177
    }

    .ps1075 {
        margin-left: 396px;
        margin-top: -45px
    }

    .s952 {
        min-width: 55px;
        width: 55px;
        height: 45px
    }

    .c274 {
        -webkit-border-radius: 0 23px 23px 0;
        -moz-border-radius: 0 23px 23px 0;
        border-radius: 0 23px 23px 0;
        background-image: url(../images/4/search-icon-43.png)
    }

    .webp .c274 {
        background-image: url(../images/a/search-icon-43.webp)
    }

    .ps1076 {
        margin-left: 8px;
        margin-top: 91px
    }

    .s953 {
        min-width: 941px;
        width: 941px;
        min-height: 290px
    }

    .ps1077 {
        margin-top: 70px
    }

    .s954 {
        min-width: 68px;
        height: 109px;
        width: 64px
    }

    .f207 {
        font-size: 51px;
        font-size: calc(51px * var(--f));
        padding-top: 22px;
        padding-bottom: 22px
    }

    .ps1078 {
        margin-left: 49px
    }

    .s955 {
        min-width: 199px;
        width: 199px;
        min-height: 290px
    }

    .ps1079 {
        margin-left: 58px
    }

    .ps1080 {
        margin-left: 55px
    }

    .ps1081 {
        margin-left: 46px;
        margin-top: 70px
    }

    .f208 {
        font-size: 51px;
        font-size: calc(51px * var(--f));
        padding-top: 22px;
        padding-bottom: 22px
    }

    .s956 {
        min-width: 960px;
        min-height: 1638px
    }

    .ps1082 {
        margin-top: 24px
    }

    .s957 {
        width: 960px;
        min-height: 1590px
    }

    .s958 {
        min-width: 960px;
        width: 960px;
        height: 1590px
    }

    .wrapper5 {
        height: 1590px
    }

    .ps1083 {
        margin-top: 0
    }

    .s959 {
        min-width: 960px;
        height: 525px
    }

    .s960 {
        width: 960px;
        min-height: 507px
    }

    .ps1085 {
        margin-left: 38px
    }

    .ps1086 {
        margin-top: 35px
    }

    .i73 {
        left: 1px;
        width: 94px;
        height: 92px;
        -webkit-border-radius: 46px;
        -moz-border-radius: 46px;
        border-radius: 46px
    }

    .ps1087 {
        margin-left: 66px;
        margin-top: 57px
    }

    .s961 {
        min-width: 184px;
        width: 184px;
        height: 35px
    }

    .f209 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.401
    }

    .ps1088 {
        margin-left: -184px
    }

    .s962 {
        min-width: 417px;
        width: 417px;
        min-height: 234px
    }

    .ps1089 {
        margin-left: 25px
    }

    .s963 {
        min-width: 84px;
        width: 84px;
        height: 26px
    }

    .f210 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f210:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f210:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f210:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .ps1090 {
        margin-top: 6px
    }

    .s964 {
        min-width: 90px;
        width: 90px;
        height: 24px
    }

    .f211 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f211:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f211:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f211:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .ps1091 {
        margin-left: -89px;
        margin-top: 38px
    }

    .s965 {
        min-width: 48px;
        width: 48px;
        height: 24px
    }

    .ps1092 {
        margin-left: 1px;
        margin-top: 9px
    }

    .s966 {
        min-width: 121px;
        width: 121px;
        height: 27px
    }

    .ps1093 {
        margin-left: 1px;
        margin-top: 10px
    }

    .s967 {
        min-width: 145px;
        width: 145px;
        height: 26px
    }

    .ps1094 {
        margin-top: 8px
    }

    .s968 {
        min-width: 98px;
        width: 98px;
        height: 27px
    }

    .ps1095 {
        margin-top: 13px
    }

    .s969 {
        min-width: 168px;
        width: 168px;
        height: 26px
    }

    .ps1096 {
        margin-left: 47px;
        margin-top: 14px
    }

    .s970 {
        min-width: 151px;
        width: 151px;
        min-height: 194px
    }

    .s971 {
        min-width: 151px;
        width: 151px;
        height: 24px
    }

    .ps1098 {
        margin-left: 1px;
        margin-top: 9px
    }

    .s972 {
        min-width: 115px;
        width: 115px;
        height: 24px
    }

    .ps1099 {
        margin-top: 7px
    }

    .s973 {
        min-width: 58px;
        width: 58px;
        height: 24px
    }

    .ps1100 {
        margin-top: 9px
    }

    .s974 {
        min-width: 151px;
        width: 151px;
        height: 25px
    }

    .ps1101 {
        margin-top: 45px
    }

    .s975 {
        min-width: 103px;
        width: 103px;
        height: 27px
    }

    .f212 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f212:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f212:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f212:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .ps1102 {
        margin-left: 215px;
        margin-top: -88px
    }

    .s976 {
        min-width: 177px;
        width: 177px;
        height: 27px
    }

    .ps1103 {
        margin-top: -142px
    }

    .s977 {
        min-width: 281px;
        width: 281px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1104 {
        margin-left: 20px
    }

    .ps1105 {
        margin-left: 0
    }

    .s978 {
        min-width: 218px;
        width: 218px;
        height: 26px
    }

    .ps1106 {
        margin-left: 0;
        margin-top: 8px
    }

    .s979 {
        min-width: 219px;
        width: 219px;
        height: 26px
    }

    .ps1107 {
        margin-left: 0;
        margin-top: 5px
    }

    .s980 {
        min-width: 233px;
        width: 233px;
        height: 26px
    }

    .f213 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f213:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f213:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f213:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .ps1108 {
        margin-top: 5px
    }

    .s981 {
        min-width: 130px;
        width: 130px;
        height: 24px
    }

    .ps1109 {
        margin-left: 1px;
        margin-top: 5px
    }

    .s982 {
        min-width: 110px;
        width: 110px;
        height: 25px
    }

    .ps1110 {
        margin-top: 7px
    }

    .s983 {
        min-width: 180px;
        width: 180px;
        height: 26px
    }

    .ps1111 {
        margin-top: 6px
    }

    .s984 {
        min-width: 69px;
        width: 69px;
        height: 26px
    }

    .ps1112 {
        margin-left: 0;
        margin-top: 8px
    }

    .s985 {
        min-width: 222px;
        width: 222px;
        height: 25px
    }

    .ps1113 {
        margin-left: 583px;
        margin-top: -191px
    }

    .s986 {
        min-width: 317px;
        width: 317px;
        min-height: 35px
    }

    .ps1114 {
        margin-left: 1px
    }

    .s987 {
        min-width: 233px;
        width: 233px;
        height: 32px
    }

    .f214 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.612
    }

    .ps1115 {
        margin-top: 2px
    }

    .s988 {
        min-width: 317px;
        width: 317px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1116 {
        margin-left: 413px;
        margin-top: 92px
    }

    .ps1117 {
        margin-top: 2px
    }

    .i74 {
        width: 53px;
        height: 65px
    }

    .ps1118 {
        margin-left: 4px
    }

    .i75 {
        width: 53px;
        height: 67px
    }

    .ps1119 {
        margin-left: 7px;
        margin-top: 13px
    }

    .i76 {
        left: 0;
        width: 38px;
        height: 38px;
        top: 2px
    }

    .ps1120 {
        margin-left: 72px
    }

    .s989 {
        min-width: 834px;
        width: 834px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1121 {
        margin-left: 221px;
        margin-top: 46px
    }

    .s990 {
        min-width: 589px;
        width: 589px;
        height: 53px
    }

    .f215 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.616
    }

    .ps1123 {
        width: 960px
    }

    .ps1124 {
        margin-left: 16px;
        margin-top: 40px;
        margin-bottom: 40px
    }

    .s991 {
        min-width: 786px;
        width: 786px;
        height: calc(100vh - 80px);
        height: calc(var(--vh, 1vh) * 100 - 80px);
    }

    .c281 {
        margin-top: max(calc(50vh - 338px), 0px);
        margin-top: max(calc(var(--vh, 1vh) * 50 - 338px), 0px);
        height: 597px
    }

    .s992 {
        min-width: 786px;
        width: 786px;
        height: 597px
    }

    .wrapper6 {
        height: 597px
    }

    .ps1126 {
        margin-left: 746px;
        margin-top: -592px
    }

    .s993 {
        min-width: 31px;
        width: 31px;
        height: 33px
    }

    .c282 {
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px
    }

    .s994 {
        min-width: 960px;
        min-height: 54px
    }

    .ps1127 {
        margin-top: 11px
    }

    .s995 {
        width: 960px;
        min-height: 31px
    }

    .ps1128 {
        margin-left: 683px
    }

    .s996 {
        min-width: 128px;
        height: 31px;
        width: 128px
    }

    .f216 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.274;
        padding-top: 9px;
        padding-bottom: 8px
    }

    .ps1129 {
        margin-left: 10px
    }

    body {
        --d: 2;
        --s: 960
    }
}

@media (min-width:768px) and (max-width:959px) {
    .c263 {
        min-width: 768px;
        min-height: 385px
    }

    .s920 {
        min-width: 768px;
        height: 187px
    }

    .ps1028 {
        margin-top: 9px
    }

    .s921 {
        width: 768px;
        min-height: 40px
    }

    .ps1029 {
        margin-left: 148px
    }

    .ps1030 {
        margin-top: 5px
    }

    .i68 {
        left: 0;
        min-width: 19px;
        max-width: 19px;
        min-height: 19px;
        max-height: 19px
    }

    .ps1031 {
        margin-left: 14px;
        margin-top: 5px
    }

    .s922 {
        min-width: 160px;
        width: 160px;
        height: 20px
    }

    .f202 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.188
    }

    .ps1032 {
        margin-left: 25px;
        margin-top: 0
    }

    .i69 {
        left: 3px;
        min-width: 26px;
        max-width: 26px;
        min-height: 26px;
        max-height: 26px
    }

    .ps1033 {
        margin-left: 12px;
        margin-top: 4px
    }

    .s923 {
        min-width: 225px;
        width: 225px;
        height: 23px
    }

    .ps1034 {
        margin-left: 70px;
        margin-top: 3px
    }

    .i70 {
        left: 1px;
        width: 37px;
        height: 37px
    }

    .ps1035 {
        margin-top: 12px
    }

    .s924 {
        min-height: 126px
    }

    .ps1036 {
        margin-top: -127px
    }

    .s925 {
        width: 768px;
        min-height: 109px
    }

    .ps1037 {
        margin-left: 11px
    }

    .ps1038 {
        margin-top: 12px
    }

    .i71 {
        width: 83px;
        height: 18px;
        top: 29px;
        -webkit-border-radius: 38px;
        -moz-border-radius: 38px;
        border-radius: 38px
    }

    .ps1039 {
        margin-left: 9px;
        margin-top: 80px
    }

    .s927 {
        min-width: 17px
    }

    .ps1041 {
        margin-top: 37px
    }

    .s928 {
        min-width: 17px;
        width: 17px;
        height: 10px
    }

    .f203 {
        font-size: 6px;
        font-size: calc(6px * var(--f));
        line-height: 1.334
    }

    .ps1043 {
        margin-top: 7px
    }

    .s929 {
        min-width: 65px;
        width: 65px;
        height: 15px
    }

    .f204 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.183
    }

    .ps1044 {
        margin-top: 1px
    }

    .s930 {
        min-width: 164px;
        width: 164px;
        height: 15px
    }

    .ps1046 {
        margin-left: 65px;
        margin-top: -29px
    }

    .s931 {
        min-width: 98px;
        width: 98px;
        height: 15px
    }

    .s932 {
        min-width: 172px;
        width: 172px;
        height: 15px
    }

    .ps1049 {
        margin-left: 163px;
        margin-top: -29px
    }

    .s933 {
        min-width: 128px;
        width: 128px;
        height: 15px
    }

    .s934 {
        min-width: 160px;
        width: 160px;
        height: 15px
    }

    .ps1051 {
        margin-left: 291px;
        margin-top: -29px
    }

    .s935 {
        min-width: 142px;
        width: 142px;
        height: 15px
    }

    .ps1053 {
        margin-top: 1px
    }

    .s936 {
        min-width: 190px;
        width: 190px;
        height: 15px
    }

    .ps1054 {
        margin-left: 433px;
        margin-top: -29px
    }

    .s937 {
        min-width: 74px;
        width: 74px;
        height: 15px
    }

    .ps1055 {
        margin-left: 507px;
        margin-top: -29px
    }

    .s938 {
        min-width: 47px;
        width: 47px;
        height: 15px
    }

    .ps1056 {
        margin-left: 554px;
        margin-top: -29px
    }

    .ps1057 {
        margin-left: 441px;
        margin-top: -109px
    }

    .s939 {
        min-width: 288px;
        width: 288px;
        min-height: 31px
    }

    .input74 {
        width: 288px;
        height: 31px;
        font-family: "Lato 3";
        font-size: 12px;
        line-height: 1.251;
        font-weight: 700;
        font-style: normal
    }

    .ps1058 {
        margin-left: 260px;
        margin-top: -31px
    }

    .s940 {
        min-width: 26px;
        width: 26px;
        height: 29px
    }

    .ps1059 {
        margin-top: -198px
    }

    .s941 {
        min-width: 768px;
        min-height: 504px
    }

    .ps1060 {
        margin-top: -506px
    }

    .s942 {
        width: 768px;
        height: 487px
    }

    .ps1061 {
        margin-left: 38px
    }

    .ps1062 {
        margin-left: 675px;
        margin-top: 7px
    }

    .i72 {
        left: 0;
        min-width: 23px;
        max-width: 23px;
        min-height: 23px;
        max-height: 23px
    }

    .ps1063 {
        margin-top: 31px
    }

    .s943 {
        min-width: 706px;
        height: 45px;
        width: 706px
    }

    .f205 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.228;
        padding-top: 9px;
        padding-bottom: 9px
    }

    .c271::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c271:hover:before {
        opacity: 1
    }

    .c271::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c271:hover:after {
        opacity: 0
    }

    .c271:active:before {
        opacity: 1
    }

    .c271:active:after {
        opacity: 1;
        transition: initial
    }

    .ps1064 {
        margin-top: 3px
    }

    .s944 {
        min-width: 706px;
        width: 706px;
        min-height: 233px
    }

    .s945 {
        min-width: 706px;
        height: 45px;
        width: 706px
    }

    .ps1065 {
        margin-top: 2px
    }

    .s946 {
        min-width: 706px;
        height: 45px;
        width: 706px
    }

    .ps1066 {
        margin-top: 2px
    }

    .ps1067 {
        margin-top: 2px
    }

    .ps1068 {
        margin-top: 2px
    }

    .ps1069 {
        margin-left: 0;
        margin-top: 2px
    }

    .ps1070 {
        margin-left: 0;
        margin-top: 2px
    }

    .ps1071 {
        margin-left: 0;
        margin-top: 3px
    }

    .s947 {
        min-width: 706px;
        height: 47px;
        width: 706px
    }

    .f206 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.228;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .c272 {
        min-width: 768px;
        margin-top: 29px;
        min-height: 468px
    }

    .s948 {
        min-width: 768px;
        min-height: 468px
    }

    .ps1073 {
        margin-top: 25px
    }

    .s949 {
        width: 768px;
        min-height: 341px
    }

    .ps1074 {
        margin-left: 371px
    }

    .s950 {
        min-width: 361px;
        width: 361px;
        min-height: 36px
    }

    .s951 {
        min-width: 319px;
        width: 319px;
        height: 36px
    }

    .input75 {
        -webkit-border-radius: 18px 0 0 18px;
        -moz-border-radius: 18px 0 0 18px;
        border-radius: 18px 0 0 18px;
        width: 319px;
        height: 36px;
        font-size: 13px;
        line-height: 1.155
    }

    .ps1075 {
        margin-left: 317px;
        margin-top: -36px
    }

    .s952 {
        min-width: 44px;
        width: 44px;
        height: 36px
    }

    .c274 {
        -webkit-border-radius: 0 18px 18px 0;
        -moz-border-radius: 0 18px 18px 0;
        border-radius: 0 18px 18px 0;
        background-image: url(../images/8/search-icon-68.png)
    }

    .webp .c274 {
        background-image: url(../images/p/search-icon-68.webp)
    }

    .ps1076 {
        margin-left: 6px;
        margin-top: 73px
    }

    .s953 {
        min-width: 753px;
        width: 753px;
        min-height: 232px
    }

    .ps1077 {
        margin-top: 55px
    }

    .s954 {
        min-width: 55px;
        height: 88px;
        width: 51px
    }

    .f207 {
        font-size: 40px;
        font-size: calc(40px * var(--f));
        line-height: 1.201;
        padding-top: 18px;
        padding-bottom: 18px
    }

    .ps1078 {
        margin-left: 39px
    }

    .s955 {
        min-width: 159px;
        width: 159px;
        min-height: 232px
    }

    .ps1079 {
        margin-left: 47px
    }

    .ps1080 {
        margin-left: 44px
    }

    .ps1081 {
        margin-left: 36px;
        margin-top: 55px
    }

    .f208 {
        font-size: 40px;
        font-size: calc(40px * var(--f));
        line-height: 1.201;
        padding-top: 18px;
        padding-bottom: 18px
    }

    .s956 {
        min-width: 768px;
        min-height: 1310px
    }

    .ps1082 {
        margin-top: 19px
    }

    .s957 {
        width: 768px;
        min-height: 1272px
    }

    .s958 {
        min-width: 768px;
        width: 768px;
        height: 1272px
    }

    .wrapper5 {
        height: 1272px
    }

    .ps1083 {
        margin-top: 0
    }

    .s959 {
        min-width: 768px;
        height: 457px
    }

    .s960 {
        width: 768px;
        min-height: 434px
    }

    .ps1085 {
        margin-left: 22px
    }

    .ps1086 {
        margin-top: 30px
    }

    .i73 {
        left: 0;
        width: 100px;
        height: 98px;
        top: 4px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px
    }

    .ps1087 {
        margin-left: 38px;
        margin-top: 18px
    }

    .s961 {
        min-width: 147px;
        width: 147px;
        height: 28px
    }

    .f209 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.376
    }

    .ps1088 {
        margin-left: -156px
    }

    .s962 {
        min-width: 296px;
        width: 296px;
        min-height: 155px
    }

    .s963 {
        min-width: 67px;
        width: 67px;
        height: 21px
    }

    .f210 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f210:visited {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f210:hover {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f210:active {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .ps1090 {
        margin-top: 2px
    }

    .s964 {
        min-width: 72px;
        width: 72px;
        height: 19px
    }

    .f211 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.072
    }

    .f211:visited {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.072
    }

    .f211:hover {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.072
    }

    .f211:active {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.072
    }

    .ps1091 {
        margin-left: -72px;
        margin-top: 23px
    }

    .s965 {
        min-width: 38px;
        width: 38px;
        height: 19px
    }

    .ps1092 {
        margin-top: 2px
    }

    .s966 {
        min-width: 97px;
        width: 97px;
        height: 22px
    }

    .ps1093 {
        margin-top: 2px
    }

    .s967 {
        min-width: 116px;
        width: 116px;
        height: 21px
    }

    .ps1094 {
        margin-top: 2px
    }

    .s968 {
        min-width: 78px;
        width: 78px;
        height: 22px
    }

    .ps1095 {
        margin-top: 0
    }

    .s969 {
        min-width: 126px;
        width: 126px;
        height: 21px
    }

    .ps1096 {
        margin-left: 28px;
        margin-top: 0
    }

    .s970 {
        min-width: 121px;
        width: 121px;
        min-height: 133px
    }

    .s971 {
        min-width: 121px;
        width: 121px;
        height: 19px
    }

    .ps1098 {
        margin-top: 3px
    }

    .s972 {
        min-width: 92px;
        width: 92px;
        height: 19px
    }

    .ps1099 {
        margin-top: 2px
    }

    .s973 {
        min-width: 46px;
        width: 46px;
        height: 19px
    }

    .ps1100 {
        margin-top: 2px
    }

    .s974 {
        min-width: 121px;
        width: 121px;
        height: 20px
    }

    .ps1101 {
        margin-top: 27px
    }

    .s975 {
        min-width: 82px;
        width: 82px;
        height: 22px
    }

    .f212 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f212:visited {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f212:hover {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f212:active {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .ps1102 {
        margin-left: 154px;
        margin-top: -68px
    }

    .s976 {
        min-width: 142px;
        width: 142px;
        height: 22px
    }

    .ps1103 {
        margin-left: 9px;
        margin-top: -109px
    }

    .s977 {
        min-width: 225px;
        width: 225px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1104 {
        margin-left: 57px
    }

    .ps1105 {
        margin-left: 0
    }

    .s978 {
        min-width: 174px;
        width: 174px;
        height: 21px
    }

    .ps1106 {
        margin-left: 0;
        margin-top: 2px
    }

    .s979 {
        min-width: 175px;
        width: 175px;
        height: 21px
    }

    .s980 {
        min-width: 186px;
        width: 186px;
        height: 21px
    }

    .f213 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .f213:visited {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .f213:hover {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .f213:active {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .ps1108 {
        margin-top: 2px
    }

    .s981 {
        min-width: 104px;
        width: 104px;
        height: 19px
    }

    .ps1109 {
        margin-top: 2px
    }

    .s982 {
        min-width: 88px;
        width: 88px;
        height: 20px
    }

    .ps1110 {
        margin-top: 2px
    }

    .s983 {
        min-width: 144px;
        width: 144px;
        height: 21px
    }

    .ps1111 {
        margin-top: 3px
    }

    .s984 {
        min-width: 55px;
        width: 55px;
        height: 21px
    }

    .ps1112 {
        margin-left: 0;
        margin-top: 2px
    }

    .s985 {
        min-width: 178px;
        width: 178px;
        height: 20px
    }

    .ps1113 {
        margin-left: 475px;
        margin-top: -167px
    }

    .s986 {
        min-width: 254px;
        width: 254px;
        min-height: 34px
    }

    .ps1114 {
        margin-left: 1px
    }

    .s987 {
        min-width: 219px;
        width: 219px;
        height: 32px
    }

    .f214 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.626
    }

    .ps1115 {
        margin-top: 1px
    }

    .s988 {
        min-width: 254px;
        width: 254px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1116 {
        margin-left: 287px;
        margin-top: 112px
    }

    .ps1117 {
        margin-top: 5px
    }

    .i74 {
        width: 65px;
        height: 65px
    }

    .ps1118 {
        margin-left: -12px
    }

    .i75 {
        width: 67px;
        height: 70px
    }

    .ps1119 {
        margin-left: 0;
        margin-top: 15px
    }

    .i76 {
        left: 3px;
        width: 41px;
        height: 41px
    }

    .ps1120 {
        margin-left: 84px
    }

    .s989 {
        min-width: 667px;
        width: 667px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1121 {
        margin-left: 131px;
        margin-top: 21px
    }

    .s990 {
        min-width: 551px;
        width: 551px;
        height: 51px
    }

    .f215 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.616
    }

    .ps1123 {
        width: 768px
    }

    .ps1124 {
        margin-left: 13px;
        margin-top: 32px;
        margin-bottom: 32px
    }

    .s991 {
        min-width: 629px;
        width: 629px;
        height: calc(100vh - 64px);
        height: calc(var(--vh, 1vh) * 100 - 64px);
    }

    .c281 {
        margin-top: max(calc(50vh - 271px), 0px);
        margin-top: max(calc(var(--vh, 1vh) * 50 - 271px), 0px);
        height: 478px
    }

    .s992 {
        min-width: 629px;
        width: 629px;
        height: 478px
    }

    .wrapper6 {
        height: 478px
    }

    .ps1126 {
        margin-left: 597px;
        margin-top: -474px
    }

    .s993 {
        min-width: 25px;
        width: 25px;
        height: 26px
    }

    .c282 {
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        border-radius: 13px
    }

    .s994 {
        min-width: 768px;
        min-height: 43px
    }

    .ps1127 {
        margin-top: 9px
    }

    .s995 {
        width: 768px;
        min-height: 25px
    }

    .ps1128 {
        margin-left: 546px
    }

    .s996 {
        min-width: 102px;
        height: 25px;
        width: 102px
    }

    .f216 {
        font-size: 9px;
        font-size: calc(9px * var(--f));
        line-height: 1.334;
        padding-top: 7px;
        padding-bottom: 6px
    }

    .ps1129 {
        margin-left: 9px
    }

    body {
        --d: 3;
        --s: 768
    }
}

@media (min-width:480px) and (max-width:767px) {
    .c263 {
        min-width: 480px;
        min-height: 1306px
    }

    .s920 {
        min-width: 480px;
        height: 265px
    }

    .ps1028 {
        margin-top: 1px
    }

    .s921 {
        width: 480px;
        min-height: 69px
    }

    .ps1029 {
        margin-left: 4px
    }

    .ps1030 {
        margin-left: 3px;
        margin-top: 4px
    }

    .i68 {
        left: 0;
        min-width: 27px;
        max-width: 27px;
        min-height: 27px;
        max-height: 27px;
        top: 1px;
        -ms-transform: rotate(79deg) scale(-1, 1);
        -moz-transform: rotate(79deg) scale(-1, 1);
        -webkit-transform: rotate(79deg) scale(-1, 1);
        transform: rotate(79deg) scale(-1, 1)
    }

    .ps1031 {
        margin-left: 16px;
        margin-top: 0
    }

    .s922 {
        min-width: 192px;
        width: 192px;
        height: 48px
    }

    .f202 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.626
    }

    .ps1032 {
        margin-left: -238px;
        margin-top: 36px
    }

    .i69 {
        left: 0;
        min-width: 32px;
        max-width: 32px;
        min-height: 32px;
        max-height: 32px
    }

    .ps1033 {
        margin-left: 20px;
        margin-top: 36px
    }

    .s923 {
        min-width: 220px;
        width: 220px;
        height: 33px
    }

    .ps1034 {
        margin-left: 133px;
        margin-top: 30px
    }

    .i70 {
        width: 37px;
        height: 37px;
        top: 1px
    }

    .ps1035 {
        margin-top: 33px
    }

    .s924 {
        min-height: 162px
    }

    .ps1036 {
        margin-top: -154px
    }

    .s925 {
        width: 480px;
        min-height: 154px
    }

    .ps1037 {
        margin-left: 10px
    }

    .ps1038 {
        margin-top: 0
    }

    .i71 {
        width: 113px;
        height: 25px;
        top: 50px;
        -webkit-border-radius: 57px;
        -moz-border-radius: 57px;
        border-radius: 57px
    }

    .ps1039 {
        margin-left: 300px;
        margin-top: 101px
    }

    .s926 {
        min-width: 47px;
        width: 47px;
        min-height: 53px;
        height: 53px
    }

    .s927 {
        min-width: 47px;
        width: 47px;
        height: 53px
    }

    .mcv13 {
        display: inline-block
    }

    .v54 {
        display: inline-block;
        vertical-align: top
    }

    .c266 {
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: contain;
        background-image: url(../images/6/hamburger-gray-94.png)
    }

    .webp .c266 {
        background-image: url(../images/t/hamburger-gray-94.webp)
    }

    .ps1041 {
        margin-top: 23px
    }

    .s928 {
        min-width: 47px;
        width: 47px;
        height: 7px
    }

    .f203 {
        font-size: 4px;
        font-size: calc(4px * var(--f));
        line-height: 1.251
    }

    .v55 {
        display: none
    }

    .ps1042 {
        margin-left: -233px
    }

    .ps1043 {
        margin-top: 1px
    }

    .s929 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .f204 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .s930 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps1046 {
        margin-left: 0;
        margin-top: 0
    }

    .s931 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps1047 {
        margin-left: -2px
    }

    .s932 {
        min-width: 282px;
        width: 282px;
        height: 24px
    }

    .ps1049 {
        margin-left: 0;
        margin-top: 0
    }

    .s933 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps1050 {
        margin-left: 23px
    }

    .s934 {
        min-width: 257px;
        width: 257px;
        height: 24px
    }

    .ps1051 {
        margin-left: 0;
        margin-top: 0
    }

    .s935 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps1052 {
        margin-left: -32px
    }

    .ps1053 {
        margin-top: 2px
    }

    .s936 {
        min-width: 312px;
        width: 312px;
        height: 24px
    }

    .ps1054 {
        margin-left: 0;
        margin-top: 0
    }

    .s937 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps1055 {
        margin-left: 0;
        margin-top: 0
    }

    .s938 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps1056 {
        margin-left: 0;
        margin-top: 0
    }

    .ps1057 {
        margin-left: 176px;
        margin-top: -74px
    }

    .s939 {
        min-width: 295px;
        width: 295px;
        min-height: 42px
    }

    .input74 {
        width: 295px;
        height: 42px;
        font-family: "Lato 2";
        font-size: 14px;
        line-height: 1.215;
        font-style: normal
    }

    .ps1058 {
        margin-left: 259px;
        margin-top: -41px
    }

    .s940 {
        min-width: 35px;
        width: 35px;
        height: 40px
    }

    .ps1059 {
        margin-top: -1041px
    }

    .s941 {
        min-width: 480px;
        min-height: 367px
    }

    .ps1060 {
        margin-top: -199px
    }

    .s942 {
        width: 480px;
        height: 472px
    }

    .ps1061 {
        margin-left: 11px
    }

    .ps1062 {
        margin-left: 405px
    }

    .i72 {
        left: 0;
        min-width: 32px;
        max-width: 32px;
        min-height: 32px;
        max-height: 32px
    }

    .ps1063 {
        margin-top: 23px
    }

    .s943 {
        min-width: 450px;
        height: 42px;
        width: 450px
    }

    .f205 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.251;
        padding-top: 9px;
        padding-bottom: 8px
    }

    .c271::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c271:hover:before {
        opacity: 1
    }

    .c271::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c271:hover:after {
        opacity: 0
    }

    .c271:active:before {
        opacity: 1
    }

    .c271:active:after {
        opacity: 1;
        transition: initial
    }

    .ps1064 {
        margin-top: 4px
    }

    .s944 {
        min-width: 450px;
        width: 450px;
        min-height: 222px
    }

    .s945 {
        min-width: 450px;
        height: 42px;
        width: 450px
    }

    .ps1065 {
        margin-top: 3px
    }

    .s946 {
        min-width: 450px;
        height: 42px;
        width: 450px
    }

    .ps1066 {
        margin-top: 3px
    }

    .ps1067 {
        margin-top: 3px
    }

    .ps1068 {
        margin-top: 3px
    }

    .ps1069 {
        margin-left: 0;
        margin-top: 2px
    }

    .ps1070 {
        margin-left: 0;
        margin-top: 3px
    }

    .ps1071 {
        margin-left: 0;
        margin-top: 2px
    }

    .s947 {
        min-width: 450px;
        height: 42px;
        width: 450px
    }

    .f206 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.251;
        padding-top: 9px;
        padding-bottom: 8px
    }

    .c272 {
        min-width: 480px;
        margin-top: -274px;
        min-height: 543px
    }

    .s948 {
        min-width: 480px;
        min-height: 543px
    }

    .ps1073 {
        margin-top: 14px
    }

    .s949 {
        width: 480px;
        min-height: 447px
    }

    .ps1074 {
        margin-left: 121px
    }

    .s950 {
        min-width: 338px;
        width: 338px;
        min-height: 53px
    }

    .s951 {
        min-width: 298px;
        width: 298px;
        height: 53px
    }

    .input75 {
        -webkit-border-radius: 27px 0 0 27px;
        -moz-border-radius: 27px 0 0 27px;
        border-radius: 27px 0 0 27px;
        width: 298px;
        height: 53px;
        font-size: 21px;
        line-height: 1.191
    }

    .ps1075 {
        margin-left: 295px;
        margin-top: -53px
    }

    .s952 {
        min-width: 43px;
        width: 43px;
        height: 53px
    }

    .c274 {
        -webkit-border-radius: 0 22px 22px 0;
        -moz-border-radius: 0 22px 22px 0;
        border-radius: 0 22px 22px 0;
        background-image: url(../images/4/search-icon-82.png)
    }

    .webp .c274 {
        background-image: url(../images/n/search-icon-82.webp)
    }

    .ps1076 {
        margin-left: 0;
        margin-top: 101px
    }

    .s953 {
        min-width: 483px;
        width: 483px;
        min-height: 293px
    }

    .ps1077 {
        margin-top: 70px
    }

    .s954 {
        min-width: 36px;
        height: 109px;
        width: 32px
    }

    .f207 {
        font-size: 25px;
        font-size: calc(25px * var(--f));
        line-height: 1.201;
        padding-top: 38px;
        padding-bottom: 37px
    }

    .ps1078 {
        margin-left: 5px
    }

    .s955 {
        min-width: 129px;
        width: 129px;
        min-height: 293px
    }

    .ps1079 {
        margin-left: 6px
    }

    .ps1080 {
        margin-left: 6px
    }

    .ps1081 {
        margin-left: 7px;
        margin-top: 70px
    }

    .f208 {
        font-size: 25px;
        font-size: calc(25px * var(--f));
        line-height: 1.201;
        padding-top: 38px;
        padding-bottom: 37px
    }

    .s956 {
        min-width: 480px;
        min-height: 819px
    }

    .ps1082 {
        margin-top: 12px
    }

    .s957 {
        width: 480px;
        min-height: 795px
    }

    .s958 {
        min-width: 480px;
        width: 480px;
        height: 795px
    }

    .wrapper5 {
        height: 795px
    }

    .ps1083 {
        margin-top: 0
    }

    .s959 {
        min-width: 480px;
        height: 958px
    }

    .ps1084 {
        margin-top: 28px
    }

    .s960 {
        width: 480px;
        min-height: 930px
    }

    .ps1085 {
        margin-left: 0
    }

    .ps1086 {
        margin-left: 18px;
        margin-top: 0
    }

    .i73 {
        left: 7px;
        width: 107px;
        height: 105px;
        -webkit-border-radius: 53px;
        -moz-border-radius: 53px;
        border-radius: 53px
    }

    .ps1087 {
        margin-left: -107px;
        margin-top: 167px
    }

    .s961 {
        min-width: 213px;
        width: 213px;
        height: 50px
    }

    .f209 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.401
    }

    .ps1088 {
        margin-left: 0;
        margin-top: -15px
    }

    .s962 {
        min-width: 448px;
        width: 448px;
        min-height: 728px
    }

    .ps1089 {
        margin-top: 415px
    }

    .s963 {
        min-width: 49px;
        width: 49px;
        height: 14px
    }

    .f210 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f210:visited {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f210:hover {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f210:active {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .ps1090 {
        margin-left: -49px;
        margin-top: 27px
    }

    .s964 {
        min-width: 65px;
        width: 65px;
        height: 12px
    }

    .f211 {
        font-size: 11px;
        font-size: calc(11px * var(--f))
    }

    .f211:visited {
        font-size: 11px;
        font-size: calc(11px * var(--f))
    }

    .f211:hover {
        font-size: 11px;
        font-size: calc(11px * var(--f))
    }

    .f211:active {
        font-size: 11px;
        font-size: calc(11px * var(--f))
    }

    .ps1091 {
        margin-left: 61px;
        margin-top: 0
    }

    .s965 {
        min-width: 41px;
        width: 41px;
        height: 12px
    }

    .ps1092 {
        margin-left: -166px;
        margin-top: 51px
    }

    .s966 {
        min-width: 80px;
        width: 80px;
        height: 14px
    }

    .ps1093 {
        margin-left: 83px;
        margin-top: 204px
    }

    .s967 {
        min-width: 118px;
        width: 118px;
        height: 14px
    }

    .ps1094 {
        margin-left: 1px;
        margin-top: -141px
    }

    .s968 {
        min-width: 72px;
        width: 72px;
        height: 14px
    }

    .ps1095 {
        margin-left: -72px;
        margin-top: -113px
    }

    .s969 {
        min-width: 106px;
        width: 106px;
        height: 14px
    }

    .ps1096 {
        margin-left: 0;
        margin-top: -191px
    }

    .s970 {
        min-width: 387px;
        width: 387px;
        min-height: 190px
    }

    .ps1097 {
        margin-left: 238px
    }

    .s971 {
        min-width: 149px;
        width: 149px;
        height: 12px
    }

    .ps1098 {
        margin-left: 126px;
        margin-top: 14px
    }

    .s972 {
        min-width: 82px;
        width: 82px;
        height: 12px
    }

    .ps1099 {
        margin-left: -82px;
        margin-top: -12px
    }

    .s973 {
        min-width: 43px;
        width: 43px;
        height: 12px
    }

    .ps1100 {
        margin-left: -169px;
        margin-top: 166px
    }

    .s974 {
        min-width: 107px;
        width: 107px;
        height: 12px
    }

    .ps1101 {
        margin-left: 21px;
        margin-top: 38px
    }

    .s975 {
        min-width: 73px;
        width: 73px;
        height: 14px
    }

    .f212 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f212:visited {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f212:hover {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f212:active {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .ps1102 {
        margin-left: 0;
        margin-top: 81px
    }

    .s976 {
        min-width: 118px;
        width: 118px;
        height: 14px
    }

    .ps1103 {
        margin-left: 34px;
        margin-top: -728px
    }

    .s977 {
        min-width: 414px;
        width: 414px;
        min-height: 3px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1104 {
        margin-left: 93px;
        margin-top: -574px
    }

    .ps1105 {
        margin-left: 237px
    }

    .s978 {
        min-width: 150px;
        width: 150px;
        height: 14px
    }

    .ps1106 {
        margin-left: 237px;
        margin-top: 38px
    }

    .s979 {
        min-width: 150px;
        width: 150px;
        height: 14px
    }

    .ps1107 {
        margin-left: 237px;
        margin-top: 18px
    }

    .s980 {
        min-width: 150px;
        width: 150px;
        height: 14px
    }

    .f213 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.183
    }

    .f213:visited {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.183
    }

    .f213:hover {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.183
    }

    .f213:active {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.183
    }

    .ps1108 {
        margin-top: 129px
    }

    .s981 {
        min-width: 82px;
        width: 82px;
        height: 15px
    }

    .ps1109 {
        margin-left: -82px;
        margin-top: 155px
    }

    .s982 {
        min-width: 74px;
        width: 74px;
        height: 12px
    }

    .ps1110 {
        margin-left: -73px;
        margin-top: 178px
    }

    .s983 {
        min-width: 119px;
        width: 119px;
        height: 14px
    }

    .ps1111 {
        margin-left: 44px;
        margin-top: 130px
    }

    .s984 {
        min-width: 45px;
        width: 45px;
        height: 14px
    }

    .ps1112 {
        margin-left: -42px;
        margin-top: 155px
    }

    .s985 {
        min-width: 169px;
        width: 169px;
        height: 12px
    }

    .ps1113 {
        margin-left: 26px;
        margin-top: -542px
    }

    .s986 {
        min-width: 437px;
        width: 437px;
        min-height: 34px
    }

    .ps1114 {
        margin-left: 4px
    }

    .s987 {
        min-width: 243px;
        width: 243px;
        height: 32px
    }

    .f214 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.612
    }

    .ps1115 {
        margin-top: 0
    }

    .s988 {
        min-width: 437px;
        width: 437px;
        min-height: 2px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1116 {
        margin-left: 156px;
        margin-top: -196px
    }

    .ps1117 {
        margin-top: 3px
    }

    .i74 {
        width: 62px;
        height: 76px
    }

    .ps1118 {
        margin-left: -4px
    }

    .i75 {
        width: 61px;
        height: 82px
    }

    .ps1119 {
        margin-top: 12px
    }

    .i76 {
        left: 0;
        width: 46px;
        height: 46px;
        top: 3px
    }

    .ps1120 {
        margin-left: 42px;
        margin-top: -128px
    }

    .s989 {
        min-width: 417px;
        width: 417px;
        min-height: 2px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1121 {
        margin-left: 40px;
        margin-top: -112px
    }

    .s990 {
        min-width: 431px;
        width: 431px;
        height: 93px
    }

    .f215 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.616
    }

    .ps1123 {
        width: 480px
    }

    .ps1124 {
        margin-left: 5px;
        margin-top: 20px;
        margin-bottom: 20px
    }

    .s991 {
        min-width: 476px;
        width: 476px;
        height: calc(100vh - 40px);
        height: calc(var(--vh, 1vh) * 100 - 40px);
    }

    .c281 {
        margin-top: max(calc(50vh - 467px), 0px);
        margin-top: max(calc(var(--vh, 1vh) * 50 - 467px), 0px);
        height: 894px
    }

    .ps1125 {
        margin-left: 7px;
        margin-top: 39px
    }

    .s992 {
        min-width: 462px;
        width: 462px;
        height: 843px
    }

    .wrapper6 {
        height: 843px
    }

    .ps1126 {
        margin-left: 435px;
        margin-top: -875px
    }

    .s993 {
        min-width: 32px;
        width: 32px;
        height: 30px
    }

    .c282 {
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px
    }

    .s994 {
        min-width: 480px;
        min-height: 27px
    }

    .ps1127 {
        margin-top: 6px
    }

    .s995 {
        width: 480px;
        min-height: 15px
    }

    .ps1128 {
        margin-left: 342px
    }

    .s996 {
        min-width: 65px;
        height: 15px;
        width: 65px
    }

    .f216 {
        font-size: 4px;
        font-size: calc(4px * var(--f));
        line-height: 1.251;
        padding-top: 5px;
        padding-bottom: 5px
    }

    .ps1129 {
        margin-left: 4px
    }

    body {
        --d: 4;
        --s: 480
    }
}

@media (max-width:479px) {
    .c263 {
        min-width: 320px;
        margin-top: -7px;
        min-height: 953px
    }

    .ps1026 {
        margin-top: 7px
    }

    .s920 {
        min-width: 320px;
        height: 223px
    }

    .ps1028 {
        margin-top: 46px
    }

    .s921 {
        width: 320px;
        min-height: 66px
    }

    .ps1029 {
        margin-left: 8px
    }

    .ps1030 {
        margin-top: 6px
    }

    .i68 {
        left: 1px;
        min-width: 20px;
        max-width: 20px;
        min-height: 20px;
        max-height: 20px;
        -ms-transform: rotate(89deg) scale(-1, 1);
        -moz-transform: rotate(89deg) scale(-1, 1);
        -webkit-transform: rotate(89deg) scale(-1, 1);
        transform: rotate(89deg) scale(-1, 1)
    }

    .ps1031 {
        margin-left: 7px;
        margin-top: 0
    }

    .s922 {
        min-width: 128px;
        width: 128px;
        height: 32px
    }

    .f202 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.572
    }

    .ps1032 {
        margin-left: -156px;
        margin-top: 40px
    }

    .i69 {
        left: 0;
        min-width: 21px;
        max-width: 21px;
        min-height: 21px;
        max-height: 21px
    }

    .ps1033 {
        margin-left: 7px;
        margin-top: 36px
    }

    .s923 {
        min-width: 201px;
        width: 201px;
        height: 30px
    }

    .ps1034 {
        margin-left: 41px;
        margin-top: 28px
    }

    .i70 {
        width: 33px;
        height: 33px
    }

    .ps1035 {
        margin-top: 6px
    }

    .s924 {
        min-height: 105px
    }

    .ps1036 {
        margin-top: -217px
    }

    .s925 {
        width: 320px;
        min-height: 206px
    }

    .ps1038 {
        margin-top: 127px
    }

    .i71 {
        width: 233px;
        height: 51px;
        top: 3px;
        -webkit-border-radius: 29px;
        -moz-border-radius: 29px;
        border-radius: 29px
    }

    .ps1039 {
        margin-left: 42px;
        margin-top: 171px
    }

    .s926 {
        min-width: 31px;
        width: 31px;
        min-height: 35px;
        height: 35px
    }

    .s927 {
        min-width: 31px;
        width: 31px;
        height: 35px
    }

    .mcv13 {
        display: inline-block
    }

    .v54 {
        display: inline-block;
        vertical-align: top
    }

    .c266 {
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: contain;
        background-image: url(../images/l/hamburger-gray-62.png)
    }

    .webp .c266 {
        background-image: url(../images/n/hamburger-gray-62.webp)
    }

    .ps1041 {
        margin-top: 14px
    }

    .s928 {
        min-width: 31px;
        width: 31px;
        height: 6px
    }

    .f203 {
        font-size: 3px;
        font-size: calc(3px * var(--f));
        line-height: 1.334
    }

    .v55 {
        display: none
    }

    .ps1042 {
        margin-left: -249px
    }

    .ps1043 {
        margin-top: 3px
    }

    .s929 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .f204 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .ps1044 {
        margin-top: 3px
    }

    .s930 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps1045 {
        margin-top: 0
    }

    .ps1046 {
        margin-left: 0;
        margin-top: 0
    }

    .s931 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .s932 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps1049 {
        margin-left: 0;
        margin-top: 0
    }

    .s933 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .s934 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps1051 {
        margin-left: 0;
        margin-top: 0
    }

    .s935 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps1053 {
        margin-top: 0
    }

    .s936 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps1054 {
        margin-left: 0;
        margin-top: 0
    }

    .s937 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps1055 {
        margin-left: 0;
        margin-top: 0
    }

    .s938 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps1056 {
        margin-left: 0;
        margin-top: 0
    }

    .ps1057 {
        margin-left: 119px;
        margin-top: -206px
    }

    .s939 {
        min-width: 197px;
        width: 197px;
        min-height: 30px
    }

    .input74 {
        width: 197px;
        height: 30px;
        font-family: "Lato 3";
        font-size: 13px;
        line-height: 1.232;
        font-weight: 700;
        font-style: normal
    }

    .ps1058 {
        margin-left: 174px;
        margin-top: -23px
    }

    .s940 {
        min-width: 20px;
        width: 20px;
        height: 17px
    }

    .ps1059 {
        margin-top: -724px
    }

    .s941 {
        min-width: 320px;
        min-height: 275px
    }

    .ps1060 {
        margin-top: -296px
    }

    .s942 {
        width: 320px;
        height: 417px
    }

    .ps1061 {
        margin-left: 0
    }

    .ps1062 {
        margin-left: 265px;
        margin-top: 10px
    }

    .i72 {
        left: 0;
        min-width: 26px;
        max-width: 26px;
        min-height: 26px;
        max-height: 26px
    }

    .ps1063 {
        margin-left: 3px;
        margin-top: 13px
    }

    .s943 {
        min-width: 317px;
        height: 39px;
        width: 317px
    }

    .f205 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.279;
        padding-top: 8px;
        padding-bottom: 8px
    }

    .c271::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c271:hover:before {
        opacity: 1
    }

    .c271::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c271:hover:after {
        opacity: 0
    }

    .c271:active:before {
        opacity: 1
    }

    .c271:active:after {
        opacity: 1;
        transition: initial
    }

    .ps1064 {
        margin-top: 2px
    }

    .s944 {
        min-width: 320px;
        width: 320px;
        min-height: 204px
    }

    .s945 {
        min-width: 320px;
        height: 39px;
        width: 320px
    }

    .ps1065 {
        margin-left: 1px;
        margin-top: 2px
    }

    .s946 {
        min-width: 319px;
        height: 39px;
        width: 319px
    }

    .ps1066 {
        margin-top: 3px
    }

    .ps1067 {
        margin-top: 2px
    }

    .ps1068 {
        margin-left: 1px;
        margin-top: 2px
    }

    .ps1069 {
        margin-left: 0;
        margin-top: 2px
    }

    .ps1070 {
        margin-left: 0;
        margin-top: 2px
    }

    .ps1071 {
        margin-left: 1px;
        margin-top: 2px
    }

    .s947 {
        min-width: 319px;
        height: 39px;
        width: 319px
    }

    .f206 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.279;
        padding-top: 8px;
        padding-bottom: 8px
    }

    .c272 {
        min-width: 320px;
        margin-top: -121px;
        min-height: 362px
    }

    .s948 {
        min-width: 320px;
        min-height: 362px
    }

    .ps1073 {
        margin-top: 9px
    }

    .s949 {
        width: 320px;
        min-height: 298px
    }

    .ps1074 {
        margin-left: 80px
    }

    .s950 {
        min-width: 226px;
        width: 226px;
        min-height: 36px
    }

    .s951 {
        min-width: 199px;
        width: 199px;
        height: 36px
    }

    .input75 {
        -webkit-border-radius: 18px 0 0 18px;
        -moz-border-radius: 18px 0 0 18px;
        border-radius: 18px 0 0 18px;
        width: 199px;
        height: 36px;
        font-size: 14px;
        line-height: 1.144
    }

    .ps1075 {
        margin-left: 197px;
        margin-top: -36px
    }

    .s952 {
        min-width: 29px;
        width: 29px;
        height: 36px
    }

    .c274 {
        -webkit-border-radius: 0 15px 15px 0;
        -moz-border-radius: 0 15px 15px 0;
        border-radius: 0 15px 15px 0;
        background-image: url(../images/2/search-icon-54.png)
    }

    .webp .c274 {
        background-image: url(../images/0/search-icon-54.webp)
    }

    .ps1076 {
        margin-left: -1px;
        margin-top: 67px
    }

    .s953 {
        min-width: 323px;
        width: 323px;
        min-height: 195px
    }

    .ps1077 {
        margin-top: 46px
    }

    .s954 {
        min-width: 25px;
        height: 74px;
        width: 21px
    }

    .c275 {
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        border-radius: 13px
    }

    .f207 {
        font-size: 17px;
        font-size: calc(17px * var(--f));
        line-height: 1.177;
        padding-top: 25px;
        padding-bottom: 25px
    }

    .ps1078 {
        margin-left: 3px
    }

    .s955 {
        min-width: 86px;
        width: 86px;
        min-height: 195px
    }

    .ps1079 {
        margin-left: 4px
    }

    .ps1080 {
        margin-left: 4px
    }

    .ps1081 {
        margin-left: 4px;
        margin-top: 46px
    }

    .f208 {
        font-size: 17px;
        font-size: calc(17px * var(--f));
        line-height: 1.177;
        padding-top: 25px;
        padding-bottom: 25px
    }

    .s956 {
        min-width: 320px;
        min-height: 546px
    }

    .ps1082 {
        margin-top: 8px
    }

    .s957 {
        width: 320px;
        min-height: 530px
    }

    .s958 {
        min-width: 320px;
        width: 320px;
        height: 530px
    }

    .wrapper5 {
        height: 530px
    }

    .ps1083 {
        margin-top: 0
    }

    .s959 {
        min-width: 320px;
        height: 1112px
    }

    .ps1084 {
        margin-top: 27px
    }

    .s960 {
        width: 320px;
        min-height: 1044px
    }

    .ps1085 {
        margin-left: 0
    }

    .ps1086 {
        margin-left: 21px;
        margin-top: 0
    }

    .i73 {
        left: 0;
        width: 99px;
        height: 97px;
        top: 1px;
        -webkit-border-radius: 49px;
        -moz-border-radius: 49px;
        border-radius: 49px
    }

    .ps1087 {
        margin-left: -114px;
        margin-top: 130px
    }

    .s961 {
        min-width: 174px;
        width: 174px;
        height: 32px
    }

    .f209 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.376
    }

    .ps1088 {
        margin-left: 0;
        margin-top: -2px
    }

    .s962 {
        min-width: 320px;
        width: 320px;
        min-height: 498px
    }

    .ps1089 {
        margin-top: 23px
    }

    .s963 {
        min-width: 113px;
        width: 113px;
        height: 23px
    }

    .f210 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f210:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f210:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f210:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .ps1090 {
        margin-left: 2px;
        margin-top: 7px
    }

    .s964 {
        min-width: 91px;
        width: 91px;
        height: 19px
    }

    .f211 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f211:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f211:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f211:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .ps1091 {
        margin-left: 0;
        margin-top: 35px
    }

    .s965 {
        min-width: 90px;
        width: 90px;
        height: 20px
    }

    .ps1092 {
        margin-top: -47px
    }

    .s966 {
        min-width: 140px;
        width: 140px;
        height: 22px
    }

    .ps1093 {
        margin-top: 68px
    }

    .s967 {
        min-width: 163px;
        width: 163px;
        height: 20px
    }

    .ps1094 {
        margin-top: -49px
    }

    .s968 {
        min-width: 126px;
        width: 126px;
        height: 21px
    }

    .ps1095 {
        margin-top: -81px
    }

    .s969 {
        min-width: 166px;
        width: 166px;
        height: 24px
    }

    .ps1096 {
        margin-left: 0;
        margin-top: -192px
    }

    .s970 {
        min-width: 320px;
        width: 320px;
        min-height: 475px
    }

    .ps1097 {
        margin-left: 171px
    }

    .s971 {
        min-width: 149px;
        width: 149px;
        height: 32px
    }

    .ps1098 {
        margin-top: 209px
    }

    .s972 {
        min-width: 163px;
        width: 163px;
        height: 24px
    }

    .ps1099 {
        margin-left: 11px;
        margin-top: -6px
    }

    .s973 {
        min-width: 49px;
        width: 49px;
        height: 23px
    }

    .ps1100 {
        margin-top: 184px
    }

    .s974 {
        min-width: 211px;
        width: 211px;
        height: 26px
    }

    .ps1101 {
        margin-left: 174px;
        margin-top: -419px
    }

    .s975 {
        min-width: 111px;
        width: 111px;
        height: 21px
    }

    .f212 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168;
        letter-spacing: 0.05px
    }

    .f212:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168;
        letter-spacing: 0.05px
    }

    .f212:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168;
        letter-spacing: 0.05px
    }

    .f212:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168;
        letter-spacing: 0.05px
    }

    .ps1102 {
        margin-left: 0;
        margin-top: -62px
    }

    .s976 {
        min-width: 223px;
        width: 223px;
        height: 21px
    }

    .ps1103 {
        margin-left: 7px;
        margin-top: -498px
    }

    .s977 {
        min-width: 276px;
        width: 276px;
        min-height: 2px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1104 {
        margin-left: 0;
        margin-top: -196px
    }

    .ps1105 {
        margin-left: 0
    }

    .s978 {
        min-width: 282px;
        width: 282px;
        height: 29px
    }

    .ps1106 {
        margin-top: 245px
    }

    .s979 {
        min-width: 218px;
        width: 218px;
        height: 28px
    }

    .ps1107 {
        margin-left: 0;
        margin-top: -266px
    }

    .s980 {
        min-width: 291px;
        width: 291px;
        height: 31px
    }

    .f213 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f213:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f213:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f213:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .ps1108 {
        margin-left: 1px;
        margin-top: 24px
    }

    .s981 {
        min-width: 212px;
        width: 212px;
        height: 20px
    }

    .ps1109 {
        margin-top: 9px
    }

    .s982 {
        min-width: 211px;
        width: 211px;
        height: 19px
    }

    .ps1110 {
        margin-left: 1px;
        margin-top: -170px
    }

    .s983 {
        min-width: 238px;
        width: 238px;
        height: 24px
    }

    .ps1111 {
        margin-top: -72px
    }

    .s984 {
        min-width: 87px;
        width: 87px;
        height: 24px
    }

    .ps1112 {
        margin-top: -133px
    }

    .s985 {
        min-width: 298px;
        width: 298px;
        height: 20px
    }

    .ps1113 {
        margin-left: 0;
        margin-top: -388px
    }

    .s986 {
        min-width: 291px;
        width: 291px;
        min-height: 135px
    }

    .ps1114 {
        margin-top: 102px
    }

    .s987 {
        min-width: 268px;
        width: 268px;
        height: 33px
    }

    .f214 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.601
    }

    .ps1115 {
        margin-top: -135px
    }

    .s988 {
        min-width: 291px;
        width: 291px;
        min-height: 3px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1116 {
        margin-left: 23px;
        margin-top: 29px
    }

    .i74 {
        width: 47px;
        height: 72px
    }

    .ps1118 {
        margin-left: 19px
    }

    .i75 {
        width: 47px;
        height: 72px
    }

    .ps1119 {
        margin-left: 17px;
        margin-top: 0
    }

    .i76 {
        left: 0;
        width: 47px;
        height: 47px;
        top: 12px
    }

    .ps1120 {
        margin-left: 12px;
        margin-top: -354px
    }

    .s989 {
        min-width: 278px;
        width: 278px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1121 {
        margin-left: 0;
        margin-top: 23px
    }

    .s990 {
        min-width: 287px;
        width: 287px;
        height: 84px
    }

    .f215 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.616
    }

    .ps1123 {
        width: 320px
    }

    .ps1124 {
        margin-left: 3px;
        margin-top: 13px;
        margin-bottom: 13px
    }

    .s991 {
        min-width: 317px;
        width: 317px;
        height: calc(100vh - 26px);
        height: calc(var(--vh, 1vh) * 100 - 26px);
    }

    .c281 {
        margin-top: max(calc(50vh - 311px), 0px);
        margin-top: max(calc(var(--vh, 1vh) * 50 - 311px), 0px);
        height: 596px
    }

    .ps1125 {
        margin-left: 5px;
        margin-top: 25px
    }

    .s992 {
        min-width: 308px;
        width: 308px;
        height: 562px
    }

    .wrapper6 {
        height: 562px
    }

    .ps1126 {
        margin-left: 290px;
        margin-top: -582px
    }

    .s993 {
        min-width: 21px;
        width: 21px;
        height: 20px
    }

    .c282 {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px
    }

    .s994 {
        min-width: 320px;
        min-height: 18px
    }

    .ps1127 {
        margin-top: 4px
    }

    .s995 {
        width: 320px;
        min-height: 10px
    }

    .ps1128 {
        margin-left: 228px
    }

    .s996 {
        min-width: 43px;
        height: 10px;
        width: 43px
    }

    .f216 {
        font-size: 3px;
        font-size: calc(3px * var(--f));
        line-height: 1.334;
        padding-top: 3px;
        padding-bottom: 3px
    }

    .ps1129 {
        margin-left: 3px
    }

    body {
        --d: 5;
        --s: 320
    }
}

@media (min-width:1920px) and (-webkit-min-device-pixel-ratio:1.7),
(min-width:1920px) and (min-resolution:144dpi) {
    .c274 {
        background-image: url(../images/h/search-icon-172.png)
    }

    .webp .c274 {
        background-image: url(../images/e/search-icon-172.webp)
    }
}

@media (min-width:1200px) and (max-width:1919px) and (min-width:1200px) and (-webkit-min-device-pixel-ratio:1.7),
(min-width:1200px) and (max-width:1919px) and (min-width:1200px) and (min-resolution:144dpi) {
    .c274 {
        background-image: url(../images/e/search-icon-108.png)
    }

    .webp .c274 {
        background-image: url(../images/c/search-icon-108.webp)
    }
}

@media (min-width:960px) and (max-width:1199px) and (min-width:960px) and (-webkit-min-device-pixel-ratio:1.7),
(min-width:960px) and (max-width:1199px) and (min-width:960px) and (min-resolution:144dpi) {
    .c274 {
        background-image: url(../images/h/search-icon-86.png)
    }

    .webp .c274 {
        background-image: url(../images/0/search-icon-86-1.webp)
    }
}

@media (min-width:320px) {
    .c269 {
        background-image: url(../images/n/screenshot-2025-06-08-at-11.32.49-am-960.jpg)
    }

    .webp .c269 {
        background-image: url(../images/t/screenshot-2025-06-08-at-11.32.49-am-960.webp)
    }
}

@media (min-width:480px) {
    .c269 {
        background-image: url(../images/4/screenshot-2025-06-08-at-11.32.49-am-1536.jpg)
    }

    .webp .c269 {
        background-image: url(../images/8/screenshot-2025-06-08-at-11.32.49-am-1536.webp)
    }
}

@media (min-width:768px) {
    .c269 {
        background-image: url(../images/8/screenshot-2025-06-08-at-11.32.49-am-960.jpg)
    }

    .webp .c269 {
        background-image: url(../images/0/screenshot-2025-06-08-at-11.32.49-am-960.webp)
    }
}

@media (min-width:768px) and (-webkit-min-device-pixel-ratio:1.7),
(min-width:768px) and (min-resolution:144dpi) {
    .c269 {
        background-image: url(../images/4/screenshot-2025-06-08-at-11.32.49-am-1920.jpg)
    }

    .webp .c269 {
        background-image: url(../images/2/screenshot-2025-06-08-at-11.32.49-am-1920.webp)
    }
}

@media (min-width:960px) {
    .c269 {
        background-image: url(../images/e/screenshot-2025-06-08-at-11.32.49-am-1200.jpg)
    }

    .webp .c269 {
        background-image: url(../images/0/screenshot-2025-06-08-at-11.32.49-am-1200.webp)
    }
}

@media (min-width:1200px) {
    .c269 {
        background-image: url(../images/a/screenshot-2025-06-08-at-11.32.49-am-1352.jpg)
    }

    .webp .c269 {
        background-image: url(../images/n/screenshot-2025-06-08-at-11.32.49-am-1352.webp)
    }
}

@media (min-width:1600px) {
    .c269 {
        background-image: url(../images/p/screenshot-2025-06-08-at-11.32.49-am-2000.jpg)
    }

    .webp .c269 {
        background-image: url(../images/e/screenshot-2025-06-08-at-11.32.49-am-2000.webp)
    }
}

@media (min-width:2000px) {
    .c269 {
        background-image: url(../images/h/screenshot-2025-06-08-at-11.32.49-am-2162.jpg)
    }

    .webp .c269 {
        background-image: url(../images/6/screenshot-2025-06-08-at-11.32.49-am-2162.webp)
    }
}

body {
    --f: 1;
    min-width: 1920px
}

@media (min-width:1200px) and (max-width:1919px) {
    body {
        min-width: 1200px
    }
}

@media (min-width:960px) and (max-width:1199px) {
    body {
        min-width: 960px
    }
}

@media (min-width:768px) and (max-width:959px) {
    body {
        min-width: 768px
    }
}

@media (min-width:480px) and (max-width:767px) {
    body {
        min-width: 480px
    }
}

@media (max-width:479px) {
    body {
        min-width: 320px
    }
}

.consentPlaceholder {
    display: none
}

@font-face {
    font-display: block;
    font-family: "Lato 1";
    src: url('Lato-Light.woff2') format('woff2'), url('Lato-Light.woff') format('woff');
    font-weight: 300
}

.c286 {
    display: block;
    position: relative;
    pointer-events: none;
    min-width: 1920px;
    width: 100%;
    overflow: hidden;
    margin-top: 0;
    z-index: 21;
    min-height: 1022px
}

.v59 {
    display: block
}

.ps1130 {
    position: relative;
    margin-top: 0
}

.s997 {
    width: 100%;
    min-width: 1920px;
    height: 347px;
    padding-bottom: 0
}

.c287 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #5789c1
}

.z855 {
    pointer-events: none
}

.ps1131 {
    display: inline-block;
    width: 0;
    height: 0
}

.ps1132 {
    position: relative;
    margin-top: 11px
}

.s998 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 67px
}

.v60 {
    display: inline-block;
    vertical-align: top
}

.ps1133 {
    position: relative;
    margin-left: 66px;
    margin-top: 0
}

.ps1134 {
    position: relative;
    margin-left: 0;
    margin-top: 13px
}

.z856 {
    z-index: 61;
    pointer-events: auto
}

.i77 {
    position: absolute;
    left: 4px;
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    top: 0;
    color: #fff;
    -ms-transform: rotate(0deg) scale(1, 1);
    -moz-transform: rotate(0deg) scale(1, 1);
    -webkit-transform: rotate(0deg) scale(1, 1);
    transform: rotate(0deg) scale(1, 1)
}

.ps1135 {
    position: relative;
    margin-left: 17px;
    margin-top: 13px
}

.s999 {
    min-width: 275px;
    width: 275px;
    overflow: hidden;
    height: 40px
}

.z857 {
    z-index: 60;
    pointer-events: auto
}

.p22 {
    text-indent: 0;
    padding-bottom: 0;
    padding-right: 0;
    text-align: left
}

.f217 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.126;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps1136 {
    position: relative;
    margin-left: 42px;
    margin-top: 13px
}

.z858 {
    z-index: 62;
    pointer-events: auto
}

.i78 {
    position: absolute;
    left: 16px;
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    top: 0;
    color: #fff
}

.ps1137 {
    position: relative;
    margin-left: -2px;
    margin-top: 13px
}

.s1000 {
    min-width: 446px;
    width: 446px;
    overflow: hidden;
    height: 40px
}

.z859 {
    z-index: 64;
    pointer-events: auto
}

.ps1138 {
    position: relative;
    margin-left: 863px;
    margin-top: 0
}

.z860 {
    z-index: 63;
    pointer-events: auto
}

.a25 {
    display: block
}

.i79 {
    position: absolute;
    left: 0;
    width: 67px;
    height: 67px;
    top: 0;
    -webkit-filter: brightness(400%);
    -moz-filter: brightness(400%);
    filter: brightness(400%);
    border: 0
}

.ps1139 {
    position: relative;
    margin-top: 7px
}

.s1001 {
    margin-left: -0%;
    width: 100%;
    min-height: 262px
}

.c288 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 0 rgba(128, 128, 128, 0.2)
}

.z861 {
    z-index: 58;
    pointer-events: auto
}

.ps1140 {
    position: relative;
    margin-top: -252px
}

.s1002 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 236px
}

.ps1141 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.ps1142 {
    position: relative;
    margin-left: 0;
    margin-top: 3px
}

.z862 {
    z-index: 59;
    pointer-events: auto
}

.i80 {
    position: absolute;
    left: 0;
    width: 170px;
    height: 37px;
    top: 66px;
    -webkit-border-radius: 84px;
    -moz-border-radius: 84px;
    border-radius: 84px;
    border: 0
}

.v61 {
    display: inline-block;
    vertical-align: top;
    overflow: visible
}

.ps1143 {
    position: relative;
    margin-left: 49px;
    margin-top: 148px
}

.z863 {
    z-index: 65;
    pointer-events: auto
}

.ps1144 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s1003 {
    min-width: 0;
    width: 0;
    min-height: 0;
    height: 0
}

.m8 {
    padding: 0px 0px 0px 0px
}

.s1004 {
    min-width: 46px;
    width: 0;
    height: 0
}

.mcv15 {
    display: none
}

.v62 {
    display: none
}

.ps1145 {
    position: relative;
    margin-left: 0;
    margin-top: 92px
}

.s1005 {
    min-width: 46px;
    width: 46px;
    overflow: hidden;
    height: 26px
}

.z864 {
    pointer-events: auto
}

.p23 {
    text-indent: 0;
    padding-bottom: 0;
    padding-right: 0;
    text-align: center
}

.f218 {
    font-family: "Lato 2";
    font-size: 17px;
    font-size: calc(17px * var(--f));
    line-height: 1.295;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: transparent;
    background-color: initial;
    text-shadow: none
}

.v63 {
    display: inline-block;
    vertical-align: top
}

.ps1146 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.z865 {
    z-index: 9999
}

.mcv16 {
    display: inline-block
}

.c290 {
    border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #5789c1
}

.ps1147 {
    position: relative;
    margin-left: 0;
    margin-top: 23px
}

.s1006 {
    min-width: 159px;
    width: 159px;
    overflow: hidden;
    height: 41px
}

.f219 {
    font-family: "Lato 2";
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.220;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.v64 {
    display: none
}

.ml8 {
    outline: 0
}

.ps1148 {
    position: relative;
    margin-left: 0;
    margin-top: 7px
}

.s1007 {
    min-width: 450px;
    width: 450px;
    overflow: hidden;
    height: 41px
}

.ps1149 {
    position: relative;
    margin-left: 0;
    margin-top: 1px
}

.ps1150 {
    position: relative;
    margin-left: 160px;
    margin-top: -88px
}

.s1008 {
    min-width: 256px;
    width: 256px;
    overflow: hidden;
    height: 41px
}

.ps1151 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s1009 {
    min-width: 472px;
    width: 472px;
    overflow: hidden;
    height: 41px
}

.ps1152 {
    position: relative;
    margin-left: 0;
    margin-top: 1px
}

.ps1153 {
    position: relative;
    margin-left: 417px;
    margin-top: -88px
}

.s1010 {
    min-width: 342px;
    width: 342px;
    overflow: hidden;
    height: 41px
}

.ps1154 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s1011 {
    min-width: 429px;
    width: 429px;
    overflow: hidden;
    height: 41px
}

.ps1155 {
    position: relative;
    margin-left: 760px;
    margin-top: -88px
}

.s1012 {
    min-width: 383px;
    width: 383px;
    overflow: hidden;
    height: 41px
}

.ps1156 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.ps1157 {
    position: relative;
    margin-left: 0;
    margin-top: 7px
}

.s1013 {
    min-width: 477px;
    width: 477px;
    overflow: hidden;
    height: 41px
}

.ps1158 {
    position: relative;
    margin-left: 1144px;
    margin-top: -88px
}

.s1014 {
    min-width: 185px;
    width: 185px;
    overflow: hidden;
    height: 41px
}

.ps1159 {
    position: relative;
    margin-left: 1330px;
    margin-top: -88px
}

.s1015 {
    min-width: 108px;
    width: 108px;
    overflow: hidden;
    height: 41px
}

.ps1160 {
    position: relative;
    margin-left: 1439px;
    margin-top: -88px
}

.ps1161 {
    position: relative;
    margin-left: 1154px;
    margin-top: -236px
}

.z866 {
    z-index: 66
}

.s1016 {
    min-width: 741px;
    width: 741px;
    min-height: 79px;
    line-height: 0
}

.z867 {
    z-index: 67;
    pointer-events: auto
}

.input76 {
    border: 1px solid #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.22);
    width: 741px;
    height: 79px;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 28px;
    line-height: 1.144;
    font-weight: 400;
    font-style: italic;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input76::placeholder {
    color: rgb(0, 0, 0);
    opacity: 1
}

.ps1162 {
    position: relative;
    margin-left: 674px;
    margin-top: -73px
}

.s1017 {
    min-width: 64px;
    width: 64px;
    height: 55px;
    box-sizing: border-box
}

.c291 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    background-image: url(../images/t/search-svgrepo-com-2-.svg);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z868 {
    z-index: 68;
    pointer-events: auto
}

.a26 {
    transform: translateZ(1px);
    display: inline-block;
    width: 100%;
    height: 100%;
    z-index: 1
}

.c291:hover {
    background-color: rgba(10, 37, 134, 0.74);
    border-color: transparent;
    color: #fff;
    background-clip: padding-box
}

.c291:active {
    transition: initial
}

.ps1163 {
    position: relative;
    margin-top: -656px
}

.s1018 {
    width: 100%;
    min-width: 1920px;
    min-height: 798px;
    padding-bottom: 0
}

.c292 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: transparent
}

.z869 {
    z-index: 1;
    pointer-events: none
}

.ps1164 {
    position: relative;
    margin-top: 21px
}

.s1019 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 738px
}

.ps1165 {
    position: relative;
    margin-left: 422px;
    margin-top: 0
}

.s1020 {
    min-width: 1085px;
    width: 1085px;
    min-height: 738px;
    height: 738px
}

.i81 {
    position: absolute;
    left: 0;
    width: 1085px;
    height: 738px;
    top: 0;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    border: 0
}

.ps1166 {
    position: relative;
    margin-top: -705px
}

.s1021 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    height: 784px
}

.v65 {
    display: inline-block;
    vertical-align: top;
    pointer-events: auto
}

.ps1167 {
    position: relative;
    margin-left: 13px;
    margin-top: 0
}

.c293 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-image: -webkit-gradient(linear, 164deg, color-stop(0, rgba(10, 37, 134, 0.74)), color-stop(1, rgba(145, 6, 74, 0.72)));
    background-image: -o-linear-gradient(164deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: -webkit-linear-gradient(164deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: -ms-linear-gradient(164deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: linear-gradient(164deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%)
}

.z870 {
    z-index: 57;
    pointer-events: auto
}

.ps1168 {
    position: relative;
    margin-left: 1664px;
    margin-top: 15px
}

.z871 {
    z-index: 70
}

.i82 {
    position: absolute;
    left: 7px;
    min-width: 53px;
    max-width: 53px;
    min-height: 53px;
    max-height: 53px;
    top: 0;
    color: #fff
}

.v66 {
    display: inline-block;
    vertical-align: top;
    outline: 0
}

.ps1169 {
    position: relative;
    margin-left: 0;
    margin-top: 25px
}

.s1022 {
    min-width: 1752px;
    height: 112px;
    box-sizing: border-box;
    width: 1752px;
    padding-right: 0
}

.c294 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-image: -webkit-gradient(linear, 166deg, color-stop(0, rgba(10, 37, 134, 0.74)), color-stop(1, rgba(74, 149, 169, 0.52)));
    background-image: -o-linear-gradient(166deg, rgba(10, 37, 134, 0.74) 0%, rgba(74, 149, 169, 0.52) 100%);
    background-image: -webkit-linear-gradient(166deg, rgba(10, 37, 134, 0.74) 0%, rgba(74, 149, 169, 0.52) 100%);
    background-image: -ms-linear-gradient(166deg, rgba(10, 37, 134, 0.74) 0%, rgba(74, 149, 169, 0.52) 100%);
    background-image: linear-gradient(166deg, rgba(10, 37, 134, 0.74) 0%, rgba(74, 149, 169, 0.52) 100%);
    color: #fff;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z872 {
    z-index: 71
}

.a27 {
    transform: translateZ(1px);
    display: inline-block;
    width: 100%;
    z-index: 1
}

.f220 {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 54px;
    font-size: calc(54px * var(--f));
    line-height: 1.242;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 23px;
    padding-bottom: 22px
}

.c294::before {
    background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
    background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-clip: content-box;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin-top: 0;
    margin-left: 0;
    z-index: -1;
    transition: opacity 0.2s linear
}

.c294:hover:before {
    opacity: 1
}

.c294:hover {
    background-color: transparent;
    border-color: transparent;
    color: #161616
}

.c294::after {
    background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
    background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-clip: content-box;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin-top: 0;
    margin-left: 0;
    top: 0;
    left: 0;
    z-index: -1;
    transition: opacity 0.2s linear
}

.c294:hover:after {
    opacity: 0
}

.c294:active:before {
    opacity: 1
}

.c294:active:after {
    opacity: 1;
    transition: initial
}

.c294:active {
    transition: initial;
    color: #a1a1a1
}

.ps1170 {
    position: relative;
    margin-left: 0;
    margin-top: 8px
}

.s1023 {
    min-width: 1752px;
    width: 1752px;
    min-height: 171px;
    line-height: 0
}

.s1024 {
    min-width: 1752px;
    height: 112px;
    box-sizing: border-box;
    width: 1752px;
    padding-right: 0
}

.z873 {
    z-index: 72;
    pointer-events: auto
}

.ps1171 {
    position: relative;
    margin-left: 0;
    margin-top: -53px
}

.s1025 {
    min-width: 1752px;
    height: 112px;
    box-sizing: border-box;
    width: 1752px;
    padding-right: 0
}

.z874 {
    z-index: 73;
    pointer-events: auto
}

.ps1172 {
    position: relative;
    margin-left: 0;
    margin-top: -112px
}

.z875 {
    z-index: 74;
    pointer-events: auto
}

.ps1173 {
    position: relative;
    margin-left: 0;
    margin-top: -112px
}

.z876 {
    z-index: 75;
    pointer-events: auto
}

.ps1174 {
    position: relative;
    margin-left: 0;
    margin-top: -112px
}

.z877 {
    z-index: 76;
    pointer-events: auto
}

.ps1175 {
    position: relative;
    margin-left: 37px;
    margin-top: 0
}

.z878 {
    z-index: 77
}

.ps1176 {
    position: relative;
    margin-left: 32px;
    margin-top: 18px
}

.z879 {
    z-index: 78
}

.ps1177 {
    position: relative;
    margin-left: 32px;
    margin-top: 8px
}

.s1026 {
    min-width: 1752px;
    height: 117px;
    box-sizing: border-box;
    width: 1752px;
    padding-right: 0
}

.z880 {
    z-index: 79
}

.f221 {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 54px;
    font-size: calc(54px * var(--f));
    line-height: 1.242;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 25px;
    padding-bottom: 25px
}

.ps1178 {
    position: relative;
    margin-top: -80px
}

.s1027 {
    width: 100%;
    min-width: 1920px;
    min-height: 1310px;
    padding-bottom: 0
}

.c295 {
    border-top: 1px solid #677a85;
    border-bottom: 1px solid #677a85;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff
}

.z881 {
    z-index: 3;
    pointer-events: none
}

.ps1179 {
    position: relative;
    margin-top: 0
}

.s1028 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 1232px
}

.ps1180 {
    position: relative;
    margin-left: 67px;
    margin-top: 0
}

.s1029 {
    min-width: 1586px;
    width: 1586px;
    min-height: 1232px
}

.s1030 {
    min-width: 645px;
    width: 645px;
    min-height: 933px;
    line-height: 0
}

.ps1181 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s1031 {
    min-width: 645px;
    width: 645px;
    min-height: 933px
}

.z882 {
    z-index: 4
}

.s1032 {
    min-width: 645px;
    width: 645px;
    height: 933px
}

.c296 {
    border: 0;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
    background-image: -webkit-gradient(linear, 155deg, color-stop(0, rgba(145, 6, 74, 0.72)), color-stop(1, rgba(10, 37, 134, 0.74)));
    background-image: -o-linear-gradient(155deg, rgba(145, 6, 74, 0.72) 0%, rgba(10, 37, 134, 0.74) 100%);
    background-image: -webkit-linear-gradient(155deg, rgba(145, 6, 74, 0.72) 0%, rgba(10, 37, 134, 0.74) 100%);
    background-image: -ms-linear-gradient(155deg, rgba(145, 6, 74, 0.72) 0%, rgba(10, 37, 134, 0.74) 100%);
    background-image: linear-gradient(155deg, rgba(145, 6, 74, 0.72) 0%, rgba(10, 37, 134, 0.74) 100%)
}

.z883 {
    z-index: 5
}

.ps1182 {
    position: relative;
    margin-left: 28px;
    margin-top: 162px
}

.s1033 {
    min-width: 589px;
    width: 589px;
    height: 100px
}

.z884 {
    z-index: 6;
    pointer-events: auto
}

.input77 {
    border: 1px solid #c0c0c0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    width: 589px;
    height: 100px;
    font-family: "Lato 2";
    font-size: 28px;
    line-height: 1.215;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.56);
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 8px
}

.input77::placeholder {
    color: rgb(0, 0, 0);
    opacity: 1
}

.ps1183 {
    position: relative;
    margin-left: 30px;
    margin-top: 24px
}

.s1034 {
    min-width: 589px;
    width: 589px;
    height: 95px
}

.z885 {
    z-index: 7;
    pointer-events: auto
}

.input78 {
    border: 1px solid #c0c0c0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    width: 589px;
    height: 95px;
    font-family: "Lato 2";
    font-size: 28px;
    line-height: 1.215;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.56);
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 8px
}

.input78::placeholder {
    color: rgb(0, 0, 0);
    opacity: 1
}

.ps1184 {
    position: relative;
    margin-left: 28px;
    margin-top: 18px
}

.s1035 {
    min-width: 589px;
    width: 589px;
    height: 100px
}

.z886 {
    z-index: 8;
    pointer-events: auto
}

.input79 {
    border: 1px solid #c0c0c0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    width: 589px;
    height: 100px;
    font-family: "Lato 2";
    font-size: 28px;
    line-height: 1.215;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.56);
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 8px
}

.input79::placeholder {
    color: rgb(0, 0, 0);
    opacity: 1
}

.ps1185 {
    position: relative;
    margin-left: 28px;
    margin-top: 22px
}

.s1036 {
    min-width: 589px;
    width: 589px;
    height: 272px
}

.z887 {
    z-index: 9;
    pointer-events: auto
}

.input80 {
    border: 1px solid #c0c0c0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    width: 589px;
    height: 272px;
    font-family: "Lato 2";
    font-size: 28px;
    line-height: 1.215;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.56);
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 8px
}

.input80::placeholder {
    color: rgb(0, 0, 0);
    opacity: 1
}

.ps1186 {
    position: relative;
    margin-left: 120px;
    margin-top: 39px
}

.s1037 {
    min-width: 348px;
    height: 86px;
    box-sizing: border-box;
    width: 344px;
    padding-right: 0
}

.c297 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 2px solid #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: transparent;
    box-shadow: 0 2px 25px rgba(28, 92, 132, 0.62);
    color: #fff;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear
}

.z888 {
    z-index: 10;
    pointer-events: auto
}

.f222 {
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    z-index: 1;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.188;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 22px;
    padding-bottom: 22px
}

.c297:hover {
    background-color: #82939e;
    background-clip: padding-box;
    border-color: #000;
    color: #000
}

.c297:active {
    transition: initial;
    background-color: #52646f;
    color: #fff
}

.ps1187 {
    position: relative;
    margin-left: 192px;
    margin-top: -800px
}

.s1038 {
    min-width: 261px;
    width: 261px;
    overflow: hidden;
    height: 98px
}

.z889 {
    z-index: 11;
    pointer-events: auto
}

.f223 {
    font-family: "Hanken Grotesk 6";
    font-size: 51px;
    font-size: calc(51px * var(--f));
    line-height: 1.825;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps1188 {
    position: relative;
    margin-left: 138px;
    margin-top: 406px
}

.s1039 {
    min-width: 803px;
    width: 803px;
    min-height: 826px;
    line-height: 0
}

.ps1189 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s1040 {
    min-width: 803px;
    width: 803px;
    overflow: hidden;
    height: 82px
}

.z890 {
    z-index: 15;
    pointer-events: auto
}

.p24 {
    text-indent: 0;
    padding-bottom: 0;
    padding-right: 0;
    text-align: justify
}

.f224 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 41px;
    font-size: calc(41px * var(--f));
    line-height: 1.611;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: rgba(56, 123, 49, 0.55);
    background-color: initial;
    text-shadow: none
}

.ps1190 {
    position: relative;
    margin-left: 0;
    margin-top: 24px
}

.s1041 {
    min-width: 803px;
    width: 803px;
    min-height: 85px
}

.ps1191 {
    position: relative;
    margin-left: 0;
    margin-top: 3px
}

.s1042 {
    min-width: 96px;
    width: 96px;
    min-height: 82px;
    height: 82px
}

.z891 {
    z-index: 16;
    pointer-events: auto
}

.i83 {
    position: absolute;
    left: 0;
    min-width: 82px;
    max-width: 82px;
    min-height: 82px;
    max-height: 82px;
    top: 0
}

.ps1192 {
    position: relative;
    margin-left: 14px;
    margin-top: 0
}

.s1043 {
    min-width: 693px;
    width: 693px;
    overflow: hidden;
    height: 85px
}

.z892 {
    z-index: 12;
    pointer-events: auto
}

.f225 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 38px;
    font-size: calc(38px * var(--f));
    line-height: 1.606;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #161616;
    background-color: initial;
    text-shadow: none
}

.ps1193 {
    position: relative;
    margin-left: 0;
    margin-top: 14px
}

.s1044 {
    min-width: 803px;
    width: 803px;
    min-height: 85px
}

.ps1194 {
    position: relative;
    margin-left: 0;
    margin-top: 3px
}

.s1045 {
    min-width: 96px;
    width: 96px;
    min-height: 82px;
    height: 82px
}

.z893 {
    z-index: 18;
    pointer-events: auto
}

.i84 {
    position: absolute;
    left: 0;
    min-width: 82px;
    max-width: 82px;
    min-height: 82px;
    max-height: 82px;
    top: 0
}

.ps1195 {
    position: relative;
    margin-left: 14px;
    margin-top: 0
}

.s1046 {
    min-width: 693px;
    width: 693px;
    overflow: hidden;
    height: 85px
}

.z894 {
    z-index: 13;
    pointer-events: auto
}

.f226 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 38px;
    font-size: calc(38px * var(--f));
    line-height: 1.606;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #161616;
    background-color: initial;
    text-shadow: none
}

.ps1196 {
    position: relative;
    margin-left: 0;
    margin-top: 9px
}

.s1047 {
    min-width: 803px;
    width: 803px;
    min-height: 182px
}

.ps1197 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s1048 {
    min-width: 96px;
    width: 96px;
    min-height: 82px;
    height: 82px
}

.z895 {
    z-index: 14;
    pointer-events: auto
}

.i85 {
    position: absolute;
    left: 0;
    min-width: 82px;
    max-width: 82px;
    min-height: 82px;
    max-height: 82px;
    top: 0
}

.ps1198 {
    position: relative;
    margin-left: 14px;
    margin-top: 0
}

.s1049 {
    min-width: 693px;
    width: 693px;
    overflow: hidden;
    height: 182px
}

.z896 {
    z-index: 17;
    pointer-events: auto
}

.f227 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 38px;
    font-size: calc(38px * var(--f));
    line-height: 1.606;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #161616;
    background-color: initial;
    text-shadow: none
}

.ps1199 {
    position: relative;
    margin-left: 0;
    margin-top: 25px
}

.s1050 {
    min-width: 568px;
    width: 568px;
    min-height: 320px
}

.ps1200 {
    position: relative;
    margin-left: 0;
    margin-top: 14px
}

.s1051 {
    min-width: 96px;
    width: 96px;
    min-height: 82px;
    height: 82px
}

.z897 {
    z-index: 20;
    pointer-events: auto
}

.i86 {
    position: absolute;
    left: 0;
    min-width: 82px;
    max-width: 82px;
    min-height: 82px;
    max-height: 82px;
    top: 0
}

.ps1201 {
    position: relative;
    margin-left: 14px;
    margin-top: 0
}

.s1052 {
    min-width: 458px;
    width: 458px;
    min-height: 320px
}

.z898 {
    z-index: 19;
    pointer-events: auto
}

.placeholder1 {
    position: absolute;
    width: 100%;
    height: 320px;
    background-color: #f0f0f0;
    border-radius: 10px
}

.map1 {
    line-height: 1.5
}

.un530-label {
    font-size: 12px;
    line-height: 1.5
}

.ps1202 {
    position: relative;
    margin-top: 17px
}

.s1053 {
    width: 100%;
    min-width: 1920px;
    height: 830px;
    padding-bottom: 0
}

.c298 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #000
}

.z899 {
    z-index: 69;
    pointer-events: none
}

.ps1203 {
    position: relative;
    margin-top: 0
}

.s1054 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 776px
}

.ps1204 {
    position: relative;
    margin-left: 50px;
    margin-top: 0
}

.s1055 {
    min-width: 1831px;
    width: 1831px;
    min-height: 414px
}

.ps1205 {
    position: relative;
    margin-left: 0;
    margin-top: 33px
}

.z900 {
    z-index: 22;
    pointer-events: auto
}

.i87 {
    position: absolute;
    left: 10px;
    width: 181px;
    height: 178px;
    top: 0;
    -webkit-border-radius: 89px;
    -moz-border-radius: 89px;
    border-radius: 89px;
    box-shadow: 0 3px 40px 5px rgba(0, 0, 0, 0.22);
    border: 0
}

.ps1206 {
    position: relative;
    margin-left: 194px;
    margin-top: 33px
}

.s1056 {
    min-width: 346px;
    width: 346px;
    overflow: hidden;
    height: 66px
}

.z901 {
    z-index: 23;
    pointer-events: auto
}

.f228 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 41px;
    font-size: calc(41px * var(--f));
    line-height: 1.391;
    font-weight: 700;
    font-style: italic;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps1207 {
    position: relative;
    margin-left: -341px;
    margin-top: 0
}

.s1057 {
    min-width: 737px;
    width: 737px;
    min-height: 368px;
    line-height: 0
}

.ps1208 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.z902 {
    z-index: 33
}

.z903 {
    z-index: 40
}

.s1058 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 42px
}

.z904 {
    z-index: 41;
    pointer-events: auto
}

.f229 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.126;
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps1209 {
    position: relative;
    margin-left: 0;
    margin-top: 10px
}

.s1059 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 40px
}

.z905 {
    z-index: 42;
    pointer-events: auto
}

.f230 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.001;
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps1210 {
    position: relative;
    margin-left: 3px;
    margin-top: 8px
}

.s1060 {
    min-width: 338px;
    width: 338px;
    overflow: hidden;
    height: 48px
}

.z906 {
    z-index: 43;
    pointer-events: auto
}

.ps1211 {
    position: relative;
    margin-left: 0;
    margin-top: 8px
}

.s1061 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 46px
}

.z907 {
    z-index: 44;
    pointer-events: auto
}

.ps1212 {
    position: relative;
    margin-left: 0;
    margin-top: 8px
}

.s1062 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 45px
}

.z908 {
    z-index: 45;
    pointer-events: auto
}

.ps1213 {
    position: relative;
    margin-left: 0;
    margin-top: 8px
}

.s1063 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 48px
}

.z909 {
    z-index: 46;
    pointer-events: auto
}

.ps1214 {
    position: relative;
    margin-left: 0;
    margin-top: 6px
}

.s1064 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 51px
}

.z910 {
    z-index: 47;
    pointer-events: auto
}

.ps1215 {
    position: relative;
    margin-left: 40px;
    margin-top: 2px
}

.s1065 {
    min-width: 355px;
    width: 355px;
    min-height: 308px;
    line-height: 0
}

.ps1216 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s1066 {
    min-width: 350px;
    width: 350px;
    overflow: hidden;
    height: 40px
}

.z911 {
    z-index: 34;
    pointer-events: auto
}

.ps1217 {
    position: relative;
    margin-left: 0;
    margin-top: 6px
}

.s1067 {
    min-width: 352px;
    width: 352px;
    overflow: hidden;
    height: 43px
}

.z912 {
    z-index: 35;
    pointer-events: auto
}

.ps1218 {
    position: relative;
    margin-left: 0;
    margin-top: 9px
}

.s1068 {
    min-width: 352px;
    width: 352px;
    overflow: hidden;
    height: 46px
}

.z913 {
    z-index: 36;
    pointer-events: auto
}

.ps1219 {
    position: relative;
    margin-left: 0;
    margin-top: 10px
}

.s1069 {
    min-width: 350px;
    width: 350px;
    overflow: hidden;
    height: 46px
}

.z914 {
    z-index: 37;
    pointer-events: auto
}

.ps1220 {
    position: relative;
    margin-left: 0;
    margin-top: 62px
}

.s1070 {
    min-width: 355px;
    width: 355px;
    overflow: hidden;
    height: 46px
}

.z915 {
    z-index: 39;
    pointer-events: auto
}

.f231 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.126;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps1221 {
    position: relative;
    margin-left: 383px;
    margin-top: -158px
}

.s1071 {
    min-width: 354px;
    width: 354px;
    overflow: hidden;
    height: 45px
}

.z916 {
    z-index: 38;
    pointer-events: auto
}

.ps1222 {
    position: relative;
    margin-left: 0;
    margin-top: -248px
}

.s1072 {
    min-width: 733px;
    width: 733px;
    min-height: 5px;
    -ms-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.c299 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: rgba(28, 92, 132, 0.62)
}

.z917 {
    z-index: 26
}

.ps1223 {
    position: relative;
    margin-left: 86px;
    margin-top: 0
}

.s1073 {
    min-width: 440px;
    width: 440px;
    min-height: 414px
}

.z918 {
    z-index: 48
}

.ps1224 {
    position: relative;
    margin-left: 1px;
    margin-top: 0
}

.s1074 {
    min-width: 438px;
    width: 438px;
    min-height: 103px
}

.s1075 {
    min-width: 438px;
    width: 438px;
    min-height: 103px;
    line-height: 0
}

.s1076 {
    min-width: 438px;
    width: 438px;
    overflow: hidden;
    height: 53px
}

.z919 {
    z-index: 49;
    pointer-events: auto
}

.ps1225 {
    position: relative;
    margin-left: 0;
    margin-top: -1px
}

.s1077 {
    min-width: 438px;
    width: 438px;
    overflow: hidden;
    height: 51px
}

.z920 {
    z-index: 50;
    pointer-events: auto
}

.ps1226 {
    position: relative;
    margin-left: 1px;
    margin-top: 2px
}

.s1078 {
    min-width: 438px;
    width: 438px;
    overflow: hidden;
    height: 53px
}

.z921 {
    z-index: 51;
    pointer-events: auto
}

.f232 {
    font-family: "Lato 2";
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.220;
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps1227 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s1079 {
    min-width: 440px;
    width: 440px;
    overflow: hidden;
    height: 48px
}

.z922 {
    z-index: 52;
    pointer-events: auto
}

.ps1228 {
    position: relative;
    margin-left: 0;
    margin-top: 3px
}

.s1080 {
    min-width: 440px;
    width: 440px;
    overflow: hidden;
    height: 50px
}

.z923 {
    z-index: 53;
    pointer-events: auto
}

.ps1229 {
    position: relative;
    margin-left: 0;
    margin-top: 1px
}

.s1081 {
    min-width: 440px;
    width: 440px;
    overflow: hidden;
    height: 53px
}

.z924 {
    z-index: 54;
    pointer-events: auto
}

.ps1230 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s1082 {
    min-width: 440px;
    width: 440px;
    overflow: hidden;
    height: 51px
}

.z925 {
    z-index: 55;
    pointer-events: auto
}

.ps1231 {
    position: relative;
    margin-left: 1px;
    margin-top: 0
}

.s1083 {
    min-width: 438px;
    width: 438px;
    overflow: hidden;
    height: 50px
}

.z926 {
    z-index: 56;
    pointer-events: auto
}

.ps1232 {
    position: relative;
    margin-left: 1225px;
    margin-top: -381px
}

.s1084 {
    min-width: 606px;
    width: 606px;
    min-height: 90px;
    line-height: 0
}

.ps1233 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s1085 {
    min-width: 518px;
    width: 518px;
    overflow: hidden;
    height: 66px
}

.z927 {
    z-index: 24;
    pointer-events: auto
}

.f233 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 38px;
    font-size: calc(38px * var(--f));
    line-height: 1.606;
    font-weight: 700;
    font-style: italic;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps1234 {
    position: relative;
    margin-left: 0;
    margin-top: 19px
}

.s1086 {
    min-width: 606px;
    width: 606px;
    min-height: 5px;
    -ms-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.z928 {
    z-index: 25
}

.ps1235 {
    position: relative;
    margin-left: 778px;
    margin-top: 162px
}

.z929 {
    z-index: 28;
    pointer-events: auto
}

.ps1236 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.z930 {
    z-index: 30;
    pointer-events: auto
}

.i88 {
    position: absolute;
    left: 0;
    width: 110px;
    height: 96px;
    top: 0;
    border: 0
}

.ps1237 {
    position: relative;
    margin-left: -10px;
    margin-top: 0
}

.z931 {
    z-index: 31;
    pointer-events: auto
}

.i89 {
    position: absolute;
    left: 0;
    width: 102px;
    height: 90px;
    top: 0;
    border: 0
}

.ps1238 {
    position: relative;
    margin-left: 4px;
    margin-top: 11px
}

.z932 {
    z-index: 32;
    pointer-events: auto
}

.i90 {
    position: absolute;
    left: 11px;
    width: 67px;
    height: 67px;
    top: 0;
    border: 0
}

.ps1239 {
    position: relative;
    margin-left: 138px;
    margin-top: 0
}

.s1087 {
    min-width: 1667px;
    width: 1667px;
    min-height: 8px;
    -ms-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.z933 {
    z-index: 27
}

.ps1240 {
    position: relative;
    margin-left: 146px;
    margin-top: 16px
}

.s1088 {
    min-width: 1669px;
    width: 1669px;
    overflow: hidden;
    height: 80px
}

.z934 {
    z-index: 29;
    pointer-events: auto
}

.f234 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 24px;
    font-size: calc(24px * var(--f));
    line-height: 1.584;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.s1089 {
    width: 100%;
    width: calc(100% - var(--sw));
    min-width: 1920px;
    min-height: 107px
}

.c300 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #a1a1a1
}

.z935 {
    z-index: 81;
    pointer-events: none
}

.ps1241 {
    position: relative;
    margin-top: 22px
}

.s1090 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 62px
}

.ps1242 {
    position: relative;
    margin-left: 1365px;
    margin-top: 0
}

.s1091 {
    min-width: 254px;
    height: 62px;
    box-sizing: border-box;
    width: 254px;
    padding-right: 0
}

.c301 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #161616;
    color: #a1a1a1;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear
}

.f235 {
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    z-index: 1;
    font-family: "Hanken Grotesk 3";
    font-size: 22px;
    font-size: calc(22px * var(--f));
    line-height: 1.319;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 17px;
    padding-bottom: 16px
}

.c301:hover {
    background-color: #06341d;
    background-clip: padding-box;
    color: #161616
}

.c301:active {
    transition: initial;
    color: #a1a1a1
}

.ps1243 {
    position: relative;
    margin-left: 24px;
    margin-top: 0
}

.c302 {
    display: inline-block;
    position: relative;
    margin-left: 0;
    margin-top: 0
}

body {
    --d: 0;
    --s: 1920
}

@media (min-width:1200px) and (max-width:1919px) {
    .c286 {
        min-width: 1200px;
        min-height: 679px
    }

    .s997 {
        min-width: 1200px;
        height: 256px
    }

    .ps1132 {
        margin-top: 7px
    }

    .s998 {
        width: 1200px;
        min-height: 42px
    }

    .ps1133 {
        margin-left: 41px
    }

    .ps1134 {
        margin-top: 8px
    }

    .i77 {
        left: 3px;
        min-width: 25px;
        max-width: 25px;
        min-height: 25px;
        max-height: 25px
    }

    .ps1135 {
        margin-left: 11px;
        margin-top: 8px
    }

    .s999 {
        min-width: 172px;
        width: 172px;
        height: 25px
    }

    .f217 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .ps1136 {
        margin-left: 26px;
        margin-top: 8px
    }

    .i78 {
        left: 10px;
        min-width: 25px;
        max-width: 25px;
        min-height: 25px;
        max-height: 25px
    }

    .ps1137 {
        margin-left: -1px;
        margin-top: 8px
    }

    .s1000 {
        min-width: 279px;
        width: 279px;
        height: 25px
    }

    .ps1138 {
        margin-left: 539px
    }

    .i79 {
        width: 42px;
        height: 42px
    }

    .ps1139 {
        margin-top: 4px
    }

    .s1001 {
        min-height: 203px
    }

    .ps1140 {
        margin-top: -176px
    }

    .s1002 {
        width: 1200px;
        min-height: 167px
    }

    .ps1141 {
        margin-left: 27px
    }

    .ps1142 {
        margin-top: 6px
    }

    .i80 {
        width: 358px;
        height: 79px;
        top: 2px;
        -webkit-border-radius: 42px;
        -moz-border-radius: 42px;
        border-radius: 42px
    }

    .ps1143 {
        margin-left: 46px;
        margin-top: 41px
    }

    .s1004 {
        min-width: 30px
    }

    .ps1145 {
        margin-top: 56px
    }

    .s1005 {
        min-width: 30px;
        width: 30px;
        height: 18px
    }

    .f218 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.365
    }

    .ps1147 {
        margin-top: 5px
    }

    .s1006 {
        min-width: 117px;
        width: 117px;
        height: 26px
    }

    .f219 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201
    }

    .ps1148 {
        margin-top: 4px
    }

    .s1007 {
        min-width: 281px;
        width: 281px;
        height: 26px
    }

    .ps1150 {
        margin-left: 119px;
        margin-top: -36px
    }

    .s1008 {
        min-width: 178px;
        width: 178px;
        height: 26px
    }

    .s1009 {
        min-width: 295px;
        width: 295px;
        height: 26px
    }

    .ps1153 {
        margin-left: 299px;
        margin-top: -36px
    }

    .s1010 {
        min-width: 231px;
        width: 231px;
        height: 26px
    }

    .s1011 {
        min-width: 268px;
        width: 268px;
        height: 26px
    }

    .ps1155 {
        margin-left: 532px;
        margin-top: -36px
    }

    .s1012 {
        min-width: 257px;
        width: 257px;
        height: 26px
    }

    .ps1157 {
        margin-top: 4px
    }

    .s1013 {
        min-width: 298px;
        width: 298px;
        height: 26px
    }

    .ps1158 {
        margin-left: 791px;
        margin-top: -36px
    }

    .s1014 {
        min-width: 133px;
        width: 133px;
        height: 26px
    }

    .ps1159 {
        margin-left: 926px;
        margin-top: -36px
    }

    .s1015 {
        min-width: 85px;
        width: 85px;
        height: 26px
    }

    .ps1160 {
        margin-left: 1013px;
        margin-top: -36px
    }

    .ps1161 {
        margin-left: 700px;
        margin-top: -167px
    }

    .s1016 {
        min-width: 464px;
        width: 464px;
        min-height: 49px
    }

    .input76 {
        width: 464px;
        height: 49px;
        font-size: 18px;
        line-height: 1.168
    }

    .ps1162 {
        margin-left: 431px;
        margin-top: -41px
    }

    .s1017 {
        min-width: 27px;
        width: 27px;
        height: 33px
    }

    .ps1163 {
        margin-top: -411px
    }

    .s1018 {
        min-width: 1200px;
        min-height: 642px
    }

    .ps1164 {
        margin-top: 25px
    }

    .s1019 {
        width: 1200px;
        min-height: 590px
    }

    .ps1165 {
        margin-left: 157px
    }

    .s1020 {
        min-width: 886px;
        width: 886px;
        min-height: 590px;
        height: 590px
    }

    .i81 {
        width: 886px;
        height: 590px
    }

    .ps1166 {
        margin-top: -623px
    }

    .s1021 {
        width: 1200px;
        height: 490px
    }

    .ps1167 {
        margin-left: 8px
    }

    .ps1168 {
        margin-left: 1040px;
        margin-top: 9px
    }

    .i82 {
        left: 5px;
        min-width: 33px;
        max-width: 33px;
        min-height: 33px;
        max-height: 33px
    }

    .ps1169 {
        margin-top: 16px
    }

    .s1022 {
        min-width: 1095px;
        height: 70px;
        width: 1095px
    }

    .f220 {
        font-size: 34px;
        font-size: calc(34px * var(--f));
        line-height: 1.207;
        padding-top: 15px;
        padding-bottom: 14px
    }

    .c294::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c294:hover:before {
        opacity: 1
    }

    .c294::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c294:hover:after {
        opacity: 0
    }

    .c294:active:before {
        opacity: 1
    }

    .c294:active:after {
        opacity: 1;
        transition: initial
    }

    .ps1170 {
        margin-top: 5px
    }

    .s1023 {
        min-width: 1095px;
        width: 1095px;
        min-height: 107px
    }

    .s1024 {
        min-width: 1095px;
        height: 70px;
        width: 1095px
    }

    .ps1171 {
        margin-top: -33px
    }

    .s1025 {
        min-width: 1095px;
        height: 70px;
        width: 1095px
    }

    .ps1172 {
        margin-top: -70px
    }

    .ps1173 {
        margin-top: -70px
    }

    .ps1174 {
        margin-top: -70px
    }

    .ps1175 {
        margin-left: 23px
    }

    .ps1176 {
        margin-left: 20px;
        margin-top: 11px
    }

    .ps1177 {
        margin-left: 20px;
        margin-top: 5px
    }

    .s1026 {
        min-width: 1095px;
        height: 73px;
        width: 1095px
    }

    .f221 {
        font-size: 34px;
        font-size: calc(34px * var(--f));
        line-height: 1.207;
        padding-top: 16px;
        padding-bottom: 16px
    }

    .ps1178 {
        margin-top: 132px
    }

    .s1027 {
        min-width: 1200px;
        min-height: 819px
    }

    .ps1179 {
        margin-top: 55px
    }

    .s1028 {
        width: 1200px;
        min-height: 606px
    }

    .ps1180 {
        margin-left: 108px
    }

    .s1029 {
        min-width: 1064px;
        width: 1064px;
        min-height: 606px
    }

    .s1030 {
        min-width: 403px;
        width: 403px;
        min-height: 583px
    }

    .s1031 {
        min-width: 403px;
        width: 403px;
        min-height: 583px
    }

    .s1032 {
        min-width: 403px;
        width: 403px;
        height: 583px
    }

    .ps1182 {
        margin-left: 22px;
        margin-top: 95px
    }

    .s1033 {
        min-width: 369px;
        width: 369px;
        height: 63px
    }

    .input77 {
        width: 369px;
        height: 63px;
        font-size: 18px;
        line-height: 1.223
    }

    .ps1183 {
        margin-left: 23px;
        margin-top: 14px
    }

    .s1034 {
        min-width: 369px;
        width: 369px;
        height: 60px
    }

    .input78 {
        width: 369px;
        height: 60px;
        font-size: 18px;
        line-height: 1.223
    }

    .ps1184 {
        margin-left: 22px;
        margin-top: 11px
    }

    .s1035 {
        min-width: 369px;
        width: 369px;
        height: 63px
    }

    .input79 {
        width: 369px;
        height: 63px;
        font-size: 18px;
        line-height: 1.223
    }

    .ps1185 {
        margin-left: 22px;
        margin-top: 13px
    }

    .s1036 {
        min-width: 369px;
        width: 369px;
        height: 171px
    }

    .input80 {
        width: 369px;
        height: 171px;
        font-size: 18px;
        line-height: 1.223
    }

    .ps1186 {
        margin-left: 88px;
        margin-top: 17px
    }

    .s1037 {
        min-width: 219px;
        height: 55px;
        width: 215px
    }

    .f222 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.151;
        padding-top: 14px;
        padding-bottom: 14px
    }

    .ps1187 {
        margin-left: 113px;
        margin-top: -564px
    }

    .s1038 {
        min-width: 163px;
        width: 163px;
        height: 61px
    }

    .f223 {
        font-size: 32px;
        font-size: calc(32px * var(--f));
        line-height: 1.845
    }

    .ps1188 {
        margin-left: 218px;
        margin-top: 8px
    }

    .s1039 {
        min-width: 443px;
        width: 443px;
        min-height: 598px
    }

    .ps1189 {
        margin-left: 62px
    }

    .s1040 {
        min-width: 381px;
        width: 381px;
        height: 51px
    }

    .f224 {
        font-size: 26px;
        font-size: calc(26px * var(--f));
        line-height: 1.578
    }

    .ps1190 {
        margin-left: 5px;
        margin-top: 43px
    }

    .s1041 {
        min-width: 419px;
        width: 419px;
        min-height: 53px
    }

    .ps1191 {
        margin-top: 2px
    }

    .s1042 {
        min-width: 60px;
        width: 60px;
        min-height: 51px;
        height: 51px
    }

    .i83 {
        min-width: 51px;
        max-width: 51px;
        min-height: 51px;
        max-height: 51px
    }

    .ps1192 {
        margin-left: 22px
    }

    .s1043 {
        min-width: 337px;
        width: 337px;
        height: 53px
    }

    .f225 {
        font-size: 24px;
        font-size: calc(24px * var(--f));
        line-height: 1.584
    }

    .ps1193 {
        margin-left: 5px;
        margin-top: 29px
    }

    .s1044 {
        min-width: 419px;
        width: 419px;
        min-height: 57px
    }

    .ps1194 {
        margin-top: 6px
    }

    .s1045 {
        min-width: 60px;
        width: 60px;
        min-height: 51px;
        height: 51px
    }

    .i84 {
        min-width: 51px;
        max-width: 51px;
        min-height: 51px;
        max-height: 51px
    }

    .ps1195 {
        margin-left: 22px
    }

    .s1046 {
        min-width: 337px;
        width: 337px;
        height: 53px
    }

    .f226 {
        font-size: 24px;
        font-size: calc(24px * var(--f));
        line-height: 1.584
    }

    .ps1196 {
        margin-left: 10px;
        margin-top: 25px
    }

    .s1047 {
        min-width: 414px;
        width: 414px;
        min-height: 114px
    }

    .ps1197 {
        margin-top: 25px
    }

    .s1048 {
        min-width: 50px;
        width: 50px;
        min-height: 51px;
        height: 51px
    }

    .i85 {
        min-width: 50px;
        max-width: 50px;
        min-height: 50px;
        max-height: 50px
    }

    .ps1198 {
        margin-left: 27px
    }

    .s1049 {
        min-width: 337px;
        width: 337px;
        height: 114px
    }

    .f227 {
        font-size: 24px;
        font-size: calc(24px * var(--f));
        line-height: 1.584
    }

    .ps1199 {
        margin-top: 26px
    }

    .s1050 {
        min-width: 373px;
        width: 373px;
        min-height: 200px
    }

    .ps1200 {
        margin-top: 28px
    }

    .s1051 {
        min-width: 60px;
        width: 60px;
        min-height: 51px;
        height: 51px
    }

    .i86 {
        min-width: 51px;
        max-width: 51px;
        min-height: 51px;
        max-height: 51px
    }

    .ps1201 {
        margin-left: 27px
    }

    .s1052 {
        min-width: 286px;
        width: 286px;
        min-height: 200px
    }

    .placeholder1 {
        height: 200px
    }

    .s1053 {
        min-width: 1200px;
        height: 519px
    }

    .ps1203 {
        margin-top: 21px
    }

    .s1054 {
        width: 1200px;
        min-height: 464px
    }

    .ps1204 {
        margin-left: 31px
    }

    .s1055 {
        min-width: 1145px;
        width: 1145px;
        min-height: 321px
    }

    .ps1205 {
        margin-top: 0
    }

    .i87 {
        left: 7px;
        width: 113px;
        height: 111px;
        -webkit-border-radius: 56px;
        -moz-border-radius: 56px;
        border-radius: 56px
    }

    .ps1206 {
        margin-left: 122px;
        margin-top: 0
    }

    .s1056 {
        min-width: 216px;
        width: 216px;
        height: 41px
    }

    .f228 {
        font-size: 26px;
        font-size: calc(26px * var(--f));
        line-height: 1.386
    }

    .ps1207 {
        margin-left: -213px;
        margin-top: 54px
    }

    .s1057 {
        min-width: 482px;
        width: 482px;
        min-height: 236px
    }

    .ps1208 {
        margin-top: 6px
    }

    .s1058 {
        min-width: 213px;
        width: 213px;
        height: 26px
    }

    .f229 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f229:visited {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f229:hover {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f229:active {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .ps1209 {
        margin-top: 6px
    }

    .s1059 {
        min-width: 213px;
        width: 213px;
        height: 25px
    }

    .f230 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.051
    }

    .f230:visited {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.051
    }

    .f230:hover {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.051
    }

    .f230:active {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.051
    }

    .ps1210 {
        margin-left: 2px;
        margin-top: 5px
    }

    .s1060 {
        min-width: 211px;
        width: 211px;
        height: 30px
    }

    .ps1211 {
        margin-top: 5px
    }

    .s1061 {
        min-width: 213px;
        width: 213px;
        height: 29px
    }

    .ps1212 {
        margin-top: 5px
    }

    .s1062 {
        min-width: 213px;
        width: 213px;
        height: 28px
    }

    .ps1213 {
        margin-top: 5px
    }

    .s1063 {
        min-width: 213px;
        width: 213px;
        height: 30px
    }

    .ps1214 {
        margin-top: 4px
    }

    .s1064 {
        min-width: 213px;
        width: 213px;
        height: 32px
    }

    .ps1215 {
        margin-left: 25px;
        margin-top: 1px
    }

    .s1065 {
        min-width: 222px;
        width: 222px;
        min-height: 193px
    }

    .s1066 {
        min-width: 219px;
        width: 219px;
        height: 25px
    }

    .ps1217 {
        margin-top: 4px
    }

    .s1067 {
        min-width: 220px;
        width: 220px;
        height: 27px
    }

    .ps1218 {
        margin-top: 5px
    }

    .s1068 {
        min-width: 220px;
        width: 220px;
        height: 29px
    }

    .ps1219 {
        margin-top: 6px
    }

    .s1069 {
        min-width: 219px;
        width: 219px;
        height: 29px
    }

    .ps1220 {
        margin-top: 39px
    }

    .s1070 {
        min-width: 222px;
        width: 222px;
        height: 29px
    }

    .f231 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f231:visited {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f231:hover {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f231:active {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .ps1221 {
        margin-left: 239px;
        margin-top: -99px
    }

    .s1071 {
        min-width: 243px;
        width: 243px;
        height: 42px
    }

    .ps1222 {
        margin-top: -236px
    }

    .s1072 {
        min-width: 458px;
        width: 458px;
        min-height: 3px
    }

    .ps1223 {
        margin-left: 32px;
        margin-top: 62px
    }

    .s1073 {
        min-width: 275px;
        width: 275px;
        min-height: 259px
    }

    .s1074 {
        min-width: 274px;
        width: 274px;
        min-height: 65px
    }

    .s1075 {
        min-width: 274px;
        width: 274px;
        min-height: 65px
    }

    .s1076 {
        min-width: 274px;
        width: 274px;
        height: 33px
    }

    .ps1225 {
        margin-top: 0
    }

    .s1077 {
        min-width: 274px;
        width: 274px;
        height: 32px
    }

    .ps1226 {
        margin-top: 1px
    }

    .s1078 {
        min-width: 274px;
        width: 274px;
        height: 33px
    }

    .f232 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201
    }

    .f232:visited {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201
    }

    .f232:hover {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201
    }

    .f232:active {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201
    }

    .s1079 {
        min-width: 275px;
        width: 275px;
        height: 30px
    }

    .ps1228 {
        margin-top: 2px
    }

    .s1080 {
        min-width: 275px;
        width: 275px;
        height: 31px
    }

    .s1081 {
        min-width: 275px;
        width: 275px;
        height: 33px
    }

    .s1082 {
        min-width: 275px;
        width: 275px;
        height: 32px
    }

    .s1083 {
        min-width: 274px;
        width: 274px;
        height: 31px
    }

    .ps1232 {
        margin-left: 766px;
        margin-top: -321px
    }

    .s1084 {
        min-width: 379px;
        width: 379px;
        min-height: 56px
    }

    .s1085 {
        min-width: 324px;
        width: 324px;
        height: 41px
    }

    .f233 {
        font-size: 24px;
        font-size: calc(24px * var(--f));
        line-height: 1.584
    }

    .ps1234 {
        margin-top: 12px
    }

    .s1086 {
        min-width: 379px;
        width: 379px;
        min-height: 3px
    }

    .ps1235 {
        margin-left: 486px;
        margin-top: 6px
    }

    .i88 {
        width: 112px;
        height: 72px
    }

    .i89 {
        width: 104px;
        height: 67px
    }

    .ps1238 {
        margin-top: 8px
    }

    .i90 {
        left: 15px;
        width: 59px;
        height: 59px
    }

    .ps1239 {
        margin-left: 86px
    }

    .s1087 {
        min-width: 1042px;
        width: 1042px;
        min-height: 5px
    }

    .ps1240 {
        margin-left: 91px;
        margin-top: 10px
    }

    .s1088 {
        min-width: 1043px;
        width: 1043px;
        height: 50px
    }

    .f234 {
        font-size: 15px;
        font-size: calc(15px * var(--f));
        line-height: 1.601
    }

    .s1089 {
        min-width: 1200px;
        min-height: 67px
    }

    .ps1241 {
        margin-top: 14px
    }

    .s1090 {
        width: 1200px;
        min-height: 39px
    }

    .ps1242 {
        margin-left: 853px
    }

    .s1091 {
        min-width: 159px;
        height: 39px;
        width: 159px
    }

    .f235 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.287;
        padding-top: 11px;
        padding-bottom: 10px
    }

    .ps1243 {
        margin-left: 15px
    }

    body {
        --d: 1;
        --s: 1200
    }
}

@media (min-width:960px) and (max-width:1199px) {
    .c286 {
        min-width: 960px;
        min-height: 471px
    }

    .s997 {
        min-width: 960px;
        height: 233px
    }

    .ps1132 {
        margin-top: 5px
    }

    .s998 {
        width: 960px;
        min-height: 49px
    }

    .ps1133 {
        margin-left: 188px
    }

    .ps1134 {
        margin-top: 4px
    }

    .i77 {
        left: 0;
        min-width: 24px;
        max-width: 24px;
        min-height: 24px;
        max-height: 24px
    }

    .ps1135 {
        margin-left: 14px;
        margin-top: 4px
    }

    .s999 {
        min-width: 146px;
        width: 146px;
        height: 25px
    }

    .f217 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.188
    }

    .ps1136 {
        margin-left: 36px;
        margin-top: 0
    }

    .i78 {
        left: 4px;
        min-width: 32px;
        max-width: 32px;
        min-height: 32px;
        max-height: 32px
    }

    .ps1137 {
        margin-left: 7px;
        margin-top: 4px
    }

    .s1000 {
        min-width: 228px;
        width: 228px;
        height: 25px
    }

    .ps1138 {
        margin-left: 224px;
        margin-top: 7px
    }

    .i79 {
        left: 1px;
        width: 42px;
        height: 42px
    }

    .ps1139 {
        margin-top: 22px
    }

    .s1001 {
        min-height: 157px
    }

    .ps1140 {
        margin-top: -156px
    }

    .s1002 {
        width: 960px;
        min-height: 130px
    }

    .ps1142 {
        margin-top: 0
    }

    .i80 {
        width: 261px;
        height: 57px;
        top: 11px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        border-radius: 40px
    }

    .ps1143 {
        margin-left: 132px;
        margin-top: 15px
    }

    .s1004 {
        min-width: 22px
    }

    .ps1145 {
        margin-top: 45px
    }

    .s1005 {
        min-width: 22px;
        width: 22px;
        height: 14px
    }

    .f218 {
        font-size: 8px;
        font-size: calc(8px * var(--f));
        line-height: 1.376
    }

    .ps1147 {
        margin-top: 8px
    }

    .s1006 {
        min-width: 79px;
        width: 79px;
        height: 19px
    }

    .f219 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .ps1148 {
        margin-top: 1px
    }

    .s1007 {
        min-width: 205px;
        width: 205px;
        height: 19px
    }

    .ps1150 {
        margin-left: 80px;
        margin-top: -36px
    }

    .s1008 {
        min-width: 122px;
        width: 122px;
        height: 19px
    }

    .s1009 {
        min-width: 215px;
        width: 215px;
        height: 19px
    }

    .ps1153 {
        margin-left: 203px;
        margin-top: -36px
    }

    .s1010 {
        min-width: 159px;
        width: 159px;
        height: 19px
    }

    .s1011 {
        min-width: 200px;
        width: 200px;
        height: 19px
    }

    .ps1155 {
        margin-left: 363px;
        margin-top: -36px
    }

    .s1012 {
        min-width: 177px;
        width: 177px;
        height: 19px
    }

    .ps1157 {
        margin-top: 1px
    }

    .s1013 {
        min-width: 238px;
        width: 238px;
        height: 19px
    }

    .ps1158 {
        margin-left: 541px;
        margin-top: -36px
    }

    .s1014 {
        min-width: 91px;
        width: 91px;
        height: 19px
    }

    .ps1159 {
        margin-left: 633px;
        margin-top: -36px
    }

    .s1015 {
        min-width: 57px;
        width: 57px;
        height: 19px
    }

    .ps1160 {
        margin-left: 691px;
        margin-top: -36px
    }

    .ps1161 {
        margin-left: 604px;
        margin-top: -112px
    }

    .s1016 {
        min-width: 347px;
        width: 347px;
        min-height: 40px
    }

    .input76 {
        width: 347px;
        height: 40px;
        font-size: 14px;
        font-style: normal
    }

    .ps1162 {
        margin-left: 318px;
        margin-top: -34px
    }

    .s1017 {
        min-width: 24px;
        width: 24px;
        height: 29px
    }

    .ps1163 {
        margin-top: -238px
    }

    .s1018 {
        min-width: 960px;
        min-height: 481px
    }

    .ps1164 {
        margin-top: 27px
    }

    .s1019 {
        width: 960px;
        min-height: 428px
    }

    .ps1165 {
        margin-left: 152px
    }

    .s1020 {
        min-width: 627px;
        width: 627px;
        min-height: 428px;
        height: 428px
    }

    .i81 {
        width: 627px;
        height: 428px
    }

    .ps1166 {
        margin-top: -443px
    }

    .s1021 {
        width: 960px;
        height: 80px
    }

    .ps1167 {
        margin-left: 0
    }

    .ps1168 {
        margin-left: 860px;
        margin-top: 16px
    }

    .i82 {
        left: 0;
        min-width: 16px;
        max-width: 16px;
        min-height: 16px;
        max-height: 16px
    }

    .ps1169 {
        margin-top: -8px
    }

    .s1022 {
        min-width: 882px;
        height: 56px;
        width: 882px
    }

    .f220 {
        font-size: 27px;
        font-size: calc(27px * var(--f));
        line-height: 1.223;
        padding-top: 12px;
        padding-bottom: 11px
    }

    .c294::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c294:hover:before {
        opacity: 1
    }

    .c294::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c294:hover:after {
        opacity: 0
    }

    .c294:active:before {
        opacity: 1
    }

    .c294:active:after {
        opacity: 1;
        transition: initial
    }

    .ps1170 {
        margin-top: -56px
    }

    .s1023 {
        min-width: 882px;
        width: 882px;
        min-height: 56px
    }

    .s1024 {
        min-width: 882px;
        height: 56px;
        width: 882px
    }

    .ps1171 {
        margin-top: -56px
    }

    .s1025 {
        min-width: 882px;
        height: 56px;
        width: 882px
    }

    .ps1172 {
        margin-top: -56px
    }

    .ps1173 {
        margin-top: -56px
    }

    .ps1174 {
        margin-top: -56px
    }

    .ps1175 {
        margin-left: 0;
        margin-top: -56px
    }

    .ps1176 {
        margin-left: 0;
        margin-top: -56px
    }

    .ps1177 {
        margin-left: 0;
        margin-top: -59px
    }

    .s1026 {
        min-width: 882px;
        height: 59px;
        width: 882px
    }

    .f221 {
        font-size: 27px;
        font-size: calc(27px * var(--f));
        line-height: 1.223;
        padding-top: 13px;
        padding-bottom: 13px
    }

    .ps1178 {
        margin-top: 362px
    }

    .s1027 {
        min-width: 960px;
        min-height: 695px
    }

    .ps1179 {
        margin-top: 52px
    }

    .s1028 {
        width: 960px;
        min-height: 594px
    }

    .ps1180 {
        margin-left: 1px
    }

    .s1029 {
        min-width: 843px;
        width: 843px;
        min-height: 594px
    }

    .s1030 {
        min-width: 447px;
        width: 447px;
        min-height: 535px
    }

    .s1031 {
        min-width: 447px;
        width: 447px;
        min-height: 535px
    }

    .s1032 {
        min-width: 447px;
        width: 447px;
        height: 535px
    }

    .ps1182 {
        margin-left: 47px;
        margin-top: 73px
    }

    .s1033 {
        min-width: 348px;
        width: 348px;
        height: 62px
    }

    .input77 {
        width: 348px;
        height: 62px;
        font-family: "Lato 1";
        font-size: 16px;
        line-height: 1.188;
        font-weight: 300;
        color: #fff
    }

    .ps1183 {
        margin-left: 48px;
        margin-top: 7px
    }

    .s1034 {
        min-width: 348px;
        width: 348px;
        height: 61px
    }

    .input78 {
        width: 348px;
        height: 61px;
        font-family: "Lato 1";
        font-size: 16px;
        line-height: 1.188;
        font-weight: 300;
        color: #fff
    }

    .ps1184 {
        margin-left: 47px;
        margin-top: 7px
    }

    .s1035 {
        min-width: 349px;
        width: 349px;
        height: 56px
    }

    .input79 {
        width: 349px;
        height: 56px;
        font-family: "Lato 1";
        font-size: 16px;
        line-height: 1.188;
        font-weight: 300;
        color: #fff
    }

    .ps1185 {
        margin-left: 47px;
        margin-top: 19px
    }

    .s1036 {
        min-width: 348px;
        width: 348px;
        height: 140px
    }

    .input80 {
        width: 348px;
        height: 140px;
        font-family: "Lato 1";
        font-size: 16px;
        line-height: 1.188;
        font-weight: 300;
        color: #fff
    }

    .ps1186 {
        margin-left: 235px;
        margin-top: 24px
    }

    .s1037 {
        min-width: 162px;
        height: 65px;
        width: 158px
    }

    .f222 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.151;
        padding-top: 19px;
        padding-bottom: 19px
    }

    .ps1187 {
        margin-left: 131px;
        margin-top: -525px
    }

    .s1038 {
        min-width: 130px;
        width: 130px;
        height: 49px
    }

    .f223 {
        font-size: 25px;
        font-size: calc(25px * var(--f));
        line-height: 1.841
    }

    .ps1188 {
        margin-left: 19px;
        margin-top: 155px
    }

    .s1039 {
        min-width: 377px;
        width: 377px;
        min-height: 439px
    }

    .ps1189 {
        margin-left: 26px
    }

    .s1040 {
        min-width: 335px;
        width: 335px;
        height: 39px
    }

    .p24 {
        text-align: left
    }

    .f224 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.601
    }

    .ps1190 {
        margin-top: 10px
    }

    .s1041 {
        min-width: 377px;
        width: 377px;
        min-height: 44px
    }

    .ps1191 {
        margin-top: 0
    }

    .s1042 {
        min-width: 39px;
        width: 39px;
        min-height: 37px;
        height: 37px
    }

    .i83 {
        min-width: 37px;
        max-width: 37px;
        min-height: 37px;
        max-height: 37px
    }

    .ps1192 {
        margin-left: 79px;
        margin-top: 2px
    }

    .s1043 {
        min-width: 259px;
        width: 259px;
        height: 42px
    }

    .f225 {
        font-size: 19px;
        font-size: calc(19px * var(--f));
        line-height: 1.580
    }

    .ps1193 {
        margin-left: 3px;
        margin-top: 5px
    }

    .s1044 {
        min-width: 288px;
        width: 288px;
        min-height: 34px
    }

    .ps1194 {
        margin-top: 0
    }

    .s1045 {
        min-width: 36px;
        width: 36px;
        min-height: 34px;
        height: 34px
    }

    .i84 {
        min-width: 34px;
        max-width: 34px;
        min-height: 34px;
        max-height: 34px
    }

    .ps1195 {
        margin-left: 79px
    }

    .s1046 {
        min-width: 173px;
        width: 173px;
        height: 34px
    }

    .f226 {
        font-size: 19px;
        font-size: calc(19px * var(--f));
        line-height: 1.580
    }

    .ps1196 {
        margin-left: 3px;
        margin-top: 12px
    }

    .s1047 {
        min-width: 337px;
        width: 337px;
        min-height: 81px
    }

    .ps1197 {
        margin-top: 8px
    }

    .s1048 {
        min-width: 38px;
        width: 38px;
        min-height: 33px;
        height: 33px
    }

    .i85 {
        min-width: 33px;
        max-width: 33px;
        min-height: 33px;
        max-height: 33px
    }

    .ps1198 {
        margin-left: 77px
    }

    .s1049 {
        min-width: 222px;
        width: 222px;
        height: 81px
    }

    .f227 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.626
    }

    .ps1199 {
        margin-left: 15px;
        margin-top: 14px
    }

    .s1050 {
        min-width: 349px;
        width: 349px;
        min-height: 200px
    }

    .ps1200 {
        margin-top: 39px
    }

    .s1051 {
        min-width: 48px;
        width: 48px;
        min-height: 41px;
        height: 41px
    }

    .i86 {
        min-width: 41px;
        max-width: 41px;
        min-height: 41px;
        max-height: 41px
    }

    .ps1201 {
        margin-left: 50px
    }

    .s1052 {
        min-width: 251px;
        width: 251px;
        min-height: 200px
    }

    .placeholder1 {
        height: 200px
    }

    .ps1202 {
        margin-top: -1px
    }

    .s1053 {
        min-width: 960px;
        height: 525px
    }

    .ps1203 {
        margin-top: 35px
    }

    .s1054 {
        width: 960px;
        min-height: 472px
    }

    .ps1204 {
        margin-left: 38px
    }

    .s1055 {
        min-width: 900px;
        width: 900px;
        min-height: 338px
    }

    .ps1205 {
        margin-top: 0
    }

    .i87 {
        left: 1px;
        width: 94px;
        height: 92px;
        -webkit-border-radius: 46px;
        -moz-border-radius: 46px;
        border-radius: 46px
    }

    .ps1206 {
        margin-left: 66px;
        margin-top: 22px
    }

    .s1056 {
        min-width: 184px;
        width: 184px;
        height: 35px
    }

    .f228 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.401
    }

    .ps1207 {
        margin-left: -184px;
        margin-top: 57px
    }

    .s1057 {
        min-width: 417px;
        width: 417px;
        min-height: 266px
    }

    .ps1208 {
        margin-left: 25px;
        margin-top: 32px
    }

    .s1058 {
        min-width: 84px;
        width: 84px;
        height: 26px
    }

    .f229 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f229:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f229:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f229:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .ps1209 {
        margin-top: 6px
    }

    .s1059 {
        min-width: 90px;
        width: 90px;
        height: 24px
    }

    .f230 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f230:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f230:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f230:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .ps1210 {
        margin-left: -89px;
        margin-top: 38px
    }

    .s1060 {
        min-width: 48px;
        width: 48px;
        height: 24px
    }

    .ps1211 {
        margin-left: 1px;
        margin-top: 9px
    }

    .s1061 {
        min-width: 121px;
        width: 121px;
        height: 27px
    }

    .ps1212 {
        margin-left: 1px;
        margin-top: 10px
    }

    .s1062 {
        min-width: 145px;
        width: 145px;
        height: 26px
    }

    .s1063 {
        min-width: 98px;
        width: 98px;
        height: 27px
    }

    .ps1214 {
        margin-top: 13px
    }

    .s1064 {
        min-width: 168px;
        width: 168px;
        height: 26px
    }

    .ps1215 {
        margin-left: 47px;
        margin-top: 14px
    }

    .s1065 {
        min-width: 151px;
        width: 151px;
        min-height: 194px
    }

    .s1066 {
        min-width: 151px;
        width: 151px;
        height: 24px
    }

    .ps1217 {
        margin-left: 1px;
        margin-top: 9px
    }

    .s1067 {
        min-width: 115px;
        width: 115px;
        height: 24px
    }

    .ps1218 {
        margin-top: 7px
    }

    .s1068 {
        min-width: 58px;
        width: 58px;
        height: 24px
    }

    .ps1219 {
        margin-top: 9px
    }

    .s1069 {
        min-width: 151px;
        width: 151px;
        height: 25px
    }

    .ps1220 {
        margin-top: 45px
    }

    .s1070 {
        min-width: 103px;
        width: 103px;
        height: 27px
    }

    .f231 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f231:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f231:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f231:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .ps1221 {
        margin-left: 215px;
        margin-top: -88px
    }

    .s1071 {
        min-width: 177px;
        width: 177px;
        height: 27px
    }

    .ps1222 {
        margin-top: -266px
    }

    .s1072 {
        min-width: 281px;
        width: 281px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1223 {
        margin-left: 20px;
        margin-top: 90px
    }

    .s1073 {
        min-width: 233px;
        width: 233px;
        min-height: 248px
    }

    .ps1224 {
        margin-left: 0
    }

    .s1074 {
        min-width: 219px;
        width: 219px;
        min-height: 60px
    }

    .s1075 {
        min-width: 219px;
        width: 219px;
        min-height: 60px
    }

    .s1076 {
        min-width: 218px;
        width: 218px;
        height: 26px
    }

    .ps1225 {
        margin-top: 8px
    }

    .s1077 {
        min-width: 219px;
        width: 219px;
        height: 26px
    }

    .ps1226 {
        margin-left: 0;
        margin-top: 5px
    }

    .s1078 {
        min-width: 233px;
        width: 233px;
        height: 26px
    }

    .f232 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f232:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f232:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f232:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .ps1227 {
        margin-top: 5px
    }

    .s1079 {
        min-width: 130px;
        width: 130px;
        height: 24px
    }

    .ps1228 {
        margin-left: 1px;
        margin-top: 5px
    }

    .s1080 {
        min-width: 110px;
        width: 110px;
        height: 25px
    }

    .ps1229 {
        margin-top: 7px
    }

    .s1081 {
        min-width: 180px;
        width: 180px;
        height: 26px
    }

    .ps1230 {
        margin-top: 6px
    }

    .s1082 {
        min-width: 69px;
        width: 69px;
        height: 26px
    }

    .ps1231 {
        margin-left: 0;
        margin-top: 8px
    }

    .s1083 {
        min-width: 222px;
        width: 222px;
        height: 25px
    }

    .ps1232 {
        margin-left: 583px;
        margin-top: -316px
    }

    .s1084 {
        min-width: 317px;
        width: 317px;
        min-height: 35px
    }

    .ps1233 {
        margin-left: 1px
    }

    .s1085 {
        min-width: 233px;
        width: 233px;
        height: 32px
    }

    .f233 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.612
    }

    .ps1234 {
        margin-top: 2px
    }

    .s1086 {
        min-width: 317px;
        width: 317px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1235 {
        margin-left: 413px;
        margin-top: -33px
    }

    .ps1236 {
        margin-top: 2px
    }

    .i88 {
        width: 53px;
        height: 65px
    }

    .ps1237 {
        margin-left: 4px
    }

    .i89 {
        width: 53px;
        height: 67px
    }

    .ps1238 {
        margin-left: 7px;
        margin-top: 13px
    }

    .i90 {
        left: 0;
        width: 38px;
        height: 38px;
        top: 2px
    }

    .ps1239 {
        margin-left: 72px
    }

    .s1087 {
        min-width: 834px;
        width: 834px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1240 {
        margin-left: 221px;
        margin-top: 46px
    }

    .s1088 {
        min-width: 589px;
        width: 589px;
        height: 53px
    }

    .f234 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.616
    }

    .s1089 {
        min-width: 960px;
        min-height: 54px
    }

    .ps1241 {
        margin-top: 11px
    }

    .s1090 {
        width: 960px;
        min-height: 31px
    }

    .ps1242 {
        margin-left: 683px
    }

    .s1091 {
        min-width: 128px;
        height: 31px;
        width: 128px
    }

    .f235 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.274;
        padding-top: 9px;
        padding-bottom: 8px
    }

    .ps1243 {
        margin-left: 10px
    }

    body {
        --d: 2;
        --s: 960
    }
}

@media (min-width:768px) and (max-width:959px) {
    .c286 {
        min-width: 768px;
        min-height: 385px
    }

    .s997 {
        min-width: 768px;
        height: 187px
    }

    .ps1132 {
        margin-top: 9px
    }

    .s998 {
        width: 768px;
        min-height: 40px
    }

    .ps1133 {
        margin-left: 148px
    }

    .ps1134 {
        margin-top: 5px
    }

    .i77 {
        left: 0;
        min-width: 19px;
        max-width: 19px;
        min-height: 19px;
        max-height: 19px
    }

    .ps1135 {
        margin-left: 14px;
        margin-top: 5px
    }

    .s999 {
        min-width: 160px;
        width: 160px;
        height: 20px
    }

    .f217 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.188
    }

    .ps1136 {
        margin-left: 25px;
        margin-top: 0
    }

    .i78 {
        left: 3px;
        min-width: 26px;
        max-width: 26px;
        min-height: 26px;
        max-height: 26px
    }

    .ps1137 {
        margin-left: 12px;
        margin-top: 4px
    }

    .s1000 {
        min-width: 225px;
        width: 225px;
        height: 23px
    }

    .ps1138 {
        margin-left: 70px;
        margin-top: 3px
    }

    .i79 {
        left: 1px;
        width: 37px;
        height: 37px
    }

    .ps1139 {
        margin-top: 12px
    }

    .s1001 {
        min-height: 126px
    }

    .ps1140 {
        margin-top: -127px
    }

    .s1002 {
        width: 768px;
        min-height: 109px
    }

    .ps1141 {
        margin-left: 11px
    }

    .ps1142 {
        margin-top: 12px
    }

    .i80 {
        width: 83px;
        height: 18px;
        top: 29px;
        -webkit-border-radius: 38px;
        -moz-border-radius: 38px;
        border-radius: 38px
    }

    .ps1143 {
        margin-left: 9px;
        margin-top: 80px
    }

    .s1004 {
        min-width: 17px
    }

    .ps1145 {
        margin-top: 37px
    }

    .s1005 {
        min-width: 17px;
        width: 17px;
        height: 10px
    }

    .f218 {
        font-size: 6px;
        font-size: calc(6px * var(--f));
        line-height: 1.334
    }

    .ps1147 {
        margin-top: 7px
    }

    .s1006 {
        min-width: 65px;
        width: 65px;
        height: 15px
    }

    .f219 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.183
    }

    .ps1148 {
        margin-top: 1px
    }

    .s1007 {
        min-width: 164px;
        width: 164px;
        height: 15px
    }

    .ps1150 {
        margin-left: 65px;
        margin-top: -29px
    }

    .s1008 {
        min-width: 98px;
        width: 98px;
        height: 15px
    }

    .s1009 {
        min-width: 172px;
        width: 172px;
        height: 15px
    }

    .ps1153 {
        margin-left: 163px;
        margin-top: -29px
    }

    .s1010 {
        min-width: 128px;
        width: 128px;
        height: 15px
    }

    .s1011 {
        min-width: 160px;
        width: 160px;
        height: 15px
    }

    .ps1155 {
        margin-left: 291px;
        margin-top: -29px
    }

    .s1012 {
        min-width: 142px;
        width: 142px;
        height: 15px
    }

    .ps1157 {
        margin-top: 1px
    }

    .s1013 {
        min-width: 190px;
        width: 190px;
        height: 15px
    }

    .ps1158 {
        margin-left: 433px;
        margin-top: -29px
    }

    .s1014 {
        min-width: 74px;
        width: 74px;
        height: 15px
    }

    .ps1159 {
        margin-left: 507px;
        margin-top: -29px
    }

    .s1015 {
        min-width: 47px;
        width: 47px;
        height: 15px
    }

    .ps1160 {
        margin-left: 554px;
        margin-top: -29px
    }

    .ps1161 {
        margin-left: 441px;
        margin-top: -109px
    }

    .s1016 {
        min-width: 288px;
        width: 288px;
        min-height: 31px
    }

    .input76 {
        width: 288px;
        height: 31px;
        font-family: "Lato 3";
        font-size: 12px;
        line-height: 1.251;
        font-weight: 700;
        font-style: normal
    }

    .ps1162 {
        margin-left: 260px;
        margin-top: -31px
    }

    .s1017 {
        min-width: 26px;
        width: 26px;
        height: 29px
    }

    .ps1163 {
        margin-top: -198px
    }

    .s1018 {
        min-width: 768px;
        min-height: 547px
    }

    .ps1164 {
        margin-top: 27px
    }

    .s1019 {
        width: 768px;
        min-height: 489px
    }

    .ps1165 {
        margin-left: 16px
    }

    .s1020 {
        min-width: 732px;
        width: 732px;
        min-height: 489px;
        height: 489px
    }

    .i81 {
        width: 732px;
        height: 489px
    }

    .ps1166 {
        margin-top: -549px
    }

    .s1021 {
        width: 768px;
        height: 487px
    }

    .ps1167 {
        margin-left: 38px
    }

    .ps1168 {
        margin-left: 675px;
        margin-top: 7px
    }

    .i82 {
        left: 0;
        min-width: 23px;
        max-width: 23px;
        min-height: 23px;
        max-height: 23px
    }

    .ps1169 {
        margin-top: 31px
    }

    .s1022 {
        min-width: 706px;
        height: 45px;
        width: 706px
    }

    .f220 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.228;
        padding-top: 9px;
        padding-bottom: 9px
    }

    .c294::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c294:hover:before {
        opacity: 1
    }

    .c294::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c294:hover:after {
        opacity: 0
    }

    .c294:active:before {
        opacity: 1
    }

    .c294:active:after {
        opacity: 1;
        transition: initial
    }

    .ps1170 {
        margin-top: 3px
    }

    .s1023 {
        min-width: 706px;
        width: 706px;
        min-height: 233px
    }

    .s1024 {
        min-width: 706px;
        height: 45px;
        width: 706px
    }

    .ps1171 {
        margin-top: 2px
    }

    .s1025 {
        min-width: 706px;
        height: 45px;
        width: 706px
    }

    .ps1172 {
        margin-top: 2px
    }

    .ps1173 {
        margin-top: 2px
    }

    .ps1174 {
        margin-top: 2px
    }

    .ps1175 {
        margin-left: 0;
        margin-top: 2px
    }

    .ps1176 {
        margin-left: 0;
        margin-top: 2px
    }

    .ps1177 {
        margin-left: 0;
        margin-top: 3px
    }

    .s1026 {
        min-width: 706px;
        height: 47px;
        width: 706px
    }

    .f221 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.228;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .ps1178 {
        margin-top: 61px
    }

    .s1027 {
        min-width: 768px;
        min-height: 684px
    }

    .ps1179 {
        margin-top: 64px
    }

    .s1028 {
        width: 768px;
        min-height: 602px
    }

    .ps1180 {
        margin-left: 0
    }

    .s1029 {
        min-width: 768px;
        width: 768px;
        min-height: 602px
    }

    .s1030 {
        min-width: 327px;
        width: 327px;
        min-height: 539px
    }

    .ps1181 {
        margin-top: 113px
    }

    .s1031 {
        min-width: 327px;
        width: 327px;
        min-height: 426px
    }

    .s1032 {
        min-width: 327px;
        width: 327px;
        height: 426px
    }

    .ps1182 {
        margin-left: 33px;
        margin-top: 76px
    }

    .s1033 {
        min-width: 255px;
        width: 255px;
        height: 43px
    }

    .input77 {
        width: 255px;
        height: 43px;
        font-family: "Lato 1";
        font-size: 18px;
        line-height: 1.223;
        font-weight: 300;
        color: #fff
    }

    .ps1183 {
        margin-left: 33px;
        margin-top: 8px
    }

    .s1034 {
        min-width: 255px;
        width: 255px;
        height: 40px
    }

    .input78 {
        width: 255px;
        height: 40px;
        font-family: "Lato 1";
        font-size: 18px;
        line-height: 1.223;
        font-weight: 300;
        color: #fff
    }

    .ps1184 {
        margin-left: 33px;
        margin-top: 7px
    }

    .s1035 {
        min-width: 255px;
        width: 255px;
        height: 43px
    }

    .input79 {
        width: 255px;
        height: 43px;
        font-family: "Lato 1";
        font-size: 18px;
        line-height: 1.223;
        font-weight: 300;
        color: #fff
    }

    .ps1185 {
        margin-left: 33px;
        margin-top: 10px
    }

    .s1036 {
        min-width: 255px;
        width: 255px;
        height: 110px
    }

    .input80 {
        width: 255px;
        height: 110px;
        font-family: "Lato 1";
        font-size: 18px;
        line-height: 1.223;
        font-weight: 300;
        color: #fff
    }

    .ps1186 {
        margin-left: 161px;
        margin-top: 23px
    }

    .s1037 {
        min-width: 128px;
        height: 35px;
        width: 124px
    }

    .f222 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168;
        padding-top: 5px;
        padding-bottom: 5px
    }

    .ps1187 {
        margin-left: 104px;
        margin-top: -539px
    }

    .s1038 {
        min-width: 104px;
        width: 104px;
        height: 39px
    }

    .f223 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.801
    }

    .ps1188 {
        margin-left: 107px;
        margin-top: 134px
    }

    .s1039 {
        min-width: 334px;
        width: 334px;
        min-height: 468px
    }

    .ps1189 {
        margin-left: 29px
    }

    .s1040 {
        min-width: 268px;
        width: 268px;
        height: 31px
    }

    .p24 {
        text-align: left
    }

    .f224 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.626
    }

    .ps1190 {
        margin-left: 1px;
        margin-top: 27px
    }

    .s1041 {
        min-width: 289px;
        width: 289px;
        min-height: 33px
    }

    .ps1191 {
        margin-top: 0
    }

    .s1042 {
        min-width: 38px;
        width: 38px;
        min-height: 33px;
        height: 33px
    }

    .i83 {
        min-width: 33px;
        max-width: 33px;
        min-height: 33px;
        max-height: 33px
    }

    .ps1192 {
        margin-left: 44px;
        margin-top: 3px
    }

    .s1043 {
        min-width: 207px;
        width: 207px;
        height: 29px
    }

    .f225 {
        font-size: 15px;
        font-size: calc(15px * var(--f));
        line-height: 1.601
    }

    .ps1193 {
        margin-left: 4px;
        margin-top: 26px
    }

    .s1044 {
        min-width: 258px;
        width: 258px;
        min-height: 29px
    }

    .ps1194 {
        margin-top: 0
    }

    .s1045 {
        min-width: 30px;
        width: 30px;
        min-height: 29px;
        height: 29px
    }

    .i84 {
        min-width: 29px;
        max-width: 29px;
        min-height: 29px;
        max-height: 29px
    }

    .ps1195 {
        margin-left: 49px;
        margin-top: 2px
    }

    .s1046 {
        min-width: 179px;
        width: 179px;
        height: 27px
    }

    .f226 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.626
    }

    .ps1196 {
        margin-left: 4px;
        margin-top: 19px
    }

    .s1047 {
        min-width: 330px;
        width: 330px;
        min-height: 89px
    }

    .ps1197 {
        margin-top: 13px
    }

    .s1048 {
        min-width: 30px;
        width: 30px;
        min-height: 26px;
        height: 26px
    }

    .i85 {
        min-width: 26px;
        max-width: 26px;
        min-height: 26px;
        max-height: 26px
    }

    .ps1198 {
        margin-left: 49px
    }

    .s1049 {
        min-width: 251px;
        width: 251px;
        height: 89px
    }

    .f227 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.626
    }

    .ps1199 {
        margin-top: 14px
    }

    .s1050 {
        min-width: 334px;
        width: 334px;
        min-height: 200px
    }

    .ps1200 {
        margin-top: 0
    }

    .s1051 {
        min-width: 38px;
        width: 38px;
        min-height: 33px;
        height: 33px
    }

    .i86 {
        min-width: 33px;
        max-width: 33px;
        min-height: 33px;
        max-height: 33px
    }

    .ps1201 {
        margin-left: 46px
    }

    .s1052 {
        min-width: 250px;
        width: 250px;
        min-height: 200px
    }

    .placeholder1 {
        height: 200px
    }

    .ps1202 {
        margin-top: -1px
    }

    .s1053 {
        min-width: 768px;
        height: 457px
    }

    .ps1203 {
        margin-top: 12px
    }

    .s1054 {
        width: 768px;
        min-height: 428px
    }

    .ps1204 {
        margin-left: 22px
    }

    .s1055 {
        min-width: 729px;
        width: 729px;
        min-height: 428px
    }

    .ps1205 {
        margin-top: 18px
    }

    .i87 {
        left: 0;
        width: 100px;
        height: 98px;
        top: 4px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px
    }

    .ps1206 {
        margin-left: 38px;
        margin-top: 6px
    }

    .s1056 {
        min-width: 147px;
        width: 147px;
        height: 28px
    }

    .f228 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.376
    }

    .ps1207 {
        margin-left: -156px;
        margin-top: 34px
    }

    .s1057 {
        min-width: 296px;
        width: 296px;
        min-height: 371px
    }

    .ps1208 {
        margin-top: 216px
    }

    .s1058 {
        min-width: 67px;
        width: 67px;
        height: 21px
    }

    .f229 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f229:visited {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f229:hover {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f229:active {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .ps1209 {
        margin-top: 2px
    }

    .s1059 {
        min-width: 72px;
        width: 72px;
        height: 19px
    }

    .f230 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.072
    }

    .f230:visited {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.072
    }

    .f230:hover {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.072
    }

    .f230:active {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.072
    }

    .ps1210 {
        margin-left: -72px;
        margin-top: 23px
    }

    .s1060 {
        min-width: 38px;
        width: 38px;
        height: 19px
    }

    .ps1211 {
        margin-top: 2px
    }

    .s1061 {
        min-width: 97px;
        width: 97px;
        height: 22px
    }

    .ps1212 {
        margin-top: 2px
    }

    .s1062 {
        min-width: 116px;
        width: 116px;
        height: 21px
    }

    .ps1213 {
        margin-top: 2px
    }

    .s1063 {
        min-width: 78px;
        width: 78px;
        height: 22px
    }

    .ps1214 {
        margin-top: 0
    }

    .s1064 {
        min-width: 126px;
        width: 126px;
        height: 21px
    }

    .ps1215 {
        margin-left: 28px;
        margin-top: 0
    }

    .s1065 {
        min-width: 121px;
        width: 121px;
        min-height: 133px
    }

    .s1066 {
        min-width: 121px;
        width: 121px;
        height: 19px
    }

    .ps1217 {
        margin-top: 3px
    }

    .s1067 {
        min-width: 92px;
        width: 92px;
        height: 19px
    }

    .ps1218 {
        margin-top: 2px
    }

    .s1068 {
        min-width: 46px;
        width: 46px;
        height: 19px
    }

    .ps1219 {
        margin-top: 2px
    }

    .s1069 {
        min-width: 121px;
        width: 121px;
        height: 20px
    }

    .ps1220 {
        margin-top: 27px
    }

    .s1070 {
        min-width: 82px;
        width: 82px;
        height: 22px
    }

    .f231 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f231:visited {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f231:hover {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f231:active {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .ps1221 {
        margin-left: 154px;
        margin-top: -68px
    }

    .s1071 {
        min-width: 142px;
        width: 142px;
        height: 22px
    }

    .ps1222 {
        margin-left: 9px;
        margin-top: -371px
    }

    .s1072 {
        min-width: 225px;
        width: 225px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1223 {
        margin-left: 57px;
        margin-top: 249px
    }

    .s1073 {
        min-width: 187px;
        width: 187px;
        min-height: 179px
    }

    .ps1224 {
        margin-left: 0
    }

    .s1074 {
        min-width: 175px;
        width: 175px;
        min-height: 44px
    }

    .s1075 {
        min-width: 175px;
        width: 175px;
        min-height: 44px
    }

    .s1076 {
        min-width: 174px;
        width: 174px;
        height: 21px
    }

    .ps1225 {
        margin-top: 2px
    }

    .s1077 {
        min-width: 175px;
        width: 175px;
        height: 21px
    }

    .s1078 {
        min-width: 186px;
        width: 186px;
        height: 21px
    }

    .f232 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .f232:visited {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .f232:hover {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .f232:active {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .ps1227 {
        margin-top: 2px
    }

    .s1079 {
        min-width: 104px;
        width: 104px;
        height: 19px
    }

    .ps1228 {
        margin-top: 2px
    }

    .s1080 {
        min-width: 88px;
        width: 88px;
        height: 20px
    }

    .ps1229 {
        margin-top: 2px
    }

    .s1081 {
        min-width: 144px;
        width: 144px;
        height: 21px
    }

    .ps1230 {
        margin-top: 3px
    }

    .s1082 {
        min-width: 55px;
        width: 55px;
        height: 21px
    }

    .ps1231 {
        margin-left: 0;
        margin-top: 2px
    }

    .s1083 {
        min-width: 178px;
        width: 178px;
        height: 20px
    }

    .ps1232 {
        margin-left: 475px;
        margin-top: -428px
    }

    .s1084 {
        min-width: 254px;
        width: 254px;
        min-height: 34px
    }

    .ps1233 {
        margin-left: 1px
    }

    .s1085 {
        min-width: 219px;
        width: 219px;
        height: 32px
    }

    .f233 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.626
    }

    .ps1234 {
        margin-top: 1px
    }

    .s1086 {
        min-width: 254px;
        width: 254px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1235 {
        margin-left: 287px;
        margin-top: -149px
    }

    .ps1236 {
        margin-top: 5px
    }

    .i88 {
        width: 65px;
        height: 65px
    }

    .ps1237 {
        margin-left: -12px
    }

    .i89 {
        width: 67px;
        height: 70px
    }

    .ps1238 {
        margin-left: 0;
        margin-top: 15px
    }

    .i90 {
        left: 3px;
        width: 41px;
        height: 41px
    }

    .ps1239 {
        margin-left: 84px;
        margin-top: -79px
    }

    .s1087 {
        min-width: 667px;
        width: 667px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1240 {
        margin-left: 131px;
        margin-top: -57px
    }

    .s1088 {
        min-width: 551px;
        width: 551px;
        height: 51px
    }

    .f234 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.616
    }

    .s1089 {
        min-width: 768px;
        min-height: 43px
    }

    .ps1241 {
        margin-top: 9px
    }

    .s1090 {
        width: 768px;
        min-height: 25px
    }

    .ps1242 {
        margin-left: 546px
    }

    .s1091 {
        min-width: 102px;
        height: 25px;
        width: 102px
    }

    .f235 {
        font-size: 9px;
        font-size: calc(9px * var(--f));
        line-height: 1.334;
        padding-top: 7px;
        padding-bottom: 6px
    }

    .ps1243 {
        margin-left: 9px
    }

    body {
        --d: 3;
        --s: 768
    }
}

@media (min-width:480px) and (max-width:767px) {
    .c286 {
        min-width: 480px;
        min-height: 1306px
    }

    .s997 {
        min-width: 480px;
        height: 265px
    }

    .ps1132 {
        margin-top: 1px
    }

    .s998 {
        width: 480px;
        min-height: 69px
    }

    .ps1133 {
        margin-left: 4px
    }

    .ps1134 {
        margin-left: 3px;
        margin-top: 4px
    }

    .i77 {
        left: 0;
        min-width: 27px;
        max-width: 27px;
        min-height: 27px;
        max-height: 27px;
        top: 1px;
        -ms-transform: rotate(79deg) scale(-1, 1);
        -moz-transform: rotate(79deg) scale(-1, 1);
        -webkit-transform: rotate(79deg) scale(-1, 1);
        transform: rotate(79deg) scale(-1, 1)
    }

    .ps1135 {
        margin-left: 16px;
        margin-top: 0
    }

    .s999 {
        min-width: 192px;
        width: 192px;
        height: 48px
    }

    .f217 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.626
    }

    .ps1136 {
        margin-left: -238px;
        margin-top: 36px
    }

    .i78 {
        left: 0;
        min-width: 32px;
        max-width: 32px;
        min-height: 32px;
        max-height: 32px
    }

    .ps1137 {
        margin-left: 20px;
        margin-top: 36px
    }

    .s1000 {
        min-width: 220px;
        width: 220px;
        height: 33px
    }

    .ps1138 {
        margin-left: 133px;
        margin-top: 30px
    }

    .i79 {
        width: 37px;
        height: 37px;
        top: 1px
    }

    .ps1139 {
        margin-top: 33px
    }

    .s1001 {
        min-height: 162px
    }

    .ps1140 {
        margin-top: -154px
    }

    .s1002 {
        width: 480px;
        min-height: 154px
    }

    .ps1141 {
        margin-left: 10px
    }

    .ps1142 {
        margin-top: 0
    }

    .i80 {
        width: 113px;
        height: 25px;
        top: 50px;
        -webkit-border-radius: 57px;
        -moz-border-radius: 57px;
        border-radius: 57px
    }

    .ps1143 {
        margin-left: 300px;
        margin-top: 101px
    }

    .s1003 {
        min-width: 47px;
        width: 47px;
        min-height: 53px;
        height: 53px
    }

    .s1004 {
        min-width: 47px;
        width: 47px;
        height: 53px
    }

    .mcv15 {
        display: inline-block
    }

    .v62 {
        display: inline-block;
        vertical-align: top
    }

    .c289 {
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: contain;
        background-image: url(../images/6/hamburger-gray-94.png)
    }

    .webp .c289 {
        background-image: url(../images/t/hamburger-gray-94.webp)
    }

    .ps1145 {
        margin-top: 23px
    }

    .s1005 {
        min-width: 47px;
        width: 47px;
        height: 7px
    }

    .f218 {
        font-size: 4px;
        font-size: calc(4px * var(--f));
        line-height: 1.251
    }

    .v63 {
        display: none
    }

    .ps1146 {
        margin-left: -233px
    }

    .ps1147 {
        margin-top: 1px
    }

    .s1006 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .f219 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .s1007 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps1150 {
        margin-left: 0;
        margin-top: 0
    }

    .s1008 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps1151 {
        margin-left: -2px
    }

    .s1009 {
        min-width: 282px;
        width: 282px;
        height: 24px
    }

    .ps1153 {
        margin-left: 0;
        margin-top: 0
    }

    .s1010 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps1154 {
        margin-left: 23px
    }

    .s1011 {
        min-width: 257px;
        width: 257px;
        height: 24px
    }

    .ps1155 {
        margin-left: 0;
        margin-top: 0
    }

    .s1012 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps1156 {
        margin-left: -32px
    }

    .ps1157 {
        margin-top: 2px
    }

    .s1013 {
        min-width: 312px;
        width: 312px;
        height: 24px
    }

    .ps1158 {
        margin-left: 0;
        margin-top: 0
    }

    .s1014 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps1159 {
        margin-left: 0;
        margin-top: 0
    }

    .s1015 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps1160 {
        margin-left: 0;
        margin-top: 0
    }

    .ps1161 {
        margin-left: 176px;
        margin-top: -74px
    }

    .s1016 {
        min-width: 295px;
        width: 295px;
        min-height: 42px
    }

    .input76 {
        width: 295px;
        height: 42px;
        font-family: "Lato 2";
        font-size: 14px;
        line-height: 1.215;
        font-style: normal
    }

    .ps1162 {
        margin-left: 259px;
        margin-top: -41px
    }

    .s1017 {
        min-width: 35px;
        width: 35px;
        height: 40px
    }

    .ps1163 {
        margin-top: -1041px
    }

    .s1018 {
        min-width: 480px;
        min-height: 437px
    }

    .ps1164 {
        margin-top: 23px
    }

    .s1019 {
        width: 480px;
        min-height: 359px
    }

    .ps1165 {
        margin-left: 1px
    }

    .s1020 {
        min-width: 479px;
        width: 479px;
        min-height: 359px;
        height: 359px
    }

    .i81 {
        width: 479px;
        height: 359px
    }

    .ps1166 {
        margin-top: -269px
    }

    .s1021 {
        width: 480px;
        height: 472px
    }

    .ps1167 {
        margin-left: 11px
    }

    .ps1168 {
        margin-left: 405px
    }

    .i82 {
        left: 0;
        min-width: 32px;
        max-width: 32px;
        min-height: 32px;
        max-height: 32px
    }

    .ps1169 {
        margin-top: 23px
    }

    .s1022 {
        min-width: 450px;
        height: 42px;
        width: 450px
    }

    .f220 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.251;
        padding-top: 9px;
        padding-bottom: 8px
    }

    .c294::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c294:hover:before {
        opacity: 1
    }

    .c294::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c294:hover:after {
        opacity: 0
    }

    .c294:active:before {
        opacity: 1
    }

    .c294:active:after {
        opacity: 1;
        transition: initial
    }

    .ps1170 {
        margin-top: 4px
    }

    .s1023 {
        min-width: 450px;
        width: 450px;
        min-height: 222px
    }

    .s1024 {
        min-width: 450px;
        height: 42px;
        width: 450px
    }

    .ps1171 {
        margin-top: 3px
    }

    .s1025 {
        min-width: 450px;
        height: 42px;
        width: 450px
    }

    .ps1172 {
        margin-top: 3px
    }

    .ps1173 {
        margin-top: 3px
    }

    .ps1174 {
        margin-top: 3px
    }

    .ps1175 {
        margin-left: 0;
        margin-top: 2px
    }

    .ps1176 {
        margin-left: 0;
        margin-top: 3px
    }

    .ps1177 {
        margin-left: 0;
        margin-top: 2px
    }

    .s1026 {
        min-width: 450px;
        height: 42px;
        width: 450px
    }

    .f221 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.251;
        padding-top: 9px;
        padding-bottom: 8px
    }

    .ps1178 {
        margin-top: -205px
    }

    .s1027 {
        min-width: 480px;
        min-height: 1017px
    }

    .s1028 {
        width: 480px;
        min-height: 994px
    }

    .ps1180 {
        margin-left: 9px
    }

    .s1029 {
        min-width: 450px;
        width: 450px;
        min-height: 994px
    }

    .s1030 {
        min-width: 326px;
        width: 326px;
        min-height: 362px
    }

    .s1031 {
        min-width: 272px;
        width: 272px;
        min-height: 362px
    }

    .s1032 {
        min-width: 272px;
        width: 272px;
        height: 362px
    }

    .ps1182 {
        margin-left: 27px;
        margin-top: 71px
    }

    .s1033 {
        min-width: 222px;
        width: 222px;
        height: 36px
    }

    .input77 {
        width: 222px;
        height: 36px;
        font-family: "Lato 1";
        font-size: 14px;
        font-weight: 300;
        color: #fff
    }

    .ps1183 {
        margin-left: 29px;
        margin-top: 8px
    }

    .s1034 {
        min-width: 223px;
        width: 223px;
        height: 35px
    }

    .input78 {
        width: 223px;
        height: 35px;
        font-family: "Lato 1";
        font-size: 13px;
        line-height: 1.232;
        font-weight: 300;
        color: #fff
    }

    .ps1184 {
        margin-left: 30px;
        margin-top: 8px
    }

    .s1035 {
        min-width: 223px;
        width: 223px;
        height: 33px
    }

    .input79 {
        width: 223px;
        height: 33px;
        font-family: "Lato 1";
        font-size: 14px;
        font-weight: 300;
        color: #fff
    }

    .ps1185 {
        margin-left: 30px;
        margin-top: 10px
    }

    .s1036 {
        min-width: 223px;
        width: 223px;
        height: 98px
    }

    .input80 {
        width: 223px;
        height: 98px;
        font-family: "Lato 1";
        font-size: 14px;
        font-weight: 300;
        color: #fff
    }

    .ps1186 {
        margin-left: 122px;
        margin-top: 15px
    }

    .s1037 {
        min-width: 128px;
        height: 34px;
        width: 124px
    }

    .f222 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.126;
        padding-top: 6px;
        padding-bottom: 6px
    }

    .ps1187 {
        margin-left: 221px;
        margin-top: -343px
    }

    .s1038 {
        min-width: 105px;
        width: 105px;
        height: 42px
    }

    .f223 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.801
    }

    .ps1188 {
        margin-left: 109px;
        margin-top: 175px
    }

    .s1039 {
        min-width: 341px;
        width: 341px;
        min-height: 457px
    }

    .ps1189 {
        margin-left: 21px
    }

    .s1040 {
        min-width: 301px;
        width: 301px;
        height: 36px
    }

    .p24 {
        text-align: left
    }

    .f224 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.601
    }

    .ps1190 {
        margin-top: 18px
    }

    .s1041 {
        min-width: 290px;
        width: 290px;
        min-height: 38px
    }

    .ps1191 {
        margin-top: 0
    }

    .s1042 {
        min-width: 34px;
        width: 34px;
        min-height: 38px;
        height: 38px
    }

    .i83 {
        min-width: 34px;
        max-width: 34px;
        min-height: 34px;
        max-height: 34px;
        top: 2px
    }

    .ps1192 {
        margin-left: 26px;
        margin-top: 5px
    }

    .s1043 {
        min-width: 230px;
        width: 230px;
        height: 29px
    }

    .f225 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.626
    }

    .ps1193 {
        margin-top: 12px
    }

    .s1044 {
        min-width: 217px;
        width: 217px;
        min-height: 34px
    }

    .ps1194 {
        margin-top: 0
    }

    .s1045 {
        min-width: 32px;
        width: 32px;
        min-height: 34px;
        height: 34px
    }

    .i84 {
        min-width: 32px;
        max-width: 32px;
        min-height: 32px;
        max-height: 32px;
        top: 1px
    }

    .ps1195 {
        margin-left: 32px;
        margin-top: 3px
    }

    .s1046 {
        min-width: 153px;
        width: 153px;
        height: 31px
    }

    .f226 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.626
    }

    .ps1196 {
        margin-top: 28px
    }

    .s1047 {
        min-width: 341px;
        width: 341px;
        min-height: 79px
    }

    .ps1197 {
        margin-top: 21px
    }

    .s1048 {
        min-width: 32px;
        width: 32px;
        min-height: 37px;
        height: 37px
    }

    .i85 {
        min-width: 32px;
        max-width: 32px;
        min-height: 32px;
        max-height: 32px;
        top: 2px
    }

    .ps1198 {
        margin-left: 32px
    }

    .s1049 {
        min-width: 277px;
        width: 277px;
        height: 79px
    }

    .f227 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.626
    }

    .ps1199 {
        margin-top: 12px
    }

    .s1050 {
        min-width: 314px;
        width: 314px;
        min-height: 200px
    }

    .ps1200 {
        margin-top: 82px
    }

    .s1051 {
        min-width: 32px;
        width: 32px;
        min-height: 36px;
        height: 36px
    }

    .i86 {
        min-width: 32px;
        max-width: 32px;
        min-height: 32px;
        max-height: 32px;
        top: 2px
    }

    .ps1201 {
        margin-left: 32px
    }

    .s1052 {
        min-width: 250px;
        width: 250px;
        min-height: 200px
    }

    .placeholder1 {
        height: 200px
    }

    .ps1202 {
        margin-top: -1px
    }

    .s1053 {
        min-width: 480px;
        height: 958px
    }

    .s1054 {
        width: 480px;
        min-height: 939px
    }

    .ps1204 {
        margin-left: 0
    }

    .s1055 {
        min-width: 480px;
        width: 480px;
        min-height: 450px
    }

    .ps1205 {
        margin-left: 18px;
        margin-top: 28px
    }

    .i87 {
        left: 7px;
        width: 107px;
        height: 105px;
        -webkit-border-radius: 53px;
        -moz-border-radius: 53px;
        border-radius: 53px
    }

    .ps1206 {
        margin-left: -107px;
        margin-top: 195px
    }

    .s1056 {
        min-width: 213px;
        width: 213px;
        height: 50px
    }

    .f228 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.401
    }

    .ps1207 {
        margin-left: 0;
        margin-top: -245px
    }

    .s1057 {
        min-width: 448px;
        width: 448px;
        min-height: 313px
    }

    .s1058 {
        min-width: 49px;
        width: 49px;
        height: 14px
    }

    .f229 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f229:visited {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f229:hover {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f229:active {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .ps1209 {
        margin-left: -49px;
        margin-top: 27px
    }

    .s1059 {
        min-width: 65px;
        width: 65px;
        height: 12px
    }

    .f230 {
        font-size: 11px;
        font-size: calc(11px * var(--f))
    }

    .f230:visited {
        font-size: 11px;
        font-size: calc(11px * var(--f))
    }

    .f230:hover {
        font-size: 11px;
        font-size: calc(11px * var(--f))
    }

    .f230:active {
        font-size: 11px;
        font-size: calc(11px * var(--f))
    }

    .ps1210 {
        margin-left: 61px;
        margin-top: 0
    }

    .s1060 {
        min-width: 41px;
        width: 41px;
        height: 12px
    }

    .ps1211 {
        margin-left: -166px;
        margin-top: 51px
    }

    .s1061 {
        min-width: 80px;
        width: 80px;
        height: 14px
    }

    .ps1212 {
        margin-left: 83px;
        margin-top: 204px
    }

    .s1062 {
        min-width: 118px;
        width: 118px;
        height: 14px
    }

    .ps1213 {
        margin-left: 1px;
        margin-top: -141px
    }

    .s1063 {
        min-width: 72px;
        width: 72px;
        height: 14px
    }

    .ps1214 {
        margin-left: -72px;
        margin-top: -113px
    }

    .s1064 {
        min-width: 106px;
        width: 106px;
        height: 14px
    }

    .ps1215 {
        margin-left: 0;
        margin-top: -191px
    }

    .s1065 {
        min-width: 387px;
        width: 387px;
        min-height: 190px
    }

    .ps1216 {
        margin-left: 238px
    }

    .s1066 {
        min-width: 149px;
        width: 149px;
        height: 12px
    }

    .ps1217 {
        margin-left: 126px;
        margin-top: 14px
    }

    .s1067 {
        min-width: 82px;
        width: 82px;
        height: 12px
    }

    .ps1218 {
        margin-left: -82px;
        margin-top: -12px
    }

    .s1068 {
        min-width: 43px;
        width: 43px;
        height: 12px
    }

    .ps1219 {
        margin-left: -169px;
        margin-top: 166px
    }

    .s1069 {
        min-width: 107px;
        width: 107px;
        height: 12px
    }

    .ps1220 {
        margin-left: 21px;
        margin-top: 38px
    }

    .s1070 {
        min-width: 73px;
        width: 73px;
        height: 14px
    }

    .f231 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f231:visited {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f231:hover {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f231:active {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .ps1221 {
        margin-left: 0;
        margin-top: 81px
    }

    .s1071 {
        min-width: 118px;
        width: 118px;
        height: 14px
    }

    .ps1222 {
        margin-left: 34px;
        margin-top: -83px
    }

    .s1072 {
        min-width: 414px;
        width: 414px;
        min-height: 3px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1223 {
        margin-left: 93px;
        margin-top: -313px
    }

    .s1073 {
        min-width: 387px;
        width: 387px;
        min-height: 290px
    }

    .ps1224 {
        margin-left: 237px
    }

    .s1074 {
        min-width: 150px;
        width: 150px;
        min-height: 66px
    }

    .s1075 {
        min-width: 150px;
        width: 150px;
        min-height: 66px
    }

    .s1076 {
        min-width: 150px;
        width: 150px;
        height: 14px
    }

    .ps1225 {
        margin-top: 38px
    }

    .s1077 {
        min-width: 150px;
        width: 150px;
        height: 14px
    }

    .ps1226 {
        margin-left: 237px;
        margin-top: 18px
    }

    .s1078 {
        min-width: 150px;
        width: 150px;
        height: 14px
    }

    .f232 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.183
    }

    .f232:visited {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.183
    }

    .f232:hover {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.183
    }

    .f232:active {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.183
    }

    .ps1227 {
        margin-top: 129px
    }

    .s1079 {
        min-width: 82px;
        width: 82px;
        height: 15px
    }

    .ps1228 {
        margin-left: -82px;
        margin-top: 155px
    }

    .s1080 {
        min-width: 74px;
        width: 74px;
        height: 12px
    }

    .ps1229 {
        margin-left: -73px;
        margin-top: 178px
    }

    .s1081 {
        min-width: 119px;
        width: 119px;
        height: 14px
    }

    .ps1230 {
        margin-left: 44px;
        margin-top: 130px
    }

    .s1082 {
        min-width: 45px;
        width: 45px;
        height: 14px
    }

    .ps1231 {
        margin-left: -42px;
        margin-top: 155px
    }

    .s1083 {
        min-width: 169px;
        width: 169px;
        height: 12px
    }

    .ps1232 {
        margin-left: 26px;
        margin-top: 103px
    }

    .s1084 {
        min-width: 437px;
        width: 437px;
        min-height: 34px
    }

    .ps1233 {
        margin-left: 4px
    }

    .s1085 {
        min-width: 243px;
        width: 243px;
        height: 32px
    }

    .f233 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.612
    }

    .ps1234 {
        margin-top: 0
    }

    .s1086 {
        min-width: 437px;
        width: 437px;
        min-height: 2px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1235 {
        margin-left: 156px;
        margin-top: 312px
    }

    .ps1236 {
        margin-top: 3px
    }

    .i88 {
        width: 62px;
        height: 76px
    }

    .ps1237 {
        margin-left: -4px
    }

    .i89 {
        width: 61px;
        height: 82px
    }

    .ps1238 {
        margin-top: 12px
    }

    .i90 {
        left: 0;
        width: 46px;
        height: 46px;
        top: 3px
    }

    .ps1239 {
        margin-left: 42px;
        margin-top: -14px
    }

    .s1087 {
        min-width: 417px;
        width: 417px;
        min-height: 2px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1240 {
        margin-left: 40px;
        margin-top: 2px
    }

    .s1088 {
        min-width: 431px;
        width: 431px;
        height: 93px
    }

    .f234 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.616
    }

    .s1089 {
        min-width: 480px;
        min-height: 27px
    }

    .ps1241 {
        margin-top: 6px
    }

    .s1090 {
        width: 480px;
        min-height: 15px
    }

    .ps1242 {
        margin-left: 342px
    }

    .s1091 {
        min-width: 65px;
        height: 15px;
        width: 65px
    }

    .f235 {
        font-size: 4px;
        font-size: calc(4px * var(--f));
        line-height: 1.251;
        padding-top: 5px;
        padding-bottom: 5px
    }

    .ps1243 {
        margin-left: 4px
    }

    body {
        --d: 4;
        --s: 480
    }
}

@media (max-width:479px) {
    .c286 {
        min-width: 320px;
        margin-top: -7px;
        min-height: 953px
    }

    .ps1130 {
        margin-top: 7px
    }

    .s997 {
        min-width: 320px;
        height: 223px
    }

    .ps1132 {
        margin-top: 46px
    }

    .s998 {
        width: 320px;
        min-height: 66px
    }

    .ps1133 {
        margin-left: 8px
    }

    .ps1134 {
        margin-top: 6px
    }

    .i77 {
        left: 1px;
        min-width: 20px;
        max-width: 20px;
        min-height: 20px;
        max-height: 20px;
        -ms-transform: rotate(89deg) scale(-1, 1);
        -moz-transform: rotate(89deg) scale(-1, 1);
        -webkit-transform: rotate(89deg) scale(-1, 1);
        transform: rotate(89deg) scale(-1, 1)
    }

    .ps1135 {
        margin-left: 7px;
        margin-top: 0
    }

    .s999 {
        min-width: 128px;
        width: 128px;
        height: 32px
    }

    .f217 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.572
    }

    .ps1136 {
        margin-left: -156px;
        margin-top: 40px
    }

    .i78 {
        left: 0;
        min-width: 21px;
        max-width: 21px;
        min-height: 21px;
        max-height: 21px
    }

    .ps1137 {
        margin-left: 7px;
        margin-top: 36px
    }

    .s1000 {
        min-width: 201px;
        width: 201px;
        height: 30px
    }

    .ps1138 {
        margin-left: 41px;
        margin-top: 28px
    }

    .i79 {
        width: 33px;
        height: 33px
    }

    .ps1139 {
        margin-top: 6px
    }

    .s1001 {
        min-height: 105px
    }

    .ps1140 {
        margin-top: -217px
    }

    .s1002 {
        width: 320px;
        min-height: 206px
    }

    .ps1142 {
        margin-top: 127px
    }

    .i80 {
        width: 233px;
        height: 51px;
        top: 3px;
        -webkit-border-radius: 29px;
        -moz-border-radius: 29px;
        border-radius: 29px
    }

    .ps1143 {
        margin-left: 42px;
        margin-top: 171px
    }

    .s1003 {
        min-width: 31px;
        width: 31px;
        min-height: 35px;
        height: 35px
    }

    .s1004 {
        min-width: 31px;
        width: 31px;
        height: 35px
    }

    .mcv15 {
        display: inline-block
    }

    .v62 {
        display: inline-block;
        vertical-align: top
    }

    .c289 {
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: contain;
        background-image: url(../images/l/hamburger-gray-62.png)
    }

    .webp .c289 {
        background-image: url(../images/n/hamburger-gray-62.webp)
    }

    .ps1145 {
        margin-top: 14px
    }

    .s1005 {
        min-width: 31px;
        width: 31px;
        height: 6px
    }

    .f218 {
        font-size: 3px;
        font-size: calc(3px * var(--f));
        line-height: 1.334
    }

    .v63 {
        display: none
    }

    .ps1146 {
        margin-left: -249px
    }

    .ps1147 {
        margin-top: 3px
    }

    .s1006 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .f219 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .ps1148 {
        margin-top: 3px
    }

    .s1007 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps1149 {
        margin-top: 0
    }

    .ps1150 {
        margin-left: 0;
        margin-top: 0
    }

    .s1008 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .s1009 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps1153 {
        margin-left: 0;
        margin-top: 0
    }

    .s1010 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .s1011 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps1155 {
        margin-left: 0;
        margin-top: 0
    }

    .s1012 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps1157 {
        margin-top: 0
    }

    .s1013 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps1158 {
        margin-left: 0;
        margin-top: 0
    }

    .s1014 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps1159 {
        margin-left: 0;
        margin-top: 0
    }

    .s1015 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps1160 {
        margin-left: 0;
        margin-top: 0
    }

    .ps1161 {
        margin-left: 119px;
        margin-top: -206px
    }

    .s1016 {
        min-width: 197px;
        width: 197px;
        min-height: 30px
    }

    .input76 {
        width: 197px;
        height: 30px;
        font-family: "Lato 3";
        font-size: 13px;
        line-height: 1.232;
        font-weight: 700;
        font-style: normal
    }

    .ps1162 {
        margin-left: 174px;
        margin-top: -23px
    }

    .s1017 {
        min-width: 20px;
        width: 20px;
        height: 17px
    }

    .ps1163 {
        margin-top: -723px
    }

    .s1018 {
        min-width: 320px;
        min-height: 291px
    }

    .ps1164 {
        margin-top: 28px
    }

    .s1019 {
        width: 320px;
        min-height: 251px
    }

    .ps1165 {
        margin-left: 1px
    }

    .s1020 {
        min-width: 319px;
        width: 319px;
        min-height: 251px;
        height: 251px
    }

    .i81 {
        width: 319px;
        height: 251px
    }

    .ps1166 {
        margin-top: -313px
    }

    .s1021 {
        width: 320px;
        height: 417px
    }

    .ps1167 {
        margin-left: 0
    }

    .ps1168 {
        margin-left: 265px;
        margin-top: 10px
    }

    .i82 {
        left: 0;
        min-width: 26px;
        max-width: 26px;
        min-height: 26px;
        max-height: 26px
    }

    .ps1169 {
        margin-left: 3px;
        margin-top: 13px
    }

    .s1022 {
        min-width: 317px;
        height: 39px;
        width: 317px
    }

    .f220 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.279;
        padding-top: 8px;
        padding-bottom: 8px
    }

    .c294::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c294:hover:before {
        opacity: 1
    }

    .c294::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c294:hover:after {
        opacity: 0
    }

    .c294:active:before {
        opacity: 1
    }

    .c294:active:after {
        opacity: 1;
        transition: initial
    }

    .ps1170 {
        margin-top: 2px
    }

    .s1023 {
        min-width: 320px;
        width: 320px;
        min-height: 204px
    }

    .s1024 {
        min-width: 320px;
        height: 39px;
        width: 320px
    }

    .ps1171 {
        margin-left: 1px;
        margin-top: 2px
    }

    .s1025 {
        min-width: 319px;
        height: 39px;
        width: 319px
    }

    .ps1172 {
        margin-top: 3px
    }

    .ps1173 {
        margin-top: 2px
    }

    .ps1174 {
        margin-left: 1px;
        margin-top: 2px
    }

    .ps1175 {
        margin-left: 0;
        margin-top: 2px
    }

    .ps1176 {
        margin-left: 0;
        margin-top: 2px
    }

    .ps1177 {
        margin-left: 1px;
        margin-top: 2px
    }

    .s1026 {
        min-width: 319px;
        height: 39px;
        width: 319px
    }

    .f221 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.279;
        padding-top: 8px;
        padding-bottom: 8px
    }

    .ps1178 {
        margin-top: -105px
    }

    .s1027 {
        min-width: 320px;
        min-height: 1077px
    }

    .ps1179 {
        margin-top: 53px
    }

    .s1028 {
        width: 320px;
        min-height: 978px
    }

    .ps1180 {
        margin-left: 19px
    }

    .s1029 {
        min-width: 301px;
        width: 301px;
        min-height: 978px
    }

    .s1030 {
        min-width: 282px;
        width: 282px;
        min-height: 473px
    }

    .s1031 {
        min-width: 282px;
        width: 282px;
        min-height: 473px
    }

    .s1032 {
        min-width: 282px;
        width: 282px;
        height: 473px
    }

    .ps1182 {
        margin-left: 6px;
        margin-top: 65px
    }

    .s1033 {
        min-width: 266px;
        width: 266px;
        height: 39px
    }

    .input77 {
        width: 266px;
        height: 39px;
        font-size: 18px;
        line-height: 1.223;
        color: #000
    }

    .ps1183 {
        margin-left: 6px;
        margin-top: 8px
    }

    .s1034 {
        min-width: 266px;
        width: 266px;
        height: 39px
    }

    .input78 {
        width: 266px;
        height: 39px;
        font-size: 18px;
        line-height: 1.223;
        color: #fff
    }

    .ps1184 {
        margin-left: 6px;
        margin-top: 9px
    }

    .s1035 {
        min-width: 266px;
        width: 266px;
        height: 39px
    }

    .input79 {
        width: 266px;
        height: 39px;
        font-size: 18px;
        line-height: 1.223;
        color: #fff
    }

    .ps1185 {
        margin-left: 6px;
        margin-top: 9px
    }

    .s1036 {
        min-width: 266px;
        width: 266px;
        height: 137px
    }

    .input80 {
        width: 266px;
        height: 137px;
        font-size: 18px;
        line-height: 1.223;
        color: #fff
    }

    .ps1186 {
        margin-left: 76px;
        margin-top: 15px
    }

    .s1037 {
        min-width: 146px;
        height: 41px;
        width: 142px
    }

    .f222 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168;
        padding-top: 8px;
        padding-bottom: 8px
    }

    .ps1187 {
        margin-left: 82px;
        margin-top: -461px
    }

    .s1038 {
        min-width: 107px;
        width: 107px;
        height: 38px
    }

    .f223 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.801
    }

    .ps1188 {
        margin-left: 1px;
        margin-top: 61px
    }

    .s1039 {
        min-width: 300px;
        width: 300px;
        min-height: 444px
    }

    .ps1189 {
        margin-left: 6px
    }

    .s1040 {
        min-width: 266px;
        width: 266px;
        height: 33px
    }

    .p24 {
        text-align: left
    }

    .f224 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.612
    }

    .ps1190 {
        margin-top: 21px
    }

    .s1041 {
        min-width: 283px;
        width: 283px;
        min-height: 41px
    }

    .ps1191 {
        margin-top: 0
    }

    .s1042 {
        min-width: 34px;
        width: 34px;
        min-height: 41px;
        height: 41px
    }

    .i83 {
        min-width: 34px;
        max-width: 34px;
        min-height: 34px;
        max-height: 34px;
        top: 3px
    }

    .ps1192 {
        margin-left: 21px;
        margin-top: 7px
    }

    .s1043 {
        min-width: 228px;
        width: 228px;
        height: 26px
    }

    .f225 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.626
    }

    .ps1193 {
        margin-left: 5px;
        margin-top: 2px
    }

    .s1044 {
        min-width: 237px;
        width: 237px;
        min-height: 31px
    }

    .ps1194 {
        margin-top: 0
    }

    .s1045 {
        min-width: 27px;
        width: 27px;
        min-height: 31px;
        height: 31px
    }

    .i84 {
        min-width: 27px;
        max-width: 27px;
        min-height: 27px;
        max-height: 27px;
        top: 2px
    }

    .ps1195 {
        margin-left: 23px
    }

    .s1046 {
        min-width: 187px;
        width: 187px;
        height: 30px
    }

    .f226 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.626
    }

    .ps1196 {
        margin-left: 2px;
        margin-top: 11px
    }

    .s1047 {
        min-width: 288px;
        width: 288px;
        min-height: 88px
    }

    .ps1197 {
        margin-top: 9px
    }

    .s1048 {
        min-width: 34px;
        width: 34px;
        min-height: 35px;
        height: 35px
    }

    .i85 {
        min-width: 34px;
        max-width: 34px;
        min-height: 34px;
        max-height: 34px
    }

    .ps1198 {
        margin-left: 19px
    }

    .s1049 {
        min-width: 235px;
        width: 235px;
        height: 88px
    }

    .f227 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.626
    }

    .ps1199 {
        margin-left: 4px;
        margin-top: 17px
    }

    .s1050 {
        min-width: 296px;
        width: 296px;
        min-height: 200px
    }

    .ps1200 {
        margin-top: 32px
    }

    .s1051 {
        min-width: 33px;
        width: 33px;
        min-height: 33px;
        height: 33px
    }

    .i86 {
        min-width: 33px;
        max-width: 33px;
        min-height: 33px;
        max-height: 33px
    }

    .ps1201 {
        margin-left: 13px
    }

    .s1052 {
        min-width: 250px;
        width: 250px;
        min-height: 200px
    }

    .placeholder1 {
        height: 200px
    }

    .ps1202 {
        margin-top: -1px
    }

    .s1053 {
        min-width: 320px;
        height: 1112px
    }

    .ps1203 {
        margin-top: 27px
    }

    .s1054 {
        width: 320px;
        min-height: 1044px
    }

    .ps1204 {
        margin-left: 0
    }

    .s1055 {
        min-width: 320px;
        width: 320px;
        min-height: 836px
    }

    .ps1205 {
        margin-left: 21px;
        margin-top: 0
    }

    .i87 {
        left: 0;
        width: 99px;
        height: 97px;
        top: 1px;
        -webkit-border-radius: 49px;
        -moz-border-radius: 49px;
        border-radius: 49px
    }

    .ps1206 {
        margin-left: -114px;
        margin-top: 130px
    }

    .s1056 {
        min-width: 174px;
        width: 174px;
        height: 32px
    }

    .f228 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.376
    }

    .ps1207 {
        margin-left: 0;
        margin-top: -2px
    }

    .s1057 {
        min-width: 320px;
        width: 320px;
        min-height: 498px
    }

    .ps1208 {
        margin-top: 23px
    }

    .s1058 {
        min-width: 113px;
        width: 113px;
        height: 23px
    }

    .f229 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f229:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f229:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f229:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .ps1209 {
        margin-left: 2px;
        margin-top: 7px
    }

    .s1059 {
        min-width: 91px;
        width: 91px;
        height: 19px
    }

    .f230 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f230:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f230:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f230:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .ps1210 {
        margin-left: 0;
        margin-top: 35px
    }

    .s1060 {
        min-width: 90px;
        width: 90px;
        height: 20px
    }

    .ps1211 {
        margin-top: -47px
    }

    .s1061 {
        min-width: 140px;
        width: 140px;
        height: 22px
    }

    .ps1212 {
        margin-top: 68px
    }

    .s1062 {
        min-width: 163px;
        width: 163px;
        height: 20px
    }

    .ps1213 {
        margin-top: -49px
    }

    .s1063 {
        min-width: 126px;
        width: 126px;
        height: 21px
    }

    .ps1214 {
        margin-top: -81px
    }

    .s1064 {
        min-width: 166px;
        width: 166px;
        height: 24px
    }

    .ps1215 {
        margin-left: 0;
        margin-top: -192px
    }

    .s1065 {
        min-width: 320px;
        width: 320px;
        min-height: 475px
    }

    .ps1216 {
        margin-left: 171px
    }

    .s1066 {
        min-width: 149px;
        width: 149px;
        height: 32px
    }

    .ps1217 {
        margin-top: 209px
    }

    .s1067 {
        min-width: 163px;
        width: 163px;
        height: 24px
    }

    .ps1218 {
        margin-left: 11px;
        margin-top: -6px
    }

    .s1068 {
        min-width: 49px;
        width: 49px;
        height: 23px
    }

    .ps1219 {
        margin-top: 184px
    }

    .s1069 {
        min-width: 211px;
        width: 211px;
        height: 26px
    }

    .ps1220 {
        margin-left: 174px;
        margin-top: -419px
    }

    .s1070 {
        min-width: 111px;
        width: 111px;
        height: 21px
    }

    .f231 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168;
        letter-spacing: 0.05px
    }

    .f231:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168;
        letter-spacing: 0.05px
    }

    .f231:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168;
        letter-spacing: 0.05px
    }

    .f231:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168;
        letter-spacing: 0.05px
    }

    .ps1221 {
        margin-left: 0;
        margin-top: -62px
    }

    .s1071 {
        min-width: 223px;
        width: 223px;
        height: 21px
    }

    .ps1222 {
        margin-left: 7px;
        margin-top: -498px
    }

    .s1072 {
        min-width: 276px;
        width: 276px;
        min-height: 2px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1223 {
        margin-left: 0;
        margin-top: -196px
    }

    .s1073 {
        min-width: 299px;
        width: 299px;
        min-height: 374px
    }

    .ps1224 {
        margin-left: 0
    }

    .s1074 {
        min-width: 282px;
        width: 282px;
        min-height: 302px
    }

    .s1075 {
        min-width: 282px;
        width: 282px;
        min-height: 302px
    }

    .s1076 {
        min-width: 282px;
        width: 282px;
        height: 29px
    }

    .ps1225 {
        margin-left: 1px;
        margin-top: 245px
    }

    .s1077 {
        min-width: 218px;
        width: 218px;
        height: 28px
    }

    .ps1226 {
        margin-left: 0;
        margin-top: -266px
    }

    .s1078 {
        min-width: 291px;
        width: 291px;
        height: 31px
    }

    .f232 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f232:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f232:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f232:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .ps1227 {
        margin-left: 1px;
        margin-top: 24px
    }

    .s1079 {
        min-width: 212px;
        width: 212px;
        height: 20px
    }

    .ps1228 {
        margin-top: 9px
    }

    .s1080 {
        min-width: 211px;
        width: 211px;
        height: 19px
    }

    .ps1229 {
        margin-left: 1px;
        margin-top: -170px
    }

    .s1081 {
        min-width: 238px;
        width: 238px;
        height: 24px
    }

    .ps1230 {
        margin-top: -72px
    }

    .s1082 {
        min-width: 87px;
        width: 87px;
        height: 24px
    }

    .ps1231 {
        margin-top: -133px
    }

    .s1083 {
        min-width: 298px;
        width: 298px;
        height: 20px
    }

    .ps1232 {
        margin-left: 0;
        margin-top: -388px
    }

    .s1084 {
        min-width: 291px;
        width: 291px;
        min-height: 135px
    }

    .ps1233 {
        margin-top: 102px
    }

    .s1085 {
        min-width: 268px;
        width: 268px;
        height: 33px
    }

    .f233 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.601
    }

    .ps1234 {
        margin-top: -135px
    }

    .s1086 {
        min-width: 291px;
        width: 291px;
        min-height: 3px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1235 {
        margin-left: 23px;
        margin-top: 29px
    }

    .i88 {
        width: 47px;
        height: 72px
    }

    .ps1237 {
        margin-left: 19px
    }

    .i89 {
        width: 47px;
        height: 72px
    }

    .ps1238 {
        margin-left: 17px;
        margin-top: 0
    }

    .i90 {
        left: 0;
        width: 47px;
        height: 47px;
        top: 12px
    }

    .ps1239 {
        margin-left: 12px;
        margin-top: -354px
    }

    .s1087 {
        min-width: 278px;
        width: 278px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1240 {
        margin-left: 0;
        margin-top: 23px
    }

    .s1088 {
        min-width: 287px;
        width: 287px;
        height: 84px
    }

    .f234 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.616
    }

    .s1089 {
        min-width: 320px;
        min-height: 18px
    }

    .ps1241 {
        margin-top: 4px
    }

    .s1090 {
        width: 320px;
        min-height: 10px
    }

    .ps1242 {
        margin-left: 228px
    }

    .s1091 {
        min-width: 43px;
        height: 10px;
        width: 43px
    }

    .f235 {
        font-size: 3px;
        font-size: calc(3px * var(--f));
        line-height: 1.334;
        padding-top: 3px;
        padding-bottom: 3px
    }

    .ps1243 {
        margin-left: 3px
    }

    body {
        --d: 5;
        --s: 320
    }
}

body {
    --f: 1;
    min-width: 1920px
}

@media (min-width:1200px) and (max-width:1919px) {
    body {
        min-width: 1200px
    }
}

@media (min-width:960px) and (max-width:1199px) {
    body {
        min-width: 960px
    }
}

@media (min-width:768px) and (max-width:959px) {
    body {
        min-width: 768px
    }
}

@media (min-width:480px) and (max-width:767px) {
    body {
        min-width: 480px
    }
}

@media (max-width:479px) {
    body {
        min-width: 320px
    }
}

.c303 {
    display: block;
    position: relative;
    pointer-events: none;
    min-width: 1920px;
    width: 100%;
    overflow: hidden;
    margin-top: 0;
    z-index: 1;
    min-height: 1022px
}

.v67 {
    display: block
}

.ps1244 {
    position: relative;
    margin-top: 0
}

.s1092 {
    width: 100%;
    min-width: 1920px;
    height: 347px;
    padding-bottom: 0
}

.c304 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #5789c1
}

.z936 {
    pointer-events: none
}

.ps1245 {
    display: inline-block;
    width: 0;
    height: 0
}

.ps1246 {
    position: relative;
    margin-top: 11px
}

.s1093 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 67px
}

.v68 {
    display: inline-block;
    vertical-align: top
}

.ps1247 {
    position: relative;
    margin-left: 66px;
    margin-top: 0
}

.ps1248 {
    position: relative;
    margin-left: 0;
    margin-top: 13px
}

.z937 {
    z-index: 41;
    pointer-events: auto
}

.i91 {
    position: absolute;
    left: 4px;
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    top: 0;
    color: #fff;
    -ms-transform: rotate(0deg) scale(1, 1);
    -moz-transform: rotate(0deg) scale(1, 1);
    -webkit-transform: rotate(0deg) scale(1, 1);
    transform: rotate(0deg) scale(1, 1)
}

.ps1249 {
    position: relative;
    margin-left: 17px;
    margin-top: 13px
}

.s1094 {
    min-width: 275px;
    width: 275px;
    overflow: hidden;
    height: 40px
}

.z938 {
    z-index: 40;
    pointer-events: auto
}

.p25 {
    text-indent: 0;
    padding-bottom: 0;
    padding-right: 0;
    text-align: left
}

.f236 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.126;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps1250 {
    position: relative;
    margin-left: 42px;
    margin-top: 13px
}

.z939 {
    z-index: 42;
    pointer-events: auto
}

.i92 {
    position: absolute;
    left: 16px;
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    top: 0;
    color: #fff
}

.ps1251 {
    position: relative;
    margin-left: -2px;
    margin-top: 13px
}

.s1095 {
    min-width: 446px;
    width: 446px;
    overflow: hidden;
    height: 40px
}

.z940 {
    z-index: 44;
    pointer-events: auto
}

.ps1252 {
    position: relative;
    margin-left: 863px;
    margin-top: 0
}

.z941 {
    z-index: 43;
    pointer-events: auto
}

.a28 {
    display: block
}

.i93 {
    position: absolute;
    left: 0;
    width: 67px;
    height: 67px;
    top: 0;
    -webkit-filter: brightness(400%);
    -moz-filter: brightness(400%);
    filter: brightness(400%);
    border: 0
}

.ps1253 {
    position: relative;
    margin-top: 7px
}

.s1096 {
    margin-left: -0%;
    width: 100%;
    min-height: 262px
}

.c305 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 0 rgba(128, 128, 128, 0.2)
}

.z942 {
    z-index: 38;
    pointer-events: auto
}

.ps1254 {
    position: relative;
    margin-top: -252px
}

.s1097 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 236px
}

.ps1255 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.ps1256 {
    position: relative;
    margin-left: 0;
    margin-top: 3px
}

.z943 {
    z-index: 39;
    pointer-events: auto
}

.i94 {
    position: absolute;
    left: 0;
    width: 170px;
    height: 37px;
    top: 66px;
    -webkit-border-radius: 84px;
    -moz-border-radius: 84px;
    border-radius: 84px;
    border: 0
}

.v69 {
    display: inline-block;
    vertical-align: top;
    overflow: visible
}

.ps1257 {
    position: relative;
    margin-left: 49px;
    margin-top: 148px
}

.z944 {
    z-index: 45;
    pointer-events: auto
}

.ps1258 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s1098 {
    min-width: 0;
    width: 0;
    min-height: 0;
    height: 0
}

.m9 {
    padding: 0px 0px 0px 0px
}

.s1099 {
    min-width: 46px;
    width: 0;
    height: 0
}

.mcv17 {
    display: none
}

.v70 {
    display: none
}

.ps1259 {
    position: relative;
    margin-left: 0;
    margin-top: 92px
}

.s1100 {
    min-width: 46px;
    width: 46px;
    overflow: hidden;
    height: 26px
}

.z945 {
    pointer-events: auto
}

.p26 {
    text-indent: 0;
    padding-bottom: 0;
    padding-right: 0;
    text-align: center
}

.f237 {
    font-family: "Lato 2";
    font-size: 17px;
    font-size: calc(17px * var(--f));
    line-height: 1.295;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: transparent;
    background-color: initial;
    text-shadow: none
}

.v71 {
    display: inline-block;
    vertical-align: top
}

.ps1260 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.z946 {
    z-index: 9999
}

.mcv18 {
    display: inline-block
}

.c307 {
    border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #5789c1
}

.ps1261 {
    position: relative;
    margin-left: 0;
    margin-top: 23px
}

.s1101 {
    min-width: 159px;
    width: 159px;
    overflow: hidden;
    height: 41px
}

.f238 {
    font-family: "Lato 2";
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.220;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.v72 {
    display: none
}

.ml9 {
    outline: 0
}

.ps1262 {
    position: relative;
    margin-left: 0;
    margin-top: 7px
}

.s1102 {
    min-width: 450px;
    width: 450px;
    overflow: hidden;
    height: 41px
}

.ps1263 {
    position: relative;
    margin-left: 0;
    margin-top: 1px
}

.ps1264 {
    position: relative;
    margin-left: 160px;
    margin-top: -88px
}

.s1103 {
    min-width: 256px;
    width: 256px;
    overflow: hidden;
    height: 41px
}

.ps1265 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s1104 {
    min-width: 472px;
    width: 472px;
    overflow: hidden;
    height: 41px
}

.ps1266 {
    position: relative;
    margin-left: 0;
    margin-top: 1px
}

.ps1267 {
    position: relative;
    margin-left: 417px;
    margin-top: -88px
}

.s1105 {
    min-width: 342px;
    width: 342px;
    overflow: hidden;
    height: 41px
}

.ps1268 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s1106 {
    min-width: 429px;
    width: 429px;
    overflow: hidden;
    height: 41px
}

.ps1269 {
    position: relative;
    margin-left: 760px;
    margin-top: -88px
}

.s1107 {
    min-width: 383px;
    width: 383px;
    overflow: hidden;
    height: 41px
}

.ps1270 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.ps1271 {
    position: relative;
    margin-left: 0;
    margin-top: 7px
}

.s1108 {
    min-width: 477px;
    width: 477px;
    overflow: hidden;
    height: 41px
}

.ps1272 {
    position: relative;
    margin-left: 1144px;
    margin-top: -88px
}

.s1109 {
    min-width: 185px;
    width: 185px;
    overflow: hidden;
    height: 41px
}

.ps1273 {
    position: relative;
    margin-left: 1330px;
    margin-top: -88px
}

.s1110 {
    min-width: 108px;
    width: 108px;
    overflow: hidden;
    height: 41px
}

.ps1274 {
    position: relative;
    margin-left: 1439px;
    margin-top: -88px
}

.ps1275 {
    position: relative;
    margin-left: 1154px;
    margin-top: -236px
}

.z947 {
    z-index: 46
}

.s1111 {
    min-width: 741px;
    width: 741px;
    min-height: 79px;
    line-height: 0
}

.z948 {
    z-index: 47;
    pointer-events: auto
}

.input81 {
    border: 1px solid #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.22);
    width: 741px;
    height: 79px;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 28px;
    line-height: 1.144;
    font-weight: 400;
    font-style: italic;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input81::placeholder {
    color: rgb(0, 0, 0);
    opacity: 1
}

.ps1276 {
    position: relative;
    margin-left: 674px;
    margin-top: -73px
}

.s1112 {
    min-width: 64px;
    width: 64px;
    height: 55px;
    box-sizing: border-box
}

.c308 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    background-image: url(../images/t/search-svgrepo-com-2-.svg);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z949 {
    z-index: 48;
    pointer-events: auto
}

.a29 {
    transform: translateZ(1px);
    display: inline-block;
    width: 100%;
    height: 100%;
    z-index: 1
}

.c308:hover {
    background-color: rgba(10, 37, 134, 0.74);
    border-color: transparent;
    color: #fff;
    background-clip: padding-box
}

.c308:active {
    transition: initial
}

.c309 {
    display: block;
    position: relative;
    pointer-events: none;
    min-width: 1920px;
    width: 100%;
    overflow: hidden;
    margin-top: -675px;
    z-index: 56;
    min-height: 882px
}

.ps1277 {
    position: relative;
    margin-top: 0
}

.s1113 {
    width: 100%;
    min-width: 1920px;
    min-height: 882px;
    padding-bottom: 0
}

.c310 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-image: -webkit-gradient(linear, 167deg, color-stop(0, rgba(255, 255, 255, 0)), color-stop(1, rgb(255, 255, 255)));
    background-image: -o-linear-gradient(167deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient(167deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient(167deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    background-image: linear-gradient(167deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%)
}

.ps1278 {
    position: relative;
    margin-top: 85px
}

.s1114 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    height: 733px
}

.ps1279 {
    position: relative;
    margin-left: 268px;
    margin-top: -1px
}

.s1115 {
    min-width: 1341px;
    width: 1341px;
    min-height: 735px;
    height: 735px
}

.i95 {
    position: absolute;
    left: 0;
    width: 1339px;
    height: 733px;
    top: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.56);
    background-clip: padding-box
}

.ps1280 {
    position: relative;
    margin-top: -770px
}

.s1116 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    height: 784px
}

.v73 {
    display: inline-block;
    vertical-align: top;
    pointer-events: auto
}

.ps1281 {
    position: relative;
    margin-left: 13px;
    margin-top: 0
}

.c311 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-image: -webkit-gradient(linear, 164deg, color-stop(0, rgba(10, 37, 134, 0.74)), color-stop(1, rgba(145, 6, 74, 0.72)));
    background-image: -o-linear-gradient(164deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: -webkit-linear-gradient(164deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: -ms-linear-gradient(164deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: linear-gradient(164deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%)
}

.z950 {
    z-index: 58;
    pointer-events: auto
}

.ps1282 {
    position: relative;
    margin-left: 1664px;
    margin-top: 15px
}

.z951 {
    z-index: 59
}

.i96 {
    position: absolute;
    left: 7px;
    min-width: 53px;
    max-width: 53px;
    min-height: 53px;
    max-height: 53px;
    top: 0;
    color: #fff
}

.v74 {
    display: inline-block;
    vertical-align: top;
    outline: 0
}

.ps1283 {
    position: relative;
    margin-left: 0;
    margin-top: 25px
}

.s1117 {
    min-width: 1752px;
    height: 112px;
    box-sizing: border-box;
    width: 1752px;
    padding-right: 0
}

.c312 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-image: -webkit-gradient(linear, 166deg, color-stop(0, rgba(10, 37, 134, 0.74)), color-stop(1, rgba(74, 149, 169, 0.52)));
    background-image: -o-linear-gradient(166deg, rgba(10, 37, 134, 0.74) 0%, rgba(74, 149, 169, 0.52) 100%);
    background-image: -webkit-linear-gradient(166deg, rgba(10, 37, 134, 0.74) 0%, rgba(74, 149, 169, 0.52) 100%);
    background-image: -ms-linear-gradient(166deg, rgba(10, 37, 134, 0.74) 0%, rgba(74, 149, 169, 0.52) 100%);
    background-image: linear-gradient(166deg, rgba(10, 37, 134, 0.74) 0%, rgba(74, 149, 169, 0.52) 100%);
    color: #fff;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z952 {
    z-index: 60
}

.a30 {
    transform: translateZ(1px);
    display: inline-block;
    width: 100%;
    z-index: 1
}

.f239 {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 54px;
    font-size: calc(54px * var(--f));
    line-height: 1.242;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 23px;
    padding-bottom: 22px
}

.c312::before {
    background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
    background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-clip: content-box;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin-top: 0;
    margin-left: 0;
    z-index: -1;
    transition: opacity 0.2s linear
}

.c312:hover:before {
    opacity: 1
}

.c312:hover {
    background-color: transparent;
    border-color: transparent;
    color: #161616
}

.c312::after {
    background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
    background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-clip: content-box;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin-top: 0;
    margin-left: 0;
    top: 0;
    left: 0;
    z-index: -1;
    transition: opacity 0.2s linear
}

.c312:hover:after {
    opacity: 0
}

.c312:active:before {
    opacity: 1
}

.c312:active:after {
    opacity: 1;
    transition: initial
}

.c312:active {
    transition: initial;
    color: #a1a1a1
}

.ps1284 {
    position: relative;
    margin-left: 0;
    margin-top: 8px
}

.s1118 {
    min-width: 1752px;
    width: 1752px;
    min-height: 171px;
    line-height: 0
}

.s1119 {
    min-width: 1752px;
    height: 112px;
    box-sizing: border-box;
    width: 1752px;
    padding-right: 0
}

.z953 {
    z-index: 61;
    pointer-events: auto
}

.ps1285 {
    position: relative;
    margin-left: 0;
    margin-top: -53px
}

.s1120 {
    min-width: 1752px;
    height: 112px;
    box-sizing: border-box;
    width: 1752px;
    padding-right: 0
}

.z954 {
    z-index: 62;
    pointer-events: auto
}

.ps1286 {
    position: relative;
    margin-left: 0;
    margin-top: -112px
}

.z955 {
    z-index: 63;
    pointer-events: auto
}

.ps1287 {
    position: relative;
    margin-left: 0;
    margin-top: -112px
}

.z956 {
    z-index: 64;
    pointer-events: auto
}

.ps1288 {
    position: relative;
    margin-left: 0;
    margin-top: -112px
}

.z957 {
    z-index: 65;
    pointer-events: auto
}

.ps1289 {
    position: relative;
    margin-left: 37px;
    margin-top: 0
}

.z958 {
    z-index: 66
}

.ps1290 {
    position: relative;
    margin-left: 32px;
    margin-top: 18px
}

.z959 {
    z-index: 67
}

.ps1291 {
    position: relative;
    margin-left: 32px;
    margin-top: 8px
}

.s1121 {
    min-width: 1752px;
    height: 117px;
    box-sizing: border-box;
    width: 1752px;
    padding-right: 0
}

.z960 {
    z-index: 68
}

.f240 {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 54px;
    font-size: calc(54px * var(--f));
    line-height: 1.242;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 25px;
    padding-bottom: 25px
}

.ps1292 {
    position: relative;
    margin-top: -15px
}

.s1122 {
    width: 100%;
    min-width: 1920px;
    height: 1757px;
    padding-bottom: 0
}

.c313 {
    border-top: 1px solid rgba(0, 0, 0, 0.56);
    border-bottom: 1px solid rgba(0, 0, 0, 0.56);
    background-clip: padding-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff
}

.z961 {
    z-index: 49;
    pointer-events: none
}

.ps1293 {
    position: relative;
    margin-top: 32px
}

.s1123 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 1725px
}

.ps1294 {
    position: relative;
    margin-left: 194px;
    margin-top: 0
}

.s1124 {
    min-width: 1633px;
    width: 1633px;
    min-height: 170px
}

.s1125 {
    min-width: 1633px;
    width: 1633px;
    min-height: 170px;
    line-height: 0
}

.ps1295 {
    position: relative;
    margin-left: 291px;
    margin-top: 0
}

.s1126 {
    min-width: 654px;
    width: 654px;
    overflow: hidden;
    height: 98px
}

.c314 {
    transform-style: preserve-3d
}

.z962 {
    z-index: 50;
    pointer-events: auto
}

.s1127 {
    min-height: 98px;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    color: transparent;
    background-image: -webkit-gradient(linear, 55deg, color-stop(0, rgba(145, 6, 74, 0.72)), color-stop(1, rgba(10, 37, 134, 0.74)));
    background-image: -o-linear-gradient(55deg, rgba(145, 6, 74, 0.72) 0%, rgba(10, 37, 134, 0.74) 100%);
    background-image: -webkit-linear-gradient(55deg, rgba(145, 6, 74, 0.72) 0%, rgba(10, 37, 134, 0.74) 100%);
    background-image: -ms-linear-gradient(55deg, rgba(145, 6, 74, 0.72) 0%, rgba(10, 37, 134, 0.74) 100%);
    background-image: linear-gradient(55deg, rgba(145, 6, 74, 0.72) 0%, rgba(10, 37, 134, 0.74) 100%)
}

.f241 {
    font-family: "Hanken Grotesk 6";
    font-size: 51px;
    font-size: calc(51px * var(--f));
    line-height: 1.432;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    background-color: initial;
    text-shadow: none
}

.f242 {
    font-family: "Hanken Grotesk 6";
    font-size: 51px;
    font-size: calc(51px * var(--f));
    line-height: 1.432;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    background-color: rgba(0, 0, 0, 0.22);
    text-shadow: none
}

.ps1296 {
    position: relative;
    margin-left: 0;
    margin-top: -24px
}

.s1128 {
    min-width: 1633px;
    width: 1633px;
    min-height: 96px
}

.z963 {
    z-index: 51
}

.s1129 {
    min-width: 1386px;
    width: 1386px;
    height: 96px
}

.z964 {
    z-index: 54;
    pointer-events: auto
}

.input82 {
    border: 1px solid #000;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    background-color: #fff;
    width: 1386px;
    height: 96px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 32px;
    line-height: 1.188;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input82::placeholder {
    color: rgb(169, 169, 169);
    opacity: 1
}

.ps1297 {
    position: relative;
    margin-left: 19px;
    margin-top: 1px
}

.s1130 {
    min-width: 228px;
    width: 228px;
    height: 94px;
    box-sizing: border-box
}

.c315 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-left: 1px solid #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: rgba(10, 103, 167, 0.36);
    background-image: url(../images/v/search-svgrepo-com-4-.svg);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z965 {
    z-index: 55;
    pointer-events: auto
}

.c315:hover {
    background-color: #06341d;
    border-color: transparent;
    color: #161616;
    background-clip: padding-box;
    border-left: 0
}

.c315:active {
    transition: initial;
    color: #a1a1a1
}

.ps1298 {
    position: relative;
    margin-left: 0;
    margin-top: 193px
}

.s1131 {
    min-width: 1920px;
    width: 1920px;
    min-height: 1362px
}

.s1132 {
    min-width: 1920px;
    width: 1920px;
    min-height: 1362px;
    line-height: 0
}

.ps1299 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s1133 {
    min-width: 1920px;
    width: 1920px;
    height: 1362px
}

.z966 {
    z-index: 52;
    pointer-events: auto
}

.wrapper7 {
    font-size: 15px;
    line-height: 1.4;
    height: 1362px
}

.wrapper7 div,
.wrapper7 p,
.wrapper7 a {
    font-size: 15px;
    line-height: 1.4
}

.wrapper7 input {
    font-size: 15px;
    line-height: 1.4;
    margin: 3px 2px 3px 2px
}

.ps1300 {
    position: relative;
    margin-left: 834px;
    margin-top: -1212px
}

.s1134 {
    min-width: 397px;
    width: 397px;
    min-height: 363px
}

.z967 {
    z-index: 53;
    pointer-events: auto
}

.lt1 {
    height: 363px
}

.ps1301 {
    position: relative;
    margin-top: 17px
}

.s1135 {
    width: 100%;
    min-width: 1920px;
    height: 830px;
    padding-bottom: 0
}

.c316 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #000
}

.z968 {
    z-index: 37;
    pointer-events: none
}

.ps1302 {
    position: relative;
    margin-top: 33px
}

.s1136 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 743px
}

.ps1303 {
    position: relative;
    margin-left: 50px;
    margin-top: 0
}

.s1137 {
    min-width: 1831px;
    width: 1831px;
    min-height: 442px
}

.ps1304 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.z969 {
    z-index: 2;
    pointer-events: auto
}

.i97 {
    position: absolute;
    left: 10px;
    width: 181px;
    height: 178px;
    top: 0;
    -webkit-border-radius: 89px;
    -moz-border-radius: 89px;
    border-radius: 89px;
    box-shadow: 0 3px 40px 5px rgba(0, 0, 0, 0.22);
    border: 0
}

.ps1305 {
    position: relative;
    margin-left: 194px;
    margin-top: 0
}

.s1138 {
    min-width: 346px;
    width: 346px;
    overflow: hidden;
    height: 66px
}

.z970 {
    z-index: 3;
    pointer-events: auto
}

.f243 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 41px;
    font-size: calc(41px * var(--f));
    line-height: 1.391;
    font-weight: 700;
    font-style: italic;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps1306 {
    position: relative;
    margin-left: -341px;
    margin-top: 24px
}

.s1139 {
    min-width: 737px;
    width: 737px;
    min-height: 368px;
    line-height: 0
}

.ps1307 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.z971 {
    z-index: 13
}

.z972 {
    z-index: 20
}

.s1140 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 42px
}

.z973 {
    z-index: 21;
    pointer-events: auto
}

.f244 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.126;
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps1308 {
    position: relative;
    margin-left: 0;
    margin-top: 9px
}

.s1141 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 40px
}

.z974 {
    z-index: 22;
    pointer-events: auto
}

.f245 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.001;
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps1309 {
    position: relative;
    margin-left: 3px;
    margin-top: 8px
}

.s1142 {
    min-width: 338px;
    width: 338px;
    overflow: hidden;
    height: 48px
}

.z975 {
    z-index: 23;
    pointer-events: auto
}

.ps1310 {
    position: relative;
    margin-left: 0;
    margin-top: 8px
}

.s1143 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 46px
}

.z976 {
    z-index: 24;
    pointer-events: auto
}

.ps1311 {
    position: relative;
    margin-left: 0;
    margin-top: 8px
}

.s1144 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 45px
}

.z977 {
    z-index: 25;
    pointer-events: auto
}

.ps1312 {
    position: relative;
    margin-left: 0;
    margin-top: 8px
}

.s1145 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 48px
}

.z978 {
    z-index: 26;
    pointer-events: auto
}

.ps1313 {
    position: relative;
    margin-left: 0;
    margin-top: 7px
}

.s1146 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 51px
}

.z979 {
    z-index: 27;
    pointer-events: auto
}

.ps1314 {
    position: relative;
    margin-left: 40px;
    margin-top: 1px
}

.s1147 {
    min-width: 355px;
    width: 355px;
    min-height: 309px;
    line-height: 0
}

.ps1315 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s1148 {
    min-width: 350px;
    width: 350px;
    overflow: hidden;
    height: 40px
}

.z980 {
    z-index: 14;
    pointer-events: auto
}

.ps1316 {
    position: relative;
    margin-left: 0;
    margin-top: 7px
}

.s1149 {
    min-width: 352px;
    width: 352px;
    overflow: hidden;
    height: 43px
}

.z981 {
    z-index: 15;
    pointer-events: auto
}

.ps1317 {
    position: relative;
    margin-left: 0;
    margin-top: 8px
}

.s1150 {
    min-width: 352px;
    width: 352px;
    overflow: hidden;
    height: 46px
}

.z982 {
    z-index: 16;
    pointer-events: auto
}

.ps1318 {
    position: relative;
    margin-left: 0;
    margin-top: 10px
}

.s1151 {
    min-width: 350px;
    width: 350px;
    overflow: hidden;
    height: 46px
}

.z983 {
    z-index: 17;
    pointer-events: auto
}

.ps1319 {
    position: relative;
    margin-left: 0;
    margin-top: 63px
}

.s1152 {
    min-width: 355px;
    width: 355px;
    overflow: hidden;
    height: 46px
}

.z984 {
    z-index: 19;
    pointer-events: auto
}

.f246 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.126;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps1320 {
    position: relative;
    margin-left: 383px;
    margin-top: -159px
}

.s1153 {
    min-width: 354px;
    width: 354px;
    overflow: hidden;
    height: 45px
}

.z985 {
    z-index: 18;
    pointer-events: auto
}

.ps1321 {
    position: relative;
    margin-left: 0;
    margin-top: -305px
}

.s1154 {
    min-width: 733px;
    width: 733px;
    min-height: 5px;
    -ms-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.c317 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: rgba(28, 92, 132, 0.62)
}

.z986 {
    z-index: 6
}

.ps1322 {
    position: relative;
    margin-left: 86px;
    margin-top: 27px
}

.z987 {
    z-index: 28
}

.ps1323 {
    position: relative;
    margin-left: 1px;
    margin-top: 0
}

.s1155 {
    min-width: 438px;
    width: 438px;
    overflow: hidden;
    height: 53px
}

.z988 {
    z-index: 29;
    pointer-events: auto
}

.ps1324 {
    position: relative;
    margin-left: 1px;
    margin-top: 0
}

.s1156 {
    min-width: 438px;
    width: 438px;
    overflow: hidden;
    height: 51px
}

.z989 {
    z-index: 30;
    pointer-events: auto
}

.ps1325 {
    position: relative;
    margin-left: 0;
    margin-top: 2px
}

.s1157 {
    min-width: 440px;
    width: 440px;
    min-height: 100px;
    line-height: 0
}

.ps1326 {
    position: relative;
    margin-left: 1px;
    margin-top: 0
}

.s1158 {
    min-width: 438px;
    width: 438px;
    overflow: hidden;
    height: 53px
}

.z990 {
    z-index: 31;
    pointer-events: auto
}

.f247 {
    font-family: "Lato 2";
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.220;
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps1327 {
    position: relative;
    margin-left: 0;
    margin-top: -1px
}

.s1159 {
    min-width: 440px;
    width: 440px;
    overflow: hidden;
    height: 48px
}

.z991 {
    z-index: 32;
    pointer-events: auto
}

.ps1328 {
    position: relative;
    margin-left: 0;
    margin-top: 4px
}

.s1160 {
    min-width: 440px;
    width: 440px;
    overflow: hidden;
    height: 50px
}

.z992 {
    z-index: 33;
    pointer-events: auto
}

.ps1329 {
    position: relative;
    margin-left: 0;
    margin-top: 1px
}

.s1161 {
    min-width: 440px;
    width: 440px;
    overflow: hidden;
    height: 53px
}

.z993 {
    z-index: 34;
    pointer-events: auto
}

.ps1330 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s1162 {
    min-width: 440px;
    width: 440px;
    overflow: hidden;
    height: 51px
}

.z994 {
    z-index: 35;
    pointer-events: auto
}

.ps1331 {
    position: relative;
    margin-left: 1px;
    margin-top: 0
}

.s1163 {
    min-width: 438px;
    width: 438px;
    overflow: hidden;
    height: 50px
}

.z995 {
    z-index: 36;
    pointer-events: auto
}

.ps1332 {
    position: relative;
    margin-left: 1225px;
    margin-top: -442px
}

.s1164 {
    min-width: 606px;
    width: 606px;
    min-height: 90px;
    line-height: 0
}

.ps1333 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s1165 {
    min-width: 518px;
    width: 518px;
    overflow: hidden;
    height: 66px
}

.z996 {
    z-index: 4;
    pointer-events: auto
}

.f248 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 38px;
    font-size: calc(38px * var(--f));
    line-height: 1.606;
    font-weight: 700;
    font-style: italic;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps1334 {
    position: relative;
    margin-left: 0;
    margin-top: 19px
}

.s1166 {
    min-width: 606px;
    width: 606px;
    min-height: 5px;
    -ms-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.z997 {
    z-index: 5
}

.ps1335 {
    position: relative;
    margin-left: 778px;
    margin-top: 101px
}

.z998 {
    z-index: 8;
    pointer-events: auto
}

.ps1336 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.z999 {
    z-index: 10;
    pointer-events: auto
}

.i98 {
    position: absolute;
    left: 0;
    width: 110px;
    height: 96px;
    top: 0;
    border: 0
}

.ps1337 {
    position: relative;
    margin-left: -10px;
    margin-top: 0
}

.z1000 {
    z-index: 11;
    pointer-events: auto
}

.i99 {
    position: absolute;
    left: 0;
    width: 102px;
    height: 90px;
    top: 0;
    border: 0
}

.ps1338 {
    position: relative;
    margin-left: 4px;
    margin-top: 11px
}

.z1001 {
    z-index: 12;
    pointer-events: auto
}

.i100 {
    position: absolute;
    left: 11px;
    width: 67px;
    height: 67px;
    top: 0;
    border: 0
}

.ps1339 {
    position: relative;
    margin-left: 138px;
    margin-top: 0
}

.s1167 {
    min-width: 1667px;
    width: 1667px;
    min-height: 8px;
    -ms-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.z1002 {
    z-index: 7
}

.ps1340 {
    position: relative;
    margin-left: 146px;
    margin-top: 16px
}

.s1168 {
    min-width: 1669px;
    width: 1669px;
    overflow: hidden;
    height: 80px
}

.z1003 {
    z-index: 9;
    pointer-events: auto
}

.f249 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 24px;
    font-size: calc(24px * var(--f));
    line-height: 1.584;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.s1169 {
    width: 100%;
    width: calc(100% - var(--sw));
    min-width: 1920px;
    min-height: 107px
}

.c318 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #a1a1a1
}

.z1004 {
    z-index: 70;
    pointer-events: none
}

.ps1341 {
    position: relative;
    margin-top: 22px
}

.s1170 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 62px
}

.ps1342 {
    position: relative;
    margin-left: 1365px;
    margin-top: 0
}

.s1171 {
    min-width: 254px;
    height: 62px;
    box-sizing: border-box;
    width: 254px;
    padding-right: 0
}

.c319 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #161616;
    color: #a1a1a1;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear
}

.f250 {
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    z-index: 1;
    font-family: "Hanken Grotesk 3";
    font-size: 22px;
    font-size: calc(22px * var(--f));
    line-height: 1.319;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 17px;
    padding-bottom: 16px
}

.c319:hover {
    background-color: #06341d;
    background-clip: padding-box;
    color: #161616
}

.c319:active {
    transition: initial;
    color: #a1a1a1
}

.ps1343 {
    position: relative;
    margin-left: 24px;
    margin-top: 0
}

.c320 {
    display: inline-block;
    position: relative;
    margin-left: 0;
    margin-top: 0
}

body {
    --d: 0;
    --s: 1920
}

@media (min-width:1200px) and (max-width:1919px) {
    .c303 {
        min-width: 1200px;
        min-height: 679px
    }

    .s1092 {
        min-width: 1200px;
        height: 256px
    }

    .ps1246 {
        margin-top: 7px
    }

    .s1093 {
        width: 1200px;
        min-height: 42px
    }

    .ps1247 {
        margin-left: 41px
    }

    .ps1248 {
        margin-top: 8px
    }

    .i91 {
        left: 3px;
        min-width: 25px;
        max-width: 25px;
        min-height: 25px;
        max-height: 25px
    }

    .ps1249 {
        margin-left: 11px;
        margin-top: 8px
    }

    .s1094 {
        min-width: 172px;
        width: 172px;
        height: 25px
    }

    .f236 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .ps1250 {
        margin-left: 26px;
        margin-top: 8px
    }

    .i92 {
        left: 10px;
        min-width: 25px;
        max-width: 25px;
        min-height: 25px;
        max-height: 25px
    }

    .ps1251 {
        margin-left: -1px;
        margin-top: 8px
    }

    .s1095 {
        min-width: 279px;
        width: 279px;
        height: 25px
    }

    .ps1252 {
        margin-left: 539px
    }

    .i93 {
        width: 42px;
        height: 42px
    }

    .ps1253 {
        margin-top: 4px
    }

    .s1096 {
        min-height: 203px
    }

    .ps1254 {
        margin-top: -176px
    }

    .s1097 {
        width: 1200px;
        min-height: 167px
    }

    .ps1255 {
        margin-left: 27px
    }

    .ps1256 {
        margin-top: 6px
    }

    .i94 {
        width: 358px;
        height: 79px;
        top: 2px;
        -webkit-border-radius: 42px;
        -moz-border-radius: 42px;
        border-radius: 42px
    }

    .ps1257 {
        margin-left: 46px;
        margin-top: 41px
    }

    .s1099 {
        min-width: 30px
    }

    .ps1259 {
        margin-top: 56px
    }

    .s1100 {
        min-width: 30px;
        width: 30px;
        height: 18px
    }

    .f237 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.365
    }

    .ps1261 {
        margin-top: 5px
    }

    .s1101 {
        min-width: 117px;
        width: 117px;
        height: 26px
    }

    .f238 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201
    }

    .ps1262 {
        margin-top: 4px
    }

    .s1102 {
        min-width: 281px;
        width: 281px;
        height: 26px
    }

    .ps1264 {
        margin-left: 119px;
        margin-top: -36px
    }

    .s1103 {
        min-width: 178px;
        width: 178px;
        height: 26px
    }

    .s1104 {
        min-width: 295px;
        width: 295px;
        height: 26px
    }

    .ps1267 {
        margin-left: 299px;
        margin-top: -36px
    }

    .s1105 {
        min-width: 231px;
        width: 231px;
        height: 26px
    }

    .s1106 {
        min-width: 268px;
        width: 268px;
        height: 26px
    }

    .ps1269 {
        margin-left: 532px;
        margin-top: -36px
    }

    .s1107 {
        min-width: 257px;
        width: 257px;
        height: 26px
    }

    .ps1271 {
        margin-top: 4px
    }

    .s1108 {
        min-width: 298px;
        width: 298px;
        height: 26px
    }

    .ps1272 {
        margin-left: 791px;
        margin-top: -36px
    }

    .s1109 {
        min-width: 133px;
        width: 133px;
        height: 26px
    }

    .ps1273 {
        margin-left: 926px;
        margin-top: -36px
    }

    .s1110 {
        min-width: 85px;
        width: 85px;
        height: 26px
    }

    .ps1274 {
        margin-left: 1013px;
        margin-top: -36px
    }

    .ps1275 {
        margin-left: 700px;
        margin-top: -167px
    }

    .s1111 {
        min-width: 464px;
        width: 464px;
        min-height: 49px
    }

    .input81 {
        width: 464px;
        height: 49px;
        font-size: 18px;
        line-height: 1.168
    }

    .ps1276 {
        margin-left: 431px;
        margin-top: -41px
    }

    .s1112 {
        min-width: 27px;
        width: 27px;
        height: 33px
    }

    .c309 {
        min-width: 1200px;
        margin-top: -423px;
        min-height: 551px
    }

    .s1113 {
        min-width: 1200px;
        min-height: 551px
    }

    .ps1278 {
        margin-top: 31px
    }

    .s1114 {
        width: 1200px;
        height: 458px
    }

    .ps1279 {
        margin-left: 223px
    }

    .s1115 {
        min-width: 839px;
        width: 839px;
        min-height: 460px;
        height: 460px
    }

    .i95 {
        width: 837px;
        height: 458px
    }

    .ps1280 {
        margin-top: -520px
    }

    .s1116 {
        width: 1200px;
        height: 490px
    }

    .ps1281 {
        margin-left: 8px
    }

    .ps1282 {
        margin-left: 1040px;
        margin-top: 9px
    }

    .i96 {
        left: 5px;
        min-width: 33px;
        max-width: 33px;
        min-height: 33px;
        max-height: 33px
    }

    .ps1283 {
        margin-top: 16px
    }

    .s1117 {
        min-width: 1095px;
        height: 70px;
        width: 1095px
    }

    .f239 {
        font-size: 34px;
        font-size: calc(34px * var(--f));
        line-height: 1.207;
        padding-top: 15px;
        padding-bottom: 14px
    }

    .c312::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c312:hover:before {
        opacity: 1
    }

    .c312::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c312:hover:after {
        opacity: 0
    }

    .c312:active:before {
        opacity: 1
    }

    .c312:active:after {
        opacity: 1;
        transition: initial
    }

    .ps1284 {
        margin-top: 5px
    }

    .s1118 {
        min-width: 1095px;
        width: 1095px;
        min-height: 107px
    }

    .s1119 {
        min-width: 1095px;
        height: 70px;
        width: 1095px
    }

    .ps1285 {
        margin-top: -33px
    }

    .s1120 {
        min-width: 1095px;
        height: 70px;
        width: 1095px
    }

    .ps1286 {
        margin-top: -70px
    }

    .ps1287 {
        margin-top: -70px
    }

    .ps1288 {
        margin-top: -70px
    }

    .ps1289 {
        margin-left: 23px
    }

    .ps1290 {
        margin-left: 20px;
        margin-top: 11px
    }

    .ps1291 {
        margin-left: 20px;
        margin-top: 5px
    }

    .s1121 {
        min-width: 1095px;
        height: 73px;
        width: 1095px
    }

    .f240 {
        font-size: 34px;
        font-size: calc(34px * var(--f));
        line-height: 1.207;
        padding-top: 16px;
        padding-bottom: 16px
    }

    .ps1292 {
        margin-top: 29px
    }

    .s1122 {
        min-width: 1200px;
        height: 1098px
    }

    .ps1293 {
        margin-top: 22px
    }

    .s1123 {
        width: 1200px;
        min-height: 1076px
    }

    .ps1294 {
        margin-left: 77px
    }

    .s1124 {
        min-width: 1022px;
        width: 1022px;
        min-height: 153px
    }

    .s1125 {
        min-width: 1022px;
        width: 1022px;
        min-height: 153px
    }

    .ps1295 {
        margin-left: 283px
    }

    .s1126 {
        min-width: 409px;
        width: 409px;
        height: 61px
    }

    .s1127 {
        min-height: 61px
    }

    .f241 {
        font-size: 32px;
        font-size: calc(32px * var(--f));
        line-height: 1.438
    }

    .f242 {
        font-size: 32px;
        font-size: calc(32px * var(--f));
        line-height: 1.438
    }

    .ps1296 {
        margin-top: 31px
    }

    .s1128 {
        min-width: 1022px;
        width: 1022px;
        min-height: 61px
    }

    .s1129 {
        min-width: 1022px;
        width: 1022px;
        height: 61px
    }

    .input82 {
        width: 1022px;
        height: 61px;
        font-size: 20px;
        line-height: 1.201
    }

    .ps1297 {
        margin-left: 919px;
        margin-top: -60px
    }

    .s1130 {
        min-width: 102px;
        width: 102px;
        height: 59px
    }

    .ps1298 {
        margin-top: 72px
    }

    .s1131 {
        min-width: 1200px;
        width: 1200px;
        min-height: 851px
    }

    .s1132 {
        min-width: 1200px;
        width: 1200px;
        min-height: 851px
    }

    .s1133 {
        min-width: 1200px;
        width: 1200px;
        height: 851px
    }

    .wrapper7 {
        height: 851px
    }

    .ps1300 {
        margin-left: 474px;
        margin-top: -633px
    }

    .s1134 {
        min-width: 248px;
        width: 248px;
        min-height: 227px
    }

    .lt1 {
        height: 227px
    }

    .s1135 {
        min-width: 1200px;
        height: 519px
    }

    .ps1302 {
        margin-top: 21px
    }

    .s1136 {
        width: 1200px;
        min-height: 464px
    }

    .ps1303 {
        margin-left: 31px
    }

    .s1137 {
        min-width: 1145px;
        width: 1145px;
        min-height: 321px
    }

    .i97 {
        left: 7px;
        width: 113px;
        height: 111px;
        -webkit-border-radius: 56px;
        -moz-border-radius: 56px;
        border-radius: 56px
    }

    .ps1305 {
        margin-left: 122px
    }

    .s1138 {
        min-width: 216px;
        width: 216px;
        height: 41px
    }

    .f243 {
        font-size: 26px;
        font-size: calc(26px * var(--f));
        line-height: 1.386
    }

    .ps1306 {
        margin-left: -213px;
        margin-top: 54px
    }

    .s1139 {
        min-width: 482px;
        width: 482px;
        min-height: 236px
    }

    .ps1307 {
        margin-top: 6px
    }

    .s1140 {
        min-width: 213px;
        width: 213px;
        height: 26px
    }

    .f244 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f244:visited {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f244:hover {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f244:active {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .ps1308 {
        margin-top: 6px
    }

    .s1141 {
        min-width: 213px;
        width: 213px;
        height: 25px
    }

    .f245 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.051
    }

    .f245:visited {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.051
    }

    .f245:hover {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.051
    }

    .f245:active {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.051
    }

    .ps1309 {
        margin-left: 2px;
        margin-top: 5px
    }

    .s1142 {
        min-width: 211px;
        width: 211px;
        height: 30px
    }

    .ps1310 {
        margin-top: 5px
    }

    .s1143 {
        min-width: 213px;
        width: 213px;
        height: 29px
    }

    .ps1311 {
        margin-top: 5px
    }

    .s1144 {
        min-width: 213px;
        width: 213px;
        height: 28px
    }

    .ps1312 {
        margin-top: 5px
    }

    .s1145 {
        min-width: 213px;
        width: 213px;
        height: 30px
    }

    .ps1313 {
        margin-top: 4px
    }

    .s1146 {
        min-width: 213px;
        width: 213px;
        height: 32px
    }

    .ps1314 {
        margin-left: 25px
    }

    .s1147 {
        min-width: 222px;
        width: 222px;
        min-height: 193px
    }

    .s1148 {
        min-width: 219px;
        width: 219px;
        height: 25px
    }

    .ps1316 {
        margin-top: 4px
    }

    .s1149 {
        min-width: 220px;
        width: 220px;
        height: 27px
    }

    .ps1317 {
        margin-top: 5px
    }

    .s1150 {
        min-width: 220px;
        width: 220px;
        height: 29px
    }

    .ps1318 {
        margin-top: 6px
    }

    .s1151 {
        min-width: 219px;
        width: 219px;
        height: 29px
    }

    .ps1319 {
        margin-top: 39px
    }

    .s1152 {
        min-width: 222px;
        width: 222px;
        height: 29px
    }

    .f246 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f246:visited {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f246:hover {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f246:active {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .ps1320 {
        margin-left: 239px;
        margin-top: -99px
    }

    .s1153 {
        min-width: 243px;
        width: 243px;
        height: 42px
    }

    .ps1321 {
        margin-top: -236px
    }

    .s1154 {
        min-width: 458px;
        width: 458px;
        min-height: 3px
    }

    .ps1322 {
        margin-left: 32px;
        margin-top: 62px
    }

    .s1155 {
        min-width: 274px;
        width: 274px;
        height: 33px
    }

    .s1156 {
        min-width: 274px;
        width: 274px;
        height: 32px
    }

    .ps1325 {
        margin-top: 1px
    }

    .s1157 {
        min-width: 275px;
        width: 275px;
        min-height: 63px
    }

    .s1158 {
        min-width: 274px;
        width: 274px;
        height: 33px
    }

    .f247 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201
    }

    .f247:visited {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201
    }

    .f247:hover {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201
    }

    .f247:active {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201
    }

    .ps1327 {
        margin-top: 0
    }

    .s1159 {
        min-width: 275px;
        width: 275px;
        height: 30px
    }

    .ps1328 {
        margin-top: 2px
    }

    .s1160 {
        min-width: 275px;
        width: 275px;
        height: 31px
    }

    .s1161 {
        min-width: 275px;
        width: 275px;
        height: 33px
    }

    .s1162 {
        min-width: 275px;
        width: 275px;
        height: 32px
    }

    .s1163 {
        min-width: 274px;
        width: 274px;
        height: 31px
    }

    .ps1332 {
        margin-left: 766px;
        margin-top: -321px
    }

    .s1164 {
        min-width: 379px;
        width: 379px;
        min-height: 56px
    }

    .s1165 {
        min-width: 324px;
        width: 324px;
        height: 41px
    }

    .f248 {
        font-size: 24px;
        font-size: calc(24px * var(--f));
        line-height: 1.584
    }

    .ps1334 {
        margin-top: 12px
    }

    .s1166 {
        min-width: 379px;
        width: 379px;
        min-height: 3px
    }

    .ps1335 {
        margin-left: 486px;
        margin-top: 6px
    }

    .i98 {
        width: 112px;
        height: 72px
    }

    .i99 {
        width: 104px;
        height: 67px
    }

    .ps1338 {
        margin-top: 8px
    }

    .i100 {
        left: 15px;
        width: 59px;
        height: 59px
    }

    .ps1339 {
        margin-left: 86px
    }

    .s1167 {
        min-width: 1042px;
        width: 1042px;
        min-height: 5px
    }

    .ps1340 {
        margin-left: 91px;
        margin-top: 10px
    }

    .s1168 {
        min-width: 1043px;
        width: 1043px;
        height: 50px
    }

    .f249 {
        font-size: 15px;
        font-size: calc(15px * var(--f));
        line-height: 1.601
    }

    .s1169 {
        min-width: 1200px;
        min-height: 67px
    }

    .ps1341 {
        margin-top: 14px
    }

    .s1170 {
        width: 1200px;
        min-height: 39px
    }

    .ps1342 {
        margin-left: 853px
    }

    .s1171 {
        min-width: 159px;
        height: 39px;
        width: 159px
    }

    .f250 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.287;
        padding-top: 11px;
        padding-bottom: 10px
    }

    .ps1343 {
        margin-left: 15px
    }

    body {
        --d: 1;
        --s: 1200
    }
}

@media (min-width:960px) and (max-width:1199px) {
    .c303 {
        min-width: 960px;
        min-height: 471px
    }

    .s1092 {
        min-width: 960px;
        height: 233px
    }

    .ps1246 {
        margin-top: 5px
    }

    .s1093 {
        width: 960px;
        min-height: 49px
    }

    .ps1247 {
        margin-left: 188px
    }

    .ps1248 {
        margin-top: 4px
    }

    .i91 {
        left: 0;
        min-width: 24px;
        max-width: 24px;
        min-height: 24px;
        max-height: 24px
    }

    .ps1249 {
        margin-left: 14px;
        margin-top: 4px
    }

    .s1094 {
        min-width: 146px;
        width: 146px;
        height: 25px
    }

    .f236 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.188
    }

    .ps1250 {
        margin-left: 36px;
        margin-top: 0
    }

    .i92 {
        left: 4px;
        min-width: 32px;
        max-width: 32px;
        min-height: 32px;
        max-height: 32px
    }

    .ps1251 {
        margin-left: 7px;
        margin-top: 4px
    }

    .s1095 {
        min-width: 228px;
        width: 228px;
        height: 25px
    }

    .ps1252 {
        margin-left: 224px;
        margin-top: 7px
    }

    .i93 {
        left: 1px;
        width: 42px;
        height: 42px
    }

    .ps1253 {
        margin-top: 22px
    }

    .s1096 {
        min-height: 157px
    }

    .ps1254 {
        margin-top: -156px
    }

    .s1097 {
        width: 960px;
        min-height: 130px
    }

    .ps1256 {
        margin-top: 0
    }

    .i94 {
        width: 261px;
        height: 57px;
        top: 11px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        border-radius: 40px
    }

    .ps1257 {
        margin-left: 132px;
        margin-top: 15px
    }

    .s1099 {
        min-width: 22px
    }

    .ps1259 {
        margin-top: 45px
    }

    .s1100 {
        min-width: 22px;
        width: 22px;
        height: 14px
    }

    .f237 {
        font-size: 8px;
        font-size: calc(8px * var(--f));
        line-height: 1.376
    }

    .ps1261 {
        margin-top: 8px
    }

    .s1101 {
        min-width: 79px;
        width: 79px;
        height: 19px
    }

    .f238 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .ps1262 {
        margin-top: 1px
    }

    .s1102 {
        min-width: 205px;
        width: 205px;
        height: 19px
    }

    .ps1264 {
        margin-left: 80px;
        margin-top: -36px
    }

    .s1103 {
        min-width: 122px;
        width: 122px;
        height: 19px
    }

    .s1104 {
        min-width: 215px;
        width: 215px;
        height: 19px
    }

    .ps1267 {
        margin-left: 203px;
        margin-top: -36px
    }

    .s1105 {
        min-width: 159px;
        width: 159px;
        height: 19px
    }

    .s1106 {
        min-width: 200px;
        width: 200px;
        height: 19px
    }

    .ps1269 {
        margin-left: 363px;
        margin-top: -36px
    }

    .s1107 {
        min-width: 177px;
        width: 177px;
        height: 19px
    }

    .ps1271 {
        margin-top: 1px
    }

    .s1108 {
        min-width: 238px;
        width: 238px;
        height: 19px
    }

    .ps1272 {
        margin-left: 541px;
        margin-top: -36px
    }

    .s1109 {
        min-width: 91px;
        width: 91px;
        height: 19px
    }

    .ps1273 {
        margin-left: 633px;
        margin-top: -36px
    }

    .s1110 {
        min-width: 57px;
        width: 57px;
        height: 19px
    }

    .ps1274 {
        margin-left: 691px;
        margin-top: -36px
    }

    .ps1275 {
        margin-left: 604px;
        margin-top: -112px
    }

    .s1111 {
        min-width: 347px;
        width: 347px;
        min-height: 40px
    }

    .input81 {
        width: 347px;
        height: 40px;
        font-size: 14px;
        font-style: normal
    }

    .ps1276 {
        margin-left: 318px;
        margin-top: -34px
    }

    .s1112 {
        min-width: 24px;
        width: 24px;
        height: 29px
    }

    .c309 {
        min-width: 960px;
        margin-top: -238px;
        min-height: 441px
    }

    .s1113 {
        min-width: 960px;
        min-height: 441px
    }

    .ps1278 {
        margin-top: 42px
    }

    .s1114 {
        width: 960px;
        height: 366px
    }

    .ps1279 {
        margin-left: 133px
    }

    .s1115 {
        min-width: 672px;
        width: 672px;
        min-height: 368px;
        height: 368px
    }

    .i95 {
        width: 670px;
        height: 366px
    }

    .ps1280 {
        margin-top: -403px
    }

    .s1116 {
        width: 960px;
        height: 80px
    }

    .ps1281 {
        margin-left: 0
    }

    .ps1282 {
        margin-left: 860px;
        margin-top: 16px
    }

    .i96 {
        left: 0;
        min-width: 16px;
        max-width: 16px;
        min-height: 16px;
        max-height: 16px
    }

    .ps1283 {
        margin-top: -8px
    }

    .s1117 {
        min-width: 882px;
        height: 56px;
        width: 882px
    }

    .f239 {
        font-size: 27px;
        font-size: calc(27px * var(--f));
        line-height: 1.223;
        padding-top: 12px;
        padding-bottom: 11px
    }

    .c312::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c312:hover:before {
        opacity: 1
    }

    .c312::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c312:hover:after {
        opacity: 0
    }

    .c312:active:before {
        opacity: 1
    }

    .c312:active:after {
        opacity: 1;
        transition: initial
    }

    .ps1284 {
        margin-top: -56px
    }

    .s1118 {
        min-width: 882px;
        width: 882px;
        min-height: 56px
    }

    .s1119 {
        min-width: 882px;
        height: 56px;
        width: 882px
    }

    .ps1285 {
        margin-top: -56px
    }

    .s1120 {
        min-width: 882px;
        height: 56px;
        width: 882px
    }

    .ps1286 {
        margin-top: -56px
    }

    .ps1287 {
        margin-top: -56px
    }

    .ps1288 {
        margin-top: -56px
    }

    .ps1289 {
        margin-left: 0;
        margin-top: -56px
    }

    .ps1290 {
        margin-left: 0;
        margin-top: -56px
    }

    .ps1291 {
        margin-left: 0;
        margin-top: -59px
    }

    .s1121 {
        min-width: 882px;
        height: 59px;
        width: 882px
    }

    .f240 {
        font-size: 27px;
        font-size: calc(27px * var(--f));
        line-height: 1.223;
        padding-top: 13px;
        padding-bottom: 13px
    }

    .ps1292 {
        margin-top: 322px
    }

    .s1122 {
        min-width: 960px;
        height: 1113px
    }

    .ps1293 {
        margin-top: 24px
    }

    .s1123 {
        width: 960px;
        min-height: 998px
    }

    .ps1294 {
        margin-left: 37px
    }

    .s1124 {
        min-width: 903px;
        width: 903px;
        min-height: 230px
    }

    .s1125 {
        min-width: 903px;
        width: 903px;
        min-height: 230px
    }

    .ps1295 {
        margin-left: 255px
    }

    .s1126 {
        min-width: 401px;
        width: 401px;
        height: 51px
    }

    .s1127 {
        min-height: 51px
    }

    .f241 {
        font-size: 32px;
        font-size: calc(32px * var(--f));
        line-height: 1.438
    }

    .f242 {
        font-size: 32px;
        font-size: calc(32px * var(--f));
        line-height: 1.438
    }

    .ps1296 {
        margin-top: 125px
    }

    .s1128 {
        min-width: 903px;
        width: 903px;
        min-height: 54px
    }

    .s1129 {
        min-width: 902px;
        width: 902px;
        height: 54px
    }

    .input82 {
        width: 902px;
        height: 54px;
        font-size: 18px;
        line-height: 1.223
    }

    .ps1297 {
        margin-left: 804px;
        margin-top: -53px
    }

    .s1130 {
        min-width: 99px;
        width: 99px;
        height: 52px
    }

    .ps1298 {
        margin-top: 87px
    }

    .s1131 {
        min-width: 960px;
        width: 960px;
        min-height: 681px
    }

    .s1132 {
        min-width: 960px;
        width: 960px;
        min-height: 681px
    }

    .s1133 {
        min-width: 960px;
        width: 960px;
        height: 681px
    }

    .wrapper7 {
        height: 681px
    }

    .ps1300 {
        margin-left: 343px;
        margin-top: -649px
    }

    .s1134 {
        min-width: 198px;
        width: 198px;
        min-height: 182px
    }

    .lt1 {
        height: 182px
    }

    .ps1301 {
        margin-top: -1px
    }

    .s1135 {
        min-width: 960px;
        height: 525px
    }

    .ps1302 {
        margin-top: 35px
    }

    .s1136 {
        width: 960px;
        min-height: 490px
    }

    .ps1303 {
        margin-left: 38px
    }

    .s1137 {
        min-width: 900px;
        width: 900px;
        min-height: 490px
    }

    .i97 {
        left: 1px;
        width: 94px;
        height: 92px;
        -webkit-border-radius: 46px;
        -moz-border-radius: 46px;
        border-radius: 46px
    }

    .ps1305 {
        margin-left: 66px;
        margin-top: 22px
    }

    .s1138 {
        min-width: 184px;
        width: 184px;
        height: 35px
    }

    .f243 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.401
    }

    .ps1306 {
        margin-left: -184px;
        margin-top: 57px
    }

    .s1139 {
        min-width: 417px;
        width: 417px;
        min-height: 433px
    }

    .ps1307 {
        margin-left: 25px;
        margin-top: 199px
    }

    .s1140 {
        min-width: 84px;
        width: 84px;
        height: 26px
    }

    .f244 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f244:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f244:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f244:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .ps1308 {
        margin-top: 6px
    }

    .s1141 {
        min-width: 90px;
        width: 90px;
        height: 24px
    }

    .f245 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f245:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f245:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f245:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .ps1309 {
        margin-left: -89px;
        margin-top: 38px
    }

    .s1142 {
        min-width: 48px;
        width: 48px;
        height: 24px
    }

    .ps1310 {
        margin-left: 1px;
        margin-top: 9px
    }

    .s1143 {
        min-width: 121px;
        width: 121px;
        height: 27px
    }

    .ps1311 {
        margin-left: 1px;
        margin-top: 10px
    }

    .s1144 {
        min-width: 145px;
        width: 145px;
        height: 26px
    }

    .s1145 {
        min-width: 98px;
        width: 98px;
        height: 27px
    }

    .ps1313 {
        margin-top: 13px
    }

    .s1146 {
        min-width: 168px;
        width: 168px;
        height: 26px
    }

    .ps1314 {
        margin-left: 47px;
        margin-top: 14px
    }

    .s1147 {
        min-width: 151px;
        width: 151px;
        min-height: 194px
    }

    .s1148 {
        min-width: 151px;
        width: 151px;
        height: 24px
    }

    .ps1316 {
        margin-left: 1px;
        margin-top: 9px
    }

    .s1149 {
        min-width: 115px;
        width: 115px;
        height: 24px
    }

    .ps1317 {
        margin-top: 7px
    }

    .s1150 {
        min-width: 58px;
        width: 58px;
        height: 24px
    }

    .ps1318 {
        margin-top: 9px
    }

    .s1151 {
        min-width: 151px;
        width: 151px;
        height: 25px
    }

    .ps1319 {
        margin-top: 45px
    }

    .s1152 {
        min-width: 103px;
        width: 103px;
        height: 27px
    }

    .f246 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f246:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f246:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f246:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .ps1320 {
        margin-left: 215px;
        margin-top: -88px
    }

    .s1153 {
        min-width: 177px;
        width: 177px;
        height: 27px
    }

    .ps1321 {
        margin-top: -433px
    }

    .s1154 {
        min-width: 281px;
        width: 281px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1322 {
        margin-left: 20px;
        margin-top: 242px
    }

    .ps1323 {
        margin-left: 0
    }

    .s1155 {
        min-width: 218px;
        width: 218px;
        height: 26px
    }

    .ps1324 {
        margin-left: 0;
        margin-top: 8px
    }

    .s1156 {
        min-width: 219px;
        width: 219px;
        height: 26px
    }

    .ps1325 {
        margin-top: 5px
    }

    .s1157 {
        min-width: 233px;
        width: 233px;
        min-height: 55px
    }

    .ps1326 {
        margin-left: 0
    }

    .s1158 {
        min-width: 233px;
        width: 233px;
        height: 26px
    }

    .f247 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f247:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f247:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f247:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .ps1327 {
        margin-top: 5px
    }

    .s1159 {
        min-width: 130px;
        width: 130px;
        height: 24px
    }

    .ps1328 {
        margin-left: 1px;
        margin-top: 5px
    }

    .s1160 {
        min-width: 110px;
        width: 110px;
        height: 25px
    }

    .ps1329 {
        margin-top: 7px
    }

    .s1161 {
        min-width: 180px;
        width: 180px;
        height: 26px
    }

    .ps1330 {
        margin-top: 6px
    }

    .s1162 {
        min-width: 69px;
        width: 69px;
        height: 26px
    }

    .ps1331 {
        margin-left: 0;
        margin-top: 8px
    }

    .s1163 {
        min-width: 222px;
        width: 222px;
        height: 25px
    }

    .ps1332 {
        margin-left: 583px;
        margin-top: -468px
    }

    .s1164 {
        min-width: 317px;
        width: 317px;
        min-height: 35px
    }

    .ps1333 {
        margin-left: 1px
    }

    .s1165 {
        min-width: 233px;
        width: 233px;
        height: 32px
    }

    .f248 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.612
    }

    .ps1334 {
        margin-top: 2px
    }

    .s1166 {
        min-width: 317px;
        width: 317px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1335 {
        margin-left: 413px;
        margin-top: -185px
    }

    .ps1336 {
        margin-top: 2px
    }

    .i98 {
        width: 53px;
        height: 65px
    }

    .ps1337 {
        margin-left: 4px
    }

    .i99 {
        width: 53px;
        height: 67px
    }

    .ps1338 {
        margin-left: 7px;
        margin-top: 13px
    }

    .i100 {
        left: 0;
        width: 38px;
        height: 38px;
        top: 2px
    }

    .ps1339 {
        margin-left: 72px;
        margin-top: -118px
    }

    .s1167 {
        min-width: 834px;
        width: 834px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1340 {
        margin-left: 221px;
        margin-top: -71px
    }

    .s1168 {
        min-width: 589px;
        width: 589px;
        height: 53px
    }

    .f249 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.616
    }

    .s1169 {
        min-width: 960px;
        min-height: 54px
    }

    .ps1341 {
        margin-top: 11px
    }

    .s1170 {
        width: 960px;
        min-height: 31px
    }

    .ps1342 {
        margin-left: 683px
    }

    .s1171 {
        min-width: 128px;
        height: 31px;
        width: 128px
    }

    .f250 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.274;
        padding-top: 9px;
        padding-bottom: 8px
    }

    .ps1343 {
        margin-left: 10px
    }

    body {
        --d: 2;
        --s: 960
    }
}

@media (min-width:768px) and (max-width:959px) {
    .c303 {
        min-width: 768px;
        min-height: 385px
    }

    .s1092 {
        min-width: 768px;
        height: 187px
    }

    .ps1246 {
        margin-top: 9px
    }

    .s1093 {
        width: 768px;
        min-height: 40px
    }

    .ps1247 {
        margin-left: 148px
    }

    .ps1248 {
        margin-top: 5px
    }

    .i91 {
        left: 0;
        min-width: 19px;
        max-width: 19px;
        min-height: 19px;
        max-height: 19px
    }

    .ps1249 {
        margin-left: 14px;
        margin-top: 5px
    }

    .s1094 {
        min-width: 160px;
        width: 160px;
        height: 20px
    }

    .f236 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.188
    }

    .ps1250 {
        margin-left: 25px;
        margin-top: 0
    }

    .i92 {
        left: 3px;
        min-width: 26px;
        max-width: 26px;
        min-height: 26px;
        max-height: 26px
    }

    .ps1251 {
        margin-left: 12px;
        margin-top: 4px
    }

    .s1095 {
        min-width: 225px;
        width: 225px;
        height: 23px
    }

    .ps1252 {
        margin-left: 70px;
        margin-top: 3px
    }

    .i93 {
        left: 1px;
        width: 37px;
        height: 37px
    }

    .ps1253 {
        margin-top: 12px
    }

    .s1096 {
        min-height: 126px
    }

    .ps1254 {
        margin-top: -127px
    }

    .s1097 {
        width: 768px;
        min-height: 109px
    }

    .ps1255 {
        margin-left: 11px
    }

    .ps1256 {
        margin-top: 12px
    }

    .i94 {
        width: 83px;
        height: 18px;
        top: 29px;
        -webkit-border-radius: 38px;
        -moz-border-radius: 38px;
        border-radius: 38px
    }

    .ps1257 {
        margin-left: 9px;
        margin-top: 80px
    }

    .s1099 {
        min-width: 17px
    }

    .ps1259 {
        margin-top: 37px
    }

    .s1100 {
        min-width: 17px;
        width: 17px;
        height: 10px
    }

    .f237 {
        font-size: 6px;
        font-size: calc(6px * var(--f));
        line-height: 1.334
    }

    .ps1261 {
        margin-top: 7px
    }

    .s1101 {
        min-width: 65px;
        width: 65px;
        height: 15px
    }

    .f238 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.183
    }

    .ps1262 {
        margin-top: 1px
    }

    .s1102 {
        min-width: 164px;
        width: 164px;
        height: 15px
    }

    .ps1264 {
        margin-left: 65px;
        margin-top: -29px
    }

    .s1103 {
        min-width: 98px;
        width: 98px;
        height: 15px
    }

    .s1104 {
        min-width: 172px;
        width: 172px;
        height: 15px
    }

    .ps1267 {
        margin-left: 163px;
        margin-top: -29px
    }

    .s1105 {
        min-width: 128px;
        width: 128px;
        height: 15px
    }

    .s1106 {
        min-width: 160px;
        width: 160px;
        height: 15px
    }

    .ps1269 {
        margin-left: 291px;
        margin-top: -29px
    }

    .s1107 {
        min-width: 142px;
        width: 142px;
        height: 15px
    }

    .ps1271 {
        margin-top: 1px
    }

    .s1108 {
        min-width: 190px;
        width: 190px;
        height: 15px
    }

    .ps1272 {
        margin-left: 433px;
        margin-top: -29px
    }

    .s1109 {
        min-width: 74px;
        width: 74px;
        height: 15px
    }

    .ps1273 {
        margin-left: 507px;
        margin-top: -29px
    }

    .s1110 {
        min-width: 47px;
        width: 47px;
        height: 15px
    }

    .ps1274 {
        margin-left: 554px;
        margin-top: -29px
    }

    .ps1275 {
        margin-left: 441px;
        margin-top: -109px
    }

    .s1111 {
        min-width: 288px;
        width: 288px;
        min-height: 31px
    }

    .input81 {
        width: 288px;
        height: 31px;
        font-family: "Lato 3";
        font-size: 12px;
        line-height: 1.251;
        font-weight: 700;
        font-style: normal
    }

    .ps1276 {
        margin-left: 260px;
        margin-top: -31px
    }

    .s1112 {
        min-width: 26px;
        width: 26px;
        height: 29px
    }

    .c309 {
        min-width: 768px;
        margin-top: -198px;
        min-height: 496px
    }

    .s1113 {
        min-width: 768px;
        min-height: 496px
    }

    .ps1278 {
        margin-top: 14px
    }

    .s1114 {
        width: 768px;
        height: 445px
    }

    .ps1279 {
        margin-left: 11px
    }

    .s1115 {
        min-width: 741px;
        width: 741px;
        min-height: 447px;
        height: 447px
    }

    .i95 {
        width: 739px;
        height: 445px
    }

    .ps1280 {
        margin-top: -498px
    }

    .s1116 {
        width: 768px;
        height: 487px
    }

    .ps1281 {
        margin-left: 38px
    }

    .ps1282 {
        margin-left: 675px;
        margin-top: 7px
    }

    .i96 {
        left: 0;
        min-width: 23px;
        max-width: 23px;
        min-height: 23px;
        max-height: 23px
    }

    .ps1283 {
        margin-top: 31px
    }

    .s1117 {
        min-width: 706px;
        height: 45px;
        width: 706px
    }

    .f239 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.228;
        padding-top: 9px;
        padding-bottom: 9px
    }

    .c312::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c312:hover:before {
        opacity: 1
    }

    .c312::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c312:hover:after {
        opacity: 0
    }

    .c312:active:before {
        opacity: 1
    }

    .c312:active:after {
        opacity: 1;
        transition: initial
    }

    .ps1284 {
        margin-top: 3px
    }

    .s1118 {
        min-width: 706px;
        width: 706px;
        min-height: 233px
    }

    .s1119 {
        min-width: 706px;
        height: 45px;
        width: 706px
    }

    .ps1285 {
        margin-top: 2px
    }

    .s1120 {
        min-width: 706px;
        height: 45px;
        width: 706px
    }

    .ps1286 {
        margin-top: 2px
    }

    .ps1287 {
        margin-top: 2px
    }

    .ps1288 {
        margin-top: 2px
    }

    .ps1289 {
        margin-left: 0;
        margin-top: 2px
    }

    .ps1290 {
        margin-left: 0;
        margin-top: 2px
    }

    .ps1291 {
        margin-left: 0;
        margin-top: 3px
    }

    .s1121 {
        min-width: 706px;
        height: 47px;
        width: 706px
    }

    .f240 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.228;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .ps1292 {
        margin-top: 10px
    }

    .s1122 {
        min-width: 768px;
        height: 1022px
    }

    .s1123 {
        width: 768px;
        min-height: 866px
    }

    .ps1294 {
        margin-left: 34px
    }

    .s1124 {
        min-width: 702px;
        width: 702px;
        min-height: 220px
    }

    .s1125 {
        min-width: 702px;
        width: 702px;
        min-height: 220px
    }

    .ps1295 {
        margin-left: 159px
    }

    .s1126 {
        min-width: 405px;
        width: 405px;
        height: 49px
    }

    .s1127 {
        min-height: 49px
    }

    .f241 {
        font-size: 30px;
        font-size: calc(30px * var(--f));
        line-height: 1.434
    }

    .f242 {
        font-size: 30px;
        font-size: calc(30px * var(--f));
        line-height: 1.434
    }

    .ps1296 {
        margin-top: 121px
    }

    .s1128 {
        min-width: 702px;
        width: 702px;
        min-height: 50px
    }

    .s1129 {
        min-width: 702px;
        width: 702px;
        height: 50px
    }

    .input82 {
        width: 702px;
        height: 50px;
        font-size: 14px;
        line-height: 1.144
    }

    .ps1297 {
        margin-left: 631px;
        margin-top: -49px
    }

    .s1130 {
        min-width: 70px;
        width: 70px;
        height: 48px
    }

    .ps1298 {
        margin-top: 101px
    }

    .s1131 {
        min-width: 768px;
        width: 768px;
        min-height: 545px
    }

    .s1132 {
        min-width: 768px;
        width: 768px;
        min-height: 545px
    }

    .s1133 {
        min-width: 768px;
        width: 768px;
        height: 545px
    }

    .wrapper7 {
        height: 545px
    }

    .ps1300 {
        margin-left: 249px;
        margin-top: -323px
    }

    .s1134 {
        min-width: 158px;
        width: 158px;
        min-height: 146px
    }

    .lt1 {
        height: 146px
    }

    .ps1301 {
        margin-top: -1px
    }

    .s1135 {
        min-width: 768px;
        height: 457px
    }

    .ps1302 {
        margin-top: 12px
    }

    .s1136 {
        width: 768px;
        min-height: 422px
    }

    .ps1303 {
        margin-left: 22px
    }

    .s1137 {
        min-width: 729px;
        width: 729px;
        min-height: 324px
    }

    .ps1304 {
        margin-top: 18px
    }

    .i97 {
        left: 0;
        width: 100px;
        height: 98px;
        top: 4px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px
    }

    .ps1305 {
        margin-left: 38px;
        margin-top: 6px
    }

    .s1138 {
        min-width: 147px;
        width: 147px;
        height: 28px
    }

    .f243 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.376
    }

    .ps1306 {
        margin-left: -156px;
        margin-top: 34px
    }

    .s1139 {
        min-width: 296px;
        width: 296px;
        min-height: 253px
    }

    .ps1307 {
        margin-top: 98px
    }

    .s1140 {
        min-width: 67px;
        width: 67px;
        height: 21px
    }

    .f244 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f244:visited {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f244:hover {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f244:active {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .ps1308 {
        margin-top: 2px
    }

    .s1141 {
        min-width: 72px;
        width: 72px;
        height: 19px
    }

    .f245 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.072
    }

    .f245:visited {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.072
    }

    .f245:hover {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.072
    }

    .f245:active {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.072
    }

    .ps1309 {
        margin-left: -72px;
        margin-top: 23px
    }

    .s1142 {
        min-width: 38px;
        width: 38px;
        height: 19px
    }

    .ps1310 {
        margin-top: 2px
    }

    .s1143 {
        min-width: 97px;
        width: 97px;
        height: 22px
    }

    .ps1311 {
        margin-top: 2px
    }

    .s1144 {
        min-width: 116px;
        width: 116px;
        height: 21px
    }

    .ps1312 {
        margin-top: 2px
    }

    .s1145 {
        min-width: 78px;
        width: 78px;
        height: 22px
    }

    .ps1313 {
        margin-top: 0
    }

    .s1146 {
        min-width: 126px;
        width: 126px;
        height: 21px
    }

    .ps1314 {
        margin-left: 28px;
        margin-top: 0
    }

    .s1147 {
        min-width: 121px;
        width: 121px;
        min-height: 133px
    }

    .s1148 {
        min-width: 121px;
        width: 121px;
        height: 19px
    }

    .ps1316 {
        margin-top: 3px
    }

    .s1149 {
        min-width: 92px;
        width: 92px;
        height: 19px
    }

    .ps1317 {
        margin-top: 2px
    }

    .s1150 {
        min-width: 46px;
        width: 46px;
        height: 19px
    }

    .ps1318 {
        margin-top: 2px
    }

    .s1151 {
        min-width: 121px;
        width: 121px;
        height: 20px
    }

    .ps1319 {
        margin-top: 27px
    }

    .s1152 {
        min-width: 82px;
        width: 82px;
        height: 22px
    }

    .f246 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f246:visited {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f246:hover {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f246:active {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .ps1320 {
        margin-left: 154px;
        margin-top: -68px
    }

    .s1153 {
        min-width: 142px;
        width: 142px;
        height: 22px
    }

    .ps1321 {
        margin-left: 9px;
        margin-top: -253px
    }

    .s1154 {
        min-width: 225px;
        width: 225px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1322 {
        margin-left: 57px;
        margin-top: 145px
    }

    .ps1323 {
        margin-left: 0
    }

    .s1155 {
        min-width: 174px;
        width: 174px;
        height: 21px
    }

    .ps1324 {
        margin-left: 0;
        margin-top: 2px
    }

    .s1156 {
        min-width: 175px;
        width: 175px;
        height: 21px
    }

    .s1157 {
        min-width: 187px;
        width: 187px;
        min-height: 42px
    }

    .s1158 {
        min-width: 186px;
        width: 186px;
        height: 21px
    }

    .f247 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .f247:visited {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .f247:hover {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .f247:active {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .ps1327 {
        margin-top: 2px
    }

    .s1159 {
        min-width: 104px;
        width: 104px;
        height: 19px
    }

    .ps1328 {
        margin-top: 2px
    }

    .s1160 {
        min-width: 88px;
        width: 88px;
        height: 20px
    }

    .ps1329 {
        margin-top: 2px
    }

    .s1161 {
        min-width: 144px;
        width: 144px;
        height: 21px
    }

    .ps1330 {
        margin-top: 3px
    }

    .s1162 {
        min-width: 55px;
        width: 55px;
        height: 21px
    }

    .ps1331 {
        margin-left: 0;
        margin-top: 2px
    }

    .s1163 {
        min-width: 178px;
        width: 178px;
        height: 20px
    }

    .ps1332 {
        margin-left: 475px;
        margin-top: -324px
    }

    .s1164 {
        min-width: 254px;
        width: 254px;
        min-height: 34px
    }

    .ps1333 {
        margin-left: 1px
    }

    .s1165 {
        min-width: 219px;
        width: 219px;
        height: 32px
    }

    .f248 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.626
    }

    .ps1334 {
        margin-top: 1px
    }

    .s1166 {
        min-width: 254px;
        width: 254px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1335 {
        margin-left: 287px;
        margin-top: -45px
    }

    .ps1336 {
        margin-top: 5px
    }

    .i98 {
        width: 65px;
        height: 65px
    }

    .ps1337 {
        margin-left: -12px
    }

    .i99 {
        width: 67px;
        height: 70px
    }

    .ps1338 {
        margin-left: 0;
        margin-top: 15px
    }

    .i100 {
        left: 3px;
        width: 41px;
        height: 41px
    }

    .ps1339 {
        margin-left: 84px
    }

    .s1167 {
        min-width: 667px;
        width: 667px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1340 {
        margin-left: 131px;
        margin-top: 21px
    }

    .s1168 {
        min-width: 551px;
        width: 551px;
        height: 51px
    }

    .f249 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.616
    }

    .s1169 {
        min-width: 768px;
        min-height: 43px
    }

    .ps1341 {
        margin-top: 9px
    }

    .s1170 {
        width: 768px;
        min-height: 25px
    }

    .ps1342 {
        margin-left: 546px
    }

    .s1171 {
        min-width: 102px;
        height: 25px;
        width: 102px
    }

    .f250 {
        font-size: 9px;
        font-size: calc(9px * var(--f));
        line-height: 1.334;
        padding-top: 7px;
        padding-bottom: 6px
    }

    .ps1343 {
        margin-left: 9px
    }

    body {
        --d: 3;
        --s: 768
    }
}

@media (min-width:480px) and (max-width:767px) {
    .c303 {
        min-width: 480px;
        min-height: 1306px
    }

    .s1092 {
        min-width: 480px;
        height: 265px
    }

    .ps1246 {
        margin-top: 1px
    }

    .s1093 {
        width: 480px;
        min-height: 69px
    }

    .ps1247 {
        margin-left: 4px
    }

    .ps1248 {
        margin-left: 3px;
        margin-top: 4px
    }

    .i91 {
        left: 0;
        min-width: 27px;
        max-width: 27px;
        min-height: 27px;
        max-height: 27px;
        top: 1px;
        -ms-transform: rotate(79deg) scale(-1, 1);
        -moz-transform: rotate(79deg) scale(-1, 1);
        -webkit-transform: rotate(79deg) scale(-1, 1);
        transform: rotate(79deg) scale(-1, 1)
    }

    .ps1249 {
        margin-left: 16px;
        margin-top: 0
    }

    .s1094 {
        min-width: 192px;
        width: 192px;
        height: 48px
    }

    .f236 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.626
    }

    .ps1250 {
        margin-left: -238px;
        margin-top: 36px
    }

    .i92 {
        left: 0;
        min-width: 32px;
        max-width: 32px;
        min-height: 32px;
        max-height: 32px
    }

    .ps1251 {
        margin-left: 20px;
        margin-top: 36px
    }

    .s1095 {
        min-width: 220px;
        width: 220px;
        height: 33px
    }

    .ps1252 {
        margin-left: 133px;
        margin-top: 30px
    }

    .i93 {
        width: 37px;
        height: 37px;
        top: 1px
    }

    .ps1253 {
        margin-top: 33px
    }

    .s1096 {
        min-height: 162px
    }

    .ps1254 {
        margin-top: -154px
    }

    .s1097 {
        width: 480px;
        min-height: 154px
    }

    .ps1255 {
        margin-left: 10px
    }

    .ps1256 {
        margin-top: 0
    }

    .i94 {
        width: 113px;
        height: 25px;
        top: 50px;
        -webkit-border-radius: 57px;
        -moz-border-radius: 57px;
        border-radius: 57px
    }

    .ps1257 {
        margin-left: 300px;
        margin-top: 101px
    }

    .s1098 {
        min-width: 47px;
        width: 47px;
        min-height: 53px;
        height: 53px
    }

    .s1099 {
        min-width: 47px;
        width: 47px;
        height: 53px
    }

    .mcv17 {
        display: inline-block
    }

    .v70 {
        display: inline-block;
        vertical-align: top
    }

    .c306 {
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: contain;
        background-image: url(../images/6/hamburger-gray-94.png)
    }

    .webp .c306 {
        background-image: url(../images/t/hamburger-gray-94.webp)
    }

    .ps1259 {
        margin-top: 23px
    }

    .s1100 {
        min-width: 47px;
        width: 47px;
        height: 7px
    }

    .f237 {
        font-size: 4px;
        font-size: calc(4px * var(--f));
        line-height: 1.251
    }

    .v71 {
        display: none
    }

    .ps1260 {
        margin-left: -233px
    }

    .ps1261 {
        margin-top: 1px
    }

    .s1101 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .f238 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .s1102 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps1264 {
        margin-left: 0;
        margin-top: 0
    }

    .s1103 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps1265 {
        margin-left: -2px
    }

    .s1104 {
        min-width: 282px;
        width: 282px;
        height: 24px
    }

    .ps1267 {
        margin-left: 0;
        margin-top: 0
    }

    .s1105 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps1268 {
        margin-left: 23px
    }

    .s1106 {
        min-width: 257px;
        width: 257px;
        height: 24px
    }

    .ps1269 {
        margin-left: 0;
        margin-top: 0
    }

    .s1107 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps1270 {
        margin-left: -32px
    }

    .ps1271 {
        margin-top: 2px
    }

    .s1108 {
        min-width: 312px;
        width: 312px;
        height: 24px
    }

    .ps1272 {
        margin-left: 0;
        margin-top: 0
    }

    .s1109 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps1273 {
        margin-left: 0;
        margin-top: 0
    }

    .s1110 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps1274 {
        margin-left: 0;
        margin-top: 0
    }

    .ps1275 {
        margin-left: 176px;
        margin-top: -74px
    }

    .s1111 {
        min-width: 295px;
        width: 295px;
        min-height: 42px
    }

    .input81 {
        width: 295px;
        height: 42px;
        font-family: "Lato 2";
        font-size: 14px;
        line-height: 1.215;
        font-style: normal
    }

    .ps1276 {
        margin-left: 259px;
        margin-top: -41px
    }

    .s1112 {
        min-width: 35px;
        width: 35px;
        height: 40px
    }

    .c309 {
        min-width: 480px;
        margin-top: -1041px;
        min-height: 375px
    }

    .s1113 {
        min-width: 480px;
        min-height: 375px
    }

    .ps1278 {
        margin-top: 33px
    }

    .s1114 {
        width: 480px;
        height: 309px
    }

    .ps1279 {
        margin-left: -1px
    }

    .s1115 {
        min-width: 482px;
        width: 482px;
        min-height: 311px;
        height: 311px
    }

    .i95 {
        width: 480px;
        height: 309px
    }

    .ps1280 {
        margin-top: -207px
    }

    .s1116 {
        width: 480px;
        height: 472px
    }

    .ps1281 {
        margin-left: 11px
    }

    .ps1282 {
        margin-left: 405px
    }

    .i96 {
        left: 0;
        min-width: 32px;
        max-width: 32px;
        min-height: 32px;
        max-height: 32px
    }

    .ps1283 {
        margin-top: 23px
    }

    .s1117 {
        min-width: 450px;
        height: 42px;
        width: 450px
    }

    .f239 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.251;
        padding-top: 9px;
        padding-bottom: 8px
    }

    .c312::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c312:hover:before {
        opacity: 1
    }

    .c312::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c312:hover:after {
        opacity: 0
    }

    .c312:active:before {
        opacity: 1
    }

    .c312:active:after {
        opacity: 1;
        transition: initial
    }

    .ps1284 {
        margin-top: 4px
    }

    .s1118 {
        min-width: 450px;
        width: 450px;
        min-height: 222px
    }

    .s1119 {
        min-width: 450px;
        height: 42px;
        width: 450px
    }

    .ps1285 {
        margin-top: 3px
    }

    .s1120 {
        min-width: 450px;
        height: 42px;
        width: 450px
    }

    .ps1286 {
        margin-top: 3px
    }

    .ps1287 {
        margin-top: 3px
    }

    .ps1288 {
        margin-top: 3px
    }

    .ps1289 {
        margin-left: 0;
        margin-top: 2px
    }

    .ps1290 {
        margin-left: 0;
        margin-top: 3px
    }

    .ps1291 {
        margin-left: 0;
        margin-top: 2px
    }

    .s1121 {
        min-width: 450px;
        height: 42px;
        width: 450px
    }

    .f240 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.251;
        padding-top: 9px;
        padding-bottom: 8px
    }

    .ps1292 {
        margin-top: -267px
    }

    .s1122 {
        min-width: 480px;
        height: 913px
    }

    .ps1293 {
        margin-top: -1px
    }

    .s1123 {
        width: 480px;
        min-height: 914px
    }

    .ps1294 {
        margin-left: 20px
    }

    .s1124 {
        min-width: 452px;
        width: 452px;
        min-height: 67px
    }

    .s1125 {
        min-width: 452px;
        width: 452px;
        min-height: 67px
    }

    .ps1295 {
        margin-left: 59px;
        margin-top: 27px
    }

    .s1126 {
        min-width: 327px;
        width: 327px;
        height: 40px
    }

    .s1127 {
        min-height: 40px
    }

    .f241 {
        font-size: 24px;
        font-size: calc(24px * var(--f));
        line-height: 1.418
    }

    .f242 {
        font-size: 24px;
        font-size: calc(24px * var(--f));
        line-height: 1.418
    }

    .ps1296 {
        margin-top: -67px
    }

    .s1128 {
        min-width: 452px;
        width: 452px;
        min-height: 44px
    }

    .s1129 {
        min-width: 452px;
        width: 452px;
        height: 44px
    }

    .input82 {
        width: 452px;
        height: 44px;
        font-size: 18px;
        line-height: 1.223
    }

    .ps1297 {
        margin-left: 407px;
        margin-top: -43px
    }

    .s1130 {
        min-width: 39px;
        width: 39px;
        height: 42px
    }

    .ps1298 {
        margin-top: 82px
    }

    .s1131 {
        min-width: 480px;
        width: 480px;
        min-height: 765px
    }

    .s1132 {
        min-width: 480px;
        width: 480px;
        min-height: 765px
    }

    .s1133 {
        min-width: 480px;
        width: 480px;
        height: 765px
    }

    .wrapper7 {
        height: 765px
    }

    .ps1300 {
        margin-left: 81px;
        margin-top: -586px
    }

    .s1134 {
        min-width: 248px;
        width: 248px;
        min-height: 188px
    }

    .lt1 {
        height: 188px
    }

    .ps1301 {
        margin-top: -1px
    }

    .s1135 {
        min-width: 480px;
        height: 958px
    }

    .ps1302 {
        margin-top: 0
    }

    .s1136 {
        width: 480px;
        min-height: 939px
    }

    .ps1303 {
        margin-left: 0
    }

    .s1137 {
        min-width: 480px;
        width: 480px;
        min-height: 450px
    }

    .ps1304 {
        margin-left: 18px;
        margin-top: 28px
    }

    .i97 {
        left: 7px;
        width: 107px;
        height: 105px;
        -webkit-border-radius: 53px;
        -moz-border-radius: 53px;
        border-radius: 53px
    }

    .ps1305 {
        margin-left: -107px;
        margin-top: 195px
    }

    .s1138 {
        min-width: 213px;
        width: 213px;
        height: 50px
    }

    .f243 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.401
    }

    .ps1306 {
        margin-left: 0;
        margin-top: -245px
    }

    .s1139 {
        min-width: 448px;
        width: 448px;
        min-height: 313px
    }

    .s1140 {
        min-width: 49px;
        width: 49px;
        height: 14px
    }

    .f244 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f244:visited {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f244:hover {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f244:active {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .ps1308 {
        margin-left: -49px;
        margin-top: 27px
    }

    .s1141 {
        min-width: 65px;
        width: 65px;
        height: 12px
    }

    .f245 {
        font-size: 11px;
        font-size: calc(11px * var(--f))
    }

    .f245:visited {
        font-size: 11px;
        font-size: calc(11px * var(--f))
    }

    .f245:hover {
        font-size: 11px;
        font-size: calc(11px * var(--f))
    }

    .f245:active {
        font-size: 11px;
        font-size: calc(11px * var(--f))
    }

    .ps1309 {
        margin-left: 61px;
        margin-top: 0
    }

    .s1142 {
        min-width: 41px;
        width: 41px;
        height: 12px
    }

    .ps1310 {
        margin-left: -166px;
        margin-top: 51px
    }

    .s1143 {
        min-width: 80px;
        width: 80px;
        height: 14px
    }

    .ps1311 {
        margin-left: 83px;
        margin-top: 204px
    }

    .s1144 {
        min-width: 118px;
        width: 118px;
        height: 14px
    }

    .ps1312 {
        margin-left: 1px;
        margin-top: -141px
    }

    .s1145 {
        min-width: 72px;
        width: 72px;
        height: 14px
    }

    .ps1313 {
        margin-left: -72px;
        margin-top: -113px
    }

    .s1146 {
        min-width: 106px;
        width: 106px;
        height: 14px
    }

    .ps1314 {
        margin-left: 0;
        margin-top: -191px
    }

    .s1147 {
        min-width: 387px;
        width: 387px;
        min-height: 190px
    }

    .ps1315 {
        margin-left: 238px
    }

    .s1148 {
        min-width: 149px;
        width: 149px;
        height: 12px
    }

    .ps1316 {
        margin-left: 126px;
        margin-top: 14px
    }

    .s1149 {
        min-width: 82px;
        width: 82px;
        height: 12px
    }

    .ps1317 {
        margin-left: -82px;
        margin-top: -12px
    }

    .s1150 {
        min-width: 43px;
        width: 43px;
        height: 12px
    }

    .ps1318 {
        margin-left: -169px;
        margin-top: 166px
    }

    .s1151 {
        min-width: 107px;
        width: 107px;
        height: 12px
    }

    .ps1319 {
        margin-left: 21px;
        margin-top: 38px
    }

    .s1152 {
        min-width: 73px;
        width: 73px;
        height: 14px
    }

    .f246 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f246:visited {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f246:hover {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f246:active {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .ps1320 {
        margin-left: 0;
        margin-top: 81px
    }

    .s1153 {
        min-width: 118px;
        width: 118px;
        height: 14px
    }

    .ps1321 {
        margin-left: 34px;
        margin-top: -83px
    }

    .s1154 {
        min-width: 414px;
        width: 414px;
        min-height: 3px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1322 {
        margin-left: 93px;
        margin-top: -313px
    }

    .ps1323 {
        margin-left: 237px
    }

    .s1155 {
        min-width: 150px;
        width: 150px;
        height: 14px
    }

    .ps1324 {
        margin-left: 237px;
        margin-top: 38px
    }

    .s1156 {
        min-width: 150px;
        width: 150px;
        height: 14px
    }

    .ps1325 {
        margin-top: 18px
    }

    .s1157 {
        min-width: 387px;
        width: 387px;
        min-height: 158px
    }

    .ps1326 {
        margin-left: 237px
    }

    .s1158 {
        min-width: 150px;
        width: 150px;
        height: 14px
    }

    .f247 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.183
    }

    .f247:visited {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.183
    }

    .f247:hover {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.183
    }

    .f247:active {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.183
    }

    .ps1327 {
        margin-top: 129px
    }

    .s1159 {
        min-width: 82px;
        width: 82px;
        height: 15px
    }

    .ps1328 {
        margin-top: 11px
    }

    .s1160 {
        min-width: 74px;
        width: 74px;
        height: 12px
    }

    .ps1329 {
        margin-left: -73px;
        margin-top: 34px
    }

    .s1161 {
        min-width: 119px;
        width: 119px;
        height: 14px
    }

    .ps1330 {
        margin-left: 44px;
        margin-top: -14px
    }

    .s1162 {
        min-width: 45px;
        width: 45px;
        height: 14px
    }

    .ps1331 {
        margin-left: -42px;
        margin-top: 11px
    }

    .s1163 {
        min-width: 169px;
        width: 169px;
        height: 12px
    }

    .ps1332 {
        margin-left: 26px;
        margin-top: 103px
    }

    .s1164 {
        min-width: 437px;
        width: 437px;
        min-height: 34px
    }

    .ps1333 {
        margin-left: 4px
    }

    .s1165 {
        min-width: 243px;
        width: 243px;
        height: 32px
    }

    .f248 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.612
    }

    .ps1334 {
        margin-top: 0
    }

    .s1166 {
        min-width: 437px;
        width: 437px;
        min-height: 2px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1335 {
        margin-left: 156px;
        margin-top: 312px
    }

    .ps1336 {
        margin-top: 3px
    }

    .i98 {
        width: 62px;
        height: 76px
    }

    .ps1337 {
        margin-left: -4px
    }

    .i99 {
        width: 61px;
        height: 82px
    }

    .ps1338 {
        margin-top: 12px
    }

    .i100 {
        left: 0;
        width: 46px;
        height: 46px;
        top: 3px
    }

    .ps1339 {
        margin-left: 42px;
        margin-top: -14px
    }

    .s1167 {
        min-width: 417px;
        width: 417px;
        min-height: 2px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1340 {
        margin-left: 40px;
        margin-top: 2px
    }

    .s1168 {
        min-width: 431px;
        width: 431px;
        height: 93px
    }

    .f249 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.616
    }

    .s1169 {
        min-width: 480px;
        min-height: 27px
    }

    .ps1341 {
        margin-top: 6px
    }

    .s1170 {
        width: 480px;
        min-height: 15px
    }

    .ps1342 {
        margin-left: 342px
    }

    .s1171 {
        min-width: 65px;
        height: 15px;
        width: 65px
    }

    .f250 {
        font-size: 4px;
        font-size: calc(4px * var(--f));
        line-height: 1.251;
        padding-top: 5px;
        padding-bottom: 5px
    }

    .ps1343 {
        margin-left: 4px
    }

    body {
        --d: 4;
        --s: 480
    }
}

@media (max-width:479px) {
    .c303 {
        min-width: 320px;
        margin-top: -7px;
        min-height: 953px
    }

    .ps1244 {
        margin-top: 7px
    }

    .s1092 {
        min-width: 320px;
        height: 223px
    }

    .ps1246 {
        margin-top: 46px
    }

    .s1093 {
        width: 320px;
        min-height: 66px
    }

    .ps1247 {
        margin-left: 8px
    }

    .ps1248 {
        margin-top: 6px
    }

    .i91 {
        left: 1px;
        min-width: 20px;
        max-width: 20px;
        min-height: 20px;
        max-height: 20px;
        -ms-transform: rotate(89deg) scale(-1, 1);
        -moz-transform: rotate(89deg) scale(-1, 1);
        -webkit-transform: rotate(89deg) scale(-1, 1);
        transform: rotate(89deg) scale(-1, 1)
    }

    .ps1249 {
        margin-left: 7px;
        margin-top: 0
    }

    .s1094 {
        min-width: 128px;
        width: 128px;
        height: 32px
    }

    .f236 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.572
    }

    .ps1250 {
        margin-left: -156px;
        margin-top: 40px
    }

    .i92 {
        left: 0;
        min-width: 21px;
        max-width: 21px;
        min-height: 21px;
        max-height: 21px
    }

    .ps1251 {
        margin-left: 7px;
        margin-top: 36px
    }

    .s1095 {
        min-width: 201px;
        width: 201px;
        height: 30px
    }

    .ps1252 {
        margin-left: 41px;
        margin-top: 28px
    }

    .i93 {
        width: 33px;
        height: 33px
    }

    .ps1253 {
        margin-top: 6px
    }

    .s1096 {
        min-height: 105px
    }

    .ps1254 {
        margin-top: -217px
    }

    .s1097 {
        width: 320px;
        min-height: 206px
    }

    .ps1256 {
        margin-top: 127px
    }

    .i94 {
        width: 233px;
        height: 51px;
        top: 3px;
        -webkit-border-radius: 29px;
        -moz-border-radius: 29px;
        border-radius: 29px
    }

    .ps1257 {
        margin-left: 42px;
        margin-top: 171px
    }

    .s1098 {
        min-width: 31px;
        width: 31px;
        min-height: 35px;
        height: 35px
    }

    .s1099 {
        min-width: 31px;
        width: 31px;
        height: 35px
    }

    .mcv17 {
        display: inline-block
    }

    .v70 {
        display: inline-block;
        vertical-align: top
    }

    .c306 {
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: contain;
        background-image: url(../images/l/hamburger-gray-62.png)
    }

    .webp .c306 {
        background-image: url(../images/n/hamburger-gray-62.webp)
    }

    .ps1259 {
        margin-top: 14px
    }

    .s1100 {
        min-width: 31px;
        width: 31px;
        height: 6px
    }

    .f237 {
        font-size: 3px;
        font-size: calc(3px * var(--f));
        line-height: 1.334
    }

    .v71 {
        display: none
    }

    .ps1260 {
        margin-left: -249px
    }

    .ps1261 {
        margin-top: 3px
    }

    .s1101 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .f238 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .ps1262 {
        margin-top: 3px
    }

    .s1102 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps1263 {
        margin-top: 0
    }

    .ps1264 {
        margin-left: 0;
        margin-top: 0
    }

    .s1103 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .s1104 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps1267 {
        margin-left: 0;
        margin-top: 0
    }

    .s1105 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .s1106 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps1269 {
        margin-left: 0;
        margin-top: 0
    }

    .s1107 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps1271 {
        margin-top: 0
    }

    .s1108 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps1272 {
        margin-left: 0;
        margin-top: 0
    }

    .s1109 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps1273 {
        margin-left: 0;
        margin-top: 0
    }

    .s1110 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps1274 {
        margin-left: 0;
        margin-top: 0
    }

    .ps1275 {
        margin-left: 119px;
        margin-top: -206px
    }

    .s1111 {
        min-width: 197px;
        width: 197px;
        min-height: 30px
    }

    .input81 {
        width: 197px;
        height: 30px;
        font-family: "Lato 3";
        font-size: 13px;
        line-height: 1.232;
        font-weight: 700;
        font-style: normal
    }

    .ps1276 {
        margin-left: 174px;
        margin-top: -23px
    }

    .s1112 {
        min-width: 20px;
        width: 20px;
        height: 17px
    }

    .c309 {
        min-width: 320px;
        margin-top: -723px;
        min-height: 250px
    }

    .s1113 {
        min-width: 320px;
        min-height: 250px
    }

    .ps1278 {
        margin-top: 22px
    }

    .s1114 {
        width: 320px;
        height: 206px
    }

    .ps1279 {
        margin-left: -1px
    }

    .s1115 {
        min-width: 322px;
        width: 322px;
        min-height: 208px;
        height: 208px
    }

    .i95 {
        width: 320px;
        height: 206px
    }

    .ps1280 {
        margin-top: -272px
    }

    .s1116 {
        width: 320px;
        height: 417px
    }

    .ps1281 {
        margin-left: 0
    }

    .ps1282 {
        margin-left: 265px;
        margin-top: 10px
    }

    .i96 {
        left: 0;
        min-width: 26px;
        max-width: 26px;
        min-height: 26px;
        max-height: 26px
    }

    .ps1283 {
        margin-left: 3px;
        margin-top: 13px
    }

    .s1117 {
        min-width: 317px;
        height: 39px;
        width: 317px
    }

    .f239 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.279;
        padding-top: 8px;
        padding-bottom: 8px
    }

    .c312::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c312:hover:before {
        opacity: 1
    }

    .c312::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c312:hover:after {
        opacity: 0
    }

    .c312:active:before {
        opacity: 1
    }

    .c312:active:after {
        opacity: 1;
        transition: initial
    }

    .ps1284 {
        margin-top: 2px
    }

    .s1118 {
        min-width: 320px;
        width: 320px;
        min-height: 204px
    }

    .s1119 {
        min-width: 320px;
        height: 39px;
        width: 320px
    }

    .ps1285 {
        margin-left: 1px;
        margin-top: 2px
    }

    .s1120 {
        min-width: 319px;
        height: 39px;
        width: 319px
    }

    .ps1286 {
        margin-top: 3px
    }

    .ps1287 {
        margin-top: 2px
    }

    .ps1288 {
        margin-left: 1px;
        margin-top: 2px
    }

    .ps1289 {
        margin-left: 0;
        margin-top: 2px
    }

    .ps1290 {
        margin-left: 0;
        margin-top: 2px
    }

    .ps1291 {
        margin-left: 1px;
        margin-top: 2px
    }

    .s1121 {
        min-width: 319px;
        height: 39px;
        width: 319px
    }

    .f240 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.279;
        padding-top: 8px;
        padding-bottom: 8px
    }

    .ps1292 {
        margin-top: -146px
    }

    .s1122 {
        min-width: 320px;
        height: 780px
    }

    .ps1293 {
        margin-top: 25px
    }

    .s1123 {
        width: 320px;
        min-height: 730px
    }

    .ps1294 {
        margin-left: 5px
    }

    .s1124 {
        min-width: 311px;
        width: 311px;
        min-height: 112px
    }

    .s1125 {
        min-width: 311px;
        width: 311px;
        min-height: 112px
    }

    .ps1295 {
        margin-left: 10px
    }

    .s1126 {
        min-width: 288px;
        width: 288px;
        height: 42px
    }

    .s1127 {
        min-height: 42px
    }

    .f241 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.410
    }

    .f242 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.410
    }

    .ps1296 {
        margin-top: 34px
    }

    .s1128 {
        min-width: 311px;
        width: 311px;
        min-height: 36px
    }

    .s1129 {
        min-width: 311px;
        width: 311px;
        height: 36px
    }

    .input82 {
        width: 311px;
        height: 36px;
        font-size: 14px;
        line-height: 1.287
    }

    .ps1297 {
        margin-left: 274px;
        margin-top: -35px
    }

    .s1130 {
        min-width: 36px;
        width: 36px;
        height: 34px
    }

    .ps1298 {
        margin-top: 49px
    }

    .s1131 {
        min-width: 320px;
        width: 320px;
        min-height: 569px
    }

    .s1132 {
        min-width: 320px;
        width: 320px;
        min-height: 569px
    }

    .ps1299 {
        margin-top: 59px
    }

    .s1133 {
        min-width: 320px;
        width: 320px;
        height: 510px
    }

    .wrapper7 {
        height: 510px
    }

    .ps1300 {
        margin-left: 131px;
        margin-top: -569px
    }

    .s1134 {
        min-width: 68px;
        width: 68px;
        min-height: 59px
    }

    .lt1 {
        height: 59px
    }

    .ps1301 {
        margin-top: -1px
    }

    .s1135 {
        min-width: 320px;
        height: 1112px
    }

    .ps1302 {
        margin-top: 27px
    }

    .s1136 {
        width: 320px;
        min-height: 1044px
    }

    .ps1303 {
        margin-left: 0
    }

    .s1137 {
        min-width: 320px;
        width: 320px;
        min-height: 836px
    }

    .ps1304 {
        margin-left: 21px
    }

    .i97 {
        left: 0;
        width: 99px;
        height: 97px;
        top: 1px;
        -webkit-border-radius: 49px;
        -moz-border-radius: 49px;
        border-radius: 49px
    }

    .ps1305 {
        margin-left: -114px;
        margin-top: 130px
    }

    .s1138 {
        min-width: 174px;
        width: 174px;
        height: 32px
    }

    .f243 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.376
    }

    .ps1306 {
        margin-left: 0;
        margin-top: -2px
    }

    .s1139 {
        min-width: 320px;
        width: 320px;
        min-height: 498px
    }

    .ps1307 {
        margin-top: 23px
    }

    .s1140 {
        min-width: 113px;
        width: 113px;
        height: 23px
    }

    .f244 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f244:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f244:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f244:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .ps1308 {
        margin-left: 2px;
        margin-top: 7px
    }

    .s1141 {
        min-width: 91px;
        width: 91px;
        height: 19px
    }

    .f245 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f245:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f245:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f245:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .ps1309 {
        margin-left: 0;
        margin-top: 35px
    }

    .s1142 {
        min-width: 90px;
        width: 90px;
        height: 20px
    }

    .ps1310 {
        margin-top: -47px
    }

    .s1143 {
        min-width: 140px;
        width: 140px;
        height: 22px
    }

    .ps1311 {
        margin-top: 68px
    }

    .s1144 {
        min-width: 163px;
        width: 163px;
        height: 20px
    }

    .ps1312 {
        margin-top: -49px
    }

    .s1145 {
        min-width: 126px;
        width: 126px;
        height: 21px
    }

    .ps1313 {
        margin-top: -81px
    }

    .s1146 {
        min-width: 166px;
        width: 166px;
        height: 24px
    }

    .ps1314 {
        margin-left: 0;
        margin-top: -192px
    }

    .s1147 {
        min-width: 320px;
        width: 320px;
        min-height: 475px
    }

    .ps1315 {
        margin-left: 171px
    }

    .s1148 {
        min-width: 149px;
        width: 149px;
        height: 32px
    }

    .ps1316 {
        margin-top: 209px
    }

    .s1149 {
        min-width: 163px;
        width: 163px;
        height: 24px
    }

    .ps1317 {
        margin-left: 11px;
        margin-top: -6px
    }

    .s1150 {
        min-width: 49px;
        width: 49px;
        height: 23px
    }

    .ps1318 {
        margin-top: 184px
    }

    .s1151 {
        min-width: 211px;
        width: 211px;
        height: 26px
    }

    .ps1319 {
        margin-left: 174px;
        margin-top: -419px
    }

    .s1152 {
        min-width: 111px;
        width: 111px;
        height: 21px
    }

    .f246 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168;
        letter-spacing: 0.05px
    }

    .f246:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168;
        letter-spacing: 0.05px
    }

    .f246:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168;
        letter-spacing: 0.05px
    }

    .f246:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168;
        letter-spacing: 0.05px
    }

    .ps1320 {
        margin-left: 0;
        margin-top: -62px
    }

    .s1153 {
        min-width: 223px;
        width: 223px;
        height: 21px
    }

    .ps1321 {
        margin-left: 7px;
        margin-top: -498px
    }

    .s1154 {
        min-width: 276px;
        width: 276px;
        min-height: 2px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1322 {
        margin-left: 0;
        margin-top: -196px
    }

    .ps1323 {
        margin-left: 0
    }

    .s1155 {
        min-width: 282px;
        width: 282px;
        height: 29px
    }

    .ps1324 {
        margin-top: 245px
    }

    .s1156 {
        min-width: 218px;
        width: 218px;
        height: 28px
    }

    .ps1325 {
        margin-top: -266px
    }

    .s1157 {
        min-width: 291px;
        width: 291px;
        min-height: 310px
    }

    .ps1326 {
        margin-left: 0
    }

    .s1158 {
        min-width: 291px;
        width: 291px;
        height: 31px
    }

    .f247 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f247:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f247:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f247:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .ps1327 {
        margin-left: 1px;
        margin-top: 259px
    }

    .s1159 {
        min-width: 212px;
        width: 212px;
        height: 20px
    }

    .ps1328 {
        margin-top: 9px
    }

    .s1160 {
        min-width: 211px;
        width: 211px;
        height: 19px
    }

    .ps1329 {
        margin-left: 1px;
        margin-top: -170px
    }

    .s1161 {
        min-width: 238px;
        width: 238px;
        height: 24px
    }

    .ps1330 {
        margin-top: -72px
    }

    .s1162 {
        min-width: 87px;
        width: 87px;
        height: 24px
    }

    .ps1331 {
        margin-top: -133px
    }

    .s1163 {
        min-width: 298px;
        width: 298px;
        height: 20px
    }

    .ps1332 {
        margin-left: 0;
        margin-top: -388px
    }

    .s1164 {
        min-width: 291px;
        width: 291px;
        min-height: 135px
    }

    .ps1333 {
        margin-top: 102px
    }

    .s1165 {
        min-width: 268px;
        width: 268px;
        height: 33px
    }

    .f248 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.601
    }

    .ps1334 {
        margin-top: -135px
    }

    .s1166 {
        min-width: 291px;
        width: 291px;
        min-height: 3px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1335 {
        margin-left: 23px;
        margin-top: 29px
    }

    .i98 {
        width: 47px;
        height: 72px
    }

    .ps1337 {
        margin-left: 19px
    }

    .i99 {
        width: 47px;
        height: 72px
    }

    .ps1338 {
        margin-left: 17px;
        margin-top: 0
    }

    .i100 {
        left: 0;
        width: 47px;
        height: 47px;
        top: 12px
    }

    .ps1339 {
        margin-left: 12px;
        margin-top: -354px
    }

    .s1167 {
        min-width: 278px;
        width: 278px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1340 {
        margin-left: 0;
        margin-top: 23px
    }

    .s1168 {
        min-width: 287px;
        width: 287px;
        height: 84px
    }

    .f249 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.616
    }

    .s1169 {
        min-width: 320px;
        min-height: 18px
    }

    .ps1341 {
        margin-top: 4px
    }

    .s1170 {
        width: 320px;
        min-height: 10px
    }

    .ps1342 {
        margin-left: 228px
    }

    .s1171 {
        min-width: 43px;
        height: 10px;
        width: 43px
    }

    .f250 {
        font-size: 3px;
        font-size: calc(3px * var(--f));
        line-height: 1.334;
        padding-top: 3px;
        padding-bottom: 3px
    }

    .ps1343 {
        margin-left: 3px
    }

    body {
        --d: 5;
        --s: 320
    }
}

body {
    --f: 1;
    min-width: 1920px
}

@media (min-width:1200px) and (max-width:1919px) {
    body {
        min-width: 1200px
    }
}

@media (min-width:960px) and (max-width:1199px) {
    body {
        min-width: 960px
    }
}

@media (min-width:768px) and (max-width:959px) {
    body {
        min-width: 768px
    }
}

@media (min-width:480px) and (max-width:767px) {
    body {
        min-width: 480px
    }
}

@media (max-width:479px) {
    body {
        min-width: 320px
    }
}

@font-face {
    font-display: block;
    font-family: "Redacted Script 1";
    src: url('redacted-script-regular.woff2') format('woff2'), url('redacted-script-regular.woff') format('woff');
    font-weight: 400
}

.c321 {
    display: block;
    position: relative;
    pointer-events: none;
    min-width: 1920px;
    width: 100%;
    overflow: hidden;
    margin-top: 0;
    z-index: 55;
    min-height: 1022px
}

.v75 {
    display: block
}

.ps1344 {
    position: relative;
    margin-top: 0
}

.s1172 {
    width: 100%;
    min-width: 1920px;
    height: 347px;
    padding-bottom: 0
}

.c322 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #5789c1
}

.z1005 {
    pointer-events: none
}

.ps1345 {
    display: inline-block;
    width: 0;
    height: 0
}

.ps1346 {
    position: relative;
    margin-top: 11px
}

.s1173 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 67px
}

.v76 {
    display: inline-block;
    vertical-align: top
}

.ps1347 {
    position: relative;
    margin-left: 66px;
    margin-top: 0
}

.ps1348 {
    position: relative;
    margin-left: 0;
    margin-top: 13px
}

.z1006 {
    z-index: 59;
    pointer-events: auto
}

.i101 {
    position: absolute;
    left: 4px;
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    top: 0;
    color: #fff;
    -ms-transform: rotate(0deg) scale(1, 1);
    -moz-transform: rotate(0deg) scale(1, 1);
    -webkit-transform: rotate(0deg) scale(1, 1);
    transform: rotate(0deg) scale(1, 1)
}

.ps1349 {
    position: relative;
    margin-left: 17px;
    margin-top: 13px
}

.s1174 {
    min-width: 275px;
    width: 275px;
    overflow: hidden;
    height: 40px
}

.z1007 {
    z-index: 58;
    pointer-events: auto
}

.p27 {
    text-indent: 0;
    padding-bottom: 0;
    padding-right: 0;
    text-align: left
}

.f251 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.126;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps1350 {
    position: relative;
    margin-left: 42px;
    margin-top: 13px
}

.z1008 {
    z-index: 60;
    pointer-events: auto
}

.i102 {
    position: absolute;
    left: 16px;
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    top: 0;
    color: #fff
}

.ps1351 {
    position: relative;
    margin-left: -2px;
    margin-top: 13px
}

.s1175 {
    min-width: 446px;
    width: 446px;
    overflow: hidden;
    height: 40px
}

.z1009 {
    z-index: 62;
    pointer-events: auto
}

.ps1352 {
    position: relative;
    margin-left: 863px;
    margin-top: 0
}

.z1010 {
    z-index: 61;
    pointer-events: auto
}

.a31 {
    display: block
}

.i103 {
    position: absolute;
    left: 0;
    width: 67px;
    height: 67px;
    top: 0;
    -webkit-filter: brightness(400%);
    -moz-filter: brightness(400%);
    filter: brightness(400%);
    border: 0
}

.ps1353 {
    position: relative;
    margin-top: 7px
}

.s1176 {
    margin-left: -0%;
    width: 100%;
    min-height: 262px
}

.c323 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 0 rgba(128, 128, 128, 0.2)
}

.z1011 {
    z-index: 56;
    pointer-events: auto
}

.ps1354 {
    position: relative;
    margin-top: -252px
}

.s1177 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 236px
}

.ps1355 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s1178 {
    min-width: 1895px;
    width: 1895px;
    min-height: 236px
}

.ps1356 {
    position: relative;
    margin-left: 0;
    margin-top: 3px
}

.z1012 {
    z-index: 57;
    pointer-events: auto
}

.i104 {
    position: absolute;
    left: 0;
    width: 170px;
    height: 37px;
    top: 66px;
    -webkit-border-radius: 84px;
    -moz-border-radius: 84px;
    border-radius: 84px;
    border: 0
}

.v77 {
    display: inline-block;
    vertical-align: top;
    overflow: visible
}

.ps1357 {
    position: relative;
    margin-left: 49px;
    margin-top: 148px
}

.z1013 {
    z-index: 63;
    pointer-events: auto
}

.ps1358 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s1179 {
    min-width: 0;
    width: 0;
    min-height: 0;
    height: 0
}

.m10 {
    padding: 0px 0px 0px 0px
}

.s1180 {
    min-width: 46px;
    width: 0;
    height: 0
}

.mcv19 {
    display: none
}

.v78 {
    display: none
}

.ps1359 {
    position: relative;
    margin-left: 0;
    margin-top: 92px
}

.s1181 {
    min-width: 46px;
    width: 46px;
    overflow: hidden;
    height: 26px
}

.z1014 {
    pointer-events: auto
}

.p28 {
    text-indent: 0;
    padding-bottom: 0;
    padding-right: 0;
    text-align: center
}

.f252 {
    font-family: "Lato 2";
    font-size: 17px;
    font-size: calc(17px * var(--f));
    line-height: 1.295;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: transparent;
    background-color: initial;
    text-shadow: none
}

.v79 {
    display: inline-block;
    vertical-align: top
}

.ps1360 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.z1015 {
    z-index: 9999
}

.mcv20 {
    display: inline-block
}

.c325 {
    border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #5789c1
}

.ps1361 {
    position: relative;
    margin-left: 0;
    margin-top: 23px
}

.s1182 {
    min-width: 159px;
    width: 159px;
    overflow: hidden;
    height: 41px
}

.f253 {
    font-family: "Lato 2";
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.220;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.v80 {
    display: none
}

.ml10 {
    outline: 0
}

.ps1362 {
    position: relative;
    margin-left: 0;
    margin-top: 7px
}

.s1183 {
    min-width: 450px;
    width: 450px;
    overflow: hidden;
    height: 41px
}

.ps1363 {
    position: relative;
    margin-left: 0;
    margin-top: 1px
}

.ps1364 {
    position: relative;
    margin-left: 160px;
    margin-top: -88px
}

.s1184 {
    min-width: 256px;
    width: 256px;
    overflow: hidden;
    height: 41px
}

.ps1365 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s1185 {
    min-width: 472px;
    width: 472px;
    overflow: hidden;
    height: 41px
}

.ps1366 {
    position: relative;
    margin-left: 0;
    margin-top: 1px
}

.ps1367 {
    position: relative;
    margin-left: 417px;
    margin-top: -88px
}

.s1186 {
    min-width: 342px;
    width: 342px;
    overflow: hidden;
    height: 41px
}

.ps1368 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s1187 {
    min-width: 429px;
    width: 429px;
    overflow: hidden;
    height: 41px
}

.ps1369 {
    position: relative;
    margin-left: 760px;
    margin-top: -88px
}

.s1188 {
    min-width: 383px;
    width: 383px;
    overflow: hidden;
    height: 41px
}

.ps1370 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.ps1371 {
    position: relative;
    margin-left: 0;
    margin-top: 7px
}

.s1189 {
    min-width: 477px;
    width: 477px;
    overflow: hidden;
    height: 41px
}

.ps1372 {
    position: relative;
    margin-left: 1144px;
    margin-top: -88px
}

.s1190 {
    min-width: 185px;
    width: 185px;
    overflow: hidden;
    height: 41px
}

.ps1373 {
    position: relative;
    margin-left: 1330px;
    margin-top: -88px
}

.s1191 {
    min-width: 108px;
    width: 108px;
    overflow: hidden;
    height: 41px
}

.ps1374 {
    position: relative;
    margin-left: 1439px;
    margin-top: -88px
}

.ps1375 {
    position: relative;
    margin-left: 1154px;
    margin-top: -236px
}

.z1016 {
    z-index: 64
}

.s1192 {
    min-width: 741px;
    width: 741px;
    min-height: 79px;
    line-height: 0
}

.z1017 {
    z-index: 65;
    pointer-events: auto
}

.input83 {
    border: 1px solid #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.22);
    width: 741px;
    height: 79px;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 28px;
    line-height: 1.144;
    font-weight: 400;
    font-style: italic;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input83::placeholder {
    color: rgb(0, 0, 0);
    opacity: 1
}

.ps1376 {
    position: relative;
    margin-left: 674px;
    margin-top: -73px
}

.s1193 {
    min-width: 64px;
    width: 64px;
    height: 55px;
    box-sizing: border-box
}

.c326 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    background-image: url(../images/t/search-svgrepo-com-2-.svg);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z1018 {
    z-index: 66;
    pointer-events: auto
}

.a32 {
    transform: translateZ(1px);
    display: inline-block;
    width: 100%;
    height: 100%;
    z-index: 1
}

.c326:hover {
    background-color: rgba(10, 37, 134, 0.74);
    border-color: transparent;
    color: #fff;
    background-clip: padding-box
}

.c326:active {
    transition: initial
}

.ps1377 {
    position: relative;
    margin-top: -657px
}

.s1194 {
    width: 100%;
    min-width: 1920px;
    height: 830px;
    padding-bottom: 0
}

.c327 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #000
}

.z1019 {
    z-index: 19;
    pointer-events: none
}

.ps1378 {
    position: relative;
    margin-top: 33px
}

.s1195 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 743px
}

.ps1379 {
    position: relative;
    margin-left: 50px;
    margin-top: 0
}

.s1196 {
    min-width: 1831px;
    width: 1831px;
    min-height: 441px
}

.ps1380 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.z1020 {
    z-index: 20;
    pointer-events: auto
}

.i105 {
    position: absolute;
    left: 10px;
    width: 181px;
    height: 178px;
    top: 0;
    -webkit-border-radius: 89px;
    -moz-border-radius: 89px;
    border-radius: 89px;
    box-shadow: 0 3px 40px 5px rgba(0, 0, 0, 0.22);
    border: 0
}

.ps1381 {
    position: relative;
    margin-left: 194px;
    margin-top: 0
}

.s1197 {
    min-width: 346px;
    width: 346px;
    overflow: hidden;
    height: 66px
}

.z1021 {
    z-index: 21;
    pointer-events: auto
}

.f254 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 41px;
    font-size: calc(41px * var(--f));
    line-height: 1.391;
    font-weight: 700;
    font-style: italic;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps1382 {
    position: relative;
    margin-left: -341px;
    margin-top: 22px
}

.s1198 {
    min-width: 737px;
    width: 737px;
    min-height: 368px;
    line-height: 0
}

.ps1383 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.z1022 {
    z-index: 31
}

.z1023 {
    z-index: 38
}

.s1199 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 42px
}

.z1024 {
    z-index: 39;
    pointer-events: auto
}

.f255 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.126;
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps1384 {
    position: relative;
    margin-left: 0;
    margin-top: 10px
}

.s1200 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 40px
}

.z1025 {
    z-index: 40;
    pointer-events: auto
}

.f256 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.001;
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps1385 {
    position: relative;
    margin-left: 3px;
    margin-top: 8px
}

.s1201 {
    min-width: 338px;
    width: 338px;
    overflow: hidden;
    height: 48px
}

.z1026 {
    z-index: 41;
    pointer-events: auto
}

.ps1386 {
    position: relative;
    margin-left: 0;
    margin-top: 8px
}

.s1202 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 46px
}

.z1027 {
    z-index: 42;
    pointer-events: auto
}

.ps1387 {
    position: relative;
    margin-left: 0;
    margin-top: 8px
}

.s1203 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 45px
}

.z1028 {
    z-index: 43;
    pointer-events: auto
}

.ps1388 {
    position: relative;
    margin-left: 0;
    margin-top: 8px
}

.s1204 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 48px
}

.z1029 {
    z-index: 44;
    pointer-events: auto
}

.ps1389 {
    position: relative;
    margin-left: 0;
    margin-top: 6px
}

.s1205 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 51px
}

.z1030 {
    z-index: 45;
    pointer-events: auto
}

.ps1390 {
    position: relative;
    margin-left: 40px;
    margin-top: 2px
}

.s1206 {
    min-width: 355px;
    width: 355px;
    min-height: 308px;
    line-height: 0
}

.ps1391 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s1207 {
    min-width: 350px;
    width: 350px;
    overflow: hidden;
    height: 40px
}

.z1031 {
    z-index: 32;
    pointer-events: auto
}

.ps1392 {
    position: relative;
    margin-left: 0;
    margin-top: 6px
}

.s1208 {
    min-width: 352px;
    width: 352px;
    overflow: hidden;
    height: 43px
}

.z1032 {
    z-index: 33;
    pointer-events: auto
}

.ps1393 {
    position: relative;
    margin-left: 0;
    margin-top: 9px
}

.s1209 {
    min-width: 352px;
    width: 352px;
    overflow: hidden;
    height: 46px
}

.z1033 {
    z-index: 34;
    pointer-events: auto
}

.ps1394 {
    position: relative;
    margin-left: 0;
    margin-top: 10px
}

.s1210 {
    min-width: 350px;
    width: 350px;
    overflow: hidden;
    height: 46px
}

.z1034 {
    z-index: 35;
    pointer-events: auto
}

.ps1395 {
    position: relative;
    margin-left: 0;
    margin-top: 62px
}

.s1211 {
    min-width: 355px;
    width: 355px;
    overflow: hidden;
    height: 46px
}

.z1035 {
    z-index: 37;
    pointer-events: auto
}

.f257 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.126;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps1396 {
    position: relative;
    margin-left: 383px;
    margin-top: -158px
}

.s1212 {
    min-width: 354px;
    width: 354px;
    overflow: hidden;
    height: 45px
}

.z1036 {
    z-index: 36;
    pointer-events: auto
}

.ps1397 {
    position: relative;
    margin-left: 0;
    margin-top: -303px
}

.s1213 {
    min-width: 733px;
    width: 733px;
    min-height: 5px;
    -ms-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.c328 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: rgba(28, 92, 132, 0.62)
}

.z1037 {
    z-index: 24
}

.ps1398 {
    position: relative;
    margin-left: 86px;
    margin-top: 27px
}

.z1038 {
    z-index: 46
}

.ps1399 {
    position: relative;
    margin-left: 1px;
    margin-top: 0
}

.s1214 {
    min-width: 438px;
    width: 438px;
    min-height: 103px;
    line-height: 0
}

.s1215 {
    min-width: 438px;
    width: 438px;
    overflow: hidden;
    height: 53px
}

.z1039 {
    z-index: 47;
    pointer-events: auto
}

.ps1400 {
    position: relative;
    margin-left: 0;
    margin-top: -1px
}

.s1216 {
    min-width: 438px;
    width: 438px;
    overflow: hidden;
    height: 51px
}

.z1040 {
    z-index: 48;
    pointer-events: auto
}

.ps1401 {
    position: relative;
    margin-left: 1px;
    margin-top: 2px
}

.s1217 {
    min-width: 438px;
    width: 438px;
    overflow: hidden;
    height: 53px
}

.z1041 {
    z-index: 49;
    pointer-events: auto
}

.f258 {
    font-family: "Lato 2";
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.220;
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps1402 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s1218 {
    min-width: 440px;
    width: 440px;
    overflow: hidden;
    height: 48px
}

.z1042 {
    z-index: 50;
    pointer-events: auto
}

.ps1403 {
    position: relative;
    margin-left: 0;
    margin-top: 3px
}

.s1219 {
    min-width: 440px;
    width: 440px;
    overflow: hidden;
    height: 50px
}

.z1043 {
    z-index: 51;
    pointer-events: auto
}

.ps1404 {
    position: relative;
    margin-left: 0;
    margin-top: 1px
}

.s1220 {
    min-width: 440px;
    width: 440px;
    overflow: hidden;
    height: 53px
}

.z1044 {
    z-index: 52;
    pointer-events: auto
}

.ps1405 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s1221 {
    min-width: 440px;
    width: 440px;
    overflow: hidden;
    height: 51px
}

.z1045 {
    z-index: 53;
    pointer-events: auto
}

.ps1406 {
    position: relative;
    margin-left: 1px;
    margin-top: 0
}

.s1222 {
    min-width: 438px;
    width: 438px;
    overflow: hidden;
    height: 50px
}

.z1046 {
    z-index: 54;
    pointer-events: auto
}

.ps1407 {
    position: relative;
    margin-left: 1225px;
    margin-top: -441px
}

.s1223 {
    min-width: 606px;
    width: 606px;
    min-height: 90px;
    line-height: 0
}

.ps1408 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s1224 {
    min-width: 518px;
    width: 518px;
    overflow: hidden;
    height: 66px
}

.z1047 {
    z-index: 22;
    pointer-events: auto
}

.f259 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 38px;
    font-size: calc(38px * var(--f));
    line-height: 1.606;
    font-weight: 700;
    font-style: italic;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps1409 {
    position: relative;
    margin-left: 0;
    margin-top: 19px
}

.s1225 {
    min-width: 606px;
    width: 606px;
    min-height: 5px;
    -ms-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.z1048 {
    z-index: 23
}

.ps1410 {
    position: relative;
    margin-left: 778px;
    margin-top: 102px
}

.z1049 {
    z-index: 26;
    pointer-events: auto
}

.ps1411 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.z1050 {
    z-index: 28;
    pointer-events: auto
}

.i106 {
    position: absolute;
    left: 0;
    width: 110px;
    height: 96px;
    top: 0;
    border: 0
}

.ps1412 {
    position: relative;
    margin-left: -10px;
    margin-top: 0
}

.z1051 {
    z-index: 29;
    pointer-events: auto
}

.i107 {
    position: absolute;
    left: 0;
    width: 102px;
    height: 90px;
    top: 0;
    border: 0
}

.ps1413 {
    position: relative;
    margin-left: 4px;
    margin-top: 11px
}

.z1052 {
    z-index: 30;
    pointer-events: auto
}

.i108 {
    position: absolute;
    left: 11px;
    width: 67px;
    height: 67px;
    top: 0;
    border: 0
}

.ps1414 {
    position: relative;
    margin-left: 138px;
    margin-top: 0
}

.s1226 {
    min-width: 1667px;
    width: 1667px;
    min-height: 8px;
    -ms-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.z1053 {
    z-index: 25
}

.ps1415 {
    position: relative;
    margin-left: 146px;
    margin-top: 16px
}

.s1227 {
    min-width: 1669px;
    width: 1669px;
    overflow: hidden;
    height: 80px
}

.z1054 {
    z-index: 27;
    pointer-events: auto
}

.f260 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 24px;
    font-size: calc(24px * var(--f));
    line-height: 1.584;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps1416 {
    position: relative;
    margin-top: -811px
}

.s1228 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    height: 2162px
}

.ps1417 {
    position: relative;
    margin-left: 192px;
    margin-top: 0
}

.s1229 {
    min-width: 1536px;
    width: 1536px;
    overflow: hidden;
    height: 64px
}

.z1055 {
    z-index: 1;
    pointer-events: auto
}

.f261 {
    font-family: "Redacted Script 1";
    font-size: 25px;
    font-size: calc(25px * var(--f));
    line-height: 1.601;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: rgba(74, 149, 169, 0.52);
    background-color: initial;
    text-shadow: none
}

.ps1418 {
    position: relative;
    margin-left: 13px;
    margin-top: 11px
}

.s1230 {
    min-width: 1907px;
    width: 1907px;
    min-height: 1823px
}

.s1231 {
    min-width: 1907px;
    width: 1907px;
    min-height: 1823px;
    line-height: 0
}

.v81 {
    display: inline-block;
    vertical-align: top;
    pointer-events: auto
}

.ps1419 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.c329 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-image: -webkit-gradient(linear, 164deg, color-stop(0, rgba(10, 37, 134, 0.74)), color-stop(1, rgba(145, 6, 74, 0.72)));
    background-image: -o-linear-gradient(164deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: -webkit-linear-gradient(164deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: -ms-linear-gradient(164deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: linear-gradient(164deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%)
}

.z1056 {
    z-index: 67;
    pointer-events: auto
}

.ps1420 {
    position: relative;
    margin-left: 1664px;
    margin-top: 15px
}

.z1057 {
    z-index: 68
}

.i109 {
    position: absolute;
    left: 7px;
    min-width: 53px;
    max-width: 53px;
    min-height: 53px;
    max-height: 53px;
    top: 0;
    color: #fff
}

.v82 {
    display: inline-block;
    vertical-align: top;
    outline: 0
}

.ps1421 {
    position: relative;
    margin-left: 0;
    margin-top: 25px
}

.s1232 {
    min-width: 1752px;
    height: 112px;
    box-sizing: border-box;
    width: 1752px;
    padding-right: 0
}

.c330 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-image: -webkit-gradient(linear, 166deg, color-stop(0, rgba(10, 37, 134, 0.74)), color-stop(1, rgba(74, 149, 169, 0.52)));
    background-image: -o-linear-gradient(166deg, rgba(10, 37, 134, 0.74) 0%, rgba(74, 149, 169, 0.52) 100%);
    background-image: -webkit-linear-gradient(166deg, rgba(10, 37, 134, 0.74) 0%, rgba(74, 149, 169, 0.52) 100%);
    background-image: -ms-linear-gradient(166deg, rgba(10, 37, 134, 0.74) 0%, rgba(74, 149, 169, 0.52) 100%);
    background-image: linear-gradient(166deg, rgba(10, 37, 134, 0.74) 0%, rgba(74, 149, 169, 0.52) 100%);
    color: #fff;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z1058 {
    z-index: 69
}

.a33 {
    transform: translateZ(1px);
    display: inline-block;
    width: 100%;
    z-index: 1
}

.f262 {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 54px;
    font-size: calc(54px * var(--f));
    line-height: 1.242;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 23px;
    padding-bottom: 22px
}

.c330::before {
    background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
    background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-clip: content-box;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin-top: 0;
    margin-left: 0;
    z-index: -1;
    transition: opacity 0.2s linear
}

.c330:hover:before {
    opacity: 1
}

.c330:hover {
    background-color: transparent;
    border-color: transparent;
    color: #161616
}

.c330::after {
    background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
    background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-clip: content-box;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin-top: 0;
    margin-left: 0;
    top: 0;
    left: 0;
    z-index: -1;
    transition: opacity 0.2s linear
}

.c330:hover:after {
    opacity: 0
}

.c330:active:before {
    opacity: 1
}

.c330:active:after {
    opacity: 1;
    transition: initial
}

.c330:active {
    transition: initial;
    color: #a1a1a1
}

.ps1422 {
    position: relative;
    margin-left: 0;
    margin-top: 8px
}

.s1233 {
    min-width: 1752px;
    width: 1752px;
    min-height: 171px;
    line-height: 0
}

.s1234 {
    min-width: 1752px;
    height: 112px;
    box-sizing: border-box;
    width: 1752px;
    padding-right: 0
}

.z1059 {
    z-index: 70;
    pointer-events: auto
}

.ps1423 {
    position: relative;
    margin-left: 0;
    margin-top: -53px
}

.s1235 {
    min-width: 1752px;
    height: 112px;
    box-sizing: border-box;
    width: 1752px;
    padding-right: 0
}

.z1060 {
    z-index: 71;
    pointer-events: auto
}

.ps1424 {
    position: relative;
    margin-left: 0;
    margin-top: -112px
}

.z1061 {
    z-index: 72;
    pointer-events: auto
}

.ps1425 {
    position: relative;
    margin-left: 0;
    margin-top: -112px
}

.z1062 {
    z-index: 73;
    pointer-events: auto
}

.ps1426 {
    position: relative;
    margin-left: 0;
    margin-top: -112px
}

.z1063 {
    z-index: 74;
    pointer-events: auto
}

.ps1427 {
    position: relative;
    margin-left: 37px;
    margin-top: 0
}

.z1064 {
    z-index: 75
}

.ps1428 {
    position: relative;
    margin-left: 32px;
    margin-top: 18px
}

.z1065 {
    z-index: 76
}

.ps1429 {
    position: relative;
    margin-left: 32px;
    margin-top: 8px
}

.s1236 {
    min-width: 1752px;
    height: 117px;
    box-sizing: border-box;
    width: 1752px;
    padding-right: 0
}

.z1066 {
    z-index: 77
}

.f263 {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 54px;
    font-size: calc(54px * var(--f));
    line-height: 1.242;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 25px;
    padding-bottom: 25px
}

.ps1430 {
    position: relative;
    margin-left: 163px;
    margin-top: -669px
}

.s1237 {
    min-width: 1522px;
    width: 1522px;
    min-height: 1698px
}

.c331 {
    border: 5px solid rgba(0, 0, 0, 0.56);
    background-clip: padding-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff
}

.z1067 {
    z-index: 2;
    pointer-events: auto
}

.ps1431 {
    position: relative;
    margin-left: 0;
    margin-top: 48px
}

.s1238 {
    min-width: 1522px;
    width: 1522px;
    min-height: 250px
}

.ps1432 {
    position: relative;
    margin-left: 16px;
    margin-top: 0
}

.s1239 {
    min-width: 1504px;
    width: 1504px;
    overflow: hidden;
    height: 64px
}

.f264 {
    font-family: "Hanken Grotesk 3";
    font-size: 38px;
    font-size: calc(38px * var(--f));
    line-height: 1.317;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: rgba(10, 103, 167, 0.36);
    background-color: initial;
    text-shadow: none
}

.s1240 {
    min-width: 1344px;
    width: 1344px;
    overflow: hidden;
    height: 186px
}

.f265 {
    font-family: "Hanken Grotesk 3";
    font-size: 35px;
    font-size: calc(35px * var(--f));
    line-height: 1.315;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.56);
    background-color: initial;
    text-shadow: none
}

.ps1433 {
    display: inline-block;
    position: relative;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.ps1434 {
    position: relative;
    margin-left: 218px;
    margin-top: 181px
}

.s1241 {
    min-width: 1422px;
    width: 1422px;
    min-height: 86px
}

.z1068 {
    z-index: 6
}

.s1242 {
    min-width: 102px;
    height: 86px;
    box-sizing: border-box;
    width: 96px;
    padding-right: 0
}

.c332 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 3px solid rgba(0, 0, 0, 0.56);
    background-clip: padding-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    color: rgba(0, 0, 0, 0.56);
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear
}

.z1069 {
    z-index: 7;
    pointer-events: auto
}

.a34 {
    display: inline-block;
    width: 100%;
    z-index: 1
}

.f266 {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 35px;
    font-size: calc(35px * var(--f));
    line-height: 1.172;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 19px
}

.c332:hover {
    border-color: rgba(0, 0, 0, 0.56)
}

.c332:active {
    transition: initial
}

.ps1435 {
    position: relative;
    margin-left: 18px;
    margin-top: 0
}

.z1070 {
    z-index: 8;
    pointer-events: auto
}

.z1071 {
    z-index: 9;
    pointer-events: auto
}

.z1072 {
    z-index: 10;
    pointer-events: auto
}

.z1073 {
    z-index: 11;
    pointer-events: auto
}

.z1074 {
    z-index: 12;
    pointer-events: auto
}

.z1075 {
    z-index: 13;
    pointer-events: auto
}

.z1076 {
    z-index: 14;
    pointer-events: auto
}

.z1077 {
    z-index: 15;
    pointer-events: auto
}

.z1078 {
    z-index: 16;
    pointer-events: auto
}

.z1079 {
    z-index: 17;
    pointer-events: auto
}

.ps1436 {
    position: relative;
    margin-left: 18px;
    margin-top: 0
}

.z1080 {
    z-index: 18;
    pointer-events: auto
}

.s1243 {
    width: 100%;
    width: calc(100% - var(--sw));
    min-width: 1920px;
    min-height: 107px
}

.c333 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #a1a1a1
}

.z1081 {
    z-index: 79;
    pointer-events: none
}

.ps1437 {
    position: relative;
    margin-top: 22px
}

.s1244 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 62px
}

.ps1438 {
    position: relative;
    margin-left: 1365px;
    margin-top: 0
}

.s1245 {
    min-width: 254px;
    height: 62px;
    box-sizing: border-box;
    width: 254px;
    padding-right: 0
}

.c334 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #161616;
    color: #a1a1a1;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear
}

.f267 {
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    z-index: 1;
    font-family: "Hanken Grotesk 3";
    font-size: 22px;
    font-size: calc(22px * var(--f));
    line-height: 1.319;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 17px;
    padding-bottom: 16px
}

.c334:hover {
    background-color: #06341d;
    background-clip: padding-box;
    color: #161616
}

.c334:active {
    transition: initial;
    color: #a1a1a1
}

.ps1439 {
    position: relative;
    margin-left: 24px;
    margin-top: 0
}

.c335 {
    display: inline-block;
    position: relative;
    margin-left: 0;
    margin-top: 0
}

body {
    --d: 0;
    --s: 1920
}

@media (min-width:1200px) and (max-width:1919px) {
    .c321 {
        min-width: 1200px;
        min-height: 679px
    }

    .s1172 {
        min-width: 1200px;
        height: 256px
    }

    .ps1346 {
        margin-top: 7px
    }

    .s1173 {
        width: 1200px;
        min-height: 42px
    }

    .ps1347 {
        margin-left: 41px
    }

    .ps1348 {
        margin-top: 8px
    }

    .i101 {
        left: 3px;
        min-width: 25px;
        max-width: 25px;
        min-height: 25px;
        max-height: 25px
    }

    .ps1349 {
        margin-left: 11px;
        margin-top: 8px
    }

    .s1174 {
        min-width: 172px;
        width: 172px;
        height: 25px
    }

    .f251 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .ps1350 {
        margin-left: 26px;
        margin-top: 8px
    }

    .i102 {
        left: 10px;
        min-width: 25px;
        max-width: 25px;
        min-height: 25px;
        max-height: 25px
    }

    .ps1351 {
        margin-left: -1px;
        margin-top: 8px
    }

    .s1175 {
        min-width: 279px;
        width: 279px;
        height: 25px
    }

    .ps1352 {
        margin-left: 539px
    }

    .i103 {
        width: 42px;
        height: 42px
    }

    .ps1353 {
        margin-top: 4px
    }

    .s1176 {
        min-height: 203px
    }

    .ps1354 {
        margin-top: -176px
    }

    .s1177 {
        width: 1200px;
        min-height: 167px
    }

    .ps1355 {
        margin-left: 27px
    }

    .s1178 {
        min-width: 1164px;
        width: 1164px;
        min-height: 167px
    }

    .ps1356 {
        margin-top: 6px
    }

    .i104 {
        width: 358px;
        height: 79px;
        top: 2px;
        -webkit-border-radius: 42px;
        -moz-border-radius: 42px;
        border-radius: 42px
    }

    .ps1357 {
        margin-left: 46px;
        margin-top: 41px
    }

    .s1180 {
        min-width: 30px
    }

    .ps1359 {
        margin-top: 56px
    }

    .s1181 {
        min-width: 30px;
        width: 30px;
        height: 18px
    }

    .f252 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.365
    }

    .ps1361 {
        margin-top: 5px
    }

    .s1182 {
        min-width: 117px;
        width: 117px;
        height: 26px
    }

    .f253 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201
    }

    .ps1362 {
        margin-top: 4px
    }

    .s1183 {
        min-width: 281px;
        width: 281px;
        height: 26px
    }

    .ps1364 {
        margin-left: 119px;
        margin-top: -36px
    }

    .s1184 {
        min-width: 178px;
        width: 178px;
        height: 26px
    }

    .s1185 {
        min-width: 295px;
        width: 295px;
        height: 26px
    }

    .ps1367 {
        margin-left: 299px;
        margin-top: -36px
    }

    .s1186 {
        min-width: 231px;
        width: 231px;
        height: 26px
    }

    .s1187 {
        min-width: 268px;
        width: 268px;
        height: 26px
    }

    .ps1369 {
        margin-left: 532px;
        margin-top: -36px
    }

    .s1188 {
        min-width: 257px;
        width: 257px;
        height: 26px
    }

    .ps1371 {
        margin-top: 4px
    }

    .s1189 {
        min-width: 298px;
        width: 298px;
        height: 26px
    }

    .ps1372 {
        margin-left: 791px;
        margin-top: -36px
    }

    .s1190 {
        min-width: 133px;
        width: 133px;
        height: 26px
    }

    .ps1373 {
        margin-left: 926px;
        margin-top: -36px
    }

    .s1191 {
        min-width: 85px;
        width: 85px;
        height: 26px
    }

    .ps1374 {
        margin-left: 1013px;
        margin-top: -36px
    }

    .ps1375 {
        margin-left: 700px;
        margin-top: -167px
    }

    .s1192 {
        min-width: 464px;
        width: 464px;
        min-height: 49px
    }

    .input83 {
        width: 464px;
        height: 49px;
        font-size: 18px;
        line-height: 1.168
    }

    .ps1376 {
        margin-left: 431px;
        margin-top: -41px
    }

    .s1193 {
        min-width: 27px;
        width: 27px;
        height: 33px
    }

    .ps1377 {
        margin-top: -405px
    }

    .s1194 {
        min-width: 1200px;
        height: 519px
    }

    .ps1378 {
        margin-top: 21px
    }

    .s1195 {
        width: 1200px;
        min-height: 464px
    }

    .ps1379 {
        margin-left: 31px
    }

    .s1196 {
        min-width: 1145px;
        width: 1145px;
        min-height: 321px
    }

    .i105 {
        left: 7px;
        width: 113px;
        height: 111px;
        -webkit-border-radius: 56px;
        -moz-border-radius: 56px;
        border-radius: 56px
    }

    .ps1381 {
        margin-left: 122px
    }

    .s1197 {
        min-width: 216px;
        width: 216px;
        height: 41px
    }

    .f254 {
        font-size: 26px;
        font-size: calc(26px * var(--f));
        line-height: 1.386
    }

    .ps1382 {
        margin-left: -213px;
        margin-top: 54px
    }

    .s1198 {
        min-width: 482px;
        width: 482px;
        min-height: 236px
    }

    .ps1383 {
        margin-top: 6px
    }

    .s1199 {
        min-width: 213px;
        width: 213px;
        height: 26px
    }

    .f255 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f255:visited {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f255:hover {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f255:active {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .ps1384 {
        margin-top: 6px
    }

    .s1200 {
        min-width: 213px;
        width: 213px;
        height: 25px
    }

    .f256 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.051
    }

    .f256:visited {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.051
    }

    .f256:hover {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.051
    }

    .f256:active {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.051
    }

    .ps1385 {
        margin-left: 2px;
        margin-top: 5px
    }

    .s1201 {
        min-width: 211px;
        width: 211px;
        height: 30px
    }

    .ps1386 {
        margin-top: 5px
    }

    .s1202 {
        min-width: 213px;
        width: 213px;
        height: 29px
    }

    .ps1387 {
        margin-top: 5px
    }

    .s1203 {
        min-width: 213px;
        width: 213px;
        height: 28px
    }

    .ps1388 {
        margin-top: 5px
    }

    .s1204 {
        min-width: 213px;
        width: 213px;
        height: 30px
    }

    .ps1389 {
        margin-top: 4px
    }

    .s1205 {
        min-width: 213px;
        width: 213px;
        height: 32px
    }

    .ps1390 {
        margin-left: 25px;
        margin-top: 1px
    }

    .s1206 {
        min-width: 222px;
        width: 222px;
        min-height: 193px
    }

    .s1207 {
        min-width: 219px;
        width: 219px;
        height: 25px
    }

    .ps1392 {
        margin-top: 4px
    }

    .s1208 {
        min-width: 220px;
        width: 220px;
        height: 27px
    }

    .ps1393 {
        margin-top: 5px
    }

    .s1209 {
        min-width: 220px;
        width: 220px;
        height: 29px
    }

    .ps1394 {
        margin-top: 6px
    }

    .s1210 {
        min-width: 219px;
        width: 219px;
        height: 29px
    }

    .ps1395 {
        margin-top: 39px
    }

    .s1211 {
        min-width: 222px;
        width: 222px;
        height: 29px
    }

    .f257 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f257:visited {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f257:hover {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f257:active {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .ps1396 {
        margin-left: 239px;
        margin-top: -99px
    }

    .s1212 {
        min-width: 243px;
        width: 243px;
        height: 42px
    }

    .ps1397 {
        margin-top: -236px
    }

    .s1213 {
        min-width: 458px;
        width: 458px;
        min-height: 3px
    }

    .ps1398 {
        margin-left: 32px;
        margin-top: 62px
    }

    .s1214 {
        min-width: 274px;
        width: 274px;
        min-height: 65px
    }

    .s1215 {
        min-width: 274px;
        width: 274px;
        height: 33px
    }

    .ps1400 {
        margin-top: 0
    }

    .s1216 {
        min-width: 274px;
        width: 274px;
        height: 32px
    }

    .ps1401 {
        margin-top: 1px
    }

    .s1217 {
        min-width: 274px;
        width: 274px;
        height: 33px
    }

    .f258 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201
    }

    .f258:visited {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201
    }

    .f258:hover {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201
    }

    .f258:active {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201
    }

    .s1218 {
        min-width: 275px;
        width: 275px;
        height: 30px
    }

    .ps1403 {
        margin-top: 2px
    }

    .s1219 {
        min-width: 275px;
        width: 275px;
        height: 31px
    }

    .s1220 {
        min-width: 275px;
        width: 275px;
        height: 33px
    }

    .s1221 {
        min-width: 275px;
        width: 275px;
        height: 32px
    }

    .s1222 {
        min-width: 274px;
        width: 274px;
        height: 31px
    }

    .ps1407 {
        margin-left: 766px;
        margin-top: -321px
    }

    .s1223 {
        min-width: 379px;
        width: 379px;
        min-height: 56px
    }

    .s1224 {
        min-width: 324px;
        width: 324px;
        height: 41px
    }

    .f259 {
        font-size: 24px;
        font-size: calc(24px * var(--f));
        line-height: 1.584
    }

    .ps1409 {
        margin-top: 12px
    }

    .s1225 {
        min-width: 379px;
        width: 379px;
        min-height: 3px
    }

    .ps1410 {
        margin-left: 486px;
        margin-top: 6px
    }

    .i106 {
        width: 112px;
        height: 72px
    }

    .i107 {
        width: 104px;
        height: 67px
    }

    .ps1413 {
        margin-top: 8px
    }

    .i108 {
        left: 15px;
        width: 59px;
        height: 59px
    }

    .ps1414 {
        margin-left: 86px
    }

    .s1226 {
        min-width: 1042px;
        width: 1042px;
        min-height: 5px
    }

    .ps1415 {
        margin-left: 91px;
        margin-top: 10px
    }

    .s1227 {
        min-width: 1043px;
        width: 1043px;
        height: 50px
    }

    .f260 {
        font-size: 15px;
        font-size: calc(15px * var(--f));
        line-height: 1.601
    }

    .ps1416 {
        margin-top: -553px
    }

    .s1228 {
        width: 1200px;
        height: 1351px
    }

    .ps1417 {
        margin-left: 120px
    }

    .s1229 {
        min-width: 960px;
        width: 960px;
        height: 40px
    }

    .f261 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.626
    }

    .ps1418 {
        margin-left: 8px;
        margin-top: 7px
    }

    .s1230 {
        min-width: 1192px;
        width: 1192px;
        min-height: 1141px
    }

    .s1231 {
        min-width: 1192px;
        width: 1192px;
        min-height: 1141px
    }

    .ps1420 {
        margin-left: 1040px;
        margin-top: 9px
    }

    .i109 {
        left: 5px;
        min-width: 33px;
        max-width: 33px;
        min-height: 33px;
        max-height: 33px
    }

    .ps1421 {
        margin-top: 16px
    }

    .s1232 {
        min-width: 1095px;
        height: 70px;
        width: 1095px
    }

    .f262 {
        font-size: 34px;
        font-size: calc(34px * var(--f));
        line-height: 1.207;
        padding-top: 15px;
        padding-bottom: 14px
    }

    .c330::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c330:hover:before {
        opacity: 1
    }

    .c330::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c330:hover:after {
        opacity: 0
    }

    .c330:active:before {
        opacity: 1
    }

    .c330:active:after {
        opacity: 1;
        transition: initial
    }

    .ps1422 {
        margin-top: 5px
    }

    .s1233 {
        min-width: 1095px;
        width: 1095px;
        min-height: 107px
    }

    .s1234 {
        min-width: 1095px;
        height: 70px;
        width: 1095px
    }

    .ps1423 {
        margin-top: -33px
    }

    .s1235 {
        min-width: 1095px;
        height: 70px;
        width: 1095px
    }

    .ps1424 {
        margin-top: -70px
    }

    .ps1425 {
        margin-top: -70px
    }

    .ps1426 {
        margin-top: -70px
    }

    .ps1427 {
        margin-left: 23px
    }

    .ps1428 {
        margin-left: 20px;
        margin-top: 11px
    }

    .ps1429 {
        margin-left: 20px;
        margin-top: 5px
    }

    .s1236 {
        min-width: 1095px;
        height: 73px;
        width: 1095px
    }

    .f263 {
        font-size: 34px;
        font-size: calc(34px * var(--f));
        line-height: 1.207;
        padding-top: 16px;
        padding-bottom: 16px
    }

    .ps1430 {
        margin-left: 100px;
        margin-top: -420px
    }

    .s1237 {
        min-width: 951px;
        width: 951px;
        min-height: 1061px
    }

    .ps1431 {
        margin-top: 30px
    }

    .s1238 {
        min-width: 951px;
        width: 951px;
        min-height: 156px
    }

    .ps1432 {
        margin-left: 10px
    }

    .s1239 {
        min-width: 940px;
        width: 940px;
        height: 40px
    }

    .f264 {
        font-size: 24px;
        font-size: calc(24px * var(--f));
        line-height: 1.293
    }

    .s1240 {
        min-width: 840px;
        width: 840px;
        height: 116px
    }

    .f265 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.319
    }

    .ps1434 {
        margin-left: 135px;
        margin-top: 110px
    }

    .s1241 {
        min-width: 891px;
        width: 891px;
        min-height: 56px
    }

    .s1242 {
        min-width: 66px;
        height: 56px;
        width: 60px
    }

    .f266 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.228;
        padding-top: 12px;
        padding-bottom: 11px
    }

    .ps1435 {
        margin-left: 9px
    }

    .ps1436 {
        margin-left: 9px
    }

    .s1243 {
        min-width: 1200px;
        min-height: 67px
    }

    .ps1437 {
        margin-top: 14px
    }

    .s1244 {
        width: 1200px;
        min-height: 39px
    }

    .ps1438 {
        margin-left: 853px
    }

    .s1245 {
        min-width: 159px;
        height: 39px;
        width: 159px
    }

    .f267 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.287;
        padding-top: 11px;
        padding-bottom: 10px
    }

    .ps1439 {
        margin-left: 15px
    }

    body {
        --d: 1;
        --s: 1200
    }
}

@media (min-width:960px) and (max-width:1199px) {
    .c321 {
        min-width: 960px;
        margin-top: -14px;
        min-height: 485px
    }

    .ps1344 {
        margin-top: 14px
    }

    .s1172 {
        min-width: 960px;
        height: 233px
    }

    .ps1346 {
        margin-top: 5px
    }

    .s1173 {
        width: 960px;
        min-height: 49px
    }

    .ps1347 {
        margin-left: 188px
    }

    .ps1348 {
        margin-top: 4px
    }

    .i101 {
        left: 0;
        min-width: 24px;
        max-width: 24px;
        min-height: 24px;
        max-height: 24px
    }

    .ps1349 {
        margin-left: 14px;
        margin-top: 4px
    }

    .s1174 {
        min-width: 146px;
        width: 146px;
        height: 25px
    }

    .f251 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.188
    }

    .ps1350 {
        margin-left: 36px;
        margin-top: 0
    }

    .i102 {
        left: 4px;
        min-width: 32px;
        max-width: 32px;
        min-height: 32px;
        max-height: 32px
    }

    .ps1351 {
        margin-left: 7px;
        margin-top: 4px
    }

    .s1175 {
        min-width: 228px;
        width: 228px;
        height: 25px
    }

    .ps1352 {
        margin-left: 224px;
        margin-top: 7px
    }

    .i103 {
        left: 1px;
        width: 42px;
        height: 42px
    }

    .ps1353 {
        margin-top: 22px
    }

    .s1176 {
        min-height: 157px
    }

    .ps1354 {
        margin-top: -234px
    }

    .s1177 {
        width: 960px;
        min-height: 208px
    }

    .s1178 {
        min-width: 951px;
        width: 951px;
        min-height: 208px
    }

    .ps1356 {
        margin-top: 78px
    }

    .i104 {
        width: 261px;
        height: 57px;
        top: 11px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        border-radius: 40px
    }

    .ps1357 {
        margin-left: 132px;
        margin-top: 15px
    }

    .s1180 {
        min-width: 22px
    }

    .ps1359 {
        margin-top: 45px
    }

    .s1181 {
        min-width: 22px;
        width: 22px;
        height: 14px
    }

    .f252 {
        font-size: 8px;
        font-size: calc(8px * var(--f));
        line-height: 1.376
    }

    .ps1361 {
        margin-top: 8px
    }

    .s1182 {
        min-width: 79px;
        width: 79px;
        height: 19px
    }

    .f253 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .ps1362 {
        margin-top: 1px
    }

    .s1183 {
        min-width: 205px;
        width: 205px;
        height: 19px
    }

    .ps1364 {
        margin-left: 80px;
        margin-top: -36px
    }

    .s1184 {
        min-width: 122px;
        width: 122px;
        height: 19px
    }

    .s1185 {
        min-width: 215px;
        width: 215px;
        height: 19px
    }

    .ps1367 {
        margin-left: 203px;
        margin-top: -36px
    }

    .s1186 {
        min-width: 159px;
        width: 159px;
        height: 19px
    }

    .s1187 {
        min-width: 200px;
        width: 200px;
        height: 19px
    }

    .ps1369 {
        margin-left: 363px;
        margin-top: -36px
    }

    .s1188 {
        min-width: 177px;
        width: 177px;
        height: 19px
    }

    .ps1371 {
        margin-top: 1px
    }

    .s1189 {
        min-width: 238px;
        width: 238px;
        height: 19px
    }

    .ps1372 {
        margin-left: 541px;
        margin-top: -36px
    }

    .s1190 {
        min-width: 91px;
        width: 91px;
        height: 19px
    }

    .ps1373 {
        margin-left: 633px;
        margin-top: -36px
    }

    .s1191 {
        min-width: 57px;
        width: 57px;
        height: 19px
    }

    .ps1374 {
        margin-left: 691px;
        margin-top: -36px
    }

    .ps1375 {
        margin-left: 604px;
        margin-top: -208px
    }

    .s1192 {
        min-width: 347px;
        width: 347px;
        min-height: 40px
    }

    .input83 {
        width: 347px;
        height: 40px;
        font-size: 14px;
        font-style: normal
    }

    .ps1376 {
        margin-left: 318px;
        margin-top: -34px
    }

    .s1193 {
        min-width: 24px;
        width: 24px;
        height: 29px
    }

    .ps1377 {
        margin-top: -238px
    }

    .s1194 {
        min-width: 960px;
        height: 525px
    }

    .ps1378 {
        margin-top: 35px
    }

    .s1195 {
        width: 960px;
        min-height: 490px
    }

    .ps1379 {
        margin-left: 38px
    }

    .s1196 {
        min-width: 900px;
        width: 900px;
        min-height: 490px
    }

    .i105 {
        left: 1px;
        width: 94px;
        height: 92px;
        -webkit-border-radius: 46px;
        -moz-border-radius: 46px;
        border-radius: 46px
    }

    .ps1381 {
        margin-left: 66px;
        margin-top: 22px
    }

    .s1197 {
        min-width: 184px;
        width: 184px;
        height: 35px
    }

    .f254 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.401
    }

    .ps1382 {
        margin-left: -184px;
        margin-top: 57px
    }

    .s1198 {
        min-width: 417px;
        width: 417px;
        min-height: 433px
    }

    .ps1383 {
        margin-left: 25px;
        margin-top: 199px
    }

    .s1199 {
        min-width: 84px;
        width: 84px;
        height: 26px
    }

    .f255 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f255:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f255:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f255:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .ps1384 {
        margin-top: 6px
    }

    .s1200 {
        min-width: 90px;
        width: 90px;
        height: 24px
    }

    .f256 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f256:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f256:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f256:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .ps1385 {
        margin-left: -89px;
        margin-top: 38px
    }

    .s1201 {
        min-width: 48px;
        width: 48px;
        height: 24px
    }

    .ps1386 {
        margin-left: 1px;
        margin-top: 9px
    }

    .s1202 {
        min-width: 121px;
        width: 121px;
        height: 27px
    }

    .ps1387 {
        margin-left: 1px;
        margin-top: 10px
    }

    .s1203 {
        min-width: 145px;
        width: 145px;
        height: 26px
    }

    .s1204 {
        min-width: 98px;
        width: 98px;
        height: 27px
    }

    .ps1389 {
        margin-top: 13px
    }

    .s1205 {
        min-width: 168px;
        width: 168px;
        height: 26px
    }

    .ps1390 {
        margin-left: 47px;
        margin-top: 14px
    }

    .s1206 {
        min-width: 151px;
        width: 151px;
        min-height: 194px
    }

    .s1207 {
        min-width: 151px;
        width: 151px;
        height: 24px
    }

    .ps1392 {
        margin-left: 1px;
        margin-top: 9px
    }

    .s1208 {
        min-width: 115px;
        width: 115px;
        height: 24px
    }

    .ps1393 {
        margin-top: 7px
    }

    .s1209 {
        min-width: 58px;
        width: 58px;
        height: 24px
    }

    .ps1394 {
        margin-top: 9px
    }

    .s1210 {
        min-width: 151px;
        width: 151px;
        height: 25px
    }

    .ps1395 {
        margin-top: 45px
    }

    .s1211 {
        min-width: 103px;
        width: 103px;
        height: 27px
    }

    .f257 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f257:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f257:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f257:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .ps1396 {
        margin-left: 215px;
        margin-top: -88px
    }

    .s1212 {
        min-width: 177px;
        width: 177px;
        height: 27px
    }

    .ps1397 {
        margin-top: -433px
    }

    .s1213 {
        min-width: 281px;
        width: 281px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1398 {
        margin-left: 20px;
        margin-top: 242px
    }

    .ps1399 {
        margin-left: 0
    }

    .s1214 {
        min-width: 219px;
        width: 219px;
        min-height: 60px
    }

    .s1215 {
        min-width: 218px;
        width: 218px;
        height: 26px
    }

    .ps1400 {
        margin-top: 8px
    }

    .s1216 {
        min-width: 219px;
        width: 219px;
        height: 26px
    }

    .ps1401 {
        margin-left: 0;
        margin-top: 5px
    }

    .s1217 {
        min-width: 233px;
        width: 233px;
        height: 26px
    }

    .f258 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f258:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f258:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f258:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .ps1402 {
        margin-top: 5px
    }

    .s1218 {
        min-width: 130px;
        width: 130px;
        height: 24px
    }

    .ps1403 {
        margin-left: 1px;
        margin-top: 5px
    }

    .s1219 {
        min-width: 110px;
        width: 110px;
        height: 25px
    }

    .ps1404 {
        margin-top: 7px
    }

    .s1220 {
        min-width: 180px;
        width: 180px;
        height: 26px
    }

    .ps1405 {
        margin-top: 6px
    }

    .s1221 {
        min-width: 69px;
        width: 69px;
        height: 26px
    }

    .ps1406 {
        margin-left: 0;
        margin-top: 8px
    }

    .s1222 {
        min-width: 222px;
        width: 222px;
        height: 25px
    }

    .ps1407 {
        margin-left: 583px;
        margin-top: -468px
    }

    .s1223 {
        min-width: 317px;
        width: 317px;
        min-height: 35px
    }

    .ps1408 {
        margin-left: 1px
    }

    .s1224 {
        min-width: 233px;
        width: 233px;
        height: 32px
    }

    .f259 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.612
    }

    .ps1409 {
        margin-top: 2px
    }

    .s1225 {
        min-width: 317px;
        width: 317px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1410 {
        margin-left: 413px;
        margin-top: -185px
    }

    .ps1411 {
        margin-top: 2px
    }

    .i106 {
        width: 53px;
        height: 65px
    }

    .ps1412 {
        margin-left: 4px
    }

    .i107 {
        width: 53px;
        height: 67px
    }

    .ps1413 {
        margin-left: 7px;
        margin-top: 13px
    }

    .i108 {
        left: 0;
        width: 38px;
        height: 38px;
        top: 2px
    }

    .ps1414 {
        margin-left: 72px;
        margin-top: -118px
    }

    .s1226 {
        min-width: 834px;
        width: 834px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1415 {
        margin-left: 221px;
        margin-top: -71px
    }

    .s1227 {
        min-width: 589px;
        width: 589px;
        height: 53px
    }

    .f260 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.616
    }

    .ps1416 {
        margin-top: -566px
    }

    .s1228 {
        width: 960px;
        height: 1200px
    }

    .ps1417 {
        margin-left: 96px
    }

    .s1229 {
        min-width: 768px;
        width: 768px;
        height: 32px
    }

    .f261 {
        font-size: 12px;
        font-size: calc(12px * var(--f));
        line-height: 1.584
    }

    .ps1418 {
        margin-left: 0;
        margin-top: 27px
    }

    .s1230 {
        min-width: 882px;
        width: 882px;
        min-height: 1010px
    }

    .s1231 {
        min-width: 882px;
        width: 882px;
        min-height: 1010px
    }

    .ps1419 {
        margin-top: 20px
    }

    .ps1420 {
        margin-left: 860px;
        margin-top: 16px
    }

    .i109 {
        left: 0;
        min-width: 16px;
        max-width: 16px;
        min-height: 16px;
        max-height: 16px
    }

    .ps1421 {
        margin-top: -8px
    }

    .s1232 {
        min-width: 882px;
        height: 56px;
        width: 882px
    }

    .f262 {
        font-size: 27px;
        font-size: calc(27px * var(--f));
        line-height: 1.223;
        padding-top: 12px;
        padding-bottom: 11px
    }

    .c330::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c330:hover:before {
        opacity: 1
    }

    .c330::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c330:hover:after {
        opacity: 0
    }

    .c330:active:before {
        opacity: 1
    }

    .c330:active:after {
        opacity: 1;
        transition: initial
    }

    .ps1422 {
        margin-top: -56px
    }

    .s1233 {
        min-width: 882px;
        width: 882px;
        min-height: 56px
    }

    .s1234 {
        min-width: 882px;
        height: 56px;
        width: 882px
    }

    .ps1423 {
        margin-top: -56px
    }

    .s1235 {
        min-width: 882px;
        height: 56px;
        width: 882px
    }

    .ps1424 {
        margin-top: -56px
    }

    .ps1425 {
        margin-top: -56px
    }

    .ps1426 {
        margin-top: -56px
    }

    .ps1427 {
        margin-left: 0;
        margin-top: -56px
    }

    .ps1428 {
        margin-left: 0;
        margin-top: -56px
    }

    .ps1429 {
        margin-left: 0;
        margin-top: -59px
    }

    .s1236 {
        min-width: 882px;
        height: 59px;
        width: 882px
    }

    .f263 {
        font-size: 27px;
        font-size: calc(27px * var(--f));
        line-height: 1.223;
        padding-top: 13px;
        padding-bottom: 13px
    }

    .ps1430 {
        margin-left: 91px;
        margin-top: -100px
    }

    .s1237 {
        min-width: 768px;
        width: 768px;
        min-height: 1000px
    }

    .ps1431 {
        margin-top: 8px
    }

    .s1238 {
        min-width: 768px;
        width: 768px;
        min-height: 80px
    }

    .ps1432 {
        margin-left: 8px
    }

    .s1239 {
        min-width: 752px;
        width: 752px;
        height: 32px
    }

    .f264 {
        font-size: 12px;
        font-size: calc(12px * var(--f));
        line-height: 1.334
    }

    .s1240 {
        min-width: 735px;
        width: 735px;
        height: 48px
    }

    .f265 {
        font-size: 12px;
        font-size: calc(12px * var(--f));
        line-height: 1.334
    }

    .ps1434 {
        margin-left: 123px;
        margin-top: 88px
    }

    .s1241 {
        min-width: 714px;
        width: 714px;
        min-height: 46px
    }

    .s1242 {
        min-width: 54px;
        height: 46px;
        width: 48px
    }

    .f266 {
        font-size: 9px;
        font-size: calc(9px * var(--f));
        line-height: 1.223;
        padding-top: 15px;
        padding-bottom: 14px
    }

    .ps1435 {
        margin-left: 6px
    }

    .ps1436 {
        margin-left: 6px
    }

    .s1243 {
        min-width: 960px;
        min-height: 54px
    }

    .ps1437 {
        margin-top: 11px
    }

    .s1244 {
        width: 960px;
        min-height: 31px
    }

    .ps1438 {
        margin-left: 683px
    }

    .s1245 {
        min-width: 128px;
        height: 31px;
        width: 128px
    }

    .f267 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.274;
        padding-top: 9px;
        padding-bottom: 8px
    }

    .ps1439 {
        margin-left: 10px
    }

    body {
        --d: 2;
        --s: 960
    }
}

@media (min-width:768px) and (max-width:959px) {
    .c321 {
        min-width: 768px;
        min-height: 385px
    }

    .s1172 {
        min-width: 768px;
        height: 187px
    }

    .ps1346 {
        margin-top: 9px
    }

    .s1173 {
        width: 768px;
        min-height: 40px
    }

    .ps1347 {
        margin-left: 148px
    }

    .ps1348 {
        margin-top: 5px
    }

    .i101 {
        left: 0;
        min-width: 19px;
        max-width: 19px;
        min-height: 19px;
        max-height: 19px
    }

    .ps1349 {
        margin-left: 14px;
        margin-top: 5px
    }

    .s1174 {
        min-width: 160px;
        width: 160px;
        height: 20px
    }

    .f251 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.188
    }

    .ps1350 {
        margin-left: 25px;
        margin-top: 0
    }

    .i102 {
        left: 3px;
        min-width: 26px;
        max-width: 26px;
        min-height: 26px;
        max-height: 26px
    }

    .ps1351 {
        margin-left: 12px;
        margin-top: 4px
    }

    .s1175 {
        min-width: 225px;
        width: 225px;
        height: 23px
    }

    .ps1352 {
        margin-left: 70px;
        margin-top: 3px
    }

    .i103 {
        left: 1px;
        width: 37px;
        height: 37px
    }

    .ps1353 {
        margin-top: 12px
    }

    .s1176 {
        min-height: 126px
    }

    .ps1354 {
        margin-top: -115px
    }

    .s1177 {
        width: 768px;
        min-height: 97px
    }

    .ps1355 {
        margin-left: 11px
    }

    .s1178 {
        min-width: 729px;
        width: 729px;
        min-height: 97px
    }

    .ps1356 {
        margin-top: 0
    }

    .i104 {
        width: 83px;
        height: 18px;
        top: 29px;
        -webkit-border-radius: 38px;
        -moz-border-radius: 38px;
        border-radius: 38px
    }

    .ps1357 {
        margin-left: 9px;
        margin-top: 68px
    }

    .s1180 {
        min-width: 17px
    }

    .ps1359 {
        margin-top: 37px
    }

    .s1181 {
        min-width: 17px;
        width: 17px;
        height: 10px
    }

    .f252 {
        font-size: 6px;
        font-size: calc(6px * var(--f));
        line-height: 1.334
    }

    .ps1361 {
        margin-top: 7px
    }

    .s1182 {
        min-width: 65px;
        width: 65px;
        height: 15px
    }

    .f253 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.183
    }

    .ps1362 {
        margin-top: 1px
    }

    .s1183 {
        min-width: 164px;
        width: 164px;
        height: 15px
    }

    .ps1364 {
        margin-left: 65px;
        margin-top: -29px
    }

    .s1184 {
        min-width: 98px;
        width: 98px;
        height: 15px
    }

    .s1185 {
        min-width: 172px;
        width: 172px;
        height: 15px
    }

    .ps1367 {
        margin-left: 163px;
        margin-top: -29px
    }

    .s1186 {
        min-width: 128px;
        width: 128px;
        height: 15px
    }

    .s1187 {
        min-width: 160px;
        width: 160px;
        height: 15px
    }

    .ps1369 {
        margin-left: 291px;
        margin-top: -29px
    }

    .s1188 {
        min-width: 142px;
        width: 142px;
        height: 15px
    }

    .ps1371 {
        margin-top: 1px
    }

    .s1189 {
        min-width: 190px;
        width: 190px;
        height: 15px
    }

    .ps1372 {
        margin-left: 433px;
        margin-top: -29px
    }

    .s1190 {
        min-width: 74px;
        width: 74px;
        height: 15px
    }

    .ps1373 {
        margin-left: 507px;
        margin-top: -29px
    }

    .s1191 {
        min-width: 47px;
        width: 47px;
        height: 15px
    }

    .ps1374 {
        margin-left: 554px;
        margin-top: -29px
    }

    .ps1375 {
        margin-left: 441px;
        margin-top: -32px
    }

    .s1192 {
        min-width: 288px;
        width: 288px;
        min-height: 31px
    }

    .input83 {
        width: 288px;
        height: 31px;
        font-family: "Lato 3";
        font-size: 12px;
        line-height: 1.251;
        font-weight: 700;
        font-style: normal
    }

    .ps1376 {
        margin-left: 260px;
        margin-top: -31px
    }

    .s1193 {
        min-width: 26px;
        width: 26px;
        height: 29px
    }

    .ps1377 {
        margin-top: -198px
    }

    .s1194 {
        min-width: 768px;
        height: 457px
    }

    .ps1378 {
        margin-top: 0
    }

    .s1195 {
        width: 768px;
        min-height: 434px
    }

    .ps1379 {
        margin-left: 22px
    }

    .s1196 {
        min-width: 729px;
        width: 729px;
        min-height: 179px
    }

    .ps1380 {
        margin-top: 30px
    }

    .i105 {
        left: 0;
        width: 100px;
        height: 98px;
        top: 4px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px
    }

    .ps1381 {
        margin-left: 38px;
        margin-top: 18px
    }

    .s1197 {
        min-width: 147px;
        width: 147px;
        height: 28px
    }

    .f254 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.376
    }

    .ps1382 {
        margin-left: -156px;
        margin-top: 0
    }

    .s1198 {
        min-width: 296px;
        width: 296px;
        min-height: 155px
    }

    .s1199 {
        min-width: 67px;
        width: 67px;
        height: 21px
    }

    .f255 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f255:visited {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f255:hover {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f255:active {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .ps1384 {
        margin-top: 2px
    }

    .s1200 {
        min-width: 72px;
        width: 72px;
        height: 19px
    }

    .f256 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.072
    }

    .f256:visited {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.072
    }

    .f256:hover {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.072
    }

    .f256:active {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.072
    }

    .ps1385 {
        margin-left: -72px;
        margin-top: 23px
    }

    .s1201 {
        min-width: 38px;
        width: 38px;
        height: 19px
    }

    .ps1386 {
        margin-top: 2px
    }

    .s1202 {
        min-width: 97px;
        width: 97px;
        height: 22px
    }

    .ps1387 {
        margin-top: 2px
    }

    .s1203 {
        min-width: 116px;
        width: 116px;
        height: 21px
    }

    .ps1388 {
        margin-top: 2px
    }

    .s1204 {
        min-width: 78px;
        width: 78px;
        height: 22px
    }

    .ps1389 {
        margin-top: 0
    }

    .s1205 {
        min-width: 126px;
        width: 126px;
        height: 21px
    }

    .ps1390 {
        margin-left: 28px;
        margin-top: 0
    }

    .s1206 {
        min-width: 121px;
        width: 121px;
        min-height: 133px
    }

    .s1207 {
        min-width: 121px;
        width: 121px;
        height: 19px
    }

    .ps1392 {
        margin-top: 3px
    }

    .s1208 {
        min-width: 92px;
        width: 92px;
        height: 19px
    }

    .ps1393 {
        margin-top: 2px
    }

    .s1209 {
        min-width: 46px;
        width: 46px;
        height: 19px
    }

    .ps1394 {
        margin-top: 2px
    }

    .s1210 {
        min-width: 121px;
        width: 121px;
        height: 20px
    }

    .ps1395 {
        margin-top: 27px
    }

    .s1211 {
        min-width: 82px;
        width: 82px;
        height: 22px
    }

    .f257 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f257:visited {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f257:hover {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f257:active {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .ps1396 {
        margin-left: 154px;
        margin-top: -68px
    }

    .s1212 {
        min-width: 142px;
        width: 142px;
        height: 22px
    }

    .ps1397 {
        margin-left: 9px;
        margin-top: -109px
    }

    .s1213 {
        min-width: 225px;
        width: 225px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1398 {
        margin-left: 57px;
        margin-top: 0
    }

    .ps1399 {
        margin-left: 0
    }

    .s1214 {
        min-width: 175px;
        width: 175px;
        min-height: 44px
    }

    .s1215 {
        min-width: 174px;
        width: 174px;
        height: 21px
    }

    .ps1400 {
        margin-top: 2px
    }

    .s1216 {
        min-width: 175px;
        width: 175px;
        height: 21px
    }

    .s1217 {
        min-width: 186px;
        width: 186px;
        height: 21px
    }

    .f258 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .f258:visited {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .f258:hover {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .f258:active {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .ps1402 {
        margin-top: 2px
    }

    .s1218 {
        min-width: 104px;
        width: 104px;
        height: 19px
    }

    .ps1403 {
        margin-top: 2px
    }

    .s1219 {
        min-width: 88px;
        width: 88px;
        height: 20px
    }

    .ps1404 {
        margin-top: 2px
    }

    .s1220 {
        min-width: 144px;
        width: 144px;
        height: 21px
    }

    .ps1405 {
        margin-top: 3px
    }

    .s1221 {
        min-width: 55px;
        width: 55px;
        height: 21px
    }

    .ps1406 {
        margin-left: 0;
        margin-top: 2px
    }

    .s1222 {
        min-width: 178px;
        width: 178px;
        height: 20px
    }

    .ps1407 {
        margin-left: 475px;
        margin-top: -167px
    }

    .s1223 {
        min-width: 254px;
        width: 254px;
        min-height: 34px
    }

    .ps1408 {
        margin-left: 1px
    }

    .s1224 {
        min-width: 219px;
        width: 219px;
        height: 32px
    }

    .f259 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.626
    }

    .ps1409 {
        margin-top: 1px
    }

    .s1225 {
        min-width: 254px;
        width: 254px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1410 {
        margin-left: 287px;
        margin-top: 112px
    }

    .ps1411 {
        margin-top: 5px
    }

    .i106 {
        width: 65px;
        height: 65px
    }

    .ps1412 {
        margin-left: -12px
    }

    .i107 {
        width: 67px;
        height: 70px
    }

    .ps1413 {
        margin-left: 0;
        margin-top: 15px
    }

    .i108 {
        left: 3px;
        width: 41px;
        height: 41px
    }

    .ps1414 {
        margin-left: 84px
    }

    .s1226 {
        min-width: 667px;
        width: 667px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1415 {
        margin-left: 131px;
        margin-top: 21px
    }

    .s1227 {
        min-width: 551px;
        width: 551px;
        height: 51px
    }

    .f260 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.616
    }

    .ps1416 {
        margin-top: -490px
    }

    .s1228 {
        width: 768px;
        height: 960px
    }

    .ps1417 {
        margin-left: 77px
    }

    .s1229 {
        min-width: 614px;
        width: 614px;
        height: 26px
    }

    .f261 {
        font-size: 9px;
        font-size: calc(9px * var(--f));
        line-height: 1.557
    }

    .ps1418 {
        margin-left: 38px;
        margin-top: 5px
    }

    .s1230 {
        min-width: 706px;
        width: 706px;
        min-height: 825px
    }

    .s1231 {
        min-width: 706px;
        width: 706px;
        min-height: 825px
    }

    .ps1420 {
        margin-left: 675px;
        margin-top: 7px
    }

    .i109 {
        left: 0;
        min-width: 23px;
        max-width: 23px;
        min-height: 23px;
        max-height: 23px
    }

    .ps1421 {
        margin-top: 31px
    }

    .s1232 {
        min-width: 706px;
        height: 45px;
        width: 706px
    }

    .f262 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.228;
        padding-top: 9px;
        padding-bottom: 9px
    }

    .c330::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c330:hover:before {
        opacity: 1
    }

    .c330::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c330:hover:after {
        opacity: 0
    }

    .c330:active:before {
        opacity: 1
    }

    .c330:active:after {
        opacity: 1;
        transition: initial
    }

    .ps1422 {
        margin-top: 3px
    }

    .s1233 {
        min-width: 706px;
        width: 706px;
        min-height: 233px
    }

    .s1234 {
        min-width: 706px;
        height: 45px;
        width: 706px
    }

    .ps1423 {
        margin-top: 2px
    }

    .s1235 {
        min-width: 706px;
        height: 45px;
        width: 706px
    }

    .ps1424 {
        margin-top: 2px
    }

    .ps1425 {
        margin-top: 2px
    }

    .ps1426 {
        margin-top: 2px
    }

    .ps1427 {
        margin-left: 0;
        margin-top: 2px
    }

    .ps1428 {
        margin-left: 0;
        margin-top: 2px
    }

    .ps1429 {
        margin-left: 0;
        margin-top: 3px
    }

    .s1236 {
        min-width: 706px;
        height: 47px;
        width: 706px
    }

    .f263 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.228;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .ps1430 {
        margin-left: 34px;
        margin-top: -472px
    }

    .s1237 {
        min-width: 614px;
        width: 614px;
        min-height: 800px
    }

    .ps1431 {
        margin-top: 6px
    }

    .s1238 {
        min-width: 614px;
        width: 614px;
        min-height: 62px
    }

    .ps1432 {
        margin-left: 6px
    }

    .s1239 {
        min-width: 602px;
        width: 602px;
        height: 26px
    }

    .f264 {
        font-size: 9px;
        font-size: calc(9px * var(--f));
        line-height: 1.334
    }

    .s1240 {
        min-width: 584px;
        width: 584px;
        height: 36px
    }

    .f265 {
        font-size: 9px;
        font-size: calc(9px * var(--f));
        line-height: 1.334
    }

    .ps1434 {
        margin-left: 98px;
        margin-top: 69px
    }

    .s1241 {
        min-width: 572px;
        width: 572px;
        min-height: 38px
    }

    .s1242 {
        min-width: 44px;
        height: 38px;
        width: 38px
    }

    .f266 {
        font-size: 7px;
        font-size: calc(7px * var(--f));
        line-height: 1.144;
        padding-top: 12px;
        padding-bottom: 12px
    }

    .ps1435 {
        margin-left: 4px
    }

    .ps1436 {
        margin-left: 4px
    }

    .s1243 {
        min-width: 768px;
        min-height: 43px
    }

    .ps1437 {
        margin-top: 9px
    }

    .s1244 {
        width: 768px;
        min-height: 25px
    }

    .ps1438 {
        margin-left: 546px
    }

    .s1245 {
        min-width: 102px;
        height: 25px;
        width: 102px
    }

    .f267 {
        font-size: 9px;
        font-size: calc(9px * var(--f));
        line-height: 1.334;
        padding-top: 7px;
        padding-bottom: 6px
    }

    .ps1439 {
        margin-left: 9px
    }

    body {
        --d: 3;
        --s: 768
    }
}

@media (min-width:480px) and (max-width:767px) {
    .c321 {
        min-width: 480px;
        min-height: 1306px
    }

    .s1172 {
        min-width: 480px;
        height: 265px
    }

    .ps1346 {
        margin-top: 1px
    }

    .s1173 {
        width: 480px;
        min-height: 69px
    }

    .ps1347 {
        margin-left: 4px
    }

    .ps1348 {
        margin-left: 3px;
        margin-top: 4px
    }

    .i101 {
        left: 0;
        min-width: 27px;
        max-width: 27px;
        min-height: 27px;
        max-height: 27px;
        top: 1px;
        -ms-transform: rotate(79deg) scale(-1, 1);
        -moz-transform: rotate(79deg) scale(-1, 1);
        -webkit-transform: rotate(79deg) scale(-1, 1);
        transform: rotate(79deg) scale(-1, 1)
    }

    .ps1349 {
        margin-left: 16px;
        margin-top: 0
    }

    .s1174 {
        min-width: 192px;
        width: 192px;
        height: 48px
    }

    .f251 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.626
    }

    .ps1350 {
        margin-left: -238px;
        margin-top: 36px
    }

    .i102 {
        left: 0;
        min-width: 32px;
        max-width: 32px;
        min-height: 32px;
        max-height: 32px
    }

    .ps1351 {
        margin-left: 20px;
        margin-top: 36px
    }

    .s1175 {
        min-width: 220px;
        width: 220px;
        height: 33px
    }

    .ps1352 {
        margin-left: 133px;
        margin-top: 30px
    }

    .i103 {
        width: 37px;
        height: 37px;
        top: 1px
    }

    .ps1353 {
        margin-top: 33px
    }

    .s1176 {
        min-height: 162px
    }

    .ps1354 {
        margin-top: -154px
    }

    .s1177 {
        width: 480px;
        min-height: 154px
    }

    .ps1355 {
        margin-left: 10px
    }

    .s1178 {
        min-width: 471px;
        width: 471px;
        min-height: 154px
    }

    .ps1356 {
        margin-top: 0
    }

    .i104 {
        width: 113px;
        height: 25px;
        top: 50px;
        -webkit-border-radius: 57px;
        -moz-border-radius: 57px;
        border-radius: 57px
    }

    .ps1357 {
        margin-left: 300px;
        margin-top: 101px
    }

    .s1179 {
        min-width: 47px;
        width: 47px;
        min-height: 53px;
        height: 53px
    }

    .s1180 {
        min-width: 47px;
        width: 47px;
        height: 53px
    }

    .mcv19 {
        display: inline-block
    }

    .v78 {
        display: inline-block;
        vertical-align: top
    }

    .c324 {
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: contain;
        background-image: url(../images/6/hamburger-gray-94.png)
    }

    .webp .c324 {
        background-image: url(../images/t/hamburger-gray-94.webp)
    }

    .ps1359 {
        margin-top: 23px
    }

    .s1181 {
        min-width: 47px;
        width: 47px;
        height: 7px
    }

    .f252 {
        font-size: 4px;
        font-size: calc(4px * var(--f));
        line-height: 1.251
    }

    .v79 {
        display: none
    }

    .ps1360 {
        margin-left: -233px
    }

    .ps1361 {
        margin-top: 1px
    }

    .s1182 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .f253 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .s1183 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps1364 {
        margin-left: 0;
        margin-top: 0
    }

    .s1184 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps1365 {
        margin-left: -2px
    }

    .s1185 {
        min-width: 282px;
        width: 282px;
        height: 24px
    }

    .ps1367 {
        margin-left: 0;
        margin-top: 0
    }

    .s1186 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps1368 {
        margin-left: 23px
    }

    .s1187 {
        min-width: 257px;
        width: 257px;
        height: 24px
    }

    .ps1369 {
        margin-left: 0;
        margin-top: 0
    }

    .s1188 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps1370 {
        margin-left: -32px
    }

    .ps1371 {
        margin-top: 2px
    }

    .s1189 {
        min-width: 312px;
        width: 312px;
        height: 24px
    }

    .ps1372 {
        margin-left: 0;
        margin-top: 0
    }

    .s1190 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps1373 {
        margin-left: 0;
        margin-top: 0
    }

    .s1191 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps1374 {
        margin-left: 0;
        margin-top: 0
    }

    .ps1375 {
        margin-left: 176px;
        margin-top: -74px
    }

    .s1192 {
        min-width: 295px;
        width: 295px;
        min-height: 42px
    }

    .input83 {
        width: 295px;
        height: 42px;
        font-family: "Lato 2";
        font-size: 14px;
        line-height: 1.215;
        font-style: normal
    }

    .ps1376 {
        margin-left: 259px;
        margin-top: -41px
    }

    .s1193 {
        min-width: 35px;
        width: 35px;
        height: 40px
    }

    .ps1377 {
        margin-top: -1041px
    }

    .s1194 {
        min-width: 480px;
        height: 958px
    }

    .ps1378 {
        margin-top: 0
    }

    .s1195 {
        width: 480px;
        min-height: 939px
    }

    .ps1379 {
        margin-left: 0
    }

    .s1196 {
        min-width: 480px;
        width: 480px;
        min-height: 450px
    }

    .ps1380 {
        margin-left: 18px;
        margin-top: 28px
    }

    .i105 {
        left: 7px;
        width: 107px;
        height: 105px;
        -webkit-border-radius: 53px;
        -moz-border-radius: 53px;
        border-radius: 53px
    }

    .ps1381 {
        margin-left: -107px;
        margin-top: 195px
    }

    .s1197 {
        min-width: 213px;
        width: 213px;
        height: 50px
    }

    .f254 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.401
    }

    .ps1382 {
        margin-left: 0;
        margin-top: -245px
    }

    .s1198 {
        min-width: 448px;
        width: 448px;
        min-height: 313px
    }

    .s1199 {
        min-width: 49px;
        width: 49px;
        height: 14px
    }

    .f255 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f255:visited {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f255:hover {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f255:active {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .ps1384 {
        margin-left: -49px;
        margin-top: 27px
    }

    .s1200 {
        min-width: 65px;
        width: 65px;
        height: 12px
    }

    .f256 {
        font-size: 11px;
        font-size: calc(11px * var(--f))
    }

    .f256:visited {
        font-size: 11px;
        font-size: calc(11px * var(--f))
    }

    .f256:hover {
        font-size: 11px;
        font-size: calc(11px * var(--f))
    }

    .f256:active {
        font-size: 11px;
        font-size: calc(11px * var(--f))
    }

    .ps1385 {
        margin-left: 61px;
        margin-top: 0
    }

    .s1201 {
        min-width: 41px;
        width: 41px;
        height: 12px
    }

    .ps1386 {
        margin-left: -166px;
        margin-top: 51px
    }

    .s1202 {
        min-width: 80px;
        width: 80px;
        height: 14px
    }

    .ps1387 {
        margin-left: 83px;
        margin-top: 204px
    }

    .s1203 {
        min-width: 118px;
        width: 118px;
        height: 14px
    }

    .ps1388 {
        margin-left: 1px;
        margin-top: -141px
    }

    .s1204 {
        min-width: 72px;
        width: 72px;
        height: 14px
    }

    .ps1389 {
        margin-left: -72px;
        margin-top: -113px
    }

    .s1205 {
        min-width: 106px;
        width: 106px;
        height: 14px
    }

    .ps1390 {
        margin-left: 0;
        margin-top: -191px
    }

    .s1206 {
        min-width: 387px;
        width: 387px;
        min-height: 190px
    }

    .ps1391 {
        margin-left: 238px
    }

    .s1207 {
        min-width: 149px;
        width: 149px;
        height: 12px
    }

    .ps1392 {
        margin-left: 126px;
        margin-top: 14px
    }

    .s1208 {
        min-width: 82px;
        width: 82px;
        height: 12px
    }

    .ps1393 {
        margin-left: -82px;
        margin-top: -12px
    }

    .s1209 {
        min-width: 43px;
        width: 43px;
        height: 12px
    }

    .ps1394 {
        margin-left: -169px;
        margin-top: 166px
    }

    .s1210 {
        min-width: 107px;
        width: 107px;
        height: 12px
    }

    .ps1395 {
        margin-left: 21px;
        margin-top: 38px
    }

    .s1211 {
        min-width: 73px;
        width: 73px;
        height: 14px
    }

    .f257 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f257:visited {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f257:hover {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f257:active {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .ps1396 {
        margin-left: 0;
        margin-top: 81px
    }

    .s1212 {
        min-width: 118px;
        width: 118px;
        height: 14px
    }

    .ps1397 {
        margin-left: 34px;
        margin-top: -83px
    }

    .s1213 {
        min-width: 414px;
        width: 414px;
        min-height: 3px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1398 {
        margin-left: 93px;
        margin-top: -313px
    }

    .ps1399 {
        margin-left: 237px
    }

    .s1214 {
        min-width: 150px;
        width: 150px;
        min-height: 66px
    }

    .s1215 {
        min-width: 150px;
        width: 150px;
        height: 14px
    }

    .ps1400 {
        margin-top: 38px
    }

    .s1216 {
        min-width: 150px;
        width: 150px;
        height: 14px
    }

    .ps1401 {
        margin-left: 237px;
        margin-top: 18px
    }

    .s1217 {
        min-width: 150px;
        width: 150px;
        height: 14px
    }

    .f258 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.183
    }

    .f258:visited {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.183
    }

    .f258:hover {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.183
    }

    .f258:active {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.183
    }

    .ps1402 {
        margin-top: 129px
    }

    .s1218 {
        min-width: 82px;
        width: 82px;
        height: 15px
    }

    .ps1403 {
        margin-left: -82px;
        margin-top: 155px
    }

    .s1219 {
        min-width: 74px;
        width: 74px;
        height: 12px
    }

    .ps1404 {
        margin-left: -73px;
        margin-top: 178px
    }

    .s1220 {
        min-width: 119px;
        width: 119px;
        height: 14px
    }

    .ps1405 {
        margin-left: 44px;
        margin-top: 130px
    }

    .s1221 {
        min-width: 45px;
        width: 45px;
        height: 14px
    }

    .ps1406 {
        margin-left: -42px;
        margin-top: 155px
    }

    .s1222 {
        min-width: 169px;
        width: 169px;
        height: 12px
    }

    .ps1407 {
        margin-left: 26px;
        margin-top: 103px
    }

    .s1223 {
        min-width: 437px;
        width: 437px;
        min-height: 34px
    }

    .ps1408 {
        margin-left: 4px
    }

    .s1224 {
        min-width: 243px;
        width: 243px;
        height: 32px
    }

    .f259 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.612
    }

    .ps1409 {
        margin-top: 0
    }

    .s1225 {
        min-width: 437px;
        width: 437px;
        min-height: 2px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1410 {
        margin-left: 156px;
        margin-top: 312px
    }

    .ps1411 {
        margin-top: 3px
    }

    .i106 {
        width: 62px;
        height: 76px
    }

    .ps1412 {
        margin-left: -4px
    }

    .i107 {
        width: 61px;
        height: 82px
    }

    .ps1413 {
        margin-top: 12px
    }

    .i108 {
        left: 0;
        width: 46px;
        height: 46px;
        top: 3px
    }

    .ps1414 {
        margin-left: 42px;
        margin-top: -14px
    }

    .s1226 {
        min-width: 417px;
        width: 417px;
        min-height: 2px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1415 {
        margin-left: 40px;
        margin-top: 2px
    }

    .s1227 {
        min-width: 431px;
        width: 431px;
        height: 93px
    }

    .f260 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.616
    }

    .ps1416 {
        margin-top: -1127px
    }

    .s1228 {
        width: 480px;
        height: 810px
    }

    .ps1417 {
        margin-left: 48px
    }

    .s1229 {
        min-width: 384px;
        width: 384px;
        height: 17px
    }

    .f261 {
        font-size: 6px;
        font-size: calc(6px * var(--f));
        line-height: 1.501
    }

    .ps1418 {
        margin-left: 11px;
        margin-top: 10px
    }

    .s1230 {
        min-width: 450px;
        width: 450px;
        min-height: 783px
    }

    .s1231 {
        min-width: 450px;
        width: 450px;
        min-height: 782px
    }

    .ps1419 {
        margin-top: 310px
    }

    .ps1420 {
        margin-left: 405px
    }

    .i109 {
        left: 0;
        min-width: 32px;
        max-width: 32px;
        min-height: 32px;
        max-height: 32px
    }

    .ps1421 {
        margin-top: 23px
    }

    .s1232 {
        min-width: 450px;
        height: 42px;
        width: 450px
    }

    .f262 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.251;
        padding-top: 9px;
        padding-bottom: 8px
    }

    .c330::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c330:hover:before {
        opacity: 1
    }

    .c330::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c330:hover:after {
        opacity: 0
    }

    .c330:active:before {
        opacity: 1
    }

    .c330:active:after {
        opacity: 1;
        transition: initial
    }

    .ps1422 {
        margin-top: 4px
    }

    .s1233 {
        min-width: 450px;
        width: 450px;
        min-height: 222px
    }

    .s1234 {
        min-width: 450px;
        height: 42px;
        width: 450px
    }

    .ps1423 {
        margin-top: 3px
    }

    .s1235 {
        min-width: 450px;
        height: 42px;
        width: 450px
    }

    .ps1424 {
        margin-top: 3px
    }

    .ps1425 {
        margin-top: 3px
    }

    .ps1426 {
        margin-top: 3px
    }

    .ps1427 {
        margin-left: 0;
        margin-top: 2px
    }

    .ps1428 {
        margin-left: 0;
        margin-top: 3px
    }

    .ps1429 {
        margin-left: 0;
        margin-top: 2px
    }

    .s1236 {
        min-width: 450px;
        height: 42px;
        width: 450px
    }

    .f263 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.251;
        padding-top: 9px;
        padding-bottom: 8px
    }

    .ps1430 {
        margin-left: 32px;
        margin-top: -783px
    }

    .s1237 {
        min-width: 384px;
        width: 384px;
        min-height: 500px
    }

    .ps1431 {
        margin-top: 4px
    }

    .s1238 {
        min-width: 384px;
        width: 384px;
        min-height: 41px
    }

    .ps1432 {
        margin-left: 5px
    }

    .s1239 {
        min-width: 377px;
        width: 377px;
        height: 17px
    }

    .f264 {
        font-size: 6px;
        font-size: calc(6px * var(--f));
        line-height: 1.334
    }

    .s1240 {
        min-width: 368px;
        width: 368px;
        height: 24px
    }

    .f265 {
        font-size: 6px;
        font-size: calc(6px * var(--f));
        line-height: 1.334
    }

    .ps1434 {
        margin-left: 60px;
        margin-top: -232px
    }

    .s1241 {
        min-width: 360px;
        width: 360px;
        min-height: 26px
    }

    .s1242 {
        min-width: 30px;
        height: 26px;
        width: 24px
    }

    .f266 {
        font-size: 4px;
        font-size: calc(4px * var(--f));
        line-height: 1.251;
        padding-top: 8px;
        padding-bottom: 7px
    }

    .ps1435 {
        margin-left: 0
    }

    .ps1436 {
        margin-left: 0
    }

    .s1243 {
        min-width: 480px;
        min-height: 27px
    }

    .ps1437 {
        margin-top: 6px
    }

    .s1244 {
        width: 480px;
        min-height: 15px
    }

    .ps1438 {
        margin-left: 342px
    }

    .s1245 {
        min-width: 65px;
        height: 15px;
        width: 65px
    }

    .f267 {
        font-size: 4px;
        font-size: calc(4px * var(--f));
        line-height: 1.251;
        padding-top: 5px;
        padding-bottom: 5px
    }

    .ps1439 {
        margin-left: 4px
    }

    .c335 {
        margin-top: 400px
    }

    body {
        --d: 4;
        --s: 480
    }
}

@media (max-width:479px) {
    .c321 {
        min-width: 320px;
        margin-top: -7px;
        min-height: 953px
    }

    .ps1344 {
        margin-top: 7px
    }

    .s1172 {
        min-width: 320px;
        height: 223px
    }

    .ps1346 {
        margin-top: 46px
    }

    .s1173 {
        width: 320px;
        min-height: 66px
    }

    .ps1347 {
        margin-left: 8px
    }

    .ps1348 {
        margin-top: 6px
    }

    .i101 {
        left: 1px;
        min-width: 20px;
        max-width: 20px;
        min-height: 20px;
        max-height: 20px;
        -ms-transform: rotate(89deg) scale(-1, 1);
        -moz-transform: rotate(89deg) scale(-1, 1);
        -webkit-transform: rotate(89deg) scale(-1, 1);
        transform: rotate(89deg) scale(-1, 1)
    }

    .ps1349 {
        margin-left: 7px;
        margin-top: 0
    }

    .s1174 {
        min-width: 128px;
        width: 128px;
        height: 32px
    }

    .f251 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.572
    }

    .ps1350 {
        margin-left: -156px;
        margin-top: 40px
    }

    .i102 {
        left: 0;
        min-width: 21px;
        max-width: 21px;
        min-height: 21px;
        max-height: 21px
    }

    .ps1351 {
        margin-left: 7px;
        margin-top: 36px
    }

    .s1175 {
        min-width: 201px;
        width: 201px;
        height: 30px
    }

    .ps1352 {
        margin-left: 41px;
        margin-top: 28px
    }

    .i103 {
        width: 33px;
        height: 33px
    }

    .ps1353 {
        margin-top: 6px
    }

    .s1176 {
        min-height: 105px
    }

    .ps1354 {
        margin-top: -217px
    }

    .s1177 {
        width: 320px;
        min-height: 206px
    }

    .s1178 {
        min-width: 316px;
        width: 316px;
        min-height: 206px
    }

    .ps1356 {
        margin-top: 127px
    }

    .i104 {
        width: 233px;
        height: 51px;
        top: 3px;
        -webkit-border-radius: 29px;
        -moz-border-radius: 29px;
        border-radius: 29px
    }

    .ps1357 {
        margin-left: 42px;
        margin-top: 171px
    }

    .s1179 {
        min-width: 31px;
        width: 31px;
        min-height: 35px;
        height: 35px
    }

    .s1180 {
        min-width: 31px;
        width: 31px;
        height: 35px
    }

    .mcv19 {
        display: inline-block
    }

    .v78 {
        display: inline-block;
        vertical-align: top
    }

    .c324 {
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: contain;
        background-image: url(../images/l/hamburger-gray-62.png)
    }

    .webp .c324 {
        background-image: url(../images/n/hamburger-gray-62.webp)
    }

    .ps1359 {
        margin-top: 14px
    }

    .s1181 {
        min-width: 31px;
        width: 31px;
        height: 6px
    }

    .f252 {
        font-size: 3px;
        font-size: calc(3px * var(--f));
        line-height: 1.334
    }

    .v79 {
        display: none
    }

    .ps1360 {
        margin-left: -249px
    }

    .ps1361 {
        margin-top: 3px
    }

    .s1182 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .f253 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .ps1362 {
        margin-top: 3px
    }

    .s1183 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps1363 {
        margin-top: 0
    }

    .ps1364 {
        margin-left: 0;
        margin-top: 0
    }

    .s1184 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .s1185 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps1367 {
        margin-left: 0;
        margin-top: 0
    }

    .s1186 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .s1187 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps1369 {
        margin-left: 0;
        margin-top: 0
    }

    .s1188 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps1371 {
        margin-top: 0
    }

    .s1189 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps1372 {
        margin-left: 0;
        margin-top: 0
    }

    .s1190 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps1373 {
        margin-left: 0;
        margin-top: 0
    }

    .s1191 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps1374 {
        margin-left: 0;
        margin-top: 0
    }

    .ps1375 {
        margin-left: 119px;
        margin-top: -206px
    }

    .s1192 {
        min-width: 197px;
        width: 197px;
        min-height: 30px
    }

    .input83 {
        width: 197px;
        height: 30px;
        font-family: "Lato 3";
        font-size: 13px;
        line-height: 1.232;
        font-weight: 700;
        font-style: normal
    }

    .ps1376 {
        margin-left: 174px;
        margin-top: -23px
    }

    .s1193 {
        min-width: 20px;
        width: 20px;
        height: 17px
    }

    .ps1377 {
        margin-top: -723px
    }

    .s1194 {
        min-width: 320px;
        height: 1112px
    }

    .ps1378 {
        margin-top: 27px
    }

    .s1195 {
        width: 320px;
        min-height: 1044px
    }

    .ps1379 {
        margin-left: 0
    }

    .s1196 {
        min-width: 320px;
        width: 320px;
        min-height: 836px
    }

    .ps1380 {
        margin-left: 21px
    }

    .i105 {
        left: 0;
        width: 99px;
        height: 97px;
        top: 1px;
        -webkit-border-radius: 49px;
        -moz-border-radius: 49px;
        border-radius: 49px
    }

    .ps1381 {
        margin-left: -114px;
        margin-top: 130px
    }

    .s1197 {
        min-width: 174px;
        width: 174px;
        height: 32px
    }

    .f254 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.376
    }

    .ps1382 {
        margin-left: 0;
        margin-top: -2px
    }

    .s1198 {
        min-width: 320px;
        width: 320px;
        min-height: 498px
    }

    .ps1383 {
        margin-top: 23px
    }

    .s1199 {
        min-width: 113px;
        width: 113px;
        height: 23px
    }

    .f255 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f255:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f255:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f255:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .ps1384 {
        margin-left: 2px;
        margin-top: 7px
    }

    .s1200 {
        min-width: 91px;
        width: 91px;
        height: 19px
    }

    .f256 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f256:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f256:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f256:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .ps1385 {
        margin-left: 0;
        margin-top: 35px
    }

    .s1201 {
        min-width: 90px;
        width: 90px;
        height: 20px
    }

    .ps1386 {
        margin-top: -47px
    }

    .s1202 {
        min-width: 140px;
        width: 140px;
        height: 22px
    }

    .ps1387 {
        margin-top: 68px
    }

    .s1203 {
        min-width: 163px;
        width: 163px;
        height: 20px
    }

    .ps1388 {
        margin-top: -49px
    }

    .s1204 {
        min-width: 126px;
        width: 126px;
        height: 21px
    }

    .ps1389 {
        margin-top: -81px
    }

    .s1205 {
        min-width: 166px;
        width: 166px;
        height: 24px
    }

    .ps1390 {
        margin-left: 0;
        margin-top: -192px
    }

    .s1206 {
        min-width: 320px;
        width: 320px;
        min-height: 475px
    }

    .ps1391 {
        margin-left: 171px
    }

    .s1207 {
        min-width: 149px;
        width: 149px;
        height: 32px
    }

    .ps1392 {
        margin-top: 209px
    }

    .s1208 {
        min-width: 163px;
        width: 163px;
        height: 24px
    }

    .ps1393 {
        margin-left: 11px;
        margin-top: -6px
    }

    .s1209 {
        min-width: 49px;
        width: 49px;
        height: 23px
    }

    .ps1394 {
        margin-top: 184px
    }

    .s1210 {
        min-width: 211px;
        width: 211px;
        height: 26px
    }

    .ps1395 {
        margin-left: 174px;
        margin-top: -419px
    }

    .s1211 {
        min-width: 111px;
        width: 111px;
        height: 21px
    }

    .f257 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168;
        letter-spacing: 0.05px
    }

    .f257:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168;
        letter-spacing: 0.05px
    }

    .f257:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168;
        letter-spacing: 0.05px
    }

    .f257:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168;
        letter-spacing: 0.05px
    }

    .ps1396 {
        margin-left: 0;
        margin-top: -62px
    }

    .s1212 {
        min-width: 223px;
        width: 223px;
        height: 21px
    }

    .ps1397 {
        margin-left: 7px;
        margin-top: -498px
    }

    .s1213 {
        min-width: 276px;
        width: 276px;
        min-height: 2px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1398 {
        margin-left: 0;
        margin-top: -196px
    }

    .ps1399 {
        margin-left: 0
    }

    .s1214 {
        min-width: 282px;
        width: 282px;
        min-height: 302px
    }

    .s1215 {
        min-width: 282px;
        width: 282px;
        height: 29px
    }

    .ps1400 {
        margin-left: 1px;
        margin-top: 245px
    }

    .s1216 {
        min-width: 218px;
        width: 218px;
        height: 28px
    }

    .ps1401 {
        margin-left: 0;
        margin-top: -266px
    }

    .s1217 {
        min-width: 291px;
        width: 291px;
        height: 31px
    }

    .f258 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f258:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f258:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f258:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .ps1402 {
        margin-left: 1px;
        margin-top: 24px
    }

    .s1218 {
        min-width: 212px;
        width: 212px;
        height: 20px
    }

    .ps1403 {
        margin-top: 9px
    }

    .s1219 {
        min-width: 211px;
        width: 211px;
        height: 19px
    }

    .ps1404 {
        margin-left: 1px;
        margin-top: -170px
    }

    .s1220 {
        min-width: 238px;
        width: 238px;
        height: 24px
    }

    .ps1405 {
        margin-top: -72px
    }

    .s1221 {
        min-width: 87px;
        width: 87px;
        height: 24px
    }

    .ps1406 {
        margin-top: -133px
    }

    .s1222 {
        min-width: 298px;
        width: 298px;
        height: 20px
    }

    .ps1407 {
        margin-left: 0;
        margin-top: -388px
    }

    .s1223 {
        min-width: 291px;
        width: 291px;
        min-height: 135px
    }

    .ps1408 {
        margin-top: 102px
    }

    .s1224 {
        min-width: 268px;
        width: 268px;
        height: 33px
    }

    .f259 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.601
    }

    .ps1409 {
        margin-top: -135px
    }

    .s1225 {
        min-width: 291px;
        width: 291px;
        min-height: 3px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1410 {
        margin-left: 23px;
        margin-top: 29px
    }

    .i106 {
        width: 47px;
        height: 72px
    }

    .ps1412 {
        margin-left: 19px
    }

    .i107 {
        width: 47px;
        height: 72px
    }

    .ps1413 {
        margin-left: 17px;
        margin-top: 0
    }

    .i108 {
        left: 0;
        width: 47px;
        height: 47px;
        top: 12px
    }

    .ps1414 {
        margin-left: 12px;
        margin-top: -354px
    }

    .s1226 {
        min-width: 278px;
        width: 278px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1415 {
        margin-left: 0;
        margin-top: 23px
    }

    .s1227 {
        min-width: 287px;
        width: 287px;
        height: 84px
    }

    .f260 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.616
    }

    .ps1416 {
        margin-top: -1271px
    }

    .s1228 {
        width: 320px;
        height: 554px
    }

    .ps1417 {
        margin-left: 32px
    }

    .s1229 {
        min-width: 256px;
        width: 256px;
        height: 11px
    }

    .f261 {
        font-size: 4px;
        font-size: calc(4px * var(--f));
        line-height: 1.501
    }

    .ps1418 {
        margin-left: 0;
        margin-top: 5px
    }

    .s1230 {
        min-width: 320px;
        width: 320px;
        min-height: 538px
    }

    .s1231 {
        min-width: 320px;
        width: 320px;
        min-height: 538px
    }

    .ps1419 {
        margin-top: 121px
    }

    .ps1420 {
        margin-left: 265px;
        margin-top: 10px
    }

    .i109 {
        left: 0;
        min-width: 26px;
        max-width: 26px;
        min-height: 26px;
        max-height: 26px
    }

    .ps1421 {
        margin-left: 3px;
        margin-top: 13px
    }

    .s1232 {
        min-width: 317px;
        height: 39px;
        width: 317px
    }

    .f262 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.279;
        padding-top: 8px;
        padding-bottom: 8px
    }

    .c330::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c330:hover:before {
        opacity: 1
    }

    .c330::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c330:hover:after {
        opacity: 0
    }

    .c330:active:before {
        opacity: 1
    }

    .c330:active:after {
        opacity: 1;
        transition: initial
    }

    .ps1422 {
        margin-top: 2px
    }

    .s1233 {
        min-width: 320px;
        width: 320px;
        min-height: 204px
    }

    .s1234 {
        min-width: 320px;
        height: 39px;
        width: 320px
    }

    .ps1423 {
        margin-left: 1px;
        margin-top: 2px
    }

    .s1235 {
        min-width: 319px;
        height: 39px;
        width: 319px
    }

    .ps1424 {
        margin-top: 3px
    }

    .ps1425 {
        margin-top: 2px
    }

    .ps1426 {
        margin-left: 1px;
        margin-top: 2px
    }

    .ps1427 {
        margin-left: 0;
        margin-top: 2px
    }

    .ps1428 {
        margin-left: 0;
        margin-top: 2px
    }

    .ps1429 {
        margin-left: 1px;
        margin-top: 2px
    }

    .s1236 {
        min-width: 319px;
        height: 39px;
        width: 319px
    }

    .f263 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.279;
        padding-top: 8px;
        padding-bottom: 8px
    }

    .ps1430 {
        margin-left: 27px;
        margin-top: -538px
    }

    .s1237 {
        min-width: 256px;
        width: 256px;
        min-height: 333px
    }

    .ps1431 {
        margin-top: 3px
    }

    .s1238 {
        min-width: 256px;
        width: 256px;
        min-height: 26px
    }

    .ps1432 {
        margin-left: 3px
    }

    .s1239 {
        min-width: 251px;
        width: 251px;
        height: 11px
    }

    .f264 {
        font-size: 4px;
        font-size: calc(4px * var(--f));
        line-height: 1.251
    }

    .s1240 {
        min-width: 245px;
        width: 245px;
        height: 15px
    }

    .f265 {
        font-size: 4px;
        font-size: calc(4px * var(--f));
        line-height: 1.251
    }

    .ps1434 {
        margin-left: 39px;
        margin-top: -170px
    }

    .s1241 {
        min-width: 242px;
        width: 242px;
        min-height: 19px
    }

    .s1242 {
        min-width: 22px;
        height: 19px;
        width: 16px
    }

    .f266 {
        font-size: 3px;
        font-size: calc(3px * var(--f));
        line-height: 1.334;
        padding-top: 5px;
        padding-bottom: 4px
    }

    .ps1435 {
        margin-left: -2px
    }

    .ps1436 {
        margin-left: 220px;
        margin-top: -19px
    }

    .s1243 {
        min-width: 320px;
        min-height: 18px
    }

    .ps1437 {
        margin-top: 4px
    }

    .s1244 {
        width: 320px;
        min-height: 10px
    }

    .ps1438 {
        margin-left: 228px
    }

    .s1245 {
        min-width: 43px;
        height: 10px;
        width: 43px
    }

    .f267 {
        font-size: 3px;
        font-size: calc(3px * var(--f));
        line-height: 1.334;
        padding-top: 3px;
        padding-bottom: 3px
    }

    .ps1439 {
        margin-left: 3px
    }

    .c335 {
        margin-top: 717px
    }

    body {
        --d: 5;
        --s: 320
    }
}

body {
    --f: 1;
    min-width: 1920px
}

@media (min-width:1200px) and (max-width:1919px) {
    body {
        min-width: 1200px
    }
}

@media (min-width:960px) and (max-width:1199px) {
    body {
        min-width: 960px
    }
}

@media (min-width:768px) and (max-width:959px) {
    body {
        min-width: 768px
    }
}

@media (min-width:480px) and (max-width:767px) {
    body {
        min-width: 480px
    }
}

@media (max-width:479px) {
    body {
        min-width: 320px
    }
}

.c336 {
    display: block;
    position: relative;
    pointer-events: none;
    min-width: 1920px;
    width: 100%;
    overflow: hidden;
    margin-top: 0;
    z-index: 1;
    min-height: 1022px
}

.v83 {
    display: block
}

.ps1440 {
    position: relative;
    margin-top: 0
}

.s1246 {
    width: 100%;
    min-width: 1920px;
    height: 347px;
    padding-bottom: 0
}

.c337 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #5789c1
}

.z1082 {
    pointer-events: none
}

.ps1441 {
    display: inline-block;
    width: 0;
    height: 0
}

.ps1442 {
    position: relative;
    margin-top: 11px
}

.s1247 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 67px
}

.v84 {
    display: inline-block;
    vertical-align: top
}

.ps1443 {
    position: relative;
    margin-left: 66px;
    margin-top: 0
}

.ps1444 {
    position: relative;
    margin-left: 0;
    margin-top: 13px
}

.z1083 {
    z-index: 5;
    pointer-events: auto
}

.i110 {
    position: absolute;
    left: 4px;
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    top: 0;
    color: #fff;
    -ms-transform: rotate(0deg) scale(1, 1);
    -moz-transform: rotate(0deg) scale(1, 1);
    -webkit-transform: rotate(0deg) scale(1, 1);
    transform: rotate(0deg) scale(1, 1)
}

.ps1445 {
    position: relative;
    margin-left: 17px;
    margin-top: 13px
}

.s1248 {
    min-width: 275px;
    width: 275px;
    overflow: hidden;
    height: 40px
}

.z1084 {
    z-index: 4;
    pointer-events: auto
}

.p29 {
    text-indent: 0;
    padding-bottom: 0;
    padding-right: 0;
    text-align: left
}

.f268 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.126;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps1446 {
    position: relative;
    margin-left: 42px;
    margin-top: 13px
}

.z1085 {
    z-index: 6;
    pointer-events: auto
}

.i111 {
    position: absolute;
    left: 16px;
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    top: 0;
    color: #fff
}

.ps1447 {
    position: relative;
    margin-left: -2px;
    margin-top: 13px
}

.s1249 {
    min-width: 446px;
    width: 446px;
    overflow: hidden;
    height: 40px
}

.z1086 {
    z-index: 8;
    pointer-events: auto
}

.ps1448 {
    position: relative;
    margin-left: 863px;
    margin-top: 0
}

.z1087 {
    z-index: 7;
    pointer-events: auto
}

.a35 {
    display: block
}

.i112 {
    position: absolute;
    left: 0;
    width: 67px;
    height: 67px;
    top: 0;
    -webkit-filter: brightness(400%);
    -moz-filter: brightness(400%);
    filter: brightness(400%);
    border: 0
}

.ps1449 {
    position: relative;
    margin-top: 7px
}

.s1250 {
    margin-left: -0%;
    width: 100%;
    min-height: 262px
}

.c338 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 0 rgba(128, 128, 128, 0.2)
}

.z1088 {
    z-index: 2;
    pointer-events: auto
}

.ps1450 {
    position: relative;
    margin-top: -252px
}

.s1251 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 236px
}

.ps1451 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.ps1452 {
    position: relative;
    margin-left: 0;
    margin-top: 3px
}

.z1089 {
    z-index: 3;
    pointer-events: auto
}

.i113 {
    position: absolute;
    left: 0;
    width: 170px;
    height: 37px;
    top: 66px;
    -webkit-border-radius: 84px;
    -moz-border-radius: 84px;
    border-radius: 84px;
    border: 0
}

.v85 {
    display: inline-block;
    vertical-align: top;
    overflow: visible
}

.ps1453 {
    position: relative;
    margin-left: 49px;
    margin-top: 148px
}

.z1090 {
    z-index: 9;
    pointer-events: auto
}

.ps1454 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s1252 {
    min-width: 0;
    width: 0;
    min-height: 0;
    height: 0
}

.m11 {
    padding: 0px 0px 0px 0px
}

.s1253 {
    min-width: 46px;
    width: 0;
    height: 0
}

.mcv21 {
    display: none
}

.v86 {
    display: none
}

.ps1455 {
    position: relative;
    margin-left: 0;
    margin-top: 92px
}

.s1254 {
    min-width: 46px;
    width: 46px;
    overflow: hidden;
    height: 26px
}

.z1091 {
    pointer-events: auto
}

.p30 {
    text-indent: 0;
    padding-bottom: 0;
    padding-right: 0;
    text-align: center
}

.f269 {
    font-family: "Lato 2";
    font-size: 17px;
    font-size: calc(17px * var(--f));
    line-height: 1.295;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: transparent;
    background-color: initial;
    text-shadow: none
}

.v87 {
    display: inline-block;
    vertical-align: top
}

.ps1456 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.z1092 {
    z-index: 9999
}

.mcv22 {
    display: inline-block
}

.c340 {
    border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #5789c1
}

.ps1457 {
    position: relative;
    margin-left: 0;
    margin-top: 23px
}

.s1255 {
    min-width: 159px;
    width: 159px;
    overflow: hidden;
    height: 41px
}

.f270 {
    font-family: "Lato 2";
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.220;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.v88 {
    display: none
}

.ml11 {
    outline: 0
}

.ps1458 {
    position: relative;
    margin-left: 0;
    margin-top: 7px
}

.s1256 {
    min-width: 450px;
    width: 450px;
    overflow: hidden;
    height: 41px
}

.ps1459 {
    position: relative;
    margin-left: 0;
    margin-top: 1px
}

.ps1460 {
    position: relative;
    margin-left: 160px;
    margin-top: -88px
}

.s1257 {
    min-width: 256px;
    width: 256px;
    overflow: hidden;
    height: 41px
}

.ps1461 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s1258 {
    min-width: 472px;
    width: 472px;
    overflow: hidden;
    height: 41px
}

.ps1462 {
    position: relative;
    margin-left: 0;
    margin-top: 1px
}

.ps1463 {
    position: relative;
    margin-left: 417px;
    margin-top: -88px
}

.s1259 {
    min-width: 342px;
    width: 342px;
    overflow: hidden;
    height: 41px
}

.ps1464 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s1260 {
    min-width: 429px;
    width: 429px;
    overflow: hidden;
    height: 41px
}

.ps1465 {
    position: relative;
    margin-left: 760px;
    margin-top: -88px
}

.s1261 {
    min-width: 383px;
    width: 383px;
    overflow: hidden;
    height: 41px
}

.ps1466 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.ps1467 {
    position: relative;
    margin-left: 0;
    margin-top: 7px
}

.s1262 {
    min-width: 477px;
    width: 477px;
    overflow: hidden;
    height: 41px
}

.ps1468 {
    position: relative;
    margin-left: 1144px;
    margin-top: -88px
}

.s1263 {
    min-width: 185px;
    width: 185px;
    overflow: hidden;
    height: 41px
}

.ps1469 {
    position: relative;
    margin-left: 1330px;
    margin-top: -88px
}

.s1264 {
    min-width: 108px;
    width: 108px;
    overflow: hidden;
    height: 41px
}

.ps1470 {
    position: relative;
    margin-left: 1439px;
    margin-top: -88px
}

.ps1471 {
    position: relative;
    margin-left: 1154px;
    margin-top: -236px
}

.z1093 {
    z-index: 10
}

.s1265 {
    min-width: 741px;
    width: 741px;
    min-height: 79px;
    line-height: 0
}

.input84 {
    border: 1px solid #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.22);
    width: 741px;
    height: 79px;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 28px;
    line-height: 1.144;
    font-weight: 400;
    font-style: italic;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input84::placeholder {
    color: rgb(0, 0, 0);
    opacity: 1
}

.ps1472 {
    position: relative;
    margin-left: 674px;
    margin-top: -73px
}

.s1266 {
    min-width: 64px;
    width: 64px;
    height: 55px;
    box-sizing: border-box
}

.c341 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    background-image: url(../images/t/search-svgrepo-com-2-.svg);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.a36 {
    transform: translateZ(1px);
    display: inline-block;
    width: 100%;
    height: 100%;
    z-index: 1
}

.c341:hover {
    background-color: rgba(10, 37, 134, 0.74);
    border-color: transparent;
    color: #fff;
    background-clip: padding-box
}

.c341:active {
    transition: initial
}

.ps1473 {
    position: relative;
    margin-top: -657px
}

.s1267 {
    width: 100%;
    min-width: 1920px;
    height: 830px;
    padding-bottom: 0
}

.c342 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #000
}

.z1094 {
    z-index: 13;
    pointer-events: none
}

.ps1474 {
    position: relative;
    margin-top: 33px
}

.s1268 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 743px
}

.ps1475 {
    position: relative;
    margin-left: 50px;
    margin-top: 0
}

.ps1476 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.z1095 {
    z-index: 14;
    pointer-events: auto
}

.i114 {
    position: absolute;
    left: 10px;
    width: 181px;
    height: 178px;
    top: 0;
    -webkit-border-radius: 89px;
    -moz-border-radius: 89px;
    border-radius: 89px;
    box-shadow: 0 3px 40px 5px rgba(0, 0, 0, 0.22);
    border: 0
}

.ps1477 {
    position: relative;
    margin-left: 194px;
    margin-top: 0
}

.s1269 {
    min-width: 346px;
    width: 346px;
    overflow: hidden;
    height: 66px
}

.z1096 {
    z-index: 15;
    pointer-events: auto
}

.f271 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 41px;
    font-size: calc(41px * var(--f));
    line-height: 1.391;
    font-weight: 700;
    font-style: italic;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps1478 {
    position: relative;
    margin-left: -341px;
    margin-top: 22px
}

.s1270 {
    min-width: 737px;
    width: 737px;
    min-height: 368px;
    line-height: 0
}

.ps1479 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.z1097 {
    z-index: 25
}

.z1098 {
    z-index: 32
}

.s1271 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 42px
}

.z1099 {
    z-index: 33;
    pointer-events: auto
}

.f272 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.126;
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps1480 {
    position: relative;
    margin-left: 0;
    margin-top: 10px
}

.s1272 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 40px
}

.z1100 {
    z-index: 34;
    pointer-events: auto
}

.f273 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.001;
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps1481 {
    position: relative;
    margin-left: 3px;
    margin-top: 8px
}

.s1273 {
    min-width: 338px;
    width: 338px;
    overflow: hidden;
    height: 48px
}

.z1101 {
    z-index: 35;
    pointer-events: auto
}

.ps1482 {
    position: relative;
    margin-left: 0;
    margin-top: 8px
}

.s1274 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 46px
}

.z1102 {
    z-index: 36;
    pointer-events: auto
}

.ps1483 {
    position: relative;
    margin-left: 0;
    margin-top: 8px
}

.s1275 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 45px
}

.z1103 {
    z-index: 37;
    pointer-events: auto
}

.ps1484 {
    position: relative;
    margin-left: 0;
    margin-top: 8px
}

.s1276 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 48px
}

.z1104 {
    z-index: 38;
    pointer-events: auto
}

.ps1485 {
    position: relative;
    margin-left: 0;
    margin-top: 6px
}

.s1277 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 51px
}

.z1105 {
    z-index: 39;
    pointer-events: auto
}

.ps1486 {
    position: relative;
    margin-left: 40px;
    margin-top: 2px
}

.s1278 {
    min-width: 355px;
    width: 355px;
    min-height: 308px;
    line-height: 0
}

.ps1487 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s1279 {
    min-width: 350px;
    width: 350px;
    overflow: hidden;
    height: 40px
}

.z1106 {
    z-index: 26;
    pointer-events: auto
}

.ps1488 {
    position: relative;
    margin-left: 0;
    margin-top: 6px
}

.s1280 {
    min-width: 352px;
    width: 352px;
    overflow: hidden;
    height: 43px
}

.z1107 {
    z-index: 27;
    pointer-events: auto
}

.ps1489 {
    position: relative;
    margin-left: 0;
    margin-top: 9px
}

.s1281 {
    min-width: 352px;
    width: 352px;
    overflow: hidden;
    height: 46px
}

.z1108 {
    z-index: 28;
    pointer-events: auto
}

.ps1490 {
    position: relative;
    margin-left: 0;
    margin-top: 10px
}

.s1282 {
    min-width: 350px;
    width: 350px;
    overflow: hidden;
    height: 46px
}

.z1109 {
    z-index: 29;
    pointer-events: auto
}

.ps1491 {
    position: relative;
    margin-left: 0;
    margin-top: 62px
}

.s1283 {
    min-width: 355px;
    width: 355px;
    overflow: hidden;
    height: 46px
}

.z1110 {
    z-index: 31;
    pointer-events: auto
}

.f274 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.126;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps1492 {
    position: relative;
    margin-left: 383px;
    margin-top: -158px
}

.s1284 {
    min-width: 354px;
    width: 354px;
    overflow: hidden;
    height: 45px
}

.z1111 {
    z-index: 30;
    pointer-events: auto
}

.ps1493 {
    position: relative;
    margin-left: 0;
    margin-top: -303px
}

.s1285 {
    min-width: 733px;
    width: 733px;
    min-height: 5px;
    -ms-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.c343 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: rgba(28, 92, 132, 0.62)
}

.z1112 {
    z-index: 18
}

.ps1494 {
    position: relative;
    margin-left: 86px;
    margin-top: 27px
}

.z1113 {
    z-index: 40
}

.ps1495 {
    position: relative;
    margin-left: 1px;
    margin-top: 0
}

.s1286 {
    min-width: 438px;
    width: 438px;
    min-height: 103px;
    line-height: 0
}

.s1287 {
    min-width: 438px;
    width: 438px;
    overflow: hidden;
    height: 53px
}

.z1114 {
    z-index: 41;
    pointer-events: auto
}

.ps1496 {
    position: relative;
    margin-left: 0;
    margin-top: -1px
}

.s1288 {
    min-width: 438px;
    width: 438px;
    overflow: hidden;
    height: 51px
}

.z1115 {
    z-index: 42;
    pointer-events: auto
}

.ps1497 {
    position: relative;
    margin-left: 1px;
    margin-top: 2px
}

.s1289 {
    min-width: 438px;
    width: 438px;
    overflow: hidden;
    height: 53px
}

.z1116 {
    z-index: 43;
    pointer-events: auto
}

.f275 {
    font-family: "Lato 2";
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.220;
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps1498 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s1290 {
    min-width: 440px;
    width: 440px;
    overflow: hidden;
    height: 48px
}

.z1117 {
    z-index: 44;
    pointer-events: auto
}

.ps1499 {
    position: relative;
    margin-left: 0;
    margin-top: 3px
}

.s1291 {
    min-width: 440px;
    width: 440px;
    overflow: hidden;
    height: 50px
}

.z1118 {
    z-index: 45;
    pointer-events: auto
}

.ps1500 {
    position: relative;
    margin-left: 0;
    margin-top: 1px
}

.s1292 {
    min-width: 440px;
    width: 440px;
    overflow: hidden;
    height: 53px
}

.z1119 {
    z-index: 46;
    pointer-events: auto
}

.ps1501 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s1293 {
    min-width: 440px;
    width: 440px;
    overflow: hidden;
    height: 51px
}

.z1120 {
    z-index: 47;
    pointer-events: auto
}

.ps1502 {
    position: relative;
    margin-left: 1px;
    margin-top: 0
}

.s1294 {
    min-width: 438px;
    width: 438px;
    overflow: hidden;
    height: 50px
}

.z1121 {
    z-index: 48;
    pointer-events: auto
}

.ps1503 {
    position: relative;
    margin-left: 1225px;
    margin-top: -441px
}

.s1295 {
    min-width: 606px;
    width: 606px;
    min-height: 90px;
    line-height: 0
}

.ps1504 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s1296 {
    min-width: 518px;
    width: 518px;
    overflow: hidden;
    height: 66px
}

.z1122 {
    z-index: 16;
    pointer-events: auto
}

.f276 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 38px;
    font-size: calc(38px * var(--f));
    line-height: 1.606;
    font-weight: 700;
    font-style: italic;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps1505 {
    position: relative;
    margin-left: 0;
    margin-top: 19px
}

.s1297 {
    min-width: 606px;
    width: 606px;
    min-height: 5px;
    -ms-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.z1123 {
    z-index: 17
}

.ps1506 {
    position: relative;
    margin-left: 778px;
    margin-top: 102px
}

.z1124 {
    z-index: 20;
    pointer-events: auto
}

.ps1507 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.z1125 {
    z-index: 22;
    pointer-events: auto
}

.i115 {
    position: absolute;
    left: 0;
    width: 110px;
    height: 96px;
    top: 0;
    border: 0
}

.ps1508 {
    position: relative;
    margin-left: -10px;
    margin-top: 0
}

.z1126 {
    z-index: 23;
    pointer-events: auto
}

.i116 {
    position: absolute;
    left: 0;
    width: 102px;
    height: 90px;
    top: 0;
    border: 0
}

.ps1509 {
    position: relative;
    margin-left: 4px;
    margin-top: 11px
}

.z1127 {
    z-index: 24;
    pointer-events: auto
}

.i117 {
    position: absolute;
    left: 11px;
    width: 67px;
    height: 67px;
    top: 0;
    border: 0
}

.ps1510 {
    position: relative;
    margin-left: 138px;
    margin-top: 0
}

.s1298 {
    min-width: 1667px;
    width: 1667px;
    min-height: 8px;
    -ms-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.z1128 {
    z-index: 19
}

.ps1511 {
    position: relative;
    margin-left: 146px;
    margin-top: 16px
}

.s1299 {
    min-width: 1669px;
    width: 1669px;
    overflow: hidden;
    height: 80px
}

.z1129 {
    z-index: 21;
    pointer-events: auto
}

.f277 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 24px;
    font-size: calc(24px * var(--f));
    line-height: 1.584;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps1512 {
    position: relative;
    margin-top: -795px
}

.s1300 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    height: 843px
}

.ps1513 {
    position: relative;
    margin-left: 13px;
    margin-top: 0
}

.s1301 {
    min-width: 1907px;
    width: 1907px;
    min-height: 843px
}

.s1302 {
    min-width: 1907px;
    width: 1907px;
    min-height: 843px;
    line-height: 0
}

.ps1514 {
    position: relative;
    margin-left: 9px;
    margin-top: 0
}

.s1303 {
    min-width: 1875px;
    width: 1875px;
    overflow: hidden;
    height: 501px
}

.z1130 {
    z-index: 60;
    pointer-events: auto
}

.f278 {
    font-family: "Hanken Grotesk 3";
    font-size: 22px;
    font-size: calc(22px * var(--f));
    line-height: 1.319;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #161616;
    background-color: initial;
    text-shadow: none
}

.v89 {
    display: inline-block;
    vertical-align: top;
    pointer-events: auto
}

.ps1515 {
    position: relative;
    margin-left: 0;
    margin-top: -442px
}

.c344 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-image: -webkit-gradient(linear, 164deg, color-stop(0, rgba(10, 37, 134, 0.74)), color-stop(1, rgba(145, 6, 74, 0.72)));
    background-image: -o-linear-gradient(164deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: -webkit-linear-gradient(164deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: -ms-linear-gradient(164deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: linear-gradient(164deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%)
}

.z1131 {
    z-index: 49;
    pointer-events: auto
}

.ps1516 {
    position: relative;
    margin-left: 1664px;
    margin-top: 15px
}

.z1132 {
    z-index: 50
}

.i118 {
    position: absolute;
    left: 7px;
    min-width: 53px;
    max-width: 53px;
    min-height: 53px;
    max-height: 53px;
    top: 0;
    color: #fff
}

.v90 {
    display: inline-block;
    vertical-align: top;
    outline: 0
}

.ps1517 {
    position: relative;
    margin-left: 0;
    margin-top: 25px
}

.s1304 {
    min-width: 1752px;
    height: 112px;
    box-sizing: border-box;
    width: 1752px;
    padding-right: 0
}

.c345 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-image: -webkit-gradient(linear, 166deg, color-stop(0, rgba(10, 37, 134, 0.74)), color-stop(1, rgba(74, 149, 169, 0.52)));
    background-image: -o-linear-gradient(166deg, rgba(10, 37, 134, 0.74) 0%, rgba(74, 149, 169, 0.52) 100%);
    background-image: -webkit-linear-gradient(166deg, rgba(10, 37, 134, 0.74) 0%, rgba(74, 149, 169, 0.52) 100%);
    background-image: -ms-linear-gradient(166deg, rgba(10, 37, 134, 0.74) 0%, rgba(74, 149, 169, 0.52) 100%);
    background-image: linear-gradient(166deg, rgba(10, 37, 134, 0.74) 0%, rgba(74, 149, 169, 0.52) 100%);
    color: #fff;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z1133 {
    z-index: 51
}

.a37 {
    transform: translateZ(1px);
    display: inline-block;
    width: 100%;
    z-index: 1
}

.f279 {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 54px;
    font-size: calc(54px * var(--f));
    line-height: 1.242;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 23px;
    padding-bottom: 22px
}

.c345::before {
    background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
    background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-clip: content-box;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin-top: 0;
    margin-left: 0;
    z-index: -1;
    transition: opacity 0.2s linear
}

.c345:hover:before {
    opacity: 1
}

.c345:hover {
    background-color: transparent;
    border-color: transparent;
    color: #161616
}

.c345::after {
    background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
    background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-clip: content-box;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin-top: 0;
    margin-left: 0;
    top: 0;
    left: 0;
    z-index: -1;
    transition: opacity 0.2s linear
}

.c345:hover:after {
    opacity: 0
}

.c345:active:before {
    opacity: 1
}

.c345:active:after {
    opacity: 1;
    transition: initial
}

.c345:active {
    transition: initial;
    color: #a1a1a1
}

.ps1518 {
    position: relative;
    margin-left: 0;
    margin-top: 8px
}

.s1305 {
    min-width: 1752px;
    width: 1752px;
    min-height: 171px;
    line-height: 0
}

.s1306 {
    min-width: 1752px;
    height: 112px;
    box-sizing: border-box;
    width: 1752px;
    padding-right: 0
}

.z1134 {
    z-index: 52;
    pointer-events: auto
}

.ps1519 {
    position: relative;
    margin-left: 0;
    margin-top: -53px
}

.s1307 {
    min-width: 1752px;
    height: 112px;
    box-sizing: border-box;
    width: 1752px;
    padding-right: 0
}

.z1135 {
    z-index: 53;
    pointer-events: auto
}

.ps1520 {
    position: relative;
    margin-left: 0;
    margin-top: -112px
}

.z1136 {
    z-index: 54;
    pointer-events: auto
}

.ps1521 {
    position: relative;
    margin-left: 0;
    margin-top: -112px
}

.z1137 {
    z-index: 55;
    pointer-events: auto
}

.ps1522 {
    position: relative;
    margin-left: 0;
    margin-top: -112px
}

.z1138 {
    z-index: 56;
    pointer-events: auto
}

.ps1523 {
    position: relative;
    margin-left: 37px;
    margin-top: 0
}

.z1139 {
    z-index: 57
}

.ps1524 {
    position: relative;
    margin-left: 32px;
    margin-top: 18px
}

.z1140 {
    z-index: 58
}

.ps1525 {
    position: relative;
    margin-left: 32px;
    margin-top: 8px
}

.s1308 {
    min-width: 1752px;
    height: 117px;
    box-sizing: border-box;
    width: 1752px;
    padding-right: 0
}

.z1141 {
    z-index: 59
}

.f280 {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 54px;
    font-size: calc(54px * var(--f));
    line-height: 1.242;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 25px;
    padding-bottom: 25px
}

.s1309 {
    width: 100%;
    width: calc(100% - var(--sw));
    min-width: 1920px;
    min-height: 107px
}

.c346 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #a1a1a1
}

.z1142 {
    z-index: 62;
    pointer-events: none
}

.ps1526 {
    position: relative;
    margin-top: 22px
}

.s1310 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 62px
}

.ps1527 {
    position: relative;
    margin-left: 1365px;
    margin-top: 0
}

.s1311 {
    min-width: 254px;
    height: 62px;
    box-sizing: border-box;
    width: 254px;
    padding-right: 0
}

.c347 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #161616;
    color: #a1a1a1;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear
}

.f281 {
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    z-index: 1;
    font-family: "Hanken Grotesk 3";
    font-size: 22px;
    font-size: calc(22px * var(--f));
    line-height: 1.319;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 17px;
    padding-bottom: 16px
}

.c347:hover {
    background-color: #06341d;
    background-clip: padding-box;
    color: #161616
}

.c347:active {
    transition: initial;
    color: #a1a1a1
}

.ps1528 {
    position: relative;
    margin-left: 24px;
    margin-top: 0
}

.c348 {
    display: inline-block;
    position: relative;
    margin-left: 0;
    margin-top: 0
}

body {
    --d: 0;
    --s: 1920
}

@media (min-width:1200px) and (max-width:1919px) {
    .c336 {
        min-width: 1200px;
        min-height: 679px
    }

    .s1246 {
        min-width: 1200px;
        height: 256px
    }

    .ps1442 {
        margin-top: 7px
    }

    .s1247 {
        width: 1200px;
        min-height: 42px
    }

    .ps1443 {
        margin-left: 41px
    }

    .ps1444 {
        margin-top: 8px
    }

    .i110 {
        left: 3px;
        min-width: 25px;
        max-width: 25px;
        min-height: 25px;
        max-height: 25px
    }

    .ps1445 {
        margin-left: 11px;
        margin-top: 8px
    }

    .s1248 {
        min-width: 172px;
        width: 172px;
        height: 25px
    }

    .f268 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .ps1446 {
        margin-left: 26px;
        margin-top: 8px
    }

    .i111 {
        left: 10px;
        min-width: 25px;
        max-width: 25px;
        min-height: 25px;
        max-height: 25px
    }

    .ps1447 {
        margin-left: -1px;
        margin-top: 8px
    }

    .s1249 {
        min-width: 279px;
        width: 279px;
        height: 25px
    }

    .ps1448 {
        margin-left: 539px
    }

    .i112 {
        width: 42px;
        height: 42px
    }

    .ps1449 {
        margin-top: 4px
    }

    .s1250 {
        min-height: 203px
    }

    .ps1450 {
        margin-top: -176px
    }

    .s1251 {
        width: 1200px;
        min-height: 167px
    }

    .ps1451 {
        margin-left: 27px
    }

    .ps1452 {
        margin-top: 6px
    }

    .i113 {
        width: 358px;
        height: 79px;
        top: 2px;
        -webkit-border-radius: 42px;
        -moz-border-radius: 42px;
        border-radius: 42px
    }

    .ps1453 {
        margin-left: 46px;
        margin-top: 41px
    }

    .s1253 {
        min-width: 30px
    }

    .ps1455 {
        margin-top: 56px
    }

    .s1254 {
        min-width: 30px;
        width: 30px;
        height: 18px
    }

    .f269 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.365
    }

    .ps1457 {
        margin-top: 5px
    }

    .s1255 {
        min-width: 117px;
        width: 117px;
        height: 26px
    }

    .f270 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201
    }

    .ps1458 {
        margin-top: 4px
    }

    .s1256 {
        min-width: 281px;
        width: 281px;
        height: 26px
    }

    .ps1460 {
        margin-left: 119px;
        margin-top: -36px
    }

    .s1257 {
        min-width: 178px;
        width: 178px;
        height: 26px
    }

    .s1258 {
        min-width: 295px;
        width: 295px;
        height: 26px
    }

    .ps1463 {
        margin-left: 299px;
        margin-top: -36px
    }

    .s1259 {
        min-width: 231px;
        width: 231px;
        height: 26px
    }

    .s1260 {
        min-width: 268px;
        width: 268px;
        height: 26px
    }

    .ps1465 {
        margin-left: 532px;
        margin-top: -36px
    }

    .s1261 {
        min-width: 257px;
        width: 257px;
        height: 26px
    }

    .ps1467 {
        margin-top: 4px
    }

    .s1262 {
        min-width: 298px;
        width: 298px;
        height: 26px
    }

    .ps1468 {
        margin-left: 791px;
        margin-top: -36px
    }

    .s1263 {
        min-width: 133px;
        width: 133px;
        height: 26px
    }

    .ps1469 {
        margin-left: 926px;
        margin-top: -36px
    }

    .s1264 {
        min-width: 85px;
        width: 85px;
        height: 26px
    }

    .ps1470 {
        margin-left: 1013px;
        margin-top: -36px
    }

    .ps1471 {
        margin-left: 700px;
        margin-top: -167px
    }

    .s1265 {
        min-width: 464px;
        width: 464px;
        min-height: 49px
    }

    .input84 {
        width: 464px;
        height: 49px;
        font-size: 18px;
        line-height: 1.168
    }

    .ps1472 {
        margin-left: 431px;
        margin-top: -41px
    }

    .s1266 {
        min-width: 27px;
        width: 27px;
        height: 33px
    }

    .ps1473 {
        margin-top: -405px
    }

    .s1267 {
        min-width: 1200px;
        height: 519px
    }

    .ps1474 {
        margin-top: 21px
    }

    .s1268 {
        width: 1200px;
        min-height: 464px
    }

    .ps1475 {
        margin-left: 31px
    }

    .i114 {
        left: 7px;
        width: 113px;
        height: 111px;
        -webkit-border-radius: 56px;
        -moz-border-radius: 56px;
        border-radius: 56px
    }

    .ps1477 {
        margin-left: 122px
    }

    .s1269 {
        min-width: 216px;
        width: 216px;
        height: 41px
    }

    .f271 {
        font-size: 26px;
        font-size: calc(26px * var(--f));
        line-height: 1.386
    }

    .ps1478 {
        margin-left: -213px;
        margin-top: 54px
    }

    .s1270 {
        min-width: 482px;
        width: 482px;
        min-height: 236px
    }

    .ps1479 {
        margin-top: 6px
    }

    .s1271 {
        min-width: 213px;
        width: 213px;
        height: 26px
    }

    .f272 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f272:visited {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f272:hover {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f272:active {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .ps1480 {
        margin-top: 6px
    }

    .s1272 {
        min-width: 213px;
        width: 213px;
        height: 25px
    }

    .f273 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.051
    }

    .f273:visited {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.051
    }

    .f273:hover {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.051
    }

    .f273:active {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.051
    }

    .ps1481 {
        margin-left: 2px;
        margin-top: 5px
    }

    .s1273 {
        min-width: 211px;
        width: 211px;
        height: 30px
    }

    .ps1482 {
        margin-top: 5px
    }

    .s1274 {
        min-width: 213px;
        width: 213px;
        height: 29px
    }

    .ps1483 {
        margin-top: 5px
    }

    .s1275 {
        min-width: 213px;
        width: 213px;
        height: 28px
    }

    .ps1484 {
        margin-top: 5px
    }

    .s1276 {
        min-width: 213px;
        width: 213px;
        height: 30px
    }

    .ps1485 {
        margin-top: 4px
    }

    .s1277 {
        min-width: 213px;
        width: 213px;
        height: 32px
    }

    .ps1486 {
        margin-left: 25px;
        margin-top: 1px
    }

    .s1278 {
        min-width: 222px;
        width: 222px;
        min-height: 193px
    }

    .s1279 {
        min-width: 219px;
        width: 219px;
        height: 25px
    }

    .ps1488 {
        margin-top: 4px
    }

    .s1280 {
        min-width: 220px;
        width: 220px;
        height: 27px
    }

    .ps1489 {
        margin-top: 5px
    }

    .s1281 {
        min-width: 220px;
        width: 220px;
        height: 29px
    }

    .ps1490 {
        margin-top: 6px
    }

    .s1282 {
        min-width: 219px;
        width: 219px;
        height: 29px
    }

    .ps1491 {
        margin-top: 39px
    }

    .s1283 {
        min-width: 222px;
        width: 222px;
        height: 29px
    }

    .f274 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f274:visited {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f274:hover {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f274:active {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .ps1492 {
        margin-left: 239px;
        margin-top: -99px
    }

    .s1284 {
        min-width: 243px;
        width: 243px;
        height: 42px
    }

    .ps1493 {
        margin-top: -236px
    }

    .s1285 {
        min-width: 458px;
        width: 458px;
        min-height: 3px
    }

    .ps1494 {
        margin-left: 32px;
        margin-top: 62px
    }

    .s1286 {
        min-width: 274px;
        width: 274px;
        min-height: 65px
    }

    .s1287 {
        min-width: 274px;
        width: 274px;
        height: 33px
    }

    .ps1496 {
        margin-top: 0
    }

    .s1288 {
        min-width: 274px;
        width: 274px;
        height: 32px
    }

    .ps1497 {
        margin-top: 1px
    }

    .s1289 {
        min-width: 274px;
        width: 274px;
        height: 33px
    }

    .f275 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201
    }

    .f275:visited {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201
    }

    .f275:hover {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201
    }

    .f275:active {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201
    }

    .s1290 {
        min-width: 275px;
        width: 275px;
        height: 30px
    }

    .ps1499 {
        margin-top: 2px
    }

    .s1291 {
        min-width: 275px;
        width: 275px;
        height: 31px
    }

    .s1292 {
        min-width: 275px;
        width: 275px;
        height: 33px
    }

    .s1293 {
        min-width: 275px;
        width: 275px;
        height: 32px
    }

    .s1294 {
        min-width: 274px;
        width: 274px;
        height: 31px
    }

    .ps1503 {
        margin-left: 766px;
        margin-top: -321px
    }

    .s1295 {
        min-width: 379px;
        width: 379px;
        min-height: 56px
    }

    .s1296 {
        min-width: 324px;
        width: 324px;
        height: 41px
    }

    .f276 {
        font-size: 24px;
        font-size: calc(24px * var(--f));
        line-height: 1.584
    }

    .ps1505 {
        margin-top: 12px
    }

    .s1297 {
        min-width: 379px;
        width: 379px;
        min-height: 3px
    }

    .ps1506 {
        margin-left: 486px;
        margin-top: 6px
    }

    .i115 {
        width: 112px;
        height: 72px
    }

    .i116 {
        width: 104px;
        height: 67px
    }

    .ps1509 {
        margin-top: 8px
    }

    .i117 {
        left: 15px;
        width: 59px;
        height: 59px
    }

    .ps1510 {
        margin-left: 86px
    }

    .s1298 {
        min-width: 1042px;
        width: 1042px;
        min-height: 5px
    }

    .ps1511 {
        margin-left: 91px;
        margin-top: 10px
    }

    .s1299 {
        min-width: 1043px;
        width: 1043px;
        height: 50px
    }

    .f277 {
        font-size: 15px;
        font-size: calc(15px * var(--f));
        line-height: 1.601
    }

    .ps1512 {
        margin-top: -543px
    }

    .s1300 {
        width: 1200px;
        height: 527px
    }

    .ps1513 {
        margin-left: 8px
    }

    .s1301 {
        min-width: 1192px;
        width: 1192px;
        min-height: 527px
    }

    .s1302 {
        min-width: 1192px;
        width: 1192px;
        min-height: 527px
    }

    .ps1514 {
        margin-left: 6px
    }

    .s1303 {
        min-width: 1172px;
        width: 1172px;
        height: 313px
    }

    .f278 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.287
    }

    .ps1515 {
        margin-top: -276px
    }

    .ps1516 {
        margin-left: 1040px;
        margin-top: 9px
    }

    .i118 {
        left: 5px;
        min-width: 33px;
        max-width: 33px;
        min-height: 33px;
        max-height: 33px
    }

    .ps1517 {
        margin-top: 16px
    }

    .s1304 {
        min-width: 1095px;
        height: 70px;
        width: 1095px
    }

    .f279 {
        font-size: 34px;
        font-size: calc(34px * var(--f));
        line-height: 1.207;
        padding-top: 15px;
        padding-bottom: 14px
    }

    .c345::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c345:hover:before {
        opacity: 1
    }

    .c345::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c345:hover:after {
        opacity: 0
    }

    .c345:active:before {
        opacity: 1
    }

    .c345:active:after {
        opacity: 1;
        transition: initial
    }

    .ps1518 {
        margin-top: 5px
    }

    .s1305 {
        min-width: 1095px;
        width: 1095px;
        min-height: 107px
    }

    .s1306 {
        min-width: 1095px;
        height: 70px;
        width: 1095px
    }

    .ps1519 {
        margin-top: -33px
    }

    .s1307 {
        min-width: 1095px;
        height: 70px;
        width: 1095px
    }

    .ps1520 {
        margin-top: -70px
    }

    .ps1521 {
        margin-top: -70px
    }

    .ps1522 {
        margin-top: -70px
    }

    .ps1523 {
        margin-left: 23px
    }

    .ps1524 {
        margin-left: 20px;
        margin-top: 11px
    }

    .ps1525 {
        margin-left: 20px;
        margin-top: 5px
    }

    .s1308 {
        min-width: 1095px;
        height: 73px;
        width: 1095px
    }

    .f280 {
        font-size: 34px;
        font-size: calc(34px * var(--f));
        line-height: 1.207;
        padding-top: 16px;
        padding-bottom: 16px
    }

    .s1309 {
        min-width: 1200px;
        min-height: 67px
    }

    .ps1526 {
        margin-top: 14px
    }

    .s1310 {
        width: 1200px;
        min-height: 39px
    }

    .ps1527 {
        margin-left: 853px
    }

    .s1311 {
        min-width: 159px;
        height: 39px;
        width: 159px
    }

    .f281 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.287;
        padding-top: 11px;
        padding-bottom: 10px
    }

    .ps1528 {
        margin-left: 15px
    }

    .c348 {
        margin-top: 16px
    }

    body {
        --d: 1;
        --s: 1200
    }
}

@media (min-width:960px) and (max-width:1199px) {
    .c336 {
        min-width: 960px;
        margin-top: -14px;
        min-height: 485px
    }

    .ps1440 {
        margin-top: 14px
    }

    .s1246 {
        min-width: 960px;
        height: 233px
    }

    .ps1442 {
        margin-top: 5px
    }

    .s1247 {
        width: 960px;
        min-height: 49px
    }

    .ps1443 {
        margin-left: 188px
    }

    .ps1444 {
        margin-top: 4px
    }

    .i110 {
        left: 0;
        min-width: 24px;
        max-width: 24px;
        min-height: 24px;
        max-height: 24px
    }

    .ps1445 {
        margin-left: 14px;
        margin-top: 4px
    }

    .s1248 {
        min-width: 146px;
        width: 146px;
        height: 25px
    }

    .f268 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.188
    }

    .ps1446 {
        margin-left: 36px;
        margin-top: 0
    }

    .i111 {
        left: 4px;
        min-width: 32px;
        max-width: 32px;
        min-height: 32px;
        max-height: 32px
    }

    .ps1447 {
        margin-left: 7px;
        margin-top: 4px
    }

    .s1249 {
        min-width: 228px;
        width: 228px;
        height: 25px
    }

    .ps1448 {
        margin-left: 224px;
        margin-top: 7px
    }

    .i112 {
        left: 1px;
        width: 42px;
        height: 42px
    }

    .ps1449 {
        margin-top: 22px
    }

    .s1250 {
        min-height: 157px
    }

    .ps1450 {
        margin-top: -234px
    }

    .s1251 {
        width: 960px;
        min-height: 208px
    }

    .ps1452 {
        margin-top: 78px
    }

    .i113 {
        width: 261px;
        height: 57px;
        top: 11px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        border-radius: 40px
    }

    .ps1453 {
        margin-left: 132px;
        margin-top: 15px
    }

    .s1253 {
        min-width: 22px
    }

    .ps1455 {
        margin-top: 45px
    }

    .s1254 {
        min-width: 22px;
        width: 22px;
        height: 14px
    }

    .f269 {
        font-size: 8px;
        font-size: calc(8px * var(--f));
        line-height: 1.376
    }

    .ps1457 {
        margin-top: 8px
    }

    .s1255 {
        min-width: 79px;
        width: 79px;
        height: 19px
    }

    .f270 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .ps1458 {
        margin-top: 1px
    }

    .s1256 {
        min-width: 205px;
        width: 205px;
        height: 19px
    }

    .ps1460 {
        margin-left: 80px;
        margin-top: -36px
    }

    .s1257 {
        min-width: 122px;
        width: 122px;
        height: 19px
    }

    .s1258 {
        min-width: 215px;
        width: 215px;
        height: 19px
    }

    .ps1463 {
        margin-left: 203px;
        margin-top: -36px
    }

    .s1259 {
        min-width: 159px;
        width: 159px;
        height: 19px
    }

    .s1260 {
        min-width: 200px;
        width: 200px;
        height: 19px
    }

    .ps1465 {
        margin-left: 363px;
        margin-top: -36px
    }

    .s1261 {
        min-width: 177px;
        width: 177px;
        height: 19px
    }

    .ps1467 {
        margin-top: 1px
    }

    .s1262 {
        min-width: 238px;
        width: 238px;
        height: 19px
    }

    .ps1468 {
        margin-left: 541px;
        margin-top: -36px
    }

    .s1263 {
        min-width: 91px;
        width: 91px;
        height: 19px
    }

    .ps1469 {
        margin-left: 633px;
        margin-top: -36px
    }

    .s1264 {
        min-width: 57px;
        width: 57px;
        height: 19px
    }

    .ps1470 {
        margin-left: 691px;
        margin-top: -36px
    }

    .ps1471 {
        margin-left: 604px;
        margin-top: -208px
    }

    .s1265 {
        min-width: 347px;
        width: 347px;
        min-height: 40px
    }

    .input84 {
        width: 347px;
        height: 40px;
        font-size: 14px;
        font-style: normal
    }

    .ps1472 {
        margin-left: 318px;
        margin-top: -34px
    }

    .s1266 {
        min-width: 24px;
        width: 24px;
        height: 29px
    }

    .ps1473 {
        margin-top: -238px
    }

    .s1267 {
        min-width: 960px;
        height: 525px
    }

    .ps1474 {
        margin-top: 35px
    }

    .s1268 {
        width: 960px;
        min-height: 490px
    }

    .ps1475 {
        margin-left: 38px
    }

    .i114 {
        left: 1px;
        width: 94px;
        height: 92px;
        -webkit-border-radius: 46px;
        -moz-border-radius: 46px;
        border-radius: 46px
    }

    .ps1477 {
        margin-left: 66px;
        margin-top: 22px
    }

    .s1269 {
        min-width: 184px;
        width: 184px;
        height: 35px
    }

    .f271 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.401
    }

    .ps1478 {
        margin-left: -184px;
        margin-top: 57px
    }

    .s1270 {
        min-width: 417px;
        width: 417px;
        min-height: 433px
    }

    .ps1479 {
        margin-left: 25px;
        margin-top: 199px
    }

    .s1271 {
        min-width: 84px;
        width: 84px;
        height: 26px
    }

    .f272 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f272:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f272:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f272:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .ps1480 {
        margin-top: 6px
    }

    .s1272 {
        min-width: 90px;
        width: 90px;
        height: 24px
    }

    .f273 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f273:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f273:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f273:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .ps1481 {
        margin-left: -89px;
        margin-top: 38px
    }

    .s1273 {
        min-width: 48px;
        width: 48px;
        height: 24px
    }

    .ps1482 {
        margin-left: 1px;
        margin-top: 9px
    }

    .s1274 {
        min-width: 121px;
        width: 121px;
        height: 27px
    }

    .ps1483 {
        margin-left: 1px;
        margin-top: 10px
    }

    .s1275 {
        min-width: 145px;
        width: 145px;
        height: 26px
    }

    .s1276 {
        min-width: 98px;
        width: 98px;
        height: 27px
    }

    .ps1485 {
        margin-top: 13px
    }

    .s1277 {
        min-width: 168px;
        width: 168px;
        height: 26px
    }

    .ps1486 {
        margin-left: 47px;
        margin-top: 14px
    }

    .s1278 {
        min-width: 151px;
        width: 151px;
        min-height: 194px
    }

    .s1279 {
        min-width: 151px;
        width: 151px;
        height: 24px
    }

    .ps1488 {
        margin-left: 1px;
        margin-top: 9px
    }

    .s1280 {
        min-width: 115px;
        width: 115px;
        height: 24px
    }

    .ps1489 {
        margin-top: 7px
    }

    .s1281 {
        min-width: 58px;
        width: 58px;
        height: 24px
    }

    .ps1490 {
        margin-top: 9px
    }

    .s1282 {
        min-width: 151px;
        width: 151px;
        height: 25px
    }

    .ps1491 {
        margin-top: 45px
    }

    .s1283 {
        min-width: 103px;
        width: 103px;
        height: 27px
    }

    .f274 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f274:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f274:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f274:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .ps1492 {
        margin-left: 215px;
        margin-top: -88px
    }

    .s1284 {
        min-width: 177px;
        width: 177px;
        height: 27px
    }

    .ps1493 {
        margin-top: -433px
    }

    .s1285 {
        min-width: 281px;
        width: 281px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1494 {
        margin-left: 20px;
        margin-top: 242px
    }

    .ps1495 {
        margin-left: 0
    }

    .s1286 {
        min-width: 219px;
        width: 219px;
        min-height: 60px
    }

    .s1287 {
        min-width: 218px;
        width: 218px;
        height: 26px
    }

    .ps1496 {
        margin-top: 8px
    }

    .s1288 {
        min-width: 219px;
        width: 219px;
        height: 26px
    }

    .ps1497 {
        margin-left: 0;
        margin-top: 5px
    }

    .s1289 {
        min-width: 233px;
        width: 233px;
        height: 26px
    }

    .f275 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f275:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f275:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f275:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .ps1498 {
        margin-top: 5px
    }

    .s1290 {
        min-width: 130px;
        width: 130px;
        height: 24px
    }

    .ps1499 {
        margin-left: 1px;
        margin-top: 5px
    }

    .s1291 {
        min-width: 110px;
        width: 110px;
        height: 25px
    }

    .ps1500 {
        margin-top: 7px
    }

    .s1292 {
        min-width: 180px;
        width: 180px;
        height: 26px
    }

    .ps1501 {
        margin-top: 6px
    }

    .s1293 {
        min-width: 69px;
        width: 69px;
        height: 26px
    }

    .ps1502 {
        margin-left: 0;
        margin-top: 8px
    }

    .s1294 {
        min-width: 222px;
        width: 222px;
        height: 25px
    }

    .ps1503 {
        margin-left: 583px;
        margin-top: -468px
    }

    .s1295 {
        min-width: 317px;
        width: 317px;
        min-height: 35px
    }

    .ps1504 {
        margin-left: 1px
    }

    .s1296 {
        min-width: 233px;
        width: 233px;
        height: 32px
    }

    .f276 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.612
    }

    .ps1505 {
        margin-top: 2px
    }

    .s1297 {
        min-width: 317px;
        width: 317px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1506 {
        margin-left: 413px;
        margin-top: -185px
    }

    .ps1507 {
        margin-top: 2px
    }

    .i115 {
        width: 53px;
        height: 65px
    }

    .ps1508 {
        margin-left: 4px
    }

    .i116 {
        width: 53px;
        height: 67px
    }

    .ps1509 {
        margin-left: 7px;
        margin-top: 13px
    }

    .i117 {
        left: 0;
        width: 38px;
        height: 38px;
        top: 2px
    }

    .ps1510 {
        margin-left: 72px;
        margin-top: -118px
    }

    .s1298 {
        min-width: 834px;
        width: 834px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1511 {
        margin-left: 221px;
        margin-top: -71px
    }

    .s1299 {
        min-width: 589px;
        width: 589px;
        height: 53px
    }

    .f277 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.616
    }

    .ps1512 {
        margin-top: -558px
    }

    .s1300 {
        width: 960px;
        height: 250px
    }

    .ps1513 {
        margin-left: 0
    }

    .s1301 {
        min-width: 949px;
        width: 949px;
        min-height: 250px
    }

    .s1302 {
        min-width: 949px;
        width: 949px;
        min-height: 250px
    }

    .ps1514 {
        margin-left: 11px
    }

    .s1303 {
        min-width: 938px;
        width: 938px;
        height: 250px
    }

    .f278 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.274
    }

    .ps1515 {
        margin-top: -179px
    }

    .ps1516 {
        margin-left: 860px;
        margin-top: 16px
    }

    .i118 {
        left: 0;
        min-width: 16px;
        max-width: 16px;
        min-height: 16px;
        max-height: 16px
    }

    .ps1517 {
        margin-top: -8px
    }

    .s1304 {
        min-width: 882px;
        height: 56px;
        width: 882px
    }

    .f279 {
        font-size: 27px;
        font-size: calc(27px * var(--f));
        line-height: 1.223;
        padding-top: 12px;
        padding-bottom: 11px
    }

    .c345::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c345:hover:before {
        opacity: 1
    }

    .c345::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c345:hover:after {
        opacity: 0
    }

    .c345:active:before {
        opacity: 1
    }

    .c345:active:after {
        opacity: 1;
        transition: initial
    }

    .ps1518 {
        margin-top: -56px
    }

    .s1305 {
        min-width: 882px;
        width: 882px;
        min-height: 56px
    }

    .s1306 {
        min-width: 882px;
        height: 56px;
        width: 882px
    }

    .ps1519 {
        margin-top: -56px
    }

    .s1307 {
        min-width: 882px;
        height: 56px;
        width: 882px
    }

    .ps1520 {
        margin-top: -56px
    }

    .ps1521 {
        margin-top: -56px
    }

    .ps1522 {
        margin-top: -56px
    }

    .ps1523 {
        margin-left: 0;
        margin-top: -56px
    }

    .ps1524 {
        margin-left: 0;
        margin-top: -56px
    }

    .ps1525 {
        margin-left: 0;
        margin-top: -59px
    }

    .s1308 {
        min-width: 882px;
        height: 59px;
        width: 882px
    }

    .f280 {
        font-size: 27px;
        font-size: calc(27px * var(--f));
        line-height: 1.223;
        padding-top: 13px;
        padding-bottom: 13px
    }

    .s1309 {
        min-width: 960px;
        min-height: 54px
    }

    .ps1526 {
        margin-top: 11px
    }

    .s1310 {
        width: 960px;
        min-height: 31px
    }

    .ps1527 {
        margin-left: 683px
    }

    .s1311 {
        min-width: 128px;
        height: 31px;
        width: 128px
    }

    .f281 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.274;
        padding-top: 9px;
        padding-bottom: 8px
    }

    .ps1528 {
        margin-left: 10px
    }

    .c348 {
        margin-top: 308px
    }

    body {
        --d: 2;
        --s: 960
    }
}

@media (min-width:768px) and (max-width:959px) {
    .c336 {
        min-width: 768px;
        min-height: 385px
    }

    .s1246 {
        min-width: 768px;
        height: 187px
    }

    .ps1442 {
        margin-top: 9px
    }

    .s1247 {
        width: 768px;
        min-height: 40px
    }

    .ps1443 {
        margin-left: 148px
    }

    .ps1444 {
        margin-top: 5px
    }

    .i110 {
        left: 0;
        min-width: 19px;
        max-width: 19px;
        min-height: 19px;
        max-height: 19px
    }

    .ps1445 {
        margin-left: 14px;
        margin-top: 5px
    }

    .s1248 {
        min-width: 160px;
        width: 160px;
        height: 20px
    }

    .f268 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.188
    }

    .ps1446 {
        margin-left: 25px;
        margin-top: 0
    }

    .i111 {
        left: 3px;
        min-width: 26px;
        max-width: 26px;
        min-height: 26px;
        max-height: 26px
    }

    .ps1447 {
        margin-left: 12px;
        margin-top: 4px
    }

    .s1249 {
        min-width: 225px;
        width: 225px;
        height: 23px
    }

    .ps1448 {
        margin-left: 70px;
        margin-top: 3px
    }

    .i112 {
        left: 1px;
        width: 37px;
        height: 37px
    }

    .ps1449 {
        margin-top: 12px
    }

    .s1250 {
        min-height: 126px
    }

    .ps1450 {
        margin-top: -115px
    }

    .s1251 {
        width: 768px;
        min-height: 97px
    }

    .ps1451 {
        margin-left: 11px
    }

    .ps1452 {
        margin-top: 0
    }

    .i113 {
        width: 83px;
        height: 18px;
        top: 29px;
        -webkit-border-radius: 38px;
        -moz-border-radius: 38px;
        border-radius: 38px
    }

    .ps1453 {
        margin-left: 9px;
        margin-top: 68px
    }

    .s1253 {
        min-width: 17px
    }

    .ps1455 {
        margin-top: 37px
    }

    .s1254 {
        min-width: 17px;
        width: 17px;
        height: 10px
    }

    .f269 {
        font-size: 6px;
        font-size: calc(6px * var(--f));
        line-height: 1.334
    }

    .ps1457 {
        margin-top: 7px
    }

    .s1255 {
        min-width: 65px;
        width: 65px;
        height: 15px
    }

    .f270 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.183
    }

    .ps1458 {
        margin-top: 1px
    }

    .s1256 {
        min-width: 164px;
        width: 164px;
        height: 15px
    }

    .ps1460 {
        margin-left: 65px;
        margin-top: -29px
    }

    .s1257 {
        min-width: 98px;
        width: 98px;
        height: 15px
    }

    .s1258 {
        min-width: 172px;
        width: 172px;
        height: 15px
    }

    .ps1463 {
        margin-left: 163px;
        margin-top: -29px
    }

    .s1259 {
        min-width: 128px;
        width: 128px;
        height: 15px
    }

    .s1260 {
        min-width: 160px;
        width: 160px;
        height: 15px
    }

    .ps1465 {
        margin-left: 291px;
        margin-top: -29px
    }

    .s1261 {
        min-width: 142px;
        width: 142px;
        height: 15px
    }

    .ps1467 {
        margin-top: 1px
    }

    .s1262 {
        min-width: 190px;
        width: 190px;
        height: 15px
    }

    .ps1468 {
        margin-left: 433px;
        margin-top: -29px
    }

    .s1263 {
        min-width: 74px;
        width: 74px;
        height: 15px
    }

    .ps1469 {
        margin-left: 507px;
        margin-top: -29px
    }

    .s1264 {
        min-width: 47px;
        width: 47px;
        height: 15px
    }

    .ps1470 {
        margin-left: 554px;
        margin-top: -29px
    }

    .ps1471 {
        margin-left: 441px;
        margin-top: -32px
    }

    .s1265 {
        min-width: 288px;
        width: 288px;
        min-height: 31px
    }

    .input84 {
        width: 288px;
        height: 31px;
        font-family: "Lato 3";
        font-size: 12px;
        line-height: 1.251;
        font-weight: 700;
        font-style: normal
    }

    .ps1472 {
        margin-left: 260px;
        margin-top: -31px
    }

    .s1266 {
        min-width: 26px;
        width: 26px;
        height: 29px
    }

    .ps1473 {
        margin-top: -198px
    }

    .s1267 {
        min-width: 768px;
        height: 457px
    }

    .ps1474 {
        margin-top: 0
    }

    .s1268 {
        width: 768px;
        min-height: 434px
    }

    .ps1475 {
        margin-left: 22px
    }

    .ps1476 {
        margin-top: 30px
    }

    .i114 {
        left: 0;
        width: 100px;
        height: 98px;
        top: 4px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px
    }

    .ps1477 {
        margin-left: 38px;
        margin-top: 18px
    }

    .s1269 {
        min-width: 147px;
        width: 147px;
        height: 28px
    }

    .f271 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.376
    }

    .ps1478 {
        margin-left: -156px;
        margin-top: 0
    }

    .s1270 {
        min-width: 296px;
        width: 296px;
        min-height: 155px
    }

    .s1271 {
        min-width: 67px;
        width: 67px;
        height: 21px
    }

    .f272 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f272:visited {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f272:hover {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f272:active {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .ps1480 {
        margin-top: 2px
    }

    .s1272 {
        min-width: 72px;
        width: 72px;
        height: 19px
    }

    .f273 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.072
    }

    .f273:visited {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.072
    }

    .f273:hover {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.072
    }

    .f273:active {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.072
    }

    .ps1481 {
        margin-left: -72px;
        margin-top: 23px
    }

    .s1273 {
        min-width: 38px;
        width: 38px;
        height: 19px
    }

    .ps1482 {
        margin-top: 2px
    }

    .s1274 {
        min-width: 97px;
        width: 97px;
        height: 22px
    }

    .ps1483 {
        margin-top: 2px
    }

    .s1275 {
        min-width: 116px;
        width: 116px;
        height: 21px
    }

    .ps1484 {
        margin-top: 2px
    }

    .s1276 {
        min-width: 78px;
        width: 78px;
        height: 22px
    }

    .ps1485 {
        margin-top: 0
    }

    .s1277 {
        min-width: 126px;
        width: 126px;
        height: 21px
    }

    .ps1486 {
        margin-left: 28px;
        margin-top: 0
    }

    .s1278 {
        min-width: 121px;
        width: 121px;
        min-height: 133px
    }

    .s1279 {
        min-width: 121px;
        width: 121px;
        height: 19px
    }

    .ps1488 {
        margin-top: 3px
    }

    .s1280 {
        min-width: 92px;
        width: 92px;
        height: 19px
    }

    .ps1489 {
        margin-top: 2px
    }

    .s1281 {
        min-width: 46px;
        width: 46px;
        height: 19px
    }

    .ps1490 {
        margin-top: 2px
    }

    .s1282 {
        min-width: 121px;
        width: 121px;
        height: 20px
    }

    .ps1491 {
        margin-top: 27px
    }

    .s1283 {
        min-width: 82px;
        width: 82px;
        height: 22px
    }

    .f274 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f274:visited {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f274:hover {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f274:active {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .ps1492 {
        margin-left: 154px;
        margin-top: -68px
    }

    .s1284 {
        min-width: 142px;
        width: 142px;
        height: 22px
    }

    .ps1493 {
        margin-left: 9px;
        margin-top: -109px
    }

    .s1285 {
        min-width: 225px;
        width: 225px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1494 {
        margin-left: 57px;
        margin-top: 0
    }

    .ps1495 {
        margin-left: 0
    }

    .s1286 {
        min-width: 175px;
        width: 175px;
        min-height: 44px
    }

    .s1287 {
        min-width: 174px;
        width: 174px;
        height: 21px
    }

    .ps1496 {
        margin-top: 2px
    }

    .s1288 {
        min-width: 175px;
        width: 175px;
        height: 21px
    }

    .s1289 {
        min-width: 186px;
        width: 186px;
        height: 21px
    }

    .f275 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .f275:visited {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .f275:hover {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .f275:active {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .ps1498 {
        margin-top: 2px
    }

    .s1290 {
        min-width: 104px;
        width: 104px;
        height: 19px
    }

    .ps1499 {
        margin-top: 2px
    }

    .s1291 {
        min-width: 88px;
        width: 88px;
        height: 20px
    }

    .ps1500 {
        margin-top: 2px
    }

    .s1292 {
        min-width: 144px;
        width: 144px;
        height: 21px
    }

    .ps1501 {
        margin-top: 3px
    }

    .s1293 {
        min-width: 55px;
        width: 55px;
        height: 21px
    }

    .ps1502 {
        margin-left: 0;
        margin-top: 2px
    }

    .s1294 {
        min-width: 178px;
        width: 178px;
        height: 20px
    }

    .ps1503 {
        margin-left: 475px;
        margin-top: -167px
    }

    .s1295 {
        min-width: 254px;
        width: 254px;
        min-height: 34px
    }

    .ps1504 {
        margin-left: 1px
    }

    .s1296 {
        min-width: 219px;
        width: 219px;
        height: 32px
    }

    .f276 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.626
    }

    .ps1505 {
        margin-top: 1px
    }

    .s1297 {
        min-width: 254px;
        width: 254px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1506 {
        margin-left: 287px;
        margin-top: 112px
    }

    .ps1507 {
        margin-top: 5px
    }

    .i115 {
        width: 65px;
        height: 65px
    }

    .ps1508 {
        margin-left: -12px
    }

    .i116 {
        width: 67px;
        height: 70px
    }

    .ps1509 {
        margin-left: 0;
        margin-top: 15px
    }

    .i117 {
        left: 3px;
        width: 41px;
        height: 41px
    }

    .ps1510 {
        margin-left: 84px
    }

    .s1298 {
        min-width: 667px;
        width: 667px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1511 {
        margin-left: 131px;
        margin-top: 21px
    }

    .s1299 {
        min-width: 551px;
        width: 551px;
        height: 51px
    }

    .f277 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.616
    }

    .ps1512 {
        margin-top: -484px
    }

    .s1300 {
        width: 768px;
        height: 512px
    }

    .ps1513 {
        margin-left: 9px
    }

    .s1301 {
        min-width: 750px;
        width: 750px;
        min-height: 512px
    }

    .s1302 {
        min-width: 750px;
        width: 750px;
        min-height: 512px
    }

    .ps1514 {
        margin-left: 0
    }

    .s1303 {
        min-width: 750px;
        width: 750px;
        height: 200px
    }

    .f278 {
        font-size: 9px;
        font-size: calc(9px * var(--f));
        line-height: 1.334
    }

    .ps1515 {
        margin-left: 29px;
        margin-top: -175px
    }

    .ps1516 {
        margin-left: 675px;
        margin-top: 7px
    }

    .i118 {
        left: 0;
        min-width: 23px;
        max-width: 23px;
        min-height: 23px;
        max-height: 23px
    }

    .ps1517 {
        margin-top: 31px
    }

    .s1304 {
        min-width: 706px;
        height: 45px;
        width: 706px
    }

    .f279 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.228;
        padding-top: 9px;
        padding-bottom: 9px
    }

    .c345::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c345:hover:before {
        opacity: 1
    }

    .c345::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c345:hover:after {
        opacity: 0
    }

    .c345:active:before {
        opacity: 1
    }

    .c345:active:after {
        opacity: 1;
        transition: initial
    }

    .ps1518 {
        margin-top: 3px
    }

    .s1305 {
        min-width: 706px;
        width: 706px;
        min-height: 233px
    }

    .s1306 {
        min-width: 706px;
        height: 45px;
        width: 706px
    }

    .ps1519 {
        margin-top: 2px
    }

    .s1307 {
        min-width: 706px;
        height: 45px;
        width: 706px
    }

    .ps1520 {
        margin-top: 2px
    }

    .ps1521 {
        margin-top: 2px
    }

    .ps1522 {
        margin-top: 2px
    }

    .ps1523 {
        margin-left: 0;
        margin-top: 2px
    }

    .ps1524 {
        margin-left: 0;
        margin-top: 2px
    }

    .ps1525 {
        margin-left: 0;
        margin-top: 3px
    }

    .s1308 {
        min-width: 706px;
        height: 47px;
        width: 706px
    }

    .f280 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.228;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .s1309 {
        min-width: 768px;
        min-height: 43px
    }

    .ps1526 {
        margin-top: 9px
    }

    .s1310 {
        width: 768px;
        min-height: 25px
    }

    .ps1527 {
        margin-left: 546px
    }

    .s1311 {
        min-width: 102px;
        height: 25px;
        width: 102px
    }

    .f281 {
        font-size: 9px;
        font-size: calc(9px * var(--f));
        line-height: 1.334;
        padding-top: 7px;
        padding-bottom: 6px
    }

    .ps1528 {
        margin-left: 9px
    }

    body {
        --d: 3;
        --s: 768
    }
}

@media (min-width:480px) and (max-width:767px) {
    .c336 {
        min-width: 480px;
        min-height: 1306px
    }

    .s1246 {
        min-width: 480px;
        height: 265px
    }

    .ps1442 {
        margin-top: 1px
    }

    .s1247 {
        width: 480px;
        min-height: 69px
    }

    .ps1443 {
        margin-left: 4px
    }

    .ps1444 {
        margin-left: 3px;
        margin-top: 4px
    }

    .i110 {
        left: 0;
        min-width: 27px;
        max-width: 27px;
        min-height: 27px;
        max-height: 27px;
        top: 1px;
        -ms-transform: rotate(79deg) scale(-1, 1);
        -moz-transform: rotate(79deg) scale(-1, 1);
        -webkit-transform: rotate(79deg) scale(-1, 1);
        transform: rotate(79deg) scale(-1, 1)
    }

    .ps1445 {
        margin-left: 16px;
        margin-top: 0
    }

    .s1248 {
        min-width: 192px;
        width: 192px;
        height: 48px
    }

    .f268 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.626
    }

    .ps1446 {
        margin-left: -238px;
        margin-top: 36px
    }

    .i111 {
        left: 0;
        min-width: 32px;
        max-width: 32px;
        min-height: 32px;
        max-height: 32px
    }

    .ps1447 {
        margin-left: 20px;
        margin-top: 36px
    }

    .s1249 {
        min-width: 220px;
        width: 220px;
        height: 33px
    }

    .ps1448 {
        margin-left: 133px;
        margin-top: 30px
    }

    .i112 {
        width: 37px;
        height: 37px;
        top: 1px
    }

    .ps1449 {
        margin-top: 33px
    }

    .s1250 {
        min-height: 162px
    }

    .ps1450 {
        margin-top: -154px
    }

    .s1251 {
        width: 480px;
        min-height: 154px
    }

    .ps1451 {
        margin-left: 10px
    }

    .ps1452 {
        margin-top: 0
    }

    .i113 {
        width: 113px;
        height: 25px;
        top: 50px;
        -webkit-border-radius: 57px;
        -moz-border-radius: 57px;
        border-radius: 57px
    }

    .ps1453 {
        margin-left: 300px;
        margin-top: 101px
    }

    .s1252 {
        min-width: 47px;
        width: 47px;
        min-height: 53px;
        height: 53px
    }

    .s1253 {
        min-width: 47px;
        width: 47px;
        height: 53px
    }

    .mcv21 {
        display: inline-block
    }

    .v86 {
        display: inline-block;
        vertical-align: top
    }

    .c339 {
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: contain;
        background-image: url(../images/6/hamburger-gray-94.png)
    }

    .webp .c339 {
        background-image: url(../images/t/hamburger-gray-94.webp)
    }

    .ps1455 {
        margin-top: 23px
    }

    .s1254 {
        min-width: 47px;
        width: 47px;
        height: 7px
    }

    .f269 {
        font-size: 4px;
        font-size: calc(4px * var(--f));
        line-height: 1.251
    }

    .v87 {
        display: none
    }

    .ps1456 {
        margin-left: -233px
    }

    .ps1457 {
        margin-top: 1px
    }

    .s1255 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .f270 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .s1256 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps1460 {
        margin-left: 0;
        margin-top: 0
    }

    .s1257 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps1461 {
        margin-left: -2px
    }

    .s1258 {
        min-width: 282px;
        width: 282px;
        height: 24px
    }

    .ps1463 {
        margin-left: 0;
        margin-top: 0
    }

    .s1259 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps1464 {
        margin-left: 23px
    }

    .s1260 {
        min-width: 257px;
        width: 257px;
        height: 24px
    }

    .ps1465 {
        margin-left: 0;
        margin-top: 0
    }

    .s1261 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps1466 {
        margin-left: -32px
    }

    .ps1467 {
        margin-top: 2px
    }

    .s1262 {
        min-width: 312px;
        width: 312px;
        height: 24px
    }

    .ps1468 {
        margin-left: 0;
        margin-top: 0
    }

    .s1263 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps1469 {
        margin-left: 0;
        margin-top: 0
    }

    .s1264 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps1470 {
        margin-left: 0;
        margin-top: 0
    }

    .ps1471 {
        margin-left: 176px;
        margin-top: -74px
    }

    .s1265 {
        min-width: 295px;
        width: 295px;
        min-height: 42px
    }

    .input84 {
        width: 295px;
        height: 42px;
        font-family: "Lato 2";
        font-size: 14px;
        line-height: 1.215;
        font-style: normal
    }

    .ps1472 {
        margin-left: 259px;
        margin-top: -41px
    }

    .s1266 {
        min-width: 35px;
        width: 35px;
        height: 40px
    }

    .ps1473 {
        margin-top: -1041px
    }

    .s1267 {
        min-width: 480px;
        height: 958px
    }

    .ps1474 {
        margin-top: 0
    }

    .s1268 {
        width: 480px;
        min-height: 939px
    }

    .ps1475 {
        margin-left: 0
    }

    .ps1476 {
        margin-left: 18px;
        margin-top: 28px
    }

    .i114 {
        left: 7px;
        width: 107px;
        height: 105px;
        -webkit-border-radius: 53px;
        -moz-border-radius: 53px;
        border-radius: 53px
    }

    .ps1477 {
        margin-left: -107px;
        margin-top: 195px
    }

    .s1269 {
        min-width: 213px;
        width: 213px;
        height: 50px
    }

    .f271 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.401
    }

    .ps1478 {
        margin-left: 0;
        margin-top: -245px
    }

    .s1270 {
        min-width: 448px;
        width: 448px;
        min-height: 313px
    }

    .s1271 {
        min-width: 49px;
        width: 49px;
        height: 14px
    }

    .f272 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f272:visited {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f272:hover {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f272:active {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .ps1480 {
        margin-left: -49px;
        margin-top: 27px
    }

    .s1272 {
        min-width: 65px;
        width: 65px;
        height: 12px
    }

    .f273 {
        font-size: 11px;
        font-size: calc(11px * var(--f))
    }

    .f273:visited {
        font-size: 11px;
        font-size: calc(11px * var(--f))
    }

    .f273:hover {
        font-size: 11px;
        font-size: calc(11px * var(--f))
    }

    .f273:active {
        font-size: 11px;
        font-size: calc(11px * var(--f))
    }

    .ps1481 {
        margin-left: 61px;
        margin-top: 0
    }

    .s1273 {
        min-width: 41px;
        width: 41px;
        height: 12px
    }

    .ps1482 {
        margin-left: -166px;
        margin-top: 51px
    }

    .s1274 {
        min-width: 80px;
        width: 80px;
        height: 14px
    }

    .ps1483 {
        margin-left: 83px;
        margin-top: 204px
    }

    .s1275 {
        min-width: 118px;
        width: 118px;
        height: 14px
    }

    .ps1484 {
        margin-left: 1px;
        margin-top: -141px
    }

    .s1276 {
        min-width: 72px;
        width: 72px;
        height: 14px
    }

    .ps1485 {
        margin-left: -72px;
        margin-top: -113px
    }

    .s1277 {
        min-width: 106px;
        width: 106px;
        height: 14px
    }

    .ps1486 {
        margin-left: 0;
        margin-top: -191px
    }

    .s1278 {
        min-width: 387px;
        width: 387px;
        min-height: 190px
    }

    .ps1487 {
        margin-left: 238px
    }

    .s1279 {
        min-width: 149px;
        width: 149px;
        height: 12px
    }

    .ps1488 {
        margin-left: 126px;
        margin-top: 14px
    }

    .s1280 {
        min-width: 82px;
        width: 82px;
        height: 12px
    }

    .ps1489 {
        margin-left: -82px;
        margin-top: -12px
    }

    .s1281 {
        min-width: 43px;
        width: 43px;
        height: 12px
    }

    .ps1490 {
        margin-left: -169px;
        margin-top: 166px
    }

    .s1282 {
        min-width: 107px;
        width: 107px;
        height: 12px
    }

    .ps1491 {
        margin-left: 21px;
        margin-top: 38px
    }

    .s1283 {
        min-width: 73px;
        width: 73px;
        height: 14px
    }

    .f274 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f274:visited {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f274:hover {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f274:active {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .ps1492 {
        margin-left: 0;
        margin-top: 81px
    }

    .s1284 {
        min-width: 118px;
        width: 118px;
        height: 14px
    }

    .ps1493 {
        margin-left: 34px;
        margin-top: -83px
    }

    .s1285 {
        min-width: 414px;
        width: 414px;
        min-height: 3px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1494 {
        margin-left: 93px;
        margin-top: -313px
    }

    .ps1495 {
        margin-left: 237px
    }

    .s1286 {
        min-width: 150px;
        width: 150px;
        min-height: 66px
    }

    .s1287 {
        min-width: 150px;
        width: 150px;
        height: 14px
    }

    .ps1496 {
        margin-top: 38px
    }

    .s1288 {
        min-width: 150px;
        width: 150px;
        height: 14px
    }

    .ps1497 {
        margin-left: 237px;
        margin-top: 18px
    }

    .s1289 {
        min-width: 150px;
        width: 150px;
        height: 14px
    }

    .f275 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.183
    }

    .f275:visited {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.183
    }

    .f275:hover {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.183
    }

    .f275:active {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.183
    }

    .ps1498 {
        margin-top: 129px
    }

    .s1290 {
        min-width: 82px;
        width: 82px;
        height: 15px
    }

    .ps1499 {
        margin-left: -82px;
        margin-top: 155px
    }

    .s1291 {
        min-width: 74px;
        width: 74px;
        height: 12px
    }

    .ps1500 {
        margin-left: -73px;
        margin-top: 178px
    }

    .s1292 {
        min-width: 119px;
        width: 119px;
        height: 14px
    }

    .ps1501 {
        margin-left: 44px;
        margin-top: 130px
    }

    .s1293 {
        min-width: 45px;
        width: 45px;
        height: 14px
    }

    .ps1502 {
        margin-left: -42px;
        margin-top: 155px
    }

    .s1294 {
        min-width: 169px;
        width: 169px;
        height: 12px
    }

    .ps1503 {
        margin-left: 26px;
        margin-top: 103px
    }

    .s1295 {
        min-width: 437px;
        width: 437px;
        min-height: 34px
    }

    .ps1504 {
        margin-left: 4px
    }

    .s1296 {
        min-width: 243px;
        width: 243px;
        height: 32px
    }

    .f276 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.612
    }

    .ps1505 {
        margin-top: 0
    }

    .s1297 {
        min-width: 437px;
        width: 437px;
        min-height: 2px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1506 {
        margin-left: 156px;
        margin-top: 312px
    }

    .ps1507 {
        margin-top: 3px
    }

    .i115 {
        width: 62px;
        height: 76px
    }

    .ps1508 {
        margin-left: -4px
    }

    .i116 {
        width: 61px;
        height: 82px
    }

    .ps1509 {
        margin-top: 12px
    }

    .i117 {
        left: 0;
        width: 46px;
        height: 46px;
        top: 3px
    }

    .ps1510 {
        margin-left: 42px;
        margin-top: -14px
    }

    .s1298 {
        min-width: 417px;
        width: 417px;
        min-height: 2px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1511 {
        margin-left: 40px;
        margin-top: 2px
    }

    .s1299 {
        min-width: 431px;
        width: 431px;
        height: 93px
    }

    .f277 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.616
    }

    .ps1512 {
        margin-top: -1122px
    }

    .s1300 {
        width: 480px;
        height: 804px
    }

    .ps1513 {
        margin-left: 6px
    }

    .s1301 {
        min-width: 470px;
        width: 470px;
        min-height: 805px
    }

    .s1302 {
        min-width: 470px;
        width: 470px;
        min-height: 804px
    }

    .ps1514 {
        margin-left: 0
    }

    .s1303 {
        min-width: 470px;
        width: 470px;
        height: 125px
    }

    .f278 {
        font-size: 4px;
        font-size: calc(4px * var(--f));
        line-height: 1.251
    }

    .ps1515 {
        margin-left: 5px;
        margin-top: 207px
    }

    .ps1516 {
        margin-left: 405px
    }

    .i118 {
        left: 0;
        min-width: 32px;
        max-width: 32px;
        min-height: 32px;
        max-height: 32px
    }

    .ps1517 {
        margin-top: 23px
    }

    .s1304 {
        min-width: 450px;
        height: 42px;
        width: 450px
    }

    .f279 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.251;
        padding-top: 9px;
        padding-bottom: 8px
    }

    .c345::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c345:hover:before {
        opacity: 1
    }

    .c345::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c345:hover:after {
        opacity: 0
    }

    .c345:active:before {
        opacity: 1
    }

    .c345:active:after {
        opacity: 1;
        transition: initial
    }

    .ps1518 {
        margin-top: 4px
    }

    .s1305 {
        min-width: 450px;
        width: 450px;
        min-height: 222px
    }

    .s1306 {
        min-width: 450px;
        height: 42px;
        width: 450px
    }

    .ps1519 {
        margin-top: 3px
    }

    .s1307 {
        min-width: 450px;
        height: 42px;
        width: 450px
    }

    .ps1520 {
        margin-top: 3px
    }

    .ps1521 {
        margin-top: 3px
    }

    .ps1522 {
        margin-top: 3px
    }

    .ps1523 {
        margin-left: 0;
        margin-top: 2px
    }

    .ps1524 {
        margin-left: 0;
        margin-top: 3px
    }

    .ps1525 {
        margin-left: 0;
        margin-top: 2px
    }

    .s1308 {
        min-width: 450px;
        height: 42px;
        width: 450px
    }

    .f280 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.251;
        padding-top: 9px;
        padding-bottom: 8px
    }

    .s1309 {
        min-width: 480px;
        min-height: 27px
    }

    .ps1526 {
        margin-top: 6px
    }

    .s1310 {
        width: 480px;
        min-height: 15px
    }

    .ps1527 {
        margin-left: 342px
    }

    .s1311 {
        min-width: 65px;
        height: 15px;
        width: 65px
    }

    .f281 {
        font-size: 4px;
        font-size: calc(4px * var(--f));
        line-height: 1.251;
        padding-top: 5px;
        padding-bottom: 5px
    }

    .ps1528 {
        margin-left: 4px
    }

    .c348 {
        margin-top: 400px
    }

    body {
        --d: 4;
        --s: 480
    }
}

@media (max-width:479px) {
    .c336 {
        min-width: 320px;
        margin-top: -7px;
        min-height: 953px
    }

    .ps1440 {
        margin-top: 7px
    }

    .s1246 {
        min-width: 320px;
        height: 223px
    }

    .ps1442 {
        margin-top: 46px
    }

    .s1247 {
        width: 320px;
        min-height: 66px
    }

    .ps1443 {
        margin-left: 8px
    }

    .ps1444 {
        margin-top: 6px
    }

    .i110 {
        left: 1px;
        min-width: 20px;
        max-width: 20px;
        min-height: 20px;
        max-height: 20px;
        -ms-transform: rotate(89deg) scale(-1, 1);
        -moz-transform: rotate(89deg) scale(-1, 1);
        -webkit-transform: rotate(89deg) scale(-1, 1);
        transform: rotate(89deg) scale(-1, 1)
    }

    .ps1445 {
        margin-left: 7px;
        margin-top: 0
    }

    .s1248 {
        min-width: 128px;
        width: 128px;
        height: 32px
    }

    .f268 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.572
    }

    .ps1446 {
        margin-left: -156px;
        margin-top: 40px
    }

    .i111 {
        left: 0;
        min-width: 21px;
        max-width: 21px;
        min-height: 21px;
        max-height: 21px
    }

    .ps1447 {
        margin-left: 7px;
        margin-top: 36px
    }

    .s1249 {
        min-width: 201px;
        width: 201px;
        height: 30px
    }

    .ps1448 {
        margin-left: 41px;
        margin-top: 28px
    }

    .i112 {
        width: 33px;
        height: 33px
    }

    .ps1449 {
        margin-top: 6px
    }

    .s1250 {
        min-height: 105px
    }

    .ps1450 {
        margin-top: -217px
    }

    .s1251 {
        width: 320px;
        min-height: 206px
    }

    .ps1452 {
        margin-top: 127px
    }

    .i113 {
        width: 233px;
        height: 51px;
        top: 3px;
        -webkit-border-radius: 29px;
        -moz-border-radius: 29px;
        border-radius: 29px
    }

    .ps1453 {
        margin-left: 42px;
        margin-top: 171px
    }

    .s1252 {
        min-width: 31px;
        width: 31px;
        min-height: 35px;
        height: 35px
    }

    .s1253 {
        min-width: 31px;
        width: 31px;
        height: 35px
    }

    .mcv21 {
        display: inline-block
    }

    .v86 {
        display: inline-block;
        vertical-align: top
    }

    .c339 {
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: contain;
        background-image: url(../images/l/hamburger-gray-62.png)
    }

    .webp .c339 {
        background-image: url(../images/n/hamburger-gray-62.webp)
    }

    .ps1455 {
        margin-top: 14px
    }

    .s1254 {
        min-width: 31px;
        width: 31px;
        height: 6px
    }

    .f269 {
        font-size: 3px;
        font-size: calc(3px * var(--f));
        line-height: 1.334
    }

    .v87 {
        display: none
    }

    .ps1456 {
        margin-left: -249px
    }

    .ps1457 {
        margin-top: 3px
    }

    .s1255 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .f270 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .ps1458 {
        margin-top: 3px
    }

    .s1256 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps1459 {
        margin-top: 0
    }

    .ps1460 {
        margin-left: 0;
        margin-top: 0
    }

    .s1257 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .s1258 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps1463 {
        margin-left: 0;
        margin-top: 0
    }

    .s1259 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .s1260 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps1465 {
        margin-left: 0;
        margin-top: 0
    }

    .s1261 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps1467 {
        margin-top: 0
    }

    .s1262 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps1468 {
        margin-left: 0;
        margin-top: 0
    }

    .s1263 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps1469 {
        margin-left: 0;
        margin-top: 0
    }

    .s1264 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps1470 {
        margin-left: 0;
        margin-top: 0
    }

    .ps1471 {
        margin-left: 119px;
        margin-top: -206px
    }

    .s1265 {
        min-width: 197px;
        width: 197px;
        min-height: 30px
    }

    .input84 {
        width: 197px;
        height: 30px;
        font-family: "Lato 3";
        font-size: 13px;
        line-height: 1.232;
        font-weight: 700;
        font-style: normal
    }

    .ps1472 {
        margin-left: 174px;
        margin-top: -23px
    }

    .s1266 {
        min-width: 20px;
        width: 20px;
        height: 17px
    }

    .ps1473 {
        margin-top: -723px
    }

    .s1267 {
        min-width: 320px;
        height: 1112px
    }

    .ps1474 {
        margin-top: 27px
    }

    .s1268 {
        width: 320px;
        min-height: 1044px
    }

    .ps1475 {
        margin-left: 0
    }

    .ps1476 {
        margin-left: 21px
    }

    .i114 {
        left: 0;
        width: 99px;
        height: 97px;
        top: 1px;
        -webkit-border-radius: 49px;
        -moz-border-radius: 49px;
        border-radius: 49px
    }

    .ps1477 {
        margin-left: -114px;
        margin-top: 130px
    }

    .s1269 {
        min-width: 174px;
        width: 174px;
        height: 32px
    }

    .f271 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.376
    }

    .ps1478 {
        margin-left: 0;
        margin-top: -2px
    }

    .s1270 {
        min-width: 320px;
        width: 320px;
        min-height: 498px
    }

    .ps1479 {
        margin-top: 23px
    }

    .s1271 {
        min-width: 113px;
        width: 113px;
        height: 23px
    }

    .f272 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f272:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f272:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f272:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .ps1480 {
        margin-left: 2px;
        margin-top: 7px
    }

    .s1272 {
        min-width: 91px;
        width: 91px;
        height: 19px
    }

    .f273 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f273:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f273:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f273:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .ps1481 {
        margin-left: 0;
        margin-top: 35px
    }

    .s1273 {
        min-width: 90px;
        width: 90px;
        height: 20px
    }

    .ps1482 {
        margin-top: -47px
    }

    .s1274 {
        min-width: 140px;
        width: 140px;
        height: 22px
    }

    .ps1483 {
        margin-top: 68px
    }

    .s1275 {
        min-width: 163px;
        width: 163px;
        height: 20px
    }

    .ps1484 {
        margin-top: -49px
    }

    .s1276 {
        min-width: 126px;
        width: 126px;
        height: 21px
    }

    .ps1485 {
        margin-top: -81px
    }

    .s1277 {
        min-width: 166px;
        width: 166px;
        height: 24px
    }

    .ps1486 {
        margin-left: 0;
        margin-top: -192px
    }

    .s1278 {
        min-width: 320px;
        width: 320px;
        min-height: 475px
    }

    .ps1487 {
        margin-left: 171px
    }

    .s1279 {
        min-width: 149px;
        width: 149px;
        height: 32px
    }

    .ps1488 {
        margin-top: 209px
    }

    .s1280 {
        min-width: 163px;
        width: 163px;
        height: 24px
    }

    .ps1489 {
        margin-left: 11px;
        margin-top: -6px
    }

    .s1281 {
        min-width: 49px;
        width: 49px;
        height: 23px
    }

    .ps1490 {
        margin-top: 184px
    }

    .s1282 {
        min-width: 211px;
        width: 211px;
        height: 26px
    }

    .ps1491 {
        margin-left: 174px;
        margin-top: -419px
    }

    .s1283 {
        min-width: 111px;
        width: 111px;
        height: 21px
    }

    .f274 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168;
        letter-spacing: 0.05px
    }

    .f274:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168;
        letter-spacing: 0.05px
    }

    .f274:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168;
        letter-spacing: 0.05px
    }

    .f274:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168;
        letter-spacing: 0.05px
    }

    .ps1492 {
        margin-left: 0;
        margin-top: -62px
    }

    .s1284 {
        min-width: 223px;
        width: 223px;
        height: 21px
    }

    .ps1493 {
        margin-left: 7px;
        margin-top: -498px
    }

    .s1285 {
        min-width: 276px;
        width: 276px;
        min-height: 2px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1494 {
        margin-left: 0;
        margin-top: -196px
    }

    .ps1495 {
        margin-left: 0
    }

    .s1286 {
        min-width: 282px;
        width: 282px;
        min-height: 302px
    }

    .s1287 {
        min-width: 282px;
        width: 282px;
        height: 29px
    }

    .ps1496 {
        margin-left: 1px;
        margin-top: 245px
    }

    .s1288 {
        min-width: 218px;
        width: 218px;
        height: 28px
    }

    .ps1497 {
        margin-left: 0;
        margin-top: -266px
    }

    .s1289 {
        min-width: 291px;
        width: 291px;
        height: 31px
    }

    .f275 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f275:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f275:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f275:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .ps1498 {
        margin-left: 1px;
        margin-top: 24px
    }

    .s1290 {
        min-width: 212px;
        width: 212px;
        height: 20px
    }

    .ps1499 {
        margin-top: 9px
    }

    .s1291 {
        min-width: 211px;
        width: 211px;
        height: 19px
    }

    .ps1500 {
        margin-left: 1px;
        margin-top: -170px
    }

    .s1292 {
        min-width: 238px;
        width: 238px;
        height: 24px
    }

    .ps1501 {
        margin-top: -72px
    }

    .s1293 {
        min-width: 87px;
        width: 87px;
        height: 24px
    }

    .ps1502 {
        margin-top: -133px
    }

    .s1294 {
        min-width: 298px;
        width: 298px;
        height: 20px
    }

    .ps1503 {
        margin-left: 0;
        margin-top: -388px
    }

    .s1295 {
        min-width: 291px;
        width: 291px;
        min-height: 135px
    }

    .ps1504 {
        margin-top: 102px
    }

    .s1296 {
        min-width: 268px;
        width: 268px;
        height: 33px
    }

    .f276 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.601
    }

    .ps1505 {
        margin-top: -135px
    }

    .s1297 {
        min-width: 291px;
        width: 291px;
        min-height: 3px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1506 {
        margin-left: 23px;
        margin-top: 29px
    }

    .i115 {
        width: 47px;
        height: 72px
    }

    .ps1508 {
        margin-left: 19px
    }

    .i116 {
        width: 47px;
        height: 72px
    }

    .ps1509 {
        margin-left: 17px;
        margin-top: 0
    }

    .i117 {
        left: 0;
        width: 47px;
        height: 47px;
        top: 12px
    }

    .ps1510 {
        margin-left: 12px;
        margin-top: -354px
    }

    .s1298 {
        min-width: 278px;
        width: 278px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1511 {
        margin-left: 0;
        margin-top: 23px
    }

    .s1299 {
        min-width: 287px;
        width: 287px;
        height: 84px
    }

    .f277 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.616
    }

    .ps1512 {
        margin-top: -1268px
    }

    .s1300 {
        width: 320px;
        height: 551px
    }

    .ps1513 {
        margin-left: 0
    }

    .s1301 {
        min-width: 320px;
        width: 320px;
        min-height: 551px
    }

    .s1302 {
        min-width: 320px;
        width: 320px;
        min-height: 551px
    }

    .ps1514 {
        margin-left: 4px
    }

    .s1303 {
        min-width: 313px;
        width: 313px;
        height: 83px
    }

    .f278 {
        font-size: 3px;
        font-size: calc(3px * var(--f));
        line-height: 1.334
    }

    .ps1515 {
        margin-top: 51px
    }

    .ps1516 {
        margin-left: 265px;
        margin-top: 10px
    }

    .i118 {
        left: 0;
        min-width: 26px;
        max-width: 26px;
        min-height: 26px;
        max-height: 26px
    }

    .ps1517 {
        margin-left: 3px;
        margin-top: 13px
    }

    .s1304 {
        min-width: 317px;
        height: 39px;
        width: 317px
    }

    .f279 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.279;
        padding-top: 8px;
        padding-bottom: 8px
    }

    .c345::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c345:hover:before {
        opacity: 1
    }

    .c345::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c345:hover:after {
        opacity: 0
    }

    .c345:active:before {
        opacity: 1
    }

    .c345:active:after {
        opacity: 1;
        transition: initial
    }

    .ps1518 {
        margin-top: 2px
    }

    .s1305 {
        min-width: 320px;
        width: 320px;
        min-height: 204px
    }

    .s1306 {
        min-width: 320px;
        height: 39px;
        width: 320px
    }

    .ps1519 {
        margin-left: 1px;
        margin-top: 2px
    }

    .s1307 {
        min-width: 319px;
        height: 39px;
        width: 319px
    }

    .ps1520 {
        margin-top: 3px
    }

    .ps1521 {
        margin-top: 2px
    }

    .ps1522 {
        margin-left: 1px;
        margin-top: 2px
    }

    .ps1523 {
        margin-left: 0;
        margin-top: 2px
    }

    .ps1524 {
        margin-left: 0;
        margin-top: 2px
    }

    .ps1525 {
        margin-left: 1px;
        margin-top: 2px
    }

    .s1308 {
        min-width: 319px;
        height: 39px;
        width: 319px
    }

    .f280 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.279;
        padding-top: 8px;
        padding-bottom: 8px
    }

    .s1309 {
        min-width: 320px;
        min-height: 18px
    }

    .ps1526 {
        margin-top: 4px
    }

    .s1310 {
        width: 320px;
        min-height: 10px
    }

    .ps1527 {
        margin-left: 228px
    }

    .s1311 {
        min-width: 43px;
        height: 10px;
        width: 43px
    }

    .f281 {
        font-size: 3px;
        font-size: calc(3px * var(--f));
        line-height: 1.334;
        padding-top: 3px;
        padding-bottom: 3px
    }

    .ps1528 {
        margin-left: 3px
    }

    .c348 {
        margin-top: 717px
    }

    body {
        --d: 5;
        --s: 320
    }
}

body {
    --f: 1;
    min-width: 1920px
}

@media (min-width:1200px) and (max-width:1919px) {
    body {
        min-width: 1200px
    }
}

@media (min-width:960px) and (max-width:1199px) {
    body {
        min-width: 960px
    }
}

@media (min-width:768px) and (max-width:959px) {
    body {
        min-width: 768px
    }
}

@media (min-width:480px) and (max-width:767px) {
    body {
        min-width: 480px
    }
}

@media (max-width:479px) {
    body {
        min-width: 320px
    }
}

.c349 {
    display: block;
    position: relative;
    pointer-events: none;
    min-width: 1920px;
    width: 100%;
    overflow: hidden;
    margin-top: 0;
    z-index: 2;
    min-height: 1022px
}

.v91 {
    display: block
}

.ps1529 {
    position: relative;
    margin-top: 0
}

.s1312 {
    width: 100%;
    min-width: 1920px;
    height: 347px;
    padding-bottom: 0
}

.c350 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #5789c1
}

.z1143 {
    pointer-events: none
}

.ps1530 {
    display: inline-block;
    width: 0;
    height: 0
}

.ps1531 {
    position: relative;
    margin-top: 11px
}

.s1313 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 67px
}

.v92 {
    display: inline-block;
    vertical-align: top
}

.ps1532 {
    position: relative;
    margin-left: 66px;
    margin-top: 0
}

.ps1533 {
    position: relative;
    margin-left: 0;
    margin-top: 13px
}

.z1144 {
    z-index: 6;
    pointer-events: auto
}

.i119 {
    position: absolute;
    left: 4px;
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    top: 0;
    color: #fff;
    -ms-transform: rotate(0deg) scale(1, 1);
    -moz-transform: rotate(0deg) scale(1, 1);
    -webkit-transform: rotate(0deg) scale(1, 1);
    transform: rotate(0deg) scale(1, 1)
}

.ps1534 {
    position: relative;
    margin-left: 17px;
    margin-top: 13px
}

.s1314 {
    min-width: 275px;
    width: 275px;
    overflow: hidden;
    height: 40px
}

.z1145 {
    z-index: 5;
    pointer-events: auto
}

.p31 {
    text-indent: 0;
    padding-bottom: 0;
    padding-right: 0;
    text-align: left
}

.f282 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.126;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps1535 {
    position: relative;
    margin-left: 42px;
    margin-top: 13px
}

.z1146 {
    z-index: 7;
    pointer-events: auto
}

.i120 {
    position: absolute;
    left: 16px;
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    top: 0;
    color: #fff
}

.ps1536 {
    position: relative;
    margin-left: -2px;
    margin-top: 13px
}

.s1315 {
    min-width: 446px;
    width: 446px;
    overflow: hidden;
    height: 40px
}

.z1147 {
    z-index: 9;
    pointer-events: auto
}

.ps1537 {
    position: relative;
    margin-left: 863px;
    margin-top: 0
}

.z1148 {
    z-index: 8;
    pointer-events: auto
}

.a38 {
    display: block
}

.i121 {
    position: absolute;
    left: 0;
    width: 67px;
    height: 67px;
    top: 0;
    -webkit-filter: brightness(400%);
    -moz-filter: brightness(400%);
    filter: brightness(400%);
    border: 0
}

.ps1538 {
    position: relative;
    margin-top: 7px
}

.s1316 {
    margin-left: -0%;
    width: 100%;
    min-height: 262px
}

.c351 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 0 rgba(128, 128, 128, 0.2)
}

.z1149 {
    z-index: 3;
    pointer-events: auto
}

.ps1539 {
    position: relative;
    margin-top: -252px
}

.s1317 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 236px
}

.ps1540 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.ps1541 {
    position: relative;
    margin-left: 0;
    margin-top: 3px
}

.z1150 {
    z-index: 4;
    pointer-events: auto
}

.i122 {
    position: absolute;
    left: 0;
    width: 170px;
    height: 37px;
    top: 66px;
    -webkit-border-radius: 84px;
    -moz-border-radius: 84px;
    border-radius: 84px;
    border: 0
}

.v93 {
    display: inline-block;
    vertical-align: top;
    overflow: visible
}

.ps1542 {
    position: relative;
    margin-left: 49px;
    margin-top: 148px
}

.z1151 {
    z-index: 10;
    pointer-events: auto
}

.ps1543 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s1318 {
    min-width: 0;
    width: 0;
    min-height: 0;
    height: 0
}

.m12 {
    padding: 0px 0px 0px 0px
}

.s1319 {
    min-width: 46px;
    width: 0;
    height: 0
}

.mcv23 {
    display: none
}

.v94 {
    display: none
}

.ps1544 {
    position: relative;
    margin-left: 0;
    margin-top: 92px
}

.s1320 {
    min-width: 46px;
    width: 46px;
    overflow: hidden;
    height: 26px
}

.z1152 {
    pointer-events: auto
}

.p32 {
    text-indent: 0;
    padding-bottom: 0;
    padding-right: 0;
    text-align: center
}

.f283 {
    font-family: "Lato 2";
    font-size: 17px;
    font-size: calc(17px * var(--f));
    line-height: 1.295;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: transparent;
    background-color: initial;
    text-shadow: none
}

.v95 {
    display: inline-block;
    vertical-align: top
}

.ps1545 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.z1153 {
    z-index: 9999
}

.mcv24 {
    display: inline-block
}

.c353 {
    border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #5789c1
}

.ps1546 {
    position: relative;
    margin-left: 0;
    margin-top: 23px
}

.s1321 {
    min-width: 159px;
    width: 159px;
    overflow: hidden;
    height: 41px
}

.f284 {
    font-family: "Lato 2";
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.220;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.v96 {
    display: none
}

.ml12 {
    outline: 0
}

.ps1547 {
    position: relative;
    margin-left: 0;
    margin-top: 7px
}

.s1322 {
    min-width: 450px;
    width: 450px;
    overflow: hidden;
    height: 41px
}

.ps1548 {
    position: relative;
    margin-left: 0;
    margin-top: 1px
}

.ps1549 {
    position: relative;
    margin-left: 160px;
    margin-top: -88px
}

.s1323 {
    min-width: 256px;
    width: 256px;
    overflow: hidden;
    height: 41px
}

.ps1550 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s1324 {
    min-width: 472px;
    width: 472px;
    overflow: hidden;
    height: 41px
}

.ps1551 {
    position: relative;
    margin-left: 0;
    margin-top: 1px
}

.ps1552 {
    position: relative;
    margin-left: 417px;
    margin-top: -88px
}

.s1325 {
    min-width: 342px;
    width: 342px;
    overflow: hidden;
    height: 41px
}

.ps1553 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s1326 {
    min-width: 429px;
    width: 429px;
    overflow: hidden;
    height: 41px
}

.ps1554 {
    position: relative;
    margin-left: 760px;
    margin-top: -88px
}

.s1327 {
    min-width: 383px;
    width: 383px;
    overflow: hidden;
    height: 41px
}

.ps1555 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.ps1556 {
    position: relative;
    margin-left: 0;
    margin-top: 7px
}

.s1328 {
    min-width: 477px;
    width: 477px;
    overflow: hidden;
    height: 41px
}

.ps1557 {
    position: relative;
    margin-left: 1144px;
    margin-top: -88px
}

.s1329 {
    min-width: 185px;
    width: 185px;
    overflow: hidden;
    height: 41px
}

.ps1558 {
    position: relative;
    margin-left: 1330px;
    margin-top: -88px
}

.s1330 {
    min-width: 108px;
    width: 108px;
    overflow: hidden;
    height: 41px
}

.ps1559 {
    position: relative;
    margin-left: 1439px;
    margin-top: -88px
}

.ps1560 {
    position: relative;
    margin-left: 1154px;
    margin-top: -236px
}

.z1154 {
    z-index: 11
}

.s1331 {
    min-width: 741px;
    width: 741px;
    min-height: 79px;
    line-height: 0
}

.z1155 {
    z-index: 12;
    pointer-events: auto
}

.input85 {
    border: 1px solid #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.22);
    width: 741px;
    height: 79px;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 28px;
    line-height: 1.144;
    font-weight: 400;
    font-style: italic;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.input85::placeholder {
    color: rgb(0, 0, 0);
    opacity: 1
}

.ps1561 {
    position: relative;
    margin-left: 674px;
    margin-top: -73px
}

.s1332 {
    min-width: 64px;
    width: 64px;
    height: 55px;
    box-sizing: border-box
}

.c354 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    background-image: url(../images/t/search-svgrepo-com-2-.svg);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z1156 {
    z-index: 13;
    pointer-events: auto
}

.a39 {
    transform: translateZ(1px);
    display: inline-block;
    width: 100%;
    height: 100%;
    z-index: 1
}

.c354:hover {
    background-color: rgba(10, 37, 134, 0.74);
    border-color: transparent;
    color: #fff;
    background-clip: padding-box
}

.c354:active {
    transition: initial
}

.ps1562 {
    position: relative;
    margin-top: -675px
}

.s1333 {
    width: 100%;
    min-width: 1920px;
    min-height: 861px;
    padding-bottom: 0
}

.c355 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #cdd9b6;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    background-image: url(../images/j/screenshot-2025-06-28-at-12.28.03-am-640.jpg)
}

.z1157 {
    z-index: 1;
    pointer-events: none
}

.webp .c355 {
    background-image: url(../images/8/screenshot-2025-06-28-at-12.28.03-am-640.webp)
}

.ps1563 {
    position: relative;
    margin-top: -749px
}

.s1334 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    height: 1082px
}

.v97 {
    display: inline-block;
    vertical-align: top;
    pointer-events: auto
}

.ps1564 {
    position: relative;
    margin-left: 13px;
    margin-top: 0
}

.c356 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-image: -webkit-gradient(linear, 164deg, color-stop(0, rgba(10, 37, 134, 0.74)), color-stop(1, rgba(145, 6, 74, 0.72)));
    background-image: -o-linear-gradient(164deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: -webkit-linear-gradient(164deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: -ms-linear-gradient(164deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%);
    background-image: linear-gradient(164deg, rgba(10, 37, 134, 0.74) 0%, rgba(145, 6, 74, 0.72) 100%)
}

.z1158 {
    z-index: 14;
    pointer-events: auto
}

.ps1565 {
    position: relative;
    margin-left: 1664px;
    margin-top: 15px
}

.z1159 {
    z-index: 51
}

.i123 {
    position: absolute;
    left: 7px;
    min-width: 53px;
    max-width: 53px;
    min-height: 53px;
    max-height: 53px;
    top: 0;
    color: #fff
}

.v98 {
    display: inline-block;
    vertical-align: top;
    outline: 0
}

.ps1566 {
    position: relative;
    margin-left: 0;
    margin-top: 25px
}

.s1335 {
    min-width: 1752px;
    height: 112px;
    box-sizing: border-box;
    width: 1752px;
    padding-right: 0
}

.c357 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-image: -webkit-gradient(linear, 166deg, color-stop(0, rgba(10, 37, 134, 0.74)), color-stop(1, rgba(74, 149, 169, 0.52)));
    background-image: -o-linear-gradient(166deg, rgba(10, 37, 134, 0.74) 0%, rgba(74, 149, 169, 0.52) 100%);
    background-image: -webkit-linear-gradient(166deg, rgba(10, 37, 134, 0.74) 0%, rgba(74, 149, 169, 0.52) 100%);
    background-image: -ms-linear-gradient(166deg, rgba(10, 37, 134, 0.74) 0%, rgba(74, 149, 169, 0.52) 100%);
    background-image: linear-gradient(166deg, rgba(10, 37, 134, 0.74) 0%, rgba(74, 149, 169, 0.52) 100%);
    color: #fff;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z1160 {
    z-index: 52
}

.a40 {
    transform: translateZ(1px);
    display: inline-block;
    width: 100%;
    z-index: 1
}

.f285 {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 54px;
    font-size: calc(54px * var(--f));
    line-height: 1.242;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 23px;
    padding-bottom: 22px
}

.c357::before {
    background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
    background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-clip: content-box;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin-top: 0;
    margin-left: 0;
    z-index: -1;
    transition: opacity 0.2s linear
}

.c357:hover:before {
    opacity: 1
}

.c357:hover {
    background-color: transparent;
    border-color: transparent;
    color: #161616
}

.c357::after {
    background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
    background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
    background-clip: content-box;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin-top: 0;
    margin-left: 0;
    top: 0;
    left: 0;
    z-index: -1;
    transition: opacity 0.2s linear
}

.c357:hover:after {
    opacity: 0
}

.c357:active:before {
    opacity: 1
}

.c357:active:after {
    opacity: 1;
    transition: initial
}

.c357:active {
    transition: initial;
    color: #a1a1a1
}

.ps1567 {
    position: relative;
    margin-left: 0;
    margin-top: 8px
}

.s1336 {
    min-width: 1752px;
    width: 1752px;
    min-height: 171px;
    line-height: 0
}

.s1337 {
    min-width: 1752px;
    height: 112px;
    box-sizing: border-box;
    width: 1752px;
    padding-right: 0
}

.z1161 {
    z-index: 53;
    pointer-events: auto
}

.ps1568 {
    position: relative;
    margin-left: 0;
    margin-top: -53px
}

.s1338 {
    min-width: 1752px;
    height: 112px;
    box-sizing: border-box;
    width: 1752px;
    padding-right: 0
}

.z1162 {
    z-index: 54;
    pointer-events: auto
}

.ps1569 {
    position: relative;
    margin-left: 0;
    margin-top: -112px
}

.z1163 {
    z-index: 55;
    pointer-events: auto
}

.ps1570 {
    position: relative;
    margin-left: 0;
    margin-top: -112px
}

.z1164 {
    z-index: 56;
    pointer-events: auto
}

.ps1571 {
    position: relative;
    margin-left: 0;
    margin-top: -112px
}

.z1165 {
    z-index: 57;
    pointer-events: auto
}

.ps1572 {
    position: relative;
    margin-left: 37px;
    margin-top: 0
}

.z1166 {
    z-index: 58
}

.ps1573 {
    position: relative;
    margin-left: 32px;
    margin-top: 18px
}

.z1167 {
    z-index: 59
}

.ps1574 {
    position: relative;
    margin-left: 32px;
    margin-top: 8px
}

.s1339 {
    min-width: 1752px;
    height: 117px;
    box-sizing: border-box;
    width: 1752px;
    padding-right: 0
}

.z1168 {
    z-index: 60
}

.f286 {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 54px;
    font-size: calc(54px * var(--f));
    line-height: 1.242;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 25px;
    padding-bottom: 25px
}

.ps1575 {
    position: relative;
    margin-left: 197px;
    margin-top: 106px
}

.s1340 {
    min-width: 1568px;
    width: 1568px;
    min-height: 192px
}

.z1169 {
    z-index: 50;
    pointer-events: auto
}

.ad7 {
    display: none
}

.c358 {
    display: block;
    position: relative;
    pointer-events: none;
    min-width: 1920px;
    width: 100%;
    overflow: hidden;
    margin-top: 33px;
    z-index: 74;
    min-height: 1818px
}

.ps1576 {
    position: relative;
    margin-top: 0
}

.s1341 {
    width: 100%;
    min-width: 1920px;
    height: 1818px;
    padding-bottom: 0
}

.c359 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #175f07;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-image: url(../images/6/screenshot-2025-06-28-at-8.53.13-am-640.jpg)
}

.webp .c359 {
    background-image: url(../images/h/screenshot-2025-06-28-at-8.53.13-am-640.webp)
}

.ps1577 {
    position: relative;
    margin-top: 19px
}

.s1342 {
    margin-left: 24%;
    width: 100%;
    min-height: 1445px
}

.c360 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff
}

.z1170 {
    z-index: 62;
    pointer-events: auto
}

.ps1578 {
    position: relative;
    margin-top: -1421px
}

.s1343 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 1691px
}

.ps1579 {
    position: relative;
    margin-left: 499px;
    margin-top: 0
}

.s1344 {
    min-width: 1362px;
    height: 109px;
    box-sizing: border-box;
    width: 1362px;
    padding-right: 0
}

.c361 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 0 55px 55px 0;
    -moz-border-radius: 0 55px 55px 0;
    border-radius: 0 55px 55px 0;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    background-image: url(../images/6/screenshot-2025-07-04-at-7.41.15-pm-1362.jpg);
    box-shadow: 1px 0 29px rgba(0, 0, 0, 0.4);
    color: #fff;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear;
    transform-style: preserve-3d
}

.z1171 {
    z-index: 67;
    pointer-events: auto
}

.webp .c361 {
    background-image: url(../images/e/screenshot-2025-07-04-at-7.41.15-pm-1362.webp)
}

.f287 {
    transform: translateZ(1px);
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    z-index: 1;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-size: 54px;
    font-size: calc(54px * var(--f));
    line-height: 1.168;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 23px;
    padding-bottom: 23px
}

.c361:hover {
    background-color: #5789c1;
    border-color: transparent;
    color: #000;
    background-clip: padding-box
}

.c361:active {
    transition: initial;
    color: #fff
}

.ps1580 {
    position: relative;
    margin-left: 0;
    margin-top: 11px
}

.s1345 {
    min-width: 1920px;
    width: 1920px;
    min-height: 1571px
}

.s1346 {
    min-width: 454px;
    width: 454px;
    min-height: 1571px;
    line-height: 0
}

.s1347 {
    min-width: 454px;
    height: 109px;
    box-sizing: border-box;
    width: 454px;
    padding-right: 0
}

.c362 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 55px;
    -moz-border-radius: 55px;
    border-radius: 55px;
    background-color: #fff;
    box-shadow: 1px 0 29px rgba(0, 0, 0, 0.4);
    color: #5789c1;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear
}

.z1172 {
    z-index: 63;
    pointer-events: auto
}

.f288 {
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    z-index: 1;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-size: 35px;
    font-size: calc(35px * var(--f));
    line-height: 1.172;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 34px;
    padding-bottom: 34px
}

.c362:hover {
    background-color: #000;
    background-clip: padding-box;
    color: #fff
}

.c362:active {
    transition: initial;
    background-color: #fff;
    color: #000
}

.ps1581 {
    position: relative;
    margin-left: 0;
    margin-top: 16px
}

.c363 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 55px;
    -moz-border-radius: 55px;
    border-radius: 55px;
    background-color: #fff;
    box-shadow: 1px 0 29px rgba(0, 0, 0, 0.4);
    color: #5789c1;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear
}

.z1173 {
    z-index: 64;
    pointer-events: auto
}

.c363:hover {
    background-color: #161616;
    background-clip: padding-box;
    color: #fff
}

.c363:active {
    transition: initial;
    background-color: #fff;
    color: #000
}

.ps1582 {
    position: relative;
    margin-left: 0;
    margin-top: 17px
}

.z1174 {
    z-index: 65;
    pointer-events: auto
}

.ps1583 {
    position: relative;
    margin-left: 0;
    margin-top: 18px
}

.z1175 {
    z-index: 66;
    pointer-events: auto
}

.ps1584 {
    position: relative;
    margin-left: 0;
    margin-top: 20px
}

.c364 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 55px;
    -moz-border-radius: 55px;
    border-radius: 55px;
    background-color: #fff;
    box-shadow: 1px 0 29px rgba(0, 0, 0, 0.4);
    color: #5789c1;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear
}

.z1176 {
    z-index: 68;
    pointer-events: auto
}

.a41 {
    display: inline-block;
    width: 100%;
    z-index: 1
}

.f289 {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-size: 35px;
    font-size: calc(35px * var(--f));
    line-height: 1.172;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 34px;
    padding-bottom: 34px
}

.c364:hover {
    background-color: #5789c1;
    background-clip: padding-box;
    color: #000
}

.c364:active {
    transition: initial;
    color: #fff
}

.ps1585 {
    position: relative;
    margin-left: 0;
    margin-top: 19px
}

.z1177 {
    z-index: 69;
    pointer-events: auto
}

.ps1586 {
    position: relative;
    margin-left: 0;
    margin-top: 18px
}

.z1178 {
    z-index: 70;
    pointer-events: auto
}

.ps1587 {
    position: relative;
    margin-left: 16px;
    margin-top: 62px
}

.s1348 {
    min-width: 363px;
    width: 363px;
    min-height: 638px
}

.z1179 {
    z-index: 72;
    pointer-events: auto
}

.ad8 {
    display: none
}

.ps1588 {
    position: relative;
    margin-left: 432px;
    margin-top: -1544px
}

.s1349 {
    min-width: 1488px;
    width: 1488px;
    min-height: 1544px;
    line-height: 0
}

.ps1589 {
    position: relative;
    margin-left: 51px;
    margin-top: 0
}

.s1350 {
    min-width: 1411px;
    width: 1411px;
    height: 1230px
}

.z1180 {
    z-index: 71;
    pointer-events: auto
}

.wrapper8 {
    font-size: 15px;
    line-height: 1.4;
    height: 1230px
}

.wrapper8 div,
.wrapper8 p,
.wrapper8 a {
    font-size: 15px;
    line-height: 1.4
}

.wrapper8 input {
    font-size: 15px;
    line-height: 1.4;
    margin: 3px 2px 3px 2px
}

.ps1590 {
    position: relative;
    margin-left: 0;
    margin-top: 84px
}

.s1351 {
    min-width: 1488px;
    width: 1488px;
    min-height: 230px
}

.z1181 {
    z-index: 73;
    pointer-events: auto
}

.ps1591 {
    position: relative;
    margin-top: 18px
}

.s1352 {
    width: 100%;
    min-width: 1920px;
    height: 830px;
    padding-bottom: 0
}

.c365 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #000
}

.z1182 {
    z-index: 61;
    pointer-events: none
}

.ps1592 {
    position: relative;
    margin-top: 33px
}

.s1353 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 797px
}

.ps1593 {
    position: relative;
    margin-left: 50px;
    margin-top: 0
}

.ps1594 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.z1183 {
    z-index: 15;
    pointer-events: auto
}

.i124 {
    position: absolute;
    left: 10px;
    width: 181px;
    height: 178px;
    top: 0;
    -webkit-border-radius: 89px;
    -moz-border-radius: 89px;
    border-radius: 89px;
    box-shadow: 0 3px 40px 5px rgba(0, 0, 0, 0.22);
    border: 0
}

.ps1595 {
    position: relative;
    margin-left: 194px;
    margin-top: 0
}

.s1354 {
    min-width: 346px;
    width: 346px;
    overflow: hidden;
    height: 66px
}

.z1184 {
    z-index: 16;
    pointer-events: auto
}

.f290 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 41px;
    font-size: calc(41px * var(--f));
    line-height: 1.391;
    font-weight: 700;
    font-style: italic;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps1596 {
    position: relative;
    margin-left: -341px;
    margin-top: 87px
}

.s1355 {
    min-width: 733px;
    width: 733px;
    min-height: 5px;
    -ms-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.c366 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: rgba(28, 92, 132, 0.62)
}

.z1185 {
    z-index: 19
}

.ps1597 {
    position: relative;
    margin-left: 91px;
    margin-top: 0
}

.s1356 {
    min-width: 606px;
    width: 606px;
    min-height: 90px;
    line-height: 0
}

.ps1598 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s1357 {
    min-width: 518px;
    width: 518px;
    overflow: hidden;
    height: 66px
}

.z1186 {
    z-index: 17;
    pointer-events: auto
}

.f291 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 38px;
    font-size: calc(38px * var(--f));
    line-height: 1.606;
    font-weight: 700;
    font-style: italic;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps1599 {
    position: relative;
    margin-left: 0;
    margin-top: 19px
}

.s1358 {
    min-width: 606px;
    width: 606px;
    min-height: 5px;
    -ms-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.z1187 {
    z-index: 18
}

.ps1600 {
    position: relative;
    margin-left: 138px;
    margin-top: 204px
}

.s1359 {
    min-width: 1677px;
    width: 1677px;
    min-height: 415px
}

.ps1601 {
    position: relative;
    margin-left: 0;
    margin-top: 257px
}

.s1360 {
    min-width: 1667px;
    width: 1667px;
    min-height: 8px;
    -ms-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.z1188 {
    z-index: 20
}

.ps1602 {
    position: relative;
    margin-left: 8px;
    margin-top: -265px
}

.s1361 {
    min-width: 1669px;
    width: 1669px;
    min-height: 415px;
    line-height: 0
}

.ps1603 {
    position: relative;
    margin-left: 305px;
    margin-top: 0
}

.s1362 {
    min-width: 1263px;
    width: 1263px;
    min-height: 415px
}

.ps1604 {
    position: relative;
    margin-left: 0;
    margin-top: 47px
}

.s1363 {
    min-width: 737px;
    width: 737px;
    min-height: 368px;
    line-height: 0
}

.ps1605 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.z1189 {
    z-index: 26
}

.z1190 {
    z-index: 33
}

.s1364 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 42px
}

.z1191 {
    z-index: 34;
    pointer-events: auto
}

.f292 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.126;
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps1606 {
    position: relative;
    margin-left: 0;
    margin-top: 9px
}

.s1365 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 40px
}

.z1192 {
    z-index: 35;
    pointer-events: auto
}

.f293 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.001;
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps1607 {
    position: relative;
    margin-left: 3px;
    margin-top: 8px
}

.s1366 {
    min-width: 338px;
    width: 338px;
    overflow: hidden;
    height: 48px
}

.z1193 {
    z-index: 36;
    pointer-events: auto
}

.ps1608 {
    position: relative;
    margin-left: 0;
    margin-top: 8px
}

.s1367 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 46px
}

.z1194 {
    z-index: 37;
    pointer-events: auto
}

.ps1609 {
    position: relative;
    margin-left: 0;
    margin-top: 9px
}

.s1368 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 45px
}

.z1195 {
    z-index: 38;
    pointer-events: auto
}

.ps1610 {
    position: relative;
    margin-left: 0;
    margin-top: 8px
}

.s1369 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 48px
}

.z1196 {
    z-index: 39;
    pointer-events: auto
}

.ps1611 {
    position: relative;
    margin-left: 0;
    margin-top: 6px
}

.s1370 {
    min-width: 341px;
    width: 341px;
    overflow: hidden;
    height: 51px
}

.z1197 {
    z-index: 40;
    pointer-events: auto
}

.ps1612 {
    position: relative;
    margin-left: 40px;
    margin-top: 2px
}

.s1371 {
    min-width: 355px;
    width: 355px;
    min-height: 308px;
    line-height: 0
}

.ps1613 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s1372 {
    min-width: 350px;
    width: 350px;
    overflow: hidden;
    height: 40px
}

.z1198 {
    z-index: 27;
    pointer-events: auto
}

.ps1614 {
    position: relative;
    margin-left: 0;
    margin-top: 6px
}

.s1373 {
    min-width: 352px;
    width: 352px;
    overflow: hidden;
    height: 43px
}

.z1199 {
    z-index: 28;
    pointer-events: auto
}

.ps1615 {
    position: relative;
    margin-left: 0;
    margin-top: 8px
}

.s1374 {
    min-width: 352px;
    width: 352px;
    overflow: hidden;
    height: 46px
}

.z1200 {
    z-index: 29;
    pointer-events: auto
}

.ps1616 {
    position: relative;
    margin-left: 0;
    margin-top: 10px
}

.s1375 {
    min-width: 350px;
    width: 350px;
    overflow: hidden;
    height: 46px
}

.z1201 {
    z-index: 30;
    pointer-events: auto
}

.ps1617 {
    position: relative;
    margin-left: 0;
    margin-top: 63px
}

.s1376 {
    min-width: 355px;
    width: 355px;
    overflow: hidden;
    height: 46px
}

.z1202 {
    z-index: 32;
    pointer-events: auto
}

.f294 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.126;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps1618 {
    position: relative;
    margin-left: 383px;
    margin-top: -158px
}

.s1377 {
    min-width: 354px;
    width: 354px;
    overflow: hidden;
    height: 45px
}

.z1203 {
    z-index: 31;
    pointer-events: auto
}

.ps1619 {
    position: relative;
    margin-left: 327px;
    margin-top: -254px
}

.z1204 {
    z-index: 21;
    pointer-events: auto
}

.ps1620 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.z1205 {
    z-index: 23;
    pointer-events: auto
}

.i125 {
    position: absolute;
    left: 0;
    width: 110px;
    height: 96px;
    top: 0;
    border: 0
}

.ps1621 {
    position: relative;
    margin-left: -10px;
    margin-top: 0
}

.z1206 {
    z-index: 24;
    pointer-events: auto
}

.i126 {
    position: absolute;
    left: 0;
    width: 102px;
    height: 90px;
    top: 0;
    border: 0
}

.ps1622 {
    position: relative;
    margin-left: 4px;
    margin-top: 11px
}

.z1207 {
    z-index: 25;
    pointer-events: auto
}

.i127 {
    position: absolute;
    left: 11px;
    width: 67px;
    height: 67px;
    top: 0;
    border: 0
}

.ps1623 {
    position: relative;
    margin-left: 86px;
    margin-top: 0
}

.z1208 {
    z-index: 41
}

.ps1624 {
    position: relative;
    margin-left: 1px;
    margin-top: 0
}

.s1378 {
    min-width: 438px;
    width: 438px;
    overflow: hidden;
    height: 53px
}

.z1209 {
    z-index: 42;
    pointer-events: auto
}

.ps1625 {
    position: relative;
    margin-left: 1px;
    margin-top: 0
}

.s1379 {
    min-width: 438px;
    width: 438px;
    overflow: hidden;
    height: 51px
}

.z1210 {
    z-index: 43;
    pointer-events: auto
}

.ps1626 {
    position: relative;
    margin-left: 1px;
    margin-top: 2px
}

.s1380 {
    min-width: 438px;
    width: 438px;
    overflow: hidden;
    height: 53px
}

.z1211 {
    z-index: 44;
    pointer-events: auto
}

.f295 {
    font-family: "Lato 2";
    font-size: 32px;
    font-size: calc(32px * var(--f));
    line-height: 1.220;
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.ps1627 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s1381 {
    min-width: 440px;
    width: 440px;
    overflow: hidden;
    height: 48px
}

.z1212 {
    z-index: 45;
    pointer-events: auto
}

.ps1628 {
    position: relative;
    margin-left: 0;
    margin-top: 3px
}

.s1382 {
    min-width: 440px;
    width: 440px;
    overflow: hidden;
    height: 50px
}

.z1213 {
    z-index: 46;
    pointer-events: auto
}

.ps1629 {
    position: relative;
    margin-left: 0;
    margin-top: 1px
}

.s1383 {
    min-width: 440px;
    width: 440px;
    overflow: hidden;
    height: 53px
}

.z1214 {
    z-index: 47;
    pointer-events: auto
}

.ps1630 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.s1384 {
    min-width: 440px;
    width: 440px;
    overflow: hidden;
    height: 51px
}

.z1215 {
    z-index: 48;
    pointer-events: auto
}

.ps1631 {
    position: relative;
    margin-left: 1px;
    margin-top: 0
}

.s1385 {
    min-width: 438px;
    width: 438px;
    overflow: hidden;
    height: 50px
}

.z1216 {
    z-index: 49;
    pointer-events: auto
}

.ps1632 {
    position: relative;
    margin-left: 0;
    margin-top: -134px
}

.s1386 {
    min-width: 1669px;
    width: 1669px;
    overflow: hidden;
    height: 80px
}

.z1217 {
    z-index: 22;
    pointer-events: auto
}

.f296 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 24px;
    font-size: calc(24px * var(--f));
    line-height: 1.584;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: initial;
    text-shadow: none
}

.s1387 {
    width: 100%;
    width: calc(100% - var(--sw));
    min-width: 1920px;
    min-height: 107px
}

.c367 {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #a1a1a1
}

.z1218 {
    z-index: 76;
    pointer-events: none
}

.ps1633 {
    position: relative;
    margin-top: 22px
}

.s1388 {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 62px
}

.ps1634 {
    position: relative;
    margin-left: 1365px;
    margin-top: 0
}

.s1389 {
    min-width: 254px;
    height: 62px;
    box-sizing: border-box;
    width: 254px;
    padding-right: 0
}

.c368 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #161616;
    color: #a1a1a1;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition-timing-function: linear
}

.f297 {
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    z-index: 1;
    font-family: "Hanken Grotesk 3";
    font-size: 22px;
    font-size: calc(22px * var(--f));
    line-height: 1.319;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 17px;
    padding-bottom: 16px
}

.c368:hover {
    background-color: #06341d;
    background-clip: padding-box;
    color: #161616
}

.c368:active {
    transition: initial;
    color: #a1a1a1
}

.ps1635 {
    position: relative;
    margin-left: 24px;
    margin-top: 0
}

.c369 {
    display: inline-block;
    position: relative;
    margin-left: 0;
    margin-top: 0
}

body {
    --d: 0;
    --s: 1920
}

@media (min-width:1200px) and (max-width:1919px) {
    .c349 {
        min-width: 1200px;
        min-height: 679px
    }

    .s1312 {
        min-width: 1200px;
        height: 256px
    }

    .ps1531 {
        margin-top: 7px
    }

    .s1313 {
        width: 1200px;
        min-height: 42px
    }

    .ps1532 {
        margin-left: 41px
    }

    .ps1533 {
        margin-top: 8px
    }

    .i119 {
        left: 3px;
        min-width: 25px;
        max-width: 25px;
        min-height: 25px;
        max-height: 25px
    }

    .ps1534 {
        margin-left: 11px;
        margin-top: 8px
    }

    .s1314 {
        min-width: 172px;
        width: 172px;
        height: 25px
    }

    .f282 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .ps1535 {
        margin-left: 26px;
        margin-top: 8px
    }

    .i120 {
        left: 10px;
        min-width: 25px;
        max-width: 25px;
        min-height: 25px;
        max-height: 25px
    }

    .ps1536 {
        margin-left: -1px;
        margin-top: 8px
    }

    .s1315 {
        min-width: 279px;
        width: 279px;
        height: 25px
    }

    .ps1537 {
        margin-left: 539px
    }

    .i121 {
        width: 42px;
        height: 42px
    }

    .ps1538 {
        margin-top: 4px
    }

    .s1316 {
        min-height: 203px
    }

    .ps1539 {
        margin-top: -176px
    }

    .s1317 {
        width: 1200px;
        min-height: 167px
    }

    .ps1540 {
        margin-left: 27px
    }

    .ps1541 {
        margin-top: 6px
    }

    .i122 {
        width: 358px;
        height: 79px;
        top: 2px;
        -webkit-border-radius: 42px;
        -moz-border-radius: 42px;
        border-radius: 42px
    }

    .ps1542 {
        margin-left: 46px;
        margin-top: 41px
    }

    .s1319 {
        min-width: 30px
    }

    .ps1544 {
        margin-top: 56px
    }

    .s1320 {
        min-width: 30px;
        width: 30px;
        height: 18px
    }

    .f283 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.365
    }

    .ps1546 {
        margin-top: 5px
    }

    .s1321 {
        min-width: 117px;
        width: 117px;
        height: 26px
    }

    .f284 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201
    }

    .ps1547 {
        margin-top: 4px
    }

    .s1322 {
        min-width: 281px;
        width: 281px;
        height: 26px
    }

    .ps1549 {
        margin-left: 119px;
        margin-top: -36px
    }

    .s1323 {
        min-width: 178px;
        width: 178px;
        height: 26px
    }

    .s1324 {
        min-width: 295px;
        width: 295px;
        height: 26px
    }

    .ps1552 {
        margin-left: 299px;
        margin-top: -36px
    }

    .s1325 {
        min-width: 231px;
        width: 231px;
        height: 26px
    }

    .s1326 {
        min-width: 268px;
        width: 268px;
        height: 26px
    }

    .ps1554 {
        margin-left: 532px;
        margin-top: -36px
    }

    .s1327 {
        min-width: 257px;
        width: 257px;
        height: 26px
    }

    .ps1556 {
        margin-top: 4px
    }

    .s1328 {
        min-width: 298px;
        width: 298px;
        height: 26px
    }

    .ps1557 {
        margin-left: 791px;
        margin-top: -36px
    }

    .s1329 {
        min-width: 133px;
        width: 133px;
        height: 26px
    }

    .ps1558 {
        margin-left: 926px;
        margin-top: -36px
    }

    .s1330 {
        min-width: 85px;
        width: 85px;
        height: 26px
    }

    .ps1559 {
        margin-left: 1013px;
        margin-top: -36px
    }

    .ps1560 {
        margin-left: 700px;
        margin-top: -167px
    }

    .s1331 {
        min-width: 464px;
        width: 464px;
        min-height: 49px
    }

    .input85 {
        width: 464px;
        height: 49px;
        font-size: 18px;
        line-height: 1.168
    }

    .ps1561 {
        margin-left: 431px;
        margin-top: -41px
    }

    .s1332 {
        min-width: 27px;
        width: 27px;
        height: 33px
    }

    .ps1562 {
        margin-top: -423px
    }

    .s1333 {
        min-width: 1200px;
        min-height: 538px
    }

    .ps1563 {
        margin-top: -507px
    }

    .s1334 {
        width: 1200px;
        height: 676px
    }

    .ps1564 {
        margin-left: 8px
    }

    .ps1565 {
        margin-left: 1040px;
        margin-top: 9px
    }

    .i123 {
        left: 5px;
        min-width: 33px;
        max-width: 33px;
        min-height: 33px;
        max-height: 33px
    }

    .ps1566 {
        margin-top: 16px
    }

    .s1335 {
        min-width: 1095px;
        height: 70px;
        width: 1095px
    }

    .f285 {
        font-size: 34px;
        font-size: calc(34px * var(--f));
        line-height: 1.207;
        padding-top: 15px;
        padding-bottom: 14px
    }

    .c357::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c357:hover:before {
        opacity: 1
    }

    .c357::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c357:hover:after {
        opacity: 0
    }

    .c357:active:before {
        opacity: 1
    }

    .c357:active:after {
        opacity: 1;
        transition: initial
    }

    .ps1567 {
        margin-top: 5px
    }

    .s1336 {
        min-width: 1095px;
        width: 1095px;
        min-height: 107px
    }

    .s1337 {
        min-width: 1095px;
        height: 70px;
        width: 1095px
    }

    .ps1568 {
        margin-top: -33px
    }

    .s1338 {
        min-width: 1095px;
        height: 70px;
        width: 1095px
    }

    .ps1569 {
        margin-top: -70px
    }

    .ps1570 {
        margin-top: -70px
    }

    .ps1571 {
        margin-top: -70px
    }

    .ps1572 {
        margin-left: 23px
    }

    .ps1573 {
        margin-left: 20px;
        margin-top: 11px
    }

    .ps1574 {
        margin-left: 20px;
        margin-top: 5px
    }

    .s1339 {
        min-width: 1095px;
        height: 73px;
        width: 1095px
    }

    .f286 {
        font-size: 34px;
        font-size: calc(34px * var(--f));
        line-height: 1.207;
        padding-top: 16px;
        padding-bottom: 16px
    }

    .ps1575 {
        margin-left: 123px;
        margin-top: 66px
    }

    .s1340 {
        min-width: 980px;
        width: 980px;
        min-height: 120px
    }

    .ad7 {
        display: inline-block
    }

    .c358 {
        min-width: 1200px;
        margin-top: 58px;
        min-height: 1138px
    }

    .ps1576 {
        margin-top: 2px
    }

    .s1341 {
        min-width: 1200px;
        height: 1136px
    }

    .ps1577 {
        margin-top: 12px
    }

    .s1342 {
        min-height: 903px
    }

    .ps1578 {
        margin-top: -888px
    }

    .s1343 {
        width: 1200px;
        min-height: 1057px
    }

    .ps1579 {
        margin-left: 312px
    }

    .s1344 {
        min-width: 851px;
        height: 68px;
        width: 851px
    }

    .c361 {
        -webkit-border-radius: 0 34px 34px 0;
        -moz-border-radius: 0 34px 34px 0;
        border-radius: 0 34px 34px 0;
        background-image: url(../images/t/screenshot-2025-07-04-at-7.41.15-pm-851.jpg)
    }

    .webp .c361 {
        background-image: url(../images/l/screenshot-2025-07-04-at-7.41.15-pm-851.webp)
    }

    .f287 {
        font-size: 34px;
        font-size: calc(34px * var(--f));
        line-height: 1.177;
        padding-top: 14px;
        padding-bottom: 14px
    }

    .ps1580 {
        margin-top: 7px
    }

    .s1345 {
        min-width: 1200px;
        width: 1200px;
        min-height: 982px
    }

    .s1346 {
        min-width: 284px;
        width: 284px;
        min-height: 982px
    }

    .s1347 {
        min-width: 284px;
        height: 68px;
        width: 284px
    }

    .c362 {
        -webkit-border-radius: 34px;
        -moz-border-radius: 34px;
        border-radius: 34px
    }

    .f288 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.183;
        padding-top: 21px;
        padding-bottom: 21px
    }

    .ps1581 {
        margin-top: 10px
    }

    .c363 {
        -webkit-border-radius: 34px;
        -moz-border-radius: 34px;
        border-radius: 34px
    }

    .ps1582 {
        margin-top: 11px
    }

    .ps1583 {
        margin-top: 11px
    }

    .ps1584 {
        margin-top: 13px
    }

    .c364 {
        -webkit-border-radius: 34px;
        -moz-border-radius: 34px;
        border-radius: 34px
    }

    .f289 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.183;
        padding-top: 21px;
        padding-bottom: 21px
    }

    .ps1585 {
        margin-top: 12px
    }

    .ps1586 {
        margin-top: 11px
    }

    .ps1587 {
        margin-left: 10px;
        margin-top: 39px
    }

    .s1348 {
        min-width: 227px;
        width: 227px;
        min-height: 399px
    }

    .ps1588 {
        margin-left: 270px;
        margin-top: -965px
    }

    .s1349 {
        min-width: 930px;
        width: 930px;
        min-height: 965px
    }

    .ps1589 {
        margin-left: 32px
    }

    .s1350 {
        min-width: 882px;
        width: 882px;
        height: 769px
    }

    .wrapper8 {
        height: 769px
    }

    .ps1590 {
        margin-top: 52px
    }

    .s1351 {
        min-width: 930px;
        width: 930px;
        min-height: 144px
    }

    .s1352 {
        min-width: 1200px;
        height: 519px
    }

    .ps1592 {
        margin-top: 21px
    }

    .s1353 {
        width: 1200px;
        min-height: 464px
    }

    .ps1593 {
        margin-left: 31px
    }

    .i124 {
        left: 7px;
        width: 113px;
        height: 111px;
        -webkit-border-radius: 56px;
        -moz-border-radius: 56px;
        border-radius: 56px
    }

    .ps1595 {
        margin-left: 122px
    }

    .s1354 {
        min-width: 216px;
        width: 216px;
        height: 41px
    }

    .f290 {
        font-size: 26px;
        font-size: calc(26px * var(--f));
        line-height: 1.386
    }

    .ps1596 {
        margin-left: -213px;
        margin-top: 54px
    }

    .s1355 {
        min-width: 458px;
        width: 458px;
        min-height: 3px
    }

    .ps1597 {
        margin-left: 57px
    }

    .s1356 {
        min-width: 379px;
        width: 379px;
        min-height: 56px
    }

    .s1357 {
        min-width: 324px;
        width: 324px;
        height: 41px
    }

    .f291 {
        font-size: 24px;
        font-size: calc(24px * var(--f));
        line-height: 1.584
    }

    .ps1599 {
        margin-top: 12px
    }

    .s1358 {
        min-width: 379px;
        width: 379px;
        min-height: 3px
    }

    .ps1600 {
        margin-left: 86px;
        margin-top: -51px
    }

    .s1359 {
        min-width: 1048px;
        width: 1048px;
        min-height: 404px
    }

    .ps1601 {
        margin-top: 339px
    }

    .s1360 {
        min-width: 1042px;
        width: 1042px;
        min-height: 5px
    }

    .ps1602 {
        margin-left: 5px;
        margin-top: -344px
    }

    .s1361 {
        min-width: 1043px;
        width: 1043px;
        min-height: 404px
    }

    .ps1603 {
        margin-left: 191px
    }

    .s1362 {
        min-width: 789px;
        width: 789px;
        min-height: 339px
    }

    .ps1604 {
        margin-top: 0
    }

    .s1363 {
        min-width: 503px;
        width: 503px;
        min-height: 339px
    }

    .s1364 {
        min-width: 213px;
        width: 213px;
        height: 26px
    }

    .f292 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f292:visited {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f292:hover {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f292:active {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .ps1606 {
        margin-top: 6px
    }

    .s1365 {
        min-width: 213px;
        width: 213px;
        height: 25px
    }

    .f293 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.051
    }

    .f293:visited {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.051
    }

    .f293:hover {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.051
    }

    .f293:active {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.051
    }

    .ps1607 {
        margin-left: 2px;
        margin-top: 5px
    }

    .s1366 {
        min-width: 211px;
        width: 211px;
        height: 30px
    }

    .ps1608 {
        margin-top: 5px
    }

    .s1367 {
        min-width: 213px;
        width: 213px;
        height: 29px
    }

    .ps1609 {
        margin-top: 5px
    }

    .s1368 {
        min-width: 213px;
        width: 213px;
        height: 28px
    }

    .ps1610 {
        margin-top: 5px
    }

    .s1369 {
        min-width: 213px;
        width: 213px;
        height: 30px
    }

    .ps1611 {
        margin-top: 4px
    }

    .s1370 {
        min-width: 213px;
        width: 213px;
        height: 32px
    }

    .ps1612 {
        margin-left: 25px;
        margin-top: 1px
    }

    .s1371 {
        min-width: 222px;
        width: 222px;
        min-height: 193px
    }

    .s1372 {
        min-width: 219px;
        width: 219px;
        height: 25px
    }

    .ps1614 {
        margin-top: 4px
    }

    .s1373 {
        min-width: 220px;
        width: 220px;
        height: 27px
    }

    .ps1615 {
        margin-top: 5px
    }

    .s1374 {
        min-width: 220px;
        width: 220px;
        height: 29px
    }

    .ps1616 {
        margin-top: 6px
    }

    .s1375 {
        min-width: 219px;
        width: 219px;
        height: 29px
    }

    .ps1617 {
        margin-top: 39px
    }

    .s1376 {
        min-width: 222px;
        width: 222px;
        height: 29px
    }

    .f294 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f294:visited {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f294:hover {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .f294:active {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.101
    }

    .ps1618 {
        margin-left: 239px;
        margin-top: -99px
    }

    .s1377 {
        min-width: 243px;
        width: 243px;
        height: 42px
    }

    .ps1619 {
        margin-left: 204px;
        margin-top: 37px
    }

    .i125 {
        width: 112px;
        height: 72px
    }

    .i126 {
        width: 104px;
        height: 67px
    }

    .ps1622 {
        margin-top: 8px
    }

    .i127 {
        left: 15px;
        width: 59px;
        height: 59px
    }

    .ps1623 {
        margin-left: 11px;
        margin-top: 2px
    }

    .s1378 {
        min-width: 274px;
        width: 274px;
        height: 33px
    }

    .s1379 {
        min-width: 274px;
        width: 274px;
        height: 32px
    }

    .ps1626 {
        margin-top: 1px
    }

    .s1380 {
        min-width: 274px;
        width: 274px;
        height: 33px
    }

    .f295 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201
    }

    .f295:visited {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201
    }

    .f295:hover {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201
    }

    .f295:active {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.201
    }

    .s1381 {
        min-width: 275px;
        width: 275px;
        height: 30px
    }

    .ps1628 {
        margin-top: 2px
    }

    .s1382 {
        min-width: 275px;
        width: 275px;
        height: 31px
    }

    .s1383 {
        min-width: 275px;
        width: 275px;
        height: 33px
    }

    .s1384 {
        min-width: 275px;
        width: 275px;
        height: 32px
    }

    .s1385 {
        min-width: 274px;
        width: 274px;
        height: 31px
    }

    .ps1632 {
        margin-top: 15px
    }

    .s1386 {
        min-width: 1043px;
        width: 1043px;
        height: 50px
    }

    .f296 {
        font-size: 15px;
        font-size: calc(15px * var(--f));
        line-height: 1.601
    }

    .s1387 {
        min-width: 1200px;
        min-height: 67px
    }

    .ps1633 {
        margin-top: 14px
    }

    .s1388 {
        width: 1200px;
        min-height: 39px
    }

    .ps1634 {
        margin-left: 853px
    }

    .s1389 {
        min-width: 159px;
        height: 39px;
        width: 159px
    }

    .f297 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.287;
        padding-top: 11px;
        padding-bottom: 10px
    }

    .ps1635 {
        margin-left: 15px
    }

    body {
        --d: 1;
        --s: 1200
    }
}

@media (min-width:960px) and (max-width:1199px) {
    .c349 {
        min-width: 960px;
        min-height: 471px
    }

    .s1312 {
        min-width: 960px;
        height: 233px
    }

    .ps1531 {
        margin-top: 5px
    }

    .s1313 {
        width: 960px;
        min-height: 49px
    }

    .ps1532 {
        margin-left: 188px
    }

    .ps1533 {
        margin-top: 4px
    }

    .i119 {
        left: 0;
        min-width: 24px;
        max-width: 24px;
        min-height: 24px;
        max-height: 24px
    }

    .ps1534 {
        margin-left: 14px;
        margin-top: 4px
    }

    .s1314 {
        min-width: 146px;
        width: 146px;
        height: 25px
    }

    .f282 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.188
    }

    .ps1535 {
        margin-left: 36px;
        margin-top: 0
    }

    .i120 {
        left: 4px;
        min-width: 32px;
        max-width: 32px;
        min-height: 32px;
        max-height: 32px
    }

    .ps1536 {
        margin-left: 7px;
        margin-top: 4px
    }

    .s1315 {
        min-width: 228px;
        width: 228px;
        height: 25px
    }

    .ps1537 {
        margin-left: 224px;
        margin-top: 7px
    }

    .i121 {
        left: 1px;
        width: 42px;
        height: 42px
    }

    .ps1538 {
        margin-top: 22px
    }

    .s1316 {
        min-height: 157px
    }

    .ps1539 {
        margin-top: -156px
    }

    .s1317 {
        width: 960px;
        min-height: 130px
    }

    .ps1541 {
        margin-top: 0
    }

    .i122 {
        width: 261px;
        height: 57px;
        top: 11px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        border-radius: 40px
    }

    .ps1542 {
        margin-left: 132px;
        margin-top: 15px
    }

    .s1319 {
        min-width: 22px
    }

    .ps1544 {
        margin-top: 45px
    }

    .s1320 {
        min-width: 22px;
        width: 22px;
        height: 14px
    }

    .f283 {
        font-size: 8px;
        font-size: calc(8px * var(--f));
        line-height: 1.376
    }

    .ps1546 {
        margin-top: 8px
    }

    .s1321 {
        min-width: 79px;
        width: 79px;
        height: 19px
    }

    .f284 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .ps1547 {
        margin-top: 1px
    }

    .s1322 {
        min-width: 205px;
        width: 205px;
        height: 19px
    }

    .ps1549 {
        margin-left: 80px;
        margin-top: -36px
    }

    .s1323 {
        min-width: 122px;
        width: 122px;
        height: 19px
    }

    .s1324 {
        min-width: 215px;
        width: 215px;
        height: 19px
    }

    .ps1552 {
        margin-left: 203px;
        margin-top: -36px
    }

    .s1325 {
        min-width: 159px;
        width: 159px;
        height: 19px
    }

    .s1326 {
        min-width: 200px;
        width: 200px;
        height: 19px
    }

    .ps1554 {
        margin-left: 363px;
        margin-top: -36px
    }

    .s1327 {
        min-width: 177px;
        width: 177px;
        height: 19px
    }

    .ps1556 {
        margin-top: 1px
    }

    .s1328 {
        min-width: 238px;
        width: 238px;
        height: 19px
    }

    .ps1557 {
        margin-left: 541px;
        margin-top: -36px
    }

    .s1329 {
        min-width: 91px;
        width: 91px;
        height: 19px
    }

    .ps1558 {
        margin-left: 633px;
        margin-top: -36px
    }

    .s1330 {
        min-width: 57px;
        width: 57px;
        height: 19px
    }

    .ps1559 {
        margin-left: 691px;
        margin-top: -36px
    }

    .ps1560 {
        margin-left: 604px;
        margin-top: -112px
    }

    .s1331 {
        min-width: 347px;
        width: 347px;
        min-height: 40px
    }

    .input85 {
        width: 347px;
        height: 40px;
        font-size: 14px;
        font-style: normal
    }

    .ps1561 {
        margin-left: 318px;
        margin-top: -34px
    }

    .s1332 {
        min-width: 24px;
        width: 24px;
        height: 29px
    }

    .ps1562 {
        margin-top: -238px
    }

    .s1333 {
        min-width: 960px;
        min-height: 430px
    }

    .ps1563 {
        margin-top: -392px
    }

    .s1334 {
        width: 960px;
        height: 499px
    }

    .ps1564 {
        margin-left: 0
    }

    .ps1565 {
        margin-left: 860px;
        margin-top: 16px
    }

    .i123 {
        left: 0;
        min-width: 16px;
        max-width: 16px;
        min-height: 16px;
        max-height: 16px
    }

    .ps1566 {
        margin-top: -8px
    }

    .s1335 {
        min-width: 882px;
        height: 56px;
        width: 882px
    }

    .f285 {
        font-size: 27px;
        font-size: calc(27px * var(--f));
        line-height: 1.223;
        padding-top: 12px;
        padding-bottom: 11px
    }

    .c357::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c357:hover:before {
        opacity: 1
    }

    .c357::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c357:hover:after {
        opacity: 0
    }

    .c357:active:before {
        opacity: 1
    }

    .c357:active:after {
        opacity: 1;
        transition: initial
    }

    .ps1567 {
        margin-top: -56px
    }

    .s1336 {
        min-width: 882px;
        width: 882px;
        min-height: 56px
    }

    .s1337 {
        min-width: 882px;
        height: 56px;
        width: 882px
    }

    .ps1568 {
        margin-top: -56px
    }

    .s1338 {
        min-width: 882px;
        height: 56px;
        width: 882px
    }

    .ps1569 {
        margin-top: -56px
    }

    .ps1570 {
        margin-top: -56px
    }

    .ps1571 {
        margin-top: -56px
    }

    .ps1572 {
        margin-left: 0;
        margin-top: -56px
    }

    .ps1573 {
        margin-left: 0;
        margin-top: -56px
    }

    .ps1574 {
        margin-left: 0;
        margin-top: -59px
    }

    .s1339 {
        min-width: 882px;
        height: 59px;
        width: 882px
    }

    .f286 {
        font-size: 27px;
        font-size: calc(27px * var(--f));
        line-height: 1.223;
        padding-top: 13px;
        padding-bottom: 13px
    }

    .ps1575 {
        margin-left: 98px;
        margin-top: 323px
    }

    .s1340 {
        min-width: 784px;
        width: 784px;
        min-height: 96px
    }

    .c358 {
        min-width: 960px;
        margin-top: 69px;
        min-height: 916px
    }

    .ps1576 {
        margin-top: 7px
    }

    .s1341 {
        min-width: 960px;
        height: 909px
    }

    .ps1577 {
        margin-top: 10px
    }

    .s1342 {
        min-height: 722px
    }

    .ps1578 {
        margin-top: -710px
    }

    .s1343 {
        width: 960px;
        min-height: 845px
    }

    .ps1579 {
        margin-left: 250px
    }

    .s1344 {
        min-width: 681px;
        height: 54px;
        width: 681px
    }

    .c361 {
        -webkit-border-radius: 0 27px 27px 0;
        -moz-border-radius: 0 27px 27px 0;
        border-radius: 0 27px 27px 0;
        background-image: url(../images/4/screenshot-2025-07-04-at-7.41.15-pm-681.jpg)
    }

    .webp .c361 {
        background-image: url(../images/8/screenshot-2025-07-04-at-7.41.15-pm-681.webp)
    }

    .f287 {
        font-size: 27px;
        font-size: calc(27px * var(--f));
        line-height: 1.186;
        padding-top: 11px;
        padding-bottom: 11px
    }

    .ps1580 {
        margin-top: 6px
    }

    .s1345 {
        min-width: 960px;
        width: 960px;
        min-height: 785px
    }

    .s1346 {
        min-width: 227px;
        width: 227px;
        min-height: 785px
    }

    .s1347 {
        min-width: 227px;
        height: 54px;
        width: 227px
    }

    .c362 {
        -webkit-border-radius: 27px;
        -moz-border-radius: 27px;
        border-radius: 27px
    }

    .f288 {
        font-size: 17px;
        font-size: calc(17px * var(--f));
        line-height: 1.177;
        padding-top: 17px;
        padding-bottom: 17px
    }

    .ps1581 {
        margin-top: 8px
    }

    .c363 {
        -webkit-border-radius: 27px;
        -moz-border-radius: 27px;
        border-radius: 27px
    }

    .ps1582 {
        margin-top: 10px
    }

    .ps1583 {
        margin-top: 9px
    }

    .ps1584 {
        margin-top: 11px
    }

    .c364 {
        -webkit-border-radius: 27px;
        -moz-border-radius: 27px;
        border-radius: 27px
    }

    .f289 {
        font-size: 17px;
        font-size: calc(17px * var(--f));
        line-height: 1.177;
        padding-top: 17px;
        padding-bottom: 17px
    }

    .ps1585 {
        margin-top: 10px
    }

    .ps1586 {
        margin-top: 9px
    }

    .ps1587 {
        margin-left: 8px;
        margin-top: 31px
    }

    .s1348 {
        min-width: 182px;
        width: 182px;
        min-height: 319px
    }

    .ps1588 {
        margin-left: 216px;
        margin-top: -771px
    }

    .s1349 {
        min-width: 744px;
        width: 744px;
        min-height: 771px
    }

    .ps1589 {
        margin-left: 26px
    }

    .s1350 {
        min-width: 706px;
        width: 706px;
        height: 615px
    }

    .wrapper8 {
        height: 615px
    }

    .ps1590 {
        margin-top: 41px
    }

    .s1351 {
        min-width: 744px;
        width: 744px;
        min-height: 115px
    }

    .ps1591 {
        margin-top: 0
    }

    .s1352 {
        min-width: 960px;
        height: 525px
    }

    .ps1592 {
        margin-top: 35px
    }

    .s1353 {
        width: 960px;
        min-height: 490px
    }

    .ps1593 {
        margin-left: 38px
    }

    .i124 {
        left: 1px;
        width: 94px;
        height: 92px;
        -webkit-border-radius: 46px;
        -moz-border-radius: 46px;
        border-radius: 46px
    }

    .ps1595 {
        margin-left: 66px;
        margin-top: 22px
    }

    .s1354 {
        min-width: 184px;
        width: 184px;
        height: 35px
    }

    .f290 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.401
    }

    .ps1596 {
        margin-left: -184px;
        margin-top: 57px
    }

    .s1355 {
        min-width: 281px;
        width: 281px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1597 {
        margin-left: 140px;
        margin-top: 22px
    }

    .s1356 {
        min-width: 317px;
        width: 317px;
        min-height: 35px
    }

    .ps1598 {
        margin-left: 1px
    }

    .s1357 {
        min-width: 233px;
        width: 233px;
        height: 32px
    }

    .f291 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.612
    }

    .ps1599 {
        margin-top: 2px
    }

    .s1358 {
        min-width: 317px;
        width: 317px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1600 {
        margin-left: 72px;
        margin-top: 150px
    }

    .s1359 {
        min-width: 834px;
        width: 834px;
        min-height: 248px
    }

    .ps1601 {
        margin-top: 130px
    }

    .s1360 {
        min-width: 834px;
        width: 834px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1602 {
        margin-left: 149px;
        margin-top: -131px
    }

    .s1361 {
        min-width: 649px;
        width: 649px;
        min-height: 248px
    }

    .ps1603 {
        margin-left: 4px
    }

    .s1362 {
        min-width: 645px;
        width: 645px;
        min-height: 248px
    }

    .ps1604 {
        margin-top: 14px
    }

    .s1363 {
        min-width: 392px;
        width: 392px;
        min-height: 234px
    }

    .s1364 {
        min-width: 84px;
        width: 84px;
        height: 26px
    }

    .f292 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f292:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f292:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f292:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .ps1606 {
        margin-top: 6px
    }

    .s1365 {
        min-width: 90px;
        width: 90px;
        height: 24px
    }

    .f293 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f293:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f293:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f293:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .ps1607 {
        margin-left: -89px;
        margin-top: 38px
    }

    .s1366 {
        min-width: 48px;
        width: 48px;
        height: 24px
    }

    .ps1608 {
        margin-left: 1px;
        margin-top: 9px
    }

    .s1367 {
        min-width: 121px;
        width: 121px;
        height: 27px
    }

    .ps1609 {
        margin-left: 1px;
        margin-top: 10px
    }

    .s1368 {
        min-width: 145px;
        width: 145px;
        height: 26px
    }

    .s1369 {
        min-width: 98px;
        width: 98px;
        height: 27px
    }

    .ps1611 {
        margin-top: 13px
    }

    .s1370 {
        min-width: 168px;
        width: 168px;
        height: 26px
    }

    .ps1612 {
        margin-left: 47px;
        margin-top: 14px
    }

    .s1371 {
        min-width: 151px;
        width: 151px;
        min-height: 194px
    }

    .s1372 {
        min-width: 151px;
        width: 151px;
        height: 24px
    }

    .ps1614 {
        margin-left: 1px;
        margin-top: 9px
    }

    .s1373 {
        min-width: 115px;
        width: 115px;
        height: 24px
    }

    .ps1615 {
        margin-top: 7px
    }

    .s1374 {
        min-width: 58px;
        width: 58px;
        height: 24px
    }

    .ps1616 {
        margin-top: 9px
    }

    .s1375 {
        min-width: 151px;
        width: 151px;
        height: 25px
    }

    .ps1617 {
        margin-top: 45px
    }

    .s1376 {
        min-width: 103px;
        width: 103px;
        height: 27px
    }

    .f294 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f294:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f294:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f294:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .ps1618 {
        margin-left: 215px;
        margin-top: -88px
    }

    .s1377 {
        min-width: 177px;
        width: 177px;
        height: 27px
    }

    .ps1619 {
        margin-left: 188px;
        margin-top: -185px
    }

    .ps1620 {
        margin-top: 2px
    }

    .i125 {
        width: 53px;
        height: 65px
    }

    .ps1621 {
        margin-left: 4px
    }

    .i126 {
        width: 53px;
        height: 67px
    }

    .ps1622 {
        margin-left: 7px;
        margin-top: 13px
    }

    .i127 {
        left: 0;
        width: 38px;
        height: 38px;
        top: 2px
    }

    .ps1623 {
        margin-left: 20px
    }

    .ps1624 {
        margin-left: 0
    }

    .s1378 {
        min-width: 218px;
        width: 218px;
        height: 26px
    }

    .ps1625 {
        margin-left: 0;
        margin-top: 8px
    }

    .s1379 {
        min-width: 219px;
        width: 219px;
        height: 26px
    }

    .ps1626 {
        margin-left: 0;
        margin-top: 5px
    }

    .s1380 {
        min-width: 233px;
        width: 233px;
        height: 26px
    }

    .f295 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f295:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f295:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f295:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .ps1627 {
        margin-top: 5px
    }

    .s1381 {
        min-width: 130px;
        width: 130px;
        height: 24px
    }

    .ps1628 {
        margin-left: 1px;
        margin-top: 5px
    }

    .s1382 {
        min-width: 110px;
        width: 110px;
        height: 25px
    }

    .ps1629 {
        margin-top: 7px
    }

    .s1383 {
        min-width: 180px;
        width: 180px;
        height: 26px
    }

    .ps1630 {
        margin-top: 6px
    }

    .s1384 {
        min-width: 69px;
        width: 69px;
        height: 26px
    }

    .ps1631 {
        margin-left: 0;
        margin-top: 8px
    }

    .s1385 {
        min-width: 222px;
        width: 222px;
        height: 25px
    }

    .ps1632 {
        margin-top: -71px
    }

    .s1386 {
        min-width: 589px;
        width: 589px;
        height: 53px
    }

    .f296 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.616
    }

    .s1387 {
        min-width: 960px;
        min-height: 54px
    }

    .ps1633 {
        margin-top: 11px
    }

    .s1388 {
        width: 960px;
        min-height: 31px
    }

    .ps1634 {
        margin-left: 683px
    }

    .s1389 {
        min-width: 128px;
        height: 31px;
        width: 128px
    }

    .f297 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.274;
        padding-top: 9px;
        padding-bottom: 8px
    }

    .ps1635 {
        margin-left: 10px
    }

    body {
        --d: 2;
        --s: 960
    }
}

@media (min-width:768px) and (max-width:959px) {
    .c349 {
        min-width: 768px;
        min-height: 385px
    }

    .s1312 {
        min-width: 768px;
        height: 187px
    }

    .ps1531 {
        margin-top: 9px
    }

    .s1313 {
        width: 768px;
        min-height: 40px
    }

    .ps1532 {
        margin-left: 148px
    }

    .ps1533 {
        margin-top: 5px
    }

    .i119 {
        left: 0;
        min-width: 19px;
        max-width: 19px;
        min-height: 19px;
        max-height: 19px
    }

    .ps1534 {
        margin-left: 14px;
        margin-top: 5px
    }

    .s1314 {
        min-width: 160px;
        width: 160px;
        height: 20px
    }

    .f282 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.188
    }

    .ps1535 {
        margin-left: 25px;
        margin-top: 0
    }

    .i120 {
        left: 3px;
        min-width: 26px;
        max-width: 26px;
        min-height: 26px;
        max-height: 26px
    }

    .ps1536 {
        margin-left: 12px;
        margin-top: 4px
    }

    .s1315 {
        min-width: 225px;
        width: 225px;
        height: 23px
    }

    .ps1537 {
        margin-left: 70px;
        margin-top: 3px
    }

    .i121 {
        left: 1px;
        width: 37px;
        height: 37px
    }

    .ps1538 {
        margin-top: 12px
    }

    .s1316 {
        min-height: 126px
    }

    .ps1539 {
        margin-top: -127px
    }

    .s1317 {
        width: 768px;
        min-height: 109px
    }

    .ps1540 {
        margin-left: 11px
    }

    .ps1541 {
        margin-top: 12px
    }

    .i122 {
        width: 83px;
        height: 18px;
        top: 29px;
        -webkit-border-radius: 38px;
        -moz-border-radius: 38px;
        border-radius: 38px
    }

    .ps1542 {
        margin-left: 9px;
        margin-top: 80px
    }

    .s1319 {
        min-width: 17px
    }

    .ps1544 {
        margin-top: 37px
    }

    .s1320 {
        min-width: 17px;
        width: 17px;
        height: 10px
    }

    .f283 {
        font-size: 6px;
        font-size: calc(6px * var(--f));
        line-height: 1.334
    }

    .ps1546 {
        margin-top: 7px
    }

    .s1321 {
        min-width: 65px;
        width: 65px;
        height: 15px
    }

    .f284 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.183
    }

    .ps1547 {
        margin-top: 1px
    }

    .s1322 {
        min-width: 164px;
        width: 164px;
        height: 15px
    }

    .ps1549 {
        margin-left: 65px;
        margin-top: -29px
    }

    .s1323 {
        min-width: 98px;
        width: 98px;
        height: 15px
    }

    .s1324 {
        min-width: 172px;
        width: 172px;
        height: 15px
    }

    .ps1552 {
        margin-left: 163px;
        margin-top: -29px
    }

    .s1325 {
        min-width: 128px;
        width: 128px;
        height: 15px
    }

    .s1326 {
        min-width: 160px;
        width: 160px;
        height: 15px
    }

    .ps1554 {
        margin-left: 291px;
        margin-top: -29px
    }

    .s1327 {
        min-width: 142px;
        width: 142px;
        height: 15px
    }

    .ps1556 {
        margin-top: 1px
    }

    .s1328 {
        min-width: 190px;
        width: 190px;
        height: 15px
    }

    .ps1557 {
        margin-left: 433px;
        margin-top: -29px
    }

    .s1329 {
        min-width: 74px;
        width: 74px;
        height: 15px
    }

    .ps1558 {
        margin-left: 507px;
        margin-top: -29px
    }

    .s1330 {
        min-width: 47px;
        width: 47px;
        height: 15px
    }

    .ps1559 {
        margin-left: 554px;
        margin-top: -29px
    }

    .ps1560 {
        margin-left: 441px;
        margin-top: -109px
    }

    .s1331 {
        min-width: 288px;
        width: 288px;
        min-height: 31px
    }

    .input85 {
        width: 288px;
        height: 31px;
        font-family: "Lato 3";
        font-size: 12px;
        line-height: 1.251;
        font-weight: 700;
        font-style: normal
    }

    .ps1561 {
        margin-left: 260px;
        margin-top: -31px
    }

    .s1332 {
        min-width: 26px;
        width: 26px;
        height: 29px
    }

    .ps1562 {
        margin-top: -198px
    }

    .s1333 {
        min-width: 768px;
        min-height: 344px
    }

    .ps1563 {
        margin-top: -346px
    }

    .s1334 {
        width: 768px;
        height: 487px
    }

    .ps1564 {
        margin-left: 38px
    }

    .ps1565 {
        margin-left: 675px;
        margin-top: 7px
    }

    .i123 {
        left: 0;
        min-width: 23px;
        max-width: 23px;
        min-height: 23px;
        max-height: 23px
    }

    .ps1566 {
        margin-top: 31px
    }

    .s1335 {
        min-width: 706px;
        height: 45px;
        width: 706px
    }

    .f285 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.228;
        padding-top: 9px;
        padding-bottom: 9px
    }

    .c357::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c357:hover:before {
        opacity: 1
    }

    .c357::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c357:hover:after {
        opacity: 0
    }

    .c357:active:before {
        opacity: 1
    }

    .c357:active:after {
        opacity: 1;
        transition: initial
    }

    .ps1567 {
        margin-top: 3px
    }

    .s1336 {
        min-width: 706px;
        width: 706px;
        min-height: 233px
    }

    .s1337 {
        min-width: 706px;
        height: 45px;
        width: 706px
    }

    .ps1568 {
        margin-top: 2px
    }

    .s1338 {
        min-width: 706px;
        height: 45px;
        width: 706px
    }

    .ps1569 {
        margin-top: 2px
    }

    .ps1570 {
        margin-top: 2px
    }

    .ps1571 {
        margin-top: 2px
    }

    .ps1572 {
        margin-left: 0;
        margin-top: 2px
    }

    .ps1573 {
        margin-left: 0;
        margin-top: 2px
    }

    .ps1574 {
        margin-left: 0;
        margin-top: 3px
    }

    .s1339 {
        min-width: 706px;
        height: 47px;
        width: 706px
    }

    .f286 {
        font-size: 22px;
        font-size: calc(22px * var(--f));
        line-height: 1.228;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .ps1575 {
        margin-left: 78px;
        margin-top: -133px
    }

    .s1340 {
        min-width: 627px;
        width: 627px;
        min-height: 77px
    }

    .c358 {
        min-width: 768px;
        margin-top: -7px;
        min-height: 739px
    }

    .ps1576 {
        margin-top: 12px
    }

    .s1341 {
        min-width: 768px;
        height: 727px
    }

    .ps1577 {
        margin-top: 8px
    }

    .s1342 {
        min-height: 578px
    }

    .ps1578 {
        margin-top: -569px
    }

    .s1343 {
        width: 768px;
        min-height: 676px
    }

    .ps1579 {
        margin-left: 200px
    }

    .s1344 {
        min-width: 545px;
        height: 43px;
        width: 545px
    }

    .c361 {
        -webkit-border-radius: 0 22px 22px 0;
        -moz-border-radius: 0 22px 22px 0;
        border-radius: 0 22px 22px 0;
        background-image: url(../images/4/screenshot-2025-07-04-at-7.41.15-pm-1090.jpg)
    }

    .webp .c361 {
        background-image: url(../images/c/screenshot-2025-07-04-at-7.41.15-pm-1090.webp)
    }

    .f287 {
        font-size: 21px;
        font-size: calc(21px * var(--f));
        line-height: 1.144;
        padding-top: 10px;
        padding-bottom: 9px
    }

    .ps1580 {
        margin-top: 5px
    }

    .s1345 {
        min-width: 768px;
        width: 768px;
        min-height: 628px
    }

    .s1346 {
        min-width: 182px;
        width: 182px;
        min-height: 628px
    }

    .s1347 {
        min-width: 182px;
        height: 43px;
        width: 182px
    }

    .c362 {
        -webkit-border-radius: 22px;
        -moz-border-radius: 22px;
        border-radius: 22px
    }

    .f288 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.232;
        padding-top: 14px;
        padding-bottom: 13px
    }

    .ps1581 {
        margin-top: 7px
    }

    .c363 {
        -webkit-border-radius: 22px;
        -moz-border-radius: 22px;
        border-radius: 22px
    }

    .ps1582 {
        margin-top: 8px
    }

    .ps1583 {
        margin-top: 8px
    }

    .ps1584 {
        margin-top: 9px
    }

    .c364 {
        -webkit-border-radius: 22px;
        -moz-border-radius: 22px;
        border-radius: 22px
    }

    .f289 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.232;
        padding-top: 14px;
        padding-bottom: 13px
    }

    .ps1585 {
        margin-top: 8px
    }

    .ps1586 {
        margin-top: 7px
    }

    .ps1587 {
        margin-left: 6px;
        margin-top: 25px
    }

    .s1348 {
        min-width: 146px;
        width: 146px;
        min-height: 255px
    }

    .ps1588 {
        margin-left: 173px;
        margin-top: -616px
    }

    .s1349 {
        min-width: 595px;
        width: 595px;
        min-height: 616px
    }

    .ps1589 {
        margin-left: 21px
    }

    .s1350 {
        min-width: 565px;
        width: 565px;
        height: 492px
    }

    .wrapper8 {
        height: 492px
    }

    .ps1590 {
        margin-top: 32px
    }

    .s1351 {
        min-width: 595px;
        width: 595px;
        min-height: 92px
    }

    .ps1591 {
        margin-top: 0
    }

    .s1352 {
        min-width: 768px;
        height: 457px
    }

    .ps1592 {
        margin-top: 12px
    }

    .s1353 {
        width: 768px;
        min-height: 445px
    }

    .ps1593 {
        margin-left: 22px
    }

    .ps1594 {
        margin-top: 18px
    }

    .i124 {
        left: 0;
        width: 100px;
        height: 98px;
        top: 4px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px
    }

    .ps1595 {
        margin-left: 38px;
        margin-top: 6px
    }

    .s1354 {
        min-width: 147px;
        width: 147px;
        height: 28px
    }

    .f290 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.376
    }

    .ps1596 {
        margin-left: -147px;
        margin-top: 34px
    }

    .s1355 {
        min-width: 225px;
        width: 225px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1597 {
        margin-left: 112px
    }

    .s1356 {
        min-width: 254px;
        width: 254px;
        min-height: 34px
    }

    .ps1598 {
        margin-left: 1px
    }

    .s1357 {
        min-width: 219px;
        width: 219px;
        height: 32px
    }

    .f291 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.626
    }

    .ps1599 {
        margin-top: 1px
    }

    .s1358 {
        min-width: 254px;
        width: 254px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1600 {
        margin-left: 84px;
        margin-top: 143px
    }

    .s1359 {
        min-width: 667px;
        width: 667px;
        min-height: 179px
    }

    .ps1601 {
        margin-top: 83px
    }

    .s1360 {
        min-width: 667px;
        width: 667px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1602 {
        margin-left: 47px;
        margin-top: -84px
    }

    .s1361 {
        min-width: 560px;
        width: 560px;
        min-height: 179px
    }

    .ps1603 {
        margin-left: 20px
    }

    .s1362 {
        min-width: 540px;
        width: 540px;
        min-height: 179px
    }

    .ps1604 {
        margin-top: 13px
    }

    .s1363 {
        min-width: 302px;
        width: 302px;
        min-height: 166px
    }

    .ps1605 {
        margin-top: 11px
    }

    .s1364 {
        min-width: 67px;
        width: 67px;
        height: 21px
    }

    .f292 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f292:visited {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f292:hover {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f292:active {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .ps1606 {
        margin-top: 2px
    }

    .s1365 {
        min-width: 72px;
        width: 72px;
        height: 19px
    }

    .f293 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.072
    }

    .f293:visited {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.072
    }

    .f293:hover {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.072
    }

    .f293:active {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.072
    }

    .ps1607 {
        margin-left: -72px;
        margin-top: 23px
    }

    .s1366 {
        min-width: 38px;
        width: 38px;
        height: 19px
    }

    .ps1608 {
        margin-top: 2px
    }

    .s1367 {
        min-width: 97px;
        width: 97px;
        height: 22px
    }

    .ps1609 {
        margin-top: 2px
    }

    .s1368 {
        min-width: 116px;
        width: 116px;
        height: 21px
    }

    .ps1610 {
        margin-top: 2px
    }

    .s1369 {
        min-width: 78px;
        width: 78px;
        height: 22px
    }

    .ps1611 {
        margin-top: 0
    }

    .s1370 {
        min-width: 126px;
        width: 126px;
        height: 21px
    }

    .ps1612 {
        margin-left: 28px;
        margin-top: 0
    }

    .s1371 {
        min-width: 121px;
        width: 121px;
        min-height: 133px
    }

    .s1372 {
        min-width: 121px;
        width: 121px;
        height: 19px
    }

    .ps1614 {
        margin-top: 3px
    }

    .s1373 {
        min-width: 92px;
        width: 92px;
        height: 19px
    }

    .ps1615 {
        margin-top: 2px
    }

    .s1374 {
        min-width: 46px;
        width: 46px;
        height: 19px
    }

    .ps1616 {
        margin-top: 2px
    }

    .s1375 {
        min-width: 121px;
        width: 121px;
        height: 20px
    }

    .ps1617 {
        margin-top: 27px
    }

    .s1376 {
        min-width: 82px;
        width: 82px;
        height: 22px
    }

    .f294 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f294:visited {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f294:hover {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .f294:active {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.144
    }

    .ps1618 {
        margin-left: 154px;
        margin-top: -68px
    }

    .s1377 {
        min-width: 142px;
        width: 142px;
        height: 22px
    }

    .ps1619 {
        margin-left: 136px;
        margin-top: -166px
    }

    .ps1620 {
        margin-top: 5px
    }

    .i125 {
        width: 65px;
        height: 65px
    }

    .ps1621 {
        margin-left: -12px
    }

    .i126 {
        width: 67px;
        height: 70px
    }

    .ps1622 {
        margin-left: 0;
        margin-top: 15px
    }

    .i127 {
        left: 3px;
        width: 41px;
        height: 41px
    }

    .ps1623 {
        margin-left: 51px
    }

    .ps1624 {
        margin-left: 0
    }

    .s1378 {
        min-width: 174px;
        width: 174px;
        height: 21px
    }

    .ps1625 {
        margin-left: 0;
        margin-top: 2px
    }

    .s1379 {
        min-width: 175px;
        width: 175px;
        height: 21px
    }

    .s1380 {
        min-width: 186px;
        width: 186px;
        height: 21px
    }

    .f295 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .f295:visited {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .f295:hover {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .f295:active {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .ps1627 {
        margin-top: 2px
    }

    .s1381 {
        min-width: 104px;
        width: 104px;
        height: 19px
    }

    .ps1628 {
        margin-top: 2px
    }

    .s1382 {
        min-width: 88px;
        width: 88px;
        height: 20px
    }

    .ps1629 {
        margin-top: 2px
    }

    .s1383 {
        min-width: 144px;
        width: 144px;
        height: 21px
    }

    .ps1630 {
        margin-top: 3px
    }

    .s1384 {
        min-width: 55px;
        width: 55px;
        height: 21px
    }

    .ps1631 {
        margin-left: 0;
        margin-top: 2px
    }

    .s1385 {
        min-width: 178px;
        width: 178px;
        height: 20px
    }

    .ps1632 {
        margin-top: -74px
    }

    .s1386 {
        min-width: 551px;
        width: 551px;
        height: 51px
    }

    .f296 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.616
    }

    .s1387 {
        min-width: 768px;
        min-height: 43px
    }

    .ps1633 {
        margin-top: 9px
    }

    .s1388 {
        width: 768px;
        min-height: 25px
    }

    .ps1634 {
        margin-left: 546px
    }

    .s1389 {
        min-width: 102px;
        height: 25px;
        width: 102px
    }

    .f297 {
        font-size: 9px;
        font-size: calc(9px * var(--f));
        line-height: 1.334;
        padding-top: 7px;
        padding-bottom: 6px
    }

    .ps1635 {
        margin-left: 9px
    }

    body {
        --d: 3;
        --s: 768
    }
}

@media (min-width:480px) and (max-width:767px) {
    .c349 {
        min-width: 480px;
        min-height: 1306px
    }

    .s1312 {
        min-width: 480px;
        height: 265px
    }

    .ps1531 {
        margin-top: 1px
    }

    .s1313 {
        width: 480px;
        min-height: 69px
    }

    .ps1532 {
        margin-left: 4px
    }

    .ps1533 {
        margin-left: 3px;
        margin-top: 4px
    }

    .i119 {
        left: 0;
        min-width: 27px;
        max-width: 27px;
        min-height: 27px;
        max-height: 27px;
        top: 1px;
        -ms-transform: rotate(79deg) scale(-1, 1);
        -moz-transform: rotate(79deg) scale(-1, 1);
        -webkit-transform: rotate(79deg) scale(-1, 1);
        transform: rotate(79deg) scale(-1, 1)
    }

    .ps1534 {
        margin-left: 16px;
        margin-top: 0
    }

    .s1314 {
        min-width: 192px;
        width: 192px;
        height: 48px
    }

    .f282 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.626
    }

    .ps1535 {
        margin-left: -238px;
        margin-top: 36px
    }

    .i120 {
        left: 0;
        min-width: 32px;
        max-width: 32px;
        min-height: 32px;
        max-height: 32px
    }

    .ps1536 {
        margin-left: 20px;
        margin-top: 36px
    }

    .s1315 {
        min-width: 220px;
        width: 220px;
        height: 33px
    }

    .ps1537 {
        margin-left: 133px;
        margin-top: 30px
    }

    .i121 {
        width: 37px;
        height: 37px;
        top: 1px
    }

    .ps1538 {
        margin-top: 33px
    }

    .s1316 {
        min-height: 162px
    }

    .ps1539 {
        margin-top: -154px
    }

    .s1317 {
        width: 480px;
        min-height: 154px
    }

    .ps1540 {
        margin-left: 10px
    }

    .ps1541 {
        margin-top: 0
    }

    .i122 {
        width: 113px;
        height: 25px;
        top: 50px;
        -webkit-border-radius: 57px;
        -moz-border-radius: 57px;
        border-radius: 57px
    }

    .ps1542 {
        margin-left: 300px;
        margin-top: 101px
    }

    .s1318 {
        min-width: 47px;
        width: 47px;
        min-height: 53px;
        height: 53px
    }

    .s1319 {
        min-width: 47px;
        width: 47px;
        height: 53px
    }

    .mcv23 {
        display: inline-block
    }

    .v94 {
        display: inline-block;
        vertical-align: top
    }

    .c352 {
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: contain;
        background-image: url(../images/6/hamburger-gray-94.png)
    }

    .webp .c352 {
        background-image: url(../images/t/hamburger-gray-94.webp)
    }

    .ps1544 {
        margin-top: 23px
    }

    .s1320 {
        min-width: 47px;
        width: 47px;
        height: 7px
    }

    .f283 {
        font-size: 4px;
        font-size: calc(4px * var(--f));
        line-height: 1.251
    }

    .v95 {
        display: none
    }

    .ps1545 {
        margin-left: -233px
    }

    .ps1546 {
        margin-top: 1px
    }

    .s1321 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .f284 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .s1322 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps1549 {
        margin-left: 0;
        margin-top: 0
    }

    .s1323 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps1550 {
        margin-left: -2px
    }

    .s1324 {
        min-width: 282px;
        width: 282px;
        height: 24px
    }

    .ps1552 {
        margin-left: 0;
        margin-top: 0
    }

    .s1325 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps1553 {
        margin-left: 23px
    }

    .s1326 {
        min-width: 257px;
        width: 257px;
        height: 24px
    }

    .ps1554 {
        margin-left: 0;
        margin-top: 0
    }

    .s1327 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps1555 {
        margin-left: -32px
    }

    .ps1556 {
        margin-top: 2px
    }

    .s1328 {
        min-width: 312px;
        width: 312px;
        height: 24px
    }

    .ps1557 {
        margin-left: 0;
        margin-top: 0
    }

    .s1329 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps1558 {
        margin-left: 0;
        margin-top: 0
    }

    .s1330 {
        min-width: 280px;
        width: 280px;
        height: 24px
    }

    .ps1559 {
        margin-left: 0;
        margin-top: 0
    }

    .ps1560 {
        margin-left: 176px;
        margin-top: -74px
    }

    .s1331 {
        min-width: 295px;
        width: 295px;
        min-height: 42px
    }

    .input85 {
        width: 295px;
        height: 42px;
        font-family: "Lato 2";
        font-size: 14px;
        line-height: 1.215;
        font-style: normal
    }

    .ps1561 {
        margin-left: 259px;
        margin-top: -41px
    }

    .s1332 {
        min-width: 35px;
        width: 35px;
        height: 40px
    }

    .ps1562 {
        margin-top: -1041px
    }

    .s1333 {
        min-width: 480px;
        min-height: 215px
    }

    .ps1563 {
        margin-top: -142px
    }

    .s1334 {
        width: 480px;
        height: 567px
    }

    .ps1564 {
        margin-left: 11px;
        margin-top: 95px
    }

    .ps1565 {
        margin-left: 405px
    }

    .i123 {
        left: 0;
        min-width: 32px;
        max-width: 32px;
        min-height: 32px;
        max-height: 32px
    }

    .ps1566 {
        margin-top: 23px
    }

    .s1335 {
        min-width: 450px;
        height: 42px;
        width: 450px
    }

    .f285 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.251;
        padding-top: 9px;
        padding-bottom: 8px
    }

    .c357::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c357:hover:before {
        opacity: 1
    }

    .c357::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c357:hover:after {
        opacity: 0
    }

    .c357:active:before {
        opacity: 1
    }

    .c357:active:after {
        opacity: 1;
        transition: initial
    }

    .ps1567 {
        margin-top: 4px
    }

    .s1336 {
        min-width: 450px;
        width: 450px;
        min-height: 222px
    }

    .s1337 {
        min-width: 450px;
        height: 42px;
        width: 450px
    }

    .ps1568 {
        margin-top: 3px
    }

    .s1338 {
        min-width: 450px;
        height: 42px;
        width: 450px
    }

    .ps1569 {
        margin-top: 3px
    }

    .ps1570 {
        margin-top: 3px
    }

    .ps1571 {
        margin-top: 3px
    }

    .ps1572 {
        margin-left: 0;
        margin-top: 2px
    }

    .ps1573 {
        margin-left: 0;
        margin-top: 3px
    }

    .ps1574 {
        margin-left: 0;
        margin-top: 2px
    }

    .s1339 {
        min-width: 450px;
        height: 42px;
        width: 450px
    }

    .f286 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.251;
        padding-top: 9px;
        padding-bottom: 8px
    }

    .ps1575 {
        margin-left: 50px;
        margin-top: -568px
    }

    .s1340 {
        min-width: 392px;
        width: 392px;
        min-height: 48px
    }

    .c358 {
        min-width: 480px;
        margin-top: -353px;
        min-height: 474px
    }

    .ps1576 {
        margin-top: 19px
    }

    .s1341 {
        min-width: 480px;
        height: 455px
    }

    .ps1577 {
        margin-top: 4px
    }

    .s1342 {
        min-height: 362px
    }

    .ps1578 {
        margin-top: -356px
    }

    .s1343 {
        width: 480px;
        min-height: 422px
    }

    .ps1579 {
        margin-left: 125px
    }

    .s1344 {
        min-width: 341px;
        height: 27px;
        width: 341px
    }

    .c361 {
        -webkit-border-radius: 0 14px 14px 0;
        -moz-border-radius: 0 14px 14px 0;
        border-radius: 0 14px 14px 0;
        background-image: url(../images/n/screenshot-2025-07-04-at-7.41.15-pm-682.jpg)
    }

    .webp .c361 {
        background-image: url(../images/e/screenshot-2025-07-04-at-7.41.15-pm-682.webp)
    }

    .f287 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.232;
        padding-top: 6px;
        padding-bottom: 5px
    }

    .ps1580 {
        margin-top: 3px
    }

    .s1345 {
        min-width: 480px;
        width: 480px;
        min-height: 392px
    }

    .s1346 {
        min-width: 114px;
        width: 114px;
        min-height: 392px
    }

    .s1347 {
        min-width: 114px;
        height: 27px;
        width: 114px
    }

    .c362 {
        -webkit-border-radius: 14px;
        -moz-border-radius: 14px;
        border-radius: 14px
    }

    .f288 {
        font-size: 7px;
        font-size: calc(7px * var(--f));
        line-height: 1.144;
        padding-top: 10px;
        padding-bottom: 9px
    }

    .ps1581 {
        margin-top: 5px
    }

    .c363 {
        -webkit-border-radius: 14px;
        -moz-border-radius: 14px;
        border-radius: 14px
    }

    .ps1582 {
        margin-top: 4px
    }

    .ps1583 {
        margin-top: 5px
    }

    .ps1584 {
        margin-top: 6px
    }

    .c364 {
        -webkit-border-radius: 14px;
        -moz-border-radius: 14px;
        border-radius: 14px
    }

    .f289 {
        font-size: 7px;
        font-size: calc(7px * var(--f));
        line-height: 1.144;
        padding-top: 10px;
        padding-bottom: 9px
    }

    .ps1585 {
        margin-top: 4px
    }

    .ps1586 {
        margin-top: 5px
    }

    .ps1587 {
        margin-left: 5px;
        margin-top: 15px
    }

    .s1348 {
        min-width: 92px;
        width: 92px;
        min-height: 159px
    }

    .ps1588 {
        margin-left: 108px;
        margin-top: -384px
    }

    .s1349 {
        min-width: 372px;
        width: 372px;
        min-height: 384px
    }

    .ps1589 {
        margin-left: 14px
    }

    .s1350 {
        min-width: 353px;
        width: 353px;
        height: 308px
    }

    .wrapper8 {
        height: 308px
    }

    .ps1590 {
        margin-top: 19px
    }

    .s1351 {
        min-width: 372px;
        width: 372px;
        min-height: 57px
    }

    .ps1591 {
        margin-top: 0
    }

    .s1352 {
        min-width: 480px;
        height: 958px
    }

    .ps1592 {
        margin-top: 28px
    }

    .s1353 {
        width: 480px;
        min-height: 930px
    }

    .ps1593 {
        margin-left: 18px
    }

    .i124 {
        left: 7px;
        width: 107px;
        height: 105px;
        -webkit-border-radius: 53px;
        -moz-border-radius: 53px;
        border-radius: 53px
    }

    .ps1595 {
        margin-left: -107px;
        margin-top: 167px
    }

    .s1354 {
        min-width: 213px;
        width: 213px;
        height: 50px
    }

    .f290 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.401
    }

    .ps1596 {
        margin-left: 16px;
        margin-top: -15px
    }

    .s1355 {
        min-width: 414px;
        width: 414px;
        min-height: 3px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1597 {
        margin-left: 8px;
        margin-top: 171px
    }

    .s1356 {
        min-width: 437px;
        width: 437px;
        min-height: 34px
    }

    .ps1598 {
        margin-left: 4px
    }

    .s1357 {
        min-width: 243px;
        width: 243px;
        height: 32px
    }

    .f291 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.612
    }

    .ps1599 {
        margin-top: 0
    }

    .s1358 {
        min-width: 437px;
        width: 437px;
        min-height: 2px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1600 {
        margin-left: 0;
        margin-top: 195px
    }

    .s1359 {
        min-width: 480px;
        width: 480px;
        min-height: 313px
    }

    .ps1601 {
        margin-left: 42px;
        margin-top: 185px
    }

    .s1360 {
        min-width: 417px;
        width: 417px;
        min-height: 2px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1602 {
        margin-left: 0;
        margin-top: -187px
    }

    .s1361 {
        min-width: 480px;
        width: 480px;
        min-height: 313px
    }

    .ps1603 {
        margin-left: 0
    }

    .s1362 {
        min-width: 480px;
        width: 480px;
        min-height: 313px
    }

    .ps1604 {
        margin-top: 0
    }

    .s1363 {
        min-width: 387px;
        width: 387px;
        min-height: 313px
    }

    .s1364 {
        min-width: 49px;
        width: 49px;
        height: 14px
    }

    .f292 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f292:visited {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f292:hover {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f292:active {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .ps1606 {
        margin-left: -49px;
        margin-top: 27px
    }

    .s1365 {
        min-width: 65px;
        width: 65px;
        height: 12px
    }

    .f293 {
        font-size: 11px;
        font-size: calc(11px * var(--f))
    }

    .f293:visited {
        font-size: 11px;
        font-size: calc(11px * var(--f))
    }

    .f293:hover {
        font-size: 11px;
        font-size: calc(11px * var(--f))
    }

    .f293:active {
        font-size: 11px;
        font-size: calc(11px * var(--f))
    }

    .ps1607 {
        margin-left: 61px;
        margin-top: 0
    }

    .s1366 {
        min-width: 41px;
        width: 41px;
        height: 12px
    }

    .ps1608 {
        margin-left: -166px;
        margin-top: 51px
    }

    .s1367 {
        min-width: 80px;
        width: 80px;
        height: 14px
    }

    .ps1609 {
        margin-left: 83px;
        margin-top: 204px
    }

    .s1368 {
        min-width: 118px;
        width: 118px;
        height: 14px
    }

    .ps1610 {
        margin-left: 1px;
        margin-top: -141px
    }

    .s1369 {
        min-width: 72px;
        width: 72px;
        height: 14px
    }

    .ps1611 {
        margin-left: -72px;
        margin-top: -113px
    }

    .s1370 {
        min-width: 106px;
        width: 106px;
        height: 14px
    }

    .ps1612 {
        margin-left: 0;
        margin-top: -191px
    }

    .s1371 {
        min-width: 387px;
        width: 387px;
        min-height: 190px
    }

    .ps1613 {
        margin-left: 238px
    }

    .s1372 {
        min-width: 149px;
        width: 149px;
        height: 12px
    }

    .ps1614 {
        margin-left: 126px;
        margin-top: 14px
    }

    .s1373 {
        min-width: 82px;
        width: 82px;
        height: 12px
    }

    .ps1615 {
        margin-left: -82px;
        margin-top: -12px
    }

    .s1374 {
        min-width: 43px;
        width: 43px;
        height: 12px
    }

    .ps1616 {
        margin-left: -169px;
        margin-top: 166px
    }

    .s1375 {
        min-width: 107px;
        width: 107px;
        height: 12px
    }

    .ps1617 {
        margin-left: 21px;
        margin-top: 38px
    }

    .s1376 {
        min-width: 73px;
        width: 73px;
        height: 14px
    }

    .f294 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f294:visited {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f294:hover {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .f294:active {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.092
    }

    .ps1618 {
        margin-left: 0;
        margin-top: 81px
    }

    .s1377 {
        min-width: 118px;
        width: 118px;
        height: 14px
    }

    .ps1619 {
        margin-left: 156px;
        margin-top: -196px
    }

    .ps1620 {
        margin-top: 3px
    }

    .i125 {
        width: 62px;
        height: 76px
    }

    .ps1621 {
        margin-left: -4px
    }

    .i126 {
        width: 61px;
        height: 82px
    }

    .ps1622 {
        margin-top: 12px
    }

    .i127 {
        left: 0;
        width: 46px;
        height: 46px;
        top: 3px
    }

    .ps1623 {
        margin-left: 93px;
        margin-top: -290px
    }

    .ps1624 {
        margin-left: 237px
    }

    .s1378 {
        min-width: 150px;
        width: 150px;
        height: 14px
    }

    .ps1625 {
        margin-left: 237px;
        margin-top: 38px
    }

    .s1379 {
        min-width: 150px;
        width: 150px;
        height: 14px
    }

    .ps1626 {
        margin-left: 237px;
        margin-top: 18px
    }

    .s1380 {
        min-width: 150px;
        width: 150px;
        height: 14px
    }

    .f295 {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.183
    }

    .f295:visited {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.183
    }

    .f295:hover {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.183
    }

    .f295:active {
        font-size: 11px;
        font-size: calc(11px * var(--f));
        line-height: 1.183
    }

    .ps1627 {
        margin-top: 129px
    }

    .s1381 {
        min-width: 82px;
        width: 82px;
        height: 15px
    }

    .ps1628 {
        margin-left: -82px;
        margin-top: 155px
    }

    .s1382 {
        min-width: 74px;
        width: 74px;
        height: 12px
    }

    .ps1629 {
        margin-left: -73px;
        margin-top: 178px
    }

    .s1383 {
        min-width: 119px;
        width: 119px;
        height: 14px
    }

    .ps1630 {
        margin-left: 44px;
        margin-top: 130px
    }

    .s1384 {
        min-width: 45px;
        width: 45px;
        height: 14px
    }

    .ps1631 {
        margin-left: -42px;
        margin-top: 155px
    }

    .s1385 {
        min-width: 169px;
        width: 169px;
        height: 12px
    }

    .ps1632 {
        margin-left: 40px;
        margin-top: -112px
    }

    .s1386 {
        min-width: 431px;
        width: 431px;
        height: 93px
    }

    .f296 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.616
    }

    .s1387 {
        min-width: 480px;
        min-height: 27px
    }

    .ps1633 {
        margin-top: 6px
    }

    .s1388 {
        width: 480px;
        min-height: 15px
    }

    .ps1634 {
        margin-left: 342px
    }

    .s1389 {
        min-width: 65px;
        height: 15px;
        width: 65px
    }

    .f297 {
        font-size: 4px;
        font-size: calc(4px * var(--f));
        line-height: 1.251;
        padding-top: 5px;
        padding-bottom: 5px
    }

    .ps1635 {
        margin-left: 4px
    }

    body {
        --d: 4;
        --s: 480
    }
}

@media (max-width:479px) {
    .c349 {
        min-width: 320px;
        margin-top: -7px;
        min-height: 953px
    }

    .ps1529 {
        margin-top: 7px
    }

    .s1312 {
        min-width: 320px;
        height: 223px
    }

    .ps1531 {
        margin-top: 46px
    }

    .s1313 {
        width: 320px;
        min-height: 66px
    }

    .ps1532 {
        margin-left: 8px
    }

    .ps1533 {
        margin-top: 6px
    }

    .i119 {
        left: 1px;
        min-width: 20px;
        max-width: 20px;
        min-height: 20px;
        max-height: 20px;
        -ms-transform: rotate(89deg) scale(-1, 1);
        -moz-transform: rotate(89deg) scale(-1, 1);
        -webkit-transform: rotate(89deg) scale(-1, 1);
        transform: rotate(89deg) scale(-1, 1)
    }

    .ps1534 {
        margin-left: 7px;
        margin-top: 0
    }

    .s1314 {
        min-width: 128px;
        width: 128px;
        height: 32px
    }

    .f282 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.572
    }

    .ps1535 {
        margin-left: -156px;
        margin-top: 40px
    }

    .i120 {
        left: 0;
        min-width: 21px;
        max-width: 21px;
        min-height: 21px;
        max-height: 21px
    }

    .ps1536 {
        margin-left: 7px;
        margin-top: 36px
    }

    .s1315 {
        min-width: 201px;
        width: 201px;
        height: 30px
    }

    .ps1537 {
        margin-left: 41px;
        margin-top: 28px
    }

    .i121 {
        width: 33px;
        height: 33px
    }

    .ps1538 {
        margin-top: 6px
    }

    .s1316 {
        min-height: 105px
    }

    .ps1539 {
        margin-top: -217px
    }

    .s1317 {
        width: 320px;
        min-height: 206px
    }

    .ps1541 {
        margin-top: 127px
    }

    .i122 {
        width: 233px;
        height: 51px;
        top: 3px;
        -webkit-border-radius: 29px;
        -moz-border-radius: 29px;
        border-radius: 29px
    }

    .ps1542 {
        margin-left: 42px;
        margin-top: 171px
    }

    .s1318 {
        min-width: 31px;
        width: 31px;
        min-height: 35px;
        height: 35px
    }

    .s1319 {
        min-width: 31px;
        width: 31px;
        height: 35px
    }

    .mcv23 {
        display: inline-block
    }

    .v94 {
        display: inline-block;
        vertical-align: top
    }

    .c352 {
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: contain;
        background-image: url(../images/l/hamburger-gray-62.png)
    }

    .webp .c352 {
        background-image: url(../images/n/hamburger-gray-62.webp)
    }

    .ps1544 {
        margin-top: 14px
    }

    .s1320 {
        min-width: 31px;
        width: 31px;
        height: 6px
    }

    .f283 {
        font-size: 3px;
        font-size: calc(3px * var(--f));
        line-height: 1.334
    }

    .v95 {
        display: none
    }

    .ps1545 {
        margin-left: -249px
    }

    .ps1546 {
        margin-top: 3px
    }

    .s1321 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .f284 {
        font-size: 14px;
        font-size: calc(14px * var(--f));
        line-height: 1.215
    }

    .ps1547 {
        margin-top: 3px
    }

    .s1322 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps1548 {
        margin-top: 0
    }

    .ps1549 {
        margin-left: 0;
        margin-top: 0
    }

    .s1323 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .s1324 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps1552 {
        margin-left: 0;
        margin-top: 0
    }

    .s1325 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .s1326 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps1554 {
        margin-left: 0;
        margin-top: 0
    }

    .s1327 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps1556 {
        margin-top: 0
    }

    .s1328 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps1557 {
        margin-left: 0;
        margin-top: 0
    }

    .s1329 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps1558 {
        margin-left: 0;
        margin-top: 0
    }

    .s1330 {
        min-width: 280px;
        width: 280px;
        height: 19px
    }

    .ps1559 {
        margin-left: 0;
        margin-top: 0
    }

    .ps1560 {
        margin-left: 119px;
        margin-top: -206px
    }

    .s1331 {
        min-width: 197px;
        width: 197px;
        min-height: 30px
    }

    .input85 {
        width: 197px;
        height: 30px;
        font-family: "Lato 3";
        font-size: 13px;
        line-height: 1.232;
        font-weight: 700;
        font-style: normal
    }

    .ps1561 {
        margin-left: 174px;
        margin-top: -23px
    }

    .s1332 {
        min-width: 20px;
        width: 20px;
        height: 17px
    }

    .ps1562 {
        margin-top: -723px
    }

    .s1333 {
        min-width: 320px;
        min-height: 143px
    }

    .ps1563 {
        margin-top: -165px
    }

    .s1334 {
        width: 320px;
        height: 417px
    }

    .ps1564 {
        margin-left: 0
    }

    .ps1565 {
        margin-left: 265px;
        margin-top: 10px
    }

    .i123 {
        left: 0;
        min-width: 26px;
        max-width: 26px;
        min-height: 26px;
        max-height: 26px
    }

    .ps1566 {
        margin-left: 3px;
        margin-top: 13px
    }

    .s1335 {
        min-width: 317px;
        height: 39px;
        width: 317px
    }

    .f285 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.279;
        padding-top: 8px;
        padding-bottom: 8px
    }

    .c357::before {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c357:hover:before {
        opacity: 1
    }

    .c357::after {
        background-image: -webkit-gradient(linear, 0deg, color-stop(0, rgb(6, 52, 29)), color-stop(1, rgb(6, 52, 29)));
        background-image: -o-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-image: linear-gradient(0deg, rgb(6, 52, 29) 0%, rgb(6, 52, 29) 100%);
        background-clip: content-box;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.2s linear
    }

    .c357:hover:after {
        opacity: 0
    }

    .c357:active:before {
        opacity: 1
    }

    .c357:active:after {
        opacity: 1;
        transition: initial
    }

    .ps1567 {
        margin-top: 2px
    }

    .s1336 {
        min-width: 320px;
        width: 320px;
        min-height: 204px
    }

    .s1337 {
        min-width: 320px;
        height: 39px;
        width: 320px
    }

    .ps1568 {
        margin-left: 1px;
        margin-top: 2px
    }

    .s1338 {
        min-width: 319px;
        height: 39px;
        width: 319px
    }

    .ps1569 {
        margin-top: 3px
    }

    .ps1570 {
        margin-top: 2px
    }

    .ps1571 {
        margin-left: 1px;
        margin-top: 2px
    }

    .ps1572 {
        margin-left: 0;
        margin-top: 2px
    }

    .ps1573 {
        margin-left: 0;
        margin-top: 2px
    }

    .ps1574 {
        margin-left: 1px;
        margin-top: 2px
    }

    .s1339 {
        min-width: 319px;
        height: 39px;
        width: 319px
    }

    .f286 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.279;
        padding-top: 8px;
        padding-bottom: 8px
    }

    .ps1575 {
        margin-left: 33px;
        margin-top: -393px
    }

    .s1340 {
        min-width: 261px;
        width: 261px;
        min-height: 32px
    }

    .c358 {
        min-width: 320px;
        margin-top: -213px;
        min-height: 325px
    }

    .ps1576 {
        margin-top: 22px
    }

    .s1341 {
        min-width: 320px;
        height: 303px
    }

    .ps1577 {
        margin-top: 3px
    }

    .s1342 {
        min-height: 241px
    }

    .ps1578 {
        margin-top: -237px
    }

    .s1343 {
        width: 320px;
        min-height: 281px
    }

    .ps1579 {
        margin-left: 83px
    }

    .s1344 {
        min-width: 227px;
        height: 18px;
        width: 227px
    }

    .c361 {
        -webkit-border-radius: 0 9px 9px 0;
        -moz-border-radius: 0 9px 9px 0;
        border-radius: 0 9px 9px 0;
        background-image: url(../images/v/screenshot-2025-07-04-at-7.41.15-pm-454.jpg)
    }

    .webp .c361 {
        background-image: url(../images/t/screenshot-2025-07-04-at-7.41.15-pm-454.webp)
    }

    .f287 {
        font-size: 9px;
        font-size: calc(9px * var(--f));
        line-height: 1.223;
        padding-top: 4px;
        padding-bottom: 3px
    }

    .ps1580 {
        margin-top: 2px
    }

    .s1345 {
        min-width: 320px;
        width: 320px;
        min-height: 261px
    }

    .s1346 {
        min-width: 76px;
        width: 76px;
        min-height: 261px
    }

    .s1347 {
        min-width: 76px;
        height: 18px;
        width: 76px
    }

    .c362 {
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        border-radius: 9px
    }

    .f288 {
        font-size: 5px;
        font-size: calc(5px * var(--f));
        line-height: 1.201;
        padding-top: 6px;
        padding-bottom: 6px
    }

    .ps1581 {
        margin-top: 3px
    }

    .c363 {
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        border-radius: 9px
    }

    .ps1582 {
        margin-top: 3px
    }

    .ps1583 {
        margin-top: 3px
    }

    .ps1584 {
        margin-top: 4px
    }

    .c364 {
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        border-radius: 9px
    }

    .f289 {
        font-size: 5px;
        font-size: calc(5px * var(--f));
        line-height: 1.201;
        padding-top: 6px;
        padding-bottom: 6px
    }

    .ps1585 {
        margin-top: 3px
    }

    .ps1586 {
        margin-top: 3px
    }

    .ps1587 {
        margin-left: 3px;
        margin-top: 10px
    }

    .s1348 {
        min-width: 61px;
        width: 61px;
        min-height: 106px
    }

    .ps1588 {
        margin-left: 72px;
        margin-top: -256px
    }

    .s1349 {
        min-width: 248px;
        width: 248px;
        min-height: 256px
    }

    .ps1589 {
        margin-left: 9px
    }

    .s1350 {
        min-width: 235px;
        width: 235px;
        height: 205px
    }

    .wrapper8 {
        height: 205px
    }

    .ps1590 {
        margin-top: 13px
    }

    .s1351 {
        min-width: 248px;
        width: 248px;
        min-height: 38px
    }

    .ps1591 {
        margin-top: 0
    }

    .s1352 {
        min-width: 320px;
        height: 1112px
    }

    .ps1592 {
        margin-top: 27px
    }

    .s1353 {
        width: 320px;
        min-height: 1044px
    }

    .ps1593 {
        margin-left: 0
    }

    .ps1594 {
        margin-left: 21px
    }

    .i124 {
        left: 0;
        width: 99px;
        height: 97px;
        top: 1px;
        -webkit-border-radius: 49px;
        -moz-border-radius: 49px;
        border-radius: 49px
    }

    .ps1595 {
        margin-left: 6px;
        margin-top: 32px
    }

    .s1354 {
        min-width: 174px;
        width: 174px;
        height: 32px
    }

    .f290 {
        font-size: 16px;
        font-size: calc(16px * var(--f));
        line-height: 1.376
    }

    .ps1596 {
        margin-left: 7px;
        margin-top: -2px
    }

    .s1355 {
        min-width: 276px;
        width: 276px;
        min-height: 2px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1597 {
        margin-left: 0;
        margin-top: 286px
    }

    .s1356 {
        min-width: 291px;
        width: 291px;
        min-height: 135px
    }

    .ps1598 {
        margin-top: 102px
    }

    .s1357 {
        min-width: 268px;
        width: 268px;
        height: 33px
    }

    .f291 {
        font-size: 20px;
        font-size: calc(20px * var(--f));
        line-height: 1.601
    }

    .ps1599 {
        margin-top: -135px
    }

    .s1358 {
        min-width: 291px;
        width: 291px;
        min-height: 3px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1600 {
        margin-left: 0;
        margin-top: -400px
    }

    .s1359 {
        min-width: 320px;
        width: 320px;
        min-height: 861px
    }

    .ps1601 {
        margin-left: 12px;
        margin-top: 400px
    }

    .s1360 {
        min-width: 278px;
        width: 278px;
        min-height: 1px;
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .ps1602 {
        margin-left: 0;
        margin-top: -401px
    }

    .s1361 {
        min-width: 320px;
        width: 320px;
        min-height: 861px
    }

    .ps1603 {
        margin-left: 0
    }

    .s1362 {
        min-width: 320px;
        width: 320px;
        min-height: 754px
    }

    .ps1604 {
        margin-top: 0
    }

    .s1363 {
        min-width: 320px;
        width: 320px;
        min-height: 754px
    }

    .s1364 {
        min-width: 113px;
        width: 113px;
        height: 23px
    }

    .f292 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f292:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f292:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .f292:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168
    }

    .ps1606 {
        margin-left: 2px;
        margin-top: 7px
    }

    .s1365 {
        min-width: 91px;
        width: 91px;
        height: 19px
    }

    .f293 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f293:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f293:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .f293:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.057
    }

    .ps1607 {
        margin-left: 0;
        margin-top: 35px
    }

    .s1366 {
        min-width: 90px;
        width: 90px;
        height: 20px
    }

    .ps1608 {
        margin-top: -47px
    }

    .s1367 {
        min-width: 140px;
        width: 140px;
        height: 22px
    }

    .ps1609 {
        margin-top: 68px
    }

    .s1368 {
        min-width: 163px;
        width: 163px;
        height: 20px
    }

    .ps1610 {
        margin-top: -49px
    }

    .s1369 {
        min-width: 126px;
        width: 126px;
        height: 21px
    }

    .ps1611 {
        margin-top: -81px
    }

    .s1370 {
        min-width: 166px;
        width: 166px;
        height: 24px
    }

    .ps1612 {
        margin-left: 0;
        margin-top: -192px
    }

    .s1371 {
        min-width: 320px;
        width: 320px;
        min-height: 475px
    }

    .ps1613 {
        margin-left: 171px
    }

    .s1372 {
        min-width: 149px;
        width: 149px;
        height: 32px
    }

    .ps1614 {
        margin-top: 209px
    }

    .s1373 {
        min-width: 163px;
        width: 163px;
        height: 24px
    }

    .ps1615 {
        margin-left: 11px;
        margin-top: -6px
    }

    .s1374 {
        min-width: 49px;
        width: 49px;
        height: 23px
    }

    .ps1616 {
        margin-top: 184px
    }

    .s1375 {
        min-width: 211px;
        width: 211px;
        height: 26px
    }

    .ps1617 {
        margin-left: 174px;
        margin-top: -419px
    }

    .s1376 {
        min-width: 111px;
        width: 111px;
        height: 21px
    }

    .f294 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168;
        letter-spacing: 0.05px
    }

    .f294:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168;
        letter-spacing: 0.05px
    }

    .f294:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168;
        letter-spacing: 0.05px
    }

    .f294:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.168;
        letter-spacing: 0.05px
    }

    .ps1618 {
        margin-left: 0;
        margin-top: -62px
    }

    .s1377 {
        min-width: 223px;
        width: 223px;
        height: 21px
    }

    .ps1619 {
        margin-left: 23px;
        margin-top: 207px
    }

    .i125 {
        width: 47px;
        height: 72px
    }

    .ps1621 {
        margin-left: 19px
    }

    .i126 {
        width: 47px;
        height: 72px
    }

    .ps1622 {
        margin-left: 17px;
        margin-top: 0
    }

    .i127 {
        left: 0;
        width: 47px;
        height: 47px;
        top: 12px
    }

    .ps1623 {
        margin-left: 0;
        margin-top: -475px
    }

    .ps1624 {
        margin-left: 0
    }

    .s1378 {
        min-width: 282px;
        width: 282px;
        height: 29px
    }

    .ps1625 {
        margin-top: 245px
    }

    .s1379 {
        min-width: 218px;
        width: 218px;
        height: 28px
    }

    .ps1626 {
        margin-left: 0;
        margin-top: -266px
    }

    .s1380 {
        min-width: 291px;
        width: 291px;
        height: 31px
    }

    .f295 {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f295:visited {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f295:hover {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .f295:active {
        font-size: 18px;
        font-size: calc(18px * var(--f));
        line-height: 1.223
    }

    .ps1627 {
        margin-left: 1px;
        margin-top: 24px
    }

    .s1381 {
        min-width: 212px;
        width: 212px;
        height: 20px
    }

    .ps1628 {
        margin-top: 9px
    }

    .s1382 {
        min-width: 211px;
        width: 211px;
        height: 19px
    }

    .ps1629 {
        margin-left: 1px;
        margin-top: -170px
    }

    .s1383 {
        min-width: 238px;
        width: 238px;
        height: 24px
    }

    .ps1630 {
        margin-top: -72px
    }

    .s1384 {
        min-width: 87px;
        width: 87px;
        height: 24px
    }

    .ps1631 {
        margin-top: -133px
    }

    .s1385 {
        min-width: 298px;
        width: 298px;
        height: 20px
    }

    .ps1632 {
        margin-top: 23px
    }

    .s1386 {
        min-width: 287px;
        width: 287px;
        height: 84px
    }

    .f296 {
        font-size: 13px;
        font-size: calc(13px * var(--f));
        line-height: 1.616
    }

    .s1387 {
        min-width: 320px;
        min-height: 18px
    }

    .ps1633 {
        margin-top: 4px
    }

    .s1388 {
        width: 320px;
        min-height: 10px
    }

    .ps1634 {
        margin-left: 228px
    }

    .s1389 {
        min-width: 43px;
        height: 10px;
        width: 43px
    }

    .f297 {
        font-size: 3px;
        font-size: calc(3px * var(--f));
        line-height: 1.334;
        padding-top: 3px;
        padding-bottom: 3px
    }

    .ps1635 {
        margin-left: 3px
    }

    body {
        --d: 5;
        --s: 320
    }
}

@media (min-width:960px) and (max-width:1199px) and (min-width:960px) and (-webkit-min-device-pixel-ratio:1.7),
(min-width:960px) and (max-width:1199px) and (min-width:960px) and (min-resolution:144dpi) {
    .c361 {
        background-image: url(../images/n/screenshot-2025-07-04-at-7.41.15-pm-1362.jpg)
    }

    .webp .c361 {
        background-image: url(../images/0/screenshot-2025-07-04-at-7.41.15-pm-1362.webp)
    }
}

@media (min-width:320px) {
    .c355 {
        background-image: url(../images/6/screenshot-2025-06-28-at-12.28.03-am-960.jpg)
    }

    .webp .c355 {
        background-image: url(../images/n/screenshot-2025-06-28-at-12.28.03-am-960-1.webp)
    }

    .c359 {
        background-image: url(../images/j/screenshot-2025-06-28-at-8.53.13-am-960.jpg)
    }

    .webp .c359 {
        background-image: url(../images/0/screenshot-2025-06-28-at-8.53.13-am-960.webp)
    }
}

@media (min-width:480px) {
    .c355 {
        background-image: url(../images/l/screenshot-2025-06-28-at-12.28.03-am-1536.jpg)
    }

    .webp .c355 {
        background-image: url(../images/2/screenshot-2025-06-28-at-12.28.03-am-1536.webp)
    }

    .c359 {
        background-image: url(../images/8/screenshot-2025-06-28-at-8.53.13-am-1536.jpg)
    }

    .webp .c359 {
        background-image: url(../images/2/screenshot-2025-06-28-at-8.53.13-am-1536.webp)
    }
}

@media (min-width:768px) {
    .c355 {
        background-image: url(../images/4/screenshot-2025-06-28-at-12.28.03-am-960.jpg)
    }

    .webp .c355 {
        background-image: url(../images/c/screenshot-2025-06-28-at-12.28.03-am-960.webp)
    }

    .c359 {
        background-image: url(../images/c/screenshot-2025-06-28-at-8.53.13-am-960.jpg)
    }

    .webp .c359 {
        background-image: url(../images/2/screenshot-2025-06-28-at-8.53.13-am-960.webp)
    }
}

@media (min-width:960px) {
    .c355 {
        background-image: url(../images/n/screenshot-2025-06-28-at-12.28.03-am-1200.jpg)
    }

    .webp .c355 {
        background-image: url(../images/6/screenshot-2025-06-28-at-12.28.03-am-1200.webp)
    }

    .c359 {
        background-image: url(../images/h/screenshot-2025-06-28-at-8.53.13-am-1200.jpg)
    }

    .webp .c359 {
        background-image: url(../images/e/screenshot-2025-06-28-at-8.53.13-am-1200.webp)
    }
}

@media (min-width:1200px) {
    .c355 {
        background-image: url(../images/r/screenshot-2025-06-28-at-12.28.03-am-1600.jpg)
    }

    .webp .c355 {
        background-image: url(../images/8/screenshot-2025-06-28-at-12.28.03-am-1600.webp)
    }

    .c359 {
        background-image: url(../images/0/screenshot-2025-06-28-at-8.53.13-am-1600.jpg)
    }

    .webp .c359 {
        background-image: url(../images/j/screenshot-2025-06-28-at-8.53.13-am-1600-1.webp)
    }
}

@media (min-width:1600px) {
    .c355 {
        background-image: url(../images/6/screenshot-2025-06-28-at-12.28.03-am-2000.jpg)
    }

    .webp .c355 {
        background-image: url(../images/a/screenshot-2025-06-28-at-12.28.03-am-2000.webp)
    }

    .c359 {
        background-image: url(../images/n/screenshot-2025-06-28-at-8.53.13-am-2000.jpg)
    }

    .webp .c359 {
        background-image: url(../images/2/screenshot-2025-06-28-at-8.53.13-am-2000.webp)
    }
}

@media (min-width:2000px) {
    .c355 {
        background-image: url(../images/j/screenshot-2025-06-28-at-12.28.03-am-2560.jpg)
    }

    .webp .c355 {
        background-image: url(../images/l/screenshot-2025-06-28-at-12.28.03-am-2560.webp)
    }

    .c359 {
        background-image: url(../images/v/screenshot-2025-06-28-at-8.53.13-am-2560.jpg)
    }

    .webp .c359 {
        background-image: url(../images/r/screenshot-2025-06-28-at-8.53.13-am-2560-1.webp)
    }
}