main {
    margin-top: 5rem;
}

.region-header {
    justify-content: center;
    padding: 30px 0 10px;
    position: relative;
}

.language-switcher-language-url {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.language-switcher-language-url ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.language-switcher-language-url ul li:first-child a:after{
    content: "|";
    display: inline-flex;
    margin-left: 5px;
    margin-right: 5px;
}

article.node--type-page.node--view-mode-full .node__content .blb-container-wrapper + .blb-container-wrapper {
    margin-top: 10rem;
}

.paragraph.paragraph--type--media-content.media-position-bottom {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
}

.btn-more-content {
    color: #FFF;
    font-size: .875rem;
    line-height: 1.25rem;
    background: rgb(109, 110, 113);
    border-radius: 9999px;
    margin-top: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    padding: 0.25rem 1.25rem;
}

.wrapper-btn-more {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrapper-more-content {
    display: none;
    text-align: center;
    margin-top: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.paragraph.paragraph--type--media-content .media--bundle--image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrapper-section-01 h2.paragraph-content-title {
    color: var(--bs-primary);
    font-weight: bold;
    margin-bottom: 1.25rem;
    font-size: 3.75rem;
    font-weight: 700;
    line-height: 4.375rem;
}

.wrapper-section-01 .text-big {
    font-weight: 600;
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-family: 'GoogleSans-Medium';
}


.wrapper-section-01 h2.paragraph-content-title:before {
    background-color: var(--bs-primary);
}

.wrapper-section-01 .blazy .media--blazy img.media__element {
    height: 750px;
    width: auto;
    margin-left: -100px;
}

.wrapper-section-02 div.media--youtube {
    box-shadow: 15px 15px #0bbce7;
}



.wrapper-section-03 .block-inline-blockblock-content h2.paragraph-content-title ,
.wrapper-section-04 .block-inline-blockblock-content h2.paragraph-content-title{
    font-size: 1.875rem;
    line-height: 2.25rem;
    margin-bottom: 0;
    font-family: 'GoogleSans-Medium';
    font-weight: 600;
}

.wrapper-section-03 .block-inline-blockblock-content .btn-more-content ,
.wrapper-section-04 .block-inline-blockblock-content .btn-more-content {
    background: transparent;
    color: var(--bs-secondary);
    margin-top: 5px;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 2rem;
}

.modal-header {
    border-bottom: 0px;
}

.wrapper-section-03 .bs_grid .ck-widget {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(100% / 4), 1fr));
    gap: 30px;
    margin-bottom: 1rem;
}

.wrapper-section-03 .bs_grid .ck-widget > div {
    background: #F9A61A;
    font-size: 1.25rem;
    line-height: 1.75rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.wrapper-section-03 .bs_grid .ck-widget > div p {
    margin-bottom: 0;
}

.wrapper-section-03:not(.modal) img.media__element {
    height: 340px;
    width: auto;
}

.wrapper-section-03 .layout .col-md-6 .block{
    position: relative;
    height: 100%;

}

.wrapper-section-03 .layout .col-md-6 .block .content ,
.wrapper-section-03 .layout .col-md-6 .block .field--name-field-content ,
.wrapper-section-03 .layout .col-md-6 .block .field__item,
.wrapper-section-03 .layout .col-md-6 .block .paragraph{
    height: 100%;
}

.wrapper-section-03 .layout .col-md-6:first-child .block:before {
    width: 119px;
    height: 240px;
    content: " ";
    background: url("../images/section3_5.webp") no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 70px;
    left: 0;
}

.wrapper-section-03 .layout .col-md-6:first-child .block:after {
    width: 358px;
    height: 352px;
    content: " ";
    background: url("../images/section3_1.webp") no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: -190px;
    bottom: -50px;
    z-index: -1;
}

.wrapper-section-03 .layout .col-md-6:last-child .block:after {
    content: " ";
    height: 400px;
    background:  #FFF;
    width: 16px;
    position: absolute;
    bottom: 0;
    left: -16px;
}

.wrapper-section-03 .layout  {
    overflow: hidden;
}

.wrapper-section-03 .layout .col-md-6:last-child .block:before {
    width: 240px;
    height: 240px;
    content: " ";
    background: url("../images/section3_4.webp") no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    right: -120px;
}

.modal {
    background: rgba(0, 0, 0, 0.5);
}

@media (min-width: 1200px) {
   .modal .modal-body {
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 0;
        padding-bottom: 30px;
   } 
   
}

.wrapper-section-04 .block-inline-blockblock-content .btn-more-content {
    color: #FFF;
}

.wrapper-section-04 .layout .col-12:first-child .field--name-field-more-content {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(100% / 3), 1fr));
    gap: 30px;
}

#customModalContent .box-image-content .image {
    width: 35%;
}

#customModalContent  .box-image-content .content {
    width: 65%;
    padding-left: 10px;
    color: #000;
}

#customModalContent .box-image-content .content h5 {
    text-align: left;
}

#customModalContent .box-image-content .content p {
    margin-bottom: 0;
}

#customModalContent .wrapper-box-image-content {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(100% / 3), 1fr));
    gap: 1.875rem;
}

@media (min-width: 1200px) {
    #customModalContent .wrapper-box-image-content {
        margin-top: 60px;
    }
}

.wrapper-section-04 #customModalContent .bs_grid {
    max-width: 600px;
    margin: 0 auto;
}

#customModalContent .bs_grid .col-md-6 ,
#customModalContent .bs_grid .col-md-12{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

#customModalContent .bs_grid .media {
    max-width: 64px;
    width: 64px;
    margin-right: 20px;
}

.block-background {
    background: #0bbce7;
    color: #FFF;
    padding-top: 3.5rem;
    height: 100%;
}

.block-background div.content,
.block-background div.field,
.block-background div.field__item ,
.block-background div.paragraph{
    height: 100%;
}

.wrapper-section-04 .block-inline-blockblock-content h2.paragraph-content-title {
    color: #FFF;
}

.wrapper-section-04 .block-inline-blockblock-content h2.paragraph-content-title:before {
    background-color: #FFF;
}

.wrapper-section-04 img.media__element {
    height: 450px;
    width: auto;
}

.wrapper-section-04 .paragraph.paragraph--type--media-content.media-position-bottom {
    justify-content: space-between;
}

.wrapper-section-04 .layout .col-md-6:first-child .block {
    overflow: hidden;
}

.wrapper-section-04 .layout .col-md-6:first-child .block img.media__element {
    margin-bottom: -50px;
}

.wrapper-section-05 {
    background-image: url(../images/section7_2.webp);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 600px auto;
}

.wrapper-section-05 h2.block-title {
    margin-bottom: 6.25rem;
}

@media (min-width: 768px) {
    .wrapper-section-05 h2.block-title {
        font-size: 3.75rem;
        line-height: 1;
    }
}
    

.view-testimonial.view-display-id-block_1 .view-content {
    width: 60%;
    background: url(../images/section7_1.webp) no-repeat;
    background-position: top left;
    padding-left: 100px;
    padding-top: 60px;
    padding-right: 0;
    padding-bottom: 0;
    background-size: 88px auto;
}

@media (min-width: 1200px) {
    .view-testimonial.view-display-id-block_1 .view-content {
        padding-right: 170px;
    }
    .wrapper-section-05.pb-5 {
        padding-bottom: 7rem;
    }
}

.view-testimonial.view-display-id-block_1 {
    display: flex;
    justify-content: flex-end;
}

.view-testimonial.view-display-id-block_1 .slide__caption {
    padding: 0;
}


.view-testimonial.view-display-id-block_1 .views-field-body {
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 2.1875rem;
}

.view-testimonial.view-display-id-block_1 .views-field-body p {
    margin-bottom: 5px;
}

.view-testimonial.view-display-id-block_1 .views-field-title {
    font-size: 1.25rem;
    font-weight: normal;
    text-align: right;
}


.view-testimonial.view-display-id-block_1 .slide__media {
    display: none !important;
}

.view-testimonial.view-display-id-block_1 .slick-arrow {
    border: 0;
    margin-left: 5px;
    width: 16px;
    height: 16px;
    background: url(../images/icons/play.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    font-size: 0;
}

.view-testimonial.view-display-id-block_1 .slick__arrow {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

.view-testimonial.view-display-id-block_1 .slick-prev.slick-arrow {
    transform: rotate(180deg);
    display: none !important;
}

.wrapper-section-07 .block-inline-blockbasic {
    font-size: 18px;
}

p.text-highlight span {
    display: inline-flex;
    padding: .5rem 1rem;
}

.webform-submission-form .form-item:first-child {
    margin-top: 0;
}
.wrapper-section-07 .form-actions.webform-actions {
    display: flex;
    justify-content: flex-end;
}

.wrapper-section-08 .field--name-body {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrapper-section-08 .field--name-body p {
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: center;
    color: #FFF;
    padding: 0.75rem 3.125rem;
    background: #f15b39;
    border-radius: 9999px;
}

.wrapper-section-06 .block-inline-blockbasic {
    position: relative;
    margin-top: 140px;
}

.wrapper-section-06 .block-inline-blockbasic:before {
    position: absolute;
    font-size: 1.875rem;
    line-height: 2.25rem;
    width: 115px;
    height: 115px;
    background: #f15b39;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -170px;
    right: 0;
    transform: rotateZ(10deg);
    content: "FREE";
    border-radius: 9999px;
}

.block-header-child-story .field--name-body h2 {
    color: #fab01a;
    font-size: 3rem;
    line-height: 1;
    text-align: left;
}

.block-header-child-story .field--name-body h2:before {
    background-color: #fab01a;
    left: 0;
    margin-left: 0;
}

.block-header-child-story .field--name-body p {
    font-size: 1.5rem;
    line-height: 2rem;
}

.view-child-story.view-display-id-block_1 .view-content {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(100% / 5), 1fr));
    gap: 1.7rem;
    margin-top: 3.125rem;
}

.view-child-story.view-display-id-block_1 .view-content .views-field-nothing {
    height: 100%;
}

.view-child-story.view-display-id-block_1 .view-content span.field-content {
    display: flex;
    height: 100%;
}

.view-child-story.view-display-id-block_1 .view-content span.field-content > a {
    display: flex;
    background: hsla(0, 0%, 91%, 1);
    background: linear-gradient(90deg, hsla(0, 0%, 91%, 1) 0%, hsla(0, 0%, 100%, 1) 100%);
    background: -moz-linear-gradient(90deg, hsla(0, 0%, 91%, 1) 0%, hsla(0, 0%, 100%, 1) 100%);
    background: -webkit-linear-gradient(90deg, hsla(0, 0%, 91%, 1) 0%, hsla(0, 0%, 100%, 1) 100%);
    box-shadow: 16px 14px 12px -13px;
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    text-align: center;
    border-radius: .75rem;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    padding-bottom: calc(100% - 15px);
    position: relative;
    cursor: pointer;
    margin-bottom: 15px;
}

.view-child-story.view-display-id-block_1 .view-content .background-gold span.field-content > a {
    background: #fac75e;
    background: -moz-linear-gradient(-45deg, #fac75e 0%, #fac75e 44%, #f8b01a 46%, #f8b01a 57%, #f8b01a 57%, #f8b01a 58%, #f8b01a 70%);
    background: -webkit-linear-gradient(-45deg, #fac75e 0%, #fac75e 44%, #f8b01a 46%, #f8b01a 57%, #f8b01a 57%, #f8b01a 58%, #f8b01a 70%);
    background: linear-gradient(135deg, #fac75e 0%, #fac75e 44%, #f8b01a 46%, #f8b01a 57%, #f8b01a 57%, #f8b01a 58%, #f8b01a 70%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fac75e', endColorstr='#f8b01a',GradientType=1 );
}

.view-child-story.view-display-id-block_1 .view-content span.field-content > a .content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.view-child-story.view-display-id-block_1 .view-content span.field-content > a h3 {
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: normal;
    margin-top: 0;
    position: relative;
    z-index: 2;
    margin-top: 20px;
    margin-bottom: 10px;
}

.view-child-story.view-display-id-block_1 .view-content span.field-content > a .field-img {
    /*
    position: absolute;
    max-height: 80%;
    bottom: 0;
    */
    display: flex;
    justify-content: center;
}

.view-child-story.view-display-id-block_1 .view-content span.field-content > a .field-img img {
    max-width: 75%;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .view-child-story.view-display-id-block_1 .view-content span.field-content > a .field-img img {
        max-width: 65%;
    }
    .view-child-story.view-display-id-block_1 .view-content {
        gap: 0.8rem;
    }
}

.view-child-story.view-display-id-block_1 .view-content span.field-content > a.child-story-55 .field-img img,
.view-child-story.view-display-id-block_1 .view-content span.field-content > a.child-story-61 .field-img img,
.view-child-story.view-display-id-block_1 .view-content span.field-content > a.child-story-63 .field-img img {
    max-width: 100%;
}

.view-child-story.view-display-id-block_1 .view-content .views-row-end {
    padding-top: 20px;
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    line-height: 2rem;
}

@media (min-width: 992px) {
    .view-child-story.view-display-id-block_1 .view-content .views-row-end {
        grid-column-start: 3;
        grid-column-end: 5;
        max-width: 300px;
        padding-top: 0;
    }
}

.modal-content-child-story h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
    margin-bottom: 10px;
    font-family: 'GoogleSans-Medium';
    font-weight: 600;
}

.modal-content-child-story h2:before {
    display: none;
}

.modal-content-child-story .sub-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.modal-content-child-story .sub-title .text {
    position: relative;
    z-index: 5;
}

.modal-content-child-story .sub-title .text::before {
    background: #fab01a;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: skew(9deg);
    -moz-transform: skew(9deg);
    -o-transform: skew(9deg);
    z-index: -1;
}

.modal-content-child-story .image-media img {
    max-width: 400px;
}

.modal-content-child-story .content-childstory-55 .image-media img {
    max-width: 600px;
}

.modal-content-child-story .content-childstory-60 .image-media img {
    max-width: 500px;
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        --bs-modal-width: 1130px;
    }
}

.modal-content {
    border-radius: .75rem;
    overflow: hidden;
}

.modal-content {
    border: 0;
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1);
}

.bg-modal-gold.modal-content-child-story .modal-content {
    background: #fab01a;
}

.bg-modal-gold.modal-content-child-story .sub-title .text::before {
    background: #FFF;
}

.modal-content-child-story a.btn-close {
    box-shadow: none;
    border: 0;
}

.modal-content-child-story .content {
    display: flex;
}

.modal-content-child-story .content .image-media {
    position: absolute;
    bottom: 0;
    left: 0;
}

.wrapper-section-10 h2.paragraph-content-title {
    font-size: 3rem;
    line-height: 1;
    font-family: 'GoogleSans-Medium';
    font-weight: 600;
}

.wrapper-section-10 .wrapper-btn-more .btn-more-content {
    font-size: 1rem;
    line-height: 1.5rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
}

@media (min-width: 992px) {
    .row.section10-wrapper-image.ck-widget .col-6:first-child img {
        max-width: 246px;
    }
    
    .row.section10-wrapper-image.ck-widget .col-6:last-child img {
        max-width: 446px;
    }
}

.modal-content-child-story .content-body {
    padding-left: 35%;
    margin-top: 3.75rem;
    padding-right: 10%;
    padding-bottom: 100px;
    position: relative;
    z-index: 9;
    text-align: justify;
    text-align-last: left;
}

.right.modal-content-child-story .content .image-media {
    left: auto;
    right: 0
}

.right.modal-content-child-story .content .content-body {
    padding-left: 10%;
    margin-top: 3.75rem;
    padding-right: 35%;
    padding-bottom: 100px;
}

.wrapper-section-10 .field--name-field-content h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: normal;
}

.wrapper-section-10 .paragraph--type--media-content {
    position: relative;
    min-height: 550px;
    justify-content: flex-end;
}

.wrapper-section-10 .section10-wrapper-image {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: -1;
}

.wrapper-section-10 .section10-wrapper-image .media.align-right {
    margin-top: 80px;
    margin-right: -70px;
}

.wrapper-step-process {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wrapper-step-process .header-step {
    display: inline-flex;
    background: var(--bs-primary);
    color: #FFF;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    line-height: 1.75rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-family: 'GoogleSans-Regular';
    font-weight: 500;
}

.wrapper-step-process .header-step span {
    font-weight: 500;
    font-size: 6rem;
    line-height: 1;
    margin-right: 0.9375rem;
}

.wrapper-step-process .content-items-step {
    margin-top: 2.5rem;
    max-width: 800px;
}

.wrapper-step-process .content-items-step  .step-item {
    width: 50%;
    text-align: left;
}

.wrapper-step-process .content-items-step  .step-item + .step-item {
    margin-top: 1.875rem;
}

.wrapper-step-process .content-items-step .step-title {
    display: inline-flex;
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #FFF;
    text-transform: uppercase;
    background: #fab01a;
    border-radius: 0 999px 999px 0;
    position: relative;
    margin-left: 10px;
    padding-right: 20px;
    margin-bottom: 15px;
    padding-top: 3px;
    font-family: 'GoogleSans-Regular';
    font-weight: 500;
}

.wrapper-step-process .content-items-step  .step-item.step-3,
.wrapper-step-process .content-items-step  .step-item.step-4 {
    margin-left: 50%;
}

.wrapper-step-process .content-items-step  .step-item span {
    display: inline-flex;
    margin-right: 10px;
}

.wrapper-step-process .content-items-step .step-title:before {
    position: absolute;
    content: " ";
    width: 40px;
    height: 40px;
    left: -10px;
    border-radius: 100%;
    top: 50%;
    margin-top: -20px;
    background: #fab01a;
    z-index: -1;
}

.wrapper-section-11 {
    background: #51b748;
    padding: 3rem;
}

.wrapper-section-11 .container {
    max-width: 1000px;
}

.wrapper-section-11 .col-12 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(100% / 3), 1fr));
    gap: 1rem;
}

.block-header-cards {
    background: #FFF;
}

.block-header-cards  .content,
.block-header-cards .field {
    height: 100%;
}

.block-header-cards .field {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.block-header-cards .field h2:before {
    display: none;
}

.block-header-cards .field h2 {
    font-size: 10.625rem;
    margin-bottom: 10px;
    line-height: 1;
}

.block-header-cards .field h3 {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: normal;
}

.paragraph--type--cards.paragraph--view-mode--default {
    position: relative;
}

.paragraph--type--cards.paragraph--view-mode--default .card-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem;
    color: #FFF;
}

.paragraph--type--cards.paragraph--view-mode--default .field--name-field-card-item-title {
    font-size: 4.5rem;
    line-height: 1;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 2.5rem;
    color: #FFF;
    text-align: center;
    font-family: 'GoogleSans-Regular';
    font-weight: 600;
}

@media (min-height: 720px) {
    .paragraph--type--cards.paragraph--view-mode--default {
        padding-bottom: 80%;
        overflow: hidden;
    }
    .paragraph--type--cards.paragraph--view-mode--default .paragraph-content{
        position: absolute;
        width: 100%;
        height: 100%;
    }
    .block-header-cards .field h2 {
        font-size: 10rem;
        margin-bottom: 0;
    }
}

.paragraph--type--cards.paragraph--view-mode--default .field--name-field-card-body {
    padding: .5rem;
    background-color: #0048137d;
    color: #FFF;
    text-align: center;
}

.paragraph--type--cards.paragraph--view-mode--default .field--name-field-card-body p {
    margin-bottom: 0;
}

.paragraph--type--cards.paragraph--view-mode--default .field--name-field-card-image-media img {
    width: 100%;
}

.wrapper-section-12 .col-12 {
    display: flex;
    justify-content: center;
}

.wrapper-section-12 .block-inline-blockbasic{
    display: flex;
    width: 50%;
    flex-direction: column;
    text-align: left;
}

.wrapper-section-12 .block-inline-blockbasic h2:before {
    display: none;
}
.wrapper-section-12 .block-inline-blockbasic h2 {
    font-size: 8.75rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.wrapper-section-12 .block-inline-blockbasic h2:after {
    width: 160px;
    height: 160px;
    content: " ";
    background: url(../images/section10_1.webp) no-repeat;
    background-size: 100% auto;
}
.wrapper-section-12 .block-inline-blockbasic:first-child .content h3{
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: left;
}

.wrapper-section-12 .block-inline-blockbasic:first-child {
    padding-right: 100px;
    padding-left: 15%;
}

.wrapper-section-12 .block-inline-blockbasic:last-child p {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.wrapper-section-12 .block-inline-blockbasic:last-child p span {
    display: inline-flex;
    width: 48px;
    height: 48px;
    background: var(--bs-primary);
    color: #FFF;
    font-size: 3rem;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-weight: 500;
}

.wrapper-section-13 .block-inline-blockbasic h2.block-title {
    font-size: 3rem;
    line-height: 60px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'GoogleSans-Regular';
    font-weight: 600;
}

.wrapper-section-13 {
    overflow: hidden;
}

.wrapper-section-13 .btn {
    font-size: 1.5rem;
    line-height: 2rem;
    height: 40px;
}

.wrapper-section-13 .block-inline-blockbasic h2.block-title:before {
    display: none;
}

.wrapper-section-13 .block-inline-blockbasic .field--name-field-media-image .field__item{
    display: inline-flex;
    margin-top: -150px;
    position: relative;
    vertical-align: top;
}

@media (max-width: 1399px) {
    .wrapper-section-13 .block-inline-blockbasic .field--name-field-media-image .field__item {
        margin-top: -100px;
    }
}

.wrapper-section-13 .block-inline-blockbasic .field--name-field-media-image .field__item:after {
    width: 238px;
    height: 250px;
    content: " ";
    background: url(../images/section11_1.webp) no-repeat;
    background-size: 100% auto;
    position: absolute;
    bottom: -70px;
    right: -30px;
    z-index: 1;
}

.wrapper-section-13 .block-inline-blockbasic .field--name-field-media-image .field__item img {
    position: relative;
    z-index: 3;
    max-width: 400px;
}

.wrapper-section-13 .col-12 .block-inline-blockbasic:first-child {
    position: relative;
    z-index: 10;
}

footer.footer {
    background: #d0d2d3;
    font-size: 1rem;
}

footer.footer a {
    color: rgb(33, 37, 41);
}

footer.footer ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-bottom: 0;
    flex-wrap: wrap;
}

footer.footer ul li {
    margin: 0 15px;
}

.modal-backdrop.fade.show {
    z-index: -1;
}

#block-brainworkout-contactinfo {
    position: fixed;
    bottom: 20px;
    right: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 9;
}

#block-brainworkout-contactinfo.bottom-page {
    bottom: 140px;
}

#block-brainworkout-contactinfo .field--name-body  {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#block-brainworkout-contactinfo .field--name-body a {
    display: inline-flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    background: var(--bs-primary);
    border-radius: 100%;
    color: #FFF;
    font-size: 25px;
}

.paragraph-306 h5{
    text-align: left;
}

.paragraph-306 img {
    min-width: 64px;
}

@media (min-width: 1200px) {
    .modal.paragraph-293 .modal-body ,
    .modal.paragraph-295 .modal-body,
    .modal.paragraph-305 .modal-body,
    .modal.paragraph-296 .modal-body{
        padding-left: 120px;
        padding-right: 120px;
    } 
    .modal.paragraph-303 .modal-body ,
    .modal.paragraph-306 .modal-body{
        padding-left: 80px;
        padding-right: 80px;
    }
    .modal.show.paragraph-293 .modal-dialog ,
    .modal.show.paragraph-303 .modal-dialog ,
    .modal.show.paragraph-295 .modal-dialog,
    .modal.show.paragraph-305 .modal-dialog,
    .modal.show.paragraph-296 .modal-dialog,
    .modal.show.paragraph-306 .modal-dialog{
        max-width: 768px;
    }
    .modal.show.paragraph-294 .modal-dialog ,
    .modal.show.paragraph-304 .modal-dialog{
        max-width: 940px;
    }
    .modal.show.paragraph-294 .modal-body,
    .modal.show.paragraph-304 .modal-body {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 10px;
    }
    .modal.show.paragraph-294 .bs_grid,
    .modal.show.paragraph-304 .bs_grid {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.w-3_4 {
    max-width: 74%;
    margin-left: auto;
    margin-right: auto;
}

.modal .text-big {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.text-small {
    font-size: 0.875rem;
}

.media.align-center:not(.media--type-remote-video) {
    display: flex;
    justify-content: center;
}

.brainfit-information-session h2.block-title {
    font-family: 'GoogleSans-Medium';
    font-weight: 600;
}

@media (max-width: 1199px) {
    .wrapper-section-03 .block-inline-blockblock-content h2.paragraph-content-title {
        min-height: 125px;
    }
    .view-child-story.view-display-id-block_1 .view-content {
        gap: 5px;
    }
    .wrapper-section-13 .block-inline-blockbasic .field--name-field-media-image .field__item {
        margin-top: 0 !important;
    }

}

@media (max-width: 991px) {
    .wrapper-section-03 .block-inline-blockblock-content h2.paragraph-content-title {
        min-height: 160px;
    }
    .view-testimonial.view-display-id-block_1 .view-content {
        width: 100%;
        background: url(../images/section7_1.webp) no-repeat;
        background-position: top left;
        padding-left: 100px;
        padding-top: 60px;
        padding-right: 0;
        padding-bottom: 300px;
        background-size: 88px auto;
    }
    .wrapper-section-05 h2.block-title {
        margin-bottom: 20px;
    }
    .wrapper-section-05 {
        background-position: center bottom;
        background-size: 600px auto;
    }
    .view-child-story.view-display-id-block_1 .view-content {
        grid-template-columns: repeat(auto-fill, minmax(calc(100% / 3), 1fr));
    }
    .view-child-story.view-display-id-block_1  .views-row.row-empty {
        display: none !important;
    }
    .wrapper-step-process .content-items-step .step-item {
        width: 100%;
        text-align: left;
    }
    .wrapper-step-process .content-items-step .step-item.step-3, .wrapper-step-process .content-items-step .step-item.step-4 {
        margin-left: 0%;
    }
    .wrapper-section-12 .block-inline-blockbasic:first-child {
        padding-right: 30px;
        padding-left: 0%;
    }

    .view-child-story.view-display-id-block_1 .view-content span.field-content > a h3 {
        margin-top: 20px;
    }
    .modal-content-child-story  .modal-dialog { 
        max-width: 90%;
    }
    .modal-content-child-story .content-body {
        padding-left: 35%;
        margin-top: 30px;
        padding-right: 0%;
        padding-bottom: 0px;
        position: relative;
        z-index: 9;
    }
    .modal-content-child-story .content .image-media {
        max-width: 350px;
    }
    .right.modal-content-child-story .content .content-body {
        padding-left: 0;
        margin-top: 20px;
    }
    .right.modal-content-child-story .content .content-body {
        padding-right: 0;
    }
    .paragraph--type--cards.paragraph--view-mode--default .field--name-field-card-item-title {
        font-size: 35px;
        margin-top: 20px;
    }
    .block-header-cards .field h2 {
        font-size: 100px;
    }
    .block-header-cards .field h3 {
        font-size: 1.5rem;
    }
    .wrapper-section-11 {
        padding-left: 0rem;
        padding-right: 0rem;
    }
}

@media (max-width: 767px) {
    .text-big {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    .wrapper-section-01 h2.paragraph-content-title {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .wrapper-section-01 .text-big {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    .wrapper-section-02 {
        margin-top: -0.2rem !important;
    }
    article.node--type-page.node--view-mode-full .node__content .blb-container-wrapper + .blb-container-wrapper {
        margin-top: 5rem;
    }

    .layout.row .col-12 + .col-12 {
        margin-top: 20px;
    }
    .wrapper-section-03 .block-inline-blockblock-content h2.paragraph-content-title {
        min-height: 0;
    }
    h2.title-small {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .view-child-story.view-display-id-block_1 .view-content .views-row-end {
        grid-column-end: 3;
        grid-column-start: 1;
        text-align: center;
        justify-content: center;
    }
    .wrapper-section-11 .col-12 {
        grid-template-columns: repeat(auto-fill, minmax(calc(100% / 2), 1fr));
    }
    .wrapper-section-12 .block-inline-blockbasic {
        width: 100%;
    }
    .wrapper-section-12 .col-12 {
        flex-direction: column;
    }
    .wrapper-section-12 .block-inline-blockbasic h2 {
        margin-bottom: 60px;
    }
    .wrapper-section-12 .block-inline-blockbasic h2:after {
        margin-bottom: -30px;
    }
    .wrapper-section-03 .block-inline-blockblock-content h2.paragraph-content-title, .wrapper-section-04 .block-inline-blockblock-content h2.paragraph-content-title {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .wrapper-section-05 h2.block-title {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    .view-testimonial.view-display-id-block_1 .views-field-body {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
    .view-testimonial.view-display-id-block_1 .views-field-title {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .brainfit-information-session h2.title-small.block-title {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    .view-child-story.view-display-id-block_1 .view-content span.field-content > a h3 {
        font-size: .875rem;
        line-height: 1.25rem;
    }
    .modal-content-child-story h2 {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    .modal-content-child-story .content {
        display: flex;
        flex-direction: column-reverse;
    }
    .modal-content-child-story .content .image-media {
        position: static;
        bottom: 0;
        left: 0;
    }
    .modal-content-child-story .content .image-media {
        max-width: 100%;
    }
    .modal-content-child-story .content-body {
        padding-left: 0;
    }
    .wrapper-section-10 h2.paragraph-content-title {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    .wrapper-section-10 .section10-wrapper-image {
        position: static;
        width: 100%;
    }
    .block-header-cards .content {
        position: relative;
        padding-bottom: 100%;
    }
    .block-header-cards .field {
        position: absolute;
        top: 50%;
        padding-left: 20px;
        padding-right: 20px;
        transform: translateY(-50%);
        width: 100%;
    }
    .region-header {
        justify-content: flex-start;
    }
    .wrapper-section-01 .blazy .media--blazy img.media__element {
        height: auto;
    }
    .wrapper-section-02 .media--ratio--169 {
        padding-bottom: 120%;
    }
    .wrapper-section-03 .layout .col-md-6:first-child .block:after {
        display: none;
    }
    .wrapper-section-03 .layout .col-md-6:last-child .block:before {
        top: -80px;
        right: -140px;
        z-index: -1;
    }
    .wrapper-section-03 .layout .col-md-6 .block {
        overflow: hidden;
    }
    .wrapper-section-03 .container{
        padding: 0;
        overflow: hidden;
    }
    .paragraph-294 .bs_grid,
    .paragraph-304 .bs_grid {
        padding-right: 15px;
        padding-left: 15px;
    }
    .wrapper-section-04 img.media__element {
        height: 270px;
        width: auto;
    }
    .wrapper-section-04 .layout .col-12:last-child img.media__element {
        height: auto;
    }
    #customModalContent .wrapper-box-image-content {
        grid-template-columns: repeat(auto-fill, minmax(calc(100% / 2), 1fr));
        gap: 1.875rem;
        padding-left: 5%;
        padding-right: 5%;
    }
    .view-testimonial.view-display-id-block_1 .view-content {
        padding-left: 55px;
        padding-top: 60px;
        padding-right: 0;
        padding-bottom: 200px;
        background-size: 55px auto;
    }
    .wrapper-section-05 {
        background-position: left bottom;
        background-size: 360px auto;
    }
    .wrapper-section-08 .field--name-body p {
        font-size: 18px;
    }
    .block-header-child-story .field--name-body h2 {
        font-size: 1.875rem;
        line-height: 2.5rem;
    }
    .views-element-container.block-views-blockchild-story-block-1 {
        margin-right: -12px;
    }
    .modal-content-child-story .sub-title {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    .right.modal-content-child-story .content .content-body {
        padding-bottom: 20px;
    }    
    .modal-content-child-story .modal-body .content-modal {
        max-height: 50vh;
    }
    .modal-content-child-story .modal-body {
        overflow: auto;
        overflow-x: hidden;
    }

    .block-header-cards .field h2 {
        font-size: 160px;
    }
    .block-header-cards .field h3 {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    .wrapper-section-13 .block-inline-blockbasic h2.block-title {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    

    .wrapper-section-06.blb-container-wrapper,
    .wrapper-section-06.blb-container-wrapper {
        overflow: hidden;
    }
    
    .modal.paragraph-303 p.text-align-center{
        text-align: left;
    }
}

b, strong {
    font-family: 'GoogleSans-Medium';
    font-weight: 600;
}
/* lang TH */

body.lang-th .block-views-blocktestimonial-block-1 h2.block-title {
    padding-top: 25px;
}

body.lang-th .block-header-child-story .field--name-body h2 {
    line-height: 3.75rem;
}

body.lang-th.block-header-cards .field h3 {
    line-height: 60px;
}

body.lang-th .paragraph--type--cards.paragraph--view-mode--default .field--name-field-card-item-title {
    font-size: 3.75rem;
    line-height: 4.375rem;
}

body.lnag-th .wrapper-section-13 .block-inline-blockbasic h2.block-title {
    max-width: 850px;
    line-height: 4.0625rem;
}

@media (max-width: 991px) {
    body.lang-th .paragraph--type--cards.paragraph--view-mode--default .field--name-field-card-item-title {
        font-size: 35px;
        margin-top: 20px;
        line-height: 45px;
    }
    body.lang-th .wrapper-section-13 .block-inline-blockbasic .field--name-field-media-image .field__item {
        margin-top: -80px;
    }
}

.map-location .ratio-21x9 {
    --bs-aspect-ratio: 30%;
}

.wrapper-info-content {
    display: flex;
}

.block-map-bottom {
    position: relative;
    z-index: 1;
}

.wrapper-info-content .info {
    padding-left: 80px;
    padding-top: 40px;
}

.wrapper-info-content .info .address ,
.wrapper-info-content .info .phone{
    font-size: 20px;
}

.wrapper-info-content .info .social {
    display: flex;
}

.wrapper-info-content .info .social a {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    background: var(--bs-primary);
    border-radius: 100%;
    color: #FFF;
    font-size: 25px;
    -webkit-transition: color .3s ease-in;
    -moz-transition: color .3s ease-in;
    -o-transition: color .3s ease-in;
    transition: color .3s ease-in;
}

.wrapper-info-content .info .social a:hover {
    opacity: 0.7;
}

@media (max-width: 1199px) {
    .wrapper-info-content .info {
        padding-left: 20px;
    }
    .wrapper-section-10 .section10-wrapper-image .media.align-right {
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    
    .wrapper-info-content {
        display: flex;
        flex-direction: column-reverse;
    }
    .wrapper-info-content .info {
        padding-left: 0px;
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
    }
    .wrapper-section-13 .block-inline-blockbasic .field--name-field-media-image {
        display: flex;
        justify-content: center;
    }
    .wrapper-info-content .info .address ,
    .wrapper-info-content .info .phone{
        text-align: center;
    }
}

.wrapper-section-10.blb-container-wrapper ,
.wrapper-section-01.blb-container-wrapper,
.wrapper-section-02.blb-container-wrapper,
.wrapper-section-03.blb-container-wrapper,
.wrapper-section-04.blb-container-wrapper,
.wrapper-section-06.blb-container-wrapper,
.wrapper-section-05.blb-container-wrapper,
.wrapper-section-07.blb-container-wrapper,
.wrapper-section-08.blb-container-wrapper,
.wrapper-section-09.blb-container-wrapper,
.wrapper-section-11.blb-container-wrapper,
.wrapper-section-12.blb-container-wrapper,
.wrapper-section-13.blb-container-wrapper{
    display: block;
}

@media (max-width: 767px) {
    #block-brainworkout-contactinfo.bottom-page {
        bottom: 155px;
    }
    .map-location .ratio-21x9 {
        --bs-aspect-ratio: 50%;
    }
}

.page-node-65 .page-title.page-header {
    visibility: hidden;
}

.wrapper-section-02 .media--ratio--169 {
  padding-bottom: 56.25%;
}
