@font-face {
  font-family: 'iconfontEtc';  /* Project id 2740062 */
  src: url('//at.alicdn.com/t/font_2740062_05v4j4smvm6g.woff2?t=1629081154938') format('woff2'),
       url('//at.alicdn.com/t/font_2740062_05v4j4smvm6g.woff?t=1629081154938') format('woff'),
       url('//at.alicdn.com/t/font_2740062_05v4j4smvm6g.ttf?t=1629081154938') format('truetype');
}

input[type="search"]{
  box-sizing: border-box;
}

.container{
  max-width: 1280px !important;
  margin: 0 auto;
  width: 100%;
  padding-right: 1.75rem;
  padding-left: 1.75rem;
}

.container-box{
  max-width: 1280px !important;
  margin: auto;
  /* width: 100vw; */
}

.container-item{
  max-width: 1280px !important;
  width: 100%;
  padding-right: 1.75rem;
  padding-left: 1.75rem;
  margin: auto;
}
.v-select {
  position: relative;
  font-family: inherit
}

.v-select,.v-select * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@-webkit-keyframes vSelectSpinner {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg)
  }

  to {
      -webkit-transform: rotate(1turn);
      transform: rotate(1turn)
  }
}

@keyframes vSelectSpinner {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg)
  }

  to {
      -webkit-transform: rotate(1turn);
      transform: rotate(1turn)
  }
}

.vs__fade-enter-active,.vs__fade-leave-active {
  pointer-events: none;
  -webkit-transition: opacity .15s cubic-bezier(1,.5,.8,1);
  transition: opacity .15s cubic-bezier(1,.5,.8,1)
}

.vs__fade-enter,.vs__fade-leave-to {
  opacity: 0
}

.vs--disabled .vs__clear,.vs--disabled .vs__dropdown-toggle,.vs--disabled .vs__open-indicator,.vs--disabled .vs__search,.vs--disabled .vs__selected {
  cursor: not-allowed;
  background-color: #f8f8f8
}

.v-select[dir=rtl] .vs__actions {
  padding: 0 3px 0 6px
}

.v-select[dir=rtl] .vs__clear {
  margin-left: 6px;
  margin-right: 0
}

.v-select[dir=rtl] .vs__deselect {
  margin-left: 0;
  margin-right: 2px
}

.v-select[dir=rtl] .vs__dropdown-menu {
  text-align: right
}

.vs__dropdown-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 0 4px;
  background: none;
  border: 1px solid rgba(60,60,60,.26);
  border-radius: 4px;
  white-space: normal
}

.vs__dropdown-toggle,.vs__selected-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.vs__selected-options {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 2px;
  position: relative
}

.vs__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 6px 0 3px
}

.vs--searchable .vs__dropdown-toggle {
  cursor: text
}

.vs--unsearchable .vs__dropdown-toggle {
  cursor: pointer
}

.vs--open .vs__dropdown-toggle {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.vs__open-indicator {
  fill: rgba(60,60,60,.5);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .15s cubic-bezier(1,-.115,.975,.855);
  transition: -webkit-transform .15s cubic-bezier(1,-.115,.975,.855);
  transition: transform .15s cubic-bezier(1,-.115,.975,.855);
  transition: transform .15s cubic-bezier(1,-.115,.975,.855),-webkit-transform .15s cubic-bezier(1,-.115,.975,.855);
  -webkit-transition-timing-function: cubic-bezier(1,-.115,.975,.855);
  transition-timing-function: cubic-bezier(1,-.115,.975,.855)
}

.vs--open .vs__open-indicator {
  -webkit-transform: rotate(180deg) scale(1);
  transform: rotate(180deg) scale(1)
}

.vs--loading .vs__open-indicator {
  opacity: 0
}

.vs__clear {
  fill: rgba(60,60,60,.5);
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  margin-right: 8px
}

.vs__dropdown-menu {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: 1000;
  padding: 5px 0;
  margin: 0;
  width: 100%;
  max-height: 350px;
  min-width: 160px;
  overflow-y: auto;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.15);
  box-shadow: 0 3px 6px 0 rgba(0,0,0,.15);
  border: 1px solid rgba(60,60,60,.26);
  border-top-style: none;
  border-radius: 0 0 4px 4px;
  text-align: left;
  list-style: none;
  background: #fff
}

.vs__no-options {
  text-align: center
}

.vs__dropdown-option {
  line-height: 1.42857143;
  display: block;
  padding: 3px 20px;
  clear: both;
  color: #333;
  white-space: nowrap
}

.vs__dropdown-option:hover {
  cursor: pointer
}

.vs__dropdown-option--highlight {
  background: #5897fb;
  color: #fff
}

.vs__dropdown-option--disabled {
  background: inherit;
  color: rgba(60,60,60,.5)
}

.vs__dropdown-option--disabled:hover {
  cursor: inherit
}

.vs__selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f0f0;
  border: 1px solid rgba(60,60,60,.26);
  border-radius: 4px;
  color: #333;
  line-height: 1.4;
  margin: 4px 2px 0;
  padding: 0 .25em;
  z-index: 0
}

.vs__deselect {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: 4px;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
  fill: rgba(60,60,60,.5);
  text-shadow: 0 1px 0 #fff
}

.vs--single .vs__selected {
  background-color: transparent;
  border-color: transparent
}

.vs--single.vs--open .vs__selected {
  position: absolute;
  opacity: .4
}

.vs--single.vs--searching .vs__selected {
  display: none
}

.vs__search::-webkit-search-cancel-button {
  display: none
}

.vs__search::-ms-clear,.vs__search::-webkit-search-decoration,.vs__search::-webkit-search-results-button,.vs__search::-webkit-search-results-decoration {
  display: none
}

.vs__search,.vs__search:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1.4;
  font-size: 1em;
  border: 1px solid transparent;
  border-left: none;
  outline: none;
  margin: 4px 0 0;
  padding: 0 7px;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 0;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  z-index: 1
}

.vs__search::-webkit-input-placeholder {
  color: inherit
}

.vs__search::-moz-placeholder {
  color: inherit
}

.vs__search:-ms-input-placeholder {
  color: inherit
}

.vs__search::-ms-input-placeholder {
  color: inherit
}

.vs__search::placeholder {
  color: inherit
}

.vs--unsearchable .vs__search {
  opacity: 1
}

.vs--unsearchable:not(.vs--disabled) .vs__search:hover {
  cursor: pointer
}

.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search {
  opacity: .2
}

.vs__spinner {
  -ms-flex-item-align: center;
  align-self: center;
  opacity: 0;
  font-size: 5px;
  text-indent: -9999em;
  overflow: hidden;
  border: .9em solid hsla(0,0%,39.2%,.1);
  border-left-color: rgba(60,60,60,.45);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: vSelectSpinner 1.1s linear infinite;
  animation: vSelectSpinner 1.1s linear infinite;
  -webkit-transition: opacity .1s;
  transition: opacity .1s
}

.vs__spinner,.vs__spinner:after {
  border-radius: 50%;
  width: 5em;
  height: 5em
}

.vs--loading .vs__spinner {
  opacity: 1
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal
}

.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}

.swiper-button-next,.swiper-button-prev {
  width: calc(var(--swiper-navigation-size)/44*27);
  height: var(--swiper-navigation-size);
  margin-top: calc(var(--swiper-navigation-size)*-1/2)
}

.swiper-button-next:after,.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none!important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: normal;
  line-height: 1
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
  left: 10px
}

.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after {
  content: "prev"
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
  right: 10px
}

.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after {
  content: "next"
}

.swiper-pagination-bullet {
  border-radius: 50%
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: transform .2s,top .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: transform .2s,left .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: transform .2s,right .2s
}

@-webkit-keyframes swiper-preloader-spin {
  to {
      -webkit-transform: rotate(1turn);
      transform: rotate(1turn)
  }
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px)
}

:root {
  --swiper-theme-color: #007aff
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  z-index: 1
}

@media screen and (min-width: 767px) {
  .swiper-container {
      padding:0 55px
  }
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
  height: auto
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(transparent));
  background-image: linear-gradient(270deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));
  background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));
  background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));
  background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory
}

:root {
  --swiper-navigation-size: 44px
}

.swiper-button-next,.swiper-button-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color,var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
  left: 0;
  right: auto
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
  right: 0;
  left: auto
}

.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #fff
}

.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000
}

.swiper-button-lock {
  display: none
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(.33);
  transform: scale(.33);
  position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color,var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: top .2s,-webkit-transform .2s;
  transition: top .2s,-webkit-transform .2s;
  transition: transform .2s,top .2s;
  transition: transform .2s,top .2s,-webkit-transform .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: left .2s,-webkit-transform .2s;
  transition: left .2s,-webkit-transform .2s;
  transition: transform .2s,left .2s;
  transition: transform .2s,left .2s,-webkit-transform .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: right .2s,-webkit-transform .2s;
  transition: right .2s,-webkit-transform .2s;
  transition: transform .2s,right .2s;
  transition: transform .2s,right .2s,-webkit-transform .2s
}

.swiper-pagination-progressbar {
  background: rgba(0,0,0,.25);
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-white {
  --swiper-pagination-color: #fff
}

.swiper-pagination-black {
  --swiper-pagination-color: #000
}

.swiper-pagination-lock {
  display: none
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0,0,0,.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0,0,0,.5);
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-scrollbar-lock {
  display: none
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.swiper-slide-zoomed {
  cursor: move
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s linear infinite;
  animation: swiper-preloader-spin 1s linear infinite;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
  border-top: 4px solid transparent
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
  to {
      -webkit-transform: rotate(1turn);
      transform: rotate(1turn)
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube {
  overflow: visible
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0
}

.swiper-container-flip {
  overflow: visible
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.v-select .vs__dropdown-toggle {
  --tw-bg-opacity: 1;
  background-color: rgba(255,255,255,var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(34,6,57,var(--tw-border-opacity));
  padding: 15px 20px;
  border-radius: 0
}

.v-select .vs__actions .vs__clear {
  display: none
}

.v-select .vs__actions .vs__open-indicator {
  fill: transparent
}

.v-select .vs__dropdown-menu {
  --tw-border-opacity: 1;
  border-color: rgba(0,0,0,var(--tw-border-opacity));
  border-width: 1px;
  padding: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-top: 0
}

.v-select .vs__dropdown-menu li {
  --tw-bg-opacity: 1;
  background-color: rgba(255,255,255,var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(211,205,215,var(--tw-border-opacity));
  border-top-width: 1px;
  border-bottom-width: 1px;
  padding: 1rem 1.25rem;
  border-top-color: transparent
}

.v-select .vs__dropdown-menu li,.v-select .vs__dropdown-menu li a {
  font-size: .875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(102,102,102,var(--tw-text-opacity))
}

.v-select .vs__dropdown-menu li:last-child {
  border-bottom: 0
}

.v-select .vs__dropdown-menu li:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(229,246,252,var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(0,0,0,var(--tw-border-opacity))
}

.v-select .vs__dropdown-menu li:hover,.v-select .vs__dropdown-menu li:hover a {
  --tw-text-opacity: 1;
  color: rgba(34,6,57,var(--tw-text-opacity))
}

.v-select .vs__dropdown-menu:before {
  content: "";
  --tw-bg-opacity: 1;
  background-color: rgba(211,205,215,var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(0,0,0,var(--tw-border-opacity));
  border-bottom-width: 1px;
  height: .25rem;
  position: absolute;
  top: 0;
  width: 100%
}

.v-select .vs__selected-options {
  padding: 0
}

.v-select .vs__search {
  font-size: 15px;
  line-height: normal;
  margin: 0;
  padding: 0
}

.v-select .vs__search::-moz-placeholder {
  opacity: 1;
  --tw-text-opacity: 1;
  color: rgba(34,6,57,var(--tw-text-opacity))
}

.v-select .vs__search::-webkit-input-placeholder {
  opacity: 1;
  --tw-text-opacity: 1;
  color: rgba(34,6,57,var(--tw-text-opacity))
}

.v-select .vs__search:-ms-input-placeholder {
  opacity: 1;
  --tw-text-opacity: 1;
  color: rgba(34,6,57,var(--tw-text-opacity))
}

.v-select .vs__selected {
  font-size: 15px;
  margin: 0;
  padding: 0;
  --tw-text-opacity: 1;
  color: rgba(34,6,57,var(--tw-text-opacity))
}

.v-select .vs__selected+.vs__search {
  position: absolute
}

.v-select.vs--open .vs__selected {
  opacity: 1;
  position: relative
}

/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
:root {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0;
  font-family: system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji
}

hr {
  height: 0;
  color: inherit
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b,strong {
  font-weight: bolder
}

code,kbd,pre,samp {
  font-family: ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

table {
  text-indent: 0;
  border-color: inherit
}

button,input,optgroup,select,textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,select {
  text-transform: none
}

[type=button],[type=reset],[type=submit],button {
  -webkit-appearance: button
}

legend {
  padding: 0
}

progress {
  vertical-align: baseline
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

summary {
  display: list-item
}

blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre {
  margin: 0
}

button {
  background-color: transparent;
  background-image: none
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color
}

fieldset,ol,ul {
  margin: 0;
  padding: 0
}

ol,ul {
  list-style: none
}

html {
  font-family: TT Hoves,Roboto,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
  line-height: 1.5
}

body {
  font-family: inherit;
  line-height: inherit
}

*,:after,:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0 solid #e5e7eb
}

hr {
  border-top-width: 1px
}

img {
  border-style: solid
}

textarea {
  resize: vertical
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
  color: #9ca3af
}

input::-moz-placeholder,textarea::-moz-placeholder {
  color: #9ca3af
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
  color: #9ca3af
}

input::-ms-input-placeholder,textarea::-ms-input-placeholder {
  color: #9ca3af
}

input::placeholder,textarea::placeholder {
  color: #9ca3af
}

[role=button],button {
  cursor: pointer
}

table {
  border-collapse: collapse
}

h1,h2,h3,h4,h5,h6 {
  font-size: inherit;
  font-weight: inherit
}

a {
  color: inherit;
  text-decoration: inherit
}

button,input,optgroup,select,textarea {
  padding: 0;
  line-height: inherit;
  color: inherit
}

code,kbd,pre,samp {
  font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace
}

audio,canvas,embed,iframe,img,object,svg,video {
  display: block;
  vertical-align: middle
}

img,video {
  max-width: 100%;
  height: auto
}

b,p {
  font-weight: 500
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.75rem;
  padding-left: 1.75rem;
  height: 100%;
}

@media (min-width: 640px) {
  .container {
      max-width:640px
  }
}

@media (min-width: 768px) {
  .container {
      max-width:768px
  }
}

@media (min-width: 1024px) {
  .container {
      max-width:1024px
  }
}

@media (min-width: 1280px) {
  .container {
      max-width:1280px
  }
}

.hamburger {
  padding: 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity,-webkit-filter;
  transition-property: opacity,-webkit-filter;
  transition-property: opacity,filter;
  transition-property: opacity,filter,-webkit-filter;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible
}

.hamburger.is-active:hover,.hamburger:hover {
  opacity: .7
}

.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:after,.hamburger.is-active .hamburger-inner:before {
  background-color: #fff
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px
}

.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before {
  width: 40px;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease
}

.hamburger-inner:after,.hamburger-inner:before {
  content: "";
  display: block
}

.hamburger-inner:before {
  top: -10px
}

.hamburger-inner:after {
  bottom: -10px
}

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: .13s;
  transition-duration: .13s;
  -webkit-transition-delay: .13s;
  transition-delay: .13s;
  -webkit-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
  transition-timing-function: cubic-bezier(.55,.055,.675,.19)
}

.hamburger--collapse .hamburger-inner:after {
  top: -20px;
  -webkit-transition: top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear;
  transition: top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear
}

.hamburger--collapse .hamburger-inner:before {
  -webkit-transition: top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);
  transition: top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);
  transition: top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19);
  transition: top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0,-10px,0) rotate(-45deg);
  transform: translate3d(0,-10px,0) rotate(-45deg);
  -webkit-transition-delay: .22s;
  transition-delay: .22s;
  -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
  transition-timing-function: cubic-bezier(.215,.61,.355,1)
}

.hamburger--collapse.is-active .hamburger-inner:after {
  top: 0;
  opacity: 0;
  -webkit-transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;
  transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s
}

.hamburger--collapse.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,-webkit-transform .13s cubic-bezier(.215,.61,.355,1) .25s;
  transition: top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,-webkit-transform .13s cubic-bezier(.215,.61,.355,1) .25s;
  transition: top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;
  transition: top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s,-webkit-transform .13s cubic-bezier(.215,.61,.355,1) .25s
}

.hero-image {
  max-height: 18.75rem
}

@media only screen and (min-width: 767px) {
  .hero-image {
      max-height:37.5rem
  }
}

.hero-image--small {
  max-height: 18.75rem
}

@media only screen and (min-width: 767px) {
  .hero-image--small {
      max-height:32rem
  }
}

.hero-image .layer {
  background-color: #333;
  opacity: .2;
  position: absolute;
  top: 0;
  height: 100%
}

.hero-image__inner__content {
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.flexible-richtext-component .video-block iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.flexible-richtext-component .text-block strong {
  font-weight: 500
}

.flexible-richtext-component .text-block p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 25px;
  color: #220639;
  font-weight: 400
}

.flexible-richtext-component .text-block p:last-child {
  margin-bottom: 0
}

.flexible-richtext-component .text-block h1,.flexible-richtext-component .text-block h2,.flexible-richtext-component .text-block h3,.flexible-richtext-component .text-block h4 {
  font-size: 20px;
  margin-bottom: 25px;
  line-height: 32px;
  color: #220639;
  font-weight: 500
}

.flexible-richtext-component .text-block h1:last-child,.flexible-richtext-component .text-block h2:last-child,.flexible-richtext-component .text-block h3:last-child,.flexible-richtext-component .text-block h4:last-child {
  margin-bottom: 0
}

.flexible-richtext-component .text-block a {
  font-weight: 500;
  text-decoration: underline;
  color: #220639;
  margin-bottom: 25px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.flexible-richtext-component .text-block a:hover {
  text-decoration: none
}

.flexible-richtext-component .text-block a:last-child {
  margin-bottom: 0
}

.flexible-richtext-component .text-block ul {
  list-style: none;
  margin-bottom: 25px;
  color: #220639
}

.flexible-richtext-component .text-block ul:last-child {
  margin-bottom: 0
}

.flexible-richtext-component .text-block ul li {
  color: #220639;
  padding-left: 25px;
  position: relative;
  margin-bottom: 5px;
  font-weight: 400
}

.flexible-richtext-component .text-block ul li:before {
  content: "";
  position: absolute;
  background-color: #220639;
  width: 15px;
  height: 1px;
  top: 12px;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.flexible-richtext-component .text-block ul li:last-child {
  margin-bottom: 0
}

.flexible-richtext-component .text-block ol {
  counter-reset: number;
  list-style-type: none;
  margin-bottom: 25px
}

.flexible-richtext-component .text-block ol:last-child {
  margin-bottom: 0
}

.flexible-richtext-component .text-block ol li {
  position: relative;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #220639;
  padding-left: 40px;
  margin-bottom: 5px;
  font-weight: 400
}

.flexible-richtext-component .text-block ol li:before {
  counter-increment: number;
  content: counter(number)"\a0";
  position: absolute;
  left: 0
}

.flexible-richtext-component .text-block ol li:after {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #220639;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.flexible-richtext-component .text-block ol li:last-child {
  margin-bottom: 0
}

.flexible-richtext-component .text-block table {
  width: 100%;
  margin-bottom: 25px
}

.flexible-richtext-component .text-block table thead th {
  padding: 15px 20px;
  background-color: #220639;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  border: 1px solid #d3cdd7;
  text-align: left
}

.flexible-richtext-component .text-block table tbody tr:nth-child(2n) td {
  background-color: #f1f3f5
}

.flexible-richtext-component .text-block table tbody td {
  padding: 15px 20px;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #220639;
  border: 1px solid #d3cdd7
}

.flexible-richtext-component .text-block table:last-child {
  margin-bottom: 0
}

.text-lite a {
  font-weight: 500;
  text-decoration: underline;
  color: #220639;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.text-lite a:hover {
  text-decoration: none
}

.cta__inner__desc {
  max-width: 508px
}

@media only screen and (max-width: 1024px) {
  .featured-content__image {
      max-width:575px
  }
}

@media only screen and (max-width: 767px) {
  .featured-content__image {
      max-width:315px
  }
}

.tabbed-content--secondary .tabbed-content__tabs li a {
  position: relative
}

.tabbed-content--secondary .tabbed-content__tabs li a:before {
  content: "";
  background-color: transparent;
  height: 4px;
  width: 101%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.tabbed-content--secondary .tabbed-content__tabs li a.active {
  border-bottom-color: #fff
}

.tabbed-content--secondary .tabbed-content__tabs li a.active:before {
  background-color: #220639
}

.tabbed-content--secondary .tabbed-content__tabs--half li a {
  border-right-color: transparent
}

.tabbed-content--secondary .tabbed-content__tabs--half li:last-child a {
  border-right-color: #d3cdd7
}

.tabbed-content--secondary .tabbed-content__content {
  margin-top: -1px
}

.tabbed-content--secondary .tabbed-content__content__bg {
  background-color: #f1f3f5
}

@media (min-width: 640px) {
  .tabbed-content--secondary .tabbed-content__tabs li a {
      border-right-color:transparent
  }

  .tabbed-content--secondary .tabbed-content__tabs li:last-child a {
      border-right-color: #d3cdd7
  }
}

.card__inner{
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column
}

.card-content{
  -webkit-box-flex:1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}

.card__inner__image {
  height: 261px
}

.card__inner__image_server{
  height: 261px;
}

.card__inner__image img {
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  max-width: none
}

@media (max-width: 414px) {
  .card__inner__image {
      height:180px
  }
}

@media (max-width: 374px) {
  .card__inner__image {
      height:120px
  }
}

.card__inner__image__small {
  -webkit-transform: none;
  transform: none;
  height: 110px
}

.card__inner__image__small img {
  height: 110px;
  width: auto;
  margin: 0 auto
}

.logo-display-component .swiper-container {
  padding-left: 2.5rem;
  padding-right: 2.5rem
}

@media (min-width: 768px) {
  .logo-display-component .swiper-container {
      padding-left:8rem;
      padding-right: 8rem
  }
}

.logo-display-component .swiper-button-next:before,.logo-display-component .swiper-button-prev:before {
  content: "";
  height: 1px;
  --tw-bg-opacity: 1;
  background-color: rgba(211,205,215,var(--tw-bg-opacity));
  display: none;
  position: absolute;
  top: 50%;
  width: 3.5rem;
  --tw-translate-x: -50%
}

@media (min-width: 768px) {
  .logo-display-component .swiper-button-next:before,.logo-display-component .swiper-button-prev:before {
      display:block
  }
}

.logo-display-component .swiper-button-prev:before {
  left: calc(100% + 1px)
}

.logo-display-component .swiper-button-next:before {
  right: calc(100% + 1px)
}

@media screen and (min-width: 768px) {
  .office-locations__inner__buttons {
      background-image:url("images/world-map.jpg");
      background-position: top;
      background-size: 100% auto;
      background-repeat: no-repeat
  }
}

.footer__bottom-bar__inner__social .footer-social-links li {
  margin-right: 20px
}

.footer__bottom-bar__inner__social .footer-social-links li a {
  display: block
}

.footer__bottom-bar__inner__social .footer-social-links li a svg {
  width: auto;
  max-height: 20px
}

.footer__bottom-bar__inner__social .footer-social-links li a svg path {
  fill: #fff
}

.footer__bottom-bar__inner__social .footer-social-links li a:hover svg path {
  fill: #e5f6fc
}

.footer__bottom-bar__inner__social .footer-social-links li:last-child {
  margin-right: 0
}

.richtext-component {
  overflow-x: auto
}

.richtext-component p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 25px;
  color: #220639;
  font-weight: 400
}

.richtext-component p:last-child {
  margin-bottom: 0
}

.richtext-component h1,.richtext-component h2,.richtext-component h3,.richtext-component h4 {
  font-size: 20px;
  margin-bottom: 25px;
  line-height: 32px;
  color: #220639;
  font-weight: 500
}

.richtext-component a {
  font-weight: 500;
  text-decoration: underline;
  color: #220639;
  margin-bottom: 25px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.richtext-component a:hover {
  text-decoration: none
}

.richtext-component ul {
  list-style: none;
  margin-bottom: 25px;
  color: #220639
}

.richtext-component ul li {
  color: #220639;
  padding-left: 25px;
  position: relative;
  margin-bottom: 5px;
  font-weight: 400
}

.richtext-component ul li:before {
  content: "";
  position: absolute;
  background-color: #220639;
  width: 15px;
  height: 1px;
  top: 14px;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.richtext-component ol {
  counter-reset: number;
  list-style-type: none;
  margin-bottom: 25px
}

.richtext-component ol li {
  position: relative;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #220639;
  padding-left: 40px;
  margin-bottom: 5px;
  font-weight: 400
}

.richtext-component ol li:before {
  counter-increment: number;
  content: counter(number)"\a0";
  position: absolute;
  left: 0
}

.richtext-component ol li:after {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #220639;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.richtext-component iframe {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem
}

@media (min-width: 1024px) {
  .richtext-component iframe {
      margin-top:3.125rem;
      margin-bottom: 3.125rem
  }
}

.richtext-component iframe {
  min-height: 420px
}

.richtext-component picture {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem
}

@media (min-width: 1024px) {
  .richtext-component picture {
      margin-top:3.125rem;
      margin-bottom: 3.125rem
  }
}

.richtext-component table {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem
}

@media (min-width: 1024px) {
  .richtext-component table {
      margin-top:3.125rem;
      margin-bottom: 3.125rem
  }
}

.richtext-component table {
  width: 100%
}

.richtext-component table thead th {
  padding: 15px 20px;
  background-color: #220639;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  border: 1px solid #d3cdd7;
  text-align: left
}

.richtext-component table tbody tr:nth-child(2n) td {
  background-color: #f1f3f5
}

.richtext-component table tbody td {
  padding: 15px 20px;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #220639;
  border: 1px solid #d3cdd7
}

.richtext-component+.btn-download {
  margin-top: .5rem
}

@media (min-width: 768px) {
  .richtext-component+.btn-download {
      margin-top:1rem
  }
}

.banner-image {
  height: 250px;
  background-color: #333
}

.banner-image .banner-image__content h1 {
  font-size: 1.875rem;
  line-height: 2.25rem
}

@media only screen and (min-width: 767px) {
  .banner-image {
      height:400px
  }

  .banner-image .banner-image__content h1 {
      font-size: 40px;
      line-height: 1
  }
}

.footer--lep__partner-logo {
  max-width: 260px
}

.mainNav--lep .mainNav-logo {
  border-color: #4e3861!important
}

.mainNav--lep .mainNav-subcategories {
  border-color: #d3cdd7
}

.mainNav--lep .mainNav-subcategories .mainNav-subcategory-loged a,.mainNav--lep .mainNav-subcategories .mainNav-subcategory-loged p,.mainNav--lep .mainNav-subcategories .mainNav-subcategory-register a,.mainNav--lep .mainNav-subcategories .mainNav-subcategory-top-links .mainNav-subcategory-top-links__link {
  color: #666
}

.mainNav--lep .mainNav-subcategories .mainNav-subcategory-top-links li {
  border-color: #d3cdd7
}

.mainNav--lep .mainNav-subcategories .mainNav-subcategory-child-links .mainNav-subcategory-child-links__link {
  color: #666
}

@media (min-width: 1024px) {
  .mainNav--lep .mainNav-subcategories {
      overflow:unset
  }
}

.image-cta-component {
  -webkit-box-shadow: 0 0 0 1px #d3cdd7;
  box-shadow: 0 0 0 1px #d3cdd7
}

.image-cta-component:hover {
  -webkit-box-shadow: 0 0 0 2px #220639;
  box-shadow: 0 0 0 2px #220639
}

.image-cta__image {
  height: 220px
}

.image-cta__image img {
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  max-width: none
}

.image-cta__link a:hover .image-cta__title {
  font-weight: 500
}

.featured-image-ctas-component--4per1 .image-cta__title {
  font-size: 15px
}

@media (min-width: 1024px) {
  .featured-image-ctas-component--4per1 .image-cta__image {
      height:120px
  }
}

@media (max-width: 414px) {
  .image-cta__image {
      height:180px
  }
}

@media (max-width: 374px) {
  .image-cta__image {
      height:120px
  }
}

.hero-video {
  background-color: #333;
  height: 400px
}

@media only screen and (min-width: 1024px) {
  .hero-video {
      height:600px
  }
}

.hero-video__bg video {
  opacity: .5;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  max-width: none
}

.hero-video__inner .btn-arrow-down {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  outline: none
}

.hero-video__inner .btn-arrow-down svg {
  width: 20px;
  height: auto;
  stroke: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%)
}

.downloads__item a:hover .icon {
  border-color: #4e3861
}

.downloads .downloads__item {
  --tw-border-opacity: 1;
  border-color: rgba(34,6,57,var(--tw-border-opacity));
  border-bottom-width: 1px
}

.downloads .downloads__item:last-child {
  border-bottom: 0
}

.js-accordion {
  --tw-border-opacity: 1;
  border-color: rgba(34,6,57,var(--tw-border-opacity));
  border-width: 0 1px 1px;
  border-style: solid;
}

.js-accordion__content {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  height: auto;
  max-height: 10000px;
  overflow: hidden
}

.js-accordion__contentbody {
  margin: 1.25rem;
  padding: 1.25rem
}

@media (min-width: 768px) {
  .js-accordion__contentbody {
      margin:2.5rem;
      padding: 2.5rem
  }
}

.js-accordion__contentbody {
  background-color: #f1f3f5
}

.js-accordion__heading {
  --tw-border-opacity: 1;
  border-color: rgba(34,6,57,var(--tw-border-opacity));
  border-top-width: 1px;
  position: relative;
  --tw-text-opacity: 1;
  color: rgba(34,6,57,var(--tw-text-opacity));
  padding: 1rem 50px 1rem 1.25rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-style: solid;
}

.js-accordion__heading.is-open,.js-accordion__heading:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(34,6,57,var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255,255,255,var(--tw-text-opacity))
}

.js-accordion__heading.is-open .js-accordion__headingicon {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg)
}

.js-accordion__heading .js-accordion__headingicon {
  position: absolute;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.tabs-accordion-component .js-accordion,.tabs-accordion-component .js-accordion__heading {
  --tw-border-opacity: 1;
  border-color: rgba(211,205,215,var(--tw-border-opacity))
}

.tabs-accordion-component .js-accordion__contentbody {
  margin: 1.25rem;
  padding: 0
}

@media (min-width: 768px) {
  .tabs-accordion-component .js-accordion__contentbody {
      margin:2.5rem
  }
}

.tabs-accordion-component .js-accordion__contentbody {
  background-color: transparent
}

.tabs-accordion-component .js-accordion__content {
  max-height: 10000px
}

@media only screen and (min-width: 768px) {
  .tabs-accordion-component .accordion-component {
      margin-top:-1px;
      --tw-border-opacity: 1;
      border-color: rgba(211,205,215,var(--tw-border-opacity));
      border-top-width: 1px
  }
}

.accordion-card {
  position: relative;
  -webkit-box-shadow: 0 0 0 1px #d3cdd7;
  box-shadow: 0 0 0 1px #d3cdd7
}

.accordion-card__img {
  overflow: hidden;
  width: 100%;
  height: 170px
}

@media (max-width: 639px) {
  .accordion-card__img img {
      position:absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      max-width: none
  }
}

@media (min-width: 640px) {
  .accordion-card__img {
      width:180px;
      height: 170px
  }
}

@media (min-width: 640px) {
  .accordion-card__copy {
      width:calc(100% - 205px)
  }
}

@media (min-width: 1024px) {
  .accordion-card__copy {
      width:calc(100% - 225px)
  }
}

.accordion-card:after {
  content: "";
  width: 100%;
  height: 5px;
  background-color: #d3cdd7;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  -webkit-transition-duration: .15s;
  transition-duration: .15s
}

.accordion-card:hover {
  -webkit-box-shadow: 0 0 0 2px #220639;
  box-shadow: 0 0 0 2px #220639
}

.accordion-card:hover:after {
  opacity: 1
}

.vsa-list {
  border-width: 0;
  max-width: none;
  min-width: 0;
  width: 100%
}

.vsa-item {
  background-color: transparent
}

.vsa-item .vsa-item__heading {
  border-width: 0
}

.vsa-item .vsa-item__content {
  padding: 0
}

.vsa-item .vsa-item__panel {
  background-color: #f1f3f5;
  margin: .625rem;
  padding: 1.25rem
}

@media (min-width: 640px) {
  .vsa-item .vsa-item__panel {
      padding:2.5rem;
      margin: 1.25rem
  }
}

.vsa-item .vsa-item__trigger {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  --tw-text-opacity: 1;
  color: rgba(34,6,57,var(--tw-text-opacity));
  padding: 1.25rem;
  text-align: left
}

.vsa-item .vsa-item__trigger__content {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem
}

.vsa-item .vsa-item__trigger__icon .open {
  display: none
}

.vsa-item .vsa-item__trigger__icon .close,.vsa-item .vsa-item__trigger__icon.vsa-item__trigger__icon--is-active .open {
  display: block
}

.vsa-item .vsa-item__trigger__icon.vsa-item__trigger__icon--is-active .close {
  display: none
}

.vsa-item .vsa-item__trigger:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(34,6,57,var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255,255,255,var(--tw-text-opacity))
}

.vsa-item .vsa-item__trigger:focus {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgba(34,6,57,var(--tw-text-opacity))
}

.vsa-item:not(:last-of-type) {
  --tw-border-opacity: 1;
  border-color: rgba(34,6,57,var(--tw-border-opacity))
}

.vsa-item.vsa-item--is-active .vsa-item__trigger {
  --tw-bg-opacity: 1;
  background-color: rgba(34,6,57,var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255,255,255,var(--tw-text-opacity))
}

.links-quote-component:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: calc(100% - 60px);
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(229,246,252,var(--tw-bg-opacity))
}

.heading-cta__title h1 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  line-height: 3.25rem;
  margin-bottom: .75rem;
  --tw-text-opacity: 1;
  color: rgba(34,6,57,var(--tw-text-opacity))
}

@media only screen and (min-width: 768px) {
  .heading-cta__title h1 {
      font-size:40px;
      margin-bottom: 0
  }
}

.filtered-table__filters {
  width: 100%
}

@media (min-width: 640px) {
  .filtered-table__filters {
      display:-webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end
  }
}

.filtered-table__filters .v-select {
  min-width: 220px;
  margin-bottom: .625rem;
  width: 100%
}

@media (min-width: 640px) {
  .filtered-table__filters .v-select {
      margin-bottom:0;
      margin-right: 1.25rem;
      width: auto
  }
}

.filtered-table__filters .v-select:last-child {
  margin-bottom: 0
}

@media (min-width: 640px) {
  .filtered-table__filters .v-select:last-child {
      margin-right:0
  }
}

.filtered-table__filters .v-select .vs__dropdown-toggle {
  padding: .75rem 1.25rem
}

.filtered-table__filters .v-select .vs__dropdown-toggle .vs__search {
  margin: 0
}

.filtered-table__filters .v-select .vs__dropdown-menu li {
  font-size: .875rem;
  line-height: 1.25rem;
  padding: .75rem 1.25rem
}

.filtered-table__filters .v-select .vs__dropdown-menu li a {
  font-size: .875rem;
  line-height: 1.25rem
}

.table {
  border-width: 1px;
  width: 100%
}

.table,.table .table-tr {
  --tw-border-opacity: 1;
  border-color: rgba(211,205,215,var(--tw-border-opacity))
}

.table .table-tr {
  border-bottom-width: 1px
}

@media (min-width: 640px) {
  .table .table-tr {
      border-width:0
  }
}

.table .table-tr:nth-child(2n) {
  --tw-bg-opacity: 1;
  background-color: rgba(247,247,247,var(--tw-bg-opacity))
}

.table .table-tr:not(:first-child):hover {
  --tw-bg-opacity: 1;
  background-color: rgba(34,6,57,var(--tw-bg-opacity));
  cursor: pointer
}

.table .table-tr:not(:first-child):hover .table-td {
  --tw-text-opacity: 1;
  color: rgba(255,255,255,var(--tw-text-opacity))
}

.table .table-tr .table-td,.table .table-tr .table-th {
  --tw-border-opacity: 1;
  border-color: rgba(211,205,215,var(--tw-border-opacity));
  border-right-width: 1px;
  border-bottom-width: 1px
}

@media (min-width: 640px) {
  .table .table-tr .table-td:last-child,.table .table-tr .table-th:last-child {
      border-right-width:0
  }
}

.table .table-tr:last-child {
  border-width: 0
}

@media (min-width: 640px) {
  .table .table-tr:last-child .table-td,.table .table-tr:last-child .table-th {
      border-bottom-width:0
  }
}

.table-tr.table-headings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media (min-width: 640px) {
  .table-tr.table-headings {
      -ms-flex-wrap:nowrap;
      flex-wrap: nowrap
  }
}

.table-tr.table-headings .table-td,.table-tr.table-headings .table-th {
  width: 50%
}

@media (min-width: 640px) {
  .table-tr.table-headings .table-td,.table-tr.table-headings .table-th {
      -webkit-box-flex:1;
      -ms-flex: 1 1 0%;
      flex: 1 1 0%;
      width: auto;
      -ms-flex-preferred-size: 0;
      flex-basis: 0
  }
}

.table-tr a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media (min-width: 640px) {
  .table-tr a {
      -ms-flex-wrap:nowrap;
      flex-wrap: nowrap
  }
}

.table-tr a .table-td,.table-tr a .table-th {
  width: 50%
}

@media (min-width: 640px) {
  .table-tr a .table-td,.table-tr a .table-th {
      -webkit-box-flex:1;
      -ms-flex: 1 1 0%;
      flex: 1 1 0%;
      width: auto;
      -ms-flex-preferred-size: 0;
      flex-basis: 0
  }
}

a.table-tr:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(34,6,57,var(--tw-bg-opacity))
}

a.table-tr:hover,a.table-tr:hover .table-td {
  --tw-text-opacity: 1;
  color: rgba(255,255,255,var(--tw-text-opacity))
}

.table-th {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgba(34,6,57,var(--tw-text-opacity))
}

.table-td {
  color: #333;
  font-size: .875rem;
  line-height: 1.25rem;
  padding: 1rem
}

.swiper-container {
  padding: 0
}

.swiper-container .image-wrapper img {
  width: 100%
}

.swiper-container .swiper-button-next,.swiper-container .swiper-button-prev {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  -webkit-transition-duration: .15s;
  transition-duration: .15s
}

.swiper-container .swiper-button-next:after,.swiper-container .swiper-button-prev:after {
  display: none
}

.swiper-container .swiper-button-next .feather,.swiper-container .swiper-button-prev .feather {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  stroke: #220639
}

.swiper-container .swiper-button-next:hover,.swiper-container .swiper-button-prev:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(34,6,57,var(--tw-bg-opacity))
}

.swiper-container .swiper-button-next:hover .feather,.swiper-container .swiper-button-prev:hover .feather {
  stroke: #fff
}

.swiper-container .swiper-button-zoom {
  --tw-bg-opacity: 1;
  background-color: rgba(34,6,57,var(--tw-bg-opacity));
  display: none;
  position: absolute;
  --tw-text-opacity: 1;
  color: rgba(255,255,255,var(--tw-text-opacity));
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  -webkit-transition-duration: .15s;
  transition-duration: .15s
}

@media (min-width: 768px) {
  .swiper-container .swiper-button-zoom {
      display:-webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center
  }
}

.swiper-container .swiper-button-zoom {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  outline: none
}

.swiper-container .swiper-button-zoom .feather {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  stroke: #fff
}

.swiper-container .swiper-button-zoom:hover {
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgba(255,255,255,var(--tw-bg-opacity))
}

.swiper-container .swiper-button-zoom:hover .feather {
  stroke: #220639
}

.swiper-container.gallery-top {
  width: 100%;
  height: auto
}

.swiper-container.gallery-thumbs {
  height: 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin-top: 10px
}

.swiper-container.gallery-thumbs .swiper-slide {
  width: calc(25% - 5px);
  height: 80px;
  opacity: .5;
  background-color: #151515
}

.swiper-container.gallery-thumbs .swiper-slide .image-wrapper {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%
}

.swiper-container.gallery-thumbs .swiper-slide .image-wrapper img {
  position: absolute;
  max-width: none;
  min-width: calc(100% + 2px);
  min-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%)
}

.swiper-container.gallery-thumbs .swiper-slide-active {
  opacity: 1
}

.swiper-container.swiper-container-fade .swiper-slide {
  opacity: 0;
  -webkit-transition: opacity 0s ease-out;
  transition: opacity 0s ease-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}

.swiper-container.swiper-container-fade .swiper-slide.swiper-slide-active,.swiper-container.swiper-container-fade .swiper-slide.swiper-slide-duplicate-active {
  opacity: 1;
  -webkit-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
  -webkit-transition-delay: .3s;
  transition-delay: .3s
}

.zoom-gallery-component .swiper-container .swiper-button-prev {
  left: -20px
}

@media only screen and (min-width: 768px) {
  .zoom-gallery-component .swiper-container .swiper-button-prev {
      left:0
  }
}

.zoom-gallery-component .swiper-container .swiper-button-next {
  right: -20px
}

@media only screen and (min-width: 768px) {
  .zoom-gallery-component .swiper-container .swiper-button-next {
      right:0
  }
}

.card-component {
  -webkit-box-shadow: 0 0 0 1px #d3cdd7;
  box-shadow: 0 0 0 1px #d3cdd7;
  position: relative
}

.card-component:after {
  content: "";
  height: 4px;
  bottom: 0;
  left: 0;
  --tw-bg-opacity: 1;
  background-color: rgba(211,205,215,var(--tw-bg-opacity));
  opacity: 0;
  position: absolute;
  width: 100%;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  -webkit-transition-duration: .15s;
  transition-duration: .15s
}

.card-component:hover {
  -webkit-box-shadow: 0 0 0 2px #220639;
  box-shadow: 0 0 0 2px #220639
}

.card-component:hover:after {
  opacity: 1
}

.card-component:hover .card__tag {
  --tw-bg-opacity: 1;
  background-color: rgba(34,6,57,var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(34,6,57,var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(255,255,255,var(--tw-text-opacity))
}

.card-list .accessory-card {
  border-bottom-width: 0
}

.card-list .accessory-card:nth-child(2n) {
  background-color: #f1f3f5
}

.card-list .accessory-card:last-child {
  border-bottom-width: 1px
}

.image-component img {
  width: 100%
}

@media (min-width: 1024px) {
  .alt-image-with-text.image-left {
      -webkit-box-orient:horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse
  }
}

.alt-image-with-text .text-block h1,.alt-image-with-text .text-block h2,.alt-image-with-text .text-block h3,.alt-image-with-text .text-block h4 {
  font-size: 2.5rem;
  line-height: 3.125rem;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem
}

@media (min-width: 1024px) {
  .alt-image-with-text .text-block h1,.alt-image-with-text .text-block h2,.alt-image-with-text .text-block h3,.alt-image-with-text .text-block h4 {
      padding-top:0
  }
}

.alt-image-with-text .text-block p {
  margin-bottom: 30px
}

.alt-image-with-text .text-block p:last-child {
  margin-bottom: 0
}

.site-header {
  --tw-bg-opacity: 1;
  background-color: rgba(34,6,57,var(--tw-bg-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  position: relative;
  top: 0;
  --tw-shadow: 0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05);
  -webkit-box-shadow: var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);
  --tw-text-opacity: 1;
  color: rgba(255,255,255,var(--tw-text-opacity));
  width: 100%;
  z-index: 20
}

@media (min-width: 1024px) {
  .site-header {
      padding-top:0;
      padding-bottom: 0
  }
}

@media (min-width: 1024px) {
  .site-header.has-subnav {
      margin-bottom:70px
  }

  @media (min-width: 1024px) {
      .site-header.page0 .site-nav__item.page0 .site-nav__item__link,.site-header.page1 .site-nav__item.page1 .site-nav__item__link,.site-header.page2 .site-nav__item.page2 .site-nav__item__link,.site-header.page3 .site-nav__item.page3 .site-nav__item__link {
          --tw-border-opacity:1;
          border-color: rgba(96,165,250,var(--tw-border-opacity))
      }
  }

  .site-header.page0 .site-nav__item.page0 .site-nav__item__submenu,.site-header.page1 .site-nav__item.page1 .site-nav__item__submenu,.site-header.page2 .site-nav__item.page2 .site-nav__item__submenu,.site-header.page3 .site-nav__item.page3 .site-nav__item__submenu {
      display: block
  }

  .site-header .site-header.page0 .site-nav__item.page0,.site-header .site-header.page1 .site-nav__item.page1,.site-header .site-header.page2 .site-nav__item.page2,.site-header .site-header.page3 .site-nav__item.page3 {
      margin-bottom: 70px
  }
}

.site-nav {
  --tw-bg-opacity: 1;
  background-color: rgba(31,5,51,var(--tw-bg-opacity));
  height: 100vh;
  position: absolute;
  left: 0;
  top: 6.25rem;
  width: 100%
}

@media (min-width: 1024px) {
  .site-nav {
      background-color:transparent;
      display: block;
      height: 100%;
      position: static;
      top: 7rem;
      top: auto;
      left: auto;
      width: auto
  }
}

.site-nav__item {
  --tw-border-opacity: 1;
  border-color: rgba(108,90,120,var(--tw-border-opacity));
  border-bottom-width: 1px;
  display: block
}

@media (min-width: 1024px) {
  .site-nav__item,.site-nav__item:last-child {
      border-bottom-width:0
  }

  .site-nav__item {
      display: inline-block;
      padding-left: .5rem;
      padding-right: .5rem
  }
}

@media (min-width: 1280px) {
  .site-nav__item {
      padding-left:1.25rem;
      padding-right: 1.25rem
  }
}

.site-nav__item .site-nav__item__link {
  border-color: transparent;
  cursor: pointer;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  -webkit-transition-timing-function: cubic-bezier(.4,0,1,1);
  transition-timing-function: cubic-bezier(.4,0,1,1);
  -webkit-transition-duration: .15s;
  transition-duration: .15s
}

@media (min-width: 1024px) {
  .site-nav__item .site-nav__item__link:hover {
      --tw-border-opacity:1;
      border-color: rgba(96,165,250,var(--tw-border-opacity))
  }

  .site-nav__item .site-nav__item__link {
      border-bottom-width: 4px;
      font-size: .875rem;
      line-height: 1.25rem
  }
}

@media (min-width: 1280px) {
  .site-nav__item .site-nav__item__link {
      font-size:1rem;
      line-height: 1.5rem
  }
}

@media (max-width: 1023px) {
  .site-nav__item .site-nav__item__link {
      padding-left:1.875rem;
      padding-right: 1.875rem;
      position: relative
  }

  .site-nav__item .site-nav__item__link .link-icon {
      padding: .5rem;
      position: absolute;
      right: 30px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%)
  }
}

@media (min-width: 1024px) {
  .site-nav__item .site-nav__item__link {
      padding-top:41px;
      padding-bottom: 41px
  }
}

@media (min-width: 1024px) {
  @media (min-width:1024px) {
      .site-nav__item.active .site-nav__item__link {
          --tw-border-opacity:1;
          border-color: rgba(96,165,250,var(--tw-border-opacity))
      }
  }

  .site-nav__item.active .site-nav__item__submenu {
      display: block
  }
}

.site-nav__item__submenu {
  --tw-bg-opacity: 1;
  background-color: rgba(34,6,57,var(--tw-bg-opacity));
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  --tw-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06);
  -webkit-box-shadow: var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);
  width: 0;
  -webkit-transition-timing-function: cubic-bezier(.4,0,1,1);
  transition-timing-function: cubic-bezier(.4,0,1,1);
  -webkit-transition-duration: .2s;
  transition-duration: .2s
}

@media (min-width: 1024px) {
  .site-nav__item__submenu {
      --tw-bg-opacity:1;
      background-color: rgba(255,255,255,var(--tw-bg-opacity));
      border-bottom-width: 1px;
      height: auto;
      left: 0;
      top: auto;
      width: 100%
  }
}

@media (max-width: 1023px) {
  .site-nav__item__submenu {
      overflow-x:hidden;
      overflow-y: scroll
  }
}

.submenu__list__item {
  --tw-border-opacity: 1;
  border-color: rgba(255,255,255,var(--tw-border-opacity));
  --tw-border-opacity: 0.1;
  border-bottom-width: 1px;
  display: block
}

@media (min-width: 1024px) {
  .submenu__list__item,.submenu__list__item:last-child {
      border-bottom-width:0
  }

  .submenu__list__item {
      display: inline-block;
      margin-right: 1.875rem;
      position: relative
  }
}

@media (min-width: 1024px) {
  .submenu__list__item:hover .submenu__list__menu {
      display:block
  }
}

.submenu__list__link {
  font-size: 15px;
  cursor: pointer;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(255,255,255,var(--tw-text-opacity));
  -webkit-transition-timing-function: cubic-bezier(.4,0,1,1);
  transition-timing-function: cubic-bezier(.4,0,1,1);
  -webkit-transition-duration: .15s;
  transition-duration: .15s
}

@media (min-width: 1024px) {
  .submenu__list__link {
      -webkit-box-align:center;
      -ms-flex-align: center;
      align-items: center;
      padding: 1.5rem 0;
      --tw-text-opacity: 1;
      color: rgba(102,102,102,var(--tw-text-opacity))
  }

  .submenu__list__link:hover {
      --tw-text-opacity: 1;
      color: rgba(34,6,57,var(--tw-text-opacity))
  }
}

@media (max-width: 1023px) {
  .submenu__list__link {
      position:relative
  }

  .submenu__list__link .link-icon {
      padding: .5rem;
      position: absolute;
      right: 30px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 0
  }
}

@media (max-width: 1023px) {
  .submenu__list__menu {
      --tw-bg-opacity:1;
      background-color: rgba(31,5,51,var(--tw-bg-opacity));
      height: 100vh;
      overflow-x: hidden;
      overflow-y: scroll;
      position: absolute;
      top: 0;
      left: 0;
      --tw-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06);
      -webkit-box-shadow: var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);
      box-shadow: var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);
      width: 0;
      -webkit-transition-timing-function: cubic-bezier(.4,0,1,1);
      transition-timing-function: cubic-bezier(.4,0,1,1);
      -webkit-transition-duration: .2s;
      transition-duration: .2s
  }

  .submenu__list__menu ul li {
      --tw-border-opacity: 1;
      border-color: rgba(255,255,255,var(--tw-border-opacity));
      --tw-border-opacity: 0.1;
      border-bottom-width: 1px;
      display: block
  }

  .submenu__list__menu ul li .submenu__list__menu__link {
      cursor: pointer;
      display: block;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 1.25rem;
      --tw-text-opacity: 1;
      color: rgba(255,255,255,var(--tw-text-opacity));
      -webkit-transition-timing-function: cubic-bezier(.4,0,1,1);
      transition-timing-function: cubic-bezier(.4,0,1,1);
      -webkit-transition-duration: .15s;
      transition-duration: .15s
  }
}

@media (min-width: 1024px) {
  .submenu__list__menu {
      min-width:310px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      --tw-border-opacity: 1;
      border-color: rgba(34,6,57,var(--tw-border-opacity));
      border-width: 1px;
      display: none;
      position: absolute
  }
}

@media (min-width: 1024px) {
  .submenu__list__menu,.submenu__list__menu ul li a {
      --tw-bg-opacity:1;
      background-color: rgba(255,255,255,var(--tw-bg-opacity))
  }

  .submenu__list__menu ul li a {
      border-top: 1px solid transparent;
      border-bottom: 1px solid #d3cdd7
  }

  .submenu__list__menu ul li a:hover {
      --tw-bg-opacity: 1;
      background-color: rgba(229,246,252,var(--tw-bg-opacity));
      --tw-border-opacity: 1;
      border-color: rgba(34,6,57,var(--tw-border-opacity))
  }

  .submenu__list__menu ul li a {
      display: block
  }

  .submenu__list__menu ul li a:hover {
      font-weight: 500
  }

  .submenu__list__menu ul li a {
      padding: 1rem 1.25rem;
      --tw-text-opacity: 1;
      color: rgba(102,102,102,var(--tw-text-opacity))
  }

  .submenu__list__menu ul li a:hover {
      --tw-text-opacity: 1;
      color: rgba(34,6,57,var(--tw-text-opacity))
  }

  .submenu__list__menu ul li a {
      -webkit-transition-property: all;
      transition-property: all;
      -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
      transition-timing-function: cubic-bezier(.4,0,.2,1);
      -webkit-transition-duration: .15s;
      transition-duration: .15s
  }

  .submenu__list__menu ul li a:hover {
      cursor: pointer
  }

  .submenu__list__menu ul li:last-child a:hover {
      border-bottom: 0
  }

  .submenu__list__menu ul li:nth-child(2) a:hover {
      border-top: 0
  }

  .submenu__list__menu ul li .submenu__list__menu__link {
      font-size: .875rem;
      line-height: 1.25rem
  }

  .submenu__list__menu:before {
      content: "";
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #220639;
      position: absolute;
      top: -10px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%)
  }
}

.submenu__list .submenu-return-link {
  font-size: 0
}

.submenu__logged p,.submenu__register a {
  font-size: 15px
}

@media (max-width: 1023px) {
  .submenu {
      z-index:1
  }
}

@media (min-width: 1024px) {
  .home-page .site-nav__item__submenu {
      display:none
  }
}

.sidebar-list-conponent+.sidebar-actions-component {
  border-top: 0
}

.sidebar-form__header img {
  border-radius: 50%;
  margin: 0 auto 1.875rem
}

form fieldset {
  border-width: 0;
  margin: 0;
  padding: 0
}

form fieldset legend {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border-width: 0
}

form label {
  display: block !important;
  font-size: .875rem !important;
  line-height: 1.25rem !important;
  margin-bottom: 1rem !important;
  --tw-text-opacity: 1;
  color: rgba(34,6,57,var(--tw-text-opacity)) !important;
}

form .field-validation-error,form .input-validation-error {
  --tw-border-opacity: 1;
  border-color: rgba(114,28,36,var(--tw-border-opacity));
  border-bottom-width: 0
}

form .input-msg-validation {
  display: block;
  display: none
}

form .field-validation-error,form .input-msg-validation {
  --tw-bg-opacity: 1;
  background-color: rgba(248,215,218,var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(114,28,36,var(--tw-border-opacity));
  border-width: 1px;
  font-size: .875rem;
  line-height: 1.25rem;
  padding: .25rem .5rem;
  --tw-text-opacity: 1;
  color: rgba(114,28,36,var(--tw-text-opacity))
}

form .field-validation-error {
  display: block
}

form button,form input,form select,form textarea {
  outline: none !important;
  --tw-bg-opacity: 1;
  background-color: rgba(255,255,255,var(--tw-bg-opacity)) !important;
  --tw-border-opacity: 1;
  border-color: rgba(34,6,57,var(--tw-border-opacity)) !important;
  border-width: 1px !important;
  display: block !important;
  font-size: .875rem !important;
  line-height: 1.25rem !important;
  padding: .875rem 1.25rem !important;
  --tw-text-opacity: 1;
  color: rgba(34,6,57,var(--tw-text-opacity)) !important;
  width: 100% !important;
  height: auto !important;
}

form button:focus-visible,form input:focus-visible,form select:focus-visible,form textarea:focus-visible {
  outline: none
}

form button.failed-input-validation,form button.input-validation-error,form input.failed-input-validation,form input.input-validation-error,form select.failed-input-validation,form select.input-validation-error,form textarea.failed-input-validation,form textarea.input-validation-error {
  --tw-border-opacity: 1;
  border-color: rgba(114,28,36,var(--tw-border-opacity))
}

form button.failed-input-validation+.input-msg-validation,form button.input-validation-error+.input-msg-validation,form input.failed-input-validation+.input-msg-validation,form input.input-validation-error+.input-msg-validation,form select.failed-input-validation+.input-msg-validation,form select.input-validation-error+.input-msg-validation,form textarea.failed-input-validation+.input-msg-validation,form textarea.input-validation-error+.input-msg-validation {
  display: block
}

form button.input-validation+.field-validation-error,form input.input-validation+.field-validation-error,form select.input-validation+.field-validation-error,form textarea.input-validation+.field-validation-error {
  display: none
}

form button.input-validation.failed-input-validation+.field-validation-error,form button.input-validation.input-validation-error+.field-validation-error,form input.input-validation.failed-input-validation+.field-validation-error,form input.input-validation.input-validation-error+.field-validation-error,form select.input-validation.failed-input-validation+.field-validation-error,form select.input-validation.input-validation-error+.field-validation-error,form textarea.input-validation.failed-input-validation+.field-validation-error,form textarea.input-validation.input-validation-error+.field-validation-error {
  display: block
}

form input:-ms-input-placeholder,form input::-moz-placeholder,form input::-webkit-input-placeholder,form textarea:-ms-input-placeholder,form textarea::-moz-placeholder,form textarea::-webkit-input-placeholder {
  opacity: 1;
  --tw-text-opacity: 1;
  color: rgba(34,6,57,var(--tw-text-opacity))
}

form .v-select .vs__dropdown-toggle {
  padding: .625rem 1.25rem
}

form .v-select .vs__search,form .v-select .vs__selected {
  font-size: .875rem;
  line-height: 1.25rem
}

form .v-select.failed-input-validation .vs__dropdown-toggle {
  --tw-border-opacity: 1;
  border-color: rgba(114,28,36,var(--tw-border-opacity))
}

form .v-select.failed-input-validation+.input-msg-validation {
  display: block
}

form input[type=checkbox],form input[type=radio] {
  visibility: hidden;
  float: left
}

form input[type=checkbox].failed-input-validation+label,form input[type=radio].failed-input-validation+label {
  --tw-text-opacity: 1;
  color: rgba(114,28,36,var(--tw-text-opacity))
}

form input[type=checkbox].failed-input-validation+label:before,form input[type=radio].failed-input-validation+label:before {
  --tw-bg-opacity: 1;
  background-color: rgba(248,215,218,var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(114,28,36,var(--tw-border-opacity))
}

form input[type=checkbox]+label:before,form input[type=radio]+label:before {
  --tw-bg-opacity: 1;
  background-color: rgba(255,255,255,var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(34,6,57,var(--tw-border-opacity));
  border-width: 1px;
  display: block;
  float: left;
  height: 1.25rem;
  position: absolute;
  visibility: visible;
  width: 1.25rem;
  content: "";
  top: 0;
  left: 0
}

form input[type=checkbox] {
  opacity: 0;
  position: absolute;
  left: -9999px
}

form input[type=checkbox]+label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: .25rem;
  padding-left: 2.25rem;
  position: relative
}

form input[type=checkbox]+label:hover {
  cursor: pointer
}

form input[type=checkbox]+label:hover:before {
  --tw-bg-opacity: 1;
  background-color: rgba(34,6,57,var(--tw-bg-opacity))
}

form input[type=checkbox]:checked+label:before {
  background: #fff url("images/check.svg") 3px 4px no-repeat;
  background-size: 12px
}

form input[type=radio] {
  opacity: 0;
  position: absolute;
  left: -9999px
}

form input[type=radio]+label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: .25rem;
  padding-left: 2.25rem;
  position: relative
}

form input[type=radio]+label:before {
  border-radius: 50%
}

form input[type=radio]+label:hover {
  cursor: pointer
}

form input[type=radio]+label:hover:before {
  --tw-bg-opacity: 1;
  background-color: rgba(34,6,57,var(--tw-bg-opacity))
}

form input[type=radio]:checked+label:before {
  background: #fff url("/assets/img/circle.svg") 3px 3px no-repeat;
  background-size: 12px
}

form select {
  position: relative !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("images/chevron-down.svg") !important;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 20px) 50% !important;
  padding-right: 45px !important;
}

form .btn {
  display: block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center
}

.form-section {
  margin-bottom: 1.5rem
}

@media (min-width: 768px) {
  .form-section {
      margin-bottom:3rem
  }
}

.form-section__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(34,6,57,var(--tw-text-opacity))
}

@media (min-width: 768px) {
  .form-section__title {
      margin-bottom:3rem
  }
}

.form-section__title:after {
  content: "";
  --tw-bg-opacity: 1;
  background-color: rgba(34,6,57,var(--tw-bg-opacity));
  margin-bottom: .25rem;
  margin-left: .75rem
}

@media (min-width: 768px) {
  .form-section__title:after {
      margin-left:1.875rem
  }
}

.form-section__title:after {
  width: 100%;
  height: 1px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.form-input-container,.form-textarea-container {
  margin-bottom: 1rem
}

.form-component__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 1.875rem;
  position: relative;
  --tw-text-opacity: 1;
  color: rgba(34,6,57,var(--tw-text-opacity))
}

.form-component__heading p {
  margin-right: .625rem
}

@media (min-width: 768px) {
  .form-component__heading p {
      margin-right:1.25rem
  }
}

.form-component__heading p {
  display: block
}

.form-component__heading:after {
  content: "";
  --tw-bg-opacity: 1;
  background-color: rgba(34,6,57,var(--tw-bg-opacity));
  width: 100%;
  height: 1px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 5px
}

.form-component__body+.form-component__footer {
  margin-top: 1.875rem
}

.form-component__footer p {
  font-size: .875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(34,6,57,var(--tw-text-opacity))
}

.form-component__footer a {
  text-decoration: underline
}

.form-component__footer a:hover {
  text-decoration: none
}

.input-password-container {
  position: relative
}

.input-password-container input {
  padding-right: 45px
}

.input-password-container input::-ms-clear,.input-password-container input::-ms-reveal {
  display: none
}

.input-password-container .input-password__btn {
  background-color: transparent;
  border-width: 0;
  padding: 0;
  position: absolute;
  width: auto;
  top: 15px;
  right: 20px
}

@media (min-width: 768px) {
  .form-row {
      display:-webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap
  }

  .form-row .form-column-half {
      width: calc(50% - 15px);
      margin-right: 30px
  }

  .form-row .form-column-half:nth-child(2n) {
      margin-right: 0
  }
}

.check-control input[type=checkbox],.check-control input[type=radio] {
  visibility: hidden;
  float: left
}

.check-control input[type=checkbox].failed-input-validation+label,.check-control input[type=radio].failed-input-validation+label {
  --tw-text-opacity: 1;
  color: rgba(114,28,36,var(--tw-text-opacity))
}

.check-control input[type=checkbox].failed-input-validation+label:before,.check-control input[type=radio].failed-input-validation+label:before {
  --tw-bg-opacity: 1;
  background-color: rgba(248,215,218,var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(114,28,36,var(--tw-border-opacity))
}

.check-control input[type=checkbox]:disabled+label,.check-control input[type=radio]:disabled+label {
  color: #d3cdd7
}

.check-control input[type=checkbox]:disabled+label:before,.check-control input[type=radio]:disabled+label:before {
  border-color: #d3cdd7
}

.check-control input[type=checkbox]:disabled+label:hover,.check-control input[type=radio]:disabled+label:hover {
  cursor: auto
}

.check-control input[type=checkbox]:disabled+label:hover:before,.check-control input[type=radio]:disabled+label:hover:before {
  background-color: transparent
}

.check-control input[type=checkbox]+label:before,.check-control input[type=radio]+label:before {
  --tw-bg-opacity: 1;
  background-color: rgba(255,255,255,var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(34,6,57,var(--tw-border-opacity));
  border-width: 1px;
  display: block;
  float: left;
  height: 1.25rem;
  position: absolute;
  visibility: visible;
  width: 1.25rem;
  content: "";
  top: 0;
  left: 0
}

.check-control input[type=checkbox] {
  opacity: 0;
  position: absolute;
  left: -9999px
}

.check-control input[type=checkbox]+label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: .25rem;
  padding-left: 2.25rem;
  position: relative
}

.check-control input[type=checkbox]+label:hover {
  cursor: pointer
}

.check-control input[type=checkbox]+label:hover:before {
  --tw-bg-opacity: 1;
  background-color: rgba(34,6,57,var(--tw-bg-opacity))
}

.check-control input[type=checkbox]:checked+label:before {
  background: #fff url("images/check.svg") 3px 4px no-repeat;
  background-size: 12px
}

.featured-gallery__title {
  font-size: 40px;
  line-height: normal
}

.course-block {
  --tw-border-opacity: 1;
  border-color: rgba(211,205,215,var(--tw-border-opacity));
  border-bottom-width: 1px
}

.course-block--offer {
  --tw-bg-opacity: 1;
  background-color: rgba(229,246,252,var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(34,6,57,var(--tw-border-opacity));
  border-width: 1px;
  padding-left: 3.75rem;
  padding-right: 1.875rem;
  position: relative
}

.course-block__copy {
  margin-right: .75rem;
  width: calc(100% - 24px)
}

.course-block__tab span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(-90deg) translate(-50%,-50%);
  transform: rotate(-90deg) translate(-50%,-50%)
}

.course-listing-component .course-block {
  border-bottom-width: 0;
  border-top-width: 1px
}

.course-listing-component .course-block:first-child:not(.course-block--offer) {
  border-top-width: 0
}

.course-listing-component .course-block:last-child {
  border-bottom-width: 1px
}

.course-listing-component .course-block--offer+.course-block {
  border-top-color: #220639
}

.booking-details-component .booking-details__total {
  background-color: #f1f3f5
}

.numeric-info__number {
  border-radius: 50%;
  width: 70px;
  height: 70px
}

.numeric-info__copy {
  width: calc(100% - 100px)
}

.numeric-info__tooltip {
  border-radius: 50%;
  top: -10px;
  right: -10px
}

.numeric-info__tooltip .tooltip__msg {
  position: absolute;
  width: 280px;
  z-index: 1;
  padding: 20px;
  bottom: 100%;
  margin-bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none
}

.numeric-info__tooltip .tooltip__msg:before {
  bottom: -7px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #220639
}

.numeric-info__tooltip .tooltip__msg:after,.numeric-info__tooltip .tooltip__msg:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.numeric-info__tooltip .tooltip__msg:after {
  bottom: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff
}

.numeric-info__tooltip .tooltip__msg.active,.numeric-info__tooltip:hover .tooltip__msg {
  display: block
}

.numeric-info-component+.numeric-info-component {
  margin-top: 30px
}

.related-course+.related-course {
  margin-top: 20px
}

.related-course span {
  width: calc(100% - 24px)
}

.featured-resource__img {
  width: 100%;
  height: 200px
}

@media only screen and (min-width: 768px) {
  .featured-resource__img {
      width:370px;
      height: 100%;
      min-height: 370px
  }
}

.featured-resource__img img {
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%)
}

@media only screen and (min-width: 768px) {
  .featured-resource__info {
      width:calc(100% - 370px)
  }
}

.featured-resource__info .btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%
}

@media (min-width: 768px) {
  .featured-resource__info .btn {
      width:auto
  }
}

@media only screen and (max-width: 1024px) {
  .featured-resource__info .btn {
      font-size:1rem;
      line-height: 1.5rem;
      padding-top: 10px;
      padding-bottom: 10px
  }
}

.resource-card {
  margin-bottom: 1.875rem
}

.resource-card__img-container {
  width: 100%;
  height: 230px
}

.resource-card__img-container .img-container__bg {
  width: calc(100% - 10px);
  top: 0;
  right: 0
}

.resource-card__img-container .img-container__img {
  overflow: hidden;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  left: 0;
  bottom: 0
}

.resource-card__img-container .img-container__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  min-height: 100%;
  min-width: 100%;
  max-width: none
}

.details-table-title {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(34,6,57,var(--tw-text-opacity))
}

@media (min-width: 1024px) {
  .details-table-title {
      margin-bottom:2.5rem
  }
}

.details-table {
  border-width: 1px;
  margin-bottom: 2.5rem;
  --tw-text-opacity: 1;
  color: rgba(34,6,57,var(--tw-text-opacity))
}

.details-table,.details-table__tr {
  --tw-border-opacity: 1;
  border-color: rgba(34,6,57,var(--tw-border-opacity))
}

.details-table__tr {
  --tw-bg-opacity: 1;
  background-color: rgba(255,255,255,var(--tw-bg-opacity));
  border-bottom-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.details-table__tr:nth-child(odd) {
  background-color: #f1f3f5
}

.details-table__tr:last-child {
  border-bottom-width: 0
}

.details-table__td,.details-table__th {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(34,6,57,var(--tw-text-opacity))
}

.details-table__th {
  font-weight: 500;
  padding: 1.75rem;
  width: 100%
}

@media only screen and (min-width: 640px) {
  .details-table__th {
      width:20%;
      min-width: 200px
  }
}

.details-table__td {
  padding: 1.75rem;
  width: 100%
}

@media only screen and (min-width: 640px) {
  .details-table__td {
      -webkit-box-flex:1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px
  }
}

@media only screen and (max-width: 639px) {
  .details-table .details-table__th+.details-table__td {
      padding-top:0
  }
}

@media only screen and (min-width: 640px) {
  .details-table .details-table__th+.details-table__td {
      padding-left:0
  }
}

.download-box-component img {
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto
}

.contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.contact-list .contact-card {
  margin-bottom: 1.875rem;
  width: 100%
}

@media only screen and (min-width: 640px) {
  .contact-list .contact-card {
      margin-right:1.875rem
  }
}

@media only screen and (min-width: 640px) and (max-width:1023px) {
  .contact-list .contact-card {
      width:calc(50% - 15px)
  }

  .contact-list .contact-card:nth-child(2n) {
      margin-right: 0
  }
}

@media only screen and (min-width: 1024px) {
  .contact-list .contact-card {
      width:calc(33.33333% - 20px)
  }

  .contact-list .contact-card:nth-child(3n) {
      margin-right: 0
  }
}

.contact-card {
  position: relative;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  -webkit-transition-duration: .15s;
  transition-duration: .15s
}

.contact-card__img {
  width: 100%;
  height: 180px
}

.contact-card__img img {
  position: absolute;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%)
}

.contact-card__icon {
  --tw-bg-opacity: 1;
  background-color: rgba(255,255,255,var(--tw-bg-opacity));
  position: absolute;
  top: -25px;
  right: 20px
}

.contact-card__icon,.contact-card__icon svg path {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  -webkit-transition-duration: .15s;
  transition-duration: .15s
}

.contact-card__icon svg path {
  fill: #220639
}

.contact-card__icon:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(34,6,57,var(--tw-bg-opacity))
}

.contact-card__icon:hover svg path {
  fill: #fff
}

.contact-card:after {
  content: "";
  background-color: transparent;
  position: absolute;
  width: 100%;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  height: 5px;
  bottom: 0;
  left: 0
}

.contact-card:hover {
  --tw-border-opacity: 1;
  border-color: rgba(34,6,57,var(--tw-border-opacity));
  cursor: pointer;
  -webkit-box-shadow: 0 0 0 1px #220639;
  box-shadow: 0 0 0 1px #220639
}

.contact-card:hover:after {
  --tw-bg-opacity: 1;
  background-color: rgba(211,205,215,var(--tw-bg-opacity))
}

.navigation-box-component ul {
  list-style: none
}

.navigation-box-component ul,.navigation-box-component ul li {
  --tw-text-opacity: 1;
  color: rgba(34,6,57,var(--tw-text-opacity))
}

.navigation-box-component ul li {
  font-weight: 400;
  margin-bottom: 1.25rem;
  position: relative;
  padding-left: 25px
}

.navigation-box-component ul li:last-child {
  margin-bottom: 0
}

.navigation-box-component ul li:before {
  content: "";
  --tw-bg-opacity: 1;
  background-color: rgba(34,6,57,var(--tw-bg-opacity));
  position: absolute;
  width: 15px;
  height: 1px;
  top: 14px;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.filter-mobile-toggle .feather-menu {
  display: block
}

.filter-mobile-toggle .feather-x,.filter-mobile-toggle.is-active .feather-menu {
  display: none
}

.filter-mobile-toggle.is-active .feather-x {
  display: block
}

.filter-container .filters-subcat .check-control {
  margin-bottom: 10px
}

.page-heading p {
  margin-bottom: 25px
}

.page-heading p:last-child {
  margin-bottom: 0
}

.mainNav-simpleMenu a {
  font-size: 15px
}

@media only screen and (min-width: 1024px) {
  .mainNav-simpleMenu {
      -webkit-box-shadow:inset 0 10px 5px -5px rgba(0,0,0,.3);
      box-shadow: inset 0 10px 5px -5px rgba(0,0,0,.3)
  }
}

.offer-popup-container {
  margin: 0 auto;
  position: fixed;
  top: 50px;
  z-index: 9999;
  width: 100%
}

@media(min-width: 768px) {
  .offer-popup-container {
      top:200px
  }
}

.offer-popup-container .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.7);
  z-index: 9999
}

.offer-popup-container .offer-popup {
  max-width: 800px;
  margin: 0 20px;
  position: relative;
  z-index: 9999
}

@media(min-width: 768px) {
  .offer-popup-container .offer-popup {
      margin:0 auto
  }
}

.offer-popup-container .offer-popup .close {
  background: #fff;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  position: absolute;
  right: 40px;
  padding: 3px;
  top: -15px;
  cursor: pointer
}

.offer-popup-container .offer-popup .content-wrap {
  background: #fff;
  border-radius: 15px
}

.offer-popup-container .offer-popup .content-wrap .image-wrap {
  width: 33%;
  float: left
}

@media(max-width: 767px) {
  .offer-popup-container .offer-popup .content-wrap .image-wrap {
      display:none
  }
}

.offer-popup-container .offer-popup .content-wrap .image-wrap .image {
  background-size: cover;
  background-position: 0;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  border-radius: 15px 0 0 15px
}

.offer-popup-container .offer-popup .content-wrap .content {
  border-radius: 0 15px 15px 0
}

@media(min-width: 768px) {
  .offer-popup-container .offer-popup .content-wrap .content {
      width:67%;
      float: right;
      border-radius: 15px
  }
}

.offer-popup-container .offer-popup .content-wrap .content .department {
  background: #8b549f;
  color: #fff;
  padding: 20px;
  border-radius: 15px 15px 0 0;
  letter-spacing: 4px
}

@media(min-width: 768px) {
  .offer-popup-container .offer-popup .content-wrap .content .department {
      border-radius:0 15px 0 0
  }
}

.offer-popup-container .offer-popup .content-wrap .content .department span {
  border-bottom: 1px solid #fff;
  padding-bottom: 2px
}

.offer-popup-container .offer-popup .content-wrap .content .main-content {
  padding: 40px;
  border-radius: 0 0 15px 0
}

.offer-popup-container .offer-popup .content-wrap .content .main-content h2 {
  font-size: 1.6rem;
  line-height: 1.6rem;
  padding-bottom: 1.2rem
}

@media(min-width: 768px) {
  .offer-popup-container .offer-popup .content-wrap .content .main-content h2 {
      font-size:2.5rem;
      line-height: 3.125rem;
      padding-bottom: 2.25rem
  }
}

.offer-popup-container .offer-popup .content-wrap .content .main-content p {
  padding-bottom: 2.25rem
}

.offer-popup-container .offer-popup .content-wrap .content .main-content .terms {
  display: block;
  padding-top: 2.25rem;
  color: grey;
  font-size: .8rem
}

.offer-popup-container .offer-popup .content-wrap .content .main-content .terms p {
  padding-bottom: 0
}

.offer-popup-container .offer-popup .clear {
  clear: both
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.75rem;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  padding: 15px 2rem;
  vertical-align: top
}

.btn-block {
  --tw-bg-opacity: 1;
  background-color: rgba(34,6,57,var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1;
  color: rgba(255,255,255,var(--tw-text-opacity)) !important;
}

.btn-block:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(31,5,51,var(--tw-bg-opacity)) !important;
}

.btn-block.btn-light {
  --tw-bg-opacity: 1;
  background-color: rgba(255,255,255,var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1;
  color: rgba(31,5,51,var(--tw-text-opacity)) !.btn-block;
}

.btn-block.btn-light:hover {
  background-color: rgba(31,5,51,var(--tw-bg-opacity)) !important;
}

.btn-block.btn-light:hover,.btn-blue {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  color: rgba(255,255,255,var(--tw-text-opacity)) !important;
}

.btn-blue {
  background-color: rgba(49,183,188,var(--tw-bg-opacity));
  font-weight: 400
}

.btn-slim,.btn-slim.btn {
  font-size: 16px
}

.btn-outline {
  background-color: transparent;
  --tw-border-opacity: 1;
  border-color: rgba(34,6,57,var(--tw-border-opacity));
  border-style: solid;
}

.btn-outline:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(153,153,153,var(--tw-border-opacity))
}

.btn-outline {
  border-width: 1px;
}

.btn-outline:disabled {
  cursor: not-allowed
}

.btn-outline {
  --tw-text-opacity: 1;
  color: rgba(34,6,57,var(--tw-text-opacity))
}

.btn-outline:disabled {
  --tw-text-opacity: 1;
  color: rgba(153,153,153,var(--tw-text-opacity))
}

.btn-outline {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  -webkit-transition-duration: .15s;
  transition-duration: .15s
}

.btn-outline.active {
  --tw-text-opacity: 1;
  color: rgba(255,255,255,var(--tw-text-opacity))
}

.btn-outline.active,.btn-outline:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(34,6,57,var(--tw-bg-opacity)) !important;
}

.btn-outline:hover:disabled {
  background-color: transparent
}

.btn-outline:hover {
  --tw-text-opacity: 1;
  color: rgba(255,255,255,var(--tw-text-opacity)) !important;
}

.btn-outline:hover:disabled {
  --tw-text-opacity: 1;
  color: rgba(153,153,153,var(--tw-text-opacity))
}

.btn-outline.btn-light {
  --tw-border-opacity: 1;
  border-color: rgba(255,255,255,var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(255,255,255,var(--tw-text-opacity))
}

.btn-outline.btn-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255,255,255,var(--tw-bg-opacity))
}

.btn-outline.btn-alt,.btn-outline.btn-light:hover {
  --tw-text-opacity: 1;
  color: rgba(34,6,57,var(--tw-text-opacity))
}

.btn-outline.btn-alt {
  --tw-border-opacity: 1;
  border-color: rgba(211,205,215,var(--tw-border-opacity))
}

.btn-outline.btn-alt:hover {
  background-color: transparent;
  --tw-border-opacity: 1;
  border-color: rgba(34,6,57,var(--tw-border-opacity))
}

.btn-large {
  min-width: 165px;
  padding: .75rem 1.5rem;
  text-align: center
}

@media (min-width: 768px) {
  .btn-large {
      padding-top:1rem;
      padding-bottom: 1rem
  }
}

.btn-margin-left {
  margin-left: 30px
}

.btn-rounded {
  border-radius: 9999px
}

.btn-full {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%
}

.btn-download {
  background-color: transparent;
  --tw-border-opacity: 1;
  border-color: rgba(34,6,57,var(--tw-border-opacity))
}

.btn-download:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(153,153,153,var(--tw-border-opacity))
}

.btn-download {
  border-width: 1px
}

.btn-download:disabled {
  cursor: not-allowed
}

.btn-download {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(34,6,57,var(--tw-text-opacity))
}

.btn-download:disabled {
  --tw-text-opacity: 1;
  color: rgba(153,153,153,var(--tw-text-opacity))
}

.btn-download {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  -webkit-transition-duration: .15s;
  transition-duration: .15s
}

.btn-download.btn {
  padding: 0 1.25rem 0 0
}

.btn-download span {
  padding: 17px 20px;
  --tw-border-opacity: 1;
  border-color: rgba(34,6,57,var(--tw-border-opacity));
  border-right-width: 1px;
  margin-right: 1.25rem;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  -webkit-transition-duration: .15s;
  transition-duration: .15s
}

.btn-download.active {
  --tw-text-opacity: 1;
  color: rgba(255,255,255,var(--tw-text-opacity))
}

.btn-download.active,.btn-download:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(34,6,57,var(--tw-bg-opacity))
}

.btn-download:hover:disabled {
  background-color: transparent
}

.btn-download:hover {
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgba(255,255,255,var(--tw-text-opacity))
}

.btn-download:hover:disabled {
  --tw-text-opacity: 1;
  color: rgba(153,153,153,var(--tw-text-opacity))
}

.btn-download:hover span {
  --tw-border-opacity: 1;
  border-color: rgba(255,255,255,var(--tw-border-opacity))
}

.btn-icon {
  background-color: transparent;
  --tw-border-opacity: 1;
  border-color: rgba(34,6,57,var(--tw-border-opacity))
}

.btn-icon:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(153,153,153,var(--tw-border-opacity))
}

.btn-icon {
  border-width: 1px
}

.btn-icon:disabled {
  cursor: not-allowed
}

.btn-icon {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(34,6,57,var(--tw-text-opacity))
}

.btn-icon:disabled {
  --tw-text-opacity: 1;
  color: rgba(153,153,153,var(--tw-text-opacity))
}

.btn-icon {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  -webkit-transition-duration: .15s;
  transition-duration: .15s
}

.btn-icon.btn {
  padding: 0 0 0 1.25rem
}

.btn-icon span {
  padding: 17px 20px;
  --tw-border-opacity: 1;
  border-color: rgba(34,6,57,var(--tw-border-opacity));
  border-left-width: 1px;
  margin-left: 1.25rem;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  -webkit-transition-duration: .15s;
  transition-duration: .15s
}

.btn-icon.active {
  --tw-bg-opacity: 1;
  background-color: rgba(34,6,57,var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255,255,255,var(--tw-text-opacity))
}

.btn-icon.btn-full {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%
}

.btn-icon:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(34,6,57,var(--tw-bg-opacity))
}

.btn-icon:hover:disabled {
  background-color: transparent
}

.btn-icon:hover {
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgba(255,255,255,var(--tw-text-opacity))
}

.btn-icon:hover:disabled {
  --tw-text-opacity: 1;
  color: rgba(153,153,153,var(--tw-text-opacity))
}

.btn-icon:hover span {
  --tw-border-opacity: 1;
  border-color: rgba(255,255,255,var(--tw-border-opacity))
}

.btn-download+.richtext-component {
  margin-top: 1.25rem
}

@media (min-width: 768px) {
  .btn-download+.richtext-component {
      margin-top:2.5rem
  }
}

@font-face {
  font-family: Roboto;
  src: local("Roboto"),url("/assets/fonts/Roboto-Regular.ttf") format("truetype");
  font-display: swap
}

@font-face {
  font-family: TT Hoves;
  src: url("/assets/fonts/TT-Hoves-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: TT Hoves;
  src: url("/assets/fonts/TT-Hoves-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: TT Hoves;
  src: url("/assets/fonts/TT-Hoves-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: TT Hoves;
  src: url("/assets/fonts/TT-Hoves-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: TT Hoves;
  src: url("/assets/fonts/TT-Hoves-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap
}

.scrollbar-thin::-webkit-scrollbar {
  width: 10px
}

.scrollbar-thin::-webkit-scrollbar-track {
  opacity: .9;
  background-color: #4e3861
}

.scrollbar-thin::-webkit-scrollbar-thumb {
  background: #d2dee9
}

.scrollbar-thin::-webkit-scrollbar-thumb:hover {
  background: #f1f1f1
}

#modal-overlay {
  top: unset!important;
  width: 100%;
  height: auto!important;
  bottom: 0
}

#modalMain {
  position: relative!important
}

#modalMain>div {
  width: 100%!important;
  margin: 0 auto;
  padding: 20px 15px!important
}

#trackMe {
  border-radius: 9999px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  padding: 15px 30px!important
}

@media only screen and (min-width: 640px) {
  #modalMain>div {
      display:-webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      max-width: 640px
  }

  #modalMain>div .modal-copy+div {
      padding-top: 0!important
  }

  #trackMe {
      margin-left: 1.875rem
  }
}

@media only screen and (min-width: 768px) {
  #modalMain>div {
      max-width:768px
  }
}

@media only screen and (min-width: 1024px) {
  #modalMain>div {
      max-width:1024px
  }
}

@media only screen and (min-width: 1280px) {
  #modalMain>div {
      max-width:1280px
  }
}

.layout-component .flexible-richtext-component:last-child {
  margin-bottom: 1.875rem
}

@media (min-width: 1024px) {
  .layout-component .flexible-richtext-component:last-child {
      margin-bottom:3.75rem
  }
}

.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
}

.bg-transparent {
  background-color: transparent
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0,0,0,var(--tw-bg-opacity))
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255,255,255,var(--tw-bg-opacity))
}

.bg-red {
  background-color: rgba(248,215,218,var(--tw-bg-opacity))
}

.bg-blue,.bg-red {
  --tw-bg-opacity: 1
}

.bg-blue {
  background-color: rgba(49,183,188,var(--tw-bg-opacity))
}

.bg-primary-light {
  --tw-bg-opacity: 1;
  background-color: rgba(229,246,252,var(--tw-bg-opacity))
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgba(34,6,57,var(--tw-bg-opacity))
}

.bg-primary-dark {
  --tw-bg-opacity: 1;
  background-color: rgba(31,5,51,var(--tw-bg-opacity))
}

.bg-primary-alt {
  --tw-bg-opacity: 1;
  background-color: rgba(241,243,245,var(--tw-bg-opacity))
}

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgba(137,82,156,var(--tw-bg-opacity))
}

.bg-accent-darkest {
  --tw-bg-opacity: 1;
  background-color: rgba(21,21,21,var(--tw-bg-opacity))
}

.bg-accent {
  --tw-bg-opacity: 1;
  background-color: rgba(247,247,247,var(--tw-bg-opacity))
}

.bg-accent-light {
  --tw-bg-opacity: 1;
  background-color: rgba(242,242,242,var(--tw-bg-opacity))
}

.bg-orange {
  --tw-bg-opacity: 1;
  background-color: rgba(235,91,71,var(--tw-bg-opacity))
}

.bg-alt {
  background-color: rgba(211,205,215,var(--tw-bg-opacity))
}

.bg-alt,.bg-grey {
  --tw-bg-opacity: 1
}

.bg-grey {
  background-color: rgba(241,243,245,var(--tw-bg-opacity))
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255,255,255,var(--tw-bg-opacity))
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(249,250,251,var(--tw-bg-opacity))
}

.hover\:bg-blue-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(234,248,252,var(--tw-bg-opacity))
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(34,6,57,var(--tw-bg-opacity))
}

.bg-opacity-0 {
  --tw-bg-opacity: 0
}

.bg-opacity-20,.hover\:bg-opacity-20:hover {
  --tw-bg-opacity: 0.2
}

.bg-center {
  background-position: 50%
}

.bg-no-repeat {
  background-repeat: no-repeat
}

.bg-cover {
  background-size: cover
}

.border-collapse {
  border-collapse: collapse
}

.border-transparent {
  border-color: transparent;
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgba(0,0,0,var(--tw-border-opacity))
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255,255,255,var(--tw-border-opacity))
}

.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgba(96,165,250,var(--tw-border-opacity))
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgba(34,6,57,var(--tw-border-opacity))
}

.border-secondary-light {
  --tw-border-opacity: 1;
  border-color: rgba(108,90,120,var(--tw-border-opacity))
}

.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgba(137,82,156,var(--tw-border-opacity))
}

.border-accent-light {
  --tw-border-opacity: 1;
  border-color: rgba(242,242,242,var(--tw-border-opacity))
}

.border-alt-grey {
  --tw-border-opacity: 1;
  border-color: rgba(57,31,77,var(--tw-border-opacity))
}

.border-alt {
  --tw-border-opacity: 1;
  border-color: rgba(211,205,215,var(--tw-border-opacity))
}

.border-alt-light {
  --tw-border-opacity: 1;
  border-color: rgba(87,66,106,var(--tw-border-opacity))
}

.hover\:border-blue-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(96,165,250,var(--tw-border-opacity))
}

.hover\:border-alt:hover {
  --tw-border-opacity: 1;
  border-color: rgba(211,205,215,var(--tw-border-opacity))
}

.border-opacity-10 {
  --tw-border-opacity: 0.1
}

.border-opacity-20 {
  --tw-border-opacity: 0.2
}

.rounded-sm {
  border-radius: .125rem
}

.rounded {
  border-radius: .25rem
}

.rounded-md {
  border-radius: .375rem
}

.rounded-2xl {
  border-radius: 1rem
}

.rounded-full {
  border-radius: 9999px
}

.rounded-l-md {
  border-top-left-radius: .375rem;
  border-bottom-left-radius: .375rem
}

.border-1 {
  border-width: 1px;
  border-style: solid;
}

.border-2 {
  border-width: 2px
}

.border {
  border-width: 1px;
  border-style: solid;
}

.border-t-0 {
  border-top-width: 0
}

.border-r-0 {
  border-right-width: 0
}

.border-b-0 {
  border-bottom-width: 0
}

.border-t-1 {
  border-top-width: 1px
}

.border-r-1 {
  border-right-width: 1px
}

.border-b-1 {
  border-bottom-width: 1px;
  border-style: solid;
}

.border-l-1 {
  border-left-width: 1px
}

.border-b-2 {
  border-bottom-width: 2px
}

.border-b-4 {
  border-bottom-width: 4px
}

.border-b-5 {
  border-bottom-width: 5px
}

.border-l-5 {
  border-left-width: 5px
}

.border-r-8 {
  border-right-width: 8px
}

.border-t {
  border-top-width: 1px;
  border-style: solid;
}

.border-r {
  border-right-width: 1px
}

.border-b {
  border-bottom-width: 1px;
  border-style: solid;
}

.border-l {
  border-left-width: 1px
}

.last\:border-b-0:last-child {
  border-bottom-width: 0
}

.last\:border-r-1:last-child {
  border-right-width: 1px
}

.cursor-pointer {
  cursor: pointer
}

.block {
  display: block
}

.inline-block {
  display: inline-block
}

.inline {
  display: inline
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex
}

.table {
  display: table
}

.grid {
  display: grid
}

.hidden {
  display: none !important;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row
}

.flex-col,.flex-row {
  -webkit-box-direction: normal
}

.flex-col {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column
}

.flex-col-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.content-center {
  -ms-flex-line-pack: center;
  align-content: center
}

.content-between {
  -ms-flex-line-pack: justify;
  align-content: space-between
}

.self-center {
  -ms-flex-item-align: center;
  align-self: center
}

.justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%
}

.flex-grow-0 {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0
}

.flex-grow {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.flex-shrink {
  -ms-flex-negative: 1;
  flex-shrink: 1
}

.font-light {
  font-weight: 300
}

.font-normal {
  font-weight: 400
}

.font-medium,.hover\:font-medium:hover {
  font-weight: 500
}

.h-0 {
  height: 0
}

.h-2 {
  height: .5rem
}

.h-3 {
  height: .75rem
}

.h-5 {
  height: 1.25rem
}

.h-6 {
  height: 1.5rem
}

.h-7 {
  height: 1.75rem
}

.h-8 {
  height: 2rem
}

.h-10 {
  height: 2.5rem
}

.h-12 {
  height: 3rem
}

.h-13 {
  height: 3.125rem
}

.h-14 {
  height: 3.5rem
}

.h-15 {
  height: 3.75rem
}

.h-20 {
  height: 5rem
}

.h-22 {
  height: 5.75rem
}

.h-64 {
  height: 16rem
}

.h-96 {
  height: 24rem
}

.h-auto {
  height: auto
}

.h-px {
  height: 1px
}

.h-2\.5 {
  height: .625rem
}

.h-3\.5 {
  height: .875rem
}

.h-full {
  height: 100%
}

.h-screen {
  height: 100vh
}

.text-xs {
  font-size: .75rem;
  line-height: 1rem
}

.text-sm {
  font-size: .875rem;
  line-height: 1.25rem
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem
}

.text-lg {
  font-size: 1.125rem
}

.text-lg,.text-xl {
  line-height: 1.75rem
}

.text-xl {
  font-size: 1.25rem
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem
}

.text-md {
  font-size: .9375rem;
  line-height: 1.5rem
}

.text-4half {
  font-size: 2.5rem;
  line-height: 3.125rem
}

.leading-6 {
  line-height: 1.5rem
}

.leading-7 {
  line-height: 1.75rem
}

.leading-8 {
  line-height: 2rem
}

.leading-11 {
  line-height: 2.75rem
}

.leading-tight {
  line-height: 1.25
}

.leading-6\.5 {
  line-height: 1.625rem
}

.leading-7\.5 {
  line-height: 1.875rem
}

.list-outside {
  list-style-position: outside
}

.list-none {
  list-style-type: none
}

.list-disc {
  list-style-type: disc
}

.m-0 {
  margin: 0
}

.m-2 {
  margin: .5rem
}

.m-5 {
  margin: 1.25rem
}

.m-auto {
  margin: auto
}

.m-2\.5 {
  margin: .625rem
}

.mx-0 {
  margin-left: 0;
  margin-right: 0
}

.mx-1 {
  margin-left: .25rem;
  margin-right: .25rem
}

.my-2 {
  margin-top: .5rem;
  margin-bottom: .5rem
}

.mx-2 {
  margin-left: .5rem;
  margin-right: .5rem
}

.mx-3 {
  margin-left: .75rem;
  margin-right: .75rem
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem
}

.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem
}

.mx-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem
}

.my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem
}

.my-13 {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem
}

.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem
}

.my-15 {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem
}

.mx-auto {
  margin-left: auto;
  margin-right: auto
}

.my-6\.5 {
  margin-top: 1.625rem;
  margin-bottom: 1.625rem
}

.my-7\.5 {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem
}

.mx-7\.5 {
  margin-left: 1.875rem;
  margin-right: 1.875rem
}

.-mx-0 {
  margin-left: 0;
  margin-right: 0
}

.mt-0 {
  margin-top: 0
}

.mr-0 {
  margin-right: 0
}

.mb-0 {
  margin-bottom: 0
}

.ml-0 {
  margin-left: 0
}

.mt-1 {
  margin-top: .25rem
}

.mr-1 {
  margin-right: .25rem
}

.mb-1 {
  margin-bottom: .25rem
}

.mt-2 {
  margin-top: .5rem
}

.mr-2 {
  margin-right: .5rem
}

.mb-2 {
  margin-bottom: .5rem
}

.ml-2 {
  margin-left: .5rem
}

.mt-3 {
  margin-top: .75rem
}

.mr-3 {
  margin-right: .75rem
}

.mb-3 {
  margin-bottom: .75rem
}

.ml-3 {
  margin-left: .75rem
}

.mt-4 {
  margin-top: 1rem
}

.mr-4 {
  margin-right: 1rem
}

.mb-4 {
  margin-bottom: 1rem
}

.mr-5 {
  margin-right: 1.25rem
}

.mb-5 {
  margin-bottom: 1.25rem
}

.ml-5 {
  margin-left: 1.25rem
}

.mt-6 {
  margin-top: 1.5rem
}

.mb-6 {
  margin-bottom: 1.5rem
}

.ml-6 {
  margin-left: 1.5rem
}

.mt-7 {
  margin-top: 1.75rem
}

.mr-7 {
  margin-right: 1.75rem
}

.mb-7 {
  margin-bottom: 1.75rem
}

.ml-7 {
  margin-left: 1.75rem
}

.mr-8 {
  margin-right: 2rem
}

.mb-8 {
  margin-bottom: 2rem
}

.ml-8 {
  margin-left: 2rem
}

.mt-9 {
  margin-top: 2.25rem
}

.mb-9 {
  margin-bottom: 2.25rem
}

.mt-10 {
  margin-top: 2.5rem
}

.mr-10 {
  margin-right: 2.5rem
}

.mb-10 {
  margin-bottom: 2.5rem
}

.ml-12 {
  margin-left: 3rem
}

.mb-14 {
  margin-bottom: 3.5rem
}

.mt-15 {
  margin-top: 3.75rem
}

.mb-16 {
  margin-bottom: 4rem
}

.mr-2\.5 {
  margin-right: .625rem
}

.mb-2\.5 {
  margin-bottom: .625rem
}

.ml-2\.5 {
  margin-left: .625rem
}

.mr-3\.5 {
  margin-right: .875rem
}

.mb-6\.3 {
  margin-bottom: 1.563rem
}

.mt-6\.5 {
  margin-top: 1.625rem
}

.mb-6\.5 {
  margin-bottom: 1.625rem
}

.mt-7\.5 {
  margin-top: 1.875rem
}

.mr-7\.5 {
  margin-right: 1.875rem
}

.mb-7\.5 {
  margin-bottom: 1.875rem
}

.ml-7\.5 {
  margin-left: 1.875rem
}

.mb-8\.5 {
  margin-bottom: 2.125rem
}

.-mt-0 {
  margin-top: 0
}

.-mt-1 {
  margin-top: -.25rem
}

.-mt-4 {
  margin-top: -1rem
}

.-ml-4 {
  margin-left: -1rem
}

.-mt-14 {
  margin-top: -3.5rem
}

.-mt-90 {
  margin-top: -23.75rem
}

.-mt-1\.2 {
  margin-top: -.29rem
}

.first\:mx-0:first-child {
  margin-left: 0;
  margin-right: 0
}

.first\:ml-0:first-child {
  margin-left: 0
}

.last\:mx-0:last-child {
  margin-left: 0;
  margin-right: 0
}

.last\:mr-0:last-child {
  margin-right: 0
}

.max-h-0 {
  max-height: 0
}

.max-h-12 {
  max-height: 3rem
}

.max-h-13 {
  max-height: 3.125rem
}

.max-h-24 {
  max-height: 6rem
}

.max-h-9999 {
  max-height: 624.9rem
}

.max-h-screen {
  max-height: 100vh
}

.max-w-md {
  max-width: 28rem
}

.max-w-lg {
  max-width: 32rem
}

.max-w-xxs {
  max-width: 16rem
}

.max-w-xmd {
  max-width: 29rem
}

.min-h-full {
  min-height: 100%
}

.min-w-full {
  min-width: 100%
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover
}

.opacity-0 {
  opacity: 0
}

.opacity-40 {
  opacity: .4
}

.opacity-80 {
  opacity: .8
}

.group:hover .group-hover\:opacity-100,.opacity-100 {
  opacity: 1
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px
}

.overflow-hidden {
  overflow: hidden
}

.overflow-x-hidden {
  overflow-x: hidden
}

.overflow-y-scroll {
  overflow-y: scroll
}

.p-0 {
  padding: 0
}

.p-2 {
  padding: .5rem
}

.p-3 {
  padding: .75rem
}

.p-4 {
  padding: 1rem
}

.p-5 {
  padding: 1.25rem
}

.p-6 {
  padding: 1.5rem
}

.p-7 {
  padding: 1.75rem
}

.p-8 {
  padding: 2rem
}

.p-10 {
  padding: 2.5rem
}

.p-15 {
  padding: 3.75rem
}

.p-2\.5 {
  padding: .625rem
}

.p-3\.5 {
  padding: .875rem
}

.p-4\.5 {
  padding: 1.125rem
}

.p-7\.5 {
  padding: 1.875rem
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0
}

.px-0 {
  padding-left: 0;
  padding-right: 0
}

.py-1 {
  padding-top: .25rem;
  padding-bottom: .25rem
}

.py-2 {
  padding-top: .5rem;
  padding-bottom: .5rem
}

.px-2 {
  padding-left: .5rem;
  padding-right: .5rem
}

.py-3 {
  padding-top: .75rem;
  padding-bottom: .75rem
}

.px-3 {
  padding-left: .75rem;
  padding-right: .75rem
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem
}

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem
}

.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem
}

.py-2\.5 {
  padding-top: .625rem;
  padding-bottom: .625rem
}

.px-4\.5 {
  padding-left: 1.125rem;
  padding-right: 1.125rem
}

.py-7\.5 {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem
}

.px-7\.5 {
  padding-left: 1.875rem;
  padding-right: 1.875rem
}

.py-8\.5 {
  padding-top: 2.125rem;
  padding-bottom: 2.125rem
}

.pt-0 {
  padding-top: 0
}

.pt-1 {
  padding-top: .25rem
}

.pb-1 {
  padding-bottom: .25rem
}

.pt-2 {
  padding-top: .5rem
}

.pr-2 {
  padding-right: .5rem
}

.pb-2 {
  padding-bottom: .5rem
}

.pl-2 {
  padding-left: .5rem
}

.pt-3 {
  padding-top: .75rem
}

.pr-3 {
  padding-right: .75rem
}

.pb-3 {
  padding-bottom: .75rem
}

.pt-4 {
  padding-top: 1rem
}

.pr-4 {
  padding-right: 1rem
}

.pb-4 {
  padding-bottom: 1rem
}

.pl-4 {
  padding-left: 1rem
}

.pl-5 {
  padding-left: 1.25rem
}

.pt-6 {
  padding-top: 1.5rem
}

.pr-6 {
  padding-right: 1.5rem
}

.pb-6 {
  padding-bottom: 1.5rem
}

.pt-7 {
  padding-top: 1.75rem
}

.pr-7 {
  padding-right: 1.75rem
}

.pb-7 {
  padding-bottom: 1.75rem
}

.pr-8 {
  padding-right: 2rem
}

.pl-8 {
  padding-left: 2rem
}

.pt-9 {
  padding-top: 2.25rem
}

.pl-9 {
  padding-left: 2.25rem
}

.pb-10 {
  padding-bottom: 2.5rem
}

.pl-11 {
  padding-left: 2.75rem
}

.pb-13 {
  padding-bottom: 3.125rem
}

.pb-14 {
  padding-bottom: 3.5rem
}

.pb-15 {
  padding-bottom: 3.75rem
}

.pr-24 {
  padding-right: 6rem
}

.pr-2\.5 {
  padding-right: .625rem
}

.pb-2\.5 {
  padding-bottom: .625rem
}

.pl-2\.5 {
  padding-left: .625rem
}

.pt-7\.5 {
  padding-top: 1.875rem
}

.pr-7\.5 {
  padding-right: 1.875rem
}

.pb-7\.5 {
  padding-bottom: 1.875rem
}

.first\:pt-0:first-child {
  padding-top: 0
}

.last\:pr-0:last-child {
  padding-right: 0
}

.static {
  position: static
}

.fixed {
  position: fixed
}

.absolute {
  position: absolute
}

.relative {
  position: relative
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.top-0 {
  top: 0
}

.right-0 {
  right: 0
}

.bottom-0 {
  bottom: 0
}

.left-0 {
  left: 0
}

.bottom-4 {
  bottom: 1rem
}

.bottom-10 {
  bottom: 2.5rem
}

.top-25 {
  top: 6.25rem
}

.top-28 {
  top: 7rem
}

.-top-3 {
  top: -.75rem
}

.-right-3 {
  right: -.75rem
}

.top-1\/2 {
  top: 50%
}

.left-1\/2 {
  left: 50%
}

.resize {
  resize: both
}

* {
  --tw-shadow: 0 0 transparent
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0,0,0,0.05)
}

.shadow-md,.shadow-sm {
  -webkit-box-shadow: var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06)
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05)
}

.shadow-inner,.shadow-lg {
  -webkit-box-shadow: var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)
}

.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06)
}

.shadow-none {
  --tw-shadow: 0 0 transparent;
  -webkit-box-shadow: var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)
}

* {
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59,130,246,0.5);
  --tw-ring-offset-shadow: 0 0 transparent;
  --tw-ring-shadow: 0 0 transparent
}

.ring-1 {
  --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);
  -webkit-box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 transparent);
  box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 transparent)
}

.ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0,0,0,var(--tw-ring-opacity))
}

.ring-opacity-5 {
  --tw-ring-opacity: 0.05
}

.text-left {
  text-align: left
}

.text-center {
  text-align: center
}

.text-right {
  text-align: right
}

.text-white {
  --tw-text-opacity: 1;
  color: rgba(255,255,255,var(--tw-text-opacity))
}

.text-red-dark {
  --tw-text-opacity: 1;
  color: rgba(114,28,36,var(--tw-text-opacity))
}

.text-blue {
  --tw-text-opacity: 1;
  color: rgba(49,183,188,var(--tw-text-opacity))
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgba(34,6,57,var(--tw-text-opacity))
}

.text-primary-dark {
  --tw-text-opacity: 1;
  color: rgba(31,5,51,var(--tw-text-opacity))
}

.text-accent-darker {
  --tw-text-opacity: 1;
  color: rgba(102,102,102,var(--tw-text-opacity))
}

.text-electric {
  --tw-text-opacity: 1;
  color: rgba(0,174,255,var(--tw-text-opacity))
}

.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgba(255,255,255,var(--tw-text-opacity))
}

.group:hover .group-hover\:text-electric {
  --tw-text-opacity: 1;
  color: rgba(0,174,255,var(--tw-text-opacity))
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgba(255,255,255,var(--tw-text-opacity))
}

.hover\:text-blue-400:hover {
  --tw-text-opacity: 1;
  color: rgba(96,165,250,var(--tw-text-opacity))
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgba(34,6,57,var(--tw-text-opacity))
}

.hover\:text-electric:hover {
  --tw-text-opacity: 1;
  color: rgba(0,174,255,var(--tw-text-opacity))
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.italic {
  font-style: italic
}

.not-italic {
  font-style: normal
}

.uppercase {
  text-transform: uppercase
}

.underline {
  text-decoration: underline
}

.line-through {
  text-decoration: line-through
}

.hover\:underline:hover {
  text-decoration: underline
}

.hover\:no-underline:hover {
  text-decoration: none
}

.align-top {
  vertical-align: top
}

.align-middle {
  vertical-align: middle
}

.align-text-bottom {
  vertical-align: text-bottom
}

.visible {
  visibility: visible
}

.invisible {
  visibility: hidden
}

.whitespace-nowrap {
  white-space: nowrap
}

.w-0 {
  width: 0
}

.w-2 {
  width: .5rem
}

.w-3 {
  width: .75rem
}

.w-5 {
  width: 1.25rem
}

.w-6 {
  width: 1.5rem
}

.w-7 {
  width: 1.75rem
}

.w-8 {
  width: 2rem
}

.w-10 {
  width: 2.5rem
}

.w-12 {
  width: 3rem
}

.w-13 {
  width: 3.125rem
}

.w-14 {
  width: 3.5rem
}

.w-15 {
  width: 3.75rem
}

.w-20 {
  width: 5rem
}

.w-22 {
  width: 5.75rem
}

.w-24 {
  width: 6rem
}

.w-auto {
  width: auto
}

.w-3\.5 {
  width: .875rem
}

.w-7\.5 {
  width: 1.875rem
}

.w-1\/2 {
  width: 50%
}

.w-1\/3 {
  width: 33.333333%
}

.w-2\/3 {
  width: 66.666667%
}

.w-2\/4 {
  width: 50%
}

.w-2\/12 {
  width: 16.666667%
}

.w-full {
  width: 100% !important;
}

.w-screen {
  width: 100vw
}

.z-0 {
  z-index: 0
}

.z-10 {
  z-index: 10
}

.z-20 {
  z-index: 20
}

.z-30 {
  z-index: 30
}

.z-40 {
  z-index: 40
}

.gap-4 {
  gap: 1rem
}

.gap-7 {
  gap: 1.75rem
}

.gap-8 {
  gap: 2rem
}

.gap-12 {
  gap: 3rem
}

.gap-7\.5 {
  gap: 1.875rem
}

.grid-cols-1 {
  grid-template-columns: repeat(1,minmax(0,1fr))
}

.grid-cols-4 {
  grid-template-columns: repeat(4,minmax(0,1fr))
}

.col-auto {
  grid-column: auto
}

.col-span-2 {
  grid-column: span 2/span 2
}

.col-span-5 {
  grid-column: span 5/span 5
}

.col-start-2 {
  grid-column-start: 2
}

.col-start-4 {
  grid-column-start: 4
}

.col-end-6 {
  grid-column-end: 6
}

.row-start-2 {
  grid-row-start: 2
}

.transform {
  --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;
  -webkit-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));
  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))
}

.origin-top-left {
  -webkit-transform-origin: top left;
  transform-origin: top left
}

.rotate-45 {
  --tw-rotate: 45deg
}

.-translate-x-2\/4 {
  --tw-translate-x: -50%
}

.-translate-y-2\/4 {
  --tw-translate-y: -50%
}

.transition-all {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  -webkit-transition-duration: .15s;
  transition-duration: .15s
}

.transition {
  -webkit-transition-property: background-color,border-color,color,fill,stroke,opacity,-webkit-box-shadow,-webkit-transform;
  transition-property: background-color,border-color,color,fill,stroke,opacity,-webkit-box-shadow,-webkit-transform;
  transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;
  transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,-webkit-box-shadow,-webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  -webkit-transition-duration: .15s;
  transition-duration: .15s
}

.transition-opacity {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  -webkit-transition-duration: .15s;
  transition-duration: .15s
}

.ease-in {
  -webkit-transition-timing-function: cubic-bezier(.4,0,1,1);
  transition-timing-function: cubic-bezier(.4,0,1,1)
}

.ease-in-out {
  -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-timing-function: cubic-bezier(.4,0,.2,1)
}

.duration-150 {
  -webkit-transition-duration: .15s;
  transition-duration: .15s
}

.duration-200 {
  -webkit-transition-duration: .2s;
  transition-duration: .2s
}

.duration-300 {
  -webkit-transition-duration: .3s;
  transition-duration: .3s
}

.duration-500 {
  -webkit-transition-duration: .5s;
  transition-duration: .5s
}

@-webkit-keyframes spin {
  to {
      -webkit-transform: rotate(1turn);
      transform: rotate(1turn)
  }
}

@keyframes spin {
  to {
      -webkit-transform: rotate(1turn);
      transform: rotate(1turn)
  }
}

@-webkit-keyframes ping {
  75%,to {
      -webkit-transform: scale(2);
      transform: scale(2);
      opacity: 0
  }
}

@keyframes ping {
  75%,to {
      -webkit-transform: scale(2);
      transform: scale(2);
      opacity: 0
  }
}

@-webkit-keyframes pulse {
  50% {
      opacity: .5
  }
}

@keyframes pulse {
  50% {
      opacity: .5
  }
}

@-webkit-keyframes bounce {
  0%,to {
      -webkit-transform: translateY(-25%);
      transform: translateY(-25%);
      -webkit-animation-timing-function: cubic-bezier(.8,0,1,1);
      animation-timing-function: cubic-bezier(.8,0,1,1)
  }

  50% {
      -webkit-transform: none;
      transform: none;
      -webkit-animation-timing-function: cubic-bezier(0,0,.2,1);
      animation-timing-function: cubic-bezier(0,0,.2,1)
  }
}

@keyframes bounce {
  0%,to {
      -webkit-transform: translateY(-25%);
      transform: translateY(-25%);
      -webkit-animation-timing-function: cubic-bezier(.8,0,1,1);
      animation-timing-function: cubic-bezier(.8,0,1,1)
  }

  50% {
      -webkit-transform: none;
      transform: none;
      -webkit-animation-timing-function: cubic-bezier(0,0,.2,1);
      animation-timing-function: cubic-bezier(0,0,.2,1)
  }
}

.animate-spin {
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite
}

.animate-ping {
  -webkit-animation: ping 1s cubic-bezier(0,0,.2,1) infinite;
  animation: ping 1s cubic-bezier(0,0,.2,1) infinite
}

.animate-bounce {
  -webkit-animation: bounce 1s infinite;
  animation: bounce 1s infinite
}

.aspect-ratio-16-9 {
  padding-top: 56.25%
}

.aspect-ratio-21-16 {
  padding-top: 76.19%
}

.h-screen-half {
  height: 50vh
}

.h-screen-70 {
  height: 70vh
}

.container-fluid {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw
}

.site-body {
  overflow-x: hidden
}

.center-full {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%)
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,.5);
  opacity: 0;
  visibility: hidden;
  z-index: 25;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: visibility 0s linear .25s,opacity .25s 0s,-webkit-transform .25s;
  transition: visibility 0s linear .25s,opacity .25s 0s,-webkit-transform .25s;
  transition: visibility 0s linear .25s,opacity .25s 0s,transform .25s;
  transition: visibility 0s linear .25s,opacity .25s 0s,transform .25s,-webkit-transform .25s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.modal.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: visibility 0s linear 0s,opacity .25s 0s,-webkit-transform .25s;
  transition: visibility 0s linear 0s,opacity .25s 0s,-webkit-transform .25s;
  transition: visibility 0s linear 0s,opacity .25s 0s,transform .25s;
  transition: visibility 0s linear 0s,opacity .25s 0s,transform .25s,-webkit-transform .25s
}

.modal .modal-close {
  position: absolute;
  top: 20px;
  right: 30px
}

.modal .modal-close .feather {
  stroke: #fff
}

.modal .modal-close:hover .feather {
  opacity: .8
}

.modal .modal-content {
  padding-bottom: 0;
  width: 80%;
  max-width: 970px;
  max-height: 90vh;
  overflow: auto
}

.modal.modal-text .modal-content {
  padding: 1.75rem
}

@media (min-width: 768px) {
  .modal.modal-text .modal-content {
      padding:3.75rem
  }
}

@media only screen and (max-width: 1023px) {
  .modal .modal-content {
      width:90%
  }
}

@media only screen and (max-width: 640px) {
  .modal .modal-close {
      right:20px;
      top: 20px
  }
}

.home-template .layout-component .component {
  margin-top: 40px;
  margin-bottom: 40px
}

.home-template .layout-component+.layout-component .component {
  margin-top: 0
}

.home-template .layout-component+.layout-component .component.alt-image-with-text {
  margin-top: 40px
}

@media only screen and (min-width: 1024px) {
  .home-template .layout-component .component {
      margin-top:80px;
      margin-bottom: 80px
  }

  .home-template .layout-component+.layout-component .component {
      margin-top: 0
  }

  .home-template .layout-component+.layout-component .component.alt-image-with-text {
      margin-top: 80px
  }
}

.line-centered {
  position: relative;
  height: 60px;
  border-right: 1px solid #d3cdd7;
  width: calc(50% - 1px)
}

@media (min-width: 640px) {
  .sm\:border-alt {
      --tw-border-opacity:1;
      border-color: rgba(211,205,215,var(--tw-border-opacity))
  }

  .sm\:border-b-0 {
      border-bottom-width: 0
  }

  .sm\:border-r {
      border-right-width: 1px
  }

  .sm\:border-l {
      border-left-width: 1px
  }

  .sm\:flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex
  }

  .sm\:hidden {
      display: none
  }

  .sm\:items-center {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center
  }

  .sm\:justify-between {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between
  }

  .sm\:h-13 {
      height: 3.125rem
  }

  .sm\:h-72 {
      height: 18rem
  }

  .sm\:text-3half {
      font-size: 2.125rem;
      line-height: 2.75rem
  }

  .sm\:mb-0 {
      margin-bottom: 0
  }

  .sm\:mr-5 {
      margin-right: 1.25rem
  }

  .sm\:mr-7 {
      margin-right: 1.75rem
  }

  .sm\:mr-10 {
      margin-right: 2.5rem
  }

  .sm\:ml-10 {
      margin-left: 2.5rem
  }

  .sm\:mb-15 {
      margin-bottom: 3.75rem
  }

  .sm\:mr-7\.5 {
      margin-right: 1.875rem
  }

  .sm\:max-w-full {
      max-width: 100%
  }

  .sm\:pb-4 {
      padding-bottom: 1rem
  }

  .sm\:pr-7 {
      padding-right: 1.75rem
  }

  .sm\:pl-7 {
      padding-left: 1.75rem
  }

  .sm\:pr-7\.5 {
      padding-right: 1.875rem
  }

  .sm\:pl-7\.5 {
      padding-left: 1.875rem
  }

  .sm\:w-13 {
      width: 3.125rem
  }

  .sm\:w-60 {
      width: 15rem !important;
  }

  .sm\:w-auto {
      width: auto
  }
}

@media (min-width: 768px) {
  .md\:container {
      width:100%;
      margin-right: auto;
      margin-left: auto;
      padding-right: 1.75rem;
      padding-left: 1.75rem
  }

  @media (min-width: 640px) {
      .md\:container {
          max-width:640px
      }
  }

  @media (min-width: 768px) {
      .md\:container {
          max-width:768px
      }
  }

  @media (min-width: 1024px) {
      .md\:container {
          max-width:1024px
      }
  }

  @media (min-width: 1280px) {
      .md\:container {
          max-width:1280px
      }
  }

  .md\:hover\:border-primary:hover {
      --tw-border-opacity: 1;
      border-color: rgba(34,6,57,var(--tw-border-opacity))
  }

  .md\:border-b-1 {
      border-bottom-width: 1px
  }

  .md\:border-t-20 {
      border-top-width: 20px
  }

  .md\:border-r {
      border-right-width: 1px
  }

  .md\:block {
      display: block !important;
  }

  .md\:inline-block {
      display: inline-block !important;
  }

  .md\:flex {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
  }

  .md\:inline-flex {
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
  }

  .md\:grid {
      display: grid
  }

  .md\:hidden {
      display: none
  }

  .md\:flex-row {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row
  }

  .md\:items-center {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center
  }

  .md\:justify-start {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start
  }

  .md\:justify-center {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center
  }

  .md\:h-15 {
      height: 3.75rem
  }

  .md\:h-96 {
      height: 24rem
  }

  .md\:text-base {
      font-size: 1rem;
      line-height: 1.5rem
  }

  .md\:text-lg {
      font-size: 1.125rem;
      line-height: 1.75rem
  }

  .md\:text-xl {
      font-size: 1.25rem;
      line-height: 1.75rem
  }

  .md\:text-3xl {
      font-size: 1.875rem;
      line-height: 2.25rem
  }

  .md\:text-4half {
      font-size: 2.5rem;
      line-height: 3.125rem
  }

  .md\:text-7half {
      font-size: 4.375rem;
      line-height: 5rem
  }

  .md\:mx-5 {
      margin-left: 1.25rem;
      margin-right: 1.25rem
  }

  .md\:my-7 {
      margin-top: 1.75rem;
      margin-bottom: 1.75rem
  }

  .md\:mx-7 {
      margin-left: 1.75rem;
      margin-right: 1.75rem
  }

  .md\:my-10 {
      margin-top: 2.5rem;
      margin-bottom: 2.5rem
  }

  .md\:my-13 {
      margin-top: 3.125rem;
      margin-bottom: 3.125rem
  }

  .md\:my-15 {
      margin-top: 3.75rem;
      margin-bottom: 3.75rem
  }

  .md\:my-7\.5 {
      margin-top: 1.875rem;
      margin-bottom: 1.875rem
  }

  .md\:mx-7\.5 {
      margin-left: 1.875rem;
      margin-right: 1.875rem
  }

  .md\:mt-0 {
      margin-top: 0
  }

  .md\:mb-0 {
      margin-bottom: 0
  }

  .md\:mr-3 {
      margin-right: .75rem
  }

  .md\:ml-3 {
      margin-left: .75rem
  }

  .md\:mr-4 {
      margin-right: 1rem
  }

  .md\:mb-4 {
      margin-bottom: 1rem
  }

  .md\:mt-5 {
      margin-top: 1.25rem
  }

  .md\:mb-5 {
      margin-bottom: 1.25rem
  }

  .md\:ml-5 {
      margin-left: 1.25rem
  }

  .md\:mr-7 {
      margin-right: 1.75rem
  }

  .md\:mb-7 {
      margin-bottom: 1.75rem
  }

  .md\:mb-9 {
      margin-bottom: 2.25rem
  }

  .md\:mt-10 {
      margin-top: 2.5rem
  }

  .md\:mr-10 {
      margin-right: 2.5rem
  }

  .md\:ml-10 {
      margin-left: 2.5rem
  }

  .md\:mb-12 {
      margin-bottom: 3rem
  }

  .md\:mt-13 {
      margin-top: 3.125rem
  }

  .md\:mb-13 {
      margin-bottom: 3.125rem
  }

  .md\:mt-14 {
      margin-top: 3.5rem
  }

  .md\:mt-15 {
      margin-top: 3.75rem
  }

  .md\:mb-15 {
      margin-bottom: 3.75rem
  }

  .md\:mb-20 {
      margin-bottom: 5rem
  }

  .md\:mt-28 {
      margin-top: 7rem
  }

  .md\:mb-4\.5 {
      margin-bottom: 1.125rem
  }

  .md\:mr-7\.5 {
      margin-right: 1.875rem
  }

  .md\:mb-7\.5 {
      margin-bottom: 1.875rem
  }

  .md\:max-w-3xl {
      max-width: 48rem
  }

  .md\:p-2 {
      padding: .5rem
  }

  .md\:p-7 {
      padding: 1.75rem
  }

  .md\:p-10 {
      padding: 2.5rem
  }

  .md\:p-2\.5 {
      padding: .625rem
  }

  .md\:p-7\.5 {
      padding: 1.875rem
  }

  .md\:px-0 {
      padding-left: 0;
      padding-right: 0
  }

  .md\:py-2 {
      padding-top: .5rem;
      padding-bottom: .5rem
  }

  .md\:py-5 {
      padding-top: 1.25rem;
      padding-bottom: 1.25rem
  }

  .md\:px-5 {
      padding-left: 1.25rem;
      padding-right: 1.25rem
  }

  .md\:px-7 {
      padding-left: 1.75rem;
      padding-right: 1.75rem
  }

  .md\:py-9 {
      padding-top: 2.25rem;
      padding-bottom: 2.25rem
  }

  .md\:py-10 {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem
  }

  .md\:px-10 {
      padding-left: 2.5rem;
      padding-right: 2.5rem
  }

  .md\:py-14 {
      padding-top: 3.5rem;
      padding-bottom: 3.5rem
  }

  .md\:py-20 {
      padding-top: 5rem;
      padding-bottom: 5rem
  }

  .md\:py-24 {
      padding-top: 6rem;
      padding-bottom: 6rem
  }

  .md\:py-25 {
      padding-top: 6.25rem;
      padding-bottom: 6.25rem
  }

  .md\:px-7\.5 {
      padding-left: 1.875rem;
      padding-right: 1.875rem
  }

  .md\:py-10\.5 {
      padding-top: 2.625rem;
      padding-bottom: 2.625rem
  }

  .md\:pt-0 {
      padding-top: 0
  }

  .md\:pl-2 {
      padding-left: .5rem
  }

  .md\:pl-7 {
      padding-left: 1.75rem
  }

  .md\:pt-8 {
      padding-top: 2rem
  }

  .md\:pr-8 {
      padding-right: 2rem
  }

  .md\:pr-9 {
      padding-right: 2.25rem
  }

  .md\:pr-10 {
      padding-right: 2.5rem
  }

  .md\:pt-14 {
      padding-top: 3.5rem
  }

  .md\:pb-14 {
      padding-bottom: 3.5rem
  }

  .md\:pl-7\.5 {
      padding-left: 1.875rem
  }

  .md\:pt-8\.5 {
      padding-top: 2.125rem
  }

  .md\:text-left {
      text-align: left
  }

  .md\:w-15 {
      width: 3.75rem
  }

  .md\:w-auto {
      width: auto !important;
  }

  .md\:w-1\/12 {
      width: 8.333333%
  }

  .md\:gap-7 {
      gap: 1.75rem
  }

  .md\:gap-7\.5 {
      gap: 1.875rem
  }

  .md\:grid-cols-2 {
      grid-template-columns: repeat(2,minmax(0,1fr))
  }

  .md\:grid-cols-6 {
      grid-template-columns: repeat(6,minmax(0,1fr))
  }

  .md\:grid-cols-12 {
      grid-template-columns: repeat(12,minmax(0,1fr))
  }

  .md\:col-span-2 {
      grid-column: span 2/span 2
  }

  .md\:col-span-4 {
      grid-column: span 4/span 4
  }

  .md\:col-span-5 {
      grid-column: span 5/span 5
  }

  .md\:col-span-7 {
      grid-column: span 7/span 7
  }

  .md\:col-span-8 {
      grid-column: span 8/span 8
  }

  .md\:col-span-10 {
      grid-column: span 10/span 10
  }

  .md\:col-start-2 {
      grid-column-start: 2
  }
}

@media (min-width: 1024px) {
  .lg\:container {
      width:100%;
      margin-right: auto;
      margin-left: auto;
      padding-right: 1.75rem;
      padding-left: 1.75rem
  }

  @media (min-width: 640px) {
      .lg\:container {
          max-width:640px
      }
  }

  @media (min-width: 768px) {
      .lg\:container {
          max-width:768px
      }
  }

  @media (min-width: 1024px) {
      .lg\:container {
          max-width:1024px
      }
  }

  @media (min-width: 1280px) {
      .lg\:container {
          max-width:1280px
      }
  }

  .lg\:bg-transparent {
      background-color: transparent
  }

  .lg\:bg-primary {
      --tw-bg-opacity: 1;
      background-color: rgba(34,6,57,var(--tw-bg-opacity))
  }

  .lg\:border-white {
      --tw-border-opacity: 1;
      border-color: rgba(255,255,255,var(--tw-border-opacity))
  }

  .lg\:border-blue-400,.lg\:hover\:border-blue-400:hover {
      --tw-border-opacity: 1;
      border-color: rgba(96,165,250,var(--tw-border-opacity))
  }

  .lg\:border-opacity-20 {
      --tw-border-opacity: 0.2
  }

  .lg\:border-0 {
      border-width: 0
  }

  .lg\:border-t-0 {
      border-top-width: 0
  }

  .lg\:border-b-0 {
      border-bottom-width: 0
  }

  .lg\:border-r-1 {
      border-right-width: 1px
  }

  .lg\:border-b-1 {
      border-bottom-width: 1px
  }

  .lg\:border-l-1 {
      border-left-width: 1px
  }

  .lg\:border-b-4 {
      border-bottom-width: 4px
  }

  .lg\:border-r {
      border-right-width: 1px
  }

  .lg\:block {
      display: block !important
  }

  .lg\:inline-block {
      display: inline-block
  }

  .lg\:flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex
  }

  .lg\:hidden {
      display: none
  }

  .group:hover .lg\:group-hover\:block {
      display: block
  }

  .lg\:flex-row {
      -webkit-box-orient: horizontal;
      -ms-flex-direction: row;
      flex-direction: row
  }

  .lg\:flex-col,.lg\:flex-row {
      -webkit-box-direction: normal
  }

  .lg\:flex-col {
      -webkit-box-orient: vertical;
      -ms-flex-direction: column;
      flex-direction: column
  }

  .lg\:flex-wrap {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap
  }

  .lg\:items-start {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start
  }

  .lg\:items-center {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center
  }

  .lg\:items-stretch {
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch
  }

  .lg\:justify-center {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center
  }

  .lg\:justify-between {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between
  }

  .lg\:flex-grow-3 {
      -webkit-box-flex: 3;
      -ms-flex-positive: 3;
      flex-grow: 3
  }

  .lg\:font-normal {
      font-weight: 400
  }

  .lg\:hover\:font-medium:hover {
      font-weight: 500
  }

  .lg\:h-14 {
      height: 3.5rem
  }

  .lg\:h-auto {
      height: auto
  }

  .lg\:h-full {
      height: 100%
  }

  .lg\:text-xl {
      font-size: 1.25rem;
      line-height: 1.75rem
  }

  .lg\:text-2xl {
      font-size: 1.5rem;
      line-height: 2rem
  }

  .lg\:text-3xl {
      font-size: 1.875rem;
      line-height: 2.25rem
  }

  .lg\:text-5xl {
      font-size: 3rem;
      line-height: 1
  }

  .lg\:text-4half {
      font-size: 2.5rem;
      line-height: 3.125rem
  }

  .lg\:leading-7 {
      line-height: 1.75rem
  }

  .lg\:leading-8 {
      line-height: 2rem
  }

  .lg\:leading-7\.5 {
      line-height: 1.875rem
  }

  .lg\:mx-8 {
      margin-left: 2rem;
      margin-right: 2rem
  }

  .lg\:my-13 {
      margin-top: 3.125rem;
      margin-bottom: 3.125rem
  }

  .lg\:my-14 {
      margin-top: 3.5rem;
      margin-bottom: 3.5rem
  }

  .lg\:mt-0 {
      margin-top: 0
  }

  .lg\:mr-0 {
      margin-right: 0
  }

  .lg\:mb-0 {
      margin-bottom: 0
  }

  .lg\:mr-5 {
      margin-right: 1.25rem
  }

  .lg\:ml-5 {
      margin-left: 1.25rem
  }

  .lg\:mr-6 {
      margin-right: 1.5rem
  }

  .lg\:mr-7 {
      margin-right: 1.75rem
  }

  .lg\:mb-7 {
      margin-bottom: 1.75rem
  }

  .lg\:mb-9 {
      margin-bottom: 2.25rem
  }

  .lg\:mr-10 {
      margin-right: 2.5rem
  }

  .lg\:mb-10 {
      margin-bottom: 2.5rem
  }

  .lg\:mr-11 {
      margin-right: 2.75rem
  }

  .lg\:mb-12 {
      margin-bottom: 3rem
  }

  .lg\:mb-13 {
      margin-bottom: 3.125rem
  }

  .lg\:mt-14 {
      margin-top: 3.5rem
  }

  .lg\:mb-14 {
      margin-bottom: 3.5rem
  }

  .lg\:mt-15 {
      margin-top: 3.75rem !important;
  }

  .lg\:mb-15 {
      margin-bottom: 3.75rem
  }

  .lg\:mb-7\.5 {
      margin-bottom: 1.875rem
  }

  .lg\:-mt-30 {
      margin-top: -7.7rem
  }

  .lg\:max-h-15 {
      max-height: 3.75rem
  }

  .lg\:max-h-125 {
      max-height: 31.25rem
  }

  .lg\:max-h-9999 {
      max-height: 624.9rem
  }

  .lg\:min-h-125 {
      min-height: 31.25rem
  }

  .lg\:overflow-auto {
      overflow: auto
  }

  .lg\:p-10 {
      padding: 2.5rem
  }

  .lg\:p-15 {
      padding: 3.75rem
  }

  .lg\:p-25 {
      padding: 6.25rem
  }

  .lg\:py-0 {
      padding-top: 0;
      padding-bottom: 0
  }

  .lg\:px-0 {
      padding-left: 0;
      padding-right: 0
  }

  .lg\:px-5 {
      padding-left: 1.25rem;
      padding-right: 1.25rem
  }

  .lg\:py-6 {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem
  }

  .lg\:px-8 {
      padding-left: 2rem;
      padding-right: 2rem
  }

  .lg\:py-10 {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem
  }

  .lg\:py-11 {
      padding-top: 2.75rem;
      padding-bottom: 2.75rem
  }

  .lg\:py-15 {
      padding-top: 3.75rem;
      padding-bottom: 3.75rem
  }

  .lg\:py-25 {
      padding-top: 6.25rem;
      padding-bottom: 6.25rem
  }

  .lg\:py-11\.5 {
      padding-top: 2.6rem;
      padding-bottom: 2.6rem
  }

  .lg\:pt-0 {
      padding-top: 0
  }

  .lg\:pb-0 {
      padding-bottom: 0
  }

  .lg\:pl-0 {
      padding-left: 0
  }

  .lg\:pb-1 {
      padding-bottom: .25rem
  }

  .lg\:pb-2 {
      padding-bottom: .5rem
  }

  .lg\:pr-5 {
      padding-right: 1.25rem
  }

  .lg\:pb-6 {
      padding-bottom: 1.5rem
  }

  .lg\:pb-8 {
      padding-bottom: 2rem
  }

  .lg\:pb-9 {
      padding-bottom: 2.25rem
  }

  .lg\:pr-10 {
      padding-right: 2.5rem
  }

  .lg\:pb-10 {
      padding-bottom: 2.5rem
  }

  .lg\:pr-12 {
      padding-right: 3rem
  }

  .lg\:pt-14 {
      padding-top: 3.5rem
  }

  .lg\:pt-15 {
      padding-top: 3.75rem
  }

  .lg\:pr-15 {
      padding-right: 3.75rem
  }

  .lg\:pl-15 {
      padding-left: 3.75rem
  }

  .lg\:pl-25 {
      padding-left: 6.25rem
  }

  .lg\:pb-6\.3 {
      padding-bottom: 1.563rem
  }

  .lg\:pb-10\.5 {
      padding-bottom: 2.625rem
  }

  .lg\:static {
      position: static
  }

  .lg\:absolute {
      position: absolute
  }

  .lg\:relative {
      position: relative
  }

  .lg\:sticky {
      position: sticky
  }

  .lg\:inset-y-0 {
      top: 0;
      bottom: 0
  }

  .lg\:top-0 {
      top: 0
  }

  .lg\:right-0 {
      right: 0
  }

  .lg\:left-0 {
      left: 0
  }

  .lg\:top-1 {
      top: .25rem
  }

  .lg\:top-3 {
      top: .75rem
  }

  .lg\:top-27 {
      top: 6.9rem
  }

  .lg\:top-auto {
      top: auto
  }

  .lg\:left-auto {
      left: auto
  }

  .lg\:-left-21 {
      left: -5.25rem
  }

  .lg\:left-1\/3 {
      left: 33.333333%
  }

  .lg\:shadow-none {
      --tw-shadow: 0 0 transparent;
      -webkit-box-shadow: var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);
      box-shadow: var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)
  }

  .lg\:text-left {
      text-align: left
  }

  .lg\:text-center {
      text-align: center
  }

  .lg\:w-14 {
      width: 3.5rem
  }

  .lg\:w-70 {
      width: 17.5rem
  }

  .lg\:w-auto {
      width: auto
  }

  .lg\:w-1\/2 {
      width: 50% !important;
  }

  .lg\:w-1\/3 {
      width: 33.333333%
  }

  .lg\:w-2\/3 {
      width: 66.666667%
  }

  .lg\:w-full {
      width: 100%
  }

  .lg\:w-49\/100 {
      width: 49%
  }

  .lg\:gap-15 {
      gap: 3.75rem
  }

  .lg\:grid-cols-2 {
      grid-template-columns: repeat(2,minmax(0,1fr))
  }

  .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-7 {
      grid-template-columns: repeat(7,minmax(0,1fr))
  }

  .lg\:col-span-1 {
      grid-column: span 1/span 1
  }

  .lg\:col-span-8 {
      grid-column: span 8/span 8
  }

  .lg\:col-start-3 {
      grid-column-start: 3
  }

  .lg\:row-start-auto {
      grid-row-start: auto
  }
}

@media (min-width: 1280px) {
  .xl\:ml-10 {
      margin-left:2.5rem
  }

  .xl\:mr-15 {
      margin-right: 3.75rem
  }

  .xl\:p-15 {
      padding: 3.75rem
  }

  .xl\:pl-9 {
      padding-left: 2.25rem
  }

  .xl\:pr-10 {
      padding-right: 2.5rem
  }

  .xl\:pr-15 {
      padding-right: 3.75rem
  }

  .xl\:pr-16 {
      padding-right: 4rem
  }
}


.header-box{
  height: 50px;
  --tw-text-opacity: 1;
  color: rgba(255,255,255,var(--tw-text-opacity));
  background: #220639;
}

.z-index99999{
  z-index: 99999;
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgba(34,6,57,var(--tw-text-opacity));
}


.top-nav{
  font-size: 14px;
  display: inline-block;
  text-decoration: none;
  line-height: 3em;
  margin: 0 5px;
  padding: 4px 0;
}

.top-nav  ul li, .nav-box ul li{
  display: inline-block;
  margin: 0 16px;
}

.top-nav  ul li a{
  color: #fff;
}

#site-switcher-btn{
  color: #fff;
}

.site-switcher a .w-5{
  width: 18px;
}

#site-switcher a{
  /* --tw-text-opacity: 1 !important;
  color: rgba(34,6,57,var(--tw-text-opacity)) !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: rgba(34,6,57,var(--tw-border-opacity)) !important;
  background-color: transparent !important; */
  font-weight: 500 !important;
}

#site-switcher a.active{
  color: #ffffff;
}

#site-switcher a.close-btn{
  border-width: 0 !important;
}

.site-switcher a .h-5{
  height: 18px;
}

.nav-box {
  height: 110px;
  -webkit-box-shadow: var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);
  --tw-bg-opacity: 1;
  background-color: rgba(34,6,57,var(--tw-bg-opacity));
}

.nav-box .nav{
  width: auto;
  margin-top: 0;
  height: 100%;
}

.nav-box .nav ul, .nav-box .nav ul li{
  height: 100%;
  margin: 0 !important;
}
.nav-box #sider li{
  margin: 0 20px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 0;
  border-bottom: 4px solid transparent;
  padding-top: 4px;
}
.nav-box #sider li:hover, .nav-box #sider li.active{
  border-bottom-width: 4px;
  border-style: solid;
  --tw-border-opacity:1;
  border-color: rgba(96,165,250,var(--tw-border-opacity));
}
.nav-box #sider li>a:hover{
  border-bottom: 0 !important;
}
.nav-box #sider li>a, .nav-box #sider .sub-menu li a {
  color: #fff;
  border-bottom:0;
  font-size: 16px;
  margin: 0;
}

.nav-box .nav ul li ul{
  top: 110px;
  -webkit-box-shadow: var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);
  --tw-bg-opacity: 1;
  background-color: rgba(34,6,57,var(--tw-bg-opacity));
  height: auto;
  width: 280px;
  transform: translateX(-25%);
  -webkit-transform: translateX(-25%);
  -ms-transform: translateX(-25%);
}

.nav-box .nav #sider li ul li{
  border: 0;
  height: 65px !important;
  --tw-border-opacity:0.1;
  border-bottom:1px solid rgba(255,255,255,var(--tw-border-opacity));
  padding: 0 20px;
  margin: 0 !important;
}

.nav-box #sider .sub-menu li a {
  width: 100%;
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-indent: 0;
  padding: 0 20px;
}

.nav-box #sider .sub-menu li a em:after{
  top: 0;
  color: #fff;
}

.nav-box .nav #sider li ul li a:hover{
  color: #fff;
}

.nav-box #sider .sub-menu li a:hover em:after{
  color: rgba(96,165,250,1);
}

.nav-box .nav #sider li ul li a:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(34,6,57,var(--tw-bg-opacity));
}

.h-10{
  height: 60px;
}

.footer .footer-nav{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 22.375rem;
}

.footer .footer-nav li{
  font-size: 1.25rem;
  width: 50%;
  margin-bottom: 2.125rem;
  border-bottom: 1px solid transparent;
}

.footer .footer-nav li a:hover{
  border-bottom: 1px solid #333;
}

.top-nav ul li a{
  border-bottom: 1px solid transparent;
}

.top-nav ul li a:hover{
  border-bottom: 1px solid #fff;
}

.footer .footer-nav li a:hover{
  color: #333;
}

.footer ul.footer-social-links{
  padding-bottom: 0;
}

a.btn-rounded.btn{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.75rem;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  padding: 15px 2rem;
  vertical-align: top;
  width: auto;
  border-radius: 9999px;
  border: 1px solid rgba(34,6,57,var(--tw-bg-opacity)) !important;
  color: rgba(34,6,57,var(--tw-bg-opacity)) !important;
  background-color: transparent !important;
}
a.btn-rounded.btn.colorWhite{
  color: #fff !important;
}
a.btn-rounded.btn.btn-outline{
  --tw-border-opacity: 1;
  border-color: rgba(211,205,215,var(--tw-border-opacity)) !important;
  border-style: solid !important;
  border-width: 1px !important;
}

a.btn-rounded.btn.btn-outline-clearn, a.btn-rounded.btn.btn-border-com{
  --tw-border-opacity: 1;
  border-color: rgba(34,6,57,var(--tw-border-opacity))  !important;
}

a.btn-rounded.btn.btn-outline:hover{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgba(34,6,57,var(--tw-bg-opacity)) !important;
  color: rgba(255,255,255,var(--tw-text-opacity)) !important;
}

a.btn-rounded.btn.btn-outline-clearn:hover{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgba(34,6,57,var(--tw-bg-opacity)) !important;
  color: rgba(255,255,255,var(--tw-text-opacity)) !important;
}

a.btn-rounded.btn.colorWhite:hover{
  background-color: #fff !important;
  --tw-text-opacity: 1;
  color: rgba(34,6,57,var(--tw-text-opacity))!important;
}

#globalPart{
  overflow: hidden;
}

.footer a.btn-rounded.btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(34,6,57,var(--tw-bg-opacity)) !important;
  border: 1px solid rgba(34,6,57,var(--tw-bg-opacity));
  color: #fff !important;
}

.mobile-nav-bar-main{
  position: absolute;
  top: 10rem;
  height: 100vh;
  left: 0;
  --tw-bg-opacity: 1;
  background-color: rgba(31,5,51,var(--tw-bg-opacity));
  margin: 0;
  padding: 0;
  border: 0;
}

.mobile-nav-bar-main li{
  /* padding-left: 1.25rem;
  padding-right: 1.25rem; */
  /* padding-top: 1.5rem;
  padding-bottom: 1.5rem; */
  --tw-border-opacity:0.1;
  border-bottom:1px solid rgba(255,255,255,var(--tw-border-opacity));
  position: relative !important;
  --tw-bg-opacity: 1;
  background-color: rgba(31,5,51,var(--tw-bg-opacity));
}

.mobile-nav-bar-main li>a{
  position: relative;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.mobile-nav-bar-main>ul>li>a.active{
  margin-left: 50px;
  --tw-border-opacity: 0.1;
  border-left: 1px solid rgba(255,255,255,var(--tw-border-opacity)) !important;
  border-bottom:1px solid rgba(255,255,255,var(--tw-border-opacity)) !important;
  --tw-text-opacity: 1;
  color: rgba(0,174,255,var(--tw-text-opacity)) !important;
}

.mobile-nav-bar-main>ul>li>a::after{
  content: '\e67c';
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  color: #ffffff;
  width: 50px;
  text-align: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-family:'iconfontEtc'; font-size: 16px; font-style: normal; -webkit-font-smoothing: antialiased; -webkit-text-stroke-width: 0.2px; -moz-osx-font-smoothing: grayscale;
}

.mobile-nav-bar-main>ul>li> a.active::after{
  content: '\e67c';
  left: -50px;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  top: 0;
  --tw-text-opacity: 1;
  color: rgba(0,174,255,var(--tw-text-opacity));
  --tw-border-opacity:0.1;
  border-bottom:1px solid rgba(255,255,255,var(--tw-border-opacity));
}

.navbar-default .mobile-nav-bar-main .navbar-nav{
  background-color: transparent;
}

.navbar-default .mobile-nav-bar-main .navbar-nav li a{
  background-color: transparent;
  border: 0;
  padding: 0;
}

.navbar-default button.hamburger{
  border: 0;
  background-color: transparent !important;
}

#sider .sub-menu li a em:after {font-family:'iconfontEtc'; position: absolute; display: block; content: "\e67c"; right: 5px; top: 0px; color: #555; width: 20px; height: 40px; font-weight: bold }

.iconfontEtc{
  font-family:'iconfontEtc'; font-size: 16px; font-style: normal; -webkit-font-smoothing: antialiased; -webkit-text-stroke-width: 0.2px; -moz-osx-font-smoothing: grayscale;
}

.wecaht::after{
  content: "\e631";
  font-size: 20px;
}

.weibo::after{
  content: "\e637";
  font-size: 25px;
}

.flexslider .flex-direction-nav a.flex-prev .arrow, .flexslider .flex-direction-nav a.flex-next .arrow{
  background: none !important;
  font-family:'iconfontEtc'; 
  font-size: 16px; 
  font-style: normal; 
  -webkit-font-smoothing: antialiased; 
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  width: 3.75rem !important;
  height: 3.75rem !important;
}

.flexslider .flex-direction-nav a{
  background-color: #ffffff !important;
  width: 3.75rem !important;
  height: 3.75rem !important;
}

.flexslider .flex-direction-nav .preview, .flexslider .flex-control-nav{
  display: none !important;
}

.flexslider .slides{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flexslider{
  height: auto !important;
}

.flexslider .flex-direction-nav a.flex-prev .arrow::after{
  content: "\e67b";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 20px;
  text-indent: 0;
  color: #220639;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flexslider .flex-direction-nav a.flex-next .arrow::after{
  content: "\e67c";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 20px;
  text-indent: 0;
  color: #220639;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flexslider .flex-direction-nav a.flex-prev:hover .arrow::after, .flexslider .flex-direction-nav a.flex-next:hover .arrow::after{
  color:#fff;
}

.scaleBig{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  --tw-bg-opacity: 1;
  background-color: rgba(34,6,57,var(--tw-bg-opacity));
  width: 3.75rem;
  height: 3.75rem;
  color: #fff;
  text-align: center;
  line-height: 3.75rem;
  font-family:'iconfontEtc'; font-size: 22px; font-style: normal; -webkit-font-smoothing: antialiased; -webkit-text-stroke-width: 0.2px; -moz-osx-font-smoothing: grayscale;
  opacity: 0;
}

.scaleBig::after{
  content: '\e64d';
}

.flexslider .slides > li a:hover .scaleBig{
  opacity: 1;
  transition: all 0.5s;
}

.flexslider .slides > li a:hover .scaleBig:hover{
  --tw-bg-opacity: 1;
  background-color: #fff;
  cursor: pointer;
  color:  rgba(34,6,57,var(--tw-bg-opacity));
  opacity: 1;
  transition: all 0.5s;
}


/* #tabs div ul.wpsm_nav-tabs > li > a, #tabs div ul.wpsm_nav-tabs > li > a:hover, #tabs div ul.wpsm_nav-tabs > li > a:focus, #tabs div ul.wpsm_nav-tabs > li.active > a, #tabs div ul.wpsm_nav-tabs > li.active > a:hover, #tabs div ul.wpsm_nav-tabs > li.active > a:focus{
  --tw-border-opacity: 1;
  border-color: rgba(211,205,215,var(--tw-border-opacity)) !important;
  border-style: solid !important;
  border-width: 1px !important;;
}
#tabs div ul.wpsm_nav-tabs > li.active > a, #tabs div ul.wpsm_nav-tabs > li.active > a:hover, #tabs div ul.wpsm_nav-tabs > li.active > a:focus{
  border-bottom-color:transparent !important;
}

#tabs div div.tab-content{
  --tw-border-opacity: 1;
  border: 1px solid rgba(211,205,215,var(--tw-border-opacity)) !important;
  padding: 0;
}

#tabs div ul.wpsm_nav-tabs > li{
  overflow: hidden;
}

div#tabs .wpsm_nav-tabs > li > a, div#tabs .wpsm_nav-tabs > li > a:hover{
  background: transparent !important;
  border-color: transparent !important;
}

#tabs div ul.wpsm_nav-tabs > li::after {
  content: " ";
  background-color: transparent;
  height: 4px;
  width: 101%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#tabs div ul.wpsm_nav-tabs > li.active::after {
  background-color: #220639;
} */


div.wpforms-container-full .wpforms-form input[type=checkbox], div.wpforms-container-full .wpforms-form input[type=radio]{
  display: inline-block !important;
  opacity: 1;
  width: auto !important;
}

.choice-1 label{
  display: inline-block !important;
  width: auto !important;
  margin-bottom: 0 !important;
}

div.wpforms-container-full .wpforms-form input[type=checkbox], div.wpforms-container-full .wpforms-form input[type=radio]{
  vertical-align: middle !important;
}

div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button{
  --tw-bg-opacity: 1;
  background-color: rgba(34,6,57,var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1;
  color: rgba(255,255,255,var(--tw-text-opacity)) !important;
}

.banner{
  position: relative;
  z-index: 99;
}

#bigImgPop{
  z-index: 9999999;
}

#tabsContent>div{
  display: none;
}

#tabsContent>div:first-child{
  display: block;
}

.blog-page p{
  text-align: justify !important;
  line-height: 1.5 !important;
  margin-bottom: 25px;
}

.blog-page h2{
  font-size: 20px;
  margin-bottom: 25px;
  line-height: 32px;
  color: #220639;
  font-weight: 500;
}

.mobileNavHome .dropdown-menu{
  float: none;
  left: 0;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(31,5,51,var(--tw-bg-opacity));
  border-color:  rgba(31,5,51,var(--tw-bg-opacity));
}

.dis-title{
  margin-bottom: 1.5rem;
}

.address-name{
  --tw-text-opacity: 1;
  color: rgba(34,6,57,var(--tw-text-opacity));
  padding: 1rem 1.25rem;
  position: relative;
}

.address-name.active{
  --tw-bg-opacity: 1;
  background-color: rgba(34,6,57,var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255,255,255,var(--tw-text-opacity));
}

.address-box li:first-child{
  margin-top: 0;
}

.address-box li{
  --tw-border-opacity: 1;
  border-color: rgba(34,6,57,var(--tw-border-opacity));
  border-width: 1px;
  border-style: solid;
  margin-top: -1px;
}

.address-item{
  margin: 1.25rem;
  padding: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgba(247,247,247,var(--tw-bg-opacity));
  display: none;
}
.address-item>div{
  margin-bottom: 1.5rem;
  --tw-bg-opacity: 1;
  color: rgba(34,6,57,var(--tw-bg-opacity));
}

.address-item.active{
  display: block;
}

.address-item>div h3{
  font-weight: 700;
  margin-bottom: 1rem;
}

.address-name::after{
  content: '\e68b';
  font-family:'iconfontEtc'; font-size: 18px; font-style: normal; -webkit-font-smoothing: antialiased; -webkit-text-stroke-width: 0.2px; -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 20px;
}

.address-name.active::after{
  content: '\e68b';
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  color: #fff;
}

.address-item>div p{
  line-height: 1.5;
}

.nav-box #sider li.menu-item-788 a{
  text-indent: -999999px;
  position: relative;
}

.nav-box #sider li.menu-item-788 a::after, .mobile-nav-bar-main>ul>li.menu-item-788>a::after{
  content: '\e64d';
  font-family:'iconfontEtc'; font-size: 18px; font-style: normal; -webkit-font-smoothing: antialiased; -webkit-text-stroke-width: 0.2px; -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  color: #ffffff;
  text-indent: 0;
  text-align: center;
}

.nav-box #sider li.menu-item-788 a::after{
  left: 0;
  width: 100%;
}

.warp-pre-line{
  white-space: pre-line;
  margin-top: -27px;
}

.pt10{
  padding-top: 1rem;
}

@media only screen and (min-width: 768px) {
  .home.navOp{
    background: transparent !important;
  }
  /* .home.navOp:hover{
    background-color: rgba(34,6,57,var(--tw-bg-opacity)) !important;
  } */
}

@media only screen and (max-width: 767px) {
  .nav-box{
    height: auto;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
