/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@700;900&family=Roboto:wght@400;700&family=Roboto+Mono:wght@700&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.ma-0 {
  margin: 0 !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ma-1 {
  margin: 0.25rem !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.ma-2 {
  margin: 0.5rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.ma-3 {
  margin: 0.75rem !important;
}

.mx-3 {
  margin-right: 0.75rem !important;
  margin-left: 0.75rem !important;
}

.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.mt-3 {
  margin-top: 0.75rem !important;
}

.mr-3 {
  margin-right: 0.75rem !important;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

.ml-3 {
  margin-left: 0.75rem !important;
}

.ma-4 {
  margin: 1rem !important;
}

.mx-4 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.mt-4 {
  margin-top: 1rem !important;
}

.mr-4 {
  margin-right: 1rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.ml-4 {
  margin-left: 1rem !important;
}

.ma-5 {
  margin: 1.25rem !important;
}

.mx-5 {
  margin-right: 1.25rem !important;
  margin-left: 1.25rem !important;
}

.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.mt-5 {
  margin-top: 1.25rem !important;
}

.mr-5 {
  margin-right: 1.25rem !important;
}

.mb-5 {
  margin-bottom: 1.25rem !important;
}

.ml-5 {
  margin-left: 1.25rem !important;
}

.ma-6 {
  margin: 1.5rem !important;
}

.mx-6 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.mt-6 {
  margin-top: 1.5rem !important;
}

.mr-6 {
  margin-right: 1.5rem !important;
}

.mb-6 {
  margin-bottom: 1.5rem !important;
}

.ml-6 {
  margin-left: 1.5rem !important;
}

.ma-7 {
  margin: 1.75rem !important;
}

.mx-7 {
  margin-right: 1.75rem !important;
  margin-left: 1.75rem !important;
}

.my-7 {
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
}

.mt-7 {
  margin-top: 1.75rem !important;
}

.mr-7 {
  margin-right: 1.75rem !important;
}

.mb-7 {
  margin-bottom: 1.75rem !important;
}

.ml-7 {
  margin-left: 1.75rem !important;
}

.ma-8 {
  margin: 2rem !important;
}

.mx-8 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.mt-8 {
  margin-top: 2rem !important;
}

.mr-8 {
  margin-right: 2rem !important;
}

.mb-8 {
  margin-bottom: 2rem !important;
}

.ml-8 {
  margin-left: 2rem !important;
}

.pa-0 {
  padding: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pa-1 {
  padding: 0.25rem !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pa-2 {
  padding: 0.5rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pa-3 {
  padding: 0.75rem !important;
}

.px-3 {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.pt-3 {
  padding-top: 0.75rem !important;
}

.pr-3 {
  padding-right: 0.75rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pl-3 {
  padding-left: 0.75rem !important;
}

.pa-4 {
  padding: 1rem !important;
}

.px-4 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.pt-4 {
  padding-top: 1rem !important;
}

.pr-4 {
  padding-right: 1rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.pl-4 {
  padding-left: 1rem !important;
}

.pa-5 {
  padding: 1.25rem !important;
}

.px-5 {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}

.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.pt-5 {
  padding-top: 1.25rem !important;
}

.pr-5 {
  padding-right: 1.25rem !important;
}

.pb-5 {
  padding-bottom: 1.25rem !important;
}

.pl-5 {
  padding-left: 1.25rem !important;
}

.pa-6 {
  padding: 1.5rem !important;
}

.px-6 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.pt-6 {
  padding-top: 1.5rem !important;
}

.pr-6 {
  padding-right: 1.5rem !important;
}

.pb-6 {
  padding-bottom: 1.5rem !important;
}

.pl-6 {
  padding-left: 1.5rem !important;
}

.pa-7 {
  padding: 1.75rem !important;
}

.px-7 {
  padding-right: 1.75rem !important;
  padding-left: 1.75rem !important;
}

.py-7 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

.pt-7 {
  padding-top: 1.75rem !important;
}

.pr-7 {
  padding-right: 1.75rem !important;
}

.pb-7 {
  padding-bottom: 1.75rem !important;
}

.pl-7 {
  padding-left: 1.75rem !important;
}

.pa-8 {
  padding: 2rem !important;
}

.px-8 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.pt-8 {
  padding-top: 2rem !important;
}

.pr-8 {
  padding-right: 2rem !important;
}

.pb-8 {
  padding-bottom: 2rem !important;
}

.pl-8 {
  padding-left: 2rem !important;
}

.btn {
  background-color: #9BD9FA;
  border: none;
  border-radius: 3px;
  color: #022030;
  cursor: pointer;
  display: inline-block;
  font-family: "Barlow", system-ui, helvetica, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 1;
  outline: none;
  padding: 1.1rem 1.6rem 1.1rem;
  text-transform: uppercase;
  text-decoration: none;
}
.btn:hover {
  background-color: #1d92c4;
  box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.5);
}
.btn--transparent {
  background-color: transparent;
  border: 2px solid #9BD9FA;
  color: #9BD9FA;
  font-size: 0.8rem;
  padding: 0.5rem 1rem 0.55rem;
  transition-property: border, color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
.btn--transparent:hover {
  background-color: transparent;
  border: 2px solid #1d92c4;
  color: #9BD9FA;
}
.btn--transparent:active, .btn--transparent:focus {
  border: 2px solid #073c57;
  color: #E4E8ED;
}

.cta {
  align-items: center;
  background-image: url("../images/background-elements/blue-blur.svg"), url("../images/background-elements/dot-circle.svg");
  background-position: -11rem -44rem, right bottom;
  background-repeat: no-repeat, no-repeat;
  overflow: hidden;
}
.cta__content {
  max-width: 100rem;
  margin: 0 auto;
  padding: 2rem 1rem;
}
@media (min-width: 50rem) {
  .cta__content {
    align-items: center;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    grid-template-rows: auto;
    grid-gap: 5rem;
    padding: 4rem 2rem;
  }
}
@media (min-width: 112rem) {
  .cta__content {
    padding: 5rem;
  }
}
.cta__action {
  max-width: 32rem;
  position: relative;
}
.cta__form {
  display: block;
  position: relative;
  width: 100%;
}
.cta__form > div {
  margin: 0.5rem 0 1rem;
  position: relative;
}
.cta h1 {
  color: white;
  font-size: 9vw;
  margin: 0;
}
@media (min-width: 50rem) {
  .cta h1 {
    font-size: 5vw;
  }
}
.cta h2 {
  color: white;
  font-family: "Roboto Mono", system-ui, helvetica, sans-serif;
  font-weight: bold;
  font-size: 0.9rem;
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
}
.cta p {
  color: #E4E8ED;
  line-height: 1.5;
}

.dropdown__action {
  background-color: transparent;
  border-top: none;
  border-right: none;
  border-left: none;
  cursor: pointer;
  display: none;
  margin-right: 1rem;
}
@media (min-width: 50rem) {
  .dropdown__action {
    display: block;
  }
}
.dropdown__action svg {
  margin-left: 0.25rem;
}
.dropdown__menu {
  display: block;
  padding: 0;
}
@media (min-width: 50rem) {
  .dropdown__menu {
    display: none;
    padding: 0.5rem 0;
  }
}
.dropdown__link {
  color: #fff;
  display: block;
  font-size: 1rem;
  font-family: "Barlow", system-ui, helvetica, sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.14px;
  margin: 0 0.25rem;
  padding: 1rem 0.3rem 0.8rem;
  text-decoration: none;
}
@media (min-width: 50rem) {
  .dropdown__link {
    margin-bottom: 0.25rem;
    padding: 0.5rem 1rem;
  }
}
.dropdown__link:hover {
  background-color: #212426;
  color: #9BD9FA;
}

.dropdown-open .dropdown__menu {
  background-color: #16181A;
  display: block;
  margin-left: -0.5rem;
  position: absolute;
  top: 2.5rem;
}
.dropdown-open .dropdown__action {
  color: #C9CED4;
}
.dropdown-open .dropdown__action svg {
  fill: #C9CED4;
  transform: rotate(180deg);
}

.footer {
  background-image: url("../images/background-elements/pink-blur.svg"), url("../images/background-elements/blue-dark-blur.svg");
  background-position: left -6rem, right -2rem;
  background-repeat: no-repeat, no-repeat;
  padding: 1rem 0.5rem;
}
@media (min-width: 50rem) {
  .footer {
    padding: 2rem 0.5rem;
  }
}
.footer__content {
  margin: 0 auto;
  max-width: 100rem;
}
.footer__logo-link {
  display: block;
  height: 3rem;
  overflow: hidden;
}
@media (min-width: 90rem) {
  .footer__logo-link {
    margin-right: 2rem;
  }
}
.footer__logo-link .logo {
  fill: #F0F2F5;
  height: 6rem;
  margin-top: -1.5rem;
  width: 6rem;
}
.footer__nav {
  display: block;
}
@media (min-width: 50rem) {
  .footer__nav {
    display: flex;
  }
}
.footer .nav {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.footer .nav__link {
  align-items: center;
  color: #9BD9FA;
  display: flex;
  font-family: "Barlow", system-ui, helvetica, sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0;
  padding: 0.5rem 0;
  margin: 0 0.25rem;
  text-decoration: none;
}
@media (min-width: 50rem) {
  .footer .nav__link {
    font-size: 0.8rem;
    letter-spacing: 0.24px;
    padding: 1rem 0;
    margin: 0 0.5rem;
  }
}
@media (min-width: 90rem) {
  .footer .nav__link {
    font-size: 1rem;
    margin: 0 1rem;
  }
}
.footer .nav__link:hover {
  color: #C9CED4;
}
.footer .nav__link svg {
  fill: #F9F9FB;
  margin-left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.footer__socials {
  align-self: center;
  margin-left: auto;
}
.footer__socials-link {
  text-decoration: none;
}
.footer__socials-icon {
  fill: #F9F9FB;
  width: 2rem;
  height: 2rem;
}
.footer__socials-icon:hover {
  opacity: 0.75;
}
.footer__copyright {
  color: #1d92c4;
}
.footer__contact {
  margin-left: auto;
}

.header {
  align-items: center;
  background-color: #16181A;
  display: flex;
  padding: 0;
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0;
  height: 3.2rem;
}
@media (min-width: 50rem) {
  .header {
    display: flex;
    height: auto;
  }
}
.header__logo-link {
  height: 2.25rem;
  overflow: hidden;
  position: absolute;
  top: 0.5rem;
  left: 0.75rem;
}
.header__logo-link .logo {
  fill: #F9F9FB;
  height: 4.5rem;
  margin-top: -1.125rem;
  width: 4.5rem;
}
.header__contact {
  position: absolute;
  top: 0.5rem;
  right: 4.5rem;
}
@media (min-width: 50rem) {
  .header__contact {
    position: relative;
    top: auto;
    right: 0.5rem;
  }
}
.header__mobile-btn {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -khtml-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background: none;
  border-top: 2px solid #1d92c4;
  border-right: none;
  border-bottom: none;
  border-left: none;
  box-sizing: border-box;
  cursor: pointer;
  height: 25px;
  width: 30px;
  position: absolute;
  outline: none;
  z-index: 30;
  right: 1rem;
  top: 0.75rem;
}
@media (min-width: 50rem) {
  .header__mobile-btn {
    display: none;
  }
}
.header__mobile-btn:before {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -khtml-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background: #1d92c4;
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 30px;
  left: 0;
  top: 10px;
}
.header__mobile-btn:after {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -khtml-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background: #1d92c4;
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 30px;
  left: 0;
  bottom: 0;
}

.hero {
  overflow: hidden;
  padding-top: 6rem;
  position: relative;
}
@media (min-width: 50rem) {
  .hero {
    background-position: 3rem 26rem, left bottom;
    min-height: 55dvh;
    padding-top: 12rem;
  }
  .hero:before {
    background-image: url("../images/background-elements/dot-grid.svg");
    background-position: left top;
    background-repeat: no-repeat;
    position: absolute;
    left: -2.5rem;
    bottom: 6rem;
    z-index: 2;
    content: "";
    width: 120px;
    height: 210px;
  }
}
@media (min-width: 50rem) and (min-width: 69rem) {
  .hero:before {
    left: 3rem;
  }
}
@media (min-width: 112rem) {
  .hero {
    background-position: 3rem 36.5rem, left bottom;
  }
}
.hero:after {
  background-image: url("../images/background-elements/hero-background-tagline.svg");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 355px;
}
.hero__content {
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
@media (min-width: 112rem) {
  .hero__content {
    width: 90rem;
  }
}
.hero__heading {
  background: linear-gradient(to right, #1d92c4, #9BD9FA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2rem;
  margin: 0 auto;
  padding: 0 1rem;
  mix-blend-mode: difference;
  position: relative;
}
@media (min-width: 50rem) {
  .hero__heading {
    width: auto;
    font-size: 2.25rem;
    margin: 0 0 0 1rem;
    max-width: 80%;
  }
}
@media (min-width: 69rem) {
  .hero__heading {
    font-size: 3rem;
    margin: 0 0 0 7.3rem;
    max-width: 54rem;
  }
}
@media (min-width: 112rem) {
  .hero__heading {
    font-size: 4rem;
    max-width: 68rem;
  }
}
@media (min-width: 50rem) {
  .hero__heading--mid {
    display: block;
    margin-left: 6rem;
  }
}
@media (min-width: 50rem) {
  .hero__heading--end {
    display: block;
    margin-left: 11.5rem;
  }
}
.hero__heading:after {
  background-image: url("../images/background-elements/hero-tagline.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  width: 6rem;
  height: 6rem;
  position: absolute;
  top: -2rem;
  right: 0;
}
@media (min-width: 50rem) {
  .hero__heading:after {
    width: 12rem;
    height: 12rem;
    top: -6rem;
    right: -7rem;
  }
}
@media (min-width: 90rem) {
  .hero__heading:after {
    width: 18rem;
    height: 18rem;
    top: -3rem;
    right: -28rem;
  }
}
@media (min-width: 112rem) {
  .hero__heading:after {
    width: 20rem;
    height: 20rem;
    top: 0;
    right: -22rem;
  }
}
.hero__copy {
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 1.5rem auto;
  padding: 0 1rem;
}
@media (min-width: 50rem) {
  .hero__copy {
    font-size: 1.1rem;
    margin: 2.5rem 0 0 10%;
    max-width: 35rem;
    padding: 0;
  }
}
@media (min-width: 69rem) {
  .hero__copy {
    margin-left: 20rem;
  }
}
.hero__action {
  margin: 1.5rem auto;
}
@media (min-width: 50rem) {
  .hero__action {
    margin: 2rem 0 3rem 10%;
  }
}
@media (min-width: 69rem) {
  .hero__action {
    margin-left: 20rem;
  }
}
.hero__bg {
  position: absolute;
  width: 120%;
  height: 120%;
  top: 0;
  left: -10%;
  z-index: 1;
}
@media (min-width: 50rem) {
  .hero__bg {
    width: 100%;
    height: 100%;
    left: 0;
  }
}

.hero-main {
  margin-top: 10rem;
}
.hero-main__copy {
  width: 30rem;
}

.inner-hero {
  background: url("../images/background-elements/pink-blur.svg") no-repeat;
  background-position: 15rem 0rem;
  padding-top: 4rem;
}
.inner-hero .section__content {
  align-items: center;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 1fr;
  padding: 2.5rem 1rem;
  position: relative;
  margin: 0 auto;
  max-width: 100rem;
  z-index: 9;
}
@media (min-width: 50rem) {
  .inner-hero .section__content {
    grid-gap: 5rem;
    grid-template-columns: 1fr 1fr;
    padding: 2rem;
  }
}
@media (min-width: 90rem) {
  .inner-hero .section__content {
    grid-gap: 5rem;
    padding: 5rem;
  }
}
.inner-hero h1 {
  font-size: 1.55rem;
  margin-top: 0;
}
@media (min-width: 50rem) {
  .inner-hero h1 {
    font-size: 4vw;
  }
}
.inner-hero .section__img {
  grid-row-start: 1;
}
@media (min-width: 50rem) {
  .inner-hero .section__img {
    grid-row-start: auto;
  }
}
.inner-hero .section__img img {
  width: 100%;
}
.inner-hero--agency-solutions {
  position: relative;
}
@media (min-width: 128rem) {
  .inner-hero--agency-solutions h1 {
    font-size: 3vw;
  }
}
.inner-hero--agency-solutions:after {
  display: block;
  content: "";
  background-image: url("../images/background-elements/green-blur.svg");
  background-position-x: right -20rem;
  background-position-y: bottom;
  background-repeat: no-repeat;
  width: 70rem;
  height: 70rem;
  position: absolute;
  bottom: -20rem;
  right: 0;
  z-index: 1;
}
.inner-hero--agency-solutions:before {
  display: block;
  content: "";
  background-image: url("../images/background-elements/blue-dark-blur.svg");
  background-position-x: right -10rem;
  background-position-y: bottom;
  background-repeat: no-repeat;
  width: 64rem;
  height: 64rem;
  position: absolute;
  bottom: -10rem;
  right: 0rem;
  z-index: 1;
}
.inner-hero--team-services {
  background: none;
  position: relative;
}
.inner-hero--team-services:after {
  display: block;
  content: "";
  background-image: url("../images/background-elements/pink-blur.svg");
  background-position-x: right -20rem;
  background-position-y: bottom;
  background-repeat: no-repeat;
  width: 70rem;
  height: 70rem;
  position: absolute;
  bottom: -20rem;
  right: 0;
  z-index: 1;
}
.inner-hero--team-services:before {
  display: block;
  content: "";
  background-image: url("../images/background-elements/blue-dark-blur.svg");
  background-position-x: right -10rem;
  background-position-y: bottom;
  background-repeat: no-repeat;
  width: 64rem;
  height: 64rem;
  position: absolute;
  bottom: -10rem;
  right: 0rem;
  z-index: 1;
}
.inner-hero--media {
  background: url("../images/background-elements/pink-blur.svg");
  background-position-x: right 30rem;
  background-position-y: bottom -15rem;
  background-repeat: no-repeat;
  position: relative;
}
@media (min-width: 50rem) {
  .inner-hero--media {
    padding-bottom: 5rem;
    margin-bottom: 5rem;
  }
}
.inner-hero--media:after {
  display: block;
  content: "";
  background-image: url("../images/background-elements/green-blur.svg");
  background-position-x: right;
  background-position-y: bottom;
  background-repeat: no-repeat;
  width: 70rem;
  height: 70rem;
  position: absolute;
  top: -20rem;
  right: 0;
  z-index: 1;
}
.inner-hero--media:before {
  display: block;
  content: "";
  background-image: url("../images/background-elements/blue-blur.svg");
  background-position-x: left;
  background-position-y: bottom;
  background-repeat: no-repeat;
  width: 70rem;
  height: 70rem;
  position: absolute;
  bottom: -10rem;
  right: 0rem;
  z-index: 1;
}
.inner-hero--advertising {
  background: url("../images/advertising/percent.png"), url("../images/background-elements/pink-blur.svg");
  background-position-x: right -10rem, right -10rem;
  background-position-y: top, bottom -16rem;
  background-repeat: no-repeat, no-repeat;
  position: relative;
}
.inner-hero--advertising:after {
  display: block;
  content: "";
  background-image: url("../images/background-elements/green-blur.svg");
  background-position-x: right;
  background-position-y: bottom;
  background-repeat: no-repeat;
  width: 70rem;
  height: 70rem;
  position: absolute;
  bottom: -20rem;
  right: 0rem;
  z-index: 1;
}
.inner-hero--advertising:before {
  display: block;
  content: "";
  background-image: url("../images/background-elements/blue-blur.svg");
  background-position-x: left;
  background-position-y: bottom;
  background-repeat: no-repeat;
  width: 70rem;
  height: 70rem;
  position: absolute;
  bottom: -10rem;
  left: 0rem;
  z-index: 1;
}
.inner-hero--data {
  background: url("../images/data/cog.png"), url("../images/background-elements/pink-blur.svg");
  background-position-x: right -10rem, right -10rem;
  background-position-y: top, bottom -16rem;
  background-repeat: no-repeat, no-repeat;
}
.inner-hero--academia {
  background: url("../images/academia/edu.png"), url("../images/background-elements/pink-blur.svg");
  background-position-x: right 0, right -4rem;
  background-position-y: top, bottom -16rem;
  background-repeat: no-repeat, no-repeat;
}
@media (min-width: 128rem) {
  .inner-hero--academia {
    background-position-y: -11rem, bottom -16rem;
  }
}

body {
  background-color: #16181A;
  color: #F9F9FB;
  font-family: "Roboto", system-ui, helvetica, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100vh;
  max-width: 100vw;
}

p {
  line-height: 1.6;
}

h1 {
  color: #9BD9FA;
  font-family: "Barlow", system-ui, helvetica, sans-serif;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h2 {
  color: #9BD9FA;
  font-family: "Barlow", system-ui, helvetica, sans-serif;
  font-weight: 900;
  letter-spacing: 1px;
  font-size: 1.5rem;
}

form {
  position: relative;
}

label {
  box-sizing: inherit;
  color: #9BA1A6;
  display: block;
  font-weight: 800;
  font-size: 1rem;
  margin-bottom: 0.25rem;
  width: calc(100% - 1.5rem);
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

input,
select,
textarea {
  background: white;
  border: 2px solid #1d92c4;
  border-radius: 2px;
  outline: 0;
  padding: 0.75rem;
  position: relative;
  width: calc(100% - 1.5rem);
  z-index: 1;
  box-sizing: inherit;
}
input:valid,
select:valid,
textarea:valid {
  background: white;
}
input:focus,
select:focus,
textarea:focus {
  border-color: #1d92c4;
  box-shadow: 0 0 0 0.25rem rgba(155, 217, 250, 0.4);
  outline: 0;
}

textarea {
  min-width: calc(100% - 1.5rem);
}

ul {
  margin-top: 0;
}

li {
  margin-bottom: 0.5rem;
}

ol li {
  margin-bottom: 1.5rem;
}

a {
  color: #9BD9FA;
}
a:hover {
  color: white;
  text-decoration-color: #1d92c4;
}

.main {
  margin: 0;
}

.text-right {
  text-align: right;
}

.data-point {
  text-align: center;
}
.data-point h4 {
  color: white;
  font-family: "Barlow", system-ui, helvetica, sans-serif;
  font-size: 3rem;
  font-weight: 800;
  margin: 0;
  line-height: 1;
}
@media (min-width: 50rem) {
  .data-point h4 {
    font-size: 5.75rem;
  }
}
.data-point p {
  color: #C9CED4;
  font-family: "Roboto Mono", system-ui, helvetica, sans-serif;
  margin: 0;
}

.social-item {
  position: relative;
}
.social-item:before {
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  left: -2.25rem;
  top: 0.3rem;
}
.social-item--twitter:before {
  background-image: url(../images/advertising/twitter.png);
  background-size: 1.7rem 1.3rem;
}
.social-item--insta:before {
  background-image: url(../images/advertising/instagram.png);
}
.social-item--facebook:before {
  background-image: url(../images/advertising/facebook.png);
}
.social-item--tiktok:before {
  background-image: url(../images/advertising/tiktok.png);
}

.form__error-message {
  font-weight: 800;
}

.hidden {
  display: none;
}

.responsive-video {
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  overflow: hidden;
}
.responsive-video__embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mono {
  font-family: "Roboto Mono", system-ui, helvetica, sans-serif;
}

blockquote {
  background-color: #022030;
  background: linear-gradient(322deg, #16181A 0%, #022030 68%);
  border-radius: 3px;
  padding: 5rem 2.5rem 2.5rem;
  position: relative;
}
blockquote:before {
  color: #9BD9FA;
  content: '"';
  font-family: "Barlow", system-ui, helvetica, sans-serif;
  font-size: 7rem;
  font-style: italic;
  top: 0;
  left: 1.5rem;
  position: absolute;
}
blockquote p {
  margin-top: 0;
}
blockquote footer {
  color: #9BD9FA;
  font-family: "Barlow", system-ui, helvetica, sans-serif;
  margin-top: 2rem;
}
blockquote cite {
  color: #fff;
  display: block;
  font-family: "Roboto Mono", system-ui, helvetica, sans-serif;
  font-style: normal;
  font-size: 0.9rem;
}

sup {
  color: #ff0000;
}

.nav {
  display: none;
  margin: 4rem 0 1rem 0;
}
@media (min-width: 50rem) {
  .nav {
    display: flex;
    margin: 0 0.5rem 0 auto;
  }
}
.nav__link {
  align-items: center;
  border-bottom: 4px solid transparent;
  color: #F0F2F5;
  display: table;
  font-family: "Barlow", system-ui, helvetica, sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.14px;
  padding: 1rem 0.3rem 0.8rem;
  margin: 0 0.25rem;
  text-decoration: none;
}
@media (min-width: 90rem) {
  .nav__link {
    display: flex;
    font-size: 1rem;
    margin: 0 0.5rem;
    padding: 0.9rem 0.5rem;
  }
}
.nav__link:hover {
  border-bottom: 4px solid #1d92c4;
  color: white;
}
.nav__link--external {
  margin-right: 0.5rem;
  padding-right: 1.5rem;
  position: relative;
}
.nav__link.dropdown__action {
  display: none;
}
@media (min-width: 50rem) {
  .nav__link.dropdown__action {
    display: block;
  }
}
.nav__link-icon {
  fill: #F9F9FB;
  margin-left: 0.25rem;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 1rem;
  right: 0;
}
.nav__link--current {
  border-bottom: 4px solid #073c57;
  color: #F9F9FB;
}

.nav-open .header {
  display: block;
  width: 100%;
  height: 100%;
}
.nav-open .nav {
  display: block;
}
.nav-open .header__mobile-btn {
  border-color: transparent;
}
.nav-open .header__mobile-btn:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -2px;
  width: 33px;
}
.nav-open .header__mobile-btn:after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -khtml-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  left: -2px;
  bottom: 11px;
  width: 33px;
}

.news__img {
  display: block;
  margin: 3rem auto 0;
  max-width: 60rem;
  min-height: 10rem;
  width: 100%;
}
@media (min-width: 50rem) {
  .news__img {
    max-width: 60rem;
    min-height: 10rem;
    min-width: 56rem;
  }
}
.news__content {
  margin: -1rem auto 2rem;
  width: 96%;
}
@media (min-width: 50rem) {
  .news__content {
    width: 48rem;
  }
}
.news__content img {
  width: 100%;
}
@media (min-width: 50rem) {
  .news__content img {
    max-width: 100%;
    width: auto;
  }
}
.news__date {
  background-color: #16181A;
  display: inline-block;
  font-family: "Roboto Mono", system-ui, helvetica, sans-serif;
  padding: 0.25rem 0.5rem;
  margin: 0;
}
.news__title {
  font-size: 1.75rem;
  margin-top: 0.25rem;
}
@media (min-width: 50rem) {
  .news__title {
    font-size: 2.75rem;
    margin-top: 0.5rem;
  }
}
.news__lead {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
.news__back {
  margin-top: 3rem;
}
.news__back svg {
  fill: #022030;
  margin-right: 0.5rem;
}
.news__back:hover svg {
  fill: #fff;
}
.news table {
  border: none;
  border-collapse: collapse;
  margin-bottom: 2rem;
  outline: 0;
  width: 100%;
}
.news table tbody tr:first-child {
  background-color: #212426;
  border-collapse: collapse;
  border-bottom: 1px solid #393C40;
  font-size: 0.8rem;
}
.news table tbody tr:first-child td {
  padding: 0.5rem 0.25rem;
}
.news table td {
  border: none;
  padding: 0.25rem;
}
.news table *:not(thead) tr:nth-child(odd) {
  background-color: #212426;
}
.news table *:not(thead) tr:nth-child(odd) td {
  background-color: #212426;
}
.news table *:not(thead) tr:hover {
  background-color: #393C40;
}
.news table *:not(thead) tr:hover td {
  background-color: #393C40;
}

.academia-post {
  display: none;
}

.modal {
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 3px;
  min-height: 11rem;
  padding: 0.5rem;
  position: fixed;
  z-index: 2;
  top: 16%;
  left: 13%;
  width: 74%;
}

.modal__close-btn {
  padding: 0.5rem 0.7rem;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}

.modal__overlay {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.page__content {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 1140px;
}
.page__header {
  background-color: #212426;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTM5IiBoZWlnaHQ9Ijk0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIG9wYWNpdHk9Ii4xMyI+PHBhdGggZD0iTTQ2OS4wMTQgOTMzLjAyOGMyNTUuNDQgMCA0NjIuNTE0LTIwNy4wNzQgNDYyLjUxNC00NjIuNTE0UzcyNC40NTQgOCA0NjkuMDE0IDggNi41IDIxNS4wNzUgNi41IDQ3MC41MTRjMCAyNTUuNDQgMjA3LjA3NSA0NjIuNTE0IDQ2Mi41MTQgNDYyLjUxNHoiIHN0cm9rZT0iIzlCQTFBNiIgc3Ryb2tlLXdpZHRoPSI1IiBzdHJva2UtZGFzaGFycmF5PSI0LDEyIi8+PHBhdGggZD0iTTQ2OS4wMTQgODY5Ljc2YzIyMC40OTggMCAzOTkuMjQ2LTE3OC43NDggMzk5LjI0Ni0zOTkuMjQ2IDAtMjIwLjQ5Ny0xNzguNzQ4LTM5OS4yNDYtMzk5LjI0Ni0zOTkuMjQ2LTIyMC40OTcgMC0zOTkuMjQ2IDE3OC43NDktMzk5LjI0NiAzOTkuMjQ2IDAgMjIwLjQ5OCAxNzguNzQ5IDM5OS4yNDYgMzk5LjI0NiAzOTkuMjQ2eiIgc3Ryb2tlPSIjOUJBMUE2IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZS1kYXNoYXJyYXk9IjEsNyIvPjxwYXRoIGQ9Ik00NjkuMDE0IDc3NS42OTdjMTY4LjU0OCAwIDMwNS4xODMtMTM2LjYzNSAzMDUuMTgzLTMwNS4xODNTNjM3LjU2MiAxNjUuMzMxIDQ2OS4wMTQgMTY1LjMzMSAxNjMuODMxIDMwMS45NjYgMTYzLjgzMSA0NzAuNTE0czEzNi42MzUgMzA1LjE4MyAzMDUuMTgzIDMwNS4xODN6IiBzdHJva2U9IiNDOUNFRDQiIHN0cm9rZS13aWR0aD0iMyIgc3Ryb2tlLWRhc2hhcnJheT0iMTciLz48L2c+PC9zdmc+Cg==");
  background-position: -225px -3px;
  background-repeat: no-repeat;
  background-size: 939px 942px;
  content: "";
  display: block;
  height: 13rem;
  width: 100%;
}
.page .custom-error {
  padding: 0 0 8rem;
  min-height: calc(100vh - 20.5rem);
  width: 75%;
}
.page .grid {
  display: block;
  position: absolute;
  right: 3rem;
  top: 8.5rem;
  transform: scale(1);
  transition: top 0.25s;
  z-index: 2;
}
.page h1 {
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.75);
  color: #fff;
  font-size: 3.3rem;
  font-style: italic;
  letter-spacing: 0.05em;
  margin: -6rem 0 4rem 0;
  position: relative;
  text-transform: uppercase;
  z-index: 3;
}
@media (max-width: 50rem) {
  .page h1 {
    line-height: 1.2;
    font-size: 2.5rem;
    margin-bottom: 7rem;
  }
  .page h3 {
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .page p {
    font-size: 1rem;
  }
  .page .grid {
    right: 1.5rem;
  }
}

.posts {
  list-style: none;
  margin: 0 auto;
  max-width: 100rem;
  padding: 0.5rem;
}
@media (min-width: 50rem) {
  .posts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 1rem;
    padding: 2rem;
  }
}
@media (min-width: 90rem) {
  .posts {
    grid-template-columns: 1fr 1fr 1fr;
    padding: 5rem;
  }
}
.posts__list-item {
  margin-bottom: 2rem;
}
@media (min-width: 90rem) {
  .posts__list-item {
    margin-bottom: 0.5rem;
  }
}
.posts__link:hover .posts__title {
  color: #F0F2F5;
}
.posts__link:hover .posts__info {
  background-color: #011621;
  transition: ease-in-out background-color 0.1s;
}
.posts__link:hover svg {
  transform: translateX(0.35rem);
  transition: ease-in-out transform 0.2s;
}
.posts__link:active .posts__title, .posts__link:focus .posts__title {
  color: #fff;
}
.posts__link:active .posts__info, .posts__link:focus .posts__info {
  background-color: #011018;
}
.posts__link:active .posts__img, .posts__link:focus .posts__img {
  opacity: 0.9;
}
.posts__img {
  display: block;
  margin: 0;
  width: 100%;
}
.posts__info {
  background-color: #022030;
  display: block;
  padding: 0.4rem 0.75rem 0.75rem;
  position: relative;
  margin: -1rem auto 0;
  width: 90%;
  z-index: 2;
}
.posts__tag {
  color: #9BD9FA;
  font-family: "Roboto Mono", system-ui, helvetica, sans-serif;
  font-size: 0.75rem;
  margin: 0;
  text-transform: capitalize;
}
.posts__title {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0.25rem 0 0 0;
}
.posts__link {
  text-decoration: none;
}

.section--simple.blue-blur {
  background: url("../images/background-elements/blue-blur.svg") no-repeat;
  background-position: -10rem -33rem;
}
.section--simple.green-blur {
  background: url("../images/background-elements/green-blur.svg") no-repeat;
  background-position: 20rem 5rem;
}
.section--simple.pink-blur {
  background: url("../images/background-elements/pink-blur.svg") no-repeat;
  background-position: 65rem -21rem;
}
.section--simple .section__content {
  align-items: center;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  padding: 2.75rem 1rem;
  margin: 0 auto;
  max-width: 100rem;
}
@media (min-width: 50rem) {
  .section--simple .section__content {
    grid-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
    padding: 3rem 2rem;
  }
}
@media (min-width: 90rem) {
  .section--simple .section__content {
    grid-gap: 10rem;
    grid-template-columns: 1fr 1.33fr;
    padding: 5rem;
  }
}
.section--simple .section__content--align-top {
  align-items: flex-start;
}
.section--simple .section__img {
  grid-row-start: 1;
}
@media (min-width: 50rem) {
  .section--simple .section__img {
    grid-row-start: auto;
  }
}
.section--simple h2 {
  color: white;
  font-family: "Roboto Mono", system-ui, helvetica, sans-serif;
  font-weight: bold;
  font-size: 0.9rem;
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
}
.section--simple h1 {
  font-size: 1.5rem;
  margin: 0 0 1.5rem;
}
@media (min-width: 50rem) {
  .section--simple h1 {
    font-size: 2.2rem;
  }
}
@media (min-width: 112rem) {
  .section--simple h1 {
    font-size: 3.5rem;
  }
}
.section--simple p {
  color: #E4E8ED;
  line-height: 1.6;
  margin: 0 0 1.5rem;
}
.section--simple img {
  width: 100%;
}
@media (min-width: 50rem) {
  .section--simple.section--flip .section__content {
    grid-template-columns: 1.5fr 1fr;
  }
}
@media (min-width: 90rem) {
  .section--simple.section--flip .section__content {
    grid-template-columns: 1.33fr 1fr;
  }
}

.section--video {
  background: url("../images/background-elements/pink-blur.svg"), url("../images/background-elements/green-blur.svg");
  background-position: -5rem bottom, 40rem -19rem;
  background-repeat: no-repeat, no-repeat;
  padding: 3rem 0;
  overflow: visible;
}
@media (min-width: 90rem) {
  .section--video {
    padding: 3rem;
  }
}
.section--video .section__content {
  margin: 0 auto;
  max-width: 50rem;
  position: relative;
}
@media (min-width: 90rem) {
  .section--video .section__content {
    max-width: 90rem;
    padding: 0 2rem;
  }
}
@media (min-width: 112rem) {
  .section--video .section__content {
    max-width: 100rem;
    padding: 0 2rem;
  }
}
.section--video .section__img img {
  width: 100%;
}
.section--video .btn {
  position: absolute;
  top: 7rem;
  left: 3%;
}
@media (min-width: 50rem) {
  .section--video .btn {
    top: auto;
    left: -2rem;
    bottom: 7rem;
  }
}
@media (min-width: 90rem) {
  .section--video .btn {
    left: 3rem;
    bottom: 9rem;
  }
}
.section--video .btn svg {
  fill: #F9F9FB;
  width: 2.25rem;
  height: 2.25rem;
  margin-bottom: -0.75rem;
}
.section--video .btn--video {
  background-color: #073c57;
  color: #F0F2F5;
  line-height: 0.4;
  padding: 0.7rem 1.4rem 1.5rem;
}
.section--video .section__main {
  background-color: #16181A;
  border-radius: 3px;
  margin: -1.5rem auto 0;
  padding: 1rem;
  position: relative;
  width: 86%;
}
@media (min-width: 50rem) {
  .section--video .section__main {
    margin-left: 30%;
    margin-top: -5rem;
    width: 72%;
  }
}
@media (min-width: 90rem) {
  .section--video .section__main {
    width: 60%;
  }
}
.section--video h1 {
  margin-top: 0;
}

.section--feature .section__main {
  margin: 0;
  padding: 1rem 1rem 0 1rem;
}
@media (min-width: 50rem) {
  .section--feature .section__main {
    padding: 0;
    width: 72%;
  }
}
@media (min-width: 90rem) {
  .section--feature .section__main {
    padding: 0;
    width: 60%;
  }
}
.section--feature .section__content {
  margin: 0 auto;
  max-width: 50rem;
  position: relative;
}
@media (min-width: 50rem) {
  .section--feature .section__content {
    display: block;
    max-width: 100rem;
    padding: 2rem;
  }
}
@media (min-width: 90rem) {
  .section--feature .section__content {
    padding: 5rem 2rem 2rem;
  }
}
.section--feature .section__content--img {
  display: block;
}
.section--feature .section__img img {
  width: 100%;
}
.section--feature h1 {
  font-size: 5vw;
  margin-bottom: 0;
}
@media (min-width: 90rem) {
  .section--feature h1 {
    font-size: 4.25vw;
  }
}
@media (min-width: 112rem) {
  .section--feature h1 {
    font-size: 3.5vw;
  }
}
@media (min-width: 50rem) {
  .section--feature .section__highlights {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1rem;
  }
}

.section--img .section__content {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  padding: 2.5rem 1rem;
  margin: 0 auto;
  max-width: 100rem;
}
@media (min-width: 50rem) {
  .section--img .section__content {
    grid-gap: 5rem;
    grid-template-columns: 1fr 1.33fr;
    padding: 2rem;
  }
}
@media (min-width: 90rem) {
  .section--img .section__content {
    grid-gap: 10rem;
    padding: 5rem;
  }
}
.section--img .section__content--img {
  display: block;
}
.section--img .section__img img {
  width: 100%;
}

.section--quotes,
.section--logos {
  margin-top: 4rem;
}
.section--quotes h1,
.section--logos h1 {
  text-align: center;
}

.section__content + .section__content {
  padding-top: 0;
  padding-bottom: 0;
}

.section__table {
  width: 100%;
}
.section__table th {
  font-family: "Roboto Mono", system-ui, helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  padding-bottom: 1rem;
}
.section__table td {
  font-family: "Roboto Mono", system-ui, helvetica, sans-serif;
  font-size: 90%;
  padding-bottom: 1rem;
  vertical-align: top;
}
@media (min-width: 50rem) {
  .section__table td {
    font-size: 100%;
  }
}
.section__table img {
  display: block;
  height: 3rem;
  width: 3rem;
}
@media (min-width: 50rem) {
  .section__table img {
    height: 4rem;
    width: 4rem;
  }
}
.section__table h3 {
  font-family: "Roboto Mono", system-ui, helvetica, sans-serif;
  margin: 0;
}
.section__table p {
  font-family: "Roboto", system-ui, helvetica, sans-serif;
  margin: 0;
}

.section__list {
  margin: 0;
  list-style: none;
}
.section__list h3 {
  font-family: "Roboto Mono", system-ui, helvetica, sans-serif;
  margin: 0;
}
.section__list p {
  margin: 0;
}

.section__main {
  margin: 0 auto;
  max-width: 100rem;
}
.section__main div {
  padding-right: 60%;
}

.section__intro {
  width: 66%;
  padding-bottom: 0;
}
.section__intro p {
  margin: 0;
}

.section__data-grid {
  align-items: start;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  margin: 0 auto;
  max-width: 100rem;
  padding: 0 1rem 2rem;
}
@media (min-width: 50rem) {
  .section__data-grid {
    grid-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 2rem;
  }
}
@media (min-width: 90rem) {
  .section__data-grid {
    padding: 5rem;
  }
}

.section__tiers {
  display: flex;
  font-family: "Roboto Mono", system-ui, helvetica, sans-serif;
  line-height: 1.6;
  margin-top: 1rem;
}
.section__tiers h2 {
  margin: 0;
}
.section__tiers p {
  margin-top: 0;
}
.section__tiers img {
  margin-right: 1rem;
  height: auto;
  width: 4rem;
}

.section__three-cols {
  max-width: 100rem;
  margin: 0 auto;
  padding: 0 1rem 1rem;
}
@media (min-width: 50rem) {
  .section__three-cols {
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0 2rem 1rem;
  }
}
@media (min-width: 90rem) {
  .section__three-cols {
    padding: 0 5rem 5rem;
    margin: -4rem auto 0;
  }
}
.section__three-cols h3 {
  color: #9BD9FA;
  font-family: "Barlow", system-ui, helvetica, sans-serif;
  font-size: 1.5rem;
  margin: 0 0 0.5rem;
}

.section__quotes {
  margin: 0 auto;
  max-width: 100rem;
  padding: 1rem;
}
@media (min-width: 50rem) {
  .section__quotes {
    display: grid;
    grid-gap: 3.5rem;
    grid-template-columns: 1fr 1fr;
    padding: 1rem 2rem;
  }
}
@media (min-width: 90rem) {
  .section__quotes {
    padding: 5rem;
  }
}
.section__quotes blockquote {
  margin: 0 0 2.5rem 0;
}

.section__logo-grid {
  margin: 0 auto 2rem;
  max-width: 100rem;
  padding: 1rem;
  display: grid;
  grid-gap: 0.5rem;
  grid-template-columns: repeat(3, 1fr);
  padding: 1rem 2rem;
}
@media (min-width: 50rem) {
  .section__logo-grid {
    grid-gap: 1.5rem;
    margin-bottom: 4rem;
  }
}
@media (min-width: 90rem) {
  .section__logo-grid {
    padding: 5rem;
    grid-gap: 2.5rem;
  }
}

.section__logo {
  background-color: #fff;
  border-radius: 3px;
  width: 100%;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.section__logo img {
  width: auto;
  max-width: 90%;
  max-height: 6rem;
  padding: 1rem;
}

.toast {
  background-color: white;
  border: 0;
  border-radius: 0.25rem;
  box-shadow: 0 10px 11px -10px rgba(22, 24, 26, 0.4), 0 0 2px 0 rgba(22, 24, 26, 0.2);
  color: #212426;
  margin-bottom: 0.75rem;
  padding: 0.75rem 2.5rem 0.75rem 4rem;
  position: relative;
  overflow: hidden;
  width: 30rem;
  z-index: 3;
}
.toast:before {
  background-color: #2da63f;
  content: "";
  display: block;
  width: 3rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.toast-wrapper {
  border: 0;
  margin-bottom: 0;
  padding: 0;
  position: fixed;
  top: 3.5rem;
  right: 0.5rem;
  z-index: 900;
}
.toast__icon {
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  left: 0.8rem;
  top: calc(50% - 0.7rem);
}
.toast__icon svg {
  fill: #F9F9FB;
  width: 1.4rem;
  height: 1.4rem;
}
.toast__text {
  color: #393C40;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
}
.toast__text + .toast__sub-text {
  margin-top: 0.6rem;
}
.toast__sub-text {
  color: #393C40;
  font-size: 0.9rem;
  line-height: 1.4;
  margin: 0;
}
.toast__close {
  background: none;
  border: 0;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
}
.toast__close svg {
  fill: #7B8187;
  width: 1.25rem;
  height: 1.25rem;
}
.toast--auto-clear {
  animation: alert-auto-clear 5s forwards;
  animation-iteration-count: 1;
}
.toast--auto-clear .toast__close {
  opacity: 0;
}
.toast--auto-clear:hover .toast__close {
  opacity: 1;
}

@keyframes alert-auto-clear {
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*# sourceMappingURL=styles.css.map */