@charset "UTF-8";

@font-face {
    font-family: DMSans;
    font-style: normal;
    src: url(../fonts/DMSans/DMSans-Regular.ttf) format("truetype")
}

@font-face {
    font-family: DMSans-light;
    font-style: normal;
    src: url(../fonts/DMSans/DMSans-Light.ttf) format("truetype")
}

@font-face {
    font-family: DMSans-medium;
    font-style: normal;
    src: url(../fonts/DMSans/DMSans-Medium.ttf) format("truetype")
}

@font-face {
    font-family: DMSans-semibold;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/DMSans/DMSans-Medium.ttf) format("truetype")
}

@font-face {
    font-family: DMSans-bold;
    font-style: normal;
    src: url(../fonts/DMSans/DMSans-Bold.ttf) format("truetype")
}

@font-face {
    font-family: DMSans-black;
    font-style: normal;
    src: url(../fonts/DMSans/DMSans-Black.ttf) format("truetype")
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 400
}

@keyframes slide-down {
    0% {
        transform: translateY(-10%);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

.animate-slide-down {
    animation: slide-down .3s ease-out forwards
}

nav a {
    position: relative
}

nav a.active,
nav a:hover {
    color: #009846
}

nav a.active::after,
nav a:hover::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #61d98b;
    border-radius: 8px
}

html {
    box-sizing: border-box
}

*,
:after,
:before {
    box-sizing: inherit
}

body {
    background-color: #fff;
    font-size: 16px;
    font-family: DMSans;
    line-height: 24px;
    font-weight: 400;
    color: #525252;
    margin: 0;
    overflow: hidden;
    overflow-y: auto
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

a {
    display: inline-block;
    text-decoration: none;
    transition: .2s ease-in-out;
    color: #fff
}

.DMSans {
    font-family: DMSans
}

.DMSans-light {
    font-family: DMSans-light
}

.DMSans-medium {
    font-family: DMSans-medium
}

.DMSans-semibold {
    font-family: DMSans-semibold
}

.DMSans-bold {
    font-family: DMSans-bold
}

.DMSans-black {
    font-family: DMSans-black
}

.tab-active {
    color: #61d98b;
    text-decoration: underline
}

.tab-inactive {
    color: #171717
}

.btn-shadow {
    box-shadow: 0 5px 30px 0 rgba(97, 217, 139, .3019607843)
}

.title-shadow-w {
    text-shadow: 5px 5px #fff
}

.custom-shadow {
    box-shadow: 0 0 150px 0 rgba(67, 249, 255, .5019607843) inset
}

.img-white {
    filter: brightness(100) contrast(1)
}

.slick-dots li {
    height: 10px
}

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

.slick-dots li button::before {
    font-size: 12px;
    width: 10px;
    height: 10px;
    background-color: #00d893;
    color: transparent;
    border-radius: 10px;
    opacity: .8
}

.slick-dots li.slick-active {
    width: 50px
}

.slick-dots li.slick-active button {
    width: 50px
}

.slick-dots li.slick-active button::before {
    color: transparent;
    width: 50px;
    opacity: 1
}

.slick-arrow {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width:991px) {
    .slick-arrow {
        width: 40px;
        height: 40px
    }
}

.slick-arrow.slick-disabled {
    opacity: .6
}

.slick-arrow::before {
    content: "";
    background-image: url(../images/slider-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 56px;
    height: 56px;
    display: block;
    opacity: 1 !important
}

@media (max-width:991px) {
    .slick-arrow::before {
        width: 40px;
        height: 40px
    }
}

.slick-arrow.slick-prev {
    z-index: 1;
    left: -50px
}

@media (max-width:991px) {
    .slick-arrow.slick-prev {
        left: -15px
    }
}

.slick-arrow.slick-prev::before {
    transform: scaleX(-1);
    margin-left: -6px
}

.slick-arrow.slick-next {
    z-index: 1;
    right: -50px
}

@media (max-width:991px) {
    .slick-arrow.slick-next {
        right: -15px
    }
}

.custom-gradient {
    background-image: linear-gradient(-90deg, #0bf191 -20.56%, #304ac5 100%)
}

.custom-gradient-1 {
    background-image: linear-gradient(180deg, rgba(204, 255, 239, .3) 0, #ccffef 100%)
}

.faq-accordion label::before {
    content: "⌄";
    position: absolute;
    left: 15px;
    color: #fff;
    background-color: #184175;
    border-radius: 8px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    top: 10px;
    padding-bottom: 15px;
    font-weight: 100
}

.faq-accordion input:checked+label {
    background-color: #fff;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    color: #2b2b5e
}

.faq-accordion input:checked+label:before {
    content: "⌃";
    padding-bottom: 0;
    padding-top: 15px;
    background-color: #009846
}

.faq-accordion .accordion__content {
    max-height: 0;
    transition: all .4s cubic-bezier(.865, .14, .095, .87)
}

.faq-accordion input[name=panel]:checked~.accordion__content {
    max-height: 50em
}

.tabs .active {
    background-color: #61d98b
}

.fag-page .faq-accordion label::before {
    top: 20px
}

.banner-header {
    background: rgba(192, 192, 192, .3568627451);
    padding: 12px 20px;
    border-radius: 10px;
    backdrop-filter: blur(12px)
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.radio-label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 16px
}

.custom-radio {
    width: 20px;
    height: 20px;
    border: 2px solid #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.custom-radio::after {
    content: "✓";
    font-size: 14px;
    color: #fff;
    display: none
}

input[type=radio] {
    display: none
}

input[type=radio]:checked+.custom-radio {
    background-color: #000
}

input[type=radio]:checked+.custom-radio::after {
    display: block
}

.tab-button.active,
.tab-button:hover {
    background-color: #0e243f;
    color: #fff
}

.tab-button.active img,
.tab-button:hover img {
    filter: contrast(0) brightness(100)
}

.tab-content.active {
    display: block
}

.mobile-tab-button {
    position: relative;
    padding-right: 36px !important
}

.mobile-tab-button::after {
    content: "⌄";
    position: absolute;
    right: 18px;
    top: 14px;
    font-size: 40px;
    line-height: unset
}

.mobile-tab-button.active,
.mobile-tab-button:hover {
    background-color: #0e243f;
    color: #fff
}

.mobile-tab-button.active img,
.mobile-tab-button:hover img {
    filter: contrast(0) brightness(100)
}

.mobile-tab-content.active {
    display: block
}

.review-slider.slick-initialized .slick-slide {
    margin: 0 15px;
    padding-bottom: 30px;
    opacity: .4
}

.review-slider.slick-initialized .slick-slide.slick-current {
    opacity: 1
}

.tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.tab {
    padding: 10px 20px;
    cursor: pointer;
    color: white;
    font-size: 22px;
    font-weight: 600;
    margin: 0 5px;
    border-radius: 5px;
    background-color: transparent;
}

@media (max-width: 767px) {
    .tab {
        padding: 5px 10px;
        font-size: 18px;
    }
}

.tab.active {
    background-color: transparent;
    border-bottom: 2px solid #009846;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}