body {
    font-family: 'Lato', sans-serif;
    transition: all .3s;
    margin: 0;
}

h1,
h2,
h3 {
    font-family: 'Roboto', sans-serif;
}

.hero {
    /* background-color: #f5f5f5; */
    padding: 0 0;
    aspect-ratio: 16/9;
    position: relative;
    width: 100%;
    min-height: 71vh;
    /*  */
}

.faq-section {
    background-color: #e9ecef;
    padding: 60px 0;
}

.iframe-wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url("../assets/videosamtala.webp") 50% 50%;
    background-size: auto;
    background-size: cover;
    display: flex;
}
.hero {
    max-height: 876px;
}
/* Make the iframe keep an aspect ratio, and
      position it in the middle of its parent wrapper*/

.iframe-wrapper iframe {
    width: 100vw;
    height: 56.25vw;
    /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh;
    /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.iframe-wrapper .overlay {
    aspect-ratio: auto;
    height: 100%;
    background-color: #121d2b;
    opacity: 0.4;
    transition: #121d2b 0.3s, border-radius 0.3s, opacity 0.3s;
    width: 100vw;
    position: absolute;
    pointer-events: none;
    z-index: 0;
}

.hero-content-container {
    position: relative;
    width: 100%;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    max-width: 1200px;
    font-size: 20px;
}

.hero-content-container .content {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
    font-size: 20px;
    width: 100%;
    padding: 0px 20px 0px 20px;
}

.hero-content-container .content h1 {
    color: #fff;
    font-family: "Playfair Display", Sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: 1px;
    font-size: 20px;
}

.hero-content-container .content h2 {
    color: #fff;
    color: #ffffff;
    font-family: "Playfair Display", Sans-serif;
    font-size: 56px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 1.5px;
    max-width: 500px;
    text-align: left;
    font-size: 36px;
}

.hero-content-container .content .button {
    font-family: "Lato", Sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFFFFF;
    background-color: #132d47;
    box-shadow: 0px 0px 6px 0px rgba(129, 128, 128, 0.5);
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-radius: 30px 30px 30px 30px;
    padding: 15px 20px 15px 20px;
    text-decoration: none;
    display: inline-block;
    width: auto;
    &:hover {
        color: #fff;
        background-color: #acc4bc;
        box-shadow: 0px 0px 10px 0px rgba(129, 128, 128, 0.5);
        border-style: solid;
    }
}

.hero-content-container .content .button .button-content-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 5px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFFFFF;
    line-height: 1;
    text-align: center;
}

.hero-content-container .content .button .button-text {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFFFFF;
}

.counter-section {
    display: flex;
    justify-content: space-around;
    padding: 0;
    background-color: #f4f4f4;
    padding: 20px 0px 25px 0px;
}

.counter-section .container {
    width: calc(100% - 30px);
    max-width: 1200px;
}

.counter-section h2 {
    color: #121d2b;
    font-family: "Playfair Display", Sans-serif;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 1.5px;
    font-size: 25px;
    padding-top: 20px;
}

.counter-section h3 {
    font-family: "Lato", Sans-serif;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.5;
    line-height: 40px;
}

.counter-section p {
    color: #2c5c5c;
    font-size: 36px;
    font-weight: 600;
    line-height: 1;
    font-family: "Lato", Sans-serif;
    margin-bottom: 0;
}

.stay-connected {
    background-color: #acc4bc;
    display: flex;
    justify-content: center;
}

.stay-connected .content {
    max-width: 933px;
    padding: 0px 15px;
}

.stay-connected .content p {
    font-size: 16px;
    text-align: center;
    color: #000000;
    font-family: "Lato", Sans-serif;

    font-weight: 700;
    line-height: 37px;
    padding: 15px 0;
}

.content-video .video {
    margin: 0;
    width: 100%;
    aspect-ratio: 1.7777;
}

.upcoming {
    background-color: #fff;
    padding: 30px 0;
    text-align: center;
}

.upcoming .container {
    width: calc(100% - 30px);
    max-width: 1200px;
    --bs-gutter-x: 1.5rem;
}

.upcoming h2 {
    color: #000000;
    font-family: "Playfair Display", Sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 1.5px;
}

.upcoming .content {
    box-sizing: border-box;
    display: flex;
    float: none;
    line-height: 25.5px;
    position: relative;
    width: 100%;
    flex-direction: row;
    height: 100%;
    flex-grow: 1;
    align-self: stretch;
    flex-wrap: wrap;
    transition: 0.3s;
}

.upcoming .content img {
    width: 100%;
    height: auto;
}

.upcoming .content h2 {
    color: #000000;
    font-family: "Lato", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0px;
}

.upcoming .content-video h2 {
    font-family: "Playfair Display", Sans-serif;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 1.5px;
    font-size: 40px;
}

.content-video {
    --bs-gutter-x: 0rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-video .video {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 25px;
}

.content-video iframe {
    width: 100%;
    aspect-ratio: 1.77777;
}

.upcoming .content-video .text {
    padding-left: 0;
    max-width: 600px;
    margin: 0 auto;
    text-align: left;
}

.upcoming .content-video .text p b {
    color: #000000;
    font-family: "Lato", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1px;
}

.upcoming .content-video .text p b span {
    font-weight: bolder;
}

.bg-green {
    background-color: #7C9C9C;
}
.bg-light-green {
    background-color:#a7d1cf;
}

.bg-coral {
    background-color: #D2B3B7;
}

.bg-white {
    background-color: #fff;
    color: #000;
}

.bg-dark-blue {
    background-color: #132D47;
    color: #fff;
}

.bg-dark-blue .col {
    --bs-gutter-x: 4.5rem;
}
.bg-gray{
    background-color: #efefef;
}

section p a, footer p a{
    color: #132D47;
    font-weight: 500;
    text-decoration: none;
    transition: 0.2s ease all;
    border-bottom: 1px solid transparent;


    &:hover{
        text-decoration: none;
        border-bottom: 1px solid #000;
        color: #000;
    }
}
section.content-section .widget p.font-large{
    font-size: 16px;
}

section.content-section.bg-dark-blue h2 {
    color: #fff;
}

section.content-section.bg-dark-blue p {
    color: #fff;
    font-family: "Lato", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.4px;
}

section.content-section {
    padding-top: 20px;
    padding-bottom: 20px;
}

section.content-section .container {
    max-width: 1200px;
}

section.content-section h2 {
    color: #000000;
    font-family: "Playfair Display", Sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 1.5px;
}

section.content-section p {
    color: #000000;
    font-family: "Lato", Sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}

section.content-section .column-content img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

section.content-section .column-content h3 {
    color: #121d2b;
    font-family: "Playfair Display", Sans-serif;
    font-size: 30px;
    line-height: 1.5em;
}

section.content-section .column-content p {
    color: #000000;
    font-family: "Lato", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.btn-yellow {
    background-color: #fecf67;
    color: #132d47;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #121d2b;
    box-shadow: 0px 0px 6px 0px rgba(129, 128, 128, 0.5);
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-radius: 30px 30px 30px 30px;
    padding: 15px 20px 15px 20px;
    text-decoration: none;
    transition: all .3s;
}

.btn-yellow:hover {
    background-color: #7c9c9c;
    box-shadow: 0px 0px 10px 0px rgba(129, 128, 128, 0.5);
    border-style: solid;
}

.btn-green {
    display: inline-block;
    background-color: #7c9c9c;
    color: #132d47;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #121d2b;
    box-shadow: 0px 0px 6px 0px rgba(129, 128, 128, 0.5);
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-radius: 30px 30px 30px 30px;
    padding: 15px 20px 15px 20px;
    text-decoration: none;
    transition: all .3s;
}

.btn-green:hover {
    background-color: #fecf67;
    box-shadow: 0px 0px 10px 0px rgba(129, 128, 128, 0.5);
    border-style: solid;
}

.btn-yellow-no-b {
    text-transform: uppercase;
    letter-spacing: 1px;
    border-width: 3px 3px 3px 3px;
    box-shadow: 0px 0px 6px 0px rgba(129, 128, 128, 0.5);
    font-family: "Lato", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    fill: #000000;
    color: #000000;
    background-color: #F6B815;
    border-style: none;
    border-radius: 33px 33px 33px 33px;
    padding: 19px 19px 19px 19px;
    text-decoration: none;
    transition: all .3s;
    cursor: pointer;

    &:hover {
        box-shadow: 0px 0px 10px 0px rgba(129, 128, 128, 0.5);
    }
}

.btn-yellow-no-b:hover {
    box-shadow: 0px 0px 10px 0px rgba(129, 128, 128, 0.5);
}

.btn-yellow span.flex {
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 5px;
}

.btn-yellow span.flex span {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Lato", Sans-serif;
    line-height: 1;
    text-align: center;
}

section.content-section .widget {
    padding: 15% 17%;
    margin: 30px 40px;
    background-color: #a7d1cd;
    max-width: calc(100% - 80px);
}

section.content-section .widget img {
    width: 40%;
    height: auto;
}

section.content-section .widget h2 {
    color: #000000;
    font-family: "Lato", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.5em;
    border-top: 2px solid #122c46;
    padding-top: 5px;
    margin-top: 2px;
}

section.content-section .widget p {
    font-size: 18px;
}

section.content-section .image img {
    width: 60%;
    height: auto;
    display: flex;
    align-items: center;
    margin: 0 auto;
    max-width: 170px;
}

section.content-section .image {
    align-items: center;
    justify-content: center;
    display: flex;
}

section.content-section .image p {
    text-align: center;
    color: #000000;
    font-family: "Lato", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.CQC-list {
    list-style: none;
    text-align: left;
    padding-left: 0;
}

.CQC-list li {
    position: relative;
    padding: 5px 30px;
}

.CQC-list li::after {
    content: '';
    height: 11px;
    width: 7px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    margin: 3px;
    display: block;
    position: absolute;
    top: 7px;
    left: 3px;
}

.CQC-list li::before {
    content: '';
    width: 20px;
    height: 20px;
    background-color: #2BAF35;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
}

.faq-section {
    background-color: #efefef;
}

.faq-section h2 {
    color: #000000;
    font-family: "Playfair Display", Sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 1.5px;
    text-align: center;
}

.faq-section .accordion {
    background-color: unset;
    border-radius: 0;
    border-top: 1px solid #c8d5dc;
    margin-top: -1px;
}

.faq-section .accordion-item {
    border: none;
    border-radius: none;
    background-color: unset;
    border-radius: 0;
    outline: 0;
    border-bottom: 1px solid #c8d5dc;
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-radius: 0;
}

.faq-section h2.accordion-header .accordion-button {
    font-size: 14px;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 0px;
    color: #000000;
    font-family: "Lato", Sans-serif;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-align: center;
    background-color: unset;
    border-radius: none;
    outline: 0;
    position: relative;
    box-shadow: none;
    padding: 30px 30px 30px 0;
    text-align: left;
}

.accordion-button.collapsed::before,
.accordion-button:not(.collapsed)::before {
    content: '';
    transition: all 0.1s;
    background-image: none;
    width: 12px;
    height: 2px;
    font-size: 12px;
    display: block;
    background-color: #000;
    position: absolute;
    right: 0;
    opacity: 0.3;
}

.accordion-button:not(.collapsed)::after {
    content: '';
    transition: all 0.1s;
    background-image: none;
    width: 2px;
    height: 2px;
    font-size: 12px;
    display: block;
    background-color: #000;
    position: absolute;
    right: 5px;
    transform: rotate(0deg);
    opacity: 0.1;
}

.accordion-button.collapsed::after {
    content: '';
    transition: all 0.1s;
    background-image: none;
    width: 2px;
    height: 12px;
    font-size: 12px;
    display: block;
    background-color: #000;
    position: absolute;
    right: 5px;
    transform: rotate(0deg);
    opacity: 0.3;
}

.faq-section .accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, .125);
}

.faq-section .accordion-button:not(.collapsed) {
    background-color: unset;
}

.faq-section .acordion-collapse {
    border-radius: none;
}

.faq-section .accordion-body {
    text-align: left;
    text-transform: none;
    font-style: normal;
    line-height: 1.5em;
    letter-spacing: 0px;
    padding-left: 0;
    padding-bottom: 30px;
    padding-right: 0;
    padding-top: 0;
}

.faq-section .accordion-body a {
    font-family: "Lato", Sans-serif;
    font-size: 15px;
    color: #7C9C9C;
    text-transform: none;
    font-style: normal;
    line-height: 1.5em;
    letter-spacing: 0px;
    text-decoration: none;

    &:hover {
        color: #2C5C5C;
    }
}

.faq-section .acordeon-column {
    --bs-gutter-x: 4.5rem;
    justify-content: center;
    max-width: 100%;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 0px;
}

.faq-section .accordion-header {
    text-align: left;
}

.sticky-bottom {
    position: fixed;
    bottom: -200px;
    left: 0;
    width: 100%;
    text-align: center;
    transition: bottom 0.5s ease;
    background-color: #132D47;
    z-index: 8;
}

.sticky-bottom .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 0px;
}

.sticky-bottom .content h3 {
    color: #ffffff;
    font-family: "Playfair Display", Sans-serif;
    font-size: 16px;
    line-height: 1.2em;
    text-align: left;
    font-weight: 900;
}

.sticky-bottom .btn-yellow span.flex span {
    font-size: 8px;
}

.content {
    padding: 20px;
}

.more-info {
    padding: 40px 0 100px 0;
}

.more-info .container {
    max-width: 1200px;
}

.more-info h3 {
    text-align: center;
    color: #132D47;
    font-family: "Playfair Display", Sans-serif;
    font-size: 30px;
    line-height: 1.5em;
}

.more-info h4 {
    font-family: "Lato", Sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 5.5px;
    color: #1A2B4066;
    text-align: center;
}

.more-info form {
    padding: 30px;
    width: 100%;
}

.more-info form input {
    border-color: #25435b;
    border-bottom-color: rgb(37, 67, 91);
    border-width: 0px 3px 5px 0px;
    border-bottom-width: 5px;
    border-radius: 30px 30px 30px 30px;
    font-family: "Lato", Sans-serif;
    font-size: 15px;
    font-weight: 300;
    font-style: oblique;
    color: #000000;
    padding: 6px 15px 5px 15px;
    min-height: 47px;
    width: 100%;
    max-width: 100%;
    border: 1px solid #69727d;
    background-color: transparent;
    accent-color: auto;
    align-content: normal;
    align-items: normal;
    align-self: auto;
    animation-composition: replace;
    backface-visibility: visible;
    background-attachment: scroll;
    background-blend-mode: normal;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    block-size: 47px;
    border-block-end-color: rgb(68, 68, 68);
    border-block-end-style: solid;
    border-block-end-width: 1px;
    border-block-start-color: rgb(37, 67, 91);
    border-block-start-style: solid;
    border-block-start-width: 0px;
    border-bottom-color: rgb(68, 68, 68);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-collapse: separate;
    border-end-end-radius: 30px;
    border-end-start-radius: 30px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-inline-end-color: rgb(37, 67, 91);
    border-inline-end-style: solid;
    border-inline-end-width: 3px;
    border-inline-start-color: rgb(37, 67, 91);
    border-inline-start-style: solid;
    border-inline-start-width: 0px;
    border-left-color: rgb(37, 67, 91);
    border-left-style: solid;
    border-left-width: 0px;
    border-right-color: rgb(37, 67, 91);
    border-right-style: solid;
    border-right-width: 3px;
    border-spacing: 0px 0px;
    border-top-color: rgb(37, 67, 91);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-top-style: solid;
    border-top-width: 0px;
    bottom: auto;
    box-decoration-break: slice;
    box-shadow: none;
    box-sizing: border-box;

    clear: none;
    color-interpolation-filters: linearrgb;
    column-count: auto;   
    content: normal;
    counter-increment: none;
    counter-reset: none;
    cursor: text;
    direction: ltr;
    display: block;
    empty-cells: show;
    fill: rgb(0, 0, 0);
    filter: none;
    flex-basis: auto;
    flex-direction: row;
    flex-grow: 1;
    flex-shrink: 1;
    flex-wrap: nowrap;
    float: none;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    font-size-adjust: none;
    font-stretch: 100%;
    font-style: oblique;
    font-weight: 300;
    height: 47px;
    inline-size: 499.467px;
    left: auto;
    line-height: 21px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    overflow-x: clip;
    overflow-y: clip;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 15px;
    padding-top: 6px;
    page: auto;
    paint-order: normal;
    perspective: none;
    perspective-origin: 249.733px 23.5px;
    position: static;
    quotes: auto;
    resize: none;
    right: auto;
}


.more-info form .mb-3 {
    padding-right: calc(10px/2);
    padding-left: calc(10px/2);
    margin-bottom: 25px;
}

.more-info form .btn {
    font-family: "Lato", Sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFFFFF;
    background-color: #132d47;
    box-shadow: 0px 0px 6px 0px rgba(129, 128, 128, 0.5);
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-radius: 30px 30px 30px 30px;
    padding: 15px 20px 15px 20px;
    text-decoration: none;
    display: inline-block;
    width: auto;

    &:hover {
        color: #fff;
        background-color: #acc4bc;
        box-shadow: 0px 0px 10px 0px rgba(129, 128, 128, 0.5);
        border-style: solid;
    }
}


.more-info form .button-content-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 5px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFFFFF;
    line-height: 1;
    text-align: center;
}

.more-info form .button-content-wrapper .button-text {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFFFFF;
}

.more-info .content p {
    color: #121D2B;
    font-family: "Lato", Sans-serif;
    line-height: 24px;
    font-family: "Lato", Sans-serif;
    font-size: 16px;
    font-weight: 300;
}

.more-info .col-12.col-md-6 {
    align-content: center;
    align-content: center;
    justify-content: center;
    margin: 0 auto;
    display: flex;
    max-width: 100%;
}


.fluid-bg {
    width: 100%;
    min-height: 285px;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: end;
}

.fluid-bg h2 {
    color: #FFFFFF;
    font-family: "Playfair Display", Sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.5em;
    letter-spacing: 1.5px;
}

.fluid-bg h2 i {
    font-weight: 400;
    background-color: #7C9C9C;
    margin-left: 8%;
}

.fluid-bg h2 b {
    font-weight: 400;
    background-color: #7C9C9C;
    margin-left: 20%;
}

.fluid-bg .container {
    max-width: 1200px;
    padding-bottom: 20px;
}

.transforming h4 {
    color: #000000;
    font-family: "Playfair Display", Sans-serif;
    font-size: 28px;
    font-weight: 600;
    font-style: italic;
    line-height: 23px;
    margin-bottom: 26px;
}

.transforming p {
    color: #000000;
    line-height: 24px;
    font-family: "Lato", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5em;
    letter-spacing: 0.3px;
    margin-bottom: 20px;
}

.transforming p b {
    font-weight: 400;
}

.transforming .container.pt-5.pb-2 {
    max-width: 1200px;
}

.importance h2 {
    color: #132D47;
    font-family: "Playfair Display", Sans-serif;
    font-weight: 600;
    font-style: italic
}

.importance p {
    font-size: 14px;
    color: #000000;
    font-family: "Lato", Sans-serif;
    font-weight: 300;
    line-height: 24px;
}

.importance p b {
    font-weight: 700;
    font-size: 16px;
}

.importance p strong {
    font-weight: 500;
    font-size: 14px;
}

section.content-section.importance .image {
    position: relative;
    aspect-ratio: 1/1;
    overflow: hidden;
}

section.content-section.importance .image img {
    width: 100%;
    max-width: 100%;
}

section.content-section .importance-box {
    padding-top: 50px;
    padding-bottom: 50px;
}

section.content-section .importance-box {
    padding-top: 50px;
}

section.content-section .importance-box .w50 {
    padding: 0px 40px 0px 40px;
}

section.content-section .importance-box h2 {
    color: #fff;
    font-family: "Playfair Display", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    font-style: italic;
    line-height: 1.5em;
    letter-spacing: 1.5px;
    margin-bottom: 24px;
}

section.content-section .importance-box h3 {
    color: #FFFFFF;
    font-family: "Playfair Display", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
    line-height: 1.5em;
    letter-spacing: 1.5px;
    text-align: center;
    margin-top: 20px;

}

section.content-section .importance-box h4 {
    color: #fff;
    font-family: "Lato", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 24px;
}

section.content-section .importance-box p {
    color: #000000;
    font-family: "Lato", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

section.content-section .importance-box .small-f p {
    font-size: 14px;
}

section.content-section .importance-box ol {
    font-weight: 300;
    padding-left: 30px;
}


section.content-section.creates .image {
    position: relative;
    aspect-ratio: 1/1;
    overflow: hidden;
    width: 100%;
}

section.content-section.creates .image img {
    width: 100%;
    max-width: 100%;
}

section.content-section.creates h2 {
    color: #132D47;
    font-style: italic;
    font-family: "Playfair Display", Sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 1.5px;
}

section.content-section.creates p {
    font-size: 17px;
}

section.content-section.creates p i {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}

section.content-section.creates p.small-f {
    text-align: left;
    font-size: 14px
}

/* Modal styles starts here */
/* Overlay */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    z-index: 9;
}
.overlay.fade-out {
    z-index: -9;
}
.reflection-green {
    background-color: #2C5C5C;
    padding: 35px;
    margin-top: 30px;
}

.reflection-green h4 {
    color: #fff;
    font-family: "Lato", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1px;
    margin-bottom: 20px;
}

.reflection-green ul {
    color: #fff;
    font-weight: 300;
}

.care .fluid-bg {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.care .fluid-bg .container {
    z-index: 1;
}

.care .fluid-bg::after {
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.care.fluid-bg h2 {
    color: #fff;
    font-family: "Playfair Display", Sans-serif;
    line-height: 1.5em;
    letter-spacing: 1.5px;
    font-weight: 600;
    font-size: 16px;
    z-index: 2;
    padding: 20px 20px;
    text-align: center;
}

.care .container {
    max-width: 1200px;
    padding: 10px 30px 50px 30px;
}

.care .container h3 {
    color: #000;
    font-family: "Playfair Display", Sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 1.5px;
}

.care .container p {
    color: #000;
    font-family: "Lato", Sans-serif;
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    line-height: 25.5px;
}

.footer {
    color: #000;
    padding: 20px 0;
}

.footer p {
    font-family: "Lato", Sans-serif;
    text-align: center;
    font-weight: 300;
    line-height: 25.5px;
    font-size: 12px;
    margin-bottom: 0;
    font-weight: 500;
    margin-top: 12px;
    margin: 0;
}
.success_text,
.success_text_phone {
    display: none;
    opacity: 0;
}
.success_text,
.success_text_phone {
    text-align: center;
    font-weight: bold;
    display: none;
    text-align: center;
}
.success_text.show-success,
.success_text_phone.show-success{
    opacity: 1;
    display: block;
    transition: 0.6s ease all;
    position: absolute;
    text-align: center;
}
.form-container.hide,
.form-phone.hide{
    opacity: 0;
    transition: 0.2s ease all;
}
/* Modal */
.modal-content.rounded-0 {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    display: none;
    opacity: 0;
    width: 100vw;
    height: 100vh;
    align-items: center;
    display: none;
    overflow: auto;
    padding: 0;
    position: fixed;
}

.modal-content.fade-in {
    z-index: 1021;
    display: flex;
}

.modal-content-massage {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-content: center;
    margin: 0 auto;
    max-width: 410px;
}

.modal-content-massage h3 {
    color: #183C51;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 41px;
    letter-spacing: 1px;
    font-family: "Playfair Display", Sans-serif;
}

.modal-content-massage p {
    text-align: center;
    color: #3E3E3E;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    font-style: normal;
    line-height: 24px;
    width: 100%;
}

.modal-content-massage p b {
    padding-bottom: 16px;
    color: #183C51;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 22.8px;
    float: left;
    margin-top: 16px;
}

.modal-content-massage form {
    width: 100%;
}

.modal-content-massage form input[type=text],
.modal-content-massage form input[type=email],
.modal-content-massage form textarea {
    border-color: #183C51;
    color: #183C51;
    border-bottom-color: rgb(24, 60, 81);
    border-width: 1px 1px 1px 1px;
    border-bottom-width: 1px;
    border-radius: 0px 0px 0px 0px;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 24px;
    padding: 6px 15px 5px 15px;
    width: 100%;
    max-width: 100%;
    border: 1px solid #69727d;
    min-height: 59px;
    outline: none;
}

.modal-content-massage .form-control:focus {
    border-color: unset;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0);
}

.modal-content-massage .btn.btn-primary {
    background-color: #47A7A6;
    color: #FFFFFF;
    font-family: "Work Sans", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 0.5px;
    border-radius: 0px 0px 0px 0px;
    padding: 19px 40px 19px 40px;
    flex-basis: auto;
    min-height: 40px;
    box-shadow: 0px 0px 6px 0px rgba(129, 128, 128, 0.5);
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    fill: #fff;
    border-color: #fff;
    text-align: center;
    transition: all .3s;
    white-space: nowrap;
    user-select: none;
    width: auto;
    float: right;

    &:hover {
        background-color: #6CB9B8;
        box-shadow: 0px 0px 10px 0px rgba(129, 128, 128, 0.5)
    }
}

.modal-content-massage .btn.btn-primary span {
    font-family: "Work Sans", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 0.5px;
    padding: 5px;
    font-family: "Work Sans", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 0.5px;
}
.m-h-0{
    min-height: 0px !important;
    height: 0 !important;
}

/* Transition durations */
.fade-in {
    transition: opacity 0.3s ease-in;
    /* Fade-in speed */
}

.fade-out {
    transition: opacity 0.6s ease-out;
   
    /* Fade-out speed */
}

/* Close button */
.close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
    color: #fff;
    &:after {
        display: inline-block;
        content: "\00d7";
        /* This will render the 'X' */
        color: #333333;
        margin-top: 0;
        opacity: 1;
        pointer-events: all;
        right: 20px;
        top: 20px;
        z-index: 99;
    }
}

/* Modal styles ends here */


.special-offer{
    margin-top: 30px;
}
.special-offer img{
    width: 100%;
    height: auto;
    max-width: 300px;
}
section.content-section .special-offer h2{
    font-family: "Playfair Display", Sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 1.5px;
    font-size: 33px;
}
.special-offer h3{
    font-weight: 600;
    color: #fff;
  font-family: "Lato", Sans-serif;
  font-size: 15px;
  margin-bottom: 0;
  line-height: 24px;
  letter-spacing: 0.4px;
}
.special-offer p{
    color: #fff;
    font-family: "Lato", Sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.4px;
}
@media screen and (min-width: 768px) {
    .hero {
        max-height: 644px;
    }

    .iframe-wrapper .overlay {
        aspect-ratio: 16/9;
    }

    .hero-content-container {
        margin: 60px 60px 60px 60px;
        padding: 0px 0px 0px 0px;
    }

    .hero-content-container .content h2 {
        font-size: 56px;
    }

    .counter-section h2 {
        font-size: 40px;
    }

    .counter-section p {
        font-size: 65px;
    }

    .counter-section h3 {
        font-size: 16px;
    }

    .counter-section .col-12 {
        padding-top: 50px;
        padding-bottom: 25px;
    }

    .stay-connected .content p {
        font-size: 26px;
        line-height: 37px;
        padding: 50px 0;
    }

    .upcoming {
        background-color: #fff;
        padding: 50px 0 30px 0;
    }

    .upcoming .content {
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .upcoming h2 {
        font-size: 40px;
        ;
    }

    .upcoming .content img {
        width: 100%;
        height: auto;
    }

    .upcoming .content .column {
        max-width: 33%;
    }
    .upcoming .content .column:first-child {
        text-align: right;
        max-width: 30%;

    }

    .upcoming .content .column:last-child {
        text-align: left;
        max-width: 30%;
    }

    .content-video iframe {
        width: 100%;
        max-width: 600px;
        aspect-ratio: 1.77777;
    }

    .content-video .video {
        max-width: 600px;
        margin: 0;
        width: 100%;
        aspect-ratio: 1.7777;
    }

    .content-video .video-column {
        display: flex;
        align-content: center;
        align-items: center;
        width: 100%;
        justify-content: center;
    }

    .upcoming .content-video .text p b {
        font-size: 20px;
    }

    section.content-section p {
        font-size: 16px;
    }

    section.content-section .column-content {
        max-width: 28%;
    }

    section.content-section .column-content.w50 {
        max-width: 50%;
    }

    section.content-section .row {
        justify-content: space-between;
    }

    section.content-section .widget img {
        width: 30%;
        height: auto;
    }

    section.content-section .widget {
        padding: 4% 5%;
        max-width: unset;
        margin: 0;
        background-color: unset;
    }
    

    section.content-section .widget h2 {
        padding-top: 5px;
        margin-top: 2px;
        font-size: 17px;
    }

    section.content-section .widget p {
        font-size: 14px;
    }

    section.content-section .widget {
        background-image: url(../assets/widget-bg.png);
        text-align: center;
        background-size: cover;
        background-position: center;
        aspect-ratio: 1;
    }

    section.content-section .widget img {
        width: 30%;
    }

    .faq-section .accordion-header {
        font-size: 16px;
    }

    .faq-section h2.accordion-header .accordion-button {
        font-size: 16px;
        font-weight: 700;
        text-transform: capitalize;
        font-style: normal;
        text-decoration: none;
        line-height: 1em;
        letter-spacing: 0px;
    }
    .sticky-bottom .content {

        padding: 0 20px;
    }

    .sticky-bottom .content h3 {
        font-size: 26px;
        font-weight: 900;
        line-height: 1.2em;
    }

    .sticky-bottom .content {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
    }

    .sticky-bottom .content h3 {
        max-width: calc(90% - 250px);
    }

    .modal-content {
        max-width: 635px;
        max-height: 800px;
    }

    .sticky-bottom .content h3 {
        font-size: 30px;
        line-height: 1.5em;
    }

    .sticky-bottom .btn-yellow span.flex span {
        font-size: 12px;
    }

    .fluid-bg {
        min-height: 617px;
    }

    .fluid-bg {
        width: 100%;
        min-height: 617px;
        background-position: center center;
        background-size: cover;
        display: flex;
        align-items: end;
        justify-content: flex-end;
    }

    .fluid-bg h2 {
        color: #FFFFFF;
        font-family: "Playfair Display", Sans-serif;
        font-weight: 400;
        font-size: 40px;
        font-weight: 700;
        line-height: 1.5em;
        letter-spacing: 1.5px;
        text-align: right;
    }

    .fluid-bg h2 i {
        font-weight: 400;
        margin-right: 19%;
    }

    .fluid-bg h2 b {
        font-weight: 400;
        margin-right: 8%;
    }

    .fluid-bg .container {
        max-width: 1200px;
        padding-bottom: 20px;
    }

    .importance p,
    .importance p strong {
        font-size: 16px;
        line-height: 24px;
    }

    section.content-section .importance-box h2 {
        font-size: 25px;
        font-weight: 600;
    }

    section.content-section .importance-box h4 {
        font-size: 16px;
        line-height: 1.2em;
    }

    section.content-section .importance-box h3 {
        font-size: 20px;
    }

    section.content-section .importance-box h2 {
        font-size: 25px;
    }

    section.content-section .importance-box .small-f p {
        font-size: 16px;
    }

    section.content-section.creates p i,
    section.content-section.creates p.small-f {
        font-size: 16px;

    }

    .care .fluid-bg h2 {
        color: #fff;
        font-size: 33px;
        font-weight: 600;
        text-align: center;
    }

    .care .container h3 {
        font-size: 40px;
    }

    .care .container p {
        font-size: 16px;
        line-height: 24px;
    }

    .footer p {
        font-family: "Lato", Sans-serif;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        line-height: 25.5px;
    }

    .sticky-bottom .content p {
        font-size: 14px;
        margin-bottom: 0;
        margin-top: 12px;
        text-align: left;
    }
    section.content-section {
        padding-top: 30px;
        padding-bottom: 20px;
    }
}

@media screen and (min-width: 998px) {
    .hero {
        max-height: 678px;
    }

    .upcoming .content-video .text {
        padding-left: 50px;
        max-width: 558px;
    }

    .upcoming .container {
        width: calc(100% - 30px);
        max-width: 1200px;
        --bs-gutter-x: 0rem;
    }

    .content-video {
        --bs-gutter-x: 0rem;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    section.content-section .widget {
        padding: 5% 7%;
    }

    section.content-section .widget img {
        width: 40%;
        height: auto;
    }
    section.content-section {
        padding-top: 50px;
        padding-bottom: 20px;
    }
}

.video-container {
    position: relative;
    width: 800px;
    height: 450px;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    aspect-ratio: 1.77777;
}

.video-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-image: url(../assets/Gladje-med-surfplatta-Kjell.webp);
    background-size: contain;
    aspect-ratio: 1.7777;
}

.play-button {
    font-size: 50px;
    color: rgba(255, 255, 255, 08);
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10;
    position: absolute;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    font-size: 40px;
    line-height: 89px;
    color: #fff;
    text-shadow: 1px 0 6px rgba(0, 0, 0, .3);
    border: 4px solid rgba(255, 255, 255, 08);
}
.play-button span{
    font-family: Arial, Helvetica, sans-serif;
}
#illow-banner-widget{
    display: block;
    max-width: 1200px;
    margin: 0 auto;
    transform: translate(-50%, 0%);
    left: 50% !important;
}
.link-white{
    color: #FFFFFF;
    font-weight: 600;
    text-decoration: underline;

    &:hover{
        color: #78e2e5;
    }
}
.pt-2{
    padding-top: 20px;
}