.media.picture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.media.picture span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-position: center;
}

section {
  position: relative;
  overflow: hidden;
  margin: -0.5PX -0.5px 0.5px;
}
section .field--name-field-elements {
  display: flex;
  flex-wrap: wrap;
}
section.header {
  height: 100vh;
  min-height: 640px;
}
section.masonry-grid .basic-item,
section.masonry-grid .basic-item-sizer {
  width: 100%;
}
@media (min-width: 768px) {
  section.masonry-grid .basic-item,
section.masonry-grid .basic-item-sizer {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  section.masonry-grid .basic-item,
section.masonry-grid .basic-item-sizer {
    width: 50%;
  }
}
@media (min-width: 1440px) {
  section.masonry-grid .basic-item,
section.masonry-grid .basic-item-sizer {
    width: 25%;
  }
}
section.masonry-grid .basic-item {
  padding: 0.5px;
  width: 100%;
}
@media (min-width: 768px) {
  section.masonry-grid .basic-item {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  section.masonry-grid .basic-item {
    width: 33.3333%;
  }
}
@media (min-width: 1440px) {
  section.masonry-grid .basic-item {
    width: 25%;
  }
}
section.masonry-grid .basic-item.wide {
  width: 100%;
}
@media (min-width: 768px) {
  section.masonry-grid .basic-item.wide {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  section.masonry-grid .basic-item.wide {
    width: 50%;
  }
}
@media (min-width: 1440px) {
  section.masonry-grid .basic-item.wide {
    width: 33.3333%;
  }
}
section.masonry-grid .basic-item.wider {
  width: 100%;
}
@media (min-width: 768px) {
  section.masonry-grid .basic-item.wider {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  section.masonry-grid .basic-item.wider {
    width: 50%;
  }
}
@media (min-width: 1440px) {
  section.masonry-grid .basic-item.wider {
    width: 50%;
  }
}
section.masonry-grid .basic-item.widest {
  width: 100%;
}
@media (min-width: 768px) {
  section.masonry-grid .basic-item.widest {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  section.masonry-grid .basic-item.widest {
    width: 100%;
  }
}
@media (min-width: 1440px) {
  section.masonry-grid .basic-item.widest {
    width: 100%;
  }
}
section.border-site {
  margin: 48px;
}
@media (min-width: 768px) {
  section.border-site {
    margin: 56px;
  }
}
@media (min-width: 1024px) {
  section.border-site {
    margin: 64px;
  }
}
@media (min-width: 1440px) {
  section.border-site {
    margin: 72px;
  }
}
section:last-child {
  margin-bottom: 0px;
}

.basic-video {
  position: relative;
  background-color: #000000;
}
.basic-video::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.basic-video > .webm,
.basic-video > .field,
.basic-video > .media,
.basic-video > .content {
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.basic-video > .webm {
  z-index: 0;
}
.basic-video > .media {
  z-index: 1;
}
.basic-video > .field {
  z-index: 2;
}
.basic-video > .content {
  z-index: 3;
}
.basic-video > .content .top, .basic-video > .content .bottom {
  padding: 48px;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .basic-video > .content .top, .basic-video > .content .bottom {
    padding: 56px;
  }
}
@media (min-width: 1024px) {
  .basic-video > .content .top, .basic-video > .content .bottom {
    padding: 64px;
  }
}
@media (min-width: 1440px) {
  .basic-video > .content .top, .basic-video > .content .bottom {
    padding: 72px;
  }
}
.basic-video.ratio-16-9::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.basic-video.ratio-9-16::before {
  content: "";
  display: block;
  padding-top: 177.7777777778%;
}
.basic-video.ratio-16-10::before {
  content: "";
  display: block;
  padding-top: 62.5%;
}
.basic-video.ratio-10-16::before {
  content: "";
  display: block;
  padding-top: 160%;
}
.basic-video.ratio-4-5::before {
  content: "";
  display: block;
  padding-top: 125%;
}
.basic-video.ratio-5-4::before {
  content: "";
  display: block;
  padding-top: 80%;
}
.basic-video.ratio-4-3::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.basic-video.ratio-3-4::before {
  content: "";
  display: block;
  padding-top: 133.3333333333%;
}
.basic-video.ratio-21-9::before {
  content: "";
  display: block;
  padding-top: 42.8571428571%;
}
.basic-video.ratio-9-21::before {
  content: "";
  display: block;
  padding-top: 233.3333333333%;
}
.basic-video.ratio-7-5::before {
  content: "";
  display: block;
  padding-top: 71.4285714286%;
}
.basic-video.ratio-5-7::before {
  content: "";
  display: block;
  padding-top: 140%;
}
.basic-video.ratio-1-1::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.header .basic-video {
  height: 100vh;
  min-height: 640px;
}
.header .basic-video:before {
  display: none !important;
}

section.faq-section .faq-title {
  padding: 24px;
}
@media (min-width: 768px) {
  section.faq-section .faq-title {
    padding: 28px;
  }
}
@media (min-width: 1024px) {
  section.faq-section .faq-title {
    padding: 32px;
  }
}
@media (min-width: 1440px) {
  section.faq-section .faq-title {
    padding: 36px;
  }
}
section.faq-section .faq-title h2 {
  margin: 0;
  font-size: 17.1428571429px;
}
@media (min-width: 768px) {
  section.faq-section .faq-title h2 {
    font-size: 21px;
  }
}
@media (min-width: 1024px) {
  section.faq-section .faq-title h2 {
    font-size: 23.1111111111px;
  }
}
@media (min-width: 1440px) {
  section.faq-section .faq-title h2 {
    font-size: 25.2px;
  }
}
section.faq-section .faq-question {
  border-bottom: 1px solid #eeeeee;
  position: relative;
  min-height: 48px;
  padding: 12px 72px 12px 24px;
  position: relative;
  margin: 0;
  align-items: center;
  display: flex;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  section.faq-section .faq-question {
    min-height: 56px;
  }
}
@media (min-width: 1024px) {
  section.faq-section .faq-question {
    min-height: 64px;
  }
}
@media (min-width: 1440px) {
  section.faq-section .faq-question {
    min-height: 72px;
  }
}
@media (min-width: 768px) {
  section.faq-section .faq-question {
    padding: 14px 84px 14px 28px;
  }
}
@media (min-width: 1024px) {
  section.faq-section .faq-question {
    padding: 16px 96px 16px 32px;
  }
}
@media (min-width: 1440px) {
  section.faq-section .faq-question {
    padding: 18px 108px 18px 36px;
  }
}
section.faq-section .faq-question p {
  margin: 0;
  font-family: "dosisextralight", sans-serif !important;
  font-weight: normal;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  font-size: 12px;
  text-transform: uppercase;
  text-shadow: none;
  font-size: 12px;
}
@media (min-width: 768px) {
  section.faq-section .faq-question p {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  section.faq-section .faq-question p {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  section.faq-section .faq-question p {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  section.faq-section .faq-question p {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  section.faq-section .faq-question p {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  section.faq-section .faq-question p {
    font-size: 18px;
  }
}
section.faq-section .faq-question .toggler {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 48px;
  height: 100%;
  border-left: 1px solid #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  section.faq-section .faq-question .toggler {
    width: 56px;
  }
}
@media (min-width: 1024px) {
  section.faq-section .faq-question .toggler {
    width: 64px;
  }
}
@media (min-width: 1440px) {
  section.faq-section .faq-question .toggler {
    width: 72px;
  }
}
section.faq-section .faq-question .toggler:before {
  content: "+";
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  text-transform: none;
}
section.faq-section .faq-question .toggler:after {
  content: "-";
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  text-transform: none;
}
section.faq-section .faq-question .toggler:before, section.faq-section .faq-question .toggler:after {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
section.faq-section .faq-question .toggler:before {
  opacity: 1;
}
section.faq-section .faq-question .toggler:after {
  opacity: 0;
}
section.faq-section .field--name-field-faq-item {
  border-top: 1px solid #eeeeee;
}
section.faq-section .faq-answer {
  padding: 24px;
  display: none;
  border-bottom: 1px solid #eeeeee;
}
@media (min-width: 768px) {
  section.faq-section .faq-answer {
    padding: 28px;
  }
}
@media (min-width: 1024px) {
  section.faq-section .faq-answer {
    padding: 32px;
  }
}
@media (min-width: 1440px) {
  section.faq-section .faq-answer {
    padding: 36px;
  }
}
section.faq-section .faq-answer p:first-child {
  margin-top: 0;
}
section.faq-section .faq-answer p:last-child {
  margin-bottom: 0;
}
section.faq-section ul li {
  list-style: inside;
  height: auto;
  margin: inherit;
  padding: 0;
}
section.faq-section .faq-item.opened .toggler:before {
  opacity: 0;
}
section.faq-section .faq-item.opened .toggler:after {
  opacity: 1;
}
section.faq-section .faq-item.opened .faq-answer {
  display: block;
}

.popup-sidebar section.faq-section {
  margin: 0;
}
.popup-sidebar section.faq-section .inner {
  height: auto;
  overflow: hidden;
}
/*# sourceMappingURL=section.css.map */