.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  backface-visibility: hidden;
  outline: none;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
        .glightbox-container .ginner-container.desc-top {
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
        .glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe,
    .gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  touch-action: auto;
}

.gslide:not(.current) {
  pointer-events: none;
}

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

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  object-fit: cover;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-top .gslide-image img,
        .desc-bottom .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
        .desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: grabbing !important;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
        /* max-width: 160vmin; */
  margin: auto;
}

.gslide-video::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: grabbing !important;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  box-shadow: none !important;
}

.desc-top .gslide-media,
    .desc-bottom .gslide-media {
  margin: 0 auto;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  flex: 1 0 100%;
}

.gslide-description.description-left,
    .gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
    .gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}


/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/

.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gprev,
.gnext,
.gclose {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gnext,
    .glightbox-closing .gprev,
    .glightbox-closing .gclose {
  opacity: 0 !important;
}


/*Skin */

.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gprev,
    .glightbox-clean .gnext,
    .glightbox-clean .gclose {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
  fill: #fff;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}


/*CSS Animations*/

.gfadeIn {
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  animation: gzoomOut 0.5s ease;
}

@keyframes lightboxLoader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes gslideInLeft {
  from {
    opacity: 0;
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    transform: translate3d(60%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}

@keyframes gzoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}

@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
                .glightbox-container .ginner-container.desc-top .gslide-image img {
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left,
    .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  .glightbox-clean .gslide-media {
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner,
.glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gprev,
    .glightbox-clean .gnext,
    .glightbox-clean .gclose {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gprev:hover,
.glightbox-clean .gnext:hover,
.glightbox-clean .gclose:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}

@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}

@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}

/**
 * tom-select.css (v2.3.1)
 * Copyright (c) contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 */
.ts-control {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 3px;
  display: flex;
  flex-wrap: wrap;
}
.ts-wrapper.multi.has-items .ts-control {
  padding: calc(8px - 2px - 0) 8px calc(8px - 2px - 3px - 0);
}
.full .ts-control {
  background-color: #fff;
}
.disabled .ts-control, .disabled .ts-control * {
  cursor: default !important;
}
.focus .ts-control {
  box-shadow: none;
}
.ts-control > * {
  vertical-align: baseline;
  display: inline-block;
}
.ts-wrapper.multi .ts-control > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}
.ts-wrapper.multi .ts-control > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}
.ts-wrapper.multi.disabled .ts-control > div, .ts-wrapper.multi.disabled .ts-control > div.active {
  color: #7d7d7d;
  background: white;
  border: 0 solid white;
}
.ts-control > input {
  flex: 1 1 auto;
  min-width: 7rem;
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
  box-shadow: none !important;
}
.ts-control > input::-ms-clear {
  display: none;
}
.ts-control > input:focus {
  outline: none !important;
}
.has-items .ts-control > input {
  margin: 0 4px !important;
}
.ts-control.rtl {
  text-align: right;
}
.ts-control.rtl.single .ts-control:after {
  left: 15px;
  right: auto;
}
.ts-control.rtl .ts-control > input {
  margin: 0 4px 0 -2px !important;
}
.disabled .ts-control {
  opacity: 0.5;
  background-color: #fafafa;
}
.input-hidden .ts-control > input {
  opacity: 0;
  position: absolute;
  left: -10000px;
}

.ts-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: 0.25rem 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}
.ts-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.ts-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}
.ts-dropdown .option,
.ts-dropdown .optgroup-header,
.ts-dropdown .no-results,
.ts-dropdown .create {
  padding: 5px 8px;
}
.ts-dropdown .option, .ts-dropdown [data-disabled], .ts-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.ts-dropdown [data-selectable].option {
  opacity: 1;
  cursor: pointer;
}
.ts-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.ts-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}
.ts-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.ts-dropdown .active.create {
  color: #495c68;
}
.ts-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.ts-dropdown .spinner {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 5px 8px;
}
.ts-dropdown .spinner::after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 3px;
  border-radius: 50%;
  border: 5px solid #d0d0d0;
  border-color: #d0d0d0 transparent #d0d0d0 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.ts-dropdown-content {
  overflow: hidden auto;
  max-height: 200px;
  scroll-behavior: smooth;
}

.ts-wrapper.plugin-drag_drop .ts-dragging {
  color: transparent !important;
}
.ts-wrapper.plugin-drag_drop .ts-dragging > * {
  visibility: hidden !important;
}

.plugin-checkbox_options:not(.rtl) .option input {
  margin-right: 0.5rem;
}

.plugin-checkbox_options.rtl .option input {
  margin-left: 0.5rem;
}

/* stylelint-disable function-name-case */
.plugin-clear_button {
  --ts-pr-clear-button: 1em;
}
.plugin-clear_button .clear-button {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(8px - 6px);
  margin-right: 0 !important;
  background: transparent !important;
  transition: opacity 0.5s;
  cursor: pointer;
}
.plugin-clear_button.form-select .clear-button, .plugin-clear_button.single .clear-button {
  right: max(var(--ts-pr-caret), 8px);
}
.plugin-clear_button.focus.has-items .clear-button, .plugin-clear_button:not(.disabled):hover.has-items .clear-button {
  opacity: 1;
}

.ts-wrapper .dropdown-header {
  position: relative;
  padding: 10px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: color-mix(#fff, #d0d0d0, 85%);
  border-radius: 3px 3px 0 0;
}
.ts-wrapper .dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.ts-wrapper .dropdown-header-close:hover {
  color: black;
}

.plugin-dropdown_input.focus.dropdown-active .ts-control {
  box-shadow: none;
  border: 1px solid #d0d0d0;
}
.plugin-dropdown_input .dropdown-input {
  border: 1px solid #d0d0d0;
  border-width: 0 0 1px;
  display: block;
  padding: 8px 8px;
  box-shadow: none;
  width: 100%;
  background: transparent;
}
.plugin-dropdown_input .items-placeholder {
  border: 0 none !important;
  box-shadow: none !important;
  width: 100%;
}
.plugin-dropdown_input.has-items .items-placeholder, .plugin-dropdown_input.dropdown-active .items-placeholder {
  display: none !important;
}

.ts-wrapper.plugin-input_autogrow.has-items .ts-control > input {
  min-width: 0;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input {
  flex: none;
  min-width: 4px;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::-ms-input-placeholder {
  color: transparent;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::placeholder {
  color: transparent;
}

.ts-dropdown.plugin-optgroup_columns .ts-dropdown-content {
  display: flex;
}
.ts-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}
.ts-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.ts-dropdown.plugin-optgroup_columns .optgroup::before {
  display: none;
}
.ts-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.ts-wrapper.plugin-remove_button .item {
  display: inline-flex;
  align-items: center;
}
.ts-wrapper.plugin-remove_button .item .remove {
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 0 6px;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}
.ts-wrapper.plugin-remove_button .item .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.ts-wrapper.plugin-remove_button.disabled .item .remove:hover {
  background: none;
}
.ts-wrapper.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

.ts-wrapper.plugin-remove_button:not(.rtl) .item {
  padding-right: 0 !important;
}
.ts-wrapper.plugin-remove_button:not(.rtl) .item .remove {
  border-left: 1px solid #d0d0d0;
  margin-left: 6px;
}
.ts-wrapper.plugin-remove_button:not(.rtl) .item.active .remove {
  border-left-color: #cacaca;
}
.ts-wrapper.plugin-remove_button:not(.rtl).disabled .item .remove {
  border-left-color: white;
}

.ts-wrapper.plugin-remove_button.rtl .item {
  padding-left: 0 !important;
}
.ts-wrapper.plugin-remove_button.rtl .item .remove {
  border-right: 1px solid #d0d0d0;
  margin-right: 6px;
}
.ts-wrapper.plugin-remove_button.rtl .item.active .remove {
  border-right-color: #cacaca;
}
.ts-wrapper.plugin-remove_button.rtl.disabled .item .remove {
  border-right-color: white;
}

:root {
  --ts-pr-clear-button: 0;
  --ts-pr-caret: 0;
  --ts-pr-min: .75rem;
}

.ts-wrapper.single .ts-control, .ts-wrapper.single .ts-control input {
  cursor: pointer;
}

.ts-control:not(.rtl) {
  padding-right: max(var(--ts-pr-min), var(--ts-pr-clear-button) + var(--ts-pr-caret)) !important;
}

.ts-control.rtl {
  padding-left: max(var(--ts-pr-min), var(--ts-pr-clear-button) + var(--ts-pr-caret)) !important;
}

.ts-wrapper {
  position: relative;
}

.ts-dropdown,
.ts-control,
.ts-control input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
}

.ts-control,
.ts-wrapper.single.input-active .ts-control {
  background: #fff;
  cursor: text;
}

.ts-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
/*# sourceMappingURL=tom-select.css.map */
/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */
/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
	box-sizing: border-box;
}
/**
Use a more readable tab size (opinionated).
*/
html {
	tab-size: 4;
}
/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
/*
Sections
========
*/
/**
Remove the margin in all browsers.
*/
body {
	margin: 0;
}
/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}
/*
Grouping content
================
*/
/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}
/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}
/**
Add the correct font weight in Edge and Safari.
*/
b,
strong {
	font-weight: bolder;
}
/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}
/**
Add the correct font size in all browsers.
*/
small {
	font-size: 80%;
}
/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
/*
Tabular data
============
*/
/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}
/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}
/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/
button,
select { /* 1 */
	text-transform: none;
}
/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}
/**
Remove the inner border and padding in Firefox.
*/
::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
	outline: 1px dotted ButtonText;
}
/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
	box-shadow: none;
}
/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
	padding: 0;
}
/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
	vertical-align: baseline;
}
/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}
/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}
/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
	-webkit-appearance: none;
}
/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}
/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
	display: list-item;
}
/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */
/**
 * Removes the default spacing and border for appropriate elements.
 */
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
button {
  background-color: transparent;
  background-image: none;
}
fieldset {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/**
 * Tailwind custom reset styles
 */
/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */
html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}
/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */
body {
  font-family: inherit;
  line-height: inherit;
}
/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
/*
 * Ensure horizontal rules are visible by default
 */
hr {
  border-top-width: 1px;
}
/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */
img {
  border-style: solid;
}
textarea {
  resize: vertical;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #E2E2E2;
}
button,
[role="button"] {
  cursor: pointer;
}
/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */
:-moz-focusring {
	outline: auto;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */
a {
  color: inherit;
  text-decoration: inherit;
}
/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}
/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */
pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */
img,
video {
  max-width: 100%;
  height: auto;
}
/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */
[hidden] {
  display: none;
}
*, ::before, ::after{
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	--tw-border-opacity: 1;
	border-color: rgba(244, 244, 244, var(--tw-border-opacity));
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
	--tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
	-webkit-appearance: none;
	        appearance: none;
	background-color: #fff;
	border-color: #737373;
	border-width: 1px;
	border-radius: 0px;
	padding-top: 0.5rem;
	padding-right: 0.75rem;
	padding-bottom: 0.5rem;
	padding-left: 0.75rem;
	font-size: 1rem;
	line-height: 1.5rem;
	--tw-shadow: 0 0 #0000;
}
[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #2563eb;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
	border-color: #2563eb;
}
input::placeholder,textarea::placeholder{
	color: #737373;
	opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper{
	padding: 0;
}
::-webkit-date-and-time-value{
	min-height: 1.5em;
}
select{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23737373' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
	background-position: right 0.5rem center;
	background-repeat: no-repeat;
	background-size: 1.5em 1.5em;
	padding-right: 2.5rem;
	-webkit-print-color-adjust: exact;
	        color-adjust: exact;
}
[multiple]{
	background-image: initial;
	background-position: initial;
	background-repeat: unset;
	background-size: initial;
	padding-right: 0.75rem;
	-webkit-print-color-adjust: unset;
	        color-adjust: unset;
}
[type='checkbox'],[type='radio']{
	-webkit-appearance: none;
	        appearance: none;
	padding: 0;
	-webkit-print-color-adjust: exact;
	        color-adjust: exact;
	display: inline-block;
	vertical-align: middle;
	background-origin: border-box;
	-webkit-user-select: none;
	        user-select: none;
	flex-shrink: 0;
	height: 1rem;
	width: 1rem;
	color: #2563eb;
	background-color: #fff;
	border-color: #737373;
	border-width: 1px;
	--tw-shadow: 0 0 #0000;
}
[type='checkbox']{
	border-radius: 0px;
}
[type='radio']{
	border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus{
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 2px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #2563eb;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked{
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}
[type='checkbox']:checked{
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
[type='radio']:checked{
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
	border-color: transparent;
	background-color: currentColor;
}
[type='checkbox']:indeterminate{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
	border-color: transparent;
	background-color: currentColor;
}
[type='file']{
	background: unset;
	border-color: inherit;
	border-width: 0;
	border-radius: 0;
	padding: 0;
	font-size: unset;
	line-height: inherit;
}
[type='file']:focus{
	outline: 1px auto -webkit-focus-ring-color;
}
@font-face {
  font-family: "Switzer";
  src: url("./../../fonts/Switzer-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Switzer";
  src: url("./../../fonts/Switzer-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Switzer";
  src: url("./../../fonts/Switzer-Semibold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Switzer";
  src: url("./../../fonts/Switzer-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body{
	font-family: Switzer, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
  text-rendering: optimizeLegibility;
  color: #323232;
}

a{
	text-decoration: none;
	outline: 2px solid transparent;
	outline-offset: 2px;
}

a:hover{
	opacity: 0.8;
}

a {
  text-decoration: none !important;
}

b, strong{
	font-weight: 600;
}

dfn, cite, em, i{
	font-style: italic;
}

pre{
	overflow-x: auto;
	white-space: pre;
}

blockquote{
	position: relative;
	margin: 1rem;
	margin-right: 0px;
	padding: 0px;
	padding-left: 0.5rem;
}

@media (min-width: 992px){
	blockquote{
		padding: 0px;
	}
}
blockquote > *{
	margin-top: 1rem;
	margin-bottom: 1rem;
}
blockquote > *:first-child{
	margin-top: 0px;
}
blockquote > *:last-child{
	margin-bottom: 0px;
}
blockquote cite, blockquote footer{
	font-size: 1rem;
}
blockquote.alignleft, blockquote.alignright {
  padding-left: inherit;
}
blockquote.alignleft p, blockquote.alignright p {
  max-width: inherit;
  width: inherit;
}
blockquote.alignleft cite, blockquote.alignleft footer, blockquote.alignright cite, blockquote.alignright footer{
	font-size: .75rem;
}
blockquote .wp-block-quote__citation, blockquote cite, blockquote footer{
	font-size: .75rem;
}

p{
	margin-top: 1em;
	margin-bottom: 1em;
}
p.is-style-reset-space{
	margin-top: 0px;
	margin-bottom: 0px;
}

.post-excerpt p{
	margin-top: 0px;
	margin-bottom: 0px;
}

h1, h2, h3, h4, h5, h6, .text-h1, .text-h2, .text-h3, .text-h4, .text-h5, .text-h6, .wp-block-heading{
	margin-bottom: 0.25em;
	margin-top: 1em;
	font-family: Switzer, sans-serif;
	font-weight: 400;
	line-height: 1.25;
}

.text-jumbo,
.has-jumbo-font-size {
  font-size: calc(3.5rem + (6 - 3.5) * (100vw - 20rem) / (120 - 20));
}
@media (max-width: 20rem) {
  .text-jumbo,
  .has-jumbo-font-size {
    font-size: 3.5rem;
  }
}
@media (min-width: 120rem) {
  .text-jumbo,
  .has-jumbo-font-size {
    font-size: 6rem;
  }
}

h1,
.text-h1,
.has-h-1-font-size {
  font-size: calc(1.75rem + (3.75 - 1.75) * (100vw - 20rem) / (120 - 20));
}
@media (max-width: 20rem) {
  h1,
  .text-h1,
  .has-h-1-font-size {
    font-size: 1.75rem;
  }
}
@media (min-width: 120rem) {
  h1,
  .text-h1,
  .has-h-1-font-size {
    font-size: 3.75rem;
  }
}

h2,
.text-h2,
.has-h-2-font-size {
  font-size: calc(1.75rem + (3.44 - 1.75) * (100vw - 20rem) / (120 - 20));
}
@media (max-width: 20rem) {
  h2,
  .text-h2,
  .has-h-2-font-size {
    font-size: 1.75rem;
  }
}
@media (min-width: 120rem) {
  h2,
  .text-h2,
  .has-h-2-font-size {
    font-size: 3.44rem;
  }
}

h3,
.text-h3,
.has-h-3-font-size {
  font-size: calc(2.1rem + (3 - 2.1) * (100vw - 20rem) / (120 - 20));
}
@media (max-width: 20rem) {
  h3,
  .text-h3,
  .has-h-3-font-size {
    font-size: 2.1rem;
  }
}
@media (min-width: 120rem) {
  h3,
  .text-h3,
  .has-h-3-font-size {
    font-size: 3rem;
  }
}

h4,
.text-h4,
.has-h-4-font-size {
  font-size: calc(1.7rem + (2.125 - 1.7) * (100vw - 20rem) / (120 - 20));
}
@media (max-width: 20rem) {
  h4,
  .text-h4,
  .has-h-4-font-size {
    font-size: 1.7rem;
  }
}
@media (min-width: 120rem) {
  h4,
  .text-h4,
  .has-h-4-font-size {
    font-size: 2.125rem;
  }
}

h5,
.text-h5,
.has-h-5-font-size {
  font-size: calc(1.25rem + (1.5 - 1.25) * (100vw - 20rem) / (120 - 20));
}
@media (max-width: 20rem) {
  h5,
  .text-h5,
  .has-h-5-font-size {
    font-size: 1.25rem;
  }
}
@media (min-width: 120rem) {
  h5,
  .text-h5,
  .has-h-5-font-size {
    font-size: 1.5rem;
  }
}

h6,
.text-h6,
.has-h-6-font-size {
  font-size: calc(1.1rem + (1.25 - 1.1) * (100vw - 20rem) / (120 - 20));
}
@media (max-width: 20rem) {
  h6,
  .text-h6,
  .has-h-6-font-size {
    font-size: 1.1rem;
  }
}
@media (min-width: 120rem) {
  h6,
  .text-h6,
  .has-h-6-font-size {
    font-size: 1.25rem;
  }
}

.has-small-font-size{
	font-size: .65rem;
}

.has-xsmall-font-size{
	font-size: .75rem;
}

.has-medium-font-size{
	font-size: .875rem;
}

.has-regular-font-size{
	font-size: 1rem;
}

.has-large-font-size, .has-large, .is-large{
	font-size: 1.125rem;
}

.has-xlarge-font-size{
	font-size: 1.25rem;
}

.is-style-reset-space{
	margin-top: 0px;
	margin-bottom: 0px;
}

.container-small, .is-style-container-small{
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 100%;
	max-width: 100%;
	padding-left: 1rem;
	padding-right: 1rem;
}
@media (min-width: 992px) {
  .container-small,
  .is-style-container-small {
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .container-small,
  .is-style-container-small {
    max-width: 90vw;
  }
}
@media (min-width: 1280px) {
  .container-small,
  .is-style-container-small {
    max-width: 800px;
  }
}

.container, .is-style-container-default{
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 100%;
	max-width: 100%;
	padding-left: 1rem;
	padding-right: 1rem;
}
@media (min-width: 992px) {
  .container,
  .is-style-container-default {
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .container,
  .is-style-container-default {
    max-width: 96vw;
  }
}
@media (min-width: 1280px) {
  .container,
  .is-style-container-default {
    max-width: 1172px;
  }
}

.container-medium, .is-style-container-widder{
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 100%;
	max-width: 100%;
	padding-left: 1rem;
	padding-right: 1rem;
}
@media (min-width: 992px) {
  .container-medium,
  .is-style-container-widder {
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .container-medium,
  .is-style-container-widder {
    max-width: 96vw;
  }
}
@media (min-width: 1280px) {
  .container-medium,
  .is-style-container-widder {
    max-width: 1680px;
  }
}

.container-fluid, .is-style-container-max{
	margin-left: auto;
	margin-right: auto;
	display: block;
}
@media (min-width: 992px) {
  .container-fluid,
  .is-style-container-max {
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .container-fluid,
  .is-style-container-max {
    max-width: 96vw;
  }
}
@media (min-width: 1280px) {
  .container-fluid,
  .is-style-container-max {
    max-width: 96vw;
  }
}
@media (min-width: 1366px) {
  .container-fluid,
  .is-style-container-max {
    max-width: 90vw;
  }
}
@media (min-width: 1536px) {
  .container-fluid,
  .is-style-container-max {
    max-width: 86vw;
  }
}
@media (min-width: 1680px) {
  .container-fluid,
  .is-style-container-max {
    max-width: 80vw;
  }
}

@media (max-width: 1000px) {
  .wp-block-columns.break-1000 {
    flex-direction: column;
  }
  .wp-block-columns.break-1000 > .wp-block-column {
    margin-left: 0 !important;
  }
}

.container {
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .container {
    max-width: 90vw;
  }
}
@media screen and (min-width: 1138px) {
  .container {
    max-width: 98vw;
    margin-left: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 90vw;
    margin-left: auto;
  }
}
@media screen and (min-width: 1700px) {
  .container {
    max-width: 1445px;
  }
}

body.block-scroll {
  overflow: hidden !important;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
img{
	display: block;
	height: auto;
	max-width: 100%;
}

/* Classic editor images */
.entry-content img{
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object, video{
	max-width: 100%;
}

figcaption, .figcaption{
	margin-top: 1rem;
	margin-bottom: 1rem;
	text-align: center;
	font-size: .75rem;
	font-weight: 300;
	color: currentColor;
	opacity: 0.8;
}

hr, .hr{
	border-width: 0;
	border-top-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(226, 226, 226, var(--tw-border-opacity));
}

.audio{
	width: 100%;
	min-width: 250px;
}

.is-style-dark{
	--tw-bg-opacity: 1;
	background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.is-style-light{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(38, 38, 38, var(--tw-text-opacity));
}

.block-full-bg{
	position: absolute;
	top: 0px;
	z-index: -1;
	margin-left: -10000px;
	height: 100%;
	width: 99999px;
}

.posts-list{
	margin-top: 2rem;
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 2rem;
}

@media (min-width: 992px){
	.posts-list{
		margin-top: 3rem;
	}
	.posts-list{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 1366px){
	.posts-list{
		margin-top: 4rem;
	}
}

.imp-shape {
  width: 33px;
  height: 33px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.imp-shape .fa{
	transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.imp-shape-highlighted{
	--tw-bg-opacity: 1;
	background-color: rgba(243, 153, 17, var(--tw-bg-opacity));
}
.imp-shape-highlighted .fa{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.z-minus {
  z-index: -1;
}

.imp-spot-fontawesome-icon {
  font-size: unset !important;
  line-height: unset !important;
}

.borders-map {
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 1.3rem !important;
}

.squares-button {
  position: relative;
}
.squares-button::after {
  display: flex;
  content: " ";
  background-image: url("../images/arrow_right_map.svg");
  background-size: 12px 12px;
  height: 12px;
  width: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
}

.tooltip-group:hover .tooltip-cloud{
	display: block;
}

.tooltip-ico{
	position: absolute;
	right: 0px;
	top: 0px;
}
.tooltip-ico:hover > .tooltip-cloud{
	display: block;
}

.tooltip-cloud{
	position: absolute;
	top: -56px;
	right: -303px;
	z-index: 50;
	display: none;
	width: 295px;
	--tw-bg-opacity: 1;
	background-color: rgba(73, 81, 89, var(--tw-bg-opacity));
	padding: 32px;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.tooltip-cloud p{
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media screen and (max-width: 786px) {
  .tooltip-cloud{
		top: 29px;
	}
  .tooltip-cloud{
		right: -16px;
	}
  .tooltip-cloud{
		width: 199px;
	}
}
@media screen and (max-width: 1600px) {
  .tooltip-cloud{
		right: -251px;
	}
  .tooltip-cloud{
		width: 240px;
	}
}

.codedropz-upload-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.codedropz-upload-inner {
  text-align: left;
}
.codedropz-upload-inner h3, .codedropz-upload-inner span {
  display: none;
}
.codedropz-upload-inner .codedropz-btn-wrap {
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #323232;
  background: transparent;
}

.codedropz-upload-handler {
  border: none;
}
.codedropz-upload-handler .codedropz-upload-container {
  padding: 15px 0;
}

.dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
  background: #f39911;
}

.cd-upload-btn {
  display: flex;
  align-items: center;
}
.cd-upload-btn svg {
  margin-left: 15px;
}

.has-white-color p {
  padding-bottom: 60px;
}

.has-background p:last-child {
  padding-bottom: 60px;
}

.main-post-excerpt {
  margin-bottom: 2rem !important;
}
.main-post-excerpt > a {
  display: none !important;
}

.is-style-parameters-table + p {
  text-align: left !important;
  color: currentColor;
  padding-left: 4.5rem !important;
  padding-right: 4.5rem !important;
}

.posprzedazowe-custom .wp-block-button__transparent {
  color: white !important;
}
.posprzedazowe-custom .wp-block-button__transparent::after {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}

.page-header-custom-styles {
  padding-top: 2rem !important;
}

.wpcf7-response-output {
  font-weight: bold !important;
}

.reset-font h1, .reset-font h2, .reset-font h3, .reset-font h4, .reset-font h5, .reset-font h6, .reset-font p, .reset-font span {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
}
body > #wpadminbar{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	opacity: 0.4;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
body > #wpadminbar:hover{
	opacity: 1;
}

#wp-admin-bar-env-info .env-info{
	pointer-events: none;
	padding-left: 2rem;
	padding-right: 2rem;
}
#wp-admin-bar-env-info .env-info--init{
	--tw-bg-opacity: 1;
	background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
}
#wp-admin-bar-env-info .env-info--development{
	--tw-bg-opacity: 1;
	background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}
#wp-admin-bar-env-info .env-info--production{
	--tw-bg-opacity: 1;
	background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

#wp-admin-bar-tamago-adv .tamago-support-banner{
	--tw-bg-opacity: 1;
	background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
}

#wp-admin-bar-tamago-adv .tamago-support-banner:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(250, 186, 15, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}

#wp-admin-bar-tamago-adv .tamago-support-banner {
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 8px !important;
  color: #fff !important;
}

.wp-block-image{
	margin-bottom: 1rem;
}

.aligncenter{
	clear: both;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
}

.alignleft{
	clear: both;
	display: block;
	text-align: left;
}

.alignright{
	clear: both;
	display: block;
	text-align: right;
}

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley{
	margin-top: 0px;
	margin-bottom: 0px;
	border-width: 0;
	padding: 0px;
}

.wp-caption, .wp-caption-text, .wp-block-embed figcaption{
	margin-top: 1rem;
	margin-bottom: 1rem;
	text-align: center;
	font-size: .75rem;
	font-weight: 300;
	color: currentColor;
	opacity: 0.8;
}
.alignleft .wp-caption, .alignright .wp-caption, .alignleft .wp-caption-text, .alignright .wp-caption-text, .alignleft .wp-block-embed figcaption, .alignright .wp-block-embed figcaption{
	margin-bottom: 0px;
}

.wp-block-audio audio{
	width: 100%;
	min-width: 250px;
}

pre.wp-block-preformatted{
	overflow-x: auto;
	white-space: pre;
}

.wp-block-image img{
	display: inline-block;
}

.wp-block-separator{
	border-width: 0;
	border-top-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(226, 226, 226, var(--tw-border-opacity));
}

.background-gradient {
  background: linear-gradient(180deg, rgba(244, 244, 244, 0) 0%, #F4F4F4 100%);
}

table, .wp-block-table{
	width: 100%;
	min-width: 240px;
	border-collapse: collapse;
}
table th, .wp-block-table th{
	font-family: Switzer, sans-serif;
}
table td, table th, .wp-block-table td, .wp-block-table th{
	border-width: 1px;
	padding: 0.5rem;
}
table.is-style-regular .has-background, table.is-style-stripes .has-background thead tr, table.is-style-stripes .has-background tfoot tr, table.is-style-stripes .has-background tbody tr:nth-child(even), .wp-block-table.is-style-regular .has-background, .wp-block-table.is-style-stripes .has-background thead tr, .wp-block-table.is-style-stripes .has-background tfoot tr, .wp-block-table.is-style-stripes .has-background tbody tr:nth-child(even){
	--tw-text-opacity: 1;
	color: rgba(33, 37, 41, var(--tw-text-opacity));
}
table.is-style-stripes, .wp-block-table.is-style-stripes{
	--tw-border-opacity: 1;
	border-color: rgba(82, 82, 82, var(--tw-border-opacity));
}
table.is-style-stripes th, table.is-style-stripes td, .wp-block-table.is-style-stripes th, .wp-block-table.is-style-stripes td{
	border-width: 0;
}
table.is-style-stripes tbody tr:nth-child(odd), .wp-block-table.is-style-stripes tbody tr:nth-child(odd){
	--tw-bg-opacity: 1;
	background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
}

table.wp-calendar-table td, table.wp-calendar-table th{
	overflow-wrap: normal;
	word-break: normal;
	border-width: 0;
	background-color: transparent;
	text-align: center;
	vertical-align: middle;
	line-height: 2;
}
table.wp-calendar-table th{
	font-weight: 700;
}
table.wp-calendar-table thead, table.wp-calendar-table tbody{
	border-width: 1px;
	color: currentColor;
}
table.wp-calendar-table caption{
	margin-bottom: 0.75rem;
	text-align: left;
	font-weight: 700;
	color: currentColor;
}

.wp-calendar-nav{
	margin-top: 0.75rem;
	text-align: left;
}
.wp-calendar-nav svg{
	height: 1em;
	vertical-align: middle;
}
.wp-calendar-nav svg path{
	fill: currentColor;
}
.wp-calendar-nav .wp-calendar-nav-next{
	float: right;
}

ul, ol{
	margin: 0px;
	padding-left: 1rem;
}
ul.aligncenter, ol.aligncenter{
	list-style-position: inside;
	padding: 0px;
}
ul.alignright, ol.alignright{
	list-style-position: inside;
	padding: 0px;
	text-align: right;
}

ul{
	list-style-type: disc;
}

ol{
	list-style-type: decimal;
}

dt{
	font-weight: 700;
}

dd{
	margin: 0px;
	padding-left: 1rem;
}

.btn, .cf7mls-btns .cf7mls_back, .cf7mls-btns .cf7mls_next, .wp-block-button__link{
	position: relative;
	margin-right: 0.25rem;
	margin-bottom: 0.25rem;
	margin-top: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0px;
	padding: 0.875rem;
	font-family: Switzer, sans-serif;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.025em;
	outline: 2px solid transparent;
	outline-offset: 2px;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 150ms;
	transition-timing-function: linear;
}

.btn:focus, .cf7mls-btns .cf7mls_back:focus, .cf7mls-btns .cf7mls_next:focus, .wp-block-button__link:focus{
	outline: 2px solid transparent;
	outline-offset: 2px;
}

@media (min-width: 992px){
	.btn, .cf7mls-btns .cf7mls_back, .cf7mls-btns .cf7mls_next, .wp-block-button__link{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.btn, .cf7mls-btns .cf7mls_back, .cf7mls-btns .cf7mls_next, .wp-block-button__link{
		font-size: .75rem;
	}
}
.btn::after, .cf7mls-btns .cf7mls_back::after, .cf7mls-btns .cf7mls_next::after, .wp-block-button__link::after{
	right: 0.25rem;
}
@media (min-width: 992px){
	.btn::after, .cf7mls-btns .cf7mls_back::after, .cf7mls-btns .cf7mls_next::after, .wp-block-button__link::after{
		right: 20px;
	}
}
.btn::after, .cf7mls-btns .cf7mls_back::after, .cf7mls-btns .cf7mls_next::after, .wp-block-button__link::after {
  content: " ";
  position: static;
  display: inline-block;
  width: 28px;
  height: 28px;
  bottom: 15px;
  border-radius: 50%;
  margin-left: 16px;
  background: url("../../resources/images/arrow-r-white.svg") no-repeat center;
  transition: all 0.3s;
}
.btn:hover, .cf7mls-btns .cf7mls_back:hover, .cf7mls-btns .cf7mls_next:hover, .wp-block-button__link:hover {
  opacity: 1;
}
.btn:hover::after, .cf7mls-btns .cf7mls_back:hover::after, .cf7mls-btns .cf7mls_next:hover::after, .wp-block-button__link:hover::after {
  background-color: #f8b34c;
}

.btn-outline, .wp-block-button.is-style-outline .wp-block-button__link{
	border-width: 1px;
}
.btn-outline::after, .wp-block-button.is-style-outline .wp-block-button__link::after {
  background-image: url("../../resources/images/arrow-r-black.svg");
}

.wp-block-button{
	width: 100%;
}

@media (min-width: 768px){
	.wp-block-button{
		width: auto;
	}
}
.wp-block-button__link{
	width: 100%;
}
@media (min-width: 768px){
	.wp-block-button__link{
		width: auto;
	}
}
.wp-block-button.is-style-outline.m-auto {
  margin: auto;
}
.wp-block-button.has-secondary-400-border .wp-block-button__link {
  border-color: #f39911;
}

.hidden-sm-block .wp-block-button:not(.has-ek-typography){
	display: none;
}

@media (min-width: 992px){
	.hidden-sm-block .wp-block-button:not(.has-ek-typography){
		display: block;
	}
	.sm-hidden .wp-block-button{
		display: none;
	}
}

.hidden-sm-block .wp-block-button:not(.has-ek-typography) {
  display: inline-block !important;
}

.min-w-260{
	min-width: 260px;
}
.min-w-260 .wp-block-button__link{
	width: 100%;
}

.ts-control {
  background: transparent;
  width: 100%;
  margin-bottom: 20px;
  height: 96px;
  padding-left: 20px;
  border-radius: 0;
  border: 1px solid #e2e2e2;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .ts-control {
    width: 360px;
  }
}

.full .ts-control {
  background: transparent;
}

.ts-wrapper {
  height: 100%;
}
.ts-wrapper .ts-control::after {
  display: block;
  content: " ";
  background-image: url("../../resources/images/arrow_down_select.svg");
  background-size: 16px 16px;
  height: 16px;
  width: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  transition: all 0.5s;
}
.ts-wrapper.input-active .ts-control::after {
  transform: translateY(-50%) rotate(180deg);
}

.ts-control .item {
  display: flex;
  align-items: center;
}

.ts-wrapper.single.input-active {
  width: 100%;
  background: white;
}
@media screen and (min-width: 1024px) {
  .ts-wrapper.single.input-active {
    width: 360px;
  }
}

.ts-wrapper.single .ts-control,
.ts-wrapper.single .ts-control input::placeholder {
  font-family: "Switzer";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.0025em;
  color: #323232;
}

.ts-wrapper.single .ts-control,
.ts-wrapper.single .ts-control > input {
  font-family: "Switzer", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px !important;
  letter-spacing: 0.0025em;
  color: #323232;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  margin-block-end: 0;
  max-width: 100% !important;
  height: 100%;
  min-height: 96px !important;
}

.ts-dropdown {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .ts-dropdown {
    width: 360px;
  }
}
@media screen and (min-width: 992px) {
  .ts-dropdown {
    position: absolute;
  }
}
.ts-dropdown.single {
  border: 1px solid #e2e2e2;
  border-top: 0;
  margin-top: 0;
  border-radius: 0;
}

.ts-dropdown .create:hover,
.ts-dropdown .option:hover,
.ts-dropdown .active {
  background: white;
}

.ts-dropdown [data-selectable].option {
  display: flex;
  align-items: center;
  padding: 0;
  border-bottom: 1px solid #F4F4F4;
  margin: 0px 20px;
  height: 88px;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.0125em;
  color: #000000;
}
.ts-dropdown [data-selectable].option:last-child {
  border-bottom: 0;
}

.wpcf7 textarea,
.wpcf7 select,
.wpcf7 input:not([type=checkbox]):not([type=submit]):not([type=radio]) {
  width: 100%;
  display: block;
  border: none;
  padding: 16px 16px 16px 0;
  margin-top: 16px;
  color: #323232;
  background: transparent;
}
.wpcf7 select {
  padding-left: 0.8rem;
}
.wpcf7 textarea {
  resize: none;
  padding: 16px 16px 16px 0 !important;
}
.wpcf7 .wpcf7-form {
  overflow: visible;
}
.wpcf7 .wpcf7-form-control-wrap {
  display: block;
  border-bottom: 1px solid #323232;
}
.wpcf7 select {
  cursor: pointer;
  width: auto;
  -webkit-appearance: none;
  appearance: none;
  padding-right: 64px;
  padding-left: 0;
  background-image: url("../../resources/images/arrow-d-select.svg");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: right 20px center;
}
.wpcf7 .your-acceptance {
  border-bottom: none;
  margin-top: 48px;
  margin-bottom: 48px;
}
.wpcf7 .your-acceptance .wpcf7-list-item-label {
  cursor: pointer;
}
.wpcf7 .wpcf7-submit{
	width: 100%;
	font-family: Switzer, sans-serif;
}
@media (min-width: 768px){
	.wpcf7 .wpcf7-submit{
		width: auto;
	}
}
.wpcf7 .wpcf7-submit {
  position: relative;
  background-color: #f39911;
  color: white;
  text-transform: uppercase;
  font-weight: 800;
  padding: 14px 20px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 1.25%;
  margin-top: 32px;
  cursor: pointer;
  width: 100%;
}
.wpcf7 .wpcf7-submit::after {
  content: " " !important;
  position: static !important;
  display: inline-block !important;
  margin-left: 16px;
  width: 28px;
  height: 28px;
  right: 20px;
  bottom: 15px;
  border-radius: 50%;
  background: url("../../resources/images/arrow-r-white.svg") no-repeat center;
  transition: all 0.3s;
}
.wpcf7 .wpcf7-submit:hover {
  opacity: 1;
}
.wpcf7 .wpcf7-submit:hover::after {
  background-color: #f8b34c;
}

.form-row{
	margin-bottom: 2rem;
	display: flex;
	flex-direction: column;
}

.form-row > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

@media (min-width: 992px){
	.form-row{
		flex-direction: row;
	}
	.form-row > :not([hidden]) ~ :not([hidden]){
		--tw-space-y-reverse: 0;
		margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(0px * var(--tw-space-y-reverse));
	}
	.form-row > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(2rem * var(--tw-space-x-reverse));
		margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
	}
}

.form-cell{
	flex: 1 1 0%;
}

.wpcf7-acceptance{
	position: relative;
	margin-top: 1.5rem;
	display: block;
	width: 100%;
}
.wpcf7-acceptance .wpcf7-list-item {
  margin: 0 0 0 1em;
}
.wpcf7-acceptance input[type=checkbox]{
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0;
}
.wpcf7-acceptance label{
	text-align: left;
}
.wpcf7-acceptance label span{
	display: flex;
	align-items: flex-start;
}
.wpcf7-acceptance label span:before {
  content: "";
  margin-right: 0.5rem;
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  flex-shrink: 0;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(50, 50, 50, var(--tw-border-opacity));
}
.wpcf7-acceptance label > input:checked + span:before {
  content: "";
  --tw-bg-opacity: 1;
  background-color: rgba(50, 50, 50, var(--tw-bg-opacity));
}

[multiple]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, select:focus, textarea:focus {
  outline-color: #f39911;
  box-shadow: none !important;
}

.fieldset-cf7mls-wrapper{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 2.5rem;
	padding-bottom: 6rem;
}

@media (min-width: 768px){
	.fieldset-cf7mls-wrapper{
		padding-bottom: 4rem;
	}
}

.fieldset-cf7mls{
	margin-left: auto;
	margin-right: auto;
	max-width: 780px;
}

.cf7mls_progress_bar_title{
	font-family: Switzer, sans-serif;
}

.cf7_mls_steps_item_icon{
	display: flex;
	align-items: center;
	justify-content: center;
}

.cf7mls-btns{
	margin-top: 2.5rem;
	flex-direction: column;
	gap: 1.75rem;
}

@media (min-width: 768px){
	.cf7mls-btns{
		flex-direction: row;
	}
}

.cf7mls-btns {
  display: flex !important;
}
.cf7mls-btns .action-button{
	margin: 0px;
	width: 100%;
	font-family: Switzer, sans-serif;
	font-size: .75rem;
  margin: 0 !important;
}
.cf7mls-btns .wpcf7-submit{
	padding-top: 13px;
	padding-bottom: 13px;
}
.cf7mls-btns .cf7mls_next{
	--tw-bg-opacity: 1;
	background-color: rgba(243, 153, 17, var(--tw-bg-opacity));
}
.cf7mls-btns .cf7mls_back::after{
	display: none;
}
.cf7mls-btns .cf7mls_back::before{
	right: 0.25rem;
}
@media (min-width: 992px){
	.cf7mls-btns .cf7mls_back::before{
		right: 20px;
	}
}
.cf7mls-btns .cf7mls_back::before {
  content: " ";
  position: static;
  display: inline-block;
  width: 28px;
  height: 28px;
  bottom: 15px;
  border-radius: 50%;
  margin-right: 16px;
  transform: rotate(180deg);
  background: url("../../resources/images/arrow-r-white.svg") no-repeat center;
  transition: all 0.3s;
}
.cf7mls-btns .cf7mls_back:hover {
  opacity: 1;
}
.cf7mls-btns .cf7mls_back:hover::before {
  background-color: #f8b34c;
}

.wpcf7-response-output {
  border: none !important;
  padding: 0 !important;
  margin-bottom: 24px !important;
}

.wpcf7-icon-wraning,
.wpcf7-icon-warning {
  display: none !important;
}

.wpcf7-checkbox {
  padding-bottom: 1.5rem;
}

.wpcf7-list-item-label {
  padding-left: 0.5rem;
}

.wpcf7-list-item {
  margin: 0 !important;
}

.wpcf7-response-output{
	text-align: center;
}
.wpcf7-response-output.wpcf7-validation-errors {
  color: red;
}

form.invalid .wpcf7-validation-errors {
  color: red;
}

.signup-form .wpcf7-list-item {
  margin: 1em 0 0 0 !important;
}
.signup-form .wpcf7-list-item-label {
  padding-left: 0 !important;
}
.signup-form .wpcf7 {
  background: #fff;
  border: 1px solid #C8C8C8;
  padding: 32px;
}
.signup-form .wpcf7 .wpcf7-form-control-wrap {
  border: none;
}
.signup-form .wpcf7 .wpcf7-form-control-wrap select, .signup-form .wpcf7 .wpcf7-form-control-wrap input {
  width: 100%;
  border: 1px solid #C8C8C8 !important;
  font-size: 14px;
  line-height: 21px;
  color: #515151;
}

.intl-tel-input.separate-dial-code .selected-flag {
  background: transparent;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text] {
  padding-left: 84px;
  padding-top: 9px;
}

.wpcf7 .wpcf7-form-control-wrap[data-name=your-acceptance]{
	border-style: none;
}

.form-accordion{
	position: relative;
	display: block;
	height: 100%;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(226, 226, 226, var(--tw-border-opacity));
}
.form-accordion__button{
	display: flex;
	height: 100%;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	padding: 2rem;
	font-size: 1.125rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(50, 50, 50, var(--tw-text-opacity));
}
.form-accordion__button-arrow{
	transition-property: transform;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 700ms;
}
.form-accordion__content{
	left: 0px;
	bottom: 0px;
	display: none;
	max-height: 300px;
	width: 100%;
	transform: var(--tw-transform);
	overflow-y: scroll;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(226, 226, 226, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-left: 2rem;
	padding-right: 2rem;
}
@media (min-width: 992px){
	.form-accordion__content{
		position: absolute;
	}
	.form-accordion__content{
		--tw-translate-y: 100%;
		transform: var(--tw-transform);
	}
}
.form-accordion.is-active{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.form-accordion.is-active .form-accordion__content{
	display: block;
}
.form-accordion.is-active .form-accordion__button-arrow{
	--tw-rotate: 180deg;
	transform: var(--tw-transform);
	transform: var(--tw-transform);
}

body .site-header.is-fixed + .modal + .main > .block.relative:first-of-type,
body .site-header.is-fixed + .main > .block.relative:first-of-type,
body .site-header.is-fixed + .modal + .main > .wp-block-spacer:first-of-type,
body .site-header.is-fixed + .main > .wp-block-spacer:first-of-type {
  display: none !important;
}

.site-header{
	position: relative;
	z-index: 50;
	padding-top: 15px;
	padding-bottom: 15px;
	transition-property: opacity, background-color, color, transform, padding-top, padding-bottom;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

@media (min-width: 992px){
	.site-header{
		padding-top: 35px;
		padding-bottom: 35px;
	}
}

@media (min-width: 1024px){
	.site-header{
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

@media (min-width: 1280px){
	.site-header{
		padding-top: 37px;
		padding-bottom: 37px;
	}
}
.site-header.is-dark{
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.site-header.is-static{
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.site-header.is-fixed{
	position: sticky;
	top: 0px;
	left: 0px;
	width: 100%;
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.site-header.is-home.is-fixed{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(244, 244, 244, var(--tw-border-opacity));
	background-color: transparent;
}
.site-header.is-home.is-dark{
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.site-header.is-home.menu-is-open{
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
	padding-right: 15px;
}
.site-header.is-scrolled{
	position: fixed;
	top: 0px;
	left: 0px;
	--tw-translate-y: -100%;
	transform: var(--tw-transform);
	transform: var(--tw-transform);
	border-style: none;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	opacity: 0;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-property: transform;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 300ms;
}
@media (min-width: 992px){
	.site-header.is-scrolled{
		padding-top: 37px;
		padding-bottom: 37px;
	}
}
.site-header.is-scrolled.is-visible{
	--tw-translate-y: 0px;
	transform: var(--tw-transform);
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
	opacity: 1;
}
.site-header.is-scrolled.is-visible.is-hidden{
	--tw-translate-y: -100%;
	transform: var(--tw-transform);
}
.site-header.active{
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.site-header.menu-is-open{
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
	padding-right: 15px;
}

.brand{
	z-index: 50;
	display: inline-block;
	width: 90px;
	max-width: 33vw;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

.brand:hover{
	opacity: 0.8;
}

@media (min-width: 768px){
	.brand{
		width: auto;
	}
}

@media (min-width: 992px){
	.brand{
		width: auto;
	}
}
.brand--footer{
	width: 190px;
}
.brand img{
	width: 91px;
}
@media (min-width: 768px){
	.brand img{
		width: 121px;
	}
}
@media (min-width: 992px){
	.brand img{
		width: 131px;
	}
}
@media (min-width: 1280px){
	.brand img{
		width: 161px;
	}
}

.site-header-nav-wrapper{
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 40;
	margin-left: 0px;
	display: flex;
	height: auto;
	width: 100%;
	--tw-translate-x: 100%;
	transform: var(--tw-transform);
	transform: var(--tw-transform);
	flex-direction: column;
	align-items: flex-start;
}

.site-header-nav-wrapper > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.site-header-nav-wrapper{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-top: clamp(2rem,3vw,4rem);
	padding-bottom: clamp(2rem,3vw,4rem);
	padding-left: 2rem;
	padding-right: 2rem;
	transition-property: transform;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

@media (min-width: 992px){
	.site-header-nav-wrapper{
		position: relative;
	}
	.site-header-nav-wrapper{
		height: auto;
	}
	.site-header-nav-wrapper{
		--tw-translate-x: 0px;
		transform: var(--tw-transform);
	}
	.site-header-nav-wrapper{
		flex-direction: row;
	}
	.site-header-nav-wrapper{
		align-items: center;
	}
	.site-header-nav-wrapper{
		justify-content: flex-start;
	}
	.site-header-nav-wrapper{
		justify-content: flex-end;
	}
	.site-header-nav-wrapper > :not([hidden]) ~ :not([hidden]){
		--tw-space-y-reverse: 0;
		margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(0px * var(--tw-space-y-reverse));
	}
	.site-header-nav-wrapper > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(50px * var(--tw-space-x-reverse));
		margin-left: calc(50px * calc(1 - var(--tw-space-x-reverse)));
	}
	.site-header-nav-wrapper{
		background-color: transparent;
	}
	.site-header-nav-wrapper{
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.site-header-nav-wrapper{
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media (min-width: 1280px){
	.site-header-nav-wrapper{
		justify-content: flex-end;
	}
}
.site-header-nav-wrapper.active{
	height: 100vh;
	--tw-translate-x: 0px;
	transform: var(--tw-transform);
}
@media (min-width: 992px){
	.site-header-nav-wrapper.active{
		top: 0px;
	}
	.site-header-nav-wrapper.active{
		height: auto;
	}
	.site-header-nav-wrapper.active{
		background-color: transparent;
	}
}
.site-header-nav-wrapper > div{
	width: 100%;
}
.site-header-nav-wrapper__inner{
	display: flex;
	height: 100%;
	min-height: 600px;
	flex-direction: column;
	align-items: center;
	align-items: center;
	justify-content: center;
}
.site-header-nav-wrapper__inner > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.site-header-nav-wrapper__inner{
	font-size: .875rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (min-width: 992px){
	.site-header-nav-wrapper__inner{
		min-height: auto;
	}
	.site-header-nav-wrapper__inner{
		flex-direction: row;
	}
	.site-header-nav-wrapper__inner > :not([hidden]) ~ :not([hidden]){
		--tw-space-y-reverse: 0;
		margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(0px * var(--tw-space-y-reverse));
	}
	.site-header-nav-wrapper__inner > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(2.25rem * var(--tw-space-x-reverse));
		margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
	}
	.site-header-nav-wrapper__inner{
		background-color: transparent;
	}
}
.site-header-nav-wrapper .header-cta-btn{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	display: flex;
	display: none;
	flex-shrink: 0;
	align-items: center;
	--tw-border-opacity: 1;
	border-color: rgba(243, 125, 17, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(243, 153, 17, var(--tw-bg-opacity));
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: .875rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.site-header-nav-wrapper .header-cta-btn::after{
	content: "";
	position: relative;
	content: "";
	bottom: 0px;
	content: "";
	right: 0px;
	content: "";
	margin-left: 16px;
	content: "";
	height: 28px;
	content: "";
	border-radius: 9999px;
	content: "";
	background-color: transparent;
	content: "";
	background-image: url('../images/arrow_right_icon.svg');
	content: "";
	background-size: auto;
	content: "";
	background-position: center;
	content: "";
	background-repeat: no-repeat;
}
.site-header-nav-wrapper .header-cta-btn:hover{
	--tw-shadow: 0 0 #0000;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.site-header-nav-wrapper .header-cta-btn:hover::after{
	content: "";
	--tw-bg-opacity: 1;
	background-color: rgba(248, 179, 76, var(--tw-bg-opacity));
}
.site-header-nav-wrapper .header-cta-btn:active{
	--tw-bg-opacity: 1;
	background-color: rgba(248, 179, 76, var(--tw-bg-opacity));
}
@media (min-width: 992px){
	.site-header-nav-wrapper .header-cta-btn{
		display: flex;
	}
}
@media (min-width: 1024px){
	.site-header-nav-wrapper .header-cta-btn{
		font-size: .75rem;
	}
}
@media (min-width: 1280px){
	.site-header-nav-wrapper .header-cta-btn{
		padding-left: 24px;
		padding-right: 24px;
	}
	.site-header-nav-wrapper .header-cta-btn{
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.site-header-nav-wrapper .header-cta-btn{
		font-size: .875rem;
	}
	.site-header-nav-wrapper .header-cta-btn::after{
		content: "";
		margin-left: 24px;
	}
}

.menu-menu-container{
	margin-left: 32px;
	margin-right: 32px;
	width: calc(100% - 64px);
}

@media (min-width: 992px){
	.menu-menu-container{
		margin-left: 0px;
		margin-right: 0px;
	}
	.menu-menu-container{
		width: auto;
	}
}

.header-menu{
	display: flex;
	list-style-type: none;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.header-menu > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0px * var(--tw-space-y-reverse));
	--tw-space-x-reverse: 0;
	margin-right: calc(0px * var(--tw-space-x-reverse));
	margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

.header-menu{
	padding-left: 0px;
	padding-right: 0px;
	font-size: 1rem;
	--tw-text-opacity: 1;
	color: rgba(73, 81, 89, var(--tw-text-opacity));
}

@media (min-width: 992px){
	.header-menu{
		flex-direction: row;
	}
	.header-menu{
		align-items: center;
	}
	.header-menu{
		justify-content: flex-end;
	}
	.header-menu > :not([hidden]) ~ :not([hidden]){
		--tw-space-y-reverse: 0;
		margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(0px * var(--tw-space-y-reverse));
	}
	.header-menu > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(20px * var(--tw-space-x-reverse));
		margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse)));
	}
}

@media (min-width: 1024px){
	.header-menu{
		font-size: .875rem;
	}
}

@media (min-width: 1280px){
	.header-menu > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(40px * var(--tw-space-x-reverse));
		margin-left: calc(40px * calc(1 - var(--tw-space-x-reverse)));
	}
	.header-menu{
		font-size: .875rem;
	}
}

@media (min-width: 1366px){
	.header-menu > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(50px * var(--tw-space-x-reverse));
		margin-left: calc(50px * calc(1 - var(--tw-space-x-reverse)));
	}
}
.header-menu.active{
	--tw-translate-x: 0px;
	transform: var(--tw-transform);
}
.header-menu__item{
	position: relative;
	width: 100%;
}
.header-menu__item > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.header-menu__item{
	border-bottom-width: 1px;
	padding-top: 16px;
	padding-bottom: 16px;
}
@media (min-width: 992px){
	.header-menu__item{
		width: auto;
	}
	.header-menu__item{
		border-bottom-width: 0;
	}
	.header-menu__item{
		padding-left: 0px;
		padding-right: 0px;
	}
	.header-menu__item{
		padding-top: 0px;
		padding-bottom: 0px;
	}
}
.header-menu__item > hr{
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	height: 4px;
	width: 2rem;
	width: 100%;
	border-style: none;
	--tw-bg-opacity: 1;
	background-color: rgba(243, 125, 17, var(--tw-bg-opacity));
}
.header-menu__item > a{
	font-family: Switzer, sans-serif;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
	transition-property: background-color, border-color, color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.header-menu__item > a:hover{
	--tw-text-opacity: 1;
	color: rgba(243, 153, 17, var(--tw-text-opacity));
	opacity: 1;
}
@media (min-width: 992px){
	.header-menu__item > a{
		--tw-text-opacity: 1;
		color: rgba(255, 255, 255, var(--tw-text-opacity));
	}
}
.header-menu__item.current-menu-item > a{
	font-family: Switzer, sans-serif;
	font-weight: 600;
}
.header-menu__item.current-menu-item > a:hover{
	opacity: 1;
}
.header-menu__item.menu-item-has-children{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
}
@media (min-width: 992px){
	.header-menu__item.menu-item-has-children{
		flex-wrap: nowrap;
	}
	.header-menu__item.menu-item-has-children{
		justify-content: flex-start;
	}
}
.header-menu__item.menu-item-has-children .sub-menu{
	display: none;
	width: 100%;
	list-style-type: none;
	padding-left: 0px;
}
@media (min-width: 992px){
	.header-menu__item.menu-item-has-children .sub-menu{
		width: auto;
	}
}
.header-menu__item.menu-item-has-children:hover > a, .header-menu__item.menu-item-has-children:focus > a, .header-menu__item.menu-item-has-children:active > a, .header-menu__item.menu-item-has-children.open > a{
	cursor: pointer;
}
.header-menu__item.menu-item-has-children:hover > a::after, .header-menu__item.menu-item-has-children:focus > a::after, .header-menu__item.menu-item-has-children:active > a::after, .header-menu__item.menu-item-has-children.open > a::after{
	content: "";
	--tw-rotate: 180deg;
	transform: var(--tw-transform);
	content: "";
	background-image: url('../images/arrow_down_icon.svg');
}
.header-menu__item.menu-item-has-children:hover .sub-menu, .header-menu__item.menu-item-has-children:focus .sub-menu, .header-menu__item.menu-item-has-children:active .sub-menu, .header-menu__item.menu-item-has-children.open .sub-menu{
	top: 0px;
	display: list-item;
	padding-left: 32px;
}
@media (min-width: 992px){
	.header-menu__item.menu-item-has-children:hover .sub-menu, .header-menu__item.menu-item-has-children:focus .sub-menu, .header-menu__item.menu-item-has-children:active .sub-menu, .header-menu__item.menu-item-has-children.open .sub-menu{
		position: absolute;
	}
	.header-menu__item.menu-item-has-children:hover .sub-menu, .header-menu__item.menu-item-has-children:focus .sub-menu, .header-menu__item.menu-item-has-children:active .sub-menu, .header-menu__item.menu-item-has-children.open .sub-menu{
		display: block;
	}
	.header-menu__item.menu-item-has-children:hover .sub-menu, .header-menu__item.menu-item-has-children:focus .sub-menu, .header-menu__item.menu-item-has-children:active .sub-menu, .header-menu__item.menu-item-has-children.open .sub-menu{
		padding-left: 0px;
	}
}
.header-menu__item.menu-item-has-children:hover .sub-menu .menu-item, .header-menu__item.menu-item-has-children:focus .sub-menu .menu-item, .header-menu__item.menu-item-has-children:active .sub-menu .menu-item, .header-menu__item.menu-item-has-children.open .sub-menu .menu-item{
	border-bottom-width: 1px;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-left: 0px;
}
@media (min-width: 992px){
	.header-menu__item.menu-item-has-children:hover .sub-menu .menu-item, .header-menu__item.menu-item-has-children:focus .sub-menu .menu-item, .header-menu__item.menu-item-has-children:active .sub-menu .menu-item, .header-menu__item.menu-item-has-children.open .sub-menu .menu-item{
		border-bottom-width: 0;
	}
	.header-menu__item.menu-item-has-children:hover .sub-menu .menu-item, .header-menu__item.menu-item-has-children:focus .sub-menu .menu-item, .header-menu__item.menu-item-has-children:active .sub-menu .menu-item, .header-menu__item.menu-item-has-children.open .sub-menu .menu-item{
		padding-left: 32px;
		padding-right: 32px;
	}
}
@media (min-width: 1024px){
	.header-menu__item.menu-item-has-children:hover .sub-menu .menu-item:hover::after, .header-menu__item.menu-item-has-children:focus .sub-menu .menu-item:hover::after, .header-menu__item.menu-item-has-children:active .sub-menu .menu-item:hover::after, .header-menu__item.menu-item-has-children.open .sub-menu .menu-item:hover::after{
		content: "";
		position: absolute;
	}
	.header-menu__item.menu-item-has-children:hover .sub-menu .menu-item:hover::after, .header-menu__item.menu-item-has-children:focus .sub-menu .menu-item:hover::after, .header-menu__item.menu-item-has-children:active .sub-menu .menu-item:hover::after, .header-menu__item.menu-item-has-children.open .sub-menu .menu-item:hover::after{
		content: "";
		left: 32px;
	}
	.header-menu__item.menu-item-has-children:hover .sub-menu .menu-item:hover::after, .header-menu__item.menu-item-has-children:focus .sub-menu .menu-item:hover::after, .header-menu__item.menu-item-has-children:active .sub-menu .menu-item:hover::after, .header-menu__item.menu-item-has-children.open .sub-menu .menu-item:hover::after{
		content: "";
		bottom: 0px;
	}
	.header-menu__item.menu-item-has-children:hover .sub-menu .menu-item:hover::after, .header-menu__item.menu-item-has-children:focus .sub-menu .menu-item:hover::after, .header-menu__item.menu-item-has-children:active .sub-menu .menu-item:hover::after, .header-menu__item.menu-item-has-children.open .sub-menu .menu-item:hover::after{
		content: "";
		display: block;
	}
	.header-menu__item.menu-item-has-children:hover .sub-menu .menu-item:hover::after, .header-menu__item.menu-item-has-children:focus .sub-menu .menu-item:hover::after, .header-menu__item.menu-item-has-children:active .sub-menu .menu-item:hover::after, .header-menu__item.menu-item-has-children.open .sub-menu .menu-item:hover::after{
		content: "";
		height: 4px;
	}
	.header-menu__item.menu-item-has-children:hover .sub-menu .menu-item:hover::after, .header-menu__item.menu-item-has-children:focus .sub-menu .menu-item:hover::after, .header-menu__item.menu-item-has-children:active .sub-menu .menu-item:hover::after, .header-menu__item.menu-item-has-children.open .sub-menu .menu-item:hover::after{
		content: "";
		width: 0px;
	}
	.header-menu__item.menu-item-has-children:hover .sub-menu .menu-item:hover::after, .header-menu__item.menu-item-has-children:focus .sub-menu .menu-item:hover::after, .header-menu__item.menu-item-has-children:active .sub-menu .menu-item:hover::after, .header-menu__item.menu-item-has-children.open .sub-menu .menu-item:hover::after{
		content: "";
		--tw-bg-opacity: 1;
		background-color: rgba(243, 125, 17, var(--tw-bg-opacity));
	}
}
.header-menu__item.menu-item-has-children:hover .sub-menu .menu-item > a, .header-menu__item.menu-item-has-children:focus .sub-menu .menu-item > a, .header-menu__item.menu-item-has-children:active .sub-menu .menu-item > a, .header-menu__item.menu-item-has-children.open .sub-menu .menu-item > a{
	position: relative;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	border-bottom-width: 0;
	--tw-border-opacity: 1;
	border-bottom-color: rgba(244, 244, 244, var(--tw-border-opacity));
	padding-top: 0px;
	line-height: 1;
	--tw-text-opacity: 1;
	color: rgba(33, 37, 41, var(--tw-text-opacity));
}
.header-menu__item.menu-item-has-children:hover .sub-menu .menu-item > a:hover, .header-menu__item.menu-item-has-children:focus .sub-menu .menu-item > a:hover, .header-menu__item.menu-item-has-children:active .sub-menu .menu-item > a:hover, .header-menu__item.menu-item-has-children.open .sub-menu .menu-item > a:hover{
	--tw-text-opacity: 1;
	color: rgba(243, 125, 17, var(--tw-text-opacity));
}
@media (min-width: 992px){
	.header-menu__item.menu-item-has-children:hover .sub-menu .menu-item > a, .header-menu__item.menu-item-has-children:focus .sub-menu .menu-item > a, .header-menu__item.menu-item-has-children:active .sub-menu .menu-item > a, .header-menu__item.menu-item-has-children.open .sub-menu .menu-item > a{
		border-bottom-width: 1px;
	}
	.header-menu__item.menu-item-has-children:hover .sub-menu .menu-item > a, .header-menu__item.menu-item-has-children:focus .sub-menu .menu-item > a, .header-menu__item.menu-item-has-children:active .sub-menu .menu-item > a, .header-menu__item.menu-item-has-children.open .sub-menu .menu-item > a{
		padding-top: 16px;
		padding-bottom: 16px;
	}
	.header-menu__item.menu-item-has-children:hover .sub-menu .menu-item > a, .header-menu__item.menu-item-has-children:focus .sub-menu .menu-item > a, .header-menu__item.menu-item-has-children:active .sub-menu .menu-item > a, .header-menu__item.menu-item-has-children.open .sub-menu .menu-item > a{
		padding-top: 32px;
		padding-bottom: 32px;
	}
	.header-menu__item.menu-item-has-children:hover .sub-menu .menu-item > a::after, .header-menu__item.menu-item-has-children:focus .sub-menu .menu-item > a::after, .header-menu__item.menu-item-has-children:active .sub-menu .menu-item > a::after, .header-menu__item.menu-item-has-children.open .sub-menu .menu-item > a::after{
		content: "";
		margin-left: 40px;
	}
	.header-menu__item.menu-item-has-children:hover .sub-menu .menu-item > a::after, .header-menu__item.menu-item-has-children:focus .sub-menu .menu-item > a::after, .header-menu__item.menu-item-has-children:active .sub-menu .menu-item > a::after, .header-menu__item.menu-item-has-children.open .sub-menu .menu-item > a::after{
		content: "";
		display: inline-flex;
	}
	.header-menu__item.menu-item-has-children:hover .sub-menu .menu-item > a::after, .header-menu__item.menu-item-has-children:focus .sub-menu .menu-item > a::after, .header-menu__item.menu-item-has-children:active .sub-menu .menu-item > a::after, .header-menu__item.menu-item-has-children.open .sub-menu .menu-item > a::after{
		content: "";
		height: 12px;
	}
	.header-menu__item.menu-item-has-children:hover .sub-menu .menu-item > a::after, .header-menu__item.menu-item-has-children:focus .sub-menu .menu-item > a::after, .header-menu__item.menu-item-has-children:active .sub-menu .menu-item > a::after, .header-menu__item.menu-item-has-children.open .sub-menu .menu-item > a::after{
		content: "";
		width: 12px;
	}
	.header-menu__item.menu-item-has-children:hover .sub-menu .menu-item > a::after, .header-menu__item.menu-item-has-children:focus .sub-menu .menu-item > a::after, .header-menu__item.menu-item-has-children:active .sub-menu .menu-item > a::after, .header-menu__item.menu-item-has-children.open .sub-menu .menu-item > a::after{
		content: "";
		--tw-rotate: -90deg;
		transform: var(--tw-transform);
	}
	.header-menu__item.menu-item-has-children:hover .sub-menu .menu-item > a::after, .header-menu__item.menu-item-has-children:focus .sub-menu .menu-item > a::after, .header-menu__item.menu-item-has-children:active .sub-menu .menu-item > a::after, .header-menu__item.menu-item-has-children.open .sub-menu .menu-item > a::after{
		content: "";
		background-image: url('../images/arrow_down_icon.svg');
	}
	.header-menu__item.menu-item-has-children:hover .sub-menu .menu-item > a::after, .header-menu__item.menu-item-has-children:focus .sub-menu .menu-item > a::after, .header-menu__item.menu-item-has-children:active .sub-menu .menu-item > a::after, .header-menu__item.menu-item-has-children.open .sub-menu .menu-item > a::after{
		content: "";
		background-position: center;
	}
	.header-menu__item.menu-item-has-children:hover .sub-menu .menu-item > a::after, .header-menu__item.menu-item-has-children:focus .sub-menu .menu-item > a::after, .header-menu__item.menu-item-has-children:active .sub-menu .menu-item > a::after, .header-menu__item.menu-item-has-children.open .sub-menu .menu-item > a::after{
		content: "";
		background-repeat: no-repeat;
	}
}
.header-menu__item.menu-item-has-children:hover .sub-menu .menu-item:first-child, .header-menu__item.menu-item-has-children:focus .sub-menu .menu-item:first-child, .header-menu__item.menu-item-has-children:active .sub-menu .menu-item:first-child, .header-menu__item.menu-item-has-children.open .sub-menu .menu-item:first-child{
	padding-top: 32px;
}
@media (min-width: 992px){
	.header-menu__item.menu-item-has-children:hover .sub-menu .menu-item:first-child, .header-menu__item.menu-item-has-children:focus .sub-menu .menu-item:first-child, .header-menu__item.menu-item-has-children:active .sub-menu .menu-item:first-child, .header-menu__item.menu-item-has-children.open .sub-menu .menu-item:first-child{
		padding-top: 0px;
	}
}
.header-menu__item.menu-item-has-children:hover .sub-menu .menu-item:last-child, .header-menu__item.menu-item-has-children:focus .sub-menu .menu-item:last-child, .header-menu__item.menu-item-has-children:active .sub-menu .menu-item:last-child, .header-menu__item.menu-item-has-children.open .sub-menu .menu-item:last-child{
	border-bottom-width: 0;
}
.header-menu__item.menu-item-has-children:hover .sub-menu .menu-item:last-child > a, .header-menu__item.menu-item-has-children:focus .sub-menu .menu-item:last-child > a, .header-menu__item.menu-item-has-children:active .sub-menu .menu-item:last-child > a, .header-menu__item.menu-item-has-children.open .sub-menu .menu-item:last-child > a{
	border-bottom-width: 0;
}
.header-menu__item.active{
	position: relative;
}
.header-menu__item.active::after{
	content: "";
	position: absolute;
	content: "";
	left: 0px;
	content: "";
	bottom: 0px;
	content: "";
	display: block;
	content: "";
	height: 0;
	content: "";
	width: 30px;
	content: "";
	--tw-bg-opacity: 1;
	background-color: rgba(243, 125, 17, var(--tw-bg-opacity));
}
@media (min-width: 992px){
	.header-menu__item.active::after{
		content: "";
		height: 0;
	}
	.header-menu__item.active::after{
		content: "";
		width: 100%;
	}
}
@media (min-width: 1024px){
	.header-menu__item.active::after{
		content: "";
		bottom: -59px;
	}
}
@media (min-width: 1280px){
	.header-menu__item.active::after{
		content: "";
		bottom: -64px;
	}
}
.header-menu__item:last-child{
	border-bottom-width: 0;
}

nav button.mobile{
	z-index: 50;
}
nav button.mobile > a span{
	display: inline-flex;
}
nav button.mobile > a{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	display: flex;
	align-items: center;
	--tw-border-opacity: 1;
	border-color: rgba(243, 125, 17, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(243, 153, 17, var(--tw-bg-opacity));
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 16px;
	padding-bottom: 16px;
	font-size: .75rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
nav button.mobile > a::after{
	content: "";
	display: none;
}
nav button.mobile > a:hover{
	--tw-shadow: 0 0 #0000;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
nav button.mobile > a:active{
	--tw-bg-opacity: 1;
	background-color: rgba(248, 179, 76, var(--tw-bg-opacity));
}
@media (min-width: 992px){
	nav button.mobile > a{
		display: none;
	}
}
nav button.tham-active.tham-w-8{
	height: 30px;
	width: 30px;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
nav button.tham-active.tham-w-8 .tham-box{
	height: 30px;
	width: 30px;
	--tw-scale-x: .75;
	--tw-scale-y: .75;
	transform: var(--tw-transform);
}

.open-submenu{
	display: none;
	height: 1rem;
	width: 1rem;
	background-image: url('../images/arrow_down_icon.svg');
	background-position: center;
	background-repeat: no-repeat;
}

.menu-item-has-children > .open-submenu{
	display: block;
}

footer a:hover{
	--tw-text-opacity: 1;
	color: rgba(243, 125, 17, var(--tw-text-opacity));
}
footer .container{
	display: flex;
	max-width: 100%;
	flex-direction: column;
	padding-left: 0px;
	padding-right: 0px;
}
@media (min-width: 1280px){
	footer .container{
		max-width: 90vw;
	}
	footer .container{
		flex-direction: row;
	}
}
@media (min-width: 1536px){
	footer .container{
		max-width: 73.75vw;
	}
}
footer .first-row{
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
	padding-left: 16px;
	padding-right: 45px;
	padding-top: 45px;
}
@media (min-width: 1280px){
	footer .first-row{
		padding-top: 35px;
	}
}
footer .first-row .menus.desktop{
	display: none;
}
@media (min-width: 1280px){
	footer .first-row .menus.desktop{
		display: grid;
	}
	footer .first-row .menus.desktop{
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
	footer .first-row .menus.desktop{
		column-gap: 2rem;
	}
}
footer .first-row .menus.desktop ul.menu{
	margin-bottom: 40px;
	list-style-type: none;
	padding-left: 0px;
}
footer .first-row .menus.desktop ul.menu .menu-item{
	font-size: 1rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (min-width: 1280px){
	footer .first-row .menus.desktop ul.menu .menu-item{
		display: block;
	}
}
footer .first-row .menus.desktop ul.menu .menu-item .disabled{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
footer .first-row .menus.desktop ul.menu .menu-item .disabled:hover{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
  opacity: 1;
}
footer .first-row .menus.desktop ul.menu .menu-item.separator{
	margin-bottom: 32px;
}
footer .first-row .menus.desktop ul.menu .menu-item.separator.main{
	margin-bottom: 20px;
	display: block;
	font-size: 1.125rem;
	font-weight: 700;
}
footer .first-row .menus.desktop ul.menu .menu-item:first-child{
	margin-bottom: 20px;
	display: block;
	font-size: 1.125rem;
	font-weight: 600;
}
@media (min-width: 1280px){
	footer .first-row .menus.mobile{
		display: none;
	}
}
footer .first-row .menus.mobile ul.menu{
	display: grid;
	list-style-type: none;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 1.25rem;
	padding-left: 0px;
}
@media (min-width: 768px){
	footer .first-row .menus.mobile ul.menu{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
@media (min-width: 1024px){
	footer .first-row .menus.mobile ul.menu{
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}
footer .first-row .menus.mobile ul.menu .menu-item{
	margin-bottom: 35px;
	font-size: 1.125rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (min-width: 1280px){
	footer .first-row .menus.mobile ul.menu .menu-item{
		display: block;
	}
}
footer .first-row .menus.mobile ul.menu .menu-item:last-child{
	margin-bottom: 2.75rem;
}
footer .first-row .menus .nav.widget{
	height: auto;
}
footer .first-row .menus .nav.widget .wp-block-columns{
	margin-bottom: 0px;
}
footer .first-row .menus .nav.widget h3.nav-widget-title, footer .first-row .menus .nav.widget h2.widgettitle{
	display: none;
}
footer .first-row .menus .nav.widget:last-child ul.menu{
	margin-bottom: 0px;
}
footer .second-row{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 45px;
	padding-bottom: 45px;
}
@media (min-width: 1280px){
	footer .second-row{
		padding-top: 35px;
		padding-bottom: 35px;
	}
}
footer .second-row .brand--footer{
	z-index: 50;
	margin-bottom: 60px;
	display: flex;
	width: 100%;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
footer .second-row .brand--footer:hover{
	opacity: 0.8;
}
@media (min-width: 768px){
	footer .second-row .brand--footer{
		width: 161px;
	}
	footer .second-row .brand--footer{
		max-width: 161px;
	}
}
@media (min-width: 1280px){
	footer .second-row .brand--footer{
		margin-bottom: 0px;
	}
	footer .second-row .brand--footer{
		width: 161px;
	}
	footer .second-row .brand--footer{
		max-width: 161px;
	}
}
footer .second-row .brand--footer img{
	width: 100%;
}
footer .second-row .info-details{
	display: flex;
	width: 100%;
	flex-direction: column;
	font-size: 1rem;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
@media (min-width: 1280px){
	footer .second-row .info-details{
		flex-direction: row;
	}
}
footer .second-row .info-details--contact{
	display: flex;
	width: 100%;
	flex-direction: column;
	justify-content: flex-start;
}
@media (min-width: 768px){
	footer .second-row .info-details--contact{
		margin-bottom: 40px;
	}
	footer .second-row .info-details--contact{
		flex-direction: row;
	}
	footer .second-row .info-details--contact{
		align-items: flex-start;
	}
	footer .second-row .info-details--contact{
		justify-content: space-between;
	}
}
@media (min-width: 1280px){
	footer .second-row .info-details--contact{
		margin-bottom: 0px;
	}
	footer .second-row .info-details--contact{
		width: 66.666667%;
	}
	footer .second-row .info-details--contact{
		justify-content: space-evenly;
	}
}
footer .second-row .info-details--contact .address{
	margin-bottom: 40px;
}
footer .second-row .info-details--contact .address::before{
	content: "";
	position: relative;
	content: "";
	top: -5px;
	content: "";
	margin-right: 20px;
	content: "";
	display: inline-block;
	content: "";
	height: 25px;
	content: "";
	width: 25px;
	content: "";
	background-image: url('../images/compass-icon.svg');
	content: "";
	background-size: cover;
	content: "";
	background-position: center;
	content: "";
	background-repeat: no-repeat;
}
@media (min-width: 768px){
	footer .second-row .info-details--contact .address{
		margin-bottom: 0px;
	}
}
footer .second-row .info-details--contact .address span{
	display: inline-block;
}
footer .second-row .info-details--contact .phone-number{
	margin-bottom: 60px;
}
footer .second-row .info-details--contact .phone-number::before{
	content: "";
	position: relative;
	content: "";
	top: 5px;
	content: "";
	margin-right: 20px;
	content: "";
	display: inline-block;
	content: "";
	height: 25px;
	content: "";
	width: 25px;
	content: "";
	background-image: url('../images/phone-icon.svg');
	content: "";
	background-size: cover;
	content: "";
	background-position: center;
	content: "";
	background-repeat: no-repeat;
}
@media (min-width: 768px){
	footer .second-row .info-details--contact .phone-number{
		margin-bottom: 0px;
	}
}
footer .second-row .info-details--contact .phone-number:hover a{
	--tw-text-opacity: 1;
	color: rgba(243, 125, 17, var(--tw-text-opacity));
}
footer .second-row .info-details--contact .email{
	margin-bottom: 60px;
}
footer .second-row .info-details--contact .email::before{
	content: "";
	position: relative;
	content: "";
	top: 5px;
	content: "";
	margin-right: 20px;
	content: "";
	display: inline-block;
	content: "";
	height: 25px;
	content: "";
	width: 25px;
	content: "";
	background-image: url('../images/paperplane-icon.svg');
	content: "";
	background-size: cover;
	content: "";
	background-position: center;
	content: "";
	background-repeat: no-repeat;
}
@media (min-width: 768px){
	footer .second-row .info-details--contact .email{
		margin-bottom: 0px;
	}
}
footer .second-row .info-details--contact .email:hover a{
	--tw-text-opacity: 1;
	color: rgba(243, 125, 17, var(--tw-text-opacity));
}
footer .second-row .info-details--social{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: flex-start;
}
@media (min-width: 1280px){
	footer .second-row .info-details--social{
		width: 33.333333%;
	}
	footer .second-row .info-details--social{
		justify-content: flex-end;
	}
}
footer .second-row .info-details--social ul.social-media{
	margin-left: 20px;
	display: inline-flex;
	list-style-type: none;
	padding-left: 0px;
}
@media (min-width: 768px){
	footer .second-row .info-details--social ul.social-media{
		margin-left: 40px;
	}
}
footer .second-row .info-details--social ul.social-media li{
	margin-right: 15px;
}
footer .second-row .info-details--social ul.social-media li:last-child{
	margin-right: 0px;
}
@media (min-width: 768px){
	footer .second-row .info-details--social ul.social-media li{
		margin-right: 24px;
	}
}
footer .second-row .info-details--social ul.social-media .facebook a{
	display: flex;
}
footer .second-row .info-details--social ul.social-media .facebook a::before{
	content: "";
	position: relative;
	content: "";
	top: 0px;
	content: "";
	display: inline-block;
	content: "";
	height: 25px;
	content: "";
	width: 25px;
	content: "";
	background-image: url('../images/facebook-social-icon.svg');
	content: "";
	background-size: cover;
	content: "";
	background-position: center;
	content: "";
	background-repeat: no-repeat;
}
footer .second-row .info-details--social ul.social-media .instagram a{
	display: flex;
}
footer .second-row .info-details--social ul.social-media .instagram a::before{
	content: "";
	position: relative;
	content: "";
	top: 0px;
	content: "";
	display: inline-block;
	content: "";
	height: 25px;
	content: "";
	width: 25px;
	content: "";
	background-image: url('../images/instagram-social-icon.svg');
	content: "";
	background-size: cover;
	content: "";
	background-position: center;
	content: "";
	background-repeat: no-repeat;
}
footer .second-row .info-details--social ul.social-media .youtube a{
	display: flex;
}
footer .second-row .info-details--social ul.social-media .youtube a::before{
	content: "";
	position: relative;
	content: "";
	top: 0px;
	content: "";
	display: inline-block;
	content: "";
	height: 25px;
	content: "";
	width: 25px;
	content: "";
	background-image: url('../images/youtube-social-icon.svg');
	content: "";
	background-size: cover;
	content: "";
	background-position: center;
	content: "";
	background-repeat: no-repeat;
}
footer .second-row .info-details--social ul.social-media .linkedin a{
	display: flex;
}
footer .second-row .info-details--social ul.social-media .linkedin a::before{
	content: "";
	position: relative;
	content: "";
	top: 0px;
	content: "";
	display: inline-block;
	content: "";
	height: 25px;
	content: "";
	width: 25px;
	content: "";
	background-image: url('../images/linkedin-social-icon.svg');
	content: "";
	background-size: cover;
	content: "";
	background-position: center;
	content: "";
	background-repeat: no-repeat;
}

.swiper-pagination{
	margin-top: 2rem;
	margin-bottom: 2rem;
	display: flex;
	height: 4rem;
	padding-top: 2.5rem;
}
.swiper-pagination-bullet{
	margin-right: 0px;
	height: 5px;
	width: 100px;
	cursor: pointer;
	--tw-bg-opacity: 1;
	background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
}
@media (min-width: 768px){
	.swiper-pagination-bullet{
		margin-right: 1rem;
	}
}
.swiper-pagination-bullet {
  transition: all 0.3s;
}
.swiper-pagination-bullet:last-child{
	margin-right: 0px;
}
.swiper-pagination-bullet-active{
	--tw-bg-opacity: 1;
	background-color: rgba(243, 153, 17, var(--tw-bg-opacity));
}

.modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 64px 0;
}
.modal.open {
  visibility: visible;
  opacity: 1;
}
.modal-bg {
  width: 100%;
  max-width: 928px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow-y: auto;
  position: relative;
  z-index: 999;
}
.modal-bg::-webkit-scrollbar {
  width: 10px;
}
.modal-bg::-webkit-scrollbar-track {
  background-color: #a8a8a8;
}
.modal-bg::-webkit-scrollbar-thumb {
  background-color: #ecaa4d;
  height: 20px;
  width: 5px;
  border-radius: 4px;
}
.modal-overlay {
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
}
.modal-container{
	padding: 2rem;
}
@media (min-width: 992px){
	.modal-container{
		padding: 4rem;
	}
}
.modal-container {
  background: #fff;
  position: relative;
  max-width: 928px;
}
.modal-close {
  position: absolute;
  right: 15px;
  top: 15px;
  outline: none;
  -webkit-appearance: none;
          appearance: none;
  color: #f39911;
  background: none;
  border: 0px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.3s;
}
.modal-close:hover {
  color: #323232;
}

.lds-grid {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-grid div{
	--tw-bg-opacity: 1;
	background-color: rgba(243, 153, 17, var(--tw-bg-opacity));
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  animation: lds-grid 1.2s linear infinite;
}

.lds-grid div:nth-child(1) {
  top: 8px;
  left: 8px;
  animation-delay: 0s;
}

.lds-grid div:nth-child(2) {
  top: 8px;
  left: 32px;
  animation-delay: -0.4s;
}

.lds-grid div:nth-child(3) {
  top: 8px;
  left: 56px;
  animation-delay: -0.8s;
}

.lds-grid div:nth-child(4) {
  top: 32px;
  left: 8px;
  animation-delay: -0.4s;
}

.lds-grid div:nth-child(5) {
  top: 32px;
  left: 32px;
  animation-delay: -0.8s;
}

.lds-grid div:nth-child(6) {
  top: 32px;
  left: 56px;
  animation-delay: -1.2s;
}

.lds-grid div:nth-child(7) {
  top: 56px;
  left: 8px;
  animation-delay: -0.8s;
}

.lds-grid div:nth-child(8) {
  top: 56px;
  left: 32px;
  animation-delay: -1.2s;
}

.lds-grid div:nth-child(9) {
  top: 56px;
  left: 56px;
  animation-delay: -1.6s;
}

@keyframes lds-grid {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.casestudy__archive{
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.casestudy__archive .navigation{
	display: flex;
}
.casestudy__archive .navigation ul{
	margin: auto;
	display: flex;
	list-style-type: none;
	flex-direction: row;
	gap: 1rem;
	padding: 0px;
}
.casestudy__archive .navigation ul li {
  transition: all 0.5s;
  display: flex;
  height: 53px;
  width: 53px;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(243, 125, 17, var(--tw-border-opacity));
  text-align: center;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(16, 16, 16, var(--tw-text-opacity));
}
.casestudy__archive .navigation ul li.last, .casestudy__archive .navigation ul li.first{
	width: 190px;
}
.casestudy__archive .navigation ul li:hover, .casestudy__archive .navigation ul li.active{
	--tw-bg-opacity: 1;
	background-color: rgba(243, 125, 17, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.casestudy__archive-content {
  margin-bottom: 3rem;
}
.casestudy__archive-content .post__item {
  background: white;
  transition: box-shadow 0.3s;
  border: 1px solid #f4f4f4;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.casestudy__archive-content .post__item.other {
  margin-bottom: 0;
}
.casestudy__archive-content .post__item:hover {
  box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.08);
}
.casestudy__archive-content .post__item:hover .post__effect {
  background: #f4f4f4;
}
.casestudy__archive-content .post__item .post_desc {
  margin-bottom: 2rem;
}
.casestudy__archive-content .post__wrapper{
	position: relative;
	display: flex;
	flex: 1 1 0%;
	flex-direction: column;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 0px;
	padding-bottom: 2rem;
}
@media (min-width: 992px){
	.casestudy__archive-content .post__wrapper{
		--tw-bg-opacity: 1;
		background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	}
	.casestudy__archive-content .post__wrapper{
		padding-left: 2vw;
		padding-right: 2vw;
	}
	.case-study-pt-slide .casestudy__archive-content .post__wrapper{
		padding-left: 3.3vw;
		padding-right: 3.3vw;
	}
}
.casestudy__archive-content .post__avatar{
	position: relative;
	margin-top: -2rem;
	margin-bottom: 1.5rem;
	height: 67px;
	width: 67px;
	overflow: hidden;
	border-radius: 9999px;
}
.casestudy__archive-content .post__meta{
	margin-bottom: 1.5rem;
	display: flex;
	align-items: center;
}
.casestudy__archive-content .post__author{
	margin-right: 0.5rem;
}
.casestudy__archive-content .post__terms{
	margin-bottom: 1.5rem;
	display: flex;
	align-items: center;
	padding-top: 2rem;
	font-family: Switzer, sans-serif;
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(50, 50, 50, var(--tw-text-opacity));
}
@media (min-width: 992px){
	.casestudy__archive-content .post__terms{
		font-size: .75rem;
	}
}
.casestudy__archive-content .post__separator{
	margin-right: 0.5rem;
	font-family: Switzer, sans-serif;
	font-weight: 800;
	--tw-text-opacity: 1;
	color: rgba(243, 153, 17, var(--tw-text-opacity));
}
.casestudy__archive-content .post__header{
	margin-bottom: 1.5rem;
	display: block;
}
.casestudy__archive-content .post__link{
	position: relative;
	margin-top: auto;
	display: inline-block;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-right: 4rem;
	font-family: Switzer, sans-serif;
	font-size: .75rem;
	font-weight: 800;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(50, 50, 50, var(--tw-text-opacity));
}
.casestudy__archive-content .post__link::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  right: 29px;
  bottom: 3px;
  border-radius: 50%;
  background: url("../../resources/images/arrow-r-orange.svg") no-repeat center;
  transition: all 0.3s;
}
.casestudy__archive-content .post__link:hover {
  opacity: 1;
}
.casestudy__archive-content .post__link:hover::after {
  background-color: #f8b34c;
  background-image: url("../../resources/images/arrow-r-white.svg");
}
.casestudy__archive-content .post__effect {
  display: flex;
  align-items: center;
  padding: 16px;
  border: solid 1px #f4f4f4;
  margin-top: 26px;
  transition: background 0.3s;
}
.casestudy__archive-content .post__effect-percent{
	margin-right: 2.5rem;
	margin-top: 0.25em;
	font-family: Switzer, sans-serif;
	font-weight: 600;
	--tw-text-opacity: 1;
	color: rgba(243, 153, 17, var(--tw-text-opacity));
}
.casestudy__archive-content .post__effect-desc{
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	font-family: Switzer, sans-serif;
	font-weight: 600;
}

.slide-element {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: opacity 300ms ease;
}
.slide-element.is-open {
  max-height: 99999px;
  opacity: 1;
}

.header-article{
	--tw-bg-opacity: 1;
	background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
}
.header-article__texts{
	padding-top: 1rem;
}
@media (min-width: 1024px){
	.header-article__texts{
		padding-top: 5rem;
	}
}
.header-article__container{
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column;
}
@media (min-width: 768px){
	.header-article__container{
		flex-direction: row;
	}
	.header-article__container{
		align-items: center;
	}
}
@media (min-width: 992px){
	.header-article__container{
		display: block;
	}
}
.header-article__container {
  max-width: 93.75vw;
}
@media screen and (min-width: 1024px) {
  .header-article__container {
    max-width: 90vw;
  }
}
@media screen and (min-width: 1536px) {
  .header-article__container {
    max-width: 73.75vw;
  }
}
@media screen and (max-width: 1680px) {
  .header-article__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header-article__container.block-image{
	display: block;
}
.header-article__right{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
	padding-left: 1.75rem;
	padding-right: 1.75rem;
  margin-top: 120px;
  margin-bottom: -120px;
}
@media screen and (min-width: 1780px) {
  .header-article__right{
		padding-left: 1.75rem;
	}
  .header-article__right{
		padding-right: 1.75rem;
	}
}
.header-article__right hr {
  height: 0.25rem;
  width: 77px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgba(243, 153, 17, var(--tw-bg-opacity));
  margin-top: 15px;
  margin-bottom: 30px;
}
.header-article__right h4{
	font-family: Switzer, sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	--tw-text-opacity: 1;
	color: rgba(50, 50, 50, var(--tw-text-opacity));
  margin-bottom: 30px;
}
.header-article__right ul{
	list-style-type: none;
	padding: 0px;
}
.header-article__right ul li{
	margin-bottom: 1.75rem;
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(226, 226, 226, var(--tw-border-opacity));
	padding-bottom: 1.75rem;
}
.header-article__right ul li:last-child{
	border-bottom-width: 0;
}
.header-article__right ul li a{
	font-size: 1rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(50, 50, 50, var(--tw-text-opacity));
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 300ms;
}
.header-article__right ul li a:hover{
	--tw-text-opacity: 1;
	color: rgba(243, 125, 17, var(--tw-text-opacity));
}
.header-article__avatar{
	position: relative;
	margin-bottom: 1.5rem;
	height: 67px;
	width: 67px;
	overflow: hidden;
	border-radius: 9999px;
}
.header-article__meta{
	margin-bottom: 1.5rem;
	margin-left: 1.25rem;
	display: flex;
	align-items: center;
	font-size: 1rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(98, 97, 97, var(--tw-text-opacity));
}
.header-article__author{
	margin-right: 0.5rem;
}
.header-article__author a{
	font-size: 1rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(98, 97, 97, var(--tw-text-opacity));
}
.header-article .crumbs{
	padding-left: 2.25rem;
	--tw-text-opacity: 1;
	color: rgba(98, 97, 97, var(--tw-text-opacity));
  background: url("../../resources/images/home.svg") no-repeat center left;
}
.header-article .has-orange-bg-color{
	max-width: 600px;
	--tw-bg-opacity: 1;
	background-color: rgba(243, 153, 17, var(--tw-bg-opacity));
	padding: 2rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (min-width: 992px){
	.header-article .has-orange-bg-color{
		padding: 3vw;
	}
}
.header-article h1{
	margin-bottom: 2.25rem;
}
.header-article .wp-block-separator{
	margin-top: 2.5rem;
}
.header-article .wp-block-buttons{
	margin-top: 1rem;
}
.header-article__image{
	flex: 1 1 0%;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.header-article__white-block{
	margin-left: auto;
	margin-right: auto;
	height: 4rem;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	max-width: 1700px;
}
@media (min-width: 1536px) {
  .header-article__white-block {
    max-width: calc(100px + 73.75vw);
  }
}
.header-article .wp-block-button__link{
	--tw-bg-opacity: 1;
	background-color: rgba(243, 153, 17, var(--tw-bg-opacity));
}
.header-article .wp-block-button__transparent {
  background-color: transparent;
  border: 1px solid #f39911;
  color: black;
  align-items: center;
  border-radius: 0;
  display: flex;
  font-family: Switzer, sans-serif;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.025em;
  margin-bottom: 0.25rem;
  margin-right: 0.25rem;
  margin-top: 1rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  text-transform: uppercase;
  transition-timing-function: linear;
  font-size: 12px;
  padding: 0.8rem;
}
.header-article .wp-block-button__transparent::after {
  background: url(../../resources/images/arrow-r-black.svg) no-repeat 50%;
  border-radius: 50%;
  bottom: 15px;
  content: " ";
  display: inline-block;
  height: 28px;
  margin-left: 16px;
  position: static;
  transition: all 0.3s;
  width: 28px;
}
.header-article__desc {
  color: #626161;
}
.header-article--orange .crumbs {
  color: white;
  background-image: url("../../resources/images/home-white.svg");
}
.header-article--orange .wp-block-separator {
  background: white;
}
.header-article--orange h1 {
  color: white;
}
.header-article--orange .page-header__desc {
  color: white;
}
.header-article--orange .wp-block-buttons .wp-block-button:first-child .wp-block-button__link{
	margin-right: 1.5rem;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(243, 153, 17, var(--tw-text-opacity));
}
.header-article--orange .wp-block-buttons .wp-block-button:first-child .wp-block-button__link::after {
  background-image: url("../../resources/images/arrow-r-orange.svg");
}
.header-article--orange .wp-block-buttons .wp-block-button:first-child .wp-block-button__link:hover::after {
  background-image: url("../../resources/images/arrow-r-white.svg");
}
.header-article--orange .wp-block-buttons .wp-block-button:last-child .wp-block-button__link{
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
	background-color: transparent;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media screen and (min-width: 1024px) {
  .read-more{
		--tw-bg-opacity: 1;
		background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	}
  .read-more{
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}
  .read-more{
		padding-left: 3rem;
		padding-right: 3rem;
	}
  .read-more {
    margin-top: 120px;
    margin-bottom: -120px;
  }
}
.read-more hr {
  height: 0.25rem;
  width: 77px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgba(243, 153, 17, var(--tw-bg-opacity));
  margin-top: 15px;
  margin-bottom: 30px;
}
.read-more h4{
	font-family: Switzer, sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	--tw-text-opacity: 1;
	color: rgba(50, 50, 50, var(--tw-text-opacity));
  margin-bottom: 30px;
}
.read-more ul{
	list-style-type: none;
	padding: 0px;
}
.read-more ul li{
	margin-bottom: 1.75rem;
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(226, 226, 226, var(--tw-border-opacity));
	padding-bottom: 1.75rem;
}
.read-more ul li:last-child{
	border-bottom-width: 0;
}
.read-more ul li a{
	font-size: 1rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(50, 50, 50, var(--tw-text-opacity));
}

.content-article__container{
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px){
	.content-article__container{
		flex-direction: row;
	}
	.content-article__container{
		align-items: center;
	}
}

.content-article__container {
  max-width: 93.75vw;
}
@media screen and (min-width: 1024px) {
  .content-article__container {
    max-width: 90vw;
  }
}
@media screen and (min-width: 1536px) {
  .content-article__container {
    max-width: 73.75vw;
  }
}
@media screen and (max-width: 1680px) {
  .content-article__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.content-article__left img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .newsletter-article{
		margin-bottom: 1.5rem;
	}
}
.newsletter-article__wrapper{
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
}
@media (min-width: 992px){
	.newsletter-article__wrapper{
		padding-left: 2vw;
		padding-right: 2vw;
	}
}
.newsletter-article__wrapper-head{
	font-family: Switzer, sans-serif;
	font-size: 1.5rem;
	font-weight: 600;
	--tw-text-opacity: 1;
	color: rgba(50, 50, 50, var(--tw-text-opacity));
}
.newsletter-article__wrapper-content{
	margin-bottom: 1.5rem;
	--tw-text-opacity: 1;
	color: rgba(98, 97, 97, var(--tw-text-opacity));
}
.newsletter-article__wrapper-link{
	position: relative;
	margin-top: 1rem;
	display: flex;
	width: 100%;
	justify-content: center;
	--tw-bg-opacity: 1;
	background-color: rgba(243, 125, 17, var(--tw-bg-opacity));
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1rem;
	padding-right: 2.5rem;
	font-family: Switzer, sans-serif;
	font-size: .75rem;
	font-weight: 800;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.newsletter-article__wrapper-link::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: url("../../resources/images/arrow-r-white.svg") no-repeat center;
  transition: all 0.3s;
  right: 10px;
}

.academy-article > .post__item {
  background: #F37D11;
  margin-bottom: 48px;
  border: 1px solid #f4f4f4;
  display: block;
  border: none;
  box-shadow: none;
}
.academy-article > .post__item.other {
  margin-bottom: 0;
}
.academy-article > .post__item:hover .post__effect {
  background: #F37D11;
}
.academy-article > .post__item > .post__wrapper{
	position: relative;
	--tw-bg-opacity: 1;
	background-color: rgba(243, 125, 17, var(--tw-bg-opacity));
	padding: 30px;
}
@media (min-width: 992px){
	.academy-article > .post__item > .post__wrapper{
		--tw-bg-opacity: 1;
		background-color: rgba(243, 125, 17, var(--tw-bg-opacity));
	}
}
@media (min-width: 1024px){
	.academy-article > .post__item > .post__wrapper{
		padding: 64px;
	}
	.academy-article > .post__item > .post__wrapper{
		padding-bottom: 120px;
	}
}
.academy-article > .post__item > .post__wrapper p {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 992px) {
  .academy-article > .post__item > .post__wrapper p {
    margin-bottom: 80px !important;
  }
}
@media (min-width: 992px){
	.case-study-pt-slide .academy-article > .post__item > .post__wrapper{
		padding-left: 3.3vw;
		padding-right: 3.3vw;
	}
}
.academy-article > .post__item > .post__wrapper p{
	font-size: 1rem;
	font-weight: 400;
}
.academy-article > .post__item > .post__wrapper > .post__author{
	margin-right: 0.5rem;
}
.academy-article > .post__item > .post__wrapper > .post__terms{
	margin-bottom: 1.5rem;
	display: flex;
	align-items: center;
	font-family: Switzer, sans-serif;
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(50, 50, 50, var(--tw-text-opacity));
}
@media (min-width: 992px){
	.academy-article > .post__item > .post__wrapper > .post__terms{
		font-size: .75rem;
	}
}
.academy-article > .post__item > .post__wrapper > .post__separator{
	margin-right: 0.5rem;
	font-family: Switzer, sans-serif;
	font-weight: 800;
	--tw-text-opacity: 1;
	color: rgba(243, 153, 17, var(--tw-text-opacity));
}
.academy-article > .post__item > .post__wrapper > .post__header{
	margin-bottom: 1.5rem;
	display: block;
}
.academy-article > .post__item > .post__wrapper > .post__link{
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-top: 0px;
	display: inline-block;
	width: 333px;
	--tw-translate-x: -50%;
	transform: var(--tw-transform);
	border-width: 2px;
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
	padding: 16px;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-right: 4rem;
	font-family: Switzer, sans-serif;
	font-size: .75rem;
	font-weight: 800;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  font-weight: bold;
  height: 56px;
  display: flex;
  align-items: center;
}
.academy-article > .post__item > .post__wrapper > .post__link::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: url("../../resources/images/arrow-r-white.svg") no-repeat center;
  transition: all 0.3s;
}
.academy-article > .post__item__effect {
  display: flex;
  align-items: center;
  padding: 16px;
  border: solid 1px #f4f4f4;
  margin-top: 26px;
  transition: background 0.3s;
}
.academy-article > .post__item__effect-percent{
	margin-right: 2.5rem;
	margin-top: 0.25em;
	font-family: Switzer, sans-serif;
	font-weight: 600;
	--tw-text-opacity: 1;
	color: rgba(243, 153, 17, var(--tw-text-opacity));
}
.academy-article > .post__item__effect-desc{
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	font-family: Switzer, sans-serif;
	font-weight: 600;
}

@media screen and (min-width: 1024px) {
  .category-article{
		margin-bottom: 2rem;
	}
  .category-article{
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}
  .category-article{
		padding-left: 1.75rem;
	}
  .category-article{
		padding-right: 0px;
	}
}
@media screen and (min-width: 1780px) {
  .category-article{
		padding-left: 1.75rem;
	}
  .category-article{
		padding-right: 1.75rem;
	}
}
.category-article hr {
  height: 0.25rem;
  width: 77px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgba(243, 153, 17, var(--tw-bg-opacity));
  margin-top: 15px;
  margin-bottom: 30px;
}
.category-article h4{
	font-family: Switzer, sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	--tw-text-opacity: 1;
	color: rgba(50, 50, 50, var(--tw-text-opacity));
  margin-bottom: 30px;
}
.category-article__link{
	margin: auto;
	display: flex;
	height: 56px;
	width: 100%;
	align-items: center;
	justify-content: center;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(220, 221, 221, var(--tw-border-opacity));
	padding-left: 1.75rem;
	padding-right: 1.75rem;
	font-family: Switzer, sans-serif;
	font-size: .75rem;
	font-weight: 700;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(50, 50, 50, var(--tw-text-opacity));
}
@media screen and (max-width: 1024px) {
  .category-article__link{
		margin-bottom: 1.25rem;
	}
}

.author-meta__description p{
	margin-bottom: 0px;
	padding: 0px;
}
.author-meta__avatar{
	position: relative;
	height: 140px;
	width: 140px;
	overflow: hidden;
	border-radius: 9999px;
}

.featured-articles__container{
	margin-left: auto;
	margin-right: auto;
  max-width: 93.75vw;
}
@media screen and (min-width: 1024px) {
  .featured-articles__container {
    max-width: 90vw;
  }
}
@media screen and (min-width: 1536px) {
  .featured-articles__container {
    max-width: 73.75vw;
  }
}
@media screen and (max-width: 1680px) {
  .featured-articles__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.featured-articles__head hr {
  height: 0.25rem;
  width: 77px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgba(243, 153, 17, var(--tw-bg-opacity));
  margin-top: 15px;
  margin-bottom: 30px;
}
.featured-articles__head h4{
	font-family: Switzer, sans-serif;
	font-size: 1.5rem;
	font-weight: 600;
	--tw-text-opacity: 1;
	color: rgba(50, 50, 50, var(--tw-text-opacity));
  margin-bottom: 30px;
}
.featured-articles .post__item {
  background: white;
  margin-bottom: 48px;
  transition: box-shadow 0.3s;
  border: 1px solid #f4f4f4;
}
.featured-articles .post__item.other {
  margin-bottom: 0;
}
.featured-articles .post__item:hover {
  box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.08);
}
.featured-articles .post__item:hover .post__effect {
  background: #f4f4f4;
}
.featured-articles .post__wrapper{
	position: relative;
	background-color: transparent;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 0px;
	padding-bottom: 2rem;
}
@media (min-width: 992px){
	.featured-articles .post__wrapper{
		background-color: transparent;
	}
	.featured-articles .post__wrapper{
		padding-left: 2vw;
		padding-right: 2vw;
	}
}
.featured-articles .post__wrapper {
  height: 360px;
}
@media (min-width: 992px){
	.case-study-pt-slide .featured-articles .post__wrapper{
		padding-left: 3.3vw;
		padding-right: 3.3vw;
	}
}
.featured-articles .post__avatar{
	position: relative;
	margin-top: -2rem;
	margin-bottom: 1.5rem;
	height: 67px;
	width: 67px;
	overflow: hidden;
	border-radius: 9999px;
}
.featured-articles .post__meta{
	margin-bottom: 1.5rem;
	display: flex;
	align-items: center;
}
.featured-articles .post__author{
	margin-right: 0.5rem;
}
.featured-articles .post__terms{
	margin-bottom: 1.5rem;
	display: flex;
	align-items: center;
	padding-top: 2rem;
	font-family: Switzer, sans-serif;
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(50, 50, 50, var(--tw-text-opacity));
}
@media (min-width: 992px){
	.featured-articles .post__terms{
		padding-top: 0px;
	}
	.featured-articles .post__terms{
		font-size: .75rem;
	}
}
.featured-articles .post__separator{
	margin-right: 0.5rem;
	font-family: Switzer, sans-serif;
	font-weight: 800;
	--tw-text-opacity: 1;
	color: rgba(243, 153, 17, var(--tw-text-opacity));
}
.featured-articles .post__header{
	margin-bottom: 1.5rem;
	display: block;
}
.featured-articles .post__link{
	position: absolute;
	bottom: 1rem;
	margin-top: 0px;
	display: inline-block;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-right: 4rem;
	font-family: Switzer, sans-serif;
	font-size: .75rem;
	font-weight: 800;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(50, 50, 50, var(--tw-text-opacity));
}
.featured-articles .post__link::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  right: 28px;
  bottom: 5px;
  border-radius: 50%;
  background: url("../../resources/images/arrow-r-orange.svg") no-repeat center;
  transition: all 0.3s;
}
.featured-articles .post__link:hover {
  opacity: 1;
}
.featured-articles .post__link:hover::after {
  background-color: #f8b34c;
  background-image: url("../../resources/images/arrow-r-white.svg");
}
.featured-articles .post__effect {
  display: flex;
  align-items: center;
  padding: 16px;
  border: solid 1px #f4f4f4;
  margin-top: 26px;
  transition: background 0.3s;
}
.featured-articles .post__effect-percent{
	margin-right: 2.5rem;
	margin-top: 0.25em;
	font-family: Switzer, sans-serif;
	font-weight: 600;
	--tw-text-opacity: 1;
	color: rgba(243, 153, 17, var(--tw-text-opacity));
}
.featured-articles .post__effect-desc{
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	font-family: Switzer, sans-serif;
	font-weight: 600;
}

.filter-button {
  border: 1px solid #f4f4f4;
  text-align: center;
  transition: all 0.5s;
  margin-bottom: 1.5rem;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  font-size: 1.125rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(50, 50, 50, var(--tw-text-opacity));
}
.filter-button:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
}
.filter-button.active{
	--tw-bg-opacity: 1;
	background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
}
@media screen and (max-width: 1024px) {
  .filter-button {
    width: 100%;
    display: block;
  }
}

.post__item {
  background: white;
  margin-bottom: 48px;
  transition: box-shadow 0.3s;
  border: 1px solid #f4f4f4;
  display: flex;
  flex-direction: column;
}
.post__item img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.post__item.other {
  margin-bottom: 0;
}
.post__item:hover {
  box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.08);
}
.post__item:hover .post__effect {
  background: #f4f4f4;
}
.post__item .post__wrapper{
	position: relative;
	display: flex;
	flex: 1 1 0%;
	flex-direction: column;
	justify-content: space-between;
	background-color: transparent;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 2rem;
	padding-bottom: 1rem;
}
@media (min-width: 992px){
	.post__item .post__wrapper{
		background-color: transparent;
	}
	.post__item .post__wrapper{
		padding-left: 2vw;
		padding-right: 2vw;
	}
}
@media (min-width: 1280px){
	.post__item .post__wrapper{
		padding-bottom: 2rem;
	}
	.post__item .post__wrapper{
		padding-top: 2rem;
	}
}
@media (min-width: 992px){
	.case-study-pt-slide .post__item .post__wrapper{
		padding-left: 3.3vw;
		padding-right: 3.3vw;
	}
}
.post__item .post__avatar{
	position: relative;
	margin-top: -2rem;
	margin-bottom: 1.5rem;
	height: 67px;
	width: 67px;
	overflow: hidden;
	border-radius: 9999px;
}
.post__item .post__meta{
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
	font-size: .875rem;
}
@media (min-width: 768px){
	.post__item .post__meta{
		font-size: .75rem;
	}
}
@media (min-width: 1280px){
	.post__item .post__meta{
		margin-bottom: 1.5em;
	}
	.post__item .post__meta{
		font-size: .875rem;
	}
}
@media (min-width: 1536px){
	.post__item .post__meta{
		font-size: 1rem;
	}
}
.post__item .post__author{
	margin-right: 0.5rem;
}
.post__item .post__header {
  margin-top: 2rem;
}
.post__item .post__header > h3 {
  font-size: calc(1.1rem + (1.25 - 1.1) * (100vw - 20rem) / (120 - 20));
  margin-top: 0px;
}
@media (max-width: 20rem) {
  .post__item .post__header > h3 {
    font-size: 1.1rem;
  }
}
@media (min-width: 120rem) {
  .post__item .post__header > h3 {
    font-size: 1.25rem;
  }
}
@media all and (min-width: 1200px) {
  .post__item .post__header > h3 {
    font-size: calc(1.25rem + (1.5 - 1.25) * (100vw - 20rem) / (120 - 20));
  }
}
@media (min-width: 1200px) and (max-width: 20rem) {
  .post__item .post__header > h3 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) and (min-width: 120rem) {
  .post__item .post__header > h3 {
    font-size: 1.5rem;
  }
}
.post__item .post__terms{
	margin-bottom: 1rem;
	margin-top: 1em;
	display: flex;
	align-items: center;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Switzer, sans-serif;
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(50, 50, 50, var(--tw-text-opacity));
}
@media (min-width: 768px){
	.post__item .post__terms{
		font-size: .75rem;
	}
}
@media (min-width: 1280px){
	.post__item .post__terms{
		margin-bottom: 1.5em;
	}
	.post__item .post__terms{
		margin-top: 0px;
	}
}
.post__item .post__separator{
	margin-right: 0.5rem;
	font-family: Switzer, sans-serif;
	font-weight: 800;
	--tw-text-opacity: 1;
	color: rgba(243, 153, 17, var(--tw-text-opacity));
}
.post__item .post__header{
	margin-bottom: 1.5rem;
	display: block;
}
.post__item .post__link{
	position: relative;
	margin-top: auto;
	display: inline-block;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 4rem;
	font-family: Switzer, sans-serif;
	font-size: .75rem;
	font-weight: 800;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(50, 50, 50, var(--tw-text-opacity));
}
.post__item .post__link::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  right: 28px;
  bottom: 5px;
  border-radius: 50%;
  background: url("../../resources/images/arrow-r-orange.svg") no-repeat center;
  transition: all 0.3s;
}
.post__item .post__link:hover {
  opacity: 1;
}
.post__item .post__link:hover::after {
  background-color: #f8b34c;
  background-image: url("../../resources/images/arrow-r-white.svg");
}
.post__item__effect {
  display: flex;
  align-items: center;
  padding: 16px;
  border: solid 1px #f4f4f4;
  margin-top: 26px;
  transition: background 0.3s;
}
.post__item__effect-percent{
	margin-right: 2.5rem;
	margin-top: 0.25em;
	font-family: Switzer, sans-serif;
	font-weight: 600;
	--tw-text-opacity: 1;
	color: rgba(243, 153, 17, var(--tw-text-opacity));
}
.post__item__effect-desc{
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	font-family: Switzer, sans-serif;
	font-weight: 600;
}

.navigation{
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-bottom: 2rem;
}
.navigation ul{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
}
.navigation li{
	display: block;
	display: flex;
	height: 2rem;
	width: 2rem;
	align-items: center;
	justify-content: center;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(243, 125, 17, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(243, 125, 17, var(--tw-text-opacity));
}
.navigation li.active{
	--tw-bg-opacity: 1;
	background-color: rgba(243, 125, 17, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.main-post__terms{
	max-width: 100%;
	flex-wrap: wrap;
}

.tham{
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition-timing-function: linear;
	transition-duration: .15s;
	transition-property: opacity;
}

.tham:hover{
	opacity: 0.7;
}

.tham-box{
	position: relative;
	display: inline-block;
}

.tham-inner{
	top: 50%;
	display: block;
	background-color: #000;
	position: absolute;
	border-radius: 4px;
	transition-timing-function: ease;
	transition-duration: .15s;
	transition-property: transform;
}

.tham-inner::before{
	content: "";
	background-color: inherit;
	position: absolute;
	display: block;
	border-radius: 4px;
	transition-timing-function: ease;
	transition-duration: .15s;
	transition-property: transform;
}

.tham-inner::after{
	content: "";
	background-color: inherit;
	position: absolute;
	display: block;
	border-radius: 4px;
	transition-timing-function: ease;
	transition-duration: .15s;
	transition-property: transform;
}

.tham.tham-w-4.tham-e-slider .tham-inner{
	top: 1px;
}

.tham.tham-w-4.tham-e-slider .tham-inner::before{
	top: 4px;
	transition-property: transform, opacity;
	transition-timing-function: ease;
	transition-duration: 0.15s;
}

.tham.tham-w-4.tham-e-slider .tham-inner::after{
	top: 8px;
}

.tham.tham-w-4.tham-e-slider.tham-active .tham-inner{
	transform: translate3d(0, 4px, 0) rotate(45deg);
}

.tham.tham-w-4.tham-e-slider.tham-active .tham-inner::before{
	transform: rotate(-45deg) translate3d(-2.2857142857142856px, -2px, 0);
	opacity: 0;
}

.tham.tham-w-4.tham-e-slider.tham-active .tham-inner::after{
	transform: translate3d(0, -8px, 0) rotate(-90deg);
}

.tham.tham-e-squeeze .tham-inner{
	transition-timing-function: cubic-bezier(.55,.055,.675,.19);
	transition-duration: 75ms;
}

.tham.tham-e-squeeze .tham-inner::before{
	transition: top 75ms ease .12s,opacity 75ms ease;
}

.tham.tham-e-squeeze .tham-inner::after{
	transition: bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19);
}

.tham.tham-e-squeeze.tham-active .tham-inner{
	transition-delay: .12s;
	transition-timing-function: cubic-bezier(.215,.61,.355,1);
	transform: rotate(45deg);
}

.tham.tham-e-squeeze.tham-active .tham-inner::before{
	top: 0;
	transition: top 75ms ease,opacity 75ms ease .12s;
	opacity: 0;
}

.tham.tham-e-squeeze.tham-active .tham-inner::after{
	bottom: 0;
	transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
	transform: rotate(-90deg);
}

.tham.tham-w-4.tham-e-arrow.tham-active .tham-inner::before{
	transform: translate3d(-3.20px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.tham.tham-w-4.tham-e-arrow.tham-active .tham-inner::after{
	transform: translate3d(-3.20px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.tham.tham-w-4.tham-e-arrow-alt .tham-inner::before{
	transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tham.tham-w-4.tham-e-arrow-alt .tham-inner::after{
	transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tham.tham-w-4.tham-e-arrow-alt.tham-active .tham-inner::before{
	top: 0;
	transform: translate3d(-3.20px, -4.00px, 0) rotate(-45deg) scale(0.7, 1);
	transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.tham.tham-w-4.tham-e-arrow-alt.tham-active .tham-inner::after{
	bottom: 0;
	transform: translate3d(-3.20px, 4.00px, 0) rotate(45deg) scale(0.7, 1);
	transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.tham.tham-w-4.tham-e-arrow-turn.tham-active .tham-inner{
	transform: rotate(-180deg);
}

.tham.tham-w-4.tham-e-arrow-turn.tham-active .tham-inner::before{
	transform: translate3d(3.20px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.tham.tham-w-4.tham-e-arrow-turn.tham-active .tham-inner::after{
	transform: translate3d(3.20px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.tham.tham-w-4.tham-e-spin .tham-inner{
	transition-duration: 0.22s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.tham.tham-w-4.tham-e-spin .tham-inner::before{
	transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.tham.tham-w-4.tham-e-spin .tham-inner::after{
	transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.tham.tham-w-4.tham-e-spin.tham-active .tham-inner{
	transform: rotate(225deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.tham.tham-w-4.tham-e-spin.tham-active .tham-inner::before{
	top: 0;
	opacity: 0;
	transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.tham.tham-w-4.tham-e-spin.tham-active .tham-inner::after{
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.tham.tham-w-5.tham-e-slider .tham-inner{
	top: 1.25px;
}

.tham.tham-w-5.tham-e-slider .tham-inner::before{
	top: 5px;
	transition-property: transform, opacity;
	transition-timing-function: ease;
	transition-duration: 0.15s;
}

.tham.tham-w-5.tham-e-slider .tham-inner::after{
	top: 10px;
}

.tham.tham-w-5.tham-e-slider.tham-active .tham-inner{
	transform: translate3d(0, 5px, 0) rotate(45deg);
}

.tham.tham-w-5.tham-e-slider.tham-active .tham-inner::before{
	transform: rotate(-45deg) translate3d(-2.857142857142857px, -2.5px, 0);
	opacity: 0;
}

.tham.tham-w-5.tham-e-slider.tham-active .tham-inner::after{
	transform: translate3d(0, -10px, 0) rotate(-90deg);
}

.tham.tham-w-5.tham-e-arrow.tham-active .tham-inner::before{
	transform: translate3d(-4.00px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.tham.tham-w-5.tham-e-arrow.tham-active .tham-inner::after{
	transform: translate3d(-4.00px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.tham.tham-w-5.tham-e-arrow-alt .tham-inner::before{
	transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tham.tham-w-5.tham-e-arrow-alt .tham-inner::after{
	transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tham.tham-w-5.tham-e-arrow-alt.tham-active .tham-inner::before{
	top: 0;
	transform: translate3d(-4.00px, -5.00px, 0) rotate(-45deg) scale(0.7, 1);
	transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.tham.tham-w-5.tham-e-arrow-alt.tham-active .tham-inner::after{
	bottom: 0;
	transform: translate3d(-4.00px, 5.00px, 0) rotate(45deg) scale(0.7, 1);
	transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.tham.tham-w-5.tham-e-arrow-turn.tham-active .tham-inner{
	transform: rotate(-180deg);
}

.tham.tham-w-5.tham-e-arrow-turn.tham-active .tham-inner::before{
	transform: translate3d(4.00px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.tham.tham-w-5.tham-e-arrow-turn.tham-active .tham-inner::after{
	transform: translate3d(4.00px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.tham.tham-w-5.tham-e-spin .tham-inner{
	transition-duration: 0.22s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.tham.tham-w-5.tham-e-spin .tham-inner::before{
	transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.tham.tham-w-5.tham-e-spin .tham-inner::after{
	transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.tham.tham-w-5.tham-e-spin.tham-active .tham-inner{
	transform: rotate(225deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.tham.tham-w-5.tham-e-spin.tham-active .tham-inner::before{
	top: 0;
	opacity: 0;
	transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.tham.tham-w-5.tham-e-spin.tham-active .tham-inner::after{
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.tham.tham-w-6.tham-e-slider .tham-inner{
	top: 1.5px;
}

.tham.tham-w-6.tham-e-slider .tham-inner::before{
	top: 6px;
	transition-property: transform, opacity;
	transition-timing-function: ease;
	transition-duration: 0.15s;
}

.tham.tham-w-6.tham-e-slider .tham-inner::after{
	top: 12px;
}

.tham.tham-w-6.tham-e-slider.tham-active .tham-inner{
	transform: translate3d(0, 6px, 0) rotate(45deg);
}

.tham.tham-w-6.tham-e-slider.tham-active .tham-inner::before{
	transform: rotate(-45deg) translate3d(-3.4285714285714284px, -3px, 0);
	opacity: 0;
}

.tham.tham-w-6.tham-e-slider.tham-active .tham-inner::after{
	transform: translate3d(0, -12px, 0) rotate(-90deg);
}

.tham.tham-w-6.tham-e-arrow.tham-active .tham-inner::before{
	transform: translate3d(-4.80px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.tham.tham-w-6.tham-e-arrow.tham-active .tham-inner::after{
	transform: translate3d(-4.80px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.tham.tham-w-6.tham-e-arrow-alt .tham-inner::before{
	transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tham.tham-w-6.tham-e-arrow-alt .tham-inner::after{
	transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tham.tham-w-6.tham-e-arrow-alt.tham-active .tham-inner::before{
	top: 0;
	transform: translate3d(-4.80px, -6.00px, 0) rotate(-45deg) scale(0.7, 1);
	transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.tham.tham-w-6.tham-e-arrow-alt.tham-active .tham-inner::after{
	bottom: 0;
	transform: translate3d(-4.80px, 6.00px, 0) rotate(45deg) scale(0.7, 1);
	transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.tham.tham-w-6.tham-e-arrow-turn.tham-active .tham-inner{
	transform: rotate(-180deg);
}

.tham.tham-w-6.tham-e-arrow-turn.tham-active .tham-inner::before{
	transform: translate3d(4.80px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.tham.tham-w-6.tham-e-arrow-turn.tham-active .tham-inner::after{
	transform: translate3d(4.80px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.tham.tham-w-6.tham-e-spin .tham-inner{
	transition-duration: 0.22s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.tham.tham-w-6.tham-e-spin .tham-inner::before{
	transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.tham.tham-w-6.tham-e-spin .tham-inner::after{
	transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.tham.tham-w-6.tham-e-spin.tham-active .tham-inner{
	transform: rotate(225deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.tham.tham-w-6.tham-e-spin.tham-active .tham-inner::before{
	top: 0;
	opacity: 0;
	transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.tham.tham-w-6.tham-e-spin.tham-active .tham-inner::after{
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.tham.tham-w-7.tham-e-slider .tham-inner{
	top: 1.75px;
}

.tham.tham-w-7.tham-e-slider .tham-inner::before{
	top: 7px;
	transition-property: transform, opacity;
	transition-timing-function: ease;
	transition-duration: 0.15s;
}

.tham.tham-w-7.tham-e-slider .tham-inner::after{
	top: 14px;
}

.tham.tham-w-7.tham-e-slider.tham-active .tham-inner{
	transform: translate3d(0, 7px, 0) rotate(45deg);
}

.tham.tham-w-7.tham-e-slider.tham-active .tham-inner::before{
	transform: rotate(-45deg) translate3d(-4px, -3.5px, 0);
	opacity: 0;
}

.tham.tham-w-7.tham-e-slider.tham-active .tham-inner::after{
	transform: translate3d(0, -14px, 0) rotate(-90deg);
}

.tham.tham-w-7.tham-e-arrow.tham-active .tham-inner::before{
	transform: translate3d(-5.60px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.tham.tham-w-7.tham-e-arrow.tham-active .tham-inner::after{
	transform: translate3d(-5.60px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.tham.tham-w-7.tham-e-arrow-alt .tham-inner::before{
	transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tham.tham-w-7.tham-e-arrow-alt .tham-inner::after{
	transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tham.tham-w-7.tham-e-arrow-alt.tham-active .tham-inner::before{
	top: 0;
	transform: translate3d(-5.60px, -7.00px, 0) rotate(-45deg) scale(0.7, 1);
	transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.tham.tham-w-7.tham-e-arrow-alt.tham-active .tham-inner::after{
	bottom: 0;
	transform: translate3d(-5.60px, 7.00px, 0) rotate(45deg) scale(0.7, 1);
	transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.tham.tham-w-7.tham-e-arrow-turn.tham-active .tham-inner{
	transform: rotate(-180deg);
}

.tham.tham-w-7.tham-e-arrow-turn.tham-active .tham-inner::before{
	transform: translate3d(5.60px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.tham.tham-w-7.tham-e-arrow-turn.tham-active .tham-inner::after{
	transform: translate3d(5.60px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.tham.tham-w-7.tham-e-spin .tham-inner{
	transition-duration: 0.22s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.tham.tham-w-7.tham-e-spin .tham-inner::before{
	transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.tham.tham-w-7.tham-e-spin .tham-inner::after{
	transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.tham.tham-w-7.tham-e-spin.tham-active .tham-inner{
	transform: rotate(225deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.tham.tham-w-7.tham-e-spin.tham-active .tham-inner::before{
	top: 0;
	opacity: 0;
	transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.tham.tham-w-7.tham-e-spin.tham-active .tham-inner::after{
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.tham.tham-w-8.tham-e-slider .tham-inner{
	top: 2px;
}

.tham.tham-w-8.tham-e-slider .tham-inner::before{
	top: 8px;
	transition-property: transform, opacity;
	transition-timing-function: ease;
	transition-duration: 0.15s;
}

.tham.tham-w-8.tham-e-slider .tham-inner::after{
	top: 16px;
}

.tham.tham-w-8.tham-e-slider.tham-active .tham-inner{
	transform: translate3d(0, 8px, 0) rotate(45deg);
}

.tham.tham-w-8.tham-e-slider.tham-active .tham-inner::before{
	transform: rotate(-45deg) translate3d(-4.571428571428571px, -4px, 0);
	opacity: 0;
}

.tham.tham-w-8.tham-e-slider.tham-active .tham-inner::after{
	transform: translate3d(0, -16px, 0) rotate(-90deg);
}

.tham.tham-w-8.tham-e-arrow.tham-active .tham-inner::before{
	transform: translate3d(-6.40px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.tham.tham-w-8.tham-e-arrow.tham-active .tham-inner::after{
	transform: translate3d(-6.40px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.tham.tham-w-8.tham-e-arrow-alt .tham-inner::before{
	transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tham.tham-w-8.tham-e-arrow-alt .tham-inner::after{
	transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tham.tham-w-8.tham-e-arrow-alt.tham-active .tham-inner::before{
	top: 0;
	transform: translate3d(-6.40px, -8.00px, 0) rotate(-45deg) scale(0.7, 1);
	transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.tham.tham-w-8.tham-e-arrow-alt.tham-active .tham-inner::after{
	bottom: 0;
	transform: translate3d(-6.40px, 8.00px, 0) rotate(45deg) scale(0.7, 1);
	transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.tham.tham-w-8.tham-e-arrow-turn.tham-active .tham-inner{
	transform: rotate(-180deg);
}

.tham.tham-w-8.tham-e-arrow-turn.tham-active .tham-inner::before{
	transform: translate3d(6.40px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.tham.tham-w-8.tham-e-arrow-turn.tham-active .tham-inner::after{
	transform: translate3d(6.40px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.tham.tham-w-8.tham-e-spin .tham-inner{
	transition-duration: 0.22s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.tham.tham-w-8.tham-e-spin .tham-inner::before{
	transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.tham.tham-w-8.tham-e-spin .tham-inner::after{
	transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.tham.tham-w-8.tham-e-spin.tham-active .tham-inner{
	transform: rotate(225deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.tham.tham-w-8.tham-e-spin.tham-active .tham-inner::before{
	top: 0;
	opacity: 0;
	transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.tham.tham-w-8.tham-e-spin.tham-active .tham-inner::after{
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.tham.tham-w-9.tham-e-slider .tham-inner{
	top: 2.25px;
}

.tham.tham-w-9.tham-e-slider .tham-inner::before{
	top: 9px;
	transition-property: transform, opacity;
	transition-timing-function: ease;
	transition-duration: 0.15s;
}

.tham.tham-w-9.tham-e-slider .tham-inner::after{
	top: 18px;
}

.tham.tham-w-9.tham-e-slider.tham-active .tham-inner{
	transform: translate3d(0, 9px, 0) rotate(45deg);
}

.tham.tham-w-9.tham-e-slider.tham-active .tham-inner::before{
	transform: rotate(-45deg) translate3d(-5.142857142857143px, -4.5px, 0);
	opacity: 0;
}

.tham.tham-w-9.tham-e-slider.tham-active .tham-inner::after{
	transform: translate3d(0, -18px, 0) rotate(-90deg);
}

.tham.tham-w-9.tham-e-arrow.tham-active .tham-inner::before{
	transform: translate3d(-7.20px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.tham.tham-w-9.tham-e-arrow.tham-active .tham-inner::after{
	transform: translate3d(-7.20px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.tham.tham-w-9.tham-e-arrow-alt .tham-inner::before{
	transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tham.tham-w-9.tham-e-arrow-alt .tham-inner::after{
	transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tham.tham-w-9.tham-e-arrow-alt.tham-active .tham-inner::before{
	top: 0;
	transform: translate3d(-7.20px, -9.00px, 0) rotate(-45deg) scale(0.7, 1);
	transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.tham.tham-w-9.tham-e-arrow-alt.tham-active .tham-inner::after{
	bottom: 0;
	transform: translate3d(-7.20px, 9.00px, 0) rotate(45deg) scale(0.7, 1);
	transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.tham.tham-w-9.tham-e-arrow-turn.tham-active .tham-inner{
	transform: rotate(-180deg);
}

.tham.tham-w-9.tham-e-arrow-turn.tham-active .tham-inner::before{
	transform: translate3d(7.20px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.tham.tham-w-9.tham-e-arrow-turn.tham-active .tham-inner::after{
	transform: translate3d(7.20px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.tham.tham-w-9.tham-e-spin .tham-inner{
	transition-duration: 0.22s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.tham.tham-w-9.tham-e-spin .tham-inner::before{
	transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.tham.tham-w-9.tham-e-spin .tham-inner::after{
	transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.tham.tham-w-9.tham-e-spin.tham-active .tham-inner{
	transform: rotate(225deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.tham.tham-w-9.tham-e-spin.tham-active .tham-inner::before{
	top: 0;
	opacity: 0;
	transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.tham.tham-w-9.tham-e-spin.tham-active .tham-inner::after{
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.tham.tham-w-10.tham-e-slider .tham-inner{
	top: 2.5px;
}

.tham.tham-w-10.tham-e-slider .tham-inner::before{
	top: 10px;
	transition-property: transform, opacity;
	transition-timing-function: ease;
	transition-duration: 0.15s;
}

.tham.tham-w-10.tham-e-slider .tham-inner::after{
	top: 20px;
}

.tham.tham-w-10.tham-e-slider.tham-active .tham-inner{
	transform: translate3d(0, 10px, 0) rotate(45deg);
}

.tham.tham-w-10.tham-e-slider.tham-active .tham-inner::before{
	transform: rotate(-45deg) translate3d(-5.714285714285714px, -5px, 0);
	opacity: 0;
}

.tham.tham-w-10.tham-e-slider.tham-active .tham-inner::after{
	transform: translate3d(0, -20px, 0) rotate(-90deg);
}

.tham.tham-w-10.tham-e-arrow.tham-active .tham-inner::before{
	transform: translate3d(-8.00px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.tham.tham-w-10.tham-e-arrow.tham-active .tham-inner::after{
	transform: translate3d(-8.00px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.tham.tham-w-10.tham-e-arrow-alt .tham-inner::before{
	transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tham.tham-w-10.tham-e-arrow-alt .tham-inner::after{
	transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tham.tham-w-10.tham-e-arrow-alt.tham-active .tham-inner::before{
	top: 0;
	transform: translate3d(-8.00px, -10.00px, 0) rotate(-45deg) scale(0.7, 1);
	transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.tham.tham-w-10.tham-e-arrow-alt.tham-active .tham-inner::after{
	bottom: 0;
	transform: translate3d(-8.00px, 10.00px, 0) rotate(45deg) scale(0.7, 1);
	transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.tham.tham-w-10.tham-e-arrow-turn.tham-active .tham-inner{
	transform: rotate(-180deg);
}

.tham.tham-w-10.tham-e-arrow-turn.tham-active .tham-inner::before{
	transform: translate3d(8.00px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.tham.tham-w-10.tham-e-arrow-turn.tham-active .tham-inner::after{
	transform: translate3d(8.00px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.tham.tham-w-10.tham-e-spin .tham-inner{
	transition-duration: 0.22s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.tham.tham-w-10.tham-e-spin .tham-inner::before{
	transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.tham.tham-w-10.tham-e-spin .tham-inner::after{
	transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.tham.tham-w-10.tham-e-spin.tham-active .tham-inner{
	transform: rotate(225deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.tham.tham-w-10.tham-e-spin.tham-active .tham-inner::before{
	top: 0;
	opacity: 0;
	transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.tham.tham-w-10.tham-e-spin.tham-active .tham-inner::after{
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.tham.tham-w-11.tham-e-slider .tham-inner{
	top: 2.75px;
}

.tham.tham-w-11.tham-e-slider .tham-inner::before{
	top: 11px;
	transition-property: transform, opacity;
	transition-timing-function: ease;
	transition-duration: 0.15s;
}

.tham.tham-w-11.tham-e-slider .tham-inner::after{
	top: 22px;
}

.tham.tham-w-11.tham-e-slider.tham-active .tham-inner{
	transform: translate3d(0, 11px, 0) rotate(45deg);
}

.tham.tham-w-11.tham-e-slider.tham-active .tham-inner::before{
	transform: rotate(-45deg) translate3d(-6.285714285714286px, -5.5px, 0);
	opacity: 0;
}

.tham.tham-w-11.tham-e-slider.tham-active .tham-inner::after{
	transform: translate3d(0, -22px, 0) rotate(-90deg);
}

.tham.tham-w-11.tham-e-arrow.tham-active .tham-inner::before{
	transform: translate3d(-8.80px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.tham.tham-w-11.tham-e-arrow.tham-active .tham-inner::after{
	transform: translate3d(-8.80px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.tham.tham-w-11.tham-e-arrow-alt .tham-inner::before{
	transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tham.tham-w-11.tham-e-arrow-alt .tham-inner::after{
	transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tham.tham-w-11.tham-e-arrow-alt.tham-active .tham-inner::before{
	top: 0;
	transform: translate3d(-8.80px, -11.00px, 0) rotate(-45deg) scale(0.7, 1);
	transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.tham.tham-w-11.tham-e-arrow-alt.tham-active .tham-inner::after{
	bottom: 0;
	transform: translate3d(-8.80px, 11.00px, 0) rotate(45deg) scale(0.7, 1);
	transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.tham.tham-w-11.tham-e-arrow-turn.tham-active .tham-inner{
	transform: rotate(-180deg);
}

.tham.tham-w-11.tham-e-arrow-turn.tham-active .tham-inner::before{
	transform: translate3d(8.80px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.tham.tham-w-11.tham-e-arrow-turn.tham-active .tham-inner::after{
	transform: translate3d(8.80px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.tham.tham-w-11.tham-e-spin .tham-inner{
	transition-duration: 0.22s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.tham.tham-w-11.tham-e-spin .tham-inner::before{
	transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.tham.tham-w-11.tham-e-spin .tham-inner::after{
	transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.tham.tham-w-11.tham-e-spin.tham-active .tham-inner{
	transform: rotate(225deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.tham.tham-w-11.tham-e-spin.tham-active .tham-inner::before{
	top: 0;
	opacity: 0;
	transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.tham.tham-w-11.tham-e-spin.tham-active .tham-inner::after{
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.tham.tham-w-12.tham-e-slider .tham-inner{
	top: 3px;
}

.tham.tham-w-12.tham-e-slider .tham-inner::before{
	top: 12px;
	transition-property: transform, opacity;
	transition-timing-function: ease;
	transition-duration: 0.15s;
}

.tham.tham-w-12.tham-e-slider .tham-inner::after{
	top: 24px;
}

.tham.tham-w-12.tham-e-slider.tham-active .tham-inner{
	transform: translate3d(0, 12px, 0) rotate(45deg);
}

.tham.tham-w-12.tham-e-slider.tham-active .tham-inner::before{
	transform: rotate(-45deg) translate3d(-6.857142857142857px, -6px, 0);
	opacity: 0;
}

.tham.tham-w-12.tham-e-slider.tham-active .tham-inner::after{
	transform: translate3d(0, -24px, 0) rotate(-90deg);
}

.tham.tham-w-12.tham-e-arrow.tham-active .tham-inner::before{
	transform: translate3d(-9.60px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.tham.tham-w-12.tham-e-arrow.tham-active .tham-inner::after{
	transform: translate3d(-9.60px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.tham.tham-w-12.tham-e-arrow-alt .tham-inner::before{
	transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tham.tham-w-12.tham-e-arrow-alt .tham-inner::after{
	transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tham.tham-w-12.tham-e-arrow-alt.tham-active .tham-inner::before{
	top: 0;
	transform: translate3d(-9.60px, -12.00px, 0) rotate(-45deg) scale(0.7, 1);
	transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.tham.tham-w-12.tham-e-arrow-alt.tham-active .tham-inner::after{
	bottom: 0;
	transform: translate3d(-9.60px, 12.00px, 0) rotate(45deg) scale(0.7, 1);
	transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.tham.tham-w-12.tham-e-arrow-turn.tham-active .tham-inner{
	transform: rotate(-180deg);
}

.tham.tham-w-12.tham-e-arrow-turn.tham-active .tham-inner::before{
	transform: translate3d(9.60px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.tham.tham-w-12.tham-e-arrow-turn.tham-active .tham-inner::after{
	transform: translate3d(9.60px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.tham.tham-w-12.tham-e-spin .tham-inner{
	transition-duration: 0.22s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.tham.tham-w-12.tham-e-spin .tham-inner::before{
	transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.tham.tham-w-12.tham-e-spin .tham-inner::after{
	transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.tham.tham-w-12.tham-e-spin.tham-active .tham-inner{
	transform: rotate(225deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.tham.tham-w-12.tham-e-spin.tham-active .tham-inner::before{
	top: 0;
	opacity: 0;
	transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.tham.tham-w-12.tham-e-spin.tham-active .tham-inner::after{
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.tham-w-4 .tham-box{
	width: 16px;
	height: 10px;
}

.tham-w-4 .tham-inner{
	margin-top: -1px;
	width: 16px;
	height: 2px;
}

.tham-w-4 .tham-inner::before{
	width: 16px;
	height: 2px;
	top: -4px;
}

.tham-w-4 .tham-inner::after{
	width: 16px;
	height: 2px;
	bottom: -4px;
}

.tham-w-5 .tham-box{
	width: 20px;
	height: 12.5px;
}

.tham-w-5 .tham-inner{
	margin-top: -1.25px;
	width: 20px;
	height: 2.5px;
}

.tham-w-5 .tham-inner::before{
	width: 20px;
	height: 2.5px;
	top: -5px;
}

.tham-w-5 .tham-inner::after{
	width: 20px;
	height: 2.5px;
	bottom: -5px;
}

.tham-w-6 .tham-box{
	width: 24px;
	height: 15px;
}

.tham-w-6 .tham-inner{
	margin-top: -1.5px;
	width: 24px;
	height: 3px;
}

.tham-w-6 .tham-inner::before{
	width: 24px;
	height: 3px;
	top: -6px;
}

.tham-w-6 .tham-inner::after{
	width: 24px;
	height: 3px;
	bottom: -6px;
}

.tham-w-7 .tham-box{
	width: 28px;
	height: 17.5px;
}

.tham-w-7 .tham-inner{
	margin-top: -1.75px;
	width: 28px;
	height: 3.5px;
}

.tham-w-7 .tham-inner::before{
	width: 28px;
	height: 3.5px;
	top: -7px;
}

.tham-w-7 .tham-inner::after{
	width: 28px;
	height: 3.5px;
	bottom: -7px;
}

.tham-w-8{
	width: 32px;
	height: 20px;
}

.tham-w-8 .tham-box{
	width: 32px;
	height: 20px;
}

.tham-w-8 .tham-inner{
	margin-top: -2px;
	width: 32px;
	height: 4px;
}

.tham-w-8 .tham-inner::before{
	width: 32px;
	height: 4px;
	top: -8px;
}

.tham-w-8 .tham-inner::after{
	width: 32px;
	height: 4px;
	bottom: -8px;
}

.tham-w-9 .tham-box{
	width: 36px;
	height: 22.5px;
}

.tham-w-9 .tham-inner{
	margin-top: -2.25px;
	width: 36px;
	height: 4.5px;
}

.tham-w-9 .tham-inner::before{
	width: 36px;
	height: 4.5px;
	top: -9px;
}

.tham-w-9 .tham-inner::after{
	width: 36px;
	height: 4.5px;
	bottom: -9px;
}

.tham-w-10 .tham-box{
	width: 40px;
	height: 25px;
}

.tham-w-10 .tham-inner{
	margin-top: -2.5px;
	width: 40px;
	height: 5px;
}

.tham-w-10 .tham-inner::before{
	width: 40px;
	height: 5px;
	top: -10px;
}

.tham-w-10 .tham-inner::after{
	width: 40px;
	height: 5px;
	bottom: -10px;
}

.tham-w-11 .tham-box{
	width: 44px;
	height: 27.5px;
}

.tham-w-11 .tham-inner{
	margin-top: -2.75px;
	width: 44px;
	height: 5.5px;
}

.tham-w-11 .tham-inner::before{
	width: 44px;
	height: 5.5px;
	top: -11px;
}

.tham-w-11 .tham-inner::after{
	width: 44px;
	height: 5.5px;
	bottom: -11px;
}

.tham-w-12 .tham-box{
	width: 48px;
	height: 30px;
}

.tham-w-12 .tham-inner{
	margin-top: -3px;
	width: 48px;
	height: 6px;
}

.tham-w-12 .tham-inner::before{
	width: 48px;
	height: 6px;
	top: -12px;
}

.tham-w-12 .tham-inner::after{
	width: 48px;
	height: 6px;
	bottom: -12px;
}

.aspect-w-1,
.aspect-w-2,
.aspect-w-3,
.aspect-w-4,
.aspect-w-5,
.aspect-w-6,
.aspect-w-7,
.aspect-w-8,
.aspect-w-9,
.aspect-w-10,
.aspect-w-11,
.aspect-w-12,
.aspect-w-13,
.aspect-w-14,
.aspect-w-15,
.aspect-w-16{
	position: relative;
	padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
}

.aspect-w-1 > *,
.aspect-w-2 > *,
.aspect-w-3 > *,
.aspect-w-4 > *,
.aspect-w-5 > *,
.aspect-w-6 > *,
.aspect-w-7 > *,
.aspect-w-8 > *,
.aspect-w-9 > *,
.aspect-w-10 > *,
.aspect-w-11 > *,
.aspect-w-12 > *,
.aspect-w-13 > *,
.aspect-w-14 > *,
.aspect-w-15 > *,
.aspect-w-16 > *{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.aspect-w-16{
	--tw-aspect-w: 16;
}

.aspect-h-9{
	--tw-aspect-h: 9;
}
.sr-only{
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}
.visible{
	visibility: visible;
}
.static{
	position: static;
}
.fixed{
	position: fixed;
}
.absolute{
	position: absolute;
}
.relative{
	position: relative;
}
.inset-0{
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
.top-4{
	top: 1rem;
}
.right-4{
	right: 1rem;
}
.top-\[17vh\]{
	top: 17vh;
}
.right-6{
	right: 1.5rem;
}
.top-\[24px\]{
	top: 24px;
}
.top-0{
	top: 0px;
}
.left-0{
	left: 0px;
}
.top-\[27\%\]{
	top: 27%;
}
.-left-24{
	left: -6rem;
}
.-right-24{
	right: -6rem;
}
.right-2{
	right: 0.5rem;
}
.top-2{
	top: 0.5rem;
}
.top-\[45\%\]{
	top: 45%;
}
.right-5{
	right: 1.25rem;
}
.bottom-\[92px\]{
	bottom: 92px;
}
.bottom-0{
	bottom: 0px;
}
.left-8{
	left: 2rem;
}
.bottom-8{
	bottom: 2rem;
}
.z-10{
	z-index: 10;
}
.z-20{
	z-index: 20;
}
.z-50{
	z-index: 50;
}
.z-\[40\]{
	z-index: 40;
}
.z-\[99999\]{
	z-index: 99999;
}
.col-span-12{
	grid-column: span 12 / span 12;
}
.col-span-9{
	grid-column: span 9 / span 9;
}
.col-span-6{
	grid-column: span 6 / span 6;
}
.col-span-1{
	grid-column: span 1 / span 1;
}
.col-span-3{
	grid-column: span 3 / span 3;
}
.col-span-5{
	grid-column: span 5 / span 5;
}
.col-start-1{
	grid-column-start: 1;
}
.col-start-2{
	grid-column-start: 2;
}
.m-0{
	margin: 0px;
}
.my-8{
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.mx-auto{
	margin-left: auto;
	margin-right: auto;
}
.my-6{
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.my-2{
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.my-20{
	margin-top: 5rem;
	margin-bottom: 5rem;
}
.my-16{
	margin-top: 4rem;
	margin-bottom: 4rem;
}
.my-10{
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}
.my-12{
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.mx-2{
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.mx-4{
	margin-left: 1rem;
	margin-right: 1rem;
}
.mx-1{
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}
.mx-14{
	margin-left: 3.5rem;
	margin-right: 3.5rem;
}
.mb-6{
	margin-bottom: 1.5rem;
}
.mt-3{
	margin-top: 0.75rem;
}
.mt-6{
	margin-top: 1.5rem;
}
.mt-16{
	margin-top: 4rem;
}
.mt-11{
	margin-top: 2.75rem;
}
.mt-0{
	margin-top: 0px;
}
.mt-8{
	margin-top: 2rem;
}
.mb-4{
	margin-bottom: 1rem;
}
.mr-2{
	margin-right: 0.5rem;
}
.mt-2{
	margin-top: 0.5rem;
}
.mt-12{
	margin-top: 3rem;
}
.mb-20{
	margin-bottom: 5rem;
}
.mb-2{
	margin-bottom: 0.5rem;
}
.mt-4{
	margin-top: 1rem;
}
.mb-14{
	margin-bottom: 3.5rem;
}
.mb-12{
	margin-bottom: 3rem;
}
.mb-16{
	margin-bottom: 4rem;
}
.mb-8{
	margin-bottom: 2rem;
}
.mt-14{
	margin-top: 3.5rem;
}
.mt-5{
	margin-top: 1.25rem;
}
.mb-5{
	margin-bottom: 1.25rem;
}
.mr-3{
	margin-right: 0.75rem;
}
.ml-auto{
	margin-left: auto;
}
.mb-10{
	margin-bottom: 2.5rem;
}
.mt-10{
	margin-top: 2.5rem;
}
.ml-4{
	margin-left: 1rem;
}
.mt-1{
	margin-top: 0.25rem;
}
.mb-0{
	margin-bottom: 0px;
}
.ml-6{
	margin-left: 1.5rem;
}
.mt-\[73px\]{
	margin-top: 73px;
}
.ml-3{
	margin-left: 0.75rem;
}
.ml-12{
	margin-left: 3rem;
}
.ml-2{
	margin-left: 0.5rem;
}
.mb-\[30px\]{
	margin-bottom: 30px;
}
.mb-7{
	margin-bottom: 1.75rem;
}
.mb-11{
	margin-bottom: 2.75rem;
}
.mr-4{
	margin-right: 1rem;
}
.mr-1{
	margin-right: 0.25rem;
}
.mt-\[80px\]{
	margin-top: 80px;
}
.ml-8{
	margin-left: 2rem;
}
.mb-1{
	margin-bottom: 0.25rem;
}
.mb-3{
	margin-bottom: 0.75rem;
}
.mt-44{
	margin-top: 11rem;
}
.mb-\[51px\]{
	margin-bottom: 51px;
}
.mr-10{
	margin-right: 2.5rem;
}
.mt-\[22px\]{
	margin-top: 22px;
}
.ml-\[26px\]{
	margin-left: 26px;
}
.ml-11{
	margin-left: 2.75rem;
}
.mr-6{
	margin-right: 1.5rem;
}
.mb-9{
	margin-bottom: 2.25rem;
}
.block{
	display: block;
}
.inline-block{
	display: inline-block;
}
.inline{
	display: inline;
}
.flex{
	display: flex;
}
.\!inline-flex{
	display: inline-flex !important;
}
.inline-flex{
	display: inline-flex;
}
.table{
	display: table;
}
.table-cell{
	display: table-cell;
}
.table-row{
	display: table-row;
}
.grid{
	display: grid;
}
.contents{
	display: contents;
}
.hidden{
	display: none;
}
.h-40{
	height: 10rem;
}
.h-\[100vh\]{
	height: 100vh;
}
.h-\[691px\]{
	height: 691px;
}
.h-full{
	height: 100%;
}
.h-\[57px\]{
	height: 57px;
}
.h-\[200px\]{
	height: 200px;
}
.h-screen{
	height: 100vh;
}
.h-\[4px\]{
	height: 4px;
}
.h-\[60px\]{
	height: 60px;
}
.h-auto{
	height: auto;
}
.h-6{
	height: 1.5rem;
}
.h-8{
	height: 2rem;
}
.h-4{
	height: 1rem;
}
.h-5{
	height: 1.25rem;
}
.h-\[1px\]{
	height: 1px;
}
.h-\[5px\]{
	height: 5px;
}
.h-\[73px\]{
	height: 73px;
}
.max-h-12{
	max-height: 3rem;
}
.min-h-\[24px\]{
	min-height: 24px;
}
.min-h-\[320px\]{
	min-height: 320px;
}
.w-full{
	width: 100%;
}
.w-\[305px\]{
	width: 305px;
}
.w-auto{
	width: auto;
}
.w-\[77px\]{
	width: 77px;
}
.w-\[60px\]{
	width: 60px;
}
.\!w-full{
	width: 100% !important;
}
.w-6{
	width: 1.5rem;
}
.w-max{
	width: max-content;
}
.w-8{
	width: 2rem;
}
.w-\[140px\]{
	width: 140px;
}
.w-4{
	width: 1rem;
}
.w-5{
	width: 1.25rem;
}
.w-32{
	width: 8rem;
}
.w-16{
	width: 4rem;
}
.w-12{
	width: 3rem;
}
.w-\[84px\]{
	width: 84px;
}
.w-\[5px\]{
	width: 5px;
}
.w-\[90px\]{
	width: 90px;
}
.w-\[105px\]{
	width: 105px;
}
.w-\[20px\]{
	width: 20px;
}
.w-\[240px\]{
	width: 240px;
}
.w-20{
	width: 5rem;
}
.min-w-\[24px\]{
	min-width: 24px;
}
.min-w-\[364px\]{
	min-width: 364px;
}
.min-w-\[5vw\]{
	min-width: 5vw;
}
.max-w-full{
	max-width: 100%;
}
.max-w-\[600px\]{
	max-width: 600px;
}
.max-w-\[694px\]{
	max-width: 694px;
}
.\!max-w-full{
	max-width: 100% !important;
}
.max-w-\[590px\]{
	max-width: 590px;
}
.max-w-max{
	max-width: max-content;
}
.max-w-\[80px\]{
	max-width: 80px;
}
.max-w-\[819px\]{
	max-width: 819px;
}
.max-w-\[697px\]{
	max-width: 697px;
}
.max-w-\[100px\]{
	max-width: 100px;
}
.flex-1{
	flex: 1 1 0%;
}
.flex-auto{
	flex: 1 1 auto;
}
.flex-shrink-0{
	flex-shrink: 0;
}
.border-collapse{
	border-collapse: collapse;
}
.translate-y-4{
	--tw-translate-y: 1rem;
	transform: var(--tw-transform);
}
.translate-y-0{
	--tw-translate-y: 0px;
	transform: var(--tw-transform);
}
.-translate-y-10{
	--tw-translate-y: -2.5rem;
	transform: var(--tw-transform);
}
.translate-x-full{
	--tw-translate-x: 100%;
	transform: var(--tw-transform);
}
.rotate-180{
	--tw-rotate: 180deg;
	transform: var(--tw-transform);
}
.transform{
	transform: var(--tw-transform);
}
.cursor-pointer{
	cursor: pointer;
}
.resize{
	resize: both;
}
.list-none{
	list-style-type: none;
}
.grid-cols-1{
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12{
	grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-9{
	grid-template-columns: repeat(9, minmax(0, 1fr));
}
.grid-cols-2{
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-row{
	flex-direction: row;
}
.flex-row-reverse{
	flex-direction: row-reverse;
}
.flex-col{
	flex-direction: column;
}
.flex-wrap{
	flex-wrap: wrap;
}
.items-start{
	align-items: flex-start;
}
.items-end{
	align-items: flex-end;
}
.items-center{
	align-items: center;
}
.items-stretch{
	align-items: stretch;
}
.justify-start{
	justify-content: flex-start;
}
.justify-end{
	justify-content: flex-end;
}
.justify-center{
	justify-content: center;
}
.justify-between{
	justify-content: space-between;
}
.gap-4{
	gap: 1rem;
}
.gap-5{
	gap: 1.25rem;
}
.gap-\[43px\]{
	gap: 43px;
}
.gap-\[24px\]{
	gap: 24px;
}
.gap-6{
	gap: 1.5rem;
}
.gap-\[32px\]{
	gap: 32px;
}
.gap-8{
	gap: 2rem;
}
.gap-10{
	gap: 2.5rem;
}
.gap-3{
	gap: 0.75rem;
}
.gap-1{
	gap: 0.25rem;
}
.gap-\[10px\]{
	gap: 10px;
}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(1rem * var(--tw-space-x-reverse));
	margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.overflow-auto{
	overflow: auto;
}
.overflow-hidden{
	overflow: hidden;
}
.overflow-x-hidden{
	overflow-x: hidden;
}
.overflow-y-scroll{
	overflow-y: scroll;
}
.whitespace-nowrap{
	white-space: nowrap;
}
.break-words{
	overflow-wrap: break-word;
}
.break-all{
	word-break: break-all;
}
.rounded-md{
	border-radius: 0.375rem;
}
.rounded-\[360px\]{
	border-radius: 360px;
}
.rounded-full{
	border-radius: 9999px;
}
.rounded{
	border-radius: 0.25rem;
}
.rounded-b-2xl{
	border-bottom-right-radius: 1rem;
	border-bottom-left-radius: 1rem;
}
.rounded-b-\[0\]{
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.rounded-t-md{
	border-top-left-radius: 0.375rem;
	border-top-right-radius: 0.375rem;
}
.rounded-b-md{
	border-bottom-right-radius: 0.375rem;
	border-bottom-left-radius: 0.375rem;
}
.rounded-tr-xl{
	border-top-right-radius: 0.75rem;
}
.rounded-bl-xl{
	border-bottom-left-radius: 0.75rem;
}
.rounded-tr-2xl{
	border-top-right-radius: 1rem;
}
.border{
	border-width: 1px;
}
.border-2{
	border-width: 2px;
}
.border-\[1px\]{
	border-width: 1px;
}
.border-1{
	border-width: 1px;
}
.border-b-\[1px\]{
	border-bottom-width: 1px;
}
.border-b{
	border-bottom-width: 1px;
}
.border-b-2{
	border-bottom-width: 2px;
}
.border-r{
	border-right-width: 1px;
}
.border-solid{
	border-style: solid;
}
.border-\[\#F37D11\]{
	--tw-border-opacity: 1;
	border-color: rgba(243, 125, 17, var(--tw-border-opacity));
}
.border-primary{
	--tw-border-opacity: 1;
	border-color: rgba(73, 81, 89, var(--tw-border-opacity));
}
.border-\[\#383838\]{
	--tw-border-opacity: 1;
	border-color: rgba(56, 56, 56, var(--tw-border-opacity));
}
.border-indigo-400{
	--tw-border-opacity: 1;
	border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}
.border-gray-400{
	--tw-border-opacity: 1;
	border-color: rgba(226, 226, 226, var(--tw-border-opacity));
}
.border-secondary-400{
	--tw-border-opacity: 1;
	border-color: rgba(243, 153, 17, var(--tw-border-opacity));
}
.border-white{
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.\!border-primary-400{
	--tw-border-opacity: 1 !important;
	border-color: rgba(91, 102, 112, var(--tw-border-opacity)) !important;
}
.border-black\/20{
	border-color: rgba(0, 0, 0, 0.2);
}
.border-secondary{
	--tw-border-opacity: 1;
	border-color: rgba(243, 125, 17, var(--tw-border-opacity));
}
.border-red-400{
	--tw-border-opacity: 1;
	border-color: rgba(251, 113, 133, var(--tw-border-opacity));
}
.border-\[\#272d3b26\]{
	border-color: #272d3b26;
}
.border-\[\#DCDDDD\]{
	--tw-border-opacity: 1;
	border-color: rgba(220, 221, 221, var(--tw-border-opacity));
}
.bg-red-500{
	--tw-bg-opacity: 1;
	background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
}
.bg-yellow-500{
	--tw-bg-opacity: 1;
	background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}
.bg-blue-500{
	--tw-bg-opacity: 1;
	background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}
.bg-\[\#F37D11\]{
	--tw-bg-opacity: 1;
	background-color: rgba(243, 125, 17, var(--tw-bg-opacity));
}
.bg-transparent{
	background-color: transparent;
}
.bg-indigo-400{
	--tw-bg-opacity: 1;
	background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}
.bg-yellow-400{
	--tw-bg-opacity: 1;
	background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}
.bg-red-400{
	--tw-bg-opacity: 1;
	background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
}
.bg-primary{
	--tw-bg-opacity: 1;
	background-color: rgba(73, 81, 89, var(--tw-bg-opacity));
}
.bg-white{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-\[\#F4F4F4\]{
	--tw-bg-opacity: 1;
	background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
}
.bg-black{
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-\[\#727880\]{
	--tw-bg-opacity: 1;
	background-color: rgba(114, 120, 128, var(--tw-bg-opacity));
}
.bg-\[\#f39911\]{
	--tw-bg-opacity: 1;
	background-color: rgba(243, 153, 17, var(--tw-bg-opacity));
}
.bg-secondary-400{
	--tw-bg-opacity: 1;
	background-color: rgba(243, 153, 17, var(--tw-bg-opacity));
}
.bg-gray-400{
	--tw-bg-opacity: 1;
	background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
}
.bg-gray-200{
	--tw-bg-opacity: 1;
	background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
}
.bg-indigo-500{
	--tw-bg-opacity: 1;
	background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}
.bg-\[\#495159\]{
	--tw-bg-opacity: 1;
	background-color: rgba(73, 81, 89, var(--tw-bg-opacity));
}
.bg-\[\#F39911\]{
	--tw-bg-opacity: 1;
	background-color: rgba(243, 153, 17, var(--tw-bg-opacity));
}
.bg-gray-800{
	--tw-bg-opacity: 1;
	background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
}
.bg-red-100{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
}
.bg-indigo-800{
	--tw-bg-opacity: 1;
	background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}
.bg-cover{
	background-size: cover;
}
.bg-fixed{
	background-attachment: fixed;
}
.bg-no-repeat{
	background-repeat: no-repeat;
}
.object-contain{
	object-fit: contain;
}
.object-cover{
	object-fit: cover;
}
.object-none{
	object-fit: none;
}
.object-center{
	object-position: center;
}
.p-6{
	padding: 1.5rem;
}
.p-\[64px\]{
	padding: 64px;
}
.p-4{
	padding: 1rem;
}
.p-5{
	padding: 1.25rem;
}
.p-\[10px\]{
	padding: 10px;
}
.p-8{
	padding: 2rem;
}
.p-3{
	padding: 0.75rem;
}
.p-0{
	padding: 0px;
}
.py-4{
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.py-1{
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.px-2{
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.px-6{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.px-14{
	padding-left: 3.5rem;
	padding-right: 3.5rem;
}
.px-4{
	padding-left: 1rem;
	padding-right: 1rem;
}
.py-2{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.px-12{
	padding-left: 3rem;
	padding-right: 3rem;
}
.py-12{
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.px-8{
	padding-left: 2rem;
	padding-right: 2rem;
}
.py-11{
	padding-top: 2.75rem;
	padding-bottom: 2.75rem;
}
.py-20{
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.py-6{
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.py-3{
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.py-8{
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.py-10{
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
.px-3{
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.py-\[22px\]{
	padding-top: 22px;
	padding-bottom: 22px;
}
.pb-4{
	padding-bottom: 1rem;
}
.pt-\[20vh\]{
	padding-top: 20vh;
}
.pt-8{
	padding-top: 2rem;
}
.pr-3{
	padding-right: 0.75rem;
}
.pb-10{
	padding-bottom: 2.5rem;
}
.pt-16{
	padding-top: 4rem;
}
.pl-3{
	padding-left: 0.75rem;
}
.pb-12{
	padding-bottom: 3rem;
}
.pt-10{
	padding-top: 2.5rem;
}
.pb-5{
	padding-bottom: 1.25rem;
}
.pt-28{
	padding-top: 7rem;
}
.pr-6{
	padding-right: 1.5rem;
}
.pb-8{
	padding-bottom: 2rem;
}
.pl-0{
	padding-left: 0px;
}
.pt-0{
	padding-top: 0px;
}
.pb-0{
	padding-bottom: 0px;
}
.pb-6{
	padding-bottom: 1.5rem;
}
.pl-4{
	padding-left: 1rem;
}
.pr-4{
	padding-right: 1rem;
}
.pt-3{
	padding-top: 0.75rem;
}
.pl-12{
	padding-left: 3rem;
}
.pr-0{
	padding-right: 0px;
}
.pb-2{
	padding-bottom: 0.5rem;
}
.pt-2{
	padding-top: 0.5rem;
}
.pl-2{
	padding-left: 0.5rem;
}
.pt-4{
	padding-top: 1rem;
}
.text-left{
	text-align: left;
}
.text-center{
	text-align: center;
}
.align-middle{
	vertical-align: middle;
}
.font-primary{
	font-family: Switzer, sans-serif;
}
.font-secondary{
	font-family: Switzer, sans-serif;
}
.text-xs{
	font-size: .75rem;
}
.text-base{
	font-size: 1rem;
}
.text-2xl{
	font-size: 1.5rem;
}
.text-\[24px\]{
	font-size: 24px;
}
.text-sm{
	font-size: .875rem;
}
.text-\[22px\]{
	font-size: 22px;
}
.text-xl{
	font-size: 1.25rem;
}
.text-lg{
	font-size: 1.125rem;
}
.text-\[14px\]{
	font-size: 14px;
}
.text-\[41\.05px\]{
	font-size: 41.05px;
}
.text-\[18px\]{
	font-size: 18px;
}
.text-\[41px\]{
	font-size: 41px;
}
.text-\[36\.49px\]{
	font-size: 36.49px;
}
.text-\[22\.78px\]{
	font-size: 22.78px;
}
.text-\[16px\]{
	font-size: 16px;
}
.text-\[28px\]{
	font-size: 28px;
}
.text-\[34px\]{
	font-size: 34px;
}
.text-\[32px\]{
	font-size: 32px;
}
.text-\[15px\]{
	font-size: 15px;
}
.text-tiny{
	font-size: .65rem;
}
.text-\[20px\]{
	font-size: 20px;
}
.text-3xl{
	font-size: 1.875rem;
}
.text-\[29px\]{
	font-size: 29px;
}
.text-\[19px\]{
	font-size: 19px;
}
.font-bold{
	font-weight: 700;
}
.font-normal{
	font-weight: 400;
}
.font-light{
	font-weight: 300;
}
.font-semibold{
	font-weight: 600;
}
.font-medium{
	font-weight: 500;
}
.font-extrabold{
	font-weight: 800;
}
.uppercase{
	text-transform: uppercase;
}
.lowercase{
	text-transform: lowercase;
}
.leading-\[53\.37px\]{
	line-height: 53.37px;
}
.leading-\[23\.4px\]{
	line-height: 23.4px;
}
.leading-\[28px\]{
	line-height: 28px;
}
.leading-\[21px\]{
	line-height: 21px;
}
.leading-\[47\.44px\]{
	line-height: 47.44px;
}
.leading-\[29\.61px\]{
	line-height: 29.61px;
}
.leading-\[24px\]{
	line-height: 24px;
}
.leading-none{
	line-height: 1;
}
.leading-\[55px\]{
	line-height: 55px;
}
.leading-5{
	line-height: 1.25rem;
}
.tracking-tighter{
	letter-spacing: -0.05em;
}
.tracking-wide{
	letter-spacing: 0.025em;
}
.tracking-tight{
	letter-spacing: -0.025em;
}
.text-white{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-content{
	--tw-text-opacity: 1;
	color: rgba(33, 37, 41, var(--tw-text-opacity));
}
.text-indigo-50{
	--tw-text-opacity: 1;
	color: rgba(238, 242, 255, var(--tw-text-opacity));
}
.text-yellow-50{
	--tw-text-opacity: 1;
	color: rgba(255, 251, 235, var(--tw-text-opacity));
}
.text-red-50{
	--tw-text-opacity: 1;
	color: rgba(255, 241, 242, var(--tw-text-opacity));
}
.text-primary{
	--tw-text-opacity: 1;
	color: rgba(73, 81, 89, var(--tw-text-opacity));
}
.text-\[\#323232\]{
	--tw-text-opacity: 1;
	color: rgba(50, 50, 50, var(--tw-text-opacity));
}
.text-\[\#626161\]{
	--tw-text-opacity: 1;
	color: rgba(98, 97, 97, var(--tw-text-opacity));
}
.text-\[\#313131\]{
	--tw-text-opacity: 1;
	color: rgba(49, 49, 49, var(--tw-text-opacity));
}
.text-\[\#0921EF\]{
	--tw-text-opacity: 1;
	color: rgba(9, 33, 239, var(--tw-text-opacity));
}
.text-\[\#D14343\]{
	--tw-text-opacity: 1;
	color: rgba(209, 67, 67, var(--tw-text-opacity));
}
.text-black{
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-primary-600{
	--tw-text-opacity: 1;
	color: rgba(50, 50, 50, var(--tw-text-opacity));
}
.text-gray{
	--tw-text-opacity: 1;
	color: rgba(220, 221, 221, var(--tw-text-opacity));
}
.text-secondary{
	--tw-text-opacity: 1;
	color: rgba(243, 125, 17, var(--tw-text-opacity));
}
.text-gray-700{
	--tw-text-opacity: 1;
	color: rgba(64, 64, 64, var(--tw-text-opacity));
}
.text-gray-200{
	--tw-text-opacity: 1;
	color: rgba(244, 244, 244, var(--tw-text-opacity));
}
.text-red-700{
	--tw-text-opacity: 1;
	color: rgba(190, 18, 60, var(--tw-text-opacity));
}
.text-yellow-400{
	--tw-text-opacity: 1;
	color: rgba(251, 191, 36, var(--tw-text-opacity));
}
.underline{
	text-decoration: underline;
}
.opacity-0{
	opacity: 0;
}
.opacity-100{
	opacity: 1;
}
.opacity-50{
	opacity: 0.5;
}
.\!opacity-100{
	opacity: 1 !important;
}
.opacity-20{
	opacity: 0.2;
}
.opacity-30{
	opacity: 0.3;
}
.opacity-75{
	opacity: 0.75;
}
.opacity-60{
	opacity: 0.6;
}
.shadow-lg{
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.blur{
	--tw-blur: blur(8px);
	filter: var(--tw-filter);
}
.filter{
	filter: var(--tw-filter);
}
.transition{
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition-all{
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition-transform{
	transition-property: transform;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition-colors{
	transition-property: background-color, border-color, color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.duration-300{
	transition-duration: 300ms;
}
.duration-200{
	transition-duration: 200ms;
}
.duration-150{
	transition-duration: 150ms;
}
.duration-500{
	transition-duration: 500ms;
}
.ease-out{
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.ease-in{
	transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.wp-block-separator{
	height: 0.25rem;
	width: 77px;
	border-style: none;
	--tw-bg-opacity: 1;
	background-color: rgba(243, 153, 17, var(--tw-bg-opacity));
}
.wp-block-separator.is-style-wide{
	margin-left: auto;
	margin-right: auto;
	margin-top: 2rem;
	margin-bottom: 1rem;
	height: 1px;
	width: 100%;
	max-width: 1410px;
	--tw-bg-opacity: 1;
	background-color: rgba(220, 221, 221, var(--tw-bg-opacity));
}
@media (min-width: 992px){
	.wp-block-separator.is-style-wide{
		margin-bottom: 3rem;
	}
}
.wp-block-separator.is-style-wide {
  display: none;
}

.wp-block-cover {
  padding: 0 16px;
}
.wp-block-cover.no-padding{
	padding: 0px;
}
@media (min-width: 992px){
	.wp-block-cover.no-padding{
		padding-left: 1rem;
		padding-right: 1rem;
	}
}
.wp-block-cover.no-padding .wp-block-columns:where(.has-background){
	padding: 1rem;
}

.wp-block-group.alignfull {
  padding: 0 16px;
}
.wp-block-group.no-padding{
	padding: 0px;
}
@media (min-width: 992px){
	.wp-block-group.no-padding{
		padding-left: 1rem;
		padding-right: 1rem;
	}
}
.wp-block-group.no-padding .wp-block-columns:where(.has-background){
	padding: 1rem;
}
@media (min-width: 992px){
	.wp-block-group.no-padding .wp-block-columns:where(.has-background){
		padding-left: 2.375em;
		padding-right: 2.375em;
	}
}
.wp-block-group .wp-block-columns:where(.has-background){
	padding: 1rem;
}
@media (min-width: 992px){
	.wp-block-group .wp-block-columns:where(.has-background){
		padding-left: 2.375em;
		padding-right: 2.375em;
	}
  .wp-block-group.gradient-light {
    background: linear-gradient(0deg, #f4f4f4 60%, #fff 60%);
  }
  .wp-block-group.gradient-dark {
    background: linear-gradient(0deg, #727880 60%, #fff 60%);
  }
}
.wp-block-group.support-boxes{
	margin-top: -270px;
}
@media (min-width: 992px){
	.wp-block-group.support-boxes{
		margin-top: -370px;
	}
}
.wp-block-group.support-boxes .wp-block-buttons{
	margin-top: auto;
}
.wp-block-group.support-boxes .wp-block-button{
	width: auto;
}
.wp-block-group.support-boxes .wp-block-button__link{
	margin-left: 0px;
	padding-left: 0px;
}
.wp-block-group.support-boxes .wp-block-column {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}

.wp-block-columns.no-margin {
  margin-bottom: 0;
}
@media screen and (min-width: 600px) and (max-width: 1000px) {
  .wp-block-columns.break-4-cols {
    flex-wrap: wrap;
    gap: 32px;
  }
  .wp-block-columns.break-4-cols .wp-block-column {
    min-width: 45% !important;
    width: 45% !important;
    margin-left: 0 !important;
  }
}
.wp-block-columns.flex-reverse-mobile{
	flex-direction: column-reverse;
	gap: 2rem;
}
@media (min-width: 768px){
	.wp-block-columns.flex-reverse-mobile{
		flex-direction: row;
	}
}
.wp-block-columns.flex-reverse-mobile .wp-block-column {
  margin-left: 0 !important;
}
.wp-block-columns .padding-3vw{
	padding: 2rem;
}
@media (min-width: 992px){
	.wp-block-columns .padding-3vw{
		padding: 3vw;
	}
}
.wp-block-columns .has-border{
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(226, 226, 226, var(--tw-border-opacity));
}
.wp-block-columns:where(.has-background){
	padding-left: 0px;
	padding-right: 0px;
}
@media (min-width: 992px){
	.wp-block-columns:where(.has-background){
		padding-left: 2.375em;
		padding-right: 2.375em;
	}
}
.wp-block-columns .wp-block-column.has-background{
	position: relative;
	padding: 2rem;
}
@media (min-width: 992px){
	.wp-block-columns .wp-block-column.has-background{
		padding: 3vw;
	}
	.wp-block-columns .wp-block-column.has-background{
		padding-bottom: 2rem;
	}
}

.is-style-parameters-table tr {
  border: solid 1px #dcdddd;
}
.is-style-parameters-table tr:nth-child(odd) {
  background: #f4f4f4;
}
.is-style-parameters-table td{
	padding-top: 1rem;
	padding-bottom: 1rem;
  border: none;
}
.is-style-parameters-table td:nth-child(2) {
  text-align: right;
  color: #838c94;
  font-size: 12px;
  border-right: solid 2px #dcdddd;
}
.is-style-parameters-table td:nth-child(3) {
  text-align: center;
  white-space: nowrap;
}

.wp-block-file a {
  margin-top: 16px;
  padding: 16px 80px 16px 0;
  display: inline-block;
  font-size: 18px;
  color: #323232;
  background: url("../../resources/images/download.svg") no-repeat center right 40px;
  border-bottom: solid 1px #dcdddd;
}

.page-template-template-landing .text-h1 {
  margin: 0;
}
.page-template-template-landing .wp-block-image{
	margin-bottom: 0px;
}
@media (min-width: 992px){
	.page-template-template-landing .wp-block-image{
		margin-bottom: 1.25rem;
	}
}
.page-template-template-landing .wp-block-columns {
  margin-bottom: 0;
}
.page-template-template-landing .has-text-align-center{
	text-align: left;
}
@media (min-width: 768px){
	.page-template-template-landing .has-text-align-center{
		text-align: center;
	}
}
.page-template-template-landing h3{
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.single-post-header-article-left{
	display: flex;
	flex-direction: column;
}

.single-post-responsive-thumbnail img{
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
  aspect-ratio: 16/9;
}

#modal-form form.wpcf7-form.submitting {
  position: relative;
}
#modal-form form.wpcf7-form.submitting .wpcf7-form-control.wpcf7-submit {
  pointer-events: none;
  cursor: not-allowed;
}
#modal-form form.wpcf7-form.submitting:before {
  content: " ";
  position: absolute;
  display: block;
  z-index: 10;
  background: rgba(255, 255, 255, 0.84);
  width: 100%;
  height: 100%;
}
#modal-form form.wpcf7-form.submitting:after {
  z-index: 20;
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  animation: rotate 1s linear infinite;
  background-image: url("data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KDTwhLS0gVXBsb2FkZWQgdG86IFNWRyBSZXBvLCB3d3cuc3ZncmVwby5jb20sIFRyYW5zZm9ybWVkIGJ5OiBTVkcgUmVwbyBNaXhlciBUb29scyAtLT4KPHN2ZyBoZWlnaHQ9IjEwMHB4IiB3aWR0aD0iMTAwcHgiIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZpZXdCb3g9IjAgMCA1MDIgNTAyIiB4bWw6c3BhY2U9InByZXNlcnZlIiBmaWxsPSIjZjM5OTExIj4KDTxnIGlkPSJTVkdSZXBvX2JnQ2FycmllciIgc3Ryb2tlLXdpZHRoPSIwIi8+Cg08ZyBpZD0iU1ZHUmVwb190cmFjZXJDYXJyaWVyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KDTxnIGlkPSJTVkdSZXBvX2ljb25DYXJyaWVyIj4gPGc+IDxwYXRoIHN0eWxlPSJmaWxsOiNmZmZmZmY7IiBkPSJNMzk0Ljc1NCw0OTJoLTI4Ny41MWMtMTYuNTk4LDAtMzAuMDUzLTEzLjQ1NS0zMC4wNTMtMzAuMDUzYzAtMTYuNTk4LDEzLjQ1NS0zMC4wNTMsMzAuMDUzLTMwLjA1MyBoMjg3LjUwOWMxNi41OTgsMCwzMC4wNTMsMTMuNDU1LDMwLjA1MywzMC4wNTNDNDI0LjgwNyw0NzguNTQ1LDQxMS4zNTEsNDkyLDM5NC43NTQsNDkyeiIvPiA8Zz4gPHBhdGggZD0iTTE2MC41MDMsNDA2Yy0wLjQwMSwwLTAuODA1LTAuMDI0LTEuMjEzLTAuMDczYy01LjQ4My0wLjY2My05LjM5LTUuNjQ2LTguNzI3LTExLjEyOCBjMy4zNDItMjcuNjMzLDEyLjU2Ny01My4wNDIsMjYuNjc4LTczLjQ4MWMzLjEzOC00LjU0Niw5LjM2Ny01LjY4NiwxMy45MTEtMi41NDdjNC41NDUsMy4xMzgsNS42ODYsOS4zNjYsMi41NDcsMTMuOTExIGMtMTIuMjc2LDE3Ljc4MS0yMC4zMjcsNDAuMDkyLTIzLjI4MSw2NC41MTlDMTY5LjgwNSw0MDIuMjc1LDE2NS40OSw0MDYsMTYwLjUwMyw0MDZ6Ii8+IDwvZz4gPGc+IDxwYXRoIGQ9Ik0yMDcuMDA3LDMxMy43MTZjLTIuOTU4LDAtNS44ODYtMS4zMDYtNy44NTktMy44MDljLTMuNDE5LTQuMzM3LTIuNjc2LTEwLjYyNSwxLjY2MS0xNC4wNDQgYzcuNzQ4LTYuMTA5LDE2LjA2NC0xMC44MzIsMjQuNzE4LTE0LjAzN2M1LjE3OC0xLjkxOSwxMC45MzIsMC43MjUsMTIuODUxLDUuOTA0YzEuOTE4LDUuMTc5LTAuNzI2LDEwLjkzMy01LjkwNCwxMi44NTEgYy02LjY5MSwyLjQ3OC0xMy4xNzgsNi4xNzQtMTkuMjgxLDEwLjk4N0MyMTEuMzU3LDMxMy4wMTQsMjA5LjE3MywzMTMuNzE2LDIwNy4wMDcsMzEzLjcxNnoiLz4gPC9nPiA8Zz4gPHBhdGggZD0iTTIyNi4yNDcsMjIzLjA1MmMtMS43OTcsMC0zLjYxNi0wLjQ4NC01LjI1NS0xLjVjLTI1Ljc0LTE1LjkzOS00NS44OTctMzguODY4LTU1LjMwNS02Mi45MDggYy0yLjAxMy01LjE0MywwLjUyNS0xMC45NDQsNS42NjgtMTIuOTU3YzUuMTQ1LTIuMDEyLDEwLjk0NCwwLjUyNiwxMi45NTcsNS42NjhjNy44NjMsMjAuMDk2LDI1LjA3LDM5LjQ4NCw0Ny4yMDksNTMuMTkyIGM0LjY5NSwyLjkwOCw2LjE0NSw5LjA3MSwzLjIzNywxMy43NjdDMjMyLjg2NywyMjEuMzcxLDIyOS41OTQsMjIzLjA1MiwyMjYuMjQ3LDIyMy4wNTJ6Ii8+IDwvZz4gPHBhdGggc3R5bGU9ImZpbGw6I2ZmZmZmZjsiIGQ9Ik0xMDcuMjQ0LDEwaDI4Ny41MDljMTYuNTk4LDAsMzAuMDUzLDEzLjQ1NSwzMC4wNTMsMzAuMDUzcy0xMy40NTUsMzAuMDUzLTMwLjA1MywzMC4wNTNIMTA3LjI0NCBjLTE2LjU5OCwwLTMwLjA1My0xMy40NTUtMzAuMDUzLTMwLjA1M1M5MC42NDcsMTAsMTA3LjI0NCwxMHoiLz4gPHBhdGggZD0iTTM5NC43NTMsNDIxLjg5NGgtNi44NzhjLTEuMjM1LTQ2LjgwNC0xNC45NTMtOTAuNjY5LTM4Ljk2Mi0xMjQuMTY1Yy0xNS41NDYtMjEuNjg5LTM0LjI4NC0zNy41MjQtNTQuODI1LTQ2LjcyOSBjMjAuNTQyLTkuMjA1LDM5LjI3OS0yNS4wMzksNTQuODI1LTQ2LjcyOWMyNC4wMDgtMzMuNDk2LDM3LjcyNy03Ny4zNjEsMzguOTYyLTEyNC4xNjVoNi44NzggYzIyLjA4NSwwLDQwLjA1NC0xNy45NjgsNDAuMDU0LTQwLjA1M1M0MTYuODM5LDAsMzk0Ljc1MywwSDEwNy4yNDVDODUuMTYsMCw2Ny4xOTEsMTcuOTY4LDY3LjE5MSw0MC4wNTMgczE3Ljk2OCw0MC4wNTMsNDAuMDU0LDQwLjA1M2g2Ljg3OGMxLjIzNSw0Ni44MDQsMTQuOTUzLDkwLjY2OSwzOC45NjIsMTI0LjE2NWMxNS41NDYsMjEuNjg5LDM0LjI4NCwzNy41MjQsNTQuODI1LDQ2LjcyOSBjLTIwLjU0Miw5LjIwNS0zOS4yNzksMjUuMDM5LTU0LjgyNSw0Ni43MjljLTI0LjAwOCwzMy40OTYtMzcuNzI3LDc3LjM2MS0zOC45NjIsMTI0LjE2NWgtNi44NzggYy0yMi4wODUsMC00MC4wNTQsMTcuOTY4LTQwLjA1NCw0MC4wNTNTODUuMTYsNTAyLDEwNy4yNDUsNTAyaDI4Ny41MDljMjIuMDg1LDAsNDAuMDU0LTE3Ljk2OCw0MC4wNTQtNDAuMDUzIFM0MTYuODM5LDQyMS44OTQsMzk0Ljc1Myw0MjEuODk0eiBNODcuMTkxLDQwLjA1M0M4Ny4xOTEsMjguOTk2LDk2LjE4OCwyMCwxMDcuMjQ1LDIwaDI4Ny41MDkgYzExLjA1OCwwLDIwLjA1NCw4Ljk5NiwyMC4wNTQsMjAuMDUzcy04Ljk5NiwyMC4wNTMtMjAuMDU0LDIwLjA1M0gxMDcuMjQ1Qzk2LjE4OCw2MC4xMDYsODcuMTkxLDUxLjExMSw4Ny4xOTEsNDAuMDUzeiBNMTM0LjEzLDgwLjEwNmgyMzMuNzM5Yy0yLjU1Myw4OC45NjktNTMuOTkzLDE2MC4yMjctMTE2Ljg3LDE2MC4yMjdTMTM2LjY4MiwxNjkuMDc1LDEzNC4xMyw4MC4xMDZ6IE0yNTAuOTk5LDI2MS42NjcgYzYyLjg3NywwLDExNC4zMTcsNzEuMjU4LDExNi44NjksMTYwLjIyN0gxMzQuMTNDMTM2LjY4MiwzMzIuOTI1LDE4OC4xMjIsMjYxLjY2NywyNTAuOTk5LDI2MS42Njd6IE0zOTQuNzUzLDQ4MkgxMDcuMjQ1IGMtMTEuMDU4LDAtMjAuMDU0LTguOTk2LTIwLjA1NC0yMC4wNTNzOC45OTYtMjAuMDUzLDIwLjA1NC0yMC4wNTNoMjg3LjUwOWMxMS4wNTgsMCwyMC4wNTQsOC45OTYsMjAuMDU0LDIwLjA1MyBTNDA1LjgxMSw0ODIsMzk0Ljc1Myw0ODJ6Ii8+IDwvZz4gPC9nPgoNPC9zdmc+");
  background-size: contain;
}
#modal-form form.wpcf7-form.invalid .gazuno-response {
  background-color: #D14343;
  color: white !important;
  padding-block: 1.5rem;
}
#modal-form form.wpcf7-form.invalid .gazuno-response .wpcf7-response-output {
  margin: 0 !important;
}

@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.padding-0 {
  padding: 0 !important;
}

.blend-multiply {
  mix-blend-mode: multiply;
}

.before\:absolute::before{
	content: "";
	position: absolute;
}

.before\:top-0::before{
	content: "";
	top: 0px;
}

.before\:left-0::before{
	content: "";
	left: 0px;
}

.before\:block::before{
	content: "";
	display: block;
}

.before\:h-1::before{
	content: "";
	height: 0.25rem;
}

.before\:w-\[77px\]::before{
	content: "";
	width: 77px;
}

.before\:bg-secondary-400::before{
	content: "";
	--tw-bg-opacity: 1;
	background-color: rgba(243, 153, 17, var(--tw-bg-opacity));
}

.last\:mb-0:last-child{
	margin-bottom: 0px;
}

.last\:hidden:last-child{
	display: none;
}

.last\:border-0:last-child{
	border-width: 0;
}

.last\:border-none:last-child{
	border-style: none;
}

.last\:pb-0:last-child{
	padding-bottom: 0px;
}

.hover\:border-secondary:hover{
	--tw-border-opacity: 1;
	border-color: rgba(243, 125, 17, var(--tw-border-opacity));
}

.hover\:border-primary:hover{
	--tw-border-opacity: 1;
	border-color: rgba(73, 81, 89, var(--tw-border-opacity));
}

.hover\:bg-indigo-400:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

.hover\:text-primary:hover{
	--tw-text-opacity: 1;
	color: rgba(73, 81, 89, var(--tw-text-opacity));
}

.hover\:underline:hover{
	text-decoration: underline;
}

.hover\:opacity-80:hover{
	opacity: 0.8;
}

.hover\:\!opacity-100:hover{
	opacity: 1 !important;
}

.hover\:opacity-100:hover{
	opacity: 1;
}

.hover\:transition-colors:hover{
	transition-property: background-color, border-color, color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

.hover\:transition-opacity:hover{
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

.hover\:transition-all:hover{
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

.focus\:not-sr-only:focus{
	position: static;
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
	overflow: visible;
	clip: auto;
	white-space: normal;
}

.group:hover .group-hover\:text-white{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:underline{
	text-decoration: underline;
}

.group:hover .group-hover\:opacity-100{
	opacity: 1;
}

.group:hover .group-hover\:shadow-md{
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.peer:checked ~ .peer-checked\:block{
	display: block;
}

@media (min-width: 320px){
	.tiny\:pt-\[22px\]{
		padding-top: 22px;
	}
}

@media (min-width: 768px){
	.xs\:col-span-6{
		grid-column: span 6 / span 6;
	}
	.xs\:my-4{
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
	.xs\:mx-6{
		margin-left: 1.5rem;
		margin-right: 1.5rem;
	}
	.xs\:mb-0{
		margin-bottom: 0px;
	}
	.xs\:mb-11{
		margin-bottom: 2.75rem;
	}
	.xs\:block{
		display: block;
	}
	.xs\:flex{
		display: flex;
	}
	.xs\:grid{
		display: grid;
	}
	.xs\:hidden{
		display: none;
	}
	.xs\:min-h-\[32px\]{
		min-height: 32px;
	}
	.xs\:min-w-\[32px\]{
		min-width: 32px;
	}
	.xs\:grid-cols-2{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.xs\:justify-center{
		justify-content: center;
	}
	.xs\:text-4xl{
		font-size: 2.25rem;
	}
}

@media (min-width: 992px){
	.sm\:absolute{
		position: absolute;
	}
	.sm\:col-span-4{
		grid-column: span 4 / span 4;
	}
	.sm\:col-span-6{
		grid-column: span 6 / span 6;
	}
	.sm\:col-start-6{
		grid-column-start: 6;
	}
	.sm\:col-end-13{
		grid-column-end: 13;
	}
	.sm\:mt-20{
		margin-top: 5rem;
	}
	.sm\:mb-10{
		margin-bottom: 2.5rem;
	}
	.sm\:mt-32{
		margin-top: 8rem;
	}
	.sm\:block{
		display: block;
	}
	.sm\:inline-block{
		display: inline-block;
	}
	.sm\:inline{
		display: inline;
	}
	.sm\:flex{
		display: flex;
	}
	.sm\:hidden{
		display: none;
	}
	.sm\:h-auto{
		height: auto;
	}
	.sm\:h-full{
		height: 100%;
	}
	.sm\:max-h-\[180px\]{
		max-height: 180px;
	}
	.sm\:w-1\/3{
		width: 33.333333%;
	}
	.sm\:w-auto{
		width: auto;
	}
	.sm\:w-1\/2{
		width: 50%;
	}
	.sm\:max-w-\[150px\]{
		max-width: 150px;
	}
	.sm\:grid-cols-2{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.sm\:flex-row{
		flex-direction: row;
	}
	.sm\:items-end{
		align-items: flex-end;
	}
	.sm\:items-center{
		align-items: center;
	}
	.sm\:justify-center{
		justify-content: center;
	}
	.sm\:space-x-4 > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(1rem * var(--tw-space-x-reverse));
		margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
	}
	.sm\:overflow-y-visible{
		overflow-y: visible;
	}
	.sm\:p-12{
		padding: 3rem;
	}
	.sm\:p-8{
		padding: 2rem;
	}
	.sm\:pr-8{
		padding-right: 2rem;
	}
	.sm\:pt-\[198px\]{
		padding-top: 198px;
	}
	.sm\:pl-10{
		padding-left: 2.5rem;
	}
	.sm\:pr-10{
		padding-right: 2.5rem;
	}
	.sm\:text-left{
		text-align: left;
	}
	.sm\:text-center{
		text-align: center;
	}
	.sm\:text-right{
		text-align: right;
	}
}

@media (min-width: 1024px){
	.md\:aspect-h-6{
		--tw-aspect-h: 6;
	}
	.md\:top-\[22px\]{
		top: 22px;
	}
	.md\:col-span-9{
		grid-column: span 9 / span 9;
	}
	.md\:col-span-3{
		grid-column: span 3 / span 3;
	}
	.md\:mt-12{
		margin-top: 3rem;
	}
	.md\:mb-16{
		margin-bottom: 4rem;
	}
	.md\:mt-\[-3rem\]{
		margin-top: -3rem;
	}
	.md\:mb-0{
		margin-bottom: 0px;
	}
	.md\:mt-0{
		margin-top: 0px;
	}
	.md\:mr-16{
		margin-right: 4rem;
	}
	.md\:mt-16{
		margin-top: 4rem;
	}
	.md\:block{
		display: block;
	}
	.md\:inline-block{
		display: inline-block;
	}
	.md\:flex{
		display: flex;
	}
	.md\:grid{
		display: grid;
	}
	.md\:hidden{
		display: none;
	}
	.md\:w-8\/12{
		width: 66.666667%;
	}
	.md\:w-auto{
		width: auto;
	}
	.md\:w-4\/12{
		width: 33.333333%;
	}
	.md\:w-full{
		width: 100%;
	}
	.md\:w-\[140px\]{
		width: 140px;
	}
	.md\:w-\[85\%\]{
		width: 85%;
	}
	.md\:flex-auto{
		flex: 1 1 auto;
	}
	.md\:grid-cols-3{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.md\:grid-cols-4{
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	.md\:grid-cols-2{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.md\:flex-row{
		flex-direction: row;
	}
	.md\:flex-wrap{
		flex-wrap: wrap;
	}
	.md\:items-start{
		align-items: flex-start;
	}
	.md\:items-center{
		align-items: center;
	}
	.md\:justify-start{
		justify-content: flex-start;
	}
	.md\:justify-center{
		justify-content: center;
	}
	.md\:gap-6{
		gap: 1.5rem;
	}
	.md\:gap-4{
		gap: 1rem;
	}
	.md\:gap-5{
		gap: 1.25rem;
	}
	.md\:gap-8{
		gap: 2rem;
	}
	.md\:gap-12{
		gap: 3rem;
	}
	.md\:border{
		border-width: 1px;
	}
	.md\:border-gray-400{
		--tw-border-opacity: 1;
		border-color: rgba(226, 226, 226, var(--tw-border-opacity));
	}
	.md\:py-16{
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	.md\:px-14{
		padding-left: 3.5rem;
		padding-right: 3.5rem;
	}
	.md\:pl-12{
		padding-left: 3rem;
	}
	.md\:pl-8{
		padding-left: 2rem;
	}
	.md\:pt-\[85px\]{
		padding-top: 85px;
	}
	.md\:pr-8{
		padding-right: 2rem;
	}
	.md\:text-left{
		text-align: left;
	}
	.md\:text-2xl{
		font-size: 1.5rem;
	}
	.md\:text-4xl{
		font-size: 2.25rem;
	}
	.md\:text-lg{
		font-size: 1.125rem;
	}
}

@media (min-width: 1280px){
	.lg\:col-span-3{
		grid-column: span 3 / span 3;
	}
	.lg\:mx-\[116px\]{
		margin-left: 116px;
		margin-right: 116px;
	}
	.lg\:my-\[116px\]{
		margin-top: 116px;
		margin-bottom: 116px;
	}
	.lg\:mx-\[57px\]{
		margin-left: 57px;
		margin-right: 57px;
	}
	.lg\:mt-0{
		margin-top: 0px;
	}
	.lg\:mb-6{
		margin-bottom: 1.5rem;
	}
	.lg\:mt-\[72px\]{
		margin-top: 72px;
	}
	.lg\:mb-20{
		margin-bottom: 5rem;
	}
	.lg\:mt-20{
		margin-top: 5rem;
	}
	.lg\:mt-6{
		margin-top: 1.5rem;
	}
	.lg\:mb-28{
		margin-bottom: 7rem;
	}
	.lg\:mt-40{
		margin-top: 10rem;
	}
	.lg\:mt-9{
		margin-top: 2.25rem;
	}
	.lg\:mt-\[120px\]{
		margin-top: 120px;
	}
	.lg\:mb-0{
		margin-bottom: 0px;
	}
	.lg\:block{
		display: block;
	}
	.lg\:flex{
		display: flex;
	}
	.lg\:grid{
		display: grid;
	}
	.lg\:min-h-\[53px\]{
		min-height: 53px;
	}
	.lg\:w-2\/3{
		width: 66.666667%;
	}
	.lg\:w-1\/3{
		width: 33.333333%;
	}
	.lg\:w-7\/12{
		width: 58.333333%;
	}
	.lg\:w-5\/12{
		width: 41.666667%;
	}
	.lg\:min-w-\[53px\]{
		min-width: 53px;
	}
	.lg\:max-w-\[50\%\]{
		max-width: 50%;
	}
	.lg\:-translate-y-14{
		--tw-translate-y: -3.5rem;
		transform: var(--tw-transform);
	}
	.lg\:-translate-y-6{
		--tw-translate-y: -1.5rem;
		transform: var(--tw-transform);
	}
	.lg\:-translate-y-40{
		--tw-translate-y: -10rem;
		transform: var(--tw-transform);
	}
	.lg\:grid-cols-3{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.lg\:grid-cols-4{
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	.lg\:grid-cols-2{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.lg\:flex-row{
		flex-direction: row;
	}
	.lg\:gap-6{
		gap: 1.5rem;
	}
	.lg\:gap-20{
		gap: 5rem;
	}
	.lg\:border-l{
		border-left-width: 1px;
	}
	.lg\:p-16{
		padding: 4rem;
	}
	.lg\:py-2{
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
	.lg\:px-3{
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}
	.lg\:py-12{
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.lg\:px-6{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.lg\:pl-6{
		padding-left: 1.5rem;
	}
	.lg\:pb-10{
		padding-bottom: 2.5rem;
	}
	.lg\:pl-12{
		padding-left: 3rem;
	}
	.lg\:pr-12{
		padding-right: 3rem;
	}
	.lg\:text-base{
		font-size: 1rem;
	}
	.lg\:text-\[25px\]{
		font-size: 25px;
	}
	.lg\:text-\[34px\]{
		font-size: 34px;
	}
	.lg\:\!text-\[55px\]{
		font-size: 55px !important;
	}
	.lg\:text-\[55px\]{
		font-size: 55px;
	}
}

@media (min-width: 1366px){
	.xl\:col-span-8{
		grid-column: span 8 / span 8;
	}
	.xl\:col-span-4{
		grid-column: span 4 / span 4;
	}
	.xl\:col-span-6{
		grid-column: span 6 / span 6;
	}
	.xl\:col-span-3{
		grid-column: span 3 / span 3;
	}
	.xl\:col-span-5{
		grid-column: span 5 / span 5;
	}
	.xl\:col-span-7{
		grid-column: span 7 / span 7;
	}
	.xl\:col-span-2{
		grid-column: span 2 / span 2;
	}
	.xl\:col-start-7{
		grid-column-start: 7;
	}
	.xl\:col-start-6{
		grid-column-start: 6;
	}
	.xl\:col-start-4{
		grid-column-start: 4;
	}
	.xl\:col-start-5{
		grid-column-start: 5;
	}
	.xl\:mr-12{
		margin-right: 3rem;
	}
	.xl\:mb-0{
		margin-bottom: 0px;
	}
	.xl\:ml-0{
		margin-left: 0px;
	}
	.xl\:mt-0{
		margin-top: 0px;
	}
	.xl\:block{
		display: block;
	}
	.xl\:inline-block{
		display: inline-block;
	}
	.xl\:flex{
		display: flex;
	}
	.xl\:hidden{
		display: none;
	}
	.xl\:h-\[87vh\]{
		height: 87vh;
	}
	.xl\:h-\[816px\]{
		height: 816px;
	}
	.xl\:h-\[85vh\]{
		height: 85vh;
	}
	.xl\:justify-end{
		justify-content: flex-end;
	}
	.xl\:gap-12{
		gap: 3rem;
	}
	.xl\:gap-8{
		gap: 2rem;
	}
	.xl\:p-12{
		padding: 3rem;
	}
	.xl\:px-6{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.xl\:py-0{
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.xl\:px-24{
		padding-left: 6rem;
		padding-right: 6rem;
	}
	.xl\:py-14{
		padding-top: 3.5rem;
		padding-bottom: 3.5rem;
	}
	.xl\:px-0{
		padding-left: 0px;
		padding-right: 0px;
	}
	.xl\:py-8{
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.xl\:pl-6{
		padding-left: 1.5rem;
	}
	.xl\:pr-0{
		padding-right: 0px;
	}
	.xl\:text-left{
		text-align: left;
	}
	.xl\:text-6xl{
		font-size: 4rem;
	}
	.xl\:text-\[26px\]{
		font-size: 26px;
	}
	.xl\:text-lg{
		font-size: 1.125rem;
	}
	.xl\:text-xl{
		font-size: 1.25rem;
	}
	.xl\:font-normal{
		font-weight: 400;
	}
	.xl\:font-bold{
		font-weight: 700;
	}
	.xl\:capitalize{
		text-transform: capitalize;
	}
}

@media (min-width: 1536px){
	.\32xl\:col-span-9{
		grid-column: span 9 / span 9;
	}
	.\32xl\:col-span-3{
		grid-column: span 3 / span 3;
	}
	.\32xl\:col-span-6{
		grid-column: span 6 / span 6;
	}
	.\32xl\:col-span-2{
		grid-column: span 2 / span 2;
	}
	.\32xl\:col-span-5{
		grid-column: span 5 / span 5;
	}
	.\32xl\:col-start-7{
		grid-column-start: 7;
	}
	.\32xl\:col-start-2{
		grid-column-start: 2;
	}
	.\32xl\:mr-\[8\.6rem\]{
		margin-right: 8.6rem;
	}
	.\32xl\:mr-\[6\.4rem\]{
		margin-right: 6.4rem;
	}
	.\32xl\:ml-2{
		margin-left: 0.5rem;
	}
	.\32xl\:mr-20{
		margin-right: 5rem;
	}
	.\32xl\:-translate-y-24{
		--tw-translate-y: -6rem;
		transform: var(--tw-transform);
	}
	.\32xl\:-translate-y-16{
		--tw-translate-y: -4rem;
		transform: var(--tw-transform);
	}
	.\32xl\:gap-8{
		gap: 2rem;
	}
	.\32xl\:gap-\[100px\]{
		gap: 100px;
	}
	.\32xl\:gap-\[2\.82rem\]{
		gap: 2.82rem;
	}
	.\32xl\:p-\[96px\]{
		padding: 96px;
	}
	.\32xl\:px-12{
		padding-left: 3rem;
		padding-right: 3rem;
	}
	.\32xl\:px-10{
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
	.\32xl\:pt-\[40px\]{
		padding-top: 40px;
	}
}

@media (min-width: 1680px){
	.\33xl\:block{
		display: block;
	}
}
