:root {
    --grey: #45403d;
    --red: #982d41;
    --cream: #FFF;
    --blue: #304375;
}
body {
    color: var(--color-1);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Comfortaa', sans-serif;
    font-weight: 400;
    direction: ltr;
    margin: 0;
    min-width: 320px;
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
}
*:focus {
    outline: none;
}
.m__lr{
    margin-left: auto;
    margin-right: auto;
}
ul, ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
h1, h2, h3, h4, h5, h6 , p {
    margin: 0;
    font-weight: 400;
}
a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: color 0.1s ease-in-out;
    -o-transition: color 0.1s ease-in-out;
    transition: color 0.1s ease-in-out;
}
a,span,label{
    display: block;
}
::-webkit-scrollbar {
    width: .3125rem;
}
::-webkit-scrollbar-track {
    background: #e9e9e9;
}
::-webkit-scrollbar-thumb,::-webkit-scrollbar-thumb:hover {
    background: #858585; 
}
img {
    max-width: 100%;
    width: auto \9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
.d__flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.d__space{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.d__acenter{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.mt-10{
    margin-top: 10rem;
}
[class^="container__"] {
    margin-left: auto;
    margin-right: auto;
    padding: 0 1.5rem;
    width: 100%;
}
.container__0 {
    max-width: 70rem;
}
.container__1 {
    max-width: 75rem;
}
.container__2 {
    max-width: 80rem;
}
.container__3 {
    max-width: 85rem;
}
.container__4 {
    max-width: 90rem;
}
.mouse__underline:hover{
    text-decoration: underline;
}
.module{
    margin-bottom: 3.125rem;
}
.module h2 {
    color: var(--blue);
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -.02em;
}
.module h2 + p {
    font-size: 1.3rem;
    margin-top: 0.5rem;
    line-height: 1.2;
}
.text-center{
    text-align: center;
}
.page__head {
    position: relative;
    width: fit-content;
    margin-bottom: 4rem;
}
.title {
    position: inherit;
    font-size: 30px;
    z-index: 1;
    max-width: 1000px;
    line-height: 1.4;
}
.vector__polygon {
    position: absolute;
    width: 3rem;
    top: -0.65rem;
    left: -2rem;
    z-index: 0;
}
.shape--4 {
    fill: #aebdff;
}
.overflow-y-hidden{
	overflow-y: hidden;
}
@media only screen and (max-width: 1366px) {
    .mt-10 {
        margin-top: 7rem;
    }
	.container__2 {
		max-width: 65rem;
	}
	.container__4 {
		max-width: 70rem;
	}
}
@media only screen and (max-width: 768px) {
    .module h2 {
        font-size: 1.5625rem;
    }
    .module h2 + p {
        font-size: 1.125rem;
    }
}
@media only screen and (max-width: 480px) {
    .module h2 {
        font-size: 1.35rem;
    }
    .module h2 + p {
        font-size: 1rem;
    }
    .title {
        font-size: 1.9rem;
    }
    .vector__polygon {
        width: 2.75rem;
        top: -0.75rem;
        left: -1rem;
    }
}