/*!
 * fullPage 3.1.1
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: hidden;
    position: relative;
}
.fp-scroller{
    overflow: hidden;
}
.iScrollIndicator{
    border: 0 !important;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    top: 50%;
    opacity: 1;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translate3d(0,-50%,0);
}
#fp-nav.fp-right {
    right: 17px;
}
#fp-nav.fp-left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important;
}
.fp-slidesNav.fp-bottom {
    bottom: 17px;
}
.fp-slidesNav.fp-top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.fp-right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.fp-left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}

/*Only display content to screen readers*/
.fp-sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}@font-face{font-family:'DIN Pro';src:local("DIN Pro Bold"),local("DINPro-Bold"),url(../assets/fonts/DINPro-Bold.f7b0e6504d6103e373e7.woff2) format("woff2");font-weight:bold;font-style:normal;font-display:swap}@font-face{font-family:'DIN Pro';src:local("DIN Pro"),local("DINPro"),url(../assets/fonts/DINPro.5e39cc95802fa65ba34f.woff2) format("woff2");font-weight:normal;font-style:normal;font-display:swap}.container{margin:0 auto;max-width:1128px;border-top:1px solid transparent}@media (max-width: 1279px){.container{max-width:960px}}@media (max-width: 991px){.container{max-width:720px}}@media (max-width: 767px){.container{max-width:540px}}@media (max-width: 575px){.container{max-width:100%}}.hide{display:none !important}.fade{visibility:hidden !important;opacity:0 !important}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;border:0;padding:0;clip:rect(0 0 0 0);overflow:hidden}.c1{background-color:rgba(255,0,50,0.3)}.c2{background-color:rgba(0,255,50,0.3)}.c3{background-color:rgba(100,100,255,0.3)}.c4{background-color:rgba(255,255,50,0.3)}.c5{background-color:rgba(255,50,255,0.3)}.c6{background-color:rgba(50,255,255,0.3)}*,*::before,*::after{box-sizing:border-box}*{min-height:0;min-width:0}body{font-size:16px;font-family:"DIN Pro", sans-serif;font-weight:400;font-style:normal;color:#2D2D2D}img{max-width:100%;height:auto}ul{list-style:none;padding:0;margin:0}a{text-decoration:none}p{margin:0;padding:0}h1,h2,h3,h4,h5,h6{margin:0;padding:0}button,input,select{outline:none}body{-webkit-tap-highlight-color:transparent}body{overflow-x:hidden !important}.screen{transition:all 0.3s ease;background-color:#fff;height:100vh}@media (max-width: 767px) and (max-height: 600px){.screen{height:600px}}.screen1__container{flex-direction:column;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;height:100%;position:relative}@media (max-width: 1279px){.screen1__container{overflow:hidden}}@media (max-width: 767px){.screen1__container{align-items:center}}.screen1__head{position:relative;z-index:50;margin-top:auto;margin-bottom:auto;font-weight:bold;font-size:64px;line-height:72px}@media (max-width: 1279px){.screen1__head{font-size:36px;line-height:45px;margin-top:75px;padding-left:80px}}@media (max-width: 767px){.screen1__head{font-size:24px;line-height:30px;padding-left:0px}}@media (max-width: 767px) and (max-height: 650px){.screen1__head{margin-top:40px}}@media (max-width: 767px) and (max-height: 600px){.screen1__head{font-size:21px;line-height:24px}}.screen1__head a{transition:all 0.2s ease}@media (min-width: 1280px){.screen1__head a:hover{color:#2a2a2a}}.screen1__head .s2{text-decoration:underline;color:#A359A2}.screen1__head .s3{text-decoration:underline;color:#455AA2}.screen1__head .s4{text-decoration:underline;color:#C54F45}.screen1__head .s5{text-decoration:underline;color:#FFD737}.screen1__note{margin-top:25px}.screen1__link{opacity:0;margin-right:100px;color:#2a2a2a;align-self:center;font-size:20px;line-height:25px;bottom:4.3vh;position:relative;cursor:pointer}@media (max-width: 1279px){.screen1__link{opacity:1;z-index:100;bottom:40px;margin-right:60px}}@media (max-width: 767px) and (max-height: 600px){.screen1__link{bottom:25px}}@media (min-width: 1280px){.screen1__link:hover{color:#A359A2}}.screen1__link span{margin-right:25px}@media (max-width: 1279px){.screen1__link span{margin-right:0}}.screen1__bg{position:absolute;display:none;left:50%;transform:translateX(-50%)}.screen1__bg svg{height:100%}@media (max-width: 1279px){.screen1__bg{display:block;bottom:-65px;height:700px}}@media (max-width: 1279px) and (max-height: 1000px){.screen1__bg{bottom:-65px;height:700px}}@media (max-width: 1279px) and (max-height: 800px){.screen1__bg{height:600px;bottom:-47px}}@media (max-width: 1279px) and (max-height: 725px){.screen1__bg{height:500px;bottom:-32px}}@media (max-width: 1279px) and (max-height: 640px){.screen1__bg{height:450px;bottom:-24px}}@media (max-width: 1279px) and (max-height: 590px){.screen1__bg{height:400px;bottom:-16px}}@media (max-width: 767px){.screen1__bg{bottom:-45px;height:600px}}@media (max-width: 767px) and (max-height: 800px){.screen1__bg{bottom:-31px;height:500px}}@media (max-width: 767px) and (max-height: 700px){.screen1__bg{bottom:-18px;height:420px}}@media (max-width: 767px) and (max-height: 650px){.screen1__bg{bottom:-30px;height:400px}}.screen2__container{display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;position:relative}@media (max-width: 1279px){.screen2__container{overflow:hidden;margin-top:-1px}}.screen2__note{margin-top:25px;align-self:flex-start}.screen2__head{font-size:42px;line-height:60px;margin-top:auto;text-align:center;max-width:750px}@media (max-width: 1279px){.screen2__head{font-size:24px;line-height:30px}}.screen2__head br{display:none}@media (max-width: 1279px){.screen2__head br{display:inline}}.screen2__link{margin-top:90px;margin-bottom:auto;max-width:290px;z-index:100}@media (max-width: 1279px){.screen2__link{margin-top:12px;margin-bottom:490px}}@media (max-width: 1279px) and (max-height: 1000px){.screen2__link{margin-bottom:390px}}@media (max-width: 1279px) and (max-height: 870px){.screen2__link{margin-bottom:390px}}@media (max-width: 1279px) and (max-height: 800px){.screen2__link{margin-bottom:350px}}@media (max-width: 1279px) and (max-height: 650px){.screen2__link{margin-bottom:300px}}@media (max-width: 1279px) and (max-height: 570px){.screen2__link{margin-bottom:258px}}@media (max-width: 767px){.screen2__link{margin-bottom:290px;max-width:245px}}.screen2__bg{position:absolute;display:none;left:50%;transform:translateX(-50%)}.screen2__bg svg{height:100%}@media (max-width: 1279px){.screen2__bg{display:block;bottom:0;height:1366px}}@media (max-width: 1279px) and (max-height: 1000px){.screen2__bg{bottom:-80px;height:1280px}}@media (max-width: 1279px) and (max-height: 800px){.screen2__bg{height:1000px;bottom:0px}}@media (max-width: 1279px) and (max-height: 650px){.screen2__bg{bottom:-50px}}@media (max-width: 1279px) and (max-height: 570px){.screen2__bg{height:900px;bottom:-50px}}@media (max-width: 767px){.screen2__bg{bottom:0px;height:850px}}.screen3{position:relative}.screen3--hide{opacity:0;visibility:hidden;position:fixed;top:0;left:0;z-index:-1}.screen3__container{display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;position:relative}@media (max-width: 1279px){.screen3__container{overflow:hidden;margin-top:-1px}}.screen3__note{margin-top:25px;align-self:flex-start}.screen3__box1{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:130px;justify-content:center}@media (min-width: 1280px) and (max-height: 900px){.screen3__box1{margin-bottom:70px}}@media (max-width: 1279px){.screen3__box1{margin-bottom:50px;margin-top:-100px}}@media (max-width: 767px){.screen3__box1{flex-direction:column;align-items:center;margin-top:-270px}}.screen3__btn{max-width:290px;flex-shrink:0;margin-right:16px}@media (max-width: 767px){.screen3__btn{margin-right:0;margin-bottom:10px;max-width:245px}}.screen3__link{max-width:290px;flex-shrink:0}@media (max-width: 767px){.screen3__link{max-width:245px}}.screen3__generator{margin-top:auto;margin-bottom:100px}@media (min-width: 1280px) and (max-height: 780px){.screen3__generator{margin-bottom:50px}}@media (max-width: 1279px){.screen3__generator{margin-bottom:auto}}.screen3__bg{position:absolute;display:none;left:50%;transform:translateX(-50%)}.screen3__bg svg{height:100%}@media (max-width: 1279px){.screen3__bg{display:block;top:-65px;height:182px}}@media (max-width: 767px){.screen3__bg{top:-100px}}@media (max-width: 767px) and (max-height: 700px){.screen3__bg{top:-120px}}@media (max-width: 767px) and (max-height: 620px){.screen3__bg{top:-100px}}@media (max-width: 767px) and (max-height: 580px){.screen3__bg{top:-110px}}@media (max-width: 767px) and (max-height: 570px){.screen3__bg{top:-118px}}.screen3__footer{position:absolute;bottom:0;text-align:center;height:40px;font-size:18px;color:#2d2d2d;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;align-items:center;border-top:1px solid #e5e5e5}#share{position:absolute;width:100%;height:100%;top:0;left:0}.ya-share2__container{height:100% !important}.ya-share2__list,.ya-share2__item,.ya-share2__link{height:100% !important;width:100% !important}.ya-share2__icon_more{display:none !important}.note{font-size:24px;line-height:30px}.btn{width:100%;text-align:center;display:inline-block;font-size:24px;line-height:1;text-decoration:none;background:#A359A2;padding:11px;cursor:pointer;border-radius:90px;border:none;color:#E5E5E5;position:relative;transition:all 0.2s ease}@media (min-width: 1280px){.btn:hover{background-color:#5b365a}}.btn:disabled{background-color:#555;cursor:default}@media (max-width: 767px){.btn{font-size:20px;padding:8px}}.header{height:76px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;position:fixed;z-index:1000;width:100%;background-color:#fff;transition:all 0.4s ease}.header--transparent{background-color:transparent}@media (max-width: 1279px){.header{height:44px;justify-content:center}}.header__note{margin-left:65px;color:#2a2a2a}@media (max-width: 1279px){.header__note{margin-left:0}}@media (max-width: 1279px){.anim{display:none}}.anim__face{line-height:0;position:absolute;left:calc(50% + 18.35vh);bottom:22.65vh;max-width:29.3vh;width:100%}.anim__line1{line-height:0;position:absolute;max-width:63.3vh;left:50%;bottom:5.3vh;width:100%}.anim__line2{line-height:0;position:absolute;max-width:50.2vh;left:50%;top:calc(100vh - 5.3vh);width:100%}.anim__arrow{line-height:0;position:absolute;left:calc(50% - 15px);bottom:calc(34.5vh - 15px)}#face{opacity:0}#arrow{opacity:0;position:relative}#line1{opacity:0}#line2{opacity:0}#arrow2{opacity:0;z-index:10}@-webkit-keyframes arrow-scale{from{transform:rotate(90deg) scale(1)}to{transform:rotate(90deg) scale(1.3)}}@keyframes arrow-scale{from{transform:rotate(90deg) scale(1)}to{transform:rotate(90deg) scale(1.3)}}.arrow-scale{opacity:1 !important;transform:rotate(90deg);position:relative;top:17px;left:13px;-webkit-animation-name:arrow-scale;animation-name:arrow-scale;-webkit-animation-duration:500ms;animation-duration:500ms;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}.social{font-size:0;position:fixed;height:100%;right:0;z-index:900;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center}.social__list{display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;margin-right:57px}@media (max-width: 1380px){.social__list{margin-right:16px}}@media (max-width: 767px){.social__list{margin-bottom:200px}}.social__item:not(:last-child){margin-bottom:10px}.social__link{display:block;height:32px;width:32px}.social__link svg .fill{transition:all 0.2s ease}@media (min-width: 1280px){.social__link:hover svg .fill{fill:#A359A2}}.generator{width:100%;position:relative;height:338px;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center}@media (max-width: 1279px){.generator{height:230px;width:90%}}@media (max-width: 767px){.generator{width:98%}}@media (max-width: 767px) and (max-height: 755px){.generator{height:180px}}.generator__text{transition:all 0.2s ease;color:#2D2D2D;position:absolute;right:0;top:-150px;font-size:24px;text-decoration:underline}@media (min-width: 1280px){.generator__text:hover{color:#A359A2}}@media (min-width: 1280px) and (max-height: 780px){.generator__text{top:-90px}}@media (max-width: 1279px){.generator__text{top:-125px}}@media (max-width: 991px){.generator__text{font-size:18px}}@media (max-width: 767px){.generator__text{transform:translateX(-50%);left:50%;text-align:center;width:100%;font-size:24px;top:-250px}}@media (max-width: 767px) and (max-height: 650px){.generator__text{font-size:18px;top:-220px}}@media (max-width: 767px) and (max-height: 620px){.generator__text{top:-190px}}.generator__text br{display:none}@media (max-width: 767px){.generator__text br{display:block}}.generator__image{z-index:50;transition:all 0.9s ease;position:absolute;max-width:230px;max-height:230px;top:-110px;right:0px}@media (max-width: 1279px){.generator__image{top:-90px}}@media (max-width: 767px){.generator__image{transform:translateX(-50%);max-width:230px;max-height:230px;left:50%;right:auto;top:-180px}}@media (max-width: 767px) and (max-height: 650px){.generator__image{max-width:150px;max-height:150px;top:-140px}}.generator__image img{width:100%;height:auto}.generator__box1{width:100%;overflow:hidden;position:relative;max-height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center}.generator__col{height:-webkit-max-content;height:-moz-max-content;height:max-content;flex:1 0 33%;display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;font-size:22px;text-shadow:0px 4px 4px rgba(0,0,0,0.25);align-items:center}.generator__col--first{align-items:flex-end}.generator__col--last{align-items:flex-start}@media (max-width: 1279px){.generator__col{font-size:16px}}@media (max-width: 767px){.generator__col{font-size:8.5px}}.generator__value{flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center}.generator__line{height:75px;position:absolute;top:50%;left:50%;width:100%;transform:translate(-50%, -50%);border:3px solid #2D2D2D;border-radius:30px}@media (max-width: 1279px){.generator__line{height:55px;border-radius:15px;border:2px solid #2D2D2D}}@media (max-width: 767px) and (max-height: 755px){.generator__line{height:40px}}.share{position:fixed;top:0;left:0;top:-10000px;z-index:-1;width:1200px;height:800px}.share__word{position:absolute;text-shadow:0px 4px 4px rgba(0,0,0,0.25);font-size:36px;line-height:45px;bottom:100px;color:#2D2D2D}.share__word--word0{text-align:right;right:870px}.share__word--word1{text-align:center;left:50%;transform:translateX(-50%)}.share__word--word2{text-align:left;left:870px}.overlay{background-color:#fff;position:fixed;height:100%;width:100%;top:0;left:0;display:none;z-index:10000;flex-direction:column}@media only screen and (orientation: landscape) and (max-height: 600px) and (max-width: 1279px){.overlay{display:-webkit-box;display:-ms-flexbox;display:flex}}.overlay__header{height:40px;font-size:24px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:center}.overlay__footer{height:40px;font-size:18px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:center}.overlay__box1{flex-grow:2;display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;align-items:center;justify-content:center}.overlay__icon{width:80px;height:80px;margin-bottom:15px}.overlay__icon svg{width:100%;height:100%}.overlay__head{font-weight:bold;font-size:24px;line-height:30px}.overlay__text{font-size:18px;line-height:22px}

