body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffe161 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffe161 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #facb00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffe161;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffe161;
  border-color: #ffe161;
  color: #7a6300;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffe161;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffe161 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #ffe161;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffe161;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffe161;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffe161;
  border-bottom-color: #ffe161;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffe161 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ffe161' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-teBC7bQkYE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-teBC7bQkYE nav.navbar {
  position: fixed;
}
.cid-teBC7bQkYE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-teBC7bQkYE .dropdown-menu {
  padding: 0;
}
.cid-teBC7bQkYE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-teBC7bQkYE .dropdown-item:hover,
.cid-teBC7bQkYE .dropdown-item:focus {
  background: #ffe161 !important;
  color: white !important;
}
.cid-teBC7bQkYE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-teBC7bQkYE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-teBC7bQkYE .nav-link {
  position: relative;
}
.cid-teBC7bQkYE .container {
  display: flex;
  margin: auto;
}
.cid-teBC7bQkYE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-teBC7bQkYE .navbar-caption {
  padding-right: 4rem;
}
.cid-teBC7bQkYE .dropdown-menu,
.cid-teBC7bQkYE .navbar.opened {
  background: #232323 !important;
}
.cid-teBC7bQkYE .nav-item:focus,
.cid-teBC7bQkYE .nav-link:focus {
  outline: none;
}
.cid-teBC7bQkYE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-teBC7bQkYE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-teBC7bQkYE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-teBC7bQkYE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-teBC7bQkYE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-teBC7bQkYE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-teBC7bQkYE .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #232323;
}
.cid-teBC7bQkYE .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-teBC7bQkYE .navbar.opened {
  transition: all .3s;
}
.cid-teBC7bQkYE .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-teBC7bQkYE .navbar .navbar-logo img {
  width: auto;
}
.cid-teBC7bQkYE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-teBC7bQkYE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-teBC7bQkYE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-teBC7bQkYE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-teBC7bQkYE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-teBC7bQkYE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-teBC7bQkYE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-teBC7bQkYE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-teBC7bQkYE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-teBC7bQkYE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-teBC7bQkYE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-teBC7bQkYE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-teBC7bQkYE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-teBC7bQkYE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-teBC7bQkYE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-teBC7bQkYE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-teBC7bQkYE .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-teBC7bQkYE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-teBC7bQkYE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-teBC7bQkYE .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-teBC7bQkYE .navbar.navbar-short {
  min-height: 60px;
}
.cid-teBC7bQkYE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-teBC7bQkYE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-teBC7bQkYE .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-teBC7bQkYE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-teBC7bQkYE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-teBC7bQkYE .dropdown-item.active,
.cid-teBC7bQkYE .dropdown-item:active {
  background-color: transparent;
}
.cid-teBC7bQkYE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-teBC7bQkYE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-teBC7bQkYE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-teBC7bQkYE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-teBC7bQkYE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-teBC7bQkYE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-teBC7bQkYE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-teBC7bQkYE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-teBC7bQkYE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-teBC7bQkYE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-teBC7bQkYE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-teBC7bQkYE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-teBC7bQkYE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-teBC7bQkYE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-teBC7bQkYE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-teBC7bQkYE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-teBC7bQkYE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-teBC7bQkYE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-teBC7bQkYE .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-teBC7bQkYE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-teBC7bQkYE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-teBC7bQkYE .navbar {
    height: 77px;
  }
  .cid-teBC7bQkYE .navbar.opened {
    height: auto;
  }
  .cid-teBC7bQkYE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-teBC77SlOD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/letter-japan-style-hoodies-sweatshirts-men-harajuku-hip-hop-streetwear-pullover-casual-techwear-fluff-hoddies-male-1.webp");
}
.cid-teBC77SlOD .mbr-fallback-image.disabled {
  display: none;
}
.cid-teBC77SlOD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teBC77SlOD .row {
  flex-direction: row-reverse;
}
.cid-teBC77SlOD .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-teBC77SlOD .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-teBC77SlOD .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-teBC77SlOD .mbr-section-title {
  color: #ffe885;
  text-align: left;
}
.cid-teBC77SlOD .mbr-text,
.cid-teBC77SlOD .mbr-section-btn {
  color: #ffe885;
}
.cid-teBCM932c9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-teBCM932c9 img,
.cid-teBCM932c9 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-teBCM932c9 .item:focus,
.cid-teBCM932c9 span:focus {
  outline: none;
}
.cid-teBCM932c9 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-teBCM932c9 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-teBCM932c9 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-teBCM932c9 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-teBCM932c9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-teBCM932c9 .mbr-section-title {
  color: #ffe161;
}
.cid-teBCM932c9 .mbr-text,
.cid-teBCM932c9 .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-teBCM932c9 .item-title {
  text-align: left;
}
.cid-teBCM932c9 .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-teBCM932c9 .mbr-section-subtitle {
  color: #ffe161;
}
.cid-teBCM932c9 .item-subtitle DIV {
  text-align: left;
}
.cid-teBFIOIdbj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-teBFIOIdbj img,
.cid-teBFIOIdbj .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-teBFIOIdbj .item:focus,
.cid-teBFIOIdbj span:focus {
  outline: none;
}
.cid-teBFIOIdbj .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-teBFIOIdbj .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-teBFIOIdbj .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-teBFIOIdbj .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-teBFIOIdbj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-teBFIOIdbj .mbr-section-title {
  color: #ffe161;
}
.cid-teBFIOIdbj .mbr-text,
.cid-teBFIOIdbj .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-teBFIOIdbj .item-title {
  text-align: left;
}
.cid-teBFIOIdbj .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-teBFIOIdbj .mbr-section-subtitle {
  color: #ffe161;
}
.cid-teBSShsrn8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-teBSShsrn8 img,
.cid-teBSShsrn8 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-teBSShsrn8 .item:focus,
.cid-teBSShsrn8 span:focus {
  outline: none;
}
.cid-teBSShsrn8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-teBSShsrn8 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-teBSShsrn8 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-teBSShsrn8 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-teBSShsrn8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-teBSShsrn8 .mbr-section-title {
  color: #ffe161;
}
.cid-teBSShsrn8 .mbr-text,
.cid-teBSShsrn8 .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-teBSShsrn8 .item-title {
  text-align: left;
}
.cid-teBSShsrn8 .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-teBSShsrn8 .mbr-section-subtitle {
  color: #ffe161;
}
.cid-teBSSUkP0Q {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-teBSSUkP0Q img,
.cid-teBSSUkP0Q .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-teBSSUkP0Q .item:focus,
.cid-teBSSUkP0Q span:focus {
  outline: none;
}
.cid-teBSSUkP0Q .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-teBSSUkP0Q .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-teBSSUkP0Q .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-teBSSUkP0Q .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-teBSSUkP0Q .mbr-section-btn {
  margin-top: auto !important;
}
.cid-teBSSUkP0Q .mbr-section-title {
  color: #ffe161;
}
.cid-teBSSUkP0Q .mbr-text,
.cid-teBSSUkP0Q .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-teBSSUkP0Q .item-title {
  text-align: left;
}
.cid-teBSSUkP0Q .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-teBSSUkP0Q .mbr-section-subtitle {
  color: #ffe161;
}
.cid-teBWjBxATV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-teBWjBxATV img,
.cid-teBWjBxATV .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-teBWjBxATV .item:focus,
.cid-teBWjBxATV span:focus {
  outline: none;
}
.cid-teBWjBxATV .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-teBWjBxATV .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-teBWjBxATV .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-teBWjBxATV .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-teBWjBxATV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-teBWjBxATV .mbr-section-title {
  color: #ffe161;
}
.cid-teBWjBxATV .mbr-text,
.cid-teBWjBxATV .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-teBWjBxATV .item-title {
  text-align: left;
}
.cid-teBWjBxATV .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-teBWjBxATV .mbr-section-subtitle {
  color: #ffe161;
}
.cid-teBWCdyhcM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-teBWCdyhcM img,
.cid-teBWCdyhcM .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-teBWCdyhcM .item:focus,
.cid-teBWCdyhcM span:focus {
  outline: none;
}
.cid-teBWCdyhcM .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-teBWCdyhcM .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-teBWCdyhcM .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-teBWCdyhcM .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-teBWCdyhcM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-teBWCdyhcM .mbr-section-title {
  color: #ffe161;
}
.cid-teBWCdyhcM .mbr-text,
.cid-teBWCdyhcM .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-teBWCdyhcM .item-title {
  text-align: left;
}
.cid-teBWCdyhcM .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-teBWCdyhcM .mbr-section-subtitle {
  color: #ffe161;
}
.cid-teBWEg5eqs {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-teBWEg5eqs img,
.cid-teBWEg5eqs .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-teBWEg5eqs .item:focus,
.cid-teBWEg5eqs span:focus {
  outline: none;
}
.cid-teBWEg5eqs .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-teBWEg5eqs .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-teBWEg5eqs .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-teBWEg5eqs .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-teBWEg5eqs .mbr-section-btn {
  margin-top: auto !important;
}
.cid-teBWEg5eqs .mbr-section-title {
  color: #ffe161;
}
.cid-teBWEg5eqs .mbr-text,
.cid-teBWEg5eqs .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-teBWEg5eqs .item-title {
  text-align: left;
}
.cid-teBWEg5eqs .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-teBWEg5eqs .mbr-section-subtitle {
  color: #ffe161;
}
.cid-teBWDNcrSo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-teBWDNcrSo img,
.cid-teBWDNcrSo .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-teBWDNcrSo .item:focus,
.cid-teBWDNcrSo span:focus {
  outline: none;
}
.cid-teBWDNcrSo .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-teBWDNcrSo .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-teBWDNcrSo .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-teBWDNcrSo .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-teBWDNcrSo .mbr-section-btn {
  margin-top: auto !important;
}
.cid-teBWDNcrSo .mbr-section-title {
  color: #ffe161;
}
.cid-teBWDNcrSo .mbr-text,
.cid-teBWDNcrSo .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-teBWDNcrSo .item-title {
  text-align: left;
}
.cid-teBWDNcrSo .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-teBWDNcrSo .mbr-section-subtitle {
  color: #ffe161;
}
.cid-teBWEStbxD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-teBWEStbxD img,
.cid-teBWEStbxD .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-teBWEStbxD .item:focus,
.cid-teBWEStbxD span:focus {
  outline: none;
}
.cid-teBWEStbxD .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-teBWEStbxD .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-teBWEStbxD .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-teBWEStbxD .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-teBWEStbxD .mbr-section-btn {
  margin-top: auto !important;
}
.cid-teBWEStbxD .mbr-section-title {
  color: #ffe161;
}
.cid-teBWEStbxD .mbr-text,
.cid-teBWEStbxD .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-teBWEStbxD .item-title {
  text-align: left;
}
.cid-teBWEStbxD .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-teBWEStbxD .mbr-section-subtitle {
  color: #ffe161;
}
.cid-teBWFiTADP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-teBWFiTADP img,
.cid-teBWFiTADP .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-teBWFiTADP .item:focus,
.cid-teBWFiTADP span:focus {
  outline: none;
}
.cid-teBWFiTADP .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-teBWFiTADP .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-teBWFiTADP .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-teBWFiTADP .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-teBWFiTADP .mbr-section-btn {
  margin-top: auto !important;
}
.cid-teBWFiTADP .mbr-section-title {
  color: #ffe161;
}
.cid-teBWFiTADP .mbr-text,
.cid-teBWFiTADP .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-teBWFiTADP .item-title {
  text-align: left;
}
.cid-teBWFiTADP .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-teBWFiTADP .mbr-section-subtitle {
  color: #ffe161;
}
.cid-teBWD9f72H {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-teBWD9f72H img,
.cid-teBWD9f72H .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-teBWD9f72H .item:focus,
.cid-teBWD9f72H span:focus {
  outline: none;
}
.cid-teBWD9f72H .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-teBWD9f72H .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-teBWD9f72H .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-teBWD9f72H .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-teBWD9f72H .mbr-section-btn {
  margin-top: auto !important;
}
.cid-teBWD9f72H .mbr-section-title {
  color: #ffe161;
}
.cid-teBWD9f72H .mbr-text,
.cid-teBWD9f72H .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-teBWD9f72H .item-title {
  text-align: left;
}
.cid-teBWD9f72H .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-teBWD9f72H .mbr-section-subtitle {
  color: #ffe161;
}
.cid-teBWGoR4Dc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-teBWGoR4Dc img,
.cid-teBWGoR4Dc .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-teBWGoR4Dc .item:focus,
.cid-teBWGoR4Dc span:focus {
  outline: none;
}
.cid-teBWGoR4Dc .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-teBWGoR4Dc .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-teBWGoR4Dc .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-teBWGoR4Dc .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-teBWGoR4Dc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-teBWGoR4Dc .mbr-section-title {
  color: #ffe161;
}
.cid-teBWGoR4Dc .mbr-text,
.cid-teBWGoR4Dc .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-teBWGoR4Dc .item-title {
  text-align: left;
}
.cid-teBWGoR4Dc .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-teBWGoR4Dc .mbr-section-subtitle {
  color: #ffe161;
}
.cid-teBWGWQigb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-teBWGWQigb img,
.cid-teBWGWQigb .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-teBWGWQigb .item:focus,
.cid-teBWGWQigb span:focus {
  outline: none;
}
.cid-teBWGWQigb .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-teBWGWQigb .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-teBWGWQigb .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-teBWGWQigb .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-teBWGWQigb .mbr-section-btn {
  margin-top: auto !important;
}
.cid-teBWGWQigb .mbr-section-title {
  color: #ffe161;
}
.cid-teBWGWQigb .mbr-text,
.cid-teBWGWQigb .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-teBWGWQigb .item-title {
  text-align: left;
}
.cid-teBWGWQigb .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-teBWGWQigb .mbr-section-subtitle {
  color: #ffe161;
}
.cid-teBWFQysx0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-teBWFQysx0 img,
.cid-teBWFQysx0 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-teBWFQysx0 .item:focus,
.cid-teBWFQysx0 span:focus {
  outline: none;
}
.cid-teBWFQysx0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-teBWFQysx0 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-teBWFQysx0 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-teBWFQysx0 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-teBWFQysx0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-teBWFQysx0 .mbr-section-title {
  color: #ffe161;
}
.cid-teBWFQysx0 .mbr-text,
.cid-teBWFQysx0 .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-teBWFQysx0 .item-title {
  text-align: left;
}
.cid-teBWFQysx0 .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-teBWFQysx0 .mbr-section-subtitle {
  color: #ffe161;
}
.cid-teBWI9M3RN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-teBWI9M3RN img,
.cid-teBWI9M3RN .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-teBWI9M3RN .item:focus,
.cid-teBWI9M3RN span:focus {
  outline: none;
}
.cid-teBWI9M3RN .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-teBWI9M3RN .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-teBWI9M3RN .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-teBWI9M3RN .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-teBWI9M3RN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-teBWI9M3RN .mbr-section-title {
  color: #ffe161;
}
.cid-teBWI9M3RN .mbr-text,
.cid-teBWI9M3RN .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-teBWI9M3RN .item-title {
  text-align: left;
}
.cid-teBWI9M3RN .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-teBWI9M3RN .mbr-section-subtitle {
  color: #ffe161;
}
.cid-teBWIE8TaN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-teBWIE8TaN img,
.cid-teBWIE8TaN .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-teBWIE8TaN .item:focus,
.cid-teBWIE8TaN span:focus {
  outline: none;
}
.cid-teBWIE8TaN .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-teBWIE8TaN .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-teBWIE8TaN .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-teBWIE8TaN .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-teBWIE8TaN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-teBWIE8TaN .mbr-section-title {
  color: #ffe161;
}
.cid-teBWIE8TaN .mbr-text,
.cid-teBWIE8TaN .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-teBWIE8TaN .item-title {
  text-align: left;
}
.cid-teBWIE8TaN .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-teBWIE8TaN .mbr-section-subtitle {
  color: #ffe161;
}
.cid-teBWJd4nWs {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-teBWJd4nWs img,
.cid-teBWJd4nWs .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-teBWJd4nWs .item:focus,
.cid-teBWJd4nWs span:focus {
  outline: none;
}
.cid-teBWJd4nWs .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-teBWJd4nWs .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-teBWJd4nWs .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-teBWJd4nWs .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-teBWJd4nWs .mbr-section-btn {
  margin-top: auto !important;
}
.cid-teBWJd4nWs .mbr-section-title {
  color: #ffe161;
}
.cid-teBWJd4nWs .mbr-text,
.cid-teBWJd4nWs .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-teBWJd4nWs .item-title {
  text-align: left;
}
.cid-teBWJd4nWs .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-teBWJd4nWs .mbr-section-subtitle {
  color: #ffe161;
}
.cid-teBWHCUkh0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-teBWHCUkh0 img,
.cid-teBWHCUkh0 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-teBWHCUkh0 .item:focus,
.cid-teBWHCUkh0 span:focus {
  outline: none;
}
.cid-teBWHCUkh0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-teBWHCUkh0 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-teBWHCUkh0 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-teBWHCUkh0 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-teBWHCUkh0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-teBWHCUkh0 .mbr-section-title {
  color: #ffe161;
}
.cid-teBWHCUkh0 .mbr-text,
.cid-teBWHCUkh0 .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-teBWHCUkh0 .item-title {
  text-align: left;
}
.cid-teBWHCUkh0 .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-teBWHCUkh0 .mbr-section-subtitle {
  color: #ffe161;
}
.cid-teC4M4mV7G {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-teC4M4mV7G img,
.cid-teC4M4mV7G .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-teC4M4mV7G .item:focus,
.cid-teC4M4mV7G span:focus {
  outline: none;
}
.cid-teC4M4mV7G .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-teC4M4mV7G .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-teC4M4mV7G .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-teC4M4mV7G .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-teC4M4mV7G .mbr-section-btn {
  margin-top: auto !important;
}
.cid-teC4M4mV7G .mbr-section-title {
  color: #ffe161;
}
.cid-teC4M4mV7G .mbr-text,
.cid-teC4M4mV7G .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-teC4M4mV7G .item-title {
  text-align: left;
}
.cid-teC4M4mV7G .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-teC4M4mV7G .mbr-section-subtitle {
  color: #ffe161;
}
.cid-teC4MX0xnI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-teC4MX0xnI img,
.cid-teC4MX0xnI .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-teC4MX0xnI .item:focus,
.cid-teC4MX0xnI span:focus {
  outline: none;
}
.cid-teC4MX0xnI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-teC4MX0xnI .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-teC4MX0xnI .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-teC4MX0xnI .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-teC4MX0xnI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-teC4MX0xnI .mbr-section-title {
  color: #ffe161;
}
.cid-teC4MX0xnI .mbr-text,
.cid-teC4MX0xnI .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-teC4MX0xnI .item-title {
  text-align: left;
}
.cid-teC4MX0xnI .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-teC4MX0xnI .mbr-section-subtitle {
  color: #ffe161;
}
.cid-teC4NNQ5PL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-teC4NNQ5PL img,
.cid-teC4NNQ5PL .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-teC4NNQ5PL .item:focus,
.cid-teC4NNQ5PL span:focus {
  outline: none;
}
.cid-teC4NNQ5PL .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-teC4NNQ5PL .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-teC4NNQ5PL .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-teC4NNQ5PL .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-teC4NNQ5PL .mbr-section-btn {
  margin-top: auto !important;
}
.cid-teC4NNQ5PL .mbr-section-title {
  color: #ffe161;
}
.cid-teC4NNQ5PL .mbr-text,
.cid-teC4NNQ5PL .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-teC4NNQ5PL .item-title {
  text-align: left;
}
.cid-teC4NNQ5PL .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-teC4NNQ5PL .mbr-section-subtitle {
  color: #ffe161;
}
.cid-teC4PiHmjh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-teC4PiHmjh img,
.cid-teC4PiHmjh .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-teC4PiHmjh .item:focus,
.cid-teC4PiHmjh span:focus {
  outline: none;
}
.cid-teC4PiHmjh .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-teC4PiHmjh .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-teC4PiHmjh .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-teC4PiHmjh .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-teC4PiHmjh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-teC4PiHmjh .mbr-section-title {
  color: #ffe161;
}
.cid-teC4PiHmjh .mbr-text,
.cid-teC4PiHmjh .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-teC4PiHmjh .item-title {
  text-align: left;
}
.cid-teC4PiHmjh .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-teC4PiHmjh .mbr-section-subtitle {
  color: #ffe161;
}
.cid-teC4PYWdh5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-teC4PYWdh5 img,
.cid-teC4PYWdh5 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-teC4PYWdh5 .item:focus,
.cid-teC4PYWdh5 span:focus {
  outline: none;
}
.cid-teC4PYWdh5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-teC4PYWdh5 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-teC4PYWdh5 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-teC4PYWdh5 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-teC4PYWdh5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-teC4PYWdh5 .mbr-section-title {
  color: #ffe161;
}
.cid-teC4PYWdh5 .mbr-text,
.cid-teC4PYWdh5 .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-teC4PYWdh5 .item-title {
  text-align: left;
}
.cid-teC4PYWdh5 .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-teC4PYWdh5 .mbr-section-subtitle {
  color: #ffe161;
}
.cid-teC91Tcvn1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-teC91Tcvn1 img,
.cid-teC91Tcvn1 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-teC91Tcvn1 .item:focus,
.cid-teC91Tcvn1 span:focus {
  outline: none;
}
.cid-teC91Tcvn1 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-teC91Tcvn1 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-teC91Tcvn1 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-teC91Tcvn1 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-teC91Tcvn1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-teC91Tcvn1 .mbr-section-title {
  color: #ffe161;
}
.cid-teC91Tcvn1 .mbr-text,
.cid-teC91Tcvn1 .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-teC91Tcvn1 .item-title {
  text-align: left;
}
.cid-teC91Tcvn1 .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-teC91Tcvn1 .mbr-section-subtitle {
  color: #ffe161;
}
.cid-teC4OFrH1G {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-teC4OFrH1G img,
.cid-teC4OFrH1G .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-teC4OFrH1G .item:focus,
.cid-teC4OFrH1G span:focus {
  outline: none;
}
.cid-teC4OFrH1G .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-teC4OFrH1G .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-teC4OFrH1G .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-teC4OFrH1G .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-teC4OFrH1G .mbr-section-btn {
  margin-top: auto !important;
}
.cid-teC4OFrH1G .mbr-section-title {
  color: #ffe161;
}
.cid-teC4OFrH1G .mbr-text,
.cid-teC4OFrH1G .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-teC4OFrH1G .item-title {
  text-align: left;
}
.cid-teC4OFrH1G .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-teC4OFrH1G .mbr-section-subtitle {
  color: #ffe161;
}
.cid-teC8ZB0wn1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-teC8ZB0wn1 img,
.cid-teC8ZB0wn1 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-teC8ZB0wn1 .item:focus,
.cid-teC8ZB0wn1 span:focus {
  outline: none;
}
.cid-teC8ZB0wn1 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-teC8ZB0wn1 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-teC8ZB0wn1 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-teC8ZB0wn1 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-teC8ZB0wn1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-teC8ZB0wn1 .mbr-section-title {
  color: #ffe161;
}
.cid-teC8ZB0wn1 .mbr-text,
.cid-teC8ZB0wn1 .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-teC8ZB0wn1 .item-title {
  text-align: left;
}
.cid-teC8ZB0wn1 .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-teC8ZB0wn1 .mbr-section-subtitle {
  color: #ffe161;
}
.cid-teC90jzdRC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-teC90jzdRC img,
.cid-teC90jzdRC .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-teC90jzdRC .item:focus,
.cid-teC90jzdRC span:focus {
  outline: none;
}
.cid-teC90jzdRC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-teC90jzdRC .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-teC90jzdRC .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-teC90jzdRC .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-teC90jzdRC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-teC90jzdRC .mbr-section-title {
  color: #ffe161;
}
.cid-teC90jzdRC .mbr-text,
.cid-teC90jzdRC .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-teC90jzdRC .item-title {
  text-align: left;
}
.cid-teC90jzdRC .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-teC90jzdRC .mbr-section-subtitle {
  color: #ffe161;
}
.cid-teC90WomhF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-teC90WomhF img,
.cid-teC90WomhF .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-teC90WomhF .item:focus,
.cid-teC90WomhF span:focus {
  outline: none;
}
.cid-teC90WomhF .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-teC90WomhF .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-teC90WomhF .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-teC90WomhF .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-teC90WomhF .mbr-section-btn {
  margin-top: auto !important;
}
.cid-teC90WomhF .mbr-section-title {
  color: #ffe161;
}
.cid-teC90WomhF .mbr-text,
.cid-teC90WomhF .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-teC90WomhF .item-title {
  text-align: left;
}
.cid-teC90WomhF .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-teC90WomhF .mbr-section-subtitle {
  color: #ffe161;
}
.cid-teBC7cvCbV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-teBC7cvCbV .mbr-fallback-image.disabled {
  display: none;
}
.cid-teBC7cvCbV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teBC7cvCbV .mbr-text,
.cid-teBC7cvCbV .mbr-section-btn {
  color: #232323;
}
.cid-teBC7cvCbV .card-title,
.cid-teBC7cvCbV .card-box {
  color: #ffe161;
}
.cid-teBC7cvCbV .mbr-text,
.cid-teBC7cvCbV .link-wrap {
  color: #ffffff;
}
.cid-teBC7dGxFL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-teBC7dGxFL .row-links {
  width: 100%;
  justify-content: center;
}
.cid-teBC7dGxFL .social-row {
  width: 100%;
  justify-content: center;
}
.cid-teBC7dGxFL .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-teBC7dGxFL .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-teBC7dGxFL .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-teBC7dGxFL .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-teBC7dGxFL .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-teBC7dGxFL .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-teBC7dGxFL .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-teBC7dGxFL .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-teBC7dGxFL .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-teBC7dGxFL .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-teBC7dGxFL .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-teBC7dGxFL .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-teBC7dGxFL .media-container-row .mbr-text {
  color: #ffe161;
}
.cid-teBIUavBa0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-teBIUavBa0 nav.navbar {
  position: fixed;
}
.cid-teBIUavBa0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-teBIUavBa0 .dropdown-menu {
  padding: 0;
}
.cid-teBIUavBa0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-teBIUavBa0 .dropdown-item:hover,
.cid-teBIUavBa0 .dropdown-item:focus {
  background: #ffe161 !important;
  color: white !important;
}
.cid-teBIUavBa0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-teBIUavBa0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-teBIUavBa0 .nav-link {
  position: relative;
}
.cid-teBIUavBa0 .container {
  display: flex;
  margin: auto;
}
.cid-teBIUavBa0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-teBIUavBa0 .navbar-caption {
  padding-right: 4rem;
}
.cid-teBIUavBa0 .dropdown-menu,
.cid-teBIUavBa0 .navbar.opened {
  background: #232323 !important;
}
.cid-teBIUavBa0 .nav-item:focus,
.cid-teBIUavBa0 .nav-link:focus {
  outline: none;
}
.cid-teBIUavBa0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-teBIUavBa0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-teBIUavBa0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-teBIUavBa0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-teBIUavBa0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-teBIUavBa0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-teBIUavBa0 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #232323;
}
.cid-teBIUavBa0 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-teBIUavBa0 .navbar.opened {
  transition: all .3s;
}
.cid-teBIUavBa0 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-teBIUavBa0 .navbar .navbar-logo img {
  width: auto;
}
.cid-teBIUavBa0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-teBIUavBa0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-teBIUavBa0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-teBIUavBa0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-teBIUavBa0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-teBIUavBa0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-teBIUavBa0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-teBIUavBa0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-teBIUavBa0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-teBIUavBa0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-teBIUavBa0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-teBIUavBa0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-teBIUavBa0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-teBIUavBa0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-teBIUavBa0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-teBIUavBa0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-teBIUavBa0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-teBIUavBa0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-teBIUavBa0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-teBIUavBa0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-teBIUavBa0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-teBIUavBa0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-teBIUavBa0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-teBIUavBa0 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-teBIUavBa0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-teBIUavBa0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-teBIUavBa0 .dropdown-item.active,
.cid-teBIUavBa0 .dropdown-item:active {
  background-color: transparent;
}
.cid-teBIUavBa0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-teBIUavBa0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-teBIUavBa0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-teBIUavBa0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-teBIUavBa0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-teBIUavBa0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-teBIUavBa0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-teBIUavBa0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-teBIUavBa0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-teBIUavBa0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-teBIUavBa0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-teBIUavBa0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-teBIUavBa0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-teBIUavBa0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-teBIUavBa0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-teBIUavBa0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-teBIUavBa0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-teBIUavBa0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-teBIUavBa0 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-teBIUavBa0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-teBIUavBa0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-teBIUavBa0 .navbar {
    height: 77px;
  }
  .cid-teBIUavBa0 .navbar.opened {
    height: auto;
  }
  .cid-teBIUavBa0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-teBIU8BIgF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/10035-1-1340x1785.jpeg");
}
.cid-teBIU8BIgF .mbr-fallback-image.disabled {
  display: none;
}
.cid-teBIU8BIgF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teBIU8BIgF .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-teBIU8BIgF .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-teBIU8BIgF .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-teBIU8BIgF .mbr-section-title {
  color: #ffe885;
  text-align: left;
}
.cid-teBIU8BIgF .mbr-text,
.cid-teBIU8BIgF .mbr-section-btn {
  color: #ffe885;
}
.cid-teBIUbg7Fq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-teBIUbg7Fq img,
.cid-teBIUbg7Fq .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-teBIUbg7Fq .item:focus,
.cid-teBIUbg7Fq span:focus {
  outline: none;
}
.cid-teBIUbg7Fq .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-teBIUbg7Fq .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-teBIUbg7Fq .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-teBIUbg7Fq .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-teBIUbg7Fq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-teBIUbg7Fq .mbr-section-title {
  color: #ffe161;
}
.cid-teBIUbg7Fq .mbr-text,
.cid-teBIUbg7Fq .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-teBIUbg7Fq .item-title {
  text-align: left;
}
.cid-teBIUbg7Fq .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-teBIUbg7Fq .mbr-section-subtitle {
  color: #ffe161;
}
.cid-teBIUcaAr0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-teBIUcaAr0 img,
.cid-teBIUcaAr0 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-teBIUcaAr0 .item:focus,
.cid-teBIUcaAr0 span:focus {
  outline: none;
}
.cid-teBIUcaAr0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-teBIUcaAr0 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-teBIUcaAr0 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-teBIUcaAr0 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-teBIUcaAr0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-teBIUcaAr0 .mbr-section-title {
  color: #ffe161;
}
.cid-teBIUcaAr0 .mbr-text,
.cid-teBIUcaAr0 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-teBIUcaAr0 .item-title {
  text-align: left;
}
.cid-teBIUcaAr0 .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-teBIUcaAr0 .mbr-section-subtitle {
  color: #ffe161;
}
.cid-teBIUd0cFH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-teBIUd0cFH img,
.cid-teBIUd0cFH .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-teBIUd0cFH .item:focus,
.cid-teBIUd0cFH span:focus {
  outline: none;
}
.cid-teBIUd0cFH .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-teBIUd0cFH .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-teBIUd0cFH .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-teBIUd0cFH .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-teBIUd0cFH .mbr-section-btn {
  margin-top: auto !important;
}
.cid-teBIUd0cFH .mbr-section-title {
  color: #ffe161;
}
.cid-teBIUd0cFH .mbr-text,
.cid-teBIUd0cFH .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-teBIUd0cFH .item-title {
  text-align: left;
}
.cid-teBIUd0cFH .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-teBIUd0cFH .mbr-section-subtitle {
  color: #ffe161;
}
.cid-teBIUdVHmO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-teBIUdVHmO img,
.cid-teBIUdVHmO .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-teBIUdVHmO .item:focus,
.cid-teBIUdVHmO span:focus {
  outline: none;
}
.cid-teBIUdVHmO .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-teBIUdVHmO .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-teBIUdVHmO .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-teBIUdVHmO .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-teBIUdVHmO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-teBIUdVHmO .mbr-section-title {
  color: #ffe161;
}
.cid-teBIUdVHmO .mbr-text,
.cid-teBIUdVHmO .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-teBIUdVHmO .item-title {
  text-align: left;
}
.cid-teBIUdVHmO .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-teBIUdVHmO .mbr-section-subtitle {
  color: #ffe161;
}
.cid-teBIUeXgAx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-teBIUeXgAx img,
.cid-teBIUeXgAx .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-teBIUeXgAx .item:focus,
.cid-teBIUeXgAx span:focus {
  outline: none;
}
.cid-teBIUeXgAx .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-teBIUeXgAx .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-teBIUeXgAx .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-teBIUeXgAx .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-teBIUeXgAx .mbr-section-btn {
  margin-top: auto !important;
}
.cid-teBIUeXgAx .mbr-section-title {
  color: #ffe161;
}
.cid-teBIUeXgAx .mbr-text,
.cid-teBIUeXgAx .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-teBIUeXgAx .item-title {
  text-align: left;
}
.cid-teBIUeXgAx .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-teBIUeXgAx .mbr-section-subtitle {
  color: #ffe161;
}
.cid-teBMliHuwv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-teBMliHuwv img,
.cid-teBMliHuwv .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-teBMliHuwv .item:focus,
.cid-teBMliHuwv span:focus {
  outline: none;
}
.cid-teBMliHuwv .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-teBMliHuwv .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-teBMliHuwv .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-teBMliHuwv .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-teBMliHuwv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-teBMliHuwv .mbr-section-title {
  color: #ffe161;
}
.cid-teBMliHuwv .mbr-text,
.cid-teBMliHuwv .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-teBMliHuwv .item-title {
  text-align: left;
}
.cid-teBMliHuwv .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-teBMliHuwv .mbr-section-subtitle {
  color: #ffe161;
}
.cid-teBMY5wwsp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-teBMY5wwsp img,
.cid-teBMY5wwsp .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-teBMY5wwsp .item:focus,
.cid-teBMY5wwsp span:focus {
  outline: none;
}
.cid-teBMY5wwsp .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-teBMY5wwsp .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-teBMY5wwsp .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-teBMY5wwsp .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-teBMY5wwsp .mbr-section-btn {
  margin-top: auto !important;
}
.cid-teBMY5wwsp .mbr-section-title {
  color: #ffe161;
}
.cid-teBMY5wwsp .mbr-text,
.cid-teBMY5wwsp .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-teBMY5wwsp .item-title {
  text-align: left;
}
.cid-teBMY5wwsp .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-teBMY5wwsp .mbr-section-subtitle {
  color: #ffe161;
}
.cid-teBMZ09eLY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-teBMZ09eLY img,
.cid-teBMZ09eLY .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-teBMZ09eLY .item:focus,
.cid-teBMZ09eLY span:focus {
  outline: none;
}
.cid-teBMZ09eLY .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-teBMZ09eLY .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-teBMZ09eLY .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-teBMZ09eLY .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-teBMZ09eLY .mbr-section-btn {
  margin-top: auto !important;
}
.cid-teBMZ09eLY .mbr-section-title {
  color: #ffe161;
}
.cid-teBMZ09eLY .mbr-text,
.cid-teBMZ09eLY .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-teBMZ09eLY .item-title {
  text-align: left;
}
.cid-teBMZ09eLY .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-teBMZ09eLY .mbr-section-subtitle {
  color: #ffe161;
}
.cid-teBN0m3lp0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-teBN0m3lp0 img,
.cid-teBN0m3lp0 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-teBN0m3lp0 .item:focus,
.cid-teBN0m3lp0 span:focus {
  outline: none;
}
.cid-teBN0m3lp0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-teBN0m3lp0 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-teBN0m3lp0 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-teBN0m3lp0 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-teBN0m3lp0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-teBN0m3lp0 .mbr-section-title {
  color: #ffe161;
}
.cid-teBN0m3lp0 .mbr-text,
.cid-teBN0m3lp0 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-teBN0m3lp0 .item-title {
  text-align: left;
}
.cid-teBN0m3lp0 .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-teBN0m3lp0 .mbr-section-subtitle {
  color: #ffe161;
}
.cid-teBNMHGWkg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-teBNMHGWkg img,
.cid-teBNMHGWkg .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-teBNMHGWkg .item:focus,
.cid-teBNMHGWkg span:focus {
  outline: none;
}
.cid-teBNMHGWkg .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-teBNMHGWkg .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-teBNMHGWkg .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-teBNMHGWkg .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-teBNMHGWkg .mbr-section-btn {
  margin-top: auto !important;
}
.cid-teBNMHGWkg .mbr-section-title {
  color: #ffe161;
}
.cid-teBNMHGWkg .mbr-text,
.cid-teBNMHGWkg .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-teBNMHGWkg .item-title {
  text-align: left;
}
.cid-teBNMHGWkg .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-teBNMHGWkg .mbr-section-subtitle {
  color: #ffe161;
}
.cid-teBNNHT2HD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-teBNNHT2HD img,
.cid-teBNNHT2HD .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-teBNNHT2HD .item:focus,
.cid-teBNNHT2HD span:focus {
  outline: none;
}
.cid-teBNNHT2HD .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-teBNNHT2HD .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-teBNNHT2HD .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-teBNNHT2HD .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-teBNNHT2HD .mbr-section-btn {
  margin-top: auto !important;
}
.cid-teBNNHT2HD .mbr-section-title {
  color: #ffe161;
}
.cid-teBNNHT2HD .mbr-text,
.cid-teBNNHT2HD .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-teBNNHT2HD .item-title {
  text-align: left;
}
.cid-teBNNHT2HD .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-teBNNHT2HD .mbr-section-subtitle {
  color: #ffe161;
}
.cid-teBNOB9jD9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-teBNOB9jD9 img,
.cid-teBNOB9jD9 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-teBNOB9jD9 .item:focus,
.cid-teBNOB9jD9 span:focus {
  outline: none;
}
.cid-teBNOB9jD9 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-teBNOB9jD9 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-teBNOB9jD9 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-teBNOB9jD9 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-teBNOB9jD9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-teBNOB9jD9 .mbr-section-title {
  color: #ffe161;
}
.cid-teBNOB9jD9 .mbr-text,
.cid-teBNOB9jD9 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-teBNOB9jD9 .item-title {
  text-align: left;
}
.cid-teBNOB9jD9 .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-teBNOB9jD9 .mbr-section-subtitle {
  color: #ffe161;
}
.cid-teBIUfOAdJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-teBIUfOAdJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-teBIUfOAdJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teBIUfOAdJ .mbr-text,
.cid-teBIUfOAdJ .mbr-section-btn {
  color: #232323;
}
.cid-teBIUfOAdJ .card-title,
.cid-teBIUfOAdJ .card-box {
  color: #ffe161;
}
.cid-teBIUfOAdJ .mbr-text,
.cid-teBIUfOAdJ .link-wrap {
  color: #ffffff;
}
.cid-teBIUgmxr3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-teBIUgmxr3 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-teBIUgmxr3 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-teBIUgmxr3 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-teBIUgmxr3 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-teBIUgmxr3 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-teBIUgmxr3 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-teBIUgmxr3 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-teBIUgmxr3 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-teBIUgmxr3 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-teBIUgmxr3 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-teBIUgmxr3 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-teBIUgmxr3 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-teBIUgmxr3 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-teBIUgmxr3 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-teBIUgmxr3 .media-container-row .mbr-text {
  color: #ffe161;
}
.cid-teCbeLVSpJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-teCbeLVSpJ nav.navbar {
  position: fixed;
}
.cid-teCbeLVSpJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-teCbeLVSpJ .dropdown-menu {
  padding: 0;
}
.cid-teCbeLVSpJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-teCbeLVSpJ .dropdown-item:hover,
.cid-teCbeLVSpJ .dropdown-item:focus {
  background: #ffe161 !important;
  color: white !important;
}
.cid-teCbeLVSpJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-teCbeLVSpJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-teCbeLVSpJ .nav-link {
  position: relative;
}
.cid-teCbeLVSpJ .container {
  display: flex;
  margin: auto;
}
.cid-teCbeLVSpJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-teCbeLVSpJ .navbar-caption {
  padding-right: 4rem;
}
.cid-teCbeLVSpJ .dropdown-menu,
.cid-teCbeLVSpJ .navbar.opened {
  background: #232323 !important;
}
.cid-teCbeLVSpJ .nav-item:focus,
.cid-teCbeLVSpJ .nav-link:focus {
  outline: none;
}
.cid-teCbeLVSpJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-teCbeLVSpJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-teCbeLVSpJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-teCbeLVSpJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-teCbeLVSpJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-teCbeLVSpJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-teCbeLVSpJ .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #232323;
}
.cid-teCbeLVSpJ .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-teCbeLVSpJ .navbar.opened {
  transition: all .3s;
}
.cid-teCbeLVSpJ .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-teCbeLVSpJ .navbar .navbar-logo img {
  width: auto;
}
.cid-teCbeLVSpJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-teCbeLVSpJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-teCbeLVSpJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-teCbeLVSpJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-teCbeLVSpJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-teCbeLVSpJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-teCbeLVSpJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-teCbeLVSpJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-teCbeLVSpJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-teCbeLVSpJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-teCbeLVSpJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-teCbeLVSpJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-teCbeLVSpJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-teCbeLVSpJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-teCbeLVSpJ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-teCbeLVSpJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-teCbeLVSpJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-teCbeLVSpJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-teCbeLVSpJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-teCbeLVSpJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-teCbeLVSpJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-teCbeLVSpJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-teCbeLVSpJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-teCbeLVSpJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-teCbeLVSpJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-teCbeLVSpJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-teCbeLVSpJ .dropdown-item.active,
.cid-teCbeLVSpJ .dropdown-item:active {
  background-color: transparent;
}
.cid-teCbeLVSpJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-teCbeLVSpJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-teCbeLVSpJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-teCbeLVSpJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-teCbeLVSpJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-teCbeLVSpJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-teCbeLVSpJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-teCbeLVSpJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-teCbeLVSpJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-teCbeLVSpJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-teCbeLVSpJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-teCbeLVSpJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-teCbeLVSpJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-teCbeLVSpJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-teCbeLVSpJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-teCbeLVSpJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-teCbeLVSpJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-teCbeLVSpJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-teCbeLVSpJ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-teCbeLVSpJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-teCbeLVSpJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-teCbeLVSpJ .navbar {
    height: 77px;
  }
  .cid-teCbeLVSpJ .navbar.opened {
    height: auto;
  }
  .cid-teCbeLVSpJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-teCbeLvHJ7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/6e0112c6afd0a37c8ddaf71bc7e9ad82-236x295.jpg");
}
.cid-teCbeLvHJ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-teCbeLvHJ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teCbeLvHJ7 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-teCbeLvHJ7 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-teCbeLvHJ7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-teCbeLvHJ7 .mbr-section-title {
  color: #ffe885;
  text-align: left;
}
.cid-teCbeLvHJ7 .mbr-text,
.cid-teCbeLvHJ7 .mbr-section-btn {
  color: #ffe885;
}
.cid-teCbeMFoVC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-teCbeMFoVC img,
.cid-teCbeMFoVC .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-teCbeMFoVC .item:focus,
.cid-teCbeMFoVC span:focus {
  outline: none;
}
.cid-teCbeMFoVC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-teCbeMFoVC .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-teCbeMFoVC .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-teCbeMFoVC .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-teCbeMFoVC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-teCbeMFoVC .mbr-section-title {
  color: #ffe161;
}
.cid-teCbeMFoVC .mbr-text,
.cid-teCbeMFoVC .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-teCbeMFoVC .item-title {
  text-align: left;
}
.cid-teCbeMFoVC .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-teCbeMFoVC .mbr-section-subtitle {
  color: #ffe161;
}
.cid-teCbeOwiOA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-teCbeOwiOA img,
.cid-teCbeOwiOA .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-teCbeOwiOA .item:focus,
.cid-teCbeOwiOA span:focus {
  outline: none;
}
.cid-teCbeOwiOA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-teCbeOwiOA .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-teCbeOwiOA .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-teCbeOwiOA .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-teCbeOwiOA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-teCbeOwiOA .mbr-section-title {
  color: #ffe161;
}
.cid-teCbeOwiOA .mbr-text,
.cid-teCbeOwiOA .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-teCbeOwiOA .item-title {
  text-align: left;
}
.cid-teCbeOwiOA .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-teCbeOwiOA .mbr-section-subtitle {
  color: #ffe161;
}
.cid-teCbePnxcY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-teCbePnxcY img,
.cid-teCbePnxcY .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-teCbePnxcY .item:focus,
.cid-teCbePnxcY span:focus {
  outline: none;
}
.cid-teCbePnxcY .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-teCbePnxcY .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-teCbePnxcY .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-teCbePnxcY .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-teCbePnxcY .mbr-section-btn {
  margin-top: auto !important;
}
.cid-teCbePnxcY .mbr-section-title {
  color: #ffe161;
}
.cid-teCbePnxcY .mbr-text,
.cid-teCbePnxcY .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-teCbePnxcY .item-title {
  text-align: left;
}
.cid-teCbePnxcY .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-teCbePnxcY .mbr-section-subtitle {
  color: #ffe161;
}
.cid-teCbeQavyY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-teCbeQavyY img,
.cid-teCbeQavyY .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-teCbeQavyY .item:focus,
.cid-teCbeQavyY span:focus {
  outline: none;
}
.cid-teCbeQavyY .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-teCbeQavyY .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-teCbeQavyY .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-teCbeQavyY .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-teCbeQavyY .mbr-section-btn {
  margin-top: auto !important;
}
.cid-teCbeQavyY .mbr-section-title {
  color: #ffe161;
}
.cid-teCbeQavyY .mbr-text,
.cid-teCbeQavyY .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-teCbeQavyY .item-title {
  text-align: left;
}
.cid-teCbeQavyY .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-teCbeQavyY .mbr-section-subtitle {
  color: #ffe161;
}
.cid-teCbeR2yQy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-teCbeR2yQy img,
.cid-teCbeR2yQy .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-teCbeR2yQy .item:focus,
.cid-teCbeR2yQy span:focus {
  outline: none;
}
.cid-teCbeR2yQy .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-teCbeR2yQy .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-teCbeR2yQy .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-teCbeR2yQy .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-teCbeR2yQy .mbr-section-btn {
  margin-top: auto !important;
}
.cid-teCbeR2yQy .mbr-section-title {
  color: #ffe161;
}
.cid-teCbeR2yQy .mbr-text,
.cid-teCbeR2yQy .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-teCbeR2yQy .item-title {
  text-align: left;
}
.cid-teCbeR2yQy .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-teCbeR2yQy .mbr-section-subtitle {
  color: #ffe161;
}
.cid-teCbeRQabg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-teCbeRQabg img,
.cid-teCbeRQabg .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-teCbeRQabg .item:focus,
.cid-teCbeRQabg span:focus {
  outline: none;
}
.cid-teCbeRQabg .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-teCbeRQabg .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-teCbeRQabg .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-teCbeRQabg .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-teCbeRQabg .mbr-section-btn {
  margin-top: auto !important;
}
.cid-teCbeRQabg .mbr-section-title {
  color: #ffe161;
}
.cid-teCbeRQabg .mbr-text,
.cid-teCbeRQabg .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-teCbeRQabg .item-title {
  text-align: left;
}
.cid-teCbeRQabg .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-teCbeRQabg .mbr-section-subtitle {
  color: #ffe161;
}
.cid-teCbeSDsg4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-teCbeSDsg4 img,
.cid-teCbeSDsg4 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-teCbeSDsg4 .item:focus,
.cid-teCbeSDsg4 span:focus {
  outline: none;
}
.cid-teCbeSDsg4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-teCbeSDsg4 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-teCbeSDsg4 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-teCbeSDsg4 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-teCbeSDsg4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-teCbeSDsg4 .mbr-section-title {
  color: #ffe161;
}
.cid-teCbeSDsg4 .mbr-text,
.cid-teCbeSDsg4 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-teCbeSDsg4 .item-title {
  text-align: left;
}
.cid-teCbeSDsg4 .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-teCbeSDsg4 .mbr-section-subtitle {
  color: #ffe161;
}
.cid-teCbeTy2BY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-teCbeTy2BY img,
.cid-teCbeTy2BY .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-teCbeTy2BY .item:focus,
.cid-teCbeTy2BY span:focus {
  outline: none;
}
.cid-teCbeTy2BY .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-teCbeTy2BY .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-teCbeTy2BY .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-teCbeTy2BY .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-teCbeTy2BY .mbr-section-btn {
  margin-top: auto !important;
}
.cid-teCbeTy2BY .mbr-section-title {
  color: #ffe161;
}
.cid-teCbeTy2BY .mbr-text,
.cid-teCbeTy2BY .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-teCbeTy2BY .item-title {
  text-align: left;
}
.cid-teCbeTy2BY .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-teCbeTy2BY .mbr-section-subtitle {
  color: #ffe161;
}
.cid-teCbeUsgGr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-teCbeUsgGr img,
.cid-teCbeUsgGr .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-teCbeUsgGr .item:focus,
.cid-teCbeUsgGr span:focus {
  outline: none;
}
.cid-teCbeUsgGr .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-teCbeUsgGr .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-teCbeUsgGr .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-teCbeUsgGr .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-teCbeUsgGr .mbr-section-btn {
  margin-top: auto !important;
}
.cid-teCbeUsgGr .mbr-section-title {
  color: #ffe161;
}
.cid-teCbeUsgGr .mbr-text,
.cid-teCbeUsgGr .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-teCbeUsgGr .item-title {
  text-align: left;
}
.cid-teCbeUsgGr .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-teCbeUsgGr .mbr-section-subtitle {
  color: #ffe161;
}
.cid-teCbeVnPf6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-teCbeVnPf6 img,
.cid-teCbeVnPf6 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-teCbeVnPf6 .item:focus,
.cid-teCbeVnPf6 span:focus {
  outline: none;
}
.cid-teCbeVnPf6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-teCbeVnPf6 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-teCbeVnPf6 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-teCbeVnPf6 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-teCbeVnPf6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-teCbeVnPf6 .mbr-section-title {
  color: #ffe161;
}
.cid-teCbeVnPf6 .mbr-text,
.cid-teCbeVnPf6 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-teCbeVnPf6 .item-title {
  text-align: left;
}
.cid-teCbeVnPf6 .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-teCbeVnPf6 .mbr-section-subtitle {
  color: #ffe161;
}
.cid-teCbeWl9OP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-teCbeWl9OP img,
.cid-teCbeWl9OP .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-teCbeWl9OP .item:focus,
.cid-teCbeWl9OP span:focus {
  outline: none;
}
.cid-teCbeWl9OP .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-teCbeWl9OP .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-teCbeWl9OP .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-teCbeWl9OP .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-teCbeWl9OP .mbr-section-btn {
  margin-top: auto !important;
}
.cid-teCbeWl9OP .mbr-section-title {
  color: #ffe161;
}
.cid-teCbeWl9OP .mbr-text,
.cid-teCbeWl9OP .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-teCbeWl9OP .item-title {
  text-align: left;
}
.cid-teCbeWl9OP .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-teCbeWl9OP .mbr-section-subtitle {
  color: #ffe161;
}
.cid-teCbeXcGke {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-teCbeXcGke .mbr-fallback-image.disabled {
  display: none;
}
.cid-teCbeXcGke .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teCbeXcGke .mbr-text,
.cid-teCbeXcGke .mbr-section-btn {
  color: #232323;
}
.cid-teCbeXcGke .card-title,
.cid-teCbeXcGke .card-box {
  color: #ffe161;
}
.cid-teCbeXcGke .mbr-text,
.cid-teCbeXcGke .link-wrap {
  color: #ffffff;
}
.cid-teCbeXW8EE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-teCbeXW8EE .row-links {
  width: 100%;
  justify-content: center;
}
.cid-teCbeXW8EE .social-row {
  width: 100%;
  justify-content: center;
}
.cid-teCbeXW8EE .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-teCbeXW8EE .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-teCbeXW8EE .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-teCbeXW8EE .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-teCbeXW8EE .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-teCbeXW8EE .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-teCbeXW8EE .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-teCbeXW8EE .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-teCbeXW8EE .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-teCbeXW8EE .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-teCbeXW8EE .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-teCbeXW8EE .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-teCbeXW8EE .media-container-row .mbr-text {
  color: #ffe161;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #ffe161 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #232323 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #232323;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-teqeL9XPc0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/ftxqahlwuaaqoyo-837x1024.png");
}
.cid-teqeL9XPc0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-teqeL9XPc0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teqeL9XPc0 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-teqeL9XPc0 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-teqeL9XPc0 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-teqeL9XPc0 .mbr-section-title {
  color: #ffe885;
  text-align: left;
}
.cid-teqeL9XPc0 .mbr-text,
.cid-teqeL9XPc0 .mbr-section-btn {
  color: #ffe885;
}
.cid-teBdwSGjtL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffe161;
}
.cid-teBdwSGjtL .mbr-fallback-image.disabled {
  display: none;
}
.cid-teBdwSGjtL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teBdwSGjtL .mbr-section-title {
  color: #232323;
}
.cid-teBbBxA5Kf {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-teBbBxA5Kf img,
.cid-teBbBxA5Kf .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-teBbBxA5Kf .item:focus,
.cid-teBbBxA5Kf span:focus {
  outline: none;
}
.cid-teBbBxA5Kf .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-teBbBxA5Kf .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffe161;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-teBbBxA5Kf .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-teBbBxA5Kf .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-teBbBxA5Kf .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-teBbBxA5Kf .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-teBbBxA5Kf .mbr-section-btn {
  margin-top: auto !important;
}
.cid-teBbBxA5Kf .mbr-section-title {
  color: #ffe161;
}
.cid-teBbBxA5Kf .mbr-text,
.cid-teBbBxA5Kf .mbr-section-btn {
  text-align: left;
}
.cid-teBbBxA5Kf .item-title {
  text-align: left;
}
.cid-teBbBxA5Kf .item-subtitle {
  text-align: left;
}
.cid-teBbBxA5Kf .mbr-section-subtitle {
  color: #ffe161;
}
.cid-thIgNLjpwN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-thIgNLjpwN img,
.cid-thIgNLjpwN .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-thIgNLjpwN .item:focus,
.cid-thIgNLjpwN span:focus {
  outline: none;
}
.cid-thIgNLjpwN .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-thIgNLjpwN .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffe161;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-thIgNLjpwN .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-thIgNLjpwN .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-thIgNLjpwN .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-thIgNLjpwN .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-thIgNLjpwN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-thIgNLjpwN .mbr-section-title {
  color: #ffe161;
}
.cid-thIgNLjpwN .mbr-text,
.cid-thIgNLjpwN .mbr-section-btn {
  text-align: left;
}
.cid-thIgNLjpwN .item-title {
  text-align: left;
}
.cid-thIgNLjpwN .item-subtitle {
  text-align: left;
}
.cid-thIgNLjpwN .mbr-section-subtitle {
  color: #ffe161;
}
.cid-teqhybnfIw {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-teqhybnfIw .mbr-fallback-image.disabled {
  display: none;
}
.cid-teqhybnfIw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teqhybnfIw .item {
  padding-bottom: 2rem;
}
.cid-teqhybnfIw .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-teqhybnfIw .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-teqhybnfIw .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-teqhybnfIw .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-teqhybnfIw .carousel-control,
.cid-teqhybnfIw .close {
  background: #1b1b1b;
}
.cid-teqhybnfIw .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-teqhybnfIw .carousel-control-prev span {
  margin-right: 5px;
}
.cid-teqhybnfIw .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-teqhybnfIw .carousel-control-next span {
  margin-left: 5px;
}
.cid-teqhybnfIw .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-teqhybnfIw .close::before {
  content: '\e91a';
}
.cid-teqhybnfIw .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-teqhybnfIw .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-teqhybnfIw .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-teqhybnfIw .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-teqhybnfIw .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-teqhybnfIw .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-teqhybnfIw .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-teqhybnfIw .carousel-indicators li.active,
.cid-teqhybnfIw .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-teqhybnfIw .carousel-indicators li::after,
.cid-teqhybnfIw .carousel-indicators li::before {
  content: none;
}
.cid-teqhybnfIw .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-teqhybnfIw .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-teqhybnfIw .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-teqhybnfIw .carousel-indicators {
    display: none;
  }
}
.cid-teqhybnfIw .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-teqhybnfIw .carousel-inner > .active {
  display: block;
}
.cid-teqhybnfIw .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-teqhybnfIw .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-teqhybnfIw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-teqhybnfIw .carousel-control,
  .cid-teqhybnfIw .carousel-indicators,
  .cid-teqhybnfIw .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-teqhybnfIw .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-teqhybnfIw .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-teqhybnfIw .carousel-indicators .active,
.cid-teqhybnfIw .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-teqhybnfIw .carousel-indicators .active {
  background: #fff;
}
.cid-teqhybnfIw .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-teqhybnfIw .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-teqhybnfIw .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-teqhybnfIw .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-teqhybnfIw .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-teqhybnfIw .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-teqhybnfIw .carousel {
  width: 100%;
}
.cid-teqhybnfIw .modal-backdrop.in {
  opacity: 0.8;
}
.cid-teqhybnfIw .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-teqhybnfIw .modal.fade .modal-dialog,
.cid-teqhybnfIw .modal.in .modal-dialog {
  transform: none;
}
.cid-teqhybnfIw .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-teqhybnfIw H6 {
  text-align: center;
  color: #ffe161;
}
.cid-teqhybnfIw H3 {
  color: #ffe885;
  text-align: center;
}
.cid-teqhybnfIw H4 {
  color: #ffe161;
}
.cid-s48upRUlSD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/letter-japan-style-hoodies-sweatshirts-men-harajuku-hip-hop-streetwear-pullover-casual-techwear-fluff-hoddies-male-1.webp");
}
@media (max-width: 991px) {
  .cid-s48upRUlSD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-s48upRUlSD .row {
  flex-direction: row-reverse;
}
.cid-s48upRUlSD img {
  width: 100%;
}
.cid-teqqbB5iSD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-teqqbB5iSD .mbr-fallback-image.disabled {
  display: none;
}
.cid-teqqbB5iSD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teqqbB5iSD .mbr-text,
.cid-teqqbB5iSD .mbr-section-btn {
  color: #232323;
}
.cid-teqqbB5iSD .card-title,
.cid-teqqbB5iSD .card-box {
  color: #ffe161;
}
.cid-teqqbB5iSD .mbr-text,
.cid-teqqbB5iSD .link-wrap {
  color: #ffffff;
}
.cid-s48P1Icc8J {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-s48P1Icc8J .row-links {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .social-row {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-s48P1Icc8J .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s48P1Icc8J .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-s48P1Icc8J .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s48P1Icc8J .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s48P1Icc8J .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-s48P1Icc8J .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s48P1Icc8J .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s48P1Icc8J .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s48P1Icc8J .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-s48P1Icc8J .media-container-row .mbr-text {
  color: #ffe161;
}
.cid-th1hOPqDA2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-th1hOPqDA2 nav.navbar {
  position: fixed;
}
.cid-th1hOPqDA2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-th1hOPqDA2 .dropdown-menu {
  padding: 0;
}
.cid-th1hOPqDA2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-th1hOPqDA2 .dropdown-item:hover,
.cid-th1hOPqDA2 .dropdown-item:focus {
  background: #ffe161 !important;
  color: white !important;
}
.cid-th1hOPqDA2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-th1hOPqDA2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-th1hOPqDA2 .nav-link {
  position: relative;
}
.cid-th1hOPqDA2 .container {
  display: flex;
  margin: auto;
}
.cid-th1hOPqDA2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-th1hOPqDA2 .navbar-caption {
  padding-right: 4rem;
}
.cid-th1hOPqDA2 .dropdown-menu,
.cid-th1hOPqDA2 .navbar.opened {
  background: #232323 !important;
}
.cid-th1hOPqDA2 .nav-item:focus,
.cid-th1hOPqDA2 .nav-link:focus {
  outline: none;
}
.cid-th1hOPqDA2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-th1hOPqDA2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-th1hOPqDA2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-th1hOPqDA2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-th1hOPqDA2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-th1hOPqDA2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-th1hOPqDA2 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #232323;
}
.cid-th1hOPqDA2 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-th1hOPqDA2 .navbar.opened {
  transition: all .3s;
}
.cid-th1hOPqDA2 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-th1hOPqDA2 .navbar .navbar-logo img {
  width: auto;
}
.cid-th1hOPqDA2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-th1hOPqDA2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-th1hOPqDA2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-th1hOPqDA2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-th1hOPqDA2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-th1hOPqDA2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-th1hOPqDA2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-th1hOPqDA2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-th1hOPqDA2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-th1hOPqDA2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-th1hOPqDA2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-th1hOPqDA2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-th1hOPqDA2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-th1hOPqDA2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-th1hOPqDA2 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-th1hOPqDA2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-th1hOPqDA2 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-th1hOPqDA2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-th1hOPqDA2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-th1hOPqDA2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-th1hOPqDA2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-th1hOPqDA2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-th1hOPqDA2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-th1hOPqDA2 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-th1hOPqDA2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-th1hOPqDA2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-th1hOPqDA2 .dropdown-item.active,
.cid-th1hOPqDA2 .dropdown-item:active {
  background-color: transparent;
}
.cid-th1hOPqDA2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-th1hOPqDA2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-th1hOPqDA2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-th1hOPqDA2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-th1hOPqDA2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-th1hOPqDA2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-th1hOPqDA2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-th1hOPqDA2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-th1hOPqDA2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-th1hOPqDA2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-th1hOPqDA2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-th1hOPqDA2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-th1hOPqDA2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-th1hOPqDA2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-th1hOPqDA2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-th1hOPqDA2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-th1hOPqDA2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-th1hOPqDA2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-th1hOPqDA2 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-th1hOPqDA2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-th1hOPqDA2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-th1hOPqDA2 .navbar {
    height: 77px;
  }
  .cid-th1hOPqDA2 .navbar.opened {
    height: auto;
  }
  .cid-th1hOPqDA2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-th1hOOWXXU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/19161571-0-ladies-poncho.webp");
}
.cid-th1hOOWXXU .mbr-fallback-image.disabled {
  display: none;
}
.cid-th1hOOWXXU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-th1hOOWXXU .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-th1hOOWXXU .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-th1hOOWXXU .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-th1hOOWXXU .mbr-section-title {
  color: #ffe885;
  text-align: left;
}
.cid-th1hOOWXXU .mbr-text,
.cid-th1hOOWXXU .mbr-section-btn {
  color: #ffe885;
}
.cid-th1hOQ1dEM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-th1hOQ1dEM img,
.cid-th1hOQ1dEM .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-th1hOQ1dEM .item:focus,
.cid-th1hOQ1dEM span:focus {
  outline: none;
}
.cid-th1hOQ1dEM .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-th1hOQ1dEM .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-th1hOQ1dEM .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-th1hOQ1dEM .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-th1hOQ1dEM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-th1hOQ1dEM .mbr-section-title {
  color: #ffe161;
}
.cid-th1hOQ1dEM .mbr-text,
.cid-th1hOQ1dEM .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-th1hOQ1dEM .item-title {
  text-align: left;
}
.cid-th1hOQ1dEM .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-th1hOQ1dEM .mbr-section-subtitle {
  color: #ffe161;
}
.cid-th1hOQ1dEM .item-subtitle DIV {
  text-align: left;
}
.cid-th1hOQGbKS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-th1hOQGbKS img,
.cid-th1hOQGbKS .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-th1hOQGbKS .item:focus,
.cid-th1hOQGbKS span:focus {
  outline: none;
}
.cid-th1hOQGbKS .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-th1hOQGbKS .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-th1hOQGbKS .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-th1hOQGbKS .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-th1hOQGbKS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-th1hOQGbKS .mbr-section-title {
  color: #ffe161;
}
.cid-th1hOQGbKS .mbr-text,
.cid-th1hOQGbKS .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-th1hOQGbKS .item-title {
  text-align: left;
}
.cid-th1hOQGbKS .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-th1hOQGbKS .mbr-section-subtitle {
  color: #ffe161;
}
.cid-th1hORl8MI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-th1hORl8MI img,
.cid-th1hORl8MI .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-th1hORl8MI .item:focus,
.cid-th1hORl8MI span:focus {
  outline: none;
}
.cid-th1hORl8MI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-th1hORl8MI .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-th1hORl8MI .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-th1hORl8MI .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-th1hORl8MI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-th1hORl8MI .mbr-section-title {
  color: #ffe161;
}
.cid-th1hORl8MI .mbr-text,
.cid-th1hORl8MI .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-th1hORl8MI .item-title {
  text-align: left;
}
.cid-th1hORl8MI .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-th1hORl8MI .mbr-section-subtitle {
  color: #ffe161;
}
.cid-th1hOS0YmN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-th1hOS0YmN img,
.cid-th1hOS0YmN .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-th1hOS0YmN .item:focus,
.cid-th1hOS0YmN span:focus {
  outline: none;
}
.cid-th1hOS0YmN .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-th1hOS0YmN .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-th1hOS0YmN .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-th1hOS0YmN .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-th1hOS0YmN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-th1hOS0YmN .mbr-section-title {
  color: #ffe161;
}
.cid-th1hOS0YmN .mbr-text,
.cid-th1hOS0YmN .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-th1hOS0YmN .item-title {
  text-align: left;
}
.cid-th1hOS0YmN .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-th1hOS0YmN .mbr-section-subtitle {
  color: #ffe161;
}
.cid-th1hOSEyEd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-th1hOSEyEd img,
.cid-th1hOSEyEd .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-th1hOSEyEd .item:focus,
.cid-th1hOSEyEd span:focus {
  outline: none;
}
.cid-th1hOSEyEd .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-th1hOSEyEd .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-th1hOSEyEd .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-th1hOSEyEd .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-th1hOSEyEd .mbr-section-btn {
  margin-top: auto !important;
}
.cid-th1hOSEyEd .mbr-section-title {
  color: #ffe161;
}
.cid-th1hOSEyEd .mbr-text,
.cid-th1hOSEyEd .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-th1hOSEyEd .item-title {
  text-align: left;
}
.cid-th1hOSEyEd .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-th1hOSEyEd .mbr-section-subtitle {
  color: #ffe161;
}
.cid-th1hOTjJCX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-th1hOTjJCX img,
.cid-th1hOTjJCX .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-th1hOTjJCX .item:focus,
.cid-th1hOTjJCX span:focus {
  outline: none;
}
.cid-th1hOTjJCX .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-th1hOTjJCX .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-th1hOTjJCX .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-th1hOTjJCX .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-th1hOTjJCX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-th1hOTjJCX .mbr-section-title {
  color: #ffe161;
}
.cid-th1hOTjJCX .mbr-text,
.cid-th1hOTjJCX .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-th1hOTjJCX .item-title {
  text-align: left;
}
.cid-th1hOTjJCX .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-th1hOTjJCX .mbr-section-subtitle {
  color: #ffe161;
}
.cid-th1hOTVuJU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-th1hOTVuJU img,
.cid-th1hOTVuJU .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-th1hOTVuJU .item:focus,
.cid-th1hOTVuJU span:focus {
  outline: none;
}
.cid-th1hOTVuJU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-th1hOTVuJU .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-th1hOTVuJU .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-th1hOTVuJU .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-th1hOTVuJU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-th1hOTVuJU .mbr-section-title {
  color: #ffe161;
}
.cid-th1hOTVuJU .mbr-text,
.cid-th1hOTVuJU .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-th1hOTVuJU .item-title {
  text-align: left;
}
.cid-th1hOTVuJU .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-th1hOTVuJU .mbr-section-subtitle {
  color: #ffe161;
}
.cid-th1hOUERc9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-th1hOUERc9 img,
.cid-th1hOUERc9 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-th1hOUERc9 .item:focus,
.cid-th1hOUERc9 span:focus {
  outline: none;
}
.cid-th1hOUERc9 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-th1hOUERc9 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-th1hOUERc9 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-th1hOUERc9 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-th1hOUERc9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-th1hOUERc9 .mbr-section-title {
  color: #ffe161;
}
.cid-th1hOUERc9 .mbr-text,
.cid-th1hOUERc9 .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-th1hOUERc9 .item-title {
  text-align: left;
}
.cid-th1hOUERc9 .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-th1hOUERc9 .mbr-section-subtitle {
  color: #ffe161;
}
.cid-th1hOVkM0e {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-th1hOVkM0e img,
.cid-th1hOVkM0e .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-th1hOVkM0e .item:focus,
.cid-th1hOVkM0e span:focus {
  outline: none;
}
.cid-th1hOVkM0e .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-th1hOVkM0e .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-th1hOVkM0e .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-th1hOVkM0e .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-th1hOVkM0e .mbr-section-btn {
  margin-top: auto !important;
}
.cid-th1hOVkM0e .mbr-section-title {
  color: #ffe161;
}
.cid-th1hOVkM0e .mbr-text,
.cid-th1hOVkM0e .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-th1hOVkM0e .item-title {
  text-align: left;
}
.cid-th1hOVkM0e .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-th1hOVkM0e .mbr-section-subtitle {
  color: #ffe161;
}
.cid-th1hOVXDjb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-th1hOVXDjb img,
.cid-th1hOVXDjb .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-th1hOVXDjb .item:focus,
.cid-th1hOVXDjb span:focus {
  outline: none;
}
.cid-th1hOVXDjb .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-th1hOVXDjb .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-th1hOVXDjb .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-th1hOVXDjb .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-th1hOVXDjb .mbr-section-btn {
  margin-top: auto !important;
}
.cid-th1hOVXDjb .mbr-section-title {
  color: #ffe161;
}
.cid-th1hOVXDjb .mbr-text,
.cid-th1hOVXDjb .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-th1hOVXDjb .item-title {
  text-align: left;
}
.cid-th1hOVXDjb .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-th1hOVXDjb .mbr-section-subtitle {
  color: #ffe161;
}
.cid-th1hOWGK1C {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-th1hOWGK1C img,
.cid-th1hOWGK1C .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-th1hOWGK1C .item:focus,
.cid-th1hOWGK1C span:focus {
  outline: none;
}
.cid-th1hOWGK1C .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-th1hOWGK1C .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-th1hOWGK1C .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-th1hOWGK1C .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-th1hOWGK1C .mbr-section-btn {
  margin-top: auto !important;
}
.cid-th1hOWGK1C .mbr-section-title {
  color: #ffe161;
}
.cid-th1hOWGK1C .mbr-text,
.cid-th1hOWGK1C .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-th1hOWGK1C .item-title {
  text-align: left;
}
.cid-th1hOWGK1C .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-th1hOWGK1C .mbr-section-subtitle {
  color: #ffe161;
}
.cid-th1hOXp21R {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-th1hOXp21R img,
.cid-th1hOXp21R .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-th1hOXp21R .item:focus,
.cid-th1hOXp21R span:focus {
  outline: none;
}
.cid-th1hOXp21R .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-th1hOXp21R .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-th1hOXp21R .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-th1hOXp21R .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-th1hOXp21R .mbr-section-btn {
  margin-top: auto !important;
}
.cid-th1hOXp21R .mbr-section-title {
  color: #ffe161;
}
.cid-th1hOXp21R .mbr-text,
.cid-th1hOXp21R .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-th1hOXp21R .item-title {
  text-align: left;
}
.cid-th1hOXp21R .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-th1hOXp21R .mbr-section-subtitle {
  color: #ffe161;
}
.cid-th1hOY97Ud {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-th1hOY97Ud img,
.cid-th1hOY97Ud .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-th1hOY97Ud .item:focus,
.cid-th1hOY97Ud span:focus {
  outline: none;
}
.cid-th1hOY97Ud .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-th1hOY97Ud .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-th1hOY97Ud .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-th1hOY97Ud .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-th1hOY97Ud .mbr-section-btn {
  margin-top: auto !important;
}
.cid-th1hOY97Ud .mbr-section-title {
  color: #ffe161;
}
.cid-th1hOY97Ud .mbr-text,
.cid-th1hOY97Ud .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-th1hOY97Ud .item-title {
  text-align: left;
}
.cid-th1hOY97Ud .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-th1hOY97Ud .mbr-section-subtitle {
  color: #ffe161;
}
.cid-th1hOYWHmJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-th1hOYWHmJ img,
.cid-th1hOYWHmJ .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-th1hOYWHmJ .item:focus,
.cid-th1hOYWHmJ span:focus {
  outline: none;
}
.cid-th1hOYWHmJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-th1hOYWHmJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-th1hOYWHmJ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-th1hOYWHmJ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-th1hOYWHmJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-th1hOYWHmJ .mbr-section-title {
  color: #ffe161;
}
.cid-th1hOYWHmJ .mbr-text,
.cid-th1hOYWHmJ .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-th1hOYWHmJ .item-title {
  text-align: left;
}
.cid-th1hOYWHmJ .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-th1hOYWHmJ .mbr-section-subtitle {
  color: #ffe161;
}
.cid-th1hOZBSYT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-th1hOZBSYT img,
.cid-th1hOZBSYT .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-th1hOZBSYT .item:focus,
.cid-th1hOZBSYT span:focus {
  outline: none;
}
.cid-th1hOZBSYT .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-th1hOZBSYT .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-th1hOZBSYT .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-th1hOZBSYT .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-th1hOZBSYT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-th1hOZBSYT .mbr-section-title {
  color: #ffe161;
}
.cid-th1hOZBSYT .mbr-text,
.cid-th1hOZBSYT .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-th1hOZBSYT .item-title {
  text-align: left;
}
.cid-th1hOZBSYT .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-th1hOZBSYT .mbr-section-subtitle {
  color: #ffe161;
}
.cid-th1hP0ghEX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-th1hP0ghEX img,
.cid-th1hP0ghEX .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-th1hP0ghEX .item:focus,
.cid-th1hP0ghEX span:focus {
  outline: none;
}
.cid-th1hP0ghEX .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-th1hP0ghEX .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-th1hP0ghEX .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-th1hP0ghEX .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-th1hP0ghEX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-th1hP0ghEX .mbr-section-title {
  color: #ffe161;
}
.cid-th1hP0ghEX .mbr-text,
.cid-th1hP0ghEX .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-th1hP0ghEX .item-title {
  text-align: left;
}
.cid-th1hP0ghEX .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-th1hP0ghEX .mbr-section-subtitle {
  color: #ffe161;
}
.cid-th1hP14QGY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-th1hP14QGY img,
.cid-th1hP14QGY .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-th1hP14QGY .item:focus,
.cid-th1hP14QGY span:focus {
  outline: none;
}
.cid-th1hP14QGY .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-th1hP14QGY .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-th1hP14QGY .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-th1hP14QGY .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-th1hP14QGY .mbr-section-btn {
  margin-top: auto !important;
}
.cid-th1hP14QGY .mbr-section-title {
  color: #ffe161;
}
.cid-th1hP14QGY .mbr-text,
.cid-th1hP14QGY .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-th1hP14QGY .item-title {
  text-align: left;
}
.cid-th1hP14QGY .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-th1hP14QGY .mbr-section-subtitle {
  color: #ffe161;
}
.cid-th1hP1NSxR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-th1hP1NSxR img,
.cid-th1hP1NSxR .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-th1hP1NSxR .item:focus,
.cid-th1hP1NSxR span:focus {
  outline: none;
}
.cid-th1hP1NSxR .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-th1hP1NSxR .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-th1hP1NSxR .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-th1hP1NSxR .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-th1hP1NSxR .mbr-section-btn {
  margin-top: auto !important;
}
.cid-th1hP1NSxR .mbr-section-title {
  color: #ffe161;
}
.cid-th1hP1NSxR .mbr-text,
.cid-th1hP1NSxR .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-th1hP1NSxR .item-title {
  text-align: left;
}
.cid-th1hP1NSxR .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-th1hP1NSxR .mbr-section-subtitle {
  color: #ffe161;
}
.cid-th1hPalFXB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-th1hPalFXB .mbr-fallback-image.disabled {
  display: none;
}
.cid-th1hPalFXB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-th1hPalFXB .mbr-text,
.cid-th1hPalFXB .mbr-section-btn {
  color: #232323;
}
.cid-th1hPalFXB .card-title,
.cid-th1hPalFXB .card-box {
  color: #ffe161;
}
.cid-th1hPalFXB .mbr-text,
.cid-th1hPalFXB .link-wrap {
  color: #ffffff;
}
.cid-th1hPaYwqn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-th1hPaYwqn .row-links {
  width: 100%;
  justify-content: center;
}
.cid-th1hPaYwqn .social-row {
  width: 100%;
  justify-content: center;
}
.cid-th1hPaYwqn .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-th1hPaYwqn .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-th1hPaYwqn .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-th1hPaYwqn .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-th1hPaYwqn .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-th1hPaYwqn .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-th1hPaYwqn .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-th1hPaYwqn .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-th1hPaYwqn .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-th1hPaYwqn .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-th1hPaYwqn .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-th1hPaYwqn .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-th1hPaYwqn .media-container-row .mbr-text {
  color: #ffe161;
}
.cid-tgTWggLNsh {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tgTWggLNsh nav.navbar {
  position: fixed;
}
.cid-tgTWggLNsh .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tgTWggLNsh .dropdown-menu {
  padding: 0;
}
.cid-tgTWggLNsh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tgTWggLNsh .dropdown-item:hover,
.cid-tgTWggLNsh .dropdown-item:focus {
  background: #ffe161 !important;
  color: white !important;
}
.cid-tgTWggLNsh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tgTWggLNsh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tgTWggLNsh .nav-link {
  position: relative;
}
.cid-tgTWggLNsh .container {
  display: flex;
  margin: auto;
}
.cid-tgTWggLNsh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tgTWggLNsh .navbar-caption {
  padding-right: 4rem;
}
.cid-tgTWggLNsh .dropdown-menu,
.cid-tgTWggLNsh .navbar.opened {
  background: #232323 !important;
}
.cid-tgTWggLNsh .nav-item:focus,
.cid-tgTWggLNsh .nav-link:focus {
  outline: none;
}
.cid-tgTWggLNsh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tgTWggLNsh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tgTWggLNsh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tgTWggLNsh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tgTWggLNsh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgTWggLNsh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgTWggLNsh .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #232323;
}
.cid-tgTWggLNsh .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tgTWggLNsh .navbar.opened {
  transition: all .3s;
}
.cid-tgTWggLNsh .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tgTWggLNsh .navbar .navbar-logo img {
  width: auto;
}
.cid-tgTWggLNsh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tgTWggLNsh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgTWggLNsh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tgTWggLNsh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgTWggLNsh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tgTWggLNsh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tgTWggLNsh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgTWggLNsh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tgTWggLNsh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tgTWggLNsh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgTWggLNsh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgTWggLNsh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgTWggLNsh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tgTWggLNsh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tgTWggLNsh .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tgTWggLNsh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgTWggLNsh .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tgTWggLNsh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tgTWggLNsh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tgTWggLNsh .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tgTWggLNsh .navbar.navbar-short {
  min-height: 60px;
}
.cid-tgTWggLNsh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tgTWggLNsh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgTWggLNsh .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgTWggLNsh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tgTWggLNsh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgTWggLNsh .dropdown-item.active,
.cid-tgTWggLNsh .dropdown-item:active {
  background-color: transparent;
}
.cid-tgTWggLNsh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tgTWggLNsh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tgTWggLNsh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tgTWggLNsh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tgTWggLNsh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tgTWggLNsh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgTWggLNsh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tgTWggLNsh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tgTWggLNsh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tgTWggLNsh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tgTWggLNsh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tgTWggLNsh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tgTWggLNsh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tgTWggLNsh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tgTWggLNsh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgTWggLNsh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tgTWggLNsh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tgTWggLNsh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgTWggLNsh .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tgTWggLNsh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tgTWggLNsh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgTWggLNsh .navbar {
    height: 77px;
  }
  .cid-tgTWggLNsh .navbar.opened {
    height: auto;
  }
  .cid-tgTWggLNsh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgTWgfRlIa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/letter-japan-style-hoodies-sweatshirts-men-harajuku-hip-hop-streetwear-pullover-casual-techwear-fluff-hoddies-male-1.webp");
}
.cid-tgTWgfRlIa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgTWgfRlIa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgTWgfRlIa .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tgTWgfRlIa .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tgTWgfRlIa .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tgTWgfRlIa .mbr-section-title {
  color: #ffe885;
  text-align: left;
}
.cid-tgTWgfRlIa .mbr-text,
.cid-tgTWgfRlIa .mbr-section-btn {
  color: #ffe885;
}
.cid-tgTWghFCpp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tgTWghFCpp img,
.cid-tgTWghFCpp .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tgTWghFCpp .item:focus,
.cid-tgTWghFCpp span:focus {
  outline: none;
}
.cid-tgTWghFCpp .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tgTWghFCpp .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tgTWghFCpp .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tgTWghFCpp .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tgTWghFCpp .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tgTWghFCpp .mbr-section-title {
  color: #ffe161;
}
.cid-tgTWghFCpp .mbr-text,
.cid-tgTWghFCpp .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-tgTWghFCpp .item-title {
  text-align: left;
}
.cid-tgTWghFCpp .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-tgTWghFCpp .mbr-section-subtitle {
  color: #ffe161;
}
.cid-tgTWghFCpp .item-subtitle DIV {
  text-align: left;
}
.cid-tgTWgiDfjf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tgTWgiDfjf img,
.cid-tgTWgiDfjf .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tgTWgiDfjf .item:focus,
.cid-tgTWgiDfjf span:focus {
  outline: none;
}
.cid-tgTWgiDfjf .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tgTWgiDfjf .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tgTWgiDfjf .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tgTWgiDfjf .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tgTWgiDfjf .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tgTWgiDfjf .mbr-section-title {
  color: #ffe161;
}
.cid-tgTWgiDfjf .mbr-text,
.cid-tgTWgiDfjf .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-tgTWgiDfjf .item-title {
  text-align: left;
}
.cid-tgTWgiDfjf .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-tgTWgiDfjf .mbr-section-subtitle {
  color: #ffe161;
}
.cid-tgTWgjqml2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tgTWgjqml2 img,
.cid-tgTWgjqml2 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tgTWgjqml2 .item:focus,
.cid-tgTWgjqml2 span:focus {
  outline: none;
}
.cid-tgTWgjqml2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tgTWgjqml2 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tgTWgjqml2 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tgTWgjqml2 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tgTWgjqml2 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tgTWgjqml2 .mbr-section-title {
  color: #ffe161;
}
.cid-tgTWgjqml2 .mbr-text,
.cid-tgTWgjqml2 .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-tgTWgjqml2 .item-title {
  text-align: left;
}
.cid-tgTWgjqml2 .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-tgTWgjqml2 .mbr-section-subtitle {
  color: #ffe161;
}
.cid-tgTWgkbJNX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tgTWgkbJNX img,
.cid-tgTWgkbJNX .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tgTWgkbJNX .item:focus,
.cid-tgTWgkbJNX span:focus {
  outline: none;
}
.cid-tgTWgkbJNX .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tgTWgkbJNX .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tgTWgkbJNX .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tgTWgkbJNX .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tgTWgkbJNX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tgTWgkbJNX .mbr-section-title {
  color: #ffe161;
}
.cid-tgTWgkbJNX .mbr-text,
.cid-tgTWgkbJNX .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-tgTWgkbJNX .item-title {
  text-align: left;
}
.cid-tgTWgkbJNX .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-tgTWgkbJNX .mbr-section-subtitle {
  color: #ffe161;
}
.cid-tgTWgl0z4Z {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tgTWgl0z4Z img,
.cid-tgTWgl0z4Z .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tgTWgl0z4Z .item:focus,
.cid-tgTWgl0z4Z span:focus {
  outline: none;
}
.cid-tgTWgl0z4Z .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tgTWgl0z4Z .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tgTWgl0z4Z .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tgTWgl0z4Z .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tgTWgl0z4Z .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tgTWgl0z4Z .mbr-section-title {
  color: #ffe161;
}
.cid-tgTWgl0z4Z .mbr-text,
.cid-tgTWgl0z4Z .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-tgTWgl0z4Z .item-title {
  text-align: left;
}
.cid-tgTWgl0z4Z .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-tgTWgl0z4Z .mbr-section-subtitle {
  color: #ffe161;
}
.cid-tgTWglHi7L {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tgTWglHi7L img,
.cid-tgTWglHi7L .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tgTWglHi7L .item:focus,
.cid-tgTWglHi7L span:focus {
  outline: none;
}
.cid-tgTWglHi7L .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tgTWglHi7L .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tgTWglHi7L .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tgTWglHi7L .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tgTWglHi7L .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tgTWglHi7L .mbr-section-title {
  color: #ffe161;
}
.cid-tgTWglHi7L .mbr-text,
.cid-tgTWglHi7L .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-tgTWglHi7L .item-title {
  text-align: left;
}
.cid-tgTWglHi7L .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-tgTWglHi7L .mbr-section-subtitle {
  color: #ffe161;
}
.cid-tgTWgmrLtH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tgTWgmrLtH img,
.cid-tgTWgmrLtH .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tgTWgmrLtH .item:focus,
.cid-tgTWgmrLtH span:focus {
  outline: none;
}
.cid-tgTWgmrLtH .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tgTWgmrLtH .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tgTWgmrLtH .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tgTWgmrLtH .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tgTWgmrLtH .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tgTWgmrLtH .mbr-section-title {
  color: #ffe161;
}
.cid-tgTWgmrLtH .mbr-text,
.cid-tgTWgmrLtH .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-tgTWgmrLtH .item-title {
  text-align: left;
}
.cid-tgTWgmrLtH .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-tgTWgmrLtH .mbr-section-subtitle {
  color: #ffe161;
}
.cid-tgTWgni8tQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tgTWgni8tQ img,
.cid-tgTWgni8tQ .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tgTWgni8tQ .item:focus,
.cid-tgTWgni8tQ span:focus {
  outline: none;
}
.cid-tgTWgni8tQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tgTWgni8tQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tgTWgni8tQ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tgTWgni8tQ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tgTWgni8tQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tgTWgni8tQ .mbr-section-title {
  color: #ffe161;
}
.cid-tgTWgni8tQ .mbr-text,
.cid-tgTWgni8tQ .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-tgTWgni8tQ .item-title {
  text-align: left;
}
.cid-tgTWgni8tQ .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-tgTWgni8tQ .mbr-section-subtitle {
  color: #ffe161;
}
.cid-tgTWgo3YqY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tgTWgo3YqY img,
.cid-tgTWgo3YqY .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tgTWgo3YqY .item:focus,
.cid-tgTWgo3YqY span:focus {
  outline: none;
}
.cid-tgTWgo3YqY .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tgTWgo3YqY .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tgTWgo3YqY .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tgTWgo3YqY .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tgTWgo3YqY .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tgTWgo3YqY .mbr-section-title {
  color: #ffe161;
}
.cid-tgTWgo3YqY .mbr-text,
.cid-tgTWgo3YqY .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-tgTWgo3YqY .item-title {
  text-align: left;
}
.cid-tgTWgo3YqY .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-tgTWgo3YqY .mbr-section-subtitle {
  color: #ffe161;
}
.cid-tgTWgoTayQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tgTWgoTayQ img,
.cid-tgTWgoTayQ .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tgTWgoTayQ .item:focus,
.cid-tgTWgoTayQ span:focus {
  outline: none;
}
.cid-tgTWgoTayQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tgTWgoTayQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tgTWgoTayQ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tgTWgoTayQ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tgTWgoTayQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tgTWgoTayQ .mbr-section-title {
  color: #ffe161;
}
.cid-tgTWgoTayQ .mbr-text,
.cid-tgTWgoTayQ .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-tgTWgoTayQ .item-title {
  text-align: left;
}
.cid-tgTWgoTayQ .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-tgTWgoTayQ .mbr-section-subtitle {
  color: #ffe161;
}
.cid-tgTWgpCibA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tgTWgpCibA img,
.cid-tgTWgpCibA .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tgTWgpCibA .item:focus,
.cid-tgTWgpCibA span:focus {
  outline: none;
}
.cid-tgTWgpCibA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tgTWgpCibA .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tgTWgpCibA .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tgTWgpCibA .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tgTWgpCibA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tgTWgpCibA .mbr-section-title {
  color: #ffe161;
}
.cid-tgTWgpCibA .mbr-text,
.cid-tgTWgpCibA .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-tgTWgpCibA .item-title {
  text-align: left;
}
.cid-tgTWgpCibA .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-tgTWgpCibA .mbr-section-subtitle {
  color: #ffe161;
}
.cid-tgTWgqsy97 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tgTWgqsy97 img,
.cid-tgTWgqsy97 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tgTWgqsy97 .item:focus,
.cid-tgTWgqsy97 span:focus {
  outline: none;
}
.cid-tgTWgqsy97 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tgTWgqsy97 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tgTWgqsy97 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tgTWgqsy97 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tgTWgqsy97 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tgTWgqsy97 .mbr-section-title {
  color: #ffe161;
}
.cid-tgTWgqsy97 .mbr-text,
.cid-tgTWgqsy97 .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-tgTWgqsy97 .item-title {
  text-align: left;
}
.cid-tgTWgqsy97 .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-tgTWgqsy97 .mbr-section-subtitle {
  color: #ffe161;
}
.cid-tgTWgruBMz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tgTWgruBMz img,
.cid-tgTWgruBMz .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tgTWgruBMz .item:focus,
.cid-tgTWgruBMz span:focus {
  outline: none;
}
.cid-tgTWgruBMz .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tgTWgruBMz .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tgTWgruBMz .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tgTWgruBMz .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tgTWgruBMz .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tgTWgruBMz .mbr-section-title {
  color: #ffe161;
}
.cid-tgTWgruBMz .mbr-text,
.cid-tgTWgruBMz .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-tgTWgruBMz .item-title {
  text-align: left;
}
.cid-tgTWgruBMz .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-tgTWgruBMz .mbr-section-subtitle {
  color: #ffe161;
}
.cid-tgTWgsfnjc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tgTWgsfnjc img,
.cid-tgTWgsfnjc .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tgTWgsfnjc .item:focus,
.cid-tgTWgsfnjc span:focus {
  outline: none;
}
.cid-tgTWgsfnjc .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tgTWgsfnjc .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tgTWgsfnjc .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tgTWgsfnjc .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tgTWgsfnjc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tgTWgsfnjc .mbr-section-title {
  color: #ffe161;
}
.cid-tgTWgsfnjc .mbr-text,
.cid-tgTWgsfnjc .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-tgTWgsfnjc .item-title {
  text-align: left;
}
.cid-tgTWgsfnjc .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-tgTWgsfnjc .mbr-section-subtitle {
  color: #ffe161;
}
.cid-tgTWgt9qoo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tgTWgt9qoo img,
.cid-tgTWgt9qoo .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tgTWgt9qoo .item:focus,
.cid-tgTWgt9qoo span:focus {
  outline: none;
}
.cid-tgTWgt9qoo .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tgTWgt9qoo .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tgTWgt9qoo .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tgTWgt9qoo .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tgTWgt9qoo .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tgTWgt9qoo .mbr-section-title {
  color: #ffe161;
}
.cid-tgTWgt9qoo .mbr-text,
.cid-tgTWgt9qoo .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-tgTWgt9qoo .item-title {
  text-align: left;
}
.cid-tgTWgt9qoo .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-tgTWgt9qoo .mbr-section-subtitle {
  color: #ffe161;
}
.cid-tgTWgtW76C {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tgTWgtW76C img,
.cid-tgTWgtW76C .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tgTWgtW76C .item:focus,
.cid-tgTWgtW76C span:focus {
  outline: none;
}
.cid-tgTWgtW76C .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tgTWgtW76C .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tgTWgtW76C .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tgTWgtW76C .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tgTWgtW76C .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tgTWgtW76C .mbr-section-title {
  color: #ffe161;
}
.cid-tgTWgtW76C .mbr-text,
.cid-tgTWgtW76C .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-tgTWgtW76C .item-title {
  text-align: left;
}
.cid-tgTWgtW76C .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-tgTWgtW76C .mbr-section-subtitle {
  color: #ffe161;
}
.cid-tgTWguQfdU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tgTWguQfdU img,
.cid-tgTWguQfdU .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tgTWguQfdU .item:focus,
.cid-tgTWguQfdU span:focus {
  outline: none;
}
.cid-tgTWguQfdU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tgTWguQfdU .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tgTWguQfdU .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tgTWguQfdU .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tgTWguQfdU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tgTWguQfdU .mbr-section-title {
  color: #ffe161;
}
.cid-tgTWguQfdU .mbr-text,
.cid-tgTWguQfdU .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-tgTWguQfdU .item-title {
  text-align: left;
}
.cid-tgTWguQfdU .item-subtitle {
  text-align: left;
  color: #ffe161;
}
.cid-tgTWguQfdU .mbr-section-subtitle {
  color: #ffe161;
}
.cid-tgTWgFqOxf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tgTWgFqOxf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgTWgFqOxf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgTWgFqOxf .mbr-text,
.cid-tgTWgFqOxf .mbr-section-btn {
  color: #232323;
}
.cid-tgTWgFqOxf .card-title,
.cid-tgTWgFqOxf .card-box {
  color: #ffe161;
}
.cid-tgTWgFqOxf .mbr-text,
.cid-tgTWgFqOxf .link-wrap {
  color: #ffffff;
}
.cid-tgTWgGe4H3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tgTWgGe4H3 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tgTWgGe4H3 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tgTWgGe4H3 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tgTWgGe4H3 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tgTWgGe4H3 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tgTWgGe4H3 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tgTWgGe4H3 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tgTWgGe4H3 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tgTWgGe4H3 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tgTWgGe4H3 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tgTWgGe4H3 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tgTWgGe4H3 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tgTWgGe4H3 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tgTWgGe4H3 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tgTWgGe4H3 .media-container-row .mbr-text {
  color: #ffe161;
}
