@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
/*! 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.
 */
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 */
  -webkit-text-decoration: underline dotted;
          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;
}

/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
   * Remove text-shadow in selection highlight:
   * https://twitter.com/miketaylr/status/12228805301
   *
   * Vendor-prefixed and regular ::selection selectors cannot be combined:
   * https://stackoverflow.com/a/16982510/7133471
   *
   * Customize the background color to match your design.
   */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
   * A better looking default horizontal rule
   */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
   * Remove the gap between audio, canvas, iframes,
   * images, videos and the bottom of their containers:
   * https://github.com/h5bp/html5-boilerplate/issues/440
   */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
   * Remove default fieldset styles.
   */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
   * Allow only vertical resizing of textareas.
   */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important;
}

/*
  * Hide only visually, but have it available for screen readers:
  * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
  *
  * 1. For long content, line feeds are not interpreted as spaces and small width
  *    causes content to wrap 1 word per line:
  *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
  */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
  * Extends the .sr-only class to allow the element
  * to be focusable when navigated to via the keyboard:
  * https://www.drupal.org/node/897638
  */
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
  * Hide visually and from screen readers, but maintain layout
  */
.invisible {
  visibility: hidden;
}

/*
  * Clearfix: contain floats
  *
  * For modern browsers
  * 1. The space content is one way to avoid an Opera bug when the
  *    `contenteditable` attribute is included anywhere else in the document.
  *    Otherwise it causes space to appear at the top and bottom of elements
  *    that receive the `clearfix` class.
  * 2. The use of `table` rather than `block` is only necessary if using
  *    `:before` to contain the top-margins of child elements.
  */
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
    EXAMPLE Media Queries for Responsive Design.
    These examples override the primary ('mobile first') styles.
    Modify as content requires.
    ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
    Print styles.
    Inlined to avoid the additional HTTP request:
    https://www.phpied.com/delay-loading-your-print-css/
    ========================================================================== */
@media print {
  *,
*::before,
*::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
  * Don't show links that are fragment identifiers,
  * or use the `javascript:` pseudo protocol
  */
  a[href^="#"]::after,
a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
  * Printing Tables:
  * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
  */
  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
/* -------------------------------- 

Hero Slider - by CodyHouse.co

-------------------------------- */
@media only screen and (min-width: 720px) {
  .cd-header__nav {
    /* reset navigation values */
    width: auto;
    height: auto;
    background: none;
  }

  .cd-header__nav ul {
    position: static;
    width: auto;
    transform: translateY(0);
    line-height: 70px;
  }

  .cd-header__nav ul.cd-is-visible {
    transform: translateY(0);
  }

  .cd-header__nav li {
    display: inline-block;
    margin-left: 1em;
  }

  .cd-header__nav a {
    display: inline-block;
    height: auto;
    line-height: normal;
    background: transparent;
    padding: 0.6em 1em;
    border-top: none;
  }
}
/* Slider */
.cd-hero {
  position: relative;
}

.cd-hero__slider {
  position: relative;
  height: 60vh;
  width: 100%;
  overflow: hidden;
  margin: 0;
  min-height: 400px;
}

.cd-hero__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Force Hardware Acceleration */
  transform: translateZ(0px);
  will-change: transform;
  transform: translateX(100%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cd-hero__slide.cd-hero__slide--selected {
  /* this is the visible slide */
  transform: translateX(0);
}

.cd-hero__slide.cd-hero__slide--move-left {
  /* slide hidden on the left */
  transform: translateX(-100%);
}

.cd-hero__slide.cd-hero__slide--is-moving,
.cd-hero__slide.cd-hero__slide--selected {
  /* the cd-hero__slide--is-moving class is assigned to the slide which is moving outside the viewport */
  transition: transform 0.5s;
}

@media only screen and (min-width: 720px) {
  .cd-hero__slider {
    height: 500px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-hero__slider {
    height: 680px;
  }
}
/* Slide style */
.cd-hero__slide {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.cd-hero__slide:first-of-type {
  background-color: #2c343b;
  background-image: url(../assets/hero_ref_1.jpg);
}

.cd-hero__slide:nth-of-type(2) {
  background-color: #3d4952;
  background-image: url(../assets/hero_ref_2.jpg);
}

.cd-hero__slide:nth-of-type(3) {
  background-color: #586775;
  background-image: url(../assets/hero_ref_5.jpg);
}

.cd-hero__slide:nth-of-type(4) {
  background-color: #2c343b;
  background-image: url(../assets/hero_ref_4.jpg);
}

.cd-hero__slide:nth-of-type(5) {
  background-color: #2c343b;
  background-image: url(../assets/hero_ref_3.jpg);
}

.cd-hero__slide:nth-of-type(6) {
  background-color: #2c343b;
  background-image: url(../assets/hero_ref_6.jpg);
}

.cd-hero__content.cd-hero__content--full-width,
.cd-hero__content.cd-hero__content--half-width {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  /* this padding is used to align the text */
  padding-top: 100px;
  text-align: center;
  /* Force Hardware Acceleration */
  transform: translateZ(0);
  will-change: transform;
}

.cd-hero__content--full-width > div {
  position: absolute;
  bottom: 15%;
  left: 0;
  text-align: left;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  background-color: rgba(1, 90, 112, 0.3);
  padding: 1em;
}

@media only screen and (min-width: 720px) {
  .cd-hero__content--full-width > div {
    bottom: 30%;
  }
}
.cd-hero__content h2,
.cd-hero__content p,
.cd-hero__btn,
.cd-hero__content--img img {
  /* Force Hardware Acceleration */
  transform: translateZ(0);
  will-change: transform;
}

.cd-hero__content.cd-hero__content--img {
  /* hide image on mobile device */
  display: none;
}

.cd-hero__content--img img {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
}

.cd-hero__content.cd-hero__content--bg-video {
  /* hide video on mobile device */
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.cd-hero__content--bg-video video {
  /* you won't see this element in the html, but it will be injected using javascript */
  display: block;
  min-height: 100%;
  min-width: 100%;
  max-width: none;
  height: auto;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
}

.cd-hero__content h2,
.cd-hero__content p {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  line-height: 1.2;
  color: #ffffff;
  max-width: 400px;
}

.cd-hero__content h2 {
  font-size: 1.2rem;
  font-weight: 300;
  margin: 0;
}

.cd-hero__content p {
  font-size: 0.8rem;
  line-height: 1;
  margin: 0.25rem 0 0 0;
}

.cd-hero__btn {
  display: inline-block;
  padding: 1.2em 1.4em;
  margin-top: 0.8em;
  background-color: rgba(212, 68, 87, 0.9);
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.2s;
}

.cd-hero__btn.cd-hero__btn--secondary {
  background-color: rgba(22, 26, 30, 0.8);
}

.cd-hero__btn:nth-of-type(2) {
  margin-left: 1em;
}

.cd-hero__btn:hover {
  background-color: #d44457;
}

.cd-hero__btn.cd-hero__btn--secondary:hover {
  background-color: #161a1e;
}

@media only screen and (min-width: 720px) {
  .cd-hero__content.cd-hero__content--full-width,
.cd-hero__content.cd-hero__content--half-width {
    padding-top: 150px;
  }

  .cd-hero__content.cd-hero__content--bg-video {
    display: block;
  }

  .cd-hero__content.cd-hero__content--half-width {
    width: 45%;
  }

  .cd-hero__content.cd-hero__content--half-width:first-of-type {
    left: 5%;
  }

  .cd-hero__content.cd-hero__content--half-width:nth-of-type(2) {
    right: 5%;
    left: auto;
  }

  .cd-hero__content.cd-hero__content--img {
    display: block;
  }

  .cd-hero__content h2,
.cd-hero__content p {
    max-width: 520px;
  }

  .cd-hero__content h2 {
    font-size: 2em;
    font-weight: 300;
  }

  .cd-hero__btn {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-hero__content.cd-hero__content--full-width,
.cd-hero__content.cd-hero__content--half-width {
    padding-top: 220px;
  }

  .cd-hero__content h2,
.cd-hero__content p {
    margin-bottom: 20px;
  }

  .cd-hero__content h2 {
    font-size: 2em;
  }

  .cd-hero__content p {
    font-size: 1.2rem;
  }
}
/* Single slide animation */
@media only screen and (min-width: 720px) {
  .cd-hero__content.cd-hero__content--half-width {
    opacity: 0;
    transform: translateX(40px);
  }

  .cd-hero__slide--move-left .cd-hero__content.cd-hero__content--half-width {
    transform: translateX(-40px);
  }

  .cd-hero__slide--selected .cd-hero__content.cd-hero__content--half-width {
    /* this is the visible slide */
    opacity: 1;
    transform: translateX(0);
  }

  .cd-hero__slide--is-moving .cd-hero__content.cd-hero__content--half-width {
    /* this is the slide moving outside the viewport 
    wait for the end of the transition on the <li> parent before set opacity to 0 and translate to 40px/-40px */
    transition: opacity 0s 0.5s, transform 0s 0.5s;
  }

  .cd-hero__slide--from-left.cd-hero__slide--selected .cd-hero__content.cd-hero__content--half-width:nth-of-type(2),
.cd-hero__slide--from-right.cd-hero__slide--selected .cd-hero__content.cd-hero__content--half-width:first-of-type {
    /* this is the selected slide - different animation if it's entering from left or right */
    transition: opacity 0.4s 0.2s, transform 0.5s 0.2s;
  }

  .cd-hero__slide--from-left.cd-hero__slide--selected .cd-hero__content.cd-hero__content--half-width:first-of-type,
.cd-hero__slide--from-right.cd-hero__slide--selected .cd-hero__content.cd-hero__content--half-width:nth-of-type(2) {
    /* this is the selected slide - different animation if it's entering from left or right */
    transition: opacity 0.4s 0.4s, transform 0.5s 0.4s;
  }

  .cd-hero__content--full-width h2,
.cd-hero__content--full-width p,
.cd-hero__content--full-width .cd-hero__btn {
    transform: translateX(100px);
  }

  .cd-hero__slide--move-left .cd-hero__content--full-width h2,
.cd-hero__slide--move-left .cd-hero__content--full-width p,
.cd-hero__slide--move-left .cd-hero__content--full-width .cd-hero__btn {
    transform: translateX(-100px);
  }

  .cd-hero__slide--selected .cd-hero__content--full-width h2,
.cd-hero__slide--selected .cd-hero__content--full-width p,
.cd-hero__slide--selected .cd-hero__content--full-width .cd-hero__btn {
    /* this is the visible slide */
    transform: translateX(0);
  }

  .cd-hero__slide--is-moving .cd-hero__content--full-width h2,
.cd-hero__slide--is-moving .cd-hero__content--full-width p,
.cd-hero__slide--is-moving .cd-hero__content--full-width .cd-hero__btn {
    /* this is the slide moving outside the viewport 
    wait for the end of the transition on the li parent before set translate to 100px/-100px */
    transition: transform 0s 0.5s;
  }

  .cd-hero__slide--selected h2 {
    transition: transform 0.5s 0.2s;
  }

  .cd-hero__slide--selected p {
    transition: transform 0.5s 0.3s;
  }

  .cd-hero__slide--selected .cd-hero__btn {
    transition: transform 0.5s 0.4s, background-color 0.2s 0s;
  }
}
/* Slider navigation */
.cd-hero__nav {
  position: absolute;
  width: 100%;
  bottom: 3%;
  z-index: 2;
  text-align: center;
  height: 44px;
  z-index: 15;
}

.cd-hero__nav ul {
  padding: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 22px;
}

.cd-hero__nav nav,
.cd-hero__nav ul,
.cd-hero__nav li,
.cd-hero__nav a {
  height: 100%;
  margin: 0;
}

.cd-hero__nav nav {
  display: inline-block;
  position: relative;
}

.cd-hero__nav ul::after {
  clear: both;
  content: "";
  display: table;
}

.cd-hero__nav li {
  display: inline-block;
  width: 44px;
  float: left;
}

.cd-hero__nav .cd-selected a::before {
  background: #fff;
}

.cd-hero__nav a {
  display: block;
  position: relative;
  transition: background-color 0.2s;
}

.cd-hero__nav a::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 50%;
  left: 50%;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
  background: #cccccc;
  border-radius: 50%;
  z-index: 2;
}

.cd-hero__nav a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: rgba(1, 121, 151, 0.7);
  width: 0;
  height: 0;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  transition: width 0.2s, height 0.2s;
  z-index: 1;
}

.cd-hero__nav .cd-selected a:after {
  width: 20px;
  height: 20px;
}

.cd-hero__nav a:hover:after {
  width: 30px;
  height: 30px;
}

@media only screen and (min-width: 720px) {
  .cd-hero__nav {
    bottom: 15%;
  }

  .cd-hero__nav li {
    width: 60px;
  }
}
/* Main Content */
.cd-main-content {
  width: 90%;
  max-width: 768px;
  margin: 0 auto;
  padding: 2em 0;
}

.cd-main-content p {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #999999;
  margin: 2em 0;
}

@media only screen and (min-width: 1170px) {
  .cd-main-content {
    padding: 3em 0;
  }

  .cd-main-content p {
    font-size: 1.6rem;
  }
}
/* Javascript disabled */
.no-js .cd-hero__slide {
  display: none;
}

.no-js .cd-hero__slide.cd-hero__slide--selected {
  display: block;
}

.no-js .cd-hero__nav {
  display: none;
}

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

.strong {
  font-weight: 600;
}

a[href^="tel:"],
a[href^="mailto:"] {
  color: #00589C;
  text-decoration: none;
}

img,
video {
  max-width: 100%;
}

.black-border {
  border: 1px solid #000;
  padding: 0.05rem 0.1rem;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  scroll-behavior: smooth;
}

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

.main-header {
  background: rgba(37, 61, 78, 0.56);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 20;
  height: 60px;
  margin-bottom: -60px;
}
.main-header .logo {
  position: absolute;
  display: block;
  top: 12px;
  left: 1em;
}

.services,
.about,
.contacts,
.references,
.subsidy {
  padding-top: 60px;
}
.services .inner-wrap,
.about .inner-wrap,
.contacts .inner-wrap,
.references .inner-wrap,
.subsidy .inner-wrap {
  padding: 0 1em 1em 1em;
}
.services h2,
.about h2,
.contacts h2,
.references h2,
.subsidy h2 {
  font-weight: 300;
  font-size: 2em;
  margin-top: 0;
}
.services p,
.about p,
.contacts p,
.references p,
.subsidy p {
  line-height: 1.8;
}

.about {
  position: relative;
}
.about .inner-wrap {
  background: #ECECEC;
  -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
          clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
  padding: 4em 1rem;
}
.about h2,
.about p {
  max-width: 50em;
}

.hamburger-button ~ label {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 1em;
  top: 5px;
  z-index: 10;
}

.hamburger-button:checked ~ .main-menu {
  left: 0;
}

input.hamburger-button ~ label > div,
input.hamburger-button ~ label > div::before,
input.hamburger-button ~ label > div::after {
  content: "";
  position: absolute;
  top: 1.5rem;
  height: 0.125rem;
  width: 2.5rem;
  opacity: 1;
  background: #fff;
  transition: 0.14s ease-in-out;
}

input.hamburger-button ~ label > div::before {
  top: -0.8rem;
}

input.hamburger-button ~ label > div::after {
  top: 0.8rem;
}

.hamburger-button:checked ~ label > div {
  width: 0;
  background: transparent;
}

.hamburger-button:checked ~ label > div::before {
  transform: rotateZ(45deg);
  top: 0;
}

.hamburger-button:checked ~ label > div::after {
  transform: rotateZ(-45deg);
  top: 0;
}

.hamburger-button:checked ~ .menu {
  left: 0;
}

.main-menu {
  padding: 0;
  margin: 0;
  position: relative;
  padding-top: 60px;
  left: -100vw;
  transition: left 0.22s ease-in-out;
}
.main-menu:before {
  content: "";
  width: 100vw;
  height: 60px;
  position: absolute;
  background: #253D4E;
  z-index: -1;
  top: 0;
}
.main-menu:after {
  content: "";
  width: 100vw;
  height: 100vh;
  position: absolute;
  background: #fff;
  z-index: -21;
  top: 0;
}
.main-menu ul {
  padding: 0;
  margin: 0 0 0 0;
  list-style: none;
}
.main-menu ul li {
  padding: 1em;
  text-align: right;
}
.main-menu ul a {
  color: #222;
  text-decoration: none;
  padding: 0.5em;
  font-size: 1.5em;
}

.services .service-box {
  margin: 0 1em 1.5em 1em;
  background-color: #017997;
  color: #fff;
}
.services .service-box:last-child {
  margin-bottom: 0;
}
.services .service-box .title {
  width: 100%;
  height: 4em;
  display: flex;
  background: #07a2c9;
  padding: 0 1em;
  align-items: center;
}
.services .service-box h2 {
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: 400;
  padding: 0;
  margin: 0;
}
.services ul {
  margin: 0;
  padding: 1em;
  list-style: none;
  font-size: 0.875em;
}
.services ul li {
  padding: 0.5em 0;
}

.subsidy .inner-wrap .eu_logo {
  text-align: center;
  margin-top: 1em;
}

.subsidy-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.subsidy-list a {
  color: #00589C;
  text-decoration: none;
  font-weight: 600;
}

.main-footer {
  background: #575757;
  height: 4rem;
  margin-top: 3rem;
  padding: 1rem;
}
.main-footer p {
  margin: 0.5rem 0;
  font-size: 0.8rem;
  line-height: 1rem;
  color: #fff;
}

.contacts .inner-wrap h2 {
  flex: 1 100%;
}

.people {
  flex: 1;
}
.people ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.people li {
  margin: 0;
  padding: 0;
}
.people h4 {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1rem;
  margin: 0;
}
.people li {
  padding: 0 1em 1em 0;
  flex: 1 50%;
}

.company_info {
  margin: 0 0 2em 0;
  flex: 1;
}
.company_info table {
  border-collapse: collapse;
  width: 100%;
}
.company_info tr:nth-child(odd) {
  background-color: rgba(0, 88, 156, 0.07);
}
.company_info td,
.company_info th {
  padding: 0.5em;
}
.company_info th {
  text-align: left;
}

.map-box {
  outline: #707070 solid 2px;
  flex: 1 100%;
}

.references-wrap figure {
  margin: 0 0 2rem 0;
  background: #DAF6FE;
  position: relative;
}
.references-wrap figure::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #00589C;
}
.references-wrap figure h3 {
  margin-bottom: 0;
  padding: 0 1rem;
}
.references-wrap figure p {
  margin: 0;
  padding: 0 1rem 1rem 1rem;
  font-weight: 100;
}

/* --- 720 >>> --- */
@media screen and (min-width: 45em) {
  /* menu */
  .hamburger-button,
.hamburger-button ~ label {
    display: none;
  }

  .main-menu {
    padding-top: 0;
    left: initial;
    transition: none;
  }
  .main-menu:before {
    content: none;
  }
  .main-menu:after {
    content: none;
  }
  .main-menu ul {
    display: flex;
    justify-content: flex-end;
    margin-right: 2em;
  }
  .main-menu ul a {
    border-radius: 0.25em;
    color: #fff;
    padding: 0.5em;
    font-size: 1em;
  }
  .main-menu ul a:hover {
    background-color: #017997;
  }

  /* about*/
  .about .inner-wrap {
    padding: 5em 2rem;
  }

  /* services */
  .services {
    position: relative;
    z-index: 10;
    margin-top: -130px;
  }
  .services .inner-wrap {
    display: flex;
  }
  .services .service-box {
    flex-grow: 1;
    flex-basis: 0;
    margin-bottom: 0;
  }
  .services .service-box .title {
    height: 4em;
  }
  .services .service-box:first-child {
    margin-left: 2em;
  }
  .services .service-box:last-child {
    margin-right: 2em;
  }

  .contacts .inner-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 0 2em;
  }

  .subsidy .inner-wrap {
    display: flex;
    padding: 0 2em;
  }
  .subsidy .inner-wrap .eu_logo {
    text-align: unset;
    margin-top: 2em;
  }

  .references-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .references-wrap figure {
    margin: 0;
    flex: 1 50%;
    border: 1em solid #fff;
    max-width: 50%;
  }
}
/* 1024px >>> */
@media screen and (min-width: 64em) {
  .references-wrap figure {
    flex: 1 33.333333%;
    max-width: 33.333333%;
  }
}
/*# sourceMappingURL=style.css.map */