:root{--l10-pw-bg-active:var(--primary,#133ec1);--l10-pw-bg-inactive:var(--light,#e6e6e9);--l10-pw-bg-hover:var(--light,#e6e6e9);--l10-pw-text-active:#fff;--l10-pw-text-inactive:#909295;--l10-pw-text-inactive-hover:rgba(33,37,41,1);--l10-pw-link:var(--primary,#3660a4);--l10-pw-link-hover:var(--primary-hover,#3d86fd);--l10-pw-light:var(--light,#f4f4f6);--l10-pw-med:var(--med,#ced4da);--l10-pw-font:var(--font-main-stack),"Arial",sans-serif;--l10-pw-border-radius:var(--border-radius,4px);}#l10-post-widget{margin:0 0 2rem 0;}#l10-post-widget .tabs{display:flex;width:100%;}#l10-post-widget .tabs .tab{flex-grow:1;max-width:10rem;padding:.75rem;background:var(--l10-pw-bg-inactive);color:var(--l10-pw-text-inactive);cursor:pointer;transition:none;font-size:1em;line-height:1.25em;font-family:var(--l10-pw-font);text-align:center;border-right:1px solid rgba(255,255,255,1);position:relative;border-radius:var(--l10-pw-border-radius) var(--l10-pw-border-radius) 0 0;}@media (max-width: 62rem){#l10-post-widget .tabs{display:block;}#l10-post-widget .tabs .tab{width:100%;max-width:100%;margin-right:0;}}#l10-post-widget .tabs .tab.active{background:var(--l10-pw-bg-active);color:#fff;opacity:1;transition:none;}#l10-post-widget .tabs .tab:not(.active):hover{}#l10-post-widget .tabs .tab::after{width:100%;height:1px;display:block;content:"";position:absolute;bottom:0;left:0;background:#fff;}#l10-post-widget .tabs .tab.active::after{display:none;}#l10-post-widget .tabs .tab i{display:block;text-align:center;margin:.5rem 0 1rem 0;font-size:1.75rem;}#l10-post-widget .tabs .tab:last-child{border-right:none;}#l10-post-widget .posts{background:#fff;border:1px solid var(--l10-pw-bg-active);border-top:5px solid var(--l10-pw-bg-active);padding:0;border-radius:0 0 var(--l10-pw-border-radius) var(--l10-pw-border-radius);overflow:hidden;}#l10-post-widget .posts ul li a.title,#l10-post-widget .posts p.no-posts{transition:.5s color;font-size:1em;line-height:1.25em;font-family:var(--l10-pw-font);}#l10-post-widget .posts p.no-posts{padding:1rem;}#l10-post-widget .posts .post-list{display:none;}#l10-post-widget .posts .post-list.active{display:block;}#l10-post-widget .posts .post-list[data-columns="1"] ul{grid-template-columns:repeat(1,1fr);}#l10-post-widget .posts .post-list[data-columns="2"] ul{grid-template-columns:repeat(2,1fr);}#l10-post-widget .posts .post-list[data-columns="3"] ul{grid-template-columns:repeat(3,1fr);}#l10-post-widget .posts .post-list[data-columns="4"] ul{grid-template-columns:repeat(4,1fr);}#l10-post-widget .posts .post-list[data-columns="5"] ul{grid-template-columns:repeat(5,1fr);}#l10-post-widget .posts .post-list[data-columns="6"] ul{grid-template-columns:repeat(6,1fr);}#l10-post-widget .posts .post-list[data-columns="7"] ul{grid-template-columns:repeat(7,1fr);}#l10-post-widget .posts .post-list[data-columns="8"] ul{grid-template-columns:repeat(8,1fr);}#l10-post-widget .posts .post-list[data-columns="9"] ul{grid-template-columns:repeat(9,1fr);}#l10-post-widget .posts .post-list[data-columns="10"] ul{grid-template-columns:repeat(10,1fr);}.home #l10-post-widget .posts .post-list[data-type="categories"],.home #l10-post-widget .posts .post-list[data-type="archives"]{max-height:600px;overflow:auto;}.home #l10-post-widget .posts .post-list[data-type="categories"] .text,.home #l10-post-widget .posts .post-list[data-type="archives"] .text{flex-direction:row;align-items:center;align-content:center;width:100%;}.home #l10-post-widget .posts .post-list[data-type="categories"] .text h5,.home #l10-post-widget .posts .post-list[data-type="archives"] .text h5{margin:0;}.home #l10-post-widget .posts .post-list[data-type="categories"] ul,.home #l10-post-widget .posts .post-list[data-type="archives"] ul{display:flex;flex-direction:column;}#l10-post-widget .posts ul{width:100%;overflow:hidden;display:block;}#l10-post-widget .posts ul li a.title,#l10-post-widget .posts ul li a.title:visited{color:var(--l10-pw-link);text-decoration:none;}#l10-post-widget .posts ul li a.title:hover,#l10-post-widget .posts ul li a.title:active{color:var(--l10-pw-link-hover);text-decoration:none;}#l10-post-widget .posts ul li .text{padding:0;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--l10-pw-light);}#l10-post-widget .posts ul li:last-of-type{border:none;}#l10-post-widget .posts ul li a.title{line-height:1.5em;padding:1rem;}#l10-post-widget .posts ul li i.fa-angle-right{font-size:1.5rem;color:var(--l10-pw-link);padding:1rem;transition:.5s all;position:relative;left:0;}#l10-post-widget .posts ul li:hover i.fa-angle-right{color:var(--l10-pw-link-hover);opacity:1;left:5px;}.home #l10-post-widget .posts{}.home #l10-post-widget .tabs .tab{max-width:none;flex-grow:0;padding:.75rem 1.25rem;}.home #l10-post-widget .tabs .tab i{font-size:1.25em;display:inline-block;margin:0 .75rem 0 0;}.home #l10-post-widget .posts ul{display:grid;grid-template-columns:repeat(3,3fr);gap:1rem;padding:1rem;}@media (max-width: 1100px){.home #l10-post-widget .posts ul,.home #l10-post-widget .posts .post-list[data-columns] ul{grid-template-columns:repeat(2,2fr);}}@media (max-width: 600px){.home #l10-post-widget .tabs .tab i{display:block;margin:0 0 .75rem 0;font-size:1.5rem;}.home #l10-post-widget .posts ul,.home #l10-post-widget .posts .post-list[data-columns] ul{grid-template-columns:repeat(1,1fr);}}@media (max-width: 500px){.home #l10-post-widget .tabs .tab{padding:.75rem;}}.home #l10-post-widget .posts ul li{border-radius:var(--l10-pw-border-radius);background:#fff;border:1px solid var(--med);display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;flex-direction:column;overflow:hidden;}.home #l10-post-widget .posts ul li .text{padding:2rem;border:none;display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;flex-direction:column;flex-grow:1;}.home #l10-post-widget .posts ul li .text .site-btn{margin-top:auto;}@media (max-width: 400px){.home #l10-post-widget .posts ul li .text{padding:1rem;}}.home #l10-post-widget .posts ul li a.title{padding:0;}.home #l10-post-widget .site-featured-img{width:100%;aspect-ratio:3/2;height:auto;}.home #l10-post-widget .meta{display:flex;justify-content:flex-start;margin:0 0 1rem 0;gap:.2rem;}.home #l10-post-widget .category,.home #l10-post-widget .popular{padding:.25rem .5rem;margin:0 .5rem 0 0;border-radius:var(--l10-pw-border-radius);border:1px solid var(--light);color:rgba(25,25,25,.5);background:var(--ultralight);font-size:.75rem;}.home #l10-post-widget .popular{background:rgba(255,135,15,.2);border:1px solid rgba(255,135,15,.3);color:rgba(255,135,15,.8);}#l10-post-widget .posts ul li .post-featured-img{width:80px;height:80px;min-width:80px;margin-right:1rem;border-radius:var(--border-radius);object-fit:cover;}#sidebar #l10-post-widget .posts ul li a.title{display:flex;align-items:center;}.isotope{margin:0;list-style-type:none;}.isotope-item{z-index:2;width:25%;padding:1px;}@media only screen and (max-width: 768px){.isotope-item{width:33.33%;}}@media only screen and (max-width: 490px){.isotope-item{width:50%;}}.isotope-hidden.isotope-item{pointer-events:none;z-index:1;}.isotope.no-transition,.isotope.no-transition .isotope-item,.isotope .isotope-item.no-transition{-webkit-transition-duration:0s;-moz-transition-duration:0s;-ms-transition-duration:0s;-o-transition-duration:0s;transition-duration:0s;}.isotope-item img{width:100%;-webkit-transition:all ease-in-out .15s;-moz-transition:all ease-in-out .15s;transition:all ease-in-out .15s;}.isotope-item img:hover{cursor:pointer;opacity:.5;}.content-projects{list-style-type:none;margin-left:0;}ul.filters{list-style-type:none;margin:0 0 .5em;}ul.filters:after{content:"";display:block;clear:both;}ul.filters li{float:left;margin-right:4px;}ul.filters a{border:1px solid #cacaca;padding:5px 10px;background:#fff;color:#cacaca;text-transform:uppercase;margin-bottom:0;-webkit-transition:all ease-in-out .15s;-moz-transition:all ease-in-out .15s;transition:all ease-in-out .15s;}ul.filters a:hover,ul.filters a.active{border-color:#000;color:#000;}.dtq-animated-text-head{padding:0 !important;margin:0 !important;}.dtq-module .dtq-animated-text-head{font-size:22px;}.dtq-animated-text-head{line-height:1;padding-bottom:0;}ul.dtq-animated-text-slide{transform:translateY(3px);}.dtq-animated-text .typed-cursor{opacity:0;visibility:hidden;max-width:1px;min-width:1px;}.dtq-text-animation.dtq-animated-text-main{display:inline-block;}.dtq-animated-text-prefix span,.dtq-animated-text-suffix span{display:inline-block;line-height:1;vertical-align:middle;}.dtq-animated-text-slide li{display:none;list-style:none;line-height:1;}.dtq-animated-text-slide li.text-in{display:block;}.dtq-text-animation{position:relative;}.dtq-text-animation:after{position:absolute;content:"";right:-8px;top:50%;transform:translateY(-50%);z-index:999;animation:dtq-blink .7s infinite;display:none;}@keyframes dtq-blink{50%{opacity:0;}}.animated{-webkit-animation-duration:1s;-moz-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;}.animated.hinge{-webkit-animation-duration:2s;-moz-animation-duration:2s;-o-animation-duration:2s;animation-duration:2s;}@-webkit-keyframes flash{0%,100%,50%{opacity:1;}25%,75%{opacity:0;}}@-moz-keyframes flash{0%,100%,50%{opacity:1;}25%,75%{opacity:0;}}@-o-keyframes flash{0%,100%,50%{opacity:1;}25%,75%{opacity:0;}}@keyframes flash{0%,100%,50%{opacity:1;}25%,75%{opacity:0;}}.flash{-webkit-animation-name:flash;-moz-animation-name:flash;-o-animation-name:flash;animation-name:flash;}@-webkit-keyframes shake{0%,100%{-webkit-transform:translateX(0);}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);}20%,40%,60%,80%{-webkit-transform:translateX(10px);}}@-moz-keyframes shake{0%,100%{-moz-transform:translateX(0);}10%,30%,50%,70%,90%{-moz-transform:translateX(-10px);}20%,40%,60%,80%{-moz-transform:translateX(10px);}}@-o-keyframes shake{0%,100%{-o-transform:translateX(0);}10%,30%,50%,70%,90%{-o-transform:translateX(-10px);}20%,40%,60%,80%{-o-transform:translateX(10px);}}@keyframes shake{0%,100%{transform:translateX(0);}10%,30%,50%,70%,90%{transform:translateX(-10px);}20%,40%,60%,80%{transform:translateX(10px);}}.shake{-webkit-animation-name:shake;-moz-animation-name:shake;-o-animation-name:shake;animation-name:shake;}@-webkit-keyframes bounce{0%,100%,20%,50%,80%{-webkit-transform:translateY(0);}40%{-webkit-transform:translateY(-30px);}60%{-webkit-transform:translateY(-15px);}}@-moz-keyframes bounce{0%,100%,20%,50%,80%{-moz-transform:translateY(0);}40%{-moz-transform:translateY(-30px);}60%{-moz-transform:translateY(-15px);}}@-o-keyframes bounce{0%,100%,20%,50%,80%{-o-transform:translateY(0);}40%{-o-transform:translateY(-30px);}60%{-o-transform:translateY(-15px);}}@keyframes bounce{0%,100%,20%,50%,80%{transform:translateY(0);}40%{transform:translateY(-30px);}60%{transform:translateY(-15px);}}.bounce{-webkit-animation-name:bounce;-moz-animation-name:bounce;-o-animation-name:bounce;animation-name:bounce;}@-webkit-keyframes tada{0%{-webkit-transform:scale(1);}10%,20%{-webkit-transform:scale(.9) rotate(-3deg);}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);}100%{-webkit-transform:scale(1) rotate(0);}}@-moz-keyframes tada{0%{-moz-transform:scale(1);}10%,20%{-moz-transform:scale(.9) rotate(-3deg);}30%,50%,70%,90%{-moz-transform:scale(1.1) rotate(3deg);}40%,60%,80%{-moz-transform:scale(1.1) rotate(-3deg);}100%{-moz-transform:scale(1) rotate(0);}}@-o-keyframes tada{0%{-o-transform:scale(1);}10%,20%{-o-transform:scale(.9) rotate(-3deg);}30%,50%,70%,90%{-o-transform:scale(1.1) rotate(3deg);}40%,60%,80%{-o-transform:scale(1.1) rotate(-3deg);}100%{-o-transform:scale(1) rotate(0);}}@keyframes tada{0%{transform:scale(1);}10%,20%{transform:scale(.9) rotate(-3deg);}30%,50%,70%,90%{transform:scale(1.1) rotate(3deg);}40%,60%,80%{transform:scale(1.1) rotate(-3deg);}100%{transform:scale(1) rotate(0);}}.tada{-webkit-animation-name:tada;-moz-animation-name:tada;-o-animation-name:tada;animation-name:tada;}@-webkit-keyframes swing{100%,20%,40%,60%,80%{-webkit-transform-origin:top center;}20%{-webkit-transform:rotate(15deg);}40%{-webkit-transform:rotate(-10deg);}60%{-webkit-transform:rotate(5deg);}80%{-webkit-transform:rotate(-5deg);}100%{-webkit-transform:rotate(0);}}@-moz-keyframes swing{20%{-moz-transform:rotate(15deg);}40%{-moz-transform:rotate(-10deg);}60%{-moz-transform:rotate(5deg);}80%{-moz-transform:rotate(-5deg);}100%{-moz-transform:rotate(0);}}@-o-keyframes swing{20%{-o-transform:rotate(15deg);}40%{-o-transform:rotate(-10deg);}60%{-o-transform:rotate(5deg);}80%{-o-transform:rotate(-5deg);}100%{-o-transform:rotate(0);}}@keyframes swing{20%{transform:rotate(15deg);}40%{transform:rotate(-10deg);}60%{transform:rotate(5deg);}80%{transform:rotate(-5deg);}100%{transform:rotate(0);}}.swing{-webkit-transform-origin:top center;-moz-transform-origin:top center;-o-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;-moz-animation-name:swing;-o-animation-name:swing;animation-name:swing;}@-webkit-keyframes wobble{0%{-webkit-transform:translateX(0);}15%{-webkit-transform:translateX(-25%) rotate(-5deg);}30%{-webkit-transform:translateX(20%) rotate(3deg);}45%{-webkit-transform:translateX(-15%) rotate(-3deg);}60%{-webkit-transform:translateX(10%) rotate(2deg);}75%{-webkit-transform:translateX(-5%) rotate(-1deg);}100%{-webkit-transform:translateX(0);}}@-moz-keyframes wobble{0%{-moz-transform:translateX(0);}15%{-moz-transform:translateX(-25%) rotate(-5deg);}30%{-moz-transform:translateX(20%) rotate(3deg);}45%{-moz-transform:translateX(-15%) rotate(-3deg);}60%{-moz-transform:translateX(10%) rotate(2deg);}75%{-moz-transform:translateX(-5%) rotate(-1deg);}100%{-moz-transform:translateX(0);}}@-o-keyframes wobble{0%{-o-transform:translateX(0);}15%{-o-transform:translateX(-25%) rotate(-5deg);}30%{-o-transform:translateX(20%) rotate(3deg);}45%{-o-transform:translateX(-15%) rotate(-3deg);}60%{-o-transform:translateX(10%) rotate(2deg);}75%{-o-transform:translateX(-5%) rotate(-1deg);}100%{-o-transform:translateX(0);}}@keyframes wobble{0%{transform:translateX(0);}15%{transform:translateX(-25%) rotate(-5deg);}30%{transform:translateX(20%) rotate(3deg);}45%{transform:translateX(-15%) rotate(-3deg);}60%{transform:translateX(10%) rotate(2deg);}75%{transform:translateX(-5%) rotate(-1deg);}100%{transform:translateX(0);}}.wobble{-webkit-animation-name:wobble;-moz-animation-name:wobble;-o-animation-name:wobble;animation-name:wobble;}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);}50%{-webkit-transform:scale(1.1);}100%{-webkit-transform:scale(1);}}@-moz-keyframes pulse{0%{-moz-transform:scale(1);}50%{-moz-transform:scale(1.1);}100%{-moz-transform:scale(1);}}@-o-keyframes pulse{0%{-o-transform:scale(1);}50%{-o-transform:scale(1.1);}100%{-o-transform:scale(1);}}@keyframes pulse{0%{transform:scale(1);}50%{transform:scale(1.1);}100%{transform:scale(1);}}.pulse{-webkit-animation-name:pulse;-moz-animation-name:pulse;-o-animation-name:pulse;animation-name:pulse;}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(0);-webkit-animation-timing-function:ease-out;}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg);-webkit-animation-timing-function:ease-out;}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function:ease-in;}80%{-webkit-transform:perspective(400px) rotateY(360deg) scale(.95);-webkit-animation-timing-function:ease-in;}100%{-webkit-transform:perspective(400px) scale(1);-webkit-animation-timing-function:ease-in;}}@-moz-keyframes flip{0%{-moz-transform:perspective(400px) rotateY(0);-moz-animation-timing-function:ease-out;}40%{-moz-transform:perspective(400px) translateZ(150px) rotateY(170deg);-moz-animation-timing-function:ease-out;}50%{-moz-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-moz-animation-timing-function:ease-in;}80%{-moz-transform:perspective(400px) rotateY(360deg) scale(.95);-moz-animation-timing-function:ease-in;}100%{-moz-transform:perspective(400px) scale(1);-moz-animation-timing-function:ease-in;}}@-o-keyframes flip{0%{-o-transform:perspective(400px) rotateY(0);-o-animation-timing-function:ease-out;}40%{-o-transform:perspective(400px) translateZ(150px) rotateY(170deg);-o-animation-timing-function:ease-out;}50%{-o-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-o-animation-timing-function:ease-in;}80%{-o-transform:perspective(400px) rotateY(360deg) scale(.95);-o-animation-timing-function:ease-in;}100%{-o-transform:perspective(400px) scale(1);-o-animation-timing-function:ease-in;}}@keyframes flip{0%{transform:perspective(400px) rotateY(0);animation-timing-function:ease-out;}40%{transform:perspective(400px) translateZ(150px) rotateY(170deg);animation-timing-function:ease-out;}50%{transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);animation-timing-function:ease-in;}80%{transform:perspective(400px) rotateY(360deg) scale(.95);animation-timing-function:ease-in;}100%{transform:perspective(400px) scale(1);animation-timing-function:ease-in;}}.flip{-webkit-backface-visibility:visible !important;-webkit-animation-name:flip;-moz-backface-visibility:visible !important;-moz-animation-name:flip;-o-backface-visibility:visible !important;-o-animation-name:flip;backface-visibility:visible !important;animation-name:flip;}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0;}40%{-webkit-transform:perspective(400px) rotateX(-10deg);}70%{-webkit-transform:perspective(400px) rotateX(10deg);}100%{-webkit-transform:perspective(400px) rotateX(0);opacity:1;}}@-moz-keyframes flipInX{0%{-moz-transform:perspective(400px) rotateX(90deg);opacity:0;}40%{-moz-transform:perspective(400px) rotateX(-10deg);}70%{-moz-transform:perspective(400px) rotateX(10deg);}100%{-moz-transform:perspective(400px) rotateX(0);opacity:1;}}@-o-keyframes flipInX{0%{-o-transform:perspective(400px) rotateX(90deg);opacity:0;}40%{-o-transform:perspective(400px) rotateX(-10deg);}70%{-o-transform:perspective(400px) rotateX(10deg);}100%{-o-transform:perspective(400px) rotateX(0);opacity:1;}}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);opacity:0;}40%{transform:perspective(400px) rotateX(-10deg);}70%{transform:perspective(400px) rotateX(10deg);}100%{transform:perspective(400px) rotateX(0);opacity:1;}}.flipInX{-webkit-backface-visibility:visible !important;-webkit-animation-name:flipInX;-moz-backface-visibility:visible !important;-moz-animation-name:flipInX;-o-backface-visibility:visible !important;-o-animation-name:flipInX;backface-visibility:visible !important;animation-name:flipInX;}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px) rotateX(0);opacity:1;}100%{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0;}}@-moz-keyframes flipOutX{0%{-moz-transform:perspective(400px) rotateX(0);opacity:1;}100%{-moz-transform:perspective(400px) rotateX(90deg);opacity:0;}}@-o-keyframes flipOutX{0%{-o-transform:perspective(400px) rotateX(0);opacity:1;}100%{-o-transform:perspective(400px) rotateX(90deg);opacity:0;}}@keyframes flipOutX{0%{transform:perspective(400px) rotateX(0);opacity:1;}100%{transform:perspective(400px) rotateX(90deg);opacity:0;}}.flipOutX{-webkit-animation-name:flipOutX;-webkit-backface-visibility:visible !important;-moz-animation-name:flipOutX;-moz-backface-visibility:visible !important;-o-animation-name:flipOutX;-o-backface-visibility:visible !important;animation-name:flipOutX;backface-visibility:visible !important;}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;}40%{-webkit-transform:perspective(400px) rotateY(-10deg);}70%{-webkit-transform:perspective(400px) rotateY(10deg);}100%{-webkit-transform:perspective(400px) rotateY(0);opacity:1;}}@-moz-keyframes flipInY{0%{-moz-transform:perspective(400px) rotateY(90deg);opacity:0;}40%{-moz-transform:perspective(400px) rotateY(-10deg);}70%{-moz-transform:perspective(400px) rotateY(10deg);}100%{-moz-transform:perspective(400px) rotateY(0);opacity:1;}}@-o-keyframes flipInY{0%{-o-transform:perspective(400px) rotateY(90deg);opacity:0;}40%{-o-transform:perspective(400px) rotateY(-10deg);}70%{-o-transform:perspective(400px) rotateY(10deg);}100%{-o-transform:perspective(400px) rotateY(0);opacity:1;}}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);opacity:0;}40%{transform:perspective(400px) rotateY(-10deg);}70%{transform:perspective(400px) rotateY(10deg);}100%{transform:perspective(400px) rotateY(0);opacity:1;}}.flipInY{-webkit-backface-visibility:visible !important;-webkit-animation-name:flipInY;-moz-backface-visibility:visible !important;-moz-animation-name:flipInY;-o-backface-visibility:visible !important;-o-animation-name:flipInY;backface-visibility:visible !important;animation-name:flipInY;}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px) rotateY(0);opacity:1;}100%{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;}}@-moz-keyframes flipOutY{0%{-moz-transform:perspective(400px) rotateY(0);opacity:1;}100%{-moz-transform:perspective(400px) rotateY(90deg);opacity:0;}}@-o-keyframes flipOutY{0%{-o-transform:perspective(400px) rotateY(0);opacity:1;}100%{-o-transform:perspective(400px) rotateY(90deg);opacity:0;}}@keyframes flipOutY{0%{transform:perspective(400px) rotateY(0);opacity:1;}100%{transform:perspective(400px) rotateY(90deg);opacity:0;}}.flipOutY{-webkit-backface-visibility:visible !important;-webkit-animation-name:flipOutY;-moz-backface-visibility:visible !important;-moz-animation-name:flipOutY;-o-backface-visibility:visible !important;-o-animation-name:flipOutY;backface-visibility:visible !important;animation-name:flipOutY;}@-webkit-keyframes fadeIn{0%{opacity:0;}100%{opacity:1;}}@-moz-keyframes fadeIn{0%{opacity:0;}100%{opacity:1;}}@-o-keyframes fadeIn{0%{opacity:0;}100%{opacity:1;}}@keyframes fadeIn{0%{opacity:0;}100%{opacity:1;}}.fadeIn{-webkit-animation-name:fadeIn;-moz-animation-name:fadeIn;-o-animation-name:fadeIn;animation-name:fadeIn;}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);}100%{opacity:1;-webkit-transform:translateY(0);}}@-moz-keyframes fadeInUp{0%{opacity:0;-moz-transform:translateY(20px);}100%{opacity:1;-moz-transform:translateY(0);}}@-o-keyframes fadeInUp{0%{opacity:0;-o-transform:translateY(20px);}100%{opacity:1;-o-transform:translateY(0);}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px);}100%{opacity:1;transform:translateY(0);}}.fadeInUp{-webkit-animation-name:fadeInUp;-moz-animation-name:fadeInUp;-o-animation-name:fadeInUp;animation-name:fadeInUp;}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);}100%{opacity:1;-webkit-transform:translateY(0);}}@-moz-keyframes fadeInDown{0%{opacity:0;-moz-transform:translateY(-20px);}100%{opacity:1;-moz-transform:translateY(0);}}@-o-keyframes fadeInDown{0%{opacity:0;-o-transform:translateY(-20px);}100%{opacity:1;-o-transform:translateY(0);}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px);}100%{opacity:1;transform:translateY(0);}}.fadeInDown{-webkit-animation-name:fadeInDown;-moz-animation-name:fadeInDown;-o-animation-name:fadeInDown;animation-name:fadeInDown;}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);}100%{opacity:1;-webkit-transform:translateX(0);}}@-moz-keyframes fadeInLeft{0%{opacity:0;-moz-transform:translateX(-20px);}100%{opacity:1;-moz-transform:translateX(0);}}@-o-keyframes fadeInLeft{0%{opacity:0;-o-transform:translateX(-20px);}100%{opacity:1;-o-transform:translateX(0);}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-20px);}100%{opacity:1;transform:translateX(0);}}.fadeInLeft{-webkit-animation-name:fadeInLeft;-moz-animation-name:fadeInLeft;-o-animation-name:fadeInLeft;animation-name:fadeInLeft;}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);}100%{opacity:1;-webkit-transform:translateX(0);}}@-moz-keyframes fadeInRight{0%{opacity:0;-moz-transform:translateX(20px);}100%{opacity:1;-moz-transform:translateX(0);}}@-o-keyframes fadeInRight{0%{opacity:0;-o-transform:translateX(20px);}100%{opacity:1;-o-transform:translateX(0);}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(20px);}100%{opacity:1;transform:translateX(0);}}.fadeInRight{-webkit-animation-name:fadeInRight;-moz-animation-name:fadeInRight;-o-animation-name:fadeInRight;animation-name:fadeInRight;}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);}100%{opacity:1;-webkit-transform:translateY(0);}}@-moz-keyframes fadeInUpBig{0%{opacity:0;-moz-transform:translateY(2000px);}100%{opacity:1;-moz-transform:translateY(0);}}@-o-keyframes fadeInUpBig{0%{opacity:0;-o-transform:translateY(2000px);}100%{opacity:1;-o-transform:translateY(0);}}@keyframes fadeInUpBig{0%{opacity:0;transform:translateY(2000px);}100%{opacity:1;transform:translateY(0);}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;-moz-animation-name:fadeInUpBig;-o-animation-name:fadeInUpBig;animation-name:fadeInUpBig;}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);}100%{opacity:1;-webkit-transform:translateY(0);}}@-moz-keyframes fadeInDownBig{0%{opacity:0;-moz-transform:translateY(-2000px);}100%{opacity:1;-moz-transform:translateY(0);}}@-o-keyframes fadeInDownBig{0%{opacity:0;-o-transform:translateY(-2000px);}100%{opacity:1;-o-transform:translateY(0);}}@keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2000px);}100%{opacity:1;transform:translateY(0);}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;-moz-animation-name:fadeInDownBig;-o-animation-name:fadeInDownBig;animation-name:fadeInDownBig;}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);}100%{opacity:1;-webkit-transform:translateX(0);}}@-moz-keyframes fadeInLeftBig{0%{opacity:0;-moz-transform:translateX(-2000px);}100%{opacity:1;-moz-transform:translateX(0);}}@-o-keyframes fadeInLeftBig{0%{opacity:0;-o-transform:translateX(-2000px);}100%{opacity:1;-o-transform:translateX(0);}}@keyframes fadeInLeftBig{0%{opacity:0;transform:translateX(-2000px);}100%{opacity:1;transform:translateX(0);}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;-moz-animation-name:fadeInLeftBig;-o-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig;}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);}100%{opacity:1;-webkit-transform:translateX(0);}}@-moz-keyframes fadeInRightBig{0%{opacity:0;-moz-transform:translateX(2000px);}100%{opacity:1;-moz-transform:translateX(0);}}@-o-keyframes fadeInRightBig{0%{opacity:0;-o-transform:translateX(2000px);}100%{opacity:1;-o-transform:translateX(0);}}@keyframes fadeInRightBig{0%{opacity:0;transform:translateX(2000px);}100%{opacity:1;transform:translateX(0);}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;-moz-animation-name:fadeInRightBig;-o-animation-name:fadeInRightBig;animation-name:fadeInRightBig;}@-webkit-keyframes fadeOut{0%{opacity:1;}100%{opacity:0;}}@-moz-keyframes fadeOut{0%{opacity:1;}100%{opacity:0;}}@-o-keyframes fadeOut{0%{opacity:1;}100%{opacity:0;}}@keyframes fadeOut{0%{opacity:1;}100%{opacity:0;}}.fadeOut{-webkit-animation-name:fadeOut;-moz-animation-name:fadeOut;-o-animation-name:fadeOut;animation-name:fadeOut;}@-webkit-keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);}100%{opacity:0;-webkit-transform:translateY(-20px);}}@-moz-keyframes fadeOutUp{0%{opacity:1;-moz-transform:translateY(0);}100%{opacity:0;-moz-transform:translateY(-20px);}}@-o-keyframes fadeOutUp{0%{opacity:1;-o-transform:translateY(0);}100%{opacity:0;-o-transform:translateY(-20px);}}@keyframes fadeOutUp{0%{opacity:1;transform:translateY(0);}100%{opacity:0;transform:translateY(-20px);}}.fadeOutUp{-webkit-animation-name:fadeOutUp;-moz-animation-name:fadeOutUp;-o-animation-name:fadeOutUp;animation-name:fadeOutUp;}@-webkit-keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);}100%{opacity:0;-webkit-transform:translateY(20px);}}@-moz-keyframes fadeOutDown{0%{opacity:1;-moz-transform:translateY(0);}100%{opacity:0;-moz-transform:translateY(20px);}}@-o-keyframes fadeOutDown{0%{opacity:1;-o-transform:translateY(0);}100%{opacity:0;-o-transform:translateY(20px);}}@keyframes fadeOutDown{0%{opacity:1;transform:translateY(0);}100%{opacity:0;transform:translateY(20px);}}.fadeOutDown{-webkit-animation-name:fadeOutDown;-moz-animation-name:fadeOutDown;-o-animation-name:fadeOutDown;animation-name:fadeOutDown;}@-webkit-keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);}100%{opacity:0;-webkit-transform:translateX(-20px);}}@-moz-keyframes fadeOutLeft{0%{opacity:1;-moz-transform:translateX(0);}100%{opacity:0;-moz-transform:translateX(-20px);}}@-o-keyframes fadeOutLeft{0%{opacity:1;-o-transform:translateX(0);}100%{opacity:0;-o-transform:translateX(-20px);}}@keyframes fadeOutLeft{0%{opacity:1;transform:translateX(0);}100%{opacity:0;transform:translateX(-20px);}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;-moz-animation-name:fadeOutLeft;-o-animation-name:fadeOutLeft;animation-name:fadeOutLeft;}@-webkit-keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);}100%{opacity:0;-webkit-transform:translateX(20px);}}@-moz-keyframes fadeOutRight{0%{opacity:1;-moz-transform:translateX(0);}100%{opacity:0;-moz-transform:translateX(20px);}}@-o-keyframes fadeOutRight{0%{opacity:1;-o-transform:translateX(0);}100%{opacity:0;-o-transform:translateX(20px);}}@keyframes fadeOutRight{0%{opacity:1;transform:translateX(0);}100%{opacity:0;transform:translateX(20px);}}.fadeOutRight{-webkit-animation-name:fadeOutRight;-moz-animation-name:fadeOutRight;-o-animation-name:fadeOutRight;animation-name:fadeOutRight;}@-webkit-keyframes fadeOutUpBig{0%{opacity:1;-webkit-transform:translateY(0);}100%{opacity:0;-webkit-transform:translateY(-2000px);}}@-moz-keyframes fadeOutUpBig{0%{opacity:1;-moz-transform:translateY(0);}100%{opacity:0;-moz-transform:translateY(-2000px);}}@-o-keyframes fadeOutUpBig{0%{opacity:1;-o-transform:translateY(0);}100%{opacity:0;-o-transform:translateY(-2000px);}}@keyframes fadeOutUpBig{0%{opacity:1;transform:translateY(0);}100%{opacity:0;transform:translateY(-2000px);}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;-moz-animation-name:fadeOutUpBig;-o-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig;}@-webkit-keyframes fadeOutDownBig{0%{opacity:1;-webkit-transform:translateY(0);}100%{opacity:0;-webkit-transform:translateY(2000px);}}@-moz-keyframes fadeOutDownBig{0%{opacity:1;-moz-transform:translateY(0);}100%{opacity:0;-moz-transform:translateY(2000px);}}@-o-keyframes fadeOutDownBig{0%{opacity:1;-o-transform:translateY(0);}100%{opacity:0;-o-transform:translateY(2000px);}}@keyframes fadeOutDownBig{0%{opacity:1;transform:translateY(0);}100%{opacity:0;transform:translateY(2000px);}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;-moz-animation-name:fadeOutDownBig;-o-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig;}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1;-webkit-transform:translateX(0);}100%{opacity:0;-webkit-transform:translateX(-2000px);}}@-moz-keyframes fadeOutLeftBig{0%{opacity:1;-moz-transform:translateX(0);}100%{opacity:0;-moz-transform:translateX(-2000px);}}@-o-keyframes fadeOutLeftBig{0%{opacity:1;-o-transform:translateX(0);}100%{opacity:0;-o-transform:translateX(-2000px);}}@keyframes fadeOutLeftBig{0%{opacity:1;transform:translateX(0);}100%{opacity:0;transform:translateX(-2000px);}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;-moz-animation-name:fadeOutLeftBig;-o-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig;}@-webkit-keyframes fadeOutRightBig{0%{opacity:1;-webkit-transform:translateX(0);}100%{opacity:0;-webkit-transform:translateX(2000px);}}@-moz-keyframes fadeOutRightBig{0%{opacity:1;-moz-transform:translateX(0);}100%{opacity:0;-moz-transform:translateX(2000px);}}@-o-keyframes fadeOutRightBig{0%{opacity:1;-o-transform:translateX(0);}100%{opacity:0;-o-transform:translateX(2000px);}}@keyframes fadeOutRightBig{0%{opacity:1;transform:translateX(0);}100%{opacity:0;transform:translateX(2000px);}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;-moz-animation-name:fadeOutRightBig;-o-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig;}@-webkit-keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3);}50%{opacity:1;-webkit-transform:scale(1.05);}70%{-webkit-transform:scale(.9);}100%{-webkit-transform:scale(1);}}@-moz-keyframes bounceIn{0%{opacity:0;-moz-transform:scale(.3);}50%{opacity:1;-moz-transform:scale(1.05);}70%{-moz-transform:scale(.9);}100%{-moz-transform:scale(1);}}@-o-keyframes bounceIn{0%{opacity:0;-o-transform:scale(.3);}50%{opacity:1;-o-transform:scale(1.05);}70%{-o-transform:scale(.9);}100%{-o-transform:scale(1);}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3);}50%{opacity:1;transform:scale(1.05);}70%{transform:scale(.9);}100%{transform:scale(1);}}.bounceIn{-webkit-animation-name:bounceIn;-moz-animation-name:bounceIn;-o-animation-name:bounceIn;animation-name:bounceIn;}@-webkit-keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);}60%{opacity:1;-webkit-transform:translateY(-30px);}80%{-webkit-transform:translateY(10px);}100%{-webkit-transform:translateY(0);}}@-moz-keyframes bounceInUp{0%{opacity:0;-moz-transform:translateY(2000px);}60%{opacity:1;-moz-transform:translateY(-30px);}80%{-moz-transform:translateY(10px);}100%{-moz-transform:translateY(0);}}@-o-keyframes bounceInUp{0%{opacity:0;-o-transform:translateY(2000px);}60%{opacity:1;-o-transform:translateY(-30px);}80%{-o-transform:translateY(10px);}100%{-o-transform:translateY(0);}}@keyframes bounceInUp{0%{opacity:0;transform:translateY(2000px);}60%{opacity:1;transform:translateY(-30px);}80%{transform:translateY(10px);}100%{transform:translateY(0);}}.bounceInUp{-webkit-animation-name:bounceInUp;-moz-animation-name:bounceInUp;-o-animation-name:bounceInUp;animation-name:bounceInUp;}@-webkit-keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);}60%{opacity:1;-webkit-transform:translateY(30px);}80%{-webkit-transform:translateY(-10px);}100%{-webkit-transform:translateY(0);}}@-moz-keyframes bounceInDown{0%{opacity:0;-moz-transform:translateY(-2000px);}60%{opacity:1;-moz-transform:translateY(30px);}80%{-moz-transform:translateY(-10px);}100%{-moz-transform:translateY(0);}}@-o-keyframes bounceInDown{0%{opacity:0;-o-transform:translateY(-2000px);}60%{opacity:1;-o-transform:translateY(30px);}80%{-o-transform:translateY(-10px);}100%{-o-transform:translateY(0);}}@keyframes bounceInDown{0%{opacity:0;transform:translateY(-2000px);}60%{opacity:1;transform:translateY(30px);}80%{transform:translateY(-10px);}100%{transform:translateY(0);}}.bounceInDown{-webkit-animation-name:bounceInDown;-moz-animation-name:bounceInDown;-o-animation-name:bounceInDown;animation-name:bounceInDown;}@-webkit-keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);}60%{opacity:1;-webkit-transform:translateX(30px);}80%{-webkit-transform:translateX(-10px);}100%{-webkit-transform:translateX(0);}}@-moz-keyframes bounceInLeft{0%{opacity:0;-moz-transform:translateX(-2000px);}60%{opacity:1;-moz-transform:translateX(30px);}80%{-moz-transform:translateX(-10px);}100%{-moz-transform:translateX(0);}}@-o-keyframes bounceInLeft{0%{opacity:0;-o-transform:translateX(-2000px);}60%{opacity:1;-o-transform:translateX(30px);}80%{-o-transform:translateX(-10px);}100%{-o-transform:translateX(0);}}@keyframes bounceInLeft{0%{opacity:0;transform:translateX(-2000px);}60%{opacity:1;transform:translateX(30px);}80%{transform:translateX(-10px);}100%{transform:translateX(0);}}.bounceInLeft{-webkit-animation-name:bounceInLeft;-moz-animation-name:bounceInLeft;-o-animation-name:bounceInLeft;animation-name:bounceInLeft;}@-webkit-keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);}60%{opacity:1;-webkit-transform:translateX(-30px);}80%{-webkit-transform:translateX(10px);}100%{-webkit-transform:translateX(0);}}@-moz-keyframes bounceInRight{0%{opacity:0;-moz-transform:translateX(2000px);}60%{opacity:1;-moz-transform:translateX(-30px);}80%{-moz-transform:translateX(10px);}100%{-moz-transform:translateX(0);}}@-o-keyframes bounceInRight{0%{opacity:0;-o-transform:translateX(2000px);}60%{opacity:1;-o-transform:translateX(-30px);}80%{-o-transform:translateX(10px);}100%{-o-transform:translateX(0);}}@keyframes bounceInRight{0%{opacity:0;transform:translateX(2000px);}60%{opacity:1;transform:translateX(-30px);}80%{transform:translateX(10px);}100%{transform:translateX(0);}}.bounceInRight{-webkit-animation-name:bounceInRight;-moz-animation-name:bounceInRight;-o-animation-name:bounceInRight;animation-name:bounceInRight;}@-webkit-keyframes bounceOut{0%{-webkit-transform:scale(1);}25%{-webkit-transform:scale(.95);}50%{opacity:1;-webkit-transform:scale(1.1);}100%{opacity:0;-webkit-transform:scale(.3);}}@-moz-keyframes bounceOut{0%{-moz-transform:scale(1);}25%{-moz-transform:scale(.95);}50%{opacity:1;-moz-transform:scale(1.1);}100%{opacity:0;-moz-transform:scale(.3);}}@-o-keyframes bounceOut{0%{-o-transform:scale(1);}25%{-o-transform:scale(.95);}50%{opacity:1;-o-transform:scale(1.1);}100%{opacity:0;-o-transform:scale(.3);}}@keyframes bounceOut{0%{transform:scale(1);}25%{transform:scale(.95);}50%{opacity:1;transform:scale(1.1);}100%{opacity:0;transform:scale(.3);}}.bounceOut{-webkit-animation-name:bounceOut;-moz-animation-name:bounceOut;-o-animation-name:bounceOut;animation-name:bounceOut;}@-webkit-keyframes bounceOutUp{0%{-webkit-transform:translateY(0);}20%{opacity:1;-webkit-transform:translateY(20px);}100%{opacity:0;-webkit-transform:translateY(-2000px);}}@-moz-keyframes bounceOutUp{0%{-moz-transform:translateY(0);}20%{opacity:1;-moz-transform:translateY(20px);}100%{opacity:0;-moz-transform:translateY(-2000px);}}@-o-keyframes bounceOutUp{0%{-o-transform:translateY(0);}20%{opacity:1;-o-transform:translateY(20px);}100%{opacity:0;-o-transform:translateY(-2000px);}}@keyframes bounceOutUp{0%{transform:translateY(0);}20%{opacity:1;transform:translateY(20px);}100%{opacity:0;transform:translateY(-2000px);}}.bounceOutUp{-webkit-animation-name:bounceOutUp;-moz-animation-name:bounceOutUp;-o-animation-name:bounceOutUp;animation-name:bounceOutUp;}@-webkit-keyframes bounceOutDown{0%{-webkit-transform:translateY(0);}20%{opacity:1;-webkit-transform:translateY(-20px);}100%{opacity:0;-webkit-transform:translateY(2000px);}}@-moz-keyframes bounceOutDown{0%{-moz-transform:translateY(0);}20%{opacity:1;-moz-transform:translateY(-20px);}100%{opacity:0;-moz-transform:translateY(2000px);}}@-o-keyframes bounceOutDown{0%{-o-transform:translateY(0);}20%{opacity:1;-o-transform:translateY(-20px);}100%{opacity:0;-o-transform:translateY(2000px);}}@keyframes bounceOutDown{0%{transform:translateY(0);}20%{opacity:1;transform:translateY(-20px);}100%{opacity:0;transform:translateY(2000px);}}.bounceOutDown{-webkit-animation-name:bounceOutDown;-moz-animation-name:bounceOutDown;-o-animation-name:bounceOutDown;animation-name:bounceOutDown;}@-webkit-keyframes bounceOutLeft{0%{-webkit-transform:translateX(0);}20%{opacity:1;-webkit-transform:translateX(20px);}100%{opacity:0;-webkit-transform:translateX(-2000px);}}@-moz-keyframes bounceOutLeft{0%{-moz-transform:translateX(0);}20%{opacity:1;-moz-transform:translateX(20px);}100%{opacity:0;-moz-transform:translateX(-2000px);}}@-o-keyframes bounceOutLeft{0%{-o-transform:translateX(0);}20%{opacity:1;-o-transform:translateX(20px);}100%{opacity:0;-o-transform:translateX(-2000px);}}@keyframes bounceOutLeft{0%{transform:translateX(0);}20%{opacity:1;transform:translateX(20px);}100%{opacity:0;transform:translateX(-2000px);}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;-moz-animation-name:bounceOutLeft;-o-animation-name:bounceOutLeft;animation-name:bounceOutLeft;}@-webkit-keyframes bounceOutRight{0%{-webkit-transform:translateX(0);}20%{opacity:1;-webkit-transform:translateX(-20px);}100%{opacity:0;-webkit-transform:translateX(2000px);}}@-moz-keyframes bounceOutRight{0%{-moz-transform:translateX(0);}20%{opacity:1;-moz-transform:translateX(-20px);}100%{opacity:0;-moz-transform:translateX(2000px);}}@-o-keyframes bounceOutRight{0%{-o-transform:translateX(0);}20%{opacity:1;-o-transform:translateX(-20px);}100%{opacity:0;-o-transform:translateX(2000px);}}@keyframes bounceOutRight{0%{transform:translateX(0);}20%{opacity:1;transform:translateX(-20px);}100%{opacity:0;transform:translateX(2000px);}}.bounceOutRight{-webkit-animation-name:bounceOutRight;-moz-animation-name:bounceOutRight;-o-animation-name:bounceOutRight;animation-name:bounceOutRight;}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center center;-webkit-transform:rotate(-200deg);opacity:0;}100%{-webkit-transform-origin:center center;-webkit-transform:rotate(0);opacity:1;}}@-moz-keyframes rotateIn{0%{-moz-transform-origin:center center;-moz-transform:rotate(-200deg);opacity:0;}100%{-moz-transform-origin:center center;-moz-transform:rotate(0);opacity:1;}}@-o-keyframes rotateIn{0%{-o-transform-origin:center center;-o-transform:rotate(-200deg);opacity:0;}100%{-o-transform-origin:center center;-o-transform:rotate(0);opacity:1;}}@keyframes rotateIn{0%{transform-origin:center center;transform:rotate(-200deg);opacity:0;}100%{transform-origin:center center;transform:rotate(0);opacity:1;}}.rotateIn{-webkit-animation-name:rotateIn;-moz-animation-name:rotateIn;-o-animation-name:rotateIn;animation-name:rotateIn;}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(90deg);opacity:0;}100%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(0);opacity:1;}}@-moz-keyframes rotateInUpLeft{0%{-moz-transform-origin:left bottom;-moz-transform:rotate(90deg);opacity:0;}100%{-moz-transform-origin:left bottom;-moz-transform:rotate(0);opacity:1;}}@-o-keyframes rotateInUpLeft{0%{-o-transform-origin:left bottom;-o-transform:rotate(90deg);opacity:0;}100%{-o-transform-origin:left bottom;-o-transform:rotate(0);opacity:1;}}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(90deg);opacity:0;}100%{transform-origin:left bottom;transform:rotate(0);opacity:1;}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;-moz-animation-name:rotateInUpLeft;-o-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(-90deg);opacity:0;}100%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(0);opacity:1;}}@-moz-keyframes rotateInDownLeft{0%{-moz-transform-origin:left bottom;-moz-transform:rotate(-90deg);opacity:0;}100%{-moz-transform-origin:left bottom;-moz-transform:rotate(0);opacity:1;}}@-o-keyframes rotateInDownLeft{0%{-o-transform-origin:left bottom;-o-transform:rotate(-90deg);opacity:0;}100%{-o-transform-origin:left bottom;-o-transform:rotate(0);opacity:1;}}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-90deg);opacity:0;}100%{transform-origin:left bottom;transform:rotate(0);opacity:1;}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;-moz-animation-name:rotateInDownLeft;-o-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(-90deg);opacity:0;}100%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(0);opacity:1;}}@-moz-keyframes rotateInUpRight{0%{-moz-transform-origin:right bottom;-moz-transform:rotate(-90deg);opacity:0;}100%{-moz-transform-origin:right bottom;-moz-transform:rotate(0);opacity:1;}}@-o-keyframes rotateInUpRight{0%{-o-transform-origin:right bottom;-o-transform:rotate(-90deg);opacity:0;}100%{-o-transform-origin:right bottom;-o-transform:rotate(0);opacity:1;}}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0;}100%{transform-origin:right bottom;transform:rotate(0);opacity:1;}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;-moz-animation-name:rotateInUpRight;-o-animation-name:rotateInUpRight;animation-name:rotateInUpRight;}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(90deg);opacity:0;}100%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(0);opacity:1;}}@-moz-keyframes rotateInDownRight{0%{-moz-transform-origin:right bottom;-moz-transform:rotate(90deg);opacity:0;}100%{-moz-transform-origin:right bottom;-moz-transform:rotate(0);opacity:1;}}@-o-keyframes rotateInDownRight{0%{-o-transform-origin:right bottom;-o-transform:rotate(90deg);opacity:0;}100%{-o-transform-origin:right bottom;-o-transform:rotate(0);opacity:1;}}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(90deg);opacity:0;}100%{transform-origin:right bottom;transform:rotate(0);opacity:1;}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;-moz-animation-name:rotateInDownRight;-o-animation-name:rotateInDownRight;animation-name:rotateInDownRight;}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center center;-webkit-transform:rotate(0);opacity:1;}100%{-webkit-transform-origin:center center;-webkit-transform:rotate(200deg);opacity:0;}}@-moz-keyframes rotateOut{0%{-moz-transform-origin:center center;-moz-transform:rotate(0);opacity:1;}100%{-moz-transform-origin:center center;-moz-transform:rotate(200deg);opacity:0;}}@-o-keyframes rotateOut{0%{-o-transform-origin:center center;-o-transform:rotate(0);opacity:1;}100%{-o-transform-origin:center center;-o-transform:rotate(200deg);opacity:0;}}@keyframes rotateOut{0%{transform-origin:center center;transform:rotate(0);opacity:1;}100%{transform-origin:center center;transform:rotate(200deg);opacity:0;}}.rotateOut{-webkit-animation-name:rotateOut;-moz-animation-name:rotateOut;-o-animation-name:rotateOut;animation-name:rotateOut;}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(0);opacity:1;}100%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(-90deg);opacity:0;}}@-moz-keyframes rotateOutUpLeft{0%{-moz-transform-origin:left bottom;-moz-transform:rotate(0);opacity:1;}100%{-moz-transform-origin:left bottom;-moz-transform:rotate(-90deg);opacity:0;}}@-o-keyframes rotateOutUpLeft{0%{-o-transform-origin:left bottom;-o-transform:rotate(0);opacity:1;}100%{-o-transform-origin:left bottom;-o-transform:rotate(-90deg);opacity:0;}}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1;}100%{transform-origin:left bottom;transform:rotate(-90deg);opacity:0;}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;-moz-animation-name:rotateOutUpLeft;-o-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(0);opacity:1;}100%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(90deg);opacity:0;}}@-moz-keyframes rotateOutDownLeft{0%{-moz-transform-origin:left bottom;-moz-transform:rotate(0);opacity:1;}100%{-moz-transform-origin:left bottom;-moz-transform:rotate(90deg);opacity:0;}}@-o-keyframes rotateOutDownLeft{0%{-o-transform-origin:left bottom;-o-transform:rotate(0);opacity:1;}100%{-o-transform-origin:left bottom;-o-transform:rotate(90deg);opacity:0;}}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1;}100%{transform-origin:left bottom;transform:rotate(90deg);opacity:0;}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;-moz-animation-name:rotateOutDownLeft;-o-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(0);opacity:1;}100%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(90deg);opacity:0;}}@-moz-keyframes rotateOutUpRight{0%{-moz-transform-origin:right bottom;-moz-transform:rotate(0);opacity:1;}100%{-moz-transform-origin:right bottom;-moz-transform:rotate(90deg);opacity:0;}}@-o-keyframes rotateOutUpRight{0%{-o-transform-origin:right bottom;-o-transform:rotate(0);opacity:1;}100%{-o-transform-origin:right bottom;-o-transform:rotate(90deg);opacity:0;}}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1;}100%{transform-origin:right bottom;transform:rotate(90deg);opacity:0;}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;-moz-animation-name:rotateOutUpRight;-o-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(0);opacity:1;}100%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(-90deg);opacity:0;}}@-moz-keyframes rotateOutDownRight{0%{-moz-transform-origin:right bottom;-moz-transform:rotate(0);opacity:1;}100%{-moz-transform-origin:right bottom;-moz-transform:rotate(-90deg);opacity:0;}}@-o-keyframes rotateOutDownRight{0%{-o-transform-origin:right bottom;-o-transform:rotate(0);opacity:1;}100%{-o-transform-origin:right bottom;-o-transform:rotate(-90deg);opacity:0;}}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1;}100%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0;}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;-moz-animation-name:rotateOutDownRight;-o-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;}@-webkit-keyframes hinge{0%{-webkit-transform:rotate(0);-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;}20%,60%{-webkit-transform:rotate(80deg);-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;}40%{-webkit-transform:rotate(60deg);-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;}80%{-webkit-transform:rotate(60deg) translateY(0);opacity:1;-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;}100%{-webkit-transform:translateY(700px);opacity:0;}}@-moz-keyframes hinge{0%{-moz-transform:rotate(0);-moz-transform-origin:top left;-moz-animation-timing-function:ease-in-out;}20%,60%{-moz-transform:rotate(80deg);-moz-transform-origin:top left;-moz-animation-timing-function:ease-in-out;}40%{-moz-transform:rotate(60deg);-moz-transform-origin:top left;-moz-animation-timing-function:ease-in-out;}80%{-moz-transform:rotate(60deg) translateY(0);opacity:1;-moz-transform-origin:top left;-moz-animation-timing-function:ease-in-out;}100%{-moz-transform:translateY(700px);opacity:0;}}@-o-keyframes hinge{0%{-o-transform:rotate(0);-o-transform-origin:top left;-o-animation-timing-function:ease-in-out;}20%,60%{-o-transform:rotate(80deg);-o-transform-origin:top left;-o-animation-timing-function:ease-in-out;}40%{-o-transform:rotate(60deg);-o-transform-origin:top left;-o-animation-timing-function:ease-in-out;}80%{-o-transform:rotate(60deg) translateY(0);opacity:1;-o-transform-origin:top left;-o-animation-timing-function:ease-in-out;}100%{-o-transform:translateY(700px);opacity:0;}}@keyframes hinge{0%{transform:rotate(0);transform-origin:top left;animation-timing-function:ease-in-out;}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out;}40%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;}80%{transform:rotate(60deg) translateY(0);opacity:1;transform-origin:top left;animation-timing-function:ease-in-out;}100%{transform:translateY(700px);opacity:0;}}.hinge{-webkit-animation-name:hinge;-moz-animation-name:hinge;-o-animation-name:hinge;animation-name:hinge;}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg);}100%{opacity:1;-webkit-transform:translateX(0) rotate(0);}}@-moz-keyframes rollIn{0%{opacity:0;-moz-transform:translateX(-100%) rotate(-120deg);}100%{opacity:1;-moz-transform:translateX(0) rotate(0);}}@-o-keyframes rollIn{0%{opacity:0;-o-transform:translateX(-100%) rotate(-120deg);}100%{opacity:1;-o-transform:translateX(0) rotate(0);}}@keyframes rollIn{0%{opacity:0;transform:translateX(-100%) rotate(-120deg);}100%{opacity:1;transform:translateX(0) rotate(0);}}.rollIn{-webkit-animation-name:rollIn;-moz-animation-name:rollIn;-o-animation-name:rollIn;animation-name:rollIn;}@-webkit-keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0) rotate(0);}100%{opacity:0;-webkit-transform:translateX(100%) rotate(120deg);}}@-moz-keyframes rollOut{0%{opacity:1;-moz-transform:translateX(0) rotate(0);}100%{opacity:0;-moz-transform:translateX(100%) rotate(120deg);}}@-o-keyframes rollOut{0%{opacity:1;-o-transform:translateX(0) rotate(0);}100%{opacity:0;-o-transform:translateX(100%) rotate(120deg);}}@keyframes rollOut{0%{opacity:1;transform:translateX(0) rotate(0);}100%{opacity:0;transform:translateX(100%) rotate(120deg);}}.rollOut{-webkit-animation-name:rollOut;-moz-animation-name:rollOut;-o-animation-name:rollOut;animation-name:rollOut;}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%) skewX(-30deg);opacity:0;}60%{-webkit-transform:translateX(-20%) skewX(30deg);opacity:1;}80%{-webkit-transform:translateX(0) skewX(-15deg);opacity:1;}100%{-webkit-transform:translateX(0) skewX(0);opacity:1;}}@-moz-keyframes lightSpeedIn{0%{-moz-transform:translateX(100%) skewX(-30deg);opacity:0;}60%{-moz-transform:translateX(-20%) skewX(30deg);opacity:1;}80%{-moz-transform:translateX(0) skewX(-15deg);opacity:1;}100%{-moz-transform:translateX(0) skewX(0);opacity:1;}}@-o-keyframes lightSpeedIn{0%{-o-transform:translateX(100%) skewX(-30deg);opacity:0;}60%{-o-transform:translateX(-20%) skewX(30deg);opacity:1;}80%{-o-transform:translateX(0) skewX(-15deg);opacity:1;}100%{-o-transform:translateX(0) skewX(0);opacity:1;}}@keyframes lightSpeedIn{0%{transform:translateX(100%) skewX(-30deg);opacity:0;}60%{transform:translateX(-20%) skewX(30deg);opacity:1;}80%{transform:translateX(0) skewX(-15deg);opacity:1;}100%{transform:translateX(0) skewX(0);opacity:1;}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;-moz-animation-name:lightSpeedIn;-o-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;-moz-animation-timing-function:ease-out;-o-animation-timing-function:ease-out;animation-timing-function:ease-out;}.animated.lightSpeedIn{-webkit-animation-duration:.5s;-moz-animation-duration:.5s;-o-animation-duration:.5s;animation-duration:.5s;}@-webkit-keyframes lightSpeedOut{0%{-webkit-transform:translateX(0) skewX(0);opacity:1;}100%{-webkit-transform:translateX(100%) skewX(-30deg);opacity:0;}}@-moz-keyframes lightSpeedOut{0%{-moz-transform:translateX(0) skewX(0);opacity:1;}100%{-moz-transform:translateX(100%) skewX(-30deg);opacity:0;}}@-o-keyframes lightSpeedOut{0%{-o-transform:translateX(0) skewX(0);opacity:1;}100%{-o-transform:translateX(100%) skewX(-30deg);opacity:0;}}@keyframes lightSpeedOut{0%{transform:translateX(0) skewX(0);opacity:1;}100%{transform:translateX(100%) skewX(-30deg);opacity:0;}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;-moz-animation-name:lightSpeedOut;-o-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;-moz-animation-timing-function:ease-in;-o-animation-timing-function:ease-in;animation-timing-function:ease-in;}.animated.lightSpeedOut{-webkit-animation-duration:.25s;-moz-animation-duration:.25s;-o-animation-duration:.25s;animation-duration:.25s;}@-webkit-keyframes wiggle{0%{-webkit-transform:skewX(9deg);}10%{-webkit-transform:skewX(-8deg);}20%{-webkit-transform:skewX(7deg);}30%{-webkit-transform:skewX(-6deg);}40%{-webkit-transform:skewX(5deg);}50%{-webkit-transform:skewX(-4deg);}60%{-webkit-transform:skewX(3deg);}70%{-webkit-transform:skewX(-2deg);}80%{-webkit-transform:skewX(1deg);}90%{-webkit-transform:skewX(0);}100%{-webkit-transform:skewX(0);}}@-moz-keyframes wiggle{0%{-moz-transform:skewX(9deg);}10%{-moz-transform:skewX(-8deg);}20%{-moz-transform:skewX(7deg);}30%{-moz-transform:skewX(-6deg);}40%{-moz-transform:skewX(5deg);}50%{-moz-transform:skewX(-4deg);}60%{-moz-transform:skewX(3deg);}70%{-moz-transform:skewX(-2deg);}80%{-moz-transform:skewX(1deg);}90%{-moz-transform:skewX(0);}100%{-moz-transform:skewX(0);}}@-o-keyframes wiggle{0%{-o-transform:skewX(9deg);}10%{-o-transform:skewX(-8deg);}20%{-o-transform:skewX(7deg);}30%{-o-transform:skewX(-6deg);}40%{-o-transform:skewX(5deg);}50%{-o-transform:skewX(-4deg);}60%{-o-transform:skewX(3deg);}70%{-o-transform:skewX(-2deg);}80%{-o-transform:skewX(1deg);}90%{-o-transform:skewX(0);}100%{-o-transform:skewX(0);}}@keyframes wiggle{0%{transform:skewX(9deg);}10%{transform:skewX(-8deg);}20%{transform:skewX(7deg);}30%{transform:skewX(-6deg);}40%{transform:skewX(5deg);}50%{transform:skewX(-4deg);}60%{transform:skewX(3deg);}70%{transform:skewX(-2deg);}80%{transform:skewX(1deg);}90%{transform:skewX(0);}100%{transform:skewX(0);}}.wiggle{-webkit-animation-name:wiggle;-moz-animation-name:wiggle;-o-animation-name:wiggle;animation-name:wiggle;-webkit-animation-timing-function:ease-in;-moz-animation-timing-function:ease-in;-o-animation-timing-function:ease-in;animation-timing-function:ease-in;}.animated.wiggle{-webkit-animation-duration:.75s;-moz-animation-duration:.75s;-o-animation-duration:.75s;animation-duration:.75s;}.dtq-business-hour-day,.dtq-business-hour-hour{line-height:1;}.dtq-business-hour-child{border-style:solid;}.dtq-business-hour-title{border-style:solid;}.dtq-business-hour-title h2{margin:0;padding:0;font-size:26px;}.dtq-business-hour-day,.dtq-business-hour-time{font-size:14px;}.ba_business_hour .dtq-business-hour .dtq-business-hour-content .ba_business_hour_child:last-child{margin-bottom:0 !important;}.ba_business_hour .dtq-business-hour .dtq-business-hour-content .ba_business_hour_child:last-child:after{display:none;opacity:0;}.ba_business_hour_child{position:relative;}.ba_business_hour_child:after{width:100%;left:0;}.dtq-business-hour-child{display:flex;justify-content:space-between;align-items:center;}.dtq-business-hour-separator{flex:1 1;}.dtq-image-compare .twentytwenty-horizontal .twentytwenty-handle:after,.dtq-image-compare .twentytwenty-horizontal .twentytwenty-handle:before,.dtq-image-compare .twentytwenty-vertical .twentytwenty-handle:after,.dtq-image-compare .twentytwenty-vertical .twentytwenty-handle:before{content:" ";display:block;position:absolute;z-index:30;-webkit-box-shadow:0 0 12px rgba(51,51,51,.5);-moz-box-shadow:0 0 12px rgba(51,51,51,.5);box-shadow:0 0 12px rgba(51,51,51,.5);}.dtq-image-compare .twentytwenty-horizontal .twentytwenty-handle:after,.dtq-image-compare .twentytwenty-horizontal .twentytwenty-handle:before{width:3px;height:9999px;left:50%;margin-left:-1.5px;}.dtq-image-compare .twentytwenty-vertical .twentytwenty-handle:after,.dtq-image-compare .twentytwenty-vertical .twentytwenty-handle:before{width:9999px;height:3px;top:50%;margin-top:-1.5px;}.dtq-image-compare .twentytwenty-overlay div:before{display:flex;align-items:center;justify-content:center;border-radius:4px;border:0 solid;}.dtq-image-compare .twentytwenty-after-label,.dtq-image-compare .twentytwenty-before-label,.dtq-image-compare .twentytwenty-overlay{position:absolute;top:0;width:100%;height:100%;}.dtq-image-compare .twentytwenty-after-label,.dtq-image-compare .twentytwenty-before-label,.dtq-image-compare .twentytwenty-overlay{-webkit-transition-duration:.5s;-moz-transition-duration:.5s;transition-duration:.5s;}.dtq-image-compare .twentytwenty-after-label,.dtq-image-compare .twentytwenty-before-label{-webkit-transition-property:opacity;-moz-transition-property:opacity;transition-property:opacity;}.dtq-image-compare .twentytwenty-after-label:before,.dtq-image-compare .twentytwenty-before-label:before{color:#fff;font-size:13px;letter-spacing:.1em;}.dtq-image-compare .twentytwenty-after-label:before,.dtq-image-compare .twentytwenty-before-label:before{position:absolute;background:rgba(255,255,255,.2);line-height:38px;padding:0 20px;}.dtq-image-compare .twentytwenty-horizontal .twentytwenty-after-label:before,.dtq-image-compare .twentytwenty-horizontal .twentytwenty-before-label:before{top:50%;transform:translateY(-50%);}.dtq-image-compare .twentytwenty-vertical .twentytwenty-after-label:before,.dtq-image-compare .twentytwenty-vertical .twentytwenty-before-label:before{left:50%;text-align:center;transform:translateX(-50%);}.dtq-image-compare .twentytwenty-down-arrow,.dtq-image-compare .twentytwenty-left-arrow,.dtq-image-compare .twentytwenty-right-arrow,.dtq-image-compare .twentytwenty-up-arrow{width:0;height:0;border:6px inset transparent;position:absolute;}.dtq-image-compare .twentytwenty-left-arrow,.dtq-image-compare .twentytwenty-right-arrow{top:50%;margin-top:-6px;}.dtq-image-compare .twentytwenty-down-arrow,.dtq-image-compare .twentytwenty-up-arrow{left:50%;margin-left:-6px;}.dtq-image-compare .twentytwenty-container{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;z-index:0;overflow:hidden;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;}.dtq-image-compare .twentytwenty-container img{max-width:100%;position:absolute;top:0;display:block;}.dtq-image-compare .twentytwenty-container.active .twentytwenty-overlay,.dtq-image-compare .twentytwenty-container.active :hover.twentytwenty-overlay{background:rgba(0,0,0,0);}.dtq-image-compare .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,.dtq-image-compare .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,.dtq-image-compare .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label,.dtq-image-compare .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label{opacity:0;}.dtq-image-compare .twentytwenty-container *{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;}.dtq-image-compare .twentytwenty-before-label:before{content:attr(data-content);}.dtq-image-compare .twentytwenty-after-label:before{content:attr(data-content);}.dtq-image-compare .twentytwenty-horizontal .twentytwenty-before-label:before{left:10px;}.dtq-image-compare .twentytwenty-horizontal .twentytwenty-after-label:before{right:10px;}.dtq-image-compare .twentytwenty-vertical .twentytwenty-before-label:before{top:10px;}.dtq-image-compare .twentytwenty-vertical .twentytwenty-after-label:before{bottom:10px;}.dtq-image-compare .twentytwenty-overlay{-webkit-transition-property:background;-moz-transition-property:background;transition-property:background;background:rgba(0,0,0,0);z-index:25;}.dtq-image-compare .twentytwenty-overlay:hover{background:rgba(0,0,0,.5);}.dtq-image-compare .twentytwenty-overlay:hover .twentytwenty-after-label{opacity:1;}.dtq-image-compare .twentytwenty-overlay:hover .twentytwenty-before-label{opacity:1;}.dtq-image-compare .twentytwenty-before{z-index:20;}.dtq-image-compare .twentytwenty-after{z-index:10;}.dtq-image-compare .twentytwenty-handle{height:38px;width:38px;position:absolute;left:50%;top:50%;margin-left:-22px;margin-top:-22px;-webkit-border-radius:1000px;-moz-border-radius:1000px;border-radius:1000px;-webkit-box-shadow:0 0 12px rgba(51,51,51,.5);-moz-box-shadow:0 0 12px rgba(51,51,51,.5);box-shadow:0 0 12px rgba(51,51,51,.5);z-index:40;cursor:pointer;}.dtq-image-compare .twentytwenty-horizontal .twentytwenty-handle:before{bottom:50%;margin-bottom:22px;}.dtq-image-compare .twentytwenty-horizontal .twentytwenty-handle:after{top:50%;margin-top:22px;}.dtq-image-compare .twentytwenty-vertical .twentytwenty-handle:before{left:50%;margin-left:22px;-webkit-box-shadow:3px 0 0 #fff,0 0 12px rgba(51,51,51,.5);-moz-box-shadow:3px 0 0 #fff,0 0 12px rgba(51,51,51,.5);box-shadow:3px 0 0 #fff,0 0 12px rgba(51,51,51,.5);}.dtq-image-compare .twentytwenty-vertical .twentytwenty-handle:after{right:50%;margin-right:22px;-webkit-box-shadow:-3px 0 0 #fff,0 0 12px rgba(51,51,51,.5);-moz-box-shadow:-3px 0 0 #fff,0 0 12px rgba(51,51,51,.5);box-shadow:-3px 0 0 #fff,0 0 12px rgba(51,51,51,.5);}.dtq-image-compare .twentytwenty-left-arrow{left:50%;margin-left:-17px;}.dtq-image-compare .twentytwenty-right-arrow{right:50%;margin-right:-17px;}.dtq-image-compare .twentytwenty-up-arrow{border-bottom:6px solid #fff;top:50%;margin-top:-17px;}.dtq-image-compare .twentytwenty-down-arrow{border-top:6px solid #fff;bottom:50%;margin-bottom:-17px;}.dtq-cf7-styler *{box-sizing:border-box;}.dtq-cf7-styler .wpcf7 form{position:relative;}.dtq-cf7-styler .wpcf7-form .wpcf7-submit{display:block !important;}.dtq-cf7-styler .wpcf7 form>div,.dtq-cf7-styler .wpcf7 form>p{margin-bottom:1rem;padding-bottom:0;}.dtq-cf7-styler .wpcf7 .dtq-cf7-styler .wpcf7-control-wrap{width:100%;display:block;}.dtq-cf7-styler .wpcf7 input:not([type=submit]):focus,.dtq-cf7-styler .wpcf7 select:focus,.dtq-cf7-styler .wpcf7 textarea:focus{border-color:#eaeaea;outline:0;box-shadow:none;}.dtq-cf7-styler .wpcf7 input:not([type=submit]):not([type=checkbox]):not([type=radio]),.dtq-cf7-styler .wpcf7 select,.dtq-cf7-styler .wpcf7 textarea{width:100%;max-width:100%;}.dtq-cf7-styler .wpcf7 input[type=file]{color:#666;height:auto;border-width:1px;border-style:solid;border-color:#eaeaea;background:#fafafa;box-shadow:none;transition:all .2s linear;border-radius:2px;box-sizing:border-box;}.dtq-cf7-styler.dtq-cf7-styler-cr .wpcf7 input[type=checkbox],.dtq-cf7-styler.dtq-cf7-styler-cr .wpcf7 input[type=radio]{display:inline-block;position:relative;visibility:hidden;clear:none;cursor:pointer;line-height:0;height:1.2em;margin:-3px 4px 0 0;outline:0;padding:0;border-radius:.2em;text-align:center;vertical-align:middle;width:1.4em;min-width:1.4em;transition:all .2s linear;}.dtq-cf7-styler input[type=range]{background:0 0 !important;border:none !important;padding-left:0 !important;padding-right:0 !important;}.dtq-cf7-styler.dtq-cf7-styler-cr .wpcf7-acceptance input[type=checkbox]+span:before,.dtq-cf7-styler.dtq-cf7-styler-cr .wpcf7-acceptance input[type=checkbox]:checked+span:before,.dtq-cf7-styler.dtq-cf7-styler-cr .wpcf7-checkbox input[type=checkbox]+span:before,.dtq-cf7-styler.dtq-cf7-styler-cr .wpcf7-checkbox input[type=checkbox]:checked+span:before,.dtq-cf7-styler.dtq-cf7-styler-cr .wpcf7-radio input[type=radio]+span:before{box-sizing:content-box;}.dtq-cf7-styler.dtq-cf7-styler-cr .wpcf7-acceptance input[type=checkbox],.dtq-cf7-styler.dtq-cf7-styler-cr .wpcf7-checkbox input[type=checkbox],.dtq-cf7-styler.dtq-cf7-styler-cr .wpcf7-radio input[type=radio]{display:none;}.dtq-cf7-styler.dtq-cf7-styler-cr .wpcf7-acceptance input[type=checkbox]+span:before,.dtq-cf7-styler.dtq-cf7-styler-cr .wpcf7-checkbox input[type=checkbox]+span:before,.dtq-cf7-styler.dtq-cf7-styler-cr .wpcf7-radio input[type=radio]:not(:checked)+span:before{background-color:#fff;}.dtq-cf7-styler.dtq-cf7-styler-cr .wpcf7-acceptance input[type=checkbox]+span:before,.dtq-cf7-styler.dtq-cf7-styler-cr .wpcf7-checkbox input[type=checkbox]+span:before,.dtq-cf7-styler.dtq-cf7-styler-cr .wpcf7-radio input[type=radio]+span:before{border-width:1px;border-style:solid;border-color:#d1d8de;width:14px;height:14px;}.dtq-cf7-styler.dtq-cf7-styler-cr .wpcf7-radio input[type=radio]:checked+span:before{box-shadow:inset 0 0 0 4px #fff;}.dtq-cf7-styler.dtq-cf7-styler-cr .wpcf7-radio input[type=radio]+span:before{-webkit-border-radius:100%;border-radius:100%;background-color:#d1d8de;}.dtq-cf7-styler.dtq-cf7-styler-cr .wpcf7-acceptance input[type=checkbox]+span:before,.dtq-cf7-styler.dtq-cf7-styler-cr .wpcf7-checkbox input[type=checkbox]+span:before,.dtq-cf7-styler.dtq-cf7-styler-cr .wpcf7-radio input[type=radio]+span:before{content:"";display:inline-block;vertical-align:middle;margin-right:10px;text-align:center;}.dtq-cf7-styler.dtq-cf7-styler-cr .wpcf7-acceptance input[type=checkbox]:checked+span:before,.dtq-cf7-styler.dtq-cf7-styler-cr .wpcf7-checkbox input[type=checkbox]:checked+span:before{content:"✔";line-height:1.2;}.dtq-cf7-styler-button-center input.wpcf7-form-control.wpcf7-submit,.dtq-cf7-styler-button-justify input.wpcf7-form-control.wpcf7-submit,.dtq-cf7-styler-button-left input.wpcf7-form-control.wpcf7-submit,.dtq-cf7-styler-button-right input.wpcf7-form-control.wpcf7-submit{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:-moz-box;display:flex;-js-display:flex;width:auto;}.dtq-cf7-styler .wpcf7 input[type=submit]{font-size:14px;font-size:16px;letter-spacing:.6px;width:auto;padding:10px 22px 10px 22px;-webkit-border-radius:3px;border-radius:3px;border-style:solid;border-color:#2ea3f2;color:#fff;background-color:#2ea3f2;-webkit-appearance:button;cursor:pointer;}.dtq-cf7-styler .wpcf7 div.wpcf7-response-output{margin:0;}.dtq-form-header{display:flex;align-items:center;}.dtq-form-header-icon,.dtq-form-header-image{position:relative;display:flex;flex:auto 0 0;align-items:center;justify-content:center;overflow:hidden;margin-right:20px;border-radius:50% 50%;}.dtq-form-header-title{font-size:32px;font-weight:600;}.dtq-form-header-text{margin-top:8px;opacity:.7;font-size:15px;}.dtq-cf7-styler-button-center .wpcf7-form button.wpcf7-submit,.dtq-cf7-styler-button-center .wpcf7-form input[type=submit]{margin-left:auto !important;margin-right:auto !important;}.dtq-cf7-styler-button-right .wpcf7-form button.wpcf7-submit,.dtq-cf7-styler-button-right .wpcf7-form input[type=submit]{margin-left:auto !important;}.dtq-cf7-styler-button-left .wpcf7-form button.wpcf7-submit,.dtq-cf7-styler-button-left .wpcf7-form input[type=submit]{margin-right:auto !important;}.dtq-cf7 .wpcf7 input[type=submit][disabled]{cursor:not-allowed;}.dtq-divider{display:flex;}.dtq-divider__text{margin-bottom:0;padding-bottom:0;}.dtq-divider__text span{display:block;}.dtq-divider__element i,.dtq-divider__element img{border-style:solid;}.dtq-divider__icon i{display:inline-block !important;}.dtq-divider__border{flex:1;}.dtq-divider__text{font-size:30px;line-height:1em;}.dtq-dual-btn{display:flex;width:100%;}.dtq-btn-wrap{position:relative;display:flex;}.dtq-btn__connector{display:flex;justify-content:center;align-items:center;}.dtq-btn__connector--icon,.dtq-btn__connector--text{position:absolute;right:0;top:50%;transform:translateX(50%) translateY(-50%);z-index:99;}.btn-el{display:inline-block;}.dtq-flipbox-card-container{width:100%;height:100%;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;}.dtq-flipbox-card{-webkit-backface-visibility:hidden;backface-visibility:hidden;}.dtq-flipbox-front-card{position:absolute;top:0;left:0;z-index:99;width:100%;height:100%;-webkit-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.dtq-flipbox-card-inner{width:100%;}.dtq-flipbox-card-content{width:100%;padding:30px;}.dtq-flipbox-back-card{position:absolute;top:0;left:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;align-items:center;}.dtq-flipbox--flip .dtq-flipbox-card-container{position:relative;-webkit-perspective:1000px;perspective:1000px;}.dtq-flipbox--flip .dtq-flipbox-back-card,.dtq-flipbox--flip .dtq-flipbox-front-card{height:100%;top:0;right:0;left:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px;}.dtq-flipbox--flip .dtq-flipbox-front-card{position:relative;bottom:0;z-index:10;}.dtq-flipbox--flip .dtq-flipbox-back-card{position:absolute;z-index:-1;padding:30px;}.dtq-flipbox--flip.dtq-flip-right .dtq-flipbox-front-card{-webkit-transform:rotateY(0);transform:rotateY(0);}.dtq-flipbox--flip.dtq-flip-right .dtq-flipbox-back-card{-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg);}.dtq-flipbox--flip.dtq-flip-right:hover .dtq-flipbox-back-card{-webkit-transform:rotateY(0);transform:rotateY(0);}.dtq-flipbox--flip.dtq-flip-right:hover .dtq-flipbox-front-card{-webkit-transform:rotateY(180deg);transform:rotateY(180deg);}.dtq-flipbox--flip.dtq-flip-left .dtq-flipbox-front-card{-webkit-transform:rotateY(0);transform:rotateY(0);}.dtq-flipbox--flip.dtq-flip-left .dtq-flipbox-back-card{-webkit-transform:rotateY(180deg);transform:rotateY(180deg);}.dtq-flipbox--flip.dtq-flip-left:hover .dtq-flipbox-back-card{-webkit-transform:rotateY(0);transform:rotateY(0);}.dtq-flipbox--flip.dtq-flip-left:hover .dtq-flipbox-front-card{-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg);}.dtq-flipbox--flip.dtq-flip-up .dtq-flipbox-front-card{-webkit-transform:rotateX(0);transform:rotateX(0);}.dtq-flipbox--flip.dtq-flip-up .dtq-flipbox-back-card{-webkit-transform:rotateX(-180deg);transform:rotateX(-180deg);}.dtq-flipbox--flip.dtq-flip-up:hover .dtq-flipbox-back-card{-webkit-transform:rotateX(0);transform:rotateX(0);}.dtq-flipbox--flip.dtq-flip-up:hover .dtq-flipbox-front-card{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);}.dtq-flipbox--flip.dtq-flip-down .dtq-flipbox-front-card{-webkit-transform:rotateX(0);transform:rotateX(0);}.dtq-flipbox--flip.dtq-flip-down .dtq-flipbox-back-card{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);}.dtq-flipbox--flip.dtq-flip-down:hover .dtq-flipbox-back-card{-webkit-transform:rotateX(0);transform:rotateX(0);}.dtq-flipbox--flip.dtq-flip-down:hover .dtq-flipbox-front-card{-webkit-transform:rotateX(-180deg);transform:rotateX(-180deg);}.dtq-flipbox--flip:hover .dtq-flipbox-front-card{z-index:-1;}.dtq-flipbox--flip:hover .dtq-flipbox-back-card{z-index:1;}.dtq-flipbox-subtitle-back,.dtq-flipbox-subtitle-front,.dtq-flipbox-title-back,.dtq-flipbox-title-front{margin-bottom:0;padding-bottom:0;}.dtq-flipbox-figure-back .dtq-flipbox-icon,.dtq-flipbox-figure-front .dtq-flipbox-icon{display:flex;align-items:center;justify-content:center;height:100%;width:100%;}.dtq-flipbox-figure-back,.dtq-flipbox-figure-front{border-style:solid;display:inline-block;}.dtq-flipbox-figure-back img,.dtq-flipbox-figure-front img{width:100%;object-fit:cover;}.dtq-flipbox-card{border-style:solid;}.dtq-flipbox--flip.dtq-flipbox-3d .dtq-flipbox-back-card,.dtq-flipbox--flip.dtq-flipbox-3d .dtq-flipbox-front-card{-webkit-transform-style:preserve-3d;transform-style:preserve-3d;}.dtq-flipbox--flip.dtq-flipbox-3d .dtq-flipbox-card-inner{-webkit-transform:translateZ(50px) scale(.9);transform:translateZ(50px) scale(.9);}.dtq-flipbox--flip.dtq-flipbox-3d .dtq-flipbox-card-container{-webkit-transform-style:preserve-3d;transform-style:preserve-3d;}.dtq-flipbox--push,.dtq-flipbox--slide{overflow:hidden;position:relative;}.dtq-flipbox--slide .dtq-flipbox-back-card{z-index:9999;}.dtq-flipbox--push.dtq-push-up .dtq-flipbox-back-card,.dtq-flipbox--slide.dtq-slide-up .dtq-flipbox-back-card{top:100%;}.dtq-flipbox--push.dtq-push-up:hover .dtq-flipbox-back-card,.dtq-flipbox--slide.dtq-slide-up:hover .dtq-flipbox-back-card{top:0;}.dtq-flipbox--push.dtq-push-up:hover .dtq-flipbox-front-card{top:-100%;}.dtq-flipbox--push.dtq-push-down .dtq-flipbox-back-card,.dtq-flipbox--slide.dtq-slide-down .dtq-flipbox-back-card{top:-100%;}.dtq-flipbox--push.dtq-push-down:hover .dtq-flipbox-back-card,.dtq-flipbox--slide.dtq-slide-down:hover .dtq-flipbox-back-card{top:0;}.dtq-flipbox--push.dtq-push-down:hover .dtq-flipbox-front-card{top:100%;}.dtq-flipbox--push.dtq-push-left .dtq-flipbox-back-card,.dtq-flipbox--slide.dtq-slide-left .dtq-flipbox-back-card{left:100%;}.dtq-flipbox--push.dtq-push-left:hover .dtq-flipbox-back-card,.dtq-flipbox--slide.dtq-slide-left:hover .dtq-flipbox-back-card{left:0;}.dtq-flipbox--push.dtq-push-left:hover .dtq-flipbox-front-card{left:-100%;}.dtq-flipbox--push.dtq-push-right .dtq-flipbox-back-card,.dtq-flipbox--slide.dtq-slide-right .dtq-flipbox-back-card{left:-100%;}.dtq-flipbox--push.dtq-push-right:hover .dtq-flipbox-back-card,.dtq-flipbox--slide.dtq-slide-right:hover .dtq-flipbox-back-card{left:0;}.dtq-flipbox--push.dtq-push-right:hover .dtq-flipbox-front-card{left:100%;}.dtq-flipbox--fade .dtq-flipbox-back-card{z-index:999;opacity:0;}.dtq-flipbox--fade:hover .dtq-flipbox-back-card{opacity:1;}.dtq-flipbox--zoom_in .dtq-flipbox-back-card{z-index:999;opacity:0;transform:scale(.3);}.dtq-flipbox--zoom_in:hover .dtq-flipbox-back-card{opacity:1;transform:scale(1);}.dtq-flipbox--zoom_out .dtq-flipbox-front-card{z-index:999;transform:scale(1);}.dtq-flipbox--zoom_out:hover .dtq-flipbox-front-card{opacity:0;transform:scale(0);pointer-events:none;}.dtq-flipbox--rotate_3d .dtq-flipbox-inner{position:relative;-webkit-perspective:400px;-moz-perspective:400px;-ms-perspective:400px;-o-perspective:400px;perspective:400px;}.dtq-flipbox--rotate_3d .dtq-flipbox-inner .dtq-flipbox-card-container{position:absolute;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;transition-property:transform;-webkit-transition-duration:1s;-moz-transition-duration:1s;-o-transition-duration:1s;transition-duration:1s;-webkit-transition-timing-function:ease-in-out;-moz-transition-timing-function:ease-in-out;-o-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;-o-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:translateZ(-75px);-moz-transform:translateZ(-75px);-ms-transform:translateZ(-75px);-o-transform:translateZ(-75px);transform:translateZ(-75px);}.dtq-flipbox--rotate_3d .dtq-flipbox-inner .dtq-flipbox-card-container:hover{-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;transition-property:transform;-webkit-transition-duration:.5s;-moz-transition-duration:.5s;-o-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:ease-in-out;-moz-transition-timing-function:ease-in-out;-o-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;-webkit-transform:translateZ(-75px) rotateY(180deg);-moz-transform:translateZ(-75px) rotateY(180deg);-ms-transform:translateZ(-75px) rotateY(180deg);-o-transform:translateZ(-75px) rotateY(180deg);transform:translateZ(-75px) rotateY(180deg);}.dtq-flipbox--rotate_3d .dtq-flipbox-inner .dtq-flipbox-front-card{z-index:1;-webkit-transform:rotateY(0) translateZ(75px);-moz-transform:rotateY(0) translateZ(75px);-ms-transform:rotateY(0) translateZ(75px);-o-transform:rotateY(0) translateZ(75px);transform:rotateY(0) translateZ(75px);}.dtq-flipbox--rotate_3d .dtq-flipbox-inner .dtq-flipbox-back-card{z-index:0;-webkit-transform:rotateY(180deg) translateZ(75px);-moz-transform:rotateY(180deg) translateZ(75px);-ms-transform:rotateY(180deg) translateZ(75px);-o-transform:rotateY(180deg) translateZ(75px);transform:rotateY(180deg) translateZ(75px);}.dtq-flipbox--rotate_3d .dtq-flipbox-inner .dtq-flank{width:150px;height:100%;left:75px;-webkit-transform:rotateY(-90deg) translateZ(150px);-moz-transform:rotateY(-90deg) translateZ(150px);-ms-transform:rotateY(-90deg) translateZ(150px);-o-transform:rotateY(-90deg) translateZ(150px);transform:rotateY(-90deg) translateZ(150px);display:block;overflow:hidden;position:absolute;}.dtq-flipbox--rotate_3d.dtq-rotate_3d-v .dtq-flipbox-inner .dtq-flipbox-card-container:hover{-webkit-transform:translateZ(-75px) rotateX(180deg);-moz-transform:translateZ(-75px) rotateX(180deg);-ms-transform:translateZ(-75px) rotateX(180deg);-o-transform:translateZ(-75px) rotateX(180deg);transform:translateZ(-75px) rotateX(180deg);}.dtq-flipbox--rotate_3d.dtq-rotate_3d-v .dtq-flipbox-inner .dtq-flipbox-back-card{-webkit-transform:rotateX(180deg) translateZ(75px);-moz-transform:rotateX(180deg) translateZ(75px);-ms-transform:rotateX(180deg) translateZ(75px);-o-transform:rotateX(180deg) translateZ(75px);transform:rotateX(180deg) translateZ(75px);}.dtq-flipbox--rotate_3d.dtq-rotate_3d-v .dtq-flipbox-inner .dtq-flank{width:100%;height:150px;left:0;top:25px;}.dtq-flipbox--rotate_3d .dtq-flipbox-inner .dtq-flipbox-card,.dtq-flipbox-card-container{height:100%;width:100%;position:absolute;}.dtq-flipbox--open_up .dtq-flipbox-card-container{perspective:800px;}.dtq-flipbox--open_up .dtq-flipbox-front-card{transform-origin:top left;}.dtq-flipbox--open_up:hover .dtq-flipbox-front-card{transform:rotateX(77deg);}.dtq-flipbox--diagonal.dtq-diagonal-right .dtq-flipbox-back-card{-webkit-transform:rotate3d(-1,1,0,180deg);transform:rotate3d(-1,1,0,180deg);}.dtq-flipbox--diagonal.dtq-diagonal-left .dtq-flipbox-back-card{-webkit-transform:rotate3d(1,1,0,180deg);transform:rotate3d(1,-1,0,180deg);}.dtq-flipbox--diagonal.dtq-diagonal-right:hover .dtq-flipbox-card-container{-webkit-transform:rotate3d(-1,1,0,180deg);transform:rotate3d(-1,1,0,180deg);}.dtq-flipbox--diagonal.dtq-diagonal-left:hover .dtq-flipbox-card-container{-webkit-transform:rotate3d(1,-1,0,180deg);transform:rotate3d(1,-1,0,180deg);}.dtq-flipbox--shake .dtq-flipbox-inner{perspective:1500px;}.dtq-flipbox--shake .dtq-flipbox-card-container .dtq-flipbox-back-card{transform:rotateY(180deg);}.dtq-flipbox--shake:hover .dtq-flipbox-card-container{transform:rotateX(180deg) rotateZ(180deg);}.dtq-iconbox{position:relative;display:block;color:initial;}.dtq-iconbox-inner{border-style:solid;}.dtq-iconbox__icon-wrap{display:flex;}.dtq-iconbox__icon{display:flex;align-items:center;align-items:center;justify-content:center;justify-content:center;transition:.2s all ease;border-style:solid;font-style:normal;}.dtq-iconbox__icon i{font-style:normal;}.dtq-iconbox__icon img{transform-origin:center;display:inline-block;transition:.2s all ease;vertical-align:middle;object-fit:contain;width:100%;height:100%;}.dtq-iconbox__badge{position:absolute;border-style:solid;}.dtq-iconbox__desc{font-size:14px;}.dtq-carousel .slick-arrow{z-index:999;}.dtq-image-carousel-item figure img{width:100%;}.dtq-image-carousel-item figure{position:relative;}.dtq-image-carousel-item{position:relative;border-style:solid;}.dtq-image-carousel .content--absolute{position:absolute;bottom:0;left:0;height:100%;width:100%;display:flex;flex-direction:column;z-index:99;pointer-events:none !important;}.dtq-image-carousel-item .content .content-inner{border-style:solid;}.dtq-image-carousel-item .content--absolute *{position:relative;}.ba_image_carousel_child{overflow:hidden !important;}.dtq-image-carousel-item .dtq-image-subtitle{padding-bottom:0;margin-bottom:0;}.dtq-info-box .dtq-info-box-figure{overflow:hidden;position:relative;}.dtq-info-box .dtq-info-box-figure img{transition:.3s;width:100%;vertical-align:middle;}.dtq-info-box .dtq-info-box-figure{display:inline-block;vertical-align:middle;}.dtq-info-box-icon{transition:.2s all ease !important;display:flex;justify-content:center;align-items:center;}.dtq-info-box .dtq-content-video,.dtq-info-box .dtq-info-box-figure,.dtq-info-box .dtq-info-box-icon{border-style:solid;}.dtq-mce-content h1,.dtq-mce-content h2,.dtq-mce-content h3,.dtq-mce-content h4,.dtq-mce-content h5,.dtq-mce-content h6,.dtq-mce-content p{color:inherit !important;}.fluid-video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;}.dtq-content-video{border-style:solid;}.dtq-card{display:flex;overflow:initial !important;color:inherit;position:relative;}.dtq-card-content{flex:1 1;}.dtq-module .dtq-card-title{font-size:22px;}.dtq-card-icon{border-style:solid;}.dtq-card-figure{position:relative;}.use-icon-on .dtq-card-figure{display:inline-block;}.dtq-card-figure img{transition:.2s cubic-bezier(.95,.05,.795,.035);border-style:solid;}.dtq-card-figure{position:relative;}.dtq-card img{vertical-align:middle;}.dtq-card-icon{display:inline-block;}.dtq-card-badge{font-size:13px;border-style:solid;white-space:nowrap;}.dtq-card .dtq-card-title{margin-bottom:0;}.dtq-card-desc p:empty{display:none;}.dtq-alert{display:flex;}.dtq-alert-content{flex:1 1;}.dtq-alert-icon{border-style:solid;}.dtq-alert-icon i{font-style:normal !important;}.dtq-alert-dismiss{cursor:pointer;}.dtq-alert-title{line-height:1.7em;}.dtq-alert-desc{font-size:14px;}.dtq-alert .dtq-et-icon:before{display:none !important;}.ba_logo_carousel_child,.dtq-logo-carousel-item{overflow:hidden;}.ba_logo_carousel_child>div{width:100%;text-align:center;}.ba_logo_carousel_child div img{display:inline-block !important;}.dtq-logo-carousel-item img{vertical-align:middle;transition:.2s ease;}.zoom_in .dtq-logo-carousel-item:hover img{transform:scale(1.1);}.zoom_out .dtq-logo-carousel-item:hover img{transform:scale(.9);}.fade .dtq-logo-carousel-item:hover img{opacity:.65;}.black_n_white .dtq-logo-carousel-item:hover img{filter:grayscale(100%);}.ba_logo_carousel_child{display:flex !important;align-items:center;justify-content:center;width:100%;}.dtq-logo-grid{display:flex;list-style:none;padding:0;flex-wrap:wrap;}.ba_logo_grid_child *{height:100%;}.ba_logo_grid_child{transition:.2s ease;}.ba_logo_grid_child figure{margin:0;text-align:center;height:100%;}.dtq-logo-grid__item a{display:block;height:100%;}.dtq-logo-grid__item img{vertical-align:middle;transition:.2s ease;object-fit:contain;display:block;margin-left:auto;margin-right:auto;}.zoom_in .dtq-logo-grid__item:hover img{transform:scale(1.2);}.zoom_out .dtq-logo-grid__item:hover img{transform:scale(.8);}.fade .dtq-logo-grid__item:hover img{opacity:.65;}.black_n_white .dtq-logo-grid__item:hover img{filter:grayscale(100%);}.dtq-logo-grid .et_pb_module{margin-bottom:0 !important;}.dtq-logo-grid__item{background-size:cover;background-position:center;background-repeat:no-repeat;border-style:solid;}.tippy-touch{cursor:pointer !important;}.tippy-notransition{transition:none !important;}.tippy-popper{max-width:400px;-webkit-perspective:800px;perspective:800px;z-index:9999;outline:0;transition-timing-function:cubic-bezier(.165,.84,.44,1);pointer-events:none;}.tippy-popper.html-template{max-width:96%;max-width:calc(100% - 20px);}.tippy-popper[x-placement^=top] [x-arrow]{border-top:7px solid #333;border-right:7px solid transparent;border-left:7px solid transparent;bottom:-7px;margin:0 9px;}.tippy-popper[x-placement^=top] [x-arrow].arrow-small{border-top:5px solid #333;border-right:5px solid transparent;border-left:5px solid transparent;bottom:-5px;}.tippy-popper[x-placement^=top] [x-arrow].arrow-big{border-top:10px solid #333;border-right:10px solid transparent;border-left:10px solid transparent;bottom:-10px;}.tippy-popper[x-placement^=top] [x-circle]{-webkit-transform-origin:0 33%;transform-origin:0 33%;}.tippy-popper[x-placement^=top] [x-circle].enter{-webkit-transform:scale(1) translate(-50%,-55%);transform:scale(1) translate(-50%,-55%);opacity:1;}.tippy-popper[x-placement^=top] [x-circle].leave{-webkit-transform:scale(.15) translate(-50%,-50%);transform:scale(.15) translate(-50%,-50%);opacity:0;}.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-circle]{background-color:#fff;}.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow]{border-top:7px solid #fff;border-right:7px solid transparent;border-left:7px solid transparent;}.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow].arrow-small{border-top:5px solid #fff;border-right:5px solid transparent;border-left:5px solid transparent;}.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow].arrow-big{border-top:10px solid #fff;border-right:10px solid transparent;border-left:10px solid transparent;}.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-circle]{background-color:rgba(0,0,0,.7);}.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow]{border-top:7px solid rgba(0,0,0,.7);border-right:7px solid transparent;border-left:7px solid transparent;}.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow].arrow-small{border-top:5px solid rgba(0,0,0,.7);border-right:5px solid transparent;border-left:5px solid transparent;}.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow].arrow-big{border-top:10px solid rgba(0,0,0,.7);border-right:10px solid transparent;border-left:10px solid transparent;}.tippy-popper[x-placement^=top] [data-animation=perspective]{-webkit-transform-origin:bottom;transform-origin:bottom;}.tippy-popper[x-placement^=top] [data-animation=perspective].enter{opacity:1;-webkit-transform:translateY(-10px) rotateX(0);transform:translateY(-10px) rotateX(0);}.tippy-popper[x-placement^=top] [data-animation=perspective].leave{opacity:0;-webkit-transform:translateY(0) rotateX(90deg);transform:translateY(0) rotateX(90deg);}.tippy-popper[x-placement^=top] [data-animation=fade].enter{opacity:1;-webkit-transform:translateY(-10px);transform:translateY(-10px);}.tippy-popper[x-placement^=top] [data-animation=fade].leave{opacity:0;-webkit-transform:translateY(-10px);transform:translateY(-10px);}.tippy-popper[x-placement^=top] [data-animation=shift].enter{opacity:1;-webkit-transform:translateY(-10px);transform:translateY(-10px);}.tippy-popper[x-placement^=top] [data-animation=shift].leave{opacity:0;-webkit-transform:translateY(0);transform:translateY(0);}.tippy-popper[x-placement^=top] [data-animation=scale].enter{opacity:1;-webkit-transform:translateY(-10px) scale(1);transform:translateY(-10px) scale(1);}.tippy-popper[x-placement^=top] [data-animation=scale].leave{opacity:0;-webkit-transform:translateY(0) scale(0);transform:translateY(0) scale(0);}.tippy-popper[x-placement^=bottom] [x-arrow]{border-bottom:7px solid #333;border-right:7px solid transparent;border-left:7px solid transparent;top:-7px;margin:0 9px;}.tippy-popper[x-placement^=bottom] [x-arrow].arrow-small{border-bottom:5px solid #333;border-right:5px solid transparent;border-left:5px solid transparent;top:-5px;}.tippy-popper[x-placement^=bottom] [x-arrow].arrow-big{border-bottom:10px solid #333;border-right:10px solid transparent;border-left:10px solid transparent;top:-10px;}.tippy-popper[x-placement^=bottom] [x-circle]{-webkit-transform-origin:0 -50%;transform-origin:0 -50%;}.tippy-popper[x-placement^=bottom] [x-circle].enter{-webkit-transform:scale(1) translate(-50%,-45%);transform:scale(1) translate(-50%,-45%);opacity:1;}.tippy-popper[x-placement^=bottom] [x-circle].leave{-webkit-transform:scale(.15) translate(-50%,-5%);transform:scale(.15) translate(-50%,-5%);opacity:0;}.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-circle]{background-color:#fff;}.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow]{border-bottom:7px solid #fff;border-right:7px solid transparent;border-left:7px solid transparent;}.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow].arrow-small{border-bottom:5px solid #fff;border-right:5px solid transparent;border-left:5px solid transparent;}.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow].arrow-big{border-bottom:10px solid #fff;border-right:10px solid transparent;border-left:10px solid transparent;}.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-circle]{background-color:rgba(0,0,0,.7);}.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow]{border-bottom:7px solid rgba(0,0,0,.7);border-right:7px solid transparent;border-left:7px solid transparent;}.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow].arrow-small{border-bottom:5px solid rgba(0,0,0,.7);border-right:5px solid transparent;border-left:5px solid transparent;}.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow].arrow-big{border-bottom:10px solid rgba(0,0,0,.7);border-right:10px solid transparent;border-left:10px solid transparent;}.tippy-popper[x-placement^=bottom] [data-animation=perspective]{-webkit-transform-origin:top;transform-origin:top;}.tippy-popper[x-placement^=bottom] [data-animation=perspective].enter{opacity:1;-webkit-transform:translateY(10px) rotateX(0);transform:translateY(10px) rotateX(0);}.tippy-popper[x-placement^=bottom] [data-animation=perspective].leave{opacity:0;-webkit-transform:translateY(0) rotateX(-90deg);transform:translateY(0) rotateX(-90deg);}.tippy-popper[x-placement^=bottom] [data-animation=fade].enter{opacity:1;-webkit-transform:translateY(10px);transform:translateY(10px);}.tippy-popper[x-placement^=bottom] [data-animation=fade].leave{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px);}.tippy-popper[x-placement^=bottom] [data-animation=shift].enter{opacity:1;-webkit-transform:translateY(10px);transform:translateY(10px);}.tippy-popper[x-placement^=bottom] [data-animation=shift].leave{opacity:0;-webkit-transform:translateY(0);transform:translateY(0);}.tippy-popper[x-placement^=bottom] [data-animation=scale].enter{opacity:1;-webkit-transform:translateY(10px) scale(1);transform:translateY(10px) scale(1);}.tippy-popper[x-placement^=bottom] [data-animation=scale].leave{opacity:0;-webkit-transform:translateY(0) scale(0);transform:translateY(0) scale(0);}.tippy-popper[x-placement^=left] [x-arrow]{border-left:7px solid #333;border-top:7px solid transparent;border-bottom:7px solid transparent;right:-7px;margin:6px 0;}.tippy-popper[x-placement^=left] [x-arrow].arrow-small{border-left:5px solid #333;border-top:5px solid transparent;border-bottom:5px solid transparent;right:-5px;}.tippy-popper[x-placement^=left] [x-arrow].arrow-big{border-left:10px solid #333;border-top:10px solid transparent;border-bottom:10px solid transparent;right:-10px;}.tippy-popper[x-placement^=left] [x-circle]{-webkit-transform-origin:50% 0;transform-origin:50% 0;}.tippy-popper[x-placement^=left] [x-circle].enter{-webkit-transform:scale(1) translate(-50%,-50%);transform:scale(1) translate(-50%,-50%);opacity:1;}.tippy-popper[x-placement^=left] [x-circle].leave{-webkit-transform:scale(.15) translate(-50%,-50%);transform:scale(.15) translate(-50%,-50%);opacity:0;}.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-circle]{background-color:#fff;}.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow]{border-left:7px solid #fff;border-top:7px solid transparent;border-bottom:7px solid transparent;}.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-small{border-left:5px solid #fff;border-top:5px solid transparent;border-bottom:5px solid transparent;}.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-big{border-left:10px solid #fff;border-top:10px solid transparent;border-bottom:10px solid transparent;}.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-circle]{background-color:rgba(0,0,0,.7);}.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow]{border-left:7px solid rgba(0,0,0,.7);border-top:7px solid transparent;border-bottom:7px solid transparent;}.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-small{border-left:5px solid rgba(0,0,0,.7);border-top:5px solid transparent;border-bottom:5px solid transparent;}.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-big{border-left:10px solid rgba(0,0,0,.7);border-top:10px solid transparent;border-bottom:10px solid transparent;}.tippy-popper[x-placement^=left] [data-animation=perspective]{-webkit-transform-origin:right;transform-origin:right;}.tippy-popper[x-placement^=left] [data-animation=perspective].enter{opacity:1;-webkit-transform:translateX(-10px) rotateY(0);transform:translateX(-10px) rotateY(0);}.tippy-popper[x-placement^=left] [data-animation=perspective].leave{opacity:0;-webkit-transform:translateX(0) rotateY(-90deg);transform:translateX(0) rotateY(-90deg);}.tippy-popper[x-placement^=left] [data-animation=fade].enter{opacity:1;-webkit-transform:translateX(-10px);transform:translateX(-10px);}.tippy-popper[x-placement^=left] [data-animation=fade].leave{opacity:0;-webkit-transform:translateX(-10px);transform:translateX(-10px);}.tippy-popper[x-placement^=left] [data-animation=shift].enter{opacity:1;-webkit-transform:translateX(-10px);transform:translateX(-10px);}.tippy-popper[x-placement^=left] [data-animation=shift].leave{opacity:0;-webkit-transform:translateX(0);transform:translateX(0);}.tippy-popper[x-placement^=left] [data-animation=scale].enter{opacity:1;-webkit-transform:translateX(-10px) scale(1);transform:translateX(-10px) scale(1);}.tippy-popper[x-placement^=left] [data-animation=scale].leave{opacity:0;-webkit-transform:translateX(0) scale(0);transform:translateX(0) scale(0);}.tippy-popper[x-placement^=right] [x-arrow]{border-right:7px solid #333;border-top:7px solid transparent;border-bottom:7px solid transparent;left:-7px;margin:6px 0;}.tippy-popper[x-placement^=right] [x-arrow].arrow-small{border-right:5px solid #333;border-top:5px solid transparent;border-bottom:5px solid transparent;left:-5px;}.tippy-popper[x-placement^=right] [x-arrow].arrow-big{border-right:10px solid #333;border-top:10px solid transparent;border-bottom:10px solid transparent;left:-10px;}.tippy-popper[x-placement^=right] [x-circle]{-webkit-transform-origin:-50% 0;transform-origin:-50% 0;}.tippy-popper[x-placement^=right] [x-circle].enter{-webkit-transform:scale(1) translate(-50%,-50%);transform:scale(1) translate(-50%,-50%);opacity:1;}.tippy-popper[x-placement^=right] [x-circle].leave{-webkit-transform:scale(.15) translate(-50%,-50%);transform:scale(.15) translate(-50%,-50%);opacity:0;}.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-circle]{background-color:#fff;}.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow]{border-right:7px solid #fff;border-top:7px solid transparent;border-bottom:7px solid transparent;}.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-small{border-right:5px solid #fff;border-top:5px solid transparent;border-bottom:5px solid transparent;}.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-big{border-right:10px solid #fff;border-top:10px solid transparent;border-bottom:10px solid transparent;}.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-circle]{background-color:rgba(0,0,0,.7);}.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow]{border-right:7px solid rgba(0,0,0,.7);border-top:7px solid transparent;border-bottom:7px solid transparent;}.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-small{border-right:5px solid rgba(0,0,0,.7);border-top:5px solid transparent;border-bottom:5px solid transparent;}.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-big{border-right:10px solid rgba(0,0,0,.7);border-top:10px solid transparent;border-bottom:10px solid transparent;}.tippy-popper[x-placement^=right] [data-animation=perspective]{-webkit-transform-origin:left;transform-origin:left;}.tippy-popper[x-placement^=right] [data-animation=perspective].enter{opacity:1;-webkit-transform:translateX(10px) rotateY(0);transform:translateX(10px) rotateY(0);}.tippy-popper[x-placement^=right] [data-animation=perspective].leave{opacity:0;-webkit-transform:translateX(0) rotateY(90deg);transform:translateX(0) rotateY(90deg);}.tippy-popper[x-placement^=right] [data-animation=fade].enter{opacity:1;-webkit-transform:translateX(10px);transform:translateX(10px);}.tippy-popper[x-placement^=right] [data-animation=fade].leave{opacity:0;-webkit-transform:translateX(10px);transform:translateX(10px);}.tippy-popper[x-placement^=right] [data-animation=shift].enter{opacity:1;-webkit-transform:translateX(10px);transform:translateX(10px);}.tippy-popper[x-placement^=right] [data-animation=shift].leave{opacity:0;-webkit-transform:translateX(0);transform:translateX(0);}.tippy-popper[x-placement^=right] [data-animation=scale].enter{opacity:1;-webkit-transform:translateX(10px) scale(1);transform:translateX(10px) scale(1);}.tippy-popper[x-placement^=right] [data-animation=scale].leave{opacity:0;-webkit-transform:translateX(0) scale(0);transform:translateX(0) scale(0);}.tippy-popper .tippy-tooltip.transparent-theme{background-color:rgba(0,0,0,.7);}.tippy-popper .tippy-tooltip.transparent-theme[data-animatefill]{background-color:transparent;}.tippy-popper .tippy-tooltip.light-theme{color:#26323d;box-shadow:0 4px 20px 4px rgba(0,20,60,.1),0 4px 80px -8px rgba(0,20,60,.2);background-color:#fff;}.tippy-popper .tippy-tooltip.light-theme[data-animatefill]{background-color:transparent;}.tippy-tooltip{position:relative;color:#fff;border-radius:4px;font-size:.95rem;padding:.4rem .8rem;text-align:center;will-change:transform;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#333;}.tippy-tooltip--small{padding:.25rem .5rem;font-size:.8rem;}.tippy-tooltip--big{padding:.6rem 1.2rem;font-size:1.2rem;}.tippy-tooltip[data-animatefill]{overflow:hidden;background-color:transparent;}.tippy-tooltip[data-interactive]{pointer-events:auto;}.tippy-tooltip[data-inertia]{transition-timing-function:cubic-bezier(.53,2,.36,.85);}.tippy-tooltip [x-arrow]{position:absolute;width:0;height:0;}.tippy-tooltip [x-circle]{position:absolute;will-change:transform;background-color:#333;border-radius:50%;width:130%;width:calc(110% + 2rem);left:50%;top:50%;z-index:-1;overflow:hidden;transition:all ease;}.tippy-tooltip [x-circle]:before{content:"";padding-top:90%;float:left;}@media (max-width:450px){.tippy-popper{max-width:96%;max-width:calc(100% - 20px);}}.tippy-box[data-theme=light]{color:#26323d;box-shadow:0 4px 20px 4px rgba(0,20,60,.1),0 4px 80px -8px rgba(0,20,60,.2);background-color:#fff;}.tippy-box,.tippy-tooltip{font-size:14px;padding:5px 10px !important;line-height:24px;}.tippy-content{position:relative;padding:0;z-index:1;}.tippy-box[data-theme=light] .tippy-arrow{color:#fff;}.dtq-news-tricker{position:relative;display:flex;align-items:center;}.dtq-news-title{color:#fff;font-size:16px;border-style:solid;}.dtq-news-tricker .dtq-news-wrap{white-space:nowrap;display:inline-block;padding:0 !important;list-style:none !important;margin-bottom:0 !important;}.dtq-news-tricker .dtq-news-wrap li{white-space:nowrap;display:inline-block;}.dtq-news-container{overflow:hidden;flex:1 1;min-height:5px;}@keyframes news-move{0%{transform:translateX(var(--width));}100%{transform:translateX(-101%);}}.ba_number .et_pb_module_inner{position:initial;}.dtq-number-text{font-size:26px;}.dtq-number-title h3{line-height:1.3em;font-size:22px;margin:0;padding:0;}.dtq-post-list.type-grid ul{display:flex;flex-wrap:wrap;}.dtq-post-list ul{list-style:none !important;}.dtq-post-list .dtq-post-list-thum{border-style:solid;display:inline-block;}.dtq-post-list .dtq-post-list-child-inner{border-style:solid;display:flex;height:100%;}.dtq-post-list .dtq-post-list-meta{display:flex;font-size:14px;}.dtq-post-list .dtq-separetor{margin:0 5px;}.dtq-post-list .dtq-post-list-title{padding-bottom:0;margin-bottom:0;}.dtq-post-list-title{font-size:20px;}.dtq-post-list-excerpt{font-size:14px;}.dtq-post-list-icon{display:flex;position:relative;top:5px;}.dtq-post-list .dtq-post-list-thumb img{object-fit:cover;height:auto;}.dtq-review{display:flex;}.dtq-stars-wrap{font-size:30px;position:relative;display:inline-block;line-height:.9;}.dtq-stars-wrap .dtq-star{display:inline-block;line-height:.9;}.dtq-stars-inact{white-space:nowrap;}.dtq-stars-act{position:absolute;left:0;top:0;width:var(--active-width);overflow:hidden;white-space:nowrap;}.dtq-ratings{display:flex;align-items:center;}.dtq-ratings-number{padding-top:5px;}.dtq-rating-figure{border-style:solid;position:relative;}.dtq-rating-star-desc{font-size:14px;}@media (max-width:767px){.dtq-review{display:block;}}.dtq-review-badge{font-size:13px;border-style:solid;white-space:nowrap;}.dtq-scroll-image{cursor:pointer;}.scroll-figure-wrap{position:relative;}.dtq-scroll-image-overlay{position:absolute;height:100%;width:100%;left:0;top:0;z-index:9;transition:.3s all ease-in-out;}.dtq-scroll-image-icon img{width:50px;}.dtq-scroll-image-icon{position:absolute;z-index:99;top:50%;left:50%;transform:translate(-50%,-50%);transition:.3s all ease-in-out;}.dtq-scroll-image:hover .dtq-scroll-image-icon,.dtq-scroll-image:hover .dtq-scroll-image-overlay{opacity:0;}@keyframes dtq-scroll-X{0%{-webkit-transform:translateX(0);transform:translateX(0);}100%{-webkit-transform:translateX(8px);transform:translateX(8px);}}@keyframes dtq-scroll-Y{0%{-webkit-transform:translateY(0);transform:translateY(0);}100%{-webkit-transform:translateY(8px);transform:translateY(8px);}}.ba_skill_bar .dtq-skill .ba_skill_bar_child:last-child{margin-bottom:0 !important;}.dtq-skillbar__inner__text{font-size:14px;}.dtq-skillbar{position:relative;}.dtq-skillbar__wrapper{background:#ddd;overflow:hidden;}.dtq-skillbar__inner{transition:.3s;white-space:nowrap;background-color:#5b2cff;}.dtq-skillbar__inner__text{display:flex;align-items:center;white-space:nowrap;}.dtq-skillbar__inner span{color:#fff;}.dtq-team{border-style:solid;}.dtq-team-content{border-style:solid;z-index:99;}.dtq-team figure .figure-wrap{overflow:hidden;height:100%;}.dtq-team figure{border-width:0;position:relative;}.dtq-team figure img{width:100%;max-width:100%;vertical-align:middle;transition:.3s;border-style:solid;}.dtq-team .dtq-team-social,.et-db #et-boc .dtq-team .dtq-team-social{list-style:none !important;padding-left:0;}.dtq-team .dtq-team-social{display:flex;padding-bottom:0;transition:.3s;margin-bottom:0;}.dtq-team .dtq-team-social li a span,.dtq-team .dtq-team-social li a svg{vertical-align:middle;line-height:1;}.dtq-team .dtq-team-social li a{display:flex;justify-content:center;align-items:center;transition:.3s;padding:3px;}.dtq-team .content-left{text-align:left;}.dtq-team .content-right{text-align:right;}.dtq-team .content-center{text-align:center;}.dtq-team .item-center{justify-content:center;}.dtq-team-content-bio,.dtq-team-content-job-title{font-size:14px;}h3.dtq-team-content-name{font-size:22px;}.dtq-team .item-right{justify-content:flex-end;}.dtq-team.hover_1{position:relative;}.dtq-team.hover_1 .dtq-team-content{position:absolute;bottom:50px;left:25px;width:calc(100% - 50px);opacity:0;}.dtq-team.hover_1:hover .dtq-team-content{bottom:25px;opacity:1;}.dtq-team.hover_2{position:relative;}.dtq-team.hover_2 .dtq-team-content{position:absolute;top:25px;left:25px;width:calc(100% - 50px);height:calc(100% - 50px);opacity:0;display:flex;flex-direction:column;justify-content:center;}.dtq-team.hover_2:hover .dtq-team-content{opacity:1;}.dtq-team.hover_3{position:relative;}.dtq-team.hover_3 .dtq-team-content{position:absolute;bottom:0;left:0;width:100%;opacity:0;transform:translateY(100%);}.dtq-team.hover_3:hover .dtq-team-content{opacity:1;transform:translateY(0);}.dtq-team.hover_4{position:relative;}.dtq-team.hover_4 .dtq-team-content{position:absolute;top:50%;left:25px;width:calc(100% - 50px);opacity:0;transform:translateY(-50%) scale(.7);}.dtq-team.hover_4:hover .dtq-team-content{opacity:1;transform:translateY(-50%) scale(1);}.dtq-testimonial-img{border-style:solid;overflow:hidden;border-width:0;display:inline-block !important;}.dtq-img-right .dtq-testimonial-reviewer figure{order:2;}.dtq-testimonial-title{font-size:14px;}.dtq-testimonial{position:relative;}.dtq-testimonial.dtq-align-left *{text-align:left;}.dtq-testimonial.dtq-align-center *{text-align:center;}.dtq-testimonial.dtq-align-right *{text-align:right;}.dtq-img-left .dtq-testimonial-reviewer,.dtq-img-right .dtq-testimonial-reviewer{display:flex;align-items:center;}.dtq-testimonial-review{font-size:14px;}.dtq-align-right .dtq-testimonial-reviewer{justify-content:flex-end;}.dtq-align-center .dtq-testimonial-reviewer{justify-content:center;}.dtq-testimonial-icon i{display:inline-block;border-style:solid;}.dtq-testimonial-inner{position:relative;z-index:1;border-style:solid;min-height:110px;}.dtq-testimonial-inner .dtq-icon-bg{position:absolute;width:100%;height:100%;z-index:-1;display:flex;align-items:center;left:0;top:0;}.dtq-testimonial .dtq-icon-absolute{position:absolute;z-index:9999999;}.dtq-testimonial-content{width:100%;}.dtq-testimonial-inner.img-pos-left,.dtq-testimonial-inner.img-pos-right{display:flex;}@media (max-width:767px){.dtq-testimonial-inner.img-pos-left,.dtq-testimonial-inner.img-pos-right{display:block !important;}}.dtq-twitter-grid{display:grid;}.dtq-twitter-grid *{box-sizing:border-box !important;}.dtq-twitter-grid .dtq-twitter-grid-item{position:relative;z-index:0;display:flex;border-style:solid;word-break:break-word;}.dtq-twitter-grid .dtq-twitter-grid-inner-wrapper{flex-direction:column;}.dtq-twitter-grid .dtq-twitter-grid-item .dtq-twitter-grid-item-inner{width:100%;display:flex;flex-direction:column;overflow:visible !important;}.dtq-twitter-grid-item-inner{border-style:solid;position:relative;}.dtq-twitter-grid .dtq-twitter-grid-author,.dtq-twitter-grid .dtq-twitter-grid-inner-wrapper,.dtq-twitter-grid .dtq-twitter-grid-user{display:flex;}.dtq-twitter-grid.dtq-twitter-right .dtq-twitter-grid-icon span{right:auto;left:5px;transform:rotateY(-180deg);}.dtq-twitter-grid .dtq-twitter-grid-icon span{position:absolute;top:15px;right:15px;}.dtq-twitter-grid .dtq-twitter-grid-author{margin-bottom:15px;}.dtq-twitter-grid .dtq-twitter-grid-author{align-items:center;flex-direction:row;margin-bottom:10px;}.dtq-twitter-grid.dtq-twitter-center .dtq-twitter-grid-author{align-items:center;flex-direction:column;}.dtq-twitter-grid.dtq-twitter-right .dtq-twitter-grid-author{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;}.dtq-twitter-center .dtq-twitter-grid-user{text-align:center;}.dtq-twitter-grid .dtq-twitter-grid-user{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;}.dtq-twitter-grid.dtq-twitter-center .dtq-twitter-grid-avatar{vertical-align:middle;}.dtq-twitter-grid .dtq-twitter-grid-avatar{border-style:solid;}.dtq-twitter-grid .dtq-twitter-grid-content{position:relative;color:#222;}.dtq-twitter-grid .dtq-twitter-grid-content p{margin-bottom:5px;}.dtq-twitter-grid.dtq-twitter-left .dtq-twitter-grid-content{text-align:left;}.dtq-twitter-grid.dtq-twitter-center .dtq-twitter-grid-content{text-align:center;}.dtq-twitter-grid.dtq-twitter-right .dtq-twitter-grid-content{text-align:right;}.dtq-twitter-grid .dtq-twitter-grid-footer{width:100%;}.dtq-twitter-grid-footer *{vertical-align:middle;}.dtq-twitter-grid .dtq-tweet-favorite{margin-right:12px;}.dtq-twitter-grid .dtq-tweet-favorite,.dtq-twitter-grid .dtq-tweet-retweet{display:inline-block;color:#a7a7a7;}.dtq-twitter-right .dtq-twitter-grid-user{text-align:right;}.dtq-twitter-grid .dtq-twitter-grid-footer-wrapper{margin-top:auto !important;}.ba_twitter_feed_carousel>.et_pb_module_inner *{box-sizing:border-box;}.dtq-inner-twitter-feed-content{word-break:break-all;}.ba_twitter_feed_carousel .dtq-icon{font-size:14px;font-family:ETmodules !important;}.dtq-twitter-feed-carousel .dtq-twitter-feed-item{position:relative;z-index:0;display:flex;border-style:solid;}.dtq-twitter-feed-carousel .dtq-twitter-feed-content:before,.dtq-twitter-feed-carousel .dtq-twitter-feed-item:before{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;content:"";}.dtq-twitter-feed-carousel .dtq-twitter-feed-inner-wrapper{flex-direction:column;}.dtq-carousel.equal-height-on:not(.slick-vertical) .slick-track .dtq-twitter-feed-item,.dtq-carousel.equal-height-on:not(.slick-vertical) .slick-track .dtq-twitter-feed-item-inner{height:100%;width:100% !important;}.dtq-twitter-feed-carousel .dtq-twitter-feed-item .dtq-twitter-feed-item-inner{width:100%;display:flex;flex-direction:column;overflow:visible !important;}.dtq-twitter-feed-item-inner{border-style:solid;position:relative;}.dtq-twitter-feed-carousel .dtq-twitter-feed-content p a{white-space:nowrap;}.dtq-carousel.equal-height-on .slick-track .dtq-twitter-feed-footer-wrapper{margin-top:auto !important;}.dtq-twitter-feed-carousel .dtq-twitter-feed-author,.dtq-twitter-feed-carousel .dtq-twitter-feed-inner-wrapper,.dtq-twitter-feed-carousel .dtq-twitter-feed-user{display:flex;}.dtq-twitter-feed-carousel.dtq-twitter-right .dtq-twitter-feed-icon span{right:auto;left:5px;transform:rotateY(-180deg);}.dtq-twitter-feed-carousel .dtq-twitter-feed-icon span{position:absolute;top:15px;right:15px;}.dtq-twitter-feed-carousel .dtq-twitter-feed-author{margin-bottom:15px;}.dtq-twitter-feed-carousel .dtq-twitter-feed-author{align-items:center;flex-direction:row;margin-bottom:10px;}.dtq-twitter-feed-carousel.dtq-twitter-center .dtq-twitter-feed-author{align-items:center;flex-direction:column;}.dtq-twitter-feed-carousel.dtq-twitter-right .dtq-twitter-feed-author{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;}.dtq-twitter-center .dtq-twitter-feed-user{text-align:center;}.dtq-twitter-feed-carousel .dtq-twitter-feed-user{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;}.dtq-twitter-feed-carousel.dtq-twitter-center .dtq-twitter-feed-avatar{margin-bottom:5px;}.dtq-twitter-feed-carousel .dtq-twitter-feed-avatar{border-style:solid;max-width:initial;}.dtq-twitter-feed-carousel .dtq-twitter-feed-content{position:relative;color:#222;}.dtq-twitter-feed-carousel .dtq-twitter-feed-content p{margin-bottom:5px;}.dtq-twitter-feed-carousel.dtq-twitter-left .dtq-twitter-feed-content{text-align:left;}.dtq-twitter-feed-carousel.dtq-twitter-center .dtq-twitter-feed-content{text-align:center;}.dtq-twitter-feed-carousel.dtq-twitter-right .dtq-twitter-feed-content{text-align:right;}.dtq-twitter-feed-carousel .dtq-twitter-feed-footer{width:100%;}.dtq-twitter-feed-carousel .dtq-tweet-favorite{margin-right:12px;}.dtq-twitter-feed-carousel .dtq-tweet-favorite,.dtq-twitter-feed-carousel .dtq-tweet-retweet{display:inline-block;color:#a7a7a7;}.dtq-twitter-right .dtq-twitter-feed-user{text-align:right;}.bck_video_popup{overflow:hidden;}.dtq-video-popup-inner{position:relative;}.dtq-video-popup a svg{transition:.2s ease-in-out;}.dtq-video-popup a{display:flex;align-items:center;justify-content:center;position:relative;}.dtq-video-popup .dtq-video-popup-icon:after,.dtq-video-popup a:after{position:absolute;height:100%;width:100%;left:0;top:0;z-index:-1;-webkit-animation:dtq-video-animation 2s infinite;animation:dtq-video-animation 2s infinite;}@keyframes dtq-video-animation{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0);}10%{opacity:1;}90%{opacity:0;}100%{opacity:0;-webkit-transform:scale(1);transform:scale(1);}}.dtq-video-popup a{color:#fff;}.dtq-video-popup-trigger{display:flex;align-items:center;width:100%;height:100%;z-index:99;}.dtq-video-popup-figure{position:relative;cursor:pointer;display:block;}.dtq-video-popup-figure:before{content:"";height:100%;width:100%;position:absolute;top:0;left:0;z-index:9;}.dtq-video-popup-figure img{width:100%;object-fit:cover;height:100%;}.dtq-video-open .mfp-iframe-holder .mfp-close{width:52px;top:-51px !important;opacity:1 !important;font-size:46px;}.dtq-video-open .mfp-iframe-holder .mfp-close:focus{outline:0;border:none;}.dtq-modal{max-width:700px;margin:30px auto;position:relative;padding:0;background:#fff;opacity:0;transition:.1s !important;}.dtq-video-wrap{overflow:hidden;}.dtq-modal video{width:100%;vertical-align:middle;}.dtq-video-open .mfp-wrap .dtq-modal .mfp-close:active{top:0 !important;}.dtq-modal.open{opacity:1;}.dtq-modal-open .mfp-close-btn-in .mfp-close{color:#fff;top:-42px;opacity:1;font-size:40px;}.dtq-video-popup-icon,.dtq-video-popup-text{display:inline-flex;justify-content:center;align-items:center;position:relative;}.dtq-video-popup-text{font-size:16px;line-height:1em;}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8;}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden;}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box;}.mfp-container:before{content:"";display:inline-block;height:100%;vertical-align:middle;}.mfp-align-top .mfp-container:before{display:none;}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045;}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto;}.mfp-ajax-cur{cursor:progress;}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out;}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in;}.mfp-auto-cursor .mfp-content{cursor:auto;}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none;}.mfp-loading.mfp-figure{display:none;}.mfp-hide{display:none !important;}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044;}.mfp-preloader a{color:#ccc;}.mfp-preloader a:hover{color:#fff;}.mfp-s-ready .mfp-preloader{display:none;}.mfp-s-error .mfp-content{display:none;}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation;}button::-moz-focus-inner{padding:0;border:0;}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace;}.mfp-close:hover,.mfp-close:focus{opacity:1;}.mfp-close:active{top:1px;}.mfp-close-btn-in .mfp-close{color:#333;}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%;}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap;}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:rgba(0,0,0,0);}.mfp-arrow:active{margin-top:-54px;}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1;}.mfp-arrow:before,.mfp-arrow:after{content:"";display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent;}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px;}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7;}.mfp-arrow-left{left:0;}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px;}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f;}.mfp-arrow-right{right:0;}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px;}.mfp-arrow-right:before{border-left:27px solid #3f3f3f;}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px;}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px;}.mfp-iframe-holder .mfp-close{top:-40px;}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%;}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000;}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto;}.mfp-figure{line-height:0;}.mfp-figure:after{content:"";position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444;}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px;}.mfp-figure figure{margin:0;}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto;}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px;}.mfp-image-holder .mfp-content{max-width:100%;}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer;}@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0;}.mfp-img-mobile img.mfp-img{padding:0;}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0;}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px;}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box;}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0;}.mfp-img-mobile .mfp-counter{right:5px;top:3px;}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0;}}@media all and (max-width: 900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75);}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0;}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%;}.mfp-container{padding-left:6px;padding-right:6px;}}.dtq-overlay{align-items:center;display:flex;height:100%;justify-content:center;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:9;}.dtq-overlay .dtq-overlay-icon{font-style:normal;transition:all .2s;}.dtq-hover--zoom-in,.dtq-hover--zoom-in figure{overflow:hidden;}.dtq-hover--zoom-in img{transition:.3s ease-in-out;}.dtq-hover--zoom-in.hover-parent .dtq-module-child:hover img,.dtq-hover--zoom-in:not(.hover-parent):hover img{transform:scale(1.2);}.dtq-hover--zoom-out,.dtq-hover--zoom-out figure{overflow:hidden;}.dtq-hover--zoom-out img{transition:.3s ease-in-out;}.dtq-hover--zoom-out:hover img{transform:scale(.8);}.dtq-hover--pulse:hover img{animation:dtq-pulse .8s linear infinite;}.dtq-hover--bounce:hover img{animation:dtq-bounce 1s linear infinite;}.dtq-hover--flash:hover img{animation:dtq-flash 1s linear infinite;}.dtq-hover--rubberBand:hover img{animation:dtq-rubberBand 1s linear;}.dtq-hover--shake:hover img{animation:dtq-shake 1s linear infinite;}.dtq-hover--swing:hover img{animation:dtq-swing 1s linear infinite;}.dtq-hover--tada:hover img{animation:dtq-tada 1s linear;}.dtq-hover--wobble:hover img{animation:dtq-wobble 1s linear;}.dtq-hover--jello:hover img{animation:dtq-jello 1s linear;}.dtq-hover--heartBeat:hover img{animation:dtq-heartBeat 1s linear infinite;}.dtq-hover--bounceIn:hover img{animation:dtq-bounceIn 1s linear;}.dtq-hover--fadeIn:hover img{animation:dtq-fadeIn 1s linear;}.dtq-hover--flip:hover img{animation:dtq-flip 1s linear;}.dtq-hover--rotateIn:hover img{animation:dtq-rotateIn 1s linear;}.dtq-hover--slideInUp:hover img{animation:dtq-slideInUp 1s linear;}.dtq-hover--slideInDown:hover img{animation:dtq-slideInDown 1s linear;}@keyframes dtq-bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0);}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0);}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0);}90%{transform:translate3d(0,-4px,0);}}@keyframes dtq-flash{0%,50%,to{opacity:1;}25%,75%{opacity:0;}}@keyframes dtq-pulse{0%{transform:scaleX(1);}50%{transform:scale3d(1.1,1.1,1.1);}to{transform:scaleX(1);}}@keyframes dtq-rubberBand{0%{transform:scaleX(1);}30%{transform:scale3d(1.25,.75,1);}40%{transform:scale3d(.75,1.25,1);}50%{transform:scale3d(1.15,.85,1);}65%{transform:scale3d(.95,1.05,1);}75%{transform:scale3d(1.05,.95,1);}to{transform:scaleX(1);}}@keyframes dtq-shake{0%,to{transform:translateZ(0);}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0);}20%,40%,60%,80%{transform:translate3d(10px,0,0);}}@keyframes dtq-swing{20%{transform:rotate(15deg);}40%{transform:rotate(-10deg);}60%{transform:rotate(5deg);}80%{transform:rotate(-5deg);}to{transform:rotate(0deg);}}@keyframes dtq-tada{0%{transform:scaleX(1);}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg);}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg);}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg);}to{transform:scaleX(1);}}@keyframes dtq-wobble{0%{transform:translateZ(0);}15%{transform:translate3d(-25%,0,0) rotate(-5deg);}30%{transform:translate3d(20%,0,0) rotate(3deg);}45%{transform:translate3d(-15%,0,0) rotate(-3deg);}60%{transform:translate3d(10%,0,0) rotate(2deg);}75%{transform:translate3d(-5%,0,0) rotate(-1deg);}to{transform:translateZ(0);}}@keyframes dtq-jello{0%,11.1%,to{transform:translateZ(0);}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg);}33.3%{transform:skewX(6.25deg) skewY(6.25deg);}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg);}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg);}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg);}77.7%{transform:skewX(.390625deg) skewY(.390625deg);}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg);}}@keyframes dtq-heartBeat{0%{transform:scale(1);}14%{transform:scale(1.3);}28%{transform:scale(1);}42%{transform:scale(1.3);}70%{transform:scale(1);}}@keyframes dtq-bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);}0%{opacity:0;transform:scale3d(.3,.3,.3);}20%{transform:scale3d(1.1,1.1,1.1);}40%{transform:scale3d(.9,.9,.9);}60%{opacity:1;transform:scale3d(1.03,1.03,1.03);}80%{transform:scale3d(.97,.97,.97);}to{opacity:1;transform:scaleX(1);}}@keyframes dtq-fadeIn{0%{opacity:0;}to{opacity:1;}}@keyframes dtq-flip{0%{animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);}40%{animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);}50%{animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);}80%{animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);}to{animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);}}@keyframes dtq-rotateIn{0%{opacity:0;transform:rotate(-200deg);transform-origin:center;}to{opacity:1;transform:translateZ(0);transform-origin:center;}}@keyframes dtq-slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible;}to{transform:translateZ(0);}}@keyframes dtq-slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible;}to{transform:translateZ(0);}}.lds-ring{display:inline-block;height:80px;position:relative;width:80px;}.lds-ring div{animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border:8px solid transparent;border-radius:50%;border-top-color:#333;box-sizing:border-box;display:block;height:64px;margin:8px;position:absolute;width:64px;}.lds-ring div:first-child{animation-delay:-.45s;}.lds-ring div:nth-child(2){animation-delay:-.3s;}.lds-ring div:nth-child(3){animation-delay:-.15s;}@keyframes lds-ring{0%{transform:rotate(0deg);}to{transform:rotate(1turn);}}.dtq-readmore-wrap{padding-top:15px;width:100%;}.dtq-button,.dtq-button-fullwidth{background-color:#f2f4f5;border:solid;border-radius:100px;cursor:pointer;font-size:12px;font-weight:900;letter-spacing:1px;line-height:28px;margin-bottom:16px;padding:8px 20px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);}.dtq-button-fullwidth{align-items:center;align-self:flex-start;display:flex;justify-content:center;}.dtq-carousel.equal-height-on:not(.slick-vertical) .slick-track{display:flex !important;}.dtq-carousel.equal-height-on:not(.slick-vertical) .slick-track .slick-slide{height:auto !important;}.dtq-carousel.equal-height-on:not(.slick-vertical) .slick-track .ba_et_pb_module,.dtq-carousel.equal-height-on:not(.slick-vertical) .slick-track .dtq-module,.dtq-carousel.equal-height-on:not(.slick-vertical) .slick-track .dtq-module-inner,.dtq-carousel.equal-height-on:not(.slick-vertical) .slick-track .et_pb_module,.dtq-carousel.equal-height-on:not(.slick-vertical) .slick-track .et_pb_module_inner,.dtq-carousel.equal-height-on:not(.slick-vertical) .slick-track .slick-slide>div{height:100%;width:100% !important;}div.dtq-carousel .slick-vertical .slick-track{padding:0 !important;}div.dtq-carousel.equal-height-on .slick-vertical .slick-track,div.dtq-carousel.equal-height-on.slick-vertical .slick-track{display:block !important;}[dir=rtl] .dtq-carousel{direction:ltr !important;}[dir=rtl] .dtq-carousel .slick-prev{right:auto;}[dir=rtl] .dtq-carousel .slick-next{left:auto;}[dir=rtl] .dtq-carousel .slick-slide{float:left !important;}.dtq-carousel *{vertical-align:middle !important;}.dtq-carousel figure{margin:0;}.dtq-carousel .slick-arrow:after,.dtq-carousel .slick-arrow:before{color:inherit !important;}.dtq-carousel .slick-arrow{z-index:999;}.dtq-carousel .slick-dots{padding:0 !important;}.dtq-carousel .slick-arrow:before{font-family:ETmodules !important;line-height:1.35;vertical-align:middle;}.dtq-carousel-frontend .slick-arrow:before{content:attr(data-icon) !important;}.dtq-carousel .slick-arrow.slick-disabled:before,.dtq-carousel .slick-dots li button:before{opacity:1 !important;}.dtq-carousel .slick-arrow.slick-disabled{cursor:not-allowed !important;}.dtq-carousel .slick-dots li button:before{display:none;}.dtq-carousel .slick-dots li button{padding:0 !important;transition:all .2s ease;}.dtq-carousel .slick-dots li{height:auto !important;padding:0 !important;width:auto !important;}.dtq-carousel .et_pb_button{display:inline-block;}.dtq-centered--highlighted .slick-slide.slick-center{transform:scale(1);}.dtq-centered--highlighted .slick-slide{transform:scale(.8);}span.dtq-admin-modules-item-icon.dtq-icon-svg{width:23px;}.dtq-et-font-icon{font-feature-settings:normal;box-sizing:border-box;font-family:ETmodules;font-style:normal;font-variant:normal;font-weight:400;text-transform:none;}.dtq-et-font-icon,.dtq-et-icon{display:inline-block;line-height:1;}.dtq-et-icon{font-style:normal !important;transform-origin:center;transition:all .2s ease !important;vertical-align:middle !important;}.dtq-lightbox{cursor:pointer;}.ba_et_pb_module,.dtq-bg-support{background-position:50%;background-repeat:no-repeat;background-size:cover;}.dtq-module img{vertical-align:middle;}.dtq-img-cover{height:100% !important;-o-object-fit:cover !important;object-fit:cover !important;width:100% !important;}.dtq-btn-default{display:inline-block;transition:.2s !important;}.dtq-flex{display:flex;}.dtq-module a{color:inherit;}.dtp-flip-box-card-container{width:100%;height:100%;transform-style:preserve-3d;}.dtp-flip-box-card{backface-visibility:hidden;}.dtp-flip-box-front-card{position:absolute;top:0;left:0;z-index:99;width:100%;height:100%;-webkit-display:flex;display:flex;align-items:center;}.dtp-flip-box-card-inner{width:100%;}.dtp-flip-box-card-content{width:100%;padding:30px;}.dtp-flip-box-back-card{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;}.dtp-flip-box--flip .dtp-flip-box-card-container{position:relative;perspective:1000px;}.dtp-flip-box--flip .dtp-flip-box-back-card,.dtp-flip-box--flip .dtp-flip-box-front-card{height:100%;top:0;right:0;left:0;backface-visibility:hidden;perspective:1000px;}.dtp-flip-box--flip .dtp-flip-box-front-card{position:relative;bottom:0;z-index:10;}.dtp-flip-box--flip .dtp-flip-box-back-card{position:absolute;z-index:-1;padding:30px;}.dtp-flip-box--flip.dtp-flip-right .dtp-flip-box-front-card{transform:rotateY(0);}.dtp-flip-box--flip.dtp-flip-right .dtp-flip-box-back-card{transform:rotateY(-180deg);}.dtp-flip-box--flip.dtp-flip-right:hover .dtp-flip-box-back-card{transform:rotateY(0);}.dtp-flip-box--flip.dtp-flip-right:hover .dtp-flip-box-front-card{transform:rotateY(180deg);}.dtp-flip-box--flip.dtp-flip-left .dtp-flip-box-front-card{transform:rotateY(0);}.dtp-flip-box--flip.dtp-flip-left .dtp-flip-box-back-card{transform:rotateY(180deg);}.dtp-flip-box--flip.dtp-flip-left:hover .dtp-flip-box-back-card{transform:rotateY(0);}.dtp-flip-box--flip.dtp-flip-left:hover .dtp-flip-box-front-card{transform:rotateY(-180deg);}.dtp-flip-box--flip.dtp-flip-up .dtp-flip-box-front-card{transform:rotateX(0);}.dtp-flip-box--flip.dtp-flip-up .dtp-flip-box-back-card{transform:rotateX(-180deg);}.dtp-flip-box--flip.dtp-flip-up:hover .dtp-flip-box-back-card{transform:rotateX(0);}.dtp-flip-box--flip.dtp-flip-up:hover .dtp-flip-box-front-card{transform:rotateX(180deg);}.dtp-flip-box--flip.dtp-flip-down .dtp-flip-box-front-card{transform:rotateX(0);}.dtp-flip-box--flip.dtp-flip-down .dtp-flip-box-back-card{transform:rotateX(180deg);}.dtp-flip-box--flip.dtp-flip-down:hover .dtp-flip-box-back-card{transform:rotateX(0);}.dtp-flip-box--flip.dtp-flip-down:hover .dtp-flip-box-front-card{transform:rotateX(-180deg);}.dtp-flip-box--flip:hover .dtp-flip-box-front-card{z-index:-1;}.dtp-flip-box--flip:hover .dtp-flip-box-back-card{z-index:1;}.dtp-flip-box-title-front,.dtp-flip-box-title-back,.dtp-flip-box-subtitle-back,.dtp-flip-box-subtitle-front{margin-bottom:0;padding-bottom:0;}.dtp-flip-box-figure-back .dtp-flip-box-icon,.dtp-flip-box-figure-front .dtp-flip-box-icon{display:flex;align-items:center;justify-content:center;height:100%;width:100%;}.dtp-flip-box-figure-back,.dtp-flip-box-figure-front{border-style:solid;display:inline-block;}.dtp-flip-box-figure-back img,.dtp-flip-box-figure-front img{width:100%;-o-object-fit:cover;object-fit:cover;}.dtp-flip-box-card{border-style:solid;}.dtp-flip-box--flip.dtp-flip-box-3d .dtp-flip-box-front-card,.dtp-flip-box--flip.dtp-flip-box-3d .dtp-flip-box-back-card{transform-style:preserve-3d;}.dtp-flip-box--flip.dtp-flip-box-3d .dtp-flip-box-card-inner{transform:translateZ(50px) scale(.9);}.dtp-flip-box--flip.dtp-flip-box-3d .dtp-flip-box-card-container{transform-style:preserve-3d;}.dtp-flip-box--slide,.dtp-flip-box--push{overflow:hidden;position:relative;}.dtp-flip-box--slide .dtp-flip-box-back-card{z-index:9999;}.dtp-flip-box--slide.dtp-slide-up .dtp-flip-box-back-card,.dtp-flip-box--push.dtp-push-up .dtp-flip-box-back-card{top:100%;}.dtp-flip-box--slide.dtp-slide-up:hover .dtp-flip-box-back-card,.dtp-flip-box--push.dtp-push-up:hover .dtp-flip-box-back-card{top:0;}.dtp-flip-box--push.dtp-push-up:hover .dtp-flip-box-front-card{top:-100%;}.dtp-flip-box--slide.dtp-slide-down .dtp-flip-box-back-card,.dtp-flip-box--push.dtp-push-down .dtp-flip-box-back-card{top:-100%;}.dtp-flip-box--slide.dtp-slide-down:hover .dtp-flip-box-back-card,.dtp-flip-box--push.dtp-push-down:hover .dtp-flip-box-back-card{top:0;}.dtp-flip-box--push.dtp-push-down:hover .dtp-flip-box-front-card{top:100%;}.dtp-flip-box--slide.dtp-slide-left .dtp-flip-box-back-card,.dtp-flip-box--push.dtp-push-left .dtp-flip-box-back-card{left:100%;}.dtp-flip-box--slide.dtp-slide-left:hover .dtp-flip-box-back-card,.dtp-flip-box--push.dtp-push-left:hover .dtp-flip-box-back-card{left:0;}.dtp-flip-box--push.dtp-push-left:hover .dtp-flip-box-front-card{left:-100%;}.dtp-flip-box--slide.dtp-slide-right .dtp-flip-box-back-card,.dtp-flip-box--push.dtp-push-right .dtp-flip-box-back-card{left:-100%;}.dtp-flip-box--slide.dtp-slide-right:hover .dtp-flip-box-back-card,.dtp-flip-box--push.dtp-push-right:hover .dtp-flip-box-back-card{left:0;}.dtp-flip-box--push.dtp-push-right:hover .dtp-flip-box-front-card{left:100%;}.dtp-flip-box--fade .dtp-flip-box-back-card{z-index:999;opacity:0;}.dtp-flip-box--fade:hover .dtp-flip-box-back-card{opacity:1;}.dtp-flip-box--zoom_in .dtp-flip-box-back-card{z-index:999;opacity:0;transform:scale(.3);}.dtp-flip-box--zoom_in:hover .dtp-flip-box-back-card{opacity:1;transform:scale(1);}.dtp-flip-box--zoom_out .dtp-flip-box-front-card{z-index:999;transform:scale(1);}.dtp-flip-box--zoom_out:hover .dtp-flip-box-front-card{opacity:0;transform:scale(0);pointer-events:none;}.dtp-flip-box--rotate_3d .dtp-flip-box-inner{position:relative;-ms-perspective:400px;-o-perspective:400px;perspective:400px;}.dtp-flip-box--rotate_3d .dtp-flip-box-inner .dtp-flip-box-card-container{position:absolute;transition-property:transform;transition-duration:1s;transition-timing-function:ease-in-out;transform-style:preserve-3d;transform:translateZ(-75px);}.dtp-flip-box--rotate_3d .dtp-flip-box-inner .dtp-flip-box-card-container:hover{transition-property:transform;transition-duration:.5s;transition-timing-function:ease-in-out;transform:translateZ(-75px) rotateY(180deg);}.dtp-flip-box--rotate_3d .dtp-flip-box-inner .dtp-flip-box-front-card{z-index:1;transform:rotateY(0deg) translateZ(75px);}.dtp-flip-box--rotate_3d .dtp-flip-box-inner .dtp-flip-box-back-card{z-index:0;transform:rotateY(180deg) translateZ(75px);}.dtp-flip-box--rotate_3d .dtp-flip-box-inner .dtp-flank{width:150px;height:100%;left:75px;transform:rotateY(-90deg) translateZ(150px);display:block;overflow:hidden;position:absolute;}.dtp-flip-box--rotate_3d.dtp-rotate_3d-v .dtp-flip-box-inner .dtp-flip-box-card-container:hover{transform:translateZ(-75px) rotateX(180deg);}.dtp-flip-box--rotate_3d.dtp-rotate_3d-v .dtp-flip-box-inner .dtp-flip-box-back-card{transform:rotateX(180deg) translateZ(75px);}.dtp-flip-box--rotate_3d.dtp-rotate_3d-v .dtp-flip-box-inner .dtp-flank{width:100%;height:150px;left:0;top:25px;}.dtp-flip-box-card-container,.dtp-flip-box--rotate_3d .dtp-flip-box-inner .dtp-flip-box-card{height:100%;width:100%;position:absolute;}.dtp-flip-box--open_up .dtp-flip-box-card-container{perspective:800px;}.dtp-flip-box--open_up .dtp-flip-box-front-card{transform-origin:top left;}.dtp-flip-box--open_up:hover .dtp-flip-box-front-card{transform:rotateX(77deg);}.dtp-flip-box--diagonal.dtp-diagonal-right .dtp-flip-box-back-card{transform:rotate3d(-1,1,0,180deg);}.dtp-flip-box--diagonal.dtp-diagonal-left .dtp-flip-box-back-card{transform:rotate3d(1,-1,0,180deg);}.dtp-flip-box--diagonal.dtp-diagonal-right:hover .dtp-flip-box-card-container{transform:rotate3d(-1,1,0,180deg);}.dtp-flip-box--diagonal.dtp-diagonal-left:hover .dtp-flip-box-card-container{transform:rotate3d(1,-1,0,180deg);}.dtp-flip-box--shake .dtp-flip-box-inner{perspective:1500px;}.dtp-flip-box--shake .dtp-flip-box-card-container .dtp-flip-box-back-card{transform:rotateY(180deg);}.dtp-flip-box--shake:hover .dtp-flip-box-card-container{transform:rotateX(180deg) rotateZ(180deg);}.torq_progress_bar .dtp-progress .torq_progress_bar_child:last-child{margin-bottom:0 !important;}.dtp-progress-bar__inner__text{font-size:14px;}.dtp-progress-bar{position:relative;}.dtp-progress-bar__wrapper{background:#ddd;overflow:hidden;}.dtp-progress-bar__inner{transition:.3s;white-space:nowrap;background-color:#5b2cff;}.dtp-progress-bar__inner__text{display:flex;align-items:center;white-space:nowrap;}.text-in .dtp-progress-bar__inner span{color:#fff;}.dtp-lottie-wrap{display:flex;align-content:center;align-items:center;transition-duration:300ms;}.dtp-lottie-container{display:inline-block;max-width:100%;width:100%;opacity:1;}.dtp-lottie-container:hover{opacity:1;transition-duration:300ms;}.dtp-lottie-container svg,.dtp-lottie-container svg *{transition:none !important;}.dtp-lottie-caption{color:inherit;margin-top:0;text-align:center;}html.magnifying>body{overflow-x:hidden !important;}.dtp-image-magnifier .magnify{position:relative;}.dtp-image-magnifier .magnify-lens{position:absolute;border-radius:100%;cursor:none;display:none;z-index:999;border-style:solid;}.dtp-image-magnifier .magnify>.magnify-lens.loading{background:#333 !important;opacity:.8;}.dtp-image-magnifier .magnify>.magnify-lens.loading:after{position:absolute;top:50%;left:0;width:100%;color:#fff;content:"Loading...";font-size:16px;font-style:italic;letter-spacing:1px;margin-top:-8px;text-align:center;text-shadow:0 0 2px rgba(51,51,51,.8);text-transform:none;}.dtp-image-magnifier img{border-style:solid;width:100%;max-width:100%;}.torq_hotspot_child .et_pb_module_inner{height:100%;width:100%;}.dtp-hotspots{position:relative;}.dtp-hotspot .dtp-hotspot-tooltip{display:none;}.dtp-hotspots-img-root{width:100%;}.dtp-et-icon{display:inline-block;transition:.2s all ease !important;transform-origin:center;vertical-align:middle !important;line-height:1;}.et-db #et-boc .dtp-et-icon:after,.dtp-et-icon:after{content:attr(data-icon) !important;font-family:"ETmodules" !important;line-height:inherit;font-size:inherit !important;display:inline-block;text-shadow:none;font-weight:400;font-style:normal;font-variant:none;text-transform:none;transition:all .2s ease;}.dtp-hotspots .torq_hotspot_child{position:absolute !important;border-radius:50%;margin-bottom:0 !important;}.dtp-hotspot-label{display:flex;align-items:center;justify-content:center;border-radius:50%;border-style:solid;color:#fff;cursor:pointer;overflow:hidden;position:relative;}.dtp-hotspot-title,.dtp-hotspot-desc{color:#fff;}h4.dtp-hotspot-title{font-size:18px;}.dtp-hotspot-desc{font-size:14px;}.dtp-hotspot-tp-figure{border-style:solid;display:inline-block;}.dtp-hotspot-tp-img,.dtp-hotspot-tp-icon{height:100%;width:100%;display:flex;align-items:center;justify-content:center;}.dtp-hotspot-btn{font-size:20px;}@keyframes hpAnimation{0%{opacity:0;transform:scale(0);}10%{opacity:1;}90%{opacity:0;}to{opacity:0;transform:scale(1);}}.tippy-box[data-animation=fade][data-state=hidden]{opacity:0;}[data-tippy-root]{max-width:calc(100vw - 10px);}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;outline:0;transition-property:transform,visibility,opacity;}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0;}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top;}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0;}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom;}.tippy-box[data-placement^=left]>.tippy-arrow{right:0;}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left;}.tippy-box[data-placement^=right]>.tippy-arrow{left:0;}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right;}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11);}.tippy-arrow{width:16px;height:16px;color:#333;}.tippy-arrow:before{content:"";position:absolute;border-color:rgba(0,0,0,0);border-style:solid;}.tippy-content{position:relative;padding:5px 9px;z-index:1;}.tippy-box[data-animation=scale][data-placement^=top]{transform-origin:bottom;}.tippy-box[data-animation=scale][data-placement^=bottom]{transform-origin:top;}.tippy-box[data-animation=scale][data-placement^=left]{transform-origin:right;}.tippy-box[data-animation=scale][data-placement^=right]{transform-origin:left;}.tippy-box[data-animation=scale][data-state=hidden]{transform:scale(.5);opacity:0;}.tippy-box[data-animation=perspective][data-placement^=top]{transform-origin:bottom;}.tippy-box[data-animation=perspective][data-placement^=top][data-state=visible]{transform:perspective(700px);}.tippy-box[data-animation=perspective][data-placement^=top][data-state=hidden]{transform:perspective(700px) translateY(8px) rotateX(60deg);}.tippy-box[data-animation=perspective][data-placement^=bottom]{transform-origin:top;}.tippy-box[data-animation=perspective][data-placement^=bottom][data-state=visible]{transform:perspective(700px);}.tippy-box[data-animation=perspective][data-placement^=bottom][data-state=hidden]{transform:perspective(700px) translateY(-8px) rotateX(-60deg);}.tippy-box[data-animation=perspective][data-placement^=left]{transform-origin:right;}.tippy-box[data-animation=perspective][data-placement^=left][data-state=visible]{transform:perspective(700px);}.tippy-box[data-animation=perspective][data-placement^=left][data-state=hidden]{transform:perspective(700px) translateX(8px) rotateY(-60deg);}.tippy-box[data-animation=perspective][data-placement^=right]{transform-origin:left;}.tippy-box[data-animation=perspective][data-placement^=right][data-state=visible]{transform:perspective(700px);}.tippy-box[data-animation=perspective][data-placement^=right][data-state=hidden]{transform:perspective(700px) translateX(-8px) rotateY(60deg);}.tippy-box[data-animation=perspective][data-state=hidden]{opacity:0;}.tippy-box[data-animation=shift-away-extreme][data-state=hidden]{opacity:0;}.tippy-box[data-animation=shift-away-extreme][data-state=hidden][data-placement^=top]{transform:translateY(20px);}.tippy-box[data-animation=shift-away-extreme][data-state=hidden][data-placement^=bottom]{transform:translateY(-20px);}.tippy-box[data-animation=shift-away-extreme][data-state=hidden][data-placement^=left]{transform:translateX(20px);}.tippy-box[data-animation=shift-away-extreme][data-state=hidden][data-placement^=right]{transform:translateX(-20px);}.tippy-box[data-animation=shift-toward-extreme][data-state=hidden]{opacity:0;}.tippy-box[data-animation=shift-toward-extreme][data-state=hidden][data-placement^=top]{transform:translateY(-20px);}.tippy-box[data-animation=shift-toward-extreme][data-state=hidden][data-placement^=bottom]{transform:translateY(20px);}.tippy-box[data-animation=shift-toward-extreme][data-state=hidden][data-placement^=left]{transform:translateX(-20px);}.tippy-box[data-animation=shift-toward-extreme][data-state=hidden][data-placement^=right]{transform:translateX(20px);}.dtp-toggle label{cursor:pointer;}.dtp-toggle{display:flex;align-items:center;flex-direction:row;}.dtp-toggle-left,.dtp-toggle-right{cursor:pointer;}.dtp-toggle-head-1{margin:0;padding:0;}.dtp-toggle-btn{align-items:center;}.dtp-content-toggle-label{position:relative;display:inline-block;width:4.5em;vertical-align:middle;}.dtp-content-toggle-label .dtp-toggle-switch{display:none;}.dtp-content-toggle-inner{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;transition:.4s;}.dtp-content-toggle-inner:before{position:absolute;content:"";height:1.8em;width:1.8em;left:.25em;bottom:.25em;transition:.4s;}.dtp-toggle-head-2{margin:0;padding:0;}.dtp-toggle-switch:checked+.dtp-content-toggle-inner:before{transform:translateX(2.1em);}.dtp-content-toggle-body .et-waypoint:not(.et_pb_counters){opacity:1 !important;}.dtp-divider{display:flex;}.dtp-divider__text{margin-bottom:0;padding-bottom:0;}.dtp-divider__text span{display:block;}.dtp-divider__element img,.dtp-divider__element i{border-style:solid;}.dtp-divider__icon i{display:inline-block !important;}.dtp-divider__border{flex:1;}.dtp-divider__text{font-size:30px;line-height:1em;}.dtp-alert{display:flex;}.dtp-alert-content{flex:1 1;}.dtp-alert-icon{border-style:solid;}.dtp-alert-dismiss{cursor:pointer;}.dtp-alert-title{line-height:1.7em;font-weight:600;}.dtp-alert-desc{font-size:14px;}.dtp-alert .dtp-et-icon:before{display:none !important;}.dtp-alert .dtp-et-icon:after{content:attr(data-icon) !important;font-family:"ETmodules" !important;line-height:inherit;font-size:inherit !important;display:inline-block;text-shadow:none;font-weight:400;font-style:normal;font-variant:none;text-transform:none;transition:all .2s ease;}.dtp-inline-svg-wrap{text-align:center;}.dtp-inline-svg{min-width:40px;}.dtp-inline-svg svg{min-width:40px;}.dtp-inline-svg{display:inline-block;}.dtp-inline-svg-custom-width svg{width:100%;height:auto;display:block;}.dtp-inline-svg-custom-width{width:100%;}.dtp-inline-svg-custom-color svg{fill:currentColor;stroke:currentColor;}.dtp-info-box .dtp-info-box-figure{overflow:hidden;position:relative;}.dtp-info-box .dtp-info-box-figure img{transition:.3s;width:100%;vertical-align:middle;}.dtp-info-box .dtp-info-box-figure{display:inline-block;vertical-align:middle;}.dtp-info-box-icon{transition:.2s all ease !important;display:flex;justify-content:center;align-items:center;}.dtp-info-box .dtp-info-box-figure,.dtp-info-box .dtp-info-box-icon,.dtp-info-box .dtp-content-video{border-style:solid;}.dtp-mce-content p,.dtp-mce-content h1,.dtp-mce-content h2,.dtp-mce-content h3,.dtp-mce-content h4,.dtp-mce-content h5,.dtp-mce-content h6{color:inherit !important;}.fluid-video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;}.dtp-content-video{border-style:solid;}.dtp-heading-wrap{width:100%;position:relative;display:block;}.dtp-module .dtp-heading{display:flex;line-height:1;z-index:1;margin:0;padding:0;}.dtp-module .dtp-heading-border{position:absolute;z-index:-1;}.dtp-icon-box{position:relative;display:block;color:initial;}.dtp-icon-box-inner{border-style:solid;}.dtp-icon-box__icon-wrap{display:flex;}.dtp-icon-box__icon{display:flex;transition:.2s all ease;border-style:solid;justify-content:center;align-items:center;}.dtp-icon-box__icon img{transform-origin:center;display:inline-block;transition:.2s all ease;width:100%;vertical-align:middle;-o-object-fit:contain;object-fit:contain;height:100%;}.dtp-icon-box__badge{position:absolute;border-style:solid;}.dtp-icon-box__desc{font-size:14px;}.dtp-card{display:flex;overflow:initial !important;color:inherit;position:relative;}.dtp-card img{vertical-align:middle;}.dtp-card .dtp-card-title{margin-bottom:0;}.dtp-card-content{flex:1 1;}.dtp-module .dtp-card-title{font-size:22px;}.dtp-card-icon{display:inline-block;border-style:solid;}.dtp-card-figure{position:relative;}.dtp-card-figure img{transition:.2s cubic-bezier(.95,.05,.795,.035);border-style:solid;}.use-icon-on .dtp-card-figure{display:inline-block;}.dtp-card-badge{font-size:13px;border-style:solid;white-space:nowrap;}.dtp-card-desc p:empty{display:none;}.torq_basic_list .torq-basic-list{list-style-type:none;margin-left:0px;}.torq_basic_list .torq-basic-list li{border-style:solid;}.torq_basic_list .torq_basic_list_child.et_pb_module.ui-sortable{display:none !important;}.torq_icon_list ul.torq-icon-list{width:100%;display:flex;flex-direction:column;list-style:none;padding:0;margin:0;gap:16px;}.torq_icon_list ul.torq-icon-list li.torq-icon-list-child{border-style:solid;list-style:none;}.torq_icon_list ul.torq-icon-list li.torq-icon-list-child .torq-icon-list-child-wrap{display:flex;align-items:center;text-decoration:none;gap:10px;}.torq_icon_list ul.torq-icon-list li.torq-icon-list-child .torq-icon-list-child-wrap .torq-icon{display:flex;align-items:center;justify-content:center;}.torq_icon_list_child.et_pb_module.ui-sortable{display:none !important;}.torq_checkmark_list ul.torq-checkmark-list{width:100%;display:flex;flex-direction:column;list-style:none;padding:0;margin:0;gap:16px;}.torq_checkmark_list ul.torq-checkmark-list li.torq-checkmark-list-child{border-style:solid;list-style:none;}.torq_checkmark_list ul.torq-checkmark-list li.torq-checkmark-list-child .torq-checkmark-list-child-wrap{display:flex;align-items:center;text-decoration:none;gap:8px;}.torq_checkmark_list ul.torq-checkmark-list li.torq-checkmark-list-child .torq-checkmark-list-child-wrap .torq-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;}.torq_checkmark_list .torq_checkmark_list_child.et_pb_module.ui-sortable{display:none !important;}.torq-checkmark-list-child .torq-icon{margin-right:5px;padding:5px;border-radius:2px;color:#fff;}.dtp-logo-list{display:flex;list-style:none;padding:0;flex-wrap:wrap;}.torq_logo_list_child *{height:100%;}.torq_logo_list_child{transition:.2s ease;}.torq_logo_list_child figure{margin:0;text-align:center;height:100%;}.dtp-logo-list__item a{display:block;height:100%;}.dtp-logo-list__item img{vertical-align:middle;transition:.2s ease;-o-object-fit:contain;object-fit:contain;display:block;margin-left:auto;margin-right:auto;}.zoom_in .dtp-logo-list__item:hover img{transform:scale(1.2);}.zoom_out .dtp-logo-list__item:hover img{transform:scale(.8);}.fade .dtp-logo-list__item:hover img{opacity:.65;}.black_n_white .dtp-logo-list__item:hover img{filter:grayscale(100%);}.dtp-logo-list .et_pb_module{margin-bottom:0 !important;}.dtp-logo-list__item{background-size:cover;background-position:center;background-repeat:no-repeat;border-style:solid;}.torq-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;}.torq-stats-grid .torq_stats_grid_child{max-width:100%;}.torq-stats-grid .stats-item{height:100%;}.torq-stats-grid .stats-item .icon-container{text-align:center;}.torq-stats-grid .stats-item .text-container{text-align:center;}.dtp-carousel-item figure img{width:100%;}.dtp-carousel-item figure{position:relative;}.dtp-carousel-item{position:relative;border-style:solid;}.dtp-carousel .content--absolute{position:absolute;bottom:0;left:0;height:100%;width:100%;display:flex;flex-direction:column;z-index:99;pointer-events:none !important;}.dtp-carousel-item .content .content-inner{border-style:solid;}.dtp-carousel-item .content--absolute *{position:relative;}.ba_carousel_child{overflow:hidden !important;}.dtp-carousel-item .dtp-image-subtitle{padding-bottom:0;margin-bottom:0;}.ba_logo_carousel_child,.dtp-logo-carousel-item{overflow:hidden;}.ba_logo_carousel_child>div{width:100%;text-align:center;}.ba_logo_carousel_child div img{display:inline-block !important;}.dtp-logo-carousel-item img{vertical-align:middle;transition:.2s ease;}.zoom_in .dtp-logo-carousel-item:hover img{transform:scale(1.1);}.zoom_out .dtp-logo-carousel-item:hover img{transform:scale(.9);}.fade .dtp-logo-carousel-item:hover img{opacity:.65;}.black_n_white .dtp-logo-carousel-item:hover img{filter:grayscale(100%);}.ba_logo_carousel_child{display:flex !important;align-items:center;justify-content:center;width:100%;}.torq-filterable-gallery-fancybox{z-index:9999999 !important;}.torq-filterable-gallery-fancybox .fancybox__toolbar{--f-button-svg-width:24px;--f-button-svg-height:24px;--f-button-svg-stroke-width:1.5;--f-button-svg-fill:none;}.torq-filterable-gallery-fancybox .fancybox-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;pointer-events:none;}.torq-filterable-gallery-fancybox .fancybox-button svg path{stroke-width:1;}.torq-filterable-gallery-fancybox .fancybox-button svg circle{background-color:rgba(0,0,0,0);}.torq-filterable-gallery-fancybox .fancybox-button.fancybox-button--play svg path{stroke-width:0;}.torq-filterable-gallery .torq-items .torq-item .torq-item-overlay{position:absolute;width:100%;height:100%;z-index:-1;}.torq-filterable-gallery .torq-items .torq-item .torq-caption{display:flex;align-items:center;justify-content:center;text-align:center;}.torq-filterable-gallery .torq-items .torq-item p{bottom:20%;line-height:1.5;transform:translate3d(0,100%,0);letter-spacing:1px;}.torq-filterable-gallery .torq-items .torq-item .torq-title{top:10%;transition:transform .35s;transform:translate3d(0,20px,0);}.torq-filterable-gallery .torq-items .torq-item .torq-title,.torq-filterable-gallery .torq-items .torq-item p{opacity:0;transition:opacity .35s,transform .35s;}.torq-filterable-gallery .torq-items .torq-item:hover p{margin-top:10px;margin-bottom:5px;opacity:1;transform:translate3d(0,0,0);}.torq-filterable-gallery .torq-items .torq-item:hover .torq-title{opacity:1;transform:translate3d(0,0,0);}.torq-filterable-gallery .torq-items .torq-item:hover img{opacity:.8;}.torq-filterable-gallery .torq-filters{margin-bottom:20px;}.torq-filterable-gallery .torq-filters ul{display:flex;justify-content:center;flex-wrap:wrap;list-style:none;padding:0;}.torq-filterable-gallery .torq-filters ul li{position:relative;overflow:hidden;margin:0;display:inline-block;}.torq-filterable-gallery .torq-filters ul li a{padding:5px 15px;display:inline-block;font-size:13px;font-weight:600;color:#333;background:#efefef;}.torq-filterable-gallery .torq-filters ul li.current a{background:#f5f5f5;color:#333;}@media (max-width: 1200px){.torq-filterable-gallery .torq-filters ul li a{font-size:12px;padding:5px 12px;}}@media (max-width: 992px){.torq-filterable-gallery .torq-filters ul{justify-content:flex-start;padding-left:10px;}.torq-filterable-gallery .torq-filters ul li{margin:0 5px 5px 0;}.torq-filterable-gallery .torq-filters ul li a{font-size:11px;padding:4px 10px;}}@media (max-width: 576px){.torq-filterable-gallery .torq-filters ul li a{font-size:10px;padding:4px 8px;}}.torq-filterable-gallery .torq-items{position:relative;z-index:1;}.torq-filterable-gallery .torq-items .torq-item{cursor:pointer;overflow:hidden;box-sizing:border-box;}.torq-filterable-gallery .torq-items .torq-item img.pic{display:block;opacity:1;}.torq-filterable-gallery .torq-items .torq-item .torq-item-content{transition:transform .3s ease-out,opacity .2s linear,top .3s,left .6s;opacity:0;height:100%;}.torq-filterable-gallery .torq-items .torq-item .torq-item-content a{display:block;overflow:hidden;position:absolute;top:0;left:0;width:100%;height:100%;z-index:10;background:0 0;cursor:pointer;}.torq-filterable-gallery .torq-items .torq-item .torq-item-content img{width:100% !important;display:block;}.torq-filterable-gallery .torq-items .torq-item .torq-caption{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0;max-width:100%;}.torq-filterable-gallery .torq-items .torq-grid .torq-items .torq-item{position:absolute;overflow:hidden;box-sizing:border-box;}.torq-filterable-gallery .torq-items .torq-grid .torq-items .torq-item img.pic{font-size:12px;position:absolute;max-width:999em;transition:width .3s,height .3s,transform .3s linear,opacity .2s linear;}.torq-filterable-gallery .torq-items .torq-grid .torq-items .torq-item .torq-caption{height:100%;top:0;}.torq-filterable-gallery .torq-items .torq-slider .torq-items .torq-item{display:block;}.torq-filterable-gallery .torq-items .torq-slider .torq-items .torq-item img{height:100%;-o-object-fit:cover;object-fit:cover;}.torq-filterable-gallery .torq-pagination-wrap{display:flex;align-items:center;justify-content:center;text-align:center;margin-top:30px;}.torq-filterable-gallery .torq-pagination-wrap div{display:flex;align-items:center;justify-content:center;text-align:center;}.torq-filterable-gallery .torq-pagination-wrap a.pager{position:relative;display:inline-block;border-radius:3px;padding:5px;border:1px solid #d3d3d3;color:#777;font-size:14px;line-height:1;text-align:center;transition:all .27s cubic-bezier(0,0,.58,1);}.torq-filterable-gallery .torq-items .torq-item .torq-item-content{transform:scale(1) translate(0,0) rotate(0deg) !important;opacity:1;}.torq-filterable-gallery .torq-items .torq-item img{width:100%;-o-object-fit:cover;object-fit:cover;}.torq-item,.torq-item img,.torq-filter-item{border-style:solid;}.dt-masonry-gallery{--gutter:20px;--columns:3;display:flex;flex-flow:row wrap;margin:0;padding:0;width:100%;max-width:100%;}.dt-masonry-gallery>li:not(.dt-gutter-sizer){margin-bottom:var(--gutter);width:calc(100% / var(--columns) - var(--gutter) * ( var(--columns) - 1 ) / var(--columns));}.dt-masonry-gallery li.dt-isotope-sizer{display:none;}.dt-masonry-gallery li.dt-gutter-sizer{width:var(--gutter) !important;}.dt-masonry-gallery figure{display:block;width:100%;}.dt-masonry-gallery .image{display:inline-block;aspect-ratio:unset;position:relative;-o-object-fit:cover;object-fit:cover;}.dt-masonry-gallery img{outline:none;vertical-align:middle;}.dt-masonry-gallery .dt-layout-item{line-height:1.6;position:relative;}.yo-marquee{overflow-x:hidden;display:flex;flex-direction:row;position:relative;width:var(--width);transform:var(--transform);}.yo-marquee:hover div{animation-play-state:var(--pause-on-hover);}.yo-marquee:active div{animation-play-state:var(--pause-on-click);}.yom-overlay{position:absolute;width:100%;height:100%;}.yom-overlay::before,.yom-overlay::after{background:linear-gradient(to right,var(--gradient-color),rgba(255,255,255,0));content:"";height:100%;position:absolute;width:var(--gradient-width);z-index:2;pointer-events:none;touch-action:none;}.yom-overlay::after{right:0;top:0;transform:rotateZ(180deg);}.yom-overlay::before{left:0;top:0;}.yom-track{flex:0 0 auto;min-width:var(--min-width);z-index:1;display:flex;flex-direction:row;align-items:center;animation:scroll var(--duration) linear var(--delay) var(--iteration-count);animation-play-state:var(--play);animation-delay:var(--delay);animation-direction:var(--direction);}@keyframes scroll{0%{transform:translateX(0%);}100%{transform:translateX(-100%);}}.yom-list{flex:0 0 auto;display:flex;min-width:auto;flex-direction:row;align-items:center;}.yom-item{transform:var(--transform);list-style-type:none !important;cursor:pointer;}.dt-image-slider .yom-list{align-items:start;}.dt-image-slider .dt-image-slider-item{display:flex;flex-direction:column;justify-content:space-between;position:relative;gap:10px;border-style:solid;}.dt-image-slider .dt-image-slider-item a{display:flex;flex-direction:column;justify-content:space-between;}.dt-image-slider .dt-image-slider-item img,.dt-image-slider .dt-image-slider-item a{line-height:0;width:100%;}.dt-image-slider.dt-image-position-left .dt-image-slider-item{flex-direction:row;align-items:center;gap:10px;}.dt-image-slider img.image{display:inline-block;aspect-ratio:unset;position:relative;-o-object-fit:cover;object-fit:cover;}.dt-image-slider .dt-image-slider-image{-o-object-fit:cover;object-fit:cover;height:150px;border-style:solid;}.dt-image-slider .dt-image-slider-title{font-size:16px;font-weight:400;margin-top:10px;margin-bottom:10px;}.dt-image-slider.dt-image-slider-300x300 .dt-image-slider-image{height:300px;}.dt-image-slider.dt-image-slider-300x300 .dt-image-slider-item{min-width:300px;width:300px;}.dt-image-slider.dt-image-slider-400x250 .dt-image-slider-image{height:250px;}.dt-image-slider.dt-image-slider-400x250 .dt-image-slider-item{min-width:400px;width:400px;}.dt-image-slider.dt-image-slider-480x270 .dt-image-slider-image{height:270px;}.dt-image-slider.dt-image-slider-480x270 .dt-image-slider-item{min-width:480px;width:480px;}.dt-image-slider.dt-image-slider-960x540 .dt-image-slider-image{height:540px;}.dt-image-slider.dt-image-slider-960x540 .dt-image-slider-item{min-width:960px;width:960px;}@media (max-width: 767px){.dt-image-slider .dt-image-slider-item{flex-direction:column;align-items:start;}}.dt-post-grid{--gutter:20px;--tablet-gutter:10px;--mobile-gutter:5px;--columns:3;--tablet-columns:2;--mobile-columns:1;}.dt-post-grid .dt-post-grid-wrap{display:grid;grid-template-columns:repeat(var(--columns),1fr);grid-gap:var(--gutter);}@media (max-width: 980px){.dt-post-grid .dt-post-grid-wrap{grid-template-columns:repeat(var(--tablet-columns),1fr);grid-gap:var(--tablet-gutter);}}@media (max-width: 767px){.dt-post-grid .dt-post-grid-wrap{grid-template-columns:repeat(var(--mobile-columns),1fr);grid-gap:var(--mobile-gutter);}}.dt-post-grid .dt-post-inner-wrap{display:flex;flex-direction:column;}.dt-post-grid.dt-post-masonry-grid .dt-post-grid-wrap{display:flex;flex-wrap:wrap;margin:0;padding:0;width:100%;max-width:100%;}.dt-post-grid.dt-post-masonry-grid .dt-post-grid-wrap .dt-post-wrap{margin-bottom:var(--gutter);width:calc(100% / var(--columns) - var(--gutter) * ( var(--columns) - 1 ) / var(--columns));}.dt-post-grid.dt-post-masonry-grid .dt-post-grid-wrap .dt-isotope-sizer{display:none;margin-bottom:var(--gutter);width:calc(100% / var(--columns) - var(--gutter) * ( var(--columns) - 1 ) / var(--columns));}.dt-post-grid.dt-post-masonry-grid .dt-post-grid-wrap .dt-gutter-sizer{width:var(--gutter) !important;}@media (max-width: 980px){.dt-post-grid.dt-post-masonry-grid .dt-post-grid-wrap .dt-post-wrap{width:calc(100% / var(--tablet-columns) - var(--gutter) * ( var(--tablet-columns) - 1 ) / var(--tablet-columns));}.dt-post-grid.dt-post-masonry-grid .dt-post-grid-wrap .dt-isotope-sizer{width:calc(100% / var(--tablet-columns) - var(--gutter) * ( var(--tablet-columns) - 1 ) / var(--tablet-columns));}}.dt-post-grid .dt-post-wrap{position:relative;overflow:hidden;}.dt-post-grid .dt-post-wrap .dt-post-content{display:flex;flex-direction:column;}.dt-post-grid .dt-post-thumbnail{overflow:hidden;position:relative;border-style:solid;border-width:0;border-color:#000;}.dt-post-grid .dt-post-thumbnail .dt-post-badge{position:absolute;top:20px;right:20px;z-index:11;color:#fff;}.dt-post-grid .dt-post-thumbnail img{width:100%;transition:all .3s linear;}.dt-post-grid .dt-post-thumbnail .dt-post-taxonomy-badge{position:absolute;top:20px;left:20px;z-index:11;}.dt-post-grid .dt-post-thumbnail.dt-post-thumbnail-background,.dt-post-grid .dt-post-thumbnail.dt-post-thumbnail-background::before{position:absolute;left:0;top:0;width:100%;height:100%;}.dt-post-grid .dt-post-title{margin-top:10px;font-size:22px;line-height:1.5;font-weight:700;}.dt-post-grid .dt-post-title a{color:#000;transition:all .3s linear;}.dt-post-grid .dt-post-meta{margin-top:10px;font-size:14px;display:flex;align-items:center;flex-wrap:wrap;width:100%;gap:5px;}.dt-post-grid .dt-post-meta>span{display:flex;align-items:center;gap:5px;}.dt-post-grid .dt-post-meta.dt-post-meta-separator>span{white-space:nowrap;margin-right:5px;}.dt-post-grid .dt-post-meta.dt-post-meta-separator>span:not(:last-child)::after{content:"|";}.dt-post-grid .dt-post-meta .dt-post-meta-label{display:flex;align-items:center;font-weight:600;}.dt-post-grid .dt-post-meta .dt-post-author-avatar{width:30px;height:30px;border-radius:50%;overflow:hidden;}.dt-post-grid .dt-post-meta .dt-post-author-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;}.dt-post-grid .dt-post-excerpt{margin-top:10px;font-size:15px;line-height:1.6;color:#333;}.dt-post-grid.dt-post-thumbnail-ratio .dt-post-thumbnail{--ratio:1;padding-bottom:calc(var(--ratio,1) * 100%);}.dt-post-grid.dt-post-thumbnail-ratio .dt-post-thumbnail img{position:absolute;-o-object-fit:cover;object-fit:cover;top:0;right:0;bottom:0;left:0;height:100%;}.dt-post-grid .dt-post-taxonomy-badge{display:flex;align-items:center;gap:5px;}.dt-post-grid .dt-post-taxonomy-badge a{transition:all .3s linear;}.dt-post-grid .dt-readmore{margin-top:20px;}.dt-post-grid .dt-readmore a{background-color:#007bff;font-size:14px;transition:all .3s linear;border-radius:2px;padding:5px 10px;color:#fff;}.dt-post-grid .dt-readmore a:hover{background-color:#0056b3;}.dt-post-grid.dt-post-thumbnail-bg .dt-post-thumbnail-background{background-size:cover;background-repeat:no-repeat;background-position:center;overflow:hidden;text-align:center;z-index:2;}.dt-post-grid.dt-post-thumbnail-bg .dt-post-thumbnail-background::before{content:"";z-index:3;}.dt-post-grid.dt-post-thumbnail-bg .dt-post-thumbnail-background img{position:absolute;left:0;top:0;width:100%;height:100%;z-index:2;}.dt-post-grid.dt-post-thumbnail-bg .dt-post-content{position:relative;z-index:10;overflow:hidden;width:100%;}.dt-post-grid .dt-post-filters-wrap{padding:0;margin:0 0 30px;border-style:solid;border-width:0;border-color:#000;}.dt-post-grid .dt-post-filters-wrap .dt-post-filters-list{display:flex;justify-content:center;align-items:center;list-style:none;}.dt-post-grid .dt-post-filters-wrap .dt-post-filters-list .dt-post-filter-item:not(:last-child){margin-right:10px;}.dt-post-grid .dt-post-filters-wrap .dt-post-filters-list .dt-post-filter-item{border-style:solid;border-width:0;border-color:#000;padding:5px 10px;border-radius:2px;transition:all .3s linear;cursor:pointer;}.dt-post-grid .dt-post-filters-wrap .dt-post-filters-list .dt-post-filter-item:hover{color:#007bff;}.dt-post-grid .dt-post-filters-wrap .dt-post-filters-list .dt-post-filter-item.active{color:#007bff;}.dt-post-grid .dt-pagination{margin-top:30px;display:flex;justify-content:center;align-items:center;list-style:none;padding:0;}.dt-post-grid .dt-pagination .page-numbers:not(.dots){margin-right:8px;border-style:solid;border-width:0;border-color:#000;}.dt-post-grid .dt-pagination .page-numbers:not(.dots):not(.next):not(.prev),.dt-post-grid .dt-pagination span.page-numbers.current{border-style:solid;width:30px;height:30px;text-align:center;display:flex;align-items:center;justify-content:center;}.dt-post-grid .dt-pagination span.page-numbers.dots{margin-right:8px;}.dt-post-grid .dt-pagination a.page-numbers{color:#222c39;border-color:#222c39;transition:all .3s linear;}.dt-post-grid .dt-pagination a.page-numbers:hover{color:#007bff;border-color:#007bff;}.dt-post-grid .dt-pagination span.page-numbers.current{color:#0e40ff;border-color:#0e40ff;}.dt-post-grid .dt-pagination .next,.dt-post-grid .dt-pagination .prev{height:30px;margin-right:8px;padding:0 10px;text-align:center;display:flex;align-items:center;justify-content:center;}.dt-post-grid .dt-infinite-scroll-wrap{text-align:center;}.dt-post-grid .dt-infinite-scroll-wrap .dt-scroll-button{display:inline-block;line-height:1;background-color:#69727d;font-size:15px;padding:12px 24px;border-radius:3px;color:#fff;fill:#fff;text-align:center;transition:all .3s;}.dt-post-grid .dt-loader{display:block;margin:0 auto;min-height:48px;line-height:48px;width:48px;text-align:center;position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);z-index:9999;background:#fff;}.dt-post-grid .dt-loader::before{content:"";display:block;width:48px;height:48px;border-radius:50%;border:4px solid rgba(0,0,0,.1);border-top-color:#007bff;animation:dt-loader-spin 1s linear infinite;}.dt-post-grid .dt-loader-overlay{position:absolute;top:0;left:0;background:hsla(0,0%,100%,0);content:"";height:100%;width:100%;z-index:9999;}@keyframes dt-loader-spin{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}@media (max-width: 767px){.dt-post-grid .dt-post-filters-wrap{padding:0;margin:0;}.dt-post-grid .dt-post-filters-wrap .dt-post-filters-list{flex-direction:column;gap:10px;}.dt-post-grid .dt-post-filters-wrap .dt-post-filters-list .dt-post-filter-item:not(:last-child){margin-right:0 !important;}.dt-post-grid .dt-post-filters-wrap .dt-post-filters-list .dt-post-filter-item{width:100%;text-align:center;}}.dt-post-carousel .dt-post-inner-wrap{display:flex;flex-direction:column;}.dt-post-carousel .dt-post-wrap{position:relative;overflow:hidden;width:auto;}.dt-post-carousel .dt-post-wrap .dt-post-content{display:flex;flex-direction:column;padding:30px;}.dt-post-carousel .dt-post-thumbnail{overflow:hidden;position:relative;border-style:solid;border-width:0;border-color:#000;}.dt-post-carousel .dt-post-thumbnail .dt-post-badge{position:absolute;top:20px;right:20px;z-index:11;color:#fff;}.dt-post-carousel .dt-post-thumbnail img{width:100%;transition:all .3s linear;}.dt-post-carousel .dt-post-thumbnail .dt-post-taxonomy-badge{position:absolute;top:20px;left:20px;z-index:11;}.dt-post-carousel .dt-post-thumbnail.dt-post-thumbnail-background,.dt-post-carousel .dt-post-thumbnail.dt-post-thumbnail-background::before{position:absolute;left:0;top:0;width:100%;height:100%;}.dt-post-carousel .dt-post-title{margin-top:10px;font-size:22px;line-height:1.5;font-weight:700;}.dt-post-carousel .dt-post-title a{color:#000;transition:all .3s linear;}.dt-post-carousel .dt-post-meta{margin-top:10px;font-size:14px;color:#69727d;display:flex;align-items:center;gap:5px;}.dt-post-carousel .dt-post-meta>span{display:flex;align-items:center;gap:5px;}.dt-post-carousel .dt-post-meta.dt-post-meta-separator>span{white-space:nowrap;}.dt-post-carousel .dt-post-meta.dt-post-meta-separator>span:not(:last-child)::after{content:"|";}.dt-post-carousel .dt-post-meta .dt-post-meta-label{display:flex;align-items:center;font-weight:600;}.dt-post-carousel .dt-post-meta .dt-post-author-avatar{width:30px;height:30px;border-radius:50%;overflow:hidden;}.dt-post-carousel .dt-post-meta .dt-post-author-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;}.dt-post-carousel .dt-post-excerpt{margin-top:10px;font-size:15px;line-height:1.6;color:#333;}.dt-post-carousel.dt-post-thumbnail-ratio .dt-post-thumbnail{padding-bottom:calc(var(--ratio,1) * 100%);}.dt-post-carousel.dt-post-thumbnail-ratio .dt-post-thumbnail img{position:absolute;-o-object-fit:cover;object-fit:cover;top:0;right:0;bottom:0;left:0;height:100%;}.dt-post-carousel .dt-post-taxonomy-badge{display:flex;align-items:center;gap:5px;}.dt-post-carousel .dt-post-taxonomy-badge a{transition:all .3s linear;}.dt-post-carousel .dt-readmore{margin-top:20px;}.dt-post-carousel .dt-readmore a{background-color:#007bff;font-size:14px;transition:all .3s linear;border-radius:2px;padding:5px 10px;color:#fff;}.dt-post-carousel .dt-readmore a:hover{background-color:#0056b3;}.dt-post-carousel.dt-post-thumbnail-bg .dt-post-thumbnail-background{background-size:cover;background-repeat:no-repeat;background-position:center;overflow:hidden;text-align:center;z-index:2;}.dt-post-carousel.dt-post-thumbnail-bg .dt-post-thumbnail-background::before{content:"";z-index:3;}.dt-post-carousel.dt-post-thumbnail-bg .dt-post-thumbnail-background img{position:absolute;left:0;top:0;width:100%;height:100%;z-index:2;}.dt-post-carousel.dt-post-thumbnail-bg .dt-post-content{position:relative;z-index:10;overflow:hidden;width:100%;}.dt-post-carousel .yo-marquee .yom-list{align-items:start !important;gap:1rem;padding:0;margin:0;list-style-type:none;}.dt-post-carousel .yo-marquee .yom-list .yom-item{margin:0;}.dt-related-posts{--columns:3;--rowGap:20px;--columnGap:20px;}.dt-related-posts li{display:flex;flex-direction:column;position:relative;width:100%;}.dt-related-posts li figure{width:100%;position:relative;overflow:hidden;}.dt-related-posts li img{aspect-ratio:4/3;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transition:transform .3s ease;}.dt-related-posts li img:hover{transform:scale(1.05);}.dt-related-posts.grid{display:grid;grid-template-columns:repeat(var(--columns),1fr);gap:var(--rowGap) var(--columnGap);}.dt-related-posts.list{display:flex;flex-direction:row;gap:var(--rowGap);flex-wrap:wrap;}.dt-related-posts.list li{flex-direction:row;}.dt-related-posts.list li figure{width:30%;}.dt-related-posts.list li .dt-post-content{flex:1;padding:0 1rem;}.dt-related-posts.list li .dt-post-content .dt-post-title{margin-top:.5rem;}.dt-related-posts.list li .dt-post-content .dt-post-meta{margin-top:.5rem;}.dt-related-posts.list li .dt-post-content .dt-post-excerpt{margin-top:.5rem;flex:none;}.dt-related-posts .dt-post-content{display:flex;flex-direction:column;height:100%;flex:1;}.dt-related-posts .dt-post-content .dt-post-excerpt{margin:0;flex:1;line-height:1.6;}.dt-related-posts .dt-post-content .dt-post-meta{display:flex;align-items:center;}.dt-auto-align{margin:0;flex:1;}@media (max-width: 1024px){.dt-related-posts{--columns:2;--rowGap:15px;--columnGap:15px;}}@media (max-width: 768px){.dt-related-posts{--columns:1;--title-size:14px;}.dt-related-posts .post-content .post-title{margin:1rem 0 .5rem;}.dt-related-posts .post-content .post-meta{margin-top:1rem;}}.dt-ajax-search{position:relative;}.dt-ajax-search .dt-search-form{display:flex;align-items:center;margin:0;transition:.2s;}.dt-ajax-search .dt-search-form .dt-ajax-search-holder{display:flex;align-items:center;flex:1 1 auto;}.dt-ajax-search .dt-search-form .dt-ajax-search-holder .dt-ajax-search-wrapper{position:relative;display:flex;flex:1 1 auto;}.dt-ajax-search .dt-search-form .dt-ajax-search-holder .dt-ajax-search-wrapper .dt-ajax-search-field{display:inline-block;width:100%;max-width:100%;padding:0 12px;line-height:40px;border:1px solid #dddedf;box-shadow:none;}.dt-ajax-search .dt-search-form .dt-ajax-search-holder .dt-ajax-search-wrapper .dt-ajax-search-field.dt-ajax-search-field-icon{padding-left:35px;}.dt-ajax-search .dt-search-form .dt-ajax-search-holder .dt-ajax-search-wrapper .dt-ajax-search-input-icon{top:50%;left:15px;width:1em;position:absolute;transform:translateY(-50%);text-align:center;}.dt-ajax-search .dt-search-form .dt-ajax-search-holder .dt-ajax-search-categories{position:relative;display:flex;width:200px;margin-left:10px;}.dt-ajax-search .dt-search-form .dt-ajax-search-holder .dt-ajax-search-categories .dt-ajax-search-categories-select{overflow:hidden;width:100%;padding:0 12px;font-size:14px;line-height:40px;white-space:nowrap;text-overflow:ellipsis;background-color:#fff;border:1px solid #dddedf;-webkit-appearance:none;-moz-appearance:none;appearance:none;}.dt-ajax-search .dt-search-form .dt-ajax-search-holder .dt-ajax-search-submit{display:inline-flex;justify-content:center;align-items:center;gap:5px;padding:13px 20px;flex:0 1 auto;cursor:pointer;border-style:solid;border-width:0;border-radius:0;box-shadow:none;text-align:center;margin-left:10px;color:#fff;background-color:#0e40ff;}.dt-ajax-search .dt-search-form .dt-ajax-search-holder .dt-ajax-search-submit .dt-ajax-search-icon{color:#fff;}.dt-ajax-search .dt-search-form .dt-ajax-search-holder .dt-ajax-search-submit .dt-ajax-search-text{margin-left:5px;}.dt-ajax-search .dt-search-form .dt-ajax-search-holder .dt-ajax-search-results{z-index:9999999;display:none;position:absolute;width:100%;top:100%;left:0;margin-top:10px;background-color:#fff;border-radius:3px;box-shadow:0px 0px 10px 0px rgba(0,0,0,.5);border-style:solid;}.dt-ajax-search .dt-search-form .dt-ajax-search-holder .dt-ajax-search-results .dt-ajax-search-results-holder{height:400px;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.5) #fff;max-height:none;overflow-x:hidden;overflow-y:auto;}.dt-ajax-search .dt-search-form .dt-ajax-search-holder .dt-ajax-search-results.show{display:block;}.dt-ajax-search .dt-search-form .dt-ajax-search-holder .dt-ajax-search-results .dt-ajax-search-results-list{overflow:hidden;display:flex;flex-wrap:wrap;flex:0 0 100%;max-width:100%;margin:0;}.dt-ajax-search .dt-search-form .dt-ajax-search-holder .dt-ajax-search-results .dt-ajax-search-results-item{max-width:calc(100% / var(--columns));flex:0 0 calc(100% / var(--columns));border-style:solid;}.dt-ajax-search .dt-search-form .dt-ajax-search-holder .dt-ajax-search-results .dt-ajax-search-item-link{display:flex;align-items:flex-start;padding:10px;gap:10px;}.dt-ajax-search .dt-search-form .dt-ajax-search-holder .dt-ajax-search-results .dt-ajax-search-item-content-wrapper{flex:1 1 auto;overflow:hidden;}.dt-ajax-search .dt-search-form .dt-ajax-search-holder .dt-ajax-search-results .dt-ajax-search-item-content-wrapper .dt-ajax-search-item-title{font-size:16px;font-weight:700;}.dt-ajax-search .dt-search-form .dt-ajax-search-holder .dt-ajax-search-results .dt-ajax-search-item-content-wrapper .dt-ajax-search-item-content{font-size:14px;margin-top:5px;line-height:1.5;}.dt-ajax-search .dt-search-form .dt-ajax-search-holder .dt-ajax-search-results .dt-ajax-search-item-thumbnail{flex-shrink:0;width:15%;max-width:15%;border-style:solid;}.dt-ajax-search .dt-search-form .dt-ajax-search-holder .dt-ajax-search-results .dt-ajax-search-item-thumbnail img{width:100%;vertical-align:top;margin:0;-o-object-fit:cover;object-fit:cover;}.dt-ajax-search .dt-search-form .dt-ajax-search-holder .dt-ajax-search-message{display:none;padding:10px;}.dt-ajax-search .dt-search-form .dt-ajax-search-holder .dt-ajax-search-message.show{display:block;}.dt-ajax-search .dt-search-form .dt-ajax-search-holder .dt-ajax-search-show-more{display:block;padding:10px;cursor:pointer;text-align:center;}.dt-ajax-search .dt-search-form .dt-ajax-search-holder .dt-ajax-search-show-more.hide{display:none;}.dt-ajax-search .dt-search-form .dt-ajax-search-holder .dt-ajax-search-spinner-holder{display:none;}.dt-ajax-search .dt-search-form .dt-ajax-search-holder .dt-ajax-search-spinner-holder.show{display:block;}.dt-ajax-search .dt-search-form .dt-ajax-search-holder .dt-ajax-search-spinner-holder .dot-flashing-spinner{display:flex;justify-content:center;align-items:center;width:70px;height:50px;margin:0px auto;}.dt-ajax-search .dt-search-form .dt-ajax-search-holder .dt-ajax-search-spinner-holder .dot{width:10px;height:10px;margin:0 5px;background-color:#000;border-radius:50%;animation:dot-flashing-animation 1s infinite ease-in-out;}.dt-ajax-search .dt-search-form .dt-ajax-search-holder .dt-ajax-search-spinner-holder .dot.dot-1{animation-delay:-.32s;}.dt-ajax-search .dt-search-form .dt-ajax-search-holder .dt-ajax-search-spinner-holder .dot.dot-2{animation-delay:-.16s;}.dt-ajax-search .dt-search-form .dt-ajax-search-holder .dt-ajax-search-spinner-holder .dot.dot-3{animation-delay:0s;}@keyframes dot-flashing-animation{0%,80%,100%{opacity:0;}40%{opacity:1;}}.dtp_ajax_search{overflow:unset !important;}.dtp-social-share{display:flex;box-sizing:border-box;flex:0 1 auto;flex-wrap:wrap;}.dtp-social-share-icon{display:flex;align-items:center;justify-content:center;overflow:visible !important;border-style:solid;position:relative;}.dtp-social-share-icon span{line-height:1;}.dtp-social-share-shape svg{position:absolute;z-index:2;top:50%;height:37%;transform:translateY(-50%);left:100%;}.dtp-social-share .dtp-social-share-btn a{display:flex;align-items:center;}.dtp-social-share-btn-inner{border-style:solid;}.dtp-social-share-text{color:#fff;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.dtp-social-share-btn-inner,.dtp-social-share-text,.dtp-social-share-icon,.dtp-social-share-icon svg{transition:all .3s;}.dt-instagram-feed{display:flex;flex-direction:column;}.dt-instagram-feed .dt-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;position:relative;font-size:inherit;flex-wrap:wrap;margin-bottom:10px;}.dt-instagram-feed .dt-header-left{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;}.dt-instagram-feed .dt-header-info{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:2px 0;margin-right:10px;}.dt-instagram-feed .dt-profile-image{flex-shrink:0;margin-right:10px;border:2px solid #333;border-radius:100%;box-sizing:border-box;cursor:pointer;overflow:hidden;}.dt-instagram-feed .dt-profile-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;}.dt-instagram-feed .dt-grid-layout{display:grid;grid-auto-flow:dense;}.dt-instagram-feed .dt-image-wrap{position:relative;padding-bottom:100%;cursor:pointer;}.dt-instagram-feed .dt-image-wrap .dt-image-overlay{display:none;position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;width:100%;padding:0;background:#333;background:rgba(0,0,0,.6);text-align:center;color:#fff;font-size:12px;line-height:1.1;overflow:hidden;cursor:inherit;}.dt-instagram-feed .dt-image-wrap .dt-image-caption{display:flex;align-items:center;justify-content:center;width:100%;height:100%;overflow:hidden;padding:1em;}.dt-instagram-feed .dt-image-wrap .dt-instagram-link{position:absolute;z-index:100;bottom:0;right:2px;padding:8px;cursor:inherit;}.dt-instagram-feed .dt-image-wrap .dt-instagram-link .dt-svg-inline{display:inline-block;height:2em;width:2em;overflow:visible;}.dt-instagram-feed .dt-image-wrap:hover .dt-image-overlay{display:block !important;}.dt-instagram-feed .dt-image-inner{position:absolute;display:flex;top:0;left:0;right:0;bottom:0;}.dt-instagram-feed .dt-image-inner a{flex:1;overflow:hidden;}.dt-instagram-feed .dt-image-thumb{width:100%;height:100%;border-style:solid;border-width:0;border-color:rgba(0,0,0,0);-o-object-fit:cover;object-fit:cover;}.dt-instagram-feed .dt-footer{width:100%;display:flex;justify-content:center;align-items:center;margin-top:10px;}.dt-instagram-feed .dt-button{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;color:#fff;border-radius:5px;transition:background-color .3s ease;}.dt-instagram-feed .dt-footer.side-by-side .dt-loadmore-button,.dt-instagram-feed .dt-footer.side-by-side .dt-follow-button{margin-right:5px;}.dt-instagram-feed .dt-footer.top-bottom{flex-direction:column;}.dt-instagram-feed .dt-footer.top-bottom .dt-loadmore-button,.dt-instagram-feed .dt-footer.top-bottom .dt-follow-button{margin-bottom:5px;}.dt-instagram-feed .dt-loadmore-button,.dt-instagram-feed .dt-follow-button a{color:#fff;display:inline-block;padding:14px 32px;text-decoration:none;background-color:#ff6900;border-radius:5px;border-style:solid;border-width:0;border-color:rgba(0,0,0,0);transition:background-color .3s ease;}.dt-instagram-feed .dt-follow-button a{background-color:#0a236d;}.dt-instagram-feed .dt-loadmore-button{position:relative;transition:opacity .5s ease-out;}.dt-instagram-feed .dt-loadmore-button .dt-loaded{position:absolute;width:20px;height:20px;top:50%;left:50%;margin:-10px 0 0 -10px;background-color:#fff;border-radius:100%;animation:dt-scaleout 1s infinite ease-in-out;}@keyframes dt-scaleout{0%{transform:scale(0);}100%{opacity:0;transform:scale(1);}}.dt-instagram-feed .dt-loadmore-button .dt-hidden-text,.dt-instagram-feed .dt-loadmore-button .dt-hidden{opacity:0 !important;}.dt-instagram-feed .dt-loadmore-button .dt-loadmore-button-text,.dt-instagram-feed .dt-loadmore-button .dt-loaded{opacity:1;transition:all .1s ease-in;}.dt-reviews{width:100%;display:grid;transition:all .3s;--columns:3;--gutter:1rem;--arrow-size:1rem;--space-between-cards:1rem;}.dt-reviews.grid{grid-template-columns:repeat(var(--columns),1fr);gap:var(--gutter);}.dt-reviews.grid .dt-review-card{width:100%;}.dt-reviews.yo-marquee .yom-list{align-items:start;gap:1rem;padding:0;margin:0;list-style-type:none;}.dt-reviews.yo-marquee .yom-list .yom-item{margin:0;}.dt-reviews.list{grid-template-columns:repeat(1,1fr);gap:var(--space-between-cards);}.dt-reviews.splide__list{display:flex;}.dt-reviews .dt-review-card{display:flex;flex-direction:column;gap:10px;background-color:#f4f4f4;border-radius:4px;padding:20px;border-style:solid;}.dt-reviews .dt-review-card.splide__slide img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;}.dt-reviews .dt-review-card .dt-review-header{display:flex;gap:1rem;}.dt-reviews .dt-review-card .dt-review-details{display:flex;flex-direction:column;}.dt-reviews .dt-review-card .dt-review-stars{display:flex;gap:.5rem;}.dt-reviews .dt-review-card .dt-review-stars .star{background-size:contain;background-repeat:no-repeat;}.dt-reviews .dt-review-card .dt-review-stars .star.full{background-image:url("https://cdn-ilcmjlf.nitrocdn.com/obYUlLFliUgXjhQlGLKHJqrYNBarJIjm/assets/images/source/rev-adf4cac/www.mrgoglass.com/wp-content/plugins/divitorque-pro/dist/6bc84ec9d0c115b5fdcc.svg");}.dt-reviews .dt-review-card .dt-review-stars .star.full.nitro-lazy{background-image:none !important;}.dt-reviews .dt-review-card .dt-review-stars .star.empty{background-image:url("https://cdn-ilcmjlf.nitrocdn.com/obYUlLFliUgXjhQlGLKHJqrYNBarJIjm/assets/images/source/rev-adf4cac/www.mrgoglass.com/wp-content/plugins/divitorque-pro/dist/961b8bf6493bcac0682d.svg");}.dt-reviews .dt-review-card .dt-review-stars .star.empty.nitro-lazy{background-image:none !important;}.dt-reviews .dt-review-card .dt-review-stars .star.half{background-image:url("https://cdn-ilcmjlf.nitrocdn.com/obYUlLFliUgXjhQlGLKHJqrYNBarJIjm/assets/images/source/rev-adf4cac/www.mrgoglass.com/wp-content/plugins/divitorque-pro/dist/aef5befa9af91f0908ac.svg");}.dt-reviews .dt-review-card .dt-review-stars .star.half.nitro-lazy{background-image:none !important;}.dt-reviews .dt-review-card .dt-review-content{min-height:88px;height:88px;}.dt-reviews .dt-review-card .dt-review-content .dt-review-text{margin:0;}.dt-reviews .dt-review-card .dt-review-content .dt-read-more{padding:0;border:none;background:none;cursor:pointer;}.dt-reviews .dt-review-card .dt-review-content{position:relative;overflow:hidden;margin-bottom:auto;min-height:82px;height:82px;}.dt-reviews .dt-review-card .dt-review-content .dt-review-text.gradient::after{content:"";display:block;position:absolute;width:100%;height:30px;bottom:0px;left:0px;background:linear-gradient(rgba(250,250,251,0) 0%,#f1f1f1 90%);}.dt-reviews .dt-review-card .dt-review-date{font-size:.875rem;color:#666;}.dt-reviews .dt-review-card .dt-reviewer-name{margin:0;}.dt-reviews .dt-review-card .dt-reviewer-avatar{width:4rem;height:4rem;border-radius:50%;}.dt-reviews-container .splide__arrow{width:calc(var(--arrow-size) * 1.667);height:calc(var(--arrow-size) * 1.667);}.dt-reviews-container .splide__arrow svg{width:var(--arrow-size);height:var(--arrow-size);}.dtp-review{display:flex;}.dtp-stars-wrap{font-size:30px;position:relative;display:inline-block;line-height:.9;}.dtp-stars-wrap .dtp-star{display:inline-block;line-height:.9;}.dtp-stars-inact{white-space:nowrap;}.dtp-stars-act{position:absolute;left:0;top:0;width:var(--active-width);overflow:hidden;white-space:nowrap;}.dtp-ratings{display:flex;align-items:center;}.dtp-ratings-number{padding-top:5px;}.dtp-rating-figure{border-style:solid;position:relative;}.dtp-rating-figure img{border-style:solid;}.dtp-rating-star-desc{font-size:14px;}@media (max-width: 767px){.dtp-review{display:block;}}.dtp-review-badge{font-size:13px;border-style:solid;white-space:nowrap;}.torq-star-rating{display:flex;align-items:center;flex-direction:row;width:-moz-max-content;width:max-content;max-width:100%;gap:12px;}.torq-star-rating .torq-star-rating-wrap{display:flex;flex-wrap:wrap;gap:5px;}.torq-star-rating .torq-star-rating-wrap svg{fill:#f8954f;width:32px;height:32px;}.dtp-team{border-style:solid;}.dtp-team-content{border-style:solid;z-index:99;}.dtp-team figure .figure-wrap{overflow:hidden;height:100%;}.dtp-team figure{border-width:0;position:relative;}.dtp-team figure img{width:100%;max-width:100%;vertical-align:middle;transition:.3s;border-style:solid;}.et-db #et-boc .dtp-team .dtp-team-social,.dtp-team .dtp-team-social{list-style:none !important;padding-left:0;}.dtp-team .dtp-team-social{display:flex;padding-bottom:0;transition:.3s;margin-bottom:0;}.dtp-team .dtp-team-social li a span,.dtp-team .dtp-team-social li a svg{vertical-align:middle;line-height:1;}.dtp-team .dtp-team-social li a{display:flex;justify-content:center;align-items:center;transition:.3s;padding:3px;}.dtp-team .content-left{text-align:left;}.dtp-team .content-right{text-align:right;}.dtp-team .content-center{text-align:center;}.dtp-team .item-center{justify-content:center;}.dtp-team-content-job-title,.dtp-team-content-bio{font-size:14px;}h3.dtp-team-content-name{font-size:22px;}.dtp-team .item-right{justify-content:flex-end;}.dtp-team.hover_1{position:relative;}.dtp-team.hover_1 .dtp-team-content{position:absolute;bottom:50px;left:25px;width:calc(100% - 50px);opacity:0;}.dtp-team.hover_1:hover .dtp-team-content{bottom:25px;opacity:1;}.dtp-team.hover_2{position:relative;}.dtp-team.hover_2 .dtp-team-content{position:absolute;top:25px;left:25px;width:calc(100% - 50px);height:calc(100% - 50px);opacity:0;display:flex;flex-direction:column;justify-content:center;}.dtp-team.hover_2:hover .dtp-team-content{opacity:1;}.dtp-team.hover_3{position:relative;}.dtp-team.hover_3 .dtp-team-content{position:absolute;bottom:0px;left:0px;width:100%;opacity:0;transform:translateY(100%);}.dtp-team.hover_3:hover .dtp-team-content{opacity:1;transform:translateY(0);}.dtp-team.hover_4{position:relative;}.dtp-team.hover_4 .dtp-team-content{position:absolute;top:50%;left:25px;width:calc(100% - 50px);opacity:0;transform:translateY(-50%) scale(.7);}.dtp-team.hover_4:hover .dtp-team-content{opacity:1;transform:translateY(-50%) scale(1);}.dtp-testimonial-img{border-style:solid;overflow:hidden;border-width:0;display:inline-block !important;}.dtp-img-right .dtp-testimonial-reviewer figure{order:2;}.dtp-testimonial-title{font-size:14px;}.dtp-testimonial{position:relative;}.dtp-testimonial.dtp-align-left *{text-align:left;}.dtp-testimonial.dtp-align-center *{text-align:center;}.dtp-testimonial.dtp-align-right *{text-align:right;}.dtp-img-left .dtp-testimonial-reviewer,.dtp-img-right .dtp-testimonial-reviewer{display:flex;align-items:center;}.dtp-testimonial-review{font-size:14px;}.dtp-align-right .dtp-testimonial-reviewer{justify-content:flex-end;}.dtp-align-center .dtp-testimonial-reviewer{justify-content:center;}.dtp-testimonial-icon i{display:inline-block;border-style:solid;}.dtp-testimonial-inner{position:relative;z-index:1;border-style:solid;min-height:110px;}.dtp-testimonial-inner .dtp-icon-bg{position:absolute;width:100%;height:100%;z-index:-1;display:flex;align-items:center;left:0;top:0;}.dtp-testimonial .dtp-icon-absolute{position:absolute;z-index:9999999;}.dtp-testimonial-content{width:100%;}.dtp-testimonial-inner.img-pos-left,.dtp-testimonial-inner.img-pos-right{display:flex;}@media (max-width: 767px){.dtp-testimonial-inner.img-pos-left,.dtp-testimonial-inner.img-pos-right{display:block !important;}}.dtp-horizontal-timeline-frontend .slick-arrow:before{content:attr(data-icon) !important;}.dtp-et-icon{display:inline-block;transition:.2s all ease !important;transform-origin:center;vertical-align:middle !important;line-height:1;}.et-db #et-boc .dtp-et-icon:after,.dtp-et-icon:after{content:attr(data-icon) !important;font-family:"ETmodules" !important;line-height:inherit;font-size:inherit !important;display:inline-block;text-shadow:none;font-weight:400;font-style:normal;font-variant:none;text-transform:none;transition:all .2s ease;}.dtp-horizontal-timeline .slick-arrow:before{font-family:ETmodules !important;line-height:1.35;vertical-align:middle;}.dtp-horizontal-timeline .slick-arrow:before,.dtp-horizontal-timeline .slick-arrow:after{color:inherit !important;}.dtp-horizontal-timeline-title h4{margin-bottom:0;padding-bottom:0;font-size:18px;}.dtp-horizontal-timeline-date,.dtp-horizontal-timeline-desc{font-size:14px;}.dtp-horizontal-timeline .slick-arrow{z-index:99 !important;}.dtp-horizontal-timeline-icon-wrap{position:relative;}.dtp-horizontal-timeline-icon-wrap:before{content:"";width:500%;top:50%;transform:translateY(-50%);position:absolute;}.dtp-horizontal-timeline-icon{border:0px solid;display:flex;align-items:center;justify-content:center;position:relative;z-index:99;border-radius:6px;}.dtp-horizontal-timeline-figure{max-width:100%;overflow:hidden;display:inline-block;}.dtp-horizontal-timeline-figure img{-o-object-fit:cover;object-fit:cover;width:100%;max-width:100%;}.dtp-horizontal-timeline-content-wrap{position:relative;}.dtp-horizontal-timeline .dtp-horizontal-timeline-arrow:before{display:block;width:100%;height:100%;content:"";transition:inherit;}.dtp-horizontal-timeline .dtp-horizontal-timeline-arrow{position:absolute;bottom:100%;box-sizing:content-box;width:15px;height:15px;border-right-color:rgba(0,0,0,0);border-bottom-color:rgba(0,0,0,0);transition:inherit;}.both .slick-slide:nth-child(even) .dtp-horizontal-timeline-item{padding-bottom:15px;}.both .slick-slide:nth-child(odd) .dtp-horizontal-timeline-item{display:flex;flex-direction:column-reverse;}.both .slick-slide:nth-child(odd) .dtp-horizontal-timeline-item .dtp-horizontal-timeline-arrow{top:100%;}.both .slick-slide:nth-child(odd) .dtp-horizontal-timeline-item{height:calc(var(--main-height));}.both .slick-slide:nth-child(odd) .dtp-horizontal-timeline-top{display:flex;flex-direction:column-reverse;}.dtp-horizontal-timeline.both .dtp-horizontal-timeline-date{height:30px;}.dtp-horizontal-timeline-icon-wrap{position:relative;}.dtp-horizontal-timeline-date.empty-date{opacity:0;}.dtp-horizontal-timeline.both .slick-arrow{top:var(--arrow-pos) !important;transform:translateY(-50%) !important;}.top .dtp-horizontal-timeline-item{display:flex;flex-direction:column-reverse;}.top .dtp-horizontal-timeline-top{display:flex;flex-direction:column-reverse;}.top .dtp-horizontal-timeline-item .dtp-horizontal-timeline-arrow{top:100%;}.top.dtp-horizontal-timeline .slick-track{display:flex !important;}.top.dtp-horizontal-timeline .slick-slide{height:initial !important;}.top .dtp-horizontal-timeline-item,.top.dtp-horizontal-timeline .bapro_horizontal_timeline_child>div,.top.dtp-horizontal-timeline .bapro_horizontal_timeline_child,.top.dtp-horizontal-timeline .slick-slide>div{height:100% !important;}.dtp-et-icon{display:inline-block;transition:.2s all ease !important;transform-origin:center;vertical-align:middle !important;line-height:1;}.et-db #et-boc .dtp-et-icon:after,.dtp-et-icon:after{content:attr(data-icon) !important;font-family:"ETmodules" !important;line-height:inherit;font-size:inherit !important;display:inline-block;text-shadow:none;font-weight:400;font-style:normal;font-variant:none;text-transform:none;transition:all .2s ease;}.dtp-vertical-timeline .et_pb_module{margin-bottom:0 !important;}.dtp-vertical-timeline .et_pb_module.torq_timeline_child:last-child{margin-bottom:0 !important;padding-bottom:0 !important;}.dtp-vt-content-inner{position:relative;}.dtp-vertical-timeline h4,.dtp-vertical-timeline h5{margin-bottom:0;padding-bottom:0;}.dtp-vertical-timeline{position:relative;overflow:hidden;}.dtp-vt-figure img{border-style:solid;}.dtp-vt-desc{font-size:14px;line-height:1.6;}.dtp-vt-content{border-style:solid;}.dtp-vt-circle{display:flex;justify-content:center;align-items:center;border-radius:50%;border:0 solid #333;z-index:9999;position:absolute;}.dtp-vt-title h4{margin-bottom:0;padding-bottom:0;}.dtp-vertical-timeline h5{font-size:16px;}.dtp-vertical-timeline h4{font-size:18px;}.torq_timeline_child:not(.is-scroll) .dtp-vt-scroll-inner{display:none;}.dtp-vt-circle i:after{transition:0s !important;}.dtp-vt-scroll{position:absolute;height:300%;left:0px;top:5px;z-index:99;}.dtp-vt-scroll-inner{width:100%;position:static;}.dtp-vt-circle-date{font-size:14px;text-align:center;line-height:1;}.dtp-vt-circle-date .date-day{font-size:13px;}.dtp-vt-circle-date .date-month{font-size:16px;}.dtp-vt-circle-date .date-year{font-size:11px;}.dtp-vt-time{margin-left:8px;}.dtp-vt-title h4{line-height:1.6;font-size:18px;}.dtp-vt-subtitle h5{line-height:1.6;font-size:16px;}.template-1 .dtp-vt-scroll{left:100%;transform:translateX(-50%);}.template-1 .torq_timeline_child:nth-child(2n) .dtp-vt-scroll{left:auto;right:100%;transform:translateX(50%);}.template-1 .torq_timeline_child{position:relative;margin:0px 50% 0 0;}.template-1 .torq_timeline_child:nth-child(2n){margin:0 0 0 50%;}.template-1 .dtp-vt-content{position:relative;}.template-1 .torq_timeline_child:nth-child(2n) .dtp-vt-content-inner:before{right:auto;left:-9px;}.template-1 .dtp-vt-content-inner:before{width:20px;height:20px;display:block;content:"";transform:rotate(-45deg);position:absolute;right:-9px;background-color:inherit;}.template-1 .dtp-vt-circle{position:absolute;transform:translateX(50%);}.template-1 .torq_timeline_child:nth-child(2n) .dtp-vt-circle{right:auto;transform:translateX(-50%);}.template-2 .dtp-vt-content-inner:before{width:20px;height:20px;display:block;content:"";transform:rotate(-45deg);position:absolute;left:-9px;background-color:inherit;}.template-2 .torq_timeline_child{position:relative;margin:0px 0 0px 0px;}.template-2 .dtp-vt-content{position:relative;}.template-2 .dtp-vt-circle{transform:translateX(-50%);}.template-2 .dtp-vt-scroll{left:0;transform:translateX(-50%);}.template-3 .torq_timeline_child{position:relative;padding-bottom:40px;}.template-3 .dtp-vt-content{position:relative;}.template-3 .dtp-vt-content-inner:before{width:20px;height:20px;display:block;content:"";transform:rotate(-45deg);position:absolute;left:-9px;background-color:inherit;}.template-3 .dtp-vt-scroll{left:0;transform:translateX(-50%);}.template-3 .dtp-vt-circle{transform:translateX(-50%);}.template-3 .dtp-vt-content-left{position:absolute;text-align:right;top:0px;transform:translateX(-100%);}@media (max-width: 767px){.dtp-vertical-timeline.template-1 .dtp-vt-circle{transform:translateX(-50%) translateY(-50%);}.dtp-vertical-timeline.template-1 .dtp-vt-scroll{left:50% !important;transform:translateX(-50%) !important;right:auto !important;}.dtp-vertical-timeline.template-1 .torq_timeline_child{margin:0 0 0 0 !important;}.dtp-vertical-timeline.template-1 .dtp-vt-content-inner:before{left:50% !important;top:-10px !important;right:auto !important;margin-left:-10px;}.dtp-vertical-timeline.template-1 .torq_timeline_child:nth-child(2n) .dtp-vt-content,.dtp-vertical-timeline.template-1 .dtp-vt-content{margin-left:0 !important;margin-right:0 !important;}.template-1 .torq_timeline_child:nth-child(2n) .dtp-vt-circle{transform:translateX(-50%) translateY(-50%) !important;}.template-1 .dtp-vt-content{z-index:9999;}.template-1 .torq_timeline_child .dtp-vt-circle{right:auto !important;left:50% !important;}.dtp-vertical-timeline.template-3 .dtp-vt-title{position:static !important;text-align:inherit;top:initial;left:initial;transform:translateX(0%) translateY(0%);margin-bottom:15px;}.dtp-vertical-timeline.template-3 .dtp-vt-content-left{width:166px !important;width:initial !important;position:static !important;transform:translateX(0) translateY(0) !important;text-align:left !important;}}.dtp-business-hour-day,.dtp-business-hour-hour{line-height:1;}.dtp-business-hour-child{border-style:solid;}.dtp-business-hour-day,.dtp-business-hour-time{font-size:14px;}.torq_business_hours .dtp-business-hour .dtp-business-hour-content .torq_business_hours_child:last-child{margin-bottom:0 !important;}.torq_business_hours .dtp-business-hour .dtp-business-hour-content .torq_business_hours_child:last-child:after{display:none;opacity:0;}.torq_business_hours_child{position:relative;}.torq_business_hours_child:after{width:100%;left:0;}.dtp-business-hour-child{display:flex;justify-content:space-between;align-items:center;}.dtp-business-hour-separator{flex:1 1;}.dtp-price-menu-image{border-style:solid;display:inline-block !important;}.dtp-price-menu-header h3{padding-bottom:0;margin-bottom:0;}.dtp-price-menu-image img{width:100%;-o-object-position:center;object-position:center;}.dtp-price-menu .dtp-price-menu-desc{margin-bottom:0;padding-bottom:0;}.bapro_price_menu_child{border-style:solid;}.bapro_price_menu .dtp-price-menu.dtp-module .bapro_price_menu_child:last-child{margin-bottom:0 !important;}.dtp-price-menu-child{width:100%;}.dtp-cf7-styler *{box-sizing:border-box;}.dtp-cf7-styler .wpcf7 form{position:relative;}.dtp-cf7-styler .wpcf7-form .wpcf7-submit{display:block !important;}.dtp-cf7-styler .wpcf7 form>div,.dtp-cf7-styler .wpcf7 form>p{margin-bottom:0;padding-bottom:0;}.dtp-cf7-styler .wpcf7 .dtp-cf7-styler .wpcf7-control-wrap{width:100%;display:block;}.dtp-cf7-styler .wpcf7 input:not([type=submit]):focus,.dtp-cf7-styler .wpcf7 select:focus,.dtp-cf7-styler .wpcf7 textarea:focus{border-color:#eaeaea;outline:0;box-shadow:none;}.dtp-cf7-styler .wpcf7 input:not([type=submit]):not([type=checkbox]):not([type=radio]),.dtp-cf7-styler .wpcf7 select,.dtp-cf7-styler .wpcf7 textarea{width:100%;max-width:100%;}.dtp-cf7-styler .wpcf7 input[type=file]{color:#666;height:auto;border-width:1px;border-style:solid;border-color:#eaeaea;background:#fafafa;box-shadow:none;transition:all .2s linear;border-radius:2px;box-sizing:border-box;}.dtp-cf7-styler.dtp-cf7-styler-cr .wpcf7 input[type=checkbox],.dtp-cf7-styler.dtp-cf7-styler-cr .wpcf7 input[type=radio]{display:inline-block;position:relative;visibility:hidden;clear:none;cursor:pointer;line-height:0;height:1.2em;margin:-3px 4px 0 0;outline:0;padding:0;border-radius:.2em;text-align:center;vertical-align:middle;width:1.4em;min-width:1.4em;transition:all .2s linear;}.dtp-cf7-styler input[type=range]{background:0 0 !important;border:none !important;padding-left:0 !important;padding-right:0 !important;}.dtp-cf7-styler.dtp-cf7-styler-cr .wpcf7-acceptance input[type=checkbox]+span:before,.dtp-cf7-styler.dtp-cf7-styler-cr .wpcf7-acceptance input[type=checkbox]:checked+span:before,.dtp-cf7-styler.dtp-cf7-styler-cr .wpcf7-checkbox input[type=checkbox]+span:before,.dtp-cf7-styler.dtp-cf7-styler-cr .wpcf7-checkbox input[type=checkbox]:checked+span:before,.dtp-cf7-styler.dtp-cf7-styler-cr .wpcf7-radio input[type=radio]+span:before{box-sizing:content-box;}.dtp-cf7-styler.dtp-cf7-styler-cr .wpcf7-acceptance input[type=checkbox],.dtp-cf7-styler.dtp-cf7-styler-cr .wpcf7-checkbox input[type=checkbox],.dtp-cf7-styler.dtp-cf7-styler-cr .wpcf7-radio input[type=radio]{display:none;}.dtp-cf7-styler.dtp-cf7-styler-cr .wpcf7-checkbox input[type=checkbox]+span:before,.dtp-cf7-styler.dtp-cf7-styler-cr .wpcf7-acceptance input[type=checkbox]+span:before,.dtp-cf7-styler.dtp-cf7-styler-cr .wpcf7-radio input[type=radio]:not(:checked)+span:before{background-color:#fff;}.dtp-cf7-styler.dtp-cf7-styler-cr .wpcf7-checkbox input[type=checkbox]+span:before,.dtp-cf7-styler.dtp-cf7-styler-cr .wpcf7-acceptance input[type=checkbox]+span:before,.dtp-cf7-styler.dtp-cf7-styler-cr .wpcf7-radio input[type=radio]+span:before{border-width:1px;border-style:solid;border-color:#d1d8de;width:14px;height:14px;}.dtp-cf7-styler.dtp-cf7-styler-cr .wpcf7-radio input[type=radio]:checked+span:before{box-shadow:inset 0px 0px 0px 4px #fff;}.dtp-cf7-styler.dtp-cf7-styler-cr .wpcf7-radio input[type=radio]+span:before{border-radius:100%;background-color:#d1d8de;}.dtp-cf7-styler.dtp-cf7-styler-cr .wpcf7-acceptance input[type=checkbox]+span:before,.dtp-cf7-styler.dtp-cf7-styler-cr .wpcf7-checkbox input[type=checkbox]+span:before,.dtp-cf7-styler.dtp-cf7-styler-cr .wpcf7-radio input[type=radio]+span:before{content:"";display:inline-block;vertical-align:middle;margin-right:10px;text-align:center;}.dtp-cf7-styler.dtp-cf7-styler-cr .wpcf7-acceptance input[type=checkbox]:checked+span:before,.dtp-cf7-styler.dtp-cf7-styler-cr .wpcf7-checkbox input[type=checkbox]:checked+span:before{content:"✔";line-height:1.2;}.dtp-cf7-styler-button-center input.wpcf7-form-control.wpcf7-submit,.dtp-cf7-styler-button-justify input.wpcf7-form-control.wpcf7-submit,.dtp-cf7-styler-button-left input.wpcf7-form-control.wpcf7-submit,.dtp-cf7-styler-button-right input.wpcf7-form-control.wpcf7-submit{-js-display:flex;display:flex;width:auto;}.dtp-cf7-styler .wpcf7 input[type=submit]{letter-spacing:.6px;width:auto;font-size:16px;padding:10px 22px 10px 22px;border-radius:3px;border-style:solid;border-color:#2ea3f2;color:#fff;background-color:#2ea3f2;-webkit-appearance:button;cursor:pointer;}.dtp-cf7-styler .wpcf7 div.wpcf7-response-output{margin:0;}.dtp-form-header{display:flex;align-items:center;}.dtp-form-header-icon,.dtp-form-header-image{position:relative;display:flex;flex:auto 0 0;align-items:center;justify-content:center;overflow:hidden;margin-right:20px;border-radius:50% 50%;}.dtp-form-header-title{font-size:32px;font-weight:600;}.dtp-form-header-text{margin-top:8px;opacity:.7;font-size:15px;}.dtp-cf7-styler-button-center .wpcf7-form input[type=submit],.dtp-cf7-styler-button-center .wpcf7-form button.wpcf7-submit{margin-left:auto !important;margin-right:auto !important;}.dtp-cf7-styler-button-right .wpcf7-form input[type=submit],.dtp-cf7-styler-button-right .wpcf7-form button.wpcf7-submit{margin-left:auto !important;}.dtp-cf7-styler-button-left .wpcf7-form input[type=submit],.dtp-cf7-styler-button-left .wpcf7-form button.wpcf7-submit{margin-right:auto !important;}.dtp-cf7 .wpcf7 input[type=submit][disabled]{cursor:not-allowed;}.dt-gf-styler .gform_wrapper .chosen-container-multi .chosen-choices,.dt-gf-styler .gform_wrapper .chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0;height:auto;border:1px solid #aaa;border-radius:0;background:#fff;box-shadow:none;color:#444;text-decoration:none;white-space:nowrap;}.dt-gf-styler .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input{margin-bottom:0;}.dt-gf-styler .gform_wrapper li.hidden_label input{margin-top:0;}.dt-gf-styler .gform_wrapper .chosen-container-single .chosen-single span{line-height:1;}.dt-gf-styler .gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single{background:#fff;}.dt-gf-styler .gform_page .gform_page_footer input[type=button],.dt-gf-styler .gform_page .gform_page_footer input[type=submit]{display:inline-block;}.dt-gf-styler .gform_wrapper .gf_progressbar_wrapper .gf_progressbar_title,.dt-gf-styler .gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title{opacity:1;}.dt-gf-styler .gchoice,.dt-gf-styler .gchoice_button{align-items:center;vertical-align:middle;}.dt-gf-styler .chosen-single,.dt-gf-styler select{-webkit-appearance:none;-moz-appearance:none;appearance:none;}.dt-gf-styler .gform_wrapper div.validation_error{border-top:none;border-bottom:none;}.dt-gf-styler .gform_wrapper .gfield_radio li label{margin:0;}.dt-gf-styler .gform_wrapper .gform_body{width:100% !important;}.dt-gf-styler .gform_wrapper .gsection{margin-right:0;}.dt-gf-styler .gform_body ul{margin-left:0;list-style:none;}.dt-gf-styler .gform_wrapper .chosen-choices li.search-field input.default,.dt-gf-styler .gform_wrapper .chosen-choices li.search-field input[type=text],.dt-gf-styler .gform_wrapper .gfield .ginput_container .chosen-choices,.dt-gf-styler .gform_wrapper .gfield .ginput_container .chosen-single,.dt-gf-styler .gform_wrapper .gfield .ginput_container select{height:auto;}.dt-gf-styler .gform_page .gform_page_footer input[type=button]{margin-bottom:20px;}.gform_wrapper .gform_body .gform_page .gform_page_footer .gform_next_button,.gform_wrapper .gform_body .gform_page .gform_page_footer .gform_previous_button{display:inline-block;}.dt-gf-styler .gform_wrapper .gform_validation_errors>h2 .gform-icon{display:unset;position:relative;left:unset;top:unset;}.dt-gf-styler .gform_wrapper .gform_validation_errors>h2.gform_submission_error{display:flex;align-items:center;}.dt-gf-styler .gform_wrapper{display:block !important;}.dt-ff-styler .fluentform input[type=checkbox],.dt-ff-styler .fluentform input[type=radio],.dt-ff-styler select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-style:solid;}.dt-ff-styler .fluentform input[type=checkbox],.dt-ff-styler .fluentform input[type=radio]{box-sizing:content-box;display:inline-block;margin-right:10px;height:20px;width:20px;cursor:pointer;}.dt-ff-styler .fluentform input[type=checkbox]:before,.dt-ff-styler .fluentform input[type=radio]:before{content:"";box-sizing:content-box;cursor:pointer;display:flex;height:100%;width:100%;justify-content:center;align-items:center;}.dt-ff-styler .fluentform input[type=checkbox]:focus,.dt-ff-styler .fluentform input[type=radio]:focus{outline:0;}.dt-ff-styler .fluentform .ff-el-form-check label.ff-el-form-check-label{display:inline-block;vertical-align:middle;margin-bottom:5px;}.dt-ff-styler .fluentform input[type=radio],.dt-ff-styler .fluentform input[type=radio]:checked:before{border-radius:100%;}.dt-ff-styler .fluentform input[type=checkbox]:checked:before{content:"✔";line-height:1.2;}@keyframes dot1{0%{background-color:#b6b5ba;}15%{background-color:#111;}25%{background-color:#b6b5ba;}}@keyframes dot2{0%{background-color:#b6b5ba;}15%{background-color:#111;}25%{background-color:#b6b5ba;}}@keyframes dot3{0%{background-color:#b6b5ba;}15%{background-color:#111;}25%{background-color:#b6b5ba;}}.dt-whatsapp-chat-wrapper{position:fixed;margin:20px 0 0;bottom:30px;z-index:999999999999999;transition:.5s;}.dt-whatsapp-chat-wrapper .dt-chat-close-btn{position:absolute;top:8px;right:8px;width:20px;height:20px;opacity:.4;cursor:pointer;transition:all .3s ease 0s;outline:rgba(0,0,0,0);justify-content:center;align-items:center;display:flex !important;}.dt-whatsapp-chat-wrapper .dt-chat-close-btn::before,.dt-whatsapp-chat-wrapper .dt-chat-close-btn::after{content:"";position:absolute;width:12px;height:2px;background-color:#fff;display:block;border-radius:2px;}.dt-whatsapp-chat-wrapper .dt-chat-close-btn::before{transform:rotate(45deg);}.dt-whatsapp-chat-wrapper .dt-chat-close-btn::after{transform:rotate(-45deg);}.dt-whatsapp-chat-wrapper .dt-chat-bubble{position:relative;position:fixed;bottom:30px;z-index:9999999;}.dt-whatsapp-chat-wrapper .dt-chat-bubble-btn{display:flex;align-items:center;justify-content:center;flex-direction:row;width:50px;height:50px;border-radius:50%;box-shadow:0 3px 10px rgba(0,0,0,.2);background-color:#25d366;cursor:pointer;border:none;gap:10px;visibility:visible;}.dt-whatsapp-chat-wrapper .dt-chat-bubble-btn .dt-bubble-icon{display:block;width:40px;height:40px;}.dt-whatsapp-chat-wrapper .dt-chat-bubble-btn .dt-bubble-icon svg{width:100%;height:100%;}.dt-whatsapp-chat-wrapper .dt-chat-box{opacity:0;box-shadow:rgba(0,0,0,.1) 0px 12px 24px 0px;background-color:#fff;border-radius:9px;transition:.5s;position:fixed;width:360px;bottom:0;z-index:2;visibility:hidden;}.dt-whatsapp-chat-wrapper .dt-chat-box-show{opacity:1;bottom:0;margin-bottom:100px;visibility:visible;}.dt-whatsapp-chat-wrapper .dt-chat-box .dt-chat-header{background-color:#095e54;padding:20px;display:flex;align-items:center;border-radius:9px 9px 0 0;color:#fff;}.dt-whatsapp-chat-wrapper .dt-chat-box .dt-chat-header img{width:50px;height:50px;border-radius:50%;-o-object-fit:cover;object-fit:cover;}.dt-whatsapp-chat-wrapper .dt-chat-box .dt-chat-header .dt-chat-header-right{padding-left:15px;}.dt-whatsapp-chat-wrapper .dt-chat-box .dt-chat-header .dt-chat-header-right .dt-profile-name{font-size:16px;font-weight:700;line-height:20px;}.dt-whatsapp-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-conversation{background-color:#f1f0f0;padding:40px 20px 50px;position:relative;overflow:auto;max-height:382px;display:flex;}.dt-whatsapp-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-conversation .dt-chat-dots{background-color:#fff;width:50px;height:30px;display:flex;justify-content:center;align-items:center;transition:all .1s ease 0s;opacity:0;z-index:1;border-radius:9px;box-shadow:rgba(0,0,0,.1) 0px 1px .5px;}.dt-whatsapp-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-conversation .dt-chat-dots .dt-chat-dots-inner{position:relative;display:flex;}.dt-whatsapp-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-conversation .dt-chat-dots .dt-chat-dots-inner .dt-chat-dot{height:5px;width:5px;margin:0px 2px;background-color:#b6b5ba;border-radius:50%;position:relative;animation-duration:1.2s;animation-iteration-count:infinite;animation-timing-function:linear;top:0px;display:inline-block !important;}.dt-whatsapp-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-conversation .dt-chat-dots .dt-chat-dots-inner .dt-chat-dot.dot1{animation-name:dot1;}.dt-whatsapp-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-conversation .dt-chat-dots .dt-chat-dots-inner .dt-chat-dot.dot2{animation-name:dot2;}.dt-whatsapp-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-conversation .dt-chat-dots .dt-chat-dots-inner .dt-chat-dot.dot3{animation-name:dot3;}.dt-whatsapp-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-conversation .dt-chat-greeting-msg{background-color:#fff;border-radius:9px;box-shadow:rgba(0,0,0,.1) 0px 1px .5px;color:#000;font-size:14px;margin-left:-50px;line-height:1.3;max-width:calc(100% - 80px);padding:7px 14px 6px;width:100%;opacity:0;transition:.5s;z-index:2;}.dt-whatsapp-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-conversation .dt-chat-greeting-msg p{font-size:14px;font-weight:400;line-height:19px;margin-bottom:10px;padding-bottom:0;}.dt-whatsapp-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-conversation .dt-chat-greeting-msg p.dt-user-name{font-size:13px;font-weight:700;line-height:18px;color:rgba(0,0,0,.4);margin-bottom:4px;}.dt-whatsapp-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-btn-wrapper{padding:30px;}.dt-whatsapp-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-btn-wrapper .dt-start-chat{background-color:#25d366;display:flex;padding:10px 20px;justify-content:center;border-radius:10px;font-size:14px;font-weight:700;text-decoration:none;align-items:center;color:#fff;cursor:pointer;gap:10px;}.dt-whatsapp-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-btn-wrapper .dt-start-chat img{height:24px;}.dt-whatsapp-chat-wrapper .dt-chat-box-show{opacity:1;bottom:0;margin-bottom:100px;}.dt-whatsapp-chat-wrapper.dt-floating-right{right:0;}.dt-whatsapp-chat-wrapper.dt-floating-right .dt-chat-box{right:50px;}.dt-whatsapp-chat-wrapper.dt-floating-right .dt-chat-bubble{right:50px;}.dt-whatsapp-chat-wrapper.dt-floating-left{left:0;}.dt-whatsapp-chat-wrapper.dt-floating-left .dt-chat-box{left:50px;}.dt-whatsapp-chat-wrapper.dt-floating-left .dt-chat-bubble{left:50px;}.dt-whatsapp-chat-wrapper.dt-floating-center{left:50%;transform:translateX(-50%);}.dt-whatsapp-chat-wrapper.dt-floating-center .dt-chat-box{left:0;right:0;margin-left:auto;margin-right:auto;}.dt-whatsapp-chat-wrapper.dt-floating-center .dt-chat-bubble{left:0;right:0;margin-left:auto;margin-right:auto;}.torq_whatsapp_chat .dt-template-support .dt-chat-box .dt-chat-header{background-color:#fff;color:#000;}.torq_whatsapp_chat .dt-template-support .dt-wc-chat-bubble-btn{border-radius:100px;width:auto;padding:10px 25px;background-color:#000;color:#fff;}.torq_whatsapp_chat .dt-template-booking .dt-chat-box .dt-chat-header{background-color:#1c68f5;}.torq_whatsapp_chat .dt-template-booking .dt-wc-chat-bubble-btn{border-radius:100px;width:auto;width:100%;padding:10px 25px;background-color:#1c68f5;color:#fff;box-sizing:border-box;}.dt-template-sale .dt-chat-box .dt-chat-header{background-color:#ff6900;}.dt-template-sale .dt-wc-chat-bubble-btn{background-color:#ff6900;}@media (max-width: 768px){.dt-whatsapp-chat-wrapper{bottom:20px;}.dt-whatsapp-chat-wrapper .dt-chat-box{width:90%;max-width:320px;margin-bottom:20px;}}@media (max-width: 480px){.dt-whatsapp-chat-wrapper{bottom:20px;margin:0px auto;width:100%;}.dt-whatsapp-chat-wrapper.dt-floating-right{right:20px;}.dt-whatsapp-chat-wrapper.dt-floating-right .dt-chat-box{right:10px;}.dt-whatsapp-chat-wrapper.dt-floating-right .dt-chat-bubble{right:10px;}.dt-whatsapp-chat-wrapper.dt-floating-left{left:20px;}.dt-whatsapp-chat-wrapper.dt-floating-left .dt-chat-box{left:10px;}.dt-whatsapp-chat-wrapper.dt-floating-left .dt-chat-bubble{left:10px;}.dt-whatsapp-chat-wrapper .dt-chat-bubble-btn{border-radius:50%;height:50px;width:50px;}.dt-whatsapp-chat-wrapper .dt-chat-box{width:calc(100% - 40px);bottom:100px;left:auto;}.dt-whatsapp-chat-wrapper .dt-chat-box .dt-chat-header{padding:15px;}.dt-whatsapp-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-conversation{padding:15px;}.dt-whatsapp-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-conversation .dt-chat-greeting-msg{max-width:100%;width:100%;}.dt-whatsapp-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-conversation .dt-chat-greeting-msg p{font-size:12px;line-height:14px;margin-bottom:5px;}.dt-whatsapp-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-btn-wrapper{padding:10px;}.dt-whatsapp-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-btn-wrapper .dt-start-chat{padding:7px 10px;}}.dt-warning{color:#343541;font-weight:bold;font-weight:500;cursor:pointer;background-color:#fae69e;border-radius:.375rem;font-size:.75rem;line-height:1rem;padding:.275rem .375rem !important;display:inline-block;}@keyframes dot1{0%{background-color:#b6b5ba;}15%{background-color:#111;}25%{background-color:#b6b5ba;}}@keyframes dot2{0%{background-color:#b6b5ba;}15%{background-color:#111;}25%{background-color:#b6b5ba;}}@keyframes dot3{0%{background-color:#b6b5ba;}15%{background-color:#111;}25%{background-color:#b6b5ba;}}.dt-instagram-chat-wrapper{position:fixed;margin:20px 0 0;bottom:30px;z-index:999999999;transition:.5s;}.dt-instagram-chat-wrapper .dt-chat-close-btn{position:absolute;top:8px;right:8px;width:20px;height:20px;opacity:.4;cursor:pointer;transition:all .3s ease 0s;outline:rgba(0,0,0,0);justify-content:center;align-items:center;display:flex !important;}.dt-instagram-chat-wrapper .dt-chat-close-btn::before,.dt-instagram-chat-wrapper .dt-chat-close-btn::after{content:"";position:absolute;width:12px;height:2px;background-color:#fff;display:block;border-radius:2px;}.dt-instagram-chat-wrapper .dt-chat-close-btn::before{transform:rotate(45deg);}.dt-instagram-chat-wrapper .dt-chat-close-btn::after{transform:rotate(-45deg);}.dt-instagram-chat-wrapper .dt-chat-bubble{position:relative;position:fixed;bottom:30px;z-index:9999999999;}.dt-instagram-chat-wrapper .dt-chat-bubble-btn{display:flex;align-items:center;justify-content:center;flex-direction:row;width:50px;height:50px;border-radius:50%;box-shadow:0 3px 10px rgba(0,0,0,.2);background-color:#5851db;cursor:pointer;border:none;gap:5px;visibility:visible;}.dt-instagram-chat-wrapper .dt-chat-bubble-btn .dt-bubble-icon{display:block;width:40px;height:40px;}.dt-instagram-chat-wrapper .dt-chat-bubble-btn .dt-bubble-icon svg{width:100%;height:100%;}.dt-instagram-chat-wrapper .dt-chat-box{opacity:0;box-shadow:rgba(0,0,0,.1) 0px 12px 24px 0px;background-color:#fff;border-radius:9px;transition:.5s;position:fixed;width:360px;bottom:0;z-index:2;}.dt-instagram-chat-wrapper .dt-chat-box .dt-chat-header{background-color:#5851db;padding:20px;display:flex;align-items:center;border-radius:9px 9px 0 0;color:#fff;}.dt-instagram-chat-wrapper .dt-chat-box .dt-chat-header img{width:50px;height:50px;border-radius:50%;-o-object-fit:cover;object-fit:cover;}.dt-instagram-chat-wrapper .dt-chat-box .dt-chat-header .dt-chat-header-right{padding-left:15px;}.dt-instagram-chat-wrapper .dt-chat-box .dt-chat-header .dt-chat-header-right .dt-profile-name{font-size:16px;font-weight:700;line-height:20px;}.dt-instagram-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-conversation{background-color:#f1f0f0;padding:40px 20px 50px;position:relative;overflow:auto;max-height:382px;display:flex;}.dt-instagram-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-conversation .dt-chat-dots{background-color:#fff;width:50px;height:30px;display:flex;justify-content:center;align-items:center;transition:all .1s ease 0s;opacity:0;z-index:1;border-radius:9px;box-shadow:rgba(0,0,0,.1) 0px 1px .5px;}.dt-instagram-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-conversation .dt-chat-dots .dt-chat-dots-inner{position:relative;display:flex;}.dt-instagram-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-conversation .dt-chat-dots .dt-chat-dots-inner .dt-chat-dot{height:5px;width:5px;margin:0px 2px;background-color:#b6b5ba;border-radius:50%;position:relative;animation-duration:1.2s;animation-iteration-count:infinite;animation-timing-function:linear;top:0px;display:inline-block !important;}.dt-instagram-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-conversation .dt-chat-dots .dt-chat-dots-inner .dt-chat-dot.dot1{animation-name:dot1;}.dt-instagram-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-conversation .dt-chat-dots .dt-chat-dots-inner .dt-chat-dot.dot2{animation-name:dot2;}.dt-instagram-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-conversation .dt-chat-dots .dt-chat-dots-inner .dt-chat-dot.dot3{animation-name:dot3;}.dt-instagram-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-conversation .dt-chat-greeting-msg{background-color:#fff;border-radius:9px;box-shadow:rgba(0,0,0,.1) 0px 1px .5px;color:#000;font-size:14px;margin-left:-50px;line-height:1.3;max-width:calc(100% - 80px);padding:7px 14px 6px;width:100%;opacity:0;transition:.5s;z-index:2;}.dt-instagram-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-conversation .dt-chat-greeting-msg p{font-size:14px;font-weight:400;line-height:19px;margin-bottom:10px;padding-bottom:0;}.dt-instagram-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-conversation .dt-chat-greeting-msg p.dt-user-name{font-size:13px;font-weight:700;line-height:18px;color:rgba(0,0,0,.4);margin-bottom:4px;}.dt-instagram-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-btn-wrapper{padding:30px;}.dt-instagram-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-btn-wrapper a.dt-start-chat{background-color:#5851db;display:flex;padding:10px 20px;justify-content:center;border-radius:10px;font-size:14px;font-weight:700;text-decoration:none;align-items:center;color:#fff;cursor:pointer;}.dt-instagram-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-btn-wrapper a.dt-start-chat img{height:24px;}.dt-instagram-chat-wrapper .dt-chat-box-show{opacity:1;bottom:0;margin-bottom:100px;}.dt-instagram-chat-wrapper.dt-floating-right{right:0;}.dt-instagram-chat-wrapper.dt-floating-right .dt-chat-box{right:50px;}.dt-instagram-chat-wrapper.dt-floating-right .dt-chat-bubble{right:50px;}.dt-instagram-chat-wrapper.dt-floating-left{left:0;}.dt-instagram-chat-wrapper.dt-floating-left .dt-chat-box{left:50px;}.dt-instagram-chat-wrapper.dt-floating-left .dt-chat-bubble{left:50px;}.dt-instagram-chat-wrapper.dt-floating-center{left:50%;transform:translateX(-50%);}.dt-instagram-chat-wrapper.dt-floating-center .dt-chat-box{left:0;right:0;margin-left:auto;margin-right:auto;}.dt-instagram-chat-wrapper.dt-floating-center .dt-chat-bubble{left:0;right:0;margin-left:auto;margin-right:auto;}.torq_instagram_chat .dt-template-support .dt-chat-box .dt-chat-header{background-color:#fff;color:#000;}.torq_instagram_chat .dt-template-support .dt-chat-bubble-btn{border-radius:100px;width:auto;padding:10px 25px;background-color:#000;color:#fff;}.torq_instagram_chat .dt-template-booking .dt-chat-box .dt-chat-header{background-color:#1c68f5;}.torq_instagram_chat .dt-template-booking .dt-chat-bubble-btn{border-radius:100px;width:auto;width:100%;padding:10px 25px;background-color:#1c68f5;color:#fff;box-sizing:border-box;}.dt-template-sale .dt-chat-box .dt-chat-header{background-color:#ff6900;}.dt-template-sale .dt-chat-bubble-btn{background-color:#ff6900;}@media (max-width: 768px){.dt-chat-wrapper .dt-chat-box{width:90%;max-width:340px;margin-bottom:20px;}}@media (max-width: 480px){.dt-instagram-chat-wrapper{bottom:20px;margin:0px auto;width:100%;}.dt-instagram-chat-wrapper.dt-floating-right{right:20px;}.dt-instagram-chat-wrapper.dt-floating-right .dt-chat-box{right:10px;}.dt-instagram-chat-wrapper.dt-floating-right .dt-chat-bubble{right:10px;}.dt-instagram-chat-wrapper.dt-floating-left{left:20px;}.dt-instagram-chat-wrapper.dt-floating-left .dt-chat-box{left:10px;}.dt-instagram-chat-wrapper.dt-floating-left .dt-chat-bubble{left:10px;}.dt-instagram-chat-wrapper .dt-chat-bubble-btn{border-radius:50%;height:50px;width:50px;}.dt-instagram-chat-wrapper .dt-chat-box{width:calc(100% - 40px);bottom:100px;left:auto;}.dt-instagram-chat-wrapper .dt-chat-box .dt-chat-header{padding:15px;}.dt-instagram-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-conversation{padding:15px;}.dt-instagram-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-conversation .dt-chat-greeting-msg{max-width:100%;width:100%;}.dt-instagram-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-conversation .dt-chat-greeting-msg p{font-size:12px;line-height:14px;margin-bottom:5px;}.dt-instagram-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-btn-wrapper{padding:10px;}.dt-instagram-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-btn-wrapper .dt-start-chat{padding:7px 10px;}}.dt-warning{color:#343541;font-weight:bold;font-weight:500;cursor:pointer;background-color:#fae69e;border-radius:.375rem;font-size:.75rem;line-height:1rem;padding:.275rem .375rem !important;display:inline-block;}@keyframes dot1{0%{background-color:#b6b5ba;}15%{background-color:#111;}25%{background-color:#b6b5ba;}}@keyframes dot2{0%{background-color:#b6b5ba;}15%{background-color:#111;}25%{background-color:#b6b5ba;}}@keyframes dot3{0%{background-color:#b6b5ba;}15%{background-color:#111;}25%{background-color:#b6b5ba;}}.dt-telegram-chat-wrapper{position:fixed;margin:20px 0 0;bottom:30px;z-index:999999999;transition:.5s;}.dt-telegram-chat-wrapper .dt-chat-close-btn{position:absolute;top:8px;right:8px;width:20px;height:20px;opacity:.4;cursor:pointer;transition:all .3s ease 0s;outline:rgba(0,0,0,0);justify-content:center;align-items:center;display:flex !important;}.dt-telegram-chat-wrapper .dt-chat-close-btn::before,.dt-telegram-chat-wrapper .dt-chat-close-btn::after{content:"";position:absolute;width:12px;height:2px;background-color:#fff;display:block;border-radius:2px;}.dt-telegram-chat-wrapper .dt-chat-close-btn::before{transform:rotate(45deg);}.dt-telegram-chat-wrapper .dt-chat-close-btn::after{transform:rotate(-45deg);}.dt-telegram-chat-wrapper .dt-chat-bubble{position:relative;position:fixed;bottom:30px;z-index:9999999999;}.dt-telegram-chat-wrapper .dt-chat-bubble-btn{display:flex;align-items:center;justify-content:center;flex-direction:row;width:50px;height:50px;border-radius:50%;box-shadow:0 3px 10px rgba(0,0,0,.2);background-color:#229ed9;cursor:pointer;border:none;gap:10px;visibility:visible;}.dt-telegram-chat-wrapper .dt-chat-bubble-btn .dt-bubble-icon{display:block;width:40px;height:40px;}.dt-telegram-chat-wrapper .dt-chat-bubble-btn .dt-bubble-icon svg{width:100%;height:100%;}.dt-telegram-chat-wrapper .dt-telegram-chat-box{opacity:0;box-shadow:rgba(0,0,0,.1) 0px 12px 24px 0px;background-color:#fff;border-radius:9px;transition:.5s;position:fixed;width:360px;bottom:0;z-index:2;}.dt-telegram-chat-wrapper .dt-telegram-chat-box .dt-chat-header{background-color:#229ed9;padding:20px;display:flex;align-items:center;border-radius:9px 9px 0 0;color:#fff;}.dt-telegram-chat-wrapper .dt-telegram-chat-box .dt-chat-header img{width:50px;height:50px;border-radius:50%;-o-object-fit:cover;object-fit:cover;}.dt-telegram-chat-wrapper .dt-telegram-chat-box .dt-chat-header .dt-chat-header-right{padding-left:15px;}.dt-telegram-chat-wrapper .dt-telegram-chat-box .dt-chat-header .dt-chat-header-right .dt-profile-name{font-size:16px;font-weight:700;line-height:20px;}.dt-telegram-chat-wrapper .dt-telegram-chat-box .dt-chat-room .dt-chat-conversation{background-color:#f1f0f0;padding:40px 20px 50px;position:relative;overflow:auto;max-height:382px;display:flex;}.dt-telegram-chat-wrapper .dt-telegram-chat-box .dt-chat-room .dt-chat-conversation .dt-chat-dots{background-color:#fff;width:50px;height:30px;display:flex;justify-content:center;align-items:center;transition:all .1s ease 0s;opacity:0;z-index:1;border-radius:9px;box-shadow:rgba(0,0,0,.1) 0px 1px .5px;}.dt-telegram-chat-wrapper .dt-telegram-chat-box .dt-chat-room .dt-chat-conversation .dt-chat-dots .dt-chat-dots-inner{position:relative;display:flex;}.dt-telegram-chat-wrapper .dt-telegram-chat-box .dt-chat-room .dt-chat-conversation .dt-chat-dots .dt-chat-dots-inner .dt-chat-dot{height:5px;width:5px;margin:0px 2px;background-color:#b6b5ba;border-radius:50%;position:relative;animation-duration:1.2s;animation-iteration-count:infinite;animation-timing-function:linear;top:0px;display:inline-block !important;}.dt-telegram-chat-wrapper .dt-telegram-chat-box .dt-chat-room .dt-chat-conversation .dt-chat-dots .dt-chat-dots-inner .dt-chat-dot.dot1{animation-name:dot1;}.dt-telegram-chat-wrapper .dt-telegram-chat-box .dt-chat-room .dt-chat-conversation .dt-chat-dots .dt-chat-dots-inner .dt-chat-dot.dot2{animation-name:dot2;}.dt-telegram-chat-wrapper .dt-telegram-chat-box .dt-chat-room .dt-chat-conversation .dt-chat-dots .dt-chat-dots-inner .dt-chat-dot.dot3{animation-name:dot3;}.dt-telegram-chat-wrapper .dt-telegram-chat-box .dt-chat-room .dt-chat-conversation .dt-chat-greeting-msg{background-color:#fff;border-radius:9px;box-shadow:rgba(0,0,0,.1) 0px 1px .5px;color:#000;font-size:14px;margin-left:-50px;line-height:1.3;max-width:calc(100% - 80px);padding:7px 14px 6px;width:100%;opacity:0;transition:.5s;z-index:2;}.dt-telegram-chat-wrapper .dt-telegram-chat-box .dt-chat-room .dt-chat-conversation .dt-chat-greeting-msg p{font-size:14px;font-weight:400;line-height:19px;margin-bottom:10px;padding-bottom:0;}.dt-telegram-chat-wrapper .dt-telegram-chat-box .dt-chat-room .dt-chat-conversation .dt-chat-greeting-msg p.dt-user-name{font-size:13px;font-weight:700;line-height:18px;color:rgba(0,0,0,.4);margin-bottom:4px;}.dt-telegram-chat-wrapper .dt-telegram-chat-box .dt-chat-room .dt-chat-btn-wrapper{padding:30px;}.dt-telegram-chat-wrapper .dt-telegram-chat-box .dt-chat-room .dt-chat-btn-wrapper .dt-start-chat{background-color:#229ed9;display:flex;padding:10px 20px;justify-content:center;border-radius:10px;font-size:14px;font-weight:700;text-decoration:none;align-items:center;color:#fff;cursor:pointer;gap:10px;}.dt-telegram-chat-wrapper .dt-telegram-chat-box .dt-chat-room .dt-chat-btn-wrapper .dt-start-chat img{height:24px;}.dt-telegram-chat-wrapper .dt-chat-box-show{opacity:1;bottom:0;margin-bottom:100px;}.dt-telegram-chat-wrapper.dt-floating-right{right:0;}.dt-telegram-chat-wrapper.dt-floating-right .dt-telegram-chat-box{right:50px;}.dt-telegram-chat-wrapper.dt-floating-right .dt-chat-bubble{right:50px;}.dt-telegram-chat-wrapper.dt-floating-left{left:0;}.dt-telegram-chat-wrapper.dt-floating-left .dt-telegram-chat-box{left:50px;}.dt-telegram-chat-wrapper.dt-floating-left .dt-chat-bubble{left:50px;}.dt-telegram-chat-wrapper.dt-floating-center{left:50%;transform:translateX(-50%);}.dt-telegram-chat-wrapper.dt-floating-center .dt-telegram-chat-box{left:0;right:0;margin-left:auto;margin-right:auto;}.dt-telegram-chat-wrapper.dt-floating-center .dt-chat-bubble{left:0;right:0;margin-left:auto;margin-right:auto;}.torq_telegram_chat .dt-template-support .dt-telegram-chat-box .dt-chat-header{background-color:#fff;color:#000;}.torq_telegram_chat .dt-template-support .dt-chat-bubble-btn{border-radius:100px;width:auto;padding:10px 25px;background-color:#000;color:#fff;}.torq_telegram_chat .dt-template-booking .dt-telegram-chat-box .dt-chat-header{background-color:#1c68f5;}.torq_telegram_chat .dt-template-booking .dt-chat-bubble-btn{border-radius:100px;width:auto;width:100%;padding:10px 25px;background-color:#1c68f5;color:#fff;box-sizing:border-box;}.dt-template-sale .dt-telegram-chat-box .dt-chat-header{background-color:#ff6900;}.dt-template-sale .dt-chat-bubble-btn{background-color:#ff6900;}@media (max-width: 768px){.dt-telegram-chat-wrapper .dt-telegram-chat-box{width:90%;max-width:340px;margin-bottom:20px;}}@media (max-width: 480px){.dt-telegram-chat-wrapper{bottom:20px;margin:0px auto;width:100%;}.dt-telegram-chat-wrapper.dt-floating-right{right:20px;}.dt-telegram-chat-wrapper.dt-floating-right .dt-chat-box{right:10px;}.dt-telegram-chat-wrapper.dt-floating-right .dt-chat-bubble{right:10px;}.dt-telegram-chat-wrapper.dt-floating-left{left:20px;}.dt-telegram-chat-wrapper.dt-floating-left .dt-chat-box{left:10px;}.dt-telegram-chat-wrapper.dt-floating-left .dt-chat-bubble{left:10px;}.dt-telegram-chat-wrapper .dt-chat-bubble-btn{border-radius:50%;height:50px;width:50px;}.dt-telegram-chat-wrapper .dt-chat-box{width:calc(100% - 40px);bottom:100px;left:auto;}.dt-telegram-chat-wrapper .dt-chat-box .dt-chat-header{padding:15px;}.dt-telegram-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-conversation{padding:15px;}.dt-telegram-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-conversation .dt-chat-greeting-msg{max-width:100%;width:100%;}.dt-telegram-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-conversation .dt-chat-greeting-msg p{font-size:12px;line-height:14px;margin-bottom:5px;}.dt-telegram-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-btn-wrapper{padding:10px;}.dt-telegram-chat-wrapper .dt-chat-box .dt-chat-room .dt-chat-btn-wrapper .dt-start-chat{padding:7px 10px;}}.dt-warning{color:#343541;font-weight:bold;font-weight:500;cursor:pointer;background-color:#fae69e;border-radius:.375rem;font-size:.75rem;line-height:1rem;padding:.275rem .375rem !important;display:inline-block;}.bck_video_popup{overflow:hidden;}.dtp-video-modal-inner{position:relative;}.dtp-video-modal a svg{transition:.2s ease-in-out;}.dtp-video-modal a{display:flex;align-items:center;justify-content:center;position:relative;}.dtp-video-modal .dtp-video-modal-icon:after,.dtp-video-modal a:after{position:absolute;height:100%;width:100%;left:0;top:0;z-index:-1;animation:dtp-video-animation 2s infinite;}@keyframes dtp-video-animation{0%{opacity:0;transform:scale(0);}10%{opacity:1;}90%{opacity:0;}100%{opacity:0;transform:scale(1);}}.dtp-video-modal a{color:#fff;}.dtp-video-modal-trigger{display:flex;align-items:center;width:100%;height:100%;z-index:99;}.dtp-video-modal-figure{position:relative;cursor:pointer;display:block;}.dtp-video-modal-figure:before{content:"";height:100%;width:100%;position:absolute;top:0;left:0;z-index:9;}.dtp-video-modal-figure img{width:100%;-o-object-fit:cover;object-fit:cover;height:100%;}.dtp-video-open .mfp-iframe-holder .mfp-close{width:52px;top:-51px !important;opacity:1 !important;font-size:46px;}.dtp-video-open .mfp-iframe-holder .mfp-close:focus{outline:none;border:none;}.dtp-modal{max-width:700px;margin:30px auto;position:relative;padding:0px;background:#fff;opacity:0;transition:.1s !important;}.dtp-video-wrap{overflow:hidden;}.dtp-modal video{width:100%;vertical-align:middle;}.dtp-video-open .mfp-wrap .dtp-modal .mfp-close:active{top:0 !important;}.dtp-modal.open{opacity:1;}.dtp-modal-open .mfp-close-btn-in .mfp-close{color:#fff;top:-42px;opacity:1;font-size:40px;}.dtp-video-modal-icon,.dtp-video-modal-text{display:inline-flex;justify-content:center;align-items:center;position:relative;}.dtp-video-modal-text{font-size:16px;line-height:1em;}.dtp-image-scroll{cursor:pointer;}.scroll-figure-wrap{position:relative;}.dtp-image-scroll-overlay{position:absolute;height:100%;width:100%;left:0;top:0;z-index:9;transition:.3s all ease-in-out;}.dtp-image-scroll-icon img{width:50px;}.dtp-image-scroll-icon{position:absolute;z-index:99;top:50%;left:50%;transform:translate(-50%,-50%);transition:.3s all ease-in-out;}.dtp-image-scroll:hover .dtp-image-scroll-overlay,.dtp-image-scroll:hover .dtp-image-scroll-icon{opacity:0;}@keyframes dtp-scroll-X{0%{transform:translateX(0);}100%{transform:translateX(8px);}}@keyframes dtp-scroll-Y{0%{transform:translateY(0);}100%{transform:translateY(8px);}}.dtp-image-compare .twentytwenty-horizontal .twentytwenty-handle:before,.dtp-image-compare .twentytwenty-horizontal .twentytwenty-handle:after,.dtp-image-compare .twentytwenty-vertical .twentytwenty-handle:before,.dtp-image-compare .twentytwenty-vertical .twentytwenty-handle:after{content:" ";display:block;position:absolute;z-index:30;box-shadow:0px 0px 12px rgba(51,51,51,.5);}.dtp-image-compare .twentytwenty-horizontal .twentytwenty-handle:before,.dtp-image-compare .twentytwenty-horizontal .twentytwenty-handle:after{width:3px;height:9999px;left:50%;margin-left:-1.5px;}.dtp-image-compare .twentytwenty-vertical .twentytwenty-handle:before,.dtp-image-compare .twentytwenty-vertical .twentytwenty-handle:after{width:9999px;height:3px;top:50%;margin-top:-1.5px;}.dtp-image-compare .twentytwenty-overlay div:before{display:flex;align-items:center;justify-content:center;border-radius:4px;border:0 solid;}.dtp-image-compare .twentytwenty-before-label,.dtp-image-compare .twentytwenty-after-label,.dtp-image-compare .twentytwenty-overlay{position:absolute;top:0;width:100%;height:100%;transition-duration:.5s;}.dtp-image-compare .twentytwenty-before-label,.dtp-image-compare .twentytwenty-after-label{transition-property:opacity;}.dtp-image-compare .twentytwenty-before-label:before,.dtp-image-compare .twentytwenty-after-label:before{color:#fff;font-size:13px;letter-spacing:.1em;position:absolute;background:hsla(0,0%,100%,.2);line-height:38px;padding:0 20px;}.dtp-image-compare .twentytwenty-horizontal .twentytwenty-before-label:before,.dtp-image-compare .twentytwenty-horizontal .twentytwenty-after-label:before{top:50%;transform:translateY(-50%);}.dtp-image-compare .twentytwenty-vertical .twentytwenty-before-label:before,.dtp-image-compare .twentytwenty-vertical .twentytwenty-after-label:before{left:50%;text-align:center;transform:translateX(-50%);}.dtp-image-compare .twentytwenty-left-arrow,.dtp-image-compare .twentytwenty-right-arrow,.dtp-image-compare .twentytwenty-up-arrow,.dtp-image-compare .twentytwenty-down-arrow{width:0;height:0;border:6px inset rgba(0,0,0,0);position:absolute;}.dtp-image-compare .twentytwenty-left-arrow,.dtp-image-compare .twentytwenty-right-arrow{top:50%;margin-top:-6px;}.dtp-image-compare .twentytwenty-up-arrow,.dtp-image-compare .twentytwenty-down-arrow{left:50%;margin-left:-6px;}.dtp-image-compare .twentytwenty-container{box-sizing:content-box;z-index:0;overflow:hidden;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;}.dtp-image-compare .twentytwenty-container img{max-width:100%;position:absolute;top:0;display:block;}.dtp-image-compare .twentytwenty-container.active .twentytwenty-overlay,.dtp-image-compare .twentytwenty-container.active :hover.twentytwenty-overlay{background:rgba(0,0,0,0);}.dtp-image-compare .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,.dtp-image-compare .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,.dtp-image-compare .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,.dtp-image-compare .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label{opacity:0;}.dtp-image-compare .twentytwenty-container *{box-sizing:content-box;}.dtp-image-compare .twentytwenty-before-label:before{content:attr(data-content);}.dtp-image-compare .twentytwenty-after-label:before{content:attr(data-content);}.dtp-image-compare .twentytwenty-horizontal .twentytwenty-before-label:before{left:10px;}.dtp-image-compare .twentytwenty-horizontal .twentytwenty-after-label:before{right:10px;}.dtp-image-compare .twentytwenty-vertical .twentytwenty-before-label:before{top:10px;}.dtp-image-compare .twentytwenty-vertical .twentytwenty-after-label:before{bottom:10px;}.dtp-image-compare .twentytwenty-overlay{transition-property:background;background:rgba(0,0,0,0);z-index:25;}.dtp-image-compare .twentytwenty-overlay:hover{background:rgba(0,0,0,.5);}.dtp-image-compare .twentytwenty-overlay:hover .twentytwenty-after-label{opacity:1;}.dtp-image-compare .twentytwenty-overlay:hover .twentytwenty-before-label{opacity:1;}.dtp-image-compare .twentytwenty-before{z-index:20;}.dtp-image-compare .twentytwenty-after{z-index:10;}.dtp-image-compare .twentytwenty-handle{height:38px;width:38px;position:absolute;left:50%;top:50%;margin-left:-22px;margin-top:-22px;border-radius:1000px;box-shadow:0px 0px 12px rgba(51,51,51,.5);z-index:40;cursor:pointer;}.dtp-image-compare .twentytwenty-horizontal .twentytwenty-handle:before{bottom:50%;margin-bottom:22px;}.dtp-image-compare .twentytwenty-horizontal .twentytwenty-handle:after{top:50%;margin-top:22px;}.dtp-image-compare .twentytwenty-vertical .twentytwenty-handle:before{left:50%;margin-left:22px;box-shadow:3px 0 0 #fff,0px 0px 12px rgba(51,51,51,.5);}.dtp-image-compare .twentytwenty-vertical .twentytwenty-handle:after{right:50%;margin-right:22px;box-shadow:-3px 0 0 #fff,0px 0px 12px rgba(51,51,51,.5);}.dtp-image-compare .twentytwenty-left-arrow{left:50%;margin-left:-17px;}.dtp-image-compare .twentytwenty-right-arrow{right:50%;margin-right:-17px;}.dtp-image-compare .twentytwenty-up-arrow{border-bottom:6px solid #fff;top:50%;margin-top:-17px;}.dtp-image-compare .twentytwenty-down-arrow{border-top:6px solid #fff;bottom:50%;margin-bottom:-17px;}.torq-countdown{display:flex;justify-content:center;margin-right:auto;margin-left:auto;}.torq-countdown .torq-countdown-container{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(50px,1fr));justify-content:center;align-items:center;gap:10px;}@media (max-width: 980px){.torq-countdown .torq-countdown-container{grid-template-columns:repeat(auto-fit,minmax(40px,1fr));}}@media (max-width: 767px){.torq-countdown .torq-countdown-container{grid-template-columns:repeat(auto-fit,minmax(30px,1fr));}}.torq-countdown .torq-time-box{display:flex;flex-direction:column;align-items:center;padding:15px;border-radius:3px;border-style:solid;}.torq-countdown .torq-countdown-expire-message{display:none;padding:20px;text-align:center;}.torq-pricing-table{display:flex;flex-direction:column;border-style:solid;}.torq-pricing-table i.torq-icon{font-style:normal !important;}.torq-pricing-table-price{width:100%;display:flex;justify-content:center;text-align:center;}.torq-pricing-table-price .price-tag{display:flex;align-items:center;text-align:center;}.torq-pricing-table-price .original-price,.torq-pricing-table-price .sale-price{display:flex;flex-wrap:wrap;flex-direction:row;}.torq-pricing-table-price .sale-on.price-tag.above{flex-direction:column;}.torq-pricing-table-price .sale-on.price-tag.above .original-price{margin-top:10px;margin-bottom:10px;}.torq-pricing-table-price .sale-on.price-tag .original-price{text-decoration-line:line-through;}.torq-pricing-table-price .sale-on.price-tag .original-price .currency{margin-left:5px;}.torq-pricing-table-price .sale-on.price-tag.side .sale-price{margin-left:10px;}.torq-pricing-table ul{padding:0px;margin:0px;list-style:none;}.torq-pricing-table ul li{display:block;width:100%;height:auto;}.torq-pricing-table-footer{text-align:center;margin-top:auto;}.torq-pricing-table-button{color:#fff;text-decoration:none;transition:background-color .3s ease;display:inline-block;}.torq-pricing-table.default-style .torq-pricing-table-header{display:block;position:relative;z-index:0;}.torq-pricing-table.default-style .price-tag{position:relative;}.torq-pricing-table.default-style ul{display:block;width:100%;}.torq-pricing-table.default-style .torq-pricing-table-icon,.torq-pricing-table.default-style .torq-pricing-table-icon .torq-icon,.torq-pricing-table.style-2 .torq-pricing-table-icon,.torq-pricing-table.style-2 .torq-pricing-table-icon .torq-icon,.torq-pricing-table.style-3 .torq-pricing-table-icon,.torq-pricing-table.style-3 .torq-pricing-table-icon .torq-icon{display:flex;align-items:center;justify-content:center;}.torq-pricing-table.default-style .torq-pricing-table-icon .torq-icon,.torq-pricing-table.style-2 .torq-pricing-table-icon .torq-icon,.torq-pricing-table.style-3 .torq-pricing-table-icon .torq-icon{border-radius:50%;}.torq-pricing-table .torq-feature-not-included{text-decoration:line-through;}.torq-pricing-table.default-style .torq-pricing-table-header,.torq-pricing-table.style-2 .torq-pricing-table-header,.torq-pricing-table.style-3 .torq-pricing-table-header{margin-top:15px;margin-bottom:15px;position:relative;z-index:0;}.torq-pricing-table .torq_pricing_table_child .torq-icon{margin-right:5px;}.dt-nav-menu-container{position:relative;width:100%;display:flex;flex-direction:column;}.dt-nav-menu-wrapper{position:relative;width:100%;}.dt-nav-menu-wrapper .dt-nav-menu-main{display:flex;list-style:none;margin:0;padding:0;}.dt-nav-menu-wrapper .dt-nav-menu-main li{position:relative;margin:0;padding:0;list-style-type:none;}.dt-nav-menu-wrapper .dt-nav-menu-main li a{display:block;text-decoration:none;transition:all .3s ease;}.dt-nav-menu-wrapper.orientation-column .dt-nav-menu-main{flex-direction:column;gap:.5rem;}.dt-nav-menu-mobile-wrapper,.dt-nav-menu-mobile-toggle{display:none;}@media (max-width: 767px){.has-mobile-menu .dt-nav-menu-wrapper{display:none;}.has-mobile-menu .dt-nav-menu-mobile-toggle{display:flex;flex-direction:column;gap:4px;padding:10px;background:rgba(0,0,0,0);border:none;cursor:pointer;}.has-mobile-menu .dt-nav-menu-mobile-toggle .toggle-line{width:24px;height:2px;background-color:currentColor;transition:all .3s ease;}.has-mobile-menu .dt-nav-menu-mobile-wrapper{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#fff;z-index:999;padding:20px;}.has-mobile-menu .dt-nav-menu-mobile-wrapper.active{display:block;}.has-mobile-menu .dt-nav-menu-mobile-wrapper .dt-nav-menu-mobile-list{list-style:none;margin:0;padding:0;}.has-mobile-menu .dt-nav-menu-mobile-wrapper .dt-nav-menu-mobile-list li{margin:0;padding:0;}.has-mobile-menu .dt-nav-menu-mobile-wrapper .dt-nav-menu-mobile-list li a{display:block;padding:12px 0;text-decoration:none;}.has-mobile-menu .dt-nav-menu-mobile-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:998;}.has-mobile-menu .dt-nav-menu-mobile-overlay.active{display:block;}}body.dt-mega-menu-active .et-l--header .et_mobile_menu li.dt-mega-menu-opened,body.dt-mega-menu-active .et-l--header .et_mobile_menu li.dt-megamenu-opened,body.dt-mega-menu-active #main-header .et_mobile_menu li.dt-mega-menu-opened,body.dt-mega-menu-active #main-header .et_mobile_menu li.dt-megamenu-opened{width:100%;max-height:2700px;visibility:visible !important;}body.dt-mega-menu-active .et-l--header .et_mobile_menu li.menu-item-has-children>a:before,body.dt-mega-menu-active .et-l--header .et_mobile_menu li.menu-item-has-children>a:after,body.dt-mega-menu-active #main-header .et_mobile_menu li.menu-item-has-children>a:before,body.dt-mega-menu-active #main-header .et_mobile_menu li.menu-item-has-children>a:after{font-size:18px;position:absolute;right:20px;z-index:10;cursor:pointer;width:1.6rem;height:1.6rem;line-height:1.6rem;text-align:center;vertical-align:middle;transition:all .4s ease-in-out;}body.dt-mega-menu-active .dt-mega-menu{z-index:999;position:absolute;width:100%;max-width:none;left:0;top:100%;bottom:auto;display:block;visibility:hidden;pointer-events:auto;transform:translate(0,10px);transition-duration:.2s;transition-property:opacity,transform,visibility;transition-timing-function:ease;}body.dt-mega-menu-active .dt-mega-menu-nav li.dt-has-mega-menu{position:static;cursor:pointer;}body.dt-mega-menu-active .dt-mega-menu-nav .menu-item-has-children.open .dt-mega-menu{opacity:1;visibility:visible;transform:translate(0,0);}@media (max-width: 991px){body.dt-mega-menu-active .mobile_nav.opened .et_mobile_menu{max-height:100vh;overflow:scroll;scrollbar-width:none;}body.dt-mega-menu-active #mobile_menu,body.dt-mega-menu-active .et-l--header .et_mobile_nav_menu .et_mobile_menu{top:100%;min-height:100vh;}body.dt-mega-menu-active .et_mobile_menu .menu-item-has-children.dt-mega-menu-opened .dt-mega-menu{opacity:1;visibility:visible;transform:translate(0,0);}body.dt-mega-menu-active .et_mobile_menu .menu-item-has-children .dt-mega-menu{top:auto;}body.dt-mega-menu-active .et-l--header .et_mobile_menu li.menu-item-has-children>a.dt-mega-menu-link:before,body.dt-mega-menu-active #main-header .et_mobile_menu li.menu-item-has-children>a.dt-mega-menu-link:before{transform:rotate(90deg);opacity:0;}body.dt-mega-menu-active .et-l--header .et_mobile_menu li.menu-item-has-children>a:before,body.dt-mega-menu-active #main-header .et_mobile_menu li.menu-item-has-children>a:before{content:"+";}}.divitorque-popup-modal{position:fixed;z-index:99999999999;-webkit-user-select:auto;-moz-user-select:auto;user-select:auto;height:100%;width:100%;bottom:0;left:0;justify-content:center;align-items:center;pointer-events:all;}.divitorque-popup-modal.divitorque-overlay{pointer-events:none;background-color:rgba(0,0,0,.8);}.divitorque-popup-modal .divitorque-popup-content{width:auto;overflow:visible;max-width:100%;max-height:100%;border-radius:0;box-shadow:none;pointer-events:all;position:relative;}.divitorque-popup-modal .animated{animation-duration:1.25s;}.divitorque-popup-modal .divitorque-popup-close-button{display:none;margin-top:0;opacity:1;z-index:9999;pointer-events:all;position:absolute;top:0;right:0;}