#cms-section-header { -webkit-touch-callout: none; /* iOS Safari */ -webkit-user-select: none; /* Safari */ -khtml-user-select: none; /* Konqueror HTML */ -moz-user-select: none; /* Old versions of Firefox */ -ms-user-select: none; /* Internet Explorer/Edge */ user-select: none;}#cms-section-header .loading-bg { width: 100%; height: 100%; position: fixed; z-index: 9999; top: 0; left: 0;}#cms-section-header .loading-bg .load-bar { border: 10px solid #f3f3f3; border-top: 10px solid var(--primary-color); border-radius: 50%; -webkit-border-radius: 50%; width: 120px; height: 120px; animation: spin-header 2s linear infinite; -webkit-animation: spin-header 2s linear infinite; position: absolute; top: 50%; left: 50%; margin-left: -60px; margin-top: -60px; box-sizing: border-box;}#cms-section-header .loading-bg .logo { position: relative; padding: 30px; width: 120px; height: 120px; position: absolute; top: 50%; left: 50%; margin-left: -60px; margin-top: -60px; box-sizing: border-box;}#cms-section-header .loading-bg .logo img { width: 100%;}#cms-section-header .adventure-header { position: relative; top: 0; left: 0; width: 100%; height: 75vh; overflow: hidden;}#cms-section-header .loading-bg { position: fixed; width: 100%; height: 100%; background-color: #322301; top: 0; left: 0; z-index: 999999; display: none;}#cms-section-header .bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}#cms-section-header .bg img { max-height: 100%; min-width: 100%; height: 100%; position: absolute; top: 0; left: 0;}#cms-section-header .page-divider { height: 7px; width: 100%; position: absolute; bottom: 0; left: 0;}#cms-section-header .edgey-divider { background-color: unset; height: 40px;}#cms-section-header .edgey-divider svg { width: calc(100% + 4px); height: calc(100% + 4px); fill: rgba(0, 0, 0, 0); background-color: unset; stroke: rgba(0, 0, 0, 0.2); position: relative; left: -2px; top: -2px; stroke: none;}#cms-section-header .real-bg img { transform: scale(1.05); -webkit-transform: scale(1.05);}#cms-section-header .blur-bg { z-index: -1;}#cms-section-header .blur-bg img { filter: blur(8px); -webkit-filter: blur(8px); transform: scale(1.05); -webkit-transform: scale(1.05);}#cms-section-header .blur-bg:before { content: ""; position: absolute; top: 0; left: 0; background-color: #2e2d2e; width: 100%; height: 100%; z-index: 1; opacity: 0.2;}#cms-section-header .header-topbar { height: 90px; position: absolute; top: 0; left: 0; width: 100%; z-index: 100; display: flex; align-items: center; justify-content: center; transition: all linear 500ms; -webkit-transition: all linear 500ms; backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); background-color: rgba(46, 45, 46, 0.2);}#cms-section-header .header-topbar .company-logo { height: 90px; width: 90px; position: relative; flex: 0 0 90px;}#cms-section-header .header-topbar .company-logo a { width: 100%; height: 100%; display: inline-block; padding: 15px 15px 15px 15px; box-sizing: border-box;}#cms-section-header .header-topbar .company-logo a img { width: 100%; height: 100%; z-index: 2; position: relative;}#cms-section-header .header-topbar .company-logo:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; opacity: 0; transition: all linear 300ms; -webkit-transition: all linear 300ms;}#cms-section-header .header-topbar .company-logo:hover:before { opacity: 0.4; background-color: #2e2d2e;}#cms-section-header .active-header { position: fixed; background-color: rgba(46, 45, 46, 0.75); box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);}#cms-section-header .active-header .nav-hld nav ul li:hover { background-color: #2e2d2e;}#cms-section-header .left-sidebar { position: absolute; width: 90px; bottom: 0; left: 0; height: calc(100% - 90px); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); background: linear-gradient(180deg, rgba(46, 45, 46, 0.2), rgba(46, 45, 46, 0.5));}#cms-section-header .left-sidebar .share-social { position: absolute; bottom: 30px;}#cms-section-header .left-sidebar .share-social ul { list-style: none; padding: 20px 0; margin: 0;}#cms-section-header .left-sidebar .share-social ul li { padding: 0; position: relative; margin: 0;}#cms-section-header .left-sidebar .share-social ul li a { display: inline-block; padding: 20px 0; height: 30px; width: 90px; position: relative;}#cms-section-header .left-sidebar .share-social ul li a svg { width: 100%; height: 100%; background-color: unset; fill: #fdfdfd; transition: all linear 300ms; -webkit-transition: all linear 300ms;}#cms-section-header .left-sidebar .share-social ul li a:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; transition: all linear 300ms; -webkit-transition: all linear 300ms; background-color: #2e2d2e;}#cms-section-header .left-sidebar .share-social ul li a:hover:after { opacity: 0.4;}#cms-section-header .left-sidebar .share-social ul .fb-icon:hover svg { fill: #3b5998;}#cms-section-header .left-sidebar .share-social ul .insta-icon:hover svg { fill: #fd1d1d;}#cms-section-header .left-sidebar .share-social ul .linkedin-icon:hover svg { fill: #2867b2;}#cms-section-header .left-sidebar .share-social ul .share-icon:hover svg { fill: #ffc400;}#cms-section-header .ctrls { flex: 0 0 auto; height: 90px; position: relative; display: flex; align-items: center;}#cms-section-header .ctrls .cta-btn { margin: 0 10px 0 0;}#cms-section-header .ctrls .ham-icon { width: 90px; height: 100%; padding: 28px; box-sizing: border-box; position: relative; flex: 0 0 90px; position: relative;}#cms-section-header .ctrls .ham-icon svg { background-color: unset; fill: #fdfdfd; max-height: 100%;}#cms-section-header .ctrls .ham-icon:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; transition: all linear 300ms; -webkit-transition: all linear 300ms; background-color: #2e2d2e; opacity: 0; z-index: -1;}#cms-section-header .ctrls .ham-icon:hover { cursor: pointer;}#cms-section-header .ctrls .ham-icon:hover:after { opacity: 0.4;}#cms-section-header .ctrls .ham-icon:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.8; clip-path: circle(0px at 50% 50%); -webkit-clip-path: circle(0px at 50% 50%); background-color: #ffc400; transition: 0.5s; -webkit-transition: 0.5s; z-index: -1;}#cms-section-header .ctrls .ham-icon:active:before { clip-path: circle(100%); -webkit-clip-path: circle(100%);}#cms-section-header .nav-hld { flex: 0 1 100%;}#cms-section-header .desktop-nav ul { list-style: none; padding: 0; margin: 0; height: 100%; width: 100%; display: flex;}#cms-section-header .desktop-nav ul li { height: 100%; display: flex; position: relative;}#cms-section-header .desktop-nav ul li a { display: flex; height: 90px; width: 100%; padding: 0 23px; align-items: center; box-sizing: border-box;}#cms-section-header .desktop-nav ul li a p { color: #fdfdfd; white-space: nowrap; margin: 17px 0; display: flex; align-items: center;}#cms-section-header .desktop-nav ul li a p i { position: relative; width: 16px; height: 16px; display: inline-block; margin: 0 0 0 7px;}#cms-section-header .desktop-nav ul li a p i svg { fill: #fdfdfd; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: unset;}#cms-section-header .desktop-nav ul li a:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; transition: all linear 300ms; -webkit-transition: all linear 300ms; background-color: #fdb713; z-index: -1;}#cms-section-header .desktop-nav ul li a:hover:after { opacity: 0.4;}#cms-section-header .desktop-nav ul li ul { display: none; position: absolute; top: 100%; left: 0; height: auto; width: auto; background-color: rgba(46, 45, 46, 0.7);}#cms-section-header .desktop-nav ul li ul li { height: auto; display: inline-block; white-space: nowrap; width: 100%;}#cms-section-header .desktop-nav ul li ul li a { height: auto;}#cms-section-header .desktop-nav ul li ul li ul { display: none; top: 0; left: 100%; white-space: normal;}#cms-section-header .desktop-nav ul li ul li:hover { background-color: #fdb713;}#cms-section-header .desktop-nav ul li ul li:hover > ul { display: block;}#cms-section-header .desktop-nav ul li:hover > ul { display: block;}#cms-section-header .center-flex { justify-content: center;}#cms-section-header .left-flex { justify-content: flex-start;}#cms-section-header .right-flex { justify-content: flex-end;}#cms-section-header a, #cms-section-header .a-action { position: relative;}#cms-section-header a:before, #cms-section-header .a-action:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.8; clip-path: circle(0px at 50% 50%); -webkit-clip-path: circle(0px at 50% 50%); transition: 0.5s; -webkit-transition: 0.5s; background-color: var(--primary-color); z-index: -1;}#cms-section-header a:active:hover:before, #cms-section-header .a-action:active:hover:before { clip-path: circle(100%); -webkit-clip-path: circle(100%);}#cms-section-header .menu-drawer { position: fixed; width: 360px; height: 100vh; right: -800px; top: 0; z-index: 1000; box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15); -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15); overflow: hidden; transition: all linear 300ms; -webkit-transition: all linear 300ms; transform: matrix(1, 0, 0.5, 1, 0, 0); -webkit-transform: matrix(1, 0, 0.5, 1, 0, 0);}#cms-section-header .menu-drawer:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: linear-gradient(rgba(48, 48, 48, 0.6), #303030); -webkit-background-image: linear-gradient(rgba(48, 48, 48, 0.6), #303030); z-index: -1; backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px);}#cms-section-header .menu-drawer h1 { padding: 0 0 0 12px; margin: 0; font-size: calc(var(--navi-font-size) + 4px); text-transform: var(--navi-font-transform); letter-spacing: var(--navi-font-letterspacing); font-weight: var(--navi-font-weight); font-family: var(--navi-font-family); background-color: #303030; background-image: linear-gradient(180deg, #303030, #171717); -webkit-background-image: linear-gradient(180deg, #303030, #171717); color: #fdfdfd; width: 100%; min-height: 60px; max-height: 60px; display: flex; align-items: center;}#cms-section-header .menu-drawer .close-draw { position: absolute; top: 0; right: 0; width: 60px; height: 60px; padding: 15px; box-sizing: border-box;}#cms-section-header .menu-drawer .close-draw svg { fill: #fdfdfd; background-color: unset; width: 100%; height: 100%;}#cms-section-header .menu-drawer .close-draw:hover { cursor: pointer;}#cms-section-header .menu-drawer .close-draw:hover svg { fill: #fdfdfd;}#cms-section-header .menu-drawer:before { content: ""; position: absolute; bottom: -180px; left: -90px; width: 150%; height: 360px; background-color: #303030; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; z-index: 1;}#cms-section-header .drawer-active { right: 0; transform: matrix(1, 0, 0, 1, 0, 0); -webkit-transform: matrix(1, 0, 0, 1, 0, 0);}#cms-section-header .mobile-nav { flex: 0 1 100%; overflow-y: auto; margin: 0 0 30px 0; position: relative; z-index: 1;}#cms-section-header .mobile-nav svg { transition: transform linear 300ms; -webkit-transition: transform linear 300ms;}#cms-section-header .mobile-nav .active-tab > a svg { transform: rotate(90deg); -webkit-transform: rotate(90deg);}#cms-section-header .mobile-nav ul { list-style: none; padding: 0 0 0 15px; margin: 0;}#cms-section-header .mobile-nav ul li { display: inline-block; width: 100%; border-top: 1px solid #fdfdfd; padding: 0; opacity: 0; transition: opacity linear 300ms, transform linear 300ms; -webkit-transition: opacity linear 300ms, transform linear 300ms; transition-delay: 300ms; -webkit-transition-delay: 300ms;}#cms-section-header .mobile-nav ul li a { display: inline-block; padding: 12px 0;}#cms-section-header .mobile-nav ul li a p { padding: 0; margin: 0; color: #fdfdfd; display: flex; align-items: center;}#cms-section-header .mobile-nav ul li a p i { position: relative; width: 16px; height: 16px; display: inline-block; margin: 0 0 0 7px;}#cms-section-header .mobile-nav ul li a p i svg { fill: #fdfdfd; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: unset;}#cms-section-header .mobile-nav ul li ul { display: none;}#cms-section-header .mobile-nav ul li ul li { opacity: 1;}#cms-section-header .mobile-nav ul li ul li:last-child { border-bottom: none;}#cms-section-header .mobile-nav ul li:last-child { border-bottom: 1px solid #fdfdfd;}#cms-section-header .mobile-nav ul:first-child { padding: 0 15px;}#cms-section-header .mob-logo { display: inline-block; width: 100%; text-align: center; padding: 20px 0;}#cms-section-header .mob-logo img { max-height: 90px;}#cms-section-header .cta-btn-hld { padding: 0 15px; display: inline-block; text-align: center; width: 100%; box-sizing: border-box;}#cms-section-header .cta-btn-hld .cta-btn { margin-bottom: 20px; width: 100%;}#cms-section-header .btn { display: inline-block; padding: 8px 17px; width: auto; box-sizing: border-box; transition: all linear 300ms; -webkit-transition: all linear 300ms;}#cms-section-header .btn p { font-size: var(--button-font-size); margin: 0; font-weight: var(--button-font-weight); text-transform: var(--button-font-transform); transition: all linear 300ms; -webkit-transition: all linear 300ms;}#cms-section-header .btn p i { position: relative; width: 16px; height: 16px; display: inline-block; margin: 0 15px 0 0;}#cms-section-header .btn p i svg { width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: unset;}#cms-section-header .drawer-bottom { position: relative; width: 100%; display: inline-block; z-index: 1; flex: 0 0 auto;}#cms-section-header .rights { font-size: 12px; color: #fdfdfd; text-align: center;}#cms-section-header .mob-content-hld { display: flex; width: 100%; height: 100%; flex-direction: column;}#cms-section-header .content-wrap { display: flex; align-items: center; justify-content: flex-start; box-sizing: border-box; max-width: 1000px; width: 100%; height: 100%; margin: 0 auto;}#cms-section-header .content { padding: 90px 0 0 90px; display: inline-block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; box-sizing: border-box;}#cms-section-header .text .para-text { margin: 20px 0;}#cms-section-header .text h1 { font-size: var(--adventure-font-size-desktop); font-weight: var(--adventure-font-weight); text-transform: var(--adventure-font-transform); line-height: var(--adventure-font-line-height); color: var(--adventure-font-color); font-weight: var(--adventure-font-weight); font-family: var(--adventure-font-family); letter-spacing: var(--adventure-font-spacing); transition: opacity 1s cubic-bezier(0.6, 0, 0.2, 1), transform 1s cubic-bezier(0.6, 0, 0.2, 1); -webkit-transition: opacity 1s cubic-bezier(0.6, 0, 0.2, 1), transform 1s cubic-bezier(0.6, 0, 0.2, 1); transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0px, 0px, 0px); -webkit-animation-delay: var(--animation-delay); opacity: 1;}#cms-section-header .text h1 span { color: var(--adventure-font-color);}#cms-section-header .text p { font-size: 22px; transition: opacity 1s cubic-bezier(0.6, 0, 0.2, 1), transform 1s cubic-bezier(0.6, 0, 0.2, 1); -webkit-transition: opacity 1s cubic-bezier(0.6, 0, 0.2, 1), transform 1s cubic-bezier(0.6, 0, 0.2, 1); transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0px, 0px, 0px); -webkit-animation-delay: var(--animation-delay); opacity: 1;}#cms-section-header .text p span { color: var(--adventure-font-color);}#cms-section-header .text h1, #cms-section-header .text p { color: #fdfdfd; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); -webkit-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);}#cms-section-header .text .cms-animation { transform: translate3d(0px, 60px, 0px); -webkit-transform: translate3d(0px, 60px, 0px); opacity: 0;}#cms-section-header .web-intro { position: relative; max-width: 700px; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; box-sizing: border-box; backdrop-filter: blur(0px); -webkit-backdrop-filter: blur(0px);}#cms-section-header .linebreak { display: inline-block; width: 100%;}#cms-section-header .txt-left h1, #cms-section-header .txt-left p { text-align: left;}#cms-section-header .txt-left .linebreak { text-align: left;}#cms-section-header .txt-center h1, #cms-section-header .txt-center p { text-align: center;}#cms-section-header .txt-center .linebreak { text-align: center;}#cms-section-header .txt-right h1, #cms-section-header .txt-right p { text-align: right;}#cms-section-header .txt-right .linebreak { text-align: right;}#cms-section-header .default-order { justify-content: flex-start;}#cms-section-header .center-order { justify-content: center;}#cms-section-header .reverse-order { justify-content: flex-end;}#cms-section-header a:before { background-color: var(--primary-color);}#cms-section-header .mobile-nav ul li { border-color: var(--border-color); border-bottom-color: var(--border-color); border-top-color: var(--border-color); border-color: #fdfdfd; border-bottom-color: #fdfdfd; border-top-color: #fdfdfd;}#cms-section-header .cta-btn { background-color: var(--button-primary-color); border: 4px solid var(--button-primary-color);}#cms-section-header .cta-btn p { color: var(--button-primary-font-color); font-family: var(--button-font);}#cms-section-header .cta-btn p i svg { fill: var(--button-font-color);}#cms-section-header .cta-btn:hover { background-color: var(--button-primary-hover-color); border: 4px solid var(--button-primary-hover-color);}#cms-section-header .info-btn { border: 4px solid var(--button-secondary-color);}#cms-section-header .info-btn p { color: var(--button-secondary-color); font-family: var(--button-font);}#cms-section-header .info-btn:hover p { color: var(--button-secondary-hover-color);}#cms-section-header .info-btn:hover { border: 4px solid var(--button-secondary-hover-color);}#cms-section-header .page_divider { background-color: var(--primary-color);}#cms-section-header .content-wrap { max-width: 1350px;}#cms-section-header .details h1 { font-family: var(--adventure-font-family); font-size: var(--adventure-font-size-desktop); font-weight: var(--adventure-font-weight); letter-spacing: var(--adventure-font-spacing); text-transform: var(--adventure-font-transform);}#cms-section-header .btn-holder { display: flex; justify-content: space-between; align-items: center;}#cms-section-header .cms-animation { opacity: 0; transform: translate3d(0px, 30px, 0px); -webkit-transform: translate3d(0px, 30px, 0px);}@media (max-width: 800px) { #cms-section-header .text h1 { font-size: var(--adventure-font-size-tablet); } #cms-section-header .web-intro { margin: 0 10px; } #cms-section-header .desktop-nav { display: none; } #cms-section-header .content-wrap { flex-direction: column; } #cms-section-header .left-sidebar { display: none; } #cms-section-header .no-blur-nav .real-bg { clip-path: none; -webkit-clip-path: none; } #cms-section-header .default-order { justify-content: center; } #cms-section-header .blur-nav .real-bg { clip-path: polygon(0px 60px, 100% 60px, 100% 100%, 0px 100%); -webkit-clip-path: polygon(0px 60px, 100% 60px, 100% 100%, 0px 100%); } #cms-section-header .blur-bg:before { opacity: 0.8; } #cms-section-header .header-topbar { height: 60px; } #cms-section-header .header-topbar .company-logo { height: 60px; width: 60px; flex: 0 0 60px; } #cms-section-header .header-topbar .company-logo:before { opacity: 0; } #cms-section-header .ctrls { height: 60px; } #cms-section-header .ctrls .ham-icon { width: 60px; padding: 10px; flex: 0 0 60px; } #cms-section-header .content { padding: 0; } #cms-section-header .details h1 { font-size: var(--adventure-font-size-tablet); }}@media (max-width: 480px) { #cms-section-header .text h1 { font-size: var(--adventure-font-size-tablet); } #cms-section-header .details h1 { font-size: var(--adventure-font-size-mobile); } #cms-section-header .btn-holder { display: block; } #cms-section-header .btn-holder .btn { width: 100%; margin-top: 15px; } #cms-section-header .txt-left h1, #cms-section-header .txt-left p { text-align: center; } #cms-section-header .txt-left .linebreak { text-align: center; } #cms-section-header .txt-right h1, #cms-section-header .txt-right p { text-align: center; } #cms-section-header .txt-right .linebreak { text-align: center; }}#cms-section-849283275379 .sect-bg { background-color: rgba(0, 0, 0, 0); margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;}#cms-section-849283275379 .line-divider { height: 5px; position: relative; width: 120px; margin: 10px auto 20px auto; animation-delay: var(--animation-delay); -webkit-animation-delay: var(--animation-delay); transition: opacity 1s cubic-bezier(0.3, 0, 0.1, 0.5), transform 1s cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: opacity 1s cubic-bezier(0.3, 0, 0.1, 0.5), transform 1s cubic-bezier(0.3, 0, 0.1, 0.5); transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0px, 0px, 0px); opacity: 1;}#cms-section-849283275379 .bottom-border { position: absolute; bottom: 0; left: 0; width: 100%; height: 50px;}#cms-section-849283275379 .bottom-border svg { position: absolute; top: 0; left: 0; height: 100%; width: 100%; background-color: unset; fill: rgba(0, 0, 0, 0); stroke: rgba(0, 0, 0, 0);}#cms-section-849283275379 h1 { text-transform: uppercase; font-weight: bold; transition: opacity 1s cubic-bezier(0.3, 0, 0.1, 0.5), transform 1s cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: opacity 1s cubic-bezier(0.3, 0, 0.1, 0.5), transform 1s cubic-bezier(0.3, 0, 0.1, 0.5); transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0px, 0px, 0px); -webkit-animation-delay: var(--animation-delay); opacity: 1;}#cms-section-849283275379 p { position: relative; transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0px, 0px, 0px); line-height: 1.5em; animation-delay: var(--animation-delay); -webkit-animation-delay: var(--animation-delay); transition: opacity 1s cubic-bezier(0.3, 0, 0.1, 0.5), transform 1s cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: opacity 1s cubic-bezier(0.3, 0, 0.1, 0.5), transform 1s cubic-bezier(0.3, 0, 0.1, 0.5); font-size: 16px; opacity: 1; font-style: oblique;}#cms-section-849283275379 .AboutContainer { position: relative; display: inline-block; max-width: 100%; padding: 0 20px; width: 100%; box-sizing: border-box;}#cms-section-849283275379 .AboutContainer .ImgContainer { max-width: 600px; width: 100%; margin: 20px auto; position: relative; max-width: 900px; margin: 0 auto;}#cms-section-849283275379 .AboutContainer .ImgContainer img { max-width: 100%; width: 100%; height: auto;}#cms-section-849283275379 .AboutContainer .content { background-color: rgba(0, 0, 0, 0); padding: 20px; max-width: 750px; margin: 0 auto;}#cms-section-849283275379 .AboutContainer .bottom-border { display: none;}#cms-section-849283275379 .left-display, #cms-section-849283275379 .right-display { position: relative; display: flex; max-width: 100%; padding: 0; width: 100%; box-sizing: border-box; height: 75vh; flex-wrap: nowrap; overflow: hidden;}#cms-section-849283275379 .left-display .ImgContainer, #cms-section-849283275379 .right-display .ImgContainer { flex: 0 0 50%; margin: 0 auto; position: relative; box-sizing: border-box; overflow: hidden;}#cms-section-849283275379 .left-display .ImgContainer img, #cms-section-849283275379 .right-display .ImgContainer img { height: 100%; position: absolute; top: 0; left: 0;}#cms-section-849283275379 .left-display .content, #cms-section-849283275379 .right-display .content { flex: 0 0 50%; padding: 15px 50px; box-sizing: border-box; display: flex; flex-direction: column;}#cms-section-849283275379 .right-display .ImgContainer { order: 1;}#cms-section-849283275379 .right-display .content { order: 2;}#cms-section-849283275379 .center-text { align-items: center;}#cms-section-849283275379 .center-text h1, #cms-section-849283275379 .center-text p { text-align: center;}#cms-section-849283275379 .left-text { align-items: flex-start;}#cms-section-849283275379 .left-text h1, #cms-section-849283275379 .left-text p { text-align: left;}#cms-section-849283275379 .left-text .line-divider { margin: 10px auto 20px 0;}#cms-section-849283275379 .right-text { align-items: flex-end;}#cms-section-849283275379 .right-text h1, #cms-section-849283275379 .right-text p { text-align: right;}#cms-section-849283275379 .right-text .line-divider { margin: 10px 0 20px auto;}#cms-section-849283275379 .cms-animation h1 { opacity: 0; transform: translate3d(0px, 50px, 0px); -webkit-transform: translate3d(0px, 50px, 0px);}#cms-section-849283275379 .cms-animation .line-divider { opacity: 0; transform: translate3d(0px, 50px, 0px); -webkit-transform: translate3d(0px, 50px, 0px);}#cms-section-849283275379 .cms-animation p { opacity: 0; transform: translate3d(0px, 50px, 0px); -webkit-transform: translate3d(0px, 50px, 0px);}@media (max-width: 800px) { #cms-section-849283275379 .ImgContainer { width: 80%; } #cms-section-849283275379 .ImgContainer img { width: 100%; } #cms-section-849283275379 .right-display, #cms-section-849283275379 .left-display { display: flex; height: auto; flex-direction: column; } #cms-section-849283275379 .right-display .ImgContainer, #cms-section-849283275379 .left-display .ImgContainer { height: 50vh; flex: 0 1 50vh; width: 100%; top: 0; left: 0; } #cms-section-849283275379 .right-display .content, #cms-section-849283275379 .left-display .content { padding: 15px 25px; } #cms-section-849283275379 .left-display .ImgContainer { order: 1; } #cms-section-849283275379 .left-display .content { order: 2; }}@media (max-width: 480px) { #cms-section-849283275379 .AboutContainer { padding: 0 10px; }}#cms-section-7235774781 { background-color: #2e2d2e;}#cms-section-7235774781 .testimony-main-content { flex: 0 0 25%; display: flex; flex-direction: column; justify-content: center; align-items: flex-start;}#cms-section-7235774781 .testimony-main-content h3 { text-align: left; margin: 10px 0; font-family: var(--adventure-font-family); color: var(--adventure-font-color); text-transform: var(--adventure-font-transform); letter-spacing: var(--adventure-font-spacing); line-height: var(--adventure-font-line-height); font-weight: var(--adventure-font-weight);}#cms-section-7235774781 .testimony-main-content p { text-align: left; margin: 5px 0;}#cms-section-7235774781 .cta-btn { margin: 17px 0; position: relative; display: inline-block;}#cms-section-7235774781 .cta-btn a { display: inline-block; height: 100%; padding: 7px 27px; box-sizing: border-box;}#cms-section-7235774781 .cta-btn a p { padding: 0; margin: 0; font-family: var(--button-font); font-size: var(--button-font-size); text-transform: var(--button-font-transform); letter-spacing: var(--button-font-letterspacing); font-weight: var(--button-font-weight);}#cms-section-7235774781 .info-btn a { border: 2px solid var(--button-secondary-color);}#cms-section-7235774781 .info-btn a p { color: var(--button-secondary-color);}#cms-section-7235774781 .action-btn a { border: 2px solid var(--button-primary-color); background-color: var(--button-primary-color);}#cms-section-7235774781 .action-btn a p { color: var(--button-primary-font-color);}#cms-section-7235774781 .cms-section-sides-buffer { display: flex; position: relative; z-index: 2;}#cms-section-7235774781 .background-holder .testimony-holder { position: relative;}#cms-section-7235774781 .background-holder .testimony-holder .background-image-holder { position: absolute; top: 0; right: 0; z-index: 1; background-position: center; background-size: 200px; background-repeat: repeat; width: 75%; height: 100%;}#cms-section-7235774781 .background-holder .testimony-holder .background-image-holder:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: linear-gradient(90deg, #2e2d2e, rgba(46, 45, 46, 0.1)); background-image: -moz-linear-gradient(90deg, #2e2d2e, rgba(46, 45, 46, 0.1)); background-image: -webkit-linear-gradient(0deg, #2e2d2e, rgba(46, 45, 46, 0.1)); transition: linear 300ms; -o-transition: linear 300ms; -moz-transition: linear 300ms; -webkit-transition: linear 300ms; -ms-transition: linear 300ms; z-index: 2;}#cms-section-7235774781 .background-holder .testimony-holder:before { content: ""; top: 0; left: 0; width: 100%; height: 100%; position: absolute; background-color: #2e2d2e; z-index: -1;}#cms-section-7235774781 .client-image { flex: 0 0 50px; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; overflow: hidden; height: 50px; width: 50px; display: flex; align-items: center; justify-content: center; background-color: #fff7e6;}#cms-section-7235774781 .client-image img { width: 100%; height: 100%;}#cms-section-7235774781 .client-image h4 { line-height: 0; padding: 0; margin: 0;}#cms-section-7235774781 .testimony-card { position: relative; background-color: #fff; padding: 20px; box-sizing: border-box; display: inline-block; box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15); border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; transition: opacity 1s cubic-bezier(0.3, 0, 0.1, 0.5), transform 1s cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: opacity 1s cubic-bezier(0.3, 0, 0.1, 0.5), transform 1s cubic-bezier(0.3, 0, 0.1, 0.5); background-color: #fff7e6;}#cms-section-7235774781 .testimony-card h5, #cms-section-7235774781 .testimony-card h4, #cms-section-7235774781 .testimony-card p, #cms-section-7235774781 .testimony-card a { color: #322301;}#cms-section-7235774781 .testimony-icon { width: 50px; height: 50px; background-color: var(--primary-color); background-image: linear-gradient(-135deg, #fdb713, #ff5e5e); background-image: -moz-linear-gradient(-135deg, #fdb713, #ff5e5e); background-image: -webkit-linear-gradient(-135deg, #fdb713, #ff5e5e); position: absolute; top: -25px; right: 25px; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; display: flex; align-items: center; justify-content: center;}#cms-section-7235774781 .testimony-icon p span svg { fill: #fff; position: relative; top: 0; left: 0; width: 26px; height: 26px; background: none;}#cms-section-7235774781 .testimony-intro { position: relative; top: 0; left: -40px; display: flex;}#cms-section-7235774781 .intro-content { flex: 0 1 100%; display: inline-block;}#cms-section-7235774781 .intro-content h5 { text-align: left; margin: 5px 17px; padding: 0; font-size: 14px; text-transform: capitalize; width: 100%;}#cms-section-7235774781 .intro-content p { text-align: left; margin: 3px 17px; padding: 0; font-size: 12px;}#cms-section-7235774781 .intro-content p b span { margin: 0 0 0 7px;}#cms-section-7235774781 .intro-content p b span:before { font-size: 14px;}#cms-section-7235774781 .testimony-content p { text-align: left; font-size: 14px; padding: 0 20px;}#cms-section-7235774781 .testimony-cards-holder { flex: 0 1 100%;}#cms-section-7235774781 .testimony-cards-holder ul { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: auto auto auto;}#cms-section-7235774781 .testimony-cards-holder ul li { flex: 0 0 50%; position: relative; padding: 20px; box-sizing: border-box; display: inline-block;}#cms-section-7235774781 .testimony-cards-holder ul li:first-child { grid-row: 1 / 3; grid-column: 1;}#cms-section-7235774781 .testimony-cards-holder ul li:nth-child(even) { text-align: right;}#cms-section-7235774781 .testimony-cards-holder ul li:nth-child(even) .testimony-card { top: 100px;}#cms-section-7235774781 .testimony-cards-holder ul li:nth-child(odd) { text-align: left;}#cms-section-7235774781 .testimony-cards-holder ul li:nth-child(odd) .testimony-card { top: -50px;}#cms-section-7235774781 .testimony-cards-holder ul li:nth-child(3n+2) .testimony-card { width: 85%;}#cms-section-7235774781 .over-five ul li:first-child { grid-row: 1; grid-column: 1;}#cms-section-7235774781 .over-five ul li:nth-child(odd) { text-align: right;}#cms-section-7235774781 .over-five ul li:nth-child(odd) .testimony-card { top: 0;}#cms-section-7235774781 .over-five ul li:nth-child(3n+2) .testimony-card { width: 100%;}#cms-section-7235774781 .over-five ul li:nth-child(even) { text-align: right;}#cms-section-7235774781 .over-five ul li:nth-child(even) .testimony-card { top: 0; width: 100%;}#cms-section-7235774781 .over-five ul li:nth-child(2) .testimony-card { width: 85%;}#cms-section-7235774781 .over-five ul li:nth-child(3n+3) .testimony-card { top: -50px;}#cms-section-7235774781 .cms-animation .testimony-card { -webkit-transform: scale(0.8) translate3d(0px, 50px, 0px); transform: scale(0.8) translate3d(0px, 50px, 0px); opacity: 0;}@media (max-width: 800px) { #cms-section-7235774781 .background-holder .testimony-holder .background-image-holder { width: 100%; height: 75%; bottom: 0px; top: unset; } #cms-section-7235774781 .background-holder .testimony-holder .background-image-holder:before { background-image: none; background-color: #2e2d2e; opacity: 0.1; } #cms-section-7235774781 .background-holder .testimony-holder .cms-section-sides-buffer { flex-direction: column; } #cms-section-7235774781 .background-holder .testimony-holder .cms-section-sides-buffer .testimony-main-content { align-items: center; margin: 75px 0 50px 0; }}@media (max-width: 480px) { #cms-section-7235774781 .background-holder .testimony-holder .cms-section-sides-buffer .testimony-main-content { margin: 25px 0 25px 0; } #cms-section-7235774781 .background-holder .testimony-holder .cms-section-sides-buffer .testimony-main-content h1 { text-align: center; } #cms-section-7235774781 .background-holder .testimony-holder .cms-section-sides-buffer .testimony-main-content p { text-align: center; } #cms-section-7235774781 .background-holder .testimony-holder .cms-section-sides-buffer .testimony-cards-holder { margin-top: 50px; } #cms-section-7235774781 .background-holder .testimony-holder .cms-section-sides-buffer .testimony-cards-holder ul { display: block; } #cms-section-7235774781 .background-holder .testimony-holder .cms-section-sides-buffer .testimony-cards-holder ul li .testimony-card { width: 100% !important; top: 0 !important; }}#cms-section-6212958841 .sect-bg { position: relative; top: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; background-position: center; z-index: 1; overflow: hidden;}#cms-section-6212958841 .sect-bg img { position: absolute; top: 0; left: 0; width: 100%;}#cms-section-6212958841 .glass-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; background-position: center; z-index: 1; transition: backdrop-filter linear 300ms; -webkit-transition: backdrop-filter linear 300ms; backdrop-filter: blur(5px); backdrop-filter: blur(5px);}#cms-section-6212958841 .main-hld ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; position: relative; transition: left 1s cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: left 1s cubic-bezier(0.3, 0, 0.1, 0.5);}#cms-section-6212958841 .main-hld ul li { padding: 20px 15px; box-sizing: border-box; transition: opacity 1s cubic-bezier(0.3, 0, 0.1, 0.5), transform 1s cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: opacity 1s cubic-bezier(0.3, 0, 0.1, 0.5), transform 1s cubic-bezier(0.3, 0, 0.1, 0.5); opacity: 1; transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0px, 0px, 0px);}#cms-section-6212958841 .main-hld ul .cms-animation { opacity: 0; transform: translate3d(0px, 100px, 0px); -webkit-transform: translate3d(0px, 100px, 0px);}#cms-section-6212958841 .card-hld { padding: 20px 20px 20px 20px; display: flex; align-items: center; justify-content: flex-start; flex-direction: column; overflow: hidden; position: relative; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; height: 100%; box-sizing: border-box;}#cms-section-6212958841 .card-hld:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #fdfdfd; opacity: 0.3; z-index: 2; transition: all linear 300ms; -webkit-transition: all linear 300ms;}#cms-section-6212958841 .card-hld:hover .glass-bg { backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);}#cms-section-6212958841 .card-hld:hover:before { opacity: 0.4;}#cms-section-6212958841 .svg-icon { height: 60px; width: 60px; position: relative; z-index: 2; padding: 20px 0;}#cms-section-6212958841 .svg-icon svg { background-color: unset; max-height: 100%; fill: #2e2d2e;}#cms-section-6212958841 .card-title { position: relative; z-index: 2;}#cms-section-6212958841 .card-title h3 { margin: 10px 0; overflow-wrap: break-word; color: #fdb713; word-wrap: break-word; word-break: break-word; -ms-hyphens: auto; -moz-hyphens: auto; -webkit-hyphens: auto; hyphens: auto; font-size: 20px; line-height: 1.5em;}#cms-section-6212958841 .card-desciption { position: relative; z-index: 2;}#cms-section-6212958841 .card-desciption p { margin: 10px 0; line-height: 1.5em; font-size: 14px;}#cms-section-6212958841 .two-per-row li { flex: 0 0 50%;}#cms-section-6212958841 .three-per-row li { flex: 0 0 33.33333%;}#cms-section-6212958841 .four-per-row li { flex: 0 0 25%;}#cms-section-6212958841 .bottom-divider { height: 150px; position: relative; overflow: hidden;}#cms-section-6212958841 .bottom-divider svg { width: 100%; fill: rgba(0, 0, 0, 0); stroke: unset; background: none; height: 100%; position: relative; top: 2px;}#cms-section-6212958841 .top-divider { height: 150px; position: relative; overflow: hidden;}#cms-section-6212958841 .top-divider svg { width: 100%; fill: rgba(0, 0, 0, 0); stroke: unset; background: none; height: 100%; position: relative; top: -2px; transform: rotate(180deg); -webkit-transform: rotate(180deg);}@media (max-width: 800px) { #cms-section-6212958841 .main-hld ul { flex-wrap: nowrap; padding-left: 5%; } #cms-section-6212958841 .main-hld ul li { flex: 0 0 90%; } #cms-section-6212958841 .top-divider, #cms-section-6212958841 .bottom-divider { height: [NAN] px; } #cms-section-6212958841 .glass-bg { filter: blur(2px); -webkit-filter: blur(2px); }}@media (max-width: 480px) { #cms-section-6212958841 .top-divider, #cms-section-6212958841 .bottom-divider { height: [NAN] px; }}#cms-section-5425375995 .lst-bg { display: flex; justify-content: flex-start;}#cms-section-5425375995 .title { position: relative; display: inline-block; width: 100%;}#cms-section-5425375995 .title h1, #cms-section-5425375995 .title h2, #cms-section-5425375995 .title h3, #cms-section-5425375995 .title h4, #cms-section-5425375995 .title h5, #cms-section-5425375995 .title h6, #cms-section-5425375995 .title p { margin: 7px 0;}#cms-section-5425375995 .lst-cont { flex: 0 0 50%; padding: 20px 30px; box-sizing: border-box; display: flex; align-items: center; flex-direction: column; justify-content: center; order: 2;}#cms-section-5425375995 .lst-cont ul { list-style: none; padding: 0; margin: 0;}#cms-section-5425375995 .lst-cont ul li { position: relative; display: inline-block; margin: 10px 0; width: 100%; opacity: 1; transition: opacity 1s cubic-bezier(0.3, 0, 0.1, 0.5), transform 1s cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: opacity 1s cubic-bezier(0.3, 0, 0.1, 0.5), transform 1s cubic-bezier(0.3, 0, 0.1, 0.5); transform: translate3d(0px, 0px, 0px) scaleY(1); -webkit-transform: translate3d(0px, 0px, 0px) scaleY(1);}#cms-section-5425375995 .lst-cont ul li p { margin: 0 0 0 45px; text-align: left;}#cms-section-5425375995 .lst-cont span { position: relative;}#cms-section-5425375995 .lst-cont span:before { content: ""; position: absolute; width: 100%; height: 100%; z-index: -1; opacity: 0.9;}#cms-section-5425375995 .lst-cont h2 { text-align: left; position: relative;}#cms-section-5425375995 .lst-cont h2 span:before { top: -7px; left: -7px; padding: 7px;}#cms-section-5425375995 .lst-cont p { text-align: left; position: relative; line-height: 1.7em;}#cms-section-5425375995 .lst-cont p span:before { top: -4px; left: -4px; padding: 4px;}#cms-section-5425375995 .lst-cont ul li:nth-child(1) { transition-delay: 200ms; -webkit-transition-delay: 200ms;}#cms-section-5425375995 .lst-cont ul li:nth-child(2) { transition-delay: 400ms; -webkit-transition-delay: 400ms;}#cms-section-5425375995 .lst-cont ul li:nth-child(3) { transition-delay: 600ms; -webkit-transition-delay: 600ms;}#cms-section-5425375995 .lst-cont ul li:nth-child(4) { transition-delay: 800ms; -webkit-transition-delay: 800ms;}#cms-section-5425375995 .lst-cont ul li:nth-child(5) { transition-delay: 1000ms; -webkit-transition-delay: 1000ms;}#cms-section-5425375995 .lst-cont ul li:nth-child(6) { transition-delay: 1200ms; -webkit-transition-delay: 1200ms;}#cms-section-5425375995 .lst-cont ul li:nth-child(7) { transition-delay: 1400ms; -webkit-transition-delay: 1400ms;}#cms-section-5425375995 .lst-cont ul li:nth-child(8) { transition-delay: 1600ms; -webkit-transition-delay: 1600ms;}#cms-section-5425375995 .lst-cont ul li:nth-child(9) { transition-delay: 1800ms; -webkit-transition-delay: 1800ms;}#cms-section-5425375995 .lst-cont ul li:nth-child(10) { transition-delay: 2000ms; -webkit-transition-delay: 2000ms;}#cms-section-5425375995 .lst-cont ul li:nth-child(11) { transition-delay: 2200ms; -webkit-transition-delay: 2200ms;}#cms-section-5425375995 .lst-cont ul li:nth-child(12) { transition-delay: 2400ms; -webkit-transition-delay: 2400ms;}#cms-section-5425375995 .lst-cont ul li:nth-child(13) { transition-delay: 2600ms; -webkit-transition-delay: 2600ms;}#cms-section-5425375995 .lst-cont ul li:nth-child(14) { transition-delay: 2800ms; -webkit-transition-delay: 2800ms;}#cms-section-5425375995 .lst-cont ul li:nth-child(15) { transition-delay: 3000ms; -webkit-transition-delay: 3000ms;}#cms-section-5425375995 .lst-cont ul li:nth-child(16) { transition-delay: 3200ms; -webkit-transition-delay: 3200ms;}#cms-section-5425375995 .lst-cont ul li:nth-child(17) { transition-delay: 3400ms; -webkit-transition-delay: 3400ms;}#cms-section-5425375995 .lst-cont ul li:nth-child(18) { transition-delay: 3600ms; -webkit-transition-delay: 3600ms;}#cms-section-5425375995 .lst-cont ul li:nth-child(19) { transition-delay: 3800ms; -webkit-transition-delay: 3800ms;}#cms-section-5425375995 .lst-cont ul li:nth-child(20) { transition-delay: 4000ms; -webkit-transition-delay: 4000ms;}#cms-section-5425375995 .cms-animation ul li { opacity: 0; transform: translate3d(-20px, 0px, 0px) scaleY(0.5); -webkit-transform: translate3d(-20px, 0px, 0px) scaleY(0.5);}#cms-section-5425375995 .icon { width: 24px; height: 24px; position: absolute; left: 0; top: 0;}#cms-section-5425375995 .icon svg { background: unset; stroke: none;}#cms-section-5425375995 .lst-img { flex: 0 0 50%; display: flex; justify-content: center; align-items: center; padding: 20px 30px; box-sizing: border-box; order: 1;}#cms-section-5425375995 .lst-img img { width: 100%; max-height: 100%; max-width: 100%; transition: opacity 1s cubic-bezier(0.3, 0, 0.1, 0.5), transform 1s cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: opacity 1s cubic-bezier(0.3, 0, 0.1, 0.5), transform 1s cubic-bezier(0.3, 0, 0.1, 0.5); opacity: 1; transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0px, 0px, 0px);}#cms-section-5425375995 .cms-animation img { opacity: 0; transform: translate3d(0px, 100px, 0px); -webkit-transform: translate3d(0px, 100px, 0px);}@media (max-width: 800px) { #cms-section-5425375995 .lst-bg { display: block; } #cms-section-5425375995 .lst-img { padding: 20px 10px; } #cms-section-5425375995 .lst-cont { padding: 20px 10px; }}#cms-section-3177353350 .lst-bg { display: flex; justify-content: flex-start;}#cms-section-3177353350 .title { position: relative; display: inline-block; width: 100%;}#cms-section-3177353350 .title h1, #cms-section-3177353350 .title h2, #cms-section-3177353350 .title h3, #cms-section-3177353350 .title h4, #cms-section-3177353350 .title h5, #cms-section-3177353350 .title h6, #cms-section-3177353350 .title p { margin: 7px 0;}#cms-section-3177353350 .lst-cont { flex: 0 0 50%; padding: 20px 30px; box-sizing: border-box; display: flex; align-items: center; flex-direction: column; justify-content: center; order: 1;}#cms-section-3177353350 .lst-cont ul { list-style: none; padding: 0; margin: 0;}#cms-section-3177353350 .lst-cont ul li { position: relative; display: inline-block; margin: 10px 0; width: 100%; opacity: 1; transition: opacity 1s cubic-bezier(0.3, 0, 0.1, 0.5), transform 1s cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: opacity 1s cubic-bezier(0.3, 0, 0.1, 0.5), transform 1s cubic-bezier(0.3, 0, 0.1, 0.5); transform: translate3d(0px, 0px, 0px) scaleY(1); -webkit-transform: translate3d(0px, 0px, 0px) scaleY(1);}#cms-section-3177353350 .lst-cont ul li p { margin: 0 0 0 45px; text-align: left;}#cms-section-3177353350 .lst-cont span { position: relative;}#cms-section-3177353350 .lst-cont span:before { content: ""; position: absolute; width: 100%; height: 100%; z-index: -1; opacity: 0.9;}#cms-section-3177353350 .lst-cont h2 { text-align: left; position: relative;}#cms-section-3177353350 .lst-cont h2 span:before { top: -7px; left: -7px; padding: 7px;}#cms-section-3177353350 .lst-cont p { text-align: left; position: relative; line-height: 1.7em;}#cms-section-3177353350 .lst-cont p span:before { top: -4px; left: -4px; padding: 4px;}#cms-section-3177353350 .lst-cont ul li:nth-child(1) { transition-delay: 200ms; -webkit-transition-delay: 200ms;}#cms-section-3177353350 .lst-cont ul li:nth-child(2) { transition-delay: 400ms; -webkit-transition-delay: 400ms;}#cms-section-3177353350 .lst-cont ul li:nth-child(3) { transition-delay: 600ms; -webkit-transition-delay: 600ms;}#cms-section-3177353350 .lst-cont ul li:nth-child(4) { transition-delay: 800ms; -webkit-transition-delay: 800ms;}#cms-section-3177353350 .lst-cont ul li:nth-child(5) { transition-delay: 1000ms; -webkit-transition-delay: 1000ms;}#cms-section-3177353350 .lst-cont ul li:nth-child(6) { transition-delay: 1200ms; -webkit-transition-delay: 1200ms;}#cms-section-3177353350 .lst-cont ul li:nth-child(7) { transition-delay: 1400ms; -webkit-transition-delay: 1400ms;}#cms-section-3177353350 .lst-cont ul li:nth-child(8) { transition-delay: 1600ms; -webkit-transition-delay: 1600ms;}#cms-section-3177353350 .lst-cont ul li:nth-child(9) { transition-delay: 1800ms; -webkit-transition-delay: 1800ms;}#cms-section-3177353350 .lst-cont ul li:nth-child(10) { transition-delay: 2000ms; -webkit-transition-delay: 2000ms;}#cms-section-3177353350 .lst-cont ul li:nth-child(11) { transition-delay: 2200ms; -webkit-transition-delay: 2200ms;}#cms-section-3177353350 .lst-cont ul li:nth-child(12) { transition-delay: 2400ms; -webkit-transition-delay: 2400ms;}#cms-section-3177353350 .lst-cont ul li:nth-child(13) { transition-delay: 2600ms; -webkit-transition-delay: 2600ms;}#cms-section-3177353350 .lst-cont ul li:nth-child(14) { transition-delay: 2800ms; -webkit-transition-delay: 2800ms;}#cms-section-3177353350 .lst-cont ul li:nth-child(15) { transition-delay: 3000ms; -webkit-transition-delay: 3000ms;}#cms-section-3177353350 .lst-cont ul li:nth-child(16) { transition-delay: 3200ms; -webkit-transition-delay: 3200ms;}#cms-section-3177353350 .lst-cont ul li:nth-child(17) { transition-delay: 3400ms; -webkit-transition-delay: 3400ms;}#cms-section-3177353350 .lst-cont ul li:nth-child(18) { transition-delay: 3600ms; -webkit-transition-delay: 3600ms;}#cms-section-3177353350 .lst-cont ul li:nth-child(19) { transition-delay: 3800ms; -webkit-transition-delay: 3800ms;}#cms-section-3177353350 .lst-cont ul li:nth-child(20) { transition-delay: 4000ms; -webkit-transition-delay: 4000ms;}#cms-section-3177353350 .cms-animation ul li { opacity: 0; transform: translate3d(-20px, 0px, 0px) scaleY(0.5); -webkit-transform: translate3d(-20px, 0px, 0px) scaleY(0.5);}#cms-section-3177353350 .icon { width: 24px; height: 24px; position: absolute; left: 0; top: 0;}#cms-section-3177353350 .icon svg { background: unset; stroke: none;}#cms-section-3177353350 .lst-img { flex: 0 0 50%; display: flex; justify-content: center; align-items: center; padding: 20px 30px; box-sizing: border-box; order: 2;}#cms-section-3177353350 .lst-img img { width: 100%; max-height: 100%; max-width: 100%; transition: opacity 1s cubic-bezier(0.3, 0, 0.1, 0.5), transform 1s cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: opacity 1s cubic-bezier(0.3, 0, 0.1, 0.5), transform 1s cubic-bezier(0.3, 0, 0.1, 0.5); opacity: 1; transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0px, 0px, 0px);}#cms-section-3177353350 .cms-animation img { opacity: 0; transform: translate3d(0px, 100px, 0px); -webkit-transform: translate3d(0px, 100px, 0px);}@media (max-width: 800px) { #cms-section-3177353350 .lst-bg { display: block; } #cms-section-3177353350 .lst-img { padding: 20px 10px; } #cms-section-3177353350 .lst-cont { padding: 20px 10px; }}#cms-section-2538967255 .lst-bg { display: flex; justify-content: flex-start;}#cms-section-2538967255 .title { position: relative; display: inline-block; width: 100%;}#cms-section-2538967255 .title h1, #cms-section-2538967255 .title h2, #cms-section-2538967255 .title h3, #cms-section-2538967255 .title h4, #cms-section-2538967255 .title h5, #cms-section-2538967255 .title h6, #cms-section-2538967255 .title p { margin: 7px 0;}#cms-section-2538967255 .lst-cont { flex: 0 0 50%; padding: 20px 30px; box-sizing: border-box; display: flex; align-items: center; flex-direction: column; justify-content: center; order: 2;}#cms-section-2538967255 .lst-cont ul { list-style: none; padding: 0; margin: 0;}#cms-section-2538967255 .lst-cont ul li { position: relative; display: inline-block; margin: 10px 0; width: 100%; opacity: 1; transition: opacity 1s cubic-bezier(0.3, 0, 0.1, 0.5), transform 1s cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: opacity 1s cubic-bezier(0.3, 0, 0.1, 0.5), transform 1s cubic-bezier(0.3, 0, 0.1, 0.5); transform: translate3d(0px, 0px, 0px) scaleY(1); -webkit-transform: translate3d(0px, 0px, 0px) scaleY(1);}#cms-section-2538967255 .lst-cont ul li p { margin: 0 0 0 45px; text-align: left;}#cms-section-2538967255 .lst-cont span { position: relative;}#cms-section-2538967255 .lst-cont span:before { content: ""; position: absolute; width: 100%; height: 100%; z-index: -1; opacity: 0.9;}#cms-section-2538967255 .lst-cont h2 { text-align: left; position: relative;}#cms-section-2538967255 .lst-cont h2 span:before { top: -7px; left: -7px; padding: 7px;}#cms-section-2538967255 .lst-cont p { text-align: left; position: relative; line-height: 1.7em;}#cms-section-2538967255 .lst-cont p span:before { top: -4px; left: -4px; padding: 4px;}#cms-section-2538967255 .lst-cont ul li:nth-child(1) { transition-delay: 200ms; -webkit-transition-delay: 200ms;}#cms-section-2538967255 .lst-cont ul li:nth-child(2) { transition-delay: 400ms; -webkit-transition-delay: 400ms;}#cms-section-2538967255 .lst-cont ul li:nth-child(3) { transition-delay: 600ms; -webkit-transition-delay: 600ms;}#cms-section-2538967255 .lst-cont ul li:nth-child(4) { transition-delay: 800ms; -webkit-transition-delay: 800ms;}#cms-section-2538967255 .lst-cont ul li:nth-child(5) { transition-delay: 1000ms; -webkit-transition-delay: 1000ms;}#cms-section-2538967255 .lst-cont ul li:nth-child(6) { transition-delay: 1200ms; -webkit-transition-delay: 1200ms;}#cms-section-2538967255 .lst-cont ul li:nth-child(7) { transition-delay: 1400ms; -webkit-transition-delay: 1400ms;}#cms-section-2538967255 .lst-cont ul li:nth-child(8) { transition-delay: 1600ms; -webkit-transition-delay: 1600ms;}#cms-section-2538967255 .lst-cont ul li:nth-child(9) { transition-delay: 1800ms; -webkit-transition-delay: 1800ms;}#cms-section-2538967255 .lst-cont ul li:nth-child(10) { transition-delay: 2000ms; -webkit-transition-delay: 2000ms;}#cms-section-2538967255 .lst-cont ul li:nth-child(11) { transition-delay: 2200ms; -webkit-transition-delay: 2200ms;}#cms-section-2538967255 .lst-cont ul li:nth-child(12) { transition-delay: 2400ms; -webkit-transition-delay: 2400ms;}#cms-section-2538967255 .lst-cont ul li:nth-child(13) { transition-delay: 2600ms; -webkit-transition-delay: 2600ms;}#cms-section-2538967255 .lst-cont ul li:nth-child(14) { transition-delay: 2800ms; -webkit-transition-delay: 2800ms;}#cms-section-2538967255 .lst-cont ul li:nth-child(15) { transition-delay: 3000ms; -webkit-transition-delay: 3000ms;}#cms-section-2538967255 .lst-cont ul li:nth-child(16) { transition-delay: 3200ms; -webkit-transition-delay: 3200ms;}#cms-section-2538967255 .lst-cont ul li:nth-child(17) { transition-delay: 3400ms; -webkit-transition-delay: 3400ms;}#cms-section-2538967255 .lst-cont ul li:nth-child(18) { transition-delay: 3600ms; -webkit-transition-delay: 3600ms;}#cms-section-2538967255 .lst-cont ul li:nth-child(19) { transition-delay: 3800ms; -webkit-transition-delay: 3800ms;}#cms-section-2538967255 .lst-cont ul li:nth-child(20) { transition-delay: 4000ms; -webkit-transition-delay: 4000ms;}#cms-section-2538967255 .cms-animation ul li { opacity: 0; transform: translate3d(-20px, 0px, 0px) scaleY(0.5); -webkit-transform: translate3d(-20px, 0px, 0px) scaleY(0.5);}#cms-section-2538967255 .icon { width: 24px; height: 24px; position: absolute; left: 0; top: 0;}#cms-section-2538967255 .icon svg { background: unset; stroke: none;}#cms-section-2538967255 .lst-img { flex: 0 0 50%; display: flex; justify-content: center; align-items: center; padding: 20px 30px; box-sizing: border-box; order: 1;}#cms-section-2538967255 .lst-img img { width: 100%; max-height: 100%; max-width: 100%; transition: opacity 1s cubic-bezier(0.3, 0, 0.1, 0.5), transform 1s cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: opacity 1s cubic-bezier(0.3, 0, 0.1, 0.5), transform 1s cubic-bezier(0.3, 0, 0.1, 0.5); opacity: 1; transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0px, 0px, 0px);}#cms-section-2538967255 .cms-animation img { opacity: 0; transform: translate3d(0px, 100px, 0px); -webkit-transform: translate3d(0px, 100px, 0px);}@media (max-width: 800px) { #cms-section-2538967255 .lst-bg { display: block; } #cms-section-2538967255 .lst-img { padding: 20px 10px; } #cms-section-2538967255 .lst-cont { padding: 20px 10px; }}#cms-section-7677924413 .section-bg { background-color: #322301; background-repeat: no-repeat; background-position: center; background-size: cover; z-index: 1; position: relative;}#cms-section-7677924413 .section-bg:before { content: ""; top: 0; left: 0; width: 100%; height: 100%; position: absolute; background-color: #322301; opacity: 0.5; z-index: -1;}#cms-section-7677924413 .linebreak { position: relative; z-index: 1;}#cms-section-7677924413 .quote-bg { display: flex;}#cms-section-7677924413 .content-box { flex: 0 0 50%; padding: 20px 30px 20px 0; box-sizing: border-box; display: flex; flex-direction: column;}#cms-section-7677924413 .content-box h2, #cms-section-7677924413 .content-box p, #cms-section-7677924413 .content-box .linebreak { text-align: left;}#cms-section-7677924413 .content-top { justify-content: flex-start;}#cms-section-7677924413 .content-middle { justify-content: center;}#cms-section-7677924413 .content-bottom { justify-content: flex-end;}#cms-section-7677924413 .contact-form { flex: 0 0 50%;}#cms-section-7677924413 .contact-form form { display: flex; position: relative; height: calc(100% + (30px * 2)); top: -30px; background-color: var(--form-bg-color); padding: 20px 50px; box-sizing: border-box; flex-direction: column; justify-content: center; box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.1);}#cms-section-7677924413 .contact-form textarea { min-height: 120px;}#cms-section-7677924413 .input-holder { display: inline-block; width: 100%;}#cms-section-7677924413 .input-holder label { display: inline-block; width: 100%; text-align: left; font-size: 14px; margin-bottom: 4px; color: #0f0f0f;}#cms-section-7677924413 .input-cont p { font-size: 14px; text-align: left; line-height: 1em; padding: 3px 7px; box-sizing: border-box; margin: 0 0 3px 0;}#cms-section-7677924413 input, #cms-section-7677924413 textarea, #cms-section-7677924413 select { display: inline-block; width: 100%; box-sizing: border-box; font-size: 16px; border: 2px solid var(--input-border-color); outline: none; background-color: var(--input-bg-color); transition: border ease var(--animation-duration), background-color ease var(--animation-duration); -webkit-transition: border ease var(--animation-duration), background-color ease var(--animation-duration); border-radius: 0px; -webkit-border-radius: 0px; font-family: var(--body-font-family);}#cms-section-7677924413 input:focus, #cms-section-7677924413 textarea:focus, #cms-section-7677924413 select:focus { border: 2px solid var(--focus-input-border-color); background-color: var(--focus-input-bg-color);}#cms-section-7677924413 input, #cms-section-7677924413 textarea { padding: 12px 7px;}#cms-section-7677924413 select { height: 50px;}#cms-section-7677924413 .no-pick { padding: 20px 0;}#cms-section-7677924413 .pick-list { list-style: none; padding: 0; margin: 0;}#cms-section-7677924413 .pick-list li { height: 40px; display: flex; padding: 5px 0;}#cms-section-7677924413 .pick-list li .img { flex: 0 0 40px; display: flex; align-items: center; justify-content: center;}#cms-section-7677924413 .pick-list li .img img { max-width: 100%; max-height: 100%;}#cms-section-7677924413 .pick-list li .details { margin-left: 10px; flex: 0 1 100%; display: flex; align-items: center; justify-content: flex-start;}#cms-section-7677924413 .pick-list li .details p { text-align: left; margin: 0; padding: 0;}#cms-section-7677924413 .pick-list li .remove-btn { flex: 0 0 30px; position: relative;}#cms-section-7677924413 .pick-list li .remove-btn:before { content: ""; top: 50%; left: 50%; width: 14px; transform: translate(-50%, -50%) rotate(45deg); -webkit-transform: translate(-50%, -50%) rotate(45deg); height: 2px; background-color: #000; position: absolute; border-radius: 1px; -webkit-border-radius: 1px; transition: opacity ease var(--animation-duration); -webkit-transition: opacity ease var(--animation-duration);}#cms-section-7677924413 .pick-list li .remove-btn:after { content: ""; top: 50%; left: 50%; width: 14px; height: 2px; background-color: #000; position: absolute; transform: translate(-50%, -50%) rotate(-45deg); -webkit-transform: translate(-50%, -50%) rotate(-45deg); border-radius: 1px; -webkit-border-radius: 1px; transition: opacity ease var(--animation-duration); -webkit-transition: opacity ease var(--animation-duration);}#cms-section-7677924413 .pick-list li .remove-btn:hover:before { cursor: pointer; opacity: 0.7;}#cms-section-7677924413 .pick-list li .remove-btn:hover:after { cursor: pointer; opacity: 0.7;}#cms-section-7677924413 .img-drop-box { outline: none; display: inline-block; width: 100%; box-sizing: border-box; padding: 5px 7px; border: 2px solid var(--input-border-color); outline: none; background-color: var(--input-bg-color); transition: border ease var(--animation-duration), background-color ease var(--animation-duration); -webkit-transition: border ease var(--animation-duration), background-color ease var(--animation-duration); min-height: 120px;}#cms-section-7677924413 .img-drop-box svg { width: 50px; background-color: var(--website-bg-color); fill: var(--border-color);}#cms-section-7677924413 .img-drop-box p { font-size: 12px; text-align: center;}#cms-section-7677924413 .img-drop-box .browse-img { display: inline-block; margin-top: 5px; padding: 6px 15px; background-color: var(--button-primary-color); color: var(--button-primary-font-color);}#cms-section-7677924413 .img-drop-box .browse-img p { color: var(--button-primary-font-color); padding: 0; margin: 0;}#cms-section-7677924413 .drop-focus { border: 2px solid var(--focus-input-border-color); background-color: var(--focus-input-bg-color);}#cms-section-7677924413 .cta-btn { margin-top: 10px;}#cms-section-7677924413 .cta-btn a { background-color: var(--button-primary-color); padding: 9px 25px; width: 100%; color: var(--button-primary-font-color); display: inline-block; box-sizing: border-box;}#cms-section-7677924413 .cta-btn a p { color: var(--button-primary-font-color);}#cms-section-7677924413 .input-msg { background-color: #007bff; color: #fff;}#cms-section-7677924413 .input-error { border: 2px solid var(--error-input-border-color); background-color: var(--error-input-bg-color);}#cms-section-7677924413 .switch-sides .content-box { order: 2; padding: 20px 0px 20px 30px;}#cms-section-7677924413 .switch-sides .contact-form { order: 1;}#cms-section-7677924413 .user-msg svg { fill: #28a745; background-color: unset; width: 70px;}@media (max-width: 800px) { #cms-section-7677924413 .quote-bg { display: block; } #cms-section-7677924413 .content-box { margin-bottom: 30px; padding: 0; } #cms-section-7677924413 .switch-sides .content-box { margin-bottom: 30px; padding: 0; } #cms-section-7677924413 .contact-form form { padding: 20px 30px; }}