@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

*,
::after,
::before {
    box-sizing: border-box
}

blockquote,
body,
dd,
dl,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
legend,
ol,
p,
pre,
ul {
    margin: 0;
    padding: 0
}

ol,
ul {
    list-style: none;
    padding-left: 0;
    text-decoration: none
}

a {
    text-decoration: none;
    color: inherit;
    outline: 0
}

canvas,
img,
picture,
svg,
video {
    display: block;
    max-width: 100%;
    pointer-events: none
}

img {
    border-style: none;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

button,
input,
select,
textarea {
    font: inherit;
    background: 0 0;
    border: none;
    outline: 0
}

button,
input[type=submit] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

blockquote,
q {
    quotes: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%
}

body {
    line-height: 1.5
}

a[disabled] {
    cursor: default;
    pointer-events: none
}

b,
strong {
    font-weight: 700
}

em,
i {
    font-style: italic
}

body {
    position: relative;
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #073d53;
    background-color: #e6e6fa;
    animation: fadeIn .8s ease forwards
}

.container {
    max-width: 1200px;
    padding: 1rem;
    margin: 0 auto;
    border-radius: 1rem
}

@media (max-width:992px) {
    .container {
        padding: 1rem
    }
}

@media (max-width:576px) {
    .container {
        padding: .5rem
    }
}

.logo {
    display: flex;
    align-items: center;
    gap: .5em
}

.logo img {
    height: 2rem;
    width: auto;
    margin-bottom: 10px;
    padding-top: 10px
}

.logo p {
    font-weight: 700;
    font-size: 2rem
}

i {
    font-size: 2em;
    color: #ffb351
}

section {
    padding: 1rem 0;
    background-color: #e6e6fa
}

@media (max-width:768px) {
    section {
        padding: 1.5rem 0
    }
}

@media (max-width:576px) {
    section {
        padding: 1rem 0
    }
}

.title-main {
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    color: #086b93;
    font-size: 2.5rem
}

@media (max-width:992px) {
    .title-main {
        font-size: 2rem
    }
}

@media (max-width:576px) {
    .title-main {
        font-size: 1.5rem
    }
}

@media (max-width:576px) {
    .title-main {
        margin-bottom: 15px
    }
}

.subtitle-main {
    font-size: 1.25rem;
    color: #086b93;
    text-align: center
}

.thanks-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 25px;
    animation: slideUp .6s ease forwards;
    text-align: center
}

@media (max-width:768px) {
    .thanks-wrapper {
        padding: 20px
    }
}

@media (max-width:576px) {
    .thanks-wrapper {
        padding: 15px
    }
}

.thanks .button {
    margin: 2rem 0 auto;
    padding: 1rem 3rem
}

.thanks-title {
    font-family: Montserrat, sans-serif;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-size: 2.5rem
}

@media (max-width:992px) {
    .thanks-title {
        font-size: 2rem
    }
}

@media (max-width:576px) {
    .thanks-title {
        font-size: 1.5rem
    }
}

.thanks-paragraph {
    margin-bottom: 2rem;
    margin: 0 auto;
    color: #3a3a3a
}

.thanks-paragraph p {
    margin-bottom: 1rem
}

.thanks-text {
    font-size: 1.5rem;
    color: #3a3a3a;
    margin-bottom: 2rem;
    font-size: 1.5rem
}

@media (max-width:992px) {
    .thanks-text {
        font-size: 1.25rem
    }
}

@media (max-width:576px) {
    .thanks-text {
        font-size: 1rem
    }
}

.thanks-image {
    margin-bottom: 2rem
}

.thanks-image img {
    height: 150px;
    border-radius: 10px;
    box-shadow: 0 5px 10px #87ceeb;
    transition: transform .3s ease
}

.thanks-image img:hover {
    transform: scale(1.05)
}

.services-full-img {
    width: 100%;
    height: 100%
}

.services-full-content {
    padding: 1rem
}

.services-full-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: space-between;
    align-items: center
}

.services-full-list-item h3 {
    font-weight: 700
}

.services-full-list-item p {
    display: block
}

.services-full-list-item span {
    color: #086b93
}

.button {
    display: inline-block;
    padding: 1rem 1.5rem;
    border-radius: 1rem;
    cursor: pointer;
    outline: 0;
    text-align: center;
    font-weight: 600;
    background-color: #ffb351;
    color: #fff;
    transition: background-color .3s ease, color .3s ease, border-color .3s ease, box-shadow .3s ease
}

.button:hover {
    background-color: rgb(255, 163.4068965517, 45.3)
}

.button:hover:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15)
}

a {
    text-decoration: none
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.header {
    background-color: #085d7e;
    box-shadow: 0 5px 10px #87ceeb;
    color: #fff;
    position: sticky;
    top: 0;
    z-index: 9999
}

.header .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    width: 100%
}

.header .navbar p {
    font-size: 1rem
}

.header .navbar .menu-list {
    display: flex;
    align-items: center;
    gap: 1rem
}

.header .navbar .menu-list a {
    position: relative;
    transition: color .3s ease
}

.header .navbar .menu-list a:hover {
    color: #fff
}

.header .navbar .menu-list a:hover::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
    transition: opacity .3s ease;
    opacity: 1
}

.header .navbar .menu-list a::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    height: 2px;
    border-radius: 1px;
    background-color: #086b93;
    opacity: 0;
    transition: opacity .3s ease
}

.header .navbar .burger {
    display: none;
    font-size: 1rem;
    z-index: 10;
    color: inherit;
    font-size: 1rem;
    cursor: pointer;
    transition: color .3s ease
}

.header .navbar .burger:hover {
    color: #ccc
}

@media (max-width:768px) {
    .header .navbar .burger {
        display: block
    }
    .header .navbar .menu-list {
        position: fixed;
        top: 0;
        right: -100%;
        width: 50%;
        height: 100vh;
        background: #fff;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 2rem;
        transition: right .4s ease;
        padding: 2rem 0
    }
    .header .navbar .menu-list.active {
        right: 0
    }
    .header .navbar .menu-list a {
        font-size: 1.25rem;
        color: #086b93
    }
    .header .navbar .menu-list a:hover {
        color: rgb(6.1574193548, 82.355483871, 113.1425806452)
    }
}

.hero-second {
    background-color: #fff;
    color: #073d53
}

.hero-second-wrapper {
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    gap: 2rem
}

.hero-second-title {
    font-size: 2.5rem;
    color: #073d53
}

h2 {
    color: #086b93
}

.program img {
    height: 200px;
    width: 400px;
    border-radius: 1rem;
    box-shadow: 0 5px 10px #87ceeb;
    transition: transform .3s ease
}

.program img:hover {
    transform: scale(1.05)
}

.program-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
    gap: 30px;
    margin-bottom: 2rem
}

.program-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center
}

.program-content img {
    height: 200px;
    width: 200px;
    border-radius: 1rem;
    box-shadow: 0 5px 10px #87ceeb;
    transition: transform .3s ease
}

.program-content img:hover {
    transform: scale(1.05)
}

.program-list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
    list-style: decimal inside
}

.program-cta {
    max-width: 500px;
    margin: 0 auto 1rem;
    text-align: center;
    font-size: 1.5rem
}

.program-button {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto
}

.blog-post {
    background-color: #e6e6fa;
    max-width: 800px;
    margin: 0 auto
}

.blog-post .blog-date {
    text-align: right
}

.blog-post img {
    height: 200px;
    width: 300px;
    border-radius: 1rem;
    box-shadow: 0 5px 10px #87ceeb;
    transition: transform .3s ease;
    margin-bottom: 25px
}

.blog-post img:hover {
    transform: scale(1.05)
}

.post-intro {
    font-size: 1.5rem;
    color: #3a3a3a;
    margin-bottom: 24px
}

.post-content h3 {
    font-family: Montserrat, sans-serif;
    margin-bottom: 10px
}

.post-content p {
    margin-bottom: 25px
}

.post-content img {
    margin: 0 auto;
    width: 600px;
    height: 400px;
    margin-bottom: 10px;
    -o-object-fit: cover;
    object-fit: cover
}

.banner-min {
    height: 200px
}

.banner-min i {
    font-size: 40px
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.hero1-wrapper {
    color: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3rem;
    border-radius: 1rem;
    box-shadow: 0 5px 10px #87ceeb;
    padding: 1rem;
    background-color: #fff;
    border: 1px solid #e8ecef;
    animation: fadeIn 1s ease forwards;
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url(../img/hero.webp) no-repeat center bottom/cover
}

.hero1-title {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 4rem;
    margin-bottom: 3rem;
    text-align: center;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .6)
}

@media (max-width:767px) {
    .hero1-title {
        font-size: 3rem
    }
}

@media (max-width:767px) and (max-width:576px) {
    .hero1-title {
        font-size: 2rem
    }
}

.hero1-subtitle {
    display: block;
    font-weight: 500;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 20px
}

@media (max-width:767px) {
    .hero1-subtitle {
        font-size: 1.5rem
    }
}

.hero1 .button {
    margin-top: 2rem;
    padding: 1rem 2rem;
    font-size: 1rem
}

.hero {
    background-color: #e8ecef
}

.hero img {
    border-radius: 1rem;
    margin: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 400px;
    box-shadow: 0 5px 10px #87ceeb
}

@media (max-width:768px) {
    .hero img {
        margin: 0 auto
    }
}

.hero-btn {
    display: block;
    margin: 1rem auto;
    text-align: center
}

.hero-text {
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #041834;
    background-color: #fff;
    border-radius: 1rem 0 0 1rem;
    justify-content: space-between;
    padding: 2rem 1rem
}

@media (max-width:768px) {
    .hero-text {
        padding: 2rem
    }
}

.hero-bg {
    display: flex;
    border-radius: 1rem
}

.hero-wrapper {
    color: #fff;
    height: auto;
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    background-color: #fff;
    border-radius: 0 1rem 1rem 0;
    animation: fadeIn 1s ease forwards
}

.hero .button {
    margin: 0 auto
}

@media (max-width:768px) {
    .hero-title {
        font-size: 2rem
    }
    .hero-subtitle {
        font-size: 1.25rem
    }
    .hero .button {
        font-size: 1rem;
        margin-top: .5rem
    }
    .hero-bg {
        flex-wrap: wrap;
        flex-direction: column
    }
    .hero-wrapper {
        width: 70%;
        margin: 0 auto;
        border-radius: 1rem
    }
}

@media (max-width:578px) {
    .hero-wrapper {
        width: 100%
    }
}

.herocon-bg {
    display: flex;
    min-width: 300px;
    border-radius: 1rem;
    box-shadow: 0 5px 10px #87ceeb
}

@media (max-width:768px) {
    .herocon-bg {
        flex-direction: column
    }
}

.herocon-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    padding: 3rem;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/hero.webp) no-repeat right/cover;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    border-radius: 1rem 0 0 1rem
}

.herocon-title {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 3rem;
    margin-bottom: 2rem
}

@media (max-width:768px) {
    .herocon-title {
        font-size: 2rem
    }
}

.herocon-subtitle {
    display: block;
    color: #fff;
    font-weight: 500;
    font-size: 1.5rem;
    margin-bottom: 1.25rem
}

@media (max-width:768px) {
    .herocon-subtitle {
        font-size: 1.25rem
    }
}

.herocon-form form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 1rem;
    box-shadow: 0 5px 10px #87ceeb;
    padding: 1rem;
    background-color: #fff;
    border: 1px solid #e8ecef;
    animation: fadeIn 1s ease forwards;
    width: 350px;
    height: 100%;
    padding: 2rem;
    gap: 1rem;
    border-radius: 0 1rem 1rem 0
}

@media (max-width:768px) {
    .herocon-form form {
        width: auto;
        border-radius: 0;
        padding: 1rem
    }
}

.herocon-form form ul li {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem
}

.herocon-form form ul li i {
    font-size: 1.5rem
}

.herocon-form form input,
.herocon-form form select {
    border: 1px solid #086b93;
    padding: .5rem 1rem;
    width: 95%;
    border-radius: 1rem;
    color: #086b93
}

.herocon-form form input:focus,
.herocon-form form select:focus {
    outline: 0;
    border-color: #086b93
}

.herocon-form form input[type=checkbox],
.herocon-form form select[type=checkbox] {
    width: auto
}

.herocon .button {
    margin: 0 auto
}

@media (max-width:768px) {
    .herocon .button {
        margin: 0;
        font-size: 1rem
    }
}

@media (max-width:768px) {
    .herocon-wrapper {
        height: 300px;
        border-radius: 1rem
    }
}

.about2 {
    background-color: #fff
}

.about2 p {
    margin-bottom: 1rem;
    color: #ffb351 span;
    color-color: #ffb351
}

.about2 h1 {
    text-align: center;
    margin-bottom: 1rem;
    font-size: 2.5rem
}

@media (max-width:576px) {
    .about2 h1 {
        font-size: 2rem
    }
}

.about2-group {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 0 auto
}

.about2-grid {
    position: relative;
    align-items: start;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
    gap: 30px
}

@media (max-width:768px) {
    .about2-grid {
        grid-template-columns: 1fr
    }
}

.about2-image {
    position: sticky;
    top: 4rem;
    align-self: start
}

@media (max-width:576px) {
    .about2-image {
        position: relative;
        top: 0
    }
}

.about2-text {
    margin-bottom: 1rem
}

.about2 h3,
.about2 span {
    color: #ffb351;
    font-size: 1.25rem
}

.about2 img {
    width: 500px;
    height: 350px;
    margin: 0 auto 2rem auto;
    border-radius: 1rem
}

@media (max-width:576px) {
    .about2 img {
        width: 100%;
        height: auto
    }
}

.about2-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr))
}

@media (max-width:768px) {
    .about2-content {
        grid-template-columns: 1fr
    }
}

.about1 {
    background-color: #e6e6fa
}

.about1-wrapper {
    background-color: #fff;
    box-sizing: border-box;
    padding: 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem
}

@media (max-width:768px) {
    .about1-wrapper {
        grid-template-columns: 1fr
    }
}

.about1 h3,
.about1 p {
    padding: 1rem 0
}

.about1 h2 {
    text-transform: uppercase
}

.about1 span {
    display: none;
    color: #086b93;
    font-weight: 700;
    text-transform: uppercase
}

.about1-picture {
    border-radius: 1rem;
    box-shadow: 0 5px 10px #87ceeb;
    padding: 1rem;
    background-color: #fff;
    border: 1px solid #e8ecef;
    display: flex;
    flex-direction: column;
    align-items: center
}

.about1-picture img {
    border-radius: 1rem;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 1rem auto 0
}

@media (max-width:768px) {
    .about1-picture img {
        width: 100%;
        height: 300px
    }
}

@media (max-width:576px) {
    .about1-wrapper {
        gap: 0;
        padding: 1rem;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr))
    }
    .about1 p {
        font-size: .8rem
    }
    .about1 img {
        height: 300px;
        width: 100%
    }
}

.cta2 {
    background-color: #086b93;
    padding: 2rem 0
}

.cta2-title {
    display: block;
    margin: 0 auto 1rem auto;
    text-align: center
}

.cta2-image {
    max-width: 200px;
    display: block;
    overflow: hidden
}

.cta2-image img {
    border-radius: 1rem;
    display: block
}

.cta2-text {
    border-bottom: 1px solid #086b93;
    border-top: 1px solid #086b93;
    padding: 1rem 0;
    text-align: center
}

.cta2-wrapper {
    border-radius: 1rem;
    box-shadow: 0 5px 10px #87ceeb;
    padding: 1rem;
    background-color: #fff;
    border: 1px solid #e8ecef;
    margin: 0 auto;
    display: flex;
    max-width: 800px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    border-radius: 1rem;
    padding: 1.5rem
}

@media (max-width:768px) {
    .cta2-wrapper {
        flex-direction: row
    }
}

@media (max-width:512px) {
    .cta2-wrapper {
        flex-direction: column
    }
}

.cta2 .button {
    margin: 1rem auto;
    display: block;
    width: 80%
}

.services1 {
    background-color: #e6e6fa
}

.services1-img {
    padding: 1rem;
    font-size: 2rem;
    -o-object-fit: cover;
    object-fit: cover
}

.services1-img img {
    border-radius: 1rem;
    height: 250px;
    width: 300px
}

.services1-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1rem
}

.services1-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 1rem;
    box-shadow: 0 5px 10px #87ceeb;
    padding: 1rem;
    background-color: #fff;
    border: 1px solid #e8ecef;
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease;
    background-color: #fff
}

.services1-box-content {
    padding: .5rem
}

.services1-box-content a {
    margin: 0 auto;
    display: block;
    width: 200px
}

.services1-box:hover {
    transform: scale(1.05);
    box-shadow: 0 30px 50px -10px rgba(152, 151, 151, .37)
}

@media (max-width:992px) {
    .services1 {
        grid-template-columns: repeat(auto-fit, minmax(400px, 1fr))
    }
}

.services1-title {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    font-family: Montserrat, sans-serif;
    min-width: 300px;
    text-align: center
}

.services1-description {
    margin-bottom: 2rem
}

.services1-description li {
    display: flex;
    align-items: center;
    margin-bottom: .5rem;
    padding: 0 1rem;
    position: relative
}

.services1-description li p {
    padding-left: 3rem
}

.services1-description li i {
    position: absolute;
    text-align: center;
    display: block;
    width: 50px;
    font-size: 1rem;
    color: #086b93
}

.services1-text {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 2rem;
    color: #ffb351
}

@media (max-width:576px) {
    .services1-img img {
        height: 200px;
        width: 400px;
        border-radius: 1rem;
        box-shadow: 0 5px 10px #87ceeb;
        transition: transform .3s ease;
        margin-bottom: 10px
    }
    .services1-img img:hover {
        transform: scale(1.05)
    }
    .services1-box {
        overflow: hidden;
        padding: 1rem;
        transition: transform .3s ease, box-shadow .3s ease
    }
    .services1-box-content {
        padding: 1rem
    }
}

.services2 {
    background-color: #e6e6fa
}

.services2 h2 {
    color: #086b93
}

.services2-img {
    margin: 0 auto
}

.services2-img img {
    border-radius: 1rem;
    -o-object-position: center;
    object-position: center;
    height: 300px;
    width: 230px
}

.services2-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    align-items: center;
    gap: 1rem
}

@media (max-width:992px) {
    .services2-list {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr))
    }
}

@media (max-width:768px) {
    .services2-list {
        grid-template-columns: 1fr
    }
}

.services2-box {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    border-radius: 1rem;
    padding: 1rem;
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease;
    background-color: #fff
}

@media (max-width:576px) {
    .services2-box {
        flex-direction: column;
        width: 100%
    }
}

.services2-box-content {
    padding-left: 1rem;
    width: 50%
}

@media (max-width:576px) {
    .services2-box-content {
        width: 100%
    }
}

.services2-box:hover {
    transform: scale(1.05);
    box-shadow: 0 30px 50px -10px rgba(152, 151, 151, .37)
}

@media (max-width:992px) {
    .services2 {
        grid-template-columns: repeat(auto-fit, minmax(400px, 1fr))
    }
}

.services2-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    font-family: Montserrat, sans-serif
}

.services2-description {
    margin-bottom: 1rem
}

.services2-description li {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    position: relative
}

.services2-description li p {
    padding-left: 3rem;
    font-size: 1rem
}

.services2-description li i {
    position: absolute;
    text-align: center;
    display: block;
    width: 2rem;
    height: 1.5rem;
    font-size: 1.25rem;
    color: #ffb351
}

.services2 .button {
    display: block
}

.services2-text {
    text-align: center;
    font-size: 1.25rem;
    margin-bottom: 2rem;
    color: #086b93
}

@media (max-width:576px) {
    .services2-img img {
        height: 200px;
        width: 300px;
        border-radius: 1rem;
        box-shadow: 0 5px 10px #87ceeb;
        transition: transform .3s ease;
        height: 300px;
        margin-bottom: 10px
    }
    .services2-img img:hover {
        transform: scale(1.05)
    }
    .services2-box {
        overflow: hidden;
        padding: 1rem;
        transition: transform .3s ease, box-shadow .3s ease
    }
    .services2-box-content {
        padding: 1rem
    }
}

.services3 {
    background-color: #e6e6fa
}

.services3-img {
    width: 250px;
    font-size: 2rem
}

@media (max-width:576px) {
    .services3-img {
        width: 100%
    }
    .services3-img img {
        margin: 0 auto
    }
}

.services3-img img {
    border-radius: 1rem;
    height: 100%
}

.services3-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    align-items: center;
    gap: 1rem
}

@media (max-width:576px) {
    .services3-list {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr))
    }
}

.services3-box {
    margin: 0 auto;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    border-radius: 1rem;
    box-shadow: 0 5px 10px #87ceeb;
    padding: 1rem;
    background-color: #fff;
    border: 1px solid #e8ecef;
    background-color: #fff;
    border-radius: 1rem;
    padding: 1rem;
    overflow: hidden;
    cursor: pointer;
    transition: transform .3s ease, box-shadow .3s ease
}

@media (max-width:576px) {
    .services3-box {
        flex-direction: column;
        width: 100%
    }
}

.services3-box-content {
    padding-left: 2rem
}

.services3-box:hover {
    box-shadow: 0 30px 50px -10px rgba(152, 151, 151, .37)
}

@media (max-width:992px) {
    .services3 {
        grid-template-columns: repeat(auto-fit, minmax(400px, 1fr))
    }
}

.services3-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    font-family: Montserrat, sans-serif;
    text-align: center
}

.services3-description {
    margin-bottom: 1rem
}

.services3-description li {
    display: flex;
    align-items: center;
    margin-bottom: .5rem;
    position: relative
}

.services3-description li p {
    padding-left: 3rem;
    font-size: 1rem
}

.services3-description li i {
    position: absolute;
    text-align: center;
    display: block;
    width: 2rem;
    height: 1.5rem;
    font-size: 1.5rem;
    color: #086b93
}

.services3 .button {
    display: block
}

.services3-text {
    margin-bottom: 2rem
}

@media (max-width:576px) {
    .services3-img img {
        height: 200px;
        width: 350px;
        border-radius: 1rem;
        box-shadow: 0 5px 10px #87ceeb;
        transition: transform .3s ease;
        margin-bottom: 10px
    }
    .services3-img img:hover {
        transform: scale(1.05)
    }
    .services3-box {
        overflow: hidden;
        padding: 1rem;
        transition: transform .3s ease, box-shadow .3s ease
    }
    .services3-box-content {
        padding: 1rem
    }
}

.cta1 {
    background-color: #086b93
}

.cta1-title {
    display: block;
    margin: 0 auto;
    text-align: center
}

.cta1-text {
    border-bottom: 1px solid #086b93;
    border-top: 1px solid #086b93;
    padding: 1rem 0
}

.cta1-wrapper {
    border-radius: 1rem;
    box-shadow: 0 5px 10px #87ceeb;
    padding: 1rem;
    background-color: #fff;
    border: 1px solid #e8ecef;
    margin: 0 auto;
    background-color: #fff;
    max-width: 550px;
    display: flex;
    gap: 1rem;
    border-radius: 1rem;
    padding: 1rem;
    flex-wrap: wrap
}

.cta1 .button {
    margin: 1rem auto
}

.faq2 {
    background-color: #e6e6fa
}

.faq2-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    justify-items: center;
    gap: 1rem
}

@media (max-width:1024px) {
    .faq2-list {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr))
    }
}

.faq2-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    border-radius: 1rem;
    box-shadow: 0 5px 10px #87ceeb;
    padding: 1rem;
    background-color: #fff;
    border: 1px solid #e8ecef;
    position: relative;
    height: auto;
    transition: box-shadow .3s ease;
    background-color: #fff;
    color: #073d53
}

.faq2-box h3 {
    text-align: center;
    padding: 1rem;
    border-bottom: 1px solid #086b93
}

.faq2-box:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, .15)
}

.faq2-icons {
    position: absolute;
    place-items: center;
    font-size: 1.5rem;
    text-align: center
}

@media (max-width:576px) {
    .faq2-icons {
        width: 50px;
        height: 50px;
        font-size: 1.25rem
    }
}

.faq2-text {
    font-style: italic;
    padding: 1rem
}

.blog3 {
    background-color: #e6e6fa
}

.blog3-img img {
    width: 450px;
    height: 300px;
    margin-bottom: 10px;
    border-radius: 1rem;
    box-shadow: 0 5px 10px #87ceeb
}

.blog3-list {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 900px;
    margin: 0 auto;
    gap: 1rem
}

@media (max-width:768px) {
    .blog3-list :nth-child(3) {
        flex-direction: column
    }
}

.blog3-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    justify-content: flex-start;
    padding: 2rem 1rem
}

@media (max-width:768px) {
    .blog3-box {
        flex-direction: column-reverse
    }
}

.blog3-box-content {
    padding: 0 2rem;
    flex: 1
}

.blog3-title {
    font-size: 1.25rem;
    margin-bottom: 12px;
    font-family: Montserrat, sans-serif;
    color: #ffb351
}

.blog3-description {
    color: #073d53
}

.blog3-date {
    font-size: .875rem;
    color: #073d53;
    text-align: right;
    margin-left: auto
}

.blog3 .button {
    display: block;
    bottom: 1rem;
    margin: 1rem auto
}

.blog1 {
    background-color: #ffb351
}

.blog1 h2 {
    color: #fff
}

.blog1-img img {
    width: 380px;
    height: 300px;
    margin-bottom: 10px;
    border-radius: 1rem
}

.blog1-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 24px;
    max-width: 900px;
    margin: 0 auto
}

.blog1-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 1rem;
    box-shadow: 0 5px 10px #87ceeb;
    padding: 1rem;
    background-color: #fff;
    border: 1px solid #e8ecef;
    overflow: hidden;
    background-color: #fff;
    transition: transform .3s ease, box-shadow .3s ease;
    justify-content: flex-start;
    padding: 2rem 1rem
}

.blog1-box-content {
    padding: 1rem;
    margin-bottom: 3rem
}

.blog1-box:hover {
    transform: scale(1.05);
    box-shadow: 0 30px 50px -10px rgba(152, 151, 151, .37)
}

.blog1-title {
    font-size: 1.25rem;
    margin-bottom: 12px;
    font-family: Montserrat, sans-serif
}

.blog1-description {
    color: #073d53
}

.blog1-date {
    font-size: .875rem;
    color: #3a3a3a;
    width: 100%;
    text-align: right;
    margin-left: auto
}

.blog1 .button {
    position: absolute;
    bottom: 1rem
}

.blog1-text {
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 2rem
}

.blog2 {
    background-color: #e6e6fa
}

.blog2 h2 {
    color: #073d53
}

.blog2-img {
    overflow: hidden;
    width: 100%;
    height: 300px;
    border-radius: 1rem
}

.blog2-img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

@media (max-width:768px) {
    .blog2-img img {
        margin: 0
    }
}

@media (max-width:576px) {
    .blog2-img img {
        margin: 0
    }
}

.blog2-date {
    text-align: right
}

.blog2-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    align-items: center;
    gap: 1rem
}

@media (max-width:768px) {
    .blog2-list {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr))
    }
}

.blog2-box {
    margin: 0 auto;
    gap: 1rem;
    max-width: 550px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 1rem;
    box-shadow: 0 5px 10px #87ceeb;
    padding: 1rem;
    background-color: #fff;
    border: 1px solid #e8ecef;
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center
}

@media (max-width:992px) {
    .blog2-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }
}

.blog2-box-content {
    justify-content: flex-end
}

.blog2-box:hover {
    box-shadow: 0 30px 50px -10px rgba(152, 151, 151, .37)
}

.blog2-title {
    font-size: 1.25rem;
    margin-bottom: 12px;
    font-family: Montserrat, sans-serif
}

.blog2-description {
    margin-bottom: 2rem;
    color: #3a3a3a
}

.blog2 .button {
    display: block;
    margin: 0 0 0 auto;
    width: 200px
}

.blog2-text {
    text-align: center;
    font-size: 1.25rem;
    color: #073d53;
    margin-bottom: 2rem
}

.achievements4 {
    background-color: #e6e6fa;
    color: #073d53
}

.achievements4-flex {
    display: flex;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    align-items: center;
    gap: 2rem
}

@media (max-width:768px) {
    .achievements4-flex {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        flex-direction: column
    }
}

.achievements4-right {
    flex-wrap: wrap;
    width: 100%
}

.achievements4 .container {
    z-index: 100;
    background-color: #e6e6fa;
    border-radius: 1rem
}

.achievements4-text {
    text-align: center;
    font-size: 1.25rem;
    margin-bottom: 2rem
}

.achievements4-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 1rem
}

@media (max-width:768px) {
    .achievements4-list {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr))
    }
}

.achievements4-list li {
    align-items: center;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-radius: 1rem;
    box-shadow: 0 5px 10px #87ceeb;
    padding: 1rem;
    background-color: #fff;
    border: 1px solid #e8ecef;
    background-color: #fff;
    border-color: #e6e6fa;
    transition: background-color .3s ease;
    gap: 1rem
}

.achievements4-list li i {
    font-size: 1.5rem;
    align-items: center;
    color: #ffb351
}

.achievements4-list li p {
    text-align: center;
    color: #086b93;
    width: 70%
}

@media (max-width:768px) {
    .achievements4-list li p {
        width: 70%
    }
}

.achievements4-list li p span {
    color: #086b93;
    font-size: 1.25rem;
    font-weight: 700
}

.achievements1 {
    background-color: #e6e6fa;
    color: #fff
}

.achievements1-text {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 2rem;
    padding-left: 2rem
}

.achievements1-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem
}

.achievements1-list li {
    border-radius: 1rem;
    box-shadow: 0 5px 10px #87ceeb;
    padding: 1rem;
    background-color: #fff;
    border: 1px solid #e8ecef;
    color: #086b93;
    position: relative;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: background-color .3s ease
}

.achievements1-list li:hover {
    background-color: #fff
}

.achievements1-list li i {
    display: block;
    font-size: 2rem;
    color: #086b93;
    margin-bottom: 1rem
}

@media (max-width:576px) {
    .achievements1-list li i {
        font-size: 2rem;
        top: .75rem;
        left: 1rem;
        position: absolute
    }
}

.stats-list {
    gap: 1rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr))
}

.stats-list h4 {
    padding-top: .5rem
}

@media (max-width:992px) {
    .stats-list {
        grid-template-columns: repeat(auto-fit, minmax(230px, 1fr))
    }
}

@media (max-width:768px) {
    .stats-list {
        grid-template-columns: repeat(auto-fit, minmax(230px, 1fr))
    }
}

@media (max-width:576px) {
    .stats-list {
        grid-template-columns: repeat(auto-fit, minmax(230px, 1fr))
    }
}

.stats-item {
    border-radius: 1rem;
    box-shadow: 0 5px 10px #87ceeb;
    padding: 1rem;
    background-color: #fff;
    border: 1px solid #e8ecef;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 1rem;
    background-color: #086b93;
    color: #fff;
    text-align: center;
    padding: 1rem
}

.stats-icon i {
    font-size: 1.5rem;
    color: #fff
}

.stats p {
    margin-bottom: 1rem;
    padding: .5rem 0
}

.achievements {
    background-color: #e6e6fa
}

.achievements .container {
    z-index: 100;
    background-color: #fff;
    border-radius: 1rem
}

.achievements-text {
    text-align: center;
    font-size: 1.25rem;
    margin-bottom: 2rem;
    color: #073d53
}

.achievements-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 1rem
}

@media (max-width:768px) {
    .achievements-list {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr))
    }
}

.achievements-list li {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-radius: 1rem;
    box-shadow: 0 5px 10px #87ceeb;
    padding: 1rem;
    background-color: #fff;
    border: 1px solid #e8ecef;
    background-color: #fff;
    padding: .5rem 1rem;
    gap: 1rem
}

.achievements-list li i {
    font-size: 2rem;
    align-items: center;
    color: #086b93
}

.achievements-list li p {
    text-align: center;
    color: #073d53;
    width: 150px
}

@media (max-width:768px) {
    .achievements-list li p {
        width: 60%
    }
}

.achievements-list li p span {
    color: #086b93;
    font-size: 1.25rem;
    font-weight: 700
}

.contact-main .contact-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1rem
}

@media (max-width:576px) {
    .contact-main .contact-wrapper {
        grid-template-columns: 1fr
    }
}

.contact-main .info-box {
    padding: 1rem;
    border-radius: 1rem;
    text-align: center;
    height: 100%;
    align-items: center
}

.contact-main .info-box h2 {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1.5rem
}

.contact-main .info-item {
    background: rgba(255, 255, 255, .35);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    box-shadow: 0 5px 10px #87ceeb;
    border-radius: 1rem;
    padding: 1rem;
    margin: 2rem auto;
    text-align: center;
    max-width: 70%;
    background-color: #fff
}

@media (max-width:768px) {
    .contact-main .info-item {
        max-width: 100%
    }
}

.contact-main .info-item i {
    font-size: 1.5rem;
    margin-top: .25rem;
    color: #086b93
}

.contact-main .info-item h4 {
    font-weight: 700;
    margin-bottom: .25rem;
    color: #086b93
}

.contact-main .info-item a:hover {
    text-decoration: underline
}

.contact-main .contact-form-box {
    background: rgba(255, 255, 255, .35);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 5px 10px #87ceeb;
    background-color: #fff
}

.contact-main .contact-form-box h3 {
    font-weight: 700;
    color: #073d53;
    margin-bottom: 1.5rem;
    text-align: center
}

.contact-main .contact-form-box .button {
    display: block;
    width: 100%
}

.contact-main .form-grid {
    gap: 1.5rem
}

@media (min-width:768px) {
    .contact-main .form-grid {
        grid-template-columns: repeat auto-fit 2, 1fr
    }
}

.contact-main .form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px
}

.contact-main .form-group label {
    font-size: 1rem;
    font-weight: 500;
    color: #073d53;
    margin-top: 5px;
    margin-bottom: .25rem;
    margin-left: 10px
}

.contact-main .form-group input,
.contact-main .form-group select,
.contact-main .form-group textarea {
    padding: .5rem 1rem;
    border: 1px solid #d1d5db;
    border-radius: 1rem;
    font-size: 1rem;
    outline: 0
}

.contact-main .form-group input:focus,
.contact-main .form-group select:focus,
.contact-main .form-group textarea:focus {
    border-color: #086b93;
    box-shadow: 0 0 0 1px #086b93
}

.contact-main .contact-map iframe {
    width: 100%;
    height: 400px;
    border-radius: 1rem
}

.contact-main .form-checkbox {
    margin-bottom: 15px;
    display: block
}

.contact-main .form-checkbox a {
    color: #086b93
}

.contact-main .form-checkbox a:hover {
    text-decoration: underline
}

.contact2 {
    background-color: #e6e6fa
}

.contact2 h2 {
    text-align: center;
    padding: 2rem
}

.contact2 .form-wrapper {
    display: flex;
    max-width: 900px;
    margin: 0 auto 1.25rem;
    padding: 2rem;
    background-color: #041834;
    border-radius: 1rem;
    box-shadow: 0 5px 10px #87ceeb;
    justify-content: space-between
}

.contact2 .form-wrapper h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.25rem
}

.contact2 .form-wrapper .form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 1rem;
    gap: 1rem
}

@media (max-width:992px) {
    .contact2 .form-wrapper .form {
        flex-direction: column
    }
}

@media (max-width:576px) {
    .contact2 .form-wrapper .form {
        margin-left: 0
    }
}

.contact2 .form-wrapper .form-title {
    color: #faf7f2
}

.contact2 .form-wrapper .form-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 300px;
    margin: 0 auto
}

.contact2 .form-wrapper .form label {
    display: block;
    font-size: 1rem;
    margin-bottom: .375rem
}

.contact2 .form-wrapper .form input,
.contact2 .form-wrapper .form select,
.contact2 .form-wrapper .form textarea {
    width: 100%;
    background-color: #fff;
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 1rem;
    box-shadow: 0 5px 10px #87ceeb
}

.contact2 .form-wrapper .form input[type=checkbox] {
    width: auto
}

.contact2 .form-wrapper .form textarea {
    resize: vertical
}

.contact2 .form-wrapper .form-checkbox {
    margin-bottom: 1.25rem
}

.contact2 .form-wrapper .form-checkbox a {
    color: #086b93
}

.contact2 .form-wrapper .form-checkbox a:hover {
    text-decoration: underline
}

.contact2 .contact-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    margin: 0 auto 1.25rem
}

.contact2 .contact-cards .contact-card {
    flex: 1;
    min-width: 250px;
    padding: 1rem;
    text-align: center;
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0 5px 10px #87ceeb
}

.contact2 .contact-cards .contact-card i {
    display: inline-block;
    font-size: 2rem;
    margin-bottom: .75rem;
    color: #ffb351
}

.contact2 .contact-cards .contact-card h4 {
    font-weight: 600;
    margin-bottom: .375rem
}

@media (max-width:768px) {
    .contact2 .form-wrapper {
        flex-direction: column
    }
    .contact2 .form-wrapper .form {
        margin: 0 auto;
        align-items: center;
        justify-content: center
    }
    .contact2 .form-wrapper .form .button {
        margin: 0 auto;
        display: block
    }
    .contact2 .form-wrapper .contact-cards {
        width: 100%
    }
    .contact2 .form-wrapper .contact-cards .contact-card {
        min-width: 100px
    }
}

.contact3 {
    gap: auto;
    background-color: #e6e6fa
}

.contact3 h2 {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
    flex: 1
}

.contact3 .contact-map iframe {
    width: 100%;
    height: 400px;
    border-radius: 1rem
}

.contact3 .form-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
    padding: 2.5rem;
    max-width: 900px;
    box-shadow: 0 5px 10px #87ceeb;
    border-radius: 1rem;
    align-items: center;
    background-color: #fff;
    background-color: #086b93;
    justify-content: space-between;
    gap: 20px
}

@media (max-width:768px) {
    .contact3 .form-wrapper {
        grid-template-columns: 2fr
    }
}

.contact3 .form-wrapper h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px
}

.contact3 .form-wrapper .form {
    padding: 1rem;
    margin-right: 20px;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    border: 1px solid #e8ecef;
    box-shadow: 0 5px 10px #87ceeb;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.contact3 .form-wrapper .form-column {
    flex: 1;
    min-width: 350px
}

.contact3 .form-wrapper .form label {
    margin-bottom: 6px;
    display: block
}

.contact3 .form-wrapper .form input,
.contact3 .form-wrapper .form select,
.contact3 .form-wrapper .form textarea {
    border: 1px solid #086b93;
    padding: .5rem 1rem;
    width: 95%;
    border-radius: 1rem
}

.contact3 .form-wrapper .form input:focus,
.contact3 .form-wrapper .form select:focus,
.contact3 .form-wrapper .form textarea:focus {
    outline: 0;
    border-color: #086b93
}

.contact3 .form-wrapper .form input[type=checkbox] {
    width: auto
}

.contact3 .form-wrapper .form textarea {
    margin-bottom: 16px;
    resize: vertical
}

.contact3 .form-wrapper .form-checkbox a {
    color: #086b93
}

.contact3 .form-wrapper .form-checkbox a:hover {
    text-decoration: underline
}

.contact-cards {
    max-width: 400px;
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 1rem
}

.contact-cards .contact-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 250px;
    padding: 1rem;
    border-radius: 1rem;
    border: 1px solid #e8ecef;
    background-color: #fff;
    text-align: center
}

.contact-cards .contact-card i {
    font-size: 2rem;
    color: #086b93;
    margin-bottom: 12px;
    display: inline-block
}

.contact-cards .contact-card h4 {
    font-weight: 600;
    margin-bottom: 6px
}

@media (max-width:768px) {
    .contact3 .form-wrapper {
        gap: 5px;
        padding: 1.25rem
    }
    .contact3 .form-wrapper .form {
        margin: 20px 0 0 0
    }
    .contact3 .form-wrapper .contact-cards {
        display: none
    }
}

@media (max-width:576px) {
    .contact3 .form-wrapper {
        flex-direction: column
    }
    .contact3 .form-wrapper .form {
        min-width: auto
    }
}

.faq1 {
    background-color: #e6e6fa
}

.faq1 h2 {
    color: #fff
}

.faq1-list {
    display: grid;
    justify-items: center;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1rem
}

@media (max-width:768px) {
    .faq1-list {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr))
    }
}

.faq1-list h3 {
    text-align: center
}

.faq1-desc {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 1rem
}

.faq1-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 1rem;
    box-shadow: 0 5px 10px #87ceeb;
    padding: 1rem;
    background-color: #fff;
    border: 1px solid #e8ecef;
    transition: box-shadow .3s ease;
    align-items: flex-start
}

.faq1-box:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, .15)
}

.faq1-icons {
    display: grid;
    place-items: center;
    border-radius: 50%;
    font-size: 1.25rem;
    color: #a9a9a9;
    margin-top: 1rem
}

.faq1-text {
    font-style: italic;
    border-top: 1px solid #3a3a3a;
    font-size: .875rem;
    padding-top: 1rem
}

.faq3 {
    background-color: #e6e6fa
}

.faq3-content {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
    max-width: 760px;
    margin: 0 auto
}

@media (max-width:768px) {
    .faq3-content {
        grid-template-columns: 1fr
    }
}

.faq3 h2 {
    color: #086b93;
    text-align: center
}

.faq3 img {
    border-radius: 1rem;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto
}

@media (max-width:768px) {
    .faq3 img {
        margin: 0 auto
    }
}

.faq3-list {
    height: 100%;
    margin: auto 0;
    display: grid;
    border-radius: 1rem;
    box-shadow: 0 5px 10px #87ceeb;
    padding: 1rem;
    background-color: #fff;
    border: 1px solid #e8ecef;
    gap: 1rem
}

@media (max-width:576px) {
    .faq3-list {
        grid-template-columns: repeat(auto-fit, minmax(230px, 1fr))
    }
}

.faq3-list h4 {
    display: flex;
    align-items: center;
    gap: 1rem
}

.faq3-list summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem;
    cursor: pointer;
    position: relative
}

.faq3-answer {
    padding: .5rem 2rem;
    border-top: 1px solid #ffb351
}

.faq3-item {
    border-radius: 20px;
    overflow: hidden
}

.reviews5 {
    background-color: #e6e6fa
}

.reviews5-footer {
    color: #073d53;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    padding-top: 1rem
}

.reviews5-name {
    text-align: center;
    color: #086b93
}

.reviews5-header {
    text-align: center
}

.reviews5-title {
    text-transform: uppercase
}

.reviews5-subtitle {
    font-size: 1.25rem;
    font-weight: 400
}

.reviews5 .container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px
}

@media (max-width:768px) {
    .reviews5 .container {
        grid-template-columns: repeat(auto-fit, minmax(230px, 1fr))
    }
}

.reviews5-card {
    border-radius: 1rem;
    box-shadow: 0 5px 10px #87ceeb;
    padding: 1rem;
    background-color: #fff;
    border: 1px solid #e8ecef;
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    height: auto;
    padding: 1rem 1.5rem;
    background-color: #fff
}

.reviews5-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
    margin-bottom: 10px
}

.reviews5-card-header i {
    color: #ffb351;
    font-size: 1.5rem
}

.reviews5-card-header span {
    font-size: 1rem;
    color: #3a3a3a
}

.reviews5-text {
    padding: 1rem;
    font-style: italic;
    font-size: .875rem;
    border-top: 1px solid #ffb351;
    border-bottom: 1px solid #ffb351
}

.reviews5-text::after,
.reviews5-text::before {
    content: "„";
    font-weight: 700;
    font-style: normal
}

.reviews6 img {
    border-radius: 1rem;
    margin: 1rem auto;
    -o-object-fit: cover;
    object-fit: cover
}

.reviews6-flex {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 2rem
}

@media (max-width:768px) {
    .reviews6-flex {
        grid-template-columns: 1fr
    }
}

.reviews6-header {
    text-align: center
}

.reviews6-title {
    font-size: 2rem;
    text-transform: uppercase
}

.reviews6-subtitle {
    font-size: 1.25rem;
    color: #073d53
}

.reviews6-footer {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ffb351;
    padding: .5rem
}

.reviews6-footer span {
    font-size: .875rem
}

.reviews6-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    width: 100%;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 1.2rem
}

@media (max-width:768px) {
    .reviews6-grid {
        grid-template-columns: 1fr
    }
}

.reviews6-date {
    font-size: .875rem;
    text-align: right
}

.reviews6-card {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    border-radius: 1rem;
    box-shadow: 0 5px 10px #87ceeb;
    padding: 1rem;
    background-color: #fff;
    border: 1px solid #e8ecef;
    height: auto;
    padding: 1.6rem;
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0 5px 10px #87ceeb
}

.reviews6-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ffb351;
    padding: .5rem
}

.reviews6-card-header i {
    color: #ffb351;
    font-size: 1.5rem
}

.reviews6-card-header span {
    font-size: .875rem;
    color: #3a3a3a
}

.reviews6-text {
    font-size: 1rem;
    padding: .5rem 0;
    font-style: italic
}

.reviews6-text::after,
.reviews6-text::before {
    content: "„";
    font-weight: 700;
    font-style: normal
}

.reviews6-box {
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 5px 10px #87ceeb;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.reviews4-header {
    text-align: center
}

.reviews4-title {
    font-size: 2rem;
    text-transform: uppercase
}

.reviews4-subtitle {
    font-size: 1.5rem
}

.reviews4-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 1.2rem
}

.reviews4-date {
    font-size: 14px;
    text-align: right
}

.reviews4-box {
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 5px 10px #87ceeb;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.reviews4-box blockquote {
    font-style: italic;
    margin-bottom: 1rem
}

.reviews4-box blockquote p::before {
    content: "«";
    margin-right: 3px
}

.reviews4-box blockquote p::after {
    content: "»";
    margin-left: 3px
}

.reviews4-box figcaption {
    color: #3a3a3a;
    font-weight: 500
}

.reviews4-box figcaption span {
    font-size: 1.25rem;
    font-weight: 700;
    color: #086b93
}

.reviews3-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 30px
}

.reviews3-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.reviews3-date {
    font-size: 14px;
    color: #eceff4;
    text-align: right
}

.reviews3 blockquote {
    flex: 1;
    width: clamp(300px, 50%, 800px);
    border-radius: 1rem;
    padding: 15px;
    background: rgba(255, 255, 255, .35);
    box-shadow: 0 5px 10px #87ceeb;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px)
}

@media (max-width:768px) {
    .reviews3 blockquote {
        width: clamp(250px, 50%, 800px)
    }
}

.reviews3 blockquote i {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 30px;
    color: #086b93
}

.reviews3 blockquote p {
    font-style: italic;
    color: #3a3a3a;
    margin-bottom: 12px
}

.reviews3 blockquote p::after,
.reviews3 blockquote p::before {
    content: '"';
    margin: 3px 0
}

.reviews2-date {
    font-size: 12px;
    color: #3a3a3a;
    display: block;
    text-align: right
}

.reviews2-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 1rem
}

@media (max-width:576px) {
    .reviews2-list {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr))
    }
}

.reviews2-date {
    margin-top: auto;
    text-align: right;
    color: #086b93
}

.reviews2-box {
    border-radius: 1rem;
    box-shadow: 0 5px 10px #87ceeb;
    padding: 1rem;
    background-color: #fff;
    border: 1px solid #e8ecef;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex: 1;
    min-width: 300px
}

.reviews2-avatar {
    color: #086b93;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2rem;
    font-size: .875rem
}

.reviews2-avatar i {
    color: #086b93
}

.reviews2-role {
    margin-bottom: 10px
}

.reviews2-text {
    border-top: 1px solid #086b93;
    padding: .5rem;
    font-style: italic
}

.reviews1 {
    text-align: center
}

.reviews1-date {
    font-size: 14px;
    color: #3a3a3a;
    display: block
}

.reviews1-header {
    text-align: center
}

.reviews1-title {
    font-size: 2rem;
    text-transform: uppercase
}

.reviews1-subtitle {
    font-size: 1.5rem;
    color: #3a3a3a
}

.reviews1 .container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px
}

@media (max-width:768px) {
    .reviews1 .container {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr))
    }
}

.reviews1-card {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-around;
    height: auto;
    padding: 2rem
}

.reviews1-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    text-align: center
}

.reviews1-card-header i {
    color: #086b93;
    font-size: 2rem
}

.reviews1-card-header span {
    font-size: 1rem;
    color: #3a3a3a
}

.reviews1-text {
    padding: 10px;
    font-style: italic
}

.reviews1-text::after,
.reviews1-text::before {
    content: "„";
    font-weight: 700;
    font-style: normal
}

.footer {
    background-color: #085d7e;
    color: #fff;
    padding: 2rem 0;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s ease forwards;
    animation-delay: .3s
}

.footer a {
    transition: color .3s ease, transform .3s ease, -webkit-text-decoration .3s ease;
    transition: color .3s ease, text-decoration .3s ease, transform .3s ease;
    transition: color .3s ease, text-decoration .3s ease, transform .3s ease, -webkit-text-decoration .3s ease
}

.footer a:hover {
    text-decoration: underline;
    color: #fff;
    transform: scale(1.05)
}

.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    padding-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, .4);
    margin-top: 50px
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 35px
}

.footer-column {
    flex: 1;
    min-width: 200px
}

.footer-column-title {
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff
}

.footer-column ul li+li {
    margin-top: 10px
}

.footer-column .footer-contact li {
    display: flex;
    gap: 1em;
    align-items: center
}

.footer-column .footer-contact li i {
    color: #fff;
    color: #fff
}

.footer-column .footer-contact li span {
    font-size: .7rem;
    flex-shrink: 0;
    width: 2rem
}

.footer .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px
}

@media (max-width:768px) {
    .footer {
        padding: 30px 0 30px;
        text-align: center
    }
}

@media (max-width:576px) {
    .footer {
        padding: 30px
    }
    .footer-contact {
        padding: 0
    }
}

.footer2 {
    background-color: #085d7e;
    color: #fff;
    padding: 2rem 0
}

.footer2 .container {
    background-color: #085d7e
}

.footer2-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    padding: 2rem 0;
    border-top: 1px solid rgba(255, 255, 255, .4)
}

.footer2 .logo p {
    font-size: 1.25rem
}

@media (max-width:576px) {
    .footer2 .logo p {
        font-size: 1rem
    }
}

.footer2 a {
    color: inherit;
    transition: -webkit-text-decoration .3s ease;
    transition: text-decoration .3s ease;
    transition: text-decoration .3s ease, -webkit-text-decoration .3s ease
}

.footer2 a:hover {
    text-decoration: underline
}

.footer2-wrapper {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    row-gap: 3rem;
    margin-bottom: 1rem;
    padding: 0 2rem
}

.footer2-column {
    flex: 1;
    min-width: 200px
}

.footer2-column-title {
    font-weight: 700;
    margin-bottom: 1rem;
    text-transform: uppercase
}

.footer2-column-main {
    text-align: center;
    font-size: 1.25rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, .4)
}

@media (max-width:576px) {
    .footer2-column-main {
        font-size: 1rem
    }
}

.footer2-column-main .logo {
    margin: 0 auto;
    width: 200px
}

.footer2-column ul li+li {
    margin-top: 5px
}

.footer2-column .footer2-contact li {
    display: flex;
    gap: 1rem;
    align-items: center
}

.footer2-column .footer2-contact li i {
    font-size: 1rem;
    color: #fff
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.footer3 {
    padding: 3rem 0;
    background-color: #222;
    color: #fff;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s ease forwards;
    animation-delay: .3s
}

.footer3 a {
    color: #fff;
    transition: color .3s ease, transform .3s ease, -webkit-text-decoration .3s ease;
    transition: color .3s ease, text-decoration .3s ease, transform .3s ease;
    transition: color .3s ease, text-decoration .3s ease, transform .3s ease, -webkit-text-decoration .3s ease
}

.footer3 a:hover {
    text-decoration: underline;
    color: #086b93;
    transform: scale(1.05)
}

.footer3-container {
    padding: 1rem
}

.footer3-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-bottom: 3rem
}

@media screen and (max-width:768px) {
    .footer3-grid {
        grid-template-columns: 1fr
    }
}

.footer3-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem
}

.footer3-policy {
    display: flex;
    gap: 1.5rem
}

.footer3-policy a:hover {
    text-decoration: underline
}

.footer3-links-list {
    display: flex;
    flex-direction: column;
    gap: .5rem
}

.footer3-links-list a:hover {
    text-decoration: underline
}

.footer3-links .list-adress li {
    display: flex;
    align-items: center;
    gap: 10px
}

.footer3-links .list-adress li .icon {
    color: #086b93
}

.footer3 .logo {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.footer3 .logo p {
    font-size: 2rem;
    font-weight: 700
}

.footer3 .logo img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    transition: transform .3s ease
}

.footer3 .logo img:hover {
    transform: scale(1.1)
}

.privacy {
    background-color: #fff
}

.privacy h1 {
    color: #086b93
}

.privacy .container {
    max-width: 1000px
}

.privacy p {
    border-bottom: 1px solid #073d53;
    padding: 1rem;
    margin-bottom: .5rem;
    margin-left: 1rem
}

.privacy h2 {
    margin-bottom: .4rem;
    font-weight: 600;
    font-size: 1.5rem;
    margin-top: 1rem
}

.privacy-list {
    margin-bottom: 1rem;
    margin-left: 1rem;
    list-style-position: inside!important;
    padding-left: 1em;
    list-style-type: decimal!important
}

.privacy-list i {
    font-size: 1.25rem;
    margin-right: 1rem;
    width: 20px
}

.privacy .section-title {
    font-size: 2rem;
    text-align: center;
    font-weight: 600;
    margin-bottom: 2rem
}

.privacy a {
    color: #086b93
}

.privacy a:hover {
    text-decoration: underline
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .15);
    margin: auto;
    z-index: 9999;
    display: none
}

.cookie-banner .cookie-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem
}

.cookie-banner .cookie-content {
    min-width: 300px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.cookie-banner .cookie-content h3 {
    margin-bottom: .5rem;
    font-weight: 600;
    font-family: Montserrat, sans-serif
}

.cookie-banner .cookie-content p {
    line-height: 1.5;
    margin-bottom: 1rem;
    color: #3a3a3a
}

.cookie-banner .cookie-content p a {
    color: #086b93;
    transition: -webkit-text-decoration .3s ease;
    transition: text-decoration .3s ease;
    transition: text-decoration .3s ease, -webkit-text-decoration .3s ease
}

.cookie-banner .cookie-content p a:hover {
    text-decoration: underline
}

.cookie-banner .cookie-buttons {
    display: flex;
    align-items: center;
    gap: 1rem
}

.cookie-banner .cookie-buttons button {
    min-width: 120px;
    cursor: pointer;
    border: none;
    padding: .7rem 1rem;
    border-radius: .6rem;
    background-color: #086b93;
    color: #fff;
    font-weight: 600;
    transition: background-color .3s ease
}

.cookie-banner .cookie-buttons button:hover {
    background-color: rgb(5.3677419355, 71.7935483871, 98.6322580645)
}