@import url("./assets/styles/fonts.css");
@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

*,
*::before,
*::after {
    font-family: "Proxima-Nova", sans-serif;
    box-sizing: border-box !important;
    background: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    padding: 0;
    margin: 0;
    text-decoration: none;
}

article>*+* {
    margin-top: 1em;
}

a:not([class]) {
    text-decoration-skip-ink: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    font-family:  ui-sans-serif,system-ui,-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;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0; /* 3 */
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

*:where(:not(iframe, canvas, img, svg, video, input):not(svg *, symbol *)) {
    all: unset;
    display: revert;
}

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

a,
button {
    cursor: pointer;
}

ol,
ul,
menu {
    list-style: none;
}

img {
    max-width: 100%;
}

table {
    border-collapse: collapse;
}

textarea {
    white-space: revert;
}

meter {
    -webkit-appearance: revert;
    appearance: revert;
}

::placeholder {
    color: unset;
}

:where([hidden]) {
    display: none;
}

:where([contenteditable]) {
    -moz-user-modify: read-write;
    -webkit-user-modify: read-write;
    overflow-wrap: break-word;
    -webkit-line-break: after-white-space;
}

:where([draggable="true"]) {
    -webkit-user-drag: element;
}

img {
    display: block;
    width: 100%;
    height: auto;
}

@media (prefers-reduced-motion: reduce) {
    * {
        -webkit-animation-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
        -webkit-transition-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

html {
    --green: #4DAA83;
    --light-green: #EEFFF8;
    --green-5: #F6FBF9;
    --green-10: #EDF7F3;
    --green-20: #DBEEE6;
    --green-40: #B8DDCD;
    --green-80: #71BB9C;
    --dark-main: #111729;
    --dark-5: #F3F3F3;
    --dark-10: #E7E7E7;
    --dark-20: #CFCFCF;
    --dark-40: #9F9F9F;
    --dark-60: #6F6F6F;
    --dark-80: #3F3F3F;
    --dark-100: #0F0F0F;
    --dark-opacity-80: rgba(15, 15, 15, 0.80);
    --white: #FFFFFF;
    --white-10: #454545;
    --white-60: #ACACAC;
    --link-blue: #337AB7;
    --complete-blue: #5886F5;
    --peach: #F89770;
    --peach-10: #FEF5F1;
    --yellow: #FAE959;
    --red: #EC3342;
    --home-background: #272A29;
    scroll-behavior: smooth;
}

.d-none {
    display: none !important;
}

.italic {
    font-style: italic;
}

.underline {
    text-decoration: underline;
}

.app-wrapper, .app-container {
    font-family: "Proxima-Nova", sans-serif;
}

.invalid {
    border: 1px solid var(--red);
}

.validation-text {
    color: var(--red);
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.app-container {
    max-width: 1200px;
    margin: 0 auto;
}

.full-screen-block {
    height: calc(100vh - 64px);
    height: calc(var(--1dvh, 1vh) * 100);
    height: calc(100dvh - 64px);
}

.anchor-arrow-wrapper {
    overflow: visible !important;
    align-self: center;
}

.anchor-arrow-wrapper  .anchor-arrow-down {
    transform:translate3d(30px, 20px, 0px)
}

.anchor-arrow-wrapper:hover .anchor-arrow-down {
    animation: showDown 2s 0.5s infinite;
    animation-timing-function: linear;
}

.anchor-arrow-icon-circle {
    transition: stroke-dashoffset .5s ease;
    stroke-dasharray: 395;
    stroke-dashoffset: 395;
}

.anchor-arrow-wrapper:hover .anchor-arrow-icon-circle {
    stroke-dashoffset: 0;
}

.page-title {
    font-size: 77px;
    font-weight: 700;
    text-align: center;
    line-height: 100%;
}

.page-subtitle {
    color: var(--dark-60);
    text-align: center;
    line-height: 140%;
}

.page-description-content {
    font-family: "Proxima-Nova", sans-serif;
    max-width: 585px;
    margin: 150px auto;
    color: var(--dark-80);
    font-size: 20px;
    line-height: normal;
}

.page-description-item {
    margin-bottom: 64px;
}

.page-description-item-title, .section-title {
    color: var(--dark-100);
    font-weight: 700;
}

.page-description-item-title {
    font-size: 34px;
    margin-bottom: 16px;
}

.section-title {
    font-size: 48px;
}

.page-description-item:nth-last-child(1) {
    margin-bottom: 0;
}

.page-description-item-list {
    margin-top: 16px;
    list-style: disc inside;
}

.page-description-item-list li {
    margin-bottom: 16px;
}

.page-description-item-list li:nth-last-child(1) {
    margin-bottom: 0;
}

.primary-button, .secondary-button, .light-green-button, .dark-button, .light-button {
    padding: 15px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--green);
    font-weight: 600;
    border-radius: 8px;
    color: var(--white);
    font-size: 20px;
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
}

.primary-button:disabled {
    background-color: var(--dark-60);
}

.secondary-button {
    font-weight: normal;
    background-color: #1E3029;
    color: #61C59B;
}

.light-green-button {
    font-weight: normal;
    color: var(--dark-100);
    background-color: var(--green-10);
}

.dark-button {
    font-weight: normal;
    color: var(--white);
    background-color: var(--dark-100);
}

.light-button {
    font-weight: normal;
    color: var(--dark-100);
    background-color: var(--white);
}

.contact-us-button {
    color: var(--green);
    padding: 10px 16px;
    text-align: center;
    width: 277px;
    background-color: rgba(77, 170, 131, 0.16);
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
}

.regular-link {
    color: var(--link-blue);
}

.regular-link:hover {
    text-decoration: underline;
}

.text-highlighting-green {
    transition: all 0.5s ease;
    color: var(--green);
    font-weight: 600;
}

.text-highlighting-grey {
    transition: all 0.5s ease;
    color: var(--dark-60);
}

@media (pointer: fine) {
    .primary-button:hover {
        background-color: var(--peach);
    }
}

.range-switch {
    display: inline-block;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.range-switch i {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 26px;
    background-color: #e6e6e6;
    border-radius: 23px;
    vertical-align: text-bottom;
    transition: all 0.3s linear;
}
.range-switch i::before {
    content: "";
    position: absolute;
    left: 0;
    width: 42px;
    height: 22px;
    background-color: #595959;
    border-radius: 11px;
    transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
    transition: all 0.25s linear;
}
.range-switch i::after {
    content: "";
    position: absolute;
    left: 0;
    width: 22px;
    height: 22px;
    background-color: var(--white);
    border-radius: 11px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
    transform: translate3d(2px, 2px, 0);
    transition: all 0.2s ease-in-out;
}

.range-switch:active input:checked + i::after {
    transform: translate3d(16px, 2px, 0);
}

.range-switch input {
    display: none;
}

.range-switch input:checked + i {
    background-color: var(--green);
}

.range-switch input:checked + i::before {
    transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
}

.range-switch input:checked + i::after {
    transform: translate3d(22px, 2px, 0);
}

.regular-unordered-list {
    list-style: disc inside;
    margin-left: 0.1em;
}

.reveal {
    transition: all 1s ease-out;
    opacity: 0;
    transform: translateY(150px);
}

.reveal--active {
    opacity: 1;
    transform: translateY(0px);
}

.reveal-text {
    display: block;
    transition: all 1s ease;
    opacity: 0;
    transform: translateY(100px);
}

.reveal-text--active {
    opacity: 1;
    transform: translateY(0px);
}

@media screen and (max-width: 1280px) {

    .app-container {
        margin: 0 40px;
    }
}

@media screen and (max-width: 960px) {
    .page-title {
        font-size: 56px;
    }

    .page-description-content {
        max-width: 454px;
        margin: 100px auto;
        font-size: 16px;
        line-height: 140%;
    }

    .page-description-item-title {
        font-size: 20px;
        font-weight: 600;
    }

    .anchor-arrow-wrapper:hover .anchor-arrow-icon-circle {
        stroke: none;
    }
}

@media screen and (max-width: 590px) {
    .app-container {
        margin: 0 15px;
    }

    .contact-us-button {
        width: 100%;
    }
}

@media screen and (max-width: 430px) {
    .page-description-content {
        max-width: 343px;
    }
}
