@font-face{font-display:swap;font-family:"Stag Web";src:url(/app/themes/yg-landning/assets/fonts/Stag-Medium-Web.woff2) format("woff2"),url(/app/themes/yg-landning/assets/fonts/Stag-Medium-Web.woff) format("woff");font-weight:500;font-style:normal;font-stretch:normal}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after{content:"";content:none}q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}a{text-decoration:none}html{text-rendering:optimizeLegibiity;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:#fff0;box-sizing:border-box;font-size:16px}@media only screen and (max-width:75em){html{font-size:14px}}*,*:before,*:after{box-sizing:inherit}html{height:100%}body{font-family:"PT Sans",sans-serif;background:#f2f2f2}.wow{visibility:hidden}img{height:auto}img.rounded{-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius:2px}input:-webkit-autofill{-webkit-box-shadow:0 0 0 30px #fff inset}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5{font-family:"Stag Web",serif;color:#00528C;line-height:1.3}h1{font-size:2.75em;font-weight:500;margin-bottom:.425em}h1.case-entry__title{margin-bottom:2rem}h2,.h2{font-size:2em;font-weight:500;margin-bottom:1em}h3,.h3{font-size:1.5em;font-weight:500;margin-bottom:.875em}h3.news-title,.h3.news-title{margin:0;padding:.5em 0}h4,.h4{font-size:1em;font-weight:500;margin-bottom:.5em}h5,.h5{font-size:.875em;font-weight:500;text-transform:uppercase}p{font-family:"PT Sans",sans-serif;font-size:1em;font-weight:400;color:#838C8E;line-height:1.618;margin-bottom:1em}p.xl-copy{font-size:1.25em}p .sm-co{font-size:.75em}p.news-meta{font-size:.75em}p.columned-text{column-count:2;column-gap:3.125em;-moz-column-count:2;-moz-column-gap:3.125em;-webkit-column-count:2;-webkit-column-gap:3.125em}@media only screen and (max-width:64em){p.columned-text{-column-count:1;-moz-column-count:1;-webkit-column-count:1}}p a:link,p a:visited{color:#1D1D1B}p a:link:hover,p a:visited:hover{color:#00528C}a:link,a:visited{color:#1D1D1B;-webkit-transition:color 0.2s;-moz-transition:color 0.2s;-ms-transition:color 0.2s;-o-transition:color 0.2s;transition:color 0.2s}a:link:hover,a:visited:hover{color:#1B3C43}a:link.white,a:visited.white{color:#fff}a:link.underlined,a:visited.underlined{border-bottom:1px solid #fff;letter-spacing:2px;padding-bottom:2px}a:link.black-underlined,a:visited.black-underlined{border-bottom:1px solid #1D1D1B;letter-spacing:2px;padding-bottom:2px}.link-arrow,p a.link-arrow{font-size:1em;position:relative;font-family:"Stag Web",serif;font-weight:500;color:#1B3C43;border-bottom:none}.link-arrow:after,p a.link-arrow:after{position:absolute;float:right;top:4px;right:-1em;content:"";width:6px;height:12px;background:url(/app/themes/yg-landning/assets/img/arrow_primary.svg)}.link-arrow:hover,p a.link-arrow:hover{color:#001626;border-bottom:none}.hero-title{font-family:"Stag Web",serif;color:#1B3C43;font-size:3em;line-height:1.3;font-weight:500;margin-bottom:.325em}@media only screen and (max-width:64em){.hero-title{font-size:48px}}@media only screen and (max-width:48em){.hero-title{font-size:32px}}.hero-description{font-size:1.25em;margin-bottom:1.4em}@media only screen and (max-width:64em){.hero-description{font-size:1.225em}}@media only screen and (max-width:48em){.hero-description{font-size:1em}}strong{font-weight:700}.italic,em{font-style:italic}blockquote{background:#fbfbfb;border-left:4px solid #00528C;color:#1D1D1B;margin:1em 0;padding:1em 10px;quotes:"“" "”" "‘" "’";line-height:1.618}blockquote:before{color:#1D1D1B;content:open-quote;font-size:4em;line-height:.1em;margin-right:.25em;vertical-align:-.4em}blockquote p{display:inline}.white{color:#fff}.black{color:#1D1D1B}.xs-co{font-size:.75em}.align-center{text-align:center}.align-left{text-align:left}.align-right{text-align:right}.balance-text{text-wrap:balance}.uc{text-transform:uppercase}.limit-two-rows{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.site-fixed-width{max-width:90rem;background:#fff;margin:0 auto;display:block;overflow:auto}.content{width:100%;float:left;background:#fff}.single-product .content{background:#fbfbfb}.single-product .content.femp-tabs{background:#fff}.single-product .blue-bg{background:#00528C}.single-product .join-the-fun{background:url(/app/themes/yg-landning/assets/img/jtf_bg.jpg);background-size:cover;background-position:center}.join-the-fun{background:url(/app/themes/yg-landning/assets/img/jtf_bg.jpg);background-size:cover;background-position:center}.blue-bg{background:#00528C}.tax-product_cat .content{background:#fbfbfb}.tax-product_cat .blue-bg{background:#00528C}.tax-product_cat .join-the-fun{background:url(/app/themes/yg-landning/assets/img/jtf_bg.jpg);background-size:cover;background-position:center}.container-fluid,.container{margin-right:auto;margin-left:auto}.container-fluid{padding-right:2rem;padding-left:2rem}@media only screen and (max-width:64em){.container-fluid{padding-right:1rem;padding-left:1rem}}@media only screen and (max-width:64em){.container-fluid.header-container{padding-right:.5rem;padding-left:.5rem}}.container-articles{padding:0}.row{box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-.5rem;margin-left:-.5rem;padding-top:3.875rem;padding-bottom:3.875rem}.row.nested{padding:0;margin-right:-1rem;margin-left:-1rem}.row.row-header{height:72px;padding:1rem 0}@media only screen and (max-width:64em){.row.row-header{height:72px;margin-right:0;margin-left:0;padding:1.325rem 0}}.row.row-topheader{height:38px;padding:8px 0}.row.m-padding{padding:1rem 0}.row.sp-padding{padding:3.875rem 0 2rem 0}.row.sp-padding h1,.row.sp-padding h2,.row.sp-padding h3,.row.sp-padding h4{margin-bottom:0}.row.no-top{padding-top:0}.row.no-padding{padding:0}.row.xs-padding{padding:.875rem 0}.row.hero-sub{padding:7.5rem 0}.row.hero-single{padding:20rem 0 2.5rem 0}.row.border-bottom{padding-bottom:3.875rem;margin-bottom:0;position:relative}.row.border-bottom.less-padding{padding-bottom:2.875rem}.row.border-bottom.onwhite-border:after{content:"";position:absolute;height:1px;width:calc(100% - 32px);background:rgb(27 60 67 / .08);bottom:0;left:1rem}.row.border-bottom.onblack-border:after{content:"";position:absolute;height:1px;width:calc(100% - 32px);background:rgb(230 230 230 / .2);bottom:0;left:1rem}.row.border-top{padding-top:3.875rem;margin-top:0;position:relative}.row.border-top.onwhite-border:before{content:"";position:absolute;height:1px;width:calc(100% - 32px);background:rgb(27 60 67 / .08);top:0;left:1rem}.row.border-top.onblack-border:before{content:"";position:absolute;height:1px;width:calc(100% - 32px);background:rgb(230 230 230 / .2);top:0;left:1rem}.row.special-padding{padding:1.5rem 0 3.875rem 0}.row.no-pb{padding-bottom:0}.row.reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.col.reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}@media only screen and (max-width:64em){.xs2{margin-bottom:2rem}.xs2:last-of-type{margin-bottom:0}}.col-xs,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-offset-0,.col-xs-offset-1,.col-xs-offset-2,.col-xs-offset-3,.col-xs-offset-4,.col-xs-offset-5,.col-xs-offset-6,.col-xs-offset-7,.col-xs-offset-8,.col-xs-offset-9,.col-xs-offset-10,.col-xs-offset-11,.col-xs-offset-12{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:1rem;padding-left:1rem}.col-xs{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0%;max-width:100%}.col-xs-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-xs-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-xs-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-xs-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-xs-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-xs-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-xs-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-xs-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-xs-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-xs-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-xs-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-xs-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-xs-offset-0{margin-left:0}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-11{margin-left:91.66666667%}.start-xs{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-xs{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-xs{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-xs{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-xs{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-xs{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.stretch-xs{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.around-xs{-ms-flex-pack:distribute;justify-content:space-around}.between-xs{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-xs{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-xs{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media only screen and (min-width:48em){.container{width:49rem}.mb-nav__container{width:49rem;margin:0 auto;padding:0 1.5rem}.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-offset-0,.col-sm-offset-1,.col-sm-offset-2,.col-sm-offset-3,.col-sm-offset-4,.col-sm-offset-5,.col-sm-offset-6,.col-sm-offset-7,.col-sm-offset-8,.col-sm-offset-9,.col-sm-offset-10,.col-sm-offset-11,.col-sm-offset-12{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:1rem;padding-left:1rem}.col-sm{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0%;max-width:100%}.col-sm-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-sm-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-sm-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-sm-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-sm-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-sm-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-sm-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-sm-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-sm-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-sm-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-sm-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-sm-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-sm-offset-0{margin-left:0}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-11{margin-left:91.66666667%}.start-sm{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-sm{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-sm{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-sm{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-sm{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-sm{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-sm{-ms-flex-pack:distribute;justify-content:space-around}.between-sm{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.stretch-sm{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.first-sm{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-sm{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media only screen and (min-width:64em){.container{width:65rem}.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md-offset-0,.col-md-offset-1,.col-md-offset-2,.col-md-offset-3,.col-md-offset-4,.col-md-offset-5,.col-md-offset-6,.col-md-offset-7,.col-md-offset-8,.col-md-offset-9,.col-md-offset-10,.col-md-offset-11,.col-md-offset-12{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:1rem;padding-left:1rem}.col-md{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0%;max-width:100%}.col-md-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-md-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-md-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-md-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-md-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-md-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-md-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-md-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-md-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-md-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-md-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-md-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-11{margin-left:91.66666667%}.start-md{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-md{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-md{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-md{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-md{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-md{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-md{-ms-flex-pack:distribute;justify-content:space-around}.between-md{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.stretch-md{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.first-md{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-md{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media only screen and (min-width:75em){.container{width:76rem}.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-offset-0,.col-lg-offset-1,.col-lg-offset-2,.col-lg-offset-3,.col-lg-offset-4,.col-lg-offset-5,.col-lg-offset-6,.col-lg-offset-7,.col-lg-offset-8,.col-lg-offset-9,.col-lg-offset-10,.col-lg-offset-11,.col-lg-offset-12{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:1rem;padding-left:1rem}.col-lg{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0%;max-width:100%}.col-lg-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-lg-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-lg-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-lg-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-lg-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-lg-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-lg-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-lg-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-lg-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-lg-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-lg-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-lg-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-11{margin-left:91.66666667%}.start-lg{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-lg{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-lg{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-lg{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-lg{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-lg{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-lg{-ms-flex-pack:distribute;justify-content:space-around}.between-lg{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.stretch-xs{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.first-lg{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-lg{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media only screen and (min-width:91em){.container{width:80rem}}@media only screen and (max-width:64em){.resize{width:100%;padding:0 .5rem}}.mt-1{margin-top:.875rem}@media only screen and (max-width:48em){.mb-1{margin-bottom:1.5rem}}@media only screen and (max-width:64em){.mb-md-1{margin-bottom:2rem}}@media only screen and (max-width:64em){.mb-sm-1{margin-bottom:1.5rem}}@media only screen and (max-width:30em){.hide-mobile{display:none}}body.error404{background-image:url(/app/themes/yg-landning/404.jpg);background-size:cover;background-position:center center}body.error404 main{background:rgb(29 29 27 / .5);border:12px solid #fff;height:100vh;display:flex;flex-wrap:wrap;align-items:flex-end}body.error404 h1{font-family:"PT Sans",sans-serif;color:#fff;text-align:center;margin-top:1em;width:100%}body.error404 .business{width:50%;padding:2rem;text-align:center}body.error404 .business img{max-width:250px}body.error404 .business a.btn{display:inline-block;background:aqua;color:#fff;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:1em 2em;border-radius:1.5rem;transition:all 0.2s;margin-bottom:5rem;margin-top:2rem}body.error404 .business a.btn:hover{transform:scale(1.03)}body.error404 .business a.btn.hast{background:#006156}body.error404 .business a.btn.not{background:#00528C}body.front-page{height:100vh;overflow:hidden;max-height:100vh}body.front-page main{border:6px solid #fff;background:#1D1D1B;max-height:100vh;overflow:hidden;height:100vh}body.front-page main .row{padding:0;margin-left:0;margin-right:0}body.front-page main .row .business{border:6px solid #fff;height:calc(100vh - 12px);height:calc(100dvh - 12px);padding:0;position:relative;overflow:hidden}body.front-page main .row .business.b404:nth-child(1){border-right:0}body.front-page main .row .business.b404:nth-child(2){border-left:0}@media only screen and (max-width:64em){body.front-page main .row .business{height:calc(50vh - 6px)}body.front-page main .row .business.b404:nth-child(1){border-right:6px solid #fff;border-bottom:0}body.front-page main .row .business.b404:nth-child(2){border-left:6px solid #fff;border-top:0}}@media only screen and (max-height:950px){body.front-page main .row .business .content-wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;justify-content:center;flex-direction:column;align-items:center;gap:2rem}}body.front-page main .row .business img.bg{width:100%;height:100%;object-fit:cover;opacity:.7}body.front-page main .row .business img.logo{position:absolute;top:3rem;left:50%;width:200px;transform:translateX(-50%)}@media only screen and (max-width:64em){body.front-page main .row .business img.logo{top:50%;transform:translate(-50%,-50%)}}@media only screen and (max-height:950px){body.front-page main .row .business img.logo{position:static;transform:unset}}body.front-page main .row .business img.logo.not{width:250px;margin-bottom:.25rem}body.front-page main .row .business .logo-wrapper{display:flex;justify-content:flex-end;align-items:center;min-height:100px;flex-direction:column}body.front-page main .row .business .omraden-list{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:1rem;align-items:center}body.front-page main .row .business .omraden-list li{color:#fff;font-size:13px;font-weight:600}body.front-page main .row .business .omraden-list li.separator{color:#fff}body.front-page main .row .business .btn-wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media only screen and (max-width:64em){body.front-page main .row .business .btn-wrapper{top:unset;bottom:3rem}}@media only screen and (max-height:950px){body.front-page main .row .business .btn-wrapper{position:static;transform:unset}}body.front-page main .row .business .btn-wrapper a.btn{display:inline-block;background:aqua;color:#fff;border-radius:50px;text-align:center;display:block;text-transform:uppercase;font-size:16px;font-weight:600;min-width:200px;padding:.75rem 1.5rem;transition:all 0.2s}@media only screen and (max-width:30em){body.front-page main .row .business .btn-wrapper a.btn{padding:.75rem 2.5rem;font-size:14px;min-width:unset}}body.front-page main .row .business .btn-wrapper a.btn.hast{background:#006156;border:2px solid #006156}body.front-page main .row .business .btn-wrapper a.btn.not{border:2px solid #00528C;background:#00528C}body.front-page main .row .business .btn-wrapper a.btn:hover{background:#fff0;border:2px solid #fff}body.front-page main .row .business .btn-wrapper span{font-size:.75rem;color:#fff;text-align:center;display:block;margin-top:1rem;display:flex;align-items:center;justify-content:center}body.front-page main .row .business .btn-wrapper span input{font-size:1rem;margin-right:.5rem}body.front-page main .row .business .btn-wrapper span input[type=checkbox],body.front-page main .row .business .btn-wrapper span input[type=radio]{-webkit-appearance:none;appearance:auto;width:1em;height:1em;accent-color:#00528C;border:1px solid #00528C}body.front-page.admin-bar{max-height:calc(100vh - 42px)}@media only screen and (max-width:782px){body.front-page.admin-bar{max-height:calc(100vh - 52px)}}body.front-page.admin-bar main{max-height:calc(100vh - 42px)}@media only screen and (max-width:782px){body.front-page.admin-bar main{max-height:calc(100vh - 52px);overflow-y:auto}}