@import url('reset.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alike+Angular&display=swap');

html {
    height: 100%;
}
 
body {
    height: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    line-height: 30px;
    min-height: 100%;
    overflow-x: hidden;
    background: #DCEEF5;
    color: #101E3A;
}
.container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
}

.to8mzp1w-main {
    display: flex;
    flex-direction: column;
    background: #DCEEF5;
    min-height: 100%;
}

/* Header */
.to8mzp1w-masthead {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	right: 0;
	padding: 20px;
    transition: .3s;
    background: #101E3ACC;
    color: #DCEEF5;
    border-bottom: 1px solid #EAFBFD40
}

.to8mzp1w-masthead__global {
    width: 100%;
}

.to8mzp1w-masthead__menu {
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    font-weight: 400;
    gap: 20px;
}

.to8mzp1w-masthead__navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.to8mzp1w-masthead__filter {
	display: flex;
	align-items: center;
	justify-content: space-between;
    gap: 20px 90px;
}

.to8mzp1w-masthead__blueprint {
	display: flex;
	align-items: center;
	font-size: 15px;
	line-height: 19px;
	text-transform: uppercase;
}

.to8mzp1w-masthead__spot {
	padding: 2px;
    transition: .3s;
}

.to8mzp1w-masthead__spot.active {
    color: #ffffff;
    font-weight: 600;
}

.to8mzp1w-masthead__spot:hover {
    color: #ffffff;
}

.to8mzp1w-burger {
    display: none;
    position: absolute;
    z-index: 8;
    right: 20px;
    width: 22px;
    height: 16px;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
}

.to8mzp1w-burger .to8mzp1w-trail {
    width: 100%;
    height: 2px;
    border-radius: 10px;
    background: #F8F9FF;
    transition: transform 0.2s ease-out;
}

.toggle .trail1 {
    background: #DCEEF5;
    transform: scale(0.9) rotateZ(-44deg) translate(-5px, 2.6px);
}

.toggle .trail2 {
    display: none;
}

.toggle .trail3 {
    background: #DCEEF5;
    transform: scale(0.9) rotateZ(45deg) translate(-8.9px, -6px);
}


/* Content */
.to8mzp1w-topic {
    font-family: "Alike Angular", serif;
    font-size: 60px;
    line-height: 68px;
    text-align: center;
    margin-bottom: 85px;
}

.to8mzp1w-subtopic {
    font-family: "Alike Angular", serif;
    position: relative;
    z-index: 2;
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 24px;
}

.to8mzp1w-button {
    font-family: "Montserrat", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    text-align: center;
    background: #78B93E;
    color: #101E3A;
    width: 100%;
    height: 70px;
    padding: 6px;
    transition: 0.5s;
    border-radius: 100px;
    border: 3px solid #78B93E;
    cursor: pointer;
    user-select: none;
}

.to8mzp1w-button__second {
    background: transparent;
    color: #DCEEF5;
    border: 3px solid #DCEEF5;
}

.to8mzp1w-button img {
    margin-right: 12px;
}

.to8mzp1w-masthead__navbar .to8mzp1w-button {
    max-width: 230px;
}

.to8mzp1w-sectionbar .to8mzp1w-button {
    max-width: 230px;
}

/* sectionbar */
.to8mzp1w-sectionbar {
    position: relative;
    background-image: url(../images/sectionbar-bg-to8mzp1w.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
    padding: 120px 20px 40px;
    color: #F8F9FF;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.to8mzp1w-sectionbar__block {
    height: 100%;
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 32px 90px;
}

.to8mzp1w-sectionbar__box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.to8mzp1w-sectionbar__illust {
    overflow: hidden;
    border-radius: 47px;
    box-shadow: 0px 4px 25px 0px #AAFFF5;
}

.to8mzp1w-sectionbar__illust img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.to8mzp1w-sectionbar__topic {
    font-family: "Alike Angular", serif;
    font-size: 92px;
    line-height: 100px;
    color: #78B93E;
    text-transform: uppercase;
    margin-bottom: 12px;
}


/* summary */

.to8mzp1w-summary {
    padding: 100px 20px;
    background-image: url(../images/summary-to8mzp1w.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.to8mzp1w-summary__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.to8mzp1w-summary__spot {
    overflow: hidden;
    border-radius: 47px;
    box-shadow: 0px 4px 25px 0px #AAFFF5;
}

.to8mzp1w-summary__spot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.to8mzp1w-summary__box {
    background: #DCEEF5;
    border-radius: 47px;
    padding: 70px 100px 90px;
    margin-bottom: 24px;
}

.to8mzp1w-summary__box h3 {
    font-family: "Alike Angular", serif;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 14px;
}

.to8mzp1w-summary__box p {
    margin-bottom: 20px;
}

.to8mzp1w-summary .to8mzp1w-button {
    max-width: 230px;
    margin: 50px auto 0;
}

/* tactics */

.to8mzp1w-tactics {
    padding: 100px 20px;
    color: #DCEEF5;
}

.to8mzp1w-tactics__box {
    background: #101E3A;
    border-radius: 47px;
    padding: 70px 100px;
    margin-bottom: 24px;
}

.to8mzp1w-tactics__box p + p {
    margin-top: 20px;
}

.to8mzp1w-tactics__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.to8mzp1w-tactics__spot {
    overflow: hidden;
    border-radius: 47px;
}

.to8mzp1w-tactics__spot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.to8mzp1w-tactics .to8mzp1w-button {
    max-width: 230px;
    margin: 70px auto 0;
}

/* profits */

.to8mzp1w-profits {
    padding: 100px 20px;
    color: #DCEEF5;
}

.to8mzp1w-profits__block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.to8mzp1w-profits__illust {
    overflow: hidden;
    border-radius: 47px;
    border: 3px solid #101E3A;
}

.to8mzp1w-profits__illust img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.to8mzp1w-profits__box {
    border-radius: 47px;
    padding: 60px 80px;
    align-content: center;
    background: #101E3A;
}

.to8mzp1w-profits__box h3 {
    font-family: "Alike Angular", serif;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 24px;
}

.to8mzp1w-profits__box ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    list-style-type: disc;
    padding-left: 24px;
}

.to8mzp1w-profits__block-bottom {
    background: #101E3A;
    border-radius: 47px;
    padding: 70px 100px;
    margin-bottom: 24px;
}


/* Passions */
.to8mzp1w-notes {
    padding: 100px 20px;
    background-image: url(../images/notes-bg-to8mzp1w.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #101E3A;
}

.to8mzp1w-notes__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.to8mzp1w-notes__spot {
    background: #DCEEF5;
    border-radius: 47px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: center;
    padding: 44px 30px 54px;
    text-align: center;
}

.to8mzp1w-notes__illust {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.to8mzp1w-notes__illust span {
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    font-style: italic;
}

.to8mzp1w-notes__box img {
    justify-self: center;
}

.to8mzp1w-notes__box p {
    margin-bottom: 30px;
}


/* service */
.to8mzp1w-service {
	padding: 210px 20px 100px;
    flex-grow: 1;
}

.to8mzp1w-service__block {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.to8mzp1w-service__illust {
    overflow: hidden;
    border-radius: 47px;
}

.to8mzp1w-service__illust img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.to8mzp1w-form {
    background: #101E3A;
    color: #DCEEF5;
    border-radius: 47px;
    position: relative;
    z-index: 2;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    padding: 70px 80px;
}

.to8mzp1w-form__spot.form-message {
    grid-column: 1/3;
    margin-bottom: 26px;
}

.to8mzp1w-form__input {
    font-family: "Montserrat", sans-serif;
    display: block;
    width: 100%;
    height: 60px;
    background: #ffffff;
    color: #101E3A;
    outline: none;
    padding: 6px 24px;
    border-radius: 100px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    border: 2px solid #101E3A40;
}

.to8mzp1w-form__input::placeholder {
    color: #101E3A;
}

.to8mzp1w-form__input.error {
    border-color: #e00000;
}

label.error {
    display: none !important;
}

textarea.to8mzp1w-form__input {
    height: 160px;
    padding: 12px 20px;
    border-radius: 30px;
}

.to8mzp1w-form .to8mzp1w-subtopic {
    font-size: 44px;
    line-height: 54px;
    grid-column: 1/3;
    text-align: center;
    margin-bottom: 16px;
}

.to8mzp1w-form .to8mzp1w-button {
    grid-column: 1/3;
}

/* criteria */

.to8mzp1w-criteria {
    padding: 160px 20px 120px;
}

.to8mzp1w-criteria__block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.to8mzp1w-criteria__box {
    background: #101E3A;
    color: #DCEEF5;
    border-radius: 47px;
    padding: 70px 80px;
}

.to8mzp1w-criteria__box p + p {
    margin-top: 20px;
}

.to8mzp1w-criteria__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

.to8mzp1w-criteria__spot {
    overflow: hidden;
    border-radius: 47px;
}

.to8mzp1w-criteria__spot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/* Footer */

.to8mzp1w-finalsection {
    background: #101E3A;
    color: #DCEEF5;
    padding: 34px 20px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.to8mzp1w-finalsection__block {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.to8mzp1w-finalsection__list {
    display: flex;
    align-items: center;
    gap: 20px;
}

.to8mzp1w-finalsection__spot {
    padding: 2px;
    transition: .3s;
}

.to8mzp1w-finalsection__spot:hover {
    color: #ffffff;
}

/* Info */

.to8mzp1w-information {
    padding: 160px 20px 120px;
    color: #101E3A;
}

.to8mzp1w-information h1 {
    font-family: "Alike Angular", serif;
    position: relative;
    z-index: 2;
    font-size: 50px;
    line-height: 58px;
    margin-bottom: 30px;
    text-align: center;
}

.to8mzp1w-information h2 {
    font-family: "Alike Angular", serif;
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 30px;
}

.to8mzp1w-information h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 30px;
}

.to8mzp1w-information p {
    margin-bottom: 20px;
}

.to8mzp1w-information ul {
    list-style-type: disc;
    padding-left: 24px;
}

.to8mzp1w-information li {
    margin-bottom: 14px;
}

.to8mzp1w-information a {
    display: inline-block;
    font-weight: 700;
    color: #101E3A;
}



@media (max-width: 1300px) {
    .to8mzp1w-masthead__filter {
        gap: 30px;
    }

    .to8mzp1w-masthead__menu {
        font-size: 14px;
        line-height: 18px;
        gap: 20px 18px;
    }

    .to8mzp1w-button {
        height: 52px;
    }

    .to8mzp1w-button img {
        width: 30px;
    }

    .to8mzp1w-masthead__navbar 
    .to8mzp1w-button {
        height: 52px;
        max-width: 180px;
    }
}


@media (max-width: 1060px) {

    body {
        font-size: 18px;
        line-height: 28px;
    }

    .to8mzp1w-masthead {
        min-height: 80px;
    }

    .to8mzp1w-burger {
        display: flex;
    }

    .to8mzp1w-masthead__global {
        display: none;
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        bottom: 0;
        height: 100vh;
        background: #101E3A;
        color: #DCEEF5;
        width: 70%;
        overflow-y: auto;
    }

    .to8mzp1w-masthead__menu {
        flex-direction: column;
    }

    .to8mzp1w-masthead__navbar {
        flex-direction: column;
        padding: 60px 20px 40px;
    }

    .to8mzp1w-masthead__spot {
        text-align: center;
        width: 100%;
        padding: 10px 20px;
    }
    
    .to8mzp1w-topic {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 40px;
    }

    .to8mzp1w-sectionbar .to8mzp1w-subtext {
        margin-bottom: 40px;
    }

    .to8mzp1w-sectionbar__illust {
        max-width: 520px;
        margin: 0 auto;
        border-radius: 30px;
    }

    .to8mzp1w-subtopic {
        font-size: 34px;
        line-height: 42px;
        margin-bottom: 30px;
    }

    .to8mzp1w-summary {
        padding: 44px 20px 60px;
    }

    .to8mzp1w-summary__spot {
        border-radius: 30px;
    }

    .to8mzp1w-summary__illust {
        border-radius: 30px;
    }

    .to8mzp1w-summary__box {
        border-radius: 30px;
        padding: 30px;
    }

    .to8mzp1w-summary__box h3 {
        font-size: 24px;
        line-height: 34px;
    }

    .to8mzp1w-sectionbar__block {
        grid-template-columns: 1fr;
    }

    .to8mzp1w-sectionbar__topic {
        font-size: 32px;
        line-height: 40px;
    }

    .to8mzp1w-tactics {
        padding: 44px 20px 60px;
    }

    .to8mzp1w-tactics__box {
        padding: 30px;
        border-radius: 30px;
    }

    .to8mzp1w-tactics__list {
        gap: 24px;
    }

    .to8mzp1w-tactics__spot {
        border-radius: 30px;
    }

    .to8mzp1w-tactics .to8mzp1w-button {
        margin: 40px auto 0;
    }

    .to8mzp1w-profits {
        padding: 44px 20px 60px;
    }

    .to8mzp1w-profits__illust {
        border-radius: 30px;
    }

    .to8mzp1w-profits__box {
        border-radius: 30px;
        padding: 30px;
    }

    .to8mzp1w-profits__block-bottom {
        border-radius: 30px;
        padding: 30px;
    }

    .to8mzp1w-notes {
        padding: 44px 20px 60px;
    }

    .to8mzp1w-notes__list {
        gap: 24px;
    }

    .to8mzp1w-notes__spot {
        border-radius: 30px;
        padding: 30px 20px;
        font-size: 16px;
        line-height: 24px;
    }

    .to8mzp1w-notes__box p {
        margin-bottom: 16px;
    }

    .to8mzp1w-notes__illust span {
        font-size: 16px;
        line-height: 24px;
    }

    .to8mzp1w-service {
        padding: 130px 20px 60px;
    }

    .to8mzp1w-service__block {
       gap: 24px; 
    }

    .to8mzp1w-service__illust {
        border-radius: 30px;
    }

    .to8mzp1w-form {
        padding: 30px 24px;
        border-radius: 30px;
    }

    .to8mzp1w-form__input {
        height: 52px;
    }

    .to8mzp1w-criteria {
        padding: 130px 20px 60px;
    }

    .to8mzp1w-criteria__block {
        grid-template-columns: 1fr;
    }

    .to8mzp1w-form .to8mzp1w-button {
        grid-column: auto;
    }

    .to8mzp1w-form .to8mzp1w-subtopic {
        font-size: 30px;
        line-height: 40px;
        grid-column: auto;
        margin-bottom: 10px;
    }

    .to8mzp1w-criteria__box {
        padding: 40px 30px;
        border-radius: 30px;
        grid-row: 1;
    }

    .to8mzp1w-criteria__list {
        gap: 24px;
    }

    .to8mzp1w-criteria__spot {
        border-radius: 30px;
    }

    .to8mzp1w-information {
        padding: 130px 20px 60px;
    }

    .to8mzp1w-information h1 {
        font-size: 34px;
        line-height: 42px;
    }

    .to8mzp1w-information h2 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .to8mzp1w-information h3 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 20px;
    }
}


@media (max-width: 860px) {

    body {
        font-size: 16px;
        line-height: 26px;
    }

    .to8mzp1w-tactics__list {
        grid-template-columns: 1fr;
    }

    .to8mzp1w-profits__block {
        grid-template-columns: 1fr;
    }

    .to8mzp1w-notes__illust img {
        width: 80px;
    }

    .to8mzp1w-notes__list {
        grid-template-columns: 1fr;
    }

    .to8mzp1w-notes__spot {
        grid-template-columns: 100px 1fr;
    }

    .to8mzp1w-notes__box img {
        width: 120px;
    }

    .to8mzp1w-summary__list {
        grid-template-columns: 1fr;
    }


    .to8mzp1w-service__block {
        grid-template-columns: 1fr;
    }

    .to8mzp1w-form {
        grid-template-columns: 1fr;
        grid-row: 1;
    }

    .to8mzp1w-form__spot.form-message {
        grid-column: auto;
        margin-bottom: 10px;
    }

    .to8mzp1w-criteria__list {
        grid-template-columns: 1fr;
    }

    .to8mzp1w-finalsection__block {
        flex-direction: column-reverse;
    }

    .to8mzp1w-masthead__navbar .to8mzp1w-button {
        max-width: 100%;
    }

    .to8mzp1w-finalsection__list {
        flex-direction: column;
        gap: 10px;
    }
}
