#cms-section-header .logo-holder { padding: 0px 0; box-sizing: border-box; position: relative; flex: 0 0 auto;}#cms-section-header .logo-holder a { display: flex; position: relative; width: 100%; height: 100%; align-items: center; justify-content: flex-start;}#cms-section-header .logo-holder a img { height: 100%;}#cms-section-header .logo-holder a h1 { padding: 0; margin: 0;}#cms-section-header .static-bar { position: relative; height: 100px; width: 100%; z-index: 1000;}#cms-section-header .sticky-bar { position: absolute; left: 0; top: 0; width: 100%; height: 100px;}#cms-section-header .bar-moved { position: fixed; box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);}#cms-section-header .top-bar-hld { height: 100px; display: inline-block; width: 100%;}#cms-section-header .top-bar { height: 100%; display: flex; padding: 0 50px; box-sizing: border-box; background-color: #ffffff;}#cms-section-header .nav-left { justify-content: flex-start; padding: 0 0 0 30px;}#cms-section-header .nav-center { justify-content: center;}#cms-section-header .nav-right { justify-content: flex-end;}#cms-section-header .nav-bar { flex: 0 1 100%; display: flex; align-items: center; height: 100%; box-sizing: border-box;}#cms-section-header .nav-bar ul { position: relative; list-style: none; padding: 0; margin: 0; display: flex; text-align: left;}#cms-section-header .nav-bar ul li { position: relative; box-sizing: border-box; transition: color linear 300ms; -webkit-transition: color linear 300ms;}#cms-section-header .nav-bar ul li ul { display: none; position: absolute; top: 100%; left: 0;}#cms-section-header .nav-bar ul li ul li { background-color: rgba(255, 255, 255, 0.9); height: auto; display: inline-block; white-space: nowrap; width: 100%; transition: filter linear 300ms; -webkit-transition: filter linear 300ms;}#cms-section-header .nav-bar ul li ul li:hover { background-color: #ffffff;}#cms-section-header .nav-bar ul li ul li ul { left: 100%; top: 0; white-space: normal;}#cms-section-header .nav-bar ul li:hover > ul { display: block;}#cms-section-header .nav-bar p { font-weight: 100; margin: 0; color: #383738; transition: all linear 300ms; -webkit-transition: all linear 300ms; position: relative;}#cms-section-header .nav-bar a { padding: 15px 12px; display: inline-block;}#cms-section-header .nav-bar i { position: relative; width: 16px; display: block; margin-left: 5px; float: right;}#cms-section-header .nav-bar i svg { background: unset; stroke: unset; position: absolute; top: 4px; left: 0; width: 16px; height: 16px;}#cms-section-header .header-ctrls { flex: 0 0 auto; display: flex; align-items: center;}#cms-section-header .bg-header { padding: 0 30px 30px 30px; box-sizing: border-box; display: inline-block; width: 100%; line-height: 0; position: relative;}#cms-section-header .bg-header img { width: 100%; transition: filter linear 300ms; -webkit-transition: filter linear 300ms;}#cms-section-header header { position: relative; display: inline-block; width: 100%; text-align: center;}#cms-section-header .cms-lazyloader { filter: blur(2px); -webkit-filter: blur(2px);}#cms-section-header .cta-btn { display: inline-block; margin-left: 15px; transition: all linear 300ms; -webkit-transition: all linear 300ms;}#cms-section-header .cta-btn p { margin: 0; font-size: 13px;}#cms-section-header .cta-btn a { display: inline-block; padding: 12px 17px;}#cms-section-header .hamburger { display: none; width: 50px; height: 50px; cursor: pointer;}#cms-section-header .hamburger svg { width: 100%; height: 100%; background: unset; stroke: unset;}#cms-section-header .mobile-drawer { display: flex; width: 350px; height: 100vh; position: fixed; right: -110%; top: 0; opacity: 0; z-index: 1001; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); flex-direction: column; transition: opacity linear 300ms, right linear 300ms; -webkit-transition: opacity linear 300ms, right linear 300ms;}#cms-section-header .mobile-drawer:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #ffffff; opacity: 1; z-index: -1;}#cms-section-header .open-drawer { right: 0; opacity: 1;}#cms-section-header .close-btn { display: inline-block; width: 40px; height: 40px; cursor: pointer; padding: 10px; transition: opacity linear 300ms; -webkit-transition: opacity linear 300ms;}#cms-section-header .close-btn svg { width: 100%; height: 100%; background: unset; stroke: unset;}#cms-section-header .close-btn:hover { opacity: 0.8;}#cms-section-header .top-ctrl { display: inline-block; width: 100%; text-align: right; flex: 0 0 auto;}#cms-section-header .mob-logo { height: 165px; display: inline-block; text-align: center; width: 100%;}#cms-section-header .mob-logo img { max-width: 50%;}#cms-section-header .mob-logo a { display: inline-block; width: 100%;}#cms-section-header .mob-menu { flex: 0 1 100%; overflow-y: auto; margin: 30px 0; text-align: left;}#cms-section-header .mob-nav-bar ul { list-style: none; padding: 0 15px; margin: 0; box-sizing: border-box;}#cms-section-header .mob-nav-bar ul li ul { display: none;}#cms-section-header .mob-nav-bar p { margin: 12px 0; padding: 0; transition: all linear 300ms; -webkit-transition: all linear 300ms; display: inline-block;}#cms-section-header .mob-nav-bar i { position: relative; width: 16px; height: 16px; display: inline-block; margin-left: 5px; transform: rotate(-90deg); -webkit-transform: rotate(-90deg); transition: all linear 100ms; -webkit-transition: all linear 100ms;}#cms-section-header .mob-nav-bar i svg { background: unset; stroke: unset; position: absolute; top: 2px; left: 0; width: 100%; height: 100%;}#cms-section-header .mob-nav-bar .active-tab > ul { display: block;}#cms-section-header .mob-nav-bar .active-icon { transform: rotate(0deg); -webkit-transform: rotate(0deg);}#cms-section-header .more-info { flex: 0 0 auto;}#cms-section-header .more-info p { text-align: center; font-size: 12px; opacity: 0.6;}#cms-section-header .mob-cta { display: inline-block; text-align: center; width: 100%; margin: 30px 0;}#cms-section-header .mob-cta p { margin: 0; font-size: 13px;}#cms-section-header .mob-cta a { display: inline-block; text-align: center; padding: 12px 17px; transition: all linear 300ms; -webkit-transition: all linear 300ms;}#cms-section-header .welcome-hld { position: absolute; width: 50%; top: 5%; left: 50%; padding: 20px 45px; box-sizing: border-box;}#cms-section-header .welcome-hld:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #616161; opacity: 1; z-index: 1;}#cms-section-header .welcome-hld .welcome-txt { position: relative; z-index: 2;}#cms-section-header .welcome-hld .welcome-txt h1, #cms-section-header .welcome-hld .welcome-txt h2, #cms-section-header .welcome-hld .welcome-txt h3, #cms-section-header .welcome-hld .welcome-txt h4 h5, #cms-section-header .welcome-hld .welcome-txt h6 { margin: 10px 0;}#cms-section-header .welcome-hld .welcome-txt p { margin: 3px 0;}#cms-section-header .btn-hld { margin: 17px 0; display: inline-block; text-align: center; width: 100%;}#cms-section-header .btn-hld a { display: inline-block; text-align: center; padding: 12px 35px; line-height: 1.5em; border: 1px solid #ffffff; color: #ffffff;}#cms-section-header .btn-hld a p { margin: 0; color: #ffffff;}@media (max-width: 900px) { #cms-section-header .logo-holder { max-width: 300px; } #cms-section-header .welcome-hld { position: relative; width: 100%; top: 0; left: 0; padding: 15px; } #cms-section-header .hamburger { display: block; } #cms-section-header .nav-bar ul, #cms-section-header .cta-btn { display: none; } #cms-section-header .top-bar { padding: 0 33px; } #cms-section-header .top-bar-hld, #cms-section-header .static-bar, #cms-section-header .sticky-bar { height: 70px; } #cms-section-header .bg-header { padding: 0 33px 33px 33px; }}@media (max-width: 480px) { #cms-section-header .bg-header { padding: 0 15px 15px 15px; } #cms-section-header .top-bar { padding: 0 15px; }}#cms-section-3124329623 .main-title { position: relative; top: 0; left: 0; overflow: hidden; margin: 10px 0; padding: 0px 0px 0px 0px; box-sizing: border-box;}#cms-section-3124329623 .main-title h1 { text-align: center; position: relative; margin: 0;}#cms-section-3124329623 .thumb-size { height: 150px;}#cms-section-3124329623 .thumb-size .testimony-logo { height: 100px;}#cms-section-3124329623 .regular-size { height: 200px;}#cms-section-3124329623 .regular-size .testimony-logo { height: 150px;}#cms-section-3124329623 .testimony-holder { overflow-x: hidden; position: relative; padding: 20px 0; box-sizing: border-box;}#cms-section-3124329623 .testimony-holder ul { padding: 0; margin: 0; list-style: none; display: flex; align-items: start; justify-content: start; position: absolute; top: 0; left: 0;}#cms-section-3124329623 .testimony-holder ul li { position: absolute;}#cms-section-3124329623 .testimony-holder ul li .testimony-logo { display: flex; align-items: center; justify-content: center; position: relative;}#cms-section-3124329623 .testimony-holder ul li .testimony-logo img { width: auto;}#cms-section-3124329623 .testimony-holder ul li .testimony-logo img { width: auto;}#cms-section-3124329623 .testimony-holder ul li .testimony-logo .cms-lazyloader { filter: blur(2vw); -webkit-filter: blur(2vw);}#cms-section-3124329623 .slide-row { position: absolute;}@media (max-width: 900px) { #cms-section-3124329623 .testimony-section .cms-section-full-buffer .testimony-holder ul li .testimony-content h1 { margin: 5px 0; }}#cms-section-8804807484 .display-hld { display: flex; list-style: none; padding: 0; margin: 0;}#cms-section-8804807484 .elem-hld { display: flex;}#cms-section-8804807484 .info-ctn { flex: 0 0 25%; width: 25%; padding: 0 4% 0 0; box-sizing: border-box;}#cms-section-8804807484 .display-hld { flex: 0 1 100%;}#cms-section-8804807484 .display-hld li { padding: 0 0 0 4%; box-sizing: border-box;}#cms-section-8804807484 .display-two li { flex: 0 0 50%;}#cms-section-8804807484 .display-three li { flex: 0 0 33.3333%;}#cms-section-8804807484 .display-four li { flex: 0 0 25%;}#cms-section-8804807484 .bg-img { min-height: 250px; position: relative; height: 100%; background-position: center; background-size: cover; background-repeat: no-repeat;}#cms-section-8804807484 .bg-img h5 { width: 100%; position: absolute; bottom: 0; left: 0; padding: 15px 7px; box-sizing: border-box; white-space: pre-wrap; word-wrap: break-word; font-size: 18px; color: #ffffff; line-height: 1.5em;}#cms-section-8804807484 .info-ctn h1, #cms-section-8804807484 .info-ctn h2, #cms-section-8804807484 .info-ctn h3, #cms-section-8804807484 .info-ctn h4, #cms-section-8804807484 .info-ctn h5, #cms-section-8804807484 .info-ctn h6, #cms-section-8804807484 .info-ctn p { text-transform: none; text-align: left; margin: 0;}#cms-section-8804807484 article { height: 100%;}#cms-section-8804807484 article h5 { margin: 0;}#cms-section-8804807484 .info-btn { margin: 17px 0;}#cms-section-8804807484 .info-btn a { display: inline-block; width: 100%; text-align: center; padding: 12px 0; line-height: 1.5em;}@media (max-width: 900px) { #cms-section-8804807484 .display-hld { flex-wrap: wrap; } #cms-section-8804807484 .display-hld li { flex: 0 0 50%; margin-bottom: 20px; } #cms-section-8804807484 .info-ctn { flex: 0 0 30%; box-sizing: content-box; }}@media (max-width: 480px) { #cms-section-8804807484 .elem-hld { display: inline-block; text-align: center; width: 100%; } #cms-section-8804807484 .info-btn a { width: auto; padding: 12px 37px; } #cms-section-8804807484 .display-hld { justify-content: space-between; } #cms-section-8804807484 .display-hld li { flex: 0 0 48%; padding: 0; } #cms-section-8804807484 .info-ctn { width: auto; margin-bottom: 30px; } #cms-section-8804807484 .info-ctn h1, #cms-section-8804807484 .info-ctn h2, #cms-section-8804807484 .info-ctn h3, #cms-section-8804807484 .info-ctn h4, #cms-section-8804807484 .info-ctn h5, #cms-section-8804807484 .info-ctn h6, #cms-section-8804807484 .info-ctn p { text-align: center; }}#cms-section-8329188236 .sim-sub-bg { position: relative; background-color: #e3e3e3;}#cms-section-8329188236 .sub-hld { max-width: 900px; padding: 0; width: 100%; display: inline-block; text-align: center;}#cms-section-8329188236 .subscribe-frm-inputs { display: flex; justify-content: center;}#cms-section-8329188236 .input-cont { padding: 0px 10px; box-sizing: border-box; flex: 0 1 100%;}#cms-section-8329188236 .input-cont p { text-align: left; margin: 0;}#cms-section-8329188236 button { max-width: 350px; padding: 9px 42px; border: none; outline: none; width: 100%; display: inline-block; border: none; background-color: rgba(0, 0, 0, 0); transition: background-color linear 300ms; -webkit-transition: background-color linear 300ms;}#cms-section-8329188236 button span { color: #ffffff;}#cms-section-8329188236 button:hover { cursor: pointer; background-color: rgba(0, 0, 0, 0);}#cms-section-8329188236 .input-holder input { padding: 9px 12px; box-sizing: border-box; outline: none; border: none; background: none; width: 100%; display: inline-block; border: 1px solid #303030; transition: linear 300ms; -webkit-transition: linear 300ms; color: #383738;}#cms-section-8329188236 .input-holder input:focus { border: 1px solid #ffffff;}#cms-section-8329188236 .btn-hld { flex: 0 0 25%;}#cms-section-8329188236 .pitch { margin: 0;}#cms-section-8329188236 .pitch h1, #cms-section-8329188236 .pitch h2, #cms-section-8329188236 .pitch h3, #cms-section-8329188236 .pitch h4, #cms-section-8329188236 .pitch h5, #cms-section-8329188236 .pitch h6 { margin: 10px 0;}#cms-section-8329188236 .pitch p { margin: 0;}@media (max-width: 900px) { #cms-section-8329188236 .subscribe-frm-inputs { flex-wrap: wrap; } #cms-section-8329188236 .input-cont { flex: 0 1 50%; } #cms-section-8329188236 .btn-hld { flex: 0 1 100%; }}@media (max-width: 480px) { #cms-section-8329188236 .input-cont { flex: 0 1 100%; } #cms-section-8329188236 button { max-width: 100%; }}#cms-section-2319795707 .bg-img { width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-position: center; background-size: cover; transition: linear 500ms; -o-transition: linear 500ms; -moz-transition: linear 500ms; -webkit-transition: linear 500ms; -ms-transition: linear 500ms;}#cms-section-2319795707 .bg-img .background-filter { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.3; background-color: rgba(0, 0, 0, 0);}#cms-section-2319795707 .box-shadow { box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3); -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);}#cms-section-2319795707 .image-content { width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center;}#cms-section-2319795707 .image-content .border-top-box { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}#cms-section-2319795707 .image-content .border-top-box:before { transition: linear 300ms; -o-transition: linear 300ms; -moz-transition: linear 300ms; -webkit-transition: linear 300ms; -ms-transition: linear 300ms;}#cms-section-2319795707 .image-content .border-top-box:after { transition: linear 300ms; -o-transition: linear 300ms; -moz-transition: linear 300ms; -webkit-transition: linear 300ms; -ms-transition: linear 300ms;}#cms-section-2319795707 .image-content .border-bottom-box { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}#cms-section-2319795707 .image-content .border-bottom-box:before { transition: linear 300ms; -o-transition: linear 300ms; -moz-transition: linear 300ms; -webkit-transition: linear 300ms; -ms-transition: linear 300ms;}#cms-section-2319795707 .image-content .border-bottom-box:after { transition: linear 300ms; -o-transition: linear 300ms; -moz-transition: linear 300ms; -webkit-transition: linear 300ms; -ms-transition: linear 300ms;}#cms-section-2319795707 .image-content p { margin: 7px 30px;}#cms-section-2319795707 .image-content .image-btn { padding: 14px 25px; margin: 25px 0 0 0; font-weight: bold; position: relative; overflow: hidden; display: inline-block; z-index: 1; opacity: 1; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}#cms-section-2319795707 .image-content .image-btn svg { position: relative; width: 20px; height: 20px; background: none; stroke: none; top: 3px; margin-left: 12px; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}#cms-section-2319795707 .image-content .image-btn:hover { cursor: pointer;}#cms-section-2319795707 .photo-holder ul { padding: 0; list-style: none; margin: 0; position: relative; clear: both; display: flex; width: 100%; flex-wrap: wrap; justify-content: space-between;}#cms-section-2319795707 .photo-holder ul li { width: 31.3333%; float: left; margin: 0; height: 100%; display: inline-block; padding: 20px; box-sizing: border-box; position: relative; overflow: hidden;}#cms-section-2319795707 .photo-holder ul li:hover .bg-img { transform: scale(1.05); -o-transform: scale(1.05); -ms-transform: scale(1.05); -moz-transform: scale(1.05); -webkit-transform: scale(1.05);}#cms-section-2319795707 .photo-holder ul .landscape { width: 65.66666%;}#cms-section-2319795707 .photo-holder ul .large-square { width: 65.66666%;}#cms-section-2319795707 .txt-bg { display: inline-block; padding: 10px 17px; box-sizing: border-box;}#cms-section-2319795707 .geo-style li .image-content { position: relative;}#cms-section-2319795707 .geo-style li .image-content .border-top-box:before { content: ""; position: absolute; top: 0; left: 0; width: 35%; height: 4px; background-color: #f2f2f2; box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15); -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);}#cms-section-2319795707 .geo-style li .image-content .border-top-box:after { content: ""; position: absolute; top: 4px; left: 0; height: 35%; width: 4px; background-color: #f2f2f2; box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15); -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);}#cms-section-2319795707 .geo-style li .image-content .border-bottom-box:before { content: ""; position: absolute; bottom: 0; right: 0; width: 35%; height: 4px; background-color: #f2f2f2; box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15); -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);}#cms-section-2319795707 .geo-style li .image-content .border-bottom-box:after { content: ""; position: absolute; bottom: 0; right: 0; height: 35%; width: 4px; background-color: #f2f2f2; box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15); -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);}#cms-section-2319795707 .geo-style .cms-animation .image-content .border-top-box:before { opacity: 0; width: 0;}#cms-section-2319795707 .geo-style .cms-animation .image-content .border-top-box:after { opacity: 0; height: 0;}#cms-section-2319795707 .geo-style .cms-animation .image-content .border-bottom-box:before { opacity: 0; width: 0;}#cms-section-2319795707 .geo-style .cms-animation .image-content .border-bottom-box:after { opacity: 0; height: 0;}#cms-section-2319795707 .none-style h1, #cms-section-2319795707 .none-style h2, #cms-section-2319795707 .none-style h3, #cms-section-2319795707 .none-style h4, #cms-section-2319795707 .none-style h5, #cms-section-2319795707 .none-style h6, #cms-section-2319795707 .none-style p { position: relative; margin: 10px 0;}#cms-section-2319795707 .none-style li { padding: 0 !important;}#cms-section-2319795707 .none-style li .image-content { position: relative;}#cms-section-2319795707 .none-style li .image-content .txt-content { position: relative; display: inline-block; width: 100%; padding: 0; box-sizing: border-box; text-align: left;}#cms-section-2319795707 .none-style li .image-content .image-btn { padding: 10px 15px; width: auto; box-sizing: border-box; margin-right: auto; margin-left: 15px;}#cms-section-2319795707 .newsletter-style h1, #cms-section-2319795707 .newsletter-style h2, #cms-section-2319795707 .newsletter-style h3, #cms-section-2319795707 .newsletter-style h4, #cms-section-2319795707 .newsletter-style h5, #cms-section-2319795707 .newsletter-style h6, #cms-section-2319795707 .newsletter-style p { position: relative; margin: 10px 0;}#cms-section-2319795707 .newsletter-style li .image-content { position: relative;}#cms-section-2319795707 .newsletter-style li .image-content .txt-content { position: relative; display: inline-block; width: 100%; padding: 0 20px; box-sizing: border-box; text-align: left;}#cms-section-2319795707 .newsletter-style li .image-content .txt-content:before { content: ""; position: absolute; top: 0; left: 0px; width: 5px; height: 100%; background-color: #f2f2f2; box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15); -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15); transition: linear 300ms; -o-transition: linear 300ms; -moz-transition: linear 300ms; -webkit-transition: linear 300ms; -ms-transition: linear 300ms;}#cms-section-2319795707 .newsletter-style li .image-content .image-btn { padding: 10px 15px; width: auto; box-sizing: border-box; margin-right: auto; margin-left: 15px;}#cms-section-2319795707 .newsletter-style .cms-animation .image-content h2:before { opacity: 0; height: 0;}#cms-section-2319795707 .corner li .image-content { position: relative;}#cms-section-2319795707 .corner li .image-content .border-top-box:before { content: ""; position: absolute; top: 0; left: 0; width: 35%; height: 8px; background-color: #f2f2f2; box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15); -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);}#cms-section-2319795707 .corner li .image-content .border-top-box:after { content: ""; position: absolute; top: 8px; left: 0; height: 35%; width: 8px; background-color: #f2f2f2; box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15); -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);}#cms-section-2319795707 .cms-animation .image-content .border-top-box:before { opacity: 0; width: 0;}#cms-section-2319795707 .cms-animation .image-content .border-top-box:after { opacity: 0; height: 0;}#cms-section-2319795707 .cms-animation .image-content .border-bottom-box:before { opacity: 0; width: 0;}#cms-section-2319795707 .cms-animation .image-content .border-bottom-box:after { opacity: 0; height: 0;}#cms-section-2319795707 .cms-animation .image-content h2:before { opacity: 0; height: 0;}@media (max-width: 900px) { #cms-section-2319795707 .cms-section-sides-buffer .photo-holder ul li { width: 48%; } #cms-section-2319795707 .cms-section-sides-buffer .photo-holder ul .landscape { width: 100%; margin: 0; } #cms-section-2319795707 .cms-section-sides-buffer .photo-holder ul .large-square { width: 100%; margin: 0; }}@media (max-width: 480px) { #cms-section-2319795707 .cms-section-sides-buffer .photo-holder ul li { width: 100%; margin: 0; } #cms-section-2319795707 .cms-section-sides-buffer .photo-holder ul .portrait { width: 100%; }}#cms-section-5320873605 .txt-img-bg { position: relative;}#cms-section-5320873605 .hld { display: flex;}#cms-section-5320873605 .img-hld { flex: 0 0 50%; display: flex;}#cms-section-5320873605 .img-hld img { width: 100%;}#cms-section-5320873605 .img-hld svg { width: 100%;}#cms-section-5320873605 .txt-hld { position: relative;}#cms-section-5320873605 .txt-hld h1, #cms-section-5320873605 .txt-hld h2, #cms-section-5320873605 .txt-hld h3, #cms-section-5320873605 .txt-hld h4, #cms-section-5320873605 .txt-hld h5, #cms-section-5320873605 .txt-hld h6 { margin: 7px 0;}#cms-section-5320873605 .txt-flex { flex: 0 0 50%; padding: 0 0 0 60px; box-sizing: border-box; display: flex;}#cms-section-5320873605 .switch-pos .img-hld { order: 2;}#cms-section-5320873605 .switch-pos .txt-flex { order: 1; padding: 0 60px 0 0;}#cms-section-5320873605 .img-top, #cms-section-5320873605 .text-top { align-items: flex-start;}#cms-section-5320873605 .img-mid, #cms-section-5320873605 .text-mid { align-items: center;}#cms-section-5320873605 .img-bottom, #cms-section-5320873605 .text-bottom { align-items: flex-end;}#cms-section-5320873605 .btn-hld { margin: 17px 0; display: inline-block; text-align: center; width: 100%;}#cms-section-5320873605 .btn-hld a { display: inline-block; text-align: center; padding: 12px 35px; line-height: 1.5em;}#cms-section-5320873605 .btn-hld a p { margin: 0;}@media (max-width: 900px) { #cms-section-5320873605 .hld { display: inline-block; } #cms-section-5320873605 .txt-flex { padding: 0; } #cms-section-5320873605 .switch-pos .txt-flex { padding: 0; } #cms-section-5320873605 .txt-hld { margin-top: 50px; }}