@charset "UTF-8";section.basic_header{height:calc(100vh - 120px);position:relative}@media (max-width:1366px){section.basic_header{height:calc(100vh - 60px)}}@media (max-width:992px){section.basic_header{height:100vh}}@media (max-width:576px){section.basic_header{height:calc(var(--vh, 1vh)*100);max-height:calc(var(--vh, 1vh)*100);transition:.5s}}section.basic_header .bg-color-white,section.basic_header .bg-color-white .bg-background-color{background-color:#fff}section.basic_header .bg-color-black,section.basic_header .bg-color-black .bg-background-color{background-color:#202020}section.basic_header .bg-color-grey,section.basic_header .bg-color-grey .bg-background-color{background-color:#888}section.basic_header .bg-color-blue,section.basic_header .bg-color-blue .bg-background-color{background-color:#0c3579}section.basic_header .bg-color-blue h2,section.basic_header .bg-color-blue h3,section.basic_header .bg-color-blue h4,section.basic_header .bg-color-blue p{color:#fff}section.basic_header .bg-image-wrapper{height:100%;overflow:hidden;position:relative;width:100%;z-index:0}section.basic_header .bg-image-wrapper img{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.basic_header .bg-video-wrapper{height:100%;overflow:hidden;position:relative;width:100%;z-index:0}section.basic_header .bg-video-wrapper video{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.basic_header .hash-arrow{background-color:#202020;bottom:20px;height:50px;left:50%;position:absolute;transform:translatex(-50%);width:50px;z-index:10}section.basic_header .hash-arrow a{display:block;height:100%;width:100%}section.basic_header .hash-arrow a:hover svg{top:60%}section.basic_header .hash-arrow a svg{height:24px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:top .5s;width:24px}section.basic_header .content{height:100%;left:0;position:absolute;text-align:left;top:0;width:100%}section.basic_header .content .row{height:100%}section.basic_header .content .copy{display:table;height:100%}@media (max-width:992px){section.basic_header .content .copy{display:block;height:auto}}section.basic_header .content .copy .wrapper{border-radius:90px;display:table-cell;height:auto;margin-left:auto;margin-right:auto;padding:4px;text-align:left;vertical-align:middle}section.basic_header .content .copy .wrapper .title-wrapper{position:relative}section.basic_header .content .copy .wrapper .title-wrapper h1{display:inline-block;padding-top:40px;vertical-align:top}@media (max-width:1200px){section.basic_header .content .copy .wrapper .title-wrapper h1{padding-top:30px}}section.basic_header .content .copy .wrapper .title-wrapper h2{position:absolute;text-transform:uppercase;top:0}section.basic_header .content .copy .wrapper p{font-size:16px;font-weight:500;line-height:26px}@media (max-width:1200px){section.basic_header .content .copy .wrapper p{font-size:12px;line-height:20px}}section.basic_header .content .copy .wrapper .wrapper-icon{background-color:#0c3579;border-radius:82px;display:inline-block;height:82px;position:relative;width:82px}@media (max-width:992px){section.basic_header .content .copy .wrapper .wrapper-icon{border-radius:64px;height:64px;width:64px}}section.basic_header .content .copy .wrapper .wrapper-icon img{height:auto;left:50%;max-height:60%;position:absolute;top:50%;transform:translate(-50%,-50%);width:80%}section.basic_header.right .content .copy .wrapper{text-align:right}section.basic_header_two{display:flex;flex-direction:column;min-height:calc(100vh - 80px);position:relative;top:80px}@media (min-width:1401px){section.basic_header_two{height:calc(100vh - 80px)}}@media (max-width:991px){section.basic_header_two{min-height:calc(100vh - 60px);top:60px}}section.basic_header_two .bg-color-white,section.basic_header_two .bg-color-white .bg-background-color{background-color:#fff}section.basic_header_two .bg-color-black,section.basic_header_two .bg-color-black .bg-background-color{background-color:#202020}section.basic_header_two .bg-color-grey,section.basic_header_two .bg-color-grey .bg-background-color{background-color:#888}section.basic_header_two .bg-color-blue,section.basic_header_two .bg-color-blue .bg-background-color{background-color:#0c3579}section.basic_header_two .bg-color-blue h2,section.basic_header_two .bg-color-blue h3,section.basic_header_two .bg-color-blue h4,section.basic_header_two .bg-color-blue p{color:#fff}section.basic_header_two .bg-image-wrapper{height:50vh;margin-left:calc(-50vw + 50%);overflow:hidden;position:relative;width:100vw;z-index:0}@media (max-width:991px){section.basic_header_two .bg-image-wrapper{height:50vh}}section.basic_header_two .bg-image-wrapper img{height:100%;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.basic_header_two .bg-video-wrapper{height:50vh;margin-left:calc(-50vw + 50%);overflow:hidden;position:relative;width:100vw;z-index:0}section.basic_header_two .bg-video-wrapper video{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.basic_header_two .bg-overlay{background:rgba(0,0,0,.45);height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}section.basic_header_two .hash-arrow{background-color:transparent;height:50px;margin:0 auto;width:50px;z-index:10}@media (max-width:991px){section.basic_header_two .hash-arrow{display:none}}section.basic_header_two .hash-arrow a{display:block;height:100%;width:100%}section.basic_header_two .hash-arrow a:hover svg{top:60%}section.basic_header_two .hash-arrow a svg{height:24px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:top .5s;width:24px}section.basic_header_two>.container{display:flex;flex-direction:column;min-height:inherit}section.basic_header_two .content{align-items:center;display:flex;flex-direction:column;gap:15px;padding-bottom:40px;padding-top:15px;position:relative;width:100%;z-index:2}@media (min-width:1401px){section.basic_header_two .content{flex:1}}@media (max-width:991px){section.basic_header_two .content{gap:15px;padding:20px 0 0}}section.basic_header_two p{color:#fff}section.basic_header_two h2{color:#00d7bd!important}section.basic_header_two .header-art{pointer-events:none;position:relative;width:32%;z-index:3}@media (max-width:991px){section.basic_header_two .header-art{display:none}}section.basic_header_two .header-art .wrapper{height:100%;width:100%}section.basic_header_two .header-art .wrapper .wrapper-inside{align-items:flex-end;display:flex;height:100%;justify-content:flex-end;width:100%}section.basic_header_two .header-art .wrapper .wrapper-inside img{display:block;height:100%;max-width:none;-o-object-fit:contain;object-fit:contain;width:auto}section.basic_header_two .header-center{max-width:min(860px,80%);padding:0;text-align:center;width:100%;z-index:4}@media (max-width:992px){section.basic_header_two .header-center{max-width:min(700px,80%)}}@media (max-width:991px){section.basic_header_two .header-center{max-width:100%;padding:20px 0}}section.basic_header_two .header-center .title-wrapper{margin-bottom:16px}@media (max-width:1441px) and (min-width:993px){section.basic_header_two .header-center .title-wrapper{margin-bottom:0}}section.basic_header_two .header-center .title-wrapper h1,section.basic_header_two .header-center .title-wrapper h2{color:#f4753c;display:inline;font-size:38px;font-weight:700;line-height:1.25;margin:0;padding:0;text-transform:none}@media (max-width:1200px){section.basic_header_two .header-center .title-wrapper h1,section.basic_header_two .header-center .title-wrapper h2{font-size:32px}}@media (max-width:991px){section.basic_header_two .header-center .title-wrapper h1,section.basic_header_two .header-center .title-wrapper h2{font-size:24px}}section.basic_header_two .header-center .title-wrapper h2{position:relative;top:auto}section.basic_header_two .header-center .description{color:#fff;font-size:16px;font-weight:400;line-height:1.6;margin-bottom:30px}@media (max-width:991px){section.basic_header_two .header-center .description{font-size:14px;margin-bottom:20px}}section.basic_header_two .header-center p{color:#fff;font-size:16px;font-weight:400;line-height:1.6;margin-bottom:30px}@media (max-width:991px){section.basic_header_two .header-center p{font-size:14px;margin-bottom:20px}}section.basic_header_two .search-bar{margin-bottom:24px}@media (min-width:1401px){section.basic_header_two .search-bar{margin-bottom:auto;margin-top:auto}}section.basic_header_two .search-bar{align-items:stretch;align-self:start;background:#fff;border-radius:20px;box-shadow:0 8px 40px rgba(0,0,0,.15);display:flex;flex-wrap:wrap;gap:10px;max-width:80%;padding:24px;text-align:left;width:78%}@media (max-width:991px){section.basic_header_two .search-bar{border-radius:20px;gap:8px;max-width:100%;padding:10px;width:100%}}section.basic_header_two .search-bar .search-bar-inner{display:contents}section.basic_header_two .search-bar .search-field{align-items:center;background:#fff1e1;border-radius:10px;box-sizing:border-box;color:#888;cursor:pointer;display:inline-flex;flex:1 1 180px;font-size:16px;gap:12px;min-width:0;padding:14px 20px;position:relative;text-decoration:none;transition:color .3s}@media (max-width:1200px){section.basic_header_two .search-bar .search-field{font-size:14px;gap:8px;padding:12px 16px}}@media (max-width:991px){section.basic_header_two .search-bar .search-field{flex:1 1 100%;order:1;padding:14px 18px;text-align:center}}section.basic_header_two .search-bar .search-field:hover{color:#202020}section.basic_header_two .search-bar .search-field .search-field-icon{align-items:center;display:flex;flex-shrink:0}section.basic_header_two .search-bar .search-field .search-field-icon svg{height:22px;width:22px}@media (max-width:1200px){section.basic_header_two .search-bar .search-field .search-field-icon svg{height:18px;width:18px}}section.basic_header_two .search-bar .search-field .search-field-text{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}section.basic_header_two .search-bar .search-field .search-field-chevron{align-items:center;display:flex;flex-shrink:0;margin-left:8px}section.basic_header_two .search-bar .search-dropdown{cursor:pointer}@media (max-width:991px){section.basic_header_two .search-bar .search-dropdown{max-width:none;order:2}}section.basic_header_two .search-bar .search-dropdown.open .dropdown-menu{display:block}section.basic_header_two .search-bar .search-dropdown.open .search-field-chevron svg{transform:rotate(180deg)}section.basic_header_two .search-bar .search-dropdown .dropdown-menu{background:#fff1e1;border-radius:10px;box-shadow:0 8px 24px rgba(0,0,0,.12);display:none;left:0;min-width:100%;padding:8px 0;position:absolute;top:calc(100% + 4px);z-index:20}section.basic_header_two .search-bar .search-dropdown .dropdown-menu a{color:#202020;display:block;font-size:15px;padding:10px 24px;text-decoration:none;transition:background-color .2s;white-space:nowrap}section.basic_header_two .search-bar .search-dropdown .dropdown-menu a:hover{background:#ffe5c8}section.basic_header_two .search-bar .search-divider{display:none}section.basic_header_two .search-bar .search-btn{align-items:center;background:#f4753c;border-radius:10px;box-sizing:border-box;color:#fff;display:inline-flex;flex-shrink:0;font-size:16px;font-weight:600;gap:10px;justify-content:center;padding:14px 24px;text-decoration:none;transition:background-color .3s;white-space:nowrap}@media (max-width:1200px){section.basic_header_two .search-bar .search-btn{font-size:14px;padding:12px 20px}}@media (max-width:991px){section.basic_header_two .search-bar .search-btn{flex:1 1 100%;order:4;padding:14px 28px}}section.basic_header_two .search-bar .search-btn:hover{background:#f25a15}section.basic_header_two .search-bar .popular-cities{align-items:center;display:flex;flex:1 1 100%;flex-wrap:wrap;gap:12px;padding:10px 8px 0}@media (max-width:991px){section.basic_header_two .search-bar .popular-cities{flex-direction:row;justify-content:center;order:3;padding:5px 0;text-align:center}}section.basic_header_two .search-bar .popular-cities .popular-label{color:#202020;font-size:14px;font-weight:700}@media (max-width:991px){section.basic_header_two .search-bar .popular-cities .popular-label{margin-bottom:4px;text-align:center;width:100%}}section.basic_header_two .search-bar .popular-cities a{background:#fff1e1;border-radius:20px;color:#202020;font-size:14px;font-weight:500;padding:6px 16px;text-decoration:none;transition:background-color .3s}section.basic_header_two .search-bar .popular-cities a:hover{background:#ffe5c8}.stats-bar{align-self:start;display:flex;gap:20px;justify-content:space-between;max-width:80%;padding:18px 0;width:78%;z-index:5}@media (min-width:1400px){.stats-bar{gap:20px;justify-content:center}}@media (max-width:991px){.stats-bar{flex-wrap:nowrap;gap:15px;max-width:100%;padding:0;width:100%}}.stats-bar .stat{align-items:center;display:flex;gap:12px}@media (max-width:991px){.stats-bar .stat:first-child{display:none}.stats-bar .stat{flex:1;gap:8px;width:auto}}.stats-bar .stat .stat-icon{align-items:center;background:rgba(244,117,60,.8);border-radius:10px;display:flex;flex-shrink:0;height:44px;justify-content:center;width:44px}@media (max-width:991px){.stats-bar .stat .stat-icon{height:8vw;width:8vw}}.stats-bar .stat .stat-icon.trustpilot-stars{background:none;border-radius:0;height:auto;width:auto}.stats-bar .stat .stat-icon.trustpilot-stars .stars-placeholder{color:#00b67a;font-size:20px;letter-spacing:2px}.stats-bar .stat .stat-icon .icon-placeholder{height:22px;position:relative;width:22px}@media (max-width:991px){.stats-bar .stat .stat-icon .icon-placeholder{height:5vw;width:5vw}}.stats-bar .stat .stat-icon .icon-placeholder img{height:auto;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.stats-bar .stat .stat-icon svg{height:22px;width:22px}.stats-bar .stat .stat-info{display:flex;flex-direction:column}.stats-bar .stat .stat-info img{height:15px;margin-bottom:5px;width:-moz-fit-content;width:fit-content}.stats-bar .stat .stat-info .stat-value{color:#fff;font-size:12px;font-weight:700;line-height:1.2}@media (max-width:991px){.stats-bar .stat .stat-info .stat-value{font-size:2.5vw}}.stats-bar .stat .stat-info .stat-label{color:#fff;font-size:10px;font-weight:400;line-height:1.3}.bg-phones{bottom:100%;position:absolute;right:0;width:auto;z-index:999}@media (max-width:991px){.bg-phones{bottom:auto;display:flex;gap:15px;height:auto;justify-content:center;min-height:350px;padding:20px 15px;position:relative;right:auto;width:100%}}.bg-phones .phone-1{bottom:0;height:auto;left:0;width:auto;z-index:2}@media (max-width:991px){.bg-phones .phone-1{left:auto;position:absolute;right:30%;transform:translateX(-30%)}}.bg-phones .phone-2{bottom:0;height:auto;width:auto;z-index:1}@media (max-width:991px){.bg-phones .phone-2{position:absolute;right:10%;transform:translateX(-10%);width:40%}}.bg-phones img{position:absolute;z-index:999}@media (max-width:991px){.bg-phones img{bottom:auto;max-width:200px;position:relative;right:auto;transform:none;width:40%;z-index:auto}}.sponsors-fullwidth{align-items:center;background:#fff;display:flex;justify-content:center;padding:8px 0;width:100%}.sponsors-fullwidth img{height:auto;max-height:50px;max-width:100%}body .sponsors .flex{align-items:center;display:flex;flex-direction:row-reverse;width:100%}@media (max-width:991px){body .sponsors .flex{flex-direction:column;position:relative}body .sponsors .flex:before{background-color:#fff;content:"";height:100%;left:calc(-50vw + 50%);position:absolute;top:0;width:100vw;z-index:-1}}body .sponsors{height:auto;margin-top:auto;padding:10px 0;position:relative;width:100%;z-index:999}body .sponsors:before{background-color:#fff;content:"";height:100%;left:calc(-50vw + 50%);position:absolute;top:0;width:100vw;z-index:-1}@media (max-width:991px){body .sponsors:before{display:none}body .sponsors{padding:20px 15px 0}}body .sponsors .rows{box-sizing:border-box;display:flex;flex-direction:column;gap:10px;padding:10px 15px;width:100%}body .sponsors .rows img{height:auto;width:100%}body .sponsors .rows:first-of-type{width:40%}@media (max-width:991px){body .sponsors .rows:first-of-type{border-bottom:none;border-right:none;padding-bottom:15px;width:100%}}body .sponsors .rows:last-of-type{width:60%}@media (max-width:991px){body .sponsors .rows:last-of-type{width:100%}}body .sponsors .rows:last-of-type .sponsors-images{align-items:center;display:flex;gap:10px}body .sponsors .rows:last-of-type .sponsors-images img{flex:1;height:revert-layer;min-width:0;-o-object-fit:contain;object-fit:contain}@media (max-width:991px){body .sponsors .rows:last-of-type .sponsors-images{flex-wrap:wrap}body .sponsors .rows:last-of-type .sponsors-images img{flex:none;width:calc(33.333% - 7px)}}body .sponsors .rows p{color:#878787;margin-bottom:0}section.basic_header_three{height:324px;margin-bottom:40px;padding-bottom:44px;position:relative}@media (min-width:1441px){section.basic_header_three{height:400px}}@media (max-width:576px){section.basic_header_three{height:250px}}section.basic_header_three .bg-color-white,section.basic_header_three .bg-color-white .bg-background-color{background-color:#fff}section.basic_header_three .bg-color-black,section.basic_header_three .bg-color-black .bg-background-color{background-color:#202020}section.basic_header_three .bg-color-grey,section.basic_header_three .bg-color-grey .bg-background-color{background-color:#888}section.basic_header_three .bg-color-blue,section.basic_header_three .bg-color-blue .bg-background-color{background-color:#0c3579}section.basic_header_three .bg-color-blue h2,section.basic_header_three .bg-color-blue h3,section.basic_header_three .bg-color-blue h4,section.basic_header_three .bg-color-blue p{color:#fff}section.basic_header_three .bg-background-color{height:100%;position:relative;width:100%}section.basic_header_three .bg-image-wrapper{height:100%;overflow:hidden;position:relative;width:100%;z-index:0}section.basic_header_three .bg-image-wrapper img{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.basic_header_three .bg-video-wrapper{height:100%;overflow:hidden;position:relative;width:100%;z-index:0}section.basic_header_three .bg-video-wrapper video{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.basic_header_three .content .title{bottom:0;position:absolute;text-align:center;width:100%}section.basic_header_three .content .title .wrapper{background-color:#4fa0ca;border-radius:90px;display:inline-block;margin-left:auto;margin-right:auto;padding:4px}section.basic_header_three .content .title .wrapper h1{display:inline-block;padding-left:30px;padding-right:20px;vertical-align:top}section.basic_header_three .content .title .wrapper .wrapper-icon{background-color:#0c3579;border-radius:82px;display:inline-block;height:82px;position:relative;width:82px}@media (max-width:992px){section.basic_header_three .content .title .wrapper .wrapper-icon{border-radius:64px;height:64px;width:64px}}section.basic_header_three .content .title .wrapper .wrapper-icon img{height:auto;left:50%;max-height:60%;position:absolute;top:50%;transform:translate(-50%,-50%);width:80%}section.basic_header_three .content .breadcrumps{bottom:0;left:0;position:absolute}@media (max-width:768px){section.basic_header_three .content .breadcrumps{display:none}}section.basic_header_three .content .breadcrumps span{color:#202020;font-size:16px;margin-left:15px}@media (max-width:992px){section.basic_header_three .content .breadcrumps span{font-size:12px}}section.basic_header_three .content .breadcrumps span a{color:#202020}section.basic-header-four{height:324px;margin-bottom:40px;padding-bottom:44px;position:relative}@media (min-width:1441px){section.basic-header-four{height:400px}}@media (max-width:576px){section.basic-header-four{height:400px;margin-bottom:30px;padding-bottom:0}}section.basic-header-four .bg-color-white,section.basic-header-four .bg-color-white .bg-background-color{background-color:#fff}section.basic-header-four .bg-color-black,section.basic-header-four .bg-color-black .bg-background-color{background-color:#202020}section.basic-header-four .bg-color-grey,section.basic-header-four .bg-color-grey .bg-background-color{background-color:#888}section.basic-header-four .bg-color-blue,section.basic-header-four .bg-color-blue .bg-background-color{background-color:#0c3579}section.basic-header-four .bg-color-blue h2,section.basic-header-four .bg-color-blue h3,section.basic-header-four .bg-color-blue h4,section.basic-header-four .bg-color-blue p{color:#fff}section.basic-header-four .bg-background-color{height:100%;position:relative;width:100%}section.basic-header-four .bg-image-wrapper{height:100%;overflow:hidden;position:relative;width:100%;z-index:0}section.basic-header-four .bg-image-wrapper .blur{background:linear-gradient(180deg,rgba(4,8,1,0),#040801);bottom:0;height:100%;opacity:.5;position:absolute;width:100%;z-index:1}section.basic-header-four .bg-image-wrapper img{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.basic-header-four .bg-video-wrapper{height:100%;overflow:hidden;position:relative;width:100%;z-index:0}section.basic-header-four .bg-video-wrapper video{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.basic-header-four .content .title{bottom:100px;position:absolute;text-align:center;width:100%}@media (max-width:576px){section.basic-header-four .content .title{bottom:50px}}section.basic-header-four .content .title h1{display:inline-block;padding-left:0;padding-right:0;vertical-align:top}section.basic-header-four .content .breadcrumps{bottom:0;left:0;position:absolute}@media (max-width:576px){section.basic-header-four .content .breadcrumps{display:none}}section.basic-header-four .content .breadcrumps strong{font-weight:500}section.basic-header-four .content .breadcrumps span{font-size:16px;margin-left:15px}@media (max-width:992px){section.basic-header-four .content .breadcrumps span{font-size:12px}}section.basic-header-five{padding-bottom:40px;position:relative}@media (max-width:576px){section.basic-header-five{padding-bottom:20px}}section.basic-header-five .bg-color-white,section.basic-header-five .bg-color-white .bg-background-color{background-color:#fff}section.basic-header-five .bg-color-black,section.basic-header-five .bg-color-black .bg-background-color{background-color:#202020}section.basic-header-five .bg-color-grey,section.basic-header-five .bg-color-grey .bg-background-color{background-color:#888}section.basic-header-five .bg-color-blue,section.basic-header-five .bg-color-blue .bg-background-color{background-color:#0c3579}section.basic-header-five .bg-color-blue h2,section.basic-header-five .bg-color-blue h3,section.basic-header-five .bg-color-blue h4,section.basic-header-five .bg-color-blue p{color:#fff}section.basic-header-five .bg-background-color{height:100%;position:relative;width:100%}section.basic-header-five .bg-image-wrapper{height:100%;overflow:hidden;position:relative;width:100%;z-index:0}section.basic-header-five .bg-image-wrapper .blur{background:linear-gradient(180deg,rgba(4,8,1,0),#040801);bottom:0;height:100%;opacity:.5;position:absolute;width:100%;z-index:1}section.basic-header-five .bg-image-wrapper img{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.basic-header-five .bg-video-wrapper{height:100%;overflow:hidden;position:relative;width:100%;z-index:0}section.basic-header-five .bg-video-wrapper video{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.basic-header-five .content .breadcrumps{margin-top:80px;position:relative}@media (max-width:576px){section.basic-header-five .content .breadcrumps{display:none}}section.basic-header-five .content .breadcrumps strong{font-weight:500}section.basic-header-five .content .breadcrumps span{color:#202020;font-size:16px}@media (max-width:992px){section.basic-header-five .content .breadcrumps span{font-size:12px}}section.basic-header-five .content .breadcrumps span a{color:#202020}section.basic-header-five .content .title{position:relative;text-align:center;width:100%}@media (max-width:576px){section.basic-header-five .content .title{margin-top:70px}}section.basic-header-five .content .title h1{display:inline-block;margin-top:40px;padding-left:0;padding-right:0;vertical-align:top}@media (max-width:992px){section.basic-header-five .content .title h1{font-size:30px;line-height:40px}}section.basic-header-five .content .title .date{font-size:18px;line-height:28px;margin-top:30px}section.basic-header-five .content .image .image-wrapper img{display:block;height:auto;margin-left:auto;margin-right:auto;max-height:400px;max-width:100%;-o-object-fit:scale-down;object-fit:scale-down;width:auto}section.basic-header-six{height:auto;margin-bottom:40px;margin-top:40px;position:relative}section.basic-header-six .bg-color-white,section.basic-header-six .bg-color-white .bg-background-color{background-color:#fff}section.basic-header-six .bg-color-black,section.basic-header-six .bg-color-black .bg-background-color{background-color:#202020}section.basic-header-six .bg-color-grey,section.basic-header-six .bg-color-grey .bg-background-color{background-color:#888}section.basic-header-six .bg-color-blue,section.basic-header-six .bg-color-blue .bg-background-color{background-color:#0c3579}section.basic-header-six .bg-color-blue h2,section.basic-header-six .bg-color-blue h3,section.basic-header-six .bg-color-blue h4,section.basic-header-six .bg-color-blue p{color:#fff}section.basic-header-six .breadcrumps strong{font-weight:500}section.basic-header-six .breadcrumps span{color:#202020;font-size:16px}@media (max-width:992px){section.basic-header-six .breadcrumps span{font-size:12px}}section.basic-header-six .breadcrumps span .breadcrumb_last{font-weight:700}section.basic-header-six .breadcrumps span a{color:#202020;font-weight:400}section.basic-header-six .breadcrumps{margin-bottom:20px}section.basic-header-six .bg-background-color{height:100%;position:relative;width:100%}section.basic-header-six .bg-image-wrapper{height:350px;overflow:hidden;position:relative;width:100%;z-index:0}@media (max-width:1366px){section.basic-header-six .bg-image-wrapper{height:300px}}section.basic-header-six .bg-image-wrapper .blur{background:linear-gradient(180deg,rgba(4,8,1,0),#040801);bottom:0;height:100%;opacity:.5;position:absolute;width:100%;z-index:1}section.basic-header-six .bg-image-wrapper img{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.basic-header-six .bg-video-wrapper{height:300px;height:350px;overflow:hidden;position:relative;width:100%;z-index:0}@media (max-width:1366px){section.basic-header-six .bg-video-wrapper{height:300px}}section.basic-header-six .bg-video-wrapper video{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.basic-header-six .content h1{margin-bottom:20px;margin-top:20px}section.basic-header-seven{height:auto;padding-bottom:40px;padding-top:40px;position:relative}@media (max-width:576px){section.basic-header-seven{padding-bottom:20px;padding-top:20px}}section.basic-header-seven .bg-color-white,section.basic-header-seven .bg-color-white .bg-background-color{background-color:#fff}section.basic-header-seven .bg-color-black,section.basic-header-seven .bg-color-black .bg-background-color{background-color:#202020}section.basic-header-seven .bg-color-grey,section.basic-header-seven .bg-color-grey .bg-background-color{background-color:#888}section.basic-header-seven .bg-color-blue,section.basic-header-seven .bg-color-blue .bg-background-color{background-color:#0c3579}section.basic-header-seven .bg-color-blue h2,section.basic-header-seven .bg-color-blue h3,section.basic-header-seven .bg-color-blue h4,section.basic-header-seven .bg-color-blue p{color:#fff}section.basic-header-seven .bg-background-color{height:100%;position:relative;width:100%}section.basic-header-seven .bg-image-wrapper{height:100%;overflow:hidden;position:relative;width:100%;z-index:0}section.basic-header-seven .bg-image-wrapper .blur{background:linear-gradient(180deg,rgba(4,8,1,0),#040801);bottom:0;height:100%;opacity:.5;position:absolute;width:100%;z-index:1}section.basic-header-seven .bg-image-wrapper img{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.basic-header-seven .bg-video-wrapper{height:100%;overflow:hidden;position:relative;width:100%;z-index:0}section.basic-header-seven .bg-video-wrapper video{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.basic-header-seven .content .title{position:relative;width:100%}section.basic-header-seven .content .title h1{display:inline-block}@media (max-width:576px){section.basic-header-seven .content .title h1{padding-bottom:20px;padding-top:20px}}section.basic-header-seven .content .breadcrumps strong{font-weight:500}section.basic-header-seven .content .breadcrumps span{color:#202020;font-size:16px}@media (max-width:992px){section.basic-header-seven .content .breadcrumps span{font-size:12px}}section.basic-header-seven .content .breadcrumps span .breadcrumb_last{font-weight:700}section.basic-header-seven .content .breadcrumps span a{color:#202020;font-weight:400}section.section-breadcrumbs{padding-bottom:20px;padding-top:20px;position:relative}section.section-breadcrumbs .bg-color-white,section.section-breadcrumbs .bg-color-white .bg-background-color{background-color:#fff}section.section-breadcrumbs .bg-color-black,section.section-breadcrumbs .bg-color-black .bg-background-color{background-color:#202020}section.section-breadcrumbs .bg-color-grey,section.section-breadcrumbs .bg-color-grey .bg-background-color{background-color:#888}section.section-breadcrumbs .bg-color-blue,section.section-breadcrumbs .bg-color-blue .bg-background-color{background-color:#0c3579}section.section-breadcrumbs .bg-color-blue h2,section.section-breadcrumbs .bg-color-blue h3,section.section-breadcrumbs .bg-color-blue h4,section.section-breadcrumbs .bg-color-blue p{color:#fff}section.section-breadcrumbs .bg-image-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.section-breadcrumbs .bg-image-wrapper img{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.section-breadcrumbs .bg-video-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.section-breadcrumbs .bg-video-wrapper video{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.section-breadcrumbs .row .content .breadcrumps strong{font-weight:500}section.section-breadcrumbs .row .content .breadcrumps span{color:#202020;font-size:16px}@media (max-width:992px){section.section-breadcrumbs .row .content .breadcrumps span{font-size:12px}}section.section-breadcrumbs .row .content .breadcrumps span .breadcrumb_last{font-weight:700}section.section-breadcrumbs .row .content .breadcrumps span a{color:#202020;font-weight:400}section.pd-banner{height:100vh;overflow:hidden;padding:0;position:relative;width:100%}@media (max-width:1366px){section.pd-banner{height:calc(100vh - 60px)}}@media (max-width:992px){section.pd-banner{height:100vh}}@media (max-width:576px){section.pd-banner{height:calc(var(--vh, 1vh)*100);max-height:calc(var(--vh, 1vh)*100);transition:.5s}}section.pd-banner .hash-arrow{background-color:#202020;bottom:20px;height:50px;left:50%;position:absolute;transform:translatex(-50%);width:50px;z-index:10}section.pd-banner .hash-arrow a{display:block;height:100%;width:100%}section.pd-banner .hash-arrow a:hover svg{top:60%}section.pd-banner .hash-arrow a svg{height:24px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:top .5s;width:24px}section.pd-banner .banner-timer{align-items:stretch;bottom:0;display:flex;flex-direction:row;height:10px;left:0;position:absolute;width:100%;z-index:50}section.pd-banner .banner-timer .slide-time{background:hsla(0,0%,100%,.6);cursor:pointer;flex:1;height:100%;margin:0 5px;transition:background .3s}section.pd-banner .banner-timer .slide-time:hover{background:hsla(0,0%,100%,.8)}section.pd-banner .banner-timer .slide-time.is-active{background:#fff}section.pd-banner .banner-timer .slide-time.is-active .time{opacity:1}section.pd-banner .banner-timer .slide-time:first-child{margin-left:0}section.pd-banner .banner-timer .slide-time:last-child{margin-right:0}section.pd-banner .banner-timer .slide-time .time{background:#0c3579;height:100%;opacity:0;pointer-events:none;width:var(--tw)}section.pd-banner .banner-backgrounds{height:100%;left:0;position:absolute;top:0;width:100%}section.pd-banner .pd-banner-background{animation:none;display:block;opacity:0;pointer-events:none;transition:opacity 1s}section.pd-banner .pd-banner-background.is-animation{animation:zoomBg 7s ease-in}section.pd-banner .pd-banner-background.is-opacity{opacity:1}@keyframes zoomBg{0%{transform:scale(1)}to{transform:scale(1.1)}}section.pd-banner .pd-banner-background{align-items:flex-end;display:flex;height:100%;left:0;position:absolute;top:0;width:100%}section.pd-banner .pd-banner-background img{display:none;min-height:100%;min-width:100%;width:100%}section.pd-banner .pd-banner-background img,section.pd-banner .pd-banner-background img.desktop{height:100%;-o-object-fit:cover;object-fit:cover}@media (min-width:767px){section.pd-banner .pd-banner-background img.desktop{display:block}}@media (max-width:767px){section.pd-banner .pd-banner-background img.mobile{display:block}}section.pd-banner .pd-banner-background img.desktop-all{display:block}section.pd-banner .container{height:100%;padding:0;position:relative}@media (max-width:991px){section.pd-banner .container{height:100%!important;padding-top:45vh;width:95%}}section.pd-banner .container .content{display:flex;flex-direction:column;height:100%;justify-content:center}@media (max-width:1400px){section.pd-banner .container .content{margin-top:30px}}@media (max-width:991px){section.pd-banner .container .content{height:55vh;margin-top:0}}@media (max-width:576px){section.pd-banner .container .content{justify-content:start}}section.pd-banner .container .content .banner-inner-content{display:flex;flex-direction:column;height:100%;justify-content:center;opacity:0;pointer-events:none;position:absolute;transition:opacity 1s;width:calc(100% - 30px)}@media (max-width:576px){section.pd-banner .container .content .banner-inner-content{justify-content:start}}section.pd-banner .container .content .banner-inner-content.is-display{display:flex}section.pd-banner .container .content .banner-inner-content.is-opacity{opacity:1;pointer-events:all}section.pd-banner .container .content .banner-inner-content .banner-logo{filter:brightness(0) invert(1);height:120px;width:120px}@media (max-width:1400px){section.pd-banner .container .content .banner-inner-content .banner-logo{height:100px;width:100px}}@media (max-width:576px){section.pd-banner .container .content .banner-inner-content .banner-logo{height:80px;margin-top:15px;width:80px}}section.pd-banner .container .content .banner-inner-content h2{color:#202020;height:auto!important;margin-top:20px;text-transform:none}@media (max-width:1400px){section.pd-banner .container .content .banner-inner-content h2{font-size:40px;line-height:50px}}@media (max-width:991px){section.pd-banner .container .content .banner-inner-content h2{font-size:38px;line-height:40px}}@media (max-width:576px){section.pd-banner .container .content .banner-inner-content h2{font-size:24px;line-height:30px;margin-top:10px}}section.pd-banner .container .content .banner-inner-content h3{color:#202020;height:auto!important;margin-bottom:0;margin-top:20px}@media (max-width:1400px){section.pd-banner .container .content .banner-inner-content h3{font-size:20px;line-height:25px}}@media (max-width:991px){section.pd-banner .container .content .banner-inner-content h3{font-size:18px;line-height:23px}}@media (max-width:576px){section.pd-banner .container .content .banner-inner-content h3{font-size:14px;line-height:19px;margin-top:5px}}section.pd-banner .container .content .banner-inner-content p{color:#202020;font-size:16px;height:auto!important;line-height:25px;margin-top:20px}@media (max-width:991px){section.pd-banner .container .content .banner-inner-content p{display:none}}section.pd-banner .container .content .banner-inner-content button{align-self:start;background:#ed1c24;border-radius:5px;cursor:pointer;font-family:inherit;margin-top:20px;padding:15px 30px;transition:filter .3s}@media (max-width:576px){section.pd-banner .container .content .banner-inner-content button{font-size:16px;margin-top:15px;padding:12px 25px}}section.pd-banner .container .content .banner-inner-content button:hover{filter:brightness(1.1)}section.pd-banner .container .content .banner-inner-content button a{color:#fff;text-decoration:none}section.nav-boxes{padding-bottom:40px;position:relative}section.nav-boxes .bg-color-white,section.nav-boxes .bg-color-white .bg-background-color{background-color:#fff}section.nav-boxes .bg-color-black,section.nav-boxes .bg-color-black .bg-background-color{background-color:#202020}section.nav-boxes .bg-color-grey,section.nav-boxes .bg-color-grey .bg-background-color{background-color:#888}section.nav-boxes .bg-color-blue,section.nav-boxes .bg-color-blue .bg-background-color{background-color:#0c3579}section.nav-boxes .bg-color-blue h2,section.nav-boxes .bg-color-blue h3,section.nav-boxes .bg-color-blue h4,section.nav-boxes .bg-color-blue p{color:#fff}section.nav-boxes .bg-image-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.nav-boxes .bg-image-wrapper img{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.nav-boxes .bg-video-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.nav-boxes .bg-video-wrapper video{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.nav-boxes .head-content{padding-bottom:40px;padding-top:40px}section.nav-boxes .head-content h2{text-align:center}section.nav-boxes .head-content p{font-size:18px;line-height:25px}section.nav-boxes .head-content ul{margin-bottom:20px}section.nav-boxes .head-content ul li:before{background-color:#0c3579;border-radius:5px;content:"";height:5px;left:0;position:absolute;top:8px;width:5px}section.nav-boxes .head-content ul li{font-size:16px;line-height:24px;margin-bottom:10px;padding-left:20px;position:relative}@media (max-width:1366px){section.nav-boxes .head-content ul li{font-size:14px;line-height:22px}}section.nav-boxes .head-content ul li a{color:#395fa9}section.nav-boxes .head-content ul li ol,section.nav-boxes .head-content ul li ul{margin-top:10px}section.nav-boxes .head-content ol{list-style:decimal;margin-bottom:20px}section.nav-boxes .head-content ol li{font-size:16px;line-height:24px;margin-bottom:10px;padding-left:20px;position:relative}@media (max-width:1366px){section.nav-boxes .head-content ol li{font-size:14px;line-height:22px}}section.nav-boxes .head-content ol li a{color:#395fa9}section.nav-boxes .head-content ol li ol,section.nav-boxes .head-content ol li ul{margin-top:10px}@media (max-width:992px){section.nav-boxes .boxes li{margin-bottom:20px}}section.nav-boxes .boxes li:hover .content{background-color:#fff}section.nav-boxes .boxes li:hover .content div{background-color:#ed1c24!important}section.nav-boxes .boxes li .content{background-color:#ddf3fc;border-radius:30px;box-shadow:0 4px 8px 0 rgba(0,0,0,.2);cursor:pointer;height:100%;padding:10px;transition:background-color 1s}section.nav-boxes .boxes li .content div{background-color:#4fa0ca;border-radius:30px;height:60px;position:relative;transition:background-color 1s}@media (max-width:500px){section.nav-boxes .boxes li .content div{height:40px}}section.nav-boxes .boxes li .content div a{color:#fff;font-size:18px;font-weight:500;line-height:60px;margin-left:20px;text-decoration:none}@media (max-width:500px){section.nav-boxes .boxes li .content div a{font-size:14px;line-height:40px;margin-left:10px}}section.nav-boxes .boxes li .content div span{background-color:#0c3579;border-radius:30px;display:block;height:60px;position:absolute;right:0;top:0;width:60px}@media (max-width:500px){section.nav-boxes .boxes li .content div span{height:40px;width:40px}}section.nav-boxes .boxes li .content div span img{left:50%;max-height:60px;max-width:60px;position:absolute;top:50%;transform:translate(-50%,-50%)}@media (max-width:500px){section.nav-boxes .boxes li .content div span img{max-height:25px;max-width:25px}}section.nav-boxes .boxes li .content p{margin-bottom:10px;margin-top:10px;text-transform:uppercase}section.nav-boxes-two{overflow:hidden;padding-bottom:40px;padding-top:40px;position:relative}section.nav-boxes-two .bg-color-white,section.nav-boxes-two .bg-color-white .bg-background-color{background-color:#fff}section.nav-boxes-two .bg-color-black,section.nav-boxes-two .bg-color-black .bg-background-color{background-color:#202020}section.nav-boxes-two .bg-color-grey,section.nav-boxes-two .bg-color-grey .bg-background-color{background-color:#888}section.nav-boxes-two .bg-color-blue,section.nav-boxes-two .bg-color-blue .bg-background-color{background-color:#0c3579}section.nav-boxes-two .bg-color-blue h2,section.nav-boxes-two .bg-color-blue h3,section.nav-boxes-two .bg-color-blue h4,section.nav-boxes-two .bg-color-blue p{color:#fff}section.nav-boxes-two .bg-image-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.nav-boxes-two .bg-image-wrapper img{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.nav-boxes-two .bg-video-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.nav-boxes-two .bg-video-wrapper video{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.nav-boxes-two .head-content{padding-bottom:40px;padding-top:40px}section.nav-boxes-two .head-content h2{text-align:center}section.nav-boxes-two .head-content p{font-size:18px;line-height:25px}section.nav-boxes-two .head-content ul{margin-bottom:20px}section.nav-boxes-two .head-content ul li:before{background-color:#0c3579;border-radius:5px;content:"";height:5px;left:0;position:absolute;top:8px;width:5px}section.nav-boxes-two .head-content ul li{font-size:16px;line-height:24px;margin-bottom:10px;padding-left:20px;position:relative}@media (max-width:1366px){section.nav-boxes-two .head-content ul li{font-size:14px;line-height:22px}}section.nav-boxes-two .head-content ul li a{color:#395fa9}section.nav-boxes-two .head-content ul li ol,section.nav-boxes-two .head-content ul li ul{margin-top:10px}section.nav-boxes-two .head-content ol{list-style:decimal;margin-bottom:20px}section.nav-boxes-two .head-content ol li{font-size:16px;line-height:24px;margin-bottom:10px;padding-left:20px;position:relative}@media (max-width:1366px){section.nav-boxes-two .head-content ol li{font-size:14px;line-height:22px}}section.nav-boxes-two .head-content ol li a{color:#395fa9}section.nav-boxes-two .head-content ol li ol,section.nav-boxes-two .head-content ol li ul{margin-top:10px}section.nav-boxes-two .boxes{justify-content:center}section.nav-boxes-two .boxes li{padding:20px}@media (max-width:1200px){section.nav-boxes-two .boxes li{padding:10px}}@media (max-width:576px){section.nav-boxes-two .boxes li{padding:0 10px 10px}}section.nav-boxes-two .boxes li:hover .content{background-color:#ed1c24}section.nav-boxes-two .boxes li:hover .content .title-wrapper a{color:#fff}section.nav-boxes-two .boxes li .content{background-color:hsla(0,0%,100%,0);border:1px solid #ed1c24;border-radius:28px;cursor:pointer;height:150px;margin-bottom:20px;position:relative;transition:background-color 1s}@media (max-width:450px){section.nav-boxes-two .boxes li .content{height:100px;margin-bottom:10px}}section.nav-boxes-two .boxes li .content .title-wrapper{padding:10px;position:absolute;text-align:center;top:50%;transform:translateY(-50%);width:100%}@media (max-width:576px){section.nav-boxes-two .boxes li .content .title-wrapper{padding:5px}}section.nav-boxes-two .boxes li .content .title-wrapper a{color:#ed1c24;font-size:24px;font-weight:500;line-height:34px;text-decoration:none;transition:color .5s}@media (max-width:576px){section.nav-boxes-two .boxes li .content .title-wrapper a{font-size:16px;line-height:22px}}section.nav-boxes-two .boxes li .content .title-wrapper span{background-color:#0c3579;border-radius:30px;display:block;height:60px;position:absolute;right:0;top:0;width:60px}@media (max-width:500px){section.nav-boxes-two .boxes li .content .title-wrapper span{height:40px;width:40px}}section.nav-boxes-two .boxes li .content .title-wrapper span img{left:50%;max-height:60px;max-width:60px;position:absolute;top:50%;transform:translate(-50%,-50%)}@media (max-width:500px){section.nav-boxes-two .boxes li .content .title-wrapper span img{max-height:25px;max-width:25px}}section.nav-boxes-two .boxes li .content .btn-wrapper{bottom:20px;position:absolute;text-align:center;width:100%}section.nav-boxes-two .boxes li .content .btn-wrapper .cbtn-2{color:#fff}section.nav-boxes-two .boxes li .content p{margin-bottom:10px;margin-top:10px;text-transform:uppercase}section.nav-boxes-three{padding-bottom:40px;position:relative}section.nav-boxes-three .bg-color-white,section.nav-boxes-three .bg-color-white .bg-background-color{background-color:#fff}section.nav-boxes-three .bg-color-black,section.nav-boxes-three .bg-color-black .bg-background-color{background-color:#202020}section.nav-boxes-three .bg-color-grey,section.nav-boxes-three .bg-color-grey .bg-background-color{background-color:#888}section.nav-boxes-three .bg-color-blue,section.nav-boxes-three .bg-color-blue .bg-background-color{background-color:#0c3579}section.nav-boxes-three .bg-color-blue h2,section.nav-boxes-three .bg-color-blue h3,section.nav-boxes-three .bg-color-blue h4,section.nav-boxes-three .bg-color-blue p{color:#fff}section.nav-boxes-three .bg-image-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.nav-boxes-three .bg-image-wrapper img{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.nav-boxes-three .bg-video-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.nav-boxes-three .bg-video-wrapper video{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.nav-boxes-three .head-content{padding-bottom:40px;padding-top:40px}section.nav-boxes-three .head-content h2{text-align:center}section.nav-boxes-three .head-content p{font-size:18px;line-height:25px}section.nav-boxes-three .head-content ul{margin-bottom:20px}section.nav-boxes-three .head-content ul li:before{background-color:#0c3579;border-radius:5px;content:"";height:5px;left:0;position:absolute;top:8px;width:5px}section.nav-boxes-three .head-content ul li{font-size:16px;line-height:24px;margin-bottom:10px;padding-left:20px;position:relative}@media (max-width:1366px){section.nav-boxes-three .head-content ul li{font-size:14px;line-height:22px}}section.nav-boxes-three .head-content ul li a{color:#395fa9}section.nav-boxes-three .head-content ul li ol,section.nav-boxes-three .head-content ul li ul{margin-top:10px}section.nav-boxes-three .head-content ol{list-style:decimal;margin-bottom:20px}section.nav-boxes-three .head-content ol li{font-size:16px;line-height:24px;margin-bottom:10px;padding-left:20px;position:relative}@media (max-width:1366px){section.nav-boxes-three .head-content ol li{font-size:14px;line-height:22px}}section.nav-boxes-three .head-content ol li a{color:#395fa9}section.nav-boxes-three .head-content ol li ol,section.nav-boxes-three .head-content ol li ul{margin-top:10px}section.nav-boxes-three .boxes li{border-bottom:1px solid #888;border-top:1px solid #888;padding-left:0;padding-right:0}@media (max-width:992px){section.nav-boxes-three .boxes li{margin-bottom:0}}@media (min-width:1201px){section.nav-boxes-three .boxes li.per-13{flex:0 0 12.5%;max-width:12.5%}}section.nav-boxes-three .boxes li.per-13 .content{height:200px}@media (max-width:1500px){section.nav-boxes-three .boxes li.per-13 .content .title-wrapper{padding:10px}section.nav-boxes-three .boxes li.per-13 .content .title-wrapper a{font-size:16px;line-height:26px}}section.nav-boxes-three .boxes li:nth-child(2n) .content{background-color:#fff}section.nav-boxes-three .boxes li:nth-child(2n) .content .title-wrapper a{color:#202020}section.nav-boxes-three .boxes li:nth-child(2n) .content .btn-wrapper .cbtn-2{color:#0c3579}section.nav-boxes-three .boxes li:hover .content{background-color:#202020}section.nav-boxes-three .boxes li:hover .content .btn-wrapper .cbtn-2,section.nav-boxes-three .boxes li:hover .content .title-wrapper a{color:#fff}section.nav-boxes-three .boxes li:hover .content .btn-wrapper .cbtn-2:before{opacity:1}section.nav-boxes-three .boxes li .content{background-color:#0c3579;cursor:pointer;height:300px;position:relative;transition:background-color 1s}@media (max-width:450px){section.nav-boxes-three .boxes li .content{height:200px}}section.nav-boxes-three .boxes li .content .title-wrapper{left:50%;padding:20px;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);width:100%}section.nav-boxes-three .boxes li .content .title-wrapper a{color:#fff;font-size:18px;font-weight:500;line-height:28px;text-decoration:none;text-transform:uppercase;transition:color .5s}@media (max-width:500px){section.nav-boxes-three .boxes li .content .title-wrapper a{font-size:14px;line-height:21px}}section.nav-boxes-three .boxes li .content .title-wrapper span{background-color:#0c3579;border-radius:30px;display:block;height:60px;position:absolute;right:0;top:0;width:60px}@media (max-width:500px){section.nav-boxes-three .boxes li .content .title-wrapper span{height:40px;width:40px}}section.nav-boxes-three .boxes li .content .title-wrapper span img{left:50%;max-height:60px;max-width:60px;position:absolute;top:50%;transform:translate(-50%,-50%)}@media (max-width:500px){section.nav-boxes-three .boxes li .content .title-wrapper span img{max-height:25px;max-width:25px}}section.nav-boxes-three .boxes li .content .btn-wrapper{bottom:20px;position:absolute;text-align:center;width:100%}section.nav-boxes-three .boxes li .content .btn-wrapper .cbtn-2{color:#fff}section.nav-boxes-three .boxes li .content p{margin-bottom:10px;margin-top:10px;text-transform:uppercase}section.nav-boxes-four{overflow:hidden;padding-bottom:40px;padding-top:40px;position:relative}section.nav-boxes-four .bg-color-white,section.nav-boxes-four .bg-color-white .bg-background-color{background-color:#fff}section.nav-boxes-four .bg-color-black,section.nav-boxes-four .bg-color-black .bg-background-color{background-color:#202020}section.nav-boxes-four .bg-color-grey,section.nav-boxes-four .bg-color-grey .bg-background-color{background-color:#888}section.nav-boxes-four .bg-color-blue,section.nav-boxes-four .bg-color-blue .bg-background-color{background-color:#0c3579}section.nav-boxes-four .bg-color-blue h2,section.nav-boxes-four .bg-color-blue h3,section.nav-boxes-four .bg-color-blue h4,section.nav-boxes-four .bg-color-blue p{color:#fff}section.nav-boxes-four .bg-image-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.nav-boxes-four .bg-image-wrapper img{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.nav-boxes-four .bg-video-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.nav-boxes-four .bg-video-wrapper video{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.nav-boxes-four .head-content{padding-bottom:40px;padding-top:40px}section.nav-boxes-four .head-content h2{text-align:center}section.nav-boxes-four .head-content p{font-size:18px;line-height:25px}section.nav-boxes-four .head-content ul{margin-bottom:20px}section.nav-boxes-four .head-content ul li:before{background-color:#0c3579;border-radius:5px;content:"";height:5px;left:0;position:absolute;top:8px;width:5px}section.nav-boxes-four .head-content ul li{font-size:16px;line-height:24px;margin-bottom:10px;padding-left:20px;position:relative}@media (max-width:1366px){section.nav-boxes-four .head-content ul li{font-size:14px;line-height:22px}}section.nav-boxes-four .head-content ul li a{color:#395fa9}section.nav-boxes-four .head-content ul li ol,section.nav-boxes-four .head-content ul li ul{margin-top:10px}section.nav-boxes-four .head-content ol{list-style:decimal;margin-bottom:20px}section.nav-boxes-four .head-content ol li{font-size:16px;line-height:24px;margin-bottom:10px;padding-left:20px;position:relative}@media (max-width:1366px){section.nav-boxes-four .head-content ol li{font-size:14px;line-height:22px}}section.nav-boxes-four .head-content ol li a{color:#395fa9}section.nav-boxes-four .head-content ol li ol,section.nav-boxes-four .head-content ol li ul{margin-top:10px}section.nav-boxes-four .boxes{justify-content:center}section.nav-boxes-four .boxes li{padding:20px}@media (max-width:1200px){section.nav-boxes-four .boxes li{padding:10px}}@media (max-width:576px){section.nav-boxes-four .boxes li{padding:0 10px 10px}}section.nav-boxes-four .boxes li:hover .content{background-color:#ed1c24}section.nav-boxes-four .boxes li:hover .content .title-wrapper a{color:#fff}section.nav-boxes-four .boxes li:hover.red .content{background-color:#202020}section.nav-boxes-four .boxes li:hover.red .content .title-wrapper a{color:#fff}section.nav-boxes-four .boxes li.red .content{background-color:#ed1c24}section.nav-boxes-four .boxes li.red .content .title-wrapper a{color:#fff}section.nav-boxes-four .boxes li .content{background-color:hsla(0,0%,100%,0);border:1px solid #ed1c24;border-radius:28px;cursor:pointer;height:50px;margin-bottom:20px;margin-left:auto;margin-right:auto;max-width:300px;position:relative;transition:background-color 1s}@media (max-width:450px){section.nav-boxes-four .boxes li .content{height:50px;margin-bottom:10px}}section.nav-boxes-four .boxes li .content .title-wrapper{padding:10px;position:absolute;text-align:center;top:50%;transform:translateY(-50%);width:100%}@media (max-width:576px){section.nav-boxes-four .boxes li .content .title-wrapper{padding:5px}}section.nav-boxes-four .boxes li .content .title-wrapper a{color:#ed1c24;font-size:24px;font-weight:500;line-height:34px;text-decoration:none;transition:color .5s}@media (max-width:576px){section.nav-boxes-four .boxes li .content .title-wrapper a{font-size:16px;line-height:22px}}section.nav-boxes-four .boxes li .content .title-wrapper span{background-color:#0c3579;border-radius:30px;display:block;height:60px;position:absolute;right:0;top:0;width:60px}@media (max-width:500px){section.nav-boxes-four .boxes li .content .title-wrapper span{height:40px;width:40px}}section.nav-boxes-four .boxes li .content .title-wrapper span img{left:50%;max-height:60px;max-width:60px;position:absolute;top:50%;transform:translate(-50%,-50%)}@media (max-width:500px){section.nav-boxes-four .boxes li .content .title-wrapper span img{max-height:25px;max-width:25px}}section.nav-boxes-four .boxes li .content .btn-wrapper{bottom:20px;position:absolute;text-align:center;width:100%}section.nav-boxes-four .boxes li .content .btn-wrapper .cbtn-2{color:#fff}section.nav-boxes-four .boxes li .content p{margin-bottom:10px;margin-top:10px;text-transform:uppercase}section.text-section-with-photo{height:500px}@media (max-width:992px){section.text-section-with-photo{height:auto}}section.text-section-with-photo .bg-color-white,section.text-section-with-photo .bg-color-white .bg-background-color{background-color:#fff}section.text-section-with-photo .bg-color-black,section.text-section-with-photo .bg-color-black .bg-background-color{background-color:#202020}section.text-section-with-photo .bg-color-grey,section.text-section-with-photo .bg-color-grey .bg-background-color{background-color:#888}section.text-section-with-photo .bg-color-blue,section.text-section-with-photo .bg-color-blue .bg-background-color{background-color:#0c3579}section.text-section-with-photo .bg-color-blue h2,section.text-section-with-photo .bg-color-blue h3,section.text-section-with-photo .bg-color-blue h4,section.text-section-with-photo .bg-color-blue p{color:#fff}section.text-section-with-photo .row{height:100%}section.text-section-with-photo .row .content{height:100%;padding:0}section.text-section-with-photo .row .content .bg-image-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.text-section-with-photo .row .content .bg-image-wrapper img{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.text-section-with-photo .row .content .bg-video-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.text-section-with-photo .row .content .bg-video-wrapper video{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.text-section-with-photo .row .content .sub-content{display:table;height:100%;padding:40px 15px;position:relative}section.text-section-with-photo .row .content .sub-content .wrapper{display:table-cell;vertical-align:middle}@media (min-width:1200px){section.text-section-with-photo .row .content .sub-content.order-lg-2 .wrapper{padding-right:10%}}@media (min-width:1681px){section.text-section-with-photo .row .content .sub-content.order-lg-2 .wrapper{padding-right:22%}}@media (min-width:1200px){section.text-section-with-photo .row .content .sub-content.order-lg-1 .wrapper{padding-left:10%}}@media (min-width:1681px){section.text-section-with-photo .row .content .sub-content.order-lg-1 .wrapper{padding-left:22%}}section.text-section-with-photo .row .content .sub-content h2{margin-bottom:20px}section.text-section-with-photo .row .content .sub-content p{font-size:18px;line-height:25px}section.text-section-with-photo .row .content .sub-content ul{margin-top:10px}section.text-section-with-photo .row .content .sub-content ul li:before{background-color:#202020;content:"";height:5px;left:0;position:absolute;top:10px;width:5px}section.text-section-with-photo .row .content .sub-content ul li{font-size:18px;line-height:25px;margin-bottom:10px;padding-left:20px;position:relative}section.text-section-with-photo .row .photo{height:100%;overflow:hidden;padding-left:0;position:relative;z-index:0}@media (max-width:992px){section.text-section-with-photo .row .photo{height:300px}}section.text-section-with-photo .row .photo.left-top{border-radius:200px 0 0 0}section.text-section-with-photo .row .photo.right-top{border-radius:0 200px 0 0}section.text-section-with-photo .row .photo.right-bottom{border-radius:0 0 200px 0}section.text-section-with-photo .row .photo.left-bottom{border-radius:0 0 0 200px}section.text-section-with-photo .row .photo img,section.text-section-with-photo .row .photo video{height:auto;left:50%;min-height:100%;min-width:101%;-o-object-fit:cover;object-fit:cover;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}section.text-section-with-photo-two{position:relative}section.text-section-with-photo-two .bg-color-white,section.text-section-with-photo-two .bg-color-white .bg-background-color{background-color:#fff}section.text-section-with-photo-two .bg-color-black,section.text-section-with-photo-two .bg-color-black .bg-background-color{background-color:#202020}section.text-section-with-photo-two .bg-color-grey,section.text-section-with-photo-two .bg-color-grey .bg-background-color{background-color:#888}section.text-section-with-photo-two .bg-color-blue,section.text-section-with-photo-two .bg-color-blue .bg-background-color{background-color:#0c3579}section.text-section-with-photo-two .bg-color-blue h2,section.text-section-with-photo-two .bg-color-blue h3,section.text-section-with-photo-two .bg-color-blue h4,section.text-section-with-photo-two .bg-color-blue p{color:#fff}section.text-section-with-photo-two .bg-image-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.text-section-with-photo-two .bg-image-wrapper img{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.text-section-with-photo-two .bg-video-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.text-section-with-photo-two .bg-video-wrapper video{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.text-section-with-photo-two .row .content.bg-color-blue{background-color:#0c3579}section.text-section-with-photo-two .row .content.bg-color-blue h2,section.text-section-with-photo-two .row .content.bg-color-blue p{color:#ddf3fc}section.text-section-with-photo-two .row .content.bg-color-blue p{color:#fff}section.text-section-with-photo-two .row .content.bg-color-blue-light{background-color:#b1dff3}section.text-section-with-photo-two .row .content p{font-size:18px;line-height:25px}section.text-section-with-photo-two .row .photo{min-height:352px;overflow:hidden;position:relative}@media (min-width:1367px){section.text-section-with-photo-two .row .photo{min-height:300px}}@media (max-width:992px){section.text-section-with-photo-two .row .photo{margin-bottom:50px}}section.text-section-with-photo-two .row .photo .wrapper{border:2px solid #ed1c24;border-radius:352px;height:352px;margin-left:auto;margin-right:auto;max-width:100%;overflow:hidden;position:relative;width:352px;z-index:0}@media (min-width:1367px){section.text-section-with-photo-two .row .photo .wrapper{height:300px;width:300px}}@media (max-width:1200px){section.text-section-with-photo-two .row .photo .wrapper{height:250px;width:250px}}@media (max-width:992px){section.text-section-with-photo-two .row .photo .wrapper{height:352px;width:352px}}section.text-section-with-photo-two .row .photo .wrapper img{height:auto;left:50%;min-height:100%;min-width:101%;-o-object-fit:cover;object-fit:cover;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}section.text-section-with-photo-three{height:500px}@media (max-width:992px){section.text-section-with-photo-three{height:auto}}section.text-section-with-photo-three.bg-color-white{background-color:#fff}section.text-section-with-photo-three.bg-color-black{background-color:#202020}section.text-section-with-photo-three .bg-image-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.text-section-with-photo-three .bg-image-wrapper img{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.text-section-with-photo-three .bg-video-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.text-section-with-photo-three .bg-video-wrapper video{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.text-section-with-photo-three.bold-title h2{background-color:#0c3579;border-radius:20px 0 0 20px;color:#fff;display:inline-block;padding:10px 10px 10px 20px;position:relative}@media (max-width:576px){section.text-section-with-photo-three.bold-title h2{max-width:70%;padding:10px 0 10px 20px}}section.text-section-with-photo-three.bold-title h2:after{background-image:url(../img/title-finish-blue.svg);background-size:cover;content:"";height:100%;line-height:0;overflow:hidden;position:absolute;right:-89px;top:0;width:90px}section.text-section-with-photo-three h2,section.text-section-with-photo-three h3{margin-bottom:20px}section.text-section-with-photo-three p{font-size:18px;line-height:25px}section.text-section-with-photo-three .link-wrapper{text-align:right;width:100%}section.text-section-with-photo-three .row{height:100%}section.text-section-with-photo-three .row .extra-content{padding-top:40px}section.text-section-with-photo-three .row .content{height:100%;padding:0}@media (min-width:1367px){section.text-section-with-photo-three .row .content.order-lg-2 .wrapper{padding-right:30%}}@media (min-width:993px){section.text-section-with-photo-three .row .content.order-lg-1 .wrapper{padding-left:10%}}@media (min-width:1367px){section.text-section-with-photo-three .row .content.order-lg-1 .wrapper{padding-left:17%}}section.text-section-with-photo-three .row .content .sub-content{display:table;height:100%;padding:40px 15px;position:relative}section.text-section-with-photo-three .row .content .sub-content .wrapper{display:table-cell;vertical-align:middle}section.text-section-with-photo-three .row .content .sub-content ul{margin-top:10px}section.text-section-with-photo-three .row .content .sub-content ul li:before{background-color:#202020;content:"";height:5px;left:0;position:absolute;top:10px;width:5px}section.text-section-with-photo-three .row .content .sub-content ul li{font-size:18px;line-height:25px;margin-bottom:10px;padding-left:20px;position:relative}section.text-section-with-photo-three .row .photo{height:100%;overflow:hidden;padding-left:0;position:relative;z-index:0}@media (max-width:992px){section.text-section-with-photo-three .row .photo{height:300px}}section.text-section-with-photo-three .row .photo:after{content:url(../img/sections/text_section_with_photo_three/under-mask.svg);max-width:100%;position:absolute;right:0;top:50%;transform:translateY(-42%);z-index:1}section.text-section-with-photo-three .row .photo .wrapper{height:265px;-webkit-mask-image:url(../img/sections/text_section_with_photo_three/mask-photo.svg);mask-image:url(../img/sections/text_section_with_photo_three/mask-photo.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover;max-width:95%;position:absolute;right:0;top:50%;transform:translateY(-50%);width:460px;z-index:2}section.text-section-with-photo-three .row .photo .wrapper img,section.text-section-with-photo-three .row .photo .wrapper video{height:auto;left:50%;min-height:100%;min-width:101%;-o-object-fit:cover;object-fit:cover;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}section.text-section-with-photo-four{height:580px;padding-bottom:40px;padding-top:40px}@media (max-width:992px){section.text-section-with-photo-four{height:auto;padding-bottom:20px;padding-top:20px}}section.text-section-with-photo-four .bg-color-white,section.text-section-with-photo-four .bg-color-white .bg-background-color{background-color:#fff}section.text-section-with-photo-four .bg-color-black,section.text-section-with-photo-four .bg-color-black .bg-background-color{background-color:#202020}section.text-section-with-photo-four .bg-color-grey,section.text-section-with-photo-four .bg-color-grey .bg-background-color{background-color:#888}section.text-section-with-photo-four .bg-color-blue,section.text-section-with-photo-four .bg-color-blue .bg-background-color{background-color:#0c3579}section.text-section-with-photo-four .bg-color-blue h2,section.text-section-with-photo-four .bg-color-blue h3,section.text-section-with-photo-four .bg-color-blue h4,section.text-section-with-photo-four .bg-color-blue p{color:#fff}section.text-section-with-photo-four .bg-image-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.text-section-with-photo-four .bg-image-wrapper img{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.text-section-with-photo-four .bg-video-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.text-section-with-photo-four .bg-video-wrapper video{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.text-section-with-photo-four .container,section.text-section-with-photo-four .container .row{height:100%}section.text-section-with-photo-four .container .row .content{height:100%;padding:0}section.text-section-with-photo-four .container .row .content .sub-content{display:table;height:100%;padding-left:15px;padding-right:15px;position:relative}@media (max-width:1200px){section.text-section-with-photo-four .container .row .content .sub-content{padding-bottom:0;padding-top:0}}section.text-section-with-photo-four .container .row .content .sub-content .wrapper{display:table-cell;vertical-align:middle}@media (min-width:1200px){section.text-section-with-photo-four .container .row .content .sub-content.order-lg-2 .wrapper{padding-right:10%}}@media (min-width:1681px){section.text-section-with-photo-four .container .row .content .sub-content.order-lg-2 .wrapper{padding-right:22%}}@media (min-width:1200px){section.text-section-with-photo-four .container .row .content .sub-content.order-lg-1 .wrapper{padding-left:10%}}@media (min-width:1681px){section.text-section-with-photo-four .container .row .content .sub-content.order-lg-1 .wrapper{padding-left:22%}}section.text-section-with-photo-four .container .row .content .sub-content h1,section.text-section-with-photo-four .container .row .content .sub-content h2{margin-bottom:20px}section.text-section-with-photo-four .container .row .content .sub-content p{font-size:18px;line-height:25px}section.text-section-with-photo-four .container .row .content .sub-content ul{margin-top:10px}section.text-section-with-photo-four .container .row .content .sub-content ul li:before{background-color:#202020;content:"";height:5px;left:0;position:absolute;top:10px;width:5px}section.text-section-with-photo-four .container .row .content .sub-content ul li{font-size:18px;line-height:25px;margin-bottom:10px;padding-left:20px;position:relative;transform:inherit}section.text-section-with-photo-four .container .row .photo{height:100%;overflow:hidden;padding-left:0;position:relative;z-index:0}@media (max-width:992px){section.text-section-with-photo-four .container .row .photo{height:auto;margin-bottom:20px;overflow:visible;width:100%}}section.text-section-with-photo-four .container .row .photo.overflow-false{height:auto;overflow:visible;width:100%}section.text-section-with-photo-four .container .row .photo.overflow-false img{height:auto;left:inherit;-o-object-fit:contain;object-fit:contain;position:relative;top:inherit;transform:inherit;width:100%}section.text-section-with-photo-four .container .row .photo.left-top{border-radius:200px 0 0 0}section.text-section-with-photo-four .container .row .photo.right-top{border-radius:0 200px 0 0}section.text-section-with-photo-four .container .row .photo.right-bottom{border-radius:0 0 200px 0}section.text-section-with-photo-four .container .row .photo.left-bottom{border-radius:0 0 0 200px}section.text-section-with-photo-four .container .row .photo img{height:auto;left:50%;min-height:100%;min-width:101%;-o-object-fit:cover;object-fit:cover;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}@media (max-width:992px){section.text-section-with-photo-four .container .row .photo img{left:inherit;position:relative;top:inherit;transform:inherit}}section.text-section-with-photo-four .container .row .photo video{height:auto;left:50%;min-height:100%;min-width:101%;-o-object-fit:cover;object-fit:cover;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}section.text-section-with-photo-five{min-height:580px;padding-bottom:40px;padding-top:40px;--photo-h:400px}@media (max-width:992px){section.text-section-with-photo-five{height:auto;padding-bottom:20px;padding-top:20px}}section.text-section-with-photo-five .bg-color-white,section.text-section-with-photo-five .bg-color-white .bg-background-color{background-color:#fff}section.text-section-with-photo-five .bg-color-black,section.text-section-with-photo-five .bg-color-black .bg-background-color{background-color:#202020}section.text-section-with-photo-five .bg-color-grey,section.text-section-with-photo-five .bg-color-grey .bg-background-color{background-color:#888}section.text-section-with-photo-five .bg-color-blue,section.text-section-with-photo-five .bg-color-blue .bg-background-color{background-color:#0c3579}section.text-section-with-photo-five .bg-color-blue h2,section.text-section-with-photo-five .bg-color-blue h3,section.text-section-with-photo-five .bg-color-blue h4,section.text-section-with-photo-five .bg-color-blue p{color:#fff}section.text-section-with-photo-five .bg-image-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.text-section-with-photo-five .bg-image-wrapper img{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.text-section-with-photo-five .bg-video-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.text-section-with-photo-five .bg-video-wrapper video{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.text-section-with-photo-five .container,section.text-section-with-photo-five .container .row{height:100%;min-height:100%}section.text-section-with-photo-five .container .row .content{height:100%;min-height:100%;padding:0}section.text-section-with-photo-five .container .row .content.order-lg-2 .wrapper{padding-left:20px}section.text-section-with-photo-five .container .row .content.order-lg-1 .wrapper{padding-right:20px}section.text-section-with-photo-five .container .row .content .sub-content{display:table;height:100%;padding-bottom:40px;position:relative}@media (max-width:1200px){section.text-section-with-photo-five .container .row .content .sub-content{padding-bottom:0;padding-top:0}}section.text-section-with-photo-five .container .row .content .sub-content .wrapper{display:table-cell;vertical-align:middle}section.text-section-with-photo-five .container .row .content .sub-content h1,section.text-section-with-photo-five .container .row .content .sub-content h2{margin-bottom:20px}section.text-section-with-photo-five .container .row .content .sub-content p{font-size:18px;line-height:25px}section.text-section-with-photo-five .container .row .content .sub-content ul{margin-top:10px}section.text-section-with-photo-five .container .row .content .sub-content ul li:before{background-color:#202020;content:"";height:5px;left:0;position:absolute;top:10px;width:5px}section.text-section-with-photo-five .container .row .content .sub-content ul li{font-size:18px;line-height:25px;margin-bottom:10px;padding-left:20px;position:relative}section.text-section-with-photo-five .container .row .photo{height:var(--photo-h);min-height:100%;overflow:hidden;padding-left:0;position:relative;z-index:0}@media (max-width:992px){section.text-section-with-photo-five .container .row .photo{height:auto;margin-bottom:20px;overflow:visible;width:100%}}section.text-section-with-photo-five .container .row .photo.overflow-false{height:auto;overflow:visible;width:100%}section.text-section-with-photo-five .container .row .photo.overflow-false img{height:auto;left:inherit;-o-object-fit:contain;object-fit:contain;position:relative;top:inherit;transform:inherit;width:100%}section.text-section-with-photo-five .container .row .photo.left-top{border-radius:200px 0 0 0}section.text-section-with-photo-five .container .row .photo.right-top{border-radius:0 200px 0 0}section.text-section-with-photo-five .container .row .photo.right-bottom{border-radius:0 0 200px 0}section.text-section-with-photo-five .container .row .photo.left-bottom{border-radius:0 0 0 200px}section.text-section-with-photo-five .container .row .photo img{height:auto;left:50%;min-height:100%;min-width:101%;-o-object-fit:cover;object-fit:cover;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}@media (max-width:992px){section.text-section-with-photo-five .container .row .photo img{left:inherit;position:relative;top:inherit;transform:inherit}}section.text-section-with-photo-five .container .row .photo video{height:auto;left:50%;min-height:100%;min-width:101%;-o-object-fit:cover;object-fit:cover;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}section.text-section-with-many-photos{height:600px}@media (max-width:992px){section.text-section-with-many-photos{height:auto}}section.text-section-with-many-photos .bg-color-white,section.text-section-with-many-photos .bg-color-white .bg-background-color{background-color:#fff}section.text-section-with-many-photos .bg-color-black,section.text-section-with-many-photos .bg-color-black .bg-background-color{background-color:#202020}section.text-section-with-many-photos .bg-color-grey,section.text-section-with-many-photos .bg-color-grey .bg-background-color{background-color:#888}section.text-section-with-many-photos .bg-color-blue,section.text-section-with-many-photos .bg-color-blue .bg-background-color{background-color:#0c3579}section.text-section-with-many-photos .bg-color-blue h2,section.text-section-with-many-photos .bg-color-blue h3,section.text-section-with-many-photos .bg-color-blue h4,section.text-section-with-many-photos .bg-color-blue p{color:#fff}section.text-section-with-many-photos .row{height:100%}section.text-section-with-many-photos .row .content{height:100%;padding:0}section.text-section-with-many-photos .row .content .bg-image-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.text-section-with-many-photos .row .content .bg-image-wrapper img{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.text-section-with-many-photos .row .content .bg-video-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.text-section-with-many-photos .row .content .bg-video-wrapper video{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}@media (min-width:1200px){section.text-section-with-many-photos .row .content.order-lg-2 .wrapper{padding-right:10%}}@media (min-width:1681px){section.text-section-with-many-photos .row .content.order-lg-2 .wrapper{padding-right:var(--containerMargin)}}@media (min-width:1200px){section.text-section-with-many-photos .row .content.order-lg-1 .wrapper{padding-left:10%}}@media (min-width:1681px){section.text-section-with-many-photos .row .content.order-lg-1 .wrapper{padding-left:var(--containerMargin)}}section.text-section-with-many-photos .row .content .sub-content{display:table;height:100%;padding:40px 15px;position:relative}section.text-section-with-many-photos .row .content .sub-content .wrapper{display:table-cell;vertical-align:middle}section.text-section-with-many-photos .row .content .sub-content h2{margin-bottom:20px}section.text-section-with-many-photos .row .content .sub-content ul{margin-top:10px}section.text-section-with-many-photos .row .content .sub-content ul li{font-size:18px;line-height:25px;margin-bottom:10px;padding-left:20px;position:relative}section.text-section-with-many-photos .row .content .sub-content .cbtn,section.text-section-with-many-photos .row .content .sub-content .cbtn-2{margin-top:20px}section.text-section-with-many-photos .row .photo{display:flex;flex-direction:row;height:100%;padding-left:0;position:relative;z-index:0}@media (max-width:992px){section.text-section-with-many-photos .row .photo{height:600px}}@media (max-width:450px){section.text-section-with-many-photos .row .photo{height:300px}}section.text-section-with-many-photos .row .photo.left-top{border-radius:200px 0 0 0}section.text-section-with-many-photos .row .photo.right-top{border-radius:0 200px 0 0}section.text-section-with-many-photos .row .photo.right-bottom{border-radius:0 0 200px 0}section.text-section-with-many-photos .row .photo.left-bottom{border-radius:0 0 0 200px}section.text-section-with-many-photos .row .photo .col{display:flex;flex-basis:50%;flex-direction:column;justify-content:center}@media (max-width:576px){section.text-section-with-many-photos .row .photo .col{gap:20px}}section.text-section-with-many-photos .row .photo .col.col-index-0 .img img{-o-object-position:right;object-position:right}section.text-section-with-many-photos .row .photo .col.col-index-1 .img img{-o-object-position:left;object-position:left}section.text-section-with-many-photos .row .photo .col .img{display:flex}section.text-section-with-many-photos .row .photo .col .img img{align-items:center;display:flex;height:auto;justify-content:center;-o-object-fit:scale-down;object-fit:scale-down;position:relative;width:100%}section.text-section-with-many-photos .row .photo .col .img video{height:auto;left:50%;min-height:100%;min-width:101%;-o-object-fit:cover;object-fit:cover;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}section.text-section-100{position:relative}section.text-section-100 .bg-color-white,section.text-section-100 .bg-color-white .bg-background-color{background-color:#fff}section.text-section-100 .bg-color-black,section.text-section-100 .bg-color-black .bg-background-color{background-color:#202020}section.text-section-100 .bg-color-grey,section.text-section-100 .bg-color-grey .bg-background-color{background-color:#888}section.text-section-100 .bg-color-blue,section.text-section-100 .bg-color-blue .bg-background-color{background-color:#0c3579}section.text-section-100 .bg-color-blue h2,section.text-section-100 .bg-color-blue h3,section.text-section-100 .bg-color-blue h4,section.text-section-100 .bg-color-blue p{color:#fff}section.text-section-100 .bg-image-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.text-section-100 .bg-image-wrapper img{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.text-section-100 .bg-video-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.text-section-100 .bg-video-wrapper video{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.text-section-100 .row .content{padding-bottom:40px;padding-top:40px}section.text-section-100 .row .content h2{text-align:center}section.text-section-100 .row .content p{font-size:18px;line-height:25px}section.text-section-100 .row .content ul{margin-bottom:20px}section.text-section-100 .row .content ul li:before{background-color:#0c3579;border-radius:5px;content:"";height:5px;left:0;position:absolute;top:8px;width:5px}section.text-section-100 .row .content ul li{font-size:16px;line-height:24px;margin-bottom:10px;padding-left:20px;position:relative}@media (max-width:1366px){section.text-section-100 .row .content ul li{font-size:14px;line-height:22px}}section.text-section-100 .row .content ul li a{color:#395fa9}section.text-section-100 .row .content ul li ol,section.text-section-100 .row .content ul li ul{margin-top:10px}section.text-section-100 .row .content ol{list-style:decimal;margin-bottom:20px}section.text-section-100 .row .content ol li{font-size:16px;line-height:24px;margin-bottom:10px;padding-left:20px;position:relative}@media (max-width:1366px){section.text-section-100 .row .content ol li{font-size:14px;line-height:22px}}section.text-section-100 .row .content ol li a{color:#395fa9}section.text-section-100 .row .content ol li ol,section.text-section-100 .row .content ol li ul{margin-top:10px}section.text-section-with-benefits{overflow:hidden;padding-bottom:40px;position:relative}section.text-section-with-benefits .bg-color-white,section.text-section-with-benefits .bg-color-white .bg-background-color{background-color:#fff}section.text-section-with-benefits .bg-color-black,section.text-section-with-benefits .bg-color-black .bg-background-color{background-color:#202020}section.text-section-with-benefits .bg-color-grey,section.text-section-with-benefits .bg-color-grey .bg-background-color{background-color:#888}section.text-section-with-benefits .bg-color-blue,section.text-section-with-benefits .bg-color-blue .bg-background-color{background-color:#0c3579}section.text-section-with-benefits .bg-color-blue h2,section.text-section-with-benefits .bg-color-blue h3,section.text-section-with-benefits .bg-color-blue h4,section.text-section-with-benefits .bg-color-blue p{color:#fff}section.text-section-with-benefits.left-top{border-radius:200px 0 0 0}section.text-section-with-benefits.right-top{border-radius:0 200px 0 0}section.text-section-with-benefits.right-bottom{border-radius:0 0 200px 0}section.text-section-with-benefits.left-bottom{border-radius:0 0 0 200px}section.text-section-with-benefits>img{bottom:0;height:auto;min-width:100%;-o-object-fit:cover;object-fit:cover;position:absolute;right:0}section.text-section-with-benefits .row .content{padding-bottom:40px;padding-top:40px}section.text-section-with-benefits .row .content h2{text-align:center}section.text-section-with-benefits .row .content p{font-size:18px;line-height:25px}section.text-section-with-benefits .row.benefits .benefit{margin-bottom:20px}section.text-section-with-benefits .row.benefits .benefit .wrapper{background-color:#395fa9;border-radius:20px;height:100%;padding:20px}section.text-section-with-benefits .row.benefits .benefit .wrapper img{display:block;height:40px;margin-bottom:20px;margin-left:auto;margin-right:auto;width:auto}section.text-section-with-benefits .row.benefits .benefit .wrapper p{color:#fff;text-align:center}.section-with-faq.bg-color-black .container.faq-component .row .question-content{background:#202020}.section-with-faq.bg-color-black .container.faq-component .row .question-content>ul>li{border-bottom:1px solid #2a2d34}.section-with-faq.bg-color-black .container.faq-component .row .question-content>ul>li:hover{background:#606060}.section-with-faq.bg-color-black .container.faq-component .row .question-content>ul>li .title-container h3{color:#fff}.section-with-faq.bg-color-black .container.faq-component .row .question-content>ul>li .title-container .plus,.section-with-faq.bg-color-black .container.faq-component .row .question-content>ul>li .title-container .plus:after{background-color:#fff}.container.faq-component .row .description-container{margin:40px 0;text-align:center}.container.faq-component .row .description-container p{font-size:18px;line-height:28px;text-align:center;text-transform:uppercase}.container.faq-component .row .question-content{background:#f8f8f8;border:1px solid #ebebeb;margin-bottom:50px;padding:0}@media (max-width:576px){.container.faq-component .row .question-content{margin:0 auto 50px;max-width:95%;padding:0}}.container.faq-component .row .question-content>ul>li{border-bottom:1px solid hsla(0,0%,92%,.443);cursor:pointer;max-height:calc(var(--qh) + 30px);overflow:hidden;padding:15px 50px;transition:max-height .5s,background .5s}@media (max-width:576px){.container.faq-component .row .question-content>ul>li{padding:15px 25px}}.container.faq-component .row .question-content>ul>li:hover{background:hsla(0,0%,100%,.4)}.container.faq-component .row .question-content>ul>li.is-active{max-height:calc(var(--sh) + 35px)}.container.faq-component .row .question-content>ul>li.is-active .title-container img{transform:rotate(180deg) translate(0)}.container.faq-component .row .question-content>ul>li.is-active .title-container .plus{transform:translateY(-50%) rotate(90deg)}.container.faq-component .row .question-content>ul>li.is-active .title-container .plus:after{transform:translateY(-50%) rotate(180deg)}.container.faq-component .row .question-content>ul>li:last-of-type{border-bottom:none}.container.faq-component .row .question-content>ul>li .title-container{align-items:flex-start;display:flex;justify-content:space-between;min-height:30px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.container.faq-component .row .question-content>ul>li .title-container img{height:auto;position:absolute;right:0;top:50%;transform:translateY(-50%);transition:transform .5s;vertical-align:top;width:22px}@media (max-width:576px){.container.faq-component .row .question-content>ul>li .title-container img{height:auto;width:18px}}.container.faq-component .row .question-content>ul>li .title-container .plus{background-color:#202020;height:20px;position:absolute;right:0;top:50%;transform:translateY(-50%);transition:transform .5s;width:2px}.container.faq-component .row .question-content>ul>li .title-container .plus:after{background-color:#202020;content:"";height:20px;position:absolute;right:0;top:50%;transform:translateY(-50%) rotate(90deg);transition:transform .5s;width:2px}.container.faq-component .row .question-content>ul>li .title-container h3{font-size:18px;line-height:30px;margin-bottom:0;text-align:left;vertical-align:middle;width:calc(100% - 50px)}@media (max-width:576px){.container.faq-component .row .question-content>ul>li .title-container h3{font-size:15px;line-height:25px}}.container.faq-component .row .question-content>ul>li .answer{margin-top:15px;padding-bottom:20px;width:calc(100% - 26px)}@media (max-width:991px){.container.faq-component .row .question-content>ul>li .answer{width:100%}}@media (max-width:576px){.container.faq-component .row .question-content>ul>li .answer{margin-top:12px}}.container.faq-component .row .question-content>ul>li .answer p{font-size:16px;font-weight:400;line-height:26px;margin-bottom:14px}.container.faq-component .row .question-content>ul>li .answer p:last-child{margin-bottom:0}@media (max-width:576px){.container.faq-component .row .question-content>ul>li .answer p{font-size:13px;line-height:19px}}.container.faq-component .row .question-content>ul>li .answer p a{text-decoration:none;transition:color .3s}.container.faq-component .row .question-content>ul>li .answer p b,.container.faq-component .row .question-content>ul>li .answer p strong{font-weight:700}.container.faq-component .row .question-content>ul>li .answer ul{margin-bottom:20px}.container.faq-component .row .question-content>ul>li .answer ul li:before{background-color:#0c3579;border-radius:5px;content:"";height:5px;left:0;position:absolute;top:8px;width:5px}.container.faq-component .row .question-content>ul>li .answer ul li{font-size:16px;line-height:24px;margin-bottom:10px;padding-left:20px;position:relative}@media (max-width:1366px){.container.faq-component .row .question-content>ul>li .answer ul li{font-size:14px;line-height:22px}}.container.faq-component .row .question-content>ul>li .answer ol{list-style:decimal;margin-bottom:20px;padding-left:20px}.container.faq-component .row .question-content>ul>li .answer ol li{font-size:16px;line-height:24px;margin-bottom:10px;position:relative}@media (max-width:1366px){.container.faq-component .row .question-content>ul>li .answer ol li{font-size:14px;line-height:22px}}section.section-with-faq{padding-bottom:80px;position:relative}section.section-with-faq .bg-color-white,section.section-with-faq .bg-color-white .bg-background-color{background-color:#fff}section.section-with-faq .bg-color-black,section.section-with-faq .bg-color-black .bg-background-color{background-color:#202020}section.section-with-faq .bg-color-grey,section.section-with-faq .bg-color-grey .bg-background-color{background-color:#888}section.section-with-faq .bg-color-blue,section.section-with-faq .bg-color-blue .bg-background-color{background-color:#0c3579}section.section-with-faq .bg-color-blue h2,section.section-with-faq .bg-color-blue h3,section.section-with-faq .bg-color-blue h4,section.section-with-faq .bg-color-blue p{color:#fff}section.section-with-faq .bg-image-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.section-with-faq .bg-image-wrapper img{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.section-with-faq .bg-video-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.section-with-faq .bg-video-wrapper video{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.section-with-faq .row .content{padding-bottom:40px;padding-top:40px}section.section-with-faq .row .content h2{text-align:center}section.section-with-faq .row .content p{font-size:18px;line-height:25px}section.section-with-faq .link-row{text-align:center}form.sent .wpcf7-response-output{background-color:rgba(50,134,24,.42);border-color:green!important;border-radius:20px;color:#fff;padding:20px!important}form .wpcf7-response-output{background-color:rgba(255,0,0,.42);border-color:#ed1c24!important;color:#fff;font-size:12px;line-height:20px;padding:20px!important;text-align:center}form.submitting .wpcf7-spinner{display:block}form .wpcf7-spinner{display:none;margin:10px auto;width:24px}form .wpcf7-list-item,form>ul{margin:0}form>ul{box-sizing:border-box;display:flex;flex-wrap:wrap;gap:15px;justify-content:right}form>ul li{width:100%}form>ul li.reset-btn{flex:2 0 40%;text-align:right}@media (max-width:576px){form>ul li.reset-btn{display:none}}form>ul li.reset-btn .cbtn{padding-right:40px;width:240px}form>ul li.submit-btn{flex:1 0 5%;text-align:right}form>ul li.submit-btn .cbtn{padding:20px 40px;text-align:center;width:100%}form>ul li.submit{text-align:center}form>ul li p{color:#fff;margin-bottom:0}form>ul li p a{color:#fff;text-decoration:underline;transition:color .5s}form>ul li p a:hover{color:green}form>ul li label{font-size:16px;line-height:26px;padding-bottom:10px;width:100%}form>ul li span{flex-basis:100%;width:100%}form>ul li span input,form>ul li span select,form>ul li span textarea{background:#fff;border-bottom:1px solid #202020;box-sizing:border-box;color:#000;height:50px;padding:0 15px;text-align:left;text-transform:none;width:100%}form>ul li span input::-moz-placeholder,form>ul li span select::-moz-placeholder,form>ul li span textarea::-moz-placeholder{color:#888;opacity:1;text-align:left}form>ul li span input::placeholder,form>ul li span select::placeholder,form>ul li span textarea::placeholder{color:#888;opacity:1;text-align:left}form>ul li span input[type=checkbox],form>ul li span select[type=checkbox],form>ul li span textarea[type=checkbox]{border:1px solid #202020;height:15px;position:relative;width:15px}form>ul li span input[type=checkbox]:checked:before,form>ul li span select[type=checkbox]:checked:before,form>ul li span textarea[type=checkbox]:checked:before{background-color:#0c3579;content:"";height:10px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:10px}form>ul li span[class*=co-package],form>ul li span[class*=select-]{display:block;height:100%;position:relative}form>ul li span[class*=co-package]:hover:after,form>ul li span[class*=select-]:hover:after{opacity:1}form>ul li span[class*=co-package]:before,form>ul li span[class*=select-]:before{background-image:url(../img/select-arrow.svg);background-size:cover;border-radius:0 20px 20px 0;content:" ";height:51px;pointer-events:none;position:absolute;right:0;top:-1px;width:40px;z-index:10}form>ul li span[class*=co-package]:after,form>ul li span[class*=select-]:after{background-image:url(../img/select-arrow-hover.svg);background-size:cover;border-radius:0 20px 20px 0;content:" ";height:51px;opacity:0;pointer-events:none;position:absolute;right:0;top:-1px;transition:opacity .5s;width:40px;z-index:11}form>ul li span select{color:#0c3579;cursor:pointer;position:relative}form>ul li span select.selected{color:#000}form>ul li span select option{color:#0c3579}form>ul li span select option:checked{background-color:#0c3579;color:#fff}form>ul li span select option:disabled{background-color:#fff;color:grey}form>ul li span textarea{border:1px solid #202020;height:150px;padding-top:10px}form>ul li span .wpcf7-not-valid-tip{color:#ed1c24;margin-bottom:0;margin-top:10px}form>ul li span br{display:none}form>ul li.file{align-items:center;display:flex;width:100%}@media (max-width:767px){form>ul li.file{flex-direction:column;gap:10px;justify-content:center}}form>ul li.file p{align-items:center;display:flex;margin-bottom:0;width:100%}@media (max-width:767px){form>ul li.file p{flex-direction:column;gap:10px;justify-content:center}}form>ul li.file .file-484,form>ul li.file .wpcf7-form-control-wrap{color:#fff;display:flex;flex-basis:50%;height:35px;line-height:35px;text-align:center;text-transform:uppercase}@media (max-width:767px){form>ul li.file .file-484,form>ul li.file .wpcf7-form-control-wrap{justify-content:center;width:300px}}form>ul li.file .file-484 .file_input,form>ul li.file .wpcf7-form-control-wrap .file_input{border-radius:70px;height:35px;position:relative;width:90%}form>ul li.file .file-484 .file_input:after,form>ul li.file .wpcf7-form-control-wrap .file_input:after{background:#989898;border-radius:70px;color:#fff;content:"Dodaj załącznik/zdjęcie";font-family:Jost;font-size:12px;height:35px;line-height:35px;padding:0 10px;position:absolute;right:0;text-align:center;text-transform:uppercase;top:0;transition:filter .4s linear;width:100%}form>ul li.file .file-484 .file_input:hover:after,form>ul li.file .wpcf7-form-control-wrap .file_input:hover:after{filter:brightness(150%)}form>ul li.uploaded-photo{display:flex;justify-content:flex-start;margin-top:10px;max-height:120px;width:120px}form>ul li.uploaded-photo.displayPhoto{display:none}form>ul li.uploaded-photo .upload-image-wrapper{display:block!important;display:none;height:90px;position:relative;width:100%}form>ul li.uploaded-photo .upload-image-wrapper .img-wrapper{border:1px solid #fff;height:100%;-o-object-fit:cover;object-fit:cover;overflow:hidden;padding:5px;width:auto}form>ul li.uploaded-photo .upload-image-wrapper button{background:#fff;cursor:pointer;font-family:sans-serif;font-size:24px;height:25px;line-height:25px;position:absolute;right:0;top:0;transform:translateY(1px);transition:background .5s linear;vertical-align:middle;width:25px}form>ul li.uploaded-photo .upload-image-wrapper button:hover{background:red}section.form{overflow:hidden;position:relative;width:100%}section.form,section.form.bg-color-white{background-color:#fff}section.form.bg-color-black{background-color:#202020}section.form .content{position:relative}section.form .content:before{background-image:url(../img/ornament.svg);background-size:contain;content:"";height:200px;left:85%;position:absolute;top:85%;transform:translate(-50%,-50%) rotate(10deg);width:200px}@media (max-width:1366px){section.form .content:before{height:200px;width:200px}}@media (max-width:992px){section.form .content:before{display:none}}section.form .content h3{text-transform:uppercase}section.form .content p{font-size:17px;font-style:normal;font-weight:400;line-height:27px;margin:0;text-align:justify}section.form .content p span{display:block}@media (max-width:767px){section.form .content p span{display:inline-block}}section.form .content.animated .image-wrapper{clip-path:polygon(0 0,100% 10%,90% 85%,0 100%)}section.form .content .image-wrapper{clip-path:polygon(0 0,90% 10%,100% 85%,0 100%);height:700px;position:relative;transition:clip-path 2s}@media (max-width:992px){section.form .content .image-wrapper{display:none}}section.form .content .image-wrapper img{height:100%;width:auto}section.form .form-content{padding-bottom:40px;padding-right:40px;padding-top:40px}@media (max-width:992px){section.form .form-content{padding-left:40px}}section.section-with-form{position:relative}section.section-with-form .bg-color-white,section.section-with-form .bg-color-white .bg-background-color{background-color:#fff}section.section-with-form .bg-color-black,section.section-with-form .bg-color-black .bg-background-color{background-color:#202020}section.section-with-form .bg-color-grey,section.section-with-form .bg-color-grey .bg-background-color{background-color:#888}section.section-with-form .bg-color-blue,section.section-with-form .bg-color-blue .bg-background-color{background-color:#0c3579}section.section-with-form .bg-color-blue h2,section.section-with-form .bg-color-blue h3,section.section-with-form .bg-color-blue h4,section.section-with-form .bg-color-blue p{color:#fff}section.section-with-form .bg-image-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.section-with-form .bg-image-wrapper img{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.section-with-form .bg-video-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.section-with-form .bg-video-wrapper video{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.section-with-form .link-row{text-align:center}section.section-with-form-component{position:relative}section.section-with-form-component .bg-color-white,section.section-with-form-component .bg-color-white .bg-background-color{background-color:#fff}section.section-with-form-component .bg-color-black,section.section-with-form-component .bg-color-black .bg-background-color{background-color:#202020}section.section-with-form-component .bg-color-grey,section.section-with-form-component .bg-color-grey .bg-background-color{background-color:#888}section.section-with-form-component .bg-color-blue,section.section-with-form-component .bg-color-blue .bg-background-color{background-color:#0c3579}section.section-with-form-component .bg-color-blue h2,section.section-with-form-component .bg-color-blue h3,section.section-with-form-component .bg-color-blue h4,section.section-with-form-component .bg-color-blue p{color:#fff}section.section-with-form-component .bg-image-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.section-with-form-component .bg-image-wrapper img{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.section-with-form-component .bg-video-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.section-with-form-component .bg-video-wrapper video{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.section-with-form-component .link-row{text-align:center}section.section_start{overflow:hidden;position:relative;z-index:0}section.section_start .bg-color-white,section.section_start .bg-color-white .bg-background-color{background-color:#fff}section.section_start .bg-color-black,section.section_start .bg-color-black .bg-background-color{background-color:#202020}section.section_start .bg-color-grey,section.section_start .bg-color-grey .bg-background-color{background-color:#888}section.section_start .bg-color-blue,section.section_start .bg-color-blue .bg-background-color{background-color:#0c3579}section.section_start .bg-color-blue h2,section.section_start .bg-color-blue h3,section.section_start .bg-color-blue h4,section.section_start .bg-color-blue p{color:#fff}section.section_start .bg-image-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.section_start .bg-image-wrapper img{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.section_start .bg-video-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.section_start .bg-video-wrapper video{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.section_start.bottom-right-corner{border-radius:0 0 100px 0}section.section_start.image-center .bg-image-wrapper img{position:absolute;right:10%;top:20%}section.team{margin-bottom:40px;overflow:hidden;padding-bottom:40px;position:relative}section.team .bg-color-white,section.team .bg-color-white .bg-background-color{background-color:#fff}section.team .bg-color-black,section.team .bg-color-black .bg-background-color{background-color:#202020}section.team .bg-color-grey,section.team .bg-color-grey .bg-background-color{background-color:#888}section.team .bg-color-blue,section.team .bg-color-blue .bg-background-color{background-color:#0c3579}section.team .bg-color-blue h2,section.team .bg-color-blue h3,section.team .bg-color-blue h4,section.team .bg-color-blue p{color:#fff}section.team .bg-image-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.team .bg-image-wrapper img{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.team .bg-video-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.team .bg-video-wrapper video{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.team.left-top{border-radius:200px 0 0 0}section.team.right-top{border-radius:0 200px 0 0}section.team.right-bottom{border-radius:0 0 200px 0}section.team.left-bottom{border-radius:0 0 0 200px}section.team>img{bottom:0;height:auto;min-width:100%;-o-object-fit:cover;object-fit:cover;position:absolute;right:0}section.team .row.person{border-radius:288px;margin-bottom:40px;overflow:hidden}@media (max-width:992px){section.team .row.person{border-radius:288px 288px 0 0;margin-bottom:0;margin-top:-300px;padding-bottom:350px}section.team .row.person:last-of-type{border-radius:288px 288px 288px 0;margin-bottom:40px;padding-bottom:150px}section.team .row.person:first-of-type{margin-top:inherit}}section.team .row.person.bg-color-blue{background-color:#0c3579}section.team .row.person.bg-color-blue h3{color:#b1dff3}section.team .row.person.bg-color-blue h4,section.team .row.person.bg-color-blue p{color:#fff}section.team .row.person.bg-color-blue-light{background-color:#ddf3fc}section.team .row.person.bg-color-pink-light{background-color:#ffdbdb}section.team .row.person h3{color:#ed1c24}section.team .row.person h4{text-transform:uppercase}section.team .row.person .image{min-height:288px}section.team .row.person .image.order-1.order-lg-1 .cover{left:0;right:inherit}section.team .row.person .image .cover{border:2px solid #ed1c24;border-radius:288px;box-sizing:border-box;height:100%;height:288px;overflow:hidden;position:absolute;right:0;width:100%;width:288px;z-index:0}@media (max-width:992px){section.team .row.person .image .cover{margin-left:auto;margin-right:auto;margin-top:30px;position:relative}}section.team .row.person .image .cover img{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}section.team .row.person .description{display:table;padding-left:100px}section.team .row.person .description.order-2.order-lg-2{padding-left:inherit;padding-right:100px}@media (max-width:1366px){section.team .row.person .description.order-2.order-lg-2{padding-left:50px}}@media (max-width:1200px){section.team .row.person .description.order-2.order-lg-2{padding-left:80px}}@media (max-width:992px){section.team .row.person .description{display:block}}section.team .row.person .description .wrapper{display:table-cell;vertical-align:middle}@media (max-width:992px){section.team .row.person .description .wrapper{display:block;padding-top:30px}}section.team .row .content{padding-bottom:40px;padding-top:40px}section.team .row .content .title-wrapper{text-align:center}section.team .row .content .title-wrapper .title-wrapper-2{display:inline-block;position:relative}section.team .row .content .title-wrapper .title-wrapper-2 img{left:0;position:absolute;top:50%;transform:translateY(-50%)}section.team .row .content .title-wrapper .title-wrapper-2 h2{color:#0c3579;display:inline-block;text-align:center}section.team .row .content .title-wrapper .title-wrapper-2 h2.has_icon{padding-left:70px}section.team .row .content p{font-size:18px;line-height:25px}section.team .row .link-wrapper{text-align:center}section.team-two{overflow:hidden;padding-bottom:40px;position:relative}section.team-two .bg-color-white,section.team-two .bg-color-white .bg-background-color{background-color:#fff}section.team-two .bg-color-black,section.team-two .bg-color-black .bg-background-color{background-color:#202020}section.team-two .bg-color-grey,section.team-two .bg-color-grey .bg-background-color{background-color:#888}section.team-two .bg-color-blue,section.team-two .bg-color-blue .bg-background-color{background-color:#0c3579}section.team-two .bg-color-blue h2,section.team-two .bg-color-blue h3,section.team-two .bg-color-blue h4,section.team-two .bg-color-blue p{color:#fff}section.team-two .bg-image-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.team-two .bg-image-wrapper img{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.team-two .bg-video-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.team-two .bg-video-wrapper video{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.team-two.left-top{border-radius:200px 0 0 0}section.team-two.right-top{border-radius:0 200px 0 0}section.team-two.right-bottom{border-radius:0 0 200px 0}section.team-two.left-bottom{border-radius:0 0 0 200px}section.team-two>img{bottom:0;height:auto;min-width:100%;-o-object-fit:cover;object-fit:cover;position:absolute;right:0}section.team-two .row.persons,section.team-two .row.persons .col-lg-12{padding-left:0;padding-right:0}section.team-two .row.persons .col-lg-12 .wrapper-100{border-radius:0 0 100px 0;margin-top:-100px;overflow:hidden;padding-bottom:100px;padding-top:200px;position:relative}@media (max-width:768px){section.team-two .row.persons .col-lg-12 .wrapper-100{margin-top:-100px;padding-bottom:50px;padding-top:150px}}section.team-two .row.persons .col-lg-12 .wrapper-100:first-of-type{border-radius:100px 100px 100px 0;margin-top:0;padding-top:100px}@media (max-width:768px){section.team-two .row.persons .col-lg-12 .wrapper-100:first-of-type{padding-top:50px}}section.team-two .row.persons .col-lg-12 .wrapper-100:nth-child(2n){border-radius:0 0 0 100px}section.team-two .row.persons .col-lg-12 .wrapper-100:last-of-type{border-radius:0 0 100px 0}section.team-two .row.persons .col-lg-12 .wrapper-100:first-child{z-index:30}section.team-two .row.persons .col-lg-12 .wrapper-100:nth-child(2){z-index:29}section.team-two .row.persons .col-lg-12 .wrapper-100:nth-child(3){z-index:28}section.team-two .row.persons .col-lg-12 .wrapper-100:nth-child(4){z-index:27}section.team-two .row.persons .col-lg-12 .wrapper-100:nth-child(5){z-index:26}section.team-two .row.persons .col-lg-12 .wrapper-100:nth-child(6){z-index:25}section.team-two .row.persons .col-lg-12 .wrapper-100:nth-child(7){z-index:24}section.team-two .row.persons .col-lg-12 .wrapper-100:nth-child(8){z-index:23}section.team-two .row.persons .col-lg-12 .wrapper-100:nth-child(9){z-index:22}section.team-two .row.persons .col-lg-12 .wrapper-100:nth-child(10){z-index:21}section.team-two .row.persons .col-lg-12 .wrapper-100:nth-child(11){z-index:20}section.team-two .row.persons .col-lg-12 .wrapper-100:nth-child(12){z-index:19}section.team-two .row.persons .col-lg-12 .wrapper-100:nth-child(13){z-index:18}section.team-two .row.persons .col-lg-12 .wrapper-100:nth-child(14){z-index:17}section.team-two .row.persons .col-lg-12 .wrapper-100:nth-child(15){z-index:16}section.team-two .row.persons .col-lg-12 .wrapper-100:nth-child(16){z-index:15}section.team-two .row.persons .col-lg-12 .wrapper-100:nth-child(17){z-index:14}section.team-two .row.persons .col-lg-12 .wrapper-100:nth-child(18){z-index:13}section.team-two .row.persons .col-lg-12 .wrapper-100:nth-child(19){z-index:12}section.team-two .row.persons .col-lg-12 .wrapper-100:nth-child(20){z-index:11}section.team-two .row.persons .col-lg-12 .wrapper-100:nth-child(21){z-index:10}section.team-two .row.persons .col-lg-12 .wrapper-100:nth-child(22){z-index:9}section.team-two .row.persons .col-lg-12 .wrapper-100:nth-child(23){z-index:8}section.team-two .row.persons .col-lg-12 .wrapper-100:nth-child(24){z-index:7}section.team-two .row.persons .col-lg-12 .wrapper-100:nth-child(25){z-index:6}section.team-two .row.persons .col-lg-12 .wrapper-100:nth-child(26){z-index:5}section.team-two .row.persons .col-lg-12 .wrapper-100:nth-child(27){z-index:4}section.team-two .row.persons .col-lg-12 .wrapper-100:nth-child(28){z-index:3}section.team-two .row.persons .col-lg-12 .wrapper-100:nth-child(29){z-index:2}section.team-two .row.persons .col-lg-12 .wrapper-100:nth-child(30){z-index:1}section.team-two .row.persons .col-lg-12 .wrapper-100.bg-color-blue{background-color:#0c3579}section.team-two .row.persons .col-lg-12 .wrapper-100.bg-color-blue:before{background-image:url(../img/team-blue.svg);background-repeat:no-repeat;bottom:0;content:"";display:block;height:406px;position:absolute;width:406px}@media (max-width:992px){section.team-two .row.persons .col-lg-12 .wrapper-100.bg-color-blue:before{bottom:inherit;top:0}}section.team-two .row.persons .col-lg-12 .wrapper-100.bg-color-blue h3{color:#b1dff3}section.team-two .row.persons .col-lg-12 .wrapper-100.bg-color-blue h4,section.team-two .row.persons .col-lg-12 .wrapper-100.bg-color-blue p{color:#fff}section.team-two .row.persons .col-lg-12 .wrapper-100.bg-color-blue-light{background-color:#ddf3fc}section.team-two .row.persons .col-lg-12 .wrapper-100.bg-color-pink-light:before{background-image:url(../img/team-pink.svg);background-repeat:no-repeat;bottom:0;content:"";display:block;height:406px;position:absolute;right:0;width:406px}section.team-two .row.persons .col-lg-12 .wrapper-100.bg-color-pink-light{background-color:#ffdbdb}section.team-two .row.person h3{color:#ed1c24}section.team-two .row.person h4{text-transform:uppercase}section.team-two .row.person .image{min-height:288px}section.team-two .row.person .image.order-1.order-lg-1 .cover{left:0;right:inherit}section.team-two .row.person .image .cover{border:2px solid #ed1c24;border-radius:288px;box-sizing:border-box;height:100%;height:288px;overflow:hidden;position:absolute;right:0;width:100%;width:288px;z-index:0}@media (max-width:992px){section.team-two .row.person .image .cover{margin-left:auto;margin-right:auto;margin-top:30px;position:relative}}section.team-two .row.person .image .cover img{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}section.team-two .row.person .description{display:table;padding-left:100px}section.team-two .row.person .description.order-2.order-lg-2{padding-left:inherit;padding-right:100px}@media (max-width:1366px){section.team-two .row.person .description.order-2.order-lg-2{padding-left:50px}}@media (max-width:1200px){section.team-two .row.person .description.order-2.order-lg-2{padding-left:80px}}@media (max-width:992px){section.team-two .row.person .description{display:block}}section.team-two .row.person .description .wrapper{display:table-cell;vertical-align:middle}@media (max-width:992px){section.team-two .row.person .description .wrapper{display:block;padding-top:30px}}section.team-two .row .content{padding-bottom:40px;padding-top:40px}section.team-two .row .content .title-wrapper{text-align:center}section.team-two .row .content .title-wrapper .title-wrapper-2{display:inline-block;position:relative}section.team-two .row .content .title-wrapper .title-wrapper-2 img{left:0;position:absolute;top:50%;transform:translateY(-50%)}section.team-two .row .content .title-wrapper .title-wrapper-2 h2{color:#0c3579;display:inline-block;text-align:center}section.team-two .row .content .title-wrapper .title-wrapper-2 h2.has_icon{padding-left:70px}section.team-two .row .content p{font-size:18px;line-height:25px}section.team-two .row .link-wrapper{text-align:center}section.links{padding-bottom:40px;padding-top:40px;position:relative}section.links .bg-color-white,section.links .bg-color-white .bg-background-color{background-color:#fff}section.links .bg-color-black,section.links .bg-color-black .bg-background-color{background-color:#202020}section.links .bg-color-grey,section.links .bg-color-grey .bg-background-color{background-color:#888}section.links .bg-color-blue,section.links .bg-color-blue .bg-background-color{background-color:#0c3579}section.links .bg-color-blue h2,section.links .bg-color-blue h3,section.links .bg-color-blue h4,section.links .bg-color-blue p{color:#fff}section.links .bg-image-wrapper{left:0;overflow:hidden;top:0;z-index:0}section.links .bg-image-wrapper img{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.links .bg-video-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.links .bg-video-wrapper video{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.links.left-top{border-radius:200px 0 0 0}section.links.right-top{border-radius:0 200px 0 0}section.links.right-bottom{border-radius:0 0 200px 0}section.links.left-bottom{border-radius:0 0 0 200px}section.links>img{bottom:0;height:auto;min-width:100%;-o-object-fit:cover;object-fit:cover;position:absolute;right:0}section.links .title-wrapper{margin-bottom:50px;text-align:center}section.links .bg-image-wrapper{height:100%;position:absolute;width:100%;z-index:-1}section.links .bg-image-wrapper img{position:absolute;right:0;top:20%}section.links .link-box{background-color:#ddf3fc;border-radius:50px;cursor:pointer;margin-bottom:20px;transition:background-color .5s}section.links .link-box:hover{background-color:#b1dff3}section.links .link-box:hover .col-2 .line{background-color:#fff}section.links .link-box:hover .col-2 .line .arrow{left:55%}@media (max-width:992px){section.links .link-box:hover .col-2 .line .arrow{left:25%}}@media (max-width:576px){section.links .link-box:hover .col-2 .line .arrow{left:45%}}section.links .link-box:hover .col-2 .line .arrow:after{opacity:1}section.links .link-box:last-of-type{margin-bottom:0}section.links .link-box:nth-child(2n){background:#ffdbdb}section.links .link-box:nth-child(2n) .col-2 .line .arrow:after{background-image:url(../img/icons/arrow_pink.svg)}section.links .link-box:nth-child(2n):hover{background:#f9c7c7}section.links .link-box .content{padding:20px 0 20px 20px}section.links .link-box .content a{color:#0c3579;display:block;font-weight:700;margin-bottom:10px;text-decoration:none}section.links .link-box .content .description p{color:#0c3579}section.links .link-box .content .description p:last-of-type{margin-bottom:0}section.links .link-box .col-2{position:relative}section.links .link-box .col-2 .line{background-color:#0c3579;border-radius:35px;height:35px;left:0;position:absolute;top:50%;transform:translateY(-50%);transition:background-color .5s;width:87px}@media (max-width:1366px){section.links .link-box .col-2 .line{width:80px}}@media (max-width:1200px){section.links .link-box .col-2 .line{width:80%}}section.links .link-box .col-2 .line .arrow{height:29px;left:5%;position:absolute;top:50%;transform:translateY(-50%);transition:left .5s;width:31px}section.links .link-box .col-2 .line .arrow:before{background-image:url(../img/icons/arrow_white.svg);background-repeat:no-repeat;content:"";height:100%;position:absolute;width:100%}section.links .link-box .col-2 .line .arrow:after{background-image:url(../img/icons/arrow_blue.svg);background-repeat:no-repeat;content:"";height:100%;opacity:0;position:absolute;transition:opacity .5s;width:100%;z-index:10}.content-columns{padding-bottom:20px;padding-top:20px;position:relative}.content-columns .bg-color-white,.content-columns .bg-color-white .bg-background-color{background-color:#fff}.content-columns .bg-color-black,.content-columns .bg-color-black .bg-background-color{background-color:#202020}.content-columns .bg-color-grey,.content-columns .bg-color-grey .bg-background-color{background-color:#888}.content-columns .bg-color-blue,.content-columns .bg-color-blue .bg-background-color{background-color:#0c3579}.content-columns .bg-color-blue h2,.content-columns .bg-color-blue h3,.content-columns .bg-color-blue h4,.content-columns .bg-color-blue p{color:#fff}.content-columns .bg-image-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}.content-columns .bg-image-wrapper img{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}.content-columns .bg-video-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}.content-columns .bg-video-wrapper video{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}.content-columns h2{margin-bottom:40px;text-align:center;text-transform:uppercase}@media (max-width:992px){.content-columns .column{margin-bottom:20px}}.content-columns .column h3{text-align:center}.content-columns .column h3,.content-columns .column h4{margin-bottom:20px;text-transform:uppercase}.content-columns .column .image-wrapper{height:300px;width:100%}@media (max-width:1500px){.content-columns .column .image-wrapper{height:200px}}@media (max-width:992px){.content-columns .column .image-wrapper{height:auto}}.content-columns .column .image-wrapper{position:relative}.content-columns .column .image-wrapper img.icon{display:block;height:100%;margin-left:auto;margin-right:auto;max-width:100%;-o-object-fit:scale-down;object-fit:scale-down;width:auto}.content-columns .column .video-wrapper{width:100%}.content-columns .column .video-wrapper video{height:auto;width:100%}.content-columns#specyfikacja{border-bottom:none;border-top:none;padding-bottom:20px;padding-top:20px}.content-columns#dostepne .image-wrapper img{max-width:450px}section.benefits-with-photo{margin-bottom:40px;margin-top:40px}@media (max-width:992px){section.benefits-with-photo{height:auto}}section.benefits-with-photo .bg-color-white,section.benefits-with-photo .bg-color-white .bg-background-color{background-color:#fff}section.benefits-with-photo .bg-color-black,section.benefits-with-photo .bg-color-black .bg-background-color{background-color:#202020}section.benefits-with-photo .bg-color-grey,section.benefits-with-photo .bg-color-grey .bg-background-color{background-color:#888}section.benefits-with-photo .bg-color-blue,section.benefits-with-photo .bg-color-blue .bg-background-color{background-color:#0c3579}section.benefits-with-photo .bg-color-blue h2,section.benefits-with-photo .bg-color-blue h3,section.benefits-with-photo .bg-color-blue h4,section.benefits-with-photo .bg-color-blue p{color:#fff}section.benefits-with-photo h2{margin-bottom:40px;text-align:center;text-transform:uppercase}section.benefits-with-photo .row .content{display:table;height:100%}section.benefits-with-photo .row .content.bg-color-blue{background-color:#0c3579}section.benefits-with-photo .row .content.bg-color-blue h2,section.benefits-with-photo .row .content.bg-color-blue p{color:#ddf3fc}section.benefits-with-photo .row .content.bg-color-blue p{color:#fff}section.benefits-with-photo .row .content.bg-color-blue-light{background-color:#b1dff3}section.benefits-with-photo .row .content{padding-bottom:40px;padding-top:40px}section.benefits-with-photo .row .content .wrapper{display:table-cell;vertical-align:middle}@media (min-width:1200px){section.benefits-with-photo .row .content.order-lg-2 .wrapper{padding-right:10%}}@media (min-width:1681px){section.benefits-with-photo .row .content.order-lg-2 .wrapper{padding-right:22%}}@media (min-width:1200px){section.benefits-with-photo .row .content.order-lg-1 .wrapper{padding-left:10%}}@media (min-width:1681px){section.benefits-with-photo .row .content.order-lg-1 .wrapper{padding-left:22%}}section.benefits-with-photo .row .content h2{color:#202020;margin-bottom:20px}section.benefits-with-photo .row .content p{font-size:18px;line-height:25px}section.benefits-with-photo .row .content ul{margin-top:10px}section.benefits-with-photo .row .content ul li:before{background-color:#202020;content:"";height:5px;left:0;position:absolute;top:10px;width:5px}section.benefits-with-photo .row .content ul li{font-size:18px;line-height:25px;margin-bottom:10px;padding-left:20px;position:relative}section.benefits-with-photo .row .content .benefit .img-wrapper{min-height:150px;position:relative;width:100%}section.benefits-with-photo .row .content .benefit .img-wrapper img{left:50%;-o-object-fit:scale-down;object-fit:scale-down;position:absolute;top:50%;transform:translate(-50%,-50%)}section.benefits-with-photo .row .content .benefit h3{text-align:center}section.benefits-with-photo .row .photo{min-height:500px;overflow:hidden;padding-left:0;position:relative;z-index:0}@media (max-width:992px){section.benefits-with-photo .row .photo{height:300px}}section.benefits-with-photo .row .photo.left-top{border-radius:200px 0 0 0}section.benefits-with-photo .row .photo.right-top{border-radius:0 200px 0 0}section.benefits-with-photo .row .photo.right-bottom{border-radius:0 0 200px 0}section.benefits-with-photo .row .photo.left-bottom{border-radius:0 0 0 200px}section.benefits-with-photo .row .photo img{-o-object-fit:scale-down;object-fit:scale-down}section.benefits-with-photo .row .photo img,section.benefits-with-photo .row .photo video{height:auto;left:50%;min-height:100%;min-width:101%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}section.benefits-with-photo .row .photo video{-o-object-fit:cover;object-fit:cover}section.benefits-columns{margin-bottom:40px;margin-top:40px}section.benefits-columns.cplus .col-lg-6:first-of-type:after{color:#202020;content:"+";font-size:60px;font-weight:700;position:absolute;right:0;top:50%;transform:translate(50%,-50%)}@media (max-width:992px){section.benefits-columns.cplus .col-lg-6:first-of-type:after{bottom:0;right:50%;top:inherit;transform:translate(50%,50%)}section.benefits-columns{height:auto}}section.benefits-columns .bg-color-white,section.benefits-columns .bg-color-white .bg-background-color{background-color:#fff}section.benefits-columns .bg-color-black,section.benefits-columns .bg-color-black .bg-background-color{background-color:#202020}section.benefits-columns .bg-color-grey,section.benefits-columns .bg-color-grey .bg-background-color{background-color:#888}section.benefits-columns .bg-color-blue,section.benefits-columns .bg-color-blue .bg-background-color{background-color:#0c3579}section.benefits-columns .bg-color-blue h2,section.benefits-columns .bg-color-blue h3,section.benefits-columns .bg-color-blue h4,section.benefits-columns .bg-color-blue p{color:#fff}section.benefits-columns h2{margin-bottom:40px;text-align:center}section.benefits-columns .row .column{padding-bottom:40px;padding-top:40px}section.benefits-columns .row .column h2{color:#202020;margin-bottom:20px}section.benefits-columns .row .column p{font-size:18px;line-height:25px}section.benefits-columns .row .column ul{margin-top:10px}section.benefits-columns .row .column ul li:before{background-color:#202020;content:"";height:5px;left:0;position:absolute;top:10px;width:5px}section.benefits-columns .row .column ul li{font-size:18px;line-height:25px;margin-bottom:10px;padding-left:20px;position:relative}section.benefits-columns .row .column .benefit .img-wrapper{min-height:150px;position:relative;width:100%}section.benefits-columns .row .column .benefit .img-wrapper img{left:50%;max-height:100%;max-width:100%;-o-object-fit:scale-down;object-fit:scale-down;position:absolute;top:50%;transform:translate(-50%,-50%)}section.benefits-columns .row .column .benefit h3{font-size:14px;font-weight:700;line-height:21px;text-align:center}section.section-contact-with-map{height:500px;position:relative}@media (max-width:992px){section.section-contact-with-map{height:auto}}section.section-contact-with-map .bg-color-white,section.section-contact-with-map .bg-color-white .bg-background-color{background-color:#fff}section.section-contact-with-map .bg-color-black,section.section-contact-with-map .bg-color-black .bg-background-color{background-color:#202020}section.section-contact-with-map .bg-color-grey,section.section-contact-with-map .bg-color-grey .bg-background-color{background-color:#888}section.section-contact-with-map .bg-color-blue,section.section-contact-with-map .bg-color-blue .bg-background-color{background-color:#0c3579}section.section-contact-with-map .bg-color-blue h2,section.section-contact-with-map .bg-color-blue h3,section.section-contact-with-map .bg-color-blue h4,section.section-contact-with-map .bg-color-blue p{color:#fff}section.section-contact-with-map .bg-image-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.section-contact-with-map .bg-image-wrapper img{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.section-contact-with-map .bg-video-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.section-contact-with-map .bg-video-wrapper video{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.section-contact-with-map .row{height:100%}section.section-contact-with-map .row .content{height:100%;padding:0}section.section-contact-with-map .row .content .sub-content{display:table;height:100%;padding:40px 15px;position:relative}section.section-contact-with-map .row .content .sub-content .wrapper{display:table-cell;vertical-align:middle}@media (min-width:1200px){section.section-contact-with-map .row .content .sub-content.order-lg-2 .wrapper{padding-right:10%}}@media (min-width:1681px){section.section-contact-with-map .row .content .sub-content.order-lg-2 .wrapper{padding-right:22%}}@media (min-width:1200px){section.section-contact-with-map .row .content .sub-content.order-lg-1 .wrapper{padding-left:10%}}@media (min-width:1681px){section.section-contact-with-map .row .content .sub-content.order-lg-1 .wrapper{padding-left:22%}}section.section-contact-with-map .row .content .sub-content h2{margin-bottom:20px}section.section-contact-with-map .row .content .sub-content p{font-size:18px;line-height:25px}section.section-contact-with-map .row .content .sub-content ul{margin-top:10px}section.section-contact-with-map .row .content .sub-content ul li:before{background-color:#202020;content:"";height:5px;left:0;position:absolute;top:10px;width:5px}section.section-contact-with-map .row .content .sub-content ul li{font-size:18px;line-height:25px;margin-bottom:10px;padding-left:20px;position:relative}section.section-contact-with-map .row .google-map{height:100%;overflow:hidden;padding-left:0;position:relative;z-index:0}@media (max-width:992px){section.section-contact-with-map .row .google-map{height:300px}}section.section-contact-with-map .row .google-map .map{height:100%;width:100%}section.slider{padding-bottom:40px;padding-top:40px;position:relative}@media (max-width:992px){section.slider{height:auto}}section.slider .bg-color-white,section.slider .bg-color-white .bg-background-color{background-color:#fff}section.slider .bg-color-black,section.slider .bg-color-black .bg-background-color{background-color:#202020}section.slider .bg-color-grey,section.slider .bg-color-grey .bg-background-color{background-color:#888}section.slider .bg-color-blue,section.slider .bg-color-blue .bg-background-color{background-color:#0c3579}section.slider .bg-color-blue h2,section.slider .bg-color-blue h3,section.slider .bg-color-blue h4,section.slider .bg-color-blue p{color:#fff}section.slider .bg-image-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.slider .bg-image-wrapper img{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.slider .bg-video-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.slider .bg-video-wrapper video{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.slider h2{margin-bottom:40px;text-align:center}section.slider .row .content{height:100%;padding-bottom:40px}section.slider .row .content .splide .splide__track{padding-bottom:30px;width:100%}section.slider .row .content .splide .splide__pagination .splide__pagination__page.is-active{background:#000;transform:scale(1)}section.slider .row .content .splide .splide__arrows .splide__arrow{background-color:#fff;border:1px solid #202020;border-radius:0}section.slider .row .content.bg-color-blue{background-color:#0c3579}section.slider .row .content.bg-color-blue h2,section.slider .row .content.bg-color-blue p{color:#ddf3fc}section.slider .row .content.bg-color-blue p{color:#fff}section.slider .row .content.bg-color-blue-light{background-color:#b1dff3}section.slider .row .content h2{margin-bottom:20px}section.slider .row .content p{font-size:18px;line-height:25px}section.slider .row .content .box .img-wrapper{min-height:100px;overflow:hidden;position:relative;width:100%}section.slider .row .content .box .img-wrapper img{left:50%;-o-object-fit:scale-down;object-fit:scale-down;position:absolute;top:50%;transform:translate(-50%,-50%)}section.slider .row .content .box h3{margin-bottom:20px;text-align:center}section.slider .row .content .box p{text-align:center}.container.packages h2{color:#0c3579;text-align:center}@media (max-width:576px){.container.packages h2{font-size:24px}}.container.packages .description{background-color:#ffdbdb;border-radius:100px;margin-bottom:30px;padding:20px}@media (max-width:576px){.container.packages .description{margin-bottom:50px}}.container.packages .description.second h3{color:#0c3579;text-align:center}@media (max-width:768px){.container.packages .description.second h3{margin-left:50px;margin-right:50px}}.container.packages .description.second .single-box{margin-top:20px}.container.packages .description.second .single-box img{display:block;height:auto;margin-left:auto;margin-right:auto;width:40px}.container.packages .description.second .single-box a{color:#0c3579;display:block;margin-top:20px;text-align:center;text-decoration:none;transition:color .5s}.container.packages .description.second .single-box a:hover{color:#4fa0ca}.container.packages .description.second .single-box .desc{margin-top:10px}.container.packages .description.second .single-box .desc p{color:#888;font-size:12px;line-height:22px}.container.packages .description P{text-align:center}.container.packages .description P:last-of-type{margin-bottom:0}.container.packages .package-row{margin-bottom:30px}@media (max-width:992px){.container.packages .package-row{margin-bottom:0}.container.packages .package-row .single-package{margin-bottom:30px}}.container.packages .package-row .single-package .content{background-color:#b1dff3;border-radius:50px;color:#0c3579;cursor:pointer;height:100%;padding-bottom:20px;padding-top:20px;position:relative;transition:background-color .5s,color .5s}.container.packages .package-row .single-package .content.bg-color-blue{background-color:#0c3579;color:#fff}.container.packages .package-row .single-package .content.bg-color-blue h3,.container.packages .package-row .single-package .content.bg-color-blue h4{color:#ddf3fc}.container.packages .package-row .single-package .content.bg-color-blue .price{border-top:1px solid #ddf3fc}.container.packages .package-row .single-package .content.bg-color-blue .description p{color:#fff}.container.packages .package-row .single-package .content:hover{background-color:#ed1c24;color:#fff}.container.packages .package-row .single-package .content:hover .price span,.container.packages .package-row .single-package .content:hover h3,.container.packages .package-row .single-package .content:hover h4{color:#fff}.container.packages .package-row .single-package .content:hover .price,.container.packages .package-row .single-package .content:hover.bg-color-blue .price{border-top:1px solid #fff}.container.packages .package-row .single-package .content:hover .price .img-wrapper img{opacity:0}.container.packages .package-row .single-package .content:hover .price .img-wrapper img.hov{opacity:1}.container.packages .package-row .single-package .content:hover .link-wrapper .cbtn,.container.packages .package-row .single-package .content:hover .link-wrapper .cbtn.button-white{background-color:#fff;color:#0c3579}.container.packages .package-row .single-package .content h3{color:#0c3579;text-align:center;text-transform:uppercase;transition:color .5s}@media (max-width:768px){.container.packages .package-row .single-package .content h3{margin-left:50px;margin-right:50px}}.container.packages .package-row .single-package .content h4{color:#0c3579;padding-bottom:10px;text-align:center;transition:color .5s}.container.packages .package-row .single-package .content .price{border-top:1px solid #0c3579;font-size:35px;font-weight:700;margin-left:auto;margin-right:auto;padding-top:10px;text-align:center;transition:border-top .5s;width:90%}@media (max-width:1366px){.container.packages .package-row .single-package .content .price{font-size:30x}}.container.packages .package-row .single-package .content .price .img-wrapper{display:inline-block;position:relative}.container.packages .package-row .single-package .content .price .img-wrapper img{transition:opacity .5s}.container.packages .package-row .single-package .content .price .img-wrapper img.hov{left:0;opacity:0;position:absolute;top:0}.container.packages .package-row .single-package .content .price span{transition:color .3s}.container.packages .package-row .single-package .content .price span.crossed-out{text-decoration:line-through}.container.packages .package-row .single-package .content .price span.promo{color:#ed1c24}.container.packages .package-row .single-package .content .price span.currency{font-size:20px}@media (max-width:1366px){.container.packages .package-row .single-package .content .price span.currency{font-size:12px}}.container.packages .package-row .single-package .content .description{background-color:inherit}.container.packages .package-row .single-package .content .description ul li{font-size:16px;line-height:24px;min-height:24px;padding-bottom:20px;padding-left:30px;position:relative}.container.packages .package-row .single-package .content .description ul li:before{background-image:url(../img/icons/check.svg);background-repeat:no-repeat;background-size:cover;content:"";height:24px;left:0;position:absolute;top:0;width:24px}.container.packages .package-row .single-package .content .link-wrapper{bottom:20px;position:absolute;text-align:center;width:100%}.container.packages .package-row .single-package .content .link-wrapper a.cbtn{background-color:#0c3579;color:#fff}.container.packages .package-row .single-package .content .link-wrapper a.cbtn.button-white{background-color:#fff;color:#0c3579}section.section-with-gallery{height:535px;padding-bottom:45px;padding-top:0}@media (max-width:992px){section.section-with-gallery{height:auto}}section.section-with-gallery .bg-color-white,section.section-with-gallery .bg-color-white .bg-background-color{background-color:#fff}section.section-with-gallery .bg-color-black,section.section-with-gallery .bg-color-black .bg-background-color{background-color:#202020}section.section-with-gallery .bg-color-grey,section.section-with-gallery .bg-color-grey .bg-background-color{background-color:#888}section.section-with-gallery .bg-color-blue,section.section-with-gallery .bg-color-blue .bg-background-color{background-color:#0c3579}section.section-with-gallery .bg-color-blue h2,section.section-with-gallery .bg-color-blue h3,section.section-with-gallery .bg-color-blue h4,section.section-with-gallery .bg-color-blue p{color:#fff}section.section-with-gallery .container{height:100%}@media (max-width:992px){section.section-with-gallery .container{margin:0;max-width:100%;padding:0;width:100%}}section.section-with-gallery .row{height:100%}section.section-with-gallery .row .content{height:100%;padding:0}section.section-with-gallery .row .content .bg-image-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.section-with-gallery .row .content .bg-image-wrapper img{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.section-with-gallery .row .content .bg-video-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.section-with-gallery .row .content .bg-video-wrapper video{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.section-with-gallery .row .content.order-lg-2 .wrapper{padding-left:15px;padding-right:15px}@media (max-width:992px){section.section-with-gallery .row .content.order-lg-1 .wrapper{padding-left:15px}}section.section-with-gallery .row .content .sub-content{display:table;height:100%;position:relative}section.section-with-gallery .row .content .sub-content .wrapper{display:table-cell;padding-top:30px;vertical-align:middle}@media (max-width:992px){section.section-with-gallery .row .content .sub-content .wrapper{padding-top:20px}}section.section-with-gallery .row .content .sub-content .title-wrapper{padding-bottom:40px;position:relative}@media (max-width:992px){section.section-with-gallery .row .content .sub-content .title-wrapper{margin-top:40px}}section.section-with-gallery .row .content .sub-content h1{margin-bottom:20px}@media (max-width:992px){section.section-with-gallery .row .content .sub-content h1{margin-bottom:10px}}section.section-with-gallery .row .content .sub-content h1 span{display:block}section.section-with-gallery .row .content .sub-content h2{position:absolute;top:-30px}@media (min-width:1501px){section.section-with-gallery .row .content .sub-content h2{top:-40px}}section.section-with-gallery .row .content .sub-content p{font-size:18px;line-height:25px}section.section-with-gallery .row .content .sub-content ul{margin-top:10px}section.section-with-gallery .row .content .sub-content ul li:before{background-color:#202020;content:"";height:5px;left:0;position:absolute;top:10px;width:5px}section.section-with-gallery .row .content .sub-content ul li{font-size:18px;line-height:25px;margin-bottom:10px;padding-left:20px;position:relative}section.section-with-gallery .row .content .sub-content .arrow-wrapper{position:relative;width:120px}@media (max-width:992px){section.section-with-gallery .row .content .sub-content .arrow-wrapper{display:none}}section.section-with-gallery .row .content .sub-content .arrow-wrapper .splide__arrow{background-color:#fff;border:1px solid #888;border-radius:0;height:53px;opacity:.8;top:45%;transition:opacity .5s,background-color .5s;width:53px}section.section-with-gallery .row .content .sub-content .arrow-wrapper .splide__arrow.disabled{background-color:#fff;cursor:auto;opacity:.5}section.section-with-gallery .row .content .sub-content .arrow-wrapper .splide__arrow.disabled:hover{background-color:#fff;opacity:.5}section.section-with-gallery .row .content .sub-content .arrow-wrapper .splide__arrow--next{right:0}section.section-with-gallery .row .content .sub-content .arrow-wrapper .splide__arrow--prev{left:0}section.section-with-gallery .row .content .sub-content .arrow-wrapper .splide__arrow:hover{background-color:#bebebe;opacity:1}section.section-with-gallery .row .content .sub-content .number-wrapper{bottom:0;display:flex;justify-content:space-between;position:absolute;width:120px}@media (max-width:992px){section.section-with-gallery .row .content .sub-content .number-wrapper{display:none}}section.section-with-gallery .row .content .sub-content .number-wrapper span{color:#888;font-size:25px}section.section-with-gallery .row .photo{height:100%;overflow:hidden;padding-left:0;position:relative;z-index:0}@media (max-width:992px){section.section-with-gallery .row .photo{height:auto;padding-right:0}}section.section-with-gallery .row .photo .wrapper{height:100%;position:relative}@media (max-width:992px){section.section-with-gallery .row .photo .wrapper{height:300px}}section.section-with-gallery .row .photo .wrapper .resize-photo-btn{background-color:#fff;bottom:0;cursor:pointer;height:55px;left:0;position:absolute;transition:height .5s,width .5s;width:170px;z-index:10}section.section-with-gallery .row .photo .wrapper .resize-photo-btn:hover{height:75px;width:190px}section.section-with-gallery .row .photo .wrapper .resize-photo-btn:hover span{margin-top:40px}section.section-with-gallery .row .photo .wrapper .resize-photo-btn span{color:#202020;display:inline-block;font-size:12px;margin-left:15px;margin-top:20px;padding-right:20px;position:relative;transition:margin-top .5s}section.section-with-gallery .row .photo .wrapper .resize-photo-btn span:after{content:url(../img/sections/section_with_gallery/zoom.svg);height:15px;position:absolute;right:0;top:0;width:15px}section.section-with-gallery .row .photo .wrapper .splide{height:100%}section.section-with-gallery .row .photo .wrapper .splide .splide__track{height:100%;width:100%}section.section-with-gallery .row .photo .wrapper .splide .splide__pagination .splide__pagination__page.is-active{background:#000;transform:scale(1)}section.section-with-gallery .row .photo .wrapper .splide .splide__arrows{display:none}@media (max-width:992px){section.section-with-gallery .row .photo .wrapper .splide .splide__arrows{bottom:-45px;display:block;position:absolute;right:15px;width:120px}}section.section-with-gallery .row .photo .wrapper .splide .splide__arrows .splide__arrow{background-color:#fff;border:1px solid #888;border-radius:0;height:53px;opacity:.8;top:45%;width:53px}section.section-with-gallery .row .photo .wrapper .splide .splide__arrows .splide__arrow--next{right:0}section.section-with-gallery .row .photo .wrapper .splide .splide__arrows .splide__arrow--prev{left:0}section.section-with-gallery .row .photo .wrapper .splide .splide__arrows .splide__arrow:hover{opacity:1}section.section-with-gallery .row .photo .wrapper .splide .box{height:100%;position:relative;width:100%}section.section-with-gallery .row .photo .wrapper .splide .box:before{border:2px solid hsla(0,0%,100%,0);content:"";height:100%;left:0;position:absolute;top:0;transition:border-color .5s;width:100%}section.section-with-gallery .row .photo .wrapper .splide .box:hover:before{border-color:#fff}section.section-with-gallery .row .photo .wrapper .splide .box img{height:100%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;width:auto}section.section-with-gallery .row .photo .number-wrapper{bottom:0;display:none;display:flex;height:65px;justify-content:space-between;margin-top:30px;padding-left:15px;position:relative;width:120px}@media (max-width:992px){section.section-with-gallery .row .photo .number-wrapper{display:block}}section.section-with-gallery .row .photo .number-wrapper span{color:#888;font-size:25px}section.section-with-gallery-two{height:auto;padding-top:0}@media (max-width:992px){section.section-with-gallery-two{height:auto}}section.section-with-gallery-two .bg-color-white,section.section-with-gallery-two .bg-color-white .bg-background-color{background-color:#fff}section.section-with-gallery-two .bg-color-black,section.section-with-gallery-two .bg-color-black .bg-background-color{background-color:#202020}section.section-with-gallery-two .bg-color-grey,section.section-with-gallery-two .bg-color-grey .bg-background-color{background-color:#888}section.section-with-gallery-two .bg-color-blue,section.section-with-gallery-two .bg-color-blue .bg-background-color{background-color:#0c3579}section.section-with-gallery-two .bg-color-blue h2,section.section-with-gallery-two .bg-color-blue h3,section.section-with-gallery-two .bg-color-blue h4,section.section-with-gallery-two .bg-color-blue p{color:#fff}@media (max-width:576px){section.section-with-gallery-two{margin:0;padding:0}}@media (max-width:992px){section.section-with-gallery-two .container{margin:0;max-width:100%;padding:0;width:100%}}section.section-with-gallery-two .bg-image-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.section-with-gallery-two .bg-image-wrapper img{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.section-with-gallery-two .bg-video-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.section-with-gallery-two .bg-video-wrapper video{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.section-with-gallery-two .row.header{height:0;margin:0;padding:0;position:relative;width:100%}@media (max-width:576px){section.section-with-gallery-two .row.header{height:auto;margin:0;padding:0}section.section-with-gallery-two .row.header .col-lg-12{margin:0;padding:0}}section.section-with-gallery-two .row.header .wrapper{text-align:center;width:100%}section.section-with-gallery-two .row.header .wrapper h2{background:linear-gradient(90deg,#c1bc69,#ad832d 94.83%);display:inline-block;left:50%;padding:20px 40px;position:absolute;text-align:center;top:0;transform:translateX(-50%);z-index:20}@media (max-width:768px){section.section-with-gallery-two .row.header .wrapper h2{min-width:80%}}@media (max-width:576px){section.section-with-gallery-two .row.header .wrapper h2{min-width:100%;position:relative}}section.section-with-gallery-two .row .gallery{padding-left:0;padding-right:0;position:relative;z-index:0}@media (max-width:992px){section.section-with-gallery-two .row .gallery{height:auto;padding-right:0}}section.section-with-gallery-two .row .gallery .wrapper{display:flex;flex-direction:row;flex-wrap:wrap;position:relative}section.section-with-gallery-two .row .gallery .wrapper pre{color:#fff}section.section-with-gallery-two .row .gallery .wrapper .box{display:block;flex-grow:5;height:340px;overflow:hidden;position:relative;width:25%}@media (max-width:576px){section.section-with-gallery-two .row .gallery .wrapper .box{flex-grow:3;height:250px;width:50%}}section.section-with-gallery-two .row .gallery .wrapper .box:before{border:2px solid hsla(57,42%,58%,0);content:"";height:100%;left:0;position:absolute;top:0;transition:border-color .5s;width:100%;z-index:10}section.section-with-gallery-two .row .gallery .wrapper .box:hover:before{border-color:#c1bc69}section.section-with-gallery-two .row .gallery .wrapper .box.video:after{content:url(../img/icons/camera.svg);display:block;height:50px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:auto;z-index:100}section.section-with-gallery-two .row .gallery .wrapper .box img,section.section-with-gallery-two .row .gallery .wrapper .box video{height:100%;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:50%;transform:translate(-50%,-50%);width:auto}section.video-gallery{height:auto}@media (max-width:992px){section.video-gallery{height:auto}}section.video-gallery .bg-color-white,section.video-gallery .bg-color-white .bg-background-color{background-color:#fff}section.video-gallery .bg-color-black,section.video-gallery .bg-color-black .bg-background-color{background-color:#202020}section.video-gallery .bg-color-grey,section.video-gallery .bg-color-grey .bg-background-color{background-color:#888}section.video-gallery .bg-color-blue,section.video-gallery .bg-color-blue .bg-background-color{background-color:#0c3579}section.video-gallery .bg-color-blue h2,section.video-gallery .bg-color-blue h3,section.video-gallery .bg-color-blue h4,section.video-gallery .bg-color-blue p{color:#fff}section.video-gallery .bg-image-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.video-gallery .bg-image-wrapper img{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.video-gallery .bg-video-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.video-gallery .bg-video-wrapper video{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.video-gallery .row.header{margin:0;padding:20px 0;position:relative;width:100%}@media (max-width:576px){section.video-gallery .row.header{height:auto;margin:0;padding:0}section.video-gallery .row.header .col-lg-12{margin:0;padding:0}}section.video-gallery .row.header .wrapper{text-align:center;width:100%}section.video-gallery .row.header .wrapper h2{display:inline-block;padding:20px 40px;text-align:center}@media (max-width:768px){section.video-gallery .row.header .wrapper h2{min-width:80%}}@media (max-width:576px){section.video-gallery .row.header .wrapper h2{min-width:100%;position:relative}}section.video-gallery .row .video-list{position:relative}section.video-gallery .row .video-list>.wrapper .single-video{padding-bottom:20px;padding-top:20px}section.video-gallery .row .video-list>.wrapper .single-video:nth-child(2n){background-color:#888}section.video-gallery .row .video-list>.wrapper .single-video .video.active .wrapper:after{opacity:0!important}section.video-gallery .row .video-list>.wrapper .single-video .video .wrapper{cursor:pointer;height:auto;position:relative;width:100%}section.video-gallery .row .video-list>.wrapper .single-video .video .wrapper:hover:after{opacity:.5}section.video-gallery .row .video-list>.wrapper .single-video .video .wrapper:after{content:url(../img/icons/play-video.svg);left:50%;opacity:1;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .5s;z-index:10}section.video-gallery .row .video-list>.wrapper .single-video .video .wrapper.yt:after{content:none}section.video-gallery .row .video-list>.wrapper .single-video .video .wrapper img{height:100%;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:50%;transform:translate(-50%,-50%);width:auto}section.video-gallery .row .video-list>.wrapper .single-video .video .wrapper video{min-height:500px;width:100%}@media (max-width:1366px){section.video-gallery .row .video-list>.wrapper .single-video .video .wrapper video{min-height:350px}}@media (max-width:1200px){section.video-gallery .row .video-list>.wrapper .single-video .video .wrapper video{min-height:300px}}section.video-gallery .row .video-list>.wrapper .single-video .video .wrapper .yt-video{background-color:#ed1c24;min-height:500px;width:100%}@media (max-width:1366px){section.video-gallery .row .video-list>.wrapper .single-video .video .wrapper .yt-video{min-height:350px}}@media (max-width:1200px){section.video-gallery .row .video-list>.wrapper .single-video .video .wrapper .yt-video{min-height:250px}}@media (max-width:992px){section.video-gallery .row .video-list>.wrapper .single-video .video .wrapper .yt-video{margin-bottom:20px}}section.video-gallery .row .video-list>.wrapper .single-video .content{display:table}section.video-gallery .row .video-list>.wrapper .single-video .content .wrapper{display:table-cell;vertical-align:middle}section.section-with-form-and-map{padding-bottom:40px;padding-top:40px;position:relative}@media (max-width:576px){section.section-with-form-and-map{height:auto;padding-bottom:20px;padding-top:20px}}section.section-with-form-and-map .bg-color-white,section.section-with-form-and-map .bg-color-white .bg-background-color{background-color:#fff}section.section-with-form-and-map .bg-color-black,section.section-with-form-and-map .bg-color-black .bg-background-color{background-color:#202020}section.section-with-form-and-map .bg-color-grey,section.section-with-form-and-map .bg-color-grey .bg-background-color{background-color:#888}section.section-with-form-and-map .bg-color-blue,section.section-with-form-and-map .bg-color-blue .bg-background-color{background-color:#0c3579}section.section-with-form-and-map .bg-color-blue h2,section.section-with-form-and-map .bg-color-blue h3,section.section-with-form-and-map .bg-color-blue h4,section.section-with-form-and-map .bg-color-blue p{color:#fff}section.section-with-form-and-map .bg-image-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.section-with-form-and-map .bg-image-wrapper img{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.section-with-form-and-map .bg-video-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.section-with-form-and-map .bg-video-wrapper video{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.section-with-form-and-map .content .header{padding-bottom:40px;padding-top:40px;position:relative;width:100%}@media (max-width:576px){section.section-with-form-and-map .content .header{height:auto;margin:0;padding:0}section.section-with-form-and-map .content .header .col-lg-12{margin:0;padding:0}}section.section-with-form-and-map .content .header .wrapper{text-align:center;width:100%}section.section-with-form-and-map .content .header .wrapper h2{text-align:center}section.section-with-form-and-map .content .map-and-form h3{margin-bottom:50px}@media (max-width:1500px){section.section-with-form-and-map .content .map-and-form h3{margin-bottom:30px}}@media (max-width:450px){section.section-with-form-and-map .content .map-and-form h3{margin-bottom:30px}}@media (max-width:992px){section.section-with-form-and-map .content .map-and-form .map-column{margin-bottom:30px}}section.section-with-form-and-map .content .map-and-form .map-column .contact-info{list-style:none;margin-bottom:40px;padding:0}section.section-with-form-and-map .content .map-and-form .map-column .contact-info li{margin-bottom:40px}section.section-with-form-and-map .content .map-and-form .map-column .contact-info li a{color:#202020;display:inline-block;padding-left:40px;position:relative;text-decoration:none;transition:color .5s}section.section-with-form-and-map .content .map-and-form .map-column .contact-info li a:hover{color:#ed1c24}section.section-with-form-and-map .content .map-and-form .map-column .contact-info li a:before{left:0;position:absolute;top:-5px}section.section-with-form-and-map .content .map-and-form .map-column .contact-info li a.link-phone:before{content:url(../img/icons/phone.svg);height:20px;width:20px}section.section-with-form-and-map .content .map-and-form .map-column .contact-info li a.link-email:before{content:url(../img/icons/email.svg);height:20px;top:-2px;width:20px}section.section-with-form-and-map .content .map-and-form .map-column .contact-info li .address{display:inline-block;padding-left:40px;position:relative}section.section-with-form-and-map .content .map-and-form .map-column .contact-info li .address:before{content:url(../img/icons/place.svg);height:20px;left:0;position:absolute;top:-8px;width:20px}section.section-with-form-and-map .content .map-and-form .map-column .map{border:2px solid #202020;border-radius:20px;height:400px;width:100%}section.section-with-form-and-map .content .map-and-form .form form.sent .wpcf7-response-output{background-color:rgba(50,134,24,.42);border-color:green!important;border-radius:20px;color:#fff;padding:20px!important}section.section-with-form-and-map .content .map-and-form .form form .wpcf7-response-output{background-color:rgba(255,0,0,.42);border-color:#ed1c24!important;color:#fff;font-size:12px;line-height:20px;padding:20px!important;text-align:center}section.section-with-form-and-map .content .map-and-form .form form.submitting .wpcf7-spinner{display:block}section.section-with-form-and-map .content .map-and-form .form form .wpcf7-spinner{display:none;margin:10px auto;width:24px}section.section-with-form-and-map .content .map-and-form .form form .wpcf7-list-item{margin:0}section.section-with-form-and-map .content .map-and-form .form form>ul{box-sizing:border-box;display:flex;flex-wrap:wrap;gap:15px;justify-content:right;margin:0}section.section-with-form-and-map .content .map-and-form .form form>ul li{width:100%}section.section-with-form-and-map .content .map-and-form .form form>ul li.reset-btn{flex:2 0 40%;text-align:right}@media (max-width:576px){section.section-with-form-and-map .content .map-and-form .form form>ul li.reset-btn{display:none}}section.section-with-form-and-map .content .map-and-form .form form>ul li.reset-btn .cbtn{padding-right:40px;width:240px}section.section-with-form-and-map .content .map-and-form .form form>ul li.submit-btn{flex:1 0 5%;text-align:right}section.section-with-form-and-map .content .map-and-form .form form>ul li.submit-btn .cbtn{padding:20px 40px;text-align:center;width:100%}section.section-with-form-and-map .content .map-and-form .form form>ul li.submit{text-align:center}section.section-with-form-and-map .content .map-and-form .form form>ul li p{color:#fff;margin-bottom:0}section.section-with-form-and-map .content .map-and-form .form form>ul li p a{color:#fff;text-decoration:underline;transition:color .5s}section.section-with-form-and-map .content .map-and-form .form form>ul li p a:hover{color:green}section.section-with-form-and-map .content .map-and-form .form form>ul li label{font-size:16px;line-height:26px;padding-bottom:10px;width:100%}section.section-with-form-and-map .content .map-and-form .form form>ul li span{flex-basis:100%;width:100%}section.section-with-form-and-map .content .map-and-form .form form>ul li span input,section.section-with-form-and-map .content .map-and-form .form form>ul li span select,section.section-with-form-and-map .content .map-and-form .form form>ul li span textarea{background:#fff;border-bottom:1px solid #202020;box-sizing:border-box;color:#000;height:50px;padding:0 15px;text-align:left;text-transform:none;width:100%}section.section-with-form-and-map .content .map-and-form .form form>ul li span input::-moz-placeholder,section.section-with-form-and-map .content .map-and-form .form form>ul li span select::-moz-placeholder,section.section-with-form-and-map .content .map-and-form .form form>ul li span textarea::-moz-placeholder{color:#888;opacity:1;text-align:left}section.section-with-form-and-map .content .map-and-form .form form>ul li span input::placeholder,section.section-with-form-and-map .content .map-and-form .form form>ul li span select::placeholder,section.section-with-form-and-map .content .map-and-form .form form>ul li span textarea::placeholder{color:#888;opacity:1;text-align:left}section.section-with-form-and-map .content .map-and-form .form form>ul li span input[type=checkbox],section.section-with-form-and-map .content .map-and-form .form form>ul li span select[type=checkbox],section.section-with-form-and-map .content .map-and-form .form form>ul li span textarea[type=checkbox]{border:1px solid #202020;height:15px;position:relative;width:15px}section.section-with-form-and-map .content .map-and-form .form form>ul li span input[type=checkbox]:checked:before,section.section-with-form-and-map .content .map-and-form .form form>ul li span select[type=checkbox]:checked:before,section.section-with-form-and-map .content .map-and-form .form form>ul li span textarea[type=checkbox]:checked:before{background-color:#0c3579;content:"";height:10px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:10px}section.section-with-form-and-map .content .map-and-form .form form>ul li span[class*=co-package],section.section-with-form-and-map .content .map-and-form .form form>ul li span[class*=select-]{display:block;height:100%;position:relative}section.section-with-form-and-map .content .map-and-form .form form>ul li span[class*=co-package]:hover:after,section.section-with-form-and-map .content .map-and-form .form form>ul li span[class*=select-]:hover:after{opacity:1}section.section-with-form-and-map .content .map-and-form .form form>ul li span[class*=co-package]:before,section.section-with-form-and-map .content .map-and-form .form form>ul li span[class*=select-]:before{background-image:url(../img/select-arrow.svg);background-size:cover;border-radius:0 20px 20px 0;content:" ";height:51px;pointer-events:none;position:absolute;right:0;top:-1px;width:40px;z-index:10}section.section-with-form-and-map .content .map-and-form .form form>ul li span[class*=co-package]:after,section.section-with-form-and-map .content .map-and-form .form form>ul li span[class*=select-]:after{background-image:url(../img/select-arrow-hover.svg);background-size:cover;border-radius:0 20px 20px 0;content:" ";height:51px;opacity:0;pointer-events:none;position:absolute;right:0;top:-1px;transition:opacity .5s;width:40px;z-index:11}section.section-with-form-and-map .content .map-and-form .form form>ul li span select{color:#0c3579;cursor:pointer;position:relative}section.section-with-form-and-map .content .map-and-form .form form>ul li span select.selected{color:#000}section.section-with-form-and-map .content .map-and-form .form form>ul li span select option{color:#0c3579}section.section-with-form-and-map .content .map-and-form .form form>ul li span select option:checked{background-color:#0c3579;color:#fff}section.section-with-form-and-map .content .map-and-form .form form>ul li span select option:disabled{background-color:#fff;color:grey}section.section-with-form-and-map .content .map-and-form .form form>ul li span textarea{border:1px solid #202020;height:150px;padding-top:10px}section.section-with-form-and-map .content .map-and-form .form form>ul li span .wpcf7-not-valid-tip{color:#ed1c24;margin-bottom:0;margin-top:10px}section.section-with-form-and-map .content .map-and-form .form form>ul li span br{display:none}section.section-with-form-and-map .content .map-and-form .form form>ul li.file{align-items:center;display:flex;width:100%}@media (max-width:767px){section.section-with-form-and-map .content .map-and-form .form form>ul li.file{flex-direction:column;gap:10px;justify-content:center}}section.section-with-form-and-map .content .map-and-form .form form>ul li.file p{align-items:center;display:flex;margin-bottom:0;width:100%}@media (max-width:767px){section.section-with-form-and-map .content .map-and-form .form form>ul li.file p{flex-direction:column;gap:10px;justify-content:center}}section.section-with-form-and-map .content .map-and-form .form form>ul li.file .file-484,section.section-with-form-and-map .content .map-and-form .form form>ul li.file .wpcf7-form-control-wrap{color:#fff;display:flex;flex-basis:50%;height:35px;line-height:35px;text-align:center;text-transform:uppercase}@media (max-width:767px){section.section-with-form-and-map .content .map-and-form .form form>ul li.file .file-484,section.section-with-form-and-map .content .map-and-form .form form>ul li.file .wpcf7-form-control-wrap{justify-content:center;width:300px}}section.section-with-form-and-map .content .map-and-form .form form>ul li.file .file-484 .file_input,section.section-with-form-and-map .content .map-and-form .form form>ul li.file .wpcf7-form-control-wrap .file_input{border-radius:70px;height:35px;position:relative;width:90%}section.section-with-form-and-map .content .map-and-form .form form>ul li.file .file-484 .file_input:after,section.section-with-form-and-map .content .map-and-form .form form>ul li.file .wpcf7-form-control-wrap .file_input:after{background:#989898;border-radius:70px;color:#fff;content:"Dodaj załącznik/zdjęcie";font-family:Jost;font-size:12px;height:35px;line-height:35px;padding:0 10px;position:absolute;right:0;text-align:center;text-transform:uppercase;top:0;transition:filter .4s linear;width:100%}section.section-with-form-and-map .content .map-and-form .form form>ul li.file .file-484 .file_input:hover:after,section.section-with-form-and-map .content .map-and-form .form form>ul li.file .wpcf7-form-control-wrap .file_input:hover:after{filter:brightness(150%)}section.section-with-form-and-map .content .map-and-form .form form>ul li.uploaded-photo{display:flex;justify-content:flex-start;margin-top:10px;max-height:120px;width:120px}section.section-with-form-and-map .content .map-and-form .form form>ul li.uploaded-photo.displayPhoto{display:none}section.section-with-form-and-map .content .map-and-form .form form>ul li.uploaded-photo .upload-image-wrapper{display:block!important;display:none;height:90px;position:relative;width:100%}section.section-with-form-and-map .content .map-and-form .form form>ul li.uploaded-photo .upload-image-wrapper .img-wrapper{border:1px solid #fff;height:100%;-o-object-fit:cover;object-fit:cover;overflow:hidden;padding:5px;width:auto}section.section-with-form-and-map .content .map-and-form .form form>ul li.uploaded-photo .upload-image-wrapper button{background:#fff;cursor:pointer;font-family:sans-serif;font-size:24px;height:25px;line-height:25px;position:absolute;right:0;top:0;transform:translateY(1px);transition:background .5s linear;vertical-align:middle;width:25px}section.section-with-form-and-map .content .map-and-form .form form>ul li.uploaded-photo .upload-image-wrapper button:hover{background:red}section.cpost-blog{padding-bottom:40px;position:relative}@media (max-width:576px){section.cpost-blog{height:auto}}section.cpost-blog .bg-color-white,section.cpost-blog .bg-color-white .bg-background-color{background-color:#fff}section.cpost-blog .bg-color-black,section.cpost-blog .bg-color-black .bg-background-color{background-color:#202020}section.cpost-blog .bg-color-grey,section.cpost-blog .bg-color-grey .bg-background-color{background-color:#888}section.cpost-blog .bg-color-blue,section.cpost-blog .bg-color-blue .bg-background-color{background-color:#0c3579}section.cpost-blog .bg-color-blue h2,section.cpost-blog .bg-color-blue h3,section.cpost-blog .bg-color-blue h4,section.cpost-blog .bg-color-blue p{color:#fff}section.cpost-blog .bg-image-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.cpost-blog .bg-image-wrapper img{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.cpost-blog .bg-video-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.cpost-blog .bg-video-wrapper video{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.cpost-blog .content .header{padding-bottom:40px;padding-top:40px;position:relative;width:100%}@media (max-width:576px){section.cpost-blog .content .header{height:auto;margin:0;padding:40px 0}section.cpost-blog .content .header .col-lg-12{margin:0;padding:0}}section.cpost-blog .content .header .wrapper{text-align:center;width:100%}section.cpost-blog .content .header .wrapper h2{text-align:center}section.cpost-blog .content .blog-posts{justify-content:center;margin-left:0;margin-right:0;padding-left:0;padding-right:0}section.cpost-blog .content .blog-posts .single-post{cursor:pointer;transition:background-color .5s}section.cpost-blog .content .blog-posts .single-post>.wrapper{border-radius:0;height:500px;margin-bottom:40px;overflow:hidden;position:relative;width:100%}@media (max-width:1366px){section.cpost-blog .content .blog-posts .single-post>.wrapper{height:400px}}@media (max-width:992px){section.cpost-blog .content .blog-posts .single-post>.wrapper{height:500px;margin-bottom:20px}}@media (max-width:576px){section.cpost-blog .content .blog-posts .single-post>.wrapper{height:400px;margin-bottom:20px}}section.cpost-blog .content .blog-posts .single-post>.wrapper:hover .image .blur{opacity:.7}section.cpost-blog .content .blog-posts .single-post>.wrapper:hover .content .wrapper a,section.cpost-blog .content .blog-posts .single-post>.wrapper:hover .content .wrapper h3{color:#eaf4a9}section.cpost-blog .content .blog-posts .single-post>.wrapper:hover .content .cbtn-wrapper .cbtn-2{color:#ed1c24}section.cpost-blog .content .blog-posts .single-post>.wrapper .image .blur{background-color:#000;height:100%;left:0;opacity:.5;position:absolute;top:0;transition:opacity .5s;width:100%;z-index:2}section.cpost-blog .content .blog-posts .single-post>.wrapper .image{height:100%;position:absolute;width:100%}@media (max-width:992px){section.cpost-blog .content .blog-posts .single-post>.wrapper .image{margin-bottom:30px;margin-left:auto;margin-right:auto}}section.cpost-blog .content .blog-posts .single-post>.wrapper .image img{height:auto;left:50%;min-height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}section.cpost-blog .content .blog-posts .single-post>.wrapper .content{align-items:center;display:flex;height:100%;left:0;position:absolute;top:0;width:100%;z-index:3}section.cpost-blog .content .blog-posts .single-post>.wrapper .content .wrapper{display:flex;flex-direction:column;width:100%}section.cpost-blog .content .blog-posts .single-post>.wrapper .content .wrapper a,section.cpost-blog .content .blog-posts .single-post>.wrapper .content .wrapper h3{color:#fff;display:block;font-family:Playfair Display,serif;font-size:40px;font-weight:500;line-height:50px;margin-bottom:0;padding:20px;text-align:center;text-decoration:none;transition:color .5s;width:100%}@media (max-width:1200px){section.cpost-blog .content .blog-posts .single-post>.wrapper .content .wrapper a,section.cpost-blog .content .blog-posts .single-post>.wrapper .content .wrapper h3{font-size:30px;line-height:40px}}section.cpost-blog .content .blog-posts .single-post>.wrapper .content .wrapper h4{font-size:15px;line-height:25px;padding-bottom:15px}section.cpost-blog .content .blog-posts .single-post>.wrapper .content .wrapper p{color:#fff;font-size:16px;line-height:20px;text-align:center}section.cpost-blog .content .blog-posts .single-post>.wrapper .content .wrapper p span{display:inline-block;padding-left:30px;position:relative}section.cpost-blog .content .blog-posts .single-post>.wrapper .content .wrapper p span:before{content:url(../img/sections/cpost_blog/time.svg);left:0;position:absolute;top:0}section.cpost-blog .content .blog-posts .single-post>.wrapper .content .wrapper .description{bottom:40px;color:#fff;padding:20px;position:absolute}section.cpost-blog .content .blog-posts .single-post>.wrapper .content .cbtn-wrapper{bottom:20px;position:absolute;text-align:center;width:100%}section.cpost-blog .content .blog-posts .single-post>.wrapper .content .cbtn-wrapper .cbtn-2{color:#fff;transition:color .5s}section.cpost-blog .content .show-all-link .col-12{text-align:center}section.cpost-news{padding-bottom:40px;position:relative}@media (max-width:576px){section.cpost-news{height:auto}}section.cpost-news .bg-color-white,section.cpost-news .bg-color-white .bg-background-color{background-color:#fff}section.cpost-news .bg-color-black,section.cpost-news .bg-color-black .bg-background-color{background-color:#202020}section.cpost-news .bg-color-grey,section.cpost-news .bg-color-grey .bg-background-color{background-color:#888}section.cpost-news .bg-color-blue,section.cpost-news .bg-color-blue .bg-background-color{background-color:#0c3579}section.cpost-news .bg-color-blue h2,section.cpost-news .bg-color-blue h3,section.cpost-news .bg-color-blue h4,section.cpost-news .bg-color-blue p{color:#fff}section.cpost-news .bg-image-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.cpost-news .bg-image-wrapper img{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.cpost-news .bg-video-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.cpost-news .bg-video-wrapper video{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.cpost-news .content .header{padding-bottom:40px;padding-top:40px;position:relative;width:100%}@media (max-width:576px){section.cpost-news .content .header{height:auto;margin:0;padding:0}section.cpost-news .content .header .col-lg-12{margin:0;padding:0}}section.cpost-news .content .header .wrapper{text-align:center;width:100%}section.cpost-news .content .header .wrapper h2{text-align:center;text-transform:uppercase}@media (max-width:992px){section.cpost-news .content .news .single-news:nth-of-type(2n){background-color:#888}}section.cpost-news .content .news .single-news{background-color:#fff;padding-bottom:40px;padding-top:40px;transition:background-color .5s}section.cpost-news .content .news .single-news:hover{background-color:#888}section.cpost-news .content .news .single-news .art .image{height:180px;overflow:hidden;width:180px}@media (max-width:992px){section.cpost-news .content .news .single-news .art .image{margin-bottom:30px;margin-left:auto;margin-right:auto}}section.cpost-news .content .news .single-news .art .image img{height:auto;min-height:100%;-o-object-fit:cover;object-fit:cover;width:100%}section.cpost-news .content .news .single-news .content a,section.cpost-news .content .news .single-news .content h3{color:#202020;margin-bottom:0;padding-bottom:15px;text-decoration:none}section.cpost-news .content .news .single-news .content h4{padding-bottom:15px}section.cpost-news .content .news .single-news .content .cbtn-wrapper,section.cpost-news .content .show-all-link .col-12{text-align:right}section.cpost-trainings{padding-bottom:40px;position:relative}@media (max-width:576px){section.cpost-trainings{height:auto}}section.cpost-trainings .bg-color-white,section.cpost-trainings .bg-color-white .bg-background-color{background-color:#fff}section.cpost-trainings .bg-color-black,section.cpost-trainings .bg-color-black .bg-background-color{background-color:#202020}section.cpost-trainings .bg-color-grey,section.cpost-trainings .bg-color-grey .bg-background-color{background-color:#888}section.cpost-trainings .bg-color-blue,section.cpost-trainings .bg-color-blue .bg-background-color{background-color:#0c3579}section.cpost-trainings .bg-color-blue h2,section.cpost-trainings .bg-color-blue h3,section.cpost-trainings .bg-color-blue h4,section.cpost-trainings .bg-color-blue p{color:#fff}section.cpost-trainings .bg-image-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.cpost-trainings .bg-image-wrapper img{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.cpost-trainings .bg-video-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.cpost-trainings .bg-video-wrapper video{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.cpost-trainings .content .header{padding-bottom:40px;padding-top:40px;position:relative;width:100%}@media (max-width:576px){section.cpost-trainings .content .header{height:auto;margin:0;padding:0}section.cpost-trainings .content .header .col-lg-12{margin:0;padding:0}}section.cpost-trainings .content .header .wrapper{text-align:center;width:100%}section.cpost-trainings .content .header .wrapper h2{text-align:center;text-transform:uppercase}section.cpost-trainings .content .trainings{justify-content:center;margin-left:0;margin-right:0;padding-left:0;padding-right:0}section.cpost-trainings .content .trainings .single-training{padding-bottom:40px;padding-top:40px;transition:background-color .5s}section.cpost-trainings .content .trainings .single-training>.wrapper{border-radius:20px;height:500px;overflow:hidden;position:relative;width:100%}@media (max-width:1366px){section.cpost-trainings .content .trainings .single-training>.wrapper{height:400px}}section.cpost-trainings .content .trainings .single-training>.wrapper:hover .image .blur{opacity:.9}section.cpost-trainings .content .trainings .single-training>.wrapper:hover .content .cbtn-wrapper .cbtn-2{color:#ed1c24}section.cpost-trainings .content .trainings .single-training>.wrapper .image .blur{background-color:#000;height:100%;left:0;opacity:.5;position:absolute;top:0;transition:opacity .5s;width:100%;z-index:2}section.cpost-trainings .content .trainings .single-training>.wrapper .image{height:100%;position:absolute;width:100%}@media (max-width:992px){section.cpost-trainings .content .trainings .single-training>.wrapper .image{margin-bottom:30px;margin-left:auto;margin-right:auto}}section.cpost-trainings .content .trainings .single-training>.wrapper .image img{height:auto;left:50%;min-height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}section.cpost-trainings .content .trainings .single-training>.wrapper .content{height:100%;left:0;position:absolute;top:0;width:100%;z-index:3}section.cpost-trainings .content .trainings .single-training>.wrapper .content .wrapper{width:100%}section.cpost-trainings .content .trainings .single-training>.wrapper .content .wrapper a,section.cpost-trainings .content .trainings .single-training>.wrapper .content .wrapper h3{color:#fff;display:block;margin-bottom:0;padding:20px;text-align:center;text-decoration:none;width:100%}section.cpost-trainings .content .trainings .single-training>.wrapper .content .wrapper h4{padding-bottom:15px}section.cpost-trainings .content .trainings .single-training>.wrapper .content .wrapper .description{bottom:40px;color:#fff;padding:20px;position:absolute}section.cpost-trainings .content .trainings .single-training>.wrapper .content .cbtn-wrapper{bottom:20px;position:absolute;text-align:center;width:100%}section.cpost-trainings .content .trainings .single-training>.wrapper .content .cbtn-wrapper .cbtn-2{color:#fff;transition:color .5s}section.cpost-trainings .content .show-all-link .col-12{text-align:right}section.cpost-files{padding-bottom:40px;position:relative}@media (max-width:576px){section.cpost-files{height:auto}}section.cpost-files .bg-color-white,section.cpost-files .bg-color-white .bg-background-color{background-color:#fff}section.cpost-files .bg-color-black,section.cpost-files .bg-color-black .bg-background-color{background-color:#202020}section.cpost-files .bg-color-grey,section.cpost-files .bg-color-grey .bg-background-color{background-color:#888}section.cpost-files .bg-color-blue,section.cpost-files .bg-color-blue .bg-background-color{background-color:#0c3579}section.cpost-files .bg-color-blue h2,section.cpost-files .bg-color-blue h3,section.cpost-files .bg-color-blue h4,section.cpost-files .bg-color-blue p{color:#fff}section.cpost-files .bg-image-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.cpost-files .bg-image-wrapper img{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.cpost-files .bg-video-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.cpost-files .bg-video-wrapper video{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.cpost-files .content .header{padding-bottom:40px;padding-top:40px;position:relative;width:100%}@media (max-width:576px){section.cpost-files .content .header{height:auto;margin:0;padding:0}section.cpost-files .content .header .col-lg-12{margin:0;padding:0}}section.cpost-files .content .header .wrapper{text-align:center;width:100%}section.cpost-files .content .header .wrapper h2{margin-bottom:20px;text-align:center;text-transform:uppercase}@media (max-width:992px){section.cpost-files .content .files .single-file:nth-of-type(2n){background-color:#888}}section.cpost-files .content .files .single-file{background-color:#fff;padding-bottom:40px;padding-top:40px;transition:background-color .5s}section.cpost-files .content .files .single-file:hover{background-color:#888}section.cpost-files .content .files .single-file .art .image{height:260px;overflow:hidden;width:200px}@media (max-width:992px){section.cpost-files .content .files .single-file .art .image{margin-bottom:30px;margin-left:auto;margin-right:auto}}section.cpost-files .content .files .single-file .art .image img{height:auto;min-height:100%;-o-object-fit:cover;object-fit:cover;width:100%}section.cpost-files .content .files .single-file .content{display:table}section.cpost-files .content .files .single-file .content .wrapper{display:table-cell;vertical-align:middle}section.cpost-files .content .files .single-file .content .wrapper a,section.cpost-files .content .files .single-file .content .wrapper h3{color:#202020;display:block;margin-bottom:20px;padding-bottom:15px;text-decoration:none}section.cpost-files .content .files .single-file .content .wrapper h4{padding-bottom:15px}section.cpost-files .content .files .single-file .content .wrapper .cbtn-wrapper,section.cpost-files .content .show-all-link .col-12{text-align:right}section.cpost-team{position:relative}@media (max-width:576px){section.cpost-team{height:auto}}section.cpost-team .bg-color-white,section.cpost-team .bg-color-white .bg-background-color{background-color:#fff}section.cpost-team .bg-color-black,section.cpost-team .bg-color-black .bg-background-color{background-color:#202020}section.cpost-team .bg-color-grey,section.cpost-team .bg-color-grey .bg-background-color{background-color:#888}section.cpost-team .bg-color-blue,section.cpost-team .bg-color-blue .bg-background-color{background-color:#0c3579}section.cpost-team .bg-color-blue h2,section.cpost-team .bg-color-blue h3,section.cpost-team .bg-color-blue h4,section.cpost-team .bg-color-blue p{color:#fff}section.cpost-team .bg-image-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.cpost-team .bg-image-wrapper img{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.cpost-team .bg-video-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.cpost-team .bg-video-wrapper video{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.cpost-team .content .header{padding-bottom:40px;padding-top:40px;position:relative;width:100%}@media (max-width:576px){section.cpost-team .content .header{height:auto;margin:0;padding:0}section.cpost-team .content .header .col-lg-12{margin:0;padding:0}}section.cpost-team .content .header .wrapper{text-align:center;width:100%}section.cpost-team .content .header .wrapper h2{text-align:center;text-transform:uppercase}section.cpost-team .content .persons .single-person:nth-of-type(2n){background-color:#888}section.cpost-team .content .persons .single-person{background-color:#fff;padding-bottom:40px;padding-top:40px;transition:background-color .5s}section.cpost-team .content .persons .single-person .art .image{border-radius:10px;height:260px;overflow:hidden;width:200px}@media (max-width:992px){section.cpost-team .content .persons .single-person .art .image{margin-bottom:30px;margin-left:auto;margin-right:auto}}section.cpost-team .content .persons .single-person .art .image img{height:auto;min-height:100%;-o-object-fit:cover;object-fit:cover;width:100%;z-index:1}section.cpost-team .content .persons .single-person .content{display:table}section.cpost-team .content .persons .single-person .content .wrapper{display:table-cell;vertical-align:middle}section.cpost-team .content .persons .single-person .content .wrapper h3{display:block;margin-bottom:10px;text-decoration:none}@media (max-width:576px){section.cpost-team .content .persons .single-person .content .wrapper h3{text-align:center}}section.cpost-team .content .persons .single-person .content .wrapper h4{padding-bottom:10px}@media (max-width:576px){section.cpost-team .content .persons .single-person .content .wrapper h4{text-align:center}}section.cpost-team .content .persons .single-person .content .wrapper h5{padding-bottom:5px}section.cpost-team .content .persons .single-person .content .wrapper b,section.cpost-team .content .persons .single-person .content .wrapper strong{color:#0c3579}section.cpost-team .content .persons .single-person .content .wrapper .cbtn-wrapper{text-align:right}@media (max-width:576px){section.cpost-team .content .persons .single-person .content .wrapper ul.links{text-align:center}}section.cpost-team .content .persons .single-person .content .wrapper ul.links li{display:inline-block;margin-right:10px}@media (max-width:576px){section.cpost-team .content .persons .single-person .content .wrapper ul.links li{margin-left:5px;margin-right:5px}}section.cpost-team .content .persons .single-person .content .wrapper ul.links li a{display:block;height:24px;position:relative;width:24px}section.cpost-team .content .persons .single-person .content .wrapper ul.links li a:hover:before{opacity:0}section.cpost-team .content .persons .single-person .content .wrapper ul.links li a:hover:after{opacity:1}section.cpost-team .content .persons .single-person .content .wrapper ul.links li a:before{height:100%;left:0;opacity:1;position:absolute;top:0;transition:opacity .5s;width:100%}section.cpost-team .content .persons .single-person .content .wrapper ul.links li a:after{height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .5s;width:100%}section.cpost-team .content .persons .single-person .content .wrapper ul.links li.li a:before{content:url(../img/sections/cpost_team/li.svg)}section.cpost-team .content .persons .single-person .content .wrapper ul.links li.li a:after{content:url(../img/sections/cpost_team/li_hover.svg)}section.cpost-team .content .persons .single-person .content .wrapper ul.links li.website a:before{content:url(../img/sections/cpost_team/website.svg)}section.cpost-team .content .persons .single-person .content .wrapper ul.links li.website a:after{content:url(../img/sections/cpost_team/website_hover.svg)}section.cpost-team .content .show-all-link .col-12{text-align:right}section.cpost-team-two{position:relative}@media (max-width:576px){section.cpost-team-two{height:auto;padding-bottom:20px;padding-top:20px}}section.cpost-team-two .bg-color-white,section.cpost-team-two .bg-color-white .bg-background-color{background-color:#fff}section.cpost-team-two .bg-color-black,section.cpost-team-two .bg-color-black .bg-background-color{background-color:#202020}section.cpost-team-two .bg-color-grey,section.cpost-team-two .bg-color-grey .bg-background-color{background-color:#888}section.cpost-team-two .bg-color-blue,section.cpost-team-two .bg-color-blue .bg-background-color{background-color:#0c3579}section.cpost-team-two .bg-color-blue h2,section.cpost-team-two .bg-color-blue h3,section.cpost-team-two .bg-color-blue h4,section.cpost-team-two .bg-color-blue p{color:#fff}section.cpost-team-two .bg-image-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.cpost-team-two .bg-image-wrapper img{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.cpost-team-two .bg-video-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.cpost-team-two .bg-video-wrapper video{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.cpost-team-two .content .row{margin-left:0;margin-right:0}section.cpost-team-two .content .header{padding-bottom:40px;padding-top:40px;position:relative;width:100%}@media (max-width:576px){section.cpost-team-two .content .header{height:auto;margin:0;padding:0}section.cpost-team-two .content .header .col-lg-12{margin:0;padding:0}}section.cpost-team-two .content .header .wrapper{text-align:center;width:100%}section.cpost-team-two .content .header .wrapper h2{color:#202020;text-align:center}section.cpost-team-two .content .persons .single-person{padding-bottom:40px;padding-top:40px;transition:background-color .5s}section.cpost-team-two .content .persons .single-person .art .image{border-radius:10px;height:260px;margin-bottom:30px;margin-left:auto;margin-right:auto;overflow:hidden;width:200px}section.cpost-team-two .content .persons .single-person .art .image img{height:auto;min-height:100%;-o-object-fit:cover;object-fit:cover;width:100%;z-index:1}section.cpost-team-two .content .persons .single-person .content,section.cpost-team-two .content .persons .single-person .content .wrapper{display:block}section.cpost-team-two .content .persons .single-person .content .wrapper h3{display:block;margin-bottom:10px;text-align:center;text-decoration:none}section.cpost-team-two .content .persons .single-person .content .wrapper h4{padding-bottom:10px;text-align:center}section.cpost-team-two .content .persons .single-person .content .wrapper h5{padding-bottom:5px}section.cpost-team-two .content .persons .single-person .content .wrapper b,section.cpost-team-two .content .persons .single-person .content .wrapper strong{color:#0c3579}section.cpost-team-two .content .persons .single-person .content .wrapper .cbtn-wrapper{text-align:right}@media (max-width:576px){section.cpost-team-two .content .persons .single-person .content .wrapper ul.links{text-align:center}}section.cpost-team-two .content .persons .single-person .content .wrapper ul.links li{display:inline-block;margin-right:10px}@media (max-width:576px){section.cpost-team-two .content .persons .single-person .content .wrapper ul.links li{margin-left:5px;margin-right:5px}}section.cpost-team-two .content .persons .single-person .content .wrapper ul.links li a{display:block;height:24px;position:relative;width:24px}section.cpost-team-two .content .persons .single-person .content .wrapper ul.links li a:hover:before{opacity:0}section.cpost-team-two .content .persons .single-person .content .wrapper ul.links li a:hover:after{opacity:1}section.cpost-team-two .content .persons .single-person .content .wrapper ul.links li a:before{height:100%;left:0;opacity:1;position:absolute;top:0;transition:opacity .5s;width:100%}section.cpost-team-two .content .persons .single-person .content .wrapper ul.links li a:after{height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .5s;width:100%}section.cpost-team-two .content .persons .single-person .content .wrapper ul.links li.li a:before{content:url(../img/sections/cpost_team/li.svg)}section.cpost-team-two .content .persons .single-person .content .wrapper ul.links li.li a:after{content:url(../img/sections/cpost_team/li_hover.svg)}section.cpost-team-two .content .persons .single-person .content .wrapper ul.links li.website a:before{content:url(../img/sections/cpost_team/website.svg)}section.cpost-team-two .content .persons .single-person .content .wrapper ul.links li.website a:after{content:url(../img/sections/cpost_team/website_hover.svg)}section.cpost-team-two .content .show-all-link .col-12{text-align:right}section.cpost-partners{position:relative}@media (max-width:576px){section.cpost-partners{height:auto}}section.cpost-partners .bg-color-white,section.cpost-partners .bg-color-white .bg-background-color{background-color:#fff}section.cpost-partners .bg-color-black,section.cpost-partners .bg-color-black .bg-background-color{background-color:#202020}section.cpost-partners .bg-color-grey,section.cpost-partners .bg-color-grey .bg-background-color{background-color:#888}section.cpost-partners .bg-color-blue,section.cpost-partners .bg-color-blue .bg-background-color{background-color:#0c3579}section.cpost-partners .bg-color-blue h2,section.cpost-partners .bg-color-blue h3,section.cpost-partners .bg-color-blue h4,section.cpost-partners .bg-color-blue p{color:#fff}section.cpost-partners .bg-image-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.cpost-partners .bg-image-wrapper img{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.cpost-partners .bg-video-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.cpost-partners .bg-video-wrapper video{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.cpost-partners .content .header{padding-bottom:40px;padding-top:40px;position:relative;width:100%}@media (max-width:576px){section.cpost-partners .content .header{height:auto;margin:0;padding:0}section.cpost-partners .content .header .col-lg-12{margin:0;padding:0}}section.cpost-partners .content .header .wrapper{text-align:center;width:100%}section.cpost-partners .content .header .wrapper h2{text-align:center;text-transform:uppercase}section.cpost-partners .content .partners .single-partner{padding-bottom:40px;padding-top:40px;transition:background-color .5s}section.cpost-partners .content .partners .single-partner .art .image{border-radius:10px;height:100px;margin-left:auto;margin-right:auto;overflow:hidden;position:relative;width:100px}@media (max-width:992px){section.cpost-partners .content .partners .single-partner .art .image{margin-bottom:30px}}section.cpost-partners .content .partners .single-partner .art .image img{height:auto;max-height:100%;max-width:100%;-o-object-fit:scale-down;object-fit:scale-down;position:absolute;top:50%;transform:translateY(-50%);width:100%}section.cpost-partners .content .partners .single-partner .content{display:table}section.cpost-partners .content .partners .single-partner .content .wrapper{display:table-cell;vertical-align:middle}section.cpost-partners .content .partners .single-partner .content .wrapper a,section.cpost-partners .content .partners .single-partner .content .wrapper h3{color:#0c3579;display:block;margin-bottom:10px;text-decoration:none}@media (max-width:576px){section.cpost-partners .content .partners .single-partner .content .wrapper a,section.cpost-partners .content .partners .single-partner .content .wrapper h3{text-align:center}}section.cpost-partners .content .partners .single-partner .content .wrapper h4{color:#0c3579;padding-bottom:10px}@media (max-width:576px){section.cpost-partners .content .partners .single-partner .content .wrapper h4{text-align:center}}section.cpost-partners .content .partners .single-partner .content .wrapper h5{color:#0c3579;padding-bottom:5px}section.cpost-partners .content .partners .single-partner .content .wrapper b,section.cpost-partners .content .partners .single-partner .content .wrapper strong{color:#0c3579}section.cpost-partners .content .partners .single-partner .content .wrapper .cbtn-wrapper{text-align:right}@media (max-width:576px){section.cpost-partners .content .partners .single-partner .content .wrapper ul.links{text-align:center}}section.cpost-partners .content .partners .single-partner .content .wrapper ul.links li{display:inline-block;margin-right:10px}@media (max-width:576px){section.cpost-partners .content .partners .single-partner .content .wrapper ul.links li{margin-left:5px;margin-right:5px}}section.cpost-partners .content .partners .single-partner .content .wrapper ul.links li a{display:block;height:24px;position:relative;width:24px}section.cpost-partners .content .partners .single-partner .content .wrapper ul.links li a:hover:before{opacity:0}section.cpost-partners .content .partners .single-partner .content .wrapper ul.links li a:hover:after{opacity:1}section.cpost-partners .content .partners .single-partner .content .wrapper ul.links li a:before{height:100%;left:0;opacity:1;position:absolute;top:0;transition:opacity .5s;width:100%}section.cpost-partners .content .partners .single-partner .content .wrapper ul.links li a:after{height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .5s;width:100%}section.cpost-partners .content .partners .single-partner .content .wrapper ul.links li.li a:before{content:url(../img/sections/cpost_team/li.svg)}section.cpost-partners .content .partners .single-partner .content .wrapper ul.links li.li a:after{content:url(../img/sections/cpost_team/li_hover.svg)}section.cpost-partners .content .partners .single-partner .content .wrapper ul.links li.website a:before{content:url(../img/sections/cpost_team/website.svg)}section.cpost-partners .content .partners .single-partner .content .wrapper ul.links li.website a:after{content:url(../img/sections/cpost_team/website_hover.svg)}section.cpost-partners .content .show-all-link .col-12{text-align:right}section.partners-two{padding-bottom:40px;padding-top:40px;position:relative}@media (max-width:576px){section.partners-two{height:auto}}section.partners-two .bg-color-white,section.partners-two .bg-color-white .bg-background-color{background-color:#fff}section.partners-two .bg-color-black,section.partners-two .bg-color-black .bg-background-color{background-color:#202020}section.partners-two .bg-color-grey,section.partners-two .bg-color-grey .bg-background-color{background-color:#888}section.partners-two .bg-color-blue,section.partners-two .bg-color-blue .bg-background-color{background-color:#0c3579}section.partners-two .bg-color-blue h2,section.partners-two .bg-color-blue h3,section.partners-two .bg-color-blue h4,section.partners-two .bg-color-blue p{color:#fff}section.partners-two .bg-image-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.partners-two .bg-image-wrapper img{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.partners-two .bg-video-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.partners-two .bg-video-wrapper video{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.partners-two .content .header{padding-bottom:40px;padding-top:40px;position:relative;width:100%}@media (max-width:576px){section.partners-two .content .header{height:auto;margin:0;padding:0}section.partners-two .content .header .col-lg-12{margin:0;padding:0}}section.partners-two .content .header .wrapper{text-align:center;width:100%}section.partners-two .content .header .wrapper h2,section.partners-two .content .partners .col-lg-6{text-align:center}@media (max-width:992px){section.partners-two .content .partners .col-lg-6:first-of-type{margin-bottom:30px}}section.partners-two .content .partners .col-lg-6 h3{text-align:center}section.partners-two .content .partners .col-lg-6 .splide{background-color:#fff;border-radius:5px;padding:20px}section.partners-two .content .partners .col-lg-6 .splide .splide__track{margin-left:auto;margin-right:auto;width:90%}section.partners-two .content .partners .col-lg-6 .splide .splide__arrows .splide__arrow{background-color:transparent}section.partners-two .content .partners .col-lg-6 .splide .splide__pagination{display:none}section.partners-two .content .partners .col-lg-6 ul{background-color:#fff;border-radius:5px;display:inline-block;padding:20px;text-align:center}@media (max-width:450px){section.partners-two .content .partners .col-lg-6 ul{min-width:80%}}section.partners-two .content .partners .col-lg-6 ul.splide__list{background-color:transparent;border-radius:0;display:flex;padding:0;width:auto}section.partners-two .content .partners .col-lg-6 ul.splide__list li{display:inherit;margin-left:inherit;margin-right:inherit;max-width:inherit;vertical-align:inherit}section.partners-two .content .partners .col-lg-6 ul li{display:inline-block;height:50px;margin-left:10px;margin-right:10px;max-width:100px;vertical-align:top}@media (max-width:450px){section.partners-two .content .partners .col-lg-6 ul li{margin-bottom:20px;margin-top:20px;width:50%}}section.partners-two .content .partners .col-lg-6 ul li a{border:0;display:block;height:100%;text-decoration:none;width:100%}section.partners-two .content .partners .col-lg-6 ul li .image{display:flex;height:100%;width:100%}section.partners-two .content .partners .col-lg-6 ul li .image img{border:0;height:auto;max-height:100%;max-width:100%;-o-object-fit:scale-down;object-fit:scale-down;vertical-align:middle;width:100%}section.slider-opinions{padding-bottom:40px;padding-top:40px;position:relative}@media (max-width:992px){section.slider-opinions{height:auto}}section.slider-opinions .bg-color-white,section.slider-opinions .bg-color-white .bg-background-color{background-color:#fff}section.slider-opinions .bg-color-black,section.slider-opinions .bg-color-black .bg-background-color{background-color:#202020}section.slider-opinions .bg-color-grey,section.slider-opinions .bg-color-grey .bg-background-color{background-color:#888}section.slider-opinions .bg-color-blue,section.slider-opinions .bg-color-blue .bg-background-color{background-color:#0c3579}section.slider-opinions .bg-color-blue h2,section.slider-opinions .bg-color-blue h3,section.slider-opinions .bg-color-blue h4,section.slider-opinions .bg-color-blue p{color:#fff}section.slider-opinions .bg-image-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.slider-opinions .bg-image-wrapper img{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.slider-opinions .bg-video-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.slider-opinions .bg-video-wrapper video{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.slider-opinions h2{margin-bottom:40px;text-align:center}section.slider-opinions .row .content{height:100%;padding-bottom:40px}section.slider-opinions .row .content .splide .splide__track{width:100%}section.slider-opinions .row .content .splide .splide__pagination{display:none}section.slider-opinions .row .content .splide .splide__pagination .splide__pagination__page.is-active{transform:scale(1)}section.slider-opinions .row .content .splide .splide__arrows .splide__arrow{background-color:transparent;border-radius:0;height:62px;width:34px}@media (max-width:992px){section.slider-opinions .row .content .splide .splide__arrows .splide__arrow{height:31px;width:17px}}section.slider-opinions .row .content .splide .splide__arrows .splide__arrow.splide__arrow--next{right:20%}@media (max-width:1366px){section.slider-opinions .row .content .splide .splide__arrows .splide__arrow.splide__arrow--next{right:10%}}@media (max-width:992px){section.slider-opinions .row .content .splide .splide__arrows .splide__arrow.splide__arrow--next{right:15px}}section.slider-opinions .row .content .splide .splide__arrows .splide__arrow.splide__arrow--prev{left:20%}@media (max-width:1366px){section.slider-opinions .row .content .splide .splide__arrows .splide__arrow.splide__arrow--prev{left:10%}}@media (max-width:992px){section.slider-opinions .row .content .splide .splide__arrows .splide__arrow.splide__arrow--prev{left:15px}}section.slider-opinions .row .content .splide .splide__arrows .splide__arrow svg{fill:none;height:100%;width:100%}section.slider-opinions .row .content h2{margin-bottom:20px}section.slider-opinions .row .content h4{text-align:center}section.slider-opinions .row .content p{font-size:18px;line-height:25px;text-align:center}section.slider-opinions .row .content .box .box-wrapper{margin-left:auto;margin-right:auto;max-width:500px}@media (max-width:992px){section.slider-opinions .row .content .box .box-wrapper{max-width:300px}}section.slider-opinions .row .content .box .box-wrapper .img-wrapper{min-height:100px;overflow:hidden;position:relative;width:100%}section.slider-opinions .row .content .box .box-wrapper .img-wrapper img{left:50%;-o-object-fit:scale-down;object-fit:scale-down;position:absolute;top:50%;transform:translate(-50%,-50%)}section.slider-opinions-two{padding-bottom:40px;padding-top:40px;position:relative}@media (max-width:992px){section.slider-opinions-two{height:auto}}section.slider-opinions-two .bg-color-white,section.slider-opinions-two .bg-color-white .bg-background-color{background-color:#fff}section.slider-opinions-two .bg-color-black,section.slider-opinions-two .bg-color-black .bg-background-color{background-color:#202020}section.slider-opinions-two .bg-color-grey,section.slider-opinions-two .bg-color-grey .bg-background-color{background-color:#888}section.slider-opinions-two .bg-color-blue,section.slider-opinions-two .bg-color-blue .bg-background-color{background-color:#0c3579}section.slider-opinions-two .bg-color-blue h2,section.slider-opinions-two .bg-color-blue h3,section.slider-opinions-two .bg-color-blue h4,section.slider-opinions-two .bg-color-blue p{color:#fff}section.slider-opinions-two .bg-image-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.slider-opinions-two .bg-image-wrapper img{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.slider-opinions-two .bg-video-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.slider-opinions-two .bg-video-wrapper video{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.slider-opinions-two h2{margin-bottom:40px;text-align:center}section.slider-opinions-two .row .content{height:100%;padding-bottom:40px}section.slider-opinions-two .row .content .splide .splide__track{width:100%}section.slider-opinions-two .row .content .splide .splide__pagination{display:none}section.slider-opinions-two .row .content .splide .splide__pagination .splide__pagination__page.is-active{transform:scale(1)}section.slider-opinions-two .row .content .splide .splide__arrows .splide__arrow{background-color:transparent;border-radius:0;height:62px;width:34px}@media (max-width:992px){section.slider-opinions-two .row .content .splide .splide__arrows .splide__arrow{height:31px;width:17px}}section.slider-opinions-two .row .content .splide .splide__arrows .splide__arrow.splide__arrow--next{right:0}@media (max-width:1366px){section.slider-opinions-two .row .content .splide .splide__arrows .splide__arrow.splide__arrow--next{right:-2%}}@media (max-width:992px){section.slider-opinions-two .row .content .splide .splide__arrows .splide__arrow.splide__arrow--next{right:15px}}section.slider-opinions-two .row .content .splide .splide__arrows .splide__arrow.splide__arrow--prev{left:0}@media (max-width:1366px){section.slider-opinions-two .row .content .splide .splide__arrows .splide__arrow.splide__arrow--prev{left:-2%}}@media (max-width:992px){section.slider-opinions-two .row .content .splide .splide__arrows .splide__arrow.splide__arrow--prev{left:15px}}section.slider-opinions-two .row .content .splide .splide__arrows .splide__arrow svg{fill:none;height:100%;width:100%}section.slider-opinions-two .row .content .box .box-wrapper{background-color:#bebebe;margin-left:auto;margin-right:auto;max-width:500px;padding:20px}@media (max-width:992px){section.slider-opinions-two .row .content .box .box-wrapper{max-width:400px}}@media (max-width:576px){section.slider-opinions-two .row .content .box .box-wrapper{max-width:300px}}section.slider-opinions-two .row .content .box .box-wrapper h3{margin-bottom:10px;margin-top:10px;text-align:center}section.slider-opinions-two .row .content .box .box-wrapper p{font-size:16px;line-height:26px;text-align:center}section.slider-opinions-two .row .content .box .box-wrapper .img-wrapper{min-height:400px;overflow:hidden;position:relative;width:100%}@media (max-width:576px){section.slider-opinions-two .row .content .box .box-wrapper .img-wrapper{min-height:300px}}section.slider-opinions-two .row .content .box .box-wrapper .img-wrapper img{left:50%;-o-object-fit:scale-down;object-fit:scale-down;position:absolute;top:50%;transform:translate(-50%,-50%)}section.section_with_ad{margin-bottom:40px;margin-top:40px;position:relative}section.section_with_ad .bg-color-white,section.section_with_ad .bg-color-white .bg-background-color{background-color:#fff}section.section_with_ad .bg-color-black,section.section_with_ad .bg-color-black .bg-background-color{background-color:#202020}section.section_with_ad .bg-color-grey,section.section_with_ad .bg-color-grey .bg-background-color{background-color:#888}section.section_with_ad .bg-color-blue,section.section_with_ad .bg-color-blue .bg-background-color{background-color:#0c3579}section.section_with_ad .bg-color-blue h2,section.section_with_ad .bg-color-blue h3,section.section_with_ad .bg-color-blue h4,section.section_with_ad .bg-color-blue p{color:#fff}section.section_with_ad .bg-background-color{height:100%;position:relative;width:100%}section.section_with_ad .bg-image-wrapper{height:100%;overflow:hidden;position:relative;width:100%;z-index:0}section.section_with_ad .bg-image-wrapper img{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.section_with_ad .bg-video-wrapper{height:100%;overflow:hidden;position:relative;width:100%;z-index:0}section.section_with_ad .bg-video-wrapper video{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.section_with_ad .content .title{bottom:0;position:absolute;text-align:center;width:100%}section.section_with_ad .content .ad-box{display:block;margin-left:auto;margin-right:auto;width:750px}@media (max-width:992px){section.section_with_ad .content .ad-box{width:300px}}section.section_with_ad .content .ad-box p{color:#888;font-size:12px;margin-bottom:5px}section.section_with_ad .content .ad-box img{display:block;margin-left:auto;margin-right:auto}section.plug-section{position:relative}section.plug-section .social-links-header{margin-left:15px;margin-right:15px;margin-top:20px}@media (max-width:1366px){section.plug-section .social-links-header{margin-left:5px;margin-right:5px}}@media (max-width:1200px){section.plug-section .social-links-header{min-height:50px;padding-bottom:10px}}@media (max-width:768px){section.plug-section .social-links-header{text-align:center}}section.plug-section .social-links-header li{display:inline-block}section.plug-section .social-links-header li a{display:block;height:20px;position:relative;width:20px}section.plug-section .social-links-header li a:hover img.hover{opacity:1}section.plug-section .social-links-header li a img{height:auto;left:0;position:absolute;top:0;width:100%}section.plug-section .social-links-header li a img.hover{left:0;opacity:0;position:absolute;top:0;transition:opacity .5s;z-index:10}section.plug-section .bg-color-white,section.plug-section .bg-color-white .bg-background-color{background-color:#fff}section.plug-section .bg-color-black,section.plug-section .bg-color-black .bg-background-color{background-color:#202020}section.plug-section .bg-color-grey,section.plug-section .bg-color-grey .bg-background-color{background-color:#888}section.plug-section .bg-color-blue,section.plug-section .bg-color-blue .bg-background-color{background-color:#0c3579}section.plug-section .bg-color-blue h2,section.plug-section .bg-color-blue h3,section.plug-section .bg-color-blue h4,section.plug-section .bg-color-blue p{color:#fff}section.plug-section .bg-image-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.plug-section .bg-image-wrapper img{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.plug-section .bg-video-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}section.plug-section .bg-video-wrapper video{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:none;width:100%}section.plug-section .row .content{padding-bottom:40px;padding-top:40px}@media (max-width:1366px){section.plug-section .row .content{padding-top:0}}section.plug-section .row .content .wrapper>img{display:block;margin-left:auto;margin-right:auto;max-height:80vh;width:auto}section.plug-section .row .content h2,section.plug-section .row .content p,section.plug-section .row .content ul.social-links-header{text-align:center}.calculator-section{margin-top:40px;padding:60px 0}.calculator-section .calculator-title{color:#ff6a30;font-size:36px;font-weight:700;margin-bottom:16px;text-align:center;text-transform:none}.calculator-section .calculator-title span{color:#00d7bd;display:unset}@media (max-width:991px){.calculator-section .calculator-title{font-size:26px}}.calculator-section .calculator-subtitle{color:#000;font-size:16px;line-height:1.6;margin:0 auto 40px;max-width:700px;text-align:center}@media (max-width:991px){.calculator-section .calculator-subtitle{font-size:14px;margin-bottom:30px}}.calculator-section .calculator-card{background:#fff;border-radius:20px;box-shadow:0 4px 20px rgba(0,0,0,.06);margin:0 auto;max-width:900px;padding:40px}@media (max-width:991px){.calculator-section .calculator-card{padding:20px 15px}}.calculator-section .calculator-slider-row{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.calculator-section .calculator-slider-row .slider-label{color:#000;font-size:16px}.calculator-section .calculator-slider-row .slider-label.orange{color:#ff6a30}.calculator-section .calculator-slider-row .slider-value{color:#000;font-size:36px;font-weight:700}@media (max-width:991px){.calculator-section .calculator-slider-row .slider-value{font-size:28px}}.calculator-section .calculator-slider-wrapper{background:#e0e0e0;border-radius:4px;height:8px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.calculator-section .calculator-slider-wrapper .slider-track-fill{background:#00d7bd;border-radius:4px;height:100%;left:0;pointer-events:none;position:absolute;top:0}.calculator-section .calculator-slider-wrapper .slider-thumb{cursor:grab;display:flex;position:absolute;top:-50%;touch-action:none;transform:translate(-50%,-20%)}.calculator-section .calculator-slider-wrapper .slider-thumb:active{cursor:grabbing}.calculator-section .calculator-slider-wrapper .slider-arrow{align-items:center;background:#00d7bd;border:none;color:#fff;cursor:pointer;display:flex;font-size:12px;height:20px;justify-content:center;padding:0;width:28px}.calculator-section .calculator-slider-wrapper .slider-arrow.slider-arrow-left{border-radius:6px 0 0 6px}.calculator-section .calculator-slider-wrapper .slider-arrow.slider-arrow-right{border-radius:0 6px 6px 0}.calculator-section .calculator-slider-wrapper .slider-arrow:hover{background:#00ae99}.calculator-section .slider-range-labels{display:flex;justify-content:space-between;margin-bottom:30px;margin-top:16px}.calculator-section .slider-range-labels span{color:#00d7bd;font-size:14px;font-weight:600}.calculator-section .calculator-columns{display:flex;gap:30px}@media (max-width:991px){.calculator-section .calculator-columns{flex-direction:column;gap:20px}}.calculator-section .calculator-col{flex:1;text-align:center}.calculator-section .calculator-col .col-tab{align-items:center;background:#fff1e1;border-radius:10px;display:inline-flex;gap:8px;margin-bottom:20px;padding:10px 20px}@media (max-width:991px){.calculator-section .calculator-col .col-tab{width:100%}}.calculator-section .calculator-col .col-tab .tab-logo{height:20px;width:auto}.calculator-section .calculator-col .col-tab span{color:#ff6a30;font-size:14px;font-weight:600}.calculator-section .calculator-col .col-tab img{height:auto;max-width:45%}.calculator-section .calculator-col .col-label{color:#000;font-size:14px;margin-bottom:4px}.calculator-section .calculator-col .col-value{color:#00d7bd;font-size:24px;font-weight:700;margin-bottom:12px}.calculator-section .calculator-col .col-value.holadom-fee{color:#00d7bd}.calculator-section .calculator-col .col-value#brokerCost,.calculator-section .calculator-col .col-value.red{color:#f51010}.calculator-section .calculator-col .col-btn{background:#ff6a30;border-radius:10px;box-sizing:border-box;color:#fff;display:inline-block;font-size:18px;font-weight:700;margin-top:10px;padding:16px 40px;text-decoration:none;transition:background .3s;width:100%}.calculator-section .calculator-col .col-btn:hover{background:#ff4d07}@media (max-width:991px){.calculator-section .calculator-col .col-btn{font-size:16px;padding:14px 20px}}.calculator-section .calculator-disclaimer{color:#ff6a30;font-size:12px;font-style:italic;margin-bottom:0;margin-top:30px;text-align:center}.roles-section .roles-bg{background-position:50%;background-repeat:no-repeat;background-size:cover;padding:60px 0}@media (max-width:991px){.roles-section .roles-bg{padding:40px 0}}.roles-section .roles-title{color:#f4753c;font-size:36px;font-style:italic;font-weight:700;margin-bottom:30px;text-align:center}.roles-section .roles-title span{color:#00d7bd}@media (max-width:991px){.roles-section .roles-title{font-size:26px;margin-bottom:20px}}.roles-section .roles-cards{display:flex;gap:30px;justify-content:center}@media (max-width:991px){.roles-section .roles-cards{align-items:center;flex-direction:column;gap:20px}}.roles-section .roles-card{align-items:center;background:rgba(0,215,189,.8);border-radius:10px;color:#fff;display:flex;flex-direction:column;overflow:hidden;padding:24px;text-decoration:none;transition:transform .3s;width:320px}.roles-section .roles-card:hover{transform:translateY(-4px)}@media (max-width:991px){.roles-section .roles-card{max-width:320px;padding:20px;width:100%}}.roles-section .roles-card-header{align-items:center;display:flex;gap:10px;margin-bottom:20px}.roles-section .roles-card-header span{font-size:20px;font-weight:700}.roles-section .roles-card-header svg{flex-shrink:0}@media (max-width:991px){.roles-section .roles-card-header span{font-size:18px}}.roles-section .roles-card-img{display:block;height:auto;width:100%}.challenges-section{background:#fff3e8;padding:60px 0}@media (max-width:991px){.challenges-section{padding:40px 0}}.challenges-section .challenges-title{color:#00d7bd;font-size:36px;font-weight:700;line-height:1.3;margin-bottom:16px;text-align:center;text-transform:none}.challenges-section .challenges-title span{color:#f4753c;margin-bottom:0}@media (max-width:991px){.challenges-section .challenges-title{font-size:24px}}.challenges-section .challenges-subtitle{color:#202020;font-size:16px;font-style:italic;margin:0 auto 40px;max-width:700px;text-align:center}@media (max-width:991px){.challenges-section .challenges-subtitle{font-size:14px;margin-bottom:30px}}.challenges-section .challenges-columns{display:flex;gap:30px}@media (max-width:991px){.challenges-section .challenges-columns{flex-direction:column;gap:20px}}.challenges-section .challenges-card{background:#f4753c;border-radius:10px;box-shadow:0 4px 12px rgba(0,0,0,.1);flex:1;padding:30px}@media (max-width:991px){.challenges-section .challenges-card{padding:20px 15px}}.challenges-section .challenges-card-title{color:#fff;font-size:18px;font-weight:700;letter-spacing:1px;margin-bottom:20px;text-align:center}.challenges-section .challenges-list{display:flex;flex-direction:column;gap:20px}.challenges-section .challenges-item{align-items:center;background:#fff;border-radius:10px;box-shadow:0 4px 12px rgba(0,0,0,.1);display:flex;gap:12px;padding:14px 18px;text-decoration:none;transition:transform .2s,box-shadow .2s}.challenges-section .challenges-item:hover{transform:translateY(-2px)}.challenges-section .challenges-item span{color:#202020;font-size:14px;font-weight:500}.challenges-section .challenges-icon{flex-shrink:0;height:36px;-o-object-fit:contain;object-fit:contain;width:36px}.challenges-section .challenges-card-footer{color:#fff;font-size:16px;font-style:italic;font-weight:700;letter-spacing:.5px;margin-bottom:0;margin-top:20px;text-align:center}.modern-rental-section{background-color:#fff;overflow:hidden;padding:60px 0;position:relative}@media (max-width:991px){.modern-rental-section{padding:40px 0}}.modern-rental-section .modern-rental-top{align-items:flex-start;display:flex;gap:40px;margin-bottom:50px}@media (max-width:991px){.modern-rental-section .modern-rental-top{flex-direction:column;gap:30px;margin-bottom:35px}}.modern-rental-section .modern-rental-intro{flex:1}.modern-rental-section .modern-rental-title{color:#f4753c;font-size:36px;font-weight:700;line-height:1.2;margin-bottom:16px;text-transform:none}.modern-rental-section .modern-rental-title span{color:#00d7bd}@media (max-width:991px){.modern-rental-section .modern-rental-title{font-size:26px;text-align:start}}.modern-rental-section .modern-rental-subtitle{color:#202020;font-size:16px;line-height:1.6;max-width:420px}@media (max-width:991px){.modern-rental-section .modern-rental-subtitle{font-size:14px;text-align:start}}.modern-rental-section .modern-rental-stats-card{background:#00d7bd;border-radius:20px;box-shadow:0 6px 30px rgba(0,0,0,.12);color:#fff;flex:1;max-width:440px;padding:30px}@media (max-width:991px){.modern-rental-section .modern-rental-stats-card{max-width:100%;padding:24px 20px}}.modern-rental-section .stats-card-title{font-size:20px;font-weight:700;line-height:1.3;margin-bottom:20px}.modern-rental-section .stats-grid{display:grid;gap:20px;grid-template-columns:1fr 1fr}@media (max-width:991px){.modern-rental-section .stats-grid{grid-template-columns:1fr}}.modern-rental-section .stats-item{display:flex;flex-direction:column}.modern-rental-section .stats-value{font-size:32px;font-weight:700;line-height:1.2}@media (max-width:991px){.modern-rental-section .stats-value{font-size:26px}}.modern-rental-section .stats-label{font-size:13px;line-height:1.3;opacity:.9}.modern-rental-section .modern-rental-features{display:grid;gap:30px 50px;grid-template-columns:1fr 1fr}@media (max-width:991px){.modern-rental-section .modern-rental-features{gap:24px;grid-template-columns:1fr}}.modern-rental-section .feature-item{align-items:flex-start;display:flex;gap:16px}.modern-rental-section .feature-icon{background-color:#ff6a30;border-radius:5px;flex-shrink:0;height:50px;padding:8px;width:50px}.modern-rental-section .feature-icon img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.modern-rental-section .feature-text h4{color:#f4753c;font-size:15px;font-weight:700;margin-bottom:4px}@media (max-width:991px){.modern-rental-section .feature-text h4{text-align:start}}.modern-rental-section .feature-text p{color:#202020;font-size:14px;line-height:1.5;margin:0}@media (max-width:991px){.modern-rental-section .feature-text p{text-align:start}}.priorities-section{background-position:50%;background-repeat:no-repeat;background-size:cover;padding:60px 0}@media (max-width:991px){.priorities-section{padding:40px 0}}.priorities-section .priorities-title{color:#00d7bd;font-size:36px;font-weight:700;line-height:1.3;margin-bottom:16px;text-align:center;text-transform:none}.priorities-section .priorities-title span{color:#f4753c}@media (max-width:991px){.priorities-section .priorities-title{font-size:24px}}.priorities-section .priorities-subtitle{color:#fff;font-size:16px;margin:0 auto 40px;max-width:700px;text-align:center}@media (max-width:991px){.priorities-section .priorities-subtitle{font-size:14px;margin-bottom:30px}}.priorities-section .priorities-tiles{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}@media (max-width:991px){.priorities-section .priorities-tiles{display:grid;gap:15px;grid-template-columns:1fr 1fr}}.priorities-section .priorities-tile{background:#fff;border-radius:16px;box-shadow:0 4px 20px hsla(0,0%,100%,.6),inset 0 0 30px hsla(0,0%,100%,.4);padding:28px 20px;text-align:center;width:calc(20% - 16px)}@media (max-width:991px){.priorities-section .priorities-tile{padding:20px 15px;width:auto}}.priorities-section .tile-icon{margin-bottom:12px}.priorities-section .tile-icon img{height:48px;-o-object-fit:contain;object-fit:contain;width:48px}.priorities-section .tile-title{color:#00d7bd;font-size:18px;font-weight:700;margin-bottom:8px}@media (max-width:991px){.priorities-section .tile-title{font-size:16px}}.priorities-section .tile-desc{color:#202020;font-size:13px;line-height:1.5;margin:0}.priorities-section .priorities-cta{margin-top:40px;text-align:center}@media (max-width:991px){.priorities-section .priorities-cta{margin-top:30px}}.priorities-section .priorities-btn{align-items:center;background:#f4753c;border-radius:10px;color:#fff;display:inline-flex;font-size:18px;font-weight:700;gap:10px;padding:16px 40px;text-decoration:none;transition:background .3s}.priorities-section .priorities-btn:hover{background:#f25a15}@media (max-width:991px){.priorities-section .priorities-btn{font-size:16px;padding:14px 28px}}.process-section{background:#fff3e8}.process-section .process-layout{align-items:stretch;display:flex;gap:40px}@media (max-width:991px){.process-section .process-layout{align-items:center;flex-direction:column}}.process-section .process-content{flex:1;min-width:0;padding:60px 0}@media (max-width:991px){.process-section .process-content{padding-bottom:0;padding-top:40px}}.process-section .process-title{color:#f4753c;font-size:36px;font-weight:700;line-height:1.2;margin-bottom:16px;text-transform:none}.process-section .process-title span{color:#00d7bd}@media (max-width:991px){.process-section .process-title{font-size:26px;text-align:center}}.process-section .process-subtitle{color:#202020;font-size:16px;line-height:1.6;margin-bottom:40px;max-width:500px}@media (max-width:991px){.process-section .process-subtitle{font-size:14px;margin:0 auto 30px;text-align:center}}.process-section .process-timeline{display:flex;gap:0;position:relative}@media (max-width:991px){.process-section .process-timeline{flex-direction:column;margin:0 auto;max-width:260px;padding-left:40px}}.process-section .timeline-line{background:#00d7bd;height:3px;left:27px;position:absolute;right:0;top:27px}.process-section .timeline-line:after{border-bottom:7px solid transparent;border-left:10px solid #00d7bd;border-top:7px solid transparent;content:"";height:0;position:absolute;right:-2px;top:50%;transform:translateY(-50%);width:0}@media (max-width:991px){.process-section .timeline-line{bottom:0;height:100%;left:0;right:auto;top:0;width:3px}.process-section .timeline-line:after{border:7px solid transparent;border-bottom:none;border-top:10px solid #00d7bd;bottom:-2px;left:50%;right:auto;top:auto;transform:translateX(-50%)}}.process-section .timeline-step{flex:1;padding:0 10px;position:relative;text-align:center;z-index:1}@media (max-width:991px){.process-section .timeline-step{padding:0 0 80px;text-align:left}}.process-section .step-circle{align-items:center;background:#fff;border:4px solid #00d7bd;border-radius:50%;color:#00d7bd;display:flex;font-size:20px;font-weight:700;height:56px;justify-content:center;margin:0 auto 12px;width:56px}@media (max-width:991px){.process-section .step-circle{left:-68px;margin:0;position:absolute;top:0}}.process-section .step-infinity img{height:auto;width:28px}.process-section .step-title{color:#f4753c;font-size:15px;font-style:italic;font-weight:700;margin-bottom:6px}@media (max-width:991px){.process-section .step-title{font-size:16px;padding-top:4px}}.process-section .step-desc{color:#202020;font-size:13px;line-height:1.5;margin:0}.process-section .process-phones{flex-shrink:0;position:relative;width:340px}@media (max-width:991px){.process-section .process-phones{height:360px;margin-top:10px;width:300px}}.process-section .phone{position:absolute}.process-section .phone img{display:block;height:auto;width:100%}.process-section .phone-back{bottom:0;right:0;width:200px;z-index:1}@media (max-width:991px){.process-section .phone-back{width:170px}}.process-section .phone-front{bottom:0;left:0;width:200px;z-index:2}@media (max-width:991px){.process-section .phone-front{width:170px}}.testimonials-section{background:#f4753c;overflow:hidden;padding:60px 0}@media (max-width:991px){.testimonials-section{padding:40px 0}}.testimonials-section .testimonials-title{color:#fff;font-size:32px;font-weight:700;line-height:normal;margin-bottom:8px;text-align:center}@media (max-width:991px){.testimonials-section .testimonials-title{font-size:24px;line-height:normal}}.testimonials-section .testimonials-subtitle{color:#fff;font-size:16px;font-weight:600;line-height:normal;margin-bottom:40px;text-align:center}@media (max-width:991px){.testimonials-section .testimonials-subtitle{font-size:14px;line-height:normal;margin-bottom:30px}}.testimonials-section .testimonials-slider{mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent);overflow:hidden;width:100%}.testimonials-section .testimonials-track{cursor:grab;display:flex;gap:24px;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:-moz-max-content;width:max-content}.testimonials-section .testimonials-track:active{cursor:grabbing}.testimonials-section .testimonial-card{background:#fff;border-radius:16px;display:flex;flex-direction:column;flex-shrink:0;justify-content:space-between;padding:28px 24px;width:320px}@media (max-width:991px){.testimonials-section .testimonial-card{padding:22px 18px;width:280px}}.testimonials-section .testimonial-text{color:#202020;flex:1;font-size:14px;line-height:1.6;margin-bottom:20px}.testimonials-section .testimonial-author{align-items:center;display:flex;gap:12px}.testimonials-section .testimonial-avatar{border-radius:50%;height:48px;-o-object-fit:cover;object-fit:cover;width:48px}.testimonials-section .testimonial-name{color:#ff6a30;display:block;font-size:15px;font-weight:700}.testimonials-section .testimonial-role{color:#202020;display:block;font-size:13px}.testimonials-section .testimonials-cta{margin-top:40px;text-align:center}@media (max-width:991px){.testimonials-section .testimonials-cta{margin-top:30px}}.testimonials-section .testimonials-btn{background:#00d7bd;border-radius:10px;color:#fff;display:inline-block;font-size:18px;font-weight:700;padding:16px 40px;text-decoration:none;transition:background .3s}@media (max-width:991px){.testimonials-section .testimonials-btn{font-size:16px;padding:14px 28px}}.cta-join-section{overflow:hidden;padding:60px 0}@media (max-width:991px){.cta-join-section{padding:40px 0}}.cta-join-section .cta-join-layout{align-items:center;display:flex;gap:40px}@media (max-width:991px){.cta-join-section .cta-join-layout{flex-direction:column;text-align:center}}.cta-join-section .cta-join-content{flex:1}.cta-join-section .cta-join-title{color:#f4753c;font-size:36px;font-weight:700;line-height:1.2;margin-bottom:16px;text-transform:none}.cta-join-section .cta-join-title span{color:#00d7bd;display:block}@media (max-width:991px){.cta-join-section .cta-join-title{font-size:26px}}.cta-join-section .cta-join-subtitle{color:#202020;font-size:16px;font-style:italic;line-height:1.6;margin-bottom:30px}@media (max-width:991px){.cta-join-section .cta-join-subtitle{font-size:14px;margin-bottom:24px}}.cta-join-section .cta-join-btn{background:#00d7bd;border-radius:10px;color:#fff;display:inline-block;font-size:18px;font-weight:700;padding:16px 50px;text-decoration:none;transition:background .3s}.cta-join-section .cta-join-btn:hover{background:#00ae99}@media (max-width:991px){.cta-join-section .cta-join-btn{font-size:16px;padding:14px 36px}}.cta-join-section .cta-join-image{flex:1;text-align:right}.cta-join-section .cta-join-image img{display:inline-block;height:auto;max-width:100%}@media (max-width:991px){.cta-join-section .cta-join-image{text-align:center}}.newsletter-form-section{align-items:center;background:#fff3e8;display:flex;margin-top:var(--headerH);min-height:calc(100vh - var(--headerH));padding:60px 0}@media (max-width:991px){.newsletter-form-section{padding:40px 0}}.newsletter-form-section .newsletter-form-layout{align-items:center;display:flex;gap:40px}@media (max-width:991px){.newsletter-form-section .newsletter-form-layout{flex-direction:column}}.newsletter-form-section .newsletter-form-content{flex:0 0 60%;max-width:60%}@media (max-width:991px){.newsletter-form-section .newsletter-form-content{flex:1;max-width:100%}}.newsletter-form-section .newsletter-form-title{color:#00d7bd;font-size:36px;font-weight:700;line-height:1.2;margin-bottom:16px}.newsletter-form-section .newsletter-form-title span{color:#f4753c;display:block}@media (max-width:991px){.newsletter-form-section .newsletter-form-title{font-size:26px}}.newsletter-form-section .newsletter-form-promo{font-size:24px;line-height:1.4;margin-bottom:16px}.newsletter-form-section .newsletter-form-promo em{color:#f4753c;font-weight:700}.newsletter-form-section .newsletter-form-promo strong{color:#00d7bd;font-weight:700}@media (max-width:991px){.newsletter-form-section .newsletter-form-promo{font-size:15px}}.newsletter-form-section .newsletter-form-subtitle{color:#202020;font-size:16px;font-weight:500;line-height:1.6;margin-bottom:30px;max-width:600px}@media (max-width:991px){.newsletter-form-section .newsletter-form-subtitle{font-size:14px;margin-bottom:24px}}.newsletter-form-section .newsletter-form-image{flex:0 0 40%;max-width:40%;text-align:right}@media (max-width:991px){.newsletter-form-section .newsletter-form-image{flex:1;max-width:100%}}.newsletter-form-section .newsletter-form-image img{height:auto;max-width:100%}@media (max-width:991px){.newsletter-form-section .newsletter-form-image{text-align:center}}.newsletter-form-section .pdn--register-form--container{max-width:440px}.newsletter-form-section .pdn--register-form--email{display:flex;flex-wrap:wrap;gap:16px}.newsletter-form-section .pdn--register-form--email input[type=email]{background:#fff;border:2px solid #00d7bd;border-radius:10px;box-sizing:border-box;color:#202020;flex:1;font-size:15px;height:50px;min-width:200px;outline:none;padding:0 16px}.newsletter-form-section .pdn--register-form--email input[type=email]::-moz-placeholder{color:#aaa}.newsletter-form-section .pdn--register-form--email input[type=email]::placeholder{color:#aaa}.newsletter-form-section .pdn--register-form--email input[type=email]:focus{border-color:#00d7bd}.newsletter-form-section .pdn--register-form--email button[type=submit]{background:#f4753c;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;height:50px;padding:0 32px;transition:background .3s;white-space:nowrap}.newsletter-form-section .pdn--register-form--email button[type=submit]:hover{background:#f25a15}.newsletter-form-section .pdn--register-form--email button[type=submit].loading{opacity:.7;pointer-events:none}.newsletter-form-section .pdn--register-form--email ul{list-style:none;margin:16px 0 0;padding:0;width:100%}.newsletter-form-section .pdn--register-form--email ul li{align-items:flex-start;color:#202020;display:flex;font-size:13px;gap:8px;line-height:1.4;margin-bottom:6px}.newsletter-form-section .pdn--register-form--email ul input[type=checkbox]{accent-color:#00d7bd;flex-shrink:0;height:16px;margin-top:2px;width:16px}.newsletter-form-section .pdn--register-form--email ul label{color:#202020;font-size:13px}.newsletter-form-section .pdn--response{display:none;font-size:14px;line-height:1.5;margin-top:12px}.newsletter-form-section .pdn--response.display{display:block}.newsletter-form-section .pdn--response.success{color:#00d7bd}.newsletter-form-section .pdn--response.error{color:#f4753c}.newsletter-form-section .pdn--response span{font-weight:700}.newsletter-form-section .newsletter-thankyou{align-items:center;flex-direction:column;justify-content:center;min-height:calc(100vh - var(--headerH) - 120px);text-align:center}.newsletter-form-section .thankyou-header{align-items:center;display:flex;gap:clamp(8px,2vw,16px);justify-content:center;margin-bottom:16px;width:100%}.newsletter-form-section .thankyou-icon{flex-shrink:0;height:auto;width:clamp(30px,8vw,70px)}.newsletter-form-section .thankyou-title{color:#f4753c;display:flex;font-size:clamp(28px,8vw,52px);font-weight:700;gap:5px;white-space:nowrap}.newsletter-form-section .thankyou-title span{color:#00d7bd}.newsletter-form-section .thankyou-subtitle{color:#202020;font-size:16px;margin-bottom:30px}.newsletter-form-section .thankyou-btn{border:2px solid #f4753c;border-radius:10px;color:#f4753c;display:inline-block;font-size:16px;font-weight:700;margin-bottom:24px;padding:14px 50px;text-decoration:none;transition:all .3s}.newsletter-form-section .thankyou-btn:hover{background:#f4753c;color:#fff}.newsletter-form-section .thankyou-socials{display:flex;gap:16px}.newsletter-form-section .thankyou-socials a{color:#f4753c;transition:color .3s}.newsletter-form-section .thankyou-socials a:hover{color:#00d7bd}
