/**handles:block-acf-flexibletabscustom,block-acf-contentwithimagecustom,block-acf-threecoltextcustom**/
.flexibletabs-component{display:grid;grid-template-columns:repeat(10,1fr)}@media screen and (max-width:550px){.flexibletabs-component .button span{font-size:.75rem!important}}@media screen and (max-width:1000px){.flexibletabs-component{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.flexibletabs-component .tabs{grid-area:1/1/2/3}@media screen and (max-width:1000px){.flexibletabs-component .tabs{display:grid;grid-template-columns:repeat(2,1fr);grid-column-gap:1.875rem;margin-bottom:3.125rem}}@media screen and (max-width:480px){.flexibletabs-component .tabs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.flexibletabs-component .tabs-item{padding:0 1.0625rem;min-height:9.75rem;border-radius:8px;color:var(--primary);cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-shadow:4px 5px 9px 1px rgba(0,0,0,.1);box-shadow:4px 5px 9px 1px rgba(0,0,0,.1);margin-bottom:1.1875rem;font-size:1.25rem;font-weight:700;-webkit-transition:.3s cubic-bezier(.18, .52, .4, 1.02);-o-transition:.3s cubic-bezier(.18, .52, .4, 1.02);transition:.3s cubic-bezier(.18, .52, .4, 1.02)}@media screen and (max-width:1000px){.flexibletabs-component .tabs-item{min-height:initial;padding:.625rem 1.0625rem;text-align:center}}.flexibletabs-component .tabs-item:last-child{margin-bottom:0}.flexibletabs-component .tabs-item.active,.flexibletabs-component .tabs-item:hover{background-color:var(--primary);color:var(--white)}.flexibletabs-component .tabs-panel{grid-area:1/4/2/11;position:relative}.flexibletabs-component .tabs-panel_item{position:absolute;top:0;height:100vh;opacity:0;pointer-events:none;-webkit-transform:translateY(-20px);-o-transform:translateY(-20px);transform:translateY(-20px);-webkit-transition:.5s cubic-bezier(.18, .52, .4, 1.02);-o-transition:.5s cubic-bezier(.18, .52, .4, 1.02);transition:.5s cubic-bezier(.18, .52, .4, 1.02)}.flexibletabs-component .tabs-panel_item.active{opacity:1;pointer-events:initial;-webkit-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.flexibletabs-component .tabs-panel_item.default{position:initial;height:100%}.flexibletabs-component .tabs-panel_item--container{color:var(--primary)}.flexibletabs-component .tabs-panel_item--container .simple_text_layout .button{margin-top:3rem}.flexibletabs-component .tabs-panel_item--container .simple_text_layout .layout-content{margin-top:1.5rem;font-size:1.25rem;font-weight:500}.flexibletabs-component .tabs-panel_item--container .simple_text_layout .layout-content li{margin-bottom:.625rem;margin-left:1.25rem}.flexibletabs-component .tabs-panel_item--container .simple_text_layout .layout-content li:last-child{margin-bottom:0}.flexibletabs-component .tabs-panel_item--container .simple_text_layout .layout-content iframe{width:100%}.flexibletabs-component .tabs-panel_item--container .simple_text_layout .layout-title{font-size:2rem;margin-top:3.5rem}.flexibletabs-component .tabs-panel_item--container .image_text_layout img{width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.flexibletabs-component .tabs-panel_item--container .image_text_layout .button{margin:1rem;padding-top:2rem}.flexibletabs-component .tabs-panel_item--container .image_text_layout .layout-title{margin-top:3.5rem;font-size:2rem}.flexibletabs-component .tabs-panel_item--container .image_text_layout .layout-wrapper{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:2.75rem;margin-top:2.5rem}@media screen and (max-width:1000px){.flexibletabs-component .tabs-panel_item--container .image_text_layout .layout-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.flexibletabs-component .tabs-panel_item--container .image_text_layout .layout-wrapper.revert .layout-content{grid-area:1/1/2/5}.flexibletabs-component .tabs-panel_item--container .image_text_layout .layout-wrapper.revert .layout-image{grid-area:1/5/2/8}.flexibletabs-component .tabs-panel_item--container .image_text_layout .layout-wrapper .layout-content{font-size:1.25rem;font-weight:500;grid-area:1/4/2/8}.flexibletabs-component .tabs-panel_item--container .image_text_layout .layout-wrapper .layout-content p{line-height:30px}.flexibletabs-component .tabs-panel_item--container .image_text_layout .layout-wrapper .layout-content li{margin-left:1.25rem;margin-bottom:.625rem}.flexibletabs-component .tabs-panel_item--container .image_text_layout .layout-wrapper .layout-content li:last-child{margin-bottom:0}.flexibletabs-component .tabs-panel_item--container .image_text_layout .layout-wrapper .layout-content iframe{width:100%}.flexibletabs-component .tabs-panel_item--container .image_text_layout .layout-wrapper .layout-image{grid-area:1/1/2/4;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.flexibletabs-component .tabs-panel_item--container .layout-title{font-size:2rem;margin-top:3.5rem}.flexibletabs-component .tabs-panel_item--container .slider-tabs-post{max-width:54vw!important}.flexibletabs-component .tabs-panel_item--container .slider-tabs-post .swiper-slide{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:25rem;height:initial!important;-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important;-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important;padding:0 0 1.5625rem}.flexibletabs-component .tabs-panel_item--container .slider-tabs-post .swiper-slide .button,.flexibletabs-component .tabs-panel_item--container .slider-tabs-post .swiper-slide .description,.flexibletabs-component .tabs-panel_item--container .slider-tabs-post .swiper-slide .title{padding:0 1.25rem 0}.flexibletabs-component .tabs-panel_item--container .slider-tabs-post .swiper-slide .image{width:100%}.flexibletabs-component .tabs-panel_item--container .slider-tabs-post .swiper-slide .image img{width:100%;max-height:12.5rem;height:auto;-o-object-fit:cover;object-fit:cover}.flexibletabs-component .tabs-panel_item--container .slider-tabs,.flexibletabs-component .tabs-panel_item--container .slider-tabs-post{max-width:45.4375rem;margin-left:0;margin-right:auto;margin-top:2rem}@media screen and (max-width:1000px){.flexibletabs-component .tabs-panel_item--container .slider-tabs,.flexibletabs-component .tabs-panel_item--container .slider-tabs-post{max-width:90vw!important}}.flexibletabs-component .tabs-panel_item--container .slider-tabs .swiper-button-next,.flexibletabs-component .tabs-panel_item--container .slider-tabs .swiper-button-prev,.flexibletabs-component .tabs-panel_item--container .slider-tabs-post .swiper-button-next,.flexibletabs-component .tabs-panel_item--container .slider-tabs-post .swiper-button-prev{color:var(--primary)}.flexibletabs-component .tabs-panel_item--container .slider-tabs .swiper-wrapper,.flexibletabs-component .tabs-panel_item--container .slider-tabs-post .swiper-wrapper{padding:.3125rem 0}.flexibletabs-component .tabs-panel_item--container .slider-tabs .swiper-wrapper .swiper-slide,.flexibletabs-component .tabs-panel_item--container .slider-tabs-post .swiper-wrapper .swiper-slide{width:16.6875rem;height:17.0625rem;background-color:var(--white);border-radius:.5rem;-webkit-box-shadow:4px 5px 9px 1px rgba(0,0,0,.1);box-shadow:4px 5px 9px 1px rgba(0,0,0,.1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.contentWithImage-component{display:grid;grid-template-columns:repeat(10,1fr)}@media screen and (max-width:1350px){.contentWithImage-component{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.contentWithImage-component.revert .image{margin-top:2.5rem}.contentWithImage-component.revert .content{margin-top:0}.contentWithImage-component .image{margin-top:2.5rem}}.contentWithImage-component.revert .image{grid-area:1/6/2/11}.contentWithImage-component.revert .image::before{left:initial;right:-91px;bottom:-108}.contentWithImage-component.revert .content{grid-area:1/1/2/5}.contentWithImage-component .image{grid-area:1/1/2/6;position:relative}.contentWithImage-component .image img{width:100%;height:auto;-o-object-fit:cover;object-fit:cover;border-radius:17px}.contentWithImage-component .image::before{content:"";position:absolute;width:508px;height:508px;background-color:var(--secondary);left:-136px;bottom:-102px;border-radius:50%;z-index:-1}@media screen and (max-width:550px){.contentWithImage-component .image::before{display:none}}.contentWithImage-component .content{grid-area:1/7/2/11;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.contentWithImage-component .content .textarea{margin-top:1.5rem;font-size:1.25rem;color:var(--primary);line-height:26.6px;font-weight:500}.contentWithImage-component .content .button{margin-top:3.4375rem}
.threecoltext-component .threecoltext-container{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:6.25rem}@media screen and (max-width:1000px){.threecoltext-component .threecoltext-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.threecoltext-component .threecoltext-container .item{-webkit-box-flex:1;-ms-flex:1;flex:1;position:relative}.threecoltext-component .threecoltext-container .item-title{color:var(--secondary);font-size:2rem;font-weight:700;font-family:QuickSand,sans-serif}.threecoltext-component .threecoltext-container .item-content{color:var(--primary);margin-top:1rem;max-width:26.25rem}.threecoltext-component .threecoltext-container .item-content p{line-height:29px}.threecoltext-component .threecoltext-container .item ul{margin-left:1.25rem}.threecoltext-component .threecoltext-container .item:before{content:"";position:absolute;top:0;bottom:0;left:-1.5rem;background-color:var(--secondary);width:.1875rem}.threecoltext-component .threecoltext-container:before{content:"";width:26.375rem;height:26.375rem;background-color:var(--secondary);border-radius:50%;position:absolute;top:1.25rem;left:-32.9375rem}@media screen and (max-width:550px){.threecoltext-component .threecoltext-container:before{display:none}}