:root{--blue-84:#2a98d5;--blue-70:#237fb3;--blue-58:#0b6494;--blue-97:#edf1f7;--navy-blue:#0a0c2e;--yellow-100:#ffc539;--gray-50:#7a7a83;--gray-60:#909099;--gray-76:#bebec2;--gray-86:#d7d7db;--gray-93:#e8e8ed;--gray-97:#f5f5f7;--gray-98:#fafafa;--gray-30:#49494d;--gray-20:#2e2e33;--gray-10:#1a1a1a;--theme:var(--blue-84);--theme-hover:var(--blue-58);--theme-dark-100:#334d66;--accent-color:#c8e4f3;--blue-accent-color:var(--blue-70);--blue-shadow:rgba(38,112,153,.08);--blue-light:var(--blue-97);--blue-light-200:#daeaf7;--blue-dark-100:#2c2c33;--yellow-primary:var(--yellow-100);--gray-shadow:rgba(26,26,26,.3);--gray-dark:var(--gray-10);--gray-dark-200:var(--gray-20);--gray-dark-300:var(--gray-30);--gray-mid-100:var(--gray-60);--gray-subtle-50:var(--gray-98);--gray-subtle-100:var(--gray-97);--gray-subtle-200:var(--gray-93);--gray-subtle-300:var(--gray-86);--gray-subtle-400:var(--gray-76);--gray-light-warm-100:#fcfaf5;--beige-100:#f2ebdf;--orange-100:#ec7f4d;--success:#3eb382;--divider-light:#ebebf0;--container-max-width:1200px;--fast:0.2s;--mid:0.4s;--slow:0.6s;--block-padding:4rem;--menu-color:var(--gray-dark);--body-font-family:"Lato",sans-serif;--body-font-size:1.6rem;--body-font-weight:400;--body-font-color:var(--gray-50);--body-line-height:1.5em;--body-link:var(--theme);--body-link-hover:var(--theme-hover);--body-background:#fff}.app-sidebar__menu-label,.block__category,.btn-custom,.header__sidebar-trigger,.header__view-code-btn{text-transform:uppercase;font-weight:500;font-size:1.3rem;letter-spacing:.3px}.block__category{font-size:calc(1.46rem + .45vw)}@media (min-width:1200px){.block__category{font-size:2rem}}.accordion__btn,.btn-custom,.button,.close-btn,.footer__newsletter-btn,.header-block__burger-btn,.header-main__burger-btn,.sidebar-nav__link{background:none;border:none;color:inherit;font-family:inherit}.accordion__btn:focus,.btn-custom:focus,.button:focus,.close-btn:focus,.footer__newsletter-btn:focus,.header-block__burger-btn:focus,.header-main__burger-btn:focus,.sidebar-nav__link:focus{outline:none}.text-img__img-container{min-height:450px}@media screen and (max-width:768px){.text-img{padding:40px 0}}.image-fit,.img-fit{object-fit:cover}body{background:#fff}.with-list ol,.with-list ul{margin-left:30px;list-style:unset;margin-bottom:16px}.with-list-number,ol.with-list{list-style:decimal;margin-left:30px}ul.with-list{list-style:outside;margin-left:30px}.btn-primary.focus,.btn-primary:focus,.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle,.utd-accordion-filter-btn.btn-outline-primary:active,.utd-accordion-filter-btn.btn-outline-primary:focus,.utd-accordion-filter-btn.btn-outline-primary:hover{background-color:var(--theme-hover)!important;border-color:var(--theme-hover)!important;color:#fff;box-shadow:none!important}.bg-darkblue-gradient-light{background:#fff;background:linear-gradient(0deg,#fff,#46526f 90%,#283658)}.bg-gray-gradient{background:#efefef;background:linear-gradient(0deg,#efefef,#fff)}.bg-gray-gradient-rev{background:#fff;background:linear-gradient(0deg,#fff,#efefef)}.bg-black-gradient{background:#010101;background:linear-gradient(0deg,#010101,#424242)}.bg-red-gradient{background:#540303;background:linear-gradient(0deg,#540303,#db0000)}.bg-blue-gradient{background:#045962;background:linear-gradient(0deg,#045962,#00d2e9)}.btn-shadow,.text-shadow-default{text-shadow:1px 1px 3px rgba(0,0,0,.3)}.youtube-image-placeholder{position:relative;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:100%;max-width:640px;margin:0 auto;overflow:hidden;cursor:pointer}.youtube-thumbnail{width:100%;display:block;transition:transform .3s ease}.youtube-image-placeholder:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;background-image:url("");background-size:contain;background-repeat:no-repeat;background-position:50%;filter:drop-shadow(0 0 8px rgba(0,0,0,.3));z-index:2;transition:all .3s ease;opacity:1}.youtube-image-placeholder:after{content:"";display:block;width:100%;height:100%;background-color:rgba(0,0,0,.1);position:absolute;top:0;left:0;z-index:1;opacity:0;transition:opacity .3s ease}.youtube-image-placeholder:hover:before{transform:translate(-50%,-50%) scale(1.1);filter:drop-shadow(0 0 12px rgba(255,0,0,.5));opacity:1}.youtube-image-placeholder:hover:after{opacity:1}.youtube-image-placeholder:hover .youtube-thumbnail{transform:scale(1.05)}*{padding:0;margin:0;box-sizing:border-box}html{font-size:10px}body{font-family:var(--body-font-family);background-color:var(--body-background);color:var(--body-font-color);overflow-x:hidden}body::-webkit-scrollbar{width:8px}body::-webkit-scrollbar-track{background-color:#fff}body::-webkit-scrollbar-thumb{background-color:var(--gray-subtle-300)}body.preload *{transition:none!important}body.mobile-nav-active{overflow-y:hidden}h1,h2,h3,h4,h5,h6{color:var(--gray-10)}img{display:block}ol,ul{list-style-type:none;margin:0;padding:0}p{margin-bottom:16px}.post p{margin-bottom:0}a{color:var(--theme);transition:color .3s ease-in-out}a,a:hover{text-decoration:none}a:hover{color:var(--theme-hover)}input{display:block;width:100%;border:none;padding:.8rem 1rem}input,input:focus{outline:none}input::-webkit-input-placeholder{color:var(--gray-subtle-400)}input::-moz-placeholder{color:var(--gray-subtle-400)}input::-ms-input-placeholder{color:var(--gray-subtle-400)}input::placeholder{color:var(--gray-subtle-400)}a.goog-te-gadget-simple{display:-ms-inline-flexbox;display:inline-flex}.goog-te-gadget-simple a img,.goog-te-gadget-simple a span{display:none}.goog-te-gadget-simple a span:first-child,.goog-te-gadget-simple a span:nth-child(2){display:inline-block}h1{font-size:calc(1.66rem + 1.95vw);margin-bottom:1.25em;font-weight:700}@media (min-width:1200px){h1{font-size:4rem}}h2{font-size:calc(1.58rem + 1.35vw);font-weight:700;margin-bottom:.625em;line-height:1.3}@media (min-width:1200px){h2{font-size:3.2rem}}h3{font-size:calc(1.51rem + .825vw);margin-bottom:.67em;font-weight:700}@media (min-width:1200px){h3{font-size:2.5rem}}h4{font-size:calc(1.46rem + .45vw);font-weight:700;margin-bottom:.5em}@media (min-width:1200px){h4{font-size:2rem}}body{line-height:var(--body-line-height)}.dropdown-header,.dropdown a,body,li,p,p a,ul{font-size:calc(1.42rem + .15vw)}@media (min-width:1200px){.dropdown-header,.dropdown a,body,li,p,p a,ul{font-size:1.6rem}}.text-base{font-size:calc(1.42rem + .15vw)}@media (min-width:1200px){.text-base{font-size:1.6rem}}.text-md{font-size:calc(1.46rem + .45vw)}@media (min-width:1200px){.text-md{font-size:2rem}}.text-lg{font-size:calc(1.51rem + .825vw)}@media (min-width:1200px){.text-lg{font-size:2.5rem}}.text-xl{font-size:calc(1.58rem + 1.35vw)}@media (min-width:1200px){.text-xl{font-size:3.2rem}}.text-2xl{font-size:calc(1.66rem + 1.95vw)}@media (min-width:1200px){.text-2xl{font-size:4rem}}.text-3xl{font-size:calc(1.86rem + 3.45vw);line-height:1}@media (min-width:1200px){.text-3xl{font-size:6rem}}.text-100{font-weight:100}.text-200{font-weight:200}.text-300,.text-w-light{font-weight:300}.text-400{font-weight:400}.text-500{font-weight:500}.text-600{font-weight:600}.text-700{font-weight:700}.text-800{font-weight:800}.text-900,.text-black{font-weight:900}.text-bold{font-weight:700}.text-overline{text-decoration:overline}.text-linethrough{text-decoration:line-through}.text-underline{text-decoration:underline}.text-italic{font-style:italic}.text-uppercase{text-transform:uppercase}.text-lowercase{text-transform:lowercase}.text-capitalize{text-transform:capitalize}.text-smallcaps{font-variant:small-caps}.text-pre-title{font-size:1.3rem;text-transform:uppercase;letter-spacing:1px;font-weight:700;margin-bottom:1em}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-justify{text-align:justify}.text-white-trans-7{color:#ffffffc7}.text-body{color:var(--body-font-color)!important}.text-black-trans-7{color:rgba(0,0,0,.7)}.text-theme{color:var(--theme)}.text-nowrap{white-space:nowrap}.text-pre{white-space:pre}.text-pre-wrap{white-space:pre-wrap}.text-with-line-left{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.text-with-line-left:before{content:"";display:block;height:.4rem;width:calc(1.56rem + 1.2vw);background-color:var(--theme);margin-right:calc(1.46rem + .45vw)}@media (min-width:1200px){.text-with-line-left:before{width:3rem;margin-right:2rem}}.text-with-line-bottom:after,.text-with-line-bottom\:thin:after{content:"";display:block;height:.4rem;width:calc(1.56rem + 1.2vw);background-color:var(--theme);margin:0 auto;margin-top:calc(1.46rem + .45vw)}@media (min-width:1200px){.text-with-line-bottom:after,.text-with-line-bottom\:thin:after{width:3rem;margin-top:2rem}}.text-with-line-bottom\:thin:after{height:.2rem}.text-with-line-bottom-left:after,.text-with-line-bottom-left\:thin:after{content:"";display:block;height:.4rem;width:calc(1.56rem + 1.2vw);background-color:var(--theme);margin-top:calc(1.46rem + .45vw)}@media (min-width:1200px){.text-with-line-bottom-left:after,.text-with-line-bottom-left\:thin:after{width:3rem;margin-top:2rem}}.text-with-line-bottom-left\:thin:after{height:.2rem}.text-with-line-left-right,.text-with-line-left-right\:thin:after{display:-ms-flexbox;display:flex;width:100%;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;text-align:center}.text-with-line-left-right:after,.text-with-line-left-right:before,.text-with-line-left-right\:thin:after{content:"";border-top:3px solid var(--theme);margin:0 20px 0 0;-ms-flex:1 0 20px;flex:1 0 20px}.text-with-line-left-right:after,.text-with-line-left-right\:thin:after{margin:0 0 0 20px}.text-with-line-left-right\:thin:after{border-top:1px solid var(--theme)}@media only screen and (min-width:576px){.sm\:text-left{text-align:left!important}.sm\:text-center{text-align:center!important}.sm\:text-right{text-align:right!important}.sm\:text-justify{text-align:justify!important}}@media only screen and (min-width:768px){.md\:text-left{text-align:left!important}.md\:text-center{text-align:center!important}.md\:text-right{text-align:right!important}.md\:text-justify{text-align:justify!important}}@media only screen and (min-width:992px){.lg\:text-left{text-align:left!important}.lg\:text-center{text-align:center!important}.lg\:text-right{text-align:right!important}.lg\:text-justify{text-align:justify!important}}@media only screen and (min-width:1200px){.xl\:text-left{text-align:left!important}.xl\:text-center{text-align:center!important}.xl\:text-right{text-align:right!important}.xl\:text-justify{text-align:justify!important}}.word-wrap{word-wrap:break-word}.word-break{word-break:break-all}.word-keep{word-break:keep-all}.word-space-none{word-spacing:normal}.word-space-5{word-spacing:5px}.word-space-10{word-spacing:10px}.word-space-15{word-spacing:15px}.word-space-20{word-spacing:20px}.letter-space-unset{letter-spacing:unset}.letter-space-2{letter-spacing:2px}.letter-space-5{letter-spacing:5px}.letter-space-10{letter-spacing:10px}.letter-space-15{letter-spacing:15px}.letter-space-20{letter-spacing:20px}.flex{display:-ms-flexbox;display:flex}.flex-imp{display:-ms-flexbox!important;display:flex!important}.flex-col{-ms-flex-direction:column;flex-direction:column}.flex-row{-ms-flex-direction:row;flex-direction:row}.flex-0-0-auto{-ms-flex:0 0 auto;flex:0 0 auto}.flex-cols-3-res{-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;grid-gap:3rem}.flex-cols-3-res>*{-ms-flex-preferred-size:100%;flex-basis:100%}@media only screen and (min-width:576px){.flex-cols-3-res>*{-ms-flex-preferred-size:45%;flex-basis:45%}}@media only screen and (min-width:992px){.flex-cols-3-res>*{-ms-flex-preferred-size:30%;flex-basis:30%}}@media only screen and (min-width:576px){.sm\:flex{display:-ms-flexbox;display:flex}.sm\:flex-imp{display:-ms-flexbox!important;display:flex!important}.sm\:flex-col{-ms-flex-direction:column;flex-direction:column}.sm\:flex-row{-ms-flex-direction:row;flex-direction:row}.sm\:flex-0-0-auto{-ms-flex:0 0 auto;flex:0 0 auto}}@media only screen and (min-width:768px){.md\:flex{display:-ms-flexbox;display:flex}.md\:flex-imp{display:-ms-flexbox!important;display:flex!important}.md\:flex-col{-ms-flex-direction:column;flex-direction:column}.md\:flex-row{-ms-flex-direction:row;flex-direction:row}.md\:flex-0-0-auto{-ms-flex:0 0 auto;flex:0 0 auto}}@media only screen and (min-width:992px){.lg\:flex{display:-ms-flexbox;display:flex}.lg\:flex-imp{display:-ms-flexbox!important;display:flex!important}.lg\:flex-col{-ms-flex-direction:column;flex-direction:column}.lg\:flex-row{-ms-flex-direction:row;flex-direction:row}.lg\:flex-0-0-auto{-ms-flex:0 0 auto;flex:0 0 auto}}@media only screen and (min-width:1200px){.xl\:flex{display:-ms-flexbox;display:flex}.xl\:flex-imp{display:-ms-flexbox!important;display:flex!important}.xl\:flex-col{-ms-flex-direction:column;flex-direction:column}.xl\:flex-row{-ms-flex-direction:row;flex-direction:row}.xl\:flex-0-0-auto{-ms-flex:0 0 auto;flex:0 0 auto}}.flex-center-x{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.flex-center-y{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.flex-center-all,.flex-col-center-all,.overlapping-icon,.overlapping-icon-left-sm,.overlapping-icon-sm,.socials__item--square-5 .socials__link,.square-3,.square-4,.square-5,.square-6,.square-7,.square-8,.square-10,.square-20,.square-40{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.flex-col-center-all{-ms-flex-direction:column;flex-direction:column}.flex-col-center-x{-ms-flex-align:center;align-items:center}.flex-col-center-x,.flex-col-center-y{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.flex-col-center-y{-ms-flex-pack:center;justify-content:center}.flex-col-start-x{-ms-flex-align:start;align-items:flex-start}.flex-col-end-x,.flex-col-start-x{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.flex-col-end-x{-ms-flex-align:end;align-items:flex-end}.flex-col-start-center{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center}@media only screen and (min-width:576px){.sm\:flex-center-x{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.sm\:flex-center-all,.sm\:flex-center-y{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.sm\:flex-center-all{-ms-flex-pack:center;justify-content:center}.sm\:flex-col-center-all{-ms-flex-pack:center;justify-content:center}.sm\:flex-col-center-all,.sm\:flex-col-center-x{-ms-flex-align:center;align-items:center}.sm\:flex-col-center-all,.sm\:flex-col-center-x,.sm\:flex-col-center-y{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.sm\:flex-col-center-y{-ms-flex-pack:center;justify-content:center}.sm\:flex-col-start-x{-ms-flex-align:start;align-items:flex-start}.sm\:flex-col-end-x,.sm\:flex-col-start-x{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.sm\:flex-col-end-x{-ms-flex-align:end;align-items:flex-end}.sm\:flex-col-start-center{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center}}@media only screen and (min-width:768px){.md\:flex-center-x{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.md\:flex-center-all,.md\:flex-center-y{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.md\:flex-center-all{-ms-flex-pack:center;justify-content:center}.md\:flex-col-center-all{-ms-flex-pack:center;justify-content:center}.md\:flex-col-center-all,.md\:flex-col-center-x{-ms-flex-align:center;align-items:center}.md\:flex-col-center-all,.md\:flex-col-center-x,.md\:flex-col-center-y{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.md\:flex-col-center-y{-ms-flex-pack:center;justify-content:center}.md\:flex-col-start-x{-ms-flex-align:start;align-items:flex-start}.md\:flex-col-end-x,.md\:flex-col-start-x{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.md\:flex-col-end-x{-ms-flex-align:end;align-items:flex-end}.md\:flex-col-start-center{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center}}@media only screen and (min-width:992px){.lg\:flex-center-x{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.lg\:flex-center-all,.lg\:flex-center-y{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.lg\:flex-center-all{-ms-flex-pack:center;justify-content:center}.lg\:flex-col-center-all{-ms-flex-pack:center;justify-content:center}.lg\:flex-col-center-all,.lg\:flex-col-center-x{-ms-flex-align:center;align-items:center}.lg\:flex-col-center-all,.lg\:flex-col-center-x,.lg\:flex-col-center-y{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.lg\:flex-col-center-y{-ms-flex-pack:center;justify-content:center}.lg\:flex-col-start-x{-ms-flex-align:start;align-items:flex-start}.lg\:flex-col-end-x,.lg\:flex-col-start-x{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.lg\:flex-col-end-x{-ms-flex-align:end;align-items:flex-end}.lg\:flex-col-start-center{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center}}@media only screen and (min-width:1200px){.xl\:flex-center-x{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.xl\:flex-center-all,.xl\:flex-center-y{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.xl\:flex-center-all{-ms-flex-pack:center;justify-content:center}.xl\:flex-col-center-all{-ms-flex-pack:center;justify-content:center}.xl\:flex-col-center-all,.xl\:flex-col-center-x{-ms-flex-align:center;align-items:center}.xl\:flex-col-center-all,.xl\:flex-col-center-x,.xl\:flex-col-center-y{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.xl\:flex-col-center-y{-ms-flex-pack:center;justify-content:center}.xl\:flex-col-start-x{-ms-flex-align:start;align-items:flex-start}.xl\:flex-col-end-x,.xl\:flex-col-start-x{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.xl\:flex-col-end-x{-ms-flex-align:end;align-items:flex-end}.xl\:flex-col-start-center{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center}}.f-justify-start{-ms-flex-pack:start;justify-content:flex-start}.f-justify-center{-ms-flex-pack:center;justify-content:center}.f-justify-end{-ms-flex-pack:end;justify-content:flex-end}.f-justify-between{-ms-flex-pack:justify;justify-content:space-between}.f-justify-around{-ms-flex-pack:distribute;justify-content:space-around}.f-justify-self-start{justify-self:flex-start}.f-justify-self-center{justify-self:center}.f-justify-self-end{justify-self:flex-end}.f-align-start{-ms-flex-align:start;align-items:flex-start}.f-align-center{-ms-flex-align:center;align-items:center}.f-align-end{-ms-flex-align:end;align-items:flex-end}.f-align-self-start{-ms-flex-item-align:start;align-self:flex-start}.f-align-self-center{-ms-flex-item-align:center;align-self:center}.f-align-self-end{-ms-flex-item-align:end;align-self:flex-end}@media only screen and (min-width:576px){.sm\:f-justify-start{-ms-flex-pack:start;justify-content:flex-start}.sm\:f-justify-center{-ms-flex-pack:center;justify-content:center}.sm\:f-justify-end{-ms-flex-pack:end;justify-content:flex-end}.sm\:f-justify-between{-ms-flex-pack:justify;justify-content:space-between}.sm\:f-justify-around{-ms-flex-pack:distribute;justify-content:space-around}.sm\:f-justify-self-start{justify-self:flex-start}.sm\:f-justify-self-center{justify-self:center}.sm\:f-justify-self-end{justify-self:flex-end}.sm\:f-align-start{-ms-flex-align:start;align-items:flex-start}.sm\:f-align-center{-ms-flex-align:center;align-items:center}.sm\:f-align-end{-ms-flex-align:end;align-items:flex-end}.sm\:f-align-self-start{-ms-flex-item-align:start;align-self:flex-start}.sm\:f-align-self-center{-ms-flex-item-align:center;align-self:center}.sm\:f-align-self-end{-ms-flex-item-align:end;align-self:flex-end}}@media only screen and (min-width:768px){.md\:f-justify-start{-ms-flex-pack:start;justify-content:flex-start}.md\:f-justify-center{-ms-flex-pack:center;justify-content:center}.md\:f-justify-end{-ms-flex-pack:end;justify-content:flex-end}.md\:f-justify-between{-ms-flex-pack:justify;justify-content:space-between}.md\:f-justify-around{-ms-flex-pack:distribute;justify-content:space-around}.md\:f-justify-self-start{justify-self:flex-start}.md\:f-justify-self-center{justify-self:center}.md\:f-justify-self-end{justify-self:flex-end}.md\:f-align-start{-ms-flex-align:start;align-items:flex-start}.md\:f-align-center{-ms-flex-align:center;align-items:center}.md\:f-align-end{-ms-flex-align:end;align-items:flex-end}.md\:f-align-self-start{-ms-flex-item-align:start;align-self:flex-start}.md\:f-align-self-center{-ms-flex-item-align:center;align-self:center}.md\:f-align-self-end{-ms-flex-item-align:end;align-self:flex-end}}@media only screen and (min-width:992px){.lg\:f-justify-start{-ms-flex-pack:start;justify-content:flex-start}.lg\:f-justify-center{-ms-flex-pack:center;justify-content:center}.lg\:f-justify-end{-ms-flex-pack:end;justify-content:flex-end}.lg\:f-justify-between{-ms-flex-pack:justify;justify-content:space-between}.lg\:f-justify-around{-ms-flex-pack:distribute;justify-content:space-around}.lg\:f-justify-self-start{justify-self:flex-start}.lg\:f-justify-self-center{justify-self:center}.lg\:f-justify-self-end{justify-self:flex-end}.lg\:f-align-start{-ms-flex-align:start;align-items:flex-start}.lg\:f-align-center{-ms-flex-align:center;align-items:center}.lg\:f-align-end{-ms-flex-align:end;align-items:flex-end}.lg\:f-align-self-start{-ms-flex-item-align:start;align-self:flex-start}.lg\:f-align-self-center{-ms-flex-item-align:center;align-self:center}.lg\:f-align-self-end{-ms-flex-item-align:end;align-self:flex-end}}@media only screen and (min-width:1200px){.xl\:f-justify-start{-ms-flex-pack:start;justify-content:flex-start}.xl\:f-justify-center{-ms-flex-pack:center;justify-content:center}.xl\:f-justify-end{-ms-flex-pack:end;justify-content:flex-end}.xl\:f-justify-between{-ms-flex-pack:justify;justify-content:space-between}.xl\:f-justify-around{-ms-flex-pack:distribute;justify-content:space-around}.xl\:f-justify-self-start{justify-self:flex-start}.xl\:f-justify-self-center{justify-self:center}.xl\:f-justify-self-end{justify-self:flex-end}.xl\:f-align-start{-ms-flex-align:start;align-items:flex-start}.xl\:f-align-center{-ms-flex-align:center;align-items:center}.xl\:f-align-end{-ms-flex-align:end;align-items:flex-end}.xl\:f-align-self-start{-ms-flex-item-align:start;align-self:flex-start}.xl\:f-align-self-center{-ms-flex-item-align:center;align-self:center}.xl\:f-align-self-end{-ms-flex-item-align:end;align-self:flex-end}}.col-span-full,.grid-cols-span-full{grid-column:1/-1}.col-span-2,.grid-cols-span-2{grid-column:auto/span 2}.col-span-3,.grid-cols-span-3{grid-column:auto/span 3}.col-span-4,.grid-cols-span-4{grid-column:auto/span 4}.col-span-5,.grid-cols-span-5{grid-column-end:span 5}.col-span-6,.grid-cols-span-6{grid-column-end:span 6}.col-span-7,.grid-cols-span-7{grid-column-end:span 7}.col-span-auto,.grid-cols-span-auto{grid-column:auto}.col-span-unset,.grid-cols-span-unset{grid-column:unset}@media only screen and (min-width:576px){.sm\:col-span-full{grid-column:1/-1}.sm\:col-span-2{grid-column:auto/span 2}.sm\:col-span-3{grid-column:auto/span 3}.sm\:col-span-4{grid-column:auto/span 4}.sm\:col-span-5{grid-column-end:span 5}.sm\:col-span-6{grid-column-end:span 6}.sm\:col-span-7{grid-column-end:span 7}.sm\:col-span-auto{grid-column:auto}.sm\:col-span-unset{grid-column:unset}}@media only screen and (min-width:768px){.md\:col-span-full{grid-column:1/-1}.md\:col-span-2{grid-column:auto/span 2}.md\:col-span-3{grid-column:auto/span 3}.md\:col-span-4{grid-column:auto/span 4}.md\:col-span-5{grid-column-end:span 5}.md\:col-span-6{grid-column-end:span 6}.md\:col-span-7{grid-column-end:span 7}.md\:col-span-auto{grid-column:auto}.md\:col-span-unset{grid-column:unset}}@media only screen and (min-width:992px){.lg\:col-span-full{grid-column:1/-1}.lg\:col-span-2{grid-column:auto/span 2}.lg\:col-span-3{grid-column:auto/span 3}.lg\:col-span-4{grid-column:auto/span 4}.lg\:col-span-5{grid-column-end:span 5}.lg\:col-span-6{grid-column-end:span 6}.lg\:col-span-7{grid-column-end:span 7}.lg\:col-span-auto{grid-column:auto}.lg\:col-span-unset{grid-column:unset}}@media only screen and (min-width:1200px){.xl\:col-span-full{grid-column:1/-1}.xl\:col-span-2{grid-column:auto/span 2}.xl\:col-span-3{grid-column:auto/span 3}.xl\:col-span-4{grid-column:auto/span 4}.xl\:col-span-5{grid-column-end:span 5}.xl\:col-span-6{grid-column-end:span 6}.xl\:col-span-7{grid-column-end:span 7}.xl\:col-span-auto{grid-column:auto}.xl\:col-span-unset{grid-column:unset}}.col-1-3{grid-column:1/3}.col-1-8{grid-column:1/8}.col-2-3{grid-column:2/3}.col-3-4{grid-column:3/4}.col-6-10{grid-column:6/10}.col-5-11{grid-column:5/11}.col-8-13{grid-column:8/13}@media only screen and (min-width:768px){.md\:col-1-3{grid-column:1/3}.md\:col-1-8{grid-column:1/8}.md\:col-2-3{grid-column:2/3}.md\:col-3-4{grid-column:3/4}.md\:col-5-11{grid-column:5/11}.md\:col-6-10{grid-column:6/10}.md\:col-8-13{grid-column:8/13}}@media only screen and (min-width:992px){.lg\:col-1-3{grid-column:1/3}.lg\:col-1-8{grid-column:1/8}.lg\:col-2-3{grid-column:2/3}.lg\:col-3-4{grid-column:3/4}.lg\:col-5-11{grid-column:5/11}.lg\:col-6-10{grid-column:6/10}.lg\:col-8-13{grid-column:8/13}}@media only screen and (min-width:1200px){.xl\:col-auto{grid-column:initial}.xl\:col-1-3{grid-column:1/3}.xl\:col-1-8{grid-column:1/8}.xl\:col-2-3{grid-column:2/3}.xl\:col-3-4{grid-column:3/4}.xl\:col-5-11{grid-column:5/11}.xl\:col-6-10{grid-column:6/10}.xl\:col-8-13{grid-column:8/13}}.grid{display:grid;grid-gap:3rem}.grid-imp{display:grid!important}@media only screen and (min-width:768px){.grid{grid-gap:3rem}}.grid-with-lines.grid-cols-4-res>div:not(:last-child){border-bottom:1px solid var(--gray-subtle-200)}@media only screen and (min-width:768px){.grid-with-lines.grid-cols-4-res>div:nth-child(odd){border-right:1px solid var(--gray-subtle-200)}.grid-with-lines.grid-cols-4-res>div:nth-last-child(2){border-bottom:0}}@media only screen and (min-width:992px){.grid-with-lines.grid-cols-4-res>div:not(:last-child){border-bottom:0}.grid-with-lines.grid-cols-4-res>div:not(:nth-child(4n)){border-right:1px solid var(--gray-subtle-200)}.grid-with-lines.grid-cols-4-res>div:nth-child(n+5){border-top:1px solid var(--gray-subtle-200)}}@media only screen and (min-width:576px){.sm\:grid{display:grid}.sm\:grid-imp{display:grid!important}}@media only screen and (min-width:768px){.md\:grid{display:grid}.md\:grid-imp{display:grid!important}}@media only screen and (min-width:992px){.lg\:grid{display:grid}.lg\:grid-imp{display:grid!important}}@media only screen and (min-width:1200px){.xl\:grid{display:grid}.xl\:grid-imp{display:grid!important}}.g-align-items-start{-ms-flex-align:start;align-items:start}.g-align-items-center{-ms-flex-align:center;align-items:center}.g-align-items-end{-ms-flex-align:end;align-items:end}.g-align-content-start{-ms-flex-line-pack:start;align-content:start}.g-align-content-center{-ms-flex-line-pack:center;align-content:center}.g-align-content-end{-ms-flex-line-pack:end;align-content:end}.g-align-self-start{-ms-flex-item-align:start;align-self:start}.g-align-self-center{-ms-flex-item-align:center;align-self:center}.g-align-self-end{-ms-flex-item-align:end;align-self:end}.g-justify-items-start{justify-items:start}.g-justify-items-center{justify-items:center}.g-justify-items-end{justify-items:end}.g-justify-content-start{-ms-flex-pack:start;justify-content:start}.g-justify-content-center{-ms-flex-pack:center;justify-content:center}.g-justify-content-end{-ms-flex-pack:end;justify-content:end}.g-justify-self-start{justify-self:start}.g-justify-self-center{justify-self:center}.g-justify-self-end{justify-self:end}@media only screen and (min-width:576px){.sm\:g-align-items-start{-ms-flex-align:start;align-items:start}.sm\:g-align-items-center{-ms-flex-align:center;align-items:center}.sm\:g-align-items-end{-ms-flex-align:end;align-items:end}.sm\:g-align-content-start{-ms-flex-line-pack:start;align-content:start}.sm\:g-align-content-center{-ms-flex-line-pack:center;align-content:center}.sm\:g-align-content-end{-ms-flex-line-pack:end;align-content:end}.sm\:g-align-self-start{-ms-flex-item-align:start;align-self:start}.sm\:g-align-self-center{-ms-flex-item-align:center;align-self:center}.sm\:g-align-self-end{-ms-flex-item-align:end;align-self:end}.sm\:g-justify-items-start{justify-items:start}.sm\:g-justify-items-center{justify-items:center}.sm\:g-justify-items-end{justify-items:end}.sm\:g-justify-content-start{-ms-flex-pack:start;justify-content:start}.sm\:g-justify-content-center{-ms-flex-pack:center;justify-content:center}.sm\:g-justify-content-end{-ms-flex-pack:end;justify-content:end}.sm\:g-justify-self-start{justify-self:start}.sm\:g-justify-self-center{justify-self:center}.sm\:g-justify-self-end{justify-self:end}}@media only screen and (min-width:768px){.md\:g-align-items-start{-ms-flex-align:start;align-items:start}.md\:g-align-items-center{-ms-flex-align:center;align-items:center}.md\:g-align-items-end{-ms-flex-align:end;align-items:end}.md\:g-align-content-start{-ms-flex-line-pack:start;align-content:start}.md\:g-align-content-center{-ms-flex-line-pack:center;align-content:center}.md\:g-align-content-end{-ms-flex-line-pack:end;align-content:end}.md\:g-align-self-start{-ms-flex-item-align:start;align-self:start}.md\:g-align-self-center{-ms-flex-item-align:center;align-self:center}.md\:g-align-self-end{-ms-flex-item-align:end;align-self:end}.md\:g-justify-items-start{justify-items:start}.md\:g-justify-items-center{justify-items:center}.md\:g-justify-items-end{justify-items:end}.md\:g-justify-content-start{-ms-flex-pack:start;justify-content:start}.md\:g-justify-content-center{-ms-flex-pack:center;justify-content:center}.md\:g-justify-content-end{-ms-flex-pack:end;justify-content:end}.md\:g-justify-self-start{justify-self:start}.md\:g-justify-self-center{justify-self:center}.md\:g-justify-self-end{justify-self:end}}@media only screen and (min-width:992px){.lg\:g-align-items-start{-ms-flex-align:start;align-items:start}.lg\:g-align-items-center{-ms-flex-align:center;align-items:center}.lg\:g-align-items-end{-ms-flex-align:end;align-items:end}.lg\:g-align-content-start{-ms-flex-line-pack:start;align-content:start}.lg\:g-align-content-center{-ms-flex-line-pack:center;align-content:center}.lg\:g-align-content-end{-ms-flex-line-pack:end;align-content:end}.lg\:g-align-self-start{-ms-flex-item-align:start;align-self:start}.lg\:g-align-self-center{-ms-flex-item-align:center;align-self:center}.lg\:g-align-self-end{-ms-flex-item-align:end;align-self:end}.lg\:g-justify-items-start{justify-items:start}.lg\:g-justify-items-center{justify-items:center}.lg\:g-justify-items-end{justify-items:end}.lg\:g-justify-content-start{-ms-flex-pack:start;justify-content:start}.lg\:g-justify-content-center{-ms-flex-pack:center;justify-content:center}.lg\:g-justify-content-end{-ms-flex-pack:end;justify-content:end}.lg\:g-justify-self-start{justify-self:start}.lg\:g-justify-self-center{justify-self:center}.lg\:g-justify-self-end{justify-self:end}}@media only screen and (min-width:1200px){.xl\:g-align-items-start{-ms-flex-align:start;align-items:start}.xl\:g-align-items-center{-ms-flex-align:center;align-items:center}.xl\:g-align-items-end{-ms-flex-align:end;align-items:end}.xl\:g-align-content-start{-ms-flex-line-pack:start;align-content:start}.xl\:g-align-content-center{-ms-flex-line-pack:center;align-content:center}.xl\:g-align-content-end{-ms-flex-line-pack:end;align-content:end}.xl\:g-align-self-start{-ms-flex-item-align:start;align-self:start}.xl\:g-align-self-center{-ms-flex-item-align:center;align-self:center}.xl\:g-align-self-end{-ms-flex-item-align:end;align-self:end}.xl\:g-justify-items-start{justify-items:start}.xl\:g-justify-items-center{justify-items:center}.xl\:g-justify-items-end{justify-items:end}.xl\:g-justify-content-start{-ms-flex-pack:start;justify-content:start}.xl\:g-justify-content-center{-ms-flex-pack:center;justify-content:center}.xl\:g-justify-content-end{-ms-flex-pack:end;justify-content:end}.xl\:g-justify-self-start{justify-self:start}.xl\:g-justify-self-center{justify-self:center}.xl\:g-justify-self-end{justify-self:end}}.gap-x-0{grid-column-gap:0}.gap-x-1{grid-column-gap:1rem}.gap-x-2{grid-column-gap:2rem}.gap-x-3{grid-column-gap:3rem}.gap-x-4{grid-column-gap:4rem}.gap-x-5{grid-column-gap:5rem}.gap-x-8{grid-column-gap:8rem}.gap-x-2-fluid{grid-column-gap:calc(1.46rem + .45vw)}@media (min-width:1200px){.gap-x-2-fluid{grid-column-gap:2rem}}.gap-x-3-fluid{grid-column-gap:calc(1.56rem + 1.2vw)}@media (min-width:1200px){.gap-x-3-fluid{grid-column-gap:3rem}}.gap-x-4-fluid{grid-column-gap:calc(1.66rem + 1.95vw)}@media (min-width:1200px){.gap-x-4-fluid{grid-column-gap:4rem}}.gap-x-5-fluid{grid-column-gap:calc(1.76rem + 2.7vw)}@media (min-width:1200px){.gap-x-5-fluid{grid-column-gap:5rem}}.gap-x-6-fluid{grid-column-gap:calc(1.86rem + 3.45vw)}@media (min-width:1200px){.gap-x-6-fluid{grid-column-gap:6rem}}.gap-x-7-fluid{grid-column-gap:calc(1.96rem + 4.2vw)}@media (min-width:1200px){.gap-x-7-fluid{grid-column-gap:7rem}}.gap-x-8-fluid{grid-column-gap:calc(2.06rem + 4.95vw)}@media (min-width:1200px){.gap-x-8-fluid{grid-column-gap:8rem}}.gap-x-9-fluid{grid-column-gap:calc(2.16rem + 5.7vw)}@media (min-width:1200px){.gap-x-9-fluid{grid-column-gap:9rem}}.gap-x-10-fluid{grid-column-gap:calc(2.26rem + 6.45vw)}@media (min-width:1200px){.gap-x-10-fluid{grid-column-gap:10rem}}.gap-x-15-fluid{grid-column-gap:calc(2.76rem + 10.2vw)}@media (min-width:1200px){.gap-x-15-fluid{grid-column-gap:15rem}}@media only screen and (min-width:576px){.sm\:gap-x-0{grid-column-gap:0}.sm\:gap-x-1{grid-column-gap:1rem}.sm\:gap-x-2{grid-column-gap:2rem}.sm\:gap-x-3{grid-column-gap:3rem}.sm\:gap-x-4{grid-column-gap:4rem}.sm\:gap-x-5{grid-column-gap:5rem}.sm\:gap-x-8{grid-column-gap:8rem}.sm\:gap-x-2-fluid{grid-column-gap:calc(1.46rem + .45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:gap-x-2-fluid{grid-column-gap:2rem}}@media only screen and (min-width:576px){.sm\:gap-x-3-fluid{grid-column-gap:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:gap-x-3-fluid{grid-column-gap:3rem}}@media only screen and (min-width:576px){.sm\:gap-x-4-fluid{grid-column-gap:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:gap-x-4-fluid{grid-column-gap:4rem}}@media only screen and (min-width:576px){.sm\:gap-x-5-fluid{grid-column-gap:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:gap-x-5-fluid{grid-column-gap:5rem}}@media only screen and (min-width:576px){.sm\:gap-x-6-fluid{grid-column-gap:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:gap-x-6-fluid{grid-column-gap:6rem}}@media only screen and (min-width:576px){.sm\:gap-x-7-fluid{grid-column-gap:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:gap-x-7-fluid{grid-column-gap:7rem}}@media only screen and (min-width:576px){.sm\:gap-x-8-fluid{grid-column-gap:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:gap-x-8-fluid{grid-column-gap:8rem}}@media only screen and (min-width:576px){.sm\:gap-x-9-fluid{grid-column-gap:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:gap-x-9-fluid{grid-column-gap:9rem}}@media only screen and (min-width:576px){.sm\:gap-x-10-fluid{grid-column-gap:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:gap-x-10-fluid{grid-column-gap:10rem}}@media only screen and (min-width:576px){.sm\:gap-x-15-fluid{grid-column-gap:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:gap-x-15-fluid{grid-column-gap:15rem}}@media only screen and (min-width:768px){.md\:gap-x-0{grid-column-gap:0}.md\:gap-x-1{grid-column-gap:1rem}.md\:gap-x-2{grid-column-gap:2rem}.md\:gap-x-3{grid-column-gap:3rem}.md\:gap-x-4{grid-column-gap:4rem}.md\:gap-x-5{grid-column-gap:5rem}.md\:gap-x-8{grid-column-gap:8rem}.md\:gap-x-2-fluid{grid-column-gap:calc(1.46rem + .45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:gap-x-2-fluid{grid-column-gap:2rem}}@media only screen and (min-width:768px){.md\:gap-x-3-fluid{grid-column-gap:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:gap-x-3-fluid{grid-column-gap:3rem}}@media only screen and (min-width:768px){.md\:gap-x-4-fluid{grid-column-gap:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:gap-x-4-fluid{grid-column-gap:4rem}}@media only screen and (min-width:768px){.md\:gap-x-5-fluid{grid-column-gap:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:gap-x-5-fluid{grid-column-gap:5rem}}@media only screen and (min-width:768px){.md\:gap-x-6-fluid{grid-column-gap:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:gap-x-6-fluid{grid-column-gap:6rem}}@media only screen and (min-width:768px){.md\:gap-x-7-fluid{grid-column-gap:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:gap-x-7-fluid{grid-column-gap:7rem}}@media only screen and (min-width:768px){.md\:gap-x-8-fluid{grid-column-gap:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:gap-x-8-fluid{grid-column-gap:8rem}}@media only screen and (min-width:768px){.md\:gap-x-9-fluid{grid-column-gap:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:gap-x-9-fluid{grid-column-gap:9rem}}@media only screen and (min-width:768px){.md\:gap-x-10-fluid{grid-column-gap:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:gap-x-10-fluid{grid-column-gap:10rem}}@media only screen and (min-width:768px){.md\:gap-x-15-fluid{grid-column-gap:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:gap-x-15-fluid{grid-column-gap:15rem}}@media only screen and (min-width:992px){.lg\:gap-x-0{grid-column-gap:0}.lg\:gap-x-1{grid-column-gap:1rem}.lg\:gap-x-2{grid-column-gap:2rem}.lg\:gap-x-3{grid-column-gap:3rem}.lg\:gap-x-4{grid-column-gap:4rem}.lg\:gap-x-5{grid-column-gap:5rem}.lg\:gap-x-8{grid-column-gap:8rem}.lg\:gap-x-2-fluid{grid-column-gap:calc(1.46rem + .45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:gap-x-2-fluid{grid-column-gap:2rem}}@media only screen and (min-width:992px){.lg\:gap-x-3-fluid{grid-column-gap:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:gap-x-3-fluid{grid-column-gap:3rem}}@media only screen and (min-width:992px){.lg\:gap-x-4-fluid{grid-column-gap:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:gap-x-4-fluid{grid-column-gap:4rem}}@media only screen and (min-width:992px){.lg\:gap-x-5-fluid{grid-column-gap:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:gap-x-5-fluid{grid-column-gap:5rem}}@media only screen and (min-width:992px){.lg\:gap-x-6-fluid{grid-column-gap:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:gap-x-6-fluid{grid-column-gap:6rem}}@media only screen and (min-width:992px){.lg\:gap-x-7-fluid{grid-column-gap:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:gap-x-7-fluid{grid-column-gap:7rem}}@media only screen and (min-width:992px){.lg\:gap-x-8-fluid{grid-column-gap:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:gap-x-8-fluid{grid-column-gap:8rem}}@media only screen and (min-width:992px){.lg\:gap-x-9-fluid{grid-column-gap:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:gap-x-9-fluid{grid-column-gap:9rem}}@media only screen and (min-width:992px){.lg\:gap-x-10-fluid{grid-column-gap:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:gap-x-10-fluid{grid-column-gap:10rem}}@media only screen and (min-width:992px){.lg\:gap-x-15-fluid{grid-column-gap:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:gap-x-15-fluid{grid-column-gap:15rem}}@media only screen and (min-width:1200px){.xl\:gap-x-0{grid-column-gap:0}.xl\:gap-x-1{grid-column-gap:1rem}.xl\:gap-x-2{grid-column-gap:2rem}.xl\:gap-x-3{grid-column-gap:3rem}.xl\:gap-x-4{grid-column-gap:4rem}.xl\:gap-x-5{grid-column-gap:5rem}.xl\:gap-x-8{grid-column-gap:8rem}.xl\:gap-x-2-fluid{grid-column-gap:calc(1.46rem + .45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:gap-x-2-fluid{grid-column-gap:2rem}}@media only screen and (min-width:1200px){.xl\:gap-x-3-fluid{grid-column-gap:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:gap-x-3-fluid{grid-column-gap:3rem}}@media only screen and (min-width:1200px){.xl\:gap-x-4-fluid{grid-column-gap:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:gap-x-4-fluid{grid-column-gap:4rem}}@media only screen and (min-width:1200px){.xl\:gap-x-5-fluid{grid-column-gap:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:gap-x-5-fluid{grid-column-gap:5rem}}@media only screen and (min-width:1200px){.xl\:gap-x-6-fluid{grid-column-gap:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:gap-x-6-fluid{grid-column-gap:6rem}}@media only screen and (min-width:1200px){.xl\:gap-x-7-fluid{grid-column-gap:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:gap-x-7-fluid{grid-column-gap:7rem}}@media only screen and (min-width:1200px){.xl\:gap-x-8-fluid{grid-column-gap:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:gap-x-8-fluid{grid-column-gap:8rem}}@media only screen and (min-width:1200px){.xl\:gap-x-9-fluid{grid-column-gap:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:gap-x-9-fluid{grid-column-gap:9rem}}@media only screen and (min-width:1200px){.xl\:gap-x-10-fluid{grid-column-gap:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:gap-x-10-fluid{grid-column-gap:10rem}}@media only screen and (min-width:1200px){.xl\:gap-x-15-fluid{grid-column-gap:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:gap-x-15-fluid{grid-column-gap:15rem}}.gap-y-0{grid-row-gap:0}.gap-y-1{grid-row-gap:1rem}.gap-y-2{grid-row-gap:2rem}.gap-y-3{grid-row-gap:3rem}.gap-y-4{grid-row-gap:4rem}.gap-y-5{grid-row-gap:5rem}.gap-y-2-fluid{grid-row-gap:calc(1.46rem + .45vw)}@media (min-width:1200px){.gap-y-2-fluid{grid-row-gap:2rem}}.gap-y-3-fluid{grid-row-gap:calc(1.56rem + 1.2vw)}@media (min-width:1200px){.gap-y-3-fluid{grid-row-gap:3rem}}.gap-y-4-fluid{grid-row-gap:calc(1.66rem + 1.95vw)}@media (min-width:1200px){.gap-y-4-fluid{grid-row-gap:4rem}}.gap-y-5-fluid{grid-row-gap:calc(1.76rem + 2.7vw)}@media (min-width:1200px){.gap-y-5-fluid{grid-row-gap:5rem}}.gap-y-6-fluid{grid-row-gap:calc(1.86rem + 3.45vw)}@media (min-width:1200px){.gap-y-6-fluid{grid-row-gap:6rem}}.gap-y-7-fluid{grid-row-gap:calc(1.96rem + 4.2vw)}@media (min-width:1200px){.gap-y-7-fluid{grid-row-gap:7rem}}.gap-y-8-fluid{grid-row-gap:calc(2.06rem + 4.95vw)}@media (min-width:1200px){.gap-y-8-fluid{grid-row-gap:8rem}}.gap-y-9-fluid{grid-row-gap:calc(2.16rem + 5.7vw)}@media (min-width:1200px){.gap-y-9-fluid{grid-row-gap:9rem}}.gap-y-10-fluid{grid-row-gap:calc(2.26rem + 6.45vw)}@media (min-width:1200px){.gap-y-10-fluid{grid-row-gap:10rem}}.gap-y-15-fluid{grid-row-gap:calc(2.76rem + 10.2vw)}@media (min-width:1200px){.gap-y-15-fluid{grid-row-gap:15rem}}@media only screen and (min-width:576px){.sm\:gap-y-0{grid-row-gap:0}.sm\:gap-y-1{grid-row-gap:1rem}.sm\:gap-y-2{grid-row-gap:2rem}.sm\:gap-y-3{grid-row-gap:3rem}.sm\:gap-y-4{grid-row-gap:4rem}.sm\:gap-y-5{grid-row-gap:5rem}.sm\:gap-y-2-fluid{grid-row-gap:calc(1.46rem + .45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:gap-y-2-fluid{grid-row-gap:2rem}}@media only screen and (min-width:576px){.sm\:gap-y-3-fluid{grid-row-gap:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:gap-y-3-fluid{grid-row-gap:3rem}}@media only screen and (min-width:576px){.sm\:gap-y-4-fluid{grid-row-gap:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:gap-y-4-fluid{grid-row-gap:4rem}}@media only screen and (min-width:576px){.sm\:gap-y-5-fluid{grid-row-gap:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:gap-y-5-fluid{grid-row-gap:5rem}}@media only screen and (min-width:576px){.sm\:gap-y-6-fluid{grid-row-gap:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:gap-y-6-fluid{grid-row-gap:6rem}}@media only screen and (min-width:576px){.sm\:gap-y-7-fluid{grid-row-gap:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:gap-y-7-fluid{grid-row-gap:7rem}}@media only screen and (min-width:576px){.sm\:gap-y-8-fluid{grid-row-gap:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:gap-y-8-fluid{grid-row-gap:8rem}}@media only screen and (min-width:576px){.sm\:gap-y-9-fluid{grid-row-gap:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:gap-y-9-fluid{grid-row-gap:9rem}}@media only screen and (min-width:576px){.sm\:gap-y-10-fluid{grid-row-gap:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:gap-y-10-fluid{grid-row-gap:10rem}}@media only screen and (min-width:576px){.sm\:gap-y-15-fluid{grid-row-gap:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:gap-y-15-fluid{grid-row-gap:15rem}}@media only screen and (min-width:768px){.md\:gap-y-0{grid-row-gap:0}.md\:gap-y-1{grid-row-gap:1rem}.md\:gap-y-2{grid-row-gap:2rem}.md\:gap-y-3{grid-row-gap:3rem}.md\:gap-y-4{grid-row-gap:4rem}.md\:gap-y-5{grid-row-gap:5rem}.md\:gap-y-2-fluid{grid-row-gap:calc(1.46rem + .45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:gap-y-2-fluid{grid-row-gap:2rem}}@media only screen and (min-width:768px){.md\:gap-y-3-fluid{grid-row-gap:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:gap-y-3-fluid{grid-row-gap:3rem}}@media only screen and (min-width:768px){.md\:gap-y-4-fluid{grid-row-gap:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:gap-y-4-fluid{grid-row-gap:4rem}}@media only screen and (min-width:768px){.md\:gap-y-5-fluid{grid-row-gap:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:gap-y-5-fluid{grid-row-gap:5rem}}@media only screen and (min-width:768px){.md\:gap-y-6-fluid{grid-row-gap:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:gap-y-6-fluid{grid-row-gap:6rem}}@media only screen and (min-width:768px){.md\:gap-y-7-fluid{grid-row-gap:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:gap-y-7-fluid{grid-row-gap:7rem}}@media only screen and (min-width:768px){.md\:gap-y-8-fluid{grid-row-gap:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:gap-y-8-fluid{grid-row-gap:8rem}}@media only screen and (min-width:768px){.md\:gap-y-9-fluid{grid-row-gap:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:gap-y-9-fluid{grid-row-gap:9rem}}@media only screen and (min-width:768px){.md\:gap-y-10-fluid{grid-row-gap:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:gap-y-10-fluid{grid-row-gap:10rem}}@media only screen and (min-width:768px){.md\:gap-y-15-fluid{grid-row-gap:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:gap-y-15-fluid{grid-row-gap:15rem}}@media only screen and (min-width:992px){.lg\:gap-y-0{grid-row-gap:0}.lg\:gap-y-1{grid-row-gap:1rem}.lg\:gap-y-2{grid-row-gap:2rem}.lg\:gap-y-3{grid-row-gap:3rem}.lg\:gap-y-4{grid-row-gap:4rem}.lg\:gap-y-5{grid-row-gap:5rem}.lg\:gap-y-2-fluid{grid-row-gap:calc(1.46rem + .45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:gap-y-2-fluid{grid-row-gap:2rem}}@media only screen and (min-width:992px){.lg\:gap-y-3-fluid{grid-row-gap:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:gap-y-3-fluid{grid-row-gap:3rem}}@media only screen and (min-width:992px){.lg\:gap-y-4-fluid{grid-row-gap:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:gap-y-4-fluid{grid-row-gap:4rem}}@media only screen and (min-width:992px){.lg\:gap-y-5-fluid{grid-row-gap:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:gap-y-5-fluid{grid-row-gap:5rem}}@media only screen and (min-width:992px){.lg\:gap-y-6-fluid{grid-row-gap:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:gap-y-6-fluid{grid-row-gap:6rem}}@media only screen and (min-width:992px){.lg\:gap-y-7-fluid{grid-row-gap:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:gap-y-7-fluid{grid-row-gap:7rem}}@media only screen and (min-width:992px){.lg\:gap-y-8-fluid{grid-row-gap:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:gap-y-8-fluid{grid-row-gap:8rem}}@media only screen and (min-width:992px){.lg\:gap-y-9-fluid{grid-row-gap:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:gap-y-9-fluid{grid-row-gap:9rem}}@media only screen and (min-width:992px){.lg\:gap-y-10-fluid{grid-row-gap:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:gap-y-10-fluid{grid-row-gap:10rem}}@media only screen and (min-width:992px){.lg\:gap-y-15-fluid{grid-row-gap:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:gap-y-15-fluid{grid-row-gap:15rem}}@media only screen and (min-width:1200px){.xl\:gap-y-0{grid-row-gap:0}.xl\:gap-y-1{grid-row-gap:1rem}.xl\:gap-y-2{grid-row-gap:2rem}.xl\:gap-y-3{grid-row-gap:3rem}.xl\:gap-y-4{grid-row-gap:4rem}.xl\:gap-y-5{grid-row-gap:5rem}.xl\:gap-y-2-fluid{grid-row-gap:calc(1.46rem + .45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:gap-y-2-fluid{grid-row-gap:2rem}}@media only screen and (min-width:1200px){.xl\:gap-y-3-fluid{grid-row-gap:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:gap-y-3-fluid{grid-row-gap:3rem}}@media only screen and (min-width:1200px){.xl\:gap-y-4-fluid{grid-row-gap:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:gap-y-4-fluid{grid-row-gap:4rem}}@media only screen and (min-width:1200px){.xl\:gap-y-5-fluid{grid-row-gap:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:gap-y-5-fluid{grid-row-gap:5rem}}@media only screen and (min-width:1200px){.xl\:gap-y-6-fluid{grid-row-gap:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:gap-y-6-fluid{grid-row-gap:6rem}}@media only screen and (min-width:1200px){.xl\:gap-y-7-fluid{grid-row-gap:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:gap-y-7-fluid{grid-row-gap:7rem}}@media only screen and (min-width:1200px){.xl\:gap-y-8-fluid{grid-row-gap:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:gap-y-8-fluid{grid-row-gap:8rem}}@media only screen and (min-width:1200px){.xl\:gap-y-9-fluid{grid-row-gap:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:gap-y-9-fluid{grid-row-gap:9rem}}@media only screen and (min-width:1200px){.xl\:gap-y-10-fluid{grid-row-gap:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:gap-y-10-fluid{grid-row-gap:10rem}}@media only screen and (min-width:1200px){.xl\:gap-y-15-fluid{grid-row-gap:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:gap-y-15-fluid{grid-row-gap:15rem}}.gap-0{grid-gap:0}.gap-1{grid-gap:1rem}.gap-2{grid-gap:2rem}.gap-3{grid-gap:3rem}.gap-4{grid-gap:4rem}.gap-5{grid-gap:5rem}.gap-6{grid-gap:6rem}.gap-7{grid-gap:7rem}.gap-8{grid-gap:8rem}.gap-9{grid-gap:9rem}.gap-10{grid-gap:10rem}.gap-15{grid-gap:15rem}.gap-2-fluid{grid-gap:calc(1.46rem + .45vw)}@media (min-width:1200px){.gap-2-fluid{grid-gap:2rem}}.gap-3-fluid{grid-gap:calc(1.56rem + 1.2vw)}@media (min-width:1200px){.gap-3-fluid{grid-gap:3rem}}.gap-4-fluid{grid-gap:calc(1.66rem + 1.95vw)}@media (min-width:1200px){.gap-4-fluid{grid-gap:4rem}}.gap-5-fluid{grid-gap:calc(1.76rem + 2.7vw)}@media (min-width:1200px){.gap-5-fluid{grid-gap:5rem}}.gap-6-fluid{grid-gap:calc(1.86rem + 3.45vw)}@media (min-width:1200px){.gap-6-fluid{grid-gap:6rem}}.gap-7-fluid{grid-gap:calc(1.96rem + 4.2vw)}@media (min-width:1200px){.gap-7-fluid{grid-gap:7rem}}.gap-8-fluid{grid-gap:calc(2.06rem + 4.95vw)}@media (min-width:1200px){.gap-8-fluid{grid-gap:8rem}}.gap-9-fluid{grid-gap:calc(2.16rem + 5.7vw)}@media (min-width:1200px){.gap-9-fluid{grid-gap:9rem}}.gap-10-fluid{grid-gap:calc(2.26rem + 6.45vw)}@media (min-width:1200px){.gap-10-fluid{grid-gap:10rem}}.gap-15-fluid{grid-gap:calc(2.76rem + 10.2vw)}@media (min-width:1200px){.gap-15-fluid{grid-gap:15rem}}@media only screen and (min-width:576px){.sm\:gap-0{grid-gap:0}.sm\:gap-1{grid-gap:1rem}.sm\:gap-2{grid-gap:2rem}.sm\:gap-3{grid-gap:3rem}.sm\:gap-4{grid-gap:4rem}.sm\:gap-5{grid-gap:5rem}.sm\:gap-6{grid-gap:6rem}.sm\:gap-7{grid-gap:7rem}.sm\:gap-8{grid-gap:8rem}.sm\:gap-9{grid-gap:9rem}.sm\:gap-10{grid-gap:10rem}.sm\:gap-15{grid-gap:15rem}.sm\:gap-2-fluid{grid-gap:calc(1.46rem + .45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:gap-2-fluid{grid-gap:2rem}}@media only screen and (min-width:576px){.sm\:gap-3-fluid{grid-gap:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:gap-3-fluid{grid-gap:3rem}}@media only screen and (min-width:576px){.sm\:gap-4-fluid{grid-gap:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:gap-4-fluid{grid-gap:4rem}}@media only screen and (min-width:576px){.sm\:gap-5-fluid{grid-gap:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:gap-5-fluid{grid-gap:5rem}}@media only screen and (min-width:576px){.sm\:gap-6-fluid{grid-gap:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:gap-6-fluid{grid-gap:6rem}}@media only screen and (min-width:576px){.sm\:gap-7-fluid{grid-gap:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:gap-7-fluid{grid-gap:7rem}}@media only screen and (min-width:576px){.sm\:gap-8-fluid{grid-gap:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:gap-8-fluid{grid-gap:8rem}}@media only screen and (min-width:576px){.sm\:gap-9-fluid{grid-gap:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:gap-9-fluid{grid-gap:9rem}}@media only screen and (min-width:576px){.sm\:gap-10-fluid{grid-gap:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:gap-10-fluid{grid-gap:10rem}}@media only screen and (min-width:576px){.sm\:gap-15-fluid{grid-gap:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:gap-15-fluid{grid-gap:15rem}}@media only screen and (min-width:768px){.md\:gap-0{grid-gap:0}.md\:gap-1{grid-gap:1rem}.md\:gap-2{grid-gap:2rem}.md\:gap-3{grid-gap:3rem}.md\:gap-4{grid-gap:4rem}.md\:gap-5{grid-gap:5rem}.md\:gap-6{grid-gap:6rem}.md\:gap-7{grid-gap:7rem}.md\:gap-8{grid-gap:8rem}.md\:gap-9{grid-gap:9rem}.md\:gap-10{grid-gap:10rem}.md\:gap-15{grid-gap:15rem}.md\:gap-2-fluid{grid-gap:calc(1.46rem + .45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:gap-2-fluid{grid-gap:2rem}}@media only screen and (min-width:768px){.md\:gap-3-fluid{grid-gap:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:gap-3-fluid{grid-gap:3rem}}@media only screen and (min-width:768px){.md\:gap-4-fluid{grid-gap:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:gap-4-fluid{grid-gap:4rem}}@media only screen and (min-width:768px){.md\:gap-5-fluid{grid-gap:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:gap-5-fluid{grid-gap:5rem}}@media only screen and (min-width:768px){.md\:gap-6-fluid{grid-gap:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:gap-6-fluid{grid-gap:6rem}}@media only screen and (min-width:768px){.md\:gap-7-fluid{grid-gap:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:gap-7-fluid{grid-gap:7rem}}@media only screen and (min-width:768px){.md\:gap-8-fluid{grid-gap:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:gap-8-fluid{grid-gap:8rem}}@media only screen and (min-width:768px){.md\:gap-9-fluid{grid-gap:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:gap-9-fluid{grid-gap:9rem}}@media only screen and (min-width:768px){.md\:gap-10-fluid{grid-gap:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:gap-10-fluid{grid-gap:10rem}}@media only screen and (min-width:768px){.md\:gap-15-fluid{grid-gap:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:gap-15-fluid{grid-gap:15rem}}@media only screen and (min-width:992px){.lg\:gap-0{grid-gap:0}.lg\:gap-1{grid-gap:1rem}.lg\:gap-2{grid-gap:2rem}.lg\:gap-3{grid-gap:3rem}.lg\:gap-4{grid-gap:4rem}.lg\:gap-5{grid-gap:5rem}.lg\:gap-6{grid-gap:6rem}.lg\:gap-7{grid-gap:7rem}.lg\:gap-8{grid-gap:8rem}.lg\:gap-9{grid-gap:9rem}.lg\:gap-10{grid-gap:10rem}.lg\:gap-15{grid-gap:15rem}.lg\:gap-2-fluid{grid-gap:calc(1.46rem + .45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:gap-2-fluid{grid-gap:2rem}}@media only screen and (min-width:992px){.lg\:gap-3-fluid{grid-gap:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:gap-3-fluid{grid-gap:3rem}}@media only screen and (min-width:992px){.lg\:gap-4-fluid{grid-gap:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:gap-4-fluid{grid-gap:4rem}}@media only screen and (min-width:992px){.lg\:gap-5-fluid{grid-gap:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:gap-5-fluid{grid-gap:5rem}}@media only screen and (min-width:992px){.lg\:gap-6-fluid{grid-gap:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:gap-6-fluid{grid-gap:6rem}}@media only screen and (min-width:992px){.lg\:gap-7-fluid{grid-gap:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:gap-7-fluid{grid-gap:7rem}}@media only screen and (min-width:992px){.lg\:gap-8-fluid{grid-gap:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:gap-8-fluid{grid-gap:8rem}}@media only screen and (min-width:992px){.lg\:gap-9-fluid{grid-gap:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:gap-9-fluid{grid-gap:9rem}}@media only screen and (min-width:992px){.lg\:gap-10-fluid{grid-gap:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:gap-10-fluid{grid-gap:10rem}}@media only screen and (min-width:992px){.lg\:gap-15-fluid{grid-gap:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:gap-15-fluid{grid-gap:15rem}}@media only screen and (min-width:1200px){.xl\:gap-0{grid-gap:0}.xl\:gap-1{grid-gap:1rem}.xl\:gap-2{grid-gap:2rem}.xl\:gap-3{grid-gap:3rem}.xl\:gap-4{grid-gap:4rem}.xl\:gap-5{grid-gap:5rem}.xl\:gap-6{grid-gap:6rem}.xl\:gap-7{grid-gap:7rem}.xl\:gap-8{grid-gap:8rem}.xl\:gap-9{grid-gap:9rem}.xl\:gap-10{grid-gap:10rem}.xl\:gap-15{grid-gap:15rem}.xl\:gap-2-fluid{grid-gap:calc(1.46rem + .45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:gap-2-fluid{grid-gap:2rem}}@media only screen and (min-width:1200px){.xl\:gap-3-fluid{grid-gap:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:gap-3-fluid{grid-gap:3rem}}@media only screen and (min-width:1200px){.xl\:gap-4-fluid{grid-gap:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:gap-4-fluid{grid-gap:4rem}}@media only screen and (min-width:1200px){.xl\:gap-5-fluid{grid-gap:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:gap-5-fluid{grid-gap:5rem}}@media only screen and (min-width:1200px){.xl\:gap-6-fluid{grid-gap:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:gap-6-fluid{grid-gap:6rem}}@media only screen and (min-width:1200px){.xl\:gap-7-fluid{grid-gap:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:gap-7-fluid{grid-gap:7rem}}@media only screen and (min-width:1200px){.xl\:gap-8-fluid{grid-gap:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:gap-8-fluid{grid-gap:8rem}}@media only screen and (min-width:1200px){.xl\:gap-9-fluid{grid-gap:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:gap-9-fluid{grid-gap:9rem}}@media only screen and (min-width:1200px){.xl\:gap-10-fluid{grid-gap:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:gap-10-fluid{grid-gap:10rem}}@media only screen and (min-width:1200px){.xl\:gap-15-fluid{grid-gap:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:gap-15-fluid{grid-gap:15rem}}.grid-cols-auto{grid-template-columns:1fr}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-2-res{grid-template-columns:1fr}.grid-cols-20-80{grid-template-columns:2fr 8fr}.grid-cols-30-70{grid-template-columns:3fr 7fr}.grid-cols-40-60{grid-template-columns:4fr 6fr}.grid-cols-60-40{grid-template-columns:6fr 4fr}.grid-cols-70-30{grid-template-columns:7fr 3fr}.grid-cols-70-50{grid-template-columns:7fr 5fr}.grid-cols-80-20{grid-template-columns:8fr 2fr}.grid-cols-30px-fr{grid-template-columns:30px 1fr}.grid-cols-60px-fr{grid-template-columns:60px 1fr}.grid-cols-auto-fr{grid-template-columns:auto 1fr}.grid-cols-auto-fr-res{grid-template-columns:1fr}.grid-cols-fr-auto{grid-template-columns:1fr auto}.grid-cols-fr-auto-res{grid-template-columns:1fr}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-3-res{grid-template-columns:1fr}.grid-cols-2-5-5{grid-template-columns:2fr 5fr 5fr}.grid-cols-20-40-40{grid-template-columns:2fr 4fr 4fr}.grid-cols-25-50-25{grid-template-columns:2.5fr 5fr 2.5fr}.grid-cols-30-40-30{grid-template-columns:3fr 4fr 3fr}.grid-cols-40-30-30{grid-template-columns:4fr 3fr 3fr}.grid-cols-40-30-40{grid-template-columns:4fr 3fr 4fr}.grid-cols-fr-fr-auto{grid-template-columns:1fr 1fr auto}.grid-cols-fr-fr-auto-res{grid-template-columns:1fr}.grid-cols-half-whole-half{grid-template-columns:.5fr 1fr .5fr}.grid-cols-4{grid-template-columns:repeat(4,1fr)}.grid-cols-4-res{grid-template-columns:1fr}.grid-cols-5{grid-template-columns:repeat(5,1fr)}.grid-cols-5-res{grid-template-columns:repeat(2,1fr)}.grid-cols-12{grid-template-columns:repeat(12,1fr)}@media only screen and (min-width:576px){.grid-cols-auto-fr-res{grid-template-columns:auto 1fr}}@media only screen and (min-width:768px){.grid-cols-2-res,.grid-cols-3-res{grid-template-columns:repeat(2,1fr)}.grid-cols-fr-auto-res{grid-template-columns:1fr auto}.grid-cols-4-res{grid-template-columns:repeat(2,1fr)}.grid-cols-5-res{grid-template-columns:repeat(3,1fr)}}@media only screen and (min-width:992px){.grid-cols-3-res{grid-template-columns:repeat(3,1fr)}.grid-cols-fr-fr-auto-res{grid-template-columns:1fr 1fr auto}.grid-cols-4-res{grid-template-columns:repeat(4,1fr)}}@media only screen and (min-width:1200px){.grid-cols-5-res{grid-template-columns:repeat(5,1fr)}}@media only screen and (min-width:576px){.sm\:grid-cols-auto{grid-template-columns:1fr}.sm\:grid-cols-2{grid-template-columns:repeat(2,1fr)}.sm\:grid-cols-20-80{grid-template-columns:2fr 8fr}.sm\:grid-cols-30-70{grid-template-columns:3fr 7fr}.sm\:grid-cols-40-60{grid-template-columns:4fr 6fr}.sm\:grid-cols-60-40{grid-template-columns:6fr 4fr}.sm\:grid-cols-70-30{grid-template-columns:7fr 3fr}.sm\:grid-cols-70-50{grid-template-columns:7fr 5fr}.sm\:grid-cols-80-20{grid-template-columns:8fr 2fr}.sm\:grid-cols-30px-fr{grid-template-columns:30px 1fr}.sm\:grid-cols-60px-fr{grid-template-columns:60px 1fr}.sm\:grid-cols-auto-fr{grid-template-columns:auto 1fr}.sm\:grid-cols-fr-auto,.sm\:grid-cols-fr-auto-res{grid-template-columns:1fr auto}.sm\:grid-cols-3{grid-template-columns:repeat(3,1fr)}.sm\:grid-cols-2-5-5{grid-template-columns:2fr 5fr 5fr}.sm\:grid-cols-20-40-40{grid-template-columns:2fr 4fr 4fr}.sm\:grid-cols-25-50-25{grid-template-columns:2.5fr 5fr 2.5fr}.sm\:grid-cols-30-40-30{grid-template-columns:3fr 4fr 3fr}.sm\:grid-cols-40-30-30{grid-template-columns:4fr 3fr 3fr}.sm\:grid-cols-40-30-40{grid-template-columns:4fr 3fr 4fr}.sm\:grid-cols-fr-fr-auto{grid-template-columns:1fr 1fr auto}.sm\:grid-cols-half-whole-half{grid-template-columns:.5fr 1fr .5fr}.sm\:grid-cols-4{grid-template-columns:repeat(4,1fr)}.sm\:grid-cols-5{grid-template-columns:repeat(5,1fr)}.sm\:grid-cols-12{grid-template-columns:repeat(12,1fr)}}@media only screen and (min-width:768px){.md\:grid-cols-auto{grid-template-columns:1fr}.md\:grid-cols-2{grid-template-columns:repeat(2,1fr)}.md\:grid-cols-20-80{grid-template-columns:2fr 8fr}.md\:grid-cols-30-70{grid-template-columns:3fr 7fr}.md\:grid-cols-40-60{grid-template-columns:4fr 6fr}.md\:grid-cols-60-40{grid-template-columns:6fr 4fr}.md\:grid-cols-70-30{grid-template-columns:7fr 3fr}.md\:grid-cols-70-50{grid-template-columns:7fr 5fr}.md\:grid-cols-80-20{grid-template-columns:8fr 2fr}.md\:grid-cols-30px-fr{grid-template-columns:30px 1fr}.md\:grid-cols-60px-fr{grid-template-columns:60px 1fr}.md\:grid-cols-auto-fr{grid-template-columns:auto 1fr}.md\:grid-cols-fr-auto,.md\:grid-cols-fr-auto-res{grid-template-columns:1fr auto}.md\:grid-cols-3{grid-template-columns:repeat(3,1fr)}.md\:grid-cols-2-5-5{grid-template-columns:2fr 5fr 5fr}.md\:grid-cols-20-40-40{grid-template-columns:2fr 4fr 4fr}.md\:grid-cols-25-50-25{grid-template-columns:2.5fr 5fr 2.5fr}.md\:grid-cols-30-40-30{grid-template-columns:3fr 4fr 3fr}.md\:grid-cols-40-30-30{grid-template-columns:4fr 3fr 3fr}.md\:grid-cols-40-30-40{grid-template-columns:4fr 3fr 4fr}.md\:grid-cols-fr-fr-auto{grid-template-columns:1fr 1fr auto}.md\:grid-cols-half-whole-half{grid-template-columns:.5fr 1fr .5fr}.md\:grid-cols-4{grid-template-columns:repeat(4,1fr)}.md\:grid-cols-5{grid-template-columns:repeat(5,1fr)}.md\:grid-cols-12{grid-template-columns:repeat(12,1fr)}}@media only screen and (min-width:992px){.lg\:grid-cols-auto{grid-template-columns:1fr}.lg\:grid-cols-2{grid-template-columns:repeat(2,1fr)}.lg\:grid-cols-20-80{grid-template-columns:2fr 8fr}.lg\:grid-cols-30-70{grid-template-columns:3fr 7fr}.lg\:grid-cols-40-60{grid-template-columns:4fr 6fr}.lg\:grid-cols-60-40{grid-template-columns:6fr 4fr}.lg\:grid-cols-70-30{grid-template-columns:7fr 3fr}.lg\:grid-cols-70-50{grid-template-columns:7fr 5fr}.lg\:grid-cols-80-20{grid-template-columns:8fr 2fr}.lg\:grid-cols-30px-fr{grid-template-columns:30px 1fr}.lg\:grid-cols-60px-fr{grid-template-columns:60px 1fr}.lg\:grid-cols-auto-fr{grid-template-columns:auto 1fr}.lg\:grid-cols-fr-auto,.lg\:grid-cols-fr-auto-res{grid-template-columns:1fr auto}.lg\:grid-cols-3{grid-template-columns:repeat(3,1fr)}.lg\:grid-cols-2-5-5{grid-template-columns:2fr 5fr 5fr}.lg\:grid-cols-20-40-40{grid-template-columns:2fr 4fr 4fr}.lg\:grid-cols-25-50-25{grid-template-columns:2.5fr 5fr 2.5fr}.lg\:grid-cols-30-40-30{grid-template-columns:3fr 4fr 3fr}.lg\:grid-cols-40-30-30{grid-template-columns:4fr 3fr 3fr}.lg\:grid-cols-40-30-40{grid-template-columns:4fr 3fr 4fr}.lg\:grid-cols-fr-fr-auto{grid-template-columns:1fr 1fr auto}.lg\:grid-cols-half-whole-half{grid-template-columns:.5fr 1fr .5fr}.lg\:grid-cols-4{grid-template-columns:repeat(4,1fr)}.lg\:grid-cols-5{grid-template-columns:repeat(5,1fr)}.lg\:grid-cols-12{grid-template-columns:repeat(12,1fr)}}@media only screen and (min-width:1200px){.xl\:grid-cols-auto{grid-template-columns:1fr}.xl\:grid-cols-2{grid-template-columns:repeat(2,1fr)}.xl\:grid-cols-20-80{grid-template-columns:2fr 8fr}.xl\:grid-cols-30-70{grid-template-columns:3fr 7fr}.xl\:grid-cols-40-60{grid-template-columns:4fr 6fr}.xl\:grid-cols-60-40{grid-template-columns:6fr 4fr}.xl\:grid-cols-70-30{grid-template-columns:7fr 3fr}.xl\:grid-cols-70-50{grid-template-columns:7fr 5fr}.xl\:grid-cols-80-20{grid-template-columns:8fr 2fr}.xl\:grid-cols-30px-fr{grid-template-columns:30px 1fr}.xl\:grid-cols-60px-fr{grid-template-columns:60px 1fr}.xl\:grid-cols-auto-fr{grid-template-columns:auto 1fr}.xl\:grid-cols-fr-auto{grid-template-columns:1fr auto}.xl\:grid-cols-3{grid-template-columns:repeat(3,1fr)}.xl\:grid-cols-2-5-5{grid-template-columns:2fr 5fr 5fr}.xl\:grid-cols-20-40-40{grid-template-columns:2fr 4fr 4fr}.xl\:grid-cols-25-50-25{grid-template-columns:2.5fr 5fr 2.5fr}.xl\:grid-cols-30-40-30{grid-template-columns:3fr 4fr 3fr}.xl\:grid-cols-40-30-30{grid-template-columns:4fr 3fr .3fr}.xl\:grid-cols-40-30-40{grid-template-columns:4fr 3fr 4fr}.xl\:grid-cols-fr-fr-auto{grid-template-columns:1fr 1fr auto}.xl\:grid-cols-half-whole-half{grid-template-columns:.5fr 1fr .5fr}.xl\:grid-cols-4{grid-template-columns:repeat(4,1fr)}.xl\:grid-cols-5{grid-template-columns:repeat(5,1fr)}.xl\:grid-cols-12{grid-template-columns:repeat(12,1fr)}}.grid-rows-40-60{grid-template-rows:.4fr .6fr}.grid-rows-60-40{grid-template-rows:.6fr .4fr}.grid-rows-20-fr{grid-template-rows:20rem 1fr}.grid-rows-fr-fr{grid-template-rows:1fr 1fr}.grid-rows-fr-20{grid-template-rows:1fr 20rem}.grid-rows-auto-fr{grid-template-rows:auto 1fr}.grid-rows-fr-auto{grid-template-rows:1fr auto}@media only screen and (min-width:576px){.sm\:grid-rows-40-60{grid-template-rows:.4fr .6fr}.sm\:grid-rows-60-40{grid-template-rows:.6fr .4fr}.sm\:grid-rows-20-fr{grid-template-rows:20rem 1fr}.sm\:grid-rows-fr-fr{grid-template-rows:1fr 1fr}.sm\:grid-rows-fr-20{grid-template-rows:1fr 20rem}.sm\:grid-rows-auto-fr{grid-template-rows:auto 1fr}.sm\:grid-rows-fr-auto{grid-template-rows:1fr auto}}@media only screen and (min-width:768px){.md\:grid-rows-40-60{grid-template-rows:.4fr .6fr}.md\:grid-rows-60-40{grid-template-rows:.6fr .4fr}.md\:grid-rows-20-fr{grid-template-rows:20rem 1fr}.md\:grid-rows-fr-fr{grid-template-rows:1fr 1fr}.md\:grid-rows-fr-20{grid-template-rows:1fr 20rem}.md\:grid-rows-auto-fr{grid-template-rows:auto 1fr}.md\:grid-rows-fr-auto{grid-template-rows:1fr auto}}@media only screen and (min-width:992px){.lg\:grid-rows-40-60{grid-template-rows:.4fr .6fr}.lg\:grid-rows-60-40{grid-template-rows:.6fr .4fr}.lg\:grid-rows-20-fr{grid-template-rows:20rem 1fr}.lg\:grid-rows-fr-fr{grid-template-rows:1fr 1fr}.lg\:grid-rows-fr-20{grid-template-rows:1fr 20rem}.lg\:grid-rows-auto-fr{grid-template-rows:auto 1fr}.lg\:grid-rows-fr-auto{grid-template-rows:1fr auto}}@media only screen and (min-width:1200px){.xl\:grid-rows-40-60{grid-template-rows:.4fr .6fr}.xl\:grid-rows-60-40{grid-template-rows:.6fr .4fr}.xl\:grid-rows-20-fr{grid-template-rows:20rem 1fr}.xl\:grid-rows-fr-fr{grid-template-rows:1fr 1fr}.xl\:grid-rows-fr-20{grid-template-rows:1fr 20rem}.xl\:grid-rows-auto-fr{grid-template-rows:auto 1fr}.xl\:grid-rows-fr-auto{grid-template-rows:1fr auto}}.grid-row-span-2,.row-span-2{grid-row-end:span 2}.grid-row-span-3,.row-span-3{grid-row-end:span 3}@media only screen and (min-width:768px){.md\:row-span-2{grid-row-end:span 2}.md\:row-span-3{grid-row-end:span 3}}.row-1{grid-row:1}.row-1-3{grid-row:1/3}.row-2-3{grid-row:2/3}@media only screen and (min-width:768px){.md\:row-1{grid-row:1}.md\:row-1-3{grid-row:1/3}.md\:row-2-3{grid-row:2/3}}.header{-ms-flex-pack:justify;justify-content:space-between;padding:1.5rem;position:fixed;top:0;left:0;right:0;background-color:var(--theme);color:#fff;z-index:4;transition:left .4s ease-out}.header,.header__sidebar-trigger{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.header__sidebar-trigger{-ms-flex-pack:start;justify-content:flex-start;text-transform:uppercase;font-weight:500;letter-spacing:.3px;font-size:1.3rem!important}.header__sidebar-trigger:hover{background-color:transparent!important}.header__sidebar-trigger-label{margin-left:1rem}.header__menu-list{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center}.header__menu-item:not(:last-child){margin-right:2rem}.header__res-btn{width:4rem;height:4rem;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.header__res-btn i{font-size:1.4rem}.header__view-code-btn{height:40px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;font-size:1.3rem!important}.header__view-code-btn p{margin-left:1rem;margin-bottom:.1rem}@media only screen and (min-width:576px){.header{padding:1.5rem 3rem}}.app-sidebar{position:fixed;top:0;bottom:0;left:0;width:15rem;padding:2rem;background-color:var(--gray-subtle-100);box-shadow:1rem 0 3rem var(--blue-shadow);transform:translateX(-100%);transition:transform .4s ease-out;z-index:5;overflow-y:auto}.app-sidebar::-webkit-scrollbar{width:5px}.app-sidebar::-webkit-scrollbar-track{background-color:#fff}.app-sidebar::-webkit-scrollbar-thumb{background-color:var(--gray-subtle-300)}.app-sidebar.active{transform:translateX(0)}.app-sidebar__menu-btn{width:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;position:relative}.app-sidebar__menu-btn.active:after,.app-sidebar__menu-btn:hover:after{transform:scaleX(1);opacity:1}.app-sidebar__menu-btn:after{content:"";display:block;height:.3rem;width:5rem;position:absolute;bottom:0;background-color:var(--theme);border-radius:2rem;opacity:0;transform:scaleX(0);transition:transform .3s ease-out,opacity .3s ease-out}.app-sidebar__menu-item:not(:first-child){padding-top:3rem;margin-top:4rem;border-top:1px solid var(--gray-subtle-300)}.app-sidebar__menu-label{margin-bottom:1.5rem;text-align:center}.app-sidebar__btn-img{height:8rem;width:100%;background-color:#fff;box-shadow:0 .5rem 2rem var(--blue-shadow);border-radius:.5rem;transition:box-shadow .2s ease-in-out}.app-sidebar__sub-menu-list{display:grid;grid-row-gap:2rem}.block__title-container{padding-top:calc(2.26rem + 6.45vw)}@media (min-width:1200px){.block__title-container{padding-top:10rem}}.block__category{margin-bottom:.5rem}.border-indent-2{border-left:2px solid var(--theme);padding-left:calc(1.46rem + .45vw)}@media (min-width:1200px){.border-indent-2{padding-left:2rem}}.btn-custom{background-color:var(--theme);transition:background-color .3s ease-in-out;color:#fff;border-radius:.5rem;font-size:calc(1.42rem + .15vw);text-align:center}@media (min-width:1200px){.btn-custom{font-size:1.6rem}}.btn-custom:hover{background-color:var(--theme-hover);color:#fff}.btn-custom:focus{outline:none}.btn-custom--blue-accent{background-color:var(--blue-accent-color)}.btn-custom--stroke-white{padding:0 calc(1.46rem + .45vw);border:1.5px solid hsla(0,0%,100%,.21);transition:background-color .3s ease-in-out,border-color .3s ease-in-out}@media (min-width:1200px){.btn-custom--stroke-white{padding:0 2rem}}.btn-custom--stroke-white:hover{background-color:var(--theme-hover);border-color:transparent}.button{display:inline-block;text-transform:uppercase;letter-spacing:.5px;padding:1.3rem calc(1.51rem + .825vw);transition:background-color var(--fast) ease-in-out;border-radius:.5rem;text-align:center;font-weight:600}@media (min-width:1200px){.button{padding:1.3rem 2.5rem}}.button-blue,.button-theme{background-color:var(--theme);color:#fff}.button-blue:hover,.button-theme:hover{background-color:var(--theme-hover);color:#fff}.button-theme-hover{background-color:var(--theme-hover)!important;border-color:var(--theme-hover)!important;color:#fff}.button-theme-hover:hover{background-color:var(--theme)!important;border-color:var(--theme)!important;color:#fff}.button-blue-stroke,.button-theme-stroke{background-color:transparent!important;border:1px solid var(--theme)!important;color:var(--theme);transition:background-color var(--fast) ease-in-out,border-color var(--fast) ease-in-out}.button-blue-stroke:hover,.button-theme-stroke:hover{background-color:var(--theme-hover)!important;border-color:var(--theme-hover)!important;color:#fff}.button-theme-hover-stroke{background-color:transparent!important;border:1px solid var(--theme-hover)!important;color:var(--theme-hover);transition:background-color var(--fast) ease-in-out,border-color var(--fast) ease-in-out}.button-theme-hover-stroke:hover{background-color:var(--theme)!important;border-color:var(--theme)!important;color:#fff}.button-white{background-color:#fff!important;color:var(--theme);border-color:#fff!important}.button-white:hover{border-color:var(--theme-hover)!important;background-color:var(--theme-hover)!important;color:#fff}.button-white-stroke{background-color:transparent!important;border:1px solid #fff!important;color:#fff;transition:background-color var(--fast) ease-in-out,border-color var(--fast) ease-in-out}.button-white-stroke:hover{background-color:#fff!important;border-color:#fff!important;color:var(--theme)!important}.button-expanded{display:block;width:100%;max-width:30rem;margin-left:auto;margin-right:auto}.button-full{display:block;width:100%;text-align:center}.button-circle,.button-circle-lg,.button-square,.button-square-md{display:-ms-flexbox!important;display:flex!important;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:calc(1.76rem + 2.7vw);height:calc(1.76rem + 2.7vw);min-width:4.5rem;min-height:4.5rem;border-radius:100%;padding:0!important}@media (min-width:1200px){.button-circle,.button-circle-lg,.button-square,.button-square-md{width:5rem;height:5rem}}.button-square{width:calc(1.76rem + 2.7vw);height:calc(1.76rem + 2.7vw);min-width:4.5rem;min-height:4.5rem;border-radius:0}@media (min-width:1200px){.button-square{width:5rem;height:5rem}}.button-square-md{width:calc(2.06rem + 4.95vw);height:calc(2.06rem + 4.95vw);min-width:6rem;min-height:6rem;border-radius:0}@media (min-width:1200px){.button-square-md{width:8rem;height:8rem}}.button-circle-lg{width:calc(2.26rem + 6.45vw);height:calc(2.26rem + 6.45vw);min-width:8rem;min-height:8rem}@media (min-width:1200px){.button-circle-lg{width:10rem;height:10rem}}.button-line{background:none!important;border:none!important;padding:0;color:var(--gray-dark);font-weight:700;transition:color .4s ease-out}.button-line:after{content:"";display:block;height:2px;width:100%;background-color:var(--theme);margin-top:.5rem;transition:transform .4s ease-out;transform-origin:left}.button-line:hover{color:var(--theme)!important}.button-line:hover:after{transform:scaleX(.2)}.button__group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start}.button__group .button:first-child{margin-bottom:calc(1.46rem + .45vw);margin-right:0}@media (min-width:1200px){.button__group .button:first-child{margin-bottom:2rem}}@media only screen and (min-width:576px){.button__group{-ms-flex-direction:row;flex-direction:row}.button__group .button:first-child{margin-right:calc(1.46rem + .45vw);margin-bottom:0}}@media only screen and (min-width:576px) and (min-width:1200px){.button__group .button:first-child{margin-right:2rem}}@media only screen and (min-width:768px){.button__group{-ms-flex-direction:column;flex-direction:column}.button__group .button:first-child{margin-bottom:calc(1.46rem + .45vw);margin-right:0}}@media only screen and (min-width:768px) and (min-width:1200px){.button__group .button:first-child{margin-bottom:2rem}}@media only screen and (min-width:992px){.button__group{-ms-flex-direction:row;flex-direction:row}.button__group .button:first-child{margin-right:calc(1.46rem + .45vw);margin-bottom:0}}@media only screen and (min-width:992px) and (min-width:1200px){.button__group .button:first-child{margin-right:2rem}}.card-custom-overlay{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding:calc(1.76rem + 2.7vw);position:relative;color:#fff;z-index:1;background:url("") 50% no-repeat;background-size:cover}@media (min-width:1200px){.card-custom-overlay{padding:5rem}}.card-custom-overlay:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.8);z-index:-1}.circle{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;border-radius:100%}.circle--5{width:calc(1.76rem + 2.7vw);height:calc(1.76rem + 2.7vw);min-width:4rem;min-height:4rem}@media (min-width:1200px){.circle--5{width:5rem;height:5rem}}.circle--6{width:calc(1.86rem + 3.45vw);height:calc(1.86rem + 3.45vw);min-width:5rem;min-height:5rem}@media (min-width:1200px){.circle--6{width:6rem;height:6rem}}.circle--8{width:calc(2.06rem + 4.95vw);height:calc(2.06rem + 4.95vw);min-width:6rem;min-height:6rem}@media (min-width:1200px){.circle--8{width:8rem;height:8rem}}.circle--md{width:calc(2.26rem + 6.45vw);height:calc(2.26rem + 6.45vw);min-width:8rem;min-height:8rem}@media (min-width:1200px){.circle--md{width:10rem;height:10rem}}.circle--15{width:calc(2.76rem + 10.2vw);height:calc(2.76rem + 10.2vw);min-width:13rem;min-height:13rem}@media (min-width:1200px){.circle--15{width:15rem;height:15rem}}.circle--40{width:calc(5.26rem + 28.95vw);height:calc(5.26rem + 28.95vw);min-width:30rem;min-height:30rem}@media (min-width:1200px){.circle--40{width:40rem;height:40rem}}.close-btn{top:2rem;right:2rem;height:2.3rem;width:2.3rem;display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;transform:rotate(45deg)}.close-btn,.close-btn__bar{position:absolute;transition:transform .4s ease-in-out}.close-btn__bar{height:2px;width:100%;background-color:var(--gray-dark)}.close-btn__bar:nth-child(2){transform:rotate(90deg)}.close-btn.hide{transform:rotate(0deg)}.close-btn.hide .close-btn__bar{transform:scaleX(0)}.close-btn.hide .close-btn__bar:nth-child(2){transform:rotate(0deg) scaleX(0)}.hero{background:url("urn:scrapbook:download:error:https://uptodatewebdesign.s3.eu-west-3.amazonaws.com/cdn/dist/img/hero-img.jpg") 50% no-repeat;background-size:cover}.hero.with-overlay-4:after,.hero.with-overlay-5:after,.hero.with-overlay-theme-hover:after,.hero.with-overlay-theme:after,.hero.with-overlay-white-2:after,.hero.with-overlay-white-5:after,.hero.with-overlay-white:after,.hero.with-overlay:after{z-index:1}.img-fill{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center center}.img-link{overflow:hidden}.img-link img{transition:transform .4s ease-in-out}.img-link:hover img{transform:scale(1.1)}.img-contain{object-fit:contain}.img-cover{object-fit:cover}.img-unset{object-fit:unset}.input{border:1px solid var(--gray-subtle-300);border-radius:.5rem}.laptop-half\:left{width:130%;transform:translateX(-30%)}@media only screen and (min-width:1441px){.laptop-half\:left{width:80%;max-width:800px;transform:translateX(0);margin-left:auto;margin-right:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:1441px) and (min-width:1200px){.laptop-half\:left{margin-right:10rem}}.laptop-half\:right{width:130%;margin-left:calc(1.76rem + 2.7vw)}@media (min-width:1200px){.laptop-half\:right{margin-left:5rem}}@media only screen and (min-width:1441px){.laptop-half\:right{width:80%;max-width:800px;margin-left:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:1441px) and (min-width:1200px){.laptop-half\:right{margin-left:10rem}}.line-2-3{height:2px;width:calc(1.56rem + 1.2vw);background-color:var(--theme)}@media (min-width:1200px){.line-2-3{width:3rem}}.line-3-3{height:3px;width:calc(1.56rem + 1.2vw);background-color:var(--theme)}@media (min-width:1200px){.line-3-3{width:3rem}}.nav-menu{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start}.nav-menu.text-white .nav-menu__link{color:hsla(0,0%,100%,.7)}.nav-menu.text-white .nav-menu__link:hover{color:var(--theme)}.nav-menu.f-align-center{-ms-flex-align:center;align-items:center}.nav-menu__item:not(:last-child){margin-bottom:1rem}.nav-menu__link{color:var(--gray-dark)}.nav-menu__link.active,.nav-menu__link.active .utd-header-nav-sub__arrow{color:var(--theme)}.nav-menu--stripe{-ms-flex-align:center;align-items:center;padding:calc(1.76rem + 2.7vw) 0;margin-top:calc(1.56rem + 1.2vw);border-top:1px solid var(--gray-subtle-200);border-bottom:1px solid var(--gray-subtle-200)}@media (min-width:1200px){.nav-menu--stripe{padding:5rem 0;margin-top:3rem}}@media only screen and (min-width:768px){.nav-menu--stripe{padding:1rem 0;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:distribute;justify-content:space-around}.nav-menu--stripe .nav-menu__item:not(:last-child){margin-bottom:0}}@media only screen and (min-width:768px){.nav-menu.f-align-end{-ms-flex-align:end;align-items:flex-end}.nav-menu--horizontal{-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center}.nav-menu--horizontal .nav-menu__item:not(:last-child){margin-bottom:0;margin-right:calc(1.46rem + .45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.nav-menu--horizontal .nav-menu__item:not(:last-child){margin-right:2rem}}.overlap-box-left{padding:calc(1.56rem + 1.2vw);position:absolute;bottom:0;left:50%;z-index:1;transform:translate(-50%,50%);background-color:#fff;box-shadow:0 .5rem 4rem var(--blue-shadow)}@media (min-width:1200px){.overlap-box-left{padding:3rem}}@media only screen and (min-width:768px){.overlap-box-left{top:50%;left:0;bottom:auto;transform:translate(-50%,-50%)}}.overlap-box\:expanded-left{position:absolute;top:0;right:0;bottom:0;left:0;bottom:70%;z-index:-1;background-color:var(--blue-light-200)}@media only screen and (min-width:768px){.overlap-box\:expanded-left{right:65%;bottom:0}}.overlap-box\:expanded-right{position:absolute;top:0;right:0;bottom:0;left:0;bottom:70%;z-index:-1;background-color:var(--blue-light-200)}@media only screen and (min-width:768px){.overlap-box\:expanded-right{left:65%;bottom:0}}.overlap-box\:expanded-lg-right{position:absolute;top:0;right:0;bottom:0;left:0;top:30%;z-index:-1;background-color:var(--blue-light-200)}@media only screen and (min-width:768px){.overlap-box\:expanded-lg-right{left:35%;top:0}}.overlap-box\:expanded-lg-left{position:absolute;top:0;right:0;bottom:0;left:0;bottom:70%;z-index:-1;background-color:var(--blue-light-200)}@media only screen and (min-width:768px){.overlap-box\:expanded-lg-left{right:35%;top:0;bottom:0}}.overlapping-icon,.overlapping-icon-left-sm,.overlapping-icon-sm{width:calc(2.06rem + 4.95vw);height:calc(2.06rem + 4.95vw);min-width:6rem;min-height:6rem;position:absolute;left:50%;z-index:1;background-color:var(--theme);border-radius:100%;transform:translate(-50%,-50%)}@media (min-width:1200px){.overlapping-icon,.overlapping-icon-left-sm,.overlapping-icon-sm{width:8rem;height:8rem}}.overlapping-icon-sm{width:calc(1.86rem + 3.45vw);height:calc(1.86rem + 3.45vw);min-width:5rem;min-height:5rem}@media (min-width:1200px){.overlapping-icon-sm{width:6rem;height:6rem}}.overlapping-icon-left-sm{width:calc(1.86rem + 3.45vw);height:calc(1.86rem + 3.45vw);min-width:5rem;min-height:5rem;left:auto;top:0;transform:translateY(-50%)}@media (min-width:1200px){.overlapping-icon-left-sm{width:6rem;height:6rem}}.overlap-right-center{position:absolute;bottom:auto;left:auto;right:0;top:50%;transform:translate(50%,-50%)}.overlap-bottom-left{position:absolute;bottom:0;transform:translateY(50%)}@media only screen and (min-width:768px){.md\:overlap-right-center{position:absolute;bottom:auto;left:auto;right:0;top:50%;transform:translate(50%,-50%)}}.page-container{transition:transform .5s ease-in-out}.phone{max-height:300px;margin-left:auto;margin-right:auto}@media only screen and (min-width:768px){.phone{max-height:none;width:100%}}.phone-half\:bottom{width:100%;position:absolute;top:calc(2.06rem + 4.95vw)}@media (min-width:1200px){.phone-half\:bottom{top:8rem}}.progress-custom{height:2.5rem;background-color:var(--gray-subtle-200)}.progress-custom .progress-bar{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;background-color:var(--theme);position:relative}.progress-custom .progress-value{position:absolute;top:50%;right:1.5rem;margin-bottom:0;transform:translateY(-50%);font-size:1.3rem}.slice-left{-webkit-clip-path:polygon(0 5rem,100% 0,100% 100%,0 100%);clip-path:polygon(0 5rem,100% 0,100% 100%,0 100%)}@media only screen and (min-width:768px){.slice-left{-webkit-clip-path:polygon(10rem 0,100% 0,100% 100%,0 100%);clip-path:polygon(10rem 0,100% 0,100% 100%,0 100%)}}.socials{display:-ms-flexbox;display:flex}.socials--white .socials__link{color:#fff}.socials--white .socials__link:hover{color:var(--theme-hover)}.socials--vertical{-ms-flex-direction:column;flex-direction:column}.socials--vertical .socials__item:not(:last-child){margin-bottom:1rem;margin-right:0}.socials__item:not(:last-child){margin-right:1rem}.socials__item--square-5:not(:last-child){margin-right:1px}.socials__item--square-5 .socials__link{width:calc(1.76rem + 2.7vw);height:calc(1.76rem + 2.7vw);min-width:4.5rem;min-height:4.5rem;background-color:var(--gray-subtle-200);transition:background-color .3s ease-in-out,color .3s ease-in-out}@media (min-width:1200px){.socials__item--square-5 .socials__link{width:5rem;height:5rem}}.socials__item--square-5 .socials__link:hover{background-color:var(--theme);color:#fff}.socials__link{color:var(--gray-dark);font-size:calc(1.46rem + .45vw)}@media (min-width:1200px){.socials__link{font-size:2rem}}@media only screen and (min-width:768px){.md\:socials--vertical{-ms-flex-direction:column;flex-direction:column}.md\:socials--vertical .socials__item:not(:last-child){margin-bottom:1rem;margin-right:0}}.square-3{width:calc(1.56rem + 1.2vw);height:calc(1.56rem + 1.2vw);min-width:2.5rem;min-height:2.5rem}@media (min-width:1200px){.square-3{width:3rem;height:3rem}}.square-4{width:calc(1.66rem + 1.95vw);height:calc(1.66rem + 1.95vw);min-width:3.5rem;min-height:3.5rem}@media (min-width:1200px){.square-4{width:4rem;height:4rem}}.square-5{width:calc(1.76rem + 2.7vw);height:calc(1.76rem + 2.7vw);min-width:4.5rem;min-height:4.5rem}@media (min-width:1200px){.square-5{width:5rem;height:5rem}}.square-6{width:calc(1.86rem + 3.45vw);height:calc(1.86rem + 3.45vw);min-width:5rem;min-height:5rem}@media (min-width:1200px){.square-6{width:6rem;height:6rem}}.square-7{width:calc(1.96rem + 4.2vw);height:calc(1.96rem + 4.2vw);min-width:6rem;min-height:6rem}@media (min-width:1200px){.square-7{width:7rem;height:7rem}}.square-8{width:calc(2.06rem + 4.95vw);height:calc(2.06rem + 4.95vw);min-width:6rem;min-height:6rem}@media (min-width:1200px){.square-8{width:8rem;height:8rem}}.square-10{width:calc(2.26rem + 6.45vw);height:calc(2.26rem + 6.45vw);min-width:8rem;min-height:8rem}@media (min-width:1200px){.square-10{width:10rem;height:10rem}}.square-20{width:calc(3.26rem + 13.95vw);height:calc(3.26rem + 13.95vw);min-width:16rem;min-height:16rem}@media (min-width:1200px){.square-20{width:20rem;height:20rem}}.square-40{width:calc(5.26rem + 28.95vw);height:calc(5.26rem + 28.95vw);min-width:30rem;min-height:30rem}@media (min-width:1200px){.square-40{width:40rem;height:40rem}}.wave{position:absolute;top:0;right:0;bottom:0;left:0;top:auto;z-index:-1}.wave__shape{fill:var(--accent-color)}.wave__shape:nth-child(2){opacity:.4}.wave__shape:nth-child(3){opacity:.7}.with-border-frame\:t-l{margin:calc(1.56rem + 1.2vw)}@media (min-width:1200px){.with-border-frame\:t-l{margin:3rem}}.with-border-frame\:t-l:before{content:"";position:absolute;top:calc(-1.46rem - .45vw);left:calc(-1.46rem - .45vw);width:calc(1.76rem + 2.7vw);height:calc(1.76rem + 2.7vw);min-width:4rem;min-height:4rem;border-top:2px solid var(--theme);border-left:2px solid var(--theme)}@media (min-width:1200px){.with-border-frame\:t-l:before{top:-2rem;left:-2rem;width:5rem;height:5rem}}.with-border-frame\:b-r{margin:calc(1.56rem + 1.2vw)}@media (min-width:1200px){.with-border-frame\:b-r{margin:3rem}}.with-border-frame\:b-r:before{content:"";position:absolute;bottom:calc(-1.46rem - .45vw);right:calc(-1.46rem - .45vw);width:calc(1.76rem + 2.7vw);height:calc(1.76rem + 2.7vw);min-width:4rem;min-height:4rem;border-bottom:2px solid var(--theme);border-right:2px solid var(--theme)}@media (min-width:1200px){.with-border-frame\:b-r:before{bottom:-2rem;right:-2rem;width:5rem;height:5rem}}.with-border-frame\:tr-bl-1{position:relative;z-index:1}.with-border-frame\:tr-bl-1:before{content:"";position:absolute;top:calc(-1.46rem - .45vw);right:calc(-1.46rem - .45vw);width:calc(2.76rem + 10.2vw);height:calc(2.76rem + 10.2vw);min-width:12rem;min-height:12rem;background-color:var(--accent-color);z-index:-1}@media (min-width:1200px){.with-border-frame\:tr-bl-1:before{top:-2rem;right:-2rem;width:15rem;height:15rem}}.with-border-frame\:tr-bl-1:after{content:"";position:absolute;bottom:calc(-1.46rem - .45vw);left:calc(-1.46rem - .45vw);width:calc(2.76rem + 10.2vw);height:calc(2.76rem + 10.2vw);min-width:12rem;min-height:12rem;background-color:var(--accent-color);z-index:-1}@media (min-width:1200px){.with-border-frame\:tr-bl-1:after{bottom:-2rem;left:-2rem;width:15rem;height:15rem}}.with-border-frame\:inner-tr-bl-5{position:relative;z-index:1}.with-border-frame\:inner-tr-bl-5:before{content:"";width:calc(1.76rem + 2.7vw);height:calc(1.76rem + 2.7vw);min-width:4rem;min-height:4rem;position:absolute;top:0;right:0;z-index:1;border-top:5px solid var(--theme);border-right:5px solid var(--theme)}@media (min-width:1200px){.with-border-frame\:inner-tr-bl-5:before{width:5rem;height:5rem}}.with-border-frame\:inner-tr-bl-5:after{content:"";width:calc(1.76rem + 2.7vw);height:calc(1.76rem + 2.7vw);min-width:4rem;min-height:4rem;position:absolute;bottom:0;left:0;z-index:1;border-bottom:5px solid var(--theme);border-left:5px solid var(--theme)}@media (min-width:1200px){.with-border-frame\:inner-tr-bl-5:after{width:5rem;height:5rem}}@media only screen and (min-width:992px){.with-border-frame\:b-r,.with-border-frame\:t-l{margin:0}}.with-box-behind\:b-r{position:relative;margin-bottom:calc(1.66rem + 1.95vw);margin-right:calc(1.66rem + 1.95vw);box-shadow:calc(1.66rem + 1.95vw) calc(1.66rem + 1.95vw) 0 var(--blue-light-200)}@media (min-width:1200px){.with-box-behind\:b-r{margin-bottom:4rem;margin-right:4rem;box-shadow:4rem 4rem 0 var(--blue-light-200)}}.with-box-behind\:b-r-stroke{position:relative;margin-bottom:calc(1.66rem + 1.95vw);margin-right:calc(1.66rem + 1.95vw)}@media (min-width:1200px){.with-box-behind\:b-r-stroke{margin-bottom:4rem;margin-right:4rem}}.with-box-behind\:b-r-stroke:after{content:"";position:absolute;bottom:calc(-1.46rem - 1.95vw);right:calc(-1.46rem - 1.95vw);top:calc(1.66rem + 1.95vw);left:calc(1.66rem + 1.95vw);border:5px solid var(--theme);z-index:-1}@media (min-width:1200px){.with-box-behind\:b-r-stroke:after{bottom:-4rem;right:-4rem;top:4rem;left:4rem}}.with-box-behind\:tr-2{position:relative;margin-top:calc(1.46rem + .45vw);margin-right:calc(1.46rem + .45vw);box-shadow:calc(1.46rem + .45vw) calc(-1.46rem - .45vw) 0 var(--theme)}@media (min-width:1200px){.with-box-behind\:tr-2{margin-top:2rem;margin-right:2rem;box-shadow:2rem -2rem 0 var(--theme)}}.with-box-behind\:tr-1{position:relative;margin-top:1rem;margin-right:1rem;box-shadow:1rem -1rem 0 var(--theme)}.with-box-behind\:tilt{position:relative;z-index:0;transform:rotate(2deg)}.with-box-behind\:tilt:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:var(--blue-light-200);transform:rotate(-7deg);z-index:-1}.with-full-slice-br,.with-full-slice\:br-3{position:relative;z-index:1}.with-full-slice-br:after,.with-full-slice\:br-3:after{content:"";position:absolute;bottom:-1px;left:0;right:0;z-index:-1;background-color:#fff;-webkit-clip-path:polygon(0 100%,100% 0,100% 100%);clip-path:polygon(0 100%,100% 0,100% 100%)}.with-full-slice-tr,.with-full-slice\:tr-3{position:relative;z-index:1}.with-full-slice-tr:after,.with-full-slice\:tr-3:after{content:"";position:absolute;top:1px;left:0;right:0;z-index:1;transform:translateY(-100%);background-color:#fff;-webkit-clip-path:polygon(0 calc(100% - 2px),100% 0,100% 100%,0 100%);clip-path:polygon(0 calc(100% - 2px),100% 0,100% 100%,0 100%)}.with-full-slice\:br-3:after,.with-full-slice\:tr-3:after{height:3rem}.with-full-slice\:overflow-br-3{-webkit-clip-path:polygon(0 0,100% 0,100% calc(100% - 3rem),0 100%);clip-path:polygon(0 0,100% 0,100% calc(100% - 3rem),0 100%)}.with-full-slice\:overflow-br-4{-webkit-clip-path:polygon(0 0,100% 0,100% calc(100% - 4rem),0 100%);clip-path:polygon(0 0,100% 0,100% calc(100% - 4rem),0 100%)}.with-full-slice\:overflow-rt-3{-webkit-clip-path:polygon(0 0,calc(100% - 3rem) 0,100% 100%,0 100%);clip-path:polygon(0 0,calc(100% - 3rem) 0,100% 100%,0 100%)}.with-full-slice\:overflow-rt-5{-webkit-clip-path:polygon(0 0,calc(100% - 5rem) 0,100% 100%,0 100%);clip-path:polygon(0 0,calc(100% - 5rem) 0,100% 100%,0 100%)}.with-overlay,.with-overlay-4,.with-overlay-5,.with-overlay-theme,.with-overlay-theme-hover,.with-overlay-white,.with-overlay-white-2,.with-overlay-white-5{position:relative;z-index:1;color:#fff}.with-overlay-4 .container,.with-overlay-4>div,.with-overlay-5 .container,.with-overlay-5>div,.with-overlay-theme-hover .container,.with-overlay-theme-hover>div,.with-overlay-theme .container,.with-overlay-theme>div,.with-overlay-white-2 .container,.with-overlay-white-2>div,.with-overlay-white-5 .container,.with-overlay-white-5>div,.with-overlay-white .container,.with-overlay-white>div,.with-overlay .container,.with-overlay>div{position:relative;z-index:2}.with-overlay-4:after,.with-overlay-5:after,.with-overlay-theme-hover:after,.with-overlay-theme:after,.with-overlay-white-2:after,.with-overlay-white-5:after,.with-overlay-white:after,.with-overlay:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.8);z-index:0}.with-overlay\:navy-blue{position:relative;z-index:1;color:#fff}.with-overlay\:navy-blue:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(10,12,46,.85);z-index:0}.with-overlay\:navy-blue .container,.with-overlay\:navy-blue>div{position:relative;z-index:2}.with-overlay-theme:after{background-color:var(--theme);opacity:.8}.with-overlay-theme .container,.with-overlay-theme>div{position:relative;z-index:2}.with-overlay-theme-hover:after{background-color:var(--theme-hover);opacity:.8}.with-overlay-theme-hover .container,.with-overlay-theme-hover>div{position:relative;z-index:2}.with-overlay-2{position:relative;z-index:1;color:#fff}.with-overlay-2:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.2);z-index:0}.with-overlay-2 .container,.with-overlay-2>div{position:relative;z-index:2}.with-overlay-4:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.4);z-index:0}.with-overlay-4 .container,.with-overlay-4>div{position:relative;z-index:2}.with-overlay-5:after{background:rgba(0,0,0,.5)}.with-overlay-5 .container,.with-overlay-5>div{position:relative;z-index:2}.with-overlay-white{color:var(--body-font-color)}.with-overlay-white:after{background:hsla(0,0%,100%,.8)}.with-overlay-white .container,.with-overlay-white>div{position:relative;z-index:2}.with-overlay-white-5{color:var(--body-font-color)}.with-overlay-white-5:after{background:hsla(0,0%,100%,.5)}.with-overlay-white-5>div{z-index:2}.with-overlay-white-2{color:var(--body-font-color)}.with-overlay-white-2:after{background:hsla(0,0%,100%,.2)}.with-overlay-white-2 .container,.with-overlay-white-2>div{position:relative;z-index:2}.with-overlay-gradient{position:relative;z-index:1;color:#fff}.with-overlay-gradient:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0,#000,transparent);z-index:0}.with-overlay-gradient .container,.with-overlay-gradient>div{position:relative;z-index:2}.with-overlay-gradient\:to-right{position:relative;z-index:1;color:#fff}.with-overlay-gradient\:to-right:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(90deg,var(--gray-dark) 0,var(--gray-dark) 20%,rgba(49,49,49,.3));z-index:0}.with-overlay-gradient\:to-right .container,.with-overlay-gradient\:to-right>div{position:relative;z-index:2}.with-overlay-gradient-white{position:relative;z-index:1}.with-overlay-gradient-white:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0,#fff,transparent);z-index:0}.with-overlay-gradient-white .container,.with-overlay-gradient-white>div{position:relative;z-index:2}.with-overlay-gradient-white\:to-right{position:relative;z-index:1}.with-overlay-gradient-white\:to-right:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(90deg,#fff,transparent);z-index:0}.with-overlay-gradient-white\:to-right .container,.with-overlay-gradient-white\:to-right>div{position:relative;z-index:2}.with-overlay-gradient-theme{position:relative;z-index:1}.with-overlay-gradient-theme:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0,var(--theme),transparent);z-index:0}.with-overlay-gradient-theme .container,.with-overlay-gradient-theme>div{position:relative;z-index:2}.with-overlay-gradient-theme\:to-right{position:relative;z-index:1}.with-overlay-gradient-theme\:to-right:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(90deg,var(--theme),transparent);z-index:0}.with-overlay-gradient-theme\:to-right .container,.with-overlay-gradient-theme\:to-right>div{position:relative;z-index:2}.with-overlay-gradient-theme-hover{position:relative;z-index:1}.with-overlay-gradient-theme-hover:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0,var(--theme-hover),transparent);z-index:0}.with-overlay-gradient-theme-hover .container,.with-overlay-gradient-theme-hover>div{position:relative;z-index:2}.with-overlay-gradient-theme-hover\:to-right{position:relative;z-index:1}.with-overlay-gradient-theme-hover\:to-right:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(90deg,var(--theme-hover),transparent);z-index:0}.with-overlay-gradient-theme-hover\:to-right .container,.with-overlay-gradient-theme-hover\:to-right>div{position:relative;z-index:2}.with-slice-white{position:relative;z-index:1}.with-slice-white:before{content:"";position:absolute;top:0;left:0;right:0;z-index:1;height:calc(2.06rem + 4.95vw);background-color:#fff;-webkit-clip-path:polygon(0 0,100% 0,0 100%);clip-path:polygon(0 0,100% 0,0 100%)}@media (min-width:1200px){.with-slice-white:before{height:8rem}}.with-triangle{position:relative}.with-triangle:before{content:"";width:calc(1.44rem + .3vw);height:calc(1.44rem + .3vw);min-width:1.4rem;min-height:1.4rem;position:absolute;left:50%;top:0;transform:translate(-50%,-50%) rotate(45deg);background-color:var(--gray-dark)}@media (min-width:1200px){.with-triangle:before{width:1.8rem;height:1.8rem}}.post-label-normal .post__label-link{background-color:unset!important;padding:0;color:#fff;padding:.4rem .8rem;font-size:1rem}.post__item{background-color:transparent}.post__item:hover .post__img{transform:scale(1.1)}.post__read-more-btn{display:inline-block}.post__media{height:100%;position:relative}.post__img-container{position:relative;overflow:hidden}.post__img-link{display:block}.post__img{height:100%;width:100%;position:absolute;top:0;object-fit:cover;transition:transform .4s ease-in-out}.post__meta{display:grid;-ms-flex-line-pack:start;align-content:start;justify-items:start}.post__title-link{transition:.2s}.post__title-link:hover{opacity:.8}.post__title{margin-bottom:0;font-size:var(--post-title);font-weight:600;text-transform:unset}.post__date-container{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center}.post__date{text-transform:uppercase;letter-spacing:.2px;font-weight:600;font-size:1.4rem}.post__date-icon{color:var(--theme);margin-right:1rem}.post__label-list{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.post__label{margin:0 1rem 1rem 0}.post__label-list{margin-bottom:-1rem}.post__label-link{padding:.3rem 1rem;background-color:var(--gray-subtle-200);border-radius:.5rem;color:var(--gray-30);font-size:1.2rem}.post__label-link,.post__read-more-btn{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.post__read-more-btn{padding:1rem calc(1.51rem + .825vw);cursor:pointer}@media (min-width:1200px){.post__read-more-btn{padding:1rem 2.5rem}}.post__read-more-label{font-weight:600;font-size:inherit}.post i.post__read-more-icon{display:none}.post{display:grid;grid-gap:var(--post-gap-outside)}.post--1-col{grid-template-columns:1fr}@media only screen and (min-width:768px){.post--2-col,.post--3-col{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:992px){.post--3-col{grid-template-columns:repeat(3,1fr)}}@media only screen and (min-width:768px){.post--4-col{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:992px){.post--4-col{grid-template-columns:repeat(4,minmax(0,1fr))}}.post--blog-style .post__inner{display:grid;grid-template-columns:1fr}.post--blog-style .post__img-container{padding:var(--post-image-padding-xl)}.post--blog-style .post__meta{padding:calc(1.86rem + 3.45vw);padding-bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start}@media (min-width:1200px){.post--blog-style .post__meta{padding:6rem}}@media only screen and (max-width:767px){.post--blog-style .post__meta{padding-bottom:calc(1.86rem + 3.45vw)}}@media only screen and (max-width:767px) and (min-width:1200px){.post--blog-style .post__meta{padding-bottom:6rem}}.post--blog-style .post__meta>div:not(:last-child){margin-bottom:var(--post-gap-inside);width:100%}@media only screen and (max-width:767px){.post--blog-style .post__img-container{padding:0;height:22rem}}@media only screen and (min-width:768px){.post--blog-style .post__meta{padding:var(--post-meta-padding-lg) 0}}@media only screen and (min-width:768px){.post--1-col.post--blog-style .post__inner{grid-template-columns:5fr 7fr;grid-gap:var(--post-gap-inside)}.post--1-col.post--blog-style .post__img-container{height:100%;width:100%;padding:0}}.post--inner-style .post__img-container{padding:var(--post-image-padding-xl)}.post--inner-style .post__meta{position:relative;padding-left:var(--post-meta-padding-lg);padding-right:var(--post-meta-padding-lg);box-shadow:0 1rem 4rem var(--blue-shadow);background:#fff}.post--inner-style .post__meta div:first-child{margin-top:var(--post-gap-inside)}.post--inner-style .post__meta div:last-child{margin-bottom:var(--post-gap-inside)}.post--inner-style .post__title-container{position:absolute;left:0;bottom:0;right:0;background:rgba(0,0,0,.6);transition:background-color .3s ease-in-out}.post--inner-style .post__title-container:hover{background-color:var(--theme-hover)}.post--inner-style .post__title-link{padding:var(--post-meta-padding-lg)}.post--inner-style .post__title{color:#fff;margin-bottom:0}.post--inner-style .post__desc{max-width:70ch}@media only screen and (max-width:767px){.post--inner-style .post__img-container{padding:0;height:25rem}}.post--inner-style .post__title-link{display:block}.post--1-col.post--inner-style .post__title{font-size:var(--post-title-lg)}.post--1-col.post--inner-style .post__meta div:not(:last-child){margin-bottom:var(--post-gap-inside)}@media only screen and (min-width:768px){.post--1-col.post--inner-style .post__meta div:last-child{margin-bottom:0}}@media only screen and (min-width:768px){.post--1-col.post--inner-style .post__title{max-width:43rem}}@media only screen and (min-width:992px){.post--1-col.post--inner-style .post__title{max-width:53rem}.post--1-col.post--inner-style .post__read-more{position:absolute;top:50%;transform:translateY(-50%);right:3rem}.post--1-col.post--inner-style .post__read-more-btn{margin-top:0}}.post--2-col.post--inner-style .post__inner{height:100%;display:grid;grid-template-rows:auto 1fr}.post--2-col.post--inner-style .post__meta{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start}.post--2-col.post--inner-style .post__meta>div:not(:last-child){margin-bottom:var(--post-gap-inside);width:100%}.post--2-col.post--inner-style .post__read-more{margin-top:auto}@media only screen and (min-width:992px){.post--2-col.post--inner-style .post__read-more-btn{margin-top:0}}.post--3-col.post--inner-style .post__inner{height:100%;display:grid;grid-template-rows:auto 1fr}.post--3-col.post--inner-style .post__meta{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start}.post--3-col.post--inner-style .post__meta>div:not(:last-child){margin-bottom:var(--post-gap-inside);width:100%}.post--3-col.post--inner-style .post__img-container{padding:calc(3.06rem + 12.45vw) 0}@media (min-width:1200px){.post--3-col.post--inner-style .post__img-container{padding:18rem 0}}.post--3-col.post--inner-style .post__title{font-size:var(--post-title-sm)}.post--3-col.post--inner-style .post__read-more{margin-top:auto}.post--in-out-style .post__inner{height:100%;display:grid;grid-template-rows:auto 1fr}.post--in-out-style .post__img-container{padding:calc(3.26rem + 13.95vw) 0}@media (min-width:1200px){.post--in-out-style .post__img-container{padding:20rem 0}}.post--in-out-style .post__meta{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;position:relative;padding:var(--post-meta-padding-lg);margin:calc(-1.46rem - 2.7vw) calc(1.56rem + 1.2vw) calc(1.56rem + 1.2vw);background-color:#fff;box-shadow:0 1rem 4rem var(--blue-shadow);z-index:1}.post--in-out-style .post__meta>div:not(:last-child){margin-bottom:var(--post-gap-inside);width:100%}@media (min-width:1200px){.post--in-out-style .post__meta{margin:-5rem 3rem 3rem}}.post--in-out-style .post__read-more{margin-top:auto}@media only screen and (max-width:767px){.post--in-out-style .post__img-container{padding:0;height:22rem}}.post--3-col.post--in-out-style .post__img-container{padding:var(--post-image-padding-lg)}.post--3-col.post--in-out-style .post__meta{padding:var(--post-meta-padding-lg);margin:calc(-1.46rem - 2.7vw) calc(1.46rem + .45vw) calc(1.46rem + .45vw)}@media (min-width:1200px){.post--3-col.post--in-out-style .post__meta{margin:-5rem 2rem 2rem}}.post--outer-style .post__inner{height:100%;display:grid;grid-template-rows:auto 1fr}.post--outer-style .post__img-container{padding:var(--post-image-padding-xl)}.post--outer-style .post__meta{padding:var(--post-meta-padding-lg);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;background:#fff;box-shadow:0 1rem 4rem var(--blue-shadow)}.post--outer-style .post__meta>div:not(:last-child){margin-bottom:var(--post-gap-inside);width:100%}.post--outer-style .post__read-more{margin-top:auto}@media only screen and (max-width:767px){.post--outer-style .post__img-container{padding:0;height:22rem}}.post--3-col.post--outer-style .post__img-container{padding:var(--post-image-padding-lg)}.post--3-col.post--outer-style .post__meta{padding:var(--post-meta-padding-lg)}.post--justify-style{--gap:2rem;grid-gap:0;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:calc(-1 * var(--gap)) 0 0 calc(-1 * var(--gap));width:calc(100% + var(--gap))}.post--justify-style .post__img-container{padding:var(--post-image-padding-xl)}.post--justify-style .post__meta{position:relative;padding-left:var(--post-meta-padding-lg);padding-right:var(--post-meta-padding-lg);box-shadow:0 1rem 4rem var(--blue-shadow);background:#fff}.post--justify-style .post__meta div:first-child{margin-top:var(--post-gap-inside)}.post--justify-style .post__meta div:last-child{margin-bottom:var(--post-gap-inside)}.post--justify-style .post__title-container{position:absolute;left:0;bottom:0;right:0;background:rgba(0,0,0,.6);transition:background-color .3s ease-in-out}.post--justify-style .post__title-container:hover{background-color:var(--theme-hover)}.post--justify-style .post__title-link{padding:var(--post-meta-padding-lg)}.post--justify-style .post__title{color:#fff;margin-bottom:0}.post--justify-style .post__desc{max-width:70ch}@media only screen and (max-width:767px){.post--justify-style .post__img-container{padding:0;height:25rem}}.post--justify-style .post__item{margin:var(--gap) 0 0 var(--gap)}.post--justify-style .post__inner{height:100%;-ms-flex:1 1 100%;flex:1 1 100%;display:grid;grid-template-rows:auto 1fr}.post--justify-style .post__img-container{padding:calc(3.26rem + 13.95vw) 0}@media (min-width:1200px){.post--justify-style .post__img-container{padding:20rem 0}}.post--justify-style .post__title-link{padding:calc(1.46rem + .45vw);display:block}@media (min-width:1200px){.post--justify-style .post__title-link{padding:2rem}}.post--justify-style .post__meta{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;padding:0;margin:calc(1.56rem + 1.2vw)}.post--justify-style .post__meta>div:not(:last-child){margin-bottom:var(--post-gap-inside);width:100%}@media (min-width:1200px){.post--justify-style .post__meta{margin:3rem}}.post--justify-style .post__read-more{margin-top:auto}@media only screen and (min-width:768px){.post--justify-style .post__item{-ms-flex:1 1 49.5%;flex:1 1 49.5%}.post--justify-style .post__item:nth-child(2n),.post--justify-style .post__item:nth-child(3n){-ms-flex:1 1 33%;flex:1 1 33%}.post--justify-style .post__item:nth-child(5n){-ms-flex:1 1 49.5%;flex:1 1 49.5%}}@media only screen and (min-width:992px){.post--justify-style .post__item{-ms-flex:1 1 49.5%;flex:1 1 49.5%}.post--justify-style .post__item:nth-child(2n){-ms-flex:1 1 33%;flex:1 1 33%}.post--justify-style .post__item:nth-child(3n){-ms-flex:1 1 24.75%;flex:1 1 24.75%}.post--justify-style .post__item:nth-child(5n){-ms-flex:1 1 33%;flex:1 1 33%}}.post--mirror-style .post__inner{display:grid;grid-template-columns:1fr}.post--mirror-style .post__img-container{padding:var(--post-image-padding-xl)}.post--mirror-style .post__meta{padding:calc(1.86rem + 3.45vw);padding-bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start}@media (min-width:1200px){.post--mirror-style .post__meta{padding:6rem}}@media only screen and (max-width:767px){.post--mirror-style .post__meta{padding-bottom:calc(1.86rem + 3.45vw)}}@media only screen and (max-width:767px) and (min-width:1200px){.post--mirror-style .post__meta{padding-bottom:6rem}}.post--mirror-style .post__meta>div:not(:last-child){margin-bottom:var(--post-gap-inside);width:100%}@media only screen and (max-width:767px){.post--mirror-style .post__img-container{padding:0;height:22rem}}.post--mirror-style .post__item{background:#fff}.post--mirror-style .post__inner{box-shadow:0 1rem 4rem var(--blue-shadow)}.post--2-col.post--mirror-style{grid-template-columns:1fr}@media only screen and (min-width:992px){.post--2-col.post--mirror-style{grid-template-columns:repeat(2,1fr)}}.post--2-col.post--mirror-style .post__meta{padding:calc(1.56rem + 1.2vw);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start}@media (min-width:1200px){.post--2-col.post--mirror-style .post__meta{padding:3rem}}.post--2-col.post--mirror-style .post__meta>div:not(:last-child){margin-bottom:var(--post-gap-inside);width:100%}.post--2-col.post--mirror-style .post__read-more{margin-top:auto}.post--2-col.post--mirror-style .post__outer{display:none}@media only screen and (min-width:768px){.post--2-col.post--mirror-style .post__item:nth-child(2n) .post__inner{grid-template-columns:2fr 1fr}.post--2-col.post--mirror-style .post__item:nth-child(2n) .post__meta{-ms-flex-order:-1;order:-1}.post--2-col.post--mirror-style .post__inner{height:100%;grid-template-columns:1fr 2fr}.post--2-col.post--mirror-style .post__img-container{height:100%;width:100%;padding:0}}.post--masonry-style .post{grid-auto-flow:dense}.post--masonry-style .post__item{grid-row:span 9}.post--masonry-style .post__item:nth-child(2n){grid-row:span 10}.post--masonry-style .post__inner{grid-template-rows:auto 1fr}.post--masonry-style .post__date-container,.post--masonry-style .post__desc-container{display:none}.post--masonry-style .post__img-container{padding:var(--post-image-padding-lg)}@media only screen and (min-width:768px){.post--masonry-style .post__img-container{height:100%}}.post--in-out-style.post--masonry-style .post__inner{grid-template-rows:1fr auto}.post--in-out-style.post--masonry-style .post__meta{padding:calc(1.56rem + 1.2vw);margin:calc(-1.46rem - 2.7vw) calc(1.46rem + .45vw) calc(1.46rem + .45vw)}@media (min-width:1200px){.post--in-out-style.post--masonry-style .post__meta{padding:3rem;margin:-5rem 2rem 2rem}}.post--img-box-style{grid-gap:4rem!important}.post--img-box-style .post__inner{height:100%;display:grid;grid-template-rows:auto 1fr}.post--img-box-style .post__img-container{padding:var(--post-image-padding-xl)}.post--img-box-style .post__meta{padding:var(--post-meta-padding-lg);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;background:#fff;box-shadow:0 1rem 4rem var(--blue-shadow)}.post--img-box-style .post__meta>div:not(:last-child){margin-bottom:var(--post-gap-inside);width:100%}.post--img-box-style .post__read-more{margin-top:auto}@media only screen and (max-width:767px){.post--img-box-style .post__img-container{padding:0;height:22rem}}.post--img-box-style .post__item{background-color:transparent}.post--img-box-style .post__meta{background:transparent;box-shadow:unset}.post--3-col.post--img-box-style .post__img-container{padding:calc(2.56rem + 8.7vw) 0}@media (min-width:1200px){.post--3-col.post--img-box-style .post__img-container{padding:13rem 0}}.post--3-col.post--img-box-style .post__meta{padding:0;padding-top:calc(1.56rem + 1.2vw)}@media (min-width:1200px){.post--3-col.post--img-box-style .post__meta{padding-top:3rem}}.post--smart-tiles-style,.post--smart-tiles-style-2,.post--smart-tiles-style-3{grid-auto-flow:dense;grid-gap:3rem}@media only screen and (min-width:768px){.post--smart-tiles-style,.post--smart-tiles-style-2,.post--smart-tiles-style-3{grid-template-columns:repeat(9,1fr)}}@media only screen and (min-width:1200px){.post--smart-tiles-style,.post--smart-tiles-style-2,.post--smart-tiles-style-3{grid-template-columns:repeat(12,1fr)}}.post--smart-tiles-style-2 .post__img-container,.post--smart-tiles-style-3 .post__img-container,.post--smart-tiles-style .post__img-container{padding:var(--post-image-padding-xl)}.post--smart-tiles-style-2 .post__meta,.post--smart-tiles-style-3 .post__meta,.post--smart-tiles-style .post__meta{position:relative;padding-left:var(--post-meta-padding-lg);padding-right:var(--post-meta-padding-lg);box-shadow:0 1rem 4rem var(--blue-shadow);background:#fff}.post--smart-tiles-style-2 .post__meta div:first-child,.post--smart-tiles-style-3 .post__meta div:first-child,.post--smart-tiles-style .post__meta div:first-child{margin-top:var(--post-gap-inside)}.post--smart-tiles-style-2 .post__meta div:last-child,.post--smart-tiles-style-3 .post__meta div:last-child,.post--smart-tiles-style .post__meta div:last-child{margin-bottom:var(--post-gap-inside)}.post--smart-tiles-style-2 .post__title-container,.post--smart-tiles-style-3 .post__title-container,.post--smart-tiles-style .post__title-container{position:absolute;left:0;bottom:0;right:0;background:rgba(0,0,0,.6);transition:background-color .3s ease-in-out}.post--smart-tiles-style-2 .post__title-container:hover,.post--smart-tiles-style-3 .post__title-container:hover,.post--smart-tiles-style .post__title-container:hover{background-color:var(--theme-hover)}.post--smart-tiles-style-2 .post__title-link,.post--smart-tiles-style-3 .post__title-link,.post--smart-tiles-style .post__title-link{padding:var(--post-meta-padding-lg)}.post--smart-tiles-style-2 .post__title,.post--smart-tiles-style-3 .post__title,.post--smart-tiles-style .post__title{color:#fff;margin-bottom:0}.post--smart-tiles-style-2 .post__desc,.post--smart-tiles-style-3 .post__desc,.post--smart-tiles-style .post__desc{max-width:70ch}@media only screen and (max-width:767px){.post--smart-tiles-style-2 .post__img-container,.post--smart-tiles-style-3 .post__img-container,.post--smart-tiles-style .post__img-container{padding:0;height:25rem}}.post--smart-tiles-style-2 .post__inner,.post--smart-tiles-style-3 .post__inner,.post--smart-tiles-style .post__inner{height:100%;display:grid;grid-template-rows:1fr auto}.post--smart-tiles-style-2 .post__img-container,.post--smart-tiles-style-3 .post__img-container,.post--smart-tiles-style .post__img-container{padding:var(--post-image-padding-lg)}.post--smart-tiles-style-2 .post__meta,.post--smart-tiles-style-3 .post__meta,.post--smart-tiles-style .post__meta{padding:var(--post-meta-padding-lg);display:none}.post--smart-tiles-style-2 .post__date,.post--smart-tiles-style-3 .post__date,.post--smart-tiles-style .post__date{color:var(--gray-93)}.post--smart-tiles-style-2 .post__title-link,.post--smart-tiles-style-3 .post__title-link,.post--smart-tiles-style .post__title-link{padding:var(--post-meta-padding)}.post--smart-tiles-style-2 .post__title,.post--smart-tiles-style-3 .post__title,.post--smart-tiles-style .post__title{font-size:var(--post-title)}.post--smart-tiles-style-2 .post__title-link,.post--smart-tiles-style-3 .post__title-link,.post--smart-tiles-style .post__title-link{display:block}.post--smart-tiles-style .post__date-container{margin-bottom:var(--post-gap-inside)}.post--smart-tiles-style .post__date-container .post__date-icon{color:#fff}@media only screen and (min-width:768px){.post--smart-tiles-style .post{grid-template-columns:repeat(8,1fr)}.post--smart-tiles-style .post__item{grid-column:span 4}.post--smart-tiles-style .post__item:first-child,.post--smart-tiles-style .post__item:nth-child(3){grid-column:span 3}.post--smart-tiles-style .post__item:nth-child(2){display:grid;grid-template-rows:1fr;grid-column:span 5;grid-row:span 2}.post--smart-tiles-style .post__item:nth-child(2) .post__img-container{height:100%}.post--smart-tiles-style .post__item:nth-child(2) .post__title{font-size:var(--post-title-lg)}}@media only screen and (min-width:1200px){.post--smart-tiles-style .post__item{grid-column:span 3}.post--smart-tiles-style .post__item:nth-child(2){grid-column:span 6}}.post--smart-tiles-style-2 .post__date-container{margin-bottom:var(--post-gap-inside)}@media only screen and (min-width:768px){.post--smart-tiles-style-2 .post__item{grid-column:span 3}.post--smart-tiles-style-2 .post__item:first-child,.post--smart-tiles-style-2 .post__item:nth-child(6n){display:grid;grid-template-rows:1fr;grid-column:span 6;grid-row:span 3}.post--smart-tiles-style-2 .post__item:first-child .post__img-container,.post--smart-tiles-style-2 .post__item:nth-child(6n) .post__img-container{height:100%}.post--smart-tiles-style-2 .post__item:first-child .post__title,.post--smart-tiles-style-2 .post__item:nth-child(6n) .post__title{font-size:var(--post-title-lg)}}@media only screen and (min-width:1200px){.post--smart-tiles-style-2 .post__item:first-child,.post--smart-tiles-style-2 .post__item:nth-child(6n){grid-row:span 2}.post--smart-tiles-style-2 .post__item:nth-child(2),.post--smart-tiles-style-2 .post__item:nth-child(5n){grid-column:span 6}}.post--smart-tiles-style-3 .post__date-container{margin-bottom:var(--post-gap-inside)}.post--smart-tiles-style-3 .post__date-container .post__date-icon{color:#fff}@media only screen and (min-width:768px){.post--smart-tiles-style-3 .post__item{grid-column:span 3}.post--smart-tiles-style-3 .post__item:first-child,.post--smart-tiles-style-3 .post__item:nth-child(6n){display:grid;grid-template-rows:1fr;grid-column:span 6;grid-row:span 2}.post--smart-tiles-style-3 .post__item:first-child .post__img-container,.post--smart-tiles-style-3 .post__item:nth-child(6n) .post__img-container{height:100%}.post--smart-tiles-style-3 .post__item:first-child .post__title,.post--smart-tiles-style-3 .post__item:nth-child(6n) .post__title{font-size:var(--post-title-lg)}.post--smart-tiles-style-3 .post__item:nth-child(2){display:grid;grid-template-rows:1fr;grid-row:span 1;grid-column:span 3}.post--smart-tiles-style-3 .post__item:nth-child(2) .post__img-container{height:100%}.post--smart-tiles-style-3 .post__item:nth-child(4n){grid-column:span 9}}@media only screen and (min-width:1200px){.post--smart-tiles-style-3 .post__item:nth-child(2){display:grid;grid-template-rows:1fr;grid-row:span 2}.post--smart-tiles-style-3 .post__item:nth-child(2) .post__img-container{height:100%}.post--smart-tiles-style-3 .post__item:nth-child(4n){grid-column:span 3}}.post--card-style .post__inner{height:100%;display:grid;grid-template-rows:auto 1fr}.post--card-style .post__img-container{padding:var(--post-image-padding-xl)}.post--card-style .post__meta{padding:var(--post-meta-padding-lg);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;background:#fff;box-shadow:0 1rem 4rem var(--blue-shadow)}.post--card-style .post__meta>div:not(:last-child){margin-bottom:var(--post-gap-inside);width:100%}.post--card-style .post__read-more{margin-top:auto}@media only screen and (max-width:767px){.post--card-style .post__img-container{padding:0;height:22rem}}.post--card-style .post__item{border-radius:2rem;box-shadow:0 .5rem 2rem var(--blue-shadow);overflow:hidden}.post--card-style .post__img-container{border-top-left-radius:2rem;border-top-right-radius:2rem;padding:calc(2.76rem + 10.2vw) 0}@media (min-width:1200px){.post--card-style .post__img-container{padding:15rem 0}}.post--card-flip-style .post__item{background-color:initial;position:relative;perspective:1000px}.post--card-flip-style .post__item:hover .post__img{transform:scale(1)}.post--card-flip-style .post__flip-card{height:100%;transition:transform .4s ease-in-out;transform-style:preserve-3d}.post--card-flip-style .post__flip-card:hover{transform:rotateY(180deg)}.post--card-flip-style .post__card-front{height:100%;transform:rotateY(0deg);position:relative;z-index:2;-webkit-backface-visibility:hidden;backface-visibility:hidden}.post--card-flip-style .post__card-front .post__inner{height:100%}.post--card-flip-style .post__card-back{position:absolute;top:0;right:0;bottom:0;left:0;transform:rotateY(180deg);-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:2}.post--card-flip-style .post__card-back .post__inner{height:100%;width:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.post--card-flip-style .post__card-back .post__media:before{background-color:rgba(26,26,26,.8)}.post--card-flip-style .post__card-back .post__read-more-btn{margin-top:0}.post--card-flip-style .post__inner{position:relative;border-radius:2rem;overflow:hidden;box-shadow:0 .5rem 2rem var(--blue-shadow)}.post--card-flip-style .post__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.post--card-flip-style .post__media:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(0deg,var(--gray-dark),rgba(49,49,49,.5),transparent,transparent);z-index:1;transition:background-color .3s ease-in-out}.post--card-flip-style .post__img-container{height:100%;width:100%}.post--card-flip-style .post__meta{height:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;position:relative;z-index:2;color:#fff;text-shadow:0 .5rem 2rem var(--gray-shadow)}.post--card-flip-style .post__meta>div:not(:last-child){margin-bottom:var(--post-gap-inside);width:100%}.post--card-flip-style .post__title-container{padding-top:calc(2.76rem + 10.2vw);margin-bottom:0!important}@media (min-width:1200px){.post--card-flip-style .post__title-container{padding-top:15rem}}.post--card-flip-style .post__title{color:#fff}.post--card-flip-style .post__label-container{-ms-flex-order:-1;order:-1;margin-bottom:auto!important}.post--card-flip-style .post__label-link{background-color:#fff;box-shadow:0 .5rem 5rem var(--gray-shadow)}.post--card-flip-style .post__date-container,.post--card-flip-style .post__desc-container{display:none}.post--card-flip-style .post__desc{max-height:calc(var(--body-line-height) * 2);display:none;overflow:hidden}.post--card-flip-style .post__read-more-btn{box-shadow:0 .5rem 2rem var(--blue-shadow)}@media only screen and (max-width:767px){.post--card-flip-style .post__img-container{padding:0;height:22rem}}.post--3-col.post--card-flip-style .post__meta{padding:calc(1.56rem + 1.2vw);-ms-flex-pack:center;justify-content:center}@media (min-width:1200px){.post--3-col.post--card-flip-style .post__meta{padding:3rem}}.post--card-hover-style .post__item{background-color:initial}.post--card-hover-style .post__item-link{width:100%}.post--card-hover-style .post__item-link:hover .post__media:before{background-color:rgba(26,26,26,.8)}.post--card-hover-style .post__inner{position:relative;height:100%;overflow:hidden}.post--card-hover-style .post__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.post--card-hover-style .post__media .post__img-container:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(0deg,var(--gray-dark),rgba(49,49,49,.5),transparent,transparent);z-index:1;transition:background-color .3s ease-in-out}.post--card-hover-style .post__img-container{height:100%;width:100%}.post--card-hover-style .post__meta{height:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:stretch;align-items:stretch;position:relative;z-index:2;color:#fff;text-shadow:0 .5rem 2rem var(--gray-shadow)}.post--card-hover-style .post__meta>div:not(:last-child){margin-bottom:var(--post-gap-inside);width:100%}.post--card-hover-style .post__title{color:#fff}.post--card-hover-style .post__label-container{margin-bottom:auto!important}.post--card-hover-style .post__label-link{background-color:#fff;box-shadow:0 .5rem 5rem var(--gray-shadow)}@media only screen and (max-width:767px){.post--card-hover-style .post__inner,.post--card-hover-style .post__item,.post--card-hover-style .post__item-link,.post--card-hover-style .post__meta{min-height:22rem}}.post--card-hover-style .post__item-link{height:100%;transition:transform .3s ease-in-out}.post--card-hover-style .post__item-link:hover{transform:scale(1.03)}.post--card-hover-style .post__item-link:hover .post__inner{box-shadow:0 .5rem 5rem var(--gray-shadow)}.post--card-hover-style .post__item-link:hover .post__label-container{opacity:0;transform:translateY(-100%)}.post--card-hover-style .post__item-link:hover .post__date-container,.post--card-hover-style .post__item-link:hover .post__title-container{transform:translateY(-10rem)}.post--card-hover-style .post__item-link:hover .post__read-more{transform:translateY(0)}.post--card-hover-style .post__inner{border-radius:2rem;transition:box-shadow .3s ease-in-out}.post--card-hover-style .post__title-container{padding-top:calc(2.76rem + 10.2vw);transition:transform .3s ease-in-out}@media (min-width:1200px){.post--card-hover-style .post__title-container{padding-top:15rem}}.post--card-hover-style .post__date-container{transition:transform .3s ease-in-out}.post--card-hover-style .post__label-container{-ms-flex-order:-1;order:-1;transition:opacity .3s ease-in-out,transform .3s ease-in-out}.post--card-hover-style .post__desc-container{display:none}.post--card-hover-style .post__desc{max-height:calc(var(--body-line-height) * 2);overflow:hidden;display:none}.post--card-hover-style .post__read-more{position:absolute;left:0;right:0;bottom:0;transform:translateY(100%);transition:opacity .3s ease-in-out,transform .3s ease-in-out}.post--card-hover-style .post__read-more-btn{padding:calc(1.46rem + .45vw) 0;border-radius:2rem;font-weight:600}@media (min-width:1200px){.post--card-hover-style .post__read-more-btn{padding:2rem 0}}.post--card-hover-style .post__item-link div:not(:last-child){margin-bottom:var(--post-gap-inside);width:100%}.post--card-hover-style .post__date-container{margin-bottom:0!important;color:var(--gray-93)}.post--card-hover-style .post__date-container .post__date-icon{color:#fff}.post--3-col.post--card-hover-style .post__meta{padding:calc(1.56rem + 1.2vw);-ms-flex-pack:center;justify-content:center}@media (min-width:1200px){.post--3-col.post--card-hover-style .post__meta{padding:3rem}}.post--grid-featured-style,.post--grid-featured-with-gap-style{grid-gap:0}.post--grid-featured-style .post__item,.post--grid-featured-with-gap-style .post__item{background-color:initial}.post--grid-featured-style .post__item-link,.post--grid-featured-with-gap-style .post__item-link{width:100%}.post--grid-featured-style .post__item-link:hover .post__media:before,.post--grid-featured-with-gap-style .post__item-link:hover .post__media:before{background-color:rgba(26,26,26,.8)}.post--grid-featured-style .post__inner,.post--grid-featured-with-gap-style .post__inner{position:relative;height:100%;overflow:hidden}.post--grid-featured-style .post__media,.post--grid-featured-with-gap-style .post__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.post--grid-featured-style .post__media .post__img-container:before,.post--grid-featured-with-gap-style .post__media .post__img-container:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(0deg,var(--gray-dark),rgba(49,49,49,.5),transparent,transparent);z-index:1;transition:background-color .3s ease-in-out}.post--grid-featured-style .post__img-container,.post--grid-featured-with-gap-style .post__img-container{height:100%;width:100%}.post--grid-featured-style .post__meta,.post--grid-featured-with-gap-style .post__meta{height:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:stretch;align-items:stretch;position:relative;z-index:2;color:#fff;text-shadow:0 .5rem 2rem var(--gray-shadow)}.post--grid-featured-style .post__meta>div:not(:last-child),.post--grid-featured-with-gap-style .post__meta>div:not(:last-child){margin-bottom:var(--post-gap-inside);width:100%}.post--grid-featured-style .post__title,.post--grid-featured-with-gap-style .post__title{color:#fff}.post--grid-featured-style .post__label-container,.post--grid-featured-with-gap-style .post__label-container{margin-bottom:auto!important}.post--grid-featured-style .post__label-link,.post--grid-featured-with-gap-style .post__label-link{background-color:#fff;box-shadow:0 .5rem 5rem var(--gray-shadow)}@media only screen and (max-width:767px){.post--grid-featured-style .post__inner,.post--grid-featured-style .post__item,.post--grid-featured-style .post__item-link,.post--grid-featured-style .post__meta,.post--grid-featured-with-gap-style .post__inner,.post--grid-featured-with-gap-style .post__item,.post--grid-featured-with-gap-style .post__item-link,.post--grid-featured-with-gap-style .post__meta{min-height:22rem}}.post--grid-featured-style .post__meta,.post--grid-featured-with-gap-style .post__meta{-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:end;justify-content:flex-end}.post--grid-featured-style .post__date-container,.post--grid-featured-with-gap-style .post__date-container{color:var(--gray-97)}.post--grid-featured-style .post__date-icon,.post--grid-featured-style .post__desc-container,.post--grid-featured-style .post__read-more,.post--grid-featured-with-gap-style .post__date-icon,.post--grid-featured-with-gap-style .post__desc-container,.post--grid-featured-with-gap-style .post__read-more{display:none}.post--grid-featured-style .post__item-link,.post--grid-featured-with-gap-style .post__item-link{height:auto;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:end;justify-content:flex-end;height:100%}.post--grid-featured-style .post__date-container,.post--grid-featured-with-gap-style .post__date-container{margin-bottom:0!important}.post--grid-featured-style .post__label-container,.post--grid-featured-with-gap-style .post__label-container{-ms-flex-order:-2;order:-2;padding-bottom:calc(1.76rem + 2.7vw)}@media (min-width:1200px){.post--grid-featured-style .post__label-container,.post--grid-featured-with-gap-style .post__label-container{padding-bottom:5rem}}.post--3-col.post--grid-featured-style,.post--3-col.post--grid-featured-with-gap-style{grid-template-columns:1fr}@media only screen and (min-width:768px){.post--3-col.post--grid-featured-style,.post--3-col.post--grid-featured-with-gap-style{grid-template-columns:repeat(8,1fr)}.post--3-col.post--grid-featured-style .post__item,.post--3-col.post--grid-featured-with-gap-style .post__item{grid-column:span 3;min-height:20rem}.post--3-col.post--grid-featured-style .post__item:first-child,.post--3-col.post--grid-featured-style .post__item:nth-child(8n),.post--3-col.post--grid-featured-with-gap-style .post__item:first-child,.post--3-col.post--grid-featured-with-gap-style .post__item:nth-child(8n){grid-column:span 5;grid-row:span 2}.post--3-col.post--grid-featured-style .post__item:first-child .post__title,.post--3-col.post--grid-featured-style .post__item:nth-child(8n) .post__title,.post--3-col.post--grid-featured-with-gap-style .post__item:first-child .post__title,.post--3-col.post--grid-featured-with-gap-style .post__item:nth-child(8n) .post__title{font-size:var(--post-title-lg)}.post--3-col.post--grid-featured-style .post__item:nth-child(4n),.post--3-col.post--grid-featured-style .post__item:nth-child(5n),.post--3-col.post--grid-featured-with-gap-style .post__item:nth-child(4n),.post--3-col.post--grid-featured-with-gap-style .post__item:nth-child(5n){grid-column:span 4}}@media only screen and (min-width:992px){.post--3-col.post--grid-featured-style,.post--3-col.post--grid-featured-with-gap-style{grid-template-columns:repeat(12,1fr)}.post--3-col.post--grid-featured-style .post__item,.post--3-col.post--grid-featured-with-gap-style .post__item{grid-column:span 3;min-height:unset}.post--3-col.post--grid-featured-style .post__item:first-child,.post--3-col.post--grid-featured-style .post__item:nth-child(8),.post--3-col.post--grid-featured-with-gap-style .post__item:first-child,.post--3-col.post--grid-featured-with-gap-style .post__item:nth-child(8){grid-column:span 6;min-height:45rem}.post--3-col.post--grid-featured-style .post__item:nth-child(4n),.post--3-col.post--grid-featured-style .post__item:nth-child(5n),.post--3-col.post--grid-featured-with-gap-style .post__item:nth-child(4n),.post--3-col.post--grid-featured-with-gap-style .post__item:nth-child(5n){grid-column:span 3}}.post--3-col.post--grid-featured-style .post__meta,.post--3-col.post--grid-featured-with-gap-style .post__meta{padding:calc(1.56rem + 1.2vw)}@media (min-width:1200px){.post--3-col.post--grid-featured-style .post__meta,.post--3-col.post--grid-featured-with-gap-style .post__meta{padding:3rem}}.post--3-col.post--grid-featured-with-gap-style{grid-gap:3rem}.post--spotlight-style .post__item{background-color:initial}.post--spotlight-style .post__item-link{height:100%;width:100%}.post--spotlight-style .post__item-link:hover .post__media:before{background-color:rgba(26,26,26,.8)}.post--spotlight-style .post__inner{position:relative;height:100%;overflow:hidden}.post--spotlight-style .post__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.post--spotlight-style .post__media .post__img-container:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(0deg,var(--gray-dark),rgba(49,49,49,.5),transparent,transparent);z-index:1;transition:background-color .3s ease-in-out}.post--spotlight-style .post__img-container{height:100%;width:100%}.post--spotlight-style .post__meta{height:100%;-ms-flex-align:stretch;align-items:stretch;position:relative;z-index:2;color:#fff;text-shadow:0 .5rem 2rem var(--gray-shadow)}.post--spotlight-style .post__meta>div:not(:last-child){margin-bottom:var(--post-gap-inside);width:100%}.post--spotlight-style .post__title{color:#fff}.post--spotlight-style .post__label-container{margin-bottom:auto!important}.post--spotlight-style .post__label-link{background-color:#fff;box-shadow:0 .5rem 5rem var(--gray-shadow)}@media only screen and (max-width:767px){.post--spotlight-style .post__inner,.post--spotlight-style .post__item,.post--spotlight-style .post__item-link,.post--spotlight-style .post__meta{min-height:22rem}}.post--spotlight-style .post__meta{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-direction:column;flex-direction:column}.post--spotlight-style .post__item{min-height:200px}.post--spotlight-style .post__date-container{-ms-flex-order:-1;order:-1;display:none}.post--spotlight-style .post__title-container{margin-bottom:0!important}.post--spotlight-style .post__date-container,.post--spotlight-style .post__date-icon,.post--spotlight-style .post__desc-container,.post--spotlight-style .post__read-more{display:none}.post--spotlight-style .post__label-container{-ms-flex-order:-2;order:-2;padding-bottom:calc(2.06rem + 4.95vw)}@media (min-width:1200px){.post--spotlight-style .post__label-container{padding-bottom:8rem}}.post--3-col.post--spotlight-style{grid-template-columns:1fr}@media only screen and (min-width:768px){.post--3-col.post--spotlight-style{grid-template-columns:repeat(12,1fr)}.post--3-col.post--spotlight-style .post__item{grid-column:span 6}.post--3-col.post--spotlight-style .post__item:first-child,.post--3-col.post--spotlight-style .post__item:nth-child(8n){grid-column:span 6;grid-row:span 2}.post--3-col.post--spotlight-style .post__item:first-child .post__title,.post--3-col.post--spotlight-style .post__item:nth-child(8n) .post__title{font-size:var(--post-title-lg)}.post--3-col.post--spotlight-style .post__item:nth-child(4n){grid-column:span 12}}@media only screen and (min-width:992px){.post--3-col.post--spotlight-style .post__item:first-child,.post--3-col.post--spotlight-style .post__item:nth-child(8n){grid-row:span 3}.post--3-col.post--spotlight-style .post__item:nth-child(4n){grid-column:span 6}}.post--3-col.post--spotlight-style .post__meta{padding:calc(1.56rem + 1.2vw)}@media (min-width:1200px){.post--3-col.post--spotlight-style .post__meta{padding:3rem}}.post--recommendation-style .post__item{background-color:initial}.post--recommendation-style .post__item-link{height:100%;width:100%}.post--recommendation-style .post__item-link:hover .post__media:before{background-color:rgba(26,26,26,.8)}.post--recommendation-style .post__inner{position:relative;height:100%;overflow:hidden}.post--recommendation-style .post__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.post--recommendation-style .post__media .post__img-container:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(0deg,var(--gray-dark),rgba(49,49,49,.5),transparent,transparent);z-index:1;transition:background-color .3s ease-in-out}.post--recommendation-style .post__img-container{height:100%;width:100%}.post--recommendation-style .post__meta{height:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:stretch;align-items:stretch;position:relative;z-index:2;color:#fff;text-shadow:0 .5rem 2rem var(--gray-shadow)}.post--recommendation-style .post__meta>div:not(:last-child){margin-bottom:var(--post-gap-inside);width:100%}.post--recommendation-style .post__title{color:#fff}.post--recommendation-style .post__label-container{margin-bottom:auto!important}.post--recommendation-style .post__label-link{background-color:#fff;box-shadow:0 .5rem 5rem var(--gray-shadow)}@media only screen and (max-width:767px){.post--recommendation-style .post__inner,.post--recommendation-style .post__item,.post--recommendation-style .post__item-link,.post--recommendation-style .post__meta{min-height:22rem}}.post--recommendation-style .post__meta{-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:end;justify-content:flex-end}.post--recommendation-style .post__date-container{-ms-flex-order:-1;order:-1;color:var(--gray-97)}.post--recommendation-style .post__date-icon,.post--recommendation-style .post__desc-container,.post--recommendation-style .post__read-more{display:none}.post--recommendation-style .post__label-container{-ms-flex-order:-2;order:-2;padding-bottom:calc(2.26rem + 6.45vw)}@media (min-width:1200px){.post--recommendation-style .post__label-container{padding-bottom:10rem}}.post--recommendation-style:not(.post--template) .post__item-link{height:auto;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:end;justify-content:flex-end}.post--recommendation-style:not(.post--template) .post__item-link div:not(:last-child){margin-bottom:var(--post-gap-inside);width:100%}@media only screen and (min-width:768px){.post--2-col.post--recommendation-style .post__item{min-height:25rem}}.post--2-col.post--recommendation-style .post__meta{padding:var(--post-meta-padding-lg)}.post--faq-style{grid-gap:0}.post--faq-style .post__item{background-color:initial;padding:var(--post-meta-padding) 0}.post--faq-style .post__item:not(:last-child){border-bottom:1px solid var(--gray-subtle-300)}.post--faq-style .post__meta{display:grid;grid-template-columns:1fr auto;-ms-flex-align:center;align-items:center;grid-gap:5rem}.post--faq-style .post__date-container,.post--faq-style .post__desc-container,.post--faq-style .post__label-container{display:none}.post--faq-style .post__read-more-btn{padding:.8rem 1rem;margin-top:0;transform:scale(.8)}.post--faq-style .post__read-more-label{display:none}.post--faq-style .post__read-more-icon{display:block;font-size:1.3rem}@media only screen and (min-width:768px){.post--faq-style .post__read-more-btn{transform:scale(.9)}}@media only screen and (min-width:992px){.post--faq-style .post__read-more-btn{transform:scale(1)}}.post--faq-style .post__read-more-icon{display:block!important}.post--faq-style .post__media{height:unset}.post--faq-with-media-style .post__inner{display:grid;grid-template-columns:1fr}.post--faq-with-media-style .post__img-container{padding:var(--post-image-padding-xl)}.post--faq-with-media-style .post__meta{padding:calc(1.86rem + 3.45vw);padding-bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start}@media (min-width:1200px){.post--faq-with-media-style .post__meta{padding:6rem}}@media only screen and (max-width:767px){.post--faq-with-media-style .post__meta{padding-bottom:calc(1.86rem + 3.45vw)}}@media only screen and (max-width:767px) and (min-width:1200px){.post--faq-with-media-style .post__meta{padding-bottom:6rem}}.post--faq-with-media-style .post__meta>div:not(:last-child){margin-bottom:var(--post-gap-inside);width:100%}@media only screen and (max-width:767px){.post--faq-with-media-style .post__img-container{padding:0;height:22rem}}.post--faq-with-media-style .post__inner{grid-gap:3rem}@media only screen and (min-width:768px){.post--faq-with-media-style .post__inner{grid-template-columns:6fr 5fr;height:100%}}@media only screen and (min-width:1200px){.post--faq-with-media-style .post__inner{grid-template-columns:140px 8fr;min-height:140px}}.post--faq-with-media-style .post__media{min-height:22rem}@media only screen and (min-width:768px){.post--faq-with-media-style .post__media{min-height:unset}}.post--faq-with-media-style .post__img-container{padding:0;height:100%}.post--faq-with-media-style .post__meta{padding:0;-ms-flex-pack:end;justify-content:flex-end}.post--faq-with-media-style .post__date-container{-ms-flex-order:-1;order:-1}.post--faq-with-media-style .post__desc-container,.post--faq-with-media-style .post__label-container,.post--faq-with-media-style .post__read-more{display:none}.post--faq-with-media-style .post__title-container{margin-bottom:0!important}.post--faq-with-media-style .post__title{word-break:break-word}.post--grid-list-style{grid-row-gap:4rem!important}@media only screen and (min-width:992px){.post--grid-list-style{grid-row-gap:5rem!important}}.post--grid-list-style .post__inner{height:100%;display:grid;grid-template-rows:auto 1fr}.post--grid-list-style .post__img-container{padding:var(--post-image-padding-xl)}.post--grid-list-style .post__meta{padding:var(--post-meta-padding-lg);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;background:#fff;box-shadow:0 1rem 4rem var(--blue-shadow)}.post--grid-list-style .post__meta>div:not(:last-child){margin-bottom:var(--post-gap-inside);width:100%}.post--grid-list-style .post__read-more{margin-top:auto}@media only screen and (max-width:767px){.post--grid-list-style .post__img-container{padding:0;height:22rem}}.post--grid-list-style .post__item{background-color:transparent}.post--grid-list-style .post__item__meta{padding:calc(1.56rem + 1.2vw)}@media (min-width:1200px){.post--grid-list-style .post__item__meta{padding:3rem}}@media only screen and (min-width:768px){.post--grid-list-style .post__item:first-child{grid-column:1/-1}.post--grid-list-style .post__item:first-child .post__inner{grid-template-columns:1fr 1fr}.post--grid-list-style .post__item:first-child .post__img-container{padding:0;height:100%}.post--grid-list-style .post__item:first-child .post__meta{padding:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.post--grid-list-style .post__item:first-child .post__meta{padding:4rem}}@media only screen and (min-width:992px){.post--3-col.post--grid-list-style{grid-gap:3rem}}.post--3-col.post--grid-list-style .post__img-container{padding:calc(2.56rem + 8.7vw) 0}@media (min-width:1200px){.post--3-col.post--grid-list-style .post__img-container{padding:13rem 0}}.post--3-col.post--grid-list-style .post__meta{padding-top:calc(1.56rem + 1.2vw)}@media (min-width:1200px){.post--3-col.post--grid-list-style .post__meta{padding-top:3rem}}.post--img-card-style .post__item{background-color:initial}.post--img-card-style .post__item-link{width:100%}.post--img-card-style .post__item-link:hover .post__media:before{background-color:rgba(26,26,26,.8)}.post--img-card-style .post__inner{position:relative;height:100%;overflow:hidden}.post--img-card-style .post__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.post--img-card-style .post__media .post__img-container:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(0deg,var(--gray-dark),rgba(49,49,49,.5),transparent,transparent);z-index:1;transition:background-color .3s ease-in-out}.post--img-card-style .post__img-container{height:100%;width:100%}.post--img-card-style .post__meta{height:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:stretch;align-items:stretch;position:relative;z-index:2;color:#fff;text-shadow:0 .5rem 2rem var(--gray-shadow)}.post--img-card-style .post__meta>div:not(:last-child){margin-bottom:var(--post-gap-inside);width:100%}.post--img-card-style .post__title{color:#fff}.post--img-card-style .post__label-container{margin-bottom:auto!important}.post--img-card-style .post__label-link{background-color:#fff;box-shadow:0 .5rem 5rem var(--gray-shadow)}@media only screen and (max-width:767px){.post--img-card-style .post__inner,.post--img-card-style .post__item,.post--img-card-style .post__item-link,.post--img-card-style .post__meta{min-height:22rem}}@media only screen and (min-width:768px){.post--img-card-style .post__item{min-height:25rem}}.post--img-card-style .post__meta{-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:end;justify-content:flex-end;padding:calc(1.56rem + 1.2vw)}@media (min-width:1200px){.post--img-card-style .post__meta{padding:3rem}}.post--img-card-style .post__date-container{color:var(--gray-97);margin-bottom:0!important}.post--img-card-style .post__item-link{height:auto;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:end;justify-content:flex-end;height:100%}.post--img-card-style .post__item-link div:not(:last-child){margin-bottom:var(--post-gap-inside);width:100%}.post--img-card-style .post__date-icon,.post--img-card-style .post__desc-container,.post--img-card-style .post__read-more{display:none}.post--img-card-style .post__label-container{-ms-flex-order:-2;order:-2;padding-bottom:calc(2.26rem + 6.45vw)}@media (min-width:1200px){.post--img-card-style .post__label-container{padding-bottom:10rem}}.post--grid-gallery-style{grid-gap:1rem}@media only screen and (min-width:992px){.post--grid-gallery-style{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:1200px){.post--grid-gallery-style{grid-template-columns:repeat(4,1fr)}}.post--grid-gallery-style .post__item{background-color:initial}.post--grid-gallery-style .post__item-link{height:100%;width:100%}.post--grid-gallery-style .post__item-link:hover .post__media:before{background-color:rgba(26,26,26,.8)}.post--grid-gallery-style .post__inner{position:relative;height:100%;overflow:hidden}.post--grid-gallery-style .post__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.post--grid-gallery-style .post__media .post__img-container:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(0deg,var(--gray-dark),rgba(49,49,49,.5),transparent,transparent);z-index:1;transition:background-color .3s ease-in-out}.post--grid-gallery-style .post__img-container{height:100%;width:100%}.post--grid-gallery-style .post__meta{height:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:stretch;align-items:stretch;position:relative;z-index:2;color:#fff;text-shadow:0 .5rem 2rem var(--gray-shadow)}.post--grid-gallery-style .post__meta>div:not(:last-child){margin-bottom:var(--post-gap-inside);width:100%}.post--grid-gallery-style .post__title{color:#fff}.post--grid-gallery-style .post__label-container{margin-bottom:auto!important}.post--grid-gallery-style .post__label-link{background-color:#fff;box-shadow:0 .5rem 5rem var(--gray-shadow)}@media only screen and (max-width:767px){.post--grid-gallery-style .post__inner,.post--grid-gallery-style .post__item,.post--grid-gallery-style .post__item-link,.post--grid-gallery-style .post__meta{min-height:22rem}}.post--grid-gallery-style .post__item{min-height:22rem}.post--grid-gallery-style .post__item:first-child{grid-column:1/-1}@media only screen and (min-width:992px){.post--grid-gallery-style .post__item:first-child{min-height:40rem}}.post--grid-gallery-style .post__item:first-child .post__title{max-width:45ch;font-size:var(--post-title-lg)}.post--grid-gallery-style .post__meta{-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:end;justify-content:flex-end}.post--grid-gallery-style .post__title-container{margin-bottom:var(--post-gap-inside)}.post--grid-gallery-style .post__date-container{color:var(--gray-97);margin-bottom:0!important}.post--grid-gallery-style .post__date-icon,.post--grid-gallery-style .post__desc-container,.post--grid-gallery-style .post__read-more{display:none}.post--grid-gallery-style .post__label-container{-ms-flex-order:-2;order:-2;padding-bottom:calc(2.26rem + 6.45vw)}@media (min-width:1200px){.post--grid-gallery-style .post__label-container{padding-bottom:10rem}}.post--grid-gallery-style .post__meta{padding:calc(1.56rem + 1.2vw)}@media (min-width:1200px){.post--grid-gallery-style .post__meta{padding:3rem}}.post--vertical-list-style .post__inner{display:grid;grid-template-columns:1fr}.post--vertical-list-style .post__img-container{padding:var(--post-image-padding-xl)}.post--vertical-list-style .post__meta{padding:calc(1.86rem + 3.45vw);padding-bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start}@media (min-width:1200px){.post--vertical-list-style .post__meta{padding:6rem}}@media only screen and (max-width:767px){.post--vertical-list-style .post__meta{padding-bottom:calc(1.86rem + 3.45vw)}}@media only screen and (max-width:767px) and (min-width:1200px){.post--vertical-list-style .post__meta{padding-bottom:6rem}}.post--vertical-list-style .post__meta>div:not(:last-child){margin-bottom:var(--post-gap-inside);width:100%}@media only screen and (max-width:767px){.post--vertical-list-style .post__img-container{padding:0;height:22rem}}.post--vertical-list-style .post__item{background-color:transparent}.post--1-col.post--vertical-list-style{grid-row-gap:var(--post-gap-outside)}.post--1-col.post--vertical-list-style .post__meta{padding:0;padding:calc(1.66rem + 1.95vw);background:#fff}@media (min-width:1200px){.post--1-col.post--vertical-list-style .post__meta{padding:4rem}}.post--1-col.post--vertical-list-style .post__title{font-size:var(--post-title)}@media only screen and (min-width:992px){.post--1-col.post--vertical-list-style .post__inner{grid-template-columns:1fr 1fr}.post--1-col.post--vertical-list-style .post__img-container{height:100%;width:100%;padding:0}}.post--collection-style{grid-gap:1rem;grid-template-columns:repeat(2,1fr)}@media only screen and (min-width:480px){.post--collection-style{grid-template-columns:repeat(3,1fr)}}@media only screen and (min-width:768px){.post--collection-style{grid-template-columns:repeat(4,1fr)}}@media only screen and (min-width:992px){.post--collection-style{grid-template-columns:repeat(5,1fr)}}@media only screen and (min-width:1200px){.post--collection-style{grid-template-columns:repeat(6,1fr)}}.post--collection-style .post__item{overflow:hidden}.post--collection-style .post__item:hover .post__meta{transform:translateY(0)}.post--collection-style .post__item:hover .post__date-container,.post--collection-style .post__item:hover .post__read-more,.post--collection-style .post__item:hover .post__title-container{opacity:1;transform:translateY(0)}.post--collection-style .post__item-link{height:100%}.post--collection-style .post__inner{position:relative;height:100%}.post--collection-style .post__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;cursor:pointer}.post--collection-style .post__img-container{height:100%;pointer-events:none}.post--collection-style .post__meta{padding:calc(1.46rem + .45vw);height:100%;position:relative;z-index:2;background-image:linear-gradient(0deg,var(--gray-dark),rgba(49,49,49,.5));transform:translateY(100%);transition:transform .4s ease-out}@media (min-width:1200px){.post--collection-style .post__meta{padding:2rem}}.post--collection-style .post__meta:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(0deg,var(--gray-dark),rgba(49,49,49,.5));z-index:-1}.post--collection-style .post__title{word-break:break-word;font-size:calc(1.44rem + .3vw);line-height:1.3em;max-height:3.9em;margin-bottom:5rem;overflow:hidden;color:#fff;font-weight:400}@media (min-width:1200px){.post--collection-style .post__title{font-size:1.8rem}}.post--collection-style .post__title-container{transition-delay:.4s!important}.post--collection-style .post__date-container{-ms-flex-order:-1;order:-1}.post--collection-style .post__date-icon{display:none}.post--collection-style .post__date{font-size:1.3rem;font-weight:400;color:#fff}.post--collection-style .post__desc-container,.post--collection-style .post__label-container{display:none}.post--collection-style .post__read-more{justify-self:stretch;position:absolute;bottom:0;left:0;right:0;transition-delay:.463s!important}.post--collection-style .post__read-more-btn{margin-top:0;font-size:1.3rem;padding:.5rem 1.3rem;border-radius:0}.post--collection-style .post__read-more-btn p{font-size:1.3rem!important}.post--collection-style .post__date-container,.post--collection-style .post__read-more,.post--collection-style .post__title-container{opacity:0;transform:translateY(30px);transition:opacity .4s ease-out .363s,transform .4s ease-out .363s}.post--magazine-style{grid-gap:0 4rem;position:relative}.post--magazine-style .post__inner{height:100%;display:grid;grid-template-rows:auto 1fr}.post--magazine-style .post__img-container{padding:var(--post-image-padding-xl)}.post--magazine-style .post__meta{padding:var(--post-meta-padding-lg);background:#fff;box-shadow:0 1rem 4rem var(--blue-shadow)}.post--magazine-style .post__meta>div:not(:last-child){margin-bottom:var(--post-gap-inside);width:100%}.post--magazine-style .post__read-more{margin-top:auto}@media only screen and (max-width:767px){.post--magazine-style .post__img-container{padding:0;height:22rem}}.post--magazine-style .post__item{border-bottom:1px solid var(--gray-subtle-300);margin-bottom:calc(1.66rem + 1.95vw);padding-bottom:var(--post-meta-padding-lg)}@media (min-width:1200px){.post--magazine-style .post__item{margin-bottom:4rem}}.post--magazine-style .post__inner{grid-template-rows:1fr auto}.post--magazine-style .post__img-container{padding:var(--post-image-padding-lg)}.post--magazine-style .post__meta{padding:0;padding-top:var(--post-meta-padding-lg);box-shadow:unset;background:transparent}.post--magazine-style:not(.post--masonry-style) .post__inner{grid-template-rows:auto 1fr}.post--magazine-style .post__meta{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-direction:column;flex-direction:column}.post--magazine-style .post__item{min-height:300px}.post--magazine-style.post--3-col .post__item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}@media only screen and (min-width:768px){.post--magazine-style.post--3-col .post__item:nth-last-child(-n+2){border-bottom:none;margin-bottom:0;padding-bottom:0}}@media only screen and (min-width:992px){.post--magazine-style.post--3-col .post__item:nth-last-child(-n+3){border-bottom:none;margin-bottom:0;padding-bottom:0}}.post--magazine-based-align-style{grid-gap:0 4rem;position:relative;grid-gap:0 8rem}.post--magazine-based-align-style .post__inner{height:100%;display:grid;grid-template-rows:auto 1fr}.post--magazine-based-align-style .post__img-container{padding:var(--post-image-padding-xl)}.post--magazine-based-align-style .post__meta{padding:var(--post-meta-padding-lg);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;background:#fff;box-shadow:0 1rem 4rem var(--blue-shadow)}.post--magazine-based-align-style .post__meta>div:not(:last-child){margin-bottom:var(--post-gap-inside);width:100%}.post--magazine-based-align-style .post__read-more{margin-top:auto}@media only screen and (max-width:767px){.post--magazine-based-align-style .post__img-container{padding:0;height:22rem}}.post--magazine-based-align-style .post__item{border-bottom:1px solid var(--gray-subtle-300);margin-bottom:calc(1.66rem + 1.95vw);padding-bottom:var(--post-meta-padding-lg)}@media (min-width:1200px){.post--magazine-based-align-style .post__item{margin-bottom:4rem}}.post--magazine-based-align-style .post__inner{grid-template-rows:1fr auto}.post--magazine-based-align-style .post__img-container{padding:var(--post-image-padding-lg)}.post--magazine-based-align-style .post__meta{padding:0;padding-top:var(--post-meta-padding-lg);box-shadow:unset;background:transparent}.post--magazine-based-align-style:not(.post--masonry-style) .post__inner{grid-template-rows:auto 1fr}.post--magazine-based-align-style.post--2-col:before{content:"";width:1px;position:absolute;top:0;bottom:0;left:calc(33.33% - 1.5rem);background-color:var(--gray-subtle-300)}.post--magazine-based-align-style.post--3-col:after,.post--magazine-based-align-style.post--3-col:before{content:"";width:1px;position:absolute;top:0;bottom:0;background-color:var(--gray-subtle-300);display:none}@media only screen and (min-width:768px){.post--magazine-based-align-style.post--3-col:before{display:block;left:50%}}@media only screen and (min-width:992px){.post--magazine-based-align-style.post--3-col:after{display:block}.post--magazine-based-align-style.post--3-col:before{left:calc(33.33% - 1.5rem)}.post--magazine-based-align-style.post--3-col:after{right:calc(33.33% - 1.5rem)}}.post--magazine-based-align-style.post--3-col .post__item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}@media only screen and (min-width:768px){.post--magazine-based-align-style.post--3-col .post__item:nth-last-child(-n+2){border-bottom:none;margin-bottom:0;padding-bottom:0}}@media only screen and (min-width:992px){.post--magazine-based-align-style.post--3-col .post__item:nth-last-child(-n+3){border-bottom:none;margin-bottom:0;padding-bottom:0}}.post--label-collection-style{grid-gap:0 4rem;position:relative;grid-gap:4rem}.post--label-collection-style .post__inner{height:100%;display:grid;grid-template-rows:auto 1fr}.post--label-collection-style .post__img-container{padding:var(--post-image-padding-xl)}.post--label-collection-style .post__meta{padding:var(--post-meta-padding-lg);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;background:#fff;box-shadow:0 1rem 4rem var(--blue-shadow)}.post--label-collection-style .post__meta>div:not(:last-child){margin-bottom:var(--post-gap-inside);width:100%}.post--label-collection-style .post__read-more{margin-top:auto}@media only screen and (max-width:767px){.post--label-collection-style .post__img-container{padding:0;height:22rem}}.post--label-collection-style .post__item{border-bottom:1px solid var(--gray-subtle-300);margin-bottom:calc(1.66rem + 1.95vw);padding-bottom:var(--post-meta-padding-lg)}@media (min-width:1200px){.post--label-collection-style .post__item{margin-bottom:4rem}}.post--label-collection-style .post__inner{grid-template-rows:1fr auto}.post--label-collection-style .post__img-container{padding:var(--post-image-padding-lg)}.post--label-collection-style .post__meta{padding:0;padding-top:var(--post-meta-padding-lg);box-shadow:unset;background:transparent}.post--label-collection-style .post__item{border:none;margin-bottom:0;padding-bottom:0}.post--magazine-three-style.post--2-col{grid-template-columns:1fr}@media only screen and (min-width:768px){.post--magazine-three-style.post--2-col{grid-template-columns:repeat(2,1fr)}.post--magazine-three-style.post--2-col .post__item:first-child,.post--magazine-three-style.post--2-col .post__item:nth-child(9){grid-row:span 2}.post--magazine-three-style.post--2-col .post__item:first-child .post__title,.post--magazine-three-style.post--2-col .post__item:nth-child(9) .post__title{font-size:var(--post-title-lg)}.post--magazine-three-style.post--2-col .post__title-container{margin-bottom:0!important}}.post--magazine-three-style .post__item{background-color:initial}.post--magazine-three-style .post__item-link{height:100%;width:100%}.post--magazine-three-style .post__item-link:hover .post__media:before{background-color:rgba(26,26,26,.8)}.post--magazine-three-style .post__inner{position:relative;height:100%;overflow:hidden}.post--magazine-three-style .post__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.post--magazine-three-style .post__media .post__img-container:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(0deg,var(--gray-dark),rgba(49,49,49,.5),transparent,transparent);z-index:1;transition:background-color .3s ease-in-out}.post--magazine-three-style .post__img-container{height:100%;width:100%}.post--magazine-three-style .post__meta{height:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:stretch;align-items:stretch;position:relative;z-index:2;color:#fff;text-shadow:0 .5rem 2rem var(--gray-shadow)}.post--magazine-three-style .post__meta>div:not(:last-child){margin-bottom:var(--post-gap-inside);width:100%}.post--magazine-three-style .post__title{color:#fff}.post--magazine-three-style .post__label-container{margin-bottom:auto!important}.post--magazine-three-style .post__label-link{background-color:#fff;box-shadow:0 .5rem 5rem var(--gray-shadow)}@media only screen and (max-width:767px){.post--magazine-three-style .post__inner,.post--magazine-three-style .post__item,.post--magazine-three-style .post__item-link,.post--magazine-three-style .post__meta{min-height:22rem}}.post--magazine-three-style .post__item{min-height:30rem}.post--magazine-three-style .post__meta{-ms-flex-align:start;align-items:flex-start;padding:calc(1.56rem + 1.2vw);-ms-flex-pack:end;justify-content:flex-end}@media (min-width:1200px){.post--magazine-three-style .post__meta{padding:3rem}}.post--magazine-three-style .post__date-container{-ms-flex-order:-1;order:-1;display:none}.post--magazine-three-style .post__date-icon,.post--magazine-three-style .post__desc-container{display:none}.post--magazine-three-style .post__label-container{-ms-flex-order:-2;order:-2;padding-bottom:calc(2.06rem + 4.95vw)}@media (min-width:1200px){.post--magazine-three-style .post__label-container{padding-bottom:8rem}}.post--magazine-three-style .post__read-more{display:none}.post--magazine-faq-style{grid-gap:0}.post--magazine-faq-style .post__item{background-color:initial;padding:var(--post-meta-padding) 0}.post--magazine-faq-style .post__item:not(:last-child){border-bottom:1px solid var(--gray-subtle-300)}.post--magazine-faq-style .post__meta{display:grid;grid-template-columns:1fr auto;-ms-flex-align:center;align-items:center;grid-gap:5rem}.post--magazine-faq-style .post__date-container,.post--magazine-faq-style .post__desc-container,.post--magazine-faq-style .post__label-container{display:none}.post--magazine-faq-style .post__read-more-btn{padding:.8rem 1rem;margin-top:0;transform:scale(.8)}.post--magazine-faq-style .post__read-more-label{display:none}.post--magazine-faq-style .post__read-more-icon{display:block;font-size:1.3rem}@media only screen and (min-width:768px){.post--magazine-faq-style .post__read-more-btn{transform:scale(.9)}}@media only screen and (min-width:992px){.post--magazine-faq-style .post__read-more-btn{transform:scale(1)}}.post--magazine-faq-style .post__item:first-child{padding-top:0}.post--magazine-faq-style .post__item:last-child{padding-bottom:0}.post--magazine-faq-style .post__meta{grid-template-columns:1fr}.post--magazine-faq-style .post__media{height:unset}.post--magazine-faq-style .post__title{font-style:italic;font-weight:400}.post--magazine-faq-style .post__read-more{display:none}.post--magazine-bordered-center-style .post__inner{height:100%;display:grid;grid-template-rows:auto 1fr}.post--magazine-bordered-center-style .post__img-container{padding:var(--post-image-padding-xl)}.post--magazine-bordered-center-style .post__meta{padding:var(--post-meta-padding-lg);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;background:#fff;box-shadow:0 1rem 4rem var(--blue-shadow)}.post--magazine-bordered-center-style .post__meta>div:not(:last-child){margin-bottom:var(--post-gap-inside);width:100%}.post--magazine-bordered-center-style .post__read-more{margin-top:auto}@media only screen and (max-width:767px){.post--magazine-bordered-center-style .post__img-container{padding:0;height:22rem}}.post--magazine-bordered-center-style .post__meta{padding:calc(1.56rem + 1.2vw) 0 0}@media (min-width:1200px){.post--magazine-bordered-center-style .post__meta{padding:3rem 0 0}}.post--magazine-bordered-center-style .post__inner{position:relative}.post--magazine-bordered-center-style .post__img-container{padding:var(--post-image-padding)}.post--magazine-bordered-center-style .post__meta{padding-top:var(--post-gap-inside);box-shadow:unset;background:transparent}.post--magazine-bordered-center-style .post__date-container{-ms-flex-order:-1;order:-1;padding-top:var(--post-gap-inside);border-top:5px solid var(--theme);font-size:1.3rem;margin-bottom:-1rem}.post--magazine-bordered-center-style .post__date-icon{display:none}.post--magazine-bordered-center-style .post__label-container{position:absolute;top:2rem;left:2rem;right:2rem}.post--magazine-bordered-center-style .post__label-link{background-color:#fff;box-shadow:0 .5rem 5rem var(--gray-shadow)}@media only screen and (min-width:768px){.post--magazine-bordered-center-style .post__img-container{height:100%}}.post--magazine-bordered-center-style.post--1-col .post__img-container{padding:var(--post-image-padding-xl)}.post--magazine-bordered-center-style.post--1-col .post__title{font-size:var(--post-title-lg)}@media only screen and (min-width:768px){.post--magazine-bordered-center-style.post--3-col{grid-template-columns:repeat(9,1fr)}}@media only screen and (min-width:992px){.post--magazine-bordered-center-style.post--3-col{grid-template-columns:repeat(12,1fr)}}@media only screen and (min-width:768px){.post--magazine-bordered-center-style.post--3-col .post__item{grid-column:span 3}.post--magazine-bordered-center-style.post--3-col .post__item:nth-child(2){grid-column:span 6;-ms-flex-order:-1;order:-1}.post--magazine-bordered-center-style.post--3-col .post__item:nth-child(2) .post__inner{grid-template-rows:1fr auto}.post--magazine-bordered-center-style.post--3-col .post__item:nth-child(2) .post__title{font-size:var(--post-title-lg)}.post--magazine-bordered-center-style.post--3-col .post__item:nth-child(2) .post__desc-container{display:none}.post--magazine-bordered-center-style.post--3-col .post__item:first-child{grid-column:span 3}}@media only screen and (min-width:992px){.post--magazine-bordered-center-style.post--3-col .post__item{grid-column:span 4}.post--magazine-bordered-center-style.post--3-col .post__item:nth-child(2){-ms-flex-order:0;order:0}.post--magazine-bordered-center-style.post--3-col .post__item:first-child,.post--magazine-bordered-center-style.post--3-col .post__item:nth-child(3){grid-column:span 3}.post--magazine-bordered-center-style.post--3-col .post__item:first-child .post__desc,.post--magazine-bordered-center-style.post--3-col .post__item:nth-child(3) .post__desc{line-height:1.5em;max-height:6em;overflow:hidden}.post--magazine-bordered-center-style.post--3-col .post__item:first-child .post__inner,.post--magazine-bordered-center-style.post--3-col .post__item:nth-child(3) .post__inner{grid-template-rows:1fr auto}}.post--magazine-bordered-style .post__inner{height:100%;display:grid;grid-template-rows:auto 1fr}.post--magazine-bordered-style .post__img-container{padding:var(--post-image-padding-xl)}.post--magazine-bordered-style .post__meta{padding:var(--post-meta-padding-lg);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;background:#fff;box-shadow:0 1rem 4rem var(--blue-shadow)}.post--magazine-bordered-style .post__meta>div:not(:last-child){margin-bottom:var(--post-gap-inside);width:100%}.post--magazine-bordered-style .post__read-more{margin-top:auto}@media only screen and (max-width:767px){.post--magazine-bordered-style .post__img-container{padding:0;height:22rem}}.post--magazine-bordered-style .post__meta{padding:calc(1.56rem + 1.2vw) 0 0}@media (min-width:1200px){.post--magazine-bordered-style .post__meta{padding:3rem 0 0}}.post--magazine-bordered-style .post__inner{position:relative}.post--magazine-bordered-style .post__img-container{padding:var(--post-image-padding)}.post--magazine-bordered-style .post__meta{padding-top:var(--post-gap-inside);box-shadow:unset;background:transparent}.post--magazine-bordered-style .post__date-container{-ms-flex-order:-1;order:-1;padding-top:var(--post-gap-inside);border-top:5px solid var(--theme);font-size:1.3rem;margin-bottom:-1rem}.post--magazine-bordered-style .post__date-icon{display:none}.post--magazine-bordered-style .post__label-container{position:absolute;top:2rem;left:2rem;right:2rem}.post--magazine-bordered-style .post__label-link{background-color:#fff;box-shadow:0 .5rem 5rem var(--gray-shadow)}@media only screen and (min-width:768px){.post--magazine-bordered-style .post__img-container{height:100%}}@media only screen and (min-width:768px){.post--magazine-bordered-style.post--3-col{grid-template-columns:repeat(9,1fr)}}@media only screen and (min-width:992px){.post--magazine-bordered-style.post--3-col{grid-template-columns:repeat(12,1fr)}}@media only screen and (min-width:768px){.post--magazine-bordered-style .post__item{grid-column:span 3}.post--magazine-bordered-style .post__item:first-child{grid-row:span 2;grid-column:span 6}.post--magazine-bordered-style .post__item:first-child .post__inner{grid-template-rows:1fr auto}.post--magazine-bordered-style .post__item:nth-child(2) .post__desc-container,.post--magazine-bordered-style .post__item:nth-child(3) .post__desc-container{display:none}}@media only screen and (min-width:992px){.post--magazine-bordered-style .post__item{grid-column:span 4}.post--magazine-bordered-style .post__item:first-child{grid-row:span 2;grid-column:span 8}.post--magazine-bordered-style .post__item:first-child .post__title{font-size:var(--post-title-lg)}}.post--magazine-jobs-style{grid-gap:0 var(--post-gap-outside);position:relative}.post--magazine-jobs-style .post__inner{height:100%;display:grid;grid-template-rows:auto 1fr}.post--magazine-jobs-style .post__img-container{padding:var(--post-image-padding-xl)}.post--magazine-jobs-style .post__meta{padding:var(--post-meta-padding-lg);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;background:#fff;box-shadow:0 1rem 4rem var(--blue-shadow)}.post--magazine-jobs-style .post__meta>div:not(:last-child){margin-bottom:var(--post-gap-inside);width:100%}.post--magazine-jobs-style .post__read-more{margin-top:auto}@media only screen and (max-width:767px){.post--magazine-jobs-style .post__img-container{padding:0;height:22rem}}.post--magazine-jobs-style .post__meta{padding:calc(1.56rem + 1.2vw) 0 0}@media (min-width:1200px){.post--magazine-jobs-style .post__meta{padding:3rem 0 0}}.post--magazine-jobs-style .post__inner{position:relative}.post--magazine-jobs-style .post__img-container{padding:var(--post-image-padding)}.post--magazine-jobs-style .post__meta{padding-top:var(--post-gap-inside);box-shadow:unset;background:transparent}.post--magazine-jobs-style .post__date-container{-ms-flex-order:-1;order:-1;padding-top:var(--post-gap-inside);border-top:5px solid var(--theme);font-size:1.3rem;margin-bottom:-1rem}.post--magazine-jobs-style .post__date-icon{display:none}.post--magazine-jobs-style .post__label-container{position:absolute;top:2rem;left:2rem;right:2rem}.post--magazine-jobs-style .post__label-link{background-color:#fff;box-shadow:0 .5rem 5rem var(--gray-shadow)}@media only screen and (min-width:768px){.post--magazine-jobs-style .post__img-container{height:100%}}.post--magazine-jobs-style .post__item{margin-bottom:calc(1.66rem + 1.95vw);padding-bottom:calc(1.66rem + 1.95vw);border-bottom:1px solid var(--gray-subtle-300)}@media (min-width:1200px){.post--magazine-jobs-style .post__item{margin-bottom:4rem;padding-bottom:4rem}}.post--magazine-jobs-style .post__desc-container{display:none}@media only screen and (min-width:768px){.post--magazine-jobs-style .post__item:first-child{grid-column:1/-1}.post--magazine-jobs-style .post__item:first-child .post__img-container{padding:var(--post-image-padding-xl)}.post--magazine-jobs-style .post__item:first-child .post__title{font-size:var(--post-title-lg)}}.post--magazine-jobs-style.post--1-col .post__img-container{padding:var(--post-image-padding-xl)}.post--magazine-jobs-style.post--1-col .post__title{font-size:var(--post-title-lg)}.post--style-1{display:grid}.post--style-1 .post__media{height:unset}.post--style-1 .post__title-container{padding-top:var(--post-gap-inside)}.post--style-1 .post__title{font-size:var(--post-title-sm)}@media only screen and (min-width:768px){.post--style-1 .post__item:first-child{position:relative}.post--style-1 .post__item:first-child .post__inner{height:100%;position:relative}.post--style-1 .post__item:first-child .post__media{height:100%}.post--style-1 .post__item:first-child .post__media .post__img-link::before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:linear-gradient(0deg,rgba(0,0,0,.85),rgba(0,0,0,.5),transparent,transparent);z-index:2;transition:background-color .3s ease-in-out}.post--style-1 .post__item:first-child .post__meta{position:absolute;top:0;right:0;bottom:auto;left:0;padding:calc(1.56rem + 1.2vw);grid-gap:0;z-index:1;height:100%;-ms-flex-pack:end;justify-content:flex-end}}@media only screen and (min-width:768px) and (min-width:1200px){.post--style-1 .post__item:first-child .post__meta{padding:3rem}}@media only screen and (min-width:768px){.post--style-1 .post__item:first-child .post__title-container{z-index:2;padding-top:0;position:absolute;bottom:0;left:0;width:100%;padding:30px}.post--style-1 .post__item:first-child .post__title{color:#fff;font-size:var(--post-title-lg)}.post--style-1 .post__item:first-child .post__label-container{display:none}.post--style-1 .post__item:first-child .post__img-link{height:100%;width:100%;display:block}.post--style-1 .post__item:first-child .post__date-container{display:-ms-inline-flexbox;display:inline-flex;position:absolute;top:0;left:0;background:var(--theme);padding:20px 30px;width:auto}.post--style-1 .post__item:first-child .post__date-icon{color:#fff}.post--style-1 .post__item:first-child .post__date{color:var(--gray-86)}.post--style-1 .post__item:first-child .post__desc-container,.post--style-1 .post__item:first-child .post__read-more{display:none}}.post--style-1 .post__img-container{height:calc(6.26rem + 36.45vw)}@media (min-width:1200px){.post--style-1 .post__img-container{height:50rem}}.post--style-1 .post__meta{padding-top:var(--post-gap-inside);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start}.post--style-1 .post__meta>div:not(:last-child){margin-bottom:var(--post-gap-inside);width:100%}@media only screen and (min-width:768px){.post--style-1{grid-template-columns:repeat(12,1fr)}.post--style-1 .post__item{grid-column:auto/span 6}.post--style-1 .post__item:first-child .post__img-container{height:100%}.post--style-1 .post__img-container{height:calc(3.76rem + 17.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.post--style-1 .post__img-container{height:25rem}}@media only screen and (min-width:992px){.post--style-1 .post__item{grid-column:auto/span 3}.post--style-1 .post__item:first-child{grid-column:auto/span 6}}.post--style-2{display:grid;grid-gap:calc(1.66rem + 1.95vw)}@media (min-width:1200px){.post--style-2{grid-gap:4rem}}.post--style-2 .post__item:first-child{position:relative}.post--style-2 .post__item:first-child .post__inner{height:100%}.post--style-2 .post__item:first-child .post__media::before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:linear-gradient(0deg,rgba(0,0,0,.85),rgba(0,0,0,.5),transparent,transparent);z-index:2;transition:background-color .3s ease-in-out}.post--style-2 .post__item:first-child .post__meta{position:absolute;top:auto;right:0;bottom:0;left:0;padding:calc(1.56rem + 1.2vw);z-index:2}@media (min-width:1200px){.post--style-2 .post__item:first-child .post__meta{padding:3rem}}.post--style-2 .post__item:first-child .post__title{color:#fff}.post--style-2 .post__item:first-child .post__date-container{color:#f5f5f5}.post--style-2 .post__item:first-child .post__img-link{height:100%;width:100%;display:block}.post--style-2 .post__meta{grid-gap:0}.post--style-2 .post__title{padding-top:calc(1.46rem + .45vw);padding-bottom:calc(1.46rem + .45vw)}@media (min-width:1200px){.post--style-2 .post__title{padding-top:2rem;padding-bottom:2rem}}.post--style-2 .post__img-container{height:calc(6.26rem + 36.45vw)}@media (min-width:1200px){.post--style-2 .post__img-container{height:50rem}}.post--style-2 .post__desc-container,.post--style-2 .post__label-container,.post--style-2 .post__read-more{display:none}@media only screen and (min-width:768px){.post--style-2{grid-template-columns:repeat(12,1fr)}.post--style-2 .post__item{grid-column:auto/span 6}.post--style-2 .post__item:not(:first-child) .post__inner{display:grid;grid-template-columns:repeat(2,1fr);grid-column-gap:3rem;-ms-flex-align:center;align-items:center}.post--style-2 .post__item:not(:first-child) .post__meta{padding-top:2rem;padding-bottom:2rem}.post--style-2 .post__item:not(:first-child) .post__title{padding-top:0}.post--style-2 .post__item:first-child{grid-row:auto/span 3}.post--style-2 .post__img-container{height:100%}}.post--style-3 .post__img-container:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:linear-gradient(0deg,rgba(0,0,0,.85),rgba(0,0,0,.5),transparent,transparent);z-index:2;transition:background-color .3s ease-in-out}.post--style-3 .post__meta{padding:calc(2.56rem + 8.7vw) calc(1.56rem + 1.2vw);grid-gap:0;justify-items:center;position:relative;color:#fff;z-index:3}@media (min-width:1200px){.post--style-3 .post__meta{padding:13rem 3rem}}.post--style-3 .post__title{color:#fff;text-align:center;text-shadow:0 .5rem 3rem rgba(0,0,0,.5);margin-bottom:calc(1.46rem + .45vw)}@media (min-width:1200px){.post--style-3 .post__title{margin-bottom:2rem}}.post--style-3 .post__date-container{margin:0 auto}.post--style-3 .post__date{font-weight:400;text-shadow:0 .5rem 3rem rgba(0,0,0,.5)}.post--style-3 .post__desc-container,.post--style-3 .post__label-container{display:none}.post--style-3 .post__read-more{position:absolute;bottom:0;right:0}.post--style-4{grid-gap:0}.post--style-4 .post__item:not(:first-child){padding-top:calc(1.76rem + 2.7vw)}@media (min-width:1200px){.post--style-4 .post__item:not(:first-child){padding-top:5rem}}.post--style-4 .post__item:not(:last-child){padding-bottom:calc(1.76rem + 2.7vw);border-bottom:1px solid var(--gray-subtle-200)}@media (min-width:1200px){.post--style-4 .post__item:not(:last-child){padding-bottom:5rem}}.post--style-4 .post__inner{display:grid;grid-template-columns:1fr auto;grid-column-gap:calc(2.06rem + 4.95vw)}@media (min-width:1200px){.post--style-4 .post__inner{grid-column-gap:8rem}}.post--style-4 .post__num{grid-column:1/-1;padding-bottom:calc(1.76rem + 2.7vw)}@media (min-width:1200px){.post--style-4 .post__num{padding-bottom:5rem}}.post--style-4 .post__desc-container,.post--style-4 .post__media{display:none}.post--style-4 .post__date{font-weight:400}.post--style-4 .post__read-more{-ms-flex-item-align:center;align-self:center;justify-self:end}.post--style-4 .post__read-more-btn{margin:0}@media only screen and (min-width:768px){.post--style-4 .post__inner{grid-template-columns:3fr 7fr 2fr}.post--style-4 .post__num{grid-column:initial;padding-bottom:0}}.post--style-5{display:grid;grid-row-gap:5rem}.post--style-5 .post__item:first-child{position:relative}.post--style-5 .post__item:first-child .post__inner{height:100%}.post--style-5 .post__item:first-child .post__media::before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:linear-gradient(0deg,rgba(0,0,0,.85),rgba(0,0,0,.5),transparent,transparent);z-index:2;transition:background-color .3s ease-in-out}.post--style-5 .post__item:first-child .post__meta{position:absolute;top:auto;right:0;bottom:0;left:0;padding:calc(1.56rem + 1.2vw);z-index:2}@media (min-width:1200px){.post--style-5 .post__item:first-child .post__meta{padding:3rem}}.post--style-5 .post__item:first-child .post__title{color:#fff}.post--style-5 .post__item:first-child .post__date-container{color:var(--gray-93)}.post--style-5 .post__item:first-child .post__img-link{height:100%;width:100%;display:block}.post--style-5 .post__item:not(:first-child) .post__meta{padding-top:2rem}.post--style-5 .post__meta{grid-gap:0}.post--style-5 .post__media{border-radius:1rem;overflow:hidden}.post--style-5 .post__img-container{height:calc(6.26rem + 36.45vw)}@media (min-width:1200px){.post--style-5 .post__img-container{height:50rem}}.post--style-5 .post__label-container{margin-bottom:calc(1.41rem + .075vw)}@media (min-width:1200px){.post--style-5 .post__label-container{margin-bottom:1.5rem}}.post--style-5 .post__date-container,.post--style-5 .post__desc-container,.post--style-5 .post__read-more{display:none}@media only screen and (min-width:768px){.post--style-5{grid-template-columns:repeat(12,1fr);grid-row-gap:2rem}.post--style-5 .post__item{grid-column:auto/span 6}.post--style-5 .post__item:not(:first-child) .post__inner{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:3rem;-ms-flex-align:center;align-items:center}.post--style-5 .post__item:not(:first-child) .post__meta{padding-top:2rem;padding-bottom:2rem}.post--style-5 .post__item:not(:first-child) .post__title{padding-top:0}.post--style-5 .post__item:first-child{grid-row:auto/span 2}.post--style-5 .post__img-container{height:100%}}@media only screen and (min-width:992px){.post--style-5 .post__item:not(:first-child) .post__inner{grid-template-columns:1fr 2fr}.post--style-5 .post__item:first-child{grid-row:auto/span 3}}@media only screen and (min-width:1200px){.post--style-5 .post__item:not(:first-child) .post__inner{grid-template-columns:1fr 3fr}.post--style-5 .post__item:first-child{grid-row:auto/span 4}}.post--style-6 .post__inner{position:relative}.post--style-6 .post__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.post--style-6 .post__media:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:linear-gradient(0deg,rgba(0,0,0,.85),rgba(0,0,0,.5),transparent,transparent);z-index:2;transition:background-color .3s ease-in-out}.post--style-6 .post__img-container{height:100%}.post--style-6 .post__meta{padding:calc(1.56rem + 1.2vw);padding-top:calc(2.56rem + 8.7vw);position:relative;z-index:2}@media (min-width:1200px){.post--style-6 .post__meta{padding:3rem;padding-top:13rem}}.post--style-6 .post__title{color:#fff;padding-right:calc(1.76rem + 2.7vw)}@media (min-width:1200px){.post--style-6 .post__title{padding-right:5rem}}.post--style-6 .post__read-more{position:absolute;right:0;bottom:0}.post--style-6 .post__date-container,.post--style-6 .post__desc-container{display:none}.post--style-7{grid-row-gap:6rem}.post--style-7 .post__item{position:relative;border-radius:1rem;box-shadow:0 .5rem 4rem var(--blue-shadow);background-color:#fff}.post--style-7 .post__img-container{height:calc(5.26rem + 28.95vw)}@media (min-width:1200px){.post--style-7 .post__img-container{height:40rem}}.post--style-7 .post__img{border-radius:1rem}.post--style-7 .post__meta{padding:calc(1.56rem + 1.2vw);padding-bottom:calc(2.06rem + 4.95vw);text-align:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}@media (min-width:1200px){.post--style-7 .post__meta{padding:3rem;padding-bottom:8rem}}.post--style-7 .post__desc-container{display:none}.post--style-7 .post__label-container{padding:calc(1.56rem + 1.2vw);position:relative;z-index:1}@media (min-width:1200px){.post--style-7 .post__label-container{padding:3rem}}.post--style-7 .post__label-list{-ms-flex-pack:center;justify-content:center}.post--style-7 .post__read-more{position:absolute;bottom:0;transform:translateY(50%)}.post--style-7 .post__read-more-btn{margin-top:0}@media only screen and (min-width:768px){.post--style-7 .post__img-container{height:calc(4.26rem + 21.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.post--style-7 .post__img-container{height:30rem}}@media only screen and (min-width:768px){.post--style-7 .post__meta{padding-bottom:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.post--style-7 .post__meta{padding-bottom:6rem}}@media only screen and (min-width:992px){.post--style-7 .post__img-container{height:calc(3.76rem + 17.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.post--style-7 .post__img-container{height:25rem}}@media only screen and (min-width:992px){.post--style-7 .post__meta{padding-bottom:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.post--style-7 .post__meta{padding-bottom:5rem}}.post--style-8 .post__item{background-color:#fff;border-radius:1rem;box-shadow:0 .5rem 4rem var(--blue-shadow)}.post--style-8 .post__inner{display:grid;grid-template-columns:1fr}.post--style-8 .post__media{padding:1.5rem;padding-top:0}.post--style-8 .post__img-container{height:calc(5.26rem + 28.95vw);border-radius:1rem;overflow:hidden}@media (min-width:1200px){.post--style-8 .post__img-container{height:40rem}}.post--style-8 .post__meta{position:relative;padding:calc(1.76rem + 2.7vw);padding-right:calc(2.06rem + 4.95vw);-ms-flex-order:-1;order:-1}@media (min-width:1200px){.post--style-8 .post__meta{padding:5rem;padding-right:8rem}}.post--style-8 .post__date-container{margin-top:calc(1.46rem + .45vw)}@media (min-width:1200px){.post--style-8 .post__date-container{margin-top:2rem}}.post--style-8 .post__read-more-btn{margin-top:0}.post--style-8 .post__read-more{position:absolute;bottom:0;left:50%;transform:translate(-50%,50%)}@media only screen and (min-width:768px){.post--style-8 .post__inner{grid-template-columns:1fr 1fr}.post--style-8 .post__media{padding-left:0;padding-top:1.5rem}.post--style-8 .post__img-container{height:100%}.post--style-8 .post__read-more{position:absolute;top:50%;right:0;bottom:auto;left:auto;transform:translate(50%,-50%)}}.post--style-9 .post__item{position:relative;border-radius:1rem;box-shadow:0 .5rem 4rem var(--blue-shadow);background-color:#fff;overflow:hidden}.post--style-9 .post__inner{padding:calc(1.41rem + .075vw)}@media (min-width:1200px){.post--style-9 .post__inner{padding:1.5rem}}.post--style-9 .post__media{position:absolute;top:0;right:0;bottom:0;left:0}.post--style-9 .post__img-container{height:100%}.post--style-9 .post__label-container,.post--style-9 .post__meta{position:relative;z-index:1}.post--style-9 .post__meta{padding:calc(1.51rem + .825vw) 9rem calc(1.51rem + .825vw) calc(1.51rem + .825vw);margin-top:calc(5.26rem + 28.95vw);background-color:#fff;border-radius:.8rem}@media (min-width:1200px){.post--style-9 .post__meta{padding-top:2.5rem;padding-bottom:2.5rem;padding-left:2.5rem;margin-top:40rem}}.post--style-9 .post__desc-container{display:none}.post--style-9 .post__read-more{position:absolute;top:50%;right:calc(1.51rem + .825vw);transform:translateY(-50%)}@media (min-width:1200px){.post--style-9 .post__read-more{right:2.5rem}}.post--style-9 .post__read-more-btn{margin-top:0}@media only screen and (min-width:768px){.post--style-9 .post__meta{margin-top:calc(4.26rem + 21.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.post--style-9 .post__meta{margin-top:30rem}}@media only screen and (min-width:992px){.post--style-9 .post__meta{margin-top:calc(3.26rem + 13.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.post--style-9 .post__meta{margin-top:20rem}}.post--style-10{grid-row-gap:5rem}.post--style-10 .post__item{position:relative}.post--style-10 .post__img-container{height:calc(5.26rem + 28.95vw)}@media (min-width:1200px){.post--style-10 .post__img-container{height:40rem}}.post--style-10 .post__label-container{position:absolute;top:calc(1.46rem + .45vw);left:calc(1.46rem + .45vw);z-index:1}@media (min-width:1200px){.post--style-10 .post__label-container{top:2rem;left:2rem}}.post--style-10 .post__meta{margin-top:calc(1.56rem + 1.2vw)}@media (min-width:1200px){.post--style-10 .post__meta{margin-top:3rem}}.post--style-10 .post__desc-container,.post--style-10 .post__outer,.post--style-10 .post__read-more{display:none}@media only screen and (min-width:768px){.post--style-10{grid-template-columns:repeat(12,1fr);grid-column-gap:5rem;grid-row-gap:0}.post--style-10 .post__item:first-child{grid-column:auto/span 8;grid-row:1/span 3}.post--style-10 .post__item:nth-child(n+2):nth-child(-n+4){grid-column:auto/span 4;height:100%;display:grid;-ms-flex-align:center;align-items:center}.post--style-10 .post__item:nth-child(n+2):nth-child(-n+4) .post__label-container,.post--style-10 .post__item:nth-child(n+2):nth-child(-n+4) .post__media{display:none}.post--style-10 .post__item:nth-child(n+2):nth-child(-n+4) .post__meta{margin-top:0}.post--style-10 .post__item:nth-child(2),.post--style-10 .post__item:nth-child(3){border-bottom:1px solid var(--gray-subtle-300)}.post--style-10 .post__item:nth-child(n+5){grid-column:auto/span 6;margin-top:5rem}}@media only screen and (min-width:992px){.post--style-10 .post__item:first-child{grid-row:1/span 3}.post--style-10 .post__item:nth-child(n+2):nth-child(-n+4) .post__inner{display:grid;grid-template-columns:2fr 1fr}.post--style-10 .post__item:nth-child(n+2):nth-child(-n+4) .post__media{-ms-flex-order:1;order:1;display:block}.post--style-10 .post__item:nth-child(n+2):nth-child(-n+4) .post__img-container{height:100%}}.post--style-11{grid-gap:5rem}.post--style-11 .post__item{position:relative}.post--style-11 .post__media{margin-bottom:calc(1.56rem + 1.2vw)}@media (min-width:1200px){.post--style-11 .post__media{margin-bottom:3rem}}.post--style-11 .post__img-container{height:calc(5.26rem + 28.95vw)}@media (min-width:1200px){.post--style-11 .post__img-container{height:40rem}}.post--style-11 .post__meta{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;text-align:center}.post--style-11 .post__label-container{position:absolute;top:calc(1.46rem + .45vw);left:calc(1.46rem + .45vw);right:calc(1.46rem + .45vw);z-index:1}@media (min-width:1200px){.post--style-11 .post__label-container{top:2rem;left:2rem;right:2rem}}.post--style-11 .post__desc-container,.post--style-11 .post__outer{display:none}.post--style-11 .post__label-list{-ms-flex-pack:center;justify-content:center}@media only screen and (min-width:768px){.post--style-11{grid-gap:8rem}.post--style-11 .post__item{display:grid;-ms-flex-align:center;align-items:center}.post--style-11 .post__item:nth-child(odd) .post__img-container{height:calc(4.76rem + 25.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.post--style-11 .post__item:nth-child(odd) .post__img-container{height:35rem}}@media only screen and (min-width:768px){.post--style-11 .post__item:nth-child(2n) .post__img-container{height:calc(3.76rem + 17.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.post--style-11 .post__item:nth-child(2n) .post__img-container{height:25rem}}@media only screen and (min-width:992px){.post--style-11{grid-gap:10rem}}.post--style-12 .post__item{position:relative;box-shadow:0 .5rem 4rem var(--blue-shadow)}.post--style-12 .post__meta{padding:calc(1.56rem + 1.2vw)}@media (min-width:1200px){.post--style-12 .post__meta{padding:3rem}}.post--style-12 .post__img-container{height:calc(5.26rem + 28.95vw)}@media (min-width:1200px){.post--style-12 .post__img-container{height:40rem}}.post--style-12 .post__label-container{position:absolute;top:calc(1.46rem + .45vw);left:calc(1.46rem + .45vw);z-index:1}@media (min-width:1200px){.post--style-12 .post__label-container{top:2rem;left:2rem}}.post--style-12 .post__desc-container,.post--style-12 .post__read-more{display:none}@media only screen and (min-width:768px){.post--style-12 .post__item:first-child{grid-column:auto/span 2}.post--style-12 .post__item:nth-child(odd) .post__media{position:absolute;top:0;right:0;bottom:0;left:0;height:100%}.post--style-12 .post__item:nth-child(odd) .post__media:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:linear-gradient(0deg,rgba(0,0,0,.85),rgba(0,0,0,.5),transparent,transparent);z-index:2;transition:background-color .3s ease-in-out}.post--style-12 .post__item:nth-child(odd) .post__img-container{height:100%}.post--style-12 .post__item:nth-child(odd) .post__meta{position:absolute;top:auto;right:0;bottom:0;left:0;z-index:2;color:#fff;background-color:transparent}.post--style-12 .post__item:nth-child(odd) .post__title{color:#fff}.post--style-12 .post__img-container{height:calc(4.26rem + 21.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.post--style-12 .post__img-container{height:30rem}}@media only screen and (min-width:992px){.post--style-12 .post__img-container{height:calc(3.76rem + 17.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.post--style-12 .post__img-container{height:25rem}}.post--swiper-1 .post__inner{position:relative;color:#fff}.post--swiper-1 .post__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.post--swiper-1 .post__media:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:linear-gradient(0deg,rgba(0,0,0,.85),rgba(0,0,0,.5),transparent,transparent);z-index:2;transition:background-color .3s ease-in-out}.post--swiper-1 .post__img-container{height:100%}.post--swiper-1 .post__meta{padding:calc(2.26rem + 6.45vw) calc(2.76rem + 10.2vw);padding-top:calc(3.26rem + 13.95vw);position:relative;z-index:2}@media (min-width:1200px){.post--swiper-1 .post__meta{padding:10rem 15rem;padding-top:20rem}}@media only screen and (min-width:768px){.post--swiper-1 .post__meta{padding:calc(1.76rem + 2.7vw) calc(2.76rem + 10.2vw);padding-top:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.post--swiper-1 .post__meta{padding:5rem 15rem;padding-top:15rem}}.post--swiper-1 .post__title{color:#fff;padding-right:calc(1.76rem + 2.7vw)}@media (min-width:1200px){.post--swiper-1 .post__title{padding-right:5rem}}.post--swiper-1 .post__desc-container,.post--swiper-1 .post__read-more{display:none}.post--swiper-1 .swiper-button-prev{left:0}.post--swiper-1 .swiper-button-next{right:0}.post--swiper-1 .swiper-button-next:after,.post--swiper-1 .swiper-button-prev:after{display:none}.post--swiper-1 .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:var(--theme);opacity:1}.post--swiper-1 .swiper-pagination-bullet{background-color:var(--theme);opacity:.3}.post--swiper-2{grid-gap:0}.post--swiper-2 .post__item{box-shadow:0 .5rem 4rem var(--blue-shadow);border-radius:1rem;overflow:hidden}.post--swiper-2 .post__inner{display:grid}.post--swiper-2 .post__img-container{height:calc(4.26rem + 21.45vw)}@media (min-width:1200px){.post--swiper-2 .post__img-container{height:30rem}}.post--swiper-2 .post__date-container{margin-top:calc(1.56rem + 1.2vw)}@media (min-width:1200px){.post--swiper-2 .post__date-container{margin-top:3rem}}.post--swiper-2 .post__read-more{display:none}.post--swiper-2 .post__meta{padding:calc(1.76rem + 2.7vw)}@media (min-width:1200px){.post--swiper-2 .post__meta{padding:5rem}}.post--swiper-2 .swiper-slide{padding:4rem;padding-bottom:10rem;opacity:0;transition:opacity .4s ease-out}.post--swiper-2 .swiper-slide-active{opacity:1}.post--swiper-2 .swiper-button-next,.post--swiper-2 .swiper-button-prev{position:static;top:auto;right:auto;bottom:auto;left:auto;margin:initial}.post--swiper-2 .swiper-button-prev{margin-right:1rem}.post--swiper-2 .swiper-pagination{position:static!important;text-align:initial}.post--swiper-2 .swiper-pagination-bullet{margin:0 3px}.post--swiper-2 .swiper__button-container{display:-ms-flexbox;display:flex}.post--swiper-2 .swiper__navigation{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;padding:0 4rem;position:absolute;left:0;right:0;bottom:0}.post--swiper-2 .swiper-button-next:after,.post--swiper-2 .swiper-button-prev:after{display:none}.post--swiper-2 .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:var(--theme);opacity:1}.post--swiper-2 .swiper-pagination-bullet{background-color:var(--theme);opacity:.3}@media only screen and (min-width:576px){.post--swiper-2 .swiper__navigation{display:initial;padding:0;position:static}.post--swiper-2 .swiper-slide{padding:4rem 10rem}.post--swiper-2 .swiper-pagination{display:grid;grid-row-gap:1rem;width:auto!important;position:absolute!important;top:50%!important;bottom:auto!important;left:auto!important;right:calc(1.76rem + 2.7vw)!important;z-index:1;transform:translateY(-50%)}}@media only screen and (min-width:576px) and (min-width:1200px){.post--swiper-2 .swiper-pagination{right:5rem!important}}@media only screen and (min-width:576px){.post--swiper-2 .swiper-button-prev{margin-bottom:calc(1.46rem + .45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.post--swiper-2 .swiper-button-prev{margin-bottom:2rem}}@media only screen and (min-width:576px){.post--swiper-2 .swiper__button-container{position:absolute;z-index:1;top:50%;transform:translateY(-50%);-ms-flex-direction:column;flex-direction:column}}@media only screen and (min-width:992px){.post--swiper-2 .post__inner{grid-template-columns:1fr 1fr}.post--swiper-2 .post__img-container{height:100%}}.post--swiper-3{grid-gap:0}.post--swiper-3 .post__inner{display:grid}.post--swiper-3 .post__media{margin-bottom:calc(1.56rem + 1.2vw)}@media (min-width:1200px){.post--swiper-3 .post__media{margin-bottom:3rem}}.post--swiper-3 .post__img-container{height:calc(4.26rem + 21.45vw)}@media (min-width:1200px){.post--swiper-3 .post__img-container{height:30rem}}.post--swiper-3 .swiper-slide{padding-bottom:12rem;opacity:0;transition:opacity .4s ease-out}.post--swiper-3 .swiper-slide-active{opacity:1}.post--swiper-3 .swiper-pagination{position:static!important;text-align:initial}.post--swiper-3 .swiper-pagination-bullet{margin:0 3px}.post--swiper-3 .swiper-button-next,.post--swiper-3 .swiper-button-prev{position:static;top:auto;right:auto;bottom:auto;left:auto;margin:initial}.post--swiper-3 .swiper__button-container{display:-ms-flexbox;display:flex}.post--swiper-3 .swiper__navigation{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;position:absolute;left:0;right:0;bottom:0;border-top:1px solid var(--gray-subtle-300);padding-top:2rem}.post--swiper-3 .swiper-button-next:after,.post--swiper-3 .swiper-button-prev:after{display:none}.post--swiper-3 .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:var(--theme);opacity:1}.post--swiper-3 .swiper-pagination-bullet{background-color:var(--theme);opacity:.3}@media only screen and (min-width:768px){.post--swiper-3 .post__inner{grid-template-columns:1fr 1fr;grid-column-gap:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.post--swiper-3 .post__inner{grid-column-gap:8rem}}@media only screen and (min-width:768px){.post--swiper-3 .post__media{-ms-flex-order:1;order:1;margin-bottom:0}.post--swiper-3 .post__meta{padding:calc(2.06rem + 4.95vw) 0}}@media only screen and (min-width:768px) and (min-width:1200px){.post--swiper-3 .post__meta{padding:8rem 0}}@media only screen and (min-width:768px){.post--swiper-3 .post__img-container{height:100%}.post--swiper-3 .swiper-slide{padding-bottom:0}.post--swiper-3 .swiper__navigation{border:none;padding-top:0}}.post--swiper-4{grid-gap:0}.post--swiper-4 .post__inner{display:grid}.post--swiper-4 .post__media{margin-bottom:calc(1.56rem + 1.2vw)}@media (min-width:1200px){.post--swiper-4 .post__media{margin-bottom:3rem}}.post--swiper-4 .post__img-container{height:calc(5.26rem + 28.95vw)}@media (min-width:1200px){.post--swiper-4 .post__img-container{height:40rem}}.post--swiper-4 .post__label-container{margin-top:calc(1.46rem + .45vw);margin-left:calc(1.46rem + .45vw);position:relative;z-index:1}@media (min-width:1200px){.post--swiper-4 .post__label-container{margin-top:2rem;margin-left:2rem}}.post--swiper-4 .post__desc-container{display:none}.post--swiper-4 .swiper-slide:first-child{height:100%}.post--swiper-4 .swiper-slide:first-child .post__inner,.post--swiper-4 .swiper-slide:first-child .post__item{height:100%;position:relative}.post--swiper-4 .swiper-slide:first-child .post__media{margin-bottom:0}.post--swiper-4 .swiper-slide:first-child .post__media::before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:linear-gradient(0deg,rgba(0,0,0,.85),rgba(0,0,0,.5),transparent,transparent);z-index:2;transition:background-color .3s ease-in-out}.post--swiper-4 .swiper-slide:first-child .post__img-container{height:100%}.post--swiper-4 .swiper-slide:first-child .post__meta{position:absolute;bottom:0;padding:calc(1.46rem + .45vw);z-index:2;color:#fff}@media (min-width:1200px){.post--swiper-4 .swiper-slide:first-child .post__meta{padding:2rem}}.post--swiper-4 .swiper-slide:first-child .post__title{color:#fff}.post--swiper-4 .swiper-slide:first-child .post__read-more{display:none}.post--swiper-4 .swiper-slide{padding-bottom:10rem}.post--swiper-4 .swiper-button-next,.post--swiper-4 .swiper-button-prev{position:static;top:auto;right:auto;bottom:auto;left:auto;margin:initial}.post--swiper-4 .swiper-button-prev{margin-right:1rem}.post--swiper-4 .swiper-pagination{position:static!important;text-align:initial}.post--swiper-4 .swiper-pagination-bullet{margin:0 3px}.post--swiper-4 .swiper__button-container{display:-ms-flexbox;display:flex}.post--swiper-4 .swiper__navigation{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;position:absolute;left:0;right:0;bottom:0;border-top:1px solid var(--gray-subtle-300);padding-top:2rem}.post--swiper-4 .swiper-button-next:after,.post--swiper-4 .swiper-button-prev:after{display:none}.post--swiper-4 .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:var(--theme);opacity:1}.post--swiper-4 .swiper-pagination-bullet{background-color:var(--theme);opacity:.3}@media only screen and (min-width:768px){.post--swiper-4 .post__img-container{height:calc(3.76rem + 17.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.post--swiper-4 .post__img-container{height:25rem}}.post--swiper-5{grid-gap:0}.post--swiper-5 .post__inner{display:grid}.post--swiper-5 .post__media{margin-bottom:calc(1.56rem + 1.2vw);box-shadow:0 .5rem 4rem var(--blue-shadow)}@media (min-width:1200px){.post--swiper-5 .post__media{margin-bottom:3rem}}.post--swiper-5 .post__img-container{height:calc(5.26rem + 28.95vw)}@media (min-width:1200px){.post--swiper-5 .post__img-container{height:40rem}}.post--swiper-5 .post__date-container{display:none}.post--swiper-5 .post__meta{padding:calc(1.76rem + 2.7vw);margin-left:4rem;margin-right:4rem;margin-top:calc(-1.46rem - 10.2vw);position:relative;z-index:2;background-color:#fff;box-shadow:0 .5rem 4rem var(--blue-shadow)}@media (min-width:1200px){.post--swiper-5 .post__meta{padding:5rem;margin-top:-15rem}}.post--swiper-5 .swiper-slide{padding-bottom:5rem;opacity:0;transition:opacity .4s ease-out}.post--swiper-5 .swiper-slide-active{opacity:1}.post--swiper-5 .swiper-pagination{position:static!important;text-align:initial}.post--swiper-5 .swiper-pagination-bullet{margin:0 3px}.post--swiper-5 .swiper-button-next,.post--swiper-5 .swiper-button-prev{position:static;top:auto;right:auto;bottom:auto;left:auto;margin:initial}.post--swiper-5 .swiper__button-container{display:-ms-flexbox;display:flex;position:absolute;right:0;bottom:0}.post--swiper-5 .button-square-md{min-width:5rem;min-height:5rem}.post--swiper-5 .swiper-button-next:after,.post--swiper-5 .swiper-button-prev:after{display:none}.post--swiper-5 .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:var(--theme);opacity:1}.post--swiper-5 .swiper-pagination-bullet{background-color:var(--theme);opacity:.3}@media only screen and (min-width:768px){.post--swiper-5 .post__inner{display:grid;grid-template-columns:1fr 1fr}.post--swiper-5 .post__meta{margin:5rem 4rem 5rem calc(-1.46rem - 6.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.post--swiper-5 .post__meta{margin-left:-10rem}}@media only screen and (min-width:768px){.post--swiper-5 .post__img-container{height:100%}.post--swiper-5 .post__media{margin-bottom:0}}@media only screen and (min-width:992px){.post--swiper-5 .swiper-slide{padding-left:8rem;padding-right:8rem}.post--swiper-5 .swiper-pagination{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;position:absolute!important;left:0;right:0;bottom:0!important}.post--swiper-5 .swiper__button-container{-ms-flex-pack:justify;justify-content:space-between;top:50%;left:0;right:0;bottom:auto;transform:translateY(calc(-50% - 2.5rem));z-index:2}}.post--swiper-6{grid-gap:0}.post--swiper-6 .post__inner{display:grid;position:relative}.post--swiper-6 .post__desc-container{display:none}.post--swiper-6 .post__media{position:absolute;top:0;right:0;bottom:0;left:0}.post--swiper-6 .post__media:before{background-color:rgba(49,49,49,.4);mix-blend-mode:multiply;z-index:1}.post--swiper-6 .post__media:after,.post--swiper-6 .post__media:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transition:opacity .3s ease-in-out}.post--swiper-6 .post__media:after{background-color:rgba(49,49,49,.5);z-index:2}.post--swiper-6 .post__img-container{height:100%}.post--swiper-6 .post__meta{padding:calc(2.06rem + 4.95vw) calc(2.66rem + 9.45vw);max-width:45rem;margin:0 auto;position:relative;z-index:2;color:#fff}@media (min-width:1200px){.post--swiper-6 .post__meta{padding:8rem 14rem}}.post--swiper-6 .post__title{color:#fff}.post--swiper-6 .post__read-more-btn{border:2px solid #fff;background-color:transparent;transition:background-color .2s ease-out,border .2s ease-out}.post--swiper-6 .post__read-more-btn:hover{background-color:var(--theme-hover);border:2px solid var(--theme-hover)}.post--swiper-6 .swiper-pagination-bullet{margin:0 3px}.post--swiper-6 .swiper-button-next,.post--swiper-6 .swiper-button-prev{position:static;top:auto;right:auto;bottom:auto;left:auto;margin:initial}.post--swiper-6 .swiper-button-prev{border-radius:0 10rem 10rem 0}.post--swiper-6 .swiper-button-next{border-radius:10rem 0 0 10rem}.post--swiper-6 .swiper__button-container{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);z-index:5}.post--swiper-6 .button-square-md{min-width:5rem;min-height:5rem}.post--swiper-6 .swiper-button-next:after,.post--swiper-6 .swiper-button-prev:after{display:none}.post--swiper-6 .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:var(--theme);opacity:1}.post--swiper-6 .swiper-pagination-bullet{background-color:var(--theme);opacity:.3}@media only screen and (min-width:768px){.post--swiper-6 .post__meta{padding:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.post--swiper-6 .post__meta{padding:8rem}}.post.post--template.post--tiles-new-style{grid-auto-flow:dense}@media only screen and (min-width:768px){.post.post--template.post--tiles-new-style{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:1200px){.post.post--template.post--tiles-new-style{grid-template-columns:repeat(4,1fr)}}.post.post--template.post--tiles-new-style .post__inner{height:100%;display:grid;grid-template-rows:auto 1fr}.post.post--template.post--tiles-new-style .post__img-container{padding:var(--post-image-padding-xl)}.post.post--template.post--tiles-new-style .post__meta{padding:var(--post-meta-padding-lg);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;background:#fff;box-shadow:0 1rem 4rem var(--blue-shadow)}.post.post--template.post--tiles-new-style .post__meta>div:not(:last-child){margin-bottom:var(--post-gap-inside);width:100%}.post.post--template.post--tiles-new-style .post__read-more{margin-top:auto}@media only screen and (max-width:767px){.post.post--template.post--tiles-new-style .post__img-container{padding:0;height:22rem}}.post.post--template.post--tiles-new-style .post__meta{-ms-flex-pack:end;justify-content:flex-end;border:1px solid var(--gray-93);padding:var(--post-meta-padding);z-index:1}.post.post--template.post--tiles-new-style .post__meta div.post__date-container{margin-bottom:0;margin-top:0}.post.post--template.post--tiles-new-style .post__item{position:relative}.post.post--template.post--tiles-new-style .post__desc-container,.post.post--template.post--tiles-new-style .post__label-container,.post.post--template.post--tiles-new-style .post__read-more{display:none}.post.post--template.post--tiles-new-style .post__title{font-size:var(--post-title-sm)}.post.post--template.post--tiles-new-style .post__img-container{padding:var(--post-image-padding);height:100%}@media only screen and (min-width:768px){.post.post--template.post--tiles-new-style .post__item:nth-child(2){grid-row:span 2;text-align:center}.post.post--template.post--tiles-new-style .post__item:nth-child(2) .post__meta{background:var(--gray-97);padding:var(--post-meta-padding-lg)}.post.post--template.post--tiles-new-style .post__item:nth-child(2) .post__inner{grid-template-rows:1fr auto}.post.post--template.post--tiles-new-style .post__item:nth-child(2) .post__title{font-size:var(--post-title)}.post.post--template.post--tiles-new-style .post__item:nth-child(2) .post__img-container{padding:var(--post-image-padding-lg)}.post.post--template.post--tiles-new-style .post__item:nth-child(2) .post__desc-container{display:block}.post.post--template.post--tiles-new-style .post__item:nth-child(2) .post__desc{margin-left:auto;margin-right:auto}.post.post--template.post--tiles-new-style .post__item:nth-child(2) .post__date-container{margin-left:auto;margin-right:auto;-ms-flex-pack:center;justify-content:center}}@media only screen and (min-width:1200px){.post.post--template.post--tiles-new-style .post__item:nth-child(2){grid-column:span 2}}.post.post--template.post--tiles-new-style-2{grid-auto-flow:dense}@media only screen and (min-width:768px){.post.post--template.post--tiles-new-style-2{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:1200px){.post.post--template.post--tiles-new-style-2{grid-template-columns:repeat(4,1fr)}}.post.post--template.post--tiles-new-style-2 .post__inner{height:100%;display:grid;grid-template-rows:auto 1fr}.post.post--template.post--tiles-new-style-2 .post__img-container{padding:var(--post-image-padding-xl)}.post.post--template.post--tiles-new-style-2 .post__meta{padding:var(--post-meta-padding-lg);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;background:#fff;box-shadow:0 1rem 4rem var(--blue-shadow)}.post.post--template.post--tiles-new-style-2 .post__meta>div:not(:last-child){margin-bottom:var(--post-gap-inside);width:100%}.post.post--template.post--tiles-new-style-2 .post__read-more{margin-top:auto}@media only screen and (max-width:767px){.post.post--template.post--tiles-new-style-2 .post__img-container{padding:0;height:22rem}}.post.post--template.post--tiles-new-style-2 .post__meta{-ms-flex-pack:end;justify-content:flex-end;border:1px solid var(--gray-93);padding:var(--post-meta-padding);z-index:1}.post.post--template.post--tiles-new-style-2 .post__meta div.post__date-container{margin-bottom:0;margin-top:0}.post.post--template.post--tiles-new-style-2 .post__item{position:relative}.post.post--template.post--tiles-new-style-2 .post__desc-container,.post.post--template.post--tiles-new-style-2 .post__label-container,.post.post--template.post--tiles-new-style-2 .post__read-more{display:none}.post.post--template.post--tiles-new-style-2 .post__title{font-size:var(--post-title-sm)}.post.post--template.post--tiles-new-style-2 .post__img-container{padding:var(--post-image-padding);height:100%}@media only screen and (min-width:768px){.post.post--template.post--tiles-new-style-2 .post__item:first-child{grid-column:span 2;grid-row:span 2}}@media only screen and (min-width:1200px){.post.post--template.post--tiles-new-style-2 .post__item:first-child{grid-column:span 3}}.post.post--template.post--tiles-new-style-2 .post__item:first-child .post__desc-container,.post.post--template.post--tiles-new-style-2 .post__item:first-child .post__label-container{display:block}.post.post--template.post--tiles-new-style-2 .post__item:first-child .post__title-container{position:absolute;left:0;bottom:100%;right:0;background:transparent;margin-bottom:0;padding:var(--post-meta-padding)}.post.post--template.post--tiles-new-style-2 .post__item:first-child .post__media{z-index:1}.post.post--template.post--tiles-new-style-2 .post__item:first-child .post__media .post__img-container a:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(0deg,var(--gray-dark),rgba(49,49,49,.5),transparent,transparent);z-index:1;transition:background-color .3s ease-in-out}.post.post--template.post--tiles-new-style-2 .post__item:first-child .post__inner{grid-template-rows:1fr auto}.post.post--template.post--tiles-new-style-2 .post__item:first-child .post__img-container{padding:var(--post-image-padding-xl)}.post.post--template.post--tiles-new-style-2 .post__item:first-child .post__meta{z-index:2;position:relative}.post.post--template.post--tiles-new-style-2 .post__item:first-child .post__meta .post__date{color:var(--body-font-color)}.post.post--template.post--tiles-new-style-2 .post__item:first-child .post__meta .post__date-icon{color:var(--theme)}.post.post--template.post--tiles-new-style-2 .post__item:first-child .post__meta .post__title{font-size:var(--post-title);color:#fff}.post.post--template.post--tiles-new-style-3{grid-auto-flow:dense}@media only screen and (min-width:768px){.post.post--template.post--tiles-new-style-3{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:1200px){.post.post--template.post--tiles-new-style-3{grid-template-columns:repeat(4,1fr)}}.post.post--template.post--tiles-new-style-3 .post__inner{height:100%;display:grid;grid-template-rows:auto 1fr}.post.post--template.post--tiles-new-style-3 .post__img-container{padding:var(--post-image-padding-xl)}.post.post--template.post--tiles-new-style-3 .post__meta{padding:var(--post-meta-padding-lg);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;background:#fff;box-shadow:0 1rem 4rem var(--blue-shadow)}.post.post--template.post--tiles-new-style-3 .post__meta>div:not(:last-child){margin-bottom:var(--post-gap-inside);width:100%}.post.post--template.post--tiles-new-style-3 .post__read-more{margin-top:auto}@media only screen and (max-width:767px){.post.post--template.post--tiles-new-style-3 .post__img-container{padding:0;height:22rem}}.post.post--template.post--tiles-new-style-3 .post__meta{-ms-flex-pack:end;justify-content:flex-end;border:1px solid var(--gray-93);padding:var(--post-meta-padding)}.post.post--template.post--tiles-new-style-3 .post__meta div.post__date-container{margin-bottom:0}.post.post--template.post--tiles-new-style-3 .post__img-container{padding:var(--post-image-padding);height:100%}.post.post--template.post--tiles-new-style-3 .post__desc-container,.post.post--template.post--tiles-new-style-3 .post__label-container,.post.post--template.post--tiles-new-style-3 .post__read-more{display:none}@media only screen and (min-width:768px){.post.post--template.post--tiles-new-style-3 .post__media{display:none}}.post.post--template.post--tiles-new-style-3 .post__item{position:relative}.post.post--template.post--tiles-new-style-3 .post__title{font-size:var(--post-title-sm)}.post.post--template.post--tiles-new-style-3 .post__inner{grid-template-rows:unset}.post.post--template.post--tiles-new-style-3 .post__meta{background:var(--gray-97)}@media only screen and (min-width:1200px){.post.post--template.post--tiles-new-style-3 .post__item:nth-child(-n+2){grid-column:span 2}}.post.post--template.post--tiles-new-style-3 .post__item:nth-child(-n+2) .post__inner{grid-template-rows:auto 1fr}.post.post--template.post--tiles-new-style-3 .post__item:nth-child(-n+2) .post__meta{background:#fff;padding:var(--post-meta-padding-lg)}.post.post--template.post--tiles-new-style-3 .post__item:nth-child(-n+2) .post__desc-container,.post.post--template.post--tiles-new-style-3 .post__item:nth-child(-n+2) .post__media{display:block}.post.post--template.post--tiles-new-style-3 .post__item:nth-child(-n+2) .post__title{font-size:var(--post-title)}.post.post--template.post--tiles-new-style-3 .post__item:nth-child(-n+2) .post__label-container{display:none}.post.post--template.post--tiles-new-style-3 .post__item:nth-child(-n+2) .post__img-container{padding:var(--post-image-padding-lg)}.post.post--template.post--tiles-new-style-4,.post.post--template.post--tiles-new-style-5{grid-auto-flow:dense}@media only screen and (min-width:768px){.post.post--template.post--tiles-new-style-4,.post.post--template.post--tiles-new-style-5{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:1200px){.post.post--template.post--tiles-new-style-4,.post.post--template.post--tiles-new-style-5{grid-template-columns:repeat(4,1fr);direction:rtl}}.post.post--template.post--tiles-new-style-4 .post__inner,.post.post--template.post--tiles-new-style-5 .post__inner{height:100%;display:grid;grid-template-rows:auto 1fr}.post.post--template.post--tiles-new-style-4 .post__img-container,.post.post--template.post--tiles-new-style-5 .post__img-container{padding:var(--post-image-padding-xl)}.post.post--template.post--tiles-new-style-4 .post__meta,.post.post--template.post--tiles-new-style-5 .post__meta{padding:var(--post-meta-padding-lg);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;background:#fff;box-shadow:0 1rem 4rem var(--blue-shadow)}.post.post--template.post--tiles-new-style-4 .post__meta>div:not(:last-child),.post.post--template.post--tiles-new-style-5 .post__meta>div:not(:last-child){margin-bottom:var(--post-gap-inside);width:100%}.post.post--template.post--tiles-new-style-4 .post__read-more,.post.post--template.post--tiles-new-style-5 .post__read-more{margin-top:auto}@media only screen and (max-width:767px){.post.post--template.post--tiles-new-style-4 .post__img-container,.post.post--template.post--tiles-new-style-5 .post__img-container{padding:0;height:22rem}}.post.post--template.post--tiles-new-style-4 .post__meta,.post.post--template.post--tiles-new-style-5 .post__meta{-ms-flex-pack:end;justify-content:flex-end;border:1px solid var(--gray-93);padding:var(--post-meta-padding);z-index:1}.post.post--template.post--tiles-new-style-4 .post__meta div.post__date-container,.post.post--template.post--tiles-new-style-5 .post__meta div.post__date-container{margin-bottom:0;margin-top:0}.post.post--template.post--tiles-new-style-4 .post__item,.post.post--template.post--tiles-new-style-5 .post__item{position:relative}.post.post--template.post--tiles-new-style-4 .post__desc-container,.post.post--template.post--tiles-new-style-4 .post__label-container,.post.post--template.post--tiles-new-style-4 .post__read-more,.post.post--template.post--tiles-new-style-5 .post__desc-container,.post.post--template.post--tiles-new-style-5 .post__label-container,.post.post--template.post--tiles-new-style-5 .post__read-more{display:none}.post.post--template.post--tiles-new-style-4 .post__title,.post.post--template.post--tiles-new-style-5 .post__title{font-size:var(--post-title-sm)}.post.post--template.post--tiles-new-style-4 .post__img-container,.post.post--template.post--tiles-new-style-5 .post__img-container{padding:var(--post-image-padding);height:100%}@media only screen and (min-width:1200px){.post.post--template.post--tiles-new-style-4 .post__item,.post.post--template.post--tiles-new-style-5 .post__item{direction:ltr}}@media only screen and (min-width:1200px){.post.post--template.post--tiles-new-style-4 .post__item:nth-child(-n+5),.post.post--template.post--tiles-new-style-5 .post__item:nth-child(-n+5){grid-column:span 2}.post.post--template.post--tiles-new-style-4 .post__item:nth-child(-n+5) .post__inner,.post.post--template.post--tiles-new-style-5 .post__item:nth-child(-n+5) .post__inner{grid-template-columns:repeat(1,4fr 6fr)}.post.post--template.post--tiles-new-style-4 .post__item:nth-child(-n+5) .post__img-container,.post.post--template.post--tiles-new-style-5 .post__item:nth-child(-n+5) .post__img-container{padding:var(--post-image-padding-sm)}.post.post--template.post--tiles-new-style-4 .post__item:nth-child(-n+5) .post__meta,.post.post--template.post--tiles-new-style-5 .post__item:nth-child(-n+5) .post__meta{background:var(--gray-97)}}@media only screen and (min-width:768px){.post.post--template.post--tiles-new-style-4 .post__item:first-child,.post.post--template.post--tiles-new-style-5 .post__item:first-child{grid-column:span 2}}@media only screen and (min-width:1200px){.post.post--template.post--tiles-new-style-4 .post__item:first-child,.post.post--template.post--tiles-new-style-5 .post__item:first-child{grid-column:span 2;grid-row:span 4}}.post.post--template.post--tiles-new-style-4 .post__item:first-child .post__meta,.post.post--template.post--tiles-new-style-5 .post__item:first-child .post__meta{padding:var(--post-meta-padding-lg);background:#fff}.post.post--template.post--tiles-new-style-4 .post__item:first-child .post__img-container,.post.post--template.post--tiles-new-style-5 .post__item:first-child .post__img-container{padding:var(--post-image-padding-xl)}.post.post--template.post--tiles-new-style-4 .post__item:first-child .post__inner,.post.post--template.post--tiles-new-style-5 .post__item:first-child .post__inner{grid-template-columns:unset;grid-template-rows:1fr auto}.post.post--template.post--tiles-new-style-4 .post__item:first-child .post__desc-container,.post.post--template.post--tiles-new-style-5 .post__item:first-child .post__desc-container{display:block}.post.post--template.post--tiles-new-style-4 .post__item:first-child .post__title,.post.post--template.post--tiles-new-style-5 .post__item:first-child .post__title{font-size:var(--post-title)}@media only screen and (min-width:768px){.post.post--template.post--tiles-new-style-4 .post__item:first-child .post__date-container,.post.post--template.post--tiles-new-style-5 .post__item:first-child .post__date-container{margin-top:auto}}.post.post--template.post--tiles-new-style-5{direction:ltr}.post.post--template.post--tiles-new-style-6{grid-auto-flow:dense}@media only screen and (min-width:768px){.post.post--template.post--tiles-new-style-6{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:1200px){.post.post--template.post--tiles-new-style-6{grid-template-columns:repeat(4,1fr)}}.post.post--template.post--tiles-new-style-6 .post__inner{height:100%;display:grid;grid-template-rows:auto 1fr}.post.post--template.post--tiles-new-style-6 .post__img-container{padding:var(--post-image-padding-xl)}.post.post--template.post--tiles-new-style-6 .post__meta{padding:var(--post-meta-padding-lg);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;background:#fff;box-shadow:0 1rem 4rem var(--blue-shadow)}.post.post--template.post--tiles-new-style-6 .post__meta>div:not(:last-child){margin-bottom:var(--post-gap-inside);width:100%}.post.post--template.post--tiles-new-style-6 .post__read-more{margin-top:auto}@media only screen and (max-width:767px){.post.post--template.post--tiles-new-style-6 .post__img-container{padding:0;height:22rem}}.post.post--template.post--tiles-new-style-6 .post__meta{-ms-flex-pack:end;justify-content:flex-end;border:1px solid var(--gray-93);padding:var(--post-meta-padding)}.post.post--template.post--tiles-new-style-6 .post__meta div.post__date-container{margin-bottom:0}.post.post--template.post--tiles-new-style-6 .post__img-container{padding:var(--post-image-padding);height:100%}.post.post--template.post--tiles-new-style-6 .post__desc-container,.post.post--template.post--tiles-new-style-6 .post__label-container,.post.post--template.post--tiles-new-style-6 .post__read-more{display:none}@media only screen and (min-width:768px){.post.post--template.post--tiles-new-style-6 .post__media{display:none}}.post.post--template.post--tiles-new-style-6 .post__item{position:relative}.post.post--template.post--tiles-new-style-6 .post__title{font-size:var(--post-title-sm)}.post.post--template.post--tiles-new-style-6 .post__inner{grid-template-rows:unset}.post.post--template.post--tiles-new-style-6 .post__item:nth-child(-n+4) .post__title{font-size:var(--post-title);color:#fff}.post.post--template.post--tiles-new-style-6 .post__item:nth-child(-n+4) .post__media{z-index:1;display:block}.post.post--template.post--tiles-new-style-6 .post__item:nth-child(-n+4) .post__media .post__img-container a:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(0deg,var(--gray-dark),rgba(49,49,49,.5),transparent,transparent);z-index:1;transition:background-color .3s ease-in-out}.post.post--template.post--tiles-new-style-6 .post__item:nth-child(-n+4) .post__inner{grid-template-columns:1fr}.post.post--template.post--tiles-new-style-6 .post__item:nth-child(-n+4) .post__meta{position:absolute;bottom:0;width:100%;border:0;background:transparent;z-index:1}.post.post--template.post--tiles-new-style-6 .post__item:nth-child(-n+4) .post__label-container{display:block}.post.post--template.post--tiles-new-style-6 .post__item:nth-child(-n+4) .post__date-container{color:var(--gray-93)}.post.post--template.post--tiles-new-style-6 .post__item:nth-child(-n+4) .post__img-container{padding:var(--post-image-padding-lg)}@media only screen and (min-width:1200px){.post.post--template.post--tiles-new-style-6 .post__item:nth-child(-n+4){grid-column:span 2}}.post.post--template.post--tiles-new-style-7{grid-auto-flow:dense}@media only screen and (min-width:768px){.post.post--template.post--tiles-new-style-7{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:1200px){.post.post--template.post--tiles-new-style-7{grid-template-columns:repeat(4,1fr)}}.post.post--template.post--tiles-new-style-7 .post__inner{height:100%;display:grid;grid-template-rows:auto 1fr}.post.post--template.post--tiles-new-style-7 .post__img-container{padding:var(--post-image-padding-xl)}.post.post--template.post--tiles-new-style-7 .post__meta{padding:var(--post-meta-padding-lg);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;background:#fff;box-shadow:0 1rem 4rem var(--blue-shadow)}.post.post--template.post--tiles-new-style-7 .post__meta>div:not(:last-child){margin-bottom:var(--post-gap-inside);width:100%}.post.post--template.post--tiles-new-style-7 .post__read-more{margin-top:auto}@media only screen and (max-width:767px){.post.post--template.post--tiles-new-style-7 .post__img-container{padding:0;height:22rem}}.post.post--template.post--tiles-new-style-7 .post__meta{-ms-flex-pack:end;justify-content:flex-end;border:1px solid var(--gray-93);padding:var(--post-meta-padding)}.post.post--template.post--tiles-new-style-7 .post__meta div.post__date-container{margin-bottom:0}.post.post--template.post--tiles-new-style-7 .post__img-container{padding:var(--post-image-padding);height:100%}.post.post--template.post--tiles-new-style-7 .post__desc-container,.post.post--template.post--tiles-new-style-7 .post__label-container,.post.post--template.post--tiles-new-style-7 .post__read-more{display:none}@media only screen and (min-width:768px){.post.post--template.post--tiles-new-style-7 .post__media{display:none}}.post.post--template.post--tiles-new-style-7 .post__item{position:relative}.post.post--template.post--tiles-new-style-7 .post__title{font-size:var(--post-title-sm)}.post.post--template.post--tiles-new-style-7 .post__inner{grid-template-rows:unset}@media only screen and (min-width:768px){.post.post--template.post--tiles-new-style-7 .post__item:nth-child(-n+2){grid-column:span 2}}.post.post--template.post--tiles-new-style-7 .post__item:nth-child(-n+2) .post__title{font-size:var(--post-title);color:#fff}.post.post--template.post--tiles-new-style-7 .post__item:nth-child(-n+2) .post__media{z-index:1;display:block}.post.post--template.post--tiles-new-style-7 .post__item:nth-child(-n+2) .post__media .post__img-container a:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(0deg,var(--gray-dark),rgba(49,49,49,.5),transparent,transparent);z-index:1;transition:background-color .3s ease-in-out}.post.post--template.post--tiles-new-style-7 .post__item:nth-child(-n+2) .post__inner{grid-template-columns:1fr}.post.post--template.post--tiles-new-style-7 .post__item:nth-child(-n+2) .post__meta{position:absolute;bottom:0;width:100%;border:0;background:transparent;z-index:1}.post.post--template.post--tiles-new-style-7 .post__item:nth-child(-n+2) .post__date-container{color:var(--gray-93)}.post.post--template.post--tiles-new-style-7 .post__item:nth-child(-n+2) .post__img-container{padding:var(--post-image-padding-xl)}@media only screen and (min-width:1200px){.post.post--template.post--tiles-new-style-7 .post__item:nth-child(6n+1),.post.post--template.post--tiles-new-style-7 .post__item:nth-child(6n+2){grid-column:span 2}.post.post--template.post--tiles-new-style-7 .post__item:nth-child(6n+1) .post__media,.post.post--template.post--tiles-new-style-7 .post__item:nth-child(6n+2) .post__media{z-index:1;display:block}.post.post--template.post--tiles-new-style-7 .post__item:nth-child(6n+1) .post__media .post__img-container a:before,.post.post--template.post--tiles-new-style-7 .post__item:nth-child(6n+2) .post__media .post__img-container a:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(0deg,var(--gray-dark),rgba(49,49,49,.5),transparent,transparent);z-index:1;transition:background-color .3s ease-in-out}.post.post--template.post--tiles-new-style-7 .post__item:nth-child(6n+1) .post__title,.post.post--template.post--tiles-new-style-7 .post__item:nth-child(6n+2) .post__title{font-size:var(--post-title);color:#fff}.post.post--template.post--tiles-new-style-7 .post__item:nth-child(6n+1) .post__inner,.post.post--template.post--tiles-new-style-7 .post__item:nth-child(6n+2) .post__inner{grid-template-columns:1fr}.post.post--template.post--tiles-new-style-7 .post__item:nth-child(6n+1) .post__meta,.post.post--template.post--tiles-new-style-7 .post__item:nth-child(6n+2) .post__meta{position:absolute;bottom:0;width:100%;border:0;background:transparent;z-index:1}.post.post--template.post--tiles-new-style-7 .post__item:nth-child(6n+1) .post__date-container,.post.post--template.post--tiles-new-style-7 .post__item:nth-child(6n+2) .post__date-container{color:var(--gray-93)}.post.post--template.post--tiles-new-style-7 .post__item:nth-child(6n+1) .post__img-container,.post.post--template.post--tiles-new-style-7 .post__item:nth-child(6n+2) .post__img-container{padding:var(--post-image-padding-xl)}}.post.post--template.post--tiles-new-style-8{grid-auto-flow:dense}@media only screen and (min-width:768px){.post.post--template.post--tiles-new-style-8{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:1200px){.post.post--template.post--tiles-new-style-8{grid-template-columns:repeat(2,1fr)}}.post.post--template.post--tiles-new-style-8 .post__inner{height:100%;display:grid;grid-template-rows:auto 1fr}.post.post--template.post--tiles-new-style-8 .post__img-container{padding:var(--post-image-padding-xl)}.post.post--template.post--tiles-new-style-8 .post__meta{padding:var(--post-meta-padding-lg);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;background:#fff;box-shadow:0 1rem 4rem var(--blue-shadow)}.post.post--template.post--tiles-new-style-8 .post__meta>div:not(:last-child){margin-bottom:var(--post-gap-inside);width:100%}.post.post--template.post--tiles-new-style-8 .post__read-more{margin-top:auto}@media only screen and (max-width:767px){.post.post--template.post--tiles-new-style-8 .post__img-container{padding:0;height:22rem}}.post.post--template.post--tiles-new-style-8 .post__meta{-ms-flex-pack:center;justify-content:center;border:1px solid var(--gray-93);padding:var(--post-meta-padding);z-index:1}.post.post--template.post--tiles-new-style-8 .post__meta div.post__date-container{margin-bottom:0}.post.post--template.post--tiles-new-style-8 .post__inner{grid-template-columns:repeat(1,.4fr .6fr);position:relative;grid-template-rows:2fr}.post.post--template.post--tiles-new-style-8 .post__desc-container,.post.post--template.post--tiles-new-style-8 .post__label-container,.post.post--template.post--tiles-new-style-8 .post__read-more{display:none}.post.post--template.post--tiles-new-style-8 .post__item{position:relative}.post.post--template.post--tiles-new-style-8 .post__title{font-size:var(--post-title-sm)}.post.post--template.post--tiles-new-style-8 .post__img-container{padding:var(--post-image-padding-sm);height:100%}.post.post--template.post--tiles-new-style-8 .post__date-container{-ms-flex-order:-1;order:-1;margin-bottom:var(--post-gap-inside)!important}.post.post--template.post--tiles-new-style-8 .post__title-container{margin-bottom:0!important}@media only screen and (min-width:768px){.post.post--template.post--tiles-new-style-8 .post__item:nth-child(-n+2){grid-row:span 2}}.post.post--template.post--tiles-new-style-8 .post__item:nth-child(-n+2) .post__img-link:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(0deg,var(--gray-dark),rgba(49,49,49,.5),transparent,transparent);z-index:1;transition:background-color .3s ease-in-out}.post.post--template.post--tiles-new-style-8 .post__item:nth-child(-n+2) .post__img-container{padding:var(--post-image-padding-xl)}.post.post--template.post--tiles-new-style-8 .post__item:nth-child(-n+2) .post__title{font-size:var(--post-title);color:#fff}.post.post--template.post--tiles-new-style-8 .post__item:nth-child(-n+2) .post__title-container{margin-bottom:var(--post-gap-inside)!important;position:relative}.post.post--template.post--tiles-new-style-8 .post__item:nth-child(-n+2) .post__date-container{margin:0;width:100%;color:var(--gray-93);-ms-flex-order:1;order:1;margin-bottom:0!important}.post.post--template.post--tiles-new-style-8 .post__item:nth-child(-n+2) .post__media{z-index:1}.post.post--template.post--tiles-new-style-8 .post__item:nth-child(-n+2) .post__inner{grid-template-columns:repeat(1,1fr)}.post.post--template.post--tiles-new-style-8 .post__item:nth-child(-n+2) .post__meta{position:absolute;bottom:0;width:100%;border:0;background:transparent}.post.post--template.post--tiles-new-style-8 .post__item:nth-child(-n+2) .post__label-container{display:block}.post.post--template.post--tiles-new-style-8 .post__item:nth-child(-n+2) .post__desc-container{display:none}.post.post--template.post--tiles-new-style-10{grid-auto-flow:dense}@media only screen and (min-width:768px){.post.post--template.post--tiles-new-style-10{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:1200px){.post.post--template.post--tiles-new-style-10{grid-template-columns:repeat(4,1fr)}}.post.post--template.post--tiles-new-style-10 .post__inner{height:100%;display:grid;grid-template-rows:auto 1fr}.post.post--template.post--tiles-new-style-10 .post__img-container{padding:var(--post-image-padding-xl)}.post.post--template.post--tiles-new-style-10 .post__meta{padding:var(--post-meta-padding-lg);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;background:#fff;box-shadow:0 1rem 4rem var(--blue-shadow)}.post.post--template.post--tiles-new-style-10 .post__meta>div:not(:last-child){margin-bottom:var(--post-gap-inside);width:100%}.post.post--template.post--tiles-new-style-10 .post__read-more{margin-top:auto}@media only screen and (max-width:767px){.post.post--template.post--tiles-new-style-10 .post__img-container{padding:0;height:22rem}}.post.post--template.post--tiles-new-style-10 .post__meta{-ms-flex-pack:end;justify-content:flex-end;border:1px solid var(--gray-93);padding:var(--post-meta-padding);z-index:1}.post.post--template.post--tiles-new-style-10 .post__meta div.post__date-container{margin-bottom:0;margin-top:0}.post.post--template.post--tiles-new-style-10 .post__item{position:relative}.post.post--template.post--tiles-new-style-10 .post__desc-container,.post.post--template.post--tiles-new-style-10 .post__label-container,.post.post--template.post--tiles-new-style-10 .post__read-more{display:none}.post.post--template.post--tiles-new-style-10 .post__title{font-size:var(--post-title-sm)}.post.post--template.post--tiles-new-style-10 .post__img-container{padding:var(--post-image-padding);height:100%}.post.post--template.post--tiles-new-style-10 .post__item .post__desc-container{display:block}@media only screen and (min-width:768px){.post.post--template.post--tiles-new-style-10 .post__item:first-child{grid-column:span 2;grid-row:span 2}.post.post--template.post--tiles-new-style-10 .post__item:first-child .post__img-container{padding:var(--post-image-padding-xl)}.post.post--template.post--tiles-new-style-10 .post__item:first-child .post__inner{grid-template-rows:1fr auto;position:relative}.post.post--template.post--tiles-new-style-10 .post__item:first-child .post__desc-container{display:block}.post.post--template.post--tiles-new-style-10 .post__item:first-child .post__meta{padding:var(--post-meta-padding-lg)}.post.post--template.post--tiles-new-style-10 .post__item:first-child .post__title{font-size:var(--post-title)}}@media only screen and (min-width:768px){.post.post--template.post--tiles-new-style-10 .post__item:nth-child(2) .post__inner,.post.post--template.post--tiles-new-style-10 .post__item:nth-child(4) .post__inner{grid-template-rows:1fr}.post.post--template.post--tiles-new-style-10 .post__item:nth-child(2) .post__media,.post.post--template.post--tiles-new-style-10 .post__item:nth-child(4) .post__media{display:none}.post.post--template.post--tiles-new-style-10 .post__item:nth-child(2) .post__meta,.post.post--template.post--tiles-new-style-10 .post__item:nth-child(4) .post__meta{background:var(--gray-97)}}@media only screen and (min-width:768px){.post.post--template.post--tiles-new-style-10 .post__item:nth-child(3){grid-row:span 2}.post.post--template.post--tiles-new-style-10 .post__item:nth-child(3) .post__inner{grid-template-rows:1fr auto}.post.post--template.post--tiles-new-style-10 .post__item:nth-child(3) .post__meta{padding:var(--post-meta-padding)}.post.post--template.post--tiles-new-style-10 .post__item:nth-child(3) .post__img-container{padding:var(--post-image-padding)}}.post.post--template.post--tiles-new-style-11{grid-auto-flow:dense}@media only screen and (min-width:768px){.post.post--template.post--tiles-new-style-11{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:1200px){.post.post--template.post--tiles-new-style-11{grid-template-columns:repeat(4,1fr)}}.post.post--template.post--tiles-new-style-11 .post__inner{height:100%;display:grid;grid-template-rows:auto 1fr}.post.post--template.post--tiles-new-style-11 .post__img-container{padding:var(--post-image-padding-xl)}.post.post--template.post--tiles-new-style-11 .post__meta{padding:var(--post-meta-padding-lg);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;background:#fff;box-shadow:0 1rem 4rem var(--blue-shadow)}.post.post--template.post--tiles-new-style-11 .post__meta>div:not(:last-child){margin-bottom:var(--post-gap-inside);width:100%}.post.post--template.post--tiles-new-style-11 .post__read-more{margin-top:auto}@media only screen and (max-width:767px){.post.post--template.post--tiles-new-style-11 .post__img-container{padding:0;height:22rem}}.post.post--template.post--tiles-new-style-11 .post__meta{-ms-flex-pack:end;justify-content:flex-end;border:1px solid var(--gray-93);padding:var(--post-meta-padding);z-index:1}.post.post--template.post--tiles-new-style-11 .post__meta div.post__date-container{margin-bottom:0;margin-top:0}.post.post--template.post--tiles-new-style-11 .post__item{position:relative}.post.post--template.post--tiles-new-style-11 .post__desc-container,.post.post--template.post--tiles-new-style-11 .post__label-container,.post.post--template.post--tiles-new-style-11 .post__read-more{display:none}.post.post--template.post--tiles-new-style-11 .post__title{font-size:var(--post-title-sm)}.post.post--template.post--tiles-new-style-11 .post__img-container{padding:var(--post-image-padding);height:100%}@media only screen and (min-width:768px){.post.post--template.post--tiles-new-style-11 .post__item:nth-child(-n+5) .post__desc-container{display:block}.post.post--template.post--tiles-new-style-11 .post__item:nth-child(-n+3){grid-row:span 2}.post.post--template.post--tiles-new-style-11 .post__item:nth-child(-n+3) .post__inner{grid-template-rows:repeat(2,1fr)}.post.post--template.post--tiles-new-style-11 .post__item:nth-child(-n+3) .post__img-container{padding:var(--post-image-padding-lg)}.post.post--template.post--tiles-new-style-11 .post__item:nth-child(4) .post__inner,.post.post--template.post--tiles-new-style-11 .post__item:nth-child(5) .post__inner{grid-template-rows:1fr}.post.post--template.post--tiles-new-style-11 .post__item:nth-child(4) .post__media,.post.post--template.post--tiles-new-style-11 .post__item:nth-child(5) .post__media{display:none}.post.post--template.post--tiles-new-style-11 .post__item:nth-child(4) .post__meta,.post.post--template.post--tiles-new-style-11 .post__item:nth-child(5) .post__meta{background:var(--gray-97)}.post.post--template.post--tiles-new-style-11 .post__item:nth-child(4) .post__meta{background:var(--gray-dark);color:hsla(0,0%,100%,.7)}.post.post--template.post--tiles-new-style-11 .post__item:nth-child(4) .post__title{color:#fff}.post.post--template.post--tiles-new-style-11 .post__item:nth-child(4) .post__date{color:var(--gray-86)}}.post.post--template.post--tiles-new-style-12,.post.post--template.post--tiles-new-style-12-dark{grid-auto-flow:dense}@media only screen and (min-width:768px){.post.post--template.post--tiles-new-style-12,.post.post--template.post--tiles-new-style-12-dark{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:1200px){.post.post--template.post--tiles-new-style-12,.post.post--template.post--tiles-new-style-12-dark{grid-template-columns:repeat(4,1fr)}}.post.post--template.post--tiles-new-style-12 .post__inner,.post.post--template.post--tiles-new-style-12-dark .post__inner{height:100%;display:grid;grid-template-rows:auto 1fr}.post.post--template.post--tiles-new-style-12 .post__img-container,.post.post--template.post--tiles-new-style-12-dark .post__img-container{padding:var(--post-image-padding-xl)}.post.post--template.post--tiles-new-style-12 .post__meta,.post.post--template.post--tiles-new-style-12-dark .post__meta{padding:var(--post-meta-padding-lg);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;background:#fff;box-shadow:0 1rem 4rem var(--blue-shadow)}.post.post--template.post--tiles-new-style-12 .post__meta>div:not(:last-child),.post.post--template.post--tiles-new-style-12-dark .post__meta>div:not(:last-child){margin-bottom:var(--post-gap-inside);width:100%}.post.post--template.post--tiles-new-style-12 .post__read-more,.post.post--template.post--tiles-new-style-12-dark .post__read-more{margin-top:auto}@media only screen and (max-width:767px){.post.post--template.post--tiles-new-style-12 .post__img-container,.post.post--template.post--tiles-new-style-12-dark .post__img-container{padding:0;height:22rem}}.post.post--template.post--tiles-new-style-12 .post__meta,.post.post--template.post--tiles-new-style-12-dark .post__meta{-ms-flex-pack:end;justify-content:flex-end;border:1px solid var(--gray-93);padding:var(--post-meta-padding);z-index:1}.post.post--template.post--tiles-new-style-12 .post__meta div.post__date-container,.post.post--template.post--tiles-new-style-12-dark .post__meta div.post__date-container{margin-bottom:0;margin-top:0}.post.post--template.post--tiles-new-style-12 .post__item,.post.post--template.post--tiles-new-style-12-dark .post__item{position:relative}.post.post--template.post--tiles-new-style-12 .post__desc-container,.post.post--template.post--tiles-new-style-12 .post__label-container,.post.post--template.post--tiles-new-style-12 .post__read-more,.post.post--template.post--tiles-new-style-12-dark .post__desc-container,.post.post--template.post--tiles-new-style-12-dark .post__label-container,.post.post--template.post--tiles-new-style-12-dark .post__read-more{display:none}.post.post--template.post--tiles-new-style-12 .post__title,.post.post--template.post--tiles-new-style-12-dark .post__title{font-size:var(--post-title-sm)}.post.post--template.post--tiles-new-style-12 .post__img-container,.post.post--template.post--tiles-new-style-12-dark .post__img-container{padding:var(--post-image-padding);height:100%}@media only screen and (min-width:768px){.post.post--template.post--tiles-new-style-12 .post__item:first-child,.post.post--template.post--tiles-new-style-12-dark .post__item:first-child{grid-template-rows:1fr;grid-column:span 2;grid-row:span 2}.post.post--template.post--tiles-new-style-12 .post__item:first-child .post__meta,.post.post--template.post--tiles-new-style-12-dark .post__item:first-child .post__meta{background:var(--gray-97);padding:var(--post-meta-padding-lg)}.post.post--template.post--tiles-new-style-12 .post__item:first-child .post__title,.post.post--template.post--tiles-new-style-12-dark .post__item:first-child .post__title{font-size:var(--post-title)}.post.post--template.post--tiles-new-style-12 .post__item:first-child .post__desc-container,.post.post--template.post--tiles-new-style-12-dark .post__item:first-child .post__desc-container{display:block}.post.post--template.post--tiles-new-style-12 .post__item:first-child .post__inner,.post.post--template.post--tiles-new-style-12-dark .post__item:first-child .post__inner{grid-template-rows:1fr auto}.post.post--template.post--tiles-new-style-12 .post__item:first-child .post__img-container,.post.post--template.post--tiles-new-style-12-dark .post__item:first-child .post__img-container{padding:var(--post-image-padding-lg)}.post.post--template.post--tiles-new-style-12 .post__item:nth-child(3) .post__meta,.post.post--template.post--tiles-new-style-12-dark .post__item:nth-child(3) .post__meta{background:var(--gray-97)}.post.post--template.post--tiles-new-style-12 .post__item:nth-child(5) .post__meta,.post.post--template.post--tiles-new-style-12-dark .post__item:nth-child(5) .post__meta{background:var(--theme)}.post.post--template.post--tiles-new-style-12 .post__item:nth-child(5) .post__date-container,.post.post--template.post--tiles-new-style-12 .post__item:nth-child(5) .post__date-icon,.post.post--template.post--tiles-new-style-12-dark .post__item:nth-child(5) .post__date-container,.post.post--template.post--tiles-new-style-12-dark .post__item:nth-child(5) .post__date-icon{color:var(--gray-86)}.post.post--template.post--tiles-new-style-12 .post__item:nth-child(5) .post__title,.post.post--template.post--tiles-new-style-12-dark .post__item:nth-child(5) .post__title{color:#fff}}@media only screen and (min-width:1200px){.post.post--template.post--tiles-new-style-12 .post__item:first-child,.post.post--template.post--tiles-new-style-12-dark .post__item:first-child{grid-column:span 2}}@media only screen and (min-width:768px){.post.post--template.post--tiles-new-style-12-dark .post__item:first-child .post__meta{background:var(--gray-dark);color:hsla(0,0%,100%,.7);border:1px solid var(--gray-dark)}.post.post--template.post--tiles-new-style-12-dark .post__item:first-child .post__meta .post__title{color:#fff}.post.post--template.post--tiles-new-style-12-dark .post__item:first-child .post__meta .post_date-container{color:var(--gray-86)}.post.post--template.post--tiles-new-style-12-dark .post__item:first-child .post__meta .post__date-icon{color:var(--theme)}}.post.post--template.post--tiles-new-style-13{grid-auto-flow:dense}@media only screen and (min-width:768px){.post.post--template.post--tiles-new-style-13{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:1200px){.post.post--template.post--tiles-new-style-13{grid-template-columns:repeat(4,1fr)}}.post.post--template.post--tiles-new-style-13 .post__inner{height:100%;display:grid;grid-template-rows:auto 1fr}.post.post--template.post--tiles-new-style-13 .post__img-container{padding:var(--post-image-padding-xl)}.post.post--template.post--tiles-new-style-13 .post__meta{padding:var(--post-meta-padding-lg);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;background:#fff;box-shadow:0 1rem 4rem var(--blue-shadow)}.post.post--template.post--tiles-new-style-13 .post__meta>div:not(:last-child){margin-bottom:var(--post-gap-inside);width:100%}.post.post--template.post--tiles-new-style-13 .post__read-more{margin-top:auto}@media only screen and (max-width:767px){.post.post--template.post--tiles-new-style-13 .post__img-container{padding:0;height:22rem}}.post.post--template.post--tiles-new-style-13 .post__meta{-ms-flex-pack:center;justify-content:center;border:1px solid var(--gray-93);padding:var(--post-meta-padding);z-index:1}.post.post--template.post--tiles-new-style-13 .post__meta div.post__date-container{margin-bottom:0}.post.post--template.post--tiles-new-style-13 .post__inner{grid-template-columns:repeat(1,.4fr .6fr);position:relative;grid-template-rows:2fr}.post.post--template.post--tiles-new-style-13 .post__desc-container,.post.post--template.post--tiles-new-style-13 .post__label-container,.post.post--template.post--tiles-new-style-13 .post__read-more{display:none}.post.post--template.post--tiles-new-style-13 .post__item{position:relative}.post.post--template.post--tiles-new-style-13 .post__title{font-size:var(--post-title-sm)}.post.post--template.post--tiles-new-style-13 .post__img-container{padding:var(--post-image-padding-sm);height:100%}.post.post--template.post--tiles-new-style-13 .post__item:nth-child(n+3) .post__meta{-ms-flex-pack:center;justify-content:center}.post.post--template.post--tiles-new-style-13 .post__item:nth-child(n+3) .post__date-container{margin-bottom:var(--post-gap-inside)!important;margin-top:0}.post.post--template.post--tiles-new-style-13 .post__item:nth-child(n+3) .post__title-container{margin-bottom:0}.post.post--template.post--tiles-new-style-13 .post__item:nth-child(n+3) .post__date-container{-ms-flex-order:-1;order:-1}.post.post--template.post--tiles-new-style-13 .post__item:nth-child(-n+2) .post__inner{grid-template-columns:unset}.post.post--template.post--tiles-new-style-13 .post__item:nth-child(-n+2) .post__desc-container{display:block}.post.post--template.post--tiles-new-style-13 .post__item:nth-child(-n+2) .post__img-container{padding:var(--post-image-padding-lg)}@media only screen and (min-width:768px){.post.post--template.post--tiles-new-style-13 .post__item:nth-child(-n+2){grid-row:span 2}.post.post--template.post--tiles-new-style-13 .post__item:nth-child(-n+2) .post__img-container{padding:var(--post-image-padding-xl)}.post.post--template.post--tiles-new-style-13 .post__item:nth-child(-n+2) .post__meta{padding:var(--post-meta-padding-lg);text-align:left;-ms-flex-align:start;align-items:flex-start}.post.post--template.post--tiles-new-style-13 .post__item:nth-child(-n+2) .post__title{font-size:var(--post-title)}.post.post--template.post--tiles-new-style-13 .post__item:nth-child(-n+2) .post__date-container{-ms-flex-order:unset;order:unset}.post.post--template.post--tiles-new-style-13 .post__item:nth-child(2) .post__meta{background:var(--gray-97)}}@media only screen and (min-width:1200px){.post.post--template.post--tiles-new-style-13{direction:rtl}.post.post--template.post--tiles-new-style-13 .post__item{direction:ltr}.post.post--template.post--tiles-new-style-13 .post__item:nth-child(n+3){grid-column:span 2}.post.post--template.post--tiles-new-style-13 .post__item:nth-child(-n+2){grid-row:span 4}}.post.post--template.post--tiles-new-style-14{grid-auto-flow:dense}@media only screen and (min-width:768px){.post.post--template.post--tiles-new-style-14{grid-template-columns:repeat(6,1fr)}}@media only screen and (min-width:1200px){.post.post--template.post--tiles-new-style-14{grid-template-columns:repeat(4,1fr)}}.post.post--template.post--tiles-new-style-14 .post__inner{height:100%;display:grid;grid-template-rows:auto 1fr}.post.post--template.post--tiles-new-style-14 .post__img-container{padding:var(--post-image-padding-xl)}.post.post--template.post--tiles-new-style-14 .post__meta{padding:var(--post-meta-padding-lg);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;background:#fff;box-shadow:0 1rem 4rem var(--blue-shadow)}.post.post--template.post--tiles-new-style-14 .post__meta>div:not(:last-child){margin-bottom:var(--post-gap-inside);width:100%}.post.post--template.post--tiles-new-style-14 .post__read-more{margin-top:auto}@media only screen and (max-width:767px){.post.post--template.post--tiles-new-style-14 .post__img-container{padding:0;height:22rem}}.post.post--template.post--tiles-new-style-14 .post__meta{-ms-flex-pack:end;justify-content:flex-end;border:1px solid var(--gray-93);padding:var(--post-meta-padding);z-index:1}.post.post--template.post--tiles-new-style-14 .post__meta div.post__date-container{margin-bottom:0;margin-top:0}.post.post--template.post--tiles-new-style-14 .post__item{position:relative}.post.post--template.post--tiles-new-style-14 .post__desc-container,.post.post--template.post--tiles-new-style-14 .post__label-container,.post.post--template.post--tiles-new-style-14 .post__read-more{display:none}.post.post--template.post--tiles-new-style-14 .post__title{font-size:var(--post-title-sm)}.post.post--template.post--tiles-new-style-14 .post__img-container{padding:var(--post-image-padding);height:100%}.post.post--template.post--tiles-new-style-14 .post__item .post__inner{grid-template-rows:auto 1fr;position:relative}.post.post--template.post--tiles-new-style-14 .post__item:nth-child(-n+2) .post__date-container{display:-ms-flexbox;display:flex}.post.post--template.post--tiles-new-style-14 .post__item:nth-child(-n+2) .post__desc-container{display:block}.post.post--template.post--tiles-new-style-14 .post__item:nth-child(-n+2) .post__img-container{padding:var(--post-image-padding)}.post.post--template.post--tiles-new-style-14 .post__item:nth-child(-n+2) .post__title-container{margin-bottom:var(--post-gap-inside)!important}.post.post--template.post--tiles-new-style-14 .post__item:nth-child(-n+2) .post__inner{grid-template-rows:1fr auto;grid-template-columns:unset}@media only screen and (min-width:768px){.post.post--template.post--tiles-new-style-14 .post__item{grid-column:span 2}.post.post--template.post--tiles-new-style-14 .post__item .post__inner{grid-template-rows:1fr;grid-template-columns:repeat(1,200px auto)}.post.post--template.post--tiles-new-style-14 .post__item:nth-child(-n+2){grid-column:span 3}.post.post--template.post--tiles-new-style-14 .post__item:nth-child(-n+2) .post__date-container{margin-bottom:var(--post-gap-inside)}.post.post--template.post--tiles-new-style-14 .post__item:nth-child(-n+2) .post__desc-container{margin-bottom:0!important}.post.post--template.post--tiles-new-style-14 .post__item:nth-child(2) .post__meta{padding:var(--post-meta-padding);background:var(--gray-97)}.post.post--template.post--tiles-new-style-14 .post__item:nth-child(2) .post__img-container{padding:var(--post-image-padding-xl)}.post.post--template.post--tiles-new-style-14 .post__item:nth-child(2) .post__inner{grid-template-rows:1fr auto}.post.post--template.post--tiles-new-style-14 .post__item:nth-child(2) .post__title{font-size:var(--post-title)}}@media only screen and (min-width:1200px){.post.post--template.post--tiles-new-style-14 .post__item{grid-column:span 1}.post.post--template.post--tiles-new-style-14 .post__item:first-child{grid-row:span 3;grid-column:span 1}.post.post--template.post--tiles-new-style-14 .post__item:nth-child(2){grid-column:span 2;grid-row:span 3}}.post.post--template.post--tiles-new-style-15{grid-auto-flow:dense}@media only screen and (min-width:768px){.post.post--template.post--tiles-new-style-15{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:1200px){.post.post--template.post--tiles-new-style-15{grid-template-columns:repeat(4,1fr)}}.post.post--template.post--tiles-new-style-15 .post__inner{height:100%;display:grid;grid-template-rows:auto 1fr}.post.post--template.post--tiles-new-style-15 .post__img-container{padding:var(--post-image-padding-xl)}.post.post--template.post--tiles-new-style-15 .post__meta{padding:var(--post-meta-padding-lg);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;background:#fff;box-shadow:0 1rem 4rem var(--blue-shadow)}.post.post--template.post--tiles-new-style-15 .post__meta>div:not(:last-child){margin-bottom:var(--post-gap-inside);width:100%}.post.post--template.post--tiles-new-style-15 .post__read-more{margin-top:auto}@media only screen and (max-width:767px){.post.post--template.post--tiles-new-style-15 .post__img-container{padding:0;height:22rem}}.post.post--template.post--tiles-new-style-15 .post__meta{-ms-flex-pack:end;justify-content:flex-end;border:1px solid var(--gray-93);padding:var(--post-meta-padding);z-index:1}.post.post--template.post--tiles-new-style-15 .post__meta div.post__date-container{margin-bottom:0;margin-top:0}.post.post--template.post--tiles-new-style-15 .post__item{position:relative}.post.post--template.post--tiles-new-style-15 .post__desc-container,.post.post--template.post--tiles-new-style-15 .post__label-container,.post.post--template.post--tiles-new-style-15 .post__read-more{display:none}.post.post--template.post--tiles-new-style-15 .post__title{font-size:var(--post-title-sm)}.post.post--template.post--tiles-new-style-15 .post__img-container{height:100%}.post.post--template.post--tiles-new-style-15 .post__desc-container{display:block}.post.post--template.post--tiles-new-style-15 .post__img-container{padding:var(--post-image-padding)}.post.post--template.post--tiles-new-style-15 .post__meta div.post__date-container{margin-bottom:var(--post-gap-inside)}@media only screen and (min-width:768px){.post.post--template.post--tiles-new-style-15 .post__item:nth-child(4) .post__media,.post.post--template.post--tiles-new-style-15 .post__item:nth-child(5) .post__media{display:none}.post.post--template.post--tiles-new-style-15 .post__item:nth-child(4) .post__inner,.post.post--template.post--tiles-new-style-15 .post__item:nth-child(5) .post__inner{grid-template-rows:2fr}.post.post--template.post--tiles-new-style-15 .post__item:nth-child(-n+3) .post__inner{grid-template-rows:1fr auto}.post.post--template.post--tiles-new-style-15 .post__item:nth-child(-n+3) .post__img-container{padding:var(--post-image-padding-lg)}.post.post--template.post--tiles-new-style-15 .post__item:nth-child(3){grid-row:span 2}.post.post--template.post--tiles-new-style-15 .post__item:nth-child(3) .post__meta{background:var(--gray-97)}.post.post--template.post--tiles-new-style-15 .post__item:nth-child(3) .post__title{font-size:var(--post-title)}}@media only screen and (min-width:1200px){.post.post--template.post--tiles-new-style-15 .post__item:nth-child(-n+3){grid-column:span 1}.post.post--template.post--tiles-new-style-15 .post__item:nth-child(3){grid-row:span 1;grid-column:span 2}.post.post--template.post--tiles-new-style-15 .post__item:nth-child(4),.post.post--template.post--tiles-new-style-15 .post__item:nth-child(5){grid-column:span 2}.post.post--template.post--tiles-new-style-15 .post__item:nth-child(4) .post__meta{text-align:right;-ms-flex-align:end;align-items:flex-end;background:var(--gray-97)}.post.post--template.post--tiles-new-style-15 .post__item:nth-child(4) .post__date-container{-ms-flex-pack:end;justify-content:flex-end}}.post.post--template.post--tiles-new-style-sidebar .post__inner{height:100%;display:grid;grid-template-rows:auto 1fr}.post.post--template.post--tiles-new-style-sidebar .post__img-container{padding:var(--post-image-padding-xl)}.post.post--template.post--tiles-new-style-sidebar .post__meta{padding:var(--post-meta-padding-lg);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;background:#fff;box-shadow:0 1rem 4rem var(--blue-shadow)}.post.post--template.post--tiles-new-style-sidebar .post__meta>div:not(:last-child){margin-bottom:var(--post-gap-inside);width:100%}.post.post--template.post--tiles-new-style-sidebar .post__read-more{margin-top:auto}@media only screen and (max-width:767px){.post.post--template.post--tiles-new-style-sidebar .post__img-container{padding:0;height:22rem}}.post.post--template.post--tiles-new-style-sidebar .post__meta{-ms-flex-pack:center;justify-content:center;border:1px solid var(--gray-93);padding:var(--post-meta-padding);z-index:1}.post.post--template.post--tiles-new-style-sidebar .post__meta div.post__date-container{margin-bottom:0}.post.post--template.post--tiles-new-style-sidebar .post__inner{grid-template-columns:repeat(1,.4fr .6fr);position:relative;grid-template-rows:2fr}.post.post--template.post--tiles-new-style-sidebar .post__desc-container,.post.post--template.post--tiles-new-style-sidebar .post__label-container,.post.post--template.post--tiles-new-style-sidebar .post__read-more{display:none}.post.post--template.post--tiles-new-style-sidebar .post__item{position:relative}.post.post--template.post--tiles-new-style-sidebar .post__title{font-size:var(--post-title-sm)}.post.post--template.post--tiles-new-style-sidebar .post__img-container{padding:var(--post-image-padding-sm);height:100%}@media only screen and (min-width:768px){.post.post--template.post--tiles-new-style-sidebar .post__item:first-child{grid-row:span 2}}.post.post--template.post--tiles-new-style-sidebar .post__item:first-child .post__title{color:#fff;font-size:var(--post-title)}.post.post--template.post--tiles-new-style-sidebar .post__item:first-child .post__img-container{padding:var(--post-image-padding-xl)}.post.post--template.post--tiles-new-style-sidebar .post__item:first-child .post__media{z-index:1}.post.post--template.post--tiles-new-style-sidebar .post__item:first-child .post__media .post__img-container{padding:var(--post-image-padding-xl)}.post.post--template.post--tiles-new-style-sidebar .post__item:first-child .post__media .post__img-container a:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(0deg,var(--gray-dark),rgba(49,49,49,.5),transparent,transparent);z-index:1;transition:background-color .3s ease-in-out}.post.post--template.post--tiles-new-style-sidebar .post__item:first-child .post__inner{grid-template-columns:repeat(1,1fr);position:relative}.post.post--template.post--tiles-new-style-sidebar .post__item:first-child .post__meta{position:absolute;bottom:0;width:100%;border:0;background:transparent}.post.post--template.post--tiles-new-style-sidebar .post__item:first-child .post__label-container{display:block}.post.post--template.post--tiles-new-style-sidebar .post__item:first-child .post__date-container{color:var(--gray-93)}.post.post--template.post--tiles-new-style-list{grid-auto-flow:dense}@media only screen and (min-width:768px){.post.post--template.post--tiles-new-style-list{grid-template-columns:repeat(4,1fr)}}@media only screen and (min-width:1200px){.post.post--template.post--tiles-new-style-list{grid-template-columns:repeat(6,1fr)}}.post.post--template.post--tiles-new-style-list .post__inner{height:100%;display:grid;grid-template-rows:auto 1fr}.post.post--template.post--tiles-new-style-list .post__img-container{padding:var(--post-image-padding-xl)}.post.post--template.post--tiles-new-style-list .post__meta{padding:var(--post-meta-padding-lg);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;background:#fff;box-shadow:0 1rem 4rem var(--blue-shadow)}.post.post--template.post--tiles-new-style-list .post__meta>div:not(:last-child){margin-bottom:var(--post-gap-inside);width:100%}.post.post--template.post--tiles-new-style-list .post__read-more{margin-top:auto}@media only screen and (max-width:767px){.post.post--template.post--tiles-new-style-list .post__img-container{padding:0;height:22rem}}.post.post--template.post--tiles-new-style-list .post__meta{-ms-flex-pack:end;justify-content:flex-end;border:1px solid var(--gray-93);padding:var(--post-meta-padding)}.post.post--template.post--tiles-new-style-list .post__meta div.post__date-container{margin-bottom:0}.post.post--template.post--tiles-new-style-list .post__img-container{padding:var(--post-image-padding);height:100%}.post.post--template.post--tiles-new-style-list .post__desc-container,.post.post--template.post--tiles-new-style-list .post__read-more{display:none}@media only screen and (min-width:768px){.post.post--template.post--tiles-new-style-list .post__media{display:none}}.post.post--template.post--tiles-new-style-list .post__item{position:relative}.post.post--template.post--tiles-new-style-list .post__title{font-size:var(--post-title-sm)}.post.post--template.post--tiles-new-style-list .post__inner{grid-template-rows:unset}.post.post--template.post--tiles-new-style-list .post__label-container{display:none}.post.post--template.post--tiles-new-style-list .post__item:nth-child(-n+2) .post__media{display:block}.post.post--template.post--tiles-new-style-list .post__item:nth-child(-n+2) .post__date-container{display:-ms-flexbox;display:flex}@media only screen and (min-width:768px){.post.post--template.post--tiles-new-style-list .post__item{grid-column:span 2}.post.post--template.post--tiles-new-style-list .post__item:first-child{grid-column:span 4;grid-row:span 4}.post.post--template.post--tiles-new-style-list .post__item:first-child .post__meta{background:var(--gray-97)}.post.post--template.post--tiles-new-style-list .post__item:first-child .post__desc-container{display:block}.post.post--template.post--tiles-new-style-list .post__item:first-child .post__title{font-size:var(--post-title-lg)}.post.post--template.post--tiles-new-style-list .post__item:first-child .post__inner{grid-template-rows:1fr auto}.post.post--template.post--tiles-new-style-list .post__item:nth-child(2){grid-row:span 3}}@media only screen and (min-width:1200px){.post.post--template.post--tiles-new-style-list .post__item:nth-child(2){grid-row:span 1}.post.post--template.post--tiles-new-style-list .post__item:nth-child(2) .post__img-container{padding:var(--post-image-padding)}}.post.post--template.post--tiles-new-style-list-2{grid-auto-flow:dense}@media only screen and (min-width:768px){.post.post--template.post--tiles-new-style-list-2{grid-template-columns:repeat(9,1fr)}}@media only screen and (min-width:1200px){.post.post--template.post--tiles-new-style-list-2{grid-template-columns:repeat(12,1fr)}}.post.post--template.post--tiles-new-style-list-2 .post__inner{height:100%;display:grid;grid-template-rows:auto 1fr}.post.post--template.post--tiles-new-style-list-2 .post__img-container{padding:var(--post-image-padding-xl)}.post.post--template.post--tiles-new-style-list-2 .post__meta{padding:var(--post-meta-padding-lg);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;background:#fff;box-shadow:0 1rem 4rem var(--blue-shadow)}.post.post--template.post--tiles-new-style-list-2 .post__meta>div:not(:last-child){margin-bottom:var(--post-gap-inside);width:100%}.post.post--template.post--tiles-new-style-list-2 .post__read-more{margin-top:auto}@media only screen and (max-width:767px){.post.post--template.post--tiles-new-style-list-2 .post__img-container{padding:0;height:22rem}}.post.post--template.post--tiles-new-style-list-2 .post__meta{-ms-flex-pack:end;justify-content:flex-end;border:1px solid var(--gray-93);padding:var(--post-meta-padding)}.post.post--template.post--tiles-new-style-list-2 .post__meta div.post__date-container{margin-bottom:0}.post.post--template.post--tiles-new-style-list-2 .post__img-container{padding:var(--post-image-padding);height:100%}.post.post--template.post--tiles-new-style-list-2 .post__desc-container,.post.post--template.post--tiles-new-style-list-2 .post__read-more{display:none}@media only screen and (min-width:768px){.post.post--template.post--tiles-new-style-list-2 .post__media{display:none}}.post.post--template.post--tiles-new-style-list-2 .post__item{position:relative}.post.post--template.post--tiles-new-style-list-2 .post__title{font-size:var(--post-title-sm)}.post.post--template.post--tiles-new-style-list-2 .post__inner{grid-template-rows:unset}.post.post--template.post--tiles-new-style-list-2 .post__label-container{display:none}@media only screen and (min-width:768px){.post.post--template.post--tiles-new-style-list-2 .post__item{grid-column:span 3}}@media only screen and (min-width:768px){.post.post--template.post--tiles-new-style-list-2 .post__item:nth-child(-n+4){grid-row:span 2}}@media only screen and (min-width:1200px){.post.post--template.post--tiles-new-style-list-2 .post__item:nth-child(-n+4) .post__media{display:block}.post.post--template.post--tiles-new-style-list-2 .post__item:nth-child(-n+4) .post__date-container{display:-ms-flexbox;display:flex}.post.post--template.post--tiles-new-style-list-2 .post__item:nth-child(-n+4) .post__meta{border-left:1px solid var(--gray-93);border:1px solid var(--gray-93);-ms-flex-pack:justify;justify-content:space-between}}@media only screen and (min-width:768px){.post.post--template.post--tiles-new-style-list-2 .post__item:first-child{grid-column:span 9}}@media only screen and (min-width:1200px){.post.post--template.post--tiles-new-style-list-2 .post__item:first-child{grid-column:span 6;grid-row:span 4}}.post.post--template.post--tiles-new-style-list-2 .post__item:first-child .post__desc-container,.post.post--template.post--tiles-new-style-list-2 .post__item:first-child .post__media{display:block}.post.post--template.post--tiles-new-style-list-2 .post__item:first-child .post__img-container{padding:var(--post-image-padding-lg)}.post.post--template.post--tiles-new-style-list-2 .post__item:first-child .post__inner{grid-template-rows:1fr auto}.post.post--template.post--tiles-new-style-list-2 .post__item:first-child .post__title{font-size:var(--post-title)}.post.post--template.post--tiles-new-style-list-2 .post__item:first-child .post__meta{padding:var(--post-meta-padding-lg)}.post.post--template.post--tiles-new-style-box{grid-auto-flow:dense}@media only screen and (min-width:768px){.post.post--template.post--tiles-new-style-box{grid-template-columns:repeat(3,1fr)}}@media only screen and (min-width:1200px){.post.post--template.post--tiles-new-style-box{grid-template-columns:repeat(4,1fr)}}.post.post--template.post--tiles-new-style-box .post__inner{height:100%;display:grid;grid-template-rows:auto 1fr}.post.post--template.post--tiles-new-style-box .post__img-container{padding:var(--post-image-padding-xl)}.post.post--template.post--tiles-new-style-box .post__meta{padding:var(--post-meta-padding-lg);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;background:#fff;box-shadow:0 1rem 4rem var(--blue-shadow)}.post.post--template.post--tiles-new-style-box .post__meta>div:not(:last-child){margin-bottom:var(--post-gap-inside);width:100%}.post.post--template.post--tiles-new-style-box .post__read-more{margin-top:auto}@media only screen and (max-width:767px){.post.post--template.post--tiles-new-style-box .post__img-container{padding:0;height:22rem}}.post.post--template.post--tiles-new-style-box .post__meta{-ms-flex-pack:end;justify-content:flex-end;border:1px solid var(--gray-93);padding:var(--post-meta-padding)}.post.post--template.post--tiles-new-style-box .post__meta div.post__date-container{margin-bottom:0}.post.post--template.post--tiles-new-style-box .post__img-container{padding:var(--post-image-padding);height:100%}.post.post--template.post--tiles-new-style-box .post__desc-container,.post.post--template.post--tiles-new-style-box .post__label-container,.post.post--template.post--tiles-new-style-box .post__read-more{display:none}@media only screen and (min-width:768px){.post.post--template.post--tiles-new-style-box .post__media{display:none}}.post.post--template.post--tiles-new-style-box .post__item{position:relative}.post.post--template.post--tiles-new-style-box .post__title{font-size:var(--post-title-sm)}.post.post--template.post--tiles-new-style-box .post__inner{grid-template-rows:unset}.post.post--template.post--tiles-new-style-box .post__item:nth-child(8n-7) .post__media{display:block}.post.post--template.post--tiles-new-style-box .post__item:nth-child(8n-7) .post__inner{position:relative}.post.post--template.post--tiles-new-style-box .post__item:nth-child(8n-7) .post__meta{position:absolute;bottom:0;left:0;background:rgba(0,0,0,.7);border:0;padding:var(--post-meta-padding-lg)}.post.post--template.post--tiles-new-style-box .post__item:nth-child(8n-7) .post__img-container{padding:var(--post-image-padding-xl)}.post.post--template.post--tiles-new-style-box .post__item:nth-child(8n-7) .post__date-icon,.post.post--template.post--tiles-new-style-box .post__item:nth-child(8n-7) .post__meta{color:var(--gray-97)}.post.post--template.post--tiles-new-style-box .post__item:nth-child(8n-7) .post__title{font-size:var(--post-title);color:#fff}@media only screen and (min-width:768px){.post.post--template.post--tiles-new-style-box .post__item:nth-child(8n-7){grid-column:span 2;grid-row:span 2}.post.post--template.post--tiles-new-style-box .post__item:nth-child(8n-7) .post__inner{grid-template-rows:2fr}.post.post--template.post--tiles-new-style-box .post__item:nth-child(2) .post__meta,.post.post--template.post--tiles-new-style-box .post__item:nth-child(3n-1) .post__meta{background:var(--gray-97)}}@media only screen and (min-width:1200px){.post.post--template.post--tiles-new-style-box .post__item:nth-child(8n-7){grid-column:span 3}}.post.post--template.post--tiles-new-style-box-2{grid-auto-flow:dense}@media only screen and (min-width:768px){.post.post--template.post--tiles-new-style-box-2{grid-template-columns:repeat(6,1fr)}}@media only screen and (min-width:1200px){.post.post--template.post--tiles-new-style-box-2{grid-template-columns:repeat(4,1fr)}}.post.post--template.post--tiles-new-style-box-2 .post__inner{height:100%;display:grid;grid-template-rows:auto 1fr}.post.post--template.post--tiles-new-style-box-2 .post__img-container{padding:var(--post-image-padding-xl)}.post.post--template.post--tiles-new-style-box-2 .post__meta{padding:var(--post-meta-padding-lg);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;background:#fff;box-shadow:0 1rem 4rem var(--blue-shadow)}.post.post--template.post--tiles-new-style-box-2 .post__meta>div:not(:last-child){margin-bottom:var(--post-gap-inside);width:100%}.post.post--template.post--tiles-new-style-box-2 .post__read-more{margin-top:auto}@media only screen and (max-width:767px){.post.post--template.post--tiles-new-style-box-2 .post__img-container{padding:0;height:22rem}}.post.post--template.post--tiles-new-style-box-2 .post__desc-container,.post.post--template.post--tiles-new-style-box-2 .post__label-container,.post.post--template.post--tiles-new-style-box-2 .post__read-more{display:none}.post.post--template.post--tiles-new-style-box-2 .post__inner{position:relative;grid-template-rows:2fr}.post.post--template.post--tiles-new-style-box-2 .post__img-container{padding:var(--post-image-padding-lg);height:100%}.post.post--template.post--tiles-new-style-box-2 .post__meta{position:absolute;bottom:0;left:0;border:0;z-index:1;background:transparent;width:100%;padding:var(--post-meta-padding)}.post.post--template.post--tiles-new-style-box-2 .post__meta .post__title{color:#fff}.post.post--template.post--tiles-new-style-box-2 .post__meta .post__date,.post.post--template.post--tiles-new-style-box-2 .post__meta .post__date-icon{color:var(--gray-86)}.post.post--template.post--tiles-new-style-box-2 .post__media{z-index:1}.post.post--template.post--tiles-new-style-box-2 .post__media .post__img-container a:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(0deg,var(--gray-dark),rgba(49,49,49,.5),transparent,transparent);z-index:1;transition:background-color .3s ease-in-out}.post.post--template.post--tiles-new-style-box-2 .post__date,.post.post--template.post--tiles-new-style-box-2 .post__date-icon,.post.post--template.post--tiles-new-style-box-2 .post__meta>div{z-index:2}.post.post--template.post--tiles-new-style-box-2 .post__date-container{margin-bottom:0!important}.post.post--template.post--tiles-new-style-box-2 .post__title{font-size:var(--post-title-sm)}@media only screen and (min-width:768px){.post.post--template.post--tiles-new-style-box-2 .post{direction:rtl}.post.post--template.post--tiles-new-style-box-2 .post__item{grid-column:span 2;direction:ltr}.post.post--template.post--tiles-new-style-box-2 .post__item:first-child{grid-column:span 6}.post.post--template.post--tiles-new-style-box-2 .post__item:first-child .post__meta{background:rgba(0,0,0,.7);width:80%}.post.post--template.post--tiles-new-style-box-2 .post__item:first-child .post__inner{position:relative;grid-template-rows:1fr auto}.post.post--template.post--tiles-new-style-box-2 .post__item:first-child .post__meta{position:absolute;bottom:0;left:0;border:0;color:#fff;padding:var(--post-meta-padding-lg)}.post.post--template.post--tiles-new-style-box-2 .post__item:first-child .post__title{font-size:var(--post-title)}.post.post--template.post--tiles-new-style-box-2 .post__item:first-child .post__img-container{padding:var(--post-image-padding-xl)}.post.post--template.post--tiles-new-style-box-2 .post__item:first-child .post__media{display:block}.post.post--template.post--tiles-new-style-box-2 .post__item:first-child .post__media .post__img-container a:after,.post.post--template.post--tiles-new-style-box-2 .post__item:first-child .post__media .post__img-container a:before{content:unset}}@media only screen and (min-width:1200px){.post.post--template.post--tiles-new-style-box-2 .post__item:first-child{grid-column:span 3}.post.post--template.post--tiles-new-style-box-2 .post__item:nth-child(2){grid-column:span 1}.post.post--template.post--tiles-new-style-box-2 .post__item:nth-child(2) .post__media{display:block}.post.post--template.post--tiles-new-style-box-2 .post__item:nth-child(2) .post__media .post__img-container a:after,.post.post--template.post--tiles-new-style-box-2 .post__item:nth-child(2) .post__media .post__img-container a:before{content:unset}.post.post--template.post--tiles-new-style-box-2 .post__item:nth-child(2) .post__img-container{padding:var(--post-image-padding-lg)}.post.post--template.post--tiles-new-style-box-2 .post__item:nth-child(2) .post__desc-container{display:block}.post.post--template.post--tiles-new-style-box-2 .post__item:nth-child(2) .post__label-container{display:none}.post.post--template.post--tiles-new-style-box-2 .post__item:nth-child(2) .post__inner{grid-template-rows:1fr auto}.post.post--template.post--tiles-new-style-box-2 .post__item:nth-child(2) .post__meta{position:relative;bottom:unset;left:unset;border:unset;color:var(--body-font-color);background:#fff;border:1px solid var(--gray-93)}.post.post--template.post--tiles-new-style-box-2 .post__item:nth-child(2) .post__img-container{padding:var(--post-image-padding);height:100%}.post.post--template.post--tiles-new-style-box-2 .post__item:nth-child(2) .post__date{color:var(--body-font-color)}.post.post--template.post--tiles-new-style-box-2 .post__item:nth-child(2) .post__date-container{margin-bottom:var(--post-gap-inside)!important}.post.post--template.post--tiles-new-style-box-2 .post__item:nth-child(2) .post__date-icon{color:var(--theme)}.post.post--template.post--tiles-new-style-box-2 .post__item:nth-child(2) .post__title{color:initial}}.post.post--template.post--tiles-new-style-2-upgrade{grid-auto-flow:dense}@media only screen and (min-width:768px){.post.post--template.post--tiles-new-style-2-upgrade{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:1200px){.post.post--template.post--tiles-new-style-2-upgrade{grid-template-columns:repeat(3,1fr)}}.post.post--template.post--tiles-new-style-2-upgrade .post__inner{height:100%;display:grid;grid-template-rows:auto 1fr}.post.post--template.post--tiles-new-style-2-upgrade .post__img-container{padding:var(--post-image-padding-xl)}.post.post--template.post--tiles-new-style-2-upgrade .post__meta{padding:var(--post-meta-padding-lg);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;background:#fff;box-shadow:0 1rem 4rem var(--blue-shadow)}.post.post--template.post--tiles-new-style-2-upgrade .post__meta>div:not(:last-child){margin-bottom:var(--post-gap-inside);width:100%}.post.post--template.post--tiles-new-style-2-upgrade .post__read-more{margin-top:auto}@media only screen and (max-width:767px){.post.post--template.post--tiles-new-style-2-upgrade .post__img-container{padding:0;height:22rem}}.post.post--template.post--tiles-new-style-2-upgrade .post__desc-container,.post.post--template.post--tiles-new-style-2-upgrade .post__read-more{display:none}.post.post--template.post--tiles-new-style-2-upgrade .post__inner{grid-template-rows:2fr}.post.post--template.post--tiles-new-style-2-upgrade .post__img-container{padding:var(--post-image-padding-lg);height:100%}.post.post--template.post--tiles-new-style-2-upgrade .post__meta{position:absolute;bottom:0;left:0;border:0;z-index:1;background:transparent;width:100%;padding:var(--post-meta-padding)}.post.post--template.post--tiles-new-style-2-upgrade .post__meta .post__title{color:#fff}.post.post--template.post--tiles-new-style-2-upgrade .post__meta .post__date,.post.post--template.post--tiles-new-style-2-upgrade .post__meta .post__date-icon{color:var(--gray-86)}.post.post--template.post--tiles-new-style-2-upgrade .post__media{z-index:1}.post.post--template.post--tiles-new-style-2-upgrade .post__media .post__img-container a:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(0deg,var(--gray-dark),rgba(49,49,49,.5),transparent,transparent);z-index:1;transition:background-color .3s ease-in-out}.post.post--template.post--tiles-new-style-2-upgrade .post__date,.post.post--template.post--tiles-new-style-2-upgrade .post__date-icon,.post.post--template.post--tiles-new-style-2-upgrade .post__meta>div{z-index:2}.post.post--template.post--tiles-new-style-2-upgrade .post__date-container{margin-bottom:0!important}.post.post--template.post--tiles-new-style-2-upgrade .post__label-container{display:none}.post.post--template.post--tiles-new-style-2-upgrade .post__inner{position:relative}.post.post--template.post--tiles-new-style-2-upgrade .post__item:first-child .post__title-container{position:absolute;left:0;bottom:100%;right:0;background:transparent;margin-bottom:0;padding:var(--post-meta-padding)}.post.post--template.post--tiles-new-style-2-upgrade .post__item:first-child .post__title{font-size:var(--post-title-lg);color:#fff}.post.post--template.post--tiles-new-style-2-upgrade .post__item:first-child .post__label-container{display:none}.post.post--template.post--tiles-new-style-2-upgrade .post__item:first-child .post__media{z-index:1}.post.post--template.post--tiles-new-style-2-upgrade .post__item:first-child .post__media .post__img-container a:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(0deg,var(--gray-dark),rgba(49,49,49,.5),transparent,transparent);z-index:1;transition:background-color .3s ease-in-out}.post.post--template.post--tiles-new-style-2-upgrade .post__item:first-child .post__meta{z-index:2;position:relative;background:var(--theme);color:var(--gray-93);border-color:var(--theme)}.post.post--template.post--tiles-new-style-2-upgrade .post__item:first-child .post__desc-container,.post.post--template.post--tiles-new-style-2-upgrade .post__item:first-child .post__label-container{display:block}@media only screen and (min-width:768px){.post.post--template.post--tiles-new-style-2-upgrade .post__item .post__title{font-size:var(--post-title-sm)}.post.post--template.post--tiles-new-style-2-upgrade .post__item:first-child{grid-column:span 2}.post.post--template.post--tiles-new-style-2-upgrade .post__item:first-child .post__title-container{right:0;background:transparent}.post.post--template.post--tiles-new-style-2-upgrade .post__item:first-child .post__img-container{padding:var(--post-image-padding-xl)}}@media only screen and (min-width:1200px){.post.post--template.post--tiles-new-style-2-upgrade .post__item:first-child{grid-row:span 2}}.post.post--template.post--basic-style .post__inner{height:100%;display:grid;grid-template-rows:auto 1fr}.post.post--template.post--basic-style .post__img-container{padding:var(--post-image-padding-xl)}.post.post--template.post--basic-style .post__meta{padding:var(--post-meta-padding-lg);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;background:#fff;box-shadow:0 1rem 4rem var(--blue-shadow)}.post.post--template.post--basic-style .post__meta>div:not(:last-child){margin-bottom:var(--post-gap-inside);width:100%}.post.post--template.post--basic-style .post__read-more{margin-top:auto}@media only screen and (max-width:767px){.post.post--template.post--basic-style .post__img-container{padding:0;height:22rem}}.post.post--template.post--basic-style .post__meta{-ms-flex-pack:end;justify-content:flex-end;border:1px solid var(--gray-93);padding:var(--post-meta-padding);z-index:1}.post.post--template.post--basic-style .post__meta div.post__date-container{margin-bottom:0;margin-top:0}.post.post--template.post--basic-style .post__item{position:relative}.post.post--template.post--basic-style .post__desc-container,.post.post--template.post--basic-style .post__label-container,.post.post--template.post--basic-style .post__read-more{display:none}.post.post--template.post--basic-style .post__title{font-size:var(--post-title-sm)}.post.post--template.post--basic-style .post__img-container{padding:var(--post-image-padding);height:100%}.post.post--template.post--basic-style.post--2-col .post__img-container{padding:var(--post-image-padding-lg)}.post.post--template.post--basic-style.post--2-col .post__desc-container{display:block}.post.post--template.post--basic-style.post--2-col .post__title{font-size:var(--post-title)}.post.post--template.post--basic-style-2{grid-auto-flow:dense}@media only screen and (min-width:768px){.post.post--template.post--basic-style-2{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:1200px){.post.post--template.post--basic-style-2{grid-template-columns:repeat(2,1fr)}}.post.post--template.post--basic-style-2 .post__inner{height:100%;display:grid;grid-template-rows:auto 1fr}.post.post--template.post--basic-style-2 .post__img-container{padding:var(--post-image-padding-xl)}.post.post--template.post--basic-style-2 .post__meta{padding:var(--post-meta-padding-lg);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;background:#fff;box-shadow:0 1rem 4rem var(--blue-shadow)}.post.post--template.post--basic-style-2 .post__meta>div:not(:last-child){margin-bottom:var(--post-gap-inside);width:100%}.post.post--template.post--basic-style-2 .post__read-more{margin-top:auto}@media only screen and (max-width:767px){.post.post--template.post--basic-style-2 .post__img-container{padding:0;height:22rem}}.post.post--template.post--basic-style-2 .post__meta{-ms-flex-pack:center;justify-content:center;border:1px solid var(--gray-93);padding:var(--post-meta-padding);z-index:1}.post.post--template.post--basic-style-2 .post__meta div.post__date-container{margin-bottom:0}.post.post--template.post--basic-style-2 .post__inner{grid-template-columns:repeat(1,.4fr .6fr);position:relative;grid-template-rows:2fr}.post.post--template.post--basic-style-2 .post__desc-container,.post.post--template.post--basic-style-2 .post__label-container,.post.post--template.post--basic-style-2 .post__read-more{display:none}.post.post--template.post--basic-style-2 .post__item{position:relative}.post.post--template.post--basic-style-2 .post__title{font-size:var(--post-title-sm)}.post.post--template.post--basic-style-2 .post__img-container{padding:var(--post-image-padding-sm);height:100%}@media only screen and (min-width:768px){.post.post--template.post--basic-style-2 .post__item:nth-child(-n+2){grid-row:span 2}}.post.post--template.post--basic-style-2 .post__item:nth-child(-n+2) .post__inner{grid-template-columns:1fr;grid-template-rows:auto 1fr}.post.post--template.post--basic-style-2 .post__item:nth-child(-n+2) .post__img-container{padding:var(--post-image-padding-lg)}.post.post--template.post--basic-style-2 .post__item:nth-child(-n+2) .post__desc-container{display:block}.post.post--template.post--basic-style-2 .post__item:nth-child(-n+2) .post__title{font-size:var(--post-title)}.post.post--template.post--basic-style-3,.post.post--template.post--basic-style-3-rev{grid-auto-flow:dense}@media only screen and (min-width:768px){.post.post--template.post--basic-style-3,.post.post--template.post--basic-style-3-rev{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:1200px){.post.post--template.post--basic-style-3,.post.post--template.post--basic-style-3-rev{grid-template-columns:repeat(4,1fr)}}.post.post--template.post--basic-style-3 .post__inner,.post.post--template.post--basic-style-3-rev .post__inner{height:100%;display:grid;grid-template-rows:auto 1fr}.post.post--template.post--basic-style-3 .post__img-container,.post.post--template.post--basic-style-3-rev .post__img-container{padding:var(--post-image-padding-xl)}.post.post--template.post--basic-style-3 .post__meta,.post.post--template.post--basic-style-3-rev .post__meta{padding:var(--post-meta-padding-lg);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;background:#fff;box-shadow:0 1rem 4rem var(--blue-shadow)}.post.post--template.post--basic-style-3 .post__meta>div:not(:last-child),.post.post--template.post--basic-style-3-rev .post__meta>div:not(:last-child){margin-bottom:var(--post-gap-inside);width:100%}.post.post--template.post--basic-style-3 .post__read-more,.post.post--template.post--basic-style-3-rev .post__read-more{margin-top:auto}@media only screen and (max-width:767px){.post.post--template.post--basic-style-3 .post__img-container,.post.post--template.post--basic-style-3-rev .post__img-container{padding:0;height:22rem}}.post.post--template.post--basic-style-3 .post__meta,.post.post--template.post--basic-style-3-rev .post__meta{-ms-flex-pack:end;justify-content:flex-end;border:1px solid var(--gray-93);padding:var(--post-meta-padding);z-index:1}.post.post--template.post--basic-style-3 .post__meta div.post__date-container,.post.post--template.post--basic-style-3-rev .post__meta div.post__date-container{margin-bottom:0;margin-top:0}.post.post--template.post--basic-style-3 .post__item,.post.post--template.post--basic-style-3-rev .post__item{position:relative}.post.post--template.post--basic-style-3 .post__desc-container,.post.post--template.post--basic-style-3 .post__label-container,.post.post--template.post--basic-style-3 .post__read-more,.post.post--template.post--basic-style-3-rev .post__desc-container,.post.post--template.post--basic-style-3-rev .post__label-container,.post.post--template.post--basic-style-3-rev .post__read-more{display:none}.post.post--template.post--basic-style-3 .post__title,.post.post--template.post--basic-style-3-rev .post__title{font-size:var(--post-title-sm)}.post.post--template.post--basic-style-3 .post__img-container,.post.post--template.post--basic-style-3-rev .post__img-container{padding:var(--post-image-padding);height:100%}@media only screen and (min-width:768px){.post.post--template.post--basic-style-3 .post__item:first-child,.post.post--template.post--basic-style-3-rev .post__item:first-child{grid-column:span 2}}@media only screen and (min-width:1200px){.post.post--template.post--basic-style-3 .post__item:first-child,.post.post--template.post--basic-style-3-rev .post__item:first-child{grid-column:span 4}}.post.post--template.post--basic-style-3 .post__item:first-child .post__title,.post.post--template.post--basic-style-3-rev .post__item:first-child .post__title{font-size:var(--post-title)}.post.post--template.post--basic-style-3 .post__item:first-child .post__desc-container,.post.post--template.post--basic-style-3 .post__item:first-child .post__label-container,.post.post--template.post--basic-style-3-rev .post__item:first-child .post__desc-container,.post.post--template.post--basic-style-3-rev .post__item:first-child .post__label-container{display:block}.post.post--template.post--basic-style-3 .post__item:first-child .post__meta,.post.post--template.post--basic-style-3-rev .post__item:first-child .post__meta{background:var(--gray-97);padding:var(--post-meta-padding-lg)}.post.post--template.post--basic-style-3 .post__item:first-child .post__img-container,.post.post--template.post--basic-style-3-rev .post__item:first-child .post__img-container{padding:var(--post-image-padding-lg)}@media only screen and (min-width:768px){.post.post--template.post--basic-style-3 .post__item:first-child .post__inner,.post.post--template.post--basic-style-3-rev .post__item:first-child .post__inner{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:768px){.post.post--template.post--basic-style-3 .post__item:not(:first-child) .post__meta,.post.post--template.post--basic-style-3-rev .post__item:not(:first-child) .post__meta{text-align:center;-ms-flex-align:center;align-items:center}.post.post--template.post--basic-style-3 .post__item:not(:first-child) .post__date-container,.post.post--template.post--basic-style-3-rev .post__item:not(:first-child) .post__date-container{-ms-flex-pack:center;justify-content:center}}@media only screen and (min-width:768px){.post.post--template.post--basic-style-3-rev .post__item:first-child .post__media{-ms-flex-order:1;order:1}}.post.post--template.post--basic-style-4{grid-auto-flow:dense}@media only screen and (min-width:768px){.post.post--template.post--basic-style-4{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:1200px){.post.post--template.post--basic-style-4{grid-template-columns:repeat(4,1fr)}}.post.post--template.post--basic-style-4 .post__inner{height:100%;display:grid;grid-template-rows:auto 1fr}.post.post--template.post--basic-style-4 .post__img-container{padding:var(--post-image-padding-xl)}.post.post--template.post--basic-style-4 .post__meta{padding:var(--post-meta-padding-lg);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;background:#fff;box-shadow:0 1rem 4rem var(--blue-shadow)}.post.post--template.post--basic-style-4 .post__meta>div:not(:last-child){margin-bottom:var(--post-gap-inside);width:100%}.post.post--template.post--basic-style-4 .post__read-more{margin-top:auto}@media only screen and (max-width:767px){.post.post--template.post--basic-style-4 .post__img-container{padding:0;height:22rem}}.post.post--template.post--basic-style-4 .post__meta{-ms-flex-pack:end;justify-content:flex-end;border:1px solid var(--gray-93);padding:var(--post-meta-padding)}.post.post--template.post--basic-style-4 .post__meta div.post__date-container{margin-bottom:0}.post.post--template.post--basic-style-4 .post__img-container{padding:var(--post-image-padding);height:100%}.post.post--template.post--basic-style-4 .post__item .post__label-container,.post.post--template.post--basic-style-4 .post__item .post__read-more{display:none}.post.post--template.post--basic-style-4 .post__item .post__inner{grid-template-rows:repeat(2,1fr)}.post.post--template.post--basic-style-4 .post__item .post__title{font-size:var(--post-title-sm)}@media only screen and (min-width:1200px){.post.post--template.post--basic-style-4 .post__item:nth-child(2n) .post__media{-ms-flex-order:1;order:1}.post.post--template.post--basic-style-4 .post__item:nth-child(2n) .post__meta{background:var(--gray-97)}}.post.post--template.post--basic-style-sidebar .post__inner{height:100%;display:grid;grid-template-rows:auto 1fr}.post.post--template.post--basic-style-sidebar .post__img-container{padding:var(--post-image-padding-xl)}.post.post--template.post--basic-style-sidebar .post__meta{padding:var(--post-meta-padding-lg);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;background:#fff;box-shadow:0 1rem 4rem var(--blue-shadow)}.post.post--template.post--basic-style-sidebar .post__meta>div:not(:last-child){margin-bottom:var(--post-gap-inside);width:100%}.post.post--template.post--basic-style-sidebar .post__read-more{margin-top:auto}@media only screen and (max-width:767px){.post.post--template.post--basic-style-sidebar .post__img-container{padding:0;height:22rem}}.post.post--template.post--basic-style-sidebar .post__meta{-ms-flex-pack:end;justify-content:flex-end;border:1px solid var(--gray-93);padding:var(--post-meta-padding);z-index:1}.post.post--template.post--basic-style-sidebar .post__meta div.post__date-container{margin-bottom:0;margin-top:0}.post.post--template.post--basic-style-sidebar .post__item{position:relative}.post.post--template.post--basic-style-sidebar .post__desc-container,.post.post--template.post--basic-style-sidebar .post__label-container,.post.post--template.post--basic-style-sidebar .post__read-more{display:none}.post.post--template.post--basic-style-sidebar .post__title{font-size:var(--post-title-sm)}.post.post--template.post--basic-style-sidebar .post__img-container{padding:var(--post-image-padding);height:100%}.post.post--template.post--basic-style-text .post__inner{height:100%;display:grid;grid-template-rows:auto 1fr}.post.post--template.post--basic-style-text .post__img-container{padding:var(--post-image-padding-xl)}.post.post--template.post--basic-style-text .post__meta{padding:var(--post-meta-padding-lg);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;background:#fff;box-shadow:0 1rem 4rem var(--blue-shadow)}.post.post--template.post--basic-style-text .post__meta>div:not(:last-child){margin-bottom:var(--post-gap-inside);width:100%}.post.post--template.post--basic-style-text .post__read-more{margin-top:auto}@media only screen and (max-width:767px){.post.post--template.post--basic-style-text .post__img-container{padding:0;height:22rem}}.post.post--template.post--basic-style-text .post__meta{-ms-flex-pack:end;justify-content:flex-end;border:1px solid var(--gray-93);padding:var(--post-meta-padding)}.post.post--template.post--basic-style-text .post__meta div.post__date-container{margin-bottom:0}.post.post--template.post--basic-style-text .post__img-container{padding:var(--post-image-padding);height:100%}.post.post--template.post--basic-style-text .post__desc-container,.post.post--template.post--basic-style-text .post__label-container,.post.post--template.post--basic-style-text .post__read-more{display:none}@media only screen and (min-width:768px){.post.post--template.post--basic-style-text .post__media{display:none}}.post.post--template.post--basic-style-text .post__item{position:relative}.post.post--template.post--basic-style-text .post__title{font-size:var(--post-title-sm)}.post.post--template.post--basic-style-text .post__inner{grid-template-rows:unset}.post.post--template.post--basic-2-style .post__inner{height:100%;display:grid;grid-template-rows:auto 1fr}.post.post--template.post--basic-2-style .post__img-container{padding:var(--post-image-padding-xl)}.post.post--template.post--basic-2-style .post__meta{padding:var(--post-meta-padding-lg);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;background:#fff;box-shadow:0 1rem 4rem var(--blue-shadow)}.post.post--template.post--basic-2-style .post__meta>div:not(:last-child){margin-bottom:var(--post-gap-inside);width:100%}.post.post--template.post--basic-2-style .post__read-more{margin-top:auto}@media only screen and (max-width:767px){.post.post--template.post--basic-2-style .post__img-container{padding:0;height:22rem}}.post.post--template.post--basic-2-style .post__meta{-ms-flex-pack:end;justify-content:flex-end;border:1px solid var(--gray-93);padding:var(--post-meta-padding);z-index:1}.post.post--template.post--basic-2-style .post__meta div.post__date-container{margin-bottom:0;margin-top:0}.post.post--template.post--basic-2-style .post__item{position:relative}.post.post--template.post--basic-2-style .post__desc-container,.post.post--template.post--basic-2-style .post__label-container,.post.post--template.post--basic-2-style .post__read-more{display:none}.post.post--template.post--basic-2-style .post__title{font-size:var(--post-title-sm)}.post.post--template.post--basic-2-style .post__img-container{padding:var(--post-image-padding);height:100%}.post.post--template.post--basic-2-style .post__date-icon{display:none}.post.post--template.post--basic-2-style .post__label-date-container{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:0!important;margin-top:auto}.post.post--template.post--basic-2-style .post__label-date-container .post__label-container{margin-bottom:0;width:unset;display:block}:root{--post-title-xl:calc(1.58rem + 1.35vw);--post-title-lg:calc(1.54rem + 1.05vw);--post-title:calc(1.5rem + .75vw);--post-title-sm:calc(1.48rem + .6vw);--post-image-padding-2xl:40rem 0;--post-image-padding-xl:20rem 0;--post-image-padding-lg:15rem 0;--post-image-padding:10rem 0;--post-image-padding-sm:7rem 0;--post-meta-padding:2rem;--post-meta-padding-lg:3rem;--post-meta-padding-full-slider:8rem 12rem;--post-gap-inside:2rem;--post-gap-outside:3rem}@media (min-width:1200px){:root{--post-title-xl:3.2rem;--post-title-lg:2.8rem;--post-title:2.4rem;--post-title-sm:2.2rem}}.post.post--template .post__meta{padding:var(--post-meta-padding)}.post.post--template.post--recommendation-style .post__meta{height:30vh;max-height:500px}@media only screen and (min-width:992px){.post.post--template.post--recommendation-style .post__meta{height:55vh}}.post.post--template.post--recommendation-style .post__meta div.post__date-container{margin-bottom:0}.post.post--template.post--recommendation-style .post__desc-container,.post.post--template.post--recommendation-style .post__read-more{display:none}.post.post--template.post--recommendation-style .post__date-container{-ms-flex-order:unset;order:unset}.post.post--template.post--recommendation-style .post__date-icon{display:inline-block}.post.post--template.post--vertical-list-style{grid-row-gap:var(--post-gap-inside)}.post.post--template.post--vertical-list-style .post__meta{background:transparent}.post.post--template.post--vertical-list-style .post__label-container,.post.post--template.post--vertical-list-style .post__read-more{display:none}.post.post--template.post--vertical-list-style .post__item:not(:last-child){padding-bottom:var(--post-gap-inside);border-bottom:1px solid var(--gray-93)}.post.post--template.post--vertical-list-style .post__date-container{margin-bottom:0!important}.post.post--template.post--faq-with-media-style .post__date-container,.post.post--template.post--faq-with-media-style .post__label-container,.post.post--template.post--faq-with-media-style .post__read-more{display:none}.post.post--template.post--faq-with-media-style .post__desc-container{display:block}.post.post--template.post--faq-with-media-style .post__item:not(:last-child){padding-bottom:2rem;border-bottom:1px solid var(--gray-93)}.post__center .post__meta{text-align:center;-ms-flex-align:center!important;align-items:center!important}.post__center .post__date-container{-ms-flex-pack:center;justify-content:center;margin-left:auto;margin-right:auto}.post__center .post__desc{margin:0 auto}.post__center .post__label-list{-ms-flex-pack:center;justify-content:center}.post__hide-date .post__date-container,.post__hide-description .post__desc-container{display:none}.post__hide-date .post__meta{-ms-flex-pack:start!important;justify-content:flex-start!important}.post__hide-label .post__label-container{display:none}.post__grayscale .post__img{filter:grayscale(1)}.post__grayscale .post__item:hover .post__img{filter:grayscale(0)}.post__dark .post__item .post__meta{background:var(--gray-dark)!important;color:#fff;border:1px solid var(--gray-dark)!important}.post__dark .post__item .post__meta .post__title{color:#fff}.post__dark .post__item .post__meta .post__date{color:var(--gray-86)}.post__gray-alt-rev .post__item:nth-child(4n+2) .post__meta,.post__gray-alt-rev .post__item:nth-child(4n+3) .post__meta,.post__gray-alt .post__item:nth-child(4n+1) .post__meta,.post__gray-alt .post__item:nth-child(4n+4) .post__meta,.post__gray-even .post__item:nth-child(2n) .post__meta,.post__gray-odd .post__item:nth-child(odd) .post__meta,.post__gray .post__item .post__meta{background:var(--gray-97)}.utd-slider.post--template.slider-ticker{height:100px;border:2px solid var(--theme);overflow:hidden}@media only screen and (min-width:768px){.utd-slider.post--template.slider-ticker{height:80px}}.utd-slider.post--template.slider-ticker .swiper-button-next,.utd-slider.post--template.slider-ticker .swiper-button-prev{transform:rotate(90deg)}.utd-slider.post--template.slider-ticker .swiper-button-prev{right:40px;left:unset}.utd-slider.post--template.slider-ticker .swiper-pagination{display:none}.utd-slider.post--template .swiper-pagination-bullet-active{background:var(--theme)}.utd-slider.post--template .swiper-container{overflow:hidden}.utd-slider.post--template .post{grid-gap:0}.utd-slider.post--template .post__title{font-size:var(--post-title);color:#fff}.utd-slider.post--template .post__date{font-weight:600}.utd-slider.post--template .post-slider-1 .post__item,.utd-slider.post--template .post-slider-2 .utd-slider.post--template .post-slider-3 .post__item,.utd-slider.post--template .post-slider-4 .post__item,.utd-slider.post--template .post-slider-5 .post__item,.utd-slider.post--template .post-slider-6 .post__item,.utd-slider.post--template .post-slider-7 .post__item,.utd-slider.post--template .post-slider-8 .post__item{box-shadow:unset}.utd-slider.post--template .post-slider-1 .post__item:hover .post__img,.utd-slider.post--template .post-slider-2 .utd-slider.post--template .post-slider-3 .post__item:hover .post__img,.utd-slider.post--template .post-slider-4 .post__item:hover .post__img,.utd-slider.post--template .post-slider-5 .post__item:hover .post__img,.utd-slider.post--template .post-slider-6 .post__item:hover .post__img,.utd-slider.post--template .post-slider-7 .post__item:hover .post__img,.utd-slider.post--template .post-slider-8 .post__item:hover .post__img{transform:unset}.utd-slider.post--template .post-slider-1 .post__meta,.utd-slider.post--template .post-slider-2 .utd-slider.post--template .post-slider-3 .post__meta,.utd-slider.post--template .post-slider-4 .post__meta,.utd-slider.post--template .post-slider-5 .post__meta,.utd-slider.post--template .post-slider-6 .post__meta,.utd-slider.post--template .post-slider-7 .post__meta,.utd-slider.post--template .post-slider-8 .post__meta{-ms-flex-pack:justify;justify-content:space-between;border:1px solid var(--gray-93);padding:var(--post-meta-padding)}.utd-slider.post--template .post-slider-1 .post__meta div:not(:last-child),.utd-slider.post--template .post-slider-2 .utd-slider.post--template .post-slider-3 .post__meta div:not(:last-child),.utd-slider.post--template .post-slider-4 .post__meta div:not(:last-child),.utd-slider.post--template .post-slider-5 .post__meta div:not(:last-child),.utd-slider.post--template .post-slider-6 .post__meta div:not(:last-child),.utd-slider.post--template .post-slider-7 .post__meta div:not(:last-child),.utd-slider.post--template .post-slider-8 .post__meta div:not(:last-child){margin-bottom:var(--post-gap-inside);width:100%}.utd-slider.post--template .post-slider-1 .post__meta div.post__date-container,.utd-slider.post--template .post-slider-2 .utd-slider.post--template .post-slider-3 .post__meta div.post__date-container,.utd-slider.post--template .post-slider-4 .post__meta div.post__date-container,.utd-slider.post--template .post-slider-5 .post__meta div.post__date-container,.utd-slider.post--template .post-slider-6 .post__meta div.post__date-container,.utd-slider.post--template .post-slider-7 .post__meta div.post__date-container,.utd-slider.post--template .post-slider-8 .post__meta div.post__date-container{margin-bottom:0;width:auto}.utd-slider.post--template .post-slider-1 .post__img-container,.utd-slider.post--template .post-slider-2 .utd-slider.post--template .post-slider-3 .post__img-container,.utd-slider.post--template .post-slider-4 .post__img-container,.utd-slider.post--template .post-slider-5 .post__img-container,.utd-slider.post--template .post-slider-6 .post__img-container,.utd-slider.post--template .post-slider-7 .post__img-container,.utd-slider.post--template .post-slider-8 .post__img-container{padding:var(--post-image-padding);height:100%}.utd-slider.post--template .post-slider-1 .post__title>a{color:#fff;text-shadow:1px 1px 5px rgba(0,0,0,.1)}.utd-slider.post--template .post-slider-1 .post__img-container{padding:var(--post-image-padding-xl)}.utd-slider.post--template .post-slider-1 .post__meta{min-height:55vh;max-height:500px;-ms-flex-pack:end;justify-content:flex-end}.utd-slider.post--template .post-slider-1 .post__meta .post__date-container{margin-bottom:var(--post-gap-inside)!important}.utd-slider.post--template .post-slider-1 .post__meta .post__title-container{margin-bottom:0!important}.utd-slider.post--template .post-slider-2 .post__date-icon,.utd-slider.post--template .post-slider-2 .post__desc-container,.utd-slider.post--template .post-slider-2 .post__read-more{display:none}.utd-slider.post--template .post-slider-2 .post__item{box-shadow:unset}.utd-slider.post--template .post-slider-2 .post__label-date-container{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.utd-slider.post--template .post-slider-2 .post__img-container{padding:var(--post-image-padding)}.utd-slider.post--template .post-slider-2 .post__date,.utd-slider.post--template .post-slider-2 .post__title{color:var(--gray-dark)}.utd-slider.post--template .post-slider-2 .post__meta{padding:var(--post-meta-padding)}.utd-slider.post--template .post-slider-2 .post__meta div:not(:last-child){margin-bottom:var(--post-gap-inside);width:100%}.utd-slider.post--template .post-slider-2 .post__meta .post__label-container{margin-bottom:0!important;width:auto!important}.utd-slider.post--template .post-slider-3 .post__meta,.utd-slider.post--template .post-slider-4 .post__meta{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.utd-slider.post--template .post-slider-3 .post__meta div:not(:last-child),.utd-slider.post--template .post-slider-4 .post__meta div:not(:last-child){margin-bottom:var(--post-gap-inside);width:100%}.utd-slider.post--template .post-slider-3 .post__label-container,.utd-slider.post--template .post-slider-4 .post__label-container{padding-bottom:0;margin-bottom:var(--post-gap-inside)!important}.utd-slider.post--template .post-slider-3 .post__title>a,.utd-slider.post--template .post-slider-4 .post__title>a{color:#fff;text-shadow:1px 1px 5px rgba(0,0,0,.1)}.utd-slider.post--template .post-slider-3 .post__desc-container,.utd-slider.post--template .post-slider-3 .post__title-container,.utd-slider.post--template .post-slider-4 .post__desc-container,.utd-slider.post--template .post-slider-4 .post__title-container{max-width:800px}.utd-slider.post--template .post-slider-4 .post__meta{-ms-flex-align:center;align-items:center}.utd-slider.post--template .post-slider-4 .post__meta>div{text-align:center}.utd-slider.post--template .post-slider-4 .post__date-container,.utd-slider.post--template .post-slider-4 .post__label-list{-ms-flex-pack:center;justify-content:center}.utd-slider.post--template .post-slider-5 .post__date-container{-ms-flex-order:-1;order:-1}.utd-slider.post--template .post-slider-5 .post__label-container{-ms-flex-order:-2;order:-2}.utd-slider.post--template .post-slider-5 .post__img-container{padding:var(--post-image-padding-xl)}.utd-slider.post--template .post-slider-5 .post__meta{-ms-flex-line-pack:center;align-content:center;background:hsla(0,0%,100%,.5);padding:var(--post-meta-padding-lg)}.utd-slider.post--template .post-slider-5 .post__title{font-size:var(--post-title-lg)}.utd-slider.post--template .post-slider-5.post-slider-dark .post__meta{background:rgba(0,0,0,.5);border:1px solid #777}.utd-slider.post--template .post-slider-5.post-slider-dark .post__title>a{color:#fff}.utd-slider.post--template .post-slider-5.post-slider-dark .post__date-container,.utd-slider.post--template .post-slider-5.post-slider-dark .post__desc-container,.utd-slider.post--template .post-slider-5.post-slider-dark .post__read-more-btn{color:var(--gray-93)}.utd-slider.post--template .post-slider-6 .post__meta{border:0}.utd-slider.post--template .post-slider-6 .post__item{border-radius:0;border-right:1px solid #777;box-shadow:unset}.utd-slider.post--template .post-slider-6 .post__date-container,.utd-slider.post--template .post-slider-6 .post__desc-container,.utd-slider.post--template .post-slider-6 .post__media,.utd-slider.post--template .post-slider-6 .post__read-more{display:none}.utd-slider.post--template .post-slider-6 .post__label-date-container{-ms-flex-order:-1;order:-1}.utd-slider.post--template .post-slider-6 .post__label-container,.utd-slider.post--template .post-slider-6 .post__title-container{margin-bottom:0!important}.utd-slider.post--template .post-slider-6 .post__title{color:var(--gray-dark)}.utd-slider.post--template .post-slider-7 .post__label-list,.utd-slider.post--template .post-slider-7 .post__meta{-ms-flex-pack:center;justify-content:center}.utd-slider.post--template .post-slider-7 .post__date,.utd-slider.post--template .post-slider-7 .post__date-icon,.utd-slider.post--template .post-slider-7 .post__desc-container,.utd-slider.post--template .post-slider-7 .post__media,.utd-slider.post--template .post-slider-7 .post__read-more{display:none}.utd-slider.post--template .post-slider-7 .post__label-date-container{-ms-flex-order:-1;order:-1}.utd-slider.post--template .post-slider-7 .post__label-container,.utd-slider.post--template .post-slider-7 .post__title-container{margin-bottom:0!important}.utd-slider.post--template .post-slider-7 .post__title{color:var(--gray-dark)}.utd-slider.post--template .post-slider-8 .post--template .post__meta>div:not(:last-child){width:unset}.utd-slider.post--template .post-slider-8 .post__inner{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.utd-slider.post--template .post-slider-8 .post__title-container{margin-bottom:0!important}.utd-slider.post--template .post-slider-8 .post__meta{display:-ms-flexbox;display:flex;border:0;-ms-flex-align:start;align-items:flex-start;width:90%;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;height:100%}.utd-slider.post--template .post-slider-8 .post__title{color:var(--gray-dark);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:85%;text-align:left}.utd-slider.post--template .post-slider-8 .post__title-container{width:unset}.utd-slider.post--template .post-slider-8 .post__date,.utd-slider.post--template .post-slider-8 .post__date-icon,.utd-slider.post--template .post-slider-8 .post__desc-container,.utd-slider.post--template .post-slider-8 .post__media,.utd-slider.post--template .post-slider-8 .post__read-more{display:none}.utd-slider.post--template .post-slider-8 .post__label-container{-ms-flex-order:-1;order:-1;margin-bottom:calc(var(--post-gap-inside) / 2)!important;display:none}@media only screen and (min-width:768px){.utd-slider.post--template .post-slider-8 .post__label-container{display:block}}.utd-slider.post--template .post-slider-8 .post__label-date-container{width:unset!important;-ms-flex-order:-1;order:-1}.utd-slider.post--template .post-slider-8 .post__item{border-radius:unset}@media only screen and (min-width:768px){.utd-slider.post--template .post-slider-8 .post__meta{-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center}.utd-slider.post--template .post-slider-8 .post__label-container{-ms-flex-order:-1;order:-1;margin-bottom:0!important}}.utd-slider.post--template .slider-fullscreen .post__title{font-size:var(--post-title-xl);color:#fff;text-shadow:1px 1px 5px rgba(0,0,0,.1)}.utd-slider.post--template .slider-fullscreen .post__desc-container,.utd-slider.post--template .slider-fullscreen .post__read-more{display:inherit}.utd-slider.post--template .slider-fullscreen .post__meta{padding:var(--post-meta-padding-full-slider);min-height:60vh}@media only screen and (max-width:768px){.utd-slider.post--template .slider-fullscreen .post__meta{padding:var(--post-meta-padding-lg)}}.gallery__img-container{position:relative;overflow:hidden;height:25rem}.gallery__img-link:hover:after{opacity:.7}.gallery__img-link:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:var(--theme-hover);opacity:0;transition:opacity .4s ease-in-out}.gallery__img{width:100%;height:100%;position:absolute;top:0;object-fit:cover}.gallery{display:grid;grid-gap:2rem}@media only screen and (min-width:992px){.gallery{grid-gap:3rem}}.gallery--1-col{grid-template-columns:1fr}@media only screen and (min-width:768px){.gallery--2-col,.gallery--3-col{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:992px){.gallery--3-col{grid-template-columns:repeat(3,1fr);grid-gap:2rem}}@media only screen and (min-width:768px){.gallery--4-col{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:992px){.gallery--4-col{grid-template-columns:repeat(4,1fr);grid-gap:2rem}}.gallery--2-col .gallery__img-container{padding:calc(3.06rem + 12.45vw) 0}@media (min-width:1200px){.gallery--2-col .gallery__img-container{padding:18rem 0}}.gallery--3-col .gallery__img-container{padding:calc(2.46rem + 7.95vw) 0}@media (min-width:1200px){.gallery--3-col .gallery__img-container{padding:12rem 0}}.gallery--masonry{grid-auto-flow:dense}@media only screen and (min-width:768px){.gallery--masonry .gallery__item:nth-child(2n){grid-row:span 8}.gallery--masonry .gallery__item:nth-child(odd){grid-row:span 12}.gallery--masonry .gallery__img-container{padding:calc(2.46rem + 7.95vw) 0;height:100%}}@media only screen and (min-width:768px) and (min-width:1200px){.gallery--masonry .gallery__img-container{padding:12rem 0}}.gallery--justify{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (min-width:992px){.gallery--justify{grid-gap:2rem}}.gallery--justify .gallery__item{-ms-flex:1 1 100%;flex:1 1 100%;display:grid;grid-template-rows:auto 1fr}.gallery--justify .gallery__img-container{padding:calc(3.06rem + 12.45vw) 0}@media (min-width:1200px){.gallery--justify .gallery__img-container{padding:18rem 0}}@media only screen and (min-width:768px){.gallery--justify .gallery__item{-ms-flex:1 1 49.5%;flex:1 1 49.5%}.gallery--justify .gallery__item:nth-child(2n),.gallery--justify .gallery__item:nth-child(3n){-ms-flex:1 1 33%;flex:1 1 33%}.gallery--justify .gallery__item:nth-child(5n){-ms-flex:1 1 49.5%;flex:1 1 49.5%}}@media only screen and (min-width:992px){.gallery--justify .gallery__item{-ms-flex:1 1 49.5%;flex:1 1 49.5%}.gallery--justify .gallery__item:nth-child(2n){-ms-flex:1 1 33%;flex:1 1 33%}.gallery--justify .gallery__item:nth-child(3n){-ms-flex:1 1 24.75%;flex:1 1 24.75%}.gallery--justify .gallery__item:nth-child(5n){-ms-flex:1 1 33%;flex:1 1 33%}}.utd-elements-type-gallery{display:grid;grid-gap:calc(1.46rem + .45vw);grid-auto-flow:dense}@media (min-width:1200px){.utd-elements-type-gallery{grid-gap:2rem}}.utd-elements-type-gallery .gallery__img-link{width:100%!important;height:100%!important}.utd-elements-type-gallery .gallery__img-container{position:relative;overflow:hidden;height:100%}.utd-elements-type-gallery .gallery__img{height:inherit!important;width:100%!important;object-fit:cover;position:relative}.utd-elements-type-gallery .gallery__img-container:hover .gallery__img-link:after{opacity:.7;z-index:1}.utd-elements-type-gallery.gallery-template-1{grid-auto-rows:25rem}@media only screen and (min-width:768px){.utd-elements-type-gallery.gallery-template-1{grid-template-columns:repeat(2,1fr);grid-auto-rows:40rem}}.utd-elements-type-gallery.gallery-template-2{grid-auto-rows:25rem}@media only screen and (min-width:768px){.utd-elements-type-gallery.gallery-template-2{grid-template-columns:repeat(2,1fr);grid-auto-rows:40rem}}@media only screen and (min-width:992px){.utd-elements-type-gallery.gallery-template-2{grid-template-columns:repeat(3,1fr)}}.utd-elements-type-gallery.gallery-template-3{grid-auto-rows:25rem}@media only screen and (min-width:768px){.utd-elements-type-gallery.gallery-template-3{grid-template-columns:repeat(2,1fr);grid-auto-rows:150px}}@media only screen and (min-width:992px){.utd-elements-type-gallery.gallery-template-3{grid-template-columns:repeat(3,1fr)}}@media only screen and (min-width:768px){.utd-elements-type-gallery.gallery-template-3 .gallery__item:nth-child(2n){grid-row:span 2}.utd-elements-type-gallery.gallery-template-3 .gallery__item:nth-child(odd){grid-row:span 3}}.utd-elements-type-gallery.gallery-template-4{grid-auto-rows:20rem}@media only screen and (min-width:768px){.utd-elements-type-gallery.gallery-template-4{grid-template-columns:repeat(8,1fr);grid-auto-rows:30rem}}@media only screen and (min-width:992px){.utd-elements-type-gallery.gallery-template-4{grid-template-columns:repeat(18,1fr)}}@media only screen and (min-width:768px){.utd-elements-type-gallery.gallery-template-4 .gallery__item{grid-column:span 4}.utd-elements-type-gallery.gallery-template-4 .gallery__item:nth-child(5n+1){grid-column:span 5}.utd-elements-type-gallery.gallery-template-4 .gallery__item:nth-child(5n+2){grid-column:span 3}.utd-elements-type-gallery.gallery-template-4 .gallery__item:nth-child(5n+5){grid-column:span 8}}@media only screen and (min-width:992px){.utd-elements-type-gallery.gallery-template-4 .gallery__item{grid-column:span 6}.utd-elements-type-gallery.gallery-template-4 .gallery__item:nth-child(5n+1){grid-column:span 11}.utd-elements-type-gallery.gallery-template-4 .gallery__item:nth-child(5n+2){grid-column:span 7}.utd-elements-type-gallery.gallery-template-4 .gallery__item:nth-child(5n+5){grid-column:span 6}}.utd-elements-type-gallery.gallery-template-5{grid-template-columns:repeat(3,1fr);grid-auto-rows:120px}@media only screen and (min-width:768px){.utd-elements-type-gallery.gallery-template-5{grid-template-columns:repeat(4,1fr);grid-auto-rows:160px}}@media only screen and (min-width:992px){.utd-elements-type-gallery.gallery-template-5{grid-template-columns:repeat(7,1fr);grid-auto-rows:200px}}.utd-elements-type-gallery.gallery-template-5 .gallery__item{grid-row:span 1;grid-column:span 1}.utd-elements-type-gallery.gallery-template-5 .gallery__item:nth-child(9n+1){grid-row:span 3;grid-column:span 3}.utd-elements-type-gallery.gallery-template-5 .gallery__item:nth-child(9n+2){grid-row:span 2;grid-column:span 1}.utd-elements-type-gallery.gallery-template-5 .gallery__item:nth-child(9n+3){grid-row:span 1;grid-column:span 2}.utd-elements-type-gallery.gallery-template-5 .gallery__item:nth-child(9n+4),.utd-elements-type-gallery.gallery-template-5 .gallery__item:nth-child(9n+5){grid-row:span 1;grid-column:span 1}.utd-elements-type-gallery.gallery-template-5 .gallery__item:nth-child(9n+6){grid-row:span 2;grid-column:span 3}.utd-elements-type-gallery.gallery-template-5 .gallery__item:nth-child(9n+7){grid-row:span 2;grid-column:span 2}.utd-elements-type-gallery.gallery-template-5 .gallery__item:nth-child(9n+8),.utd-elements-type-gallery.gallery-template-5 .gallery__item:nth-child(9n+9){grid-row:span 1;grid-column:span 1}@media only screen and (min-width:768px){.utd-elements-type-gallery.gallery-template-5 .gallery__item:nth-child(9n+1),.utd-elements-type-gallery.gallery-template-5 .gallery__item:nth-child(9n+9){grid-row:span 2;grid-column:span 2}.utd-elements-type-gallery.gallery-template-5 .gallery__item:nth-child(9n+2),.utd-elements-type-gallery.gallery-template-5 .gallery__item:nth-child(9n+3),.utd-elements-type-gallery.gallery-template-5 .gallery__item:nth-child(9n+5){grid-row:span 1;grid-column:span 2}.utd-elements-type-gallery.gallery-template-5 .gallery__item:nth-child(9n+4),.utd-elements-type-gallery.gallery-template-5 .gallery__item:nth-child(9n+6){grid-row:span 1;grid-column:span 1}.utd-elements-type-gallery.gallery-template-5 .gallery__item:nth-child(9n+7),.utd-elements-type-gallery.gallery-template-5 .gallery__item:nth-child(9n+8){grid-row:span 2;grid-column:span 1}}@media only screen and (min-width:992px){.utd-elements-type-gallery.gallery-template-5 .gallery__item:nth-child(9n+1){grid-row:span 3;grid-column:span 3}.utd-elements-type-gallery.gallery-template-5 .gallery__item:nth-child(9n+2){grid-row:span 2;grid-column:span 2}.utd-elements-type-gallery.gallery-template-5 .gallery__item:nth-child(9n+3){grid-row:span 1;grid-column:span 2}.utd-elements-type-gallery.gallery-template-5 .gallery__item:nth-child(9n+4){grid-row:span 2;grid-column:span 2}.utd-elements-type-gallery.gallery-template-5 .gallery__item:nth-child(9n+5),.utd-elements-type-gallery.gallery-template-5 .gallery__item:nth-child(9n+6){grid-row:span 1;grid-column:span 2}.utd-elements-type-gallery.gallery-template-5 .gallery__item:nth-child(9n+7){grid-row:span 2;grid-column:span 4}.utd-elements-type-gallery.gallery-template-5 .gallery__item:nth-child(9n+8){grid-row:span 2;grid-column:span 1}.utd-elements-type-gallery.gallery-template-5 .gallery__item:nth-child(9n+9){grid-row:span 1;grid-column:span 2}}.utd-elements-type-gallery.gallery-template-6{grid-template-columns:repeat(2,1fr);grid-auto-rows:50px}@media only screen and (min-width:768px){.utd-elements-type-gallery.gallery-template-6{grid-template-columns:repeat(3,1fr);grid-auto-rows:70px}}@media only screen and (min-width:992px){.utd-elements-type-gallery.gallery-template-6{grid-template-columns:repeat(3,1fr);grid-auto-rows:100px}}.utd-elements-type-gallery.gallery-template-6 .gallery__item{grid-row:span 1;grid-column:span 1}.utd-elements-type-gallery.gallery-template-6 .gallery__item:nth-child(9n+1){grid-row:span 6;grid-column:span 1}.utd-elements-type-gallery.gallery-template-6 .gallery__item:nth-child(9n+2){grid-row:span 4;grid-column:span 1}.utd-elements-type-gallery.gallery-template-6 .gallery__item:nth-child(9n+3){grid-row:span 5;grid-column:span 1}.utd-elements-type-gallery.gallery-template-6 .gallery__item:nth-child(9n+4){grid-row:span 3;grid-column:span 1}.utd-elements-type-gallery.gallery-template-6 .gallery__item:nth-child(9n+5){grid-row:span 6;grid-column:span 1}.utd-elements-type-gallery.gallery-template-6 .gallery__item:nth-child(9n+6){grid-row:span 5;grid-column:span 1}.utd-elements-type-gallery.gallery-template-6 .gallery__item:nth-child(9n+7){grid-row:span 2;grid-column:span 1}.utd-elements-type-gallery.gallery-template-6 .gallery__item:nth-child(9n+8){grid-row:span 4;grid-column:span 1}.utd-elements-type-gallery.gallery-template-6 .gallery__item:nth-child(9n+9){grid-row:span 7;grid-column:span 1}.utd-elements-type-gallery.gallery-template-7{grid-template-columns:repeat(2,1fr);grid-auto-rows:18rem}@media only screen and (min-width:768px){.utd-elements-type-gallery.gallery-template-7{grid-template-columns:repeat(3,1fr);grid-auto-rows:20rem}}@media only screen and (min-width:992px){.utd-elements-type-gallery.gallery-template-7{grid-template-columns:repeat(4,1fr);grid-auto-rows:30rem}}.utd-elements-type-gallery.gallery-template-7 .gallery__item{grid-row:span 1;grid-column:span 1}.utd-elements-type-gallery.gallery-template-7 .gallery__item:nth-child(9n+1),.utd-elements-type-gallery.gallery-template-7 .gallery__item:nth-child(9n+5){grid-column:span 2}.utd-elements-type-gallery.gallery-template-7 .gallery__item:nth-child(9n+3){grid-row:span 2}.utd-elements-type-gallery.gallery-template-7 .gallery__item:nth-child(9n+6){grid-row:span 3}@media only screen and (min-width:768px){.utd-elements-type-gallery.gallery-template-7 .gallery__item:nth-child(9n+1),.utd-elements-type-gallery.gallery-template-7 .gallery__item:nth-child(9n+8){grid-row:span 2;grid-column:span 2}.utd-elements-type-gallery.gallery-template-7 .gallery__item:nth-child(9n+3),.utd-elements-type-gallery.gallery-template-7 .gallery__item:nth-child(9n+5),.utd-elements-type-gallery.gallery-template-7 .gallery__item:nth-child(9n+6){grid-row:span 1;grid-column:span 1}}@media only screen and (min-width:992px){.utd-elements-type-gallery.gallery-template-7 .gallery__item:nth-child(9n+1),.utd-elements-type-gallery.gallery-template-7 .gallery__item:nth-child(9n+6){grid-row:span 2;grid-column:span 2}.utd-elements-type-gallery.gallery-template-7 .gallery__item:nth-child(9n+2){grid-row:span 1;grid-column:span 2}.utd-elements-type-gallery.gallery-template-7 .gallery__item:nth-child(9n+3),.utd-elements-type-gallery.gallery-template-7 .gallery__item:nth-child(9n+5),.utd-elements-type-gallery.gallery-template-7 .gallery__item:nth-child(9n+8){grid-row:span 1;grid-column:span 1}}.utd-elements-type-gallery.gallery-template-8{grid-template-columns:repeat(2,1fr);grid-auto-rows:20rem}@media only screen and (min-width:768px){.utd-elements-type-gallery.gallery-template-8{grid-template-columns:repeat(3,1fr);grid-auto-rows:25rem}}@media only screen and (min-width:992px){.utd-elements-type-gallery.gallery-template-8{grid-template-columns:repeat(5,1fr);grid-auto-rows:35rem}}.utd-elements-type-gallery.gallery-template-8 .gallery__item{grid-row:span 1;grid-column:span 1}.utd-elements-type-gallery.gallery-template-8 .gallery__item:nth-child(9n+2),.utd-elements-type-gallery.gallery-template-8 .gallery__item:nth-child(9n+5){grid-row:span 2;grid-column:span 1}.utd-elements-type-gallery.gallery-template-8 .gallery__item:nth-child(9n+4){grid-row:span 1;grid-column:span 2}@media only screen and (min-width:768px){.utd-elements-type-gallery.gallery-template-8 .gallery__item:nth-child(9n+3),.utd-elements-type-gallery.gallery-template-8 .gallery__item:nth-child(9n+6){grid-row:span 2;grid-column:span 1}.utd-elements-type-gallery.gallery-template-8 .gallery__item:nth-child(9n+2),.utd-elements-type-gallery.gallery-template-8 .gallery__item:nth-child(9n+4),.utd-elements-type-gallery.gallery-template-8 .gallery__item:nth-child(9n+5){grid-row:span 1;grid-column:span 1}}@media only screen and (min-width:992px){.utd-elements-type-gallery.gallery-template-8 .gallery__item:nth-child(9n+3){grid-row:span 2;grid-column:span 1}.utd-elements-type-gallery.gallery-template-8 .gallery__item:nth-child(9n+4){grid-row:span 1;grid-column:span 2}.utd-elements-type-gallery.gallery-template-8 .gallery__item:nth-child(9n+7){grid-row:span 2;grid-column:span 2}.utd-elements-type-gallery.gallery-template-8 .gallery__item:nth-child(9n+6){grid-row:span 2;grid-column:span 1}.utd-elements-type-gallery.gallery-template-8 .gallery__item:nth-child(9n+2),.utd-elements-type-gallery.gallery-template-8 .gallery__item:nth-child(9n+5){grid-row:span 1;grid-column:span 1}}.utd-elements-type-gallery.gallery-template-9{grid-template-columns:repeat(2,1fr);grid-auto-rows:20rem}@media only screen and (min-width:768px){.utd-elements-type-gallery.gallery-template-9{grid-template-columns:repeat(4,1fr);grid-auto-rows:20rem}}@media only screen and (min-width:992px){.utd-elements-type-gallery.gallery-template-9{grid-template-columns:repeat(9,1fr);grid-auto-rows:25rem}}.utd-elements-type-gallery.gallery-template-9 .gallery__item{grid-row:span 1;grid-column:span 1}.utd-elements-type-gallery.gallery-template-9 .gallery__item:nth-child(9n+1){grid-column:span 2}.utd-elements-type-gallery.gallery-template-9 .gallery__item:nth-child(9n+3),.utd-elements-type-gallery.gallery-template-9 .gallery__item:nth-child(9n+7){grid-row:span 2}@media only screen and (min-width:768px){.utd-elements-type-gallery.gallery-template-9 .gallery__item:nth-child(9n+1){grid-row:span 2;grid-column:span 2}.utd-elements-type-gallery.gallery-template-9 .gallery__item:nth-child(9n+2),.utd-elements-type-gallery.gallery-template-9 .gallery__item:nth-child(9n+3){grid-column:span 2}.utd-elements-type-gallery.gallery-template-9 .gallery__item:nth-child(9n+4){grid-column:span 3}.utd-elements-type-gallery.gallery-template-9 .gallery__item:nth-child(9n+5),.utd-elements-type-gallery.gallery-template-9 .gallery__item:nth-child(9n+6),.utd-elements-type-gallery.gallery-template-9 .gallery__item:nth-child(9n+8){grid-column:span 1}.utd-elements-type-gallery.gallery-template-9 .gallery__item:nth-child(9n+9){grid-column:span 4}.utd-elements-type-gallery.gallery-template-9 .gallery__item:nth-child(9n+7){grid-column:span 2}}@media only screen and (min-width:992px){.utd-elements-type-gallery.gallery-template-9 .gallery__item:nth-child(9n+1){grid-row:span 2;grid-column:span 4}.utd-elements-type-gallery.gallery-template-9 .gallery__item:nth-child(9n+2),.utd-elements-type-gallery.gallery-template-9 .gallery__item:nth-child(9n+4){grid-column:span 2}.utd-elements-type-gallery.gallery-template-9 .gallery__item:nth-child(9n+3),.utd-elements-type-gallery.gallery-template-9 .gallery__item:nth-child(9n+5){grid-row:span 2;grid-column:span 3}.utd-elements-type-gallery.gallery-template-9 .gallery__item:nth-child(9n+6),.utd-elements-type-gallery.gallery-template-9 .gallery__item:nth-child(9n+9){grid-column:span 4}.utd-elements-type-gallery.gallery-template-9 .gallery__item:nth-child(9n+7),.utd-elements-type-gallery.gallery-template-9 .gallery__item:nth-child(9n+8){grid-column:span 2}}.text-img__img{height:100%;width:100%;object-fit:cover;position:absolute}.text-img__img-container{position:relative}.text-img--left-1 .text-img__img-container,.text-img--right-1 .text-img__img-container{height:25rem;margin-bottom:calc(1.66rem + 1.95vw)}@media (min-width:1200px){.text-img--left-1 .text-img__img-container,.text-img--right-1 .text-img__img-container{margin-bottom:4rem}}.text-img--left-1 .text-img__text,.text-img--left-1 .text-img__title,.text-img--right-1 .text-img__text,.text-img--right-1 .text-img__title{padding:0 1.5rem;margin-left:auto;margin-right:auto}@media only screen and (min-width:576px){.text-img--left-1 .text-img__text,.text-img--left-1 .text-img__title,.text-img--right-1 .text-img__text,.text-img--right-1 .text-img__title{width:100%;max-width:540px}}@media only screen and (min-width:768px){.text-img--left-1,.text-img--right-1{display:grid;grid-template-columns:1fr 1fr}.text-img--left-1 .text-img__img-container,.text-img--right-1 .text-img__img-container{grid-row:1/span 2;margin-bottom:0;height:100%}.text-img--left-1 .text-img__text,.text-img--left-1 .text-img__title,.text-img--right-1 .text-img__text,.text-img--right-1 .text-img__title{max-width:360px;margin-left:0;margin-right:0;padding-left:4rem}.text-img--left-1 .text-img__title,.text-img--right-1 .text-img__title{padding-top:calc(1.66rem + 1.95vw);-ms-flex-item-align:end;align-self:end}}@media only screen and (min-width:768px) and (min-width:1200px){.text-img--left-1 .text-img__title,.text-img--right-1 .text-img__title{padding-top:4rem}}@media only screen and (min-width:768px){.text-img--left-1 .text-img__text,.text-img--right-1 .text-img__text{padding-bottom:calc(1.66rem + 1.95vw);-ms-flex-item-align:start;align-self:start}}@media only screen and (min-width:768px) and (min-width:1200px){.text-img--left-1 .text-img__text,.text-img--right-1 .text-img__text{padding-bottom:4rem}}@media only screen and (min-width:992px){.text-img--left-1 .text-img__text,.text-img--left-1 .text-img__title,.text-img--right-1 .text-img__text,.text-img--right-1 .text-img__title{max-width:480px;padding-left:5rem}}@media only screen and (min-width:1200px){.text-img--left-1 .text-img__text,.text-img--left-1 .text-img__title,.text-img--right-1 .text-img__text,.text-img--right-1 .text-img__title{max-width:570px}}.text-img--right-1 .text-img__img-container{grid-column:2/-1}@media only screen and (min-width:768px){.text-img--right-1 .text-img__text,.text-img--right-1 .text-img__title{margin-left:auto;padding-left:1.5rem;padding-right:4rem}}@media only screen and (min-width:992px){.text-img--right-1 .text-img__text,.text-img--right-1 .text-img__title{padding-left:1.5rem;padding-right:5rem}}.text-img--left-2 .text-img__img-container,.text-img--right-2 .text-img__img-container{height:25rem;margin-bottom:calc(1.66rem + 1.95vw)}@media (min-width:1200px){.text-img--left-2 .text-img__img-container,.text-img--right-2 .text-img__img-container{margin-bottom:4rem}}@media only screen and (min-width:768px){.text-img--left-2,.text-img--right-2{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:4rem}.text-img--left-2 .text-img__img-container,.text-img--right-2 .text-img__img-container{grid-row:1/span 2;margin-bottom:0;height:100%}.text-img--left-2 .text-img__title,.text-img--right-2 .text-img__title{padding-top:calc(1.66rem + 1.95vw);-ms-flex-item-align:end;align-self:end}}@media only screen and (min-width:768px) and (min-width:1200px){.text-img--left-2 .text-img__title,.text-img--right-2 .text-img__title{padding-top:4rem}}@media only screen and (min-width:768px){.text-img--left-2 .text-img__text,.text-img--right-2 .text-img__text{padding-bottom:calc(1.66rem + 1.95vw);-ms-flex-item-align:start;align-self:start}}@media only screen and (min-width:768px) and (min-width:1200px){.text-img--left-2 .text-img__text,.text-img--right-2 .text-img__text{padding-bottom:4rem}}@media only screen and (min-width:992px){.text-img--left-2,.text-img--right-2{grid-column-gap:5rem}}.text-img--right-2 .text-img__img-container{grid-column:2/-1}.text-img--left-3 .text-img__img-container,.text-img--right-3 .text-img__img-container{height:25rem;margin-bottom:calc(1.66rem + 1.95vw);grid-row:2}@media (min-width:1200px){.text-img--left-3 .text-img__img-container,.text-img--right-3 .text-img__img-container{margin-bottom:4rem}}@media only screen and (min-width:768px){.text-img--left-3,.text-img--right-3{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:4rem;-ms-flex-align:center;align-items:center}.text-img--left-3 .text-img__img-container,.text-img--right-3 .text-img__img-container{margin-bottom:0;height:100%}.text-img--left-3 .text-img__title,.text-img--right-3 .text-img__title{grid-column:1/-1;text-align:center;margin-bottom:4rem}.text-img--left-3 .text-img__text,.text-img--right-3 .text-img__text{padding:calc(1.66rem + 1.95vw) 0}}@media only screen and (min-width:768px) and (min-width:1200px){.text-img--left-3 .text-img__text,.text-img--right-3 .text-img__text{padding:4rem 0}}@media only screen and (min-width:992px){.text-img--left-3,.text-img--right-3{grid-column-gap:5rem}}.text-img--right-3 .text-img__img-container{-ms-flex-order:1;order:1;grid-column:2}.text-img--left-4 .text-img__img-container,.text-img--right-4 .text-img__img-container{height:25rem;margin-bottom:calc(1.66rem + 1.95vw)}@media (min-width:1200px){.text-img--left-4 .text-img__img-container,.text-img--right-4 .text-img__img-container{margin-bottom:4rem}}.text-img--left-4 .text-img__img,.text-img--right-4 .text-img__img{position:static}@media only screen and (min-width:768px){.text-img--left-4 .text-img__img-container,.text-img--right-4 .text-img__img-container{float:left;width:50%;height:20rem;margin-bottom:0;padding:0 calc(1.56rem + 1.2vw) 1rem 0}}@media only screen and (min-width:768px) and (min-width:1200px){.text-img--left-4 .text-img__img-container,.text-img--right-4 .text-img__img-container{padding:0 3rem 1rem 0}}@media only screen and (min-width:768px){.text-img--right-4 .text-img__img-container{float:right;padding:0 0 1rem calc(1.56rem + 1.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.text-img--right-4 .text-img__img-container{padding:0 0 1rem 3rem}}.playlist--vimeo{display:grid;grid-gap:1rem}.playlist--vimeo .playlist__video{height:50vw;width:100%}@media only screen and (min-width:576px){.playlist--vimeo{grid-template-columns:repeat(2,1fr)}.playlist--vimeo .playlist__video-container:first-child{grid-column:1/-1}.playlist--vimeo .playlist__video-container:first-child .playlist__video{height:50vw}.playlist--vimeo .playlist__video{height:22vw}}@media only screen and (min-width:768px){.playlist--vimeo{grid-template-columns:repeat(12,1fr);grid-gap:2rem}.playlist--vimeo .playlist__video-container{grid-column:span 4}.playlist--vimeo .playlist__video-container:first-child{grid-column:span 8;grid-row:span 3}.playlist--vimeo .playlist__video,.playlist--vimeo .playlist__video-container:first-child .playlist__video{height:100%}}#faq-container,.faq-container{position:relative}#faq-container ol,#faq-container ul,.faq-container ol,.faq-container ul{margin-left:30px;list-style:unset;margin-bottom:16px}#faq-container .utd-accordion-filter,.faq-container .utd-accordion-filter{padding:0;padding-bottom:2rem;margin-bottom:0}#faq-container .utd-accordion-filter-btn,.faq-container .utd-accordion-filter-btn{font-size:1.8rem;white-space:nowrap;padding:.5rem 1.5rem!important}#faq-container #utd-accordion .utd-accordion-item .card-header h3,.faq-container #utd-accordion .utd-accordion-item .card-header h3{font-size:1.8rem;line-height:1.5}#faq-container #utd-accordion .utd-accordion-item .card-header .icon-after,.faq-container #utd-accordion .utd-accordion-item .card-header .icon-after{top:auto;right:15px;transition:all .4s ease-in-out}#faq-container #utd-accordion .utd-accordion-item .card-header[aria-expanded=true] .icon-after,.faq-container #utd-accordion .utd-accordion-item .card-header[aria-expanded=true] .icon-after{transform:rotate(-180deg)}.utd-elements-type-faq .faq-container .utd-accordion-filter-btn{font-size:1.6rem}.utd-elements-type-faq .faq-container.faq-template-1 .utd-accordion-filter .btn{margin-bottom:.5rem;margin:0 2rem;display:inline-block}.utd-elements-type-faq .faq-container.faq-template-1 .utd-accordion-filter .btn:active,.utd-elements-type-faq .faq-container.faq-template-1 .utd-accordion-filter .btn:focus,.utd-elements-type-faq .faq-container.faq-template-1 .utd-accordion-filter .btn:hover{background-color:var(--theme)!important;border-color:var(--theme)!important}.utd-elements-type-faq .faq-container.faq-template-1 #utd-accordion .utd-accordion-item.card{border:0}.utd-elements-type-faq .faq-container.faq-template-1 #utd-accordion .utd-accordion-item .card-header{background:transparent;border:0;border-bottom:1px solid var(--theme-hover);border-radius:0;margin-bottom:0;padding:1.3rem 0}.utd-elements-type-faq .faq-container.faq-template-1 #utd-accordion .utd-accordion-item .card-header h3{width:100%;padding-right:10rem}.utd-elements-type-faq .faq-container.faq-template-1 #utd-accordion .utd-accordion-item .card-header .icon-after{transform:rotate(0deg);right:0}.utd-elements-type-faq .faq-container.faq-template-1 #utd-accordion .utd-accordion-item .card-header .icon-after i:before{content:"\f067"}.utd-elements-type-faq .faq-container.faq-template-1 #utd-accordion .utd-accordion-item .card-header[aria-expanded=true] .icon-after{transform:rotate(-45deg)!important}.utd-elements-type-faq .faq-container.faq-template-1 #utd-accordion .utd-accordion-item .card-header[aria-expanded=true] .icon-after i:before{color:var(--theme)}.utd-elements-type-faq .faq-container.faq-template-1 #utd-accordion .utd-accordion-item:last-child .card-header{border-bottom:0!important}.utd-elements-type-faq .faq-container.faq-template-1 #utd-accordion .utd-accordion-item .icon-before{display:none}.utd-elements-type-faq .faq-container.faq-template-2 .utd-accordion-filter .btn{padding:.5rem 1.5rem!important;border:0;font-size:1.6rem;margin-bottom:0;margin-right:0!important;border-right:1px solid #d1d1d1;border-radius:0;text-transform:uppercase}.utd-elements-type-faq .faq-container.faq-template-2 .utd-accordion-filter .btn:last-child{border-right:0}.utd-elements-type-faq .faq-container.faq-template-2 .utd-accordion-filter .btn:active,.utd-elements-type-faq .faq-container.faq-template-2 .utd-accordion-filter .btn:focus,.utd-elements-type-faq .faq-container.faq-template-2 .utd-accordion-filter .btn:hover{background-color:transparent!important;color:var(--theme-hover);border-color:#d1d1d1!important}.utd-elements-type-faq .faq-container.faq-template-2 #utd-accordion .utd-accordion-item.card{border:0}.utd-elements-type-faq .faq-container.faq-template-2 #utd-accordion .utd-accordion-item .card-header{background:transparent;border:0;border-bottom:1px solid var(--gray-93);border-radius:0;margin-bottom:0;padding:1.3rem 0}.utd-elements-type-faq .faq-container.faq-template-2 #utd-accordion .utd-accordion-item .card-header h3{padding-right:5rem}.utd-elements-type-faq .faq-container.faq-template-2 #utd-accordion .utd-accordion-item .card-header .icon-before{display:none}.utd-elements-type-faq .faq-container.faq-template-2 #utd-accordion .utd-accordion-item .card-header .icon-after{right:0;top:auto;font-size:1.6rem;bottom:auto}.utd-elements-type-faq .faq-container.faq-template-2 #utd-accordion .utd-accordion-item:last-child .card-header{border-bottom:0!important}.utd-elements-type-faq .faq-container.faq-template-2 #utd-accordion .utd-accordion-item .fa-caret-down:before{content:"\f107"}.utd-elements-type-faq .faq-container.faq-template-3 .accordion{display:grid;grid-gap:1rem}.utd-elements-type-faq .faq-container.faq-template-3 #utd-accordion .utd-accordion-item.card{border:0;background:transparent}.utd-elements-type-faq .faq-container.faq-template-3 #utd-accordion .utd-accordion-item .card-header{padding:2rem 3rem;border:0}.utd-elements-type-faq .faq-container.faq-template-3 #utd-accordion .utd-accordion-item .card-header h3{padding-right:5rem;position:relative;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;color:#43484e;font-weight:600}.utd-elements-type-faq .faq-container.faq-template-3 #utd-accordion .utd-accordion-item .card-header .icon-before{display:none}.utd-elements-type-faq .faq-container.faq-template-3 #utd-accordion .utd-accordion-item .card-header .icon-after{right:0}.utd-elements-type-faq .faq-container.faq-template-3 #utd-accordion .utd-accordion-item .card-header[aria-expanded=true] .icon-before{transform:rotate(-180deg)}.utd-elements-type-faq .faq-container.faq-template-4 #utd-accordion .utd-accordion-item{border-color:var(--theme)}.utd-elements-type-faq .faq-container.faq-template-4 #utd-accordion .utd-accordion-item .card-header{background:#fff;border-color:var(--theme)}.utd-elements-type-faq .faq-container.faq-template-4 #utd-accordion .utd-accordion-item .card-header h3{padding-right:5rem}.utd-elements-type-faq .faq-container.faq-template-4 #utd-accordion .utd-accordion-item .card-header .icon-after{right:3rem}.utd-elements-type-faq .faq-container.faq-template-4 #utd-accordion .utd-accordion-item .card-header .icon-before .fas.fa-question{color:var(--theme)}.utd-elements-type-faq .faq-container.faq-template-4 #utd-accordion .utd-accordion-item .card-header .icon-before .fas.fa-question:before{content:"\f105"}.utd-elements-type-faq .faq-container.faq-template-4 #utd-accordion .utd-accordion-item .card-header[aria-expanded=true]{background:var(--theme)}.utd-elements-type-faq .faq-container.faq-template-4 #utd-accordion .utd-accordion-item .card-header[aria-expanded=true] .icon-before .fa-question,.utd-elements-type-faq .faq-container.faq-template-4 #utd-accordion .utd-accordion-item .card-header[aria-expanded=true] h3,.utd-elements-type-faq .faq-container.faq-template-4 #utd-accordion .utd-accordion-item .card-header[aria-expanded=true] i{color:#fff}.utd-elements-type-faq .faq-container.faq-template-5 .utd-accordion-filter{border-bottom:1px solid var(--gray-76);padding-bottom:0;margin-bottom:1rem}.utd-elements-type-faq .faq-container.faq-template-5 .utd-accordion-filter .btn{margin:0;margin-right:3rem!important;display:inline-block;border:0;padding:0!important;padding-bottom:1rem!important;border-bottom:3px solid transparent;border-radius:0}.utd-elements-type-faq .faq-container.faq-template-5 .utd-accordion-filter .btn:last-child{margin-right:0!important}.utd-elements-type-faq .faq-container.faq-template-5 .utd-accordion-filter .btn:active,.utd-elements-type-faq .faq-container.faq-template-5 .utd-accordion-filter .btn:focus,.utd-elements-type-faq .faq-container.faq-template-5 .utd-accordion-filter .btn:hover{background-color:transparent!important;border-color:var(--theme)!important;color:var(--theme)!important}.utd-elements-type-faq .faq-container.faq-template-5 #utd-accordion .utd-accordion-item .card-header{background:transparent;border:0;border-radius:0;margin-bottom:0;padding:1.3rem}.utd-elements-type-faq .faq-container.faq-template-5 #utd-accordion .utd-accordion-item .card-header h3{width:100%;padding-right:10rem}.utd-elements-type-faq .faq-container.faq-template-5 #utd-accordion .utd-accordion-item .card-header .icon-before{padding-right:20px;font-size:1.4rem}.utd-elements-type-faq .faq-container.faq-template-5 #utd-accordion .utd-accordion-item .card-header .icon-before .fa-question:before{content:"\f054"}.utd-elements-type-faq .faq-container.faq-template-5 #utd-accordion .utd-accordion-item .card-header .icon-after{right:15px}.utd-elements-type-faq .faq-container.faq-template-5 #utd-accordion .utd-accordion-item .card-header .fa-caret-down{display:none}.utd-elements-type-faq .faq-container.faq-template-5 #utd-accordion .utd-accordion-item .card-header[aria-expanded=true] h3{color:var(--theme)}.utd-elements-type-faq .faq-container.faq-template-5 #utd-accordion .utd-accordion-item:last-child .card-header{border-bottom:0!important}.utd-elements-type-faq .faq-container.faq-template-6 .accordion{display:grid;grid-gap:1rem}.utd-elements-type-faq .faq-container.faq-template-6 #utd-accordion .utd-accordion-item.card{border:1px solid var(--gray-93)}.utd-elements-type-faq .faq-container.faq-template-6 #utd-accordion .utd-accordion-item .card-header{border:0}.utd-elements-type-faq .faq-container.faq-template-6 #utd-accordion .utd-accordion-item .card-header h3{padding-right:5rem;position:relative;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;font-weight:600}.utd-elements-type-faq .faq-container.faq-template-6 #utd-accordion .utd-accordion-item .card-header .icon-before{display:none}.utd-elements-type-faq .faq-container.faq-template-6 #utd-accordion .utd-accordion-item .card-header .fa-caret-down:before{content:"\f078"}.utd-elements-type-faq .faq-container.faq-template-6 #utd-accordion .utd-accordion-item .card-header[aria-expanded=true]{background:#fff}.utd-elements-type-faq .faq-container.faq-template-6 #utd-accordion .utd-accordion-item .card-header[aria-expanded=true] .fa-caret-down{transform:scaleY(-1)!important}.utd-elements-type-faq .faq-container.faq-template-6 #utd-accordion .utd-accordion-item .card-header[aria-expanded=true] .icon-after{transform:rotate(0deg)}.utd-elements-type-faq .faq-container.faq-template-7 .utd-accordion-filter{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;width:60%;margin:auto;-ms-flex-wrap:wrap;flex-wrap:wrap}.utd-elements-type-faq .faq-container.faq-template-7 .utd-accordion-filter .btn{margin:0;margin-bottom:.5rem;-ms-flex:1;flex:1;border-radius:0;margin-right:0!important;padding:1rem 1.5rem!important}.utd-elements-type-faq .faq-container.faq-template-7 .utd-accordion-filter .btn:active,.utd-elements-type-faq .faq-container.faq-template-7 .utd-accordion-filter .btn:focus,.utd-elements-type-faq .faq-container.faq-template-7 .utd-accordion-filter .btn:hover{background-color:var(--theme)!important;border-color:var(--theme)!important}.utd-elements-type-faq .faq-container.faq-template-7 #utd-accordion .utd-accordion-item.card{border:0;border-bottom:2px solid var(--gray-93)}.utd-elements-type-faq .faq-container.faq-template-7 #utd-accordion .utd-accordion-item .card-header{background:transparent;border:0;border-radius:0;margin-bottom:0;padding:1.3rem 0}.utd-elements-type-faq .faq-container.faq-template-7 #utd-accordion .utd-accordion-item .card-header h3{width:100%;padding-right:5rem}.utd-elements-type-faq .faq-container.faq-template-7 #utd-accordion .utd-accordion-item .card-header .icon-after{background:var(--theme);border-radius:100%;width:30px;height:30px;right:10px;text-align:center;transform:rotate(0deg)}.utd-elements-type-faq .faq-container.faq-template-7 #utd-accordion .utd-accordion-item .card-header .icon-after .fa-caret-down{color:#fff;font-size:1.4rem}.utd-elements-type-faq .faq-container.faq-template-7 #utd-accordion .utd-accordion-item .card-header .icon-after .fa-caret-down:before{content:"\f067"}.utd-elements-type-faq .faq-container.faq-template-7 #utd-accordion .utd-accordion-item .card-header[aria-expanded=true] .icon-after .fa-caret-down:before{content:"\f068"}.utd-elements-type-faq .faq-container.faq-template-7 #utd-accordion .utd-accordion-item .card-header[aria-expanded=true] h3{color:var(--theme)}.utd-elements-type-faq .faq-container.faq-template-7 #utd-accordion .utd-accordion-item:last-child .card-header{border-bottom:0!important}.utd-elements-type-faq .faq-container.faq-template-7 #utd-accordion .utd-accordion-item .icon-before{display:none}.utd-elements-type-faq .faq-container.faq-template-8 #utd-accordion .utd-accordion-item.card{background:rgba(0,0,0,.03)}.utd-elements-type-faq .faq-container.faq-template-8 #utd-accordion .utd-accordion-item .card-header{background:transparent;border:0;margin-bottom:0}.utd-elements-type-faq .faq-container.faq-template-8 #utd-accordion .utd-accordion-item .card-header .icon-before{display:none}.utd-elements-type-faq .faq-container.faq-template-8 #utd-accordion .utd-accordion-item .card-body .utd-post-migrated{background:#fff;border-left:5px solid var(--theme)}.utd-elements-type-faq .faq-container.faq-template-9 .accordion{display:grid;grid-gap:1rem}.utd-elements-type-faq .faq-container.faq-template-9 #utd-accordion .utd-accordion-item.card{border:0;background:transparent;box-shadow:0 0 4rem rgba(0,0,0,.1);border-radius:15px}.utd-elements-type-faq .faq-container.faq-template-9 #utd-accordion .utd-accordion-item .card-header{background:#fff;padding:2rem 3rem;border:0}.utd-elements-type-faq .faq-container.faq-template-9 #utd-accordion .utd-accordion-item .card-header h3{padding-right:5rem;position:relative;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;color:#43484e;font-weight:600}.utd-elements-type-faq .faq-container.faq-template-9 #utd-accordion .utd-accordion-item .card-header .icon-before{display:none}.utd-elements-type-faq .faq-container.faq-template-9 #utd-accordion .utd-accordion-item .card-header .fa-caret-down:before{content:"\f054"}.utd-elements-type-faq .faq-container.faq-template-9 #utd-accordion .utd-accordion-item .card-header .icon-after{right:0}.utd-elements-type-faq .faq-container.faq-template-9 #utd-accordion .utd-accordion-item .card-header[aria-expanded=true] .icon-after{transform:rotate(90deg)!important}.utd-elements-type-faq .faq-container.faq-template-9 #utd-accordion .utd-accordion-item .card-body{padding:0 1.25rem}.utd-elements-type-faq .faq-container.faq-template-9 #utd-accordion .utd-accordion-item .card-body .pad-y-2{padding-top:0!important}.team{display:grid;grid-gap:3rem}@media only screen and (min-width:992px){.team{grid-gap:3rem}}.team--1-col{grid-template-columns:1fr}@media only screen and (min-width:768px){.team--2-col,.team--3-col{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:992px){.team--3-col{grid-template-columns:repeat(3,1fr)}}.team__member{display:grid;grid-template-rows:auto 1fr;position:relative}.team__member:hover .team__img{transform:scale(1.05)}.team__img-container{position:relative;overflow:hidden}.team__img{height:auto;width:100%;object-fit:cover;filter:grayscale(0);transition:filter .3s ease-in-out,transform .3s ease-in-out}.team__img-arrow-container{display:none}.team__details{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.team__details p{margin-bottom:0}.team__name{font-size:calc(1.54rem + 1.05vw);margin-bottom:1rem;font-weight:900}@media (min-width:1200px){.team__name{font-size:2.8rem}}.team__position{font-size:calc(1.42rem + .15vw);font-weight:600}@media (min-width:1200px){.team__position{font-size:1.6rem}}.team__desc{margin-top:calc(1.51rem + .825vw)}@media (min-width:1200px){.team__desc{margin-top:2.5rem}}.team__contact-list{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;margin-top:auto;padding-top:calc(1.46rem + .45vw)}@media (min-width:1200px){.team__contact-list{padding-top:2rem}}.team__contact-item:not(:last-child){margin-right:1.5rem}.team__contact-link{color:var(--gray-mid-100)}.team__contact-link:hover{color:var(--theme)}.team__contact-icon{font-size:calc(1.46rem + .45vw)}@media (min-width:1200px){.team__contact-icon{font-size:2rem}}.team--outer-style .team__member{box-shadow:0 .5rem 3rem var(--blue-shadow)}.team--outer-style .team__details{padding:calc(1.66rem + 1.95vw);background-color:#fff}@media (min-width:1200px){.team--outer-style .team__details{padding:4rem}}.team--in-out-style .team__member{box-shadow:0 .5rem 3rem var(--blue-shadow)}.team--in-out-style .team__details{position:relative;padding:calc(1.66rem + 1.95vw);margin:calc(-1.46rem - 2.7vw) calc(1.56rem + 1.2vw) calc(1.56rem + 1.2vw);background-color:#fff;box-shadow:0 1rem 4rem var(--blue-shadow);z-index:1}@media (min-width:1200px){.team--in-out-style .team__details{padding:4rem;margin:-5rem 3rem 3rem}}.team--in-out-style.team--3-col .team__details{padding:calc(1.56rem + 1.2vw);margin:calc(-1.46rem - 2.7vw) calc(1.46rem + .45vw) calc(1.46rem + .45vw)}@media (min-width:1200px){.team--in-out-style.team--3-col .team__details{padding:3rem;margin:-5rem 2rem 2rem}}.team--inner-style .team__member{overflow:hidden}.team--inner-style .team__member:hover .team__img-arrow-container{transform:translateX(100%)}.team--inner-style .team__member:hover .team__details:after{opacity:1}.team--inner-style .team__member:hover .team__name,.team--inner-style .team__member:hover .team__position{opacity:1;transform:translateY(0)}.team--inner-style .team__member:hover .team__contact-list{transform:translateY(0)}.team--inner-style .team__img-arrow-container{display:block;position:absolute;bottom:0;right:0;background-color:#fff;padding:calc(1.41rem + .075vw) calc(1.51rem + .825vw);transition:transform .3s ease-in-out}@media (min-width:1200px){.team--inner-style .team__img-arrow-container{padding:1.5rem 2.5rem}}.team--inner-style .team__img-arrow{font-size:calc(1.44rem + .3vw)}@media (min-width:1200px){.team--inner-style .team__img-arrow{font-size:1.8rem}}.team--inner-style .team__details{-ms-flex-align:center;align-items:center;position:absolute;top:0;right:0;bottom:0;left:0;color:#fff;z-index:1}.team--inner-style .team__details:after{content:"";display:block;position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.6);z-index:-1;opacity:0;transition:opacity .3s ease-in-out}.team--inner-style .team__name{margin-top:auto;transform:translateY(3rem);opacity:0;transition:transform .3s ease-in-out .233s,opacity .3s ease-in-out .233s}.team--inner-style .team__position{transform:translateY(3rem);opacity:0;transition:transform .3s ease-in-out .267s,opacity .3s ease-in-out .267s}.team--inner-style .team__desc{display:none}.team--inner-style .team__contact-list{-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-pack:center;justify-content:center;padding:calc(1.46rem + .45vw) 0;background-color:var(--gray-dark);transform:translateY(100%);transition:transform .3s ease-in-out .3s}@media (min-width:1200px){.team--inner-style .team__contact-list{padding:2rem 0}}.utd-elements-type-teams.team .team__img-container{height:30rem;position:relative}@media only screen and (min-width:768px){.utd-elements-type-teams.team .team__img-container{height:40rem}}.utd-elements-type-teams.team .team__img{height:100%}.utd-elements-type-teams.team .team__details{padding:calc(1.56rem + 1.2vw);background:#fff;box-shadow:0 .5rem 4rem var(--blue-shadow)}.utd-elements-type-teams.team .team__details>:not(:last-child){margin-bottom:calc(1.41rem + .075vw)}@media (min-width:1200px){.utd-elements-type-teams.team .team__details>:not(:last-child){margin-bottom:1.5rem}}@media (min-width:1200px){.utd-elements-type-teams.team .team__details{padding:3rem}}.utd-elements-type-teams.team .team__desc{margin-top:0}.utd-elements-type-teams.team-template-02 .team__details{margin:-5rem 2rem 2rem;z-index:1}.utd-elements-type-teams.team-template-03 .team__img-arrow-container{display:block;z-index:1000;position:absolute;bottom:20px;right:20px;transition:all .3s ease-in-out}.utd-elements-type-teams.team-template-03 .team__member{position:relative;overflow:hidden}.utd-elements-type-teams.team-template-03 .team__member .team__details{position:absolute;bottom:0;width:100%;background-color:var(--gray-dark)!important;padding:3rem;text-align:center;transform:translateY(100%);transition:transform .3s ease-in-out .1s;z-index:2}.utd-elements-type-teams.team-template-03 .team__member:hover .team__details{transform:translateY(0)}.utd-elements-type-teams.team-template-03 .team__member:hover .team__img-arrow-container{display:none}.utd-elements-type-teams.team-template-03 .team__member:hover:after{opacity:1;z-index:1}.utd-elements-type-teams.team-template-03 .team__member:after{content:"";display:block;position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.6);z-index:-1;opacity:1;transition:opacity .3s ease-in-out}.utd-elements-type-teams.team-template-03 .team__name{color:#fff}.utd-elements-type-teams.team-template-03 .team__position{color:#d7d7d7}.utd-elements-type-teams.team-template-03 .team__contact-list{-ms-flex-pack:center;justify-content:center}.utd-elements-type-teams.team-template-04 .team__img-container{border-radius:100%;height:30rem;width:30rem;margin:0 auto}.utd-elements-type-teams.team-template-04 .team__details{text-align:center}.utd-elements-type-teams.team-template-04 .team__contact-list{-ms-flex-pack:center;justify-content:center}.utd-elements-type-teams.team-template-04 .team__details{background:transparent;box-shadow:none}.utd-elements-type-teams.team-template-05 .team__img-container{border-radius:100%;height:15rem;width:15rem;margin:0 auto;z-index:1}.utd-elements-type-teams.team-template-05 .team__details{text-align:center}.utd-elements-type-teams.team-template-05 .team__contact-list{-ms-flex-pack:center;justify-content:center}.utd-elements-type-teams.team-template-05 .team__details{margin:-5rem 2rem 2rem;padding-top:8rem}.utd-elements-type-teams.team-template-06 .team__member{background:#fff;box-shadow:0 .5rem 4rem var(--blue-shadow);border-radius:10px;border:1px solid var(--gray-93);padding-top:calc(1.56rem + 1.2vw)}@media (min-width:1200px){.utd-elements-type-teams.team-template-06 .team__member{padding-top:3rem}}.utd-elements-type-teams.team-template-06 .team__img-container{border-radius:100%;height:15rem;width:15rem;margin:0 auto;z-index:1}.utd-elements-type-teams.team-template-06 .team__contact-list{-ms-flex-pack:center;justify-content:center}.utd-elements-type-teams.team-template-06 .team__details{padding:0;padding-top:calc(1.56rem + 1.2vw);background:transparent;box-shadow:none;text-align:center}@media (min-width:1200px){.utd-elements-type-teams.team-template-06 .team__details{padding-top:3rem}}.utd-elements-type-teams.team-template-06 .team__desc,.utd-elements-type-teams.team-template-06 .team__name,.utd-elements-type-teams.team-template-06 .team__position{padding-left:calc(1.56rem + 1.2vw);padding-right:calc(1.56rem + 1.2vw)}@media (min-width:1200px){.utd-elements-type-teams.team-template-06 .team__desc,.utd-elements-type-teams.team-template-06 .team__name,.utd-elements-type-teams.team-template-06 .team__position{padding-left:3rem;padding-right:3rem}}.utd-elements-type-teams.team-template-06 .team__contact-list{border-top:1px solid var(--gray-93);background:var(--gray-97);padding:calc(1.41rem + .075vw) calc(1.56rem + 1.2vw);margin-top:calc(1.46rem + .45vw)}@media (min-width:1200px){.utd-elements-type-teams.team-template-06 .team__contact-list{padding:1.5rem 3rem;margin-top:2rem}}.utd-elements-type-teams.team-template-07 .team__member{grid-template-rows:1fr}@media only screen and (min-width:992px){.utd-elements-type-teams.team-template-07 .team__member{grid-template-columns:1fr 1fr}}@media only screen and (min-width:768px){.utd-elements-type-teams.team-template-07 .team__img-container{height:100%;min-height:20rem}}.utd-elements-type-teams.team-template-07 .team__details{-ms-flex-pack:center;justify-content:center;padding:calc(1.56rem + 1.2vw) calc(1.46rem + .45vw)}@media (min-width:1200px){.utd-elements-type-teams.team-template-07 .team__details{padding:3rem 2rem}}@media only screen and (min-width:768px){.utd-elements-type-teams.team-template-08{grid-gap:0}}@media only screen and (min-width:768px){.utd-elements-type-teams.team-template-08 .team__member:nth-child(2n) .team__img-container{-ms-flex-order:1;order:1}}@media only screen and (min-width:992px){.utd-elements-type-teams.team-template-08 .team__member:nth-child(3n-1) .team__img-container{-ms-flex-order:1;order:1}}.utd-elements-type-teams.team-template-08 .team__contact-list{-ms-flex-pack:center;justify-content:center}.utd-elements-type-teams.team-template-08 .team__details{text-align:center}.utd-elements-type-teams.team-template-09 .team__contact-list{-ms-flex-order:-1;order:-1;padding:2rem;margin-top:-5rem;background:#fff;box-shadow:0 .5rem 4rem var(--blue-shadow);z-index:1;-ms-flex-pack:center;justify-content:center;margin-bottom:3rem;transition:all .4s linear;transform-origin:bottom center;transform-style:preserve-3d}@media only screen and (min-width:768px){.utd-elements-type-teams.team-template-09 .team__contact-list{transform:scaleY(0);margin-bottom:0}}.utd-elements-type-teams.team-template-09 .team__details{background:transparent;box-shadow:none;text-align:center}.utd-elements-type-teams.team-template-09 .team__desc{margin-bottom:0!important}@media only screen and (min-width:768px){.utd-elements-type-teams.team-template-09 .team__member:hover .team__contact-list{transform:scaleY(1);margin-bottom:3rem}}.testimonials{display:grid;grid-gap:3rem}@media only screen and (min-width:992px){.testimonials{grid-gap:3rem}}.testimonials--1-col{grid-template-columns:1fr}@media only screen and (min-width:768px){.testimonials--2-col,.testimonials--3-col{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:992px){.testimonials--3-col{grid-template-columns:repeat(3,1fr)}}.testimonials p{margin-bottom:0}.testimonials__item{display:grid;grid-template-rows:auto auto 1fr;position:relative;margin-top:2rem}.testimonials__item:hover .testimonials__img{filter:grayscale(1);transform:scale(1.05)}.testimonials__ratings{justify-self:center;display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;padding:calc(1.41rem + .075vw) calc(1.51rem + .825vw);position:absolute;top:-2rem;z-index:1;box-shadow:0 .5rem 3rem var(--blue-shadow);background-color:#fff}@media (min-width:1200px){.testimonials__ratings{padding:1.5rem 2.5rem}}.testimonials__ratings-icon{display:block;color:var(--yellow-primary);font-size:calc(1.44rem + .3vw)}@media (min-width:1200px){.testimonials__ratings-icon{font-size:1.8rem}}.testimonials__ratings-icon:not(:last-child){margin-right:.5rem}.testimonials__img-container{position:relative;overflow:hidden}.testimonials__img{height:auto;width:100%;object-fit:cover;transition:filter .3s ease-in-out,transform .3s ease-in-out}.testimonials__img-arrow-container{display:none}.testimonials__details{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.testimonials__name{font-size:calc(1.51rem + .825vw);margin-bottom:1rem;font-weight:700}@media (min-width:1200px){.testimonials__name{font-size:2.5rem}}.testimonials__company{font-size:calc(1.44rem + .3vw);font-weight:400}@media (min-width:1200px){.testimonials__company{font-size:1.8rem}}.testimonials__quote-container{margin-top:calc(1.51rem + .825vw)}@media (min-width:1200px){.testimonials__quote-container{margin-top:2.5rem}}.testimonials__quote-icon{display:block;margin-bottom:1rem;font-size:calc(1.44rem + .3vw);color:var(--theme)}@media (min-width:1200px){.testimonials__quote-icon{font-size:1.8rem}}.testimonials--outer-style .testimonials__item{box-shadow:0 .5rem 3rem var(--blue-shadow)}.testimonials--outer-style .testimonials__details{padding:calc(1.66rem + 1.95vw);background-color:#fff}@media (min-width:1200px){.testimonials--outer-style .testimonials__details{padding:4rem}}.testimonials--in-out-style .testimonials__item{box-shadow:0 .5rem 3rem var(--blue-shadow);background-color:#fff}.testimonials--in-out-style .testimonials__details{position:relative;padding:calc(1.66rem + 1.95vw);margin:calc(-1.46rem - 2.7vw) calc(1.56rem + 1.2vw) calc(1.56rem + 1.2vw);background-color:#fff;box-shadow:0 1rem 4rem var(--blue-shadow);z-index:1}@media (min-width:1200px){.testimonials--in-out-style .testimonials__details{padding:4rem;margin:-5rem 3rem 3rem}}.testimonials--in-out-style.testimonials--3-col .testimonials__details{padding:calc(1.56rem + 1.2vw);margin:calc(-1.46rem - 2.7vw) calc(1.46rem + .45vw) calc(1.46rem + .45vw)}@media (min-width:1200px){.testimonials--in-out-style.testimonials--3-col .testimonials__details{padding:3rem;margin:-5rem 2rem 2rem}}.testimonials--inner-style .testimonials__item{box-shadow:0 .5rem 3rem var(--blue-shadow)}.testimonials--inner-style .testimonials__item:hover .testimonials__img-container:after{opacity:1}.testimonials--inner-style .testimonials__item:hover .testimonials__img-arrow-container{transform:translateX(100%)}.testimonials--inner-style .testimonials__item:hover .testimonials__company,.testimonials--inner-style .testimonials__item:hover .testimonials__name{opacity:1;transform:translateY(0)}.testimonials--inner-style .testimonials__item:hover .testimonials__contact-list{transform:translateY(0)}.testimonials--inner-style .testimonials__img-container{position:relative;overflow:hidden}.testimonials--inner-style .testimonials__img-container:after{content:"";display:block;position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.6);opacity:0;transition:opacity .3s ease-in-out}.testimonials--inner-style .testimonials__img-arrow-container{display:block;position:absolute;bottom:0;right:0;background-color:#fff;padding:calc(1.41rem + .075vw) calc(1.51rem + .825vw);transition:transform .3s ease-in-out}@media (min-width:1200px){.testimonials--inner-style .testimonials__img-arrow-container{padding:1.5rem 2.5rem}}.testimonials--inner-style .testimonials__img-arrow{font-size:calc(1.44rem + .3vw)}@media (min-width:1200px){.testimonials--inner-style .testimonials__img-arrow{font-size:1.8rem}}.testimonials--inner-style .testimonials__name{transform:translateY(3rem);opacity:0;transition:transform .3s ease-in-out .233s,opacity .3s ease-in-out .233s}.testimonials--inner-style .testimonials__company{transform:translateY(3rem);opacity:0;transition:transform .3s ease-in-out .267s,opacity .3s ease-in-out .267s}.testimonials--inner-style .testimonials__name-container{width:100%;padding:0 2rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;text-align:center;z-index:1}.testimonials--inner-style .testimonials__details{padding:calc(1.66rem + 1.95vw);background-color:#fff}@media (min-width:1200px){.testimonials--inner-style .testimonials__details{padding:4rem}}.testimonials--inner-style .testimonials__quote-container{margin-top:0}.testimonials--balloon-style .testimonials__img-container{display:none}.testimonials--balloon-style .testimonials__details{-ms-flex-align:center;align-items:center;text-align:center}.testimonials--balloon-style .testimonials__name{margin-top:3rem}.testimonials--balloon-style .testimonials__quote-container{-ms-flex-order:-1;order:-1;position:relative;padding:calc(1.66rem + 1.95vw);padding-top:calc(1.86rem + 3.45vw);margin-top:0;background-color:#fff;filter:drop-shadow(0 .5rem 3rem var(--blue-shadow));width:100%}@media (min-width:1200px){.testimonials--balloon-style .testimonials__quote-container{padding:4rem;padding-top:6rem}}.testimonials--balloon-style .testimonials__quote-container:after{content:"";display:block;padding:1rem;position:absolute;bottom:-9px;left:50%;background-color:#fff;transform:translateX(-50%) rotate(45deg)}.utd-elements-type-reviews .testimonials__item{margin-top:0}.utd-elements-type-reviews .testimonials__name{font-size:calc(1.48rem + .6vw);margin-bottom:1rem}@media (min-width:1200px){.utd-elements-type-reviews .testimonials__name{font-size:2.2rem}}.utd-elements-type-reviews .testimonials__company{font-size:calc(1.42rem + .15vw);font-weight:600}@media (min-width:1200px){.utd-elements-type-reviews .testimonials__company{font-size:1.6rem}}.utd-elements-type-reviews .testimonials.reviews-template-1 .testimonials__details{border-radius:2rem;-ms-flex-align:start;align-items:flex-start;text-align:left;background:#fff;box-shadow:0 .5rem 3rem var(--blue-shadow);padding:3rem 4rem}.utd-elements-type-reviews .testimonials.reviews-template-1 .testimonials__quote-container{padding:0;filter:none;border-bottom:1px solid #ccc;padding-bottom:3rem}.utd-elements-type-reviews .testimonials.reviews-template-1 .testimonials__quote-container:after{content:unset}.utd-elements-type-reviews .testimonials.reviews-template-1 .testimonials__ratings{display:none}.utd-elements-type-reviews .testimonials.reviews-template-1 .testimonials__quote-icon{font-size:3rem;position:relative}.utd-elements-type-reviews .testimonials.reviews-template-1 .testimonials__quote-icon.fa-quote-right:before{content:"\f10d"}.utd-elements-type-reviews .testimonials.reviews-template-2 .testimonials__details{-ms-flex-align:center;align-items:center}.utd-elements-type-reviews .testimonials.reviews-template-2 .testimonials__quote-icon{font-size:5rem;margin-bottom:3rem}.utd-elements-type-reviews .testimonials.reviews-template-2 .testimonials__quote-container{text-align:center}.utd-elements-type-reviews .testimonials.reviews-template-2 .testimonials__quote{font-style:unset}@media only screen and (min-width:768px){.utd-elements-type-reviews .testimonials.reviews-template-2 .testimonials__quote{max-width:80%;margin:0 auto}}.utd-elements-type-reviews .testimonials.reviews-template-2 .testimonials__quote-container{padding:0;filter:none}.utd-elements-type-reviews .testimonials.reviews-template-2 .testimonials__quote-container:after{content:unset}.utd-elements-type-reviews .testimonials.reviews-template-2 .testimonials__ratings{display:none}.utd-elements-type-reviews .testimonials.reviews-template-2 .testimonials__details{background:#fff;box-shadow:0 .5rem 3rem var(--blue-shadow);padding:3rem 4rem}.utd-elements-type-reviews .testimonials.reviews-template-2 .testimonials__quote-icon{font-size:3rem;position:relative}.utd-elements-type-reviews .testimonials.reviews-template-2 .testimonials__quote-icon.fa-quote-right:before{content:"\f10d"}.utd-elements-type-reviews .testimonials.reviews-template-3 .testimonials__item{background:#fff;box-shadow:0 .5rem 3rem var(--blue-shadow)}.utd-elements-type-reviews .testimonials.reviews-template-3 .testimonials__details{-ms-flex-align:center;align-items:center;padding:3rem 4rem}.utd-elements-type-reviews .testimonials.reviews-template-3 .testimonials__quote-container{margin-bottom:2rem}.utd-elements-type-reviews .testimonials.reviews-template-3 .testimonials__quote-icon{position:absolute;z-index:0;opacity:.2;color:var(--body-font-color);font-size:4rem}.utd-elements-type-reviews .testimonials.reviews-template-3 .testimonials__quote{position:relative;z-index:1}.utd-elements-type-reviews .testimonials.reviews-template-3 .testimonials__name{color:var(--theme);margin-top:0}.utd-elements-type-reviews .testimonials.reviews-template-3 .testimonials__quote-container{padding:0;filter:none}.utd-elements-type-reviews .testimonials.reviews-template-3 .testimonials__quote-container:after{content:unset}.utd-elements-type-reviews .testimonials.reviews-template-3 .testimonials__ratings{display:none}.utd-elements-type-reviews .testimonials.reviews-template-3 .testimonials__quote-icon{font-size:3rem;position:relative}.utd-elements-type-reviews .testimonials.reviews-template-3 .testimonials__quote-icon.fa-quote-right:before{content:"\f10d"}.utd-elements-type-reviews .testimonials.reviews-template-4 .testimonials__item{background:transparent}.utd-elements-type-reviews .testimonials.reviews-template-4 .testimonials__details{background:transparent;padding:3rem 4rem}.utd-elements-type-reviews .testimonials.reviews-template-4 .testimonials__quote{position:relative;z-index:1}.utd-elements-type-reviews .testimonials.reviews-template-4 .testimonials__quote-container{padding:3rem;margin-top:0;filter:none;text-align:center}.utd-elements-type-reviews .testimonials.reviews-template-4 .testimonials__quote-container:after{content:unset}.utd-elements-type-reviews .testimonials.reviews-template-4 .testimonials__quote-icon{position:absolute;z-index:0;opacity:.2;right:2rem;font-size:calc(2.06rem + 4.95vw)}@media (min-width:1200px){.utd-elements-type-reviews .testimonials.reviews-template-4 .testimonials__quote-icon{font-size:8rem}}.utd-elements-type-reviews .testimonials.reviews-template-4 .testimonials__quote-icon.fa-quote-right:before{content:"\f10e"}.utd-elements-type-reviews .testimonials.reviews-template-4 .testimonials__name{color:var(--theme)}.utd-elements-type-reviews .testimonials.reviews-template-4 .testimonials__ratings{display:none}.utd-elements-type-reviews .testimonials.reviews-template-4 .testimonials__company{font-size:calc(1.42rem + .15vw);font-weight:600}@media (min-width:1200px){.utd-elements-type-reviews .testimonials.reviews-template-4 .testimonials__company{font-size:1.6rem}}.utd-elements-type-reviews .testimonials.reviews-template-5 .testimonials__ratings{display:none}.utd-elements-type-reviews .testimonials.reviews-template-5 .testimonials__quote-container{padding:calc(1.56rem + 1.2vw);border:1px solid var(--gray-93)}@media (min-width:1200px){.utd-elements-type-reviews .testimonials.reviews-template-5 .testimonials__quote-container{padding:3rem}}.utd-elements-type-reviews .testimonials.reviews-template-5 .testimonials__quote-container:after{left:unset;border-bottom:1px solid var(--gray-93);border-right:1px solid var(--gray-93);bottom:-11px}.utd-elements-type-reviews .testimonials.reviews-template-5 .testimonials__details{-ms-flex-align:start;align-items:flex-start;text-align:left}.utd-elements-type-reviews .testimonials.reviews-template-5 .testimonials__company,.utd-elements-type-reviews .testimonials.reviews-template-5 .testimonials__name{padding-left:1rem}.utd-elements-type-reviews .testimonials.reviews-template-5 .testimonials__name{font-size:calc(1.44rem + .3vw)}@media (min-width:1200px){.utd-elements-type-reviews .testimonials.reviews-template-5 .testimonials__name{font-size:1.8rem}}.utd-elements-type-reviews .testimonials.reviews-template-6 .testimonials__ratings{display:none}.utd-elements-type-reviews .testimonials.reviews-template-6 .testimonials__details{background:#fff;box-shadow:0 .5rem 3rem var(--blue-shadow);border:1px solid var(--gray-93);padding-left:calc(1.56rem + 1.2vw);padding-right:calc(1.56rem + 1.2vw);padding-bottom:calc(1.56rem + 1.2vw)}@media (min-width:1200px){.utd-elements-type-reviews .testimonials.reviews-template-6 .testimonials__details{padding-left:3rem;padding-right:3rem;padding-bottom:3rem}}.utd-elements-type-reviews .testimonials.reviews-template-6 .testimonials__name{margin-top:calc(1.56rem + 1.2vw);margin-bottom:.5rem}@media (min-width:1200px){.utd-elements-type-reviews .testimonials.reviews-template-6 .testimonials__name{margin-top:3rem}}.utd-elements-type-reviews .testimonials.reviews-template-6 .testimonials__quote-container{padding:0;padding-top:calc(1.76rem + 2.7vw);filter:unset}@media (min-width:1200px){.utd-elements-type-reviews .testimonials.reviews-template-6 .testimonials__quote-container{padding-top:5rem}}.utd-elements-type-reviews .testimonials.reviews-template-6 .testimonials__quote-container:after{content:unset}.utd-elements-type-reviews .testimonials.reviews-template-6 .testimonials__quote-icon{text-align:center;display:-ms-flexbox;display:flex;padding:calc(1.41rem + .075vw);background:var(--theme);-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;border-radius:100%;width:4.5rem;color:#fff;position:absolute;top:-2.5rem;margin:0 auto;left:50%;transform:translateX(-50%)}@media (min-width:1200px){.utd-elements-type-reviews .testimonials.reviews-template-6 .testimonials__quote-icon{padding:1.5rem}}@media only screen and (min-width:768px){.utd-elements-type-reviews .testimonials.reviews-template-6 .testimonials__quote-icon{width:6rem}}.utd-elements-type-reviews .testimonials.reviews-template-7 .testimonials__name{margin-bottom:.5rem}.utd-elements-type-reviews .testimonials.reviews-template-7 .testimonials__company{font-weight:600}.utd-elements-type-reviews .testimonials.reviews-template-7 .testimonials__quote{text-align:center}.utd-elements-type-reviews .testimonials.reviews-template-7 .testimonials__quote-icon{display:none}.utd-elements-type-reviews .testimonials.reviews-template-8 .testimonials__ratings{-ms-flex-order:1;order:1;top:unset;position:relative;-ms-flex-align:end;align-items:flex-end;justify-self:flex-end;padding:0;background-color:transparent;box-shadow:none;margin-top:-1rem;margin-right:calc(1.56rem + 1.2vw)}@media (min-width:1200px){.utd-elements-type-reviews .testimonials.reviews-template-8 .testimonials__ratings{margin-right:3rem}}.utd-elements-type-reviews .testimonials.reviews-template-8 .testimonials__ratings-icon:not(:last-child){margin-right:.3rem}.utd-elements-type-reviews .testimonials.reviews-template-8 .testimonials__details{position:relative;background:#fff;box-shadow:0 .5rem 3rem var(--blue-shadow);-ms-flex-align:start;align-items:flex-start;text-align:left;padding:calc(1.56rem + 1.2vw)}@media (min-width:1200px){.utd-elements-type-reviews .testimonials.reviews-template-8 .testimonials__details{padding:3rem}}.utd-elements-type-reviews .testimonials.reviews-template-8 .testimonials__company{font-size:calc(1.42rem + .15vw);font-weight:600}@media (min-width:1200px){.utd-elements-type-reviews .testimonials.reviews-template-8 .testimonials__company{font-size:1.6rem}}.utd-elements-type-reviews .testimonials.reviews-template-8 .testimonials__name{margin-top:calc(1.41rem + .075vw);margin-bottom:.5rem}@media (min-width:1200px){.utd-elements-type-reviews .testimonials.reviews-template-8 .testimonials__name{margin-top:1.5rem}}.utd-elements-type-reviews .testimonials.reviews-template-8 .testimonials__quote-container{filter:unset;padding:0}.utd-elements-type-reviews .testimonials.reviews-template-8 .testimonials__quote-container:after{content:unset}.utd-elements-type-reviews .testimonials.reviews-template-8 .testimonials__quote-icon{position:absolute;top:-4rem;font-size:2.5rem}.utd-elements-type-reviews .testimonials.reviews-template-9 .testimonials__quote-container{padding:calc(1.66rem + 1.95vw)}@media (min-width:1200px){.utd-elements-type-reviews .testimonials.reviews-template-9 .testimonials__quote-container{padding:4rem}}.utd-elements-type-reviews .testimonials.reviews-template-9 .testimonials__ratings{top:unset;position:relative;width:100%;box-shadow:none;border-bottom:1px solid var(--gray-93);padding:calc(1.46rem + .45vw) calc(1.66rem + 1.95vw);background:var(--gray-97);-ms-flex-pack:center;justify-content:center}@media (min-width:1200px){.utd-elements-type-reviews .testimonials.reviews-template-9 .testimonials__ratings{padding:2rem 4rem}}.utd-elements-type-reviews .testimonials.reviews-template-9 .testimonials__quote{text-align:center}.utd-elements-type-reviews .testimonials.reviews-template-9 .testimonials__quote-icon,.utd-elements-type-reviews .testimonials.reviews-template-10 .testimonials__ratings{display:none}.utd-elements-type-reviews .testimonials.reviews-template-10 .testimonials__details{padding:3rem;background:#fff}.utd-elements-type-reviews .testimonials.reviews-template-10 .testimonials__item{box-shadow:0 0 4rem rgba(0,0,0,.1)}.utd-elements-type-reviews .testimonials.reviews-template-10 .testimonials__quote{font-style:italic}.utd-elements-type-reviews .testimonials.reviews-template-10 .testimonials__quote-container{filter:unset;padding:0}.utd-elements-type-reviews .testimonials.reviews-template-10 .testimonials__quote-container:after{content:unset}.utd-elements-type-reviews .testimonials.reviews-template-10 .testimonials__quote-icon{display:none}.utd-elements-type-reviews .testimonials.reviews-template-10 .testimonials__name{color:var(--theme)}.utd-elements-type-reviews .testimonials.reviews-template-10 .testimonials__image-item{width:90%;margin:0 auto;height:150px;object-fit:contain;background-color:#fff}.utd-elements-type-reviews .testimonials.reviews-template-11 .testimonials__ratings{display:none}.utd-elements-type-reviews .testimonials.reviews-template-11 .testimonials__details{padding:3rem;background:#fff}.utd-elements-type-reviews .testimonials.reviews-template-11 .testimonials__item{box-shadow:0 0 4rem rgba(0,0,0,.1)}.utd-elements-type-reviews .testimonials.reviews-template-11 .testimonials__quote-container{filter:unset;padding:0}.utd-elements-type-reviews .testimonials.reviews-template-11 .testimonials__quote-container:after{content:unset}.utd-elements-type-reviews .testimonials.reviews-template-11 .testimonials__quote-icon{display:none}.utd-elements-type-reviews .testimonials.reviews-template-11 .testimonials__name{color:var(--theme)}.utd-elements-type-reviews .testimonials.reviews-template-11 .testimonials__image{padding-top:3rem}.utd-elements-type-reviews .testimonials.reviews-template-11 .testimonials__image-item{width:100px;margin:0 auto;height:100px;object-fit:contain;background-color:#fff;border-radius:100px}.utd-elements-type-reviews .testimonials.reviews-template-12 .testimonials__ratings{display:none}.utd-elements-type-reviews .testimonials.reviews-template-12 .testimonials__details{padding:3rem;background:#fff}.utd-elements-type-reviews .testimonials.reviews-template-12 .testimonials__item{box-shadow:0 0 4rem rgba(0,0,0,.1);grid-template-columns:4fr 6fr;grid-template-rows:unset}.utd-elements-type-reviews .testimonials.reviews-template-12 .testimonials__details{text-align:left;-ms-flex-align:start;align-items:flex-start}.utd-elements-type-reviews .testimonials.reviews-template-12 .testimonials__quote-container{filter:unset;padding:0}.utd-elements-type-reviews .testimonials.reviews-template-12 .testimonials__quote-container:after{content:unset}.utd-elements-type-reviews .testimonials.reviews-template-12 .testimonials__quote-icon{display:none}.utd-elements-type-reviews .testimonials.reviews-template-12 .testimonials__name{color:var(--theme)}.utd-elements-type-reviews .testimonials.reviews-template-12 .testimonials__image{padding:3rem}.utd-elements-type-reviews .testimonials.reviews-template-12 .testimonials__image-item{width:100%;margin:0 auto;object-fit:contain;background-color:#fff}.utd-elements-type-reviews .testimonials.reviews-template-13{grid-row-gap:6rem}.utd-elements-type-reviews .testimonials.reviews-template-13 .testimonials__ratings{display:none}.utd-elements-type-reviews .testimonials.reviews-template-13 .testimonials__details{padding:3rem;background:#fff}.utd-elements-type-reviews .testimonials.reviews-template-13 .testimonials__item{box-shadow:0 0 4rem rgba(0,0,0,.1)}.utd-elements-type-reviews .testimonials.reviews-template-13 .testimonials__quote-container{filter:unset;padding:0}.utd-elements-type-reviews .testimonials.reviews-template-13 .testimonials__quote-container:after{content:unset}.utd-elements-type-reviews .testimonials.reviews-template-13 .testimonials__quote-icon{display:none}.utd-elements-type-reviews .testimonials.reviews-template-13 .testimonials__name{color:var(--theme)}.utd-elements-type-reviews .testimonials.reviews-template-13 .testimonials__image{margin-top:-4.5rem}.utd-elements-type-reviews .testimonials.reviews-template-13 .testimonials__image-item{width:120px;margin:0 auto;height:120px;object-fit:contain;background-color:#fff;border-radius:100%;box-shadow:0 -20px 4rem rgba(0,0,0,.1)}.accordion__item:not(:last-child){padding-bottom:calc(1.76rem + 2.7vw);border-bottom:1px solid var(--gray-subtle-300)}@media (min-width:1200px){.accordion__item:not(:last-child){padding-bottom:5rem}}.accordion__item:not(:first-child){padding-top:calc(1.76rem + 2.7vw)}@media (min-width:1200px){.accordion__item:not(:first-child){padding-top:5rem}}.accordion__item.active .accordion__collapse-bar:first-child{transform:rotate(0deg)}.accordion__item.active .accordion__btn:hover .accordion__collapse-bar:first-child{transform:scaleX(.8) rotate(0deg)}.accordion__item.active .accordion__body{opacity:1}.accordion__btn{width:100%;display:grid;grid-template-columns:3.5rem 1fr;-ms-flex-align:center;align-items:center}.accordion__btn:hover .accordion__collapse-icon{background-color:var(--theme-hover)}.accordion__btn:hover .accordion__collapse-bar{transform:scaleX(.8)}.accordion__btn:hover .accordion__collapse-bar:first-child{transform:scaleY(.8) rotate(90deg)}.accordion__title{margin-bottom:0;justify-self:start;padding-left:calc(1.66rem + 1.95vw)}@media (min-width:1200px){.accordion__title{padding-left:4rem}}.accordion__collapse-icon{height:3.5rem;width:3.5rem;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;position:relative;background-color:var(--theme);border-radius:.5rem;transition:background-color .3s ease-in-out}.accordion__collapse-bar{width:1.8rem;height:2px;background-color:#fff;transition:transform .2s ease-in-out}.accordion__collapse-bar:first-child{position:absolute;transform:rotate(90deg)}.accordion__body{display:grid;grid-template-columns:3.5rem 1fr;max-height:0;opacity:0;overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out .2s}.accordion__content{grid-column:2/-1;padding:calc(1.46rem + .45vw) 0 0 calc(1.66rem + 1.95vw)}@media (min-width:1200px){.accordion__content{padding:2rem 0 0 4rem}}.accordion__text:last-child{margin-bottom:0}.utd-accordion__item:not(:last-child){border-bottom:1px solid var(--divider-light)}.utd-accordion__collapse-icon-container{width:calc(1.51rem + .825vw);height:calc(1.51rem + .825vw);min-width:2rem;min-height:2rem;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;background-color:var(--gray-dark);transition:.3s ease-out}@media (min-width:1200px){.utd-accordion__collapse-icon-container{width:2.5rem;height:2.5rem}}.utd-accordion__bar{cursor:pointer;padding-top:calc(1.51rem + .825vw);padding-bottom:calc(1.51rem + .825vw)}@media (min-width:1200px){.utd-accordion__bar{padding-top:2.5rem;padding-bottom:2.5rem}}.utd-accordion__body{max-height:0;transition:max-height .3s ease-out;overflow:hidden}.utd-accordion__content{grid-column:2/3;padding-bottom:calc(1.51rem + .825vw)}@media (min-width:1200px){.utd-accordion__content{padding-bottom:2.5rem}}.utd-accordion--stroke .utd-accordion__item{border:1px solid var(--divider-light)}.utd-accordion--stroke .utd-accordion__item:not(:last-child){border-bottom:0}.utd-accordion--stroke .utd-accordion__bar{padding:calc(1.51rem + .825vw)}@media (min-width:1200px){.utd-accordion--stroke .utd-accordion__bar{padding:2.5rem}}.utd-accordion--stroke .utd-accordion__body{padding-left:calc(1.51rem + .825vw);padding-right:calc(1.51rem + .825vw)}@media (min-width:1200px){.utd-accordion--stroke .utd-accordion__body{padding-left:2.5rem;padding-right:2.5rem}}.utd-accordion{--accordion-icon-color:#1a1a1a;--accordion-icon-color-active:var(--theme)}.utd-accordion--icon-type\:plus .utd-accordion__item.active .utd-accordion__collapse-icon-bar:nth-child(2){transform:rotate(0deg)}.utd-accordion--icon-type\:plus .utd-accordion__collapse-icon-bar{position:absolute;width:10px;height:1px;background-color:#fff;transition:transform .3s ease-out}.utd-accordion--icon-type\:plus .utd-accordion__collapse-icon-bar:nth-child(2){transform:rotate(90deg)}.utd-accordion--icon-type\:arrow .utd-accordion__item.active .utd-accordion__collapse-icon-bar:first-child{transform:rotate(135deg) translate(2px,1.5px)}.utd-accordion--icon-type\:arrow .utd-accordion__item.active .utd-accordion__collapse-icon-bar:nth-child(2){transform:rotate(-135deg) translate(-2px,1.5px)}.utd-accordion--icon-type\:arrow .utd-accordion__collapse-icon-bar{position:absolute;width:8px;height:1px;background-color:#fff;transition:transform .3s ease-out}.utd-accordion--icon-type\:arrow .utd-accordion__collapse-icon-bar:first-child{transform:rotate(45deg) translate(-2px,1.5px)}.utd-accordion--icon-type\:arrow .utd-accordion__collapse-icon-bar:nth-child(2){transform:rotate(-45deg) translate(2px,1.5px)}.utd-accordion--icon\:left .utd-accordion__bar,.utd-accordion--icon\:left .utd-accordion__body{display:grid;grid-template-columns:50px 1fr}.utd-accordion--icon\:right .utd-accordion__bar{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.utd-accordion--icon\:right .utd-accordion__collapse-icon-container{-ms-flex-order:1;order:1}.utd-accordion--icon-shape\:none .utd-accordion__collapse-icon-container{background-color:transparent}.utd-accordion--icon-shape\:none .utd-accordion__collapse-icon-bar{background-color:var(--accordion-icon-color)}.utd-accordion--icon-shape\:box .utd-accordion__item.active .utd-accordion__collapse-icon-container,.utd-accordion--icon-shape\:circle .utd-accordion__item.active .utd-accordion__collapse-icon-container,.utd-accordion--icon-shape\:rounded .utd-accordion__item.active .utd-accordion__collapse-icon-container{background-color:var(--accordion-icon-color-active)}.utd-accordion--icon-shape\:box .utd-accordion__collapse-icon-container,.utd-accordion--icon-shape\:circle .utd-accordion__collapse-icon-container,.utd-accordion--icon-shape\:rounded .utd-accordion__collapse-icon-container{background-color:var(--accordion-icon-color)}.utd-accordion--icon-shape\:rounded .utd-accordion__collapse-icon-container{border-radius:5px}.utd-accordion--icon-shape\:circle .utd-accordion__collapse-icon-container{border-radius:999px}.utd-accordion--icon-shape\:box-stroke .utd-accordion__item.active .utd-accordion__collapse-icon-container,.utd-accordion--icon-shape\:circle-stroke .utd-accordion__item.active .utd-accordion__collapse-icon-container,.utd-accordion--icon-shape\:rounded-stroke .utd-accordion__item.active .utd-accordion__collapse-icon-container{border-color:var(--accordion-icon-color-active)}.utd-accordion--icon-shape\:box-stroke .utd-accordion__item.active .utd-accordion__collapse-icon-bar,.utd-accordion--icon-shape\:circle-stroke .utd-accordion__item.active .utd-accordion__collapse-icon-bar,.utd-accordion--icon-shape\:rounded-stroke .utd-accordion__item.active .utd-accordion__collapse-icon-bar{background-color:var(--accordion-icon-color-active)}.utd-accordion--icon-shape\:box-stroke .utd-accordion__collapse-icon-container,.utd-accordion--icon-shape\:circle-stroke .utd-accordion__collapse-icon-container,.utd-accordion--icon-shape\:rounded-stroke .utd-accordion__collapse-icon-container{border:1px solid var(--accordion-icon-color);background-color:transparent}.utd-accordion--icon-shape\:box-stroke .utd-accordion__collapse-icon-bar,.utd-accordion--icon-shape\:circle-stroke .utd-accordion__collapse-icon-bar,.utd-accordion--icon-shape\:rounded-stroke .utd-accordion__collapse-icon-bar{background-color:var(--accordion-icon-color)}.utd-accordion--icon-shape\:rounded-stroke .utd-accordion__collapse-icon-container{border-radius:5px}.utd-accordion--icon-shape\:circle-stroke .utd-accordion__collapse-icon-container{border-radius:999px}.utd-accordion--fill .utd-accordion__item{border:1px solid var(--divider-light);background-color:#fafafa;transition:background-color .3s ease-out}.utd-accordion--fill .utd-accordion__item:not(:last-child){border-bottom:0}.utd-accordion--fill .utd-accordion__item.active{background-color:#fff}.utd-accordion--fill .utd-accordion__bar{padding:calc(1.51rem + .825vw)}@media (min-width:1200px){.utd-accordion--fill .utd-accordion__bar{padding:2.5rem}}.utd-accordion--fill .utd-accordion__body{padding-left:calc(1.51rem + .825vw);padding-right:calc(1.51rem + .825vw)}@media (min-width:1200px){.utd-accordion--fill .utd-accordion__body{padding-left:2.5rem;padding-right:2.5rem}}.price-list{display:grid;grid-gap:3rem}.price-list__item{padding:calc(1.56rem + 1.2vw);background-color:#fff;border-radius:1rem}@media (min-width:1200px){.price-list__item{padding:3rem}}.price-list__img-container{display:none;position:relative;height:100%;border-radius:1rem;overflow:hidden}.price-list__img{height:100%;width:100%;position:absolute;object-fit:cover;object-position:center center}.price-list__content{display:grid;grid-template-columns:1fr auto;grid-column-gap:3rem}.price-list__desc{max-width:30ch}.price-list__price{font-size:calc(1.51rem + .825vw);font-weight:700;grid-column:2/-1;grid-row:1/span 2;-ms-flex-item-align:end;align-self:end;justify-self:end}@media (min-width:1200px){.price-list__price{font-size:2.5rem}}.price-list__currency{font-size:calc(1.46rem + .45vw);font-weight:700;color:var(--theme);margin-right:1rem}@media (min-width:1200px){.price-list__currency{font-size:2rem}}@media only screen and (min-width:768px){.price-list{grid-template-columns:1fr 1fr}}.price-list--with-img{grid-template-columns:1fr}@media only screen and (min-width:992px){.price-list--with-img{grid-template-columns:1fr 1fr}}.price-list--with-img .price-list__item{display:grid;grid-template-columns:1fr 1.5fr;padding:calc(1.51rem + .825vw)}@media (min-width:1200px){.price-list--with-img .price-list__item{padding:2.5rem}}.price-list--with-img .price-list__img-container{display:block}.price-list--with-img .price-list__content{padding-left:calc(1.56rem + 1.2vw);grid-template-columns:1fr}@media (min-width:1200px){.price-list--with-img .price-list__content{padding-left:3rem}}.price-list--with-img .price-list__price{grid-column:initial;grid-row:initial;justify-self:start;margin-top:calc(1.66rem + 1.95vw)}@media (min-width:1200px){.price-list--with-img .price-list__price{margin-top:4rem}}.brands{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.brands__item{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;height:auto!important}.brands__img{padding:2rem;max-width:100%;vertical-align:middle;max-height:200px}@media only screen and (min-width:768px){.brands{grid-template-columns:repeat(3,1fr)}}@media only screen and (min-width:992px){.brands{grid-template-columns:repeat(4,1fr);gap:3rem}}.brands--boxed-style{grid-gap:2rem}@media only screen and (min-width:992px){.brands--boxed-style{grid-gap:3rem}}.brands--boxed-style .brands__item{background-color:#fff;box-shadow:0 .5rem 3rem var(--blue-shadow)}.utd-elements-type-brands.brands-template-1 .brands{grid-gap:2rem}@media only screen and (min-width:992px){.utd-elements-type-brands.brands-template-1 .brands{grid-gap:3rem}}.utd-elements-type-brands.brands-template-2 .brands{grid-gap:2rem}@media only screen and (min-width:992px){.utd-elements-type-brands.brands-template-2 .brands{grid-gap:3rem}}.utd-elements-type-brands.brands-template-2 .brands__item{background-color:transparent;box-shadow:unset}.utd-elements-type-brands.brands-template-3 .brands__item.swiper-slide{border-right:1px solid var(--gray-76)}.utd-elements-type-brands.brands-template-3 .brands__item.swiper-slide:last-child{border-right:0}.utd-elements-type-brands.brands-template-3 .brands__item:not(.swiper-slide){border-top:1px solid var(--gray-76);border-right:1px solid var(--gray-76)}.utd-elements-type-brands.brands-template-3 .brands__item:not(.swiper-slide):nth-child(-n+2){border-top:0}.utd-elements-type-brands.brands-template-3 .brands__item:not(.swiper-slide):nth-child(2n){border-right:0}@media only screen and (min-width:768px){.utd-elements-type-brands.brands-template-3 .brands__item:not(.swiper-slide):nth-child(-n+3){border-top:0}.utd-elements-type-brands.brands-template-3 .brands__item:not(.swiper-slide):nth-child(2n){border-right:1px solid var(--gray-76)}.utd-elements-type-brands.brands-template-3 .brands__item:not(.swiper-slide):nth-child(3n){border-right:0}}@media only screen and (min-width:992px){.utd-elements-type-brands.brands-template-3 .brands__item:not(.swiper-slide):nth-child(3n){border-right:1px solid var(--gray-76)}.utd-elements-type-brands.brands-template-3 .brands__item:not(.swiper-slide):nth-child(4n){border-right:0}.utd-elements-type-brands.brands-template-3 .brands__item:not(.swiper-slide):nth-child(-n+4){border-top:0}}.utd-elements-type-brands.brands-template-4 .brands__item.swiper-slide{background:#fff}.utd-elements-type-brands.brands-template-4 .brands__item.swiper-slide:nth-child(2n){background:var(--gray-97)}.utd-elements-type-brands.brands-template-4 .brands__item:not(.swiper-slide){background:#fff}.utd-elements-type-brands.brands-template-4 .brands__item:not(.swiper-slide):nth-child(4n-1),.utd-elements-type-brands.brands-template-4 .brands__item:not(.swiper-slide):nth-child(4n-2){background:var(--gray-97)}@media only screen and (min-width:768px){.utd-elements-type-brands.brands-template-4 .brands__item:not(.swiper-slide):nth-child(4n-1){background:#fff}.utd-elements-type-brands.brands-template-4 .brands__item:not(.swiper-slide):nth-child(8n),.utd-elements-type-brands.brands-template-4 .brands__item:not(.swiper-slide):nth-child(8n-4),.utd-elements-type-brands.brands-template-4 .brands__item:not(.swiper-slide):nth-child(8n-6){background:var(--gray-97)}}@media only screen and (min-width:992px){.utd-elements-type-brands.brands-template-4 .brands__item:not(.swiper-slide):nth-child(4n-1),.utd-elements-type-brands.brands-template-4 .brands__item:not(.swiper-slide):nth-child(4n-2),.utd-elements-type-brands.brands-template-4 .brands__item:not(.swiper-slide):nth-child(8n){background:#fff}.utd-elements-type-brands.brands-template-4 .brands__item:not(.swiper-slide):nth-child(8n-1),.utd-elements-type-brands.brands-template-4 .brands__item:not(.swiper-slide):nth-child(8n-3),.utd-elements-type-brands.brands-template-4 .brands__item:not(.swiper-slide):nth-child(8n-4),.utd-elements-type-brands.brands-template-4 .brands__item:not(.swiper-slide):nth-child(8n-6){background:var(--gray-97)}}.image-wide{padding:calc(2.26rem + 6.45vw) 0;background:url("urn:scrapbook:download:error:https://uptodatewebdesign.s3.eu-west-3.amazonaws.com/cdn/dist/img/sample-bg.jpg") 50% no-repeat;background-size:cover}@media (min-width:1200px){.image-wide{padding:10rem 0}}.image-wide__text-overlay{padding:calc(1.66rem + 1.95vw);background-color:hsla(0,0%,100%,.75)}@media (min-width:1200px){.image-wide__text-overlay{padding:4rem}}.image-wide__btn{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:1rem calc(1.51rem + .825vw);margin-top:calc(1.56rem + 1.2vw)}@media (min-width:1200px){.image-wide__btn{padding:1rem 2.5rem;margin-top:3rem}}@media only screen and (min-width:768px){.image-wide__text-overlay{width:55%}}@media only screen and (min-width:992px){.image-wide__text-overlay{width:40%}}.image-wide--white-right .image-wide__text-overlay{margin-left:auto}.image-wide--black-left .image-wide__text-overlay{color:#fff;background-color:rgba(0,0,0,.75)}.image-wide--black-right .image-wide__text-overlay{color:#fff;background-color:rgba(0,0,0,.75);margin-left:auto}.icon-box{display:grid;grid-gap:2rem}.icon-box__card{padding:calc(1.66rem + 1.95vw);background-color:#fff;box-shadow:0 .5rem 4rem var(--blue-shadow)}@media (min-width:1200px){.icon-box__card{padding:4rem}}.icon-box__icon{color:var(--theme);font-size:3.5rem}.icon-box__title{margin-top:calc(1.51rem + .825vw)}@media (min-width:1200px){.icon-box__title{margin-top:2.5rem}}.icon-box__btn{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;margin-top:calc(1.56rem + 1.2vw);color:var(--theme);font-weight:700;background-color:transparent;transition:color .3s ease-in-out}@media (min-width:1200px){.icon-box__btn{margin-top:3rem}}.icon-box__btn:hover{background-color:transparent;color:var(--theme-hover)}.icon-box__btn-label{margin-right:1.5rem;margin-bottom:0}@media only screen and (min-width:768px){.icon-box{grid-template-columns:repeat(2,1fr)}.icon-box__icon{font-size:4rem}}@media only screen and (min-width:992px){.icon-box{grid-template-columns:repeat(3,1fr);grid-gap:3rem}}.icon-box--left-style{grid-template-columns:1fr}@media only screen and (min-width:375px){.icon-box--left-style .icon-box__card{display:grid;grid-template-columns:auto 1fr;grid-column-gap:3rem}.icon-box--left-style .icon-box__title{margin-top:0}}@media only screen and (min-width:768px){.icon-box--left-style .icon-box__card{grid-column-gap:4rem}}@media only screen and (min-width:992px){.icon-box--left-style{grid-template-columns:repeat(2,1fr)}}.icon-list--borderless .icon-list__item{padding-bottom:0;border-bottom:0!important}.icon-list__item{display:grid;grid-template-columns:auto 1fr;grid-column-gap:2rem;padding-bottom:3rem}.icon-list__item:not(:last-child){border-bottom:1px solid var(--gray-subtle-300)}.icon-list__title{font-size:calc(1.46rem + .45vw);margin-bottom:1rem}@media (min-width:1200px){.icon-list__title{font-size:2rem}}.icon-list__icon{font-size:3rem;color:var(--theme)}.icon-list__text{margin-bottom:0}@media only screen and (min-width:768px){.icon-list__item{grid-column-gap:3rem}}.icon-list{display:grid;grid-gap:3rem}@media only screen and (min-width:768px){.icon-list--2-col{grid-template-columns:repeat(2,1fr);grid-column-gap:6rem}.icon-list--2-col .icon-list__item:nth-last-child(-n+2){border-bottom:none}}@media only screen and (min-width:768px){.icon-list--3-col{grid-template-columns:repeat(2,1fr);grid-column-gap:6rem}.icon-list--3-col .icon-list__item:nth-last-child(-n+2){border-bottom:none}}@media only screen and (min-width:992px){.icon-list--3-col{grid-template-columns:repeat(3,1fr)}.icon-list--3-col .icon-list__item:nth-last-child(-n+3){border-bottom:none}}.cta{padding:calc(2.26rem + 6.45vw) 0;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column}@media (min-width:1200px){.cta{padding:10rem 0}}.cta__section{background-color:var(--gray-subtle-200)}.cta__title{max-width:31ch;text-align:center}.cta__text{max-width:50ch;text-align:center;margin-bottom:0}.cta__btn{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:1rem calc(1.51rem + .825vw);margin-top:3rem}@media (min-width:1200px){.cta__btn{padding:1rem 2.5rem}}.header-block{background-color:var(--gray-subtle-100);padding:calc(1.51rem + .825vw) 0}@media (min-width:1200px){.header-block{padding:2.5rem 0}}.header-block__inner{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center}.header-block__nav{display:none}.header-block__nav-item{position:relative}.header-block__nav-item.with-sub:before{content:"";height:6rem;position:absolute;top:100%;right:-1rem;left:-1rem}.header-block__nav-item.with-sub:hover .header-block__sub-list{transform:translate(-50%);visibility:visible;opacity:1}.header-block__nav-item.with-sub:hover .header-block__sub-arrow{transform:rotate(90deg)}.header-block__nav-item.with-sub .header-block__nav-link{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center}.header-block__sub-arrow{margin-left:1rem;font-size:.8em;transition:transform .3s ease-in-out}.header-block__sub-list{padding:3rem;display:grid;justify-items:start;grid-gap:2rem;position:absolute;top:calc(100% + 6rem);left:50%;z-index:10;white-space:nowrap;background:#fff;transform:translate(-50%,3rem);visibility:hidden;opacity:0;transition:visibility 0s linear,opacity .3s ease-out,transform .3s ease-out;box-shadow:0 .5rem 4rem var(--blue-shadow)}.header-block__sub-list:after{content:"";padding:.8rem;position:absolute;top:-.8rem;left:50%;background:#fff;z-index:-1;transform:translateX(-50%) rotate(45deg)}.header-block__contact-link{color:var(--gray-dark)}.header-block__contact-link:hover{color:var(--theme)}.header-block__nav-link{color:var(--gray-dark);position:relative}.header-block__nav-link.active,.header-block__nav-link:hover{color:var(--theme)}.header-block__nav-link.active:after,.header-block__nav-link:hover:after{transform:translateY(2px) scaleX(1)}.header-block__nav-link.active{color:var(--gray-dark)}.header-block__nav-link.active:hover{color:var(--theme)}.header-block__nav-link:after{content:"";position:absolute;display:block;height:2px;top:100%;width:100%;background-color:var(--theme);transform:translate(1.5rem,2px) scaleX(0);transform-origin:right;transition:transform .4s ease-in-out}.header-block__contact{margin-left:auto}.header-block__contact-link{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;font-weight:700}.header-block__contact-num{display:none;margin-bottom:0}.header-block__contact-icon{font-size:1.8rem;display:block;margin-right:1rem}.header-block__search{display:none}.header-block__cta{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:1rem calc(1.46rem + .45vw);margin:0 auto;font-size:1.3rem;letter-spacing:1px;font-weight:700}@media (min-width:1200px){.header-block__cta{padding:1rem 2rem}}.header-block__burger-btn{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;margin-left:calc(1.66rem + 1.95vw);position:relative;height:2.3rem;width:2.3rem;z-index:11;transition:transform .4s ease-in-out;cursor:pointer}@media (min-width:1200px){.header-block__burger-btn{margin-left:4rem}}.header-block__burger-btn.active{transform:rotate(45deg)}.header-block__burger-btn.active .header-block__burger-bar:first-child{opacity:0;transform:translateY(0)}.header-block__burger-btn.active .header-block__burger-bar:nth-child(2){transform:rotate(90deg)}.header-block__burger-btn.active .header-block__burger-bar:nth-child(3){transform:translateY(0)}.header-block__burger-bar{height:2px;width:100%;position:absolute;background-color:var(--gray-dark);transition:transform .4s ease-in-out,opacity .4s ease-in-out}.header-block__burger-bar:first-child{transform:translateY(-8px)}.header-block__burger-bar:nth-child(3){transform:translateY(8px)}@media only screen and (min-width:992px){.header-block__burger-btn{display:none}.header-block__nav{margin-left:auto}.header-block__nav,.header-block__nav-list{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center}.header-block__nav-item{margin-right:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.header-block__nav-item{margin-right:3rem}}@media only screen and (min-width:992px){.header-block__contact{margin-left:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.header-block__contact{margin-left:4rem}}@media only screen and (min-width:1200px){.header-block__contact-num{display:block}}.header-block--without-fill{background-color:transparent}.header-block--without-fill .header-block__contact{display:none}.header-block--without-fill .header-block__nav{margin-right:calc(1.56rem + 1.2vw)}@media (min-width:1200px){.header-block--without-fill .header-block__nav{margin-right:3rem}}.header-block--without-fill .header-block__burger-btn{margin-left:auto}.header-block--without-fill .header-block__nav-link{text-transform:uppercase;font-size:1.4rem;letter-spacing:1px;transition:transform .4s ease-in-out}.header-block--without-fill .header-block__nav-link.active:after{transform:translate(-50%,.5rem) scaleX(1)}.header-block--without-fill .header-block__nav-link:hover{transform:translateY(-.5rem)}.header-block--without-fill .header-block__nav-link:hover:after{transform:translate(-50%,.5rem) scaleX(1)}.header-block--without-fill .header-block__nav-link:after{left:50%;width:40%;transform:translate(-50%,.8rem) scaleX(0);transform-origin:center}.header-block--without-fill .header-block__sub-list{top:calc(100% + 3rem)}.header-block--without-fill .header-block__sub-list .header-block__nav-link:after,.header-block--without-fill .header-block__sub-list .header-block__nav-link:before{display:none}.header-block--without-fill .header-block__sub-list .header-block__nav-link:hover{transform:none}.header-block--centered{padding:calc(1.51rem + .825vw) 0}@media (min-width:1200px){.header-block--centered{padding:2.5rem 0}}.header-block--centered .header-block__inner{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.header-block--centered .header-block__nav{justify-self:center;margin-left:0;margin-right:0}.header-block--centered .header-block__nav-link{text-transform:uppercase;font-size:1.4rem;letter-spacing:1px;padding:calc(1.56rem + 1.2vw) 0}@media (min-width:1200px){.header-block--centered .header-block__nav-link{padding:3rem 0}}.header-block--centered .header-block__nav-link.active:after,.header-block--centered .header-block__nav-link.active:before,.header-block--centered .header-block__nav-link:hover:after,.header-block--centered .header-block__nav-link:hover:before{transform:translate(0) scaleX(1);opacity:1}.header-block--centered .header-block__nav-link:after{height:3px;transform-origin:left;top:0;transform:translate(-1rem) scaleX(0);transition:transform .5s ease-in-out,opacity .5s ease-in-out;opacity:0}.header-block--centered .header-block__nav-link:before{content:"";position:absolute;display:block;height:3px;width:100%;top:0;background-color:var(--theme);transform:translate(1rem) scaleX(0);transform-origin:right;transition:transform .5s ease-in-out,opacity .5s ease-in-out;opacity:0}.header-block--centered .header-block__nav-item.with-sub>.header-block__nav-link:before{content:"";height:3px;top:0;right:auto;left:auto}.header-block--centered .header-block__nav-item.with-sub:after{content:"";height:6rem;position:absolute;top:100%;right:-1rem;left:-1rem}.header-block--centered .header-block__nav-item:last-child{margin-right:0}.header-block--centered .header-block__sub-item .header-block__nav-link{padding:0;text-transform:none}.header-block--centered .header-block__sub-item .header-block__nav-link:after,.header-block--centered .header-block__sub-item .header-block__nav-link:before{display:none}.header-block--centered .header-block__sub-list{top:calc(100% + 3rem)}.header-block--centered .header-block__contact{justify-self:end;margin-right:0}.header-block--centered .header-block__contact-title,.header-block--centered .header-block__cta{display:none}@media only screen and (min-width:992px){.header-block--centered{padding:0}.header-block--centered .header-block__contact{-ms-flex-order:1;order:1}.header-block--centered .header-block__inner{display:grid;grid-template-columns:1fr auto 1fr}}.sidebar-nav{max-width:350px;width:100%;position:fixed;top:0;right:0;bottom:0;left:auto;padding:calc(2.16rem + 5.7vw);padding-top:calc(2.76rem + 10.2vw);background-color:#fff;box-shadow:-1rem 0 3rem var(--blue-shadow);z-index:10;transition:transform .5s ease-in-out}@media (min-width:1200px){.sidebar-nav{padding:9rem;padding-top:15rem}}.sidebar-nav--right{right:auto;left:0;transform:translateX(-100%)}.sidebar-nav--right.active{transform:translateX(0)}.sidebar-nav--left{transform:translateX(100%)}.sidebar-nav--left.active{transform:translateX(0)}.sidebar-nav--top{max-width:none;transform:translateY(-100%)}.sidebar-nav--top.active{transform:translateY(0)}.sidebar-nav--bottom{max-width:none;transform:translateY(100%)}.sidebar-nav--bottom.active{transform:translateY(0)}.sidebar-nav__list{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start}.sidebar-nav__item{margin-bottom:3rem}.sidebar-nav__item.with-sub{margin-bottom:0}.sidebar-nav__item.with-sub .sidebar-nav__link{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center}.sidebar-nav__item.with-sub.active .sidebar-nav__sub-arrow{transform:rotate(90deg)}.sidebar-nav__sub-list{padding:3rem 0 0 3rem;max-height:0;display:grid;justify-items:start;grid-gap:2rem;position:relative;overflow:hidden;white-space:pre;transition:max-height .3s ease-in-out,opacity .3s ease-in-out .2s}.sidebar-nav__sub-list li:last-child{margin-bottom:3rem}.sidebar-nav__sub-arrow{margin-left:1rem;font-size:.8em;transition:transform .3s ease-in-out}.sidebar-nav__cta{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:1rem calc(1.46rem + .45vw);font-size:1.3rem;letter-spacing:1px;font-weight:700}@media (min-width:1200px){.sidebar-nav__cta{padding:1rem 2rem}}.sidebar-nav__link{color:var(--gray-dark);position:relative}.sidebar-nav__link.active,.sidebar-nav__link:hover{color:var(--theme)}.sidebar-nav__link.active:after,.sidebar-nav__link:hover:after{transform:translateY(2px) scaleX(1)}.sidebar-nav__link.active{color:var(--gray-dark)}.sidebar-nav__link.active:hover{color:var(--theme)}.sidebar-nav__link:after{content:"";position:absolute;display:block;height:2px;width:100%;top:100%;background-color:var(--theme);transform:translate(1.5rem,2px) scaleX(0);transform-origin:right;transition:transform .4s ease-in-out}.footer{display:grid;grid-gap:1rem;padding:calc(2.06rem + 4.95vw) 0 calc(1.56rem + 1.2vw)}.footer__section{background-color:#fff;position:relative}.footer__section--gradient{background:linear-gradient(180deg,var(--blue-light) 0,#fff 40%,#fff)}.footer__section--slice:before{content:"";height:4rem;display:block;position:absolute;top:0;left:0;right:0;transform:translateY(calc(-100% + 1px));background-color:#fff;-webkit-clip-path:polygon(0 4rem,100% 0,100% 100%,0 100%);clip-path:polygon(0 4rem,100% 0,100% 100%,0 100%)}.footer-link{margin-bottom:10px}@media (min-width:1200px){.footer{padding:8rem 0 3rem}}.footer__logo{margin-bottom:calc(1.46rem + .45vw)}@media (min-width:1200px){.footer__logo{margin-bottom:2rem}}.footer__logo-img{max-width:100%;max-height:5rem}.footer__heading{font-size:calc(1.42rem + .15vw);font-weight:700;text-transform:uppercase;margin-bottom:calc(1.56rem + 1.2vw);color:var(--theme)}@media (min-width:1200px){.footer__heading{font-size:1.6rem;margin-bottom:3rem}}.footer__sub-heading{font-size:1.3rem;font-weight:700;text-transform:uppercase;margin-bottom:0}.footer__contact:not(:last-child){margin-bottom:calc(1.56rem + 1.2vw)}@media (min-width:1200px){.footer__contact:not(:last-child){margin-bottom:3rem}}.footer__contact--with-icon{display:grid;grid-template-columns:auto 1fr;grid-column-gap:2rem}.footer__contact-icon{color:var(--theme)}.footer__description{margin-bottom:calc(1.56rem + 1.2vw)}@media (min-width:1200px){.footer__description{margin-bottom:3rem}}.footer__cta-btn{padding:1rem calc(1.51rem + .825vw)}@media (min-width:1200px){.footer__cta-btn{padding:1rem 2.5rem}}.footer__socmed{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center}.footer__socmed-link{font-size:calc(1.46rem + .45vw);color:var(--gray-dark)}@media (min-width:1200px){.footer__socmed-link{font-size:2rem}}.footer__socmed-link:not(:last-child){margin-right:calc(1.41rem + .075vw)}@media (min-width:1200px){.footer__socmed-link:not(:last-child){margin-right:1.5rem}}.footer__nav-link{color:var(--gray-dark)}.footer__newsletter{display:-ms-flexbox;display:flex;position:relative}.footer__newsletter-input{border:1px solid var(--gray-subtle-300)}.footer__newsletter-btn{padding:0 calc(1.41rem + .075vw);position:absolute;right:0;height:100%}@media (min-width:1200px){.footer__newsletter-btn{padding:0 1.5rem}}.footer__bottom{padding-top:calc(1.56rem + 1.2vw);border-top:1px solid var(--gray-subtle-300)}@media (min-width:1200px){.footer__bottom{padding-top:3rem}}.footer__copyright,.footer__copyright a{font-size:1.4rem}@media only screen and (min-width:768px){.footer{grid-gap:6rem;grid-row-gap:0;grid-template-columns:repeat(12,1fr)}.footer--3-col>.footer__col{grid-column:span 4}.footer__bottom{grid-column:1/-1;margin-top:calc(2.06rem + 4.95vw);display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}}@media only screen and (min-width:768px) and (min-width:1200px){.footer__bottom{margin-top:8rem}}@media only screen and (min-width:768px){.footer--4-col>.footer__col{grid-column:span 4;grid-row:span 2}.footer--4-col>.footer__col:nth-child(3),.footer--4-col>.footer__col:nth-child(4){grid-row:span 1}}@media only screen and (min-width:768px){.footer__section--slice:before{content:"";height:5rem;display:block;position:absolute;top:0;left:0;right:0;transform:translateY(calc(-100% + 1px));background-color:#fff;-webkit-clip-path:polygon(0 5rem,100% 0,100% 100%,0 100%);clip-path:polygon(0 5rem,100% 0,100% 100%,0 100%)}}@media only screen and (min-width:992px){.footer__section--slice:before{content:"";height:6rem;display:block;position:absolute;top:0;left:0;right:0;transform:translateY(calc(-100% + 1px));background-color:#fff;-webkit-clip-path:polygon(0 6rem,100% 0,100% 100%,0 100%);clip-path:polygon(0 6rem,100% 0,100% 100%,0 100%)}.footer--3-col>.footer__col:first-child{grid-column:span 4}.footer--3-col>.footer__col:nth-child(2){grid-column:6/span 3}.footer--4-col>.footer__col{grid-column:span 3;grid-row:initial}.footer--4-col>.footer__col:nth-child(2){grid-column:5/span 3}.footer--4-col>.footer__col:nth-child(3),.footer--4-col>.footer__col:nth-child(4){grid-row:initial}.footer--4-col>.footer__col:nth-child(3){grid-column:span 2}}.footer--style-3 .footer__logo{margin-top:calc(1.76rem + 2.7vw);margin-bottom:0}@media (min-width:1200px){.footer--style-3 .footer__logo{margin-top:5rem}}@media only screen and (min-width:992px){.footer--style-3>.footer__col:nth-child(2){grid-column:6/span 4}.footer--style-3>.footer__col:nth-child(3){grid-column:span 3}}.footer--style-4 .footer__socmed{margin-bottom:calc(1.56rem + 1.2vw)}@media (min-width:1200px){.footer--style-4 .footer__socmed{margin-bottom:3rem}}.footer--style-4 .footer__contact-icon{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;border:1px solid;height:5rem;width:5rem;font-size:2rem}.footer--style-4 .footer__description{margin-bottom:0}@media only screen and (min-width:768px){.footer--style-4>.footer__col:first-child{grid-column:span 5}.footer--style-4>.footer__col:nth-child(3){grid-column:span 3}}@media only screen and (min-width:992px){.footer--style-4>.footer__col:nth-child(2){grid-column:6/span 4}}:root{--footer-background:#fff;--footer-link-color:var(--theme);--footer-header-color:var(--gray-30);--footer-spacing:2rem;--footer-header:calc(1.42rem + .15vw);--subfooter-background-color:var(--theme);--subfooter-link-color:#fff}@media (min-width:1200px){:root{--footer-header:1.6rem}}.footer-template.footer-main{display:block}.footer-template.footer-main--subfooter-center .sub-footer__text-container{-ms-flex-pack:center;justify-content:center}@media only screen and (min-width:768px){.footer-template.footer-main--subfooter-center .sub-footer__text:after{content:"|";margin:0 .2rem}}.footer-template .footer-main__grid{display:grid;gap:2rem}@media only screen and (min-width:768px){.footer-template .footer-main__grid{grid-template-columns:repeat(2,1fr);gap:3rem}}@media only screen and (min-width:992px){.footer-template .footer-main__grid{grid-template-columns:unset;display:-ms-flexbox;display:flex;gap:unset}}.footer-template .footer-main__col>div:not(:last-child){margin-bottom:var(--footer-spacing)}@media only screen and (min-width:992px){.footer-template .footer-main__col{-ms-flex:1 1 0px;flex:1 1 0}.footer-template .footer-main__col:not(:last-child){margin-right:5rem}}.footer-template .footer-main__heading{font-size:var(--footer-header);text-transform:uppercase;color:var(--footer-header-color);margin-bottom:1rem}.footer-template .footer-main__inner{padding:var(--block-padding) 0;position:relative;background-size:cover;background-position:50%;background-repeat:no-repeat;background:var(--footer-background)}.footer-template .footer-main__inner a:not(:hover){color:var(--footer-link-color)}.footer-template .footer-main__tag-line p{font-size:1.4rem}.footer-template .footer-main__contact-container:not(:last-child){margin-bottom:var(--footer-spacing)}.footer-template .footer-main__contact-icon{display:grid;grid-template-columns:auto 1fr;grid-gap:1.5rem}.footer-template .footer-main__contact-icon:not(:last-child){margin-bottom:.8rem}.footer-template .footer-main__contact-icon i{margin-top:.7rem}.footer-template .footer-main__subscription p{font-size:1.4rem}.footer-template .footer-main__subscription-input{border:1px solid var(--gray-76)}.footer-template .footer-main__subscription-form{margin-bottom:5px}.footer-template .footer-main__subscription-button{border:1px solid var(--theme);padding:1rem 1.4rem;background:var(--theme);color:#fff}.footer-template .footer-main__subscription-button:hover{border:1px solid var(--theme-hover);background:var(--theme-hover)}.footer-template .footer-main__socmed-container>a:not(:last-child){margin-right:1rem}.footer-template .footer-main__socmed-container i{font-size:1.8rem}.footer-template .footer-main__rss-list.blog-post-footer-rss-titles li{list-style:none;margin-bottom:0}.footer-template .footer-main__rss-list.blog-post-footer-rss-titles li:not(:last-child){margin-bottom:.8rem}.footer--style-2 .footer-main__heading{padding-bottom:1rem;border-bottom:1px solid var(--gray-76);text-transform:capitalize}@media only screen and (min-width:992px){.footer--style-2 .footer-main__col.footer-main__menu{-ms-flex:0 0 auto;flex:0 0 auto}}.sub-footer{padding:calc(1.41rem + .075vw) 0;background:var(--subfooter-background-color);color:var(--subfooter-link-color);font-size:1.4rem}@media (min-width:1200px){.sub-footer{padding:1.5rem 0}}.sub-footer__divider{display:none}.sub-footer__text-container{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width:768px){.sub-footer__text-container{-ms-flex-direction:row;flex-direction:row}}.sub-footer a{color:inherit}.sub-footer a:hover{color:var(--theme-hover)}.sub-footer a:not(:last-child):after{content:"|";margin:0 .2rem}.sub-footer__link-container,.sub-footer__text{display:inline-block}.header-main{position:fixed;top:0;right:0;bottom:auto;left:0;z-index:99;background-color:#fff;transition:padding .3s ease-in-out,top .3s ease-in-out}.header-main__inner{position:relative;z-index:1}.header-main__container{display:-ms-flexbox;display:flex;max-width:none;padding-top:1.5rem;padding-bottom:1.5rem}.header-main__logo-wrapper{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-right:calc(1.76rem + 2.7vw)}@media (min-width:1200px){.header-main__logo-wrapper{margin-right:5rem}}.header-main__logo{max-height:3.5rem}.header-main__burger-btn{-ms-flex-item-align:center;align-self:center;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;position:relative;height:2.4rem;width:2.4rem;z-index:100;margin-left:auto;transition:transform .3s ease-in-out}.header-main__burger-btn.active{transform:rotate(45deg)}.header-main__burger-btn.active .header-main__burger-bar:first-child{opacity:0;transform:translateY(0)}.header-main__burger-btn.active .header-main__burger-bar:nth-child(2){transform:rotate(90deg)}.header-main__burger-btn.active .header-main__burger-bar:nth-child(3){transform:translateY(0)}.header-main__burger-bar{height:2px;width:100%;position:absolute;background-color:#1a1a1a;transition:transform .3s ease-in-out,opacity .3s ease-in-out}.header-main__burger-bar:first-child{transform:translateY(-8px)}.header-main__burger-bar:nth-child(3){transform:translateY(8px)}.header-main--shrink{box-shadow:2px 5px 11px -5px hsla(0,0%,53%,.35)}.header-main--shrink__container{padding-top:1.5rem;padding-bottom:1.5rem}@media only screen and (min-width:992px){.header-main__burger-btn{display:none}.header-main__container{max-width:960px;padding-top:0;padding-bottom:0}.header-main--shrink:not(.header-main--extended-menu) .utd-header-nav__item{padding-top:1.5rem;padding-bottom:1.5rem}.header-main--shrink:not(.header-main--extended-menu) .utd-header-nav--with-icon .utd-header-nav__link{-ms-flex-direction:row;flex-direction:row}.header-main--shrink:not(.header-main--extended-menu) .utd-header-nav--with-icon .utd-header-nav__link-icon{font-size:calc(1.41rem + .075vw);margin-bottom:0;margin-right:1rem}}@media only screen and (min-width:992px) and (min-width:1200px){.header-main--shrink:not(.header-main--extended-menu) .utd-header-nav--with-icon .utd-header-nav__link-icon{font-size:1.5rem}}@media only screen and (min-width:992px){.header-main--shrink:not(.header-main--extended-menu) .utd-header-nav--box-edge .utd-header-nav__link{padding:calc(1.41rem + .075vw) calc(1.46rem + .45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.header-main--shrink:not(.header-main--extended-menu) .utd-header-nav--box-edge .utd-header-nav__link{padding:1.5rem 2rem}}@media only screen and (min-width:1200px){.header-main__container{max-width:1140px}}.header-main--full-width .header-main__container{max-width:none}.header-main--dark,.header-main--dark-semi-transparent,.header-main--dark-transparent{background-color:var(--gray-10);color:#fff}.header-main--dark-semi-transparent .header-widget__link,.header-main--dark-semi-transparent .utd-header-nav-mega__link,.header-main--dark-semi-transparent .utd-header-nav-sub__link,.header-main--dark-semi-transparent .utd-header-nav__link,.header-main--dark-transparent .header-widget__link,.header-main--dark-transparent .utd-header-nav-mega__link,.header-main--dark-transparent .utd-header-nav-sub__link,.header-main--dark-transparent .utd-header-nav__link,.header-main--dark .header-widget__link,.header-main--dark .utd-header-nav-mega__link,.header-main--dark .utd-header-nav-sub__link,.header-main--dark .utd-header-nav__link{color:#fff}.header-main--dark-semi-transparent .header-widget__link:hover,.header-main--dark-semi-transparent .utd-header-nav-mega__link:hover,.header-main--dark-semi-transparent .utd-header-nav-sub__link:hover,.header-main--dark-semi-transparent .utd-header-nav__link:hover,.header-main--dark-transparent .header-widget__link:hover,.header-main--dark-transparent .utd-header-nav-mega__link:hover,.header-main--dark-transparent .utd-header-nav-sub__link:hover,.header-main--dark-transparent .utd-header-nav__link:hover,.header-main--dark .header-widget__link:hover,.header-main--dark .utd-header-nav-mega__link:hover,.header-main--dark .utd-header-nav-sub__link:hover,.header-main--dark .utd-header-nav__link:hover{color:var(--theme-hover)}.header-main--dark-semi-transparent .header-main__burger-bar,.header-main--dark-transparent .header-main__burger-bar,.header-main--dark .header-main__burger-bar{background-color:#fff}.header-main--dark-semi-transparent .utd-header-nav,.header-main--dark-transparent .utd-header-nav,.header-main--dark .utd-header-nav{background-color:#1a1a1a;border-top:1px solid hsla(0,0%,100%,.1)}.header-main--dark-semi-transparent .header-widget,.header-main--dark-transparent .header-widget,.header-main--dark .header-widget{border-right:1px solid hsla(0,0%,100%,.1)}@media only screen and (min-width:992px){.header-main--dark-semi-transparent .utd-header-nav,.header-main--dark-transparent .utd-header-nav,.header-main--dark .utd-header-nav{background-color:transparent;border-top:0}.header-main--dark-semi-transparent .header-widget,.header-main--dark-transparent .header-widget,.header-main--dark .header-widget{border-left:1px solid hsla(0,0%,100%,.1);border-right:0}.header-main--dark-semi-transparent .utd-header-nav-mega,.header-main--dark-semi-transparent .utd-header-nav-sub__list,.header-main--dark-transparent .utd-header-nav-mega,.header-main--dark-transparent .utd-header-nav-sub__list,.header-main--dark .utd-header-nav-mega,.header-main--dark .utd-header-nav-sub__list{background-color:var(--gray-10)}}.header-main--light-transparent{background-color:transparent;transition:padding .3s ease-in-out,top .3s ease-in-out,background-color .3s ease-in-out}.header-main--light-transparent.header-main--shrink{background-color:#fff}.header-main--dark-transparent{background-color:transparent;transition:padding .3s ease-in-out,top .3s ease-in-out,background-color .3s ease-in-out}.header-main--dark-transparent.header-main--shrink{background-color:#1a1a1a}.header-main--dark-semi-transparent{background-color:rgba(26,26,26,.6);transition:padding .3s ease-in-out,top .3s ease-in-out,background-color .3s ease-in-out}.header-main--dark-semi-transparent.header-main--shrink{background-color:#1a1a1a}.header-main--light-semi-transparent{background-color:hsla(0,0%,100%,.7);transition:padding .3s ease-in-out,top .3s ease-in-out,background-color .3s ease-in-out}.header-main--light-semi-transparent.header-main--shrink{background-color:#fff}.header-main--floating,.header-main--floating-all{background-color:transparent}.header-main--floating-all .header-main__container,.header-main--floating .header-main__container{background-color:#fff}@media only screen and (min-width:992px){.header-main--floating-all .header-main__inner,.header-main--floating .header-main__inner{transform:translateY(2rem);transition:transform .3s ease-in-out}.header-main--floating-all .header-main__inner:after,.header-main--floating .header-main__inner:after{content:"";display:block;position:absolute;top:0;right:0;bottom:0;left:0;background-color:#fff;transform:scaleX(0);transform-origin:bottom;transition:transform .3s ease-in-out;z-index:-1}.header-main--floating-all .header-main__container,.header-main--floating .header-main__container{background-color:#fff;position:relative}.header-main--floating.header-main--shrink .header-main__inner,.header-main--shrink.header-main--floating-all .header-main__inner{transform:translateY(0)}.header-main--floating.header-main--shrink .header-main__inner:after,.header-main--shrink.header-main--floating-all .header-main__inner:after{transform:scaleX(1)}.header-main--floating.header-main--shrink .header-main__container,.header-main--shrink.header-main--floating-all .header-main__container{position:static}}.header-main--dark-semi-transparent.header-main--floating-all .header-main__container,.header-main--dark-semi-transparent.header-main--floating-all .header-main__inner:after,.header-main--dark-transparent.header-main--floating-all .header-main__container,.header-main--dark-transparent.header-main--floating-all .header-main__inner:after,.header-main--dark.header-main--floating-all .header-main__container,.header-main--dark.header-main--floating-all .header-main__inner:after,.header-main--floating.header-main--dark-semi-transparent .header-main__container,.header-main--floating.header-main--dark-semi-transparent .header-main__inner:after,.header-main--floating.header-main--dark-transparent .header-main__container,.header-main--floating.header-main--dark-transparent .header-main__inner:after,.header-main--floating.header-main--dark .header-main__container,.header-main--floating.header-main--dark .header-main__inner:after{background-color:var(--gray-10)}.header-main--floating-all .sub-header{background-color:transparent}.header-main--floating-all .sub-header__container{background-color:var(--gray-97)}.header-main--floating-all .sub-header--dark-icon-theme .sub-header__container,.header-main--floating-all .sub-header--dark .sub-header__container{background-color:var(--gray-10)}@media only screen and (min-width:992px){.header-main--floating-all .header-main__inner{transform:translateY(0)}}.header-main--floating-all.header-main--dark-semi-transparent .header-main__container,.header-main--floating-all.header-main--dark-semi-transparent .header-main__inner:after,.header-main--floating-all.header-main--dark-transparent .header-main__container,.header-main--floating-all.header-main--dark-transparent .header-main__inner:after,.header-main--floating-all.header-main--dark .header-main__container,.header-main--floating-all.header-main--dark .header-main__inner:after{background-color:#1a1a1a}.header-main--extended-menu.header-main--dark-semi-transparent .header-main__bottom,.header-main--extended-menu.header-main--dark-transparent .header-main__bottom,.header-main--extended-menu.header-main--dark .header-main__bottom{border-top:1px solid hsla(0,0%,100%,.1)}.header-main--extended-menu .header-main__top .header-main__container{-ms-flex-pack:justify;justify-content:space-between}@media only screen and (min-width:992px){.header-main--extended-menu .header-main__top .header-main__container{padding-top:calc(1.46rem + .45vw);padding-bottom:calc(1.46rem + .45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.header-main--extended-menu .header-main__top .header-main__container{padding-top:2rem;padding-bottom:2rem}}.header-main--extended-menu .header-main__banner-wrapper{display:none}@media only screen and (min-width:768px){.header-main--extended-menu .header-main__banner-wrapper{display:block}}@media only screen and (min-width:768px){.header-main--extended-menu .header-main__banner{width:auto;height:100%;max-height:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.header-main--extended-menu .header-main__banner{max-height:7rem}}.header-main--extended-menu .header-main__bottom{border-top:1px solid rgba(0,0,0,.1)}.header-main--extended-menu .header-main__burger-btn{margin-left:auto}.header-main--extended-menu .utd-header-nav{margin-left:0}.header-main--extended-menu .utd-header-nav--box-edge .utd-header-nav__link,.header-main--extended-menu .utd-header-nav--line-bottom-edge .utd-header-nav__link,.header-main--extended-menu .utd-header-nav--line-top-edge .utd-header-nav__link{padding:calc(1.41rem + .075vw) calc(1.46rem + .45vw)}@media (min-width:1200px){.header-main--extended-menu .utd-header-nav--box-edge .utd-header-nav__link,.header-main--extended-menu .utd-header-nav--line-bottom-edge .utd-header-nav__link,.header-main--extended-menu .utd-header-nav--line-top-edge .utd-header-nav__link{padding:1.5rem 2rem}}@media only screen and (min-width:992px){.header-main--extended-menu .utd-header-nav__item{padding:calc(1.41rem + .075vw) 0}}@media only screen and (min-width:992px) and (min-width:1200px){.header-main--extended-menu .utd-header-nav__item{padding:1.5rem 0}}.header-main--extended-menu .header-widget{margin-left:0;border-right:0}@media only screen and (min-width:992px){.header-main--extended-menu .header-widget{margin-left:auto;padding-left:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.header-main--extended-menu .header-widget{padding-left:3rem}}.header-main--extended-menu.header-main--floating.header-main--shrink .header-main__bottom .header-main__container,.header-main--extended-menu.header-main--shrink.header-main--floating-all .header-main__bottom .header-main__container{position:static}.header-main--extended-menu.header-main--dark-semi-transparent.header-main--floating-all .header-main__bottom .header-main__container:before,.header-main--extended-menu.header-main--dark-transparent.header-main--floating-all .header-main__bottom .header-main__container:before,.header-main--extended-menu.header-main--dark.header-main--floating-all .header-main__bottom .header-main__container:before,.header-main--extended-menu.header-main--floating.header-main--dark-semi-transparent .header-main__bottom .header-main__container:before,.header-main--extended-menu.header-main--floating.header-main--dark-transparent .header-main__bottom .header-main__container:before,.header-main--extended-menu.header-main--floating.header-main--dark .header-main__bottom .header-main__container:before{background-color:hsla(0,0%,100%,.1)}@media only screen and (min-width:992px){.header-main--extended-menu.header-main--floating-all .header-main__bottom,.header-main--extended-menu.header-main--floating .header-main__bottom{border-top:0;position:relative}.header-main--extended-menu.header-main--floating-all .header-main__bottom .header-main__container,.header-main--extended-menu.header-main--floating .header-main__bottom .header-main__container{position:relative}.header-main--extended-menu.header-main--floating-all .header-main__bottom .header-main__container:before,.header-main--extended-menu.header-main--floating .header-main__bottom .header-main__container:before{content:"";position:absolute;left:0;right:0;height:1px;background-color:rgba(0,0,0,.1)}.header-main--extended-menu.header-main--floating-all .header-main__container,.header-main--extended-menu.header-main--floating .header-main__container{transform:none}}@media only screen and (min-width:992px){.header-main--extended-menu.header-main--floating-all .header-main__inner{transform:translateY(0)}}.header-main--extended-menu.header-main--logo-centered .header-main__logo-wrapper{margin-right:auto;margin-left:auto}.header-main--extended-menu.header-main--banner-hidden .header-main__banner-wrapper,.header-main--extended-menu.header-main--logo-centered .header-main__banner-wrapper{display:none}.utd-header-nav-mega{padding-left:calc(1.66rem + 1.95vw);max-height:0;overflow:hidden;transition:max-height .4s ease-out}@media (min-width:1200px){.utd-header-nav-mega{padding-left:4rem}}.utd-header-nav-mega__category{margin-top:calc(1.66rem + 1.95vw)}@media (min-width:1200px){.utd-header-nav-mega__category{margin-top:4rem}}.utd-header-nav-mega__category-label{margin-bottom:calc(1.46rem + .45vw);text-transform:uppercase;letter-spacing:.1em;font-size:1.3rem;font-weight:700}@media (min-width:1200px){.utd-header-nav-mega__category-label{margin-bottom:2rem}}.utd-header-nav-mega__list{padding-left:calc(1.66rem + 1.95vw)}@media (min-width:1200px){.utd-header-nav-mega__list{padding-left:4rem}}.utd-header-nav-mega__item:not(:last-child){margin-bottom:calc(1.46rem + .45vw)}@media (min-width:1200px){.utd-header-nav-mega__item:not(:last-child){margin-bottom:2rem}}.utd-header-nav-mega__link{display:block;position:relative;z-index:1;color:var(--gray-dark);transition:color .3s ease-in-out}.utd-header-nav-mega__link.active{color:var(--theme)}.utd-header-nav-mega__link.active:hover{color:var(--theme-hover)}@media only screen and (min-width:992px){.utd-header-nav-mega{max-height:none;overflow:initial;position:absolute;top:100%;left:0;right:0;width:100%;padding:0;border-top:2px solid var(--theme);background-color:#fff;transform:translateY(2rem);opacity:0;visibility:hidden;transition:visibility .01ms ease-out,transform .4s ease-out,opacity .4s ease-out}.utd-header-nav-mega__container{max-width:960px;width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.utd-header-nav-mega__category{margin-top:0;padding:calc(1.66rem + 1.95vw) 0}}@media only screen and (min-width:992px) and (min-width:1200px){.utd-header-nav-mega__category{padding:4rem 0}}@media only screen and (min-width:992px){.utd-header-nav-mega__category-label{margin-bottom:calc(1.46rem + .45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.utd-header-nav-mega__category-label{margin-bottom:2rem}}@media only screen and (min-width:992px){.utd-header-nav-mega__list{padding-left:0}.utd-header-nav-mega__item:not(:last-child){margin-bottom:calc(1.46rem + .45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.utd-header-nav-mega__item:not(:last-child){margin-bottom:2rem}}@media only screen and (min-width:992px){.utd-header-nav-mega--2-col .utd-header-nav-mega__container{display:grid;grid-template-columns:repeat(2,1fr)}.utd-header-nav-mega--2-col .utd-header-nav-mega__category{padding-left:calc(1.76rem + 2.7vw);padding-right:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.utd-header-nav-mega--2-col .utd-header-nav-mega__category{padding-left:5rem;padding-right:5rem}}@media only screen and (min-width:992px){.utd-header-nav-mega--2-col .utd-header-nav-mega__category:nth-child(n+3){padding-top:0}.utd-header-nav-mega--3-col .utd-header-nav-mega__container{display:grid;grid-template-columns:repeat(3,1fr)}.utd-header-nav-mega--3-col .utd-header-nav-mega__category{padding-left:calc(1.76rem + 2.7vw);padding-right:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.utd-header-nav-mega--3-col .utd-header-nav-mega__category{padding-left:5rem;padding-right:5rem}}@media only screen and (min-width:992px){.utd-header-nav-mega--3-col .utd-header-nav-mega__category:nth-child(n+4){padding-top:0}.utd-header-nav-mega--4-col .utd-header-nav-mega__container{display:grid;grid-template-columns:repeat(4,1fr)}.utd-header-nav-mega--4-col .utd-header-nav-mega__category{padding-left:calc(1.76rem + 2.7vw);padding-right:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.utd-header-nav-mega--4-col .utd-header-nav-mega__category{padding-left:5rem;padding-right:5rem}}@media only screen and (min-width:992px){.utd-header-nav-mega--4-col .utd-header-nav-mega__category:nth-child(n+5){padding-top:0}.utd-header-nav-mega--full-width .utd-header-nav-mega__container{max-width:none}}@media only screen and (min-width:1200px){.utd-header-nav-mega__container{max-width:1140px}}.utd-header-nav-sub__list{padding-left:calc(1.66rem + 1.95vw);max-height:0;overflow:hidden;transition:max-height .4s ease-out}@media (min-width:1200px){.utd-header-nav-sub__list{padding-left:4rem}}.utd-header-nav-sub__item:first-child{margin-top:calc(1.66rem + 1.95vw)}@media (min-width:1200px){.utd-header-nav-sub__item:first-child{margin-top:4rem}}.utd-header-nav-sub__item:not(:last-child){margin-bottom:calc(1.66rem + 1.95vw)}@media (min-width:1200px){.utd-header-nav-sub__item:not(:last-child){margin-bottom:4rem}}.utd-header-nav-sub__link{display:block;position:relative;z-index:1;color:var(--gray-dark);transition:color .3s ease-in-out}.utd-header-nav-sub__link:hover{color:var(--theme-hover)}.utd-header-nav-sub__link.active{color:var(--theme)}.utd-header-nav-sub__link.active:hover{color:var(--theme-hover)}.utd-header-nav-sub__arrow-container{font-size:1rem;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;height:2.2rem;width:2.2rem;border-radius:999px;margin-left:.7rem;background-color:#1a1a1a;color:#fff;transition:transform .3s ease-in-out}@media only screen and (min-width:992px){.utd-header-nav-sub__list{max-height:none;overflow:initial;position:absolute;top:100%;left:0;width:22rem;padding:calc(1.51rem + .825vw);border-top:2px solid var(--theme);background-color:#fff;transform:translateY(2rem);opacity:0;visibility:hidden;transition:visibility .01ms ease-out,transform .4s ease-out,opacity .4s ease-out}}@media only screen and (min-width:992px) and (min-width:1200px){.utd-header-nav-sub__list{padding:2.5rem}}@media only screen and (min-width:992px){.utd-header-nav-sub__item:first-child{margin-top:0}.utd-header-nav-sub__item:not(:last-child){margin-bottom:calc(1.46rem + .45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.utd-header-nav-sub__item:not(:last-child){margin-bottom:2rem}}@media only screen and (min-width:992px){.utd-header-nav-sub__arrow-container{background-color:transparent;height:2rem;width:2rem;color:inherit}.utd-header-nav-sub__arrow-container i{color:inherit}}.utd-header-nav{position:fixed;top:0;right:0;bottom:0;left:auto;width:100%;padding:calc(2.06rem + 4.95vw);overflow-y:auto;background-color:#fff;border-top:1px solid rgba(0,0,0,.1);transform:translateX(100%);transition:transform .4s ease-out,box-shadow .4s ease-out,top .3s ease-in-out}@media (min-width:1200px){.utd-header-nav{padding:8rem}}.utd-header-nav.active{transform:translateX(0)}.utd-header-nav__list{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start}.utd-header-nav__item{transition:padding .3s ease-in-out}.utd-header-nav__item:not(:last-child){margin-bottom:calc(1.66rem + 1.95vw)}@media (min-width:1200px){.utd-header-nav__item:not(:last-child){margin-bottom:4rem}}.utd-header-nav__item--with-sub{position:relative}.utd-header-nav__item--with-mega,.utd-header-nav__item--with-sub{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%}.utd-header-nav__item--with-mega.active .utd-header-nav-sub__arrow-container,.utd-header-nav__item--with-sub.active .utd-header-nav-sub__arrow-container{transform:rotate(90deg)}@media only screen and (min-width:992px){.utd-header-nav__item--with-mega,.utd-header-nav__item--with-sub{width:unset}}.utd-header-nav__link{display:block;position:relative;z-index:1;color:var(--gray-30);white-space:nowrap;transition:color .3s ease-in-out}.utd-header-nav__link span{white-space:nowrap}.utd-header-nav__link.active{color:var(--theme)}.utd-header-nav__link.active:hover{color:var(--theme-hover)}.utd-header-nav__link.active .utd-header-nav-sub__arrow{color:inherit}.utd-header-nav__link-with-arrow{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.utd-header-nav__link-icon{display:none;font-size:calc(1.46rem + .45vw);transition:font-size .3s ease-in-out}@media (min-width:1200px){.utd-header-nav__link-icon{font-size:2rem}}.utd-header-nav__link-subtitle{display:none;font-size:1.3rem;opacity:.5;line-height:1.5}@media only screen and (min-width:576px){.utd-header-nav{max-width:375px}}@media only screen and (min-width:992px){.utd-header-nav{position:static;top:auto;right:auto;bottom:auto;left:auto;max-width:none;width:auto;padding:0;background-color:transparent;transform:none;overflow-y:initial;border-top:none;margin-left:auto}.utd-header-nav.active{transform:none}.utd-header-nav__list{-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center}.utd-header-nav__item{padding-top:3rem;padding-bottom:3rem}.utd-header-nav__item--with-mega:hover .utd-header-nav__link,.utd-header-nav__item--with-sub:hover .utd-header-nav__link{color:var(--theme-hover)}.utd-header-nav__item--with-mega:hover .utd-header-nav-sub__arrow-container,.utd-header-nav__item--with-sub:hover .utd-header-nav-sub__arrow-container{transform:rotate(90deg)}.utd-header-nav__item--with-mega:hover .utd-header-nav-mega,.utd-header-nav__item--with-sub:hover .utd-header-nav-sub__list{transform:translateY(0);opacity:1;visibility:visible}.utd-header-nav__item:not(:last-child){margin-bottom:0;margin-right:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.utd-header-nav__item:not(:last-child){margin-right:3rem}}.utd-header-nav--pill .utd-header-nav__item:not(:last-child){margin-bottom:calc(1.46rem + .45vw)}@media (min-width:1200px){.utd-header-nav--pill .utd-header-nav__item:not(:last-child){margin-bottom:2rem}}.utd-header-nav--pill .utd-header-nav__item--with-mega:hover .utd-header-nav__link,.utd-header-nav--pill .utd-header-nav__item--with-sub:hover .utd-header-nav__link{color:#fff;background-color:var(--theme-hover)}@media only screen and (min-width:992px){.utd-header-nav--pill .utd-header-nav__item:not(:last-child){margin-bottom:0;margin-right:1rem}}.utd-header-nav--pill .utd-header-nav__link{padding:.8rem 1.6rem;border-radius:100px;transition:color .3s ease-in-out,background-color .3s ease-in-out}.utd-header-nav--pill .utd-header-nav__link.active{color:#fff;background-color:var(--theme)}.utd-header-nav--pill .utd-header-nav__link:hover{color:#fff;background-color:var(--theme-hover)}.utd-header-nav--box-edge .utd-header-nav__item:not(:last-child),.utd-header-nav--box .utd-header-nav__item:not(:last-child){margin-bottom:calc(1.46rem + .45vw)}@media (min-width:1200px){.utd-header-nav--box-edge .utd-header-nav__item:not(:last-child),.utd-header-nav--box .utd-header-nav__item:not(:last-child){margin-bottom:2rem}}.utd-header-nav--box-edge .utd-header-nav__item--with-mega:hover .utd-header-nav__link,.utd-header-nav--box-edge .utd-header-nav__item--with-sub:hover .utd-header-nav__link,.utd-header-nav--box .utd-header-nav__item--with-mega:hover .utd-header-nav__link,.utd-header-nav--box .utd-header-nav__item--with-sub:hover .utd-header-nav__link{color:#fff;background-color:var(--theme-hover)}@media only screen and (min-width:992px){.utd-header-nav--box-edge .utd-header-nav__item:not(:last-child),.utd-header-nav--box .utd-header-nav__item:not(:last-child){margin-bottom:0;margin-right:1rem}}.utd-header-nav--box-edge .utd-header-nav__link,.utd-header-nav--box .utd-header-nav__link{padding:.8rem 1.6rem;transition:color .3s ease-in-out,background-color .3s ease-in-out}.utd-header-nav--box-edge .utd-header-nav__link.active,.utd-header-nav--box .utd-header-nav__link.active{color:#fff;background-color:var(--theme)}.utd-header-nav--box-edge .utd-header-nav__link:hover,.utd-header-nav--box .utd-header-nav__link:hover{color:#fff;background-color:var(--theme-hover)}.utd-header-nav--pill-border .utd-header-nav__item:not(:last-child){margin-bottom:calc(1.46rem + .45vw)}@media (min-width:1200px){.utd-header-nav--pill-border .utd-header-nav__item:not(:last-child){margin-bottom:2rem}}.utd-header-nav--pill-border .utd-header-nav__item--with-mega:hover .utd-header-nav__link,.utd-header-nav--pill-border .utd-header-nav__item--with-sub:hover .utd-header-nav__link{border:1px solid var(--theme-hover)}@media only screen and (min-width:992px){.utd-header-nav--pill-border .utd-header-nav__item:not(:last-child){margin-bottom:0;margin-right:1rem}}.utd-header-nav--pill-border .utd-header-nav__link{padding:.8rem 1.6rem;border-radius:100px;border:1px solid transparent;transition:color .3s ease-in-out,border .3s ease-in-out}.utd-header-nav--pill-border .utd-header-nav__link.active{border:1px solid var(--theme)}.utd-header-nav--pill-border .utd-header-nav__link:hover{border:1px solid var(--theme-hover)}.utd-header-nav--box-border .utd-header-nav__item:not(:last-child){margin-bottom:calc(1.46rem + .45vw)}@media (min-width:1200px){.utd-header-nav--box-border .utd-header-nav__item:not(:last-child){margin-bottom:2rem}}.utd-header-nav--box-border .utd-header-nav__item--with-mega:hover .utd-header-nav__link,.utd-header-nav--box-border .utd-header-nav__item--with-sub:hover .utd-header-nav__link{border:1px solid var(--theme-hover)}@media only screen and (min-width:992px){.utd-header-nav--box-border .utd-header-nav__item:not(:last-child){margin-bottom:0;margin-right:1rem}}.utd-header-nav--box-border .utd-header-nav__link{padding:.8rem 1.6rem;border:1px solid transparent;transition:color .3s ease-in-out,border .3s ease-in-out}.utd-header-nav--box-border .utd-header-nav__link.active{border:1px solid var(--theme)}.utd-header-nav--box-border .utd-header-nav__link:hover{border:1px solid var(--theme-hover)}.utd-header-nav--line-bottom-1 .utd-header-nav__item--with-mega:hover .utd-header-nav__link:after,.utd-header-nav--line-bottom-1 .utd-header-nav__item--with-sub:hover .utd-header-nav__link:after,.utd-header-nav--line-bottom-2 .utd-header-nav__item--with-mega:hover .utd-header-nav__link:after,.utd-header-nav--line-bottom-2 .utd-header-nav__item--with-sub:hover .utd-header-nav__link:after,.utd-header-nav--line-bottom-3 .utd-header-nav__item--with-mega:hover .utd-header-nav__link:after,.utd-header-nav--line-bottom-3 .utd-header-nav__item--with-sub:hover .utd-header-nav__link:after,.utd-header-nav--line-bottom-edge .utd-header-nav__item--with-mega:hover .utd-header-nav__link:after,.utd-header-nav--line-bottom-edge .utd-header-nav__item--with-sub:hover .utd-header-nav__link:after,.utd-header-nav--line-top-edge .utd-header-nav__item--with-mega:hover .utd-header-nav__link:after,.utd-header-nav--line-top-edge .utd-header-nav__item--with-sub:hover .utd-header-nav__link:after{transform:translateX(0) scaleX(1)}.utd-header-nav--line-bottom-1 .utd-header-nav__link:after,.utd-header-nav--line-bottom-2 .utd-header-nav__link:after,.utd-header-nav--line-bottom-3 .utd-header-nav__link:after,.utd-header-nav--line-bottom-edge .utd-header-nav__link:after,.utd-header-nav--line-top-edge .utd-header-nav__link:after{content:"";height:2px;width:100%;display:block;position:absolute;top:calc(100% + 4px);background-color:var(--theme-hover);transform:translateX(1.5rem) scaleX(0);transform-origin:right;transition:transform .3s ease-in-out}.utd-header-nav--line-bottom-1 .utd-header-nav__link:hover:after,.utd-header-nav--line-bottom-2 .utd-header-nav__link:hover:after,.utd-header-nav--line-bottom-3 .utd-header-nav__link:hover:after,.utd-header-nav--line-bottom-edge .utd-header-nav__link:hover:after,.utd-header-nav--line-top-edge .utd-header-nav__link:hover:after{transform:translateX(0) scaleX(1)}.utd-header-nav--line-bottom-1 .utd-header-nav__link.active:after,.utd-header-nav--line-bottom-2 .utd-header-nav__link.active:after,.utd-header-nav--line-bottom-3 .utd-header-nav__link.active:after,.utd-header-nav--line-bottom-edge .utd-header-nav__link.active:after,.utd-header-nav--line-top-edge .utd-header-nav__link.active:after{background-color:var(--theme);transform:translateX(0) scaleX(1)}.utd-header-nav--line-bottom-2 .utd-header-nav__item--with-mega:hover .utd-header-nav__link:after,.utd-header-nav--line-bottom-2 .utd-header-nav__item--with-sub:hover .utd-header-nav__link:after,.utd-header-nav--line-bottom-edge .utd-header-nav__item--with-mega:hover .utd-header-nav__link:after,.utd-header-nav--line-bottom-edge .utd-header-nav__item--with-sub:hover .utd-header-nav__link:after,.utd-header-nav--line-top-edge .utd-header-nav__item--with-mega:hover .utd-header-nav__link:after,.utd-header-nav--line-top-edge .utd-header-nav__item--with-sub:hover .utd-header-nav__link:after{transform:scaleX(1)}.utd-header-nav--line-bottom-2 .utd-header-nav__link:after,.utd-header-nav--line-bottom-edge .utd-header-nav__link:after,.utd-header-nav--line-top-edge .utd-header-nav__link:after{transform:scaleX(0);transform-origin:center}.utd-header-nav--line-bottom-2 .utd-header-nav__link.active:after,.utd-header-nav--line-bottom-2 .utd-header-nav__link:hover:after,.utd-header-nav--line-bottom-edge .utd-header-nav__link.active:after,.utd-header-nav--line-bottom-edge .utd-header-nav__link:hover:after,.utd-header-nav--line-top-edge .utd-header-nav__link.active:after,.utd-header-nav--line-top-edge .utd-header-nav__link:hover:after{transform:scaleX(1)}.utd-header-nav--line-bottom-3 .utd-header-nav__link:after{transform:translateX(-1.5rem) scaleX(0);transform-origin:left}@media only screen and (min-width:992px){.utd-header-nav--box-edge .utd-header-nav__item{padding:0}.utd-header-nav--box-edge .utd-header-nav__item:not(:last-child){margin-right:0}.utd-header-nav--box-edge .utd-header-nav__link{padding:calc(1.56rem + 1.2vw) calc(1.46rem + .45vw);transition:padding .3s ease-in-out,background-color .3s ease-in-out,color .3s ease-in-out}}@media only screen and (min-width:992px) and (min-width:1200px){.utd-header-nav--box-edge .utd-header-nav__link{padding:3rem 2rem}}@media only screen and (min-width:992px){.utd-header-nav--line-bottom-edge .utd-header-nav__item,.utd-header-nav--line-top-edge .utd-header-nav__item{padding:0}.utd-header-nav--line-bottom-edge .utd-header-nav__item:not(:last-child),.utd-header-nav--line-top-edge .utd-header-nav__item:not(:last-child){margin-right:0}.utd-header-nav--line-bottom-edge .utd-header-nav__link,.utd-header-nav--line-top-edge .utd-header-nav__link{padding:calc(1.56rem + 1.2vw) calc(1.46rem + .45vw);transition:padding .3s ease-in-out,color .3s ease-in-out}}@media only screen and (min-width:992px) and (min-width:1200px){.utd-header-nav--line-bottom-edge .utd-header-nav__link,.utd-header-nav--line-top-edge .utd-header-nav__link{padding:3rem 2rem}}@media only screen and (min-width:992px){.utd-header-nav--line-bottom-edge .utd-header-nav__link:after,.utd-header-nav--line-top-edge .utd-header-nav__link:after{content:"";height:3px;top:auto;left:0;bottom:0;transform:scaleX(0)}}@media only screen and (min-width:992px){.utd-header-nav--line-top-edge .utd-header-nav__link:after{top:0;left:0;bottom:auto}}@media only screen and (min-width:992px){.utd-header-nav--left{margin-left:0}.utd-header-nav--left+.header-widget{margin-left:auto}}@media only screen and (min-width:992px){.utd-header-nav--space-between{margin-left:auto;margin-right:auto}.utd-header-nav--space-between+.header-widget{margin-left:0}}.utd-header-nav--with-icon .utd-header-nav__link{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.utd-header-nav--with-icon .utd-header-nav__link-icon{display:block;margin-right:calc(1.41rem + .075vw)}@media (min-width:1200px){.utd-header-nav--with-icon .utd-header-nav__link-icon{margin-right:1.5rem}}@media only screen and (min-width:992px){.utd-header-nav--with-icon .utd-header-nav__link{-ms-flex-direction:column;flex-direction:column}.utd-header-nav--with-icon .utd-header-nav__link-icon{display:block;margin-right:0;margin-bottom:.5rem}}@media only screen and (min-width:768px){.utd-header-nav--with-subtitle .utd-header-nav__item:not(:last-child){margin-right:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.utd-header-nav--with-subtitle .utd-header-nav__item:not(:last-child){margin-right:4rem}}@media only screen and (min-width:768px){.utd-header-nav--with-subtitle .utd-header-nav__link-subtitle{display:block}.utd-header-nav--with-subtitle .utd-header-nav-sub__arrow{margin-left:1.5rem}}.header-widget{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-left:auto;margin-right:calc(1.46rem + .45vw);padding-right:calc(1.46rem + .45vw);border-right:1px solid rgba(0,0,0,.1)}@media (min-width:1200px){.header-widget{margin-right:2rem;padding-right:2rem}}.header-widget__item:not(.header-widget__item--shop){display:none}.header-widget__link{color:var(--menu-color);transition:color .3s ease-in-out;font-size:1.8rem}.header-widget__link.active{color:var(--theme)}.header-widget__link.active:hover{color:var(--theme-hover)}@media only screen and (min-width:576px){.header-widget__item:not(:last-child){margin-right:calc(1.46rem + .45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.header-widget__item:not(:last-child){margin-right:2rem}}@media only screen and (min-width:576px){.header-widget__item:not(.header-widget__item--shop){display:block}}@media only screen and (min-width:992px){.header-widget{margin-right:0;padding-right:0;border-right:none;margin-left:calc(1.66rem + 1.95vw);padding-left:calc(1.63rem + 1.725vw);border-left:1px solid rgba(0,0,0,.1)}}@media only screen and (min-width:992px) and (min-width:1200px){.header-widget{margin-left:4rem;padding-left:3.7rem}}.sub-header{background-color:#f2f2f2}.sub-header__container{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;max-width:none;padding:1.2rem 1.5rem}.sub-header i{font-size:calc(1.44rem + .3vw)}@media (min-width:1200px){.sub-header i{font-size:1.8rem}}.sub-header__email-link,.sub-header__phone-link,.sub-header__social-link{color:var(--gray-dark)}.sub-header__contact,.sub-header__email-link,.sub-header__phone-link{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.sub-header__contact{-ms-flex-direction:column;flex-direction:column}.sub-header__phone-link{margin-top:1rem}.sub-header__contact-info{margin-left:1rem;font-size:1.4rem}.sub-header__social{display:none}.sub-header__social-link:not(:last-child){margin-right:calc(1.41rem + .075vw)}@media (min-width:1200px){.sub-header__social-link:not(:last-child){margin-right:1.5rem}}@media only screen and (min-width:576px){.sub-header__contact{-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between}.sub-header__phone-link{margin-top:0;margin-left:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sub-header__phone-link{margin-left:4rem}}@media only screen and (min-width:768px){.sub-header__container{max-width:960px;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.sub-header__social{display:block}}@media only screen and (min-width:992px){.sub-header__container{max-width:960px}}@media only screen and (min-width:1200px){.sub-header__container{max-width:1140px}}.sub-header--dark{background-color:#262626}.sub-header--dark .sub-header__email-link,.sub-header--dark .sub-header__phone-link,.sub-header--dark .sub-header__social-link{color:#fff}.sub-header--dark .sub-header__email-link:hover,.sub-header--dark .sub-header__phone-link:hover,.sub-header--dark .sub-header__social-link:hover{color:var(--theme-hover)}.sub-header--full-width .sub-header__container{max-width:none}.sub-header--icon-theme i{color:var(--theme);transition:color .3s ease-in-out}.sub-header--icon-theme .sub-header__email-link:hover,.sub-header--icon-theme .sub-header__email-link:hover i,.sub-header--icon-theme .sub-header__phone-link:hover,.sub-header--icon-theme .sub-header__phone-link:hover i,.sub-header--icon-theme .sub-header__social-link:hover,.sub-header--icon-theme .sub-header__social-link:hover i{color:var(--theme-hover)}.sub-header--dark-icon-theme{background-color:#262626}.sub-header--dark-icon-theme i{color:var(--theme);transition:color .3s ease-in-out}.sub-header--dark-icon-theme .sub-header__email-link,.sub-header--dark-icon-theme .sub-header__phone-link,.sub-header--dark-icon-theme .sub-header__social-link{color:#fff}.sub-header--dark-icon-theme .sub-header__email-link:hover,.sub-header--dark-icon-theme .sub-header__email-link:hover i,.sub-header--dark-icon-theme .sub-header__phone-link:hover,.sub-header--dark-icon-theme .sub-header__phone-link:hover i,.sub-header--dark-icon-theme .sub-header__social-link:hover,.sub-header--dark-icon-theme .sub-header__social-link:hover i{color:var(--theme-hover)}.sub-header--hidden{display:none}.utd-button{--overlap-color:var(--accent-color);--overlap-border-color:#0d79b3;--gradient-stop-1:#2ad3d6;--gradient-stop-2:var(--theme);display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;padding:1rem calc(1.46rem + .45vw);color:#fff;background-color:var(--theme)}@media (min-width:1200px){.utd-button{padding:1rem 2rem}}.utd-button--with-icon .utd-button__icon-container{display:-ms-flexbox;display:flex}.utd-button--with-icon .utd-button__gradient-stroke-inner{padding:1rem calc(1.41rem + .075vw)}@media (min-width:1200px){.utd-button--with-icon .utd-button__gradient-stroke-inner{padding:1rem 1.5rem}}.utd-button--with-icon .utd-button__fill-stroke-inner{padding:1rem calc(1.41rem + .075vw)}@media (min-width:1200px){.utd-button--with-icon .utd-button__fill-stroke-inner{padding:1rem 1.5rem}}.utd-button span{display:block}.utd-button__icon-container{display:none;-ms-flex-pack:center;justify-content:center;font-size:1.1rem;background-color:#0d79b3}.utd-button__gradient-stroke-inner,.utd-button__icon-container{-ms-flex-align:center;align-items:center;transition:background-color .3s ease-in-out}.utd-button__gradient-stroke-inner{display:-ms-flexbox;display:flex;padding:1rem calc(1.46rem + .45vw);background-color:#fff}@media (min-width:1200px){.utd-button__gradient-stroke-inner{padding:1rem 2rem}}.utd-button--rounded{border-radius:5px}.utd-button--rounded-full{border-radius:999px}.utd-button--stroke{background-color:transparent;border:1px solid var(--theme);color:var(--theme)}.utd-button--stroke .utd-button__icon-container{background-color:transparent!important;border:1px solid}.utd-button--stroke.utd-button--icon-full\:right .utd-button__icon-container{border:0;border-radius:0!important;border-left:1px solid}.utd-button--stroke.utd-button--icon-full\:left .utd-button__icon-container{border:0;border-radius:0!important;border-right:1px solid}.utd-button--icon\:left,.utd-button--icon\:right{padding:1rem calc(1.41rem + .075vw)}@media (min-width:1200px){.utd-button--icon\:left,.utd-button--icon\:right{padding:1rem 1.5rem}}.utd-button--icon\:left .utd-button__icon-container,.utd-button--icon\:right .utd-button__icon-container{background-color:transparent!important;border:none!important;margin-left:1.2rem}.utd-button--icon\:left .utd-button__icon-container{-ms-flex-order:-1;order:-1;margin-left:0;margin-right:1.2rem}.utd-button--icon-box\:left,.utd-button--icon-box\:right,.utd-button--icon-circle\:left,.utd-button--icon-circle\:right,.utd-button--icon-rounded\:left,.utd-button--icon-rounded\:right{padding:1rem calc(1.41rem + .075vw)}@media (min-width:1200px){.utd-button--icon-box\:left,.utd-button--icon-box\:right,.utd-button--icon-circle\:left,.utd-button--icon-circle\:right,.utd-button--icon-rounded\:left,.utd-button--icon-rounded\:right{padding:1rem 1.5rem}}.utd-button--icon-box\:left .utd-button__icon-container,.utd-button--icon-box\:right .utd-button__icon-container,.utd-button--icon-circle\:left .utd-button__icon-container,.utd-button--icon-circle\:right .utd-button__icon-container,.utd-button--icon-rounded\:left .utd-button__icon-container,.utd-button--icon-rounded\:right .utd-button__icon-container{height:2.1rem;width:2.1rem;margin-left:1.2rem}.utd-button--icon-box\:left .utd-button__icon-container,.utd-button--icon-circle\:left .utd-button__icon-container,.utd-button--icon-rounded\:left .utd-button__icon-container{-ms-flex-order:-1;order:-1;margin-left:0;margin-right:1.2rem}.utd-button--icon-rounded\:left .utd-button__icon-container,.utd-button--icon-rounded\:right .utd-button__icon-container{border-radius:3px}.utd-button--icon-circle\:left .utd-button__icon-container,.utd-button--icon-circle\:right .utd-button__icon-container{border-radius:999px}.utd-button--icon-full\:left,.utd-button--icon-full\:right{padding:0}.utd-button--icon-full\:left.utd-button--rounded .utd-button__icon-container,.utd-button--icon-full\:right.utd-button--rounded .utd-button__icon-container{border-radius:5px}.utd-button--icon-full\:left.utd-button--rounded-full .utd-button__icon-container,.utd-button--icon-full\:right.utd-button--rounded-full .utd-button__icon-container{border-radius:999px}.utd-button--icon-full\:left .utd-button__fill-stroke-inner,.utd-button--icon-full\:left .utd-button__gradient-stroke-inner,.utd-button--icon-full\:left .utd-button__overlap-inner,.utd-button--icon-full\:right .utd-button__fill-stroke-inner,.utd-button--icon-full\:right .utd-button__gradient-stroke-inner,.utd-button--icon-full\:right .utd-button__overlap-inner{padding:0!important}.utd-button--icon-full\:left .utd-button__icon-container,.utd-button--icon-full\:right .utd-button__icon-container{height:4.4rem;width:4.4rem}.utd-button--icon-full\:left span,.utd-button--icon-full\:right span{padding:0 calc(1.41rem + .075vw)}@media (min-width:1200px){.utd-button--icon-full\:left span,.utd-button--icon-full\:right span{padding:0 1.5rem}}.utd-button--icon-full\:left .utd-button__icon-container{-ms-flex-order:-1;order:-1}.utd-button--gradient-fill{background-color:transparent!important;position:relative;z-index:1;overflow:hidden}.utd-button--gradient-fill:after{content:"";width:200%;position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background-image:linear-gradient(30deg,var(--gradient-stop-1),var(--gradient-stop-2),var(--gradient-stop-2))}.utd-button--gradient-stroke,.utd-button--gradient-stroke.utd-button--rounded,.utd-button--gradient-stroke.utd-button--rounded-full{padding:2px!important;position:relative;z-index:1;background-image:linear-gradient(30deg,var(--gradient-stop-1),var(--gradient-stop-2));color:var(--theme)}.utd-button--gradient-stroke.utd-button[class*=icon-full]{overflow:hidden}.utd-button--gradient-stroke.utd-button[class*=icon-full] .utd-button__icon-container{position:relative;border:0}.utd-button--gradient-stroke.utd-button[class*=icon-full] .utd-button__icon-container:before{content:"";position:absolute;top:-2px;left:-2px;bottom:-2px;width:2px;background-color:#fff;z-index:1}.utd-button--gradient-stroke.utd-button[class*=icon-full] .utd-button__icon-container:after{content:"";position:absolute;top:-2px;left:-2px;bottom:-2px;width:2px;background-image:linear-gradient(0deg,var(--gradient-stop-1),var(--gradient-stop-2));z-index:1;transition:opacity .3s ease-in-out}.utd-button--gradient-stroke.utd-button--icon-full\:left .utd-button__icon-container:after,.utd-button--gradient-stroke.utd-button--icon-full\:left .utd-button__icon-container:before{left:auto!important;right:-2px!important}.utd-button--rounded.utd-button--gradient-stroke .utd-button__gradient-stroke-inner{border-radius:3px}.utd-button--rounded-full.utd-button--gradient-stroke .utd-button__gradient-stroke-inner{border-radius:999px}.utd-button--gradient-stroke .utd-button__icon-container{background-color:transparent!important;border:2px solid}.utd-button--signage,.utd-button--signage-with-label-in,.utd-button--signage-with-label-out\:bottom,.utd-button--signage-with-label-out\:left,.utd-button--signage-with-label-out\:right{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:5rem;height:5rem;padding:0}.utd-button--signage-with-label-in span,.utd-button--signage-with-label-out\:bottom span,.utd-button--signage-with-label-out\:left span,.utd-button--signage-with-label-out\:right span,.utd-button--signage span{display:none}.utd-button--signage-with-label-in .utd-button__icon-container,.utd-button--signage-with-label-out\:bottom .utd-button__icon-container,.utd-button--signage-with-label-out\:left .utd-button__icon-container,.utd-button--signage-with-label-out\:right .utd-button__icon-container,.utd-button--signage .utd-button__icon-container{display:-ms-flexbox;display:flex;background-color:transparent!important;font-size:1.5rem}.utd-button--signage.utd-button--stroke,.utd-button--stroke.utd-button--signage-with-label-in,.utd-button--stroke.utd-button--signage-with-label-out\:bottom,.utd-button--stroke.utd-button--signage-with-label-out\:left,.utd-button--stroke.utd-button--signage-with-label-out\:right{border:2px solid}.utd-button--signage.utd-button--stroke .utd-button__icon-container,.utd-button--stroke.utd-button--signage-with-label-in .utd-button__icon-container,.utd-button--stroke.utd-button--signage-with-label-out\:bottom .utd-button__icon-container,.utd-button--stroke.utd-button--signage-with-label-out\:left .utd-button__icon-container,.utd-button--stroke.utd-button--signage-with-label-out\:right .utd-button__icon-container{border:none}.utd-button--gradient-stroke.utd-button--signage-with-label-in .utd-button__gradient-stroke-inner,.utd-button--gradient-stroke.utd-button--signage-with-label-out\:bottom .utd-button__gradient-stroke-inner,.utd-button--gradient-stroke.utd-button--signage-with-label-out\:left .utd-button__gradient-stroke-inner,.utd-button--gradient-stroke.utd-button--signage-with-label-out\:right .utd-button__gradient-stroke-inner,.utd-button--signage.utd-button--gradient-stroke .utd-button__gradient-stroke-inner{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding:0;height:100%;width:100%}.utd-button--gradient-stroke.utd-button--signage-with-label-in .utd-button__icon-container,.utd-button--gradient-stroke.utd-button--signage-with-label-out\:bottom .utd-button__icon-container,.utd-button--gradient-stroke.utd-button--signage-with-label-out\:left .utd-button__icon-container,.utd-button--gradient-stroke.utd-button--signage-with-label-out\:right .utd-button__icon-container,.utd-button--signage.utd-button--gradient-stroke .utd-button__icon-container{border:none}.utd-button--rounded.utd-button--gradient-stroke.utd-button--signage-with-label-in .utd-button__gradient-stroke-inner,.utd-button--rounded.utd-button--gradient-stroke.utd-button--signage-with-label-out\:bottom .utd-button__gradient-stroke-inner,.utd-button--rounded.utd-button--gradient-stroke.utd-button--signage-with-label-out\:left .utd-button__gradient-stroke-inner,.utd-button--rounded.utd-button--gradient-stroke.utd-button--signage-with-label-out\:right .utd-button__gradient-stroke-inner,.utd-button--signage.utd-button--rounded.utd-button--gradient-stroke .utd-button__gradient-stroke-inner{border-radius:3px}.utd-button--rounded-full.utd-button--gradient-stroke.utd-button--signage-with-label-in .utd-button__gradient-stroke-inner,.utd-button--rounded-full.utd-button--gradient-stroke.utd-button--signage-with-label-out\:bottom .utd-button__gradient-stroke-inner,.utd-button--rounded-full.utd-button--gradient-stroke.utd-button--signage-with-label-out\:left .utd-button__gradient-stroke-inner,.utd-button--rounded-full.utd-button--gradient-stroke.utd-button--signage-with-label-out\:right .utd-button__gradient-stroke-inner,.utd-button--signage.utd-button--rounded-full.utd-button--gradient-stroke .utd-button__gradient-stroke-inner{border-radius:999px}.utd-button--signage-with-label-in{width:calc(2.16rem + 5.7vw);height:calc(2.16rem + 5.7vw);min-width:7rem;min-height:7rem}@media (min-width:1200px){.utd-button--signage-with-label-in{width:9rem;height:9rem}}.utd-button--signage-with-label-in .utd-button__icon-container{background-color:transparent!important;font-size:calc(1.46rem + .45vw);margin-top:5px}@media (min-width:1200px){.utd-button--signage-with-label-in .utd-button__icon-container{font-size:2rem}}.utd-button--signage-with-label-in span{display:block;margin-top:3px;font-size:1.4rem}.utd-button--signage-with-label-out\:bottom,.utd-button--signage-with-label-out\:left,.utd-button--signage-with-label-out\:right{width:auto;height:auto;background-color:transparent!important}.utd-button--rounded.utd-button--signage-with-label-out\:left,.utd-button--rounded.utd-button--signage-with-label-out\:right,.utd-button--signage-with-label-out\:bottom.utd-button--rounded{border-radius:0}.utd-button--rounded.utd-button--signage-with-label-out\:left .utd-button__icon-container,.utd-button--rounded.utd-button--signage-with-label-out\:right .utd-button__icon-container,.utd-button--signage-with-label-out\:bottom.utd-button--rounded .utd-button__icon-container{border-radius:5px}.utd-button--rounded-full.utd-button--signage-with-label-out\:left,.utd-button--rounded-full.utd-button--signage-with-label-out\:right,.utd-button--signage-with-label-out\:bottom.utd-button--rounded-full{border-radius:0}.utd-button--rounded-full.utd-button--signage-with-label-out\:left .utd-button__icon-container,.utd-button--rounded-full.utd-button--signage-with-label-out\:right .utd-button__icon-container,.utd-button--signage-with-label-out\:bottom.utd-button--rounded-full .utd-button__icon-container{border-radius:999px}.utd-button--signage-with-label-out\:bottom.utd-button--stroke,.utd-button--stroke.utd-button--signage-with-label-out\:left,.utd-button--stroke.utd-button--signage-with-label-out\:right{border:none}.utd-button--signage-with-label-out\:bottom.utd-button--stroke .utd-button__icon-container,.utd-button--stroke.utd-button--signage-with-label-out\:left .utd-button__icon-container,.utd-button--stroke.utd-button--signage-with-label-out\:right .utd-button__icon-container{background-color:transparent!important;border:2px solid var(--theme);color:var(--theme)}.utd-button--gradient-fill.utd-button--signage-with-label-out\:left:after,.utd-button--gradient-fill.utd-button--signage-with-label-out\:right:after,.utd-button--signage-with-label-out\:bottom.utd-button--gradient-fill:after{display:none}.utd-button--gradient-fill.utd-button--signage-with-label-out\:left .utd-button__icon-container,.utd-button--gradient-fill.utd-button--signage-with-label-out\:right .utd-button__icon-container,.utd-button--signage-with-label-out\:bottom.utd-button--gradient-fill .utd-button__icon-container{background-color:transparent!important;position:relative;z-index:1;overflow:hidden}.utd-button--gradient-fill.utd-button--signage-with-label-out\:left .utd-button__icon-container:after,.utd-button--gradient-fill.utd-button--signage-with-label-out\:right .utd-button__icon-container:after,.utd-button--signage-with-label-out\:bottom.utd-button--gradient-fill .utd-button__icon-container:after{content:"";width:200%;position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background-image:linear-gradient(30deg,var(--gradient-stop-1),var(--gradient-stop-2),var(--gradient-stop-2));transition:transform .3s ease-in-out}.utd-button--gradient-stroke.utd-button--signage-with-label-out\:left,.utd-button--gradient-stroke.utd-button--signage-with-label-out\:right,.utd-button--signage-with-label-out\:bottom.utd-button--gradient-stroke{background:none;padding:0!important}.utd-button--gradient-stroke.utd-button--signage-with-label-out\:left .utd-button__icon-container,.utd-button--gradient-stroke.utd-button--signage-with-label-out\:right .utd-button__icon-container,.utd-button--signage-with-label-out\:bottom.utd-button--gradient-stroke .utd-button__icon-container{padding:2px!important;background-image:linear-gradient(30deg,var(--gradient-stop-1),var(--gradient-stop-2))!important;color:var(--theme)}.utd-button--signage-with-label-out\:bottom .utd-button__icon-container,.utd-button--signage-with-label-out\:left .utd-button__icon-container,.utd-button--signage-with-label-out\:right .utd-button__icon-container{width:5rem;height:5rem;background-color:var(--theme)!important;color:#fff;transition:background-color .3s ease-in-out,border-color .3s ease-in-out,color .3s ease-in-out}.utd-button--signage-with-label-out\:bottom span,.utd-button--signage-with-label-out\:left span,.utd-button--signage-with-label-out\:right span{display:block;margin-top:1rem;color:var(--theme);transition:color .3s ease-in-out}.utd-button--signage-with-label-out\:left,.utd-button--signage-with-label-out\:right{-ms-flex-direction:row;flex-direction:row}.utd-button--signage-with-label-out\:left span,.utd-button--signage-with-label-out\:right span{margin-top:0;margin-right:1rem;-ms-flex-order:-1;order:-1;max-width:8ch}.utd-button--signage-with-label-out\:right{-ms-flex-direction:row;flex-direction:row}.utd-button--signage-with-label-out\:right span{margin-right:0;margin-left:1.5rem;-ms-flex-order:1;order:1}.utd-button--fill-stroke-out{position:relative;z-index:1;background-color:transparent;border:1px solid var(--theme);padding:1px;transition:border-color .3s ease-in-out!important}.utd-button--fill-stroke-out.utd-button--rounded .utd-button__fill-stroke-inner{border-radius:3px}.utd-button--fill-stroke-out.utd-button--rounded-full .utd-button__fill-stroke-inner{border-radius:999px}.utd-button--fill-stroke-out.utd-button--gradient-fill{overflow:initial}.utd-button--fill-stroke-out.utd-button--gradient-fill:after{display:none}.utd-button--fill-stroke-out.utd-button--gradient-fill .utd-button__fill-stroke-inner{background-color:transparent!important;position:relative;z-index:1;overflow:hidden}.utd-button--fill-stroke-out.utd-button--gradient-fill .utd-button__fill-stroke-inner:after{content:"";width:200%;position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background-image:linear-gradient(30deg,var(--gradient-stop-1),var(--gradient-stop-2),var(--gradient-stop-2));transition:transform .3s ease-in-out}.utd-button--fill-stroke-in{padding:2px}.utd-button--fill-stroke-in.utd-button--rounded .utd-button__fill-stroke-inner{border-radius:3px}.utd-button--fill-stroke-in.utd-button--rounded-full .utd-button__fill-stroke-inner{border-radius:999px}.utd-button--fill-stroke-in .utd-button__fill-stroke-inner{background-color:transparent;border:1px solid #fff}.utd-button__fill-stroke-inner{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:1rem calc(1.46rem + .45vw);color:#fff;background-color:var(--theme);transition:background-color .3s ease-in-out}@media (min-width:1200px){.utd-button__fill-stroke-inner{padding:1rem 2rem}}.utd-button--neumorphism-light{background-color:transparent;box-shadow:-3px -3px 8px hsla(0,0%,100%,.9),3px 3px 8px rgba(0,0,0,.1);color:var(--gray-dark);transition:box-shadow .3s ease-in-out}.utd-button--neumorphism-light .utd-button__icon-container{background-color:var(--gray-subtle-300)}.utd-button--neumorphism-dark{background-color:transparent;box-shadow:-3px -3px 8px hsla(0,0%,100%,.1),3px 3px 8px rgba(0,0,0,.9);color:#fff;transition:box-shadow .3s ease-in-out}.utd-button--neumorphism-dark .utd-button__icon-container{background-color:#333}.utd-button--neumorphism-colored{background-color:transparent;box-shadow:-3px -3px 8px hsla(0,0%,100%,.21),3px 3px 8px rgba(0,0,0,.21);color:#fff;transition:box-shadow .3s ease-in-out}.utd-button--neumorphism-colored .utd-button__icon-container{background-color:var(--theme-hover)}.utd-button--keyboard,.utd-button--overlap,.utd-button--overlap-bordered{padding:0;position:relative;z-index:1;background-color:transparent!important}.utd-button--keyboard:after,.utd-button--overlap-bordered:after,.utd-button--overlap:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background-color:var(--overlap-color);transform:translate(-.8rem,.8rem);transition:transform .3s ease-in-out}.utd-button--keyboard .utd-button__overlap-inner,.utd-button--overlap-bordered .utd-button__overlap-inner,.utd-button--overlap .utd-button__overlap-inner{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:1rem calc(1.46rem + .45vw);background-color:var(--theme);transition:background-color .3s ease-in-out,border-color .3s ease-in-out,transform .1s ease-in-out}@media (min-width:1200px){.utd-button--keyboard .utd-button__overlap-inner,.utd-button--overlap-bordered .utd-button__overlap-inner,.utd-button--overlap .utd-button__overlap-inner{padding:1rem 2rem}}.utd-button--overlap.utd-button--with-icon .utd-button__overlap-inner,.utd-button--with-icon.utd-button--keyboard .utd-button__overlap-inner,.utd-button--with-icon.utd-button--overlap-bordered .utd-button__overlap-inner{padding:1rem calc(1.41rem + .075vw)}@media (min-width:1200px){.utd-button--overlap.utd-button--with-icon .utd-button__overlap-inner,.utd-button--with-icon.utd-button--keyboard .utd-button__overlap-inner,.utd-button--with-icon.utd-button--overlap-bordered .utd-button__overlap-inner{padding:1rem 1.5rem}}.utd-button--overlap.utd-button--rounded .utd-button__overlap-inner,.utd-button--overlap.utd-button--rounded:after,.utd-button--rounded.utd-button--keyboard .utd-button__overlap-inner,.utd-button--rounded.utd-button--keyboard:after,.utd-button--rounded.utd-button--overlap-bordered .utd-button__overlap-inner,.utd-button--rounded.utd-button--overlap-bordered:after{border-radius:5px}.utd-button--overlap.utd-button--rounded-full:after,.utd-button--rounded-full.utd-button--keyboard:after,.utd-button--rounded-full.utd-button--overlap-bordered:after{border-radius:999px;transform:translate(-.5rem,.7rem)}.utd-button--overlap.utd-button--rounded-full .utd-button__overlap-inner,.utd-button--rounded-full.utd-button--keyboard .utd-button__overlap-inner,.utd-button--rounded-full.utd-button--overlap-bordered .utd-button__overlap-inner{border-radius:999px}.utd-button--keyboard .utd-button__overlap-inner,.utd-button--keyboard:after,.utd-button--overlap-bordered .utd-button__overlap-inner,.utd-button--overlap-bordered:after{border:2px solid var(--overlap-border-color)}.utd-button--overlap-bordered.utd-button--rounded .utd-button__overlap-inner,.utd-button--overlap-bordered.utd-button--rounded:after,.utd-button--rounded.utd-button--keyboard .utd-button__overlap-inner,.utd-button--rounded.utd-button--keyboard:after{border-radius:8px}.utd-button--keyboard.utd-button--rounded-full:after,.utd-button--keyboard:after{transform:translateY(.8rem)}.utd-button--frame\:tl-br{position:relative}.utd-button--frame\:tl-br span:after,.utd-button--frame\:tl-br span:before{content:"";height:2rem;width:2rem;position:absolute;transition:height .5s ease-out,width .5s ease-out}.utd-button--frame\:tl-br span:before{top:-5px;left:-5px;border-top:1px solid var(--theme);border-left:1px solid var(--theme)}.utd-button--frame\:tl-br span:after{bottom:-5px;right:-5px;border-bottom:1px solid var(--theme);border-right:1px solid var(--theme)}.utd-button--frame\:tr-bl{position:relative}.utd-button--frame\:tr-bl span:after,.utd-button--frame\:tr-bl span:before{content:"";height:2rem;width:2rem;position:absolute;transition:height .5s ease-out,width .5s ease-out}.utd-button--frame\:tr-bl span:before{top:-5px;right:-5px;border-top:1px solid var(--theme);border-right:1px solid var(--theme)}.utd-button--frame\:tr-bl span:after{bottom:-5px;left:-5px;border-bottom:1px solid var(--theme);border-left:1px solid var(--theme)}@media only screen and (min-width:1200px){.hover\:button-default{transition:color .3s ease-in-out,background-color .3s ease-in-out}.hover\:button-default:hover{background-color:var(--theme-hover);color:#fff}.hover\:button-default:hover .utd-button__icon-container{background-color:var(--theme)}.hover\:button-default.utd-button--stroke{transition:color .3s ease-in-out,border-color .3s ease-in-out,background-color .3s ease-in-out}.hover\:button-default.utd-button--stroke:hover{border-color:var(--theme-hover);background-color:var(--theme-hover);color:#fff}.hover\:button-default.utd-button--stroke:hover .utd-button__icon-container{background-color:var(--theme)}.hover\:button-default.utd-button--gradient-fill:after{transition:transform .3s ease-in-out}.hover\:button-default.utd-button--gradient-fill:hover:after{transform:translateX(-50%)}.hover\:button-default.utd-button--gradient-fill:hover .utd-button__icon-container{background-color:var(--gradient-stop-1)}.hover\:button-default.utd-button--gradient-stroke:hover .utd-button__gradient-stroke-inner{background-color:transparent}.hover\:button-default.utd-button--gradient-stroke:hover .utd-button__icon-container:after{opacity:0}.hover\:button-default.utd-button--signage-with-label-out\:bottom:hover span,.hover\:button-default.utd-button--signage-with-label-out\:left:hover span,.hover\:button-default.utd-button--signage-with-label-out\:right:hover span{color:var(--theme-hover)}.hover\:button-default.utd-button--signage-with-label-out\:bottom:hover .utd-button__icon-container,.hover\:button-default.utd-button--signage-with-label-out\:left:hover .utd-button__icon-container,.hover\:button-default.utd-button--signage-with-label-out\:right:hover .utd-button__icon-container{background-color:var(--theme-hover)!important}.hover\:button-default.utd-button--signage-with-label-out\:bottom.utd-button--stroke:hover .utd-button__icon-container,.hover\:button-default.utd-button--signage-with-label-out\:right.utd-button--stroke:hover .utd-button__icon-container,.hover\:button-default.utd-button--stroke.utd-button--signage-with-label-out\:left:hover .utd-button__icon-container,.hover\:button-default.utd-button--stroke.utd-button--signage-with-label-out\:right:hover .utd-button__icon-container{border-color:var(--theme-hover)!important;color:#fff}.hover\:button-default.utd-button--gradient-fill.utd-button--signage-with-label-out\:left:hover .utd-button__icon-container:after,.hover\:button-default.utd-button--gradient-fill.utd-button--signage-with-label-out\:right:hover .utd-button__icon-container:after,.hover\:button-default.utd-button--signage-with-label-out\:bottom.utd-button--gradient-fill:hover .utd-button__icon-container:after,.hover\:button-default.utd-button--signage-with-label-out\:right.utd-button--gradient-fill:hover .utd-button__icon-container:after{transform:translateX(-50%)}.hover\:button-default.utd-button--gradient-stroke.utd-button--signage-with-label-out\:left:hover .utd-button__icon-container,.hover\:button-default.utd-button--gradient-stroke.utd-button--signage-with-label-out\:right:hover .utd-button__icon-container,.hover\:button-default.utd-button--signage-with-label-out\:bottom.utd-button--gradient-stroke:hover .utd-button__icon-container,.hover\:button-default.utd-button--signage-with-label-out\:right.utd-button--gradient-stroke:hover .utd-button__icon-container{color:#fff}.hover\:button-default.utd-button--fill-stroke-out:hover{background-color:transparent!important;border-color:var(--theme-hover)}.hover\:button-default.utd-button--fill-stroke-out:hover .utd-button__fill-stroke-inner{background-color:var(--theme-hover)}.hover\:button-default.utd-button--fill-stroke-out.utd-button--gradient-fill:hover{border-color:var(--theme)}.hover\:button-default.utd-button--fill-stroke-out.utd-button--gradient-fill:hover .utd-button__fill-stroke-inner:after{transform:translateX(-50%)}.hover\:button-default.utd-button--neumorphism-light:hover{background-color:transparent!important;color:initial;box-shadow:inset 3px 3px 8px rgba(0,0,0,.1),inset -3px -3px 8px hsla(0,0%,100%,.9)}.hover\:button-default.utd-button--neumorphism-light:hover .utd-button__icon-container{background-color:var(--gray-subtle-300)}.hover\:button-default.utd-button--neumorphism-dark:hover{background-color:transparent!important;color:#fff;box-shadow:inset 3px 3px 8px rgba(0,0,0,.9),inset -3px -3px 8px hsla(0,0%,100%,.1)}.hover\:button-default.utd-button--neumorphism-dark:hover .utd-button__icon-container{background-color:#333}.hover\:button-default.utd-button--neumorphism-colored:hover{background-color:transparent!important;color:#fff;box-shadow:inset 3px 3px 8px rgba(0,0,0,.21),inset -3px -3px 8px hsla(0,0%,100%,.21)}.hover\:button-default.utd-button--neumorphism-colored:hover .utd-button__icon-container{background-color:var(--theme-hover)}.hover\:button-default.utd-button--keyboard:hover:after,.hover\:button-default.utd-button--overlap-bordered:hover:after,.hover\:button-default.utd-button--overlap:hover:after{transform:translate(0)}.hover\:button-default.utd-button--keyboard:hover .utd-button__overlap-inner,.hover\:button-default.utd-button--overlap-bordered:hover .utd-button__overlap-inner,.hover\:button-default.utd-button--overlap:hover .utd-button__overlap-inner{background-color:var(--theme-hover)}.hover\:button-default.utd-button--keyboard:hover:after,.hover\:button-default.utd-button--overlap-bordered:hover:after{transform:translate(0)}.hover\:button-default.utd-button--keyboard:hover .utd-button__overlap-inner,.hover\:button-default.utd-button--overlap-bordered:hover .utd-button__overlap-inner{background-color:var(--theme-hover);border-color:var(--theme-hover)}.hover\:button-default.utd-button--keyboard:hover .utd-button__overlap-inner{background-color:var(--theme-hover);border-color:var(--theme-hover);transform:translateY(.4rem)}.hover\:button-default.utd-button--keyboard:hover:after{transform:translateY(.8rem)}.hover\:button-default.utd-button--frame\:tl-br:hover span:after,.hover\:button-default.utd-button--frame\:tl-br:hover span:before,.hover\:button-default.utd-button--frame\:tr-bl:hover span:after,.hover\:button-default.utd-button--frame\:tr-bl:hover span:before{height:calc(100% + 10px);width:calc(100% + 10px)}.hover\:button-stroke{transition:color .3s ease-in-out,border-color .3s ease-in-out}.hover\:button-stroke:hover{border-color:var(--theme-hover);color:var(--theme-hover)}}.utd-post--page-navigation a{color:var(--body-font-color)}.utd-post--page-navigation a .utd-post--page-navigation-span,.utd-post--page-navigation a i{color:var(--theme)}.utd-post--page-navigation-description,.utd-post--page-navigation-title{word-break:break-all}.utd-post--page-navigation img{width:200px;height:100%;object-fit:cover}@media only screen and (max-width:992px){.utd-post--page-navigation img{display:none}}.utd-post--page-navigation-container{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (max-width:992px){.utd-post--page-navigation-container{-ms-flex-direction:column;flex-direction:column}}.utd-post--page-navigation-wrapper{display:-ms-flexbox;display:flex;width:100%}@media only screen and (max-width:992px){.utd-post--page-navigation-wrapper{-ms-flex-direction:column!important;flex-direction:column!important;width:100%}}.utd-post--page-navigation-next,.utd-post--page-navigation-previous{width:50%}@media only screen and (max-width:992px){.utd-post--page-navigation-next,.utd-post--page-navigation-previous{width:100%}}.utd-post--page-navigation-next:hover,.utd-post--page-navigation-previous:hover{opacity:.8}.utd-post--page-navigation .utd-post--page-navigation-previous .utd-post--page-navigation-details{text-align:right;padding-right:2rem}.utd-post--page-navigation .utd-post--page-navigation-next .utd-post--page-navigation-details{text-align:left;padding-left:2rem}.utd-post--page-navigation .utd-post--page-navigation-next .utd-post--page-navigation-wrapper{-ms-flex-direction:row-reverse;flex-direction:row-reverse;-ms-flex-pack:end;justify-content:flex-end}@media only screen and (max-width:768px){.utd-post--page-navigation .utd-post--page-navigation-wrapper{-ms-flex-direction:column;flex-direction:column;width:100%;-ms-flex-pack:start;justify-content:flex-start}}.utd-post--page-navigation-template-1{border:1px solid #d9d9d9;padding:2rem}.utd-post--page-navigation-template-1 .utd-post--page-navigation-previous{border-right:1px solid #d9d9d9;margin-right:2rem;padding-right:2rem}@media only screen and (max-width:992px){.utd-post--page-navigation-template-1 .utd-post--page-navigation-previous{border-right:unset;margin-right:0;padding-right:0}}.utd-post--page-navigation-template-2{border:1px solid #d9d9d9;padding:0}.utd-post--page-navigation-template-2 .utd-post--page-navigation-image{display:none}.utd-post--page-navigation-template-2 .utd-post--page-navigation-next,.utd-post--page-navigation-template-2 .utd-post--page-navigation-previous{padding:2rem}@media only screen and (max-width:992px){.utd-post--page-navigation-template-2 .utd-post--page-navigation-previous{margin-bottom:1rem}}.utd-post--page-navigation-template-2 .utd-post--page-navigation-previous{border-right:1px solid #d9d9d9;margin-right:2rem;padding-right:2rem}@media only screen and (max-width:992px){.utd-post--page-navigation-template-2 .utd-post--page-navigation-previous{border-right:unset;margin-right:0;padding-right:0}}.utd-post--page-navigation-template-3{border:1px solid #d9d9d9;padding:2rem}.utd-post--page-navigation-template-3 .utd-post--page-navigation-next,.utd-post--page-navigation-template-3 .utd-post--page-navigation-previous{width:49%}@media only screen and (max-width:992px){.utd-post--page-navigation-template-3 .utd-post--page-navigation-next,.utd-post--page-navigation-template-3 .utd-post--page-navigation-previous{width:100%}}.utd-post--page-navigation-template-3 .utd-post--page-navigation-details{background:#f2f0f0;padding:1rem}@media only screen and (max-width:992px){.utd-post--page-navigation-template-3 .utd-post--page-navigation-previous{margin-bottom:2rem}}.utd-post--page-navigation-template-4{padding:0}.utd-post--page-navigation-template-4 .utd-post--page-navigation-next,.utd-post--page-navigation-template-4 .utd-post--page-navigation-previous{width:49%}@media only screen and (max-width:992px){.utd-post--page-navigation-template-4 .utd-post--page-navigation-next,.utd-post--page-navigation-template-4 .utd-post--page-navigation-previous{width:100%}}.utd-post--page-navigation-template-4 .utd-post--page-navigation-next .utd-post--page-navigation-wrapper{-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start}.utd-post--page-navigation-template-4 .utd-post--page-navigation-previous .utd-post--page-navigation-wrapper{-ms-flex-direction:row-reverse;flex-direction:row-reverse;-ms-flex-pack:end;justify-content:flex-end}.utd-post--page-navigation-template-4 .utd-post--page-navigation-next .utd-post--page-navigation-details{text-align:left;padding-left:0;padding-right:2rem}.utd-post--page-navigation-template-4 .utd-post--page-navigation-previous .utd-post--page-navigation-details{padding-right:0;padding-left:2rem}.utd-post--page-navigation-template-4 .utd-post--page-navigation-next .utd-post--page-navigation-details,.utd-post--page-navigation-template-4 .utd-post--page-navigation-previous .utd-post--page-navigation-details{padding:2rem;background:#f2f0f0}@media only screen and (max-width:992px){.utd-post--page-navigation-template-4 .utd-post--page-navigation-next .utd-post--page-navigation-details,.utd-post--page-navigation-template-4 .utd-post--page-navigation-previous .utd-post--page-navigation-details{width:100%}}@media only screen and (max-width:992px){.utd-post--page-navigation-template-4 .utd-post--page-navigation-previous{margin-bottom:2rem}}.utd-post--page-navigation-template-5{padding:0}.utd-post--page-navigation-template-5 .utd-post--page-navigation-description,.utd-post--page-navigation-template-5 .utd-post--page-navigation-title{color:#fff}.utd-post--page-navigation-template-5 .utd-post--page-navigation-image{display:none}.utd-post--page-navigation-template-5 .utd-post--page-navigation-next,.utd-post--page-navigation-template-5 .utd-post--page-navigation-previous{background:#212121;padding:2rem}@media only screen and (max-width:992px){.utd-post--page-navigation-template-5 .utd-post--page-navigation-previous{margin-bottom:1rem}}.utd-post--page-navigation-template-5 .utd-post--page-navigation-previous{margin-right:2rem;padding-right:2rem}@media only screen and (max-width:992px){.utd-post--page-navigation-template-5 .utd-post--page-navigation-previous{border-right:unset;margin-right:0;padding-right:0;margin-bottom:2rem}}.utd-post--page-navigation-template-6{padding:2rem;background:#f2f0f0}.utd-post--page-navigation-template-6 .utd-post--page-navigation-previous{border-right:1px solid #d9d9d9;margin-right:2rem;padding-right:2rem;text-align:left}.utd-post--page-navigation-template-6 .utd-post--page-navigation-previous .utd-post--page-navigation-wrapper{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.utd-post--page-navigation-template-6 .utd-post--page-navigation-previous .utd-post--page-navigation-details{text-align:left;padding-right:unset;padding-left:2rem}@media only screen and (max-width:992px){.utd-post--page-navigation-template-6 .utd-post--page-navigation-previous{border-right:unset;margin-right:0;padding-right:0}}.utd-post--page-navigation-template-7{padding:2rem;box-shadow:1px 3px 20px #00000021}.utd-post--page-navigation-template-7 .utd-post--page-navigation-next,.utd-post--page-navigation-template-7 .utd-post--page-navigation-previous{width:49%}@media only screen and (max-width:992px){.utd-post--page-navigation-template-7 .utd-post--page-navigation-next,.utd-post--page-navigation-template-7 .utd-post--page-navigation-previous{width:100%}}.utd-post--page-navigation-template-7 .utd-post--page-navigation-details{padding:1rem}@media only screen and (max-width:992px){.utd-post--page-navigation-template-7 .utd-post--page-navigation-previous{margin-bottom:2rem}}.utd-post--page-navigation-template-7 .utd-post--page-navigation-previous{border-right:1px solid #d9d9d9;margin-right:2rem;padding-right:2rem}@media only screen and (max-width:992px){.utd-post--page-navigation-template-7 .utd-post--page-navigation-previous{border-right:unset;margin-right:0;padding-right:0}}.popular-post-title{position:unset;background:0 0;padding:10px 0;font-weight:600;padding-bottom:0}.popular-post-title a{color:#000;text-shadow:unset;font-size:1.2rem;line-height:1.4}.popular-post{margin-bottom:30px;border-bottom:1px solid #d0d0d052!important;padding-bottom:20px}.popular-post-snippet{font-weight:400;overflow-wrap:anywhere}.popular-post-title a:hover{color:var(--body-link-hover)}*{white-space:normal}#main-content{min-height:400px}.nav-link{white-space:nowrap}.is-archive #posts,.post-static-header{display:none}.utd-post{min-height:300px;position:relative}.post{border-bottom:unset!important}.post-meta-item-author{display:none}.blog-wrapper-container{position:relative;z-index:2}.post-label-link{font-size:.85rem}.post-meta,.sidebar h3.title{font-size:1.4rem}.is-post #main-content .blog-post-container-sidebar-extra{display:block!important;height:auto;position:relative!important;-ms-flex-order:2;order:2}@media only screen and (min-width:768px){.is-post #main-content .blog-post-container-sidebar-extra{-ms-flex-order:unset;order:unset}.blog-post-container-sidebar,.is-post #main-content .blog-post-container-sidebar-extra{-ms-flex-item-align:start;align-self:flex-start;position:sticky!important;top:100px}}.is-archive .blog-post-container-sidebar,.is-archive .blog-post-container-sidebar-extra,.is-error .blog-post-container-sidebar,.is-error .blog-post-container-sidebar-extra,.is-homepage .blog-post-container-sidebar,.is-homepage .blog-post-container-sidebar-extra,.is-page .blog-post-container-sidebar,.is-page .blog-post-container-sidebar-extra,.is-search-default .blog-post-container-sidebar,.is-search-default .blog-post-container-sidebar-extra,.is-search-label .blog-post-container-sidebar,.is-search-label .blog-post-container-sidebar-extra,.is-search-query .blog-post-container-sidebar,.is-search-query .blog-post-container-sidebar-extra{display:none}.is-post .blog-post-container-content{overflow:hidden;grid-template-columns:minmax(300px,1fr)}@media only screen and (min-width:768px){.is-post .blog-post-container-sidebar,.is-post .blog-post-container-sidebar-extra{max-width:350px}}@media only screen and (max-width:768px){.blog-post-container-sidebar-extra{top:0;margin-top:1rem}}.is-post #main-content.sidebar-right .blog-wrapper-container{display:grid;grid-template-areas:"a b";margin:0 auto;max-width:1100px;-ms-flex-pack:justify;justify-content:space-between}.is-post #main-content.sidebar-right .blog-post-container-sidebar-extra{grid-area:c;display:none}.is-post #main-content.sidebar-right .blog-post-container-content{grid-area:a;max-width:640px}.is-post #main-content.sidebar-right .blog-post-container-sidebar{grid-area:b;display:block}.is-post #main-content.sidebar-right--offset #page-title-top{height:700px}.is-post #main-content.sidebar-right--offset .blog-wrapper-container{background:#fff;display:grid;grid-template-areas:"a b";margin-top:-500px;margin-left:auto;margin-right:auto;max-width:1100px;-ms-flex-pack:justify;justify-content:space-between}.is-post #main-content.sidebar-right--offset .blog-post-container-sidebar-extra{grid-area:c;display:none}.is-post #main-content.sidebar-right--offset .blog-post-container-content{grid-area:a;max-width:640px}.is-post #main-content.sidebar-right--offset .blog-post-container-sidebar{grid-area:b;display:block}.is-post #main-content.sidebar-left .blog-wrapper-container{display:grid;grid-template-areas:"c a";margin:0 auto;max-width:1100px;-ms-flex-pack:justify;justify-content:space-between}.is-post #main-content.sidebar-left .blog-post-container-sidebar-extra{grid-area:c;display:block}.is-post #main-content.sidebar-left .blog-post-container-content{grid-area:a;max-width:640px}.is-post #main-content.sidebar-left .blog-post-container-sidebar{grid-area:b;display:none}.is-post #main-content.sidebar-left--offset #page-title-top{height:700px}.is-post #main-content.sidebar-left--offset .blog-wrapper-container{background:#fff;display:grid;grid-template-areas:"c a";margin-top:-500px;margin-left:auto;margin-right:auto;max-width:1100px;-ms-flex-pack:justify;justify-content:space-between;grid-gap:30px}.is-post #main-content.sidebar-left--offset .blog-post-container-sidebar-extra{grid-area:c;display:block}.is-post #main-content.sidebar-left--offset .blog-post-container-content{grid-area:a;max-width:640px}.is-post #main-content.sidebar-left--offset .blog-post-container-sidebar{grid-area:b;display:none}.is-post #main-content.all-sidebar .blog-wrapper-container{display:grid;max-width:1300px;grid-template-areas:"c a a a a b";margin:0 auto}.is-post #main-content.all-sidebar .blog-post-container-sidebar-extra{grid-area:c;display:block;max-width:300px}.is-post #main-content.all-sidebar .blog-post-container-content{grid-area:a}.is-post #main-content.all-sidebar .blog-post-container-sidebar{grid-area:b;display:block;width:300px;max-width:300px}.is-post #main-content.all-sidebar--offset #page-title-top{height:700px}.is-post #main-content.all-sidebar--offset .blog-wrapper-container{background:#fff;display:grid;max-width:1300px;grid-template-areas:"c a a a a b";margin-top:-500px;margin-left:auto;margin-right:auto;grid-gap:30px}.is-post #main-content.all-sidebar--offset .blog-post-container-sidebar-extra{grid-area:c;display:block;max-width:300px}.is-post #main-content.all-sidebar--offset .blog-post-container-content{grid-area:a}.is-post #main-content.all-sidebar--offset .blog-post-container-sidebar{grid-area:b;display:block;max-width:300px}.is-post #main-content.full-top-page #page-title-top{height:700px}.is-post #main-content.full-top-page .blog-wrapper-container{display:grid;max-width:1200px;margin:0 auto}.is-post #main-content.full-top-page .blog-post-container-sidebar,.is-post #main-content.full-top-page .blog-post-container-sidebar-extra{display:none}.is-post #main-content.full-page-no-sidebar #page-title-top{position:fixed;top:0;padding:700px;width:100%}.is-post #main-content.full-page-no-sidebar #uptodate-blogpost,.is-post #main-content.full-page-no-sidebar .blog-post-container-content{margin:0 auto}.is-post #main-content.full-page-no-sidebar .blog-wrapper-container{display:grid;max-width:1200px;margin:0 auto;margin-top:200px;background:#fff}.is-post #main-content.full-page-no-sidebar .blog-post-container-sidebar,.is-post #main-content.full-page-no-sidebar .blog-post-container-sidebar-extra{display:none}.is-post #main-content.full-page-no-sidebar--offset #page-title-top{height:700px}@media only screen and (max-width:1200px){.is-post #main-content.full-page-no-sidebar .blog-wrapper-container{margin-top:unset}.is-post #main-content.all-sidebar--offset .blog-wrapper-container .blog-post-container-sidebar-extra,.is-post #main-content.all-sidebar .blog-wrapper-container .blog-post-container-sidebar-extra,.is-post #main-content.full-page-no-sidebar .b-post-before-blog-full-image{display:none}}@media only screen and (max-width:1120px){.is-post #main-content.all-sidebar--offset .blog-wrapper-container,.is-post #main-content.all-sidebar .blog-wrapper-container,.is-post #main-content.full-page-no-sidebar .blog-wrapper-container,.is-post #main-content.full-top-page .blog-wrapper-container,.is-post #main-content.sidebar-left .blog-wrapper-container,.is-post #main-content.sidebar-right--offset .blog-wrapper-container,.is-post #main-content.sidebar-right .blog-wrapper-container{margin-top:unset}.is-post #main-content.all-sidebar--offset .b-post-before-blog-full-image,.is-post #main-content.all-sidebar--offset .blog-wrapper-container .blog-post-container-sidebar-extra,.is-post #main-content.all-sidebar .b-post-before-blog-full-image,.is-post #main-content.all-sidebar .blog-wrapper-container .blog-post-container-sidebar-extra,.is-post #main-content.full-page-no-sidebar .b-post-before-blog-full-image,.is-post #main-content.full-top-page .b-post-before-blog-full-image,.is-post #main-content.sidebar-left .b-post-before-blog-full-image,.is-post #main-content.sidebar-right--offset .b-post-before-blog-full-image,.is-post #main-content.sidebar-right .b-post-before-blog-full-image{display:none}}@media only screen and (max-width:992px){.is-post #main-content.all-sidebar--offset .blog-wrapper-container,.is-post #main-content.all-sidebar .blog-wrapper-container,.is-post #main-content.full-page-no-sidebar .blog-wrapper-container,.is-post #main-content.full-top-page .blog-wrapper-container,.is-post #main-content.sidebar-left .blog-wrapper-container,.is-post #main-content.sidebar-right--offset .blog-wrapper-container,.is-post #main-content.sidebar-right .blog-wrapper-container{margin:0 auto;-ms-flex-pack:center;justify-content:center;padding-top:50px;margin-top:50px}}@media only screen and (max-width:768px){.is-post .blog-post-container-content{margin:unset!important;margin-top:50px}}@media only screen and (max-width:576px){.is-post .blog-wrapper-container{padding:15px}}.mw-960{max-width:960px!important}#utd-accordion .utd-accordion-item img{max-width:40%;height:auto;width:100%;float:right;margin-left:1rem;margin-bottom:1rem}#utd-accordion iframe{width:100%;max-height:360px}.utd-accordion-filter .btn{padding:.375rem .75rem!important;margin-bottom:.5rem}.bg-darkblue-gradient{background:#000;background:linear-gradient(0deg,#000 15%,#283658)}@media only screen and (min-width:768px){.dropdown:hover .dropdown-menu{display:block;margin-top:0}#utd-accordion .utd-accordion-item img{max-width:100%;height:auto;width:100%;float:unset;margin-left:0;margin-bottom:0}}.dropdown,.dropleft,.dropright,.dropup{cursor:pointer}.dropdown-item.active,.dropdown-item:active{background-color:var(--theme)!important}.dropdown-item.hover,.dropdown-item:hover{background-color:var(--theme)!important;color:#fff!important}.t-center{text-align:center}.comments{margin-top:2em}.g-maps iframe{pointer-events:none}.is-archive .blog-post-container-content,.is-search-default .blog-post-container-content,.is-search-label .blog-post-container-content,.is-search-query .blog-post-container-content{padding-top:150px}@media only screen and (max-width:768px){.is-post #main-content.full-page-no-sidebar .blog-wrapper-container{margin-top:50px!important}.is-archive .blog-post-container-content,.is-search-default .blog-post-container-content,.is-search-label .blog-post-container-content,.is-search-query .blog-post-container-content{padding-top:50px}a.dropdown-toggle.nav-link{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}}.post-description,.utd-post--description-data{overflow-wrap:break-word}#uptodate-blogpost img{height:auto}#uptodate-blogpost .button{width:unset!important;margin:0 auto!important;text-align:center!important;margin-bottom:10px!important;background-color:var(--theme)!important;border:1px solid var(--theme)!important;color:#fff!important;text-transform:uppercase!important;letter-spacing:.5px!important;border-radius:.5rem!important;font-size:1.6rem!important;position:relative!important;display:inline-block!important;left:50%!important;transform:translateX(-50%)!important}#uptodate-blogpost .button:hover{background-color:var(--theme-hover)!important;border:1px solid var(--theme-hover)!important}.breadcrumb-item .post-label-link{border:none!important;padding:0!important}.blog-wrapper-container.no-sidebar .blog-post-container-sidebar,.blog-wrapper-container.no-sidebar .blog-post-container-sidebar-extra{display:none}.is-archive .blog-post-container-content,.is-search-default .blog-post-container-content,.is-search-label .blog-post-container-content,.is-search-query .blog-post-container-content{padding-top:100px;padding-bottom:100px}.gallery .is-post .card-view-container{line-height:0;-webkit-column-count:3;-webkit-column-gap:0;-moz-column-count:3;-moz-column-gap:0;column-count:3;column-gap:10px}@media (max-width:1200px){.gallery .is-post .card-view-container{column-count:3}}@media (max-width:1000px){.gallery .is-post .card-view-container{column-count:2}}@media (max-width:400px){.gallery .is-post .card-view-container{column-count:1}}.is-post #main-content.full-page-no-sidebar--offset #page-title-top{height:400px}.is-post #main-content.full-page-no-sidebar--offset .blog-wrapper-container{background:#fff;display:grid;max-width:1200px;margin-top:-500px;margin-left:auto;margin-right:auto}.is-post #main-content.full-page-no-sidebar--offset .blog-wrapper-container .blog-post-container-sidebar,.is-post #main-content.full-page-no-sidebar--offset .blog-wrapper-container .blog-post-container-sidebar-extra{display:none}.post-meta{-ms-flex-pack:center;justify-content:center}.post-label{-ms-flex-pack:start;justify-content:flex-start}.is-post #main-content.reverse .post-single-header{display:-ms-flexbox;display:flex;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.is-post #main-content.boxed-label .post-label-link{border:1px solid var(--theme);background:var(--theme);color:#fff!important;padding:5px 10px}.is-post #main-content.no-date .post-meta,.is-post #main-content.no-home-label .post-label-item-home,.is-post #main-content.no-label .sharing-and-labels{display:none}.is-post #main-content.with-author .post-meta-item:first-child:after{content:"|";padding-left:.5rem}.is-post #main-content.with-author .post-meta-item-author{display:block}.is-post #main-content.with-author .post-meta-item.post-meta-item-author:before{content:"Published By:"}.is-post #main-content.is-image-first .post-single-header img{width:100%;object-fit:cover}.breadcrumb{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:0;margin-bottom:1rem;padding:.75rem 1rem;list-style:none;background-color:#f8f9fa;border-radius:.25rem}.breadcrumb:last-child{margin-bottom:0}.breadcrumb-item{color:#212529}.breadcrumb-item.active{color:#6c757d}.breadcrumb-item+.breadcrumb-item:before{display:inline-block;padding-right:.5rem;padding-left:.5rem;color:#6c757d;content:"/"}.breadcrumb-item.active+.breadcrumb-item.active:before{content:":"}.comments{margin-bottom:1rem;padding:.75rem;background-color:#f8f9fa;border:1px solid rgba(0,0,0,.125)}.comments:last-child{margin-bottom:0}.pager{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin-bottom:1rem}.pager:last-child{margin-bottom:0}.pager-link{position:relative;display:block;padding:.5rem .75rem;font-weight:500;font-size:1rem;line-height:1.25;text-align:center;background-color:#fff;border:1px solid rgba(0,0,0,.125);border-radius:2rem;transition:all .25s}.pager-link:focus,.pager-link:hover{text-decoration:none;background-color:#f8f9fa;border-color:rgba(0,0,0,.125)}.pager-link.disabled{color:#6c757d;background-color:#fff;border-color:rgba(0,0,0,.125);pointer-events:none}.pager-link.pager-home{margin-right:.5rem;margin-left:.5rem}.post-body-typography img{max-width:100%;vertical-align:middle}.post-body-typography .tr-caption-container .tr-caption{padding-top:.25rem;color:#6c757d;font-size:90%}.post-body-typography table:not([class]){display:block;width:100%;max-width:100%;overflow-x:auto;background-color:transparent;border-collapse:collapse}.post-body-typography table:not([class]) caption{padding:.75rem 0 0;color:#6c757d;text-align:inherit;caption-side:bottom}.post-body-typography table:not([class]) td,.post-body-typography table:not([class]) th{padding:.75rem;vertical-align:top;border:1px solid rgba(0,0,0,.125)}.post-body-typography table:not([class]) th{text-align:inherit}.post-body-typography table:not([class]) thead th{vertical-align:bottom;border-bottom:2px solid rgba(0,0,0,.125)}.post-body-typography table:not([class]) tbody+tbody{border-top:2px solid rgba(0,0,0,.125)}.post-body-typography blockquote:not([class]){padding:.75rem 1rem;color:#212529;background-color:#f8f9fa;border-left:8px solid rgba(0,0,0,.125);border-radius:.25rem}.post-body-typography blockquote:not([class])>:first-child{margin-top:0!important}.post-body-typography blockquote:not([class])>:last-child{margin-bottom:0!important}.post-body-typography blockquote:not([class]) footer{display:block;color:#6c757d;font-size:90%}.post-body-typography blockquote:not([class]) footer:before{content:"\2014 \00A0"}.post-body-typography code{padding:.2em .4em;color:#ff3860;font-size:90%;word-break:break-word;background-color:#f8f9fa;border:0;border-radius:.25rem}.post-body-typography pre code{padding:0;color:inherit;font-size:inherit;word-break:inherit;background-color:transparent;border:0;border-radius:0}.post-body-typography pre:not([class]){display:block;padding:1rem;overflow:auto;color:#212529;font-size:90%;background-color:#f8f9fa;border-radius:.25rem}.post{position:relative}.post-title{margin-top:0;margin-bottom:1rem;font-weight:500;font-size:1.5rem;line-height:1.2}.post-title:last-child{margin-bottom:0}@media (min-width:768px){.post-title{font-size:2rem}}.post-snippet{margin-bottom:1rem;color:#6c757d}.post-snippet:last-child{margin-bottom:0}.post-snippet:after{display:block;clear:both;content:""}.post-meta{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;margin-top:0;list-style:none}.post-meta:last-child{margin-bottom:0}.post-meta-prefix{color:#6c757d}.post-meta-text{color:#212529}.sharing-and-labels{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-align:center;align-items:center}.sharing-and-labels:last-child{margin-bottom:0}.post-sharing-col{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.post-label-col,.post-sharing-col{position:relative;padding-right:5px;padding-left:5px}.post-label-col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;width:100%;max-width:100%;overflow:hidden}.post-sharing{position:relative;top:-1px;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-align:center;align-items:center;padding:.25rem .75rem;overflow:hidden;color:#495057;font-weight:400;line-height:1.25;background-color:#f8f9fa;border-radius:.25rem;transition:all .25s}.post-sharing:hover{color:#212529;background-color:#f1f3f5}.post-sharing-icon{width:16px;height:16px}.post-sharing-icon:first-child{margin-right:.25rem}.post-sharing-icon:last-child{margin-left:.25rem}.post-sharing-icon path{fill:#495057}.post-sharing:focus .post-sharing-icon path,.post-sharing:hover .post-sharing-icon path{fill:#212529}.post-sharing-select{position:absolute;top:0;right:0;bottom:0;left:0;min-width:100%;min-height:100%;padding:0 .75rem;color:#495057;font-size:1rem;font-family:inherit;background-color:#fff;border:0;border-radius:.25rem;cursor:pointer;opacity:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.post-label{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;margin-top:0;margin-bottom:0;padding-left:0;white-space:nowrap;list-style:none}.post-label-item{margin-bottom:.5rem}.post-label-item:not(:last-child){margin-right:.5rem}.post-label-link{display:block;padding:.5rem .2rem;color:#6c757d;font-weight:500;line-height:1.25;white-space:nowrap;text-align:center;text-transform:uppercase;background-color:#fff;border:none;transition:all .25s}.post-label-link:focus,.post-label-link:hover{color:#212529;text-decoration:none;border-color:rgba(0,0,0,.125)}.post-label-nolabel{display:block;padding:.5rem .2rem;color:#6c757d;font-weight:500;line-height:1.25;white-space:nowrap;text-align:center;text-transform:uppercase;background-color:#fff;border:none;transition:all .25s;cursor:default}.post-single{position:relative}.post-single-title{font-weight:700}#uptodate-blogpost h1,.uptodate-blogpost h1{font-weight:600!important}.post-single-title:last-child{margin-bottom:0}#uptodate-blogpost a:link,#uptodate-blogpost a:visited,.uptodate-blogpost a:link,.uptodate-blogpost a:visited{color:var(--theme)}.post-meta-item .post-meta-text{color:#fff;text-transform:uppercase}@media (max-width:768px){.post-single-title{font-size:2.7rem}}.post-single-body{margin-bottom:1rem;font-size:1.2rem;line-height:1.8;color:rgba(0,0,0,.8)}.post-single-body .featured-image{display:block;margin:0 auto;margin-bottom:1.5rem;width:100%}.post-single-body:last-child{margin-bottom:0}.post-single-body:after{display:block;clear:both;content:""}.post-static{position:relative}.post-static-header{margin-top:2rem;margin-bottom:2rem}.post-static-title{margin-top:0;margin-bottom:1rem;font-weight:500;font-size:1.5rem;line-height:1.2}.post-static-title:last-child{margin-bottom:0}@media (min-width:768px){.post-static-title{font-size:2rem}}.post-static-body{margin-bottom:1rem}.post-static-body:last-child{margin-bottom:0}.post-static-body:after{display:block;clear:both;content:""}.posts{margin-bottom:1rem}.posts:last-child{margin-bottom:0}.status-message{position:relative;margin-bottom:1rem;padding:.75rem 1.25rem;border:1px solid transparent;border-radius:.25rem}.status-message:last-child{margin-bottom:0}.status-message .search-label,.status-message .search-query{font-weight:700}.status-message-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.status-message-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.preview-gadgets{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;width:100%;height:100%;padding:1rem;overflow-y:auto;background-color:#f8f9fa}.preview-gadgets .preview-gadget{max-width:350px;margin-right:auto;margin-bottom:1rem;margin-left:auto}.preview-gadgets .preview-gadget:last-child{margin-bottom:0}.preview-gadgets .preview-gadget.preview-gadget-full-width{max-width:100%}.preview-gadgets .preview-gadget .widget{margin-bottom:1rem;padding:1rem;background-color:#fff;border-radius:.25rem;box-shadow:0 3px 8px 0 rgba(0,0,0,.03)}.preview-gadgets .preview-gadget .widget:last-child{margin-bottom:0}.preview-gadgets .preview-gadget .widget>h2,.preview-gadgets .preview-gadget .widget>h3,.preview-gadgets .preview-gadget .widget>h4,.preview-gadgets .preview-gadget .widget>h5,.preview-gadgets .preview-gadget .widget>h6,.preview-gadgets .preview-gadget>h2,.preview-gadgets .preview-gadget>h3,.preview-gadgets .preview-gadget>h4,.preview-gadgets .preview-gadget>h5,.preview-gadgets .preview-gadget>h6{margin-top:0;margin-bottom:1rem;font-weight:500;font-size:1.25rem;line-height:1.1}.preview-gadgets .preview-gadget .widget-content>:first-child{margin-top:0}.preview-gadgets .preview-gadget .widget-content>:last-child{margin-bottom:0}.archive-menu{display:block;width:100%;padding:.375rem 1.75rem .375rem .75rem;font-weight:400;font-size:1rem;font-family:inherit;line-height:1.5;background-image:url("");background-repeat:no-repeat;background-position:right .75rem center;background-size:8px 10px;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}.archive-menu,.archive-menu:focus{color:#495057;background-color:#fff}.archive-menu:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.archive-flat{margin-top:0;margin-bottom:0;padding-left:0;list-style:none}.archive-flat-count{color:#6c757d;font-size:90%}.archive-hierarchy-first,.archive-hierarchy-second,.archive-hierarchy-third{margin-top:0;margin-bottom:0;list-style:none}.archive-hierarchy-first{padding-left:0}.archive-hierarchy-second,.archive-hierarchy-third{padding-left:2rem}.archive-hierarchy-details{display:block}.archive-hierarchy-summary{display:list-item;outline:0;cursor:default}.archive-hierarchy-count{color:#6c757d;font-size:90%}.search-form-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-right:-5px;margin-left:-5px}.search-form-col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;width:100%;max-width:100%}.search-form-col,.search-form-col-auto{position:relative;padding-right:5px;padding-left:5px}.search-form-col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.search-form-input{display:block;width:100%;padding:.375rem .75rem;color:#495057;font-weight:400;font-size:1rem;font-family:inherit;line-height:1.5;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.search-form-input:-ms-input-placeholder{color:#6c757d;opacity:1}.search-form-input::-webkit-input-placeholder{color:#6c757d;opacity:1}.search-form-input::-moz-placeholder{color:#6c757d;opacity:1}.search-form-input::-ms-input-placeholder{color:#6c757d;opacity:1}.search-form-input::placeholder{color:#6c757d;opacity:1}.search-form-input:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.search-form-input:focus:-ms-input-placeholder{color:#6c757d;opacity:1}.search-form-input:focus::-webkit-input-placeholder{color:#6c757d;opacity:1}.search-form-input:focus::-moz-placeholder{color:#6c757d;opacity:1}.search-form-input:focus::-ms-input-placeholder{color:#6c757d;opacity:1}.search-form-input:focus::placeholder{color:#6c757d;opacity:1}.search-form-submit{display:block;padding:.375rem .75rem;color:#fff;font-weight:400;font-size:1rem;font-family:inherit;line-height:1.5;white-space:nowrap;text-align:center;background-color:#007bff;border:1px solid #0075f2;border-radius:.25rem;cursor:pointer;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.search-form-submit:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.search-form-submit:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.search-form-submit:active{color:#fff;background-color:#0056b3;border-color:#0050a6}.contact-form-group{margin-bottom:1rem}.contact-form-group label{display:inline-block;margin-bottom:.5rem}.contact-form-email,.contact-form-email-message,.contact-form-name{display:block;width:100%;padding:.375rem .75rem;color:#495057;font-weight:400;font-size:1rem;font-family:inherit;line-height:1.5;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.contact-form-email-message:-ms-input-placeholder,.contact-form-email:-ms-input-placeholder,.contact-form-name:-ms-input-placeholder{color:#6c757d;opacity:1}.contact-form-email-message::-webkit-input-placeholder,.contact-form-email::-webkit-input-placeholder,.contact-form-name::-webkit-input-placeholder{color:#6c757d;opacity:1}.contact-form-email-message::-moz-placeholder,.contact-form-email::-moz-placeholder,.contact-form-name::-moz-placeholder{color:#6c757d;opacity:1}.contact-form-email-message::-ms-input-placeholder,.contact-form-email::-ms-input-placeholder,.contact-form-name::-ms-input-placeholder{color:#6c757d;opacity:1}.contact-form-email-message::placeholder,.contact-form-email::placeholder,.contact-form-name::placeholder{color:#6c757d;opacity:1}.contact-form-email-message:focus,.contact-form-email:focus,.contact-form-name:focus{color:#495057;background-color:#fff;border-color:#71dd8a;outline:0;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.contact-form-email-message:focus:-ms-input-placeholder,.contact-form-email:focus:-ms-input-placeholder,.contact-form-name:focus:-ms-input-placeholder{color:#6c757d;opacity:1}.contact-form-email-message:focus::-webkit-input-placeholder,.contact-form-email:focus::-webkit-input-placeholder,.contact-form-name:focus::-webkit-input-placeholder{color:#6c757d;opacity:1}.contact-form-email-message:focus::-moz-placeholder,.contact-form-email:focus::-moz-placeholder,.contact-form-name:focus::-moz-placeholder{color:#6c757d;opacity:1}.contact-form-email-message:focus::-ms-input-placeholder,.contact-form-email:focus::-ms-input-placeholder,.contact-form-name:focus::-ms-input-placeholder{color:#6c757d;opacity:1}.contact-form-email-message:focus::placeholder,.contact-form-email:focus::placeholder,.contact-form-name:focus::placeholder{color:#6c757d;opacity:1}.contact-form-email-message{overflow:auto;resize:vertical}.contact-form-button-submit{display:inline-block;padding:.375rem .75rem;color:#fff;font-weight:400;font-size:1rem;font-family:inherit;line-height:1.5;white-space:nowrap;text-align:center;vertical-align:middle;background-color:#28a745;border:1px solid #269d41;border-radius:.25rem;cursor:pointer;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.contact-form-button-submit:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.contact-form-button-submit:focus{outline:0;box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.contact-form-button-submit:active{color:#fff;background-color:#19692c;border-color:#175f27}.contact-form-error-message,.contact-form-success-message{display:none}.contact-form-error-message-with-border,.contact-form-success-message-with-border{position:relative;display:block;margin-top:1rem;padding:.75rem 1.25rem;border:1px solid transparent;border-radius:.25rem}.contact-form-success-message-with-border{color:#5ca43f;background-color:#dff0d8;border-color:#d7eccf}.contact-form-error-message-with-border{padding-right:4rem;color:#a84242;background-color:#f2dede;border-color:#eed5d5}.contact-form-error-message-with-border .contact-form-cross{position:absolute;top:0;right:0;padding:1.125rem 1.25rem}.featured-post-image{width:100%;max-width:100%;height:auto;vertical-align:middle;border-radius:.25rem}.featured-post-title{margin-top:0;margin-bottom:0;font-size:1.25rem;line-height:1.1}.featured-post-spacer{height:0;margin-top:.75rem}.follow-by-email-form-input{display:block;width:100%;padding:.375rem .75rem;color:#495057;font-weight:400;font-size:1rem;font-family:inherit;line-height:1.5;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.follow-by-email-form-input:-ms-input-placeholder{color:#6c757d;opacity:1}.follow-by-email-form-input::-webkit-input-placeholder{color:#6c757d;opacity:1}.follow-by-email-form-input::-moz-placeholder{color:#6c757d;opacity:1}.follow-by-email-form-input::-ms-input-placeholder{color:#6c757d;opacity:1}.follow-by-email-form-input::placeholder{color:#6c757d;opacity:1}.follow-by-email-form-input:focus{color:#495057;background-color:#fff;border-color:#ffe187;outline:0;box-shadow:0 0 0 .2rem rgba(255,193,7,.25)}.follow-by-email-form-input:focus:-ms-input-placeholder{color:#6c757d;opacity:1}.follow-by-email-form-input:focus::-webkit-input-placeholder{color:#6c757d;opacity:1}.follow-by-email-form-input:focus::-moz-placeholder{color:#6c757d;opacity:1}.follow-by-email-form-input:focus::-ms-input-placeholder{color:#6c757d;opacity:1}.follow-by-email-form-input:focus::placeholder{color:#6c757d;opacity:1}.follow-by-email-form-submit{display:block;width:100%;margin-top:1rem;padding:.375rem .75rem;overflow:hidden;color:#212529;font-weight:400;font-size:1rem;font-family:inherit;line-height:1.5;white-space:nowrap;text-align:center;text-overflow:ellipsis;background-color:#ffc107;border:1px solid #f9bb00;border-radius:.25rem;cursor:pointer;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.follow-by-email-form-submit:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.follow-by-email-form-submit:focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.follow-by-email-form-submit:active{color:#212529;background-color:#ba8b00;border-color:#ad8200}.page-header{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;min-height:350px;padding-top:4rem;padding-bottom:4rem;text-align:center;background-color:#343a40}.page-header.image-placement-replace.has-image img{max-width:100%;height:auto;vertical-align:middle}.page-header.image-placement-before-description.has-image img{max-width:100%;height:auto;margin-bottom:1rem;vertical-align:middle}.page-header.image-placement-behind{background-repeat:no-repeat;background-position:50%;background-size:cover}.page-header.image-placement-behind.has-image{z-index:1}.page-header.image-placement-behind.has-image:before{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background-image:linear-gradient(rgba(0,0,0,.25),rgba(0,0,0,.25));content:""}.page-header-title{margin-top:0;margin-bottom:1rem;font-weight:700;font-size:2.5rem;line-height:1.1}@media (min-width:768px){.page-header-title{font-size:3.5rem}}.page-header-title-link,.page-header-title-link:hover{color:#fff;text-decoration:none}.page-header-description{max-width:700px;margin:0 auto;color:#fff;font-weight:300;font-size:1.25rem;line-height:1.3}.g-image{margin:0}.g-image-img{width:100%;max-width:100%;height:auto;vertical-align:middle;border-radius:.25rem}.g-image-caption{margin-top:.5rem;margin-bottom:0;color:#6c757d}.label-list{-ms-flex-direction:column;flex-direction:column}.label-list,.label-list-link{display:-ms-flexbox;display:flex}.label-list-link{position:relative;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;width:100%;margin-bottom:-1px;padding:.5rem 1rem;color:#495057;background-color:#fff;border:1px solid rgba(0,0,0,.125);transition:all .25s}.label-list-link:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.label-list-link:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.label-list-link:focus,.label-list-link:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa;border-color:rgba(0,0,0,.125)}.label-list-link:active{z-index:3;background-color:#f1f3f5;border-color:rgba(0,0,0,.125)}.label-list-link.active{z-index:2;color:#212529;font-weight:500;background-color:#f8f9fa;border-color:rgba(0,0,0,.125)}.label-list-count{display:inline-block;margin-left:.5rem;padding:.25em .6em;color:#fff;font-weight:700;font-size:75%;line-height:1;white-space:nowrap;text-align:center;vertical-align:baseline;background-color:#6c757d;border-radius:10rem}.active>.label-list-count{color:#fff;background-color:#495057}.label-cloud{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:-.5rem!important;margin-bottom:0;padding-left:0;list-style:none}.label-cloud-item{margin-top:.5rem}.label-cloud-item:not(:last-child){margin-right:.5rem}.label-cloud-link{display:block;padding:.25rem .5rem;color:#495057;font-weight:400;font-size:.875rem;line-height:1.25;white-space:nowrap;text-align:center;background-color:#fff;border:1px solid rgba(0,0,0,.125);border-radius:.25rem;transition:all .25s}.label-cloud-link:focus,.label-cloud-link:hover{color:#495057;text-decoration:none;background-color:#f8f9fa;border-color:rgba(0,0,0,.125)}.label-cloud-link:active{background-color:#f1f3f5;border-color:rgba(0,0,0,.125)}.label-cloud-link.active{color:#212529;font-weight:500;background-color:#f8f9fa;border-color:rgba(0,0,0,.125)}.label-cloud-count{position:relative;top:-1px;display:inline-block;margin-left:.4em;padding:.25em .4em;color:#fff;font-weight:700;font-size:75%;line-height:1;white-space:nowrap;text-align:center;vertical-align:baseline;background-color:#6c757d;border-radius:.25rem}.active>.label-cloud-count{color:#fff;background-color:#495057}.linklist,.pagelist{margin-top:0;margin-bottom:0;padding-left:0;list-style:inside}.popular-post{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;margin-bottom:.5rem;-ms-flex-direction:column;flex-direction:column;margin-bottom:20px}.popular-post:last-child{margin-bottom:0}.popular-post>a{margin-right:0;width:100%;position:relative}.popular-post .popular-post-image-container{position:relative;width:100%;margin-bottom:10px}.popular-post .popular-post-image-container:hover{a-color:#fff}.popular-post-image{width:100%;height:100%;object-fit:cover}.popular-post-content{-ms-flex:1;flex:1}.popular-post-content.has-image{min-width:100px}.popular-post-content.has-image.has-snippet{min-width:160px}.popular-post-title{margin-top:0;margin-bottom:0;font-size:1rem;position:absolute;bottom:0;font-size:20px;font-weight:400;padding:10px;width:100%;background:linear-gradient(180deg,hsla(0,0%,100%,0),rgba(0,0,0,.75))}.popular-post-title a{color:#fff;text-shadow:1px 1px 0 #000}.popular-post-title a:hover{color:#fff}.popular-post-meta{margin-top:0;margin-bottom:.25rem;padding-left:0;font-size:.875rem;list-style:none}.popular-post-meta:last-child{margin-bottom:0}.popular-post-meta-item{display:inline-block}.popular-post-meta-item:not(:last-child){margin-right:.5rem}.popular-post-meta-text{color:#6c757d}.profile{margin-bottom:1rem;text-align:center;background-color:#f8f9fa;border-radius:.25rem}.profile:last-child{margin-bottom:0}.profile-header{height:100px;background-color:#868e96;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.profile-avatar{position:relative;top:-50px;margin-bottom:-50px}.profile-image{width:100px;max-width:100px;height:100px;max-height:100px;vertical-align:middle;border:5px solid hsla(0,0%,100%,.5);border-radius:50%}.profile-image.profile-default-avatar{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin:0 auto;color:#fff;font-weight:700;font-size:4rem;line-height:0;text-transform:uppercase;background-color:#ff5722}.profile-body{padding:.25rem 1rem 1rem}.profile-block{margin-bottom:.5rem;line-height:1}.profile-block:last-child{margin-bottom:0}.profile-name{display:inline-block;font-weight:700;font-size:1rem;line-height:1.2}.profile-name,.profile-name:focus,.profile-name:hover{color:#212529;text-decoration:none}.profile-text{color:#495057;font-weight:400;font-size:.875rem;line-height:1.3}.textlist{margin-top:0;margin-bottom:0;padding-left:0;list-style:inside}.is-post .sidebar-right--offset .post-label,.is-post .sidebar-right--offset .post-meta,.is-post .sidebar-right--offset .post-meta-text{-ms-flex-pack:start;justify-content:flex-start}.is-post .sidebar-right--offset .blog-post-container-content{border:unset}.is-post .sidebar-right--offset .b-post-after-blog{padding-top:0}.is-post .sidebar-right--offset .post-meta-text{color:unset}.b-post-before-blog-full-image{display:none}.is-post .sidebar-right--offset .b-post-before-blog-full-image,.is-post .sidebar-right--offset .blog-post-container-sidebar{display:block}.lds-roller{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.post-title-container li{list-style:none}.post-title-container ul{margin-left:0!important;margin-bottom:0!important}.search-result .post p.post__desc{word-break:break-word}.valign{position:relative;top:50%;transform:translateY(-50%)}.uptodate-blogpost ol,.uptodate-blogpost ul{list-style-type:disc;margin:0;padding:0;margin-left:30px;margin-bottom:20px}.is-post .post-single-header{margin-bottom:20px}.column-1-7-2 .blog-wrapper-container,.column-1-9 .blog-wrapper-container,.column-2-1-7 .blog-wrapper-container{display:grid;grid-gap:unset}.column-1-7-2 .blog-wrapper-container .blog-post-container-sidebar,.column-1-9 .blog-wrapper-container .blog-post-container-sidebar,.column-2-1-7 .blog-wrapper-container .blog-post-container-sidebar{display:none}@media only screen and (min-width:768px){.column-1-7-2 .blog-wrapper-container,.column-1-9 .blog-wrapper-container,.column-2-1-7 .blog-wrapper-container{grid-template-columns:repeat(8,1fr);grid-gap:30px}}@media only screen and (min-width:992px){.column-1-7-2 .blog-wrapper-container,.column-1-9 .blog-wrapper-container,.column-2-1-7 .blog-wrapper-container{grid-template-columns:repeat(10,1fr)}.column-1-7-2 .blog-wrapper-container .blog-post-container-sidebar,.column-1-9 .blog-wrapper-container .blog-post-container-sidebar,.column-2-1-7 .blog-wrapper-container .blog-post-container-sidebar{display:block!important}}@media only screen and (min-width:768px){.column-1-7-2 .blog-wrapper-container .blog-post-container-content{grid-column:span 7}}@media only screen and (min-width:992px){.column-1-7-2 .blog-wrapper-container .blog-post-container-content{grid-column:span 7}.column-1-7-2 .blog-wrapper-container .blog-post-container-sidebar{grid-column:span 2}}@media only screen and (min-width:768px){.column-2-1-7 .blog-wrapper-container .blog-post-container-content{grid-column:span 7}}@media only screen and (min-width:992px){.column-2-1-7 .blog-wrapper-container .blog-post-container-content{grid-column:span 7}.column-2-1-7 .blog-wrapper-container .blog-post-container-sidebar{grid-column:span 2}}.column-2-1-7 .blog-post-container-sidebar{-ms-flex-order:-1;order:-1}@media only screen and (min-width:768px){.column-1-9 .blog-wrapper-container .blog-post-container-content{grid-column:span 7}}@media only screen and (min-width:992px){.column-1-9 .blog-wrapper-container .blog-post-container-content{grid-column:span 9}}.is-post.post-page .post-single-header div:not(:last-child){margin-bottom:var(--post-gap-inside);width:100%}.is-post.post-page .post-single-header .post-title-container li{list-style:none}.is-post.post-page .post-single-header .post-title-container ul{margin-left:0!important;margin-bottom:0!important}.is-post.post-page .post-single-header .post-single-title{margin-top:0;margin-bottom:var(--post-gap-inside);color:#fff}.is-post.post-page #page-title-top{padding:0}.is-post.post-page .blog-post-container-content{margin:0 auto;width:100%;max-width:unset}@media only screen and (min-width:992px){.is-post.post-page .blog-post-container-content{border:1px solid var(--gray-93);padding:0 30px}}.is-post.post-page .blog-wrapper-container{padding-top:3rem;padding-bottom:3rem}@media only screen and (min-width:600px){.is-post.post-page .blog-wrapper-container{padding-top:4rem;padding-bottom:4rem}}@media only screen and (min-width:992px){.is-post.post-page .blog-wrapper-container{padding-top:6rem;padding-bottom:6rem}}.is-post.post-page .blog-wrapper-container .b-post-after-blog,.is-post.post-page .blog-wrapper-container .b-section-main{margin-left:auto;margin-right:auto}@media only screen and (min-width:992px){.is-post.post-page .blog-wrapper-container .b-post-after-blog,.is-post.post-page .blog-wrapper-container .b-section-main{max-width:640px;padding-top:calc(1.66rem + 1.95vw);padding-bottom:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.is-post.post-page .blog-wrapper-container .b-post-after-blog,.is-post.post-page .blog-wrapper-container .b-section-main{padding-top:4rem;padding-bottom:4rem}}.is-post.post-page .blog-wrapper-container .post-single-title{color:#2c2c2c;text-align:left}.is-post.post-page .container-md{max-width:1300px}.is-post.post-page .b-post-before-blog-full{position:relative;margin-left:auto;margin-right:auto}@media only screen and (max-width:1200px){.is-post.post-page .b-post-before-blog-full{margin-top:0}}.share{display:-ms-flexbox;display:flex}@media only screen and (min-width:768px){.share{-ms-flex-pack:center;justify-content:center}}.share-title{text-transform:uppercase;position:relative;color:var(--gray-50);margin-right:2rem;text-align:left}.share-title-container{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-bottom:var(--post-gap-inside)}@media only screen and (min-width:768px){.share-title{margin-right:0;margin-bottom:60px;padding-bottom:10px;text-align:center}.share-title-container{display:block;margin-bottom:0}.share-title:after{content:"";height:50px;width:1px;position:absolute;top:100%;background:#5d5d63;margin:0 auto;left:0;right:0;opacity:.4}}.share-social{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}@media only screen and (min-width:768px){.share-social{-ms-flex-direction:column;flex-direction:column}}.share-social a{color:var(--gray-30);padding:3px;width:35px;height:35px;font-size:16px;margin-right:5px;border:1px solid var(--gray-30);display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;opacity:.4}.share-social a:hover{opacity:1}@media only screen and (min-width:768px){.share-social a{margin-right:0;margin-bottom:5px}}.share-social-link.cursor{cursor:pointer}.is-post.post-page .blog-post-container-sidebar.sidebar .b-section-sidebar-right .advert{margin-bottom:3rem}.is-post.post-page .blog-post-container-sidebar.sidebar .b-section-sidebar-right .widget{box-shadow:none}.is-post.post-page .blog-post-container-sidebar.sidebar .b-section-sidebar-right .widget-content{padding:0;padding-top:2rem}.is-post.post-page .blog-post-container-sidebar.sidebar .b-section-sidebar-right .popular-post-image-container{border:1px solid var(--gray-93);overflow:hidden}.is-post.post-page .blog-post-container-sidebar.sidebar .b-section-sidebar-right .popular-post-image-container .popular-post-image{transform:scale(1);transition:transform .4s ease-in-out}.is-post.post-page .blog-post-container-sidebar.sidebar .b-section-sidebar-right .popular-post-image-container:hover .popular-post-image{transform:scale(1.1)}.is-post.post-page .blog-post-container-sidebar.sidebar .b-section-sidebar-right .popular-post-content{display:none}.is-post.post-page .blog-post-container-sidebar.sidebar .b-section-sidebar-right .popular-post-title{padding:calc(1.41rem + .075vw);text-align:center}@media (min-width:1200px){.is-post.post-page .blog-post-container-sidebar.sidebar .b-section-sidebar-right .popular-post-title{padding:1.5rem}}.is-post.post-page .blog-post-container-sidebar.sidebar .b-section-sidebar-right .popular-post-title a{color:var(--gray-30);font-size:1.6rem}.is-post.post-page .blog-post-container-sidebar.sidebar .b-section-sidebar-right h3.title{text-align:center;font-weight:600;color:var(--gray-50);font-size:12px}.is-post.post-page.no-sidebar-right .blog-post-container-sidebar{display:none!important}.is-post.post-page__01 .post-single-header{min-height:400px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-align:center;align-items:center;text-align:center;padding:5rem 1.5rem;position:relative}@media only screen and (min-width:992px){.is-post.post-page__01 .post-single-header{min-height:500px;padding:5rem 0}}.is-post.post-page__01 .post-single-header:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background-image:linear-gradient(0deg,var(--gray-dark),rgba(49,49,49,.5),transparent,transparent)}.is-post.post-page__01 .post-single-header *{z-index:2}.is-post.post-page__01 .post-single-header.container{max-width:1300px}.is-post.post-page__01 .post-single-title{max-width:85rem}.is-post.post-page__01 .post-label{-ms-flex-pack:center;justify-content:center}@media only screen and (min-width:992px){.is-post.post-page__01.no-sidebar-right .blog-wrapper-container{padding-left:10rem;padding-right:10rem}}.is-post.post-page__02 .post-single-header{padding-top:var(--block-padding)}.is-post.post-page__02 .post-single-header .post-image-header{height:300px;width:100%;margin-top:var(--block-padding)}@media only screen and (min-width:992px){.is-post.post-page__02 .post-single-header .post-image-header{height:400px}}@media only screen and (min-width:992px){.is-post.post-page__02 .post-single-header{padding-top:4rem;padding-bottom:4rem}}.is-post.post-page__02 .post-single-header .post-single-title{color:var(--gray-dark);text-align:center}.is-post.post-page__02 .post-single-header .post-meta-text{color:var(--gray-dark)}.is-post.post-page__02 .post-single-title{max-width:85rem}.is-post.post-page__02 .post-label{-ms-flex-pack:center;justify-content:center}.is-post.post-page__03 .post-label,.is-post.post-page__03 .post-meta,.is-post.post-page__03 .sharing-and-labels{-ms-flex-align:start;align-items:flex-start}.is-post.post-page__03 .post-label,.is-post.post-page__03 .post-meta{-ms-flex-pack:start;justify-content:flex-start}.is-post.post-page__03 .post-single-header{min-height:400px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;text-align:left;padding:5rem 1.5rem;position:relative}@media only screen and (min-width:992px){.is-post.post-page__03 .post-single-header{min-height:500px;padding:5rem 0}}.is-post.post-page__03 .post-single-header div:not(:last-child){margin-bottom:0}.is-post.post-page__03 .post-single-header.container{max-width:1300px}.is-post.post-page__03 .post-single-header .post-header-container{background:rgba(49,49,49,.8);padding:3rem 2rem;position:absolute;bottom:0;left:0;max-width:800px}@media only screen and (min-width:992px){.is-post.post-page__03 .post-single-header .post-header-container{padding-left:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.is-post.post-page__03 .post-single-header .post-header-container{padding-left:15rem}}.is-post.post-page__03 .post-single-title{max-width:85rem}.is-post.post-page__03.column-2-1-7 .post-header-container{padding:2rem;position:absolute;bottom:0;left:unset;right:0;max-width:800px}@media only screen and (min-width:992px){.is-post.post-page__03.column-2-1-7 .post-header-container{padding:calc(1.56rem + 1.2vw);padding-left:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.is-post.post-page__03.column-2-1-7 .post-header-container{padding:3rem;padding-left:6rem}}.is-post.post-page__04 .post-single-header{min-height:400px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-align:center;align-items:center;text-align:center;padding:5rem 1.5rem;position:relative}@media only screen and (min-width:992px){.is-post.post-page__04 .post-single-header{min-height:500px;padding:5rem 0}}.is-post.post-page__04 .post-single-header:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background-image:linear-gradient(0deg,var(--gray-dark),rgba(49,49,49,.5),transparent,transparent)}.is-post.post-page__04 .post-single-header *{z-index:2}.is-post.post-page__04 .post-single-header.container{max-width:1300px}.is-post.post-page__04 .post-single-title{max-width:85rem}.is-post.post-page__04 .post-label{-ms-flex-pack:center;justify-content:center}@media only screen and (min-width:992px){.is-post.post-page__05 .blog-wrapper-container{padding-left:0;padding-right:0}}.is-post.post-page__05 .blog-post-container-content{background:#fff}@media only screen and (min-width:992px){.is-post.post-page__05 .blog-post-container-content{margin-top:-250px}}@media only screen and (min-width:992px){.is-post.post-page__05 .blog-post-container-sidebar-extra{margin-top:0}}.is-post.post-page__05 .post-label,.is-post.post-page__05 .post-meta,.is-post.post-page__05 .sharing-and-labels{-ms-flex-align:start;align-items:flex-start}.is-post.post-page__05 .post-label,.is-post.post-page__05 .post-meta{-ms-flex-pack:start;justify-content:flex-start}.is-post.post-page__05 .post-single-header{min-height:200px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;text-align:left;padding:5rem 1.5rem;position:relative}@media only screen and (min-width:992px){.is-post.post-page__05 .post-single-header{min-height:400px;height:350px;padding:5rem 0}}.is-post.post-page__05 .post-single-header .post-header-container{background:rgba(49,49,49,.8);padding:calc(1.46rem + .45vw);position:absolute;bottom:0;left:0;max-width:800px}@media (min-width:1200px){.is-post.post-page__05 .post-single-header .post-header-container{padding:2rem}}@media only screen and (min-width:992px){.is-post.post-page__05 .post-single-header .post-header-container{padding-left:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.is-post.post-page__05 .post-single-header .post-header-container{padding-left:15rem}}.is-post.post-page__05 .post-single-header.container{max-width:1300px}.is-post.post-page__05 .post-title-container{margin-bottom:calc(1.76rem + 2.7vw);margin-top:calc(1.66rem + 1.95vw)}@media (min-width:1200px){.is-post.post-page__05 .post-title-container{margin-bottom:5rem;margin-top:4rem}}.is-post.post-page__05 .post-title{padding:0}@media only screen and (min-width:768px){.is-post.post-page__05 .post-title{padding:0 40px}}@media only screen and (min-width:992px){.is-post.post-page__05 .post-title{padding:0}}.is-post.post-page__05 .post-single-title{color:initial;margin-bottom:calc(1.46rem + .45vw);max-width:85rem}@media (min-width:1200px){.is-post.post-page__05 .post-single-title{margin-bottom:2rem}}.is-post.post-page__05 .post-meta-item .post-meta-text{color:rgba(0,0,0,.8)}.is-post.post-page__05.column-2-1-7 .post-header-container{padding:calc(1.56rem + 1.2vw);position:absolute;bottom:0;left:unset;right:0;max-width:800px}@media (min-width:1200px){.is-post.post-page__05.column-2-1-7 .post-header-container{padding:3rem}}@media only screen and (min-width:992px){.is-post.post-page__05.column-2-1-7 .post-header-container{padding-left:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.is-post.post-page__05.column-2-1-7 .post-header-container{padding-left:6rem}}.is-post.post-page__06 .post-single-header{min-height:400px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:start;align-items:flex-start;text-align:center;padding:5rem 1.5rem;position:relative}@media only screen and (min-width:992px){.is-post.post-page__06 .post-single-header{min-height:500px;padding:5rem 0}}.is-post.post-page__06 .post-single-header:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.8);z-index:0}.is-post.post-page__06 .post-single-header *{z-index:2}.is-post.post-page__06.column-2-1-7 .post-single-title{max-width:85rem;margin-left:auto;margin-right:auto}.is-post.post-page__06.column-2-1-7 .post-label,.is-post.post-page__06.column-2-1-7 .post-meta{-ms-flex-pack:center;justify-content:center}.is-post.post-page__06.column-1-7-2 .post-single-header{text-align:left}.is-post.post-page__06.column-1-7-2 .post-label,.is-post.post-page__06.column-1-7-2 .post-meta{-ms-flex-pack:start;justify-content:flex-start}@media only screen and (min-width:992px){.is-post.post-page__06.column-1-7-2 .post-single-title{padding-right:25%}}.is-post.post-page__07 .post-single-header{min-height:400px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:start;align-items:flex-start;text-align:center;padding:5rem 1.5rem;position:relative}@media only screen and (min-width:992px){.is-post.post-page__07 .post-single-header{min-height:500px;padding:5rem 0}}.is-post.post-page__07 .post-single-header:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.7);z-index:0}@media only screen and (min-width:992px){.is-post.post-page__07 .post-single-header:before{background:linear-gradient(90deg,rgba(0,0,0,.7),rgba(0,0,0,.7) 50%,transparent 0,transparent)}}.is-post.post-page__07 .post-single-header *{z-index:2}.is-post.post-page__07 .post-single-header>.container{width:100%;padding-right:15px;padding-left:15px;margin-left:auto;margin-right:auto}@media only screen and (min-width:576px){.is-post.post-page__07 .post-single-header>.container{max-width:540px}}@media only screen and (min-width:768px){.is-post.post-page__07 .post-single-header>.container{max-width:720px}}@media only screen and (min-width:992px){.is-post.post-page__07 .post-single-header>.container{max-width:calc(480px - 5rem);margin-right:50vw}}@media only screen and (min-width:1200px){.is-post.post-page__07 .post-single-header>.container{max-width:calc(570px - 5rem)}}.is-post.post-page__07 .post-single-header{text-align:left}.is-post.post-page__07 .post-label,.is-post.post-page__07 .post-meta{-ms-flex-pack:start;justify-content:flex-start}.utd-author-box .author__image{height:100%;position:relative}.utd-author-box .author__image-src{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center center}.utd-author-box .author__details{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.utd-author-box .author__info a{display:block}.utd-author-box .author__info-name{font-size:28px}.utd-author-box .author__social{display:-ms-flexbox;display:flex}.utd-author-box .author__social-link{font-size:16px}.utd-author-box .author__social-link:not(:last-child){margin-right:10px}.utd-author-box .author__cta-btn{text-align:center;font-size:inherit;border:none;display:inline-block}.utd-author-box .author__cta-btn-label{margin-bottom:0}.utd-author-box .author__vcard a{display:block}.utd-author-box.author-template-1 .author{padding:2rem;background:var(--gray-subtle-100)}.utd-author-box.author-template-1 .author__container{display:grid;grid-gap:3rem}@media only screen and (min-width:768px) and (max-width:991px){.utd-author-box.author-template-1 .author__container{grid-template-columns:repeat(6,1fr)}.utd-author-box.author-template-1 .author__container .author__image{grid-column:span 2;grid-row:span 2}.utd-author-box.author-template-1 .author__container .author__details,.utd-author-box.author-template-1 .author__container .author__vcard{grid-column:span 4}}@media only screen and (min-width:992px){.utd-author-box.author-template-1 .author__container{grid-template-columns:2fr 5fr 5fr}}.utd-author-box.author-template-1 .author__container .author__details{display:-ms-flexbox;display:flex;gap:2rem}.utd-author-box.author-template-1 .author__image{min-height:40rem}@media only screen and (min-width:992px){.utd-author-box.author-template-1 .author__image{min-height:20rem}}@media only screen and (min-width:768px){.utd-author-box.author-template-1 .author__cta{margin-top:auto}}.utd-author-box.author-template-2 .author__container{display:grid;grid-gap:3rem}@media only screen and (min-width:768px) and (max-width:991px){.utd-author-box.author-template-2 .author__container{grid-template-columns:repeat(6,1fr)}.utd-author-box.author-template-2 .author__container .author__image{grid-column:span 2;grid-row:span 2}.utd-author-box.author-template-2 .author__container .author__details,.utd-author-box.author-template-2 .author__container .author__vcard{grid-column:span 4}}@media only screen and (min-width:992px){.utd-author-box.author-template-2 .author__container{grid-template-columns:2fr 5fr 5fr}}.utd-author-box.author-template-2 .author__image{height:150px;width:150px;border-radius:100%;overflow:hidden}.utd-author-box.author-template-2 .author__details{display:-ms-flexbox;display:flex;gap:2rem}.utd-author-box.author-template-2 .author__social-link{border:1px solid var(--theme);width:30px;height:30px;border-radius:50%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.utd-author-box.author-template-2 .author__social-link:hover{border-color:var(--theme-hover)}@media only screen and (min-width:768px){.utd-author-box.author-template-2 .author__cta{margin-top:auto}}.utd-author-box.author-template-3 .author{padding:2rem;background:var(--gray-subtle-100)}.utd-author-box.author-template-3 .author__container{display:grid;grid-gap:3rem}@media only screen and (min-width:992px){.utd-author-box.author-template-3 .author__container{grid-template-columns:2fr 5fr 5fr}.utd-author-box.author-template-3 .author__container .author__image{grid-column:span 6}}.utd-author-box.author-template-3 .author__image{height:150px;width:150px;overflow:hidden}.utd-author-box.author-template-3 .author__details,.utd-author-box.author-template-3 .author__vcard{grid-column:span 2}.utd-author-box.author-template-3 .author__details{display:-ms-flexbox;display:flex;gap:2rem}@media only screen and (min-width:768px){.utd-author-box.author-template-3 .author__cta{margin-top:auto}}.utd-author-box.author-template-4 .author__container{display:grid;grid-gap:3rem}@media only screen and (min-width:992px){.utd-author-box.author-template-4 .author__container{grid-template-columns:2fr 5fr 5fr}.utd-author-box.author-template-4 .author__container .author__image{grid-column:span 6}}.utd-author-box.author-template-4 .author__image{height:150px;width:150px;border-radius:100%;overflow:hidden}.utd-author-box.author-template-4 .author__social-link{background:var(--gray-subtle-100);width:30px;height:30px;border-radius:50%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.utd-author-box.author-template-4 .author__details,.utd-author-box.author-template-4 .author__vcard{grid-column:span 2}.utd-author-box.author-template-4 .author__details{display:-ms-flexbox;display:flex;gap:2rem}@media only screen and (min-width:768px){.utd-author-box.author-template-4 .author__cta{margin-top:auto}}.utd-author-box.author-template-5 .author{padding:2rem;background:var(--gray-subtle-100)}.utd-author-box.author-template-5 .author__container{display:grid;grid-gap:3rem}@media only screen and (min-width:768px) and (max-width:991px){.utd-author-box.author-template-5 .author__container{grid-template-columns:repeat(6,1fr)}.utd-author-box.author-template-5 .author__container .author__image{grid-column:span 2;grid-row:span 2}.utd-author-box.author-template-5 .author__container .author__details,.utd-author-box.author-template-5 .author__container .author__vcard{grid-column:span 4}}@media only screen and (min-width:992px){.utd-author-box.author-template-5 .author__container{grid-template-columns:5fr 5fr 2fr}.utd-author-box.author-template-5 .author__container .author__image{-ms-flex-order:1;order:1}}.utd-author-box.author-template-5 .author__container .author__details{display:-ms-flexbox;display:flex;gap:2rem}.utd-author-box.author-template-5 .author__image{min-height:40rem}@media only screen and (min-width:992px){.utd-author-box.author-template-5 .author__image{min-height:20rem}}.utd-author-box.author-template-5 .author__social-link{border:1px solid var(--theme);width:30px;height:30px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.utd-author-box.author-template-5 .author__social-link:hover{border-color:var(--theme-hover)}@media only screen and (min-width:768px){.utd-author-box.author-template-5 .author__cta{margin-top:auto}}.utd-author-box.author-template-6 .author{padding:2rem;background:var(--gray-subtle-100)}.utd-author-box.author-template-6 .author__container{display:grid;grid-gap:3rem}@media only screen and (min-width:992px){.utd-author-box.author-template-6 .author__container{grid-template-columns:repeat(6,1fr)}.utd-author-box.author-template-6 .author__container .author__image{grid-row:span 2;grid-column:span 2}.utd-author-box.author-template-6 .author__container .author__details,.utd-author-box.author-template-6 .author__container .author__vcard{grid-column:span 4}}.utd-author-box.author-template-6 .author__container .author__details{display:-ms-flexbox;display:flex;gap:2rem}.utd-author-box.author-template-6 .author__details .author__info-name{margin-bottom:10px}.utd-author-box.author-template-6 .author__social-link{background:var(--theme);color:#fff;width:30px;height:30px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.utd-author-box.author-template-6 .author__social-link:hover{background:var(--theme-hover)}.utd-author-box.author-template-6 .author__image{min-height:40rem}@media only screen and (min-width:992px){.utd-author-box.author-template-6 .author__image{min-height:20rem}}.utd-author-box.author-template-6 .author__cta-btn-label{border-radius:0}@media only screen and (min-width:768px){.utd-author-box.author-template-6 .author__cta{margin-top:auto}}.utd-author-box.author-template-7{padding-top:100px}.utd-author-box.author-template-7 .author{padding:2rem;background:var(--gray-subtle-100)}.utd-author-box.author-template-7 .author__container{display:grid;grid-gap:3rem}@media only screen and (min-width:992px){.utd-author-box.author-template-7 .author__container{grid-template-columns:repeat(6,1fr)}.utd-author-box.author-template-7 .author__container .author__image{grid-column:span 6}}.utd-author-box.author-template-7 .author__image{height:150px;width:150px;border-radius:100%;overflow:hidden;margin-top:-100px}.utd-author-box.author-template-7 .author__details,.utd-author-box.author-template-7 .author__vcard{grid-column:span 2}.utd-author-box.author-template-7 .author__details{display:-ms-flexbox;display:flex;gap:2rem}.utd-author-box.author-template-7 .author__social-link{border:1px solid var(--gray-76);width:30px;height:30px;border-radius:50%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}@media only screen and (min-width:768px){.utd-author-box.author-template-7 .author__cta{margin-top:auto}}.utd-author-box.author-template-8 .author__container{display:grid;grid-gap:0}@media only screen and (min-width:992px){.utd-author-box.author-template-8 .author__container{grid-template-columns:repeat(6,1fr)}.utd-author-box.author-template-8 .author__container .author__image{grid-row:span 2;grid-column:span 2}.utd-author-box.author-template-8 .author__container .author__details,.utd-author-box.author-template-8 .author__container .author__vcard{grid-column:span 4}}.utd-author-box.author-template-8 .author__details{padding:3rem;background:var(--gray-subtle-100);display:-ms-flexbox;display:flex;gap:2rem}.utd-author-box.author-template-8 .author__details .author__info-name{margin-bottom:10px}.utd-author-box.author-template-8 .author__image{min-height:40rem}@media only screen and (min-width:992px){.utd-author-box.author-template-8 .author__image{min-height:20rem}}@media only screen and (min-width:768px){.utd-author-box.author-template-8 .author__cta{margin-top:auto}}.utd-author-box.author-template-8 .author__vcard{padding:3rem;padding-top:0;background:var(--gray-subtle-100)}.b--spacer{margin-bottom:var(--block-padding)}.b--spacer-md{margin-bottom:calc(var(--block-padding) / 2)}.t--spacer{margin-top:var(--block-padding)}.t--spacer-md{margin-top:calc(var(--block-padding) / 2)}.pb--spacer{padding-bottom:var(--block-padding)}.pb--spacer-md{padding-bottom:calc(var(--block-padding) / 2)}.pt--spacer-md{padding-top:calc(var(--block-padding) / 2)}.pt--spacer{padding-top:var(--block-padding)}.gap--spacer{gap:var(--block-padding)}.b--spacer-lg{margin-bottom:calc(var(--block-padding) * 2)}.t--spacer-lg{margin-top:calc(var(--block-padding) * 2)}.pb--spacer-lg{padding-bottom:calc(var(--block-padding) * 2)}.pt--spacer-lg{padding-top:calc(var(--block-padding) * 2)}.section-container{text-rendering:optimizelegibility;padding:var(--block-padding) 0;position:relative;background-size:cover}.section-container,.section-container .container{background-position:50%;background-repeat:no-repeat}.section-container .container{background-size:contain}.section-container-md{text-rendering:optimizelegibility;padding:calc(var(--block-padding) / 2) 0;position:relative;background-size:cover;background-position:50%;background-repeat:no-repeat}.section-container-md .container{background-position:50%;background-repeat:no-repeat;background-size:contain}.section-container-lg{text-rendering:optimizelegibility;padding:calc(var(--block-padding) * 2) 0;position:relative;background-size:cover;background-position:50%;background-repeat:no-repeat}.section-container-lg .container{background-position:50%;background-repeat:no-repeat;background-size:contain}.btn,.utd-btn{padding:1.5rem 2.5rem!important;font-size:2rem;text-align:center;font-weight:600}.btn-primary{background:var(--theme);border:1px solid var(--theme)}.btn-primary:hover{background-color:var(--theme-hover);border-color:var(--theme-hover)}.utd-header-nav__link-icon{display:none!important}.utd-header-nav--with-icon .utd-header-nav__link-icon{display:block!important}.btn-outline-primary{color:var(--theme);border:1px solid;border-color:var(--theme)}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;color:var(--theme);border-color:var(--theme)}.navbar-toggler-icon{background-image:url("")}.navbar-toggler{border-color:rgba(0,0,0,.5)}.form-control,input,select,textarea{font-size:var(--body-font-size)!important}.popular-posts .popular-post .popular-post-title a{font-size:1.8rem}.post-label-link{font-size:1rem!important;color:var(--theme)!important}.goog-te-gadget-simple,.goog-te-menu-value{display:-ms-inline-flexbox!important;display:inline-flex!important}.swiper-button-next,.swiper-button-prev{background:#ffffff5c;width:50px!important;height:50px!important;border-radius:50px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;font-size:24px;outline:none}.utd-slider .post-item-inner:after{content:"";position:absolute;background:linear-gradient(0deg,#000,transparent);height:500px;width:100%;z-index:1;top:0}.utd-slider .post--inner-style .post__meta{background:transparent}.swiper-button-next:after,.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{display:none}span[data-cke-magic-line="1"]{display:none!important}.map{min-height:400px;width:100%}.isotope__filter-header .btn-custom.active{background:var(--theme);border-color:var(--theme);color:#fff}.container--offset{margin-left:auto!important;margin-right:auto!important}.card-view-container{column-count:3}@media only screen and (max-width:992px){.card-view-container{column-count:2}}@media only screen and (max-width:768px){.card-view-container .card-view-container{column-count:1}}.sidebar .widget{margin-bottom:20px;box-shadow:2px 2px 3px rgba(0,0,0,.05);background:#fff}.sidebar h3.title{font-weight:400;letter-spacing:1px;color:#333;-ms-box-shadow:0 3px 7px rgba(0,0,0,.07);-o-box-shadow:0 3px 7px rgba(0,0,0,.07);box-shadow:0 3px 7px rgba(0,0,0,.07);padding:15px 20px;margin:0;border-bottom:1px solid #eee;z-index:2;font-size:1rem;position:relative}.sidebar .widget-content{padding:20px}.popular-posts{text-align:left}.popular-posts>a{width:100%;position:relative}.popular-posts .popular-post{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;margin-bottom:.5rem;-ms-flex-direction:column;flex-direction:column;margin-bottom:30px;border-bottom:1px solid #d0d0d052!important;padding-bottom:20px}.popular-posts .popular-post:last-child{margin-bottom:0}.popular-posts .popular-post>a{margin-right:0;width:100%;position:relative}.popular-posts .popular-post .popular-post-image-container{position:relative;width:100%;margin-bottom:10px}.popular-posts .popular-post .popular-post-image-container:hover{a-color:#fff}.popular-posts .popular-post .popular-post-image{width:100%;height:100%;object-fit:cover}.popular-posts .popular-post .popular-post-content{-ms-flex:1;flex:1}.popular-posts .popular-post .popular-post-content.has-image{min-width:100px}.popular-posts .popular-post .popular-post-content.has-image.has-snippet{min-width:160px}.popular-posts .popular-post .popular-post-title{margin-top:0;margin-bottom:0;font-size:1rem;bottom:0;font-size:20px;font-weight:400;padding:10px;width:100%;position:unset;background:none;padding:10px 0;padding-bottom:0}.popular-posts .popular-post .popular-post-title a{color:var(--theme);text-shadow:unset;line-height:1.4}.popular-posts .popular-post .popular-post-title a:hover{color:var(--body-link-hover)}.popular-posts .popular-post .popular-post-meta{margin-top:0;margin-bottom:.25rem;padding-left:0;font-size:.875rem;list-style:none}.popular-posts .popular-post .popular-post-meta:last-child{margin-bottom:0}.popular-posts .popular-post .popular-post-meta-item{display:inline-block}.popular-posts .popular-post .popular-post-meta-item:not(:last-child){margin-right:.5rem}.popular-posts .popular-post .popular-post-snippet{font-weight:400;overflow-wrap:anywhere}.post-loader{position:absolute;width:100%;z-index:2;height:200px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.post-loader .loader,.post-loader .loader:after,.post-loader .loader:before{border-radius:50%;width:2.5em;height:2.5em;animation-fill-mode:both;animation:a 1.8s infinite ease-in-out}.post-loader .loader{color:var(--theme);font-size:10px;margin:80px auto;position:relative;text-indent:-9999em;transform:translateZ(0);animation-delay:-.16s}.post-loader .loader:after,.post-loader .loader:before{content:"";position:absolute;top:0}.post-loader .loader:before{left:-3.5em;animation-delay:-.32s}.post-loader .loader:after{left:3.5em}@keyframes a{0%,80%,to{box-shadow:0 2.5em 0 -1.3em}40%{box-shadow:0 2.5em 0 0}}.post-loader{height:100%}.utd-elements,.utdbuilder-label{min-height:150px}#cookieChoiceInfo{background:var(--theme)!important;bottom:0!important;top:unset}.cookie-choices-info .cookie-choices-text{color:#fff!important;font-family:var(--body-font-family)!important}.search-blog{display:none;position:fixed;width:100vw;height:100vh;top:0;overflow:hidden;z-index:9999}.search-blog .post-search-suggestion{border-bottom:1px solid #ccc;border:1px solid #ccc;padding:10px;display:-ms-flexbox;display:flex;border-radius:10px;background:#fff;margin-bottom:.5rem}.search-blog .post-search-suggestion__img{width:20%;margin-right:20px}.search-blog .post-search-suggestion__img img{height:100%;object-fit:cover}.search-blog .post-search-suggestion__details{width:80%}.search-blog .utd-sc{display:-ms-flexbox;display:flex;height:100vh;position:relative;background:#fff}.search-blog .utd-sc__search{width:70%;padding:3rem;height:100%;overflow-y:auto}@media only screen and (max-width:768px){.search-blog .utd-sc__search{width:100%;padding:1rem}}.search-blog .form-group.has-search{position:relative}.search-blog .has-search .form-control{padding-left:2.375rem;height:50px;max-width:400px}.search-blog .has-search .form-control-feedback{position:absolute;z-index:2;display:block;width:2.375rem;height:100%;line-height:2.375rem;text-align:center;pointer-events:none;color:#aaa;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;font-size:1.4em}.search-blog .close-icon{position:absolute;right:32px;top:32px;width:32px;height:32px;opacity:1;z-index:99999;color:#fff;cursor:pointer;transition:.3s}.search-blog .close-icon:hover{opacity:1;transform:scale(1.05)}.search-blog .close-icon:after,.search-blog .close-icon:before{position:absolute;left:15px;content:" ";height:33px;width:2px;background-color:#333}.search-blog .close-icon:before{transform:rotate(45deg)}.search-blog .close-icon:after{transform:rotate(-45deg)}.search-blog__container{background:rgba(0,0,0,.94);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:9999;width:700px;width:100%;height:100%;position:relative;color:#fff;padding:30px;text-align:center}.search-blog__container,.search-blog form.old-form{display:-ms-flexbox;-ms-flex-pack:center;-ms-flex-align:center;-ms-flex-direction:column;display:flex;justify-content:center;flex-direction:column;align-items:center}.search-blog input.old-search-box{width:800px;outline:none;background-color:transparent;box-shadow:0 3px 0 0 hsla(0,0%,100%,.1);border:0;text-align:center;font-size:35px;padding:20px;color:#fff;transition:all .1s ease-out}@media only screen and (max-width:768px){.search-blog input.old-search-box{width:100%}}.blog-reading-progress-bar{height:5px;background-color:var(--theme);width:0;z-index:1000;position:fixed;top:0;left:0}.video-container-embed{position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden}.video-container-embed embed,.video-container-embed iframe,.video-container-embed object{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.back-to-top{position:fixed;right:1%;bottom:1%;cursor:pointer;transition:.5s;right:-30%;z-index:999}.back-to-top__basic{background:#f3f3f3;padding:10px 18px;font-size:1.7em;color:var(--theme);border-radius:50%;z-index:9999}.back-to-top__basic:hover{background:#eff3f3}.back-to-top.visible{right:1%;z-index:9999}#utd-accordion .utd-accordion-item{position:relative;cursor:pointer}#utd-accordion .utd-accordion-item .card-header{padding:1.3rem 2rem}#utd-accordion .utd-accordion-item .card-header h3{font-size:1em}#utd-accordion .utd-accordion-item .card-body{text-align:left}#utd-accordion .utd-accordion-item br{content:""!important;display:block!important;margin-bottom:1.5em!important}#utd-accordion .utd-accordion-item img{max-width:unset;float:unset;height:100%;margin-right:unset;margin-bottom:20px}@media only screen and (max-width:767px){#utd-accordion .utd-accordion-item img .utd-accordion-item .card-body img{width:100%;float:none;margin-right:0}}.icon-after{position:absolute;right:0;top:0}.icon-before{padding-right:10px}.utd-accordion-filter{text-align:center;padding:20px;padding-right:0;margin-bottom:10px}.uptodate-blogpost{font-size:16px;line-height:1.7em/*!
 * Fotorama 4.6.4 | http://fotorama.io/license/
 */}.uptodate-blogpost iframe,.uptodate-blogpost img{max-width:100%;width:100%}.uptodate-blogpost h1{font-size:32px;margin:0 0 10px;line-height:1.3em;font-weight:100;margin-bottom:unset}.uptodate-blogpost h2{font-size:24px;color:#000}.uptodate-blogpost h3{font-size:18px;color:#000}.uptodate-blogpost h4{font-size:16px}.uptodate-blogpost h5{font-size:13px}.uptodate-blogpost h6{font-size:10px}.uptodate-blogpost h1,.uptodate-blogpost h2,.uptodate-blogpost h3,.uptodate-blogpost h4,.uptodate-blogpost h5,.uptodate-blogpost h6{margin:1rem 0 .8rem}.uptodate-blogpost a,.uptodate-blogpost a:link,.uptodate-blogpost a:visited{text-decoration:none;color:#2a98d5}.uptodate-blogpost img{width:100%}.uptodate-blogpost .ce-delimiter{line-height:1.6em;width:100%;text-align:center}.uptodate-blogpost .ce-delimiter:before{display:inline-block;content:"***";font-size:30px;line-height:65px;height:30px;letter-spacing:.2em}.uptodate-blogpost h1.ce-header{padding-bottom:0}.uptodate-blogpost .fotorama__wrap{margin-bottom:2em}.uptodate-blogpost ins{text-decoration:none;background-color:#d4fcbc}.uptodate-blogpost del{text-decoration:line-through;background-color:#fbb6c2;color:#555}.uptodate-blogpost .slick-dots li button{background:#c7c7c7!important}.uptodate-blogpost .cdx-settings-button--active{color:red}.uptodate-blogpost .image-tool__alt[contentEditable=true][data-placeholder]:empty:after{content:""}.uptodate-blogpost .utd-accordion .btn.accordion-remove{position:absolute;top:10px;right:20px}.uptodate-blogpost .utd-accordion .btn.accordion-add{position:absolute;top:10px;right:0}.uptodate-blogpost .utd-accordion .btn.accordion-add,.uptodate-blogpost .utd-accordion .btn.accordion-remove{opacity:.5}.uptodate-blogpost .utd-accordion .btn.accordion-add:hover,.uptodate-blogpost .utd-accordion .btn.accordion-remove:hover{opacity:1}.uptodate-blogpost .pad-b-1{margin-bottom:10px}.uptodate-blogpost .pad-b-2{margin-bottom:20px}.uptodate-blogpost .pad-b-3{margin-bottom:30px}.uptodate-blogpost .mr-b-1{margin-bottom:10px}.uptodate-blogpost .mr-b-2{margin-bottom:20px}.uptodate-blogpost .mr-b-3{margin-bottom:30px}.uptodate-blogpost .mr-t-1{margin-top:10px}.uptodate-blogpost .mr-t-2{margin-top:20px}.uptodate-blogpost .mr-t-3{margin-top:30px}.uptodate-blogpost img{max-width:100%}.uptodate-blogpost .utd-image-img{max-width:100%;height:auto}.uptodate-blogpost .utd-image-caption{font-size:.9em;font-style:italic;margin-top:.5em;text-align:center}.uptodate-blogpost .utd-embed-caption{font-size:.75em;font-style:italic;margin-top:.1em;text-align:center}.uptodate-blogpost .utd-accordion{position:relative}.uptodate-blogpost .utd-accordion .toggle{display:none}.uptodate-blogpost .utd-accordion .utd-accordion-content,.uptodate-blogpost .utd-accordion .utd-accordion-title{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0);transition:all .2s}.uptodate-blogpost .utd-accordion .utd-accordion-title{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;padding:1rem 3rem 1rem 1rem;color:#7288a2;font-size:1.15rem;font-weight:400;line-height:1.7;border-bottom:1px solid #e5e5e5;padding-left:0}.uptodate-blogpost .utd-accordion .utd-accordion-title:hover{cursor:pointer;color:#03b5d2}.uptodate-blogpost .utd-accordion .utd-accordion-title:after,.uptodate-blogpost .utd-accordion .utd-accordion-title:before{content:"";position:absolute;right:3.5em;top:1.25em;width:2px;height:.75em;background-color:#000;transition:all .2s}.uptodate-blogpost .utd-accordion .utd-accordion-title:after{transform:rotate(90deg)}.uptodate-blogpost .utd-accordion .utd-accordion-content{max-height:0;overflow:hidden;background-color:#fff}.uptodate-blogpost .utd-accordion .utd-accordion-content p{margin:0;padding:.5em 1em 1em;font-size:1rem;font-weight:300}.uptodate-blogpost .utd-accordion .utd-accordion-content:after{border:1px solid #03b5d2}.uptodate-blogpost .utd-accordion .toggle:checked+.utd-accordion-title,.uptodate-blogpost .utd-accordion .toggle:checked+.utd-accordion-title+.utd-accordion-content{border-bottom:1px solid #e5e5e5}.uptodate-blogpost .utd-accordion .toggle:checked+.utd-accordion-title{border-bottom:1px solid #03b5d2;color:#03b5d2}.uptodate-blogpost .utd-accordion .toggle:checked+.utd-accordion-title+.utd-accordion-content{padding-top:1em;padding-bottom:1em;max-height:500px;overflow-y:auto}.uptodate-blogpost .utd-accordion .toggle:checked+.utd-accordion-title:before{transform:rotate(90deg)!important}.uptodate-blogpost .utd-table{width:100%;margin-bottom:1rem;color:#212529}.uptodate-blogpost .utd-table td,.uptodate-blogpost .utd-table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.uptodate-blogpost .utd-table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.uptodate-blogpost .utd-table tbody+tbody{border-top:2px solid #dee2e6}.uptodate-blogpost .utd-table-sm td,.uptodate-blogpost .utd-table-sm th{padding:.3rem}.uptodate-blogpost .utd-table-bordered,.uptodate-blogpost .utd-table-bordered td,.uptodate-blogpost .utd-table-bordered th{border:1px solid #dee2e6}.uptodate-blogpost .utd-table-bordered thead td,.uptodate-blogpost .utd-table-bordered thead th{border-bottom-width:2px}.uptodate-blogpost .utd-table-borderless tbody+tbody,.uptodate-blogpost .utd-table-borderless td,.uptodate-blogpost .utd-table-borderless th,.uptodate-blogpost .utd-table-borderless thead th{border:0}.uptodate-blogpost .utd-table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.uptodate-blogpost .utd-table-hover tbody tr:hover{color:#212529;background-color:rgba(0,0,0,.075)}.uptodate-blogpost .utd-table-primary,.uptodate-blogpost .utd-table-primary>td,.uptodate-blogpost .utd-table-primary>th{background-color:#b8daff}.uptodate-blogpost .utd-table-primary tbody+tbody,.uptodate-blogpost .utd-table-primary td,.uptodate-blogpost .utd-table-primary th,.uptodate-blogpost .utd-table-primary thead th{border-color:#7abaff}.uptodate-blogpost .utd-table-hover .utd-table-primary:hover,.uptodate-blogpost .utd-table-hover .utd-table-primary:hover>td,.uptodate-blogpost .utd-table-hover .utd-table-primary:hover>th{background-color:#9fcdff}.uptodate-blogpost .utd-table-secondary,.uptodate-blogpost .utd-table-secondary>td,.uptodate-blogpost .utd-table-secondary>th{background-color:#d6d8db}.uptodate-blogpost .utd-table-secondary tbody+tbody,.uptodate-blogpost .utd-table-secondary td,.uptodate-blogpost .utd-table-secondary th,.uptodate-blogpost .utd-table-secondary thead th{border-color:#b3b7bb}.uptodate-blogpost .utd-table-hover .utd-table-secondary:hover,.uptodate-blogpost .utd-table-hover .utd-table-secondary:hover>td,.uptodate-blogpost .utd-table-hover .utd-table-secondary:hover>th{background-color:#c8cbcf}.uptodate-blogpost .utd-table-success,.uptodate-blogpost .utd-table-success>td,.uptodate-blogpost .utd-table-success>th{background-color:#c3e6cb}.uptodate-blogpost .utd-table-success tbody+tbody,.uptodate-blogpost .utd-table-success td,.uptodate-blogpost .utd-table-success th,.uptodate-blogpost .utd-table-success thead th{border-color:#8fd19e}.uptodate-blogpost .utd-table-hover .utd-table-success:hover,.uptodate-blogpost .utd-table-hover .utd-table-success:hover>td,.uptodate-blogpost .utd-table-hover .utd-table-success:hover>th{background-color:#b1dfbb}.uptodate-blogpost .utd-table-info,.uptodate-blogpost .utd-table-info>td,.uptodate-blogpost .utd-table-info>th{background-color:#bee5eb}.uptodate-blogpost .utd-table-info tbody+tbody,.uptodate-blogpost .utd-table-info td,.uptodate-blogpost .utd-table-info th,.uptodate-blogpost .utd-table-info thead th{border-color:#86cfda}.uptodate-blogpost .utd-table-hover .utd-table-info:hover,.uptodate-blogpost .utd-table-hover .utd-table-info:hover>td,.uptodate-blogpost .utd-table-hover .utd-table-info:hover>th{background-color:#abdde5}.uptodate-blogpost .utd-table-warning,.uptodate-blogpost .utd-table-warning>td,.uptodate-blogpost .utd-table-warning>th{background-color:#ffeeba}.uptodate-blogpost .utd-table-warning tbody+tbody,.uptodate-blogpost .utd-table-warning td,.uptodate-blogpost .utd-table-warning th,.uptodate-blogpost .utd-table-warning thead th{border-color:#ffdf7e}.uptodate-blogpost .utd-table-hover .utd-table-warning:hover,.uptodate-blogpost .utd-table-hover .utd-table-warning:hover>td,.uptodate-blogpost .utd-table-hover .utd-table-warning:hover>th{background-color:#ffe8a1}.uptodate-blogpost .utd-table-danger,.uptodate-blogpost .utd-table-danger>td,.uptodate-blogpost .utd-table-danger>th{background-color:#f5c6cb}.uptodate-blogpost .utd-table-danger tbody+tbody,.uptodate-blogpost .utd-table-danger td,.uptodate-blogpost .utd-table-danger th,.uptodate-blogpost .utd-table-danger thead th{border-color:#ed969e}.uptodate-blogpost .utd-table-hover .utd-table-danger:hover,.uptodate-blogpost .utd-table-hover .utd-table-danger:hover>td,.uptodate-blogpost .utd-table-hover .utd-table-danger:hover>th{background-color:#f1b0b7}.uptodate-blogpost .utd-table-light,.uptodate-blogpost .utd-table-light>td,.uptodate-blogpost .utd-table-light>th{background-color:#fdfdfe}.uptodate-blogpost .utd-table-light tbody+tbody,.uptodate-blogpost .utd-table-light td,.uptodate-blogpost .utd-table-light th,.uptodate-blogpost .utd-table-light thead th{border-color:#fbfcfc}.uptodate-blogpost .utd-table-hover .utd-table-light:hover,.uptodate-blogpost .utd-table-hover .utd-table-light:hover>td,.uptodate-blogpost .utd-table-hover .utd-table-light:hover>th{background-color:#ececf6}.uptodate-blogpost .utd-table-dark,.uptodate-blogpost .utd-table-dark>td,.uptodate-blogpost .utd-table-dark>th{background-color:#c6c8ca}.uptodate-blogpost .utd-table-dark tbody+tbody,.uptodate-blogpost .utd-table-dark td,.uptodate-blogpost .utd-table-dark th,.uptodate-blogpost .utd-table-dark thead th{border-color:#95999c}.uptodate-blogpost .utd-table-hover .utd-table-dark:hover,.uptodate-blogpost .utd-table-hover .utd-table-dark:hover>td,.uptodate-blogpost .utd-table-hover .utd-table-dark:hover>th{background-color:#b9bbbe}.uptodate-blogpost .utd-table-active,.uptodate-blogpost .utd-table-active>td,.uptodate-blogpost .utd-table-active>th,.uptodate-blogpost .utd-table-hover .utd-table-active:hover,.uptodate-blogpost .utd-table-hover .utd-table-active:hover>td,.uptodate-blogpost .utd-table-hover .utd-table-active:hover>th{background-color:rgba(0,0,0,.075)}.uptodate-blogpost .utd-table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}.uptodate-blogpost .utd-table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.uptodate-blogpost .utd-table-dark{color:#fff;background-color:#343a40}.uptodate-blogpost .utd-table-dark td,.uptodate-blogpost .utd-table-dark th,.uptodate-blogpost .utd-table-dark thead th{border-color:#454d55}.uptodate-blogpost .utd-table-dark.utd-table-bordered{border:0}.uptodate-blogpost .utd-table-dark.utd-table-striped tbody tr:nth-of-type(odd){background-color:hsla(0,0%,100%,.05)}.uptodate-blogpost .utd-table-dark.utd-table-hover tbody tr:hover{color:#fff;background-color:hsla(0,0%,100%,.075)}@media (max-width:575.98px){.uptodate-blogpost .utd-table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.uptodate-blogpost .utd-table-responsive-sm>.utd-table-bordered{border:0}}@media (max-width:767.98px){.uptodate-blogpost .utd-table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.uptodate-blogpost .utd-table-responsive-md>.utd-table-bordered{border:0}}@media (max-width:991.98px){.uptodate-blogpost .utd-table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.uptodate-blogpost .utd-table-responsive-lg>.utd-table-bordered{border:0}}@media (max-width:1199.98px){.uptodate-blogpost .utd-table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.uptodate-blogpost .utd-table-responsive-xl>.utd-table-bordered{border:0}}.uptodate-blogpost .utd-table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.uptodate-blogpost .utd-table-responsive>.utd-table-bordered{border:0}.uptodate-blogpost .utd-blockquote blockquote{background-color:#333;position:relative;margin:10px 0 20px;padding:20px 20px 20px 70px;color:#fff;font-size:16px;font-weight:100;line-height:1.5em;font-style:italic}.uptodate-blogpost .utd-blockquote blockquote .blockquote-icon{position:absolute;left:20px;top:20px;font-size:30px}.uptodate-blogpost .utd-blockquote-p{text-align:right;padding-right:1em;margin-top:1em;margin-bottom:.5em}.uptodate-blogpost .utd-highlighted-link{margin-top:1em;margin-bottom:1em}.uptodate-blogpost .utd-highlighted-link .link-tool{position:relative}.uptodate-blogpost .utd-highlighted-link .link-tool__content{display:block;padding:25px;border-radius:2px;box-shadow:0 0 0 2px #fff;color:initial!important;text-decoration:none!important}.uptodate-blogpost .utd-highlighted-link .link-tool__content--rendered{background:#fff;border:1px solid hsla(240,3%,79%,.48);box-shadow:0 1px 3px rgba(0,0,0,.1);border-radius:6px;will-change:filter;animation:link-in .45s 1 cubic-bezier(.215,.61,.355,1)}.uptodate-blogpost .utd-highlighted-link .link-tool__image{background-position:50%;background-repeat:no-repeat;background-size:cover;margin:0 0 0 30px;width:65px;height:65px;border-radius:3px;float:right}.uptodate-blogpost .utd-highlighted-link .link-tool__title{font-size:17px;font-weight:600;line-height:1.5em;margin:0 0 10px}.uptodate-blogpost .utd-highlighted-link .link-tool__description{margin:0 0 20px;font-size:15px;line-height:1.55em;display:-webkit-box;-webkit-line-clamp:3;overflow:hidden}.uptodate-blogpost .utd-highlighted-link .link-tool__anchor{display:block;font-size:15px;line-height:1em;color:#888!important;border:0!important;padding:0!important}.uptodate-blogpost .utd-testimonial-preview .slick-track,.uptodate-blogpost .utd-testimonial .slick-track{display:-ms-flexbox!important;display:flex!important}.uptodate-blogpost .utd-testimonial-item,.uptodate-blogpost .utd-testimonial-preview-item{margin-bottom:1em}.uptodate-blogpost .utd-testimonial-author,.uptodate-blogpost .utd-testimonial-preview-author{overflow:hidden;border-radius:4px;display:-ms-flexbox;-ms-flex-align:stretch;align-items:stretch;-ms-flex-pack:stretch;justify-content:stretch;margin-top:8px;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;display:flex;-ms-flex-direction:inherit;flex-direction:inherit;display:-ms-inline-flexbox;display:inline-flex}.uptodate-blogpost .utd-testimonial-author-image,.uptodate-blogpost .utd-testimonial-preview-author-image{min-width:48px;width:48px;display:inline-block;height:48px;position:relative;overflow:hidden;border-radius:50%;margin-right:16px}.uptodate-blogpost .utd-testimonial-author-image img,.uptodate-blogpost .utd-testimonial-preview-author-image img{width:100%;height:auto!important}.uptodate-blogpost .utd-testimonial-author-description,.uptodate-blogpost .utd-testimonial-preview-author-description{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;max-width:100%;z-index:1}.uptodate-blogpost .utd-testimonial-author-description .info,.uptodate-blogpost .utd-testimonial-preview-author-description .info{width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.uptodate-blogpost .utd-testimonial-author-description .info-link,.uptodate-blogpost .utd-testimonial-preview-author-description .info-link{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;color:currentColor;text-decoration:underline;transition:all .3s ease-out}.uptodate-blogpost .utd-testimonial-author-description .info-name,.uptodate-blogpost .utd-testimonial-preview-author-description .info-name{max-width:200px;font-weight:700;font-size:15px;line-height:24px;color:currentColor;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.uptodate-blogpost .utd-testimonial-author-description .info-company,.uptodate-blogpost .utd-testimonial-author-description .info-title,.uptodate-blogpost .utd-testimonial-preview-author-description .info-company,.uptodate-blogpost .utd-testimonial-preview-author-description .info-title{opacity:.6;color:currentColor;font-size:13px;font-weight:400;line-height:16px;margin-top:4px;white-space:normal;text-overflow:ellipsis;overflow:hidden}.uptodate-blogpost .utd-testimonial-author-description .info-company,.uptodate-blogpost .utd-testimonial-preview-author-description .info-company{font-weight:600}.uptodate-blogpost .utd-testimonial-preview-review,.uptodate-blogpost .utd-testimonial-review{text-align:left}.uptodate-blogpost .utd-testimonial-preview-review .review-ratings,.uptodate-blogpost .utd-testimonial-review .review-ratings{display:-ms-flexbox;display:flex;margin-bottom:12px;margin-top:12px;position:relative;z-index:1}.uptodate-blogpost .utd-testimonial-preview-review .review-ratings-star,.uptodate-blogpost .utd-testimonial-review .review-ratings-star{margin-right:10px}.uptodate-blogpost .utd-testimonial-preview-review .review-ratings-star svg,.uptodate-blogpost .utd-testimonial-review .review-ratings-star svg{fill:#afafaf}.uptodate-blogpost .utd-testimonial-preview-review .review-ratings-star__colored,.uptodate-blogpost .utd-testimonial-review .review-ratings-star__colored{margin-right:10px}.uptodate-blogpost .utd-testimonial-preview-review .review-ratings-star__colored svg,.uptodate-blogpost .utd-testimonial-review .review-ratings-star__colored svg{fill:#ffdd39}.uptodate-blogpost .fotorama__arr:focus:after,.uptodate-blogpost .fotorama__fullscreen-icon:focus:after,.uptodate-blogpost .fotorama__html,.uptodate-blogpost .fotorama__img,.uptodate-blogpost .fotorama__nav__frame:focus .fotorama__dot:after,.uptodate-blogpost .fotorama__nav__frame:focus .fotorama__thumb:after,.uptodate-blogpost .fotorama__stage__frame,.uptodate-blogpost .fotorama__stage__shaft,.uptodate-blogpost .fotorama__video iframe{position:absolute;width:100%;height:100%;top:0;right:0;left:0;bottom:0}.uptodate-blogpost .fotorama--fullscreen,.uptodate-blogpost .fotorama__img{max-width:99999px!important;max-height:99999px!important;min-width:0!important;min-height:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.uptodate-blogpost .fotorama__wrap .fotorama__grab{cursor:move;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.uptodate-blogpost .fotorama__grabbing *{cursor:move;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.uptodate-blogpost .fotorama__spinner{position:absolute!important;top:50%!important;left:50%!important}.uptodate-blogpost .fotorama__caption,.uptodate-blogpost .fotorama__nav:after,.uptodate-blogpost .fotorama__nav:before,.uptodate-blogpost .fotorama__stage:after,.uptodate-blogpost .fotorama__stage:before,.uptodate-blogpost .fotorama__wrap--css3 .fotorama__arr,.uptodate-blogpost .fotorama__wrap--css3 .fotorama__fullscreen-icon,.uptodate-blogpost .fotorama__wrap--css3 .fotorama__html,.uptodate-blogpost .fotorama__wrap--css3 .fotorama__nav,.uptodate-blogpost .fotorama__wrap--css3 .fotorama__nav__shaft,.uptodate-blogpost .fotorama__wrap--css3 .fotorama__spinner,.uptodate-blogpost .fotorama__wrap--css3 .fotorama__stage,.uptodate-blogpost .fotorama__wrap--css3 .fotorama__stage .fotorama__img,.uptodate-blogpost .fotorama__wrap--css3 .fotorama__stage__frame,.uptodate-blogpost .fotorama__wrap--css3 .fotorama__stage__shaft,.uptodate-blogpost .fotorama__wrap--css3 .fotorama__thumb-border,.uptodate-blogpost .fotorama__wrap--css3 .fotorama__video-close,.uptodate-blogpost .fotorama__wrap--css3 .fotorama__video-play{transform:translateZ(0)}.uptodate-blogpost .fotorama__arr:focus,.uptodate-blogpost .fotorama__fullscreen-icon:focus,.uptodate-blogpost .fotorama__nav__frame{outline:0}.uptodate-blogpost .fotorama__arr:focus:after,.uptodate-blogpost .fotorama__fullscreen-icon:focus:after,.uptodate-blogpost .fotorama__nav__frame:focus .fotorama__dot:after,.uptodate-blogpost .fotorama__nav__frame:focus .fotorama__thumb:after{content:"";border-radius:inherit;background-color:rgba(0,175,234,.5)}.uptodate-blogpost .fotorama__wrap--video .fotorama__stage,.uptodate-blogpost .fotorama__wrap--video .fotorama__stage__frame--video,.uptodate-blogpost .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.uptodate-blogpost .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.uptodate-blogpost .fotorama__wrap--video .fotorama__stage__shaft{transform:none!important}.uptodate-blogpost .fotorama__wrap--css3 .fotorama__nav__shaft,.uptodate-blogpost .fotorama__wrap--css3 .fotorama__stage__shaft,.uptodate-blogpost .fotorama__wrap--css3 .fotorama__thumb-border{transition-property:transform,width;transition-timing-function:cubic-bezier(.1,0,.25,1);transition-duration:0ms}.uptodate-blogpost .fotorama__arr,.uptodate-blogpost .fotorama__fullscreen-icon,.uptodate-blogpost .fotorama__no-select,.uptodate-blogpost .fotorama__video-close,.uptodate-blogpost .fotorama__video-play,.uptodate-blogpost .fotorama__wrap{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.uptodate-blogpost .fotorama__select{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.uptodate-blogpost .fotorama__nav,.uptodate-blogpost .fotorama__nav__frame{margin:auto;padding:0}.uptodate-blogpost .fotorama__caption__wrap,.uptodate-blogpost .fotorama__nav__frame,.uptodate-blogpost .fotorama__nav__shaft{display:inline-block;vertical-align:middle;*display:inline;*zoom:1}.uptodate-blogpost .fotorama__nav__frame,.uptodate-blogpost .fotorama__thumb-border{box-sizing:content-box}.uptodate-blogpost .fotorama__caption__wrap{box-sizing:border-box}.uptodate-blogpost .fotorama--hidden,.uptodate-blogpost .fotorama__load{position:absolute;left:-99999px;top:-99999px;z-index:-1}.uptodate-blogpost .fotorama__arr,.uptodate-blogpost .fotorama__fullscreen-icon,.uptodate-blogpost .fotorama__nav,.uptodate-blogpost .fotorama__nav__frame,.uptodate-blogpost .fotorama__nav__shaft,.uptodate-blogpost .fotorama__stage__frame,.uptodate-blogpost .fotorama__stage__shaft,.uptodate-blogpost .fotorama__video-close,.uptodate-blogpost .fotorama__video-play{-webkit-tap-highlight-color:transparent}.uptodate-blogpost .fotorama__arr,.uptodate-blogpost .fotorama__fullscreen-icon,.uptodate-blogpost .fotorama__video-close,.uptodate-blogpost .fotorama__video-play{background:url("") no-repeat}@media (-webkit-min-device-pixel-ratio:1.5),(-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.uptodate-blogpost .fotorama__arr,.uptodate-blogpost .fotorama__fullscreen-icon,.uptodate-blogpost .fotorama__video-close,.uptodate-blogpost .fotorama__video-play{background:url("") 0 0/96px 160px no-repeat}}.uptodate-blogpost .fotorama__thumb{background-color:#7f7f7f;background-color:hsla(0,0%,50%,.2)}@media print{.uptodate-blogpost .fotorama__arr,.uptodate-blogpost .fotorama__fullscreen-icon,.uptodate-blogpost .fotorama__thumb-border,.uptodate-blogpost .fotorama__video-close,.uptodate-blogpost .fotorama__video-play{background:none!important}}.uptodate-blogpost .fotorama{min-width:1px;overflow:hidden}.uptodate-blogpost .fotorama:not(.fotorama--unobtrusive)>:not(:first-child){display:none}.uptodate-blogpost .fullscreen{max-width:100%!important;max-height:100%!important;padding:0!important;overflow:hidden!important}.uptodate-blogpost .fotorama--fullscreen,.uptodate-blogpost .fullscreen{width:100%!important;height:100%!important;margin:0!important;background:#000}.uptodate-blogpost .fotorama--fullscreen{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;float:none!important;z-index:2147483647!important}.uptodate-blogpost .fotorama--fullscreen .fotorama__nav,.uptodate-blogpost .fotorama--fullscreen .fotorama__stage{background:#000}.uptodate-blogpost .fotorama__wrap{-webkit-text-size-adjust:100%;position:relative;direction:ltr;z-index:0}.uptodate-blogpost .fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.uptodate-blogpost .fotorama__nav,.uptodate-blogpost .fotorama__stage{overflow:hidden;position:relative;max-width:100%}.uptodate-blogpost .fotorama__wrap--pan-y{-ms-touch-action:pan-y}.uptodate-blogpost .fotorama__wrap .fotorama__pointer{cursor:pointer}.uptodate-blogpost .fotorama__wrap--slide .fotorama__stage__frame{opacity:1!important}.uptodate-blogpost .fotorama__stage__frame{overflow:hidden}.uptodate-blogpost .fotorama__stage__frame.fotorama__active{z-index:8}.uptodate-blogpost .fotorama__wrap--fade .fotorama__stage__frame{display:none}.uptodate-blogpost .fotorama__wrap--fade .fotorama__fade-front,.uptodate-blogpost .fotorama__wrap--fade .fotorama__fade-rear,.uptodate-blogpost .fotorama__wrap--fade .fotorama__stage__frame.fotorama__active{display:block;left:0;top:0}.uptodate-blogpost .fotorama__wrap--fade .fotorama__fade-front{z-index:8}.uptodate-blogpost .fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.uptodate-blogpost .fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}.uptodate-blogpost .fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.uptodate-blogpost .fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;border:none!important}.uptodate-blogpost .fotorama__error .fotorama__img,.uptodate-blogpost .fotorama__loaded .fotorama__img{-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1}.uptodate-blogpost .fotorama--fullscreen .fotorama__loaded--full .fotorama__img,.uptodate-blogpost .fotorama__img--full{display:none}.uptodate-blogpost .fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.uptodate-blogpost .fotorama__wrap--only-active .fotorama__nav,.uptodate-blogpost .fotorama__wrap--only-active .fotorama__stage{max-width:99999px!important}.uptodate-blogpost .fotorama__wrap--only-active .fotorama__stage__frame{visibility:hidden}.uptodate-blogpost .fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}.uptodate-blogpost .fotorama__nav{font-size:0;line-height:0;text-align:center;display:none;white-space:nowrap;z-index:5}.uptodate-blogpost .fotorama__nav__shaft{position:relative;left:0;top:0;text-align:left}.uptodate-blogpost .fotorama__nav__frame{position:relative;cursor:pointer}.uptodate-blogpost .fotorama__nav--dots{display:block}.uptodate-blogpost .fotorama__nav--dots .fotorama__nav__frame{width:18px;height:30px}.uptodate-blogpost .fotorama__nav--dots .fotorama__nav__frame--thumb,.uptodate-blogpost .fotorama__nav--dots .fotorama__thumb-border{display:none}.uptodate-blogpost .fotorama__nav--thumbs{display:block}.uptodate-blogpost .fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0!important}.uptodate-blogpost .fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0!important}.uptodate-blogpost .fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.uptodate-blogpost .fotorama__dot{display:block;width:4px;height:4px;position:relative;top:12px;left:6px;border-radius:6px;border:1px solid #7f7f7f}.uptodate-blogpost .fotorama__nav__frame:focus .fotorama__dot:after{padding:1px;top:-1px;left:-1px}.uptodate-blogpost .fotorama__nav__frame.fotorama__active .fotorama__dot{width:0;height:0;border-width:3px}.uptodate-blogpost .fotorama__nav__frame.fotorama__active .fotorama__dot:after{padding:3px;top:-3px;left:-3px}.uptodate-blogpost .fotorama__thumb{overflow:hidden;position:relative;width:100%;height:100%}.uptodate-blogpost .fotorama__nav__frame:focus .fotorama__thumb{z-index:2}.uptodate-blogpost .fotorama__thumb-border{position:absolute;z-index:9;top:0;left:0;border-style:solid;border-color:#00afea;background-image:linear-gradient(to bottom right,hsla(0,0%,100%,.25),rgba(64,64,64,.1))}.uptodate-blogpost .fotorama__caption{position:absolute;z-index:12;bottom:0;left:0;right:0;font-family:Helvetica Neue,Arial,sans-serif;font-size:14px;line-height:1.5;color:#000}.uptodate-blogpost .fotorama__caption a{text-decoration:none;color:#000;border-bottom:1px solid;border-color:rgba(0,0,0,.5)}.uptodate-blogpost .fotorama__caption a:hover{color:#333;border-color:rgba(51,51,51,.5)}.uptodate-blogpost .fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.uptodate-blogpost .fotorama__wrap--no-captions .fotorama__caption,.uptodate-blogpost .fotorama__wrap--video .fotorama__caption{display:none}.uptodate-blogpost .fotorama__caption__wrap{background-color:#fff;background-color:hsla(0,0%,100%,.9);padding:5px 10px}@keyframes b{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.uptodate-blogpost .fotorama__wrap--css3 .fotorama__spinner{animation:b 24s infinite linear}.uptodate-blogpost .fotorama__wrap--css3 .fotorama__html,.uptodate-blogpost .fotorama__wrap--css3 .fotorama__stage .fotorama__img{transition-property:opacity;transition-timing-function:linear;transition-duration:.3s}.uptodate-blogpost .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.uptodate-blogpost .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0}.uptodate-blogpost .fotorama__select{cursor:auto}.uptodate-blogpost .fotorama__video{top:32px;right:0;bottom:0;left:0;position:absolute;z-index:10}@-moz-document url-prefix(){.uptodate-blogpost .fotorama__active{box-shadow:0 0 0 transparent}}.uptodate-blogpost .fotorama__arr,.uptodate-blogpost .fotorama__fullscreen-icon,.uptodate-blogpost .fotorama__video-close,.uptodate-blogpost .fotorama__video-play{position:absolute;z-index:11;cursor:pointer}.uptodate-blogpost .fotorama__arr{position:absolute;width:32px;height:32px;top:50%;margin-top:-16px}.uptodate-blogpost .fotorama__arr--prev{left:2px;background-position:0 0}.uptodate-blogpost .fotorama__arr--next{right:2px;background-position:-32px 0}.uptodate-blogpost .fotorama__arr--disabled{pointer-events:none;cursor:default;*display:none;opacity:.1}.uptodate-blogpost .fotorama__fullscreen-icon{width:32px;height:32px;top:2px;right:2px;background-position:0 -32px;z-index:20}.uptodate-blogpost .fotorama__arr:focus,.uptodate-blogpost .fotorama__fullscreen-icon:focus{border-radius:50%}.uptodate-blogpost .fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-32px -32px}.uptodate-blogpost .fotorama__video-play{width:96px;height:96px;left:50%;top:50%;margin-left:-48px;margin-top:-48px;background-position:0 -64px;opacity:0}.uptodate-blogpost .fotorama__wrap--css2 .fotorama__video-play,.uptodate-blogpost .fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}.uptodate-blogpost .fotorama__error .fotorama__video-play,.uptodate-blogpost .fotorama__loaded .fotorama__video-play,.uptodate-blogpost .fotorama__nav__frame .fotorama__video-play{opacity:1;display:block}.uptodate-blogpost .fotorama__nav__frame .fotorama__video-play{width:32px;height:32px;margin-left:-16px;margin-top:-16px;background-position:-64px -32px}.uptodate-blogpost .fotorama__video-close{width:32px;height:32px;top:0;right:0;background-position:-64px 0;z-index:20;opacity:0}.uptodate-blogpost .fotorama__wrap--css2 .fotorama__video-close{display:none}.uptodate-blogpost .fotorama__wrap--css3 .fotorama__video-close{transform:translate3d(32px,-32px,0)}.uptodate-blogpost .fotorama__wrap--video .fotorama__video-close{display:block;opacity:1}.uptodate-blogpost .fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close{transform:translateZ(0)}.uptodate-blogpost .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.uptodate-blogpost .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{opacity:0}.uptodate-blogpost .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.uptodate-blogpost .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{opacity:1}.uptodate-blogpost .fotorama__wrap--video .fotorama__arr,.uptodate-blogpost .fotorama__wrap--video .fotorama__fullscreen-icon{opacity:0!important}.uptodate-blogpost .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.uptodate-blogpost .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{display:none}.uptodate-blogpost .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.uptodate-blogpost .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{display:block}.uptodate-blogpost .fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.uptodate-blogpost .fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon{display:none!important}.uptodate-blogpost .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus){transform:translate3d(32px,-32px,0)}.uptodate-blogpost .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){transform:translate3d(-48px,0,0)}.uptodate-blogpost .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){transform:translate3d(48px,0,0)}.uptodate-blogpost .fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{transform:translate3d(32px,-32px,0)!important}.uptodate-blogpost .fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{transform:translate3d(-48px,0,0)!important}.uptodate-blogpost .fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{transform:translate3d(48px,0,0)!important}.uptodate-blogpost .fotorama__wrap--css3 .fotorama__arr:not(:focus),.uptodate-blogpost .fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.uptodate-blogpost .fotorama__wrap--css3 .fotorama__video-close:not(:focus),.uptodate-blogpost .fotorama__wrap--css3 .fotorama__video-play:not(:focus){transition-property:transform,opacity;transition-duration:.3s}.uptodate-blogpost .fotorama__nav:after,.uptodate-blogpost .fotorama__nav:before,.uptodate-blogpost .fotorama__stage:after,.uptodate-blogpost .fotorama__stage:before{content:"";display:block;position:absolute;text-decoration:none;top:0;bottom:0;width:10px;height:auto;z-index:10;pointer-events:none;background-repeat:no-repeat;background-size:1px 100%,5px 100%}.uptodate-blogpost .fotorama__nav:before,.uptodate-blogpost .fotorama__stage:before{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);background-position:0 0,0 0;left:-10px}.uptodate-blogpost .fotorama__nav.fotorama__shadows--left:before,.uptodate-blogpost .fotorama__stage.fotorama__shadows--left:before{left:0}.uptodate-blogpost .fotorama__nav:after,.uptodate-blogpost .fotorama__stage:after{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);background-position:100% 0,100% 0;right:-10px}.uptodate-blogpost .fotorama__nav.fotorama__shadows--right:after,.uptodate-blogpost .fotorama__stage.fotorama__shadows--right:after{right:0}.uptodate-blogpost .fotorama--fullscreen .fotorama__nav:after,.uptodate-blogpost .fotorama--fullscreen .fotorama__nav:before,.uptodate-blogpost .fotorama--fullscreen .fotorama__stage:after,.uptodate-blogpost .fotorama--fullscreen .fotorama__stage:before,.uptodate-blogpost .fotorama__wrap--fade .fotorama__stage:after,.uptodate-blogpost .fotorama__wrap--fade .fotorama__stage:before,.uptodate-blogpost .fotorama__wrap--no-shadows .fotorama__nav:after,.uptodate-blogpost .fotorama__wrap--no-shadows .fotorama__nav:before,.uptodate-blogpost .fotorama__wrap--no-shadows .fotorama__stage:after,.uptodate-blogpost .fotorama__wrap--no-shadows .fotorama__stage:before{display:none}.uptodate-blogpost .slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.uptodate-blogpost .slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.uptodate-blogpost .slick-list:focus{outline:none}.uptodate-blogpost .slick-list.dragging{cursor:pointer;cursor:hand}.uptodate-blogpost .slick-slider .slick-list,.uptodate-blogpost .slick-slider .slick-track{transform:translateZ(0)}.uptodate-blogpost .slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.uptodate-blogpost .slick-track:after,.uptodate-blogpost .slick-track:before{display:table;content:""}.uptodate-blogpost .slick-track:after{clear:both}.uptodate-blogpost .slick-loading .slick-track{visibility:hidden}.uptodate-blogpost .slick-slide{display:none;float:left;height:100%;min-height:1px}.uptodate-blogpost [dir=rtl] .slick-slide{float:right}.uptodate-blogpost .slick-slide img{display:block}.uptodate-blogpost .slick-slide.slick-loading img{display:none}.uptodate-blogpost .slick-slide.dragging img{pointer-events:none}.uptodate-blogpost .slick-initialized .slick-slide{display:block}.uptodate-blogpost .slick-loading .slick-slide{visibility:hidden}.uptodate-blogpost .slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.uptodate-blogpost .slick-arrow.slick-hidden{display:none}.uptodate-blogpost iframe{width:100%}.uptodate-blogpost #twitter-widget-0{width:100%!important}.uptodate-blogpost #twitter-widget-0 .EmbeddedTweet{max-width:100%;width:100%}.uptodate-blogpost .cdx-simple-image .cdx-loader{min-height:200px}.uptodate-blogpost .cdx-simple-image .cdx-input{margin-top:10px}.uptodate-blogpost .cdx-simple-image img{max-width:100%;vertical-align:bottom}.uptodate-blogpost .cdx-simple-image__caption[contentEditable=true][data-placeholder]:empty:before{position:absolute;content:attr(data-placeholder);color:#707684;font-weight:400;opacity:0;opacity:1}.uptodate-blogpost .cdx-simple-image__caption[contentEditable=true][data-placeholder]:empty:focus:before{opacity:0}.uptodate-blogpost .cdx-simple-image__picture--with-background{background:#eff2f5;padding:10px}.uptodate-blogpost .cdx-simple-image__picture--with-background img{display:block;max-width:60%;margin:0 auto}.uptodate-blogpost .cdx-simple-image__picture--with-border{border:1px solid #e8e8eb;padding:1px}.uptodate-blogpost .cdx-simple-image__picture--stretched img{max-width:none;width:100%}ul.simple-pagination{list-style:none}.simple-pagination{display:-ms-flexbox;display:flex;overflow:hidden;padding:10px 0;margin:0;margin-top:calc(var(--block-padding) / 2);text-align:center;-ms-flex-pack:center;justify-content:center}.simple-pagination li,.simple-pagination ul{list-style:none;padding:0;margin:0}.simple-pagination li{float:left}span.ellipse.clickable{cursor:pointer}.ellipse input{width:3em}.compact-theme span{cursor:pointer}.compact-theme a,.compact-theme span{float:left;color:#333;font-size:14px;line-height:24px;font-weight:400;text-align:center;border:1px solid #aaa;border-left:none;min-width:14px;padding:0 7px;box-shadow:2px 2px 2px rgba(0,0,0,.2);background:#efefef;background:linear-gradient(top,#fff,#efefef)}.compact-theme a:hover,.compact-theme li:not(.disabled):not(.active) span:hover{text-decoration:none;background:#efefef;background:linear-gradient(top,#efefef,#bbb)}.compact-theme li:first-child a,.compact-theme li:first-child span{border-left:1px solid #aaa;border-radius:3px 0 0 3px}.compact-theme li:last-child a,.compact-theme li:last-child span{border-radius:0 3px 3px 0}.compact-theme .current{background:#bbb;background:linear-gradient(top,#bbb,#efefef);cursor:default}.compact-theme .ellipse{background:#eaeaea;padding:0 10px;cursor:default}.light-theme span{cursor:pointer}.light-theme a,.light-theme span{float:left;color:#666;font-size:14px;line-height:24px;font-weight:400;text-align:center;border:1px solid #bbb;min-width:14px;padding:3px 10px;margin:0 5px 0 0;border-radius:2px;background:#fff;background:linear-gradient(top,#fff,#efefef)}@media only screen and (min-width:768px){.light-theme a,.light-theme span{padding:7px 15px}}.light-theme a:hover,.light-theme li:not(.disabled):not(.active) span:hover{text-decoration:none;background:#fcfcfc}.light-theme .current{background:var(--theme);color:#fff;border-color:var(--theme);box-shadow:0 1px 0 #fff,inset 0 0 2px rgba(0,0,0,.3);cursor:default}.light-theme .ellipse{background:none;border:none;border-radius:0;box-shadow:none;font-weight:700;cursor:default}.light-theme .disabled{opacity:.7}.light-theme .disabled a,.light-theme .disabled span{cursor:not-allowed}.dark-theme span{cursor:pointer}.dark-theme a,.dark-theme span{float:left;color:#ccc;font-size:14px;line-height:24px;font-weight:400;text-align:center;border:1px solid #222;min-width:14px;padding:0 7px;margin:0 5px 0 0;border-radius:3px;box-shadow:0 1px 2px rgba(0,0,0,.2);background:#555;background:linear-gradient(top,#555,#333)}.dark-theme a:hover,.dark-theme li:not(.disabled):not(.active) span:hover{text-decoration:none;background:#444}.dark-theme .current{background:#222;color:#fff;border-color:#000;box-shadow:0 1px 0 hsla(0,0%,100%,.2),inset 0 0 1px 1px rgba(0,0,0,.1);cursor:default}.dark-theme .ellipse{background:none;border:none;border-radius:0;box-shadow:none;font-weight:700;cursor:default}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-ms-flexbox;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-ms-flex-align:start;align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:50%;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:opacity .3s;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:hsla(0,0%,100%,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:c 1s steps(12) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("")}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:c 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes c{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}.bg-base{background-position:50%;background-repeat:no-repeat;background-size:cover}.bg-pattern-25{background-size:center center;background-size:25rem}.bg.with-overlay-4:after,.bg.with-overlay-5:after,.bg.with-overlay-theme-hover:after,.bg.with-overlay-theme:after,.bg.with-overlay-white-2:after,.bg.with-overlay-white-5:after,.bg.with-overlay-white:after,.bg.with-overlay:after{z-index:1}.bg-sample{background:url("urn:scrapbook:download:error:https://uptodatewebdesign.s3.eu-west-3.amazonaws.com/cdn/dist/img/hero-img.jpg") 50% no-repeat}.bg-gradient-blue,.bg-gradient-theme{background-image:linear-gradient(90deg,var(--theme-hover) 0,var(--theme) 80%)}.bg-blue,.bg-theme{background-color:var(--theme)}.bg-theme-accent,.bg-theme-hover{background-color:var(--theme-hover)}.bg-white-opacity-1,.bg-white-opacity-10,.bg-white-trans-1,.bg-white-trans-10{background-color:hsla(0,0%,100%,.1)}.bg-white-opacity-2,.bg-white-opacity-20,.bg-white-trans-2,.bg-white-trans-20{background-color:hsla(0,0%,100%,.2)}.bg-white-opacity-3,.bg-white-opacity-30,.bg-white-trans-3,.bg-white-trans-30{background-color:hsla(0,0%,100%,.3)}.bg-white-opacity-4,.bg-white-opacity-40,.bg-white-trans-4,.bg-white-trans-40{background-color:hsla(0,0%,100%,.4)}.bg-white-opacity-5,.bg-white-opacity-50,.bg-white-trans-5,.bg-white-trans-50{background-color:hsla(0,0%,100%,.5)}.bg-white-opacity-6,.bg-white-opacity-60,.bg-white-trans-6,.bg-white-trans-60{background-color:hsla(0,0%,100%,.6)}.bg-white-opacity-7,.bg-white-opacity-70,.bg-white-trans-7,.bg-white-trans-70{background-color:hsla(0,0%,100%,.7)}.bg-white-opacity-8,.bg-white-opacity-80,.bg-white-trans-8,.bg-white-trans-80{background-color:hsla(0,0%,100%,.8)}.bg-white-opacity-9,.bg-white-opacity-90,.bg-white-trans-9,.bg-white-trans-90{background-color:hsla(0,0%,100%,.9)}.bg-black-opacity-10,.bg-black-trans-10{background-color:rgba(0,0,0,.1)}.bg-black-opacity-20,.bg-black-trans-20{background-color:rgba(0,0,0,.2)}.bg-black-opacity-30,.bg-black-trans-30{background-color:rgba(0,0,0,.3)}.bg-black-opacity-40,.bg-black-trans-40{background-color:rgba(0,0,0,.4)}.bg-black-opacity-50,.bg-black-trans-50{background-color:rgba(0,0,0,.5)}.bg-black-opacity-60,.bg-black-trans-60{background-color:rgba(0,0,0,.6)}.bg-black-opacity-70,.bg-black-opacity-black-trans-7,.bg-black-trans-70,.bg-black-trans-black-trans-7{background-color:rgba(0,0,0,.7)}.bg-black-opacity-80,.bg-black-trans-80{background-color:rgba(0,0,0,.8)}.bg-black-opacity-90,.bg-black-trans-90{background-color:rgba(0,0,0,.9)}.bg-gray-dark{background-color:var(--gray-dark)}.bg-gray-dark-200{background-color:var(--gray-dark-200)}.bg-gray-dark-300{background-color:var(--gray-dark-300)}.bg-gray-mid-100{background-color:var(--gray-mid-100)}.bg-gray-subtle-50{background-color:var(--gray-subtle-50)}.bg-gray-subtle-100{background-color:var(--gray-subtle-100)}.bg-gray-subtle-200{background-color:var(--gray-subtle-200)}.bg-gray-subtle-300{background-color:var(--gray-subtle-300)}.bg-gray-subtle-400{background-color:var(--gray-subtle-400)}.bg-trans{background-color:transparent}.bg-theme-dark-100{background-color:var(--theme-dark-100)}.bg-blue-light-200{background-color:var(--blue-light-200)}.bg-blue-dark-100{background-color:var(--blue-dark-100)}.bg-white{background-color:#fff}.bg-black{background-color:#000}.bg-gray-light-warm-100{background-color:var(--gray-light-warm-100)}.bg-beige-100{background-color:var(--beige-100)}.bg-orange-100{background-color:var(--orange-100)}.bg-navy-blue{background-color:var(--navy-blue)}@media only screen and (min-width:768px){.md\:bg-gray-dark{background-color:var(--gray-dark)}.md\:bg-gray-subtle-100{background-color:var(--gray-subtle-100)}.md\:bg-gray-subtle-50{background-color:var(--gray-subtle-50)}.md\:bg-trans{background-color:transparent}}@media only screen and (min-width:992px){.lg\:bg-gray-dark{background-color:var(--gray-dark)}.lg\:bg-gray-subtle-100{background-color:var(--gray-subtle-100)}.lg\:bg-gray-subtle-50{background-color:var(--gray-subtle-50)}.lg\:bg-trans{background-color:transparent}}.blur-10{filter:blur(10px)}.border-gray-light{border-color:var(--gray-subtle-300)}.border-gray-light-200{border-color:var(--gray-subtle-200)}.border-gray-light-300{border-color:var(--gray-subtle-300)}.border-gray-light-400{border-color:var(--gray-subtle-400)}.border-blue,.border-theme{border-color:var(--theme)}.border-white{border-color:#fff}.border-theme-hover{border-color:var(--theme-hover)}.border-beige-100{border-color:var(--beige-100)}.border-dotted{border-style:dotted!important}.border-dashed{border-style:dashed!important}.border-solid{border-style:solid!important}.border-double{border-style:double!important}.border-groove{border-style:groove!important}.border-ridge{border-style:ridge!important}.border-inset{border-style:inset!important}.border-outset{border-style:outset!important}.border-none{border-style:none!important}.border-0{border-width:0}.border-1{border-width:1px;border-style:solid}.border-2{border-width:2px;border-style:solid}.border-3{border-width:3px;border-style:solid}.border-4{border-width:4px;border-style:solid}.border-5{border-width:5px;border-style:solid}.border-6{border-width:6px;border-style:solid}.border-7{border-width:7px;border-style:solid}.border-8{border-width:8px;border-style:solid}.border-9{border-width:9px;border-style:solid}.border-10{border-width:10px;border-style:solid}.border-b-0{border-bottom-width:0}.border-b-1{border-bottom-width:1px}.border-b-1,.border-b-2{border-bottom-style:solid}.border-b-2{border-bottom-width:2px}.border-b-3{border-bottom-width:3px}.border-b-3,.border-b-4{border-bottom-style:solid}.border-b-4{border-bottom-width:4px}.border-b-5{border-bottom-width:5px}.border-b-5,.border-b-6{border-bottom-style:solid}.border-b-6{border-bottom-width:6px}.border-b-7{border-bottom-width:7px}.border-b-7,.border-b-8{border-bottom-style:solid}.border-b-8{border-bottom-width:8px}.border-b-9{border-bottom-width:9px}.border-b-9,.border-b-10{border-bottom-style:solid}.border-b-10{border-bottom-width:10px}.border-r-0{border-right-width:0}.border-r-1{border-right-width:1px}.border-r-1,.border-r-2{border-right-style:solid}.border-r-2{border-right-width:2px}.border-r-3{border-right-width:3px}.border-r-3,.border-r-4{border-right-style:solid}.border-r-4{border-right-width:4px}.border-r-5{border-right-width:5px}.border-r-5,.border-r-6{border-right-style:solid}.border-r-6{border-right-width:6px}.border-r-7{border-right-width:7px}.border-r-7,.border-r-8{border-right-style:solid}.border-r-8{border-right-width:8px}.border-r-9{border-right-width:9px;border-right-style:solid}.border-r-10{border-right-width:10px;border-right-style:solid}.border-t-0{border-top-width:0}.border-t-1{border-top-width:1px;border-top-style:solid}.border-t-2{border-top-width:2px;border-top-style:solid}.border-t-3{border-top-width:3px;border-top-style:solid}.border-t-4{border-top-width:4px;border-top-style:solid}.border-t-5{border-top-width:5px;border-top-style:solid}.border-t-6{border-top-width:6px;border-top-style:solid}.border-t-7{border-top-width:7px;border-top-style:solid}.border-t-8{border-top-width:8px;border-top-style:solid}.border-t-9{border-top-width:9px;border-top-style:solid}.border-t-10{border-top-width:10px;border-top-style:solid}.border-l-0{border-left-width:0}.border-l-1{border-left-width:1px;border-left-style:solid}.border-l-2{border-left-width:2px;border-left-style:solid}.border-l-3{border-left-width:3px;border-left-style:solid}.border-l-4{border-left-width:4px;border-left-style:solid}.border-l-5{border-left-width:5px;border-left-style:solid}.border-l-6{border-left-width:6px;border-left-style:solid}.border-l-7{border-left-width:7px;border-left-style:solid}.border-l-8{border-left-width:8px;border-left-style:solid}.border-l-9{border-left-width:9px;border-left-style:solid}.border-l-10{border-left-width:10px;border-left-style:solid}.border-t-b-0{border-top-width:0;border-bottom-width:0}.border-t-b-0,.border-t-b-2{border-top-style:solid;border-bottom-style:solid}.border-t-b-2{border-top-width:2px;border-bottom-width:2px}.border-t-b-3{border-top-width:3px;border-bottom-width:3px}.border-t-b-1,.border-t-b-3{border-top-style:solid;border-bottom-style:solid}.border-t-b-1{border-top-width:1px;border-bottom-width:1px}.border-t-b-4{border-top-width:4px;border-bottom-width:4px}.border-t-b-4,.border-t-b-5{border-top-style:solid;border-bottom-style:solid}.border-t-b-5{border-top-width:5px;border-bottom-width:5px}.border-t-b-6{border-top-width:6px;border-bottom-width:6px}.border-t-b-6,.border-t-b-7{border-top-style:solid;border-bottom-style:solid}.border-t-b-7{border-top-width:7px;border-bottom-width:7px}.border-t-b-8{border-top-width:8px;border-bottom-width:8px}.border-t-b-8,.border-t-b-9{border-top-style:solid;border-bottom-style:solid}.border-t-b-9{border-top-width:9px;border-bottom-width:9px}.border-t-b-10{border-top-width:10px;border-top-style:solid;border-bottom-width:10px;border-bottom-style:solid}.border-l-r-0{border-left-width:0;border-right-width:0}.border-l-r-0,.border-l-r-2{border-left-style:solid;border-right-style:solid}.border-l-r-2{border-left-width:2px;border-right-width:2px}.border-l-r-3{border-left-width:3px;border-right-width:3px}.border-l-r-1,.border-l-r-3{border-left-style:solid;border-right-style:solid}.border-l-r-1{border-left-width:1px;border-right-width:1px}.border-l-r-4{border-left-width:4px;border-right-width:4px}.border-l-r-4,.border-l-r-5{border-left-style:solid;border-right-style:solid}.border-l-r-5{border-left-width:5px;border-right-width:5px}.border-l-r-6{border-left-width:6px;border-right-width:6px}.border-l-r-6,.border-l-r-7{border-left-style:solid;border-right-style:solid}.border-l-r-7{border-left-width:7px;border-right-width:7px}.border-l-r-8{border-left-width:8px;border-right-width:8px}.border-l-r-8,.border-l-r-9{border-left-style:solid;border-right-style:solid}.border-l-r-9{border-left-width:9px;border-right-width:9px}.border-l-r-10{border-left-width:10px;border-left-style:solid;border-right-width:10px;border-right-style:solid}@media only screen and (min-width:576px){.sm\:border-0{border-width:0}.sm\:border-1{border-width:1px;border-style:solid}.sm\:border-2{border-width:2px;border-style:solid}.sm\:border-3{border-width:3px;border-style:solid}.sm\:border-4{border-width:4px;border-style:solid}.sm\:border-5{border-width:5px;border-style:solid}.sm\:border-6{border-width:6px;border-style:solid}.sm\:border-7{border-width:7px;border-style:solid}.sm\:border-8{border-width:8px;border-style:solid}.sm\:border-9{border-width:9px;border-style:solid}.sm\:border-10{border-width:10px;border-style:solid}.sm\:border-r-0{border-right-width:0}.sm\:border-r-1{border-right-width:1px;border-right-style:solid}.sm\:border-r-2{border-right-width:2px;border-right-style:solid}.sm\:border-r-3{border-right-width:3px;border-right-style:solid}.sm\:border-r-4{border-right-width:4px;border-right-style:solid}.sm\:border-r-5{border-right-width:5px;border-right-style:solid}.sm\:border-r-6{border-right-width:6px;border-right-style:solid}.sm\:border-r-7{border-right-width:7px;border-right-style:solid}.sm\:border-r-8{border-right-width:8px;border-right-style:solid}.sm\:border-r-9{border-right-width:9px;border-right-style:solid}.sm\:border-r-10{border-right-width:10px;border-right-style:solid}.sm\:border-l-0{border-left-width:0}.sm\:border-l-1{border-left-width:1px;border-left-style:solid}.sm\:border-l-2{border-left-width:2px;border-left-style:solid}.sm\:border-l-3{border-left-width:3px;border-left-style:solid}.sm\:border-l-4{border-left-width:4px;border-left-style:solid}.sm\:border-l-5{border-left-width:5px;border-left-style:solid}.sm\:border-l-6{border-left-width:6px;border-left-style:solid}.sm\:border-l-7{border-left-width:7px;border-left-style:solid}.sm\:border-l-8{border-left-width:8px;border-left-style:solid}.sm\:border-l-9{border-left-width:9px;border-left-style:solid}.sm\:border-l-10{border-left-width:10px;border-left-style:solid}.sm\:border-t-0{border-top-width:0}.sm\:border-t-1{border-top-width:1px;border-top-style:solid}.sm\:border-t-2{border-top-width:2px;border-top-style:solid}.sm\:border-t-3{border-top-width:3px;border-top-style:solid}.sm\:border-t-4{border-top-width:4px;border-top-style:solid}.sm\:border-t-5{border-top-width:5px;border-top-style:solid}.sm\:border-t-6{border-top-width:6px;border-top-style:solid}.sm\:border-t-7{border-top-width:7px;border-top-style:solid}.sm\:border-t-8{border-top-width:8px;border-top-style:solid}.sm\:border-t-9{border-top-width:9px;border-top-style:solid}.sm\:border-t-10{border-top-width:10px;border-top-style:solid}.sm\:border-b-0{border-bottom-width:0}.sm\:border-b-1{border-bottom-width:1px;border-bottom-style:solid}.sm\:border-b-2{border-bottom-width:2px;border-bottom-style:solid}.sm\:border-b-3{border-bottom-width:3px;border-bottom-style:solid}.sm\:border-b-4{border-bottom-width:4px;border-bottom-style:solid}.sm\:border-b-5{border-bottom-width:5px;border-bottom-style:solid}.sm\:border-b-6{border-bottom-width:6px;border-bottom-style:solid}.sm\:border-b-7{border-bottom-width:7px;border-bottom-style:solid}.sm\:border-b-8{border-bottom-width:8px;border-bottom-style:solid}.sm\:border-b-9{border-bottom-width:9px;border-bottom-style:solid}.sm\:border-b-10{border-bottom-width:10px;border-bottom-style:solid}}@media only screen and (min-width:768px){.md\:border-0{border-width:0}.md\:border-1{border-width:1px;border-style:solid}.md\:border-2{border-width:2px;border-style:solid}.md\:border-3{border-width:3px;border-style:solid}.md\:border-4{border-width:4px;border-style:solid}.md\:border-5{border-width:5px;border-style:solid}.md\:border-6{border-width:6px;border-style:solid}.md\:border-7{border-width:7px;border-style:solid}.md\:border-8{border-width:8px;border-style:solid}.md\:border-9{border-width:9px;border-style:solid}.md\:border-10{border-width:10px;border-style:solid}.md\:border-r-0{border-right-width:0}.md\:border-r-1{border-right-width:1px;border-right-style:solid}.md\:border-r-2{border-right-width:2px;border-right-style:solid}.md\:border-r-3{border-right-width:3px;border-right-style:solid}.md\:border-r-4{border-right-width:4px;border-right-style:solid}.md\:border-r-5{border-right-width:5px;border-right-style:solid}.md\:border-r-6{border-right-width:6px;border-right-style:solid}.md\:border-r-7{border-right-width:7px;border-right-style:solid}.md\:border-r-8{border-right-width:8px;border-right-style:solid}.md\:border-r-9{border-right-width:9px;border-right-style:solid}.md\:border-r-10{border-right-width:10px;border-right-style:solid}.md\:border-l-0{border-left-width:0}.md\:border-l-1{border-left-width:1px;border-left-style:solid}.md\:border-l-2{border-left-width:2px;border-left-style:solid}.md\:border-l-3{border-left-width:3px;border-left-style:solid}.md\:border-l-4{border-left-width:4px;border-left-style:solid}.md\:border-l-5{border-left-width:5px;border-left-style:solid}.md\:border-l-6{border-left-width:6px;border-left-style:solid}.md\:border-l-7{border-left-width:7px;border-left-style:solid}.md\:border-l-8{border-left-width:8px;border-left-style:solid}.md\:border-l-9{border-left-width:9px;border-left-style:solid}.md\:border-l-10{border-left-width:10px;border-left-style:solid}.md\:border-t-0{border-top-width:0}.md\:border-t-1{border-top-width:1px;border-top-style:solid}.md\:border-t-2{border-top-width:2px;border-top-style:solid}.md\:border-t-3{border-top-width:3px;border-top-style:solid}.md\:border-t-4{border-top-width:4px;border-top-style:solid}.md\:border-t-5{border-top-width:5px;border-top-style:solid}.md\:border-t-6{border-top-width:6px;border-top-style:solid}.md\:border-t-7{border-top-width:7px;border-top-style:solid}.md\:border-t-8{border-top-width:8px;border-top-style:solid}.md\:border-t-9{border-top-width:9px;border-top-style:solid}.md\:border-t-10{border-top-width:10px;border-top-style:solid}.md\:border-b-0{border-bottom-width:0}.md\:border-b-1{border-bottom-width:1px;border-bottom-style:solid}.md\:border-b-2{border-bottom-width:2px;border-bottom-style:solid}.md\:border-b-3{border-bottom-width:3px;border-bottom-style:solid}.md\:border-b-4{border-bottom-width:4px;border-bottom-style:solid}.md\:border-b-5{border-bottom-width:5px;border-bottom-style:solid}.md\:border-b-6{border-bottom-width:6px;border-bottom-style:solid}.md\:border-b-7{border-bottom-width:7px;border-bottom-style:solid}.md\:border-b-8{border-bottom-width:8px;border-bottom-style:solid}.md\:border-b-9{border-bottom-width:9px;border-bottom-style:solid}.md\:border-b-10{border-bottom-width:10px;border-bottom-style:solid}}@media only screen and (min-width:992px){.lg\:border-0{border-width:0}.lg\:border-1{border-width:1px;border-style:solid}.lg\:border-2{border-width:2px;border-style:solid}.lg\:border-3{border-width:3px;border-style:solid}.lg\:border-4{border-width:4px;border-style:solid}.lg\:border-5{border-width:5px;border-style:solid}.lg\:border-6{border-width:6px;border-style:solid}.lg\:border-7{border-width:7px;border-style:solid}.lg\:border-8{border-width:8px;border-style:solid}.lg\:border-9{border-width:9px;border-style:solid}.lg\:border-10{border-width:10px;border-style:solid}.lg\:border-r-0{border-right-width:0}.lg\:border-r-1{border-right-width:1px;border-right-style:solid}.lg\:border-r-2{border-right-width:2px;border-right-style:solid}.lg\:border-r-3{border-right-width:3px;border-right-style:solid}.lg\:border-r-4{border-right-width:4px;border-right-style:solid}.lg\:border-r-5{border-right-width:5px;border-right-style:solid}.lg\:border-r-6{border-right-width:6px;border-right-style:solid}.lg\:border-r-7{border-right-width:7px;border-right-style:solid}.lg\:border-r-8{border-right-width:8px;border-right-style:solid}.lg\:border-r-9{border-right-width:9px;border-right-style:solid}.lg\:border-r-10{border-right-width:10px;border-right-style:solid}.lg\:border-l-0{border-left-width:0}.lg\:border-l-1{border-left-width:1px;border-left-style:solid}.lg\:border-l-2{border-left-width:2px;border-left-style:solid}.lg\:border-l-3{border-left-width:3px;border-left-style:solid}.lg\:border-l-4{border-left-width:4px;border-left-style:solid}.lg\:border-l-5{border-left-width:5px;border-left-style:solid}.lg\:border-l-6{border-left-width:6px;border-left-style:solid}.lg\:border-l-7{border-left-width:7px;border-left-style:solid}.lg\:border-l-8{border-left-width:8px;border-left-style:solid}.lg\:border-l-9{border-left-width:9px;border-left-style:solid}.lg\:border-l-10{border-left-width:10px;border-left-style:solid}.lg\:border-t-0{border-top-width:0}.lg\:border-t-1{border-top-width:1px;border-top-style:solid}.lg\:border-t-2{border-top-width:2px;border-top-style:solid}.lg\:border-t-3{border-top-width:3px;border-top-style:solid}.lg\:border-t-4{border-top-width:4px;border-top-style:solid}.lg\:border-t-5{border-top-width:5px;border-top-style:solid}.lg\:border-t-6{border-top-width:6px;border-top-style:solid}.lg\:border-t-7{border-top-width:7px;border-top-style:solid}.lg\:border-t-8{border-top-width:8px;border-top-style:solid}.lg\:border-t-9{border-top-width:9px;border-top-style:solid}.lg\:border-t-10{border-top-width:10px;border-top-style:solid}.lg\:border-b-0{border-bottom-width:0}.lg\:border-b-1{border-bottom-width:1px;border-bottom-style:solid}.lg\:border-b-2{border-bottom-width:2px;border-bottom-style:solid}.lg\:border-b-3{border-bottom-width:3px;border-bottom-style:solid}.lg\:border-b-4{border-bottom-width:4px;border-bottom-style:solid}.lg\:border-b-5{border-bottom-width:5px;border-bottom-style:solid}.lg\:border-b-6{border-bottom-width:6px;border-bottom-style:solid}.lg\:border-b-7{border-bottom-width:7px;border-bottom-style:solid}.lg\:border-b-8{border-bottom-width:8px;border-bottom-style:solid}.lg\:border-b-9{border-bottom-width:9px;border-bottom-style:solid}.lg\:border-b-10{border-bottom-width:10px;border-bottom-style:solid}}@media only screen and (min-width:1200px){.xl\:border-0{border-width:0}.xl\:border-1{border-width:1px;border-style:solid}.xl\:border-2{border-width:2px;border-style:solid}.xl\:border-3{border-width:3px;border-style:solid}.xl\:border-4{border-width:4px;border-style:solid}.xl\:border-5{border-width:5px;border-style:solid}.xl\:border-6{border-width:6px;border-style:solid}.xl\:border-7{border-width:7px;border-style:solid}.xl\:border-8{border-width:8px;border-style:solid}.xl\:border-9{border-width:9px;border-style:solid}.xl\:border-10{border-width:10px;border-style:solid}.xl\:border-r-0{border-right-width:0}.xl\:border-r-1{border-right-width:1px;border-right-style:solid}.xl\:border-r-2{border-right-width:2px;border-right-style:solid}.xl\:border-r-3{border-right-width:3px;border-right-style:solid}.xl\:border-r-4{border-right-width:4px;border-right-style:solid}.xl\:border-r-5{border-right-width:5px;border-right-style:solid}.xl\:border-r-6{border-right-width:6px;border-right-style:solid}.xl\:border-r-7{border-right-width:7px;border-right-style:solid}.xl\:border-r-8{border-right-width:8px;border-right-style:solid}.xl\:border-r-9{border-right-width:9px;border-right-style:solid}.xl\:border-r-10{border-right-width:10px;border-right-style:solid}.xl\:border-l-0{border-left-width:0}.xl\:border-l-1{border-left-width:1px;border-left-style:solid}.xl\:border-l-2{border-left-width:2px;border-left-style:solid}.xl\:border-l-3{border-left-width:3px;border-left-style:solid}.xl\:border-l-4{border-left-width:4px;border-left-style:solid}.xl\:border-l-5{border-left-width:5px;border-left-style:solid}.xl\:border-l-6{border-left-width:6px;border-left-style:solid}.xl\:border-l-7{border-left-width:7px;border-left-style:solid}.xl\:border-l-8{border-left-width:8px;border-left-style:solid}.xl\:border-l-9{border-left-width:9px;border-left-style:solid}.xl\:border-l-10{border-left-width:10px;border-left-style:solid}.xl\:border-t-0{border-top-width:0}.xl\:border-t-1{border-top-width:1px;border-top-style:solid}.xl\:border-t-2{border-top-width:2px;border-top-style:solid}.xl\:border-t-3{border-top-width:3px;border-top-style:solid}.xl\:border-t-4{border-top-width:4px;border-top-style:solid}.xl\:border-t-5{border-top-width:5px;border-top-style:solid}.xl\:border-t-6{border-top-width:6px;border-top-style:solid}.xl\:border-t-7{border-top-width:7px;border-top-style:solid}.xl\:border-t-8{border-top-width:8px;border-top-style:solid}.xl\:border-t-9{border-top-width:9px;border-top-style:solid}.xl\:border-t-10{border-top-width:10px;border-top-style:solid}.xl\:border-b-0{border-bottom-width:0}.xl\:border-b-1{border-bottom-width:1px;border-bottom-style:solid}.xl\:border-b-2{border-bottom-width:2px;border-bottom-style:solid}.xl\:border-b-3{border-bottom-width:3px;border-bottom-style:solid}.xl\:border-b-4{border-bottom-width:4px;border-bottom-style:solid}.xl\:border-b-5{border-bottom-width:5px;border-bottom-style:solid}.xl\:border-b-6{border-bottom-width:6px;border-bottom-style:solid}.xl\:border-b-7{border-bottom-width:7px;border-bottom-style:solid}.xl\:border-b-8{border-bottom-width:8px;border-bottom-style:solid}.xl\:border-b-9{border-bottom-width:9px;border-bottom-style:solid}.xl\:border-b-10{border-bottom-width:10px;border-bottom-style:solid}}.max-ch-10{max-width:10ch}.max-ch-34{max-width:34ch}.max-ch-60{max-width:60ch}.col-count-2{column-count:2}.col-gap-5{column-gap:calc(1.76rem + 2.7vw)}@media (min-width:1200px){.col-gap-5{column-gap:5rem}}.text-gray-dark{color:var(--gray-dark)}.text-gray-dark-200{color:var(--gray-dark-200)}.text-gray-dark-300{color:var(--gray-dark-300)}.text-gray-subtle-50{color:var(--gray-subtle-50)}.text-gray-subtle-100{color:var(--gray-subtle-100)}.text-gray-subtle-200{color:var(--gray-subtle-200)}.text-gray-subtle-300{color:var(--gray-subtle-300)}.text-gray-subtle-400{color:var(--gray-subtle-400)}.text-blue{color:var(--theme)}.text-green{color:var(--success)}.text-white{color:#fff}.text-theme-hover{color:var(--theme-hover)}.text-gradient{background:linear-gradient(91.36deg,var(--theme),var(--theme-hover) 97.92%);-webkit-background-clip:text;background-clip:text}.text-gradient,.text-gradient-hover{-webkit-text-fill-color:transparent;animation:d 10s infinite ease both}.text-gradient-hover{background:linear-gradient(91.36deg,var(--theme-hover),var(--theme) 97.92%);-webkit-background-clip:text;background-clip:text}@keyframes d{0%{background-position:0 4%}50%{background-position:100% 97%}to{background-position:0 4%}}.container-half\:left,.container-half\:right{width:100%;padding-right:15px;padding-left:15px;margin-left:auto;margin-right:auto}@media only screen and (min-width:576px){.container-half\:left,.container-half\:right{max-width:calc(540px - 5rem)}}@media only screen and (min-width:768px){.container-half\:left,.container-half\:right{max-width:calc(360px - 5rem);padding-right:0;margin-right:0}}@media only screen and (min-width:992px){.container-half\:left,.container-half\:right{max-width:calc(480px - 5rem)}}@media only screen and (min-width:1200px){.container-half\:left,.container-half\:right{max-width:calc(570px - 5rem)}}.container-half\:left-full{width:100%;padding-right:15px;padding-left:15px;margin-left:auto;margin-right:auto}@media only screen and (min-width:576px){.container-half\:left-full{max-width:540px}}@media only screen and (min-width:768px){.container-half\:left-full{max-width:360px;padding-right:0;margin-right:0}}@media only screen and (min-width:992px){.container-half\:left-full{max-width:480px}}@media only screen and (min-width:1200px){.container-half\:left-full{max-width:570px}}@media only screen and (min-width:768px){.container-half\:right{padding-right:15px;padding-left:0;margin-left:0}}.container-half\:right-full{width:100%;padding-right:15px;padding-left:15px;margin-left:auto;margin-right:auto}@media only screen and (min-width:576px){.container-half\:right-full{max-width:540px}}@media only screen and (min-width:768px){.container-half\:right-full{max-width:360px;padding-left:0;margin-left:0}}@media only screen and (min-width:992px){.container-half\:right-full{max-width:480px}}@media only screen and (min-width:1200px){.container-half\:right-full{max-width:570px}}.container-mid,.container-small{width:100%;padding-right:15px;padding-left:15px;margin-left:auto;margin-right:auto}@media only screen and (min-width:576px){.container-mid,.container-small{max-width:540px}}@media only screen and (min-width:768px){.container-mid,.container-small{max-width:720px}}@media only screen and (min-width:992px){.container-mid{width:95%;max-width:1600px}}@media only screen and (min-width:992px){.container-small{max-width:930px}}@media only screen and (min-width:1200px){.container-small{max-width:1000px}}.w-full{width:100%}.w-auto{width:auto}.w-5{width:calc(1.76rem + 2.7vw)}@media (min-width:1200px){.w-5{width:5rem}}.w-10{width:calc(2.26rem + 6.45vw)}@media (min-width:1200px){.w-10{width:10rem}}.w-16{width:calc(2.86rem + 10.95vw)}@media (min-width:1200px){.w-16{width:16rem}}.w-40{width:calc(5.26rem + 28.95vw)}@media (min-width:1200px){.w-40{width:40rem}}.w-10-pct{width:10%}.w-20-pct{width:20%}.w-30-pct{width:30%}.w-40-pct{width:40%}.w-50-pct{width:50%}.w-60-pct{width:60%}.w-70-pct{width:70%}.w-80-pct{width:80%}.w-90-pct{width:90%}.max-w-16{max-width:16rem}.max-w-20{max-width:20rem}.max-w-25{max-width:25rem}.max-w-30{max-width:30rem}.max-w-40{max-width:40rem}.max-w-50{max-width:50rem}.max-w-60{max-width:60rem}.max-w-70{max-width:70rem}.max-w-80{max-width:80rem}.max-w-90{max-width:90rem}.max-h-2p5{max-height:2.5rem}.max-h-3{max-height:3rem}.max-h-3p5{max-height:3.5rem}.max-h-4{max-height:4rem}.min-h-15{min-height:15rem}.min-h-17{min-height:17rem}.min-h-20{min-height:20rem}.min-h-25{min-height:25rem}.min-h-20-fluid{min-height:calc(3.26rem + 13.95vw)}@media (min-width:1200px){.min-h-20-fluid{min-height:20rem}}.min-h-25-fluid{min-height:calc(3.76rem + 17.7vw)}@media (min-width:1200px){.min-h-25-fluid{min-height:25rem}}.min-h-30{min-height:30rem}.min-h-30-fluid{min-height:calc(4.26rem + 21.45vw)}@media (min-width:1200px){.min-h-30-fluid{min-height:30rem}}.min-h-40{min-height:40rem}.min-h-40-fluid{min-height:calc(5.26rem + 28.95vw)}@media (min-width:1200px){.min-h-40-fluid{min-height:40rem}}.min-h-50{min-height:calc(6.26rem + 36.45vw)}@media (min-width:1200px){.min-h-50{min-height:50rem}}.min-h-55-fluid{min-height:calc(6.76rem + 40.2vw)}@media (min-width:1200px){.min-h-55-fluid{min-height:55rem}}.min-h-50{min-height:50vh}.min-h-60{min-height:60vh}.min-h-70{min-height:70vh}.min-h-80{min-height:80vh}.min-h-90{min-height:90vh}.min-h-full{min-height:100vh}.h-full{height:100%}.h-screen{height:100vh}.h-screen-65{height:65vh}.h-auto{height:auto}.h-3-fixed{height:3rem}.h-1{height:1rem}.h-2{height:calc(1.46rem + .45vw)}@media (min-width:1200px){.h-2{height:2rem}}.h-5{height:calc(1.76rem + 2.7vw)}@media (min-width:1200px){.h-5{height:5rem}}.h-10{height:calc(2.26rem + 6.45vw)}@media (min-width:1200px){.h-10{height:10rem}}.h-15{height:calc(2.76rem + 10.2vw)}@media (min-width:1200px){.h-15{height:15rem}}.h-18{height:calc(3.06rem + 12.45vw)}@media (min-width:1200px){.h-18{height:18rem}}.h-20{height:calc(3.26rem + 13.95vw)}@media (min-width:1200px){.h-20{height:20rem}}.h-25{height:calc(3.76rem + 17.7vw)}@media (min-width:1200px){.h-25{height:25rem}}.h-25-imp{height:calc(3.76rem + 17.7vw)!important}@media (min-width:1200px){.h-25-imp{height:25rem!important}}.h-30{height:calc(4.26rem + 21.45vw)}@media (min-width:1200px){.h-30{height:30rem}}.h-35{height:calc(4.76rem + 25.2vw)}@media (min-width:1200px){.h-35{height:35rem}}.h-40{height:calc(5.26rem + 28.95vw)}@media (min-width:1200px){.h-40{height:40rem}}.h-40-pct{height:40%}.h-50-pct{height:50%}.h-50{height:calc(6.26rem + 36.45vw)}@media (min-width:1200px){.h-50{height:50rem}}.h-55{height:calc(6.76rem + 40.2vw)}@media (min-width:1200px){.h-55{height:55rem}}.h-60{height:calc(7.26rem + 43.95vw)}@media (min-width:1200px){.h-60{height:60rem}}.h-70{height:calc(8.26rem + 51.45vw)}@media (min-width:1200px){.h-70{height:70rem}}.h-60-pct{height:60%}.h-70-pct{height:70%}.h-80-pct{height:80%}.h-90-pct{height:90%}@media only screen and (min-width:576px){.sm\:w-full{width:100%}.sm\:w-auto{width:auto}.sm\:w-40-pct,.sm\:w-50-pct{width:50%}.sm\:w-60-pct{width:60%}.sm\:w-80-pct{width:80%}.sm\:h-full{height:100%}.sm\:h-screen{height:100vh}.sm\:h-screen-65{height:65vh}.sm\:h-auto{height:auto}.sm\:h-3-fixed{height:3rem}.sm\:h-10{height:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:h-10{height:10rem}}@media only screen and (min-width:576px){.sm\:h-15{height:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:h-15{height:15rem}}@media only screen and (min-width:576px){.sm\:h-18{height:calc(3.06rem + 12.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:h-18{height:18rem}}@media only screen and (min-width:576px){.sm\:h-20{height:calc(3.26rem + 13.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:h-20{height:20rem}}@media only screen and (min-width:576px){.sm\:h-25{height:calc(3.76rem + 17.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:h-25{height:25rem}}@media only screen and (min-width:576px){.sm\:h-30{height:calc(4.26rem + 21.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:h-30{height:30rem}}@media only screen and (min-width:576px){.sm\:h-35{height:calc(4.76rem + 25.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:h-35{height:35rem}}@media only screen and (min-width:576px){.sm\:h-40{height:calc(5.26rem + 28.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:h-40{height:40rem}}@media only screen and (min-width:576px){.sm\:h-40-pct{height:40%}.sm\:h-50-pct{height:50%}.sm\:h-50{height:calc(6.26rem + 36.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:h-50{height:50rem}}@media only screen and (min-width:576px){.sm\:h-55{height:calc(6.76rem + 40.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:h-55{height:55rem}}@media only screen and (min-width:576px){.sm\:h-60{height:calc(7.26rem + 43.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:h-60{height:60rem}}@media only screen and (min-width:576px){.sm\:h-70{height:calc(8.26rem + 51.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:h-70{height:70rem}}@media only screen and (min-width:576px){.sm\:h-60-pct{height:60%}.sm\:h-70-pct{height:70%}.sm\:h-80-pct{height:80%}.sm\:h-90-pct{height:90%}.sm\:min-h-15{min-height:15rem}.sm\:min-h-17{min-height:17rem}.sm\:min-h-20{min-height:20rem}.sm\:min-h-25{min-height:25rem}.sm\:min-h-20-fluid{min-height:calc(3.26rem + 13.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:min-h-20-fluid{min-height:20rem}}@media only screen and (min-width:576px){.sm\:min-h-25-fluid{min-height:calc(3.76rem + 17.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:min-h-25-fluid{min-height:25rem}}@media only screen and (min-width:576px){.sm\:min-h-30{min-height:30rem}.sm\:min-h-30-fluid{min-height:calc(4.26rem + 21.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:min-h-30-fluid{min-height:30rem}}@media only screen and (min-width:576px){.sm\:min-h-35-fluid{min-height:calc(4.76rem + 25.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:min-h-35-fluid{min-height:35rem}}@media only screen and (min-width:576px){.sm\:min-h-40{min-height:40rem}.sm\:min-h-40-fluid{min-height:calc(5.26rem + 28.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:min-h-40-fluid{min-height:40rem}}@media only screen and (min-width:576px){.sm\:min-h-50{min-height:calc(6.26rem + 36.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:min-h-50{min-height:50rem}}@media only screen and (min-width:576px){.sm\:min-h-55{min-height:calc(6.76rem + 40.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:min-h-55{min-height:55rem}}@media only screen and (min-width:576px){.sm\:min-h-50{min-height:50vh}.sm\:min-h-60{min-height:60vh}.sm\:min-h-70{min-height:70vh}.sm\:min-h-80{min-height:80vh}.sm\:min-h-90{min-height:90vh}.sm\:min-h-full{min-height:100vh}.sm\:max-w-20{max-width:20rem}.sm\:max-w-30{max-width:30rem}.sm\:max-w-40{max-width:40rem}.sm\:max-w-50{max-width:50rem}.sm\:max-w-60{max-width:60rem}.sm\:max-w-70{max-width:70rem}.sm\:max-w-80{max-width:80rem}.sm\:max-w-90{max-width:90rem}}@media only screen and (min-width:768px){.md\:w-full{width:100%}.md\:w-auto{width:auto}.md\:w-40-pct,.md\:w-50-pct{width:50%}.md\:w-60-pct{width:60%}.md\:w-70-pct{width:70%}.md\:w-80-pct{width:80%}.md\:h-full{height:100%}.md\:h-screen{height:100vh}.md\:h-screen-65{height:65vh}.md\:h-auto{height:auto}.md\:h-3-fixed{height:3rem}.md\:h-10{height:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:h-10{height:10rem}}@media only screen and (min-width:768px){.md\:h-15{height:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:h-15{height:15rem}}@media only screen and (min-width:768px){.md\:h-18{height:calc(3.06rem + 12.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:h-18{height:18rem}}@media only screen and (min-width:768px){.md\:h-20{height:calc(3.26rem + 13.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:h-20{height:20rem}}@media only screen and (min-width:768px){.md\:h-25{height:calc(3.76rem + 17.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:h-25{height:25rem}}@media only screen and (min-width:768px){.md\:h-30{height:calc(4.26rem + 21.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:h-30{height:30rem}}@media only screen and (min-width:768px){.md\:h-35{height:calc(4.76rem + 25.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:h-35{height:35rem}}@media only screen and (min-width:768px){.md\:h-40{height:calc(5.26rem + 28.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:h-40{height:40rem}}@media only screen and (min-width:768px){.md\:h-40-pct{height:40%}.md\:h-50-pct{height:50%}.md\:h-50{height:calc(6.26rem + 36.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:h-50{height:50rem}}@media only screen and (min-width:768px){.md\:h-55{height:calc(6.76rem + 40.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:h-55{height:55rem}}@media only screen and (min-width:768px){.md\:h-60{height:calc(7.26rem + 43.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:h-60{height:60rem}}@media only screen and (min-width:768px){.md\:h-70{height:calc(8.26rem + 51.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:h-70{height:70rem}}@media only screen and (min-width:768px){.md\:h-60-pct{height:60%}.md\:h-70-pct{height:70%}.md\:h-80-pct{height:80%}.md\:h-90-pct{height:90%}.md\:min-h-15{min-height:15rem}.md\:min-h-17{min-height:17rem}.md\:min-h-20{min-height:20rem}.md\:min-h-25{min-height:25rem}.md\:min-h-20-fluid{min-height:calc(3.26rem + 13.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:min-h-20-fluid{min-height:20rem}}@media only screen and (min-width:768px){.md\:min-h-25-fluid{min-height:calc(3.76rem + 17.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:min-h-25-fluid{min-height:25rem}}@media only screen and (min-width:768px){.md\:min-h-30{min-height:30rem}.md\:min-h-30-fluid{min-height:calc(4.26rem + 21.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:min-h-30-fluid{min-height:30rem}}@media only screen and (min-width:768px){.md\:min-h-35-fluid{min-height:calc(4.76rem + 25.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:min-h-35-fluid{min-height:35rem}}@media only screen and (min-width:768px){.md\:min-h-40{min-height:40rem}.md\:min-h-40-fluid{min-height:calc(5.26rem + 28.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:min-h-40-fluid{min-height:40rem}}@media only screen and (min-width:768px){.md\:min-h-50{min-height:calc(6.26rem + 36.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:min-h-50{min-height:50rem}}@media only screen and (min-width:768px){.md\:min-h-55{min-height:calc(6.76rem + 40.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:min-h-55{min-height:55rem}}@media only screen and (min-width:768px){.md\:min-h-50{min-height:50vh}.md\:min-h-60{min-height:60vh}.md\:min-h-70{min-height:70vh}.md\:min-h-80{min-height:80vh}.md\:min-h-90{min-height:90vh}.md\:min-h-full{min-height:100vh}.md\:max-w-20{max-width:20rem}.md\:max-w-30{max-width:30rem}.md\:max-w-40{max-width:40rem}.md\:max-w-50{max-width:50rem}.md\:max-w-60{max-width:60rem}.md\:max-w-70{max-width:70rem}.md\:max-w-80{max-width:80rem}.md\:max-w-90{max-width:90rem}}@media only screen and (min-width:992px){.lg\:w-full{width:100%}.lg\:w-auto{width:auto}.lg\:w-40-pct,.lg\:w-50-pct{width:50%}.lg\:w-60-pct{width:60%}.lg\:w-80-pct{width:80%}.lg\:h-full{height:100%}.lg\:h-screen{height:100vh}.lg\:h-screen-65{height:65vh}.lg\:h-auto{height:auto}.lg\:h-3-fixed{height:3rem}.lg\:h-10{height:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:h-10{height:10rem}}@media only screen and (min-width:992px){.lg\:h-15{height:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:h-15{height:15rem}}@media only screen and (min-width:992px){.lg\:h-18{height:calc(3.06rem + 12.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:h-18{height:18rem}}@media only screen and (min-width:992px){.lg\:h-20{height:calc(3.26rem + 13.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:h-20{height:20rem}}@media only screen and (min-width:992px){.lg\:h-25{height:calc(3.76rem + 17.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:h-25{height:25rem}}@media only screen and (min-width:992px){.lg\:h-30{height:calc(4.26rem + 21.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:h-30{height:30rem}}@media only screen and (min-width:992px){.lg\:h-40{height:calc(5.26rem + 28.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:h-40{height:40rem}}@media only screen and (min-width:992px){.lg\:h-40-pct{height:40%}.lg\:h-50-pct{height:50%}.lg\:h-50{height:calc(6.26rem + 36.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:h-50{height:50rem}}@media only screen and (min-width:992px){.lg\:h-55{height:calc(6.76rem + 40.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:h-55{height:55rem}}@media only screen and (min-width:992px){.lg\:h-60{height:calc(7.26rem + 43.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:h-60{height:60rem}}@media only screen and (min-width:992px){.lg\:h-70{height:calc(8.26rem + 51.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:h-70{height:70rem}}@media only screen and (min-width:992px){.lg\:h-60-pct{height:60%}.lg\:h-70-pct{height:70%}.lg\:h-80-pct{height:80%}.lg\:h-90-pct{height:90%}.lg\:max-w-20{max-width:20rem}.lg\:max-w-30{max-width:30rem}.lg\:max-w-40{max-width:40rem}.lg\:max-w-50{max-width:50rem}.lg\:max-w-60{max-width:60rem}.lg\:max-w-70{max-width:70rem}.lg\:max-w-80{max-width:80rem}.lg\:max-w-90{max-width:90rem}.lg\:min-h-15{min-height:15rem}.lg\:min-h-17{min-height:17rem}.lg\:min-h-20{min-height:20rem}.lg\:min-h-25{min-height:25rem}.lg\:min-h-20-fluid{min-height:calc(3.26rem + 13.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:min-h-20-fluid{min-height:20rem}}@media only screen and (min-width:992px){.lg\:min-h-25-fluid{min-height:calc(3.76rem + 17.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:min-h-25-fluid{min-height:25rem}}@media only screen and (min-width:992px){.lg\:min-h-30{min-height:30rem}.lg\:min-h-30-fluid{min-height:calc(4.26rem + 21.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:min-h-30-fluid{min-height:30rem}}@media only screen and (min-width:992px){.lg\:min-h-35-fluid{min-height:calc(4.76rem + 25.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:min-h-35-fluid{min-height:35rem}}@media only screen and (min-width:992px){.lg\:min-h-40{min-height:40rem}.lg\:min-h-40-fluid{min-height:calc(5.26rem + 28.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:min-h-40-fluid{min-height:40rem}}@media only screen and (min-width:992px){.lg\:min-h-50{min-height:calc(6.26rem + 36.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:min-h-50{min-height:50rem}}@media only screen and (min-width:992px){.lg\:min-h-55{min-height:calc(6.76rem + 40.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:min-h-55{min-height:55rem}}@media only screen and (min-width:992px){.lg\:min-h-50{min-height:50vh}.lg\:min-h-60{min-height:60vh}.lg\:min-h-70{min-height:70vh}.lg\:min-h-80{min-height:80vh}.lg\:min-h-90{min-height:90vh}.lg\:min-h-full{min-height:100vh}}@media only screen and (min-width:1200px){.xl\:w-full{width:100%}.xl\:w-auto{width:auto}.xl\:h-full{height:100%}.xl\:h-screen-65{height:65vh}.xl\:h-auto{height:auto}.xl\:h-3-fixed{height:3rem}.xl\:h-20{height:calc(3.26rem + 13.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:h-20{height:20rem}}@media only screen and (min-width:1200px){.xl\:h-25{height:calc(3.76rem + 17.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:h-25{height:25rem}}@media only screen and (min-width:1200px){.xl\:h-30{height:calc(4.26rem + 21.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:h-30{height:30rem}}@media only screen and (min-width:1200px){.xl\:h-40{height:calc(5.26rem + 28.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:h-40{height:40rem}}@media only screen and (min-width:1200px){.xl\:h-55{height:calc(6.76rem + 40.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:h-55{height:55rem}}@media only screen and (min-width:1200px){.xl\:min-h-15{min-height:15rem}.xl\:min-h-17{min-height:17rem}.xl\:min-h-20{min-height:20rem}.xl\:min-h-25{min-height:25rem}.xl\:min-h-20-fluid{min-height:calc(3.26rem + 13.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:min-h-20-fluid{min-height:20rem}}@media only screen and (min-width:1200px){.xl\:min-h-30{min-height:30rem}.xl\:min-h-30-fluid{min-height:calc(4.26rem + 21.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:min-h-30-fluid{min-height:30rem}}@media only screen and (min-width:1200px){.xl\:min-h-35-fluid{min-height:calc(4.76rem + 25.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:min-h-35-fluid{min-height:35rem}}@media only screen and (min-width:1200px){.xl\:min-h-40{min-height:40rem}.xl\:min-h-40-fluid{min-height:calc(5.26rem + 28.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:min-h-40-fluid{min-height:40rem}}@media only screen and (min-width:1200px){.xl\:min-h-50{min-height:calc(6.26rem + 36.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:min-h-50{min-height:50rem}}@media only screen and (min-width:1200px){.xl\:min-h-55{min-height:calc(6.76rem + 40.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:min-h-55{min-height:55rem}}@media only screen and (min-width:1200px){.xl\:min-h-50{min-height:50vh}.xl\:min-h-60{min-height:60vh}.xl\:min-h-70{min-height:70vh}.xl\:min-h-80{min-height:80vh}.xl\:min-h-90{min-height:90vh}.xl\:min-h-full{min-height:100vh}.xl\:max-w-20{max-width:20rem}.xl\:max-w-30{max-width:30rem}.xl\:max-w-40{max-width:40rem}.xl\:max-w-50{max-width:50rem}.xl\:max-w-80{max-width:80rem}}.block{display:block}.inline{display:inline}.inline-block{display:inline-block}.fs-1{font-size:1rem}.fs-1\.3{font-size:1.3rem}.fs-1\.3\!{font-size:1.3rem!important}.fs-1p3{font-size:1.3rem}.fs-1p5{font-size:calc(1.41rem + .075vw)}@media (min-width:1200px){.fs-1p5{font-size:1.5rem}}.fs-2{font-size:calc(1.46rem + .45vw);line-height:1.4}@media (min-width:1200px){.fs-2{font-size:2rem}}.fs-2p5{font-size:calc(1.51rem + .825vw);line-height:1.4}@media (min-width:1200px){.fs-2p5{font-size:2.5rem}}.fs-3{font-size:calc(1.56rem + 1.2vw);line-height:1.3}@media (min-width:1200px){.fs-3{font-size:3rem}}.fs-3p5{font-size:calc(1.61rem + 1.575vw);line-height:1.3}@media (min-width:1200px){.fs-3p5{font-size:3.5rem}}.fs-4{font-size:calc(1.66rem + 1.95vw);line-height:1.2}@media (min-width:1200px){.fs-4{font-size:4rem}}.fs-4p5{font-size:calc(1.71rem + 2.325vw);line-height:1.2}@media (min-width:1200px){.fs-4p5{font-size:4.5rem}}.fs-5{font-size:calc(1.76rem + 2.7vw);line-height:1.2}@media (min-width:1200px){.fs-5{font-size:5rem}}.fs-5p5{font-size:calc(1.81rem + 3.075vw);line-height:1.2}@media (min-width:1200px){.fs-5p5{font-size:5.5rem}}.fs-6{font-size:calc(1.86rem + 3.45vw);line-height:1.1}@media (min-width:1200px){.fs-6{font-size:6rem}}.fs-6p5{font-size:calc(1.91rem + 3.825vw);line-height:1.1}@media (min-width:1200px){.fs-6p5{font-size:6.5rem}}.fs-7{font-size:calc(1.96rem + 4.2vw);line-height:1.1}@media (min-width:1200px){.fs-7{font-size:7rem}}.fs-7p5{font-size:calc(2.01rem + 4.575vw);line-height:1.1}@media (min-width:1200px){.fs-7p5{font-size:7.5rem}}.fs-8{font-size:calc(2.06rem + 4.95vw);line-height:1}@media (min-width:1200px){.fs-8{font-size:8rem}}@media only screen and (min-width:576px){.sm\:fs-1{font-size:1rem}.sm\:fs-1p3{font-size:1.3rem}.sm\:fs-1p5{font-size:calc(1.41rem + .075vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:fs-1p5{font-size:1.5rem}}@media only screen and (min-width:576px){.sm\:fs-2{font-size:calc(1.46rem + .45vw);line-height:1.4}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:fs-2{font-size:2rem}}@media only screen and (min-width:576px){.sm\:fs-2p5{font-size:calc(1.51rem + .825vw);line-height:1.4}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:fs-2p5{font-size:2.5rem}}@media only screen and (min-width:576px){.sm\:fs-3{font-size:calc(1.56rem + 1.2vw);line-height:1.3}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:fs-3{font-size:3rem}}@media only screen and (min-width:576px){.sm\:fs-3p5{font-size:calc(1.61rem + 1.575vw);line-height:1.3}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:fs-3p5{font-size:3.5rem}}@media only screen and (min-width:576px){.sm\:fs-4{font-size:calc(1.66rem + 1.95vw);line-height:1.2}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:fs-4{font-size:4rem}}@media only screen and (min-width:576px){.sm\:fs-4p5{font-size:calc(1.71rem + 2.325vw);line-height:1.2}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:fs-4p5{font-size:4.5rem}}@media only screen and (min-width:576px){.sm\:fs-5{font-size:calc(1.76rem + 2.7vw);line-height:1.2}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:fs-5{font-size:5rem}}@media only screen and (min-width:576px){.sm\:fs-5p5{font-size:calc(1.81rem + 3.075vw);line-height:1.2}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:fs-5p5{font-size:5.5rem}}@media only screen and (min-width:576px){.sm\:fs-6{font-size:calc(1.86rem + 3.45vw);line-height:1.1}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:fs-6{font-size:6rem}}@media only screen and (min-width:576px){.sm\:fs-6p5{font-size:calc(1.91rem + 3.825vw);line-height:1.1}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:fs-6p5{font-size:6.5rem}}@media only screen and (min-width:576px){.sm\:fs-7{font-size:calc(1.96rem + 4.2vw);line-height:1.1}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:fs-7{font-size:7rem}}@media only screen and (min-width:576px){.sm\:fs-7p5{font-size:calc(2.01rem + 4.575vw);line-height:1.1}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:fs-7p5{font-size:7.5rem}}@media only screen and (min-width:576px){.sm\:fs-8{font-size:calc(2.06rem + 4.95vw);line-height:1}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:fs-8{font-size:8rem}}@media only screen and (min-width:768px){.md\:fs-1{font-size:1rem}.md\:fs-1p3{font-size:1.3rem}.md\:fs-1p5{font-size:calc(1.41rem + .075vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:fs-1p5{font-size:1.5rem}}@media only screen and (min-width:768px){.md\:fs-2{font-size:calc(1.46rem + .45vw);line-height:1.4}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:fs-2{font-size:2rem}}@media only screen and (min-width:768px){.md\:fs-2p5{font-size:calc(1.51rem + .825vw);line-height:1.4}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:fs-2p5{font-size:2.5rem}}@media only screen and (min-width:768px){.md\:fs-3{font-size:calc(1.56rem + 1.2vw);line-height:1.3}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:fs-3{font-size:3rem}}@media only screen and (min-width:768px){.md\:fs-3p5{font-size:calc(1.61rem + 1.575vw);line-height:1.3}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:fs-3p5{font-size:3.5rem}}@media only screen and (min-width:768px){.md\:fs-4{font-size:calc(1.66rem + 1.95vw);line-height:1.2}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:fs-4{font-size:4rem}}@media only screen and (min-width:768px){.md\:fs-4p5{font-size:calc(1.71rem + 2.325vw);line-height:1.2}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:fs-4p5{font-size:4.5rem}}@media only screen and (min-width:768px){.md\:fs-5{font-size:calc(1.76rem + 2.7vw);line-height:1.2}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:fs-5{font-size:5rem}}@media only screen and (min-width:768px){.md\:fs-5p5{font-size:calc(1.81rem + 3.075vw);line-height:1.2}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:fs-5p5{font-size:5.5rem}}@media only screen and (min-width:768px){.md\:fs-6{font-size:calc(1.86rem + 3.45vw);line-height:1.1}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:fs-6{font-size:6rem}}@media only screen and (min-width:768px){.md\:fs-6p5{font-size:calc(1.91rem + 3.825vw);line-height:1.1}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:fs-6p5{font-size:6.5rem}}@media only screen and (min-width:768px){.md\:fs-7{font-size:calc(1.96rem + 4.2vw);line-height:1.1}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:fs-7{font-size:7rem}}@media only screen and (min-width:768px){.md\:fs-7p5{font-size:calc(2.01rem + 4.575vw);line-height:1.1}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:fs-7p5{font-size:7.5rem}}@media only screen and (min-width:768px){.md\:fs-8{font-size:calc(2.06rem + 4.95vw);line-height:1}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:fs-8{font-size:8rem}}@media only screen and (min-width:992px){.lg\:fs-1{font-size:1rem}.lg\:fs-1p3{font-size:1.3rem}.lg\:fs-1p5{font-size:calc(1.41rem + .075vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:fs-1p5{font-size:1.5rem}}@media only screen and (min-width:992px){.lg\:fs-2{font-size:calc(1.46rem + .45vw);line-height:1.4}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:fs-2{font-size:2rem}}@media only screen and (min-width:992px){.lg\:fs-2p5{font-size:calc(1.51rem + .825vw);line-height:1.4}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:fs-2p5{font-size:2.5rem}}@media only screen and (min-width:992px){.lg\:fs-3{font-size:calc(1.56rem + 1.2vw);line-height:1.3}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:fs-3{font-size:3rem}}@media only screen and (min-width:992px){.lg\:fs-3p5{font-size:calc(1.61rem + 1.575vw);line-height:1.3}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:fs-3p5{font-size:3.5rem}}@media only screen and (min-width:992px){.lg\:fs-4{font-size:calc(1.66rem + 1.95vw);line-height:1.2}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:fs-4{font-size:4rem}}@media only screen and (min-width:992px){.lg\:fs-4p5{font-size:calc(1.71rem + 2.325vw);line-height:1.2}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:fs-4p5{font-size:4.5rem}}@media only screen and (min-width:992px){.lg\:fs-5{font-size:calc(1.76rem + 2.7vw);line-height:1.2}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:fs-5{font-size:5rem}}@media only screen and (min-width:992px){.lg\:fs-5p5{font-size:calc(1.81rem + 3.075vw);line-height:1.2}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:fs-5p5{font-size:5.5rem}}@media only screen and (min-width:992px){.lg\:fs-6{font-size:calc(1.86rem + 3.45vw);line-height:1.1}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:fs-6{font-size:6rem}}@media only screen and (min-width:992px){.lg\:fs-6p5{font-size:calc(1.91rem + 3.825vw);line-height:1.1}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:fs-6p5{font-size:6.5rem}}@media only screen and (min-width:992px){.lg\:fs-7{font-size:calc(1.96rem + 4.2vw);line-height:1.1}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:fs-7{font-size:7rem}}@media only screen and (min-width:992px){.lg\:fs-7p5{font-size:calc(2.01rem + 4.575vw);line-height:1.1}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:fs-7p5{font-size:7.5rem}}@media only screen and (min-width:992px){.lg\:fs-8{font-size:calc(2.06rem + 4.95vw);line-height:1}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:fs-8{font-size:8rem}}@media only screen and (min-width:1200px){.xl\:fs-1{font-size:1rem}.xl\:fs-1p3{font-size:1.3rem}.xl\:fs-1p5{font-size:calc(1.41rem + .075vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:fs-1p5{font-size:1.5rem}}@media only screen and (min-width:1200px){.xl\:fs-2{font-size:calc(1.46rem + .45vw);line-height:1.4}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:fs-2{font-size:2rem}}@media only screen and (min-width:1200px){.xl\:fs-2p5{font-size:calc(1.51rem + .825vw);line-height:1.4}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:fs-2p5{font-size:2.5rem}}@media only screen and (min-width:1200px){.xl\:fs-3{font-size:calc(1.56rem + 1.2vw);line-height:1.3}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:fs-3{font-size:3rem}}@media only screen and (min-width:1200px){.xl\:fs-3p5{font-size:calc(1.61rem + 1.575vw);line-height:1.3}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:fs-3p5{font-size:3.5rem}}@media only screen and (min-width:1200px){.xl\:fs-4{font-size:calc(1.66rem + 1.95vw);line-height:1.2}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:fs-4{font-size:4rem}}@media only screen and (min-width:1200px){.xl\:fs-4p5{font-size:calc(1.71rem + 2.325vw);line-height:1.2}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:fs-4p5{font-size:4.5rem}}@media only screen and (min-width:1200px){.xl\:fs-5{font-size:calc(1.76rem + 2.7vw);line-height:1.2}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:fs-5{font-size:5rem}}@media only screen and (min-width:1200px){.xl\:fs-5p5{font-size:calc(1.81rem + 3.075vw);line-height:1.2}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:fs-5p5{font-size:5.5rem}}@media only screen and (min-width:1200px){.xl\:fs-6{font-size:calc(1.86rem + 3.45vw);line-height:1.1}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:fs-6{font-size:6rem}}@media only screen and (min-width:1200px){.xl\:fs-6p5{font-size:calc(1.91rem + 3.825vw);line-height:1.1}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:fs-6p5{font-size:6.5rem}}@media only screen and (min-width:1200px){.xl\:fs-7{font-size:calc(1.96rem + 4.2vw);line-height:1.1}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:fs-7{font-size:7rem}}@media only screen and (min-width:1200px){.xl\:fs-7p5{font-size:calc(2.01rem + 4.575vw);line-height:1.1}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:fs-7p5{font-size:7.5rem}}@media only screen and (min-width:1200px){.xl\:fs-8{font-size:calc(2.06rem + 4.95vw);line-height:1}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:fs-8{font-size:8rem}}@media only screen and (min-width:1200px){.hover\:bg-theme{transition:.3s ease-in-out}.hover\:bg-theme:hover{background-color:var(--theme)}.hover\:bg-theme-hover{transition:.3s ease-in-out}.hover\:bg-theme-hover:hover{background-color:var(--theme-hover)}.hover\:text-theme{transition:.3s ease-in-out}.hover\:text-theme:hover{color:var(--theme)}.hover\:text-theme-hover{transition:.3s ease-in-out}.hover\:text-theme-hover:hover{color:var(--theme-hover)}.hover\:text-white{transition:.3s ease-in-out}.hover\:text-white:hover{color:var(--white)}.hover\:text-initial{transition:.3s ease-in-out}.hover\:text-initial:hover{color:initial}.hover\:bg-blue{transition:background-color .3s ease-in-out,color .3s ease-in-out}.hover\:bg-blue:hover{background-color:var(--theme);color:#fff}.hover\:button-theme-hover{transition:background-color .3s ease-in-out,color .3s ease-in-out,border .3s ease-in-out}.hover\:button-theme-hover:hover{background-color:var(--theme-hover)!important;color:#fff;border-color:var(--theme-hover)!important}}.ls-1{letter-spacing:.1em}.lh-auto{line-height:1.5}.lh-1{line-height:1}.lh-2{line-height:2}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-n1{-ms-flex-order:-1;order:-1}.order-n2{-ms-flex-order:-2;order:-2}.order-unset{-ms-flex-order:unset;order:unset}@media only screen and (min-width:576px){.sm\:order-0{-ms-flex-order:0;order:0}.sm\:order-1{-ms-flex-order:1;order:1}.sm\:order-2{-ms-flex-order:2;order:2}.sm\:order-n1{-ms-flex-order:-1;order:-1}.sm\:order-n2{-ms-flex-order:-2;order:-2}.sm\:order-unset{-ms-flex-order:unset;order:unset}}@media only screen and (min-width:768px){.md\:order-0{-ms-flex-order:0;order:0}.md\:order-1{-ms-flex-order:1;order:1}.md\:order-2{-ms-flex-order:2;order:2}.md\:order-n1{-ms-flex-order:-1;order:-1}.md\:order-n2{-ms-flex-order:-2;order:-2}.md\:order-unset{-ms-flex-order:unset;order:unset}}@media only screen and (min-width:992px){.lg\:order-0{-ms-flex-order:0;order:0}.lg\:order-1{-ms-flex-order:1;order:1}.lg\:order-2{-ms-flex-order:2;order:2}.lg\:order-n1{-ms-flex-order:-1;order:-1}.lg\:order-n2{-ms-flex-order:-2;order:-2}.lg\:order-unset{-ms-flex-order:unset;order:unset}}@media only screen and (min-width:1200px){.xl\:order-0{-ms-flex-order:0;order:0}.xl\:order-1{-ms-flex-order:1;order:1}.xl\:order-2{-ms-flex-order:2;order:2}.xl\:order-n1{-ms-flex-order:-1;order:-1}.xl\:order-n2{-ms-flex-order:-2;order:-2}.xl\:order-unset{-ms-flex-order:unset;order:unset}}.overflow-x-hidden{overflow-x:hidden}.overflow-y-hidden{overflow-y:hidden}.overflow-hidden{overflow:hidden}.rounded-0{border-radius:0}.rounded-0p5{border-radius:.5rem}.rounded-1{border-radius:1rem}.rounded-2{border-radius:calc(1.46rem + .45vw)}@media (min-width:1200px){.rounded-2{border-radius:2rem}}.rounded-3{border-radius:3em}.rounded-4{border-radius:calc(1.66rem + 1.95vw)}@media (min-width:1200px){.rounded-4{border-radius:4rem}}.rounded-5{border-radius:calc(1.76rem + 2.7vw)}@media (min-width:1200px){.rounded-5{border-radius:5rem}}.rounded-6{border-radius:calc(1.86rem + 3.45vw)}@media (min-width:1200px){.rounded-6{border-radius:6rem}}.rounded-7{border-radius:calc(1.96rem + 4.2vw)}@media (min-width:1200px){.rounded-7{border-radius:7rem}}.rounded-8{border-radius:calc(2.06rem + 4.95vw)}@media (min-width:1200px){.rounded-8{border-radius:8rem}}.rounded-9{border-radius:calc(2.16rem + 5.7vw)}@media (min-width:1200px){.rounded-9{border-radius:9rem}}.rounded-10{border-radius:calc(2.26rem + 6.45vw)}@media (min-width:1200px){.rounded-10{border-radius:10rem}}.rounded-15{border-radius:calc(2.76rem + 10.2vw)}@media (min-width:1200px){.rounded-15{border-radius:15rem}}.rounded-full{border-radius:9999px}.rounded-b-full{border-bottom-right-radius:9999px;border-bottom-left-radius:9999px}.rounded-b-1{border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}.rounded-t-full{border-top-right-radius:9999px;border-top-left-radius:9999px}.rounded-t-1{border-top-right-radius:1rem;border-top-left-radius:1rem}.rounded-l-full,.rounded-tl-full{border-top-left-radius:9999px;border-bottom-left-radius:9999px}.rounded-l-1,.rounded-tl-1{border-top-left-radius:1rem;border-bottom-left-radius:1rem}.rounded-r-full{border-top-right-radius:9999px;border-bottom-right-radius:9999px}.rounded-r-1{border-top-right-radius:1rem}.rounded-br-s-1,.rounded-r-1{border-bottom-right-radius:1rem}.rounded-br-s-2{border-bottom-right-radius:calc(1.46rem + .45vw)}@media (min-width:1200px){.rounded-br-s-2{border-bottom-right-radius:2rem}}.rounded-bl-s-1{border-bottom-left-radius:1rem}.rounded-bl-s-2{border-bottom-left-radius:calc(1.46rem + .45vw)}@media (min-width:1200px){.rounded-bl-s-2{border-bottom-left-radius:2rem}}.rounded-tl-s-1{border-top-left-radius:1rem}.rounded-tl-s-2{border-top-left-radius:calc(1.46rem + .45vw)}@media (min-width:1200px){.rounded-tl-s-2{border-top-left-radius:2rem}}.rounded-tr-s-1{border-top-right-radius:1rem}.rounded-tr-s-2{border-top-right-radius:calc(1.46rem + .45vw)}@media (min-width:1200px){.rounded-tr-s-2{border-top-right-radius:2rem}}.shadow-custom{box-shadow:0 .5rem 4rem var(--blue-shadow)}.shadow-default{box-shadow:0 0 4rem rgba(0,0,0,.1)}.shadow-circle-icon-theme{margin-right:0;position:relative;z-index:1;font-size:25px;line-height:55px}.shadow-circle-icon-theme:after{content:"";position:absolute;width:40px;z-index:-1;height:40px;top:6px;right:65%;border-radius:50%;background-color:var(--theme);opacity:.1}.shadow-circle-icon-theme-hover{margin-right:0;position:relative;z-index:1;font-size:25px;line-height:55px}.shadow-circle-icon-theme-hover:after{content:"";position:absolute;width:40px;z-index:-1;height:40px;top:6px;right:65%;border-radius:50%;background-color:var(--theme-hover);opacity:.1}.shadow-big-circle-icon-theme{margin-right:0;position:relative;z-index:1}.shadow-big-circle-icon-theme:after{content:"";position:absolute;width:60px;z-index:-1;height:60px;top:-5px;right:35%;border-radius:50%;background-color:var(--theme);opacity:.1}.shadow-big-circle-icon-theme-hover{margin-right:0;position:relative;z-index:1}.shadow-big-circle-icon-theme-hover:after{content:"";position:absolute;width:60px;z-index:-1;height:60px;top:-5px;right:35%;border-radius:50%;background-color:var(--theme-hover);opacity:.1}.mar-0{margin:0}.mar-0-imp{margin:0!important}.mar-1{margin:1rem}.mar-2{margin:calc(1.46rem + .45vw)}@media (min-width:1200px){.mar-2{margin:2rem}}.mar-3{margin:calc(1.56rem + 1.2vw)}@media (min-width:1200px){.mar-3{margin:3rem}}.mar-4{margin:calc(1.66rem + 1.95vw)}@media (min-width:1200px){.mar-4{margin:4rem}}.mar-5{margin:calc(1.76rem + 2.7vw)}@media (min-width:1200px){.mar-5{margin:5rem}}.mar-6{margin:calc(1.86rem + 3.45vw)}@media (min-width:1200px){.mar-6{margin:6rem}}.mar-7{margin:calc(1.96rem + 4.2vw)}@media (min-width:1200px){.mar-7{margin:7rem}}.mar-8{margin:calc(2.06rem + 4.95vw)}@media (min-width:1200px){.mar-8{margin:8rem}}.mar-9{margin:calc(2.16rem + 5.7vw)}@media (min-width:1200px){.mar-9{margin:9rem}}.mar-10{margin:calc(2.26rem + 6.45vw)}@media (min-width:1200px){.mar-10{margin:10rem}}.mar-11{margin:calc(2.36rem + 7.2vw)}@media (min-width:1200px){.mar-11{margin:11rem}}.mar-12{margin:calc(2.46rem + 7.95vw)}@media (min-width:1200px){.mar-12{margin:12rem}}.mar-13{margin:calc(2.56rem + 8.7vw)}@media (min-width:1200px){.mar-13{margin:13rem}}.mar-14{margin:calc(2.66rem + 9.45vw)}@media (min-width:1200px){.mar-14{margin:14rem}}.mar-15{margin:calc(2.76rem + 10.2vw)}@media (min-width:1200px){.mar-15{margin:15rem}}.mar-16{margin:calc(2.86rem + 10.95vw)}@media (min-width:1200px){.mar-16{margin:16rem}}.mar-17{margin:calc(2.96rem + 11.7vw)}@media (min-width:1200px){.mar-17{margin:17rem}}.mar-18{margin:calc(3.06rem + 12.45vw)}@media (min-width:1200px){.mar-18{margin:18rem}}.mar-19{margin:calc(3.16rem + 13.2vw)}@media (min-width:1200px){.mar-19{margin:19rem}}.mar-20{margin:calc(3.26rem + 13.95vw)}@media (min-width:1200px){.mar-20{margin:20rem}}.mar-21{margin:calc(3.36rem + 14.7vw)}@media (min-width:1200px){.mar-21{margin:21rem}}.mar-22{margin:calc(3.46rem + 15.45vw)}@media (min-width:1200px){.mar-22{margin:22rem}}.mar-23{margin:calc(3.56rem + 16.2vw)}@media (min-width:1200px){.mar-23{margin:23rem}}.mar-24{margin:calc(3.66rem + 16.95vw)}@media (min-width:1200px){.mar-24{margin:24rem}}.mar-25{margin:calc(3.76rem + 17.7vw)}@media (min-width:1200px){.mar-25{margin:25rem}}.mar-26{margin:calc(3.86rem + 18.45vw)}@media (min-width:1200px){.mar-26{margin:26rem}}.mar-27{margin:calc(3.96rem + 19.2vw)}@media (min-width:1200px){.mar-27{margin:27rem}}.mar-28{margin:calc(4.06rem + 19.95vw)}@media (min-width:1200px){.mar-28{margin:28rem}}.mar-29{margin:calc(4.16rem + 20.7vw)}@media (min-width:1200px){.mar-29{margin:29rem}}.mar-30{margin:calc(4.26rem + 21.45vw)}@media (min-width:1200px){.mar-30{margin:30rem}}.mar-40{margin:calc(5.26rem + 28.95vw)}@media (min-width:1200px){.mar-40{margin:40rem}}.mar-content{margin-bottom:calc(1.56rem + 1.2vw)}@media (min-width:1200px){.mar-content{margin-bottom:3rem}}@media only screen and (min-width:768px){.mar-content{margin-top:calc(1.76rem + 2.7vw);margin-bottom:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.mar-content{margin-top:5rem;margin-bottom:5rem}}@media only screen and (min-width:576px){.sm\:mar-0{margin:0}.sm\:mar-0-imp{margin:0!important}.sm\:mar-1{margin:1rem}.sm\:mar-2{margin:calc(1.46rem + .45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-2{margin:2rem}}@media only screen and (min-width:576px){.sm\:mar-3{margin:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-3{margin:3rem}}@media only screen and (min-width:576px){.sm\:mar-4{margin:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-4{margin:4rem}}@media only screen and (min-width:576px){.sm\:mar-5{margin:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-5{margin:5rem}}@media only screen and (min-width:576px){.sm\:mar-6{margin:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-6{margin:6rem}}@media only screen and (min-width:576px){.sm\:mar-7{margin:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-7{margin:7rem}}@media only screen and (min-width:576px){.sm\:mar-8{margin:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-8{margin:8rem}}@media only screen and (min-width:576px){.sm\:mar-9{margin:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-9{margin:9rem}}@media only screen and (min-width:576px){.sm\:mar-10{margin:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-10{margin:10rem}}@media only screen and (min-width:576px){.sm\:mar-11{margin:calc(2.36rem + 7.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-11{margin:11rem}}@media only screen and (min-width:576px){.sm\:mar-12{margin:calc(2.46rem + 7.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-12{margin:12rem}}@media only screen and (min-width:576px){.sm\:mar-13{margin:calc(2.56rem + 8.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-13{margin:13rem}}@media only screen and (min-width:576px){.sm\:mar-14{margin:calc(2.66rem + 9.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-14{margin:14rem}}@media only screen and (min-width:576px){.sm\:mar-15{margin:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-15{margin:15rem}}@media only screen and (min-width:576px){.sm\:mar-16{margin:calc(2.86rem + 10.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-16{margin:16rem}}@media only screen and (min-width:576px){.sm\:mar-17{margin:calc(2.96rem + 11.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-17{margin:17rem}}@media only screen and (min-width:576px){.sm\:mar-18{margin:calc(3.06rem + 12.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-18{margin:18rem}}@media only screen and (min-width:576px){.sm\:mar-19{margin:calc(3.16rem + 13.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-19{margin:19rem}}@media only screen and (min-width:576px){.sm\:mar-20{margin:calc(3.26rem + 13.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-20{margin:20rem}}@media only screen and (min-width:576px){.sm\:mar-21{margin:calc(3.36rem + 14.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-21{margin:21rem}}@media only screen and (min-width:576px){.sm\:mar-22{margin:calc(3.46rem + 15.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-22{margin:22rem}}@media only screen and (min-width:576px){.sm\:mar-23{margin:calc(3.56rem + 16.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-23{margin:23rem}}@media only screen and (min-width:576px){.sm\:mar-24{margin:calc(3.66rem + 16.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-24{margin:24rem}}@media only screen and (min-width:576px){.sm\:mar-25{margin:calc(3.76rem + 17.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-25{margin:25rem}}@media only screen and (min-width:576px){.sm\:mar-26{margin:calc(3.86rem + 18.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-26{margin:26rem}}@media only screen and (min-width:576px){.sm\:mar-27{margin:calc(3.96rem + 19.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-27{margin:27rem}}@media only screen and (min-width:576px){.sm\:mar-28{margin:calc(4.06rem + 19.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-28{margin:28rem}}@media only screen and (min-width:576px){.sm\:mar-29{margin:calc(4.16rem + 20.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-29{margin:29rem}}@media only screen and (min-width:576px){.sm\:mar-30{margin:calc(4.26rem + 21.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-30{margin:30rem}}@media only screen and (min-width:576px){.sm\:mar-40{margin:calc(5.26rem + 28.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-40{margin:40rem}}@media only screen and (min-width:768px){.md\:mar-0{margin:0}.md\:mar-0-imp{margin:0!important}.md\:mar-1{margin:1rem}.md\:mar-2{margin:calc(1.46rem + .45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-2{margin:2rem}}@media only screen and (min-width:768px){.md\:mar-3{margin:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-3{margin:3rem}}@media only screen and (min-width:768px){.md\:mar-4{margin:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-4{margin:4rem}}@media only screen and (min-width:768px){.md\:mar-5{margin:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-5{margin:5rem}}@media only screen and (min-width:768px){.md\:mar-6{margin:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-6{margin:6rem}}@media only screen and (min-width:768px){.md\:mar-7{margin:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-7{margin:7rem}}@media only screen and (min-width:768px){.md\:mar-8{margin:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-8{margin:8rem}}@media only screen and (min-width:768px){.md\:mar-9{margin:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-9{margin:9rem}}@media only screen and (min-width:768px){.md\:mar-10{margin:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-10{margin:10rem}}@media only screen and (min-width:768px){.md\:mar-11{margin:calc(2.36rem + 7.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-11{margin:11rem}}@media only screen and (min-width:768px){.md\:mar-12{margin:calc(2.46rem + 7.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-12{margin:12rem}}@media only screen and (min-width:768px){.md\:mar-13{margin:calc(2.56rem + 8.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-13{margin:13rem}}@media only screen and (min-width:768px){.md\:mar-14{margin:calc(2.66rem + 9.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-14{margin:14rem}}@media only screen and (min-width:768px){.md\:mar-15{margin:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-15{margin:15rem}}@media only screen and (min-width:768px){.md\:mar-16{margin:calc(2.86rem + 10.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-16{margin:16rem}}@media only screen and (min-width:768px){.md\:mar-17{margin:calc(2.96rem + 11.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-17{margin:17rem}}@media only screen and (min-width:768px){.md\:mar-18{margin:calc(3.06rem + 12.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-18{margin:18rem}}@media only screen and (min-width:768px){.md\:mar-19{margin:calc(3.16rem + 13.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-19{margin:19rem}}@media only screen and (min-width:768px){.md\:mar-20{margin:calc(3.26rem + 13.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-20{margin:20rem}}@media only screen and (min-width:768px){.md\:mar-21{margin:calc(3.36rem + 14.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-21{margin:21rem}}@media only screen and (min-width:768px){.md\:mar-22{margin:calc(3.46rem + 15.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-22{margin:22rem}}@media only screen and (min-width:768px){.md\:mar-23{margin:calc(3.56rem + 16.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-23{margin:23rem}}@media only screen and (min-width:768px){.md\:mar-24{margin:calc(3.66rem + 16.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-24{margin:24rem}}@media only screen and (min-width:768px){.md\:mar-25{margin:calc(3.76rem + 17.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-25{margin:25rem}}@media only screen and (min-width:768px){.md\:mar-26{margin:calc(3.86rem + 18.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-26{margin:26rem}}@media only screen and (min-width:768px){.md\:mar-27{margin:calc(3.96rem + 19.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-27{margin:27rem}}@media only screen and (min-width:768px){.md\:mar-28{margin:calc(4.06rem + 19.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-28{margin:28rem}}@media only screen and (min-width:768px){.md\:mar-29{margin:calc(4.16rem + 20.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-29{margin:29rem}}@media only screen and (min-width:768px){.md\:mar-30{margin:calc(4.26rem + 21.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-30{margin:30rem}}@media only screen and (min-width:768px){.md\:mar-40{margin:calc(5.26rem + 28.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-40{margin:40rem}}@media only screen and (min-width:992px){.lg\:mar-0{margin:0}.lg\:mar-0-imp{margin:0!important}.lg\:mar-1{margin:1rem}.lg\:mar-2{margin:calc(1.46rem + .45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-2{margin:2rem}}@media only screen and (min-width:992px){.lg\:mar-3{margin:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-3{margin:3rem}}@media only screen and (min-width:992px){.lg\:mar-4{margin:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-4{margin:4rem}}@media only screen and (min-width:992px){.lg\:mar-5{margin:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-5{margin:5rem}}@media only screen and (min-width:992px){.lg\:mar-6{margin:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-6{margin:6rem}}@media only screen and (min-width:992px){.lg\:mar-7{margin:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-7{margin:7rem}}@media only screen and (min-width:992px){.lg\:mar-8{margin:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-8{margin:8rem}}@media only screen and (min-width:992px){.lg\:mar-9{margin:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-9{margin:9rem}}@media only screen and (min-width:992px){.lg\:mar-10{margin:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-10{margin:10rem}}@media only screen and (min-width:992px){.lg\:mar-11{margin:calc(2.36rem + 7.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-11{margin:11rem}}@media only screen and (min-width:992px){.lg\:mar-12{margin:calc(2.46rem + 7.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-12{margin:12rem}}@media only screen and (min-width:992px){.lg\:mar-13{margin:calc(2.56rem + 8.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-13{margin:13rem}}@media only screen and (min-width:992px){.lg\:mar-14{margin:calc(2.66rem + 9.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-14{margin:14rem}}@media only screen and (min-width:992px){.lg\:mar-15{margin:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-15{margin:15rem}}@media only screen and (min-width:992px){.lg\:mar-16{margin:calc(2.86rem + 10.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-16{margin:16rem}}@media only screen and (min-width:992px){.lg\:mar-17{margin:calc(2.96rem + 11.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-17{margin:17rem}}@media only screen and (min-width:992px){.lg\:mar-18{margin:calc(3.06rem + 12.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-18{margin:18rem}}@media only screen and (min-width:992px){.lg\:mar-19{margin:calc(3.16rem + 13.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-19{margin:19rem}}@media only screen and (min-width:992px){.lg\:mar-20{margin:calc(3.26rem + 13.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-20{margin:20rem}}@media only screen and (min-width:992px){.lg\:mar-21{margin:calc(3.36rem + 14.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-21{margin:21rem}}@media only screen and (min-width:992px){.lg\:mar-22{margin:calc(3.46rem + 15.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-22{margin:22rem}}@media only screen and (min-width:992px){.lg\:mar-23{margin:calc(3.56rem + 16.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-23{margin:23rem}}@media only screen and (min-width:992px){.lg\:mar-24{margin:calc(3.66rem + 16.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-24{margin:24rem}}@media only screen and (min-width:992px){.lg\:mar-25{margin:calc(3.76rem + 17.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-25{margin:25rem}}@media only screen and (min-width:992px){.lg\:mar-26{margin:calc(3.86rem + 18.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-26{margin:26rem}}@media only screen and (min-width:992px){.lg\:mar-27{margin:calc(3.96rem + 19.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-27{margin:27rem}}@media only screen and (min-width:992px){.lg\:mar-28{margin:calc(4.06rem + 19.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-28{margin:28rem}}@media only screen and (min-width:992px){.lg\:mar-29{margin:calc(4.16rem + 20.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-29{margin:29rem}}@media only screen and (min-width:992px){.lg\:mar-30{margin:calc(4.26rem + 21.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-30{margin:30rem}}@media only screen and (min-width:992px){.lg\:mar-40{margin:calc(5.26rem + 28.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-40{margin:40rem}}@media only screen and (min-width:1200px){.xl\:mar-0{margin:0}.xl\:mar-0-imp{margin:0!important}.xl\:mar-1{margin:1rem}.xl\:mar-2{margin:calc(1.46rem + .45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-2{margin:2rem}}@media only screen and (min-width:1200px){.xl\:mar-3{margin:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-3{margin:3rem}}@media only screen and (min-width:1200px){.xl\:mar-4{margin:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-4{margin:4rem}}@media only screen and (min-width:1200px){.xl\:mar-5{margin:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-5{margin:5rem}}@media only screen and (min-width:1200px){.xl\:mar-6{margin:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-6{margin:6rem}}@media only screen and (min-width:1200px){.xl\:mar-7{margin:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-7{margin:7rem}}@media only screen and (min-width:1200px){.xl\:mar-8{margin:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-8{margin:8rem}}@media only screen and (min-width:1200px){.xl\:mar-9{margin:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-9{margin:9rem}}@media only screen and (min-width:1200px){.xl\:mar-10{margin:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-10{margin:10rem}}@media only screen and (min-width:1200px){.xl\:mar-11{margin:calc(2.36rem + 7.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-11{margin:11rem}}@media only screen and (min-width:1200px){.xl\:mar-12{margin:calc(2.46rem + 7.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-12{margin:12rem}}@media only screen and (min-width:1200px){.xl\:mar-13{margin:calc(2.56rem + 8.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-13{margin:13rem}}@media only screen and (min-width:1200px){.xl\:mar-14{margin:calc(2.66rem + 9.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-14{margin:14rem}}@media only screen and (min-width:1200px){.xl\:mar-15{margin:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-15{margin:15rem}}@media only screen and (min-width:1200px){.xl\:mar-16{margin:calc(2.86rem + 10.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-16{margin:16rem}}@media only screen and (min-width:1200px){.xl\:mar-17{margin:calc(2.96rem + 11.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-17{margin:17rem}}@media only screen and (min-width:1200px){.xl\:mar-18{margin:calc(3.06rem + 12.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-18{margin:18rem}}@media only screen and (min-width:1200px){.xl\:mar-19{margin:calc(3.16rem + 13.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-19{margin:19rem}}@media only screen and (min-width:1200px){.xl\:mar-20{margin:calc(3.26rem + 13.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-20{margin:20rem}}@media only screen and (min-width:1200px){.xl\:mar-21{margin:calc(3.36rem + 14.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-21{margin:21rem}}@media only screen and (min-width:1200px){.xl\:mar-22{margin:calc(3.46rem + 15.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-22{margin:22rem}}@media only screen and (min-width:1200px){.xl\:mar-23{margin:calc(3.56rem + 16.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-23{margin:23rem}}@media only screen and (min-width:1200px){.xl\:mar-24{margin:calc(3.66rem + 16.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-24{margin:24rem}}@media only screen and (min-width:1200px){.xl\:mar-25{margin:calc(3.76rem + 17.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-25{margin:25rem}}@media only screen and (min-width:1200px){.xl\:mar-26{margin:calc(3.86rem + 18.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-26{margin:26rem}}@media only screen and (min-width:1200px){.xl\:mar-27{margin:calc(3.96rem + 19.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-27{margin:27rem}}@media only screen and (min-width:1200px){.xl\:mar-28{margin:calc(4.06rem + 19.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-28{margin:28rem}}@media only screen and (min-width:1200px){.xl\:mar-29{margin:calc(4.16rem + 20.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-29{margin:29rem}}@media only screen and (min-width:1200px){.xl\:mar-30{margin:calc(4.26rem + 21.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-30{margin:30rem}}@media only screen and (min-width:1200px){.xl\:mar-40{margin:calc(5.26rem + 28.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-40{margin:40rem}}.mar-x-0{margin-left:0;margin-right:0}.mar-x-0-imp{margin-left:0!important;margin-right:0!important}.mar-x-auto{margin-left:auto;margin-right:auto}.mar-x-1{margin-left:1rem;margin-right:1rem}.mar-x-2{margin-left:calc(1.46rem + .45vw);margin-right:calc(1.46rem + .45vw)}@media (min-width:1200px){.mar-x-2{margin-left:2rem;margin-right:2rem}}.mar-x-3{margin-left:calc(1.56rem + 1.2vw);margin-right:calc(1.56rem + 1.2vw)}@media (min-width:1200px){.mar-x-3{margin-left:3rem;margin-right:3rem}}.mar-x-4{margin-left:calc(1.66rem + 1.95vw);margin-right:calc(1.66rem + 1.95vw)}@media (min-width:1200px){.mar-x-4{margin-left:4rem;margin-right:4rem}}.mar-x-5{margin-left:calc(1.76rem + 2.7vw);margin-right:calc(1.76rem + 2.7vw)}@media (min-width:1200px){.mar-x-5{margin-left:5rem;margin-right:5rem}}.mar-x-6{margin-left:calc(1.86rem + 3.45vw);margin-right:calc(1.86rem + 3.45vw)}@media (min-width:1200px){.mar-x-6{margin-left:6rem;margin-right:6rem}}.mar-x-7{margin-left:calc(1.96rem + 4.2vw);margin-right:calc(1.96rem + 4.2vw)}@media (min-width:1200px){.mar-x-7{margin-left:7rem;margin-right:7rem}}.mar-x-8{margin-left:calc(2.06rem + 4.95vw);margin-right:calc(2.06rem + 4.95vw)}@media (min-width:1200px){.mar-x-8{margin-left:8rem;margin-right:8rem}}.mar-x-9{margin-left:calc(2.16rem + 5.7vw);margin-right:calc(2.16rem + 5.7vw)}@media (min-width:1200px){.mar-x-9{margin-left:9rem;margin-right:9rem}}.mar-x-10{margin-left:calc(2.26rem + 6.45vw);margin-right:calc(2.26rem + 6.45vw)}@media (min-width:1200px){.mar-x-10{margin-left:10rem;margin-right:10rem}}.mar-x-11{margin-left:calc(2.36rem + 7.2vw);margin-right:calc(2.36rem + 7.2vw)}@media (min-width:1200px){.mar-x-11{margin-left:11rem;margin-right:11rem}}.mar-x-12{margin-left:calc(2.46rem + 7.95vw);margin-right:calc(2.46rem + 7.95vw)}@media (min-width:1200px){.mar-x-12{margin-left:12rem;margin-right:12rem}}.mar-x-13{margin-left:calc(2.56rem + 8.7vw);margin-right:calc(2.56rem + 8.7vw)}@media (min-width:1200px){.mar-x-13{margin-left:13rem;margin-right:13rem}}.mar-x-14{margin-left:calc(2.66rem + 9.45vw);margin-right:calc(2.66rem + 9.45vw)}@media (min-width:1200px){.mar-x-14{margin-left:14rem;margin-right:14rem}}.mar-x-15{margin-left:calc(2.76rem + 10.2vw);margin-right:calc(2.76rem + 10.2vw)}@media (min-width:1200px){.mar-x-15{margin-left:15rem;margin-right:15rem}}.mar-x-16{margin-left:calc(2.86rem + 10.95vw);margin-right:calc(2.86rem + 10.95vw)}@media (min-width:1200px){.mar-x-16{margin-left:16rem;margin-right:16rem}}.mar-x-17{margin-left:calc(2.96rem + 11.7vw);margin-right:calc(2.96rem + 11.7vw)}@media (min-width:1200px){.mar-x-17{margin-left:17rem;margin-right:17rem}}.mar-x-18{margin-left:calc(3.06rem + 12.45vw);margin-right:calc(3.06rem + 12.45vw)}@media (min-width:1200px){.mar-x-18{margin-left:18rem;margin-right:18rem}}.mar-x-19{margin-left:calc(3.16rem + 13.2vw);margin-right:calc(3.16rem + 13.2vw)}@media (min-width:1200px){.mar-x-19{margin-left:19rem;margin-right:19rem}}.mar-x-20{margin-left:calc(3.26rem + 13.95vw);margin-right:calc(3.26rem + 13.95vw)}@media (min-width:1200px){.mar-x-20{margin-left:20rem;margin-right:20rem}}.mar-x-21{margin-left:calc(3.36rem + 14.7vw);margin-right:calc(3.36rem + 14.7vw)}@media (min-width:1200px){.mar-x-21{margin-left:21rem;margin-right:21rem}}.mar-x-22{margin-left:calc(3.46rem + 15.45vw);margin-right:calc(3.46rem + 15.45vw)}@media (min-width:1200px){.mar-x-22{margin-left:22rem;margin-right:22rem}}.mar-x-23{margin-left:calc(3.56rem + 16.2vw);margin-right:calc(3.56rem + 16.2vw)}@media (min-width:1200px){.mar-x-23{margin-left:23rem;margin-right:23rem}}.mar-x-24{margin-left:calc(3.66rem + 16.95vw);margin-right:calc(3.66rem + 16.95vw)}@media (min-width:1200px){.mar-x-24{margin-left:24rem;margin-right:24rem}}.mar-x-25{margin-left:calc(3.76rem + 17.7vw);margin-right:calc(3.76rem + 17.7vw)}@media (min-width:1200px){.mar-x-25{margin-left:25rem;margin-right:25rem}}.mar-x-26{margin-left:calc(3.86rem + 18.45vw);margin-right:calc(3.86rem + 18.45vw)}@media (min-width:1200px){.mar-x-26{margin-left:26rem;margin-right:26rem}}.mar-x-27{margin-left:calc(3.96rem + 19.2vw);margin-right:calc(3.96rem + 19.2vw)}@media (min-width:1200px){.mar-x-27{margin-left:27rem;margin-right:27rem}}.mar-x-28{margin-left:calc(4.06rem + 19.95vw);margin-right:calc(4.06rem + 19.95vw)}@media (min-width:1200px){.mar-x-28{margin-left:28rem;margin-right:28rem}}.mar-x-29{margin-left:calc(4.16rem + 20.7vw);margin-right:calc(4.16rem + 20.7vw)}@media (min-width:1200px){.mar-x-29{margin-left:29rem;margin-right:29rem}}.mar-x-30{margin-left:calc(4.26rem + 21.45vw);margin-right:calc(4.26rem + 21.45vw)}@media (min-width:1200px){.mar-x-30{margin-left:30rem;margin-right:30rem}}.mar-x-40{margin-left:calc(5.26rem + 28.95vw);margin-right:calc(5.26rem + 28.95vw)}@media (min-width:1200px){.mar-x-40{margin-left:40rem;margin-right:40rem}}@media only screen and (min-width:576px){.sm\:mar-x-0{margin-left:0;margin-right:0}.sm\:mar-x-0-imp{margin-left:0!important;margin-right:0!important}.sm\:mar-x-auto{margin-left:auto;margin-right:auto}.sm\:mar-x-1{margin-left:1rem;margin-right:1rem}.sm\:mar-x-2{margin-left:calc(1.46rem + .45vw);margin-right:calc(1.46rem + .45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-x-2{margin-left:2rem;margin-right:2rem}}@media only screen and (min-width:576px){.sm\:mar-x-3{margin-left:calc(1.56rem + 1.2vw);margin-right:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-x-3{margin-left:3rem;margin-right:3rem}}@media only screen and (min-width:576px){.sm\:mar-x-4{margin-left:calc(1.66rem + 1.95vw);margin-right:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-x-4{margin-left:4rem;margin-right:4rem}}@media only screen and (min-width:576px){.sm\:mar-x-5{margin-left:calc(1.76rem + 2.7vw);margin-right:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-x-5{margin-left:5rem;margin-right:5rem}}@media only screen and (min-width:576px){.sm\:mar-x-6{margin-left:calc(1.86rem + 3.45vw);margin-right:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-x-6{margin-left:6rem;margin-right:6rem}}@media only screen and (min-width:576px){.sm\:mar-x-7{margin-left:calc(1.96rem + 4.2vw);margin-right:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-x-7{margin-left:7rem;margin-right:7rem}}@media only screen and (min-width:576px){.sm\:mar-x-8{margin-left:calc(2.06rem + 4.95vw);margin-right:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-x-8{margin-left:8rem;margin-right:8rem}}@media only screen and (min-width:576px){.sm\:mar-x-9{margin-left:calc(2.16rem + 5.7vw);margin-right:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-x-9{margin-left:9rem;margin-right:9rem}}@media only screen and (min-width:576px){.sm\:mar-x-10{margin-left:calc(2.26rem + 6.45vw);margin-right:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-x-10{margin-left:10rem;margin-right:10rem}}@media only screen and (min-width:576px){.sm\:mar-x-11{margin-left:calc(2.36rem + 7.2vw);margin-right:calc(2.36rem + 7.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-x-11{margin-left:11rem;margin-right:11rem}}@media only screen and (min-width:576px){.sm\:mar-x-12{margin-left:calc(2.46rem + 7.95vw);margin-right:calc(2.46rem + 7.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-x-12{margin-left:12rem;margin-right:12rem}}@media only screen and (min-width:576px){.sm\:mar-x-13{margin-left:calc(2.56rem + 8.7vw);margin-right:calc(2.56rem + 8.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-x-13{margin-left:13rem;margin-right:13rem}}@media only screen and (min-width:576px){.sm\:mar-x-14{margin-left:calc(2.66rem + 9.45vw);margin-right:calc(2.66rem + 9.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-x-14{margin-left:14rem;margin-right:14rem}}@media only screen and (min-width:576px){.sm\:mar-x-15{margin-left:calc(2.76rem + 10.2vw);margin-right:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-x-15{margin-left:15rem;margin-right:15rem}}@media only screen and (min-width:576px){.sm\:mar-x-16{margin-left:calc(2.86rem + 10.95vw);margin-right:calc(2.86rem + 10.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-x-16{margin-left:16rem;margin-right:16rem}}@media only screen and (min-width:576px){.sm\:mar-x-17{margin-left:calc(2.96rem + 11.7vw);margin-right:calc(2.96rem + 11.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-x-17{margin-left:17rem;margin-right:17rem}}@media only screen and (min-width:576px){.sm\:mar-x-18{margin-left:calc(3.06rem + 12.45vw);margin-right:calc(3.06rem + 12.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-x-18{margin-left:18rem;margin-right:18rem}}@media only screen and (min-width:576px){.sm\:mar-x-19{margin-left:calc(3.16rem + 13.2vw);margin-right:calc(3.16rem + 13.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-x-19{margin-left:19rem;margin-right:19rem}}@media only screen and (min-width:576px){.sm\:mar-x-20{margin-left:calc(3.26rem + 13.95vw);margin-right:calc(3.26rem + 13.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-x-20{margin-left:20rem;margin-right:20rem}}@media only screen and (min-width:576px){.sm\:mar-x-21{margin-left:calc(3.36rem + 14.7vw);margin-right:calc(3.36rem + 14.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-x-21{margin-left:21rem;margin-right:21rem}}@media only screen and (min-width:576px){.sm\:mar-x-22{margin-left:calc(3.46rem + 15.45vw);margin-right:calc(3.46rem + 15.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-x-22{margin-left:22rem;margin-right:22rem}}@media only screen and (min-width:576px){.sm\:mar-x-23{margin-left:calc(3.56rem + 16.2vw);margin-right:calc(3.56rem + 16.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-x-23{margin-left:23rem;margin-right:23rem}}@media only screen and (min-width:576px){.sm\:mar-x-24{margin-left:calc(3.66rem + 16.95vw);margin-right:calc(3.66rem + 16.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-x-24{margin-left:24rem;margin-right:24rem}}@media only screen and (min-width:576px){.sm\:mar-x-25{margin-left:calc(3.76rem + 17.7vw);margin-right:calc(3.76rem + 17.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-x-25{margin-left:25rem;margin-right:25rem}}@media only screen and (min-width:576px){.sm\:mar-x-26{margin-left:calc(3.86rem + 18.45vw);margin-right:calc(3.86rem + 18.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-x-26{margin-left:26rem;margin-right:26rem}}@media only screen and (min-width:576px){.sm\:mar-x-27{margin-left:calc(3.96rem + 19.2vw);margin-right:calc(3.96rem + 19.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-x-27{margin-left:27rem;margin-right:27rem}}@media only screen and (min-width:576px){.sm\:mar-x-28{margin-left:calc(4.06rem + 19.95vw);margin-right:calc(4.06rem + 19.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-x-28{margin-left:28rem;margin-right:28rem}}@media only screen and (min-width:576px){.sm\:mar-x-29{margin-left:calc(4.16rem + 20.7vw);margin-right:calc(4.16rem + 20.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-x-29{margin-left:29rem;margin-right:29rem}}@media only screen and (min-width:576px){.sm\:mar-x-30{margin-left:calc(4.26rem + 21.45vw);margin-right:calc(4.26rem + 21.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-x-30{margin-left:30rem;margin-right:30rem}}@media only screen and (min-width:576px){.sm\:mar-x-40{margin-left:calc(5.26rem + 28.95vw);margin-right:calc(5.26rem + 28.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-x-40{margin-left:40rem;margin-right:40rem}}@media only screen and (min-width:768px){.md\:mar-x-0{margin-left:0;margin-right:0}.md\:mar-x-0-imp{margin-left:0!important;margin-right:0!important}.md\:mar-x-auto{margin-left:auto;margin-right:auto}.md\:mar-x-1{margin-left:1rem;margin-right:1rem}.md\:mar-x-2{margin-left:calc(1.46rem + .45vw);margin-right:calc(1.46rem + .45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-x-2{margin-left:2rem;margin-right:2rem}}@media only screen and (min-width:768px){.md\:mar-x-3{margin-left:calc(1.56rem + 1.2vw);margin-right:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-x-3{margin-left:3rem;margin-right:3rem}}@media only screen and (min-width:768px){.md\:mar-x-4{margin-left:calc(1.66rem + 1.95vw);margin-right:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-x-4{margin-left:4rem;margin-right:4rem}}@media only screen and (min-width:768px){.md\:mar-x-5{margin-left:calc(1.76rem + 2.7vw);margin-right:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-x-5{margin-left:5rem;margin-right:5rem}}@media only screen and (min-width:768px){.md\:mar-x-6{margin-left:calc(1.86rem + 3.45vw);margin-right:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-x-6{margin-left:6rem;margin-right:6rem}}@media only screen and (min-width:768px){.md\:mar-x-7{margin-left:calc(1.96rem + 4.2vw);margin-right:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-x-7{margin-left:7rem;margin-right:7rem}}@media only screen and (min-width:768px){.md\:mar-x-8{margin-left:calc(2.06rem + 4.95vw);margin-right:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-x-8{margin-left:8rem;margin-right:8rem}}@media only screen and (min-width:768px){.md\:mar-x-9{margin-left:calc(2.16rem + 5.7vw);margin-right:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-x-9{margin-left:9rem;margin-right:9rem}}@media only screen and (min-width:768px){.md\:mar-x-10{margin-left:calc(2.26rem + 6.45vw);margin-right:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-x-10{margin-left:10rem;margin-right:10rem}}@media only screen and (min-width:768px){.md\:mar-x-11{margin-left:calc(2.36rem + 7.2vw);margin-right:calc(2.36rem + 7.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-x-11{margin-left:11rem;margin-right:11rem}}@media only screen and (min-width:768px){.md\:mar-x-12{margin-left:calc(2.46rem + 7.95vw);margin-right:calc(2.46rem + 7.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-x-12{margin-left:12rem;margin-right:12rem}}@media only screen and (min-width:768px){.md\:mar-x-13{margin-left:calc(2.56rem + 8.7vw);margin-right:calc(2.56rem + 8.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-x-13{margin-left:13rem;margin-right:13rem}}@media only screen and (min-width:768px){.md\:mar-x-14{margin-left:calc(2.66rem + 9.45vw);margin-right:calc(2.66rem + 9.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-x-14{margin-left:14rem;margin-right:14rem}}@media only screen and (min-width:768px){.md\:mar-x-15{margin-left:calc(2.76rem + 10.2vw);margin-right:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-x-15{margin-left:15rem;margin-right:15rem}}@media only screen and (min-width:768px){.md\:mar-x-16{margin-left:calc(2.86rem + 10.95vw);margin-right:calc(2.86rem + 10.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-x-16{margin-left:16rem;margin-right:16rem}}@media only screen and (min-width:768px){.md\:mar-x-17{margin-left:calc(2.96rem + 11.7vw);margin-right:calc(2.96rem + 11.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-x-17{margin-left:17rem;margin-right:17rem}}@media only screen and (min-width:768px){.md\:mar-x-18{margin-left:calc(3.06rem + 12.45vw);margin-right:calc(3.06rem + 12.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-x-18{margin-left:18rem;margin-right:18rem}}@media only screen and (min-width:768px){.md\:mar-x-19{margin-left:calc(3.16rem + 13.2vw);margin-right:calc(3.16rem + 13.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-x-19{margin-left:19rem;margin-right:19rem}}@media only screen and (min-width:768px){.md\:mar-x-20{margin-left:calc(3.26rem + 13.95vw);margin-right:calc(3.26rem + 13.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-x-20{margin-left:20rem;margin-right:20rem}}@media only screen and (min-width:768px){.md\:mar-x-21{margin-left:calc(3.36rem + 14.7vw);margin-right:calc(3.36rem + 14.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-x-21{margin-left:21rem;margin-right:21rem}}@media only screen and (min-width:768px){.md\:mar-x-22{margin-left:calc(3.46rem + 15.45vw);margin-right:calc(3.46rem + 15.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-x-22{margin-left:22rem;margin-right:22rem}}@media only screen and (min-width:768px){.md\:mar-x-23{margin-left:calc(3.56rem + 16.2vw);margin-right:calc(3.56rem + 16.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-x-23{margin-left:23rem;margin-right:23rem}}@media only screen and (min-width:768px){.md\:mar-x-24{margin-left:calc(3.66rem + 16.95vw);margin-right:calc(3.66rem + 16.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-x-24{margin-left:24rem;margin-right:24rem}}@media only screen and (min-width:768px){.md\:mar-x-25{margin-left:calc(3.76rem + 17.7vw);margin-right:calc(3.76rem + 17.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-x-25{margin-left:25rem;margin-right:25rem}}@media only screen and (min-width:768px){.md\:mar-x-26{margin-left:calc(3.86rem + 18.45vw);margin-right:calc(3.86rem + 18.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-x-26{margin-left:26rem;margin-right:26rem}}@media only screen and (min-width:768px){.md\:mar-x-27{margin-left:calc(3.96rem + 19.2vw);margin-right:calc(3.96rem + 19.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-x-27{margin-left:27rem;margin-right:27rem}}@media only screen and (min-width:768px){.md\:mar-x-28{margin-left:calc(4.06rem + 19.95vw);margin-right:calc(4.06rem + 19.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-x-28{margin-left:28rem;margin-right:28rem}}@media only screen and (min-width:768px){.md\:mar-x-29{margin-left:calc(4.16rem + 20.7vw);margin-right:calc(4.16rem + 20.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-x-29{margin-left:29rem;margin-right:29rem}}@media only screen and (min-width:768px){.md\:mar-x-30{margin-left:calc(4.26rem + 21.45vw);margin-right:calc(4.26rem + 21.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-x-30{margin-left:30rem;margin-right:30rem}}@media only screen and (min-width:768px){.md\:mar-x-40{margin-left:calc(5.26rem + 28.95vw);margin-right:calc(5.26rem + 28.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-x-40{margin-left:40rem;margin-right:40rem}}@media only screen and (min-width:992px){.lg\:mar-x-0{margin-left:0;margin-right:0}.lg\:mar-x-0-imp{margin-left:0!important;margin-right:0!important}.lg\:mar-x-auto{margin-left:auto;margin-right:auto}.lg\:mar-x-1{margin-left:1rem;margin-right:1rem}.lg\:mar-x-2{margin-left:calc(1.46rem + .45vw);margin-right:calc(1.46rem + .45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-x-2{margin-left:2rem;margin-right:2rem}}@media only screen and (min-width:992px){.lg\:mar-x-3{margin-left:calc(1.56rem + 1.2vw);margin-right:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-x-3{margin-left:3rem;margin-right:3rem}}@media only screen and (min-width:992px){.lg\:mar-x-4{margin-left:calc(1.66rem + 1.95vw);margin-right:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-x-4{margin-left:4rem;margin-right:4rem}}@media only screen and (min-width:992px){.lg\:mar-x-5{margin-left:calc(1.76rem + 2.7vw);margin-right:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-x-5{margin-left:5rem;margin-right:5rem}}@media only screen and (min-width:992px){.lg\:mar-x-6{margin-left:calc(1.86rem + 3.45vw);margin-right:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-x-6{margin-left:6rem;margin-right:6rem}}@media only screen and (min-width:992px){.lg\:mar-x-7{margin-left:calc(1.96rem + 4.2vw);margin-right:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-x-7{margin-left:7rem;margin-right:7rem}}@media only screen and (min-width:992px){.lg\:mar-x-8{margin-left:calc(2.06rem + 4.95vw);margin-right:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-x-8{margin-left:8rem;margin-right:8rem}}@media only screen and (min-width:992px){.lg\:mar-x-9{margin-left:calc(2.16rem + 5.7vw);margin-right:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-x-9{margin-left:9rem;margin-right:9rem}}@media only screen and (min-width:992px){.lg\:mar-x-10{margin-left:calc(2.26rem + 6.45vw);margin-right:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-x-10{margin-left:10rem;margin-right:10rem}}@media only screen and (min-width:992px){.lg\:mar-x-11{margin-left:calc(2.36rem + 7.2vw);margin-right:calc(2.36rem + 7.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-x-11{margin-left:11rem;margin-right:11rem}}@media only screen and (min-width:992px){.lg\:mar-x-12{margin-left:calc(2.46rem + 7.95vw);margin-right:calc(2.46rem + 7.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-x-12{margin-left:12rem;margin-right:12rem}}@media only screen and (min-width:992px){.lg\:mar-x-13{margin-left:calc(2.56rem + 8.7vw);margin-right:calc(2.56rem + 8.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-x-13{margin-left:13rem;margin-right:13rem}}@media only screen and (min-width:992px){.lg\:mar-x-14{margin-left:calc(2.66rem + 9.45vw);margin-right:calc(2.66rem + 9.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-x-14{margin-left:14rem;margin-right:14rem}}@media only screen and (min-width:992px){.lg\:mar-x-15{margin-left:calc(2.76rem + 10.2vw);margin-right:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-x-15{margin-left:15rem;margin-right:15rem}}@media only screen and (min-width:992px){.lg\:mar-x-16{margin-left:calc(2.86rem + 10.95vw);margin-right:calc(2.86rem + 10.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-x-16{margin-left:16rem;margin-right:16rem}}@media only screen and (min-width:992px){.lg\:mar-x-17{margin-left:calc(2.96rem + 11.7vw);margin-right:calc(2.96rem + 11.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-x-17{margin-left:17rem;margin-right:17rem}}@media only screen and (min-width:992px){.lg\:mar-x-18{margin-left:calc(3.06rem + 12.45vw);margin-right:calc(3.06rem + 12.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-x-18{margin-left:18rem;margin-right:18rem}}@media only screen and (min-width:992px){.lg\:mar-x-19{margin-left:calc(3.16rem + 13.2vw);margin-right:calc(3.16rem + 13.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-x-19{margin-left:19rem;margin-right:19rem}}@media only screen and (min-width:992px){.lg\:mar-x-20{margin-left:calc(3.26rem + 13.95vw);margin-right:calc(3.26rem + 13.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-x-20{margin-left:20rem;margin-right:20rem}}@media only screen and (min-width:992px){.lg\:mar-x-21{margin-left:calc(3.36rem + 14.7vw);margin-right:calc(3.36rem + 14.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-x-21{margin-left:21rem;margin-right:21rem}}@media only screen and (min-width:992px){.lg\:mar-x-22{margin-left:calc(3.46rem + 15.45vw);margin-right:calc(3.46rem + 15.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-x-22{margin-left:22rem;margin-right:22rem}}@media only screen and (min-width:992px){.lg\:mar-x-23{margin-left:calc(3.56rem + 16.2vw);margin-right:calc(3.56rem + 16.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-x-23{margin-left:23rem;margin-right:23rem}}@media only screen and (min-width:992px){.lg\:mar-x-24{margin-left:calc(3.66rem + 16.95vw);margin-right:calc(3.66rem + 16.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-x-24{margin-left:24rem;margin-right:24rem}}@media only screen and (min-width:992px){.lg\:mar-x-25{margin-left:calc(3.76rem + 17.7vw);margin-right:calc(3.76rem + 17.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-x-25{margin-left:25rem;margin-right:25rem}}@media only screen and (min-width:992px){.lg\:mar-x-26{margin-left:calc(3.86rem + 18.45vw);margin-right:calc(3.86rem + 18.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-x-26{margin-left:26rem;margin-right:26rem}}@media only screen and (min-width:992px){.lg\:mar-x-27{margin-left:calc(3.96rem + 19.2vw);margin-right:calc(3.96rem + 19.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-x-27{margin-left:27rem;margin-right:27rem}}@media only screen and (min-width:992px){.lg\:mar-x-28{margin-left:calc(4.06rem + 19.95vw);margin-right:calc(4.06rem + 19.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-x-28{margin-left:28rem;margin-right:28rem}}@media only screen and (min-width:992px){.lg\:mar-x-29{margin-left:calc(4.16rem + 20.7vw);margin-right:calc(4.16rem + 20.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-x-29{margin-left:29rem;margin-right:29rem}}@media only screen and (min-width:992px){.lg\:mar-x-30{margin-left:calc(4.26rem + 21.45vw);margin-right:calc(4.26rem + 21.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-x-30{margin-left:30rem;margin-right:30rem}}@media only screen and (min-width:992px){.lg\:mar-x-40{margin-left:calc(5.26rem + 28.95vw);margin-right:calc(5.26rem + 28.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-x-40{margin-left:40rem;margin-right:40rem}}@media only screen and (min-width:1200px){.xl\:mar-x-0{margin-left:0;margin-right:0}.xl\:mar-x-0-imp{margin-left:0!important;margin-right:0!important}.xl\:mar-x-auto{margin-left:auto;margin-right:auto}.xl\:mar-x-1{margin-left:1rem;margin-right:1rem}.xl\:mar-x-2{margin-left:calc(1.46rem + .45vw);margin-right:calc(1.46rem + .45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-x-2{margin-left:2rem;margin-right:2rem}}@media only screen and (min-width:1200px){.xl\:mar-x-3{margin-left:calc(1.56rem + 1.2vw);margin-right:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-x-3{margin-left:3rem;margin-right:3rem}}@media only screen and (min-width:1200px){.xl\:mar-x-4{margin-left:calc(1.66rem + 1.95vw);margin-right:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-x-4{margin-left:4rem;margin-right:4rem}}@media only screen and (min-width:1200px){.xl\:mar-x-5{margin-left:calc(1.76rem + 2.7vw);margin-right:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-x-5{margin-left:5rem;margin-right:5rem}}@media only screen and (min-width:1200px){.xl\:mar-x-6{margin-left:calc(1.86rem + 3.45vw);margin-right:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-x-6{margin-left:6rem;margin-right:6rem}}@media only screen and (min-width:1200px){.xl\:mar-x-7{margin-left:calc(1.96rem + 4.2vw);margin-right:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-x-7{margin-left:7rem;margin-right:7rem}}@media only screen and (min-width:1200px){.xl\:mar-x-8{margin-left:calc(2.06rem + 4.95vw);margin-right:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-x-8{margin-left:8rem;margin-right:8rem}}@media only screen and (min-width:1200px){.xl\:mar-x-9{margin-left:calc(2.16rem + 5.7vw);margin-right:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-x-9{margin-left:9rem;margin-right:9rem}}@media only screen and (min-width:1200px){.xl\:mar-x-10{margin-left:calc(2.26rem + 6.45vw);margin-right:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-x-10{margin-left:10rem;margin-right:10rem}}@media only screen and (min-width:1200px){.xl\:mar-x-11{margin-left:calc(2.36rem + 7.2vw);margin-right:calc(2.36rem + 7.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-x-11{margin-left:11rem;margin-right:11rem}}@media only screen and (min-width:1200px){.xl\:mar-x-12{margin-left:calc(2.46rem + 7.95vw);margin-right:calc(2.46rem + 7.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-x-12{margin-left:12rem;margin-right:12rem}}@media only screen and (min-width:1200px){.xl\:mar-x-13{margin-left:calc(2.56rem + 8.7vw);margin-right:calc(2.56rem + 8.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-x-13{margin-left:13rem;margin-right:13rem}}@media only screen and (min-width:1200px){.xl\:mar-x-14{margin-left:calc(2.66rem + 9.45vw);margin-right:calc(2.66rem + 9.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-x-14{margin-left:14rem;margin-right:14rem}}@media only screen and (min-width:1200px){.xl\:mar-x-15{margin-left:calc(2.76rem + 10.2vw);margin-right:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-x-15{margin-left:15rem;margin-right:15rem}}@media only screen and (min-width:1200px){.xl\:mar-x-16{margin-left:calc(2.86rem + 10.95vw);margin-right:calc(2.86rem + 10.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-x-16{margin-left:16rem;margin-right:16rem}}@media only screen and (min-width:1200px){.xl\:mar-x-17{margin-left:calc(2.96rem + 11.7vw);margin-right:calc(2.96rem + 11.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-x-17{margin-left:17rem;margin-right:17rem}}@media only screen and (min-width:1200px){.xl\:mar-x-18{margin-left:calc(3.06rem + 12.45vw);margin-right:calc(3.06rem + 12.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-x-18{margin-left:18rem;margin-right:18rem}}@media only screen and (min-width:1200px){.xl\:mar-x-19{margin-left:calc(3.16rem + 13.2vw);margin-right:calc(3.16rem + 13.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-x-19{margin-left:19rem;margin-right:19rem}}@media only screen and (min-width:1200px){.xl\:mar-x-20{margin-left:calc(3.26rem + 13.95vw);margin-right:calc(3.26rem + 13.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-x-20{margin-left:20rem;margin-right:20rem}}@media only screen and (min-width:1200px){.xl\:mar-x-21{margin-left:calc(3.36rem + 14.7vw);margin-right:calc(3.36rem + 14.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-x-21{margin-left:21rem;margin-right:21rem}}@media only screen and (min-width:1200px){.xl\:mar-x-22{margin-left:calc(3.46rem + 15.45vw);margin-right:calc(3.46rem + 15.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-x-22{margin-left:22rem;margin-right:22rem}}@media only screen and (min-width:1200px){.xl\:mar-x-23{margin-left:calc(3.56rem + 16.2vw);margin-right:calc(3.56rem + 16.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-x-23{margin-left:23rem;margin-right:23rem}}@media only screen and (min-width:1200px){.xl\:mar-x-24{margin-left:calc(3.66rem + 16.95vw);margin-right:calc(3.66rem + 16.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-x-24{margin-left:24rem;margin-right:24rem}}@media only screen and (min-width:1200px){.xl\:mar-x-25{margin-left:calc(3.76rem + 17.7vw);margin-right:calc(3.76rem + 17.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-x-25{margin-left:25rem;margin-right:25rem}}@media only screen and (min-width:1200px){.xl\:mar-x-26{margin-left:calc(3.86rem + 18.45vw);margin-right:calc(3.86rem + 18.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-x-26{margin-left:26rem;margin-right:26rem}}@media only screen and (min-width:1200px){.xl\:mar-x-27{margin-left:calc(3.96rem + 19.2vw);margin-right:calc(3.96rem + 19.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-x-27{margin-left:27rem;margin-right:27rem}}@media only screen and (min-width:1200px){.xl\:mar-x-28{margin-left:calc(4.06rem + 19.95vw);margin-right:calc(4.06rem + 19.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-x-28{margin-left:28rem;margin-right:28rem}}@media only screen and (min-width:1200px){.xl\:mar-x-29{margin-left:calc(4.16rem + 20.7vw);margin-right:calc(4.16rem + 20.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-x-29{margin-left:29rem;margin-right:29rem}}@media only screen and (min-width:1200px){.xl\:mar-x-30{margin-left:calc(4.26rem + 21.45vw);margin-right:calc(4.26rem + 21.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-x-30{margin-left:30rem;margin-right:30rem}}@media only screen and (min-width:1200px){.xl\:mar-x-40{margin-left:calc(5.26rem + 28.95vw);margin-right:calc(5.26rem + 28.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-x-40{margin-left:40rem;margin-right:40rem}}.mar-x-n1{margin-left:-1rem;margin-right:-1rem}.mar-x-n2{margin-left:calc(-1.46rem - .45vw);margin-right:calc(-1.46rem - .45vw)}@media (min-width:1200px){.mar-x-n2{margin-left:-2rem;margin-right:-2rem}}.mar-x-n3{margin-left:calc(-1.46rem - 1.2vw);margin-right:calc(-1.46rem - 1.2vw)}@media (min-width:1200px){.mar-x-n3{margin-left:-3rem;margin-right:-3rem}}.mar-x-n4{margin-left:calc(-1.46rem - 1.95vw);margin-right:calc(-1.46rem - 1.95vw)}@media (min-width:1200px){.mar-x-n4{margin-left:-4rem;margin-right:-4rem}}.mar-x-n5{margin-left:calc(-1.46rem - 2.7vw);margin-right:calc(-1.46rem - 2.7vw)}@media (min-width:1200px){.mar-x-n5{margin-left:-5rem;margin-right:-5rem}}.mar-x-n6{margin-left:calc(-1.46rem - 3.45vw);margin-right:calc(-1.46rem - 3.45vw)}@media (min-width:1200px){.mar-x-n6{margin-left:-6rem;margin-right:-6rem}}.mar-x-n7{margin-left:calc(-1.46rem - 4.2vw);margin-right:calc(-1.46rem - 4.2vw)}@media (min-width:1200px){.mar-x-n7{margin-left:-7rem;margin-right:-7rem}}.mar-x-n8{margin-left:calc(-1.46rem - 4.95vw);margin-right:calc(-1.46rem - 4.95vw)}@media (min-width:1200px){.mar-x-n8{margin-left:-8rem;margin-right:-8rem}}.mar-x-n9{margin-left:calc(-1.46rem - 5.7vw);margin-right:calc(-1.46rem - 5.7vw)}@media (min-width:1200px){.mar-x-n9{margin-left:-9rem;margin-right:-9rem}}.mar-x-n10{margin-left:calc(-1.46rem - 6.45vw);margin-right:calc(-1.46rem - 6.45vw)}@media (min-width:1200px){.mar-x-n10{margin-left:-10rem;margin-right:-10rem}}.mar-x-n11{margin-left:calc(-1.46rem - 7.2vw);margin-right:calc(-1.46rem - 7.2vw)}@media (min-width:1200px){.mar-x-n11{margin-left:-11rem;margin-right:-11rem}}.mar-x-n12{margin-left:calc(-1.46rem - 7.95vw);margin-right:calc(-1.46rem - 7.95vw)}@media (min-width:1200px){.mar-x-n12{margin-left:-12rem;margin-right:-12rem}}.mar-x-n13{margin-left:calc(-1.46rem - 8.7vw);margin-right:calc(-1.46rem - 8.7vw)}@media (min-width:1200px){.mar-x-n13{margin-left:-13rem;margin-right:-13rem}}.mar-x-n14{margin-left:calc(-1.46rem - 9.45vw);margin-right:calc(-1.46rem - 9.45vw)}@media (min-width:1200px){.mar-x-n14{margin-left:-14rem;margin-right:-14rem}}.mar-x-n15{margin-left:calc(-1.46rem - 10.2vw);margin-right:calc(-1.46rem - 10.2vw)}@media (min-width:1200px){.mar-x-n15{margin-left:-15rem;margin-right:-15rem}}.mar-x-n16{margin-left:calc(-1.46rem - 10.95vw);margin-right:calc(-1.46rem - 10.95vw)}@media (min-width:1200px){.mar-x-n16{margin-left:-16rem;margin-right:-16rem}}.mar-x-n17{margin-left:calc(-1.46rem - 11.7vw);margin-right:calc(-1.46rem - 11.7vw)}@media (min-width:1200px){.mar-x-n17{margin-left:-17rem;margin-right:-17rem}}.mar-x-n18{margin-left:calc(-1.46rem - 12.45vw);margin-right:calc(-1.46rem - 12.45vw)}@media (min-width:1200px){.mar-x-n18{margin-left:-18rem;margin-right:-18rem}}.mar-x-n19{margin-left:calc(-1.46rem - 13.2vw);margin-right:calc(-1.46rem - 13.2vw)}@media (min-width:1200px){.mar-x-n19{margin-left:-19rem;margin-right:-19rem}}.mar-x-n20{margin-left:calc(-1.46rem - 13.95vw);margin-right:calc(-1.46rem - 13.95vw)}@media (min-width:1200px){.mar-x-n20{margin-left:-20rem;margin-right:-20rem}}.mar-x-n21{margin-left:calc(-1.46rem - 14.7vw);margin-right:calc(-1.46rem - 14.7vw)}@media (min-width:1200px){.mar-x-n21{margin-left:-21rem;margin-right:-21rem}}.mar-x-n22{margin-left:calc(-1.46rem - 15.45vw);margin-right:calc(-1.46rem - 15.45vw)}@media (min-width:1200px){.mar-x-n22{margin-left:-22rem;margin-right:-22rem}}.mar-x-n23{margin-left:calc(-1.46rem - 16.2vw);margin-right:calc(-1.46rem - 16.2vw)}@media (min-width:1200px){.mar-x-n23{margin-left:-23rem;margin-right:-23rem}}.mar-x-n24{margin-left:calc(-1.46rem - 16.95vw);margin-right:calc(-1.46rem - 16.95vw)}@media (min-width:1200px){.mar-x-n24{margin-left:-24rem;margin-right:-24rem}}.mar-x-n25{margin-left:calc(-1.46rem - 17.7vw);margin-right:calc(-1.46rem - 17.7vw)}@media (min-width:1200px){.mar-x-n25{margin-left:-25rem;margin-right:-25rem}}.mar-x-n26{margin-left:calc(-1.46rem - 18.45vw);margin-right:calc(-1.46rem - 18.45vw)}@media (min-width:1200px){.mar-x-n26{margin-left:-26rem;margin-right:-26rem}}.mar-x-n27{margin-left:calc(-1.46rem - 19.2vw);margin-right:calc(-1.46rem - 19.2vw)}@media (min-width:1200px){.mar-x-n27{margin-left:-27rem;margin-right:-27rem}}.mar-x-n28{margin-left:calc(-1.46rem - 19.95vw);margin-right:calc(-1.46rem - 19.95vw)}@media (min-width:1200px){.mar-x-n28{margin-left:-28rem;margin-right:-28rem}}.mar-x-n29{margin-left:calc(-1.46rem - 20.7vw);margin-right:calc(-1.46rem - 20.7vw)}@media (min-width:1200px){.mar-x-n29{margin-left:-29rem;margin-right:-29rem}}.mar-x-n30{margin-left:calc(-1.46rem - 21.45vw);margin-right:calc(-1.46rem - 21.45vw)}@media (min-width:1200px){.mar-x-n30{margin-left:-30rem;margin-right:-30rem}}.mar-x-n40{margin-left:calc(-1.46rem - 28.95vw);margin-right:calc(-1.46rem - 28.95vw)}@media (min-width:1200px){.mar-x-n40{margin-left:-40rem;margin-right:-40rem}}@media only screen and (min-width:576px){.sm\:mar-x-n1{margin-left:-1rem;margin-right:-1rem}.sm\:mar-x-n2{margin-left:calc(-1.46rem - .45vw);margin-right:calc(-1.46rem - .45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-x-n2{margin-left:-2rem;margin-right:-2rem}}@media only screen and (min-width:576px){.sm\:mar-x-n3{margin-left:calc(-1.46rem - 1.2vw);margin-right:calc(-1.46rem - 1.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-x-n3{margin-left:-3rem;margin-right:-3rem}}@media only screen and (min-width:576px){.sm\:mar-x-n4{margin-left:calc(-1.46rem - 1.95vw);margin-right:calc(-1.46rem - 1.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-x-n4{margin-left:-4rem;margin-right:-4rem}}@media only screen and (min-width:576px){.sm\:mar-x-n5{margin-left:calc(-1.46rem - 2.7vw);margin-right:calc(-1.46rem - 2.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-x-n5{margin-left:-5rem;margin-right:-5rem}}@media only screen and (min-width:576px){.sm\:mar-x-n6{margin-left:calc(-1.46rem - 3.45vw);margin-right:calc(-1.46rem - 3.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-x-n6{margin-left:-6rem;margin-right:-6rem}}@media only screen and (min-width:576px){.sm\:mar-x-n7{margin-left:calc(-1.46rem - 4.2vw);margin-right:calc(-1.46rem - 4.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-x-n7{margin-left:-7rem;margin-right:-7rem}}@media only screen and (min-width:576px){.sm\:mar-x-n8{margin-left:calc(-1.46rem - 4.95vw);margin-right:calc(-1.46rem - 4.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-x-n8{margin-left:-8rem;margin-right:-8rem}}@media only screen and (min-width:576px){.sm\:mar-x-n9{margin-left:calc(-1.46rem - 5.7vw);margin-right:calc(-1.46rem - 5.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-x-n9{margin-left:-9rem;margin-right:-9rem}}@media only screen and (min-width:576px){.sm\:mar-x-n10{margin-left:calc(-1.46rem - 6.45vw);margin-right:calc(-1.46rem - 6.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-x-n10{margin-left:-10rem;margin-right:-10rem}}@media only screen and (min-width:576px){.sm\:mar-x-n11{margin-left:calc(-1.46rem - 7.2vw);margin-right:calc(-1.46rem - 7.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-x-n11{margin-left:-11rem;margin-right:-11rem}}@media only screen and (min-width:576px){.sm\:mar-x-n12{margin-left:calc(-1.46rem - 7.95vw);margin-right:calc(-1.46rem - 7.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-x-n12{margin-left:-12rem;margin-right:-12rem}}@media only screen and (min-width:576px){.sm\:mar-x-n13{margin-left:calc(-1.46rem - 8.7vw);margin-right:calc(-1.46rem - 8.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-x-n13{margin-left:-13rem;margin-right:-13rem}}@media only screen and (min-width:576px){.sm\:mar-x-n14{margin-left:calc(-1.46rem - 9.45vw);margin-right:calc(-1.46rem - 9.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-x-n14{margin-left:-14rem;margin-right:-14rem}}@media only screen and (min-width:576px){.sm\:mar-x-n15{margin-left:calc(-1.46rem - 10.2vw);margin-right:calc(-1.46rem - 10.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-x-n15{margin-left:-15rem;margin-right:-15rem}}@media only screen and (min-width:576px){.sm\:mar-x-n16{margin-left:calc(-1.46rem - 10.95vw);margin-right:calc(-1.46rem - 10.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-x-n16{margin-left:-16rem;margin-right:-16rem}}@media only screen and (min-width:576px){.sm\:mar-x-n17{margin-left:calc(-1.46rem - 11.7vw);margin-right:calc(-1.46rem - 11.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-x-n17{margin-left:-17rem;margin-right:-17rem}}@media only screen and (min-width:576px){.sm\:mar-x-n18{margin-left:calc(-1.46rem - 12.45vw);margin-right:calc(-1.46rem - 12.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-x-n18{margin-left:-18rem;margin-right:-18rem}}@media only screen and (min-width:576px){.sm\:mar-x-n19{margin-left:calc(-1.46rem - 13.2vw);margin-right:calc(-1.46rem - 13.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-x-n19{margin-left:-19rem;margin-right:-19rem}}@media only screen and (min-width:576px){.sm\:mar-x-n20{margin-left:calc(-1.46rem - 13.95vw);margin-right:calc(-1.46rem - 13.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-x-n20{margin-left:-20rem;margin-right:-20rem}}@media only screen and (min-width:576px){.sm\:mar-x-n21{margin-left:calc(-1.46rem - 14.7vw);margin-right:calc(-1.46rem - 14.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-x-n21{margin-left:-21rem;margin-right:-21rem}}@media only screen and (min-width:576px){.sm\:mar-x-n22{margin-left:calc(-1.46rem - 15.45vw);margin-right:calc(-1.46rem - 15.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-x-n22{margin-left:-22rem;margin-right:-22rem}}@media only screen and (min-width:576px){.sm\:mar-x-n23{margin-left:calc(-1.46rem - 16.2vw);margin-right:calc(-1.46rem - 16.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-x-n23{margin-left:-23rem;margin-right:-23rem}}@media only screen and (min-width:576px){.sm\:mar-x-n24{margin-left:calc(-1.46rem - 16.95vw);margin-right:calc(-1.46rem - 16.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-x-n24{margin-left:-24rem;margin-right:-24rem}}@media only screen and (min-width:576px){.sm\:mar-x-n25{margin-left:calc(-1.46rem - 17.7vw);margin-right:calc(-1.46rem - 17.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-x-n25{margin-left:-25rem;margin-right:-25rem}}@media only screen and (min-width:576px){.sm\:mar-x-n26{margin-left:calc(-1.46rem - 18.45vw);margin-right:calc(-1.46rem - 18.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-x-n26{margin-left:-26rem;margin-right:-26rem}}@media only screen and (min-width:576px){.sm\:mar-x-n27{margin-left:calc(-1.46rem - 19.2vw);margin-right:calc(-1.46rem - 19.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-x-n27{margin-left:-27rem;margin-right:-27rem}}@media only screen and (min-width:576px){.sm\:mar-x-n28{margin-left:calc(-1.46rem - 19.95vw);margin-right:calc(-1.46rem - 19.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-x-n28{margin-left:-28rem;margin-right:-28rem}}@media only screen and (min-width:576px){.sm\:mar-x-n29{margin-left:calc(-1.46rem - 20.7vw);margin-right:calc(-1.46rem - 20.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-x-n29{margin-left:-29rem;margin-right:-29rem}}@media only screen and (min-width:576px){.sm\:mar-x-n30{margin-left:calc(-1.46rem - 21.45vw);margin-right:calc(-1.46rem - 21.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-x-n30{margin-left:-30rem;margin-right:-30rem}}@media only screen and (min-width:576px){.sm\:mar-x-n40{margin-left:calc(-1.46rem - 28.95vw);margin-right:calc(-1.46rem - 28.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-x-n40{margin-left:-40rem;margin-right:-40rem}}@media only screen and (min-width:768px){.md\:mar-x-n1{margin-left:-1rem;margin-right:-1rem}.md\:mar-x-n2{margin-left:calc(-1.46rem - .45vw);margin-right:calc(-1.46rem - .45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-x-n2{margin-left:-2rem;margin-right:-2rem}}@media only screen and (min-width:768px){.md\:mar-x-n3{margin-left:calc(-1.46rem - 1.2vw);margin-right:calc(-1.46rem - 1.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-x-n3{margin-left:-3rem;margin-right:-3rem}}@media only screen and (min-width:768px){.md\:mar-x-n4{margin-left:calc(-1.46rem - 1.95vw);margin-right:calc(-1.46rem - 1.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-x-n4{margin-left:-4rem;margin-right:-4rem}}@media only screen and (min-width:768px){.md\:mar-x-n5{margin-left:calc(-1.46rem - 2.7vw);margin-right:calc(-1.46rem - 2.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-x-n5{margin-left:-5rem;margin-right:-5rem}}@media only screen and (min-width:768px){.md\:mar-x-n6{margin-left:calc(-1.46rem - 3.45vw);margin-right:calc(-1.46rem - 3.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-x-n6{margin-left:-6rem;margin-right:-6rem}}@media only screen and (min-width:768px){.md\:mar-x-n7{margin-left:calc(-1.46rem - 4.2vw);margin-right:calc(-1.46rem - 4.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-x-n7{margin-left:-7rem;margin-right:-7rem}}@media only screen and (min-width:768px){.md\:mar-x-n8{margin-left:calc(-1.46rem - 4.95vw);margin-right:calc(-1.46rem - 4.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-x-n8{margin-left:-8rem;margin-right:-8rem}}@media only screen and (min-width:768px){.md\:mar-x-n9{margin-left:calc(-1.46rem - 5.7vw);margin-right:calc(-1.46rem - 5.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-x-n9{margin-left:-9rem;margin-right:-9rem}}@media only screen and (min-width:768px){.md\:mar-x-n10{margin-left:calc(-1.46rem - 6.45vw);margin-right:calc(-1.46rem - 6.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-x-n10{margin-left:-10rem;margin-right:-10rem}}@media only screen and (min-width:768px){.md\:mar-x-n11{margin-left:calc(-1.46rem - 7.2vw);margin-right:calc(-1.46rem - 7.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-x-n11{margin-left:-11rem;margin-right:-11rem}}@media only screen and (min-width:768px){.md\:mar-x-n12{margin-left:calc(-1.46rem - 7.95vw);margin-right:calc(-1.46rem - 7.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-x-n12{margin-left:-12rem;margin-right:-12rem}}@media only screen and (min-width:768px){.md\:mar-x-n13{margin-left:calc(-1.46rem - 8.7vw);margin-right:calc(-1.46rem - 8.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-x-n13{margin-left:-13rem;margin-right:-13rem}}@media only screen and (min-width:768px){.md\:mar-x-n14{margin-left:calc(-1.46rem - 9.45vw);margin-right:calc(-1.46rem - 9.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-x-n14{margin-left:-14rem;margin-right:-14rem}}@media only screen and (min-width:768px){.md\:mar-x-n15{margin-left:calc(-1.46rem - 10.2vw);margin-right:calc(-1.46rem - 10.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-x-n15{margin-left:-15rem;margin-right:-15rem}}@media only screen and (min-width:768px){.md\:mar-x-n16{margin-left:calc(-1.46rem - 10.95vw);margin-right:calc(-1.46rem - 10.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-x-n16{margin-left:-16rem;margin-right:-16rem}}@media only screen and (min-width:768px){.md\:mar-x-n17{margin-left:calc(-1.46rem - 11.7vw);margin-right:calc(-1.46rem - 11.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-x-n17{margin-left:-17rem;margin-right:-17rem}}@media only screen and (min-width:768px){.md\:mar-x-n18{margin-left:calc(-1.46rem - 12.45vw);margin-right:calc(-1.46rem - 12.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-x-n18{margin-left:-18rem;margin-right:-18rem}}@media only screen and (min-width:768px){.md\:mar-x-n19{margin-left:calc(-1.46rem - 13.2vw);margin-right:calc(-1.46rem - 13.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-x-n19{margin-left:-19rem;margin-right:-19rem}}@media only screen and (min-width:768px){.md\:mar-x-n20{margin-left:calc(-1.46rem - 13.95vw);margin-right:calc(-1.46rem - 13.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-x-n20{margin-left:-20rem;margin-right:-20rem}}@media only screen and (min-width:768px){.md\:mar-x-n21{margin-left:calc(-1.46rem - 14.7vw);margin-right:calc(-1.46rem - 14.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-x-n21{margin-left:-21rem;margin-right:-21rem}}@media only screen and (min-width:768px){.md\:mar-x-n22{margin-left:calc(-1.46rem - 15.45vw);margin-right:calc(-1.46rem - 15.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-x-n22{margin-left:-22rem;margin-right:-22rem}}@media only screen and (min-width:768px){.md\:mar-x-n23{margin-left:calc(-1.46rem - 16.2vw);margin-right:calc(-1.46rem - 16.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-x-n23{margin-left:-23rem;margin-right:-23rem}}@media only screen and (min-width:768px){.md\:mar-x-n24{margin-left:calc(-1.46rem - 16.95vw);margin-right:calc(-1.46rem - 16.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-x-n24{margin-left:-24rem;margin-right:-24rem}}@media only screen and (min-width:768px){.md\:mar-x-n25{margin-left:calc(-1.46rem - 17.7vw);margin-right:calc(-1.46rem - 17.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-x-n25{margin-left:-25rem;margin-right:-25rem}}@media only screen and (min-width:768px){.md\:mar-x-n26{margin-left:calc(-1.46rem - 18.45vw);margin-right:calc(-1.46rem - 18.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-x-n26{margin-left:-26rem;margin-right:-26rem}}@media only screen and (min-width:768px){.md\:mar-x-n27{margin-left:calc(-1.46rem - 19.2vw);margin-right:calc(-1.46rem - 19.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-x-n27{margin-left:-27rem;margin-right:-27rem}}@media only screen and (min-width:768px){.md\:mar-x-n28{margin-left:calc(-1.46rem - 19.95vw);margin-right:calc(-1.46rem - 19.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-x-n28{margin-left:-28rem;margin-right:-28rem}}@media only screen and (min-width:768px){.md\:mar-x-n29{margin-left:calc(-1.46rem - 20.7vw);margin-right:calc(-1.46rem - 20.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-x-n29{margin-left:-29rem;margin-right:-29rem}}@media only screen and (min-width:768px){.md\:mar-x-n30{margin-left:calc(-1.46rem - 21.45vw);margin-right:calc(-1.46rem - 21.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-x-n30{margin-left:-30rem;margin-right:-30rem}}@media only screen and (min-width:768px){.md\:mar-x-n40{margin-left:calc(-1.46rem - 28.95vw);margin-right:calc(-1.46rem - 28.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-x-n40{margin-left:-40rem;margin-right:-40rem}}@media only screen and (min-width:992px){.lg\:mar-x-n1{margin-left:-1rem;margin-right:-1rem}.lg\:mar-x-n2{margin-left:calc(-1.46rem - .45vw);margin-right:calc(-1.46rem - .45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-x-n2{margin-left:-2rem;margin-right:-2rem}}@media only screen and (min-width:992px){.lg\:mar-x-n3{margin-left:calc(-1.46rem - 1.2vw);margin-right:calc(-1.46rem - 1.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-x-n3{margin-left:-3rem;margin-right:-3rem}}@media only screen and (min-width:992px){.lg\:mar-x-n4{margin-left:calc(-1.46rem - 1.95vw);margin-right:calc(-1.46rem - 1.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-x-n4{margin-left:-4rem;margin-right:-4rem}}@media only screen and (min-width:992px){.lg\:mar-x-n5{margin-left:calc(-1.46rem - 2.7vw);margin-right:calc(-1.46rem - 2.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-x-n5{margin-left:-5rem;margin-right:-5rem}}@media only screen and (min-width:992px){.lg\:mar-x-n6{margin-left:calc(-1.46rem - 3.45vw);margin-right:calc(-1.46rem - 3.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-x-n6{margin-left:-6rem;margin-right:-6rem}}@media only screen and (min-width:992px){.lg\:mar-x-n7{margin-left:calc(-1.46rem - 4.2vw);margin-right:calc(-1.46rem - 4.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-x-n7{margin-left:-7rem;margin-right:-7rem}}@media only screen and (min-width:992px){.lg\:mar-x-n8{margin-left:calc(-1.46rem - 4.95vw);margin-right:calc(-1.46rem - 4.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-x-n8{margin-left:-8rem;margin-right:-8rem}}@media only screen and (min-width:992px){.lg\:mar-x-n9{margin-left:calc(-1.46rem - 5.7vw);margin-right:calc(-1.46rem - 5.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-x-n9{margin-left:-9rem;margin-right:-9rem}}@media only screen and (min-width:992px){.lg\:mar-x-n10{margin-left:calc(-1.46rem - 6.45vw);margin-right:calc(-1.46rem - 6.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-x-n10{margin-left:-10rem;margin-right:-10rem}}@media only screen and (min-width:992px){.lg\:mar-x-n11{margin-left:calc(-1.46rem - 7.2vw);margin-right:calc(-1.46rem - 7.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-x-n11{margin-left:-11rem;margin-right:-11rem}}@media only screen and (min-width:992px){.lg\:mar-x-n12{margin-left:calc(-1.46rem - 7.95vw);margin-right:calc(-1.46rem - 7.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-x-n12{margin-left:-12rem;margin-right:-12rem}}@media only screen and (min-width:992px){.lg\:mar-x-n13{margin-left:calc(-1.46rem - 8.7vw);margin-right:calc(-1.46rem - 8.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-x-n13{margin-left:-13rem;margin-right:-13rem}}@media only screen and (min-width:992px){.lg\:mar-x-n14{margin-left:calc(-1.46rem - 9.45vw);margin-right:calc(-1.46rem - 9.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-x-n14{margin-left:-14rem;margin-right:-14rem}}@media only screen and (min-width:992px){.lg\:mar-x-n15{margin-left:calc(-1.46rem - 10.2vw);margin-right:calc(-1.46rem - 10.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-x-n15{margin-left:-15rem;margin-right:-15rem}}@media only screen and (min-width:992px){.lg\:mar-x-n16{margin-left:calc(-1.46rem - 10.95vw);margin-right:calc(-1.46rem - 10.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-x-n16{margin-left:-16rem;margin-right:-16rem}}@media only screen and (min-width:992px){.lg\:mar-x-n17{margin-left:calc(-1.46rem - 11.7vw);margin-right:calc(-1.46rem - 11.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-x-n17{margin-left:-17rem;margin-right:-17rem}}@media only screen and (min-width:992px){.lg\:mar-x-n18{margin-left:calc(-1.46rem - 12.45vw);margin-right:calc(-1.46rem - 12.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-x-n18{margin-left:-18rem;margin-right:-18rem}}@media only screen and (min-width:992px){.lg\:mar-x-n19{margin-left:calc(-1.46rem - 13.2vw);margin-right:calc(-1.46rem - 13.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-x-n19{margin-left:-19rem;margin-right:-19rem}}@media only screen and (min-width:992px){.lg\:mar-x-n20{margin-left:calc(-1.46rem - 13.95vw);margin-right:calc(-1.46rem - 13.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-x-n20{margin-left:-20rem;margin-right:-20rem}}@media only screen and (min-width:992px){.lg\:mar-x-n21{margin-left:calc(-1.46rem - 14.7vw);margin-right:calc(-1.46rem - 14.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-x-n21{margin-left:-21rem;margin-right:-21rem}}@media only screen and (min-width:992px){.lg\:mar-x-n22{margin-left:calc(-1.46rem - 15.45vw);margin-right:calc(-1.46rem - 15.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-x-n22{margin-left:-22rem;margin-right:-22rem}}@media only screen and (min-width:992px){.lg\:mar-x-n23{margin-left:calc(-1.46rem - 16.2vw);margin-right:calc(-1.46rem - 16.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-x-n23{margin-left:-23rem;margin-right:-23rem}}@media only screen and (min-width:992px){.lg\:mar-x-n24{margin-left:calc(-1.46rem - 16.95vw);margin-right:calc(-1.46rem - 16.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-x-n24{margin-left:-24rem;margin-right:-24rem}}@media only screen and (min-width:992px){.lg\:mar-x-n25{margin-left:calc(-1.46rem - 17.7vw);margin-right:calc(-1.46rem - 17.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-x-n25{margin-left:-25rem;margin-right:-25rem}}@media only screen and (min-width:992px){.lg\:mar-x-n26{margin-left:calc(-1.46rem - 18.45vw);margin-right:calc(-1.46rem - 18.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-x-n26{margin-left:-26rem;margin-right:-26rem}}@media only screen and (min-width:992px){.lg\:mar-x-n27{margin-left:calc(-1.46rem - 19.2vw);margin-right:calc(-1.46rem - 19.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-x-n27{margin-left:-27rem;margin-right:-27rem}}@media only screen and (min-width:992px){.lg\:mar-x-n28{margin-left:calc(-1.46rem - 19.95vw);margin-right:calc(-1.46rem - 19.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-x-n28{margin-left:-28rem;margin-right:-28rem}}@media only screen and (min-width:992px){.lg\:mar-x-n29{margin-left:calc(-1.46rem - 20.7vw);margin-right:calc(-1.46rem - 20.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-x-n29{margin-left:-29rem;margin-right:-29rem}}@media only screen and (min-width:992px){.lg\:mar-x-n30{margin-left:calc(-1.46rem - 21.45vw);margin-right:calc(-1.46rem - 21.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-x-n30{margin-left:-30rem;margin-right:-30rem}}@media only screen and (min-width:992px){.lg\:mar-x-n40{margin-left:calc(-1.46rem - 28.95vw);margin-right:calc(-1.46rem - 28.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-x-n40{margin-left:-40rem;margin-right:-40rem}}@media only screen and (min-width:1200px){.xl\:mar-x-n1{margin-left:-1rem;margin-right:-1rem}.xl\:mar-x-n2{margin-left:calc(-1.46rem - .45vw);margin-right:calc(-1.46rem - .45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-x-n2{margin-left:-2rem;margin-right:-2rem}}@media only screen and (min-width:1200px){.xl\:mar-x-n3{margin-left:calc(-1.46rem - 1.2vw);margin-right:calc(-1.46rem - 1.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-x-n3{margin-left:-3rem;margin-right:-3rem}}@media only screen and (min-width:1200px){.xl\:mar-x-n4{margin-left:calc(-1.46rem - 1.95vw);margin-right:calc(-1.46rem - 1.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-x-n4{margin-left:-4rem;margin-right:-4rem}}@media only screen and (min-width:1200px){.xl\:mar-x-n5{margin-left:calc(-1.46rem - 2.7vw);margin-right:calc(-1.46rem - 2.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-x-n5{margin-left:-5rem;margin-right:-5rem}}@media only screen and (min-width:1200px){.xl\:mar-x-n6{margin-left:calc(-1.46rem - 3.45vw);margin-right:calc(-1.46rem - 3.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-x-n6{margin-left:-6rem;margin-right:-6rem}}@media only screen and (min-width:1200px){.xl\:mar-x-n7{margin-left:calc(-1.46rem - 4.2vw);margin-right:calc(-1.46rem - 4.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-x-n7{margin-left:-7rem;margin-right:-7rem}}@media only screen and (min-width:1200px){.xl\:mar-x-n8{margin-left:calc(-1.46rem - 4.95vw);margin-right:calc(-1.46rem - 4.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-x-n8{margin-left:-8rem;margin-right:-8rem}}@media only screen and (min-width:1200px){.xl\:mar-x-n9{margin-left:calc(-1.46rem - 5.7vw);margin-right:calc(-1.46rem - 5.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-x-n9{margin-left:-9rem;margin-right:-9rem}}@media only screen and (min-width:1200px){.xl\:mar-x-n10{margin-left:calc(-1.46rem - 6.45vw);margin-right:calc(-1.46rem - 6.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-x-n10{margin-left:-10rem;margin-right:-10rem}}@media only screen and (min-width:1200px){.xl\:mar-x-n11{margin-left:calc(-1.46rem - 7.2vw);margin-right:calc(-1.46rem - 7.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-x-n11{margin-left:-11rem;margin-right:-11rem}}@media only screen and (min-width:1200px){.xl\:mar-x-n12{margin-left:calc(-1.46rem - 7.95vw);margin-right:calc(-1.46rem - 7.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-x-n12{margin-left:-12rem;margin-right:-12rem}}@media only screen and (min-width:1200px){.xl\:mar-x-n13{margin-left:calc(-1.46rem - 8.7vw);margin-right:calc(-1.46rem - 8.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-x-n13{margin-left:-13rem;margin-right:-13rem}}@media only screen and (min-width:1200px){.xl\:mar-x-n14{margin-left:calc(-1.46rem - 9.45vw);margin-right:calc(-1.46rem - 9.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-x-n14{margin-left:-14rem;margin-right:-14rem}}@media only screen and (min-width:1200px){.xl\:mar-x-n15{margin-left:calc(-1.46rem - 10.2vw);margin-right:calc(-1.46rem - 10.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-x-n15{margin-left:-15rem;margin-right:-15rem}}@media only screen and (min-width:1200px){.xl\:mar-x-n16{margin-left:calc(-1.46rem - 10.95vw);margin-right:calc(-1.46rem - 10.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-x-n16{margin-left:-16rem;margin-right:-16rem}}@media only screen and (min-width:1200px){.xl\:mar-x-n17{margin-left:calc(-1.46rem - 11.7vw);margin-right:calc(-1.46rem - 11.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-x-n17{margin-left:-17rem;margin-right:-17rem}}@media only screen and (min-width:1200px){.xl\:mar-x-n18{margin-left:calc(-1.46rem - 12.45vw);margin-right:calc(-1.46rem - 12.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-x-n18{margin-left:-18rem;margin-right:-18rem}}@media only screen and (min-width:1200px){.xl\:mar-x-n19{margin-left:calc(-1.46rem - 13.2vw);margin-right:calc(-1.46rem - 13.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-x-n19{margin-left:-19rem;margin-right:-19rem}}@media only screen and (min-width:1200px){.xl\:mar-x-n20{margin-left:calc(-1.46rem - 13.95vw);margin-right:calc(-1.46rem - 13.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-x-n20{margin-left:-20rem;margin-right:-20rem}}@media only screen and (min-width:1200px){.xl\:mar-x-n21{margin-left:calc(-1.46rem - 14.7vw);margin-right:calc(-1.46rem - 14.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-x-n21{margin-left:-21rem;margin-right:-21rem}}@media only screen and (min-width:1200px){.xl\:mar-x-n22{margin-left:calc(-1.46rem - 15.45vw);margin-right:calc(-1.46rem - 15.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-x-n22{margin-left:-22rem;margin-right:-22rem}}@media only screen and (min-width:1200px){.xl\:mar-x-n23{margin-left:calc(-1.46rem - 16.2vw);margin-right:calc(-1.46rem - 16.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-x-n23{margin-left:-23rem;margin-right:-23rem}}@media only screen and (min-width:1200px){.xl\:mar-x-n24{margin-left:calc(-1.46rem - 16.95vw);margin-right:calc(-1.46rem - 16.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-x-n24{margin-left:-24rem;margin-right:-24rem}}@media only screen and (min-width:1200px){.xl\:mar-x-n25{margin-left:calc(-1.46rem - 17.7vw);margin-right:calc(-1.46rem - 17.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-x-n25{margin-left:-25rem;margin-right:-25rem}}@media only screen and (min-width:1200px){.xl\:mar-x-n26{margin-left:calc(-1.46rem - 18.45vw);margin-right:calc(-1.46rem - 18.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-x-n26{margin-left:-26rem;margin-right:-26rem}}@media only screen and (min-width:1200px){.xl\:mar-x-n27{margin-left:calc(-1.46rem - 19.2vw);margin-right:calc(-1.46rem - 19.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-x-n27{margin-left:-27rem;margin-right:-27rem}}@media only screen and (min-width:1200px){.xl\:mar-x-n28{margin-left:calc(-1.46rem - 19.95vw);margin-right:calc(-1.46rem - 19.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-x-n28{margin-left:-28rem;margin-right:-28rem}}@media only screen and (min-width:1200px){.xl\:mar-x-n29{margin-left:calc(-1.46rem - 20.7vw);margin-right:calc(-1.46rem - 20.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-x-n29{margin-left:-29rem;margin-right:-29rem}}@media only screen and (min-width:1200px){.xl\:mar-x-n30{margin-left:calc(-1.46rem - 21.45vw);margin-right:calc(-1.46rem - 21.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-x-n30{margin-left:-30rem;margin-right:-30rem}}@media only screen and (min-width:1200px){.xl\:mar-x-n40{margin-left:calc(-1.46rem - 28.95vw);margin-right:calc(-1.46rem - 28.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-x-n40{margin-left:-40rem;margin-right:-40rem}}.mar-b-0{margin-bottom:0}.mar-b-0\.5{margin-bottom:.5rem}.mar-b-0-imp{margin-bottom:0!important}.mar-b-auto{margin-bottom:auto}.mar-b-1{margin-bottom:1rem}.mar-b-2{margin-bottom:calc(1.46rem + .45vw)}@media (min-width:1200px){.mar-b-2{margin-bottom:2rem}}.mar-b-3{margin-bottom:calc(1.56rem + 1.2vw)}@media (min-width:1200px){.mar-b-3{margin-bottom:3rem}}.mar-b-4{margin-bottom:calc(1.66rem + 1.95vw)}@media (min-width:1200px){.mar-b-4{margin-bottom:4rem}}.mar-b-5{margin-bottom:calc(1.76rem + 2.7vw)}@media (min-width:1200px){.mar-b-5{margin-bottom:5rem}}.mar-b-6{margin-bottom:calc(1.86rem + 3.45vw)}@media (min-width:1200px){.mar-b-6{margin-bottom:6rem}}.mar-b-7{margin-bottom:calc(1.96rem + 4.2vw)}@media (min-width:1200px){.mar-b-7{margin-bottom:7rem}}.mar-b-8{margin-bottom:calc(2.06rem + 4.95vw)}@media (min-width:1200px){.mar-b-8{margin-bottom:8rem}}.mar-b-9{margin-bottom:calc(2.16rem + 5.7vw)}@media (min-width:1200px){.mar-b-9{margin-bottom:9rem}}.mar-b-10{margin-bottom:calc(2.26rem + 6.45vw)}@media (min-width:1200px){.mar-b-10{margin-bottom:10rem}}.mar-b-11{margin-bottom:calc(2.36rem + 7.2vw)}@media (min-width:1200px){.mar-b-11{margin-bottom:11rem}}.mar-b-12{margin-bottom:calc(2.46rem + 7.95vw)}@media (min-width:1200px){.mar-b-12{margin-bottom:12rem}}.mar-b-13{margin-bottom:calc(2.56rem + 8.7vw)}@media (min-width:1200px){.mar-b-13{margin-bottom:13rem}}.mar-b-14{margin-bottom:calc(2.66rem + 9.45vw)}@media (min-width:1200px){.mar-b-14{margin-bottom:14rem}}.mar-b-15{margin-bottom:calc(2.76rem + 10.2vw)}@media (min-width:1200px){.mar-b-15{margin-bottom:15rem}}.mar-b-16{margin-bottom:calc(2.86rem + 10.95vw)}@media (min-width:1200px){.mar-b-16{margin-bottom:16rem}}.mar-b-17{margin-bottom:calc(2.96rem + 11.7vw)}@media (min-width:1200px){.mar-b-17{margin-bottom:17rem}}.mar-b-18{margin-bottom:calc(3.06rem + 12.45vw)}@media (min-width:1200px){.mar-b-18{margin-bottom:18rem}}.mar-b-19{margin-bottom:calc(3.16rem + 13.2vw)}@media (min-width:1200px){.mar-b-19{margin-bottom:19rem}}.mar-b-20{margin-bottom:calc(3.26rem + 13.95vw)}@media (min-width:1200px){.mar-b-20{margin-bottom:20rem}}.mar-b-21{margin-bottom:calc(3.36rem + 14.7vw)}@media (min-width:1200px){.mar-b-21{margin-bottom:21rem}}.mar-b-22{margin-bottom:calc(3.46rem + 15.45vw)}@media (min-width:1200px){.mar-b-22{margin-bottom:22rem}}.mar-b-23{margin-bottom:calc(3.56rem + 16.2vw)}@media (min-width:1200px){.mar-b-23{margin-bottom:23rem}}.mar-b-24{margin-bottom:calc(3.66rem + 16.95vw)}@media (min-width:1200px){.mar-b-24{margin-bottom:24rem}}.mar-b-25{margin-bottom:calc(3.76rem + 17.7vw)}@media (min-width:1200px){.mar-b-25{margin-bottom:25rem}}.mar-b-26{margin-bottom:calc(3.86rem + 18.45vw)}@media (min-width:1200px){.mar-b-26{margin-bottom:26rem}}.mar-b-27{margin-bottom:calc(3.96rem + 19.2vw)}@media (min-width:1200px){.mar-b-27{margin-bottom:27rem}}.mar-b-28{margin-bottom:calc(4.06rem + 19.95vw)}@media (min-width:1200px){.mar-b-28{margin-bottom:28rem}}.mar-b-29{margin-bottom:calc(4.16rem + 20.7vw)}@media (min-width:1200px){.mar-b-29{margin-bottom:29rem}}.mar-b-30{margin-bottom:calc(4.26rem + 21.45vw)}@media (min-width:1200px){.mar-b-30{margin-bottom:30rem}}.mar-b-40{margin-bottom:calc(5.26rem + 28.95vw)}@media (min-width:1200px){.mar-b-40{margin-bottom:40rem}}@media only screen and (min-width:576px){.sm\:mar-b-0{margin-bottom:0}.sm\:mar-b-0-imp{margin-bottom:0!important}.sm\:mar-b-auto{margin-bottom:auto}.sm\:mar-b-1{margin-bottom:1rem}.sm\:mar-b-2{margin-bottom:calc(1.46rem + .45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-b-2{margin-bottom:2rem}}@media only screen and (min-width:576px){.sm\:mar-b-3{margin-bottom:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-b-3{margin-bottom:3rem}}@media only screen and (min-width:576px){.sm\:mar-b-4{margin-bottom:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-b-4{margin-bottom:4rem}}@media only screen and (min-width:576px){.sm\:mar-b-5{margin-bottom:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-b-5{margin-bottom:5rem}}@media only screen and (min-width:576px){.sm\:mar-b-6{margin-bottom:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-b-6{margin-bottom:6rem}}@media only screen and (min-width:576px){.sm\:mar-b-7{margin-bottom:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-b-7{margin-bottom:7rem}}@media only screen and (min-width:576px){.sm\:mar-b-8{margin-bottom:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-b-8{margin-bottom:8rem}}@media only screen and (min-width:576px){.sm\:mar-b-9{margin-bottom:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-b-9{margin-bottom:9rem}}@media only screen and (min-width:576px){.sm\:mar-b-10{margin-bottom:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-b-10{margin-bottom:10rem}}@media only screen and (min-width:576px){.sm\:mar-b-11{margin-bottom:calc(2.36rem + 7.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-b-11{margin-bottom:11rem}}@media only screen and (min-width:576px){.sm\:mar-b-12{margin-bottom:calc(2.46rem + 7.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-b-12{margin-bottom:12rem}}@media only screen and (min-width:576px){.sm\:mar-b-13{margin-bottom:calc(2.56rem + 8.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-b-13{margin-bottom:13rem}}@media only screen and (min-width:576px){.sm\:mar-b-14{margin-bottom:calc(2.66rem + 9.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-b-14{margin-bottom:14rem}}@media only screen and (min-width:576px){.sm\:mar-b-15{margin-bottom:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-b-15{margin-bottom:15rem}}@media only screen and (min-width:576px){.sm\:mar-b-16{margin-bottom:calc(2.86rem + 10.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-b-16{margin-bottom:16rem}}@media only screen and (min-width:576px){.sm\:mar-b-17{margin-bottom:calc(2.96rem + 11.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-b-17{margin-bottom:17rem}}@media only screen and (min-width:576px){.sm\:mar-b-18{margin-bottom:calc(3.06rem + 12.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-b-18{margin-bottom:18rem}}@media only screen and (min-width:576px){.sm\:mar-b-19{margin-bottom:calc(3.16rem + 13.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-b-19{margin-bottom:19rem}}@media only screen and (min-width:576px){.sm\:mar-b-20{margin-bottom:calc(3.26rem + 13.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-b-20{margin-bottom:20rem}}@media only screen and (min-width:576px){.sm\:mar-b-21{margin-bottom:calc(3.36rem + 14.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-b-21{margin-bottom:21rem}}@media only screen and (min-width:576px){.sm\:mar-b-22{margin-bottom:calc(3.46rem + 15.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-b-22{margin-bottom:22rem}}@media only screen and (min-width:576px){.sm\:mar-b-23{margin-bottom:calc(3.56rem + 16.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-b-23{margin-bottom:23rem}}@media only screen and (min-width:576px){.sm\:mar-b-24{margin-bottom:calc(3.66rem + 16.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-b-24{margin-bottom:24rem}}@media only screen and (min-width:576px){.sm\:mar-b-25{margin-bottom:calc(3.76rem + 17.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-b-25{margin-bottom:25rem}}@media only screen and (min-width:576px){.sm\:mar-b-26{margin-bottom:calc(3.86rem + 18.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-b-26{margin-bottom:26rem}}@media only screen and (min-width:576px){.sm\:mar-b-27{margin-bottom:calc(3.96rem + 19.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-b-27{margin-bottom:27rem}}@media only screen and (min-width:576px){.sm\:mar-b-28{margin-bottom:calc(4.06rem + 19.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-b-28{margin-bottom:28rem}}@media only screen and (min-width:576px){.sm\:mar-b-29{margin-bottom:calc(4.16rem + 20.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-b-29{margin-bottom:29rem}}@media only screen and (min-width:576px){.sm\:mar-b-30{margin-bottom:calc(4.26rem + 21.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-b-30{margin-bottom:30rem}}@media only screen and (min-width:576px){.sm\:mar-b-40{margin-bottom:calc(5.26rem + 28.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-b-40{margin-bottom:40rem}}@media only screen and (min-width:768px){.md\:mar-b-0{margin-bottom:0}.md\:mar-b-0-imp{margin-bottom:0!important}.md\:mar-b-auto{margin-bottom:auto}.md\:mar-b-1{margin-bottom:1rem}.md\:mar-b-2{margin-bottom:calc(1.46rem + .45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-b-2{margin-bottom:2rem}}@media only screen and (min-width:768px){.md\:mar-b-3{margin-bottom:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-b-3{margin-bottom:3rem}}@media only screen and (min-width:768px){.md\:mar-b-4{margin-bottom:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-b-4{margin-bottom:4rem}}@media only screen and (min-width:768px){.md\:mar-b-5{margin-bottom:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-b-5{margin-bottom:5rem}}@media only screen and (min-width:768px){.md\:mar-b-6{margin-bottom:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-b-6{margin-bottom:6rem}}@media only screen and (min-width:768px){.md\:mar-b-7{margin-bottom:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-b-7{margin-bottom:7rem}}@media only screen and (min-width:768px){.md\:mar-b-8{margin-bottom:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-b-8{margin-bottom:8rem}}@media only screen and (min-width:768px){.md\:mar-b-9{margin-bottom:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-b-9{margin-bottom:9rem}}@media only screen and (min-width:768px){.md\:mar-b-10{margin-bottom:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-b-10{margin-bottom:10rem}}@media only screen and (min-width:768px){.md\:mar-b-11{margin-bottom:calc(2.36rem + 7.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-b-11{margin-bottom:11rem}}@media only screen and (min-width:768px){.md\:mar-b-12{margin-bottom:calc(2.46rem + 7.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-b-12{margin-bottom:12rem}}@media only screen and (min-width:768px){.md\:mar-b-13{margin-bottom:calc(2.56rem + 8.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-b-13{margin-bottom:13rem}}@media only screen and (min-width:768px){.md\:mar-b-14{margin-bottom:calc(2.66rem + 9.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-b-14{margin-bottom:14rem}}@media only screen and (min-width:768px){.md\:mar-b-15{margin-bottom:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-b-15{margin-bottom:15rem}}@media only screen and (min-width:768px){.md\:mar-b-16{margin-bottom:calc(2.86rem + 10.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-b-16{margin-bottom:16rem}}@media only screen and (min-width:768px){.md\:mar-b-17{margin-bottom:calc(2.96rem + 11.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-b-17{margin-bottom:17rem}}@media only screen and (min-width:768px){.md\:mar-b-18{margin-bottom:calc(3.06rem + 12.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-b-18{margin-bottom:18rem}}@media only screen and (min-width:768px){.md\:mar-b-19{margin-bottom:calc(3.16rem + 13.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-b-19{margin-bottom:19rem}}@media only screen and (min-width:768px){.md\:mar-b-20{margin-bottom:calc(3.26rem + 13.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-b-20{margin-bottom:20rem}}@media only screen and (min-width:768px){.md\:mar-b-21{margin-bottom:calc(3.36rem + 14.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-b-21{margin-bottom:21rem}}@media only screen and (min-width:768px){.md\:mar-b-22{margin-bottom:calc(3.46rem + 15.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-b-22{margin-bottom:22rem}}@media only screen and (min-width:768px){.md\:mar-b-23{margin-bottom:calc(3.56rem + 16.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-b-23{margin-bottom:23rem}}@media only screen and (min-width:768px){.md\:mar-b-24{margin-bottom:calc(3.66rem + 16.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-b-24{margin-bottom:24rem}}@media only screen and (min-width:768px){.md\:mar-b-25{margin-bottom:calc(3.76rem + 17.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-b-25{margin-bottom:25rem}}@media only screen and (min-width:768px){.md\:mar-b-26{margin-bottom:calc(3.86rem + 18.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-b-26{margin-bottom:26rem}}@media only screen and (min-width:768px){.md\:mar-b-27{margin-bottom:calc(3.96rem + 19.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-b-27{margin-bottom:27rem}}@media only screen and (min-width:768px){.md\:mar-b-28{margin-bottom:calc(4.06rem + 19.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-b-28{margin-bottom:28rem}}@media only screen and (min-width:768px){.md\:mar-b-29{margin-bottom:calc(4.16rem + 20.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-b-29{margin-bottom:29rem}}@media only screen and (min-width:768px){.md\:mar-b-30{margin-bottom:calc(4.26rem + 21.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-b-30{margin-bottom:30rem}}@media only screen and (min-width:768px){.md\:mar-b-40{margin-bottom:calc(5.26rem + 28.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-b-40{margin-bottom:40rem}}@media only screen and (min-width:992px){.lg\:mar-b-0{margin-bottom:0}.lg\:mar-b-auto{margin-bottom:auto}.lg\:mar-b-1{margin-bottom:1rem}.lg\:mar-b-2{margin-bottom:calc(1.46rem + .45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-b-2{margin-bottom:2rem}}@media only screen and (min-width:992px){.lg\:mar-b-3{margin-bottom:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-b-3{margin-bottom:3rem}}@media only screen and (min-width:992px){.lg\:mar-b-4{margin-bottom:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-b-4{margin-bottom:4rem}}@media only screen and (min-width:992px){.lg\:mar-b-5{margin-bottom:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-b-5{margin-bottom:5rem}}@media only screen and (min-width:992px){.lg\:mar-b-6{margin-bottom:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-b-6{margin-bottom:6rem}}@media only screen and (min-width:992px){.lg\:mar-b-7{margin-bottom:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-b-7{margin-bottom:7rem}}@media only screen and (min-width:992px){.lg\:mar-b-8{margin-bottom:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-b-8{margin-bottom:8rem}}@media only screen and (min-width:992px){.lg\:mar-b-9{margin-bottom:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-b-9{margin-bottom:9rem}}@media only screen and (min-width:992px){.lg\:mar-b-10{margin-bottom:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-b-10{margin-bottom:10rem}}@media only screen and (min-width:992px){.lg\:mar-b-11{margin-bottom:calc(2.36rem + 7.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-b-11{margin-bottom:11rem}}@media only screen and (min-width:992px){.lg\:mar-b-12{margin-bottom:calc(2.46rem + 7.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-b-12{margin-bottom:12rem}}@media only screen and (min-width:992px){.lg\:mar-b-13{margin-bottom:calc(2.56rem + 8.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-b-13{margin-bottom:13rem}}@media only screen and (min-width:992px){.lg\:mar-b-14{margin-bottom:calc(2.66rem + 9.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-b-14{margin-bottom:14rem}}@media only screen and (min-width:992px){.lg\:mar-b-15{margin-bottom:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-b-15{margin-bottom:15rem}}@media only screen and (min-width:992px){.lg\:mar-b-16{margin-bottom:calc(2.86rem + 10.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-b-16{margin-bottom:16rem}}@media only screen and (min-width:992px){.lg\:mar-b-17{margin-bottom:calc(2.96rem + 11.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-b-17{margin-bottom:17rem}}@media only screen and (min-width:992px){.lg\:mar-b-18{margin-bottom:calc(3.06rem + 12.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-b-18{margin-bottom:18rem}}@media only screen and (min-width:992px){.lg\:mar-b-19{margin-bottom:calc(3.16rem + 13.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-b-19{margin-bottom:19rem}}@media only screen and (min-width:992px){.lg\:mar-b-20{margin-bottom:calc(3.26rem + 13.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-b-20{margin-bottom:20rem}}@media only screen and (min-width:992px){.lg\:mar-b-21{margin-bottom:calc(3.36rem + 14.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-b-21{margin-bottom:21rem}}@media only screen and (min-width:992px){.lg\:mar-b-22{margin-bottom:calc(3.46rem + 15.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-b-22{margin-bottom:22rem}}@media only screen and (min-width:992px){.lg\:mar-b-23{margin-bottom:calc(3.56rem + 16.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-b-23{margin-bottom:23rem}}@media only screen and (min-width:992px){.lg\:mar-b-24{margin-bottom:calc(3.66rem + 16.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-b-24{margin-bottom:24rem}}@media only screen and (min-width:992px){.lg\:mar-b-25{margin-bottom:calc(3.76rem + 17.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-b-25{margin-bottom:25rem}}@media only screen and (min-width:992px){.lg\:mar-b-26{margin-bottom:calc(3.86rem + 18.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-b-26{margin-bottom:26rem}}@media only screen and (min-width:992px){.lg\:mar-b-27{margin-bottom:calc(3.96rem + 19.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-b-27{margin-bottom:27rem}}@media only screen and (min-width:992px){.lg\:mar-b-28{margin-bottom:calc(4.06rem + 19.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-b-28{margin-bottom:28rem}}@media only screen and (min-width:992px){.lg\:mar-b-29{margin-bottom:calc(4.16rem + 20.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-b-29{margin-bottom:29rem}}@media only screen and (min-width:992px){.lg\:mar-b-30{margin-bottom:calc(4.26rem + 21.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-b-30{margin-bottom:30rem}}@media only screen and (min-width:992px){.lg\:mar-b-40{margin-bottom:calc(5.26rem + 28.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-b-40{margin-bottom:40rem}}@media only screen and (min-width:1200px){.xl\:mar-b-0{margin-bottom:0}.xl\:mar-b-0-imp{margin-bottom:0!important}.xl\:mar-b-auto{margin-bottom:auto}.xl\:mar-b-1{margin-bottom:1rem}.xl\:mar-b-2{margin-bottom:calc(1.46rem + .45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-b-2{margin-bottom:2rem}}@media only screen and (min-width:1200px){.xl\:mar-b-3{margin-bottom:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-b-3{margin-bottom:3rem}}@media only screen and (min-width:1200px){.xl\:mar-b-4{margin-bottom:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-b-4{margin-bottom:4rem}}@media only screen and (min-width:1200px){.xl\:mar-b-5{margin-bottom:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-b-5{margin-bottom:5rem}}@media only screen and (min-width:1200px){.xl\:mar-b-6{margin-bottom:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-b-6{margin-bottom:6rem}}@media only screen and (min-width:1200px){.xl\:mar-b-7{margin-bottom:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-b-7{margin-bottom:7rem}}@media only screen and (min-width:1200px){.xl\:mar-b-8{margin-bottom:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-b-8{margin-bottom:8rem}}@media only screen and (min-width:1200px){.xl\:mar-b-9{margin-bottom:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-b-9{margin-bottom:9rem}}@media only screen and (min-width:1200px){.xl\:mar-b-10{margin-bottom:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-b-10{margin-bottom:10rem}}@media only screen and (min-width:1200px){.xl\:mar-b-11{margin-bottom:calc(2.36rem + 7.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-b-11{margin-bottom:11rem}}@media only screen and (min-width:1200px){.xl\:mar-b-12{margin-bottom:calc(2.46rem + 7.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-b-12{margin-bottom:12rem}}@media only screen and (min-width:1200px){.xl\:mar-b-13{margin-bottom:calc(2.56rem + 8.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-b-13{margin-bottom:13rem}}@media only screen and (min-width:1200px){.xl\:mar-b-14{margin-bottom:calc(2.66rem + 9.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-b-14{margin-bottom:14rem}}@media only screen and (min-width:1200px){.xl\:mar-b-15{margin-bottom:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-b-15{margin-bottom:15rem}}@media only screen and (min-width:1200px){.xl\:mar-b-16{margin-bottom:calc(2.86rem + 10.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-b-16{margin-bottom:16rem}}@media only screen and (min-width:1200px){.xl\:mar-b-17{margin-bottom:calc(2.96rem + 11.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-b-17{margin-bottom:17rem}}@media only screen and (min-width:1200px){.xl\:mar-b-18{margin-bottom:calc(3.06rem + 12.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-b-18{margin-bottom:18rem}}@media only screen and (min-width:1200px){.xl\:mar-b-19{margin-bottom:calc(3.16rem + 13.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-b-19{margin-bottom:19rem}}@media only screen and (min-width:1200px){.xl\:mar-b-20{margin-bottom:calc(3.26rem + 13.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-b-20{margin-bottom:20rem}}@media only screen and (min-width:1200px){.xl\:mar-b-21{margin-bottom:calc(3.36rem + 14.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-b-21{margin-bottom:21rem}}@media only screen and (min-width:1200px){.xl\:mar-b-22{margin-bottom:calc(3.46rem + 15.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-b-22{margin-bottom:22rem}}@media only screen and (min-width:1200px){.xl\:mar-b-23{margin-bottom:calc(3.56rem + 16.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-b-23{margin-bottom:23rem}}@media only screen and (min-width:1200px){.xl\:mar-b-24{margin-bottom:calc(3.66rem + 16.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-b-24{margin-bottom:24rem}}@media only screen and (min-width:1200px){.xl\:mar-b-25{margin-bottom:calc(3.76rem + 17.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-b-25{margin-bottom:25rem}}@media only screen and (min-width:1200px){.xl\:mar-b-26{margin-bottom:calc(3.86rem + 18.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-b-26{margin-bottom:26rem}}@media only screen and (min-width:1200px){.xl\:mar-b-27{margin-bottom:calc(3.96rem + 19.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-b-27{margin-bottom:27rem}}@media only screen and (min-width:1200px){.xl\:mar-b-28{margin-bottom:calc(4.06rem + 19.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-b-28{margin-bottom:28rem}}@media only screen and (min-width:1200px){.xl\:mar-b-29{margin-bottom:calc(4.16rem + 20.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-b-29{margin-bottom:29rem}}@media only screen and (min-width:1200px){.xl\:mar-b-30{margin-bottom:calc(4.26rem + 21.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-b-30{margin-bottom:30rem}}@media only screen and (min-width:1200px){.xl\:mar-b-40{margin-bottom:calc(5.26rem + 28.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-b-40{margin-bottom:40rem}}.mar-b-n1{margin-bottom:-1rem}.mar-b-n2{margin-bottom:calc(-1.46rem - .45vw)}@media (min-width:1200px){.mar-b-n2{margin-bottom:-2rem}}.mar-b-n3{margin-bottom:calc(-1.46rem - 1.2vw)}@media (min-width:1200px){.mar-b-n3{margin-bottom:-3rem}}.mar-b-n4{margin-bottom:calc(-1.46rem - 1.95vw)}@media (min-width:1200px){.mar-b-n4{margin-bottom:-4rem}}.mar-b-n5{margin-bottom:calc(-1.46rem - 2.7vw)}@media (min-width:1200px){.mar-b-n5{margin-bottom:-5rem}}.mar-b-n6{margin-bottom:calc(-1.46rem - 3.45vw)}@media (min-width:1200px){.mar-b-n6{margin-bottom:-6rem}}.mar-b-n7{margin-bottom:calc(-1.46rem - 4.2vw)}@media (min-width:1200px){.mar-b-n7{margin-bottom:-7rem}}.mar-b-n8{margin-bottom:calc(-1.46rem - 4.95vw)}@media (min-width:1200px){.mar-b-n8{margin-bottom:-8rem}}.mar-b-n9{margin-bottom:calc(-1.46rem - 5.7vw)}@media (min-width:1200px){.mar-b-n9{margin-bottom:-9rem}}.mar-b-n10{margin-bottom:calc(-1.46rem - 6.45vw)}@media (min-width:1200px){.mar-b-n10{margin-bottom:-10rem}}.mar-b-n11{margin-bottom:calc(-1.46rem - 7.2vw)}@media (min-width:1200px){.mar-b-n11{margin-bottom:-11rem}}.mar-b-n12{margin-bottom:calc(-1.46rem - 7.95vw)}@media (min-width:1200px){.mar-b-n12{margin-bottom:-12rem}}.mar-b-n13{margin-bottom:calc(-1.46rem - 8.7vw)}@media (min-width:1200px){.mar-b-n13{margin-bottom:-13rem}}.mar-b-n14{margin-bottom:calc(-1.46rem - 9.45vw)}@media (min-width:1200px){.mar-b-n14{margin-bottom:-14rem}}.mar-b-n15{margin-bottom:calc(-1.46rem - 10.2vw)}@media (min-width:1200px){.mar-b-n15{margin-bottom:-15rem}}.mar-b-n16{margin-bottom:calc(-1.46rem - 10.95vw)}@media (min-width:1200px){.mar-b-n16{margin-bottom:-16rem}}.mar-b-n17{margin-bottom:calc(-1.46rem - 11.7vw)}@media (min-width:1200px){.mar-b-n17{margin-bottom:-17rem}}.mar-b-n18{margin-bottom:calc(-1.46rem - 12.45vw)}@media (min-width:1200px){.mar-b-n18{margin-bottom:-18rem}}.mar-b-n19{margin-bottom:calc(-1.46rem - 13.2vw)}@media (min-width:1200px){.mar-b-n19{margin-bottom:-19rem}}.mar-b-n20{margin-bottom:calc(-1.46rem - 13.95vw)}@media (min-width:1200px){.mar-b-n20{margin-bottom:-20rem}}.mar-b-n21{margin-bottom:calc(-1.46rem - 14.7vw)}@media (min-width:1200px){.mar-b-n21{margin-bottom:-21rem}}.mar-b-n22{margin-bottom:calc(-1.46rem - 15.45vw)}@media (min-width:1200px){.mar-b-n22{margin-bottom:-22rem}}.mar-b-n23{margin-bottom:calc(-1.46rem - 16.2vw)}@media (min-width:1200px){.mar-b-n23{margin-bottom:-23rem}}.mar-b-n24{margin-bottom:calc(-1.46rem - 16.95vw)}@media (min-width:1200px){.mar-b-n24{margin-bottom:-24rem}}.mar-b-n25{margin-bottom:calc(-1.46rem - 17.7vw)}@media (min-width:1200px){.mar-b-n25{margin-bottom:-25rem}}.mar-b-n26{margin-bottom:calc(-1.46rem - 18.45vw)}@media (min-width:1200px){.mar-b-n26{margin-bottom:-26rem}}.mar-b-n27{margin-bottom:calc(-1.46rem - 19.2vw)}@media (min-width:1200px){.mar-b-n27{margin-bottom:-27rem}}.mar-b-n28{margin-bottom:calc(-1.46rem - 19.95vw)}@media (min-width:1200px){.mar-b-n28{margin-bottom:-28rem}}.mar-b-n29{margin-bottom:calc(-1.46rem - 20.7vw)}@media (min-width:1200px){.mar-b-n29{margin-bottom:-29rem}}.mar-b-n30{margin-bottom:calc(-1.46rem - 21.45vw)}@media (min-width:1200px){.mar-b-n30{margin-bottom:-30rem}}.mar-b-n40{margin-bottom:calc(-1.46rem - 28.95vw)}@media (min-width:1200px){.mar-b-n40{margin-bottom:-40rem}}@media only screen and (min-width:576px){.sm\:mar-b-n1{margin-bottom:-1rem}.sm\:mar-b-n2{margin-bottom:calc(-1.46rem - .45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-b-n2{margin-bottom:-2rem}}@media only screen and (min-width:576px){.sm\:mar-b-n3{margin-bottom:calc(-1.46rem - 1.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-b-n3{margin-bottom:-3rem}}@media only screen and (min-width:576px){.sm\:mar-b-n4{margin-bottom:calc(-1.46rem - 1.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-b-n4{margin-bottom:-4rem}}@media only screen and (min-width:576px){.sm\:mar-b-n5{margin-bottom:calc(-1.46rem - 2.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-b-n5{margin-bottom:-5rem}}@media only screen and (min-width:576px){.sm\:mar-b-n6{margin-bottom:calc(-1.46rem - 3.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-b-n6{margin-bottom:-6rem}}@media only screen and (min-width:576px){.sm\:mar-b-n7{margin-bottom:calc(-1.46rem - 4.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-b-n7{margin-bottom:-7rem}}@media only screen and (min-width:576px){.sm\:mar-b-n8{margin-bottom:calc(-1.46rem - 4.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-b-n8{margin-bottom:-8rem}}@media only screen and (min-width:576px){.sm\:mar-b-n9{margin-bottom:calc(-1.46rem - 5.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-b-n9{margin-bottom:-9rem}}@media only screen and (min-width:576px){.sm\:mar-b-n10{margin-bottom:calc(-1.46rem - 6.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-b-n10{margin-bottom:-10rem}}@media only screen and (min-width:576px){.sm\:mar-b-n11{margin-bottom:calc(-1.46rem - 7.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-b-n11{margin-bottom:-11rem}}@media only screen and (min-width:576px){.sm\:mar-b-n12{margin-bottom:calc(-1.46rem - 7.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-b-n12{margin-bottom:-12rem}}@media only screen and (min-width:576px){.sm\:mar-b-n13{margin-bottom:calc(-1.46rem - 8.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-b-n13{margin-bottom:-13rem}}@media only screen and (min-width:576px){.sm\:mar-b-n14{margin-bottom:calc(-1.46rem - 9.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-b-n14{margin-bottom:-14rem}}@media only screen and (min-width:576px){.sm\:mar-b-n15{margin-bottom:calc(-1.46rem - 10.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-b-n15{margin-bottom:-15rem}}@media only screen and (min-width:576px){.sm\:mar-b-n16{margin-bottom:calc(-1.46rem - 10.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-b-n16{margin-bottom:-16rem}}@media only screen and (min-width:576px){.sm\:mar-b-n17{margin-bottom:calc(-1.46rem - 11.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-b-n17{margin-bottom:-17rem}}@media only screen and (min-width:576px){.sm\:mar-b-n18{margin-bottom:calc(-1.46rem - 12.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-b-n18{margin-bottom:-18rem}}@media only screen and (min-width:576px){.sm\:mar-b-n19{margin-bottom:calc(-1.46rem - 13.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-b-n19{margin-bottom:-19rem}}@media only screen and (min-width:576px){.sm\:mar-b-n20{margin-bottom:calc(-1.46rem - 13.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-b-n20{margin-bottom:-20rem}}@media only screen and (min-width:576px){.sm\:mar-b-n21{margin-bottom:calc(-1.46rem - 14.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-b-n21{margin-bottom:-21rem}}@media only screen and (min-width:576px){.sm\:mar-b-n22{margin-bottom:calc(-1.46rem - 15.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-b-n22{margin-bottom:-22rem}}@media only screen and (min-width:576px){.sm\:mar-b-n23{margin-bottom:calc(-1.46rem - 16.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-b-n23{margin-bottom:-23rem}}@media only screen and (min-width:576px){.sm\:mar-b-n24{margin-bottom:calc(-1.46rem - 16.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-b-n24{margin-bottom:-24rem}}@media only screen and (min-width:576px){.sm\:mar-b-n25{margin-bottom:calc(-1.46rem - 17.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-b-n25{margin-bottom:-25rem}}@media only screen and (min-width:576px){.sm\:mar-b-n26{margin-bottom:calc(-1.46rem - 18.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-b-n26{margin-bottom:-26rem}}@media only screen and (min-width:576px){.sm\:mar-b-n27{margin-bottom:calc(-1.46rem - 19.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-b-n27{margin-bottom:-27rem}}@media only screen and (min-width:576px){.sm\:mar-b-n28{margin-bottom:calc(-1.46rem - 19.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-b-n28{margin-bottom:-28rem}}@media only screen and (min-width:576px){.sm\:mar-b-n29{margin-bottom:calc(-1.46rem - 20.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-b-n29{margin-bottom:-29rem}}@media only screen and (min-width:576px){.sm\:mar-b-n30{margin-bottom:calc(-1.46rem - 21.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-b-n30{margin-bottom:-30rem}}@media only screen and (min-width:576px){.sm\:mar-b-n40{margin-bottom:calc(-1.46rem - 28.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-b-n40{margin-bottom:-40rem}}@media only screen and (min-width:768px){.md\:mar-b-n1{margin-bottom:-1rem}.md\:mar-b-n2{margin-bottom:calc(-1.46rem - .45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-b-n2{margin-bottom:-2rem}}@media only screen and (min-width:768px){.md\:mar-b-n3{margin-bottom:calc(-1.46rem - 1.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-b-n3{margin-bottom:-3rem}}@media only screen and (min-width:768px){.md\:mar-b-n4{margin-bottom:calc(-1.46rem - 1.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-b-n4{margin-bottom:-4rem}}@media only screen and (min-width:768px){.md\:mar-b-n5{margin-bottom:calc(-1.46rem - 2.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-b-n5{margin-bottom:-5rem}}@media only screen and (min-width:768px){.md\:mar-b-n6{margin-bottom:calc(-1.46rem - 3.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-b-n6{margin-bottom:-6rem}}@media only screen and (min-width:768px){.md\:mar-b-n7{margin-bottom:calc(-1.46rem - 4.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-b-n7{margin-bottom:-7rem}}@media only screen and (min-width:768px){.md\:mar-b-n8{margin-bottom:calc(-1.46rem - 4.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-b-n8{margin-bottom:-8rem}}@media only screen and (min-width:768px){.md\:mar-b-n9{margin-bottom:calc(-1.46rem - 5.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-b-n9{margin-bottom:-9rem}}@media only screen and (min-width:768px){.md\:mar-b-n10{margin-bottom:calc(-1.46rem - 6.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-b-n10{margin-bottom:-10rem}}@media only screen and (min-width:768px){.md\:mar-b-n11{margin-bottom:calc(-1.46rem - 7.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-b-n11{margin-bottom:-11rem}}@media only screen and (min-width:768px){.md\:mar-b-n12{margin-bottom:calc(-1.46rem - 7.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-b-n12{margin-bottom:-12rem}}@media only screen and (min-width:768px){.md\:mar-b-n13{margin-bottom:calc(-1.46rem - 8.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-b-n13{margin-bottom:-13rem}}@media only screen and (min-width:768px){.md\:mar-b-n14{margin-bottom:calc(-1.46rem - 9.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-b-n14{margin-bottom:-14rem}}@media only screen and (min-width:768px){.md\:mar-b-n15{margin-bottom:calc(-1.46rem - 10.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-b-n15{margin-bottom:-15rem}}@media only screen and (min-width:768px){.md\:mar-b-n16{margin-bottom:calc(-1.46rem - 10.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-b-n16{margin-bottom:-16rem}}@media only screen and (min-width:768px){.md\:mar-b-n17{margin-bottom:calc(-1.46rem - 11.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-b-n17{margin-bottom:-17rem}}@media only screen and (min-width:768px){.md\:mar-b-n18{margin-bottom:calc(-1.46rem - 12.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-b-n18{margin-bottom:-18rem}}@media only screen and (min-width:768px){.md\:mar-b-n19{margin-bottom:calc(-1.46rem - 13.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-b-n19{margin-bottom:-19rem}}@media only screen and (min-width:768px){.md\:mar-b-n20{margin-bottom:calc(-1.46rem - 13.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-b-n20{margin-bottom:-20rem}}@media only screen and (min-width:768px){.md\:mar-b-n21{margin-bottom:calc(-1.46rem - 14.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-b-n21{margin-bottom:-21rem}}@media only screen and (min-width:768px){.md\:mar-b-n22{margin-bottom:calc(-1.46rem - 15.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-b-n22{margin-bottom:-22rem}}@media only screen and (min-width:768px){.md\:mar-b-n23{margin-bottom:calc(-1.46rem - 16.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-b-n23{margin-bottom:-23rem}}@media only screen and (min-width:768px){.md\:mar-b-n24{margin-bottom:calc(-1.46rem - 16.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-b-n24{margin-bottom:-24rem}}@media only screen and (min-width:768px){.md\:mar-b-n25{margin-bottom:calc(-1.46rem - 17.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-b-n25{margin-bottom:-25rem}}@media only screen and (min-width:768px){.md\:mar-b-n26{margin-bottom:calc(-1.46rem - 18.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-b-n26{margin-bottom:-26rem}}@media only screen and (min-width:768px){.md\:mar-b-n27{margin-bottom:calc(-1.46rem - 19.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-b-n27{margin-bottom:-27rem}}@media only screen and (min-width:768px){.md\:mar-b-n28{margin-bottom:calc(-1.46rem - 19.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-b-n28{margin-bottom:-28rem}}@media only screen and (min-width:768px){.md\:mar-b-n29{margin-bottom:calc(-1.46rem - 20.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-b-n29{margin-bottom:-29rem}}@media only screen and (min-width:768px){.md\:mar-b-n30{margin-bottom:calc(-1.46rem - 21.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-b-n30{margin-bottom:-30rem}}@media only screen and (min-width:768px){.md\:mar-b-n40{margin-bottom:calc(-1.46rem - 28.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-b-n40{margin-bottom:-40rem}}@media only screen and (min-width:992px){.lg\:mar-b-n1{margin-bottom:-1rem}.lg\:mar-b-n2{margin-bottom:calc(-1.46rem - .45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-b-n2{margin-bottom:-2rem}}@media only screen and (min-width:992px){.lg\:mar-b-n3{margin-bottom:calc(-1.46rem - 1.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-b-n3{margin-bottom:-3rem}}@media only screen and (min-width:992px){.lg\:mar-b-n4{margin-bottom:calc(-1.46rem - 1.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-b-n4{margin-bottom:-4rem}}@media only screen and (min-width:992px){.lg\:mar-b-n5{margin-bottom:calc(-1.46rem - 2.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-b-n5{margin-bottom:-5rem}}@media only screen and (min-width:992px){.lg\:mar-b-n6{margin-bottom:calc(-1.46rem - 3.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-b-n6{margin-bottom:-6rem}}@media only screen and (min-width:992px){.lg\:mar-b-n7{margin-bottom:calc(-1.46rem - 4.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-b-n7{margin-bottom:-7rem}}@media only screen and (min-width:992px){.lg\:mar-b-n8{margin-bottom:calc(-1.46rem - 4.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-b-n8{margin-bottom:-8rem}}@media only screen and (min-width:992px){.lg\:mar-b-n9{margin-bottom:calc(-1.46rem - 5.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-b-n9{margin-bottom:-9rem}}@media only screen and (min-width:992px){.lg\:mar-b-n10{margin-bottom:calc(-1.46rem - 6.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-b-n10{margin-bottom:-10rem}}@media only screen and (min-width:992px){.lg\:mar-b-n11{margin-bottom:calc(-1.46rem - 7.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-b-n11{margin-bottom:-11rem}}@media only screen and (min-width:992px){.lg\:mar-b-n12{margin-bottom:calc(-1.46rem - 7.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-b-n12{margin-bottom:-12rem}}@media only screen and (min-width:992px){.lg\:mar-b-n13{margin-bottom:calc(-1.46rem - 8.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-b-n13{margin-bottom:-13rem}}@media only screen and (min-width:992px){.lg\:mar-b-n14{margin-bottom:calc(-1.46rem - 9.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-b-n14{margin-bottom:-14rem}}@media only screen and (min-width:992px){.lg\:mar-b-n15{margin-bottom:calc(-1.46rem - 10.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-b-n15{margin-bottom:-15rem}}@media only screen and (min-width:992px){.lg\:mar-b-n16{margin-bottom:calc(-1.46rem - 10.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-b-n16{margin-bottom:-16rem}}@media only screen and (min-width:992px){.lg\:mar-b-n17{margin-bottom:calc(-1.46rem - 11.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-b-n17{margin-bottom:-17rem}}@media only screen and (min-width:992px){.lg\:mar-b-n18{margin-bottom:calc(-1.46rem - 12.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-b-n18{margin-bottom:-18rem}}@media only screen and (min-width:992px){.lg\:mar-b-n19{margin-bottom:calc(-1.46rem - 13.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-b-n19{margin-bottom:-19rem}}@media only screen and (min-width:992px){.lg\:mar-b-n20{margin-bottom:calc(-1.46rem - 13.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-b-n20{margin-bottom:-20rem}}@media only screen and (min-width:992px){.lg\:mar-b-n21{margin-bottom:calc(-1.46rem - 14.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-b-n21{margin-bottom:-21rem}}@media only screen and (min-width:992px){.lg\:mar-b-n22{margin-bottom:calc(-1.46rem - 15.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-b-n22{margin-bottom:-22rem}}@media only screen and (min-width:992px){.lg\:mar-b-n23{margin-bottom:calc(-1.46rem - 16.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-b-n23{margin-bottom:-23rem}}@media only screen and (min-width:992px){.lg\:mar-b-n24{margin-bottom:calc(-1.46rem - 16.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-b-n24{margin-bottom:-24rem}}@media only screen and (min-width:992px){.lg\:mar-b-n25{margin-bottom:calc(-1.46rem - 17.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-b-n25{margin-bottom:-25rem}}@media only screen and (min-width:992px){.lg\:mar-b-n26{margin-bottom:calc(-1.46rem - 18.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-b-n26{margin-bottom:-26rem}}@media only screen and (min-width:992px){.lg\:mar-b-n27{margin-bottom:calc(-1.46rem - 19.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-b-n27{margin-bottom:-27rem}}@media only screen and (min-width:992px){.lg\:mar-b-n28{margin-bottom:calc(-1.46rem - 19.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-b-n28{margin-bottom:-28rem}}@media only screen and (min-width:992px){.lg\:mar-b-n29{margin-bottom:calc(-1.46rem - 20.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-b-n29{margin-bottom:-29rem}}@media only screen and (min-width:992px){.lg\:mar-b-n30{margin-bottom:calc(-1.46rem - 21.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-b-n30{margin-bottom:-30rem}}@media only screen and (min-width:992px){.lg\:mar-b-n40{margin-bottom:calc(-1.46rem - 28.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-b-n40{margin-bottom:-40rem}}@media only screen and (min-width:1200px){.xl\:mar-b-n1{margin-bottom:-1rem}.xl\:mar-b-n2{margin-bottom:calc(-1.46rem - .45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-b-n2{margin-bottom:-2rem}}@media only screen and (min-width:1200px){.xl\:mar-b-n3{margin-bottom:calc(-1.46rem - 1.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-b-n3{margin-bottom:-3rem}}@media only screen and (min-width:1200px){.xl\:mar-b-n4{margin-bottom:calc(-1.46rem - 1.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-b-n4{margin-bottom:-4rem}}@media only screen and (min-width:1200px){.xl\:mar-b-n5{margin-bottom:calc(-1.46rem - 2.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-b-n5{margin-bottom:-5rem}}@media only screen and (min-width:1200px){.xl\:mar-b-n6{margin-bottom:calc(-1.46rem - 3.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-b-n6{margin-bottom:-6rem}}@media only screen and (min-width:1200px){.xl\:mar-b-n7{margin-bottom:calc(-1.46rem - 4.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-b-n7{margin-bottom:-7rem}}@media only screen and (min-width:1200px){.xl\:mar-b-n8{margin-bottom:calc(-1.46rem - 4.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-b-n8{margin-bottom:-8rem}}@media only screen and (min-width:1200px){.xl\:mar-b-n9{margin-bottom:calc(-1.46rem - 5.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-b-n9{margin-bottom:-9rem}}@media only screen and (min-width:1200px){.xl\:mar-b-n10{margin-bottom:calc(-1.46rem - 6.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-b-n10{margin-bottom:-10rem}}@media only screen and (min-width:1200px){.xl\:mar-b-n11{margin-bottom:calc(-1.46rem - 7.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-b-n11{margin-bottom:-11rem}}@media only screen and (min-width:1200px){.xl\:mar-b-n12{margin-bottom:calc(-1.46rem - 7.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-b-n12{margin-bottom:-12rem}}@media only screen and (min-width:1200px){.xl\:mar-b-n13{margin-bottom:calc(-1.46rem - 8.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-b-n13{margin-bottom:-13rem}}@media only screen and (min-width:1200px){.xl\:mar-b-n14{margin-bottom:calc(-1.46rem - 9.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-b-n14{margin-bottom:-14rem}}@media only screen and (min-width:1200px){.xl\:mar-b-n15{margin-bottom:calc(-1.46rem - 10.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-b-n15{margin-bottom:-15rem}}@media only screen and (min-width:1200px){.xl\:mar-b-n16{margin-bottom:calc(-1.46rem - 10.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-b-n16{margin-bottom:-16rem}}@media only screen and (min-width:1200px){.xl\:mar-b-n17{margin-bottom:calc(-1.46rem - 11.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-b-n17{margin-bottom:-17rem}}@media only screen and (min-width:1200px){.xl\:mar-b-n18{margin-bottom:calc(-1.46rem - 12.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-b-n18{margin-bottom:-18rem}}@media only screen and (min-width:1200px){.xl\:mar-b-n19{margin-bottom:calc(-1.46rem - 13.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-b-n19{margin-bottom:-19rem}}@media only screen and (min-width:1200px){.xl\:mar-b-n20{margin-bottom:calc(-1.46rem - 13.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-b-n20{margin-bottom:-20rem}}@media only screen and (min-width:1200px){.xl\:mar-b-n21{margin-bottom:calc(-1.46rem - 14.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-b-n21{margin-bottom:-21rem}}@media only screen and (min-width:1200px){.xl\:mar-b-n22{margin-bottom:calc(-1.46rem - 15.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-b-n22{margin-bottom:-22rem}}@media only screen and (min-width:1200px){.xl\:mar-b-n23{margin-bottom:calc(-1.46rem - 16.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-b-n23{margin-bottom:-23rem}}@media only screen and (min-width:1200px){.xl\:mar-b-n24{margin-bottom:calc(-1.46rem - 16.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-b-n24{margin-bottom:-24rem}}@media only screen and (min-width:1200px){.xl\:mar-b-n25{margin-bottom:calc(-1.46rem - 17.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-b-n25{margin-bottom:-25rem}}@media only screen and (min-width:1200px){.xl\:mar-b-n26{margin-bottom:calc(-1.46rem - 18.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-b-n26{margin-bottom:-26rem}}@media only screen and (min-width:1200px){.xl\:mar-b-n27{margin-bottom:calc(-1.46rem - 19.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-b-n27{margin-bottom:-27rem}}@media only screen and (min-width:1200px){.xl\:mar-b-n28{margin-bottom:calc(-1.46rem - 19.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-b-n28{margin-bottom:-28rem}}@media only screen and (min-width:1200px){.xl\:mar-b-n29{margin-bottom:calc(-1.46rem - 20.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-b-n29{margin-bottom:-29rem}}@media only screen and (min-width:1200px){.xl\:mar-b-n30{margin-bottom:calc(-1.46rem - 21.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-b-n30{margin-bottom:-30rem}}@media only screen and (min-width:1200px){.xl\:mar-b-n40{margin-bottom:calc(-1.46rem - 28.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-b-n40{margin-bottom:-40rem}}.mar-l-0{margin-left:0}.mar-l-0-imp{margin-left:0!important}.mar-l-auto{margin-left:auto}.mar-l-1{margin-left:1rem}.mar-l-2{margin-left:calc(1.46rem + .45vw)}@media (min-width:1200px){.mar-l-2{margin-left:2rem}}.mar-l-3{margin-left:calc(1.56rem + 1.2vw)}@media (min-width:1200px){.mar-l-3{margin-left:3rem}}.mar-l-4{margin-left:calc(1.66rem + 1.95vw)}@media (min-width:1200px){.mar-l-4{margin-left:4rem}}.mar-l-5{margin-left:calc(1.76rem + 2.7vw)}@media (min-width:1200px){.mar-l-5{margin-left:5rem}}.mar-l-6{margin-left:calc(1.86rem + 3.45vw)}@media (min-width:1200px){.mar-l-6{margin-left:6rem}}.mar-l-7{margin-left:calc(1.96rem + 4.2vw)}@media (min-width:1200px){.mar-l-7{margin-left:7rem}}.mar-l-8{margin-left:calc(2.06rem + 4.95vw)}@media (min-width:1200px){.mar-l-8{margin-left:8rem}}.mar-l-9{margin-left:calc(2.16rem + 5.7vw)}@media (min-width:1200px){.mar-l-9{margin-left:9rem}}.mar-l-10{margin-left:calc(2.26rem + 6.45vw)}@media (min-width:1200px){.mar-l-10{margin-left:10rem}}.mar-l-11{margin-left:calc(2.36rem + 7.2vw)}@media (min-width:1200px){.mar-l-11{margin-left:11rem}}.mar-l-12{margin-left:calc(2.46rem + 7.95vw)}@media (min-width:1200px){.mar-l-12{margin-left:12rem}}.mar-l-13{margin-left:calc(2.56rem + 8.7vw)}@media (min-width:1200px){.mar-l-13{margin-left:13rem}}.mar-l-14{margin-left:calc(2.66rem + 9.45vw)}@media (min-width:1200px){.mar-l-14{margin-left:14rem}}.mar-l-15{margin-left:calc(2.76rem + 10.2vw)}@media (min-width:1200px){.mar-l-15{margin-left:15rem}}.mar-l-16{margin-left:calc(2.86rem + 10.95vw)}@media (min-width:1200px){.mar-l-16{margin-left:16rem}}.mar-l-17{margin-left:calc(2.96rem + 11.7vw)}@media (min-width:1200px){.mar-l-17{margin-left:17rem}}.mar-l-18{margin-left:calc(3.06rem + 12.45vw)}@media (min-width:1200px){.mar-l-18{margin-left:18rem}}.mar-l-19{margin-left:calc(3.16rem + 13.2vw)}@media (min-width:1200px){.mar-l-19{margin-left:19rem}}.mar-l-20{margin-left:calc(3.26rem + 13.95vw)}@media (min-width:1200px){.mar-l-20{margin-left:20rem}}.mar-l-21{margin-left:calc(3.36rem + 14.7vw)}@media (min-width:1200px){.mar-l-21{margin-left:21rem}}.mar-l-22{margin-left:calc(3.46rem + 15.45vw)}@media (min-width:1200px){.mar-l-22{margin-left:22rem}}.mar-l-23{margin-left:calc(3.56rem + 16.2vw)}@media (min-width:1200px){.mar-l-23{margin-left:23rem}}.mar-l-24{margin-left:calc(3.66rem + 16.95vw)}@media (min-width:1200px){.mar-l-24{margin-left:24rem}}.mar-l-25{margin-left:calc(3.76rem + 17.7vw)}@media (min-width:1200px){.mar-l-25{margin-left:25rem}}.mar-l-26{margin-left:calc(3.86rem + 18.45vw)}@media (min-width:1200px){.mar-l-26{margin-left:26rem}}.mar-l-27{margin-left:calc(3.96rem + 19.2vw)}@media (min-width:1200px){.mar-l-27{margin-left:27rem}}.mar-l-28{margin-left:calc(4.06rem + 19.95vw)}@media (min-width:1200px){.mar-l-28{margin-left:28rem}}.mar-l-29{margin-left:calc(4.16rem + 20.7vw)}@media (min-width:1200px){.mar-l-29{margin-left:29rem}}.mar-l-30{margin-left:calc(4.26rem + 21.45vw)}@media (min-width:1200px){.mar-l-30{margin-left:30rem}}.mar-l-40{margin-left:calc(5.26rem + 28.95vw)}@media (min-width:1200px){.mar-l-40{margin-left:40rem}}@media only screen and (min-width:576px){.sm\:mar-l-0{margin-left:0}.sm\:mar-l-0-imp{margin-left:0!important}.sm\:mar-l-auto{margin-left:auto}.sm\:mar-l-1{margin-left:1rem}.sm\:mar-l-2{margin-left:calc(1.46rem + .45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-l-2{margin-left:2rem}}@media only screen and (min-width:576px){.sm\:mar-l-3{margin-left:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-l-3{margin-left:3rem}}@media only screen and (min-width:576px){.sm\:mar-l-4{margin-left:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-l-4{margin-left:4rem}}@media only screen and (min-width:576px){.sm\:mar-l-5{margin-left:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-l-5{margin-left:5rem}}@media only screen and (min-width:576px){.sm\:mar-l-6{margin-left:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-l-6{margin-left:6rem}}@media only screen and (min-width:576px){.sm\:mar-l-7{margin-left:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-l-7{margin-left:7rem}}@media only screen and (min-width:576px){.sm\:mar-l-8{margin-left:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-l-8{margin-left:8rem}}@media only screen and (min-width:576px){.sm\:mar-l-9{margin-left:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-l-9{margin-left:9rem}}@media only screen and (min-width:576px){.sm\:mar-l-10{margin-left:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-l-10{margin-left:10rem}}@media only screen and (min-width:576px){.sm\:mar-l-11{margin-left:calc(2.36rem + 7.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-l-11{margin-left:11rem}}@media only screen and (min-width:576px){.sm\:mar-l-12{margin-left:calc(2.46rem + 7.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-l-12{margin-left:12rem}}@media only screen and (min-width:576px){.sm\:mar-l-13{margin-left:calc(2.56rem + 8.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-l-13{margin-left:13rem}}@media only screen and (min-width:576px){.sm\:mar-l-14{margin-left:calc(2.66rem + 9.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-l-14{margin-left:14rem}}@media only screen and (min-width:576px){.sm\:mar-l-15{margin-left:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-l-15{margin-left:15rem}}@media only screen and (min-width:576px){.sm\:mar-l-16{margin-left:calc(2.86rem + 10.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-l-16{margin-left:16rem}}@media only screen and (min-width:576px){.sm\:mar-l-17{margin-left:calc(2.96rem + 11.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-l-17{margin-left:17rem}}@media only screen and (min-width:576px){.sm\:mar-l-18{margin-left:calc(3.06rem + 12.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-l-18{margin-left:18rem}}@media only screen and (min-width:576px){.sm\:mar-l-19{margin-left:calc(3.16rem + 13.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-l-19{margin-left:19rem}}@media only screen and (min-width:576px){.sm\:mar-l-20{margin-left:calc(3.26rem + 13.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-l-20{margin-left:20rem}}@media only screen and (min-width:576px){.sm\:mar-l-21{margin-left:calc(3.36rem + 14.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-l-21{margin-left:21rem}}@media only screen and (min-width:576px){.sm\:mar-l-22{margin-left:calc(3.46rem + 15.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-l-22{margin-left:22rem}}@media only screen and (min-width:576px){.sm\:mar-l-23{margin-left:calc(3.56rem + 16.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-l-23{margin-left:23rem}}@media only screen and (min-width:576px){.sm\:mar-l-24{margin-left:calc(3.66rem + 16.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-l-24{margin-left:24rem}}@media only screen and (min-width:576px){.sm\:mar-l-25{margin-left:calc(3.76rem + 17.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-l-25{margin-left:25rem}}@media only screen and (min-width:576px){.sm\:mar-l-26{margin-left:calc(3.86rem + 18.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-l-26{margin-left:26rem}}@media only screen and (min-width:576px){.sm\:mar-l-27{margin-left:calc(3.96rem + 19.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-l-27{margin-left:27rem}}@media only screen and (min-width:576px){.sm\:mar-l-28{margin-left:calc(4.06rem + 19.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-l-28{margin-left:28rem}}@media only screen and (min-width:576px){.sm\:mar-l-29{margin-left:calc(4.16rem + 20.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-l-29{margin-left:29rem}}@media only screen and (min-width:576px){.sm\:mar-l-30{margin-left:calc(4.26rem + 21.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-l-30{margin-left:30rem}}@media only screen and (min-width:576px){.sm\:mar-l-40{margin-left:calc(5.26rem + 28.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-l-40{margin-left:40rem}}@media only screen and (min-width:768px){.md\:mar-l-0{margin-left:0}.md\:mar-l-0-imp{margin-left:0!important}.md\:mar-l-auto{margin-left:auto}.md\:mar-l-1{margin-left:1rem}.md\:mar-l-2{margin-left:calc(1.46rem + .45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-l-2{margin-left:2rem}}@media only screen and (min-width:768px){.md\:mar-l-3{margin-left:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-l-3{margin-left:3rem}}@media only screen and (min-width:768px){.md\:mar-l-4{margin-left:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-l-4{margin-left:4rem}}@media only screen and (min-width:768px){.md\:mar-l-5{margin-left:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-l-5{margin-left:5rem}}@media only screen and (min-width:768px){.md\:mar-l-6{margin-left:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-l-6{margin-left:6rem}}@media only screen and (min-width:768px){.md\:mar-l-7{margin-left:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-l-7{margin-left:7rem}}@media only screen and (min-width:768px){.md\:mar-l-8{margin-left:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-l-8{margin-left:8rem}}@media only screen and (min-width:768px){.md\:mar-l-9{margin-left:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-l-9{margin-left:9rem}}@media only screen and (min-width:768px){.md\:mar-l-10{margin-left:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-l-10{margin-left:10rem}}@media only screen and (min-width:768px){.md\:mar-l-11{margin-left:calc(2.36rem + 7.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-l-11{margin-left:11rem}}@media only screen and (min-width:768px){.md\:mar-l-12{margin-left:calc(2.46rem + 7.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-l-12{margin-left:12rem}}@media only screen and (min-width:768px){.md\:mar-l-13{margin-left:calc(2.56rem + 8.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-l-13{margin-left:13rem}}@media only screen and (min-width:768px){.md\:mar-l-14{margin-left:calc(2.66rem + 9.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-l-14{margin-left:14rem}}@media only screen and (min-width:768px){.md\:mar-l-15{margin-left:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-l-15{margin-left:15rem}}@media only screen and (min-width:768px){.md\:mar-l-16{margin-left:calc(2.86rem + 10.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-l-16{margin-left:16rem}}@media only screen and (min-width:768px){.md\:mar-l-17{margin-left:calc(2.96rem + 11.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-l-17{margin-left:17rem}}@media only screen and (min-width:768px){.md\:mar-l-18{margin-left:calc(3.06rem + 12.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-l-18{margin-left:18rem}}@media only screen and (min-width:768px){.md\:mar-l-19{margin-left:calc(3.16rem + 13.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-l-19{margin-left:19rem}}@media only screen and (min-width:768px){.md\:mar-l-20{margin-left:calc(3.26rem + 13.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-l-20{margin-left:20rem}}@media only screen and (min-width:768px){.md\:mar-l-21{margin-left:calc(3.36rem + 14.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-l-21{margin-left:21rem}}@media only screen and (min-width:768px){.md\:mar-l-22{margin-left:calc(3.46rem + 15.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-l-22{margin-left:22rem}}@media only screen and (min-width:768px){.md\:mar-l-23{margin-left:calc(3.56rem + 16.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-l-23{margin-left:23rem}}@media only screen and (min-width:768px){.md\:mar-l-24{margin-left:calc(3.66rem + 16.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-l-24{margin-left:24rem}}@media only screen and (min-width:768px){.md\:mar-l-25{margin-left:calc(3.76rem + 17.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-l-25{margin-left:25rem}}@media only screen and (min-width:768px){.md\:mar-l-26{margin-left:calc(3.86rem + 18.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-l-26{margin-left:26rem}}@media only screen and (min-width:768px){.md\:mar-l-27{margin-left:calc(3.96rem + 19.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-l-27{margin-left:27rem}}@media only screen and (min-width:768px){.md\:mar-l-28{margin-left:calc(4.06rem + 19.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-l-28{margin-left:28rem}}@media only screen and (min-width:768px){.md\:mar-l-29{margin-left:calc(4.16rem + 20.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-l-29{margin-left:29rem}}@media only screen and (min-width:768px){.md\:mar-l-30{margin-left:calc(4.26rem + 21.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-l-30{margin-left:30rem}}@media only screen and (min-width:768px){.md\:mar-l-40{margin-left:calc(5.26rem + 28.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-l-40{margin-left:40rem}}@media only screen and (min-width:992px){.lg\:mar-l-0{margin-left:0}.lg\:mar-l-0-imp{margin-left:0!important}.lg\:mar-l-auto{margin-left:auto}.lg\:mar-l-1{margin-left:1rem}.lg\:mar-l-2{margin-left:calc(1.46rem + .45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-l-2{margin-left:2rem}}@media only screen and (min-width:992px){.lg\:mar-l-3{margin-left:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-l-3{margin-left:3rem}}@media only screen and (min-width:992px){.lg\:mar-l-4{margin-left:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-l-4{margin-left:4rem}}@media only screen and (min-width:992px){.lg\:mar-l-5{margin-left:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-l-5{margin-left:5rem}}@media only screen and (min-width:992px){.lg\:mar-l-6{margin-left:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-l-6{margin-left:6rem}}@media only screen and (min-width:992px){.lg\:mar-l-7{margin-left:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-l-7{margin-left:7rem}}@media only screen and (min-width:992px){.lg\:mar-l-8{margin-left:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-l-8{margin-left:8rem}}@media only screen and (min-width:992px){.lg\:mar-l-9{margin-left:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-l-9{margin-left:9rem}}@media only screen and (min-width:992px){.lg\:mar-l-10{margin-left:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-l-10{margin-left:10rem}}@media only screen and (min-width:992px){.lg\:mar-l-11{margin-left:calc(2.36rem + 7.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-l-11{margin-left:11rem}}@media only screen and (min-width:992px){.lg\:mar-l-12{margin-left:calc(2.46rem + 7.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-l-12{margin-left:12rem}}@media only screen and (min-width:992px){.lg\:mar-l-13{margin-left:calc(2.56rem + 8.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-l-13{margin-left:13rem}}@media only screen and (min-width:992px){.lg\:mar-l-14{margin-left:calc(2.66rem + 9.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-l-14{margin-left:14rem}}@media only screen and (min-width:992px){.lg\:mar-l-15{margin-left:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-l-15{margin-left:15rem}}@media only screen and (min-width:992px){.lg\:mar-l-16{margin-left:calc(2.86rem + 10.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-l-16{margin-left:16rem}}@media only screen and (min-width:992px){.lg\:mar-l-17{margin-left:calc(2.96rem + 11.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-l-17{margin-left:17rem}}@media only screen and (min-width:992px){.lg\:mar-l-18{margin-left:calc(3.06rem + 12.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-l-18{margin-left:18rem}}@media only screen and (min-width:992px){.lg\:mar-l-19{margin-left:calc(3.16rem + 13.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-l-19{margin-left:19rem}}@media only screen and (min-width:992px){.lg\:mar-l-20{margin-left:calc(3.26rem + 13.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-l-20{margin-left:20rem}}@media only screen and (min-width:992px){.lg\:mar-l-21{margin-left:calc(3.36rem + 14.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-l-21{margin-left:21rem}}@media only screen and (min-width:992px){.lg\:mar-l-22{margin-left:calc(3.46rem + 15.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-l-22{margin-left:22rem}}@media only screen and (min-width:992px){.lg\:mar-l-23{margin-left:calc(3.56rem + 16.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-l-23{margin-left:23rem}}@media only screen and (min-width:992px){.lg\:mar-l-24{margin-left:calc(3.66rem + 16.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-l-24{margin-left:24rem}}@media only screen and (min-width:992px){.lg\:mar-l-25{margin-left:calc(3.76rem + 17.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-l-25{margin-left:25rem}}@media only screen and (min-width:992px){.lg\:mar-l-26{margin-left:calc(3.86rem + 18.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-l-26{margin-left:26rem}}@media only screen and (min-width:992px){.lg\:mar-l-27{margin-left:calc(3.96rem + 19.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-l-27{margin-left:27rem}}@media only screen and (min-width:992px){.lg\:mar-l-28{margin-left:calc(4.06rem + 19.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-l-28{margin-left:28rem}}@media only screen and (min-width:992px){.lg\:mar-l-29{margin-left:calc(4.16rem + 20.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-l-29{margin-left:29rem}}@media only screen and (min-width:992px){.lg\:mar-l-30{margin-left:calc(4.26rem + 21.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-l-30{margin-left:30rem}}@media only screen and (min-width:992px){.lg\:mar-l-40{margin-left:calc(5.26rem + 28.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-l-40{margin-left:40rem}}@media only screen and (min-width:1200px){.xl\:mar-l-0{margin-left:0}.xl\:mar-l-0-imp{margin-left:0!important}.xl\:mar-l-auto{margin-left:auto}.xl\:mar-l-1{margin-left:1rem}.xl\:mar-l-2{margin-left:calc(1.46rem + .45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-l-2{margin-left:2rem}}@media only screen and (min-width:1200px){.xl\:mar-l-3{margin-left:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-l-3{margin-left:3rem}}@media only screen and (min-width:1200px){.xl\:mar-l-4{margin-left:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-l-4{margin-left:4rem}}@media only screen and (min-width:1200px){.xl\:mar-l-5{margin-left:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-l-5{margin-left:5rem}}@media only screen and (min-width:1200px){.xl\:mar-l-6{margin-left:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-l-6{margin-left:6rem}}@media only screen and (min-width:1200px){.xl\:mar-l-7{margin-left:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-l-7{margin-left:7rem}}@media only screen and (min-width:1200px){.xl\:mar-l-8{margin-left:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-l-8{margin-left:8rem}}@media only screen and (min-width:1200px){.xl\:mar-l-9{margin-left:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-l-9{margin-left:9rem}}@media only screen and (min-width:1200px){.xl\:mar-l-10{margin-left:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-l-10{margin-left:10rem}}@media only screen and (min-width:1200px){.xl\:mar-l-11{margin-left:calc(2.36rem + 7.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-l-11{margin-left:11rem}}@media only screen and (min-width:1200px){.xl\:mar-l-12{margin-left:calc(2.46rem + 7.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-l-12{margin-left:12rem}}@media only screen and (min-width:1200px){.xl\:mar-l-13{margin-left:calc(2.56rem + 8.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-l-13{margin-left:13rem}}@media only screen and (min-width:1200px){.xl\:mar-l-14{margin-left:calc(2.66rem + 9.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-l-14{margin-left:14rem}}@media only screen and (min-width:1200px){.xl\:mar-l-15{margin-left:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-l-15{margin-left:15rem}}@media only screen and (min-width:1200px){.xl\:mar-l-16{margin-left:calc(2.86rem + 10.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-l-16{margin-left:16rem}}@media only screen and (min-width:1200px){.xl\:mar-l-17{margin-left:calc(2.96rem + 11.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-l-17{margin-left:17rem}}@media only screen and (min-width:1200px){.xl\:mar-l-18{margin-left:calc(3.06rem + 12.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-l-18{margin-left:18rem}}@media only screen and (min-width:1200px){.xl\:mar-l-19{margin-left:calc(3.16rem + 13.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-l-19{margin-left:19rem}}@media only screen and (min-width:1200px){.xl\:mar-l-20{margin-left:calc(3.26rem + 13.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-l-20{margin-left:20rem}}@media only screen and (min-width:1200px){.xl\:mar-l-21{margin-left:calc(3.36rem + 14.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-l-21{margin-left:21rem}}@media only screen and (min-width:1200px){.xl\:mar-l-22{margin-left:calc(3.46rem + 15.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-l-22{margin-left:22rem}}@media only screen and (min-width:1200px){.xl\:mar-l-23{margin-left:calc(3.56rem + 16.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-l-23{margin-left:23rem}}@media only screen and (min-width:1200px){.xl\:mar-l-24{margin-left:calc(3.66rem + 16.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-l-24{margin-left:24rem}}@media only screen and (min-width:1200px){.xl\:mar-l-25{margin-left:calc(3.76rem + 17.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-l-25{margin-left:25rem}}@media only screen and (min-width:1200px){.xl\:mar-l-26{margin-left:calc(3.86rem + 18.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-l-26{margin-left:26rem}}@media only screen and (min-width:1200px){.xl\:mar-l-27{margin-left:calc(3.96rem + 19.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-l-27{margin-left:27rem}}@media only screen and (min-width:1200px){.xl\:mar-l-28{margin-left:calc(4.06rem + 19.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-l-28{margin-left:28rem}}@media only screen and (min-width:1200px){.xl\:mar-l-29{margin-left:calc(4.16rem + 20.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-l-29{margin-left:29rem}}@media only screen and (min-width:1200px){.xl\:mar-l-30{margin-left:calc(4.26rem + 21.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-l-30{margin-left:30rem}}@media only screen and (min-width:1200px){.xl\:mar-l-40{margin-left:calc(5.26rem + 28.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-l-40{margin-left:40rem}}.mar-l-n1{margin-left:-1rem}.mar-l-n2{margin-left:calc(-1.46rem - .45vw)}@media (min-width:1200px){.mar-l-n2{margin-left:-2rem}}.mar-l-n3{margin-left:calc(-1.46rem - 1.2vw)}@media (min-width:1200px){.mar-l-n3{margin-left:-3rem}}.mar-l-n4{margin-left:calc(-1.46rem - 1.95vw)}@media (min-width:1200px){.mar-l-n4{margin-left:-4rem}}.mar-l-n5{margin-left:calc(-1.46rem - 2.7vw)}@media (min-width:1200px){.mar-l-n5{margin-left:-5rem}}.mar-l-n6{margin-left:calc(-1.46rem - 3.45vw)}@media (min-width:1200px){.mar-l-n6{margin-left:-6rem}}.mar-l-n7{margin-left:calc(-1.46rem - 4.2vw)}@media (min-width:1200px){.mar-l-n7{margin-left:-7rem}}.mar-l-n8{margin-left:calc(-1.46rem - 4.95vw)}@media (min-width:1200px){.mar-l-n8{margin-left:-8rem}}.mar-l-n9{margin-left:calc(-1.46rem - 5.7vw)}@media (min-width:1200px){.mar-l-n9{margin-left:-9rem}}.mar-l-n10{margin-left:calc(-1.46rem - 6.45vw)}@media (min-width:1200px){.mar-l-n10{margin-left:-10rem}}.mar-l-n11{margin-left:calc(-1.46rem - 7.2vw)}@media (min-width:1200px){.mar-l-n11{margin-left:-11rem}}.mar-l-n12{margin-left:calc(-1.46rem - 7.95vw)}@media (min-width:1200px){.mar-l-n12{margin-left:-12rem}}.mar-l-n13{margin-left:calc(-1.46rem - 8.7vw)}@media (min-width:1200px){.mar-l-n13{margin-left:-13rem}}.mar-l-n14{margin-left:calc(-1.46rem - 9.45vw)}@media (min-width:1200px){.mar-l-n14{margin-left:-14rem}}.mar-l-n15{margin-left:calc(-1.46rem - 10.2vw)}@media (min-width:1200px){.mar-l-n15{margin-left:-15rem}}.mar-l-n16{margin-left:calc(-1.46rem - 10.95vw)}@media (min-width:1200px){.mar-l-n16{margin-left:-16rem}}.mar-l-n17{margin-left:calc(-1.46rem - 11.7vw)}@media (min-width:1200px){.mar-l-n17{margin-left:-17rem}}.mar-l-n18{margin-left:calc(-1.46rem - 12.45vw)}@media (min-width:1200px){.mar-l-n18{margin-left:-18rem}}.mar-l-n19{margin-left:calc(-1.46rem - 13.2vw)}@media (min-width:1200px){.mar-l-n19{margin-left:-19rem}}.mar-l-n20{margin-left:calc(-1.46rem - 13.95vw)}@media (min-width:1200px){.mar-l-n20{margin-left:-20rem}}.mar-l-n21{margin-left:calc(-1.46rem - 14.7vw)}@media (min-width:1200px){.mar-l-n21{margin-left:-21rem}}.mar-l-n22{margin-left:calc(-1.46rem - 15.45vw)}@media (min-width:1200px){.mar-l-n22{margin-left:-22rem}}.mar-l-n23{margin-left:calc(-1.46rem - 16.2vw)}@media (min-width:1200px){.mar-l-n23{margin-left:-23rem}}.mar-l-n24{margin-left:calc(-1.46rem - 16.95vw)}@media (min-width:1200px){.mar-l-n24{margin-left:-24rem}}.mar-l-n25{margin-left:calc(-1.46rem - 17.7vw)}@media (min-width:1200px){.mar-l-n25{margin-left:-25rem}}.mar-l-n26{margin-left:calc(-1.46rem - 18.45vw)}@media (min-width:1200px){.mar-l-n26{margin-left:-26rem}}.mar-l-n27{margin-left:calc(-1.46rem - 19.2vw)}@media (min-width:1200px){.mar-l-n27{margin-left:-27rem}}.mar-l-n28{margin-left:calc(-1.46rem - 19.95vw)}@media (min-width:1200px){.mar-l-n28{margin-left:-28rem}}.mar-l-n29{margin-left:calc(-1.46rem - 20.7vw)}@media (min-width:1200px){.mar-l-n29{margin-left:-29rem}}.mar-l-n30{margin-left:calc(-1.46rem - 21.45vw)}@media (min-width:1200px){.mar-l-n30{margin-left:-30rem}}.mar-l-n40{margin-left:calc(-1.46rem - 28.95vw)}@media (min-width:1200px){.mar-l-n40{margin-left:-40rem}}@media only screen and (min-width:576px){.sm\:mar-l-n1{margin-left:-1rem}.sm\:mar-l-n2{margin-left:calc(-1.46rem - .45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-l-n2{margin-left:-2rem}}@media only screen and (min-width:576px){.sm\:mar-l-n3{margin-left:calc(-1.46rem - 1.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-l-n3{margin-left:-3rem}}@media only screen and (min-width:576px){.sm\:mar-l-n4{margin-left:calc(-1.46rem - 1.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-l-n4{margin-left:-4rem}}@media only screen and (min-width:576px){.sm\:mar-l-n5{margin-left:calc(-1.46rem - 2.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-l-n5{margin-left:-5rem}}@media only screen and (min-width:576px){.sm\:mar-l-n6{margin-left:calc(-1.46rem - 3.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-l-n6{margin-left:-6rem}}@media only screen and (min-width:576px){.sm\:mar-l-n7{margin-left:calc(-1.46rem - 4.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-l-n7{margin-left:-7rem}}@media only screen and (min-width:576px){.sm\:mar-l-n8{margin-left:calc(-1.46rem - 4.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-l-n8{margin-left:-8rem}}@media only screen and (min-width:576px){.sm\:mar-l-n9{margin-left:calc(-1.46rem - 5.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-l-n9{margin-left:-9rem}}@media only screen and (min-width:576px){.sm\:mar-l-n10{margin-left:calc(-1.46rem - 6.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-l-n10{margin-left:-10rem}}@media only screen and (min-width:576px){.sm\:mar-l-n11{margin-left:calc(-1.46rem - 7.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-l-n11{margin-left:-11rem}}@media only screen and (min-width:576px){.sm\:mar-l-n12{margin-left:calc(-1.46rem - 7.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-l-n12{margin-left:-12rem}}@media only screen and (min-width:576px){.sm\:mar-l-n13{margin-left:calc(-1.46rem - 8.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-l-n13{margin-left:-13rem}}@media only screen and (min-width:576px){.sm\:mar-l-n14{margin-left:calc(-1.46rem - 9.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-l-n14{margin-left:-14rem}}@media only screen and (min-width:576px){.sm\:mar-l-n15{margin-left:calc(-1.46rem - 10.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-l-n15{margin-left:-15rem}}@media only screen and (min-width:576px){.sm\:mar-l-n16{margin-left:calc(-1.46rem - 10.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-l-n16{margin-left:-16rem}}@media only screen and (min-width:576px){.sm\:mar-l-n17{margin-left:calc(-1.46rem - 11.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-l-n17{margin-left:-17rem}}@media only screen and (min-width:576px){.sm\:mar-l-n18{margin-left:calc(-1.46rem - 12.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-l-n18{margin-left:-18rem}}@media only screen and (min-width:576px){.sm\:mar-l-n19{margin-left:calc(-1.46rem - 13.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-l-n19{margin-left:-19rem}}@media only screen and (min-width:576px){.sm\:mar-l-n20{margin-left:calc(-1.46rem - 13.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-l-n20{margin-left:-20rem}}@media only screen and (min-width:576px){.sm\:mar-l-n21{margin-left:calc(-1.46rem - 14.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-l-n21{margin-left:-21rem}}@media only screen and (min-width:576px){.sm\:mar-l-n22{margin-left:calc(-1.46rem - 15.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-l-n22{margin-left:-22rem}}@media only screen and (min-width:576px){.sm\:mar-l-n23{margin-left:calc(-1.46rem - 16.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-l-n23{margin-left:-23rem}}@media only screen and (min-width:576px){.sm\:mar-l-n24{margin-left:calc(-1.46rem - 16.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-l-n24{margin-left:-24rem}}@media only screen and (min-width:576px){.sm\:mar-l-n25{margin-left:calc(-1.46rem - 17.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-l-n25{margin-left:-25rem}}@media only screen and (min-width:576px){.sm\:mar-l-n26{margin-left:calc(-1.46rem - 18.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-l-n26{margin-left:-26rem}}@media only screen and (min-width:576px){.sm\:mar-l-n27{margin-left:calc(-1.46rem - 19.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-l-n27{margin-left:-27rem}}@media only screen and (min-width:576px){.sm\:mar-l-n28{margin-left:calc(-1.46rem - 19.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-l-n28{margin-left:-28rem}}@media only screen and (min-width:576px){.sm\:mar-l-n29{margin-left:calc(-1.46rem - 20.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-l-n29{margin-left:-29rem}}@media only screen and (min-width:576px){.sm\:mar-l-n30{margin-left:calc(-1.46rem - 21.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-l-n30{margin-left:-30rem}}@media only screen and (min-width:576px){.sm\:mar-l-n40{margin-left:calc(-1.46rem - 28.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-l-n40{margin-left:-40rem}}@media only screen and (min-width:768px){.md\:mar-l-n1{margin-left:-1rem}.md\:mar-l-n2{margin-left:calc(-1.46rem - .45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-l-n2{margin-left:-2rem}}@media only screen and (min-width:768px){.md\:mar-l-n3{margin-left:calc(-1.46rem - 1.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-l-n3{margin-left:-3rem}}@media only screen and (min-width:768px){.md\:mar-l-n4{margin-left:calc(-1.46rem - 1.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-l-n4{margin-left:-4rem}}@media only screen and (min-width:768px){.md\:mar-l-n5{margin-left:calc(-1.46rem - 2.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-l-n5{margin-left:-5rem}}@media only screen and (min-width:768px){.md\:mar-l-n6{margin-left:calc(-1.46rem - 3.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-l-n6{margin-left:-6rem}}@media only screen and (min-width:768px){.md\:mar-l-n7{margin-left:calc(-1.46rem - 4.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-l-n7{margin-left:-7rem}}@media only screen and (min-width:768px){.md\:mar-l-n8{margin-left:calc(-1.46rem - 4.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-l-n8{margin-left:-8rem}}@media only screen and (min-width:768px){.md\:mar-l-n9{margin-left:calc(-1.46rem - 5.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-l-n9{margin-left:-9rem}}@media only screen and (min-width:768px){.md\:mar-l-n10{margin-left:calc(-1.46rem - 6.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-l-n10{margin-left:-10rem}}@media only screen and (min-width:768px){.md\:mar-l-n11{margin-left:calc(-1.46rem - 7.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-l-n11{margin-left:-11rem}}@media only screen and (min-width:768px){.md\:mar-l-n12{margin-left:calc(-1.46rem - 7.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-l-n12{margin-left:-12rem}}@media only screen and (min-width:768px){.md\:mar-l-n13{margin-left:calc(-1.46rem - 8.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-l-n13{margin-left:-13rem}}@media only screen and (min-width:768px){.md\:mar-l-n14{margin-left:calc(-1.46rem - 9.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-l-n14{margin-left:-14rem}}@media only screen and (min-width:768px){.md\:mar-l-n15{margin-left:calc(-1.46rem - 10.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-l-n15{margin-left:-15rem}}@media only screen and (min-width:768px){.md\:mar-l-n16{margin-left:calc(-1.46rem - 10.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-l-n16{margin-left:-16rem}}@media only screen and (min-width:768px){.md\:mar-l-n17{margin-left:calc(-1.46rem - 11.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-l-n17{margin-left:-17rem}}@media only screen and (min-width:768px){.md\:mar-l-n18{margin-left:calc(-1.46rem - 12.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-l-n18{margin-left:-18rem}}@media only screen and (min-width:768px){.md\:mar-l-n19{margin-left:calc(-1.46rem - 13.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-l-n19{margin-left:-19rem}}@media only screen and (min-width:768px){.md\:mar-l-n20{margin-left:calc(-1.46rem - 13.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-l-n20{margin-left:-20rem}}@media only screen and (min-width:768px){.md\:mar-l-n21{margin-left:calc(-1.46rem - 14.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-l-n21{margin-left:-21rem}}@media only screen and (min-width:768px){.md\:mar-l-n22{margin-left:calc(-1.46rem - 15.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-l-n22{margin-left:-22rem}}@media only screen and (min-width:768px){.md\:mar-l-n23{margin-left:calc(-1.46rem - 16.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-l-n23{margin-left:-23rem}}@media only screen and (min-width:768px){.md\:mar-l-n24{margin-left:calc(-1.46rem - 16.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-l-n24{margin-left:-24rem}}@media only screen and (min-width:768px){.md\:mar-l-n25{margin-left:calc(-1.46rem - 17.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-l-n25{margin-left:-25rem}}@media only screen and (min-width:768px){.md\:mar-l-n26{margin-left:calc(-1.46rem - 18.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-l-n26{margin-left:-26rem}}@media only screen and (min-width:768px){.md\:mar-l-n27{margin-left:calc(-1.46rem - 19.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-l-n27{margin-left:-27rem}}@media only screen and (min-width:768px){.md\:mar-l-n28{margin-left:calc(-1.46rem - 19.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-l-n28{margin-left:-28rem}}@media only screen and (min-width:768px){.md\:mar-l-n29{margin-left:calc(-1.46rem - 20.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-l-n29{margin-left:-29rem}}@media only screen and (min-width:768px){.md\:mar-l-n30{margin-left:calc(-1.46rem - 21.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-l-n30{margin-left:-30rem}}@media only screen and (min-width:768px){.md\:mar-l-n40{margin-left:calc(-1.46rem - 28.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-l-n40{margin-left:-40rem}}@media only screen and (min-width:992px){.lg\:mar-l-n1{margin-left:-1rem}.lg\:mar-l-n2{margin-left:calc(-1.46rem - .45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-l-n2{margin-left:-2rem}}@media only screen and (min-width:992px){.lg\:mar-l-n3{margin-left:calc(-1.46rem - 1.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-l-n3{margin-left:-3rem}}@media only screen and (min-width:992px){.lg\:mar-l-n4{margin-left:calc(-1.46rem - 1.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-l-n4{margin-left:-4rem}}@media only screen and (min-width:992px){.lg\:mar-l-n5{margin-left:calc(-1.46rem - 2.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-l-n5{margin-left:-5rem}}@media only screen and (min-width:992px){.lg\:mar-l-n6{margin-left:calc(-1.46rem - 3.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-l-n6{margin-left:-6rem}}@media only screen and (min-width:992px){.lg\:mar-l-n7{margin-left:calc(-1.46rem - 4.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-l-n7{margin-left:-7rem}}@media only screen and (min-width:992px){.lg\:mar-l-n8{margin-left:calc(-1.46rem - 4.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-l-n8{margin-left:-8rem}}@media only screen and (min-width:992px){.lg\:mar-l-n9{margin-left:calc(-1.46rem - 5.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-l-n9{margin-left:-9rem}}@media only screen and (min-width:992px){.lg\:mar-l-n10{margin-left:calc(-1.46rem - 6.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-l-n10{margin-left:-10rem}}@media only screen and (min-width:992px){.lg\:mar-l-n11{margin-left:calc(-1.46rem - 7.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-l-n11{margin-left:-11rem}}@media only screen and (min-width:992px){.lg\:mar-l-n12{margin-left:calc(-1.46rem - 7.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-l-n12{margin-left:-12rem}}@media only screen and (min-width:992px){.lg\:mar-l-n13{margin-left:calc(-1.46rem - 8.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-l-n13{margin-left:-13rem}}@media only screen and (min-width:992px){.lg\:mar-l-n14{margin-left:calc(-1.46rem - 9.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-l-n14{margin-left:-14rem}}@media only screen and (min-width:992px){.lg\:mar-l-n15{margin-left:calc(-1.46rem - 10.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-l-n15{margin-left:-15rem}}@media only screen and (min-width:992px){.lg\:mar-l-n16{margin-left:calc(-1.46rem - 10.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-l-n16{margin-left:-16rem}}@media only screen and (min-width:992px){.lg\:mar-l-n17{margin-left:calc(-1.46rem - 11.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-l-n17{margin-left:-17rem}}@media only screen and (min-width:992px){.lg\:mar-l-n18{margin-left:calc(-1.46rem - 12.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-l-n18{margin-left:-18rem}}@media only screen and (min-width:992px){.lg\:mar-l-n19{margin-left:calc(-1.46rem - 13.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-l-n19{margin-left:-19rem}}@media only screen and (min-width:992px){.lg\:mar-l-n20{margin-left:calc(-1.46rem - 13.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-l-n20{margin-left:-20rem}}@media only screen and (min-width:992px){.lg\:mar-l-n21{margin-left:calc(-1.46rem - 14.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-l-n21{margin-left:-21rem}}@media only screen and (min-width:992px){.lg\:mar-l-n22{margin-left:calc(-1.46rem - 15.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-l-n22{margin-left:-22rem}}@media only screen and (min-width:992px){.lg\:mar-l-n23{margin-left:calc(-1.46rem - 16.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-l-n23{margin-left:-23rem}}@media only screen and (min-width:992px){.lg\:mar-l-n24{margin-left:calc(-1.46rem - 16.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-l-n24{margin-left:-24rem}}@media only screen and (min-width:992px){.lg\:mar-l-n25{margin-left:calc(-1.46rem - 17.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-l-n25{margin-left:-25rem}}@media only screen and (min-width:992px){.lg\:mar-l-n26{margin-left:calc(-1.46rem - 18.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-l-n26{margin-left:-26rem}}@media only screen and (min-width:992px){.lg\:mar-l-n27{margin-left:calc(-1.46rem - 19.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-l-n27{margin-left:-27rem}}@media only screen and (min-width:992px){.lg\:mar-l-n28{margin-left:calc(-1.46rem - 19.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-l-n28{margin-left:-28rem}}@media only screen and (min-width:992px){.lg\:mar-l-n29{margin-left:calc(-1.46rem - 20.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-l-n29{margin-left:-29rem}}@media only screen and (min-width:992px){.lg\:mar-l-n30{margin-left:calc(-1.46rem - 21.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-l-n30{margin-left:-30rem}}@media only screen and (min-width:992px){.lg\:mar-l-n40{margin-left:calc(-1.46rem - 28.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-l-n40{margin-left:-40rem}}@media only screen and (min-width:1200px){.xl\:mar-l-n1{margin-left:-1rem}.xl\:mar-l-n2{margin-left:calc(-1.46rem - .45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-l-n2{margin-left:-2rem}}@media only screen and (min-width:1200px){.xl\:mar-l-n3{margin-left:calc(-1.46rem - 1.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-l-n3{margin-left:-3rem}}@media only screen and (min-width:1200px){.xl\:mar-l-n4{margin-left:calc(-1.46rem - 1.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-l-n4{margin-left:-4rem}}@media only screen and (min-width:1200px){.xl\:mar-l-n5{margin-left:calc(-1.46rem - 2.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-l-n5{margin-left:-5rem}}@media only screen and (min-width:1200px){.xl\:mar-l-n6{margin-left:calc(-1.46rem - 3.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-l-n6{margin-left:-6rem}}@media only screen and (min-width:1200px){.xl\:mar-l-n7{margin-left:calc(-1.46rem - 4.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-l-n7{margin-left:-7rem}}@media only screen and (min-width:1200px){.xl\:mar-l-n8{margin-left:calc(-1.46rem - 4.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-l-n8{margin-left:-8rem}}@media only screen and (min-width:1200px){.xl\:mar-l-n9{margin-left:calc(-1.46rem - 5.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-l-n9{margin-left:-9rem}}@media only screen and (min-width:1200px){.xl\:mar-l-n10{margin-left:calc(-1.46rem - 6.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-l-n10{margin-left:-10rem}}@media only screen and (min-width:1200px){.xl\:mar-l-n11{margin-left:calc(-1.46rem - 7.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-l-n11{margin-left:-11rem}}@media only screen and (min-width:1200px){.xl\:mar-l-n12{margin-left:calc(-1.46rem - 7.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-l-n12{margin-left:-12rem}}@media only screen and (min-width:1200px){.xl\:mar-l-n13{margin-left:calc(-1.46rem - 8.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-l-n13{margin-left:-13rem}}@media only screen and (min-width:1200px){.xl\:mar-l-n14{margin-left:calc(-1.46rem - 9.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-l-n14{margin-left:-14rem}}@media only screen and (min-width:1200px){.xl\:mar-l-n15{margin-left:calc(-1.46rem - 10.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-l-n15{margin-left:-15rem}}@media only screen and (min-width:1200px){.xl\:mar-l-n16{margin-left:calc(-1.46rem - 10.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-l-n16{margin-left:-16rem}}@media only screen and (min-width:1200px){.xl\:mar-l-n17{margin-left:calc(-1.46rem - 11.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-l-n17{margin-left:-17rem}}@media only screen and (min-width:1200px){.xl\:mar-l-n18{margin-left:calc(-1.46rem - 12.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-l-n18{margin-left:-18rem}}@media only screen and (min-width:1200px){.xl\:mar-l-n19{margin-left:calc(-1.46rem - 13.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-l-n19{margin-left:-19rem}}@media only screen and (min-width:1200px){.xl\:mar-l-n20{margin-left:calc(-1.46rem - 13.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-l-n20{margin-left:-20rem}}@media only screen and (min-width:1200px){.xl\:mar-l-n21{margin-left:calc(-1.46rem - 14.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-l-n21{margin-left:-21rem}}@media only screen and (min-width:1200px){.xl\:mar-l-n22{margin-left:calc(-1.46rem - 15.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-l-n22{margin-left:-22rem}}@media only screen and (min-width:1200px){.xl\:mar-l-n23{margin-left:calc(-1.46rem - 16.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-l-n23{margin-left:-23rem}}@media only screen and (min-width:1200px){.xl\:mar-l-n24{margin-left:calc(-1.46rem - 16.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-l-n24{margin-left:-24rem}}@media only screen and (min-width:1200px){.xl\:mar-l-n25{margin-left:calc(-1.46rem - 17.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-l-n25{margin-left:-25rem}}@media only screen and (min-width:1200px){.xl\:mar-l-n26{margin-left:calc(-1.46rem - 18.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-l-n26{margin-left:-26rem}}@media only screen and (min-width:1200px){.xl\:mar-l-n27{margin-left:calc(-1.46rem - 19.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-l-n27{margin-left:-27rem}}@media only screen and (min-width:1200px){.xl\:mar-l-n28{margin-left:calc(-1.46rem - 19.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-l-n28{margin-left:-28rem}}@media only screen and (min-width:1200px){.xl\:mar-l-n29{margin-left:calc(-1.46rem - 20.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-l-n29{margin-left:-29rem}}@media only screen and (min-width:1200px){.xl\:mar-l-n30{margin-left:calc(-1.46rem - 21.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-l-n30{margin-left:-30rem}}@media only screen and (min-width:1200px){.xl\:mar-l-n40{margin-left:calc(-1.46rem - 28.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-l-n40{margin-left:-40rem}}.mar-r-0{margin-right:0}.mar-r-0-imp{margin-right:0!important}.mar-r-auto{margin-right:auto}.mar-r-1{margin-right:1rem}.mar-r-2{margin-right:calc(1.46rem + .45vw)}@media (min-width:1200px){.mar-r-2{margin-right:2rem}}.mar-r-3{margin-right:calc(1.56rem + 1.2vw)}@media (min-width:1200px){.mar-r-3{margin-right:3rem}}.mar-r-4{margin-right:calc(1.66rem + 1.95vw)}@media (min-width:1200px){.mar-r-4{margin-right:4rem}}.mar-r-5{margin-right:calc(1.76rem + 2.7vw)}@media (min-width:1200px){.mar-r-5{margin-right:5rem}}.mar-r-6{margin-right:calc(1.86rem + 3.45vw)}@media (min-width:1200px){.mar-r-6{margin-right:6rem}}.mar-r-7{margin-right:calc(1.96rem + 4.2vw)}@media (min-width:1200px){.mar-r-7{margin-right:7rem}}.mar-r-8{margin-right:calc(2.06rem + 4.95vw)}@media (min-width:1200px){.mar-r-8{margin-right:8rem}}.mar-r-9{margin-right:calc(2.16rem + 5.7vw)}@media (min-width:1200px){.mar-r-9{margin-right:9rem}}.mar-r-10{margin-right:calc(2.26rem + 6.45vw)}@media (min-width:1200px){.mar-r-10{margin-right:10rem}}.mar-r-11{margin-right:calc(2.36rem + 7.2vw)}@media (min-width:1200px){.mar-r-11{margin-right:11rem}}.mar-r-12{margin-right:calc(2.46rem + 7.95vw)}@media (min-width:1200px){.mar-r-12{margin-right:12rem}}.mar-r-13{margin-right:calc(2.56rem + 8.7vw)}@media (min-width:1200px){.mar-r-13{margin-right:13rem}}.mar-r-14{margin-right:calc(2.66rem + 9.45vw)}@media (min-width:1200px){.mar-r-14{margin-right:14rem}}.mar-r-15{margin-right:calc(2.76rem + 10.2vw)}@media (min-width:1200px){.mar-r-15{margin-right:15rem}}.mar-r-16{margin-right:calc(2.86rem + 10.95vw)}@media (min-width:1200px){.mar-r-16{margin-right:16rem}}.mar-r-17{margin-right:calc(2.96rem + 11.7vw)}@media (min-width:1200px){.mar-r-17{margin-right:17rem}}.mar-r-18{margin-right:calc(3.06rem + 12.45vw)}@media (min-width:1200px){.mar-r-18{margin-right:18rem}}.mar-r-19{margin-right:calc(3.16rem + 13.2vw)}@media (min-width:1200px){.mar-r-19{margin-right:19rem}}.mar-r-20{margin-right:calc(3.26rem + 13.95vw)}@media (min-width:1200px){.mar-r-20{margin-right:20rem}}.mar-r-21{margin-right:calc(3.36rem + 14.7vw)}@media (min-width:1200px){.mar-r-21{margin-right:21rem}}.mar-r-22{margin-right:calc(3.46rem + 15.45vw)}@media (min-width:1200px){.mar-r-22{margin-right:22rem}}.mar-r-23{margin-right:calc(3.56rem + 16.2vw)}@media (min-width:1200px){.mar-r-23{margin-right:23rem}}.mar-r-24{margin-right:calc(3.66rem + 16.95vw)}@media (min-width:1200px){.mar-r-24{margin-right:24rem}}.mar-r-25{margin-right:calc(3.76rem + 17.7vw)}@media (min-width:1200px){.mar-r-25{margin-right:25rem}}.mar-r-26{margin-right:calc(3.86rem + 18.45vw)}@media (min-width:1200px){.mar-r-26{margin-right:26rem}}.mar-r-27{margin-right:calc(3.96rem + 19.2vw)}@media (min-width:1200px){.mar-r-27{margin-right:27rem}}.mar-r-28{margin-right:calc(4.06rem + 19.95vw)}@media (min-width:1200px){.mar-r-28{margin-right:28rem}}.mar-r-29{margin-right:calc(4.16rem + 20.7vw)}@media (min-width:1200px){.mar-r-29{margin-right:29rem}}.mar-r-30{margin-right:calc(4.26rem + 21.45vw)}@media (min-width:1200px){.mar-r-30{margin-right:30rem}}.mar-r-40{margin-right:calc(5.26rem + 28.95vw)}@media (min-width:1200px){.mar-r-40{margin-right:40rem}}.mar-r-nlc-1:not(:last-child){margin-right:1rem}.mar-r-nlc-2:not(:last-child){margin-right:calc(1.46rem + .45vw)}@media (min-width:1200px){.mar-r-nlc-2:not(:last-child){margin-right:2rem}}.mar-r-nlc-5:not(:last-child){margin-right:calc(1.76rem + 2.7vw)}@media (min-width:1200px){.mar-r-nlc-5:not(:last-child){margin-right:5rem}}@media only screen and (min-width:576px){.sm\:mar-r-0{margin-right:0}.sm\:mar-r-0-imp{margin-right:0!important}.sm\:mar-r-auto{margin-right:auto}.sm\:mar-r-1{margin-right:1rem}.sm\:mar-r-2{margin-right:calc(1.46rem + .45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-r-2{margin-right:2rem}}@media only screen and (min-width:576px){.sm\:mar-r-3{margin-right:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-r-3{margin-right:3rem}}@media only screen and (min-width:576px){.sm\:mar-r-4{margin-right:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-r-4{margin-right:4rem}}@media only screen and (min-width:576px){.sm\:mar-r-5{margin-right:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-r-5{margin-right:5rem}}@media only screen and (min-width:576px){.sm\:mar-r-6{margin-right:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-r-6{margin-right:6rem}}@media only screen and (min-width:576px){.sm\:mar-r-7{margin-right:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-r-7{margin-right:7rem}}@media only screen and (min-width:576px){.sm\:mar-r-8{margin-right:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-r-8{margin-right:8rem}}@media only screen and (min-width:576px){.sm\:mar-r-9{margin-right:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-r-9{margin-right:9rem}}@media only screen and (min-width:576px){.sm\:mar-r-10{margin-right:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-r-10{margin-right:10rem}}@media only screen and (min-width:576px){.sm\:mar-r-11{margin-right:calc(2.36rem + 7.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-r-11{margin-right:11rem}}@media only screen and (min-width:576px){.sm\:mar-r-12{margin-right:calc(2.46rem + 7.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-r-12{margin-right:12rem}}@media only screen and (min-width:576px){.sm\:mar-r-13{margin-right:calc(2.56rem + 8.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-r-13{margin-right:13rem}}@media only screen and (min-width:576px){.sm\:mar-r-14{margin-right:calc(2.66rem + 9.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-r-14{margin-right:14rem}}@media only screen and (min-width:576px){.sm\:mar-r-15{margin-right:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-r-15{margin-right:15rem}}@media only screen and (min-width:576px){.sm\:mar-r-16{margin-right:calc(2.86rem + 10.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-r-16{margin-right:16rem}}@media only screen and (min-width:576px){.sm\:mar-r-17{margin-right:calc(2.96rem + 11.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-r-17{margin-right:17rem}}@media only screen and (min-width:576px){.sm\:mar-r-18{margin-right:calc(3.06rem + 12.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-r-18{margin-right:18rem}}@media only screen and (min-width:576px){.sm\:mar-r-19{margin-right:calc(3.16rem + 13.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-r-19{margin-right:19rem}}@media only screen and (min-width:576px){.sm\:mar-r-20{margin-right:calc(3.26rem + 13.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-r-20{margin-right:20rem}}@media only screen and (min-width:576px){.sm\:mar-r-21{margin-right:calc(3.36rem + 14.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-r-21{margin-right:21rem}}@media only screen and (min-width:576px){.sm\:mar-r-22{margin-right:calc(3.46rem + 15.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-r-22{margin-right:22rem}}@media only screen and (min-width:576px){.sm\:mar-r-23{margin-right:calc(3.56rem + 16.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-r-23{margin-right:23rem}}@media only screen and (min-width:576px){.sm\:mar-r-24{margin-right:calc(3.66rem + 16.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-r-24{margin-right:24rem}}@media only screen and (min-width:576px){.sm\:mar-r-25{margin-right:calc(3.76rem + 17.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-r-25{margin-right:25rem}}@media only screen and (min-width:576px){.sm\:mar-r-26{margin-right:calc(3.86rem + 18.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-r-26{margin-right:26rem}}@media only screen and (min-width:576px){.sm\:mar-r-27{margin-right:calc(3.96rem + 19.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-r-27{margin-right:27rem}}@media only screen and (min-width:576px){.sm\:mar-r-28{margin-right:calc(4.06rem + 19.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-r-28{margin-right:28rem}}@media only screen and (min-width:576px){.sm\:mar-r-29{margin-right:calc(4.16rem + 20.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-r-29{margin-right:29rem}}@media only screen and (min-width:576px){.sm\:mar-r-30{margin-right:calc(4.26rem + 21.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-r-30{margin-right:30rem}}@media only screen and (min-width:576px){.sm\:mar-r-40{margin-right:calc(5.26rem + 28.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-r-40{margin-right:40rem}}@media only screen and (min-width:768px){.md\:mar-r-0{margin-right:0}.md\:mar-r-0-imp{margin-right:0!important}.md\:mar-r-auto{margin-right:auto}.md\:mar-r-1{margin-right:1rem}.md\:mar-r-2{margin-right:calc(1.46rem + .45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-r-2{margin-right:2rem}}@media only screen and (min-width:768px){.md\:mar-r-3{margin-right:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-r-3{margin-right:3rem}}@media only screen and (min-width:768px){.md\:mar-r-4{margin-right:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-r-4{margin-right:4rem}}@media only screen and (min-width:768px){.md\:mar-r-5{margin-right:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-r-5{margin-right:5rem}}@media only screen and (min-width:768px){.md\:mar-r-6{margin-right:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-r-6{margin-right:6rem}}@media only screen and (min-width:768px){.md\:mar-r-7{margin-right:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-r-7{margin-right:7rem}}@media only screen and (min-width:768px){.md\:mar-r-8{margin-right:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-r-8{margin-right:8rem}}@media only screen and (min-width:768px){.md\:mar-r-9{margin-right:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-r-9{margin-right:9rem}}@media only screen and (min-width:768px){.md\:mar-r-10{margin-right:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-r-10{margin-right:10rem}}@media only screen and (min-width:768px){.md\:mar-r-11{margin-right:calc(2.36rem + 7.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-r-11{margin-right:11rem}}@media only screen and (min-width:768px){.md\:mar-r-12{margin-right:calc(2.46rem + 7.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-r-12{margin-right:12rem}}@media only screen and (min-width:768px){.md\:mar-r-13{margin-right:calc(2.56rem + 8.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-r-13{margin-right:13rem}}@media only screen and (min-width:768px){.md\:mar-r-14{margin-right:calc(2.66rem + 9.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-r-14{margin-right:14rem}}@media only screen and (min-width:768px){.md\:mar-r-15{margin-right:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-r-15{margin-right:15rem}}@media only screen and (min-width:768px){.md\:mar-r-16{margin-right:calc(2.86rem + 10.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-r-16{margin-right:16rem}}@media only screen and (min-width:768px){.md\:mar-r-17{margin-right:calc(2.96rem + 11.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-r-17{margin-right:17rem}}@media only screen and (min-width:768px){.md\:mar-r-18{margin-right:calc(3.06rem + 12.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-r-18{margin-right:18rem}}@media only screen and (min-width:768px){.md\:mar-r-19{margin-right:calc(3.16rem + 13.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-r-19{margin-right:19rem}}@media only screen and (min-width:768px){.md\:mar-r-20{margin-right:calc(3.26rem + 13.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-r-20{margin-right:20rem}}@media only screen and (min-width:768px){.md\:mar-r-21{margin-right:calc(3.36rem + 14.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-r-21{margin-right:21rem}}@media only screen and (min-width:768px){.md\:mar-r-22{margin-right:calc(3.46rem + 15.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-r-22{margin-right:22rem}}@media only screen and (min-width:768px){.md\:mar-r-23{margin-right:calc(3.56rem + 16.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-r-23{margin-right:23rem}}@media only screen and (min-width:768px){.md\:mar-r-24{margin-right:calc(3.66rem + 16.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-r-24{margin-right:24rem}}@media only screen and (min-width:768px){.md\:mar-r-25{margin-right:calc(3.76rem + 17.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-r-25{margin-right:25rem}}@media only screen and (min-width:768px){.md\:mar-r-26{margin-right:calc(3.86rem + 18.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-r-26{margin-right:26rem}}@media only screen and (min-width:768px){.md\:mar-r-27{margin-right:calc(3.96rem + 19.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-r-27{margin-right:27rem}}@media only screen and (min-width:768px){.md\:mar-r-28{margin-right:calc(4.06rem + 19.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-r-28{margin-right:28rem}}@media only screen and (min-width:768px){.md\:mar-r-29{margin-right:calc(4.16rem + 20.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-r-29{margin-right:29rem}}@media only screen and (min-width:768px){.md\:mar-r-30{margin-right:calc(4.26rem + 21.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-r-30{margin-right:30rem}}@media only screen and (min-width:768px){.md\:mar-r-40{margin-right:calc(5.26rem + 28.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-r-40{margin-right:40rem}}@media only screen and (min-width:992px){.lg\:mar-r-0{margin-right:0}.lg\:mar-r-0-imp{margin-right:0!important}.lg\:mar-r-auto{margin-right:auto}.lg\:mar-r-1{margin-right:1rem}.lg\:mar-r-2{margin-right:calc(1.46rem + .45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-r-2{margin-right:2rem}}@media only screen and (min-width:992px){.lg\:mar-r-3{margin-right:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-r-3{margin-right:3rem}}@media only screen and (min-width:992px){.lg\:mar-r-4{margin-right:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-r-4{margin-right:4rem}}@media only screen and (min-width:992px){.lg\:mar-r-5{margin-right:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-r-5{margin-right:5rem}}@media only screen and (min-width:992px){.lg\:mar-r-6{margin-right:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-r-6{margin-right:6rem}}@media only screen and (min-width:992px){.lg\:mar-r-7{margin-right:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-r-7{margin-right:7rem}}@media only screen and (min-width:992px){.lg\:mar-r-8{margin-right:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-r-8{margin-right:8rem}}@media only screen and (min-width:992px){.lg\:mar-r-9{margin-right:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-r-9{margin-right:9rem}}@media only screen and (min-width:992px){.lg\:mar-r-10{margin-right:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-r-10{margin-right:10rem}}@media only screen and (min-width:992px){.lg\:mar-r-11{margin-right:calc(2.36rem + 7.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-r-11{margin-right:11rem}}@media only screen and (min-width:992px){.lg\:mar-r-12{margin-right:calc(2.46rem + 7.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-r-12{margin-right:12rem}}@media only screen and (min-width:992px){.lg\:mar-r-13{margin-right:calc(2.56rem + 8.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-r-13{margin-right:13rem}}@media only screen and (min-width:992px){.lg\:mar-r-14{margin-right:calc(2.66rem + 9.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-r-14{margin-right:14rem}}@media only screen and (min-width:992px){.lg\:mar-r-15{margin-right:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-r-15{margin-right:15rem}}@media only screen and (min-width:992px){.lg\:mar-r-16{margin-right:calc(2.86rem + 10.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-r-16{margin-right:16rem}}@media only screen and (min-width:992px){.lg\:mar-r-17{margin-right:calc(2.96rem + 11.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-r-17{margin-right:17rem}}@media only screen and (min-width:992px){.lg\:mar-r-18{margin-right:calc(3.06rem + 12.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-r-18{margin-right:18rem}}@media only screen and (min-width:992px){.lg\:mar-r-19{margin-right:calc(3.16rem + 13.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-r-19{margin-right:19rem}}@media only screen and (min-width:992px){.lg\:mar-r-20{margin-right:calc(3.26rem + 13.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-r-20{margin-right:20rem}}@media only screen and (min-width:992px){.lg\:mar-r-21{margin-right:calc(3.36rem + 14.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-r-21{margin-right:21rem}}@media only screen and (min-width:992px){.lg\:mar-r-22{margin-right:calc(3.46rem + 15.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-r-22{margin-right:22rem}}@media only screen and (min-width:992px){.lg\:mar-r-23{margin-right:calc(3.56rem + 16.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-r-23{margin-right:23rem}}@media only screen and (min-width:992px){.lg\:mar-r-24{margin-right:calc(3.66rem + 16.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-r-24{margin-right:24rem}}@media only screen and (min-width:992px){.lg\:mar-r-25{margin-right:calc(3.76rem + 17.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-r-25{margin-right:25rem}}@media only screen and (min-width:992px){.lg\:mar-r-26{margin-right:calc(3.86rem + 18.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-r-26{margin-right:26rem}}@media only screen and (min-width:992px){.lg\:mar-r-27{margin-right:calc(3.96rem + 19.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-r-27{margin-right:27rem}}@media only screen and (min-width:992px){.lg\:mar-r-28{margin-right:calc(4.06rem + 19.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-r-28{margin-right:28rem}}@media only screen and (min-width:992px){.lg\:mar-r-29{margin-right:calc(4.16rem + 20.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-r-29{margin-right:29rem}}@media only screen and (min-width:992px){.lg\:mar-r-30{margin-right:calc(4.26rem + 21.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-r-30{margin-right:30rem}}@media only screen and (min-width:992px){.lg\:mar-r-40{margin-right:calc(5.26rem + 28.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-r-40{margin-right:40rem}}@media only screen and (min-width:1200px){.xl\:mar-r-0{margin-right:0}.xl\:mar-r-0-imp{margin-right:0!important}.xl\:mar-r-auto{margin-right:auto}.xl\:mar-r-1{margin-right:1rem}.xl\:mar-r-2{margin-right:calc(1.46rem + .45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-r-2{margin-right:2rem}}@media only screen and (min-width:1200px){.xl\:mar-r-3{margin-right:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-r-3{margin-right:3rem}}@media only screen and (min-width:1200px){.xl\:mar-r-4{margin-right:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-r-4{margin-right:4rem}}@media only screen and (min-width:1200px){.xl\:mar-r-5{margin-right:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-r-5{margin-right:5rem}}@media only screen and (min-width:1200px){.xl\:mar-r-6{margin-right:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-r-6{margin-right:6rem}}@media only screen and (min-width:1200px){.xl\:mar-r-7{margin-right:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-r-7{margin-right:7rem}}@media only screen and (min-width:1200px){.xl\:mar-r-8{margin-right:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-r-8{margin-right:8rem}}@media only screen and (min-width:1200px){.xl\:mar-r-9{margin-right:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-r-9{margin-right:9rem}}@media only screen and (min-width:1200px){.xl\:mar-r-10{margin-right:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-r-10{margin-right:10rem}}@media only screen and (min-width:1200px){.xl\:mar-r-11{margin-right:calc(2.36rem + 7.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-r-11{margin-right:11rem}}@media only screen and (min-width:1200px){.xl\:mar-r-12{margin-right:calc(2.46rem + 7.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-r-12{margin-right:12rem}}@media only screen and (min-width:1200px){.xl\:mar-r-13{margin-right:calc(2.56rem + 8.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-r-13{margin-right:13rem}}@media only screen and (min-width:1200px){.xl\:mar-r-14{margin-right:calc(2.66rem + 9.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-r-14{margin-right:14rem}}@media only screen and (min-width:1200px){.xl\:mar-r-15{margin-right:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-r-15{margin-right:15rem}}@media only screen and (min-width:1200px){.xl\:mar-r-16{margin-right:calc(2.86rem + 10.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-r-16{margin-right:16rem}}@media only screen and (min-width:1200px){.xl\:mar-r-17{margin-right:calc(2.96rem + 11.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-r-17{margin-right:17rem}}@media only screen and (min-width:1200px){.xl\:mar-r-18{margin-right:calc(3.06rem + 12.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-r-18{margin-right:18rem}}@media only screen and (min-width:1200px){.xl\:mar-r-19{margin-right:calc(3.16rem + 13.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-r-19{margin-right:19rem}}@media only screen and (min-width:1200px){.xl\:mar-r-20{margin-right:calc(3.26rem + 13.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-r-20{margin-right:20rem}}@media only screen and (min-width:1200px){.xl\:mar-r-21{margin-right:calc(3.36rem + 14.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-r-21{margin-right:21rem}}@media only screen and (min-width:1200px){.xl\:mar-r-22{margin-right:calc(3.46rem + 15.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-r-22{margin-right:22rem}}@media only screen and (min-width:1200px){.xl\:mar-r-23{margin-right:calc(3.56rem + 16.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-r-23{margin-right:23rem}}@media only screen and (min-width:1200px){.xl\:mar-r-24{margin-right:calc(3.66rem + 16.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-r-24{margin-right:24rem}}@media only screen and (min-width:1200px){.xl\:mar-r-25{margin-right:calc(3.76rem + 17.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-r-25{margin-right:25rem}}@media only screen and (min-width:1200px){.xl\:mar-r-26{margin-right:calc(3.86rem + 18.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-r-26{margin-right:26rem}}@media only screen and (min-width:1200px){.xl\:mar-r-27{margin-right:calc(3.96rem + 19.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-r-27{margin-right:27rem}}@media only screen and (min-width:1200px){.xl\:mar-r-28{margin-right:calc(4.06rem + 19.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-r-28{margin-right:28rem}}@media only screen and (min-width:1200px){.xl\:mar-r-29{margin-right:calc(4.16rem + 20.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-r-29{margin-right:29rem}}@media only screen and (min-width:1200px){.xl\:mar-r-30{margin-right:calc(4.26rem + 21.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-r-30{margin-right:30rem}}@media only screen and (min-width:1200px){.xl\:mar-r-40{margin-right:calc(5.26rem + 28.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-r-40{margin-right:40rem}}.mar-r-n1{margin-right:-1rem}.mar-r-n2{margin-right:calc(-1.46rem - .45vw)}@media (min-width:1200px){.mar-r-n2{margin-right:-2rem}}.mar-r-n3{margin-right:calc(-1.46rem - 1.2vw)}@media (min-width:1200px){.mar-r-n3{margin-right:-3rem}}.mar-r-n4{margin-right:calc(-1.46rem - 1.95vw)}@media (min-width:1200px){.mar-r-n4{margin-right:-4rem}}.mar-r-n5{margin-right:calc(-1.46rem - 2.7vw)}@media (min-width:1200px){.mar-r-n5{margin-right:-5rem}}.mar-r-n6{margin-right:calc(-1.46rem - 3.45vw)}@media (min-width:1200px){.mar-r-n6{margin-right:-6rem}}.mar-r-n7{margin-right:calc(-1.46rem - 4.2vw)}@media (min-width:1200px){.mar-r-n7{margin-right:-7rem}}.mar-r-n8{margin-right:calc(-1.46rem - 4.95vw)}@media (min-width:1200px){.mar-r-n8{margin-right:-8rem}}.mar-r-n9{margin-right:calc(-1.46rem - 5.7vw)}@media (min-width:1200px){.mar-r-n9{margin-right:-9rem}}.mar-r-n10{margin-right:calc(-1.46rem - 6.45vw)}@media (min-width:1200px){.mar-r-n10{margin-right:-10rem}}.mar-r-n11{margin-right:calc(-1.46rem - 7.2vw)}@media (min-width:1200px){.mar-r-n11{margin-right:-11rem}}.mar-r-n12{margin-right:calc(-1.46rem - 7.95vw)}@media (min-width:1200px){.mar-r-n12{margin-right:-12rem}}.mar-r-n13{margin-right:calc(-1.46rem - 8.7vw)}@media (min-width:1200px){.mar-r-n13{margin-right:-13rem}}.mar-r-n14{margin-right:calc(-1.46rem - 9.45vw)}@media (min-width:1200px){.mar-r-n14{margin-right:-14rem}}.mar-r-n15{margin-right:calc(-1.46rem - 10.2vw)}@media (min-width:1200px){.mar-r-n15{margin-right:-15rem}}.mar-r-n16{margin-right:calc(-1.46rem - 10.95vw)}@media (min-width:1200px){.mar-r-n16{margin-right:-16rem}}.mar-r-n17{margin-right:calc(-1.46rem - 11.7vw)}@media (min-width:1200px){.mar-r-n17{margin-right:-17rem}}.mar-r-n18{margin-right:calc(-1.46rem - 12.45vw)}@media (min-width:1200px){.mar-r-n18{margin-right:-18rem}}.mar-r-n19{margin-right:calc(-1.46rem - 13.2vw)}@media (min-width:1200px){.mar-r-n19{margin-right:-19rem}}.mar-r-n20{margin-right:calc(-1.46rem - 13.95vw)}@media (min-width:1200px){.mar-r-n20{margin-right:-20rem}}.mar-r-n21{margin-right:calc(-1.46rem - 14.7vw)}@media (min-width:1200px){.mar-r-n21{margin-right:-21rem}}.mar-r-n22{margin-right:calc(-1.46rem - 15.45vw)}@media (min-width:1200px){.mar-r-n22{margin-right:-22rem}}.mar-r-n23{margin-right:calc(-1.46rem - 16.2vw)}@media (min-width:1200px){.mar-r-n23{margin-right:-23rem}}.mar-r-n24{margin-right:calc(-1.46rem - 16.95vw)}@media (min-width:1200px){.mar-r-n24{margin-right:-24rem}}.mar-r-n25{margin-right:calc(-1.46rem - 17.7vw)}@media (min-width:1200px){.mar-r-n25{margin-right:-25rem}}.mar-r-n26{margin-right:calc(-1.46rem - 18.45vw)}@media (min-width:1200px){.mar-r-n26{margin-right:-26rem}}.mar-r-n27{margin-right:calc(-1.46rem - 19.2vw)}@media (min-width:1200px){.mar-r-n27{margin-right:-27rem}}.mar-r-n28{margin-right:calc(-1.46rem - 19.95vw)}@media (min-width:1200px){.mar-r-n28{margin-right:-28rem}}.mar-r-n29{margin-right:calc(-1.46rem - 20.7vw)}@media (min-width:1200px){.mar-r-n29{margin-right:-29rem}}.mar-r-n30{margin-right:calc(-1.46rem - 21.45vw)}@media (min-width:1200px){.mar-r-n30{margin-right:-30rem}}.mar-r-n40{margin-right:calc(-1.46rem - 28.95vw)}@media (min-width:1200px){.mar-r-n40{margin-right:-40rem}}@media only screen and (min-width:576px){.sm\:mar-r-n1{margin-right:-1rem}.sm\:mar-r-n2{margin-right:calc(-1.46rem - .45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-r-n2{margin-right:-2rem}}@media only screen and (min-width:576px){.sm\:mar-r-n3{margin-right:calc(-1.46rem - 1.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-r-n3{margin-right:-3rem}}@media only screen and (min-width:576px){.sm\:mar-r-n4{margin-right:calc(-1.46rem - 1.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-r-n4{margin-right:-4rem}}@media only screen and (min-width:576px){.sm\:mar-r-n5{margin-right:calc(-1.46rem - 2.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-r-n5{margin-right:-5rem}}@media only screen and (min-width:576px){.sm\:mar-r-n6{margin-right:calc(-1.46rem - 3.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-r-n6{margin-right:-6rem}}@media only screen and (min-width:576px){.sm\:mar-r-n7{margin-right:calc(-1.46rem - 4.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-r-n7{margin-right:-7rem}}@media only screen and (min-width:576px){.sm\:mar-r-n8{margin-right:calc(-1.46rem - 4.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-r-n8{margin-right:-8rem}}@media only screen and (min-width:576px){.sm\:mar-r-n9{margin-right:calc(-1.46rem - 5.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-r-n9{margin-right:-9rem}}@media only screen and (min-width:576px){.sm\:mar-r-n10{margin-right:calc(-1.46rem - 6.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-r-n10{margin-right:-10rem}}@media only screen and (min-width:576px){.sm\:mar-r-n11{margin-right:calc(-1.46rem - 7.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-r-n11{margin-right:-11rem}}@media only screen and (min-width:576px){.sm\:mar-r-n12{margin-right:calc(-1.46rem - 7.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-r-n12{margin-right:-12rem}}@media only screen and (min-width:576px){.sm\:mar-r-n13{margin-right:calc(-1.46rem - 8.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-r-n13{margin-right:-13rem}}@media only screen and (min-width:576px){.sm\:mar-r-n14{margin-right:calc(-1.46rem - 9.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-r-n14{margin-right:-14rem}}@media only screen and (min-width:576px){.sm\:mar-r-n15{margin-right:calc(-1.46rem - 10.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-r-n15{margin-right:-15rem}}@media only screen and (min-width:576px){.sm\:mar-r-n16{margin-right:calc(-1.46rem - 10.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-r-n16{margin-right:-16rem}}@media only screen and (min-width:576px){.sm\:mar-r-n17{margin-right:calc(-1.46rem - 11.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-r-n17{margin-right:-17rem}}@media only screen and (min-width:576px){.sm\:mar-r-n18{margin-right:calc(-1.46rem - 12.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-r-n18{margin-right:-18rem}}@media only screen and (min-width:576px){.sm\:mar-r-n19{margin-right:calc(-1.46rem - 13.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-r-n19{margin-right:-19rem}}@media only screen and (min-width:576px){.sm\:mar-r-n20{margin-right:calc(-1.46rem - 13.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-r-n20{margin-right:-20rem}}@media only screen and (min-width:576px){.sm\:mar-r-n21{margin-right:calc(-1.46rem - 14.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-r-n21{margin-right:-21rem}}@media only screen and (min-width:576px){.sm\:mar-r-n22{margin-right:calc(-1.46rem - 15.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-r-n22{margin-right:-22rem}}@media only screen and (min-width:576px){.sm\:mar-r-n23{margin-right:calc(-1.46rem - 16.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-r-n23{margin-right:-23rem}}@media only screen and (min-width:576px){.sm\:mar-r-n24{margin-right:calc(-1.46rem - 16.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-r-n24{margin-right:-24rem}}@media only screen and (min-width:576px){.sm\:mar-r-n25{margin-right:calc(-1.46rem - 17.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-r-n25{margin-right:-25rem}}@media only screen and (min-width:576px){.sm\:mar-r-n26{margin-right:calc(-1.46rem - 18.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-r-n26{margin-right:-26rem}}@media only screen and (min-width:576px){.sm\:mar-r-n27{margin-right:calc(-1.46rem - 19.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-r-n27{margin-right:-27rem}}@media only screen and (min-width:576px){.sm\:mar-r-n28{margin-right:calc(-1.46rem - 19.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-r-n28{margin-right:-28rem}}@media only screen and (min-width:576px){.sm\:mar-r-n29{margin-right:calc(-1.46rem - 20.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-r-n29{margin-right:-29rem}}@media only screen and (min-width:576px){.sm\:mar-r-n30{margin-right:calc(-1.46rem - 21.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-r-n30{margin-right:-30rem}}@media only screen and (min-width:576px){.sm\:mar-r-n40{margin-right:calc(-1.46rem - 28.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-r-n40{margin-right:-40rem}}@media only screen and (min-width:768px){.md\:mar-r-n1{margin-right:-1rem}.md\:mar-r-n2{margin-right:calc(-1.46rem - .45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-r-n2{margin-right:-2rem}}@media only screen and (min-width:768px){.md\:mar-r-n3{margin-right:calc(-1.46rem - 1.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-r-n3{margin-right:-3rem}}@media only screen and (min-width:768px){.md\:mar-r-n4{margin-right:calc(-1.46rem - 1.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-r-n4{margin-right:-4rem}}@media only screen and (min-width:768px){.md\:mar-r-n5{margin-right:calc(-1.46rem - 2.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-r-n5{margin-right:-5rem}}@media only screen and (min-width:768px){.md\:mar-r-n6{margin-right:calc(-1.46rem - 3.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-r-n6{margin-right:-6rem}}@media only screen and (min-width:768px){.md\:mar-r-n7{margin-right:calc(-1.46rem - 4.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-r-n7{margin-right:-7rem}}@media only screen and (min-width:768px){.md\:mar-r-n8{margin-right:calc(-1.46rem - 4.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-r-n8{margin-right:-8rem}}@media only screen and (min-width:768px){.md\:mar-r-n9{margin-right:calc(-1.46rem - 5.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-r-n9{margin-right:-9rem}}@media only screen and (min-width:768px){.md\:mar-r-n10{margin-right:calc(-1.46rem - 6.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-r-n10{margin-right:-10rem}}@media only screen and (min-width:768px){.md\:mar-r-n11{margin-right:calc(-1.46rem - 7.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-r-n11{margin-right:-11rem}}@media only screen and (min-width:768px){.md\:mar-r-n12{margin-right:calc(-1.46rem - 7.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-r-n12{margin-right:-12rem}}@media only screen and (min-width:768px){.md\:mar-r-n13{margin-right:calc(-1.46rem - 8.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-r-n13{margin-right:-13rem}}@media only screen and (min-width:768px){.md\:mar-r-n14{margin-right:calc(-1.46rem - 9.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-r-n14{margin-right:-14rem}}@media only screen and (min-width:768px){.md\:mar-r-n15{margin-right:calc(-1.46rem - 10.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-r-n15{margin-right:-15rem}}@media only screen and (min-width:768px){.md\:mar-r-n16{margin-right:calc(-1.46rem - 10.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-r-n16{margin-right:-16rem}}@media only screen and (min-width:768px){.md\:mar-r-n17{margin-right:calc(-1.46rem - 11.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-r-n17{margin-right:-17rem}}@media only screen and (min-width:768px){.md\:mar-r-n18{margin-right:calc(-1.46rem - 12.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-r-n18{margin-right:-18rem}}@media only screen and (min-width:768px){.md\:mar-r-n19{margin-right:calc(-1.46rem - 13.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-r-n19{margin-right:-19rem}}@media only screen and (min-width:768px){.md\:mar-r-n20{margin-right:calc(-1.46rem - 13.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-r-n20{margin-right:-20rem}}@media only screen and (min-width:768px){.md\:mar-r-n21{margin-right:calc(-1.46rem - 14.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-r-n21{margin-right:-21rem}}@media only screen and (min-width:768px){.md\:mar-r-n22{margin-right:calc(-1.46rem - 15.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-r-n22{margin-right:-22rem}}@media only screen and (min-width:768px){.md\:mar-r-n23{margin-right:calc(-1.46rem - 16.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-r-n23{margin-right:-23rem}}@media only screen and (min-width:768px){.md\:mar-r-n24{margin-right:calc(-1.46rem - 16.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-r-n24{margin-right:-24rem}}@media only screen and (min-width:768px){.md\:mar-r-n25{margin-right:calc(-1.46rem - 17.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-r-n25{margin-right:-25rem}}@media only screen and (min-width:768px){.md\:mar-r-n26{margin-right:calc(-1.46rem - 18.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-r-n26{margin-right:-26rem}}@media only screen and (min-width:768px){.md\:mar-r-n27{margin-right:calc(-1.46rem - 19.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-r-n27{margin-right:-27rem}}@media only screen and (min-width:768px){.md\:mar-r-n28{margin-right:calc(-1.46rem - 19.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-r-n28{margin-right:-28rem}}@media only screen and (min-width:768px){.md\:mar-r-n29{margin-right:calc(-1.46rem - 20.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-r-n29{margin-right:-29rem}}@media only screen and (min-width:768px){.md\:mar-r-n30{margin-right:calc(-1.46rem - 21.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-r-n30{margin-right:-30rem}}@media only screen and (min-width:768px){.md\:mar-r-n40{margin-right:calc(-1.46rem - 28.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-r-n40{margin-right:-40rem}}@media only screen and (min-width:992px){.lg\:mar-r-n1{margin-right:-1rem}.lg\:mar-r-n2{margin-right:calc(-1.46rem - .45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-r-n2{margin-right:-2rem}}@media only screen and (min-width:992px){.lg\:mar-r-n3{margin-right:calc(-1.46rem - 1.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-r-n3{margin-right:-3rem}}@media only screen and (min-width:992px){.lg\:mar-r-n4{margin-right:calc(-1.46rem - 1.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-r-n4{margin-right:-4rem}}@media only screen and (min-width:992px){.lg\:mar-r-n5{margin-right:calc(-1.46rem - 2.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-r-n5{margin-right:-5rem}}@media only screen and (min-width:992px){.lg\:mar-r-n6{margin-right:calc(-1.46rem - 3.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-r-n6{margin-right:-6rem}}@media only screen and (min-width:992px){.lg\:mar-r-n7{margin-right:calc(-1.46rem - 4.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-r-n7{margin-right:-7rem}}@media only screen and (min-width:992px){.lg\:mar-r-n8{margin-right:calc(-1.46rem - 4.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-r-n8{margin-right:-8rem}}@media only screen and (min-width:992px){.lg\:mar-r-n9{margin-right:calc(-1.46rem - 5.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-r-n9{margin-right:-9rem}}@media only screen and (min-width:992px){.lg\:mar-r-n10{margin-right:calc(-1.46rem - 6.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-r-n10{margin-right:-10rem}}@media only screen and (min-width:992px){.lg\:mar-r-n11{margin-right:calc(-1.46rem - 7.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-r-n11{margin-right:-11rem}}@media only screen and (min-width:992px){.lg\:mar-r-n12{margin-right:calc(-1.46rem - 7.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-r-n12{margin-right:-12rem}}@media only screen and (min-width:992px){.lg\:mar-r-n13{margin-right:calc(-1.46rem - 8.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-r-n13{margin-right:-13rem}}@media only screen and (min-width:992px){.lg\:mar-r-n14{margin-right:calc(-1.46rem - 9.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-r-n14{margin-right:-14rem}}@media only screen and (min-width:992px){.lg\:mar-r-n15{margin-right:calc(-1.46rem - 10.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-r-n15{margin-right:-15rem}}@media only screen and (min-width:992px){.lg\:mar-r-n16{margin-right:calc(-1.46rem - 10.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-r-n16{margin-right:-16rem}}@media only screen and (min-width:992px){.lg\:mar-r-n17{margin-right:calc(-1.46rem - 11.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-r-n17{margin-right:-17rem}}@media only screen and (min-width:992px){.lg\:mar-r-n18{margin-right:calc(-1.46rem - 12.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-r-n18{margin-right:-18rem}}@media only screen and (min-width:992px){.lg\:mar-r-n19{margin-right:calc(-1.46rem - 13.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-r-n19{margin-right:-19rem}}@media only screen and (min-width:992px){.lg\:mar-r-n20{margin-right:calc(-1.46rem - 13.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-r-n20{margin-right:-20rem}}@media only screen and (min-width:992px){.lg\:mar-r-n21{margin-right:calc(-1.46rem - 14.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-r-n21{margin-right:-21rem}}@media only screen and (min-width:992px){.lg\:mar-r-n22{margin-right:calc(-1.46rem - 15.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-r-n22{margin-right:-22rem}}@media only screen and (min-width:992px){.lg\:mar-r-n23{margin-right:calc(-1.46rem - 16.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-r-n23{margin-right:-23rem}}@media only screen and (min-width:992px){.lg\:mar-r-n24{margin-right:calc(-1.46rem - 16.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-r-n24{margin-right:-24rem}}@media only screen and (min-width:992px){.lg\:mar-r-n25{margin-right:calc(-1.46rem - 17.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-r-n25{margin-right:-25rem}}@media only screen and (min-width:992px){.lg\:mar-r-n26{margin-right:calc(-1.46rem - 18.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-r-n26{margin-right:-26rem}}@media only screen and (min-width:992px){.lg\:mar-r-n27{margin-right:calc(-1.46rem - 19.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-r-n27{margin-right:-27rem}}@media only screen and (min-width:992px){.lg\:mar-r-n28{margin-right:calc(-1.46rem - 19.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-r-n28{margin-right:-28rem}}@media only screen and (min-width:992px){.lg\:mar-r-n29{margin-right:calc(-1.46rem - 20.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-r-n29{margin-right:-29rem}}@media only screen and (min-width:992px){.lg\:mar-r-n30{margin-right:calc(-1.46rem - 21.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-r-n30{margin-right:-30rem}}@media only screen and (min-width:992px){.lg\:mar-r-n40{margin-right:calc(-1.46rem - 28.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-r-n40{margin-right:-40rem}}@media only screen and (min-width:1200px){.xl\:mar-r-n1{margin-right:-1rem}.xl\:mar-r-n2{margin-right:calc(-1.46rem - .45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-r-n2{margin-right:-2rem}}@media only screen and (min-width:1200px){.xl\:mar-r-n3{margin-right:calc(-1.46rem - 1.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-r-n3{margin-right:-3rem}}@media only screen and (min-width:1200px){.xl\:mar-r-n4{margin-right:calc(-1.46rem - 1.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-r-n4{margin-right:-4rem}}@media only screen and (min-width:1200px){.xl\:mar-r-n5{margin-right:calc(-1.46rem - 2.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-r-n5{margin-right:-5rem}}@media only screen and (min-width:1200px){.xl\:mar-r-n6{margin-right:calc(-1.46rem - 3.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-r-n6{margin-right:-6rem}}@media only screen and (min-width:1200px){.xl\:mar-r-n7{margin-right:calc(-1.46rem - 4.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-r-n7{margin-right:-7rem}}@media only screen and (min-width:1200px){.xl\:mar-r-n8{margin-right:calc(-1.46rem - 4.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-r-n8{margin-right:-8rem}}@media only screen and (min-width:1200px){.xl\:mar-r-n9{margin-right:calc(-1.46rem - 5.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-r-n9{margin-right:-9rem}}@media only screen and (min-width:1200px){.xl\:mar-r-n10{margin-right:calc(-1.46rem - 6.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-r-n10{margin-right:-10rem}}@media only screen and (min-width:1200px){.xl\:mar-r-n11{margin-right:calc(-1.46rem - 7.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-r-n11{margin-right:-11rem}}@media only screen and (min-width:1200px){.xl\:mar-r-n12{margin-right:calc(-1.46rem - 7.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-r-n12{margin-right:-12rem}}@media only screen and (min-width:1200px){.xl\:mar-r-n13{margin-right:calc(-1.46rem - 8.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-r-n13{margin-right:-13rem}}@media only screen and (min-width:1200px){.xl\:mar-r-n14{margin-right:calc(-1.46rem - 9.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-r-n14{margin-right:-14rem}}@media only screen and (min-width:1200px){.xl\:mar-r-n15{margin-right:calc(-1.46rem - 10.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-r-n15{margin-right:-15rem}}@media only screen and (min-width:1200px){.xl\:mar-r-n16{margin-right:calc(-1.46rem - 10.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-r-n16{margin-right:-16rem}}@media only screen and (min-width:1200px){.xl\:mar-r-n17{margin-right:calc(-1.46rem - 11.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-r-n17{margin-right:-17rem}}@media only screen and (min-width:1200px){.xl\:mar-r-n18{margin-right:calc(-1.46rem - 12.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-r-n18{margin-right:-18rem}}@media only screen and (min-width:1200px){.xl\:mar-r-n19{margin-right:calc(-1.46rem - 13.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-r-n19{margin-right:-19rem}}@media only screen and (min-width:1200px){.xl\:mar-r-n20{margin-right:calc(-1.46rem - 13.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-r-n20{margin-right:-20rem}}@media only screen and (min-width:1200px){.xl\:mar-r-n21{margin-right:calc(-1.46rem - 14.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-r-n21{margin-right:-21rem}}@media only screen and (min-width:1200px){.xl\:mar-r-n22{margin-right:calc(-1.46rem - 15.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-r-n22{margin-right:-22rem}}@media only screen and (min-width:1200px){.xl\:mar-r-n23{margin-right:calc(-1.46rem - 16.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-r-n23{margin-right:-23rem}}@media only screen and (min-width:1200px){.xl\:mar-r-n24{margin-right:calc(-1.46rem - 16.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-r-n24{margin-right:-24rem}}@media only screen and (min-width:1200px){.xl\:mar-r-n25{margin-right:calc(-1.46rem - 17.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-r-n25{margin-right:-25rem}}@media only screen and (min-width:1200px){.xl\:mar-r-n26{margin-right:calc(-1.46rem - 18.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-r-n26{margin-right:-26rem}}@media only screen and (min-width:1200px){.xl\:mar-r-n27{margin-right:calc(-1.46rem - 19.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-r-n27{margin-right:-27rem}}@media only screen and (min-width:1200px){.xl\:mar-r-n28{margin-right:calc(-1.46rem - 19.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-r-n28{margin-right:-28rem}}@media only screen and (min-width:1200px){.xl\:mar-r-n29{margin-right:calc(-1.46rem - 20.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-r-n29{margin-right:-29rem}}@media only screen and (min-width:1200px){.xl\:mar-r-n30{margin-right:calc(-1.46rem - 21.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-r-n30{margin-right:-30rem}}@media only screen and (min-width:1200px){.xl\:mar-r-n40{margin-right:calc(-1.46rem - 28.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-r-n40{margin-right:-40rem}}.mar-t-0{margin-top:0}.mar-t-0-imp{margin-top:0!important}.mar-t-auto{margin-top:auto}.mar-t-1{margin-top:1rem}.mar-t-2{margin-top:calc(1.46rem + .45vw)}@media (min-width:1200px){.mar-t-2{margin-top:2rem}}.mar-t-3{margin-top:calc(1.56rem + 1.2vw)}@media (min-width:1200px){.mar-t-3{margin-top:3rem}}.mar-t-4{margin-top:calc(1.66rem + 1.95vw)}@media (min-width:1200px){.mar-t-4{margin-top:4rem}}.mar-t-5{margin-top:calc(1.76rem + 2.7vw)}@media (min-width:1200px){.mar-t-5{margin-top:5rem}}.mar-t-6{margin-top:calc(1.86rem + 3.45vw)}@media (min-width:1200px){.mar-t-6{margin-top:6rem}}.mar-t-7{margin-top:calc(1.96rem + 4.2vw)}@media (min-width:1200px){.mar-t-7{margin-top:7rem}}.mar-t-8{margin-top:calc(2.06rem + 4.95vw)}@media (min-width:1200px){.mar-t-8{margin-top:8rem}}.mar-t-9{margin-top:calc(2.16rem + 5.7vw)}@media (min-width:1200px){.mar-t-9{margin-top:9rem}}.mar-t-10{margin-top:calc(2.26rem + 6.45vw)}@media (min-width:1200px){.mar-t-10{margin-top:10rem}}.mar-t-11{margin-top:calc(2.36rem + 7.2vw)}@media (min-width:1200px){.mar-t-11{margin-top:11rem}}.mar-t-12{margin-top:calc(2.46rem + 7.95vw)}@media (min-width:1200px){.mar-t-12{margin-top:12rem}}.mar-t-13{margin-top:calc(2.56rem + 8.7vw)}@media (min-width:1200px){.mar-t-13{margin-top:13rem}}.mar-t-14{margin-top:calc(2.66rem + 9.45vw)}@media (min-width:1200px){.mar-t-14{margin-top:14rem}}.mar-t-15{margin-top:calc(2.76rem + 10.2vw)}@media (min-width:1200px){.mar-t-15{margin-top:15rem}}.mar-t-16{margin-top:calc(2.86rem + 10.95vw)}@media (min-width:1200px){.mar-t-16{margin-top:16rem}}.mar-t-17{margin-top:calc(2.96rem + 11.7vw)}@media (min-width:1200px){.mar-t-17{margin-top:17rem}}.mar-t-18{margin-top:calc(3.06rem + 12.45vw)}@media (min-width:1200px){.mar-t-18{margin-top:18rem}}.mar-t-19{margin-top:calc(3.16rem + 13.2vw)}@media (min-width:1200px){.mar-t-19{margin-top:19rem}}.mar-t-20{margin-top:calc(3.26rem + 13.95vw)}@media (min-width:1200px){.mar-t-20{margin-top:20rem}}.mar-t-21{margin-top:calc(3.36rem + 14.7vw)}@media (min-width:1200px){.mar-t-21{margin-top:21rem}}.mar-t-22{margin-top:calc(3.46rem + 15.45vw)}@media (min-width:1200px){.mar-t-22{margin-top:22rem}}.mar-t-23{margin-top:calc(3.56rem + 16.2vw)}@media (min-width:1200px){.mar-t-23{margin-top:23rem}}.mar-t-24{margin-top:calc(3.66rem + 16.95vw)}@media (min-width:1200px){.mar-t-24{margin-top:24rem}}.mar-t-25{margin-top:calc(3.76rem + 17.7vw)}@media (min-width:1200px){.mar-t-25{margin-top:25rem}}.mar-t-26{margin-top:calc(3.86rem + 18.45vw)}@media (min-width:1200px){.mar-t-26{margin-top:26rem}}.mar-t-27{margin-top:calc(3.96rem + 19.2vw)}@media (min-width:1200px){.mar-t-27{margin-top:27rem}}.mar-t-28{margin-top:calc(4.06rem + 19.95vw)}@media (min-width:1200px){.mar-t-28{margin-top:28rem}}.mar-t-29{margin-top:calc(4.16rem + 20.7vw)}@media (min-width:1200px){.mar-t-29{margin-top:29rem}}.mar-t-30{margin-top:calc(4.26rem + 21.45vw)}@media (min-width:1200px){.mar-t-30{margin-top:30rem}}.mar-t-40{margin-top:calc(5.26rem + 28.95vw)}@media (min-width:1200px){.mar-t-40{margin-top:40rem}}@media only screen and (min-width:576px){.sm\:mar-t-0{margin-top:0}.sm\:mar-t-0-imp{margin-top:0!important}.sm\:mar-t-auto{margin-top:auto}.sm\:mar-t-1{margin-top:1rem}.sm\:mar-t-2{margin-top:calc(1.46rem + .45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-t-2{margin-top:2rem}}@media only screen and (min-width:576px){.sm\:mar-t-3{margin-top:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-t-3{margin-top:3rem}}@media only screen and (min-width:576px){.sm\:mar-t-4{margin-top:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-t-4{margin-top:4rem}}@media only screen and (min-width:576px){.sm\:mar-t-5{margin-top:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-t-5{margin-top:5rem}}@media only screen and (min-width:576px){.sm\:mar-t-6{margin-top:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-t-6{margin-top:6rem}}@media only screen and (min-width:576px){.sm\:mar-t-7{margin-top:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-t-7{margin-top:7rem}}@media only screen and (min-width:576px){.sm\:mar-t-8{margin-top:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-t-8{margin-top:8rem}}@media only screen and (min-width:576px){.sm\:mar-t-9{margin-top:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-t-9{margin-top:9rem}}@media only screen and (min-width:576px){.sm\:mar-t-10{margin-top:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-t-10{margin-top:10rem}}@media only screen and (min-width:576px){.sm\:mar-t-11{margin-top:calc(2.36rem + 7.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-t-11{margin-top:11rem}}@media only screen and (min-width:576px){.sm\:mar-t-12{margin-top:calc(2.46rem + 7.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-t-12{margin-top:12rem}}@media only screen and (min-width:576px){.sm\:mar-t-13{margin-top:calc(2.56rem + 8.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-t-13{margin-top:13rem}}@media only screen and (min-width:576px){.sm\:mar-t-14{margin-top:calc(2.66rem + 9.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-t-14{margin-top:14rem}}@media only screen and (min-width:576px){.sm\:mar-t-15{margin-top:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-t-15{margin-top:15rem}}@media only screen and (min-width:576px){.sm\:mar-t-16{margin-top:calc(2.86rem + 10.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-t-16{margin-top:16rem}}@media only screen and (min-width:576px){.sm\:mar-t-17{margin-top:calc(2.96rem + 11.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-t-17{margin-top:17rem}}@media only screen and (min-width:576px){.sm\:mar-t-18{margin-top:calc(3.06rem + 12.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-t-18{margin-top:18rem}}@media only screen and (min-width:576px){.sm\:mar-t-19{margin-top:calc(3.16rem + 13.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-t-19{margin-top:19rem}}@media only screen and (min-width:576px){.sm\:mar-t-20{margin-top:calc(3.26rem + 13.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-t-20{margin-top:20rem}}@media only screen and (min-width:576px){.sm\:mar-t-21{margin-top:calc(3.36rem + 14.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-t-21{margin-top:21rem}}@media only screen and (min-width:576px){.sm\:mar-t-22{margin-top:calc(3.46rem + 15.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-t-22{margin-top:22rem}}@media only screen and (min-width:576px){.sm\:mar-t-23{margin-top:calc(3.56rem + 16.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-t-23{margin-top:23rem}}@media only screen and (min-width:576px){.sm\:mar-t-24{margin-top:calc(3.66rem + 16.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-t-24{margin-top:24rem}}@media only screen and (min-width:576px){.sm\:mar-t-25{margin-top:calc(3.76rem + 17.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-t-25{margin-top:25rem}}@media only screen and (min-width:576px){.sm\:mar-t-26{margin-top:calc(3.86rem + 18.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-t-26{margin-top:26rem}}@media only screen and (min-width:576px){.sm\:mar-t-27{margin-top:calc(3.96rem + 19.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-t-27{margin-top:27rem}}@media only screen and (min-width:576px){.sm\:mar-t-28{margin-top:calc(4.06rem + 19.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-t-28{margin-top:28rem}}@media only screen and (min-width:576px){.sm\:mar-t-29{margin-top:calc(4.16rem + 20.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-t-29{margin-top:29rem}}@media only screen and (min-width:576px){.sm\:mar-t-30{margin-top:calc(4.26rem + 21.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-t-30{margin-top:30rem}}@media only screen and (min-width:576px){.sm\:mar-t-40{margin-top:calc(5.26rem + 28.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-t-40{margin-top:40rem}}@media only screen and (min-width:768px){.md\:mar-t-0{margin-top:0}.md\:mar-t-0-imp{margin-top:0!important}.md\:mar-t-auto{margin-top:auto}.md\:mar-t-1{margin-top:1rem}.md\:mar-t-2{margin-top:calc(1.46rem + .45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-t-2{margin-top:2rem}}@media only screen and (min-width:768px){.md\:mar-t-3{margin-top:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-t-3{margin-top:3rem}}@media only screen and (min-width:768px){.md\:mar-t-4{margin-top:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-t-4{margin-top:4rem}}@media only screen and (min-width:768px){.md\:mar-t-5{margin-top:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-t-5{margin-top:5rem}}@media only screen and (min-width:768px){.md\:mar-t-6{margin-top:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-t-6{margin-top:6rem}}@media only screen and (min-width:768px){.md\:mar-t-7{margin-top:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-t-7{margin-top:7rem}}@media only screen and (min-width:768px){.md\:mar-t-8{margin-top:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-t-8{margin-top:8rem}}@media only screen and (min-width:768px){.md\:mar-t-9{margin-top:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-t-9{margin-top:9rem}}@media only screen and (min-width:768px){.md\:mar-t-10{margin-top:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-t-10{margin-top:10rem}}@media only screen and (min-width:768px){.md\:mar-t-11{margin-top:calc(2.36rem + 7.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-t-11{margin-top:11rem}}@media only screen and (min-width:768px){.md\:mar-t-12{margin-top:calc(2.46rem + 7.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-t-12{margin-top:12rem}}@media only screen and (min-width:768px){.md\:mar-t-13{margin-top:calc(2.56rem + 8.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-t-13{margin-top:13rem}}@media only screen and (min-width:768px){.md\:mar-t-14{margin-top:calc(2.66rem + 9.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-t-14{margin-top:14rem}}@media only screen and (min-width:768px){.md\:mar-t-15{margin-top:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-t-15{margin-top:15rem}}@media only screen and (min-width:768px){.md\:mar-t-16{margin-top:calc(2.86rem + 10.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-t-16{margin-top:16rem}}@media only screen and (min-width:768px){.md\:mar-t-17{margin-top:calc(2.96rem + 11.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-t-17{margin-top:17rem}}@media only screen and (min-width:768px){.md\:mar-t-18{margin-top:calc(3.06rem + 12.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-t-18{margin-top:18rem}}@media only screen and (min-width:768px){.md\:mar-t-19{margin-top:calc(3.16rem + 13.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-t-19{margin-top:19rem}}@media only screen and (min-width:768px){.md\:mar-t-20{margin-top:calc(3.26rem + 13.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-t-20{margin-top:20rem}}@media only screen and (min-width:768px){.md\:mar-t-21{margin-top:calc(3.36rem + 14.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-t-21{margin-top:21rem}}@media only screen and (min-width:768px){.md\:mar-t-22{margin-top:calc(3.46rem + 15.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-t-22{margin-top:22rem}}@media only screen and (min-width:768px){.md\:mar-t-23{margin-top:calc(3.56rem + 16.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-t-23{margin-top:23rem}}@media only screen and (min-width:768px){.md\:mar-t-24{margin-top:calc(3.66rem + 16.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-t-24{margin-top:24rem}}@media only screen and (min-width:768px){.md\:mar-t-25{margin-top:calc(3.76rem + 17.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-t-25{margin-top:25rem}}@media only screen and (min-width:768px){.md\:mar-t-26{margin-top:calc(3.86rem + 18.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-t-26{margin-top:26rem}}@media only screen and (min-width:768px){.md\:mar-t-27{margin-top:calc(3.96rem + 19.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-t-27{margin-top:27rem}}@media only screen and (min-width:768px){.md\:mar-t-28{margin-top:calc(4.06rem + 19.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-t-28{margin-top:28rem}}@media only screen and (min-width:768px){.md\:mar-t-29{margin-top:calc(4.16rem + 20.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-t-29{margin-top:29rem}}@media only screen and (min-width:768px){.md\:mar-t-30{margin-top:calc(4.26rem + 21.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-t-30{margin-top:30rem}}@media only screen and (min-width:768px){.md\:mar-t-40{margin-top:calc(5.26rem + 28.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-t-40{margin-top:40rem}}@media only screen and (min-width:992px){.lg\:mar-t-0{margin-top:0}.lg\:mar-t-0-imp{margin-top:0!important}.lg\:mar-t-auto{margin-top:auto}.lg\:mar-t-1{margin-top:1rem}.lg\:mar-t-2{margin-top:calc(1.46rem + .45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-t-2{margin-top:2rem}}@media only screen and (min-width:992px){.lg\:mar-t-3{margin-top:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-t-3{margin-top:3rem}}@media only screen and (min-width:992px){.lg\:mar-t-4{margin-top:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-t-4{margin-top:4rem}}@media only screen and (min-width:992px){.lg\:mar-t-5{margin-top:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-t-5{margin-top:5rem}}@media only screen and (min-width:992px){.lg\:mar-t-6{margin-top:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-t-6{margin-top:6rem}}@media only screen and (min-width:992px){.lg\:mar-t-7{margin-top:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-t-7{margin-top:7rem}}@media only screen and (min-width:992px){.lg\:mar-t-8{margin-top:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-t-8{margin-top:8rem}}@media only screen and (min-width:992px){.lg\:mar-t-9{margin-top:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-t-9{margin-top:9rem}}@media only screen and (min-width:992px){.lg\:mar-t-10{margin-top:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-t-10{margin-top:10rem}}@media only screen and (min-width:992px){.lg\:mar-t-11{margin-top:calc(2.36rem + 7.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-t-11{margin-top:11rem}}@media only screen and (min-width:992px){.lg\:mar-t-12{margin-top:calc(2.46rem + 7.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-t-12{margin-top:12rem}}@media only screen and (min-width:992px){.lg\:mar-t-13{margin-top:calc(2.56rem + 8.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-t-13{margin-top:13rem}}@media only screen and (min-width:992px){.lg\:mar-t-14{margin-top:calc(2.66rem + 9.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-t-14{margin-top:14rem}}@media only screen and (min-width:992px){.lg\:mar-t-15{margin-top:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-t-15{margin-top:15rem}}@media only screen and (min-width:992px){.lg\:mar-t-16{margin-top:calc(2.86rem + 10.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-t-16{margin-top:16rem}}@media only screen and (min-width:992px){.lg\:mar-t-17{margin-top:calc(2.96rem + 11.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-t-17{margin-top:17rem}}@media only screen and (min-width:992px){.lg\:mar-t-18{margin-top:calc(3.06rem + 12.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-t-18{margin-top:18rem}}@media only screen and (min-width:992px){.lg\:mar-t-19{margin-top:calc(3.16rem + 13.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-t-19{margin-top:19rem}}@media only screen and (min-width:992px){.lg\:mar-t-20{margin-top:calc(3.26rem + 13.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-t-20{margin-top:20rem}}@media only screen and (min-width:992px){.lg\:mar-t-21{margin-top:calc(3.36rem + 14.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-t-21{margin-top:21rem}}@media only screen and (min-width:992px){.lg\:mar-t-22{margin-top:calc(3.46rem + 15.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-t-22{margin-top:22rem}}@media only screen and (min-width:992px){.lg\:mar-t-23{margin-top:calc(3.56rem + 16.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-t-23{margin-top:23rem}}@media only screen and (min-width:992px){.lg\:mar-t-24{margin-top:calc(3.66rem + 16.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-t-24{margin-top:24rem}}@media only screen and (min-width:992px){.lg\:mar-t-25{margin-top:calc(3.76rem + 17.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-t-25{margin-top:25rem}}@media only screen and (min-width:992px){.lg\:mar-t-26{margin-top:calc(3.86rem + 18.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-t-26{margin-top:26rem}}@media only screen and (min-width:992px){.lg\:mar-t-27{margin-top:calc(3.96rem + 19.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-t-27{margin-top:27rem}}@media only screen and (min-width:992px){.lg\:mar-t-28{margin-top:calc(4.06rem + 19.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-t-28{margin-top:28rem}}@media only screen and (min-width:992px){.lg\:mar-t-29{margin-top:calc(4.16rem + 20.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-t-29{margin-top:29rem}}@media only screen and (min-width:992px){.lg\:mar-t-30{margin-top:calc(4.26rem + 21.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-t-30{margin-top:30rem}}@media only screen and (min-width:992px){.lg\:mar-t-40{margin-top:calc(5.26rem + 28.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-t-40{margin-top:40rem}}@media only screen and (min-width:1200px){.xl\:mar-t-0{margin-top:0}.xl\:mar-t-0-imp{margin-top:0!important}.xl\:mar-t-auto{margin-top:auto}.xl\:mar-t-1{margin-top:1rem}.xl\:mar-t-2{margin-top:calc(1.46rem + .45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-t-2{margin-top:2rem}}@media only screen and (min-width:1200px){.xl\:mar-t-3{margin-top:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-t-3{margin-top:3rem}}@media only screen and (min-width:1200px){.xl\:mar-t-4{margin-top:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-t-4{margin-top:4rem}}@media only screen and (min-width:1200px){.xl\:mar-t-5{margin-top:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-t-5{margin-top:5rem}}@media only screen and (min-width:1200px){.xl\:mar-t-6{margin-top:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-t-6{margin-top:6rem}}@media only screen and (min-width:1200px){.xl\:mar-t-7{margin-top:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-t-7{margin-top:7rem}}@media only screen and (min-width:1200px){.xl\:mar-t-8{margin-top:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-t-8{margin-top:8rem}}@media only screen and (min-width:1200px){.xl\:mar-t-9{margin-top:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-t-9{margin-top:9rem}}@media only screen and (min-width:1200px){.xl\:mar-t-10{margin-top:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-t-10{margin-top:10rem}}@media only screen and (min-width:1200px){.xl\:mar-t-11{margin-top:calc(2.36rem + 7.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-t-11{margin-top:11rem}}@media only screen and (min-width:1200px){.xl\:mar-t-12{margin-top:calc(2.46rem + 7.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-t-12{margin-top:12rem}}@media only screen and (min-width:1200px){.xl\:mar-t-13{margin-top:calc(2.56rem + 8.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-t-13{margin-top:13rem}}@media only screen and (min-width:1200px){.xl\:mar-t-14{margin-top:calc(2.66rem + 9.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-t-14{margin-top:14rem}}@media only screen and (min-width:1200px){.xl\:mar-t-15{margin-top:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-t-15{margin-top:15rem}}@media only screen and (min-width:1200px){.xl\:mar-t-16{margin-top:calc(2.86rem + 10.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-t-16{margin-top:16rem}}@media only screen and (min-width:1200px){.xl\:mar-t-17{margin-top:calc(2.96rem + 11.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-t-17{margin-top:17rem}}@media only screen and (min-width:1200px){.xl\:mar-t-18{margin-top:calc(3.06rem + 12.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-t-18{margin-top:18rem}}@media only screen and (min-width:1200px){.xl\:mar-t-19{margin-top:calc(3.16rem + 13.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-t-19{margin-top:19rem}}@media only screen and (min-width:1200px){.xl\:mar-t-20{margin-top:calc(3.26rem + 13.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-t-20{margin-top:20rem}}@media only screen and (min-width:1200px){.xl\:mar-t-21{margin-top:calc(3.36rem + 14.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-t-21{margin-top:21rem}}@media only screen and (min-width:1200px){.xl\:mar-t-22{margin-top:calc(3.46rem + 15.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-t-22{margin-top:22rem}}@media only screen and (min-width:1200px){.xl\:mar-t-23{margin-top:calc(3.56rem + 16.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-t-23{margin-top:23rem}}@media only screen and (min-width:1200px){.xl\:mar-t-24{margin-top:calc(3.66rem + 16.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-t-24{margin-top:24rem}}@media only screen and (min-width:1200px){.xl\:mar-t-25{margin-top:calc(3.76rem + 17.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-t-25{margin-top:25rem}}@media only screen and (min-width:1200px){.xl\:mar-t-26{margin-top:calc(3.86rem + 18.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-t-26{margin-top:26rem}}@media only screen and (min-width:1200px){.xl\:mar-t-27{margin-top:calc(3.96rem + 19.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-t-27{margin-top:27rem}}@media only screen and (min-width:1200px){.xl\:mar-t-28{margin-top:calc(4.06rem + 19.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-t-28{margin-top:28rem}}@media only screen and (min-width:1200px){.xl\:mar-t-29{margin-top:calc(4.16rem + 20.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-t-29{margin-top:29rem}}@media only screen and (min-width:1200px){.xl\:mar-t-30{margin-top:calc(4.26rem + 21.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-t-30{margin-top:30rem}}@media only screen and (min-width:1200px){.xl\:mar-t-40{margin-top:calc(5.26rem + 28.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-t-40{margin-top:40rem}}.mar-t-n1{margin-top:-1rem}.mar-t-n2{margin-top:calc(-1.46rem - .45vw)}@media (min-width:1200px){.mar-t-n2{margin-top:-2rem}}.mar-t-n3{margin-top:calc(-1.46rem - 1.2vw)}@media (min-width:1200px){.mar-t-n3{margin-top:-3rem}}.mar-t-n4{margin-top:calc(-1.46rem - 1.95vw)}@media (min-width:1200px){.mar-t-n4{margin-top:-4rem}}.mar-t-n5{margin-top:calc(-1.46rem - 2.7vw)}@media (min-width:1200px){.mar-t-n5{margin-top:-5rem}}.mar-t-n6{margin-top:calc(-1.46rem - 3.45vw)}@media (min-width:1200px){.mar-t-n6{margin-top:-6rem}}.mar-t-n7{margin-top:calc(-1.46rem - 4.2vw)}@media (min-width:1200px){.mar-t-n7{margin-top:-7rem}}.mar-t-n8{margin-top:calc(-1.46rem - 4.95vw)}@media (min-width:1200px){.mar-t-n8{margin-top:-8rem}}.mar-t-n9{margin-top:calc(-1.46rem - 5.7vw)}@media (min-width:1200px){.mar-t-n9{margin-top:-9rem}}.mar-t-n10{margin-top:calc(-1.46rem - 6.45vw)}@media (min-width:1200px){.mar-t-n10{margin-top:-10rem}}.mar-t-n11{margin-top:calc(-1.46rem - 7.2vw)}@media (min-width:1200px){.mar-t-n11{margin-top:-11rem}}.mar-t-n12{margin-top:calc(-1.46rem - 7.95vw)}@media (min-width:1200px){.mar-t-n12{margin-top:-12rem}}.mar-t-n13{margin-top:calc(-1.46rem - 8.7vw)}@media (min-width:1200px){.mar-t-n13{margin-top:-13rem}}.mar-t-n14{margin-top:calc(-1.46rem - 9.45vw)}@media (min-width:1200px){.mar-t-n14{margin-top:-14rem}}.mar-t-n15{margin-top:calc(-1.46rem - 10.2vw)}@media (min-width:1200px){.mar-t-n15{margin-top:-15rem}}.mar-t-n16{margin-top:calc(-1.46rem - 10.95vw)}@media (min-width:1200px){.mar-t-n16{margin-top:-16rem}}.mar-t-n17{margin-top:calc(-1.46rem - 11.7vw)}@media (min-width:1200px){.mar-t-n17{margin-top:-17rem}}.mar-t-n18{margin-top:calc(-1.46rem - 12.45vw)}@media (min-width:1200px){.mar-t-n18{margin-top:-18rem}}.mar-t-n19{margin-top:calc(-1.46rem - 13.2vw)}@media (min-width:1200px){.mar-t-n19{margin-top:-19rem}}.mar-t-n20{margin-top:calc(-1.46rem - 13.95vw)}@media (min-width:1200px){.mar-t-n20{margin-top:-20rem}}.mar-t-n21{margin-top:calc(-1.46rem - 14.7vw)}@media (min-width:1200px){.mar-t-n21{margin-top:-21rem}}.mar-t-n22{margin-top:calc(-1.46rem - 15.45vw)}@media (min-width:1200px){.mar-t-n22{margin-top:-22rem}}.mar-t-n23{margin-top:calc(-1.46rem - 16.2vw)}@media (min-width:1200px){.mar-t-n23{margin-top:-23rem}}.mar-t-n24{margin-top:calc(-1.46rem - 16.95vw)}@media (min-width:1200px){.mar-t-n24{margin-top:-24rem}}.mar-t-n25{margin-top:calc(-1.46rem - 17.7vw)}@media (min-width:1200px){.mar-t-n25{margin-top:-25rem}}.mar-t-n26{margin-top:calc(-1.46rem - 18.45vw)}@media (min-width:1200px){.mar-t-n26{margin-top:-26rem}}.mar-t-n27{margin-top:calc(-1.46rem - 19.2vw)}@media (min-width:1200px){.mar-t-n27{margin-top:-27rem}}.mar-t-n28{margin-top:calc(-1.46rem - 19.95vw)}@media (min-width:1200px){.mar-t-n28{margin-top:-28rem}}.mar-t-n29{margin-top:calc(-1.46rem - 20.7vw)}@media (min-width:1200px){.mar-t-n29{margin-top:-29rem}}.mar-t-n30{margin-top:calc(-1.46rem - 21.45vw)}@media (min-width:1200px){.mar-t-n30{margin-top:-30rem}}.mar-t-n40{margin-top:calc(-1.46rem - 28.95vw)}@media (min-width:1200px){.mar-t-n40{margin-top:-40rem}}@media only screen and (min-width:576px){.sm\:mar-t-n1{margin-top:-1rem}.sm\:mar-t-n2{margin-top:calc(-1.46rem - .45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-t-n2{margin-top:-2rem}}@media only screen and (min-width:576px){.sm\:mar-t-n3{margin-top:calc(-1.46rem - 1.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-t-n3{margin-top:-3rem}}@media only screen and (min-width:576px){.sm\:mar-t-n4{margin-top:calc(-1.46rem - 1.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-t-n4{margin-top:-4rem}}@media only screen and (min-width:576px){.sm\:mar-t-n5{margin-top:calc(-1.46rem - 2.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-t-n5{margin-top:-5rem}}@media only screen and (min-width:576px){.sm\:mar-t-n6{margin-top:calc(-1.46rem - 3.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-t-n6{margin-top:-6rem}}@media only screen and (min-width:576px){.sm\:mar-t-n7{margin-top:calc(-1.46rem - 4.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-t-n7{margin-top:-7rem}}@media only screen and (min-width:576px){.sm\:mar-t-n8{margin-top:calc(-1.46rem - 4.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-t-n8{margin-top:-8rem}}@media only screen and (min-width:576px){.sm\:mar-t-n9{margin-top:calc(-1.46rem - 5.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-t-n9{margin-top:-9rem}}@media only screen and (min-width:576px){.sm\:mar-t-n10{margin-top:calc(-1.46rem - 6.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-t-n10{margin-top:-10rem}}@media only screen and (min-width:576px){.sm\:mar-t-n11{margin-top:calc(-1.46rem - 7.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-t-n11{margin-top:-11rem}}@media only screen and (min-width:576px){.sm\:mar-t-n12{margin-top:calc(-1.46rem - 7.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-t-n12{margin-top:-12rem}}@media only screen and (min-width:576px){.sm\:mar-t-n13{margin-top:calc(-1.46rem - 8.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-t-n13{margin-top:-13rem}}@media only screen and (min-width:576px){.sm\:mar-t-n14{margin-top:calc(-1.46rem - 9.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-t-n14{margin-top:-14rem}}@media only screen and (min-width:576px){.sm\:mar-t-n15{margin-top:calc(-1.46rem - 10.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-t-n15{margin-top:-15rem}}@media only screen and (min-width:576px){.sm\:mar-t-n16{margin-top:calc(-1.46rem - 10.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-t-n16{margin-top:-16rem}}@media only screen and (min-width:576px){.sm\:mar-t-n17{margin-top:calc(-1.46rem - 11.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-t-n17{margin-top:-17rem}}@media only screen and (min-width:576px){.sm\:mar-t-n18{margin-top:calc(-1.46rem - 12.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-t-n18{margin-top:-18rem}}@media only screen and (min-width:576px){.sm\:mar-t-n19{margin-top:calc(-1.46rem - 13.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-t-n19{margin-top:-19rem}}@media only screen and (min-width:576px){.sm\:mar-t-n20{margin-top:calc(-1.46rem - 13.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-t-n20{margin-top:-20rem}}@media only screen and (min-width:576px){.sm\:mar-t-n21{margin-top:calc(-1.46rem - 14.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-t-n21{margin-top:-21rem}}@media only screen and (min-width:576px){.sm\:mar-t-n22{margin-top:calc(-1.46rem - 15.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-t-n22{margin-top:-22rem}}@media only screen and (min-width:576px){.sm\:mar-t-n23{margin-top:calc(-1.46rem - 16.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-t-n23{margin-top:-23rem}}@media only screen and (min-width:576px){.sm\:mar-t-n24{margin-top:calc(-1.46rem - 16.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-t-n24{margin-top:-24rem}}@media only screen and (min-width:576px){.sm\:mar-t-n25{margin-top:calc(-1.46rem - 17.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-t-n25{margin-top:-25rem}}@media only screen and (min-width:576px){.sm\:mar-t-n26{margin-top:calc(-1.46rem - 18.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-t-n26{margin-top:-26rem}}@media only screen and (min-width:576px){.sm\:mar-t-n27{margin-top:calc(-1.46rem - 19.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-t-n27{margin-top:-27rem}}@media only screen and (min-width:576px){.sm\:mar-t-n28{margin-top:calc(-1.46rem - 19.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-t-n28{margin-top:-28rem}}@media only screen and (min-width:576px){.sm\:mar-t-n29{margin-top:calc(-1.46rem - 20.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-t-n29{margin-top:-29rem}}@media only screen and (min-width:576px){.sm\:mar-t-n30{margin-top:calc(-1.46rem - 21.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-t-n30{margin-top:-30rem}}@media only screen and (min-width:576px){.sm\:mar-t-n40{margin-top:calc(-1.46rem - 28.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-t-n40{margin-top:-40rem}}@media only screen and (min-width:768px){.md\:mar-t-n1{margin-top:-1rem}.md\:mar-t-n2{margin-top:calc(-1.46rem - .45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-t-n2{margin-top:-2rem}}@media only screen and (min-width:768px){.md\:mar-t-n3{margin-top:calc(-1.46rem - 1.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-t-n3{margin-top:-3rem}}@media only screen and (min-width:768px){.md\:mar-t-n4{margin-top:calc(-1.46rem - 1.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-t-n4{margin-top:-4rem}}@media only screen and (min-width:768px){.md\:mar-t-n5{margin-top:calc(-1.46rem - 2.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-t-n5{margin-top:-5rem}}@media only screen and (min-width:768px){.md\:mar-t-n6{margin-top:calc(-1.46rem - 3.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-t-n6{margin-top:-6rem}}@media only screen and (min-width:768px){.md\:mar-t-n7{margin-top:calc(-1.46rem - 4.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-t-n7{margin-top:-7rem}}@media only screen and (min-width:768px){.md\:mar-t-n8{margin-top:calc(-1.46rem - 4.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-t-n8{margin-top:-8rem}}@media only screen and (min-width:768px){.md\:mar-t-n9{margin-top:calc(-1.46rem - 5.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-t-n9{margin-top:-9rem}}@media only screen and (min-width:768px){.md\:mar-t-n10{margin-top:calc(-1.46rem - 6.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-t-n10{margin-top:-10rem}}@media only screen and (min-width:768px){.md\:mar-t-n11{margin-top:calc(-1.46rem - 7.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-t-n11{margin-top:-11rem}}@media only screen and (min-width:768px){.md\:mar-t-n12{margin-top:calc(-1.46rem - 7.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-t-n12{margin-top:-12rem}}@media only screen and (min-width:768px){.md\:mar-t-n13{margin-top:calc(-1.46rem - 8.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-t-n13{margin-top:-13rem}}@media only screen and (min-width:768px){.md\:mar-t-n14{margin-top:calc(-1.46rem - 9.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-t-n14{margin-top:-14rem}}@media only screen and (min-width:768px){.md\:mar-t-n15{margin-top:calc(-1.46rem - 10.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-t-n15{margin-top:-15rem}}@media only screen and (min-width:768px){.md\:mar-t-n16{margin-top:calc(-1.46rem - 10.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-t-n16{margin-top:-16rem}}@media only screen and (min-width:768px){.md\:mar-t-n17{margin-top:calc(-1.46rem - 11.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-t-n17{margin-top:-17rem}}@media only screen and (min-width:768px){.md\:mar-t-n18{margin-top:calc(-1.46rem - 12.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-t-n18{margin-top:-18rem}}@media only screen and (min-width:768px){.md\:mar-t-n19{margin-top:calc(-1.46rem - 13.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-t-n19{margin-top:-19rem}}@media only screen and (min-width:768px){.md\:mar-t-n20{margin-top:calc(-1.46rem - 13.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-t-n20{margin-top:-20rem}}@media only screen and (min-width:768px){.md\:mar-t-n21{margin-top:calc(-1.46rem - 14.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-t-n21{margin-top:-21rem}}@media only screen and (min-width:768px){.md\:mar-t-n22{margin-top:calc(-1.46rem - 15.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-t-n22{margin-top:-22rem}}@media only screen and (min-width:768px){.md\:mar-t-n23{margin-top:calc(-1.46rem - 16.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-t-n23{margin-top:-23rem}}@media only screen and (min-width:768px){.md\:mar-t-n24{margin-top:calc(-1.46rem - 16.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-t-n24{margin-top:-24rem}}@media only screen and (min-width:768px){.md\:mar-t-n25{margin-top:calc(-1.46rem - 17.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-t-n25{margin-top:-25rem}}@media only screen and (min-width:768px){.md\:mar-t-n26{margin-top:calc(-1.46rem - 18.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-t-n26{margin-top:-26rem}}@media only screen and (min-width:768px){.md\:mar-t-n27{margin-top:calc(-1.46rem - 19.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-t-n27{margin-top:-27rem}}@media only screen and (min-width:768px){.md\:mar-t-n28{margin-top:calc(-1.46rem - 19.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-t-n28{margin-top:-28rem}}@media only screen and (min-width:768px){.md\:mar-t-n29{margin-top:calc(-1.46rem - 20.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-t-n29{margin-top:-29rem}}@media only screen and (min-width:768px){.md\:mar-t-n30{margin-top:calc(-1.46rem - 21.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-t-n30{margin-top:-30rem}}@media only screen and (min-width:768px){.md\:mar-t-n40{margin-top:calc(-1.46rem - 28.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-t-n40{margin-top:-40rem}}@media only screen and (min-width:992px){.lg\:mar-t-n1{margin-top:-1rem}.lg\:mar-t-n2{margin-top:calc(-1.46rem - .45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-t-n2{margin-top:-2rem}}@media only screen and (min-width:992px){.lg\:mar-t-n3{margin-top:calc(-1.46rem - 1.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-t-n3{margin-top:-3rem}}@media only screen and (min-width:992px){.lg\:mar-t-n4{margin-top:calc(-1.46rem - 1.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-t-n4{margin-top:-4rem}}@media only screen and (min-width:992px){.lg\:mar-t-n5{margin-top:calc(-1.46rem - 2.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-t-n5{margin-top:-5rem}}@media only screen and (min-width:992px){.lg\:mar-t-n6{margin-top:calc(-1.46rem - 3.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-t-n6{margin-top:-6rem}}@media only screen and (min-width:992px){.lg\:mar-t-n7{margin-top:calc(-1.46rem - 4.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-t-n7{margin-top:-7rem}}@media only screen and (min-width:992px){.lg\:mar-t-n8{margin-top:calc(-1.46rem - 4.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-t-n8{margin-top:-8rem}}@media only screen and (min-width:992px){.lg\:mar-t-n9{margin-top:calc(-1.46rem - 5.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-t-n9{margin-top:-9rem}}@media only screen and (min-width:992px){.lg\:mar-t-n10{margin-top:calc(-1.46rem - 6.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-t-n10{margin-top:-10rem}}@media only screen and (min-width:992px){.lg\:mar-t-n11{margin-top:calc(-1.46rem - 7.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-t-n11{margin-top:-11rem}}@media only screen and (min-width:992px){.lg\:mar-t-n12{margin-top:calc(-1.46rem - 7.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-t-n12{margin-top:-12rem}}@media only screen and (min-width:992px){.lg\:mar-t-n13{margin-top:calc(-1.46rem - 8.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-t-n13{margin-top:-13rem}}@media only screen and (min-width:992px){.lg\:mar-t-n14{margin-top:calc(-1.46rem - 9.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-t-n14{margin-top:-14rem}}@media only screen and (min-width:992px){.lg\:mar-t-n15{margin-top:calc(-1.46rem - 10.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-t-n15{margin-top:-15rem}}@media only screen and (min-width:992px){.lg\:mar-t-n16{margin-top:calc(-1.46rem - 10.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-t-n16{margin-top:-16rem}}@media only screen and (min-width:992px){.lg\:mar-t-n17{margin-top:calc(-1.46rem - 11.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-t-n17{margin-top:-17rem}}@media only screen and (min-width:992px){.lg\:mar-t-n18{margin-top:calc(-1.46rem - 12.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-t-n18{margin-top:-18rem}}@media only screen and (min-width:992px){.lg\:mar-t-n19{margin-top:calc(-1.46rem - 13.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-t-n19{margin-top:-19rem}}@media only screen and (min-width:992px){.lg\:mar-t-n20{margin-top:calc(-1.46rem - 13.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-t-n20{margin-top:-20rem}}@media only screen and (min-width:992px){.lg\:mar-t-n21{margin-top:calc(-1.46rem - 14.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-t-n21{margin-top:-21rem}}@media only screen and (min-width:992px){.lg\:mar-t-n22{margin-top:calc(-1.46rem - 15.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-t-n22{margin-top:-22rem}}@media only screen and (min-width:992px){.lg\:mar-t-n23{margin-top:calc(-1.46rem - 16.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-t-n23{margin-top:-23rem}}@media only screen and (min-width:992px){.lg\:mar-t-n24{margin-top:calc(-1.46rem - 16.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-t-n24{margin-top:-24rem}}@media only screen and (min-width:992px){.lg\:mar-t-n25{margin-top:calc(-1.46rem - 17.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-t-n25{margin-top:-25rem}}@media only screen and (min-width:992px){.lg\:mar-t-n26{margin-top:calc(-1.46rem - 18.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-t-n26{margin-top:-26rem}}@media only screen and (min-width:992px){.lg\:mar-t-n27{margin-top:calc(-1.46rem - 19.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-t-n27{margin-top:-27rem}}@media only screen and (min-width:992px){.lg\:mar-t-n28{margin-top:calc(-1.46rem - 19.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-t-n28{margin-top:-28rem}}@media only screen and (min-width:992px){.lg\:mar-t-n29{margin-top:calc(-1.46rem - 20.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-t-n29{margin-top:-29rem}}@media only screen and (min-width:992px){.lg\:mar-t-n30{margin-top:calc(-1.46rem - 21.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-t-n30{margin-top:-30rem}}@media only screen and (min-width:992px){.lg\:mar-t-n40{margin-top:calc(-1.46rem - 28.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-t-n40{margin-top:-40rem}}@media only screen and (min-width:1200px){.xl\:mar-t-n1{margin-top:-1rem}.xl\:mar-t-n2{margin-top:calc(-1.46rem - .45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-t-n2{margin-top:-2rem}}@media only screen and (min-width:1200px){.xl\:mar-t-n3{margin-top:calc(-1.46rem - 1.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-t-n3{margin-top:-3rem}}@media only screen and (min-width:1200px){.xl\:mar-t-n4{margin-top:calc(-1.46rem - 1.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-t-n4{margin-top:-4rem}}@media only screen and (min-width:1200px){.xl\:mar-t-n5{margin-top:calc(-1.46rem - 2.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-t-n5{margin-top:-5rem}}@media only screen and (min-width:1200px){.xl\:mar-t-n6{margin-top:calc(-1.46rem - 3.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-t-n6{margin-top:-6rem}}@media only screen and (min-width:1200px){.xl\:mar-t-n7{margin-top:calc(-1.46rem - 4.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-t-n7{margin-top:-7rem}}@media only screen and (min-width:1200px){.xl\:mar-t-n8{margin-top:calc(-1.46rem - 4.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-t-n8{margin-top:-8rem}}@media only screen and (min-width:1200px){.xl\:mar-t-n9{margin-top:calc(-1.46rem - 5.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-t-n9{margin-top:-9rem}}@media only screen and (min-width:1200px){.xl\:mar-t-n10{margin-top:calc(-1.46rem - 6.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-t-n10{margin-top:-10rem}}@media only screen and (min-width:1200px){.xl\:mar-t-n11{margin-top:calc(-1.46rem - 7.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-t-n11{margin-top:-11rem}}@media only screen and (min-width:1200px){.xl\:mar-t-n12{margin-top:calc(-1.46rem - 7.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-t-n12{margin-top:-12rem}}@media only screen and (min-width:1200px){.xl\:mar-t-n13{margin-top:calc(-1.46rem - 8.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-t-n13{margin-top:-13rem}}@media only screen and (min-width:1200px){.xl\:mar-t-n14{margin-top:calc(-1.46rem - 9.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-t-n14{margin-top:-14rem}}@media only screen and (min-width:1200px){.xl\:mar-t-n15{margin-top:calc(-1.46rem - 10.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-t-n15{margin-top:-15rem}}@media only screen and (min-width:1200px){.xl\:mar-t-n16{margin-top:calc(-1.46rem - 10.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-t-n16{margin-top:-16rem}}@media only screen and (min-width:1200px){.xl\:mar-t-n17{margin-top:calc(-1.46rem - 11.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-t-n17{margin-top:-17rem}}@media only screen and (min-width:1200px){.xl\:mar-t-n18{margin-top:calc(-1.46rem - 12.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-t-n18{margin-top:-18rem}}@media only screen and (min-width:1200px){.xl\:mar-t-n19{margin-top:calc(-1.46rem - 13.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-t-n19{margin-top:-19rem}}@media only screen and (min-width:1200px){.xl\:mar-t-n20{margin-top:calc(-1.46rem - 13.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-t-n20{margin-top:-20rem}}@media only screen and (min-width:1200px){.xl\:mar-t-n21{margin-top:calc(-1.46rem - 14.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-t-n21{margin-top:-21rem}}@media only screen and (min-width:1200px){.xl\:mar-t-n22{margin-top:calc(-1.46rem - 15.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-t-n22{margin-top:-22rem}}@media only screen and (min-width:1200px){.xl\:mar-t-n23{margin-top:calc(-1.46rem - 16.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-t-n23{margin-top:-23rem}}@media only screen and (min-width:1200px){.xl\:mar-t-n24{margin-top:calc(-1.46rem - 16.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-t-n24{margin-top:-24rem}}@media only screen and (min-width:1200px){.xl\:mar-t-n25{margin-top:calc(-1.46rem - 17.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-t-n25{margin-top:-25rem}}@media only screen and (min-width:1200px){.xl\:mar-t-n26{margin-top:calc(-1.46rem - 18.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-t-n26{margin-top:-26rem}}@media only screen and (min-width:1200px){.xl\:mar-t-n27{margin-top:calc(-1.46rem - 19.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-t-n27{margin-top:-27rem}}@media only screen and (min-width:1200px){.xl\:mar-t-n28{margin-top:calc(-1.46rem - 19.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-t-n28{margin-top:-28rem}}@media only screen and (min-width:1200px){.xl\:mar-t-n29{margin-top:calc(-1.46rem - 20.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-t-n29{margin-top:-29rem}}@media only screen and (min-width:1200px){.xl\:mar-t-n30{margin-top:calc(-1.46rem - 21.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-t-n30{margin-top:-30rem}}@media only screen and (min-width:1200px){.xl\:mar-t-n40{margin-top:calc(-1.46rem - 28.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-t-n40{margin-top:-40rem}}.mar-y-0{margin-top:0;margin-bottom:0}.mar-y-0-imp{margin-top:0!important;margin-bottom:0!important}.mar-y-auto{margin-top:auto;margin-bottom:auto}.mar-y-2{margin-top:calc(1.46rem + .45vw);margin-bottom:calc(1.46rem + .45vw)}@media (min-width:1200px){.mar-y-2{margin-top:2rem;margin-bottom:2rem}}.mar-y-3{margin-top:calc(1.56rem + 1.2vw);margin-bottom:calc(1.56rem + 1.2vw)}@media (min-width:1200px){.mar-y-3{margin-top:3rem;margin-bottom:3rem}}.mar-y-4{margin-top:calc(1.66rem + 1.95vw);margin-bottom:calc(1.66rem + 1.95vw)}@media (min-width:1200px){.mar-y-4{margin-top:4rem;margin-bottom:4rem}}.mar-y-5{margin-top:calc(1.76rem + 2.7vw);margin-bottom:calc(1.76rem + 2.7vw)}@media (min-width:1200px){.mar-y-5{margin-top:5rem;margin-bottom:5rem}}.mar-y-6{margin-top:calc(1.86rem + 3.45vw);margin-bottom:calc(1.86rem + 3.45vw)}@media (min-width:1200px){.mar-y-6{margin-top:6rem;margin-bottom:6rem}}.mar-y-7{margin-top:calc(1.96rem + 4.2vw);margin-bottom:calc(1.96rem + 4.2vw)}@media (min-width:1200px){.mar-y-7{margin-top:7rem;margin-bottom:7rem}}.mar-y-8{margin-top:calc(2.06rem + 4.95vw);margin-bottom:calc(2.06rem + 4.95vw)}@media (min-width:1200px){.mar-y-8{margin-top:8rem;margin-bottom:8rem}}.mar-y-9{margin-top:calc(2.16rem + 5.7vw);margin-bottom:calc(2.16rem + 5.7vw)}@media (min-width:1200px){.mar-y-9{margin-top:9rem;margin-bottom:9rem}}.mar-y-10{margin-top:calc(2.26rem + 6.45vw);margin-bottom:calc(2.26rem + 6.45vw)}@media (min-width:1200px){.mar-y-10{margin-top:10rem;margin-bottom:10rem}}.mar-y-11{margin-top:calc(2.36rem + 7.2vw);margin-bottom:calc(2.36rem + 7.2vw)}@media (min-width:1200px){.mar-y-11{margin-top:11rem;margin-bottom:11rem}}.mar-y-12{margin-top:calc(2.46rem + 7.95vw);margin-bottom:calc(2.46rem + 7.95vw)}@media (min-width:1200px){.mar-y-12{margin-top:12rem;margin-bottom:12rem}}.mar-y-13{margin-top:calc(2.56rem + 8.7vw);margin-bottom:calc(2.56rem + 8.7vw)}@media (min-width:1200px){.mar-y-13{margin-top:13rem;margin-bottom:13rem}}.mar-y-14{margin-top:calc(2.66rem + 9.45vw);margin-bottom:calc(2.66rem + 9.45vw)}@media (min-width:1200px){.mar-y-14{margin-top:14rem;margin-bottom:14rem}}.mar-y-15{margin-top:calc(2.76rem + 10.2vw);margin-bottom:calc(2.76rem + 10.2vw)}@media (min-width:1200px){.mar-y-15{margin-top:15rem;margin-bottom:15rem}}.mar-y-16{margin-top:calc(2.86rem + 10.95vw);margin-bottom:calc(2.86rem + 10.95vw)}@media (min-width:1200px){.mar-y-16{margin-top:16rem;margin-bottom:16rem}}.mar-y-17{margin-top:calc(2.96rem + 11.7vw);margin-bottom:calc(2.96rem + 11.7vw)}@media (min-width:1200px){.mar-y-17{margin-top:17rem;margin-bottom:17rem}}.mar-y-18{margin-top:calc(3.06rem + 12.45vw);margin-bottom:calc(3.06rem + 12.45vw)}@media (min-width:1200px){.mar-y-18{margin-top:18rem;margin-bottom:18rem}}.mar-y-19{margin-top:calc(3.16rem + 13.2vw);margin-bottom:calc(3.16rem + 13.2vw)}@media (min-width:1200px){.mar-y-19{margin-top:19rem;margin-bottom:19rem}}.mar-y-20{margin-top:calc(3.26rem + 13.95vw);margin-bottom:calc(3.26rem + 13.95vw)}@media (min-width:1200px){.mar-y-20{margin-top:20rem;margin-bottom:20rem}}.mar-y-21{margin-top:calc(3.36rem + 14.7vw);margin-bottom:calc(3.36rem + 14.7vw)}@media (min-width:1200px){.mar-y-21{margin-top:21rem;margin-bottom:21rem}}.mar-y-22{margin-top:calc(3.46rem + 15.45vw);margin-bottom:calc(3.46rem + 15.45vw)}@media (min-width:1200px){.mar-y-22{margin-top:22rem;margin-bottom:22rem}}.mar-y-23{margin-top:calc(3.56rem + 16.2vw);margin-bottom:calc(3.56rem + 16.2vw)}@media (min-width:1200px){.mar-y-23{margin-top:23rem;margin-bottom:23rem}}.mar-y-24{margin-top:calc(3.66rem + 16.95vw);margin-bottom:calc(3.66rem + 16.95vw)}@media (min-width:1200px){.mar-y-24{margin-top:24rem;margin-bottom:24rem}}.mar-y-25{margin-top:calc(3.76rem + 17.7vw);margin-bottom:calc(3.76rem + 17.7vw)}@media (min-width:1200px){.mar-y-25{margin-top:25rem;margin-bottom:25rem}}.mar-y-26{margin-top:calc(3.86rem + 18.45vw);margin-bottom:calc(3.86rem + 18.45vw)}@media (min-width:1200px){.mar-y-26{margin-top:26rem;margin-bottom:26rem}}.mar-y-27{margin-top:calc(3.96rem + 19.2vw);margin-bottom:calc(3.96rem + 19.2vw)}@media (min-width:1200px){.mar-y-27{margin-top:27rem;margin-bottom:27rem}}.mar-y-28{margin-top:calc(4.06rem + 19.95vw);margin-bottom:calc(4.06rem + 19.95vw)}@media (min-width:1200px){.mar-y-28{margin-top:28rem;margin-bottom:28rem}}.mar-y-29{margin-top:calc(4.16rem + 20.7vw);margin-bottom:calc(4.16rem + 20.7vw)}@media (min-width:1200px){.mar-y-29{margin-top:29rem;margin-bottom:29rem}}.mar-y-30{margin-top:calc(4.26rem + 21.45vw);margin-bottom:calc(4.26rem + 21.45vw)}@media (min-width:1200px){.mar-y-30{margin-top:30rem;margin-bottom:30rem}}.mar-y-40{margin-top:calc(5.26rem + 28.95vw);margin-bottom:calc(5.26rem + 28.95vw)}@media (min-width:1200px){.mar-y-40{margin-top:40rem;margin-bottom:40rem}}@media only screen and (min-width:576px){.sm\:mar-y-0{margin-top:0;margin-bottom:0}.sm\:mar-y-0-imp{margin-top:0!important;margin-bottom:0!important}.sm\:mar-y-auto{margin-top:auto;margin-bottom:auto}.sm\:mar-y-2{margin-top:calc(1.46rem + .45vw);margin-bottom:calc(1.46rem + .45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-y-2{margin-top:2rem;margin-bottom:2rem}}@media only screen and (min-width:576px){.sm\:mar-y-3{margin-top:calc(1.56rem + 1.2vw);margin-bottom:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-y-3{margin-top:3rem;margin-bottom:3rem}}@media only screen and (min-width:576px){.sm\:mar-y-4{margin-top:calc(1.66rem + 1.95vw);margin-bottom:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-y-4{margin-top:4rem;margin-bottom:4rem}}@media only screen and (min-width:576px){.sm\:mar-y-5{margin-top:calc(1.76rem + 2.7vw);margin-bottom:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-y-5{margin-top:5rem;margin-bottom:5rem}}@media only screen and (min-width:576px){.sm\:mar-y-6{margin-top:calc(1.86rem + 3.45vw);margin-bottom:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-y-6{margin-top:6rem;margin-bottom:6rem}}@media only screen and (min-width:576px){.sm\:mar-y-7{margin-top:calc(1.96rem + 4.2vw);margin-bottom:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-y-7{margin-top:7rem;margin-bottom:7rem}}@media only screen and (min-width:576px){.sm\:mar-y-8{margin-top:calc(2.06rem + 4.95vw);margin-bottom:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-y-8{margin-top:8rem;margin-bottom:8rem}}@media only screen and (min-width:576px){.sm\:mar-y-9{margin-top:calc(2.16rem + 5.7vw);margin-bottom:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-y-9{margin-top:9rem;margin-bottom:9rem}}@media only screen and (min-width:576px){.sm\:mar-y-10{margin-top:calc(2.26rem + 6.45vw);margin-bottom:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-y-10{margin-top:10rem;margin-bottom:10rem}}@media only screen and (min-width:576px){.sm\:mar-y-11{margin-top:calc(2.36rem + 7.2vw);margin-bottom:calc(2.36rem + 7.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-y-11{margin-top:11rem;margin-bottom:11rem}}@media only screen and (min-width:576px){.sm\:mar-y-12{margin-top:calc(2.46rem + 7.95vw);margin-bottom:calc(2.46rem + 7.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-y-12{margin-top:12rem;margin-bottom:12rem}}@media only screen and (min-width:576px){.sm\:mar-y-13{margin-top:calc(2.56rem + 8.7vw);margin-bottom:calc(2.56rem + 8.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-y-13{margin-top:13rem;margin-bottom:13rem}}@media only screen and (min-width:576px){.sm\:mar-y-14{margin-top:calc(2.66rem + 9.45vw);margin-bottom:calc(2.66rem + 9.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-y-14{margin-top:14rem;margin-bottom:14rem}}@media only screen and (min-width:576px){.sm\:mar-y-15{margin-top:calc(2.76rem + 10.2vw);margin-bottom:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-y-15{margin-top:15rem;margin-bottom:15rem}}@media only screen and (min-width:576px){.sm\:mar-y-16{margin-top:calc(2.86rem + 10.95vw);margin-bottom:calc(2.86rem + 10.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-y-16{margin-top:16rem;margin-bottom:16rem}}@media only screen and (min-width:576px){.sm\:mar-y-17{margin-top:calc(2.96rem + 11.7vw);margin-bottom:calc(2.96rem + 11.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-y-17{margin-top:17rem;margin-bottom:17rem}}@media only screen and (min-width:576px){.sm\:mar-y-18{margin-top:calc(3.06rem + 12.45vw);margin-bottom:calc(3.06rem + 12.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-y-18{margin-top:18rem;margin-bottom:18rem}}@media only screen and (min-width:576px){.sm\:mar-y-19{margin-top:calc(3.16rem + 13.2vw);margin-bottom:calc(3.16rem + 13.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-y-19{margin-top:19rem;margin-bottom:19rem}}@media only screen and (min-width:576px){.sm\:mar-y-20{margin-top:calc(3.26rem + 13.95vw);margin-bottom:calc(3.26rem + 13.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-y-20{margin-top:20rem;margin-bottom:20rem}}@media only screen and (min-width:576px){.sm\:mar-y-21{margin-top:calc(3.36rem + 14.7vw);margin-bottom:calc(3.36rem + 14.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-y-21{margin-top:21rem;margin-bottom:21rem}}@media only screen and (min-width:576px){.sm\:mar-y-22{margin-top:calc(3.46rem + 15.45vw);margin-bottom:calc(3.46rem + 15.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-y-22{margin-top:22rem;margin-bottom:22rem}}@media only screen and (min-width:576px){.sm\:mar-y-23{margin-top:calc(3.56rem + 16.2vw);margin-bottom:calc(3.56rem + 16.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-y-23{margin-top:23rem;margin-bottom:23rem}}@media only screen and (min-width:576px){.sm\:mar-y-24{margin-top:calc(3.66rem + 16.95vw);margin-bottom:calc(3.66rem + 16.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-y-24{margin-top:24rem;margin-bottom:24rem}}@media only screen and (min-width:576px){.sm\:mar-y-25{margin-top:calc(3.76rem + 17.7vw);margin-bottom:calc(3.76rem + 17.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-y-25{margin-top:25rem;margin-bottom:25rem}}@media only screen and (min-width:576px){.sm\:mar-y-26{margin-top:calc(3.86rem + 18.45vw);margin-bottom:calc(3.86rem + 18.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-y-26{margin-top:26rem;margin-bottom:26rem}}@media only screen and (min-width:576px){.sm\:mar-y-27{margin-top:calc(3.96rem + 19.2vw);margin-bottom:calc(3.96rem + 19.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-y-27{margin-top:27rem;margin-bottom:27rem}}@media only screen and (min-width:576px){.sm\:mar-y-28{margin-top:calc(4.06rem + 19.95vw);margin-bottom:calc(4.06rem + 19.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-y-28{margin-top:28rem;margin-bottom:28rem}}@media only screen and (min-width:576px){.sm\:mar-y-29{margin-top:calc(4.16rem + 20.7vw);margin-bottom:calc(4.16rem + 20.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-y-29{margin-top:29rem;margin-bottom:29rem}}@media only screen and (min-width:576px){.sm\:mar-y-30{margin-top:calc(4.26rem + 21.45vw);margin-bottom:calc(4.26rem + 21.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-y-30{margin-top:30rem;margin-bottom:30rem}}@media only screen and (min-width:576px){.sm\:mar-y-40{margin-top:calc(5.26rem + 28.95vw);margin-bottom:calc(5.26rem + 28.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-y-40{margin-top:40rem;margin-bottom:40rem}}@media only screen and (min-width:768px){.md\:mar-y-0{margin-top:0;margin-bottom:0}.md\:mar-y-0-imp{margin-top:0!important;margin-bottom:0!important}.md\:mar-y-auto{margin-top:auto;margin-bottom:auto}.md\:mar-y-2{margin-top:calc(1.46rem + .45vw);margin-bottom:calc(1.46rem + .45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-y-2{margin-top:2rem;margin-bottom:2rem}}@media only screen and (min-width:768px){.md\:mar-y-3{margin-top:calc(1.56rem + 1.2vw);margin-bottom:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-y-3{margin-top:3rem;margin-bottom:3rem}}@media only screen and (min-width:768px){.md\:mar-y-4{margin-top:calc(1.66rem + 1.95vw);margin-bottom:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-y-4{margin-top:4rem;margin-bottom:4rem}}@media only screen and (min-width:768px){.md\:mar-y-5{margin-top:calc(1.76rem + 2.7vw);margin-bottom:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-y-5{margin-top:5rem;margin-bottom:5rem}}@media only screen and (min-width:768px){.md\:mar-y-6{margin-top:calc(1.86rem + 3.45vw);margin-bottom:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-y-6{margin-top:6rem;margin-bottom:6rem}}@media only screen and (min-width:768px){.md\:mar-y-7{margin-top:calc(1.96rem + 4.2vw);margin-bottom:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-y-7{margin-top:7rem;margin-bottom:7rem}}@media only screen and (min-width:768px){.md\:mar-y-8{margin-top:calc(2.06rem + 4.95vw);margin-bottom:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-y-8{margin-top:8rem;margin-bottom:8rem}}@media only screen and (min-width:768px){.md\:mar-y-9{margin-top:calc(2.16rem + 5.7vw);margin-bottom:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-y-9{margin-top:9rem;margin-bottom:9rem}}@media only screen and (min-width:768px){.md\:mar-y-10{margin-top:calc(2.26rem + 6.45vw);margin-bottom:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-y-10{margin-top:10rem;margin-bottom:10rem}}@media only screen and (min-width:768px){.md\:mar-y-11{margin-top:calc(2.36rem + 7.2vw);margin-bottom:calc(2.36rem + 7.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-y-11{margin-top:11rem;margin-bottom:11rem}}@media only screen and (min-width:768px){.md\:mar-y-12{margin-top:calc(2.46rem + 7.95vw);margin-bottom:calc(2.46rem + 7.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-y-12{margin-top:12rem;margin-bottom:12rem}}@media only screen and (min-width:768px){.md\:mar-y-13{margin-top:calc(2.56rem + 8.7vw);margin-bottom:calc(2.56rem + 8.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-y-13{margin-top:13rem;margin-bottom:13rem}}@media only screen and (min-width:768px){.md\:mar-y-14{margin-top:calc(2.66rem + 9.45vw);margin-bottom:calc(2.66rem + 9.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-y-14{margin-top:14rem;margin-bottom:14rem}}@media only screen and (min-width:768px){.md\:mar-y-15{margin-top:calc(2.76rem + 10.2vw);margin-bottom:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-y-15{margin-top:15rem;margin-bottom:15rem}}@media only screen and (min-width:768px){.md\:mar-y-16{margin-top:calc(2.86rem + 10.95vw);margin-bottom:calc(2.86rem + 10.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-y-16{margin-top:16rem;margin-bottom:16rem}}@media only screen and (min-width:768px){.md\:mar-y-17{margin-top:calc(2.96rem + 11.7vw);margin-bottom:calc(2.96rem + 11.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-y-17{margin-top:17rem;margin-bottom:17rem}}@media only screen and (min-width:768px){.md\:mar-y-18{margin-top:calc(3.06rem + 12.45vw);margin-bottom:calc(3.06rem + 12.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-y-18{margin-top:18rem;margin-bottom:18rem}}@media only screen and (min-width:768px){.md\:mar-y-19{margin-top:calc(3.16rem + 13.2vw);margin-bottom:calc(3.16rem + 13.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-y-19{margin-top:19rem;margin-bottom:19rem}}@media only screen and (min-width:768px){.md\:mar-y-20{margin-top:calc(3.26rem + 13.95vw);margin-bottom:calc(3.26rem + 13.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-y-20{margin-top:20rem;margin-bottom:20rem}}@media only screen and (min-width:768px){.md\:mar-y-21{margin-top:calc(3.36rem + 14.7vw);margin-bottom:calc(3.36rem + 14.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-y-21{margin-top:21rem;margin-bottom:21rem}}@media only screen and (min-width:768px){.md\:mar-y-22{margin-top:calc(3.46rem + 15.45vw);margin-bottom:calc(3.46rem + 15.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-y-22{margin-top:22rem;margin-bottom:22rem}}@media only screen and (min-width:768px){.md\:mar-y-23{margin-top:calc(3.56rem + 16.2vw);margin-bottom:calc(3.56rem + 16.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-y-23{margin-top:23rem;margin-bottom:23rem}}@media only screen and (min-width:768px){.md\:mar-y-24{margin-top:calc(3.66rem + 16.95vw);margin-bottom:calc(3.66rem + 16.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-y-24{margin-top:24rem;margin-bottom:24rem}}@media only screen and (min-width:768px){.md\:mar-y-25{margin-top:calc(3.76rem + 17.7vw);margin-bottom:calc(3.76rem + 17.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-y-25{margin-top:25rem;margin-bottom:25rem}}@media only screen and (min-width:768px){.md\:mar-y-26{margin-top:calc(3.86rem + 18.45vw);margin-bottom:calc(3.86rem + 18.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-y-26{margin-top:26rem;margin-bottom:26rem}}@media only screen and (min-width:768px){.md\:mar-y-27{margin-top:calc(3.96rem + 19.2vw);margin-bottom:calc(3.96rem + 19.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-y-27{margin-top:27rem;margin-bottom:27rem}}@media only screen and (min-width:768px){.md\:mar-y-28{margin-top:calc(4.06rem + 19.95vw);margin-bottom:calc(4.06rem + 19.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-y-28{margin-top:28rem;margin-bottom:28rem}}@media only screen and (min-width:768px){.md\:mar-y-29{margin-top:calc(4.16rem + 20.7vw);margin-bottom:calc(4.16rem + 20.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-y-29{margin-top:29rem;margin-bottom:29rem}}@media only screen and (min-width:768px){.md\:mar-y-30{margin-top:calc(4.26rem + 21.45vw);margin-bottom:calc(4.26rem + 21.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-y-30{margin-top:30rem;margin-bottom:30rem}}@media only screen and (min-width:768px){.md\:mar-y-40{margin-top:calc(5.26rem + 28.95vw);margin-bottom:calc(5.26rem + 28.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-y-40{margin-top:40rem;margin-bottom:40rem}}@media only screen and (min-width:992px){.lg\:mar-y-0{margin-top:0;margin-bottom:0}.lg\:mar-y-0-imp{margin-top:0!important;margin-bottom:0!important}.lg\:mar-y-auto{margin-top:auto;margin-bottom:auto}.lg\:mar-y-2{margin-top:calc(1.46rem + .45vw);margin-bottom:calc(1.46rem + .45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-y-2{margin-top:2rem;margin-bottom:2rem}}@media only screen and (min-width:992px){.lg\:mar-y-3{margin-top:calc(1.56rem + 1.2vw);margin-bottom:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-y-3{margin-top:3rem;margin-bottom:3rem}}@media only screen and (min-width:992px){.lg\:mar-y-4{margin-top:calc(1.66rem + 1.95vw);margin-bottom:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-y-4{margin-top:4rem;margin-bottom:4rem}}@media only screen and (min-width:992px){.lg\:mar-y-5{margin-top:calc(1.76rem + 2.7vw);margin-bottom:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-y-5{margin-top:5rem;margin-bottom:5rem}}@media only screen and (min-width:992px){.lg\:mar-y-6{margin-top:calc(1.86rem + 3.45vw);margin-bottom:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-y-6{margin-top:6rem;margin-bottom:6rem}}@media only screen and (min-width:992px){.lg\:mar-y-7{margin-top:calc(1.96rem + 4.2vw);margin-bottom:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-y-7{margin-top:7rem;margin-bottom:7rem}}@media only screen and (min-width:992px){.lg\:mar-y-8{margin-top:calc(2.06rem + 4.95vw);margin-bottom:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-y-8{margin-top:8rem;margin-bottom:8rem}}@media only screen and (min-width:992px){.lg\:mar-y-9{margin-top:calc(2.16rem + 5.7vw);margin-bottom:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-y-9{margin-top:9rem;margin-bottom:9rem}}@media only screen and (min-width:992px){.lg\:mar-y-10{margin-top:calc(2.26rem + 6.45vw);margin-bottom:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-y-10{margin-top:10rem;margin-bottom:10rem}}@media only screen and (min-width:992px){.lg\:mar-y-11{margin-top:calc(2.36rem + 7.2vw);margin-bottom:calc(2.36rem + 7.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-y-11{margin-top:11rem;margin-bottom:11rem}}@media only screen and (min-width:992px){.lg\:mar-y-12{margin-top:calc(2.46rem + 7.95vw);margin-bottom:calc(2.46rem + 7.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-y-12{margin-top:12rem;margin-bottom:12rem}}@media only screen and (min-width:992px){.lg\:mar-y-13{margin-top:calc(2.56rem + 8.7vw);margin-bottom:calc(2.56rem + 8.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-y-13{margin-top:13rem;margin-bottom:13rem}}@media only screen and (min-width:992px){.lg\:mar-y-14{margin-top:calc(2.66rem + 9.45vw);margin-bottom:calc(2.66rem + 9.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-y-14{margin-top:14rem;margin-bottom:14rem}}@media only screen and (min-width:992px){.lg\:mar-y-15{margin-top:calc(2.76rem + 10.2vw);margin-bottom:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-y-15{margin-top:15rem;margin-bottom:15rem}}@media only screen and (min-width:992px){.lg\:mar-y-16{margin-top:calc(2.86rem + 10.95vw);margin-bottom:calc(2.86rem + 10.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-y-16{margin-top:16rem;margin-bottom:16rem}}@media only screen and (min-width:992px){.lg\:mar-y-17{margin-top:calc(2.96rem + 11.7vw);margin-bottom:calc(2.96rem + 11.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-y-17{margin-top:17rem;margin-bottom:17rem}}@media only screen and (min-width:992px){.lg\:mar-y-18{margin-top:calc(3.06rem + 12.45vw);margin-bottom:calc(3.06rem + 12.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-y-18{margin-top:18rem;margin-bottom:18rem}}@media only screen and (min-width:992px){.lg\:mar-y-19{margin-top:calc(3.16rem + 13.2vw);margin-bottom:calc(3.16rem + 13.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-y-19{margin-top:19rem;margin-bottom:19rem}}@media only screen and (min-width:992px){.lg\:mar-y-20{margin-top:calc(3.26rem + 13.95vw);margin-bottom:calc(3.26rem + 13.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-y-20{margin-top:20rem;margin-bottom:20rem}}@media only screen and (min-width:992px){.lg\:mar-y-21{margin-top:calc(3.36rem + 14.7vw);margin-bottom:calc(3.36rem + 14.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-y-21{margin-top:21rem;margin-bottom:21rem}}@media only screen and (min-width:992px){.lg\:mar-y-22{margin-top:calc(3.46rem + 15.45vw);margin-bottom:calc(3.46rem + 15.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-y-22{margin-top:22rem;margin-bottom:22rem}}@media only screen and (min-width:992px){.lg\:mar-y-23{margin-top:calc(3.56rem + 16.2vw);margin-bottom:calc(3.56rem + 16.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-y-23{margin-top:23rem;margin-bottom:23rem}}@media only screen and (min-width:992px){.lg\:mar-y-24{margin-top:calc(3.66rem + 16.95vw);margin-bottom:calc(3.66rem + 16.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-y-24{margin-top:24rem;margin-bottom:24rem}}@media only screen and (min-width:992px){.lg\:mar-y-25{margin-top:calc(3.76rem + 17.7vw);margin-bottom:calc(3.76rem + 17.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-y-25{margin-top:25rem;margin-bottom:25rem}}@media only screen and (min-width:992px){.lg\:mar-y-26{margin-top:calc(3.86rem + 18.45vw);margin-bottom:calc(3.86rem + 18.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-y-26{margin-top:26rem;margin-bottom:26rem}}@media only screen and (min-width:992px){.lg\:mar-y-27{margin-top:calc(3.96rem + 19.2vw);margin-bottom:calc(3.96rem + 19.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-y-27{margin-top:27rem;margin-bottom:27rem}}@media only screen and (min-width:992px){.lg\:mar-y-28{margin-top:calc(4.06rem + 19.95vw);margin-bottom:calc(4.06rem + 19.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-y-28{margin-top:28rem;margin-bottom:28rem}}@media only screen and (min-width:992px){.lg\:mar-y-29{margin-top:calc(4.16rem + 20.7vw);margin-bottom:calc(4.16rem + 20.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-y-29{margin-top:29rem;margin-bottom:29rem}}@media only screen and (min-width:992px){.lg\:mar-y-30{margin-top:calc(4.26rem + 21.45vw);margin-bottom:calc(4.26rem + 21.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-y-30{margin-top:30rem;margin-bottom:30rem}}@media only screen and (min-width:992px){.lg\:mar-y-40{margin-top:calc(5.26rem + 28.95vw);margin-bottom:calc(5.26rem + 28.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-y-40{margin-top:40rem;margin-bottom:40rem}}@media only screen and (min-width:1200px){.xl\:mar-y-0{margin-top:0;margin-bottom:0}.xl\:mar-y-0-imp{margin-top:0!important;margin-bottom:0!important}.xl\:mar-y-auto{margin-top:auto;margin-bottom:auto}.xl\:mar-y-2{margin-top:calc(1.46rem + .45vw);margin-bottom:calc(1.46rem + .45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-y-2{margin-top:2rem;margin-bottom:2rem}}@media only screen and (min-width:1200px){.xl\:mar-y-3{margin-top:calc(1.56rem + 1.2vw);margin-bottom:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-y-3{margin-top:3rem;margin-bottom:3rem}}@media only screen and (min-width:1200px){.xl\:mar-y-4{margin-top:calc(1.66rem + 1.95vw);margin-bottom:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-y-4{margin-top:4rem;margin-bottom:4rem}}@media only screen and (min-width:1200px){.xl\:mar-y-5{margin-top:calc(1.76rem + 2.7vw);margin-bottom:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-y-5{margin-top:5rem;margin-bottom:5rem}}@media only screen and (min-width:1200px){.xl\:mar-y-6{margin-top:calc(1.86rem + 3.45vw);margin-bottom:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-y-6{margin-top:6rem;margin-bottom:6rem}}@media only screen and (min-width:1200px){.xl\:mar-y-7{margin-top:calc(1.96rem + 4.2vw);margin-bottom:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-y-7{margin-top:7rem;margin-bottom:7rem}}@media only screen and (min-width:1200px){.xl\:mar-y-8{margin-top:calc(2.06rem + 4.95vw);margin-bottom:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-y-8{margin-top:8rem;margin-bottom:8rem}}@media only screen and (min-width:1200px){.xl\:mar-y-9{margin-top:calc(2.16rem + 5.7vw);margin-bottom:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-y-9{margin-top:9rem;margin-bottom:9rem}}@media only screen and (min-width:1200px){.xl\:mar-y-10{margin-top:calc(2.26rem + 6.45vw);margin-bottom:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-y-10{margin-top:10rem;margin-bottom:10rem}}@media only screen and (min-width:1200px){.xl\:mar-y-11{margin-top:calc(2.36rem + 7.2vw);margin-bottom:calc(2.36rem + 7.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-y-11{margin-top:11rem;margin-bottom:11rem}}@media only screen and (min-width:1200px){.xl\:mar-y-12{margin-top:calc(2.46rem + 7.95vw);margin-bottom:calc(2.46rem + 7.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-y-12{margin-top:12rem;margin-bottom:12rem}}@media only screen and (min-width:1200px){.xl\:mar-y-13{margin-top:calc(2.56rem + 8.7vw);margin-bottom:calc(2.56rem + 8.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-y-13{margin-top:13rem;margin-bottom:13rem}}@media only screen and (min-width:1200px){.xl\:mar-y-14{margin-top:calc(2.66rem + 9.45vw);margin-bottom:calc(2.66rem + 9.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-y-14{margin-top:14rem;margin-bottom:14rem}}@media only screen and (min-width:1200px){.xl\:mar-y-15{margin-top:calc(2.76rem + 10.2vw);margin-bottom:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-y-15{margin-top:15rem;margin-bottom:15rem}}@media only screen and (min-width:1200px){.xl\:mar-y-16{margin-top:calc(2.86rem + 10.95vw);margin-bottom:calc(2.86rem + 10.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-y-16{margin-top:16rem;margin-bottom:16rem}}@media only screen and (min-width:1200px){.xl\:mar-y-17{margin-top:calc(2.96rem + 11.7vw);margin-bottom:calc(2.96rem + 11.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-y-17{margin-top:17rem;margin-bottom:17rem}}@media only screen and (min-width:1200px){.xl\:mar-y-18{margin-top:calc(3.06rem + 12.45vw);margin-bottom:calc(3.06rem + 12.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-y-18{margin-top:18rem;margin-bottom:18rem}}@media only screen and (min-width:1200px){.xl\:mar-y-19{margin-top:calc(3.16rem + 13.2vw);margin-bottom:calc(3.16rem + 13.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-y-19{margin-top:19rem;margin-bottom:19rem}}@media only screen and (min-width:1200px){.xl\:mar-y-20{margin-top:calc(3.26rem + 13.95vw);margin-bottom:calc(3.26rem + 13.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-y-20{margin-top:20rem;margin-bottom:20rem}}@media only screen and (min-width:1200px){.xl\:mar-y-21{margin-top:calc(3.36rem + 14.7vw);margin-bottom:calc(3.36rem + 14.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-y-21{margin-top:21rem;margin-bottom:21rem}}@media only screen and (min-width:1200px){.xl\:mar-y-22{margin-top:calc(3.46rem + 15.45vw);margin-bottom:calc(3.46rem + 15.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-y-22{margin-top:22rem;margin-bottom:22rem}}@media only screen and (min-width:1200px){.xl\:mar-y-23{margin-top:calc(3.56rem + 16.2vw);margin-bottom:calc(3.56rem + 16.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-y-23{margin-top:23rem;margin-bottom:23rem}}@media only screen and (min-width:1200px){.xl\:mar-y-24{margin-top:calc(3.66rem + 16.95vw);margin-bottom:calc(3.66rem + 16.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-y-24{margin-top:24rem;margin-bottom:24rem}}@media only screen and (min-width:1200px){.xl\:mar-y-25{margin-top:calc(3.76rem + 17.7vw);margin-bottom:calc(3.76rem + 17.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-y-25{margin-top:25rem;margin-bottom:25rem}}@media only screen and (min-width:1200px){.xl\:mar-y-26{margin-top:calc(3.86rem + 18.45vw);margin-bottom:calc(3.86rem + 18.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-y-26{margin-top:26rem;margin-bottom:26rem}}@media only screen and (min-width:1200px){.xl\:mar-y-27{margin-top:calc(3.96rem + 19.2vw);margin-bottom:calc(3.96rem + 19.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-y-27{margin-top:27rem;margin-bottom:27rem}}@media only screen and (min-width:1200px){.xl\:mar-y-28{margin-top:calc(4.06rem + 19.95vw);margin-bottom:calc(4.06rem + 19.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-y-28{margin-top:28rem;margin-bottom:28rem}}@media only screen and (min-width:1200px){.xl\:mar-y-29{margin-top:calc(4.16rem + 20.7vw);margin-bottom:calc(4.16rem + 20.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-y-29{margin-top:29rem;margin-bottom:29rem}}@media only screen and (min-width:1200px){.xl\:mar-y-30{margin-top:calc(4.26rem + 21.45vw);margin-bottom:calc(4.26rem + 21.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-y-30{margin-top:30rem;margin-bottom:30rem}}@media only screen and (min-width:1200px){.xl\:mar-y-40{margin-top:calc(5.26rem + 28.95vw);margin-bottom:calc(5.26rem + 28.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-y-40{margin-top:40rem;margin-bottom:40rem}}.mar-y-n1{margin-top:-1rem;margin-bottom:-1rem}.mar-y-n2{margin-top:calc(-1.46rem - .45vw);margin-bottom:calc(-1.46rem - .45vw)}@media (min-width:1200px){.mar-y-n2{margin-top:-2rem;margin-bottom:-2rem}}.mar-y-n3{margin-top:calc(-1.46rem - 1.2vw);margin-bottom:calc(-1.46rem - 1.2vw)}@media (min-width:1200px){.mar-y-n3{margin-top:-3rem;margin-bottom:-3rem}}.mar-y-n4{margin-top:calc(-1.46rem - 1.95vw);margin-bottom:calc(-1.46rem - 1.95vw)}@media (min-width:1200px){.mar-y-n4{margin-top:-4rem;margin-bottom:-4rem}}.mar-y-n5{margin-top:calc(-1.46rem - 2.7vw);margin-bottom:calc(-1.46rem - 2.7vw)}@media (min-width:1200px){.mar-y-n5{margin-top:-5rem;margin-bottom:-5rem}}.mar-y-n6{margin-top:calc(-1.46rem - 3.45vw);margin-bottom:calc(-1.46rem - 3.45vw)}@media (min-width:1200px){.mar-y-n6{margin-top:-6rem;margin-bottom:-6rem}}.mar-y-n7{margin-top:calc(-1.46rem - 4.2vw);margin-bottom:calc(-1.46rem - 4.2vw)}@media (min-width:1200px){.mar-y-n7{margin-top:-7rem;margin-bottom:-7rem}}.mar-y-n8{margin-top:calc(-1.46rem - 4.95vw);margin-bottom:calc(-1.46rem - 4.95vw)}@media (min-width:1200px){.mar-y-n8{margin-top:-8rem;margin-bottom:-8rem}}.mar-y-n9{margin-top:calc(-1.46rem - 5.7vw);margin-bottom:calc(-1.46rem - 5.7vw)}@media (min-width:1200px){.mar-y-n9{margin-top:-9rem;margin-bottom:-9rem}}.mar-y-n10{margin-top:calc(-1.46rem - 6.45vw);margin-bottom:calc(-1.46rem - 6.45vw)}@media (min-width:1200px){.mar-y-n10{margin-top:-10rem;margin-bottom:-10rem}}.mar-y-n11{margin-top:calc(-1.46rem - 7.2vw);margin-bottom:calc(-1.46rem - 7.2vw)}@media (min-width:1200px){.mar-y-n11{margin-top:-11rem;margin-bottom:-11rem}}.mar-y-n12{margin-top:calc(-1.46rem - 7.95vw);margin-bottom:calc(-1.46rem - 7.95vw)}@media (min-width:1200px){.mar-y-n12{margin-top:-12rem;margin-bottom:-12rem}}.mar-y-n13{margin-top:calc(-1.46rem - 8.7vw);margin-bottom:calc(-1.46rem - 8.7vw)}@media (min-width:1200px){.mar-y-n13{margin-top:-13rem;margin-bottom:-13rem}}.mar-y-n14{margin-top:calc(-1.46rem - 9.45vw);margin-bottom:calc(-1.46rem - 9.45vw)}@media (min-width:1200px){.mar-y-n14{margin-top:-14rem;margin-bottom:-14rem}}.mar-y-n15{margin-top:calc(-1.46rem - 10.2vw);margin-bottom:calc(-1.46rem - 10.2vw)}@media (min-width:1200px){.mar-y-n15{margin-top:-15rem;margin-bottom:-15rem}}.mar-y-n16{margin-top:calc(-1.46rem - 10.95vw);margin-bottom:calc(-1.46rem - 10.95vw)}@media (min-width:1200px){.mar-y-n16{margin-top:-16rem;margin-bottom:-16rem}}.mar-y-n17{margin-top:calc(-1.46rem - 11.7vw);margin-bottom:calc(-1.46rem - 11.7vw)}@media (min-width:1200px){.mar-y-n17{margin-top:-17rem;margin-bottom:-17rem}}.mar-y-n18{margin-top:calc(-1.46rem - 12.45vw);margin-bottom:calc(-1.46rem - 12.45vw)}@media (min-width:1200px){.mar-y-n18{margin-top:-18rem;margin-bottom:-18rem}}.mar-y-n19{margin-top:calc(-1.46rem - 13.2vw);margin-bottom:calc(-1.46rem - 13.2vw)}@media (min-width:1200px){.mar-y-n19{margin-top:-19rem;margin-bottom:-19rem}}.mar-y-n20{margin-top:calc(-1.46rem - 13.95vw);margin-bottom:calc(-1.46rem - 13.95vw)}@media (min-width:1200px){.mar-y-n20{margin-top:-20rem;margin-bottom:-20rem}}.mar-y-n21{margin-top:calc(-1.46rem - 14.7vw);margin-bottom:calc(-1.46rem - 14.7vw)}@media (min-width:1200px){.mar-y-n21{margin-top:-21rem;margin-bottom:-21rem}}.mar-y-n22{margin-top:calc(-1.46rem - 15.45vw);margin-bottom:calc(-1.46rem - 15.45vw)}@media (min-width:1200px){.mar-y-n22{margin-top:-22rem;margin-bottom:-22rem}}.mar-y-n23{margin-top:calc(-1.46rem - 16.2vw);margin-bottom:calc(-1.46rem - 16.2vw)}@media (min-width:1200px){.mar-y-n23{margin-top:-23rem;margin-bottom:-23rem}}.mar-y-n24{margin-top:calc(-1.46rem - 16.95vw);margin-bottom:calc(-1.46rem - 16.95vw)}@media (min-width:1200px){.mar-y-n24{margin-top:-24rem;margin-bottom:-24rem}}.mar-y-n25{margin-top:calc(-1.46rem - 17.7vw);margin-bottom:calc(-1.46rem - 17.7vw)}@media (min-width:1200px){.mar-y-n25{margin-top:-25rem;margin-bottom:-25rem}}.mar-y-n26{margin-top:calc(-1.46rem - 18.45vw);margin-bottom:calc(-1.46rem - 18.45vw)}@media (min-width:1200px){.mar-y-n26{margin-top:-26rem;margin-bottom:-26rem}}.mar-y-n27{margin-top:calc(-1.46rem - 19.2vw);margin-bottom:calc(-1.46rem - 19.2vw)}@media (min-width:1200px){.mar-y-n27{margin-top:-27rem;margin-bottom:-27rem}}.mar-y-n28{margin-top:calc(-1.46rem - 19.95vw);margin-bottom:calc(-1.46rem - 19.95vw)}@media (min-width:1200px){.mar-y-n28{margin-top:-28rem;margin-bottom:-28rem}}.mar-y-n29{margin-top:calc(-1.46rem - 20.7vw);margin-bottom:calc(-1.46rem - 20.7vw)}@media (min-width:1200px){.mar-y-n29{margin-top:-29rem;margin-bottom:-29rem}}.mar-y-n30{margin-top:calc(-1.46rem - 21.45vw);margin-bottom:calc(-1.46rem - 21.45vw)}@media (min-width:1200px){.mar-y-n30{margin-top:-30rem;margin-bottom:-30rem}}.mar-y-n40{margin-top:calc(-1.46rem - 28.95vw);margin-bottom:calc(-1.46rem - 28.95vw)}@media (min-width:1200px){.mar-y-n40{margin-top:-40rem;margin-bottom:-40rem}}@media only screen and (min-width:576px){.sm\:mar-y-n1{margin-top:-1rem;margin-bottom:-1rem}.sm\:mar-y-n2{margin-top:calc(-1.46rem - .45vw);margin-bottom:calc(-1.46rem - .45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-y-n2{margin-top:-2rem;margin-bottom:-2rem}}@media only screen and (min-width:576px){.sm\:mar-y-n3{margin-top:calc(-1.46rem - 1.2vw);margin-bottom:calc(-1.46rem - 1.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-y-n3{margin-top:-3rem;margin-bottom:-3rem}}@media only screen and (min-width:576px){.sm\:mar-y-n4{margin-top:calc(-1.46rem - 1.95vw);margin-bottom:calc(-1.46rem - 1.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-y-n4{margin-top:-4rem;margin-bottom:-4rem}}@media only screen and (min-width:576px){.sm\:mar-y-n5{margin-top:calc(-1.46rem - 2.7vw);margin-bottom:calc(-1.46rem - 2.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-y-n5{margin-top:-5rem;margin-bottom:-5rem}}@media only screen and (min-width:576px){.sm\:mar-y-n6{margin-top:calc(-1.46rem - 3.45vw);margin-bottom:calc(-1.46rem - 3.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-y-n6{margin-top:-6rem;margin-bottom:-6rem}}@media only screen and (min-width:576px){.sm\:mar-y-n7{margin-top:calc(-1.46rem - 4.2vw);margin-bottom:calc(-1.46rem - 4.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-y-n7{margin-top:-7rem;margin-bottom:-7rem}}@media only screen and (min-width:576px){.sm\:mar-y-n8{margin-top:calc(-1.46rem - 4.95vw);margin-bottom:calc(-1.46rem - 4.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-y-n8{margin-top:-8rem;margin-bottom:-8rem}}@media only screen and (min-width:576px){.sm\:mar-y-n9{margin-top:calc(-1.46rem - 5.7vw);margin-bottom:calc(-1.46rem - 5.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-y-n9{margin-top:-9rem;margin-bottom:-9rem}}@media only screen and (min-width:576px){.sm\:mar-y-n10{margin-top:calc(-1.46rem - 6.45vw);margin-bottom:calc(-1.46rem - 6.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-y-n10{margin-top:-10rem;margin-bottom:-10rem}}@media only screen and (min-width:576px){.sm\:mar-y-n11{margin-top:calc(-1.46rem - 7.2vw);margin-bottom:calc(-1.46rem - 7.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-y-n11{margin-top:-11rem;margin-bottom:-11rem}}@media only screen and (min-width:576px){.sm\:mar-y-n12{margin-top:calc(-1.46rem - 7.95vw);margin-bottom:calc(-1.46rem - 7.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-y-n12{margin-top:-12rem;margin-bottom:-12rem}}@media only screen and (min-width:576px){.sm\:mar-y-n13{margin-top:calc(-1.46rem - 8.7vw);margin-bottom:calc(-1.46rem - 8.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-y-n13{margin-top:-13rem;margin-bottom:-13rem}}@media only screen and (min-width:576px){.sm\:mar-y-n14{margin-top:calc(-1.46rem - 9.45vw);margin-bottom:calc(-1.46rem - 9.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-y-n14{margin-top:-14rem;margin-bottom:-14rem}}@media only screen and (min-width:576px){.sm\:mar-y-n15{margin-top:calc(-1.46rem - 10.2vw);margin-bottom:calc(-1.46rem - 10.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-y-n15{margin-top:-15rem;margin-bottom:-15rem}}@media only screen and (min-width:576px){.sm\:mar-y-n16{margin-top:calc(-1.46rem - 10.95vw);margin-bottom:calc(-1.46rem - 10.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-y-n16{margin-top:-16rem;margin-bottom:-16rem}}@media only screen and (min-width:576px){.sm\:mar-y-n17{margin-top:calc(-1.46rem - 11.7vw);margin-bottom:calc(-1.46rem - 11.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-y-n17{margin-top:-17rem;margin-bottom:-17rem}}@media only screen and (min-width:576px){.sm\:mar-y-n18{margin-top:calc(-1.46rem - 12.45vw);margin-bottom:calc(-1.46rem - 12.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-y-n18{margin-top:-18rem;margin-bottom:-18rem}}@media only screen and (min-width:576px){.sm\:mar-y-n19{margin-top:calc(-1.46rem - 13.2vw);margin-bottom:calc(-1.46rem - 13.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-y-n19{margin-top:-19rem;margin-bottom:-19rem}}@media only screen and (min-width:576px){.sm\:mar-y-n20{margin-top:calc(-1.46rem - 13.95vw);margin-bottom:calc(-1.46rem - 13.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-y-n20{margin-top:-20rem;margin-bottom:-20rem}}@media only screen and (min-width:576px){.sm\:mar-y-n21{margin-top:calc(-1.46rem - 14.7vw);margin-bottom:calc(-1.46rem - 14.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-y-n21{margin-top:-21rem;margin-bottom:-21rem}}@media only screen and (min-width:576px){.sm\:mar-y-n22{margin-top:calc(-1.46rem - 15.45vw);margin-bottom:calc(-1.46rem - 15.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-y-n22{margin-top:-22rem;margin-bottom:-22rem}}@media only screen and (min-width:576px){.sm\:mar-y-n23{margin-top:calc(-1.46rem - 16.2vw);margin-bottom:calc(-1.46rem - 16.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-y-n23{margin-top:-23rem;margin-bottom:-23rem}}@media only screen and (min-width:576px){.sm\:mar-y-n24{margin-top:calc(-1.46rem - 16.95vw);margin-bottom:calc(-1.46rem - 16.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-y-n24{margin-top:-24rem;margin-bottom:-24rem}}@media only screen and (min-width:576px){.sm\:mar-y-n25{margin-top:calc(-1.46rem - 17.7vw);margin-bottom:calc(-1.46rem - 17.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-y-n25{margin-top:-25rem;margin-bottom:-25rem}}@media only screen and (min-width:576px){.sm\:mar-y-n26{margin-top:calc(-1.46rem - 18.45vw);margin-bottom:calc(-1.46rem - 18.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-y-n26{margin-top:-26rem;margin-bottom:-26rem}}@media only screen and (min-width:576px){.sm\:mar-y-n27{margin-top:calc(-1.46rem - 19.2vw);margin-bottom:calc(-1.46rem - 19.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-y-n27{margin-top:-27rem;margin-bottom:-27rem}}@media only screen and (min-width:576px){.sm\:mar-y-n28{margin-top:calc(-1.46rem - 19.95vw);margin-bottom:calc(-1.46rem - 19.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-y-n28{margin-top:-28rem;margin-bottom:-28rem}}@media only screen and (min-width:576px){.sm\:mar-y-n29{margin-top:calc(-1.46rem - 20.7vw);margin-bottom:calc(-1.46rem - 20.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-y-n29{margin-top:-29rem;margin-bottom:-29rem}}@media only screen and (min-width:576px){.sm\:mar-y-n30{margin-top:calc(-1.46rem - 21.45vw);margin-bottom:calc(-1.46rem - 21.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-y-n30{margin-top:-30rem;margin-bottom:-30rem}}@media only screen and (min-width:576px){.sm\:mar-y-n40{margin-top:calc(-1.46rem - 28.95vw);margin-bottom:calc(-1.46rem - 28.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:mar-y-n40{margin-top:-40rem;margin-bottom:-40rem}}@media only screen and (min-width:768px){.md\:mar-y-n1{margin-top:-1rem;margin-bottom:-1rem}.md\:mar-y-n2{margin-top:calc(-1.46rem - .45vw);margin-bottom:calc(-1.46rem - .45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-y-n2{margin-top:-2rem;margin-bottom:-2rem}}@media only screen and (min-width:768px){.md\:mar-y-n3{margin-top:calc(-1.46rem - 1.2vw);margin-bottom:calc(-1.46rem - 1.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-y-n3{margin-top:-3rem;margin-bottom:-3rem}}@media only screen and (min-width:768px){.md\:mar-y-n4{margin-top:calc(-1.46rem - 1.95vw);margin-bottom:calc(-1.46rem - 1.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-y-n4{margin-top:-4rem;margin-bottom:-4rem}}@media only screen and (min-width:768px){.md\:mar-y-n5{margin-top:calc(-1.46rem - 2.7vw);margin-bottom:calc(-1.46rem - 2.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-y-n5{margin-top:-5rem;margin-bottom:-5rem}}@media only screen and (min-width:768px){.md\:mar-y-n6{margin-top:calc(-1.46rem - 3.45vw);margin-bottom:calc(-1.46rem - 3.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-y-n6{margin-top:-6rem;margin-bottom:-6rem}}@media only screen and (min-width:768px){.md\:mar-y-n7{margin-top:calc(-1.46rem - 4.2vw);margin-bottom:calc(-1.46rem - 4.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-y-n7{margin-top:-7rem;margin-bottom:-7rem}}@media only screen and (min-width:768px){.md\:mar-y-n8{margin-top:calc(-1.46rem - 4.95vw);margin-bottom:calc(-1.46rem - 4.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-y-n8{margin-top:-8rem;margin-bottom:-8rem}}@media only screen and (min-width:768px){.md\:mar-y-n9{margin-top:calc(-1.46rem - 5.7vw);margin-bottom:calc(-1.46rem - 5.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-y-n9{margin-top:-9rem;margin-bottom:-9rem}}@media only screen and (min-width:768px){.md\:mar-y-n10{margin-top:calc(-1.46rem - 6.45vw);margin-bottom:calc(-1.46rem - 6.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-y-n10{margin-top:-10rem;margin-bottom:-10rem}}@media only screen and (min-width:768px){.md\:mar-y-n11{margin-top:calc(-1.46rem - 7.2vw);margin-bottom:calc(-1.46rem - 7.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-y-n11{margin-top:-11rem;margin-bottom:-11rem}}@media only screen and (min-width:768px){.md\:mar-y-n12{margin-top:calc(-1.46rem - 7.95vw);margin-bottom:calc(-1.46rem - 7.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-y-n12{margin-top:-12rem;margin-bottom:-12rem}}@media only screen and (min-width:768px){.md\:mar-y-n13{margin-top:calc(-1.46rem - 8.7vw);margin-bottom:calc(-1.46rem - 8.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-y-n13{margin-top:-13rem;margin-bottom:-13rem}}@media only screen and (min-width:768px){.md\:mar-y-n14{margin-top:calc(-1.46rem - 9.45vw);margin-bottom:calc(-1.46rem - 9.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-y-n14{margin-top:-14rem;margin-bottom:-14rem}}@media only screen and (min-width:768px){.md\:mar-y-n15{margin-top:calc(-1.46rem - 10.2vw);margin-bottom:calc(-1.46rem - 10.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-y-n15{margin-top:-15rem;margin-bottom:-15rem}}@media only screen and (min-width:768px){.md\:mar-y-n16{margin-top:calc(-1.46rem - 10.95vw);margin-bottom:calc(-1.46rem - 10.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-y-n16{margin-top:-16rem;margin-bottom:-16rem}}@media only screen and (min-width:768px){.md\:mar-y-n17{margin-top:calc(-1.46rem - 11.7vw);margin-bottom:calc(-1.46rem - 11.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-y-n17{margin-top:-17rem;margin-bottom:-17rem}}@media only screen and (min-width:768px){.md\:mar-y-n18{margin-top:calc(-1.46rem - 12.45vw);margin-bottom:calc(-1.46rem - 12.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-y-n18{margin-top:-18rem;margin-bottom:-18rem}}@media only screen and (min-width:768px){.md\:mar-y-n19{margin-top:calc(-1.46rem - 13.2vw);margin-bottom:calc(-1.46rem - 13.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-y-n19{margin-top:-19rem;margin-bottom:-19rem}}@media only screen and (min-width:768px){.md\:mar-y-n20{margin-top:calc(-1.46rem - 13.95vw);margin-bottom:calc(-1.46rem - 13.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-y-n20{margin-top:-20rem;margin-bottom:-20rem}}@media only screen and (min-width:768px){.md\:mar-y-n21{margin-top:calc(-1.46rem - 14.7vw);margin-bottom:calc(-1.46rem - 14.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-y-n21{margin-top:-21rem;margin-bottom:-21rem}}@media only screen and (min-width:768px){.md\:mar-y-n22{margin-top:calc(-1.46rem - 15.45vw);margin-bottom:calc(-1.46rem - 15.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-y-n22{margin-top:-22rem;margin-bottom:-22rem}}@media only screen and (min-width:768px){.md\:mar-y-n23{margin-top:calc(-1.46rem - 16.2vw);margin-bottom:calc(-1.46rem - 16.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-y-n23{margin-top:-23rem;margin-bottom:-23rem}}@media only screen and (min-width:768px){.md\:mar-y-n24{margin-top:calc(-1.46rem - 16.95vw);margin-bottom:calc(-1.46rem - 16.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-y-n24{margin-top:-24rem;margin-bottom:-24rem}}@media only screen and (min-width:768px){.md\:mar-y-n25{margin-top:calc(-1.46rem - 17.7vw);margin-bottom:calc(-1.46rem - 17.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-y-n25{margin-top:-25rem;margin-bottom:-25rem}}@media only screen and (min-width:768px){.md\:mar-y-n26{margin-top:calc(-1.46rem - 18.45vw);margin-bottom:calc(-1.46rem - 18.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-y-n26{margin-top:-26rem;margin-bottom:-26rem}}@media only screen and (min-width:768px){.md\:mar-y-n27{margin-top:calc(-1.46rem - 19.2vw);margin-bottom:calc(-1.46rem - 19.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-y-n27{margin-top:-27rem;margin-bottom:-27rem}}@media only screen and (min-width:768px){.md\:mar-y-n28{margin-top:calc(-1.46rem - 19.95vw);margin-bottom:calc(-1.46rem - 19.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-y-n28{margin-top:-28rem;margin-bottom:-28rem}}@media only screen and (min-width:768px){.md\:mar-y-n29{margin-top:calc(-1.46rem - 20.7vw);margin-bottom:calc(-1.46rem - 20.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-y-n29{margin-top:-29rem;margin-bottom:-29rem}}@media only screen and (min-width:768px){.md\:mar-y-n30{margin-top:calc(-1.46rem - 21.45vw);margin-bottom:calc(-1.46rem - 21.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-y-n30{margin-top:-30rem;margin-bottom:-30rem}}@media only screen and (min-width:768px){.md\:mar-y-n40{margin-top:calc(-1.46rem - 28.95vw);margin-bottom:calc(-1.46rem - 28.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:mar-y-n40{margin-top:-40rem;margin-bottom:-40rem}}@media only screen and (min-width:992px){.lg\:mar-y-n1{margin-top:-1rem;margin-bottom:-1rem}.lg\:mar-y-n2{margin-top:calc(-1.46rem - .45vw);margin-bottom:calc(-1.46rem - .45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-y-n2{margin-top:-2rem;margin-bottom:-2rem}}@media only screen and (min-width:992px){.lg\:mar-y-n3{margin-top:calc(-1.46rem - 1.2vw);margin-bottom:calc(-1.46rem - 1.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-y-n3{margin-top:-3rem;margin-bottom:-3rem}}@media only screen and (min-width:992px){.lg\:mar-y-n4{margin-top:calc(-1.46rem - 1.95vw);margin-bottom:calc(-1.46rem - 1.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-y-n4{margin-top:-4rem;margin-bottom:-4rem}}@media only screen and (min-width:992px){.lg\:mar-y-n5{margin-top:calc(-1.46rem - 2.7vw);margin-bottom:calc(-1.46rem - 2.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-y-n5{margin-top:-5rem;margin-bottom:-5rem}}@media only screen and (min-width:992px){.lg\:mar-y-n6{margin-top:calc(-1.46rem - 3.45vw);margin-bottom:calc(-1.46rem - 3.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-y-n6{margin-top:-6rem;margin-bottom:-6rem}}@media only screen and (min-width:992px){.lg\:mar-y-n7{margin-top:calc(-1.46rem - 4.2vw);margin-bottom:calc(-1.46rem - 4.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-y-n7{margin-top:-7rem;margin-bottom:-7rem}}@media only screen and (min-width:992px){.lg\:mar-y-n8{margin-top:calc(-1.46rem - 4.95vw);margin-bottom:calc(-1.46rem - 4.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-y-n8{margin-top:-8rem;margin-bottom:-8rem}}@media only screen and (min-width:992px){.lg\:mar-y-n9{margin-top:calc(-1.46rem - 5.7vw);margin-bottom:calc(-1.46rem - 5.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-y-n9{margin-top:-9rem;margin-bottom:-9rem}}@media only screen and (min-width:992px){.lg\:mar-y-n10{margin-top:calc(-1.46rem - 6.45vw);margin-bottom:calc(-1.46rem - 6.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-y-n10{margin-top:-10rem;margin-bottom:-10rem}}@media only screen and (min-width:992px){.lg\:mar-y-n11{margin-top:calc(-1.46rem - 7.2vw);margin-bottom:calc(-1.46rem - 7.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-y-n11{margin-top:-11rem;margin-bottom:-11rem}}@media only screen and (min-width:992px){.lg\:mar-y-n12{margin-top:calc(-1.46rem - 7.95vw);margin-bottom:calc(-1.46rem - 7.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-y-n12{margin-top:-12rem;margin-bottom:-12rem}}@media only screen and (min-width:992px){.lg\:mar-y-n13{margin-top:calc(-1.46rem - 8.7vw);margin-bottom:calc(-1.46rem - 8.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-y-n13{margin-top:-13rem;margin-bottom:-13rem}}@media only screen and (min-width:992px){.lg\:mar-y-n14{margin-top:calc(-1.46rem - 9.45vw);margin-bottom:calc(-1.46rem - 9.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-y-n14{margin-top:-14rem;margin-bottom:-14rem}}@media only screen and (min-width:992px){.lg\:mar-y-n15{margin-top:calc(-1.46rem - 10.2vw);margin-bottom:calc(-1.46rem - 10.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-y-n15{margin-top:-15rem;margin-bottom:-15rem}}@media only screen and (min-width:992px){.lg\:mar-y-n16{margin-top:calc(-1.46rem - 10.95vw);margin-bottom:calc(-1.46rem - 10.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-y-n16{margin-top:-16rem;margin-bottom:-16rem}}@media only screen and (min-width:992px){.lg\:mar-y-n17{margin-top:calc(-1.46rem - 11.7vw);margin-bottom:calc(-1.46rem - 11.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-y-n17{margin-top:-17rem;margin-bottom:-17rem}}@media only screen and (min-width:992px){.lg\:mar-y-n18{margin-top:calc(-1.46rem - 12.45vw);margin-bottom:calc(-1.46rem - 12.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-y-n18{margin-top:-18rem;margin-bottom:-18rem}}@media only screen and (min-width:992px){.lg\:mar-y-n19{margin-top:calc(-1.46rem - 13.2vw);margin-bottom:calc(-1.46rem - 13.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-y-n19{margin-top:-19rem;margin-bottom:-19rem}}@media only screen and (min-width:992px){.lg\:mar-y-n20{margin-top:calc(-1.46rem - 13.95vw);margin-bottom:calc(-1.46rem - 13.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-y-n20{margin-top:-20rem;margin-bottom:-20rem}}@media only screen and (min-width:992px){.lg\:mar-y-n21{margin-top:calc(-1.46rem - 14.7vw);margin-bottom:calc(-1.46rem - 14.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-y-n21{margin-top:-21rem;margin-bottom:-21rem}}@media only screen and (min-width:992px){.lg\:mar-y-n22{margin-top:calc(-1.46rem - 15.45vw);margin-bottom:calc(-1.46rem - 15.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-y-n22{margin-top:-22rem;margin-bottom:-22rem}}@media only screen and (min-width:992px){.lg\:mar-y-n23{margin-top:calc(-1.46rem - 16.2vw);margin-bottom:calc(-1.46rem - 16.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-y-n23{margin-top:-23rem;margin-bottom:-23rem}}@media only screen and (min-width:992px){.lg\:mar-y-n24{margin-top:calc(-1.46rem - 16.95vw);margin-bottom:calc(-1.46rem - 16.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-y-n24{margin-top:-24rem;margin-bottom:-24rem}}@media only screen and (min-width:992px){.lg\:mar-y-n25{margin-top:calc(-1.46rem - 17.7vw);margin-bottom:calc(-1.46rem - 17.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-y-n25{margin-top:-25rem;margin-bottom:-25rem}}@media only screen and (min-width:992px){.lg\:mar-y-n26{margin-top:calc(-1.46rem - 18.45vw);margin-bottom:calc(-1.46rem - 18.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-y-n26{margin-top:-26rem;margin-bottom:-26rem}}@media only screen and (min-width:992px){.lg\:mar-y-n27{margin-top:calc(-1.46rem - 19.2vw);margin-bottom:calc(-1.46rem - 19.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-y-n27{margin-top:-27rem;margin-bottom:-27rem}}@media only screen and (min-width:992px){.lg\:mar-y-n28{margin-top:calc(-1.46rem - 19.95vw);margin-bottom:calc(-1.46rem - 19.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-y-n28{margin-top:-28rem;margin-bottom:-28rem}}@media only screen and (min-width:992px){.lg\:mar-y-n29{margin-top:calc(-1.46rem - 20.7vw);margin-bottom:calc(-1.46rem - 20.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-y-n29{margin-top:-29rem;margin-bottom:-29rem}}@media only screen and (min-width:992px){.lg\:mar-y-n30{margin-top:calc(-1.46rem - 21.45vw);margin-bottom:calc(-1.46rem - 21.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-y-n30{margin-top:-30rem;margin-bottom:-30rem}}@media only screen and (min-width:992px){.lg\:mar-y-n40{margin-top:calc(-1.46rem - 28.95vw);margin-bottom:calc(-1.46rem - 28.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:mar-y-n40{margin-top:-40rem;margin-bottom:-40rem}}@media only screen and (min-width:1200px){.xl\:mar-y-n1{margin-top:-1rem;margin-bottom:-1rem}.xl\:mar-y-n2{margin-top:calc(-1.46rem - .45vw);margin-bottom:calc(-1.46rem - .45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-y-n2{margin-top:-2rem;margin-bottom:-2rem}}@media only screen and (min-width:1200px){.xl\:mar-y-n3{margin-top:calc(-1.46rem - 1.2vw);margin-bottom:calc(-1.46rem - 1.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-y-n3{margin-top:-3rem;margin-bottom:-3rem}}@media only screen and (min-width:1200px){.xl\:mar-y-n4{margin-top:calc(-1.46rem - 1.95vw);margin-bottom:calc(-1.46rem - 1.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-y-n4{margin-top:-4rem;margin-bottom:-4rem}}@media only screen and (min-width:1200px){.xl\:mar-y-n5{margin-top:calc(-1.46rem - 2.7vw);margin-bottom:calc(-1.46rem - 2.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-y-n5{margin-top:-5rem;margin-bottom:-5rem}}@media only screen and (min-width:1200px){.xl\:mar-y-n6{margin-top:calc(-1.46rem - 3.45vw);margin-bottom:calc(-1.46rem - 3.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-y-n6{margin-top:-6rem;margin-bottom:-6rem}}@media only screen and (min-width:1200px){.xl\:mar-y-n7{margin-top:calc(-1.46rem - 4.2vw);margin-bottom:calc(-1.46rem - 4.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-y-n7{margin-top:-7rem;margin-bottom:-7rem}}@media only screen and (min-width:1200px){.xl\:mar-y-n8{margin-top:calc(-1.46rem - 4.95vw);margin-bottom:calc(-1.46rem - 4.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-y-n8{margin-top:-8rem;margin-bottom:-8rem}}@media only screen and (min-width:1200px){.xl\:mar-y-n9{margin-top:calc(-1.46rem - 5.7vw);margin-bottom:calc(-1.46rem - 5.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-y-n9{margin-top:-9rem;margin-bottom:-9rem}}@media only screen and (min-width:1200px){.xl\:mar-y-n10{margin-top:calc(-1.46rem - 6.45vw);margin-bottom:calc(-1.46rem - 6.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-y-n10{margin-top:-10rem;margin-bottom:-10rem}}@media only screen and (min-width:1200px){.xl\:mar-y-n11{margin-top:calc(-1.46rem - 7.2vw);margin-bottom:calc(-1.46rem - 7.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-y-n11{margin-top:-11rem;margin-bottom:-11rem}}@media only screen and (min-width:1200px){.xl\:mar-y-n12{margin-top:calc(-1.46rem - 7.95vw);margin-bottom:calc(-1.46rem - 7.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-y-n12{margin-top:-12rem;margin-bottom:-12rem}}@media only screen and (min-width:1200px){.xl\:mar-y-n13{margin-top:calc(-1.46rem - 8.7vw);margin-bottom:calc(-1.46rem - 8.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-y-n13{margin-top:-13rem;margin-bottom:-13rem}}@media only screen and (min-width:1200px){.xl\:mar-y-n14{margin-top:calc(-1.46rem - 9.45vw);margin-bottom:calc(-1.46rem - 9.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-y-n14{margin-top:-14rem;margin-bottom:-14rem}}@media only screen and (min-width:1200px){.xl\:mar-y-n15{margin-top:calc(-1.46rem - 10.2vw);margin-bottom:calc(-1.46rem - 10.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-y-n15{margin-top:-15rem;margin-bottom:-15rem}}@media only screen and (min-width:1200px){.xl\:mar-y-n16{margin-top:calc(-1.46rem - 10.95vw);margin-bottom:calc(-1.46rem - 10.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-y-n16{margin-top:-16rem;margin-bottom:-16rem}}@media only screen and (min-width:1200px){.xl\:mar-y-n17{margin-top:calc(-1.46rem - 11.7vw);margin-bottom:calc(-1.46rem - 11.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-y-n17{margin-top:-17rem;margin-bottom:-17rem}}@media only screen and (min-width:1200px){.xl\:mar-y-n18{margin-top:calc(-1.46rem - 12.45vw);margin-bottom:calc(-1.46rem - 12.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-y-n18{margin-top:-18rem;margin-bottom:-18rem}}@media only screen and (min-width:1200px){.xl\:mar-y-n19{margin-top:calc(-1.46rem - 13.2vw);margin-bottom:calc(-1.46rem - 13.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-y-n19{margin-top:-19rem;margin-bottom:-19rem}}@media only screen and (min-width:1200px){.xl\:mar-y-n20{margin-top:calc(-1.46rem - 13.95vw);margin-bottom:calc(-1.46rem - 13.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-y-n20{margin-top:-20rem;margin-bottom:-20rem}}@media only screen and (min-width:1200px){.xl\:mar-y-n21{margin-top:calc(-1.46rem - 14.7vw);margin-bottom:calc(-1.46rem - 14.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-y-n21{margin-top:-21rem;margin-bottom:-21rem}}@media only screen and (min-width:1200px){.xl\:mar-y-n22{margin-top:calc(-1.46rem - 15.45vw);margin-bottom:calc(-1.46rem - 15.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-y-n22{margin-top:-22rem;margin-bottom:-22rem}}@media only screen and (min-width:1200px){.xl\:mar-y-n23{margin-top:calc(-1.46rem - 16.2vw);margin-bottom:calc(-1.46rem - 16.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-y-n23{margin-top:-23rem;margin-bottom:-23rem}}@media only screen and (min-width:1200px){.xl\:mar-y-n24{margin-top:calc(-1.46rem - 16.95vw);margin-bottom:calc(-1.46rem - 16.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-y-n24{margin-top:-24rem;margin-bottom:-24rem}}@media only screen and (min-width:1200px){.xl\:mar-y-n25{margin-top:calc(-1.46rem - 17.7vw);margin-bottom:calc(-1.46rem - 17.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-y-n25{margin-top:-25rem;margin-bottom:-25rem}}@media only screen and (min-width:1200px){.xl\:mar-y-n26{margin-top:calc(-1.46rem - 18.45vw);margin-bottom:calc(-1.46rem - 18.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-y-n26{margin-top:-26rem;margin-bottom:-26rem}}@media only screen and (min-width:1200px){.xl\:mar-y-n27{margin-top:calc(-1.46rem - 19.2vw);margin-bottom:calc(-1.46rem - 19.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-y-n27{margin-top:-27rem;margin-bottom:-27rem}}@media only screen and (min-width:1200px){.xl\:mar-y-n28{margin-top:calc(-1.46rem - 19.95vw);margin-bottom:calc(-1.46rem - 19.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-y-n28{margin-top:-28rem;margin-bottom:-28rem}}@media only screen and (min-width:1200px){.xl\:mar-y-n29{margin-top:calc(-1.46rem - 20.7vw);margin-bottom:calc(-1.46rem - 20.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-y-n29{margin-top:-29rem;margin-bottom:-29rem}}@media only screen and (min-width:1200px){.xl\:mar-y-n30{margin-top:calc(-1.46rem - 21.45vw);margin-bottom:calc(-1.46rem - 21.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-y-n30{margin-top:-30rem;margin-bottom:-30rem}}@media only screen and (min-width:1200px){.xl\:mar-y-n40{margin-top:calc(-1.46rem - 28.95vw);margin-bottom:calc(-1.46rem - 28.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:mar-y-n40{margin-top:-40rem;margin-bottom:-40rem}}.pad-0{padding:0}.pad-0-imp{padding:0!important}.pad-1{padding:1rem}.pad-2{padding:calc(1.46rem + .45vw)}@media (min-width:1200px){.pad-2{padding:2rem}}.pad-3{padding:calc(1.56rem + 1.2vw)}@media (min-width:1200px){.pad-3{padding:3rem}}.pad-4{padding:calc(1.66rem + 1.95vw)}@media (min-width:1200px){.pad-4{padding:4rem}}.pad-5{padding:calc(1.76rem + 2.7vw)}@media (min-width:1200px){.pad-5{padding:5rem}}.pad-6{padding:calc(1.86rem + 3.45vw)}@media (min-width:1200px){.pad-6{padding:6rem}}.pad-7{padding:calc(1.96rem + 4.2vw)}@media (min-width:1200px){.pad-7{padding:7rem}}.pad-8{padding:calc(2.06rem + 4.95vw)}@media (min-width:1200px){.pad-8{padding:8rem}}.pad-9{padding:calc(2.16rem + 5.7vw)}@media (min-width:1200px){.pad-9{padding:9rem}}.pad-10{padding:calc(2.26rem + 6.45vw)}@media (min-width:1200px){.pad-10{padding:10rem}}.pad-11{padding:calc(2.36rem + 7.2vw)}@media (min-width:1200px){.pad-11{padding:11rem}}.pad-12{padding:calc(2.46rem + 7.95vw)}@media (min-width:1200px){.pad-12{padding:12rem}}.pad-13{padding:calc(2.56rem + 8.7vw)}@media (min-width:1200px){.pad-13{padding:13rem}}.pad-14{padding:calc(2.66rem + 9.45vw)}@media (min-width:1200px){.pad-14{padding:14rem}}.pad-15{padding:calc(2.76rem + 10.2vw)}@media (min-width:1200px){.pad-15{padding:15rem}}.pad-16{padding:calc(2.86rem + 10.95vw)}@media (min-width:1200px){.pad-16{padding:16rem}}.pad-17{padding:calc(2.96rem + 11.7vw)}@media (min-width:1200px){.pad-17{padding:17rem}}.pad-18{padding:calc(3.06rem + 12.45vw)}@media (min-width:1200px){.pad-18{padding:18rem}}.pad-19{padding:calc(3.16rem + 13.2vw)}@media (min-width:1200px){.pad-19{padding:19rem}}.pad-20{padding:calc(3.26rem + 13.95vw)}@media (min-width:1200px){.pad-20{padding:20rem}}.pad-21{padding:calc(3.36rem + 14.7vw)}@media (min-width:1200px){.pad-21{padding:21rem}}.pad-22{padding:calc(3.46rem + 15.45vw)}@media (min-width:1200px){.pad-22{padding:22rem}}.pad-23{padding:calc(3.56rem + 16.2vw)}@media (min-width:1200px){.pad-23{padding:23rem}}.pad-24{padding:calc(3.66rem + 16.95vw)}@media (min-width:1200px){.pad-24{padding:24rem}}.pad-25{padding:calc(3.76rem + 17.7vw)}@media (min-width:1200px){.pad-25{padding:25rem}}.pad-26{padding:calc(3.86rem + 18.45vw)}@media (min-width:1200px){.pad-26{padding:26rem}}.pad-27{padding:calc(3.96rem + 19.2vw)}@media (min-width:1200px){.pad-27{padding:27rem}}.pad-28{padding:calc(4.06rem + 19.95vw)}@media (min-width:1200px){.pad-28{padding:28rem}}.pad-29{padding:calc(4.16rem + 20.7vw)}@media (min-width:1200px){.pad-29{padding:29rem}}.pad-30{padding:calc(4.26rem + 21.45vw)}@media (min-width:1200px){.pad-30{padding:30rem}}.pad-40{padding:calc(5.26rem + 28.95vw)}@media (min-width:1200px){.pad-40{padding:40rem}}.pad-content{padding-top:calc(1.76rem + 2.7vw);padding-bottom:calc(1.76rem + 2.7vw)}@media (min-width:1200px){.pad-content{padding-top:5rem;padding-bottom:5rem}}@media only screen and (min-width:576px){.sm\:pad-0{padding:0}.sm\:pad-0-imp{padding:0!important}.sm\:pad-1{padding:1rem}.sm\:pad-2{padding:calc(1.46rem + .45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-2{padding:2rem}}@media only screen and (min-width:576px){.sm\:pad-3{padding:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-3{padding:3rem}}@media only screen and (min-width:576px){.sm\:pad-4{padding:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-4{padding:4rem}}@media only screen and (min-width:576px){.sm\:pad-5{padding:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-5{padding:5rem}}@media only screen and (min-width:576px){.sm\:pad-6{padding:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-6{padding:6rem}}@media only screen and (min-width:576px){.sm\:pad-7{padding:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-7{padding:7rem}}@media only screen and (min-width:576px){.sm\:pad-8{padding:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-8{padding:8rem}}@media only screen and (min-width:576px){.sm\:pad-9{padding:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-9{padding:9rem}}@media only screen and (min-width:576px){.sm\:pad-10{padding:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-10{padding:10rem}}@media only screen and (min-width:576px){.sm\:pad-11{padding:calc(2.36rem + 7.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-11{padding:11rem}}@media only screen and (min-width:576px){.sm\:pad-12{padding:calc(2.46rem + 7.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-12{padding:12rem}}@media only screen and (min-width:576px){.sm\:pad-13{padding:calc(2.56rem + 8.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-13{padding:13rem}}@media only screen and (min-width:576px){.sm\:pad-14{padding:calc(2.66rem + 9.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-14{padding:14rem}}@media only screen and (min-width:576px){.sm\:pad-15{padding:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-15{padding:15rem}}@media only screen and (min-width:576px){.sm\:pad-16{padding:calc(2.86rem + 10.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-16{padding:16rem}}@media only screen and (min-width:576px){.sm\:pad-17{padding:calc(2.96rem + 11.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-17{padding:17rem}}@media only screen and (min-width:576px){.sm\:pad-18{padding:calc(3.06rem + 12.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-18{padding:18rem}}@media only screen and (min-width:576px){.sm\:pad-19{padding:calc(3.16rem + 13.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-19{padding:19rem}}@media only screen and (min-width:576px){.sm\:pad-20{padding:calc(3.26rem + 13.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-20{padding:20rem}}@media only screen and (min-width:576px){.sm\:pad-21{padding:calc(3.36rem + 14.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-21{padding:21rem}}@media only screen and (min-width:576px){.sm\:pad-22{padding:calc(3.46rem + 15.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-22{padding:22rem}}@media only screen and (min-width:576px){.sm\:pad-23{padding:calc(3.56rem + 16.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-23{padding:23rem}}@media only screen and (min-width:576px){.sm\:pad-24{padding:calc(3.66rem + 16.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-24{padding:24rem}}@media only screen and (min-width:576px){.sm\:pad-25{padding:calc(3.76rem + 17.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-25{padding:25rem}}@media only screen and (min-width:576px){.sm\:pad-26{padding:calc(3.86rem + 18.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-26{padding:26rem}}@media only screen and (min-width:576px){.sm\:pad-27{padding:calc(3.96rem + 19.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-27{padding:27rem}}@media only screen and (min-width:576px){.sm\:pad-28{padding:calc(4.06rem + 19.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-28{padding:28rem}}@media only screen and (min-width:576px){.sm\:pad-29{padding:calc(4.16rem + 20.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-29{padding:29rem}}@media only screen and (min-width:576px){.sm\:pad-30{padding:calc(4.26rem + 21.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-30{padding:30rem}}@media only screen and (min-width:576px){.sm\:pad-40{padding:calc(5.26rem + 28.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-40{padding:40rem}}@media only screen and (min-width:768px){.md\:pad-0{padding:0}.md\:pad-0-imp{padding:0!important}.md\:pad-1{padding:1rem}.md\:pad-2{padding:calc(1.46rem + .45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-2{padding:2rem}}@media only screen and (min-width:768px){.md\:pad-3{padding:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-3{padding:3rem}}@media only screen and (min-width:768px){.md\:pad-4{padding:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-4{padding:4rem}}@media only screen and (min-width:768px){.md\:pad-5{padding:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-5{padding:5rem}}@media only screen and (min-width:768px){.md\:pad-6{padding:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-6{padding:6rem}}@media only screen and (min-width:768px){.md\:pad-7{padding:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-7{padding:7rem}}@media only screen and (min-width:768px){.md\:pad-8{padding:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-8{padding:8rem}}@media only screen and (min-width:768px){.md\:pad-9{padding:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-9{padding:9rem}}@media only screen and (min-width:768px){.md\:pad-10{padding:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-10{padding:10rem}}@media only screen and (min-width:768px){.md\:pad-11{padding:calc(2.36rem + 7.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-11{padding:11rem}}@media only screen and (min-width:768px){.md\:pad-12{padding:calc(2.46rem + 7.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-12{padding:12rem}}@media only screen and (min-width:768px){.md\:pad-13{padding:calc(2.56rem + 8.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-13{padding:13rem}}@media only screen and (min-width:768px){.md\:pad-14{padding:calc(2.66rem + 9.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-14{padding:14rem}}@media only screen and (min-width:768px){.md\:pad-15{padding:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-15{padding:15rem}}@media only screen and (min-width:768px){.md\:pad-16{padding:calc(2.86rem + 10.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-16{padding:16rem}}@media only screen and (min-width:768px){.md\:pad-17{padding:calc(2.96rem + 11.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-17{padding:17rem}}@media only screen and (min-width:768px){.md\:pad-18{padding:calc(3.06rem + 12.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-18{padding:18rem}}@media only screen and (min-width:768px){.md\:pad-19{padding:calc(3.16rem + 13.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-19{padding:19rem}}@media only screen and (min-width:768px){.md\:pad-20{padding:calc(3.26rem + 13.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-20{padding:20rem}}@media only screen and (min-width:768px){.md\:pad-21{padding:calc(3.36rem + 14.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-21{padding:21rem}}@media only screen and (min-width:768px){.md\:pad-22{padding:calc(3.46rem + 15.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-22{padding:22rem}}@media only screen and (min-width:768px){.md\:pad-23{padding:calc(3.56rem + 16.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-23{padding:23rem}}@media only screen and (min-width:768px){.md\:pad-24{padding:calc(3.66rem + 16.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-24{padding:24rem}}@media only screen and (min-width:768px){.md\:pad-25{padding:calc(3.76rem + 17.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-25{padding:25rem}}@media only screen and (min-width:768px){.md\:pad-26{padding:calc(3.86rem + 18.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-26{padding:26rem}}@media only screen and (min-width:768px){.md\:pad-27{padding:calc(3.96rem + 19.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-27{padding:27rem}}@media only screen and (min-width:768px){.md\:pad-28{padding:calc(4.06rem + 19.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-28{padding:28rem}}@media only screen and (min-width:768px){.md\:pad-29{padding:calc(4.16rem + 20.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-29{padding:29rem}}@media only screen and (min-width:768px){.md\:pad-30{padding:calc(4.26rem + 21.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-30{padding:30rem}}@media only screen and (min-width:768px){.md\:pad-40{padding:calc(5.26rem + 28.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-40{padding:40rem}}@media only screen and (min-width:992px){.lg\:pad-0{padding:0}.lg\:pad-0-imp{padding:0!important}.lg\:pad-1{padding:1rem}.lg\:pad-2{padding:calc(1.46rem + .45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-2{padding:2rem}}@media only screen and (min-width:992px){.lg\:pad-3{padding:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-3{padding:3rem}}@media only screen and (min-width:992px){.lg\:pad-4{padding:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-4{padding:4rem}}@media only screen and (min-width:992px){.lg\:pad-5{padding:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-5{padding:5rem}}@media only screen and (min-width:992px){.lg\:pad-6{padding:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-6{padding:6rem}}@media only screen and (min-width:992px){.lg\:pad-7{padding:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-7{padding:7rem}}@media only screen and (min-width:992px){.lg\:pad-8{padding:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-8{padding:8rem}}@media only screen and (min-width:992px){.lg\:pad-9{padding:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-9{padding:9rem}}@media only screen and (min-width:992px){.lg\:pad-10{padding:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-10{padding:10rem}}@media only screen and (min-width:992px){.lg\:pad-11{padding:calc(2.36rem + 7.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-11{padding:11rem}}@media only screen and (min-width:992px){.lg\:pad-12{padding:calc(2.46rem + 7.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-12{padding:12rem}}@media only screen and (min-width:992px){.lg\:pad-13{padding:calc(2.56rem + 8.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-13{padding:13rem}}@media only screen and (min-width:992px){.lg\:pad-14{padding:calc(2.66rem + 9.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-14{padding:14rem}}@media only screen and (min-width:992px){.lg\:pad-15{padding:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-15{padding:15rem}}@media only screen and (min-width:992px){.lg\:pad-16{padding:calc(2.86rem + 10.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-16{padding:16rem}}@media only screen and (min-width:992px){.lg\:pad-17{padding:calc(2.96rem + 11.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-17{padding:17rem}}@media only screen and (min-width:992px){.lg\:pad-18{padding:calc(3.06rem + 12.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-18{padding:18rem}}@media only screen and (min-width:992px){.lg\:pad-19{padding:calc(3.16rem + 13.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-19{padding:19rem}}@media only screen and (min-width:992px){.lg\:pad-20{padding:calc(3.26rem + 13.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-20{padding:20rem}}@media only screen and (min-width:992px){.lg\:pad-21{padding:calc(3.36rem + 14.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-21{padding:21rem}}@media only screen and (min-width:992px){.lg\:pad-22{padding:calc(3.46rem + 15.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-22{padding:22rem}}@media only screen and (min-width:992px){.lg\:pad-23{padding:calc(3.56rem + 16.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-23{padding:23rem}}@media only screen and (min-width:992px){.lg\:pad-24{padding:calc(3.66rem + 16.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-24{padding:24rem}}@media only screen and (min-width:992px){.lg\:pad-25{padding:calc(3.76rem + 17.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-25{padding:25rem}}@media only screen and (min-width:992px){.lg\:pad-26{padding:calc(3.86rem + 18.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-26{padding:26rem}}@media only screen and (min-width:992px){.lg\:pad-27{padding:calc(3.96rem + 19.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-27{padding:27rem}}@media only screen and (min-width:992px){.lg\:pad-28{padding:calc(4.06rem + 19.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-28{padding:28rem}}@media only screen and (min-width:992px){.lg\:pad-29{padding:calc(4.16rem + 20.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-29{padding:29rem}}@media only screen and (min-width:992px){.lg\:pad-30{padding:calc(4.26rem + 21.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-30{padding:30rem}}@media only screen and (min-width:992px){.lg\:pad-40{padding:calc(5.26rem + 28.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-40{padding:40rem}}@media only screen and (min-width:1200px){.xl\:pad-0{padding:0}.xl\:pad-0-imp{padding:0!important}.xl\:pad-1{padding:1rem}.xl\:pad-2{padding:calc(1.46rem + .45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-2{padding:2rem}}@media only screen and (min-width:1200px){.xl\:pad-3{padding:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-3{padding:3rem}}@media only screen and (min-width:1200px){.xl\:pad-4{padding:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-4{padding:4rem}}@media only screen and (min-width:1200px){.xl\:pad-5{padding:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-5{padding:5rem}}@media only screen and (min-width:1200px){.xl\:pad-6{padding:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-6{padding:6rem}}@media only screen and (min-width:1200px){.xl\:pad-7{padding:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-7{padding:7rem}}@media only screen and (min-width:1200px){.xl\:pad-8{padding:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-8{padding:8rem}}@media only screen and (min-width:1200px){.xl\:pad-9{padding:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-9{padding:9rem}}@media only screen and (min-width:1200px){.xl\:pad-10{padding:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-10{padding:10rem}}@media only screen and (min-width:1200px){.xl\:pad-11{padding:calc(2.36rem + 7.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-11{padding:11rem}}@media only screen and (min-width:1200px){.xl\:pad-12{padding:calc(2.46rem + 7.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-12{padding:12rem}}@media only screen and (min-width:1200px){.xl\:pad-13{padding:calc(2.56rem + 8.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-13{padding:13rem}}@media only screen and (min-width:1200px){.xl\:pad-14{padding:calc(2.66rem + 9.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-14{padding:14rem}}@media only screen and (min-width:1200px){.xl\:pad-15{padding:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-15{padding:15rem}}@media only screen and (min-width:1200px){.xl\:pad-16{padding:calc(2.86rem + 10.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-16{padding:16rem}}@media only screen and (min-width:1200px){.xl\:pad-17{padding:calc(2.96rem + 11.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-17{padding:17rem}}@media only screen and (min-width:1200px){.xl\:pad-18{padding:calc(3.06rem + 12.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-18{padding:18rem}}@media only screen and (min-width:1200px){.xl\:pad-19{padding:calc(3.16rem + 13.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-19{padding:19rem}}@media only screen and (min-width:1200px){.xl\:pad-20{padding:calc(3.26rem + 13.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-20{padding:20rem}}@media only screen and (min-width:1200px){.xl\:pad-21{padding:calc(3.36rem + 14.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-21{padding:21rem}}@media only screen and (min-width:1200px){.xl\:pad-22{padding:calc(3.46rem + 15.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-22{padding:22rem}}@media only screen and (min-width:1200px){.xl\:pad-23{padding:calc(3.56rem + 16.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-23{padding:23rem}}@media only screen and (min-width:1200px){.xl\:pad-24{padding:calc(3.66rem + 16.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-24{padding:24rem}}@media only screen and (min-width:1200px){.xl\:pad-25{padding:calc(3.76rem + 17.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-25{padding:25rem}}@media only screen and (min-width:1200px){.xl\:pad-26{padding:calc(3.86rem + 18.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-26{padding:26rem}}@media only screen and (min-width:1200px){.xl\:pad-27{padding:calc(3.96rem + 19.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-27{padding:27rem}}@media only screen and (min-width:1200px){.xl\:pad-28{padding:calc(4.06rem + 19.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-28{padding:28rem}}@media only screen and (min-width:1200px){.xl\:pad-29{padding:calc(4.16rem + 20.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-29{padding:29rem}}@media only screen and (min-width:1200px){.xl\:pad-30{padding:calc(4.26rem + 21.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-30{padding:30rem}}@media only screen and (min-width:1200px){.xl\:pad-40{padding:calc(5.26rem + 28.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-40{padding:40rem}}.pad-b-0{padding-bottom:0}.pad-b-0-imp{padding-bottom:0!important}.pad-b-1{padding-bottom:1rem}.pad-b-2{padding-bottom:calc(1.46rem + .45vw)}@media (min-width:1200px){.pad-b-2{padding-bottom:2rem}}.pad-b-3{padding-bottom:calc(1.56rem + 1.2vw)}@media (min-width:1200px){.pad-b-3{padding-bottom:3rem}}.pad-b-4{padding-bottom:calc(1.66rem + 1.95vw)}@media (min-width:1200px){.pad-b-4{padding-bottom:4rem}}.pad-b-5{padding-bottom:calc(1.76rem + 2.7vw)}@media (min-width:1200px){.pad-b-5{padding-bottom:5rem}}.pad-b-6{padding-bottom:calc(1.86rem + 3.45vw)}@media (min-width:1200px){.pad-b-6{padding-bottom:6rem}}.pad-b-7{padding-bottom:calc(1.96rem + 4.2vw)}@media (min-width:1200px){.pad-b-7{padding-bottom:7rem}}.pad-b-8{padding-bottom:calc(2.06rem + 4.95vw)}@media (min-width:1200px){.pad-b-8{padding-bottom:8rem}}.pad-b-9{padding-bottom:calc(2.16rem + 5.7vw)}@media (min-width:1200px){.pad-b-9{padding-bottom:9rem}}.pad-b-10{padding-bottom:calc(2.26rem + 6.45vw)}@media (min-width:1200px){.pad-b-10{padding-bottom:10rem}}.pad-b-11{padding-bottom:calc(2.36rem + 7.2vw)}@media (min-width:1200px){.pad-b-11{padding-bottom:11rem}}.pad-b-12{padding-bottom:calc(2.46rem + 7.95vw)}@media (min-width:1200px){.pad-b-12{padding-bottom:12rem}}.pad-b-13{padding-bottom:calc(2.56rem + 8.7vw)}@media (min-width:1200px){.pad-b-13{padding-bottom:13rem}}.pad-b-14{padding-bottom:calc(2.66rem + 9.45vw)}@media (min-width:1200px){.pad-b-14{padding-bottom:14rem}}.pad-b-15{padding-bottom:calc(2.76rem + 10.2vw)}@media (min-width:1200px){.pad-b-15{padding-bottom:15rem}}.pad-b-16{padding-bottom:calc(2.86rem + 10.95vw)}@media (min-width:1200px){.pad-b-16{padding-bottom:16rem}}.pad-b-17{padding-bottom:calc(2.96rem + 11.7vw)}@media (min-width:1200px){.pad-b-17{padding-bottom:17rem}}.pad-b-18{padding-bottom:calc(3.06rem + 12.45vw)}@media (min-width:1200px){.pad-b-18{padding-bottom:18rem}}.pad-b-19{padding-bottom:calc(3.16rem + 13.2vw)}@media (min-width:1200px){.pad-b-19{padding-bottom:19rem}}.pad-b-20{padding-bottom:calc(3.26rem + 13.95vw)}@media (min-width:1200px){.pad-b-20{padding-bottom:20rem}}.pad-b-21{padding-bottom:calc(3.36rem + 14.7vw)}@media (min-width:1200px){.pad-b-21{padding-bottom:21rem}}.pad-b-22{padding-bottom:calc(3.46rem + 15.45vw)}@media (min-width:1200px){.pad-b-22{padding-bottom:22rem}}.pad-b-23{padding-bottom:calc(3.56rem + 16.2vw)}@media (min-width:1200px){.pad-b-23{padding-bottom:23rem}}.pad-b-24{padding-bottom:calc(3.66rem + 16.95vw)}@media (min-width:1200px){.pad-b-24{padding-bottom:24rem}}.pad-b-25{padding-bottom:calc(3.76rem + 17.7vw)}@media (min-width:1200px){.pad-b-25{padding-bottom:25rem}}.pad-b-26{padding-bottom:calc(3.86rem + 18.45vw)}@media (min-width:1200px){.pad-b-26{padding-bottom:26rem}}.pad-b-27{padding-bottom:calc(3.96rem + 19.2vw)}@media (min-width:1200px){.pad-b-27{padding-bottom:27rem}}.pad-b-28{padding-bottom:calc(4.06rem + 19.95vw)}@media (min-width:1200px){.pad-b-28{padding-bottom:28rem}}.pad-b-29{padding-bottom:calc(4.16rem + 20.7vw)}@media (min-width:1200px){.pad-b-29{padding-bottom:29rem}}.pad-b-30{padding-bottom:calc(4.26rem + 21.45vw)}@media (min-width:1200px){.pad-b-30{padding-bottom:30rem}}.pad-b-40{padding-bottom:calc(5.26rem + 28.95vw)}@media (min-width:1200px){.pad-b-40{padding-bottom:40rem}}@media only screen and (min-width:576px){.sm\:pad-b-0{padding-bottom:0}.sm\:pad-b-0-imp{padding-bottom:0!important}.sm\:pad-b-1{padding-bottom:1rem}.sm\:pad-b-2{padding-bottom:calc(1.46rem + .45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-b-2{padding-bottom:2rem}}@media only screen and (min-width:576px){.sm\:pad-b-3{padding-bottom:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-b-3{padding-bottom:3rem}}@media only screen and (min-width:576px){.sm\:pad-b-4{padding-bottom:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-b-4{padding-bottom:4rem}}@media only screen and (min-width:576px){.sm\:pad-b-5{padding-bottom:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-b-5{padding-bottom:5rem}}@media only screen and (min-width:576px){.sm\:pad-b-6{padding-bottom:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-b-6{padding-bottom:6rem}}@media only screen and (min-width:576px){.sm\:pad-b-7{padding-bottom:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-b-7{padding-bottom:7rem}}@media only screen and (min-width:576px){.sm\:pad-b-8{padding-bottom:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-b-8{padding-bottom:8rem}}@media only screen and (min-width:576px){.sm\:pad-b-9{padding-bottom:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-b-9{padding-bottom:9rem}}@media only screen and (min-width:576px){.sm\:pad-b-10{padding-bottom:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-b-10{padding-bottom:10rem}}@media only screen and (min-width:576px){.sm\:pad-b-11{padding-bottom:calc(2.36rem + 7.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-b-11{padding-bottom:11rem}}@media only screen and (min-width:576px){.sm\:pad-b-12{padding-bottom:calc(2.46rem + 7.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-b-12{padding-bottom:12rem}}@media only screen and (min-width:576px){.sm\:pad-b-13{padding-bottom:calc(2.56rem + 8.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-b-13{padding-bottom:13rem}}@media only screen and (min-width:576px){.sm\:pad-b-14{padding-bottom:calc(2.66rem + 9.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-b-14{padding-bottom:14rem}}@media only screen and (min-width:576px){.sm\:pad-b-15{padding-bottom:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-b-15{padding-bottom:15rem}}@media only screen and (min-width:576px){.sm\:pad-b-16{padding-bottom:calc(2.86rem + 10.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-b-16{padding-bottom:16rem}}@media only screen and (min-width:576px){.sm\:pad-b-17{padding-bottom:calc(2.96rem + 11.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-b-17{padding-bottom:17rem}}@media only screen and (min-width:576px){.sm\:pad-b-18{padding-bottom:calc(3.06rem + 12.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-b-18{padding-bottom:18rem}}@media only screen and (min-width:576px){.sm\:pad-b-19{padding-bottom:calc(3.16rem + 13.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-b-19{padding-bottom:19rem}}@media only screen and (min-width:576px){.sm\:pad-b-20{padding-bottom:calc(3.26rem + 13.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-b-20{padding-bottom:20rem}}@media only screen and (min-width:576px){.sm\:pad-b-21{padding-bottom:calc(3.36rem + 14.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-b-21{padding-bottom:21rem}}@media only screen and (min-width:576px){.sm\:pad-b-22{padding-bottom:calc(3.46rem + 15.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-b-22{padding-bottom:22rem}}@media only screen and (min-width:576px){.sm\:pad-b-23{padding-bottom:calc(3.56rem + 16.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-b-23{padding-bottom:23rem}}@media only screen and (min-width:576px){.sm\:pad-b-24{padding-bottom:calc(3.66rem + 16.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-b-24{padding-bottom:24rem}}@media only screen and (min-width:576px){.sm\:pad-b-25{padding-bottom:calc(3.76rem + 17.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-b-25{padding-bottom:25rem}}@media only screen and (min-width:576px){.sm\:pad-b-26{padding-bottom:calc(3.86rem + 18.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-b-26{padding-bottom:26rem}}@media only screen and (min-width:576px){.sm\:pad-b-27{padding-bottom:calc(3.96rem + 19.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-b-27{padding-bottom:27rem}}@media only screen and (min-width:576px){.sm\:pad-b-28{padding-bottom:calc(4.06rem + 19.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-b-28{padding-bottom:28rem}}@media only screen and (min-width:576px){.sm\:pad-b-29{padding-bottom:calc(4.16rem + 20.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-b-29{padding-bottom:29rem}}@media only screen and (min-width:576px){.sm\:pad-b-30{padding-bottom:calc(4.26rem + 21.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-b-30{padding-bottom:30rem}}@media only screen and (min-width:576px){.sm\:pad-b-40{padding-bottom:calc(5.26rem + 28.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-b-40{padding-bottom:40rem}}@media only screen and (min-width:768px){.md\:pad-b-0{padding-bottom:0}.md\:pad-b-0-imp{padding-bottom:0!important}.md\:pad-b-1{padding-bottom:1rem}.md\:pad-b-2{padding-bottom:calc(1.46rem + .45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-b-2{padding-bottom:2rem}}@media only screen and (min-width:768px){.md\:pad-b-3{padding-bottom:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-b-3{padding-bottom:3rem}}@media only screen and (min-width:768px){.md\:pad-b-4{padding-bottom:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-b-4{padding-bottom:4rem}}@media only screen and (min-width:768px){.md\:pad-b-5{padding-bottom:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-b-5{padding-bottom:5rem}}@media only screen and (min-width:768px){.md\:pad-b-6{padding-bottom:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-b-6{padding-bottom:6rem}}@media only screen and (min-width:768px){.md\:pad-b-7{padding-bottom:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-b-7{padding-bottom:7rem}}@media only screen and (min-width:768px){.md\:pad-b-8{padding-bottom:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-b-8{padding-bottom:8rem}}@media only screen and (min-width:768px){.md\:pad-b-9{padding-bottom:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-b-9{padding-bottom:9rem}}@media only screen and (min-width:768px){.md\:pad-b-10{padding-bottom:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-b-10{padding-bottom:10rem}}@media only screen and (min-width:768px){.md\:pad-b-11{padding-bottom:calc(2.36rem + 7.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-b-11{padding-bottom:11rem}}@media only screen and (min-width:768px){.md\:pad-b-12{padding-bottom:calc(2.46rem + 7.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-b-12{padding-bottom:12rem}}@media only screen and (min-width:768px){.md\:pad-b-13{padding-bottom:calc(2.56rem + 8.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-b-13{padding-bottom:13rem}}@media only screen and (min-width:768px){.md\:pad-b-14{padding-bottom:calc(2.66rem + 9.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-b-14{padding-bottom:14rem}}@media only screen and (min-width:768px){.md\:pad-b-15{padding-bottom:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-b-15{padding-bottom:15rem}}@media only screen and (min-width:768px){.md\:pad-b-16{padding-bottom:calc(2.86rem + 10.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-b-16{padding-bottom:16rem}}@media only screen and (min-width:768px){.md\:pad-b-17{padding-bottom:calc(2.96rem + 11.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-b-17{padding-bottom:17rem}}@media only screen and (min-width:768px){.md\:pad-b-18{padding-bottom:calc(3.06rem + 12.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-b-18{padding-bottom:18rem}}@media only screen and (min-width:768px){.md\:pad-b-19{padding-bottom:calc(3.16rem + 13.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-b-19{padding-bottom:19rem}}@media only screen and (min-width:768px){.md\:pad-b-20{padding-bottom:calc(3.26rem + 13.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-b-20{padding-bottom:20rem}}@media only screen and (min-width:768px){.md\:pad-b-21{padding-bottom:calc(3.36rem + 14.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-b-21{padding-bottom:21rem}}@media only screen and (min-width:768px){.md\:pad-b-22{padding-bottom:calc(3.46rem + 15.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-b-22{padding-bottom:22rem}}@media only screen and (min-width:768px){.md\:pad-b-23{padding-bottom:calc(3.56rem + 16.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-b-23{padding-bottom:23rem}}@media only screen and (min-width:768px){.md\:pad-b-24{padding-bottom:calc(3.66rem + 16.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-b-24{padding-bottom:24rem}}@media only screen and (min-width:768px){.md\:pad-b-25{padding-bottom:calc(3.76rem + 17.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-b-25{padding-bottom:25rem}}@media only screen and (min-width:768px){.md\:pad-b-26{padding-bottom:calc(3.86rem + 18.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-b-26{padding-bottom:26rem}}@media only screen and (min-width:768px){.md\:pad-b-27{padding-bottom:calc(3.96rem + 19.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-b-27{padding-bottom:27rem}}@media only screen and (min-width:768px){.md\:pad-b-28{padding-bottom:calc(4.06rem + 19.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-b-28{padding-bottom:28rem}}@media only screen and (min-width:768px){.md\:pad-b-29{padding-bottom:calc(4.16rem + 20.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-b-29{padding-bottom:29rem}}@media only screen and (min-width:768px){.md\:pad-b-30{padding-bottom:calc(4.26rem + 21.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-b-30{padding-bottom:30rem}}@media only screen and (min-width:768px){.md\:pad-b-40{padding-bottom:calc(5.26rem + 28.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-b-40{padding-bottom:40rem}}@media only screen and (min-width:992px){.lg\:pad-b-0{padding-bottom:0}.lg\:pad-b-0-imp{padding-bottom:0!important}.lg\:pad-b-1{padding-bottom:1rem}.lg\:pad-b-2{padding-bottom:calc(1.46rem + .45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-b-2{padding-bottom:2rem}}@media only screen and (min-width:992px){.lg\:pad-b-3{padding-bottom:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-b-3{padding-bottom:3rem}}@media only screen and (min-width:992px){.lg\:pad-b-4{padding-bottom:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-b-4{padding-bottom:4rem}}@media only screen and (min-width:992px){.lg\:pad-b-5{padding-bottom:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-b-5{padding-bottom:5rem}}@media only screen and (min-width:992px){.lg\:pad-b-6{padding-bottom:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-b-6{padding-bottom:6rem}}@media only screen and (min-width:992px){.lg\:pad-b-7{padding-bottom:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-b-7{padding-bottom:7rem}}@media only screen and (min-width:992px){.lg\:pad-b-8{padding-bottom:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-b-8{padding-bottom:8rem}}@media only screen and (min-width:992px){.lg\:pad-b-9{padding-bottom:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-b-9{padding-bottom:9rem}}@media only screen and (min-width:992px){.lg\:pad-b-10{padding-bottom:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-b-10{padding-bottom:10rem}}@media only screen and (min-width:992px){.lg\:pad-b-11{padding-bottom:calc(2.36rem + 7.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-b-11{padding-bottom:11rem}}@media only screen and (min-width:992px){.lg\:pad-b-12{padding-bottom:calc(2.46rem + 7.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-b-12{padding-bottom:12rem}}@media only screen and (min-width:992px){.lg\:pad-b-13{padding-bottom:calc(2.56rem + 8.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-b-13{padding-bottom:13rem}}@media only screen and (min-width:992px){.lg\:pad-b-14{padding-bottom:calc(2.66rem + 9.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-b-14{padding-bottom:14rem}}@media only screen and (min-width:992px){.lg\:pad-b-15{padding-bottom:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-b-15{padding-bottom:15rem}}@media only screen and (min-width:992px){.lg\:pad-b-16{padding-bottom:calc(2.86rem + 10.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-b-16{padding-bottom:16rem}}@media only screen and (min-width:992px){.lg\:pad-b-17{padding-bottom:calc(2.96rem + 11.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-b-17{padding-bottom:17rem}}@media only screen and (min-width:992px){.lg\:pad-b-18{padding-bottom:calc(3.06rem + 12.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-b-18{padding-bottom:18rem}}@media only screen and (min-width:992px){.lg\:pad-b-19{padding-bottom:calc(3.16rem + 13.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-b-19{padding-bottom:19rem}}@media only screen and (min-width:992px){.lg\:pad-b-20{padding-bottom:calc(3.26rem + 13.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-b-20{padding-bottom:20rem}}@media only screen and (min-width:992px){.lg\:pad-b-21{padding-bottom:calc(3.36rem + 14.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-b-21{padding-bottom:21rem}}@media only screen and (min-width:992px){.lg\:pad-b-22{padding-bottom:calc(3.46rem + 15.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-b-22{padding-bottom:22rem}}@media only screen and (min-width:992px){.lg\:pad-b-23{padding-bottom:calc(3.56rem + 16.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-b-23{padding-bottom:23rem}}@media only screen and (min-width:992px){.lg\:pad-b-24{padding-bottom:calc(3.66rem + 16.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-b-24{padding-bottom:24rem}}@media only screen and (min-width:992px){.lg\:pad-b-25{padding-bottom:calc(3.76rem + 17.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-b-25{padding-bottom:25rem}}@media only screen and (min-width:992px){.lg\:pad-b-26{padding-bottom:calc(3.86rem + 18.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-b-26{padding-bottom:26rem}}@media only screen and (min-width:992px){.lg\:pad-b-27{padding-bottom:calc(3.96rem + 19.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-b-27{padding-bottom:27rem}}@media only screen and (min-width:992px){.lg\:pad-b-28{padding-bottom:calc(4.06rem + 19.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-b-28{padding-bottom:28rem}}@media only screen and (min-width:992px){.lg\:pad-b-29{padding-bottom:calc(4.16rem + 20.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-b-29{padding-bottom:29rem}}@media only screen and (min-width:992px){.lg\:pad-b-30{padding-bottom:calc(4.26rem + 21.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-b-30{padding-bottom:30rem}}@media only screen and (min-width:992px){.lg\:pad-b-40{padding-bottom:calc(5.26rem + 28.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-b-40{padding-bottom:40rem}}@media only screen and (min-width:1200px){.xl\:pad-b-0{padding-bottom:0}.xl\:pad-b-0-imp{padding-bottom:0!important}.xl\:pad-b-1{padding-bottom:1rem}.xl\:pad-b-2{padding-bottom:calc(1.46rem + .45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-b-2{padding-bottom:2rem}}@media only screen and (min-width:1200px){.xl\:pad-b-3{padding-bottom:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-b-3{padding-bottom:3rem}}@media only screen and (min-width:1200px){.xl\:pad-b-4{padding-bottom:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-b-4{padding-bottom:4rem}}@media only screen and (min-width:1200px){.xl\:pad-b-5{padding-bottom:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-b-5{padding-bottom:5rem}}@media only screen and (min-width:1200px){.xl\:pad-b-6{padding-bottom:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-b-6{padding-bottom:6rem}}@media only screen and (min-width:1200px){.xl\:pad-b-7{padding-bottom:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-b-7{padding-bottom:7rem}}@media only screen and (min-width:1200px){.xl\:pad-b-8{padding-bottom:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-b-8{padding-bottom:8rem}}@media only screen and (min-width:1200px){.xl\:pad-b-9{padding-bottom:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-b-9{padding-bottom:9rem}}@media only screen and (min-width:1200px){.xl\:pad-b-10{padding-bottom:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-b-10{padding-bottom:10rem}}@media only screen and (min-width:1200px){.xl\:pad-b-11{padding-bottom:calc(2.36rem + 7.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-b-11{padding-bottom:11rem}}@media only screen and (min-width:1200px){.xl\:pad-b-12{padding-bottom:calc(2.46rem + 7.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-b-12{padding-bottom:12rem}}@media only screen and (min-width:1200px){.xl\:pad-b-13{padding-bottom:calc(2.56rem + 8.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-b-13{padding-bottom:13rem}}@media only screen and (min-width:1200px){.xl\:pad-b-14{padding-bottom:calc(2.66rem + 9.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-b-14{padding-bottom:14rem}}@media only screen and (min-width:1200px){.xl\:pad-b-15{padding-bottom:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-b-15{padding-bottom:15rem}}@media only screen and (min-width:1200px){.xl\:pad-b-16{padding-bottom:calc(2.86rem + 10.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-b-16{padding-bottom:16rem}}@media only screen and (min-width:1200px){.xl\:pad-b-17{padding-bottom:calc(2.96rem + 11.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-b-17{padding-bottom:17rem}}@media only screen and (min-width:1200px){.xl\:pad-b-18{padding-bottom:calc(3.06rem + 12.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-b-18{padding-bottom:18rem}}@media only screen and (min-width:1200px){.xl\:pad-b-19{padding-bottom:calc(3.16rem + 13.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-b-19{padding-bottom:19rem}}@media only screen and (min-width:1200px){.xl\:pad-b-20{padding-bottom:calc(3.26rem + 13.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-b-20{padding-bottom:20rem}}@media only screen and (min-width:1200px){.xl\:pad-b-21{padding-bottom:calc(3.36rem + 14.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-b-21{padding-bottom:21rem}}@media only screen and (min-width:1200px){.xl\:pad-b-22{padding-bottom:calc(3.46rem + 15.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-b-22{padding-bottom:22rem}}@media only screen and (min-width:1200px){.xl\:pad-b-23{padding-bottom:calc(3.56rem + 16.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-b-23{padding-bottom:23rem}}@media only screen and (min-width:1200px){.xl\:pad-b-24{padding-bottom:calc(3.66rem + 16.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-b-24{padding-bottom:24rem}}@media only screen and (min-width:1200px){.xl\:pad-b-25{padding-bottom:calc(3.76rem + 17.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-b-25{padding-bottom:25rem}}@media only screen and (min-width:1200px){.xl\:pad-b-26{padding-bottom:calc(3.86rem + 18.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-b-26{padding-bottom:26rem}}@media only screen and (min-width:1200px){.xl\:pad-b-27{padding-bottom:calc(3.96rem + 19.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-b-27{padding-bottom:27rem}}@media only screen and (min-width:1200px){.xl\:pad-b-28{padding-bottom:calc(4.06rem + 19.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-b-28{padding-bottom:28rem}}@media only screen and (min-width:1200px){.xl\:pad-b-29{padding-bottom:calc(4.16rem + 20.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-b-29{padding-bottom:29rem}}@media only screen and (min-width:1200px){.xl\:pad-b-30{padding-bottom:calc(4.26rem + 21.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-b-30{padding-bottom:30rem}}@media only screen and (min-width:1200px){.xl\:pad-b-40{padding-bottom:calc(5.26rem + 28.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-b-40{padding-bottom:40rem}}.pad-l-0{padding-left:0}.pad-l-0-imp{padding-left:0!important}.pad-l-1{padding-left:1rem}.pad-l-2{padding-left:calc(1.46rem + .45vw)}@media (min-width:1200px){.pad-l-2{padding-left:2rem}}.pad-l-3{padding-left:calc(1.56rem + 1.2vw)}@media (min-width:1200px){.pad-l-3{padding-left:3rem}}.pad-l-4{padding-left:calc(1.66rem + 1.95vw)}@media (min-width:1200px){.pad-l-4{padding-left:4rem}}.pad-l-5{padding-left:calc(1.76rem + 2.7vw)}@media (min-width:1200px){.pad-l-5{padding-left:5rem}}.pad-l-6{padding-left:calc(1.86rem + 3.45vw)}@media (min-width:1200px){.pad-l-6{padding-left:6rem}}.pad-l-7{padding-left:calc(1.96rem + 4.2vw)}@media (min-width:1200px){.pad-l-7{padding-left:7rem}}.pad-l-8{padding-left:calc(2.06rem + 4.95vw)}@media (min-width:1200px){.pad-l-8{padding-left:8rem}}.pad-l-9{padding-left:calc(2.16rem + 5.7vw)}@media (min-width:1200px){.pad-l-9{padding-left:9rem}}.pad-l-10{padding-left:calc(2.26rem + 6.45vw)}@media (min-width:1200px){.pad-l-10{padding-left:10rem}}.pad-l-11{padding-left:calc(2.36rem + 7.2vw)}@media (min-width:1200px){.pad-l-11{padding-left:11rem}}.pad-l-12{padding-left:calc(2.46rem + 7.95vw)}@media (min-width:1200px){.pad-l-12{padding-left:12rem}}.pad-l-13{padding-left:calc(2.56rem + 8.7vw)}@media (min-width:1200px){.pad-l-13{padding-left:13rem}}.pad-l-14{padding-left:calc(2.66rem + 9.45vw)}@media (min-width:1200px){.pad-l-14{padding-left:14rem}}.pad-l-15{padding-left:calc(2.76rem + 10.2vw)}@media (min-width:1200px){.pad-l-15{padding-left:15rem}}.pad-l-16{padding-left:calc(2.86rem + 10.95vw)}@media (min-width:1200px){.pad-l-16{padding-left:16rem}}.pad-l-17{padding-left:calc(2.96rem + 11.7vw)}@media (min-width:1200px){.pad-l-17{padding-left:17rem}}.pad-l-18{padding-left:calc(3.06rem + 12.45vw)}@media (min-width:1200px){.pad-l-18{padding-left:18rem}}.pad-l-19{padding-left:calc(3.16rem + 13.2vw)}@media (min-width:1200px){.pad-l-19{padding-left:19rem}}.pad-l-20{padding-left:calc(3.26rem + 13.95vw)}@media (min-width:1200px){.pad-l-20{padding-left:20rem}}.pad-l-21{padding-left:calc(3.36rem + 14.7vw)}@media (min-width:1200px){.pad-l-21{padding-left:21rem}}.pad-l-22{padding-left:calc(3.46rem + 15.45vw)}@media (min-width:1200px){.pad-l-22{padding-left:22rem}}.pad-l-23{padding-left:calc(3.56rem + 16.2vw)}@media (min-width:1200px){.pad-l-23{padding-left:23rem}}.pad-l-24{padding-left:calc(3.66rem + 16.95vw)}@media (min-width:1200px){.pad-l-24{padding-left:24rem}}.pad-l-25{padding-left:calc(3.76rem + 17.7vw)}@media (min-width:1200px){.pad-l-25{padding-left:25rem}}.pad-l-26{padding-left:calc(3.86rem + 18.45vw)}@media (min-width:1200px){.pad-l-26{padding-left:26rem}}.pad-l-27{padding-left:calc(3.96rem + 19.2vw)}@media (min-width:1200px){.pad-l-27{padding-left:27rem}}.pad-l-28{padding-left:calc(4.06rem + 19.95vw)}@media (min-width:1200px){.pad-l-28{padding-left:28rem}}.pad-l-29{padding-left:calc(4.16rem + 20.7vw)}@media (min-width:1200px){.pad-l-29{padding-left:29rem}}.pad-l-30{padding-left:calc(4.26rem + 21.45vw)}@media (min-width:1200px){.pad-l-30{padding-left:30rem}}.pad-l-40{padding-left:calc(5.26rem + 28.95vw)}@media (min-width:1200px){.pad-l-40{padding-left:40rem}}@media only screen and (min-width:576px){.sm\:pad-l-0{padding-left:0}.sm\:pad-l-0-imp{padding-left:0!important}.sm\:pad-l-1{padding-left:1rem}.sm\:pad-l-2{padding-left:calc(1.46rem + .45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-l-2{padding-left:2rem}}@media only screen and (min-width:576px){.sm\:pad-l-3{padding-left:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-l-3{padding-left:3rem}}@media only screen and (min-width:576px){.sm\:pad-l-4{padding-left:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-l-4{padding-left:4rem}}@media only screen and (min-width:576px){.sm\:pad-l-5{padding-left:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-l-5{padding-left:5rem}}@media only screen and (min-width:576px){.sm\:pad-l-6{padding-left:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-l-6{padding-left:6rem}}@media only screen and (min-width:576px){.sm\:pad-l-7{padding-left:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-l-7{padding-left:7rem}}@media only screen and (min-width:576px){.sm\:pad-l-8{padding-left:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-l-8{padding-left:8rem}}@media only screen and (min-width:576px){.sm\:pad-l-9{padding-left:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-l-9{padding-left:9rem}}@media only screen and (min-width:576px){.sm\:pad-l-10{padding-left:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-l-10{padding-left:10rem}}@media only screen and (min-width:576px){.sm\:pad-l-11{padding-left:calc(2.36rem + 7.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-l-11{padding-left:11rem}}@media only screen and (min-width:576px){.sm\:pad-l-12{padding-left:calc(2.46rem + 7.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-l-12{padding-left:12rem}}@media only screen and (min-width:576px){.sm\:pad-l-13{padding-left:calc(2.56rem + 8.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-l-13{padding-left:13rem}}@media only screen and (min-width:576px){.sm\:pad-l-14{padding-left:calc(2.66rem + 9.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-l-14{padding-left:14rem}}@media only screen and (min-width:576px){.sm\:pad-l-15{padding-left:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-l-15{padding-left:15rem}}@media only screen and (min-width:576px){.sm\:pad-l-16{padding-left:calc(2.86rem + 10.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-l-16{padding-left:16rem}}@media only screen and (min-width:576px){.sm\:pad-l-17{padding-left:calc(2.96rem + 11.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-l-17{padding-left:17rem}}@media only screen and (min-width:576px){.sm\:pad-l-18{padding-left:calc(3.06rem + 12.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-l-18{padding-left:18rem}}@media only screen and (min-width:576px){.sm\:pad-l-19{padding-left:calc(3.16rem + 13.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-l-19{padding-left:19rem}}@media only screen and (min-width:576px){.sm\:pad-l-20{padding-left:calc(3.26rem + 13.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-l-20{padding-left:20rem}}@media only screen and (min-width:576px){.sm\:pad-l-21{padding-left:calc(3.36rem + 14.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-l-21{padding-left:21rem}}@media only screen and (min-width:576px){.sm\:pad-l-22{padding-left:calc(3.46rem + 15.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-l-22{padding-left:22rem}}@media only screen and (min-width:576px){.sm\:pad-l-23{padding-left:calc(3.56rem + 16.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-l-23{padding-left:23rem}}@media only screen and (min-width:576px){.sm\:pad-l-24{padding-left:calc(3.66rem + 16.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-l-24{padding-left:24rem}}@media only screen and (min-width:576px){.sm\:pad-l-25{padding-left:calc(3.76rem + 17.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-l-25{padding-left:25rem}}@media only screen and (min-width:576px){.sm\:pad-l-26{padding-left:calc(3.86rem + 18.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-l-26{padding-left:26rem}}@media only screen and (min-width:576px){.sm\:pad-l-27{padding-left:calc(3.96rem + 19.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-l-27{padding-left:27rem}}@media only screen and (min-width:576px){.sm\:pad-l-28{padding-left:calc(4.06rem + 19.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-l-28{padding-left:28rem}}@media only screen and (min-width:576px){.sm\:pad-l-29{padding-left:calc(4.16rem + 20.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-l-29{padding-left:29rem}}@media only screen and (min-width:576px){.sm\:pad-l-30{padding-left:calc(4.26rem + 21.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-l-30{padding-left:30rem}}@media only screen and (min-width:576px){.sm\:pad-l-40{padding-left:calc(5.26rem + 28.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-l-40{padding-left:40rem}}@media only screen and (min-width:768px){.md\:pad-l-0{padding-left:0}.md\:pad-l-0-imp{padding-left:0!important}.md\:pad-l-1{padding-left:1rem}.md\:pad-l-2{padding-left:calc(1.46rem + .45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-l-2{padding-left:2rem}}@media only screen and (min-width:768px){.md\:pad-l-3{padding-left:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-l-3{padding-left:3rem}}@media only screen and (min-width:768px){.md\:pad-l-4{padding-left:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-l-4{padding-left:4rem}}@media only screen and (min-width:768px){.md\:pad-l-5{padding-left:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-l-5{padding-left:5rem}}@media only screen and (min-width:768px){.md\:pad-l-6{padding-left:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-l-6{padding-left:6rem}}@media only screen and (min-width:768px){.md\:pad-l-7{padding-left:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-l-7{padding-left:7rem}}@media only screen and (min-width:768px){.md\:pad-l-8{padding-left:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-l-8{padding-left:8rem}}@media only screen and (min-width:768px){.md\:pad-l-9{padding-left:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-l-9{padding-left:9rem}}@media only screen and (min-width:768px){.md\:pad-l-10{padding-left:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-l-10{padding-left:10rem}}@media only screen and (min-width:768px){.md\:pad-l-11{padding-left:calc(2.36rem + 7.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-l-11{padding-left:11rem}}@media only screen and (min-width:768px){.md\:pad-l-12{padding-left:calc(2.46rem + 7.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-l-12{padding-left:12rem}}@media only screen and (min-width:768px){.md\:pad-l-13{padding-left:calc(2.56rem + 8.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-l-13{padding-left:13rem}}@media only screen and (min-width:768px){.md\:pad-l-14{padding-left:calc(2.66rem + 9.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-l-14{padding-left:14rem}}@media only screen and (min-width:768px){.md\:pad-l-15{padding-left:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-l-15{padding-left:15rem}}@media only screen and (min-width:768px){.md\:pad-l-16{padding-left:calc(2.86rem + 10.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-l-16{padding-left:16rem}}@media only screen and (min-width:768px){.md\:pad-l-17{padding-left:calc(2.96rem + 11.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-l-17{padding-left:17rem}}@media only screen and (min-width:768px){.md\:pad-l-18{padding-left:calc(3.06rem + 12.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-l-18{padding-left:18rem}}@media only screen and (min-width:768px){.md\:pad-l-19{padding-left:calc(3.16rem + 13.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-l-19{padding-left:19rem}}@media only screen and (min-width:768px){.md\:pad-l-20{padding-left:calc(3.26rem + 13.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-l-20{padding-left:20rem}}@media only screen and (min-width:768px){.md\:pad-l-21{padding-left:calc(3.36rem + 14.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-l-21{padding-left:21rem}}@media only screen and (min-width:768px){.md\:pad-l-22{padding-left:calc(3.46rem + 15.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-l-22{padding-left:22rem}}@media only screen and (min-width:768px){.md\:pad-l-23{padding-left:calc(3.56rem + 16.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-l-23{padding-left:23rem}}@media only screen and (min-width:768px){.md\:pad-l-24{padding-left:calc(3.66rem + 16.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-l-24{padding-left:24rem}}@media only screen and (min-width:768px){.md\:pad-l-25{padding-left:calc(3.76rem + 17.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-l-25{padding-left:25rem}}@media only screen and (min-width:768px){.md\:pad-l-26{padding-left:calc(3.86rem + 18.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-l-26{padding-left:26rem}}@media only screen and (min-width:768px){.md\:pad-l-27{padding-left:calc(3.96rem + 19.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-l-27{padding-left:27rem}}@media only screen and (min-width:768px){.md\:pad-l-28{padding-left:calc(4.06rem + 19.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-l-28{padding-left:28rem}}@media only screen and (min-width:768px){.md\:pad-l-29{padding-left:calc(4.16rem + 20.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-l-29{padding-left:29rem}}@media only screen and (min-width:768px){.md\:pad-l-30{padding-left:calc(4.26rem + 21.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-l-30{padding-left:30rem}}@media only screen and (min-width:768px){.md\:pad-l-40{padding-left:calc(5.26rem + 28.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-l-40{padding-left:40rem}}@media only screen and (min-width:992px){.lg\:pad-l-0{padding-left:0}.lg\:pad-l-0-imp{padding-left:0!important}.lg\:pad-l-1{padding-left:1rem}.lg\:pad-l-2{padding-left:calc(1.46rem + .45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-l-2{padding-left:2rem}}@media only screen and (min-width:992px){.lg\:pad-l-3{padding-left:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-l-3{padding-left:3rem}}@media only screen and (min-width:992px){.lg\:pad-l-4{padding-left:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-l-4{padding-left:4rem}}@media only screen and (min-width:992px){.lg\:pad-l-5{padding-left:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-l-5{padding-left:5rem}}@media only screen and (min-width:992px){.lg\:pad-l-6{padding-left:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-l-6{padding-left:6rem}}@media only screen and (min-width:992px){.lg\:pad-l-7{padding-left:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-l-7{padding-left:7rem}}@media only screen and (min-width:992px){.lg\:pad-l-8{padding-left:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-l-8{padding-left:8rem}}@media only screen and (min-width:992px){.lg\:pad-l-9{padding-left:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-l-9{padding-left:9rem}}@media only screen and (min-width:992px){.lg\:pad-l-10{padding-left:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-l-10{padding-left:10rem}}@media only screen and (min-width:992px){.lg\:pad-l-11{padding-left:calc(2.36rem + 7.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-l-11{padding-left:11rem}}@media only screen and (min-width:992px){.lg\:pad-l-12{padding-left:calc(2.46rem + 7.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-l-12{padding-left:12rem}}@media only screen and (min-width:992px){.lg\:pad-l-13{padding-left:calc(2.56rem + 8.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-l-13{padding-left:13rem}}@media only screen and (min-width:992px){.lg\:pad-l-14{padding-left:calc(2.66rem + 9.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-l-14{padding-left:14rem}}@media only screen and (min-width:992px){.lg\:pad-l-15{padding-left:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-l-15{padding-left:15rem}}@media only screen and (min-width:992px){.lg\:pad-l-16{padding-left:calc(2.86rem + 10.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-l-16{padding-left:16rem}}@media only screen and (min-width:992px){.lg\:pad-l-17{padding-left:calc(2.96rem + 11.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-l-17{padding-left:17rem}}@media only screen and (min-width:992px){.lg\:pad-l-18{padding-left:calc(3.06rem + 12.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-l-18{padding-left:18rem}}@media only screen and (min-width:992px){.lg\:pad-l-19{padding-left:calc(3.16rem + 13.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-l-19{padding-left:19rem}}@media only screen and (min-width:992px){.lg\:pad-l-20{padding-left:calc(3.26rem + 13.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-l-20{padding-left:20rem}}@media only screen and (min-width:992px){.lg\:pad-l-21{padding-left:calc(3.36rem + 14.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-l-21{padding-left:21rem}}@media only screen and (min-width:992px){.lg\:pad-l-22{padding-left:calc(3.46rem + 15.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-l-22{padding-left:22rem}}@media only screen and (min-width:992px){.lg\:pad-l-23{padding-left:calc(3.56rem + 16.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-l-23{padding-left:23rem}}@media only screen and (min-width:992px){.lg\:pad-l-24{padding-left:calc(3.66rem + 16.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-l-24{padding-left:24rem}}@media only screen and (min-width:992px){.lg\:pad-l-25{padding-left:calc(3.76rem + 17.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-l-25{padding-left:25rem}}@media only screen and (min-width:992px){.lg\:pad-l-26{padding-left:calc(3.86rem + 18.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-l-26{padding-left:26rem}}@media only screen and (min-width:992px){.lg\:pad-l-27{padding-left:calc(3.96rem + 19.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-l-27{padding-left:27rem}}@media only screen and (min-width:992px){.lg\:pad-l-28{padding-left:calc(4.06rem + 19.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-l-28{padding-left:28rem}}@media only screen and (min-width:992px){.lg\:pad-l-29{padding-left:calc(4.16rem + 20.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-l-29{padding-left:29rem}}@media only screen and (min-width:992px){.lg\:pad-l-30{padding-left:calc(4.26rem + 21.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-l-30{padding-left:30rem}}@media only screen and (min-width:992px){.lg\:pad-l-40{padding-left:calc(5.26rem + 28.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-l-40{padding-left:40rem}}@media only screen and (min-width:1200px){.xl\:pad-l-0{padding-left:0}.xl\:pad-l-0-imp{padding-left:0!important}.xl\:pad-l-1{padding-left:1rem}.xl\:pad-l-2{padding-left:calc(1.46rem + .45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-l-2{padding-left:2rem}}@media only screen and (min-width:1200px){.xl\:pad-l-3{padding-left:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-l-3{padding-left:3rem}}@media only screen and (min-width:1200px){.xl\:pad-l-4{padding-left:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-l-4{padding-left:4rem}}@media only screen and (min-width:1200px){.xl\:pad-l-5{padding-left:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-l-5{padding-left:5rem}}@media only screen and (min-width:1200px){.xl\:pad-l-6{padding-left:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-l-6{padding-left:6rem}}@media only screen and (min-width:1200px){.xl\:pad-l-7{padding-left:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-l-7{padding-left:7rem}}@media only screen and (min-width:1200px){.xl\:pad-l-8{padding-left:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-l-8{padding-left:8rem}}@media only screen and (min-width:1200px){.xl\:pad-l-9{padding-left:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-l-9{padding-left:9rem}}@media only screen and (min-width:1200px){.xl\:pad-l-10{padding-left:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-l-10{padding-left:10rem}}@media only screen and (min-width:1200px){.xl\:pad-l-11{padding-left:calc(2.36rem + 7.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-l-11{padding-left:11rem}}@media only screen and (min-width:1200px){.xl\:pad-l-12{padding-left:calc(2.46rem + 7.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-l-12{padding-left:12rem}}@media only screen and (min-width:1200px){.xl\:pad-l-13{padding-left:calc(2.56rem + 8.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-l-13{padding-left:13rem}}@media only screen and (min-width:1200px){.xl\:pad-l-14{padding-left:calc(2.66rem + 9.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-l-14{padding-left:14rem}}@media only screen and (min-width:1200px){.xl\:pad-l-15{padding-left:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-l-15{padding-left:15rem}}@media only screen and (min-width:1200px){.xl\:pad-l-16{padding-left:calc(2.86rem + 10.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-l-16{padding-left:16rem}}@media only screen and (min-width:1200px){.xl\:pad-l-17{padding-left:calc(2.96rem + 11.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-l-17{padding-left:17rem}}@media only screen and (min-width:1200px){.xl\:pad-l-18{padding-left:calc(3.06rem + 12.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-l-18{padding-left:18rem}}@media only screen and (min-width:1200px){.xl\:pad-l-19{padding-left:calc(3.16rem + 13.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-l-19{padding-left:19rem}}@media only screen and (min-width:1200px){.xl\:pad-l-20{padding-left:calc(3.26rem + 13.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-l-20{padding-left:20rem}}@media only screen and (min-width:1200px){.xl\:pad-l-21{padding-left:calc(3.36rem + 14.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-l-21{padding-left:21rem}}@media only screen and (min-width:1200px){.xl\:pad-l-22{padding-left:calc(3.46rem + 15.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-l-22{padding-left:22rem}}@media only screen and (min-width:1200px){.xl\:pad-l-23{padding-left:calc(3.56rem + 16.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-l-23{padding-left:23rem}}@media only screen and (min-width:1200px){.xl\:pad-l-24{padding-left:calc(3.66rem + 16.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-l-24{padding-left:24rem}}@media only screen and (min-width:1200px){.xl\:pad-l-25{padding-left:calc(3.76rem + 17.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-l-25{padding-left:25rem}}@media only screen and (min-width:1200px){.xl\:pad-l-26{padding-left:calc(3.86rem + 18.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-l-26{padding-left:26rem}}@media only screen and (min-width:1200px){.xl\:pad-l-27{padding-left:calc(3.96rem + 19.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-l-27{padding-left:27rem}}@media only screen and (min-width:1200px){.xl\:pad-l-28{padding-left:calc(4.06rem + 19.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-l-28{padding-left:28rem}}@media only screen and (min-width:1200px){.xl\:pad-l-29{padding-left:calc(4.16rem + 20.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-l-29{padding-left:29rem}}@media only screen and (min-width:1200px){.xl\:pad-l-30{padding-left:calc(4.26rem + 21.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-l-30{padding-left:30rem}}@media only screen and (min-width:1200px){.xl\:pad-l-40{padding-left:calc(5.26rem + 28.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-l-40{padding-left:40rem}}.pad-r-0{padding-right:0}.pad-r-0-imp{padding-right:0!important}.pad-r-1{padding-right:1rem}.pad-r-2{padding-right:calc(1.46rem + .45vw)}@media (min-width:1200px){.pad-r-2{padding-right:2rem}}.pad-r-3{padding-right:calc(1.56rem + 1.2vw)}@media (min-width:1200px){.pad-r-3{padding-right:3rem}}.pad-r-4{padding-right:calc(1.66rem + 1.95vw)}@media (min-width:1200px){.pad-r-4{padding-right:4rem}}.pad-r-5{padding-right:calc(1.76rem + 2.7vw)}@media (min-width:1200px){.pad-r-5{padding-right:5rem}}.pad-r-6{padding-right:calc(1.86rem + 3.45vw)}@media (min-width:1200px){.pad-r-6{padding-right:6rem}}.pad-r-7{padding-right:calc(1.96rem + 4.2vw)}@media (min-width:1200px){.pad-r-7{padding-right:7rem}}.pad-r-8{padding-right:calc(2.06rem + 4.95vw)}@media (min-width:1200px){.pad-r-8{padding-right:8rem}}.pad-r-9{padding-right:calc(2.16rem + 5.7vw)}@media (min-width:1200px){.pad-r-9{padding-right:9rem}}.pad-r-10{padding-right:calc(2.26rem + 6.45vw)}@media (min-width:1200px){.pad-r-10{padding-right:10rem}}.pad-r-11{padding-right:calc(2.36rem + 7.2vw)}@media (min-width:1200px){.pad-r-11{padding-right:11rem}}.pad-r-12{padding-right:calc(2.46rem + 7.95vw)}@media (min-width:1200px){.pad-r-12{padding-right:12rem}}.pad-r-13{padding-right:calc(2.56rem + 8.7vw)}@media (min-width:1200px){.pad-r-13{padding-right:13rem}}.pad-r-14{padding-right:calc(2.66rem + 9.45vw)}@media (min-width:1200px){.pad-r-14{padding-right:14rem}}.pad-r-15{padding-right:calc(2.76rem + 10.2vw)}@media (min-width:1200px){.pad-r-15{padding-right:15rem}}.pad-r-16{padding-right:calc(2.86rem + 10.95vw)}@media (min-width:1200px){.pad-r-16{padding-right:16rem}}.pad-r-17{padding-right:calc(2.96rem + 11.7vw)}@media (min-width:1200px){.pad-r-17{padding-right:17rem}}.pad-r-18{padding-right:calc(3.06rem + 12.45vw)}@media (min-width:1200px){.pad-r-18{padding-right:18rem}}.pad-r-19{padding-right:calc(3.16rem + 13.2vw)}@media (min-width:1200px){.pad-r-19{padding-right:19rem}}.pad-r-20{padding-right:calc(3.26rem + 13.95vw)}@media (min-width:1200px){.pad-r-20{padding-right:20rem}}.pad-r-21{padding-right:calc(3.36rem + 14.7vw)}@media (min-width:1200px){.pad-r-21{padding-right:21rem}}.pad-r-22{padding-right:calc(3.46rem + 15.45vw)}@media (min-width:1200px){.pad-r-22{padding-right:22rem}}.pad-r-23{padding-right:calc(3.56rem + 16.2vw)}@media (min-width:1200px){.pad-r-23{padding-right:23rem}}.pad-r-24{padding-right:calc(3.66rem + 16.95vw)}@media (min-width:1200px){.pad-r-24{padding-right:24rem}}.pad-r-25{padding-right:calc(3.76rem + 17.7vw)}@media (min-width:1200px){.pad-r-25{padding-right:25rem}}.pad-r-26{padding-right:calc(3.86rem + 18.45vw)}@media (min-width:1200px){.pad-r-26{padding-right:26rem}}.pad-r-27{padding-right:calc(3.96rem + 19.2vw)}@media (min-width:1200px){.pad-r-27{padding-right:27rem}}.pad-r-28{padding-right:calc(4.06rem + 19.95vw)}@media (min-width:1200px){.pad-r-28{padding-right:28rem}}.pad-r-29{padding-right:calc(4.16rem + 20.7vw)}@media (min-width:1200px){.pad-r-29{padding-right:29rem}}.pad-r-30{padding-right:calc(4.26rem + 21.45vw)}@media (min-width:1200px){.pad-r-30{padding-right:30rem}}.pad-r-40{padding-right:calc(5.26rem + 28.95vw)}@media (min-width:1200px){.pad-r-40{padding-right:40rem}}@media only screen and (min-width:576px){.sm\:pad-r-0{padding-right:0}.sm\:pad-r-0-imp{padding-right:0!important}.sm\:pad-r-1{padding-right:1rem}.sm\:pad-r-2{padding-right:calc(1.46rem + .45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-r-2{padding-right:2rem}}@media only screen and (min-width:576px){.sm\:pad-r-3{padding-right:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-r-3{padding-right:3rem}}@media only screen and (min-width:576px){.sm\:pad-r-4{padding-right:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-r-4{padding-right:4rem}}@media only screen and (min-width:576px){.sm\:pad-r-5{padding-right:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-r-5{padding-right:5rem}}@media only screen and (min-width:576px){.sm\:pad-r-6{padding-right:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-r-6{padding-right:6rem}}@media only screen and (min-width:576px){.sm\:pad-r-7{padding-right:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-r-7{padding-right:7rem}}@media only screen and (min-width:576px){.sm\:pad-r-8{padding-right:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-r-8{padding-right:8rem}}@media only screen and (min-width:576px){.sm\:pad-r-9{padding-right:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-r-9{padding-right:9rem}}@media only screen and (min-width:576px){.sm\:pad-r-10{padding-right:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-r-10{padding-right:10rem}}@media only screen and (min-width:576px){.sm\:pad-r-11{padding-right:calc(2.36rem + 7.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-r-11{padding-right:11rem}}@media only screen and (min-width:576px){.sm\:pad-r-12{padding-right:calc(2.46rem + 7.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-r-12{padding-right:12rem}}@media only screen and (min-width:576px){.sm\:pad-r-13{padding-right:calc(2.56rem + 8.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-r-13{padding-right:13rem}}@media only screen and (min-width:576px){.sm\:pad-r-14{padding-right:calc(2.66rem + 9.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-r-14{padding-right:14rem}}@media only screen and (min-width:576px){.sm\:pad-r-15{padding-right:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-r-15{padding-right:15rem}}@media only screen and (min-width:576px){.sm\:pad-r-16{padding-right:calc(2.86rem + 10.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-r-16{padding-right:16rem}}@media only screen and (min-width:576px){.sm\:pad-r-17{padding-right:calc(2.96rem + 11.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-r-17{padding-right:17rem}}@media only screen and (min-width:576px){.sm\:pad-r-18{padding-right:calc(3.06rem + 12.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-r-18{padding-right:18rem}}@media only screen and (min-width:576px){.sm\:pad-r-19{padding-right:calc(3.16rem + 13.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-r-19{padding-right:19rem}}@media only screen and (min-width:576px){.sm\:pad-r-20{padding-right:calc(3.26rem + 13.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-r-20{padding-right:20rem}}@media only screen and (min-width:576px){.sm\:pad-r-21{padding-right:calc(3.36rem + 14.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-r-21{padding-right:21rem}}@media only screen and (min-width:576px){.sm\:pad-r-22{padding-right:calc(3.46rem + 15.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-r-22{padding-right:22rem}}@media only screen and (min-width:576px){.sm\:pad-r-23{padding-right:calc(3.56rem + 16.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-r-23{padding-right:23rem}}@media only screen and (min-width:576px){.sm\:pad-r-24{padding-right:calc(3.66rem + 16.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-r-24{padding-right:24rem}}@media only screen and (min-width:576px){.sm\:pad-r-25{padding-right:calc(3.76rem + 17.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-r-25{padding-right:25rem}}@media only screen and (min-width:576px){.sm\:pad-r-26{padding-right:calc(3.86rem + 18.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-r-26{padding-right:26rem}}@media only screen and (min-width:576px){.sm\:pad-r-27{padding-right:calc(3.96rem + 19.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-r-27{padding-right:27rem}}@media only screen and (min-width:576px){.sm\:pad-r-28{padding-right:calc(4.06rem + 19.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-r-28{padding-right:28rem}}@media only screen and (min-width:576px){.sm\:pad-r-29{padding-right:calc(4.16rem + 20.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-r-29{padding-right:29rem}}@media only screen and (min-width:576px){.sm\:pad-r-30{padding-right:calc(4.26rem + 21.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-r-30{padding-right:30rem}}@media only screen and (min-width:576px){.sm\:pad-r-40{padding-right:calc(5.26rem + 28.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-r-40{padding-right:40rem}}@media only screen and (min-width:768px){.md\:pad-r-0{padding-right:0}.md\:pad-r-0-imp{padding-right:0!important}.md\:pad-r-1{padding-right:1rem}.md\:pad-r-2{padding-right:calc(1.46rem + .45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-r-2{padding-right:2rem}}@media only screen and (min-width:768px){.md\:pad-r-3{padding-right:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-r-3{padding-right:3rem}}@media only screen and (min-width:768px){.md\:pad-r-4{padding-right:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-r-4{padding-right:4rem}}@media only screen and (min-width:768px){.md\:pad-r-5{padding-right:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-r-5{padding-right:5rem}}@media only screen and (min-width:768px){.md\:pad-r-6{padding-right:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-r-6{padding-right:6rem}}@media only screen and (min-width:768px){.md\:pad-r-7{padding-right:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-r-7{padding-right:7rem}}@media only screen and (min-width:768px){.md\:pad-r-8{padding-right:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-r-8{padding-right:8rem}}@media only screen and (min-width:768px){.md\:pad-r-9{padding-right:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-r-9{padding-right:9rem}}@media only screen and (min-width:768px){.md\:pad-r-10{padding-right:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-r-10{padding-right:10rem}}@media only screen and (min-width:768px){.md\:pad-r-11{padding-right:calc(2.36rem + 7.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-r-11{padding-right:11rem}}@media only screen and (min-width:768px){.md\:pad-r-12{padding-right:calc(2.46rem + 7.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-r-12{padding-right:12rem}}@media only screen and (min-width:768px){.md\:pad-r-13{padding-right:calc(2.56rem + 8.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-r-13{padding-right:13rem}}@media only screen and (min-width:768px){.md\:pad-r-14{padding-right:calc(2.66rem + 9.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-r-14{padding-right:14rem}}@media only screen and (min-width:768px){.md\:pad-r-15{padding-right:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-r-15{padding-right:15rem}}@media only screen and (min-width:768px){.md\:pad-r-16{padding-right:calc(2.86rem + 10.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-r-16{padding-right:16rem}}@media only screen and (min-width:768px){.md\:pad-r-17{padding-right:calc(2.96rem + 11.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-r-17{padding-right:17rem}}@media only screen and (min-width:768px){.md\:pad-r-18{padding-right:calc(3.06rem + 12.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-r-18{padding-right:18rem}}@media only screen and (min-width:768px){.md\:pad-r-19{padding-right:calc(3.16rem + 13.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-r-19{padding-right:19rem}}@media only screen and (min-width:768px){.md\:pad-r-20{padding-right:calc(3.26rem + 13.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-r-20{padding-right:20rem}}@media only screen and (min-width:768px){.md\:pad-r-21{padding-right:calc(3.36rem + 14.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-r-21{padding-right:21rem}}@media only screen and (min-width:768px){.md\:pad-r-22{padding-right:calc(3.46rem + 15.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-r-22{padding-right:22rem}}@media only screen and (min-width:768px){.md\:pad-r-23{padding-right:calc(3.56rem + 16.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-r-23{padding-right:23rem}}@media only screen and (min-width:768px){.md\:pad-r-24{padding-right:calc(3.66rem + 16.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-r-24{padding-right:24rem}}@media only screen and (min-width:768px){.md\:pad-r-25{padding-right:calc(3.76rem + 17.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-r-25{padding-right:25rem}}@media only screen and (min-width:768px){.md\:pad-r-26{padding-right:calc(3.86rem + 18.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-r-26{padding-right:26rem}}@media only screen and (min-width:768px){.md\:pad-r-27{padding-right:calc(3.96rem + 19.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-r-27{padding-right:27rem}}@media only screen and (min-width:768px){.md\:pad-r-28{padding-right:calc(4.06rem + 19.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-r-28{padding-right:28rem}}@media only screen and (min-width:768px){.md\:pad-r-29{padding-right:calc(4.16rem + 20.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-r-29{padding-right:29rem}}@media only screen and (min-width:768px){.md\:pad-r-30{padding-right:calc(4.26rem + 21.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-r-30{padding-right:30rem}}@media only screen and (min-width:768px){.md\:pad-r-40{padding-right:calc(5.26rem + 28.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-r-40{padding-right:40rem}}@media only screen and (min-width:992px){.lg\:pad-r-0{padding-right:0}.lg\:pad-r-0-imp{padding-right:0!important}.lg\:pad-r-1{padding-right:1rem}.lg\:pad-r-2{padding-right:calc(1.46rem + .45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-r-2{padding-right:2rem}}@media only screen and (min-width:992px){.lg\:pad-r-3{padding-right:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-r-3{padding-right:3rem}}@media only screen and (min-width:992px){.lg\:pad-r-4{padding-right:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-r-4{padding-right:4rem}}@media only screen and (min-width:992px){.lg\:pad-r-5{padding-right:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-r-5{padding-right:5rem}}@media only screen and (min-width:992px){.lg\:pad-r-6{padding-right:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-r-6{padding-right:6rem}}@media only screen and (min-width:992px){.lg\:pad-r-7{padding-right:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-r-7{padding-right:7rem}}@media only screen and (min-width:992px){.lg\:pad-r-8{padding-right:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-r-8{padding-right:8rem}}@media only screen and (min-width:992px){.lg\:pad-r-9{padding-right:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-r-9{padding-right:9rem}}@media only screen and (min-width:992px){.lg\:pad-r-10{padding-right:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-r-10{padding-right:10rem}}@media only screen and (min-width:992px){.lg\:pad-r-11{padding-right:calc(2.36rem + 7.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-r-11{padding-right:11rem}}@media only screen and (min-width:992px){.lg\:pad-r-12{padding-right:calc(2.46rem + 7.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-r-12{padding-right:12rem}}@media only screen and (min-width:992px){.lg\:pad-r-13{padding-right:calc(2.56rem + 8.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-r-13{padding-right:13rem}}@media only screen and (min-width:992px){.lg\:pad-r-14{padding-right:calc(2.66rem + 9.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-r-14{padding-right:14rem}}@media only screen and (min-width:992px){.lg\:pad-r-15{padding-right:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-r-15{padding-right:15rem}}@media only screen and (min-width:992px){.lg\:pad-r-16{padding-right:calc(2.86rem + 10.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-r-16{padding-right:16rem}}@media only screen and (min-width:992px){.lg\:pad-r-17{padding-right:calc(2.96rem + 11.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-r-17{padding-right:17rem}}@media only screen and (min-width:992px){.lg\:pad-r-18{padding-right:calc(3.06rem + 12.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-r-18{padding-right:18rem}}@media only screen and (min-width:992px){.lg\:pad-r-19{padding-right:calc(3.16rem + 13.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-r-19{padding-right:19rem}}@media only screen and (min-width:992px){.lg\:pad-r-20{padding-right:calc(3.26rem + 13.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-r-20{padding-right:20rem}}@media only screen and (min-width:992px){.lg\:pad-r-21{padding-right:calc(3.36rem + 14.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-r-21{padding-right:21rem}}@media only screen and (min-width:992px){.lg\:pad-r-22{padding-right:calc(3.46rem + 15.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-r-22{padding-right:22rem}}@media only screen and (min-width:992px){.lg\:pad-r-23{padding-right:calc(3.56rem + 16.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-r-23{padding-right:23rem}}@media only screen and (min-width:992px){.lg\:pad-r-24{padding-right:calc(3.66rem + 16.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-r-24{padding-right:24rem}}@media only screen and (min-width:992px){.lg\:pad-r-25{padding-right:calc(3.76rem + 17.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-r-25{padding-right:25rem}}@media only screen and (min-width:992px){.lg\:pad-r-26{padding-right:calc(3.86rem + 18.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-r-26{padding-right:26rem}}@media only screen and (min-width:992px){.lg\:pad-r-27{padding-right:calc(3.96rem + 19.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-r-27{padding-right:27rem}}@media only screen and (min-width:992px){.lg\:pad-r-28{padding-right:calc(4.06rem + 19.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-r-28{padding-right:28rem}}@media only screen and (min-width:992px){.lg\:pad-r-29{padding-right:calc(4.16rem + 20.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-r-29{padding-right:29rem}}@media only screen and (min-width:992px){.lg\:pad-r-30{padding-right:calc(4.26rem + 21.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-r-30{padding-right:30rem}}@media only screen and (min-width:992px){.lg\:pad-r-40{padding-right:calc(5.26rem + 28.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-r-40{padding-right:40rem}}@media only screen and (min-width:1200px){.xl\:pad-r-0{padding-right:0}.xl\:pad-r-0-imp{padding-right:0!important}.xl\:pad-r-1{padding-right:1rem}.xl\:pad-r-2{padding-right:calc(1.46rem + .45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-r-2{padding-right:2rem}}@media only screen and (min-width:1200px){.xl\:pad-r-3{padding-right:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-r-3{padding-right:3rem}}@media only screen and (min-width:1200px){.xl\:pad-r-4{padding-right:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-r-4{padding-right:4rem}}@media only screen and (min-width:1200px){.xl\:pad-r-5{padding-right:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-r-5{padding-right:5rem}}@media only screen and (min-width:1200px){.xl\:pad-r-6{padding-right:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-r-6{padding-right:6rem}}@media only screen and (min-width:1200px){.xl\:pad-r-7{padding-right:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-r-7{padding-right:7rem}}@media only screen and (min-width:1200px){.xl\:pad-r-8{padding-right:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-r-8{padding-right:8rem}}@media only screen and (min-width:1200px){.xl\:pad-r-9{padding-right:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-r-9{padding-right:9rem}}@media only screen and (min-width:1200px){.xl\:pad-r-10{padding-right:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-r-10{padding-right:10rem}}@media only screen and (min-width:1200px){.xl\:pad-r-11{padding-right:calc(2.36rem + 7.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-r-11{padding-right:11rem}}@media only screen and (min-width:1200px){.xl\:pad-r-12{padding-right:calc(2.46rem + 7.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-r-12{padding-right:12rem}}@media only screen and (min-width:1200px){.xl\:pad-r-13{padding-right:calc(2.56rem + 8.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-r-13{padding-right:13rem}}@media only screen and (min-width:1200px){.xl\:pad-r-14{padding-right:calc(2.66rem + 9.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-r-14{padding-right:14rem}}@media only screen and (min-width:1200px){.xl\:pad-r-15{padding-right:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-r-15{padding-right:15rem}}@media only screen and (min-width:1200px){.xl\:pad-r-16{padding-right:calc(2.86rem + 10.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-r-16{padding-right:16rem}}@media only screen and (min-width:1200px){.xl\:pad-r-17{padding-right:calc(2.96rem + 11.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-r-17{padding-right:17rem}}@media only screen and (min-width:1200px){.xl\:pad-r-18{padding-right:calc(3.06rem + 12.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-r-18{padding-right:18rem}}@media only screen and (min-width:1200px){.xl\:pad-r-19{padding-right:calc(3.16rem + 13.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-r-19{padding-right:19rem}}@media only screen and (min-width:1200px){.xl\:pad-r-20{padding-right:calc(3.26rem + 13.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-r-20{padding-right:20rem}}@media only screen and (min-width:1200px){.xl\:pad-r-21{padding-right:calc(3.36rem + 14.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-r-21{padding-right:21rem}}@media only screen and (min-width:1200px){.xl\:pad-r-22{padding-right:calc(3.46rem + 15.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-r-22{padding-right:22rem}}@media only screen and (min-width:1200px){.xl\:pad-r-23{padding-right:calc(3.56rem + 16.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-r-23{padding-right:23rem}}@media only screen and (min-width:1200px){.xl\:pad-r-24{padding-right:calc(3.66rem + 16.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-r-24{padding-right:24rem}}@media only screen and (min-width:1200px){.xl\:pad-r-25{padding-right:calc(3.76rem + 17.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-r-25{padding-right:25rem}}@media only screen and (min-width:1200px){.xl\:pad-r-26{padding-right:calc(3.86rem + 18.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-r-26{padding-right:26rem}}@media only screen and (min-width:1200px){.xl\:pad-r-27{padding-right:calc(3.96rem + 19.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-r-27{padding-right:27rem}}@media only screen and (min-width:1200px){.xl\:pad-r-28{padding-right:calc(4.06rem + 19.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-r-28{padding-right:28rem}}@media only screen and (min-width:1200px){.xl\:pad-r-29{padding-right:calc(4.16rem + 20.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-r-29{padding-right:29rem}}@media only screen and (min-width:1200px){.xl\:pad-r-30{padding-right:calc(4.26rem + 21.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-r-30{padding-right:30rem}}@media only screen and (min-width:1200px){.xl\:pad-r-40{padding-right:calc(5.26rem + 28.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-r-40{padding-right:40rem}}.pad-t-0{padding-top:0}.pad-t-0-imp{padding-top:0!important}.pad-t-1{padding-top:1rem}.pad-t-2{padding-top:calc(1.46rem + .45vw)}@media (min-width:1200px){.pad-t-2{padding-top:2rem}}.pad-t-3{padding-top:calc(1.56rem + 1.2vw)}@media (min-width:1200px){.pad-t-3{padding-top:3rem}}.pad-t-4{padding-top:calc(1.66rem + 1.95vw)}@media (min-width:1200px){.pad-t-4{padding-top:4rem}}.pad-t-5{padding-top:calc(1.76rem + 2.7vw)}@media (min-width:1200px){.pad-t-5{padding-top:5rem}}.pad-t-5-fixed{padding-top:5rem}.pad-t-6{padding-top:calc(1.86rem + 3.45vw)}@media (min-width:1200px){.pad-t-6{padding-top:6rem}}.pad-t-7{padding-top:calc(1.96rem + 4.2vw)}@media (min-width:1200px){.pad-t-7{padding-top:7rem}}.pad-t-8{padding-top:calc(2.06rem + 4.95vw)}@media (min-width:1200px){.pad-t-8{padding-top:8rem}}.pad-t-9{padding-top:calc(2.16rem + 5.7vw)}@media (min-width:1200px){.pad-t-9{padding-top:9rem}}.pad-t-10{padding-top:calc(2.26rem + 6.45vw)}@media (min-width:1200px){.pad-t-10{padding-top:10rem}}.pad-t-11{padding-top:calc(2.36rem + 7.2vw)}@media (min-width:1200px){.pad-t-11{padding-top:11rem}}.pad-t-12{padding-top:calc(2.46rem + 7.95vw)}@media (min-width:1200px){.pad-t-12{padding-top:12rem}}.pad-t-13{padding-top:calc(2.56rem + 8.7vw)}@media (min-width:1200px){.pad-t-13{padding-top:13rem}}.pad-t-14{padding-top:calc(2.66rem + 9.45vw)}@media (min-width:1200px){.pad-t-14{padding-top:14rem}}.pad-t-15{padding-top:calc(2.76rem + 10.2vw)}@media (min-width:1200px){.pad-t-15{padding-top:15rem}}.pad-t-16{padding-top:calc(2.86rem + 10.95vw)}@media (min-width:1200px){.pad-t-16{padding-top:16rem}}.pad-t-17{padding-top:calc(2.96rem + 11.7vw)}@media (min-width:1200px){.pad-t-17{padding-top:17rem}}.pad-t-18{padding-top:calc(3.06rem + 12.45vw)}@media (min-width:1200px){.pad-t-18{padding-top:18rem}}.pad-t-19{padding-top:calc(3.16rem + 13.2vw)}@media (min-width:1200px){.pad-t-19{padding-top:19rem}}.pad-t-20{padding-top:calc(3.26rem + 13.95vw)}@media (min-width:1200px){.pad-t-20{padding-top:20rem}}.pad-t-21{padding-top:calc(3.36rem + 14.7vw)}@media (min-width:1200px){.pad-t-21{padding-top:21rem}}.pad-t-22{padding-top:calc(3.46rem + 15.45vw)}@media (min-width:1200px){.pad-t-22{padding-top:22rem}}.pad-t-23{padding-top:calc(3.56rem + 16.2vw)}@media (min-width:1200px){.pad-t-23{padding-top:23rem}}.pad-t-24{padding-top:calc(3.66rem + 16.95vw)}@media (min-width:1200px){.pad-t-24{padding-top:24rem}}.pad-t-25{padding-top:calc(3.76rem + 17.7vw)}@media (min-width:1200px){.pad-t-25{padding-top:25rem}}.pad-t-26{padding-top:calc(3.86rem + 18.45vw)}@media (min-width:1200px){.pad-t-26{padding-top:26rem}}.pad-t-27{padding-top:calc(3.96rem + 19.2vw)}@media (min-width:1200px){.pad-t-27{padding-top:27rem}}.pad-t-28{padding-top:calc(4.06rem + 19.95vw)}@media (min-width:1200px){.pad-t-28{padding-top:28rem}}.pad-t-29{padding-top:calc(4.16rem + 20.7vw)}@media (min-width:1200px){.pad-t-29{padding-top:29rem}}.pad-t-30{padding-top:calc(4.26rem + 21.45vw)}@media (min-width:1200px){.pad-t-30{padding-top:30rem}}.pad-t-40{padding-top:calc(5.26rem + 28.95vw)}@media (min-width:1200px){.pad-t-40{padding-top:40rem}}@media only screen and (min-width:576px){.sm\:pad-t-0{padding-top:0}.sm\:pad-t-0-imp{padding-top:0!important}.sm\:pad-t-1{padding-top:1rem}.sm\:pad-t-2{padding-top:calc(1.46rem + .45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-t-2{padding-top:2rem}}@media only screen and (min-width:576px){.sm\:pad-t-3{padding-top:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-t-3{padding-top:3rem}}@media only screen and (min-width:576px){.sm\:pad-t-4{padding-top:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-t-4{padding-top:4rem}}@media only screen and (min-width:576px){.sm\:pad-t-5{padding-top:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-t-5{padding-top:5rem}}@media only screen and (min-width:576px){.sm\:pad-t-5-fixed{padding-top:5rem}.sm\:pad-t-6{padding-top:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-t-6{padding-top:6rem}}@media only screen and (min-width:576px){.sm\:pad-t-7{padding-top:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-t-7{padding-top:7rem}}@media only screen and (min-width:576px){.sm\:pad-t-8{padding-top:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-t-8{padding-top:8rem}}@media only screen and (min-width:576px){.sm\:pad-t-9{padding-top:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-t-9{padding-top:9rem}}@media only screen and (min-width:576px){.sm\:pad-t-10{padding-top:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-t-10{padding-top:10rem}}@media only screen and (min-width:576px){.sm\:pad-t-11{padding-top:calc(2.36rem + 7.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-t-11{padding-top:11rem}}@media only screen and (min-width:576px){.sm\:pad-t-12{padding-top:calc(2.46rem + 7.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-t-12{padding-top:12rem}}@media only screen and (min-width:576px){.sm\:pad-t-13{padding-top:calc(2.56rem + 8.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-t-13{padding-top:13rem}}@media only screen and (min-width:576px){.sm\:pad-t-14{padding-top:calc(2.66rem + 9.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-t-14{padding-top:14rem}}@media only screen and (min-width:576px){.sm\:pad-t-15{padding-top:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-t-15{padding-top:15rem}}@media only screen and (min-width:576px){.sm\:pad-t-16{padding-top:calc(2.86rem + 10.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-t-16{padding-top:16rem}}@media only screen and (min-width:576px){.sm\:pad-t-17{padding-top:calc(2.96rem + 11.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-t-17{padding-top:17rem}}@media only screen and (min-width:576px){.sm\:pad-t-18{padding-top:calc(3.06rem + 12.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-t-18{padding-top:18rem}}@media only screen and (min-width:576px){.sm\:pad-t-19{padding-top:calc(3.16rem + 13.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-t-19{padding-top:19rem}}@media only screen and (min-width:576px){.sm\:pad-t-20{padding-top:calc(3.26rem + 13.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-t-20{padding-top:20rem}}@media only screen and (min-width:576px){.sm\:pad-t-21{padding-top:calc(3.36rem + 14.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-t-21{padding-top:21rem}}@media only screen and (min-width:576px){.sm\:pad-t-22{padding-top:calc(3.46rem + 15.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-t-22{padding-top:22rem}}@media only screen and (min-width:576px){.sm\:pad-t-23{padding-top:calc(3.56rem + 16.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-t-23{padding-top:23rem}}@media only screen and (min-width:576px){.sm\:pad-t-24{padding-top:calc(3.66rem + 16.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-t-24{padding-top:24rem}}@media only screen and (min-width:576px){.sm\:pad-t-25{padding-top:calc(3.76rem + 17.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-t-25{padding-top:25rem}}@media only screen and (min-width:576px){.sm\:pad-t-26{padding-top:calc(3.86rem + 18.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-t-26{padding-top:26rem}}@media only screen and (min-width:576px){.sm\:pad-t-27{padding-top:calc(3.96rem + 19.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-t-27{padding-top:27rem}}@media only screen and (min-width:576px){.sm\:pad-t-28{padding-top:calc(4.06rem + 19.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-t-28{padding-top:28rem}}@media only screen and (min-width:576px){.sm\:pad-t-29{padding-top:calc(4.16rem + 20.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-t-29{padding-top:29rem}}@media only screen and (min-width:576px){.sm\:pad-t-30{padding-top:calc(4.26rem + 21.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-t-30{padding-top:30rem}}@media only screen and (min-width:576px){.sm\:pad-t-40{padding-top:calc(5.26rem + 28.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-t-40{padding-top:40rem}}@media only screen and (min-width:768px){.md\:pad-t-0{padding-top:0}.md\:pad-t-0-imp{padding-top:0!important}.md\:pad-t-1{padding-top:1rem}.md\:pad-t-2{padding-top:calc(1.46rem + .45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-t-2{padding-top:2rem}}@media only screen and (min-width:768px){.md\:pad-t-3{padding-top:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-t-3{padding-top:3rem}}@media only screen and (min-width:768px){.md\:pad-t-4{padding-top:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-t-4{padding-top:4rem}}@media only screen and (min-width:768px){.md\:pad-t-5{padding-top:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-t-5{padding-top:5rem}}@media only screen and (min-width:768px){.md\:pad-t-5-fixed{padding-top:5rem}.md\:pad-t-6{padding-top:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-t-6{padding-top:6rem}}@media only screen and (min-width:768px){.md\:pad-t-7{padding-top:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-t-7{padding-top:7rem}}@media only screen and (min-width:768px){.md\:pad-t-8{padding-top:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-t-8{padding-top:8rem}}@media only screen and (min-width:768px){.md\:pad-t-9{padding-top:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-t-9{padding-top:9rem}}@media only screen and (min-width:768px){.md\:pad-t-10{padding-top:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-t-10{padding-top:10rem}}@media only screen and (min-width:768px){.md\:pad-t-11{padding-top:calc(2.36rem + 7.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-t-11{padding-top:11rem}}@media only screen and (min-width:768px){.md\:pad-t-12{padding-top:calc(2.46rem + 7.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-t-12{padding-top:12rem}}@media only screen and (min-width:768px){.md\:pad-t-13{padding-top:calc(2.56rem + 8.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-t-13{padding-top:13rem}}@media only screen and (min-width:768px){.md\:pad-t-14{padding-top:calc(2.66rem + 9.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-t-14{padding-top:14rem}}@media only screen and (min-width:768px){.md\:pad-t-15{padding-top:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-t-15{padding-top:15rem}}@media only screen and (min-width:768px){.md\:pad-t-16{padding-top:calc(2.86rem + 10.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-t-16{padding-top:16rem}}@media only screen and (min-width:768px){.md\:pad-t-17{padding-top:calc(2.96rem + 11.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-t-17{padding-top:17rem}}@media only screen and (min-width:768px){.md\:pad-t-18{padding-top:calc(3.06rem + 12.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-t-18{padding-top:18rem}}@media only screen and (min-width:768px){.md\:pad-t-19{padding-top:calc(3.16rem + 13.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-t-19{padding-top:19rem}}@media only screen and (min-width:768px){.md\:pad-t-20{padding-top:calc(3.26rem + 13.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-t-20{padding-top:20rem}}@media only screen and (min-width:768px){.md\:pad-t-21{padding-top:calc(3.36rem + 14.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-t-21{padding-top:21rem}}@media only screen and (min-width:768px){.md\:pad-t-22{padding-top:calc(3.46rem + 15.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-t-22{padding-top:22rem}}@media only screen and (min-width:768px){.md\:pad-t-23{padding-top:calc(3.56rem + 16.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-t-23{padding-top:23rem}}@media only screen and (min-width:768px){.md\:pad-t-24{padding-top:calc(3.66rem + 16.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-t-24{padding-top:24rem}}@media only screen and (min-width:768px){.md\:pad-t-25{padding-top:calc(3.76rem + 17.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-t-25{padding-top:25rem}}@media only screen and (min-width:768px){.md\:pad-t-26{padding-top:calc(3.86rem + 18.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-t-26{padding-top:26rem}}@media only screen and (min-width:768px){.md\:pad-t-27{padding-top:calc(3.96rem + 19.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-t-27{padding-top:27rem}}@media only screen and (min-width:768px){.md\:pad-t-28{padding-top:calc(4.06rem + 19.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-t-28{padding-top:28rem}}@media only screen and (min-width:768px){.md\:pad-t-29{padding-top:calc(4.16rem + 20.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-t-29{padding-top:29rem}}@media only screen and (min-width:768px){.md\:pad-t-30{padding-top:calc(4.26rem + 21.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-t-30{padding-top:30rem}}@media only screen and (min-width:768px){.md\:pad-t-40{padding-top:calc(5.26rem + 28.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-t-40{padding-top:40rem}}@media only screen and (min-width:992px){.lg\:pad-t-0{padding-top:0}.lg\:pad-t-0-imp{padding-top:0!important}.lg\:pad-t-1{padding-top:1rem}.lg\:pad-t-2{padding-top:calc(1.46rem + .45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-t-2{padding-top:2rem}}@media only screen and (min-width:992px){.lg\:pad-t-3{padding-top:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-t-3{padding-top:3rem}}@media only screen and (min-width:992px){.lg\:pad-t-4{padding-top:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-t-4{padding-top:4rem}}@media only screen and (min-width:992px){.lg\:pad-t-5{padding-top:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-t-5{padding-top:5rem}}@media only screen and (min-width:992px){.lg\:pad-t-5-fixed{padding-top:5rem}.lg\:pad-t-6{padding-top:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-t-6{padding-top:6rem}}@media only screen and (min-width:992px){.lg\:pad-t-7{padding-top:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-t-7{padding-top:7rem}}@media only screen and (min-width:992px){.lg\:pad-t-8{padding-top:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-t-8{padding-top:8rem}}@media only screen and (min-width:992px){.lg\:pad-t-9{padding-top:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-t-9{padding-top:9rem}}@media only screen and (min-width:992px){.lg\:pad-t-10{padding-top:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-t-10{padding-top:10rem}}@media only screen and (min-width:992px){.lg\:pad-t-11{padding-top:calc(2.36rem + 7.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-t-11{padding-top:11rem}}@media only screen and (min-width:992px){.lg\:pad-t-12{padding-top:calc(2.46rem + 7.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-t-12{padding-top:12rem}}@media only screen and (min-width:992px){.lg\:pad-t-13{padding-top:calc(2.56rem + 8.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-t-13{padding-top:13rem}}@media only screen and (min-width:992px){.lg\:pad-t-14{padding-top:calc(2.66rem + 9.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-t-14{padding-top:14rem}}@media only screen and (min-width:992px){.lg\:pad-t-15{padding-top:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-t-15{padding-top:15rem}}@media only screen and (min-width:992px){.lg\:pad-t-16{padding-top:calc(2.86rem + 10.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-t-16{padding-top:16rem}}@media only screen and (min-width:992px){.lg\:pad-t-17{padding-top:calc(2.96rem + 11.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-t-17{padding-top:17rem}}@media only screen and (min-width:992px){.lg\:pad-t-18{padding-top:calc(3.06rem + 12.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-t-18{padding-top:18rem}}@media only screen and (min-width:992px){.lg\:pad-t-19{padding-top:calc(3.16rem + 13.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-t-19{padding-top:19rem}}@media only screen and (min-width:992px){.lg\:pad-t-20{padding-top:calc(3.26rem + 13.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-t-20{padding-top:20rem}}@media only screen and (min-width:992px){.lg\:pad-t-21{padding-top:calc(3.36rem + 14.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-t-21{padding-top:21rem}}@media only screen and (min-width:992px){.lg\:pad-t-22{padding-top:calc(3.46rem + 15.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-t-22{padding-top:22rem}}@media only screen and (min-width:992px){.lg\:pad-t-23{padding-top:calc(3.56rem + 16.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-t-23{padding-top:23rem}}@media only screen and (min-width:992px){.lg\:pad-t-24{padding-top:calc(3.66rem + 16.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-t-24{padding-top:24rem}}@media only screen and (min-width:992px){.lg\:pad-t-25{padding-top:calc(3.76rem + 17.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-t-25{padding-top:25rem}}@media only screen and (min-width:992px){.lg\:pad-t-26{padding-top:calc(3.86rem + 18.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-t-26{padding-top:26rem}}@media only screen and (min-width:992px){.lg\:pad-t-27{padding-top:calc(3.96rem + 19.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-t-27{padding-top:27rem}}@media only screen and (min-width:992px){.lg\:pad-t-28{padding-top:calc(4.06rem + 19.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-t-28{padding-top:28rem}}@media only screen and (min-width:992px){.lg\:pad-t-29{padding-top:calc(4.16rem + 20.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-t-29{padding-top:29rem}}@media only screen and (min-width:992px){.lg\:pad-t-30{padding-top:calc(4.26rem + 21.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-t-30{padding-top:30rem}}@media only screen and (min-width:992px){.lg\:pad-t-40{padding-top:calc(5.26rem + 28.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-t-40{padding-top:40rem}}@media only screen and (min-width:1200px){.xl\:pad-t-0{padding-top:0}.xl\:pad-t-0-imp{padding-top:0!important}.xl\:pad-t-1{padding-top:1rem}.xl\:pad-t-2{padding-top:calc(1.46rem + .45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-t-2{padding-top:2rem}}@media only screen and (min-width:1200px){.xl\:pad-t-3{padding-top:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-t-3{padding-top:3rem}}@media only screen and (min-width:1200px){.xl\:pad-t-4{padding-top:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-t-4{padding-top:4rem}}@media only screen and (min-width:1200px){.xl\:pad-t-5{padding-top:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-t-5{padding-top:5rem}}@media only screen and (min-width:1200px){.xl\:pad-t-5-fixed{padding-top:5rem}.xl\:pad-t-6{padding-top:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-t-6{padding-top:6rem}}@media only screen and (min-width:1200px){.xl\:pad-t-7{padding-top:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-t-7{padding-top:7rem}}@media only screen and (min-width:1200px){.xl\:pad-t-8{padding-top:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-t-8{padding-top:8rem}}@media only screen and (min-width:1200px){.xl\:pad-t-9{padding-top:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-t-9{padding-top:9rem}}@media only screen and (min-width:1200px){.xl\:pad-t-10{padding-top:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-t-10{padding-top:10rem}}@media only screen and (min-width:1200px){.xl\:pad-t-11{padding-top:calc(2.36rem + 7.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-t-11{padding-top:11rem}}@media only screen and (min-width:1200px){.xl\:pad-t-12{padding-top:calc(2.46rem + 7.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-t-12{padding-top:12rem}}@media only screen and (min-width:1200px){.xl\:pad-t-13{padding-top:calc(2.56rem + 8.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-t-13{padding-top:13rem}}@media only screen and (min-width:1200px){.xl\:pad-t-14{padding-top:calc(2.66rem + 9.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-t-14{padding-top:14rem}}@media only screen and (min-width:1200px){.xl\:pad-t-15{padding-top:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-t-15{padding-top:15rem}}@media only screen and (min-width:1200px){.xl\:pad-t-16{padding-top:calc(2.86rem + 10.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-t-16{padding-top:16rem}}@media only screen and (min-width:1200px){.xl\:pad-t-17{padding-top:calc(2.96rem + 11.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-t-17{padding-top:17rem}}@media only screen and (min-width:1200px){.xl\:pad-t-18{padding-top:calc(3.06rem + 12.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-t-18{padding-top:18rem}}@media only screen and (min-width:1200px){.xl\:pad-t-19{padding-top:calc(3.16rem + 13.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-t-19{padding-top:19rem}}@media only screen and (min-width:1200px){.xl\:pad-t-20{padding-top:calc(3.26rem + 13.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-t-20{padding-top:20rem}}@media only screen and (min-width:1200px){.xl\:pad-t-21{padding-top:calc(3.36rem + 14.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-t-21{padding-top:21rem}}@media only screen and (min-width:1200px){.xl\:pad-t-22{padding-top:calc(3.46rem + 15.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-t-22{padding-top:22rem}}@media only screen and (min-width:1200px){.xl\:pad-t-23{padding-top:calc(3.56rem + 16.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-t-23{padding-top:23rem}}@media only screen and (min-width:1200px){.xl\:pad-t-24{padding-top:calc(3.66rem + 16.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-t-24{padding-top:24rem}}@media only screen and (min-width:1200px){.xl\:pad-t-25{padding-top:calc(3.76rem + 17.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-t-25{padding-top:25rem}}@media only screen and (min-width:1200px){.xl\:pad-t-26{padding-top:calc(3.86rem + 18.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-t-26{padding-top:26rem}}@media only screen and (min-width:1200px){.xl\:pad-t-27{padding-top:calc(3.96rem + 19.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-t-27{padding-top:27rem}}@media only screen and (min-width:1200px){.xl\:pad-t-28{padding-top:calc(4.06rem + 19.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-t-28{padding-top:28rem}}@media only screen and (min-width:1200px){.xl\:pad-t-29{padding-top:calc(4.16rem + 20.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-t-29{padding-top:29rem}}@media only screen and (min-width:1200px){.xl\:pad-t-30{padding-top:calc(4.26rem + 21.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-t-30{padding-top:30rem}}@media only screen and (min-width:1200px){.xl\:pad-t-40{padding-top:calc(5.26rem + 28.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-t-40{padding-top:40rem}}.pad-x-0{padding-left:0;padding-right:0}.pad-x-0-imp{padding-left:0!important;padding-right:0!important}.pad-x-1{padding-left:1rem;padding-right:1rem}.pad-x-2{padding-left:calc(1.46rem + .45vw);padding-right:calc(1.46rem + .45vw)}@media (min-width:1200px){.pad-x-2{padding-left:2rem;padding-right:2rem}}.pad-x-3{padding-left:calc(1.56rem + 1.2vw);padding-right:calc(1.56rem + 1.2vw)}@media (min-width:1200px){.pad-x-3{padding-left:3rem;padding-right:3rem}}.pad-x-4{padding-left:calc(1.66rem + 1.95vw);padding-right:calc(1.66rem + 1.95vw)}@media (min-width:1200px){.pad-x-4{padding-left:4rem;padding-right:4rem}}.pad-x-5{padding-left:calc(1.76rem + 2.7vw);padding-right:calc(1.76rem + 2.7vw)}@media (min-width:1200px){.pad-x-5{padding-left:5rem;padding-right:5rem}}.pad-x-6{padding-left:calc(1.86rem + 3.45vw);padding-right:calc(1.86rem + 3.45vw)}@media (min-width:1200px){.pad-x-6{padding-left:6rem;padding-right:6rem}}.pad-x-7{padding-left:calc(1.96rem + 4.2vw);padding-right:calc(1.96rem + 4.2vw)}@media (min-width:1200px){.pad-x-7{padding-left:7rem;padding-right:7rem}}.pad-x-8{padding-left:calc(2.06rem + 4.95vw);padding-right:calc(2.06rem + 4.95vw)}@media (min-width:1200px){.pad-x-8{padding-left:8rem;padding-right:8rem}}.pad-x-9{padding-left:calc(2.16rem + 5.7vw);padding-right:calc(2.16rem + 5.7vw)}@media (min-width:1200px){.pad-x-9{padding-left:9rem;padding-right:9rem}}.pad-x-10{padding-left:calc(2.26rem + 6.45vw);padding-right:calc(2.26rem + 6.45vw)}@media (min-width:1200px){.pad-x-10{padding-left:10rem;padding-right:10rem}}.pad-x-11{padding-left:calc(2.36rem + 7.2vw);padding-right:calc(2.36rem + 7.2vw)}@media (min-width:1200px){.pad-x-11{padding-left:11rem;padding-right:11rem}}.pad-x-12{padding-left:calc(2.46rem + 7.95vw);padding-right:calc(2.46rem + 7.95vw)}@media (min-width:1200px){.pad-x-12{padding-left:12rem;padding-right:12rem}}.pad-x-13{padding-left:calc(2.56rem + 8.7vw);padding-right:calc(2.56rem + 8.7vw)}@media (min-width:1200px){.pad-x-13{padding-left:13rem;padding-right:13rem}}.pad-x-14{padding-left:calc(2.66rem + 9.45vw);padding-right:calc(2.66rem + 9.45vw)}@media (min-width:1200px){.pad-x-14{padding-left:14rem;padding-right:14rem}}.pad-x-15{padding-left:calc(2.76rem + 10.2vw);padding-right:calc(2.76rem + 10.2vw)}@media (min-width:1200px){.pad-x-15{padding-left:15rem;padding-right:15rem}}.pad-x-16{padding-left:calc(2.86rem + 10.95vw);padding-right:calc(2.86rem + 10.95vw)}@media (min-width:1200px){.pad-x-16{padding-left:16rem;padding-right:16rem}}.pad-x-17{padding-left:calc(2.96rem + 11.7vw);padding-right:calc(2.96rem + 11.7vw)}@media (min-width:1200px){.pad-x-17{padding-left:17rem;padding-right:17rem}}.pad-x-18{padding-left:calc(3.06rem + 12.45vw);padding-right:calc(3.06rem + 12.45vw)}@media (min-width:1200px){.pad-x-18{padding-left:18rem;padding-right:18rem}}.pad-x-19{padding-left:calc(3.16rem + 13.2vw);padding-right:calc(3.16rem + 13.2vw)}@media (min-width:1200px){.pad-x-19{padding-left:19rem;padding-right:19rem}}.pad-x-20{padding-left:calc(3.26rem + 13.95vw);padding-right:calc(3.26rem + 13.95vw)}@media (min-width:1200px){.pad-x-20{padding-left:20rem;padding-right:20rem}}.pad-x-21{padding-left:calc(3.36rem + 14.7vw);padding-right:calc(3.36rem + 14.7vw)}@media (min-width:1200px){.pad-x-21{padding-left:21rem;padding-right:21rem}}.pad-x-22{padding-left:calc(3.46rem + 15.45vw);padding-right:calc(3.46rem + 15.45vw)}@media (min-width:1200px){.pad-x-22{padding-left:22rem;padding-right:22rem}}.pad-x-23{padding-left:calc(3.56rem + 16.2vw);padding-right:calc(3.56rem + 16.2vw)}@media (min-width:1200px){.pad-x-23{padding-left:23rem;padding-right:23rem}}.pad-x-24{padding-left:calc(3.66rem + 16.95vw);padding-right:calc(3.66rem + 16.95vw)}@media (min-width:1200px){.pad-x-24{padding-left:24rem;padding-right:24rem}}.pad-x-25{padding-left:calc(3.76rem + 17.7vw);padding-right:calc(3.76rem + 17.7vw)}@media (min-width:1200px){.pad-x-25{padding-left:25rem;padding-right:25rem}}.pad-x-26{padding-left:calc(3.86rem + 18.45vw);padding-right:calc(3.86rem + 18.45vw)}@media (min-width:1200px){.pad-x-26{padding-left:26rem;padding-right:26rem}}.pad-x-27{padding-left:calc(3.96rem + 19.2vw);padding-right:calc(3.96rem + 19.2vw)}@media (min-width:1200px){.pad-x-27{padding-left:27rem;padding-right:27rem}}.pad-x-28{padding-left:calc(4.06rem + 19.95vw);padding-right:calc(4.06rem + 19.95vw)}@media (min-width:1200px){.pad-x-28{padding-left:28rem;padding-right:28rem}}.pad-x-29{padding-left:calc(4.16rem + 20.7vw);padding-right:calc(4.16rem + 20.7vw)}@media (min-width:1200px){.pad-x-29{padding-left:29rem;padding-right:29rem}}.pad-x-30{padding-left:calc(4.26rem + 21.45vw);padding-right:calc(4.26rem + 21.45vw)}@media (min-width:1200px){.pad-x-30{padding-left:30rem;padding-right:30rem}}.pad-x-40{padding-left:calc(5.26rem + 28.95vw);padding-right:calc(5.26rem + 28.95vw)}@media (min-width:1200px){.pad-x-40{padding-left:40rem;padding-right:40rem}}@media only screen and (min-width:576px){.sm\:pad-x-0{padding-left:0;padding-right:0}.sm\:pad-x-0-imp{padding-left:0!important;padding-right:0!important}.sm\:pad-x-1{padding-left:1rem;padding-right:1rem}.sm\:pad-x-2{padding-left:calc(1.46rem + .45vw);padding-right:calc(1.46rem + .45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-x-2{padding-left:2rem;padding-right:2rem}}@media only screen and (min-width:576px){.sm\:pad-x-3{padding-left:calc(1.56rem + 1.2vw);padding-right:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-x-3{padding-left:3rem;padding-right:3rem}}@media only screen and (min-width:576px){.sm\:pad-x-4{padding-left:calc(1.66rem + 1.95vw);padding-right:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-x-4{padding-left:4rem;padding-right:4rem}}@media only screen and (min-width:576px){.sm\:pad-x-5{padding-left:calc(1.76rem + 2.7vw);padding-right:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-x-5{padding-left:5rem;padding-right:5rem}}@media only screen and (min-width:576px){.sm\:pad-x-6{padding-left:calc(1.86rem + 3.45vw);padding-right:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-x-6{padding-left:6rem;padding-right:6rem}}@media only screen and (min-width:576px){.sm\:pad-x-7{padding-left:calc(1.96rem + 4.2vw);padding-right:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-x-7{padding-left:7rem;padding-right:7rem}}@media only screen and (min-width:576px){.sm\:pad-x-8{padding-left:calc(2.06rem + 4.95vw);padding-right:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-x-8{padding-left:8rem;padding-right:8rem}}@media only screen and (min-width:576px){.sm\:pad-x-9{padding-left:calc(2.16rem + 5.7vw);padding-right:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-x-9{padding-left:9rem;padding-right:9rem}}@media only screen and (min-width:576px){.sm\:pad-x-10{padding-left:calc(2.26rem + 6.45vw);padding-right:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-x-10{padding-left:10rem;padding-right:10rem}}@media only screen and (min-width:576px){.sm\:pad-x-11{padding-left:calc(2.36rem + 7.2vw);padding-right:calc(2.36rem + 7.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-x-11{padding-left:11rem;padding-right:11rem}}@media only screen and (min-width:576px){.sm\:pad-x-12{padding-left:calc(2.46rem + 7.95vw);padding-right:calc(2.46rem + 7.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-x-12{padding-left:12rem;padding-right:12rem}}@media only screen and (min-width:576px){.sm\:pad-x-13{padding-left:calc(2.56rem + 8.7vw);padding-right:calc(2.56rem + 8.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-x-13{padding-left:13rem;padding-right:13rem}}@media only screen and (min-width:576px){.sm\:pad-x-14{padding-left:calc(2.66rem + 9.45vw);padding-right:calc(2.66rem + 9.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-x-14{padding-left:14rem;padding-right:14rem}}@media only screen and (min-width:576px){.sm\:pad-x-15{padding-left:calc(2.76rem + 10.2vw);padding-right:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-x-15{padding-left:15rem;padding-right:15rem}}@media only screen and (min-width:576px){.sm\:pad-x-16{padding-left:calc(2.86rem + 10.95vw);padding-right:calc(2.86rem + 10.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-x-16{padding-left:16rem;padding-right:16rem}}@media only screen and (min-width:576px){.sm\:pad-x-17{padding-left:calc(2.96rem + 11.7vw);padding-right:calc(2.96rem + 11.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-x-17{padding-left:17rem;padding-right:17rem}}@media only screen and (min-width:576px){.sm\:pad-x-18{padding-left:calc(3.06rem + 12.45vw);padding-right:calc(3.06rem + 12.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-x-18{padding-left:18rem;padding-right:18rem}}@media only screen and (min-width:576px){.sm\:pad-x-19{padding-left:calc(3.16rem + 13.2vw);padding-right:calc(3.16rem + 13.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-x-19{padding-left:19rem;padding-right:19rem}}@media only screen and (min-width:576px){.sm\:pad-x-20{padding-left:calc(3.26rem + 13.95vw);padding-right:calc(3.26rem + 13.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-x-20{padding-left:20rem;padding-right:20rem}}@media only screen and (min-width:576px){.sm\:pad-x-21{padding-left:calc(3.36rem + 14.7vw);padding-right:calc(3.36rem + 14.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-x-21{padding-left:21rem;padding-right:21rem}}@media only screen and (min-width:576px){.sm\:pad-x-22{padding-left:calc(3.46rem + 15.45vw);padding-right:calc(3.46rem + 15.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-x-22{padding-left:22rem;padding-right:22rem}}@media only screen and (min-width:576px){.sm\:pad-x-23{padding-left:calc(3.56rem + 16.2vw);padding-right:calc(3.56rem + 16.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-x-23{padding-left:23rem;padding-right:23rem}}@media only screen and (min-width:576px){.sm\:pad-x-24{padding-left:calc(3.66rem + 16.95vw);padding-right:calc(3.66rem + 16.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-x-24{padding-left:24rem;padding-right:24rem}}@media only screen and (min-width:576px){.sm\:pad-x-25{padding-left:calc(3.76rem + 17.7vw);padding-right:calc(3.76rem + 17.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-x-25{padding-left:25rem;padding-right:25rem}}@media only screen and (min-width:576px){.sm\:pad-x-26{padding-left:calc(3.86rem + 18.45vw);padding-right:calc(3.86rem + 18.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-x-26{padding-left:26rem;padding-right:26rem}}@media only screen and (min-width:576px){.sm\:pad-x-27{padding-left:calc(3.96rem + 19.2vw);padding-right:calc(3.96rem + 19.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-x-27{padding-left:27rem;padding-right:27rem}}@media only screen and (min-width:576px){.sm\:pad-x-28{padding-left:calc(4.06rem + 19.95vw);padding-right:calc(4.06rem + 19.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-x-28{padding-left:28rem;padding-right:28rem}}@media only screen and (min-width:576px){.sm\:pad-x-29{padding-left:calc(4.16rem + 20.7vw);padding-right:calc(4.16rem + 20.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-x-29{padding-left:29rem;padding-right:29rem}}@media only screen and (min-width:576px){.sm\:pad-x-30{padding-left:calc(4.26rem + 21.45vw);padding-right:calc(4.26rem + 21.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-x-30{padding-left:30rem;padding-right:30rem}}@media only screen and (min-width:576px){.sm\:pad-x-40{padding-left:calc(5.26rem + 28.95vw);padding-right:calc(5.26rem + 28.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-x-40{padding-left:40rem;padding-right:40rem}}@media only screen and (min-width:768px){.md\:pad-x-0{padding-left:0;padding-right:0}.md\:pad-x-0-imp{padding-left:0!important;padding-right:0!important}.md\:pad-x-1{padding-left:1rem;padding-right:1rem}.md\:pad-x-2{padding-left:calc(1.46rem + .45vw);padding-right:calc(1.46rem + .45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-x-2{padding-left:2rem;padding-right:2rem}}@media only screen and (min-width:768px){.md\:pad-x-3{padding-left:calc(1.56rem + 1.2vw);padding-right:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-x-3{padding-left:3rem;padding-right:3rem}}@media only screen and (min-width:768px){.md\:pad-x-4{padding-left:calc(1.66rem + 1.95vw);padding-right:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-x-4{padding-left:4rem;padding-right:4rem}}@media only screen and (min-width:768px){.md\:pad-x-5{padding-left:calc(1.76rem + 2.7vw);padding-right:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-x-5{padding-left:5rem;padding-right:5rem}}@media only screen and (min-width:768px){.md\:pad-x-6{padding-left:calc(1.86rem + 3.45vw);padding-right:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-x-6{padding-left:6rem;padding-right:6rem}}@media only screen and (min-width:768px){.md\:pad-x-7{padding-left:calc(1.96rem + 4.2vw);padding-right:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-x-7{padding-left:7rem;padding-right:7rem}}@media only screen and (min-width:768px){.md\:pad-x-8{padding-left:calc(2.06rem + 4.95vw);padding-right:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-x-8{padding-left:8rem;padding-right:8rem}}@media only screen and (min-width:768px){.md\:pad-x-9{padding-left:calc(2.16rem + 5.7vw);padding-right:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-x-9{padding-left:9rem;padding-right:9rem}}@media only screen and (min-width:768px){.md\:pad-x-10{padding-left:calc(2.26rem + 6.45vw);padding-right:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-x-10{padding-left:10rem;padding-right:10rem}}@media only screen and (min-width:768px){.md\:pad-x-11{padding-left:calc(2.36rem + 7.2vw);padding-right:calc(2.36rem + 7.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-x-11{padding-left:11rem;padding-right:11rem}}@media only screen and (min-width:768px){.md\:pad-x-12{padding-left:calc(2.46rem + 7.95vw);padding-right:calc(2.46rem + 7.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-x-12{padding-left:12rem;padding-right:12rem}}@media only screen and (min-width:768px){.md\:pad-x-13{padding-left:calc(2.56rem + 8.7vw);padding-right:calc(2.56rem + 8.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-x-13{padding-left:13rem;padding-right:13rem}}@media only screen and (min-width:768px){.md\:pad-x-14{padding-left:calc(2.66rem + 9.45vw);padding-right:calc(2.66rem + 9.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-x-14{padding-left:14rem;padding-right:14rem}}@media only screen and (min-width:768px){.md\:pad-x-15{padding-left:calc(2.76rem + 10.2vw);padding-right:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-x-15{padding-left:15rem;padding-right:15rem}}@media only screen and (min-width:768px){.md\:pad-x-16{padding-left:calc(2.86rem + 10.95vw);padding-right:calc(2.86rem + 10.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-x-16{padding-left:16rem;padding-right:16rem}}@media only screen and (min-width:768px){.md\:pad-x-17{padding-left:calc(2.96rem + 11.7vw);padding-right:calc(2.96rem + 11.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-x-17{padding-left:17rem;padding-right:17rem}}@media only screen and (min-width:768px){.md\:pad-x-18{padding-left:calc(3.06rem + 12.45vw);padding-right:calc(3.06rem + 12.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-x-18{padding-left:18rem;padding-right:18rem}}@media only screen and (min-width:768px){.md\:pad-x-19{padding-left:calc(3.16rem + 13.2vw);padding-right:calc(3.16rem + 13.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-x-19{padding-left:19rem;padding-right:19rem}}@media only screen and (min-width:768px){.md\:pad-x-20{padding-left:calc(3.26rem + 13.95vw);padding-right:calc(3.26rem + 13.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-x-20{padding-left:20rem;padding-right:20rem}}@media only screen and (min-width:768px){.md\:pad-x-21{padding-left:calc(3.36rem + 14.7vw);padding-right:calc(3.36rem + 14.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-x-21{padding-left:21rem;padding-right:21rem}}@media only screen and (min-width:768px){.md\:pad-x-22{padding-left:calc(3.46rem + 15.45vw);padding-right:calc(3.46rem + 15.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-x-22{padding-left:22rem;padding-right:22rem}}@media only screen and (min-width:768px){.md\:pad-x-23{padding-left:calc(3.56rem + 16.2vw);padding-right:calc(3.56rem + 16.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-x-23{padding-left:23rem;padding-right:23rem}}@media only screen and (min-width:768px){.md\:pad-x-24{padding-left:calc(3.66rem + 16.95vw);padding-right:calc(3.66rem + 16.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-x-24{padding-left:24rem;padding-right:24rem}}@media only screen and (min-width:768px){.md\:pad-x-25{padding-left:calc(3.76rem + 17.7vw);padding-right:calc(3.76rem + 17.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-x-25{padding-left:25rem;padding-right:25rem}}@media only screen and (min-width:768px){.md\:pad-x-26{padding-left:calc(3.86rem + 18.45vw);padding-right:calc(3.86rem + 18.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-x-26{padding-left:26rem;padding-right:26rem}}@media only screen and (min-width:768px){.md\:pad-x-27{padding-left:calc(3.96rem + 19.2vw);padding-right:calc(3.96rem + 19.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-x-27{padding-left:27rem;padding-right:27rem}}@media only screen and (min-width:768px){.md\:pad-x-28{padding-left:calc(4.06rem + 19.95vw);padding-right:calc(4.06rem + 19.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-x-28{padding-left:28rem;padding-right:28rem}}@media only screen and (min-width:768px){.md\:pad-x-29{padding-left:calc(4.16rem + 20.7vw);padding-right:calc(4.16rem + 20.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-x-29{padding-left:29rem;padding-right:29rem}}@media only screen and (min-width:768px){.md\:pad-x-30{padding-left:calc(4.26rem + 21.45vw);padding-right:calc(4.26rem + 21.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-x-30{padding-left:30rem;padding-right:30rem}}@media only screen and (min-width:768px){.md\:pad-x-40{padding-left:calc(5.26rem + 28.95vw);padding-right:calc(5.26rem + 28.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-x-40{padding-left:40rem;padding-right:40rem}}@media only screen and (min-width:992px){.lg\:pad-x-0{padding-left:0;padding-right:0}.lg\:pad-x-0-imp{padding-left:0!important;padding-right:0!important}.lg\:pad-x-1{padding-left:1rem;padding-right:1rem}.lg\:pad-x-2{padding-left:calc(1.46rem + .45vw);padding-right:calc(1.46rem + .45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-x-2{padding-left:2rem;padding-right:2rem}}@media only screen and (min-width:992px){.lg\:pad-x-3{padding-left:calc(1.56rem + 1.2vw);padding-right:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-x-3{padding-left:3rem;padding-right:3rem}}@media only screen and (min-width:992px){.lg\:pad-x-4{padding-left:calc(1.66rem + 1.95vw);padding-right:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-x-4{padding-left:4rem;padding-right:4rem}}@media only screen and (min-width:992px){.lg\:pad-x-5{padding-left:calc(1.76rem + 2.7vw);padding-right:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-x-5{padding-left:5rem;padding-right:5rem}}@media only screen and (min-width:992px){.lg\:pad-x-6{padding-left:calc(1.86rem + 3.45vw);padding-right:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-x-6{padding-left:6rem;padding-right:6rem}}@media only screen and (min-width:992px){.lg\:pad-x-7{padding-left:calc(1.96rem + 4.2vw);padding-right:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-x-7{padding-left:7rem;padding-right:7rem}}@media only screen and (min-width:992px){.lg\:pad-x-8{padding-left:calc(2.06rem + 4.95vw);padding-right:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-x-8{padding-left:8rem;padding-right:8rem}}@media only screen and (min-width:992px){.lg\:pad-x-9{padding-left:calc(2.16rem + 5.7vw);padding-right:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-x-9{padding-left:9rem;padding-right:9rem}}@media only screen and (min-width:992px){.lg\:pad-x-10{padding-left:calc(2.26rem + 6.45vw);padding-right:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-x-10{padding-left:10rem;padding-right:10rem}}@media only screen and (min-width:992px){.lg\:pad-x-11{padding-left:calc(2.36rem + 7.2vw);padding-right:calc(2.36rem + 7.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-x-11{padding-left:11rem;padding-right:11rem}}@media only screen and (min-width:992px){.lg\:pad-x-12{padding-left:calc(2.46rem + 7.95vw);padding-right:calc(2.46rem + 7.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-x-12{padding-left:12rem;padding-right:12rem}}@media only screen and (min-width:992px){.lg\:pad-x-13{padding-left:calc(2.56rem + 8.7vw);padding-right:calc(2.56rem + 8.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-x-13{padding-left:13rem;padding-right:13rem}}@media only screen and (min-width:992px){.lg\:pad-x-14{padding-left:calc(2.66rem + 9.45vw);padding-right:calc(2.66rem + 9.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-x-14{padding-left:14rem;padding-right:14rem}}@media only screen and (min-width:992px){.lg\:pad-x-15{padding-left:calc(2.76rem + 10.2vw);padding-right:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-x-15{padding-left:15rem;padding-right:15rem}}@media only screen and (min-width:992px){.lg\:pad-x-16{padding-left:calc(2.86rem + 10.95vw);padding-right:calc(2.86rem + 10.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-x-16{padding-left:16rem;padding-right:16rem}}@media only screen and (min-width:992px){.lg\:pad-x-17{padding-left:calc(2.96rem + 11.7vw);padding-right:calc(2.96rem + 11.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-x-17{padding-left:17rem;padding-right:17rem}}@media only screen and (min-width:992px){.lg\:pad-x-18{padding-left:calc(3.06rem + 12.45vw);padding-right:calc(3.06rem + 12.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-x-18{padding-left:18rem;padding-right:18rem}}@media only screen and (min-width:992px){.lg\:pad-x-19{padding-left:calc(3.16rem + 13.2vw);padding-right:calc(3.16rem + 13.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-x-19{padding-left:19rem;padding-right:19rem}}@media only screen and (min-width:992px){.lg\:pad-x-20{padding-left:calc(3.26rem + 13.95vw);padding-right:calc(3.26rem + 13.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-x-20{padding-left:20rem;padding-right:20rem}}@media only screen and (min-width:992px){.lg\:pad-x-21{padding-left:calc(3.36rem + 14.7vw);padding-right:calc(3.36rem + 14.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-x-21{padding-left:21rem;padding-right:21rem}}@media only screen and (min-width:992px){.lg\:pad-x-22{padding-left:calc(3.46rem + 15.45vw);padding-right:calc(3.46rem + 15.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-x-22{padding-left:22rem;padding-right:22rem}}@media only screen and (min-width:992px){.lg\:pad-x-23{padding-left:calc(3.56rem + 16.2vw);padding-right:calc(3.56rem + 16.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-x-23{padding-left:23rem;padding-right:23rem}}@media only screen and (min-width:992px){.lg\:pad-x-24{padding-left:calc(3.66rem + 16.95vw);padding-right:calc(3.66rem + 16.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-x-24{padding-left:24rem;padding-right:24rem}}@media only screen and (min-width:992px){.lg\:pad-x-25{padding-left:calc(3.76rem + 17.7vw);padding-right:calc(3.76rem + 17.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-x-25{padding-left:25rem;padding-right:25rem}}@media only screen and (min-width:992px){.lg\:pad-x-26{padding-left:calc(3.86rem + 18.45vw);padding-right:calc(3.86rem + 18.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-x-26{padding-left:26rem;padding-right:26rem}}@media only screen and (min-width:992px){.lg\:pad-x-27{padding-left:calc(3.96rem + 19.2vw);padding-right:calc(3.96rem + 19.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-x-27{padding-left:27rem;padding-right:27rem}}@media only screen and (min-width:992px){.lg\:pad-x-28{padding-left:calc(4.06rem + 19.95vw);padding-right:calc(4.06rem + 19.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-x-28{padding-left:28rem;padding-right:28rem}}@media only screen and (min-width:992px){.lg\:pad-x-29{padding-left:calc(4.16rem + 20.7vw);padding-right:calc(4.16rem + 20.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-x-29{padding-left:29rem;padding-right:29rem}}@media only screen and (min-width:992px){.lg\:pad-x-30{padding-left:calc(4.26rem + 21.45vw);padding-right:calc(4.26rem + 21.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-x-30{padding-left:30rem;padding-right:30rem}}@media only screen and (min-width:992px){.lg\:pad-x-40{padding-left:calc(5.26rem + 28.95vw);padding-right:calc(5.26rem + 28.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-x-40{padding-left:40rem;padding-right:40rem}}@media only screen and (min-width:1200px){.xl\:pad-x-0{padding-left:0;padding-right:0}.xl\:pad-x-0-imp{padding-left:0!important;padding-right:0!important}.xl\:pad-x-1{padding-left:1rem;padding-right:1rem}.xl\:pad-x-2{padding-left:calc(1.46rem + .45vw);padding-right:calc(1.46rem + .45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-x-2{padding-left:2rem;padding-right:2rem}}@media only screen and (min-width:1200px){.xl\:pad-x-3{padding-left:calc(1.56rem + 1.2vw);padding-right:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-x-3{padding-left:3rem;padding-right:3rem}}@media only screen and (min-width:1200px){.xl\:pad-x-4{padding-left:calc(1.66rem + 1.95vw);padding-right:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-x-4{padding-left:4rem;padding-right:4rem}}@media only screen and (min-width:1200px){.xl\:pad-x-5{padding-left:calc(1.76rem + 2.7vw);padding-right:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-x-5{padding-left:5rem;padding-right:5rem}}@media only screen and (min-width:1200px){.xl\:pad-x-6{padding-left:calc(1.86rem + 3.45vw);padding-right:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-x-6{padding-left:6rem;padding-right:6rem}}@media only screen and (min-width:1200px){.xl\:pad-x-7{padding-left:calc(1.96rem + 4.2vw);padding-right:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-x-7{padding-left:7rem;padding-right:7rem}}@media only screen and (min-width:1200px){.xl\:pad-x-8{padding-left:calc(2.06rem + 4.95vw);padding-right:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-x-8{padding-left:8rem;padding-right:8rem}}@media only screen and (min-width:1200px){.xl\:pad-x-9{padding-left:calc(2.16rem + 5.7vw);padding-right:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-x-9{padding-left:9rem;padding-right:9rem}}@media only screen and (min-width:1200px){.xl\:pad-x-10{padding-left:calc(2.26rem + 6.45vw);padding-right:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-x-10{padding-left:10rem;padding-right:10rem}}@media only screen and (min-width:1200px){.xl\:pad-x-11{padding-left:calc(2.36rem + 7.2vw);padding-right:calc(2.36rem + 7.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-x-11{padding-left:11rem;padding-right:11rem}}@media only screen and (min-width:1200px){.xl\:pad-x-12{padding-left:calc(2.46rem + 7.95vw);padding-right:calc(2.46rem + 7.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-x-12{padding-left:12rem;padding-right:12rem}}@media only screen and (min-width:1200px){.xl\:pad-x-13{padding-left:calc(2.56rem + 8.7vw);padding-right:calc(2.56rem + 8.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-x-13{padding-left:13rem;padding-right:13rem}}@media only screen and (min-width:1200px){.xl\:pad-x-14{padding-left:calc(2.66rem + 9.45vw);padding-right:calc(2.66rem + 9.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-x-14{padding-left:14rem;padding-right:14rem}}@media only screen and (min-width:1200px){.xl\:pad-x-15{padding-left:calc(2.76rem + 10.2vw);padding-right:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-x-15{padding-left:15rem;padding-right:15rem}}@media only screen and (min-width:1200px){.xl\:pad-x-16{padding-left:calc(2.86rem + 10.95vw);padding-right:calc(2.86rem + 10.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-x-16{padding-left:16rem;padding-right:16rem}}@media only screen and (min-width:1200px){.xl\:pad-x-17{padding-left:calc(2.96rem + 11.7vw);padding-right:calc(2.96rem + 11.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-x-17{padding-left:17rem;padding-right:17rem}}@media only screen and (min-width:1200px){.xl\:pad-x-18{padding-left:calc(3.06rem + 12.45vw);padding-right:calc(3.06rem + 12.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-x-18{padding-left:18rem;padding-right:18rem}}@media only screen and (min-width:1200px){.xl\:pad-x-19{padding-left:calc(3.16rem + 13.2vw);padding-right:calc(3.16rem + 13.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-x-19{padding-left:19rem;padding-right:19rem}}@media only screen and (min-width:1200px){.xl\:pad-x-20{padding-left:calc(3.26rem + 13.95vw);padding-right:calc(3.26rem + 13.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-x-20{padding-left:20rem;padding-right:20rem}}@media only screen and (min-width:1200px){.xl\:pad-x-21{padding-left:calc(3.36rem + 14.7vw);padding-right:calc(3.36rem + 14.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-x-21{padding-left:21rem;padding-right:21rem}}@media only screen and (min-width:1200px){.xl\:pad-x-22{padding-left:calc(3.46rem + 15.45vw);padding-right:calc(3.46rem + 15.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-x-22{padding-left:22rem;padding-right:22rem}}@media only screen and (min-width:1200px){.xl\:pad-x-23{padding-left:calc(3.56rem + 16.2vw);padding-right:calc(3.56rem + 16.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-x-23{padding-left:23rem;padding-right:23rem}}@media only screen and (min-width:1200px){.xl\:pad-x-24{padding-left:calc(3.66rem + 16.95vw);padding-right:calc(3.66rem + 16.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-x-24{padding-left:24rem;padding-right:24rem}}@media only screen and (min-width:1200px){.xl\:pad-x-25{padding-left:calc(3.76rem + 17.7vw);padding-right:calc(3.76rem + 17.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-x-25{padding-left:25rem;padding-right:25rem}}@media only screen and (min-width:1200px){.xl\:pad-x-26{padding-left:calc(3.86rem + 18.45vw);padding-right:calc(3.86rem + 18.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-x-26{padding-left:26rem;padding-right:26rem}}@media only screen and (min-width:1200px){.xl\:pad-x-27{padding-left:calc(3.96rem + 19.2vw);padding-right:calc(3.96rem + 19.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-x-27{padding-left:27rem;padding-right:27rem}}@media only screen and (min-width:1200px){.xl\:pad-x-28{padding-left:calc(4.06rem + 19.95vw);padding-right:calc(4.06rem + 19.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-x-28{padding-left:28rem;padding-right:28rem}}@media only screen and (min-width:1200px){.xl\:pad-x-29{padding-left:calc(4.16rem + 20.7vw);padding-right:calc(4.16rem + 20.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-x-29{padding-left:29rem;padding-right:29rem}}@media only screen and (min-width:1200px){.xl\:pad-x-30{padding-left:calc(4.26rem + 21.45vw);padding-right:calc(4.26rem + 21.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-x-30{padding-left:30rem;padding-right:30rem}}@media only screen and (min-width:1200px){.xl\:pad-x-40{padding-left:calc(5.26rem + 28.95vw);padding-right:calc(5.26rem + 28.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-x-40{padding-left:40rem;padding-right:40rem}}.pad-y-0{padding-top:0;padding-bottom:0}.pad-y-0p5{padding-top:.5rem;padding-bottom:.5rem}.pad-y-0-imp{padding-top:0!important;padding-bottom:0!important}.pad-y-1{padding-top:1rem;padding-bottom:1rem}.pad-y-1p5{padding-top:calc(1.41rem + .075vw);padding-bottom:calc(1.41rem + .075vw)}@media (min-width:1200px){.pad-y-1p5{padding-top:1.5rem;padding-bottom:1.5rem}}.pad-y-2{padding-top:calc(1.46rem + .45vw);padding-bottom:calc(1.46rem + .45vw)}@media (min-width:1200px){.pad-y-2{padding-top:2rem;padding-bottom:2rem}}.pad-y-3{padding-top:calc(1.56rem + 1.2vw);padding-bottom:calc(1.56rem + 1.2vw)}@media (min-width:1200px){.pad-y-3{padding-top:3rem;padding-bottom:3rem}}.pad-y-4{padding-top:calc(1.66rem + 1.95vw);padding-bottom:calc(1.66rem + 1.95vw)}@media (min-width:1200px){.pad-y-4{padding-top:4rem;padding-bottom:4rem}}.pad-y-5{padding-top:calc(1.76rem + 2.7vw);padding-bottom:calc(1.76rem + 2.7vw)}@media (min-width:1200px){.pad-y-5{padding-top:5rem;padding-bottom:5rem}}.pad-y-6{padding-top:calc(1.86rem + 3.45vw);padding-bottom:calc(1.86rem + 3.45vw)}@media (min-width:1200px){.pad-y-6{padding-top:6rem;padding-bottom:6rem}}.pad-y-7{padding-top:calc(1.96rem + 4.2vw);padding-bottom:calc(1.96rem + 4.2vw)}@media (min-width:1200px){.pad-y-7{padding-top:7rem;padding-bottom:7rem}}.pad-y-8{padding-top:calc(2.06rem + 4.95vw);padding-bottom:calc(2.06rem + 4.95vw)}@media (min-width:1200px){.pad-y-8{padding-top:8rem;padding-bottom:8rem}}.pad-y-9{padding-top:calc(2.16rem + 5.7vw);padding-bottom:calc(2.16rem + 5.7vw)}@media (min-width:1200px){.pad-y-9{padding-top:9rem;padding-bottom:9rem}}.pad-y-10{padding-top:calc(2.26rem + 6.45vw);padding-bottom:calc(2.26rem + 6.45vw)}@media (min-width:1200px){.pad-y-10{padding-top:10rem;padding-bottom:10rem}}.pad-y-11{padding-top:calc(2.36rem + 7.2vw);padding-bottom:calc(2.36rem + 7.2vw)}@media (min-width:1200px){.pad-y-11{padding-top:11rem;padding-bottom:11rem}}.pad-y-12{padding-top:calc(2.46rem + 7.95vw);padding-bottom:calc(2.46rem + 7.95vw)}@media (min-width:1200px){.pad-y-12{padding-top:12rem;padding-bottom:12rem}}.pad-y-13{padding-top:calc(2.56rem + 8.7vw);padding-bottom:calc(2.56rem + 8.7vw)}@media (min-width:1200px){.pad-y-13{padding-top:13rem;padding-bottom:13rem}}.pad-y-14{padding-top:calc(2.66rem + 9.45vw);padding-bottom:calc(2.66rem + 9.45vw)}@media (min-width:1200px){.pad-y-14{padding-top:14rem;padding-bottom:14rem}}.pad-y-15{padding-top:calc(2.76rem + 10.2vw);padding-bottom:calc(2.76rem + 10.2vw)}@media (min-width:1200px){.pad-y-15{padding-top:15rem;padding-bottom:15rem}}.pad-y-16{padding-top:calc(2.86rem + 10.95vw);padding-bottom:calc(2.86rem + 10.95vw)}@media (min-width:1200px){.pad-y-16{padding-top:16rem;padding-bottom:16rem}}.pad-y-17{padding-top:calc(2.96rem + 11.7vw);padding-bottom:calc(2.96rem + 11.7vw)}@media (min-width:1200px){.pad-y-17{padding-top:17rem;padding-bottom:17rem}}.pad-y-18{padding-top:calc(3.06rem + 12.45vw);padding-bottom:calc(3.06rem + 12.45vw)}@media (min-width:1200px){.pad-y-18{padding-top:18rem;padding-bottom:18rem}}.pad-y-19{padding-top:calc(3.16rem + 13.2vw);padding-bottom:calc(3.16rem + 13.2vw)}@media (min-width:1200px){.pad-y-19{padding-top:19rem;padding-bottom:19rem}}.pad-y-20{padding-top:calc(3.26rem + 13.95vw);padding-bottom:calc(3.26rem + 13.95vw)}@media (min-width:1200px){.pad-y-20{padding-top:20rem;padding-bottom:20rem}}.pad-y-21{padding-top:calc(3.36rem + 14.7vw);padding-bottom:calc(3.36rem + 14.7vw)}@media (min-width:1200px){.pad-y-21{padding-top:21rem;padding-bottom:21rem}}.pad-y-22{padding-top:calc(3.46rem + 15.45vw);padding-bottom:calc(3.46rem + 15.45vw)}@media (min-width:1200px){.pad-y-22{padding-top:22rem;padding-bottom:22rem}}.pad-y-23{padding-top:calc(3.56rem + 16.2vw);padding-bottom:calc(3.56rem + 16.2vw)}@media (min-width:1200px){.pad-y-23{padding-top:23rem;padding-bottom:23rem}}.pad-y-24{padding-top:calc(3.66rem + 16.95vw);padding-bottom:calc(3.66rem + 16.95vw)}@media (min-width:1200px){.pad-y-24{padding-top:24rem;padding-bottom:24rem}}.pad-y-25{padding-top:calc(3.76rem + 17.7vw);padding-bottom:calc(3.76rem + 17.7vw)}@media (min-width:1200px){.pad-y-25{padding-top:25rem;padding-bottom:25rem}}.pad-y-26{padding-top:calc(3.86rem + 18.45vw);padding-bottom:calc(3.86rem + 18.45vw)}@media (min-width:1200px){.pad-y-26{padding-top:26rem;padding-bottom:26rem}}.pad-y-27{padding-top:calc(3.96rem + 19.2vw);padding-bottom:calc(3.96rem + 19.2vw)}@media (min-width:1200px){.pad-y-27{padding-top:27rem;padding-bottom:27rem}}.pad-y-28{padding-top:calc(4.06rem + 19.95vw);padding-bottom:calc(4.06rem + 19.95vw)}@media (min-width:1200px){.pad-y-28{padding-top:28rem;padding-bottom:28rem}}.pad-y-29{padding-top:calc(4.16rem + 20.7vw);padding-bottom:calc(4.16rem + 20.7vw)}@media (min-width:1200px){.pad-y-29{padding-top:29rem;padding-bottom:29rem}}.pad-y-30{padding-top:calc(4.26rem + 21.45vw);padding-bottom:calc(4.26rem + 21.45vw)}@media (min-width:1200px){.pad-y-30{padding-top:30rem;padding-bottom:30rem}}.pad-y-40{padding-top:calc(5.26rem + 28.95vw);padding-bottom:calc(5.26rem + 28.95vw)}@media (min-width:1200px){.pad-y-40{padding-top:40rem;padding-bottom:40rem}}@media only screen and (min-width:576px){.sm\:pad-y-0{padding-top:0;padding-bottom:0}.sm\:pad-y-0p5{padding-top:.5rem;padding-bottom:.5rem}.sm\:pad-y-0-imp{padding-top:0!important;padding-bottom:0!important}.sm\:pad-y-1{padding-top:1rem;padding-bottom:1rem}.sm\:pad-y-1p5{padding-top:calc(1.41rem + .075vw);padding-bottom:calc(1.41rem + .075vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-y-1p5{padding-top:1.5rem;padding-bottom:1.5rem}}@media only screen and (min-width:576px){.sm\:pad-y-2{padding-top:calc(1.46rem + .45vw);padding-bottom:calc(1.46rem + .45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-y-2{padding-top:2rem;padding-bottom:2rem}}@media only screen and (min-width:576px){.sm\:pad-y-3{padding-top:calc(1.56rem + 1.2vw);padding-bottom:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-y-3{padding-top:3rem;padding-bottom:3rem}}@media only screen and (min-width:576px){.sm\:pad-y-4{padding-top:calc(1.66rem + 1.95vw);padding-bottom:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-y-4{padding-top:4rem;padding-bottom:4rem}}@media only screen and (min-width:576px){.sm\:pad-y-5{padding-top:calc(1.76rem + 2.7vw);padding-bottom:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-y-5{padding-top:5rem;padding-bottom:5rem}}@media only screen and (min-width:576px){.sm\:pad-y-6{padding-top:calc(1.86rem + 3.45vw);padding-bottom:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-y-6{padding-top:6rem;padding-bottom:6rem}}@media only screen and (min-width:576px){.sm\:pad-y-7{padding-top:calc(1.96rem + 4.2vw);padding-bottom:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-y-7{padding-top:7rem;padding-bottom:7rem}}@media only screen and (min-width:576px){.sm\:pad-y-8{padding-top:calc(2.06rem + 4.95vw);padding-bottom:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-y-8{padding-top:8rem;padding-bottom:8rem}}@media only screen and (min-width:576px){.sm\:pad-y-9{padding-top:calc(2.16rem + 5.7vw);padding-bottom:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-y-9{padding-top:9rem;padding-bottom:9rem}}@media only screen and (min-width:576px){.sm\:pad-y-10{padding-top:calc(2.26rem + 6.45vw);padding-bottom:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-y-10{padding-top:10rem;padding-bottom:10rem}}@media only screen and (min-width:576px){.sm\:pad-y-11{padding-top:calc(2.36rem + 7.2vw);padding-bottom:calc(2.36rem + 7.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-y-11{padding-top:11rem;padding-bottom:11rem}}@media only screen and (min-width:576px){.sm\:pad-y-12{padding-top:calc(2.46rem + 7.95vw);padding-bottom:calc(2.46rem + 7.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-y-12{padding-top:12rem;padding-bottom:12rem}}@media only screen and (min-width:576px){.sm\:pad-y-13{padding-top:calc(2.56rem + 8.7vw);padding-bottom:calc(2.56rem + 8.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-y-13{padding-top:13rem;padding-bottom:13rem}}@media only screen and (min-width:576px){.sm\:pad-y-14{padding-top:calc(2.66rem + 9.45vw);padding-bottom:calc(2.66rem + 9.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-y-14{padding-top:14rem;padding-bottom:14rem}}@media only screen and (min-width:576px){.sm\:pad-y-15{padding-top:calc(2.76rem + 10.2vw);padding-bottom:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-y-15{padding-top:15rem;padding-bottom:15rem}}@media only screen and (min-width:576px){.sm\:pad-y-16{padding-top:calc(2.86rem + 10.95vw);padding-bottom:calc(2.86rem + 10.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-y-16{padding-top:16rem;padding-bottom:16rem}}@media only screen and (min-width:576px){.sm\:pad-y-17{padding-top:calc(2.96rem + 11.7vw);padding-bottom:calc(2.96rem + 11.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-y-17{padding-top:17rem;padding-bottom:17rem}}@media only screen and (min-width:576px){.sm\:pad-y-18{padding-top:calc(3.06rem + 12.45vw);padding-bottom:calc(3.06rem + 12.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-y-18{padding-top:18rem;padding-bottom:18rem}}@media only screen and (min-width:576px){.sm\:pad-y-19{padding-top:calc(3.16rem + 13.2vw);padding-bottom:calc(3.16rem + 13.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-y-19{padding-top:19rem;padding-bottom:19rem}}@media only screen and (min-width:576px){.sm\:pad-y-20{padding-top:calc(3.26rem + 13.95vw);padding-bottom:calc(3.26rem + 13.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-y-20{padding-top:20rem;padding-bottom:20rem}}@media only screen and (min-width:576px){.sm\:pad-y-21{padding-top:calc(3.36rem + 14.7vw);padding-bottom:calc(3.36rem + 14.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-y-21{padding-top:21rem;padding-bottom:21rem}}@media only screen and (min-width:576px){.sm\:pad-y-22{padding-top:calc(3.46rem + 15.45vw);padding-bottom:calc(3.46rem + 15.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-y-22{padding-top:22rem;padding-bottom:22rem}}@media only screen and (min-width:576px){.sm\:pad-y-23{padding-top:calc(3.56rem + 16.2vw);padding-bottom:calc(3.56rem + 16.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-y-23{padding-top:23rem;padding-bottom:23rem}}@media only screen and (min-width:576px){.sm\:pad-y-24{padding-top:calc(3.66rem + 16.95vw);padding-bottom:calc(3.66rem + 16.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-y-24{padding-top:24rem;padding-bottom:24rem}}@media only screen and (min-width:576px){.sm\:pad-y-25{padding-top:calc(3.76rem + 17.7vw);padding-bottom:calc(3.76rem + 17.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-y-25{padding-top:25rem;padding-bottom:25rem}}@media only screen and (min-width:576px){.sm\:pad-y-26{padding-top:calc(3.86rem + 18.45vw);padding-bottom:calc(3.86rem + 18.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-y-26{padding-top:26rem;padding-bottom:26rem}}@media only screen and (min-width:576px){.sm\:pad-y-27{padding-top:calc(3.96rem + 19.2vw);padding-bottom:calc(3.96rem + 19.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-y-27{padding-top:27rem;padding-bottom:27rem}}@media only screen and (min-width:576px){.sm\:pad-y-28{padding-top:calc(4.06rem + 19.95vw);padding-bottom:calc(4.06rem + 19.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-y-28{padding-top:28rem;padding-bottom:28rem}}@media only screen and (min-width:576px){.sm\:pad-y-29{padding-top:calc(4.16rem + 20.7vw);padding-bottom:calc(4.16rem + 20.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-y-29{padding-top:29rem;padding-bottom:29rem}}@media only screen and (min-width:576px){.sm\:pad-y-30{padding-top:calc(4.26rem + 21.45vw);padding-bottom:calc(4.26rem + 21.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-y-30{padding-top:30rem;padding-bottom:30rem}}@media only screen and (min-width:576px){.sm\:pad-y-40{padding-top:calc(5.26rem + 28.95vw);padding-bottom:calc(5.26rem + 28.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:pad-y-40{padding-top:40rem;padding-bottom:40rem}}@media only screen and (min-width:768px){.md\:pad-y-0{padding-top:0;padding-bottom:0}.md\:pad-y-0p5{padding-top:.5rem;padding-bottom:.5rem}.md\:pad-y-0-imp{padding-top:0!important;padding-bottom:0!important}.md\:pad-y-1{padding-top:1rem;padding-bottom:1rem}.md\:pad-y-1p5{padding-top:calc(1.41rem + .075vw);padding-bottom:calc(1.41rem + .075vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-y-1p5{padding-top:1.5rem;padding-bottom:1.5rem}}@media only screen and (min-width:768px){.md\:pad-y-2{padding-top:calc(1.46rem + .45vw);padding-bottom:calc(1.46rem + .45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-y-2{padding-top:2rem;padding-bottom:2rem}}@media only screen and (min-width:768px){.md\:pad-y-3{padding-top:calc(1.56rem + 1.2vw);padding-bottom:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-y-3{padding-top:3rem;padding-bottom:3rem}}@media only screen and (min-width:768px){.md\:pad-y-4{padding-top:calc(1.66rem + 1.95vw);padding-bottom:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-y-4{padding-top:4rem;padding-bottom:4rem}}@media only screen and (min-width:768px){.md\:pad-y-5{padding-top:calc(1.76rem + 2.7vw);padding-bottom:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-y-5{padding-top:5rem;padding-bottom:5rem}}@media only screen and (min-width:768px){.md\:pad-y-6{padding-top:calc(1.86rem + 3.45vw);padding-bottom:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-y-6{padding-top:6rem;padding-bottom:6rem}}@media only screen and (min-width:768px){.md\:pad-y-7{padding-top:calc(1.96rem + 4.2vw);padding-bottom:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-y-7{padding-top:7rem;padding-bottom:7rem}}@media only screen and (min-width:768px){.md\:pad-y-8{padding-top:calc(2.06rem + 4.95vw);padding-bottom:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-y-8{padding-top:8rem;padding-bottom:8rem}}@media only screen and (min-width:768px){.md\:pad-y-9{padding-top:calc(2.16rem + 5.7vw);padding-bottom:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-y-9{padding-top:9rem;padding-bottom:9rem}}@media only screen and (min-width:768px){.md\:pad-y-10{padding-top:calc(2.26rem + 6.45vw);padding-bottom:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-y-10{padding-top:10rem;padding-bottom:10rem}}@media only screen and (min-width:768px){.md\:pad-y-11{padding-top:calc(2.36rem + 7.2vw);padding-bottom:calc(2.36rem + 7.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-y-11{padding-top:11rem;padding-bottom:11rem}}@media only screen and (min-width:768px){.md\:pad-y-12{padding-top:calc(2.46rem + 7.95vw);padding-bottom:calc(2.46rem + 7.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-y-12{padding-top:12rem;padding-bottom:12rem}}@media only screen and (min-width:768px){.md\:pad-y-13{padding-top:calc(2.56rem + 8.7vw);padding-bottom:calc(2.56rem + 8.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-y-13{padding-top:13rem;padding-bottom:13rem}}@media only screen and (min-width:768px){.md\:pad-y-14{padding-top:calc(2.66rem + 9.45vw);padding-bottom:calc(2.66rem + 9.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-y-14{padding-top:14rem;padding-bottom:14rem}}@media only screen and (min-width:768px){.md\:pad-y-15{padding-top:calc(2.76rem + 10.2vw);padding-bottom:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-y-15{padding-top:15rem;padding-bottom:15rem}}@media only screen and (min-width:768px){.md\:pad-y-16{padding-top:calc(2.86rem + 10.95vw);padding-bottom:calc(2.86rem + 10.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-y-16{padding-top:16rem;padding-bottom:16rem}}@media only screen and (min-width:768px){.md\:pad-y-17{padding-top:calc(2.96rem + 11.7vw);padding-bottom:calc(2.96rem + 11.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-y-17{padding-top:17rem;padding-bottom:17rem}}@media only screen and (min-width:768px){.md\:pad-y-18{padding-top:calc(3.06rem + 12.45vw);padding-bottom:calc(3.06rem + 12.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-y-18{padding-top:18rem;padding-bottom:18rem}}@media only screen and (min-width:768px){.md\:pad-y-19{padding-top:calc(3.16rem + 13.2vw);padding-bottom:calc(3.16rem + 13.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-y-19{padding-top:19rem;padding-bottom:19rem}}@media only screen and (min-width:768px){.md\:pad-y-20{padding-top:calc(3.26rem + 13.95vw);padding-bottom:calc(3.26rem + 13.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-y-20{padding-top:20rem;padding-bottom:20rem}}@media only screen and (min-width:768px){.md\:pad-y-21{padding-top:calc(3.36rem + 14.7vw);padding-bottom:calc(3.36rem + 14.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-y-21{padding-top:21rem;padding-bottom:21rem}}@media only screen and (min-width:768px){.md\:pad-y-22{padding-top:calc(3.46rem + 15.45vw);padding-bottom:calc(3.46rem + 15.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-y-22{padding-top:22rem;padding-bottom:22rem}}@media only screen and (min-width:768px){.md\:pad-y-23{padding-top:calc(3.56rem + 16.2vw);padding-bottom:calc(3.56rem + 16.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-y-23{padding-top:23rem;padding-bottom:23rem}}@media only screen and (min-width:768px){.md\:pad-y-24{padding-top:calc(3.66rem + 16.95vw);padding-bottom:calc(3.66rem + 16.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-y-24{padding-top:24rem;padding-bottom:24rem}}@media only screen and (min-width:768px){.md\:pad-y-25{padding-top:calc(3.76rem + 17.7vw);padding-bottom:calc(3.76rem + 17.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-y-25{padding-top:25rem;padding-bottom:25rem}}@media only screen and (min-width:768px){.md\:pad-y-26{padding-top:calc(3.86rem + 18.45vw);padding-bottom:calc(3.86rem + 18.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-y-26{padding-top:26rem;padding-bottom:26rem}}@media only screen and (min-width:768px){.md\:pad-y-27{padding-top:calc(3.96rem + 19.2vw);padding-bottom:calc(3.96rem + 19.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-y-27{padding-top:27rem;padding-bottom:27rem}}@media only screen and (min-width:768px){.md\:pad-y-28{padding-top:calc(4.06rem + 19.95vw);padding-bottom:calc(4.06rem + 19.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-y-28{padding-top:28rem;padding-bottom:28rem}}@media only screen and (min-width:768px){.md\:pad-y-29{padding-top:calc(4.16rem + 20.7vw);padding-bottom:calc(4.16rem + 20.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-y-29{padding-top:29rem;padding-bottom:29rem}}@media only screen and (min-width:768px){.md\:pad-y-30{padding-top:calc(4.26rem + 21.45vw);padding-bottom:calc(4.26rem + 21.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-y-30{padding-top:30rem;padding-bottom:30rem}}@media only screen and (min-width:768px){.md\:pad-y-40{padding-top:calc(5.26rem + 28.95vw);padding-bottom:calc(5.26rem + 28.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:pad-y-40{padding-top:40rem;padding-bottom:40rem}}@media only screen and (min-width:992px){.lg\:pad-y-0{padding-top:0;padding-bottom:0}.lg\:pad-y-0p5{padding-top:.5rem;padding-bottom:.5rem}.lg\:pad-y-0-imp{padding-top:0!important;padding-bottom:0!important}.lg\:pad-y-1{padding-top:1rem;padding-bottom:1rem}.lg\:pad-y-1p5{padding-top:calc(1.41rem + .075vw);padding-bottom:calc(1.41rem + .075vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-y-1p5{padding-top:1.5rem;padding-bottom:1.5rem}}@media only screen and (min-width:992px){.lg\:pad-y-2{padding-top:calc(1.46rem + .45vw);padding-bottom:calc(1.46rem + .45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-y-2{padding-top:2rem;padding-bottom:2rem}}@media only screen and (min-width:992px){.lg\:pad-y-3{padding-top:calc(1.56rem + 1.2vw);padding-bottom:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-y-3{padding-top:3rem;padding-bottom:3rem}}@media only screen and (min-width:992px){.lg\:pad-y-4{padding-top:calc(1.66rem + 1.95vw);padding-bottom:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-y-4{padding-top:4rem;padding-bottom:4rem}}@media only screen and (min-width:992px){.lg\:pad-y-5{padding-top:calc(1.76rem + 2.7vw);padding-bottom:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-y-5{padding-top:5rem;padding-bottom:5rem}}@media only screen and (min-width:992px){.lg\:pad-y-6{padding-top:calc(1.86rem + 3.45vw);padding-bottom:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-y-6{padding-top:6rem;padding-bottom:6rem}}@media only screen and (min-width:992px){.lg\:pad-y-7{padding-top:calc(1.96rem + 4.2vw);padding-bottom:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-y-7{padding-top:7rem;padding-bottom:7rem}}@media only screen and (min-width:992px){.lg\:pad-y-8{padding-top:calc(2.06rem + 4.95vw);padding-bottom:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-y-8{padding-top:8rem;padding-bottom:8rem}}@media only screen and (min-width:992px){.lg\:pad-y-9{padding-top:calc(2.16rem + 5.7vw);padding-bottom:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-y-9{padding-top:9rem;padding-bottom:9rem}}@media only screen and (min-width:992px){.lg\:pad-y-10{padding-top:calc(2.26rem + 6.45vw);padding-bottom:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-y-10{padding-top:10rem;padding-bottom:10rem}}@media only screen and (min-width:992px){.lg\:pad-y-11{padding-top:calc(2.36rem + 7.2vw);padding-bottom:calc(2.36rem + 7.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-y-11{padding-top:11rem;padding-bottom:11rem}}@media only screen and (min-width:992px){.lg\:pad-y-12{padding-top:calc(2.46rem + 7.95vw);padding-bottom:calc(2.46rem + 7.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-y-12{padding-top:12rem;padding-bottom:12rem}}@media only screen and (min-width:992px){.lg\:pad-y-13{padding-top:calc(2.56rem + 8.7vw);padding-bottom:calc(2.56rem + 8.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-y-13{padding-top:13rem;padding-bottom:13rem}}@media only screen and (min-width:992px){.lg\:pad-y-14{padding-top:calc(2.66rem + 9.45vw);padding-bottom:calc(2.66rem + 9.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-y-14{padding-top:14rem;padding-bottom:14rem}}@media only screen and (min-width:992px){.lg\:pad-y-15{padding-top:calc(2.76rem + 10.2vw);padding-bottom:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-y-15{padding-top:15rem;padding-bottom:15rem}}@media only screen and (min-width:992px){.lg\:pad-y-16{padding-top:calc(2.86rem + 10.95vw);padding-bottom:calc(2.86rem + 10.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-y-16{padding-top:16rem;padding-bottom:16rem}}@media only screen and (min-width:992px){.lg\:pad-y-17{padding-top:calc(2.96rem + 11.7vw);padding-bottom:calc(2.96rem + 11.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-y-17{padding-top:17rem;padding-bottom:17rem}}@media only screen and (min-width:992px){.lg\:pad-y-18{padding-top:calc(3.06rem + 12.45vw);padding-bottom:calc(3.06rem + 12.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-y-18{padding-top:18rem;padding-bottom:18rem}}@media only screen and (min-width:992px){.lg\:pad-y-19{padding-top:calc(3.16rem + 13.2vw);padding-bottom:calc(3.16rem + 13.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-y-19{padding-top:19rem;padding-bottom:19rem}}@media only screen and (min-width:992px){.lg\:pad-y-20{padding-top:calc(3.26rem + 13.95vw);padding-bottom:calc(3.26rem + 13.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-y-20{padding-top:20rem;padding-bottom:20rem}}@media only screen and (min-width:992px){.lg\:pad-y-21{padding-top:calc(3.36rem + 14.7vw);padding-bottom:calc(3.36rem + 14.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-y-21{padding-top:21rem;padding-bottom:21rem}}@media only screen and (min-width:992px){.lg\:pad-y-22{padding-top:calc(3.46rem + 15.45vw);padding-bottom:calc(3.46rem + 15.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-y-22{padding-top:22rem;padding-bottom:22rem}}@media only screen and (min-width:992px){.lg\:pad-y-23{padding-top:calc(3.56rem + 16.2vw);padding-bottom:calc(3.56rem + 16.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-y-23{padding-top:23rem;padding-bottom:23rem}}@media only screen and (min-width:992px){.lg\:pad-y-24{padding-top:calc(3.66rem + 16.95vw);padding-bottom:calc(3.66rem + 16.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-y-24{padding-top:24rem;padding-bottom:24rem}}@media only screen and (min-width:992px){.lg\:pad-y-25{padding-top:calc(3.76rem + 17.7vw);padding-bottom:calc(3.76rem + 17.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-y-25{padding-top:25rem;padding-bottom:25rem}}@media only screen and (min-width:992px){.lg\:pad-y-26{padding-top:calc(3.86rem + 18.45vw);padding-bottom:calc(3.86rem + 18.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-y-26{padding-top:26rem;padding-bottom:26rem}}@media only screen and (min-width:992px){.lg\:pad-y-27{padding-top:calc(3.96rem + 19.2vw);padding-bottom:calc(3.96rem + 19.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-y-27{padding-top:27rem;padding-bottom:27rem}}@media only screen and (min-width:992px){.lg\:pad-y-28{padding-top:calc(4.06rem + 19.95vw);padding-bottom:calc(4.06rem + 19.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-y-28{padding-top:28rem;padding-bottom:28rem}}@media only screen and (min-width:992px){.lg\:pad-y-29{padding-top:calc(4.16rem + 20.7vw);padding-bottom:calc(4.16rem + 20.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-y-29{padding-top:29rem;padding-bottom:29rem}}@media only screen and (min-width:992px){.lg\:pad-y-30{padding-top:calc(4.26rem + 21.45vw);padding-bottom:calc(4.26rem + 21.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-y-30{padding-top:30rem;padding-bottom:30rem}}@media only screen and (min-width:992px){.lg\:pad-y-40{padding-top:calc(5.26rem + 28.95vw);padding-bottom:calc(5.26rem + 28.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:pad-y-40{padding-top:40rem;padding-bottom:40rem}}@media only screen and (min-width:1200px){.xl\:pad-y-0{padding-top:0;padding-bottom:0}.xl\:pad-y-0p5{padding-top:.5rem;padding-bottom:.5rem}.xl\:pad-y-0-imp{padding-top:0!important;padding-bottom:0!important}.xl\:pad-y-1{padding-top:1rem;padding-bottom:1rem}.xl\:pad-y-1p5{padding-top:calc(1.41rem + .075vw);padding-bottom:calc(1.41rem + .075vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-y-1p5{padding-top:1.5rem;padding-bottom:1.5rem}}@media only screen and (min-width:1200px){.xl\:pad-y-2{padding-top:calc(1.46rem + .45vw);padding-bottom:calc(1.46rem + .45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-y-2{padding-top:2rem;padding-bottom:2rem}}@media only screen and (min-width:1200px){.xl\:pad-y-3{padding-top:calc(1.56rem + 1.2vw);padding-bottom:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-y-3{padding-top:3rem;padding-bottom:3rem}}@media only screen and (min-width:1200px){.xl\:pad-y-4{padding-top:calc(1.66rem + 1.95vw);padding-bottom:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-y-4{padding-top:4rem;padding-bottom:4rem}}@media only screen and (min-width:1200px){.xl\:pad-y-5{padding-top:calc(1.76rem + 2.7vw);padding-bottom:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-y-5{padding-top:5rem;padding-bottom:5rem}}@media only screen and (min-width:1200px){.xl\:pad-y-6{padding-top:calc(1.86rem + 3.45vw);padding-bottom:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-y-6{padding-top:6rem;padding-bottom:6rem}}@media only screen and (min-width:1200px){.xl\:pad-y-7{padding-top:calc(1.96rem + 4.2vw);padding-bottom:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-y-7{padding-top:7rem;padding-bottom:7rem}}@media only screen and (min-width:1200px){.xl\:pad-y-8{padding-top:calc(2.06rem + 4.95vw);padding-bottom:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-y-8{padding-top:8rem;padding-bottom:8rem}}@media only screen and (min-width:1200px){.xl\:pad-y-9{padding-top:calc(2.16rem + 5.7vw);padding-bottom:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-y-9{padding-top:9rem;padding-bottom:9rem}}@media only screen and (min-width:1200px){.xl\:pad-y-10{padding-top:calc(2.26rem + 6.45vw);padding-bottom:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-y-10{padding-top:10rem;padding-bottom:10rem}}@media only screen and (min-width:1200px){.xl\:pad-y-11{padding-top:calc(2.36rem + 7.2vw);padding-bottom:calc(2.36rem + 7.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-y-11{padding-top:11rem;padding-bottom:11rem}}@media only screen and (min-width:1200px){.xl\:pad-y-12{padding-top:calc(2.46rem + 7.95vw);padding-bottom:calc(2.46rem + 7.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-y-12{padding-top:12rem;padding-bottom:12rem}}@media only screen and (min-width:1200px){.xl\:pad-y-13{padding-top:calc(2.56rem + 8.7vw);padding-bottom:calc(2.56rem + 8.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-y-13{padding-top:13rem;padding-bottom:13rem}}@media only screen and (min-width:1200px){.xl\:pad-y-14{padding-top:calc(2.66rem + 9.45vw);padding-bottom:calc(2.66rem + 9.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-y-14{padding-top:14rem;padding-bottom:14rem}}@media only screen and (min-width:1200px){.xl\:pad-y-15{padding-top:calc(2.76rem + 10.2vw);padding-bottom:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-y-15{padding-top:15rem;padding-bottom:15rem}}@media only screen and (min-width:1200px){.xl\:pad-y-16{padding-top:calc(2.86rem + 10.95vw);padding-bottom:calc(2.86rem + 10.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-y-16{padding-top:16rem;padding-bottom:16rem}}@media only screen and (min-width:1200px){.xl\:pad-y-17{padding-top:calc(2.96rem + 11.7vw);padding-bottom:calc(2.96rem + 11.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-y-17{padding-top:17rem;padding-bottom:17rem}}@media only screen and (min-width:1200px){.xl\:pad-y-18{padding-top:calc(3.06rem + 12.45vw);padding-bottom:calc(3.06rem + 12.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-y-18{padding-top:18rem;padding-bottom:18rem}}@media only screen and (min-width:1200px){.xl\:pad-y-19{padding-top:calc(3.16rem + 13.2vw);padding-bottom:calc(3.16rem + 13.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-y-19{padding-top:19rem;padding-bottom:19rem}}@media only screen and (min-width:1200px){.xl\:pad-y-20{padding-top:calc(3.26rem + 13.95vw);padding-bottom:calc(3.26rem + 13.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-y-20{padding-top:20rem;padding-bottom:20rem}}@media only screen and (min-width:1200px){.xl\:pad-y-21{padding-top:calc(3.36rem + 14.7vw);padding-bottom:calc(3.36rem + 14.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-y-21{padding-top:21rem;padding-bottom:21rem}}@media only screen and (min-width:1200px){.xl\:pad-y-22{padding-top:calc(3.46rem + 15.45vw);padding-bottom:calc(3.46rem + 15.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-y-22{padding-top:22rem;padding-bottom:22rem}}@media only screen and (min-width:1200px){.xl\:pad-y-23{padding-top:calc(3.56rem + 16.2vw);padding-bottom:calc(3.56rem + 16.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-y-23{padding-top:23rem;padding-bottom:23rem}}@media only screen and (min-width:1200px){.xl\:pad-y-24{padding-top:calc(3.66rem + 16.95vw);padding-bottom:calc(3.66rem + 16.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-y-24{padding-top:24rem;padding-bottom:24rem}}@media only screen and (min-width:1200px){.xl\:pad-y-25{padding-top:calc(3.76rem + 17.7vw);padding-bottom:calc(3.76rem + 17.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-y-25{padding-top:25rem;padding-bottom:25rem}}@media only screen and (min-width:1200px){.xl\:pad-y-26{padding-top:calc(3.86rem + 18.45vw);padding-bottom:calc(3.86rem + 18.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-y-26{padding-top:26rem;padding-bottom:26rem}}@media only screen and (min-width:1200px){.xl\:pad-y-27{padding-top:calc(3.96rem + 19.2vw);padding-bottom:calc(3.96rem + 19.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-y-27{padding-top:27rem;padding-bottom:27rem}}@media only screen and (min-width:1200px){.xl\:pad-y-28{padding-top:calc(4.06rem + 19.95vw);padding-bottom:calc(4.06rem + 19.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-y-28{padding-top:28rem;padding-bottom:28rem}}@media only screen and (min-width:1200px){.xl\:pad-y-29{padding-top:calc(4.16rem + 20.7vw);padding-bottom:calc(4.16rem + 20.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-y-29{padding-top:29rem;padding-bottom:29rem}}@media only screen and (min-width:1200px){.xl\:pad-y-30{padding-top:calc(4.26rem + 21.45vw);padding-bottom:calc(4.26rem + 21.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-y-30{padding-top:30rem;padding-bottom:30rem}}@media only screen and (min-width:1200px){.xl\:pad-y-40{padding-top:calc(5.26rem + 28.95vw);padding-bottom:calc(5.26rem + 28.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:pad-y-40{padding-top:40rem;padding-bottom:40rem}}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.static{position:static}@media only screen and (min-width:576px){.sm\:relative{position:relative}.sm\:absolute{position:absolute}.sm\:fixed{position:fixed}.sm\:static{position:static}}@media only screen and (min-width:768px){.md\:relative{position:relative}.md\:absolute{position:absolute}.md\:fixed{position:fixed}.md\:static{position:static}}@media only screen and (min-width:992px){.lg\:relative{position:relative}.lg\:absolute{position:absolute}.lg\:fixed{position:fixed}.lg\:static{position:static}}@media only screen and (min-width:1200px){.xl\:relative{position:relative}.xl\:absolute{position:absolute}.xl\:fixed{position:fixed}.xl\:static{position:static}}.edge-0{top:0;right:0;bottom:0;left:0}.edge-1{top:1rem;right:1rem;left:1rem;bottom:1rem}.edge-2{top:calc(1.46rem + .45vw);right:calc(1.46rem + .45vw);left:calc(1.46rem + .45vw);bottom:calc(1.46rem + .45vw)}@media (min-width:1200px){.edge-2{top:2rem;right:2rem;left:2rem;bottom:2rem}}.edge-3{top:calc(1.56rem + 1.2vw);right:calc(1.56rem + 1.2vw);left:calc(1.56rem + 1.2vw);bottom:calc(1.56rem + 1.2vw)}@media (min-width:1200px){.edge-3{top:3rem;right:3rem;left:3rem;bottom:3rem}}.edge-4{top:calc(1.66rem + 1.95vw);right:calc(1.66rem + 1.95vw);left:calc(1.66rem + 1.95vw);bottom:calc(1.66rem + 1.95vw)}@media (min-width:1200px){.edge-4{top:4rem;right:4rem;left:4rem;bottom:4rem}}.edge-5{top:calc(1.76rem + 2.7vw);right:calc(1.76rem + 2.7vw);left:calc(1.76rem + 2.7vw);bottom:calc(1.76rem + 2.7vw)}@media (min-width:1200px){.edge-5{top:5rem;right:5rem;left:5rem;bottom:5rem}}.edge-6{top:calc(1.86rem + 3.45vw);right:calc(1.86rem + 3.45vw);left:calc(1.86rem + 3.45vw);bottom:calc(1.86rem + 3.45vw)}@media (min-width:1200px){.edge-6{top:6rem;right:6rem;left:6rem;bottom:6rem}}.edge-7{top:calc(1.96rem + 4.2vw);right:calc(1.96rem + 4.2vw);left:calc(1.96rem + 4.2vw);bottom:calc(1.96rem + 4.2vw)}@media (min-width:1200px){.edge-7{top:7rem;right:7rem;left:7rem;bottom:7rem}}.edge-8{top:calc(2.06rem + 4.95vw);right:calc(2.06rem + 4.95vw);left:calc(2.06rem + 4.95vw);bottom:calc(2.06rem + 4.95vw)}@media (min-width:1200px){.edge-8{top:8rem;right:8rem;left:8rem;bottom:8rem}}.edge-9{top:calc(2.16rem + 5.7vw);right:calc(2.16rem + 5.7vw);left:calc(2.16rem + 5.7vw);bottom:calc(2.16rem + 5.7vw)}@media (min-width:1200px){.edge-9{top:9rem;right:9rem;left:9rem;bottom:9rem}}.edge-10{top:calc(2.26rem + 6.45vw);right:calc(2.26rem + 6.45vw);left:calc(2.26rem + 6.45vw);bottom:calc(2.26rem + 6.45vw)}@media (min-width:1200px){.edge-10{top:10rem;right:10rem;left:10rem;bottom:10rem}}.edge-bottom-2{right:calc(1.46rem + .45vw);left:calc(1.46rem + .45vw);bottom:calc(1.46rem + .45vw)}@media (min-width:1200px){.edge-bottom-2{right:2rem;left:2rem;bottom:2rem}}@media only screen and (min-width:576px){.sm\:edge-0{top:0;right:0;bottom:0;left:0}.sm\:edge-1{top:1rem;right:1rem;left:1rem;bottom:1rem}.sm\:edge-2{top:calc(1.46rem + .45vw);right:calc(1.46rem + .45vw);left:calc(1.46rem + .45vw);bottom:calc(1.46rem + .45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:edge-2{top:2rem;right:2rem;left:2rem;bottom:2rem}}@media only screen and (min-width:576px){.sm\:edge-3{top:calc(1.56rem + 1.2vw);right:calc(1.56rem + 1.2vw);left:calc(1.56rem + 1.2vw);bottom:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:edge-3{top:3rem;right:3rem;left:3rem;bottom:3rem}}@media only screen and (min-width:576px){.sm\:edge-4{top:calc(1.66rem + 1.95vw);right:calc(1.66rem + 1.95vw);left:calc(1.66rem + 1.95vw);bottom:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:edge-4{top:4rem;right:4rem;left:4rem;bottom:4rem}}@media only screen and (min-width:576px){.sm\:edge-5{top:calc(1.76rem + 2.7vw);right:calc(1.76rem + 2.7vw);left:calc(1.76rem + 2.7vw);bottom:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:edge-5{top:5rem;right:5rem;left:5rem;bottom:5rem}}@media only screen and (min-width:576px){.sm\:edge-6{top:calc(1.86rem + 3.45vw);right:calc(1.86rem + 3.45vw);left:calc(1.86rem + 3.45vw);bottom:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:edge-6{top:6rem;right:6rem;left:6rem;bottom:6rem}}@media only screen and (min-width:576px){.sm\:edge-7{top:calc(1.96rem + 4.2vw);right:calc(1.96rem + 4.2vw);left:calc(1.96rem + 4.2vw);bottom:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:edge-7{top:7rem;right:7rem;left:7rem;bottom:7rem}}@media only screen and (min-width:576px){.sm\:edge-8{top:calc(2.06rem + 4.95vw);right:calc(2.06rem + 4.95vw);left:calc(2.06rem + 4.95vw);bottom:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:edge-8{top:8rem;right:8rem;left:8rem;bottom:8rem}}@media only screen and (min-width:576px){.sm\:edge-9{top:calc(2.16rem + 5.7vw);right:calc(2.16rem + 5.7vw);left:calc(2.16rem + 5.7vw);bottom:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:edge-9{top:9rem;right:9rem;left:9rem;bottom:9rem}}@media only screen and (min-width:576px){.sm\:edge-10{top:calc(2.26rem + 6.45vw);right:calc(2.26rem + 6.45vw);left:calc(2.26rem + 6.45vw);bottom:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:edge-10{top:10rem;right:10rem;left:10rem;bottom:10rem}}@media only screen and (min-width:576px){.sm\:edge-bottom-2{right:calc(1.46rem + .45vw);left:calc(1.46rem + .45vw);bottom:calc(1.46rem + .45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:edge-bottom-2{right:2rem;left:2rem;bottom:2rem}}@media only screen and (min-width:768px){.md\:edge-0{top:0;right:0;bottom:0;left:0}.md\:edge-1{top:1rem;right:1rem;left:1rem;bottom:1rem}.md\:edge-2{top:calc(1.46rem + .45vw);right:calc(1.46rem + .45vw);left:calc(1.46rem + .45vw);bottom:calc(1.46rem + .45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:edge-2{top:2rem;right:2rem;left:2rem;bottom:2rem}}@media only screen and (min-width:768px){.md\:edge-3{top:calc(1.56rem + 1.2vw);right:calc(1.56rem + 1.2vw);left:calc(1.56rem + 1.2vw);bottom:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:edge-3{top:3rem;right:3rem;left:3rem;bottom:3rem}}@media only screen and (min-width:768px){.md\:edge-4{top:calc(1.66rem + 1.95vw);right:calc(1.66rem + 1.95vw);left:calc(1.66rem + 1.95vw);bottom:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:edge-4{top:4rem;right:4rem;left:4rem;bottom:4rem}}@media only screen and (min-width:768px){.md\:edge-5{top:calc(1.76rem + 2.7vw);right:calc(1.76rem + 2.7vw);left:calc(1.76rem + 2.7vw);bottom:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:edge-5{top:5rem;right:5rem;left:5rem;bottom:5rem}}@media only screen and (min-width:768px){.md\:edge-6{top:calc(1.86rem + 3.45vw);right:calc(1.86rem + 3.45vw);left:calc(1.86rem + 3.45vw);bottom:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:edge-6{top:6rem;right:6rem;left:6rem;bottom:6rem}}@media only screen and (min-width:768px){.md\:edge-7{top:calc(1.96rem + 4.2vw);right:calc(1.96rem + 4.2vw);left:calc(1.96rem + 4.2vw);bottom:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:edge-7{top:7rem;right:7rem;left:7rem;bottom:7rem}}@media only screen and (min-width:768px){.md\:edge-8{top:calc(2.06rem + 4.95vw);right:calc(2.06rem + 4.95vw);left:calc(2.06rem + 4.95vw);bottom:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:edge-8{top:8rem;right:8rem;left:8rem;bottom:8rem}}@media only screen and (min-width:768px){.md\:edge-9{top:calc(2.16rem + 5.7vw);right:calc(2.16rem + 5.7vw);left:calc(2.16rem + 5.7vw);bottom:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:edge-9{top:9rem;right:9rem;left:9rem;bottom:9rem}}@media only screen and (min-width:768px){.md\:edge-10{top:calc(2.26rem + 6.45vw);right:calc(2.26rem + 6.45vw);left:calc(2.26rem + 6.45vw);bottom:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:edge-10{top:10rem;right:10rem;left:10rem;bottom:10rem}}@media only screen and (min-width:768px){.md\:edge-bottom-2{right:calc(1.46rem + .45vw);left:calc(1.46rem + .45vw);bottom:calc(1.46rem + .45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:edge-bottom-2{right:2rem;left:2rem;bottom:2rem}}@media only screen and (min-width:992px){.lg\:edge-0{top:0;right:0;bottom:0;left:0}.lg\:edge-1{top:1rem;right:1rem;left:1rem;bottom:1rem}.lg\:edge-2{top:calc(1.46rem + .45vw);right:calc(1.46rem + .45vw);left:calc(1.46rem + .45vw);bottom:calc(1.46rem + .45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:edge-2{top:2rem;right:2rem;left:2rem;bottom:2rem}}@media only screen and (min-width:992px){.lg\:edge-3{top:calc(1.56rem + 1.2vw);right:calc(1.56rem + 1.2vw);left:calc(1.56rem + 1.2vw);bottom:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:edge-3{top:3rem;right:3rem;left:3rem;bottom:3rem}}@media only screen and (min-width:992px){.lg\:edge-4{top:calc(1.66rem + 1.95vw);right:calc(1.66rem + 1.95vw);left:calc(1.66rem + 1.95vw);bottom:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:edge-4{top:4rem;right:4rem;left:4rem;bottom:4rem}}@media only screen and (min-width:992px){.lg\:edge-5{top:calc(1.76rem + 2.7vw);right:calc(1.76rem + 2.7vw);left:calc(1.76rem + 2.7vw);bottom:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:edge-5{top:5rem;right:5rem;left:5rem;bottom:5rem}}@media only screen and (min-width:992px){.lg\:edge-6{top:calc(1.86rem + 3.45vw);right:calc(1.86rem + 3.45vw);left:calc(1.86rem + 3.45vw);bottom:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:edge-6{top:6rem;right:6rem;left:6rem;bottom:6rem}}@media only screen and (min-width:992px){.lg\:edge-7{top:calc(1.96rem + 4.2vw);right:calc(1.96rem + 4.2vw);left:calc(1.96rem + 4.2vw);bottom:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:edge-7{top:7rem;right:7rem;left:7rem;bottom:7rem}}@media only screen and (min-width:992px){.lg\:edge-8{top:calc(2.06rem + 4.95vw);right:calc(2.06rem + 4.95vw);left:calc(2.06rem + 4.95vw);bottom:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:edge-8{top:8rem;right:8rem;left:8rem;bottom:8rem}}@media only screen and (min-width:992px){.lg\:edge-9{top:calc(2.16rem + 5.7vw);right:calc(2.16rem + 5.7vw);left:calc(2.16rem + 5.7vw);bottom:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:edge-9{top:9rem;right:9rem;left:9rem;bottom:9rem}}@media only screen and (min-width:992px){.lg\:edge-10{top:calc(2.26rem + 6.45vw);right:calc(2.26rem + 6.45vw);left:calc(2.26rem + 6.45vw);bottom:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:edge-10{top:10rem;right:10rem;left:10rem;bottom:10rem}}@media only screen and (min-width:992px){.lg\:edge-bottom-2{right:calc(1.46rem + .45vw);left:calc(1.46rem + .45vw);bottom:calc(1.46rem + .45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:edge-bottom-2{right:2rem;left:2rem;bottom:2rem}}@media only screen and (min-width:1200px){.xl\:edge-0{top:0;right:0;bottom:0;left:0}.xl\:edge-1{top:1rem;right:1rem;left:1rem;bottom:1rem}.xl\:edge-2{top:calc(1.46rem + .45vw);right:calc(1.46rem + .45vw);left:calc(1.46rem + .45vw);bottom:calc(1.46rem + .45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:edge-2{top:2rem;right:2rem;left:2rem;bottom:2rem}}@media only screen and (min-width:1200px){.xl\:edge-3{top:calc(1.56rem + 1.2vw);right:calc(1.56rem + 1.2vw);left:calc(1.56rem + 1.2vw);bottom:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:edge-3{top:3rem;right:3rem;left:3rem;bottom:3rem}}@media only screen and (min-width:1200px){.xl\:edge-4{top:calc(1.66rem + 1.95vw);right:calc(1.66rem + 1.95vw);left:calc(1.66rem + 1.95vw);bottom:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:edge-4{top:4rem;right:4rem;left:4rem;bottom:4rem}}@media only screen and (min-width:1200px){.xl\:edge-5{top:calc(1.76rem + 2.7vw);right:calc(1.76rem + 2.7vw);left:calc(1.76rem + 2.7vw);bottom:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:edge-5{top:5rem;right:5rem;left:5rem;bottom:5rem}}@media only screen and (min-width:1200px){.xl\:edge-6{top:calc(1.86rem + 3.45vw);right:calc(1.86rem + 3.45vw);left:calc(1.86rem + 3.45vw);bottom:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:edge-6{top:6rem;right:6rem;left:6rem;bottom:6rem}}@media only screen and (min-width:1200px){.xl\:edge-7{top:calc(1.96rem + 4.2vw);right:calc(1.96rem + 4.2vw);left:calc(1.96rem + 4.2vw);bottom:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:edge-7{top:7rem;right:7rem;left:7rem;bottom:7rem}}@media only screen and (min-width:1200px){.xl\:edge-8{top:calc(2.06rem + 4.95vw);right:calc(2.06rem + 4.95vw);left:calc(2.06rem + 4.95vw);bottom:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:edge-8{top:8rem;right:8rem;left:8rem;bottom:8rem}}@media only screen and (min-width:1200px){.xl\:edge-9{top:calc(2.16rem + 5.7vw);right:calc(2.16rem + 5.7vw);left:calc(2.16rem + 5.7vw);bottom:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:edge-9{top:9rem;right:9rem;left:9rem;bottom:9rem}}@media only screen and (min-width:1200px){.xl\:edge-10{top:calc(2.26rem + 6.45vw);right:calc(2.26rem + 6.45vw);left:calc(2.26rem + 6.45vw);bottom:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:edge-10{top:10rem;right:10rem;left:10rem;bottom:10rem}}@media only screen and (min-width:1200px){.xl\:edge-bottom-2{right:calc(1.46rem + .45vw);left:calc(1.46rem + .45vw);bottom:calc(1.46rem + .45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:edge-bottom-2{right:2rem;left:2rem;bottom:2rem}}.index-1{z-index:1}.index-2{z-index:2}.index-3{z-index:3}.index-4{z-index:4}.index-5{z-index:5}.index-n1{z-index:-1}.index-auto{z-index:auto!important}.b-n1{bottom:-1rem}.b-n2{bottom:calc(-1.46rem - .45vw)}@media (min-width:1200px){.b-n2{bottom:-2rem}}.b-n3{bottom:calc(-1.46rem - 1.2vw)}@media (min-width:1200px){.b-n3{bottom:-3rem}}.b-n4{bottom:calc(-1.46rem - 1.95vw)}@media (min-width:1200px){.b-n4{bottom:-4rem}}.b-n5{bottom:calc(-1.46rem - 2.7vw)}@media (min-width:1200px){.b-n5{bottom:-5rem}}.b-n6{bottom:calc(-1.46rem - 3.45vw)}@media (min-width:1200px){.b-n6{bottom:-6rem}}.b-n7{bottom:calc(-1.46rem - 4.2vw)}@media (min-width:1200px){.b-n7{bottom:-7rem}}.b-n8{bottom:calc(-1.46rem - 4.95vw)}@media (min-width:1200px){.b-n8{bottom:-8rem}}.b-n9{bottom:calc(-1.46rem - 5.7vw)}@media (min-width:1200px){.b-n9{bottom:-9rem}}.b-n10{bottom:calc(-1.46rem - 6.45vw)}@media (min-width:1200px){.b-n10{bottom:-10rem}}.b-n15{bottom:calc(-1.46rem - 10.2vw)}@media (min-width:1200px){.b-n15{bottom:-15rem}}@media only screen and (min-width:576px){.sm\:b-n1{bottom:-1rem}.sm\:b-n2{bottom:calc(-1.46rem - .45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:b-n2{bottom:-2rem}}@media only screen and (min-width:576px){.sm\:b-n3{bottom:calc(-1.46rem - 1.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:b-n3{bottom:-3rem}}@media only screen and (min-width:576px){.sm\:b-n4{bottom:calc(-1.46rem - 1.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:b-n4{bottom:-4rem}}@media only screen and (min-width:576px){.sm\:b-n5{bottom:calc(-1.46rem - 2.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:b-n5{bottom:-5rem}}@media only screen and (min-width:576px){.sm\:b-n6{bottom:calc(-1.46rem - 3.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:b-n6{bottom:-6rem}}@media only screen and (min-width:576px){.sm\:b-n7{bottom:calc(-1.46rem - 4.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:b-n7{bottom:-7rem}}@media only screen and (min-width:576px){.sm\:b-n8{bottom:calc(-1.46rem - 4.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:b-n8{bottom:-8rem}}@media only screen and (min-width:576px){.sm\:b-n9{bottom:calc(-1.46rem - 5.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:b-n9{bottom:-9rem}}@media only screen and (min-width:576px){.sm\:b-n10{bottom:calc(-1.46rem - 6.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:b-n10{bottom:-10rem}}@media only screen and (min-width:576px){.sm\:b-n15{bottom:calc(-1.46rem - 10.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:b-n15{bottom:-15rem}}@media only screen and (min-width:768px){.md\:b-n1{bottom:-1rem}.md\:b-n2{bottom:calc(-1.46rem - .45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:b-n2{bottom:-2rem}}@media only screen and (min-width:768px){.md\:b-n3{bottom:calc(-1.46rem - 1.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:b-n3{bottom:-3rem}}@media only screen and (min-width:768px){.md\:b-n4{bottom:calc(-1.46rem - 1.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:b-n4{bottom:-4rem}}@media only screen and (min-width:768px){.md\:b-n5{bottom:calc(-1.46rem - 2.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:b-n5{bottom:-5rem}}@media only screen and (min-width:768px){.md\:b-n6{bottom:calc(-1.46rem - 3.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:b-n6{bottom:-6rem}}@media only screen and (min-width:768px){.md\:b-n7{bottom:calc(-1.46rem - 4.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:b-n7{bottom:-7rem}}@media only screen and (min-width:768px){.md\:b-n8{bottom:calc(-1.46rem - 4.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:b-n8{bottom:-8rem}}@media only screen and (min-width:768px){.md\:b-n9{bottom:calc(-1.46rem - 5.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:b-n9{bottom:-9rem}}@media only screen and (min-width:768px){.md\:b-n10{bottom:calc(-1.46rem - 6.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:b-n10{bottom:-10rem}}@media only screen and (min-width:768px){.md\:b-n15{bottom:calc(-1.46rem - 10.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:b-n15{bottom:-15rem}}@media only screen and (min-width:992px){.lg\:b-n1{bottom:-1rem}.lg\:b-n2{bottom:calc(-1.46rem - .45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:b-n2{bottom:-2rem}}@media only screen and (min-width:992px){.lg\:b-n3{bottom:calc(-1.46rem - 1.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:b-n3{bottom:-3rem}}@media only screen and (min-width:992px){.lg\:b-n4{bottom:calc(-1.46rem - 1.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:b-n4{bottom:-4rem}}@media only screen and (min-width:992px){.lg\:b-n5{bottom:calc(-1.46rem - 2.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:b-n5{bottom:-5rem}}@media only screen and (min-width:992px){.lg\:b-n6{bottom:calc(-1.46rem - 3.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:b-n6{bottom:-6rem}}@media only screen and (min-width:992px){.lg\:b-n7{bottom:calc(-1.46rem - 4.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:b-n7{bottom:-7rem}}@media only screen and (min-width:992px){.lg\:b-n8{bottom:calc(-1.46rem - 4.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:b-n8{bottom:-8rem}}@media only screen and (min-width:992px){.lg\:b-n9{bottom:calc(-1.46rem - 5.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:b-n9{bottom:-9rem}}@media only screen and (min-width:992px){.lg\:b-n10{bottom:calc(-1.46rem - 6.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:b-n10{bottom:-10rem}}@media only screen and (min-width:992px){.lg\:b-n15{bottom:calc(-1.46rem - 10.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:b-n15{bottom:-15rem}}@media only screen and (min-width:1200px){.xl\:b-n1{bottom:-1rem}.xl\:b-n2{bottom:calc(-1.46rem - .45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:b-n2{bottom:-2rem}}@media only screen and (min-width:1200px){.xl\:b-n3{bottom:calc(-1.46rem - 1.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:b-n3{bottom:-3rem}}@media only screen and (min-width:1200px){.xl\:b-n4{bottom:calc(-1.46rem - 1.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:b-n4{bottom:-4rem}}@media only screen and (min-width:1200px){.xl\:b-n5{bottom:calc(-1.46rem - 2.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:b-n5{bottom:-5rem}}@media only screen and (min-width:1200px){.xl\:b-n6{bottom:calc(-1.46rem - 3.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:b-n6{bottom:-6rem}}@media only screen and (min-width:1200px){.xl\:b-n7{bottom:calc(-1.46rem - 4.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:b-n7{bottom:-7rem}}@media only screen and (min-width:1200px){.xl\:b-n8{bottom:calc(-1.46rem - 4.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:b-n8{bottom:-8rem}}@media only screen and (min-width:1200px){.xl\:b-n9{bottom:calc(-1.46rem - 5.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:b-n9{bottom:-9rem}}@media only screen and (min-width:1200px){.xl\:b-n10{bottom:calc(-1.46rem - 6.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:b-n10{bottom:-10rem}}@media only screen and (min-width:1200px){.xl\:b-n15{bottom:calc(-1.46rem - 10.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:b-n15{bottom:-15rem}}.b-0{bottom:0}.b-auto{bottom:auto}.b-1{bottom:1rem}.b-2{bottom:calc(1.46rem + .45vw)}@media (min-width:1200px){.b-2{bottom:2rem}}.b-3{bottom:calc(1.56rem + 1.2vw)}@media (min-width:1200px){.b-3{bottom:3rem}}.b-4{bottom:calc(1.66rem + 1.95vw)}@media (min-width:1200px){.b-4{bottom:4rem}}.b-5{bottom:calc(1.76rem + 2.7vw)}@media (min-width:1200px){.b-5{bottom:5rem}}.b-6{bottom:calc(1.86rem + 3.45vw)}@media (min-width:1200px){.b-6{bottom:6rem}}.b-7{bottom:calc(1.96rem + 4.2vw)}@media (min-width:1200px){.b-7{bottom:7rem}}.b-8{bottom:calc(2.06rem + 4.95vw)}@media (min-width:1200px){.b-8{bottom:8rem}}.b-9{bottom:calc(2.16rem + 5.7vw)}@media (min-width:1200px){.b-9{bottom:9rem}}.b-10{bottom:calc(2.26rem + 6.45vw)}@media (min-width:1200px){.b-10{bottom:10rem}}.b-15{bottom:calc(2.76rem + 10.2vw)}@media (min-width:1200px){.b-15{bottom:15rem}}.b-10-pct{bottom:10%}.b-20-pct{bottom:20%}.b-30-pct{bottom:30%}.b-40-pct{bottom:40%}.b-50-pct{bottom:50%}.b-60-pct{bottom:60%}.b-70-pct{bottom:70%}@media only screen and (min-width:576px){.sm\:b-0{bottom:0}.sm\:b-auto{bottom:auto}.sm\:b-1{bottom:1rem}.sm\:b-2{bottom:calc(1.46rem + .45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:b-2{bottom:2rem}}@media only screen and (min-width:576px){.sm\:b-3{bottom:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:b-3{bottom:3rem}}@media only screen and (min-width:576px){.sm\:b-4{bottom:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:b-4{bottom:4rem}}@media only screen and (min-width:576px){.sm\:b-5{bottom:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:b-5{bottom:5rem}}@media only screen and (min-width:576px){.sm\:b-6{bottom:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:b-6{bottom:6rem}}@media only screen and (min-width:576px){.sm\:b-7{bottom:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:b-7{bottom:7rem}}@media only screen and (min-width:576px){.sm\:b-8{bottom:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:b-8{bottom:8rem}}@media only screen and (min-width:576px){.sm\:b-9{bottom:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:b-9{bottom:9rem}}@media only screen and (min-width:576px){.sm\:b-10{bottom:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:b-10{bottom:10rem}}@media only screen and (min-width:576px){.sm\:b-15{bottom:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:b-15{bottom:15rem}}@media only screen and (min-width:576px){.sm\:b-10-pct{bottom:10%}.sm\:b-20-pct{bottom:20%}.sm\:b-30-pct{bottom:30%}.sm\:b-40-pct{bottom:40%}.sm\:b-50-pct{bottom:50%}.sm\:b-60-pct{bottom:60%}.sm\:b-70-pct{bottom:70%}}@media only screen and (min-width:768px){.md\:b-0{bottom:0}.md\:b-auto{bottom:auto}.md\:b-1{bottom:1rem}.md\:b-2{bottom:calc(1.46rem + .45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:b-2{bottom:2rem}}@media only screen and (min-width:768px){.md\:b-3{bottom:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:b-3{bottom:3rem}}@media only screen and (min-width:768px){.md\:b-4{bottom:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:b-4{bottom:4rem}}@media only screen and (min-width:768px){.md\:b-5{bottom:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:b-5{bottom:5rem}}@media only screen and (min-width:768px){.md\:b-6{bottom:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:b-6{bottom:6rem}}@media only screen and (min-width:768px){.md\:b-7{bottom:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:b-7{bottom:7rem}}@media only screen and (min-width:768px){.md\:b-8{bottom:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:b-8{bottom:8rem}}@media only screen and (min-width:768px){.md\:b-9{bottom:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:b-9{bottom:9rem}}@media only screen and (min-width:768px){.md\:b-10{bottom:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:b-10{bottom:10rem}}@media only screen and (min-width:768px){.md\:b-15{bottom:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:b-15{bottom:15rem}}@media only screen and (min-width:768px){.md\:b-10-pct{bottom:10%}.md\:b-20-pct{bottom:20%}.md\:b-30-pct{bottom:30%}.md\:b-40-pct{bottom:40%}.md\:b-50-pct{bottom:50%}.md\:b-60-pct{bottom:60%}.md\:b-70-pct{bottom:70%}}@media only screen and (min-width:992px){.lg\:b-0{bottom:0}.lg\:b-auto{bottom:auto}.lg\:b-1{bottom:1rem}.lg\:b-2{bottom:calc(1.46rem + .45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:b-2{bottom:2rem}}@media only screen and (min-width:992px){.lg\:b-3{bottom:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:b-3{bottom:3rem}}@media only screen and (min-width:992px){.lg\:b-4{bottom:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:b-4{bottom:4rem}}@media only screen and (min-width:992px){.lg\:b-5{bottom:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:b-5{bottom:5rem}}@media only screen and (min-width:992px){.lg\:b-6{bottom:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:b-6{bottom:6rem}}@media only screen and (min-width:992px){.lg\:b-7{bottom:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:b-7{bottom:7rem}}@media only screen and (min-width:992px){.lg\:b-8{bottom:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:b-8{bottom:8rem}}@media only screen and (min-width:992px){.lg\:b-9{bottom:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:b-9{bottom:9rem}}@media only screen and (min-width:992px){.lg\:b-10{bottom:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:b-10{bottom:10rem}}@media only screen and (min-width:992px){.lg\:b-15{bottom:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:b-15{bottom:15rem}}@media only screen and (min-width:992px){.lg\:b-10-pct{bottom:10%}.lg\:b-20-pct{bottom:20%}.lg\:b-30-pct{bottom:30%}.lg\:b-40-pct{bottom:40%}.lg\:b-50-pct{bottom:50%}.lg\:b-60-pct{bottom:60%}.lg\:b-70-pct{bottom:70%}}@media only screen and (min-width:1200px){.xl\:b-0{bottom:0}.xl\:b-auto{bottom:auto}.xl\:b-1{bottom:1rem}.xl\:b-2{bottom:calc(1.46rem + .45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:b-2{bottom:2rem}}@media only screen and (min-width:1200px){.xl\:b-3{bottom:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:b-3{bottom:3rem}}@media only screen and (min-width:1200px){.xl\:b-4{bottom:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:b-4{bottom:4rem}}@media only screen and (min-width:1200px){.xl\:b-5{bottom:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:b-5{bottom:5rem}}@media only screen and (min-width:1200px){.xl\:b-6{bottom:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:b-6{bottom:6rem}}@media only screen and (min-width:1200px){.xl\:b-7{bottom:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:b-7{bottom:7rem}}@media only screen and (min-width:1200px){.xl\:b-8{bottom:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:b-8{bottom:8rem}}@media only screen and (min-width:1200px){.xl\:b-9{bottom:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:b-9{bottom:9rem}}@media only screen and (min-width:1200px){.xl\:b-10{bottom:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:b-10{bottom:10rem}}@media only screen and (min-width:1200px){.xl\:b-15{bottom:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:b-15{bottom:15rem}}@media only screen and (min-width:1200px){.xl\:b-10-pct{bottom:10%}.xl\:b-20-pct{bottom:20%}.xl\:b-30-pct{bottom:30%}.xl\:b-40-pct{bottom:40%}.xl\:b-50-pct{bottom:50%}.xl\:b-60-pct{bottom:60%}.xl\:b-70-pct{bottom:70%}}.l-n1{left:-1rem}.l-n2{left:calc(-1.46rem - .45vw)}@media (min-width:1200px){.l-n2{left:-2rem}}.l-n3{left:calc(-1.46rem - 1.2vw)}@media (min-width:1200px){.l-n3{left:-3rem}}.l-n4{left:calc(-1.46rem - 1.95vw)}@media (min-width:1200px){.l-n4{left:-4rem}}.l-n5{left:calc(-1.46rem - 2.7vw)}@media (min-width:1200px){.l-n5{left:-5rem}}.l-n6{left:calc(-1.46rem - 3.45vw)}@media (min-width:1200px){.l-n6{left:-6rem}}.l-n7{left:calc(-1.46rem - 4.2vw)}@media (min-width:1200px){.l-n7{left:-7rem}}.l-n8{left:calc(-1.46rem - 4.95vw)}@media (min-width:1200px){.l-n8{left:-8rem}}.l-n9{left:calc(-1.46rem - 5.7vw)}@media (min-width:1200px){.l-n9{left:-9rem}}.l-n10{left:calc(-1.46rem - 6.45vw)}@media (min-width:1200px){.l-n10{left:-10rem}}.l-n15{left:calc(-1.46rem - 10.2vw)}@media (min-width:1200px){.l-n15{left:-15rem}}@media only screen and (min-width:576px){.sm\:l-n1{left:-1rem}.sm\:l-n2{left:calc(-1.46rem - .45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:l-n2{left:-2rem}}@media only screen and (min-width:576px){.sm\:l-n3{left:calc(-1.46rem - 1.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:l-n3{left:-3rem}}@media only screen and (min-width:576px){.sm\:l-n4{left:calc(-1.46rem - 1.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:l-n4{left:-4rem}}@media only screen and (min-width:576px){.sm\:l-n5{left:calc(-1.46rem - 2.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:l-n5{left:-5rem}}@media only screen and (min-width:576px){.sm\:l-n6{left:calc(-1.46rem - 3.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:l-n6{left:-6rem}}@media only screen and (min-width:576px){.sm\:l-n7{left:calc(-1.46rem - 4.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:l-n7{left:-7rem}}@media only screen and (min-width:576px){.sm\:l-n8{left:calc(-1.46rem - 4.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:l-n8{left:-8rem}}@media only screen and (min-width:576px){.sm\:l-n9{left:calc(-1.46rem - 5.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:l-n9{left:-9rem}}@media only screen and (min-width:576px){.sm\:l-n10{left:calc(-1.46rem - 6.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:l-n10{left:-10rem}}@media only screen and (min-width:576px){.sm\:l-n15{left:calc(-1.46rem - 10.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:l-n15{left:-15rem}}@media only screen and (min-width:768px){.md\:l-n1{left:-1rem}.md\:l-n2{left:calc(-1.46rem - .45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:l-n2{left:-2rem}}@media only screen and (min-width:768px){.md\:l-n3{left:calc(-1.46rem - 1.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:l-n3{left:-3rem}}@media only screen and (min-width:768px){.md\:l-n4{left:calc(-1.46rem - 1.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:l-n4{left:-4rem}}@media only screen and (min-width:768px){.md\:l-n5{left:calc(-1.46rem - 2.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:l-n5{left:-5rem}}@media only screen and (min-width:768px){.md\:l-n6{left:calc(-1.46rem - 3.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:l-n6{left:-6rem}}@media only screen and (min-width:768px){.md\:l-n7{left:calc(-1.46rem - 4.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:l-n7{left:-7rem}}@media only screen and (min-width:768px){.md\:l-n8{left:calc(-1.46rem - 4.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:l-n8{left:-8rem}}@media only screen and (min-width:768px){.md\:l-n9{left:calc(-1.46rem - 5.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:l-n9{left:-9rem}}@media only screen and (min-width:768px){.md\:l-n10{left:calc(-1.46rem - 6.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:l-n10{left:-10rem}}@media only screen and (min-width:768px){.md\:l-n15{left:calc(-1.46rem - 10.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:l-n15{left:-15rem}}@media only screen and (min-width:992px){.lg\:l-n1{left:-1rem}.lg\:l-n2{left:calc(-1.46rem - .45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:l-n2{left:-2rem}}@media only screen and (min-width:992px){.lg\:l-n3{left:calc(-1.46rem - 1.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:l-n3{left:-3rem}}@media only screen and (min-width:992px){.lg\:l-n4{left:calc(-1.46rem - 1.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:l-n4{left:-4rem}}@media only screen and (min-width:992px){.lg\:l-n5{left:calc(-1.46rem - 2.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:l-n5{left:-5rem}}@media only screen and (min-width:992px){.lg\:l-n6{left:calc(-1.46rem - 3.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:l-n6{left:-6rem}}@media only screen and (min-width:992px){.lg\:l-n7{left:calc(-1.46rem - 4.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:l-n7{left:-7rem}}@media only screen and (min-width:992px){.lg\:l-n8{left:calc(-1.46rem - 4.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:l-n8{left:-8rem}}@media only screen and (min-width:992px){.lg\:l-n9{left:calc(-1.46rem - 5.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:l-n9{left:-9rem}}@media only screen and (min-width:992px){.lg\:l-n10{left:calc(-1.46rem - 6.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:l-n10{left:-10rem}}@media only screen and (min-width:992px){.lg\:l-n15{left:calc(-1.46rem - 10.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:l-n15{left:-15rem}}@media only screen and (min-width:1200px){.xl\:l-n1{left:-1rem}.xl\:l-n2{left:calc(-1.46rem - .45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:l-n2{left:-2rem}}@media only screen and (min-width:1200px){.xl\:l-n3{left:calc(-1.46rem - 1.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:l-n3{left:-3rem}}@media only screen and (min-width:1200px){.xl\:l-n4{left:calc(-1.46rem - 1.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:l-n4{left:-4rem}}@media only screen and (min-width:1200px){.xl\:l-n5{left:calc(-1.46rem - 2.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:l-n5{left:-5rem}}@media only screen and (min-width:1200px){.xl\:l-n6{left:calc(-1.46rem - 3.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:l-n6{left:-6rem}}@media only screen and (min-width:1200px){.xl\:l-n7{left:calc(-1.46rem - 4.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:l-n7{left:-7rem}}@media only screen and (min-width:1200px){.xl\:l-n8{left:calc(-1.46rem - 4.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:l-n8{left:-8rem}}@media only screen and (min-width:1200px){.xl\:l-n9{left:calc(-1.46rem - 5.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:l-n9{left:-9rem}}@media only screen and (min-width:1200px){.xl\:l-n10{left:calc(-1.46rem - 6.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:l-n10{left:-10rem}}@media only screen and (min-width:1200px){.xl\:l-n15{left:calc(-1.46rem - 10.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:l-n15{left:-15rem}}.l-0{left:0}.l-auto{left:auto}.l-1{left:1rem}.l-2{left:calc(1.46rem + .45vw)}@media (min-width:1200px){.l-2{left:2rem}}.l-3{left:calc(1.56rem + 1.2vw)}@media (min-width:1200px){.l-3{left:3rem}}.l-4{left:calc(1.66rem + 1.95vw)}@media (min-width:1200px){.l-4{left:4rem}}.l-5{left:calc(1.76rem + 2.7vw)}@media (min-width:1200px){.l-5{left:5rem}}.l-6{left:calc(1.86rem + 3.45vw)}@media (min-width:1200px){.l-6{left:6rem}}.l-7{left:calc(1.96rem + 4.2vw)}@media (min-width:1200px){.l-7{left:7rem}}.l-8{left:calc(2.06rem + 4.95vw)}@media (min-width:1200px){.l-8{left:8rem}}.l-9{left:calc(2.16rem + 5.7vw)}@media (min-width:1200px){.l-9{left:9rem}}.l-10{left:calc(2.26rem + 6.45vw)}@media (min-width:1200px){.l-10{left:10rem}}.l-15{left:calc(2.76rem + 10.2vw)}@media (min-width:1200px){.l-15{left:15rem}}.l-10-pct{left:10%}.l-20-pct{left:20%}.l-30-pct{left:30%}.l-40-pct{left:40%}.l-50-pct{left:50%}.l-60-pct{left:60%}.l-70-pct{left:70%}@media only screen and (min-width:576px){.sm\:l-0{left:0}.sm\:l-auto{left:auto}.sm\:l-1{left:1rem}.sm\:l-2{left:calc(1.46rem + .45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:l-2{left:2rem}}@media only screen and (min-width:576px){.sm\:l-3{left:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:l-3{left:3rem}}@media only screen and (min-width:576px){.sm\:l-4{left:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:l-4{left:4rem}}@media only screen and (min-width:576px){.sm\:l-5{left:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:l-5{left:5rem}}@media only screen and (min-width:576px){.sm\:l-6{left:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:l-6{left:6rem}}@media only screen and (min-width:576px){.sm\:l-7{left:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:l-7{left:7rem}}@media only screen and (min-width:576px){.sm\:l-8{left:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:l-8{left:8rem}}@media only screen and (min-width:576px){.sm\:l-9{left:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:l-9{left:9rem}}@media only screen and (min-width:576px){.sm\:l-10{left:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:l-10{left:10rem}}@media only screen and (min-width:576px){.sm\:l-15{left:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:l-15{left:15rem}}@media only screen and (min-width:576px){.sm\:l-10-pct{left:10%}.sm\:l-20-pct{left:20%}.sm\:l-30-pct{left:30%}.sm\:l-40-pct{left:40%}.sm\:l-50-pct{left:50%}.sm\:l-60-pct{left:60%}.sm\:l-70-pct{left:70%}}@media only screen and (min-width:768px){.md\:l-0{left:0}.md\:l-auto{left:auto}.md\:l-1{left:1rem}.md\:l-2{left:calc(1.46rem + .45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:l-2{left:2rem}}@media only screen and (min-width:768px){.md\:l-3{left:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:l-3{left:3rem}}@media only screen and (min-width:768px){.md\:l-4{left:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:l-4{left:4rem}}@media only screen and (min-width:768px){.md\:l-5{left:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:l-5{left:5rem}}@media only screen and (min-width:768px){.md\:l-6{left:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:l-6{left:6rem}}@media only screen and (min-width:768px){.md\:l-7{left:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:l-7{left:7rem}}@media only screen and (min-width:768px){.md\:l-8{left:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:l-8{left:8rem}}@media only screen and (min-width:768px){.md\:l-9{left:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:l-9{left:9rem}}@media only screen and (min-width:768px){.md\:l-10{left:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:l-10{left:10rem}}@media only screen and (min-width:768px){.md\:l-15{left:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:l-15{left:15rem}}@media only screen and (min-width:768px){.md\:l-10-pct{left:10%}.md\:l-20-pct{left:20%}.md\:l-30-pct{left:30%}.md\:l-40-pct{left:40%}.md\:l-50-pct{left:50%}.md\:l-60-pct{left:60%}.md\:l-70-pct{left:70%}}@media only screen and (min-width:992px){.lg\:l-0{left:0}.lg\:l-auto{left:auto}.lg\:l-1{left:1rem}.lg\:l-2{left:calc(1.46rem + .45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:l-2{left:2rem}}@media only screen and (min-width:992px){.lg\:l-3{left:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:l-3{left:3rem}}@media only screen and (min-width:992px){.lg\:l-4{left:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:l-4{left:4rem}}@media only screen and (min-width:992px){.lg\:l-5{left:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:l-5{left:5rem}}@media only screen and (min-width:992px){.lg\:l-6{left:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:l-6{left:6rem}}@media only screen and (min-width:992px){.lg\:l-7{left:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:l-7{left:7rem}}@media only screen and (min-width:992px){.lg\:l-8{left:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:l-8{left:8rem}}@media only screen and (min-width:992px){.lg\:l-9{left:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:l-9{left:9rem}}@media only screen and (min-width:992px){.lg\:l-10{left:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:l-10{left:10rem}}@media only screen and (min-width:992px){.lg\:l-15{left:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:l-15{left:15rem}}@media only screen and (min-width:992px){.lg\:l-10-pct{left:10%}.lg\:l-20-pct{left:20%}.lg\:l-30-pct{left:30%}.lg\:l-40-pct{left:40%}.lg\:l-50-pct{left:50%}.lg\:l-60-pct{left:60%}.lg\:l-70-pct{left:70%}}@media only screen and (min-width:1200px){.xl\:l-0{left:0}.xl\:l-auto{left:auto}.xl\:l-1{left:1rem}.xl\:l-2{left:calc(1.46rem + .45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:l-2{left:2rem}}@media only screen and (min-width:1200px){.xl\:l-3{left:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:l-3{left:3rem}}@media only screen and (min-width:1200px){.xl\:l-4{left:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:l-4{left:4rem}}@media only screen and (min-width:1200px){.xl\:l-5{left:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:l-5{left:5rem}}@media only screen and (min-width:1200px){.xl\:l-6{left:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:l-6{left:6rem}}@media only screen and (min-width:1200px){.xl\:l-7{left:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:l-7{left:7rem}}@media only screen and (min-width:1200px){.xl\:l-8{left:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:l-8{left:8rem}}@media only screen and (min-width:1200px){.xl\:l-9{left:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:l-9{left:9rem}}@media only screen and (min-width:1200px){.xl\:l-10{left:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:l-10{left:10rem}}@media only screen and (min-width:1200px){.xl\:l-15{left:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:l-15{left:15rem}}@media only screen and (min-width:1200px){.xl\:l-10-pct{left:10%}.xl\:l-20-pct{left:20%}.xl\:l-30-pct{left:30%}.xl\:l-40-pct{left:40%}.xl\:l-50-pct{left:50%}.xl\:l-60-pct{left:60%}.xl\:l-70-pct{left:70%}}.r-n1{right:-1rem}.r-n2{right:calc(-1.46rem - .45vw)}@media (min-width:1200px){.r-n2{right:-2rem}}.r-n3{right:calc(-1.46rem - 1.2vw)}@media (min-width:1200px){.r-n3{right:-3rem}}.r-n4{right:calc(-1.46rem - 1.95vw)}@media (min-width:1200px){.r-n4{right:-4rem}}.r-n5{right:calc(-1.46rem - 2.7vw)}@media (min-width:1200px){.r-n5{right:-5rem}}.r-n6{right:calc(-1.46rem - 3.45vw)}@media (min-width:1200px){.r-n6{right:-6rem}}.r-n7{right:calc(-1.46rem - 4.2vw)}@media (min-width:1200px){.r-n7{right:-7rem}}.r-n8{right:calc(-1.46rem - 4.95vw)}@media (min-width:1200px){.r-n8{right:-8rem}}.r-n9{right:calc(-1.46rem - 5.7vw)}@media (min-width:1200px){.r-n9{right:-9rem}}.r-n10{right:calc(-1.46rem - 6.45vw)}@media (min-width:1200px){.r-n10{right:-10rem}}.r-n15{right:calc(-1.46rem - 10.2vw)}@media (min-width:1200px){.r-n15{right:-15rem}}@media only screen and (min-width:576px){.sm\:r-n1{right:-1rem}.sm\:r-n2{right:calc(-1.46rem - .45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:r-n2{right:-2rem}}@media only screen and (min-width:576px){.sm\:r-n3{right:calc(-1.46rem - 1.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:r-n3{right:-3rem}}@media only screen and (min-width:576px){.sm\:r-n4{right:calc(-1.46rem - 1.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:r-n4{right:-4rem}}@media only screen and (min-width:576px){.sm\:r-n5{right:calc(-1.46rem - 2.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:r-n5{right:-5rem}}@media only screen and (min-width:576px){.sm\:r-n6{right:calc(-1.46rem - 3.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:r-n6{right:-6rem}}@media only screen and (min-width:576px){.sm\:r-n7{right:calc(-1.46rem - 4.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:r-n7{right:-7rem}}@media only screen and (min-width:576px){.sm\:r-n8{right:calc(-1.46rem - 4.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:r-n8{right:-8rem}}@media only screen and (min-width:576px){.sm\:r-n9{right:calc(-1.46rem - 5.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:r-n9{right:-9rem}}@media only screen and (min-width:576px){.sm\:r-n10{right:calc(-1.46rem - 6.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:r-n10{right:-10rem}}@media only screen and (min-width:576px){.sm\:r-n15{right:calc(-1.46rem - 10.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:r-n15{right:-15rem}}@media only screen and (min-width:768px){.md\:r-n1{right:-1rem}.md\:r-n2{right:calc(-1.46rem - .45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:r-n2{right:-2rem}}@media only screen and (min-width:768px){.md\:r-n3{right:calc(-1.46rem - 1.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:r-n3{right:-3rem}}@media only screen and (min-width:768px){.md\:r-n4{right:calc(-1.46rem - 1.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:r-n4{right:-4rem}}@media only screen and (min-width:768px){.md\:r-n5{right:calc(-1.46rem - 2.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:r-n5{right:-5rem}}@media only screen and (min-width:768px){.md\:r-n6{right:calc(-1.46rem - 3.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:r-n6{right:-6rem}}@media only screen and (min-width:768px){.md\:r-n7{right:calc(-1.46rem - 4.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:r-n7{right:-7rem}}@media only screen and (min-width:768px){.md\:r-n8{right:calc(-1.46rem - 4.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:r-n8{right:-8rem}}@media only screen and (min-width:768px){.md\:r-n9{right:calc(-1.46rem - 5.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:r-n9{right:-9rem}}@media only screen and (min-width:768px){.md\:r-n10{right:calc(-1.46rem - 6.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:r-n10{right:-10rem}}@media only screen and (min-width:768px){.md\:r-n15{right:calc(-1.46rem - 10.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:r-n15{right:-15rem}}@media only screen and (min-width:992px){.lg\:r-n1{right:-1rem}.lg\:r-n2{right:calc(-1.46rem - .45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:r-n2{right:-2rem}}@media only screen and (min-width:992px){.lg\:r-n3{right:calc(-1.46rem - 1.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:r-n3{right:-3rem}}@media only screen and (min-width:992px){.lg\:r-n4{right:calc(-1.46rem - 1.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:r-n4{right:-4rem}}@media only screen and (min-width:992px){.lg\:r-n5{right:calc(-1.46rem - 2.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:r-n5{right:-5rem}}@media only screen and (min-width:992px){.lg\:r-n6{right:calc(-1.46rem - 3.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:r-n6{right:-6rem}}@media only screen and (min-width:992px){.lg\:r-n7{right:calc(-1.46rem - 4.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:r-n7{right:-7rem}}@media only screen and (min-width:992px){.lg\:r-n8{right:calc(-1.46rem - 4.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:r-n8{right:-8rem}}@media only screen and (min-width:992px){.lg\:r-n9{right:calc(-1.46rem - 5.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:r-n9{right:-9rem}}@media only screen and (min-width:992px){.lg\:r-n10{right:calc(-1.46rem - 6.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:r-n10{right:-10rem}}@media only screen and (min-width:992px){.lg\:r-n15{right:calc(-1.46rem - 10.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:r-n15{right:-15rem}}@media only screen and (min-width:1200px){.xl\:r-n1{right:-1rem}.xl\:r-n2{right:calc(-1.46rem - .45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:r-n2{right:-2rem}}@media only screen and (min-width:1200px){.xl\:r-n3{right:calc(-1.46rem - 1.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:r-n3{right:-3rem}}@media only screen and (min-width:1200px){.xl\:r-n4{right:calc(-1.46rem - 1.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:r-n4{right:-4rem}}@media only screen and (min-width:1200px){.xl\:r-n5{right:calc(-1.46rem - 2.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:r-n5{right:-5rem}}@media only screen and (min-width:1200px){.xl\:r-n6{right:calc(-1.46rem - 3.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:r-n6{right:-6rem}}@media only screen and (min-width:1200px){.xl\:r-n7{right:calc(-1.46rem - 4.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:r-n7{right:-7rem}}@media only screen and (min-width:1200px){.xl\:r-n8{right:calc(-1.46rem - 4.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:r-n8{right:-8rem}}@media only screen and (min-width:1200px){.xl\:r-n9{right:calc(-1.46rem - 5.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:r-n9{right:-9rem}}@media only screen and (min-width:1200px){.xl\:r-n10{right:calc(-1.46rem - 6.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:r-n10{right:-10rem}}@media only screen and (min-width:1200px){.xl\:r-n15{right:calc(-1.46rem - 10.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:r-n15{right:-15rem}}.r-0{right:0}.r-auto{right:auto}.r-1{right:1rem}.r-2{right:calc(1.46rem + .45vw)}@media (min-width:1200px){.r-2{right:2rem}}.r-3{right:calc(1.56rem + 1.2vw)}@media (min-width:1200px){.r-3{right:3rem}}.r-4{right:calc(1.66rem + 1.95vw)}@media (min-width:1200px){.r-4{right:4rem}}.r-5{right:calc(1.76rem + 2.7vw)}@media (min-width:1200px){.r-5{right:5rem}}.r-6{right:calc(1.86rem + 3.45vw)}@media (min-width:1200px){.r-6{right:6rem}}.r-7{right:calc(1.96rem + 4.2vw)}@media (min-width:1200px){.r-7{right:7rem}}.r-8{right:calc(2.06rem + 4.95vw)}@media (min-width:1200px){.r-8{right:8rem}}.r-9{right:calc(2.16rem + 5.7vw)}@media (min-width:1200px){.r-9{right:9rem}}.r-10{right:calc(2.26rem + 6.45vw)}@media (min-width:1200px){.r-10{right:10rem}}.r-15{right:calc(2.76rem + 10.2vw)}@media (min-width:1200px){.r-15{right:15rem}}.r-10-pct,.r-20-pct,.r-30-pct{right:20%}.r-40-pct{right:40%}.r-50-pct{right:50%}.r-60-pct{right:60%}.r-70-pct{right:70%}@media only screen and (min-width:576px){.sm\:r-0{right:0}.sm\:r-auto{right:auto}.sm\:r-1{right:1rem}.sm\:r-2{right:calc(1.46rem + .45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:r-2{right:2rem}}@media only screen and (min-width:576px){.sm\:r-3{right:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:r-3{right:3rem}}@media only screen and (min-width:576px){.sm\:r-4{right:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:r-4{right:4rem}}@media only screen and (min-width:576px){.sm\:r-5{right:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:r-5{right:5rem}}@media only screen and (min-width:576px){.sm\:r-6{right:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:r-6{right:6rem}}@media only screen and (min-width:576px){.sm\:r-7{right:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:r-7{right:7rem}}@media only screen and (min-width:576px){.sm\:r-8{right:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:r-8{right:8rem}}@media only screen and (min-width:576px){.sm\:r-9{right:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:r-9{right:9rem}}@media only screen and (min-width:576px){.sm\:r-10{right:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:r-10{right:10rem}}@media only screen and (min-width:576px){.sm\:r-15{right:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:r-15{right:15rem}}@media only screen and (min-width:576px){.sm\:r-10-pct,.sm\:r-20-pct,.sm\:r-30-pct{right:20%}.sm\:r-40-pct{right:40%}.sm\:r-50-pct{right:50%}.sm\:r-60-pct{right:60%}.sm\:r-70-pct{right:70%}}@media only screen and (min-width:768px){.md\:r-0{right:0}.md\:r-auto{right:auto}.md\:r-1{right:1rem}.md\:r-2{right:calc(1.46rem + .45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:r-2{right:2rem}}@media only screen and (min-width:768px){.md\:r-3{right:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:r-3{right:3rem}}@media only screen and (min-width:768px){.md\:r-4{right:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:r-4{right:4rem}}@media only screen and (min-width:768px){.md\:r-5{right:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:r-5{right:5rem}}@media only screen and (min-width:768px){.md\:r-6{right:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:r-6{right:6rem}}@media only screen and (min-width:768px){.md\:r-7{right:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:r-7{right:7rem}}@media only screen and (min-width:768px){.md\:r-8{right:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:r-8{right:8rem}}@media only screen and (min-width:768px){.md\:r-9{right:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:r-9{right:9rem}}@media only screen and (min-width:768px){.md\:r-10{right:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:r-10{right:10rem}}@media only screen and (min-width:768px){.md\:r-15{right:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:r-15{right:15rem}}@media only screen and (min-width:768px){.md\:r-10-pct,.md\:r-20-pct,.md\:r-30-pct{right:20%}.md\:r-40-pct{right:40%}.md\:r-50-pct{right:50%}.md\:r-60-pct{right:60%}.md\:r-70-pct{right:70%}}@media only screen and (min-width:992px){.lg\:r-0{right:0}.lg\:r-auto{right:auto}.lg\:r-1{right:1rem}.lg\:r-2{right:calc(1.46rem + .45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:r-2{right:2rem}}@media only screen and (min-width:992px){.lg\:r-3{right:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:r-3{right:3rem}}@media only screen and (min-width:992px){.lg\:r-4{right:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:r-4{right:4rem}}@media only screen and (min-width:992px){.lg\:r-5{right:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:r-5{right:5rem}}@media only screen and (min-width:992px){.lg\:r-6{right:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:r-6{right:6rem}}@media only screen and (min-width:992px){.lg\:r-7{right:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:r-7{right:7rem}}@media only screen and (min-width:992px){.lg\:r-8{right:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:r-8{right:8rem}}@media only screen and (min-width:992px){.lg\:r-9{right:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:r-9{right:9rem}}@media only screen and (min-width:992px){.lg\:r-10{right:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:r-10{right:10rem}}@media only screen and (min-width:992px){.lg\:r-15{right:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:r-15{right:15rem}}@media only screen and (min-width:992px){.lg\:r-10-pct,.lg\:r-20-pct,.lg\:r-30-pct{right:20%}.lg\:r-40-pct{right:40%}.lg\:r-50-pct{right:50%}.lg\:r-60-pct{right:60%}.lg\:r-70-pct{right:70%}}@media only screen and (min-width:1200px){.xl\:r-0{right:0}.xl\:r-auto{right:auto}.xl\:r-1{right:1rem}.xl\:r-2{right:calc(1.46rem + .45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:r-2{right:2rem}}@media only screen and (min-width:1200px){.xl\:r-3{right:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:r-3{right:3rem}}@media only screen and (min-width:1200px){.xl\:r-4{right:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:r-4{right:4rem}}@media only screen and (min-width:1200px){.xl\:r-5{right:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:r-5{right:5rem}}@media only screen and (min-width:1200px){.xl\:r-6{right:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:r-6{right:6rem}}@media only screen and (min-width:1200px){.xl\:r-7{right:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:r-7{right:7rem}}@media only screen and (min-width:1200px){.xl\:r-8{right:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:r-8{right:8rem}}@media only screen and (min-width:1200px){.xl\:r-9{right:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:r-9{right:9rem}}@media only screen and (min-width:1200px){.xl\:r-10{right:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:r-10{right:10rem}}@media only screen and (min-width:1200px){.xl\:r-15{right:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:r-15{right:15rem}}@media only screen and (min-width:1200px){.xl\:r-10-pct,.xl\:r-20-pct,.xl\:r-30-pct{right:20%}.xl\:r-40-pct{right:40%}.xl\:r-50-pct{right:50%}.xl\:r-60-pct{right:60%}.xl\:r-70-pct{right:70%}}.t-n1{top:-1rem}.t-n2{top:calc(-1.46rem - .45vw)}@media (min-width:1200px){.t-n2{top:-2rem}}.t-n3{top:calc(-1.46rem - 1.2vw)}@media (min-width:1200px){.t-n3{top:-3rem}}.t-n4{top:calc(-1.46rem - 1.95vw)}@media (min-width:1200px){.t-n4{top:-4rem}}.t-n5{top:calc(-1.46rem - 2.7vw)}@media (min-width:1200px){.t-n5{top:-5rem}}.t-n6{top:calc(-1.46rem - 3.45vw)}@media (min-width:1200px){.t-n6{top:-6rem}}.t-n7{top:calc(-1.46rem - 4.2vw)}@media (min-width:1200px){.t-n7{top:-7rem}}.t-n8{top:calc(-1.46rem - 4.95vw)}@media (min-width:1200px){.t-n8{top:-8rem}}.t-n9{top:calc(-1.46rem - 5.7vw)}@media (min-width:1200px){.t-n9{top:-9rem}}.t-n10{top:calc(-1.46rem - 6.45vw)}@media (min-width:1200px){.t-n10{top:-10rem}}.t-n15{top:calc(-1.46rem - 10.2vw)}@media (min-width:1200px){.t-n15{top:-15rem}}@media only screen and (min-width:576px){.sm\:t-n1{top:-1rem}.sm\:t-n2{top:calc(-1.46rem - .45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:t-n2{top:-2rem}}@media only screen and (min-width:576px){.sm\:t-n3{top:calc(-1.46rem - 1.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:t-n3{top:-3rem}}@media only screen and (min-width:576px){.sm\:t-n4{top:calc(-1.46rem - 1.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:t-n4{top:-4rem}}@media only screen and (min-width:576px){.sm\:t-n5{top:calc(-1.46rem - 2.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:t-n5{top:-5rem}}@media only screen and (min-width:576px){.sm\:t-n6{top:calc(-1.46rem - 3.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:t-n6{top:-6rem}}@media only screen and (min-width:576px){.sm\:t-n7{top:calc(-1.46rem - 4.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:t-n7{top:-7rem}}@media only screen and (min-width:576px){.sm\:t-n8{top:calc(-1.46rem - 4.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:t-n8{top:-8rem}}@media only screen and (min-width:576px){.sm\:t-n9{top:calc(-1.46rem - 5.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:t-n9{top:-9rem}}@media only screen and (min-width:576px){.sm\:t-n10{top:calc(-1.46rem - 6.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:t-n10{top:-10rem}}@media only screen and (min-width:576px){.sm\:t-n15{top:calc(-1.46rem - 10.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:t-n15{top:-15rem}}@media only screen and (min-width:768px){.md\:t-n1{top:-1rem}.md\:t-n2{top:calc(-1.46rem - .45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:t-n2{top:-2rem}}@media only screen and (min-width:768px){.md\:t-n3{top:calc(-1.46rem - 1.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:t-n3{top:-3rem}}@media only screen and (min-width:768px){.md\:t-n4{top:calc(-1.46rem - 1.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:t-n4{top:-4rem}}@media only screen and (min-width:768px){.md\:t-n5{top:calc(-1.46rem - 2.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:t-n5{top:-5rem}}@media only screen and (min-width:768px){.md\:t-n6{top:calc(-1.46rem - 3.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:t-n6{top:-6rem}}@media only screen and (min-width:768px){.md\:t-n7{top:calc(-1.46rem - 4.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:t-n7{top:-7rem}}@media only screen and (min-width:768px){.md\:t-n8{top:calc(-1.46rem - 4.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:t-n8{top:-8rem}}@media only screen and (min-width:768px){.md\:t-n9{top:calc(-1.46rem - 5.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:t-n9{top:-9rem}}@media only screen and (min-width:768px){.md\:t-n10{top:calc(-1.46rem - 6.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:t-n10{top:-10rem}}@media only screen and (min-width:768px){.md\:t-n15{top:calc(-1.46rem - 10.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:t-n15{top:-15rem}}@media only screen and (min-width:992px){.lg\:t-n1{top:-1rem}.lg\:t-n2{top:calc(-1.46rem - .45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:t-n2{top:-2rem}}@media only screen and (min-width:992px){.lg\:t-n3{top:calc(-1.46rem - 1.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:t-n3{top:-3rem}}@media only screen and (min-width:992px){.lg\:t-n4{top:calc(-1.46rem - 1.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:t-n4{top:-4rem}}@media only screen and (min-width:992px){.lg\:t-n5{top:calc(-1.46rem - 2.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:t-n5{top:-5rem}}@media only screen and (min-width:992px){.lg\:t-n6{top:calc(-1.46rem - 3.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:t-n6{top:-6rem}}@media only screen and (min-width:992px){.lg\:t-n7{top:calc(-1.46rem - 4.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:t-n7{top:-7rem}}@media only screen and (min-width:992px){.lg\:t-n8{top:calc(-1.46rem - 4.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:t-n8{top:-8rem}}@media only screen and (min-width:992px){.lg\:t-n9{top:calc(-1.46rem - 5.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:t-n9{top:-9rem}}@media only screen and (min-width:992px){.lg\:t-n10{top:calc(-1.46rem - 6.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:t-n10{top:-10rem}}@media only screen and (min-width:992px){.lg\:t-n15{top:calc(-1.46rem - 10.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:t-n15{top:-15rem}}@media only screen and (min-width:1200px){.xl\:t-n1{top:-1rem}.xl\:t-n2{top:calc(-1.46rem - .45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:t-n2{top:-2rem}}@media only screen and (min-width:1200px){.xl\:t-n3{top:calc(-1.46rem - 1.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:t-n3{top:-3rem}}@media only screen and (min-width:1200px){.xl\:t-n4{top:calc(-1.46rem - 1.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:t-n4{top:-4rem}}@media only screen and (min-width:1200px){.xl\:t-n5{top:calc(-1.46rem - 2.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:t-n5{top:-5rem}}@media only screen and (min-width:1200px){.xl\:t-n6{top:calc(-1.46rem - 3.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:t-n6{top:-6rem}}@media only screen and (min-width:1200px){.xl\:t-n7{top:calc(-1.46rem - 4.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:t-n7{top:-7rem}}@media only screen and (min-width:1200px){.xl\:t-n8{top:calc(-1.46rem - 4.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:t-n8{top:-8rem}}@media only screen and (min-width:1200px){.xl\:t-n9{top:calc(-1.46rem - 5.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:t-n9{top:-9rem}}@media only screen and (min-width:1200px){.xl\:t-n10{top:calc(-1.46rem - 6.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:t-n10{top:-10rem}}@media only screen and (min-width:1200px){.xl\:t-n15{top:calc(-1.46rem - 10.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:t-n15{top:-15rem}}.t-0{top:0}.t-auto{top:auto}.t-1{top:1rem}.t-2{top:calc(1.46rem + .45vw)}@media (min-width:1200px){.t-2{top:2rem}}.t-3{top:calc(1.56rem + 1.2vw)}@media (min-width:1200px){.t-3{top:3rem}}.t-4{top:calc(1.66rem + 1.95vw)}@media (min-width:1200px){.t-4{top:4rem}}.t-5{top:calc(1.76rem + 2.7vw)}@media (min-width:1200px){.t-5{top:5rem}}.t-6{top:calc(1.86rem + 3.45vw)}@media (min-width:1200px){.t-6{top:6rem}}.t-7{top:calc(1.96rem + 4.2vw)}@media (min-width:1200px){.t-7{top:7rem}}.t-8{top:calc(2.06rem + 4.95vw)}@media (min-width:1200px){.t-8{top:8rem}}.t-9{top:calc(2.16rem + 5.7vw)}@media (min-width:1200px){.t-9{top:9rem}}.t-10{top:calc(2.26rem + 6.45vw)}@media (min-width:1200px){.t-10{top:10rem}}.t-15{top:calc(2.76rem + 10.2vw)}@media (min-width:1200px){.t-15{top:15rem}}.t-10-pct,.t-20-pct,.t-30-pct{top:20%}.t-40-pct{top:40%}.t-50-pct{top:50%}.t-60-pct{top:60%}.t-70-pct{top:70%}@media only screen and (min-width:576px){.sm\:t-0{top:0}.sm\:t-auto{top:auto}.sm\:t-1{top:1rem}.sm\:t-2{top:calc(1.46rem + .45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:t-2{top:2rem}}@media only screen and (min-width:576px){.sm\:t-3{top:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:t-3{top:3rem}}@media only screen and (min-width:576px){.sm\:t-4{top:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:t-4{top:4rem}}@media only screen and (min-width:576px){.sm\:t-5{top:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:t-5{top:5rem}}@media only screen and (min-width:576px){.sm\:t-6{top:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:t-6{top:6rem}}@media only screen and (min-width:576px){.sm\:t-7{top:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:t-7{top:7rem}}@media only screen and (min-width:576px){.sm\:t-8{top:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:t-8{top:8rem}}@media only screen and (min-width:576px){.sm\:t-9{top:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:t-9{top:9rem}}@media only screen and (min-width:576px){.sm\:t-10{top:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:t-10{top:10rem}}@media only screen and (min-width:576px){.sm\:t-15{top:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:576px) and (min-width:1200px){.sm\:t-15{top:15rem}}@media only screen and (min-width:576px){.sm\:t-10-pct,.sm\:t-20-pct,.sm\:t-30-pct{top:20%}.sm\:t-40-pct{top:40%}.sm\:t-50-pct{top:50%}.sm\:t-60-pct{top:60%}.sm\:t-70-pct{top:70%}}@media only screen and (min-width:768px){.md\:t-0{top:0}.md\:t-auto{top:auto}.md\:t-1{top:1rem}.md\:t-2{top:calc(1.46rem + .45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:t-2{top:2rem}}@media only screen and (min-width:768px){.md\:t-3{top:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:t-3{top:3rem}}@media only screen and (min-width:768px){.md\:t-4{top:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:t-4{top:4rem}}@media only screen and (min-width:768px){.md\:t-5{top:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:t-5{top:5rem}}@media only screen and (min-width:768px){.md\:t-6{top:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:t-6{top:6rem}}@media only screen and (min-width:768px){.md\:t-7{top:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:t-7{top:7rem}}@media only screen and (min-width:768px){.md\:t-8{top:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:t-8{top:8rem}}@media only screen and (min-width:768px){.md\:t-9{top:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:t-9{top:9rem}}@media only screen and (min-width:768px){.md\:t-10{top:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:t-10{top:10rem}}@media only screen and (min-width:768px){.md\:t-15{top:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:768px) and (min-width:1200px){.md\:t-15{top:15rem}}@media only screen and (min-width:768px){.md\:t-10-pct,.md\:t-20-pct,.md\:t-30-pct{top:20%}.md\:t-40-pct{top:40%}.md\:t-50-pct{top:50%}.md\:t-60-pct{top:60%}.md\:t-70-pct{top:70%}}@media only screen and (min-width:992px){.lg\:t-0{top:0}.lg\:t-auto{top:auto}.lg\:t-1{top:1rem}.lg\:t-2{top:calc(1.46rem + .45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:t-2{top:2rem}}@media only screen and (min-width:992px){.lg\:t-3{top:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:t-3{top:3rem}}@media only screen and (min-width:992px){.lg\:t-4{top:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:t-4{top:4rem}}@media only screen and (min-width:992px){.lg\:t-5{top:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:t-5{top:5rem}}@media only screen and (min-width:992px){.lg\:t-6{top:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:t-6{top:6rem}}@media only screen and (min-width:992px){.lg\:t-7{top:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:t-7{top:7rem}}@media only screen and (min-width:992px){.lg\:t-8{top:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:t-8{top:8rem}}@media only screen and (min-width:992px){.lg\:t-9{top:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:t-9{top:9rem}}@media only screen and (min-width:992px){.lg\:t-10{top:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:t-10{top:10rem}}@media only screen and (min-width:992px){.lg\:t-15{top:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:992px) and (min-width:1200px){.lg\:t-15{top:15rem}}@media only screen and (min-width:992px){.lg\:t-10-pct,.lg\:t-20-pct,.lg\:t-30-pct{top:20%}.lg\:t-40-pct{top:40%}.lg\:t-50-pct{top:50%}.lg\:t-60-pct{top:60%}.lg\:t-70-pct{top:70%}}@media only screen and (min-width:1200px){.xl\:t-0{top:0}.xl\:t-auto{top:auto}.xl\:t-1{top:1rem}.xl\:t-2{top:calc(1.46rem + .45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:t-2{top:2rem}}@media only screen and (min-width:1200px){.xl\:t-3{top:calc(1.56rem + 1.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:t-3{top:3rem}}@media only screen and (min-width:1200px){.xl\:t-4{top:calc(1.66rem + 1.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:t-4{top:4rem}}@media only screen and (min-width:1200px){.xl\:t-5{top:calc(1.76rem + 2.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:t-5{top:5rem}}@media only screen and (min-width:1200px){.xl\:t-6{top:calc(1.86rem + 3.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:t-6{top:6rem}}@media only screen and (min-width:1200px){.xl\:t-7{top:calc(1.96rem + 4.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:t-7{top:7rem}}@media only screen and (min-width:1200px){.xl\:t-8{top:calc(2.06rem + 4.95vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:t-8{top:8rem}}@media only screen and (min-width:1200px){.xl\:t-9{top:calc(2.16rem + 5.7vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:t-9{top:9rem}}@media only screen and (min-width:1200px){.xl\:t-10{top:calc(2.26rem + 6.45vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:t-10{top:10rem}}@media only screen and (min-width:1200px){.xl\:t-15{top:calc(2.76rem + 10.2vw)}}@media only screen and (min-width:1200px) and (min-width:1200px){.xl\:t-15{top:15rem}}@media only screen and (min-width:1200px){.xl\:t-10-pct,.xl\:t-20-pct,.xl\:t-30-pct{top:20%}.xl\:t-40-pct{top:40%}.xl\:t-50-pct{top:50%}.xl\:t-60-pct{top:60%}.xl\:t-70-pct{top:70%}}.x-n50-pct{transform:translateX(-50%)}.x-50-pct{transform:translateX(50%)}.x-100-pct{transform:translateX(100%)}.y-10{transform:translateY(10rem)}.y-n50-pct{transform:translateY(-50%)}.y-50-pct{transform:translateY(50%)}.y-100-pct{transform:translateY(100%)}.y-n100-pct{transform:translateY(-100%)}.xy-n50-pct{transform:translate(-50%,-50%)}.xy-50-n50-pct{transform:translate(50%,-50%)}@media only screen and (min-width:768px){.md\:x-n50-pct{transform:translateX(-50%)}.md\:x-50-pct{transform:translateX(50%)}.md\:x-100-pct{transform:translateX(100%)}.md\:y-init{transform:none}.md\:y-n50-pct{transform:translateY(-50%)}.md\:y-10{transform:translateY(10rem)}.md\:xy-n50-pct{transform:translate(-50%,-50%)}}@media only screen and (min-width:992px){.lg\:x-n50-pct{transform:translateX(-50%)}.lg\:x-50-pct{transform:translateX(50%)}.lg\:x-100-pct{transform:translateX(100%)}.lg\:y-init{transform:none}.lg\:y-50-pct{transform:translateY(50%)}.lg\:y-n50-pct{transform:translateY(-50%)}.lg\:y-10{transform:translateY(10rem)}.lg\:xy-n50-pct{transform:translate(-50%,-50%)}}@media only screen and (min-width:1200px){.xl\:x-n50-pct{transform:translateX(-50%)}.xl\:x-50-pct{transform:translateX(50%)}.xl\:x-100-pct{transform:translateX(100%)}.xl\:y-init{transform:none}.xl\:y-n50-pct{transform:translateY(-50%)}.xl\:y-10{transform:translateY(10rem)}.xl\:xy-n50-pct{transform:translate(-50%,-50%)}}
/*# sourceMappingURL=app.css.map */
