.d-block {
  display: block !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.d-table {
  display: table !important;
}

.d-table-cell {
  display: table-cell !important;
}

@media (min-width: 544px) {
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 782px) {
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 1012px) {
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 1344px) {
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
}
.v-hidden {
  visibility: hidden !important;
}

.v-visible {
  visibility: visible !important;
}

@media (max-width: 544px) {
  .hide-sm {
    display: none !important;
  }
}
@media (min-width: 544px) and (max-width: 782px) {
  .hide-md {
    display: none !important;
  }
}
@media (min-width: 782px) and (max-width: 1012px) {
  .hide-lg {
    display: none !important;
  }
}
@media (min-width: 1012px) {
  .hide-xl {
    display: none !important;
  }
}
/* Set the table-layout to fixed */
.table-fixed {
  table-layout: fixed !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  word-wrap: normal;
  border: 0;
}

.show-on-focus {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.show-on-focus:focus {
  z-index: 20;
  width: auto;
  height: auto;
  clip: auto;
}

/* Set a $size margin to all sides at $breakpoint */
.m-0 {
  margin: 0 !important;
}

/* Set a $size margin on the top at $breakpoint */
.mt-0 {
  margin-top: 0 !important;
}

/* Set a $size margin on the right at $breakpoint */
.mr-0 {
  margin-right: 0 !important;
}

/* Set a $size margin on the bottom at $breakpoint */
.mb-0 {
  margin-bottom: 0 !important;
}

/* Set a $size margin on the left at $breakpoint */
.ml-0 {
  margin-left: 0 !important;
}

/* Set a $size margin on the left & right at $breakpoint */
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* Set a $size margin on the top & bottom at $breakpoint */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Set a $size margin to all sides at $breakpoint */
.m-1 {
  margin: 4px !important;
}

/* Set a $size margin on the top at $breakpoint */
.mt-1 {
  margin-top: 4px !important;
}

/* Set a $size margin on the right at $breakpoint */
.mr-1 {
  margin-right: 4px !important;
}

/* Set a $size margin on the bottom at $breakpoint */
.mb-1 {
  margin-bottom: 4px !important;
}

/* Set a $size margin on the left at $breakpoint */
.ml-1 {
  margin-left: 4px !important;
}

/* Set a negative $size margin on top at $breakpoint */
.mt-n1 {
  margin-top: -4px !important;
}

/* Set a negative $size margin on the right at $breakpoint */
.mr-n1 {
  margin-right: -4px !important;
}

/* Set a negative $size margin on the bottom at $breakpoint */
.mb-n1 {
  margin-bottom: -4px !important;
}

/* Set a negative $size margin on the left at $breakpoint */
.ml-n1 {
  margin-left: -4px !important;
}

/* Set a $size margin on the left & right at $breakpoint */
.mx-1 {
  margin-right: 4px !important;
  margin-left: 4px !important;
}

/* Set a $size margin on the top & bottom at $breakpoint */
.my-1 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

/* Set a $size margin to all sides at $breakpoint */
.m-2 {
  margin: 8px !important;
}

/* Set a $size margin on the top at $breakpoint */
.mt-2 {
  margin-top: 8px !important;
}

/* Set a $size margin on the right at $breakpoint */
.mr-2 {
  margin-right: 8px !important;
}

/* Set a $size margin on the bottom at $breakpoint */
.mb-2 {
  margin-bottom: 8px !important;
}

/* Set a $size margin on the left at $breakpoint */
.ml-2 {
  margin-left: 8px !important;
}

/* Set a negative $size margin on top at $breakpoint */
.mt-n2 {
  margin-top: -8px !important;
}

/* Set a negative $size margin on the right at $breakpoint */
.mr-n2 {
  margin-right: -8px !important;
}

/* Set a negative $size margin on the bottom at $breakpoint */
.mb-n2 {
  margin-bottom: -8px !important;
}

/* Set a negative $size margin on the left at $breakpoint */
.ml-n2 {
  margin-left: -8px !important;
}

/* Set a $size margin on the left & right at $breakpoint */
.mx-2 {
  margin-right: 8px !important;
  margin-left: 8px !important;
}

/* Set a $size margin on the top & bottom at $breakpoint */
.my-2 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

/* Set a $size margin to all sides at $breakpoint */
.m-3 {
  margin: 16px !important;
}

/* Set a $size margin on the top at $breakpoint */
.mt-3 {
  margin-top: 16px !important;
}

/* Set a $size margin on the right at $breakpoint */
.mr-3 {
  margin-right: 16px !important;
}

/* Set a $size margin on the bottom at $breakpoint */
.mb-3 {
  margin-bottom: 16px !important;
}

/* Set a $size margin on the left at $breakpoint */
.ml-3 {
  margin-left: 16px !important;
}

/* Set a negative $size margin on top at $breakpoint */
.mt-n3 {
  margin-top: -16px !important;
}

/* Set a negative $size margin on the right at $breakpoint */
.mr-n3 {
  margin-right: -16px !important;
}

/* Set a negative $size margin on the bottom at $breakpoint */
.mb-n3 {
  margin-bottom: -16px !important;
}

/* Set a negative $size margin on the left at $breakpoint */
.ml-n3 {
  margin-left: -16px !important;
}

/* Set a $size margin on the left & right at $breakpoint */
.mx-3 {
  margin-right: 16px !important;
  margin-left: 16px !important;
}

/* Set a $size margin on the top & bottom at $breakpoint */
.my-3 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

/* Set a $size margin to all sides at $breakpoint */
.m-4 {
  margin: 24px !important;
}

/* Set a $size margin on the top at $breakpoint */
.mt-4 {
  margin-top: 24px !important;
}

/* Set a $size margin on the right at $breakpoint */
.mr-4 {
  margin-right: 24px !important;
}

/* Set a $size margin on the bottom at $breakpoint */
.mb-4 {
  margin-bottom: 24px !important;
}

/* Set a $size margin on the left at $breakpoint */
.ml-4 {
  margin-left: 24px !important;
}

/* Set a negative $size margin on top at $breakpoint */
.mt-n4 {
  margin-top: -24px !important;
}

/* Set a negative $size margin on the right at $breakpoint */
.mr-n4 {
  margin-right: -24px !important;
}

/* Set a negative $size margin on the bottom at $breakpoint */
.mb-n4 {
  margin-bottom: -24px !important;
}

/* Set a negative $size margin on the left at $breakpoint */
.ml-n4 {
  margin-left: -24px !important;
}

/* Set a $size margin on the left & right at $breakpoint */
.mx-4 {
  margin-right: 24px !important;
  margin-left: 24px !important;
}

/* Set a $size margin on the top & bottom at $breakpoint */
.my-4 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

/* Set a $size margin to all sides at $breakpoint */
.m-5 {
  margin: 32px !important;
}

/* Set a $size margin on the top at $breakpoint */
.mt-5 {
  margin-top: 32px !important;
}

/* Set a $size margin on the right at $breakpoint */
.mr-5 {
  margin-right: 32px !important;
}

/* Set a $size margin on the bottom at $breakpoint */
.mb-5 {
  margin-bottom: 32px !important;
}

/* Set a $size margin on the left at $breakpoint */
.ml-5 {
  margin-left: 32px !important;
}

/* Set a negative $size margin on top at $breakpoint */
.mt-n5 {
  margin-top: -32px !important;
}

/* Set a negative $size margin on the right at $breakpoint */
.mr-n5 {
  margin-right: -32px !important;
}

/* Set a negative $size margin on the bottom at $breakpoint */
.mb-n5 {
  margin-bottom: -32px !important;
}

/* Set a negative $size margin on the left at $breakpoint */
.ml-n5 {
  margin-left: -32px !important;
}

/* Set a $size margin on the left & right at $breakpoint */
.mx-5 {
  margin-right: 32px !important;
  margin-left: 32px !important;
}

/* Set a $size margin on the top & bottom at $breakpoint */
.my-5 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

/* Set a $size margin to all sides at $breakpoint */
.m-6 {
  margin: 48px !important;
}

/* Set a $size margin on the top at $breakpoint */
.mt-6 {
  margin-top: 48px !important;
}

/* Set a $size margin on the right at $breakpoint */
.mr-6 {
  margin-right: 48px !important;
}

/* Set a $size margin on the bottom at $breakpoint */
.mb-6 {
  margin-bottom: 48px !important;
}

/* Set a $size margin on the left at $breakpoint */
.ml-6 {
  margin-left: 48px !important;
}

/* Set a negative $size margin on top at $breakpoint */
.mt-n6 {
  margin-top: -48px !important;
}

/* Set a negative $size margin on the right at $breakpoint */
.mr-n6 {
  margin-right: -48px !important;
}

/* Set a negative $size margin on the bottom at $breakpoint */
.mb-n6 {
  margin-bottom: -48px !important;
}

/* Set a negative $size margin on the left at $breakpoint */
.ml-n6 {
  margin-left: -48px !important;
}

/* Set a $size margin on the left & right at $breakpoint */
.mx-6 {
  margin-right: 48px !important;
  margin-left: 48px !important;
}

/* Set a $size margin on the top & bottom at $breakpoint */
.my-6 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

/* Set a $size margin to all sides at $breakpoint */
.m-7 {
  margin: 64px !important;
}

/* Set a $size margin on the top at $breakpoint */
.mt-7 {
  margin-top: 64px !important;
}

/* Set a $size margin on the right at $breakpoint */
.mr-7 {
  margin-right: 64px !important;
}

/* Set a $size margin on the bottom at $breakpoint */
.mb-7 {
  margin-bottom: 64px !important;
}

/* Set a $size margin on the left at $breakpoint */
.ml-7 {
  margin-left: 64px !important;
}

/* Set a negative $size margin on top at $breakpoint */
.mt-n7 {
  margin-top: -64px !important;
}

/* Set a negative $size margin on the right at $breakpoint */
.mr-n7 {
  margin-right: -64px !important;
}

/* Set a negative $size margin on the bottom at $breakpoint */
.mb-n7 {
  margin-bottom: -64px !important;
}

/* Set a negative $size margin on the left at $breakpoint */
.ml-n7 {
  margin-left: -64px !important;
}

/* Set a $size margin on the left & right at $breakpoint */
.mx-7 {
  margin-right: 64px !important;
  margin-left: 64px !important;
}

/* Set a $size margin on the top & bottom at $breakpoint */
.my-7 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

/* Set a $size margin to all sides at $breakpoint */
.m-8 {
  margin: 80px !important;
}

/* Set a $size margin on the top at $breakpoint */
.mt-8 {
  margin-top: 80px !important;
}

/* Set a $size margin on the right at $breakpoint */
.mr-8 {
  margin-right: 80px !important;
}

/* Set a $size margin on the bottom at $breakpoint */
.mb-8 {
  margin-bottom: 80px !important;
}

/* Set a $size margin on the left at $breakpoint */
.ml-8 {
  margin-left: 80px !important;
}

/* Set a negative $size margin on top at $breakpoint */
.mt-n8 {
  margin-top: -80px !important;
}

/* Set a negative $size margin on the right at $breakpoint */
.mr-n8 {
  margin-right: -80px !important;
}

/* Set a negative $size margin on the bottom at $breakpoint */
.mb-n8 {
  margin-bottom: -80px !important;
}

/* Set a negative $size margin on the left at $breakpoint */
.ml-n8 {
  margin-left: -80px !important;
}

/* Set a $size margin on the left & right at $breakpoint */
.mx-8 {
  margin-right: 80px !important;
  margin-left: 80px !important;
}

/* Set a $size margin on the top & bottom at $breakpoint */
.my-8 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

/* Set a $size margin to all sides at $breakpoint */
.m-9 {
  margin: 96px !important;
}

/* Set a $size margin on the top at $breakpoint */
.mt-9 {
  margin-top: 96px !important;
}

/* Set a $size margin on the right at $breakpoint */
.mr-9 {
  margin-right: 96px !important;
}

/* Set a $size margin on the bottom at $breakpoint */
.mb-9 {
  margin-bottom: 96px !important;
}

/* Set a $size margin on the left at $breakpoint */
.ml-9 {
  margin-left: 96px !important;
}

/* Set a negative $size margin on top at $breakpoint */
.mt-n9 {
  margin-top: -96px !important;
}

/* Set a negative $size margin on the right at $breakpoint */
.mr-n9 {
  margin-right: -96px !important;
}

/* Set a negative $size margin on the bottom at $breakpoint */
.mb-n9 {
  margin-bottom: -96px !important;
}

/* Set a negative $size margin on the left at $breakpoint */
.ml-n9 {
  margin-left: -96px !important;
}

/* Set a $size margin on the left & right at $breakpoint */
.mx-9 {
  margin-right: 96px !important;
  margin-left: 96px !important;
}

/* Set a $size margin on the top & bottom at $breakpoint */
.my-9 {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}

/* responsive horizontal auto margins */
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

@media (min-width: 544px) {
  /* Set a $size margin to all sides at $breakpoint */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-sm-1 {
    margin: 4px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-sm-1 {
    margin-top: 4px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-sm-1 {
    margin-right: 4px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-sm-1 {
    margin-bottom: 4px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-sm-1 {
    margin-left: 4px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-sm-n1 {
    margin-top: -4px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-sm-n1 {
    margin-right: -4px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-sm-n1 {
    margin-bottom: -4px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-sm-n1 {
    margin-left: -4px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-sm-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-sm-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-sm-2 {
    margin: 8px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-sm-2 {
    margin-top: 8px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-sm-2 {
    margin-right: 8px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-sm-2 {
    margin-bottom: 8px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-sm-2 {
    margin-left: 8px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-sm-n2 {
    margin-top: -8px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-sm-n2 {
    margin-right: -8px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-sm-n2 {
    margin-bottom: -8px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-sm-n2 {
    margin-left: -8px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-sm-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-sm-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-sm-3 {
    margin: 16px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-sm-3 {
    margin-top: 16px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-sm-3 {
    margin-right: 16px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-sm-3 {
    margin-bottom: 16px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-sm-3 {
    margin-left: 16px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-sm-n3 {
    margin-top: -16px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-sm-n3 {
    margin-right: -16px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-sm-n3 {
    margin-bottom: -16px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-sm-n3 {
    margin-left: -16px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-sm-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-sm-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-sm-4 {
    margin: 24px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-sm-4 {
    margin-top: 24px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-sm-4 {
    margin-right: 24px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-sm-4 {
    margin-bottom: 24px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-sm-4 {
    margin-left: 24px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-sm-n4 {
    margin-top: -24px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-sm-n4 {
    margin-right: -24px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-sm-n4 {
    margin-bottom: -24px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-sm-n4 {
    margin-left: -24px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-sm-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-sm-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-sm-5 {
    margin: 32px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-sm-5 {
    margin-top: 32px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-sm-5 {
    margin-right: 32px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-sm-5 {
    margin-bottom: 32px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-sm-5 {
    margin-left: 32px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-sm-n5 {
    margin-top: -32px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-sm-n5 {
    margin-right: -32px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-sm-n5 {
    margin-bottom: -32px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-sm-n5 {
    margin-left: -32px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-sm-5 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-sm-5 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-sm-6 {
    margin: 48px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-sm-6 {
    margin-top: 48px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-sm-6 {
    margin-right: 48px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-sm-6 {
    margin-bottom: 48px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-sm-6 {
    margin-left: 48px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-sm-n6 {
    margin-top: -48px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-sm-n6 {
    margin-right: -48px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-sm-n6 {
    margin-bottom: -48px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-sm-n6 {
    margin-left: -48px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-sm-6 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-sm-6 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-sm-7 {
    margin: 64px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-sm-7 {
    margin-top: 64px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-sm-7 {
    margin-right: 64px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-sm-7 {
    margin-bottom: 64px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-sm-7 {
    margin-left: 64px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-sm-n7 {
    margin-top: -64px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-sm-n7 {
    margin-right: -64px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-sm-n7 {
    margin-bottom: -64px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-sm-n7 {
    margin-left: -64px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-sm-7 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-sm-7 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-sm-8 {
    margin: 80px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-sm-8 {
    margin-top: 80px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-sm-8 {
    margin-right: 80px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-sm-8 {
    margin-bottom: 80px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-sm-8 {
    margin-left: 80px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-sm-n8 {
    margin-top: -80px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-sm-n8 {
    margin-right: -80px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-sm-n8 {
    margin-bottom: -80px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-sm-n8 {
    margin-left: -80px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-sm-8 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-sm-8 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-sm-9 {
    margin: 96px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-sm-9 {
    margin-top: 96px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-sm-9 {
    margin-right: 96px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-sm-9 {
    margin-bottom: 96px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-sm-9 {
    margin-left: 96px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-sm-n9 {
    margin-top: -96px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-sm-n9 {
    margin-right: -96px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-sm-n9 {
    margin-bottom: -96px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-sm-n9 {
    margin-left: -96px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-sm-9 {
    margin-right: 96px !important;
    margin-left: 96px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-sm-9 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  /* responsive horizontal auto margins */
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (min-width: 782px) {
  /* Set a $size margin to all sides at $breakpoint */
  .m-md-0 {
    margin: 0 !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-md-0 {
    margin-top: 0 !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-md-0 {
    margin-right: 0 !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-md-0 {
    margin-left: 0 !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-md-1 {
    margin: 4px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-md-1 {
    margin-top: 4px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-md-1 {
    margin-right: 4px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-md-1 {
    margin-bottom: 4px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-md-1 {
    margin-left: 4px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-md-n1 {
    margin-top: -4px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-md-n1 {
    margin-right: -4px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-md-n1 {
    margin-bottom: -4px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-md-n1 {
    margin-left: -4px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-md-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-md-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-md-2 {
    margin: 8px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-md-2 {
    margin-top: 8px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-md-2 {
    margin-right: 8px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-md-2 {
    margin-bottom: 8px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-md-2 {
    margin-left: 8px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-md-n2 {
    margin-top: -8px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-md-n2 {
    margin-right: -8px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-md-n2 {
    margin-bottom: -8px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-md-n2 {
    margin-left: -8px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-md-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-md-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-md-3 {
    margin: 16px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-md-3 {
    margin-top: 16px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-md-3 {
    margin-right: 16px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-md-3 {
    margin-bottom: 16px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-md-3 {
    margin-left: 16px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-md-n3 {
    margin-top: -16px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-md-n3 {
    margin-right: -16px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-md-n3 {
    margin-bottom: -16px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-md-n3 {
    margin-left: -16px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-md-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-md-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-md-4 {
    margin: 24px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-md-4 {
    margin-top: 24px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-md-4 {
    margin-right: 24px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-md-4 {
    margin-bottom: 24px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-md-4 {
    margin-left: 24px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-md-n4 {
    margin-top: -24px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-md-n4 {
    margin-right: -24px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-md-n4 {
    margin-bottom: -24px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-md-n4 {
    margin-left: -24px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-md-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-md-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-md-5 {
    margin: 32px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-md-5 {
    margin-top: 32px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-md-5 {
    margin-right: 32px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-md-5 {
    margin-bottom: 32px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-md-5 {
    margin-left: 32px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-md-n5 {
    margin-top: -32px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-md-n5 {
    margin-right: -32px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-md-n5 {
    margin-bottom: -32px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-md-n5 {
    margin-left: -32px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-md-5 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-md-5 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-md-6 {
    margin: 48px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-md-6 {
    margin-top: 48px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-md-6 {
    margin-right: 48px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-md-6 {
    margin-bottom: 48px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-md-6 {
    margin-left: 48px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-md-n6 {
    margin-top: -48px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-md-n6 {
    margin-right: -48px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-md-n6 {
    margin-bottom: -48px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-md-n6 {
    margin-left: -48px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-md-6 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-md-6 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-md-7 {
    margin: 64px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-md-7 {
    margin-top: 64px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-md-7 {
    margin-right: 64px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-md-7 {
    margin-bottom: 64px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-md-7 {
    margin-left: 64px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-md-n7 {
    margin-top: -64px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-md-n7 {
    margin-right: -64px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-md-n7 {
    margin-bottom: -64px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-md-n7 {
    margin-left: -64px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-md-7 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-md-7 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-md-8 {
    margin: 80px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-md-8 {
    margin-top: 80px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-md-8 {
    margin-right: 80px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-md-8 {
    margin-bottom: 80px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-md-8 {
    margin-left: 80px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-md-n8 {
    margin-top: -80px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-md-n8 {
    margin-right: -80px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-md-n8 {
    margin-bottom: -80px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-md-n8 {
    margin-left: -80px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-md-8 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-md-8 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-md-9 {
    margin: 96px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-md-9 {
    margin-top: 96px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-md-9 {
    margin-right: 96px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-md-9 {
    margin-bottom: 96px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-md-9 {
    margin-left: 96px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-md-n9 {
    margin-top: -96px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-md-n9 {
    margin-right: -96px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-md-n9 {
    margin-bottom: -96px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-md-n9 {
    margin-left: -96px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-md-9 {
    margin-right: 96px !important;
    margin-left: 96px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-md-9 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  /* responsive horizontal auto margins */
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (min-width: 1012px) {
  /* Set a $size margin to all sides at $breakpoint */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-lg-1 {
    margin: 4px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-lg-1 {
    margin-top: 4px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-lg-1 {
    margin-right: 4px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-lg-1 {
    margin-bottom: 4px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-lg-1 {
    margin-left: 4px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-lg-n1 {
    margin-top: -4px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-lg-n1 {
    margin-right: -4px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-lg-n1 {
    margin-bottom: -4px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-lg-n1 {
    margin-left: -4px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-lg-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-lg-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-lg-2 {
    margin: 8px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-lg-2 {
    margin-top: 8px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-lg-2 {
    margin-right: 8px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-lg-2 {
    margin-bottom: 8px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-lg-2 {
    margin-left: 8px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-lg-n2 {
    margin-top: -8px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-lg-n2 {
    margin-right: -8px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-lg-n2 {
    margin-bottom: -8px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-lg-n2 {
    margin-left: -8px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-lg-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-lg-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-lg-3 {
    margin: 16px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-lg-3 {
    margin-top: 16px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-lg-3 {
    margin-right: 16px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-lg-3 {
    margin-bottom: 16px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-lg-3 {
    margin-left: 16px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-lg-n3 {
    margin-top: -16px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-lg-n3 {
    margin-right: -16px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-lg-n3 {
    margin-bottom: -16px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-lg-n3 {
    margin-left: -16px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-lg-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-lg-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-lg-4 {
    margin: 24px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-lg-4 {
    margin-top: 24px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-lg-4 {
    margin-right: 24px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-lg-4 {
    margin-bottom: 24px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-lg-4 {
    margin-left: 24px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-lg-n4 {
    margin-top: -24px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-lg-n4 {
    margin-right: -24px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-lg-n4 {
    margin-bottom: -24px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-lg-n4 {
    margin-left: -24px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-lg-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-lg-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-lg-5 {
    margin: 32px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-lg-5 {
    margin-top: 32px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-lg-5 {
    margin-right: 32px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-lg-5 {
    margin-bottom: 32px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-lg-5 {
    margin-left: 32px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-lg-n5 {
    margin-top: -32px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-lg-n5 {
    margin-right: -32px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-lg-n5 {
    margin-bottom: -32px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-lg-n5 {
    margin-left: -32px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-lg-5 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-lg-5 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-lg-6 {
    margin: 48px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-lg-6 {
    margin-top: 48px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-lg-6 {
    margin-right: 48px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-lg-6 {
    margin-bottom: 48px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-lg-6 {
    margin-left: 48px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-lg-n6 {
    margin-top: -48px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-lg-n6 {
    margin-right: -48px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-lg-n6 {
    margin-bottom: -48px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-lg-n6 {
    margin-left: -48px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-lg-6 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-lg-6 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-lg-7 {
    margin: 64px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-lg-7 {
    margin-top: 64px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-lg-7 {
    margin-right: 64px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-lg-7 {
    margin-bottom: 64px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-lg-7 {
    margin-left: 64px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-lg-n7 {
    margin-top: -64px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-lg-n7 {
    margin-right: -64px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-lg-n7 {
    margin-bottom: -64px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-lg-n7 {
    margin-left: -64px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-lg-7 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-lg-7 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-lg-8 {
    margin: 80px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-lg-8 {
    margin-top: 80px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-lg-8 {
    margin-right: 80px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-lg-8 {
    margin-bottom: 80px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-lg-8 {
    margin-left: 80px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-lg-n8 {
    margin-top: -80px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-lg-n8 {
    margin-right: -80px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-lg-n8 {
    margin-bottom: -80px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-lg-n8 {
    margin-left: -80px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-lg-8 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-lg-8 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-lg-9 {
    margin: 96px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-lg-9 {
    margin-top: 96px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-lg-9 {
    margin-right: 96px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-lg-9 {
    margin-bottom: 96px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-lg-9 {
    margin-left: 96px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-lg-n9 {
    margin-top: -96px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-lg-n9 {
    margin-right: -96px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-lg-n9 {
    margin-bottom: -96px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-lg-n9 {
    margin-left: -96px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-lg-9 {
    margin-right: 96px !important;
    margin-left: 96px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-lg-9 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  /* responsive horizontal auto margins */
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (min-width: 1344px) {
  /* Set a $size margin to all sides at $breakpoint */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-xl-1 {
    margin: 4px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-xl-1 {
    margin-top: 4px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-xl-1 {
    margin-right: 4px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-xl-1 {
    margin-bottom: 4px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-xl-1 {
    margin-left: 4px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-xl-n1 {
    margin-top: -4px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-xl-n1 {
    margin-right: -4px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-xl-n1 {
    margin-bottom: -4px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-xl-n1 {
    margin-left: -4px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-xl-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-xl-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-xl-2 {
    margin: 8px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-xl-2 {
    margin-top: 8px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-xl-2 {
    margin-right: 8px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-xl-2 {
    margin-bottom: 8px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-xl-2 {
    margin-left: 8px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-xl-n2 {
    margin-top: -8px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-xl-n2 {
    margin-right: -8px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-xl-n2 {
    margin-bottom: -8px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-xl-n2 {
    margin-left: -8px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-xl-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-xl-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-xl-3 {
    margin: 16px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-xl-3 {
    margin-top: 16px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-xl-3 {
    margin-right: 16px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-xl-3 {
    margin-bottom: 16px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-xl-3 {
    margin-left: 16px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-xl-n3 {
    margin-top: -16px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-xl-n3 {
    margin-right: -16px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-xl-n3 {
    margin-bottom: -16px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-xl-n3 {
    margin-left: -16px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-xl-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-xl-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-xl-4 {
    margin: 24px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-xl-4 {
    margin-top: 24px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-xl-4 {
    margin-right: 24px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-xl-4 {
    margin-bottom: 24px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-xl-4 {
    margin-left: 24px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-xl-n4 {
    margin-top: -24px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-xl-n4 {
    margin-right: -24px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-xl-n4 {
    margin-bottom: -24px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-xl-n4 {
    margin-left: -24px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-xl-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-xl-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-xl-5 {
    margin: 32px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-xl-5 {
    margin-top: 32px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-xl-5 {
    margin-right: 32px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-xl-5 {
    margin-bottom: 32px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-xl-5 {
    margin-left: 32px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-xl-n5 {
    margin-top: -32px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-xl-n5 {
    margin-right: -32px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-xl-n5 {
    margin-bottom: -32px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-xl-n5 {
    margin-left: -32px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-xl-5 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-xl-5 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-xl-6 {
    margin: 48px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-xl-6 {
    margin-top: 48px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-xl-6 {
    margin-right: 48px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-xl-6 {
    margin-bottom: 48px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-xl-6 {
    margin-left: 48px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-xl-n6 {
    margin-top: -48px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-xl-n6 {
    margin-right: -48px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-xl-n6 {
    margin-bottom: -48px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-xl-n6 {
    margin-left: -48px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-xl-6 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-xl-6 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-xl-7 {
    margin: 64px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-xl-7 {
    margin-top: 64px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-xl-7 {
    margin-right: 64px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-xl-7 {
    margin-bottom: 64px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-xl-7 {
    margin-left: 64px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-xl-n7 {
    margin-top: -64px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-xl-n7 {
    margin-right: -64px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-xl-n7 {
    margin-bottom: -64px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-xl-n7 {
    margin-left: -64px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-xl-7 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-xl-7 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-xl-8 {
    margin: 80px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-xl-8 {
    margin-top: 80px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-xl-8 {
    margin-right: 80px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-xl-8 {
    margin-bottom: 80px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-xl-8 {
    margin-left: 80px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-xl-n8 {
    margin-top: -80px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-xl-n8 {
    margin-right: -80px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-xl-n8 {
    margin-bottom: -80px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-xl-n8 {
    margin-left: -80px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-xl-8 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-xl-8 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  .m-xl-9 {
    margin: 96px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  .mt-xl-9 {
    margin-top: 96px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  .mr-xl-9 {
    margin-right: 96px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  .mb-xl-9 {
    margin-bottom: 96px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  .ml-xl-9 {
    margin-left: 96px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  .mt-xl-n9 {
    margin-top: -96px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  .mr-xl-n9 {
    margin-right: -96px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-xl-n9 {
    margin-bottom: -96px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  .ml-xl-n9 {
    margin-left: -96px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  .mx-xl-9 {
    margin-right: 96px !important;
    margin-left: 96px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-xl-9 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  /* responsive horizontal auto margins */
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
/* Set a $size padding to all sides at $breakpoint */
.p-0 {
  padding: 0 !important;
}

/* Set a $size padding to the top at $breakpoint */
.pt-0 {
  padding-top: 0 !important;
}

/* Set a $size padding to the right at $breakpoint */
.pr-0 {
  padding-right: 0 !important;
}

/* Set a $size padding to the bottom at $breakpoint */
.pb-0 {
  padding-bottom: 0 !important;
}

/* Set a $size padding to the left at $breakpoint */
.pl-0 {
  padding-left: 0 !important;
}

/* Set a $size padding to the left & right at $breakpoint */
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* Set a $size padding to the top & bottom at $breakpoint */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Set a $size padding to all sides at $breakpoint */
.p-1 {
  padding: 4px !important;
}

/* Set a $size padding to the top at $breakpoint */
.pt-1 {
  padding-top: 4px !important;
}

/* Set a $size padding to the right at $breakpoint */
.pr-1 {
  padding-right: 4px !important;
}

/* Set a $size padding to the bottom at $breakpoint */
.pb-1 {
  padding-bottom: 4px !important;
}

/* Set a $size padding to the left at $breakpoint */
.pl-1 {
  padding-left: 4px !important;
}

/* Set a $size padding to the left & right at $breakpoint */
.px-1 {
  padding-right: 4px !important;
  padding-left: 4px !important;
}

/* Set a $size padding to the top & bottom at $breakpoint */
.py-1 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

/* Set a $size padding to all sides at $breakpoint */
.p-2 {
  padding: 8px !important;
}

/* Set a $size padding to the top at $breakpoint */
.pt-2 {
  padding-top: 8px !important;
}

/* Set a $size padding to the right at $breakpoint */
.pr-2 {
  padding-right: 8px !important;
}

/* Set a $size padding to the bottom at $breakpoint */
.pb-2 {
  padding-bottom: 8px !important;
}

/* Set a $size padding to the left at $breakpoint */
.pl-2 {
  padding-left: 8px !important;
}

/* Set a $size padding to the left & right at $breakpoint */
.px-2 {
  padding-right: 8px !important;
  padding-left: 8px !important;
}

/* Set a $size padding to the top & bottom at $breakpoint */
.py-2 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

/* Set a $size padding to all sides at $breakpoint */
.p-3 {
  padding: 16px !important;
}

/* Set a $size padding to the top at $breakpoint */
.pt-3 {
  padding-top: 16px !important;
}

/* Set a $size padding to the right at $breakpoint */
.pr-3 {
  padding-right: 16px !important;
}

/* Set a $size padding to the bottom at $breakpoint */
.pb-3 {
  padding-bottom: 16px !important;
}

/* Set a $size padding to the left at $breakpoint */
.pl-3 {
  padding-left: 16px !important;
}

/* Set a $size padding to the left & right at $breakpoint */
.px-3 {
  padding-right: 16px !important;
  padding-left: 16px !important;
}

/* Set a $size padding to the top & bottom at $breakpoint */
.py-3 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

/* Set a $size padding to all sides at $breakpoint */
.p-4 {
  padding: 24px !important;
}

/* Set a $size padding to the top at $breakpoint */
.pt-4 {
  padding-top: 24px !important;
}

/* Set a $size padding to the right at $breakpoint */
.pr-4 {
  padding-right: 24px !important;
}

/* Set a $size padding to the bottom at $breakpoint */
.pb-4 {
  padding-bottom: 24px !important;
}

/* Set a $size padding to the left at $breakpoint */
.pl-4 {
  padding-left: 24px !important;
}

/* Set a $size padding to the left & right at $breakpoint */
.px-4 {
  padding-right: 24px !important;
  padding-left: 24px !important;
}

/* Set a $size padding to the top & bottom at $breakpoint */
.py-4 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

/* Set a $size padding to all sides at $breakpoint */
.p-5 {
  padding: 32px !important;
}

/* Set a $size padding to the top at $breakpoint */
.pt-5 {
  padding-top: 32px !important;
}

/* Set a $size padding to the right at $breakpoint */
.pr-5 {
  padding-right: 32px !important;
}

/* Set a $size padding to the bottom at $breakpoint */
.pb-5 {
  padding-bottom: 32px !important;
}

/* Set a $size padding to the left at $breakpoint */
.pl-5 {
  padding-left: 32px !important;
}

/* Set a $size padding to the left & right at $breakpoint */
.px-5 {
  padding-right: 32px !important;
  padding-left: 32px !important;
}

/* Set a $size padding to the top & bottom at $breakpoint */
.py-5 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

/* Set a $size padding to all sides at $breakpoint */
.p-6 {
  padding: 48px !important;
}

/* Set a $size padding to the top at $breakpoint */
.pt-6 {
  padding-top: 48px !important;
}

/* Set a $size padding to the right at $breakpoint */
.pr-6 {
  padding-right: 48px !important;
}

/* Set a $size padding to the bottom at $breakpoint */
.pb-6 {
  padding-bottom: 48px !important;
}

/* Set a $size padding to the left at $breakpoint */
.pl-6 {
  padding-left: 48px !important;
}

/* Set a $size padding to the left & right at $breakpoint */
.px-6 {
  padding-right: 48px !important;
  padding-left: 48px !important;
}

/* Set a $size padding to the top & bottom at $breakpoint */
.py-6 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

/* Set a $size padding to all sides at $breakpoint */
.p-7 {
  padding: 64px !important;
}

/* Set a $size padding to the top at $breakpoint */
.pt-7 {
  padding-top: 64px !important;
}

/* Set a $size padding to the right at $breakpoint */
.pr-7 {
  padding-right: 64px !important;
}

/* Set a $size padding to the bottom at $breakpoint */
.pb-7 {
  padding-bottom: 64px !important;
}

/* Set a $size padding to the left at $breakpoint */
.pl-7 {
  padding-left: 64px !important;
}

/* Set a $size padding to the left & right at $breakpoint */
.px-7 {
  padding-right: 64px !important;
  padding-left: 64px !important;
}

/* Set a $size padding to the top & bottom at $breakpoint */
.py-7 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

/* Set a $size padding to all sides at $breakpoint */
.p-8 {
  padding: 80px !important;
}

/* Set a $size padding to the top at $breakpoint */
.pt-8 {
  padding-top: 80px !important;
}

/* Set a $size padding to the right at $breakpoint */
.pr-8 {
  padding-right: 80px !important;
}

/* Set a $size padding to the bottom at $breakpoint */
.pb-8 {
  padding-bottom: 80px !important;
}

/* Set a $size padding to the left at $breakpoint */
.pl-8 {
  padding-left: 80px !important;
}

/* Set a $size padding to the left & right at $breakpoint */
.px-8 {
  padding-right: 80px !important;
  padding-left: 80px !important;
}

/* Set a $size padding to the top & bottom at $breakpoint */
.py-8 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

/* Set a $size padding to all sides at $breakpoint */
.p-9 {
  padding: 96px !important;
}

/* Set a $size padding to the top at $breakpoint */
.pt-9 {
  padding-top: 96px !important;
}

/* Set a $size padding to the right at $breakpoint */
.pr-9 {
  padding-right: 96px !important;
}

/* Set a $size padding to the bottom at $breakpoint */
.pb-9 {
  padding-bottom: 96px !important;
}

/* Set a $size padding to the left at $breakpoint */
.pl-9 {
  padding-left: 96px !important;
}

/* Set a $size padding to the left & right at $breakpoint */
.px-9 {
  padding-right: 96px !important;
  padding-left: 96px !important;
}

/* Set a $size padding to the top & bottom at $breakpoint */
.py-9 {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}

@media (min-width: 544px) {
  /* Set a $size padding to all sides at $breakpoint */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-sm-1 {
    padding: 4px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-sm-1 {
    padding-top: 4px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-sm-1 {
    padding-right: 4px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-sm-1 {
    padding-bottom: 4px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-sm-1 {
    padding-left: 4px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-sm-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-sm-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-sm-2 {
    padding: 8px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-sm-2 {
    padding-top: 8px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-sm-2 {
    padding-right: 8px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-sm-2 {
    padding-bottom: 8px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-sm-2 {
    padding-left: 8px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-sm-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-sm-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-sm-3 {
    padding: 16px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-sm-3 {
    padding-top: 16px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-sm-3 {
    padding-right: 16px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-sm-3 {
    padding-bottom: 16px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-sm-3 {
    padding-left: 16px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-sm-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-sm-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-sm-4 {
    padding: 24px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-sm-4 {
    padding-top: 24px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-sm-4 {
    padding-right: 24px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-sm-4 {
    padding-bottom: 24px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-sm-4 {
    padding-left: 24px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-sm-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-sm-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-sm-5 {
    padding: 32px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-sm-5 {
    padding-top: 32px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-sm-5 {
    padding-right: 32px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-sm-5 {
    padding-bottom: 32px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-sm-5 {
    padding-left: 32px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-sm-5 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-sm-5 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-sm-6 {
    padding: 48px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-sm-6 {
    padding-top: 48px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-sm-6 {
    padding-right: 48px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-sm-6 {
    padding-bottom: 48px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-sm-6 {
    padding-left: 48px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-sm-6 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-sm-6 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-sm-7 {
    padding: 64px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-sm-7 {
    padding-top: 64px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-sm-7 {
    padding-right: 64px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-sm-7 {
    padding-bottom: 64px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-sm-7 {
    padding-left: 64px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-sm-7 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-sm-7 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-sm-8 {
    padding: 80px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-sm-8 {
    padding-top: 80px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-sm-8 {
    padding-right: 80px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-sm-8 {
    padding-bottom: 80px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-sm-8 {
    padding-left: 80px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-sm-8 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-sm-8 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-sm-9 {
    padding: 96px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-sm-9 {
    padding-top: 96px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-sm-9 {
    padding-right: 96px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-sm-9 {
    padding-bottom: 96px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-sm-9 {
    padding-left: 96px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-sm-9 {
    padding-right: 96px !important;
    padding-left: 96px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-sm-9 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
}
@media (min-width: 782px) {
  /* Set a $size padding to all sides at $breakpoint */
  .p-md-0 {
    padding: 0 !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-md-0 {
    padding-top: 0 !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-md-0 {
    padding-right: 0 !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-md-0 {
    padding-left: 0 !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-md-1 {
    padding: 4px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-md-1 {
    padding-top: 4px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-md-1 {
    padding-right: 4px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-md-1 {
    padding-bottom: 4px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-md-1 {
    padding-left: 4px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-md-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-md-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-md-2 {
    padding: 8px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-md-2 {
    padding-top: 8px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-md-2 {
    padding-right: 8px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-md-2 {
    padding-bottom: 8px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-md-2 {
    padding-left: 8px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-md-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-md-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-md-3 {
    padding: 16px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-md-3 {
    padding-top: 16px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-md-3 {
    padding-right: 16px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-md-3 {
    padding-bottom: 16px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-md-3 {
    padding-left: 16px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-md-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-md-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-md-4 {
    padding: 24px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-md-4 {
    padding-top: 24px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-md-4 {
    padding-right: 24px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-md-4 {
    padding-bottom: 24px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-md-4 {
    padding-left: 24px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-md-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-md-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-md-5 {
    padding: 32px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-md-5 {
    padding-top: 32px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-md-5 {
    padding-right: 32px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-md-5 {
    padding-bottom: 32px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-md-5 {
    padding-left: 32px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-md-5 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-md-5 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-md-6 {
    padding: 48px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-md-6 {
    padding-top: 48px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-md-6 {
    padding-right: 48px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-md-6 {
    padding-bottom: 48px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-md-6 {
    padding-left: 48px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-md-6 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-md-6 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-md-7 {
    padding: 64px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-md-7 {
    padding-top: 64px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-md-7 {
    padding-right: 64px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-md-7 {
    padding-bottom: 64px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-md-7 {
    padding-left: 64px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-md-7 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-md-7 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-md-8 {
    padding: 80px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-md-8 {
    padding-top: 80px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-md-8 {
    padding-right: 80px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-md-8 {
    padding-bottom: 80px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-md-8 {
    padding-left: 80px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-md-8 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-md-8 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-md-9 {
    padding: 96px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-md-9 {
    padding-top: 96px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-md-9 {
    padding-right: 96px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-md-9 {
    padding-bottom: 96px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-md-9 {
    padding-left: 96px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-md-9 {
    padding-right: 96px !important;
    padding-left: 96px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-md-9 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
}
@media (min-width: 1012px) {
  /* Set a $size padding to all sides at $breakpoint */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-lg-1 {
    padding: 4px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-lg-1 {
    padding-top: 4px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-lg-1 {
    padding-right: 4px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-lg-1 {
    padding-bottom: 4px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-lg-1 {
    padding-left: 4px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-lg-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-lg-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-lg-2 {
    padding: 8px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-lg-2 {
    padding-top: 8px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-lg-2 {
    padding-right: 8px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-lg-2 {
    padding-bottom: 8px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-lg-2 {
    padding-left: 8px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-lg-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-lg-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-lg-3 {
    padding: 16px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-lg-3 {
    padding-top: 16px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-lg-3 {
    padding-right: 16px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-lg-3 {
    padding-bottom: 16px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-lg-3 {
    padding-left: 16px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-lg-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-lg-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-lg-4 {
    padding: 24px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-lg-4 {
    padding-top: 24px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-lg-4 {
    padding-right: 24px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-lg-4 {
    padding-bottom: 24px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-lg-4 {
    padding-left: 24px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-lg-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-lg-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-lg-5 {
    padding: 32px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-lg-5 {
    padding-top: 32px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-lg-5 {
    padding-right: 32px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-lg-5 {
    padding-bottom: 32px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-lg-5 {
    padding-left: 32px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-lg-5 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-lg-5 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-lg-6 {
    padding: 48px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-lg-6 {
    padding-top: 48px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-lg-6 {
    padding-right: 48px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-lg-6 {
    padding-bottom: 48px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-lg-6 {
    padding-left: 48px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-lg-6 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-lg-6 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-lg-7 {
    padding: 64px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-lg-7 {
    padding-top: 64px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-lg-7 {
    padding-right: 64px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-lg-7 {
    padding-bottom: 64px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-lg-7 {
    padding-left: 64px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-lg-7 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-lg-7 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-lg-8 {
    padding: 80px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-lg-8 {
    padding-top: 80px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-lg-8 {
    padding-right: 80px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-lg-8 {
    padding-bottom: 80px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-lg-8 {
    padding-left: 80px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-lg-8 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-lg-8 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-lg-9 {
    padding: 96px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-lg-9 {
    padding-top: 96px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-lg-9 {
    padding-right: 96px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-lg-9 {
    padding-bottom: 96px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-lg-9 {
    padding-left: 96px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-lg-9 {
    padding-right: 96px !important;
    padding-left: 96px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-lg-9 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
}
@media (min-width: 1344px) {
  /* Set a $size padding to all sides at $breakpoint */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-xl-1 {
    padding: 4px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-xl-1 {
    padding-top: 4px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-xl-1 {
    padding-right: 4px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-xl-1 {
    padding-bottom: 4px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-xl-1 {
    padding-left: 4px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-xl-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-xl-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-xl-2 {
    padding: 8px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-xl-2 {
    padding-top: 8px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-xl-2 {
    padding-right: 8px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-xl-2 {
    padding-bottom: 8px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-xl-2 {
    padding-left: 8px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-xl-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-xl-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-xl-3 {
    padding: 16px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-xl-3 {
    padding-top: 16px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-xl-3 {
    padding-right: 16px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-xl-3 {
    padding-bottom: 16px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-xl-3 {
    padding-left: 16px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-xl-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-xl-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-xl-4 {
    padding: 24px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-xl-4 {
    padding-top: 24px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-xl-4 {
    padding-right: 24px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-xl-4 {
    padding-bottom: 24px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-xl-4 {
    padding-left: 24px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-xl-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-xl-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-xl-5 {
    padding: 32px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-xl-5 {
    padding-top: 32px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-xl-5 {
    padding-right: 32px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-xl-5 {
    padding-bottom: 32px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-xl-5 {
    padding-left: 32px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-xl-5 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-xl-5 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-xl-6 {
    padding: 48px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-xl-6 {
    padding-top: 48px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-xl-6 {
    padding-right: 48px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-xl-6 {
    padding-bottom: 48px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-xl-6 {
    padding-left: 48px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-xl-6 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-xl-6 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-xl-7 {
    padding: 64px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-xl-7 {
    padding-top: 64px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-xl-7 {
    padding-right: 64px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-xl-7 {
    padding-bottom: 64px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-xl-7 {
    padding-left: 64px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-xl-7 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-xl-7 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-xl-8 {
    padding: 80px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-xl-8 {
    padding-top: 80px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-xl-8 {
    padding-right: 80px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-xl-8 {
    padding-bottom: 80px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-xl-8 {
    padding-left: 80px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-xl-8 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-xl-8 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  .p-xl-9 {
    padding: 96px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  .pt-xl-9 {
    padding-top: 96px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  .pr-xl-9 {
    padding-right: 96px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  .pb-xl-9 {
    padding-bottom: 96px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  .pl-xl-9 {
    padding-left: 96px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  .px-xl-9 {
    padding-right: 96px !important;
    padding-left: 96px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-xl-9 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
}
.col-1 {
  width: 8.3333333333%;
}

.col-2 {
  width: 16.6666666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.3333333333%;
}

.col-5 {
  width: 41.6666666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.3333333333%;
}

.col-8 {
  width: 66.6666666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.3333333333%;
}

.col-11 {
  width: 91.6666666667%;
}

.col-12 {
  width: 100%;
}

@media (min-width: 544px) {
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 782px) {
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
}
@media (min-width: 1012px) {
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
}
@media (min-width: 1344px) {
  .col-xl-1 {
    width: 8.3333333333%;
  }
  .col-xl-2 {
    width: 16.6666666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.3333333333%;
  }
  .col-xl-5 {
    width: 41.6666666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.3333333333%;
  }
  .col-xl-8 {
    width: 66.6666666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.3333333333%;
  }
  .col-xl-11 {
    width: 91.6666666667%;
  }
  .col-xl-12 {
    width: 100%;
  }
}
.gutter {
  margin-right: -16px;
  margin-left: -16px;
}
.gutter > [class*=col-] {
  padding-right: 16px !important;
  padding-left: 16px !important;
}

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -24px;
  margin-left: -24px;
  width: calc(100% + 48px);
}
.grid > [class*=col-] {
  padding-right: 24px !important;
  padding-left: 24px !important;
}

.flex-items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.flex-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gutenberg-blocks *.h0,
.h0 {
  display: block;
  font-family: "Instrument Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 48px !important;
  line-height: 1;
  letter-spacing: -0.96px;
  margin-top: 0;
  margin-bottom: 18px;
}
.gutenberg-blocks *.h0:last-child,
.h0:last-child {
  margin-bottom: 0;
}
@media (min-width: 1012px) {
  .gutenberg-blocks *.h0,
  .h0 {
    font-size: 80px !important;
  }
}

.h1,
.editor-styles-wrapper h1,
.editor-styles-wrapper .h1,
.gutenberg-blocks .h1,
.gutenberg-blocks h1 {
  display: block;
  font-family: "Instrument Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 48px !important;
  line-height: 1;
  letter-spacing: -0.96px;
  margin-top: 0;
  margin-bottom: 18px;
}
.h1:last-child,
.editor-styles-wrapper h1:last-child,
.editor-styles-wrapper .h1:last-child,
.gutenberg-blocks .h1:last-child,
.gutenberg-blocks h1:last-child {
  margin-bottom: 0;
}
@media (min-width: 1012px) {
  .h1,
  .editor-styles-wrapper h1,
  .editor-styles-wrapper .h1,
  .gutenberg-blocks .h1,
  .gutenberg-blocks h1 {
    font-size: 64px !important;
  }
}

.h2,
.editor-styles-wrapper h2,
.editor-styles-wrapper .h2,
.gutenberg-blocks .h2,
.gutenberg-blocks h2 {
  display: block;
  font-family: "Instrument Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 36px !important;
  line-height: 1.24;
  letter-spacing: -0.4px;
  margin-bottom: 18px;
  margin-top: 0;
}
.h2:last-child,
.editor-styles-wrapper h2:last-child,
.editor-styles-wrapper .h2:last-child,
.gutenberg-blocks .h2:last-child,
.gutenberg-blocks h2:last-child {
  margin-bottom: 0;
}
@media (min-width: 1012px) {
  .h2,
  .editor-styles-wrapper h2,
  .editor-styles-wrapper .h2,
  .gutenberg-blocks .h2,
  .gutenberg-blocks h2 {
    font-size: 48px !important;
  }
}

.editor-styles-wrapper h2.wp-block-heading {
  font-size: 28px !important;
}
@media (min-width: 1012px) {
  .editor-styles-wrapper h2.wp-block-heading {
    font-size: 36px !important;
  }
}

.h3,
.editor-styles-wrapper h3,
.editor-styles-wrapper .h3,
.gutenberg-blocks .h3,
.gutenberg-blocks h3 {
  display: block;
  font-family: "Instrument Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px !important;
  line-height: 1.4;
  letter-spacing: -0.32px;
  margin-bottom: 16px;
  margin-top: 0;
}
.h3:last-child,
.editor-styles-wrapper h3:last-child,
.editor-styles-wrapper .h3:last-child,
.gutenberg-blocks .h3:last-child,
.gutenberg-blocks h3:last-child {
  margin-bottom: 0;
}
@media (min-width: 1012px) {
  .h3,
  .editor-styles-wrapper h3,
  .editor-styles-wrapper .h3,
  .gutenberg-blocks .h3,
  .gutenberg-blocks h3 {
    font-size: 32px !important;
  }
}

.h4,
.editor-styles-wrapper h4,
.editor-styles-wrapper .h4,
.gutenberg-blocks .h4,
.gutenberg-blocks h4 {
  display: block;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-size: 20px !important;
  line-height: 1.4;
  letter-spacing: -0.24px;
  margin-bottom: 12px;
  margin-top: 0;
}
.h4:last-child,
.editor-styles-wrapper h4:last-child,
.editor-styles-wrapper .h4:last-child,
.gutenberg-blocks .h4:last-child,
.gutenberg-blocks h4:last-child {
  margin-bottom: 0;
}
@media (min-width: 1012px) {
  .h4,
  .editor-styles-wrapper h4,
  .editor-styles-wrapper .h4,
  .gutenberg-blocks .h4,
  .gutenberg-blocks h4 {
    font-size: 24px !important;
  }
}

.h5,
.editor-styles-wrapper h5,
.editor-styles-wrapper .h5,
.gutenberg-blocks .h5,
.gutenberg-blocks h5 {
  display: block;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-size: 18px !important;
  line-height: 1.4;
  letter-spacing: -0.2px;
  margin-bottom: 12px;
  margin-top: 0;
}
.h5:last-child,
.editor-styles-wrapper h5:last-child,
.editor-styles-wrapper .h5:last-child,
.gutenberg-blocks .h5:last-child,
.gutenberg-blocks h5:last-child {
  margin-bottom: 0;
}
@media (min-width: 1012px) {
  .h5,
  .editor-styles-wrapper h5,
  .editor-styles-wrapper .h5,
  .gutenberg-blocks .h5,
  .gutenberg-blocks h5 {
    font-size: 20px !important;
  }
}

.h6,
.editor-styles-wrapper h6,
.editor-styles-wrapper .h6,
.gutenberg-blocks .h6,
.gutenberg-blocks h6,
*.subheading,
.gutenberg-blocks *.subheading,
p.is-style-subheading {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-family: "Roboto Mono", monospace !important;
  text-transform: uppercase;
  letter-spacing: 1.04px !important;
  font-size: 13px !important;
  font-style: normal;
  line-height: 1.2 !important;
  margin-bottom: 8px;
  margin-top: 0;
}
.h6:last-child,
.editor-styles-wrapper h6:last-child,
.editor-styles-wrapper .h6:last-child,
.gutenberg-blocks .h6:last-child,
.gutenberg-blocks h6:last-child,
*.subheading:last-child,
.gutenberg-blocks *.subheading:last-child,
p.is-style-subheading:last-child {
  margin-bottom: 0;
}
@media (min-width: 1012px) {
  .h6,
  .editor-styles-wrapper h6,
  .editor-styles-wrapper .h6,
  .gutenberg-blocks .h6,
  .gutenberg-blocks h6,
  *.subheading,
  .gutenberg-blocks *.subheading,
  p.is-style-subheading {
    font-size: 15px !important;
  }
}

.editor-styles-wrapper .wp-block-heading.has-x-large-font-size,
.gutenberg-blocks .wp-block-heading.has-x-large-font-size {
  display: block;
  font-family: "Instrument Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 48px !important;
  line-height: 1;
  letter-spacing: -0.96px;
  margin-top: 0;
  margin-bottom: 18px;
}
.editor-styles-wrapper .wp-block-heading.has-x-large-font-size:last-child,
.gutenberg-blocks .wp-block-heading.has-x-large-font-size:last-child {
  margin-bottom: 0;
}
@media (min-width: 1012px) {
  .editor-styles-wrapper .wp-block-heading.has-x-large-font-size,
  .gutenberg-blocks .wp-block-heading.has-x-large-font-size {
    font-size: 80px !important;
  }
}
.editor-styles-wrapper .wp-block-heading.has-large-font-size,
.gutenberg-blocks .wp-block-heading.has-large-font-size {
  display: block;
  font-family: "Instrument Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 48px !important;
  line-height: 1;
  letter-spacing: -0.96px;
  margin-top: 0;
  margin-bottom: 18px;
}
.editor-styles-wrapper .wp-block-heading.has-large-font-size:last-child,
.gutenberg-blocks .wp-block-heading.has-large-font-size:last-child {
  margin-bottom: 0;
}
@media (min-width: 1012px) {
  .editor-styles-wrapper .wp-block-heading.has-large-font-size,
  .gutenberg-blocks .wp-block-heading.has-large-font-size {
    font-size: 64px !important;
  }
}
.editor-styles-wrapper .wp-block-heading.has-medium-font-size,
.gutenberg-blocks .wp-block-heading.has-medium-font-size {
  display: block;
  font-family: "Instrument Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px !important;
  line-height: 1.4;
  letter-spacing: -0.32px;
  margin-bottom: 16px;
  margin-top: 0;
}
.editor-styles-wrapper .wp-block-heading.has-medium-font-size:last-child,
.gutenberg-blocks .wp-block-heading.has-medium-font-size:last-child {
  margin-bottom: 0;
}
@media (min-width: 1012px) {
  .editor-styles-wrapper .wp-block-heading.has-medium-font-size,
  .gutenberg-blocks .wp-block-heading.has-medium-font-size {
    font-size: 32px !important;
  }
}
.editor-styles-wrapper .wp-block-heading.has-small-font-size,
.gutenberg-blocks .wp-block-heading.has-small-font-size {
  display: block;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-size: 18px !important;
  line-height: 1.4;
  letter-spacing: -0.2px;
  margin-bottom: 12px;
  margin-top: 0;
}
.editor-styles-wrapper .wp-block-heading.has-small-font-size:last-child,
.gutenberg-blocks .wp-block-heading.has-small-font-size:last-child {
  margin-bottom: 0;
}
@media (min-width: 1012px) {
  .editor-styles-wrapper .wp-block-heading.has-small-font-size,
  .gutenberg-blocks .wp-block-heading.has-small-font-size {
    font-size: 20px !important;
  }
}

.wp-block-heading.is-style-number,
.is-style-number {
  font-family: "Instrument Serif", serif !important;
  font-size: 64px !important;
  line-height: 1 !important;
  margin-bottom: 0 !important;
  font-weight: 400 !important;
  position: relative;
  margin-bottom: 8px !important;
}
.wp-block-heading.is-style-number:last-child,
.is-style-number:last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 1012px) {
  .wp-block-heading.is-style-number,
  .is-style-number {
    font-size: 90px !important;
  }
}

.wp-block-heading.is-style-has-dash-below:after,
.is-style-has-dash-below:after {
  content: "";
  width: 40px;
  height: 3px;
  display: block;
  background: #CCEBD4;
  margin: 18px 0 0;
}

.wp-block-heading.is-style-has-dash-above:before,
.is-style-has-dash-above:before {
  content: "";
  width: 40px;
  height: 3px;
  display: block;
  background: #CCEBD4;
  margin: 0 0 18px;
}

.wp-block-heading.is-style-subheading,
*.subheading {
  font-family: "Roboto Mono", monospace !important;
  text-transform: uppercase;
  etter-spacing: 1.04px !important;
  font-size: 13px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
@media (min-width: 1012px) {
  .wp-block-heading.is-style-subheading,
  *.subheading {
    font-size: 14px !important;
  }
}

.is-style-subheading + .wp-block-heading {
  margin-top: 24px;
}

.wp-block-heading.is-style-has-accent:before {
  content: "";
  width: 80px;
  height: 1px;
  display: block;
  margin: 0 0 32px;
  background: #4AC7EB;
}

.gutenberg-blocks p,
.editor-styles-wrapper p,
.para {
  font-family: "Instrument Sans", sans-serif;
  display: block;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 18px;
  margin-top: 0;
}
.gutenberg-blocks p:last-child,
.editor-styles-wrapper p:last-child,
.para:last-child {
  margin-bottom: 0;
}

.p-xlg,
p.has-x-large-font-size,
li.has-x-large-font-size,
ul.has-x-large-font-size,
ol.has-x-large-font-size,
.editor-styles-wrapper p.has-x-large-font-size,
.editor-styles-wrapper li.has-x-large-font-size {
  font-size: 20px !important;
}
@media (min-width: 1012px) {
  .p-xlg,
  p.has-x-large-font-size,
  li.has-x-large-font-size,
  ul.has-x-large-font-size,
  ol.has-x-large-font-size,
  .editor-styles-wrapper p.has-x-large-font-size,
  .editor-styles-wrapper li.has-x-large-font-size {
    font-size: 24px !important;
  }
}

.p-lg,
p.has-large-font-size,
li.has-large-font-size,
ul.has-large-font-size,
ol.has-large-font-size,
.editor-styles-wrapper p.has-large-font-size,
.editor-styles-wrapper li.has-large-font-size,
.editor-styles-wrapper ul.has-large-font-size,
.editor-styles-wrapper ol.has-large-font-size {
  font-size: 18px !important;
}
@media (min-width: 1012px) {
  .p-lg,
  p.has-large-font-size,
  li.has-large-font-size,
  ul.has-large-font-size,
  ol.has-large-font-size,
  .editor-styles-wrapper p.has-large-font-size,
  .editor-styles-wrapper li.has-large-font-size,
  .editor-styles-wrapper ul.has-large-font-size,
  .editor-styles-wrapper ol.has-large-font-size {
    font-size: 20px !important;
  }
}

p.has-medium-font-size,
ul.has-medium-font-size,
ol.has-medium-font-size,
li.has-medium-font-size,
.editor-styles-wrapper p.has-medium-font-size,
.editor-styles-wrapper ul.has-medium-font-size,
.editor-styles-wrapper ol.has-medium-font-size,
.editor-styles-wrapper li.has-medium-font-size {
  font-size: 16px !important;
}
@media (min-width: 1012px) {
  p.has-medium-font-size,
  ul.has-medium-font-size,
  ol.has-medium-font-size,
  li.has-medium-font-size,
  .editor-styles-wrapper p.has-medium-font-size,
  .editor-styles-wrapper ul.has-medium-font-size,
  .editor-styles-wrapper ol.has-medium-font-size,
  .editor-styles-wrapper li.has-medium-font-size {
    font-size: 16px !important;
  }
}

.p-sm,
p.has-small-font-size,
li.has-small-font-size,
ul.has-small-font-size,
ol.has-small-font-size,
.editor-styles-wrapper p.has-small-font-size,
.editor-styles-wrapper li.has-small-font-size,
.editor-styles-wrapper ul.has-small-font-size,
.editor-styles-wrapper ol.has-small-font-size {
  font-size: 14px !important;
}
@media (min-width: 1012px) {
  .p-sm,
  p.has-small-font-size,
  li.has-small-font-size,
  ul.has-small-font-size,
  ol.has-small-font-size,
  .editor-styles-wrapper p.has-small-font-size,
  .editor-styles-wrapper li.has-small-font-size,
  .editor-styles-wrapper ul.has-small-font-size,
  .editor-styles-wrapper ol.has-small-font-size {
    font-size: 14px !important;
  }
}

.caption,
figcaption {
  font-size: var(--step--1) !important;
}

.font-mono {
  font-family: "Roboto Mono", monospace;
}

p.is-style-medium-width span {
  display: block;
  max-width: 880px;
}
p.is-style-medium-width.has-text-align-center span {
  margin-left: auto;
  margin-right: auto;
}

p.is-style-narrow-width span {
  display: block;
  max-width: 680px;
}
p.is-style-narrow-width.has-text-align-center span {
  margin-left: auto;
  margin-right: auto;
}

.is-root-container p.is-style-medium-width {
  max-width: 60%;
  margin-left: 5% !important;
}

.rte b, .rte strong,
b, strong {
  font-weight: 600 !important;
}

.wp-block-group > ul,
.gutenberg-blocks > ul {
  margin-top: 18px;
  margin-bottom: 18px;
}
.wp-block-group ul:not([class]),
.gutenberg-blocks ul:not([class]) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 8px;
  margin-top: 18px;
  margin-bottom: 18px;
}

.is-root-container ul:not([class]) {
  margin-top: 18px;
  margin-bottom: 18px;
}

p.is-style-thin {
  max-width: 840px !important;
}
p.is-style-thin.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}

p.is-style-x-thin {
  max-width: 560px !important;
}
p.is-style-x-thin.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.is-root-container .wp-block-button__link,
.btn,
.wp-block-button__link {
  position: relative;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  z-index: 1;
  min-width: 189px;
  height: 56px;
  border-radius: 50px;
  text-align: center;
  width: auto;
  padding: 0 32px !important;
  white-space: nowrap;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500 !important;
  line-height: 1;
  text-decoration: none;
  border: none;
  font-family: "Instrument Sans", sans-serif !important;
  font-size: 16px;
  font-weight: 500 !important;
  background: #CCEBD4 !important;
  border: 1px solid #CCEBD4 !important;
  color: var(--wp--preset--color--dark) !important;
  grid-gap: 8px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.is-root-container .wp-block-button__link svg,
.is-root-container .wp-block-button__link svg path,
.btn svg,
.btn svg path,
.wp-block-button__link svg,
.wp-block-button__link svg path {
  fill: currentColor;
  -webkit-transition: fill 0.4s ease;
  transition: fill 0.4s ease;
}
.is-root-container .wp-block-button__link:hover, .is-root-container .wp-block-button__link:focus,
.btn:hover,
.btn:focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus {
  cursor: pointer;
  opacity: 1;
  text-decoration: none;
  color: #11141F !important;
  background: #b2d1ba !important;
  border-color: #b2d1ba !important;
}
.is-root-container .wp-block-button__link:hover svg,
.is-root-container .wp-block-button__link:hover svg path, .is-root-container .wp-block-button__link:focus svg,
.is-root-container .wp-block-button__link:focus svg path,
.btn:hover svg,
.btn:hover svg path,
.btn:focus svg,
.btn:focus svg path,
.wp-block-button__link:hover svg,
.wp-block-button__link:hover svg path,
.wp-block-button__link:focus svg,
.wp-block-button__link:focus svg path {
  fill: currentColor;
}
.is-root-container .wp-block-button__link[disabled],
.btn[disabled],
.wp-block-button__link[disabled] {
  opacity: 0.2;
  pointer-events: none;
}

.is-style-alt-hover .wp-block-button__link:hover {
  color: #11141F !important;
  background: transparent !important;
}

.btn--sm,
.is-style-small .wp-block-button__link {
  font-size: 15px;
  min-width: 150px;
  height: 40px;
}

.btn--outline {
  background: transparent !important;
  color: #CCEBD4 !important;
  border-color: #CCEBD4 !important;
}
.btn--outline:hover {
  background: #CCEBD4 !important;
  color: #ffffff !important;
  border-color: #CCEBD4 !important;
}

.is-root-container .is-style-outline .btn,
.is-root-container .is-style-outline .btn--outline,
.is-root-container .is-style-outline .wp-block-button__link,
.is-style-outline .btn,
.is-style-outline .btn--outline,
.is-style-outline .wp-block-button__link {
  background: transparent !important;
  color: #CCEBD4 !important;
  border-color: #CCEBD4 !important;
}
.is-root-container .is-style-outline .btn:hover,
.is-root-container .is-style-outline .btn--outline:hover,
.is-root-container .is-style-outline .wp-block-button__link:hover,
.is-style-outline .btn:hover,
.is-style-outline .btn--outline:hover,
.is-style-outline .wp-block-button__link:hover {
  background: #CCEBD4 !important;
  color: #ffffff !important;
  border-color: #CCEBD4 !important;
}

.btn--alt {
  background: #ffffff !important;
  color: #11141F !important;
  border: 1px solid #11141F !important;
}
.btn--alt:hover {
  background: #11141F !important;
  color: #ffffff !important;
  border-color: #11141F !important;
}

.is-root-container .is-style-alt .wp-block-button__link,
.wp-block-button.is-style-alt .wp-block-button__link {
  background: #ffffff !important;
  color: #11141F !important;
  border: 1px solid #11141F !important;
}
.is-root-container .is-style-alt .wp-block-button__link:hover,
.wp-block-button.is-style-alt .wp-block-button__link:hover {
  background: #11141F !important;
  color: #ffffff !important;
  border-color: #11141F !important;
}

.has-primary-background-color .wp-block-button.is-style-alt .wp-block-button__link,
.banner .wp-block-button.is-style-alt .wp-block-button__link {
  color: white !important;
}
.has-primary-background-color .wp-block-button.is-style-alt .wp-block-button__link:hover,
.banner .wp-block-button.is-style-alt .wp-block-button__link:hover {
  color: white !important;
}

.btn--alt-outline {
  background: transparent !important;
  color: #ffffff !important;
  border: 1px solid var(--wp--preset--color--secondary) !important;
}
.btn--alt-outline:hover {
  background: var(--wp--preset--color--secondary) !important;
  color: #CCEBD4 !important;
  border-color: var(--wp--preset--color--secondary) !important;
}

.is-root-container .is-style-alt-outline .wp-block-button__link,
.is-style-alt-outline .wp-block-button__link {
  background: transparent !important;
  color: #ffffff !important;
  border: 1px solid var(--wp--preset--color--secondary) !important;
}
.is-root-container .is-style-alt-outline .wp-block-button__link:hover,
.is-style-alt-outline .wp-block-button__link:hover {
  background: var(--wp--preset--color--secondary) !important;
  color: #CCEBD4 !important;
  border-color: var(--wp--preset--color--secondary) !important;
}

.has-primary-background-color .wp-block-button.is-style-alt-outline .wp-block-button__link,
.has-primary-background-color .btn--alt-outline,
.banner .wp-block-button.is-style-alt-outline .wp-block-button__link,
.banner .btn--alt-outline,
.block-cta .wp-block-button.is-style-alt-outline .wp-block-button__link,
.block-cta .btn--alt-outline {
  color: white !important;
}
.has-primary-background-color .wp-block-button.is-style-alt-outline .wp-block-button__link:hover,
.has-primary-background-color .btn--alt-outline:hover,
.banner .wp-block-button.is-style-alt-outline .wp-block-button__link:hover,
.banner .btn--alt-outline:hover,
.block-cta .wp-block-button.is-style-alt-outline .wp-block-button__link:hover,
.block-cta .btn--alt-outline:hover {
  color: white !important;
}

.btn--black {
  background: #11141F !important;
  color: #ffffff;
  border: 1px solid #11141F !important;
}
.btn--black:hover {
  background: transparent !important;
  color: #11141F !important;
  border-color: #11141F !important;
}

.is-root-container .is-style-black .btn,
.is-root-container .is-style-black .wp-block-button__link,
.is-style-black .btn,
.is-style-black .wp-block-button__link {
  background: #11141F !important;
  color: #ffffff;
  border: 1px solid #11141F !important;
}
.is-root-container .is-style-black .btn:hover,
.is-root-container .is-style-black .wp-block-button__link:hover,
.is-style-black .btn:hover,
.is-style-black .wp-block-button__link:hover {
  background: transparent !important;
  color: #11141F !important;
  border-color: #11141F !important;
}

.btn--black-outline {
  background: transparent !important;
  color: #11141F !important;
  border: 1px solid #11141F !important;
}
.btn--black-outline:hover {
  background: #11141F !important;
  color: #ffffff !important;
  border-color: #11141F !important;
}

.is-root-container .is-style-black-outline .btn,
.is-root-container .is-style-black-outline .wp-block-button__link,
.is-style-black-outline .btn,
.is-style-black-outline .wp-block-button__link {
  background: transparent !important;
  color: #11141F !important;
  border: 1px solid #11141F !important;
}
.is-root-container .is-style-black-outline .btn:hover,
.is-root-container .is-style-black-outline .wp-block-button__link:hover,
.is-style-black-outline .btn:hover,
.is-style-black-outline .wp-block-button__link:hover {
  background: #11141F !important;
  color: #ffffff !important;
  border-color: #11141F !important;
}

.btn--no-bg {
  background: transparent !important;
  height: auto;
  color: currentColor;
  border: none !important;
  padding: 0 !important;
  min-width: 0 !important;
  border-radius: 0;
  border-bottom: 3px solid currentColor !important;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.btn--no-bg:hover {
  background: transparent !important;
  opacity: 0.7;
}

.is-root-container .is-style-no-bg .btn,
.is-root-container .is-style-no-bg .wp-block-button__link,
.is-style-no-bg .btn,
.is-style-no-bg .wp-block-button__link {
  background: transparent !important;
  height: auto;
  color: currentColor;
  border: none !important;
  padding: 0 !important;
  min-width: 0 !important;
  border-radius: 0;
  border-bottom: 3px solid currentColor !important;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.is-root-container .is-style-no-bg .btn:hover,
.is-root-container .is-style-no-bg .wp-block-button__link:hover,
.is-style-no-bg .btn:hover,
.is-style-no-bg .wp-block-button__link:hover {
  background: transparent !important;
  opacity: 0.7;
}

.btn--white {
  background: #ffffff !important;
  color: #11141F !important;
  border: 1px solid #ffffff !important;
}
.btn--white:hover {
  background: transparent !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
}

.is-root-container .is-style-white .btn,
.is-root-container .is-style-white .btn--white,
.is-root-container .is-style-white .wp-block-button__link,
.is-style-white .btn,
.is-style-white .btn--white,
.is-style-white .wp-block-button__link {
  background: #ffffff !important;
  color: #11141F !important;
  border: 1px solid #ffffff !important;
}
.is-root-container .is-style-white .btn:hover,
.is-root-container .is-style-white .btn--white:hover,
.is-root-container .is-style-white .wp-block-button__link:hover,
.is-style-white .btn:hover,
.is-style-white .btn--white:hover,
.is-style-white .wp-block-button__link:hover {
  background: transparent !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
}

.btn--outline-white {
  background: transparent !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
}
.btn--outline-white:hover {
  background: #ffffff !important;
  color: #11141F !important;
  border-color: #ffffff !important;
}

.is-root-container .is-style-white-outline .btn,
.is-root-container .is-style-white-outline .btn--outline-white,
.is-root-container .is-style-white-outline .wp-block-button__link,
.is-style-white-outline .btn,
.is-style-white-outline .btn--outline-white,
.is-style-white-outline .wp-block-button__link {
  background: transparent !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
}
.is-root-container .is-style-white-outline .btn:hover,
.is-root-container .is-style-white-outline .btn--outline-white:hover,
.is-root-container .is-style-white-outline .wp-block-button__link:hover,
.is-style-white-outline .btn:hover,
.is-style-white-outline .btn--outline-white:hover,
.is-style-white-outline .wp-block-button__link:hover {
  background: #ffffff !important;
  color: #11141F !important;
  border-color: #ffffff !important;
}

.btn--tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #CCEBD4;
  color: #11141F;
  border: none !important;
  width: 100% !important;
  border-radius: 0 !important;
  padding: 32px 26px 18px !important;
  min-height: 140px;
  font-size: 20px !important;
  white-space: wrap;
  text-align: left;
}
.btn--tile svg {
  width: 24px;
  min-width: 24px;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.btn--tile:hover {
  background: #b2d1ba;
  color: #11141F;
}
.btn--tile:hover svg {
  -webkit-transform: translate3d(2px, -2px, 0);
          transform: translate3d(2px, -2px, 0);
}

.is-root-container .is-style-tile,
.is-root-container .is-style-ailuminate-tile,
.is-style-tile,
.is-style-ailuminate-tile {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.is-root-container .is-style-tile small,
.is-root-container .is-style-ailuminate-tile small,
.is-style-tile small,
.is-style-ailuminate-tile small {
  display: block;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
}
.is-root-container .is-style-tile .btn,
.is-root-container .is-style-tile .btn--tile,
.is-root-container .is-style-tile .wp-block-button__link,
.is-root-container .is-style-ailuminate-tile .btn,
.is-root-container .is-style-ailuminate-tile .btn--tile,
.is-root-container .is-style-ailuminate-tile .wp-block-button__link,
.is-style-tile .btn,
.is-style-tile .btn--tile,
.is-style-tile .wp-block-button__link,
.is-style-ailuminate-tile .btn,
.is-style-ailuminate-tile .btn--tile,
.is-style-ailuminate-tile .wp-block-button__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #CCEBD4;
  color: #11141F;
  border: none !important;
  width: 100% !important;
  border-radius: 0 !important;
  padding: 32px 26px 18px !important;
  min-height: 140px;
  font-size: 20px !important;
  white-space: wrap;
  text-align: left;
}
.is-root-container .is-style-tile .btn svg,
.is-root-container .is-style-tile .btn--tile svg,
.is-root-container .is-style-tile .wp-block-button__link svg,
.is-root-container .is-style-ailuminate-tile .btn svg,
.is-root-container .is-style-ailuminate-tile .btn--tile svg,
.is-root-container .is-style-ailuminate-tile .wp-block-button__link svg,
.is-style-tile .btn svg,
.is-style-tile .btn--tile svg,
.is-style-tile .wp-block-button__link svg,
.is-style-ailuminate-tile .btn svg,
.is-style-ailuminate-tile .btn--tile svg,
.is-style-ailuminate-tile .wp-block-button__link svg {
  width: 24px;
  min-width: 24px;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.is-root-container .is-style-tile .btn:hover,
.is-root-container .is-style-tile .btn--tile:hover,
.is-root-container .is-style-tile .wp-block-button__link:hover,
.is-root-container .is-style-ailuminate-tile .btn:hover,
.is-root-container .is-style-ailuminate-tile .btn--tile:hover,
.is-root-container .is-style-ailuminate-tile .wp-block-button__link:hover,
.is-style-tile .btn:hover,
.is-style-tile .btn--tile:hover,
.is-style-tile .wp-block-button__link:hover,
.is-style-ailuminate-tile .btn:hover,
.is-style-ailuminate-tile .btn--tile:hover,
.is-style-ailuminate-tile .wp-block-button__link:hover {
  background: #b2d1ba;
  color: #11141F;
}
.is-root-container .is-style-tile .btn:hover svg,
.is-root-container .is-style-tile .btn--tile:hover svg,
.is-root-container .is-style-tile .wp-block-button__link:hover svg,
.is-root-container .is-style-ailuminate-tile .btn:hover svg,
.is-root-container .is-style-ailuminate-tile .btn--tile:hover svg,
.is-root-container .is-style-ailuminate-tile .wp-block-button__link:hover svg,
.is-style-tile .btn:hover svg,
.is-style-tile .btn--tile:hover svg,
.is-style-tile .wp-block-button__link:hover svg,
.is-style-ailuminate-tile .btn:hover svg,
.is-style-ailuminate-tile .btn--tile:hover svg,
.is-style-ailuminate-tile .wp-block-button__link:hover svg {
  -webkit-transform: translate3d(2px, -2px, 0);
          transform: translate3d(2px, -2px, 0);
}

.is-style-ailuminate-tile .wp-block-button__link {
  background: #034ea2 !important;
  color: #ffffff !important;
}
.is-style-ailuminate-tile .wp-block-button__link svg,
.is-style-ailuminate-tile .wp-block-button__link svg path {
  fill: #4AC7EB;
}
.is-style-ailuminate-tile .wp-block-button__link:hover {
  background: #034ea2 !important;
  color: #ffffff !important;
}

.back-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.back-link svg {
  width: 16px;
}

.is-style-ailuminate-link .wp-block-button__link:after {
  background: #4AC7EB !important;
}

a:hover .link,
.link:hover,
.is-style-link .wp-block-button__link:hover,
.is-style-ailuminate-link .wp-block-button__link:hover {
  cursor: pointer;
  text-decoration: none !important;
}
a:hover .link:after,
.link:hover:after,
.is-style-link .wp-block-button__link:hover:after,
.is-style-ailuminate-link .wp-block-button__link:hover:after {
  background: #CCEBD4;
}

.link {
  color: currentColor;
  font-size: 16px;
  font-weight: 500 !important;
  line-height: 1;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 6px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-bottom: 2px;
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  width: auto !important;
  max-width: none !important;
  overflow: visible !important;
  white-space: wrap;
  text-decoration: none !important;
}
.link:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  background: #b2d1ba;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: background 0.4s ease !important;
  transition: background 0.4s ease !important;
}
.link svg {
  fill: currentColor;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.link:hover {
  cursor: pointer;
  text-decoration: none !important;
}
.link:hover:after {
  background: #CCEBD4;
}

.is-root-container .is-style-link .wp-block-button__link,
.is-style-link .wp-block-button__link,
.is-root-container .is-style-ailuminate-link .wp-block-button__link,
.is-style-ailuminate-link .wp-block-button__link {
  background: transparent !important;
  padding: 0 0 6px !important;
  border-radius: 0 !important;
  border: 0 !important;
  min-width: 0 !important;
  height: auto !important;
  text-align: left !important;
  color: currentColor;
  font-size: 16px;
  font-weight: 500 !important;
  line-height: 1;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 6px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-bottom: 2px;
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  width: auto !important;
  max-width: none !important;
  overflow: visible !important;
  white-space: wrap;
  text-decoration: none !important;
}
.is-root-container .is-style-link .wp-block-button__link:after,
.is-style-link .wp-block-button__link:after,
.is-root-container .is-style-ailuminate-link .wp-block-button__link:after,
.is-style-ailuminate-link .wp-block-button__link:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  background: #b2d1ba;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: background 0.4s ease !important;
  transition: background 0.4s ease !important;
}
.is-root-container .is-style-link .wp-block-button__link svg,
.is-style-link .wp-block-button__link svg,
.is-root-container .is-style-ailuminate-link .wp-block-button__link svg,
.is-style-ailuminate-link .wp-block-button__link svg {
  fill: currentColor;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.is-root-container .is-style-link .wp-block-button__link:hover,
.is-style-link .wp-block-button__link:hover,
.is-root-container .is-style-ailuminate-link .wp-block-button__link:hover,
.is-style-ailuminate-link .wp-block-button__link:hover {
  cursor: pointer;
  text-decoration: none !important;
}
.is-root-container .is-style-link .wp-block-button__link:hover:after,
.is-style-link .wp-block-button__link:hover:after,
.is-root-container .is-style-ailuminate-link .wp-block-button__link:hover:after,
.is-style-ailuminate-link .wp-block-button__link:hover:after {
  background: #CCEBD4;
}

.is-style-link .wp-block-button__link {
  border-bottom: 0 !important;
}

.btn--outline-white-alt {
  background: #ffffff;
  border: 1px solid #11141F;
  color: #11141F;
}
.btn--outline-white-alt:hover {
  background: #11141F;
  color: #ffffff;
}

.wp-block-buttons .wp-block-button__link.has-white-color {
  color: #ffffff !important;
}

.wp-block-buttons {
  margin-top: 28px;
}
.wp-block-buttons:first-child {
  margin-top: 0;
}

.wp-block-buttons + .wp-block-heading {
  margin-top: 24px;
}

.wp-block-buttons,
.wp-block-buttons.is-layout-flex {
  grid-gap: 12px !important;
}
.wp-block-buttons + p,
.wp-block-buttons.is-layout-flex + p {
  margin-top: 24px;
}
@media (max-width: 543px) {
  .wp-block-buttons,
  .wp-block-buttons.is-layout-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wp-block-buttons .wp-block-button,
  .wp-block-buttons .wp-block-button__link,
  .wp-block-buttons.is-layout-flex .wp-block-button,
  .wp-block-buttons.is-layout-flex .wp-block-button__link {
    width: 100%;
  }
}

.wp-block-buttons.is-vertical {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.btn--ailuminate {
  background: #034ea2 !important;
  color: #ffffff !important;
  border: 1px solid #034ea2 !important;
}
.btn--ailuminate:hover {
  background: #4AC7EB !important;
  color: #ffffff !important;
  border-color: #4AC7EB !important;
}

.is-root-container .is-style-ailuminate .btn,
.is-root-container .is-style-ailuminate .btn--white,
.is-root-container .is-style-ailuminate .wp-block-button__link,
.is-style-ailuminate .btn,
.is-style-ailuminate .btn--white,
.is-style-ailuminate .wp-block-button__link {
  background: #034ea2 !important;
  color: #ffffff !important;
  border: 1px solid #034ea2 !important;
}
.is-root-container .is-style-ailuminate .btn:hover,
.is-root-container .is-style-ailuminate .btn--white:hover,
.is-root-container .is-style-ailuminate .wp-block-button__link:hover,
.is-style-ailuminate .btn:hover,
.is-style-ailuminate .btn--white:hover,
.is-style-ailuminate .wp-block-button__link:hover {
  background: #4AC7EB !important;
  color: #ffffff !important;
  border-color: #4AC7EB !important;
}

.btn--ailuminate-light {
  background: #4AC7EB !important;
  color: #11141F !important;
  border: 1px solid #4AC7EB !important;
}
.btn--ailuminate-light:hover {
  background: #034ea2 !important;
  color: #ffffff !important;
  border-color: #034ea2 !important;
}

.is-root-container .is-style-ailuminate-light .btn,
.is-root-container .is-style-ailuminate-light .wp-block-button__link,
.is-style-ailuminate-light .btn,
.is-style-ailuminate-light .wp-block-button__link {
  background: #4AC7EB !important;
  color: #11141F !important;
  border: 1px solid #4AC7EB !important;
}
.is-root-container .is-style-ailuminate-light .btn:hover,
.is-root-container .is-style-ailuminate-light .wp-block-button__link:hover,
.is-style-ailuminate-light .btn:hover,
.is-style-ailuminate-light .wp-block-button__link:hover {
  background: #034ea2 !important;
  color: #ffffff !important;
  border-color: #034ea2 !important;
}

:root :where(.is-layout-constrained) > * {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

.wp-block-columns,
.gutenberg-blocks > .wp-block-buttons,
.wp-block-group > .wp-block-buttons,
.gb-block-post-grid,
.block-posts,
.gb-block-accordion,
.gutenberg-blocks > .wp-block-media-text,
.wp-block-group > .wp-block-media-text,
.wp-block-group > .gform_wrapper,
.wp-block-group > .wp-block-heading,
.gutenberg-blocks > .wp-block-heading,
.wp-block-group > p,
.gutenberg-blocks > p,
.wp-block-group > ul,
.gutenberg-blocks > ul,
.wp-block-group > ol,
.gutenberg-blocks > ol,
.gutenberg-blocks > .block-cta-card,
.wp-block-group > iframe,
.wp-block-group > .block-max-width-wrapper {
  width: 90%;
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
.wp-block-columns.alignwide, .wp-block-columns.is-style-wide,
.gutenberg-blocks > .wp-block-buttons.alignwide,
.gutenberg-blocks > .wp-block-buttons.is-style-wide,
.wp-block-group > .wp-block-buttons.alignwide,
.wp-block-group > .wp-block-buttons.is-style-wide,
.gb-block-post-grid.alignwide,
.gb-block-post-grid.is-style-wide,
.block-posts.alignwide,
.block-posts.is-style-wide,
.gb-block-accordion.alignwide,
.gb-block-accordion.is-style-wide,
.gutenberg-blocks > .wp-block-media-text.alignwide,
.gutenberg-blocks > .wp-block-media-text.is-style-wide,
.wp-block-group > .wp-block-media-text.alignwide,
.wp-block-group > .wp-block-media-text.is-style-wide,
.wp-block-group > .gform_wrapper.alignwide,
.wp-block-group > .gform_wrapper.is-style-wide,
.wp-block-group > .wp-block-heading.alignwide,
.wp-block-group > .wp-block-heading.is-style-wide,
.gutenberg-blocks > .wp-block-heading.alignwide,
.gutenberg-blocks > .wp-block-heading.is-style-wide,
.wp-block-group > p.alignwide,
.wp-block-group > p.is-style-wide,
.gutenberg-blocks > p.alignwide,
.gutenberg-blocks > p.is-style-wide,
.wp-block-group > ul.alignwide,
.wp-block-group > ul.is-style-wide,
.gutenberg-blocks > ul.alignwide,
.gutenberg-blocks > ul.is-style-wide,
.wp-block-group > ol.alignwide,
.wp-block-group > ol.is-style-wide,
.gutenberg-blocks > ol.alignwide,
.gutenberg-blocks > ol.is-style-wide,
.gutenberg-blocks > .block-cta-card.alignwide,
.gutenberg-blocks > .block-cta-card.is-style-wide,
.wp-block-group > iframe.alignwide,
.wp-block-group > iframe.is-style-wide,
.wp-block-group > .block-max-width-wrapper.alignwide,
.wp-block-group > .block-max-width-wrapper.is-style-wide {
  max-width: var(--wp--style--global--wide-size);
}
.wp-block-columns.alignfull,
.gutenberg-blocks > .wp-block-buttons.alignfull,
.wp-block-group > .wp-block-buttons.alignfull,
.gb-block-post-grid.alignfull,
.block-posts.alignfull,
.gb-block-accordion.alignfull,
.gutenberg-blocks > .wp-block-media-text.alignfull,
.wp-block-group > .wp-block-media-text.alignfull,
.wp-block-group > .gform_wrapper.alignfull,
.wp-block-group > .wp-block-heading.alignfull,
.gutenberg-blocks > .wp-block-heading.alignfull,
.wp-block-group > p.alignfull,
.gutenberg-blocks > p.alignfull,
.wp-block-group > ul.alignfull,
.gutenberg-blocks > ul.alignfull,
.wp-block-group > ol.alignfull,
.gutenberg-blocks > ol.alignfull,
.gutenberg-blocks > .block-cta-card.alignfull,
.wp-block-group > iframe.alignfull,
.wp-block-group > .block-max-width-wrapper.alignfull {
  width: 100% !important;
  max-width: 100% !important;
}

.block-max-width-wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1344px;
}
.block-max-width-wrapper.alignfull {
  max-width: 100%;
  width: 100%;
}
.block-max-width-wrapper.alignwide {
  max-width: var(--wp--style--global--wide-size);
}

.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  width: 90%;
}

.wp-block-group > iframe {
  display: block;
  max-width: var(--wp--style--global--wide-size);
}

.gutenberg-blocks > .wp-block-image,
.wp-block-image {
  display: block !important;
}
.gutenberg-blocks > .wp-block-image.aligncenter,
.wp-block-image.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.gutenberg-blocks > .wp-block-image.aligncenter img,
.wp-block-image.aligncenter img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.editor-styles-wrapper .wp-block-image.aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}
.editor-styles-wrapper .wp-block-image.aligncenter .components-resizable-box__container {
  margin-left: auto;
  margin-right: auto;
}
.editor-styles-wrapper .wp-block-image.aligncenter img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-image.size-full:not(.is-resized) img {
  width: 100%;
}

.wp-block-spacer {
  margin: 0 !important;
}

.gutenberg-blocks .wp-block-quote,
.wp-block-quote {
  border-radius: 24px 24px 24px 0px;
  background: #343C52;
  color: #ffffff;
  padding: 24px;
  border-color: #ffffff;
}
.gutenberg-blocks .wp-block-quote p, .gutenberg-blocks .wp-block-quote q,
.wp-block-quote p,
.wp-block-quote q {
  font-size: 18px !important;
  font-family: "Instrument Sans", sans-serif;
  font-style: normal !important;
}
.gutenberg-blocks .wp-block-quote p i, .gutenberg-blocks .wp-block-quote q i,
.wp-block-quote p i,
.wp-block-quote q i {
  font-style: normal !important;
}
@media (min-width: 782px) {
  .gutenberg-blocks .wp-block-quote p, .gutenberg-blocks .wp-block-quote q,
  .wp-block-quote p,
  .wp-block-quote q {
    font-size: 20px !important;
  }
}
.gutenberg-blocks .wp-block-quote cite,
.wp-block-quote cite {
  display: block;
  position: relative;
  padding-left: 64px;
}
.gutenberg-blocks .wp-block-quote cite:before,
.wp-block-quote cite:before {
  content: "";
  width: 48px;
  height: 4px;
  background: #CCEBD4;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
}
.gutenberg-blocks .wp-block-quote cite i,
.wp-block-quote cite i {
  color: var(--white, #FFF);
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  font-size: 14px;
  font-style: normal !important;
}
.gutenberg-blocks .wp-block-quote cite strong,
.gutenberg-blocks .wp-block-quote cite strong i,
.wp-block-quote cite strong,
.wp-block-quote cite strong i {
  font-weight: 600 !important;
  font-size: 20px;
  display: block;
  margin-bottom: 6px;
}
.gutenberg-blocks .wp-block-quote cite strong + br,
.wp-block-quote cite strong + br {
  display: none;
}
@media (min-width: 782px) {
  .gutenberg-blocks .wp-block-quote,
  .wp-block-quote {
    padding: 40px;
  }
}

.wp-block-image {
  margin: 0 0 24px !important;
}

@media (max-width: 768px) {
  .hide-on-mobile {
    display: none !important;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .hide-on-tablet {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .hide-on-desktop {
    display: none !important;
  }
}
.gb-block-sharing {
  margin-left: auto !important;
  margin-right: auto !important;
}
.gb-block-sharing .gb-share-list a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  line-height: 1;
  height: 36px;
  width: 36px;
  border-radius: 50%;
}
.gb-block-sharing .gb-share-list a svg {
  width: 24px;
}

.wp-block-post-author {
  margin-top: 24px;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.editor-styles-wrapper .wp-block-separator,
.gutenberg-blocks .wp-block-separator {
  border-width: 1px;
  border: none;
  border-bottom: 1px solid #EBEEF4;
  width: 90% !important;
  max-width: var(--wp--style--global--content-size) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  height: 1px;
}
.editor-styles-wrapper .wp-block-separator.alignwide, .editor-styles-wrapper .wp-block-separator.is-style-wide,
.gutenberg-blocks .wp-block-separator.alignwide,
.gutenberg-blocks .wp-block-separator.is-style-wide {
  max-width: var(--wp--style--global--wide-size) !important;
}
.editor-styles-wrapper .wp-block-separator.is-style-full,
.gutenberg-blocks .wp-block-separator.is-style-full {
  max-width: 100% !important;
  width: 100% !important;
}
.editor-styles-wrapper .wp-block-separator.is-style-left,
.gutenberg-blocks .wp-block-separator.is-style-left {
  margin-left: 0 !important;
  margin-right: auto !important;
}
.editor-styles-wrapper .wp-block-separator.alignfull,
.gutenberg-blocks .wp-block-separator.alignfull {
  max-width: 100% !important;
  width: 100% !important;
}
.editor-styles-wrapper .wp-block-separator + .wp-block-heading,
.gutenberg-blocks .wp-block-separator + .wp-block-heading {
  margin-top: 24px !important;
}

.wp-block-separator {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.wp-block-separator:first-child {
  margin-top: 0 !important;
}
.wp-block-separator:last-child {
  margin-bottom: 0 !important;
}

.wp-block-column .wp-block-separator:first-child {
  margin-top: 0 !important;
}

.has-light-background-color .wp-block-separator {
  border-color: #C3C6CC;
}

.editor-styles-wrapper .wp-block-heading + .wp-block-separator,
.editor-styles-wrapper p + .wp-block-separator,
.gutenberg-blocks .wp-block-heading + .wp-block-separator,
.gutenberg-blocks p + .wp-block-separator {
  margin-top: 0;
}

.wp-block-column .wp-block-separator {
  max-width: 100% !important;
  width: 100% !important;
}

.has-tertiary-background-color .wp-block-separator {
  border-color: var(--wp--preset--color--secondary);
}

ul + p {
  margin-top: 24px;
}

ol.wp-block-list,
ul.wp-block-list {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 24px;
}
ol.wp-block-list li + li,
ul.wp-block-list li + li {
  margin-top: 10px;
}
ol.wp-block-list:first-child,
ul.wp-block-list:first-child {
  margin-top: 0;
}
ol.wp-block-list:last-child,
ul.wp-block-list:last-child {
  margin-bottom: 0;
}
ol.wp-block-list ul, ol.wp-block-list ol,
ul.wp-block-list ul,
ul.wp-block-list ol {
  margin-top: 12px !important;
}

ul.wp-block-list {
  list-style-type: none;
}
ul.wp-block-list li {
  position: relative;
}
ul.wp-block-list li:before {
  content: "";
  position: absolute;
  -webkit-transform: translate3d(0, -4px, 0);
          transform: translate3d(0, -4px, 0);
  width: 4px;
  min-width: 4px;
  height: 4px;
  background: currentColor;
  display: block;
  left: -12px;
  top: 14px;
}

ul.wp-block-list.is-style-four-col li,
ol.wp-block-list.is-style-four-col li {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}
@media (min-width: 782px) {
  ul.wp-block-list.is-style-four-col,
  ol.wp-block-list.is-style-four-col {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media (min-width: 1012px) {
  ul.wp-block-list.is-style-four-col,
  ol.wp-block-list.is-style-four-col {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
}

.wp-block-heading + ul.wp-block-list,
.wp-block-heading + ol.wp-block-list {
  margin-top: 0 !important;
}

ul.wp-block-list.is-style-checklist-sm,
ul.wp-block-list.is-style-checklist-large,
ul.wp-block-list.is-style-checklist-two-col {
  list-style-type: none !important;
  padding: 0 !important;
  margin-top: 12px !important;
}
ul.wp-block-list.is-style-checklist-sm li,
ul.wp-block-list.is-style-checklist-large li,
ul.wp-block-list.is-style-checklist-two-col li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  grid-gap: 12px;
}
ul.wp-block-list.is-style-checklist-sm li:before,
ul.wp-block-list.is-style-checklist-large li:before,
ul.wp-block-list.is-style-checklist-two-col li:before {
  display: none;
}
ul.wp-block-list.is-style-checklist-sm li svg,
ul.wp-block-list.is-style-checklist-large li svg,
ul.wp-block-list.is-style-checklist-two-col li svg {
  width: 16px;
  height: 16px;
  min-width: 16px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

ul.wp-block-list.is-style-checklist-two-col {
  padding: 0 !important;
}
ul.wp-block-list.is-style-checklist-two-col ul {
  width: 100%;
}
@media (min-width: 1344px) {
  ul.wp-block-list.is-style-checklist-two-col {
    display: block;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
  ul.wp-block-list.is-style-checklist-two-col li {
    margin: 0 0 18px !important;
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
  }
}

@media (min-width: 1344px) {
  .is-root-container ul.wp-block-list.is-style-checklist-two-col {
    display: grid;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    row-gap: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .is-root-container ul.wp-block-list.is-style-checklist-two-col li {
    margin: 0 !important;
  }
}

ul.wp-block-list.is-style-checklist-large {
  padding: 0 !important;
}
ul.wp-block-list.is-style-checklist-large li {
  border-top: 1px solid rgba(150, 150, 150, 0.2);
  margin: 0 !important;
  padding: 22px 0;
}
ul.wp-block-list.is-style-checklist-large li:last-child {
  border-bottom: 1px solid rgba(150, 150, 150, 0.2);
}

.is-root-container ul.wp-block-list.is-style-checklist-large li,
.is-root-container ul.wp-block-list.is-style-checklist-sm li,
.is-root-container ul.wp-block-list.is-style-checklist-two-col li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 12px;
}
.is-root-container ul.wp-block-list.is-style-checklist-large li:before,
.is-root-container ul.wp-block-list.is-style-checklist-sm li:before,
.is-root-container ul.wp-block-list.is-style-checklist-two-col li:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  width: 16px;
  height: 16px;
  min-width: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(150,150,150,1)'%3E%3Cpath d='M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22ZM12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM11.0026 16L6.75999 11.7574L8.17421 10.3431L11.0026 13.1716L16.6595 7.51472L18.0737 8.92893L11.0026 16Z'%3E%3C/path%3E%3C/svg%3E") center/cover no-repeat !important;
}

.is-root-container ul.wp-block-list.is-style-checklist-large li:before {
  top: calc(50% - 4px);
}

.js-anim,
.js-anim.in-view {
  will-change: transform;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: none !important;
  transition: none !important;
}

.js-anim img {
  will-change: opacity;
}

.img-square {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
}
.img-square img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.video-wrap iframe, .video-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.classy iframe,
iframe.classy,
.classy .egsandbox {
  display: block;
  margin: 0 auto;
  border: 1px solid var(--wp--preset--color--slate) !important;
  border-radius: 8px;
  width: 420px;
  overflow: hidden;
  max-width: 100%;
}
@media (min-width: 1200px) {
  .classy iframe,
  iframe.classy,
  .classy .egsandbox {
    margin-top: -48px;
  }
}
@media (min-width: 1500px) {
  .classy iframe,
  iframe.classy,
  .classy .egsandbox {
    margin-top: -88px;
  }
}

.color-light {
  color: var(--wp--preset--color--slate-dark);
}

.tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 6px;
  gap: 6px;
  border-radius: 2px;
  background: #535869;
  color: #ffffff;
  font-family: "Roboto Mono", monospace;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 13px */
  letter-spacing: 1.04px;
  text-transform: uppercase;
}

.tag--pill {
  background: transparent;
  text-decoration: none;
  border: 1px solid #11141F;
  color: #11141F;
  border-radius: 50px;
  padding: 9px 12px;
  margin: 0 2px 6px 0;
}

.wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1344px;
}

@media (max-width: 781px) {
  .flip-mobile .wp-block-column:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .flip-mobile .wp-block-column:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
figure {
  display: block;
}

.d-none {
  display: none !important;
}

.flex-grow {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.wp-block-column.flex-grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: auto !important;
  -ms-flex-preferred-size: unset !important;
      flex-basis: unset !important;
}

.is-root-container {
  padding-bottom: 300px !important;
}

.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  width: 94%;
}

@media (min-width: 782px) {
  .edit-post-editor__document-overview-panel {
    width: 300px;
  }
}
.editor-styles-wrapper .is-root-container.is-layout-flow > * {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

.edit-post-visual-editor__post-title-wrapper {
  padding: 48px 0 24px 0;
  margin: 0 auto;
  max-width: 90%;
  margin-top: 0 !important;
}

.edit-post-visual-editor__post-title-wrapper h1 {
  font-size: 40px !important;
  letter-spacing: 0 !important;
  font-family: "Instrument Sans", sans-serif !important;
  padding-bottom: 16px;
  border-bottom: 1px solid #444;
  width: 90%;
  max-width: 1248px;
  margin: 0 auto;
}

.edit-post-visual-editor__post-title-wrapper h1:before {
  content: "Page Title:";
  font-family: "Instrument Sans", sans-serif !important;
  display: block;
  font-size: 12px;
  opacity: 0.5;
  margin-bottom: 12px;
  font-weight: 500 !important;
}

.component-color-indicator,
.css-14x3t6z .component-color-indicator {
  width: 20px !important;
}

.editor-styles-wrapper.block-editor-writing-flow .block-editor-default-block-appender .block-editor-default-block-appender__content {
  min-height: 24px !important;
}

.wp-block-post-content {
  background: #fff;
  font-family: "Instrument Sans", sans-serif;
}

.components-notice-list.components-editor-notices__dismissible {
  display: none !important;
}

@media (min-width: 782px) and (max-width: 1800px) {
  .editor-list-view-sidebar {
    width: 300px;
  }
}
.is-root-container > p[data-empty=true],
.block-list-appender {
  width: 75%;
}

.block-list-appender p {
  margin: 0 !important;
}

.is-root-container .d-md-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.is-root-container .post-preview a,
.is-root-container .arrow-link-circle {
  pointer-events: none !important;
}

.is-root-container .wp-block-button__link {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.is-root-container .wp-block-button__link svg {
  stroke: currentColor;
  fill: currentColor;
  margin-left: 12px;
}

.acf-field-flexible-content[data-name=schedule] .layout[data-layout=match] .acf-field-661d43d0bec17 {
  padding: 0 !important;
  border: none !important;
}
.acf-field-flexible-content[data-name=schedule] .layout[data-layout=match] .acf-field-661d43d0bec17 .acf-label,
.acf-field-flexible-content[data-name=schedule] .layout[data-layout=match] .acf-field-661d43d0bec17 .acf-input {
  display: none !important;
}

.post-type-post .is-root-container > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
.post-type-post .is-root-container > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 65%;
  width: 816px;
}
@media (max-width: 1279px) {
  .post-type-post .is-root-container > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
  .post-type-post .is-root-container > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 90%;
  }
}
.post-type-post .is-root-container > .alignwide {
  max-width: 85%;
  width: 1400px;
}
@media (max-width: 1279px) {
  .post-type-post .is-root-container > .alignwide {
    max-width: 96%;
  }
}
.post-type-post .is-root-container > .alignfull {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 1279px) {
  .post-type-post .is-root-container > .alignfull {
    max-width: 100%;
  }
}

.editor-styles-wrapper .has-primary-background-color a {
  color: #fff;
}

.block-editor-list-view-leaf[aria-level="2"] .block-editor-list-view__expander {
  margin-left: 10px !important;
}

.block-editor-list-view-leaf[aria-level="3"] .block-editor-list-view__expander {
  margin-left: 25px !important;
}

.block-editor-list-view-leaf[aria-level="4"] .block-editor-list-view__expander {
  margin-left: 40px;
}

.block-editor-list-view-leaf[aria-level="5"] .block-editor-list-view__expander {
  margin-left: 55px;
}

.block-editor-list-view-leaf[aria-level="6"] .block-editor-list-view__expander {
  margin-left: 70px;
}

.block-editor-list-view-leaf .block-editor-block-icon {
  border-left: 1px solid #bbb;
}

.block-editor-list-view__expander {
  margin-right: 0 !important;
}

body.post-type-player .is-root-container,
body.post-type-staff .is-root-container {
  padding-bottom: 120px;
}

.gutenberg-blocks .wp-block-group,
.editor-styles-wrapper .wp-block-group {
  padding: 0;
}

.editor-styles-wrapper .wp-block-group {
  width: 100% !important;
  max-width: 100% !important;
}

.wp-block-group.is-style-thin,
.wp-block-group.is-style-x-thin {
  max-width: 860px !important;
  width: 90% !important;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-group.is-style-thin > *,
.wp-block-group.is-style-x-thin > * {
  max-width: 100%;
  width: 100% !important;
}

.is-root-container .wp-block-group.is-style-thin {
  max-width: 1192px !important;
}

.is-root-container .wp-block-group.is-style-x-thin,
.wp-block-group.is-style-x-thin {
  max-width: 680px;
}

.wp-block-group.is-style-pattern-1 {
  position: relative;
  z-index: 1;
}
.wp-block-group.is-style-pattern-1:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: url("build/img/bg-pattern-1.svg") left/auto 100% no-repeat;
  pointer-events: none;
}

.wp-block-group.is-style-pattern-squares {
  position: relative;
  z-index: 1;
}
.wp-block-group.is-style-pattern-squares:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: url("build/img/bg-pattern-squares.svg") center/cover no-repeat;
  pointer-events: none;
}

.wp-block-group.is-style-card,
.wp-block-group.is-style-card-clip {
  padding: 48px 24px;
  height: 100%;
}
.wp-block-group.is-style-card > *,
.wp-block-group.is-style-card-clip > * {
  width: 100%;
  max-width: 100%;
}
.wp-block-columns .wp-block-group.is-style-card,
.wp-block-columns .wp-block-group.is-style-card-clip {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 782px) {
  .wp-block-group.is-style-card,
  .wp-block-group.is-style-card-clip {
    padding: 48px 32px;
  }
}

.wp-block-group.is-style-card-sm {
  width: 100%;
  max-width: 100%;
  padding: 24px 18px;
  height: 100%;
}
@media (min-width: 782px) {
  .wp-block-group.is-style-card-sm {
    padding: 24px 18px;
  }
}

.wp-block-group.is-style-card {
  border-radius: 8px;
}

.wp-block-group.is-style-card-clip {
  clip-path: polygon(calc(100% - 40px) 0, 100% 40px, 100% 100%, 0 100%, 0 0);
}

.height-100 {
  height: 100%;
}

.wp-block-column .wp-block-group > *,
.wp-block-column .wp-block-group {
  width: 100%;
  max-width: 100%;
}

.wp-block-group.is-style-split-bottom {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-top: 72px;
}
@media (max-width: 781px) {
  .wp-block-group.is-style-split-bottom {
    padding-top: 48px;
  }
}
.wp-block-group.is-style-split-bottom .wbp-split-bg-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #CCEBD4;
  z-index: 1;
  max-width: 100%;
  margin: 0 !important;
}
@media (max-width: 781px) {
  .wp-block-group.is-style-split-bottom .wbp-split-bg-bg {
    top: 0 !important;
  }
}
.wp-block-group.is-style-split-bottom > * {
  position: relative;
  z-index: 2;
}
@media (min-width: 782px) {
  .wp-block-group.is-style-split-bottom .wp-block-media-text__content > * {
    max-width: 480px !important;
  }
  .wp-block-group.is-style-split-bottom .wp-block-media-text__content > p {
    max-width: 420px !important;
  }
  .wp-block-group.is-style-split-bottom .wp-block-media-text__content > .wp-block-heading {
    margin-bottom: 48px;
  }
}

@media (max-width: 781px) {
  .get-involved-hero {
    background-image: none !important;
  }
  .get-involved-hero .wp-block-media-text__media img {
    -o-object-fit: none !important;
       object-fit: none !important;
    width: auto;
    height: auto;
  }
}
@media (min-width: 782px) {
  .get-involved-hero .wp-block-media-text__media {
    display: none;
  }
}
@media (min-width: 1012px) {
  .get-involved-hero {
    min-height: 580px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .get-involved-hero .wp-block-media-text__media {
    display: none;
  }
}
.wp-block-group.is-layout-grid.wp-block-group-is-layout-grid {
  max-width: var(--wp--style--global--content-size);
  width: 90% !important;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: 24px;
  row-gap: 36px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 782px) {
  .wp-block-group.is-layout-grid.wp-block-group-is-layout-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1012px) {
  .wp-block-group.is-layout-grid.wp-block-group-is-layout-grid {
    grid-gap: 48px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.wp-block-group.is-layout-grid.wp-block-group-is-layout-grid .wp-block-group > * {
  width: 100%;
  max-width: 100%;
}

.wp-block-media-text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 32px;
}
.wp-block-media-text + .wp-block-media-text {
  margin-top: 36px;
}
@media (min-width: 782px) {
  .wp-block-media-text {
    grid-gap: 24px;
  }
}
@media (min-width: 1344px) {
  .wp-block-media-text {
    grid-gap: 48px;
  }
  .wp-block-media-text + .wp-block-media-text {
    margin-top: 48px;
  }
}

.wp-block-media-text__content {
  display: block !important;
  padding: 0 !important;
}

.wp-block-media-text__media {
  overflow: hidden;
}
.wp-block-media-text.is-stacked-on-mobile.alignfull .wp-block-media-text__content > * {
  max-width: 610px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 781px) {
  .wp-block-media-text.is-stacked-on-mobile {
    min-height: 0 !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
    padding: 0 !important;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
    height: 0 !important;
    width: 100%;
    padding-bottom: 75%;
    overflow: hidden;
    position: relative;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media img {
    -o-object-fit: cover !important;
       object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
  }
}

@media (max-width: 781px) {
  .wp-block-media-text.is-style-icon {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    grid-gap: 18px !important;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    text-align: left;
  }
  .wp-block-media-text.is-style-icon .wp-block-media-text__media {
    width: 80px !important;
    height: auto !important;
    border-radius: 0 !important;
    max-width: 80px !important;
    margin: 0 auto 0 0 !important;
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
    padding-bottom: 0 !important;
  }
  .wp-block-media-text.is-style-icon .wp-block-media-text__media img {
    position: relative;
    -o-object-fit: none;
       object-fit: none;
  }
  .wp-block-media-text.is-style-icon .wp-block-media-text__content {
    padding: 0;
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
    width: 100% !important;
  }
}
@media (min-width: 782px) {
  .wp-block-media-text.is-style-icon {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    grid-gap: 24px !important;
  }
  .wp-block-media-text.is-style-icon .wp-block-media-text__media {
    width: 80px;
    height: auto;
    border-radius: 0;
    max-width: 80px !important;
  }
  .wp-block-media-text.is-style-icon .wp-block-media-text__content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 0;
  }
}

.wp-block-media-text.is-style-media-icon .wp-block-media-text__media,
.wp-block-media-text.is-style-media-icon-lg .wp-block-media-text__media {
  width: 100px !important;
  height: auto !important;
  min-height: 0 !important;
  margin-bottom: 12px !important;
}
.wp-block-media-text.is-style-media-icon .wp-block-media-text__media img,
.wp-block-media-text.is-style-media-icon-lg .wp-block-media-text__media img {
  position: relative;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  height: auto !important;
  max-height: 80px;
}
@media (min-width: 782px) {
  .wp-block-media-text.is-style-media-icon,
  .wp-block-media-text.is-style-media-icon-lg {
    grid-template-columns: auto !important;
    grid-gap: 24px;
  }
  .wp-block-media-text.is-style-media-icon .wp-block-media-text__content,
  .wp-block-media-text.is-style-media-icon-lg .wp-block-media-text__content {
    height: 100%;
    display: block;
    padding: 0;
  }
  .wp-block-media-text.is-style-media-icon .wp-block-media-text__media,
  .wp-block-media-text.is-style-media-icon-lg .wp-block-media-text__media {
    width: 80px !important;
  }
}

.wp-block-media-text.is-style-media-icon-lg .wp-block-media-text__media {
  width: 120px !important;
}
.wp-block-media-text.is-style-media-icon-lg .wp-block-media-text__media img {
  width: 100% !important;
}
@media (min-width: 782px) {
  .wp-block-media-text.is-style-media-icon-lg .wp-block-media-text__media {
    width: 140px !important;
  }
}

.gutenberg-blocks .wp-block-columns,
.gutenberg-blocks .wp-block-columns.is-layout-flex {
  margin-bottom: 0;
  overflow: hidden;
}
@media (min-width: 1344px) {
  .gutenberg-blocks .wp-block-columns,
  .gutenberg-blocks .wp-block-columns.is-layout-flex {
    grid-gap: 48px !important;
  }
}

@media (max-width: 781px) {
  .wp-block-columns.is-style-large-gap-sm {
    grid-gap: 48px !important;
  }
}
.gutenberg-blocks .wp-block-columns .wp-block-columns,
.gutenberg-blocks .wp-block-group .wp-block-group .wp-block-columns {
  width: 100%;
  max-width: 100%;
}

.gutenberg-blocks h1.wp-block-heading + .wp-block-columns,
.gutenberg-blocks .wp-block-heading + .wp-block-columns {
  margin-top: var(--wp--preset--spacing--2);
}

.wp-block-column > p + .wp-block-buttons {
  margin-top: 0 !important;
}

@media (min-width: 782px) {
  .wp-block-column.border-left {
    border-left: 0.5px solid #EBEEF4;
    padding-left: 24px;
  }
}
.wp-block-columns .wp-block-columns {
  width: 100% !important;
  max-width: 100% !important;
}

.wp-block-columns.is-style-borders {
  grid-gap: 48px;
}

.wp-block-columns.is-style-borders > .wp-block-column + .wp-block-column {
  position: relative;
}
.wp-block-columns.is-style-borders > .wp-block-column + .wp-block-column:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  display: block;
  background: #EBEEF4;
  -webkit-transform: translate3d(0, -24px, 0);
          transform: translate3d(0, -24px, 0);
}
@media (min-width: 782px) {
  .wp-block-columns.is-style-borders > .wp-block-column + .wp-block-column:before {
    width: 1px;
    height: 100%;
    -webkit-transform: translate3d(-24px, 0, 0);
            transform: translate3d(-24px, 0, 0);
  }
}

.gutenberg-blocks .wp-block-columns.is-style-gap-sm,
.wp-block-columns.is-style-gap-sm {
  grid-gap: 12px !important;
}
@media (min-width: 782px) and (max-width: 1012px) {
  .gutenberg-blocks .wp-block-columns.is-style-gap-sm,
  .wp-block-columns.is-style-gap-sm {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .gutenberg-blocks .wp-block-columns.is-style-gap-sm .wp-block-column,
  .wp-block-columns.is-style-gap-sm .wp-block-column {
    width: calc(33% - 12px) !important;
    -ms-flex-preferred-size: unset;
        flex-basis: unset;
    -webkit-box-flex: unset;
        -ms-flex-positive: unset;
            flex-grow: unset;
  }
}
.gutenberg-blocks .wp-block-columns.is-style-gap-sm .wp-block-group.is-style-card,
.wp-block-columns.is-style-gap-sm .wp-block-group.is-style-card {
  padding: 36px 16px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  grid-gap: 0 !important;
}
.gutenberg-blocks .wp-block-columns.is-style-gap-sm .wp-block-group.is-style-card ul,
.wp-block-columns.is-style-gap-sm .wp-block-group.is-style-card ul {
  margin-top: 0 !important;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 782px) {
  .gutenberg-blocks .wp-block-columns.is-style-gap-sm .wp-block-group.is-style-card,
  .wp-block-columns.is-style-gap-sm .wp-block-group.is-style-card {
    padding: 48px 24px !important;
  }
}

.gutenberg-blocks .wp-block-columns.is-style-gap-md,
.wp-block-columns.is-style-gap-md {
  grid-gap: 24px !important;
}

.wp-block-columns.is-style-flush {
  gap: 0;
  -webkit-column-gap: 0 !important;
     -moz-column-gap: 0 !important;
          column-gap: 0 !important;
  row-gap: 0 !important;
}

@media (max-width: 781px) {
  .wp-block-columns.is-style-flip {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (min-width: 782px) {
  .wp-block-column.is-style-sticky {
    position: sticky;
    top: 80px;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media (min-width: 782px) and (max-width: 1344px) {
  .wp-block-column .is-style-link .wp-block-button__link {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    padding: 0 0 2px !important;
  }
}
.wp-block-group.has-luminate-blue-background-color .wp-block-separator {
  border-bottom-color: #4AC7EB !important;
}
.wp-block-group.has-luminate-blue-background-color .wp-block-button__link:after {
  background: #ffffff;
}

@media (max-width: 781px) {
  .wp-block-columns.is-style-ailuminate-cols {
    width: 100% !important;
  }
  .wp-block-columns.is-style-ailuminate-cols .wp-block-column {
    max-width: 90%;
    margin: 0 auto;
  }
  .wp-block-columns.is-style-ailuminate-cols .wp-block-column:first-child {
    max-width: 100%;
    margin: 0;
  }
}

.wp-block-embed.is-type-video .wp-block-embed__wrapper,
.wp-block-embed__wrapper {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
  z-index: 1;
}
.wp-block-embed.is-type-video .wp-block-embed__wrapper > *,
.wp-block-embed__wrapper > * {
  z-index: 2;
}
.wp-block-embed.is-type-video .wp-block-embed__wrapper img,
.wp-block-embed.is-type-video .wp-block-embed__wrapper figure,
.wp-block-embed__wrapper img,
.wp-block-embed__wrapper figure {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}
.wp-block-embed.is-type-video .wp-block-embed__wrapper iframe,
.wp-block-embed.is-type-video .wp-block-embed__wrapper video,
.wp-block-embed__wrapper iframe,
.wp-block-embed__wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.editor-styles-wrapper > .wp-block-table,
.gutenberg-blocks > .wp-block-table,
.wp-block-group .wp-block-table,
.wp-block-group .wp-block-table,
.article-content > .wp-block-table,
.editor-styles-wrapper > .wp-block-flexible-table-block-table,
.gutenberg-blocks > .wp-block-flexible-table-block-table,
.wp-block-group .wp-block-flexible-table-block-table,
.wp-block-group .wp-block-flexible-table-block-table,
.article-content > .wp-block-flexible-table-block-table {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1344px;
  margin-bottom: 48px;
}
.editor-styles-wrapper > .wp-block-table > table,
.gutenberg-blocks > .wp-block-table > table,
.wp-block-group .wp-block-table > table,
.wp-block-group .wp-block-table > table,
.article-content > .wp-block-table > table,
.editor-styles-wrapper > .wp-block-flexible-table-block-table > table,
.gutenberg-blocks > .wp-block-flexible-table-block-table > table,
.wp-block-group .wp-block-flexible-table-block-table > table,
.wp-block-group .wp-block-flexible-table-block-table > table,
.article-content > .wp-block-flexible-table-block-table > table {
  overflow: hidden;
  border-radius: 8px;
  overflow: hidden;
  font-size: 14px;
  min-width: 800px;
}
@media (max-width: 799px) {
  .editor-styles-wrapper > .wp-block-table > table,
  .gutenberg-blocks > .wp-block-table > table,
  .wp-block-group .wp-block-table > table,
  .wp-block-group .wp-block-table > table,
  .article-content > .wp-block-table > table,
  .editor-styles-wrapper > .wp-block-flexible-table-block-table > table,
  .gutenberg-blocks > .wp-block-flexible-table-block-table > table,
  .wp-block-group .wp-block-flexible-table-block-table > table,
  .wp-block-group .wp-block-flexible-table-block-table > table,
  .article-content > .wp-block-flexible-table-block-table > table {
    font-size: 12px;
  }
}
.editor-styles-wrapper > .wp-block-table > table thead,
.gutenberg-blocks > .wp-block-table > table thead,
.wp-block-group .wp-block-table > table thead,
.wp-block-group .wp-block-table > table thead,
.article-content > .wp-block-table > table thead,
.editor-styles-wrapper > .wp-block-flexible-table-block-table > table thead,
.gutenberg-blocks > .wp-block-flexible-table-block-table > table thead,
.wp-block-group .wp-block-flexible-table-block-table > table thead,
.wp-block-group .wp-block-flexible-table-block-table > table thead,
.article-content > .wp-block-flexible-table-block-table > table thead {
  border: none !important;
  background: #535869 !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.editor-styles-wrapper > .wp-block-table > table thead span,
.gutenberg-blocks > .wp-block-table > table thead span,
.wp-block-group .wp-block-table > table thead span,
.wp-block-group .wp-block-table > table thead span,
.article-content > .wp-block-table > table thead span,
.editor-styles-wrapper > .wp-block-flexible-table-block-table > table thead span,
.gutenberg-blocks > .wp-block-flexible-table-block-table > table thead span,
.wp-block-group .wp-block-flexible-table-block-table > table thead span,
.wp-block-group .wp-block-flexible-table-block-table > table thead span,
.article-content > .wp-block-flexible-table-block-table > table thead span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.editor-styles-wrapper > .wp-block-table > table thead th + th,
.gutenberg-blocks > .wp-block-table > table thead th + th,
.wp-block-group .wp-block-table > table thead th + th,
.wp-block-group .wp-block-table > table thead th + th,
.article-content > .wp-block-table > table thead th + th,
.editor-styles-wrapper > .wp-block-flexible-table-block-table > table thead th + th,
.gutenberg-blocks > .wp-block-flexible-table-block-table > table thead th + th,
.wp-block-group .wp-block-flexible-table-block-table > table thead th + th,
.wp-block-group .wp-block-flexible-table-block-table > table thead th + th,
.article-content > .wp-block-flexible-table-block-table > table thead th + th {
  border-left: 1px solid #ffffff !important;
}
.editor-styles-wrapper > .wp-block-table > table thead tr th:first-child,
.gutenberg-blocks > .wp-block-table > table thead tr th:first-child,
.wp-block-group .wp-block-table > table thead tr th:first-child,
.wp-block-group .wp-block-table > table thead tr th:first-child,
.article-content > .wp-block-table > table thead tr th:first-child,
.editor-styles-wrapper > .wp-block-flexible-table-block-table > table thead tr th:first-child,
.gutenberg-blocks > .wp-block-flexible-table-block-table > table thead tr th:first-child,
.wp-block-group .wp-block-flexible-table-block-table > table thead tr th:first-child,
.wp-block-group .wp-block-flexible-table-block-table > table thead tr th:first-child,
.article-content > .wp-block-flexible-table-block-table > table thead tr th:first-child {
  text-align: left;
}
.editor-styles-wrapper > .wp-block-table > table thead th,
.gutenberg-blocks > .wp-block-table > table thead th,
.wp-block-group .wp-block-table > table thead th,
.wp-block-group .wp-block-table > table thead th,
.article-content > .wp-block-table > table thead th,
.editor-styles-wrapper > .wp-block-flexible-table-block-table > table thead th,
.gutenberg-blocks > .wp-block-flexible-table-block-table > table thead th,
.wp-block-group .wp-block-flexible-table-block-table > table thead th,
.wp-block-group .wp-block-flexible-table-block-table > table thead th,
.article-content > .wp-block-flexible-table-block-table > table thead th {
  background: transparent !important;
  padding: 6px 16px !important;
  text-align: left;
}
@media (max-width: 799px) {
  .editor-styles-wrapper > .wp-block-table > table thead th,
  .gutenberg-blocks > .wp-block-table > table thead th,
  .wp-block-group .wp-block-table > table thead th,
  .wp-block-group .wp-block-table > table thead th,
  .article-content > .wp-block-table > table thead th,
  .editor-styles-wrapper > .wp-block-flexible-table-block-table > table thead th,
  .gutenberg-blocks > .wp-block-flexible-table-block-table > table thead th,
  .wp-block-group .wp-block-flexible-table-block-table > table thead th,
  .wp-block-group .wp-block-flexible-table-block-table > table thead th,
  .article-content > .wp-block-flexible-table-block-table > table thead th {
    padding: 10px 12px;
  }
}
.editor-styles-wrapper > .wp-block-table > table thead *,
.gutenberg-blocks > .wp-block-table > table thead *,
.wp-block-group .wp-block-table > table thead *,
.wp-block-group .wp-block-table > table thead *,
.article-content > .wp-block-table > table thead *,
.editor-styles-wrapper > .wp-block-flexible-table-block-table > table thead *,
.gutenberg-blocks > .wp-block-flexible-table-block-table > table thead *,
.wp-block-group .wp-block-flexible-table-block-table > table thead *,
.wp-block-group .wp-block-flexible-table-block-table > table thead *,
.article-content > .wp-block-flexible-table-block-table > table thead * {
  border: none !important;
}
.editor-styles-wrapper > .wp-block-table > table > tbody,
.gutenberg-blocks > .wp-block-table > table > tbody,
.wp-block-group .wp-block-table > table > tbody,
.wp-block-group .wp-block-table > table > tbody,
.article-content > .wp-block-table > table > tbody,
.editor-styles-wrapper > .wp-block-flexible-table-block-table > table > tbody,
.gutenberg-blocks > .wp-block-flexible-table-block-table > table > tbody,
.wp-block-group .wp-block-flexible-table-block-table > table > tbody,
.wp-block-group .wp-block-flexible-table-block-table > table > tbody,
.article-content > .wp-block-flexible-table-block-table > table > tbody {
  font-size: 14px;
  border: 1px solid #EBEEF4;
}
.editor-styles-wrapper > .wp-block-table > table > tbody td,
.gutenberg-blocks > .wp-block-table > table > tbody td,
.wp-block-group .wp-block-table > table > tbody td,
.wp-block-group .wp-block-table > table > tbody td,
.article-content > .wp-block-table > table > tbody td,
.editor-styles-wrapper > .wp-block-flexible-table-block-table > table > tbody td,
.gutenberg-blocks > .wp-block-flexible-table-block-table > table > tbody td,
.wp-block-group .wp-block-flexible-table-block-table > table > tbody td,
.wp-block-group .wp-block-flexible-table-block-table > table > tbody td,
.article-content > .wp-block-flexible-table-block-table > table > tbody td {
  border: none !important;
  padding: 12px 16px !important;
  vertical-align: top;
  font-size: 13px;
  line-height: 1.4;
}
.editor-styles-wrapper > .wp-block-table > table > tbody td + td,
.gutenberg-blocks > .wp-block-table > table > tbody td + td,
.wp-block-group .wp-block-table > table > tbody td + td,
.wp-block-group .wp-block-table > table > tbody td + td,
.article-content > .wp-block-table > table > tbody td + td,
.editor-styles-wrapper > .wp-block-flexible-table-block-table > table > tbody td + td,
.gutenberg-blocks > .wp-block-flexible-table-block-table > table > tbody td + td,
.wp-block-group .wp-block-flexible-table-block-table > table > tbody td + td,
.wp-block-group .wp-block-flexible-table-block-table > table > tbody td + td,
.article-content > .wp-block-flexible-table-block-table > table > tbody td + td {
  border-left: 1px solid #EBEEF4 !important;
}
@media (max-width: 799px) {
  .editor-styles-wrapper > .wp-block-table > table > tbody td,
  .gutenberg-blocks > .wp-block-table > table > tbody td,
  .wp-block-group .wp-block-table > table > tbody td,
  .wp-block-group .wp-block-table > table > tbody td,
  .article-content > .wp-block-table > table > tbody td,
  .editor-styles-wrapper > .wp-block-flexible-table-block-table > table > tbody td,
  .gutenberg-blocks > .wp-block-flexible-table-block-table > table > tbody td,
  .wp-block-group .wp-block-flexible-table-block-table > table > tbody td,
  .wp-block-group .wp-block-flexible-table-block-table > table > tbody td,
  .article-content > .wp-block-flexible-table-block-table > table > tbody td {
    font-size: 12px;
    padding: 8px;
    line-height: 1.3;
  }
}
.editor-styles-wrapper > .wp-block-table > table > tbody tr td:first-child,
.gutenberg-blocks > .wp-block-table > table > tbody tr td:first-child,
.wp-block-group .wp-block-table > table > tbody tr td:first-child,
.wp-block-group .wp-block-table > table > tbody tr td:first-child,
.article-content > .wp-block-table > table > tbody tr td:first-child,
.editor-styles-wrapper > .wp-block-flexible-table-block-table > table > tbody tr td:first-child,
.gutenberg-blocks > .wp-block-flexible-table-block-table > table > tbody tr td:first-child,
.wp-block-group .wp-block-flexible-table-block-table > table > tbody tr td:first-child,
.wp-block-group .wp-block-flexible-table-block-table > table > tbody tr td:first-child,
.article-content > .wp-block-flexible-table-block-table > table > tbody tr td:first-child {
  text-align: left;
}
.editor-styles-wrapper > .wp-block-table tbody tr,
.gutenberg-blocks > .wp-block-table tbody tr,
.wp-block-group .wp-block-table tbody tr,
.wp-block-group .wp-block-table tbody tr,
.article-content > .wp-block-table tbody tr,
.editor-styles-wrapper > .wp-block-flexible-table-block-table tbody tr,
.gutenberg-blocks > .wp-block-flexible-table-block-table tbody tr,
.wp-block-group .wp-block-flexible-table-block-table tbody tr,
.wp-block-group .wp-block-flexible-table-block-table tbody tr,
.article-content > .wp-block-flexible-table-block-table tbody tr {
  border: 1px solid #EBEEF4 !important;
}
.editor-styles-wrapper > .wp-block-table tbody tr:first-child,
.gutenberg-blocks > .wp-block-table tbody tr:first-child,
.wp-block-group .wp-block-table tbody tr:first-child,
.wp-block-group .wp-block-table tbody tr:first-child,
.article-content > .wp-block-table tbody tr:first-child,
.editor-styles-wrapper > .wp-block-flexible-table-block-table tbody tr:first-child,
.gutenberg-blocks > .wp-block-flexible-table-block-table tbody tr:first-child,
.wp-block-group .wp-block-flexible-table-block-table tbody tr:first-child,
.wp-block-group .wp-block-flexible-table-block-table tbody tr:first-child,
.article-content > .wp-block-flexible-table-block-table tbody tr:first-child {
  border-top: none !important;
}
.editor-styles-wrapper > .wp-block-table .wp-element-caption,
.gutenberg-blocks > .wp-block-table .wp-element-caption,
.wp-block-group .wp-block-table .wp-element-caption,
.wp-block-group .wp-block-table .wp-element-caption,
.article-content > .wp-block-table .wp-element-caption,
.editor-styles-wrapper > .wp-block-flexible-table-block-table .wp-element-caption,
.gutenberg-blocks > .wp-block-flexible-table-block-table .wp-element-caption,
.wp-block-group .wp-block-flexible-table-block-table .wp-element-caption,
.wp-block-group .wp-block-flexible-table-block-table .wp-element-caption,
.article-content > .wp-block-flexible-table-block-table .wp-element-caption {
  display: block;
  margin-top: 8px;
  text-align: left;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background: #f1f1f1 !important;
}

body .gutenberg-blocks .wp-block-flexible-table-block-table table.has-luminate-blue-background-color,
.wp-block-flexible-table-block-table table.has-luminate-blue-background-color,
.wp-block-table table.has-luminate-blue-background-color.has-background,
body .gutenberg-blocks .wp-block-table table.has-luminate-blue-background-color.has-background {
  background: #ffffff !important;
}
body .gutenberg-blocks .wp-block-flexible-table-block-table table.has-luminate-blue-background-color table,
.wp-block-flexible-table-block-table table.has-luminate-blue-background-color table,
.wp-block-table table.has-luminate-blue-background-color.has-background table,
body .gutenberg-blocks .wp-block-table table.has-luminate-blue-background-color.has-background table {
  background: #ffffff !important;
}
body .gutenberg-blocks .wp-block-flexible-table-block-table table.has-luminate-blue-background-color thead,
.wp-block-flexible-table-block-table table.has-luminate-blue-background-color thead,
.wp-block-table table.has-luminate-blue-background-color.has-background thead,
body .gutenberg-blocks .wp-block-table table.has-luminate-blue-background-color.has-background thead {
  background: #034ea2 !important;
}

body .gutenberg-blocks .wp-block-table.is-style-tight > table th,
.wp-block-table.is-style-tight > table th {
  padding: 0px 12px !important;
}
body .gutenberg-blocks .wp-block-table.is-style-tight > table td,
.wp-block-table.is-style-tight > table td {
  padding: 8px 12px !important;
}

.article-content > .wp-block-table {
  width: 100%;
  max-width: 100%;
  margin: 0 !important;
}

.is-root-container .wp-block-table table thead th,
.is-root-container .wp-block-flexible-table-block-table table thead th {
  font-size: 13px !important;
}

.is-root-container .wp-block-table table td,
.is-root-container .wp-block-flexible-table-block-table table td {
  font-size: 12px !important;
  padding: 8px;
}

#benchmark-scores table td {
  vertical-align: middle;
}

td a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
td a:hover {
  opacity: 0.7;
}

td .risk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  grid-gap: 8px;
  color: var(--color-blue-gray);
}
td .risk:before {
  content: "";
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: block;
  border-radius: 3px;
  background: #535869;
}
td .risk.risk--excellent:before {
  background: var(--risk-excellent);
}
td .risk.risk--very-good:before {
  background: var(--risk-very-good);
}
td .risk.risk--good:before {
  background: var(--risk-good);
}
td .risk.risk--fair:before {
  background: var(--risk-fair);
}
td .risk.risk--poor:before {
  background: var(--risk-poor);
}

.block-hero {
  width: 100%;
  overflow: hidden;
}

.hero {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 1012px) {
  .hero {
    min-height: calc(95vh - 80px);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.hero .hero__inner {
  position: relative;
  z-index: 4;
}

.block-hero.is-style-short {
  border-bottom: 1px solid #EBEEF4;
}
@media (min-width: 1012px) {
  .block-hero.is-style-short .hero {
    min-height: 416px;
  }
}

.gutenberg-blocks .hero__content,
.hero__content {
  position: relative;
  z-index: 4;
  padding: 36px 0 48px;
}
@media (min-width: 1012px) {
  .gutenberg-blocks .hero__content,
  .hero__content {
    padding: 96px 0;
    max-width: 50%;
    padding-right: 12px;
  }
  .gutenberg-blocks .hero__content > div,
  .hero__content > div {
    max-width: 560px;
    width: 100%;
  }
}

.hero__media {
  position: relative;
  overflow: hidden;
  height: 430px;
}
.hero__media img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.hero__media video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}
@media (min-width: 782px) {
  .hero__media {
    height: 600px;
  }
}
@media (min-width: 1012px) {
  .hero__media {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
  }
}

.editor-styles-wrapper .block-hero {
  padding: 0 !important;
}
.editor-styles-wrapper .block-hero .hero__inner {
  width: 94% !important;
  margin-left: auto;
  margin-right: auto;
}
.editor-styles-wrapper .wp-block-acf-hero {
  width: 100% !important;
  max-width: 100% !important;
}
.editor-styles-wrapper .wp-block-acf-hero.is-style-short .hero {
  min-height: 250px !important;
  height: auto !important;
}
.editor-styles-wrapper .wp-block-acf-hero.is-style-short .hero .hero__content {
  padding: 40px 0;
}
.editor-styles-wrapper .wp-block-acf-hero.is-style-medium .hero {
  min-height: 340px !important;
  height: 340px !important;
  padding: 80px 0;
}

.block-hero-stacked {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  z-index: 2;
}
.block-hero-stacked + * {
  margin-top: 0 !important;
}

.hero-stacked {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.hero-stacked .hero-stacked__inner {
  position: relative;
  z-index: 4;
}

.gutenberg-blocks .hero-stacked__content,
.hero-stacked__content {
  position: relative;
  z-index: 4;
  padding: 36px 24px;
  width: 100%;
  margin-top: -94px;
}
.gutenberg-blocks .hero-stacked__content .wp-block-columns,
.hero-stacked__content .wp-block-columns {
  width: 100% !important;
  max-width: 100% !important;
  grid-gap: 16px !important;
}
@media (min-width: 1344px) {
  .gutenberg-blocks .hero-stacked__content,
  .hero-stacked__content {
    padding: 64px;
    margin-top: -94px;
    grid-gap: 48px !important;
  }
}

.hero-stacked__media {
  position: relative;
  overflow: hidden;
  height: 440px;
  background: var(--wp--preset--color--light);
}
.hero-stacked__media img, .hero-stacked__media video, .hero-stacked__media iframe {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.editor-styles-wrapper .is-root-container .wp-block-acf-herostacked.has-background {
  background: transparent !important;
}

.block-logo-parade {
  width: 100%;
}

.logo-parade__hd:not(:empty) {
  margin-bottom: var(--wp--preset--spacing--2);
  max-width: 880px;
}

.logo-parade__hd:emtpy {
  display: none !important;
}

.is-root-container .logo-parade__hd {
  display: block;
}

.swiper--logos {
  position: relative;
}
.swiper--logos:before, .swiper--logos:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 30px;
  z-index: 2;
  pointer-events: none;
}
.swiper--logos:before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(53%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, white 53%, rgba(255, 255, 255, 0) 100%);
}
.swiper--logos:after {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, color-stop(53%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(-90deg, white 53%, rgba(255, 255, 255, 0) 100%);
}
.swiper--logos * {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
.swiper--logos .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.swiper--logos .swiper-slide {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
}
.swiper--logos .swiper-slide img, .swiper--logos .swiper-slide svg {
  max-width: 200px;
  width: 100%;
}
@media (max-width: 781px) {
  .swiper--logos .swiper-slide img, .swiper--logos .swiper-slide svg {
    max-width: 120px;
  }
}

.has-light-background-color .swiper--logos:before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(53%, #f7f8fa), to(rgba(255, 255, 255, 0))) !important;
  background: linear-gradient(90deg, #f7f8fa 53%, rgba(255, 255, 255, 0) 100%) !important;
}
.has-light-background-color .swiper--logos:after {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, color-stop(53%, #f7f8fa), to(rgba(255, 255, 255, 0))) !important;
  background: linear-gradient(-90deg, #f7f8fa 53%, rgba(255, 255, 255, 0) 100%) !important;
}
.has-light-background-color .swiper--logos .swiper-slide {
  background: #F7F8FA;
}
.has-light-background-color .swiper--logos .swiper-slide img, .has-light-background-color .swiper--logos .swiper-slide svg {
  mix-blend-mode: multiply;
}

.logo-list-grid {
  display: grid;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: 24px;
  row-gap: 36px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.logo-list-grid img, .logo-list-grid svg {
  max-width: 200px;
  width: 100%;
  mix-blend-mode: multiply;
}
@media (max-width: 781px) {
  .logo-list-grid img, .logo-list-grid svg {
    max-width: 120px;
  }
}
@media (min-width: 544px) {
  .logo-list-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 782px) {
  .logo-list-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (min-width: 1012px) {
  .logo-list-grid {
    grid-gap: 48px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.stat {
  font-family: "Instrument Serif", serif !important;
  font-size: 64px !important;
  line-height: 1 !important;
  margin-bottom: 0 !important;
  font-weight: 400 !important;
  position: relative;
}
.stat:before {
  content: "";
  border-top: 1px solid currentColor;
  display: block;
  padding-bottom: 24px;
  opacity: 0.5;
}
@media (min-width: 1012px) {
  .stat {
    font-size: 90px !important;
  }
  .stat:before {
    padding-bottom: 36px;
  }
}

.block-latest-insights {
  width: 100%;
  margin: var(--wp--preset--spacing--5) 0;
}

.latest-insights-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 36px;
}
.latest-insights-list .insight-preview {
  padding-bottom: 36px;
}
@media (min-width: 1012px) {
  .latest-insights-list {
    grid-gap: 48px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .latest-insights-list .insight-preview {
    padding-bottom: 48px;
    width: calc(50% - 24px);
  }
}

.insight-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  grid-gap: 16px;
  border-bottom: 1px solid #EBEEF4;
}
.insight-preview a {
  text-decoration: none;
}
@media (min-width: 782px) {
  .insight-preview {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.insight-preview figure {
  aspect-ratio: 4/3;
  position: relative;
  z-index: 1;
  min-width: 25%;
}
.insight-preview figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 782px) {
  .insight-preview figure {
    min-width: 30%;
  }
}

.insight-preview > div h3 {
  font-size: 20px !important;
  font-weight: 500;
  margin-bottom: 18px;
}
@media (min-width: 782px) {
  .insight-preview > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .insight-preview > div h3 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.insight-preview__meta {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  grid-gap: 8px;
  font-size: 12px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}
.insight-preview__meta *, .insight-preview__meta p {
  margin: 0;
}
.insight-preview__meta .dot {
  display: block;
  width: 8px;
  min-width: 8px;
  height: 8px;
  background: #CCEBD4;
  border-radius: 50%;
}
.insight-preview__meta > * + * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.insight-preview__meta > * + *:before {
  content: "";
}

.latest-insights__ft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 48px;
}
@media (max-width: 543px) {
  .latest-insights__ft {
    margin-top: 24px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .latest-insights__ft .btn {
    width: 100%;
  }
}

@media (min-width: 544px) {
  .insight-preview.insight-preview--stacked {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (min-width: 544px) {
  .insight-preview.insight-preview--stacked figure {
    width: 100%;
    min-width: 100%;
  }
}

@media (min-width: 544px) {
  .insight-preview.insight-preview--stacked > div {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

@media (max-width: 781px) {
  .latest-insights-list > .insight-preview:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .latest-insights-list > .insight-preview:first-child figure {
    width: 100%;
  }
  .latest-insights-list > .insight-preview:first-child h3 {
    font-size: 28px !important;
    margin-bottom: 24px;
  }
}
@media (min-width: 782px) {
  .latest-insights-list > .insight-preview:first-child {
    width: 100%;
    grid-gap: 48px;
  }
  .latest-insights-list > .insight-preview:first-child figure {
    width: 50%;
    min-width: 50%;
  }
  .latest-insights-list > .insight-preview:first-child h3 {
    font-size: 32px !important;
    margin-bottom: 24px;
  }
}
.block-related-insights {
  width: 100%;
  margin: var(--wp--preset--spacing--3) 0;
}
.block-related-insights .related-insights__hd:not(:empty) {
  margin-bottom: var(--wp--preset--spacing--2);
}
.block-related-insights .related-insights__hd:empty {
  display: none;
}

.is-root-container .block-related-insights.related-insights__hd:empty {
  display: block;
}

.related-insights-list {
  display: grid;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: 24px;
  row-gap: 24px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.related-insights-list .insight-preview,
.related-insights-list .insight-preview-stacked {
  padding-bottom: 24px;
  border-bottom: 1px solid #EBEEF4;
}
@media (min-width: 544px) {
  .related-insights-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 960px) {
  .related-insights-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1344px) {
  .related-insights-list {
    grid-gap: 48px;
  }
}

.block-related-insights .latest-insights__ft {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.block-benchmark-suites {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1344px;
}
.block-benchmark-suites.alignfull {
  max-width: 100%;
  width: 100%;
}
.block-benchmark-suites.alignwide {
  max-width: var(--wp--style--global--wide-size);
}
.block-benchmark-suites > div:not(:empty) {
  margin-bottom: var(--wp--preset--spacing--3);
}

.benchmark-suites-list {
  display: grid;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: 24px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 544px) {
  .benchmark-suites-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1012px) {
  .benchmark-suites-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1344px) {
  .benchmark-suites-list {
    grid-gap: 48px;
  }
}

.block-benchmark-suites .benchmark-suites-preview,
.benchmark-suites-preview {
  display: block;
  height: 100%;
  background: #4E6BA1;
  color: #ffffff;
}
.block-benchmark-suites .benchmark-suites-preview .tag,
.benchmark-suites-preview .tag {
  color: currentColor;
}
.block-benchmark-suites .benchmark-suites-preview a,
.benchmark-suites-preview a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  grid-gap: 18px;
  text-decoration: none;
  height: 100%;
  min-height: 264px;
  padding: 24px 36px;
}
.block-benchmark-suites .benchmark-suites-preview h3,
.benchmark-suites-preview h3 {
  font-size: 20px !important;
  margin-bottom: 0 !important;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 1012px) {
  .block-benchmark-suites .benchmark-suites-preview h3,
  .benchmark-suites-preview h3 {
    font-size: 20px !important;
  }
}
.block-benchmark-suites .benchmark-suites-preview p,
.benchmark-suites-preview p {
  width: 100%;
  margin-bottom: 0;
  font-weight: 400;
}

.is-root-container .benchmark-suites-preview a {
  color: currentColor;
  text-decoration: none;
  padding: 18px 24px;
}
.is-root-container .benchmark-suites-preview a h3 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.block-hero-benchmark,
.wp-block-acf-benchmarkhero {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.block-hero-benchmark.has-luminate-blue-background-color .hero-benchmark__content,
.wp-block-acf-benchmarkhero.has-luminate-blue-background-color .hero-benchmark__content {
  background: #4AC7EB;
  color: #11141F;
}

.hero-benchmark {
  width: 100%;
  max-width: 100%;
  padding-top: var(--wp--preset--spacing--4);
}

.hero-benchmark__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 782px) {
  .hero-benchmark__inner {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1344px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    grid-gap: 48px;
  }
  .hero-benchmark__inner > * {
    width: calc(50% - 24px);
  }
}

.hero-benchmark__title {
  padding-bottom: 24px;
}
@media (max-width: 781px) {
  .hero-benchmark__title {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1344px;
  }
}

.hero-benchmark__content {
  padding: 24px 24px 36px;
  background: rgba(0, 0, 0, 0.4);
}
@media (min-width: 782px) {
  .hero-benchmark__content {
    padding: 48px 32px;
    min-height: 342px;
  }
}

.block-iframeEmbed {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1344px;
  border: 1px solid #EBEEF4;
  border-radius: 8px;
  overflow: hidden;
}
.block-iframeEmbed.alignfull {
  max-width: 100%;
  width: 100%;
}
.block-iframeEmbed.alignwide {
  max-width: var(--wp--style--global--wide-size);
}
.block-iframeEmbed + .block-iframeEmbed {
  margin-top: 48px;
}
.block-iframeEmbed .iframe-embed__hd:not(:empty) {
  margin-bottom: var(--wp--preset--spacing--2);
}
.block-iframeEmbed .iframe-embed__hd:not(:empty) .wp-block-separator {
  width: 100% !important;
  max-width: 100% !important;
}
.block-iframeEmbed .iframe-embed__hd:not(:empty) .wp-block-heading,
.block-iframeEmbed .iframe-embed__hd:not(:empty) p {
  max-width: 880px;
}

.iframe-embed__embed iframe {
  width: 100%;
}

.iframe-embed__footer p {
  font-size: 14px;
}

.iframe-placeholder {
  width: 100%;
  background: var(--wp--preset--color--light);
  border-radius: 8px;
  min-height: 340px;
}

.block-icon-list {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1344px;
}
.block-icon-list.alignfull {
  max-width: 100%;
  width: 100%;
}
.block-icon-list.alignwide {
  max-width: var(--wp--style--global--wide-size);
}

.icon-list {
  display: grid;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: 48px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 544px) {
  .icon-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1012px) {
  .icon-list {
    grid-gap: 48px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1344px) {
  .icon-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.icon-list li {
  border-top: 1px solid #EBEEF4;
  padding-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  grid-gap: 16px;
}
.icon-list li figure {
  width: 48px;
  min-width: 48px;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
.icon-list li figure img {
  width: 100%;
}
.icon-list li h5 {
  margin-bottom: 4px !important;
}
.icon-list li p {
  color: #535869;
}

.icon-bg {
  width: 48px;
  min-width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #CCEBD4;
  border-radius: 50%;
}
.icon-bg svg {
  width: 24px;
}

.block-callout {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1344px;
}
.block-callout.alignfull {
  max-width: 100%;
  width: 100%;
}
.block-callout.alignwide {
  max-width: var(--wp--style--global--wide-size);
}
.block-callout + .block-iframeEmbed {
  margin-top: var(--wp--preset--spacing--3);
}

.callout {
  background: #535869;
  color: #ffffff;
  padding: 24px;
  border-radius: 8px;
  width: 100%;
  grid-gap: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.callout svg {
  min-width: 20px;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
.callout__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 16px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.callout__content > div {
  width: 100%;
}
.callout__content a {
  white-space: nowrap;
  padding-bottom: 4px;
}
@media (min-width: 782px) {
  .callout__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 24px;
  }
}

.callout__footer {
  width: 100%;
}
@media (min-width: 782px) {
  .callout__footer {
    width: auto;
  }
}

.block-subnav {
  width: 100%;
  max-width: 100%;
}

.sub-nav {
  width: 100%;
  background: white;
  position: relative;
  z-index: 4;
  border-bottom: 1px solid #EBEEF4;
}
.sub-nav .wrapper {
  min-height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.sub-nav .sub-nav-mask {
  font-family: "Roboto Mono", monospace;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.12px;
  color: #535869;
}

.sub-nav-list {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0;
  padding: 0;
  grid-gap: 8px;
}
.sub-nav-list > li > a {
  color: #11141F;
  background: transparent;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  font-family: "Roboto Mono", monospace;
  line-height: 1;
  text-decoration: none;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  position: relative;
  white-space: nowrap;
  padding: 8px 16px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sub-nav-list > li > a:hover, .sub-nav-list > li > a.is-active {
  background: var(--wp--preset--color--light);
}

@media (min-width: 782px) {
  .sub-nav-list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 782px) {
  .block-subnav .sub-nav .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .block-subnav .sub-nav .wrapper .sub-nav-mask:after {
    content: "|";
    color: #EBEEF4;
    margin: 0 4px 0 16px;
  }
  .block-subnav .sub-nav ul.sub-menu {
    margin: 0;
    padding: 0;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    list-style-type: none;
    min-width: 240px;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: -16px;
    padding-top: 4px;
  }
  .block-subnav .sub-nav ul.sub-menu:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: calc(100% - 4px);
    left: 0;
    bottom: 0;
    background: var(--wp--preset--color--dark);
    border-radius: 16px 0px;
  }
  .block-subnav .sub-nav ul.sub-menu > li:first-child {
    border-radius: 16px 0 0 0;
    overflow: hidden;
  }
  .block-subnav .sub-nav ul.sub-menu a {
    padding: 12px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .block-subnav .sub-nav ul.sub-menu a:hover {
    color: white;
    background: red;
  }
  .block-subnav li.menu-item-has-children,
  .block-subnav li.menu-item-has-children a {
    position: relative;
  }
  .block-subnav li.menu-item-has-children:hover ul.sub-menu,
  .block-subnav li.menu-item-has-children a:hover ul.sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 781px) {
  .sub-nav {
    border-bottom: 1px solid #EBEEF4;
    background: var(--wp--preset--color--light);
  }
  .sub-nav .wrapper {
    min-height: 54px;
    max-width: 100%;
    width: 100%;
    position: relative;
  }
  .sub-nav-mask {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 54px;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 5%;
    z-index: 3;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.3px;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
  }
  .sub-nav-mask:hover {
    cursor: pointer;
  }
  .sub-nav-mask span {
    display: block;
  }
  .sub-nav-mask-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 5%;
    z-index: 3;
    height: 100%;
    border-radius: 8px 0 8px 0;
    -webkit-transition: background 0.4s ease;
    transition: background 0.4s ease;
  }
  .sub-nav-mask-arrow:hover {
    cursor: pointer;
  }
  .sub-nav-mask-arrow svg {
    width: 24px;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  .sub-nav-list {
    margin: 0;
    padding: 0;
    grid-gap: 0;
    display: block;
    text-align: left;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    display: none;
    background: var(--wp--preset--color--light);
    color: #11141F;
  }
  .sub-nav-list > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    height: 54px;
    color: #11141F;
    padding: 0 5%;
  }
  .sub-nav-list > li > a:before {
    display: none;
  }
  .block-subnav li.menu-item-has-children > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    grid-gap: 4px;
  }
  .block-subnav li.menu-item-has-children > a:after {
    display: none;
  }
  .sub-nav ul.sub-menu {
    list-style-type: none;
    padding: 0 5%;
    margin: 6px 0 12px 0;
  }
  .sub-nav ul.sub-menu a {
    font-size: 14px;
    font-weight: 400;
    padding: 0 16px;
    opacity: 0.8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
  }
  .sub-nav ul.sub-menu .current-menu-item a {
    opacity: 0.6;
  }
  .block-subnav li.menu-item-has-children,
  .block-subnav li.menu-item-has-children a {
    position: relative;
  }
  .sub-nav.is-open .sub-nav-mask-arrow svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.block-working-group-list {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1344px;
}
.block-working-group-list.alignfull {
  max-width: 100%;
  width: 100%;
}
.block-working-group-list.alignwide {
  max-width: var(--wp--style--global--wide-size);
}
.block-working-group-list > div:not(:empty) {
  margin-bottom: var(--wp--preset--spacing--2);
}

.working-group-list {
  display: grid;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: 24px;
  row-gap: 36px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.working-group-list li {
  padding-bottom: 24px;
  border-bottom: 1px solid #EBEEF4;
}
@media (min-width: 544px) {
  .working-group-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1012px) {
  .working-group-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1344px) {
  .working-group-list {
    grid-gap: 48px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.block-working-group-list .working-group-preview,
.working-group-preview {
  display: block;
}
.block-working-group-list .working-group-preview a,
.working-group-preview a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #11141F !important;
  text-decoration: none;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.block-working-group-list .working-group-preview a:hover,
.working-group-preview a:hover {
  opacity: 0.8;
}
.block-working-group-list .working-group-preview figure,
.working-group-preview figure {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  position: relative;
  background: var(--wp--preset--color--light);
  margin-bottom: 18px !important;
}
.block-working-group-list .working-group-preview figure img,
.working-group-preview figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}
.block-working-group-list .working-group-preview h4,
.working-group-preview h4 {
  margin-bottom: 8px !important;
}

.is-root-container .benchmark-suites-preview a {
  color: currentColor;
  text-decoration: none;
}

.block-event-previews,
.block-synced-events {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1344px;
}
.block-event-previews.alignfull,
.block-synced-events.alignfull {
  max-width: 100%;
  width: 100%;
}
.block-event-previews.alignwide,
.block-synced-events.alignwide {
  max-width: var(--wp--style--global--wide-size);
}
.block-event-previews.alignfull, .block-event-previews.align-full,
.block-synced-events.alignfull,
.block-synced-events.align-full {
  background: #343C52;
  color: #ffffff;
  padding: var(--wp--preset--spacing--2) 0;
}
.block-event-previews.alignfull .event-previews, .block-event-previews.align-full .event-previews,
.block-synced-events.alignfull .event-previews,
.block-synced-events.align-full .event-previews {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1344px;
}

.block-synced-events {
  width: 100% !important;
  max-width: 100% !important;
}

.block-editor-block-list__block.alignfull .block-event-previews {
  background: #343C52;
  color: #ffffff;
  padding: var(--wp--preset--spacing--3) 0;
}
.block-editor-block-list__block.alignfull .block-event-previews .event-previews {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1344px;
}

.event-previews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 18px;
}
@media (min-width: 782px) {
  .event-previews {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    grid-gap: 48px;
  }
  .event-previews .event-previews__block {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
  }
}

.event-previews__block {
  width: 100%;
}
.event-previews__block figure {
  width: 48px;
  height: 48px;
  background: #CCEBD4;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.event-previews__block figure svg {
  fill: #11141F;
}
.event-previews__block > div {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 16px;
}
.event-previews__block p b {
  display: block;
  margin-bottom: 4px;
}

.block-resource-tile {
  width: 100%;
  max-width: 100%;
}

.resource-tile {
  width: 100%;
  display: block;
  text-decoration: none;
  padding: 24px;
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
}
.resource-tile:hover:after {
  opacity: 0.1;
}
.resource-tile:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: black;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.resource-tile > * {
  position: relative;
  z-index: 2;
}

.resource-tile__details {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.resource-tile__title {
  margin: 12px 0 !important;
  display: block;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-size: 20px !important;
  line-height: 1.4;
  letter-spacing: -0.24px;
  margin-bottom: 12px;
  margin-top: 0;
}
.resource-tile__title:last-child {
  margin-bottom: 0;
}
@media (min-width: 1012px) {
  .resource-tile__title {
    font-size: 24px !important;
  }
}

.block-chair-list {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1344px;
}
.block-chair-list.alignfull {
  max-width: 100%;
  width: 100%;
}
.block-chair-list.alignwide {
  max-width: var(--wp--style--global--wide-size);
}

.block-chair-list:not(.is-style-stacked) .chair-list,
.is-root-container .block-chair-list:not(.is-style-stacked) .chair-list .block-editor-inner-blocks .block-editor-block-list__layout {
  display: grid;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: 24px;
  row-gap: 36px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 544px) {
  .block-chair-list:not(.is-style-stacked) .chair-list,
  .is-root-container .block-chair-list:not(.is-style-stacked) .chair-list .block-editor-inner-blocks .block-editor-block-list__layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 782px) {
  .block-chair-list:not(.is-style-stacked) .chair-list,
  .is-root-container .block-chair-list:not(.is-style-stacked) .chair-list .block-editor-inner-blocks .block-editor-block-list__layout {
    grid-gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1012px) {
  .block-chair-list:not(.is-style-stacked) .chair-list,
  .is-root-container .block-chair-list:not(.is-style-stacked) .chair-list .block-editor-inner-blocks .block-editor-block-list__layout {
    grid-gap: 48px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1800px) {
  .block-chair-list:not(.is-style-stacked) .chair-list,
  .is-root-container .block-chair-list:not(.is-style-stacked) .chair-list .block-editor-inner-blocks .block-editor-block-list__layout {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.block-chair-list:not(.is-style-stacked) .chair-list .person,
.is-root-container .block-chair-list:not(.is-style-stacked) .chair-list .block-editor-inner-blocks .block-editor-block-list__layout .person {
  position: relative;
  border-bottom: 1px solid #EBEEF4;
  min-height: 100px;
  padding-bottom: 36px;
}
.block-chair-list:not(.is-style-stacked) .chair-list .person .person__media,
.is-root-container .block-chair-list:not(.is-style-stacked) .chair-list .block-editor-inner-blocks .block-editor-block-list__layout .person .person__media {
  max-width: 184px;
}
@media (min-width: 782px) {
  .block-chair-list:not(.is-style-stacked) .chair-list .person,
  .is-root-container .block-chair-list:not(.is-style-stacked) .chair-list .block-editor-inner-blocks .block-editor-block-list__layout .person {
    border-bottom: none;
  }
}
.block-chair-list:not(.is-style-stacked) .chair-list .person:after,
.is-root-container .block-chair-list:not(.is-style-stacked) .chair-list .block-editor-inner-blocks .block-editor-block-list__layout .person:after {
  content: "";
  height: 100%;
  width: 1px;
  background: #EBEEF4;
  display: block;
  position: absolute;
  top: 0;
  right: -12px;
  display: none;
}
@media (min-width: 782px) {
  .block-chair-list:not(.is-style-stacked) .chair-list .person:after,
  .is-root-container .block-chair-list:not(.is-style-stacked) .chair-list .block-editor-inner-blocks .block-editor-block-list__layout .person:after {
    display: block;
  }
}
@media (min-width: 1012px) {
  .block-chair-list:not(.is-style-stacked) .chair-list .person:after,
  .is-root-container .block-chair-list:not(.is-style-stacked) .chair-list .block-editor-inner-blocks .block-editor-block-list__layout .person:after {
    right: -24px;
  }
}
.block-chair-list:not(.is-style-stacked) .chair-list .person:last-child:after,
.is-root-container .block-chair-list:not(.is-style-stacked) .chair-list .block-editor-inner-blocks .block-editor-block-list__layout .person:last-child:after {
  display: none;
}

.block-chair-list.is-style-stacked .chair-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 32px;
}
.block-chair-list.is-style-stacked .chair-list .person {
  padding-bottom: 32px;
  border-bottom: 1px solid #EBEEF4;
}
.block-chair-list.is-style-stacked .chair-list .person .person__media {
  display: none;
}
.block-chair-list.is-style-stacked .chair-list .person .person__bio {
  max-width: 880px;
}

.is-root-container .block-chair-list:not(.is-style-stacked) .chair-list {
  display: block !important;
}

body.slide-out-is-active {
  height: 100%;
  overflow: hidden;
}

.slide-out-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.slide-out-wrap .slide-out__screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #FFF;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.slide-out-wrap .slide-out__screen:hover {
  cursor: crosshair;
}
.slide-out-wrap.is-active {
  opacity: 1;
  pointer-events: inherit;
}
.slide-out-wrap.is-active .slide-out {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slide-out-wrap.is-active .slide-out__screen {
  opacity: 0.8;
  pointer-events: inherit;
}

.slide-out {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  max-width: 680px;
  background: #FFF;
  -webkit-box-shadow: 2px 0px 12px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 2px 0px 12px 0px rgba(0, 0, 0, 0.08);
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: auto !important;
}
.slide-out > * {
  min-height: auto;
}

.slide-out__inner {
  padding: 48px 24px;
}
@media (min-width: 1012px) {
  .slide-out__inner {
    padding: 88px 80px;
  }
}

.slide-out__top-bar {
  width: 100%;
  background: #11141F;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slide-out__top-bar button {
  background: transparent;
  outline: none;
  border: none;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.slide-out__top-bar button svg {
  width: 20px;
}
.slide-out__top-bar button:hover {
  cursor: pointer;
  opacity: 0.6;
}

.person {
  position: relative;
  z-index: 1;
}

.person__media {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 1/1;
}
.person__media img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.person .person__details {
  margin-top: 18px;
}
.person .person__details h3 {
  font-size: 20px !important;
  font-weight: 500 !important;
  margin-bottom: 4px;
}

.person__title {
  color: var(--Blue-Grey, #535869);
  display: block;
  font-style: normal;
  font-weight: 500;
  font-family: "Roboto Mono", monospace !important;
  text-transform: uppercase;
  letter-spacing: 1.04px !important;
  font-size: 13px !important;
  font-style: normal;
  line-height: 1.2 !important;
  margin-bottom: 8px;
  margin-top: 0;
}
.person__title:last-child {
  margin-bottom: 0;
}
@media (min-width: 1012px) {
  .person__title {
    font-size: 15px !important;
  }
}
@media (min-width: 1012px) {
  .person__title {
    font-size: 12px !important;
  }
}

.person__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  margin: 16px 0 0;
  grid-gap: 18px;
}
@media (min-width: 1012px) {
  .person__contact {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.person__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 18px;
}
.person__social li {
  margin: 0;
}
.person__social a {
  display: block;
  width: 24px;
  line-height: 1;
  color: currentColor;
  text-decoration: none;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.person__social a svg {
  width: 100%;
  min-height: 20px;
  fill: currentColor;
}
.person__social a path {
  fill: currentColor;
}
.person__social a:hover {
  opacity: 0.7;
}

.person__bio {
  margin-top: 24px;
}

*[data-open-details]:hover {
  cursor: pointer;
}

.js-person-slide-out .h4 {
  margin-bottom: 4px !important;
}
.js-person-slide-out .person__media {
  width: 300px;
  margin-bottom: 12px;
}

.block-person-list {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1344px;
}
.block-person-list.alignfull {
  max-width: 100%;
  width: 100%;
}
.block-person-list.alignwide {
  max-width: var(--wp--style--global--wide-size);
}

.block-person-list:not(.is-style-stacked) .person-list,
.is-root-container .block-person-list:not(.is-style-stacked) .person-list .block-editor-inner-blocks .block-editor-block-list__layout {
  display: grid;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: 24px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 782px) {
  .block-person-list:not(.is-style-stacked) .person-list,
  .is-root-container .block-person-list:not(.is-style-stacked) .person-list .block-editor-inner-blocks .block-editor-block-list__layout {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1012px) {
  .block-person-list:not(.is-style-stacked) .person-list,
  .is-root-container .block-person-list:not(.is-style-stacked) .person-list .block-editor-inner-blocks .block-editor-block-list__layout {
    grid-gap: 48px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.block-person-list:not(.is-style-stacked) .person-list .person,
.is-root-container .block-person-list:not(.is-style-stacked) .person-list .block-editor-inner-blocks .block-editor-block-list__layout .person {
  position: relative;
  border-bottom: 1px solid #EBEEF4;
  min-height: 100px;
  padding-bottom: 18px;
  border-bottom: 1px solid #EBEEF4;
}
.block-person-list:not(.is-style-stacked) .person-list .person .person__bio,
.is-root-container .block-person-list:not(.is-style-stacked) .person-list .block-editor-inner-blocks .block-editor-block-list__layout .person .person__bio {
  display: none;
}
.block-person-list:not(.is-style-stacked) .person-list .person .person__media,
.is-root-container .block-person-list:not(.is-style-stacked) .person-list .block-editor-inner-blocks .block-editor-block-list__layout .person .person__media {
  width: 100%;
}
.block-person-list:not(.is-style-stacked) .person-list .person .person__contact,
.is-root-container .block-person-list:not(.is-style-stacked) .person-list .block-editor-inner-blocks .block-editor-block-list__layout .person .person__contact {
  margin-top: 12px;
}
.is-root-container .block-person-list .person-list {
  display: block !important;
}

.block-social-list {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  grid-gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1012px) {
  .block-social-list {
    grid-gap: 18px;
  }
}
.block-social-list p.h6 {
  margin: 0 !important;
}

* + .block-social-list {
  margin-top: var(--wp--preset--spacing--2);
}

.block-social-list ul.social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 18px;
}
.block-social-list ul.social-list li {
  margin: 0;
}
.block-social-list ul.social-list a {
  display: block;
  width: 24px;
  line-height: 1;
  color: currentColor;
  text-decoration: none;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.block-social-list ul.social-list a svg {
  width: 100%;
  min-height: 20px;
  fill: currentColor;
}
.block-social-list ul.social-list a path {
  fill: currentColor;
}
.block-social-list ul.social-list a:hover {
  opacity: 0.7;
}

* + .wp-block-acf-sociallist {
  margin-top: 24px;
}

body.single-post #menu-item-27 > a:after,
body.archive.category #menu-item-27 > a:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.block-blog {
  width: 100%;
  max-width: 100%;
}

.insight-wrap {
  padding: var(--wp--preset--spacing--3) 0;
}

.insight-list-full {
  display: grid;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: 24px;
  row-gap: 36px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.insight-list-full li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.insight-list-full .insight-preview {
  width: 100%;
  padding-bottom: 24px;
  border-bottom: 1px solid #EBEEF4;
}
@media (min-width: 544px) {
  .insight-list-full {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1012px) {
  .insight-list-full {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1344px) {
  .insight-list-full {
    grid-gap: 48px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.insight-list-full--featured li:first-child {
  width: 100%;
  grid-column: 1/-1;
}
.insight-list-full--featured li:first-child .insight-preview {
  width: 100%;
}

@media (max-width: 781px) {
  .insight-list-full--featured li:first-child .insight-preview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .insight-list-full--featured li:first-child .insight-preview figure {
    width: 100%;
  }
  .insight-list-full--featured li:first-child .insight-preview h3 {
    font-size: 28px !important;
    margin-bottom: 24px;
  }
}
@media (min-width: 782px) {
  .insight-list-full--featured li:first-child .insight-preview {
    width: 100%;
    grid-gap: 48px;
    padding-bottom: 48px;
  }
  .insight-list-full--featured li:first-child .insight-preview figure {
    width: 50%;
    min-width: 50%;
  }
  .insight-list-full--featured li:first-child .insight-preview h3 {
    font-size: 32px !important;
    margin-bottom: 24px;
  }
}
.blog-filters {
  background: var(--wp--preset--color--light);
  padding: 16px 0;
}
.blog-filters .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 8px;
}
.blog-filters .wrapper .subheading {
  color: #535869;
  margin-bottom: 0;
}
@media (min-width: 544px) {
  .blog-filters .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    grid-gap: 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: var(--wp--preset--spacing--3) 0 0;
  font-weight: 500;
}
@media (min-width: 782px) {
  .pagination {
    grid-gap: 18px;
  }
}
.pagination .page-numbers {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #EBEEF4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 782px) {
  .pagination .page-numbers {
    width: 48px;
    height: 48px;
  }
}
.pagination .page-numbers.current {
  background: #CCEBD4;
  border-color: #CCEBD4;
  color: #11141F;
}
.pagination .page-numbers.dots {
  border: none;
  width: auto;
  height: auto;
  opacity: 0.6;
}
.pagination a {
  text-decoration: none;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.pagination a:hover {
  opacity: 0.7;
}

.prev.page-numbers,
.next.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.prev.page-numbers svg,
.next.page-numbers svg {
  width: 20px;
}

.insight {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1344px;
  margin: var(--wp--preset--spacing--3) auto var(--wp--preset--spacing--5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 48px;
}
@media (min-width: 1012px) {
  .insight {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.insight-banner {
  padding: 22px 0;
  background: #355B65;
  color: #ffffff;
}
.insight-banner .h5 {
  font-weight: 500 !important;
}

.insight__excerpt p {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-family: "Roboto Mono", monospace !important;
  text-transform: uppercase;
  letter-spacing: 1.04px !important;
  font-size: 13px !important;
  font-style: normal;
  line-height: 1.2 !important;
  margin-bottom: 8px;
  margin-top: 0;
}
.insight__excerpt p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1012px) {
  .insight__excerpt p {
    font-size: 15px !important;
  }
}
.insight__excerpt p {
  letter-spacing: 0.7px !important;
  line-height: 1.5 !important;
  color: #535869;
}

.insights-related {
  margin: var(--wp--preset--spacing--5) auto var(--wp--preset--spacing--5);
}
.insights-related .related-insights-list {
  margin: var(--wp--preset--spacing--3) 0 0;
}

.insight__sidebar {
  width: 100%;
}
.insight__sidebar .subheading {
  color: var(--Blue-Grey, #535869);
}
.insight__sidebar .insight__authors p {
  font-size: 14px;
}
.insight__sidebar .social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 18px;
}
.insight__sidebar .social-list li {
  margin: 0;
}
.insight__sidebar .social-list a {
  display: block;
  width: 24px;
  line-height: 1;
  color: currentColor;
  text-decoration: none;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.insight__sidebar .social-list a svg {
  width: 100%;
  min-height: 20px;
  fill: currentColor;
}
.insight__sidebar .social-list a path {
  fill: currentColor;
}
.insight__sidebar .social-list a:hover {
  opacity: 0.7;
}
@media (min-width: 1012px) {
  .insight__sidebar {
    width: 300px;
    min-width: 300px;
  }
}

.js-copy-text {
  position: relative;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.js-copy-text svg {
  position: absolute;
  -webkit-transition: all 400ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
  transition: all 400ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
}
.js-copy-text .copy-text__copy {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.js-copy-text .copy-text__check {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.js-copy-text.success .copy-text__copy {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.js-copy-text.success .copy-text__check {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.insight__content {
  width: 100%;
}
@media (min-width: 1012px) {
  .insight__content {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.insight__hd {
  margin-bottom: 44px;
}

.insight__date {
  display: block;
  margin: 18px 0;
  color: var(--Blue-Grey, #535869);
  leading-trim: both;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}

.insight__media {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  position: relative;
}
.insight__media img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.gutenberg-blocks .post-content h2 {
  font-size: 28px !important;
}
@media (min-width: 1012px) {
  .gutenberg-blocks .post-content h2 {
    font-size: 36px !important;
  }
}
.gutenberg-blocks .post-content h3 {
  font-size: 20px !important;
}
@media (min-width: 1012px) {
  .gutenberg-blocks .post-content h3 {
    font-size: 24px !important;
  }
}
.gutenberg-blocks .post-content h4 {
  font-size: 18px !important;
}
@media (min-width: 1012px) {
  .gutenberg-blocks .post-content h4 {
    font-size: 20px !important;
  }
}
.gutenberg-blocks .post-content h5 {
  font-size: 16px !important;
}
@media (min-width: 1012px) {
  .gutenberg-blocks .post-content h5 {
    font-size: 18px !important;
  }
}
.gutenberg-blocks .post-content h1.wp-block-heading,
.gutenberg-blocks .post-content h2.wp-block-heading {
  margin-top: 32px;
  margin-bottom: 18px;
}
.gutenberg-blocks .post-content h1.wp-block-heading + .wp-block-heading,
.gutenberg-blocks .post-content h2.wp-block-heading + .wp-block-heading {
  margin-top: 18px;
}
.gutenberg-blocks .post-content h1.wp-block-heading:first-child,
.gutenberg-blocks .post-content h2.wp-block-heading:first-child {
  margin-top: 0;
}
.gutenberg-blocks .post-content h3.wp-block-heading,
.gutenberg-blocks .post-content h4.wp-block-heading {
  margin-top: 32px;
  margin-bottom: 12px;
}
.gutenberg-blocks .post-content h3.wp-block-heading + .wp-block-heading,
.gutenberg-blocks .post-content h4.wp-block-heading + .wp-block-heading {
  margin-top: 18px;
}
.gutenberg-blocks .post-content h3.wp-block-heading:first-child,
.gutenberg-blocks .post-content h4.wp-block-heading:first-child {
  margin-top: 0;
}

.post-type-post .is-root-container > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 810px;
}
.post-type-post .is-root-container > :where(:not(.alignleft):not(.alignright):not(.alignfull)) p {
  margin-bottom: 18px !important;
}

.post-type-post .is-root-container > * {
  max-width: 810px !important;
  margin-left: auto;
  margin-right: auto;
}

.post-type-post .is-root-container .wp-block-heading {
  margin-bottom: 24px !important;
  margin-top: 36px !important;
}
.post-type-post .is-root-container p {
  margin-bottom: 18px !important;
}
.post-type-post .is-root-container ul, .post-type-post .is-root-container ol {
  width: 90% !important;
  margin: 24px auto !important;
}

.dropdown {
  position: relative;
  z-index: 6;
}
.dropdown .btn {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 20px !important;
  padding-right: 16px !important;
}
.dropdown svg {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.dropdown.is-open svg {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.dropdown__menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  background: #CCEBD4;
  border-radius: 12px;
  min-width: 100%;
  width: auto;
  list-style: none;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  padding: 4px;
  background: white;
  border: 1px solid #EBEEF4;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
  display: none;
  max-height: 400px;
  overflow-y: scroll;
}
@media (min-width: 544px) {
  .dropdown__menu {
    min-width: 280px;
  }
}
.dropdown__menu li + li {
  margin-top: 4px;
}
.dropdown__menu a {
  display: block;
  font-size: 14px;
  text-decoration: none;
  padding: 6px 16px;
  border-radius: 50px;
  border-radius: 12px;
  font-weight: 500;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.dropdown__menu a.is-active {
  background: var(--wp--preset--color--light);
}
.dropdown__menu a:hover {
  background: var(--wp--preset--color--light);
}

.block-datasets {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1344px;
}
.block-datasets.alignfull {
  max-width: 100%;
  width: 100%;
}
.block-datasets.alignwide {
  max-width: var(--wp--style--global--wide-size);
}

.dataset-list {
  display: grid;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: 24px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 782px) {
  .dataset-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1012px) {
  .dataset-list {
    grid-gap: 48px;
  }
}

.dataset-preview {
  background: #355B65;
  color: #ffffff;
  position: relative;
}
.dataset-preview:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #000000;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.dataset-preview:hover:after {
  opacity: 0.1;
}
.dataset-preview a {
  display: block;
  padding: 24px 24px 48px;
  text-decoration: none;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.dataset-preview a h3 {
  margin-bottom: 64px;
}
@media (min-width: 782px) {
  .dataset-preview a {
    padding: 40px 40px 64px;
  }
}
.dataset-preview figure {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 56px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}
.dataset-preview figure svg {
  fill: currentColor;
  width: 16px;
}

.block-accordion {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1344px;
  margin: 0;
}
.block-accordion.alignfull {
  max-width: 100%;
  width: 100%;
}
.block-accordion.alignwide {
  max-width: var(--wp--style--global--wide-size);
}
.block-accordion + .block-accordion {
  margin-top: 0 !important;
}

.accordion {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 20px 0;
  border-top: 1px solid #C3C6CC;
  border-bottom: 1px solid #C3C6CC;
  margin-bottom: -1px;
}

.accordion .accordion__hd {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  -webkit-transition: color 0.4s ease, -webkit-transform 0.4s ease;
  transition: color 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, color 0.4s ease;
  transition: transform 0.4s ease, color 0.4s ease, -webkit-transform 0.4s ease;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
}
@media (min-width: 782px) {
  .accordion .accordion__hd {
    text-align: left;
  }
}
.accordion .accordion__hd:hover {
  cursor: pointer;
}
.accordion .accordion__hd h3 {
  font-size: 16px !important;
  margin-bottom: 0 !important;
}
@media (min-width: 782px) {
  .accordion .accordion__hd h3 {
    font-size: 18px !important;
  }
}
@media (min-width: 1012px) {
  .accordion .accordion__hd h3 {
    font-size: 18px !important;
  }
}

.accordion__icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  background: #CCEBD4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.accordion__icon svg {
  width: 22px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  position: absolute;
}
.accordion__icon .plus {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}
.accordion__icon .minus {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.accordion__bd {
  overflow: hidden;
}
.accordion__bd > div {
  padding: 12px 0 24px;
}

.accordion.is-open .accordion__icon svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion.is-open .accordion__icon .plus {
  opacity: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.accordion.is-open .accordion__icon .minus {
  opacity: 1;
}

.is-root-container .accordion .accordion__bd {
  display: block;
}

body.page-id-1428 .accordion .accordion__hd .accordion__icon {
  background: #034ea2;
}
body.page-id-1428 .accordion .accordion__hd .accordion__icon svg,
body.page-id-1428 .accordion .accordion__hd .accordion__icon svg path {
  fill: #ffffff;
}

.block-publication-list {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1344px;
}
.block-publication-list.alignfull {
  max-width: 100%;
  width: 100%;
}
.block-publication-list.alignwide {
  max-width: var(--wp--style--global--wide-size);
}

.block-publication-list .publication-list,
.is-root-container .block-publication-list .publication-list .block-editor-inner-blocks .block-editor-block-list__layout {
  display: grid;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: 24px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 782px) {
  .block-publication-list .publication-list,
  .is-root-container .block-publication-list .publication-list .block-editor-inner-blocks .block-editor-block-list__layout {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1012px) {
  .block-publication-list .publication-list,
  .is-root-container .block-publication-list .publication-list .block-editor-inner-blocks .block-editor-block-list__layout {
    grid-gap: 48px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.publication-list .publication,
.publication {
  border-top: 1px solid #EBEEF4;
  padding-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.publication-list .publication .h5,
.publication .h5 {
  font-weight: 500;
  margin-top: 18px !important;
  margin-bottom: 0 !important;
}
@media (max-width: 781px) {
  .publication-list .publication .h5,
  .publication .h5 {
    font-size: 16px !important;
  }
}
.publication-list .publication .subheading,
.publication .subheading {
  color: #535869;
  margin: 16px 0 !important;
  font-size: 12px !important;
}
@media (max-width: 781px) {
  .publication-list .publication .link,
  .publication .link {
    font-size: 14px !important;
  }
}

.is-root-container .block-publication-list .publication-list {
  display: block !important;
}

.block-talk-list {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1344px;
}
.block-talk-list.alignfull {
  max-width: 100%;
  width: 100%;
}
.block-talk-list.alignwide {
  max-width: var(--wp--style--global--wide-size);
}

.block-talk-list .talk-list,
.is-root-container .block-talk-list .talk-list .block-editor-inner-blocks .block-editor-block-list__layout {
  display: grid;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: 24px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 782px) {
  .block-talk-list .talk-list,
  .is-root-container .block-talk-list .talk-list .block-editor-inner-blocks .block-editor-block-list__layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1012px) {
  .block-talk-list .talk-list,
  .is-root-container .block-talk-list .talk-list .block-editor-inner-blocks .block-editor-block-list__layout {
    grid-gap: 48px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.talk figure {
  width: 100%;
  margin-bottom: 22px;
}
.talk figure iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  width: 100%;
}
.talk .h4 {
  font-weight: 500;
  margin-top: 18px !important;
  margin-bottom: 0 !important;
}
.talk .talk__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  grid-gap: 12px;
  color: #535869;
}
.talk .talk__details .subheading {
  color: #535869;
  margin: 0 !important;
  font-size: 12px !important;
}
.talk .talk__details .dot {
  width: 12px;
  height: 12px;
  background: #CCEBD4;
  border-radius: 50%;
}

.is-root-container .block-talk-list .talk-list {
  display: block !important;
}

:root {
  --risk-excellent: #034EA2;
  --risk-very-good: #00926B;
  --risk-good: #12CA98;
  --risk-fair: #FFB024;
  --risk-poor: #FF5C5C;
}

.block-grading-rubric {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1344px;
}
.block-grading-rubric.alignfull {
  max-width: 100%;
  width: 100%;
}
.block-grading-rubric.alignwide {
  max-width: var(--wp--style--global--wide-size);
}

.risk-scale-list {
  display: grid;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: 8px;
  row-gap: 36px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 544px) {
  .risk-scale-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 782px) {
  .risk-scale-list {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.risk-lg p, .risk-lg .h4, .risk-lg h4 {
  padding-right: 16px;
}
.risk-lg h4 {
  margin-bottom: 8px;
}
.risk-lg p {
  font-size: 14px;
}
.risk-lg:before {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin-bottom: 18px;
  border-radius: 16px;
  background: #535869;
}
.risk-lg[data-risk="5"]:before, .risk-lg[data-risk="5"] .risk-swatch {
  background: var(--risk-excellent);
}
.risk-lg[data-risk="4"]:before, .risk-lg[data-risk="4"] .risk-swatch {
  background: var(--risk-very-good);
}
.risk-lg[data-risk="3"]:before, .risk-lg[data-risk="3"] .risk-swatch {
  background: var(--risk-good);
}
.risk-lg[data-risk="2"]:before, .risk-lg[data-risk="2"] .risk-swatch {
  background: var(--risk-fair);
}
.risk-lg[data-risk="1"]:before, .risk-lg[data-risk="1"] .risk-swatch {
  background: var(--risk-poor);
}

.block-mlc-calendar {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1344px;
}
.block-mlc-calendar.alignfull {
  max-width: 100%;
  width: 100%;
}
.block-mlc-calendar.alignwide {
  max-width: var(--wp--style--global--wide-size);
}

.calendar-wrapper {
  position: relative;
  border: 1px solid #EBEEF4;
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
}
.calendar-wrapper #current-date,
.calendar-wrapper #datepicker-container {
  display: none !important;
}
.calendar-wrapper .tui-datepicker {
  z-index: 2;
  position: absolute;
  top: 40px;
  margin-left: 15px;
  border-radius: 10px;
  overflow: hidden;
}
.calendar-wrapper .tui-datepicker .tui-calendar-header-info {
  display: none;
}
.calendar-wrapper .tui-datepicker .tui-calendar-header-inner {
  padding: 8px 20px 8px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.calendar-wrapper .tui-datepicker .tui-calendar-header-inner .tui-calendar-title {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-family: "Roboto Mono", monospace !important;
  text-transform: uppercase;
  letter-spacing: 1.04px !important;
  font-size: 13px !important;
  font-style: normal;
  line-height: 1.2 !important;
  margin-bottom: 8px;
  margin-top: 0;
}
.calendar-wrapper .tui-datepicker .tui-calendar-header-inner .tui-calendar-title:last-child {
  margin-bottom: 0;
}
@media (min-width: 1012px) {
  .calendar-wrapper .tui-datepicker .tui-calendar-header-inner .tui-calendar-title {
    font-size: 15px !important;
  }
}
.calendar-wrapper .tui-datepicker .tui-calendar-header-inner .tui-calendar-title {
  font-size: 12px !important;
  margin: 0;
  line-height: 1;
}
.calendar-wrapper .tui-datepicker .tui-calendar-header-inner .tui-calendar-btn {
  height: 40px;
}
.calendar-wrapper .tui-datepicker .tui-calendar-body thead tr {
  border: 0 none;
}
.calendar-wrapper .tui-datepicker .tui-calendar-body thead tr th {
  height: auto;
  background: var(--wp--preset--color--light);
  padding: 8px 0;
  font-weight: 600;
  font-size: 11px;
}
.calendar-wrapper .tui-datepicker .tui-calendar-body tbody tr {
  border: 0 none;
}
.calendar-wrapper .tui-datepicker .tui-calendar-body tbody tr td {
  border: 0 !important;
  height: 34px;
}
.calendar-wrapper .tui-datepicker .tui-calendar-body tbody tr td.tui-is-selectable:hover {
  background: var(--wp--preset--color--light);
}
.calendar-wrapper .tui-datepicker .tui-calendar-body tbody tr td.tui-calendar-today {
  font-weight: 600;
  color: #11141F !important;
}
.calendar-wrapper .tui-datepicker .tui-calendar-body tbody tr td.tui-is-selected {
  font-weight: 800;
  background: #CCEBD4;
  color: #11141F !important;
}
.calendar-wrapper.ajaxing {
  opacity: 0.8;
  pointer-events: none;
  -webkit-filter: blur(2px);
          filter: blur(2px);
}
.calendar-wrapper[data-view=month] .title-time .start, .calendar-wrapper[data-view=month] .title-time .end, .calendar-wrapper[data-view=week] .title-time .start, .calendar-wrapper[data-view=week] .title-time .end {
  display: none !important;
}
.calendar-wrapper .toastui-calendar-grid-cell-date .toastui-calendar-weekday-grid-date.toastui-calendar-weekday-grid-date-decorator {
  border: 0px none !important;
  background-color: transparent !important;
  line-height: 1.8;
}
.calendar-wrapper .mlc-cal-tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px;
  width: 100%;
}
.calendar-wrapper .mlc-cal-tools .cal-button {
  border: 1px solid #EBEEF4;
  border-radius: 50px;
  padding: 6px 12px;
  cursor: pointer;
  background: #ffffff;
  font-size: 14px;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.calendar-wrapper .mlc-cal-tools .cal-button.active {
  font-weight: 600;
}
.calendar-wrapper .mlc-cal-tools .cal-button:first-of-type {
  margin-left: 0;
}
.calendar-wrapper .mlc-cal-tools .cal-button:last-of-type {
  margin-right: 0;
}
.calendar-wrapper .mlc-cal-tools #current-date {
  /*flex: 1 0;*/
  font-size: 14px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.calendar-wrapper .mlc-cal-tools #calendar-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  grid-gap: 6px;
  margin-bottom: 24px;
}
.calendar-wrapper .mlc-cal-tools #calendar-list .cal-button {
  min-width: 80px;
}
.calendar-wrapper .mlc-cal-tools #calendar-list .cal-button.active {
  text-decoration: underline;
}
@media (min-width: 1012px) {
  .calendar-wrapper .mlc-cal-tools #calendar-list {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    margin: 24px 0 0 0;
  }
}
.calendar-wrapper .mlc-cal-tools #calendar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  grid-gap: 6px;
}
@media (min-width: 1012px) {
  .calendar-wrapper .mlc-cal-tools #calendar-nav {
    width: 50%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0;
  }
}
.calendar-wrapper .mlc-cal-tools #calendar-views {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  grid-gap: 6px;
  margin-top: 16px;
}
@media (min-width: 1012px) {
  .calendar-wrapper .mlc-cal-tools #calendar-views {
    width: 50%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0;
  }
}
.calendar-wrapper .mlc-cal-tools #calendar-views .cal-button.active {
  background: var(--wp--preset--color--light);
  font-weight: 600;
}
.calendar-wrapper .mlc-cal {
  height: 65vh;
}
.calendar-wrapper .mlc-cal .toastui-calendar-see-more-container {
  margin-top: 0;
  height: auto !important;
  top: calc(50% - 120px) !important;
  left: calc(50% - 140px) !important;
}
.calendar-wrapper .mlc-cal .toastui-calendar-see-more-container .toastui-calendar-see-more {
  border-radius: 10px;
}
.calendar-wrapper .mlc-cal .toastui-calendar-see-more-container .toastui-calendar-see-more .toastui-calendar-see-more-header {
  padding: 10px;
  margin-bottom: 0 !important;
}
.calendar-wrapper .mlc-cal .toastui-calendar-see-more-container .toastui-calendar-see-more .toastui-calendar-month-more-list {
  height: auto;
  overflow: visible;
  padding: 10px;
}
.calendar-wrapper .mlc-cal .toastui-calendar-see-more-container .toastui-calendar-see-more .toastui-calendar-month-more-list span {
  font-size: 14px;
}
.calendar-wrapper .mlc-cal .toastui-calendar-layout {
  /*.toastui-calendar-week-view .toastui-calendar-event-time*/
}
.calendar-wrapper .mlc-cal .toastui-calendar-layout .toastui-calendar-timegrid-time-column .toastui-calendar-timegrid-time-hidden {
  visibility: visible;
}
.calendar-wrapper .mlc-cal .toastui-calendar-layout.toastui-calendar-day-view .toastui-calendar-day-view-day-names,
.calendar-wrapper .mlc-cal .toastui-calendar-layout.toastui-calendar-day-view .toastui-calendar-week-view-day-names, .calendar-wrapper .mlc-cal .toastui-calendar-layout.toastui-calendar-week-view .toastui-calendar-day-view-day-names,
.calendar-wrapper .mlc-cal .toastui-calendar-layout.toastui-calendar-week-view .toastui-calendar-week-view-day-names, .calendar-wrapper .mlc-cal .toastui-calendar-layout.toastui-calendar-month .toastui-calendar-day-view-day-names,
.calendar-wrapper .mlc-cal .toastui-calendar-layout.toastui-calendar-month .toastui-calendar-week-view-day-names {
  overflow-y: visible;
}
.calendar-wrapper .mlc-cal .toastui-calendar-layout.toastui-calendar-day-view .toastui-calendar-template-time .title-time > *, .calendar-wrapper .mlc-cal .toastui-calendar-layout.toastui-calendar-week-view .toastui-calendar-template-time .title-time > * {
  display: inline-block;
}
.calendar-wrapper .mlc-cal .toastui-calendar-layout.toastui-calendar-day-view .toastui-calendar-template-time .title-time .start, .calendar-wrapper .mlc-cal .toastui-calendar-layout.toastui-calendar-day-view .toastui-calendar-template-time .title-time .end, .calendar-wrapper .mlc-cal .toastui-calendar-layout.toastui-calendar-week-view .toastui-calendar-template-time .title-time .start, .calendar-wrapper .mlc-cal .toastui-calendar-layout.toastui-calendar-week-view .toastui-calendar-template-time .title-time .end {
  font-size: 0.8em;
  font-weight: 700;
}
.calendar-wrapper .mlc-cal .toastui-calendar-layout.toastui-calendar-day-view .toastui-calendar-template-time .title-time .sep, .calendar-wrapper .mlc-cal .toastui-calendar-layout.toastui-calendar-week-view .toastui-calendar-template-time .title-time .sep {
  padding: 0 3px;
  opacity: 0.9;
}
.calendar-wrapper .mlc-cal .toastui-calendar-layout.toastui-calendar-day-view .toastui-calendar-template-time .title, .calendar-wrapper .mlc-cal .toastui-calendar-layout.toastui-calendar-week-view .toastui-calendar-template-time .title {
  display: block;
  clear: both;
  line-height: 1;
}
.calendar-wrapper .mlc-cal .toastui-calendar-layout.toastui-calendar-day-view div[data-calendar-id=calendar-2] .toastui-calendar-template-time *, .calendar-wrapper .mlc-cal .toastui-calendar-layout.toastui-calendar-week-view div[data-calendar-id=calendar-2] .toastui-calendar-template-time * {
  color: black;
}
.calendar-wrapper .mlc-cal .toastui-calendar-layout.toastui-calendar-week-view .title-time .end {
  display: none;
}
.calendar-wrapper .mlc-cal .toastui-calendar-layout.toastui-calendar-month .toastui-calendar-daygrid-cell.today {
  background-color: var(--wp--preset--color--light) !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.calendar-wrapper .mlc-cal .toastui-calendar-layout.toastui-calendar-month .toastui-calendar-weekday-event {
  /*height: auto !important;*/
}
.calendar-wrapper .mlc-cal .toastui-calendar-layout.toastui-calendar-month .toastui-calendar-template-time {
  white-space: nowrap;
}
.calendar-wrapper .mlc-cal .toastui-calendar-layout div[data-calendar-id=calendar-2] .toastui-calendar-weekday-event-title .toastui-calendar-template-allday {
  color: black;
}
.calendar-wrapper .mlc-cal .toastui-calendar-layout .toastui-calendar-template-time {
  white-space: normal;
}
.calendar-wrapper .mlc-cal .toastui-calendar-layout .toastui-calendar-timegrid-now-indicator,
.calendar-wrapper .mlc-cal .toastui-calendar-layout .toastui-calendar-timegrid-current-time {
  display: none !important;
}
.calendar-wrapper .mlc-cal .toastui-calendar-layout .toastui-calendar-see-more {
  height: auto;
  max-height: 300px;
}
.calendar-wrapper .mlc-cal .toastui-calendar-layout .toastui-calendar-weekday-grid-date {
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  color: #535869;
}
.calendar-wrapper .mlc-cal .toastui-calendar-layout .toastui-calendar-panel-allday-events .toastui-calendar-weekday-event[data-calendar-id="1"],
.calendar-wrapper .mlc-cal .toastui-calendar-layout .toastui-calendar-day-view .toastui-calendar-event-time,
.calendar-wrapper .mlc-cal .toastui-calendar-layout .toastui-calendar-week-view .toastui-calendar-event-time {
  min-height: 30px;
}
.calendar-wrapper .mlc-cal .toastui-calendar-layout .toastui-calendar-panel-title {
  width: 40px !important; /*all day title*/
}
.calendar-wrapper .mlc-cal .toastui-calendar-layout .toastui-calendar-day-name-container {
  margin-left: 35px !important;
}
.calendar-wrapper .mlc-cal .toastui-calendar-layout .toastui-calendar-day-name-item {
  text-align: center;
}
.calendar-wrapper .mlc-cal .toastui-calendar-layout .toastui-calendar-template-monthGridHeaderExceed {
  font-size: 12px;
  position: absolute;
  top: 2px;
  right: 2px;
  color: #535869;
  padding: 2px 4px;
}
.calendar-wrapper .mlc-cal .toastui-calendar-layout .toastui-calendar-template-monthGridHeaderExceed:hover {
  background: #535869;
}
.calendar-wrapper .mlc-cal .toastui-calendar-layout .toastui-calendar-weekday-event-dot {
  top: 8px;
  width: 6px;
  height: 6px;
}
.calendar-wrapper .mlc-cal .toastui-calendar-layout .toastui-calendar-weekday-event-title {
  font-size: 11px;
}
.calendar-wrapper .mlc-cal .toastui-calendar-layout .toastui-calendar-weekday-event-title span {
  font-size: 11px;
}
.calendar-wrapper .mlc-cal .toastui-calendar-layout .toastui-calendfar-timegrid-current-time span {
  font-size: 10px;
}
.calendar-wrapper .mlc-cal .toastui-calendar-layout .toastui-calendar-event-time-content p, .calendar-wrapper .mlc-cal .toastui-calendar-layout .toastui-calendar-event-time-content a, .calendar-wrapper .mlc-cal .toastui-calendar-layout .toastui-calendar-event-time-content li, .calendar-wrapper .mlc-cal .toastui-calendar-layout .toastui-calendar-event-time-content ol, .calendar-wrapper .mlc-cal .toastui-calendar-layout .toastui-calendar-event-time-content span {
  font-size: 13px;
}
.calendar-wrapper .mlc-cal .toastui-calendar-layout .toastui-calendar-timegrid-time span {
  font-size: 9px;
}
.calendar-wrapper .mlc-cal .toastui-calendar-layout .toastui-calendar-timegrid-timezone-label span {
  font-size: 11px;
}
.calendar-wrapper .mlc-cal .toastui-calendar-layout .toastui-calendar-day-name__date {
  font-size: 16px;
}
.calendar-wrapper .mlc-cal .toastui-calendar-layout .toastui-calendar-template-popupDetailTitle strong {
  word-break: normal;
}
.calendar-wrapper .mlc-cal .toastui-calendar-layout .toastui-calendar-detail-item {
  display: none;
}
.calendar-wrapper .mlc-cal .toastui-calendar-layout .toastui-calendar-detail-item.toastui-calendar-detail-item-separate {
  display: block;
}
.calendar-wrapper .mlc-cal .toastui-calendar-layout .toastui-calendar-allday {
  overflow-y: hidden;
}
.calendar-wrapper .mlc-cal .toastui-calendar-layout .toastui-calendar-ic-delete,
.calendar-wrapper .mlc-cal .toastui-calendar-layout .toastui-calendar-ic-state-b,
.calendar-wrapper .mlc-cal .toastui-calendar-layout .toastui-calendar-edit-button {
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}
.calendar-wrapper .mlc-cal .eb {
  font-size: 12px;
}
.calendar-wrapper .mlc-cal .eb p, .calendar-wrapper .mlc-cal .eb a, .calendar-wrapper .mlc-cal .eb li, .calendar-wrapper .mlc-cal .eb ol, .calendar-wrapper .mlc-cal .eb span {
  font-size: 12px;
}
.calendar-wrapper .mlc-cal .eb p {
  margin: 0 0 3px 0;
}
.calendar-wrapper .mlc-cal .eb a {
  word-break: break-all;
}

#calendar-popup-event {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
  pointer-events: none;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#calendar-popup-event.visible {
  pointer-events: auto;
  background: rgba(255, 255, 255, 0.75);
  background: rgba(0, 0, 0, 0.75);
  opacity: 1;
}
#calendar-popup-event .wrapper {
  max-width: calc(100% - 30px);
  width: 600px;
  background: #ffffff;
  color: #11141F;
  position: relative;
  border-radius: 8px;
  border: 1px solid #EBEEF4;
  overflow: hidden;
}
#calendar-popup-event .wrapper .content {
  max-height: 90vh;
  min-height: 25vh;
  padding: 48px 24px;
}
@media (min-width: 782px) {
  #calendar-popup-event .wrapper .content {
    padding: 48px;
  }
}
#calendar-popup-event .wrapper .content .title {
  display: block;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-size: 20px !important;
  line-height: 1.4;
  letter-spacing: -0.24px;
  margin-bottom: 12px;
  margin-top: 0;
}
#calendar-popup-event .wrapper .content .title:last-child {
  margin-bottom: 0;
}
@media (min-width: 1012px) {
  #calendar-popup-event .wrapper .content .title {
    font-size: 24px !important;
  }
}
#calendar-popup-event .wrapper .content .id {
  font-size: 11px;
  color: #535869;
}
#calendar-popup-event .wrapper .content .dates {
  color: #535869;
  display: block;
  font-style: normal;
  font-weight: 500;
  font-family: "Roboto Mono", monospace !important;
  text-transform: uppercase;
  letter-spacing: 1.04px !important;
  font-size: 13px !important;
  font-style: normal;
  line-height: 1.2 !important;
  margin-bottom: 8px;
  margin-top: 0;
}
#calendar-popup-event .wrapper .content .dates:last-child {
  margin-bottom: 0;
}
@media (min-width: 1012px) {
  #calendar-popup-event .wrapper .content .dates {
    font-size: 15px !important;
  }
}
#calendar-popup-event .wrapper .content .description {
  display: block;
  border-top: 1px solid #EBEEF4;
  padding-top: 20px;
  margin: 20px 0 5px 0;
}
#calendar-popup-event .wrapper .content .description.empty-description {
  display: none;
}
#calendar-popup-event .wrapper .content .parsed-link {
  word-break: break-all;
}
#calendar-popup-event .wrapper .debug {
  max-height: 100px;
  overflow-y: scroll;
}
#calendar-popup-event .wrapper .close {
  text-align: center;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
}
#calendar-popup-event .wrapper .close a {
  width: 48px;
  height: 48px;
  color: #11141F;
  border-radius: 0 0 0 8px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
#calendar-popup-event .wrapper .close a svg {
  width: 20px;
}
#calendar-popup-event .wrapper .close a:hover {
  opacity: 0.6;
}

.block-cta {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1344px;
  padding: 24px 0;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.block-cta.alignfull {
  max-width: 100%;
  width: 100%;
}
.block-cta.alignwide {
  max-width: var(--wp--style--global--wide-size);
}
.block-cta.alignfull {
  border-radius: 0;
}
@media (min-width: 782px) {
  .block-cta {
    padding-left: 48px;
    padding-right: 48px;
  }
}

.cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 24px;
  max-width: 1080px !important;
}
.cta .wp-block-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 12px;
}
.cta * {
  margin: 0 !important;
}
@media (max-width: 781px) {
  .cta {
    text-align: center;
  }
}
@media (min-width: 782px) {
  .cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    align-items: center;
    grid-gap: 48px;
  }
}

.block-cta.alignfull {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.block-ml-sidebar {
  background: var(--wp--preset--color--light);
  padding: var(--wp--preset--spacing--3) 24px;
  height: 100%;
}
@media (max-width: 781px) {
  .block-ml-sidebar {
    padding: var(--wp--preset--spacing--2) 24px;
  }
}

.gutenberg-blocks .block-ml-sidebar .ml-sidebar nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 16px;
  margin: 24px 0 0 !important;
  padding: 0 !important;
  list-style-type: none !important;
}
.gutenberg-blocks .block-ml-sidebar .ml-sidebar nav ul li {
  padding-left: 16px;
}
.gutenberg-blocks .block-ml-sidebar .ml-sidebar nav ul li.current_page_item {
  border-left: 2px solid #4AC7EB;
}
.gutenberg-blocks .block-ml-sidebar .ml-sidebar nav ul li.current_page_item a {
  color: #034ea2;
}
.gutenberg-blocks .block-ml-sidebar .ml-sidebar nav ul a {
  color: #535869;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}

.tabs__hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 24px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.tabs__hd button {
  background: transparent !important;
  border: none !important;
  padding: 0 0 4px !important;
  color: #11141F;
  border-bottom: 2px solid transparent !important;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tabs__hd button:hover {
  cursor: pointer;
  border-bottom-color: #EBEEF4 !important;
}
.tabs__hd button.is-active {
  border-bottom: 2px solid #4AC7EB !important;
  color: #034ea2;
}

.tabs__bd {
  padding: 0 0 32px;
}
.tabs__bd > div {
  display: none;
}
.tabs__bd > div.is-active {
  display: block;
}
.tabs__bd .accordion .accordion__hd .accordion__icon {
  background: #034ea2;
}
.tabs__bd .accordion .accordion__hd .accordion__icon svg,
.tabs__bd .accordion .accordion__hd .accordion__icon svg path {
  fill: #ffffff;
}
.tabs__bd .accordion.is-open .accordion__icon {
  background: #4AC7EB;
}
.tabs__bd .accordion.is-open .accordion__icon svg,
.tabs__bd .accordion.is-open .accordion__icon svg path {
  fill: #ffffff;
}

.gutenberg-blocks .gform_wrapper,
.is-root-container .gform_wrapper {
  width: 100%;
  max-width: 100%;
}
.gutenberg-blocks .gform_wrapper .gform_heading,
.is-root-container .gform_wrapper .gform_heading {
  background: var(--wp--preset--color--light);
  padding: var(--wp--preset--spacing--4) 0;
}
.gutenberg-blocks .gform_wrapper .gform_heading > *,
.is-root-container .gform_wrapper .gform_heading > * {
  max-width: 880px !important;
  width: 90% !important;
  margin-left: auto;
  margin-right: auto;
}
.gutenberg-blocks .gform_wrapper .gform_heading p,
.is-root-container .gform_wrapper .gform_heading p {
  font-size: 18px !important;
}
@media (min-width: 1012px) {
  .gutenberg-blocks .gform_wrapper .gform_heading p,
  .is-root-container .gform_wrapper .gform_heading p {
    font-size: 20px !important;
  }
}
.gutenberg-blocks .gform_wrapper form,
.is-root-container .gform_wrapper form {
  max-width: 880px !important;
  width: 90% !important;
  margin-left: auto;
  margin-right: auto;
  padding: var(--wp--preset--spacing--2) 0;
}

.hidden_label > .gfield_label,
.gfield_visibility_hidden,
.gfield_required_text,
.gform_required_legend,
.gform_validation_container {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  margin-bottom: 0 !important;
}

.gfield_required.gfield_required_text:after {
  content: "*";
}

.gform_ajax_spinner {
  position: absolute;
  height: 24px;
  width: 24px;
  top: calc(50% - 12px);
  left: 0;
}

.gform_validation_container {
  display: none;
  margin-bottom: 0 !important;
}

.gform_fields {
  grid-column-gap: 16px !important;
  grid-row-gap: 8px !important;
}
.gform_fields .gfield {
  position: relative;
  margin-bottom: 24px !important;
}
.gform_fields .ginput_container {
  margin: 0 !important;
}

fieldset {
  border: none;
  padding: 0;
}

fieldset.gfield--type-name .ginput_container--name,
fieldset.gfield--type-email .ginput_container_email {
  display: grid;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: 16px;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 544px) {
  fieldset.gfield--type-name .ginput_container--name,
  fieldset.gfield--type-email .ginput_container_email {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
fieldset.gfield--type-name .ginput_container--name .gform-field-label--type-sub,
fieldset.gfield--type-email .ginput_container_email .gform-field-label--type-sub {
  font-size: 12px !important;
  opacity: 0.5;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

fieldset.gfield--type-email .ginput_container_email .gform-grid-col,
fieldset.gfield--type-email .ginput_container_email > * {
  position: relative;
  display: block;
}

.gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-gap: 16px;
  width: 100%;
}
.gform_fields .gfield {
  width: 100%;
}
.gform_fields .gfield--width-half {
  width: calc(50% - 8px);
}
.gform_fields .gfield--width-half {
  width: calc(50% - 8px);
}
@media (min-width: 544px) {
  .gform_fields .gfield--width-third {
    width: calc(33% - 8px);
  }
}

.gfield_label {
  display: block;
  font-family: "Instrument Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px !important;
  margin-bottom: 8px;
}
.gfield_label .gfield_required_asterisk,
.gfield_label .gfield_required {
  margin-left: 0 !important;
}

.gform_required_legend {
  display: none;
}

.field-wrap,
.gfield {
  position: relative;
}

.gfield.half {
  display: inline-block;
  width: 49%;
  margin-right: 1%;
}
.gfield.half + .half {
  margin-left: 1%;
  margin-right: 0;
}

.gfield .name_first,
.gfield .name_last {
  position: relative;
  display: block;
}
.gfield .name_first input,
.gfield .name_last input {
  padding-right: 60px !important;
}
.gfield .name_first label,
.gfield .name_last label {
  font-size: 12px !important;
  opacity: 0.5;
  position: absolute;
  right: 32px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

.gfield input[type=text],
.gfield input[type=email],
.gfield input[type=number],
.gfield input[type=password],
.gfield input[type=tel],
.gfield textarea,
.gfield select {
  -webkit-appearance: none;
  font-family: "Instrument Sans", sans-serif;
  display: block;
  -moz-appearance: none;
       appearance: none;
  width: 100% !important;
  height: 56px;
  margin: 0;
  padding: 0 16px !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-radius: 8px;
  border: 1px solid #ced2d9;
  background: #ffffff;
  font-weight: 300 !important;
  color: #1E293B;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 16px !important;
  line-height: 1.5;
  -webkit-font-feature-settings: "salt" on;
          font-feature-settings: "salt" on;
  outline: none !important;
}
.has-primary-background-color .gfield input[type=text],
.has-primary-background-color .gfield input[type=email],
.has-primary-background-color .gfield input[type=number],
.has-primary-background-color .gfield input[type=password],
.has-primary-background-color .gfield input[type=tel],
.has-primary-background-color .gfield textarea,
.has-primary-background-color .gfield select {
  border-color: var(--wp--preset--color--dark) !important;
}
.gfield input[type=text]:focus, .gfield input[type=text]:active,
.gfield input[type=email]:focus,
.gfield input[type=email]:active,
.gfield input[type=number]:focus,
.gfield input[type=number]:active,
.gfield input[type=password]:focus,
.gfield input[type=password]:active,
.gfield input[type=tel]:focus,
.gfield input[type=tel]:active,
.gfield textarea:focus,
.gfield textarea:active,
.gfield select:focus,
.gfield select:active {
  border-color: var(--wp--preset--color--dark);
}
.gfield input[type=file] {
  font-size: 14px !important;
}

.gfield textarea {
  padding: 16px !important;
  border: 1px solid #EBEEF4;
  height: 200px !important;
}

.form-wrapper .gform_wrapper.gravity-theme .gfield textarea.large,
.form-wrapper .gform_wrapper.gravity-theme .gfield textarea {
  height: 180px !important;
  min-height: 140px !important;
  padding: 16px !important;
}

.gfield_error.gfield .gfield_validation_message,
.gfield_error.gfield .instruction.validation_message {
  color: #FF0017 !important;
  font-size: 12px !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.gfield_error.gfield .instruction.validation_message {
  left: auto;
  right: 0;
}

.gform_validation_errors {
  display: none !important;
}

.gfield_error input,
.gfield_error textarea {
  border-color: #FF0017;
}

.gform_confirmation_message {
  padding: 24px !important;
  border-radius: 8px;
  background: transparent;
  color: #11141F;
  text-align: center;
}

.gform_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 0;
  position: relative;
}

.gform_footer button,
.gform_footer input[type=submit] {
  -webkit-appearance: none !important;
  border-radius: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  padding: 0 0 2px;
  border: none;
  background: transparent;
  position: relative;
  display: inline-flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  z-index: 1;
  min-width: 189px;
  height: 56px;
  border-radius: 50px;
  text-align: center;
  width: auto;
  padding: 0 32px !important;
  white-space: nowrap;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500 !important;
  line-height: 1;
  text-decoration: none;
  border: none;
  font-family: "Instrument Sans", sans-serif !important;
  font-size: 16px;
  font-weight: 500 !important;
  background: #CCEBD4 !important;
  border: 1px solid #CCEBD4 !important;
  color: var(--wp--preset--color--dark) !important;
  grid-gap: 8px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.gform_footer button svg,
.gform_footer button svg path,
.gform_footer input[type=submit] svg,
.gform_footer input[type=submit] svg path {
  fill: currentColor;
  -webkit-transition: fill 0.4s ease;
  transition: fill 0.4s ease;
}
.gform_footer button:hover, .gform_footer button:focus,
.gform_footer input[type=submit]:hover,
.gform_footer input[type=submit]:focus {
  cursor: pointer;
  opacity: 1;
  text-decoration: none;
  color: #11141F !important;
  background: #b2d1ba !important;
  border-color: #b2d1ba !important;
}
.gform_footer button:hover svg,
.gform_footer button:hover svg path, .gform_footer button:focus svg,
.gform_footer button:focus svg path,
.gform_footer input[type=submit]:hover svg,
.gform_footer input[type=submit]:hover svg path,
.gform_footer input[type=submit]:focus svg,
.gform_footer input[type=submit]:focus svg path {
  fill: currentColor;
}
.gform_footer button[disabled],
.gform_footer input[type=submit][disabled] {
  opacity: 0.2;
  pointer-events: none;
}
.gform_footer button::-moz-selection, .gform_footer input[type=submit]::-moz-selection {
  background: transparent !important;
}
.gform_footer button::selection,
.gform_footer input[type=submit]::selection {
  background: transparent !important;
}
.gform_footer button:hover, .gform_footer button:focus, .gform_footer button:active,
.gform_footer input[type=submit]:hover,
.gform_footer input[type=submit]:focus,
.gform_footer input[type=submit]:active {
  outline: none;
  cursor: pointer;
}

.ginput_container_address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ginput_container_address .address_line_1 {
  width: 100%;
  margin-bottom: 16px !important;
}
.ginput_container_address .address_line_2,
.ginput_container_address .address_country {
  display: none;
}
@media (min-width: 1012px) {
  .ginput_container_address .ginput_address_city,
  .ginput_container_address .ginput_address_state,
  .ginput_container_address .ginput_address_zip {
    width: calc(33% - 6px);
    padding: 0;
    margin: 0;
  }
}

.ginput_container_select {
  position: relative;
  background: transparent;
}
.ginput_container_select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11.9997 13.1714L16.9495 8.22168L18.3637 9.63589L11.9997 15.9999L5.63574 9.63589L7.04996 8.22168L11.9997 13.1714Z' fill='rgba(33,33,33,1)'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 18px;
}

.gfield_label + .ginput_container_checkbox,
.gfield_label + .ginput_container_radio {
  margin-top: 12px !important;
}

.gfield_description {
  color: rgba(17, 20, 31, 0.8) !important;
  font-size: 14px !important;
  margin-bottom: 8px;
}

.ginput_counter {
  color: rgba(17, 20, 31, 0.6) !important;
  font-size: 12px !important;
}

.ginput_container + .gfield_description {
  padding-top: 4px !important;
  font-size: 13px !important;
}

.ginput_container_checkbox .gfield-choice-input,
.ginput_container_radio .gfield-choice-input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ginput_container_checkbox .gchoice,
.ginput_container_radio .gchoice {
  position: relative;
}
.ginput_container_checkbox .gchoice + .gchoice,
.ginput_container_radio .gchoice + .gchoice {
  margin-top: 10px;
}
.ginput_container_checkbox .gchoice label,
.ginput_container_radio .gchoice label {
  color: rgba(17, 20, 31, 0.7) !important;
  padding-left: 32px;
}
.ginput_container_checkbox .gchoice label:before, .ginput_container_checkbox .gchoice label:after,
.ginput_container_radio .gchoice label:before,
.ginput_container_radio .gchoice label:after {
  content: "";
  position: absolute;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  left: 0;
  width: 24px;
  min-width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid #ced2d9;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: white;
}
.ginput_container_checkbox .gchoice label:after,
.ginput_container_radio .gchoice label:after {
  border-color: transparent;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10.0007 15.1709L19.1931 5.97852L20.6073 7.39273L10.0007 17.9993L3.63672 11.6354L5.05093 10.2212L10.0007 15.1709Z' fill='rgba(0,0,0,1)'%3E%3C/path%3E%3C/svg%3E") center/16px auto no-repeat;
  z-index: 2;
  opacity: 0;
}
.ginput_container_checkbox .gchoice label:hover,
.ginput_container_radio .gchoice label:hover {
  cursor: pointer;
}
.ginput_container_checkbox .gchoice input:checked + label,
.ginput_container_radio .gchoice input:checked + label {
  color: #11141F !important;
}
.ginput_container_checkbox .gchoice input:checked + label:before,
.ginput_container_radio .gchoice input:checked + label:before {
  border-color: #CCEBD4;
  background: #CCEBD4;
}
.ginput_container_checkbox .gchoice input:checked + label:after,
.ginput_container_radio .gchoice input:checked + label:after {
  opacity: 1;
}

.gfield_radio,
.gfield_checkbox,
.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.gfield_radio .gchoice,
.gfield_checkbox .gchoice,
.checkbox .gchoice {
  margin: 8px 0;
}
.gfield_radio label,
.gfield_checkbox label,
.checkbox label {
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 14px;
  color: currentColor;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.gfield_radio label:hover,
.gfield_checkbox label:hover,
.checkbox label:hover {
  cursor: pointer;
}
.gfield_radio input,
.gfield_checkbox input,
.checkbox input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gfield_radio label:before,
.gfield_checkbox label:before,
.checkbox label:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 8px;
  background: #EBEBEB;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
  cursor: pointer;
}
.gfield_radio label:after,
.gfield_checkbox label:after,
.checkbox label:after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  position: absolute;
  left: -3px;
  top: -3px;
  border: 1px solid var(--wp--preset--color--dark);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(255,255,255,1)'%3E%3Cpath d='M9.9997 15.1709L19.1921 5.97852L20.6063 7.39273L9.9997 17.9993L3.63574 11.6354L5.04996 10.2212L9.9997 15.1709Z'%3E%3C/path%3E%3C/svg%3E") center/14px auto no-repeat;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  cursor: pointer;
  opacity: 0;
}
.gfield_radio input:checked + label:before,
.gfield_checkbox input:checked + label:before,
.checkbox input:checked + label:before {
  background: var(--wp--preset--color--dark);
}
.gfield_radio input:checked + label:after,
.gfield_checkbox input:checked + label:after,
.checkbox input:checked + label:after {
  opacity: 1;
}

.ginput_container_radio .gchoice label:before, .ginput_container_radio .gchoice label:after {
  border-radius: 50%;
}
.ginput_container_radio .gchoice label:after {
  background: #CCEBD4;
  -webkit-transform: translate3d(0, 0, 0) scale(0.7);
          transform: translate3d(0, 0, 0) scale(0.7);
}
.ginput_container_radio .gchoice input:checked + label:before {
  background: transparent;
}
.ginput_container_radio .gchoice input:checked + label:after {
  opacity: 1;
}

.ginput_container_fileupload {
  margin-top: 6px;
}
.ginput_container_fileupload .gform_fileupload_multifile .gform_drop_area {
  margin-bottom: 0 !important;
}
.ginput_container_fileupload .gform_fileupload_rules {
  font-size: 13px !important;
  padding-top: 4px !important;
}
.ginput_container_fileupload button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: #CCEBD4;
  border-radius: 50px;
  color: #ffffff;
  padding: 8px 24px 10px;
  font-weight: 500;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.ginput_container_fileupload button:hover {
  cursor: pointer;
  opacity: 0.7;
}
.ginput_container_fileupload ul.validation_message {
  margin: 0;
  padding: 0;
  color: #FF0017 !important;
  font-size: 13px;
  font-weight: 400 !important;
}

::-webkit-input-placeholder {
  opacity: 0.4;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  color: currentColor;
}

::-moz-placeholder {
  opacity: 0.4;
  -moz-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  color: currentColor;
}

:-ms-input-placeholder {
  opacity: 0.4;
  -ms-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  color: currentColor;
}

::-ms-input-placeholder {
  opacity: 0.4;
  -ms-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  color: currentColor;
}

::placeholder {
  opacity: 0.4;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  color: currentColor;
}

input:focus::-webkit-input-placeholder {
  opacity: 0.4;
}

:-ms-input-placeholder {
  opacity: 0.4;
  -ms-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  color: currentColor;
}

input:focus:-ms-input-placeholder {
  opacity: 0.4;
}

::-ms-input-placeholder {
  opacity: 0.4;
  -ms-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  color: currentColor;
}

input:focus::-ms-input-placeholder {
  opacity: 0.4;
}

form.inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}
form.inline input[type=email] {
  width: 100%;
  border: none;
  height: 44px;
  border-bottom: 1px solid #EBEEF4;
  padding: 0;
}
form.inline button {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent !important;
  width: 44px;
  min-width: 44px;
  height: 43px;
  padding: 0;
  border-radius: 0;
  margin-top: 0;
}

.block-history {
  width: 100%;
  max-width: 100%;
}
.block-history .wrapper {
  position: relative;
}

.history__hd {
  margin-bottom: var(--wp--preset--spacing--2);
}

.history__hd:empty {
  display: none;
}

.is-root-container .history__hd:empty {
  display: block;
  min-height: 36px;
}

.swiper--timeline {
  -webkit-transform: translate3d(0, -30px, 0);
          transform: translate3d(0, -30px, 0);
  z-index: 4;
}

.timeline-item {
  text-align: center;
  padding: 0;
  position: relative;
}
.timeline-item:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  background: #848791;
  position: absolute;
  top: 0;
  left: calc(50% - 6px);
}
.timeline-item .line {
  content: "";
  width: 1px;
  height: 48px;
  background: #848791;
  margin: 0 auto 18px;
}
.timeline-item h3 {
  margin-bottom: 4px !important;
}
.timeline-item .h6 {
  color: var(--Blue-Grey, #535869);
  margin-bottom: 18px !important;
}
.timeline-item p {
  font-size: 14px !important;
}

.block-history .swiper-slider__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  z-index: 1;
}
.block-history .swiper-slider__nav .line {
  width: 100%;
  height: 1px;
  background: #848791;
}
.block-history .swiper-slider__nav .swiper-next,
.block-history .swiper-slider__nav .swiper-prev {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  z-index: 4;
}
.block-history .swiper-slider__nav .swiper-next.swiper-button-disabled,
.block-history .swiper-slider__nav .swiper-prev.swiper-button-disabled {
  opacity: 0.1 !important;
  pointer-events: none;
}
.block-history .swiper-slider__nav .swiper-next:hover,
.block-history .swiper-slider__nav .swiper-prev:hover {
  cursor: pointer;
  opacity: 0.6;
}

@media (min-width: 1344px) {
  .swiper--timeline {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.swiper {
  width: 100%;
  height: 100%;
}

.is-root-container .swiper figure {
  margin-bottom: 0 !important;
}

.swiper-fade .swiper-slide {
  opacity: 0 !important;
}
.swiper-fade .swiper-slide.swiper-slide-fully-visible {
  opacity: 1 !important;
}

.swiper-overflow {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.swiper-overflow .swiper-overflow__inner {
  overflow: visible;
  margin-left: auto;
  width: calc(100vw - 5%);
}
@media (min-width: 1440px) {
  .swiper-overflow .swiper-overflow__inner {
    width: calc(100vw - (100vw - 1440px) / 2);
  }
}
.swiper-overflow .wrapper {
  overflow: visible;
  max-width: 1440px;
}
.swiper-overflow .swiper {
  overflow: visible;
}
@media (min-width: 1344px) {
  .swiper-overflow .swiper-next {
    right: 12px !important;
  }
}

.swiper--full .swiper-slide figure {
  height: 60vh;
  min-height: 500px;
  width: 100%;
}
@media (min-width: 782px) {
  .swiper--full .swiper-slide figure {
    height: 70vh;
  }
}
@media (min-width: 1012px) {
  .swiper--full .swiper-slide figure {
    height: 100vh;
  }
}
.swiper--full .swiper-slide figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.swiper--arrow-cursor {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.swiper--arrow-cursor-wrap {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.swiper--arrow-cursor-wrap .swiper-next,
.swiper--arrow-cursor-wrap .swiper-prev {
  position: fixed !important;
  top: 0 !important;
  z-index: 6 !important;
  width: 50% !important;
  height: 100% !important;
  border-radius: 0 !important;
  right: 0 !important;
  background: transparent !important;
}
.swiper--arrow-cursor-wrap .swiper-next svg,
.swiper--arrow-cursor-wrap .swiper-prev svg {
  display: none;
}
.swiper--arrow-cursor-wrap .swiper-next {
  right: 0 !important;
}
.swiper--arrow-cursor-wrap .swiper-next:hover {
  cursor: url("build/img/chevron.html"), e-resize !important;
}
.swiper--arrow-cursor-wrap .swiper-prev {
  left: 0 !important;
}
.swiper--arrow-cursor-wrap .swiper-prev:hover {
  cursor: url("build/img/chevron-left.html"), w-resize !important;
}

html.is-touch .swiper--arrow-cursor-wrap .swiper-next,
html.is-touch .swiper--arrow-cursor-wrap .swiper-prev,
html.is-touch .swiper--arrow-cursor .swiper-next,
html.is-touch .swiper--arrow-cursor .swiper-prev {
  display: none;
}

.swiper--arrow-cursor .swiper-next,
.swiper--arrow-cursor .swiper-prev {
  position: fixed !important;
  top: 0 !important;
  z-index: 6 !important;
  width: 50% !important;
  height: 100% !important;
  border-radius: 0 !important;
  right: 0 !important;
  background: transparent !important;
}
.swiper--arrow-cursor .swiper-next svg,
.swiper--arrow-cursor .swiper-prev svg {
  display: none;
}
.swiper--arrow-cursor .swiper-next {
  right: 0 !important;
}
.swiper--arrow-cursor .swiper-next:hover {
  cursor: url("build/img/chevron.html"), e-resize !important;
}
.swiper--arrow-cursor .swiper-prev {
  left: 0 !important;
}
.swiper--arrow-cursor .swiper-prev:hover {
  cursor: url("build/img/chevron-left.html"), w-resize !important;
}

.swiper-overflow .swiper--arrow-cursor .swiper-prev {
  left: -5% !important;
  left: 0 !important;
}
@media (min-width: 1440px) {
  .swiper-overflow .swiper--arrow-cursor .swiper-prev {
    left: calc((100vw - 1440px) / 2) !important;
    left: 0 !important;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.swiper-gallery-offset-heights .swiper-wrapper {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.swiper-gallery-offset-heights .swiper-slide figure {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 150%;
  overflow: hidden;
}
.swiper-gallery-offset-heights .swiper-slide figure img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.swiper-gallery-offset-heights .swiper-slide:nth-child(3n+2) figure {
  padding-bottom: 130%;
}
@media (min-width: 1012px) {
  .swiper-gallery-offset-heights .swiper-slide:nth-child(3n+2) figure {
    padding-bottom: 120%;
  }
}
.swiper-gallery-offset-heights .swiper-slide:nth-child(3n+3) figure {
  padding-bottom: 140%;
}
@media (min-width: 1012px) {
  .swiper-gallery-offset-heights .swiper-slide:nth-child(3n+3) figure {
    padding-bottom: 133%;
  }
}

.swiper--vertical .swiper-pagination,
.swiper--vertical .swiper-pagination-horizontal {
  z-index: 10;
  position: absolute;
  top: auto;
  bottom: 124px;
  left: auto;
  right: 24px;
  display: block;
  width: 24px;
}
.swiper--vertical .swiper-pagination .swiper-pagination-bullet,
.swiper--vertical .swiper-pagination-horizontal .swiper-pagination-bullet {
  border-radius: 50%;
  height: 10px;
  width: 10px;
  border: 1px solid #ffffff;
  background: transparent;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: block !important;
  margin: 10px auto !important;
}
.swiper--vertical .swiper-pagination .swiper-pagination-bullet-active,
.swiper--vertical .swiper-pagination-horizontal .swiper-pagination-bullet-active {
  height: 24px;
  border-radius: 4px;
  background: #ffffff;
}

.swiper-pagination-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 8px;
  bottom: 24px !important;
  z-index: 9;
}
.swiper-pagination-horizontal .swiper-pagination-bullet {
  border-radius: 50%;
  height: 8px;
  width: 8px;
  border-radius: 0;
  width: 16px;
  height: 2px;
  border: none;
  background: white;
  border: none;
  opacity: 0.4;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  display: block !important;
  margin: 0 !important;
}
.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: #fff;
  width: 48px;
  opacity: 1;
}

.swiper--arrows-center .swiper-prev,
.swiper--arrows-center .swiper-next {
  position: absolute;
  opacity: 1;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  background: transparent;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  z-index: 8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.swiper--arrows-center .swiper-prev svg,
.swiper--arrows-center .swiper-next svg {
  fill: #ffffff;
  width: 15px;
}
.swiper--arrows-center .swiper-prev span,
.swiper--arrows-center .swiper-next span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@media (min-width: 1012px) {
  .swiper--arrows-center .swiper-prev,
  .swiper--arrows-center .swiper-next {
    width: 56px;
    height: 56px;
  }
}
.swiper--arrows-center .swiper-prev:hover,
.swiper--arrows-center .swiper-next:hover {
  opacity: 0.7;
  cursor: pointer;
}
.swiper--arrows-center .swiper-prev.swiper-button-disabled,
.swiper--arrows-center .swiper-next.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
}
.swiper--arrows-center .swiper-prev {
  left: 0;
}
.swiper--arrows-center .swiper-next {
  right: 0;
}

.swiper-prev .swiper-next:active, .swiper-prev .swiper-next:focus {
  outline: none;
  opacity: 0.7;
}

.swiper-overflow .swiper-slide {
  -webkit-transition-delay: 0.3s !important;
          transition-delay: 0.3s !important;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  opacity: 0;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.swiper-overflow .swiper-slide-active,
.swiper-overflow .swiper-slide-next,
.swiper-overflow .swiper-slide-next + .swiper-slide,
.swiper-overflow .swiper-slide-prev {
  opacity: 1;
}
.swiper-overflow .swiper-slide-next + .swiper-slide + .swiper-slide {
  -webkit-transition-delay: 0 !important;
          transition-delay: 0 !important;
  opacity: 0;
}