.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Caveat Brush', handwriting;
  font-size: 5.4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.75rem;
}
.display-2 {
  font-family: 'Caveat Brush', handwriting;
  font-size: 1.6rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 2rem;
}
.display-4 {
  font-family: 'Nanum Brush Script', handwriting;
  font-size: 2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-5 {
  font-family: 'Caveat Brush', handwriting;
  font-size: 2.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-7 {
  font-family: 'Caveat Brush', handwriting;
  font-size: 1.8rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 2.25rem;
}
/* ---- 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: 4.32rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.78rem;
    font-size: calc( 2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.78rem;
    font-size: calc( 2.54rem + (5.4 - 2.54) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.54rem + (5.4 - 2.54) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffa600 !important;
}
.bg-success {
  background-color: #f70909 !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #ffeb69 !important;
}
.bg-danger {
  background-color: #ffa600 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffa600 !important;
  border-color: #ffa600 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffb833 !important;
  border-color: #ffb833 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ffb833 !important;
  border-color: #ffb833 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff7d19 !important;
  border-color: #ff7d19 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ff9a4c !important;
  border-color: #ff9a4c !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff9a4c !important;
  border-color: #ff9a4c !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-success,
.btn-success:active {
  background-color: #f70909 !important;
  border-color: #f70909 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #f93a3a !important;
  border-color: #f93a3a !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #f93a3a !important;
  border-color: #f93a3a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffeb69 !important;
  border-color: #ffeb69 !important;
  color: #695b00 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #fff29c !important;
  border-color: #fff29c !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #695b00 !important;
  background-color: #fff29c !important;
  border-color: #fff29c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffa600 !important;
  border-color: #ffa600 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffb833 !important;
  border-color: #ffb833 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ffb833 !important;
  border-color: #ffb833 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffa600;
  color: #ffa600;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a86e00 !important;
  background-color: transparent !important;
  border-color: #a86e00 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa600 !important;
  border-color: #ffa600 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff7d19;
  color: #ff7d19;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c15400 !important;
  background-color: transparent !important;
  border-color: #c15400 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff7d19 !important;
  border-color: #ff7d19 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #f70909;
  color: #f70909;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a40505 !important;
  background-color: transparent !important;
  border-color: #a40505 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f70909 !important;
  border-color: #f70909 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffeb69;
  color: #ffeb69;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffdf12 !important;
  background-color: transparent !important;
  border-color: #ffdf12 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #695b00 !important;
  background-color: #ffeb69 !important;
  border-color: #ffeb69 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffa600;
  color: #ffa600;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a86e00 !important;
  background-color: transparent !important;
  border-color: #a86e00 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa600 !important;
  border-color: #ffa600 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  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: #000000 !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: #fafafa;
  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: #cfcfcf !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: #ffa600 !important;
}
.text-secondary {
  color: #ff7d19 !important;
}
.text-success {
  color: #f70909 !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #ffeb69 !important;
}
.text-danger {
  color: #ffa600 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #996400 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b24d00 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #950505 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffdd03 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #996400 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffa600;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #ffeb69;
}
.alert-danger {
  background-color: #ffa600;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffa600;
  border-color: #ffa600;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffa600;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffedcc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fdcfcf;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.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: #ffedcc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Caveat Brush', handwriting;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2.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: #ffa600 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Caveat Brush', handwriting;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.25rem;
}
blockquote {
  border-color: #ffa600;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffa600;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffa600;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffa600;
  border-bottom-color: #ffa600;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffa600 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff7d19 !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='%23ffa600' %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-uouTB97D0f .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-uouTB97D0f .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-uouTB97D0f .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #000000;
  color: #ffffff !important;
  background: #000000 !important;
}
.cid-uouTB97D0f .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uouTB97D0f .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uouTB97D0f .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uouTB97D0f .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-uouTB97D0f .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffa600;
}
.cid-uouTB97D0f .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uouTB97D0f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uouTB97D0f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 88.48571429vh;
  }
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uouTB97D0f .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uouTB97D0f .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-uouTB97D0f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uouTB97D0f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uouTB97D0f .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uouTB97D0f .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-uouTB97D0f .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uouTB97D0f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uouTB97D0f .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uouTB97D0f .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uouTB97D0f .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uouTB97D0f .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uouTB97D0f .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uouTB97D0f .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uouTB97D0f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uouTB97D0f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uouTB97D0f .dropdown-item.active,
.cid-uouTB97D0f .dropdown-item:active {
  background-color: transparent;
}
.cid-uouTB97D0f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uouTB97D0f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uouTB97D0f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uouTB97D0f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uouTB97D0f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uouTB97D0f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uouTB97D0f ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uouTB97D0f .navbar-buttons {
  text-align: center;
}
.cid-uouTB97D0f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f70909;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uouTB97D0f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uouTB97D0f nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uouTB97D0f nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uouTB97D0f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uouTB97D0f .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uouTB97D0f a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-uouTB97D0f .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uouTB97D0f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uouTB97D0f .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-uouTB97D0f .nav-link:hover,
.cid-uouTB97D0f .dropdown-item:hover {
  color: #feb939 !important;
}
.cid-uaiTxtFbmj {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/roundwich-25-2000x1294.webp");
}
.cid-uaiTxtFbmj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaiTxtFbmj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uaiTxtFbmj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uaiTxtFbmj .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uaiTxtFbmj .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uaiTxtFbmj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uaiTxtFbmj .mbr-section-title {
  color: #f70909;
  text-align: center;
}
.cid-uaiTxtFbmj .mbr-text,
.cid-uaiTxtFbmj .mbr-section-btn {
  color: #000000;
}
.cid-uh6JqbiAWb {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/roundwich-19-2000x1294.webp");
}
.cid-uh6JqbiAWb .mbr-overlay {
  background: #f70909;
  opacity: 1;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uh6JqbiAWb .container {
    padding: 0 24px;
  }
}
.cid-uh6JqbiAWb .row {
  justify-content: space-between;
}
.cid-uh6JqbiAWb .logo-wrapper {
  display: flex;
}
.cid-uh6JqbiAWb .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-uh6JqbiAWb .logo-wrapper .border-wrap {
  width: 100%;
  border-bottom: 1px solid #feb939;
}
.cid-uh6JqbiAWb .content-wrapper {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .cid-uh6JqbiAWb .content-wrapper {
    padding: 24px 0;
  }
}
.cid-uh6JqbiAWb .content-wrapper .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.cid-uh6JqbiAWb .content-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uh6JqbiAWb .content-wrapper .list .item-wrap:hover,
.cid-uh6JqbiAWb .content-wrapper .list .item-wrap:focus {
  color: #e0b548;
}
.cid-uh6JqbiAWb .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uh6JqbiAWb .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uh6JqbiAWb .content-wrapper .mbr-copy {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-uh6JqbiAWb .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uh6JqbiAWb .nav-list {
    padding: 0;
  }
}
.cid-uh6JqbiAWb .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #feb939;
  border-bottom: 1px solid #feb939;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.cid-uh6JqbiAWb .nav-list .item-wrap:hover,
.cid-uh6JqbiAWb .nav-list .item-wrap:focus {
  color: #e0b548;
}
.cid-uh6JqbiAWb .nav-list .item-wrap:hover::before,
.cid-uh6JqbiAWb .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.cid-uh6JqbiAWb .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.cid-uh6JqbiAWb .nav-list .item-wrap::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-uh6JqbiAWb .mbr-section-title {
  color: #F9F6E0;
}
.cid-uh6JqbiAWb .list {
  color: #F9F6E0;
}
.cid-uh6JqbiAWb .mbr-copy {
  color: #000000;
}
.cid-uouTB97D0f .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-uouTB97D0f .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-uouTB97D0f .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #000000;
  color: #ffffff !important;
  background: #000000 !important;
}
.cid-uouTB97D0f .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uouTB97D0f .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uouTB97D0f .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uouTB97D0f .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-uouTB97D0f .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffa600;
}
.cid-uouTB97D0f .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uouTB97D0f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uouTB97D0f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 88.48571429vh;
  }
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uouTB97D0f .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uouTB97D0f .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-uouTB97D0f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uouTB97D0f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uouTB97D0f .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uouTB97D0f .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-uouTB97D0f .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uouTB97D0f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uouTB97D0f .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uouTB97D0f .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uouTB97D0f .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uouTB97D0f .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uouTB97D0f .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uouTB97D0f .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uouTB97D0f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uouTB97D0f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uouTB97D0f .dropdown-item.active,
.cid-uouTB97D0f .dropdown-item:active {
  background-color: transparent;
}
.cid-uouTB97D0f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uouTB97D0f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uouTB97D0f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uouTB97D0f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uouTB97D0f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uouTB97D0f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uouTB97D0f ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uouTB97D0f .navbar-buttons {
  text-align: center;
}
.cid-uouTB97D0f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f70909;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uouTB97D0f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uouTB97D0f nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uouTB97D0f nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uouTB97D0f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uouTB97D0f .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uouTB97D0f a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-uouTB97D0f .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uouTB97D0f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uouTB97D0f .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-uouTB97D0f .nav-link:hover,
.cid-uouTB97D0f .dropdown-item:hover {
  color: #feb939 !important;
}
.cid-uaiUiJb1t6 {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/roundwich-25-2000x1294.webp");
}
.cid-uaiUiJb1t6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaiUiJb1t6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uaiUiJb1t6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uaiUiJb1t6 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uaiUiJb1t6 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uaiUiJb1t6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uaiUiJb1t6 .mbr-section-title {
  color: #f70909;
  text-align: center;
}
.cid-uaiUiJb1t6 .mbr-text,
.cid-uaiUiJb1t6 .mbr-section-btn {
  color: #000000;
}
.cid-uh6JqbiAWb {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/roundwich-19-2000x1294.webp");
}
.cid-uh6JqbiAWb .mbr-overlay {
  background: #f70909;
  opacity: 1;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uh6JqbiAWb .container {
    padding: 0 24px;
  }
}
.cid-uh6JqbiAWb .row {
  justify-content: space-between;
}
.cid-uh6JqbiAWb .logo-wrapper {
  display: flex;
}
.cid-uh6JqbiAWb .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-uh6JqbiAWb .logo-wrapper .border-wrap {
  width: 100%;
  border-bottom: 1px solid #feb939;
}
.cid-uh6JqbiAWb .content-wrapper {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .cid-uh6JqbiAWb .content-wrapper {
    padding: 24px 0;
  }
}
.cid-uh6JqbiAWb .content-wrapper .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.cid-uh6JqbiAWb .content-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uh6JqbiAWb .content-wrapper .list .item-wrap:hover,
.cid-uh6JqbiAWb .content-wrapper .list .item-wrap:focus {
  color: #e0b548;
}
.cid-uh6JqbiAWb .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uh6JqbiAWb .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uh6JqbiAWb .content-wrapper .mbr-copy {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-uh6JqbiAWb .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uh6JqbiAWb .nav-list {
    padding: 0;
  }
}
.cid-uh6JqbiAWb .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #feb939;
  border-bottom: 1px solid #feb939;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.cid-uh6JqbiAWb .nav-list .item-wrap:hover,
.cid-uh6JqbiAWb .nav-list .item-wrap:focus {
  color: #e0b548;
}
.cid-uh6JqbiAWb .nav-list .item-wrap:hover::before,
.cid-uh6JqbiAWb .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.cid-uh6JqbiAWb .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.cid-uh6JqbiAWb .nav-list .item-wrap::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-uh6JqbiAWb .mbr-section-title {
  color: #F9F6E0;
}
.cid-uh6JqbiAWb .list {
  color: #F9F6E0;
}
.cid-uh6JqbiAWb .mbr-copy {
  color: #000000;
}
.cid-uouTB97D0f .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-uouTB97D0f .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-uouTB97D0f .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #000000;
  color: #ffffff !important;
  background: #000000 !important;
}
.cid-uouTB97D0f .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uouTB97D0f .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uouTB97D0f .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uouTB97D0f .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-uouTB97D0f .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffa600;
}
.cid-uouTB97D0f .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uouTB97D0f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uouTB97D0f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 88.48571429vh;
  }
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uouTB97D0f .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uouTB97D0f .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-uouTB97D0f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uouTB97D0f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uouTB97D0f .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uouTB97D0f .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-uouTB97D0f .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uouTB97D0f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uouTB97D0f .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uouTB97D0f .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uouTB97D0f .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uouTB97D0f .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uouTB97D0f .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uouTB97D0f .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uouTB97D0f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uouTB97D0f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uouTB97D0f .dropdown-item.active,
.cid-uouTB97D0f .dropdown-item:active {
  background-color: transparent;
}
.cid-uouTB97D0f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uouTB97D0f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uouTB97D0f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uouTB97D0f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uouTB97D0f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uouTB97D0f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uouTB97D0f ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uouTB97D0f .navbar-buttons {
  text-align: center;
}
.cid-uouTB97D0f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f70909;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uouTB97D0f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uouTB97D0f nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uouTB97D0f nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uouTB97D0f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uouTB97D0f .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uouTB97D0f a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-uouTB97D0f .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uouTB97D0f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uouTB97D0f .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-uouTB97D0f .nav-link:hover,
.cid-uouTB97D0f .dropdown-item:hover {
  color: #feb939 !important;
}
.cid-uaTcIKfCm7 {
  display: flex;
  background-image: url("../../../assets/images/turkey-print-menu-design-19.61-x-30.31-in-6-1412x2182.webp");
}
.cid-uaTcIKfCm7 .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
.cid-uaTcIKfCm7 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uaTcIKfCm7 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uaTcIKfCm7 {
    align-items: center;
  }
  .cid-uaTcIKfCm7 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uaTcIKfCm7 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uaTcIKfCm7 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uaTcIKfCm7 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uaTcIKfCm7 .content-wrap {
    width: 100%;
  }
}
.cid-uaTcIKfCm7 .mbr-section-title {
  text-align: center;
}
.cid-uaTcIKfCm7 .mbr-text,
.cid-uaTcIKfCm7 .mbr-section-btn {
  text-align: center;
}
@media (min-width: 804px) {
  .cid-uaTcIKfCm7 {
    background-image: url("../../../assets/images/desktop-frontpage-image-1366x1100-1-1537x1238.webp");
  }
}
.cid-uaTcIKVwNB {
  background-image: url("../../../assets/images/roundwich-25-2000x1294.webp");
}
.cid-uaTcIKVwNB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaTcIKVwNB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaTcIKVwNB .card-wrapper {
  overflow: hidden;
  background: #f70909;
}
.cid-uaTcIKVwNB .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uaTcIKVwNB .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uaTcIKVwNB .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uaTcIKVwNB .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uaTcIKVwNB .row {
  flex-direction: row-reverse;
}
.cid-uaTcIKVwNB .image-wrapper {
  padding: 0 1rem;
}
.cid-uaTcIKVwNB img,
.cid-uaTcIKVwNB .image-wrapper {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uaTcIKVwNB img,
  .cid-uaTcIKVwNB .image-wrapper {
    max-height: 350px;
  }
}
.cid-uaTcIKVwNB .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uaTcIKVwNB .mbr-text {
  color: #000000;
}
.cid-uaTcIKVwNB .mbr-text,
.cid-uaTcIKVwNB .mbr-section-btn {
  color: #ffeb69;
}
.cid-uaTcILJpq1 {
  background-image: url("../../../assets/images/roundwich-25-2000x1294.webp");
}
.cid-uaTcILJpq1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaTcILJpq1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaTcILJpq1 .card-wrapper {
  overflow: hidden;
  background: #f70909;
}
.cid-uaTcILJpq1 .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uaTcILJpq1 .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uaTcILJpq1 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uaTcILJpq1 .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uaTcILJpq1 .row {
  flex-direction: row-reverse;
}
.cid-uaTcILJpq1 .image-wrapper {
  padding: 0 1rem;
}
.cid-uaTcILJpq1 img,
.cid-uaTcILJpq1 .image-wrapper {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uaTcILJpq1 img,
  .cid-uaTcILJpq1 .image-wrapper {
    max-height: 350px;
  }
}
.cid-uaTcILJpq1 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uaTcILJpq1 .mbr-text {
  color: #000000;
}
.cid-uaTcILJpq1 .mbr-text,
.cid-uaTcILJpq1 .mbr-section-btn {
  color: #ffeb69;
}
.cid-uaTcIMyV6q {
  background-image: url("../../../assets/images/roundwich-25-2000x1294.webp");
}
.cid-uaTcIMyV6q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaTcIMyV6q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaTcIMyV6q .card-wrapper {
  overflow: hidden;
  background: #f70909;
}
.cid-uaTcIMyV6q .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uaTcIMyV6q .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uaTcIMyV6q .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uaTcIMyV6q .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uaTcIMyV6q .row {
  flex-direction: row-reverse;
}
.cid-uaTcIMyV6q .image-wrapper {
  padding: 0 1rem;
}
.cid-uaTcIMyV6q img,
.cid-uaTcIMyV6q .image-wrapper {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uaTcIMyV6q img,
  .cid-uaTcIMyV6q .image-wrapper {
    max-height: 350px;
  }
}
.cid-uaTcIMyV6q .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uaTcIMyV6q .mbr-text {
  color: #000000;
}
.cid-uaTcIMyV6q .mbr-text,
.cid-uaTcIMyV6q .mbr-section-btn {
  color: #ffeb69;
}
.cid-uaTcINlCxp {
  background-image: url("../../../assets/images/roundwich-25-2000x1294.webp");
}
.cid-uaTcINlCxp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaTcINlCxp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaTcINlCxp .card-wrapper {
  overflow: hidden;
  background: #f70909;
}
.cid-uaTcINlCxp .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uaTcINlCxp .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uaTcINlCxp .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uaTcINlCxp .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uaTcINlCxp .row {
  flex-direction: row-reverse;
}
.cid-uaTcINlCxp .image-wrapper {
  padding: 0 1rem;
}
.cid-uaTcINlCxp img,
.cid-uaTcINlCxp .image-wrapper {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uaTcINlCxp img,
  .cid-uaTcINlCxp .image-wrapper {
    max-height: 350px;
  }
}
.cid-uaTcINlCxp .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uaTcINlCxp .mbr-text {
  color: #000000;
}
.cid-uaTcINlCxp .mbr-text,
.cid-uaTcINlCxp .mbr-section-btn {
  color: #ffeb69;
}
.cid-uaTcIO9NOl {
  background-image: url("../../../assets/images/roundwich-25-2000x1294.webp");
}
.cid-uaTcIO9NOl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaTcIO9NOl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaTcIO9NOl .card-wrapper {
  overflow: hidden;
  background: #f70909;
}
.cid-uaTcIO9NOl .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uaTcIO9NOl .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uaTcIO9NOl .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uaTcIO9NOl .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uaTcIO9NOl .row {
  flex-direction: row-reverse;
}
.cid-uaTcIO9NOl .image-wrapper {
  padding: 0 1rem;
}
.cid-uaTcIO9NOl img,
.cid-uaTcIO9NOl .image-wrapper {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uaTcIO9NOl img,
  .cid-uaTcIO9NOl .image-wrapper {
    max-height: 350px;
  }
}
.cid-uaTcIO9NOl .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uaTcIO9NOl .mbr-text {
  color: #000000;
}
.cid-uaTcIO9NOl .mbr-text,
.cid-uaTcIO9NOl .mbr-section-btn {
  color: #ffeb69;
}
.cid-uaTcIOSGWS {
  background-image: url("../../../assets/images/roundwich-25-2000x1294.webp");
}
.cid-uaTcIOSGWS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaTcIOSGWS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaTcIOSGWS .card-wrapper {
  overflow: hidden;
  background: #f70909;
}
.cid-uaTcIOSGWS .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uaTcIOSGWS .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uaTcIOSGWS .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uaTcIOSGWS .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uaTcIOSGWS .row {
  flex-direction: row-reverse;
}
.cid-uaTcIOSGWS .image-wrapper {
  padding: 0 1rem;
}
.cid-uaTcIOSGWS img,
.cid-uaTcIOSGWS .image-wrapper {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uaTcIOSGWS img,
  .cid-uaTcIOSGWS .image-wrapper {
    max-height: 350px;
  }
}
.cid-uaTcIOSGWS .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uaTcIOSGWS .mbr-text {
  color: #000000;
}
.cid-uaTcIOSGWS .mbr-text,
.cid-uaTcIOSGWS .mbr-section-btn {
  color: #ffeb69;
}
.cid-uh6JqbiAWb {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/roundwich-19-2000x1294.webp");
}
.cid-uh6JqbiAWb .mbr-overlay {
  background: #f70909;
  opacity: 1;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uh6JqbiAWb .container {
    padding: 0 24px;
  }
}
.cid-uh6JqbiAWb .row {
  justify-content: space-between;
}
.cid-uh6JqbiAWb .logo-wrapper {
  display: flex;
}
.cid-uh6JqbiAWb .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-uh6JqbiAWb .logo-wrapper .border-wrap {
  width: 100%;
  border-bottom: 1px solid #feb939;
}
.cid-uh6JqbiAWb .content-wrapper {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .cid-uh6JqbiAWb .content-wrapper {
    padding: 24px 0;
  }
}
.cid-uh6JqbiAWb .content-wrapper .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.cid-uh6JqbiAWb .content-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uh6JqbiAWb .content-wrapper .list .item-wrap:hover,
.cid-uh6JqbiAWb .content-wrapper .list .item-wrap:focus {
  color: #e0b548;
}
.cid-uh6JqbiAWb .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uh6JqbiAWb .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uh6JqbiAWb .content-wrapper .mbr-copy {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-uh6JqbiAWb .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uh6JqbiAWb .nav-list {
    padding: 0;
  }
}
.cid-uh6JqbiAWb .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #feb939;
  border-bottom: 1px solid #feb939;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.cid-uh6JqbiAWb .nav-list .item-wrap:hover,
.cid-uh6JqbiAWb .nav-list .item-wrap:focus {
  color: #e0b548;
}
.cid-uh6JqbiAWb .nav-list .item-wrap:hover::before,
.cid-uh6JqbiAWb .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.cid-uh6JqbiAWb .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.cid-uh6JqbiAWb .nav-list .item-wrap::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-uh6JqbiAWb .mbr-section-title {
  color: #F9F6E0;
}
.cid-uh6JqbiAWb .list {
  color: #F9F6E0;
}
.cid-uh6JqbiAWb .mbr-copy {
  color: #000000;
}
.cid-uouTB97D0f .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-uouTB97D0f .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-uouTB97D0f .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #000000;
  color: #ffffff !important;
  background: #000000 !important;
}
.cid-uouTB97D0f .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uouTB97D0f .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uouTB97D0f .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uouTB97D0f .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-uouTB97D0f .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffa600;
}
.cid-uouTB97D0f .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uouTB97D0f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uouTB97D0f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 88.48571429vh;
  }
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uouTB97D0f .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uouTB97D0f .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-uouTB97D0f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uouTB97D0f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uouTB97D0f .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uouTB97D0f .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-uouTB97D0f .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uouTB97D0f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uouTB97D0f .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uouTB97D0f .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uouTB97D0f .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uouTB97D0f .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uouTB97D0f .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uouTB97D0f .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uouTB97D0f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uouTB97D0f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uouTB97D0f .dropdown-item.active,
.cid-uouTB97D0f .dropdown-item:active {
  background-color: transparent;
}
.cid-uouTB97D0f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uouTB97D0f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uouTB97D0f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uouTB97D0f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uouTB97D0f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uouTB97D0f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uouTB97D0f ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uouTB97D0f .navbar-buttons {
  text-align: center;
}
.cid-uouTB97D0f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f70909;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uouTB97D0f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uouTB97D0f nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uouTB97D0f nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uouTB97D0f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uouTB97D0f .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uouTB97D0f a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-uouTB97D0f .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uouTB97D0f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uouTB97D0f .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-uouTB97D0f .nav-link:hover,
.cid-uouTB97D0f .dropdown-item:hover {
  color: #feb939 !important;
}
.cid-ui8vdn26l8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/roundwich-25-2000x1294.webp");
}
.cid-ui8vdn26l8 .mbr-overlay {
  background: #feb939;
  opacity: 0.9;
}
.cid-ui8vdn26l8 img,
.cid-ui8vdn26l8 .item-img {
  width: 100%;
}
.cid-ui8vdn26l8 .item:focus,
.cid-ui8vdn26l8 span:focus {
  outline: none;
}
.cid-ui8vdn26l8 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ui8vdn26l8 .item {
    margin-bottom: 1rem;
  }
}
.cid-ui8vdn26l8 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ui8vdn26l8 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ui8vdn26l8 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-ui8vdn26l8 .item-wrapper {
  position: relative;
  background: #f70909;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ui8vdn26l8 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ui8vdn26l8 .mbr-section-title {
  color: #232323;
}
.cid-ui8vdn26l8 .item-title {
  text-align: center;
  color: #ffeb69;
}
.cid-ui8vdn26l8 .item-subtitle {
  text-align: left;
}
.cid-ui8vdn26l8 .mbr-text,
.cid-ui8vdn26l8 .item .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ui8vdn26l8 .content-head {
  max-width: 800px;
}
.cid-uh6JqbiAWb {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/roundwich-19-2000x1294.webp");
}
.cid-uh6JqbiAWb .mbr-overlay {
  background: #f70909;
  opacity: 1;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uh6JqbiAWb .container {
    padding: 0 24px;
  }
}
.cid-uh6JqbiAWb .row {
  justify-content: space-between;
}
.cid-uh6JqbiAWb .logo-wrapper {
  display: flex;
}
.cid-uh6JqbiAWb .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-uh6JqbiAWb .logo-wrapper .border-wrap {
  width: 100%;
  border-bottom: 1px solid #feb939;
}
.cid-uh6JqbiAWb .content-wrapper {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .cid-uh6JqbiAWb .content-wrapper {
    padding: 24px 0;
  }
}
.cid-uh6JqbiAWb .content-wrapper .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.cid-uh6JqbiAWb .content-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uh6JqbiAWb .content-wrapper .list .item-wrap:hover,
.cid-uh6JqbiAWb .content-wrapper .list .item-wrap:focus {
  color: #e0b548;
}
.cid-uh6JqbiAWb .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uh6JqbiAWb .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uh6JqbiAWb .content-wrapper .mbr-copy {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-uh6JqbiAWb .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uh6JqbiAWb .nav-list {
    padding: 0;
  }
}
.cid-uh6JqbiAWb .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #feb939;
  border-bottom: 1px solid #feb939;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.cid-uh6JqbiAWb .nav-list .item-wrap:hover,
.cid-uh6JqbiAWb .nav-list .item-wrap:focus {
  color: #e0b548;
}
.cid-uh6JqbiAWb .nav-list .item-wrap:hover::before,
.cid-uh6JqbiAWb .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.cid-uh6JqbiAWb .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.cid-uh6JqbiAWb .nav-list .item-wrap::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-uh6JqbiAWb .mbr-section-title {
  color: #F9F6E0;
}
.cid-uh6JqbiAWb .list {
  color: #F9F6E0;
}
.cid-uh6JqbiAWb .mbr-copy {
  color: #000000;
}
.cid-uouTB97D0f .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-uouTB97D0f .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-uouTB97D0f .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #000000;
  color: #ffffff !important;
  background: #000000 !important;
}
.cid-uouTB97D0f .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uouTB97D0f .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uouTB97D0f .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uouTB97D0f .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-uouTB97D0f .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffa600;
}
.cid-uouTB97D0f .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uouTB97D0f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uouTB97D0f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 88.48571429vh;
  }
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uouTB97D0f .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uouTB97D0f .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-uouTB97D0f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uouTB97D0f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uouTB97D0f .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uouTB97D0f .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-uouTB97D0f .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uouTB97D0f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uouTB97D0f .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uouTB97D0f .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uouTB97D0f .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uouTB97D0f .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uouTB97D0f .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uouTB97D0f .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uouTB97D0f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uouTB97D0f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uouTB97D0f .dropdown-item.active,
.cid-uouTB97D0f .dropdown-item:active {
  background-color: transparent;
}
.cid-uouTB97D0f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uouTB97D0f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uouTB97D0f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uouTB97D0f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uouTB97D0f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uouTB97D0f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uouTB97D0f ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uouTB97D0f .navbar-buttons {
  text-align: center;
}
.cid-uouTB97D0f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f70909;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uouTB97D0f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uouTB97D0f nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uouTB97D0f nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uouTB97D0f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uouTB97D0f .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uouTB97D0f a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-uouTB97D0f .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uouTB97D0f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uouTB97D0f .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-uouTB97D0f .nav-link:hover,
.cid-uouTB97D0f .dropdown-item:hover {
  color: #feb939 !important;
}
.cid-uia8u7Vvws {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/roundwich-31-2000x1294.webp");
}
.cid-uia8u7Vvws .row {
  align-items: center;
  width: 100%;
}
.cid-uia8u7Vvws .title-container {
  width: 100%;
  padding: 0 !important;
  margin-bottom: 2rem;
}
.cid-uia8u7Vvws .title-text {
  width: 100%;
}
.cid-uia8u7Vvws .main-title {
  color: #000000;
  text-align: center;
}
.cid-uia8u7Vvws .main-subtitle {
  color: #f70909;
  text-align: center;
}
.cid-uia8u7Vvws form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-uia8u7Vvws form .mbr-section-btn {
  margin-top: 20px;
  margin-right: 100%;
}
.cid-uia8u7Vvws form .mbr-section-btn .btn {
  width: max-content;
  min-width: 120px;
}
.cid-uia8u7Vvws form .form-group {
  margin-top: 32px !important;
  margin-bottom: 10px !important;
}
@media (max-width: 767px) {
  .cid-uia8u7Vvws form .form-group {
    margin-top: 1rem!important;
  }
}
.cid-uia8u7Vvws form .form-control {
  border: 3px solid #000000 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 12px;
  font-size: 22px;
  line-height: 24px;
  color: #F70909;
  font-weight: 400;
}
.cid-uia8u7Vvws form .form-control::-webkit-input-placeholder {
  color: #F70909;
}
.cid-uia8u7Vvws form .form-control::-moz-placeholder {
  color: #F70909;
}
.cid-uia8u7Vvws form .form-control:-moz-placeholder {
  color: #F70909;
}
.cid-uia8u7Vvws form .form-control:-ms-input-placeholder {
  color: #F70909;
}
.cid-uia8u7Vvws form select {
  color: #000000 !important;
}
.cid-uia8u7Vvws form textarea {
  height: 100px;
}
.cid-uia8u7Vvws form input,
.cid-uia8u7Vvws form textarea {
  background-color: transparent !important;
}
.cid-uia8u7Vvws form input:active,
.cid-uia8u7Vvws form textarea:active,
.cid-uia8u7Vvws form input:focus,
.cid-uia8u7Vvws form textarea:focus {
  border-color: #ffa600 !important;
}
.cid-uia8u7Vvws form input:active::-webkit-input-placeholder,
.cid-uia8u7Vvws form textarea:active::-webkit-input-placeholder,
.cid-uia8u7Vvws form input:focus::-webkit-input-placeholder,
.cid-uia8u7Vvws form textarea:focus::-webkit-input-placeholder {
  color: #F70909;
}
.cid-uia8u7Vvws form input:active::-moz-placeholder,
.cid-uia8u7Vvws form textarea:active::-moz-placeholder,
.cid-uia8u7Vvws form input:focus::-moz-placeholder,
.cid-uia8u7Vvws form textarea:focus::-moz-placeholder {
  color: #F70909;
}
.cid-uia8u7Vvws form input:active:-moz-placeholder,
.cid-uia8u7Vvws form textarea:active:-moz-placeholder,
.cid-uia8u7Vvws form input:focus:-moz-placeholder,
.cid-uia8u7Vvws form textarea:focus:-moz-placeholder {
  color: #F70909;
}
.cid-uia8u7Vvws form input:active:-ms-input-placeholder,
.cid-uia8u7Vvws form textarea:active:-ms-input-placeholder,
.cid-uia8u7Vvws form input:focus:-ms-input-placeholder,
.cid-uia8u7Vvws form textarea:focus:-ms-input-placeholder {
  color: #F70909;
}
.cid-uia8u7Vvws form .row {
  margin-left: -2% !important;
  margin-right: -2% !important;
}
.cid-uia8u7Vvws form .row [class*=col] {
  padding-left: 2% !important;
  padding-right: 2% !important;
}
.cid-uia8u7Vvws form label {
  width: 100%;
  color: #000000;
  margin-bottom: 1rem;
}
.cid-uia8u7Vvws form .form-check-input {
  border-color: #000000 !important;
  outline: none !important;
  box-shadow: none !important;
}
.cid-uia8u7Vvws form .form-check-input:focus,
.cid-uia8u7Vvws form .form-check-input:hover {
  border-color: #F70909 !important;
}
.cid-uia8u7Vvws form .form-check-input:checked {
  border-color: #ffa600 !important;
  background-color: #ffa600 !important;
}
.cid-uia8u90tjv {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/roundwich-19-2000x1294.webp");
}
.cid-uia8u90tjv .mbr-overlay {
  background: #f70909;
  opacity: 1;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uia8u90tjv .container {
    padding: 0 24px;
  }
}
.cid-uia8u90tjv .row {
  justify-content: space-between;
}
.cid-uia8u90tjv .logo-wrapper {
  display: flex;
}
.cid-uia8u90tjv .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-uia8u90tjv .logo-wrapper .border-wrap {
  width: 100%;
  border-bottom: 1px solid #feb939;
}
.cid-uia8u90tjv .content-wrapper {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .cid-uia8u90tjv .content-wrapper {
    padding: 24px 0;
  }
}
.cid-uia8u90tjv .content-wrapper .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.cid-uia8u90tjv .content-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uia8u90tjv .content-wrapper .list .item-wrap:hover,
.cid-uia8u90tjv .content-wrapper .list .item-wrap:focus {
  color: #e0b548;
}
.cid-uia8u90tjv .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uia8u90tjv .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uia8u90tjv .content-wrapper .mbr-copy {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-uia8u90tjv .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uia8u90tjv .nav-list {
    padding: 0;
  }
}
.cid-uia8u90tjv .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #feb939;
  border-bottom: 1px solid #feb939;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.cid-uia8u90tjv .nav-list .item-wrap:hover,
.cid-uia8u90tjv .nav-list .item-wrap:focus {
  color: #e0b548;
}
.cid-uia8u90tjv .nav-list .item-wrap:hover::before,
.cid-uia8u90tjv .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.cid-uia8u90tjv .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.cid-uia8u90tjv .nav-list .item-wrap::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-uia8u90tjv .mbr-section-title {
  color: #F9F6E0;
}
.cid-uia8u90tjv .list {
  color: #F9F6E0;
}
.cid-uia8u90tjv .mbr-copy {
  color: #000000;
}
.cid-uouTB97D0f .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-uouTB97D0f .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-uouTB97D0f .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #000000;
  color: #ffffff !important;
  background: #000000 !important;
}
.cid-uouTB97D0f .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uouTB97D0f .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uouTB97D0f .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uouTB97D0f .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-uouTB97D0f .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffa600;
}
.cid-uouTB97D0f .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uouTB97D0f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uouTB97D0f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 88.48571429vh;
  }
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uouTB97D0f .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uouTB97D0f .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-uouTB97D0f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uouTB97D0f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uouTB97D0f .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uouTB97D0f .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-uouTB97D0f .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uouTB97D0f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uouTB97D0f .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uouTB97D0f .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uouTB97D0f .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uouTB97D0f .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uouTB97D0f .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uouTB97D0f .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uouTB97D0f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uouTB97D0f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uouTB97D0f .dropdown-item.active,
.cid-uouTB97D0f .dropdown-item:active {
  background-color: transparent;
}
.cid-uouTB97D0f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uouTB97D0f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uouTB97D0f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uouTB97D0f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uouTB97D0f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uouTB97D0f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uouTB97D0f ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uouTB97D0f .navbar-buttons {
  text-align: center;
}
.cid-uouTB97D0f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f70909;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uouTB97D0f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uouTB97D0f nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uouTB97D0f nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uouTB97D0f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uouTB97D0f .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uouTB97D0f a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-uouTB97D0f .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uouTB97D0f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uouTB97D0f .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-uouTB97D0f .nav-link:hover,
.cid-uouTB97D0f .dropdown-item:hover {
  color: #feb939 !important;
}
.cid-u3TKojkRpz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/roundwich-25-2000x1294.webp");
}
.cid-u3TKojkRpz .mbr-overlay {
  background: #feb939;
  opacity: 0.9;
}
.cid-u3TKojkRpz img,
.cid-u3TKojkRpz .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-u3TKojkRpz .item:focus,
.cid-u3TKojkRpz span:focus {
  outline: none;
}
.cid-u3TKojkRpz .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u3TKojkRpz .item {
    margin-bottom: 1rem;
  }
}
.cid-u3TKojkRpz .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u3TKojkRpz .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u3TKojkRpz .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-u3TKojkRpz .item-wrapper {
  position: relative;
  background: #f70909;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u3TKojkRpz .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u3TKojkRpz .mbr-section-title {
  color: #232323;
}
.cid-u3TKojkRpz .item-title {
  text-align: center;
  color: #ffeb69;
}
.cid-u3TKojkRpz .item-subtitle {
  text-align: left;
}
.cid-u3TKojkRpz .mbr-text,
.cid-u3TKojkRpz .item .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-u3TKojkRpz .content-head {
  max-width: 800px;
}
.cid-uh6JqbiAWb {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/roundwich-19-2000x1294.webp");
}
.cid-uh6JqbiAWb .mbr-overlay {
  background: #f70909;
  opacity: 1;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uh6JqbiAWb .container {
    padding: 0 24px;
  }
}
.cid-uh6JqbiAWb .row {
  justify-content: space-between;
}
.cid-uh6JqbiAWb .logo-wrapper {
  display: flex;
}
.cid-uh6JqbiAWb .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-uh6JqbiAWb .logo-wrapper .border-wrap {
  width: 100%;
  border-bottom: 1px solid #feb939;
}
.cid-uh6JqbiAWb .content-wrapper {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .cid-uh6JqbiAWb .content-wrapper {
    padding: 24px 0;
  }
}
.cid-uh6JqbiAWb .content-wrapper .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.cid-uh6JqbiAWb .content-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uh6JqbiAWb .content-wrapper .list .item-wrap:hover,
.cid-uh6JqbiAWb .content-wrapper .list .item-wrap:focus {
  color: #e0b548;
}
.cid-uh6JqbiAWb .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uh6JqbiAWb .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uh6JqbiAWb .content-wrapper .mbr-copy {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-uh6JqbiAWb .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uh6JqbiAWb .nav-list {
    padding: 0;
  }
}
.cid-uh6JqbiAWb .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #feb939;
  border-bottom: 1px solid #feb939;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.cid-uh6JqbiAWb .nav-list .item-wrap:hover,
.cid-uh6JqbiAWb .nav-list .item-wrap:focus {
  color: #e0b548;
}
.cid-uh6JqbiAWb .nav-list .item-wrap:hover::before,
.cid-uh6JqbiAWb .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.cid-uh6JqbiAWb .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.cid-uh6JqbiAWb .nav-list .item-wrap::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-uh6JqbiAWb .mbr-section-title {
  color: #F9F6E0;
}
.cid-uh6JqbiAWb .list {
  color: #F9F6E0;
}
.cid-uh6JqbiAWb .mbr-copy {
  color: #000000;
}
.cid-uouTB97D0f .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-uouTB97D0f .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-uouTB97D0f .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #000000;
  color: #ffffff !important;
  background: #000000 !important;
}
.cid-uouTB97D0f .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uouTB97D0f .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uouTB97D0f .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uouTB97D0f .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-uouTB97D0f .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffa600;
}
.cid-uouTB97D0f .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uouTB97D0f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uouTB97D0f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 88.48571429vh;
  }
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uouTB97D0f .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uouTB97D0f .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-uouTB97D0f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uouTB97D0f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uouTB97D0f .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uouTB97D0f .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-uouTB97D0f .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uouTB97D0f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uouTB97D0f .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uouTB97D0f .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uouTB97D0f .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uouTB97D0f .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uouTB97D0f .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uouTB97D0f .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uouTB97D0f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uouTB97D0f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uouTB97D0f .dropdown-item.active,
.cid-uouTB97D0f .dropdown-item:active {
  background-color: transparent;
}
.cid-uouTB97D0f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uouTB97D0f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uouTB97D0f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uouTB97D0f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uouTB97D0f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uouTB97D0f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uouTB97D0f ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uouTB97D0f .navbar-buttons {
  text-align: center;
}
.cid-uouTB97D0f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f70909;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uouTB97D0f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uouTB97D0f nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uouTB97D0f nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uouTB97D0f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uouTB97D0f .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uouTB97D0f a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-uouTB97D0f .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uouTB97D0f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uouTB97D0f .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-uouTB97D0f .nav-link:hover,
.cid-uouTB97D0f .dropdown-item:hover {
  color: #feb939 !important;
}
.cid-uiqL5aXi8w {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/roundwich-31-2000x1294.webp");
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-uiqL5aXi8w .mbr-overlay {
  background-color: #000000;
  opacity: 0.9;
}
.cid-uiqL5aXi8w .section-border-item {
  background-color: #fcdb42;
}
.cid-uiqL5aXi8w .mbr-section-head {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-uiqL5aXi8w .mbr-section-head {
    margin-bottom: 8rem;
  }
}
@media (max-width: 767px) {
  .cid-uiqL5aXi8w .mbr-section-head {
    margin-bottom: 7.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uiqL5aXi8w .mbr-section-head {
    margin-bottom: 6rem;
  }
}
.cid-uiqL5aXi8w .mbr-section-title {
  color: #f70909;
  margin-bottom: 1rem;
}
.cid-uiqL5aXi8w .mbr-section-subtitle {
  color: #f70909;
  margin-bottom: 0;
}
.cid-uiqL5aXi8w .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uiqL5aXi8w form {
  width: 100%;
}
.cid-uiqL5aXi8w form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-uiqL5aXi8w form p {
  color: #ffffff;
}
.cid-uiqL5aXi8w form .mbr-section-btn .btn {
  width: 100%;
  border-radius: 0.5rem !important;
  padding: 0.625rem 1.125rem;
}
.cid-uiqL5aXi8w form .mbr-section-btn .btn:hover {
  transform: translate(0, 0);
}
.cid-uiqL5aXi8w form .form-group {
  margin-top: 0 !important;
  margin-bottom: 1.5rem !important;
}
.cid-uiqL5aXi8w form .form-control {
  height: 44px;
  border: 1px solid #ffffff !important;
  background: transparent;
  outline: none !important;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05) !important;
  border-radius: 0.5rem !important;
  margin-bottom: 0;
  padding: 0.5rem 0.875rem;
  font-size: 24px;
  color: #ffffff;
  font-weight: 400;
  transition: .3s;
}
.cid-uiqL5aXi8w form .form-control::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uiqL5aXi8w form .form-control::-moz-placeholder {
  color: #bbbbbb;
}
.cid-uiqL5aXi8w form .form-control:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uiqL5aXi8w form .form-control:-ms-input-placeholder {
  color: #bbbbbb;
}
.cid-uiqL5aXi8w form select {
  color: #ffffff !important;
}
.cid-uiqL5aXi8w form textarea {
  height: 180px !important;
  min-height: 180px !important;
  padding: 0.5rem 0.875rem;
  resize: none;
}
.cid-uiqL5aXi8w form textarea::-webkit-input-placeholder {
  color: #bbbbbb !important;
}
.cid-uiqL5aXi8w form textarea::-moz-placeholder {
  color: #bbbbbb !important;
}
.cid-uiqL5aXi8w form textarea:-moz-placeholder {
  color: #bbbbbb !important;
}
.cid-uiqL5aXi8w form textarea:-ms-input-placeholder {
  color: #bbbbbb !important;
}
.cid-uiqL5aXi8w form input,
.cid-uiqL5aXi8w form textarea {
  transition: .5s all;
}
.cid-uiqL5aXi8w form input:active,
.cid-uiqL5aXi8w form textarea:active,
.cid-uiqL5aXi8w form input:focus,
.cid-uiqL5aXi8w form textarea:focus {
  background-color: rgba(255, 255, 255, 0.09) !important;
  border-color: #ffffff !important;
  outline: none !important;
}
.cid-uiqL5aXi8w form input:active::-webkit-input-placeholder,
.cid-uiqL5aXi8w form textarea:active::-webkit-input-placeholder,
.cid-uiqL5aXi8w form input:focus::-webkit-input-placeholder,
.cid-uiqL5aXi8w form textarea:focus::-webkit-input-placeholder {
  color: #bbbbbb !important;
}
.cid-uiqL5aXi8w form input:active::-moz-placeholder,
.cid-uiqL5aXi8w form textarea:active::-moz-placeholder,
.cid-uiqL5aXi8w form input:focus::-moz-placeholder,
.cid-uiqL5aXi8w form textarea:focus::-moz-placeholder {
  color: #bbbbbb !important;
}
.cid-uiqL5aXi8w form input:active:-moz-placeholder,
.cid-uiqL5aXi8w form textarea:active:-moz-placeholder,
.cid-uiqL5aXi8w form input:focus:-moz-placeholder,
.cid-uiqL5aXi8w form textarea:focus:-moz-placeholder {
  color: #bbbbbb !important;
}
.cid-uiqL5aXi8w form input:active:-ms-input-placeholder,
.cid-uiqL5aXi8w form textarea:active:-ms-input-placeholder,
.cid-uiqL5aXi8w form input:focus:-ms-input-placeholder,
.cid-uiqL5aXi8w form textarea:focus:-ms-input-placeholder {
  color: #bbbbbb !important;
}
.cid-uiqL5aXi8w form .row {
  margin-left: -0.75rem !important;
  margin-right: -0.75rem !important;
}
.cid-uiqL5aXi8w form .row [class*=col] {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.cid-uiqL5aXi8w form label {
  width: 100%;
  color: #fcdb42;
  margin-bottom: 0.5rem;
}
.cid-uiqL5aXi8w form .form-check label {
  color: #ffffff;
}
.cid-uiqL5aXi8w form .form-check-input {
  border-color: #fcdb42 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uiqL5aXi8w form .form-check-input:focus,
.cid-uiqL5aXi8w form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #090f10 !important;
}
.cid-uiqL5aXi8w form .form-check-input:checked {
  border-color: #fcdb42 !important;
  background-color: #fcdb42 !important;
}
.cid-uiqL5aXi8w LABEL {
  color: #f70909;
}
.cid-uh6JqbiAWb {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/roundwich-19-2000x1294.webp");
}
.cid-uh6JqbiAWb .mbr-overlay {
  background: #f70909;
  opacity: 1;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uh6JqbiAWb .container {
    padding: 0 24px;
  }
}
.cid-uh6JqbiAWb .row {
  justify-content: space-between;
}
.cid-uh6JqbiAWb .logo-wrapper {
  display: flex;
}
.cid-uh6JqbiAWb .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-uh6JqbiAWb .logo-wrapper .border-wrap {
  width: 100%;
  border-bottom: 1px solid #feb939;
}
.cid-uh6JqbiAWb .content-wrapper {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .cid-uh6JqbiAWb .content-wrapper {
    padding: 24px 0;
  }
}
.cid-uh6JqbiAWb .content-wrapper .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.cid-uh6JqbiAWb .content-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uh6JqbiAWb .content-wrapper .list .item-wrap:hover,
.cid-uh6JqbiAWb .content-wrapper .list .item-wrap:focus {
  color: #e0b548;
}
.cid-uh6JqbiAWb .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uh6JqbiAWb .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uh6JqbiAWb .content-wrapper .mbr-copy {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-uh6JqbiAWb .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uh6JqbiAWb .nav-list {
    padding: 0;
  }
}
.cid-uh6JqbiAWb .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #feb939;
  border-bottom: 1px solid #feb939;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.cid-uh6JqbiAWb .nav-list .item-wrap:hover,
.cid-uh6JqbiAWb .nav-list .item-wrap:focus {
  color: #e0b548;
}
.cid-uh6JqbiAWb .nav-list .item-wrap:hover::before,
.cid-uh6JqbiAWb .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.cid-uh6JqbiAWb .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.cid-uh6JqbiAWb .nav-list .item-wrap::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-uh6JqbiAWb .mbr-section-title {
  color: #F9F6E0;
}
.cid-uh6JqbiAWb .list {
  color: #F9F6E0;
}
.cid-uh6JqbiAWb .mbr-copy {
  color: #000000;
}
.cid-uouTB97D0f .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-uouTB97D0f .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-uouTB97D0f .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #000000;
  color: #ffffff !important;
  background: #000000 !important;
}
.cid-uouTB97D0f .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uouTB97D0f .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uouTB97D0f .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uouTB97D0f .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-uouTB97D0f .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffa600;
}
.cid-uouTB97D0f .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uouTB97D0f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uouTB97D0f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 88.48571429vh;
  }
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uouTB97D0f .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uouTB97D0f .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-uouTB97D0f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uouTB97D0f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uouTB97D0f .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uouTB97D0f .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-uouTB97D0f .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uouTB97D0f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uouTB97D0f .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uouTB97D0f .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uouTB97D0f .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uouTB97D0f .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uouTB97D0f .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uouTB97D0f .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uouTB97D0f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uouTB97D0f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uouTB97D0f .dropdown-item.active,
.cid-uouTB97D0f .dropdown-item:active {
  background-color: transparent;
}
.cid-uouTB97D0f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uouTB97D0f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uouTB97D0f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uouTB97D0f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uouTB97D0f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uouTB97D0f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uouTB97D0f ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uouTB97D0f .navbar-buttons {
  text-align: center;
}
.cid-uouTB97D0f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f70909;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uouTB97D0f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uouTB97D0f nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uouTB97D0f nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uouTB97D0f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uouTB97D0f .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uouTB97D0f a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-uouTB97D0f .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uouTB97D0f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uouTB97D0f .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-uouTB97D0f .nav-link:hover,
.cid-uouTB97D0f .dropdown-item:hover {
  color: #feb939 !important;
}
.cid-u4MQnIKI1y {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/roundwich-25-2000x1294.webp");
}
.cid-u4MQnIKI1y .mbr-overlay {
  background: #feb939;
  opacity: 0.9;
}
.cid-u4MQnIKI1y img,
.cid-u4MQnIKI1y .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-u4MQnIKI1y .item:focus,
.cid-u4MQnIKI1y span:focus {
  outline: none;
}
.cid-u4MQnIKI1y .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u4MQnIKI1y .item {
    margin-bottom: 1rem;
  }
}
.cid-u4MQnIKI1y .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u4MQnIKI1y .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u4MQnIKI1y .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-u4MQnIKI1y .item-wrapper {
  position: relative;
  background: #f70909;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u4MQnIKI1y .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u4MQnIKI1y .mbr-section-title {
  color: #232323;
}
.cid-u4MQnIKI1y .item-title {
  text-align: center;
  color: #ffeb69;
}
.cid-u4MQnIKI1y .item-subtitle {
  text-align: left;
}
.cid-u4MQnIKI1y .mbr-text,
.cid-u4MQnIKI1y .item .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-u4MQnIKI1y .content-head {
  max-width: 800px;
}
.cid-u4MQnJezBi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/roundwich-25-2000x1294.webp");
}
.cid-u4MQnJezBi .mbr-overlay {
  background: #feb939;
  opacity: 0.9;
}
.cid-u4MQnJezBi img,
.cid-u4MQnJezBi .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u4MQnJezBi .item:focus,
.cid-u4MQnJezBi span:focus {
  outline: none;
}
.cid-u4MQnJezBi .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u4MQnJezBi .item {
    margin-bottom: 1rem;
  }
}
.cid-u4MQnJezBi .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u4MQnJezBi .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u4MQnJezBi .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-u4MQnJezBi .item-wrapper {
  position: relative;
  background: #f70909;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u4MQnJezBi .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u4MQnJezBi .mbr-section-title {
  color: #232323;
}
.cid-u4MQnJezBi .item-title {
  text-align: center;
  color: #ffeb69;
}
.cid-u4MQnJezBi .item-subtitle {
  text-align: left;
}
.cid-u4MQnJezBi .mbr-text,
.cid-u4MQnJezBi .item .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-u4MQnJezBi .content-head {
  max-width: 800px;
}
.cid-u8QCM1Ww5s {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/roundwich-25-2000x1294.webp");
}
.cid-u8QCM1Ww5s .mbr-overlay {
  background: #feb939;
  opacity: 0.9;
}
.cid-u8QCM1Ww5s img,
.cid-u8QCM1Ww5s .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u8QCM1Ww5s .item:focus,
.cid-u8QCM1Ww5s span:focus {
  outline: none;
}
.cid-u8QCM1Ww5s .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u8QCM1Ww5s .item {
    margin-bottom: 1rem;
  }
}
.cid-u8QCM1Ww5s .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u8QCM1Ww5s .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u8QCM1Ww5s .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-u8QCM1Ww5s .item-wrapper {
  position: relative;
  background: #f70909;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u8QCM1Ww5s .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u8QCM1Ww5s .mbr-section-title {
  color: #232323;
}
.cid-u8QCM1Ww5s .item-title {
  text-align: center;
  color: #ffeb69;
}
.cid-u8QCM1Ww5s .item-subtitle {
  text-align: left;
}
.cid-u8QCM1Ww5s .mbr-text,
.cid-u8QCM1Ww5s .item .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-u8QCM1Ww5s .content-head {
  max-width: 800px;
}
.cid-uh6JqbiAWb {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/roundwich-19-2000x1294.webp");
}
.cid-uh6JqbiAWb .mbr-overlay {
  background: #f70909;
  opacity: 1;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uh6JqbiAWb .container {
    padding: 0 24px;
  }
}
.cid-uh6JqbiAWb .row {
  justify-content: space-between;
}
.cid-uh6JqbiAWb .logo-wrapper {
  display: flex;
}
.cid-uh6JqbiAWb .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-uh6JqbiAWb .logo-wrapper .border-wrap {
  width: 100%;
  border-bottom: 1px solid #feb939;
}
.cid-uh6JqbiAWb .content-wrapper {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .cid-uh6JqbiAWb .content-wrapper {
    padding: 24px 0;
  }
}
.cid-uh6JqbiAWb .content-wrapper .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.cid-uh6JqbiAWb .content-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uh6JqbiAWb .content-wrapper .list .item-wrap:hover,
.cid-uh6JqbiAWb .content-wrapper .list .item-wrap:focus {
  color: #e0b548;
}
.cid-uh6JqbiAWb .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uh6JqbiAWb .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uh6JqbiAWb .content-wrapper .mbr-copy {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-uh6JqbiAWb .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uh6JqbiAWb .nav-list {
    padding: 0;
  }
}
.cid-uh6JqbiAWb .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #feb939;
  border-bottom: 1px solid #feb939;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.cid-uh6JqbiAWb .nav-list .item-wrap:hover,
.cid-uh6JqbiAWb .nav-list .item-wrap:focus {
  color: #e0b548;
}
.cid-uh6JqbiAWb .nav-list .item-wrap:hover::before,
.cid-uh6JqbiAWb .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.cid-uh6JqbiAWb .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.cid-uh6JqbiAWb .nav-list .item-wrap::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-uh6JqbiAWb .mbr-section-title {
  color: #F9F6E0;
}
.cid-uh6JqbiAWb .list {
  color: #F9F6E0;
}
.cid-uh6JqbiAWb .mbr-copy {
  color: #000000;
}
.cid-uouTB97D0f .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-uouTB97D0f .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-uouTB97D0f .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #000000;
  color: #ffffff !important;
  background: #000000 !important;
}
.cid-uouTB97D0f .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uouTB97D0f .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uouTB97D0f .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uouTB97D0f .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-uouTB97D0f .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffa600;
}
.cid-uouTB97D0f .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uouTB97D0f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uouTB97D0f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 88.48571429vh;
  }
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uouTB97D0f .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uouTB97D0f .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-uouTB97D0f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uouTB97D0f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uouTB97D0f .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uouTB97D0f .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-uouTB97D0f .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uouTB97D0f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uouTB97D0f .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uouTB97D0f .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uouTB97D0f .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uouTB97D0f .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uouTB97D0f .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uouTB97D0f .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uouTB97D0f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uouTB97D0f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uouTB97D0f .dropdown-item.active,
.cid-uouTB97D0f .dropdown-item:active {
  background-color: transparent;
}
.cid-uouTB97D0f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uouTB97D0f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uouTB97D0f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uouTB97D0f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uouTB97D0f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uouTB97D0f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uouTB97D0f ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uouTB97D0f .navbar-buttons {
  text-align: center;
}
.cid-uouTB97D0f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f70909;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uouTB97D0f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uouTB97D0f nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uouTB97D0f nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uouTB97D0f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uouTB97D0f .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uouTB97D0f a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-uouTB97D0f .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uouTB97D0f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uouTB97D0f .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-uouTB97D0f .nav-link:hover,
.cid-uouTB97D0f .dropdown-item:hover {
  color: #feb939 !important;
}
.cid-u3ydRapmhJ {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/roundwich-25-2000x1294.webp");
}
.cid-u3ydRapmhJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3ydRapmhJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3ydRapmhJ .row {
  justify-content: center;
}
.cid-u3ydRapmhJ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u3ydRapmhJ .item {
    margin-bottom: 1rem;
  }
}
.cid-u3ydRapmhJ .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #f70909;
}
@media (max-width: 991px) {
  .cid-u3ydRapmhJ .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-u3ydRapmhJ .item .item-wrapper {
    padding: 2.25rem;
  }
}
.cid-u3ydRapmhJ .content-head {
  max-width: 800px;
}
.cid-u3ydRapmhJ .card-title {
  color: #000000;
}
.cid-u3ydRapmhJ P {
  color: #ffeb69;
}
.cid-u3ydRapmhJ .mbr-section-title {
  color: #232323;
}
.cid-u3ye8emyDQ {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/roundwich-25-2000x1294.webp");
}
.cid-u3ye8emyDQ .mbr-overlay {
  background-color: #feb939;
  opacity: 0.9;
}
.cid-u3ye8emyDQ form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-u3ye8emyDQ form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-u3ye8emyDQ form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u3ye8emyDQ .content-head {
  max-width: 800px;
}
.cid-u3ye8emyDQ .mbr-section-title {
  color: #232323;
}
.cid-uh6JqbiAWb {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/roundwich-19-2000x1294.webp");
}
.cid-uh6JqbiAWb .mbr-overlay {
  background: #f70909;
  opacity: 1;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uh6JqbiAWb .container {
    padding: 0 24px;
  }
}
.cid-uh6JqbiAWb .row {
  justify-content: space-between;
}
.cid-uh6JqbiAWb .logo-wrapper {
  display: flex;
}
.cid-uh6JqbiAWb .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-uh6JqbiAWb .logo-wrapper .border-wrap {
  width: 100%;
  border-bottom: 1px solid #feb939;
}
.cid-uh6JqbiAWb .content-wrapper {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .cid-uh6JqbiAWb .content-wrapper {
    padding: 24px 0;
  }
}
.cid-uh6JqbiAWb .content-wrapper .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.cid-uh6JqbiAWb .content-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uh6JqbiAWb .content-wrapper .list .item-wrap:hover,
.cid-uh6JqbiAWb .content-wrapper .list .item-wrap:focus {
  color: #e0b548;
}
.cid-uh6JqbiAWb .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uh6JqbiAWb .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uh6JqbiAWb .content-wrapper .mbr-copy {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-uh6JqbiAWb .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uh6JqbiAWb .nav-list {
    padding: 0;
  }
}
.cid-uh6JqbiAWb .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #feb939;
  border-bottom: 1px solid #feb939;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.cid-uh6JqbiAWb .nav-list .item-wrap:hover,
.cid-uh6JqbiAWb .nav-list .item-wrap:focus {
  color: #e0b548;
}
.cid-uh6JqbiAWb .nav-list .item-wrap:hover::before,
.cid-uh6JqbiAWb .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.cid-uh6JqbiAWb .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.cid-uh6JqbiAWb .nav-list .item-wrap::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-uh6JqbiAWb .mbr-section-title {
  color: #F9F6E0;
}
.cid-uh6JqbiAWb .list {
  color: #F9F6E0;
}
.cid-uh6JqbiAWb .mbr-copy {
  color: #000000;
}
.cid-uouTB97D0f .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-uouTB97D0f .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-uouTB97D0f .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #000000;
  color: #ffffff !important;
  background: #000000 !important;
}
.cid-uouTB97D0f .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uouTB97D0f .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uouTB97D0f .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uouTB97D0f .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-uouTB97D0f .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffa600;
}
.cid-uouTB97D0f .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uouTB97D0f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uouTB97D0f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 88.48571429vh;
  }
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uouTB97D0f .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uouTB97D0f .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-uouTB97D0f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uouTB97D0f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uouTB97D0f .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uouTB97D0f .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-uouTB97D0f .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uouTB97D0f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uouTB97D0f .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uouTB97D0f .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uouTB97D0f .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uouTB97D0f .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uouTB97D0f .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uouTB97D0f .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uouTB97D0f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uouTB97D0f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uouTB97D0f .dropdown-item.active,
.cid-uouTB97D0f .dropdown-item:active {
  background-color: transparent;
}
.cid-uouTB97D0f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uouTB97D0f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uouTB97D0f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uouTB97D0f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uouTB97D0f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uouTB97D0f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uouTB97D0f ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uouTB97D0f .navbar-buttons {
  text-align: center;
}
.cid-uouTB97D0f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f70909;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uouTB97D0f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uouTB97D0f nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uouTB97D0f nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uouTB97D0f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uouTB97D0f .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uouTB97D0f a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-uouTB97D0f .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uouTB97D0f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uouTB97D0f .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-uouTB97D0f .nav-link:hover,
.cid-uouTB97D0f .dropdown-item:hover {
  color: #feb939 !important;
}
.cid-ui8YkMznxx {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/roundwich-31-2000x1294.webp");
}
.cid-ui8YkMznxx .row {
  align-items: center;
  width: 100%;
}
.cid-ui8YkMznxx .title-container {
  width: 100%;
  padding: 0 !important;
  margin-bottom: 2rem;
}
.cid-ui8YkMznxx .title-text {
  width: 100%;
}
.cid-ui8YkMznxx .main-title {
  color: #000000;
  text-align: center;
}
.cid-ui8YkMznxx .main-subtitle {
  color: #f70909;
  text-align: center;
}
.cid-ui8YkMznxx form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-ui8YkMznxx form .mbr-section-btn {
  margin-top: 20px;
  margin-right: 100%;
}
.cid-ui8YkMznxx form .mbr-section-btn .btn {
  width: max-content;
  min-width: 120px;
}
.cid-ui8YkMznxx form .form-group {
  margin-top: 32px !important;
  margin-bottom: 10px !important;
}
@media (max-width: 767px) {
  .cid-ui8YkMznxx form .form-group {
    margin-top: 1rem!important;
  }
}
.cid-ui8YkMznxx form .form-control {
  border: 2px solid #000000 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 12px;
  font-size: 22px;
  line-height: 24px;
  color: #F70909;
  font-weight: 400;
}
.cid-ui8YkMznxx form .form-control::-webkit-input-placeholder {
  color: #F70909;
}
.cid-ui8YkMznxx form .form-control::-moz-placeholder {
  color: #F70909;
}
.cid-ui8YkMznxx form .form-control:-moz-placeholder {
  color: #F70909;
}
.cid-ui8YkMznxx form .form-control:-ms-input-placeholder {
  color: #F70909;
}
.cid-ui8YkMznxx form select {
  color: #000000 !important;
}
.cid-ui8YkMznxx form textarea {
  height: 100px;
}
.cid-ui8YkMznxx form input,
.cid-ui8YkMznxx form textarea {
  background-color: transparent !important;
}
.cid-ui8YkMznxx form input:active,
.cid-ui8YkMznxx form textarea:active,
.cid-ui8YkMznxx form input:focus,
.cid-ui8YkMznxx form textarea:focus {
  border-color: #ffa600 !important;
}
.cid-ui8YkMznxx form input:active::-webkit-input-placeholder,
.cid-ui8YkMznxx form textarea:active::-webkit-input-placeholder,
.cid-ui8YkMznxx form input:focus::-webkit-input-placeholder,
.cid-ui8YkMznxx form textarea:focus::-webkit-input-placeholder {
  color: #F70909;
}
.cid-ui8YkMznxx form input:active::-moz-placeholder,
.cid-ui8YkMznxx form textarea:active::-moz-placeholder,
.cid-ui8YkMznxx form input:focus::-moz-placeholder,
.cid-ui8YkMznxx form textarea:focus::-moz-placeholder {
  color: #F70909;
}
.cid-ui8YkMznxx form input:active:-moz-placeholder,
.cid-ui8YkMznxx form textarea:active:-moz-placeholder,
.cid-ui8YkMznxx form input:focus:-moz-placeholder,
.cid-ui8YkMznxx form textarea:focus:-moz-placeholder {
  color: #F70909;
}
.cid-ui8YkMznxx form input:active:-ms-input-placeholder,
.cid-ui8YkMznxx form textarea:active:-ms-input-placeholder,
.cid-ui8YkMznxx form input:focus:-ms-input-placeholder,
.cid-ui8YkMznxx form textarea:focus:-ms-input-placeholder {
  color: #F70909;
}
.cid-ui8YkMznxx form .row {
  margin-left: -2% !important;
  margin-right: -2% !important;
}
.cid-ui8YkMznxx form .row [class*=col] {
  padding-left: 2% !important;
  padding-right: 2% !important;
}
.cid-ui8YkMznxx form label {
  width: 100%;
  color: #000000;
  margin-bottom: 1rem;
}
.cid-ui8YkMznxx form .form-check-input {
  border-color: #000000 !important;
  outline: none !important;
  box-shadow: none !important;
}
.cid-ui8YkMznxx form .form-check-input:focus,
.cid-ui8YkMznxx form .form-check-input:hover {
  border-color: #ffa600 !important;
}
.cid-ui8YkMznxx form .form-check-input:checked {
  border-color: #ffa600 !important;
  background-color: #ffa600 !important;
}
.cid-ui8W85rLHX {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/roundwich-19-2000x1294.webp");
}
.cid-ui8W85rLHX .mbr-overlay {
  background: #f70909;
  opacity: 1;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ui8W85rLHX .container {
    padding: 0 24px;
  }
}
.cid-ui8W85rLHX .row {
  justify-content: space-between;
}
.cid-ui8W85rLHX .logo-wrapper {
  display: flex;
}
.cid-ui8W85rLHX .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-ui8W85rLHX .logo-wrapper .border-wrap {
  width: 100%;
  border-bottom: 1px solid #feb939;
}
.cid-ui8W85rLHX .content-wrapper {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .cid-ui8W85rLHX .content-wrapper {
    padding: 24px 0;
  }
}
.cid-ui8W85rLHX .content-wrapper .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.cid-ui8W85rLHX .content-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-ui8W85rLHX .content-wrapper .list .item-wrap:hover,
.cid-ui8W85rLHX .content-wrapper .list .item-wrap:focus {
  color: #e0b548;
}
.cid-ui8W85rLHX .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ui8W85rLHX .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ui8W85rLHX .content-wrapper .mbr-copy {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-ui8W85rLHX .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-ui8W85rLHX .nav-list {
    padding: 0;
  }
}
.cid-ui8W85rLHX .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #feb939;
  border-bottom: 1px solid #feb939;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.cid-ui8W85rLHX .nav-list .item-wrap:hover,
.cid-ui8W85rLHX .nav-list .item-wrap:focus {
  color: #e0b548;
}
.cid-ui8W85rLHX .nav-list .item-wrap:hover::before,
.cid-ui8W85rLHX .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.cid-ui8W85rLHX .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.cid-ui8W85rLHX .nav-list .item-wrap::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-ui8W85rLHX .mbr-section-title {
  color: #F9F6E0;
}
.cid-ui8W85rLHX .list {
  color: #F9F6E0;
}
.cid-ui8W85rLHX .mbr-copy {
  color: #000000;
}
.cid-uouTB97D0f .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-uouTB97D0f .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-uouTB97D0f .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #000000;
  color: #ffffff !important;
  background: #000000 !important;
}
.cid-uouTB97D0f .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uouTB97D0f .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uouTB97D0f .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uouTB97D0f .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-uouTB97D0f .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffa600;
}
.cid-uouTB97D0f .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uouTB97D0f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uouTB97D0f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 88.48571429vh;
  }
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uouTB97D0f .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uouTB97D0f .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-uouTB97D0f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uouTB97D0f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uouTB97D0f .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uouTB97D0f .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-uouTB97D0f .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uouTB97D0f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uouTB97D0f .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uouTB97D0f .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uouTB97D0f .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uouTB97D0f .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uouTB97D0f .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uouTB97D0f .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uouTB97D0f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uouTB97D0f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uouTB97D0f .dropdown-item.active,
.cid-uouTB97D0f .dropdown-item:active {
  background-color: transparent;
}
.cid-uouTB97D0f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uouTB97D0f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uouTB97D0f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uouTB97D0f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uouTB97D0f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uouTB97D0f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uouTB97D0f ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uouTB97D0f .navbar-buttons {
  text-align: center;
}
.cid-uouTB97D0f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f70909;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uouTB97D0f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uouTB97D0f nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uouTB97D0f nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uouTB97D0f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uouTB97D0f .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uouTB97D0f a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-uouTB97D0f .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uouTB97D0f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uouTB97D0f .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-uouTB97D0f .nav-link:hover,
.cid-uouTB97D0f .dropdown-item:hover {
  color: #feb939 !important;
}
.cid-u3ZWSp3Vg7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/roundwich-25-2000x1294.webp");
}
.cid-u3ZWSp3Vg7 .mbr-overlay {
  background: #feb939;
  opacity: 0.9;
}
.cid-u3ZWSp3Vg7 img,
.cid-u3ZWSp3Vg7 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-u3ZWSp3Vg7 .item:focus,
.cid-u3ZWSp3Vg7 span:focus {
  outline: none;
}
.cid-u3ZWSp3Vg7 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u3ZWSp3Vg7 .item {
    margin-bottom: 1rem;
  }
}
.cid-u3ZWSp3Vg7 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u3ZWSp3Vg7 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u3ZWSp3Vg7 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-u3ZWSp3Vg7 .item-wrapper {
  position: relative;
  background: #f70909;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u3ZWSp3Vg7 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u3ZWSp3Vg7 .mbr-section-title {
  color: #232323;
}
.cid-u3ZWSp3Vg7 .item-title {
  text-align: center;
  color: #ffeb69;
}
.cid-u3ZWSp3Vg7 .item-subtitle {
  text-align: left;
}
.cid-u3ZWSp3Vg7 .mbr-text,
.cid-u3ZWSp3Vg7 .item .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-u3ZWSp3Vg7 .content-head {
  max-width: 800px;
}
.cid-uh6JqbiAWb {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/roundwich-19-2000x1294.webp");
}
.cid-uh6JqbiAWb .mbr-overlay {
  background: #f70909;
  opacity: 1;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uh6JqbiAWb .container {
    padding: 0 24px;
  }
}
.cid-uh6JqbiAWb .row {
  justify-content: space-between;
}
.cid-uh6JqbiAWb .logo-wrapper {
  display: flex;
}
.cid-uh6JqbiAWb .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-uh6JqbiAWb .logo-wrapper .border-wrap {
  width: 100%;
  border-bottom: 1px solid #feb939;
}
.cid-uh6JqbiAWb .content-wrapper {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .cid-uh6JqbiAWb .content-wrapper {
    padding: 24px 0;
  }
}
.cid-uh6JqbiAWb .content-wrapper .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.cid-uh6JqbiAWb .content-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uh6JqbiAWb .content-wrapper .list .item-wrap:hover,
.cid-uh6JqbiAWb .content-wrapper .list .item-wrap:focus {
  color: #e0b548;
}
.cid-uh6JqbiAWb .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uh6JqbiAWb .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uh6JqbiAWb .content-wrapper .mbr-copy {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-uh6JqbiAWb .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uh6JqbiAWb .nav-list {
    padding: 0;
  }
}
.cid-uh6JqbiAWb .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #feb939;
  border-bottom: 1px solid #feb939;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.cid-uh6JqbiAWb .nav-list .item-wrap:hover,
.cid-uh6JqbiAWb .nav-list .item-wrap:focus {
  color: #e0b548;
}
.cid-uh6JqbiAWb .nav-list .item-wrap:hover::before,
.cid-uh6JqbiAWb .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.cid-uh6JqbiAWb .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.cid-uh6JqbiAWb .nav-list .item-wrap::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-uh6JqbiAWb .mbr-section-title {
  color: #F9F6E0;
}
.cid-uh6JqbiAWb .list {
  color: #F9F6E0;
}
.cid-uh6JqbiAWb .mbr-copy {
  color: #000000;
}
.cid-uouTB97D0f .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-uouTB97D0f .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-uouTB97D0f .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #000000;
  color: #ffffff !important;
  background: #000000 !important;
}
.cid-uouTB97D0f .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uouTB97D0f .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uouTB97D0f .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uouTB97D0f .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-uouTB97D0f .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffa600;
}
.cid-uouTB97D0f .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uouTB97D0f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uouTB97D0f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 88.48571429vh;
  }
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uouTB97D0f .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uouTB97D0f .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-uouTB97D0f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uouTB97D0f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uouTB97D0f .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uouTB97D0f .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-uouTB97D0f .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uouTB97D0f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uouTB97D0f .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uouTB97D0f .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uouTB97D0f .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uouTB97D0f .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uouTB97D0f .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uouTB97D0f .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uouTB97D0f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uouTB97D0f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uouTB97D0f .dropdown-item.active,
.cid-uouTB97D0f .dropdown-item:active {
  background-color: transparent;
}
.cid-uouTB97D0f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uouTB97D0f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uouTB97D0f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uouTB97D0f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uouTB97D0f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uouTB97D0f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uouTB97D0f ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uouTB97D0f .navbar-buttons {
  text-align: center;
}
.cid-uouTB97D0f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f70909;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uouTB97D0f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uouTB97D0f nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uouTB97D0f nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uouTB97D0f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uouTB97D0f .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uouTB97D0f a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-uouTB97D0f .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uouTB97D0f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uouTB97D0f .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-uouTB97D0f .nav-link:hover,
.cid-uouTB97D0f .dropdown-item:hover {
  color: #feb939 !important;
}
.cid-u3THKDMkij {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/roundwich-25-2000x1294.webp");
}
.cid-u3THKDMkij .mbr-overlay {
  background: #feb939;
  opacity: 0.9;
}
.cid-u3THKDMkij img,
.cid-u3THKDMkij .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u3THKDMkij .item:focus,
.cid-u3THKDMkij span:focus {
  outline: none;
}
.cid-u3THKDMkij .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u3THKDMkij .item {
    margin-bottom: 1rem;
  }
}
.cid-u3THKDMkij .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u3THKDMkij .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u3THKDMkij .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-u3THKDMkij .item-wrapper {
  position: relative;
  background: #f70909;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u3THKDMkij .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u3THKDMkij .mbr-section-title {
  color: #232323;
}
.cid-u3THKDMkij .item-title {
  text-align: center;
  color: #ffeb69;
}
.cid-u3THKDMkij .item-subtitle {
  text-align: left;
}
.cid-u3THKDMkij .mbr-text,
.cid-u3THKDMkij .item .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-u3THKDMkij .content-head {
  max-width: 800px;
}
.cid-uh6JqbiAWb {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/roundwich-19-2000x1294.webp");
}
.cid-uh6JqbiAWb .mbr-overlay {
  background: #f70909;
  opacity: 1;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uh6JqbiAWb .container {
    padding: 0 24px;
  }
}
.cid-uh6JqbiAWb .row {
  justify-content: space-between;
}
.cid-uh6JqbiAWb .logo-wrapper {
  display: flex;
}
.cid-uh6JqbiAWb .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-uh6JqbiAWb .logo-wrapper .border-wrap {
  width: 100%;
  border-bottom: 1px solid #feb939;
}
.cid-uh6JqbiAWb .content-wrapper {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .cid-uh6JqbiAWb .content-wrapper {
    padding: 24px 0;
  }
}
.cid-uh6JqbiAWb .content-wrapper .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.cid-uh6JqbiAWb .content-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uh6JqbiAWb .content-wrapper .list .item-wrap:hover,
.cid-uh6JqbiAWb .content-wrapper .list .item-wrap:focus {
  color: #e0b548;
}
.cid-uh6JqbiAWb .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uh6JqbiAWb .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uh6JqbiAWb .content-wrapper .mbr-copy {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-uh6JqbiAWb .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uh6JqbiAWb .nav-list {
    padding: 0;
  }
}
.cid-uh6JqbiAWb .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #feb939;
  border-bottom: 1px solid #feb939;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.cid-uh6JqbiAWb .nav-list .item-wrap:hover,
.cid-uh6JqbiAWb .nav-list .item-wrap:focus {
  color: #e0b548;
}
.cid-uh6JqbiAWb .nav-list .item-wrap:hover::before,
.cid-uh6JqbiAWb .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.cid-uh6JqbiAWb .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.cid-uh6JqbiAWb .nav-list .item-wrap::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-uh6JqbiAWb .mbr-section-title {
  color: #F9F6E0;
}
.cid-uh6JqbiAWb .list {
  color: #F9F6E0;
}
.cid-uh6JqbiAWb .mbr-copy {
  color: #000000;
}
.cid-uouTB97D0f .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-uouTB97D0f .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-uouTB97D0f .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #000000;
  color: #ffffff !important;
  background: #000000 !important;
}
.cid-uouTB97D0f .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uouTB97D0f .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uouTB97D0f .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uouTB97D0f .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-uouTB97D0f .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffa600;
}
.cid-uouTB97D0f .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uouTB97D0f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uouTB97D0f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 88.48571429vh;
  }
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uouTB97D0f .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uouTB97D0f .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-uouTB97D0f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uouTB97D0f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uouTB97D0f .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uouTB97D0f .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-uouTB97D0f .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uouTB97D0f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uouTB97D0f .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uouTB97D0f .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uouTB97D0f .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uouTB97D0f .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uouTB97D0f .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uouTB97D0f .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uouTB97D0f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uouTB97D0f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uouTB97D0f .dropdown-item.active,
.cid-uouTB97D0f .dropdown-item:active {
  background-color: transparent;
}
.cid-uouTB97D0f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uouTB97D0f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uouTB97D0f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uouTB97D0f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uouTB97D0f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uouTB97D0f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uouTB97D0f ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uouTB97D0f .navbar-buttons {
  text-align: center;
}
.cid-uouTB97D0f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f70909;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uouTB97D0f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uouTB97D0f nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uouTB97D0f nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uouTB97D0f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uouTB97D0f .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uouTB97D0f a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-uouTB97D0f .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uouTB97D0f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uouTB97D0f .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-uouTB97D0f .nav-link:hover,
.cid-uouTB97D0f .dropdown-item:hover {
  color: #feb939 !important;
}
.cid-u4862tGFBY {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/roundwich-25-2000x1294.webp");
}
.cid-u4862tGFBY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4862tGFBY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u4862tGFBY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u4862tGFBY .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u4862tGFBY .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u4862tGFBY .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u4862tGFBY .mbr-section-title {
  color: #f70909;
  text-align: center;
}
.cid-u4862tGFBY .mbr-text,
.cid-u4862tGFBY .mbr-section-btn {
  color: #000000;
}
.cid-uh6JqbiAWb {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/roundwich-19-2000x1294.webp");
}
.cid-uh6JqbiAWb .mbr-overlay {
  background: #f70909;
  opacity: 1;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uh6JqbiAWb .container {
    padding: 0 24px;
  }
}
.cid-uh6JqbiAWb .row {
  justify-content: space-between;
}
.cid-uh6JqbiAWb .logo-wrapper {
  display: flex;
}
.cid-uh6JqbiAWb .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-uh6JqbiAWb .logo-wrapper .border-wrap {
  width: 100%;
  border-bottom: 1px solid #feb939;
}
.cid-uh6JqbiAWb .content-wrapper {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .cid-uh6JqbiAWb .content-wrapper {
    padding: 24px 0;
  }
}
.cid-uh6JqbiAWb .content-wrapper .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.cid-uh6JqbiAWb .content-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uh6JqbiAWb .content-wrapper .list .item-wrap:hover,
.cid-uh6JqbiAWb .content-wrapper .list .item-wrap:focus {
  color: #e0b548;
}
.cid-uh6JqbiAWb .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uh6JqbiAWb .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uh6JqbiAWb .content-wrapper .mbr-copy {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-uh6JqbiAWb .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uh6JqbiAWb .nav-list {
    padding: 0;
  }
}
.cid-uh6JqbiAWb .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #feb939;
  border-bottom: 1px solid #feb939;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.cid-uh6JqbiAWb .nav-list .item-wrap:hover,
.cid-uh6JqbiAWb .nav-list .item-wrap:focus {
  color: #e0b548;
}
.cid-uh6JqbiAWb .nav-list .item-wrap:hover::before,
.cid-uh6JqbiAWb .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.cid-uh6JqbiAWb .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.cid-uh6JqbiAWb .nav-list .item-wrap::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-uh6JqbiAWb .mbr-section-title {
  color: #F9F6E0;
}
.cid-uh6JqbiAWb .list {
  color: #F9F6E0;
}
.cid-uh6JqbiAWb .mbr-copy {
  color: #000000;
}
.cid-uouTB97D0f .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-uouTB97D0f .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-uouTB97D0f .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #000000;
  color: #ffffff !important;
  background: #000000 !important;
}
.cid-uouTB97D0f .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uouTB97D0f .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uouTB97D0f .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uouTB97D0f .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-uouTB97D0f .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffa600;
}
.cid-uouTB97D0f .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uouTB97D0f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uouTB97D0f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 88.48571429vh;
  }
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uouTB97D0f .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uouTB97D0f .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-uouTB97D0f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uouTB97D0f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uouTB97D0f .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uouTB97D0f .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-uouTB97D0f .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uouTB97D0f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uouTB97D0f .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uouTB97D0f .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uouTB97D0f .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uouTB97D0f .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uouTB97D0f .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uouTB97D0f .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uouTB97D0f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uouTB97D0f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uouTB97D0f .dropdown-item.active,
.cid-uouTB97D0f .dropdown-item:active {
  background-color: transparent;
}
.cid-uouTB97D0f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uouTB97D0f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uouTB97D0f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uouTB97D0f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uouTB97D0f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uouTB97D0f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uouTB97D0f ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uouTB97D0f .navbar-buttons {
  text-align: center;
}
.cid-uouTB97D0f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f70909;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uouTB97D0f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uouTB97D0f nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uouTB97D0f nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uouTB97D0f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uouTB97D0f .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uouTB97D0f a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-uouTB97D0f .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uouTB97D0f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uouTB97D0f .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-uouTB97D0f .nav-link:hover,
.cid-uouTB97D0f .dropdown-item:hover {
  color: #feb939 !important;
}
.cid-uaiTSfRMQ3 {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/roundwich-25-2000x1294.webp");
}
.cid-uaiTSfRMQ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaiTSfRMQ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uaiTSfRMQ3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uaiTSfRMQ3 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uaiTSfRMQ3 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uaiTSfRMQ3 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uaiTSfRMQ3 .mbr-section-title {
  color: #f70909;
  text-align: center;
}
.cid-uaiTSfRMQ3 .mbr-text,
.cid-uaiTSfRMQ3 .mbr-section-btn {
  color: #000000;
}
.cid-uh6JqbiAWb {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/roundwich-19-2000x1294.webp");
}
.cid-uh6JqbiAWb .mbr-overlay {
  background: #f70909;
  opacity: 1;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uh6JqbiAWb .container {
    padding: 0 24px;
  }
}
.cid-uh6JqbiAWb .row {
  justify-content: space-between;
}
.cid-uh6JqbiAWb .logo-wrapper {
  display: flex;
}
.cid-uh6JqbiAWb .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-uh6JqbiAWb .logo-wrapper .border-wrap {
  width: 100%;
  border-bottom: 1px solid #feb939;
}
.cid-uh6JqbiAWb .content-wrapper {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .cid-uh6JqbiAWb .content-wrapper {
    padding: 24px 0;
  }
}
.cid-uh6JqbiAWb .content-wrapper .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.cid-uh6JqbiAWb .content-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uh6JqbiAWb .content-wrapper .list .item-wrap:hover,
.cid-uh6JqbiAWb .content-wrapper .list .item-wrap:focus {
  color: #e0b548;
}
.cid-uh6JqbiAWb .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uh6JqbiAWb .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uh6JqbiAWb .content-wrapper .mbr-copy {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-uh6JqbiAWb .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uh6JqbiAWb .nav-list {
    padding: 0;
  }
}
.cid-uh6JqbiAWb .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #feb939;
  border-bottom: 1px solid #feb939;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.cid-uh6JqbiAWb .nav-list .item-wrap:hover,
.cid-uh6JqbiAWb .nav-list .item-wrap:focus {
  color: #e0b548;
}
.cid-uh6JqbiAWb .nav-list .item-wrap:hover::before,
.cid-uh6JqbiAWb .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.cid-uh6JqbiAWb .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.cid-uh6JqbiAWb .nav-list .item-wrap::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-uh6JqbiAWb .mbr-section-title {
  color: #F9F6E0;
}
.cid-uh6JqbiAWb .list {
  color: #F9F6E0;
}
.cid-uh6JqbiAWb .mbr-copy {
  color: #000000;
}
.cid-uouTB97D0f .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-uouTB97D0f .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-uouTB97D0f .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #000000;
  color: #ffffff !important;
  background: #000000 !important;
}
.cid-uouTB97D0f .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uouTB97D0f .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uouTB97D0f .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uouTB97D0f .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-uouTB97D0f .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffa600;
}
.cid-uouTB97D0f .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uouTB97D0f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uouTB97D0f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 88.48571429vh;
  }
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uouTB97D0f .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uouTB97D0f .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-uouTB97D0f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uouTB97D0f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uouTB97D0f .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uouTB97D0f .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-uouTB97D0f .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uouTB97D0f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uouTB97D0f .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uouTB97D0f .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uouTB97D0f .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uouTB97D0f .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uouTB97D0f .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uouTB97D0f .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uouTB97D0f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uouTB97D0f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uouTB97D0f .dropdown-item.active,
.cid-uouTB97D0f .dropdown-item:active {
  background-color: transparent;
}
.cid-uouTB97D0f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uouTB97D0f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uouTB97D0f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uouTB97D0f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uouTB97D0f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uouTB97D0f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uouTB97D0f ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uouTB97D0f .navbar-buttons {
  text-align: center;
}
.cid-uouTB97D0f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f70909;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uouTB97D0f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uouTB97D0f nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uouTB97D0f nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uouTB97D0f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uouTB97D0f .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uouTB97D0f a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-uouTB97D0f .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uouTB97D0f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uouTB97D0f .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-uouTB97D0f .nav-link:hover,
.cid-uouTB97D0f .dropdown-item:hover {
  color: #feb939 !important;
}
.cid-ukZqNRzHDw {
  display: flex;
  background-image: url("../../../assets/images/turkey-print-menu-design-19.61-x-32.webp");
}
.cid-ukZqNRzHDw .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
.cid-ukZqNRzHDw .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-ukZqNRzHDw .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-ukZqNRzHDw {
    align-items: center;
  }
  .cid-ukZqNRzHDw .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ukZqNRzHDw .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ukZqNRzHDw {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ukZqNRzHDw .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ukZqNRzHDw .content-wrap {
    width: 100%;
  }
}
.cid-ukZqNRzHDw .mbr-section-title {
  text-align: center;
}
.cid-ukZqNRzHDw .mbr-text,
.cid-ukZqNRzHDw .mbr-section-btn {
  text-align: center;
}
@media (min-width: 786px) {
  .cid-ukZqNRzHDw {
    background-image: url("../../../assets/images/desktop-frontpage-image-4-1366x1100.webp");
  }
}
.cid-ukZqNShX7o {
  background-image: url("../../../assets/images/roundwich-19-2000x1294.webp");
}
.cid-ukZqNShX7o .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukZqNShX7o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukZqNShX7o .card-wrapper {
  overflow: hidden;
  background: #f70909;
}
.cid-ukZqNShX7o .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ukZqNShX7o .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-ukZqNShX7o .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-ukZqNShX7o .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-ukZqNShX7o .row {
  flex-direction: row-reverse;
}
.cid-ukZqNShX7o .image-wrapper {
  padding: 0 1rem;
}
.cid-ukZqNShX7o img,
.cid-ukZqNShX7o .image-wrapper {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ukZqNShX7o img,
  .cid-ukZqNShX7o .image-wrapper {
    max-height: 350px;
  }
}
.cid-ukZqNShX7o .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ukZqNShX7o .mbr-text {
  color: #000000;
}
.cid-ukZqNShX7o .mbr-text,
.cid-ukZqNShX7o .mbr-section-btn {
  color: #ffeb69;
}
.cid-ukZqNT4hBo {
  background-image: url("../../../assets/images/roundwich-19-2000x1294.webp");
}
.cid-ukZqNT4hBo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukZqNT4hBo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukZqNT4hBo .card-wrapper {
  overflow: hidden;
  background: #f70909;
}
.cid-ukZqNT4hBo .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ukZqNT4hBo .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-ukZqNT4hBo .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-ukZqNT4hBo .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-ukZqNT4hBo .row {
  flex-direction: row-reverse;
}
.cid-ukZqNT4hBo .image-wrapper {
  padding: 0 1rem;
}
.cid-ukZqNT4hBo img,
.cid-ukZqNT4hBo .image-wrapper {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ukZqNT4hBo img,
  .cid-ukZqNT4hBo .image-wrapper {
    max-height: 350px;
  }
}
.cid-ukZqNT4hBo .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ukZqNT4hBo .mbr-text {
  color: #000000;
}
.cid-ukZqNT4hBo .mbr-text,
.cid-ukZqNT4hBo .mbr-section-btn {
  color: #ffeb69;
}
.cid-ukZqNTT5fx {
  background-image: url("../../../assets/images/roundwich-19-2000x1294.webp");
}
.cid-ukZqNTT5fx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukZqNTT5fx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukZqNTT5fx .card-wrapper {
  overflow: hidden;
  background: #f70909;
}
.cid-ukZqNTT5fx .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ukZqNTT5fx .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-ukZqNTT5fx .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-ukZqNTT5fx .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-ukZqNTT5fx .row {
  flex-direction: row-reverse;
}
.cid-ukZqNTT5fx .image-wrapper {
  padding: 0 1rem;
}
.cid-ukZqNTT5fx img,
.cid-ukZqNTT5fx .image-wrapper {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ukZqNTT5fx img,
  .cid-ukZqNTT5fx .image-wrapper {
    max-height: 350px;
  }
}
.cid-ukZqNTT5fx .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ukZqNTT5fx .mbr-text {
  color: #000000;
}
.cid-ukZqNTT5fx .mbr-text,
.cid-ukZqNTT5fx .mbr-section-btn {
  color: #ffeb69;
}
.cid-ukZqNUG3Rr {
  background-image: url("../../../assets/images/roundwich-19-2000x1294.webp");
}
.cid-ukZqNUG3Rr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukZqNUG3Rr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukZqNUG3Rr .card-wrapper {
  overflow: hidden;
  background: #f70909;
}
.cid-ukZqNUG3Rr .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ukZqNUG3Rr .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-ukZqNUG3Rr .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-ukZqNUG3Rr .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-ukZqNUG3Rr .row {
  flex-direction: row-reverse;
}
.cid-ukZqNUG3Rr .image-wrapper {
  padding: 0 1rem;
}
.cid-ukZqNUG3Rr img,
.cid-ukZqNUG3Rr .image-wrapper {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ukZqNUG3Rr img,
  .cid-ukZqNUG3Rr .image-wrapper {
    max-height: 350px;
  }
}
.cid-ukZqNUG3Rr .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ukZqNUG3Rr .mbr-text {
  color: #000000;
}
.cid-ukZqNUG3Rr .mbr-text,
.cid-ukZqNUG3Rr .mbr-section-btn {
  color: #ffeb69;
}
.cid-ukZqNVvvS1 {
  background-image: url("../../../assets/images/roundwich-19-2000x1294.webp");
}
.cid-ukZqNVvvS1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukZqNVvvS1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukZqNVvvS1 .card-wrapper {
  overflow: hidden;
  background: #f70909;
}
.cid-ukZqNVvvS1 .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ukZqNVvvS1 .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-ukZqNVvvS1 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-ukZqNVvvS1 .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-ukZqNVvvS1 .row {
  flex-direction: row-reverse;
}
.cid-ukZqNVvvS1 .image-wrapper {
  padding: 0 1rem;
}
.cid-ukZqNVvvS1 img,
.cid-ukZqNVvvS1 .image-wrapper {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ukZqNVvvS1 img,
  .cid-ukZqNVvvS1 .image-wrapper {
    max-height: 350px;
  }
}
.cid-ukZqNVvvS1 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ukZqNVvvS1 .mbr-text {
  color: #000000;
}
.cid-ukZqNVvvS1 .mbr-text,
.cid-ukZqNVvvS1 .mbr-section-btn {
  color: #ffeb69;
}
.cid-ukZqNWfQsf {
  background-image: url("../../../assets/images/roundwich-19-2000x1294.webp");
}
.cid-ukZqNWfQsf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukZqNWfQsf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukZqNWfQsf .card-wrapper {
  overflow: hidden;
  background: #f70909;
}
.cid-ukZqNWfQsf .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ukZqNWfQsf .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-ukZqNWfQsf .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-ukZqNWfQsf .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-ukZqNWfQsf .row {
  flex-direction: row-reverse;
}
.cid-ukZqNWfQsf .image-wrapper {
  padding: 0 1rem;
}
.cid-ukZqNWfQsf img,
.cid-ukZqNWfQsf .image-wrapper {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ukZqNWfQsf img,
  .cid-ukZqNWfQsf .image-wrapper {
    max-height: 350px;
  }
}
.cid-ukZqNWfQsf .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ukZqNWfQsf .mbr-text {
  color: #000000;
}
.cid-ukZqNWfQsf .mbr-text,
.cid-ukZqNWfQsf .mbr-section-btn {
  color: #ffeb69;
}
.cid-ukZqNWZY6N {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/roundwich-19-2000x1294.webp");
}
.cid-ukZqNWZY6N .mbr-overlay {
  background: #f70909;
  opacity: 1;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ukZqNWZY6N .container {
    padding: 0 24px;
  }
}
.cid-ukZqNWZY6N .row {
  justify-content: space-between;
}
.cid-ukZqNWZY6N .logo-wrapper {
  display: flex;
}
.cid-ukZqNWZY6N .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-ukZqNWZY6N .logo-wrapper .border-wrap {
  width: 100%;
  border-bottom: 1px solid #feb939;
}
.cid-ukZqNWZY6N .content-wrapper {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .cid-ukZqNWZY6N .content-wrapper {
    padding: 24px 0;
  }
}
.cid-ukZqNWZY6N .content-wrapper .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.cid-ukZqNWZY6N .content-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-ukZqNWZY6N .content-wrapper .list .item-wrap:hover,
.cid-ukZqNWZY6N .content-wrapper .list .item-wrap:focus {
  color: #e0b548;
}
.cid-ukZqNWZY6N .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ukZqNWZY6N .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ukZqNWZY6N .content-wrapper .mbr-copy {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-ukZqNWZY6N .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-ukZqNWZY6N .nav-list {
    padding: 0;
  }
}
.cid-ukZqNWZY6N .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #feb939;
  border-bottom: 1px solid #feb939;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.cid-ukZqNWZY6N .nav-list .item-wrap:hover,
.cid-ukZqNWZY6N .nav-list .item-wrap:focus {
  color: #e0b548;
}
.cid-ukZqNWZY6N .nav-list .item-wrap:hover::before,
.cid-ukZqNWZY6N .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.cid-ukZqNWZY6N .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.cid-ukZqNWZY6N .nav-list .item-wrap::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-ukZqNWZY6N .mbr-section-title {
  color: #F9F6E0;
}
.cid-ukZqNWZY6N .list {
  color: #F9F6E0;
}
.cid-ukZqNWZY6N .mbr-copy {
  color: #000000;
}
.cid-uouTB97D0f .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-uouTB97D0f .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-uouTB97D0f .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #000000;
  color: #ffffff !important;
  background: #000000 !important;
}
.cid-uouTB97D0f .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uouTB97D0f .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uouTB97D0f .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uouTB97D0f .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-uouTB97D0f .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffa600;
}
.cid-uouTB97D0f .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uouTB97D0f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uouTB97D0f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 88.48571429vh;
  }
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uouTB97D0f .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uouTB97D0f .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-uouTB97D0f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uouTB97D0f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uouTB97D0f .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uouTB97D0f .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-uouTB97D0f .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uouTB97D0f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uouTB97D0f .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uouTB97D0f .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uouTB97D0f .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uouTB97D0f .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uouTB97D0f .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uouTB97D0f .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uouTB97D0f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uouTB97D0f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uouTB97D0f .dropdown-item.active,
.cid-uouTB97D0f .dropdown-item:active {
  background-color: transparent;
}
.cid-uouTB97D0f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uouTB97D0f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uouTB97D0f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uouTB97D0f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uouTB97D0f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uouTB97D0f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uouTB97D0f ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uouTB97D0f .navbar-buttons {
  text-align: center;
}
.cid-uouTB97D0f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f70909;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uouTB97D0f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uouTB97D0f nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uouTB97D0f nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uouTB97D0f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uouTB97D0f .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uouTB97D0f a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-uouTB97D0f .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uouTB97D0f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uouTB97D0f .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-uouTB97D0f .nav-link:hover,
.cid-uouTB97D0f .dropdown-item:hover {
  color: #feb939 !important;
}
.cid-uos7zjGgON {
  background-image: url("../../../assets/images/roundwich-19-2000x1294.webp");
}
.cid-uos7zjGgON .mbr-fallback-image.disabled {
  display: none;
}
.cid-uos7zjGgON .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uos7zjGgON .card-wrapper {
  overflow: hidden;
  background: #f70909;
}
.cid-uos7zjGgON .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uos7zjGgON .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uos7zjGgON .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uos7zjGgON .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uos7zjGgON .row {
  flex-direction: row-reverse;
}
.cid-uos7zjGgON .image-wrapper {
  padding: 0 1rem;
}
.cid-uos7zjGgON img,
.cid-uos7zjGgON .image-wrapper {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uos7zjGgON img,
  .cid-uos7zjGgON .image-wrapper {
    max-height: 350px;
  }
}
.cid-uos7zjGgON .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uos7zjGgON .mbr-text {
  color: #000000;
}
.cid-uos7zjGgON .mbr-text,
.cid-uos7zjGgON .mbr-section-btn {
  color: #ffeb69;
}
.cid-uos7zkJOrN {
  background-image: url("../../../assets/images/roundwich-19-2000x1294.webp");
}
.cid-uos7zkJOrN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uos7zkJOrN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uos7zkJOrN .card-wrapper {
  overflow: hidden;
  background: #f70909;
}
.cid-uos7zkJOrN .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uos7zkJOrN .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uos7zkJOrN .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uos7zkJOrN .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uos7zkJOrN .row {
  flex-direction: row-reverse;
}
.cid-uos7zkJOrN .image-wrapper {
  padding: 0 1rem;
}
.cid-uos7zkJOrN img,
.cid-uos7zkJOrN .image-wrapper {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uos7zkJOrN img,
  .cid-uos7zkJOrN .image-wrapper {
    max-height: 350px;
  }
}
.cid-uos7zkJOrN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uos7zkJOrN .mbr-text {
  color: #000000;
}
.cid-uos7zkJOrN .mbr-text,
.cid-uos7zkJOrN .mbr-section-btn {
  color: #ffeb69;
}
.cid-uos7zlwdpQ {
  background-image: url("../../../assets/images/roundwich-19-2000x1294.webp");
}
.cid-uos7zlwdpQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uos7zlwdpQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uos7zlwdpQ .card-wrapper {
  overflow: hidden;
  background: #f70909;
}
.cid-uos7zlwdpQ .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uos7zlwdpQ .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uos7zlwdpQ .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uos7zlwdpQ .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uos7zlwdpQ .row {
  flex-direction: row-reverse;
}
.cid-uos7zlwdpQ .image-wrapper {
  padding: 0 1rem;
}
.cid-uos7zlwdpQ img,
.cid-uos7zlwdpQ .image-wrapper {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uos7zlwdpQ img,
  .cid-uos7zlwdpQ .image-wrapper {
    max-height: 350px;
  }
}
.cid-uos7zlwdpQ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uos7zlwdpQ .mbr-text {
  color: #000000;
}
.cid-uos7zlwdpQ .mbr-text,
.cid-uos7zlwdpQ .mbr-section-btn {
  color: #ffeb69;
}
.cid-uos7zmlG0T {
  background-image: url("../../../assets/images/roundwich-19-2000x1294.webp");
}
.cid-uos7zmlG0T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uos7zmlG0T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uos7zmlG0T .card-wrapper {
  overflow: hidden;
  background: #f70909;
}
.cid-uos7zmlG0T .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uos7zmlG0T .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uos7zmlG0T .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uos7zmlG0T .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uos7zmlG0T .row {
  flex-direction: row-reverse;
}
.cid-uos7zmlG0T .image-wrapper {
  padding: 0 1rem;
}
.cid-uos7zmlG0T img,
.cid-uos7zmlG0T .image-wrapper {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uos7zmlG0T img,
  .cid-uos7zmlG0T .image-wrapper {
    max-height: 350px;
  }
}
.cid-uos7zmlG0T .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uos7zmlG0T .mbr-text {
  color: #000000;
}
.cid-uos7zmlG0T .mbr-text,
.cid-uos7zmlG0T .mbr-section-btn {
  color: #ffeb69;
}
.cid-uos7zn7Oic {
  background-image: url("../../../assets/images/roundwich-19-2000x1294.webp");
}
.cid-uos7zn7Oic .mbr-fallback-image.disabled {
  display: none;
}
.cid-uos7zn7Oic .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uos7zn7Oic .card-wrapper {
  overflow: hidden;
  background: #f70909;
}
.cid-uos7zn7Oic .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uos7zn7Oic .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uos7zn7Oic .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uos7zn7Oic .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uos7zn7Oic .row {
  flex-direction: row-reverse;
}
.cid-uos7zn7Oic .image-wrapper {
  padding: 0 1rem;
}
.cid-uos7zn7Oic img,
.cid-uos7zn7Oic .image-wrapper {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uos7zn7Oic img,
  .cid-uos7zn7Oic .image-wrapper {
    max-height: 350px;
  }
}
.cid-uos7zn7Oic .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uos7zn7Oic .mbr-text {
  color: #000000;
}
.cid-uos7zn7Oic .mbr-text,
.cid-uos7zn7Oic .mbr-section-btn {
  color: #ffeb69;
}
.cid-uos7znXmc7 {
  background-image: url("../../../assets/images/roundwich-19-2000x1294.webp");
}
.cid-uos7znXmc7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uos7znXmc7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uos7znXmc7 .card-wrapper {
  overflow: hidden;
  background: #f70909;
}
.cid-uos7znXmc7 .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uos7znXmc7 .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uos7znXmc7 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uos7znXmc7 .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uos7znXmc7 .row {
  flex-direction: row-reverse;
}
.cid-uos7znXmc7 .image-wrapper {
  padding: 0 1rem;
}
.cid-uos7znXmc7 img,
.cid-uos7znXmc7 .image-wrapper {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uos7znXmc7 img,
  .cid-uos7znXmc7 .image-wrapper {
    max-height: 350px;
  }
}
.cid-uos7znXmc7 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uos7znXmc7 .mbr-text {
  color: #000000;
}
.cid-uos7znXmc7 .mbr-text,
.cid-uos7znXmc7 .mbr-section-btn {
  color: #ffeb69;
}
.cid-uos7zoOpGH {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/roundwich-19-2000x1294.webp");
}
.cid-uos7zoOpGH .mbr-overlay {
  background: #f70909;
  opacity: 1;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uos7zoOpGH .container {
    padding: 0 24px;
  }
}
.cid-uos7zoOpGH .row {
  justify-content: space-between;
}
.cid-uos7zoOpGH .logo-wrapper {
  display: flex;
}
.cid-uos7zoOpGH .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-uos7zoOpGH .logo-wrapper .border-wrap {
  width: 100%;
  border-bottom: 1px solid #feb939;
}
.cid-uos7zoOpGH .content-wrapper {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .cid-uos7zoOpGH .content-wrapper {
    padding: 24px 0;
  }
}
.cid-uos7zoOpGH .content-wrapper .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.cid-uos7zoOpGH .content-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uos7zoOpGH .content-wrapper .list .item-wrap:hover,
.cid-uos7zoOpGH .content-wrapper .list .item-wrap:focus {
  color: #e0b548;
}
.cid-uos7zoOpGH .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uos7zoOpGH .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uos7zoOpGH .content-wrapper .mbr-copy {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-uos7zoOpGH .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uos7zoOpGH .nav-list {
    padding: 0;
  }
}
.cid-uos7zoOpGH .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #feb939;
  border-bottom: 1px solid #feb939;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.cid-uos7zoOpGH .nav-list .item-wrap:hover,
.cid-uos7zoOpGH .nav-list .item-wrap:focus {
  color: #e0b548;
}
.cid-uos7zoOpGH .nav-list .item-wrap:hover::before,
.cid-uos7zoOpGH .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.cid-uos7zoOpGH .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.cid-uos7zoOpGH .nav-list .item-wrap::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-uos7zoOpGH .mbr-section-title {
  color: #F9F6E0;
}
.cid-uos7zoOpGH .list {
  color: #F9F6E0;
}
.cid-uos7zoOpGH .mbr-copy {
  color: #000000;
}
.cid-uouTB97D0f .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-uouTB97D0f .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-uouTB97D0f .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #000000;
  color: #ffffff !important;
  background: #000000 !important;
}
.cid-uouTB97D0f .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uouTB97D0f .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uouTB97D0f .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uouTB97D0f .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-uouTB97D0f .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffa600;
}
.cid-uouTB97D0f .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uouTB97D0f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uouTB97D0f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 88.48571429vh;
  }
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uouTB97D0f .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uouTB97D0f .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-uouTB97D0f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uouTB97D0f .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uouTB97D0f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uouTB97D0f .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uouTB97D0f .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-uouTB97D0f .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uouTB97D0f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-uouTB97D0f .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uouTB97D0f .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uouTB97D0f .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uouTB97D0f .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uouTB97D0f .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uouTB97D0f .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uouTB97D0f .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uouTB97D0f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uouTB97D0f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uouTB97D0f .dropdown-item.active,
.cid-uouTB97D0f .dropdown-item:active {
  background-color: transparent;
}
.cid-uouTB97D0f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uouTB97D0f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uouTB97D0f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uouTB97D0f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uouTB97D0f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uouTB97D0f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uouTB97D0f ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uouTB97D0f .navbar-buttons {
  text-align: center;
}
.cid-uouTB97D0f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f70909;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uouTB97D0f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uouTB97D0f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uouTB97D0f nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uouTB97D0f nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uouTB97D0f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uouTB97D0f .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uouTB97D0f a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-uouTB97D0f .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uouTB97D0f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uouTB97D0f .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-uouTB97D0f .nav-link:hover,
.cid-uouTB97D0f .dropdown-item:hover {
  color: #feb939 !important;
}
.cid-uou9fVaBZL {
  display: flex;
  background-image: url("../../../assets/images/turkey-print-menu-design-19.61-x-30.31-in-7-1647x2546.webp");
}
.cid-uou9fVaBZL .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
.cid-uou9fVaBZL .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uou9fVaBZL .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uou9fVaBZL {
    align-items: center;
  }
  .cid-uou9fVaBZL .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uou9fVaBZL .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uou9fVaBZL {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uou9fVaBZL .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uou9fVaBZL .content-wrap {
    width: 100%;
  }
}
.cid-uou9fVaBZL .mbr-section-title {
  text-align: center;
}
.cid-uou9fVaBZL .mbr-text,
.cid-uou9fVaBZL .mbr-section-btn {
  text-align: center;
}
@media (min-width: 786px) {
  .cid-uou9fVaBZL {
    background-image: url("../../../assets/images/desktop-frontpage-image-1366x1100-2048-x-1152-px-7-2000x1125.webp");
  }
}
.cid-u3Ebxb12wg {
  background-image: url("../../../assets/images/roundwich-19-2000x1294.webp");
}
.cid-u3Ebxb12wg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3Ebxb12wg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3Ebxb12wg .card-wrapper {
  overflow: hidden;
  background: #f70909;
}
.cid-u3Ebxb12wg .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u3Ebxb12wg .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-u3Ebxb12wg .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-u3Ebxb12wg .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-u3Ebxb12wg .row {
  flex-direction: row-reverse;
}
.cid-u3Ebxb12wg .image-wrapper {
  padding: 0 1rem;
}
.cid-u3Ebxb12wg img,
.cid-u3Ebxb12wg .image-wrapper {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-u3Ebxb12wg img,
  .cid-u3Ebxb12wg .image-wrapper {
    max-height: 350px;
  }
}
.cid-u3Ebxb12wg .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u3Ebxb12wg .mbr-text {
  color: #000000;
}
.cid-u3Ebxb12wg .mbr-text,
.cid-u3Ebxb12wg .mbr-section-btn {
  color: #ffeb69;
}
.cid-u3HSXU9txI {
  background-image: url("../../../assets/images/roundwich-19-2000x1294.webp");
}
.cid-u3HSXU9txI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3HSXU9txI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3HSXU9txI .card-wrapper {
  overflow: hidden;
  background: #f70909;
}
.cid-u3HSXU9txI .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u3HSXU9txI .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-u3HSXU9txI .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-u3HSXU9txI .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-u3HSXU9txI .row {
  flex-direction: row-reverse;
}
.cid-u3HSXU9txI .image-wrapper {
  padding: 0 1rem;
}
.cid-u3HSXU9txI img,
.cid-u3HSXU9txI .image-wrapper {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-u3HSXU9txI img,
  .cid-u3HSXU9txI .image-wrapper {
    max-height: 350px;
  }
}
.cid-u3HSXU9txI .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u3HSXU9txI .mbr-text {
  color: #000000;
}
.cid-u3HSXU9txI .mbr-text,
.cid-u3HSXU9txI .mbr-section-btn {
  color: #ffeb69;
}
.cid-u83X11HJDX {
  background-image: url("../../../assets/images/roundwich-19-2000x1294.webp");
}
.cid-u83X11HJDX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u83X11HJDX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u83X11HJDX .card-wrapper {
  overflow: hidden;
  background: #f70909;
}
.cid-u83X11HJDX .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u83X11HJDX .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-u83X11HJDX .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-u83X11HJDX .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-u83X11HJDX .row {
  flex-direction: row-reverse;
}
.cid-u83X11HJDX .image-wrapper {
  padding: 0 1rem;
}
.cid-u83X11HJDX img,
.cid-u83X11HJDX .image-wrapper {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-u83X11HJDX img,
  .cid-u83X11HJDX .image-wrapper {
    max-height: 350px;
  }
}
.cid-u83X11HJDX .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u83X11HJDX .mbr-text {
  color: #000000;
}
.cid-u83X11HJDX .mbr-text,
.cid-u83X11HJDX .mbr-section-btn {
  color: #ffeb69;
}
.cid-u85nxSA7LQ {
  background-image: url("../../../assets/images/roundwich-19-2000x1294.webp");
}
.cid-u85nxSA7LQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u85nxSA7LQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u85nxSA7LQ .card-wrapper {
  overflow: hidden;
  background: #f70909;
}
.cid-u85nxSA7LQ .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u85nxSA7LQ .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-u85nxSA7LQ .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-u85nxSA7LQ .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-u85nxSA7LQ .row {
  flex-direction: row-reverse;
}
.cid-u85nxSA7LQ .image-wrapper {
  padding: 0 1rem;
}
.cid-u85nxSA7LQ img,
.cid-u85nxSA7LQ .image-wrapper {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-u85nxSA7LQ img,
  .cid-u85nxSA7LQ .image-wrapper {
    max-height: 350px;
  }
}
.cid-u85nxSA7LQ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u85nxSA7LQ .mbr-text {
  color: #000000;
}
.cid-u85nxSA7LQ .mbr-text,
.cid-u85nxSA7LQ .mbr-section-btn {
  color: #ffeb69;
}
.cid-u8sdVzbOYE {
  background-image: url("../../../assets/images/roundwich-19-2000x1294.webp");
}
.cid-u8sdVzbOYE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8sdVzbOYE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8sdVzbOYE .card-wrapper {
  overflow: hidden;
  background: #f70909;
}
.cid-u8sdVzbOYE .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u8sdVzbOYE .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-u8sdVzbOYE .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-u8sdVzbOYE .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-u8sdVzbOYE .row {
  flex-direction: row-reverse;
}
.cid-u8sdVzbOYE .image-wrapper {
  padding: 0 1rem;
}
.cid-u8sdVzbOYE img,
.cid-u8sdVzbOYE .image-wrapper {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-u8sdVzbOYE img,
  .cid-u8sdVzbOYE .image-wrapper {
    max-height: 350px;
  }
}
.cid-u8sdVzbOYE .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u8sdVzbOYE .mbr-text {
  color: #000000;
}
.cid-u8sdVzbOYE .mbr-text,
.cid-u8sdVzbOYE .mbr-section-btn {
  color: #ffeb69;
}
.cid-uh6JqbiAWb {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/roundwich-19-2000x1294.webp");
}
.cid-uh6JqbiAWb .mbr-overlay {
  background: #f70909;
  opacity: 1;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uh6JqbiAWb .container {
    padding: 0 24px;
  }
}
.cid-uh6JqbiAWb .row {
  justify-content: space-between;
}
.cid-uh6JqbiAWb .logo-wrapper {
  display: flex;
}
.cid-uh6JqbiAWb .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-uh6JqbiAWb .logo-wrapper .border-wrap {
  width: 100%;
  border-bottom: 1px solid #feb939;
}
.cid-uh6JqbiAWb .content-wrapper {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .cid-uh6JqbiAWb .content-wrapper {
    padding: 24px 0;
  }
}
.cid-uh6JqbiAWb .content-wrapper .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.cid-uh6JqbiAWb .content-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uh6JqbiAWb .content-wrapper .list .item-wrap:hover,
.cid-uh6JqbiAWb .content-wrapper .list .item-wrap:focus {
  color: #e0b548;
}
.cid-uh6JqbiAWb .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uh6JqbiAWb .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uh6JqbiAWb .content-wrapper .mbr-copy {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-uh6JqbiAWb .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uh6JqbiAWb .nav-list {
    padding: 0;
  }
}
.cid-uh6JqbiAWb .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #feb939;
  border-bottom: 1px solid #feb939;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.cid-uh6JqbiAWb .nav-list .item-wrap:hover,
.cid-uh6JqbiAWb .nav-list .item-wrap:focus {
  color: #e0b548;
}
.cid-uh6JqbiAWb .nav-list .item-wrap:hover::before,
.cid-uh6JqbiAWb .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.cid-uh6JqbiAWb .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.cid-uh6JqbiAWb .nav-list .item-wrap::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-uh6JqbiAWb .mbr-section-title {
  color: #F9F6E0;
}
.cid-uh6JqbiAWb .list {
  color: #F9F6E0;
}
.cid-uh6JqbiAWb .mbr-copy {
  color: #000000;
}
