*,
*:before,
*:after {
    box-sizing: border-box;
}

body,
header,
footer,
main,
section,
article,
nav,
figure,
nav,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
img,
form,
fieldset,
blockquote {
    border: 0;
    margin: 0;
    padding: 0;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    background: #fff;
    color: #000000;
    font: 24px Exo, Arial, Helvetica, Sans-Serif;
    min-width: 320px;
    overflow-x: hidden;
}

a {
    color: #000;
    outline: none;
    text-decoration: underline;
    transition: .2s All;
}

a:hover {
    color: #000000;
    text-decoration: underline;
}

input,
select,
textarea {
    border: #999999 1px solid;
    color: #000;
    font: inherit;
    padding: 1em;
}

li {
    list-style: none;
}

h1 {
    font-size: 76px;
    font-weight: 200;
    line-height: 1;
    margin: 0 0 1em;
}

h2 {
    color: #3371B7;
    font-size: 64px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 1.2em;
}
h2 a{
    color: #3371B7;
}

h3 {
    color: #3371B7;
    font-size: 36px;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 3em;
}

h4 {
    font-size: 1em;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 .5em;
}

h5 {
    font-size: 32px;
    font-weight: 600;
}

h6 {
    font-size: 1em;
    font-weight: normal;
    line-height: 1;
}

p {
    line-height: 1.7em;
    margin: 0 0 1.4em;
    text-align: justify;
    hyphens: auto;
}

sup,
sub {
    font-size: .7em;
    margin-left: -6px;
    position: relative;
}

table {
    border-collapse: collapse;
    width: 100%;
}

img {
    display: block;
    max-width: 100%;
}

strong {
    font-weight: 600;
}

/*- Layout -*/

.page-container,
.page-header,
.page-footer {
    margin: 0 auto;
    max-width: 1920px;
    padding: 0 170px;
}

.main-section {
    background: url(../images/bg.png) repeat-x top;
}

.content-section {
    padding-bottom: 280px;
    position: relative;
    scroll-padding-top: -200px;
}

.content-section::before {
    content: '';
    position: absolute;
    z-index: -1
}

.content-section__1::before {
    background: url(../images/bg-lside-large.svg) no-repeat top left;
    height: 1910px;
    width: 1199px;
}

.content-section__2 {
    padding-bottom: 0;
}

.content-section__2::before {
    background: url(../images/bg-rside.svg) no-repeat top right;
    height: 1910px;
    right: 0;
    top: 0;
    width: 1058px;
}

.content-section__3 {
    padding-bottom: 50px;
}

.content-section__3::before {
    background: url(../images/bg-lside.svg) no-repeat top left;
    height: 1910px;
    width: 861px;
}

.content-section__4::before {
    background: url(../images/bg-rside-large.svg) no-repeat top right;
    height: 2336px;
    right: 0;
    top: -300px;
    width: 1058px;
}

.content-section__5::before {
    background: url(../images/bg-lside-xl-large.svg) no-repeat top left;
    height: 2336px;
    top: 400px;
    width: 1260px;
}

.content-section__7::before {
    background: url(../images/bg-rside-large.svg) no-repeat top right;
    height: 2336px;
    right: 0;
    top: 0;
    width: 1058px;
}

.page-top-bar {
    background: #fff;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
}

.page-bottom-bar {
    background: #3371B7
}

/*- Page Header -*/

.page-header {
    align-items: center;
    display: flex;
    height: 112px;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.header-logo {
    display: none;
    font-weight: 600;
}

.header-logo a {
    text-decoration: none;
}

/*- Title / Slider  -*/

.page-title {
    align-items: center;
    background: url(../images/bg-title.svg) no-repeat top right / contain;
    color: #fff;
    display: flex;
    font-size: 32px;
    min-height: 101vh;
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 120px;
}

.page-title .page-container {
    padding-right: 0;
}

.page-title h1 {
    font-weight: 200;
    line-height: normal;
    margin-bottom: 0;
}

.page-title p {
    text-align: left;
}

.page-title__info {
    align-items: center;
    display: flex;
    height: 100%;
}

/*- Navigation -*/

.nav-primary {
    width: 100%;
}

.nav-main {
    display: flex;
    flex-wrap: wrap;
    font-size: 24px;
    font-weight: 600;
    justify-content: space-between;
}

.nav-main>li {}

.nav-main>li>a {
    color: #000;
    display: block;
    text-decoration: none;
}

.nav-main>li>a:hover,
.nav-main>li.active>a {
    color: #000;
}

.link-email {
    font-weight: 600;
    text-decoration: none;
}

/*- Components -*/

.list-items li {
    margin-bottom: 40px;
    padding-left: 60px;
    position: relative;
}

.list-items li::before {
    background: url(../images/icon4.svg) no-repeat center / contain;
    content: '';
    height: 49px;
    left: 0;
    position: absolute;
    top: 0;
    width: 28px;
}

.list-services h3 {
    margin-bottom: .5em;
}

.list-services__pic {
    margin-bottom: 35px;
}

.formula-wrapper {
    padding: 0 50px;
}

.formula-row {
    margin-bottom: 100px;
}

.list-formula {
    color: #3371B7;
    font-size: 36px;
    text-align: left;
}

.list-ordered {
    margin: 0 0 1em;
    position: relative;
}

.list-ordered li {
    list-style: decimal;
    list-style-position: inside;
    margin: 0 0 .2em;
}

.list-unordered {
    margin: 0 0 2em;
}

.list-unordered li {
    margin: 0 0 .2em;
    padding-left: 20px;
    position: relative;
}

.list-unordered li:before {
    background: #000000;
    border-radius: 50%;
    content: '';
    height: 4px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 4px;
}

/*- Page Footer -*/

.page-footer {
    color: #fff;
    padding-bottom: 50px;
    padding-top: 50px;
}

.page-footer a {
    color: #fff;
    text-decoration: none;
}

.footer-logo {
    font-size: 50px;
}

.nav-footer ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: .5em;
}

.nav-footer li {
    display: inline-block;
}

.nav-footer li::after {
    content: "|";
    padding: 0 5px;
}

.nav-footer li:last-child::after {
    display: none;
}

/*- Misc. Components-*/

hr {
    border: 0;
    border-top: 1px solid #eee;
    margin-bottom: 20px;
    margin-top: 20px;
}

.content-center {
    display: flex;
    justify-content: center;
}

.spacing-xl {
    margin-bottom: 150px;
}

.pic-responsive img {
    height: auto;
    margin-bottom: 20px;
    width: 100%;
}

.pic-text {
    position: relative;
}

.pic-text__info {
    color: #fff;
    position: absolute;
    right: 40px;
    text-align: left;
    top: 60%;
    transform: translateY(-60%);
    width: 40%;
    background: rgba(0, 0, 0, .5);
    padding: 10px;
}

.is-visible {
    display: block !important;
}

.hamburger {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    display: none;
    height: 20px;
    outline: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    transition-duration: 0.15s;
    transition-property: opacity, filter;
    transition-timing-function: linear;
}

.hamburger::-moz-focus-inner {
    border: 0;
}

.hamburger-box {
    display: block;
    height: 20px;
    position: relative;
    width: 50px
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    background-color: #000000;
    border-radius: 0;
    display: block;
    height: 3px;
    position: absolute;
    transition-duration: .15s;
    transition-property: transform;
    transition-timing-function: ease;
    width: 50px;
}

.hamburger-inner::before {
    content: "";
    top: 10px;
    transition-duration: .2s;
    transition-property: transform, opacity;
    transition-timing-function: ease;
}

.hamburger-inner::after {
    content: "";
    top: 20px;
}

.hamburger.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger.is-active .hamburger-inner::before {
    opacity: 0;
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
}

.hamburger.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg);
}

:target {
    padding-top: 115px;
    margin-top: -115px;
}