body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Epilogue', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Epilogue', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* 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: #c37a7a !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: #c37a7a !important;
  border-color: #c37a7a !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #9f4848 !important;
  border-color: #9f4848 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9f4848 !important;
  border-color: #9f4848 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #379683 !important;
  border-color: #379683 !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: #20574c !important;
  border-color: #20574c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #20574c !important;
  border-color: #20574c !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: #c37a7a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #9f4848 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c37a7a !important;
  border-color: #c37a7a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #379683;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #20574c !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: #379683 !important;
  border-color: #379683 !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: #c37a7a !important;
}
.text-secondary {
  color: #379683 !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: #944343 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #1c4b42 !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: #c37a7a;
}
.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: #c37a7a;
  border-color: #c37a7a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #c37a7a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ebd2d2;
}
.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: 'Epilogue', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #c37a7a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Epilogue', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #c37a7a;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #c37a7a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #c37a7a;
}
.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: #c37a7a;
  border-bottom-color: #c37a7a;
}
.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: #ffffff !important;
  background-color: #c37a7a !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #379683 !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='%23c37a7a' %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-sFGzlAXw3z {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sFGzlAXw3z nav.navbar {
  position: fixed;
}
.cid-sFGzlAXw3z .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-sFGzlAXw3z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGzlAXw3z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGzlAXw3z .dropdown-item:hover,
.cid-sFGzlAXw3z .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-sFGzlAXw3z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGzlAXw3z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGzlAXw3z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGzlAXw3z .nav-link {
  position: relative;
}
.cid-sFGzlAXw3z .container {
  display: flex;
  margin: auto;
}
.cid-sFGzlAXw3z .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGzlAXw3z .dropdown-menu,
.cid-sFGzlAXw3z .navbar.opened {
  background: #c37a7a !important;
}
.cid-sFGzlAXw3z .nav-item:focus,
.cid-sFGzlAXw3z .nav-link:focus {
  outline: none;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGzlAXw3z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGzlAXw3z .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #c37a7a;
}
.cid-sFGzlAXw3z .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGzlAXw3z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGzlAXw3z .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGzlAXw3z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGzlAXw3z .navbar.collapsed {
  justify-content: center;
}
.cid-sFGzlAXw3z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGzlAXw3z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGzlAXw3z .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: 41%;
}
.cid-sFGzlAXw3z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGzlAXw3z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGzlAXw3z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGzlAXw3z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGzlAXw3z .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: 40%;
  }
  .cid-sFGzlAXw3z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFGzlAXw3z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGzlAXw3z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGzlAXw3z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGzlAXw3z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGzlAXw3z .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGzlAXw3z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGzlAXw3z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGzlAXw3z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFGzlAXw3z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGzlAXw3z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGzlAXw3z .dropdown-item.active,
.cid-sFGzlAXw3z .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGzlAXw3z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGzlAXw3z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c37a7a;
}
.cid-sFGzlAXw3z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGzlAXw3z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGzlAXw3z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGzlAXw3z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGzlAXw3z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFGzlAXw3z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGzlAXw3z .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-sFGzlAXw3z .navbar {
    height: 70px;
  }
  .cid-sFGzlAXw3z .navbar.opened {
    height: auto;
  }
  .cid-sFGzlAXw3z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFGzrhlvIh {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/shutterstock-1759277513.jpeg");
}
.cid-sFGzrhlvIh .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-sFGzrhlvIh .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-sFGzrhlvIh .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-sFGzrhlvIh .mbr-text {
  color: #ffffff;
}
.cid-sFGzrhlvIh .card {
  padding-bottom: 1.5rem;
}
.cid-sFGzrhlvIh .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sFGzrhlvIh .card-wrapper .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-sFGzrhlvIh .card-wrapper .card-title {
  color: #ffffff;
}
.cid-sFGzrhlvIh H1 {
  color: #ffffff;
}
.cid-sFGzrhlvIh .mbr-text,
.cid-sFGzrhlvIh .mbr-section-btn {
  color: #bbbbbb;
}
.cid-sFGzrhlvIh .card-wrapper .card-title,
.cid-sFGzrhlvIh .card-box {
  color: #fafafa;
}
.cid-twdmtgUAUJ {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-twdmtgUAUJ img,
.cid-twdmtgUAUJ .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-twdmtgUAUJ .item:focus,
.cid-twdmtgUAUJ span:focus {
  outline: none;
}
.cid-twdmtgUAUJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-twdmtgUAUJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-twdmtgUAUJ .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-twdmtgUAUJ .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-twdmtgUAUJ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-twdmtgUAUJ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-twdmtgUAUJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-twdmtgUAUJ .mbr-section-title {
  color: #379683;
}
.cid-twdmtgUAUJ .mbr-text,
.cid-twdmtgUAUJ .mbr-section-btn {
  text-align: left;
}
.cid-twdmtgUAUJ .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-twdmtgUAUJ .item-subtitle {
  text-align: left;
}
.cid-twdmtgUAUJ .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-sFGGxz3b6J {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-sFGGxz3b6J .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sFGGxz3b6J .row {
    flex-direction: column-reverse;
  }
  .cid-sFGGxz3b6J .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sFGGxz3b6J .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sFGGxz3b6J .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sFGGxz3b6J .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sFGGxz3b6J .mbr-text,
.cid-sFGGxz3b6J .mbr-section-btn {
  color: #bbbbbb;
}
.cid-sFGGxz3b6J .card-title {
  color: #379683;
}
.cid-sFGJrLtt3K {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-sFGJrLtt3K .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #c37a7a;
  margin-bottom: 2rem;
}
.cid-sFGJrLtt3K .card-wrapper {
  padding: 3rem;
  background: #232323;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-sFGJrLtt3K .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFGJrLtt3K .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-sFGJrLtt3K .mbr-section-title {
  color: #c37a7a;
}
.cid-sFGJrLtt3K .card-title {
  color: #bbbbbb;
}
.cid-sFGJrLtt3K .mbr-text {
  color: #bbbbbb;
}
.cid-sFGJrLtt3K .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-tw4zEsXq0x {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tw4zEsXq0x .content {
    text-align: center;
  }
  .cid-tw4zEsXq0x .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tw4zEsXq0x .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tw4zEsXq0x .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tw4zEsXq0x .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tw4zEsXq0x .google-map {
  height: 25rem;
  position: relative;
}
.cid-tw4zEsXq0x .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tw4zEsXq0x .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tw4zEsXq0x .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tw4zEsXq0x .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tw4zEsXq0x .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tw4zEsXq0x .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tw4zEsXq0x .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tw4zEsXq0x .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tw4zEsXq0x .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tw4zEsXq0x .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tw4zEsXq0x .list {
  list-style-type: none;
  padding: 0;
}
.cid-tvgOkIwElT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tvgOkIwElT nav.navbar {
  position: fixed;
}
.cid-tvgOkIwElT .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-tvgOkIwElT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tvgOkIwElT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tvgOkIwElT .dropdown-item:hover,
.cid-tvgOkIwElT .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-tvgOkIwElT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tvgOkIwElT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tvgOkIwElT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tvgOkIwElT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tvgOkIwElT .nav-link {
  position: relative;
}
.cid-tvgOkIwElT .container {
  display: flex;
  margin: auto;
}
.cid-tvgOkIwElT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tvgOkIwElT .dropdown-menu,
.cid-tvgOkIwElT .navbar.opened {
  background: #c37a7a !important;
}
.cid-tvgOkIwElT .nav-item:focus,
.cid-tvgOkIwElT .nav-link:focus {
  outline: none;
}
.cid-tvgOkIwElT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tvgOkIwElT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tvgOkIwElT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tvgOkIwElT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tvgOkIwElT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tvgOkIwElT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tvgOkIwElT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #c37a7a;
}
.cid-tvgOkIwElT .navbar.opened {
  transition: all 0.3s;
}
.cid-tvgOkIwElT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tvgOkIwElT .navbar .navbar-logo img {
  width: auto;
}
.cid-tvgOkIwElT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tvgOkIwElT .navbar.collapsed {
  justify-content: center;
}
.cid-tvgOkIwElT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tvgOkIwElT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tvgOkIwElT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tvgOkIwElT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tvgOkIwElT .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: 41%;
}
.cid-tvgOkIwElT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tvgOkIwElT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tvgOkIwElT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tvgOkIwElT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tvgOkIwElT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tvgOkIwElT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tvgOkIwElT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tvgOkIwElT .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: 40%;
  }
  .cid-tvgOkIwElT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tvgOkIwElT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tvgOkIwElT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tvgOkIwElT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tvgOkIwElT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tvgOkIwElT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tvgOkIwElT .navbar.navbar-short {
  min-height: 60px;
}
.cid-tvgOkIwElT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tvgOkIwElT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tvgOkIwElT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tvgOkIwElT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tvgOkIwElT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tvgOkIwElT .dropdown-item.active,
.cid-tvgOkIwElT .dropdown-item:active {
  background-color: transparent;
}
.cid-tvgOkIwElT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tvgOkIwElT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tvgOkIwElT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tvgOkIwElT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c37a7a;
}
.cid-tvgOkIwElT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tvgOkIwElT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tvgOkIwElT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tvgOkIwElT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tvgOkIwElT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tvgOkIwElT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tvgOkIwElT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tvgOkIwElT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tvgOkIwElT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tvgOkIwElT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tvgOkIwElT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tvgOkIwElT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tvgOkIwElT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tvgOkIwElT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tvgOkIwElT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tvgOkIwElT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tvgOkIwElT .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-tvgOkIwElT .navbar {
    height: 70px;
  }
  .cid-tvgOkIwElT .navbar.opened {
    height: auto;
  }
  .cid-tvgOkIwElT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tvgOkNHaGc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/20130610183827-t-081110-218-600x400.jpg");
}
.cid-tvgOkNHaGc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvgOkNHaGc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvgOkNHaGc .mbr-section-title {
  color: #232323;
}
.cid-tvgOkQE0is {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tvgOkQE0is img,
.cid-tvgOkQE0is .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tvgOkQE0is .item:focus,
.cid-tvgOkQE0is span:focus {
  outline: none;
}
.cid-tvgOkQE0is .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tvgOkQE0is .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tvgOkQE0is .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvgOkQE0is .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tvgOkQE0is .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tvgOkQE0is .mbr-section-title {
  color: #379683;
}
.cid-tvgOkQE0is .mbr-text,
.cid-tvgOkQE0is .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tvgOkQE0is .item-title {
  text-align: left;
  color: #379683;
}
.cid-tvgOkQE0is .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tvgOkQE0is .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tvgVFbTYI8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tvgVFbTYI8 img,
.cid-tvgVFbTYI8 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tvgVFbTYI8 .item:focus,
.cid-tvgVFbTYI8 span:focus {
  outline: none;
}
.cid-tvgVFbTYI8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tvgVFbTYI8 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tvgVFbTYI8 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvgVFbTYI8 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tvgVFbTYI8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tvgVFbTYI8 .mbr-section-title {
  color: #379683;
}
.cid-tvgVFbTYI8 .mbr-text,
.cid-tvgVFbTYI8 .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tvgVFbTYI8 .item-title {
  text-align: left;
  color: #379683;
}
.cid-tvgVFbTYI8 .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tvgVFbTYI8 .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tvh4AaFxkl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tvh4AaFxkl img,
.cid-tvh4AaFxkl .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tvh4AaFxkl .item:focus,
.cid-tvh4AaFxkl span:focus {
  outline: none;
}
.cid-tvh4AaFxkl .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tvh4AaFxkl .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tvh4AaFxkl .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvh4AaFxkl .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tvh4AaFxkl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tvh4AaFxkl .mbr-section-title {
  color: #379683;
}
.cid-tvh4AaFxkl .mbr-text,
.cid-tvh4AaFxkl .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tvh4AaFxkl .item-title {
  text-align: left;
  color: #379683;
}
.cid-tvh4AaFxkl .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tvh4AaFxkl .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tvh5JF2rgo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tvh5JF2rgo img,
.cid-tvh5JF2rgo .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tvh5JF2rgo .item:focus,
.cid-tvh5JF2rgo span:focus {
  outline: none;
}
.cid-tvh5JF2rgo .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tvh5JF2rgo .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tvh5JF2rgo .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvh5JF2rgo .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tvh5JF2rgo .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tvh5JF2rgo .mbr-section-title {
  color: #379683;
}
.cid-tvh5JF2rgo .mbr-text,
.cid-tvh5JF2rgo .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tvh5JF2rgo .item-title {
  text-align: left;
  color: #379683;
}
.cid-tvh5JF2rgo .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tvh5JF2rgo .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tvgY5inTiN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tvgY5inTiN img,
.cid-tvgY5inTiN .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tvgY5inTiN .item:focus,
.cid-tvgY5inTiN span:focus {
  outline: none;
}
.cid-tvgY5inTiN .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tvgY5inTiN .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tvgY5inTiN .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvgY5inTiN .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tvgY5inTiN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tvgY5inTiN .mbr-section-title {
  color: #379683;
}
.cid-tvgY5inTiN .mbr-text,
.cid-tvgY5inTiN .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tvgY5inTiN .item-title {
  text-align: left;
  color: #379683;
}
.cid-tvgY5inTiN .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tvgY5inTiN .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tvgZVeFr15 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tvgZVeFr15 img,
.cid-tvgZVeFr15 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tvgZVeFr15 .item:focus,
.cid-tvgZVeFr15 span:focus {
  outline: none;
}
.cid-tvgZVeFr15 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tvgZVeFr15 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tvgZVeFr15 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvgZVeFr15 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tvgZVeFr15 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tvgZVeFr15 .mbr-section-title {
  color: #379683;
}
.cid-tvgZVeFr15 .mbr-text,
.cid-tvgZVeFr15 .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tvgZVeFr15 .item-title {
  text-align: left;
  color: #379683;
}
.cid-tvgZVeFr15 .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tvgZVeFr15 .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tvh2MdoHFv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tvh2MdoHFv img,
.cid-tvh2MdoHFv .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tvh2MdoHFv .item:focus,
.cid-tvh2MdoHFv span:focus {
  outline: none;
}
.cid-tvh2MdoHFv .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tvh2MdoHFv .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tvh2MdoHFv .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvh2MdoHFv .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tvh2MdoHFv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tvh2MdoHFv .mbr-section-title {
  color: #379683;
}
.cid-tvh2MdoHFv .mbr-text,
.cid-tvh2MdoHFv .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tvh2MdoHFv .item-title {
  text-align: left;
  color: #379683;
}
.cid-tvh2MdoHFv .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tvh2MdoHFv .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tvh9ZuvQWZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tvh9ZuvQWZ img,
.cid-tvh9ZuvQWZ .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tvh9ZuvQWZ .item:focus,
.cid-tvh9ZuvQWZ span:focus {
  outline: none;
}
.cid-tvh9ZuvQWZ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tvh9ZuvQWZ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tvh9ZuvQWZ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvh9ZuvQWZ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tvh9ZuvQWZ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tvh9ZuvQWZ .mbr-section-title {
  color: #379683;
}
.cid-tvh9ZuvQWZ .mbr-text,
.cid-tvh9ZuvQWZ .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tvh9ZuvQWZ .item-title {
  text-align: left;
  color: #379683;
}
.cid-tvh9ZuvQWZ .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tvh9ZuvQWZ .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tvhbuwBs6J {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tvhbuwBs6J img,
.cid-tvhbuwBs6J .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tvhbuwBs6J .item:focus,
.cid-tvhbuwBs6J span:focus {
  outline: none;
}
.cid-tvhbuwBs6J .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tvhbuwBs6J .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tvhbuwBs6J .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvhbuwBs6J .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tvhbuwBs6J .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tvhbuwBs6J .mbr-section-title {
  color: #379683;
}
.cid-tvhbuwBs6J .mbr-text,
.cid-tvhbuwBs6J .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tvhbuwBs6J .item-title {
  text-align: left;
  color: #379683;
}
.cid-tvhbuwBs6J .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tvhbuwBs6J .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tvhcv5H0Yj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tvhcv5H0Yj img,
.cid-tvhcv5H0Yj .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tvhcv5H0Yj .item:focus,
.cid-tvhcv5H0Yj span:focus {
  outline: none;
}
.cid-tvhcv5H0Yj .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tvhcv5H0Yj .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tvhcv5H0Yj .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvhcv5H0Yj .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tvhcv5H0Yj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tvhcv5H0Yj .mbr-section-title {
  color: #379683;
}
.cid-tvhcv5H0Yj .mbr-text,
.cid-tvhcv5H0Yj .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tvhcv5H0Yj .item-title {
  text-align: left;
  color: #379683;
}
.cid-tvhcv5H0Yj .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tvhcv5H0Yj .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tvhdg0L2cX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tvhdg0L2cX img,
.cid-tvhdg0L2cX .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tvhdg0L2cX .item:focus,
.cid-tvhdg0L2cX span:focus {
  outline: none;
}
.cid-tvhdg0L2cX .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tvhdg0L2cX .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tvhdg0L2cX .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvhdg0L2cX .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tvhdg0L2cX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tvhdg0L2cX .mbr-section-title {
  color: #379683;
}
.cid-tvhdg0L2cX .mbr-text,
.cid-tvhdg0L2cX .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tvhdg0L2cX .item-title {
  text-align: left;
  color: #379683;
}
.cid-tvhdg0L2cX .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tvhdg0L2cX .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tvhe2szwA7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tvhe2szwA7 img,
.cid-tvhe2szwA7 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tvhe2szwA7 .item:focus,
.cid-tvhe2szwA7 span:focus {
  outline: none;
}
.cid-tvhe2szwA7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tvhe2szwA7 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tvhe2szwA7 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvhe2szwA7 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tvhe2szwA7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tvhe2szwA7 .mbr-section-title {
  color: #379683;
}
.cid-tvhe2szwA7 .mbr-text,
.cid-tvhe2szwA7 .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tvhe2szwA7 .item-title {
  text-align: left;
  color: #379683;
}
.cid-tvhe2szwA7 .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tvhe2szwA7 .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tvxNCVStMz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tvxNCVStMz img,
.cid-tvxNCVStMz .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tvxNCVStMz .item:focus,
.cid-tvxNCVStMz span:focus {
  outline: none;
}
.cid-tvxNCVStMz .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tvxNCVStMz .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tvxNCVStMz .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvxNCVStMz .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tvxNCVStMz .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tvxNCVStMz .mbr-section-title {
  color: #379683;
}
.cid-tvxNCVStMz .mbr-text,
.cid-tvxNCVStMz .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tvxNCVStMz .item-title {
  text-align: left;
  color: #379683;
}
.cid-tvxNCVStMz .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tvxNCVStMz .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tvxOJ3hAma {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tvxOJ3hAma img,
.cid-tvxOJ3hAma .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tvxOJ3hAma .item:focus,
.cid-tvxOJ3hAma span:focus {
  outline: none;
}
.cid-tvxOJ3hAma .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tvxOJ3hAma .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tvxOJ3hAma .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvxOJ3hAma .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tvxOJ3hAma .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tvxOJ3hAma .mbr-section-title {
  color: #379683;
}
.cid-tvxOJ3hAma .mbr-text,
.cid-tvxOJ3hAma .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tvxOJ3hAma .item-title {
  text-align: left;
  color: #379683;
}
.cid-tvxOJ3hAma .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tvxOJ3hAma .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tvxPAuq9Uj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tvxPAuq9Uj img,
.cid-tvxPAuq9Uj .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tvxPAuq9Uj .item:focus,
.cid-tvxPAuq9Uj span:focus {
  outline: none;
}
.cid-tvxPAuq9Uj .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tvxPAuq9Uj .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tvxPAuq9Uj .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvxPAuq9Uj .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tvxPAuq9Uj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tvxPAuq9Uj .mbr-section-title {
  color: #379683;
}
.cid-tvxPAuq9Uj .mbr-text,
.cid-tvxPAuq9Uj .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tvxPAuq9Uj .item-title {
  text-align: left;
  color: #379683;
}
.cid-tvxPAuq9Uj .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tvxPAuq9Uj .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tvxQspnod7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tvxQspnod7 img,
.cid-tvxQspnod7 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tvxQspnod7 .item:focus,
.cid-tvxQspnod7 span:focus {
  outline: none;
}
.cid-tvxQspnod7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tvxQspnod7 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tvxQspnod7 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvxQspnod7 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tvxQspnod7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tvxQspnod7 .mbr-section-title {
  color: #379683;
}
.cid-tvxQspnod7 .mbr-text,
.cid-tvxQspnod7 .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tvxQspnod7 .item-title {
  text-align: left;
  color: #379683;
}
.cid-tvxQspnod7 .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tvxQspnod7 .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tvxReWbIvd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tvxReWbIvd img,
.cid-tvxReWbIvd .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tvxReWbIvd .item:focus,
.cid-tvxReWbIvd span:focus {
  outline: none;
}
.cid-tvxReWbIvd .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tvxReWbIvd .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tvxReWbIvd .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvxReWbIvd .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tvxReWbIvd .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tvxReWbIvd .mbr-section-title {
  color: #379683;
}
.cid-tvxReWbIvd .mbr-text,
.cid-tvxReWbIvd .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tvxReWbIvd .item-title {
  text-align: left;
  color: #379683;
}
.cid-tvxReWbIvd .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tvxReWbIvd .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw4zEsXq0x {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tw4zEsXq0x .content {
    text-align: center;
  }
  .cid-tw4zEsXq0x .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tw4zEsXq0x .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tw4zEsXq0x .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tw4zEsXq0x .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tw4zEsXq0x .google-map {
  height: 25rem;
  position: relative;
}
.cid-tw4zEsXq0x .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tw4zEsXq0x .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tw4zEsXq0x .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tw4zEsXq0x .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tw4zEsXq0x .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tw4zEsXq0x .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tw4zEsXq0x .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tw4zEsXq0x .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tw4zEsXq0x .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tw4zEsXq0x .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tw4zEsXq0x .list {
  list-style-type: none;
  padding: 0;
}
.cid-tw1tx5vtX1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tw1tx5vtX1 nav.navbar {
  position: fixed;
}
.cid-tw1tx5vtX1 .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-tw1tx5vtX1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tw1tx5vtX1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tw1tx5vtX1 .dropdown-item:hover,
.cid-tw1tx5vtX1 .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-tw1tx5vtX1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tw1tx5vtX1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tw1tx5vtX1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tw1tx5vtX1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tw1tx5vtX1 .nav-link {
  position: relative;
}
.cid-tw1tx5vtX1 .container {
  display: flex;
  margin: auto;
}
.cid-tw1tx5vtX1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tw1tx5vtX1 .dropdown-menu,
.cid-tw1tx5vtX1 .navbar.opened {
  background: #c37a7a !important;
}
.cid-tw1tx5vtX1 .nav-item:focus,
.cid-tw1tx5vtX1 .nav-link:focus {
  outline: none;
}
.cid-tw1tx5vtX1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tw1tx5vtX1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tw1tx5vtX1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tw1tx5vtX1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tw1tx5vtX1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tw1tx5vtX1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tw1tx5vtX1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #c37a7a;
}
.cid-tw1tx5vtX1 .navbar.opened {
  transition: all 0.3s;
}
.cid-tw1tx5vtX1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tw1tx5vtX1 .navbar .navbar-logo img {
  width: auto;
}
.cid-tw1tx5vtX1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tw1tx5vtX1 .navbar.collapsed {
  justify-content: center;
}
.cid-tw1tx5vtX1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tw1tx5vtX1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tw1tx5vtX1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tw1tx5vtX1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tw1tx5vtX1 .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: 41%;
}
.cid-tw1tx5vtX1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tw1tx5vtX1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tw1tx5vtX1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tw1tx5vtX1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tw1tx5vtX1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tw1tx5vtX1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tw1tx5vtX1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tw1tx5vtX1 .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: 40%;
  }
  .cid-tw1tx5vtX1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tw1tx5vtX1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tw1tx5vtX1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tw1tx5vtX1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tw1tx5vtX1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tw1tx5vtX1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tw1tx5vtX1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tw1tx5vtX1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tw1tx5vtX1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tw1tx5vtX1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tw1tx5vtX1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tw1tx5vtX1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tw1tx5vtX1 .dropdown-item.active,
.cid-tw1tx5vtX1 .dropdown-item:active {
  background-color: transparent;
}
.cid-tw1tx5vtX1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tw1tx5vtX1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tw1tx5vtX1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tw1tx5vtX1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c37a7a;
}
.cid-tw1tx5vtX1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tw1tx5vtX1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tw1tx5vtX1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tw1tx5vtX1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tw1tx5vtX1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tw1tx5vtX1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tw1tx5vtX1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tw1tx5vtX1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw1tx5vtX1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw1tx5vtX1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tw1tx5vtX1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw1tx5vtX1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tw1tx5vtX1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tw1tx5vtX1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw1tx5vtX1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tw1tx5vtX1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tw1tx5vtX1 .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-tw1tx5vtX1 .navbar {
    height: 70px;
  }
  .cid-tw1tx5vtX1 .navbar.opened {
    height: auto;
  }
  .cid-tw1tx5vtX1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tw1tx5WUZ8 {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/hospitality-uniforms-australia-4-1080x672.jpg");
}
.cid-tw1tx5WUZ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw1tx5WUZ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw1tx5WUZ8 .mbr-section-title {
  color: #ffffff;
}
.cid-tw1tx5WUZ8 .mbr-text,
.cid-tw1tx5WUZ8 .mbr-section-btn {
  color: #ffffff;
}
.cid-tw1tx6jfPP {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1tx6jfPP img,
.cid-tw1tx6jfPP .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1tx6jfPP .item:focus,
.cid-tw1tx6jfPP span:focus {
  outline: none;
}
.cid-tw1tx6jfPP .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1tx6jfPP .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1tx6jfPP .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1tx6jfPP .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1tx6jfPP .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1tx6jfPP .mbr-section-title {
  color: #379683;
}
.cid-tw1tx6jfPP .mbr-text,
.cid-tw1tx6jfPP .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1tx6jfPP .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1tx6jfPP .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1tx6jfPP .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1tx6QSwW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1tx6QSwW img,
.cid-tw1tx6QSwW .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1tx6QSwW .item:focus,
.cid-tw1tx6QSwW span:focus {
  outline: none;
}
.cid-tw1tx6QSwW .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1tx6QSwW .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1tx6QSwW .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1tx6QSwW .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1tx6QSwW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1tx6QSwW .mbr-section-title {
  color: #379683;
}
.cid-tw1tx6QSwW .mbr-text,
.cid-tw1tx6QSwW .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1tx6QSwW .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1tx6QSwW .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1tx6QSwW .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1tx7lrO6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1tx7lrO6 img,
.cid-tw1tx7lrO6 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1tx7lrO6 .item:focus,
.cid-tw1tx7lrO6 span:focus {
  outline: none;
}
.cid-tw1tx7lrO6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1tx7lrO6 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1tx7lrO6 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1tx7lrO6 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1tx7lrO6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1tx7lrO6 .mbr-section-title {
  color: #379683;
}
.cid-tw1tx7lrO6 .mbr-text,
.cid-tw1tx7lrO6 .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1tx7lrO6 .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1tx7lrO6 .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1tx7lrO6 .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1tx7R3EL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1tx7R3EL img,
.cid-tw1tx7R3EL .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1tx7R3EL .item:focus,
.cid-tw1tx7R3EL span:focus {
  outline: none;
}
.cid-tw1tx7R3EL .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1tx7R3EL .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1tx7R3EL .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1tx7R3EL .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1tx7R3EL .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1tx7R3EL .mbr-section-title {
  color: #379683;
}
.cid-tw1tx7R3EL .mbr-text,
.cid-tw1tx7R3EL .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1tx7R3EL .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1tx7R3EL .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1tx7R3EL .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1tx8rObo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1tx8rObo img,
.cid-tw1tx8rObo .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1tx8rObo .item:focus,
.cid-tw1tx8rObo span:focus {
  outline: none;
}
.cid-tw1tx8rObo .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1tx8rObo .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1tx8rObo .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1tx8rObo .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1tx8rObo .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1tx8rObo .mbr-section-title {
  color: #379683;
}
.cid-tw1tx8rObo .mbr-text,
.cid-tw1tx8rObo .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1tx8rObo .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1tx8rObo .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1tx8rObo .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1tx90gqz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1tx90gqz img,
.cid-tw1tx90gqz .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1tx90gqz .item:focus,
.cid-tw1tx90gqz span:focus {
  outline: none;
}
.cid-tw1tx90gqz .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1tx90gqz .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1tx90gqz .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1tx90gqz .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1tx90gqz .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1tx90gqz .mbr-section-title {
  color: #379683;
}
.cid-tw1tx90gqz .mbr-text,
.cid-tw1tx90gqz .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1tx90gqz .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1tx90gqz .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1tx90gqz .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1tx9v8LQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1tx9v8LQ img,
.cid-tw1tx9v8LQ .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1tx9v8LQ .item:focus,
.cid-tw1tx9v8LQ span:focus {
  outline: none;
}
.cid-tw1tx9v8LQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1tx9v8LQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1tx9v8LQ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1tx9v8LQ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1tx9v8LQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1tx9v8LQ .mbr-section-title {
  color: #379683;
}
.cid-tw1tx9v8LQ .mbr-text,
.cid-tw1tx9v8LQ .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1tx9v8LQ .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1tx9v8LQ .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1tx9v8LQ .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1txa49JN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1txa49JN img,
.cid-tw1txa49JN .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1txa49JN .item:focus,
.cid-tw1txa49JN span:focus {
  outline: none;
}
.cid-tw1txa49JN .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1txa49JN .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1txa49JN .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1txa49JN .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1txa49JN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1txa49JN .mbr-section-title {
  color: #379683;
}
.cid-tw1txa49JN .mbr-text,
.cid-tw1txa49JN .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1txa49JN .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1txa49JN .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1txa49JN .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1txazgGE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1txazgGE img,
.cid-tw1txazgGE .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1txazgGE .item:focus,
.cid-tw1txazgGE span:focus {
  outline: none;
}
.cid-tw1txazgGE .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1txazgGE .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1txazgGE .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1txazgGE .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1txazgGE .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1txazgGE .mbr-section-title {
  color: #379683;
}
.cid-tw1txazgGE .mbr-text,
.cid-tw1txazgGE .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1txazgGE .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1txazgGE .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1txazgGE .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1txb6MpC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1txb6MpC img,
.cid-tw1txb6MpC .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1txb6MpC .item:focus,
.cid-tw1txb6MpC span:focus {
  outline: none;
}
.cid-tw1txb6MpC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1txb6MpC .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1txb6MpC .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1txb6MpC .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1txb6MpC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1txb6MpC .mbr-section-title {
  color: #379683;
}
.cid-tw1txb6MpC .mbr-text,
.cid-tw1txb6MpC .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1txb6MpC .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1txb6MpC .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1txb6MpC .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1txbF3Dl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1txbF3Dl img,
.cid-tw1txbF3Dl .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1txbF3Dl .item:focus,
.cid-tw1txbF3Dl span:focus {
  outline: none;
}
.cid-tw1txbF3Dl .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1txbF3Dl .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1txbF3Dl .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1txbF3Dl .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1txbF3Dl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1txbF3Dl .mbr-section-title {
  color: #379683;
}
.cid-tw1txbF3Dl .mbr-text,
.cid-tw1txbF3Dl .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1txbF3Dl .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1txbF3Dl .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1txbF3Dl .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1txcciup {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1txcciup img,
.cid-tw1txcciup .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1txcciup .item:focus,
.cid-tw1txcciup span:focus {
  outline: none;
}
.cid-tw1txcciup .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1txcciup .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1txcciup .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1txcciup .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1txcciup .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1txcciup .mbr-section-title {
  color: #379683;
}
.cid-tw1txcciup .mbr-text,
.cid-tw1txcciup .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1txcciup .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1txcciup .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1txcciup .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1txddTAW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1txddTAW img,
.cid-tw1txddTAW .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1txddTAW .item:focus,
.cid-tw1txddTAW span:focus {
  outline: none;
}
.cid-tw1txddTAW .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1txddTAW .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1txddTAW .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1txddTAW .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1txddTAW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1txddTAW .mbr-section-title {
  color: #379683;
}
.cid-tw1txddTAW .mbr-text,
.cid-tw1txddTAW .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1txddTAW .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1txddTAW .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1txddTAW .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1txe4r7L {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1txe4r7L img,
.cid-tw1txe4r7L .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1txe4r7L .item:focus,
.cid-tw1txe4r7L span:focus {
  outline: none;
}
.cid-tw1txe4r7L .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1txe4r7L .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1txe4r7L .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1txe4r7L .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1txe4r7L .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1txe4r7L .mbr-section-title {
  color: #379683;
}
.cid-tw1txe4r7L .mbr-text,
.cid-tw1txe4r7L .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1txe4r7L .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1txe4r7L .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1txe4r7L .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1txeEpGz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1txeEpGz img,
.cid-tw1txeEpGz .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1txeEpGz .item:focus,
.cid-tw1txeEpGz span:focus {
  outline: none;
}
.cid-tw1txeEpGz .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1txeEpGz .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1txeEpGz .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1txeEpGz .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1txeEpGz .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1txeEpGz .mbr-section-title {
  color: #379683;
}
.cid-tw1txeEpGz .mbr-text,
.cid-tw1txeEpGz .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1txeEpGz .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1txeEpGz .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1txeEpGz .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1txfehNr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1txfehNr img,
.cid-tw1txfehNr .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1txfehNr .item:focus,
.cid-tw1txfehNr span:focus {
  outline: none;
}
.cid-tw1txfehNr .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1txfehNr .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1txfehNr .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1txfehNr .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1txfehNr .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1txfehNr .mbr-section-title {
  color: #379683;
}
.cid-tw1txfehNr .mbr-text,
.cid-tw1txfehNr .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1txfehNr .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1txfehNr .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1txfehNr .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1txfUbmj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1txfUbmj img,
.cid-tw1txfUbmj .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1txfUbmj .item:focus,
.cid-tw1txfUbmj span:focus {
  outline: none;
}
.cid-tw1txfUbmj .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1txfUbmj .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1txfUbmj .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1txfUbmj .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1txfUbmj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1txfUbmj .mbr-section-title {
  color: #379683;
}
.cid-tw1txfUbmj .mbr-text,
.cid-tw1txfUbmj .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1txfUbmj .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1txfUbmj .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1txfUbmj .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1txgtgVB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1txgtgVB img,
.cid-tw1txgtgVB .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1txgtgVB .item:focus,
.cid-tw1txgtgVB span:focus {
  outline: none;
}
.cid-tw1txgtgVB .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1txgtgVB .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1txgtgVB .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1txgtgVB .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1txgtgVB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1txgtgVB .mbr-section-title {
  color: #379683;
}
.cid-tw1txgtgVB .mbr-text,
.cid-tw1txgtgVB .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1txgtgVB .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1txgtgVB .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1txgtgVB .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1txh65F6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1txh65F6 img,
.cid-tw1txh65F6 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1txh65F6 .item:focus,
.cid-tw1txh65F6 span:focus {
  outline: none;
}
.cid-tw1txh65F6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1txh65F6 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1txh65F6 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1txh65F6 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1txh65F6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1txh65F6 .mbr-section-title {
  color: #379683;
}
.cid-tw1txh65F6 .mbr-text,
.cid-tw1txh65F6 .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1txh65F6 .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1txh65F6 .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1txh65F6 .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1txhLz9Q {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1txhLz9Q img,
.cid-tw1txhLz9Q .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1txhLz9Q .item:focus,
.cid-tw1txhLz9Q span:focus {
  outline: none;
}
.cid-tw1txhLz9Q .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1txhLz9Q .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1txhLz9Q .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1txhLz9Q .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1txhLz9Q .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1txhLz9Q .mbr-section-title {
  color: #379683;
}
.cid-tw1txhLz9Q .mbr-text,
.cid-tw1txhLz9Q .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1txhLz9Q .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1txhLz9Q .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1txhLz9Q .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1txildNl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1txildNl img,
.cid-tw1txildNl .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1txildNl .item:focus,
.cid-tw1txildNl span:focus {
  outline: none;
}
.cid-tw1txildNl .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1txildNl .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1txildNl .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1txildNl .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1txildNl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1txildNl .mbr-section-title {
  color: #379683;
}
.cid-tw1txildNl .mbr-text,
.cid-tw1txildNl .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1txildNl .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1txildNl .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1txildNl .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw4zEsXq0x {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tw4zEsXq0x .content {
    text-align: center;
  }
  .cid-tw4zEsXq0x .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tw4zEsXq0x .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tw4zEsXq0x .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tw4zEsXq0x .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tw4zEsXq0x .google-map {
  height: 25rem;
  position: relative;
}
.cid-tw4zEsXq0x .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tw4zEsXq0x .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tw4zEsXq0x .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tw4zEsXq0x .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tw4zEsXq0x .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tw4zEsXq0x .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tw4zEsXq0x .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tw4zEsXq0x .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tw4zEsXq0x .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tw4zEsXq0x .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tw4zEsXq0x .list {
  list-style-type: none;
  padding: 0;
}
.cid-tw1wAsMe8I {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tw1wAsMe8I nav.navbar {
  position: fixed;
}
.cid-tw1wAsMe8I .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-tw1wAsMe8I .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tw1wAsMe8I .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tw1wAsMe8I .dropdown-item:hover,
.cid-tw1wAsMe8I .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-tw1wAsMe8I .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tw1wAsMe8I .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tw1wAsMe8I .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tw1wAsMe8I .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tw1wAsMe8I .nav-link {
  position: relative;
}
.cid-tw1wAsMe8I .container {
  display: flex;
  margin: auto;
}
.cid-tw1wAsMe8I .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tw1wAsMe8I .dropdown-menu,
.cid-tw1wAsMe8I .navbar.opened {
  background: #c37a7a !important;
}
.cid-tw1wAsMe8I .nav-item:focus,
.cid-tw1wAsMe8I .nav-link:focus {
  outline: none;
}
.cid-tw1wAsMe8I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tw1wAsMe8I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tw1wAsMe8I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tw1wAsMe8I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tw1wAsMe8I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tw1wAsMe8I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tw1wAsMe8I .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #c37a7a;
}
.cid-tw1wAsMe8I .navbar.opened {
  transition: all 0.3s;
}
.cid-tw1wAsMe8I .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tw1wAsMe8I .navbar .navbar-logo img {
  width: auto;
}
.cid-tw1wAsMe8I .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tw1wAsMe8I .navbar.collapsed {
  justify-content: center;
}
.cid-tw1wAsMe8I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tw1wAsMe8I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tw1wAsMe8I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tw1wAsMe8I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tw1wAsMe8I .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: 41%;
}
.cid-tw1wAsMe8I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tw1wAsMe8I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tw1wAsMe8I .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tw1wAsMe8I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tw1wAsMe8I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tw1wAsMe8I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tw1wAsMe8I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tw1wAsMe8I .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: 40%;
  }
  .cid-tw1wAsMe8I .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tw1wAsMe8I .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tw1wAsMe8I .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tw1wAsMe8I .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tw1wAsMe8I .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tw1wAsMe8I .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tw1wAsMe8I .navbar.navbar-short {
  min-height: 60px;
}
.cid-tw1wAsMe8I .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tw1wAsMe8I .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tw1wAsMe8I .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tw1wAsMe8I .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tw1wAsMe8I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tw1wAsMe8I .dropdown-item.active,
.cid-tw1wAsMe8I .dropdown-item:active {
  background-color: transparent;
}
.cid-tw1wAsMe8I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tw1wAsMe8I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tw1wAsMe8I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tw1wAsMe8I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c37a7a;
}
.cid-tw1wAsMe8I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tw1wAsMe8I .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tw1wAsMe8I ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tw1wAsMe8I .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tw1wAsMe8I button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tw1wAsMe8I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tw1wAsMe8I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tw1wAsMe8I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw1wAsMe8I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw1wAsMe8I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tw1wAsMe8I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw1wAsMe8I nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tw1wAsMe8I nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tw1wAsMe8I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw1wAsMe8I .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tw1wAsMe8I a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tw1wAsMe8I .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-tw1wAsMe8I .navbar {
    height: 70px;
  }
  .cid-tw1wAsMe8I .navbar.opened {
    height: auto;
  }
  .cid-tw1wAsMe8I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tw1wAtlDWV {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/workwear-and-multi-risk-clothing-2.webp");
}
.cid-tw1wAtlDWV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw1wAtlDWV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw1wAtlDWV .mbr-section-title {
  color: #ffffff;
}
.cid-tw1wAtlDWV .mbr-text,
.cid-tw1wAtlDWV .mbr-section-btn {
  color: #ffffff;
}
.cid-tw1wAGSixl {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1wAGSixl img,
.cid-tw1wAGSixl .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1wAGSixl .item:focus,
.cid-tw1wAGSixl span:focus {
  outline: none;
}
.cid-tw1wAGSixl .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1wAGSixl .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1wAGSixl .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1wAGSixl .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1wAGSixl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1wAGSixl .mbr-section-title {
  color: #379683;
}
.cid-tw1wAGSixl .mbr-text,
.cid-tw1wAGSixl .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1wAGSixl .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1wAGSixl .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1wAGSixl .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1wAtPbnl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1wAtPbnl img,
.cid-tw1wAtPbnl .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1wAtPbnl .item:focus,
.cid-tw1wAtPbnl span:focus {
  outline: none;
}
.cid-tw1wAtPbnl .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1wAtPbnl .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1wAtPbnl .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1wAtPbnl .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1wAtPbnl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1wAtPbnl .mbr-section-title {
  color: #379683;
}
.cid-tw1wAtPbnl .mbr-text,
.cid-tw1wAtPbnl .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1wAtPbnl .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1wAtPbnl .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1wAtPbnl .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1wAupjrz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1wAupjrz img,
.cid-tw1wAupjrz .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1wAupjrz .item:focus,
.cid-tw1wAupjrz span:focus {
  outline: none;
}
.cid-tw1wAupjrz .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1wAupjrz .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1wAupjrz .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1wAupjrz .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1wAupjrz .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1wAupjrz .mbr-section-title {
  color: #379683;
}
.cid-tw1wAupjrz .mbr-text,
.cid-tw1wAupjrz .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1wAupjrz .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1wAupjrz .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1wAupjrz .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1wAv1wQf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1wAv1wQf img,
.cid-tw1wAv1wQf .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1wAv1wQf .item:focus,
.cid-tw1wAv1wQf span:focus {
  outline: none;
}
.cid-tw1wAv1wQf .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1wAv1wQf .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1wAv1wQf .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1wAv1wQf .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1wAv1wQf .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1wAv1wQf .mbr-section-title {
  color: #379683;
}
.cid-tw1wAv1wQf .mbr-text,
.cid-tw1wAv1wQf .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1wAv1wQf .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1wAv1wQf .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1wAv1wQf .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1wAvB8zl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1wAvB8zl img,
.cid-tw1wAvB8zl .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1wAvB8zl .item:focus,
.cid-tw1wAvB8zl span:focus {
  outline: none;
}
.cid-tw1wAvB8zl .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1wAvB8zl .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1wAvB8zl .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1wAvB8zl .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1wAvB8zl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1wAvB8zl .mbr-section-title {
  color: #379683;
}
.cid-tw1wAvB8zl .mbr-text,
.cid-tw1wAvB8zl .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1wAvB8zl .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1wAvB8zl .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1wAvB8zl .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1wAwbsM5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1wAwbsM5 img,
.cid-tw1wAwbsM5 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1wAwbsM5 .item:focus,
.cid-tw1wAwbsM5 span:focus {
  outline: none;
}
.cid-tw1wAwbsM5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1wAwbsM5 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1wAwbsM5 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1wAwbsM5 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1wAwbsM5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1wAwbsM5 .mbr-section-title {
  color: #379683;
}
.cid-tw1wAwbsM5 .mbr-text,
.cid-tw1wAwbsM5 .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1wAwbsM5 .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1wAwbsM5 .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1wAwbsM5 .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1wAwMrdj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1wAwMrdj img,
.cid-tw1wAwMrdj .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1wAwMrdj .item:focus,
.cid-tw1wAwMrdj span:focus {
  outline: none;
}
.cid-tw1wAwMrdj .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1wAwMrdj .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1wAwMrdj .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1wAwMrdj .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1wAwMrdj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1wAwMrdj .mbr-section-title {
  color: #379683;
}
.cid-tw1wAwMrdj .mbr-text,
.cid-tw1wAwMrdj .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1wAwMrdj .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1wAwMrdj .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1wAwMrdj .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1wAxlv2p {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1wAxlv2p img,
.cid-tw1wAxlv2p .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1wAxlv2p .item:focus,
.cid-tw1wAxlv2p span:focus {
  outline: none;
}
.cid-tw1wAxlv2p .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1wAxlv2p .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1wAxlv2p .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1wAxlv2p .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1wAxlv2p .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1wAxlv2p .mbr-section-title {
  color: #379683;
}
.cid-tw1wAxlv2p .mbr-text,
.cid-tw1wAxlv2p .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1wAxlv2p .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1wAxlv2p .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1wAxlv2p .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1wAxR8av {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1wAxR8av img,
.cid-tw1wAxR8av .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1wAxR8av .item:focus,
.cid-tw1wAxR8av span:focus {
  outline: none;
}
.cid-tw1wAxR8av .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1wAxR8av .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1wAxR8av .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1wAxR8av .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1wAxR8av .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1wAxR8av .mbr-section-title {
  color: #379683;
}
.cid-tw1wAxR8av .mbr-text,
.cid-tw1wAxR8av .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1wAxR8av .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1wAxR8av .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1wAxR8av .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1wAyDWxH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1wAyDWxH img,
.cid-tw1wAyDWxH .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1wAyDWxH .item:focus,
.cid-tw1wAyDWxH span:focus {
  outline: none;
}
.cid-tw1wAyDWxH .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1wAyDWxH .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1wAyDWxH .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1wAyDWxH .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1wAyDWxH .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1wAyDWxH .mbr-section-title {
  color: #379683;
}
.cid-tw1wAyDWxH .mbr-text,
.cid-tw1wAyDWxH .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1wAyDWxH .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1wAyDWxH .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1wAyDWxH .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1wAzyq2j {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1wAzyq2j img,
.cid-tw1wAzyq2j .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1wAzyq2j .item:focus,
.cid-tw1wAzyq2j span:focus {
  outline: none;
}
.cid-tw1wAzyq2j .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1wAzyq2j .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1wAzyq2j .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1wAzyq2j .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1wAzyq2j .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1wAzyq2j .mbr-section-title {
  color: #379683;
}
.cid-tw1wAzyq2j .mbr-text,
.cid-tw1wAzyq2j .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1wAzyq2j .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1wAzyq2j .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1wAzyq2j .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1wAAD12T {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1wAAD12T img,
.cid-tw1wAAD12T .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1wAAD12T .item:focus,
.cid-tw1wAAD12T span:focus {
  outline: none;
}
.cid-tw1wAAD12T .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1wAAD12T .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1wAAD12T .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1wAAD12T .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1wAAD12T .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1wAAD12T .mbr-section-title {
  color: #379683;
}
.cid-tw1wAAD12T .mbr-text,
.cid-tw1wAAD12T .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1wAAD12T .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1wAAD12T .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1wAAD12T .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1wABeXwx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1wABeXwx img,
.cid-tw1wABeXwx .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1wABeXwx .item:focus,
.cid-tw1wABeXwx span:focus {
  outline: none;
}
.cid-tw1wABeXwx .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1wABeXwx .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1wABeXwx .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1wABeXwx .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1wABeXwx .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1wABeXwx .mbr-section-title {
  color: #379683;
}
.cid-tw1wABeXwx .mbr-text,
.cid-tw1wABeXwx .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1wABeXwx .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1wABeXwx .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1wABeXwx .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1wABN2Pq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1wABN2Pq img,
.cid-tw1wABN2Pq .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1wABN2Pq .item:focus,
.cid-tw1wABN2Pq span:focus {
  outline: none;
}
.cid-tw1wABN2Pq .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1wABN2Pq .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1wABN2Pq .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1wABN2Pq .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1wABN2Pq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1wABN2Pq .mbr-section-title {
  color: #379683;
}
.cid-tw1wABN2Pq .mbr-text,
.cid-tw1wABN2Pq .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1wABN2Pq .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1wABN2Pq .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1wABN2Pq .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1wACpoCw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1wACpoCw img,
.cid-tw1wACpoCw .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1wACpoCw .item:focus,
.cid-tw1wACpoCw span:focus {
  outline: none;
}
.cid-tw1wACpoCw .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1wACpoCw .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1wACpoCw .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1wACpoCw .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1wACpoCw .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1wACpoCw .mbr-section-title {
  color: #379683;
}
.cid-tw1wACpoCw .mbr-text,
.cid-tw1wACpoCw .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1wACpoCw .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1wACpoCw .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1wACpoCw .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1wAD4C8u {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1wAD4C8u img,
.cid-tw1wAD4C8u .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1wAD4C8u .item:focus,
.cid-tw1wAD4C8u span:focus {
  outline: none;
}
.cid-tw1wAD4C8u .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1wAD4C8u .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1wAD4C8u .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1wAD4C8u .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1wAD4C8u .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1wAD4C8u .mbr-section-title {
  color: #379683;
}
.cid-tw1wAD4C8u .mbr-text,
.cid-tw1wAD4C8u .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1wAD4C8u .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1wAD4C8u .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1wAD4C8u .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1wADGzmk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1wADGzmk img,
.cid-tw1wADGzmk .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1wADGzmk .item:focus,
.cid-tw1wADGzmk span:focus {
  outline: none;
}
.cid-tw1wADGzmk .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1wADGzmk .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1wADGzmk .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1wADGzmk .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1wADGzmk .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1wADGzmk .mbr-section-title {
  color: #379683;
}
.cid-tw1wADGzmk .mbr-text,
.cid-tw1wADGzmk .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1wADGzmk .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1wADGzmk .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1wADGzmk .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1wAEj6Yo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1wAEj6Yo img,
.cid-tw1wAEj6Yo .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1wAEj6Yo .item:focus,
.cid-tw1wAEj6Yo span:focus {
  outline: none;
}
.cid-tw1wAEj6Yo .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1wAEj6Yo .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1wAEj6Yo .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1wAEj6Yo .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1wAEj6Yo .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1wAEj6Yo .mbr-section-title {
  color: #379683;
}
.cid-tw1wAEj6Yo .mbr-text,
.cid-tw1wAEj6Yo .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1wAEj6Yo .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1wAEj6Yo .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1wAEj6Yo .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1wAEY8un {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1wAEY8un img,
.cid-tw1wAEY8un .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1wAEY8un .item:focus,
.cid-tw1wAEY8un span:focus {
  outline: none;
}
.cid-tw1wAEY8un .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1wAEY8un .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1wAEY8un .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1wAEY8un .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1wAEY8un .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1wAEY8un .mbr-section-title {
  color: #379683;
}
.cid-tw1wAEY8un .mbr-text,
.cid-tw1wAEY8un .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1wAEY8un .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1wAEY8un .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1wAEY8un .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1wAFyewj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1wAFyewj img,
.cid-tw1wAFyewj .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1wAFyewj .item:focus,
.cid-tw1wAFyewj span:focus {
  outline: none;
}
.cid-tw1wAFyewj .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1wAFyewj .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1wAFyewj .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1wAFyewj .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1wAFyewj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1wAFyewj .mbr-section-title {
  color: #379683;
}
.cid-tw1wAFyewj .mbr-text,
.cid-tw1wAFyewj .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1wAFyewj .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1wAFyewj .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1wAFyewj .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1wAGg3Xl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1wAGg3Xl img,
.cid-tw1wAGg3Xl .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1wAGg3Xl .item:focus,
.cid-tw1wAGg3Xl span:focus {
  outline: none;
}
.cid-tw1wAGg3Xl .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1wAGg3Xl .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1wAGg3Xl .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1wAGg3Xl .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1wAGg3Xl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1wAGg3Xl .mbr-section-title {
  color: #379683;
}
.cid-tw1wAGg3Xl .mbr-text,
.cid-tw1wAGg3Xl .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1wAGg3Xl .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1wAGg3Xl .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1wAGg3Xl .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw4zEsXq0x {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tw4zEsXq0x .content {
    text-align: center;
  }
  .cid-tw4zEsXq0x .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tw4zEsXq0x .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tw4zEsXq0x .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tw4zEsXq0x .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tw4zEsXq0x .google-map {
  height: 25rem;
  position: relative;
}
.cid-tw4zEsXq0x .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tw4zEsXq0x .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tw4zEsXq0x .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tw4zEsXq0x .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tw4zEsXq0x .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tw4zEsXq0x .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tw4zEsXq0x .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tw4zEsXq0x .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tw4zEsXq0x .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tw4zEsXq0x .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tw4zEsXq0x .list {
  list-style-type: none;
  padding: 0;
}
.cid-tw1ytCHbrq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tw1ytCHbrq nav.navbar {
  position: fixed;
}
.cid-tw1ytCHbrq .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-tw1ytCHbrq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tw1ytCHbrq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tw1ytCHbrq .dropdown-item:hover,
.cid-tw1ytCHbrq .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-tw1ytCHbrq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tw1ytCHbrq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tw1ytCHbrq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tw1ytCHbrq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tw1ytCHbrq .nav-link {
  position: relative;
}
.cid-tw1ytCHbrq .container {
  display: flex;
  margin: auto;
}
.cid-tw1ytCHbrq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tw1ytCHbrq .dropdown-menu,
.cid-tw1ytCHbrq .navbar.opened {
  background: #c37a7a !important;
}
.cid-tw1ytCHbrq .nav-item:focus,
.cid-tw1ytCHbrq .nav-link:focus {
  outline: none;
}
.cid-tw1ytCHbrq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tw1ytCHbrq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tw1ytCHbrq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tw1ytCHbrq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tw1ytCHbrq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tw1ytCHbrq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tw1ytCHbrq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #c37a7a;
}
.cid-tw1ytCHbrq .navbar.opened {
  transition: all 0.3s;
}
.cid-tw1ytCHbrq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tw1ytCHbrq .navbar .navbar-logo img {
  width: auto;
}
.cid-tw1ytCHbrq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tw1ytCHbrq .navbar.collapsed {
  justify-content: center;
}
.cid-tw1ytCHbrq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tw1ytCHbrq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tw1ytCHbrq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tw1ytCHbrq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tw1ytCHbrq .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: 41%;
}
.cid-tw1ytCHbrq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tw1ytCHbrq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tw1ytCHbrq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tw1ytCHbrq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tw1ytCHbrq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tw1ytCHbrq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tw1ytCHbrq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tw1ytCHbrq .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: 40%;
  }
  .cid-tw1ytCHbrq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tw1ytCHbrq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tw1ytCHbrq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tw1ytCHbrq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tw1ytCHbrq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tw1ytCHbrq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tw1ytCHbrq .navbar.navbar-short {
  min-height: 60px;
}
.cid-tw1ytCHbrq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tw1ytCHbrq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tw1ytCHbrq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tw1ytCHbrq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tw1ytCHbrq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tw1ytCHbrq .dropdown-item.active,
.cid-tw1ytCHbrq .dropdown-item:active {
  background-color: transparent;
}
.cid-tw1ytCHbrq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tw1ytCHbrq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tw1ytCHbrq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tw1ytCHbrq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c37a7a;
}
.cid-tw1ytCHbrq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tw1ytCHbrq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tw1ytCHbrq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tw1ytCHbrq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tw1ytCHbrq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tw1ytCHbrq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tw1ytCHbrq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tw1ytCHbrq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw1ytCHbrq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw1ytCHbrq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tw1ytCHbrq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw1ytCHbrq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tw1ytCHbrq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tw1ytCHbrq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw1ytCHbrq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tw1ytCHbrq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tw1ytCHbrq .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-tw1ytCHbrq .navbar {
    height: 70px;
  }
  .cid-tw1ytCHbrq .navbar.opened {
    height: auto;
  }
  .cid-tw1ytCHbrq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tw1ytDw6BX {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/5-reasons-considering-security-guard-career-nyc-1920x1080.jpeg");
}
.cid-tw1ytDw6BX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw1ytDw6BX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw1ytDw6BX .mbr-section-title {
  color: #ffffff;
}
.cid-tw1ytDw6BX .mbr-text,
.cid-tw1ytDw6BX .mbr-section-btn {
  color: #ffffff;
}
.cid-tw1ytR5nvY {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1ytR5nvY img,
.cid-tw1ytR5nvY .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1ytR5nvY .item:focus,
.cid-tw1ytR5nvY span:focus {
  outline: none;
}
.cid-tw1ytR5nvY .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1ytR5nvY .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1ytR5nvY .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1ytR5nvY .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1ytR5nvY .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1ytR5nvY .mbr-section-title {
  color: #379683;
}
.cid-tw1ytR5nvY .mbr-text,
.cid-tw1ytR5nvY .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1ytR5nvY .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1ytR5nvY .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1ytR5nvY .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1ytE2KG0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1ytE2KG0 img,
.cid-tw1ytE2KG0 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1ytE2KG0 .item:focus,
.cid-tw1ytE2KG0 span:focus {
  outline: none;
}
.cid-tw1ytE2KG0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1ytE2KG0 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1ytE2KG0 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1ytE2KG0 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1ytE2KG0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1ytE2KG0 .mbr-section-title {
  color: #379683;
}
.cid-tw1ytE2KG0 .mbr-text,
.cid-tw1ytE2KG0 .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1ytE2KG0 .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1ytE2KG0 .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1ytE2KG0 .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1ytECY5l {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1ytECY5l img,
.cid-tw1ytECY5l .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1ytECY5l .item:focus,
.cid-tw1ytECY5l span:focus {
  outline: none;
}
.cid-tw1ytECY5l .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1ytECY5l .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1ytECY5l .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1ytECY5l .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1ytECY5l .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1ytECY5l .mbr-section-title {
  color: #379683;
}
.cid-tw1ytECY5l .mbr-text,
.cid-tw1ytECY5l .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1ytECY5l .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1ytECY5l .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1ytECY5l .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1ytFdlG6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1ytFdlG6 img,
.cid-tw1ytFdlG6 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1ytFdlG6 .item:focus,
.cid-tw1ytFdlG6 span:focus {
  outline: none;
}
.cid-tw1ytFdlG6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1ytFdlG6 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1ytFdlG6 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1ytFdlG6 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1ytFdlG6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1ytFdlG6 .mbr-section-title {
  color: #379683;
}
.cid-tw1ytFdlG6 .mbr-text,
.cid-tw1ytFdlG6 .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1ytFdlG6 .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1ytFdlG6 .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1ytFdlG6 .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1ytFNSaA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1ytFNSaA img,
.cid-tw1ytFNSaA .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1ytFNSaA .item:focus,
.cid-tw1ytFNSaA span:focus {
  outline: none;
}
.cid-tw1ytFNSaA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1ytFNSaA .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1ytFNSaA .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1ytFNSaA .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1ytFNSaA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1ytFNSaA .mbr-section-title {
  color: #379683;
}
.cid-tw1ytFNSaA .mbr-text,
.cid-tw1ytFNSaA .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1ytFNSaA .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1ytFNSaA .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1ytFNSaA .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1ytGrLiR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1ytGrLiR img,
.cid-tw1ytGrLiR .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1ytGrLiR .item:focus,
.cid-tw1ytGrLiR span:focus {
  outline: none;
}
.cid-tw1ytGrLiR .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1ytGrLiR .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1ytGrLiR .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1ytGrLiR .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1ytGrLiR .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1ytGrLiR .mbr-section-title {
  color: #379683;
}
.cid-tw1ytGrLiR .mbr-text,
.cid-tw1ytGrLiR .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1ytGrLiR .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1ytGrLiR .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1ytGrLiR .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1ytGYATP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1ytGYATP img,
.cid-tw1ytGYATP .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1ytGYATP .item:focus,
.cid-tw1ytGYATP span:focus {
  outline: none;
}
.cid-tw1ytGYATP .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1ytGYATP .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1ytGYATP .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1ytGYATP .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1ytGYATP .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1ytGYATP .mbr-section-title {
  color: #379683;
}
.cid-tw1ytGYATP .mbr-text,
.cid-tw1ytGYATP .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1ytGYATP .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1ytGYATP .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1ytGYATP .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1ytHvTlr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1ytHvTlr img,
.cid-tw1ytHvTlr .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1ytHvTlr .item:focus,
.cid-tw1ytHvTlr span:focus {
  outline: none;
}
.cid-tw1ytHvTlr .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1ytHvTlr .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1ytHvTlr .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1ytHvTlr .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1ytHvTlr .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1ytHvTlr .mbr-section-title {
  color: #379683;
}
.cid-tw1ytHvTlr .mbr-text,
.cid-tw1ytHvTlr .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1ytHvTlr .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1ytHvTlr .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1ytHvTlr .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1ytI5iul {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1ytI5iul img,
.cid-tw1ytI5iul .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1ytI5iul .item:focus,
.cid-tw1ytI5iul span:focus {
  outline: none;
}
.cid-tw1ytI5iul .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1ytI5iul .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1ytI5iul .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1ytI5iul .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1ytI5iul .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1ytI5iul .mbr-section-title {
  color: #379683;
}
.cid-tw1ytI5iul .mbr-text,
.cid-tw1ytI5iul .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1ytI5iul .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1ytI5iul .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1ytI5iul .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1ytIByJB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1ytIByJB img,
.cid-tw1ytIByJB .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1ytIByJB .item:focus,
.cid-tw1ytIByJB span:focus {
  outline: none;
}
.cid-tw1ytIByJB .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1ytIByJB .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1ytIByJB .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1ytIByJB .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1ytIByJB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1ytIByJB .mbr-section-title {
  color: #379683;
}
.cid-tw1ytIByJB .mbr-text,
.cid-tw1ytIByJB .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1ytIByJB .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1ytIByJB .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1ytIByJB .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1ytJ96kn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1ytJ96kn img,
.cid-tw1ytJ96kn .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1ytJ96kn .item:focus,
.cid-tw1ytJ96kn span:focus {
  outline: none;
}
.cid-tw1ytJ96kn .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1ytJ96kn .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1ytJ96kn .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1ytJ96kn .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1ytJ96kn .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1ytJ96kn .mbr-section-title {
  color: #379683;
}
.cid-tw1ytJ96kn .mbr-text,
.cid-tw1ytJ96kn .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1ytJ96kn .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1ytJ96kn .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1ytJ96kn .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1ytJYsjA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1ytJYsjA img,
.cid-tw1ytJYsjA .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1ytJYsjA .item:focus,
.cid-tw1ytJYsjA span:focus {
  outline: none;
}
.cid-tw1ytJYsjA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1ytJYsjA .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1ytJYsjA .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1ytJYsjA .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1ytJYsjA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1ytJYsjA .mbr-section-title {
  color: #379683;
}
.cid-tw1ytJYsjA .mbr-text,
.cid-tw1ytJYsjA .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1ytJYsjA .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1ytJYsjA .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1ytJYsjA .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1ytKT99h {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1ytKT99h img,
.cid-tw1ytKT99h .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1ytKT99h .item:focus,
.cid-tw1ytKT99h span:focus {
  outline: none;
}
.cid-tw1ytKT99h .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1ytKT99h .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1ytKT99h .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1ytKT99h .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1ytKT99h .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1ytKT99h .mbr-section-title {
  color: #379683;
}
.cid-tw1ytKT99h .mbr-text,
.cid-tw1ytKT99h .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1ytKT99h .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1ytKT99h .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1ytKT99h .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1ytLIoWt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1ytLIoWt img,
.cid-tw1ytLIoWt .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1ytLIoWt .item:focus,
.cid-tw1ytLIoWt span:focus {
  outline: none;
}
.cid-tw1ytLIoWt .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1ytLIoWt .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1ytLIoWt .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1ytLIoWt .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1ytLIoWt .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1ytLIoWt .mbr-section-title {
  color: #379683;
}
.cid-tw1ytLIoWt .mbr-text,
.cid-tw1ytLIoWt .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1ytLIoWt .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1ytLIoWt .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1ytLIoWt .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1ytMK0jd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1ytMK0jd img,
.cid-tw1ytMK0jd .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1ytMK0jd .item:focus,
.cid-tw1ytMK0jd span:focus {
  outline: none;
}
.cid-tw1ytMK0jd .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1ytMK0jd .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1ytMK0jd .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1ytMK0jd .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1ytMK0jd .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1ytMK0jd .mbr-section-title {
  color: #379683;
}
.cid-tw1ytMK0jd .mbr-text,
.cid-tw1ytMK0jd .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1ytMK0jd .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1ytMK0jd .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1ytMK0jd .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1ytNmp9Y {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1ytNmp9Y img,
.cid-tw1ytNmp9Y .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1ytNmp9Y .item:focus,
.cid-tw1ytNmp9Y span:focus {
  outline: none;
}
.cid-tw1ytNmp9Y .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1ytNmp9Y .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1ytNmp9Y .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1ytNmp9Y .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1ytNmp9Y .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1ytNmp9Y .mbr-section-title {
  color: #379683;
}
.cid-tw1ytNmp9Y .mbr-text,
.cid-tw1ytNmp9Y .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1ytNmp9Y .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1ytNmp9Y .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1ytNmp9Y .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1ytNVaCQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1ytNVaCQ img,
.cid-tw1ytNVaCQ .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1ytNVaCQ .item:focus,
.cid-tw1ytNVaCQ span:focus {
  outline: none;
}
.cid-tw1ytNVaCQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1ytNVaCQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1ytNVaCQ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1ytNVaCQ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1ytNVaCQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1ytNVaCQ .mbr-section-title {
  color: #379683;
}
.cid-tw1ytNVaCQ .mbr-text,
.cid-tw1ytNVaCQ .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1ytNVaCQ .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1ytNVaCQ .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1ytNVaCQ .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1ytOBbeV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1ytOBbeV img,
.cid-tw1ytOBbeV .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1ytOBbeV .item:focus,
.cid-tw1ytOBbeV span:focus {
  outline: none;
}
.cid-tw1ytOBbeV .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1ytOBbeV .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1ytOBbeV .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1ytOBbeV .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1ytOBbeV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1ytOBbeV .mbr-section-title {
  color: #379683;
}
.cid-tw1ytOBbeV .mbr-text,
.cid-tw1ytOBbeV .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1ytOBbeV .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1ytOBbeV .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1ytOBbeV .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1ytPcpXx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1ytPcpXx img,
.cid-tw1ytPcpXx .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1ytPcpXx .item:focus,
.cid-tw1ytPcpXx span:focus {
  outline: none;
}
.cid-tw1ytPcpXx .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1ytPcpXx .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1ytPcpXx .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1ytPcpXx .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1ytPcpXx .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1ytPcpXx .mbr-section-title {
  color: #379683;
}
.cid-tw1ytPcpXx .mbr-text,
.cid-tw1ytPcpXx .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1ytPcpXx .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1ytPcpXx .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1ytPcpXx .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1ytPMMa6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1ytPMMa6 img,
.cid-tw1ytPMMa6 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1ytPMMa6 .item:focus,
.cid-tw1ytPMMa6 span:focus {
  outline: none;
}
.cid-tw1ytPMMa6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1ytPMMa6 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1ytPMMa6 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1ytPMMa6 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1ytPMMa6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1ytPMMa6 .mbr-section-title {
  color: #379683;
}
.cid-tw1ytPMMa6 .mbr-text,
.cid-tw1ytPMMa6 .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1ytPMMa6 .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1ytPMMa6 .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1ytPMMa6 .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1ytQsP3C {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1ytQsP3C img,
.cid-tw1ytQsP3C .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1ytQsP3C .item:focus,
.cid-tw1ytQsP3C span:focus {
  outline: none;
}
.cid-tw1ytQsP3C .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1ytQsP3C .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1ytQsP3C .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1ytQsP3C .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1ytQsP3C .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1ytQsP3C .mbr-section-title {
  color: #379683;
}
.cid-tw1ytQsP3C .mbr-text,
.cid-tw1ytQsP3C .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1ytQsP3C .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1ytQsP3C .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1ytQsP3C .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw4zEsXq0x {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tw4zEsXq0x .content {
    text-align: center;
  }
  .cid-tw4zEsXq0x .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tw4zEsXq0x .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tw4zEsXq0x .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tw4zEsXq0x .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tw4zEsXq0x .google-map {
  height: 25rem;
  position: relative;
}
.cid-tw4zEsXq0x .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tw4zEsXq0x .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tw4zEsXq0x .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tw4zEsXq0x .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tw4zEsXq0x .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tw4zEsXq0x .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tw4zEsXq0x .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tw4zEsXq0x .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tw4zEsXq0x .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tw4zEsXq0x .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tw4zEsXq0x .list {
  list-style-type: none;
  padding: 0;
}
.cid-tw1Ch3XDKf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tw1Ch3XDKf nav.navbar {
  position: fixed;
}
.cid-tw1Ch3XDKf .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-tw1Ch3XDKf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tw1Ch3XDKf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tw1Ch3XDKf .dropdown-item:hover,
.cid-tw1Ch3XDKf .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-tw1Ch3XDKf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tw1Ch3XDKf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tw1Ch3XDKf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tw1Ch3XDKf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tw1Ch3XDKf .nav-link {
  position: relative;
}
.cid-tw1Ch3XDKf .container {
  display: flex;
  margin: auto;
}
.cid-tw1Ch3XDKf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tw1Ch3XDKf .dropdown-menu,
.cid-tw1Ch3XDKf .navbar.opened {
  background: #c37a7a !important;
}
.cid-tw1Ch3XDKf .nav-item:focus,
.cid-tw1Ch3XDKf .nav-link:focus {
  outline: none;
}
.cid-tw1Ch3XDKf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tw1Ch3XDKf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tw1Ch3XDKf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tw1Ch3XDKf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tw1Ch3XDKf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tw1Ch3XDKf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tw1Ch3XDKf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #c37a7a;
}
.cid-tw1Ch3XDKf .navbar.opened {
  transition: all 0.3s;
}
.cid-tw1Ch3XDKf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tw1Ch3XDKf .navbar .navbar-logo img {
  width: auto;
}
.cid-tw1Ch3XDKf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tw1Ch3XDKf .navbar.collapsed {
  justify-content: center;
}
.cid-tw1Ch3XDKf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tw1Ch3XDKf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tw1Ch3XDKf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tw1Ch3XDKf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tw1Ch3XDKf .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: 41%;
}
.cid-tw1Ch3XDKf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tw1Ch3XDKf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tw1Ch3XDKf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tw1Ch3XDKf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tw1Ch3XDKf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tw1Ch3XDKf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tw1Ch3XDKf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tw1Ch3XDKf .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: 40%;
  }
  .cid-tw1Ch3XDKf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tw1Ch3XDKf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tw1Ch3XDKf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tw1Ch3XDKf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tw1Ch3XDKf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tw1Ch3XDKf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tw1Ch3XDKf .navbar.navbar-short {
  min-height: 60px;
}
.cid-tw1Ch3XDKf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tw1Ch3XDKf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tw1Ch3XDKf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tw1Ch3XDKf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tw1Ch3XDKf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tw1Ch3XDKf .dropdown-item.active,
.cid-tw1Ch3XDKf .dropdown-item:active {
  background-color: transparent;
}
.cid-tw1Ch3XDKf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tw1Ch3XDKf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tw1Ch3XDKf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tw1Ch3XDKf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c37a7a;
}
.cid-tw1Ch3XDKf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tw1Ch3XDKf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tw1Ch3XDKf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tw1Ch3XDKf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tw1Ch3XDKf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tw1Ch3XDKf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tw1Ch3XDKf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tw1Ch3XDKf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw1Ch3XDKf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw1Ch3XDKf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tw1Ch3XDKf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw1Ch3XDKf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tw1Ch3XDKf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tw1Ch3XDKf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw1Ch3XDKf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tw1Ch3XDKf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tw1Ch3XDKf .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-tw1Ch3XDKf .navbar {
    height: 70px;
  }
  .cid-tw1Ch3XDKf .navbar.opened {
    height: auto;
  }
  .cid-tw1Ch3XDKf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tw1Ch4C8jw {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/proud-nurse.webp");
}
.cid-tw1Ch4C8jw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw1Ch4C8jw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw1Ch4C8jw .mbr-section-title {
  color: #ffffff;
}
.cid-tw1Ch4C8jw .mbr-text,
.cid-tw1Ch4C8jw .mbr-section-btn {
  color: #ffffff;
}
.cid-tw1CCYxP8C {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1CCYxP8C img,
.cid-tw1CCYxP8C .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1CCYxP8C .item:focus,
.cid-tw1CCYxP8C span:focus {
  outline: none;
}
.cid-tw1CCYxP8C .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1CCYxP8C .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1CCYxP8C .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1CCYxP8C .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1CCYxP8C .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1CCYxP8C .mbr-section-title {
  color: #379683;
}
.cid-tw1CCYxP8C .mbr-text,
.cid-tw1CCYxP8C .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1CCYxP8C .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1CCYxP8C .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1CCYxP8C .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1Ch57sox {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1Ch57sox img,
.cid-tw1Ch57sox .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1Ch57sox .item:focus,
.cid-tw1Ch57sox span:focus {
  outline: none;
}
.cid-tw1Ch57sox .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1Ch57sox .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1Ch57sox .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1Ch57sox .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1Ch57sox .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1Ch57sox .mbr-section-title {
  color: #379683;
}
.cid-tw1Ch57sox .mbr-text,
.cid-tw1Ch57sox .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1Ch57sox .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1Ch57sox .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1Ch57sox .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1Ch5G0U4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1Ch5G0U4 img,
.cid-tw1Ch5G0U4 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1Ch5G0U4 .item:focus,
.cid-tw1Ch5G0U4 span:focus {
  outline: none;
}
.cid-tw1Ch5G0U4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1Ch5G0U4 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1Ch5G0U4 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1Ch5G0U4 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1Ch5G0U4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1Ch5G0U4 .mbr-section-title {
  color: #379683;
}
.cid-tw1Ch5G0U4 .mbr-text,
.cid-tw1Ch5G0U4 .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1Ch5G0U4 .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1Ch5G0U4 .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1Ch5G0U4 .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1Ch6kYKo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1Ch6kYKo img,
.cid-tw1Ch6kYKo .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1Ch6kYKo .item:focus,
.cid-tw1Ch6kYKo span:focus {
  outline: none;
}
.cid-tw1Ch6kYKo .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1Ch6kYKo .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1Ch6kYKo .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1Ch6kYKo .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1Ch6kYKo .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1Ch6kYKo .mbr-section-title {
  color: #379683;
}
.cid-tw1Ch6kYKo .mbr-text,
.cid-tw1Ch6kYKo .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1Ch6kYKo .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1Ch6kYKo .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1Ch6kYKo .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1Ch6T5TJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1Ch6T5TJ img,
.cid-tw1Ch6T5TJ .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1Ch6T5TJ .item:focus,
.cid-tw1Ch6T5TJ span:focus {
  outline: none;
}
.cid-tw1Ch6T5TJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1Ch6T5TJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1Ch6T5TJ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1Ch6T5TJ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1Ch6T5TJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1Ch6T5TJ .mbr-section-title {
  color: #379683;
}
.cid-tw1Ch6T5TJ .mbr-text,
.cid-tw1Ch6T5TJ .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1Ch6T5TJ .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1Ch6T5TJ .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1Ch6T5TJ .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1Ch7qYA6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1Ch7qYA6 img,
.cid-tw1Ch7qYA6 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1Ch7qYA6 .item:focus,
.cid-tw1Ch7qYA6 span:focus {
  outline: none;
}
.cid-tw1Ch7qYA6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1Ch7qYA6 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1Ch7qYA6 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1Ch7qYA6 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1Ch7qYA6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1Ch7qYA6 .mbr-section-title {
  color: #379683;
}
.cid-tw1Ch7qYA6 .mbr-text,
.cid-tw1Ch7qYA6 .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1Ch7qYA6 .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1Ch7qYA6 .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1Ch7qYA6 .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1Ch7WrVh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1Ch7WrVh img,
.cid-tw1Ch7WrVh .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1Ch7WrVh .item:focus,
.cid-tw1Ch7WrVh span:focus {
  outline: none;
}
.cid-tw1Ch7WrVh .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1Ch7WrVh .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1Ch7WrVh .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1Ch7WrVh .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1Ch7WrVh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1Ch7WrVh .mbr-section-title {
  color: #379683;
}
.cid-tw1Ch7WrVh .mbr-text,
.cid-tw1Ch7WrVh .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1Ch7WrVh .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1Ch7WrVh .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1Ch7WrVh .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1Ch8v7WR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1Ch8v7WR img,
.cid-tw1Ch8v7WR .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1Ch8v7WR .item:focus,
.cid-tw1Ch8v7WR span:focus {
  outline: none;
}
.cid-tw1Ch8v7WR .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1Ch8v7WR .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1Ch8v7WR .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1Ch8v7WR .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1Ch8v7WR .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1Ch8v7WR .mbr-section-title {
  color: #379683;
}
.cid-tw1Ch8v7WR .mbr-text,
.cid-tw1Ch8v7WR .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1Ch8v7WR .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1Ch8v7WR .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1Ch8v7WR .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1Ch91LCi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1Ch91LCi img,
.cid-tw1Ch91LCi .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1Ch91LCi .item:focus,
.cid-tw1Ch91LCi span:focus {
  outline: none;
}
.cid-tw1Ch91LCi .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1Ch91LCi .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1Ch91LCi .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1Ch91LCi .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1Ch91LCi .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1Ch91LCi .mbr-section-title {
  color: #379683;
}
.cid-tw1Ch91LCi .mbr-text,
.cid-tw1Ch91LCi .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1Ch91LCi .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1Ch91LCi .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1Ch91LCi .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1Ch9xfSY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1Ch9xfSY img,
.cid-tw1Ch9xfSY .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1Ch9xfSY .item:focus,
.cid-tw1Ch9xfSY span:focus {
  outline: none;
}
.cid-tw1Ch9xfSY .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1Ch9xfSY .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1Ch9xfSY .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1Ch9xfSY .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1Ch9xfSY .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1Ch9xfSY .mbr-section-title {
  color: #379683;
}
.cid-tw1Ch9xfSY .mbr-text,
.cid-tw1Ch9xfSY .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1Ch9xfSY .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1Ch9xfSY .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1Ch9xfSY .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1Cha9kBf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1Cha9kBf img,
.cid-tw1Cha9kBf .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1Cha9kBf .item:focus,
.cid-tw1Cha9kBf span:focus {
  outline: none;
}
.cid-tw1Cha9kBf .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1Cha9kBf .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1Cha9kBf .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1Cha9kBf .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1Cha9kBf .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1Cha9kBf .mbr-section-title {
  color: #379683;
}
.cid-tw1Cha9kBf .mbr-text,
.cid-tw1Cha9kBf .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1Cha9kBf .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1Cha9kBf .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1Cha9kBf .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1ChaGY5t {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1ChaGY5t img,
.cid-tw1ChaGY5t .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1ChaGY5t .item:focus,
.cid-tw1ChaGY5t span:focus {
  outline: none;
}
.cid-tw1ChaGY5t .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1ChaGY5t .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1ChaGY5t .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1ChaGY5t .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1ChaGY5t .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1ChaGY5t .mbr-section-title {
  color: #379683;
}
.cid-tw1ChaGY5t .mbr-text,
.cid-tw1ChaGY5t .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1ChaGY5t .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1ChaGY5t .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1ChaGY5t .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1ChbdwsF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1ChbdwsF img,
.cid-tw1ChbdwsF .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1ChbdwsF .item:focus,
.cid-tw1ChbdwsF span:focus {
  outline: none;
}
.cid-tw1ChbdwsF .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1ChbdwsF .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1ChbdwsF .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1ChbdwsF .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1ChbdwsF .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1ChbdwsF .mbr-section-title {
  color: #379683;
}
.cid-tw1ChbdwsF .mbr-text,
.cid-tw1ChbdwsF .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1ChbdwsF .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1ChbdwsF .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1ChbdwsF .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1ChbP2ML {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1ChbP2ML img,
.cid-tw1ChbP2ML .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1ChbP2ML .item:focus,
.cid-tw1ChbP2ML span:focus {
  outline: none;
}
.cid-tw1ChbP2ML .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1ChbP2ML .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1ChbP2ML .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1ChbP2ML .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1ChbP2ML .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1ChbP2ML .mbr-section-title {
  color: #379683;
}
.cid-tw1ChbP2ML .mbr-text,
.cid-tw1ChbP2ML .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1ChbP2ML .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1ChbP2ML .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1ChbP2ML .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1ChcmqFl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1ChcmqFl img,
.cid-tw1ChcmqFl .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1ChcmqFl .item:focus,
.cid-tw1ChcmqFl span:focus {
  outline: none;
}
.cid-tw1ChcmqFl .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1ChcmqFl .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1ChcmqFl .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1ChcmqFl .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1ChcmqFl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1ChcmqFl .mbr-section-title {
  color: #379683;
}
.cid-tw1ChcmqFl .mbr-text,
.cid-tw1ChcmqFl .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1ChcmqFl .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1ChcmqFl .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1ChcmqFl .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1ChcWY9B {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1ChcWY9B img,
.cid-tw1ChcWY9B .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1ChcWY9B .item:focus,
.cid-tw1ChcWY9B span:focus {
  outline: none;
}
.cid-tw1ChcWY9B .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1ChcWY9B .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1ChcWY9B .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1ChcWY9B .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1ChcWY9B .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1ChcWY9B .mbr-section-title {
  color: #379683;
}
.cid-tw1ChcWY9B .mbr-text,
.cid-tw1ChcWY9B .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1ChcWY9B .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1ChcWY9B .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1ChcWY9B .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1ChdyKr7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1ChdyKr7 img,
.cid-tw1ChdyKr7 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1ChdyKr7 .item:focus,
.cid-tw1ChdyKr7 span:focus {
  outline: none;
}
.cid-tw1ChdyKr7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1ChdyKr7 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1ChdyKr7 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1ChdyKr7 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1ChdyKr7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1ChdyKr7 .mbr-section-title {
  color: #379683;
}
.cid-tw1ChdyKr7 .mbr-text,
.cid-tw1ChdyKr7 .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1ChdyKr7 .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1ChdyKr7 .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1ChdyKr7 .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1Cheah4d {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1Cheah4d img,
.cid-tw1Cheah4d .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1Cheah4d .item:focus,
.cid-tw1Cheah4d span:focus {
  outline: none;
}
.cid-tw1Cheah4d .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1Cheah4d .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1Cheah4d .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1Cheah4d .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1Cheah4d .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1Cheah4d .mbr-section-title {
  color: #379683;
}
.cid-tw1Cheah4d .mbr-text,
.cid-tw1Cheah4d .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1Cheah4d .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1Cheah4d .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1Cheah4d .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1CheJHfz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1CheJHfz img,
.cid-tw1CheJHfz .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1CheJHfz .item:focus,
.cid-tw1CheJHfz span:focus {
  outline: none;
}
.cid-tw1CheJHfz .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1CheJHfz .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1CheJHfz .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1CheJHfz .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1CheJHfz .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1CheJHfz .mbr-section-title {
  color: #379683;
}
.cid-tw1CheJHfz .mbr-text,
.cid-tw1CheJHfz .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1CheJHfz .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1CheJHfz .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1CheJHfz .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1ChfmQIk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1ChfmQIk img,
.cid-tw1ChfmQIk .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1ChfmQIk .item:focus,
.cid-tw1ChfmQIk span:focus {
  outline: none;
}
.cid-tw1ChfmQIk .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1ChfmQIk .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1ChfmQIk .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1ChfmQIk .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1ChfmQIk .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1ChfmQIk .mbr-section-title {
  color: #379683;
}
.cid-tw1ChfmQIk .mbr-text,
.cid-tw1ChfmQIk .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1ChfmQIk .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1ChfmQIk .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1ChfmQIk .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1ChfWntZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1ChfWntZ img,
.cid-tw1ChfWntZ .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1ChfWntZ .item:focus,
.cid-tw1ChfWntZ span:focus {
  outline: none;
}
.cid-tw1ChfWntZ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1ChfWntZ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1ChfWntZ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1ChfWntZ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1ChfWntZ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1ChfWntZ .mbr-section-title {
  color: #379683;
}
.cid-tw1ChfWntZ .mbr-text,
.cid-tw1ChfWntZ .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1ChfWntZ .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1ChfWntZ .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1ChfWntZ .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1ChgBfNr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1ChgBfNr img,
.cid-tw1ChgBfNr .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1ChgBfNr .item:focus,
.cid-tw1ChgBfNr span:focus {
  outline: none;
}
.cid-tw1ChgBfNr .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1ChgBfNr .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1ChgBfNr .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1ChgBfNr .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1ChgBfNr .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1ChgBfNr .mbr-section-title {
  color: #379683;
}
.cid-tw1ChgBfNr .mbr-text,
.cid-tw1ChgBfNr .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1ChgBfNr .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1ChgBfNr .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1ChgBfNr .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw4zEsXq0x {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tw4zEsXq0x .content {
    text-align: center;
  }
  .cid-tw4zEsXq0x .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tw4zEsXq0x .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tw4zEsXq0x .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tw4zEsXq0x .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tw4zEsXq0x .google-map {
  height: 25rem;
  position: relative;
}
.cid-tw4zEsXq0x .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tw4zEsXq0x .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tw4zEsXq0x .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tw4zEsXq0x .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tw4zEsXq0x .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tw4zEsXq0x .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tw4zEsXq0x .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tw4zEsXq0x .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tw4zEsXq0x .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tw4zEsXq0x .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tw4zEsXq0x .list {
  list-style-type: none;
  padding: 0;
}
.cid-tw1EfOlJay {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tw1EfOlJay nav.navbar {
  position: fixed;
}
.cid-tw1EfOlJay .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-tw1EfOlJay .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tw1EfOlJay .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tw1EfOlJay .dropdown-item:hover,
.cid-tw1EfOlJay .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-tw1EfOlJay .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tw1EfOlJay .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tw1EfOlJay .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tw1EfOlJay .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tw1EfOlJay .nav-link {
  position: relative;
}
.cid-tw1EfOlJay .container {
  display: flex;
  margin: auto;
}
.cid-tw1EfOlJay .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tw1EfOlJay .dropdown-menu,
.cid-tw1EfOlJay .navbar.opened {
  background: #c37a7a !important;
}
.cid-tw1EfOlJay .nav-item:focus,
.cid-tw1EfOlJay .nav-link:focus {
  outline: none;
}
.cid-tw1EfOlJay .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tw1EfOlJay .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tw1EfOlJay .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tw1EfOlJay .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tw1EfOlJay .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tw1EfOlJay .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tw1EfOlJay .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #c37a7a;
}
.cid-tw1EfOlJay .navbar.opened {
  transition: all 0.3s;
}
.cid-tw1EfOlJay .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tw1EfOlJay .navbar .navbar-logo img {
  width: auto;
}
.cid-tw1EfOlJay .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tw1EfOlJay .navbar.collapsed {
  justify-content: center;
}
.cid-tw1EfOlJay .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tw1EfOlJay .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tw1EfOlJay .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tw1EfOlJay .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tw1EfOlJay .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: 41%;
}
.cid-tw1EfOlJay .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tw1EfOlJay .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tw1EfOlJay .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tw1EfOlJay .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tw1EfOlJay .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tw1EfOlJay .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tw1EfOlJay .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tw1EfOlJay .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: 40%;
  }
  .cid-tw1EfOlJay .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tw1EfOlJay .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tw1EfOlJay .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tw1EfOlJay .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tw1EfOlJay .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tw1EfOlJay .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tw1EfOlJay .navbar.navbar-short {
  min-height: 60px;
}
.cid-tw1EfOlJay .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tw1EfOlJay .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tw1EfOlJay .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tw1EfOlJay .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tw1EfOlJay .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tw1EfOlJay .dropdown-item.active,
.cid-tw1EfOlJay .dropdown-item:active {
  background-color: transparent;
}
.cid-tw1EfOlJay .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tw1EfOlJay .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tw1EfOlJay .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tw1EfOlJay .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c37a7a;
}
.cid-tw1EfOlJay .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tw1EfOlJay .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tw1EfOlJay ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tw1EfOlJay .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tw1EfOlJay button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tw1EfOlJay button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tw1EfOlJay button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tw1EfOlJay button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw1EfOlJay button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw1EfOlJay button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tw1EfOlJay nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw1EfOlJay nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tw1EfOlJay nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tw1EfOlJay nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw1EfOlJay .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tw1EfOlJay a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tw1EfOlJay .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-tw1EfOlJay .navbar {
    height: 70px;
  }
  .cid-tw1EfOlJay .navbar.opened {
    height: auto;
  }
  .cid-tw1EfOlJay .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tw1EfP6kVq {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/corporate-uniforms-2-1200x600.jpeg");
}
.cid-tw1EfP6kVq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw1EfP6kVq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw1EfP6kVq .mbr-section-title {
  color: #ffffff;
}
.cid-tw1EfP6kVq .mbr-text,
.cid-tw1EfP6kVq .mbr-section-btn {
  color: #ffffff;
}
.cid-tw1EfPDn4h {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1EfPDn4h img,
.cid-tw1EfPDn4h .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1EfPDn4h .item:focus,
.cid-tw1EfPDn4h span:focus {
  outline: none;
}
.cid-tw1EfPDn4h .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1EfPDn4h .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1EfPDn4h .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1EfPDn4h .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1EfPDn4h .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1EfPDn4h .mbr-section-title {
  color: #379683;
}
.cid-tw1EfPDn4h .mbr-text,
.cid-tw1EfPDn4h .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1EfPDn4h .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1EfPDn4h .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1EfPDn4h .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1EfQhgS0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1EfQhgS0 img,
.cid-tw1EfQhgS0 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1EfQhgS0 .item:focus,
.cid-tw1EfQhgS0 span:focus {
  outline: none;
}
.cid-tw1EfQhgS0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1EfQhgS0 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1EfQhgS0 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1EfQhgS0 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1EfQhgS0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1EfQhgS0 .mbr-section-title {
  color: #379683;
}
.cid-tw1EfQhgS0 .mbr-text,
.cid-tw1EfQhgS0 .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1EfQhgS0 .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1EfQhgS0 .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1EfQhgS0 .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1EfQT8lw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1EfQT8lw img,
.cid-tw1EfQT8lw .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1EfQT8lw .item:focus,
.cid-tw1EfQT8lw span:focus {
  outline: none;
}
.cid-tw1EfQT8lw .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1EfQT8lw .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1EfQT8lw .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1EfQT8lw .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1EfQT8lw .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1EfQT8lw .mbr-section-title {
  color: #379683;
}
.cid-tw1EfQT8lw .mbr-text,
.cid-tw1EfQT8lw .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1EfQT8lw .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1EfQT8lw .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1EfQT8lw .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1EfRuI0F {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1EfRuI0F img,
.cid-tw1EfRuI0F .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1EfRuI0F .item:focus,
.cid-tw1EfRuI0F span:focus {
  outline: none;
}
.cid-tw1EfRuI0F .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1EfRuI0F .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1EfRuI0F .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1EfRuI0F .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1EfRuI0F .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1EfRuI0F .mbr-section-title {
  color: #379683;
}
.cid-tw1EfRuI0F .mbr-text,
.cid-tw1EfRuI0F .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1EfRuI0F .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1EfRuI0F .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1EfRuI0F .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1EfS6Fhx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1EfS6Fhx img,
.cid-tw1EfS6Fhx .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1EfS6Fhx .item:focus,
.cid-tw1EfS6Fhx span:focus {
  outline: none;
}
.cid-tw1EfS6Fhx .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1EfS6Fhx .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1EfS6Fhx .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1EfS6Fhx .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1EfS6Fhx .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1EfS6Fhx .mbr-section-title {
  color: #379683;
}
.cid-tw1EfS6Fhx .mbr-text,
.cid-tw1EfS6Fhx .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1EfS6Fhx .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1EfS6Fhx .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1EfS6Fhx .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1EfSEk8H {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1EfSEk8H img,
.cid-tw1EfSEk8H .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1EfSEk8H .item:focus,
.cid-tw1EfSEk8H span:focus {
  outline: none;
}
.cid-tw1EfSEk8H .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1EfSEk8H .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1EfSEk8H .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1EfSEk8H .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1EfSEk8H .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1EfSEk8H .mbr-section-title {
  color: #379683;
}
.cid-tw1EfSEk8H .mbr-text,
.cid-tw1EfSEk8H .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1EfSEk8H .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1EfSEk8H .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1EfSEk8H .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1EfTcgtT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1EfTcgtT img,
.cid-tw1EfTcgtT .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1EfTcgtT .item:focus,
.cid-tw1EfTcgtT span:focus {
  outline: none;
}
.cid-tw1EfTcgtT .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1EfTcgtT .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1EfTcgtT .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1EfTcgtT .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1EfTcgtT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1EfTcgtT .mbr-section-title {
  color: #379683;
}
.cid-tw1EfTcgtT .mbr-text,
.cid-tw1EfTcgtT .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1EfTcgtT .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1EfTcgtT .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1EfTcgtT .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1EfTNnWC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1EfTNnWC img,
.cid-tw1EfTNnWC .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1EfTNnWC .item:focus,
.cid-tw1EfTNnWC span:focus {
  outline: none;
}
.cid-tw1EfTNnWC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1EfTNnWC .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1EfTNnWC .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1EfTNnWC .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1EfTNnWC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1EfTNnWC .mbr-section-title {
  color: #379683;
}
.cid-tw1EfTNnWC .mbr-text,
.cid-tw1EfTNnWC .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1EfTNnWC .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1EfTNnWC .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1EfTNnWC .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1EfUms1i {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1EfUms1i img,
.cid-tw1EfUms1i .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1EfUms1i .item:focus,
.cid-tw1EfUms1i span:focus {
  outline: none;
}
.cid-tw1EfUms1i .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1EfUms1i .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1EfUms1i .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1EfUms1i .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1EfUms1i .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1EfUms1i .mbr-section-title {
  color: #379683;
}
.cid-tw1EfUms1i .mbr-text,
.cid-tw1EfUms1i .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1EfUms1i .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1EfUms1i .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1EfUms1i .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1EfUV4YS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1EfUV4YS img,
.cid-tw1EfUV4YS .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1EfUV4YS .item:focus,
.cid-tw1EfUV4YS span:focus {
  outline: none;
}
.cid-tw1EfUV4YS .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1EfUV4YS .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1EfUV4YS .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1EfUV4YS .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1EfUV4YS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1EfUV4YS .mbr-section-title {
  color: #379683;
}
.cid-tw1EfUV4YS .mbr-text,
.cid-tw1EfUV4YS .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1EfUV4YS .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1EfUV4YS .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1EfUV4YS .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1EfVAhpU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1EfVAhpU img,
.cid-tw1EfVAhpU .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1EfVAhpU .item:focus,
.cid-tw1EfVAhpU span:focus {
  outline: none;
}
.cid-tw1EfVAhpU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1EfVAhpU .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1EfVAhpU .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1EfVAhpU .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1EfVAhpU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1EfVAhpU .mbr-section-title {
  color: #379683;
}
.cid-tw1EfVAhpU .mbr-text,
.cid-tw1EfVAhpU .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1EfVAhpU .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1EfVAhpU .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1EfVAhpU .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1EfWaE5y {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1EfWaE5y img,
.cid-tw1EfWaE5y .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1EfWaE5y .item:focus,
.cid-tw1EfWaE5y span:focus {
  outline: none;
}
.cid-tw1EfWaE5y .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1EfWaE5y .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1EfWaE5y .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1EfWaE5y .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1EfWaE5y .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1EfWaE5y .mbr-section-title {
  color: #379683;
}
.cid-tw1EfWaE5y .mbr-text,
.cid-tw1EfWaE5y .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1EfWaE5y .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1EfWaE5y .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1EfWaE5y .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1EfWNg9d {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1EfWNg9d img,
.cid-tw1EfWNg9d .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1EfWNg9d .item:focus,
.cid-tw1EfWNg9d span:focus {
  outline: none;
}
.cid-tw1EfWNg9d .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1EfWNg9d .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1EfWNg9d .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1EfWNg9d .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1EfWNg9d .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1EfWNg9d .mbr-section-title {
  color: #379683;
}
.cid-tw1EfWNg9d .mbr-text,
.cid-tw1EfWNg9d .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1EfWNg9d .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1EfWNg9d .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1EfWNg9d .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1EfXuQiT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1EfXuQiT img,
.cid-tw1EfXuQiT .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1EfXuQiT .item:focus,
.cid-tw1EfXuQiT span:focus {
  outline: none;
}
.cid-tw1EfXuQiT .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1EfXuQiT .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1EfXuQiT .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1EfXuQiT .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1EfXuQiT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1EfXuQiT .mbr-section-title {
  color: #379683;
}
.cid-tw1EfXuQiT .mbr-text,
.cid-tw1EfXuQiT .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1EfXuQiT .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1EfXuQiT .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1EfXuQiT .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1EfYbNmX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1EfYbNmX img,
.cid-tw1EfYbNmX .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1EfYbNmX .item:focus,
.cid-tw1EfYbNmX span:focus {
  outline: none;
}
.cid-tw1EfYbNmX .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1EfYbNmX .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1EfYbNmX .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1EfYbNmX .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1EfYbNmX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1EfYbNmX .mbr-section-title {
  color: #379683;
}
.cid-tw1EfYbNmX .mbr-text,
.cid-tw1EfYbNmX .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1EfYbNmX .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1EfYbNmX .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1EfYbNmX .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1EfYSBSO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1EfYSBSO img,
.cid-tw1EfYSBSO .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1EfYSBSO .item:focus,
.cid-tw1EfYSBSO span:focus {
  outline: none;
}
.cid-tw1EfYSBSO .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1EfYSBSO .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1EfYSBSO .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1EfYSBSO .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1EfYSBSO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1EfYSBSO .mbr-section-title {
  color: #379683;
}
.cid-tw1EfYSBSO .mbr-text,
.cid-tw1EfYSBSO .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1EfYSBSO .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1EfYSBSO .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1EfYSBSO .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1EfZvhns {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1EfZvhns img,
.cid-tw1EfZvhns .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1EfZvhns .item:focus,
.cid-tw1EfZvhns span:focus {
  outline: none;
}
.cid-tw1EfZvhns .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1EfZvhns .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1EfZvhns .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1EfZvhns .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1EfZvhns .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1EfZvhns .mbr-section-title {
  color: #379683;
}
.cid-tw1EfZvhns .mbr-text,
.cid-tw1EfZvhns .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1EfZvhns .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1EfZvhns .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1EfZvhns .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1Eg08wk1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1Eg08wk1 img,
.cid-tw1Eg08wk1 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1Eg08wk1 .item:focus,
.cid-tw1Eg08wk1 span:focus {
  outline: none;
}
.cid-tw1Eg08wk1 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1Eg08wk1 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1Eg08wk1 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1Eg08wk1 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1Eg08wk1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1Eg08wk1 .mbr-section-title {
  color: #379683;
}
.cid-tw1Eg08wk1 .mbr-text,
.cid-tw1Eg08wk1 .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1Eg08wk1 .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1Eg08wk1 .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1Eg08wk1 .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1Eg0QSII {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1Eg0QSII img,
.cid-tw1Eg0QSII .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1Eg0QSII .item:focus,
.cid-tw1Eg0QSII span:focus {
  outline: none;
}
.cid-tw1Eg0QSII .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1Eg0QSII .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1Eg0QSII .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1Eg0QSII .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1Eg0QSII .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1Eg0QSII .mbr-section-title {
  color: #379683;
}
.cid-tw1Eg0QSII .mbr-text,
.cid-tw1Eg0QSII .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1Eg0QSII .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1Eg0QSII .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1Eg0QSII .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1Eg1wpGo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1Eg1wpGo img,
.cid-tw1Eg1wpGo .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1Eg1wpGo .item:focus,
.cid-tw1Eg1wpGo span:focus {
  outline: none;
}
.cid-tw1Eg1wpGo .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1Eg1wpGo .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1Eg1wpGo .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1Eg1wpGo .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1Eg1wpGo .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1Eg1wpGo .mbr-section-title {
  color: #379683;
}
.cid-tw1Eg1wpGo .mbr-text,
.cid-tw1Eg1wpGo .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1Eg1wpGo .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1Eg1wpGo .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1Eg1wpGo .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1Eg2gtX4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1Eg2gtX4 img,
.cid-tw1Eg2gtX4 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1Eg2gtX4 .item:focus,
.cid-tw1Eg2gtX4 span:focus {
  outline: none;
}
.cid-tw1Eg2gtX4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1Eg2gtX4 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1Eg2gtX4 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1Eg2gtX4 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1Eg2gtX4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1Eg2gtX4 .mbr-section-title {
  color: #379683;
}
.cid-tw1Eg2gtX4 .mbr-text,
.cid-tw1Eg2gtX4 .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1Eg2gtX4 .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1Eg2gtX4 .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1Eg2gtX4 .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1Eg2V3FN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1Eg2V3FN img,
.cid-tw1Eg2V3FN .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1Eg2V3FN .item:focus,
.cid-tw1Eg2V3FN span:focus {
  outline: none;
}
.cid-tw1Eg2V3FN .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1Eg2V3FN .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1Eg2V3FN .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1Eg2V3FN .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1Eg2V3FN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1Eg2V3FN .mbr-section-title {
  color: #379683;
}
.cid-tw1Eg2V3FN .mbr-text,
.cid-tw1Eg2V3FN .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1Eg2V3FN .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1Eg2V3FN .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1Eg2V3FN .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw4zEsXq0x {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tw4zEsXq0x .content {
    text-align: center;
  }
  .cid-tw4zEsXq0x .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tw4zEsXq0x .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tw4zEsXq0x .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tw4zEsXq0x .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tw4zEsXq0x .google-map {
  height: 25rem;
  position: relative;
}
.cid-tw4zEsXq0x .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tw4zEsXq0x .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tw4zEsXq0x .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tw4zEsXq0x .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tw4zEsXq0x .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tw4zEsXq0x .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tw4zEsXq0x .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tw4zEsXq0x .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tw4zEsXq0x .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tw4zEsXq0x .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tw4zEsXq0x .list {
  list-style-type: none;
  padding: 0;
}
.cid-tw1K13qMy9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tw1K13qMy9 nav.navbar {
  position: fixed;
}
.cid-tw1K13qMy9 .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-tw1K13qMy9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tw1K13qMy9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tw1K13qMy9 .dropdown-item:hover,
.cid-tw1K13qMy9 .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-tw1K13qMy9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tw1K13qMy9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tw1K13qMy9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tw1K13qMy9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tw1K13qMy9 .nav-link {
  position: relative;
}
.cid-tw1K13qMy9 .container {
  display: flex;
  margin: auto;
}
.cid-tw1K13qMy9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tw1K13qMy9 .dropdown-menu,
.cid-tw1K13qMy9 .navbar.opened {
  background: #c37a7a !important;
}
.cid-tw1K13qMy9 .nav-item:focus,
.cid-tw1K13qMy9 .nav-link:focus {
  outline: none;
}
.cid-tw1K13qMy9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tw1K13qMy9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tw1K13qMy9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tw1K13qMy9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tw1K13qMy9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tw1K13qMy9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tw1K13qMy9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #c37a7a;
}
.cid-tw1K13qMy9 .navbar.opened {
  transition: all 0.3s;
}
.cid-tw1K13qMy9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tw1K13qMy9 .navbar .navbar-logo img {
  width: auto;
}
.cid-tw1K13qMy9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tw1K13qMy9 .navbar.collapsed {
  justify-content: center;
}
.cid-tw1K13qMy9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tw1K13qMy9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tw1K13qMy9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tw1K13qMy9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tw1K13qMy9 .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: 41%;
}
.cid-tw1K13qMy9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tw1K13qMy9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tw1K13qMy9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tw1K13qMy9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tw1K13qMy9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tw1K13qMy9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tw1K13qMy9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tw1K13qMy9 .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: 40%;
  }
  .cid-tw1K13qMy9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tw1K13qMy9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tw1K13qMy9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tw1K13qMy9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tw1K13qMy9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tw1K13qMy9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tw1K13qMy9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tw1K13qMy9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tw1K13qMy9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tw1K13qMy9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tw1K13qMy9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tw1K13qMy9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tw1K13qMy9 .dropdown-item.active,
.cid-tw1K13qMy9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tw1K13qMy9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tw1K13qMy9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tw1K13qMy9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tw1K13qMy9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c37a7a;
}
.cid-tw1K13qMy9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tw1K13qMy9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tw1K13qMy9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tw1K13qMy9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tw1K13qMy9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tw1K13qMy9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tw1K13qMy9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tw1K13qMy9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw1K13qMy9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw1K13qMy9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tw1K13qMy9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw1K13qMy9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tw1K13qMy9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tw1K13qMy9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw1K13qMy9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tw1K13qMy9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tw1K13qMy9 .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-tw1K13qMy9 .navbar {
    height: 70px;
  }
  .cid-tw1K13qMy9 .navbar.opened {
    height: auto;
  }
  .cid-tw1K13qMy9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tw1K149rMe {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/printed-shirts-1000x633.jpg");
}
.cid-tw1K149rMe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw1K149rMe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw1K149rMe .mbr-section-title {
  color: #ffffff;
}
.cid-tw1K149rMe .mbr-text,
.cid-tw1K149rMe .mbr-section-btn {
  color: #ffffff;
}
.cid-tw1K14IbYy {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1K14IbYy img,
.cid-tw1K14IbYy .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1K14IbYy .item:focus,
.cid-tw1K14IbYy span:focus {
  outline: none;
}
.cid-tw1K14IbYy .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1K14IbYy .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1K14IbYy .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1K14IbYy .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1K14IbYy .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1K14IbYy .mbr-section-title {
  color: #379683;
}
.cid-tw1K14IbYy .mbr-text,
.cid-tw1K14IbYy .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1K14IbYy .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1K14IbYy .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1K14IbYy .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw25dOfmMv {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw25dOfmMv img,
.cid-tw25dOfmMv .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw25dOfmMv .item:focus,
.cid-tw25dOfmMv span:focus {
  outline: none;
}
.cid-tw25dOfmMv .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw25dOfmMv .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw25dOfmMv .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw25dOfmMv .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw25dOfmMv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw25dOfmMv .mbr-section-title {
  color: #379683;
}
.cid-tw25dOfmMv .mbr-text,
.cid-tw25dOfmMv .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw25dOfmMv .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw25dOfmMv .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw25dOfmMv .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1K165FHP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1K165FHP img,
.cid-tw1K165FHP .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1K165FHP .item:focus,
.cid-tw1K165FHP span:focus {
  outline: none;
}
.cid-tw1K165FHP .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1K165FHP .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1K165FHP .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1K165FHP .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1K165FHP .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1K165FHP .mbr-section-title {
  color: #379683;
}
.cid-tw1K165FHP .mbr-text,
.cid-tw1K165FHP .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1K165FHP .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1K165FHP .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1K165FHP .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw1K16GV7g {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tw1K16GV7g img,
.cid-tw1K16GV7g .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tw1K16GV7g .item:focus,
.cid-tw1K16GV7g span:focus {
  outline: none;
}
.cid-tw1K16GV7g .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tw1K16GV7g .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw1K16GV7g .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw1K16GV7g .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tw1K16GV7g .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw1K16GV7g .mbr-section-title {
  color: #379683;
}
.cid-tw1K16GV7g .mbr-text,
.cid-tw1K16GV7g .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tw1K16GV7g .item-title {
  text-align: left;
  color: #379683;
}
.cid-tw1K16GV7g .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tw1K16GV7g .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw4zEsXq0x {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tw4zEsXq0x .content {
    text-align: center;
  }
  .cid-tw4zEsXq0x .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tw4zEsXq0x .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tw4zEsXq0x .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tw4zEsXq0x .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tw4zEsXq0x .google-map {
  height: 25rem;
  position: relative;
}
.cid-tw4zEsXq0x .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tw4zEsXq0x .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tw4zEsXq0x .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tw4zEsXq0x .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tw4zEsXq0x .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tw4zEsXq0x .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tw4zEsXq0x .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tw4zEsXq0x .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tw4zEsXq0x .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tw4zEsXq0x .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tw4zEsXq0x .list {
  list-style-type: none;
  padding: 0;
}
.cid-twpr72qZev {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-twpr72qZev nav.navbar {
  position: fixed;
}
.cid-twpr72qZev .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-twpr72qZev .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-twpr72qZev .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-twpr72qZev .dropdown-item:hover,
.cid-twpr72qZev .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-twpr72qZev .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-twpr72qZev .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-twpr72qZev .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-twpr72qZev .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-twpr72qZev .nav-link {
  position: relative;
}
.cid-twpr72qZev .container {
  display: flex;
  margin: auto;
}
.cid-twpr72qZev .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-twpr72qZev .dropdown-menu,
.cid-twpr72qZev .navbar.opened {
  background: #c37a7a !important;
}
.cid-twpr72qZev .nav-item:focus,
.cid-twpr72qZev .nav-link:focus {
  outline: none;
}
.cid-twpr72qZev .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-twpr72qZev .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-twpr72qZev .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-twpr72qZev .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-twpr72qZev .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-twpr72qZev .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-twpr72qZev .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #c37a7a;
}
.cid-twpr72qZev .navbar.opened {
  transition: all 0.3s;
}
.cid-twpr72qZev .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-twpr72qZev .navbar .navbar-logo img {
  width: auto;
}
.cid-twpr72qZev .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-twpr72qZev .navbar.collapsed {
  justify-content: center;
}
.cid-twpr72qZev .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-twpr72qZev .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-twpr72qZev .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-twpr72qZev .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-twpr72qZev .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: 41%;
}
.cid-twpr72qZev .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-twpr72qZev .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-twpr72qZev .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-twpr72qZev .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-twpr72qZev .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-twpr72qZev .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-twpr72qZev .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-twpr72qZev .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: 40%;
  }
  .cid-twpr72qZev .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-twpr72qZev .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-twpr72qZev .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-twpr72qZev .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-twpr72qZev .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-twpr72qZev .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-twpr72qZev .navbar.navbar-short {
  min-height: 60px;
}
.cid-twpr72qZev .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-twpr72qZev .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-twpr72qZev .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-twpr72qZev .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-twpr72qZev .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-twpr72qZev .dropdown-item.active,
.cid-twpr72qZev .dropdown-item:active {
  background-color: transparent;
}
.cid-twpr72qZev .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-twpr72qZev .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-twpr72qZev .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-twpr72qZev .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c37a7a;
}
.cid-twpr72qZev .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-twpr72qZev .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-twpr72qZev ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-twpr72qZev .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-twpr72qZev button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-twpr72qZev button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-twpr72qZev button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-twpr72qZev button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twpr72qZev button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twpr72qZev button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-twpr72qZev nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twpr72qZev nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-twpr72qZev nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-twpr72qZev nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twpr72qZev .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-twpr72qZev a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-twpr72qZev .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-twpr72qZev .navbar {
    height: 70px;
  }
  .cid-twpr72qZev .navbar.opened {
    height: auto;
  }
  .cid-twpr72qZev .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-twpr730waL {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/beginner-sewing-tools-main0.webp");
}
.cid-twpr730waL .mbr-fallback-image.disabled {
  display: none;
}
.cid-twpr730waL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twpr730waL .mbr-section-title {
  color: #ffffff;
}
.cid-twpr73wDrt {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-twpr73wDrt img,
.cid-twpr73wDrt .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-twpr73wDrt .item:focus,
.cid-twpr73wDrt span:focus {
  outline: none;
}
.cid-twpr73wDrt .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-twpr73wDrt .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-twpr73wDrt .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-twpr73wDrt .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-twpr73wDrt .mbr-section-btn {
  margin-top: auto !important;
}
.cid-twpr73wDrt .mbr-section-title {
  color: #379683;
}
.cid-twpr73wDrt .mbr-text,
.cid-twpr73wDrt .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-twpr73wDrt .item-title {
  text-align: left;
  color: #379683;
}
.cid-twpr73wDrt .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-twpr73wDrt .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-twpr745g5f {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-twpr745g5f img,
.cid-twpr745g5f .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-twpr745g5f .item:focus,
.cid-twpr745g5f span:focus {
  outline: none;
}
.cid-twpr745g5f .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-twpr745g5f .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-twpr745g5f .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-twpr745g5f .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-twpr745g5f .mbr-section-btn {
  margin-top: auto !important;
}
.cid-twpr745g5f .mbr-section-title {
  color: #379683;
}
.cid-twpr745g5f .mbr-text,
.cid-twpr745g5f .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-twpr745g5f .item-title {
  text-align: left;
  color: #379683;
}
.cid-twpr745g5f .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-twpr745g5f .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-twpr74DJo4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-twpr74DJo4 img,
.cid-twpr74DJo4 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-twpr74DJo4 .item:focus,
.cid-twpr74DJo4 span:focus {
  outline: none;
}
.cid-twpr74DJo4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-twpr74DJo4 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-twpr74DJo4 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-twpr74DJo4 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-twpr74DJo4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-twpr74DJo4 .mbr-section-title {
  color: #379683;
}
.cid-twpr74DJo4 .mbr-text,
.cid-twpr74DJo4 .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-twpr74DJo4 .item-title {
  text-align: left;
  color: #379683;
}
.cid-twpr74DJo4 .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-twpr74DJo4 .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-twpr75hot4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-twpr75hot4 img,
.cid-twpr75hot4 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-twpr75hot4 .item:focus,
.cid-twpr75hot4 span:focus {
  outline: none;
}
.cid-twpr75hot4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-twpr75hot4 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-twpr75hot4 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-twpr75hot4 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-twpr75hot4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-twpr75hot4 .mbr-section-title {
  color: #379683;
}
.cid-twpr75hot4 .mbr-text,
.cid-twpr75hot4 .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-twpr75hot4 .item-title {
  text-align: left;
  color: #379683;
}
.cid-twpr75hot4 .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-twpr75hot4 .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-twpr75NHbf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-twpr75NHbf img,
.cid-twpr75NHbf .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-twpr75NHbf .item:focus,
.cid-twpr75NHbf span:focus {
  outline: none;
}
.cid-twpr75NHbf .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-twpr75NHbf .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-twpr75NHbf .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-twpr75NHbf .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-twpr75NHbf .mbr-section-btn {
  margin-top: auto !important;
}
.cid-twpr75NHbf .mbr-section-title {
  color: #379683;
}
.cid-twpr75NHbf .mbr-text,
.cid-twpr75NHbf .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-twpr75NHbf .item-title {
  text-align: left;
  color: #379683;
}
.cid-twpr75NHbf .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-twpr75NHbf .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-twpr7ebE2Y {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-twpr7ebE2Y .content {
    text-align: center;
  }
  .cid-twpr7ebE2Y .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-twpr7ebE2Y .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-twpr7ebE2Y .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-twpr7ebE2Y .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-twpr7ebE2Y .google-map {
  height: 25rem;
  position: relative;
}
.cid-twpr7ebE2Y .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-twpr7ebE2Y .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-twpr7ebE2Y .google-map[data-state] {
  background: #e9e5dc;
}
.cid-twpr7ebE2Y .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-twpr7ebE2Y .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-twpr7ebE2Y .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-twpr7ebE2Y .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-twpr7ebE2Y .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-twpr7ebE2Y .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-twpr7ebE2Y .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-twpr7ebE2Y .list {
  list-style-type: none;
  padding: 0;
}
.cid-tvyLobOLN8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tvyLobOLN8 nav.navbar {
  position: fixed;
}
.cid-tvyLobOLN8 .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-tvyLobOLN8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tvyLobOLN8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tvyLobOLN8 .dropdown-item:hover,
.cid-tvyLobOLN8 .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-tvyLobOLN8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tvyLobOLN8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tvyLobOLN8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tvyLobOLN8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tvyLobOLN8 .nav-link {
  position: relative;
}
.cid-tvyLobOLN8 .container {
  display: flex;
  margin: auto;
}
.cid-tvyLobOLN8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tvyLobOLN8 .dropdown-menu,
.cid-tvyLobOLN8 .navbar.opened {
  background: #c37a7a !important;
}
.cid-tvyLobOLN8 .nav-item:focus,
.cid-tvyLobOLN8 .nav-link:focus {
  outline: none;
}
.cid-tvyLobOLN8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tvyLobOLN8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tvyLobOLN8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tvyLobOLN8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tvyLobOLN8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tvyLobOLN8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tvyLobOLN8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #c37a7a;
}
.cid-tvyLobOLN8 .navbar.opened {
  transition: all 0.3s;
}
.cid-tvyLobOLN8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tvyLobOLN8 .navbar .navbar-logo img {
  width: auto;
}
.cid-tvyLobOLN8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tvyLobOLN8 .navbar.collapsed {
  justify-content: center;
}
.cid-tvyLobOLN8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tvyLobOLN8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tvyLobOLN8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tvyLobOLN8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tvyLobOLN8 .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: 41%;
}
.cid-tvyLobOLN8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tvyLobOLN8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tvyLobOLN8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tvyLobOLN8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tvyLobOLN8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tvyLobOLN8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tvyLobOLN8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tvyLobOLN8 .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: 40%;
  }
  .cid-tvyLobOLN8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tvyLobOLN8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tvyLobOLN8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tvyLobOLN8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tvyLobOLN8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tvyLobOLN8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tvyLobOLN8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tvyLobOLN8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tvyLobOLN8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tvyLobOLN8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tvyLobOLN8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tvyLobOLN8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tvyLobOLN8 .dropdown-item.active,
.cid-tvyLobOLN8 .dropdown-item:active {
  background-color: transparent;
}
.cid-tvyLobOLN8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tvyLobOLN8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tvyLobOLN8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tvyLobOLN8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c37a7a;
}
.cid-tvyLobOLN8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tvyLobOLN8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tvyLobOLN8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tvyLobOLN8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tvyLobOLN8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tvyLobOLN8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tvyLobOLN8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tvyLobOLN8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tvyLobOLN8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tvyLobOLN8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tvyLobOLN8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tvyLobOLN8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tvyLobOLN8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tvyLobOLN8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tvyLobOLN8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tvyLobOLN8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tvyLobOLN8 .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-tvyLobOLN8 .navbar {
    height: 70px;
  }
  .cid-tvyLobOLN8 .navbar.opened {
    height: auto;
  }
  .cid-tvyLobOLN8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tvyLoctt1Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/51a7b67c69bedd6b28000010.webp");
}
.cid-tvyLoctt1Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvyLoctt1Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvyLoctt1Y .mbr-section-title {
  color: #ffffff;
}
.cid-tvyLoctt1Y .mbr-text,
.cid-tvyLoctt1Y .mbr-section-btn {
  color: #ffffff;
}
.cid-tvyLodcqJv {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tvyLodcqJv img,
.cid-tvyLodcqJv .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tvyLodcqJv .item:focus,
.cid-tvyLodcqJv span:focus {
  outline: none;
}
.cid-tvyLodcqJv .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tvyLodcqJv .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tvyLodcqJv .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvyLodcqJv .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tvyLodcqJv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tvyLodcqJv .mbr-section-title {
  color: #379683;
}
.cid-tvyLodcqJv .mbr-text,
.cid-tvyLodcqJv .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tvyLodcqJv .item-title {
  text-align: left;
  color: #379683;
}
.cid-tvyLodcqJv .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tvyLodcqJv .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tvyRKCXKvc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tvyRKCXKvc img,
.cid-tvyRKCXKvc .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tvyRKCXKvc .item:focus,
.cid-tvyRKCXKvc span:focus {
  outline: none;
}
.cid-tvyRKCXKvc .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tvyRKCXKvc .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tvyRKCXKvc .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvyRKCXKvc .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tvyRKCXKvc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tvyRKCXKvc .mbr-section-title {
  color: #379683;
}
.cid-tvyRKCXKvc .mbr-text,
.cid-tvyRKCXKvc .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tvyRKCXKvc .item-title {
  text-align: left;
  color: #379683;
}
.cid-tvyRKCXKvc .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tvyRKCXKvc .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tvyRM8wKWN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tvyRM8wKWN img,
.cid-tvyRM8wKWN .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tvyRM8wKWN .item:focus,
.cid-tvyRM8wKWN span:focus {
  outline: none;
}
.cid-tvyRM8wKWN .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tvyRM8wKWN .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tvyRM8wKWN .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvyRM8wKWN .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tvyRM8wKWN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tvyRM8wKWN .mbr-section-title {
  color: #379683;
}
.cid-tvyRM8wKWN .mbr-text,
.cid-tvyRM8wKWN .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tvyRM8wKWN .item-title {
  text-align: left;
  color: #379683;
}
.cid-tvyRM8wKWN .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tvyRM8wKWN .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tvyLoencvA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tvyLoencvA img,
.cid-tvyLoencvA .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tvyLoencvA .item:focus,
.cid-tvyLoencvA span:focus {
  outline: none;
}
.cid-tvyLoencvA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tvyLoencvA .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tvyLoencvA .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvyLoencvA .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tvyLoencvA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tvyLoencvA .mbr-section-title {
  color: #379683;
}
.cid-tvyLoencvA .mbr-text,
.cid-tvyLoencvA .mbr-section-btn {
  text-align: left;
  color: #c37a7a;
}
.cid-tvyLoencvA .item-title {
  text-align: left;
  color: #379683;
}
.cid-tvyLoencvA .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tvyLoencvA .mbr-section-subtitle {
  color: #c37a7a;
}
.cid-tw4zEsXq0x {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tw4zEsXq0x .content {
    text-align: center;
  }
  .cid-tw4zEsXq0x .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tw4zEsXq0x .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tw4zEsXq0x .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tw4zEsXq0x .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tw4zEsXq0x .google-map {
  height: 25rem;
  position: relative;
}
.cid-tw4zEsXq0x .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tw4zEsXq0x .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tw4zEsXq0x .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tw4zEsXq0x .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tw4zEsXq0x .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tw4zEsXq0x .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tw4zEsXq0x .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tw4zEsXq0x .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tw4zEsXq0x .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tw4zEsXq0x .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tw4zEsXq0x .list {
  list-style-type: none;
  padding: 0;
}
