/* Color Palletes */
:root {
    --bg-color: #fff;
    --bg-color-5: rgba(255, 255, 255, 0.5);
    --bg-primary-5: rgba(5, 167, 170, 0.05);
    --bg-primary-10: rgba(5, 167, 170, 0.1);
    --bg-primary-20: rgba(5, 167, 170, 0.2);
    --bg-primary-30: rgba(5, 167, 170, 0.3);
    --bg-primary-gradien: linear-gradient(to bottom left, rgba(0, 250, 255, 1) 0%, rgba(5, 167, 170, 1) 42%, rgba(56, 115, 167, 1) 100%);

    --bg-btn-primary: linear-gradient(0deg, #05A7AA, #05A7AA);
    --bg-btn-secondary: rgb(255, 255, 255);

    --color-primary: rgba(5, 167, 170, 1);
    --color-primary-dark: rgb(5, 119, 121);
    --color-primary-op50: rgba(5, 167, 170, .5);

    --text-primary: rgba(0, 0, 0, 1);
    --text-primary-op50: rgba(0, 0, 0, .5);

    --navbar-height: 64px;

    --easing: cubic-bezier(.45, .08, .35, 1.49);

    --sponsor-content-height: 7rem;
}

* {
    font-family: 'Poppins';
    font-weight: 500;
    color: var(--text-primary);
}

.flex-1 {
    flex: 1;
}

.text-12 {
    font-size: .75rem;
}

.text-14 {
    font-size: .875rem;
}

.text-16 {
    font-size: 1rem;
}

.text-18 {
    font-size: 1.125rem;
}

.overflow-hidden {
    overflow: hidden;
}

.text-teramedik {
    color: var(--color-primary);
}

.border-c-teramedik {
    border-color: var(--color-primary) !important;
}

img {
    user-select: none;
}

span.highlight {
    color: var(--color-primary);
    font-style: italic;
}

.text-justify {
    text-align: justify;
}

.text-base {
    font-size: 1rem;
}

.text-primary-1 {
    color: var(--color-primary);
}

.h-screen {
    height: 100vh;
}

.mt-navbar {
    margin-top: var(--navbar-height) !important;
}

.pt-navbar {
    padding-top: var(--navbar-height) !important;
}

.w-80 {
    width: 80%;
}

.letter-spacing-normal {
    letter-spacing: normal;
}

.-letter-spacing-1 {
    letter-spacing: -1px;
}

.-letter-spacing-2 {
    letter-spacing: -2px;
}

.btn-search {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}

.btn-search:hover img {
    scale: 1.1;
}

.btn {
    position: relative;
    outline: none;
    border: none;
    border-radius: 15px;
    padding: 12px 30px;
    transition: .3s var(--easing);
}

.btn:hover {
    /* padding: 12px 35px; */
    /* margin-left: -5px; */
}

.btn.btn-primary {
    overflow: hidden;
    background: var(--bg-btn-primary);
    box-shadow: 4px 8px 15px 0px rgba(21, 21, 21, 0.1), -3px -4px 10px 20px rgba(0, 0, 0, .05) inset;
    text-shadow: 1px 3px 3px var(--text-primary-op50);
}

.btn.btn-third {
    overflow: hidden;
    background: var(--bg-primary-10);
    /* box-shadow: 4px 8px 15px 0px rgba(21, 21, 21, 0.1), -3px -4px 10px 20px rgba(0, 0, 0, .05) inset; */
    box-shadow: inset -3px -4px 7px rgba(5, 167, 170, 0.15), 4px 11px 15px 0px rgba(5, 167, 170, 0.10);
    /* text-shadow: 1px 3px 3px var(--text-primary-op50); */
}

/* .btn.btn-primary::after {
    content: "";
    position: absolute;
    right: 30%;
    top: 10%;
    width: 80%;
    height: 20px;
    background: rgba(255, 255, 255, 0.35);
    filter: blur(10px);
} */

.btn.btn-primary .overlay {
    position: absolute;
    left: -25%;
    top: 0%;
    width: 100%;
    height: 50%;
    /* background: rgba(255, 255, 255, 0.35); */
    background: radial-gradient(circle, rgba(255, 255, 255, 0.59) 0%, rgba(5, 167, 170, 0) 87%);
    filter: blur(10px);
    border-radius: 100%;
}

.btn.btn-third .overlay {
    position: absolute;
    right: 0;
    bottom: -50%;
    width: 80%;
    height: 100%;
    background: linear-gradient(0deg, rgba(31, 141, 169, 0.2) 0%, rgba(5, 167, 170, 0) 87%);
    transform: rotate(-5deg);
}

.btn.btn-primary span {
    color: #fff
}

.btn.btn-third span {
    color: var(--color-primary);
    font-weight: bold;
}

.btn.btn-secondary {
    background: var(--bg-btn-secondary);
    color: var(--color-primary);
    background-position-x: -70px;
    background-position-y: -20px;
    /* box-shadow: 4px 11px 15px 0px rgba(21, 21, 21, 0.1), 0px 20px 10px -10px rgba(0, 0, 0, .125) inset; */
    box-shadow: inset 0 10px 4px 0 rgba(21, 21, 21, 0.05), inset -4px 0 4px 0 rgba(21, 21, 21, 0.05), inset 4px 0 4px 0 rgba(21, 21, 21, 0.05), 0 4px 4px 0 rgba(21, 21, 21, 0.1), inset 0 10px 4px 0 rgba(21, 21, 21, 0.05), inset -4px 0 4px 0 rgba(21, 21, 21, 0.05), inset 4px 0 4px 0 rgba(21, 21, 21, 0.05), 0 4px 4px 0 rgba(21, 21, 21, 0.1);
    text-shadow: 1px 3px 3px var(--color-primary-op50);
}

.btn.btn-secondary .overlay {
    position: absolute;
    right: 30%;
    top: 10%;
    width: 80%;
    height: 20px;
    background: rgba(255, 255, 255, 0.35);
    filter: blur(10px);
}

.btn.btn-secondary span {
    color: var(--color-primary)
}

.btn.btn-primary:hover {
    background: var(--bg-btn-primary);
    box-shadow: 4px 11px 15px 0px rgba(21, 21, 21, 0.1);
    text-shadow: 0px 0px 3px var(--text-primary-op50);
    scale: 1.05;
    box-shadow: none;

    transition: scale .25s ease-in-out, all .10s ease-in;
}

.btn.btn-third:hover {
    background: var(--bg-primary-30);
    /* box-shadow: 4px 11px 15px 0px rgba(21, 21, 21, 0.1); */
    /* text-shadow: 0px 0px 3px var(--text-primary-op50); */
    scale: 1.05;

    transition: scale .25s ease-in-out, all .10s ease-in;
}

.btn.btn-primary:hover .overlay {
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.35);
    filter: blur(10px);
    border-radius: 0;

    transition: all .10s ease-in;
}

.btn.btn-secondary:hover {
    background: var(--bg-color-5);
    box-shadow: 4px 11px 15px 0px rgba(21, 21, 21, 0.1), -3px -4px 10px 20px rgba(0, 0, 0, .025) inset;
    text-shadow: 0px 0px 3px var(--color-primary-op50);
}

.btn.btn-secondary:hover .overlay {
    position: absolute;
    right: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.35);
    filter: blur(10px);
}

.call-helper {
    position: fixed;
    bottom: 1.75rem;
    right: 1.75rem;
    z-index: 1200;
}

.call-helper-content {
    position: fixed;
    bottom: -25%;
    right: 7rem;
    z-index: 1200;

    transition: .5s var(--easing);
}

.call-helper-content.active {
    bottom: 1.75rem;
}

.navbar {
    background: rgb(255, 255, 255);
    width: 100vw;
    height: var(--navbar-height);
    position: fixed;
    top: 0;
    z-index: 998;
}

#navbarSupportedContent {
    background: white;
    position: absolute;
    width: auto;
    right: 50%;
    transform: translateX(50%);

    transition: all 0.5s ease-in-out;
}

#navbarSupportedContent.active {
    right: 0;
    transform: none;
}

.nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: .3s var(--easing);
}

.nav-link::after {
    content: '';
    width: 0px;
    height: 2px;
    background: var(--color-primary);
    margin-top: 6px;
    border-radius: 2px;
    transition: .3s var(--easing);
}

.nav-link:hover {
    /* letter-spacing: 1px; */
}

.nav-link.active::after {
    width: 40px;
}

.nav-link:hover::after,
.nav-link.active:hover::after {
    width: 20px;
}

body {
    /* overflow: hidden; */
    overflow-x: hidden;
}

.ellipse-46 {
    position: absolute;
    bottom: -10%;
    right: -5%;
    transform: translate(5%, 10%);

    width: 500px;
    height: 500px;

    background: radial-gradient(circle, rgba(5, 167, 170, 0.7) 0%, rgba(5, 167, 170, 0.5) 25%, rgba(5, 167, 170, 0) 100%);
    ;
    border-radius: 100%;
    filter: blur(300px);
    z-index: -1;
}

.ellipse-47 {
    position: absolute;
    top: -10%;
    left: -10%;
    transform: translate(-10%, -10%);

    width: 500px;
    height: 500px;

    background: radial-gradient(circle, rgba(5, 167, 170, 0.7) 0%, rgba(5, 167, 170, 0.5) 25%, rgba(5, 167, 170, 0) 100%);
    ;
    /* background: rgba(5, 167, 170, 0.7); */
    border-radius: 100%;
    filter: blur(300px);
    z-index: -1;
}

.ellipse-48 {
    position: absolute;
    bottom: -10%;
    left: -10%;
    transform: translate(-10%, 10%);

    width: 500px;
    height: 500px;

    background: radial-gradient(circle, rgba(5, 167, 170, 0.7) 0%, rgba(5, 167, 170, 0.5) 25%, rgba(5, 167, 170, 0) 100%);
    ;
    border-radius: 100%;
    filter: blur(300px);
    z-index: -1;
}

.ellipse-49 {
    position: absolute;
    top: -10%;
    right: -10%;
    transform: translate(10%, -10%);

    width: 500px;
    height: 500px;

    background: radial-gradient(circle, rgba(5, 167, 170, 0.7) 0%, rgba(5, 167, 170, 0.5) 25%, rgba(5, 167, 170, 0) 100%);
    ;
    /* background: rgba(5, 167, 170, 0.7); */
    border-radius: 100%;
    filter: blur(300px);
    z-index: -1;
}

.ellipse-50 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 300px;
    height: 300px;

    background: radial-gradient(circle, rgba(5, 167, 170, 0.7) 0%, rgba(5, 167, 170, 0.5) 25%, rgba(5, 167, 170, 0) 100%);
    ;
    /* background: rgba(5, 167, 170, 0.7); */
    border-radius: 100%;
    filter: blur(300px);
    z-index: -1;
}

/* section.active {
    top: 0vh;
    padding-top: var(--navbar-height);
} */

/* section.past {
    top: -100vh;
} */

section {
    min-height: 100vh;
}

section#hero-page .ellipse-45 {
    position: absolute;
    top: 5%;
    left: 10%;

    width: 600px;
    height: 180px;

    background: rgba(5, 167, 170, 0.7);
    border-radius: 100%;
    filter: blur(300px);
}

section#hero-page .ellipse-44 {
    position: absolute;
    bottom: 0;
    right: -10%;

    width: 600px;
    height: 180px;

    background: rgba(5, 167, 170, 0.7);
    border-radius: 100%;
    filter: blur(300px);
}

section#hero-page .title {
    font-size: 3rem;
}

section#hero {
    position: relative;
}

section#hero .hero-bg-1,
section#hero .hero-bg-2 {
    position: absolute;
    top: var(--navbar-height);
    bottom: var(--sponsor-content-height);
    right: 0;
    width: 100%;
    /* height: 100%; */
    z-index: -1;
}

section#hero .hero-content {
    /* height: 100%; */
    z-index: 100;
}

section#hero .hero-sponsor {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: var(--sponsor-content-height);
    background: var(--bg-primary-10);
}

section#hero .sponsor-list div {
    transform: scale(1);
    height: 100%;
    margin: 0 1rem;

    transition: transform .25s ease-out;
}

section#hero .sponsor-list div img {
    height: 100%;
}

section#hero .sponsor-list div:hover {
    transform: scale(1.2);
}

section#hero .hero-bg-1 {
    background: url('/assets/images/home/BG_Home_LB.png') left bottom no-repeat;
}

section#hero .hero-bg-2 {
    background: url('/assets/images/home/BG_Home_RT.png') right top no-repeat;
}

.hero-partner-1 div img {
    width: 50px;
    height: 50px;
    background-size: cover;
    transition: .5s var(--easing);
}

.hero-partner-1 div:nth-child(odd) img:hover {
    transform: scale(1.1) rotate(2deg);
}

.hero-partner-1 div:nth-child(even) img:hover {
    transform: scale(1.1) rotate(-2deg);
}

.teramedik-logo-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
}

.teramedik-logo {
    z-index: 999;
    transition: .75s ease-in-out;
    width: 200px;
    /* transition-delay: .25s; */
}

.logo-delay {
    /* opacity: 0;
    animation-duration: 1.5s;
    animation-name: fade-out;
    animation-iteration-count: unset; */
}

@keyframes fade-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.navbar-logo {
    opacity: 0;
}

/* .navbar-logo.show-logo {
    opacity: 1;

    animation-duration: .75s;
    animation-name: fade-in;
    animation-iteration-count: unset;
    animation-direction: alternate;
} */

.navbar-logo.show-logo-always {
    opacity: 1;
}

@keyframes fade-in {

    0%,
    75% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.teramedik-logo-text {
    z-index: 998;
    transition: .75s ease-in-out;
    transition-delay: .05s;
}

.teramedik-logo:hover {
    transform: scale(1.05);
}

.teramedik-around {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 2rem);
    height: 100%;
}

.teramedik-around .item {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    width: 130px;
    height: 130px;
    transform-origin: center;
    transform: scale(1.3);
    opacity: 0;
    transition: .75s var(--easing);
}

.teramedik-around .item:hover {
    transform: scale(1.5);
}

.teramedik-around .item span {
    font-size: xx-small;
    color: var(--color-primary);
}

.teramedik-around .item .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    /* background: rgba(255, 255, 255, 0.35); */
    background: var(--bg-primary-10);
    backdrop-filter: blur(3px);
    box-shadow: inset -3px -4px 7px 0px rgba(5, 167, 170, 0.15), 4px 11px 15px 0px rgba(5, 167, 170, 0.10);
    overflow: hidden;
}

.teramedik-around .item .wrapper img {
    width: 25px;
    height: 25px;
}

.teramedik-around .item:nth-child(1) {
    opacity: 0;
    top: calc(50% - calc(130px / 2));
    right: calc(50% - calc(130px / 2));
    z-index: 1000;
}

.teramedik-around.active .item:nth-child(1) {
    opacity: 1;
    top: calc(calc(50% - calc(130px / 2)) - 200px);
    right: calc(calc(50% - calc(130px / 2)) - 0px);
}

.teramedik-around .item:nth-child(2) {
    opacity: 0;
    top: calc(50% - calc(130px / 2));
    right: calc(50% - calc(130px / 2));
    z-index: 1000;
}

.teramedik-around.active .item:nth-child(2) {
    opacity: 1;
    top: calc(calc(50% - calc(130px / 2)) - 120px);
    right: calc(calc(50% - calc(130px / 2)) - 170px);
}

.teramedik-around .item:nth-child(3) {
    opacity: 0;
    top: calc(50% - calc(130px / 2));
    right: calc(50% - calc(130px / 2));
    z-index: 1000;
}

.teramedik-around.active .item:nth-child(3) {
    opacity: 1;
    top: calc(calc(50% - calc(130px / 2)) + 35px);
    right: calc(calc(50% - calc(130px / 2)) - 215px);
}

.teramedik-around .item:nth-child(4) {
    opacity: 0;
    top: calc(50% - calc(130px / 2));
    right: calc(50% - calc(130px / 2));
    z-index: 1000;
}

.teramedik-around.active .item:nth-child(4) {
    opacity: 1;
    top: calc(calc(50% - calc(130px / 2)) + 185px);
    right: calc(calc(50% - calc(130px / 2)) - 115px);
}

.teramedik-around .item:nth-child(5) {
    opacity: 0;
    top: calc(50% - calc(130px / 2));
    right: calc(50% - calc(130px / 2));
    z-index: 1000;
}

.teramedik-around.active .item:nth-child(5) {
    opacity: 1;
    top: calc(calc(50% - calc(130px / 2)) + 185px);
    right: calc(calc(50% - calc(130px / 2)) + 115px);
}

.teramedik-around .item:nth-child(6) {
    opacity: 0;
    top: calc(50% - calc(130px / 2));
    right: calc(50% - calc(130px / 2));
    z-index: 1000;
}

.teramedik-around.active .item:nth-child(6) {
    opacity: 1;
    top: calc(calc(50% - calc(130px / 2)) + 35px);
    right: calc(calc(50% - calc(130px / 2)) + 215px);
}

.teramedik-around .item:nth-child(7) {
    opacity: 0;
    top: calc(50% - calc(130px / 2));
    right: calc(50% - calc(130px / 2));
    z-index: 1000;
}

.teramedik-around.active .item:nth-child(7) {
    opacity: 1;
    top: calc(calc(50% - calc(130px / 2)) - 120px);
    right: calc(calc(50% - calc(130px / 2)) + 170px);
}

.promo-image-1 {
    width: 100%;
    object-fit: cover;
}

section#promo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

section#promo .promo-img img {
    height: 100%;
    max-width: 100%;
    object-fit: contain;
}

section#promo .promo-title {
    opacity: 0;
    transform: translateX(10%);
    transition: all 1.5s ease-in-out;
}

section#promo .promo-description {
    opacity: 0;
    transform: translateX(10%);
    transition: all 1.5s ease-in-out;
    transition-delay: .5s;
}

section#promo>.first-half {
    position: relative;
    height: 100%;
    background: rgba(5, 167, 170, 0.1);
    /* padding-top: 100px;
    padding-bottom: 180px; */
    margin-bottom: 10%;
    cursor: none;
}

section#promo>.first-half>.overlay {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 100%);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .75;
    z-index: 1;
    cursor: none;
    margin-left: -12px;
}

section#promo>.first-half>.container-xxl {
    position: relative;
    z-index: 2;
    cursor: none;
}

section#promo>.promo-card {
    position: absolute;
    bottom: -10%;
    /* width: 80%; */
    /* margin: auto; */
    padding: 2.5rem;
    /* margin-top: -8rem; */
    background: white;
    border-radius: 40px;
    z-index: 3;
    transition: bottom .75s var(--easing);
    transition-delay: 1s;
}

section#promo>.promo-card .icon {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: var(--color-primary);
    display: flex;
    justify-content: center;
    align-items: center;
}

section#solusi>div>.bg {
    background: rgba(5, 167, 170, 0.25);
    width: 50vw;
    height: 25vh;
    filter: blur(100px);
    margin: auto;
    border-radius: 50%;
    z-index: -1;
    position: relative;
    margin-bottom: -25vh;
}

section#solusi .solusi-title {
    opacity: 0;
    transform: translateX(10%);
    transition: all 1.25s ease-in-out;
}

section#solusi .card {
    /* background: linear-gradient(180deg, rgba(56, 115, 167, 0.8) 0%, rgba(5, 167, 170, 0.8) 100%); */
    /* padding: 3px; */
    border-radius: 20px;
    overflow: hidden;
    height: 375px;
    width: 300px;
}

section#solusi .card img {
    /* border-radius: calc(20px - 3px); */
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section#solusi .card .overlay {
    position: relative;
    height: 100%;
}

section#solusi .card .card-gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(0, 250, 255, 0) 46%, rgba(5, 167, 170, 1) 76%, rgba(56, 115, 167, 1) 100%);
    height: 100%;
    padding: 1.5rem;
}

section#solusi .card .card-description {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: linear-gradient(to bottom left, rgba(0, 250, 255, 1) 0%, rgba(5, 167, 170, 1) 42%, rgba(56, 115, 167, 1) 100%);
    height: 100%;
    padding: 2rem;
    border-radius: 1rem;

    transition: top .25s ease-out;
}

section#solusi .card:hover .card-description,
section#solusi .card .card-description.active {
    top: 0;
}

section#solusi .card .card-description p {
    font-size: .75rem;
    margin-bottom: 0 !important;
}

section#solusi .card .card-gradient p {
    font-size: .75rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    margin-bottom: 0 !important;
}

section#solusi .card .btn {
    width: 100%;
    padding: 10px;
    /* margin: .5rem; */
    margin-bottom: 1rem;
    /* margin-top: -1rem; */
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(2.5px);
    box-shadow: 0px 5px 5px 0px rgba(21, 21, 21, 0.20);
    text-shadow: none;
    font-size: 1.25rem;
}

section#solusi .card .btn:hover {
    backdrop-filter: blur(10px);
}

section#feature,
section#cert,
section#try {
    /* margin-top: var(--navbar-height); */
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('/assets/images/home/BG_Cert.png') center no-repeat;
    background-size: cover;
}

section#cert .cert-title {
    opacity: 0;
    transform: translateX(-10%);
    transition: all 1.25s ease-in-out;
}

section#cert .cert-description {
    opacity: 0;
    transform: translateX(-10%);
    transition: all 1.25s ease-in-out;
    transition-delay: .5s;
}

section#cert .card {
    border: none;
    border-radius: 1.5rem;
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 4px 10px 0px rgba(32, 32, 32, 0.1), -4px 4px 10px 0px rgba(32, 32, 32, 0.03) inset;
    backdrop-filter: blur(2px);
    width: 225px;
    height: 225px;
    padding: 25px;

    display: flex;
    flex-direction: column;
    justify-content: center;

    gap: 1rem;
    opacity: 0;
    transition: opacity 1s ease-in-out, transform 1.25s ease-in-out;
}

section#cert .card:hover {
    scale: 1.1;
}

section#cert .card img {
    width: 50px;
    height: 50px;
}

section#cert .card.cert-card-1 {
    transform: translateX(-25%);
    transition-delay: 1.25s;
}

section#cert .card.cert-card-2 {
    transform: translateX(-25%);
    transition-delay: 1.5s;
}

section#cert .card.cert-card-3 {
    transform: translateX(25%);
    transition-delay: 1.75s;
}

section#cert .card.cert-card-4 {
    transform: translateX(25%);
    transition-delay: 2s;
}

section#cert .card .card-img {
    width: 50px;
    margin: auto;
    text-align: center;

}

section#req {
    /* margin-top: var(--navbar-height); */
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: url('/assets/images/home/BG_Req.png') center no-repeat; */
    background-size: cover;
}

section#req .card {
    position: relative;
    background: linear-gradient(227.84deg, #00FAFF -10.94%, #05A7AA 40.13%, #3873A7 109.44%);
    border-radius: 20px;
    border: none;
    padding: 1rem;

    opacity: 0;
    transition: opacity 1s ease-in-out, transform 1.25s ease-in-out;
}

section#req .card.req-card-1 {
    transform: translateY(-25%);
}

section#req .card.req-card-2 {
    transform: translateY(25%);
}

section#req .card .card-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
    text-align: center;
    padding: 30px 0;
}

section#req .card .card-content {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    padding: 20px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.2);
    border-radius: calc(19px - .5rem);
    border: 1px solid rgba(255, 255, 255, 0.1)
}

section#req .card>.overlay {
    opacity: 0;
    transition: opacity 1s ease;
}

section#req .card:hover>.overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: calc(100% + .5rem);
    height: 100%;
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 100%);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .5;
    z-index: 1;
    cursor: none;
    filter: blur(20px);
}

section#feature .card {
    border: none;
    padding: 1rem;
}

/* section#feature .feature-card-left {
    opacity: 0;
    transform: translateX(-25%);
    transition: all 1.25s ease-in-out;
}

section#feature .feature-card-right {
    opacity: 0;
    transform: translateX(25%);
    transition: all 1.25s ease-in-out;
} */

section#feature .card .card-wrapper {
    padding: 1rem;
    border-radius: 20px;
    margin-top: 20px;
    /* transition: .5s ease-out; */
}

section#feature .card .card-wrapper .card-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    padding: 1rem;
    background: linear-gradient(90deg, #3873A7 0%, #05A7AA 100%);
    width: 65px;
    height: 65px;
    border-radius: 150px;

    margin: auto;

    margin-top: -50px;
    margin-bottom: 20px;
}

section#feature .card:nth-child(even) .card-wrapper,
section#feature .card:nth-child(odd) .card-wrapper {
    background: linear-gradient(90deg, #05a7aa1a 0%, #05a7aa1a 100%);
    transition: background .5s ease-out;
}

section#feature .card:nth-child(odd) .card-wrapper,
section#feature .card:nth-child(even) .card-wrapper {
    background: linear-gradient(90deg, #3873a71a 0%, #3873a71a 100%);
    transition: background .5s ease-out;
}

section#feature .card:nth-child(even) .card-wrapper .card-title,
section#feature .card:nth-child(odd) .card-wrapper .card-title {
    font-weight: bold;
    color: var(--color-primary);
    font-size: larger;
}

section#feature .card:nth-child(odd) .card-wrapper .card-title,
section#feature .card:nth-child(even) .card-wrapper .card-title {
    font-weight: bold;
    color: rgba(56, 115, 167, 1);
    font-size: larger;
}

section#feature .card:nth-child(even):hover .card-wrapper,
section#feature .card:nth-child(odd):hover .card-wrapper,
section#feature .card:nth-child(odd):hover .card-wrapper,
section#feature .card:nth-child(even):hover .card-wrapper {
    background: linear-gradient(90deg, #05A7AA 0%, #3873A7 100%);
}

section#feature .card:nth-child(even):hover .card-wrapper .card-title,
section#feature .card:nth-child(odd):hover .card-wrapper .card-title,
section#feature .card:nth-child(odd):hover .card-wrapper .card-title,
section#feature .card:nth-child(even):hover .card-wrapper .card-title,

section#feature .card:nth-child(even):hover .card-wrapper .card-content,
section#feature .card:nth-child(odd):hover .card-wrapper .card-content,
section#feature .card:nth-child(odd):hover .card-wrapper .card-content,
section#feature .card:nth-child(even):hover .card-wrapper .card-content {
    color: white;
}

section#result {
    /* margin-top: var(--navbar-height); */
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('/assets/images/home/BG_Result.png') center no-repeat;
    background-size: cover;
}

section#result .section-title,
section#result .result-description,
section#result .result-btn {
    opacity: 0;
    transform: translateX(-10%);
    transition: all .75s var(--easing);
}

section#result .result-description {
    transition-delay: .25s;
}

section#result .result-btn {
    transition-delay: .35s;
}

section#result .ig-card {
    opacity: 0;
    transform: translateX(15%);
    transition: all 1s var(--easing);
}

section#result .ig-2 {
    transition-delay: .25s;
}

section#article {
    /* position: relative; */
}


section#article .bg-img-square {
    position: absolute;
    background-size: cover;
    width: 80%;
    top: 10%;
    left: 10%;
}

.article-wrapper {
    padding: 3px;
    margin-bottom: 65px;
    position: relative;
    background: linear-gradient(180deg, #3873A7 0%, #05A7AA 100%);
    border-radius: 20px;
    box-shadow: 0px 5px 10px 0px rgba(32, 32, 32, 0.1);
    aspect-ratio: 16/9;
}

section#article .article-col {
    opacity: 0;
    transform: translateY(-10%);
    transition: all .75s var(--easing);
}

section#article .article-col:nth-child(2) {
    transition-delay: .25s;
}

section#article .article-col:nth-child(3) {
    transition-delay: .50s;
}

.article-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16/9;
    border-radius: calc(20px - 3px);
}

.article-detail-wrapper {
    width: 80%;
    margin: auto;
    /* transform: translateY(-50%); */
    background: white;
    padding: 1rem;
    border-radius: 1rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    box-shadow: 0px 5px 10px 0px rgba(32, 32, 32, 0.1);
}

.article-title {
    font-size: .75rem;
    margin-bottom: 1rem;
}

.article-action {
    color: var(--color-primary);
    text-decoration: none;

    font-size: .75rem;

    transition: color .25s ease-out;
}

.article-action:hover {
    color: var(--color-primary-op50);
}

.custom-card {
    background: #F2FAFA;
    padding: 40px;
    border-radius: 20px;
    position: relative;
}

.quarter-pie-1 {
    width: 150px;
    height: 150px;
    background: url('/assets/images/home/quarter_pie.png') center no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}

.quarter-pie-2 {
    width: 150px;
    height: 150px;
    background: url('/assets/images/home/quarter_pie.png') center no-repeat;
    position: absolute;
    transform: rotate(180deg);
    bottom: 0;
    left: 0;
    z-index: 0;
}

.custom-card-content-wrapper {
    z-index: 1;
}

section#try .try-card {
    opacity: 0;
    transform: translateY(-10%);
    transition: all .75s var(--easing);
}

section#faq.faq-home .faq-wrapper {
    opacity: 0;
    transform: translateX(25%);
    transition: all .75s var(--easing);
}

section#faq.faq-home .faq-wrapper:nth-child(2) {
    transition-delay: .25s;
}

section#faq.faq-home .faq-wrapper:nth-child(3) {
    transition-delay: .35s;
}

section#faq.faq-home .faq-wrapper:nth-child(4) {
    transition-delay: .45s;
}

section#faq.faq-home.revealed-content .faq-wrapper {
    opacity: 1;
    transform: translate(0%, 0%);
}

.faq.accordion .faq-wrapper {
    display: flex;
    cursor: pointer;
    padding: 1rem;
    border-radius: 20px;
    margin-bottom: 1rem;
    background: rgba(5, 167, 170, 0.1);
}

.faq.accordion .faq-wrapper.active {
    background: linear-gradient(227.84deg, #00FAFF -10.94%, #05A7AA 40.13%, #3873A7 109.44%);
}

.faq.accordion .faq-wrapper .faq-accordion-wrapper {
    width: calc(100% - 30px);
}

.faq.accordion .faq-wrapper .faq-arrow {
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid transparent;
    border-top: 2px solid black;
    border-right: 2px solid black;
    transform: rotate(45deg);
    /* margin: 17px; */
    margin-top: 6px;
    margin-left: 10px;
    margin-right: 5px;
    transition: .3s var(--easing);
}

.faq.accordion .faq-wrapper.active .faq-arrow {
    transform: rotate(135deg);
    margin-top: 2px;
    margin-left: 10px;
    margin-right: 5px;
    height: 10px;
    border: 2px solid transparent;
    border-top: 2px solid white;
    border-right: 2px solid white;
}


.faq.accordion .faq-wrapper .faq-accordion-wrapper .faq-question {
    font-weight: bold;
    height: fit-content;
    overflow: hidden;
    padding: 10px;
    padding-top: 0;
    padding-bottom: 0;
}

.faq.accordion .faq-wrapper .faq-accordion-wrapper .faq-answer {
    height: fit-content;
    overflow: hidden;
    padding: 0px;
    padding-bottom: 0;
    transition: .5s var(--easing)
}

.faq.accordion .faq-wrapper.active .faq-accordion-wrapper .faq-answer,
.faq.accordion .faq-wrapper.active .faq-accordion-wrapper .faq-question {
    color: white;
}

.faq.accordion .faq-wrapper.active .faq-accordion-wrapper .faq-question {
    padding-bottom: 10px;
}

.faq.accordion .faq-wrapper.active .faq-accordion-wrapper .faq-answer {
    padding-top: 10px;
}

div.snap-section.footer-show {
    margin-bottom: 20.25rem;
}

footer {
    /* top: 100vh; */
    /* min-height: 30vh; */
    background: var(--bg-primary-10);
    padding: 3rem 0;
    /* scroll-snap-align: end; */

    transition: bottom .75s ease-in;
}

footer a {
    text-decoration: none;
    color: black;
}

footer a:hover {
    color: rgb(114, 114, 114);
}

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

footer ul li {
    font-size: .75rem;
}

footer .part-of-img {
    height: 100%;
}

footer .footer-img {
    width: 250px;
}

footer .footer-img img {
    width: 100%;
}

footer.show {
    bottom: 0;
}

.search input {
    background: var(--bg-primary-10);
    color: var(--color-primary-op50);
}

.search input::placeholder {
    color: var(--color-primary-op50);
}

.ellipse-down-left {
    position: absolute;
    top: var(--navbar-height);
    right: 0;
    width: 15%;
    height: auto;
    z-index: -1;
}

.ellipse-down-left img {
    width: 100%;
}

.ellipse-top-right {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15%;
    height: auto;
    z-index: -1;
}

.ellipse-top-right img {
    width: 100%;
}

.bg-square {
    position: absolute;
    background-size: cover;
    width: 80%;
    top: calc(10% + var(--navbar-height));
    left: 10%;
}

.bg-square img {
    width: 100%;
}


/* .btn-call-whatsapp {
    transform: translateY(200%);
}

.btn-call-whatsapp.active {
    transform: translateY(0);
}

.btn-demo-request {
    transform: translateY(200%);
}

.btn-demo-request.active {
    transform: translateY(0);
} */

@media screen and (max-width: 1399px) and (min-width: 1200px) {
    .mt-mx-xl-navbar {
        margin-top: var(--navbar-height) !important;
    }

    .pt-mx-xl-navbar {
        padding-top: var(--navbar-height) !important;
    }

    .article-wrapper {
        margin-bottom: 60px;
    }

    .call-helper {
        bottom: 1rem;
    }

    .call-helper-content.active {
        bottom: 1rem;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .nav-link {
        font-size: 12px;
    }

    .teramedik-logo {
        width: 100px;
    }

    .teramedik-logo-text {
        width: 200px;
    }


    .teramedik-around .item {
        gap: .25rem;
    }

    .teramedik-around .item:nth-child(1) {
        opacity: 0;
        top: calc(50% - calc(130px / 2));
        right: calc(50% - calc(130px / 2));
        z-index: 998;
    }

    .teramedik-around.active .item:nth-child(1) {
        opacity: 1;
        top: calc(calc(50% - calc(130px / 2)) - 150px);
        right: calc(calc(50% - calc(130px / 2)) - 0px);
    }

    .teramedik-around .item:nth-child(2) {
        opacity: 0;
        top: calc(50% - calc(130px / 2));
        right: calc(50% - calc(130px / 2));
        z-index: 998;
    }

    .teramedik-around.active .item:nth-child(2) {
        opacity: 1;
        top: calc(calc(50% - calc(130px / 2)) - 75px);
        right: calc(calc(50% - calc(130px / 2)) - 125px);
    }

    .teramedik-around .item:nth-child(3) {
        opacity: 0;
        top: calc(50% - calc(130px / 2));
        right: calc(50% - calc(130px / 2));
        z-index: 998;
    }

    .teramedik-around.active .item:nth-child(3) {
        opacity: 1;
        top: calc(calc(50% - calc(130px / 2)) + 50px);
        right: calc(calc(50% - calc(130px / 2)) - 150px);
    }

    .teramedik-around .item:nth-child(4) {
        opacity: 0;
        top: calc(50% - calc(130px / 2));
        right: calc(50% - calc(130px / 2));
        z-index: 998;
    }

    .teramedik-around.active .item:nth-child(4) {
        opacity: 1;
        top: calc(calc(50% - calc(130px / 2)) + 150px);
        right: calc(calc(50% - calc(130px / 2)) - 75px);
    }

    .teramedik-around .item:nth-child(5) {
        opacity: 0;
        top: calc(50% - calc(130px / 2));
        right: calc(50% - calc(130px / 2));
        z-index: 998;
    }

    .teramedik-around.active .item:nth-child(5) {
        opacity: 1;
        top: calc(calc(50% - calc(130px / 2)) + 150px);
        right: calc(calc(50% - calc(130px / 2)) + 75px);
    }

    .teramedik-around .item:nth-child(6) {
        opacity: 0;
        top: calc(50% - calc(130px / 2));
        right: calc(50% - calc(130px / 2));
        z-index: 998;
    }

    .teramedik-around.active .item:nth-child(6) {
        opacity: 1;
        top: calc(calc(50% - calc(130px / 2)) + 50px);
        right: calc(calc(50% - calc(130px / 2)) + 150px);
    }

    .teramedik-around .item:nth-child(7) {
        opacity: 0;
        top: calc(50% - calc(130px / 2));
        right: calc(50% - calc(130px / 2));
        z-index: 998;
    }

    .teramedik-around.active .item:nth-child(7) {
        opacity: 1;
        top: calc(calc(50% - calc(130px / 2)) - 75px);
        right: calc(calc(50% - calc(130px / 2)) + 125px);
    }

    section#hero .hero-sponsor {
        height: 100px;
    }


    section#hero .hero-bg-1,
    section#hero .hero-bg-2 {
        bottom: 100px;
    }

    section#promo>.promo-card {
        padding: 1.5rem;
        padding-bottom: 0;
    }

    section#promo>.promo-card .promo-card-title {
        font-size: 1.5rem;
    }

    section#promo>.promo-card .promo-card-description {
        font-size: 1rem;
    }

    section#feature .row .card .card-wrapper .card-icon {
        margin-bottom: 2px;
    }
}

@media screen and (min-width: 992px) {
    .w-lg-80 {
        width: 80%;
    }

    .h-lg-100 {
        height: 100%;
    }

    .teramedik-logo-wrapper {
        height: 100%;
    }
}

@media screen and (max-width: 991px) {
    .navbar {
        z-index: 1001;
    }

    .promo-image-1 {
        width: 50%;
    }
    
    body {
        font-size: 12px;
    }

    #navbarSupportedContent {
        background: rgb(255, 255, 255);
        z-index: 1500;
    }


    #navbarSupportedContent {
        position: relative;
        width: auto;
        right: 0;
        transform: none;

        transition: all 0.5s ease-in-out;
    }

    #navbarSupportedContent.active {
        right: 0;
        transform: none;
    }

    .navbar-logo {
        opacity: 1;
    }

    .hero-sponsor {
        overflow: hidden;
    }

    section#hero .teramedik-around-wrapper {
        display: none !important;
    }

    section#hero .hero-content {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    section {
        height: auto;
        min-height: 100vh;
        padding-top: 10vh;
        padding-bottom: 10vh;
    }

    section#hero-page .hero-page-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media screen and (min-width: 768px) {
    .w-md-80 {
        width: 80%;
    }

    .h-md-100 {
        height: 100%;
    }

    .teramedik-logo-wrapper {
        height: 275px;
    }
}

@media screen and (max-width: 767px) {

    /* Your CSS rules for phone displays go here */
    body {
        font-size: 16px;
    }

    .h-screen {
        height: auto;
    }

    .promo-image-1 {
        width: 100%;
    }

    #navbarSupportedContent {
        background: rgb(255, 255, 255);
        z-index: 1500;
    }


    #navbarSupportedContent {
        position: relative;
        width: auto;
        right: 0;
        transform: none;

        transition: all 0.5s ease-in-out;
    }

    #navbarSupportedContent.active {
        right: 0;
        transform: none;
    }

    .navbar {
        z-index: 1000;
    }

    .navbar-logo {
        opacity: 1;
    }

    /* 
    nav {
        display: none;
    } */

    section {
        height: auto;
        min-height: 100vh;
        padding-top: 10vh;
        padding-bottom: 10vh;
    }

    section#hero-page .hero-page-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    section#promo {
        padding-top: 0;
    }

    .hero-sponsor {
        overflow: hidden;
    }

    section#hero .teramedik-around-wrapper {
        display: none;
    }

    section#hero .hero-content {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    /* section#hero .sponsor-list {
        width: max-content;
        animation: sponsorScroll 20s linear infinite;
        animation-delay: calc(20s*-1);
    }

    section#hero .sponsor-list div {
        margin: 0 10px;
    }

    @keyframes sponsorScroll {
        50% {
            transform: translate(calc(-50% - 0.5rem));
        }
    } */

    .teramedik-around .item:nth-child(1) {
        opacity: 0;
        top: calc(50% - calc(130px / 2));
        right: calc(50% - calc(130px / 2));
        z-index: 998;
    }

    .teramedik-around.active .item:nth-child(1) {
        opacity: 1;
        top: calc(calc(50% - calc(130px / 2)) - 75px);
        right: calc(calc(50% - calc(130px / 2)) - 0px);
    }

    .teramedik-around .item:nth-child(2) {
        opacity: 0;
        top: calc(50% - calc(130px / 2));
        right: calc(50% - calc(130px / 2));
        z-index: 998;
    }

    .teramedik-around.active .item:nth-child(2) {
        opacity: 1;
        top: calc(calc(50% - calc(130px / 2)) - 50px);
        right: calc(calc(50% - calc(130px / 2)) - 100px);
    }

    .teramedik-around .item:nth-child(3) {
        opacity: 0;
        top: calc(50% - calc(130px / 2));
        right: calc(50% - calc(130px / 2));
        z-index: 998;
    }

    .teramedik-around.active .item:nth-child(3) {
        opacity: 1;
        top: calc(calc(50% - calc(130px / 2)) + 75px);
        right: calc(calc(50% - calc(130px / 2)) - 150px);
    }

    .teramedik-around .item:nth-child(4) {
        opacity: 0;
        top: calc(50% - calc(130px / 2));
        right: calc(50% - calc(130px / 2));
        z-index: 998;
    }

    .teramedik-around.active .item:nth-child(4) {
        opacity: 1;
        top: calc(calc(50% - calc(130px / 2)) + 200px);
        right: calc(calc(50% - calc(130px / 2)) - 75px);
    }

    .teramedik-around .item:nth-child(5) {
        opacity: 0;
        top: calc(50% - calc(130px / 2));
        right: calc(50% - calc(130px / 2));
        z-index: 998;
    }

    .teramedik-around.active .item:nth-child(5) {
        opacity: 1;
        top: calc(calc(50% - calc(130px / 2)) + 200px);
        right: calc(calc(50% - calc(130px / 2)) + 75px);
    }

    .teramedik-around .item:nth-child(6) {
        opacity: 0;
        top: calc(50% - calc(130px / 2));
        right: calc(50% - calc(130px / 2));
        z-index: 998;
    }

    .teramedik-around.active .item:nth-child(6) {
        opacity: 1;
        top: calc(calc(50% - calc(130px / 2)) + 75px);
        right: calc(calc(50% - calc(130px / 2)) + 150px);
    }

    .teramedik-around .item:nth-child(7) {
        opacity: 0;
        top: calc(50% - calc(130px / 2));
        right: calc(50% - calc(130px / 2));
        z-index: 998;
    }

    .teramedik-around.active .item:nth-child(7) {
        opacity: 1;
        top: calc(calc(50% - calc(130px / 2)) - 50px);
        right: calc(calc(50% - calc(130px / 2)) + 100px);
    }

    .snap-section {
        height: 100vh;
        /* This container determines the scrollable area for snapping */
        overflow-y: auto;
        scroll-snap-type: none;
    }

    .container {
        width: 100%;
        padding: 10px;
    }

    .hero-partner-1 div img {
        width: 25px;
    }

    .hero-partner-1 div span {
        font-size: .75rem;
    }

    .teramedik-logo {
        width: 100px;
        /* transition-delay: .25s; */
    }

    section#promo .promo-img img {
        width: 100%;
    }

    .call-helper {
        bottom: 10px;
        right: 10px;
        z-index: 1200;
    }

    .call-helper-content.active {
        bottom: 10px;
    }

    section#promo {
        padding-bottom: 0 !important;
    }

    section#promo>.promo-card {
        position: relative;
        transform: translateY(-5%);
    }

    section#promo>.first-half {
        margin-bottom: 0;
        padding-bottom: 10%;
    }

    section#cert .card {
        width: 100%;
    }
}

/* Pagination Arrows */

ul.pagination .custom-page-item {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: .5rem;
    transition: .3s ease;
    cursor: pointer;
}

ul.pagination .custom-page-item.active {
    transform: scale(1.1);
}

ul.pagination .custom-page-item:not(.disabled):hover {
    transform: scale(1.2);
}
ul.pagination .custom-page-item.disabled:hover {
    transform: scale(0.9);
}

ul.pagination .custom-page-item .page-link {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    background: rgba(5, 167, 170, 1);
    border: none;
    color: #fff
}

ul.pagination .custom-page-item.disabled .page-link {
    background: rgba(5, 167, 170, .2);
    color: rgba(5, 167, 170, 1);
}

ul.pagination .custom-page-item.active .page-link {
    color: #fff;
}

/* Pagination Numbers */


ul.pagination .custom-page-item-number {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: .5rem;
    transition: .3s ease;
    cursor: pointer;
}

ul.pagination .custom-page-item-number.active {
    transform: scale(1.15);
}

ul.pagination .custom-page-item-number:not(.disabled):hover {
    transform: scale(1.2);
}
ul.pagination .custom-page-item-number.disabled:hover {
    transform: scale(0.9);
}

ul.pagination .custom-page-item-number .page-link {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    background: rgba(5, 167, 170, .3);
    color: rgba(5, 167, 170, 1);
    border: none;
}

ul.pagination .custom-page-item-number.disabled .page-link {
    background: rgba(5, 167, 170, .2);
    color: rgba(5, 167, 170, 1);
}

ul.pagination .custom-page-item-number.active .page-link {
    background: rgba(5, 167, 170, 1);
    color: #fff;
}