:root {
    --main-bg-color: #ffffff;
    --main-text-color: #666F80;
    --button-text-color: #ffffff;
    --button-color: #5C8374;
    --color2: #C3C8D3;
    --color4: #5C8374;
}

* {
    margin: 0px;
    padding: 0px;
    outline: 0px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

html,
body {
    height: 100%;
    min-height: 100%;
    font-family: 'Noto Sans', sans-serif;
    color: var(--main-text-color);
    background-color: var(--main-bg-color);
}

/* width */
::-webkit-scrollbar {
    width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    background: rgb(255, 255, 255);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--color4);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--color4);
}

/* button outline removal when clicked */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus:not(:disabled):not(.disabled),
.btn:focus,
.btn:active,
.btn:hover {
    box-shadow: none !important;
    outline: 0;
}

header {
    position: relative;
    overflow: hidden;
    /* min-height: 94vh; */
    height: calc(100% - 80px);
    background-color: #EEEEEE;
    z-index: 1;
    margin: 0;
    padding: 0;
}

header .mySlides {
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    position: absolute;
    background-color: var(--main-text-color);
    /* animation-name: fade;
    animation-duration: 3s; */
}

/* @keyframes fade {
    from {
        opacity: .5
    }

    to {
        opacity: 1
    }
} */

header .mySlides img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 72% 50%;
}

/* .img-flip{
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
} */
/* header:before {
    content: "";
    display: block;
    background-color: var(--main-bg-color);
    background: url(shutterstock_1259251159.jpg) no-repeat;
    background-size: cover;
    background-position: 43% 0%;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1; */
/* -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"; */
/* } */

header .container-fluid {
    z-index: 2;
}


/* @media (min-width: 369.98px) {
    header:before {
        background-position: 43% 0%;
    }
} */

/* @media (min-width: 360px) and (min-height: 700px) {
    header:before {
        background-position: 43% 0%;
    }
}

@media (min-width: 375px) and (min-height: 800px) {
    header:before {
        background-position: 43% 0%;
    }
}

@media (min-width: 400px) and (min-height: 700px) {
    header:before {
        background-position: 43% 0%;
    }
}

@media (min-width: 400px) and (min-height: 800px) {
    header:before {
        background-position: 43% 0%;
    }
} */

@media (max-width: 575.99px) {
    header {
        height: calc(100% - 70px);
        min-height: 625px;
    }
}

@media (min-width: 576px) {
    header {
        height: calc(100% - 80px);
    }

    header:before {
        background-position: 43% 0%;
    }
}

@media (min-width: 768px) {
    header {
        /* min-height: 95vh; */
    }

    header:before {
        background-position: 9% 0%;
    }
}

@media (min-width: 992px) {
    header {
        /* min-height: 91vh; */
    }

    header:before {
        background-position: 15% 0%;
    }
}

@media (min-width: 1200px) {
    header {
        /* min-height: 90vh; */
    }

    header:before {
        background-position: 0% 0%;
    }
}

@media (min-width: 1200px) and (max-height: 800px) {
    header {
        /* min-height: 90vh; */
    }
}

@media (min-width: 1500px) {
    header {
        /* min-height: 91vh; */
    }

}

@media (min-width: 1700px) {
    header {
        /* min-height: 92vh; */
    }

}

.headerText {
    font: Bold 24px/29px 'Noto Sans';
    text-shadow: 0px 1px 2px #00000029;
    opacity: 0.9;
    color: #7895B2;
}

@media (min-width: 768px) {
    .headerText {
        font: Bold 40px/40px 'Noto Sans';
    }
}

@media (min-width: 1200px) {
    .headerText {
        font: Bold 28px/28px 'Noto Sans';
    }
}

@media (min-width: 1500px) {
    .headerText {
        font: Bold 34px/34px 'Noto Sans';
    }
}

@media (min-width: 1700px) {
    .headerText {
        font: Bold 36px/36px 'Noto Sans';
    }
}

.nav-button {
    background-color: var(--button-color);
    border: 2px solid var(--button-color);
    display: block;
    color: var(--button-text-color);
    border-radius: 8px;
    padding: 10px;
    letter-spacing: 0.4px;
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    font: bold 14px/14px Noto Sans;
    width: 145px;
    box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.2);
}

.nav-button:hover {
    color: var(--button-text-color);
    background-color: var(--button-color);
    border: 2px solid transparent;
    box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.2) !important;
}

.mainHeadingContainer {
    /* margin-top: 12%; */
    color: white;
}

.slogan {
    /* font-size: 28px; */
    line-height: 1.1;
    letter-spacing: 0.2px;
}

.slogan h3 {}

.slogan span {
    font-size: 50px;
    font-weight: 600;
    /* text-shadow: 4px 3px 0px #fff, 9px 8px 0px rgba(0,0,0,0.15); */
}

.slogan b {
    font-size: 55px;
    /* text-shadow: 4px 3px 0px #fff, 9px 8px 0px rgba(0,0,0,0.15); */
}

.heart1 {
    color: rgba(196, 61, 54, 0.2);
    position: absolute;
    font-size: 400px;
    top: 200px;
    left: 150px;
    transform: rotate(20deg);
}

.heart2 {
    color: rgba(255, 255, 255, 0.7);
    position: absolute;
    font-size: 200px;
    top: 300px;
    left: 250px;
    transform: rotate(20deg);
}

.heart3 {
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    font-size: 100px;
    top: 100px;
    left: 900px;
    transform: rotate(10deg);
}

.heart4 {
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    font-size: 100px;
    top: 600px;
    left: 100px;
    transform: rotate(-20deg);
}

.heart5 {
    color: rgba(196, 61, 54, 0.15);
    position: absolute;
    font-size: 30px;
    top: 8px;
    right: 10px;
    /* transform: rotate(20deg); */
    animation-name: move;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes move {
    0% {
        color: rgba(196, 61, 54, 0.15);
        transform: rotate(0deg);
    }

    30% {
        color: rgba(196, 61, 54, 0.15);
    }

    50% {
        color: rgba(63, 60, 118, 0.3);
        transform: rotate(25deg);
    }

    100% {
        color: rgba(196, 61, 54, 0.15);
        transform: rotate(0deg);
    }
}

.fa-circle {
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    font-size: 200px;
    top: -130px;
    left: 230px;
}

.circle2 {
    color: rgba(196, 61, 54, 0.15);
    position: absolute;
    font-size: 250px;
    top: 740px;
    left: 1750px;
}

.formHeading {
    position: relative;
    height: auto;
    /* background: linear-gradient(to right, #201f3c, #2c2a52, #3c3a70);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    color: var(--main-text-color);
    font-size: 30px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    /* text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1); */
    /* text-transform: uppercase; */
}

.formHeading2 {
    position: relative;
    height: auto;
    /* background: linear-gradient(to right, #201f3c, #2c2a52, #3c3a70);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    color: var(--main-text-color);
    font-size: 18px;
    line-height: 1.1;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 500;
}

.formHeading3 b {
    font-size: 28px;
    line-height: 1.1;
    font-weight: 800;
}

.formHeading3 {
    position: relative;
    height: auto;
    /* background: linear-gradient(to right, #201f3c, #2c2a52, #3c3a70);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    color: var(--main-text-color);
    font-size: 25px;
    line-height: 1.1;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
}

@media (max-width: 576px) {

    .formHeading2 {
        font-size: 18px;
    }
}

#headingMain {
    position: relative;
    background: linear-gradient(to right, #201f3c, #2c2a52, #3c3a70);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 54px;
    /* font-family: 'Pacifico', cursive; */
    font-family: 'Noto Sans', sans-serif;
}


#registerContainer {
    /* position: absolute;
    bottom: 40px; */
    background-color: var(--main-bg-color);
    padding: 30px 0px 30px 0px;
    border-radius: 8px;
    /* margin-top: 1.5rem; */
    /* border: 1px solid var(--main-text-color); */
    /* -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; */
}

@media (max-width: 576px) {
    #registerContainer {
        padding: 15px 5px 15px 5px;
        background-color: rgba(255, 255, 255, 1);
    }
}

@media (min-width: 992px) {
    #registerContainer {
        /* position: absolute;
        bottom: 40px; */
        /* margin-top: 6%; */
        min-width: 400px;
    }
}

@media (min-width: 1200px) and (max-height: 800px) {
    #registerContainer {
        /* position: absolute;
        bottom: 40px; */
        margin-top: 1%;
        min-width: 300px;
    }
}

#loginContainer {
    /* position: absolute;
    bottom: 40px; */
    background-color: var(--main-bg-color);
    padding: 30px 0px 30px 0px;
    border-radius: 8px;
    margin-top: 0;
    /* border: 1px solid var(--main-text-color); */
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

@media (max-width: 576px) {
    #loginContainer {
        padding: 15px 5px 15px 5px;
        background-color: rgba(255, 255, 255, 0.94);
    }
}

@media (min-width: 992px) {
    #loginContainer {
        /* position: absolute;
        bottom: 40px; */
        /* margin-top: 9%; */
        min-width: 400px;
        min-height: 400px;
    }
}

@media (min-width: 1200px) and (max-height: 800px) {
    #loginContainer {
        /* position: absolute;
        bottom: 40px; */
        /* margin-top: 5%; */
        min-width: 300px;
    }
}

.loginContainer2 {
    left: 2000px;
}

/* display with 100 opacity */
.showVisibility {
    opacity: 1 !important;
}

.hiddenVisibility {
    opacity: 0 !important;
}

.showForm {
    display: flex !important;
    visibility: visible !important;
}

.hideForm {
    display: none !important;
    visibility: hidden !important;
}

.overlayHeader {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.6);
}

.AGBColor {
    color: var(--main-text-color);
    font-size: 14px;
    text-decoration: underline;
    padding: 0px;
}


/* Main buttons */
.btnConfirm {
    background-color: var(--button-color);
    border: 2px solid var(--button-color);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--button-text-color);
    padding: 16px;
    letter-spacing: 0.4px;
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    /* font-weight: 500; */
    font-family: 'Noto Sans', sans-serif;
    font: bold 18px/18px Noto Sans;
    font-weight: 400;
    width: 100%;
    height: 50px;
    box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.2);
}

.btnConfirm:hover {
    color: var(--button-text-color);
    background-color: var(--button-color);
    border: 2px solid transparent;
    box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.2) !important;
}

@media (max-width: 349.98px) {
    .btnConfirmRegister {
        height: 30px;
        font-size: 13px;
        padding: 7px;
    }

    .btnConfirm {
        height: 40px;
        font-size: 13px;
        padding: 12px;
    }

}

@media (min-width: 576px) {
    .btnConfirmRegister {
        height: 50px;
        padding: 17px;
    }

    .btnConfirm {
        height: 50px;
        padding: 15px;
    }
}

@media (min-width: 992px) {
    .btnConfirm {
        height: 50px;
        padding: 17px;
    }

    .heart5 {
        font-size: 45px;
        top: 13px;
        right: 15px;
    }
}

@media (min-width: 1200px) {
    .btnConfirm {
        padding: 13px;
    }

    .nav-button {
        background-color: white;
        border: 2px solid var(--color4);
        display: block;
        color: var(--main-bg-color);
        /* font-size: 14px; */
        padding: 14px;
        font: bold 14px/16px Noto Sans;
        width: 155px;
        background-color: var(--color4);
    }
}


@media (min-width: 1600px) {
    .btnConfirm {
        padding: 13px;
    }
}

.headerContainer {
    position: absolute;
    bottom: 10%;
    width: 100%;
}

.btnConfirmFBRegister {
    /* border: 1px solid white; */
    border: none;
    border-radius: 8px;
    display: block;
    background-color: rgba(250, 163, 158, 0.8);
    color: rgba(255, 255, 255, 0.9);
    /* font-size: 14px; */
    padding: 9px;
    letter-spacing: 0.4px;
    /* box-shadow: 0 4px 5px -6px black; */
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    /* font-weight: 500; */
    font: bold 13px/16px Noto Sans;
    width: 100%;
    height: 35px;
    box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.2);
}

.btnConfirmFB {
    border: 2px solid var(--main-text-color);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--main-text-color);
    color: var(--button-text-color);
    padding: 17px;
    letter-spacing: 0.4px;
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    font-weight: 400 !important;
    font-family: 'Noto Sans', sans-serif;
    font: bold 18px/18px Noto Sans;
    width: 100%;
    height: 50px;
    box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.2);
}

.btnConfirmFB:hover {
    color: var(--button-text-color);
    background-color: var(--main-text-color);
    border: 2px solid transparent;
    box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.2) !important;
}

.pwResetColor {
    color: #7895B2 !important;
    font-size: 13px;
    text-decoration: underline;
    /* padding: 0px; */
}

@media (max-width: 349.98px) {
    .btnConfirmFBRegister {
        height: 30px;
        font-size: 13px;
        padding: 7px;
    }

    .btnConfirmFB {
        height: 40px;
        font-size: 12px;
        padding: 11px;
    }
}

@media (min-width: 576px) {
    .btnConfirmFBRegister {
        height: 50px;
        padding: 18px;
    }

    .btnConfirmFB {
        height: 50px;
        padding: 16px;
    }
}

@media (min-width: 992px) {
    .btnConfirmFB {
        height: 50px;
        padding: 17px;
    }
}

@media (min-width: 1200px) {
    .btnConfirmFBRegister {
        padding: 14px;
    }

    .btnConfirmFB {
        padding: 14px;
    }
}

@media (min-width: 1600px) {
    .btnConfirmFBRegister {
        padding: 18px;
    }

    .btnConfirmFB {
        padding: 14px;
    }
}

/**Navbar **/
.navbox {
    height: 100px;
    color: var(--main-text-color);
    min-height: 40px;
    background-color: var(--main-bg-color);
    font-size: 30px;
}

.nav-container {
    width: 100%;
    height: 100%;
}

@media(max-width:992px) {
    .nav-container {
        min-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .navbox {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 320px) {
    .navbox {
        height: 70px;
        min-height: 40px;
    }

}

@media (min-width: 576px) {
    .navbox {
        height: 70px;
    }

}

@media (min-width: 768px) {
    .navbox {
        height: 70px;
    }

}

@media (min-width: 992px) {
    .navbox {
        height: 80px;
    }

}

_:-ms-lang(x),
.form-inline {
    width: 35%;
}


/* nav logo */
.logo {
    max-width: 37%;
}

.logo2 {
    width: 150px;
}

.modalLogo {
    max-width: 15vh;
}

@media (min-width:500px) and (min-height: 700px) {
    .logo {
        max-width: 28%;
    }
}

@media (min-width:576px) {
    .logo {
        margin-left: auto;
        max-width: 18%;
        /*margin-right: auto;*/
    }
}

@media (min-width:768px) {
    .logo {
        margin-left: auto;
        max-width: 17%;
        /*margin-right: auto;*/
    }
}

@media (min-width:992px) {
    .logo {
        width: 18%;
        max-width: 18%;
    }

    .headerLogo {
        margin-left: -18%;
    }
}

@media (min-width:1200px) {
    .logo {
        max-width: 10%;
    }

    .headerLogo {
        margin-left: -18%;
    }
}

@media (min-width:2000px) {
    .logo {
        max-width: 6%;
    }
}


.formInput {
    background-color: rgba(195, 200, 211, 0.6) !important;
    color: #949597 !important;
    opacity: 1 !important;
    /* border: 1px solid rgba(255, 255, 255, 0.7); */
    /* border-bottom:  1px solid #7895B26b; */
    border: none;
    border-radius: 5px;
    /* box-shadow: 0px 3px 5px #00000017; */
    height: 35px;
    font-family: 'Noto Sans', sans-serif;
    font: normal 16px/19px Noto Sans;
}

/* Input focus shadow */
.formInput:focus {
    /* border-color: white; */
    box-shadow: 2px 2px 4px rgba(63, 60, 118, 0.5);
    color: #7895B2;
    /* background-color: white !important; */
    font-family: 'Noto Sans', sans-serif;
}

.formInput:-webkit-autofill,
.formInput:-webkit-autofill:hover,
.formInput:-webkit-autofill:focus,
.formInput:-webkit-autofill:focus-within,
.formInput:-webkit-autofill:visited,
.formInput:-webkit-autofill:active {
    font: normal 1rem 'Noto Sans', sans-serif;
    color: #949597 !important;
    background-color: rgba(63, 60, 118, 0.06) !important;
    /* -webkit-box-shadow: 0px 3px 5px #00000017;
    box-shadow: 0px 3px 5px #00000017; */
    -webkit-text-fill-color: #949597 !important;
    /* border-bottom:  1px solid #87787e88; */
    border-bottom: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    transition: background-color 5000s ease-in-out 0s;
}

/* Color for placeholder in input - login*/
.formInput::-webkit-input-placeholder {
    color: #949597;
    font-family: 'Noto Sans', sans-serif;
    font: thin 16px/19px Noto Sans;
    letter-spacing: 0;
}

/* Mozilla Firefox 4 to 18 */
.formInput::-moz-placeholder {
    color: #949597;
    font-family: 'Noto Sans', sans-serif;
    font: thin 16px/19px Noto Sans;
    letter-spacing: 0;
}

/* Mozilla Firefox 19+ */
.formInput:-ms-input-placeholder {
    color: #949597;
    font-family: 'Noto Sans', sans-serif;
    font: thin 16px/19px Noto Sans;
    letter-spacing: 0;
}

.formInput::placeholder {
    color: #949597;
    font-family: 'Noto Sans', sans-serif;
    font: thin 16px/19px Noto Sans;
    letter-spacing: 0;
}

/* Container - Assistant*/
#containerSelection {
    transition: all 500ms linear;
    display: block;
}

#containerRegister {
    transition: all 500ms linear;
}

#containerSelectionLG {
    transition: all 500ms linear;
    display: block;
}

#containerRegisterLG {
    transition: all 500ms linear;
}


@media (min-width: 567px) {
    .formInput {
        height: 38px;
        font-size: 17px;
    }
}

@media (min-width: 768px) {
    .formInput {
        height: 45px;
        font-size: 15px;
    }

    .formInput::-webkit-input-placeholder {
        font: thin 15px/15px Noto Sans;
    }

    .formInput::-moz-placeholder {
        font: thin 15px/15px Noto Sans;
    }

    .formInput:-ms-input-placeholder {
        font: thin 15px/15px Noto Sans;
    }

    .formInput::-ms-input-placeholder {
        font: thin 15px/15px Noto Sans;
    }
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.3) !important;
}

.custom-control-label {
    color: var(--main-text-color);
    font-size: 14px !important;
    font-weight: 500;
    padding-top: 3px;
    /* text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.7); */
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    background-color: transparent;
    min-height: auto;
}

input[type="checkbox"]+label {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.custom-control-label:before {
    background-color: rgba(63, 60, 118, 0.1);
    border: none;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: rgba(63, 60, 118, 0.1);

}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='rgb(63, 60, 118)' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-control-input:active~.custom-control-label::before {
    background-color: rgba(63, 60, 118, 0.1);
}

/** focus shadow pinkish **/
.custom-checkbox .custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

.fb-text {
    font-size: 11px;
    color: #7895B2;
    background-color: #E4EEF0;
}

.fb-text2 {
    font-size: 11px;
    color: #7895B2;
}

.fb-textRegister {
    font-size: 11px;
    color: rgba(0, 0, 0, 0.9);
}

@media (min-width: 768px) {
    .fb-text {
        font-size: 15px;

    }

    .fb-textRegister {
        font-size: 15px;
    }
}

@media (min-width: 992px) {
    .fb-text {
        font-size: 12px;
        background-color: transparent;
    }

    .fb-textRegister {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .fb-text {
        font-size: 12px;
    }

    .fb-textRegister {
        font-size: 12px;
    }
}

@media (min-width: 1200px) and (max-height:800px) {
    .fb-text {
        font-size: 9px;
    }

    .fb-textRegister {
        font-size: 9px;
    }
}

section {
    color: var(--main-text-color);
    /* min-height: 70vh; */
}

#section1 {
    background-color: var(--main-bg-color);
}

#section2 {
    background-color: #EEEEEE;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#section3 {
    background-color: var(--main-bg-color);
}

section h1 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.2px;
}

section p {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2rem;
    max-width: 750px;
    letter-spacing: 0px;
}

section img {
    width: 75%;
    max-width: 500px;
    height: auto;
}

section .section-register {
    background-color: var(--button-color);
    border: 2px solid var(--button-color);
    display: block;
    color: var(--button-text-color);
    border-radius: 8px;
    padding: 15px;
    letter-spacing: 0.4px;
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    font: bold 16px/16px Noto Sans;
    width: max-content;
    box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.2);
}

section .section-register:hover {
    background-color: var(--button-color);
    border: 2px solid var(--button-color);
    display: block;
    color: var(--button-text-color);
    border-radius: 8px;
    padding: 15px;
    letter-spacing: 0.4px;
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    font: bold 16px/16px Noto Sans;
    width: max-content;
    box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.2) !important;
}

section .wrapper {
    min-height: 245px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

section .wrapper-top {
    width: 100%;
    height: 50%;
}

section .card-wrapper {
    min-width: 310px;
    max-width: 22%;
    background-color: transparent;
    background: transparent;
    margin: 0px 10px
}

section .card {
    height: 450px;
    max-width: 330px;
    min-width: 310px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(195, 200, 211, 0.8);
    border: none;
    border-radius: 8px;
    box-shadow: rgba(100, 100, 111, 0.15) 5px 7px 10px 0px;
}

@media (max-width: 576.99px) {
    section .card {
        height: 370px;
    }
}

section .card-top {
    background-color: var(--button-color);
    width: 100%;
    height: 40%;
    padding: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 8px 8px 0px 0px;
}

section .card-bottom {
    background-color: var(--main-bg-color);
    width: 100%;
    height: 60%;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

section .icon {
    width: 40%;
    height: auto;
    margin-bottom: 5px;
    color: var(--button-color);
    fill: var(--button-color);
}

section .border-uneven {
    border-right: 1px solid rgba(195, 200, 211, 0.4);
}

section .border-even {}

section .border-bot {
    border-top: 1px solid rgba(195, 200, 211, 0.4);
}

@media (max-width: 576.99px) {
    section .card {
        min-width: auto;
    }

    section .border-uneven {
        border-right: none;
    }

    section .border-even {}

    section .border-bot {
        border-top: none;
    }

    section img {
        width: 80%;
        max-width: 600px;
        height: auto;
    }
}

section .icon#icon-thumbsup {
    margin-bottom: 5px;
    width: 35%;
    height: auto;
}

section .icon#icon-users {
    margin-top: 13px;
    margin-bottom: 15px;
    width: 25%;
    height: auto;
}

section .icon-text {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4rem;
    max-width: 750px;
    letter-spacing: 0px;
    margin-bottom: 3px;
}

section h5 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0px;
}

sction .card h5 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0px;
}

section .card p {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6rem;
    max-width: 750px;
    letter-spacing: 0px;
}

footer {
    background-color: var(--main-bg-color);
    font-size: 15px;
    color: var(--main-text-color);
}

footer .footer-legal-text {
    color: rgba(0, 0, 0, 0.53);
    font-size: 10px;
}

footer a {
    color: var(--main-text-color);
}

footer a:hover {
    color: var(--main-text-color);
    text-decoration: none;
}