@charset "utf-8";
@font-face {
	font-family: 'Proxima Nova';
	src: local('☺'), url('../fonts/proxima_nova_regular-webfont.woff') format('woff'), url('../fonts/proxima_nova_regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Proxima Nova';
	src: local('☺'), url('../fonts/proxima_nova_semibold-webfont.woff') format('woff'), url('../fonts/proxima_nova_semibold-webfont.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Proxima Nova';
	src: local('☺'), url('../fonts/proxima_nova_bold-webfont.woff') format('woff'), url('../fonts/proxima_nova_bold-webfont.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Proxima Nova';
	src: local('☺'), url('../fonts/proxima_nova_extrabold-webfont.woff') format('woff'), url('../fonts/proxima_nova_extrabold-webfont.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}
html, body {
	height: 100%;
	box-sizing: border-box;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
html {
	font-size: 1.111111vw;
}
body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, -apple-system, "Open Sans", system-ui, "sans-serif";
	color: #717783;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-text-size-adjust: none;
}
*, *:before, *:after {
	box-sizing: border-box;
}
form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
input, select, textarea, button {
	font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, -apple-system, "Open Sans", system-ui, "sans-serif";
	font-weight: normal;
	line-height: normal;
	color: #7F888F;
	outline: none;
	text-align: left;
}
input[type="text"], input[type="password"], input[type="email"], input[type="color"], input[type="date"], input[type="datetime-local"], input[type="month"], input[type="number"], input[type="range"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="week"], textarea, select {
	-webkit-appearance: none;
	border-radius: 0;
	box-shadow: none;
	border: 1px solid #e0e0e0;
	background: #fff;
	margin: 0;
	padding: 12px 25px 13px 25px;
	width: 100%;
	display: block;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
opacity: 1;
color: #7F888F;
}
input::-moz-placeholder, textarea::-moz-placeholder {
opacity: 1;
color: #7F888F;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
opacity: 1;
color: #7F888F;
}
 input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
opacity: 0.5!important;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
opacity: 0.5!important;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
opacity: 0.5!important;
}
input::-ms-clear {
 display: none;
}
button::-moz-focus-inner {
 border: 0;
}
textarea {
	resize: none;
}
.outtaHere {
	overflow: hidden;
	max-width: 100vw;
	position: fixed!important;
	-webkit-transform: scale(0)!important;
	        transform: scale(0)!important;
}
header, nav, section, article, aside, footer, menu, time, figure, figcaption, main {
	display: block;
}
img {
	border: 0;
	vertical-align: top;
}
a {
	color: #009;
	text-decoration: underline;
	outline: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a[href^=tel] {
	color: inherit!important;
	cursor: inherit;
	text-decoration: none!important;
}
strong {
	font-weight: bold;
}
h1, .h1, h2, .h2, h3, .h3, h4, h5, h6 {
	color: #000;
	font-weight: bold;
	line-height: 1.09;
	margin: 10rem 0 0.625rem 0;
}
h1, .h1 {
	font-weight: 800;
	line-height: 1.05;
	font-size: 3.5rem;
	margin-bottom: 2.5rem;
}
h2, .h2 {
	font-size: 2.75rem;
}
p, ol, ul {
	margin: 0 0 10px 0;
	padding: 0;
}
ol, ul, li {
	list-style: none;
}
li {
	position: relative;
	margin: 0 0 5px 0;
	padding: 0 0 0 20px;
}
ul > li:before {
	content: '•';
	position: absolute;
	top: 0;
	left: 0;
}
ol {
	counter-reset: li;
}
ol > li:before {
	counter-increment: li;
	content: counters(li, ".") ". ";
	position: relative;
	display: inline-block;
	vertical-align: top;
	min-width: 18px;
	margin: 0 0 0 -18px;
	padding: 0 4px 0 0;
	text-align: right;
}
.break-word {
	word-break: break-all;
}
.nowrap {
	white-space: nowrap;
}
.uppercase {
	text-transform: uppercase;
}
.mainwrap {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 100%;
	top: 0;
	left: 0;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.swiper-container {
	overflow: hidden;
}
.swiper-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.swiper-slide {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 100%;
}
.section {
	position: relative;
	min-height: 100vh;
	z-index: 5;
	overflow: hidden;
}
.section-inner {
	position: relative;
}
.container {
	position: static;
	width: 100%;
	margin: 0 auto;
	padding: 0 5rem;
	max-width: 90rem;
}
.section-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	font-size: 1rem;
	line-height: 1.625;
	background: #EDEFF2;
}
.section-top .section-inner {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.section-top .container {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.section-top .logo {
	margin: auto 0;
	padding: 2.5rem 0;
	position: relative;
	z-index: 2;
}
.section-top .logo img {
	height: 3.125rem;
	width: auto;
}
.section-top .text {
	width: 42%;
	max-width: 33.75rem;
	margin: auto 0;
	position: relative;
	z-index: 2;
	padding: 2.5rem 0 5.25rem 0;
}
.section-top h1, .section-top .h1 {
	font-weight: 800;
	font-size: 4.5rem;
	line-height: 1.055555;
	margin: 0 0 1.875rem 0;
}
.section-top .max {
	max-width: 24.375rem;
	width: 80%;
}
.section-top p {
	margin-bottom: 0.625rem;
}
.section-top p:last-child {
	margin-bottom: 0;
}
.section-top .image {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.section-top .image:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	        transform: translate3d(-50%, -50%, 0);
	background: #EDEFF2 url(../img/bg-top.jpg) no-repeat 50% 50%;
	background-size: 100% auto;
}
.section-top .logos {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	margin: auto -1.75rem 0 -1.75rem;
	z-index: 2;
	position: relative;
	padding: 2.5rem 0;
}
.section-top .logos .swiper-container {
	overflow: visible!important;
}
.section-top .logos .swiper-wrapper {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.section-top .logos .swiper-slide {
	width: auto;
	padding: 0 1.75rem;
}
.section-top .logos img {
	height: 2.75rem;
	width: auto;
}
.section-features {
	padding: 11.25rem 0 6.25rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	min-height: 0;
}
.section-features .section-inner {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	min-height: 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-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.section-features ul {
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.5;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: -1.875rem -1rem;
	padding: 0;
	text-align: center;
}
.section-features li:before {
	display: none;
}
.section-features li {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding: 1.875rem 1rem;
	margin: 0;
	opacity: 0;
	-webkit-transform: translate3d(0, 10vh, 0);
	        transform: translate3d(0, 10vh, 0);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transition-duration: 1s, 0.5s;
	        transition-duration: 1s, 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	        transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.section-features.show li {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}
.section-features ul img {
	display: block;
	margin: 0 auto 1.875rem auto;
	height: 6.25rem;
	width: auto;
}
.section-canhelp {
	z-index: auto;
	overflow: visible;
	font-weight: 800;
	line-height: 1.047;
	font-size: 5.25rem;
	text-align: center;
	color: #000;
}
.section-canhelp .section-inner {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	width: 100%;
	height: 100vh;
	min-height: 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-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	z-index: 1;
}
.section-canhelp.fixed .section-inner {
	position: fixed;
}
.section-canhelp .section-inner > * {
	-webkit-transform: scale(1);
	        transform: scale(1);
}
.section-canhelp .max {
	margin: 0 auto;
	max-width: 37.875rem;
}
.section-canhelp .fader {
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	-webkit-transition-property: opacity, background;
	transition-property: opacity, background;
	-webkit-transition-duration: 0.5s;
	        transition-duration: 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	        transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}
.scaled .section-canhelp .fader {
	opacity: 1;
}
.go-white .section-canhelp .fader {
	background: #fff;
}
.darktexts {
	margin-bottom: -100vh;
}
.section-darktext {
	color: #fff;
	font-weight: 800;
	line-height: 1.046;
	font-size: 4rem;
	text-align: center;
	opacity: 0;
	-webkit-transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	overflow: visible;
}
.section-darktext:after {
	content: '';
	display: block;
	min-height: 100vh;
}
.section-darktext:first-child {
	margin-bottom: -25vh;
}
.scaled .section-darktext {
	opacity: 1;
}
.go-white .section-darktext {
	opacity: 0;
}
.section-darktext .section-inner {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	width: 100%;
	height: 100vh;
	min-height: 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-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	opacity: 0;
}
.section-darktext:first-child .section-inner {
	opacity: 0;
}
.section-darktext.top:first-child .section-inner {
	opacity: 1;
}
.section-darktext.bottom-in:first-child .section-inner {
	opacity: 0;
}
.section-darktext.top-in:last-child .section-inner {
	opacity: 1;
}
.section-darktext.bottom:last-child .section-inner {
	opacity: 0;
}
.section-darktext .max {
	margin: 0 auto;
	max-width: 58.125rem;
}
.section-darktext .small {
	line-height: 1.05;
	font-size: 1.25rem;
	text-transform: uppercase;
	margin: 0 0 1.25rem 0;
	letter-spacing: 0.05em;
}
.section-darktext .small > * {
	background: -webkit-linear-gradient(359.51deg, #EE8484 -11.72%, #9F63EB 52.64%, #40D797 107.09%), -webkit-linear-gradient(bottom, #00EB74, #00EB74);
	background: linear-gradient(90.49deg, #EE8484 -11.72%, #9F63EB 52.64%, #40D797 107.09%), linear-gradient(0deg, #00EB74, #00EB74);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.bubble {
	position: fixed;
	z-index: 6;
	top: 100%;
	left: 50%;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background: -webkit-linear-gradient(26.98deg, #EE8484 7.75%, #9F63EB 63.83%, #40D797 111.29%), -webkit-linear-gradient(bottom, #C4C4C4, #C4C4C4);
	background: linear-gradient(63.02deg, #EE8484 7.75%, #9F63EB 63.83%, #40D797 111.29%), linear-gradient(0deg, #C4C4C4, #C4C4C4);
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
	-webkit-animation-fill-mode: backwards;
	        animation-fill-mode: backwards;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
	opacity: 0;
	-webkit-transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.go-bubbles .bubble {
	opacity: 1;
	-webkit-animation-name: bubbles;
	        animation-name: bubbles;
	-webkit-animation-play-state: running;
	        animation-play-state: running;
}
@-webkit-keyframes bubbles {
 from {
-webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
}
 to {
-webkit-transform: translate3d(0, -150vh, 0);
        transform: translate3d(0, -150vh, 0);
}
}
 @keyframes bubbles {
 from {
-webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
}
 to {
-webkit-transform: translate3d(0, -150vh, 0);
        transform: translate3d(0, -150vh, 0);
}
}
.bubble.pos1 {
	left: 15%;
	width: 31px;
	height: 31px;
	-webkit-animation-duration: 1.9s;
	        animation-duration: 1.9s;
}
.bubble.pos2 {
	left: 77.6%;
	-webkit-animation-duration: 2.2s;
	        animation-duration: 2.2s;
	-webkit-animation-delay: 1s;
	        animation-delay: 1s;
}
.bubble.pos3 {
	left: 47.5%;
	-webkit-animation-duration: 2.5s;
	        animation-duration: 2.5s;
	-webkit-animation-delay: 1.5s;
	        animation-delay: 1.5s;
}
.bubble.pos4 {
	left: 73.6%;
	-webkit-animation-duration: 1.8s;
	        animation-duration: 1.8s;
	-webkit-animation-delay: 2s;
	        animation-delay: 2s;
}
.bubble.pos5 {
	left: 64%;
	-webkit-animation-duration: 2.1s;
	        animation-duration: 2.1s;
	-webkit-animation-delay: 2.5s;
	        animation-delay: 2.5s;
}
.bubble.pos6 {
	left: 24.375%;
	width: 23px;
	height: 23px;
	-webkit-animation-duration: 2.9s;
	        animation-duration: 2.9s;
	-webkit-animation-delay: 3s;
	        animation-delay: 3s;
}
.bubble.pos7 {
	left: 82%;
	width: 26px;
	height: 26px;
	-webkit-animation-duration: 3.2s;
	        animation-duration: 3.2s;
	-webkit-animation-delay: 3.5s;
	        animation-delay: 3.5s;
}
.bubble.pos8 {
	left: 8%;
	width: 30px;
	height: 30px;
	-webkit-animation-duration: 3.4s;
	        animation-duration: 3.4s;
	-webkit-animation-delay: 4s;
	        animation-delay: 4s;
}
.bubble.pos9 {
	left: 53.5%;
	-webkit-animation-duration: 3.3s;
	        animation-duration: 3.3s;
	-webkit-animation-delay: 4s;
	        animation-delay: 4s;
}
.bubble.pos10 {
	left: 68%;
	-webkit-animation-duration: 2.7s;
	        animation-duration: 2.7s;
	-webkit-animation-delay: 4s;
	        animation-delay: 4s;
}
.bubble.pos2, .bubble.pos7, .bubble.pos8, .bubble.pos9, .bubble.pos10 {
	display: none!important;
}
.section-whitetext {
	padding-bottom: 7rem;
	overflow: visible;
	background: #fff;
	opacity: 0;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	        transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transition-duration: 0s;
	        transition-duration: 0s;
}
.go-white .section-whitetext {
	opacity: 1;
	-webkit-transition-duration: 0.5s;
	        transition-duration: 0.5s;
}
.section-whitetext .detect {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
}
.section-whitetext .grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
	margin: 0 auto;
	max-width: 73.75rem;
}
.section-whitetext .side-l {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	width: 45.76%;
	padding: 75vh 0 2.5rem 0;
}
.section-whitetext .side-r {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	width: 41%;
}
.section-whitetext .sticky-block {
	padding-bottom: 2.5rem;
	padding-top: calc((100vh - 21.25rem) / 2);
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}
.section-whitetext h1, .section-whitetext .h1 {
	margin-top: 0;
}
.section-whitetext .logos {
	margin: 0 -2.1875rem -2.5rem -2.1875rem;
}
.section-whitetext .logos .swiper-container {
	overflow: visible!important;
}
.section-whitetext .logos .swiper-wrapper {
	-ms-flex-wrap: wrap!important;
	    flex-wrap: wrap!important;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.section-whitetext .logos .swiper-container-initialized .swiper-wrapper {
	-ms-flex-wrap: nowrap!important;
	    flex-wrap: nowrap!important;
}
.section-whitetext .logos .swiper-slide {
	padding: 0 2.1875rem 2.5rem 2.1875rem;
	width: auto;
}
.section-whitetext .logos img {
	width: auto;
	height: 2.75rem;
}
.section-whitetext ol {
	counter-reset: whiteli;
	font-size: 1.125rem;
	line-height: 1.555;
}
.section-whitetext ol li:before {
	content: counter(whiteli, decimal-leading-zero);
	counter-increment: whiteli;
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
	font-size: 0.75rem;
	line-height: 1;
	margin: 1rem 1.25rem;
	color: #fff;
	z-index: 1;
}
.section-whitetext li {
	margin: 9.375rem 0 0 0;
	padding: 0 0 0 8.75rem;
	position: relative;
}
.section-whitetext li:first-child {
	margin-top: 0!important;
}
.section-whitetext li img {
	position: absolute;
	top: 0;
	left: 0;
	width: 6.25rem;
	height: auto;
}
.section-whitetext li h2, .section-whitetext li .h2 {
	margin-top: 0;
}
.section-bottom-place {
	z-index: 1;
}
.section-bottom {
	z-index: 3;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-transform: translate3d(0, 100%, 0);
	        transform: translate3d(0, 100%, 0);
	opacity: 0;
}
.go-bottom .section-bottom {
	opacity: 1;
}
.section-bottom a {
	color: #fff;
	text-decoration: none;
}
.section-bottom .section-inner {
	min-height: 0;
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 4rem 0;
}
.section-bottom .container {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	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;
}
.section-bottom .container > * {
	width: 100%;
}
.section-bottom .top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding-top: 2rem;
}
.section-bottom .logo img {
	height: 3.125rem;
	width: auto;
}
.section-bottom .contact {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	text-align: right;
	font-size: 1rem;
	line-height: 1.375;
	font-weight: 600;
	text-transform: uppercase;
}
.section-bottom .contact small {
	display: block;
	font-size: 0.875rem;
	line-height: 1.571;
	color: #7F888F;
	margin: 0 0 0.25rem 0;
}
.section-bottom .center {
	margin-bottom: 4rem;
	text-align: center;
	position: relative;
}
.section-bottom .center .form-result {
	display: none;
	line-height: 1.05;
	color: rgba(255, 255, 255, 0.7);
	font-size: 1.25rem;
	background: #000;
}
.section-bottom .center .form-result h1, .section-bottom .center .form-result .h1 {
	margin-bottom: 1.25rem;
}
.section-bottom .center.ok .form-start {
	display: none;
}
.section-bottom .center.ok .form-result {
	display: block;
}
.section-bottom h1, .section-bottom .h1 {
	color: #fff;
	font-size: 4.5rem;
	margin: 0;
	text-transform: uppercase;
}
.section-bottom .center input {
	width: 100%;
	display: block;
	margin: 0 auto;
	max-width: 35rem;
	border: 0;
	background: none;
	box-shadow: none;
	text-align: center;
	font-weight: 600;
	font-size: 1.875rem;
	padding: 2.5rem 0;
	color: #fff;
}
.section-bottom .go {
	display: block;
	cursor: pointer;
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
	border: 0;
	background: #fff;
	box-shadow: none;
	-webkit-appearance: none;
	position: relative;
	margin: 0.625rem auto 0 auto;
	-webkit-transition: background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.section-bottom .go svg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 37.5%;
	height: auto;
	-webkit-transform: translate3d(-50%, -50%, 0);
	        transform: translate3d(-50%, -50%, 0);
}
.section-bottom .go .fill {
	fill: #000;
	-webkit-transition: fill 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: fill 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.section-bottom .go:disabled, .section-bottom .go.disabled {
	cursor: default;
	background: rgba(255, 255, 255, 0.1);
}
.section-bottom .go:disabled .fill, .section-bottom .go.disabled .fill {
	fill: #fff;
}
.section-bottom .bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	line-height: 1.571;
	font-size: 0.875rem;
}
.section-bottom .bottom .text {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	max-width: 27.5rem;
}
.section-bottom .bottom p:last-child {
	margin-bottom: 0;
}
.section-bottom .bottom ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	margin: 0;
	padding: 0;
}
.section-bottom .bottom li:before {
	display: none;
}
.section-bottom .bottom li {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	margin: 0 0 0 1.875rem;
	padding: 0;
}
