html{font-size:100%;-webkit-box-sizing:border-box;box-sizing:border-box;scroll-behavior:smooth}*,*::before,*::after{-webkit-box-sizing:inherit;box-sizing:inherit}body{margin:0;padding:0;font-family:'Rubik', sans-serif;background-color:#2D2D2D}h2,h3,h4,p{margin:0}a{text-decoration:none}.primary-button{padding:20px 26px;background:-webkit-gradient(linear, left top, left bottom, from(#949C88), to(#ACBB9B));background:linear-gradient(180deg, #949C88 0%, #ACBB9B 100%);border-radius:40px;color:#fff;font-size:22px;line-height:20px;text-decoration:none;-webkit-transition:background 250ms ease;transition:background 250ms ease}.primary-button:hover{background:-webkit-gradient(linear, left top, left bottom, from(#78806e), to(#97a587));background:linear-gradient(180deg, #78806e 0%, #97a587 100%)}@media (max-width: 380px){.primary-button{padding:20px 10px}}.nav-arrow{width:46px;height:46px;border-radius:50%;background-color:rgba(255,255,255,0.7);position:relative;border:none;cursor:pointer;-webkit-transition:background-color 250ms ease, -webkit-transform 250ms ease;transition:background-color 250ms ease, -webkit-transform 250ms ease;transition:background-color 250ms ease, transform 250ms ease;transition:background-color 250ms ease, transform 250ms ease, -webkit-transform 250ms ease}.nav-arrow:hover{background-color:rgba(255,255,255,0.9)}.nav-arrow::before{position:absolute;content:url("../images/svg/arrow.svg");top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);height:17px;width:5px}.nav-arrow--left{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.nav-arrow--down{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.nav-arrow--rotate{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.max-container{max-width:1920px;margin-left:auto;margin-right:auto}.attention{color:#C37F25}.hero-title{font-weight:bold;font-size:78px;line-height:94px;text-transform:uppercase;color:#fff;margin:0}@media (max-width: 1440px){.hero-title{font-size:68px;line-height:86px}}@media (max-width: 768px){.hero-title{font-size:56px;line-height:74px}}@media (max-width: 540px){.hero-title{font-size:37px;line-height:48px}}@media (max-width: 380px){.hero-title{font-size:32px;line-height:44px}}.heading-1{font-weight:300;font-size:40px;line-height:54px;color:#D2A467}@media (max-width: 768px){.heading-1{font-size:36px;line-height:46px}}@media (max-width: 540px){.heading-1{font-size:28px;line-height:34px}}.heading-2{font-weight:bold;font-size:42px;line-height:46px;color:#fff}.heading-2--line{position:relative}.heading-2--line::before{position:absolute;content:'';width:88px;height:1px;top:22px;left:-100px;background-color:#FEF9F6}@media (max-width: 1440px){.heading-2::before{display:none}}@media (max-width: 768px){.heading-2{font-size:28px;line-height:36px}}.heading-3{font-size:36px;line-height:40px;color:#fff}.heading-3--yellow{color:#C37F25}.heading-4{font-weight:500;font-size:28px;line-height:30px;color:#fff}.body-display{font-size:24px;line-height:32px;color:#fff}.body-display--dark{color:#253239}.body-1{font-weight:300;font-size:18px;line-height:26px;color:#fff}.body-1--medium{font-weight:500}.body-2{font-weight:500;font-size:20px;line-height:30px;color:#fff}.caveat{font-family:Caveat;font-style:normal;font-size:36px;line-height:39px;color:#fff}@media (max-width: 540px){.caveat{font-size:24px;line-height:28px}}header{position:relative;z-index:2}header .nav{width:100%;max-width:1320px;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px;width:100%;padding-top:15px;position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}header .logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}header .logo:hover>.logo-text{color:#C37F25}header .logo-text{-webkit-transition:color 250ms ease;transition:color 250ms ease}header .menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;z-index:20}header .menu .link{color:#fff;-webkit-transition:color 250ms ease;transition:color 250ms ease}header .menu .link:not(:last-child){margin-right:16px}header .menu .link--hover:hover{color:#C37F25}header .mobile{display:none;background-color:#2D2D2D}header .mobile .logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}header .mobile .logo-text{margin-left:4px}header .mobile .burger-button{width:52px;height:52px;border-radius:50%;background-color:#fff;margin-left:10px}header .mobile .open-burger{position:relative}header .mobile .open-burger::before{position:absolute;content:url("/images/svg/open.svg");top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}header .mobile .close-burger{position:relative}header .mobile .close-burger::before{position:absolute;content:url("/images/svg/close.svg");top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}header .burger-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}header .burger-box .link{font-weight:inherit}header .nav-mobile{width:100%;height:100%;position:fixed;display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:20px;padding-top:30%;top:0;left:0;background-color:#2D2D2D;z-index:10;background-image:url("/images/svg/bg-leaf.svg");background-repeat:no-repeat;background-position:right bottom;background-size:100%}header .mob-link{font-size:60px;line-height:70px}header .mob-link+.mob-link{margin-top:30px}header .closed{-webkit-transform:translateY(-100%);transform:translateY(-100%);-webkit-transition:0.5s ease;transition:0.5s ease}header .open{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition:0.5s ease;transition:0.5s ease}.overflow-hidden{overflow:hidden}.overflow-hidden .logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.overflow-hidden .link{text-decoration:none;font-weight:300;font-size:22px;line-height:20px;color:#fff}.overflow-hidden .link .logo-text,.overflow-hidden .link .logo-text-footer{font-size:22px;line-height:20px;margin-left:4px}.overflow-hidden .nav__links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;list-style-type:none}.overflow-hidden .nav__links .item:not(:last-child){margin-right:16px}.hero-section{height:100vh;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.hero-section .content{width:100%;max-width:1320px;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px;position:-webkit-sticky;position:sticky;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:32px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end}.hero-section .hero-info__box{position:absolute;top:10%;left:50%;-webkit-transform:translate(-20%, 15%);transform:translate(-20%, 15%);width:726px}.hero-section .hero-image__box{width:48%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.hero-section .hero-image__box .image{width:auto;height:100%;min-height:1024px}.hero-section .letter-leaf{position:relative}.hero-section .letter-leaf::after{position:absolute;content:url("../images/svg/leaf.svg");top:-56px;left:22px;z-index:3}.hero-section .hero-title__after{margin-top:4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-left:200px}.hero-section .hero-title__after .heading-1{margin-top:30px}.hero-section .nav-buttons{margin-bottom:10px}.hero-section .nav-arrow+.nav-arrow{margin-left:10px}.hero-section .swiper{width:100%;z-index:5;padding-top:30px;border-top:1px solid #FEF9F6}@media (max-width: 1440px){.hero-section .hero-info__box{width:610px}.hero-section .hero-title__after{margin-left:110px}}@media (max-width: 1024px){header .nav-mobile{display:-webkit-box;display:-ms-flexbox;display:flex}header .nav{background-color:#2D2D2D;position:static;-webkit-transform:none;transform:none;padding-bottom:10px}header .desktop{display:none}header .mobile{display:-webkit-box;display:-ms-flexbox;display:flex}.hero-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;background-image:url("/images/hero.jpg");background-size:cover}.hero-section .body-1{font-size:26px;line-height:34px}.hero-section .hero-slider{display:none}.hero-section .hero-image__box{display:none}.hero-section .hero-image__box .image{display:none;width:100%;height:auto;position:static;-webkit-transform:none;transform:none}.hero-section .hero-info__box{position:static;bottom:430px;left:20px;top:auto;-webkit-transform:none;transform:none}.hero-section .hero-title__after{margin-left:0}.hero-section .hero-title__after .heading-1{margin-top:60px;font-weight:bold}}@media (max-width: 768px){.hero-section{background-position:left 50% top;background-repeat:no-repeat}.hero-section .hero-info__box{width:95%;position:static}.hero-section .hero-image__box{display:none;width:auto}.hero-section .letter-leaf::after{top:-30px}.hero-section .letter-leaf::before{display:none}header .mob-link{font-size:28px;line-height:30px}}@media (max-width: 380px){.logo-text{display:none}.hero-section .letter-leaf::after{top:-30px;left:0}header .menu .link:not(:last-child){margin-right:0}}.opportunity-section{height:993px;padding-top:80px;padding-bottom:100px;position:relative}.opportunity-section .wrapper{height:100%;width:100%;max-width:1320px;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.opportunity-section .swiper-opportunity{position:absolute;top:176px;width:100%;height:500px}.opportunity-section .swiper-opportunity .swiper-slide{width:65%}.opportunity-section .swiper-opportunity .slide-image{width:100%}.opportunity-section .swiper-opportunity .swiper-slide-duplicate-next{background:-webkit-gradient(linear, left bottom, left top, from(rgba(255,255,255,0.5)), to(rgba(255,255,255,0.5)));background:linear-gradient(0deg, rgba(255,255,255,0.5), rgba(255,255,255,0.5))}.opportunity-section .swiper-info{margin-top:20px;position:relative;z-index:2;width:100%}.opportunity-section .swiper-info .heading-box{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px;border-bottom:1px solid #FEF9F6}.opportunity-section .swiper-info .nav-buttons__opp{margin-bottom:10px}.opportunity-section .swiper-info .nav-arrow+.nav-arrow{margin-left:10px}.opportunity-section .opportunity-text{position:relative;margin:0;z-index:2}.opportunity-section .slider-title,.opportunity-section .slider-text{-webkit-transition:opacity 200ms ease;transition:opacity 200ms ease}.opportunity-section .hide{opacity:0;display:none;-webkit-transition:200ms ease;transition:200ms ease}.opportunity-section .list{display:none}.opportunity-section .item+.item{margin-top:18px}@media (max-width: 1024px){.opportunity-section{padding-top:80px;height:auto}.opportunity-section .list{margin-left:20px;padding-left:60px;padding-right:20px;display:block;list-style-type:none;margin-bottom:300px}.opportunity-section .list .item{position:relative}.opportunity-section .list .item::before{position:absolute;content:'';width:50px;height:1px;top:10px;left:-60px;background-color:#FEF9F6}.opportunity-section .swiper-opportunity{position:static;top:auto;margin-top:40px}.opportunity-section .swiper-opportunity .swiper-slide{width:100%}.opportunity-section .wrapper{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}.opportunity-section .wrapper .heading-2{top:-600px}.opportunity-section .swiper-info{margin-top:0}.opportunity-section .caveat{margin-top:190px}.opportunity-section .nav-buttons__opp{position:absolute;margin-bottom:0;bottom:-90px}.opportunity-section .slider-title{margin-bottom:10px}}@media (max-width: 768px){.opportunity-section .swiper-opportunity{height:auto}.opportunity-section .wrapper .heading-2{top:-400px}}.bg-section{width:100%;height:400px;background-image:url("/images/forest-bg.jpg");background-repeat:no-repeat;background-size:cover;background-position:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bg-section .info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bg-section .info .text-box{margin-right:88px;max-width:550px}.bg-section .info .title{color:#2D2D2D;margin-bottom:20px}.bg-section .info .text{color:#2D2D2D}.bg-section .info .text .attention{font-weight:500}.bg-section .info .text .attention--big{font-size:32px}@media (max-width: 1024px){.bg-section{padding-top:70px;padding-bottom:70px;height:auto}.bg-section .info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bg-section .info .text-box{margin-bottom:70px;margin-right:0;margin-left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bg-section .info .text-box .text{text-align:center}}@media (max-width: 540px){.bg-section{padding-left:10px;padding-right:10px}}.program-section{padding-top:80px}.program-section .wrapper{width:100%;max-width:1320px;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px}.program-section .program-list{width:100%;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;list-style-type:none;padding:0;margin-top:64px}.program-section .program-list .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px 40px;width:100%;min-height:130px;cursor:pointer;color:#fff;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;z-index:3;-webkit-transition:all 500ms ease-in-out;transition:all 500ms ease-in-out}.program-section .program-list .item span{text-align:center}.program-section .program-list .item::before{content:'';width:88px;height:88px;border:1px solid #66705D;border-radius:50%;background-color:transparent;-webkit-transition:all 500ms ease;transition:all 500ms ease;position:absolute;z-index:-1;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.program-section .program-list .item:hover{min-height:250px}.program-section .program-list .item:hover::before{border-color:#C37F25}.program-section .program-list .item:nth-child(1){background-image:url("/images/program/1.jpg")}.program-section .program-list .item:nth-child(2){background-image:url("/images/program/2.jpg")}.program-section .program-list .item:nth-child(3){background-image:url("/images/program/3.jpg")}.program-section .program-list .item:nth-child(4){background-image:url("/images/program/4.jpg")}.program-section .program-list .item:nth-child(5){background-image:url("/images/program/5.jpg")}.program-section .program-list .item:nth-child(6){background-image:url("/images/program/6.jpg")}.program-section .program-list .item:nth-child(7){background-image:url("/images/program/7.jpg")}.program-section .program-list .item:nth-child(8){background-image:url("/images/program/8.jpg")}.program-section .program-list .item:nth-child(9){background-image:url("/images/program/9.jpg")}@media (max-width: 768px){.program-section .program-list .item{padding:20px 20px}}.teachers-section{padding-top:80px;padding-bottom:80px}.teachers-section .wrapper{width:100%;max-width:1320px;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px;display:-ms-grid;display:grid;-ms-grid-columns:1fr minmax(300px, 620px);grid-template-columns:1fr minmax(300px, 620px);-webkit-column-gap:120px;column-gap:120px}.teachers-section .image{width:100%}.teachers-section .info-box{margin-top:100px}.teachers-section .info-box .title{margin-bottom:70px}.teachers-section .info-box .list{margin-top:22px;margin-bottom:96px;padding-left:20px}.teachers-section .info-box .list .item{color:#66705D}.teachers-section .info-box .list .item-text{color:#66705D}.teachers-section .name{margin-top:24px;display:block;color:#fff}.teachers-section .smaller{font-size:24px;line-height:26px;font-weight:400}@media (max-width: 1440px){.teachers-section .wrapper{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;-webkit-column-gap:50px;column-gap:50px}.teachers-section .wrapper .list{margin-bottom:40px}.teachers-section .info-box{margin-top:50px}}@media (max-width: 1024px){.teachers-section .wrapper{-ms-grid-columns:1fr;grid-template-columns:1fr}.teachers-section .info-box{margin-top:0;margin-bottom:50px}}.additional-section{padding-top:70px;padding-bottom:50px;min-height:800px;position:relative}.additional-section .info-grid{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;margin-top:60px}.additional-section .wrapper{width:100%;max-width:1320px;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px}.additional-section .title{width:100%;max-width:1320px;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px}.additional-section .info{max-width:620px}.additional-section .image-box{width:100%;max-height:518px;position:-webkit-sticky;position:sticky;height:518px;top:160px;padding-top:50px;overflow:hidden}.additional-section .image{height:100%;position:absolute;-webkit-transition:opacity 250ms ease-in-out;transition:opacity 250ms ease-in-out;opacity:1;top:0;left:0}.additional-section .accordion{margin-top:30px;-ms-grid-column:1;grid-column:1}.additional-section .accordion .content-box{border-bottom:1px solid #66705D}.additional-section .accordion .content-box+.content-box{margin-top:10px}.additional-section .accordion .label{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:end;margin-bottom:10px}.additional-section .accordion .content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;opacity:0;height:auto;max-height:0;overflow:hidden}.additional-section .accordion .content .text-margin--1{margin:16px 0}.additional-section .accordion .content .text-margin--2{margin:11px 0}.additional-section .accordion .content-box.active .content{opacity:1;height:auto;max-height:600px;padding-bottom:20px}.additional-section .opacity-zero{opacity:0;-webkit-transition:0.25s ease-in-out;transition:0.25s ease-in-out}@media (max-width: 1024px){.additional-section .image-box{width:100%}}@media (max-width: 768px){.additional-section{min-height:100%}.additional-section .info-grid{-ms-grid-columns:1fr;grid-template-columns:1fr;margin-top:50px}.additional-section .image-box{display:none}.additional-section .accordion{margin-top:0}.additional-section .info{max-width:100%}}@media (min-width: 768px){.additional-section .accordion{-ms-grid-column:2;grid-column:2}}.price-contact-section{padding-top:50px;padding-bottom:125px;position:relative}.price-contact-section .tel:hover>.tel-num{color:#C37F25}.price-contact-section .wrapper{width:100%;max-width:1320px;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px}.price-contact-section .contact-image__box{width:48%;height:calc( 100% + 70px);position:absolute;bottom:-106px;right:0;overflow:hidden}.price-contact-section .contact-image__box .image{width:auto;height:100%;min-height:1024px;position:relative;right:40%}.price-contact-section .row{display:-ms-grid;display:grid;-ms-grid-columns:minmax(400px, 510px) 1fr;grid-template-columns:minmax(400px, 510px) 1fr}.price-contact-section .row+.row{margin-top:270px}.price-contact-section .info-box,.price-contact-section .inner-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:start}.price-contact-section .info-box .title,.price-contact-section .inner-box .title{margin-bottom:20px}.price-contact-section .info-box .title+.attention,.price-contact-section .inner-box .title+.attention{color:#C37F25}.price-contact-section .info-box .inner-box,.price-contact-section .inner-box .inner-box{margin-top:100px;padding-top:20px;border-top:1px solid #FEF9F6}.price-contact-section .info-box .inner-box span+span,.price-contact-section .inner-box .inner-box span+span{margin-top:10px}.price-contact-section .info-box .inner-box .button,.price-contact-section .inner-box .inner-box .button{margin-top:50px}.price-contact-section .gray{color:#C0BFB2}.price-contact-section .contacts{margin-top:50px}.price-contact-section .contacts .contact-row,.price-contact-section .contacts a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.price-contact-section .contacts .contact-row .contact-icon,.price-contact-section .contacts a .contact-icon{margin-right:15px}.price-contact-section .contacts .contact-row span{background:-webkit-linear-gradient(180deg, #949C88 0%, #ACBB9B 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.price-contact-section .contacts .contact-row+.contact-row{margin-top:20px}@media (max-width: 1024px){.price-contact-section .contact-image__box{width:100%;height:600px;right:0}.price-contact-section .contact-image__box .image{right:0}.price-contact-section .row{-ms-grid-columns:1fr;grid-template-columns:1fr}.price-contact-section .row .info-box{position:relative}}footer{position:absolute;height:105px;width:100%;border-top:1px solid #fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}footer .logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}footer .logo:hover>.logo-text-footer{color:#C37F25}footer .logo-text-footer{-webkit-transition:color 250ms ease;transition:color 250ms ease}footer img{margin-right:4px}
/*# sourceMappingURL=styles.min.css.map */