@font-face {
  font-family: "Hurme Geometric Sans";
  src: url("../fonts/HurmeGeometricSans2.woff2") format("woff2"), url("../fonts/HurmeGeometricSans2.woff") format("woff"), url("../fonts/HurmeGeometricSans2.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
/*
@font-face {
  font-family: 'Hurme Geometric Sans';
  src:
    url('../fonts/HurmeGeometricSans2_Italic.woff2') format('woff2'),
    url('../fonts/HurmeGeometricSans2_Italic.woff') format('woff'),
    url('../fonts/HurmeGeometricSans2_Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
*/
@font-face {
  font-family: "Hurme Geometric Sans";
  src: url("../fonts/HurmeGeometricSans2_Light.woff2") format("woff2"), url("../fonts/HurmeGeometricSans2_Light.woff") format("woff"), url("../fonts/HurmeGeometricSans2_Light.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}
/*
@font-face {
  font-family: 'Hurme Geometric Sans';
  src:
    url('../fonts/HurmeGeometricSans2_Light_Italic.woff2') format('woff2'),
    url('../fonts/HurmeGeometricSans2_Light_Italic.woff') format('woff'),
    url('../fonts/HurmeGeometricSans2_Light_Italic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: auto;
}
*/
@font-face {
  font-family: "Hurme Geometric Sans";
  src: url("../fonts/HurmeGeometricSans2_SemiBold.woff2") format("woff2"), url("../fonts/HurmeGeometricSans2_SemiBold.woff") format("woff"), url("../fonts/HurmeGeometricSans2_SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
/*
@font-face {
  font-family: 'Hurme Geometric Sans';
  src:
    url('../fonts/HurmeGeometricSans2_SemiBold_Italic.woff2') format('woff2'),
    url('../fonts/HurmeGeometricSans2_SemiBold_Italic.woff') format('woff'),
    url('../fonts/HurmeGeometricSans2_SemiBold_Italic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: auto;
}
*/
@font-face {
  font-family: "Hurme Geometric Sans";
  src: url("../fonts/HurmeGeometricSans2_SemiBold.woff2") format("woff2"), url("../fonts/HurmeGeometricSans2_SemiBold.woff") format("woff"), url("../fonts/HurmeGeometricSans2_SemiBold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.quality-control-report-form {
  margin-top: 3em;
  margin-bottom: 2em;
}

input[type=text],
input[type=phone],
input[type=tel],
input[type=email],
input[type=date],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 16px;
  font-family: "Hurme Geometric Sans", sans-serif;
  border-radius: 6px;
  border: 1px solid #3cb4e7;
  padding: 15px;
  margin: 0;
  color: #002e42;
  width: 100%;
  background-color: #ffffff;
}
input[type=text]::-webkit-input-placeholder, input[type=phone]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #3cb4e7;
}
input[type=text]::-moz-placeholder, input[type=phone]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=date]::-moz-placeholder, textarea::-moz-placeholder {
  color: #3cb4e7;
}
input[type=text]:-ms-input-placeholder, input[type=phone]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #3cb4e7;
}
input[type=text]::-ms-input-placeholder, input[type=phone]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=date]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #3cb4e7;
}
input[type=text]::placeholder,
input[type=phone]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
input[type=date]::placeholder,
textarea::placeholder {
  color: #3cb4e7;
}

input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #3cb4e7;
  border-radius: 6px;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  margin-right: 0.8em;
}
input[type=checkbox]:checked {
  background-color: #3cb4e7;
  background-image: url(../img/check.svg);
  background-size: 50%;
  background-position: center center;
  background-repeat: no-repeat;
}

.checkbox-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.checkbox-container .wpcf7-form-control-wrap {
  width: auto;
}
.checkbox-container .wpcf7-list-item-label {
  display: none;
}
.checkbox-container .wpcf7-list-item {
  margin: 0;
}
.checkbox-container a {
  text-decoration: underline;
}
.checkbox-container input[type=checkbox] {
  margin: 0;
  margin-right: 0.5em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.checkbox-container input[type=checkbox]:checked {
  background-image: url("../img/check_lightblue.svg");
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff !important;
}
.checkbox-container.show-labels .wpcf7-list-item-label {
  display: inline-block;
}
.checkbox-container.checkbox-labels-flex label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 3rem;
  margin-bottom: 1rem;
}
@media (max-width: 900px) {
  .checkbox-container.checkbox-labels-flex .wpcf7-list-item {
    width: 50%;
  }
}
@media (max-width: 760px) {
  .checkbox-container.checkbox-labels-flex .wpcf7-list-item {
    width: auto;
  }
}
@media (max-width: 420px) {
  .checkbox-container.checkbox-labels-flex .wpcf7-list-item {
    width: 50%;
  }
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 16px;
  font-family: "Hurme Geometric Sans", sans-serif;
  border-radius: 6px;
  border: 1px solid #3cb4e7;
  padding: 15px;
  margin: 0;
  color: #3cb4e7;
  width: 100%;
  background-color: #ffffff;
  background-image: url(../img/select_arrow.png);
  background-position: center right 1.5em;
  background-repeat: no-repeat;
  background-size: 10px;
}

input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1em;
  font-family: "Hurme Geometric Sans", sans-serif;
  border: 1px solid #3cb4e7;
  padding: 1em 3.5em;
  color: #ffffff;
  background-color: #3cb4e7;
  font-weight: 700;
  border-radius: 99px;
  text-transform: uppercase;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
input[type=submit]:hover {
  color: #3cb4e7;
  background-color: #002e42;
  border-color: #002e42;
  cursor: pointer;
}

.wpcf7-form-control-wrap {
  display: inline-block;
  width: 100%;
  padding: 6px 0;
}

#message.updated {
  text-align: center;
}
#message.updated + #new-event {
  display: none;
}

#new-event .acf-field-message {
  text-align: center;
}
#new-event .acf-field-message .acf-label {
  display: none;
}
#new-event .acf-field-group > .acf-label {
  font-size: 1.25em;
}
#new-event .acf-field-group .acf-fields > .acf-field {
  padding-left: 0;
  padding-right: 0;
}
#new-event .acf-field input[type=text],
#new-event .acf-field input[type=password],
#new-event .acf-field input[type=date],
#new-event .acf-field input[type=datetime],
#new-event .acf-field input[type=datetime-local],
#new-event .acf-field input[type=email],
#new-event .acf-field input[type=month],
#new-event .acf-field input[type=number],
#new-event .acf-field input[type=search],
#new-event .acf-field input[type=tel],
#new-event .acf-field input[type=time],
#new-event .acf-field input[type=url],
#new-event .acf-field input[type=week],
#new-event .acf-field textarea,
#new-event .acf-field select {
  font-size: 16px;
  font-weight: 400;
}
#new-event label.acf-basic-uploader.uploaded input[type=file] {
  display: none;
}
#new-event label.acf-basic-uploader.uploaded img {
  width: 100%;
  height: auto;
  border: 1px solid #3cb4e7;
  border-radius: 6px;
}
#new-event .acf-form-submit {
  text-align: center;
}
#new-event .acf-row {
  position: relative;
}
#new-event .acf-row .acf-icon.-minus {
  right: -9px;
  top: 28px;
  display: block;
}
#new-event .acf-row .acf-icon.-minus::before {
  line-height: 1.4;
}
#new-event .acf-fields {
  background: transparent;
  padding: 0;
}
#new-event .acf-fields.-border {
  border: none;
}
#new-event .acf-fields .acf-icon.-plus {
  display: none !important;
}
#new-event .acf-fields > .acf-field {
  border-top: none;
}
#new-event .acf-fields > .acf-field.acf-field-group {
  margin: 1.5em 0;
  border-top: 1px solid #3cb4e7;
  clear: both;
  float: left;
  width: 100%;
}
#new-event .acf-fields > .acf-field.acf-field-group > .acf-label {
  padding-top: 0.5em;
}
@media (min-width: 900px) {
  #new-event .acf-fields > .acf-field.acf-field-group > .acf-label {
    float: left;
    width: 30%;
  }
}
@media (min-width: 900px) {
  #new-event .acf-fields > .acf-field.acf-field-group > .acf-input {
    float: right;
    width: 70%;
  }
}
#new-event .acf-fields > .acf-field.acf-field-group > .acf-input .acf-repeater.-table .acf-table {
  border: none;
  background: transparent;
  margin-right: -16px;
  width: calc(100% + 16px);
}
#new-event .acf-fields > .acf-field.acf-field-group > .acf-input .acf-repeater.-table.-empty thead {
  display: none;
}
#new-event .acf-fields > .acf-field.acf-field-group > .acf-input .acf-repeater.-table thead {
  background: transparent;
}
#new-event .acf-fields > .acf-field.acf-field-group > .acf-input .acf-repeater.-table thead th {
  background: transparent;
  border: none;
  padding: 0;
  font-size: 0;
  color: transparent;
}
#new-event .acf-fields > .acf-field.acf-field-group > .acf-input .acf-repeater.-table thead .acf-row-handle:first-of-type {
  display: none;
}
#new-event .acf-fields > .acf-field.acf-field-group > .acf-input .acf-repeater.-table .acf-row-handle.order {
  display: none;
}
#new-event .acf-fields > .acf-field.acf-field-group > .acf-input .acf-repeater.-table td {
  border: none;
  background: transparent;
  padding: 5px 0;
}
#new-event .acf-fields > .acf-field.acf-field-group > .acf-input .acf-repeater.-table td.acf-field-image {
  padding-right: 16px;
}
#new-event .acf-fields > .acf-field.acf-field-group > .acf-input .acf-repeater.-table input {
  width: 100%;
}
#new-event .acf-fields > .acf-field.acf-field-group.other_stuff > .acf-label {
  width: 100%;
  float: none;
}
#new-event .acf-fields > .acf-field.acf-field-group.other_stuff > .acf-input {
  width: 100%;
  float: none;
}
#new-event .acf-fields > .acf-field.acf-field-group.other_stuff > .acf-input > .acf-fields > .acf-field > .acf-label {
  display: none;
}
#new-event .acf-fields > .acf-field .other_stuff .ui-sortable {
  border: none;
  background: transparnt;
}
#new-event .acf-fields > .acf-field .other_stuff__area .acf-actions {
  float: left;
}
#new-event .acf-fields > .acf-field .other_stuff__area .acf-actions .button {
  float: left;
  margin-left: 0;
}
#new-event .acf-fields > .acf-field .other_stuff__area > .acf-input > .acf-repeater > .acf-table {
  display: block;
  border: none;
  background: transparent;
}
#new-event .acf-fields > .acf-field .other_stuff__area > .acf-input > .acf-repeater > .acf-table > tbody,
#new-event .acf-fields > .acf-field .other_stuff__area > .acf-input > .acf-repeater > .acf-table > tbody > tr,
#new-event .acf-fields > .acf-field .other_stuff__area > .acf-input > .acf-repeater > .acf-table > tbody > tr > td {
  display: block;
  border: none;
}
#new-event .acf-fields > .acf-field .other_stuff__area > .acf-input > .acf-repeater > .acf-table .acf-row + .acf-row {
  border-top: 1px solid #3cb4e7;
  margin-top: 1.5em;
  padding-top: 1.5em;
}
#new-event .acf-fields > .acf-field .other_stuff__area > .acf-input > .acf-repeater > .acf-table .ui-sortable-handle {
  display: none;
}
#new-event .acf-fields > .acf-field .other_stuff__area > .acf-input > .acf-repeater > .acf-table > .ui-sortable > .acf-row > .acf-row-handle.remove {
  position: absolute;
  right: -10px;
  bottom: 10px;
  background: transparent;
}
@media (min-width: 900px) {
  #new-event .acf-fields > .acf-field .other_stuff__name {
    float: left;
    width: 27%;
  }
}
#new-event .acf-fields > .acf-field .other_stuff__name .acf-label {
  display: none;
}
#new-event .acf-fields > .acf-field .other_stuff__imgs {
  clear: none;
  border-top: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 900px) {
  #new-event .acf-fields > .acf-field .other_stuff__imgs {
    float: right;
    width: 70%;
  }
}
#new-event .acf-fields > .acf-field .other_stuff__imgs > .acf-label {
  display: none;
}
#new-event .acf-fields > .acf-field .other_stuff__imgs > .acf-input {
  width: 100%;
  float: none;
}
#new-event .acf-fields > .acf-field .other_stuff__imgs .acf-actions {
  float: right;
}
#new-event .small {
  max-width: 12em;
}
@media (min-width: 900px) {
  #new-event .half {
    width: 50%;
    float: left;
    clear: none;
  }
}
#new-event textarea,
#new-event input[type=text],
#new-event input[type=email],
#new-event input[type=file] {
  padding: 15px;
  height: auto;
}
#new-event input[type=file] {
  border: 1px solid #3cb4e7;
  border-radius: 6px;
}
#new-event textarea {
  height: 8em;
}
#new-event .datepicker input {
  max-width: 238px;
  background-image: url(../img/calendar.svg);
  background-size: 1.5em;
  background-repeat: no-repeat;
  background-position: center right 1em;
}
@media (min-width: 900px) {
  #new-event .datepicker input {
    max-width: 300px;
  }
}
#new-event .acf-form-submit > input[type=submit] {
  background-image: none;
}

.acf-ui-datepicker .ui-datepicker-title select {
  padding: 5px;
  background-position: center right 0.333em;
}
@media (min-width: 900px) {
  .acf-ui-datepicker .ui-datepicker {
    width: 300px;
  }
}

/*
.survey-form-block {
  background-color: #f4f4f4;
  padding-bottom: 6em;
  margin-top: 12%;

  @media (max-width: $bp-s) {
    padding-bottom: 4em;
    margin-top: 20%;
  }

  .image {
    display: table;
    margin: 0 auto;
    margin-bottom: 3em;

    img {
      width: 150px;
      height: 150px;
      margin-top: -75px;
      border-radius: 50%;
      object-fit: cover;
      object-position: center;

      @media (min-width: $bp-m) {
        margin-top: -125px;
        width: 250px;
        height: 250px;
      }
    }
  }

  .inner {
    width: 90%;
    margin-left: auto;
    margin-right: auto;

    .text {
      margin-bottom: 4em;
      padding: 0 20%;

      @media (max-width: $bp-s) {
        padding: 0 1em;
        margin-bottom: 3em;
      }
    }

    .left {
      width: 50%;
      float: left;
      padding-right: 1em;

      @media (max-width: $bp-m) {
        width: 100%;
        padding-right: 0;
      }

      @media (max-width: $bp-s) {
        width: 50%;
        padding-right: 1em;
      }

      @media (max-width: $bp-xs) {
        width: 100%;
        padding-right: 0;
      }
    }

    .right {
      width: 50%;
      float: left;
      padding-left: 1em;

      @media (max-width: $bp-m) {
        width: 100%;
        padding-left: 0;
      }

      @media (max-width: $bp-s) {
        width: 50%;
        padding-left: 1em;
      }

      @media (max-width: $bp-xs) {
        width: 100%;
        padding-left: 0;
      }
    }

    input[type='submit'] {
      margin-top: 2em;
    }

    textarea {
      height: 116px;
    }

    .submit-container {
      text-align: center;

      .ajax-loader {
        float: left;
      }
    }

    .contact-person {
      text-align: center;

      img {
        border-radius: 100%;
        width: 58%;
        margin-bottom: 2em;

        @media (max-width: $bp-s) {
          width: 50%;
          margin-bottom: 1em;
        }
      }

      h3 {
        margin: 0;
      }

      .email,
      .phone {
        font-weight: 700;
        font-size: 16px;
      }
    }

    form {
      @media (max-width: $bp-s) {
        margin-top: 3em;
      }

      input {
        &[type='checkbox'] {
          transition: all 0.12s ease-out;

          &:checked {
            background-color: white;
            background-image: url(../images/check.svg);
            background-repeat: no-repeat;
            background-position: center center;
          }
        }
      }

      .left,
      .right {
        @media (min-width: $bp-m) {
          margin-bottom: 4em;
        }
      }

      .right {
        margin-bottom: 4em;
      }

      label {
        font-family: $heading-font;
        font-weight: 700;
        font-size: 1.75em;
        line-height: 1.1;
        margin: 0 0 0.75em 0;
        display: block;
      }

      .checkboxes {
        text-align: left;
        margin-bottom: 4em;

        @media (min-width: $bp-m) {
          text-align: center;
        }

        &.box-vertical {
          .wpcf7-form-control {
            display: flex;
            flex-direction: column;

            @media (min-width: $bp-m) {
              justify-content: space-evenly;
              flex-direction: row;
            }

            .wpcf7-list-item {
              display: flex;
              align-items: center;
              margin-left: 0;

              .wpcf7-list-item-label {
                color: #6f6f6f;
                flex: 1;
              }
            }
          }
        }

        &.box-columns {
          .wpcf7-list-item {
            display: flex;
            align-items: center;
            width: 100%;
            margin-left: 0;
            float: left;
            text-align: left;
            margin-bottom: 0.5em;

            @media (min-width: $bp-m) {
              width: 50%;
            }

            .wpcf7-list-item-label {
              color: #6f6f6f;
              flex: 1;
              padding-right: 15px;
            }
          }
        }
      }
    }
  }

  .g-recaptcha {
    display: flex;
    justify-content: center;
  }
}
*/
img {
  max-width: 100%;
  height: auto;
  border: 0;
}

figure {
  margin: 0;
}

.constrained {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
}

.constrained--more {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
@media (min-width: 900px) {
  .constrained--more {
    width: 75%;
  }
}

a {
  -webkit-transition: 0.2s ease-out color, 0.2s ease-out background-color;
  transition: 0.2s ease-out color, 0.2s ease-out background-color;
  color: #ff91af;
  text-decoration: none;
}
a .icon-arrow-left,
a .icon-arrow-right {
  -webkit-transition: 0.2s ease-in-out transform;
  transition: 0.2s ease-in-out transform;
  vertical-align: top;
  display: inline-block;
  margin: 0.3em 0 0 0;
}
a:hover {
  color: #ff91af;
}
a:hover .icon-arrow-right {
  -webkit-transform: translate3d(0.2em, 0, 0);
          transform: translate3d(0.2em, 0, 0);
}
a:hover .icon-arrow-left {
  -webkit-transform: translate3d(-0.2em, 0, 0);
          transform: translate3d(-0.2em, 0, 0);
}

.button-link a,
.button {
  font-weight: 700;
  text-transform: uppercase;
  padding: 1rem 2.75rem 1rem 2.75rem;
  font-size: 1rem;
  line-height: 1em !important;
  background: transparent;
  color: #3cb4e7;
  border: 2px solid #3cb4e7;
  display: inline-block;
  -webkit-appearance: none;
  border-radius: 3rem;
  position: relative;
  cursor: pointer;
  letter-spacing: 2px;
  -webkit-transition: color 0.2s ease-out color, letter-spacing 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-out color, letter-spacing 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
@media (max-width: 760px) {
  .button-link a,
  .button {
    font-size: 0.8em;
    padding: 1rem 3rem 0.8rem 2.25rem;
  }
}
.button-link a .icon-arrow-button,
.button .icon-arrow-button {
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transition: 0.2s ease-in-out transform;
  transition: 0.2s ease-in-out transform;
  vertical-align: top;
  margin: -0.45em 0 0 0.25em;
}
@media (min-width: 900px) {
  .button-link a .icon-arrow-button,
  .button .icon-arrow-button {
    right: 1.75em;
  }
}
.button-link a:hover,
.button:hover {
  background-color: #3cb4e7;
  color: #002e42;
  letter-spacing: 1.85px;
}
.button-link a:hover .icon-arrow-button,
.button:hover .icon-arrow-button {
  -webkit-transform: translate3d(0.4em, 0, 0);
          transform: translate3d(0.4em, 0, 0);
}
.button-link a--lightblue,
.button--lightblue {
  color: #3cb4e7;
  border-color: #3cb4e7;
}
.button-link a--lightblue:hover,
.button--lightblue:hover {
  background-color: #3cb4e7;
}
.button-link a--white,
.button--white {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #3cb4e7;
}
.button-link a--white:hover,
.button--white:hover {
  color: #3cb4e7;
  background-color: #ffffff;
}

.logo {
  display: block;
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/keramore_logo.svg);
  width: 200px;
  height: 30px;
}

.togglemenu {
  padding: 0;
  display: block;
  width: 42px;
  height: 42px;
  position: relative;
  border: none;
  margin: 0 0 0 1em;
  background: transparent;
  border-radius: 2px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  cursor: pointer;
  z-index: 110;
}
.togglemenu:focus {
  outline: none;
}
.togglemenu .hamburger {
  -webkit-transition: 0.25s ease-in-out background-color, 0.25s ease-in-out width;
  transition: 0.25s ease-in-out background-color, 0.25s ease-in-out width;
  height: 2px;
  width: 26px;
  position: absolute;
  top: calc(50% - 1px);
  left: 8px;
  background: #f04;
}
.togglemenu .hamburger::before, .togglemenu .hamburger::after {
  -webkit-transition: 0.25s ease-in-out transform, 0.25s ease-in-out top, 0.25s ease-in-out bottom;
  transition: 0.25s ease-in-out transform, 0.25s ease-in-out top, 0.25s ease-in-out bottom;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  content: "";
  position: absolute;
  left: 0;
  width: 26px;
  height: 2px;
  background: #f04;
}
.togglemenu .hamburger::before {
  top: 7px;
}
.togglemenu .hamburger::after {
  bottom: 7px;
}
.togglemenu .txt {
  display: none;
}
@media (min-width: 1080px) {
  .togglemenu {
    display: none;
  }
}

@media (max-width: 419px) {
  .nav-open {
    overflow: hidden;
  }
}
.nav-open .hamburger {
  background-color: transparent;
  width: 0;
}
.nav-open .hamburger::before {
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
  top: 0;
}
.nav-open .hamburger::after {
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  bottom: 0;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding: 0 0 0 0;
  /*
  @media (min-width: $bp-ml) {
    scroll-padding: 100px 0 0 0;
  }
  */
}

body {
  margin: 0;
  color: #002e42;
  background: #ffffff;
  font-family: "Hurme Geometric Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.screen-reader {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  left: -9999px;
}

.main {
  font-size: 16px;
}
@media (min-width: 420px) {
  .main {
    font-size: calc(16px + (20 - 16) * (100vw - 420px) / (1600 - 420));
  }
}
@media (min-width: 1600px) {
  .main {
    font-size: 20px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Hurme Geometric Sans", serif;
  font-weight: 200;
  color: inherit;
  line-height: 1.1;
}

h1, .h1 {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  word-break: break-word;
  font-size: 2.5em;
  margin: 0 0 0.45em 0;
}
@media (min-width: 420px) {
  h1, .h1 {
    font-size: 3em;
  }
}
@media (min-width: 760px) {
  h1, .h1 {
    font-size: 3.666em;
  }
}

h2, .h2 {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  word-break: break-word;
  font-size: 2.125em;
  margin: 0 0 0.5em 0;
}
@media (min-width: 420px) {
  h2, .h2 {
    font-size: 2.25em;
  }
}
@media (min-width: 760px) {
  h2, .h2 {
    font-size: 2.6em;
  }
}

h3, .h3 {
  font-size: 1.75em;
  margin: 0 0 0.75em 0;
}
@media (min-width: 420px) {
  h3, .h3 {
    font-size: 1.9em;
  }
}

h4, .h4 {
  font-size: 1.4em;
  margin: 0 0 0.75em 0;
}

h5, .h5 {
  font-size: 1.0625em;
  margin: 0 0 0.25em 0;
}

p {
  margin: 0 0 1.5em 0;
}

b,
strong {
  font-weight: 700;
}

small,
.small {
  font-size: 0.8em;
}

.site-footer {
  background: #002e42;
  color: #ffffff;
  padding: 2em 0;
  margin-top: 4em;
}
.site-footer a {
  color: #ffffff;
}
.site-footer a:hover {
  color: #3cb4e7;
}

.site-header {
  padding: 2em 0;
}
.site-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5em;
  row-gap: 1em;
}
.site-header .title {
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
}
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIjAwX2NvbmZpZy9fY29uZmlnLnNjc3MiLCIwMV9jb21tb25fc3R1ZmYvX2Zvcm1zLnNjc3MiLCIwMV9jb21tb25fc3R1ZmYvX2ltYWdlcy5zY3NzIiwiMDFfY29tbW9uX3N0dWZmL19sYXlvdXQuc2NzcyIsIjAxX2NvbW1vbl9zdHVmZi9fbGlua3NfYW5kX2J1dHRvbnMuc2NzcyIsIjAxX2NvbW1vbl9zdHVmZi9fbG9nby5zY3NzIiwiMDFfY29tbW9uX3N0dWZmL19uYXYtbWNmZWFzdC5zY3NzIiwiMDFfY29tbW9uX3N0dWZmL19yb290LnNjc3MiLCIwMV9jb21tb25fc3R1ZmYvX3N0dWZmX25fanVuay5zY3NzIiwiMDFfY29tbW9uX3N0dWZmL190eXBvZ3JhcGh5LnNjc3MiLCIwMl9ibG9ja3MvX3NpdGUtZm9vdGVyLnNjc3MiLCIwMl9ibG9ja3MvX3NpdGUtaGVhZGVyLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBZ0JBO0VBQ0U7RUFDQSxLQUNFO0VBR0Y7RUFDQTtFQUNBOztBQUdGO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQWFBO0VBQ0U7RUFDQSxLQUNFO0VBR0Y7RUFDQTtFQUNBOztBQUdGO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQWFBO0VBQ0U7RUFDQSxLQUNFO0VBR0Y7RUFDQTtFQUNBOztBQUdGO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQWFBO0VBQ0U7RUFDQSxLQUNFO0VBR0Y7RUFDQTtFQUNBOztBQ2hHRjtFQUNFO0VBQ0E7OztBQUdGO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtFQU1FO0VBQ0E7RUFDQSxhRHNGVTtFQ3JGVjtFQUNBO0VBQ0E7RUFDQTtFQUNBLE9EbUdTO0VDbEdUO0VBQ0Esa0JENkZNOztBQzNGTjtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7RUFDRSxPRCtGUTs7O0FDM0ZaO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBLGtCRGdGTTtFQy9FTjs7QUFFQTtFQUNFLGtCRGlGUTtFQ2hGUjtFQUNBO0VBQ0E7RUFDQTs7O0FBSUo7RUFDRTtFQUNBOztBQUVBO0VBQ0U7O0FBR0Y7RUFDRTs7QUFHRjtFQUNFOztBQUdGO0VBQ0U7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7O0FBRUE7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUtGO0VBQ0U7O0FBS0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7QUFJQTtFQURGO0lBRUk7OztBQUdGO0VBTEY7SUFNSTs7O0FBR0Y7RUFURjtJQVVJOzs7O0FBTVI7RUFDRTtFQUNBO0VBQ0EsYURiVTtFQ2NWO0VBQ0E7RUFDQTtFQUNBO0VBQ0EsT0RDVTtFQ0FWO0VBQ0Esa0JETk07RUNPTjtFQUNBO0VBQ0E7RUFDQTs7O0FBR0Y7RUFDRTtFQUNBO0VBQ0EsYUQ5QlU7RUMrQlY7RUFDQTtFQUNBLE9EbkJNO0VDb0JOLGtCRGZVO0VDZ0JWO0VBQ0E7RUFDQTtFQUNBOztBQUVBO0VBQ0UsT0R0QlE7RUN1QlIsa0JEeEJPO0VDeUJQLGNEekJPO0VDMEJQOzs7QUFJSjtFQUNFO0VBQ0E7RUFDQTs7O0FBR0Y7RUFDRTs7QUFFQTtFQUNFOzs7QUFPRjtFQUNFOztBQUVBO0VBQ0U7O0FBS0Y7RUFDRTs7QUFJQTtFQUNFO0VBQ0E7O0FBS047QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0VBZUU7RUFDQTs7QUFLRTtFQUNFOztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7O0FBS047RUFDRTs7QUFHRjtFQUNFOztBQUVBO0VBQ0U7RUFDQTtFQUNBOztBQUNBO0VBQ0U7O0FBS047RUFDRTtFQUNBOztBQUVBO0VBQ0U7O0FBR0Y7RUFDRTs7QUFHRjtFQUNFOztBQUVBO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFFQTtFQUNFOztBQUNBO0VBRkY7SUFHSTtJQUNBOzs7QUFLRjtFQURGO0lBRUk7SUFDQTs7O0FBSUE7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7QUFJQTtFQUNFOztBQUlKO0VBQ0U7O0FBRUE7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUdGO0VBQ0U7O0FBSUo7RUFDRTs7QUFHRjtFQUNFO0VBQ0E7RUFDQTs7QUFFQTtFQUNFOztBQUlKO0VBQ0U7O0FBTUo7RUFDRTtFQUNBOztBQUdGO0VBQ0U7RUFDQTs7QUFFQTtFQUNFOztBQU9OO0VBQ0U7RUFDQTs7QUFNQTtFQUNFOztBQUVBO0VBQ0U7RUFDQTs7QUFJSjtFQUVFO0VBQ0E7RUFDQTs7QUFFQTtBQUFBO0FBQUE7RUFHRTtFQUNBOztBQUdGO0VBQ0U7RUFDQTtFQUNBOztBQUdGO0VBQ0U7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7QUFNSjtFQURGO0lBRUk7SUFDQTs7O0FBR0Y7RUFDRTs7QUFJSjtFQU1FO0VBQ0E7RUFDQTtFQUNBOztBQVJBO0VBREY7SUFFSTtJQUNBOzs7QUFRRjtFQUNFOztBQUdGO0VBQ0U7RUFDQTs7QUFHRjtFQUNFOztBQU9WO0VBQ0U7O0FBSUE7RUFERjtJQUVJO0lBQ0E7SUFDQTs7O0FBSUo7QUFBQTtBQUFBO0FBQUE7RUFJRTtFQUNBOztBQUdGO0VBQ0U7RUFDQTs7QUFHRjtFQUNFOztBQUdGO0VBQ0U7RUFDQTtFQUVBO0VBQ0E7RUFDQTs7QUFFQTtFQVJGO0lBU0k7OztBQUlKO0VBQ0U7OztBQU1BO0VBQ0U7RUFDQTs7QUFLRjtFQURGO0lBRUk7Ozs7QUFLTjtBQUFBO0FBQUE7QUFBQTtBQUFBOztBQUFBO0FBQUE7QUFBQTtBQUFBOztBQUFBO0FBQUE7QUFBQTtBQUFBOztBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBOztBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBOztBQUFBO0FBQUE7QUFBQTtBQUFBOztBQUFBO0FBQUE7QUFBQTs7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBOztBQUFBO0FBQUE7QUFBQTtBQUFBOztBQUFBO0FBQUE7QUFBQTtBQUFBOztBQUFBO0FBQUE7QUFBQTtBQUFBOztBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7O0FBQUE7QUFBQTtBQUFBO0FBQUE7O0FBQUE7QUFBQTtBQUFBO0FBQUE7O0FBQUE7QUFBQTtBQUFBO0FBQUE7O0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTs7QUFBQTtBQUFBO0FBQUE7O0FBQUE7QUFBQTtBQUFBOztBQUFBO0FBQUE7O0FBQUE7QUFBQTtBQUFBO0FBQUE7O0FBQUE7QUFBQTs7QUFBQTtBQUFBO0FBQUE7QUFBQTs7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBOztBQUFBO0FBQUE7QUFBQTs7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7O0FBQUE7QUFBQTtBQUFBO0FBQUE7O0FBQUE7QUFBQTtBQUFBOztBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7O0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBOztBQUFBO0FBQUE7QUFBQTs7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBOztBQUFBO0FBQUE7QUFBQTs7QUFBQTtBQUFBO0FBQUE7O0FBQUE7QUFBQTtBQUFBO0FBQUE7O0FBQUE7QUFBQTtBQUFBO0FBQUE7O0FBQUE7QUFBQTtBQUFBO0FBQUE7O0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7O0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBOztBQUFBO0FBQUE7QUFBQTs7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTs7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUMxZUE7RUFDRTtFQUNBO0VBQ0E7OztBQUdGO0VBQ0U7OztBQ1BGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7OztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7O0FBQ0E7RUFMRjtJQU1JOzs7O0FDYko7RUFDRSxZQUNFO0VB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 */

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