/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
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;
  text-decoration: underline dotted;
}
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;
  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;
}

@font-face {
    font-family: Onest;
    src: url('assets/fonts/Onest/Onest-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Onest;
    src: url('assets/fonts/Onest/Onest-Light.ttf');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: AvrileSans-Condensed;
    src: url('assets/fonts/AvrileSans-Condensed/AvrileSans-CondensedMedium.ttf');
    font-weight: 500;
    font-style: normal;
}

#container {
    background-color: #EAF8FF;
    margin: 0;
}
body {
  margin: 0;
}

hr {
  margin: 0;
}

h1 {
  margin: 0;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

.fullscreen-section {
  grid-column-start: 1;
  grid-column-end: 13;
}

a {
  text-decoration: none;
}

a:-webkit-any-link {
  color: #212429;
}

#content {
  padding: 5.6875em 2.604166666666667% 0;
}

#footer {
  padding: 0 2.604166666666667% 1.25em;
}

.page-bg {
  border-radius: 1.5625em;
  background-image: url("assets/images/contacts-page-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 38.625em;
  margin-top: 0.875em;
}

.index-bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.index-bg-m {
  display: none;
}

.career-page-bg {
  border-radius: 1.5625em;
  background-image: url("assets/images/career-page-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 38.625em;
  margin-top: 0.875em;
}

a {
  width: -moz-fit-content;
  width: fit-content;
}

.spacer {
  grid-row: 1;
  height: calc(1189px - (342px + (0 - 342) * ((100vw - 1366px) / (1920 - 1366))) - 5.6875em);
}

@media screen and (max-width: 600px) {
  .index-bg {
    display: none;
  }

  .index-bg-m {
    position: absolute;
    width: 100%;
    top: -40px;
    left: 0;
    display: block;
    height: calc(100vh + 40px);
    background: linear-gradient(90deg, #BBD9E4 0%, #BEDBE9 13.77%, #B8D7E5 48.45%, #B3D4E5 73.2%, #AAD0E2 100%);
    object-fit: contain;
    object-fit: bottom;
    
  }
}

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

  #content {
    padding: 50px 4.266666666666667% 0;
  }

  #footer {
    padding: 0 4.266666666666667% 1.25em;
  }

  .page-bg {
    position: absolute;
    background-image: url("assets/images/contacts-page-bg-m.png");
    background-size: cover;
    background-position: center;
    border-radius: 0;
    height: 37.63vh;
    width: 100%;
    margin-top: 0;
    top: 0;
    left: 0
  }

  .career-page-bg {
    position: absolute;
    background-image: url("assets/images/career-page-bg-m.png");
    border-radius: 0;
    height: 37.63vh;
    width: 100%;
    margin-top: 0;
    top: 0;
    left: 0
  }

  .spacer {
    height: calc(100vh - 50px);
  }
}

.policy-container {
  padding: 3.0625em 25% 4.625em;
  border-radius: 1.5625em;
  background: #F4FCFF;
  margin-top: 2em;
}

.policy-header {
  font-size: 2em;
  font-family: AvrileSans-Condensed;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3em;
  margin: 1.5em 0 0.5em;
  color: #0095DA;
  text-align: center;
  text-transform: uppercase;
}

.policy-content {
  font-size: 1.25em;
  font-family: Onest;
  font-weight: 300;
  font-style: normal;
  line-height: 1.3em;
  color: #404348;
}

.policy-href {
  color: #0095DA;
}

@media (max-width: 1024px) {
  .policy-container {
    padding: 0.85em 4.373177842565598% 2.1875em;
    margin-top: 1.25em;
  }

  .policy-header {
    font-size: 1.75em;
  }

  .policy-content {
    font-size: 1.2em;
  }
}