.btn.primary {
  fill: none;
}

/* 
    Please note:
        - The padding does appear different on different buttons so the ones including in this are just based on the stylesheet.
        - The widths of buttons vary from block to block so again adjust necessary min-widths/max-widths.
*/
*,
::before,
::after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  body {
    padding-top: 106px;
  }
}
@media screen and (min-width: 1441px) {
  body {
    padding-top: 106px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body {
    padding-top: 86px;
  }
}
@media screen and (max-width: 599px) {
  body {
    padding-top: 80px;
  }
}
body > a {
  word-break: break-all;
}
body > p > a {
  word-break: break-all;
}

.error {
  color: #d92678;
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .logged-in {
    padding-top: 142px;
  }
}
@media screen and (min-width: 1441px) {
  .logged-in {
    padding-top: 142px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .logged-in {
    padding-top: 134px;
  }
}
@media screen and (max-width: 599px) {
  .logged-in {
    padding-top: 158px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .banner-active {
    padding-top: 152px;
  }
}
@media screen and (min-width: 1441px) {
  .banner-active {
    padding-top: 152px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .banner-active {
    padding-top: 132px;
  }
}
@media screen and (max-width: 599px) {
  .banner-active {
    padding-top: 256px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .banner-active.logged-in {
    padding-top: 188px;
  }
}
@media screen and (min-width: 1441px) {
  .banner-active.logged-in {
    padding-top: 188px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .banner-active.logged-in {
    padding-top: 188px;
  }
}
@media screen and (max-width: 599px) {
  .banner-active.logged-in {
    padding-top: 354px;
  }
}

h1 {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 3.375rem;
  letter-spacing: 0;
  color: #1c1c1c;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  h1 {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 599px) {
  h1 {
    font-size: 1.5rem;
  }
}

h2 {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.625rem;
  letter-spacing: 0.031em;
  color: #1c1c1c;
}

h3 {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #1c1c1c;
}

h4 {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #1c1c1c;
}

h5 {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: initial;
  letter-spacing: 0;
  color: #1c1c1c;
}

h6 {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: initial;
  letter-spacing: 0.063em;
  color: #1c1c1c;
}

p {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #6e6e6e;
}

ul {
  list-style-type: disc;
}

li {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #6e6e6e;
}

a {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #000;
  text-decoration: none;
  color: #d92678;
}
a:hover {
  text-decoration: underline;
}

.article-post h1,
.article-post h2,
.article-post h3,
.article-post h4,
.article-post h5,
.article-post h6 {
  margin: 0 0 35px;
}
.article-post p {
  margin: 0 0 25px;
}
.article-post ol,
.article-post ul {
  margin: 0 0 25px;
}
.article-post ol li,
.article-post ul li {
  padding-left: 10px;
}
.article-post button {
  font-family: IBM Plex Mono, sans-serif;
  line-height: 2.25rem;
  border: 2px solid #d92678;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  background-color: #d92678;
  padding: 10px 27px;
  min-width: 129px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
}
.article-post button:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
  background-color: #00ffe3;
  border: 2px solid #00ffe3;
}
.ui-datepicker .ui-datepicker-title,
.ui-datepicker span,
.ui-datepicker th,
.ui-datepicker td,
.ui-datepicker button {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #6e6e6e;
  font-family: "IBM Plex Mono", sans-serif !important;
}

.bp-navs ul {
  margin: 0;
}

.ui-datepicker {
  background-color: #fff;
  border: 1px solid #000;
  border-top: 0;
}

select::-ms-expand {
  display: none;
}

.gform_validation_container {
  position: absolute;
  left: -9999px;
  top: -9999px;
}

.mce-window {
  font-family: "IBM Plex Mono", sans-serif !important;
  overflow: hidden !important;
}
.mce-window .mce-label {
  font-family: "IBM Plex Mono", sans-serif !important;
  font-size: 0.625rem;
}
@media screen and (max-width: 599px) {
  .mce-window {
    width: 300px !important;
  }
  .mce-window .mce-dragh {
    pointer-events: none;
  }
  .mce-window .mce-container-body {
    width: 300px !important;
  }
  .mce-window .mce-container-body input {
    width: 150px !important;
  }
  .mce-window .mce-foot .mce-btn.mce-primary {
    left: 10px !important;
  }
  .mce-window .mce-foot .mce-btn:not(.mce-primary) {
    right: 10px !important;
    left: auto !important;
  }
}

/* stylelint-disable */
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

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

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

.fancybox-container * {
  box-sizing: border-box;
}

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

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

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

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

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s, visibility 0s linear 0.25s;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}

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

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

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

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

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

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

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

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

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}

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

.fancybox-slide--html {
  padding: 6px 6px 0;
}

.fancybox-slide--iframe {
  padding: 44px 44px 0;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

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

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

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

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

.fancybox-container [data-selectable=true] {
  cursor: text;
}

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

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

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

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

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  vertical-align: top;
}

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

.fancybox-error p {
  color: #444;
  font-size: 1rem;
  line-height: 1.25rem;
  margin: 0;
  padding: 0;
}

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

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

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

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}

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

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

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

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor;
}

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

.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  -webkit-transition: opacity 0.25s, visibility 0s, color 0.25s;
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}

.fancybox-navigation .fancybox-button:after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}

.fancybox-close-small svg {
  fill: transparent;
  opacity: 0.8;
  stroke: currentColor;
  stroke-width: 1.5;
  -webkit-transition: stroke 0.1s;
  transition: stroke 0.1s;
}

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

.fancybox-close-small:hover svg {
  opacity: 1;
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

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

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

.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
}

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption:after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

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

.fancybox-loading {
  -webkit-animation: a 0.8s infinite linear;
  animation: a 0.8s infinite linear;
  background: transparent;
  border: 6px solid rgba(99, 99, 99, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

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

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

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

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

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

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

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

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

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
}

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

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

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

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

.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: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 2.1875rem;
  font-weight: 700;
  margin: 0 0 20px;
}

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

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 2.5rem;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 0.875rem;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

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

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

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

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

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

.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 {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

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

.fancybox-thumbs > ul > li {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

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

@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }

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

  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 20px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #1c1c1c;
}

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

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 20px;
  height: 3px;
  background-color: #1c1c1c;
  border-radius: 0px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -7px;
}
.hamburger-inner::after {
  bottom: -7px;
}

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

.member-grid {
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 1441px) {
  .member-grid {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .member-grid {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .member-grid {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 599px) {
  .member-grid {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .member-grid {
    margin-bottom: 80px;
  }
}
.member-grid h2 {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 3.25rem;
  letter-spacing: 0;
  color: #1c1c1c;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .member-grid h2 {
    margin: 51px 0 50px;
  }
}
@media screen and (min-width: 1441px) {
  .member-grid h2 {
    margin: 51px 0 50px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .member-grid h2 {
    margin: 45px 0 45px;
  }
}
.member-grid__button {
  font-family: IBM Plex Mono, sans-serif;
  line-height: 2rem;
  border: 2px solid #000;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #000;
  display: inline-block;
  text-decoration: none;
  background-color: #fff;
  padding: 10px 27px;
  min-width: 129px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  display: block;
  margin: 0 auto;
  padding: 0 30px;
  line-height: 2.625rem;
  max-width: auto;
}
.member-grid__button:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  background-color: #000;
}
@media screen and (max-width: 599px) {
  .member-grid__button {
    width: 100%;
    max-width: 285px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .member-grid__tiles {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1441px) {
  .member-grid__tiles {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
}

.member-tile {
  display: -webkit-box;
  display: flex;
  width: 100%;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .member-tile {
    margin-bottom: 49px;
    max-width: 50%;
    padding-right: 70px;
  }
}
@media screen and (min-width: 1441px) {
  .member-tile {
    margin-bottom: 49px;
    max-width: 50%;
    padding-right: 70px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .member-tile {
    margin-bottom: 39px;
  }
}
@media screen and (max-width: 599px) {
  .member-tile {
    margin-bottom: 20px;
  }
}
.member-tile__avatar {
  display: block;
  width: 143px;
  height: 143px;
  margin-right: 18px;
}
@media screen and (max-width: 599px) {
  .member-tile__avatar {
    width: 100px;
    height: 100px;
  }
}
.member-tile__sector {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.25rem;
  letter-spacing: 0.02688rem;
  color: #1c1c1c;
  display: inline-block;
  background: #00ffe3;
  height: 22px;
  border-radius: 22px;
  padding: 0 11px;
  text-transform: uppercase;
}
.member-tile__content {
  width: calc(100% - 161px);
}
@media screen and (max-width: 599px) {
  .member-tile__content {
    width: calc(100% - 118px);
  }
}
.member-tile__content h3 {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: 0;
  color: #1c1c1c;
  margin: 10px 0 4px;
}
.member-tile__excerpt {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  color: #757575;
  margin: 5px 0 0;
  max-height: 43px;
  overflow: hidden;
}
.member-tile__phone a {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: initial;
  letter-spacing: 0.063em;
  color: #1c1c1c;
  letter-spacing: unset;
  line-height: 1.375rem;
}

.a-to-z {
  margin: 0 auto;
  display: block;
  border-bottom: 1px solid #c8c8c8;
  position: relative;
}
@media screen and (min-width: 1441px) {
  .a-to-z {
    width: 100%;
    max-width: calc(1400px + 40px);
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .a-to-z {
    width: 100%;
    max-width: calc(1400px + 40px);
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .a-to-z {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 599px) {
  .a-to-z {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .a-to-z {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1441px) {
  .a-to-z {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .a-to-z {
    margin-bottom: 55px;
    overflow: hidden;
  }
}
@media screen and (max-width: 599px) {
  .a-to-z {
    margin-bottom: 25px;
    overflow: hidden;
  }
}
.a-to-z__next {
  width: 30px;
  height: 100%;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -5px;
  background: #fff;
  outline: 0;
  cursor: pointer;
  border: none;
  z-index: 1;
  display: -webkit-box;
  display: flex;
}
@media screen and (min-width: 1441px) {
  .a-to-z__next {
    display: none;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .a-to-z__next {
    display: none;
  }
}
.a-to-z__next svg {
  margin: auto;
  width: 8px;
  height: 12px;
  pointer-events: none;
}
.a-to-z__container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  max-width: 1070px;
  margin: 15px auto;
}
.a-to-z__container::after {
  content: "";
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .a-to-z__container {
    padding: 0 50px 0 40px;
    display: block;
    margin: 15px 0 5px;
  }
  .a-to-z__container:focus {
    outline: none;
    border: none;
  }
  .a-to-z__container::after {
    content: "flickity";
    display: none;
  }
  .a-to-z__container .flickity-button {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .a-to-z__container {
    padding: 0 30px 0 10px;
    margin: 15px 0;
    display: block;
  }
  .a-to-z__container:focus {
    outline: none;
    border: none;
  }
  .a-to-z__container::after {
    content: "flickity";
    display: none;
  }
  .a-to-z__container .flickity-button {
    display: none;
  }
}
.a-to-z__letter {
  color: #b3b3b3;
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 1.375rem;
}
.a-to-z__letter--selected {
  color: #d92678;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .a-to-z__letter {
    margin-right: 25px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  .a-to-z__letter {
    margin-right: 15px;
    margin-bottom: 5px;
  }
}

.bci-login {
  margin: 0 auto;
  display: block;
  padding: 0 0 100px;
}
@media screen and (min-width: 1441px) {
  .bci-login {
    width: 100%;
    max-width: calc(1284px + 156px);
    padding-left: 78px;
    padding-right: 78px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .bci-login {
    width: 100%;
    max-width: calc(1284px + 156px);
    padding-left: 78px;
    padding-right: 78px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .bci-login {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 599px) {
  .bci-login {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .bci-login {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .bci-login {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1441px) {
  .bci-login {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 599px) {
  .bci-login {
    padding: 0 0 30px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .bci-login__half {
    max-width: 50%;
    -webkit-box-flex: 1;
            flex: 1 1 50%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .bci-login__half {
    max-width: 50%;
    -webkit-box-flex: 1;
            flex: 1 1 50%;
  }
}
@media screen and (min-width: 1441px) {
  .bci-login__half {
    max-width: 50%;
    -webkit-box-flex: 1;
            flex: 1 1 50%;
  }
}
.bci-login__image img {
  width: 100%;
  height: 488px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  /* stylelint-disable-line */
}
@media screen and (max-width: 599px) {
  .bci-login__image img {
    display: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .bci-login__image img {
    height: 330px;
  }
}
.bci-login__form {
  padding: 50px 107px 49px 82px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .bci-login__form {
    padding-right: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .bci-login__form {
    padding-right: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .bci-login__form {
    padding: 20px 0 20px 52px;
  }
}
@media screen and (max-width: 599px) {
  .bci-login__form {
    padding: 10px 0 20px;
  }
}
.bci-login__form h1 {
  margin-top: 0;
}
.bci-login__form label {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  top: auto;
  overflow: hidden;
}
.bci-login__form #loginform input[type=text], .bci-login__form #loginform input[type=password] {
  height: 40px;
  border: 1px solid #616161;
  background-color: #fff;
  color: #1c1c1c;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 2rem;
  padding: 3px 14px;
  width: 100%;
  max-width: 360px;
  -webkit-appearance: none;
}
.bci-login__form #loginform input[type=text]::-webkit-input-placeholder, .bci-login__form #loginform input[type=password]::-webkit-input-placeholder {
  color: #6c6c6c;
  opacity: 1;
}
.bci-login__form #loginform input[type=text]::-moz-placeholder, .bci-login__form #loginform input[type=password]::-moz-placeholder {
  color: #6c6c6c;
  opacity: 1;
}
.bci-login__form #loginform input[type=text]:-ms-input-placeholder, .bci-login__form #loginform input[type=password]:-ms-input-placeholder {
  color: #6c6c6c;
  opacity: 1;
}
.bci-login__form #loginform input[type=text]::-ms-input-placeholder, .bci-login__form #loginform input[type=password]::-ms-input-placeholder {
  color: #6c6c6c;
  opacity: 1;
}
.bci-login__form #loginform input[type=text]::placeholder, .bci-login__form #loginform input[type=password]::placeholder {
  color: #6c6c6c;
  opacity: 1;
}
@media screen and (max-width: 599px) {
  .bci-login__form #loginform input[type=text], .bci-login__form #loginform input[type=password] {
    max-width: 100%;
  }
}
.bci-login__form input[type=submit] {
  -webkit-appearance: none;
  font-family: IBM Plex Mono, sans-serif;
  line-height: 2.25rem;
  border: 2px solid #d92678;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  background-color: #d92678;
  padding: 10px 27px;
  min-width: 129px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  width: 100%;
  max-width: 360px;
  padding: 0 27px;
  max-height: 40px;
  margin-bottom: 0;
}
.bci-login__form input[type=submit]:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
  background-color: #00ffe3;
  border: 2px solid #00ffe3;
}
@media screen and (max-width: 599px) {
  .bci-login__form input[type=submit] {
    max-width: 100%;
  }
}
.bci-login__form p:last-child {
  margin-bottom: 5px;
}
.bci-login__forgot a {
  color: #6c6c6c;
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 2rem;
  text-align: right;
  display: block;
  max-width: 360px;
}
@media screen and (max-width: 599px) {
  .bci-login__forgot a {
    max-width: 100%;
  }
}

.searchbar__wrapper {
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 1441px) {
  .searchbar__wrapper {
    width: 100%;
    max-width: calc(1400px + 40px);
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .searchbar__wrapper {
    width: 100%;
    max-width: calc(1400px + 40px);
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .searchbar__wrapper {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 599px) {
  .searchbar__wrapper {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 1441px) {
  .searchbar__wrapper {
    margin: 0 auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .searchbar__wrapper {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .searchbar__wrapper {
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .searchbar__wrapper {
    margin: 0 auto;
  }
}
.searchbar.searchbar--jobs {
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 1441px) {
  .searchbar.searchbar--jobs {
    width: 100%;
    max-width: calc(1400px + 40px);
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .searchbar.searchbar--jobs {
    width: 100%;
    max-width: calc(1400px + 40px);
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .searchbar.searchbar--jobs {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 599px) {
  .searchbar.searchbar--jobs {
    width: calc(100% - 40px);
  }
}
.searchbar__form {
  background: #1c1c1c;
  padding: 30px 40px 28px;
  -webkit-box-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: flex;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .searchbar__form {
    padding-bottom: 8px;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .searchbar__form {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599px) {
  .searchbar__form {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599px) {
  .searchbar__form {
    padding: 30px 20px 28px;
  }
}
.searchbar--jobs .searchbar__form {
  -webkit-box-pack: start;
          justify-content: flex-start;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 1441px) {
  .searchbar--jobs .searchbar__form {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .searchbar--jobs .searchbar__form {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .searchbar--jobs .searchbar__form {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 599px) {
  .searchbar--jobs .searchbar__form {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .searchbar--jobs .searchbar__form {
    display: -webkit-box;
    display: flex;
    padding-left: 160px;
    padding-right: 160px;
  }
}
@media screen and (min-width: 1441px) {
  .searchbar--jobs .searchbar__form {
    display: -webkit-box;
    display: flex;
    padding-left: 160px;
    padding-right: 160px;
  }
}
@media screen and (max-width: 599px) {
  .searchbar--jobs .searchbar__form {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .searchbar--jobs .searchbar__form {
    width: 100%;
  }
}
.searchbar__input--text {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 2rem;
  padding: 1px 20px;
  background: #fff;
  margin-right: 21px;
  color: #1c1c1c;
  border: 0;
}
.searchbar__input--text::-webkit-input-placeholder {
  color: #b3b3b3;
}
.searchbar__input--text::-moz-placeholder {
  color: #b3b3b3;
}
.searchbar__input--text:-ms-input-placeholder {
  color: #b3b3b3;
}
.searchbar__input--text::-ms-input-placeholder {
  color: #b3b3b3;
}
.searchbar__input--text::placeholder {
  color: #b3b3b3;
}
.searchbar--jobs .searchbar__input--text {
  width: auto;
}
@media screen and (min-width: 1441px) {
  .searchbar--jobs .searchbar__input--text {
    min-width: 487px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .searchbar--jobs .searchbar__input--text {
    min-width: 350px;
  }
}
@media screen and (max-width: 599px) {
  .searchbar--jobs .searchbar__input--text {
    max-width: 100%;
    width: 100%;
    min-width: initial;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .searchbar--jobs .searchbar__input--text {
    max-width: 100%;
    width: 100%;
    min-width: initial;
  }
}
.searchbar__input--select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  margin-right: 21px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.searchbar__input--select select {
  display: block;
  width: 100%;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 2rem;
  padding: 1px 20px;
  background: #fff;
  margin-right: 21px;
  color: #1c1c1c;
  height: 40px;
  border: 1px solid #616161;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
}
.searchbar__input--select select option {
  color: #1c1c1c;
}
.searchbar__input--select select [disabled] {
  color: #b3b3b3;
}
.searchbar__input--select select:invalid {
  color: #b3b3b3;
}
.searchbar__input--select::before {
  content: "";
  display: block;
  content: "";
  z-index: -1;
  background-image: url("../../images/icons/arrow.svg");
  background-size: 13px 8px;
  background-repeat: no-repeat;
  pointer-events: none;
  position: absolute;
  top: 16px;
  right: 20px;
  width: 13px;
  height: 8px;
  z-index: 1;
}
.searchbar--jobs .searchbar__input--select {
  max-width: none;
  width: auto;
}
@media screen and (min-width: 1441px) {
  .searchbar--jobs .searchbar__input--select {
    min-width: 295px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .searchbar--jobs .searchbar__input--select {
    min-width: 200px;
  }
}
@media screen and (max-width: 599px) {
  .searchbar--jobs .searchbar__input--select {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .searchbar--jobs .searchbar__input--select {
    max-width: 100%;
    width: 100%;
  }
}
.searchbar__input--select select {
  margin-top: 1px;
  height: 44px !important;
}
@media screen and (max-width: 599px) {
  .searchbar__input--select select {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .searchbar__input--select select {
    max-width: 100%;
    width: 100%;
  }
}
.searchbar__input--select select::-ms-expand {
  display: none;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .searchbar__input {
    max-width: 48%;
    width: 100%;
    margin-right: unset;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .searchbar__input {
    max-width: 100%;
    width: 100%;
    margin-right: unset;
    margin-bottom: 20px;
  }
}
.searchbar__submit,
.searchbar #searchbar_submit {
  font-family: IBM Plex Mono, sans-serif;
  line-height: 2.25rem;
  border: 2px solid #d92678;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  background-color: #d92678;
  padding: 10px 27px;
  min-width: 129px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  padding: 1px 27px;
}
.searchbar__submit:hover,
.searchbar #searchbar_submit:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
  background-color: #00ffe3;
  border: 2px solid #00ffe3;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .searchbar__submit,
.searchbar #searchbar_submit {
    margin: 0 auto 20px 0;
  }
}
@media screen and (max-width: 599px) {
  .searchbar__submit,
.searchbar #searchbar_submit {
    max-width: 100%;
    width: 100%;
  }
}

.profile-header {
  margin: 0 auto;
  display: block;
  position: relative;
  min-height: 369px;
  background: #000;
}
@media screen and (min-width: 1441px) {
  .profile-header {
    width: 100%;
    max-width: calc(1400px + 40px);
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .profile-header {
    width: 100%;
    max-width: calc(1400px + 40px);
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .profile-header {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 599px) {
  .profile-header {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 599px) {
  .profile-header {
    width: 100%;
    min-height: 200px;
    height: auto;
  }
}
.profile-header__text {
  max-width: 770px;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .profile-header__text {
    margin-right: 300px;
  }
}
@media screen and (min-width: 1441px) {
  .profile-header__text {
    margin-right: 300px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .profile-header__text {
    margin-right: 22%;
  }
}
.profile-header__content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  padding: 58px 33px 111px;
}
@media screen and (max-width: 599px) {
  .profile-header__content {
    padding: 24px 45px 60px 15px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .profile-header--job-header .profile-header__content {
    padding: 112px 33px 112px 145px;
  }
}
@media screen and (min-width: 1441px) {
  .profile-header--job-header .profile-header__content {
    padding: 112px 33px 112px 145px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .profile-header--job-header .profile-header__content {
    padding: 90px 40px 105px;
  }
}
.profile-header__content h1 {
  color: #fff;
  margin: 15px 22px 5px;
}
@media screen and (max-width: 599px) {
  .profile-header__content h1 {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.01063rem;
    line-height: 1.875rem;
    margin: 0 9px 15px 9px;
  }
}
.profile-header__content p {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: 0;
  color: #1c1c1c;
  color: #fff;
  font-weight: 400;
  margin: 0 22px;
}
@media screen and (max-width: 599px) {
  .profile-header__content p {
    font-size: 0.875rem;
    margin: 0 9px;
  }
}
.profile-header__content .profile-header__user-type-badge {
  font-family: "IBM Plex Mono";
  font-size: 0.75rem;
  font-weight: 700;
  color: #000;
  padding: 4px 11px;
  border-radius: 13px;
  background: #00ffe3;
  position: relative;
  top: -4px;
  white-space: nowrap;
}
.profile-header__image {
  border-radius: 125px;
  width: 125px;
  height: 125px;
}
@media screen and (max-width: 599px) {
  .profile-header__image {
    width: 62px;
    height: 62px;
  }
}
.profile-header__cover-image {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  /* stylelint-disable-line */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.user-gallery {
  position: relative;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 1441px) {
  .user-gallery {
    width: 100%;
    max-width: calc(1284px + 156px);
    padding-left: 78px;
    padding-right: 78px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .user-gallery {
    width: 100%;
    max-width: calc(1284px + 156px);
    padding-left: 78px;
    padding-right: 78px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .user-gallery {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 599px) {
  .user-gallery {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .user-gallery {
    margin-top: -135px;
    height: 500px;
  }
}
@media screen and (min-width: 1441px) {
  .user-gallery {
    margin-top: -135px;
    height: 500px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .user-gallery {
    margin-top: -85px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .user-gallery {
    margin-top: -50px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }
}
.user-gallery__carousel {
  position: relative;
  height: 495px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .user-gallery__carousel {
    margin: 0 0 0 235px;
  }
}
@media screen and (min-width: 1441px) {
  .user-gallery__carousel {
    margin: 0 0 0 235px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .user-gallery__carousel {
    height: 354px;
    margin: 0 0 0 186px;
  }
}
@media screen and (max-width: 599px) {
  .user-gallery__carousel {
    height: 180px;
  }
}
.user-gallery__carousel .user-gallery__cell {
  width: 100%;
  height: 495px;
}
@media screen and (max-width: 599px) {
  .user-gallery__carousel .user-gallery__cell {
    height: 180px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .user-gallery__carousel .user-gallery__cell {
    height: 354px;
  }
}
.user-gallery__carousel .user-gallery__cell img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  /* stylelint-disable-line */
  width: 100%;
  height: 495px;
}
@media screen and (max-width: 599px) {
  .user-gallery__carousel .user-gallery__cell img {
    height: 180px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .user-gallery__carousel .user-gallery__cell img {
    height: 354px;
  }
}
.user-gallery__controls {
  padding: 34px 32px 0;
}
@media screen and (max-width: 599px) {
  .user-gallery__controls {
    padding: 20px 16px 0;
    margin: 0 0 10px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .user-gallery__controls {
    padding: 25px 25px 0;
    margin: 0 0 10px;
  }
}
.user-gallery__controls li {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  content: "";
  background-color: #05ad9b;
  margin-right: 5px;
}
.user-gallery__controls li.active {
  background-color: #fff;
}
.user-gallery__excerpt {
  background-color: #00ffe3;
  z-index: 1;
  overflow: hidden;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .user-gallery__excerpt {
    position: absolute;
    top: 70px;
    left: 58px;
    width: 399px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .user-gallery__excerpt {
    position: absolute;
    top: 70px;
    left: 58px;
    width: 399px;
  }
}
@media screen and (min-width: 1441px) {
  .user-gallery__excerpt {
    position: absolute;
    top: 70px;
    left: 58px;
    width: 399px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .user-gallery__excerpt {
    position: absolute;
    top: 22px;
    left: 0;
    width: 326px;
  }
}
.user-gallery__excerpt ol {
  list-style-type: none;
}
.user-gallery__excerpt-gallery {
  width: 100%;
  pointer-events: none;
}
@media screen and (max-width: 599px) {
  .user-gallery__excerpt-gallery .flickity-page-dots {
    display: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .user-gallery__excerpt-gallery .flickity-page-dots {
    display: none;
  }
}
.user-gallery__excerpt-slide {
  padding: 34px 30px 15px 30px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .user-gallery__excerpt-slide {
    padding: 15px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .user-gallery__excerpt-slide {
    padding: 20px 25px 25px;
  }
}
.user-gallery__excerpt-slide p {
  display: block;
  font-size: 1.375rem;
  font-family: "IBM Plex Mono", sans-serif;
  font-weight: 700;
  line-height: 2.25rem;
  margin: 0 0 70px;
  color: #1c1c1c;
}
@media screen and (max-width: 599px) {
  .user-gallery__excerpt-slide p {
    font-size: 1.125rem;
    line-height: 2rem;
    margin: 0 0 40px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .user-gallery__excerpt-slide p {
    margin: 0 0 40px;
    font-size: 1.375rem;
    line-height: 2.25rem;
  }
}
.user-gallery__button {
  font-family: IBM Plex Mono, sans-serif;
  line-height: 2rem;
  border: none;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  background-color: #000;
  padding: 10px 27px;
  min-width: 129px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  display: block;
  padding: 6px 27px;
  pointer-events: all;
}
.user-gallery__button:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
  background-color: #fff;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .user-gallery__button {
    max-width: 210px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .user-gallery__button {
    max-width: 210px;
  }
}
@media screen and (min-width: 1441px) {
  .user-gallery__button {
    max-width: 210px;
  }
}

.user-profile {
  margin: 0 auto;
  display: block;
  padding-bottom: 110px;
}
@media screen and (min-width: 1441px) {
  .user-profile {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .user-profile {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .user-profile {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 599px) {
  .user-profile {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .user-profile {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1441px) {
  .user-profile {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
.user-profile h2 {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 3.25rem;
  letter-spacing: 0;
  color: #1c1c1c;
}
.user-profile h2.user-profile__smaller-h2 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 2rem;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .user-profile__mobile-footer {
    display: none;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .user-profile__mobile-footer {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .user-profile__mobile-footer {
    display: none;
  }
}
.user-profile__main {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .user-profile__main {
    margin-top: 40px;
  }
}
.user-profile__main h2 {
  line-height: 2.125rem;
}
.user-profile__main h3 {
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  margin: 26px 0 0;
}
.user-profile__main h3 + p {
  margin-top: 5px;
}
.user-profile__title {
  margin-top: 55px;
}
.user-profile__url {
  word-break: break-all;
}
.user-profile__chips {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-top: 26px;
}
.user-profile__chip {
  border-radius: 21px;
  background-color: #00ffe3;
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.03188rem;
  text-transform: uppercase;
  padding: 4px 13px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.user-profile__chip--dark {
  background-color: #1c1c1c;
  color: #fff;
}
.user-profile__button {
  font-family: IBM Plex Mono, sans-serif;
  line-height: 2.25rem;
  border: 2px solid #d92678;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  background-color: #d92678;
  padding: 10px 27px;
  min-width: 129px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  padding: 4px 27px;
  margin: 10px 0;
}
.user-profile__button:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
  background-color: #00ffe3;
  border: 2px solid #00ffe3;
}
.user-profile__button:first-of-type {
  margin-top: 40px;
}
.user-profile__button--pri {
  font-family: IBM Plex Mono, sans-serif;
  line-height: 2.25rem;
  border: 2px solid #d92678;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  background-color: #d92678;
  padding: 10px 27px;
  min-width: 129px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  padding: 10px;
  margin-top: 20px;
  text-transform: uppercase;
}
.user-profile__button--pri:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
  background-color: #00ffe3;
  border: 2px solid #00ffe3;
}
@media screen and (max-width: 599px) {
  .user-profile__button--pri {
    width: 100%;
  }
}
.user-profile__button--pri:hover {
  text-decoration: none;
}
.user-profile__button-sec {
  font-family: IBM Plex Mono, sans-serif;
  line-height: 2rem;
  border: 2px solid #000;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #000;
  display: inline-block;
  text-decoration: none;
  background-color: #fff;
  padding: 10px 27px;
  min-width: 129px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  padding: 10px;
  margin-top: 20px;
}
.user-profile__button-sec:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  background-color: #000;
}
@media screen and (max-width: 599px) {
  .user-profile__button-sec {
    width: 100%;
  }
}
.user-profile__button-sec:hover {
  text-decoration: none;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .user-profile__side-section {
    -webkit-box-flex: 1;
            flex: 1 1 30%;
  }
}
.user-profile__side-section--contact {
  -webkit-box-flex: 1;
          flex: 1 1 70%;
}
.user-profile__articles-grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .user-profile__articles-grid {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 599px) {
  .user-profile__articles-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
@media screen and (min-width: 320px) and (max-width: 750px) {
  .user-profile__articles-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.user-profile__social {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 35px 0 0;
}
.user-profile__social-links {
  margin-top: 50px;
}
@media screen and (min-width: 320px) and (max-width: 750px) {
  .user-profile__social-links {
    margin-top: 30px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .user-profile__social-links {
    margin-top: 20px;
  }
}
.user-profile__social-links h3 {
  font-weight: 600;
  font-size: 1rem;
}
.user-profile__social--job {
  margin: 0;
}
.user-profile__social .user-profile__social-button {
  margin-right: 10px;
}
.user-profile__social .user-profile__social-button svg, .user-profile__social .user-profile__social-button img {
  display: block;
  width: 25px;
  height: 25px;
}
.user-profile__sidebar {
  width: 100%;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .user-profile__sidebar {
    max-width: 260px;
    margin-right: 99px;
  }
}
@media screen and (min-width: 1441px) {
  .user-profile__sidebar {
    max-width: 260px;
    margin-right: 99px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .user-profile__sidebar {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 599px) {
  .user-profile__sidebar .user-profile__job-buttons,
.user-profile__sidebar .user-profile__social-links {
    display: none;
  }
}
.user-profile__sidebar .user-profile__job-overview p {
  color: #1c1c1c;
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.125rem;
}
.user-profile__sidebar a {
  display: block;
  word-break: break-all;
}
.user-profile__sidebar address {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #6e6e6e;
  font-style: normal;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .user-profile__address {
    display: -webkit-box;
    display: flex;
  }
  .user-profile__address address {
    margin-right: 20px;
  }
}
.user-profile__jobs, .user-profile__articles {
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 1441px) {
  .user-profile__jobs, .user-profile__articles {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .user-profile__jobs, .user-profile__articles {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .user-profile__jobs, .user-profile__articles {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 599px) {
  .user-profile__jobs, .user-profile__articles {
    width: calc(100% - 40px);
  }
}
.user-profile__jobs h2, .user-profile__articles h2 {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 3.25rem;
  letter-spacing: 0;
  color: #1c1c1c;
  margin-bottom: 45px;
}
.user-profile__jobs .user-profile__jobs-grid, .user-profile__articles .user-profile__jobs-grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.my-content {
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 1441px) {
  .my-content {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .my-content {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .my-content {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 599px) {
  .my-content {
    width: calc(100% - 40px);
  }
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .my-job {
    max-width: 35%;
    margin-right: 110px;
    margin-bottom: 55px;
    width: 100%;
  }
}
@media screen and (min-width: 1441px) {
  .my-job {
    max-width: 35%;
    margin-right: 110px;
    margin-bottom: 55px;
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .my-job {
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 599px) {
  .my-job {
    margin-bottom: 25px;
  }
}
@media (max-width: 1150px) {
  .my-job {
    margin-right: 0;
    max-width: 45%;
  }
}
@media screen and (max-width: 599px) {
  .my-job {
    width: 100%;
    max-width: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .my-job {
    width: 100%;
    max-width: none;
  }
}
.my-job h3 {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: 0;
  color: #1c1c1c;
  margin: 10px 0 7px;
}
.my-job__meta {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.my-job__location {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.25rem;
  letter-spacing: 0.02688rem;
  color: #1c1c1c;
  background: #00ffe3;
  padding: 1px 10px 1px 11px;
  border-radius: 15px;
  text-transform: uppercase;
}
.my-job__salary {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: initial;
  letter-spacing: 0.063em;
  color: #1c1c1c;
  margin: 5px 12px;
}
.my-job__expiry {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  color: #757575;
  margin: 10px 0 10px;
  font-weight: 500;
  color: rgba(128, 128, 128, 0.75);
}
.my-job__buttons {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  white-space: nowrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .my-job__buttons {
    flex-wrap: wrap;
  }
}
.my-job__button--pri {
  font-family: IBM Plex Mono, sans-serif;
  line-height: 2.25rem;
  border: 2px solid #d92678;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  background-color: #d92678;
  padding: 10px 27px;
  min-width: 129px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
}
.my-job__button--pri:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
  background-color: #00ffe3;
  border: 2px solid #00ffe3;
}
.my-job__button--sec {
  font-family: IBM Plex Mono, sans-serif;
  line-height: 2rem;
  border: 2px solid #000;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #000;
  display: inline-block;
  text-decoration: none;
  background-color: #fff;
  padding: 10px 27px;
  min-width: 129px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  line-height: 2.25rem;
}
.my-job__button--sec:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  background-color: #000;
}
.my-job__button--pri, .my-job__button--sec {
  max-width: 46%;
  width: 100%;
  padding: 4px 10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 599px) {
  .my-job__button--pri, .my-job__button--sec {
    max-width: none;
    margin-bottom: 15px;
  }
}
.my-job__desc,
.my-job__desc p {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  color: #757575;
}

.profile-banner {
  width: 100%;
  background: #00ffe3;
  min-height: 52px;
  padding: 12px 0 13px;
}
.profile-banner__inner {
  margin: 0 auto;
  display: block;
  margin: auto;
  padding: 0 108px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (min-width: 1441px) {
  .profile-banner__inner {
    width: 100%;
    max-width: calc(1400px + 40px);
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .profile-banner__inner {
    width: 100%;
    max-width: calc(1400px + 40px);
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .profile-banner__inner {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 599px) {
  .profile-banner__inner {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .profile-banner__inner {
    padding: 10px 50px 0;
  }
}
@media screen and (max-width: 599px) {
  .profile-banner__inner {
    flex-wrap: wrap;
    padding: 0;
  }
}
.profile-banner__inner img {
  height: 27px;
  margin-right: 12px;
}
.profile-banner__inner span {
  display: block;
  color: #1c1c1c;
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 0.75rem;
  line-height: 1.125rem;
  margin: 0 10px 0;
}
@media screen and (max-width: 599px) {
  .profile-banner__inner span {
    width: 100%;
    padding-left: 30px;
    -webkit-box-flex: 100%;
            flex: 100% 0 0;
  }
}
.profile-banner__inner h3, .profile-banner__inner p {
  margin: 0;
}
.profile-banner__bold {
  font-family: "IBM Plex Mono", sans-serif;
  color: #1c1c1c;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2rem;
}
.profile-banner__contact p a {
  word-break: break-all;
}

.edit-user-profile {
  margin: 0 auto;
  display: block;
  padding: 90px 0 140px;
}
@media screen and (min-width: 1441px) {
  .edit-user-profile {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .edit-user-profile {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .edit-user-profile {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 599px) {
  .edit-user-profile {
    padding: 40px 20px 100px;
  }
}
.edit-user-profile #message.updated {
  display: none;
}
.edit-user-profile--posts {
  padding-bottom: 85px;
}
@media screen and (max-width: 599px) {
  .edit-user-profile--video .image-wrap {
    max-width: unset !important;
    width: 100%;
    position: relative;
    height: 0;
    padding-top: 60%;
  }
}
@media screen and (max-width: 599px) {
  .edit-user-profile--video .image-wrap img {
    width: 100% !important;
    height: 100% !important;
    max-height: unset;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
    /* stylelint-disable-line */
  }
}
.edit-user-profile--video .acf-notice--hidden {
  display: none;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .edit-user-profile--video .acf-field--add-margin-top {
    margin-top: -54px !important;
  }
}
@media screen and (min-width: 1441px) {
  .edit-user-profile--video .acf-field--add-margin-top {
    margin-top: -54px !important;
  }
}
.edit-user-profile--portfolio .acf-fields {
  width: 100%;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .edit-user-profile--portfolio .acf-fields .acf-field-textarea,
.edit-user-profile--portfolio .acf-fields .acf-field-text,
.edit-user-profile--portfolio .acf-fields .acf-field-url {
    width: 76.5%;
    max-width: 572px;
  }
}
@media screen and (min-width: 1441px) {
  .edit-user-profile--portfolio .acf-fields .acf-field-textarea,
.edit-user-profile--portfolio .acf-fields .acf-field-text,
.edit-user-profile--portfolio .acf-fields .acf-field-url {
    width: 76.5%;
    max-width: 572px;
  }
}
@media screen and (max-width: 599px) {
  .edit-user-profile--portfolio .acf-fields .acf-field-textarea,
.edit-user-profile--portfolio .acf-fields .acf-field-text,
.edit-user-profile--portfolio .acf-fields .acf-field-url {
    width: 100% !important;
    max-width: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .edit-user-profile--portfolio .acf-fields .acf-field-textarea,
.edit-user-profile--portfolio .acf-fields .acf-field-text,
.edit-user-profile--portfolio .acf-fields .acf-field-url {
    width: 100% !important;
    max-width: none;
  }
}
.edit-user-profile--portfolio .acf-fields .acf-input {
  width: 100%;
}
.edit-user-profile--portfolio .acf-fields .acf-button-group {
  min-width: 200px;
}
.edit-user-profile--portfolio .acf-fields .acf-field-image {
  width: auto !important;
}
@media screen and (max-width: 599px) {
  .edit-user-profile--portfolio .acf-fields .acf-field-image {
    position: relative !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .edit-user-profile--portfolio .acf-fields .acf-field-image {
    position: relative !important;
  }
}
.edit-user-profile--portfolio .acf-fields .acf-field-image .acf-input {
  width: auto;
}
.edit-user-profile--portfolio .acf-fields .acf-field-image .acf-field {
  width: auto;
}
.edit-user-profile--portfolio .acf-input .acf-actions {
  text-align: left;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .edit-user-profile--portfolio .acf-input .acf-actions a {
    width: 76.5%;
    max-width: 572px;
  }
}
@media screen and (min-width: 1441px) {
  .edit-user-profile--portfolio .acf-input .acf-actions a {
    width: 76.5%;
    max-width: 572px;
  }
}
.edit-user-profile input {
  border-radius: 0;
}
.edit-user-profile .acf-form {
  font-family: "IBM Plex Mono", sans-serif;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.edit-user-profile .acf-form .acf-field {
  padding: 0 0 30px;
  width: 100%;
}
.edit-user-profile .acf-form .acf-field .acf-label label {
  font-size: 1.25rem;
  margin-bottom: 30px;
}
.edit-user-profile .acf-form .acf-field-email {
  width: 48%;
}
@media screen and (max-width: 599px) {
  .edit-user-profile .acf-form .acf-field-email {
    width: 100%;
  }
}
.edit-user-profile .acf-form .acf-field-email .acf-label label {
  font-size: 0.875rem;
  margin-bottom: 13px;
}
.edit-user-profile .acf-form .acf-field-date-picker .acf-label label {
  font-size: 0.875rem;
  margin-bottom: 13px;
}
.edit-user-profile .acf-form .acf-field-true-false {
  display: -webkit-box;
  display: flex;
  width: 100%;
}
.edit-user-profile .acf-form .acf-field-true-false .acf-label {
  width: 75%;
}
.edit-user-profile .acf-form .acf-field-true-false .acf-label label {
  width: 100%;
  margin-bottom: 6px;
}
.edit-user-profile .acf-form .acf-field-true-false .acf-label .description {
  width: 100%;
  font-size: 0.75rem;
}
.edit-user-profile .acf-form .acf-field-true-false .acf-input {
  margin-top: 6px;
  width: 25%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.edit-user-profile .acf-form .acf-field-wysiwyg {
  width: 100%;
}
.edit-user-profile .acf-form .acf-field-text,
.edit-user-profile .acf-form .acf-field-taxonomy {
  width: 100%;
}
.edit-user-profile .acf-form .acf-field-text .select2-selection__rendered .ui-sortable-handle,
.edit-user-profile .acf-form .acf-field-taxonomy .select2-selection__rendered .ui-sortable-handle {
  pointer-events: none;
}
.edit-user-profile .acf-form .acf-field-text .select2-selection__choice,
.edit-user-profile .acf-form .acf-field-taxonomy .select2-selection__choice {
  background: #d92678 !important;
  border-color: #d92678 !important;
  color: #fff !important;
  padding: 3px 8px;
  display: -webkit-box;
  display: flex;
  border-radius: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}
.edit-user-profile .acf-form .acf-field-text .select2-selection__choice .select2-selection__choice__remove,
.edit-user-profile .acf-form .acf-field-taxonomy .select2-selection__choice .select2-selection__choice__remove {
  color: #fff !important;
  margin-right: 0;
  margin-left: 5px;
}
.edit-user-profile .acf-form .acf-field-text .acf-actions.-hover,
.edit-user-profile .acf-form .acf-field-taxonomy .acf-actions.-hover {
  display: block !important;
}
.edit-user-profile .acf-form .acf-field-text .acf-icon.-plus,
.edit-user-profile .acf-form .acf-field-taxonomy .acf-icon.-plus {
  width: 32px;
  height: 32px;
  font-size: 1.75rem;
  line-height: 1.9375rem;
}
.edit-user-profile .acf-form .acf-field-text .acf-icon.-plus:hover,
.edit-user-profile .acf-form .acf-field-taxonomy .acf-icon.-plus:hover {
  text-decoration: none;
}
.edit-user-profile .acf-form .acf-field-text .select2-container,
.edit-user-profile .acf-form .acf-field-text .select2-selection,
.edit-user-profile .acf-form .acf-field-text .select2-search__field,
.edit-user-profile .acf-form .acf-field-taxonomy .select2-container,
.edit-user-profile .acf-form .acf-field-taxonomy .select2-selection,
.edit-user-profile .acf-form .acf-field-taxonomy .select2-search__field {
  border-radius: 0 !important;
  min-height: 44px;
}
.edit-user-profile .acf-form .acf-field-text .select2-search__field,
.edit-user-profile .acf-form .acf-field-taxonomy .select2-search__field {
  padding: 5px;
}
@media screen and (max-width: 599px) {
  .edit-user-profile .acf-form .acf-field-text,
.edit-user-profile .acf-form .acf-field-taxonomy {
    width: 100%;
  }
}
.edit-user-profile .acf-form .acf-field-text .acf-label,
.edit-user-profile .acf-form .acf-field-taxonomy .acf-label {
  margin-bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.edit-user-profile .acf-form .acf-field-text .acf-label label,
.edit-user-profile .acf-form .acf-field-taxonomy .acf-label label {
  font-size: 0.875rem;
  margin-bottom: 13px;
}
.edit-user-profile .acf-form .acf-field-text .acf-label .description,
.edit-user-profile .acf-form .acf-field-taxonomy .acf-label .description {
  margin: -7px 0 5px 15px;
}
.edit-user-profile .acf-form .acf-field-url {
  width: 48%;
}
@media screen and (max-width: 599px) {
  .edit-user-profile .acf-form .acf-field-url {
    width: 100%;
  }
}
.edit-user-profile .acf-form .acf-field-url .acf-label label {
  font-size: 0.875rem;
  margin-bottom: 15px;
}
.edit-user-profile .acf-form .acf-field-url .acf-input .acf-input-wrap .acf-icon {
  display: none;
}
.edit-user-profile .acf-form .acf-field-url .acf-input .acf-input-wrap input {
  padding-left: 15px;
}
.edit-user-profile .acf-form .acf-field-textarea {
  width: 100%;
}
.edit-user-profile .acf-form .acf-field-textarea .acf-label {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 0;
}
.edit-user-profile .acf-form .acf-field-textarea .acf-label label {
  margin-bottom: 13px;
  font-size: 0.875rem;
}
.edit-user-profile .acf-form .acf-field-textarea .acf-label .description {
  margin: 0 0 13px 15px;
}
.edit-user-profile .acf-form .acf-field-textarea .acf-input textarea {
  border: 1px solid #616161;
  padding: 10px 15px;
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 0.8125rem;
  color: #6c6c6c;
  font-weight: 700;
}
.edit-user-profile .acf-form .acf-fields {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.edit-user-profile .acf-form .acf-fields::after {
  display: none;
}
.edit-user-profile .acf-form .acf-fields .-border {
  border: 0;
}
.edit-user-profile .acf-form .acf-fields .acf-field {
  border: 0;
}
.edit-user-profile .acf-form .acf-fields .acf-input .acf-input-wrap input,
.edit-user-profile .acf-form .acf-fields .acf-input .acf-editor-wrap input {
  height: 40px;
  border: 1px solid #616161;
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 0.8125rem;
  color: #6c6c6c;
  font-weight: 700;
  padding-left: 15px;
}
.edit-user-profile .acf-form .acf-field-repeater {
  width: 100%;
  margin-bottom: 80px;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .edit-user-profile .acf-form .acf-form-submit {
    width: 76.5%;
    max-width: 572px;
  }
}
@media screen and (min-width: 1441px) {
  .edit-user-profile .acf-form .acf-form-submit {
    width: 76.5%;
    max-width: 572px;
  }
}
@media screen and (max-width: 599px) {
  .edit-user-profile .acf-form .acf-form-submit {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .edit-user-profile .acf-form .acf-form-submit {
    width: 100%;
  }
}
.edit-user-profile .acf-form .acf-field-group,
.edit-user-profile .acf-form .acf-field-repeater {
  padding: 15px 0;
}
.edit-user-profile .acf-form .acf-field-select {
  width: 48%;
}
@media screen and (max-width: 599px) {
  .edit-user-profile .acf-form .acf-field-select {
    width: 100%;
  }
}
.edit-user-profile .acf-form .acf-field-select .acf-input {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.edit-user-profile .acf-form .acf-field-select .acf-input select {
  display: block;
  width: 100%;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 2rem;
  padding: 1px 20px;
  background: #fff;
  color: #1c1c1c;
  height: 40px;
  border: 1px solid #616161;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
}
.edit-user-profile .acf-form .acf-field-select .acf-input select option {
  color: #1c1c1c;
}
.edit-user-profile .acf-form .acf-field-select .acf-input select [disabled] {
  color: #b3b3b3;
}
.edit-user-profile .acf-form .acf-field-select .acf-input select:invalid {
  color: #b3b3b3;
}
.edit-user-profile .acf-form .acf-field-select .acf-input::before {
  content: "";
  display: block;
  content: "";
  z-index: -1;
  background-image: url("../../images/icons/arrow.svg");
  background-size: 13px 8px;
  background-repeat: no-repeat;
  position: absolute;
  pointer-events: none;
  top: 16px;
  right: 20px;
  width: 13px;
  height: 8px;
  z-index: 1;
}
.edit-user-profile .acf-form .acf-button {
  font-family: IBM Plex Mono, sans-serif;
  line-height: 2rem;
  border: 2px solid #000;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #000;
  display: inline-block;
  text-decoration: none;
  background-color: #fff;
  padding: 10px 27px;
  min-width: 129px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  width: 100%;
  margin-left: 0;
}
.edit-user-profile .acf-form .acf-button:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  background-color: #000;
}
.edit-user-profile .acf-form .acf-button.button-large {
  font-family: IBM Plex Mono, sans-serif;
  line-height: 2.25rem;
  border: 2px solid #d92678;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  background-color: #d92678;
  padding: 10px 27px;
  min-width: 129px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  width: 100%;
}
.edit-user-profile .acf-form .acf-button.button-large:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
  background-color: #00ffe3;
  border: 2px solid #00ffe3;
}
.edit-user-profile .acf-form .acf-js-tooltip {
  font-family: "IBM Plex Mono", sans-serif;
}
.edit-user-profile h1 {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 3.375rem;
  letter-spacing: 0;
  color: #1c1c1c;
  margin: 0 0 20px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .edit-user-profile h1 {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 599px) {
  .edit-user-profile h1 {
    font-size: 1.5rem;
  }
}
.edit-user-profile__welcome-text {
  color: #1c1c1c;
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 1rem;
  line-height: 1.75rem;
  max-width: 529px;
  margin-bottom: 70px;
}
@media screen and (max-width: 599px) {
  .edit-user-profile__welcome-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.edit-user-profile__columns {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  max-width: 100%;
}
@media screen and (max-width: 599px) {
  .edit-user-profile__columns {
    flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .edit-user-profile__columns {
    flex-wrap: wrap-reverse;
  }
}
.edit-user-profile__columns .updated,
.edit-user-profile__columns .updated p {
  color: #d92678;
}
.edit-user-profile__columns .edit-user-profile__col-wide {
  -webkit-box-flex: 2;
          flex: 2 1 60%;
  margin-right: 138px;
}
@media screen and (max-width: 599px) {
  .edit-user-profile__columns .edit-user-profile__col-wide {
    margin-right: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .edit-user-profile__columns .edit-user-profile__col-wide {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .edit-user-profile__columns .edit-user-profile__col-narrow {
    -webkit-box-flex: 1;
            flex: 1 2 332px;
    max-width: 332px;
    width: 332px;
  }
}
@media screen and (min-width: 1441px) {
  .edit-user-profile__columns .edit-user-profile__col-narrow {
    -webkit-box-flex: 1;
            flex: 1 2 332px;
    max-width: 332px;
    width: 332px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .edit-user-profile__columns .edit-user-profile__col-narrow {
    margin-bottom: 50px;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 599px) {
  .edit-user-profile__columns .edit-user-profile__col-narrow {
    margin-bottom: 30px;
    width: 100%;
  }
}
.edit-user-profile__add-new {
  font-family: IBM Plex Mono, sans-serif;
  line-height: 2rem;
  border: 2px solid #000;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #000;
  display: inline-block;
  text-decoration: none;
  background-color: #fff;
  padding: 10px 27px;
  min-width: 129px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  max-width: 287px;
  width: 100%;
  padding: 4px 27px;
  margin: 49px 0 100px;
}
.edit-user-profile__add-new:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  background-color: #000;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .edit-user-profile__add-new {
    margin: 30px 0 60px;
  }
}
@media screen and (max-width: 599px) {
  .edit-user-profile__add-new {
    margin: 20px 0 40px;
  }
}
.edit-user-profile__posts {
  margin: 10px 0 0;
}
.edit-user-profile__posts h2 {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 3.25rem;
  letter-spacing: 0;
  color: #1c1c1c;
  margin: 0 0 10px;
}
.edit-user-profile__grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 55px;
}
@media (max-width: 1150px) {
  .edit-user-profile__grid {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 599px) {
  .edit-user-profile__grid {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .edit-user-profile__grid {
    width: 100%;
  }
}
.edit-user-profile__grid:last-of-type {
  margin-bottom: 0;
}
.edit-user-profile__form {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.edit-user-profile__form--video .acf-form-submit input {
  height: 40px;
  padding: 0 27px !important;
}
.edit-user-profile__form--video .acf-field .acf-input .acf-input-wrap input {
  padding-left: 15px !important;
}
.edit-user-profile__form--video .select2-search__field {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #6e6e6e;
  font-weight: 600;
}
.edit-user-profile__form--video .select2 .selection .select2-selection {
  height: auto !important;
  line-height: 2.25rem;
}
.edit-user-profile__form--video .select2 .selection .select2-selection__clear {
  margin-top: 0 !important;
}
.edit-user-profile__form--video .select2 .selection .select2-selection .select2-selection__choice {
  background: #00ffe3 !important;
  color: #1c1c1c !important;
  margin-top: 6px !important;
}
.edit-user-profile__form--video .select2 .selection .select2-selection .select2-selection__choice span {
  color: #1c1c1c !important;
}
.edit-user-profile__form .acf-form {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.edit-user-profile__form .acf-form .acf-form-submit {
  width: 64%;
}
@media screen and (max-width: 599px) {
  .edit-user-profile__form .acf-form .acf-form-submit {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .edit-user-profile__form .acf-form .acf-form-submit {
    width: 100%;
  }
}
.edit-user-profile__form .acf-form .acf-fields .acf-field {
  width: 64%;
  margin-right: 10px;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .edit-user-profile__form .acf-form .acf-fields .acf-field {
    max-width: 572px;
  }
}
@media screen and (min-width: 1441px) {
  .edit-user-profile__form .acf-form .acf-fields .acf-field {
    max-width: 572px;
  }
}
@media screen and (max-width: 599px) {
  .edit-user-profile__form .acf-form .acf-fields .acf-field {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .edit-user-profile__form .acf-form .acf-fields .acf-field {
    width: 100%;
    margin-right: 0;
  }
}
.edit-user-profile__form .acf-form .acf-fields .acf-field .acf-required {
  display: none;
}
.edit-user-profile__form .acf-form .acf-fields .acf-field-image {
  width: 28%;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .edit-user-profile__form .acf-form .acf-fields .acf-field-image[data-name=featured_image] {
    position: absolute;
    top: 0px;
    right: 0;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
@media screen and (min-width: 1441px) {
  .edit-user-profile__form .acf-form .acf-fields .acf-field-image[data-name=featured_image] {
    position: absolute;
    top: 0px;
    right: 0;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.edit-user-profile__form .acf-form .acf-fields .acf-field-image img {
  height: 198px;
  width: 332px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  /* stylelint-disable-line */
}
@media screen and (max-width: 599px) {
  .edit-user-profile__form .acf-form .acf-fields .acf-field-image {
    width: 100%;
    margin-top: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .edit-user-profile__form .acf-form .acf-fields .acf-field-image {
    width: 100%;
    margin-top: 0;
  }
}
.edit-user-profile__form .acf-form .acf-fields .acf-field-image label {
  font-size: 0.875rem;
  margin-bottom: 13px;
}
.edit-user-profile__form .acf-form .acf-fields .acf-field-image input {
  cursor: default;
  outline: none;
}
@media screen and (max-width: 599px) {
  .edit-user-profile__form .acf-form .acf-fields .acf-field-image input {
    width: 100%;
  }
}
.edit-user-profile__form .acf-form .acf-fields .acf-field-image input::-webkit-file-upload-button {
  font-family: IBM Plex Mono, sans-serif;
  line-height: 2.25rem;
  border: 2px solid #d92678;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  background-color: #d92678;
  padding: 10px 27px;
  min-width: 129px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  width: 100%;
  outline: none;
}
.edit-user-profile__form .acf-form .acf-fields .acf-field-image input::-webkit-file-upload-button:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
  background-color: #00ffe3;
  border: 2px solid #00ffe3;
}
.edit-user-profile__form .acf-form .acf-field-taxonomy .acf-label label {
  font-size: 0.875rem;
  margin-bottom: 13px;
}
.edit-user-profile__form .acf-form .acf-field-taxonomy .acf-input .acf-taxonomy-field .select2 .selection .select2-container--default,
.edit-user-profile__form .acf-form .acf-field-taxonomy .acf-input .acf-taxonomy-field .select2 .selection .select2-selection--multiple {
  border: 1px solid #616161;
  border-radius: 0;
  height: 50px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.edit-user-profile__form .acf-form .acf-field-taxonomy .acf-input .acf-taxonomy-field .select2 .selection .select2-container--default .select2-selection__choice__remove,
.edit-user-profile__form .acf-form .acf-field-taxonomy .acf-input .acf-taxonomy-field .select2 .selection .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: 6px;
}
.edit-user-profile__form .acf-form .acf-field-taxonomy .acf-input .acf-taxonomy-field .select2 .selection .select2-container--default .select2-selection__choice,
.edit-user-profile__form .acf-form .acf-field-taxonomy .acf-input .acf-taxonomy-field .select2 .selection .select2-selection--multiple .select2-selection__choice {
  margin-top: 0;
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  border: 0;
  color: #252525;
  background-color: #dedede;
  border-radius: 20px;
  padding: 0 10px;
  margin-top: 1px;
}
.edit-user-profile__form .acf-form .acf-field-taxonomy .acf-input .acf-taxonomy-field .select2 .selection .select2-container--default::-webkit-input-placeholder, .edit-user-profile__form .acf-form .acf-field-taxonomy .acf-input .acf-taxonomy-field .select2 .selection .select2-selection--multiple::-webkit-input-placeholder {
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
}
.edit-user-profile__form .acf-form .acf-field-taxonomy .acf-input .acf-taxonomy-field .select2 .selection .select2-container--default::-moz-placeholder, .edit-user-profile__form .acf-form .acf-field-taxonomy .acf-input .acf-taxonomy-field .select2 .selection .select2-selection--multiple::-moz-placeholder {
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
}
.edit-user-profile__form .acf-form .acf-field-taxonomy .acf-input .acf-taxonomy-field .select2 .selection .select2-container--default:-ms-input-placeholder, .edit-user-profile__form .acf-form .acf-field-taxonomy .acf-input .acf-taxonomy-field .select2 .selection .select2-selection--multiple:-ms-input-placeholder {
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
}
.edit-user-profile__form .acf-form .acf-field-taxonomy .acf-input .acf-taxonomy-field .select2 .selection .select2-container--default::-ms-input-placeholder, .edit-user-profile__form .acf-form .acf-field-taxonomy .acf-input .acf-taxonomy-field .select2 .selection .select2-selection--multiple::-ms-input-placeholder {
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
}
.edit-user-profile__form .acf-form .acf-field-taxonomy .acf-input .acf-taxonomy-field .select2 .selection .select2-container--default::placeholder,
.edit-user-profile__form .acf-form .acf-field-taxonomy .acf-input .acf-taxonomy-field .select2 .selection .select2-selection--multiple::placeholder {
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
}
.edit-user-profile__form .acf-form .acf-js-tooltip {
  margin-top: 3px;
}
.edit-user-profile__form .acf-form .acf-field--post-content .acf-label label {
  font-size: 0.875rem;
  margin-bottom: 13px;
}
.edit-user-profile__form .acf-form .acf-field--post-content .acf-input {
  border: 1px solid #616161;
}
.edit-user-profile__form .acf-form .acf-field--post-content .acf-input p {
  color: red;
}
.edit-user-profile__form .acf-form .acf-field--post-content .acf-input .acf-editor-wrap .wp-editor-tools {
  display: none;
}
.edit-user-profile__description {
  margin-right: 138px;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .edit-user-profile__description {
    width: 54%;
  }
}
@media screen and (min-width: 1441px) {
  .edit-user-profile__description {
    width: 54%;
  }
}
@media screen and (max-width: 599px) {
  .edit-user-profile__description {
    margin-right: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .edit-user-profile__description {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .edit-user-profile--video .edit-user-profile__description {
    margin-bottom: 79px;
  }
}
@media screen and (min-width: 1441px) {
  .edit-user-profile--video .edit-user-profile__description {
    margin-bottom: 79px;
  }
}
@media screen and (max-width: 599px) {
  .edit-user-profile--video .edit-user-profile__description {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .edit-user-profile--video .edit-user-profile__description {
    margin-bottom: 60px;
  }
}
.edit-user-profile .acf-repeater > table {
  background: none;
}
.edit-user-profile .acf-repeater .acf-table {
  border: none;
  counter-reset: acf-counter;
}
.edit-user-profile .acf-repeater .acf-table .acf-row {
  display: block;
  counter-increment: acf-counter;
  position: relative;
}
.edit-user-profile .acf-repeater .acf-table .acf-row::before {
  content: "Item " counter(acf-counter);
  color: #000;
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 3.25rem;
  display: block;
  position: relative;
  width: 200px;
  height: 44px;
}
.edit-user-profile .acf-repeater .acf-table .acf-row .acf-row-handle {
  display: none;
}
.edit-user-profile .acf-repeater .acf-table .acf-row .acf-row-handle.remove {
  display: block;
  position: absolute;
  right: 0;
  left: 2px;
  bottom: -20px;
  width: 100%;
  border: none;
  background: none;
  padding: 0;
}
.edit-user-profile .acf-repeater .acf-table .acf-row .acf-row-handle.remove .acf-icon.-plus {
  display: none;
}
.edit-user-profile .acf-repeater .acf-table .acf-row .acf-row-handle.remove .acf-icon.-minus {
  font-family: IBM Plex Mono, sans-serif;
  line-height: 2rem;
  border: 2px solid #000;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #000;
  display: inline-block;
  text-decoration: none;
  background-color: #fff;
  padding: 10px 27px;
  min-width: 129px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  display: block !important;
  border-radius: 0;
  height: 52px;
  min-width: 175px;
}
.edit-user-profile .acf-repeater .acf-table .acf-row .acf-row-handle.remove .acf-icon.-minus:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  background-color: #000;
}
.edit-user-profile .acf-repeater .acf-table .acf-row .acf-row-handle.remove .acf-icon.-minus::before {
  content: "Remove Item";
  display: block;
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  width: 100%;
  padding: 6px 0;
}
.edit-user-profile .acf-repeater .acf-table .acf-row .acf-fields {
  border: none !important;
  display: block;
  margin: 50px 0 100px !important;
  position: relative;
}
.edit-user-profile .acf-repeater .acf-table .acf-row .acf-fields .acf-field-textarea,
.edit-user-profile .acf-repeater .acf-table .acf-row .acf-fields .acf-field-text {
  width: calc(100% - 200px);
}
.edit-user-profile .acf-repeater .acf-table .acf-row .acf-fields .acf-field label {
  font-size: 0.875rem;
  line-height: 2rem;
  margin-bottom: 13px;
}
.edit-user-profile .acf-repeater .acf-table .acf-row .acf-fields .acf-field-image {
  position: absolute;
  top: 0;
  right: 0;
}
.edit-user-profile .acf-repeater .acf-table .acf-row .acf-fields .acf-field-image .acf-image-uploader img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 150px;
  height: 150px;
}
.edit-user-profile .acf-repeater .acf-table .acf-row .acf-fields .acf-field-image label {
  font-size: 0.875rem;
  margin-bottom: 13px;
}
.edit-user-profile .acf-repeater .acf-table .acf-row .acf-fields .acf-field-image input {
  cursor: default;
  outline: none;
}
@media screen and (max-width: 599px) {
  .edit-user-profile .acf-repeater .acf-table .acf-row .acf-fields .acf-field-image input {
    width: 100%;
  }
}
.edit-user-profile .acf-repeater .acf-table .acf-row .acf-fields .acf-field-image input::-webkit-file-upload-button {
  font-family: IBM Plex Mono, sans-serif;
  line-height: 2.25rem;
  border: 2px solid #d92678;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  background-color: #d92678;
  padding: 10px 27px;
  min-width: 129px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  width: 100%;
  outline: none;
}
.edit-user-profile .acf-repeater .acf-table .acf-row .acf-fields .acf-field-image input::-webkit-file-upload-button:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
  background-color: #00ffe3;
  border: 2px solid #00ffe3;
}
.edit-user-profile .acf-repeater .acf-table .acf-row .acf-fields .acf-field-button-group {
  padding-bottom: 10px;
}
.edit-user-profile .acf-field-repeater .acf-field-textarea,
.edit-user-profile .acf-field-repeater .acf-field-text {
  width: 100% !important;
}
.edit-user-profile .acf-field-repeater[data-name=key_people] .acf-row::before {
  content: "Person " counter(acf-counter);
}
.edit-user-profile .acf-field-repeater[data-name=key_people] .acf-icon.-minus::before {
  content: "Remove Person" !important;
}

.acf-tooltip {
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 0.875rem;
}
.acf-tooltip:not(.-confirm) {
  display: none;
}

.acf-popup-box {
  font-family: "IBM Plex Mono", sans-serif;
}
.acf-popup-box .acf-submit-button {
  font-family: IBM Plex Mono, sans-serif;
  line-height: 2.25rem;
  border: 2px solid #d92678;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  background-color: #d92678;
  padding: 10px 27px;
  min-width: 129px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
}
.acf-popup-box .acf-submit-button:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
  background-color: #00ffe3;
  border: 2px solid #00ffe3;
}
.acf-popup-box .acf-input .acf-input-wrap input {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #6e6e6e;
}

.edit-job .acf-field-group .acf-fields {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.edit-job .acf-field-group .acf-fields .acf-field {
  width: 100%;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .edit-job .acf-field-group .acf-fields .acf-field-text,
.edit-job .acf-field-group .acf-fields .acf-field-email {
    width: 45%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .edit-job .acf-field-group .acf-fields .acf-field-text,
.edit-job .acf-field-group .acf-fields .acf-field-email {
    width: 45%;
  }
}
@media screen and (min-width: 1441px) {
  .edit-job .acf-field-group .acf-fields .acf-field-text,
.edit-job .acf-field-group .acf-fields .acf-field-email {
    width: 45%;
  }
}
.edit-job .acf-field-group .acf-fields .acf-field-select .acf-label label {
  font-size: 0.875rem;
  margin-bottom: 13px;
}
.edit-job .acf-field-group .acf-fields .acf-field[data-name=reference] {
  width: 100%;
}
.edit-job .select2-selection--single {
  height: 40px;
  border: 1px solid #616161;
  border-color: #616161 !important;
  border-radius: 0;
}
.edit-job .select2-selection--single .select2-selection__rendered {
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 2rem;
  padding: 5px 20px;
}
.edit-job .select2-selection--single .select2-selection__arrow {
  display: none;
}
.edit-job .select2-selection--single::before {
  content: "";
  background-image: url("../../images/icons/arrow.svg");
  background-size: 13px 8px;
  background-repeat: no-repeat;
  position: absolute;
  top: 16px;
  right: 20px;
  width: 13px;
  height: 8px;
  z-index: 1;
}

.account {
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 1441px) {
  .account {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .account {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .account {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 599px) {
  .account {
    width: calc(100% - 40px);
  }
}
.account__cancel-button {
  font-family: IBM Plex Mono, sans-serif;
  line-height: 2rem;
  border: 2px solid #000;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #000;
  display: inline-block;
  text-decoration: none;
  background-color: #fff;
  padding: 10px 27px;
  min-width: 129px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  margin: 18px 0 0;
  padding: 4px 20px;
  min-width: 177px;
}
.account__cancel-button:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  background-color: #000;
}
.account__expiry-notice {
  margin-top: 50px;
  margin-bottom: 50px;
}
.account__expiry-notice h3 {
  color: #d20000;
}
.account__expiry-notice a {
  display: block;
}
.account__description,
.account__description p {
  color: #383838;
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 1rem;
  line-height: 1.75rem;
  max-width: 529px;
}
.account--invoices {
  margin: 20px 0 40px;
}
.account--invoices td:last-child {
  text-align: right;
  padding-right: 10px;
}
.account--details table td:first-child {
  font-weight: 700;
}
.account h2 {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 3.25rem;
  letter-spacing: 0;
  color: #1c1c1c;
}
.account table {
  max-width: 659px;
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 599px) {
  .account table .hide-on-mobile {
    display: none;
  }
}
.account table th {
  text-align: left;
  color: #3c3d3c;
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 2rem;
  padding: 15px 0;
}
.account table td {
  color: #595959;
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 0.875rem;
  line-height: 2rem;
  padding: 5px 0 5px;
}
.account table tr {
  color: #595959;
  border-bottom: 1px solid #c8c8c8;
}
.account__invoice-button {
  font-family: IBM Plex Mono, sans-serif;
  line-height: 2rem;
  border: 2px solid #000;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #000;
  display: inline-block;
  text-decoration: none;
  background-color: #fff;
  padding: 10px 27px;
  min-width: 129px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  padding: 4px 21px;
  min-width: 75px;
  margin-left: auto;
}
.account__invoice-button:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  background-color: #000;
}
.success-alert {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: initial;
  letter-spacing: 0;
  color: #1c1c1c;
  background: rgba(50, 169, 55, 0.8);
  border: 2px solid #32a937;
  color: white;
  text-transform: uppercase;
  border-radius: 5px;
  text-align: center;
  width: 100%;
  padding: 8px 10px;
  margin-bottom: 30px;
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .uploader {
    min-width: 280px;
  }
}
@media screen and (min-width: 1441px) {
  .uploader {
    min-width: 280px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .uploader {
    min-width: 220px;
  }
}
@media screen and (max-width: 599px) {
  .uploader {
    width: 100%;
  }
}
.uploader__remove-btn {
  font-family: IBM Plex Mono, sans-serif;
  line-height: 2rem;
  border: 2px solid #000;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #000;
  display: inline-block;
  text-decoration: none;
  background-color: #fff;
  padding: 10px 27px;
  min-width: 129px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  padding: 5px 26px;
  margin-top: 10px;
  width: 100%;
}
.uploader__remove-btn:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  background-color: #000;
}
.uploader h3 {
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 0.875rem;
  line-height: 2rem;
  color: #1c1c1c;
  font-weight: 700;
}
.uploader__instructions {
  color: #6e6e6e;
  font-size: 0.75rem;
  line-height: 1.375rem;
  font-weight: 400;
}
.uploader .vue-dropzone {
  text-align: center;
}
.uploader .vue-dropzone .dz-default {
  display: -webkit-box;
  display: flex;
  min-height: 280px;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.uploader .vue-dropzone .dz-message {
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 0.875rem;
}
.uploader .vue-dropzone .dz-details {
  display: none;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
}
@media print {
  .navbar {
    display: none;
  }
}
.navbar.headroom {
  will-change: transform;
  -webkit-transition: -webkit-transform 200ms linear;
  transition: -webkit-transform 200ms linear;
  transition: transform 200ms linear;
  transition: transform 200ms linear, -webkit-transform 200ms linear;
}
.navbar.headroom--pinned {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.navbar.headroom--unpinned:not(.nav-active) {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.navbar ul,
.navbar ol {
  list-style-type: none;
}
.navbar__container {
  width: 100%;
}
.navbar__container--top {
  margin: 0 auto;
  display: block;
  padding: 11px 0 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 1441px) {
  .navbar__container--top {
    width: 100%;
    max-width: calc(1284px + 156px);
    padding-left: 78px;
    padding-right: 78px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .navbar__container--top {
    width: 100%;
    max-width: calc(1284px + 156px);
    padding-left: 78px;
    padding-right: 78px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__container--top {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 599px) {
  .navbar__container--top {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 599px) {
  .navbar__container--top {
    padding: 0;
  }
}
.navbar__container--logged-in {
  background: #1c1c1c;
}
.navbar__container--logged-in.is-active {
  display: block;
}
.navbar__container--nav {
  display: none;
  -webkit-box-pack: start;
          justify-content: flex-start;
  background: #1c1c1c;
}
.navbar__container--nav.is-active {
  display: -webkit-box;
  display: flex;
}
.navbar__container--search {
  display: none;
  -webkit-box-pack: start;
          justify-content: flex-start;
  background: #1c1c1c;
}
.navbar__container--search.is-active {
  display: -webkit-box;
  display: flex;
}
.navbar__container--form {
  margin: 0 auto 0 0;
  width: 100%;
}
.navbar__inner {
  margin: 0 auto;
  display: block;
  padding: 30px 0;
}
@media screen and (min-width: 1441px) {
  .navbar__inner {
    width: 100%;
    max-width: calc(1284px + 156px);
    padding-left: 78px;
    padding-right: 78px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .navbar__inner {
    width: 100%;
    max-width: calc(1284px + 156px);
    padding-left: 78px;
    padding-right: 78px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__inner {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 599px) {
  .navbar__inner {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 599px) {
  .navbar__inner {
    padding: 25px 0;
  }
}
.navbar__inner--small {
  margin: 0 auto;
  display: block;
  margin: 0 -25px;
}
@media screen and (min-width: 1441px) {
  .navbar__inner--small {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .navbar__inner--small {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__inner--small {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 599px) {
  .navbar__inner--small {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 599px) {
  .navbar__inner--small {
    margin: 0 auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__inner--small {
    margin: 0 auto;
  }
}
.navbar__inner--logged-in {
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 1441px) {
  .navbar__inner--logged-in {
    width: 100%;
    max-width: calc(1284px + 156px);
    padding-left: 78px;
    padding-right: 78px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .navbar__inner--logged-in {
    width: 100%;
    max-width: calc(1284px + 156px);
    padding-left: 78px;
    padding-right: 78px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__inner--logged-in {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 599px) {
  .navbar__inner--logged-in {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__inner--logged-in {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .navbar__inner--logged-in {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (min-width: 1441px) {
  .navbar__inner--logged-in {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
  }
}
.navbar__overflow {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
  height: 42px;
}
@media screen and (max-width: 599px) {
  .navbar__overflow {
    display: block;
    margin: 0 auto 0 0;
    width: calc(100% - 15px);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__overflow {
    display: block;
    margin: 0 auto 0 0;
    width: calc(100% - 15px);
  }
}
@media screen and (max-width: 599px) {
  .navbar__overflow::after {
    content: "";
    position: absolute;
    top: 0;
    right: -40px;
    height: 42px;
    width: 35px;
    background: #1c1c1c;
    pointer-events: none;
  }
}
.navbar__logo {
  width: 140px;
  height: auto;
  margin: 0 0 10px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__logo {
    width: 123px;
  }
}
@media screen and (max-width: 599px) {
  .navbar__logo {
    width: 100px;
    padding: 0;
    margin: 11px 0 0;
  }
}
.navbar__logo img {
  width: 100%;
  height: 100%;
}
.navbar__buttons {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  font-size: 0;
}
@media screen and (max-width: 599px) {
  .navbar__buttons {
    -webkit-box-align: start;
            align-items: flex-start;
  }
}
.navbar__button--link {
  padding-right: 20px;
}
@media screen and (max-width: 599px) {
  .navbar__button--link {
    display: none;
  }
}
.navbar__button--link a {
  font-family: IBM Plex Mono, sans-serif;
  line-height: 2.25rem;
  border: 2px solid #d92678;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  background-color: #d92678;
  padding: 10px 27px;
  min-width: 129px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  padding: 1px 27px;
  margin-bottom: 22px;
}
.navbar__button--link a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
  background-color: #00ffe3;
  border: 2px solid #00ffe3;
}
.navbar__button--profile, .navbar__button--search {
  padding-bottom: 10px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__button--profile:hover, .navbar__button--search:hover {
    background: #1c1c1c;
  }
  .navbar__button--profile:hover svg path, .navbar__button--search:hover svg path {
    fill: #fff;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .navbar__button--profile:hover, .navbar__button--search:hover {
    background: #1c1c1c;
  }
  .navbar__button--profile:hover svg path, .navbar__button--search:hover svg path {
    fill: #fff;
  }
}
@media screen and (min-width: 1441px) {
  .navbar__button--profile:hover, .navbar__button--search:hover {
    background: #1c1c1c;
  }
  .navbar__button--profile:hover svg path, .navbar__button--search:hover svg path {
    fill: #fff;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__button--profile.is-active, .navbar__button--search.is-active {
    background: #1c1c1c;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .navbar__button--profile.is-active, .navbar__button--search.is-active {
    background: #1c1c1c;
  }
}
@media screen and (min-width: 1441px) {
  .navbar__button--profile.is-active, .navbar__button--search.is-active {
    background: #1c1c1c;
  }
}
@media screen and (max-width: 599px) {
  .navbar__button--profile.is-active, .navbar__button--search.is-active {
    height: 75px !important;
    padding: 0px 0 6px;
    background-color: #1c1c1c;
  }
  .navbar__button--profile.is-active a, .navbar__button--search.is-active a {
    background: #1c1c1c;
  }
}
.navbar__button--profile.is-active path, .navbar__button--search.is-active path {
  fill: #fff;
}
@media screen and (max-width: 599px) {
  .navbar__button--profile, .navbar__button--search {
    padding: 0;
  }
  .navbar__button--profile a:hover,
.navbar__button--profile div:hover, .navbar__button--search a:hover,
.navbar__button--search div:hover {
    background: #1c1c1c;
  }
  .navbar__button--profile a:hover svg path,
.navbar__button--profile div:hover svg path, .navbar__button--search a:hover svg path,
.navbar__button--search div:hover svg path {
    fill: #fff;
  }
}
.navbar__button--profile a,
.navbar__button--profile div, .navbar__button--search a,
.navbar__button--search div {
  display: -webkit-box;
  display: flex;
  width: 50px;
  height: 54px;
}
@media screen and (max-width: 599px) {
  .navbar__button--profile a,
.navbar__button--profile div, .navbar__button--search a,
.navbar__button--search div {
    width: 30px;
    height: 75px;
    padding: 20px 0 6px;
  }
}
.navbar__button--profile a svg,
.navbar__button--profile div svg, .navbar__button--search a svg,
.navbar__button--search div svg {
  margin: auto;
}
@media screen and (max-width: 599px) {
  .navbar__button--profile a svg,
.navbar__button--profile div svg, .navbar__button--search a svg,
.navbar__button--search div svg {
    margin: 5px auto;
  }
}
.navbar__button--hamburger {
  padding-bottom: 10px;
  width: 50px;
  height: 64 px !important;
}
.navbar__button--hamburger.is-active {
  background: #1c1c1c;
}
.navbar__button--hamburger.is-active .hamburger-inner {
  background: #fff;
}
.navbar__button--hamburger.is-active .hamburger-inner::before, .navbar__button--hamburger.is-active .hamburger-inner::after {
  background: #fff;
}
@media screen and (max-width: 599px) {
  .navbar__button--hamburger {
    width: 30px;
    height: 75px !important;
    padding: 20px 0 6px;
    margin-top: 0px;
  }
  .navbar__button--hamburger.is-active {
    height: 75px !important;
    padding: 20px 0 6px;
  }
  .navbar__button--hamburger.is-active .hamburger {
    padding: 14px 5px 10px;
    margin-top: -8px;
  }
  .navbar__button--hamburger.is-active .hamburger--squeeze.is-active:hover {
    padding: 0 5px 6px;
    margin-top: 6px;
  }
}
@media screen and (max-width: 599px) {
  .navbar__button--hamburger .hamburger {
    padding: 7px 5px 16px;
  }
}
.navbar__button--hamburger:hover {
  background: #1c1c1c;
}
.navbar__button--hamburger:hover .hamburger-box {
  pointer-events: none;
}
.navbar__button--hamburger:hover .hamburger-box .hamburger-inner {
  background: #fff;
}
.navbar__button--hamburger:hover .hamburger-box .hamburger-inner::before, .navbar__button--hamburger:hover .hamburger-box .hamburger-inner::after {
  background: #fff;
}
.navbar__button--submit {
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .navbar__button--submit {
    width: 100%;
    max-width: 273px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__button--submit {
    width: 100%;
    max-width: 273px;
  }
}
@media screen and (max-width: 599px) {
  .navbar__button--submit {
    max-width: initial;
  }
}
.navbar__button--submit input {
  font-family: IBM Plex Mono, sans-serif;
  line-height: 2.25rem;
  border: 2px solid #d92678;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  background-color: #d92678;
  padding: 10px 27px;
  min-width: 129px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  line-height: 36px;
  padding: 0;
  width: 123px;
  margin-top: 0;
}
.navbar__button--submit input:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
  background-color: #00ffe3;
  border: 2px solid #00ffe3;
}
@media screen and (max-width: 599px) {
  .navbar__button--submit input {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__button--submit input {
    width: 100%;
  }
}
.navbar__nav {
  display: -webkit-box;
  display: flex;
}
.navbar__nav .menu-item a {
  white-space: normal;
  word-break: inherit;
}
.navbar__nav .menu-item-has-children > a {
  pointer-events: none;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .navbar__nav .sub-menu .menu-item a {
    white-space: nowrap;
  }
}
@media screen and (min-width: 1441px) {
  .navbar__nav .sub-menu .menu-item a {
    white-space: nowrap;
  }
}
.navbar__nav ul {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .navbar__nav {
    margin: 0 auto;
    display: block;
    display: -webkit-box;
    display: flex;
    padding-top: 40px;
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) and (min-width: 1441px) {
  .navbar__nav {
    width: 100%;
    max-width: calc(1284px + 156px);
    padding-left: 78px;
    padding-right: 78px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) and (min-width: 1024px) and (max-width: 1440px) {
  .navbar__nav {
    width: 100%;
    max-width: calc(1284px + 156px);
    padding-left: 78px;
    padding-right: 78px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) and (min-width: 600px) and (max-width: 1023px) {
  .navbar__nav {
    width: calc(100% - 100px);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) and (max-width: 599px) {
  .navbar__nav {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 1441px) {
  .navbar__nav {
    margin: 0 auto;
    display: block;
    display: -webkit-box;
    display: flex;
    padding-top: 40px;
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 1441px) and (min-width: 1441px) {
  .navbar__nav {
    width: 100%;
    max-width: calc(1284px + 156px);
    padding-left: 78px;
    padding-right: 78px;
  }
}
@media screen and (min-width: 1441px) and (min-width: 1024px) and (max-width: 1440px) {
  .navbar__nav {
    width: 100%;
    max-width: calc(1284px + 156px);
    padding-left: 78px;
    padding-right: 78px;
  }
}
@media screen and (min-width: 1441px) and (min-width: 600px) and (max-width: 1023px) {
  .navbar__nav {
    width: calc(100% - 100px);
  }
}
@media screen and (min-width: 1441px) and (max-width: 599px) {
  .navbar__nav {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 599px) {
  .navbar__nav {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__nav {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__nav {
    margin: 0 auto;
    display: block;
    display: -webkit-box;
    display: flex;
    padding-top: 40px;
    padding-left: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) and (min-width: 1441px) {
  .navbar__nav {
    width: 100%;
    max-width: calc(1284px + 156px);
    padding-left: 78px;
    padding-right: 78px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1440px) {
  .navbar__nav {
    width: 100%;
    max-width: calc(1284px + 156px);
    padding-left: 78px;
    padding-right: 78px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) and (min-width: 600px) and (max-width: 1023px) {
  .navbar__nav {
    width: calc(100% - 100px);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) and (max-width: 599px) {
  .navbar__nav {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 599px) {
  .navbar__nav {
    padding: 30px 20px 0;
    max-height: 70vh;
    overflow-y: scroll;
  }
  .navbar__nav::-webkit-scrollbar {
    width: 5px;
  }
  .navbar__nav::-webkit-scrollbar-thumb {
    background-color: rgba(246, 246, 246, 0.6);
    height: 50px !important;
    border-radius: 3px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .navbar__nav > li {
    padding-right: 80px;
  }
}
@media screen and (min-width: 1441px) {
  .navbar__nav > li {
    padding-right: 80px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__nav > li {
    width: 33.33%;
    margin: 0 0 45px;
  }
  .navbar__nav > li:nth-child(-n+3) {
    margin: 0 0 65px;
  }
}
@media screen and (max-width: 599px) {
  .navbar__nav > li {
    width: 50%;
    margin: 0 0 45px;
  }
}
@media screen and (max-width: 599px) {
  .navbar__nav > li {
    padding: 0 15px 0 0;
  }
}
.navbar__nav > li a {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #6e6e6e;
  color: #fff;
  line-height: 1.125rem;
  font-size: 0.75rem;
  margin: 10px 0 10px;
  display: block;
}
.navbar__nav > li > a {
  margin: 0 0 12px;
  font-weight: 700;
  font-size: 1rem;
  display: block;
  line-height: 2rem;
  color: #fff;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .navbar__nav > li > a {
    white-space: nowrap;
  }
}
@media screen and (min-width: 1441px) {
  .navbar__nav > li > a {
    white-space: nowrap;
  }
}
@media screen and (max-width: 599px) {
  .navbar__links {
    padding: 0;
  }
}
.navbar__links a {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #6e6e6e;
  color: #fff;
  line-height: 1.75rem;
  font-size: 0.75rem;
  white-space: nowrap;
}
.navbar__links > a {
  position: relative;
  margin: 0 0 12px;
  font-size: 1rem;
  line-height: 2rem;
  display: block;
  color: #fff;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .navbar__links > a {
    white-space: nowrap;
  }
}
@media screen and (min-width: 1441px) {
  .navbar__links > a {
    white-space: nowrap;
  }
}
.navbar__links .navbar__sublinks {
  position: absolute;
  width: 150px;
  background: #1c1c1c;
  color: pink;
}
.navbar__links--logged-in {
  position: relative;
  display: -webkit-box;
  display: flex;
  margin-right: 95px;
}
.navbar__links--logged-in::after {
  content: "";
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__links--logged-in {
    margin-right: 70px;
  }
}
@media screen and (max-width: 599px) {
  .navbar__links--logged-in {
    width: 100%;
    margin: 0;
    display: inline-block;
  }
  .navbar__links--logged-in:focus {
    outline: none;
    border: none;
  }
  .navbar__links--logged-in::after {
    content: "flickity";
    display: none;
  }
  .navbar__links--logged-in .flickity-button {
    display: none;
  }
}
@media screen and (min-width: 320px) and (max-width: 750px) {
  .navbar__links--logged-in {
    width: 100%;
    margin: 0;
    display: inline-block;
  }
  .navbar__links--logged-in:focus {
    outline: none;
    border: none;
  }
  .navbar__links--logged-in::after {
    content: "flickity";
    display: none;
  }
  .navbar__links--logged-in .flickity-button {
    display: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__links--logged-in {
    width: 100%;
    margin: 0;
    display: inline-block;
  }
  .navbar__links--logged-in:focus {
    outline: none;
    border: none;
  }
  .navbar__links--logged-in::after {
    content: "flickity";
    display: none;
  }
  .navbar__links--logged-in .flickity-button {
    display: none;
  }
}
.navbar__links--logged-in a {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #6e6e6e;
  margin: 0 45px 0 0;
  color: #fff;
  line-height: 2.625rem;
  font-weight: 700;
}
@media screen and (min-width: 320px) and (max-width: 750px) {
  .navbar__links--logged-in a {
    font-size: 0.75rem;
    margin: 0 30px 0 0;
    -webkit-box-flex: 1;
            flex: 1 0 auto;
  }
}
.navbar__links--logged-in a:last-of-type {
  margin: 0;
}
.navbar__next {
  width: 30px;
  height: 100%;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -35px;
  background: transparent;
  border: none;
  z-index: 1;
  display: none;
}
.navbar__next:focus {
  outline: none;
}
@media screen and (max-width: 599px) {
  .navbar__next {
    display: -webkit-box;
    display: flex;
  }
}
.navbar__next svg {
  margin: auto;
  width: 5px;
  height: 7px;
  pointer-events: none;
}
.navbar__signout {
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .navbar__signout {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
    width: 100%;
  }
}
.navbar__signout a {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #6e6e6e;
  padding: 0;
  line-height: 2.625rem;
  border: none;
  background: transparent;
  font-style: italic;
}
@media screen and (min-width: 320px) and (max-width: 750px) {
  .navbar__signout a {
    font-size: 0.75rem;
  }
}
.navbar__form {
  width: 100%;
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 599px) {
  .navbar__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.navbar__field {
  margin: 0 20px 0 0;
  padding: 0 5px;
  width: 100%;
  max-width: 610px;
}
@media screen and (max-width: 599px) {
  .navbar__field {
    max-width: initial;
    margin: 0 0 25px;
    padding: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__field {
    max-width: initial;
    margin: 0 0 25px;
    padding: 0;
  }
}
.navbar__chips {
  margin: 0 0 8px;
  padding: 4px 5px;
  background: #fff;
}
.navbar__chip {
  margin: 4px 5px;
  display: -webkit-inline-box;
  display: inline-flex;
  flex-shrink: 0;
  min-width: 100px;
}
.navbar__chip label {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #6e6e6e;
  position: relative;
  padding: 0 28px 0 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01625rem;
  line-height: 1.5625rem;
  background: #d92678;
  border-radius: 13px;
}
.navbar__chip label svg {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  cursor: pointer;
}
.navbar__input input {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #6e6e6e;
  margin: 4px 5px;
  width: 100%;
  color: #1c1c1c;
  border: none;
  line-height: 1.5625rem;
  padding: 0 5px;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: -0.04375rem;
}
.navbar__input input:focus {
  outline: none;
}
.navbar__results {
  background: #383838;
  padding: 13px 15px;
}
.navbar__result {
  font-size: 1rem;
}
@media screen and (max-width: 599px) {
  .navbar__result {
    font-size: 0.875rem;
  }
}
.navbar__result span {
  font-weight: 700;
  color: #fff;
}
.navbar__dropdown {
  width: 100%;
  max-width: 439px;
  display: -webkit-box;
  display: flex;
  height: 40px;
}
@media screen and (max-width: 599px) {
  .navbar__dropdown {
    max-width: initial;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__dropdown {
    max-width: initial;
  }
}
@media screen and (max-width: 599px) {
  .navbar__dropdown {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    height: initial;
  }
}
.navbar__select {
  position: relative;
  margin-right: 20px;
  width: 100%;
  max-width: 295px;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  .navbar__select {
    max-width: initial;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__select {
    max-width: initial;
  }
}
@media screen and (max-width: 599px) {
  .navbar__select {
    margin: 0 0 25px;
  }
}
.navbar__select.is-active .navbar__options {
  display: block;
}
.navbar__select.is-active svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.navbar__label {
  position: relative;
  background: #fff;
  pointer-events: none;
  display: -webkit-box;
  display: flex;
}
.navbar__label label {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #6e6e6e;
  padding: 10px 20px;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
}
.navbar__label img {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  height: auto;
  width: 15px;
}
.navbar__options {
  margin-top: -1px;
  background: #fff;
  padding: 0;
  display: none;
}
.navbar__option {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #6e6e6e;
  padding: 10px 20px;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.25rem;
  color: #1c1c1c;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
}
.navbar__option:hover {
  background: #c8c8c8;
}

.banner {
  background: #00ffe3;
  width: 100%;
  padding: 10px;
}
.banner--hidden {
  display: none;
}
.banner__container {
  margin: 0 auto;
  display: block;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #6e6e6e;
  color: black;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (min-width: 1441px) {
  .banner__container {
    width: 100%;
    max-width: calc(1284px + 156px);
    padding-left: 78px;
    padding-right: 78px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .banner__container {
    width: 100%;
    max-width: calc(1284px + 156px);
    padding-left: 78px;
    padding-right: 78px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .banner__container {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 599px) {
  .banner__container {
    width: calc(100% - 40px);
  }
}
.banner__close {
  display: block;
  width: 24px;
  height: 24px;
  padding: 8px;
  position: relative;
  background: none;
  border: none;
}
.banner__close::before, .banner__close::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: black;
  top: 0px;
}
.banner__close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.banner__close::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 20px;
  display: none;
}
.modal--active {
  display: -webkit-box;
  display: flex;
}
.modal__overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.modal__container {
  position: relative;
  width: 740px;
  height: 740px;
  margin: auto;
  padding: 110px 35px;
  z-index: 2;
  overflow: auto;
  background: #1C1C1C;
}
@media (max-width: 550px) {
  .modal__container {
    padding: 50px 25px;
  }
}
.modal__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.modal__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}
.modal__content {
  position: relative;
}
.modal__title-image {
  width: 299px;
  height: 91px;
  margin-bottom: 20px;
}
.modal__title-image img {
  width: 100%;
  height: 100%;
}
.modal__subtitle {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #6e6e6e;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.07125rem;
  line-height: 1.5625rem;
  text-transform: uppercase;
  color: #fff;
}
.modal__subtitle p {
  color: #fff;
  margin-bottom: 5px;
}
.modal__policy {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #6e6e6e;
  color: #fff;
}
.modal__policy p {
  color: #fff;
  margin-top: 0;
  line-height: 1.375rem;
  font-style: italic;
}
.modal__policy a {
  color: #fff;
  text-decoration: underline;
}
.modal__text {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #6e6e6e;
  color: #fff;
  margin-bottom: 42px;
}
@media (max-width: 550px) {
  .modal__text {
    max-width: 100%;
  }
}
.modal__button {
  background: transparent;
  position: absolute;
  top: 30px;
  right: 20px;
  border: none;
  cursor: pointer;
  width: 24px;
  height: 24px;
}
.modal__button::before {
  content: "";
  background: #00ffe3;
  height: 1px;
  width: 24px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal__button::after {
  content: "";
  background: #00ffe3;
  height: 1px;
  width: 24px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal__inner-container {
  max-width: 403px;
  margin: 0 auto;
}
.modal__form {
  position: relative;
}
@media (max-width: 550px) {
  .modal__form {
    max-width: 100%;
  }
}
.modal__form .gform_confirmation_wrapper {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #6e6e6e;
}
.modal__form .gform_confirmation_message {
  color: #fff;
  font-weight: 600;
}
.modal__form .validation_error,
.modal__form .validation_message {
  color: #fff;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #6e6e6e;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 26px;
}
.modal__form .validation_error {
  margin: 0 0 15px;
}
.modal__form .gform_footer {
  text-align: center;
  margin-bottom: 15px;
}
.modal__form .gform_footer .gform_ajax_spinner {
  width: 32px;
  margin-top: 15px;
}
.modal__form .gform_footer input {
  font-family: IBM Plex Mono, sans-serif;
  line-height: 2.25rem;
  border: 2px solid #d92678;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  background-color: #d92678;
  padding: 10px 27px;
  min-width: 129px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  padding: 0 20px;
  line-height: 2rem;
}
.modal__form .gform_footer input:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
  background-color: #00ffe3;
  border: 2px solid #00ffe3;
}
.modal__form .gform_body {
  display: block;
  margin-bottom: 13px;
}
.modal__form .gform_body ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.modal__form .gform_body .gfield_label {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #6e6e6e;
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.055rem;
  line-height: 1rem;
}
.modal__form .gform_fields {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.modal__form .gfield {
  width: 48%;
  margin-bottom: 5px;
  -webkit-box-flex: 1;
          flex-grow: 1;
}
@media screen and (max-width: 599px) {
  .modal__form .gfield {
    width: 100%;
  }
}
.modal__form input,
.modal__form select {
  width: 100%;
  height: 40px;
  padding: 0px 8px;
  border: 1px solid #c0c0c0;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #6e6e6e;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 2.5rem;
}
.modal__form input::-webkit-input-placeholder,
.modal__form select::-webkit-input-placeholder {
  color: #bababa;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 2.5rem;
}
.modal__form input:focus,
.modal__form select:focus {
  outline: none;
}
.modal__form .ginput_container_select {
  position: relative;
  width: 100%;
  height: 34px;
  display: inline-block;
}
.modal__form .ginput_container_select::after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 50%;
  margin-top: -1px;
  height: 0;
  width: 0;
  border-top: 5px solid #000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  pointer-events: none;
}
.modal__form select {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -webkit-appearance: none;
  width: 100%;
  color: #bababa;
  background-color: white;
}
@media (max-width: 814px) {
  .modal__form select {
    margin: 5px 0px;
    width: 100%;
  }
}
.modal__form textarea {
  width: 99.7%;
  height: 137px;
  resize: none;
  padding: 10px;
  border: 1px solid #c0c0c0;
  margin-top: 5px;
  font-size: 0.9375rem;
  font-family: "barlow semi condensed";
}
.modal__form textarea::-webkit-input-placeholder {
  color: #bababa;
  font-size: 0.9375rem;
  font-family: "barlow semi condensed";
}
.modal__form textarea:focus {
  outline: none;
}
.modal__form .form-left {
  width: 48.5%;
  display: inline-block;
  margin: 5px 5px 5px 0px;
}
@media (max-width: 814px) {
  .modal__form .form-left {
    margin: 5px 0px;
    width: 100%;
  }
}
.modal__form .form-right {
  width: 48.5%;
  display: inline-block;
  margin: 5px 0px 5px 5px;
}
@media (max-width: 814px) {
  .modal__form .form-right {
    margin: 5px 0px;
    width: 100%;
  }
}
.modal__form #selectbox-placeholder {
  color: #bababa;
}
.modal__form .ginput_recaptcha {
  margin-left: -25px !important;
}
.modal__form iframe {
  -webkit-transform: scale(0.82) !important;
          transform: scale(0.82) !important;
}

.footer {
  overflow: hidden;
}
@media print {
  .footer {
    display: none;
  }
}
.footer--top {
  background: #1c1c1c;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .footer--top {
    padding: 15px 0;
  }
}
@media screen and (min-width: 1441px) {
  .footer--top {
    padding: 15px 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .footer--top {
    padding: 15px 0 30px;
  }
}
@media screen and (max-width: 599px) {
  .footer--top {
    padding: 15px 0 25px;
  }
}
@media screen and (min-width: 320px) and (max-width: 750px) {
  .footer--top {
    padding: 15px 0 25px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .footer--bottom {
    padding: 70px 0 18px;
  }
}
@media screen and (min-width: 1441px) {
  .footer--bottom {
    padding: 70px 0 18px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .footer--bottom {
    padding: 50px 0 20px;
  }
}
@media screen and (max-width: 599px) {
  .footer--bottom {
    padding: 25px 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 750px) {
  .footer--bottom {
    padding: 25px 0;
  }
}
.footer__inner {
  margin: 0 auto;
  display: block;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1441px) {
  .footer__inner {
    width: 100%;
    max-width: calc(1284px + 156px);
    padding-left: 78px;
    padding-right: 78px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .footer__inner {
    width: 100%;
    max-width: calc(1284px + 156px);
    padding-left: 78px;
    padding-right: 78px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .footer__inner {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 599px) {
  .footer__inner {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 599px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.footer__inner--top {
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (max-width: 599px) {
  .footer__inner--top {
    display: block;
  }
}
@media screen and (min-width: 320px) and (max-width: 750px) {
  .footer__inner--top {
    display: block;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .footer__inner--top {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .footer__inner--bottom {
    display: block;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .footer__inner--bottom {
    display: block;
  }
}
.footer__message {
  width: 38.473%;
}
.footer__message p {
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 0.75rem;
  line-height: 1.375rem;
  font-style: italic;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}
.footer__message a {
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 0.75rem;
  line-height: 1.375rem;
  font-style: italic;
  color: #fff;
  text-decoration: underline;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .footer__message {
    padding: 0 40px 0 0;
  }
}
@media screen and (min-width: 1441px) {
  .footer__message {
    padding: 0 40px 0 0;
  }
}
@media screen and (max-width: 599px) {
  .footer__message {
    width: 100%;
  }
}
@media screen and (min-width: 320px) and (max-width: 750px) {
  .footer__message {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .footer__message {
    width: 100%;
  }
}
@media screen and (min-width: 320px) and (max-width: 1250px) {
  .footer__message {
    width: 100%;
  }
}
.footer__text-container {
  display: -webkit-box;
  display: flex;
}
@media (min-width: 1023px) and (max-width: 1160px) {
  .footer__text-container {
    flex-wrap: wrap;
  }
}
.footer__text-container p {
  position: relative;
  color: #fff;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .footer__text-container p {
    font-size: 1rem;
    line-height: 2rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .footer__text-container p {
    font-size: 1rem;
    line-height: 2rem;
  }
}
@media screen and (min-width: 1441px) {
  .footer__text-container p {
    font-size: 1rem;
    line-height: 2rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .footer__text-container p {
    font-size: 1rem;
    line-height: 2rem;
  }
}
@media screen and (min-width: 320px) and (max-width: 750px) {
  .footer__text-container p {
    font-size: 0.875rem;
    line-height: 1.5rem;
    margin-top: 0;
  }
}
@media screen and (max-width: 599px) {
  .footer__text-container p {
    flex-wrap: wrap;
  }
}
.footer__text-title {
  position: relative;
  display: inline-block;
  margin-right: 30px;
  font-weight: bold;
  max-width: 34%;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .footer__text-title {
    max-width: 25%;
  }
}
@media screen and (min-width: 320px) and (max-width: 750px) {
  .footer__text-title {
    margin-right: 20px;
    max-width: 25%;
  }
}
@media screen and (max-width: 599px) {
  .footer__text-title {
    margin-right: 20px;
  }
}
.footer__text-title::after {
  content: "-";
  position: absolute;
  right: -20px;
}
@media (min-width: 1023px) and (max-width: 1160px) {
  .footer__text-title::after {
    display: none;
  }
}
@media screen and (min-width: 320px) and (max-width: 750px) {
  .footer__text-title::after {
    right: 9px;
  }
}
@media screen and (max-width: 599px) {
  .footer__text-title::after {
    display: none;
  }
}
.footer__text-main {
  width: 66%;
  font-style: normal;
}
@media (max-width: 1160px) {
  .footer__text-main {
    flex-wrap: wrap;
    width: 100%;
    margin-top: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .footer__text-main {
    width: 80%;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 320px) and (max-width: 750px) {
  .footer__text-main {
    width: 75%;
  }
}
@media screen and (max-width: 599px) {
  .footer__text-main {
    width: 100%;
    flex-wrap: nowrap;
  }
}
.footer__gdpr {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.375rem;
  color: #fff;
  font-style: italic;
}
@media screen and (max-width: 599px) {
  .footer__gdpr {
    margin-bottom: 20px;
    font-size: 0.6875rem;
    line-height: 1.0625rem;
  }
}
.footer__gdpr a {
  color: #fff;
  font-style: italic;
  text-decoration: underline;
  font-size: 0.6875rem;
  line-height: 1.0625rem;
}
.footer__form {
  padding: 7px 0;
  -webkit-box-flex: 0;
          flex: none;
  width: 61.527%;
}
@media screen and (min-width: 320px) and (max-width: 1250px) {
  .footer__form {
    max-width: initial;
  }
}
@media screen and (min-width: 320px) and (max-width: 1250px) {
  .footer__form {
    min-width: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .footer__form {
    min-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .footer__form {
    min-width: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 320px) and (max-width: 750px) {
  .footer__form {
    min-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .footer__form {
    padding: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 750px) {
  .footer__form {
    padding: 0;
  }
}
.footer__form .gform_confirmation_message {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #6e6e6e;
  color: #fff;
}
.footer__form .ginput_container input {
  border: 0;
}
.footer__form .gform_wrapper form {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (max-width: 599px) {
  .footer__form .gform_wrapper form {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 320px) and (max-width: 750px) {
  .footer__form .gform_wrapper form {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}
.footer__form .gform_body {
  width: 100%;
}
@media screen and (min-width: 320px) and (max-width: 1250px) {
  .footer__form .gform_body {
    margin: 0 8px 0 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .footer__form .gform_body {
    margin: 0 8px 0 0;
  }
}
@media screen and (min-width: 1441px) {
  .footer__form .gform_body {
    margin: 0 8px 0 0;
  }
}
@media screen and (max-width: 599px) {
  .footer__form .gform_body {
    margin: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 750px) {
  .footer__form .gform_body {
    margin: 0;
  }
}
.footer__form .gform_fields {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  list-style-type: none;
  padding: 0;
}
@media screen and (min-width: 320px) and (max-width: 1250px) {
  .footer__form .gform_fields {
    max-width: 100%;
  }
}
@media screen and (min-width: 320px) and (max-width: 1250px) {
  .footer__form .gform_fields {
    padding: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .footer__form .gform_fields {
    padding: 0;
  }
}
@media screen and (max-width: 599px) {
  .footer__form .gform_fields {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 750px) {
  .footer__form .gform_fields {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 0;
    margin-bottom: 0;
  }
}
.footer__form .gform_fields .gfield {
  width: 100%;
  line-height: 2.5rem;
}
.footer__form .gform_fields .gfield.captcha {
  width: 0;
  max-width: 0;
  margin: 0;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .footer__form .gform_fields .gfield:nth-child(3n+2) {
    margin: 0 8px;
  }
  .footer__form .gform_fields .gfield:nth-child(3n+1), .footer__form .gform_fields .gfield:nth-child(3n+2) {
    max-width: 195px;
  }
  .footer__form .gform_fields .gfield:nth-child(3n+3) {
    min-width: 250px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .footer__form .gform_fields .gfield:nth-child(3n+2) {
    margin: 0 8px;
  }
  .footer__form .gform_fields .gfield:nth-child(3n+1), .footer__form .gform_fields .gfield:nth-child(3n+2) {
    max-width: 195px;
  }
  .footer__form .gform_fields .gfield:nth-child(3n+3) {
    min-width: 250px;
  }
}
@media screen and (min-width: 1441px) {
  .footer__form .gform_fields .gfield:nth-child(3n+2) {
    margin: 0 8px;
  }
  .footer__form .gform_fields .gfield:nth-child(3n+1), .footer__form .gform_fields .gfield:nth-child(3n+2) {
    max-width: 195px;
  }
  .footer__form .gform_fields .gfield:nth-child(3n+3) {
    min-width: 250px;
  }
}
@media screen and (max-width: 599px) {
  .footer__form .gform_fields .gfield:nth-child(3n+2) {
    margin: 0;
  }
  .footer__form .gform_fields .gfield:nth-child(3n+1), .footer__form .gform_fields .gfield:nth-child(3n+2), .footer__form .gform_fields .gfield:nth-child(3n+3) {
    max-width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 320px) and (max-width: 750px) {
  .footer__form .gform_fields .gfield:nth-child(3n+2) {
    margin: 0;
  }
  .footer__form .gform_fields .gfield:nth-child(3n+1), .footer__form .gform_fields .gfield:nth-child(3n+2), .footer__form .gform_fields .gfield:nth-child(3n+3) {
    max-width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  .footer__form .gform_fields .gfield {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin: 0 0 10px;
  }
}
@media screen and (min-width: 320px) and (max-width: 750px) {
  .footer__form .gform_fields .gfield {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin: 0 0 10px;
  }
}
.footer__form .gform_fields .gfield label {
  display: none;
}
.footer__form .gform_fields .gfield input {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #6e6e6e;
  padding: 0 20px;
  height: 40px;
  width: 100%;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 2.5rem;
}
@media screen and (max-width: 599px) {
  .footer__form .gform_fields .gfield input {
    padding: 0 15px;
  }
}
@media screen and (min-width: 320px) and (max-width: 750px) {
  .footer__form .gform_fields .gfield input {
    padding: 0 15px;
  }
}
.footer__form .gform_fields .gfield_error {
  background-color: transparent;
  border: 0;
}
.footer__form .gform_fields .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border-color: #ff0000;
}
.footer__form .gform_fields .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder {
  color: #c40000;
}
.footer__form .gform_fields .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder {
  color: #c40000;
}
.footer__form .gform_fields .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder {
  color: #c40000;
}
.footer__form .gform_fields .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-ms-input-placeholder {
  color: #c40000;
}
.footer__form .gform_fields .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder {
  color: #c40000;
}
.footer__form .gform_footer input {
  font-family: IBM Plex Mono, sans-serif;
  line-height: 2.25rem;
  border: 2px solid #d92678;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  background-color: #d92678;
  padding: 10px 27px;
  min-width: 129px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  min-width: 123px;
  padding: 0;
  height: auto;
  -moz-appearance: none;
       appearance: none;
}
.footer__form .gform_footer input:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
  background-color: #00ffe3;
  border: 2px solid #00ffe3;
}
@media screen and (max-width: 599px) {
  .footer__form .gform_footer input {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 320px) and (max-width: 750px) {
  .footer__form .gform_footer input {
    max-width: 100%;
    width: 100%;
  }
}
.footer__form .gform_footer textarea,
.footer__form .gform_footer input[type=checkbox],
.footer__form .gform_footer select {
  border-color: #ff0000 !important;
}
.footer__form .gform_footer textarea::-webkit-input-placeholder, .footer__form .gform_footer input[type=checkbox]::-webkit-input-placeholder, .footer__form .gform_footer select::-webkit-input-placeholder {
  color: #ff0000 !important;
}
.footer__form .gform_footer textarea::-moz-placeholder, .footer__form .gform_footer input[type=checkbox]::-moz-placeholder, .footer__form .gform_footer select::-moz-placeholder {
  color: #ff0000 !important;
}
.footer__form .gform_footer textarea:-ms-input-placeholder, .footer__form .gform_footer input[type=checkbox]:-ms-input-placeholder, .footer__form .gform_footer select:-ms-input-placeholder {
  color: #ff0000 !important;
}
.footer__form .gform_footer textarea::-ms-input-placeholder, .footer__form .gform_footer input[type=checkbox]::-ms-input-placeholder, .footer__form .gform_footer select::-ms-input-placeholder {
  color: #ff0000 !important;
}
.footer__form .gform_footer textarea::placeholder,
.footer__form .gform_footer input[type=checkbox]::placeholder,
.footer__form .gform_footer select::placeholder {
  color: #ff0000 !important;
}
.footer__form .validation_error {
  display: none;
}
.footer__form .validation_message {
  display: none;
}
.footer__logo {
  width: 100%;
  height: auto;
  max-width: 192px;
  margin-right: 40px;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .footer__logo {
    width: 25%;
  }
}
@media screen and (min-width: 1441px) {
  .footer__logo {
    width: 25%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .footer__logo {
    max-width: 156px;
  }
}
@media screen and (max-width: 599px) {
  .footer__logo {
    max-width: 127px;
  }
}
.footer__logo img {
  width: 100%;
  height: auto;
}
.footer__wrapper {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .footer__wrapper {
    max-width: 787px;
    width: 75%;
  }
}
@media screen and (min-width: 1441px) {
  .footer__wrapper {
    max-width: 787px;
    width: 75%;
  }
}
@media (max-width: 1083px) {
  .footer__wrapper {
    width: 70%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .footer__wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .footer__wrapper {
    width: 100%;
  }
}
.footer__links {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 100%;
  list-style-type: none;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .footer__links {
    margin: 0 0 50px;
  }
}
@media screen and (min-width: 1441px) {
  .footer__links {
    margin: 0 0 50px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .footer__links {
    margin: 0 0 60px;
    padding-left: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 750px) {
  .footer__links {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599px) {
  .footer__links {
    padding-left: 0;
    flex-wrap: wrap;
  }
}
.footer__links > li {
  width: 25%;
}
.footer__links > li:last-of-type {
  width: 16.5%;
}
@media screen and (max-width: 599px) {
  .footer__links > li:last-of-type {
    width: 121px;
  }
}
@media screen and (min-width: 320px) and (max-width: 750px) {
  .footer__links > li:last-of-type {
    width: 121px;
  }
}
@media screen and (min-width: 320px) and (max-width: 750px) {
  .footer__links > li {
    width: 33.33%;
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 599px) {
  .footer__links > li {
    width: 100%;
    max-width: initial;
    margin: 0 0 30px;
  }
}
.footer__links > li > a {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #6e6e6e;
  margin: 0;
  font-style: 16px;
  line-height: 3.25rem;
  font-weight: 700;
  color: #1c1c1c;
  pointer-events: none;
}
.footer__links > li .sub-menu {
  list-style-type: none;
  padding: 0;
}
.footer__links > li .sub-menu a {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #6e6e6e;
  line-height: 1.75rem;
  font-size: 0.75rem;
  color: #757575;
}
.footer__title {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #6e6e6e;
  pointer-events: none;
  margin: 0;
  font-style: 16px;
  line-height: 3.25rem;
  font-weight: 700;
  color: #1c1c1c;
}
.footer__social {
  width: 16.5%;
}
@media screen and (max-width: 599px) {
  .footer__social {
    margin: 0 0 50px;
  }
}
.footer__social-container {
  -webkit-box-align: right;
          align-items: right;
}
.footer__icons {
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.footer__icons svg {
  margin: 0 8px 8px 0;
  width: 23px;
  height: 23px;
}
.footer__icons svg:last-of-type {
  margin: 0 0 8px 0;
}
.footer__copyright {
  width: 100%;
  text-align: right;
}
@media screen and (max-width: 599px) {
  .footer__copyright {
    text-align: center;
  }
}
.footer__copyright p {
  margin: 0;
  font-size: 0.625rem;
  line-height: 1.75rem;
  text-align: right;
}
@media screen and (max-width: 599px) {
  .footer__copyright p {
    margin: 0 auto;
    max-width: 230px;
    text-align: center;
  }
}
.footer__copyright a[href^=tel] {
  pointer-events: none;
  color: #6e6e6e;
  font-size: 0.625rem;
  line-height: 1.75rem;
  font-weight: 400;
}

.play-button {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 50%;
  margin-top: -50px;
  background: #d92678;
}
@media screen and (max-width: 599px) {
  .play-button {
    width: 56px;
    height: 56px;
    margin-left: -28px;
    margin-top: -28px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .play-button {
    width: 72px;
    height: 72px;
    left: 62%;
    margin-left: -36px;
    margin-top: -36px;
  }
}
.play-button:hover {
  background: #00ffe3;
}
.play-button:hover::after {
  border-color: transparent transparent transparent #1c1c1c;
}
.play-button::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 0 28px 40px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: -28px;
}
@media screen and (max-width: 599px) {
  .play-button::after {
    border-width: 14px 0 14px 20px;
    margin-left: -10px;
    margin-top: -14px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .play-button::after {
    border-width: 20px 0 20px 29px;
    margin-left: -15px;
    margin-top: -20px;
  }
}

.error404 {
  position: relative;
  margin-bottom: 120px;
}
@media screen and (max-width: 599px) {
  .error404 {
    margin-bottom: 65px;
  }
}
.error404__background-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 41.3%;
  max-width: 584px;
  z-index: -1;
}
.error404__background-image img {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .error404__background-image {
    width: 40%;
  }
}
@media (max-width: 430px) {
  .error404__background-image {
    width: 55%;
  }
}
.error404__container {
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 1441px) {
  .error404__container {
    width: 100%;
    max-width: calc(1284px + 156px);
    padding-left: 78px;
    padding-right: 78px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .error404__container {
    width: 100%;
    max-width: calc(1284px + 156px);
    padding-left: 78px;
    padding-right: 78px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .error404__container {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 599px) {
  .error404__container {
    width: calc(100% - 40px);
  }
}
.error404 .image-404 {
  margin-top: 90px;
  margin-bottom: 12px;
  max-height: 70px;
}
@media screen and (max-width: 599px) {
  .error404 .image-404 {
    margin-bottom: 15px;
  }
}
.error404 svg {
  margin-top: 90px;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .error404 svg {
    margin-bottom: 15px;
  }
}
.error404__title {
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 1.75rem;
  line-height: 3.25rem;
  font-weight: 700;
  color: #000;
  margin: 0;
  letter-spacing: 0;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .error404__title {
    width: 70%;
  }
}
@media screen and (max-width: 599px) {
  .error404__title {
    line-height: 2.5rem;
    font-size: 1.5rem;
  }
}
.error404__text {
  font-size: 1rem;
  line-height: 1.75rem;
  font-family: "IBM Plex Mono", sans-serif;
  font-weight: 400;
  color: #000;
  width: 45%;
  margin-bottom: 70px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .error404__text {
    width: 80%;
  }
}
@media screen and (max-width: 599px) {
  .error404__text {
    width: 100%;
    margin-bottom: 45px;
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}
.error404__button-container {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 21.5%;
}
@media screen and (max-width: 599px) {
  .error404__button-container {
    width: 100%;
  }
}
.error404__button {
  font-family: IBM Plex Mono, sans-serif;
  line-height: 2rem;
  border: 2px solid #000;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #000;
  display: inline-block;
  text-decoration: none;
  background-color: #fff;
  padding: 10px 27px;
  min-width: 129px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  padding: 5px;
  min-width: 260px;
  margin-bottom: 20px;
}
.error404__button:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  background-color: #000;
}
.error404__button--pink {
  font-family: IBM Plex Mono, sans-serif;
  line-height: 2.25rem;
  border: 2px solid #d92678;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  background-color: #d92678;
  padding: 10px 27px;
  min-width: 129px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  padding: 5px;
  min-width: 260px;
}
.error404__button--pink:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
  background-color: #00ffe3;
  border: 2px solid #00ffe3;
}
@media screen and (max-width: 599px) {
  .error404__button {
    width: 100%;
    min-width: unset;
  }
}

.cta-join {
  position: relative;
}
@media screen and (min-width: 600px) and (max-width: 1120px) {
  .cta-join {
    margin: 50px auto;
  }
}
@media screen and (min-width: 1121px) and (max-width: 1440px) {
  .cta-join {
    margin: 50px auto;
  }
}
@media screen and (min-width: 1441px) {
  .cta-join {
    margin: 50px auto;
  }
}
@media screen and (max-width: 599px) {
  .cta-join {
    margin: 25px auto;
  }
}
.cta-join--blue .cta-join__inner {
  background: #00ffe3;
}
.cta-join--blue .cta-join__content h3,
.cta-join--blue .cta-join__content p {
  color: #000;
}
.cta-join__inner {
  margin: 0 auto;
  display: block;
  background: #1c1c1c;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1441px) {
  .cta-join__inner {
    width: 100%;
    max-width: calc(1400px + 40px);
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .cta-join__inner {
    width: 100%;
    max-width: calc(1400px + 40px);
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .cta-join__inner {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 599px) {
  .cta-join__inner {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 1121px) and (max-width: 1440px) {
  .cta-join__inner {
    width: calc(100% - 20px * 2);
    margin: 0 auto;
    padding: 72px 0 63px;
  }
}
@media screen and (min-width: 1441px) {
  .cta-join__inner {
    width: calc(100% - 20px * 2);
    margin: 0 auto;
    padding: 72px 0 63px;
  }
}
@media screen and (max-width: 599px) {
  .cta-join__inner {
    padding: 75px 35px 25px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1120px) {
  .cta-join__inner {
    padding: 50px 40px;
    width: calc(100% - 10px * 2);
  }
}
.cta-join__inner .cta-join__shapes {
  position: absolute;
}
@media screen and (max-width: 599px) {
  .cta-join__inner .cta-join__shapes {
    top: 0;
    right: 0;
  }
  .cta-join__inner .cta-join__shapes img {
    width: 92px;
    height: 104px;
    display: block;
    margin-left: auto;
  }
  .cta-join__inner .cta-join__shapes .cta-join__shape--tablet {
    display: none;
  }
  .cta-join__inner .cta-join__shapes .cta-join__shape--desktop {
    display: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 1120px) {
  .cta-join__inner .cta-join__shapes {
    bottom: 0;
    left: 0;
  }
  .cta-join__inner .cta-join__shapes img {
    width: 221px;
    height: 283px;
    display: block;
    margin-right: auto;
  }
  .cta-join__inner .cta-join__shapes .cta-join__shape--mobile {
    display: none;
  }
  .cta-join__inner .cta-join__shapes .cta-join__shape--desktop {
    display: none;
  }
}
@media screen and (min-width: 1121px) and (max-width: 1440px) {
  .cta-join__inner .cta-join__shapes {
    left: 0;
    bottom: 0;
    top: 0;
  }
  .cta-join__inner .cta-join__shapes img {
    height: 100%;
    display: block;
  }
}
@media screen and (min-width: 1121px) and (max-width: 1440px) and (min-width: 1121px) and (max-width: 1440px) {
  .cta-join__inner .cta-join__shapes img {
    margin-left: -100px;
  }
}
@media screen and (min-width: 1121px) and (max-width: 1440px) {
  .cta-join__inner .cta-join__shapes .cta-join__shape--mobile {
    display: none;
  }
  .cta-join__inner .cta-join__shapes .cta-join__shape--tablet {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .cta-join__inner .cta-join__shapes {
    left: 0;
    bottom: 0;
    top: 0;
  }
  .cta-join__inner .cta-join__shapes img {
    height: 100%;
    display: block;
  }
}
@media screen and (min-width: 1441px) and (min-width: 1121px) and (max-width: 1440px) {
  .cta-join__inner .cta-join__shapes img {
    margin-left: -100px;
  }
}
@media screen and (min-width: 1441px) {
  .cta-join__inner .cta-join__shapes .cta-join__shape--mobile {
    display: none;
  }
  .cta-join__inner .cta-join__shapes .cta-join__shape--tablet {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .cta-join__inner .cta-join__title img {
    width: 134px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1120px) {
  .cta-join__inner .cta-join__title {
    position: absolute;
    top: 50px;
    left: 40px;
  }
  .cta-join__inner .cta-join__title img {
    width: 165px;
  }
}
@media screen and (min-width: 1121px) and (max-width: 1440px) {
  .cta-join__inner .cta-join__title {
    margin-right: 45px;
  }
  .cta-join__inner .cta-join__title img {
    width: 180px;
  }
}
@media screen and (min-width: 1441px) {
  .cta-join__inner .cta-join__title {
    margin-right: 45px;
  }
  .cta-join__inner .cta-join__title img {
    width: 180px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1120px) {
  .cta-join__padding {
    margin-left: 240px;
  }
}
@media screen and (min-width: 1121px) and (max-width: 1440px) {
  .cta-join__padding {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 750px;
    display: -webkit-box;
    display: flex;
  }
}
@media screen and (min-width: 1441px) {
  .cta-join__padding {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 750px;
    display: -webkit-box;
    display: flex;
  }
}
@media screen and (min-width: 600px) and (max-width: 1120px) {
  .cta-join__content {
    max-width: 500px;
    margin-left: auto;
  }
}
@media screen and (min-width: 1121px) and (max-width: 1440px) {
  .cta-join__content {
    max-width: 524px;
    margin-left: auto;
  }
}
@media screen and (min-width: 1441px) {
  .cta-join__content {
    max-width: 524px;
    margin-left: auto;
  }
}
.cta-join__content h3 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.875rem;
}
@media screen and (min-width: 600px) and (max-width: 1120px) {
  .cta-join__content h3 {
    margin-top: -4px;
  }
}
@media screen and (min-width: 1121px) and (max-width: 1440px) {
  .cta-join__content h3 {
    margin-top: -4px;
  }
}
@media screen and (min-width: 1441px) {
  .cta-join__content h3 {
    margin-top: -4px;
  }
}
.cta-join__quote {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.625rem;
  letter-spacing: 0.01063rem;
  color: #fff;
}
@media (max-width: 1339px) {
  .cta-join__quote {
    width: 98%;
  }
}
@media screen and (max-width: 599px) {
  .cta-join__quote {
    margin-bottom: 27px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1120px) {
  .cta-join__quote {
    margin-top: 0px;
  }
}
@media screen and (min-width: 1121px) and (max-width: 1440px) {
  .cta-join__quote {
    margin-top: 0px;
  }
}
@media screen and (min-width: 1441px) {
  .cta-join__quote {
    margin-top: 0px;
  }
}
.cta-join__member {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 4%;
}
.cta-join__member img {
  position: relative;
  left: unset;
  top: unset;
  -webkit-transform: unset;
          transform: unset;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  /* stylelint-disable-line */
}
.cta-join__member img:hover {
  cursor: pointer;
}
@media (max-width: 1440px) {
  .cta-join__member {
    margin-bottom: 3%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1120px) {
  .cta-join__member {
    margin-bottom: 13%;
  }
}
@media (max-width: 700px) {
  .cta-join__member {
    margin-bottom: 9%;
  }
}
@media screen and (max-width: 599px) {
  .cta-join__member {
    margin-bottom: 7%;
  }
}
@media (max-width: 524px) {
  .cta-join__member {
    margin-bottom: 18%;
  }
}
.cta-join__member .cta-join__name {
  margin: 0;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: initial;
  letter-spacing: 0.063em;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .cta-join__member .cta-join__name {
    letter-spacing: 0.00938rem;
    margin: 2px 0;
  }
}
.cta-join__member .cta-join__detail {
  margin: 0;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: initial;
  letter-spacing: 0.063em;
  color: #fff;
  font-style: italic;
}
@media screen and (max-width: 599px) {
  .cta-join__member .cta-join__detail {
    letter-spacing: 0.00938rem;
    margin: 2px 0;
  }
}
.cta-join__member-text {
  margin-left: 2.5%;
}
@media screen and (max-width: 599px) {
  .cta-join__member-text {
    margin-left: 7.5%;
  }
}
.cta-join__buttons {
  width: 100%;
}
@media screen and (min-width: 1121px) and (max-width: 1440px) {
  .cta-join__buttons {
    padding-right: 24px;
    margin-top: 58px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1441px) {
  .cta-join__buttons {
    padding-right: 24px;
    margin-top: 58px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 599px) {
  .cta-join__buttons .cta-join__button {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1120px) {
  .cta-join__buttons .cta-join__button {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1121px) and (max-width: 1440px) {
  .cta-join__buttons .cta-join__button {
    width: 47%;
  }
}
@media screen and (min-width: 1441px) {
  .cta-join__buttons .cta-join__button {
    width: 47%;
  }
}
.cta-join__buttons .cta-join__button--left {
  font-family: IBM Plex Mono, sans-serif;
  line-height: 2.25rem;
  border: 2px solid #d92678;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  background-color: #d92678;
  padding: 10px 27px;
  min-width: 129px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  padding: 5px;
  line-height: 1.875rem;
}
.cta-join__buttons .cta-join__button--left:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
  background-color: #00ffe3;
  border: 2px solid #00ffe3;
}
@media screen and (max-width: 599px) {
  .cta-join__buttons .cta-join__button--left {
    margin-right: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1120px) {
  .cta-join__buttons .cta-join__button--left {
    margin-right: 0;
  }
}
.cta-join__buttons .cta-join__button--right {
  font-family: IBM Plex Mono, sans-serif;
  line-height: 2rem;
  border: 1px solid #fff;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  background-color: #000;
  padding: 10px 27px;
  min-width: 129px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  padding: 5px;
}
.cta-join__buttons .cta-join__button--right:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
  background-color: #fff;
}
.double-cta {
  position: relative;
}
@media screen and (min-width: 600px) and (max-width: 1120px) {
  .double-cta {
    margin: 50px auto;
  }
}
@media screen and (min-width: 1121px) and (max-width: 1440px) {
  .double-cta {
    margin: 50px auto;
  }
}
@media screen and (min-width: 1441px) {
  .double-cta {
    margin: 50px auto;
  }
}
@media screen and (max-width: 599px) {
  .double-cta {
    margin: 25px auto;
  }
}
.double-cta__inner {
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 1441px) {
  .double-cta__inner {
    width: 100%;
    max-width: calc(1400px + 40px);
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .double-cta__inner {
    width: 100%;
    max-width: calc(1400px + 40px);
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .double-cta__inner {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 599px) {
  .double-cta__inner {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 1121px) and (max-width: 1440px) {
  .double-cta__inner {
    display: -webkit-box;
    display: flex;
  }
}
@media screen and (min-width: 1441px) {
  .double-cta__inner {
    display: -webkit-box;
    display: flex;
  }
}
.double-cta__inner .double-cta__padding {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 600px) and (max-width: 1120px) {
  .double-cta__inner .double-cta__padding {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1121px) and (max-width: 1440px) {
  .double-cta__inner .double-cta__padding {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1441px) {
  .double-cta__inner .double-cta__padding {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
.double-cta__inner .double-cta__left {
  background: #1c1c1c;
  overflow: hidden;
  position: relative;
}
.double-cta__inner .double-cta__left .double-cta__text {
  color: #fff;
}
@media screen and (min-width: 1121px) and (max-width: 1440px) {
  .double-cta__inner .double-cta__left {
    width: 50%;
  }
}
@media screen and (min-width: 1441px) {
  .double-cta__inner .double-cta__left {
    width: 50%;
  }
}
@media screen and (min-width: 1121px) and (max-width: 1440px) {
  .double-cta__inner .double-cta__left .double-cta__padding {
    margin: 106px 103px 67px 80px;
  }
}
@media screen and (min-width: 1441px) {
  .double-cta__inner .double-cta__left .double-cta__padding {
    margin: 106px 103px 67px 80px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1120px) {
  .double-cta__inner .double-cta__left .double-cta__padding {
    margin: 76px 171px 65px 50px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 599px) {
  .double-cta__inner .double-cta__left .double-cta__padding {
    margin: 58px 35px 35px;
  }
}
@media screen and (min-width: 1121px) and (max-width: 1440px) {
  .double-cta__inner .double-cta__left .double-cta__shapes {
    top: -197px;
    bottom: -150px;
    left: -111px;
  }
}
@media screen and (min-width: 1441px) {
  .double-cta__inner .double-cta__left .double-cta__shapes {
    top: -197px;
    bottom: -150px;
    left: -111px;
  }
}
@media screen and (min-width: 1121px) and (max-width: 1440px) {
  .double-cta__inner .double-cta__left .double-cta__shapes {
    left: -134px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1120px) {
  .double-cta__inner .double-cta__left .double-cta__shapes {
    top: -197px;
    bottom: -150px;
    left: -111px;
  }
}
@media screen and (max-width: 599px) {
  .double-cta__inner .double-cta__left .double-cta__shapes {
    top: -74px;
    left: -55px;
  }
  .double-cta__inner .double-cta__left .double-cta__shapes img {
    width: 140px;
  }
}
.double-cta__inner .double-cta__left .double-cta__button {
  font-family: IBM Plex Mono, sans-serif;
  line-height: 2.25rem;
  border: 2px solid #d92678;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  background-color: #d92678;
  padding: 10px 27px;
  min-width: 129px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  display: block;
  padding: 5px;
  margin-top: 40px;
  line-height: 1.875rem;
}
.double-cta__inner .double-cta__left .double-cta__button:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
  background-color: #00ffe3;
  border: 2px solid #00ffe3;
}
.double-cta__inner .double-cta__right {
  background: #fff;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1121px) and (max-width: 1440px) {
  .double-cta__inner .double-cta__right {
    width: 50%;
  }
}
@media screen and (min-width: 1441px) {
  .double-cta__inner .double-cta__right {
    width: 50%;
  }
}
@media screen and (min-width: 1121px) and (max-width: 1440px) {
  .double-cta__inner .double-cta__right .double-cta__padding {
    margin: 106px auto 67px 40px;
    max-width: 460px;
  }
}
@media screen and (min-width: 1441px) {
  .double-cta__inner .double-cta__right .double-cta__padding {
    margin: 106px auto 67px 40px;
    max-width: 460px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1120px) {
  .double-cta__inner .double-cta__right .double-cta__padding {
    margin: 76px 171px 65px 50px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 599px) {
  .double-cta__inner .double-cta__right .double-cta__padding {
    margin: 58px 35px 35px;
  }
}
@media screen and (min-width: 1121px) and (max-width: 1440px) {
  .double-cta__inner .double-cta__right .double-cta__shapes {
    right: -203px;
    top: -305px;
    bottom: -73px;
  }
}
@media screen and (min-width: 1441px) {
  .double-cta__inner .double-cta__right .double-cta__shapes {
    right: -203px;
    top: -305px;
    bottom: -73px;
  }
}
@media screen and (min-width: 1121px) and (max-width: 1440px) {
  .double-cta__inner .double-cta__right .double-cta__shapes {
    right: -350px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1120px) {
  .double-cta__inner .double-cta__right .double-cta__shapes {
    right: -236px;
    top: -376px;
    bottom: -73px;
    max-width: 500px;
  }
}
@media screen and (max-width: 599px) {
  .double-cta__inner .double-cta__right .double-cta__shapes {
    bottom: -55px;
    right: -93px;
  }
  .double-cta__inner .double-cta__right .double-cta__shapes img {
    width: 170px;
  }
}
.double-cta__inner .double-cta__right .double-cta__button {
  font-family: IBM Plex Mono, sans-serif;
  line-height: 2rem;
  border: 2px solid #000;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #000;
  display: inline-block;
  text-decoration: none;
  background-color: #fff;
  padding: 10px 27px;
  min-width: 129px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  display: block;
  padding: 5px;
  margin-top: 40px;
  line-height: 1.875rem;
}
.double-cta__inner .double-cta__right .double-cta__button:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  background-color: #000;
}
.double-cta__inner .double-cta__title {
  height: 100%;
}
@media screen and (min-width: 1441px) {
  .double-cta__inner .double-cta__title {
    max-height: 64px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1120px) {
  .double-cta__inner .double-cta__title {
    height: 50px;
  }
}
@media screen and (min-width: 1121px) and (max-width: 1440px) {
  .double-cta__inner .double-cta__title {
    height: 50px;
  }
}
@media screen and (max-width: 599px) {
  .double-cta__inner .double-cta__title {
    height: 45px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1120px) {
  .double-cta__inner .double-cta__content {
    margin-left: 30px;
  }
}
@media screen and (min-width: 1121px) and (max-width: 1440px) {
  .double-cta__inner .double-cta__content {
    margin-left: 30px;
  }
}
@media screen and (min-width: 1441px) {
  .double-cta__inner .double-cta__content {
    margin-left: 30px;
  }
}
@media screen and (max-width: 599px) {
  .double-cta__inner .double-cta__content {
    margin-top: 26px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1120px) {
  .double-cta__inner .double-cta__content {
    width: 230px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1120px) and (min-width: 790px) {
  .double-cta__inner .double-cta__content {
    width: 320px;
    margin-left: 60px;
  }
}
.double-cta__inner .double-cta__content p {
  margin-top: 0;
}
.double-cta .double-cta__shapes {
  position: absolute;
}
@media screen and (max-width: 599px) {
  .double-cta .double-cta__shapes .double-cta__shape--tablet {
    display: none;
  }
  .double-cta .double-cta__shapes .double-cta__shape--desktop {
    display: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 1120px) {
  .double-cta .double-cta__shapes .double-cta__shape {
    height: 100%;
  }
  .double-cta .double-cta__shapes .double-cta__shape--mobile {
    display: none;
  }
  .double-cta .double-cta__shapes .double-cta__shape--desktop {
    display: none;
  }
}
@media screen and (min-width: 1121px) and (max-width: 1440px) {
  .double-cta .double-cta__shapes .double-cta__shape {
    height: 100%;
  }
  .double-cta .double-cta__shapes .double-cta__shape--mobile {
    display: none;
  }
  .double-cta .double-cta__shapes .double-cta__shape--tablet {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .double-cta .double-cta__shapes .double-cta__shape {
    height: 100%;
  }
  .double-cta .double-cta__shapes .double-cta__shape--mobile {
    display: none;
  }
  .double-cta .double-cta__shapes .double-cta__shape--tablet {
    display: none;
  }
}

.text-cta {
  position: relative;
  margin-bottom: 100px;
  height: 0;
  padding-top: 24%;
}
@media screen and (min-width: 1441px) {
  .text-cta {
    height: 371px;
    padding-top: unset;
  }
}
@media (max-width: 1339px) {
  .text-cta {
    padding-top: 50%;
  }
}
@media (max-width: 869px) {
  .text-cta {
    padding-top: 75%;
  }
}
@media screen and (max-width: 599px) {
  .text-cta {
    padding-top: 86%;
    margin-bottom: 90px;
  }
}
@media (max-width: 524px) {
  .text-cta {
    padding-top: 160%;
  }
}
.text-cta__container {
  position: relative;
}
.text-cta__container--large {
  margin: 0 auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (min-width: 1441px) {
  .text-cta__container--large {
    width: 100%;
    max-width: calc(1400px + 40px);
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .text-cta__container--large {
    width: 100%;
    max-width: calc(1400px + 40px);
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .text-cta__container--large {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 599px) {
  .text-cta__container--large {
    width: calc(100% - 40px);
  }
}
.text-cta__container--small {
  margin: 0 auto;
  display: block;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 1441px) {
  .text-cta__container--small {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .text-cta__container--small {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .text-cta__container--small {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 599px) {
  .text-cta__container--small {
    width: calc(100% - 40px);
  }
}
.text-cta__image {
  z-index: -1;
  height: 100%;
  display: block;
}
.text-cta__image img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.text-cta__content {
  margin-top: 6%;
  margin-left: 35%;
  width: 46%;
}
@media (max-width: 1339px) {
  .text-cta__content {
    margin-top: 22%;
    margin-left: 33%;
    margin-right: 3%;
    width: 68%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .text-cta__content {
    width: 62%;
    margin-left: 37%;
    margin-top: 6%;
  }
}
@media (max-width: 869px) {
  .text-cta__content {
    margin-top: 8%;
  }
}
@media screen and (max-width: 599px) {
  .text-cta__content {
    width: 78%;
    margin-top: 18%;
    margin-left: 12%;
  }
}
@media (max-width: 524px) {
  .text-cta__content {
    margin-top: 41%;
  }
}
.text-cta__title {
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 1.25rem;
  line-height: 3.25rem;
  font-weight: 700;
  color: #000;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .text-cta__title {
    line-height: 1.875rem;
  }
}
.text-cta__text {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0.01063rem;
  color: #1c1c1c;
  margin: 2px 0 11%;
}
@media (max-width: 1339px) {
  .text-cta__text {
    width: 98%;
  }
}
@media screen and (max-width: 599px) {
  .text-cta__text {
    margin-bottom: 30px;
  }
}
.text-cta__member {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 9%;
}
.text-cta__member svg {
  position: relative;
  left: unset;
  top: unset;
  -webkit-transform: unset;
          transform: unset;
  width: 46px;
  height: 46px;
  border-radius: 50%;
}
.text-cta__member svg:hover {
  cursor: pointer;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .text-cta__member {
    margin-bottom: 13%;
  }
}
@media (max-width: 700px) {
  .text-cta__member {
    margin-bottom: 9%;
  }
}
@media screen and (max-width: 599px) {
  .text-cta__member {
    margin-bottom: 7%;
  }
}
@media (max-width: 524px) {
  .text-cta__member {
    margin-bottom: 18%;
  }
}
.text-cta__member-text {
  margin-left: 2.5%;
}
@media screen and (max-width: 599px) {
  .text-cta__member-text {
    margin-left: 7.5%;
  }
}
.text-cta__name {
  margin: 0;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: initial;
  letter-spacing: 0.063em;
  color: #fff;
}
.text-cta__name:hover {
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  .text-cta__name {
    letter-spacing: 0.00938rem;
    margin: 2px 0;
  }
}
.text-cta__detail {
  margin: 0;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: initial;
  letter-spacing: 0.063em;
  color: #fff;
  font-style: italic;
}
@media screen and (max-width: 599px) {
  .text-cta__detail {
    letter-spacing: 0.00938rem;
    margin: 2px 0;
  }
}
.text-cta__button {
  font-family: IBM Plex Mono, sans-serif;
  line-height: 2.25rem;
  border: 2px solid #d92678;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  background-color: #d92678;
  padding: 10px 27px;
  min-width: 129px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  max-width: 233px;
  width: 100%;
  padding: 5px;
}
.text-cta__button:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
  background-color: #00ffe3;
  border: 2px solid #00ffe3;
}
@media screen and (max-width: 599px) {
  .text-cta__button {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .text-cta__button {
    width: 100%;
  }
}

.two-cta {
  position: relative;
  margin-bottom: 120px;
}
@media (max-width: 1270px) {
  .two-cta {
    padding-top: 9%;
    margin-bottom: 270px;
  }
}
@media screen and (max-width: 599px) {
  .two-cta {
    padding-top: 0;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .two-cta {
    padding-top: 0;
    margin-bottom: 40px;
  }
}
.two-cta__container {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  flex-wrap: nowrap;
}
.two-cta__container--large {
  margin: 0 auto;
  display: block;
  display: -webkit-box;
  display: flex;
}
@media screen and (min-width: 1441px) {
  .two-cta__container--large {
    width: 100%;
    max-width: calc(1400px + 40px);
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .two-cta__container--large {
    width: 100%;
    max-width: calc(1400px + 40px);
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .two-cta__container--large {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 599px) {
  .two-cta__container--large {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .two-cta__container--large {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media screen and (min-width: 1441px) {
  .two-cta__container--large {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 599px) {
  .two-cta__container--large {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .two-cta__container--large {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.two-cta__container--small {
  margin: 0 auto;
  display: block;
  display: -webkit-box;
  display: flex;
}
@media screen and (min-width: 1441px) {
  .two-cta__container--small {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .two-cta__container--small {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .two-cta__container--small {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 599px) {
  .two-cta__container--small {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 599px) {
  .two-cta__container--small {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .two-cta__container--small {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
.two-cta__image {
  z-index: -1;
  width: 50%;
  padding-top: 25.5%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  position: relative;
}
@media (max-width: 1269px) {
  .two-cta__image {
    padding-top: 29.5%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .two-cta__image {
    width: 100%;
    padding-top: 40%;
  }
}
@media screen and (max-width: 599px) {
  .two-cta__image {
    width: 100%;
    padding-top: 60%;
  }
}
@media (max-width: 539px) {
  .two-cta__image {
    padding-top: 125%;
  }
}
.two-cta__image--left {
  left: 0;
}
.two-cta__image--right {
  right: 0;
}
.two-cta__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.two-cta__block {
  width: 100%;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .two-cta__block {
    max-width: 50%;
  }
}
@media screen and (min-width: 1441px) {
  .two-cta__block {
    max-width: 50%;
  }
}
@media screen and (max-width: 599px) {
  .two-cta__block {
    height: 50%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .two-cta__block {
    height: 50%;
  }
}
.two-cta__block--left {
  padding: 8.5% 9% 30px calc(30% - 10vw);
}
@media (max-width: 1269px) {
  .two-cta__block--left {
    padding: 0 9% 30px 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .two-cta__block--left {
    padding: 7% 18% 30px calc(30% - 0vw);
  }
}
@media (max-width: 700px) {
  .two-cta__block--left {
    padding: 6% 13% 30px calc(29% - 0vw);
  }
}
@media screen and (max-width: 599px) {
  .two-cta__block--left {
    padding: 19.5% 11% 30px calc(30% - 16vw);
  }
}
@media (max-width: 539px) {
  .two-cta__block--left {
    padding: 42.5% 11% 30px calc(30% - 16vw);
  }
}
.two-cta__block--right {
  padding: 8.5% 0% 30px calc(30% - 3vw);
}
@media (max-width: 1269px) {
  .two-cta__block--right {
    padding: 0 0 30px calc(30% - 15vw);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .two-cta__block--right {
    padding: 7% 18% 30px calc(30% - 0vw);
  }
}
@media (max-width: 700px) {
  .two-cta__block--right {
    padding: 5% 13% 30px calc(29% - 0vw);
  }
}
@media screen and (max-width: 599px) {
  .two-cta__block--right {
    padding: 23% 11% 30px calc(30% - 16vw);
  }
}
@media (max-width: 539px) {
  .two-cta__block--right {
    padding: 32% 11% 30px calc(30% - 16vw);
  }
}
@media screen and (max-width: 599px) {
  .two-cta__text {
    margin-bottom: 30px;
  }
}
@media (max-width: 539px) {
  .two-cta__text {
    margin-bottom: 50px;
  }
}
.two-cta__block--left .two-cta__text {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0.01063rem;
  color: #fff;
}
.two-cta__text .two-cta__block--right {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0.01063rem;
  color: #000;
}
.two-cta__button {
  width: 100%;
}
.two-cta__block--left .two-cta__button {
  font-family: IBM Plex Mono, sans-serif;
  line-height: 2.25rem;
  border: 2px solid #d92678;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  background-color: #d92678;
  padding: 10px 27px;
  min-width: 129px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  padding: 5px;
  min-width: unset;
}
.two-cta__block--left .two-cta__button:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
  background-color: #00ffe3;
  border: 2px solid #00ffe3;
}
.two-cta__block--right .two-cta__button {
  font-family: IBM Plex Mono, sans-serif;
  line-height: 2rem;
  border: 2px solid #000;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #000;
  display: inline-block;
  text-decoration: none;
  background-color: #fff;
  padding: 10px 27px;
  min-width: 129px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  padding: 5px;
  min-width: unset;
}
.two-cta__block--right .two-cta__button:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  background-color: #000;
}
.events-overlay {
  margin-bottom: 20px;
}
.events-overlay__text {
  padding: 50px 0 25px 0;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  pointer-events: none;
}
@media screen and (max-width: 599px) {
  .events-overlay__text {
    padding: 10px 0 11px 0;
  }
}
.events-overlay__time {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  margin: 0;
  padding-right: 50px;
}
@media screen and (max-width: 599px) {
  .events-overlay__time {
    padding-right: 0;
  }
}
.events-overlay__time--from, .events-overlay__time--to {
  color: #000;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.375rem;
}
.events-overlay__time--from {
  margin: 0 !important;
}
.events-overlay__time--to {
  margin: 0 15px 0 0 !important;
}
.events-overlay__time span {
  font-weight: 700;
  padding: 0 10px;
}
.events-overlay__location {
  font-size: 0.75rem;
  font-style: italic;
  line-height: 1.375rem;
  margin: 0 !important;
  color: #000;
}
.events-overlay__question {
  padding: 0;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-family: "IBM Plex Mono", sans-serif;
  font-weight: 700;
  color: #000;
  pointer-events: none;
  margin: 0 !important;
  position: relative;
  padding-right: 50px;
}
@media screen and (max-width: 599px) {
  .events-overlay__question {
    font-size: 0.875rem;
    line-height: 1.125rem;
    padding-right: 0;
  }
}
.events-overlay__question svg {
  width: 20px;
  height: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  bottom: 6px;
  right: -25px;
  pointer-events: none;
}
@media screen and (max-width: 599px) {
  .events-overlay__question svg {
    right: -34px;
    bottom: 2px;
  }
}

.faq__container {
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 1441px) {
  .faq__container {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .faq__container {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .faq__container {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 599px) {
  .faq__container {
    width: calc(100% - 40px);
  }
}
.faq__title {
  font-size: 1.75rem;
  line-height: 3.25rem;
  font-family: "IBM Plex Mono", sans-serif;
  font-weight: 700;
  color: #000;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .faq__title {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
.faq__subtitle {
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 0.875rem;
  line-height: 1.75rem;
  font-weight: 400;
  color: #6e6e6e;
  width: 60%;
  margin-bottom: 70px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .faq__subtitle {
    width: 100%;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 599px) {
  .faq__subtitle {
    line-height: 1.5rem;
    width: 100%;
    margin-bottom: 50px;
  }
}
.faq__list {
  padding: 0;
}
.faq__list-item {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #c8c8c8;
}
.faq__text {
  position: relative;
  width: 100%;
  cursor: pointer;
  padding: 0 80px 0 0;
}
@media screen and (max-width: 599px) {
  .faq__text {
    padding: 0 50px 0 0;
  }
}
.faq__text svg {
  width: 20px;
  height: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 47%;
  right: 20px;
  pointer-events: none;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .faq__text svg {
    right: 10px;
  }
}
@media screen and (max-width: 599px) {
  .faq__text svg {
    right: 0;
  }
}
.faq__list-item--active .faq__text svg {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.faq__question {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-family: "IBM Plex Mono", sans-serif;
  color: #000;
  font-weight: 700;
  margin: 25.5px 0;
  pointer-events: none;
}
@media screen and (max-width: 599px) {
  .faq__question {
    font-size: 0.875rem;
    line-height: 1.75rem;
  }
}
.faq__answer {
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 400;
  color: #6e6e6e;
  margin-top: 0;
  width: 80%;
  display: none;
}
@media screen and (max-width: 599px) {
  .faq__answer {
    font-size: 0.875rem;
    line-height: 1.5rem;
    width: 100%;
  }
}
.faq__list-item--active .faq__answer {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.faq__answer * {
  margin: 0 0 25.5px;
}
.faq__button-container {
  width: 100%;
  text-align: center;
  padding: 65.5px 0 50.5px;
}
@media screen and (max-width: 599px) {
  .faq__button-container {
    padding: 50.5px 0 50px;
  }
}
.faq__button {
  font-family: IBM Plex Mono, sans-serif;
  line-height: 2rem;
  border: 2px solid #000;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #000;
  display: inline-block;
  text-decoration: none;
  background-color: #fff;
  padding: 10px 27px;
  min-width: 129px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  padding: 5px;
  min-width: 260px;
}
.faq__button:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  background-color: #000;
}
@media screen and (max-width: 599px) {
  .faq__button {
    width: 100%;
  }
}

.jobs-featured {
  padding-bottom: 150px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .jobs-featured {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 599px) {
  .jobs-featured {
    padding-bottom: 80px;
  }
}
.jobs-featured__container {
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 1441px) {
  .jobs-featured__container {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .jobs-featured__container {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .jobs-featured__container {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 599px) {
  .jobs-featured__container {
    width: calc(100% - 40px);
  }
}
.jobs-featured__svg {
  margin-bottom: 60px;
}
@media screen and (max-width: 599px) {
  .jobs-featured__svg {
    margin-bottom: 40px;
  }
}
.jobs-featured__svg img {
  max-height: 50px;
}
@media screen and (max-width: 599px) {
  .jobs-featured__svg img {
    max-height: 40px;
  }
}
.jobs-featured__jobs {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (max-width: 1270px) {
  .jobs-featured__jobs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
@media screen and (max-width: 599px) {
  .jobs-featured__jobs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .jobs-featured__jobs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.jobs-featured__button-container {
  width: 100%;
  text-align: center;
}
.jobs-featured__button {
  font-family: IBM Plex Mono, sans-serif;
  line-height: 2rem;
  border: 2px solid #000;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #000;
  display: inline-block;
  text-decoration: none;
  background-color: #fff;
  padding: 10px 27px;
  min-width: 129px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  padding: 3px;
  width: 100%;
  max-width: 223px;
}
.jobs-featured__button:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  background-color: #000;
}
@media screen and (max-width: 599px) {
  .jobs-featured__button {
    width: 100%;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .instagram {
    margin: 0 0 55px;
  }
}
@media screen and (min-width: 1441px) {
  .instagram {
    margin: 0 0 55px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .instagram {
    margin: 0 0 33px;
  }
}
@media screen and (max-width: 599px) {
  .instagram {
    margin: 0 0 40px;
  }
}
.instagram__container {
  margin: 0 auto;
  display: block;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1441px) {
  .instagram__container {
    width: 100%;
    max-width: calc(1284px + 156px);
    padding-left: 78px;
    padding-right: 78px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .instagram__container {
    width: 100%;
    max-width: calc(1284px + 156px);
    padding-left: 78px;
    padding-right: 78px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .instagram__container {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 599px) {
  .instagram__container {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 599px) {
  .instagram__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .instagram__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.instagram__tiles {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.instagram__tiles--large {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: start;
          justify-content: flex-start;
  background: #00ffe3;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .instagram__tiles--large {
    margin: 0 25px 25px 0;
    padding: 25px;
    max-width: 275px;
  }
}
@media screen and (min-width: 1441px) {
  .instagram__tiles--large {
    margin: 0 25px 25px 0;
    padding: 25px;
    max-width: 275px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .instagram__tiles--large {
    margin: 0 0 20px;
    padding: 25px 25px 40px;
    max-width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .instagram__tiles--large {
    margin: 0 0 10px;
    padding: 20px 15px;
  }
}
.instagram__tiles--large svg {
  width: 52px;
  height: 52px;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .instagram__tiles--large svg {
    width: 31px;
    height: 31px;
    margin-bottom: 10px;
  }
}
.instagram__tiles--small {
  -webkit-box-flex: 1;
          flex: 1;
  flex-wrap: wrap;
  max-width: 985px;
}
.instagram__title {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.625rem;
  letter-spacing: 0.031em;
  color: #1c1c1c;
  margin: 0 0 auto 0;
  font-weight: 700;
  line-height: 1.75rem;
}
@media screen and (max-width: 599px) {
  .instagram__title {
    font-size: 1.125rem;
  }
}
.instagram__tile {
  display: block;
  -webkit-box-flex: initial;
          flex-grow: initial;
  width: calc((100% - 50px) / 3);
  position: relative;
}
.instagram__tile::before {
  display: block;
  content: "";
  padding-bottom: 100%;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .instagram__tile {
    margin: 0 0 25px;
    width: calc((100% - 50px) / 3);
  }
}
@media screen and (min-width: 1441px) {
  .instagram__tile {
    margin: 0 0 25px;
    width: calc((100% - 50px) / 3);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .instagram__tile {
    margin: 0 0 17px;
    width: calc((100% - 34px) / 3);
  }
}
@media screen and (max-width: 599px) {
  .instagram__tile {
    margin: 0 0 10px;
    width: calc((100% - 10px) / 2);
  }
}
.instagram__tile img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  /* stylelint-disable-line */
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.article-feed {
  position: relative;
  max-width: 1440px;
  overflow: hidden;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .article-feed {
    margin: 0 auto 100px;
    padding: 80px 0 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .article-feed {
    margin: 0 auto 100px;
    padding: 80px 0 0;
  }
}
@media screen and (min-width: 1441px) {
  .article-feed {
    margin: 0 auto 100px;
    padding: 80px 0 0;
  }
}
@media screen and (max-width: 599px) {
  .article-feed {
    margin: 0 auto 67px;
    padding: 40px 0 0;
  }
}
.article-feed__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: 10;
  width: 100%;
}
.article-feed__background {
  position: absolute;
  height: auto;
  top: 0;
  right: 0;
  z-index: -1;
  pointer-events: none;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .article-feed__background {
    width: 350px;
  }
}
@media screen and (min-width: 1441px) {
  .article-feed__background {
    width: 350px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .article-feed__background {
    width: 160px;
  }
}
@media screen and (max-width: 599px) {
  .article-feed__background {
    width: 130px;
    right: -50px;
  }
}
.article-feed__container--feature {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1401px) {
  .article-feed__container--feature {
    padding: 70px 0;
  }
}
.article-feed__container--feed {
  text-align: center;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .article-feed__container--feed {
    margin: 0 auto;
    max-width: 1070px;
  }
}
@media screen and (min-width: 1441px) {
  .article-feed__container--feed {
    margin: 0 auto;
    max-width: 1070px;
  }
}
@media (max-width: 1130px) {
  .article-feed__container--feed {
    margin: 0 auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .article-feed__container--feed {
    margin: 0 auto;
  }
}
.article-feed__hero {
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 1441px) {
  .article-feed__hero {
    width: 100%;
    max-width: calc(1284px + 156px);
    padding-left: 78px;
    padding-right: 78px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .article-feed__hero {
    width: 100%;
    max-width: calc(1284px + 156px);
    padding-left: 78px;
    padding-right: 78px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .article-feed__hero {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 599px) {
  .article-feed__hero {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .article-feed__hero {
    margin: 0 auto 110px;
  }
}
@media screen and (min-width: 1441px) {
  .article-feed__hero {
    margin: 0 auto 110px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .article-feed__hero {
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 599px) {
  .article-feed__hero {
    margin: 0 auto 50px;
  }
}
.article-feed__main-title {
  margin: 0 0 45px;
  width: 100%;
  max-width: 300px;
  height: auto;
  height: 100%;
  max-height: 70px;
}
@media screen and (max-width: 599px) {
  .article-feed__main-title {
    margin: 0 0 15px;
    max-width: 170px;
  }
}
.article-feed__copy {
  margin: 0;
  width: 100%;
  max-width: 552px;
  font-size: 1rem;
  line-height: 1.625rem;
  padding: 0 50px 0 0;
}
.article-feed__feature {
  margin: 0 auto 55px;
  width: 100%;
  padding: 0 20px;
}
@media (max-width: 1400px) {
  .article-feed__feature {
    max-width: 1070px;
    padding: 0;
  }
}
@media (max-width: 1130px) {
  .article-feed__feature {
    margin: 0 auto 55px;
    max-width: 100%;
    padding: 0 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .article-feed__feature {
    margin: 0 0 50px;
  }
}
@media screen and (max-width: 599px) {
  .article-feed__feature {
    margin: 0 0 60px;
    padding: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .article-feed__inner-feature {
    margin: 0 auto 55px;
    max-width: 1190px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .article-feed__inner-feature {
    margin: 0 auto 55px;
    max-width: 1190px;
  }
}
@media screen and (min-width: 1441px) {
  .article-feed__inner-feature {
    margin: 0 auto 55px;
    max-width: 1190px;
  }
}
@media screen and (max-width: 599px) {
  .article-feed__inner-feature {
    margin: 0;
  }
}
.article-feed__feed {
  padding: 0 20px;
}
@media only screen and (min-width: 1401px) {
  .article-feed__feature-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media only screen and (max-width: 1400px) {
  .article-feed__feature-image {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 50%;
  }
}
.article-feed__feature-image img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  /* stylelint-disable-line */
  width: 100%;
  height: 100%;
  display: block;
}
@media only screen and (min-width: 1401px) {
  .article-feed__feature-image img {
    margin: 0 auto;
    max-width: 1070px;
  }
}
@media only screen and (max-width: 1400px) {
  .article-feed__feature-image img {
    max-width: 1410px;
    margin: 0 0 0 40px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.article-feed__overlay {
  position: relative;
  background: #00ffe3;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 1401px) {
  .article-feed__overlay {
    padding: 30px;
    max-width: 430px;
    min-height: 356px;
    height: 356px;
  }
}
@media only screen and (max-width: 1400px) {
  .article-feed__overlay {
    margin: -12px 20px 0;
    padding: 15px;
  }
}
.article-feed__feature-text {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.625rem;
  letter-spacing: 0.031em;
  color: #1c1c1c;
  font-weight: 700;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .article-feed__feature-text {
    margin: 0 0 40px;
  }
}
@media screen and (min-width: 1441px) {
  .article-feed__feature-text {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 599px) {
  .article-feed__feature-text {
    margin: 0 0 25px;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .article-feed__feature-text {
    margin: 0 0 25px;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.article-feed__author {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
@media only screen and (max-width: 1400px) {
  .article-feed__author {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap-reverse;
  }
}
.article-feed__author img {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
  /* stylelint-disable-line */
  margin: 0 10px 0 0;
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 50%;
}
@media screen and (max-width: 599px) {
  .article-feed__author img {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
}
.article-feed__author p {
  display: inline-block;
  color: #1c1c1c;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .article-feed__author p {
    -webkit-box-ordinal-group: 3;
            order: 2;
    width: 60%;
    -webkit-box-flex: 2;
            flex: 2 1 auto;
  }
}
.article-feed__author span {
  font-weight: 700;
}
.article-feed__author span:first-of-type {
  margin: 0 10px 0 0;
}
.article-feed__author span:last-of-type {
  margin-left: 5px;
  width: 100%;
}
.article-feed__author-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .article-feed__featured {
    margin: 0 0 0 45px;
  }
}
@media screen and (min-width: 1441px) {
  .article-feed__featured {
    margin: 0 0 0 45px;
  }
}
@media only screen and (max-width: 1400px) {
  .article-feed__featured {
    margin: 0 0 45px;
    width: 100%;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
}
.article-feed__featured p {
  padding: 0 13px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.03188rem;
  line-height: 1.625rem;
  text-transform: uppercase;
  color: #00ffe3;
  background: #1c1c1c;
  border-radius: 21px;
  display: inline-block;
  width: auto;
}
.article-feed__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 65px;
  grid-row-gap: 55px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .article-feed__items {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 55px;
  }
}
@media screen and (max-width: 599px) {
  .article-feed__items {
    grid-template-columns: 1fr;
    grid-row-gap: 45px;
  }
}
.article-feed__item img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  /* stylelint-disable-line */
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.article-feed__img-container {
  height: 0;
  padding-top: 49%;
  position: relative;
  margin: 0 0 10px;
}
.article-feed__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
  color: #1c1c1c;
  text-align: left;
}
.article-feed__button {
  font-family: IBM Plex Mono, sans-serif;
  line-height: 2rem;
  border: 2px solid #000;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #000;
  display: inline-block;
  text-decoration: none;
  background-color: #fff;
  padding: 10px 27px;
  min-width: 129px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  margin: 0 auto;
  padding: 0 30px;
  line-height: 2.625rem;
  max-width: auto;
}
.article-feed__button:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  background-color: #000;
}
@media screen and (max-width: 599px) {
  .article-feed__button {
    width: 100%;
    max-width: 285px;
  }
}
.article-feed__button-container {
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 600px) and (max-width: 1023px) {
  .featured-events {
    margin: 0 0 140px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .featured-events {
    margin: 0 0 140px;
  }
}
@media screen and (min-width: 1441px) {
  .featured-events {
    margin: 0 0 140px;
  }
}
@media screen and (max-width: 599px) {
  .featured-events {
    margin: 0 0 100px;
  }
}
.featured-events__container {
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 1441px) {
  .featured-events__container {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .featured-events__container {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .featured-events__container {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 599px) {
  .featured-events__container {
    width: calc(100% - 40px);
  }
}
.featured-events__title {
  font-size: 1.75rem;
  line-height: 3.25rem;
  font-family: "IBM Plex Mono", sans-serif;
  font-weight: 700;
  color: #000;
  margin: 0 0 65px;
}
@media screen and (max-width: 599px) {
  .featured-events__title {
    font-size: 1.5rem;
    line-height: 2.5rem;
    margin: 0 0 40px;
  }
}

.events {
  position: relative;
  max-width: 1440px;
  overflow: hidden;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .events {
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .events {
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 1441px) {
  .events {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 599px) {
  .events {
    margin: 0 auto 0px;
  }
}
.events__cats p {
  display: inline-block;
  padding: 0 13px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.03188rem;
  line-height: 1.625rem;
  text-transform: uppercase;
  color: #fff;
  background: #1c1c1c;
  border-radius: 21px;
  margin-top: 10px;
  margin-bottom: 0;
}
.events__background {
  position: absolute;
  height: auto;
  top: 0;
  right: 0;
  z-index: -1;
  pointer-events: none;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .events__background {
    width: 477px;
  }
}
@media screen and (min-width: 1441px) {
  .events__background {
    width: 477px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .events__background {
    width: 160px;
  }
}
@media screen and (max-width: 599px) {
  .events__background {
    width: 130px;
    right: -50px;
  }
}
.events__container--feature {
  margin: 0 auto;
  display: block;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1441px) {
  .events__container--feature {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .events__container--feature {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .events__container--feature {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 599px) {
  .events__container--feature {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .events__container--feature {
    padding: 70px 70px 70px 185px;
  }
}
@media screen and (min-width: 1441px) {
  .events__container--feature {
    padding: 70px 70px 70px 185px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .events__container--feature {
    width: auto;
    padding: 0;
  }
}
@media screen and (max-width: 599px) {
  .events__container--feature {
    max-width: 100%;
    width: 100%;
    padding: 0 0 40px;
  }
}
.events__hero {
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 1441px) {
  .events__hero {
    width: 100%;
    max-width: calc(1284px + 156px);
    padding-left: 78px;
    padding-right: 78px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .events__hero {
    width: 100%;
    max-width: calc(1284px + 156px);
    padding-left: 78px;
    padding-right: 78px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .events__hero {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 599px) {
  .events__hero {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .events__hero {
    margin: 0 auto 190px;
  }
}
@media screen and (min-width: 1441px) {
  .events__hero {
    margin: 0 auto 190px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .events__hero {
    margin: 0 auto 150px;
  }
}
@media screen and (max-width: 599px) {
  .events__hero {
    margin: 0 auto 100px;
  }
}
.events__main-title {
  margin: 0 0 25px 185px;
  max-height: 50px;
  height: 100%;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .events__main-title {
    margin: 0 40px 49px;
  }
}
@media screen and (max-width: 599px) {
  .events__main-title {
    margin: 0 0 20px 40px;
    max-height: 40px;
  }
}
@media screen and (max-width: 599px) {
  .events__main-title {
    margin: 0 0 20px 20px;
  }
}
.events__copy {
  margin: 0;
  width: 100%;
  max-width: 552px;
  font-size: 1rem;
  line-height: 1.625rem;
  padding: 0 50px 0 0;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .events__feature {
    margin: 0 0 80px;
  }
}
@media screen and (min-width: 1441px) {
  .events__feature {
    margin: 0 0 80px;
  }
}
@media screen and (max-width: 599px) {
  .events__feature {
    margin: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .events__feature {
    margin: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .events__feature-image {
    margin: 0 auto;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) and (min-width: 1441px) {
  .events__feature-image {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) and (min-width: 1024px) and (max-width: 1440px) {
  .events__feature-image {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) and (min-width: 600px) and (max-width: 1023px) {
  .events__feature-image {
    width: calc(100% - 120px);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) and (max-width: 599px) {
  .events__feature-image {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 1441px) {
  .events__feature-image {
    margin: 0 auto;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1441px) and (min-width: 1441px) {
  .events__feature-image {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 1441px) and (min-width: 1024px) and (max-width: 1440px) {
  .events__feature-image {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 1441px) and (min-width: 600px) and (max-width: 1023px) {
  .events__feature-image {
    width: calc(100% - 120px);
  }
}
@media screen and (min-width: 1441px) and (max-width: 599px) {
  .events__feature-image {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 599px) {
  .events__feature-image {
    margin: auto;
    position: relative;
    width: calc(100% - 80px);
    height: 0;
    padding-top: 53%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .events__feature-image {
    margin: auto;
    position: relative;
    width: calc(100% - 80px);
    height: 0;
    padding-top: 53%;
  }
}
@media screen and (max-width: 599px) {
  .events__feature-image {
    max-width: 100%;
    width: 100%;
    padding-top: 73%;
  }
}
.events__feature-image img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  /* stylelint-disable-line */
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 599px) {
  .events__feature-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .events__feature-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.events__overlay {
  position: relative;
  background: #00ffe3;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .events__overlay {
    padding: 30px;
    max-width: 430px;
    min-height: 356px;
  }
}
@media screen and (min-width: 1441px) {
  .events__overlay {
    padding: 30px;
    max-width: 430px;
    min-height: 356px;
  }
}
@media screen and (max-width: 599px) {
  .events__overlay {
    margin: -63px 40px 49px;
    padding: 30px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .events__overlay {
    margin: -63px 40px 49px;
    padding: 30px;
  }
}
@media screen and (max-width: 599px) {
  .events__overlay {
    padding: 15px 15px 20px;
    margin: -36px 20px 49px;
  }
}
.events__overlay-bottom {
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .events__overlay-top {
    margin: 0 0 45px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .events__overlay-top {
    margin: 0 0 45px;
  }
}
@media screen and (min-width: 1441px) {
  .events__overlay-top {
    margin: 0 0 45px;
  }
}
@media screen and (max-width: 599px) {
  .events__overlay-top {
    margin: 0 0 30px;
  }
}
.events__feature-text {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.625rem;
  letter-spacing: 0.031em;
  color: #1c1c1c;
  font-weight: 700;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .events__feature-text {
    margin: 0 0 20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .events__feature-text {
    margin: 0 0 20px;
  }
}
@media screen and (min-width: 1441px) {
  .events__feature-text {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 599px) {
  .events__feature-text {
    margin: 0 0 25px;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.events__featured {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 599px) {
  .events__featured {
    width: 100%;
  }
}
.events__featured p {
  margin: 0 9px 15px 0;
  padding: 0 13px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.03188rem;
  line-height: 1.625rem;
  text-transform: uppercase;
  color: #00ffe3;
  background: #1c1c1c;
  border-radius: 21px;
}
.events__items {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  max-width: 1070px;
  font-size: 0;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .events__item {
    width: calc((100% - 124px) / 3);
    margin: 0 0 55px;
  }
}
@media screen and (min-width: 1441px) {
  .events__item {
    width: calc((100% - 124px) / 3);
    margin: 0 0 55px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .events__item {
    width: calc((100% - 30px) / 2);
    margin: 0 0 55px;
  }
}
@media screen and (max-width: 599px) {
  .events__item {
    width: 100%;
    max-width: 285px;
    margin: 0 auto 47px;
  }
}
.events__item img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  /* stylelint-disable-line */
  margin: 0 0 10px;
  width: 100%;
  height: auto;
}
.events__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
  color: #1c1c1c;
}
.events__button-container {
  text-align: center;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.events__button {
  font-family: IBM Plex Mono, sans-serif;
  line-height: 2rem;
  border: 2px solid #000;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #000;
  display: inline-block;
  text-decoration: none;
  background-color: #fff;
  padding: 10px 27px;
  min-width: 129px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  margin: 0 auto;
  padding: 5px;
  max-width: 223px;
  display: block;
  width: 100%;
}
.events__button:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  background-color: #000;
}
@media screen and (max-width: 599px) {
  .events__button {
    max-width: 100%;
  }
}
.events__feed {
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 1441px) {
  .events__feed {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .events__feed {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .events__feed {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 599px) {
  .events__feed {
    width: calc(100% - 40px);
  }
}
.events__feed-title {
  margin: 0 0 25px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 3.25rem;
}
.events__list {
  margin: 0 0 100px;
  padding: 0;
}
.events__list:last-of-type {
  margin: 0 0 65px;
}
.events__list-item {
  margin: 0 0 35px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}
@media screen and (max-width: 599px) {
  .events__list-item {
    margin: 0 0 14px;
  }
}
.events__event {
  padding: 0 33px 0 0;
  width: 100%;
  display: -webkit-box;
  display: flex;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  .events__event {
    padding-left: 0px;
  }
}
.events__dates {
  margin: 0 40px 0 0;
  pointer-events: none;
}
@media screen and (max-width: 599px) {
  .events__dates {
    margin: 0 20px 10px 0;
  }
}
.events__date {
  padding: 0;
}
.events__date--feed {
  margin: 0;
}
.events__date li {
  list-style-type: none;
  color: #000;
}
.events__date li:first-of-type {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.0275rem;
  line-height: 2.375rem;
}
.events__date li:first-of-type sup {
  font-size: 1.125rem;
  vertical-align: text-top;
}
@media screen and (max-width: 599px) {
  .events__date li:first-of-type sup {
    vertical-align: super;
  }
}
.events__date li:last-of-type {
  color: #d92678;
  font-size: 0.75rem;
  line-height: 1.375rem;
  font-weight: 400;
  font-style: italic;
}
.events__text {
  padding: 0 0 25px 0;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  pointer-events: none;
}
@media screen and (max-width: 599px) {
  .events__text {
    padding: 10px 0 11px 0;
  }
}
.events__overlay-buttons {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .events__overlay-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.events__overlay-buttons a {
  font-family: IBM Plex Mono, sans-serif;
  line-height: 2rem;
  border: none;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  background-color: #000;
  padding: 10px 27px;
  min-width: 129px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  padding: 0 20px;
  line-height: 2.625rem;
  width: calc((100% / 2) - (15px / 2));
}
.events__overlay-buttons a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  .events__overlay-buttons a {
    width: 100%;
  }
}
.events__overlay-buttons a:last-of-type {
  font-family: IBM Plex Mono, sans-serif;
  line-height: 2rem;
  border: 2px solid #000;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #000;
  display: inline-block;
  text-decoration: none;
  background-color: #fff;
  padding: 10px 27px;
  min-width: 129px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  line-height: 2.625rem;
  background: transparent;
  padding: 0 20px;
}
.events__overlay-buttons a:last-of-type:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  background-color: #000;
}
@media screen and (max-width: 599px) {
  .events__overlay-buttons a:last-of-type {
    margin: 10px 0 0;
  }
}
.events__question {
  padding: 0;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-family: "IBM Plex Mono", sans-serif;
  font-weight: 700;
  color: #000;
  pointer-events: none;
  position: relative;
  padding-right: 50px;
  margin: 0 0 10px !important;
}
@media screen and (max-width: 599px) {
  .events__question {
    font-size: 0.875rem;
    line-height: 1.125rem;
    padding-right: 0;
  }
}
.events__question svg {
  width: 20px;
  height: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  bottom: 6px;
  right: -25px;
  pointer-events: none;
}
@media screen and (max-width: 599px) {
  .events__question svg {
    right: -34px;
    bottom: 2px;
  }
}
.events__list-item--active .events__question svg {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.events__time {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  margin: 0;
  padding-right: 50px;
}
@media screen and (max-width: 599px) {
  .events__time {
    padding-right: 0;
  }
}
.events__time--from, .events__time--to {
  color: #000;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.375rem;
}
.events__time--from {
  margin: 0 !important;
}
.events__time--to {
  margin: 0 15px 0 0 !important;
}
.events__time span {
  font-weight: 700;
  padding: 0 10px;
}
.events__location {
  font-size: 0.75rem;
  font-style: italic;
  line-height: 1.375rem;
  margin: 0 !important;
  color: #000;
}
.events__line {
  width: 100%;
  height: 1px;
  padding: 0;
  margin: 0;
  background: #c8c8c8;
  pointer-events: none;
}
.events__answer {
  padding: 20px 20px 80px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 400;
  color: #6e6e6e;
  margin-top: 0;
  width: 100%;
  display: none;
}
@media screen and (max-width: 599px) {
  .events__answer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 11px 0 31px;
    font-size: 0.875rem;
    line-height: 1.5rem;
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .events__answer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 11px 0 31px;
    font-size: 0.875rem;
    line-height: 1.5rem;
    width: 100%;
  }
}
.events__list-item--active .events__answer {
  display: -webkit-box;
  display: flex;
}
.events__content {
  max-width: 658px;
  margin: 0 30px 0 0;
}
@media screen and (max-width: 599px) {
  .events__content {
    margin: 0 0 40px;
  }
}
.events__feed-link {
  font-family: IBM Plex Mono, sans-serif;
  line-height: 2.25rem;
  border: 2px solid #d92678;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  background-color: #d92678;
  padding: 10px 27px;
  min-width: 129px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  display: block;
  white-space: nowrap;
  padding: 1px 40px;
}
.events__feed-link:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
  background-color: #00ffe3;
  border: 2px solid #00ffe3;
}
.events__buttons {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  flex-shrink: 0;
}
.events__buttons a {
  font-family: IBM Plex Mono, sans-serif;
  line-height: 2rem;
  border: 2px solid #000;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #000;
  display: inline-block;
  text-decoration: none;
  background-color: #fff;
  padding: 10px 27px;
  min-width: 129px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  margin: 0 0 20px;
  padding: 0 20px;
  width: 260px;
  font-size: 0.875rem;
  line-height: 2.625rem;
  display: block;
}
.events__buttons a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  background-color: #000;
}
@media screen and (max-width: 599px) {
  .events__buttons a {
    max-width: 260px;
    width: 100%;
    margin: 0 0 10px;
  }
}
.events__buttons a:last-of-type {
  margin: 0;
}
.events__buttons a:first-of-type {
  font-family: IBM Plex Mono, sans-serif;
  line-height: 2.25rem;
  border: 2px solid #d92678;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  background-color: #d92678;
  padding: 10px 27px;
  min-width: 129px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  padding: 0 20px;
  font-size: 0.875rem;
  line-height: 2.625rem;
  display: block;
}
.events__buttons a:first-of-type:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
  background-color: #00ffe3;
  border: 2px solid #00ffe3;
}
.article-feed-home {
  position: relative;
  margin-bottom: 55px;
}
@media (max-width: 790px) {
  .article-feed-home {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 599px) {
  .article-feed-home {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .article-feed-home {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }
}
.article-feed-home__news {
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 1441px) {
  .article-feed-home__news {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .article-feed-home__news {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .article-feed-home__news {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 599px) {
  .article-feed-home__news {
    width: calc(100% - 40px);
  }
}
.article-feed-home__news img {
  max-height: 50px;
  margin-bottom: 23px;
}
@media screen and (max-width: 599px) {
  .article-feed-home__news img {
    max-height: 40px;
    margin-bottom: 19px;
  }
}
.article-feed-home__container--medium {
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 1441px) {
  .article-feed-home__container--medium {
    width: 100%;
    max-width: calc(1284px + 156px);
    padding-left: 78px;
    padding-right: 78px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .article-feed-home__container--medium {
    width: 100%;
    max-width: calc(1284px + 156px);
    padding-left: 78px;
    padding-right: 78px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .article-feed-home__container--medium {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 599px) {
  .article-feed-home__container--medium {
    width: calc(100% - 40px);
  }
}
@media (max-width: 1146px) {
  .article-feed-home__container--medium {
    margin: 0 auto;
    display: block;
    padding-left: 0;
  }
}
@media screen and (max-width: 1146px) and (min-width: 1441px) {
  .article-feed-home__container--medium {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (max-width: 1146px) and (min-width: 1024px) and (max-width: 1440px) {
  .article-feed-home__container--medium {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (max-width: 1146px) and (min-width: 600px) and (max-width: 1023px) {
  .article-feed-home__container--medium {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 1146px) and (max-width: 599px) {
  .article-feed-home__container--medium {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .article-feed-home__container--medium {
    padding: 0 30px;
  }
}
@media screen and (max-width: 599px) {
  .article-feed-home__container--medium {
    padding: 0 20px !important;
    width: 100%;
  }
}
.article-feed-home__container--small {
  margin: 0 auto;
  display: block;
  position: relative;
  margin-bottom: 55px;
}
@media screen and (min-width: 1441px) {
  .article-feed-home__container--small {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .article-feed-home__container--small {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .article-feed-home__container--small {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 599px) {
  .article-feed-home__container--small {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .article-feed-home__container--small {
    padding-left: 185px !important;
    padding-right: 185px !important;
  }
}
@media (max-width: 790px) {
  .article-feed-home__container--small {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 599px) {
  .article-feed-home__container--small {
    width: 100% !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .article-feed-home__container {
    margin: 0 auto;
    display: block;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) and (min-width: 1441px) {
  .article-feed-home__container {
    width: 100%;
    max-width: calc(1400px + 40px);
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1440px) {
  .article-feed-home__container {
    width: 100%;
    max-width: calc(1400px + 40px);
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) and (min-width: 600px) and (max-width: 1023px) {
  .article-feed-home__container {
    width: calc(100% - 20px);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) and (max-width: 599px) {
  .article-feed-home__container {
    width: calc(100% - 40px);
  }
}
.article-feed-home__container--feed {
  margin: 0 auto;
  display: block;
  position: relative;
  margin-bottom: 55px;
}
@media screen and (min-width: 1441px) {
  .article-feed-home__container--feed {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .article-feed-home__container--feed {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .article-feed-home__container--feed {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 599px) {
  .article-feed-home__container--feed {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .article-feed-home__container--feed {
    margin: auto;
    padding-bottom: 50px;
    width: calc(100% - 80px);
  }
}
@media (max-width: 790px) {
  .article-feed-home__container--feed {
    padding-top: 50px;
  }
}
.article-feed-home__image {
  position: relative;
  height: 0;
  padding-top: 500px;
  overflow: hidden;
  z-index: -1;
  display: block;
  text-align: right;
}
@media screen and (max-width: 599px) {
  .article-feed-home__image {
    padding-top: 300px;
  }
}
.article-feed-home__image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  /* stylelint-disable-line */
}
.article-feed-home__box {
  background-color: #00ffe3;
  position: absolute;
  max-width: 429px;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 31px 30px 32px 31px;
}
@media screen and (max-width: 599px) {
  .article-feed-home__box {
    -webkit-transform: initial;
            transform: initial;
    top: initial;
    position: initial;
    width: 100%;
    max-width: 100%;
    padding: 40px 41px 40px 40px;
    margin: -20px 0 0;
    height: 100%;
    top: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .article-feed-home__box {
    -webkit-transform: initial;
            transform: initial;
    top: initial;
    position: initial;
    width: 100%;
    max-width: 100%;
    padding: 40px 41px 40px 40px;
    margin: -20px 0 0;
    height: 100%;
    top: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .article-feed-home__box {
    margin: -63px 0 0;
    padding: 30px;
  }
}
@media screen and (max-width: 599px) {
  .article-feed-home__box {
    margin: -36px 0 0;
    padding: 15px;
  }
}
.article-feed-home__box-container {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 599px) {
  .article-feed-home__box-container {
    display: block;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .article-feed-home__box-container {
    display: block;
  }
}
.article-feed-home__title {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 2.25rem;
  letter-spacing: 0;
  color: #1c1c1c;
  margin-top: 0;
  margin-bottom: 80px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .article-feed-home__title {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 599px) {
  .article-feed-home__title {
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-bottom: 5px;
    margin-top: 0;
  }
}
.article-feed-home__author-container {
  left: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1146px) {
  .article-feed-home__author-container {
    margin-top: auto;
    bottom: 20px;
  }
}
@media (max-width: 790px) {
  .article-feed-home__author-container {
    bottom: -80px;
    margin-top: 0;
  }
}
.article-feed-home__author-container img {
  border-radius: 50%;
}
.article-feed-home__avatar {
  width: 45px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
@media (max-width: 790px) {
  .article-feed-home__avatar {
    width: 45px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right bottom;
       object-position: right bottom;
  }
}
@media screen and (max-width: 599px) {
  .article-feed-home__avatar {
    width: 45px;
  }
}
.article-feed-home__details {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: 0;
  color: #1c1c1c;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-left: 10px;
  margin-right: 30px;
}
@media screen and (max-width: 599px) {
  .article-feed-home__details {
    font-size: 0.875rem;
    line-height: 1.75rem;
  }
}
.article-feed-home__details span {
  font-weight: 700;
  font-style: normal;
}
.article-feed-home__details span:first-of-type {
  font-weight: 400;
}
.article-feed-home__details p {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: initial;
  letter-spacing: 0.063em;
  color: #1c1c1c;
  line-height: 1.1875rem;
  margin-left: 10px;
  margin-top: 11px;
  letter-spacing: 0;
  font-style: italic;
  font-weight: 400;
}
.article-feed-home__featured {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: initial;
  letter-spacing: 0.063em;
  color: #00ffe3;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 30px;
  padding: 5px 10px;
}
@media screen and (max-width: 599px) {
  .article-feed-home__featured {
    display: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .article-feed-home__featured {
    display: none;
  }
}
.article-feed-home__featured--mobile {
  display: none;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .article-feed-home__featured--mobile {
    max-width: 84px;
    margin-bottom: 60px;
    display: inline-block;
  }
}
@media screen and (max-width: 599px) {
  .article-feed-home__featured--mobile {
    display: inline-block;
    margin-bottom: 45px;
  }
}
.article-feed-home__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.post-feed {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .post-feed {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 599px) {
  .post-feed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .post-feed__post {
    width: calc((100% - 104px) / 3);
    margin-bottom: 50px;
  }
  .post-feed__post:nth-of-type(3n + 2) {
    margin: 0 62px;
  }
}
@media screen and (min-width: 1441px) {
  .post-feed__post {
    width: calc((100% - 104px) / 3);
    margin-bottom: 50px;
  }
  .post-feed__post:nth-of-type(3n + 2) {
    margin: 0 62px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .post-feed__post {
    width: calc((100% - 38px) / 2);
  }
  .post-feed__post:last-of-type {
    margin: 0 auto 0 52px;
    display: none;
  }
}
@media (max-width: 790px) {
  .post-feed__post {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .post-feed__post {
    width: 100%;
    margin-bottom: 30px;
  }
  .post-feed__post:last-of-type {
    display: none;
  }
}
.post-feed__image-wrapper {
  position: relative;
  height: 0;
  padding-top: 49%;
}
.post-feed__image {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  /* stylelint-disable-line */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.post-feed__headline {
  width: 100%;
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: #000;
}
.post-feed__button-container {
  width: 100%;
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .post-feed__button-container {
    padding-top: 50px;
  }
}
@media (max-width: 790px) {
  .post-feed__button-container {
    margin-bottom: 90px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 599px) {
  .post-feed__button-container {
    padding-top: 0;
  }
}
.post-feed__button {
  font-family: IBM Plex Mono, sans-serif;
  line-height: 2rem;
  border: 2px solid #000;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #000;
  display: inline-block;
  text-decoration: none;
  background-color: #fff;
  padding: 10px 27px;
  min-width: 129px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  padding: 5px;
  width: 233px;
}
.post-feed__button:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  background-color: #000;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .instagram {
    margin: 0 0 55px;
  }
}
@media screen and (min-width: 1441px) {
  .instagram {
    margin: 0 0 55px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .instagram {
    margin: 0 0 33px;
  }
}
@media screen and (max-width: 599px) {
  .instagram {
    margin: 0 0 40px;
  }
}
.instagram__container {
  margin: 0 auto;
  display: block;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1441px) {
  .instagram__container {
    width: 100%;
    max-width: calc(1284px + 156px);
    padding-left: 78px;
    padding-right: 78px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .instagram__container {
    width: 100%;
    max-width: calc(1284px + 156px);
    padding-left: 78px;
    padding-right: 78px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .instagram__container {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 599px) {
  .instagram__container {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 599px) {
  .instagram__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .instagram__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.instagram__tiles {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.instagram__tiles--large {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: start;
          justify-content: flex-start;
  background: #00ffe3;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .instagram__tiles--large {
    margin: 0 25px 25px 0;
    padding: 25px;
    max-width: 275px;
  }
}
@media screen and (min-width: 1441px) {
  .instagram__tiles--large {
    margin: 0 25px 25px 0;
    padding: 25px;
    max-width: 275px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .instagram__tiles--large {
    margin: 0 0 20px;
    padding: 25px 25px 40px;
    max-width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .instagram__tiles--large {
    margin: 0 0 10px;
    padding: 20px 15px;
  }
}
.instagram__tiles--large svg {
  width: 52px;
  height: 52px;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .instagram__tiles--large svg {
    width: 31px;
    height: 31px;
    margin-bottom: 10px;
  }
}
.instagram__tiles--small {
  -webkit-box-flex: 1;
          flex: 1;
  flex-wrap: wrap;
  max-width: 985px;
}
.instagram__title {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.625rem;
  letter-spacing: 0.031em;
  color: #1c1c1c;
  margin: 0 0 auto 0;
  font-weight: 700;
  line-height: 1.75rem;
}
@media screen and (max-width: 599px) {
  .instagram__title {
    font-size: 1.125rem;
  }
}
.instagram__tile {
  display: block;
  -webkit-box-flex: initial;
          flex-grow: initial;
  width: calc((100% - 50px) / 3);
  position: relative;
}
.instagram__tile::before {
  display: block;
  content: "";
  padding-bottom: 100%;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .instagram__tile {
    margin: 0 0 25px;
    width: calc((100% - 50px) / 3);
  }
}
@media screen and (min-width: 1441px) {
  .instagram__tile {
    margin: 0 0 25px;
    width: calc((100% - 50px) / 3);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .instagram__tile {
    margin: 0 0 17px;
    width: calc((100% - 34px) / 3);
  }
}
@media screen and (max-width: 599px) {
  .instagram__tile {
    margin: 0 0 10px;
    width: calc((100% - 10px) / 2);
  }
}
.instagram__tile img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  /* stylelint-disable-line */
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.member-feed {
  margin: 0 auto;
  display: block;
  padding: 80px 0;
}
@media screen and (min-width: 1441px) {
  .member-feed {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .member-feed {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .member-feed {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 599px) {
  .member-feed {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 599px) {
  .member-feed {
    padding: 50px 0;
    width: 100%;
  }
}
@media screen and (min-width: 320px) and (max-width: 750px) {
  .member-feed {
    padding: 50px 0;
    width: 100%;
  }
}
.member-feed a:hover {
  text-decoration: none;
}
.member-feed a:hover h3 {
  text-decoration: underline;
}
.member-feed__load-more {
  font-family: IBM Plex Mono, sans-serif;
  line-height: 2rem;
  border: 2px solid #000;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #000;
  display: inline-block;
  text-decoration: none;
  background-color: #fff;
  padding: 10px 27px;
  min-width: 129px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  margin: 0 auto;
  min-width: 233px;
  display: block;
}
.member-feed__load-more:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  background-color: #000;
}
.member-feed__post {
  display: -webkit-box;
  display: flex;
  border: 1px solid #c8c8c8;
  padding: 40px 121px 40px 40px;
  margin-bottom: 50px;
  font-family: "IBM Plex Mono", sans-serif;
}
@media screen and (max-width: 599px) {
  .member-feed__post {
    border-left: none;
    border-right: none;
    margin-bottom: 40px;
    padding: 20px;
  }
  .member-feed__post > .member-feed__icon {
    display: none;
  }
}
@media screen and (min-width: 320px) and (max-width: 750px) {
  .member-feed__post {
    border-left: none;
    border-right: none;
    margin-bottom: 40px;
    padding: 20px;
  }
  .member-feed__post > .member-feed__icon {
    display: none;
  }
}
.member-feed__icon--mobile {
  margin-right: 15px;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .member-feed__icon--mobile {
    display: none;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .member-feed__icon--mobile {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .member-feed__icon--mobile {
    display: none;
  }
}
.member-feed__title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  color: #b3b3b3;
  margin-top: 5px;
}
.member-feed__title .member-feed__username {
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 599px) {
  .member-feed__title {
    display: -webkit-box;
    display: flex;
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
.member-feed__featured-image {
  width: 100%;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  /* stylelint-disable-line */
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .member-feed .member-feed__job-content--mobile {
    display: none;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .member-feed .member-feed__job-content--mobile {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .member-feed .member-feed__job-content--mobile {
    display: none;
  }
}
.member-feed .member-feed__job-content--mobile p {
  font-size: 0.75rem;
  line-height: 1.375rem;
}
.member-feed__main h3 {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #1c1c1c;
  color: #1c1c1c;
  margin: 35px 0 34px;
}
@media screen and (max-width: 599px) {
  .member-feed__main h3 {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}
.member-feed__main--event {
  display: -webkit-box;
  display: flex;
  margin-top: 20px;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .member-feed__main--event {
    margin-top: 49px;
  }
}
@media screen and (min-width: 1441px) {
  .member-feed__main--event {
    margin-top: 49px;
  }
}
@media screen and (max-width: 599px) {
  .member-feed__main--event {
    flex-wrap: wrap;
  }
  .member-feed__main--event .events__learn-more {
    -webkit-box-flex: 2;
            flex: 2 0 100%;
    min-width: 100%;
  }
}
.member-feed__main--job {
  display: -webkit-box;
  display: flex;
  margin-top: 53px;
}
@media screen and (max-width: 599px) {
  .member-feed__main--job {
    margin-top: 31px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .member-feed__main--job {
    margin-top: 31px;
  }
}
.member-feed__main--job .member-feed__job-icon {
  width: 133px;
  height: 133px;
  min-width: 133px;
  border-radius: 133px;
}
@media screen and (max-width: 599px) {
  .member-feed__main--job .member-feed__job-icon {
    width: 70px;
    height: 70px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .member-feed__main--job .member-feed__job-icon {
    width: 70px;
    height: 70px;
  }
}
.member-feed__main--job .member-feed__job-details {
  margin-left: 25px;
}
@media screen and (max-width: 599px) {
  .member-feed__main--job .member-feed__job-details {
    margin-left: 10px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .member-feed__main--job .member-feed__job-details {
    margin-left: 10px;
  }
}
.member-feed__main--job .member-feed__job-details h3 {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #1c1c1c;
  font-weight: 700;
  margin: 13px 0 0;
}
@media screen and (max-width: 599px) {
  .member-feed__main--job .member-feed__job-details h3 {
    font-size: 0.875rem;
    line-height: 1.75rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .member-feed__main--job .member-feed__job-details h3 {
    font-size: 0.875rem;
    line-height: 1.75rem;
  }
}
.member-feed__main--job .member-feed__job-details .member-feed__salary {
  color: #1c1c1c;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.375rem;
  margin: 0 0 15px;
}
.member-feed__main--job .member-feed__job-details .member-feed__job-content {
  margin-top: 15px;
}
@media screen and (max-width: 599px) {
  .member-feed__main--job .member-feed__job-details .member-feed__job-content {
    display: none;
  }
}
@media screen and (min-width: 320px) and (max-width: 750px) {
  .member-feed__main--job .member-feed__job-details .member-feed__job-content {
    display: none;
  }
}
.member-feed__main--job .member-feed__job-details .member-feed__job-content p {
  margin: 0;
}
.member-feed__main--job .member-feed__chip {
  background: #00ffe3;
  padding: 3px 11px;
  border-radius: 50px;
  color: #1c1c1c;
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.03188rem;
  text-transform: uppercase;
  white-space: nowrap;
  margin-left: 20px;
}
@media screen and (max-width: 599px) {
  .member-feed__main--job .member-feed__chip {
    display: inline-block;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .member-feed__main--job .member-feed__chip {
    display: inline-block;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.member-feed__date {
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 0.875rem;
  line-height: 1.375rem;
  margin-top: 5px;
}
.member-feed__avatar {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  /* stylelint-disable-line */
  width: 60px;
  height: 60px;
  border-radius: 60px;
}
@media screen and (max-width: 599px) {
  .member-feed__avatar {
    width: 46px;
    height: 46px;
  }
}
.member-feed__content {
  width: 100%;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .member-feed__content {
    margin-left: 20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .member-feed__content {
    margin-left: 20px;
  }
}
@media screen and (min-width: 1441px) {
  .member-feed__content {
    margin-left: 20px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .submit-form {
    margin: 0 0 140px;
    padding-top: 70px;
  }
}
@media screen and (min-width: 1441px) {
  .submit-form {
    margin: 0 0 140px;
    padding-top: 70px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .submit-form {
    margin: 0 0 100px;
    padding-top: 50px;
  }
}
@media screen and (max-width: 599px) {
  .submit-form {
    margin: 0 0 80px;
    padding-top: 90px;
  }
}
.submit-form__container {
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 1441px) {
  .submit-form__container {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .submit-form__container {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .submit-form__container {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 599px) {
  .submit-form__container {
    width: calc(100% - 40px);
  }
}
.submit-form__title {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.625rem;
  letter-spacing: 0.031em;
  color: #1c1c1c;
  font-weight: 700;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .submit-form__title {
    margin: 0 0 18px 0;
    font-size: 1.25rem;
    line-height: 3.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .submit-form__title {
    margin: 0 0 18px 0;
    font-size: 1.25rem;
    line-height: 3.25rem;
  }
}
@media screen and (min-width: 1441px) {
  .submit-form__title {
    margin: 0 0 18px 0;
    font-size: 1.25rem;
    line-height: 3.25rem;
  }
}
@media screen and (max-width: 599px) {
  .submit-form__title {
    margin: 0 0 20px 0;
    font-size: 1.125rem;
    line-height: 1.25rem;
  }
}
.submit-form__form {
  margin: 0 auto 0 0;
  width: 100%;
  max-width: 600px;
}
.submit-form__form .gform_wrapper form {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.submit-form__form .gform_confirmation_wrapper {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #6e6e6e;
}
.submit-form__form .gform_body {
  margin: 0 0 50px;
  width: 100%;
}
.submit-form__form .gform_fields {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.submit-form__form .gform_fields .full-width {
  width: 100% !important;
  max-width: initial !important;
}
.submit-form__form .gform_fields .full-width textarea {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #6e6e6e;
  display: block;
  max-height: 170px;
  padding: 3px 14px;
  width: 100%;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 2rem;
  color: #383838;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: none;
  border: 1px solid #616161;
}
.submit-form__form .gform_fields .gfield {
  margin: 0 0 25px;
  line-height: 2.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .submit-form__form .gform_fields .gfield {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .submit-form__form .gform_fields .gfield {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (min-width: 1441px) {
  .submit-form__form .gform_fields .gfield {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .submit-form__form .gform_fields .gfield {
    margin: 0 0 20px;
    width: 100%;
  }
}
.submit-form__form .gform_fields .gfield.captcha {
  margin: 0;
  width: 0;
}
.submit-form__form .gform_fields .gfield .ginput_container_fileupload input {
  line-height: 0.9375rem;
  padding: 10px;
}
.submit-form__form .gform_fields .gfield span {
  display: none;
}
.submit-form__form .gform_fields .gfield label {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #6e6e6e;
  margin: 0 0 13px;
  font-size: 14px;
  font-weight: 700;
  line-height: initial;
  color: #1c1c1c;
}
.submit-form__form .gform_fields .gfield input {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #6e6e6e;
  padding: 0 14px;
  width: 100%;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 2.5rem;
  color: #383838;
  border: 1px solid #616161;
  height: 40px;
}
@media screen and (max-width: 599px) {
  .submit-form__form .gform_fields .gfield input {
    padding: 0 15px;
  }
}
.submit-form__form .gform_fields .gfield_error {
  background-color: transparent;
  border: 0;
  margin: 0 !important;
}
.submit-form__form .gform_fields .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border-color: #ff0000;
}
.submit-form__form .gform_fields .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder {
  color: #ff0000;
}
.submit-form__form .gform_fields .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder {
  color: #ff0000;
}
.submit-form__form .gform_fields .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder {
  color: #ff0000;
}
.submit-form__form .gform_fields .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-ms-input-placeholder {
  color: #ff0000;
}
.submit-form__form .gform_fields .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder {
  color: #ff0000;
}
.submit-form__form .gform_fields .gfield_error textarea,
.submit-form__form .gform_fields .gfield_error input[type=checkbox],
.submit-form__form .gform_fields .gfield_error select {
  border-color: #ff0000 !important;
}
.submit-form__form .gform_fields .gfield_error textarea::-webkit-input-placeholder, .submit-form__form .gform_fields .gfield_error input[type=checkbox]::-webkit-input-placeholder, .submit-form__form .gform_fields .gfield_error select::-webkit-input-placeholder {
  color: #ff0000 !important;
}
.submit-form__form .gform_fields .gfield_error textarea::-moz-placeholder, .submit-form__form .gform_fields .gfield_error input[type=checkbox]::-moz-placeholder, .submit-form__form .gform_fields .gfield_error select::-moz-placeholder {
  color: #ff0000 !important;
}
.submit-form__form .gform_fields .gfield_error textarea:-ms-input-placeholder, .submit-form__form .gform_fields .gfield_error input[type=checkbox]:-ms-input-placeholder, .submit-form__form .gform_fields .gfield_error select:-ms-input-placeholder {
  color: #ff0000 !important;
}
.submit-form__form .gform_fields .gfield_error textarea::-ms-input-placeholder, .submit-form__form .gform_fields .gfield_error input[type=checkbox]::-ms-input-placeholder, .submit-form__form .gform_fields .gfield_error select::-ms-input-placeholder {
  color: #ff0000 !important;
}
.submit-form__form .gform_fields .gfield_error textarea::placeholder,
.submit-form__form .gform_fields .gfield_error input[type=checkbox]::placeholder,
.submit-form__form .gform_fields .gfield_error select::placeholder {
  color: #ff0000 !important;
}
.submit-form__form .gform_footer input {
  font-family: IBM Plex Mono, sans-serif;
  line-height: 2.25rem;
  border: 2px solid #d92678;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  background-color: #d92678;
  padding: 10px 27px;
  min-width: 129px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  width: 100%;
  max-width: initial;
  line-height: 2.5rem;
  padding: 0;
  height: 100%;
  -moz-appearance: none;
       appearance: none;
}
.submit-form__form .gform_footer input:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
  background-color: #00ffe3;
  border: 2px solid #00ffe3;
}
.submit-form__form .validation_error {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #6e6e6e;
  color: #ff0000;
}
.submit-form__form .validation_message {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #6e6e6e;
  color: #ff0000;
  font-size: 0.75rem;
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .contact-form {
    margin: 0 0 160px;
  }
}
@media screen and (min-width: 1441px) {
  .contact-form {
    margin: 0 0 160px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .contact-form {
    margin: 0 0 100px;
  }
}
@media screen and (max-width: 599px) {
  .contact-form {
    margin: 0 0 80px;
  }
}
.contact-form__container {
  margin: 0 auto;
  display: block;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1441px) {
  .contact-form__container {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .contact-form__container {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .contact-form__container {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 599px) {
  .contact-form__container {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 599px) {
  .contact-form__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .contact-form__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.contact-form__title {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.625rem;
  letter-spacing: 0.031em;
  color: #1c1c1c;
  font-size: 1rem;
  line-height: 2rem;
  letter-spacing: normal;
}
.contact-form__title--address {
  margin: 0 0 5px;
  font-weight: 600;
}
.contact-form__title--form {
  margin: 0 0 15px;
  font-weight: 700;
}
.contact-form__address {
  width: 50%;
}
.contact-form__address ul {
  list-style-type: none;
  padding: 0;
}
.contact-form__address ul p {
  font-weight: 500;
}
.contact-form__address ul p strong {
  font-weight: normal;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .contact-form__address {
    margin: 0 30px 0 0;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1441px) {
  .contact-form__address {
    margin: 0 30px 0 0;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 599px) {
  .contact-form__address {
    margin: 0 0 50px 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .contact-form__address {
    margin: 0 0 50px 0;
  }
}
@media screen and (max-width: 599px) {
  .contact-form__address {
    margin: 0 0 40px 0;
  }
}
.contact-form__icons {
  display: -webkit-box;
  display: flex;
}
.contact-form__icons svg {
  margin: 0 10px 10px 0;
  width: 25px;
  height: 25px;
}
.contact-form__list {
  margin: 0 0 25px;
}
.contact-form__list--address {
  margin: 0 0 28px;
}
.contact-form__list--address p {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #6e6e6e;
  margin: 0 0 10px 0;
  font-weight: 600;
  line-height: 1.125rem;
}
.contact-form__item {
  margin: 0 0 25px;
}
.contact-form__item:last-of-type {
  margin: 0;
}
.contact-form__name {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #6e6e6e;
  margin: 0;
  line-height: 1.125rem;
}
.contact-form__job {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #6e6e6e;
  margin: 0 0 7px;
  line-height: 1.125rem;
  font-style: italic;
}
.contact-form__email {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #000;
  color: #d92678;
  font-weight: 600;
  line-height: 1.125rem;
}
.contact-form__form {
  width: 100%;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .contact-form__form {
    max-width: 600px;
  }
}
@media screen and (min-width: 1441px) {
  .contact-form__form {
    max-width: 600px;
  }
}
.contact-form__form .gfield_error {
  background-color: transparent;
  border: 0;
}
.contact-form__form .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border-color: #ff0000;
}
.contact-form__form .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder {
  color: #c40000;
}
.contact-form__form .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder {
  color: #c40000;
}
.contact-form__form .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder {
  color: #c40000;
}
.contact-form__form .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-ms-input-placeholder {
  color: #c40000;
}
.contact-form__form .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder {
  color: #c40000;
}
.contact-form__form .gfield_error textarea,
.contact-form__form .gfield_error input[type=checkbox],
.contact-form__form .gfield_error select {
  border-color: #ff0000 !important;
}
.contact-form__form .gfield_error textarea::-webkit-input-placeholder, .contact-form__form .gfield_error input[type=checkbox]::-webkit-input-placeholder, .contact-form__form .gfield_error select::-webkit-input-placeholder {
  color: #ff0000 !important;
}
.contact-form__form .gfield_error textarea::-moz-placeholder, .contact-form__form .gfield_error input[type=checkbox]::-moz-placeholder, .contact-form__form .gfield_error select::-moz-placeholder {
  color: #ff0000 !important;
}
.contact-form__form .gfield_error textarea:-ms-input-placeholder, .contact-form__form .gfield_error input[type=checkbox]:-ms-input-placeholder, .contact-form__form .gfield_error select:-ms-input-placeholder {
  color: #ff0000 !important;
}
.contact-form__form .gfield_error textarea::-ms-input-placeholder, .contact-form__form .gfield_error input[type=checkbox]::-ms-input-placeholder, .contact-form__form .gfield_error select::-ms-input-placeholder {
  color: #ff0000 !important;
}
.contact-form__form .gfield_error textarea::placeholder,
.contact-form__form .gfield_error input[type=checkbox]::placeholder,
.contact-form__form .gfield_error select::placeholder {
  color: #ff0000 !important;
}
.contact-form__form .gform_confirmation_message {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #6e6e6e;
}
.contact-form__form .gform_wrapper form {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.contact-form__form .gform_body {
  margin: 0 0 30px;
  width: 100%;
}
.contact-form__form .gform_fields {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.contact-form__form .gform_fields .full-width {
  width: 100% !important;
  max-width: initial !important;
  margin: 0 0 30px 0 !important;
}
.contact-form__form .gform_fields .full-width textarea {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #6e6e6e;
  display: block;
  max-height: 150px;
  padding: 3px 14px;
  width: 100%;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 2rem;
  color: #383838;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: none;
  border: 1px solid #616161;
}
.contact-form__form .gform_fields .captcha {
  margin: 0 !important;
}
.contact-form__form .gform_fields .gfield {
  margin: 0 0 25px;
  line-height: 1.375rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .contact-form__form .gform_fields .gfield {
    width: calc((100% - 20px) / 2);
  }
  .contact-form__form .gform_fields .gfield:last-of-type {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .contact-form__form .gform_fields .gfield {
    width: calc((100% - 20px) / 2);
  }
  .contact-form__form .gform_fields .gfield:last-of-type {
    width: 100%;
  }
}
@media screen and (min-width: 1441px) {
  .contact-form__form .gform_fields .gfield {
    width: calc((100% - 20px) / 2);
  }
  .contact-form__form .gform_fields .gfield:last-of-type {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .contact-form__form .gform_fields .gfield {
    margin: 0 0 20px;
    width: 100%;
  }
}
.contact-form__form .gform_fields .gfield span {
  display: none;
}
.contact-form__form .gform_fields .gfield label {
  margin-bottom: 50px;
  display: none;
}
.contact-form__form .gform_fields .gfield input {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #6e6e6e;
  padding: 0 14px;
  width: 100%;
  height: 40px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 2.5rem;
  color: #383838;
  border: 1px solid #616161;
}
@media screen and (max-width: 599px) {
  .contact-form__form .gform_fields .gfield input {
    padding: 0 15px;
  }
}
.contact-form__form .gform_fields .gfield_checkbox {
  margin: 0 0 20px;
  list-style-type: none;
  padding: 0;
}
.contact-form__form .gform_fields .gfield_checkbox input[type=checkbox] {
  display: none;
}
.contact-form__form .gform_fields .gfield_checkbox input[type=checkbox]:checked + label::before {
  background-color: #d92678;
  color: #fff;
}
.contact-form__form .gform_fields .gfield_checkbox input[type=checkbox]:checked + label::after {
  content: "";
}
.contact-form__form .gform_fields .gfield_checkbox input[type=checkbox][disabled] {
  color: #808080;
}
.contact-form__form .gform_fields .gfield_checkbox input[type=checkbox][disabled] + label::before {
  border-color: #808080;
}
.contact-form__form .gform_fields .gfield_checkbox input[type=checkbox][disabled] + label:hover::before {
  border-color: #808080;
}
.contact-form__form .gform_fields .gfield_checkbox label {
  padding-left: 37.5px;
  position: relative;
  height: 22px;
  display: block;
}
.contact-form__form .gform_fields .gfield_checkbox label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #757575;
  height: 25px;
  width: 25px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
}
.contact-form__form .gform_fields .gfield_checkbox label::after {
  position: absolute;
  top: 3.4px;
  left: 9px;
  width: 6.75px;
  height: 14.75px;
  border-bottom: 2.25px solid white;
  border-right: 2.25px solid white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.contact-form__form .gform_fields .gfield_checkbox label:hover:before {
  border-color: #d92678;
}
.contact-form__form .gform_fields .gfield_checkbox label {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
}
.contact-form__form .gform_footer {
  padding: 0;
  background: #f7f7f7;
}
.contact-form__form .gform_footer input {
  font-family: IBM Plex Mono, sans-serif;
  line-height: 2.25rem;
  border: 2px solid #d92678;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  background-color: #d92678;
  padding: 10px 27px;
  min-width: 129px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  width: 100%;
  max-width: initial;
  line-height: 2.5rem;
  padding: 0;
  height: 100%;
  -moz-appearance: none;
       appearance: none;
}
.contact-form__form .gform_footer input:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
  background-color: #00ffe3;
  border: 2px solid #00ffe3;
}
.contact-form__form .validation_error {
  display: none;
}
.contact-form__form .validation_message {
  display: none;
}

.homepage-hero {
  padding: 0 0 90px;
  position: relative;
  max-height: 780px;
  overflow: hidden;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .homepage-hero {
    padding: 50px 10px;
  }
}
@media screen and (max-width: 599px) {
  .homepage-hero {
    overflow: visible;
    padding: 0 0 30px;
    max-height: initial;
    margin-bottom: -40px;
  }
}
@media screen and (max-width: 599px) {
  .homepage-hero--join {
    padding: 0;
  }
}
.homepage-hero__container {
  margin: 0 auto;
  display: block;
  position: relative;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (min-width: 1441px) {
  .homepage-hero__container {
    width: 100%;
    max-width: calc(1400px + 40px);
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .homepage-hero__container {
    width: 100%;
    max-width: calc(1400px + 40px);
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .homepage-hero__container {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 599px) {
  .homepage-hero__container {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 599px) {
  .homepage-hero__container {
    width: 100%;
  }
}
.homepage-hero__video-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 50%;
}
.homepage-hero__video-wrapper img,
.homepage-hero__video-wrapper iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 0 0 auto;
  width: 88%;
  display: block;
}
.homepage-hero__video-wrapper img {
  z-index: 0;
  height: auto;
  margin: auto 0 auto auto;
}
.homepage-hero__video-wrapper iframe {
  z-index: 1;
  height: 100%;
  pointer-events: none;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .homepage-hero__video-wrapper {
    position: absolute;
  }
}
@media screen and (max-width: 599px) {
  .homepage-hero__video-wrapper {
    padding-top: 56.25%;
  }
  .homepage-hero__video-wrapper img,
.homepage-hero__video-wrapper iframe {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .homepage-hero__video-wrapper {
    padding-top: 56.25%;
  }
  .homepage-hero__video-wrapper img,
.homepage-hero__video-wrapper iframe {
    width: 100%;
  }
}
.homepage-hero__slides-wrapper {
  position: relative;
  top: 0;
  width: 100%;
  height: 0;
  padding-top: 50%;
  overflow: hidden;
  z-index: 0;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .homepage-hero__slides-wrapper {
    position: absolute;
    height: 100%;
  }
}
@media screen and (max-width: 599px) {
  .homepage-hero__slides-wrapper {
    height: 100%;
    padding-top: 0;
  }
}
.homepage-hero--join .homepage-hero__slides-wrapper {
  padding-top: 38%;
}
@media screen and (max-width: 599px) {
  .homepage-hero--join .homepage-hero__slides-wrapper {
    padding-top: unset;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .homepage-hero--join .homepage-hero__slides-wrapper {
    padding-top: unset;
  }
}
.homepage-hero__slides {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 88%;
  margin: 0 0 0 auto;
}
.homepage-hero__slides .flickity-viewport {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.homepage-hero__slides.fade .flickity-slider {
  -webkit-transform: none !important;
          transform: none !important;
}
.homepage-hero__slides.fade img {
  left: 0 !important;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  z-index: -1;
}
.homepage-hero__slides.fade img.is-selected {
  opacity: 1;
  z-index: 0;
}
.homepage-hero__slides img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  /* stylelint-disable-line */
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .homepage-hero__slides .flickity-viewport,
.homepage-hero__slides .flickity-slider {
    height: 100% !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .homepage-hero__slides .flickity-viewport,
.homepage-hero__slides .flickity-slider {
    height: 100% !important;
  }
}
@media screen and (min-width: 1441px) {
  .homepage-hero__slides .flickity-viewport,
.homepage-hero__slides .flickity-slider {
    height: 100% !important;
  }
}
@media screen and (max-width: 599px) {
  .homepage-hero__slides {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .homepage-hero__slides {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .homepage-hero__slides {
    position: relative;
  }
  .homepage-hero__slides img {
    position: relative;
    width: 100%;
    height: auto;
  }
}
.homepage-hero--join .homepage-hero__slides {
  top: 0;
  right: 0;
  width: 84%;
}
@media screen and (max-width: 599px) {
  .homepage-hero--join .homepage-hero__slides {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .homepage-hero--join .homepage-hero__slides {
    width: 100%;
  }
}
.homepage-hero .flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 20px;
  left: 20px;
  z-index: 3;
  margin: 0;
  display: -webkit-box;
  display: flex;
  list-style: none;
  padding: 0;
}
.homepage-hero .flickity-page-dots .dot,
.homepage-hero .flickity-page-dots .is-selected {
  height: 10px;
  border-radius: 15px;
}
.homepage-hero .flickity-page-dots .dot {
  width: 140px;
  flex-shrink: 0;
  background-color: rgba(0, 255, 227, 0.65);
  margin: 0 8px;
  -webkit-animation-duration: 5.5s;
          animation-duration: 5.5s;
  opacity: 1;
}
.homepage-hero .flickity-page-dots .is-selected {
  position: relative;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.homepage-hero .flickity-page-dots .is-selected::before {
  content: "";
  display: block;
  height: 100%;
  border-radius: 15px;
  -webkit-animation-name: progressBar;
          animation-name: progressBar;
  -webkit-animation-duration: inherit;
          animation-duration: inherit;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background-color: #fff;
  will-change: auto;
}
@media (max-width: 1280px) {
  .homepage-hero .flickity-page-dots {
    display: none;
  }
}
.homepage-hero__feature {
  position: absolute;
  width: 48%;
  max-width: 434px;
  box-sizing: border-box;
  z-index: 1;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .homepage-hero__feature {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 1441px) {
  .homepage-hero__feature {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .homepage-hero__feature {
    position: relative;
    width: 47%;
    height: 100%;
    max-width: unset;
  }
}
@media screen and (max-width: 599px) {
  .homepage-hero__feature {
    width: 100%;
    max-width: 474px;
    padding: 0 20px;
    position: relative;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
.homepage-hero--join .homepage-hero__feature {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 63%;
  width: 37%;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .homepage-hero--join .homepage-hero__feature {
    position: relative;
    width: 47%;
    height: 100%;
    max-width: unset;
    -webkit-transform: unset;
            transform: unset;
    top: unset;
  }
}
@media screen and (max-width: 599px) {
  .homepage-hero--join .homepage-hero__feature {
    width: 100%;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
    max-width: unset;
  }
}
.homepage-hero__feature-bg {
  background-color: #00ffe3;
  padding: 51px 41px 43px 47px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .homepage-hero__feature-bg {
    padding: 40px;
  }
}
@media screen and (max-width: 599px) {
  .homepage-hero__feature-bg {
    padding: 25px 15px 30px;
  }
}
.homepage-hero--join .homepage-hero__feature-bg {
  padding: 85px 41px 80px 47px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .homepage-hero--join .homepage-hero__feature-bg {
    padding: 51px 40px 43px 40px;
  }
}
@media screen and (max-width: 599px) {
  .homepage-hero--join .homepage-hero__feature-bg {
    padding: 12px 15px 30px 15px;
  }
}
.homepage-hero__img {
  margin-top: 0;
  margin-bottom: 82px;
  width: 100%;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .homepage-hero__img {
    height: 60px;
    max-height: 60px;
  }
}
@media screen and (min-width: 1441px) {
  .homepage-hero__img {
    height: 60px;
    max-height: 60px;
  }
}
.homepage-hero__img img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 599px) {
  .homepage-hero__img img {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .homepage-hero__img img {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .homepage-hero__img {
    margin-bottom: 20%;
  }
}
@media screen and (max-width: 599px) {
  .homepage-hero__img {
    margin-bottom: 40px;
  }
  .homepage-hero__img img {
    width: 70%;
  }
}
.homepage-hero--join .homepage-hero__img {
  margin-bottom: 55px;
}
@media screen and (max-width: 599px) {
  .homepage-hero--join .homepage-hero__img {
    margin: 20px 0 40px 0;
  }
  .homepage-hero--join .homepage-hero__img img {
    width: 30vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .homepage-hero svg {
    width: 29.5vw;
  }
}
@media screen and (max-width: 599px) {
  .homepage-hero svg {
    width: 47vw;
  }
}
.homepage-hero__content {
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 400;
  margin-bottom: 50px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .homepage-hero__content {
    margin-bottom: 37px;
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}
.homepage-hero--join .homepage-hero__content {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.5rem;
  letter-spacing: 0;
  color: #1c1c1c;
  margin: 0;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .homepage-hero--join .homepage-hero__content {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 599px) {
  .homepage-hero--join .homepage-hero__content {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .homepage-hero--join .homepage-hero__content {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
.homepage-hero__text {
  margin-top: 0;
}
.homepage-hero--join .homepage-hero__text {
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 400;
  color: #1c1c1c;
}
.homepage-hero__button {
  font-family: IBM Plex Mono, sans-serif;
  line-height: 2rem;
  border: none;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  background-color: #000;
  padding: 10px 27px;
  min-width: 129px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  width: 100%;
}
.homepage-hero__button:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  .homepage-hero__button {
    padding: 7px 27px;
    font-size: 0.875rem;
  }
}
.homepage-hero--join__background-image {
  max-height: 580px;
}
.homepage-hero--join__content h1 {
  font-size: 1.75rem;
  line-height: 2.5rem;
  font-weight: 700;
}

@-webkit-keyframes progressBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes progressBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.page-hero {
  position: relative;
  height: 369px;
}
.page-hero--small.page-hero {
  height: 290px;
  overflow: hidden;
}

.page-hero.page-hero--search {
  height: 354px;
}
@media screen and (max-width: 599px) {
  .page-hero--video {
    height: 439px;
  }
}
@media screen and (max-width: 599px) {
  .page-hero--video-post {
    height: 370px !important;
  }
}
.page-hero__container {
  top: 0;
  left: 0;
  height: 100%;
  pointer-events: none;
}
.page-hero__container--large {
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 1441px) {
  .page-hero__container--large {
    width: 100%;
    max-width: calc(1400px + 40px);
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .page-hero__container--large {
    width: 100%;
    max-width: calc(1400px + 40px);
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .page-hero__container--large {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 599px) {
  .page-hero__container--large {
    width: calc(100% - 40px);
  }
}
.page-hero__container--small {
  margin: 0 auto;
  display: block;
  margin: 3.5% auto 3.5%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
}
@media screen and (min-width: 1441px) {
  .page-hero__container--small {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .page-hero__container--small {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .page-hero__container--small {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 599px) {
  .page-hero__container--small {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .page-hero__container--small {
    margin: 7% auto 2%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .page-hero--video .page-hero__container--small {
    margin: 10% auto 2%;
  }
}
.page-hero__image {
  z-index: -1;
  height: 100%;
  display: block;
}
.page-hero__image img {
  height: 100%;
  width: 100%;
}
.page-hero__image {
  z-index: -1;
  height: 100%;
  display: block;
}
.page-hero__image img {
  width: 100%;
}
.page-hero__content {
  width: 65%;
}
@media (max-width: 1380px) {
  .page-hero__content {
    width: 70%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .page-hero__content {
    width: 80%;
  }
}
@media screen and (max-width: 599px) {
  .page-hero__content {
    width: 89%;
    margin: 19px 10px 48px 10px;
  }
}
@media screen and (max-width: 599px) {
  .page-hero--video .page-hero__content {
    margin: 19px 23px 28px 23px;
    width: 78%;
  }
}
@media screen and (max-width: 599px) {
  .page-hero--video-post .page-hero__content {
    width: 69%;
    margin: 19px 10px 48px 30px;
  }
}
.page-hero__content img {
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .page-hero__content img {
    max-height: 60px;
    height: 60px;
    width: auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .page-hero__content img {
    max-height: 60px;
    height: 60px;
    width: auto;
  }
}
@media screen and (min-width: 1441px) {
  .page-hero__content img {
    max-height: 60px;
    height: 60px;
    width: auto;
  }
}
@media screen and (max-width: 599px) {
  .page-hero__content img {
    max-width: 70%;
    height: auto;
    max-height: 60px;
  }
}
@media (max-width: 1380px) {
  .page-hero__content img {
    margin-bottom: 3%;
  }
}
@media (max-width: 750px) {
  .page-hero__content img {
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 599px) {
  .page-hero__content img {
    margin-bottom: 8%;
  }
}
.page-hero__title {
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 1.75rem;
  line-height: 3.25rem;
  font-weight: 700;
  color: #000;
  margin: 15px 0 10px;
}
@media (max-width: 1380px) {
  .page-hero__title {
    line-height: 2.1875rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .page-hero__title {
    margin: 0 0 4%;
  }
}
@media (max-width: 750px) {
  .page-hero__title {
    margin: 0 0 2%;
  }
}
@media screen and (max-width: 599px) {
  .page-hero__title {
    font-size: 1.5rem;
    line-height: 2.25rem;
    margin: 0px 0 6%;
  }
}
.page-hero__title--white {
  color: #fff;
}
.page-hero__title--black {
  color: #000;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .page-hero__desktop-img {
    max-width: 360px;
    height: auto !important;
  }
}
@media screen and (max-width: 599px) {
  .page-hero__desktop-img {
    display: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  videoPost .page-hero__desktop-img {
    margin-bottom: 38px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  videoPost .page-hero__desktop-img {
    margin-bottom: 38px;
  }
}
@media screen and (min-width: 1441px) {
  videoPost .page-hero__desktop-img {
    margin-bottom: 38px;
  }
}
@media screen and (max-width: 599px) {
  videoPost .page-hero__desktop-img {
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .page-hero__mobile-img {
    display: none;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .page-hero__mobile-img {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .page-hero__mobile-img {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .page-hero__mobile-img {
    width: 100%;
    height: auto !important;
    max-height: unset !important;
    max-width: 220px !important;
  }
}
.page-hero__text {
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 400;
  color: #000;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .page-hero__text {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}
.page-hero__text--white {
  color: #fff;
}
.page-hero__text--black {
  color: #000;
}

@media screen and (min-width: 600px) and (max-width: 1023px) {
  .page-hero--video-post .page-hero__desktop-img {
    margin-bottom: 38px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .page-hero--video-post .page-hero__desktop-img {
    margin-bottom: 38px;
  }
}
@media screen and (min-width: 1441px) {
  .page-hero--video-post .page-hero__desktop-img {
    margin-bottom: 38px;
  }
}
@media screen and (max-width: 599px) {
  .page-hero--video-post .page-hero__desktop-img {
    margin-bottom: 28px;
  }
}

.feed-hero {
  position: relative;
  max-width: 1440px;
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .feed-hero {
    padding: 80px 0 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .feed-hero {
    padding: 80px 0 0;
  }
}
@media screen and (min-width: 1441px) {
  .feed-hero {
    padding: 80px 0 0;
  }
}
@media screen and (max-width: 599px) {
  .feed-hero {
    padding: 40px 0 0;
  }
}
.feed-hero__background {
  position: absolute;
  height: auto;
  top: 0;
  right: 0;
  z-index: -1;
  pointer-events: none;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .feed-hero__background {
    width: 477px;
  }
}
@media screen and (min-width: 1441px) {
  .feed-hero__background {
    width: 477px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .feed-hero__background {
    width: 160px;
  }
}
@media screen and (max-width: 599px) {
  .feed-hero__background {
    width: 130px;
    right: -50px;
  }
}
.feed-hero__container--feature {
  margin: 0 auto;
  display: block;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1441px) {
  .feed-hero__container--feature {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .feed-hero__container--feature {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .feed-hero__container--feature {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 599px) {
  .feed-hero__container--feature {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .feed-hero__container--feature {
    padding: 70px 70px 70px 185px;
  }
}
@media screen and (min-width: 1441px) {
  .feed-hero__container--feature {
    padding: 70px 70px 70px 185px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .feed-hero__container--feature {
    width: auto;
    padding: 40px 0;
    margin: 0 20px;
  }
}
.feed-hero__hero {
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 1441px) {
  .feed-hero__hero {
    width: 100%;
    max-width: calc(1284px + 156px);
    padding-left: 78px;
    padding-right: 78px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .feed-hero__hero {
    width: 100%;
    max-width: calc(1284px + 156px);
    padding-left: 78px;
    padding-right: 78px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .feed-hero__hero {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 599px) {
  .feed-hero__hero {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .feed-hero__hero {
    margin: 0 auto 190px;
  }
}
@media screen and (min-width: 1441px) {
  .feed-hero__hero {
    margin: 0 auto 190px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .feed-hero__hero {
    margin: 0 auto 150px;
  }
}
@media screen and (max-width: 599px) {
  .feed-hero__hero {
    margin: 0 auto 100px;
  }
}
.feed-hero__main-title {
  margin: 0 0 45px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .feed-hero__main-title {
    height: 60px;
    width: auto;
    max-height: 60px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .feed-hero__main-title {
    height: 60px;
    width: auto;
    max-height: 60px;
  }
}
@media screen and (min-width: 1441px) {
  .feed-hero__main-title {
    height: 60px;
    width: auto;
    max-height: 60px;
  }
}
@media screen and (max-width: 599px) {
  .feed-hero__main-title {
    margin: 0 0 15px;
    max-width: 120px;
    width: 100%;
    height: 100%;
    max-height: 70px;
    -o-object-fit: contain;
       object-fit: contain;
    font-family: "object-fit: contain;";
    /* stylelint-disable-line */
  }
}
.feed-hero__copy {
  margin: 0;
  width: 100%;
  max-width: 552px;
  font-size: 1rem;
  line-height: 1.625rem;
  padding: 0 50px 0 0;
}

.image-text__container {
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 1441px) {
  .image-text__container {
    width: 100%;
    max-width: calc(1284px + 156px);
    padding-left: 78px;
    padding-right: 78px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .image-text__container {
    width: 100%;
    max-width: calc(1284px + 156px);
    padding-left: 78px;
    padding-right: 78px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .image-text__container {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 599px) {
  .image-text__container {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .image-text__container {
    margin: 0 auto;
    display: block;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) and (min-width: 1441px) {
  .image-text__container {
    width: 100%;
    max-width: calc(1400px + 40px);
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1440px) {
  .image-text__container {
    width: 100%;
    max-width: calc(1400px + 40px);
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) and (min-width: 600px) and (max-width: 1023px) {
  .image-text__container {
    width: calc(100% - 20px);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) and (max-width: 599px) {
  .image-text__container {
    width: calc(100% - 40px);
  }
}
.image-text__block {
  display: -webkit-box;
  display: flex;
  margin-bottom: 100px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .image-text__block {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 599px) {
  .image-text__block {
    display: block;
    margin-bottom: 0;
  }
}
.image-text__block--right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 599px) {
  .image-text__block--right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.image-text__image {
  width: 49%;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .image-text__image {
    width: 44%;
  }
}
@media screen and (max-width: 599px) {
  .image-text__image {
    width: 100%;
  }
}
.image-text__image img {
  width: 100%;
}
.image-text__text {
  width: 51.5%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 0 6% 0 8.25%;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .image-text__text {
    width: 56%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 599px) {
  .image-text__text {
    width: 100%;
    padding: 5% 0 7%;
  }
}
.image-text__subtitle {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  letter-spacing: 0.0625rem;
  font-family: "IBM Plex Mono", sans-serif;
  font-weight: 700;
  color: #000;
  margin: 0;
  margin-bottom: 7px;
}
@media screen and (max-width: 599px) {
  .image-text__subtitle {
    margin-bottom: 12px;
  }
}
.image-text__title {
  font-size: 1.75rem;
  line-height: initial;
  color: #000;
  font-family: "IBM Plex Mono", sans-serif;
  font-weight: 700;
  margin: 0;
  margin-bottom: 13px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .image-text__title {
    font-size: 1.625rem;
    line-height: 2.1875rem;
  }
}
@media screen and (max-width: 599px) {
  .image-text__title {
    font-size: 1.5rem;
    line-height: 2.1875rem;
    margin-bottom: 20px;
  }
}
.image-text__content {
  margin: 0;
}
@media screen and (max-width: 599px) {
  .image-text__content {
    margin-bottom: 50px;
  }
}
.image-text__content p {
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-family: "IBM Plex Mono", sans-serif;
  font-weight: 400;
  color: #6e6e6e;
}

.job-listing {
  width: calc(50% - 37.5px);
  display: -webkit-box;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-align: center;
          align-items: center;
}
.job-listing--fullwidth {
  width: 100%;
}
@media (max-width: 1270px) {
  .job-listing {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .job-listing {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .job-listing {
    margin-bottom: 10px;
    -webkit-box-align: unset;
            align-items: unset;
    width: 100%;
  }
}
.job-listing__image {
  width: 124px;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
}
.job-listing__image img {
  width: 100%;
  border-radius: 50%;
}
@media screen and (max-width: 599px) {
  .job-listing__image {
    width: 65px;
  }
}
.job-listing__main {
  margin-left: 23px;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  max-width: calc(100% - (124px + 23px));
}
@media screen and (max-width: 599px) {
  .job-listing__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    max-width: calc(100% - (65px + 20px));
    margin-top: 5px;
    margin-left: 20px;
  }
}
.job-listing__title {
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: #000;
  margin: 0 0 0;
}
@media screen and (max-width: 599px) {
  .job-listing__title {
    font-size: 0.875rem;
  }
}
.job-listing__text {
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  color: #626262;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .job-listing__text {
    display: none;
  }
}
.job-listing__text--mobile {
  display: none;
}
@media screen and (max-width: 599px) {
  .job-listing__text--mobile {
    display: block;
    margin-bottom: 50px;
    font-size: 0.75rem;
    line-height: 1.375rem;
  }
}
.job-listing__details {
  display: -webkit-box;
  display: flex;
  text-align: center;
  margin-bottom: 12px;
  -webkit-box-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 599px) {
  .job-listing__details {
    display: block;
    text-align: left;
  }
}
.job-listing__location {
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.02688rem;
  color: #000;
  text-transform: uppercase;
  background: #00ffe3;
  margin: 0;
  padding: 0 12px;
  border-radius: 30px;
  line-height: 1.375rem;
}
@media screen and (max-width: 599px) {
  .job-listing__location {
    display: inline-block;
    margin-bottom: 5px;
  }
}
.job-listing__company {
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 0.75rem;
  line-height: 1.375rem;
  font-weight: 700;
  color: #626262;
  margin: 0 0 7px;
}
.job-listing__salary {
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 0.75rem;
  line-height: 1.375rem;
  font-weight: 700;
  color: #000;
  margin: 0;
  padding-left: 12px;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .job-listing__salary {
    display: block;
    padding-left: 0;
  }
}

.job-search {
  margin: 0 auto;
  display: block;
  padding: 40px 0 20px;
}
@media screen and (min-width: 1441px) {
  .job-search {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .job-search {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .job-search {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 599px) {
  .job-search {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 1441px) {
  .job-search {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .job-search {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1441px) {
  .job-search__filters {
    min-width: 310px;
    margin-right: 100px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .job-search__filters {
    min-width: 310px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .job-search__filters {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 599px) {
  .job-search__filters {
    padding-bottom: 80px;
  }
}
.job-search__main {
  width: 100%;
}
.job-search__title {
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 1441px) {
  .job-search__title {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .job-search__title {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .job-search__title {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 599px) {
  .job-search__title {
    width: calc(100% - 40px);
  }
}
.job-search__button-wrapper {
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 1441px) {
  .job-search__button-wrapper {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .job-search__button-wrapper {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .job-search__button-wrapper {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 599px) {
  .job-search__button-wrapper {
    width: calc(100% - 40px);
  }
}
.job-search__button {
  font-family: IBM Plex Mono, sans-serif;
  line-height: 2rem;
  border: 2px solid #000;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #000;
  display: inline-block;
  text-decoration: none;
  background-color: #fff;
  padding: 10px 27px;
  min-width: 129px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  display: block;
  margin: 0 auto;
  padding: 0 30px;
  line-height: 2.625rem;
  max-width: 223px;
  margin-bottom: 100px;
}
.job-search__button:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  background-color: #000;
}
@media screen and (max-width: 599px) {
  .job-search__button {
    width: 100%;
    max-width: 285px;
  }
}
.job-search__checkbox {
  margin: 0 0 20px;
  cursor: pointer;
  margin: 0 0 6px;
}
.job-search__checkbox input[type=checkbox] {
  display: none;
}
.job-search__checkbox input[type=checkbox]:checked + label::before {
  background-color: #d92678;
  color: #fff;
}
.job-search__checkbox input[type=checkbox]:checked + label::after {
  content: "";
}
.job-search__checkbox input[type=checkbox][disabled] {
  color: #808080;
}
.job-search__checkbox input[type=checkbox][disabled] + label::before {
  border-color: #808080;
}
.job-search__checkbox input[type=checkbox][disabled] + label:hover::before {
  border-color: #808080;
}
.job-search__checkbox label {
  padding-left: 22.5px;
  position: relative;
  height: 22px;
  display: block;
}
.job-search__checkbox label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #757575;
  height: 15px;
  width: 15px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
}
.job-search__checkbox label::after {
  position: absolute;
  top: 2.04px;
  left: 5.4px;
  width: 4.05px;
  height: 8.85px;
  border-bottom: 1.35px solid white;
  border-right: 1.35px solid white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.job-search__checkbox label:hover:before {
  border-color: #d92678;
}
.job-search__checkbox label {
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #6e6e6e;
  cursor: pointer;
  padding-left: 30px;
  min-height: 22px;
  height: auto;
  position: relative;
}
.job-search__checkbox label::before {
  top: 2px;
}

.membership-pricing {
  background-color: #f9f6f6;
}
.membership-pricing__container {
  margin: 0 auto;
  display: block;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 77px 0 54px;
}
@media screen and (min-width: 1441px) {
  .membership-pricing__container {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .membership-pricing__container {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .membership-pricing__container {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 599px) {
  .membership-pricing__container {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 599px) {
  .membership-pricing__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .membership-pricing__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
  }
}
.membership-pricing__highlight {
  text-align: right;
  position: relative;
}
.membership-pricing__highlight--grey {
  border: solid 4px #c8c8c8;
}
.membership-pricing__highlight--blue {
  border: solid 4px #00ffe3;
}
.membership-pricing__tab {
  position: absolute;
  top: -28px;
  right: -9px;
  font-size: 0.75rem;
  font-family: "IBM Plex Mono", sans-serif;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  padding: 5px 11px;
}
.membership-pricing__tab--grey {
  background-color: #c8c8c8;
}
.membership-pricing__tab--blue {
  background-color: #00ffe3;
}
.membership-pricing__block {
  max-width: 326px;
  width: calc((100% / 3) - 31.3333333333px);
  text-align: center;
  background-color: #fff;
  padding: 32px 23px 27px;
  margin: 8px 11px 11px 11px;
  position: relative;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .membership-pricing__block {
    width: 80%;
    max-width: unset;
    margin-bottom: 10%;
  }
}
@media screen and (max-width: 599px) {
  .membership-pricing__block {
    width: 100%;
    max-width: unset;
    margin-bottom: 15%;
  }
}
.membership-pricing__block::before {
  content: "";
  border: 4px solid transparent;
  position: absolute;
  top: -6px;
  left: -9px;
  bottom: -9px;
  right: -9px;
}
.membership-pricing__block--blue::before {
  border-color: #00ffe3;
}
.membership-pricing__block--grey::before {
  border-color: #c8c8c8;
}
.membership-pricing__title {
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 1rem;
  line-height: 2rem;
  font-weight: 600;
  color: #000;
  margin: 0;
}
.membership-pricing__price {
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 0.625rem;
  line-height: 2.375rem;
  letter-spacing: 0.00875rem;
  color: #000;
  font-weight: 600;
  margin-bottom: 20px;
}
.membership-pricing__price span {
  font-size: 2rem;
  line-height: 2.375rem;
  letter-spacing: 0.0275rem;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .membership-pricing__price span {
    font-size: 2.25vw;
  }
}
.membership-pricing__text {
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 0.75rem;
  line-height: 1.4375rem;
  font-weight: 400;
  margin-bottom: 115px;
}
.membership-pricing__button {
  font-family: IBM Plex Mono, sans-serif;
  line-height: 2rem;
  border: 2px solid #000;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #000;
  display: inline-block;
  text-decoration: none;
  background-color: #fff;
  padding: 10px 27px;
  min-width: 129px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
  margin-bottom: 20px;
}
.membership-pricing__button:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  background-color: #000;
}
.membership-pricing__block--blue .membership-pricing__button, .membership-pricing__block--grey .membership-pricing__button {
  font-family: IBM Plex Mono, sans-serif;
  line-height: 2rem;
  border: none;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  background-color: #000;
  padding: 10px 27px;
  min-width: 129px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
}
.membership-pricing__block--blue .membership-pricing__button:hover, .membership-pricing__block--grey .membership-pricing__button:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
  background-color: #fff;
}
.article-post {
  position: relative;
  max-width: 1400px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .article-post {
    margin: 0 auto 45px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .article-post {
    margin: 0 auto 45px;
  }
}
@media screen and (min-width: 1441px) {
  .article-post {
    margin: 0 auto 45px;
  }
}
@media screen and (max-width: 599px) {
  .article-post {
    margin: 0 auto 0;
  }
}
.article-post__container--feature {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .article-post__container--feature {
    padding: 50px 0 0 160px;
    margin: 0 20px;
  }
}
@media screen and (min-width: 1441px) {
  .article-post__container--feature {
    padding: 50px 0 0 160px;
    margin: 0 20px;
  }
}
@media screen and (max-width: 599px) {
  .article-post__container--feature {
    padding: 40px 0;
    margin: 0 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .article-post__container--feature {
    padding: 40px 0;
    margin: 0 20px;
  }
}
.article-post__button {
  font-family: IBM Plex Mono, sans-serif;
  line-height: 2rem;
  border: none;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  background-color: #000;
  padding: 10px 27px;
  min-width: 129px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  margin-bottom: 25px;
  margin-right: 10px;
}
.article-post__button:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
  background-color: #fff;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .article-post__feature {
    margin: 0 0 50px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .article-post__feature {
    margin: 0 0 50px;
  }
}
@media screen and (min-width: 1441px) {
  .article-post__feature {
    margin: 0 0 50px;
  }
}
@media screen and (max-width: 599px) {
  .article-post__feature {
    margin: 0 0 50px;
  }
}
.article-post__feature-image {
  z-index: -1;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .article-post__feature-image {
    max-width: 1240px;
    height: 0;
    padding-top: 45%;
    position: relative;
  }
}
@media screen and (min-width: 1441px) {
  .article-post__feature-image {
    max-width: 1240px;
    height: 0;
    padding-top: 45%;
    position: relative;
  }
}
@media screen and (max-width: 599px) {
  .article-post__feature-image {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 40%;
    max-width: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .article-post__feature-image {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 40%;
    max-width: none;
  }
}
.article-post__feature-image img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  /* stylelint-disable-line */
}
@media only screen and (min-width: 1401px) {
  .article-post__feature-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    margin: 0 0 0 60px;
  }
}
@media only screen and (max-width: 1400px) {
  .article-post__feature-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.article-post__overlay {
  background: #00ffe3;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .article-post__overlay {
    position: relative;
    margin: -10px 20px 0 -40px;
    padding: 30px;
    max-width: 888px;
  }
}
@media screen and (min-width: 1441px) {
  .article-post__overlay {
    position: relative;
    margin: -10px 20px 0 -40px;
    padding: 30px;
    max-width: 888px;
  }
}
@media screen and (max-width: 599px) {
  .article-post__overlay {
    margin: -10px 20px 0;
    padding: 15px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .article-post__overlay {
    margin: -10px 20px 0;
    padding: 15px;
  }
}
.article-post__feature-title {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.625rem;
  letter-spacing: 0.031em;
  color: #1c1c1c;
  font-weight: 700;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .article-post__feature-title {
    margin: 0 0 40px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .article-post__feature-title {
    margin: 0 0 40px;
  }
}
@media screen and (min-width: 1441px) {
  .article-post__feature-title {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 599px) {
  .article-post__feature-title {
    margin: 0 0 25px;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .article-post__feature-title--with-date {
    margin: 0 0 10px !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .article-post__feature-title--with-date {
    margin: 0 0 10px !important;
  }
}
@media screen and (min-width: 1441px) {
  .article-post__feature-title--with-date {
    margin: 0 0 10px !important;
  }
}
@media screen and (max-width: 599px) {
  .article-post__feature-title--with-date {
    margin: 0 0 5px !important;
  }
}
.article-post__feature-subtitle {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #6e6e6e;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #1c1c1c;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .article-post__feature-subtitle {
    margin: 0 0 40px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .article-post__feature-subtitle {
    margin: 0 0 40px;
  }
}
@media screen and (min-width: 1441px) {
  .article-post__feature-subtitle {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 599px) {
  .article-post__feature-subtitle {
    margin: 0 0 25px;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.article-post__author {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  flex-wrap: wrap;
}
.article-post__author img {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
  /* stylelint-disable-line */
  margin: 0 10px 0 0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  -webkit-box-ordinal-group: 3;
          order: 2;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .article-post__author img {
    display: inline-block;
  }
}
@media screen and (min-width: 1441px) {
  .article-post__author img {
    display: inline-block;
  }
}
.article-post__author p,
.article-post__author a {
  margin: 0;
  display: inline-block;
  color: #1c1c1c;
  font-size: 0.75rem;
  line-height: 1.75rem;
  -webkit-box-ordinal-group: 3;
          order: 2;
}
.article-post__author span {
  font-weight: 700;
}
.article-post__author span:first-of-type {
  margin: 0 10px 0 0;
}
.article-post__publish-date {
  font-family: "IBM Plex Mono", sans-serif;
  display: inline-block;
  color: #1c1c1c;
  font-size: 0.75rem;
  line-height: 1.75rem;
  font-weight: 500;
  margin: 0 0 25px;
}
@media only screen and (min-width: 1401px) {
  .article-post__featured {
    width: 100%;
  }
}
@media only screen and (max-width: 1400px) {
  .article-post__featured {
    width: 100%;
  }
  .article-post__author .article-post__featured {
    margin: 0 0 45px;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
}
.article-post__featured p {
  display: inline-block;
  padding: 0 13px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.03188rem;
  line-height: 1.625rem;
  text-transform: uppercase;
  color: #00ffe3;
  background: #1c1c1c;
  border-radius: 21px;
  margin-bottom: 10px;
}
.article-post__body {
  margin: 0 auto;
  display: block;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1441px) {
  .article-post__body {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .article-post__body {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .article-post__body {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 599px) {
  .article-post__body {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .article-post__body {
    padding-right: 160px;
  }
}
@media screen and (min-width: 1441px) {
  .article-post__body {
    padding-right: 160px;
  }
}
@media screen and (max-width: 599px) {
  .article-post__body {
    flex-wrap: wrap-reverse;
  }
}
.article-post__content {
  max-width: 800px;
  width: 100%;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .article-post__content {
    margin-right: 80px;
  }
}
@media screen and (min-width: 1441px) {
  .article-post__content {
    margin-right: 80px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .article-post__content {
    margin-right: 40px;
  }
}
.article-post__content .wysiwyg {
  max-width: 800px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.article-post__content .wysiwyg__container {
  width: 100%;
}
.article-post__content .wysiwyg a {
  word-break: initial;
}
.article-post__content iframe {
  width: 100%;
  border: none;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .article-post__content iframe {
    height: 540px;
  }
}
@media screen and (min-width: 1441px) {
  .article-post__content iframe {
    height: 540px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .article-post__content iframe {
    height: 300px;
  }
}
@media screen and (max-width: 599px) {
  .article-post__content iframe {
    height: 200px;
  }
}
.article-post__icons {
  display: -webkit-box;
  display: flex;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .article-post__icons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .article-post__icons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
@media screen and (min-width: 1441px) {
  .article-post__icons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
@media screen and (max-width: 599px) {
  .article-post__icons {
    margin: 0 0 25px 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .article-post__icons a {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .article-post__icons a {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1441px) {
  .article-post__icons a {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 599px) {
  .article-post__icons a {
    margin-right: 15px;
  }
}
.article-post__icons svg {
  width: 42px;
  height: 42px;
}
.article-post__line {
  margin: 55px auto 55px 0;
  width: 313px;
  height: 1px;
  background: #dadada;
}
@media screen and (max-width: 599px) {
  .article-post__line {
    width: 100%;
  }
}
.article-post__member {
  margin: 0 0 75px;
  display: -webkit-box;
  display: flex;
}
.article-post__member:hover {
  text-decoration: none;
}
.article-post__member img {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
  /* stylelint-disable-line */
  width: 76px;
  height: auto;
  border-radius: 50%;
}
.article-post__member-image {
  margin-right: 20px;
}
.article-post__text h2 {
  margin: 0 0 15px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
}
.article-post__text p {
  margin: 0;
  font-size: 0.75rem;
  letter-spacing: 0.00938rem;
  line-height: 1.375rem;
  color: #6e6e6e;
}
.article-post__feed {
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 1441px) {
  .article-post__feed {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .article-post__feed {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .article-post__feed {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 599px) {
  .article-post__feed {
    width: calc(100% - 40px);
  }
}
.article-post__feed-title {
  margin: 0 0 25px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 3.25rem;
}
.article-post__items {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  font-size: 0;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .article-post__item {
    width: calc((100% - 124px) / 3);
    margin: 0 0 55px;
  }
  .article-post__item:last-of-type {
    display: block;
  }
}
@media screen and (min-width: 1441px) {
  .article-post__item {
    width: calc((100% - 124px) / 3);
    margin: 0 0 55px;
  }
  .article-post__item:last-of-type {
    display: block;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .article-post__item {
    width: calc((100% - 30px) / 2);
    margin: 0 0 55px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .article-post__item:last-of-type {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .article-post__item:last-of-type {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .article-post__item {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 50px;
  }
}
.article-post__image {
  height: 0;
  padding-top: 49%;
  position: relative;
  margin: 0 0 10px;
}
.article-post__image img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  /* stylelint-disable-line */
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.article-post__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
  color: #1c1c1c;
}
.article-post button {
  line-height: 1.75rem;
}

.testimonial {
  position: relative;
  margin-bottom: 80px;
  padding: 0 20px;
  max-width: 1324px;
  margin: 0 auto 78px;
}
@media screen and (max-width: 599px) {
  .testimonial {
    padding: 0;
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .testimonial {
    padding: 0;
    margin-bottom: 90px;
  }
}
.testimonial__container {
  position: relative;
  padding: 70px 0;
}
@media screen and (max-width: 599px) {
  .testimonial__container {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .testimonial__container {
    padding-bottom: 0;
  }
}
.testimonial__image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding-left: 235px;
  z-index: -1;
  display: block;
  text-align: right;
}
@media screen and (max-width: 599px) {
  .testimonial__image {
    padding-left: 0;
    position: relative;
    height: 0;
    padding-top: 65%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .testimonial__image {
    padding-left: 0;
    position: relative;
    height: 0;
    padding-top: 65%;
  }
}
.testimonial__image--mobile {
  display: none;
}
.testimonial__image img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  /* stylelint-disable-line */
  width: 100%;
  height: 100%;
  display: block;
  max-width: 1070px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .testimonial__image img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .testimonial__image img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.testimonial__box {
  background-color: #00ffe3;
  position: relative;
  max-width: 397px;
  width: 397px;
  padding: 40px 46px;
}
@media screen and (max-width: 599px) {
  .testimonial__box {
    padding: 15px 15px 20px;
    margin: -36px auto 0;
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .testimonial__box {
    padding: 15px 15px 20px;
    margin: -36px auto 0;
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
  }
}
.testimonial__box img {
  width: 78px;
  height: 78px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  /* stylelint-disable-line */
  border-radius: 50%;
}
@media screen and (max-width: 599px) {
  .testimonial__box img {
    width: 68px;
    height: 68px;
  }
}
.testimonial__quote {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0.01688rem;
  color: #1c1c1c;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .testimonial__quote {
    font-size: 0.875rem;
    letter-spacing: 0.015rem;
    line-height: 1.5rem;
  }
}
.testimonial__details {
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: 0.00938rem;
  font-weight: 700;
  color: #000;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .testimonial__details {
    font-size: 0.875rem;
    line-height: 1.75rem;
  }
}
.testimonial__details--italic {
  font-style: italic;
}

.text-checklist {
  padding-bottom: 140px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .text-checklist {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 599px) {
  .text-checklist {
    padding-bottom: 99px;
  }
}
.text-checklist__anchor {
  position: relative;
  display: block;
  top: -40px;
}
.text-checklist__container {
  margin: 0 auto;
  display: block;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
@media screen and (min-width: 1441px) {
  .text-checklist__container {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .text-checklist__container {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .text-checklist__container {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 599px) {
  .text-checklist__container {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .text-checklist__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.text-checklist__left-block {
  width: 50%;
  padding: 0 85px 0 0;
}
@media (max-width: 1275px) {
  .text-checklist__left-block {
    width: 45%;
    padding: 0 30px 0 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .text-checklist__left-block {
    width: 100%;
    padding: 0 24% 10% 0;
  }
}
@media (max-width: 700px) {
  .text-checklist__left-block {
    padding: 0 25% 8% 0;
  }
}
@media screen and (max-width: 599px) {
  .text-checklist__left-block {
    width: 100%;
    padding: 0;
  }
}
.text-checklist__right-block {
  width: 50%;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .text-checklist__right-block {
    padding-top: 94px;
  }
}
@media screen and (min-width: 1441px) {
  .text-checklist__right-block {
    padding-top: 94px;
  }
}
@media (max-width: 1275px) {
  .text-checklist__right-block {
    width: 55%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .text-checklist__right-block {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .text-checklist__right-block {
    width: 100%;
  }
}
.text-checklist__subtitle {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: initial;
  letter-spacing: 0.063em;
  color: #1c1c1c;
  margin: 0 0 5px;
}
.text-checklist__title {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 3.375rem;
  letter-spacing: 0;
  color: #1c1c1c;
  margin: 0 0 17px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .text-checklist__title {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 599px) {
  .text-checklist__title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .text-checklist__title {
    font-size: 1.5rem;
    line-height: 3.375rem;
  }
}
.text-checklist__button-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.text-checklist__content {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #1c1c1c;
  margin: 0 0 38px;
}
@media screen and (max-width: 599px) {
  .text-checklist {
    line-height: 1.5rem;
  }
}
.text-checklist__button-container {
  display: -webkit-box;
  display: flex;
  max-width: 344px;
}
@media (max-width: 1300px) {
  .text-checklist__button-container {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .text-checklist__button-container {
    width: 100%;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 599px) {
  .text-checklist__button-container {
    flex-wrap: wrap;
    width: 100%;
  }
}
.text-checklist__button-left {
  font-family: IBM Plex Mono, sans-serif;
  line-height: 2.25rem;
  border: 2px solid #d92678;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  background-color: #d92678;
  padding: 10px 27px;
  min-width: 129px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  width: auto;
  margin-right: 10px;
  margin-bottom: 10px;
  flex-shrink: 0;
  min-width: 185px;
  padding: 5px 15px;
}
.text-checklist__button-left:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
  background-color: #00ffe3;
  border: 2px solid #00ffe3;
}
@media (max-width: 1300px) {
  .text-checklist__button-left {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .text-checklist__button-left {
    width: auto;
    padding: 5px 10px;
  }
}
@media screen and (max-width: 599px) {
  .text-checklist__button-left {
    width: 100%;
    max-width: unset;
    margin-bottom: 10px;
    margin-right: 0;
    padding: 5px 10px;
  }
}
.text-checklist__button-right {
  font-family: IBM Plex Mono, sans-serif;
  line-height: 2rem;
  border: 2px solid #000;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #000;
  display: inline-block;
  text-decoration: none;
  background-color: #fff;
  padding: 10px 27px;
  min-width: 129px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  width: auto;
  min-width: 185px;
  padding: 5px 15px;
  margin-bottom: 10px;
  flex-shrink: 0;
}
.text-checklist__button-right:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  background-color: #000;
}
@media (max-width: 1300px) {
  .text-checklist__button-right {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .text-checklist__button-right {
    width: auto;
    padding: 5px 15px;
  }
}
@media screen and (max-width: 599px) {
  .text-checklist__button-right {
    width: 100%;
    max-width: unset;
    margin-bottom: 60px;
    padding: 5px 15px;
  }
}
.text-checklist__list-item {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.text-checklist__list-item:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .text-checklist__list-item {
    -webkit-box-pack: unset;
            justify-content: unset;
  }
}
.text-checklist svg {
  width: 8%;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .text-checklist svg {
    width: unset;
  }
}
.text-checklist__text-container {
  width: 90%;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .text-checklist__text-container {
    width: 87%;
    margin-left: 15px;
  }
}
@media screen and (max-width: 599px) {
  .text-checklist__text-container {
    width: 89%;
  }
}
.text-checklist__header {
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 1rem;
  line-height: 2rem;
  font-weight: 700;
  margin-top: -2px;
  margin-bottom: 2px;
}
.text-checklist__text {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #1c1c1c;
}

.wysiwyg {
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 1441px) {
  .wysiwyg {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .wysiwyg {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .wysiwyg {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 599px) {
  .wysiwyg {
    width: calc(100% - 40px);
  }
}
.wysiwyg__container {
  width: 75%;
}
@media screen and (max-width: 599px) {
  .wysiwyg__container {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .wysiwyg__container {
    width: 100%;
  }
}
.wysiwyg h2 {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.625rem;
  letter-spacing: 0.031em;
  color: #1c1c1c;
  margin: 0 0 15px;
}
.wysiwyg h3 {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #1c1c1c;
  margin: 0 0 35px;
}
.wysiwyg h4 {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: 0;
  color: #1c1c1c;
  margin: 0 0 30px;
}
.wysiwyg h5 {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: initial;
  letter-spacing: 0;
  color: #1c1c1c;
  text-transform: uppercase;
  margin: 0 0 20px;
}
@media screen and (max-width: 599px) {
  .wysiwyg h5 {
    margin: 0 0 30px;
  }
}
.wysiwyg img {
  width: 100%;
  height: auto;
  margin: 15px 0 50px;
}
@media screen and (max-width: 599px) {
  .wysiwyg img {
    margin: 20px 0 50px;
  }
}
.wysiwyg__text {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #6e6e6e;
  margin: 0 0 35px;
}
@media screen and (max-width: 599px) {
  .wysiwyg__text {
    margin: 0 0 30px;
  }
}
.wysiwyg ul {
  list-style-type: none;
  margin-left: 36px;
}
.wysiwyg li {
  position: relative;
}
.wysiwyg li:last-of-type {
  margin-bottom: 50.5px;
}
.wysiwyg li::before {
  content: "";
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: #6e6e6e;
  position: absolute;
  left: -23px;
  top: 11px;
}
.wysiwyg span {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #000;
  cursor: pointer;
}
.wysiwyg a {
  word-break: break-all;
}
@media screen and (max-width: 599px) {
  .wysiwyg ul {
    margin-left: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .wysiwyg ul {
    margin-left: 0;
  }
}

.video-block {
  margin: 0 auto;
  display: block;
  width: 100%;
}
@media screen and (min-width: 1441px) {
  .video-block {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .video-block {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .video-block {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 599px) {
  .video-block {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 599px) {
  .video-block {
    margin: 0 auto 50px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .video-block {
    margin: 0 auto 50px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .video-block {
    margin: 0 auto 50px;
  }
}
@media screen and (min-width: 1441px) {
  .video-block {
    margin: 0 auto 50px;
  }
}
.video-block--profile {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 30px;
}
@media screen and (max-width: 599px) {
  .video-block--profile {
    margin: 0;
    width: 100%;
  }
}
.video-block--profile .video-block__link svg {
  bottom: 0;
  left: auto;
  top: auto;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  width: 60px;
}
.video-block__container {
  margin: 0 auto;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .video-block__container {
    padding: 0;
  }
}
@media screen and (min-width: 1441px) {
  .video-block__container {
    padding: 0;
  }
}
@media screen and (max-width: 599px) {
  .video-block__container {
    padding: 0;
  }
}
.video-block__video {
  position: relative;
  height: 0;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .video-block__video {
    padding: 55% 0 0;
  }
}
@media screen and (min-width: 1441px) {
  .video-block__video {
    padding: 55% 0 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .video-block__video {
    padding: 55% 0 0;
  }
}
@media screen and (max-width: 599px) {
  .video-block__video {
    padding: 65% 0 0;
  }
}
.video-block__video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(68, 73, 80, 0.2);
  pointer-events: none;
}
.video-block__image {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  /* stylelint-disable-line */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-block__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.video-block__link:focus {
  outline: 1px solid #00ffe3;
}
.video-block__link svg {
  position: absolute;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .video-block__link svg {
    width: 100px;
  }
}
@media screen and (min-width: 1441px) {
  .video-block__link svg {
    width: 100px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .video-block__link svg {
    width: 72px;
  }
}
@media screen and (max-width: 599px) {
  .video-block__link svg {
    width: 56px;
  }
}
.video-block--full-width {
  max-width: 100%;
  width: 100%;
  padding: 0;
}

.videofeed {
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 1441px) {
  .videofeed {
    width: 100%;
    max-width: calc(1400px + 40px);
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .videofeed {
    width: 100%;
    max-width: calc(1400px + 40px);
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .videofeed {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 599px) {
  .videofeed {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .videofeed__spacer {
    height: 100px;
  }
}
@media screen and (min-width: 1441px) {
  .videofeed__spacer {
    height: 100px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .videofeed__spacer {
    height: 70px;
  }
}
@media screen and (max-width: 599px) {
  .videofeed__spacer {
    height: 50px;
  }
}
.videofeed__select-wrapper {
  position: relative;
}
.videofeed__select-wrapper::before {
  display: block;
  content: "";
  z-index: -1;
  background-image: url(../../images/icons/arrow.svg);
  background-size: 13px 8px;
  background-repeat: no-repeat;
  pointer-events: none;
  position: absolute;
  top: 18px;
  right: 33px;
  width: 13px;
  height: 8px;
  z-index: 1;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .videofeed__select-wrapper::before {
    top: 20px;
    right: 23px;
  }
}
@media screen and (max-width: 599px) {
  .videofeed__select-wrapper::before {
    right: 15px;
  }
}
.videofeed__filter {
  background: #1c1c1c;
  padding: 30px 80px 28px;
  margin-bottom: 80px;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .videofeed__filter {
    -webkit-box-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: flex;
  }
}
@media screen and (min-width: 1441px) {
  .videofeed__filter {
    -webkit-box-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: flex;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .videofeed__filter {
    padding: 30px 50px 20px;
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 599px) {
  .videofeed__filter {
    padding: 15px 10px 10px;
    margin-bottom: 53px;
  }
}
.videofeed__filter p {
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .videofeed__filter p {
    margin: 0 0 16px 15px;
  }
}
.videofeed__filter select {
  display: block;
  width: 100%;
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 2rem;
  padding: 1px 20px;
  background: #fff;
  color: #1c1c1c;
  height: 40px;
  border: 1px solid #616161;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  margin-top: 1px;
  height: 44px;
  max-width: 300px;
  position: relative;
  cursor: pointer;
  z-index: 0;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .videofeed__filter select {
    min-width: 300px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .videofeed__filter select {
    min-width: 300px;
  }
}
@media screen and (min-width: 1441px) {
  .videofeed__filter select {
    min-width: 300px;
  }
}
@media screen and (max-width: 599px) {
  .videofeed__filter select {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .videofeed__filter select {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .videofeed__filter select {
    padding: 1px 15px;
  }
}
.videofeed__filter select::-ms-expand {
  display: none;
}
.videofeed__items {
  margin: 0 auto;
  display: block;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -webkit-column-gap: 55px;
     -moz-column-gap: 55px;
          column-gap: 55px;
  row-gap: 100px;
  margin-bottom: 100px;
}
@media screen and (min-width: 1441px) {
  .videofeed__items {
    width: 100%;
    max-width: calc(1284px + 156px);
    padding-left: 78px;
    padding-right: 78px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .videofeed__items {
    width: 100%;
    max-width: calc(1284px + 156px);
    padding-left: 78px;
    padding-right: 78px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .videofeed__items {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 599px) {
  .videofeed__items {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .videofeed__items {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 60px;
  }
}
@media screen and (max-width: 599px) {
  .videofeed__items {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 30px;
  }
}
.videofeed__item {
  width: 100%;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .videofeed__item {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .videofeed__item {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1441px) {
  .videofeed__item {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
.videofeed__item .show {
  display: block;
}
.videofeed__item .hide {
  display: none;
  pointer-events: none;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .videofeed__item {
    max-width: 391px;
  }
}
@media screen and (min-width: 1441px) {
  .videofeed__item {
    max-width: 391px;
  }
}
@media screen and (max-width: 599px) {
  .videofeed__item {
    padding-bottom: 35px;
    border-bottom: 1px solid #C8C8C8;
  }
}
.videofeed__row {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 599px) {
  .videofeed__row {
    margin-bottom: 10px;
  }
}
.videofeed__avatar img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .videofeed__avatar {
    width: 48px;
    height: 48px;
    margin-right: 20px;
    min-width: 48px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .videofeed__avatar {
    width: 48px;
    height: 48px;
    margin-right: 20px;
    min-width: 48px;
  }
}
@media screen and (min-width: 1441px) {
  .videofeed__avatar {
    width: 48px;
    height: 48px;
    margin-right: 20px;
    min-width: 48px;
  }
}
@media screen and (max-width: 599px) {
  .videofeed__avatar {
    width: 36px;
    height: 36px;
    margin-right: 9px;
  }
}
.videofeed__author {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.75rem;
  letter-spacing: 0;
  color: #000;
  margin-bottom: 8px;
}
@media screen and (max-width: 599px) {
  .videofeed__author {
    font-size: 1rem;
    line-height: 1.75rem;
    margin-bottom: 0;
  }
}
.videofeed__date {
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.375rem;
}
@media screen and (max-width: 599px) {
  .videofeed__date {
    font-size: 0.75rem;
  }
}
.videofeed__author, .videofeed__date {
  margin-top: 0;
}
.videofeed__img-container {
  height: 0;
  padding-top: 73%;
  position: relative;
  margin-bottom: 12px;
}
.videofeed__img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.videofeed__img-container iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 599px) {
  .videofeed__img-container {
    margin-bottom: 17px;
  }
}
.videofeed__title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
  margin-top: 0;
}
@media screen and (max-width: 599px) {
  .videofeed__title {
    font-size: 1rem;
    line-height: 1.75rem;
    margin-bottom: 9px;
  }
}
.videofeed__text {
  margin-top: 0;
  font-size: 0.8125rem;
  line-height: 1.375rem;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .videofeed__text {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .videofeed__text {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }
}
@media screen and (min-width: 1441px) {
  .videofeed__text {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }
}
@media screen and (max-width: 599px) {
  .videofeed__text {
    font-size: 0.6875rem;
    line-height: 1.375rem;
    margin-bottom: 17px;
  }
}
.videofeed__categories {
  height: 72px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .videofeed__categories {
    height: auto;
    max-height: 55px;
    margin-bottom: 21px;
  }
}
.videofeed__category {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 0.9375rem;
  letter-spacing: 0;
  color: #000;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: 20px;
  background: #00ffe3;
  margin-bottom: 10px;
  margin-top: 0;
  display: inline-block;
  margin-right: 7px;
}
@media screen and (max-width: 599px) {
  .videofeed__category {
    font-size: 0.625rem;
    line-height: 0.8125rem;
    margin-right: 10px;
    padding: 4px 9px;
  }
}
.videofeed__button {
  font-family: IBM Plex Mono, sans-serif;
  line-height: 2rem;
  border: 2px solid #000;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #000;
  display: inline-block;
  text-decoration: none;
  background-color: #fff;
  padding: 10px 27px;
  min-width: 129px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  width: 100%;
  line-height: 1.125rem;
}
.videofeed__button:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  background-color: #000;
}
.videofeed__video, .videofeed__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.videofeed__image {
  z-index: 1;
}
.videofeed__video div {
  width: 100%;
  height: 100%;
}
.videofeed__play-btn img {
  z-index: 1;
  height: 25%;
  width: auto;
  top: auto;
  pointer-events: none;
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .acf-field-image {
    -webkit-transform: translatey(-343px);
            transform: translatey(-343px);
  }
}
@media screen and (min-width: 1441px) {
  .acf-field-image {
    -webkit-transform: translatey(-343px);
            transform: translatey(-343px);
  }
}

.team {
  padding-top: 30px;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .team {
    margin: 0 0 80px;
  }
}
@media screen and (min-width: 1441px) {
  .team {
    margin: 0 0 80px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .team {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 599px) {
  .team {
    margin: 0 0 15px;
  }
}
.team__container {
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 1441px) {
  .team__container {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .team__container {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .team__container {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 599px) {
  .team__container {
    width: calc(100% - 40px);
  }
}
.team__members {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .team__members {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.team__member {
  width: 100%;
  width: calc((100% / 3) - 51.3333333333px);
  margin-bottom: 60px;
}
.team__member:nth-child(3n+1):last-child {
  margin: 0 calc(((33.3333333333%) - 51.3333333333px) * 2 + 154px) 0 0;
}
.team__member:nth-child(3n+2):last-child {
  margin: 0 calc(((33.3333333333%) - 51.3333333333px) * 1 + 77px) 0 0;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .team__member {
    width: calc((100% / 2) - 29px);
    margin-bottom: 60px;
  }
  .team__member:nth-child(2n+1):last-child {
    margin: 0 calc(((50%) - 29px) * 1 + 58px) 0 0;
  }
  .team__member:nth-child(2n+1):last-child {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 599px) {
  .team__member {
    width: 100%;
    margin-bottom: 55px;
  }
}
.team__image {
  margin: 0 0 13px;
  width: 100%;
  height: auto;
}
.team__image img {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
  /* stylelint-disable-line */
  width: 100%;
  height: 100%;
}
.team__title {
  margin: 0 0 10px;
  font-weight: 700;
  line-height: 2.25rem;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .team__title {
    font-size: 1.4375rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .team__title {
    font-size: 1.4375rem;
  }
}
@media screen and (min-width: 1441px) {
  .team__title {
    font-size: 1.4375rem;
  }
}
@media screen and (max-width: 599px) {
  .team__title {
    font-size: 1.3125rem;
  }
}
.team__subtitle {
  margin: 0 0 10px;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .team__subtitle {
    font-size: 1rem;
    letter-spacing: 0.04313rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .team__subtitle {
    font-size: 1rem;
    letter-spacing: 0.04313rem;
  }
}
@media screen and (min-width: 1441px) {
  .team__subtitle {
    font-size: 1rem;
    letter-spacing: 0.04313rem;
  }
}
@media screen and (max-width: 599px) {
  .team__subtitle {
    font-size: 0.875rem;
    letter-spacing: 0.0375rem;
  }
}
.team__text, .team__text-expand-button {
  margin: 0;
  line-height: 1.375rem;
  width: 100%;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .team__text, .team__text-expand-button {
    font-size: 0.6875rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .team__text, .team__text-expand-button {
    font-size: 0.6875rem;
  }
}
@media screen and (min-width: 1441px) {
  .team__text, .team__text-expand-button {
    font-size: 0.6875rem;
  }
}
@media screen and (max-width: 599px) {
  .team__text, .team__text-expand-button {
    font-size: 0.875rem;
  }
}
.team__text {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #6e6e6e;
}
.team__text--truncated {
  display: block;
}
.team__text--full {
  display: none;
}
.team__member--expanded .team__text--truncated {
  display: none;
}
.team__member--expanded .team__text--full {
  display: block;
}
.team__text-expand-button {
  font-weight: 500;
  word-break: break-word;
  white-space: nowrap;
}

.join {
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 1441px) {
  .join {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .join {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .join {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 599px) {
  .join {
    width: calc(100% - 40px);
  }
}
.join__already-registered {
  margin: 0 0 100px;
}
.join__submit-btn {
  font-family: IBM Plex Mono, sans-serif;
  line-height: 2.25rem;
  border: 2px solid #d92678;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  background-color: #d92678;
  padding: 10px 27px;
  min-width: 129px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  width: 100%;
}
.join__submit-btn:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
  background-color: #00ffe3;
  border: 2px solid #00ffe3;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .join {
    padding-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .join {
    padding-top: 40px;
  }
}
.join__section {
  display: -webkit-box;
  display: flex;
  margin-top: 25px;
}
.join__section--payment .join__content {
  margin-bottom: 0;
}
.join__step-number {
  width: 45px;
  height: 45px;
  border: 2px solid #000;
  border-radius: 45px;
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 2rem;
  color: #1c1c1c;
  padding: 3px 14px 4px 13px;
}
.join__content {
  max-width: 598px;
  width: 100%;
  margin: 0 0 83px 19px;
}
.join__content h2 {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #1c1c1c;
  margin: 6px 0 0;
}
@media screen and (max-width: 599px) {
  .join__content > .pmpro_checkout-fields {
    margin-left: -63px;
    width: calc(100% + 63px);
  }
}
.join input[type=text],
.join input[type=email],
.join input[type=tel],
.join input[type=password] {
  height: 40px;
  border: 1px solid #616161;
  background-color: #fff;
  color: #1c1c1c;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 2rem;
  padding: 3px 14px;
  width: 100%;
  max-width: 360px;
}
.join input[type=text]::-webkit-input-placeholder, .join input[type=email]::-webkit-input-placeholder, .join input[type=tel]::-webkit-input-placeholder, .join input[type=password]::-webkit-input-placeholder {
  color: #6c6c6c;
  opacity: 1;
}
.join input[type=text]::-moz-placeholder, .join input[type=email]::-moz-placeholder, .join input[type=tel]::-moz-placeholder, .join input[type=password]::-moz-placeholder {
  color: #6c6c6c;
  opacity: 1;
}
.join input[type=text]:-ms-input-placeholder, .join input[type=email]:-ms-input-placeholder, .join input[type=tel]:-ms-input-placeholder, .join input[type=password]:-ms-input-placeholder {
  color: #6c6c6c;
  opacity: 1;
}
.join input[type=text]::-ms-input-placeholder, .join input[type=email]::-ms-input-placeholder, .join input[type=tel]::-ms-input-placeholder, .join input[type=password]::-ms-input-placeholder {
  color: #6c6c6c;
  opacity: 1;
}
.join input[type=text]::placeholder,
.join input[type=email]::placeholder,
.join input[type=tel]::placeholder,
.join input[type=password]::placeholder {
  color: #6c6c6c;
  opacity: 1;
}
.join .pmpro_submit {
  max-width: 598px;
  width: 100%;
  margin-left: 64px;
  margin-bottom: 100px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .join .pmpro_submit {
    width: calc(100% - 64px);
  }
}
@media screen and (max-width: 599px) {
  .join .pmpro_submit {
    margin-left: 0;
  }
}
.join__billing-submit-container {
  position: relative;
}
.join__processing-message {
  font-family: "IBM Plex Mono", sans-serif;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 64px;
  right: 0;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.6);
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.join__processing-message .spinner {
  position: absolute;
  border: 6px solid #f6f6f6;
  border-top: 6px solid #d92678;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
}
.join__processing-text {
  position: absolute;
  top: calc(50% + 50px);
  left: 0;
  right: 0;
  text-align: center;
  font-style: normal;
  color: #1c1c1c;
  font-size: 1rem;
  font-weight: 700;
}
.join #pmpro_processing_message {
  margin-top: 0 !important;
  text-align: center !important;
}
@media screen and (max-width: 599px) {
  .join .pmpro_payment_fields {
    margin-left: -63px;
    width: calc(100% + 63px);
  }
}
.join .pmpro_payment_fields .pmpro_checkout-h3-name {
  display: none;
}
.join .pmpro_payment_fields .pmpro_checkout-h3-msg {
  display: none;
}
.join .pmpro_checkout-fields {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.join .pmpro_checkout-fields .pmpro_checkout-field {
  width: calc(50% - 10.5px);
  max-width: 100%;
}
@media screen and (max-width: 599px) {
  .join .pmpro_checkout-fields .pmpro_checkout-field {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .join .pmpro_checkout-fields .pmpro_checkout-field.pmpro_checkout-field-bcountry {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .join .pmpro_checkout-fields .pmpro_checkout-field {
    width: calc(50% - 10.5px);
  }
}
.join .pmpro_checkout-fields .pmpro_checkout-field:nth-child(odd):not(.pmpro_payment-expiration) {
  margin-right: 21px;
}
@media screen and (max-width: 599px) {
  .join .pmpro_checkout-fields .pmpro_checkout-field:nth-child(odd):not(.pmpro_payment-expiration) {
    margin-right: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .join .pmpro_checkout-fields .pmpro_checkout-field input[type=text],
.join .pmpro_checkout-fields .pmpro_checkout-field input[type=password],
.join .pmpro_checkout-fields .pmpro_checkout-field input[type=email] {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .join .pmpro_checkout-fields .pmpro_checkout-field input[type=text],
.join .pmpro_checkout-fields .pmpro_checkout-field input[type=password],
.join .pmpro_checkout-fields .pmpro_checkout-field input[type=email] {
    width: 100%;
    max-width: 100%;
  }
}
.join .pmpro_checkout-fields .pmpro_checkout-field-bcountry {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  margin-right: 21px;
  width: 100%;
  position: relative;
  overflow: hidden;
  position: relative;
  border: 1px solid #f6f6f6;
  width: calc(50% - 10.5px);
  max-width: 100%;
}
.join .pmpro_checkout-fields .pmpro_checkout-field-bcountry select {
  display: block;
  width: 100%;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 2rem;
  padding: 1px 20px;
  background: #fff;
  margin-right: 21px;
  color: #1c1c1c;
  height: 40px;
  border: 1px solid #616161;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
}
.join .pmpro_checkout-fields .pmpro_checkout-field-bcountry select option {
  color: #1c1c1c;
}
.join .pmpro_checkout-fields .pmpro_checkout-field-bcountry select [disabled] {
  color: #b3b3b3;
}
.join .pmpro_checkout-fields .pmpro_checkout-field-bcountry select:invalid {
  color: #b3b3b3;
}
.join .pmpro_checkout-fields .pmpro_checkout-field-bcountry::before {
  content: "";
  display: block;
  content: "";
  z-index: -1;
  background-image: url("../../images/icons/arrow.svg");
  background-size: 13px 8px;
  background-repeat: no-repeat;
  pointer-events: none;
  position: absolute;
  top: 16px;
  right: 20px;
  width: 13px;
  height: 8px;
  z-index: 1;
}
.join .pmpro_checkout-fields .pmpro_checkout-field-bcountry select {
  margin-right: 0;
  padding: 3px 14px;
  max-width: 100%;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .join .pmpro_checkout-fields .pmpro_checkout-field-bcountry select {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .join .pmpro_checkout-fields .pmpro_checkout-field-bcountry select {
    width: 100%;
    max-width: 100%;
  }
}
.join .pmpro_checkout-fields .pmpro_checkout-field-bcountry select::-ms-expand {
  display: none;
}
.join .pmpro_checkout-fields .pmpro_asterisk {
  display: none;
}
.join .pmpro_checkout-fields label {
  position: absolute;
  left: -9999px;
}

.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields {
  background-color: #f6f6f6;
  padding: 5px 25px 5px;
}
.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields .pmpro_checkout-fields {
  background: white;
  margin: 15px 0px;
  border: 1px solid #616161;
  display: -webkit-box;
  display: flex;
}
.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields .pmpro_checkout-fields .pmpro_checkout-field {
  margin: 0;
}
.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields .pmpro_checkout-fields .pmpro_checkout-field.pmpro_payment-account-number {
  width: 64%;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields .pmpro_checkout-fields .pmpro_checkout-field.pmpro_payment-account-number {
    width: 100%;
    -webkit-box-flex: 100%;
            flex: 100% 0 0;
  }
}
.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields .pmpro_checkout-fields .pmpro_checkout-field.pmpro_payment-account-number #AccountNumber {
  border: 0 !important;
  background: transparent;
  padding-left: 55px;
  position: relative;
}
.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields .pmpro_checkout-fields .pmpro_checkout-field.pmpro_payment-account-number #AccountNumber::before {
  content: "";
  background-image: url("../../images/icons/card-icon.svg");
  width: 24px;
  height: 16px;
  background-repeat: no-repeat;
  position: absolute;
  left: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields .pmpro_checkout-fields .pmpro_checkout-field.pmpro_payment-account-number #AccountNumber label {
  display: none;
}
.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields .pmpro_checkout-fields .pmpro_checkout-field.pmpro_payment-expiration, .pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields .pmpro_checkout-fields .pmpro_checkout-field.pmpro_payment-cvv {
  width: 15%;
  margin-right: 0;
}
@media screen and (max-width: 599px) {
  .pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields .pmpro_checkout-fields .pmpro_checkout-field.pmpro_payment-expiration, .pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields .pmpro_checkout-fields .pmpro_checkout-field.pmpro_payment-cvv {
    width: 50%;
    -webkit-box-flex: 50%;
            flex: 50% 0 0;
  }
}
.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields .pmpro_checkout-fields .pmpro_checkout-field.pmpro_payment-expiration #Expiry,
.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields .pmpro_checkout-fields .pmpro_checkout-field.pmpro_payment-expiration #CVV, .pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields .pmpro_checkout-fields .pmpro_checkout-field.pmpro_payment-cvv #Expiry,
.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields .pmpro_checkout-fields .pmpro_checkout-field.pmpro_payment-cvv #CVV {
  border: 0;
  background: transparent;
}
.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields .pmpro_checkout-fields .pmpro_checkout-field.pmpro_payment-expiration #Expiry label,
.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields .pmpro_checkout-fields .pmpro_checkout-field.pmpro_payment-expiration #CVV label, .pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields .pmpro_checkout-fields .pmpro_checkout-field.pmpro_payment-cvv #Expiry label,
.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields .pmpro_checkout-fields .pmpro_checkout-field.pmpro_payment-cvv #CVV label {
  display: none;
}
.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields .pmpro_checkout-fields label {
  display: none;
}

.tier-radios__container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .tier-radios__container {
    margin-left: -63px;
    width: calc(100% + 63px);
  }
}
.tier-radios__tier {
  -webkit-box-flex: 1;
          flex: 1 1 48%;
  max-width: 48%;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .tier-radios__tier {
    -webkit-box-flex: 1;
            flex: 1 1 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .tier-radios__tier {
    -webkit-box-flex: 1;
            flex: 1 1 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 1441px) {
  .tier-radios__tier:nth-child(odd) {
    margin-right: 2%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .tier-radios__tier:nth-child(odd) {
    margin-right: 2%;
  }
}
.tier-radios__tier label {
  display: block;
  height: 50px;
  border: 1px solid #c8c8c8;
  background-color: #f9f6f6;
  color: #808080;
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2rem;
  padding: 8px 15px 9px;
  cursor: pointer;
}
.tier-radios__tier input[type=radio] {
  visibility: hidden;
  opacity: 0;
}
.tier-radios__tier input[type=radio]:checked + label {
  background: #fff;
  border: 2px solid #00ffe3;
  color: #000;
}

.selected-tier {
  background: #00ffe3;
  width: 100%;
  padding: 26px 30px 30px;
  min-height: 220px;
}
@media screen and (min-width: 1441px) {
  .selected-tier {
    display: -webkit-box;
    display: flex;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .selected-tier {
    display: -webkit-box;
    display: flex;
  }
}
.selected-tier h6 {
  color: #1c1c1c;
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-style: italic;
  font-weight: 400;
  margin: 0 0 10px;
}
@media screen and (min-width: 1441px) {
  .selected-tier__cost-section {
    margin-right: 30px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .selected-tier__cost-section {
    margin-right: 30px;
  }
}
.selected-tier__price {
  color: #1c1c1c;
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.01125rem;
  line-height: 2.375rem;
}
.selected-tier__price strong {
  font-size: 2rem;
  letter-spacing: 0.0275rem;
  margin-right: 10px;
}
.selected-tier__desc {
  padding-top: 5px;
}
.selected-tier__desc, .selected-tier__desc p, .selected-tier__desc ul, .selected-tier__desc li {
  font-family: "IBM Plex Mono", sans-serif;
  color: #1c1c1c;
  font-size: 0.75rem;
  line-height: 1.125rem;
}
.selected-tier__desc ul {
  list-style-type: disc;
  padding-left: 15px;
  padding-top: 0;
  margin-top: 0;
}

.confirmation {
  margin: 0 auto;
  display: block;
  flex-wrap: wrap;
  display: -webkit-box;
  display: flex;
  padding-bottom: 230px;
  padding-top: 50px;
}
@media screen and (min-width: 1441px) {
  .confirmation {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .confirmation {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .confirmation {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 599px) {
  .confirmation {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .confirmation {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media screen and (max-width: 599px) {
  .confirmation {
    display: block;
  }
}
.confirmation__option {
  background: #00ffe3;
  max-width: calc((100%/3) - 3.75%);
  width: 100%;
  padding: 23px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .confirmation__option {
    margin-left: 1.875%;
    margin-right: 1.875%;
    margin-bottom: 3.75%;
  }
}
@media screen and (min-width: 1441px) {
  .confirmation__option {
    margin-left: 1.875%;
    margin-right: 1.875%;
    margin-bottom: 3.75%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .confirmation__option {
    max-width: 46%;
    margin-bottom: 20px;
    margin-left: 2%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 599px) {
  .confirmation__option {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.confirmation__option p {
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 0.75rem;
  line-height: 1.4375rem;
  color: #1c1c1c;
  text-align: center;
}
.confirmation__content {
  margin: 3px 0 44px;
}
.confirmation__content a {
  font-size: 0.75rem;
}
.confirmation__header {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.confirmation__header h3 {
  color: #000;
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2rem;
  margin: 4px 0 4px 6px;
}
.confirmation__header svg {
  height: 34px;
}
.confirmation__header img {
  height: 34px;
}
.confirmation__button {
  font-family: IBM Plex Mono, sans-serif;
  line-height: 2rem;
  border: none;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  background-color: #000;
  padding: 10px 27px;
  min-width: 129px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  width: 100%;
}
.confirmation__button:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
  background-color: #fff;
}
.billing {
  font-family: "IBM Plex Mono", sans-serif;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.billing__field {
  padding: 0 0 30px;
  margin-bottom: 0 !important;
  width: 48%;
}
@media screen and (max-width: 599px) {
  .billing__field {
    width: 100%;
  }
}
.billing__field .billing__label {
  font-size: 0.875rem;
  margin-bottom: 13px;
}
.billing__field input[type=text], .billing__field input[type=email] {
  height: 40px;
  border: 1px solid #616161;
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 0.8125rem;
  color: #6c6c6c;
  font-weight: 700;
  padding-left: 15px;
  width: 100% !important;
  max-width: 100% !important;
}
.billing__submit {
  font-family: IBM Plex Mono, sans-serif;
  line-height: 2.25rem;
  border: 2px solid #d92678;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  background-color: #d92678;
  padding: 10px 27px;
  min-width: 129px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  margin-bottom: 30px;
  width: 100%;
}
.billing__submit:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
  background-color: #00ffe3;
  border: 2px solid #00ffe3;
}
#pmpro_payment_information_fields {
  background-color: #f6f6f6;
  padding: 5px 20px 5px;
}
#pmpro_payment_information_fields label {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  color: #757575;
  position: relative;
  left: auto;
  left: unset;
}
#pmpro_payment_information_fields .pmpro_checkout-h3-msg {
  display: none;
}

.pmpro_error {
  border: 1.5px solid #ff0000 !important;
}
.pmpro_message {
  font-family: "IBM Plex Mono", sans-serif;
  margin-bottom: 15px;
}
.pmpro_billing_wrap {
  font-family: "IBM Plex Mono", sans-serif;
  color: #595959;
  font-size: 0.875rem;
  line-height: 2rem;
  padding: 5px 0 5px;
}

.pmpro_cancel_wrap {
  margin: 0 auto;
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
@media screen and (min-width: 1441px) {
  .pmpro_cancel_wrap {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .pmpro_cancel_wrap {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .pmpro_cancel_wrap {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 599px) {
  .pmpro_cancel_wrap {
    width: calc(100% - 40px);
  }
}
.pmpro_cancel_wrap .cancel--yes {
  font-family: IBM Plex Mono, sans-serif;
  line-height: 2rem;
  border: 2px solid #000;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #000;
  display: inline-block;
  text-decoration: none;
  background-color: #fff;
  padding: 10px 27px;
  min-width: 129px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  border-radius: none;
}
.pmpro_cancel_wrap .cancel--yes:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  background-color: #000;
}
.pmpro_cancel_wrap .cancel--no {
  font-family: IBM Plex Mono, sans-serif;
  line-height: 2.25rem;
  border: 2px solid #d92678;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  background-color: #d92678;
  padding: 10px 27px;
  min-width: 129px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
}
.pmpro_cancel_wrap .cancel--no:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
  background-color: #00ffe3;
  border: 2px solid #00ffe3;
}
.pmpro_cancel__message {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #1c1c1c;
}

.pmpro_captcha {
  margin-top: 25px;
  margin-bottom: 25px;
}

.invoice {
  margin: 0 auto;
  display: block;
  margin-bottom: 100px;
}
@media screen and (min-width: 1441px) {
  .invoice {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .invoice {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .invoice {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 599px) {
  .invoice {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 599px) {
  .invoice .pmpro_a-print {
    float: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .invoice .pmpro_a-print {
    float: none;
  }
}
@media screen and (max-width: 599px) {
  .invoice {
    margin-top: 100px;
  }
}
.invoice__header img {
  max-width: 100%;
  height: auto;
}

.changepass {
  font-family: "IBM Plex Mono", sans-serif;
  margin-bottom: 100px;
}
.changepass__pass {
  padding: 0 0 30px;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .changepass__pass {
    width: 48%;
  }
}
@media screen and (min-width: 1441px) {
  .changepass__pass {
    width: 48%;
  }
}
.changepass__pass label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 13px;
  font-weight: 700;
}
.changepass__pass input {
  display: block;
  height: 40px;
  border: 1px solid #616161;
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 0.8125rem;
  color: #6c6c6c;
  font-weight: 700;
  padding-left: 15px;
  width: 100%;
  border-radius: 0;
  max-width: 100%;
  -webkit-appearance: none;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .changepass__newpass {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .changepass__newpass {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1441px) {
  .changepass__newpass {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
.changepass__submit-button {
  font-family: IBM Plex Mono, sans-serif;
  line-height: 2.25rem;
  border: 2px solid #d92678;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  background-color: #d92678;
  padding: 10px 27px;
  min-width: 129px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
}
.changepass__submit-button:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
  background-color: #00ffe3;
  border: 2px solid #00ffe3;
}
.changepass__cancel-button {
  font-family: IBM Plex Mono, sans-serif;
  line-height: 2rem;
  border: 2px solid #000;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #000;
  display: inline-block;
  text-decoration: none;
  background-color: #fff;
  padding: 10px 27px;
  min-width: 129px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
}
.changepass__cancel-button:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  background-color: #000;
}
.new-student-profile {
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 1441px) {
  .new-student-profile {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .new-student-profile {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .new-student-profile {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 599px) {
  .new-student-profile {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .new-student-profile {
    padding-right: 12%;
    padding-left: 12%;
  }
}
.new-student-profile__inner {
  border: 2px solid #d20000;
  background: rgba(210, 0, 0, 0.6);
  color: #fff;
  padding: 20px 50px;
  margin-top: 50px;
}
.new-student-profile__inner h3,
.new-student-profile__inner p {
  color: #fff;
}

.news-banner {
  margin: 0 auto;
  display: block;
  background: #1c1c1c;
  padding-top: 20px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1441px) {
  .news-banner {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .news-banner {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .news-banner {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 599px) {
  .news-banner {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .news-banner {
    margin-left: 1.875%;
    margin-right: 1.875%;
    margin-bottom: 3.75%;
  }
}
@media screen and (min-width: 1441px) {
  .news-banner {
    margin-left: 1.875%;
    margin-right: 1.875%;
    margin-bottom: 3.75%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .news-banner {
    margin-left: 2%;
    margin-right: 2%;
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (max-width: 599px) {
  .news-banner {
    padding-top: 80px;
    width: 100%;
    padding-left: 23px;
    padding-right: 23px;
  }
}
.news-banner, .news-banner p {
  color: #fff;
  font-size: 0.75rem;
  text-align: center;
}
.news-banner__button-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.news-banner__aside {
  background: #00ffe3;
  position: absolute;
  top: -100px;
  right: -100px;
  height: 200px;
  width: 200px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.news-banner__atext {
  font-family: "IBM Plex Mono", sans-serif;
  color: #000;
  font-size: 0.8125rem;
  font-weight: 700;
  margin-bottom: 13px;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}
.news-banner__title {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 15px 45px 20px;
}
@media screen and (max-width: 599px) {
  .news-banner__title {
    display: block;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .news-banner__title {
    display: block;
  }
}
.news-banner__title h3 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2rem;
  color: #fff;
  margin: 0;
  text-align: center;
  display: inline;
}
.news-banner__icon {
  height: 34px;
  margin-right: 10px;
}
@media screen and (max-width: 599px) {
  .news-banner__icon {
    position: relative;
    top: 13px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .news-banner__icon {
    position: relative;
    top: 13px;
  }
}
.news-banner .button {
  background-color: #d92678;
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #fff;
  padding: 10px 80px 11px;
  margin-top: 20px;
}

.perks {
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 1441px) {
  .perks {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .perks {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .perks {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 599px) {
  .perks {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .perks {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .perks__flex {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: 80px -2%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .perks__flex {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: 80px -2%;
  }
}
@media screen and (min-width: 1441px) {
  .perks__flex {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: 80px -2%;
  }
}
@media screen and (max-width: 599px) {
  .perks__flex {
    margin: 40px 0;
  }
}

.perk {
  max-width: 29.2%;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .perk {
    max-width: 29.2%;
    margin: 0 2% 66px;
  }
}
@media screen and (min-width: 1441px) {
  .perk {
    max-width: 29.2%;
    margin: 0 2% 66px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .perk {
    max-width: 45%;
    margin: 0 2.5% 45px;
  }
}
@media screen and (max-width: 599px) {
  .perk {
    max-width: 100%;
    margin: 0 0 30px;
  }
}
.perk__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.perk__image {
  width: 100%;
  height: 205px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  /* stylelint-disable-line */
}
.perk__benefit {
  color: #d92678;
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.03188rem;
  text-transform: uppercase;
  margin: 0;
}
.perk__excerpt {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  color: #757575;
  position: relative;
  overflow: hidden;
  display: block;
  /* fix problem when last visible word doesn't adjoin right side  */
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em;
}
.perk__excerpt a:not(.perk__read-more) {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  color: #757575;
  pointer-events: none;
}
.perk__read-more {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  color: #757575;
  bottom: 0;
  right: 4%;
  background: white;
  color: #d92678;
  font-weight: 600;
}
.perk h5 {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: 0;
  color: #1c1c1c;
  margin: 4px 0 10px;
}
.perk__modal {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #6e6e6e;
  max-width: 600px;
}
.perk__modal h5 {
  margin: 4px 0 10px;
}
.perk__modal .fancybox-close-small {
  color: #1c1c1c;
  width: 35px;
  height: 35px;
}
.perk__modal .fancybox-close-small:hover {
  color: #1c1c1c;
}

.password-reset {
  padding-top: 87px;
  min-height: 460px;
}
@media screen and (max-width: 599px) {
  .password-reset {
    padding-top: 160px;
  }
}
.password-reset h1 {
  margin: 0;
}
.password-reset__instructions {
  max-width: 529px;
  color: #1c1c1c;
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 1rem;
  line-height: 1.75rem;
  margin-bottom: 64px;
}
.password-reset__form input[type=text], .password-reset__form input[type=password] {
  height: 40px;
  border: 1px solid #616161;
  background-color: #fff;
  color: #1c1c1c;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 2rem;
  padding: 3px 14px;
  width: 100%;
  max-width: 360px;
  display: block;
  margin-bottom: 20px;
}
.password-reset__form input[type=text]::-webkit-input-placeholder, .password-reset__form input[type=password]::-webkit-input-placeholder {
  color: #6c6c6c;
  opacity: 1;
}
.password-reset__form input[type=text]::-moz-placeholder, .password-reset__form input[type=password]::-moz-placeholder {
  color: #6c6c6c;
  opacity: 1;
}
.password-reset__form input[type=text]:-ms-input-placeholder, .password-reset__form input[type=password]:-ms-input-placeholder {
  color: #6c6c6c;
  opacity: 1;
}
.password-reset__form input[type=text]::-ms-input-placeholder, .password-reset__form input[type=password]::-ms-input-placeholder {
  color: #6c6c6c;
  opacity: 1;
}
.password-reset__form input[type=text]::placeholder, .password-reset__form input[type=password]::placeholder {
  color: #6c6c6c;
  opacity: 1;
}
.password-reset__form input[type=submit] {
  font-family: IBM Plex Mono, sans-serif;
  line-height: 2.25rem;
  border: 2px solid #d92678;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  background-color: #d92678;
  padding: 10px 27px;
  min-width: 129px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  max-width: 360px;
  width: 100%;
}
.password-reset__form input[type=submit]:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
  background-color: #00ffe3;
  border: 2px solid #00ffe3;
}
.password-reset__form > p {
  color: #d20000;
  font-weight: 700;
}
.password-reset__form > p + form input[type=text] {
  border-color: #d20000;
}
.password-reset__form > p + form input[type=text]::-webkit-input-placeholder {
  color: #d20000;
  font-weight: 700;
}
.password-reset__form > p + form input[type=text]::-moz-placeholder {
  color: #d20000;
  font-weight: 700;
}
.password-reset__form > p + form input[type=text]:-ms-input-placeholder {
  color: #d20000;
  font-weight: 700;
}
.password-reset__form > p + form input[type=text]::-ms-input-placeholder {
  color: #d20000;
  font-weight: 700;
}
.password-reset__form > p + form input[type=text]::placeholder {
  color: #d20000;
  font-weight: 700;
}
.password-reset__security {
  margin-bottom: 36px;
}
.password-reset__security p {
  color: #616161;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 2rem;
}
.password-reset__security ul {
  list-style-type: none;
  padding: 0 0 0 14px;
}
.password-reset__security ul li {
  position: relative;
  color: #616161;
  font-size: 0.6875rem;
  line-height: 1.125rem;
}
.password-reset__security ul li::before {
  content: "";
  width: 7px;
  height: 9px;
  background-image: url("../../images/icons/bci-dash.png");
  background-size: 7px 9px;
  display: block;
  position: absolute;
  top: 5px;
  left: -14px;
}

.search-results-page {
  padding: 80px 0 140px;
}
.search-results-page__searchbar {
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 1441px) {
  .search-results-page__searchbar {
    width: 100%;
    max-width: calc(1400px + 40px);
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .search-results-page__searchbar {
    width: 100%;
    max-width: calc(1400px + 40px);
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .search-results-page__searchbar {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 599px) {
  .search-results-page__searchbar {
    width: calc(100% - 40px);
  }
}
.search-results-page h2 {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.625rem;
  letter-spacing: 0.031em;
  color: #1c1c1c;
}
.search-results-page #article-search {
  padding: 0 20px;
}
.search-results-page .article-feed__button,
.search-results-page .job-search__button,
.search-results-page .member-grid__button {
  max-width: 260px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .search-results-page .article-feed__button,
.search-results-page .job-search__button,
.search-results-page .member-grid__button {
    max-width: 100%;
  }
}
.search-results-page .member-grid__button {
  margin-bottom: 80px;
}
.search-results-page__wrapper {
  width: 100%;
}
.search-results-page__no-results {
  text-align: center;
  height: 55vh;
  min-width: 200px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (max-width: 599px) {
  .search-results-page__no-results {
    height: 30vh;
  }
}
.search-results-page__no-results h3 {
  color: #808080;
  font-size: 1.375rem;
  font-weight: 700;
}

.dev--on {
  margin: 0 auto;
  display: block;
  height: calc(100% + 2px);
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
  z-index: 9999;
  top: -1px;
  bottom: -1px;
}
@media screen and (min-width: 1441px) {
  .dev--on {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .dev--on {
    width: 100%;
    max-width: calc(1070px + 370px);
    padding-left: 185px;
    padding-right: 185px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .dev--on {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 599px) {
  .dev--on {
    width: calc(100% - 40px);
  }
}
.dev--on:before {
  content: "";
  background-color: rgba(50, 169, 55, 0.1);
  border: 1px solid #32a937;
  width: 100%;
  display: block;
  height: 100%;
}
/*# sourceMappingURL=style.css.map*/