*,
*::before,
*::after {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
.top-section {
    display: flex;
    font-family: "Montserrat", sans-serif;
    position: relative;
    flex-direction: column;
}
@media all and (min-width: 1000px) {
    .top-section {
        flex-direction: row;
    }
}
.top-section .vector-btn {
    position: absolute;
    left: 50%;
    z-index: 100;
    margin-left: -43px;
    cursor: pointer;
    background: transparent;
    border: none;
    bottom: 64px;
}
@media all and (min-width: 1000px) {
    .top-section .vector-btn {
        bottom: 44px;
    }
}
.top-section .left {
    width: 100%;
    height: 100vh;
    min-height: 650px;
    background-image: url("../images/icons/main.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
@media all and (min-width: 1000px) {
    .top-section .left {
        width: 50%;
        position: static;
    }
}
.top-section .right {
    width: 100%;
    background-color: #ad16b9;
    position: relative;
    height: 100vh;
    min-height: 650px;
    padding: 10px 15px 10px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}
@media all and (min-width: 1000px) {
    .top-section .right {
        width: 50%;
        padding: 10px 125px 10px 95px;
    }
}
.top-section .right:before {
    display: block;
    width: 375px;
    height: 375px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -187px;
    left: 50%;
    margin-left: -187px;
    background-color: white;
    opacity: 0.06;
    content: "";
}
@media all and (min-width: 1000px) {
    .top-section .right:before {
        width: 510px;
        height: 510px;
        margin-top: -255px;
        margin-left: -255px;
    }
}
.top-section .right h1 {
    font-size: 30px;
    line-height: 57px;
    letter-spacing: 3px;
    font-weight: 800;
    color: white;
    text-transform: uppercase;
}
.top-section .right h1:after {
    display: block;
    width: 32px;
    height: 2px;
    background-color: white;
    content: "";
    margin-top: 23px;
    margin-bottom: 25px;
}
@media all and (min-width: 1000px) {
    .top-section .right h1:after {
        margin-top: 22px;
    }
}
.top-section .right p {
    font-weight: 700;
    text-transform: uppercase;
    size: 18px;
    line-height: 32px;
    letter-spacing: 2.7px;
    opacity: 0.7;
    color: white;
}
@media all and (min-width: 1000px) {
    .top-section .right p {
        padding-right: 147px;
    }
}
h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 800;
    color: #1a1a1a;
}
h3 {
    color: #ad16b9;
    line-height: 24px;
    font-size: 20px;
    letter-spacing: 3px;
    font-weight: 700;
}
p {
    letter-spacing: 0.84px;
    line-height: 24px;
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 500;
}
.section2 {
    font-family: "Montserrat", sans-serif;
}
.section2 .section2-inner {
    padding-top: 40px;
    padding-bottom: 56px;
    display: flex;
    position: relative;
    flex-direction: column;
}
@media all and (min-width: 1000px) {
    .section2 .section2-inner {
        flex-direction: row;
        padding-top: 95px;
        padding-bottom: 71px;
    }
}
.section2 .section2-inner > div {
    width: 100%;
    padding-right: 0;
    position: relative;
}
@media all and (min-width: 1000px) {
    .section2 .section2-inner > div {
        width: 50%;
        padding-right: 120px;
    }
}
.section2 .section2-inner > div h2 {
    margin-top: 37px;
    margin-bottom: 36px;
}
@media all and (min-width: 1000px) {
    .section2 .section2-inner > div h2 {
        margin-bottom: 22px;
        margin-top: 0;
    }
}
.section2 .section2-inner > div h3 {
    margin-bottom: 9px;
    text-transform: uppercase;
}
.section2 .section2-inner > div p {
    margin-bottom: 28px;
}
@media all and (min-width: 1000px) {
    .section2 .section2-inner > div p {
        margin-bottom: 37px;
    }
}
.section2 .section2-inner > div:not(.photo) {
    padding-bottom: 20px;
}
.section2 .section2-inner > div:not(.photo):after,
.section2 .section2-inner > div:not(.photo):before {
    width: 32px;
    display: block;
    position: absolute;
    content: " ";
    left: 0;
    height: 2px;
    margin-top: 12px;
    background-color: #1a1a1a;
}
.section2 .section2-inner > div:not(.photo):after {
    bottom: 12px;
}
.section2 .section2-inner > div:not(.photo):before {
    bottom: 0;
}
.section2 .section2-inner .photo {
    width: 100%;
}
@media all and (min-width: 1000px) {
    .section2 .section2-inner .photo {
        width: 50%;
    }
}
.section2 .section2-inner .photo img {
    max-width: 100%;
}
.hr-long {
    width: 100%;
    display: block;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #1a1a1a;
    opacity: 0.15;
}
.section3 {
    font-family: "Montserrat", sans-serif;
    background-color: #f6f6f6;
}
.section3 .section3-inner {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 66px;
    font-weight: 500;
}
@media all and (min-width: 1000px) {
    .section3 .section3-inner {
        flex-direction: row;
        align-items: center;
        padding-top: 75px;
    }
}
.section3 .section3-inner .photo {
    order: 1;
    width: 100%;
    padding-bottom: 47px;
}
@media all and (min-width: 1000px) {
    .section3 .section3-inner .photo {
        width: 50%;
        order: 2;
        padding-bottom: 0;
    }
}
.section3 .section3-inner .photo img {
    max-width: 100%;
}
.section3 .section3-inner > div {
    width: 100%;
    order: 2;
    padding-right: 0;
}
@media all and (min-width: 1000px) {
    .section3 .section3-inner > div {
        width: 50%;
        order: 1;
    }
    .section3 .section3-inner > div:not(.photo) {
        padding-right: 155px;
    }
}
.section3 .section3-inner > div ul {
    padding-left: 0;
    margin-bottom: 0;
}
.section3 .section3-inner > div ul li {
    list-style: none;
    padding-left: 32px;
    position: relative;
    line-height: 24px;
    letter-spacing: 0.84px;
    font-size: 16px;
}
.section3 .section3-inner > div ul li:before {
    display: block;
    content: "";
    top: 9px;
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #1a1a1a;
    border-radius: 50%;
}
.section4-inner {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    padding: 33px 0 80px 0;
    font-weight: 500;
}
@media all and (min-width: 1000px) {
    .section4-inner {
        padding: 99px 0 80px 0;
    }
}
.section4-inner h2 {
    text-align: center;
    font-size: 32px;
    letter-spacing: 1.69px;
}
.section4-inner ul {
    text-align: left;
    padding: 49px 0 0 0;
    display: flex;
    flex-wrap: wrap;
}
@media all and (min-width: 1000px) {
    .section4-inner ul {
        padding: 31px 120px 0 120px;
        justify-content: space-between;
    }
}
.section4-inner ul li {
    width: 100%;
    list-style: none;
    align-items: flex-start;
    display: flex;
}
@media all and (min-width: 1000px) {
    .section4-inner ul li {
        width: 45%;
    }
}
@media all and (min-width: 1000px) {
    .section4-inner ul li:nth-child(even) {
        position: relative;
        top: 138px;
    }
}
.section4-inner ul li img {
    min-width: 131px;
}
.section4-inner ul li div {
    padding-top: 132px;
}
.section4-inner ul li div h3 {
    text-transform: uppercase;
}
.section5 {
    background: #f6f6f6;
    font-family: "Montserrat", sans-serif;
}
.section5 .section5-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid rgba(26, 26, 26, 0.16);
    padding: 0 0 47px 0;
    font-weight: 500;
}
.section5 .section5-inner:first-child {
    padding: 81px 0 47px 0;
}
.section5 .section5-inner:last-child {
    border-bottom: none;
}
.section5 .section5-inner img {
    max-width: 100%;
}
@media all and (min-width: 1000px) {
    .section5 .section5-inner {
        flex-direction: row;
        padding: 63px 0 36px 0;
        align-items: center;
    }
    .section5 .section5-inner:first-child {
        padding: 63px 0 47px 0;
    }
}
.section5 .section5-inner:nth-child(even) img {
    order: 1;
}
@media all and (min-width: 1000px) {
    .section5 .section5-inner:nth-child(even) img {
        order: 2;
    }
}
.section5 .section5-inner:nth-child(even) > div {
    order: 2;
}
@media all and (min-width: 1000px) {
    .section5 .section5-inner:nth-child(even) > div {
        padding: 0 164px 0 0;
        order: 1;
    }
}
.section5 .section5-inner > div {
    padding: 0 0 0 0;
}
@media all and (min-width: 1000px) {
    .section5 .section5-inner > div {
        padding: 0 0 0 164px;
    }
}
.section5 .section5-inner > div h4 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 3px;
    font-weight: 700;
    color: #1a1a1a;
    padding-bottom: 31px;
}
.section5 .section5-inner > div > p {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 31px;
    margin-bottom: 0;
    letter-spacing: 0.84px;
    color: #1a1a1a;
}
.section5 .section5-inner > div ul {
    padding-left: 0;
    padding-bottom: 29px;
}
.section5 .section5-inner > div ul li {
    list-style: none;
    color: #1a1a1a;
    letter-spacing: 0.84px;
    font-size: 16px;
    line-height: 24px;
    padding-left: 32px;
    position: relative;
}
.section5 .section5-inner > div ul li:before {
    left: 0;
    top: 8px;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ad16b9;
    position: absolute;
}
.section6 {
    position: relative;
    font-family: "Montserrat", sans-serif;
    text-align: right;
    padding: 40px 0 50px 0;
    text-align: center;
    min-height: none;
    overflow: hidden;
    font-weight: 500;
}
@media all and (min-width: 1000px) {
    .section6 {
        padding: 88px 0 93px 0;
        min-height: 780px;
        text-align: right;
        flex-direction: row;
        justify-content: space-between;
    }
}
.section6 .container {
    display: flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media all and (min-width: 1000px) {
    .section6 .container {
        flex-direction: row;
        justify-content: space-between;
    }
}
.section6 .photo {
    position: static;
    margin-left: -15px;
    max-width: none;
    display: inline-block;
    width: 100%;
}
@media all and (min-width: 1000px) {
    .section6 .photo {
        width: 40%;
    }
}
.section6 .photo img {
    max-width: 100%;
}
.section6 .info {
    padding-top: 0;
    display: inline-block;
    text-align: left;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}
@media all and (min-width: 1000px) {
    .section6 .info {
        padding-top: 47px;
        width: 50%;
        padding-right: 50px;
        padding-left: 70px;
    }
}
.section6 .info h2 {
    padding-bottom: 31px;
    padding-top: 43px;
}
@media all and (min-width: 1000px) {
    .section6 .info h2 {
        padding-top: 0;
    }
}
.section6 .info p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.84px;
    color: #1a1a1a;
}
.section6 .info p strong {
    text-transform: uppercase;
    color: #ad16b9;
    font-weight: 800;
}
.section7 {
    background-color: #f6f6f6;
    padding-bottom: 40px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}
.section7 h2 {
    text-align: center;
    padding: 63px 0 73px 0;
    max-width: 450px;
    margin: 0 auto;
}
@media all and (min-width: 1000px) {
    .section7 h2 {
        padding: 84px 0 82px 0;
    }
}
.section7 ul {
    padding-left: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 0 0 0;
}
@media all and (min-width: 1000px) {
    .section7 ul {
        justify-content: space-between;
        padding: 0 15% 0 15%;
    }
}
.section7 ul li {
    list-style: 0;
    width: 100%;
    background: white;
    list-style: none;
    position: relative;
    padding: 45px 22px 19px 22px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
    margin-bottom: 56px;
}
.section7 ul li p {
    margin-bottom: 0;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.84px;
    color: #1a1a1a;
}
@media all and (min-width: 1000px) {
    .section7 ul li {
        width: 48%;
    }
}
.section7 ul li img {
    position: absolute;
    top: -19px;
    left: 50%;
    margin-left: -51px;
}
.section8 {
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #f6f6f6;
    margin-top: -16px;
    align-items: center;
    font-weight: 500;
}
.section8:before {
    content: "";
    background: #ad16b9;
    width: 960px;
    height: 960px;
    border-radius: 50%;
    position: absolute;
    bottom: -660px;
    left: 50%;
    margin-left: -460px;
    z-index: 1;
}
@media all and (min-width: 1000px) {
    .section8:before {
        bottom: -460px;
    }
}
.section8 img {
    max-width: 100%;
    position: relative;
    display: inline-block;
    z-index: 2;
    display: block;
    margin-right: -15%;
}
@media all and (min-width: 1000px) {
    .section8 img {
        margin-right: 0px;
    }
}
.section8 a {
    position: relative;
    display: inline-block;
    margin-bottom: 68px;
    text-decoration: none;
    z-index: 2;
    text-transform: uppercase;
    background: white;
    border: none;
    color: #ad16b9;
    line-height: 56px;
    letter-spacing: 0.84px;
    font-weight: 700;
    min-width: 200px;
}
