﻿@charset "UTF-8";
@import url("https://use.typekit.net/hes8bew.css");
html {
  border: 0;
  box-sizing: border-box;
  font-size: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

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

body {
  background-color: rgb(240, 240, 240);
  font-family: realistnarrow, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  height: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.wrapper {
  position: relative;
  width: 100%;
}

.container {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 1240px) {
  .container {
    width: 1200px;
  }
}

.flex {
  display: flex;
  flex-flow: row wrap;
}

.space-between {
  justify-content: space-between;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.flex-70 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 900px) {
  .flex-70 {
    flex: 0 0 70%;
    max-width: 70%;
  }
}

.flex-50 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 900px) {
  .flex-50 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.flex-33 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 767px) {
  .flex-33 {
    /*flex: 0 0 50%;
    max-width: 50%;*/
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (min-width: 900px) {
  .flex-33 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

.flex-30 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 900px) {
  .flex-30 {
    flex: 0 0 30%;
    max-width: 30%;
  }
}

.flex-25 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 767px) {
  .flex-25 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 900px) {
  .flex-25 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (min-width: 1240px) {
  .flex-25 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.flex-20 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 400px) {
  .flex-20 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 767px) {
  .flex-20 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (min-width: 900px) {
  .flex-20 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 1240px) {
  .flex-20 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.pad {
  padding: 20px;
}

.the-content > figure img {
  max-width: 100%;
}

h1, h2, h3, h4, h5 {
  font-family: realistnarrow, sans-serif;
  word-wrap: break-word;
}

h1 {
  font-weight: 600;
  font-style: inherit;
  font-size: 32px;
  line-height: 37px;
  margin-top: 0;
  margin-bottom: 15px;
  max-width: 900px;
}
@media (min-width: 767px) {
  h1 {
    font-size: 32px;
    line-height: 37px;
  }
}
@media (min-width: 900px) {
  h1 {
    font-size: 40px;
    line-height: 45px;
  }
}

h2 {
  margin-top: 0;
  margin-bottom: 20px;
  max-width: 900px;
  font-weight: 600;
  font-style: inherit;
  font-size: 20px;
  line-height: 25px;
}
@media (min-width: 767px) {
  h2 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (min-width: 900px) {
  h2 {
    font-size: 30px;
    line-height: 35px;
  }
}

h3 {
  font-weight: 600;
  font-style: inherit;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 20px;
  max-width: 900px;
}
@media (min-width: 767px) {
  h3 {
    font-size: 25px;
  }
}

h4 {
  font-weight: 200;
  font-style: inherit;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 900px;
}

h5 {
  font-weight: 600;
  font-style: inherit;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 900px;
}

p, ul, ol, pre, blockquote {
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 20px;
  max-width: 900px;
  font-size: 20px;
  font-weight: 200;
}
@media (min-width: 767px) {
  p, ul, ol, pre, blockquote {
    font-size: 22px;
  }
}

span {
  line-height: 1.5;
  margin-top: 0;
  max-width: 900px;
}

ul, ol {
  padding-left: 25px;
}

ul ul, ol ol, ul ol, ol ul {
  margin-top: 0;
  margin-bottom: 0;
}

hr {
  border: 1px solid;
  margin: -1px 0;
}

b, strong, em, small, code {
  line-height: 1;
}

sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

a {
  color: inherit;
  cursor: pointer;
  position: relative;
  text-decoration: underline;
}

.lead {
  white-space: pre-line;
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  /*font-size: 1.5625rem;
  line-height: 1.875rem;
  font-weight: 600;

  @media (min-width: $break-s) {
      font-size: 1.25rem;
      line-height: 1.5625rem;
  }

  @media (min-width: $break-m) {
      font-size: 2.5rem;
      line-height: 3rem;
  }*/
}
@media (min-width: 767px) {
  .lead {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (min-width: 900px) {
  .lead {
    font-size: 35px;
    line-height: 40px;
  }
}

.light-text {
  color: #ffffff;
}

.dark-text {
  color: #333333;
}

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

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

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

a img {
  border: none;
  max-width: 100%;
  max-height: 100%;
}

img, svg, figure {
  display: block;
  margin: 0;
  padding: 0;
}

figcaption {
  padding: 0;
}

figure {
  margin: 0;
  padding: 0;
}
figure > img {
  margin: 0;
  padding: 0;
}

.button-row {
  margin: 2rem 0 1rem 0;
}

.btn {
  border: none;
  border-radius: 2px;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  outline: none;
  margin: 0 15px 15px 0;
  padding: 14px 20px;
  text-decoration: none;
  transition: all 200ms;
}
.btn > .icon {
  fill: white;
}
.btn:last-child {
  margin: 0;
}

.mute {
  opacity: 0.5;
  pointer-events: none;
}

.btn-normal {
  background-color: white;
}
.btn-normal:hover {
  background-color: white;
}

.btn-action {
  background-color: black;
  color: #ffffff;
}
.btn-small {
  padding: 5px 6px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 0;
  margin-bottom: 30px;
  max-width: 730px;
  display: block;
  overflow-x: auto;
}
table > caption {
  border-bottom: 1px solid #ccc;
  font-weight: 600;
  padding: 12px 0;
}

th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #ccc;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

.form-section {
  padding: 50px 0 20px 0;
}
@media (min-width: 767px) {
  .form-section {
    padding: 60px 0 20px 0;
  }
}
@media (min-width: 900px) {
  .form-section {
    padding: 65px 0 50px 0;
  }
}
@media (min-width: 1240px) {
  .form-section {
    padding: 80px 0 50px 0;
  }
}

.aventoform {
  padding: 0 20px;
}

.form-row {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -10px 20px -10px;
}

.form-col-full {
  flex: 0 0 100%;
  padding: 0 10px;
  max-width: 100%;
  position: relative;
}

.form-col-half {
  flex: 0 0 50%;
  padding: 0 10px;
  max-width: 50%;
  position: relative;
}

label {
  font-size: 15px;
  display: block;
  margin: 10px 0;
  opacity: 0.9;
}

input[type=text], input[type=email], textarea, select {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 2px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  outline: none;
  padding: 10px 12px;
  width: 100%;
}
input[type=text]:focus, input[type=email]:focus, textarea:focus, select:focus {
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
}
input[type=text].parsley-error, input[type=email].parsley-error, textarea.parsley-error, select.parsley-error {
  border: 1px solid rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.6);
}

input[type=checkbox], input[type=radio] {
  transform: translateY(2px);
  height: 16px;
  width: 16px;
}

select:hover {
  cursor: pointer;
}

input[type=file] {
  position: relative;
  width: 100%;
}

.form-status {
  margin: 20px 0 20px 0;
  max-width: 800px;
}

.parsley-errors-list {
  display: inline-block;
  flex: 0 0 auto;
  list-style: none;
  margin: 0;
  padding: 0;
}
.parsley-errors-list > li {
  background-color: rgba(0, 0, 0, 0.6);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  font-size: 13.5px;
  margin: 0 0 0 7px;
  padding: 5px 15px;
}

.sub-nav {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  height: 100vh;
  color: white;
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  background: #ffffff;
  overflow-y: scroll;
  padding-top: 80px;
}
.sub-nav.off {
  display: none;
}
@media (min-width: 767px) {
  .sub-nav {
    padding-top: 100px;
  }
}
@media (min-width: 900px) {
  .sub-nav {
    padding-top: 120px;
  }
}
.sub-nav .nav-bg {
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 130px;
  width: 100%;
  z-index: 91;
}
@media (min-width: 1200px) {
  .sub-nav .nav-bg {
    height: 140px;
  }
}
.sub-nav .mega-menu {
  position: relative;
  column-count: 1;
  /*border: 1px dashed;*/
}
@media (min-width: 767px) {
  .sub-nav .mega-menu {
    column-count: 2;
  }
}
@media (min-width: 900px) {
  .sub-nav .mega-menu {
    column-count: 3;
  }
}
@media (min-width: 1240px) {
  .sub-nav .mega-menu {
    column-count: 3;
  }
}

.sub-nav-branch {
  display: inline-block;
  width: 100%;
  /*flex: 0 0 33%;*/
  /*width: 33%;*/
  padding: 20px 0;
}

.sub-nav-link {
  display: block;
  text-decoration: none;
  transition: 0.2s;
  line-height: 1.5;
}
.sub-nav-link span {
  line-height: unset;
  line-height: 1;
}
.sub-nav-link[data-level="3"] {
  font-weight: 600;
  font-size: 25px;
  color: #449a8e;
  /*@media (min-width: $break-m) {
      font-size: 30px;
  }*/
}
.sub-nav-link[data-level="3"]:hover {
  font-weight: 700 !important;
}
@media (min-width: 767px) {
  .sub-nav-link[data-level="3"] {
    font-size: 30px;
  }
}
.sub-nav-link[data-level="4"] {
  font-weight: 200;
  font-size: 25px;
  font-style: normal;
  margin-top: 10px;
  color: #000000;
}
.sub-nav-link[data-level="4"]:hover {
  font-weight: 400 !important;
}
@media (min-width: 767px) {
  .sub-nav-link[data-level="4"] {
    font-size: 25px;
  }
}
@media (min-width: 900px) {
  .sub-nav-link[data-level="4"] {
    font-size: 25px;
    margin-top: 15px;
  }
}
.sub-nav-link[data-level="5"] {
  font-weight: 200;
  font-size: 1.875rem;
  font-style: normal;
}
.sub-nav-link[data-level="6"] {
  font-size: 14px;
  margin-left: 30px;
}
.sub-nav-link span {
  padding-bottom: 2px;
  border-bottom: 4px solid transparent;
}
.sub-nav-link.selected span {
  border-bottom: 4px solid white;
}

.sub-nav-toggle {
  margin-top: 13px;
  position: relative;
  z-index: 100;
  /*top: 50px;
  right: 50px;*/
  align-self: center;
  margin-right: 0px;
  margin-top: 5px;
}
@media (min-width: 767px) {
  .sub-nav-toggle {
    position: relative;
    /*top: 50px;
    right: 50px;*/
  }
}
@media (min-width: 900px) {
  .sub-nav-toggle {
    position: relative;
    margin-top: 15px;
    /*top: 63px;
    right: 50px;*/
  }
}
@media (min-width: 1240px) {
  .sub-nav-toggle {
    position: relative;
    right: 10px;
    /*padding: 0 20px 0px 0;*/
    /*justify-self: flex-start;*/
    position: relative;
    top: unset;
  }
}
.sub-nav-toggle > svg {
  fill: #000000;
  /*height: 40px;
  width: 40px;*/
  transform: scaleX(-1);
}
.sub-nav-toggle > svg rect {
  transition: 0.3s;
  position: relative;
}
.sub-nav-toggle > svg:hover .animate-line {
  width: 50%;
}
.sub-nav-toggle > svg > svg {
  opacity: 0;
}
.sub-nav-toggle.is-active > svg > svg {
  opacity: 1;
}
.sub-nav-toggle.is-active > svg > rect {
  opacity: 0;
}

.menu-container {
  position: relative;
  background: #ffffff;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
  height: 100%;
  /*.site-nav {
      &.hidden {
      }
  }*/
}
@media (max-width: 767px) {
  .menu-container {
    padding: 0 30px !important;
  }
}
@media (max-width: 767px) {
  .menu-container .not-startpage {
    display: none !important;
  }
}
.menu-container .site-logo {
  order: 1;
}
.menu-container .site-nav {
  order: 3;
  display: block;
  padding-top: 0px;
  position: fixed;
  top: 106px;
  left: 0;
  width: 100%;
  height: unset;
  text-align: center;
  background: #ffffff;
  /*position: relative;*/
  z-index: 89;
}
.menu-container .site-nav .link {
  display: block;
  width: 100%;
  height: 54px;
  margin: 0;
  padding-top: 10px;
  padding-left: 50px;
  border-top: 1px solid #272727;
  color: #000000;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
  transition: 0.2s;
  font-size: 1.25rem;
  border-bottom: 3px solid transparent;
}
@media (min-width: 767px) {
  .menu-container .site-nav .link {
    padding-left: 0;
    border: unset;
    width: unset;
    text-align: unset;
    padding-left: 0px;
    font-size: 1.25rem;
  }
}
@media (min-width: 900px) {
  .menu-container .site-nav .link {
    margin: 0;
    font-size: 25px;
  }
}
@media (min-width: 1200px) {
  .menu-container .site-nav .link {
    margin: 0 10px;
    margin-top: 10px;
  }
}
.menu-container .site-nav .link:hover, .menu-container .site-nav .link:active {
  font-weight: bold;
}
.menu-container .site-nav .link::before {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.menu-container .site-nav .link.active span {
  padding-bottom: 5px;
  border-bottom: 3px solid white;
}
@media (min-width: 900px) {
  .menu-container .site-nav .link.active span {
    color: #449a8e;
    border-bottom: 4px solid white;
    font-weight: 700;
  }
}
.menu-container .sub-nav-toggle {
  order: 2;
}
@media (min-width: 767px) {
  .menu-container .site-logo {
    order: 1;
    padding-left: 10px;
  }
  .menu-container .site-nav {
    margin-left: auto;
    margin-right: 40px;
    order: 3;
    height: 66px;
    position: fixed;
    top: 150px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 50px;
  }
  .menu-container .sub-nav-toggle {
    order: 2;
  }
}
@media (min-width: 900px) {
  .menu-container .site-logo {
    order: 1;
    padding-left: 0px;
  }
  .menu-container .site-nav {
    order: 3;
    position: fixed;
    justify-content: space-between;
    top: 150px;
    left: 0;
    width: 100%;
    height: 66px;
    padding-top: 4px;
    padding-bottom: 40px;
  }
  .menu-container .sub-nav-toggle {
    order: 2;
  }
}
@media (min-width: 1200px) {
  .menu-container .site-logo {
    order: 1;
  }
  .menu-container .site-nav {
    order: 2;
    position: unset;
    justify-content: center;
    width: unset;
    top: unset;
    left: unset;
    padding: 0;
  }
  .menu-container .sub-nav-toggle {
    order: 3;
  }
}

.header-spacer {
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .header-spacer {
    height: 105px;
  }
}
@media (min-width: 767px) {
  .header-spacer {
    height: 216px;
  }
}
@media (min-width: 1200px) {
  .header-spacer {
    height: 150px;
  }
}

@media (max-width: 767px) {
  .is-startpage {
    height: 320px !important;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .is-startpage {
    height: 216px;
  }
}
@media (min-width: 1200px) {
  .is-startpage {
    height: 150px;
  }
}

.site-header {
  background-color: #ffffff;
  border-bottom: none;
  margin: 0 auto;
  padding: 0;
  position: fixed;
  z-index: 90;
  top: 0;
  left: 0;
  right: 0;
  height: 106px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  /*@media(min-width: $mobile-menu-break) {
  	padding: 10px 0 0 0;
  }*/
  -webkit-transform: translateZ(1000px);
}
@media (min-width: 767px) {
  .site-header {
    height: 150px;
  }
}

.site-logo {
  display: block;
  /*padding: 20px;*/
  transition: 0.3s;
  position: relative;
  z-index: 100;
}
.site-logo:hover {
  transform: scale(1.03);
}
.site-logo > .img {
  height: 50px;
  display: block;
  margin: 0;
  padding: 0;
}

.site-nav {
  /*display: flex;
  flex-flow: row;
  justify-content: center;
  padding-top: 12px;
  width: 100%;
  text-align: center;
  height: 66px;*/
  /*@media (min-width: $break-s) {
      width: 100%;
  }

  @media (min-width: $break-m) {
      width: 100%;
  }*/
  /*@media(min-width: $mobile-menu-break) {
      display: block;
      //padding: 20px;
      width: auto;

      > .link {
          display: inline-block;
          margin: 0 10px;
          padding: 0;
      }
  }*/
}
.site-nav > .link {
  /*color: $light-text;
  display: block;
  margin: 10px 0;
  padding: 5px 0;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  transition: .2s;
  font-size: 1.25rem;
  margin: 0 10px;*/
  /*&.active {
      pointer-events: none;
      font-weight: 700;
  }*/
}
@media (min-width: 900px) {
  .site-nav > .link {
    font-size: 1.875rem;
  }
}
.site-nav > .link:hover, .site-nav > .link:active {
  font-weight: bold;
}
.site-nav > .link::before {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.mobile-off {
  display: none;
}
@media (min-width: 800px) {
  .mobile-off {
    display: block;
    width: auto;
  }
}

.toggle-menu {
  display: block;
  margin: 20px;
  padding: 10px;
}
.toggle-menu > .hamburger-box {
  display: inline-block;
  fill: #333333;
  margin: 0 5px 0 0;
}
.toggle-menu.active > .menubars > rect {
  opacity: 0;
}
.toggle-menu.active > .menubars > polygon {
  opacity: 1;
}
@media (min-width: 800px) {
  .toggle-menu {
    display: none;
  }
}

.site-footer {
  background: #449a8e;
  color: white;
  width: 100%;
  height: 120px;
  display: flex;
  flex-flow: row;
  align-items: center;
  white-space: nowrap;
}
@media (min-width: 767px) {
  .site-footer {
    height: 85px;
  }
}
@media (min-width: 900px) {
  .site-footer {
    height: 120px;
  }
}
.site-footer .inner-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.site-footer .flex {
  font-size: 14px;
  font-weight: 400;
  align-items: center;
  /*border: 1px solid;*/
}
@media (min-width: 767px) {
  .site-footer .flex {
    justify-content: space-between;
    font-size: 16px;
  }
}
@media (min-width: 900px) {
  .site-footer .flex {
    justify-content: space-between;
  }
}
.site-footer .flex .left {
  /*border: 1px solid;*/
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 30px;
}
@media (min-width: 767px) {
  .site-footer .flex .left {
    justify-content: space-around;
    width: 50%;
  }
}
@media (min-width: 900px) {
  .site-footer .flex .left {
    width: unset;
  }
}
.site-footer .flex .left img {
  height: 20px;
  margin-bottom: 9px;
}
@media (min-width: 767px) {
  .site-footer .flex .left img {
    height: 32px;
  }
}
@media (min-width: 767px) {
  .site-footer .flex .left .date {
    padding-left: 50px;
  }
}
.site-footer .flex .right {
  /*border: 1px solid;*/
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 30px;
}
@media (min-width: 767px) {
  .site-footer .flex .right {
    justify-content: space-around;
    width: 50%;
  }
}
@media (min-width: 900px) {
  .site-footer .flex .right {
    width: unset;
  }
}
.site-footer .flex .right a {
  text-decoration: none;
}
@media (min-width: 767px) {
  .site-footer .flex .right .privacy {
    padding-left: 50px;
  }
}
.site-footer .flex .right .contact {
  margin-top: 3px;
  display: flex;
  flex-flow: row;
}
.site-footer .flex .right .contact .social-icon {
  margin-left: 5px;
  margin-right: 10px;
}
.site-footer .flex .right .contact .social-icon img {
  min-width: 16px;
}
.site-footer .flex .right .contact .social-icon:last-child {
  margin-right: 0px;
}
.site-footer .flex .right .contact .non-social {
  margin-right: 30px;
}
@media (min-width: 767px) {
  .site-footer .flex .right .contact .non-social {
    margin-right: 30px;
  }
}
@media (min-width: 900px) {
  .site-footer .flex .right .contact .non-social {
    margin-right: 10px;
  }
}
@media (min-width: 767px) {
  .site-footer .flex .right .contact {
    padding-left: 50px;
  }
}

.site-info {
  padding: 20px;
}

.colophon {
  padding: 20px;
}

body.fancybox-active {
  overflow: hidden;
}

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0;
}

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  box-sizing: border-box;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s, visibility 0s;
}

.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0);
}

.fancybox-is-closing .fancybox-stage {
  overflow: visible;
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: visible;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}

.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
  display: none;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px;
}

/* Buttons */
.fancybox-button {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  transition: color 0.3s ease;
  cursor: pointer;
  outline: none;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}

.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: 0.6;
}

.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

.fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg path:nth-child(1) {
  display: none;
}

.fancybox-button--zoom svg path {
  fill: transparent;
}

/* Navigation arrows */
.fancybox-navigation {
  display: none;
}

.fancybox-show-nav .fancybox-navigation {
  display: block;
}

.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px;
}

.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  transition: background-color 0.25s;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}

.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa;
}

.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0 2vw;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
  /* Fix IE11 */
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Share */
.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
}

.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px 0;
  font-size: 33px;
  font-weight: 700;
  text-align: center;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
  text-align: center;
}

.fancybox-share p:first-of-type {
  margin-right: -10px;
}

.fancybox-share_button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 10px 20px;
  border: 0;
  border-radius: 3px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
  background: #fff;
  white-space: nowrap;
  font-size: 16px;
  line-height: 23px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 140px;
  color: #707070;
  transition: all 0.2s;
}

.fancybox-share_button:focus,
.fancybox-share_button:hover {
  text-decoration: none;
  color: #333;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}

.fancybox-share_button svg {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
}

.fancybox-share input {
  box-sizing: border-box;
  width: 100%;
  margin: 5px 0 0 0;
  padding: 10px 15px;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  background: #ebebeb;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
}

/* Thumbs */
.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px 2px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  box-sizing: border-box;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}
.blog-listimage {
  width: 100%;
}
.blog-listimage > .img {
  height: auto;
  width: 100%;
}

.blog-listarticle {
  background-color: white;
  border-radius: 2px;
  margin-bottom: 30px;
}

.blog-listheader {
  padding: 40px;
}

.datetime {
  color: #aaaaaa;
  display: block;
  font-size: 0.9rem;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}

.article-link {
  text-decoration: none;
  transition: all 200ms;
}
.article-link:hover {
  color: #ffa000;
}

.link-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.post-article {
  background-color: white;
  border-radius: 2px;
}

.post-main {
  padding: 20px;
}

.post-image {
  display: block;
}
.post-image > .img {
  height: auto;
  width: 100%;
}

.post-header {
  padding: 60px 50px 0 50px;
}

.post-content {
  padding: 0 50px 50px 50px;
}

.section-base {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.section-header {
  padding: 20px;
}
.section-header.padded {
  padding-top: 20px;
}
@media (min-width: 767px) {
  .section-header.padded {
    padding-top: 50px;
  }
}
@media (min-width: 900px) {
  .section-header.padded {
    padding-top: 70px;
  }
}
@media (min-width: 1240px) {
  .section-header.padded {
    padding-top: 90px;
  }
}

.banner-section {
  padding: 50px 0 20px 0;
}
@media (min-width: 767px) {
  .banner-section {
    padding: 100px 0 20px 0;
  }
}
@media (min-width: 900px) {
  .banner-section {
    padding: 175px 0 50px 0;
  }
}
@media (min-width: 1240px) {
  .banner-section {
    padding: 250px 0 50px 0;
  }
}

.banner-content {
  max-width: 850px;
  padding: 20px;
}

.banner-title {
  display: block;
  margin-bottom: 20px;
}
.banner-title > .title {
  display: inline;
}

.banner-lead {
  display: block;
}
.banner-lead > .lead {
  display: inline;
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.4;
}

.container {
  position: relative;
  z-index: 2;
}

.contacts-section {
  padding: 50px 0 20px 0;
}
@media (min-width: 767px) {
  .contacts-section {
    padding: 60px 0 20px 0;
  }
}
@media (min-width: 900px) {
  .contacts-section {
    padding: 65px 0 50px 0;
  }
}
@media (min-width: 1240px) {
  .contacts-section {
    padding: 80px 0 50px 0;
  }
}

.contacts {
  display: flex;
  flex-flow: row wrap;
}

.contact-article {
  padding: 20px;
}

.contact-image {
  line-height: 0;
  margin: 0 0 1rem 0;
  width: 100%;
}
.contact-image > .img {
  height: auto;
  width: 100%;
}

.position {
  display: block;
  font-style: italic;
  margin: 0 0 1rem 0;
}

.phone-number {
  line-height: 1.5;
  display: block;
}

.email-address {
  line-height: 1.5;
  display: block;
}

/*! Flickity v2.0.5
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: hsla(0deg, 0%, 100%, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
  background: white;
}

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.carousel-cell {
  height: 100vw;
}
@media (min-width: 767px) {
  .carousel-cell {
    height: 400px;
  }
}
@media (min-width: 900px) {
  .carousel-cell {
    height: 500px;
  }
}
.carousel-cell > img {
  display: block;
  position: relative;
}
@media (max-width: 767px) {
  .carousel-cell > img {
    height: auto;
    width: 100vw;
  }
}
.carousel-cell > header {
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 767px) {
  .carousel-cell > header {
    padding: 30px;
  }
}

.flickity-caption {
  margin: 0;
}
@media (max-width: 767px) {
  .flickity-caption {
    font-size: 11px;
    line-height: 1.1;
  }
}

.flatpickr-calendar {
  background: transparent;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  padding: 0;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 315px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  max-height: 640px;
}

.flatpickr-calendar.open {
  display: inline-block;
  animation: flatpickrFadeInDown 300ms cubic-bezier(0, 1, 0.5, 1);
  z-index: 99999;
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.hasWeeks {
  width: auto;
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 28px;
  line-height: 24px;
  text-align: center;
  position: relative;
  user-select: none;
}

.flatpickr-prev-month,
.flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 10px;
  height: 16px;
  line-height: 16px;
}

.flatpickr-prev-month i,
.flatpickr-next-month i {
  position: relative;
}

.flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-next-month.flatpickr-prev-month {
  /*
          /*rtl:begin:ignore*/
  /*
          */
  left: calc(3.57% - 1.5px);
  /*
          /*rtl:end:ignore*/
  /*
          */
}

/*
        /*rtl:begin:ignore*/
/*
        /*rtl:end:ignore*/
.flatpickr-prev-month.flatpickr-next-month,
.flatpickr-next-month.flatpickr-next-month {
  /*
          /*rtl:begin:ignore*/
  /*
          */
  right: calc(3.57% - 1.5px);
  /*
          /*rtl:end:ignore*/
  /*
          */
}

/*
        /*rtl:begin:ignore*/
/*
        /*rtl:end:ignore*/
.flatpickr-prev-month:hover,
.flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-prev-month:hover svg,
.flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-prev-month svg,
.flatpickr-next-month svg {
  width: 14px;
}

.flatpickr-prev-month svg path,
.flatpickr-next-month svg path {
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.05);
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
  top: 33%;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  top: 5px;
  display: inline-block;
  text-align: center;
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 7px;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0 ;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: default;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: initial;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
}

.flatpickr-days,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 315px;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-around;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  display: inline-block;
  position: relative;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover {
  pointer-events: none;
}

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  color: rgba(0, 0, 0, 0.54);
  height: 27.3333333333px;
  line-height: 24px;
  margin: 0;
  background: transparent;
  text-align: center;
  display: block;
  float: left;
  width: 14.28%;
  font-weight: bold;
  margin: 0;
  padding-top: 3.3333333333px;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  display: inline-block;
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 1px 12px 0 12px;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
}

.flatpickr-weekwrapper span.flatpickr-day {
  display: block;
  width: 100%;
  max-width: none;
}

.flatpickr-innerContainer {
  display: block;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  transition: height 0.33s cubic-bezier(0, 1, 0.5, 1);
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  cursor: pointer;
  color: #393939;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  display: inline-block;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  user-select: none;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #f0f0f0;
}

.hasWeeks .flatpickr-days,
.hasTime .flatpickr-days {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.hasWeeks .flatpickr-days {
  border-left: 0;
}

@media all and (-ms-high-contrast: none) {
  .flatpickr-month {
    padding: 0;
  }
  .flatpickr-month svg {
    top: 0 !important;
  }
}
.flatpickr-input[readonly] {
  cursor: pointer;
}

@-moz-keyframes flatpickrFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes flatpickrFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@-o-keyframes flatpickrFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes flatpickrFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.gallery-section {
  padding: 0;
}

.gallery {
  display: flex;
  flex-flow: row wrap;
  margin: 0 auto;
  width: 100%;
}

.gallery-item {
  flex: 0 0 50%;
  outline: none;
  position: relative;
}
@media (min-width: 767px) {
  .gallery-item {
    flex: 0 0 33.33%;
  }
}
@media (min-width: 900px) {
  .gallery-item {
    flex: 0 0 25%;
  }
}
@media (min-width: 1240px) {
  .gallery-item {
    flex: 0 0 20%;
  }
}

.gallery-img {
  width: 100%;
}

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.65);
  align-items: flex-end;
  color: white;
  cursor: zoom-in;
  display: flex;
  opacity: 0;
  padding: 30px;
  position: absolute;
  transition: all 200ms;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  max-width: 100%;
}
@media (min-width: 900px) {
  .gallery-caption:hover {
    opacity: 1;
  }
}

.expander-icon {
  position: absolute;
  top: 20px;
  right: 20px;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
        * Remove all paddings around the image on small screen
        */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.fullwidth-figure {
  background-color: white;
  position: relative;
}
.fullwidth-figure > img {
  height: auto;
  width: 100%;
}
.fullwidth-figure:after {
  content: "";
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000",GradientType=0 );
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fullwidth-figcaption {
  color: #FFFFFF;
  position: absolute;
  bottom: 20px;
  left: 30px;
  line-height: 1.5;
  max-width: 500px;
  z-index: 500;
}

.containedimage-section {
  padding: 50px 0 20px 0;
}
@media (min-width: 767px) {
  .containedimage-section {
    padding: 60px 0 20px 0;
  }
}
@media (min-width: 900px) {
  .containedimage-section {
    padding: 65px 0 50px 0;
  }
}
@media (min-width: 1240px) {
  .containedimage-section {
    padding: 80px 0 50px 0;
  }
}

.contained-figure {
  display: block;
}
.contained-figure > img {
  height: auto;
  margin-bottom: 20px;
  width: 100%;
}

.centeredimg-section {
  height: 300px;
  position: relative;
  padding: 30px 0 30px 0;
  text-align: center;
}
@media (min-width: 767px) {
  .centeredimg-section {
    height: 350px;
    padding: 50px 0 50px 0;
  }
}
@media (min-width: 900px) {
  .centeredimg-section {
    height: 400px;
  }
}
@media (min-width: 1660px) {
  .centeredimg-section {
    height: 450px;
  }
}

.centered-figure {
  height: 100%;
}
.centered-figure > img {
  height: 100%;
  width: 100%;
}

.logogrid-section {
  padding: 50px 0 20px 0;
}
@media (min-width: 767px) {
  .logogrid-section {
    padding: 60px 0 20px 0;
  }
}
@media (min-width: 900px) {
  .logogrid-section {
    padding: 65px 0 50px 0;
  }
}
@media (min-width: 1240px) {
  .logogrid-section {
    padding: 80px 0 50px 0;
  }
}

.grid-logo {
  margin: 0 0 20px 0;
  padding: 20px;
  height: 120px;
  width: 200px;
}
.grid-logo > .img {
  max-height: 100%;
  max-width: 100%;
}

.iconcards-section {
  padding: 20px 0 20px 0;
}
@media (min-width: 767px) {
  .iconcards-section {
    padding: 40px 0 20px 0;
  }
}
@media (min-width: 900px) {
  .iconcards-section {
    padding: 45px 0 45px 0;
  }
}
@media (min-width: 1240px) {
  .iconcards-section {
    padding: 45px 0 45px 0;
  }
}

.cards {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

.card-article {
  padding: 20px;
}

.card-icon {
  margin-bottom: 20px;
}
.card-icon > .img {
  display: inline-block;
}

.iconlinks-section {
  padding: 50px 0 20px 0;
}
@media (min-width: 767px) {
  .iconlinks-section {
    padding: 60px 0 20px 0;
  }
}
@media (min-width: 900px) {
  .iconlinks-section {
    padding: 65px 0 50px 0;
  }
}
@media (min-width: 1240px) {
  .iconlinks-section {
    padding: 80px 0 50px 0;
  }
}

.icon-link {
  align-items: flex-start;
  display: flex;
  text-decoration: none;
}
.icon-link > .icon {
  display: block;
  padding: 20px;
  width: 85px;
  vertical-align: middle;
}
.icon-link > .title {
  display: block;
  padding: 20px;
  vertical-align: middle;
}

.top-padding {
  padding-bottom: 60px;
}
@media (min-width: 767px) {
  .top-padding {
    padding-bottom: 80px;
  }
}
@media (min-width: 900px) {
  .top-padding {
    padding-bottom: 110px;
  }
}
@media (min-width: 1240px) {
  .top-padding {
    padding-bottom: 130px;
  }
}

.imgandtext-section {
  background: black;
  color: white;
  padding-bottom: 60px;
  /*border: 1px solid grey;*/
  display: flex;
  flex-flow: column;
  justify-content: center;
  /*min-height: 850px;*/
}
@media (min-width: 767px) {
  .imgandtext-section {
    flex-flow: column;
    justify-content: center;
    /*padding: 20px 0 20px 0;*/
    /*min-height: 850px;*/
    /*min-height: 395px;*/
    padding-bottom: 80px;
  }
}
@media (min-width: 900px) {
  .imgandtext-section {
    /*padding: 20px 0 20px 0;*/
    /*min-height: 490px;*/
    padding-bottom: 110px;
  }
}
@media (min-width: 1240px) {
  .imgandtext-section {
    /*padding: 50px 0 50px 0;*/
    padding-bottom: 130px;
  }
}

.flex-image {
  /*padding: 20px;*/
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 410px;
  overflow: hidden;
  position: relative;
  border: 1px dashed white;
}
@media (min-width: 767px) {
  .flex-image {
    height: unset;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.flex-image > .img {
  border: 1px dashed white;
  /*position: fixed;*/
  /*width: 100%;*/
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 767px) {
  .flex-image > .img {
    max-height: 395px;
  }
}
@media (min-width: 900px) {
  .flex-image > .img {
    max-height: 690px;
  }
}

.flex-content {
  max-width: 100%;
  padding: 50px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  border: 1px dashed white;
}
@media (min-width: 767px) {
  .flex-content {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.flex-content .content {
  border: 1px dashed white;
  max-width: 525px;
}
.flex-content .content p {
  font-size: 20px;
  line-height: 25px;
}
@media (min-width: 767px) {
  .flex-content .content p {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (min-width: 900px) {
  .flex-content .content p {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (min-width: 1240px) {
  .flex-content .content p {
    font-size: 30px;
    line-height: 35px;
  }
}

.grid {
  position: relative;
  flex-flow: column;
  height: 100%;
}
@media (min-width: 767px) {
  .grid {
    flex-flow: column;
    height: 100%;
  }
}
@media (min-width: 900px) {
  .grid {
    flex-flow: row;
    align-items: center;
  }
}
.grid .image {
  position: relative;
  flex: 0 0 50%;
}
.grid .image img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 410px;
}
@media (min-width: 767px) {
  .grid .image img {
    max-height: 395px;
  }
}
@media (min-width: 900px) {
  .grid .image img {
    max-height: 410px;
  }
}
.grid .image img.contain {
  height: unset !important;
  object-fit: contain !important;
  object-position: center !important;
}
.grid .image-spacer {
  flex: 0 0 50%;
  height: 100%;
}
@media (max-width: 900px) {
  .grid .image-spacer {
    display: none;
  }
}
.grid .text-container {
  width: 100%;
}
@media (min-width: 767px) {
  .grid .text-container {
    position: relative;
  }
}
@media (min-width: 900px) {
  .grid .text-container {
    position: absolute;
  }
}
.grid .text-container .container {
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
}
.grid .text-container .container .text {
  flex: 0 0 100%;
  min-height: 350px;
}
@media (min-width: 900px) {
  .grid .text-container .container .text {
    flex: 0 0 50%;
  }
}
@media (min-width: 900px) {
  .grid .text-container .container .text .content {
    max-width: 523px;
  }
}
.grid .text-container .container .text .content p {
  font-size: 20px;
  line-height: 25px;
}
@media (min-width: 767px) {
  .grid .text-container .container .text .content p {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (min-width: 900px) {
  .grid .text-container .container .text .content p {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (min-width: 1240px) {
  .grid .text-container .container .text .content p {
    font-size: 25px;
    line-height: 30px;
  }
}

.alt-order {
  content: "test";
}
.alt-order .image {
  order: 0;
  flex: 0 0 40%;
}
@media (min-width: 767px) {
  .alt-order .image {
    order: 1;
  }
}
.alt-order .image-spacer {
  order: 1;
  flex: 0 0 60%;
}
@media (min-width: 767px) {
  .alt-order .image-spacer {
    order: 0;
  }
}
.alt-order .text-container {
  order: 2;
}
.alt-order .text-container .container {
  justify-content: flex-start;
}
.alt-order .text-container .container .text {
  flex: 0 0 100%;
}
@media (min-width: 900px) {
  .alt-order .text-container .container .text {
    flex: 0 0 60%;
  }
}
.alt-order .text-container .container .text .content {
  max-width: 100%;
}
@media (min-width: 767px) {
  .alt-order .text-container .container .text .content {
    max-width: 768px;
  }
}

.text-section {
  padding: 50px 20px 20px 20px;
}
@media (min-width: 767px) {
  .text-section {
    padding: 60px 20px 20px 20px;
  }
}
@media (min-width: 900px) {
  .text-section {
    padding: 65px 20px 50px 20px;
  }
}
@media (min-width: 1240px) {
  .text-section {
    padding: 80px 20px 50px 20px;
  }
}
.the-content {
  padding: 0 20px;
  width: 100%;
}
.the-content > figure {
  max-width: 730px !important;
  width: 100% !important;
}
.the-content > figure img {
  height: auto !important;
  width: 100% !important;
}

.videoembed-section {
  padding: 50px 20px 20px 20px;
}
@media (min-width: 767px) {
  .videoembed-section {
    padding: 60px 20px 20px 20px;
  }
}
@media (min-width: 900px) {
  .videoembed-section {
    padding: 65px 20px 50px 20px;
  }
}
@media (min-width: 1240px) {
  .videoembed-section {
    padding: 80px 20px 50px 20px;
  }
}

.map-section {
  display: block;
  width: 100%;
}

#map {
  height: 300px;
}
@media (min-width: 767px) {
  #map {
    height: 400px;
  }
}
@media (min-width: 900px) {
  #map {
    height: 500px;
  }
}
@media (min-width: 1240px) {
  #map {
    height: 600px;
  }
}

.feeds {
  display: flex;
  flex-flow: row wrap;
}
.feeds .feed {
  flex: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  .feeds .feed {
    flex: 50%;
    max-width: 50%;
    padding: 20px;
  }
}
@media (min-width: 900px) {
  .feeds .feed {
    flex: 33.33%;
    max-width: 33.33%;
  }
}

.portfolio-listitem {
  background-color: white;
  border-radius: 2px;
  margin-bottom: 30px;
}

.portfolio-listheader {
  padding: 40px;
}

.article-link {
  text-decoration: none;
  transition: all 200ms;
}
.article-link:hover {
  color: #ffa000;
}

.portfolio-listimage {
  width: 100%;
}
.portfolio-listimage > .img {
  height: auto;
  width: 100%;
}

.post-article {
  background-color: white;
  border-radius: 2px;
}

.post-main {
  padding: 20px;
}

.post-image {
  display: block;
}
.post-image > .img {
  height: auto;
  width: 100%;
}

.post-header {
  padding: 60px 50px 0 50px;
}

.post-content {
  padding: 0 50px 50px 50px;
}

.keynumbers-section {
  padding: 50px 0 20px 0;
}
@media (min-width: 767px) {
  .keynumbers-section {
    padding: 60px 0 20px 0;
  }
}
@media (min-width: 900px) {
  .keynumbers-section {
    padding: 65px 0 50px 0;
  }
}
@media (min-width: 1240px) {
  .keynumbers-section {
    padding: 80px 0 50px 0;
  }
}

.number-item {
  padding: 20px;
}

.number {
  display: block;
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 2.7rem;
  font-style: italic;
}

.number-text {
  display: block;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 10px 10px;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  text-transform: none;
  overflow: visible;
}
.hamburger:focus {
  outline: none;
}
.hamburger .text {
  line-height: 1;
}

.hamburger-box {
  width: 15px;
  height: 12px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 15px;
  height: 2px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -5px;
}
.hamburger-inner::after {
  bottom: -5px;
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 30px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 5px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -5px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 30px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 5px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -5px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 30px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 5px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -5px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 30px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 5px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -5px, 0) rotate(-45deg);
}

/*
 * 3DXY
 */
.hamburger--3dxy .hamburger-box {
  perspective: 30px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 5px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -5px, 0) rotate(-45deg);
}

/*
 * 3DXY Reverse
 */
.hamburger--3dxy-r .hamburger-box {
  perspective: 30px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 5px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -5px, 0) rotate(-45deg);
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-3px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-3px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(3px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(3px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-3px, -3.75px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-3px, 3.75px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(3px, -3.75px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(3px, 3.75px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -10px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -5px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -10px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -5px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 5px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 10px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 5px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 5px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 10px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 5px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 5px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -30px;
  top: -30px;
  transform: translate3d(30px, 30px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -30px;
  top: -30px;
  transform: translate3d(-30px, 30px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 5px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -30px;
  top: 30px;
  transform: translate3d(30px, -30px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -30px;
  top: 30px;
  transform: translate3d(-30px, -30px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Minus
 */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 1px;
}
.hamburger--slider .hamburger-inner::before {
  top: 5px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 10px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 5px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-2.1428571429px, -3px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 1px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 5px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 10px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 5px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(2.1428571429px, -3px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(90deg);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 1px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 5px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 10px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 5px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 5px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -10px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -5px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*

RealistNarrow Thin Italic
font-family: realistnarrow, sans-serif;
font-weight: 100;
font-style: italic;


RealistNarrow Light
font-family: realistnarrow, sans-serif;
font-weight: 200;
font-style: normal;


RealistNarrow Light Italic
font-family: realistnarrow, sans-serif;
font-weight: 200;
font-style: italic;


RealistNarrow SemiLight
font-family: realistnarrow, sans-serif;
font-weight: 300;
font-style: normal;


RealistNarrow SemiLight Italic
font-family: realistnarrow, sans-serif;
font-weight: 300;
font-style: italic;


RealistNarrow Regular
font-family: realistnarrow, sans-serif;
font-weight: 400;
font-style: normal;


RealistNarrow Regular Italic
font-family: realistnarrow, sans-serif;
font-weight: 400;
font-style: italic;


RealistNarrow Medium
font-family: realistnarrow, sans-serif;
font-weight: 600;
font-style: normal;


RealistNarrow Medium Italic
font-family: realistnarrow, sans-serif;
font-weight: 600;
font-style: italic;


RealistNarrow Bold
font-family: realistnarrow, sans-serif;
font-weight: 700;
font-style: normal;


RealistNarrow Bold Italic
font-family: realistnarrow, sans-serif;
font-weight: 700;
font-style: italic;


RealistNarrow ExtraBold
font-family: realistnarrow, sans-serif;
font-weight: 800;
font-style: normal;


RealistNarrow ExtraBold Italic
font-family: realistnarrow, sans-serif;
font-weight: 800;
font-style: italic;

*/
* {
  font-family: realistnarrow, sans-serif;
}

.inner-padding {
  position: relative;
  padding: 30px 50px;
  /*@media (min-width: 1320px) {
      padding: 0px 0px;
  }*/
}
@media (min-width: 767px) {
  .inner-padding {
    padding: 30px 70px;
  }
}
@media (min-width: 900px) {
  .inner-padding {
    padding: 50px 50px;
  }
}

.scrollnav {
  position: fixed;
  z-index: 89;
  color: white;
  left: 0;
  top: 50%;
  display: none;
  flex-flow: column;
}
@media (min-width: 900px) {
  .scrollnav {
    display: flex;
  }
}
.scrollnav a {
  display: block;
  color: transparent;
  display: flex;
  flex-flow: row;
  align-items: center;
  transition: 0.2s;
  padding-left: 20px;
  text-decoration: none;
  font-size: 1rem;
  height: 45px;
  /*border: 1px solid gray;*/
}
.scrollnav a:hover {
  color: white;
}
.scrollnav a:before {
  content: "";
  position: absolute;
  bottom: 22px;
  display: block;
  width: 15px;
  height: 3px;
  background: white;
  margin-left: -25px;
  transition: 0.5s;
}
.scrollnav .current {
  color: transparent !important;
  /*pointer-events: none;*/
}
.scrollnav .current:before {
  width: 33px;
}

.motus-banner-section {
  display: flex;
  flex-flow: column;
  justify-content: center;
  min-height: 250px;
  /*min-height: 50vh;*/
  background: white;
  color: #449a8e;
  background-position: center center;
  background-size: cover;
  position: relative;
  /*@media (min-width: $break-s) {
      min-height: 445px;
  }*/
  /*@media (min-width: $break-m) {
      min-height: 750px;
  }*/
  /*@media (min-width: $break-l) {
      min-height: 750px;
  }*/
}
.motus-banner-section .inner-padding-banner {
  padding: 10px 50px;
}
.motus-banner-section.banner-image {
  min-height: 410px;
}
@media (min-width: 767px) {
  .motus-banner-section.banner-image {
    min-height: 480px;
  }
}
@media (min-width: 900px) {
  .motus-banner-section.banner-image {
    min-height: calc(90vh - 150px);
  }
}
.motus-banner-section.has-video {
  height: 70vh;
  max-height: 750px;
}
.motus-banner-section .video {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
}
.motus-banner-section .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.motus-banner-section .banner-content {
  max-width: 900px !important;
  padding: 0;
}
@media (min-width: 767px) {
  .motus-banner-section .banner-content {
    padding-right: 0 !important;
  }
}
.motus-banner-section .banner-content .banner-lead {
  padding: 20px 0 40px 0;
}
.motus-banner-section .banner-content .banner-lead .lead {
  font-weight: 200;
}
.motus-banner-section .content {
  padding-top: 30px;
}
.motus-banner-section .content h2 {
  font-size: 25px;
  line-height: 30px;
}
@media (min-width: 767px) {
  .motus-banner-section .content h2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 900px) {
  .motus-banner-section .content h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
.motus-banner-section .content p {
  font-style: inherit;
  /*margin-bottom: 0;*/
  font-weight: 200;
  /*font-size: 1.25rem;
  line-height: 1.5;
  min-height: 1.25rem;*/
  font-size: 20px;
  line-height: 25px;
  min-height: 20px;
}
@media (min-width: 767px) {
  .motus-banner-section .content p {
    /*font-size: 1.5625rem;
    line-height: 1.875rem;
    min-height: 1.5625rem;*/
    font-size: 25px;
    line-height: 30px;
    min-height: 25px;
  }
}
@media (min-width: 900px) {
  .motus-banner-section .content p {
    font-size: 25px;
    line-height: 30px;
    min-height: 25px;
  }
}
.motus-banner-section .content p strong {
  font-weight: 600;
}
.motus-banner-section .social {
  margin-top: -35px;
  display: flex;
  flex-flow: row;
  align-items: center;
}
.motus-banner-section .social p {
  margin-bottom: 0;
}
.motus-banner-section .social a {
  margin-left: 10px;
}

.big-title .title {
  font-size: 40px !important;
  line-height: 45px !important;
}
@media (min-width: 767px) {
  .big-title .title {
    font-size: 40px !important;
    line-height: 45px !important;
  }
}
@media (min-width: 900px) {
  .big-title .title {
    font-size: 55px !important;
    line-height: 60px !important;
  }
}

.top-news .box {
  position: relative;
  background: grey;
  /*background-image: url('https://images.unsplash.com/photo-1558979158-65a1eaa08691?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1650&q=80');*/
  background-position: center center;
  background-size: cover;
  /*flex: 0 0 33%;*/
  min-height: 410px;
  max-height: 700px;
  text-decoration: none;
}
@media (min-width: 767px) {
  .top-news .box {
    min-height: 300px;
  }
}
@media (min-width: 900px) {
  .top-news .box {
    min-height: 384px;
  }
}
@media (min-width: 1240px) {
  .top-news .box {
    min-height: 700px;
  }
}
.top-news .box .box-padding {
  padding: 30px 50px;
}
@media (min-width: 767px) {
  .top-news .box .box-padding {
    padding: 30px 30px;
  }
}
@media (min-width: 900px) {
  .top-news .box .box-padding {
    padding: 50px 50px;
  }
}
.top-news .box .title-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: white;
  min-height: 100px;
}
@media (max-width: 767px) {
  .top-news .box .title-container {
    background: rgba(0, 0, 0, 0.8);
  }
}
.top-news .box .title-container h2 {
  margin: 0;
  /*font-weight: 600;*/
  font-size: 1.5625rem;
  line-height: 30px;
}
@media (min-width: 767px) {
  .top-news .box .title-container h2 {
    font-size: 1.25rem;
    line-height: 30px;
  }
}
@media (min-width: 900px) {
  .top-news .box .title-container h2 {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (min-width: 1240px) {
  .top-news .box .title-container h2 {
    font-size: 35px;
    line-height: 40px;
  }
}

.image-grid {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  color: white;
}
.image-grid .box.new, .image-grid .box.full {
  /*margin-top: -100px;*/
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  background-position: center center;
  background-size: cover;
  text-decoration: none;
  height: 410px;
  flex: 0 0 100%;
  transition: 0.2s;
  transition-delay: 0.1s;
  cursor: pointer;
  position: relative;
  mix-blend-mode: multiply;
}
@media (min-width: 767px) {
  .image-grid .box.new, .image-grid .box.full {
    height: 280px;
    flex: 0 0 33.3333%;
    width: 33.3333%;
  }
  .image-grid .box.new:nth-of-type(1):nth-last-of-type(1), .image-grid .box.full:nth-of-type(1):nth-last-of-type(1) {
    width: 100%;
    flex: 100%;
  }
  .image-grid .box.new:nth-of-type(1):nth-last-of-type(2), .image-grid .box.new:nth-of-type(2):nth-last-of-type(1), .image-grid .box.full:nth-of-type(1):nth-last-of-type(2), .image-grid .box.full:nth-of-type(2):nth-last-of-type(1) {
    width: 50%;
    flex: 50%;
  }
  .image-grid .box.new:nth-of-type(1):nth-last-of-type(3), .image-grid .box.new:nth-of-type(2):nth-last-of-type(2), .image-grid .box.new:nth-of-type(3):nth-last-of-type(1), .image-grid .box.full:nth-of-type(1):nth-last-of-type(3), .image-grid .box.full:nth-of-type(2):nth-last-of-type(2), .image-grid .box.full:nth-of-type(3):nth-last-of-type(1) {
    width: 33.3333%;
    flex: 33.3333%;
  }
  .image-grid .box.new:nth-of-type(1):nth-last-of-type(4) .image-grid .box.new:nth-of-type(4):nth-last-of-type(1), .image-grid .box.new:nth-of-type(2):nth-last-of-type(2), .image-grid .box.new:nth-of-type(4):nth-last-of-type(1), .image-grid .box.new:nth-of-type(1):nth-last-of-type(4) .image-grid .box.full:nth-of-type(4):nth-last-of-type(1), .image-grid .box.full:nth-of-type(2):nth-last-of-type(2), .image-grid .box.full:nth-of-type(4):nth-last-of-type(1), .image-grid .box.full:nth-of-type(1):nth-last-of-type(4) .image-grid .box.new:nth-of-type(4):nth-last-of-type(1), .image-grid .box.full:nth-of-type(1):nth-last-of-type(4) .image-grid .box.full:nth-of-type(4):nth-last-of-type(1) {
    width: 25%;
    flex: 25%;
  }
}
.image-grid .box.old {
  /*margin-top: -100px;*/
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  background-position: center center;
  background-size: cover;
  text-decoration: none;
  height: 410px;
  flex: 0 0 100%;
  transition: 0.2s;
  transition-delay: 0.1s;
  cursor: pointer;
  position: relative;
  mix-blend-mode: multiply;
}
@media (min-width: 767px) {
  .image-grid .box.old {
    /*height: 280px;*/
    height: 700px;
    flex: 0 0 65%;
    width: 65%;
  }
  .image-grid .box.old:nth-child(3n+1) {
    flex: 0 0 35%;
    width: 35%;
  }
}
.image-grid .box {
  /*margin-top: -100px;*/
  /*display: flex;
  flex-flow: column;
  justify-content: flex-end;
  background-position: center center;
  background-size: cover;
  text-decoration: none;
  height: 410px;
  flex: 0 0 100%;
  transition: .2s;
  transition-delay: .1s;
  cursor: pointer;
  position: relative;
  mix-blend-mode: multiply;*/
  /*        @media (min-width: $break-s) {
              height: 280px;
              flex: 0 0 33.3333%;
              width: 33.3333%;

              &:nth-child(3n+1) {
                  flex: 0 0 35%;
                  width: 35%;
              }


              &:nth-of-type(1):nth-last-of-type(1) {
                  width: 100%;
                  flex: 100%;
              }

              &:nth-of-type(1):nth-last-of-type(2), &:nth-of-type(2):nth-last-of-type(1) {
                  width: 50%;
                  flex: 50%;
              }

              &:nth-of-type(1):nth-last-of-type(3), &:nth-of-type(2):nth-last-of-type(2), &:nth-of-type(3):nth-last-of-type(1) {
                  width: 33.3333%;
                  flex: 33.3333%;
              }

              &:nth-of-type(1):nth-last-of-type(4) &:nth-of-type(4):nth-last-of-type(1), &:nth-of-type(2):nth-last-of-type(2), &:nth-of-type(4):nth-last-of-type(1) {
                  width: 25%;
                  flex: 25%;
              }
          }*/
}
@media (min-width: 900px) {
  .image-grid .box {
    height: 700px;
  }
}
.image-grid .box .box-overlay {
  padding: 0 30px 30px 30px;
  height: 100%;
  width: 100%;
  /*position: absolute;
  top: 0; 
  left: 0;*/
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  background: rgba(48, 48, 48, 0.75);
  transition: 0.15s;
  /*@media (min-width: $break-l) {
      padding: 0 75px 75px 75px;
  }*/
}
.image-grid .box .box-overlay:hover {
  background: rgba(0, 0, 0, 0.3);
}
@media (min-width: 767px) {
  .image-grid .box .box-overlay {
    padding: 0 50px 50px 50px;
  }
}
@media (min-width: 900px) {
  .image-grid .box .box-overlay {
    padding: 0 75px 75px 75px;
  }
}
.image-grid .box .box-overlay div .box-text {
  margin-top: auto;
  display: inline-block;
  border-bottom: 4px solid white;
  padding-bottom: 13px;
  max-width: 450px;
}
@media (min-width: 767px) {
  .image-grid .box .box-overlay div .box-text {
    padding-bottom: 20px;
  }
}
.image-grid .box .box-overlay div .box-text .title {
  color: white;
  /*margin: 0;*/
  font-size: 32px;
  line-height: 42px;
}
@media (min-width: 767px) {
  .image-grid .box .box-overlay div .box-text .title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 5px;
  }
}
@media (min-width: 900px) {
  .image-grid .box .box-overlay div .box-text .title {
    font-size: 45px;
    line-height: 55px;
  }
}
.image-grid .box .box-overlay div .box-text .sub-title {
  /*display: none;*/
  font-weight: 200;
  font-size: 22px;
  line-height: 32px;
}
@media (min-width: 767px) {
  .image-grid .box .box-overlay div .box-text .sub-title {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (min-width: 900px) {
  .image-grid .box .box-overlay div .box-text .sub-title {
    font-size: 40px;
    line-height: 50px;
  }
}

.contact-section {
  background: white;
  height: 864px;
  color: #000000;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 767px) {
  .contact-section {
    height: 445px;
  }
}
@media (min-width: 1240px) {
  .contact-section {
    height: 864px;
  }
}
@media (max-width: 767px) {
  .contact-section .inner-padding {
    padding: 0 !important;
    height: 100%;
  }
}
.contact-section .flex {
  height: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 767px) {
  .contact-section .flex {
    flex-flow: row;
  }
}
.contact-section .flex .image {
  flex: 0 0 100%;
  width: 100%;
  max-height: 55%;
  height: 55%;
  /*border: 1px white dashed; //*/
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 767px) {
  .contact-section .flex .image {
    max-height: 100%;
    height: 100%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 900px) {
  .contact-section .flex .image {
    flex: 0 0 45%;
    max-width: 45%;
  }
}
@media (min-width: 1240px) {
  .contact-section .flex .image {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
.contact-section .flex .image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
@media (min-width: 767px) {
  .contact-section .flex .image img {
    height: 280px;
    width: 257px;
  }
}
@media (min-width: 1240px) {
  .contact-section .flex .image img {
    height: 374px;
    width: 336px;
  }
}
.contact-section .flex .text {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  max-height: 250px;
  height: 45%;
  /*border: 1px white dashed; //*/
  display: flex;
  flex-flow: column;
  padding: 0 50px;
  padding-top: 50px;
  padding-right: 0px;
}
@media (min-width: 767px) {
  .contact-section .flex .text {
    padding-top: 0px;
    max-height: 100%;
    height: 100%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 900px) {
  .contact-section .flex .text {
    justify-content: flex-start;
    padding-left: 5px;
    flex: 0 0 55%;
    max-width: 55%;
  }
}
@media (min-width: 1240px) {
  .contact-section .flex .text {
    justify-content: center;
    padding-left: 90px;
    flex: 0 0 66.66%;
    max-width: 66.66%;
  }
}
.contact-section .flex .text .desc {
  font-style: normal;
  font-size: 25px;
}
@media (min-width: 767px) {
  .contact-section .flex .text .desc {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (min-width: 1240px) {
  .contact-section .flex .text .desc {
    font-size: 40px;
    line-height: 45px;
  }
}
.contact-section .flex .text .name {
  font-size: 20px;
  margin: 0;
}
@media (min-width: 767px) {
  .contact-section .flex .text .name {
    font-size: 20px;
  }
}
@media (min-width: 1240px) {
  .contact-section .flex .text .name {
    font-size: 35px;
  }
}
.contact-section .flex .text .phone, .contact-section .flex .text .email, .contact-section .flex .text .position {
  font-size: 20px;
  font-weight: 200;
  margin: 0;
}
@media (min-width: 767px) {
  .contact-section .flex .text .phone, .contact-section .flex .text .email, .contact-section .flex .text .position {
    font-size: 20px;
  }
}
@media (min-width: 1240px) {
  .contact-section .flex .text .phone, .contact-section .flex .text .email, .contact-section .flex .text .position {
    font-size: 30px;
  }
}
.contact-section .flex .text .position {
  font-style: italic;
  margin-bottom: 15px;
}
.contact-section .flex .text a {
  text-decoration: none;
}

/*.flex-66 {
    flex: 0 0 66.66%;
    max-width: 66.66%;
}*/
/*.employee-grid {
    width: 100%;
    background: black;

    .grid-container {
        display: flex;
        flex-flow: column;

        @media (min-width: $break-s) {
            flex-flow: row wrap;
        }

        .employee {
            perspective: 1000px;
            flex: 0 0 100%;
            position: relative;
            transition: transform 1s;
            transform-style: preserve-3d;
            color: white;
            cursor: pointer;
            position: relative;
            min-height: 410px;

            @media (min-width: $break-s) {
                flex: 0 0 50%;
                min-height: unset;
                height: 384px;
            }

            @media (min-width: $break-m) {
                flex: 0 0 33.33%;
                height: 700px;
            }

            .card {
                position: absolute;
                width: 100%;
                height: 100%;
                background: black;
                //@media (min-width: $break-s) {
                //     padding: 30px;
                // }

                //@media (min-width: $break-m) {
                //    padding: 50px;
                // }
            }

            .employee-front {
                display: flex;
                flex-flow: column;
                justify-content: flex-end;
                background-position: center center;
                background-size: cover;
                padding: 30px;

                backface-visibility:hidden;
                -webkit-backface-visibility:hidden;

                @media (min-width: $break-s) {
                    padding: 30px;
                }

                @media (min-width: $break-m) {
                    padding: 30px;
                }

                @media (min-width: $break-l) {
                    padding: 50px;
                }


                .name {
                    font-weight: 600;
                    font-size: 20px;

                    @media (min-width: $break-s) {
                        font-size: 20px;
                        margin-bottom: 10px;
                    }

                    @media (min-width: $break-m) {
                        margin: 0;
                        font-size: 40px;
                    }
                }

                .position {
                    font-style: italic;
                    font-weight: 200;
                    margin-bottom: 20px;
                    font-size: 20px;

                    @media (min-width: $break-s) {
                        font-size: 20px;
                    }

                    @media (min-width: $break-m) {
                        font-size: 30px;
                    }
                }

                .phone {
                    margin-bottom: 10px;
                    font-size: 20px;

                    @media (min-width: $break-s) {
                        margin-bottom: 10px;
                    }

                    @media (min-width: $break-m) {
                        margin-bottom: 0px;
                    }
                }

                .phone,
                .email {
                    font-weight: 200;
                    font-size: 20px;

                    @media (min-width: $break-s) {
                        font-size: 20px;
                    }

                    @media (min-width: $break-m) {
                        font-size: 30px;
                    }
                }
            }

            .employee-back {
                transform: rotateY(180deg);
                display: flex;
                flex-flow: column;
                justify-content: flex-end;
                overflow: hidden;
                padding: 20px;
                padding-bottom: 0;

                @media (min-width: $break-m) {
                    padding: 30px;
                }

                .content {
                    font-weight: 200;

                    p {
                        font-size: 18px;
                        @media (min-width: $break-s) {
                            font-size: 20px;
                            line-height: 22px;
                        }

                        @media (min-width: $break-m) {
                            font-size: 20px;
                            line-height: 22px;
                        }

                        @media (min-width: 1000px) {
                            font-size: 22px;
                            line-height: 24px;
                        }

                        @media (min-width: 1200px) {
                            font-size: 26px;
                            line-height: 30px;
                        }

                        @media (min-width: 1400px) {
                            font-size: 30px;
                        }
                    }
                }
            }
        }

        .flipped {
            transform: rotateY(180deg);

        }
    }
}
*/
.employee-grid {
  width: 100%;
  background: black;
}
.employee-grid .grid-container {
  display: flex;
  flex-flow: column;
  background: #ffffff;
}
@media (min-width: 767px) {
  .employee-grid .grid-container {
    flex-flow: row wrap;
  }
}
.employee-grid .grid-container .employee {
  perspective: 1000px;
  flex: 0 0 100%;
  position: relative;
  transition: transform 1s;
  /*transform-style: preserve-3d;*/
  color: white;
  cursor: pointer;
  position: relative;
  min-height: 410px;
  overflow: hidden;
}
@media (min-width: 767px) {
  .employee-grid .grid-container .employee {
    flex: 0 0 50%;
    min-height: unset;
    height: 384px;
  }
}
@media (min-width: 900px) {
  .employee-grid .grid-container .employee {
    flex: 0 0 33.33%;
    height: 700px;
  }
}
.employee-grid .grid-container .employee .card {
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  /*@media (min-width: $break-s) {
      padding: 30px;
  }

  @media (min-width: $break-m) {
      padding: 50px;
  }*/
}
.employee-grid .grid-container .employee .employee-front {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  background-position: center center;
  background-size: cover;
  padding: 30px;
  top: 0;
  transition: 0.4s ease-in-out;
  opacity: 1;
  /*position: relative;*/
  z-index: 96;
  /*backface-visibility: hidden;
  -webkit-backface-visibility: hidden;*/
}
.employee-grid .grid-container .employee .employee-front:hover {
  /*transform: scale(1.2);
  mix-blend-mode: overlay;
  backdrop-filter: blur(0.8);*/
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media (min-width: 767px) {
  .employee-grid .grid-container .employee .employee-front {
    padding: 30px;
  }
}
@media (min-width: 900px) {
  .employee-grid .grid-container .employee .employee-front {
    padding: 30px;
  }
}
@media (min-width: 1240px) {
  .employee-grid .grid-container .employee .employee-front {
    padding: 50px;
  }
}
.employee-grid .grid-container .employee .employee-front .text {
  transition: 0.4s ease-in-out;
  opacity: 1;
  /*mix-blend-mode: overlay;*/
  /*backdrop-filter: blur(0.8);*/
}
.employee-grid .grid-container .employee .employee-front .name {
  font-weight: 600;
  font-size: 20px;
  /*@media (min-width: $break-m) {
      margin: 0;
      font-size: 40px;
  }*/
}
@media (min-width: 767px) {
  .employee-grid .grid-container .employee .employee-front .name {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.employee-grid .grid-container .employee .employee-front .position {
  font-style: italic;
  font-weight: 200;
  margin-bottom: 20px;
  font-size: 20px;
  /*@media (min-width: $break-m) {
      font-size: 30px;
  }*/
}
@media (min-width: 767px) {
  .employee-grid .grid-container .employee .employee-front .position {
    font-size: 20px;
  }
}
.employee-grid .grid-container .employee .employee-front .phone {
  margin-bottom: 10px;
  font-size: 20px;
  /*@media (min-width: $break-m) {
      margin-bottom: 0px;
  }*/
}
@media (min-width: 767px) {
  .employee-grid .grid-container .employee .employee-front .phone {
    margin-bottom: 10px;
  }
}
.employee-grid .grid-container .employee .employee-front .phone,
.employee-grid .grid-container .employee .employee-front .email {
  font-weight: 200;
  font-size: 20px;
  /*@media (min-width: $break-m) {
      font-size: 30px;
  }*/
}
@media (min-width: 767px) {
  .employee-grid .grid-container .employee .employee-front .phone,
  .employee-grid .grid-container .employee .employee-front .email {
    font-size: 20px;
  }
}
.employee-grid .grid-container .employee .employee-back {
  /*transform: rotateY(180deg);*/
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 20px;
  padding-bottom: 0;
}
@media (min-width: 900px) {
  .employee-grid .grid-container .employee .employee-back {
    padding: 30px;
  }
}
.employee-grid .grid-container .employee .employee-back .content {
  font-weight: 200;
}
.employee-grid .grid-container .employee .employee-back .content p {
  font-size: 18px;
  /*line-height: 33px;*/
}
@media (min-width: 767px) {
  .employee-grid .grid-container .employee .employee-back .content p {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (min-width: 900px) {
  .employee-grid .grid-container .employee .employee-back .content p {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (min-width: 1000px) {
  .employee-grid .grid-container .employee .employee-back .content p {
    font-size: 22px;
    line-height: 24px;
  }
}
@media (min-width: 1200px) {
  .employee-grid .grid-container .employee .employee-back .content p {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (min-width: 1400px) {
  .employee-grid .grid-container .employee .employee-back .content p {
    font-size: 30px;
  }
}
.employee-grid .grid-container .flipped {
  /*transform: rotateY(180deg);*/
}
.employee-grid .grid-container .flipped .employee-front {
  top: -100%;
  opacity: 0;
  transition-delay: 0.4s;
}
.employee-grid .grid-container .flipped .employee-front .text {
  opacity: 0;
  /*margin-left: -300px;*/
}

.grid-compressed .employee {
  /*min-height: 410px;

  @media (min-width: $break-s) {
      min-height: unset;
      height: 280px !important;
  }

  @media (min-width: $break-m) {
      height: 700px !important;
  }*/
}
.grid-compressed .employee .employee-front .phone, .grid-compressed .employee .employee-front .email {
  display: none;
}
.grid-compressed .employee .employee-front .position {
  margin: 0 !important;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  /*70% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -15px, 0);
      transform: translate3d(0, -15px, 0);
  }

  90% {
      -webkit-transform: translate3d(0, -4px, 0);
      transform: translate3d(0, -4px, 0);
  }*/
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.ie-message-bg {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  display: none;
}
.ie-message-bg .ie-message {
  position: relative;
  height: 350px;
  width: 600px;
  max-width: 100%;
  top: 20%;
  margin: 0 auto;
  padding: 15px;
  background: white;
}
.ie-message-bg .ie-message .close {
  position: absolute;
  right: 15px;
  top: 15px;
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.ie-message-bg .ie-message .close svg {
  fill: black;
  height: 20px;
  width: 20px;
}
.ie-message-bg .ie-message .text a {
  font-weight: 600;
  margin: 5px;
}
.ie-message-bg .ie-message .button-container button {
  cursor: pointer;
  margin-top: 20px;
  display: block;
  margin: 0 auto;
}
