@import url(https://fonts.googleapis.com/css?family=IBM+Plex+Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i&subset=cyrillic&display=swap);

body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'Auto 1 Light';
  font-size: 6rem;
}
.display-1 > .mbr-iconfont {
  font-size: 9.6rem;
}
.display-2 {
  font-family: 'Auto 1';
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
  font-weight: 400;
}
.display-5 {
  font-family: 'Auto 1';
  font-size: 1.6rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Auto 1';
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    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-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #f2f6ff !important;
}
.bg-success {
  background-color: #90bc1f !important;
}
.bg-info {
  background-color: #22224d !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f2f6ff !important;
  border-color: #f2f6ff !important;
  color: #004af2 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #004af2 !important;
  background-color: #a5c1ff !important;
  border-color: #a5c1ff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #004af2 !important;
  background-color: #a5c1ff !important;
  border-color: #a5c1ff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #5580ff !important;
  border-color: #5580ff !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0847ff !important;
  border-color: #0847ff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0847ff !important;
  border-color: #0847ff !important;
}
.btn-info,
.btn-info:active {
  background-color: #22224d !important;
  border-color: #22224d !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #0b0b18 !important;
  border-color: #0b0b18 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0b0b18 !important;
  border-color: #0b0b18 !important;
}
.btn-success,
.btn-success:active {
  background-color: #90bc1f !important;
  border-color: #90bc1f !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #5e7a14 !important;
  border-color: #5e7a14 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5e7a14 !important;
  border-color: #5e7a14 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #8cafff;
  color: #8cafff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #004af2;
  background-color: #f2f6ff;
  border-color: #f2f6ff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #004af2 !important;
  background-color: #f2f6ff !important;
  border-color: #f2f6ff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #003cee;
  color: #003cee;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #5580ff;
  border-color: #5580ff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #5580ff !important;
  border-color: #5580ff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #030306;
  color: #030306;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #22224d;
  border-color: #22224d;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #22224d !important;
  border-color: #22224d !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #4d6411;
  color: #4d6411;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #90bc1f;
  border-color: #90bc1f;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #90bc1f !important;
  border-color: #90bc1f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #f2f6ff !important;
}
.text-secondary {
  color: #5580ff !important;
}
.text-success {
  color: #90bc1f !important;
}
.text-info {
  color: #22224d !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #8cafff !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #003cee !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #4d6411 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #030306 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #22224d;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f2f6ff;
  border-color: #f2f6ff;
  color: #0c57ff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f2f6ff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c7e873;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #8989cb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.form-control {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
  font-weight: 400;
}
blockquote {
  border-color: #f2f6ff;
}
.btn-primary {
  margin: 1rem 0.5rem !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 6px 16px 0 #f2f6ff !important;
  -webkit-box-shadow: 0 6px 16px 0 #f2f6ff !important;
  background-color: #f2f6ff !important;
  border-color: #f2f6ff !important;
}
.btn-secondary {
  margin: 1rem 0.5rem !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 6px 15px 0 #5580ff !important;
  -webkit-box-shadow: 0 6px 16px 0 #5580ff !important;
  background-color: #5580ff !important;
  border-color: #5580ff !important;
}
.btn-success {
  color: white !important;
  margin: 1rem 0.5rem !important;
}
.btn-success:active {
  color: white !important;
}
.btn-success:hover,
.btn-success:focus {
  color: white !important;
  box-shadow: 0 6px 15px 0 #90bc1f !important;
  -webkit-box-shadow: 0 6px 16px 0 #90bc1f !important;
  background-color: #90bc1f !important;
  border-color: #90bc1f !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f2f6ff;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  background-color: #f5f6ff;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f2f6ff;
  border-bottom-color: #f2f6ff;
}
.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: #f2f6ff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #5580ff !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%;
}
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='%23f2f6ff' %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;
}
.cid-rHdIOqclNU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/retailnxtbackground-zonder-logo-3-kleuren.svg");
}
.cid-rHdIOqclNU img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rHdIOqclNU H1 {
  color: #57468b;
}
.cid-rHdIOqclNU .mbr-text,
.cid-rHdIOqclNU .mbr-section-btn {
  color: #716c80;
}
.cid-rHdIOqclNU H3 {
  color: #716c80;
}
.cid-rHdIOqclNU .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rHdIOqclNU .btn-info-outline {
  border: none;
  color: #22224d !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rHdIOqclNU .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rHdIOqclNU .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rHdIOqclNU .btn-info-outline:hover {
  background-color: transparent!important;
  color: #f2f6ff !important;
  box-shadow: none!important;
}
.cid-rHdIOqclNU .btn-info-outline:active,
.cid-rHdIOqclNU .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rHdIOqclNU DIV {
  color: #57468b;
}
.cid-rSmIv3dZ6K {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rSmIv3dZ6K section {
  position: relative;
}
.cid-rSmIv3dZ6K svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-rSmIv3dZ6K H1 {
  color: #57468b;
}
.cid-rSmIv3dZ6K .mbr-text,
.cid-rSmIv3dZ6K .mbr-section-btn {
  color: #849186;
  text-align: left;
}
.cid-rSmIv3dZ6K #e1_ellipse {
  fill: #ffffff !important;
}
.cid-rSmIv3dZ6K img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-rSmIv3dZ6K img {
    width: 100%;
  }
}
.cid-rSmIv3dZ6K H3 {
  color: #90bc1f;
}
.cid-rSmQRJ7JUY {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #22224d;
}
.cid-rSmQRJ7JUY img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rSmQRJ7JUY H1 {
  color: #ffffff;
  text-align: center;
}
.cid-rSmQRJ7JUY .mbr-text,
.cid-rSmQRJ7JUY .mbr-section-btn {
  color: #716c80;
}
.cid-rSmQRJ7JUY H3 {
  color: #716c80;
}
.cid-rSmQRJ7JUY .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rSmQRJ7JUY .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rSmQRJ7JUY .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rSmQRJ7JUY .link:hover {
  color: #f2f6ff !important;
}
.cid-rSmQRJ7JUY .link:hover .link-ico {
  color: #f2f6ff !important;
  padding-left: 10px;
}
.cid-rSmQRJ7JUY DIV {
  color: #57468b;
}
.cid-rSmQRJ7JUY .mbr-text,
.cid-rSmQRJ7JUY .media-content {
  text-align: center;
  color: #ffffff;
}
.cid-rHdHu035vU {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rHdHu035vU .mbr-text {
  color: #849186;
  text-align: left;
}
.cid-rHdHu035vU .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-rHdHu035vU .card-img .img1 {
  background-color: #90bc1f;
}
.cid-rHdHu035vU .card-img .img2 {
  background-color: #90bc1f;
}
.cid-rHdHu035vU .card-img .img3 {
  background-color: #90bc1f;
}
.cid-rHdHu035vU .card-img .img4 {
  background-color: #ff8a73;
}
.cid-rHdHu035vU .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-rHdHu035vU .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-rHdHu035vU .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-rHdHu035vU .card-title,
.cid-rHdHu035vU .card-img {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-rHdHu035vU .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-rHdHu035vU .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-rHdHu035vU .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-rHdHu035vU .card-img span {
    margin-right: 0rem;
  }
}
.cid-rHdHu035vU .card-title {
  color: #22224d;
}
.cid-rtmeYOjosO {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/retailnxtbackground-zonder-logo-3-kleuren.svg");
}
.cid-rtmeYOjosO img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rtmeYOjosO H1 {
  color: #57468b;
}
.cid-rtmeYOjosO .mbr-text,
.cid-rtmeYOjosO .mbr-section-btn {
  color: #716c80;
}
.cid-rtmeYOjosO H3 {
  color: #716c80;
}
.cid-rtmeYOjosO .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rtmeYOjosO .btn-info-outline {
  border: none;
  color: #22224d !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rtmeYOjosO .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rtmeYOjosO .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rtmeYOjosO .btn-info-outline:hover {
  background-color: transparent!important;
  color: #f2f6ff !important;
  box-shadow: none!important;
}
.cid-rtmeYOjosO .btn-info-outline:active,
.cid-rtmeYOjosO .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rtmeYOjosO DIV {
  color: #57468b;
}
.cid-rpS3IHb6xd {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rpS3IHb6xd img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rpS3IHb6xd H1 {
  color: #90bc1f;
  text-align: left;
}
.cid-rpS3IHb6xd .mbr-text,
.cid-rpS3IHb6xd .mbr-section-btn {
  color: #716c80;
}
.cid-rpS3IHb6xd H3 {
  color: #716c80;
}
.cid-rpS3IHb6xd .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rpS3IHb6xd .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rpS3IHb6xd .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rpS3IHb6xd .link:hover {
  color: #f2f6ff !important;
}
.cid-rpS3IHb6xd .link:hover .link-ico {
  color: #f2f6ff !important;
  padding-left: 10px;
}
.cid-rpS3IHb6xd DIV {
  color: #57468b;
}
.cid-rpS3IHb6xd .mbr-text,
.cid-rpS3IHb6xd .media-content {
  text-align: left;
  color: #849186;
}
.cid-rpS3oKg9PM {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rpS3oKg9PM .mbr-text {
  color: #849186;
}
.cid-rpS3oKg9PM .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-rpS3oKg9PM p {
  margin: 0;
}
.cid-rpS3oKg9PM .card-img .img1 {
  background-color: #90bc1f;
}
.cid-rpS3oKg9PM .cardcolor:hover {
  background-color: #ffffff;
}
.cid-rpS3oKg9PM .mbr-iconfont {
  transition: all 0.3s;
  color: #22224d !important;
  font-size: 1rem !important;
}
.cid-rpS3oKg9PM .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-rpS3oKg9PM .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1rem);
}
.cid-rpS3oKg9PM .card-title,
.cid-rpS3oKg9PM .card-img {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-rpS3oKg9PM .card {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-rpS3oKg9PM .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-rpS3oKg9PM .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-rpS3oKg9PM .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-rpS3oKg9PM .card-img span {
    margin-right: 0rem;
  }
  .cid-rpS3oKg9PM .cardcolor:hover {
    background-color: transparent;
  }
}
.cid-rpS3oKg9PM .card-title {
  color: #90bc1f;
}
.cid-ruowSG3ujD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/retailnxtbackground-zonder-logo-3-kleuren.svg");
}
.cid-ruowSG3ujD img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-ruowSG3ujD H1 {
  color: #57468b;
}
.cid-ruowSG3ujD .mbr-text,
.cid-ruowSG3ujD .mbr-section-btn {
  color: #716c80;
}
.cid-ruowSG3ujD H3 {
  color: #716c80;
}
.cid-ruowSG3ujD .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-ruowSG3ujD .btn-info-outline {
  border: none;
  color: #22224d !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-ruowSG3ujD .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-ruowSG3ujD .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-ruowSG3ujD .btn-info-outline:hover {
  background-color: transparent!important;
  color: #f2f6ff !important;
  box-shadow: none!important;
}
.cid-ruowSG3ujD .btn-info-outline:active,
.cid-ruowSG3ujD .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-ruowSG3ujD DIV {
  color: #57468b;
}
.cid-rL01wW9l9g {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rL01wW9l9g img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rL01wW9l9g H1 {
  color: #90bc1f;
  text-align: left;
}
.cid-rL01wW9l9g .mbr-text,
.cid-rL01wW9l9g .mbr-section-btn {
  color: #716c80;
}
.cid-rL01wW9l9g H3 {
  color: #716c80;
}
.cid-rL01wW9l9g .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rL01wW9l9g .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rL01wW9l9g .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rL01wW9l9g .link:hover {
  color: #f2f6ff !important;
}
.cid-rL01wW9l9g .link:hover .link-ico {
  color: #f2f6ff !important;
  padding-left: 10px;
}
.cid-rL01wW9l9g DIV {
  color: #57468b;
}
.cid-rL01wW9l9g .mbr-text,
.cid-rL01wW9l9g .media-content {
  text-align: left;
  color: #849186;
}
.cid-rL03gMkBwN {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/retailnxtbackground-zonder-logo-3-kleuren.svg");
}
.cid-rL03gMkBwN img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rL03gMkBwN H1 {
  color: #57468b;
}
.cid-rL03gMkBwN .mbr-text,
.cid-rL03gMkBwN .mbr-section-btn {
  color: #716c80;
}
.cid-rL03gMkBwN H3 {
  color: #716c80;
}
.cid-rL03gMkBwN .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rL03gMkBwN .btn-info-outline {
  border: none;
  color: #22224d !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rL03gMkBwN .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rL03gMkBwN .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rL03gMkBwN .btn-info-outline:hover {
  background-color: transparent!important;
  color: #f2f6ff !important;
  box-shadow: none!important;
}
.cid-rL03gMkBwN .btn-info-outline:active,
.cid-rL03gMkBwN .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rL03gMkBwN DIV {
  color: #57468b;
}
.cid-rpRRA3sOQc {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rpRRA3sOQc H1 {
  color: #57468b;
}
.cid-rpRRA3sOQc .mbr-text,
.cid-rpRRA3sOQc .mbr-section-btn {
  color: #716c80;
}
.cid-rpRRA3sOQc H3 {
  color: #716c80;
}
.cid-rpRRA3sOQc .row {
  justify-content: space-between;
}
.cid-rpRRA3sOQc .col-lg-6 {
  max-width: 500px;
}
.cid-rpRRA3sOQc .title1 {
  color: #90bc1f;
  text-align: left;
}
.cid-rpRRA3sOQc .text2,
.cid-rpRRA3sOQc .btn2 {
  text-align: left;
  color: #849186;
}
.cid-rpRRA3sOQc .title2 {
  color: #90bc1f;
  text-align: left;
}
.cid-rpRRA3sOQc .text1,
.cid-rpRRA3sOQc .btn1 {
  color: #849186;
  text-align: left;
}
.cid-rSmRMutv7Q {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #4c9127;
}
.cid-rSmRMutv7Q img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rSmRMutv7Q H1 {
  color: #ffffff;
  text-align: center;
}
.cid-rSmRMutv7Q .mbr-text,
.cid-rSmRMutv7Q .mbr-section-btn {
  color: #716c80;
}
.cid-rSmRMutv7Q H3 {
  color: #716c80;
}
.cid-rSmRMutv7Q .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rSmRMutv7Q .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rSmRMutv7Q .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rSmRMutv7Q .link:hover {
  color: #f2f6ff !important;
}
.cid-rSmRMutv7Q .link:hover .link-ico {
  color: #f2f6ff !important;
  padding-left: 10px;
}
.cid-rSmRMutv7Q DIV {
  color: #57468b;
}
.cid-rSmRMutv7Q .mbr-text,
.cid-rSmRMutv7Q .media-content {
  text-align: center;
  color: #ffffff;
}
.cid-rpS8VCgFl2 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rpS8VCgFl2 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rpS8VCgFl2 H1 {
  color: #90bc1f;
  text-align: left;
}
.cid-rpS8VCgFl2 .mbr-text,
.cid-rpS8VCgFl2 .mbr-section-btn {
  color: #716c80;
}
.cid-rpS8VCgFl2 H3 {
  color: #716c80;
}
.cid-rpS8VCgFl2 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rpS8VCgFl2 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rpS8VCgFl2 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rpS8VCgFl2 .link:hover {
  color: #f2f6ff !important;
}
.cid-rpS8VCgFl2 .link:hover .link-ico {
  color: #f2f6ff !important;
  padding-left: 10px;
}
.cid-rpS8VCgFl2 DIV {
  color: #57468b;
}
.cid-rpS8VCgFl2 .mbr-text,
.cid-rpS8VCgFl2 .media-content {
  text-align: left;
  color: #849186;
}
.cid-rSmRObcu23 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #22224d;
}
.cid-rSmRObcu23 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rSmRObcu23 H1 {
  color: #ffffff;
  text-align: center;
}
.cid-rSmRObcu23 .mbr-text,
.cid-rSmRObcu23 .mbr-section-btn {
  color: #716c80;
}
.cid-rSmRObcu23 H3 {
  color: #716c80;
}
.cid-rSmRObcu23 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rSmRObcu23 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rSmRObcu23 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rSmRObcu23 .link:hover {
  color: #f2f6ff !important;
}
.cid-rSmRObcu23 .link:hover .link-ico {
  color: #f2f6ff !important;
  padding-left: 10px;
}
.cid-rSmRObcu23 DIV {
  color: #57468b;
}
.cid-rSmRObcu23 .mbr-text,
.cid-rSmRObcu23 .media-content {
  text-align: center;
  color: #ffffff;
}
.cid-rL048KxUfD {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rL048KxUfD img {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rL048KxUfD .mbr-text,
.cid-rL048KxUfD .mbr-section-btn {
  color: #849186;
  text-align: left;
}
.cid-rL048KxUfD H3 {
  color: #57468b;
}
.cid-rL048KxUfD H1 {
  color: #90bc1f;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-rL048KxUfD img {
    width: 100%!important;
  }
}
.cid-rSmRP4p7ja {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #22224d;
}
.cid-rSmRP4p7ja img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rSmRP4p7ja H1 {
  color: #ffffff;
  text-align: center;
}
.cid-rSmRP4p7ja .mbr-text,
.cid-rSmRP4p7ja .mbr-section-btn {
  color: #716c80;
}
.cid-rSmRP4p7ja H3 {
  color: #716c80;
}
.cid-rSmRP4p7ja .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rSmRP4p7ja .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rSmRP4p7ja .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rSmRP4p7ja .link:hover {
  color: #f2f6ff !important;
}
.cid-rSmRP4p7ja .link:hover .link-ico {
  color: #f2f6ff !important;
  padding-left: 10px;
}
.cid-rSmRP4p7ja DIV {
  color: #57468b;
}
.cid-rSmRP4p7ja .mbr-text,
.cid-rSmRP4p7ja .media-content {
  text-align: center;
  color: #ffffff;
}
.cid-rL0LCTnKcX {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rL0LCTnKcX img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rL0LCTnKcX H1 {
  color: #90bc1f;
  text-align: left;
}
.cid-rL0LCTnKcX .mbr-text,
.cid-rL0LCTnKcX .mbr-section-btn {
  color: #716c80;
}
.cid-rL0LCTnKcX H3 {
  color: #716c80;
}
.cid-rL0LCTnKcX .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rL0LCTnKcX .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rL0LCTnKcX .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rL0LCTnKcX .link:hover {
  color: #f2f6ff !important;
}
.cid-rL0LCTnKcX .link:hover .link-ico {
  color: #f2f6ff !important;
  padding-left: 10px;
}
.cid-rL0LCTnKcX DIV {
  color: #57468b;
}
.cid-rL0LCTnKcX .mbr-text,
.cid-rL0LCTnKcX .media-content {
  text-align: left;
  color: #849186;
}
.cid-rpSdbS5Wfu {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rpSdbS5Wfu .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-rpSdbS5Wfu input,
.cid-rpSdbS5Wfu textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-rpSdbS5Wfu img {
  width: 90%;
  border-radius: 8px;
}
.cid-rpSdbS5Wfu .title {
  margin-bottom: 1rem;
}
.cid-rpSdbS5Wfu p {
  line-height: 1.6;
}
.cid-rpSdbS5Wfu .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem!important;
}
.cid-rpSdbS5Wfu textarea {
  min-height: 160px;
}
.cid-rpSdbS5Wfu .form-control,
.cid-rpSdbS5Wfu .field-input {
  padding: 0.5rem;
  background-color: #22224d;
  border-color: #ffffff;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rpSdbS5Wfu .form-control:hover,
.cid-rpSdbS5Wfu .field-input:hover,
.cid-rpSdbS5Wfu .form-control:focus,
.cid-rpSdbS5Wfu .field-input:focus {
  background-color: #90bc1f;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rpSdbS5Wfu input::-webkit-input-placeholder,
.cid-rpSdbS5Wfu textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-rpSdbS5Wfu input:-moz-placeholder,
.cid-rpSdbS5Wfu textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-rpSdbS5Wfu .jq-selectbox li,
.cid-rpSdbS5Wfu .jq-selectbox li {
  background-color: #22224d;
  color: #ffffff;
}
.cid-rpSdbS5Wfu .jq-selectbox li:hover,
.cid-rpSdbS5Wfu .jq-selectbox li.selected {
  background-color: #90bc1f;
  color: #000000;
}
.cid-rpSdbS5Wfu .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #22224d;
}
.cid-rpSdbS5Wfu .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #90bc1f;
}
.cid-rpSdbS5Wfu H5 {
  color: #90bc1f;
  padding-bottom: 2rem;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-rpSdbS5Wfu img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-rpSdbS5Wfu .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-rpSdbS5Wfu H2 {
  color: #90bc1f;
  text-align: left;
}
.cid-rpSdbS5Wfu H3 {
  color: #57468b;
}
.cid-rpSdbS5Wfu .mbr-text {
  color: #849186;
}
.cid-rpSdbS5Wfu .mbr-section-subtitle {
  color: #849186;
  text-align: left;
}
.cid-rSJyaGpXxb {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/retailnxt-organische-voetnoot.svg");
}
.cid-rSJyaGpXxb section {
  position: relative;
}
.cid-rSJyaGpXxb .container {
  max-width: 1400px;
}
.cid-rSJyaGpXxb .card-img2 span {
  padding-top: 6px;
}
.cid-rSJyaGpXxb .soc-item a {
  padding-top: 5px;
}
.cid-rSJyaGpXxb .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-rSJyaGpXxb .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-rSJyaGpXxb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rSJyaGpXxb svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-rSJyaGpXxb #e2_shape {
  fill: #ffffff !important;
}
.cid-rSJyaGpXxb .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-rSJyaGpXxb .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-rSJyaGpXxb .card-img2 {
  width: 45px;
  height: 45px;
  background: #22224d;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rSJyaGpXxb .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-rSJyaGpXxb .soc-item span {
  font-size: 1.4rem;
}
.cid-rSJyaGpXxb .soc-item:hover span {
  color: #f2f6ff !important;
}
.cid-rSJyaGpXxb .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-rSJyaGpXxb .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rSJyaGpXxb .media-wrap {
  margin-bottom: 1rem;
}
.cid-rSJyaGpXxb .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rSJyaGpXxb img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-rSJyaGpXxb .item {
    justify-content: center;
  }
  .cid-rSJyaGpXxb .quote::after {
    left: 60px;
  }
}
.cid-rSJyaGpXxb .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-rSJyaGpXxb .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rSJyaGpXxb .text1 {
  color: #ffffff;
}
.cid-rSJyaGpXxb .item-title {
  color: #ffffff;
}
.cid-rSJyaGpXxb H5 {
  color: #ffffff;
}
.cid-rSJyaGpXxb .theme {
  color: #ffffff;
}
.cid-rSJyaGpXxb .copyright > p {
  color: #ff3366;
}
.cid-rSJyaGpXxb .text2 {
  color: #ffffff;
}
.cid-rzLx295JSF.popup-builder {
  background-color: #ffffff;
}
.cid-rzLx295JSF.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rzLx295JSF.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rzLx295JSF .modal-content,
.cid-rzLx295JSF .modal-dialog {
  height: auto;
}
.cid-rzLx295JSF .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rzLx295JSF .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rzLx295JSF .form-wrapper .mbr-form .form-group,
  .cid-rzLx295JSF .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rzLx295JSF .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rzLx295JSF .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rzLx295JSF .mbr-text {
  text-align: center;
  color: #849186;
}
.cid-rzLx295JSF .pt-0 {
  padding-top: 0 !important;
}
.cid-rzLx295JSF .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rzLx295JSF .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rzLx295JSF .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rzLx295JSF .modal-open {
  overflow: hidden;
}
.cid-rzLx295JSF .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rzLx295JSF .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rzLx295JSF .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rzLx295JSF .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rzLx295JSF .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rzLx295JSF .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rzLx295JSF .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rzLx295JSF .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rzLx295JSF .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rzLx295JSF .modal-backdrop.fade {
  opacity: 0;
}
.cid-rzLx295JSF .modal-backdrop.show {
  opacity: .5;
}
.cid-rzLx295JSF .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rzLx295JSF .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rzLx295JSF .modal-header .close:hover {
  opacity: 1;
}
.cid-rzLx295JSF .modal-header .close:focus {
  outline: none;
}
.cid-rzLx295JSF .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #849186;
}
.cid-rzLx295JSF .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rzLx295JSF .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rzLx295JSF .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rzLx295JSF .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rzLx295JSF .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rzLx295JSF .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rzLx295JSF .modal-sm {
    max-width: 300px;
  }
  .cid-rzLx295JSF .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rzLx295JSF .modal-lg,
  .cid-rzLx295JSF .modal-xl {
    max-width: 800px;
  }
  .cid-rzLx295JSF .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rzLx295JSF .modal-xl {
    max-width: 1140px;
  }
  .cid-rzLx295JSF .container {
    max-width: 1140px;
  }
}
.cid-rzLx295JSF .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rzLx295JSF .container {
    max-width: 720px;
  }
}
.cid-rzLx295JSF .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rzLx295JSF .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rzLx295JSF .form-group {
  margin-bottom: 1rem;
}
.cid-rzLx295JSF .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rzLx295JSF .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rzLx295JSF .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rTFzsRQtQY.popup-builder {
  background-color: #ffffff;
}
.cid-rTFzsRQtQY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rTFzsRQtQY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rTFzsRQtQY .modal-content,
.cid-rTFzsRQtQY .modal-dialog {
  height: auto;
}
.cid-rTFzsRQtQY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rTFzsRQtQY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rTFzsRQtQY .form-wrapper .mbr-form .form-group,
  .cid-rTFzsRQtQY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rTFzsRQtQY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rTFzsRQtQY .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rTFzsRQtQY .mbr-text {
  text-align: center;
  color: #849186;
}
.cid-rTFzsRQtQY .pt-0 {
  padding-top: 0 !important;
}
.cid-rTFzsRQtQY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rTFzsRQtQY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rTFzsRQtQY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rTFzsRQtQY .modal-open {
  overflow: hidden;
}
.cid-rTFzsRQtQY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rTFzsRQtQY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rTFzsRQtQY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rTFzsRQtQY .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rTFzsRQtQY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rTFzsRQtQY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rTFzsRQtQY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rTFzsRQtQY .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rTFzsRQtQY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rTFzsRQtQY .modal-backdrop.fade {
  opacity: 0;
}
.cid-rTFzsRQtQY .modal-backdrop.show {
  opacity: .5;
}
.cid-rTFzsRQtQY .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rTFzsRQtQY .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rTFzsRQtQY .modal-header .close:hover {
  opacity: 1;
}
.cid-rTFzsRQtQY .modal-header .close:focus {
  outline: none;
}
.cid-rTFzsRQtQY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #849186;
}
.cid-rTFzsRQtQY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rTFzsRQtQY .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rTFzsRQtQY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rTFzsRQtQY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rTFzsRQtQY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rTFzsRQtQY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rTFzsRQtQY .modal-sm {
    max-width: 300px;
  }
  .cid-rTFzsRQtQY .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rTFzsRQtQY .modal-lg,
  .cid-rTFzsRQtQY .modal-xl {
    max-width: 800px;
  }
  .cid-rTFzsRQtQY .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rTFzsRQtQY .modal-xl {
    max-width: 1140px;
  }
  .cid-rTFzsRQtQY .container {
    max-width: 1140px;
  }
}
.cid-rTFzsRQtQY .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rTFzsRQtQY .container {
    max-width: 720px;
  }
}
.cid-rTFzsRQtQY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rTFzsRQtQY .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rTFzsRQtQY .form-group {
  margin-bottom: 1rem;
}
.cid-rTFzsRQtQY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rTFzsRQtQY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rTFzsRQtQY .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rHdGoYgXpR .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-rHdGoYgXpR .collapsed {
  flex-direction: row!important;
}
.cid-rHdGoYgXpR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rHdGoYgXpR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rHdGoYgXpR .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rHdGoYgXpR .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rHdGoYgXpR .nav-item:focus,
.cid-rHdGoYgXpR .nav-link:focus {
  outline: none;
}
.cid-rHdGoYgXpR .text-white:hover,
.cid-rHdGoYgXpR .text-white:active,
.cid-rHdGoYgXpR .text-white:focus {
  color: white!important;
}
.cid-rHdGoYgXpR .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rHdGoYgXpR .dropdown-item:hover {
  color: black!important;
}
.cid-rHdGoYgXpR .dropdown-menu {
  background-color: white!important;
}
.cid-rHdGoYgXpR .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-rHdGoYgXpR .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rHdGoYgXpR .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-rHdGoYgXpR .nav-item .nav-link {
    position: relative;
  }
}
.cid-rHdGoYgXpR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rHdGoYgXpR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rHdGoYgXpR .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rHdGoYgXpR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rHdGoYgXpR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rHdGoYgXpR .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #22224d;
}
.cid-rHdGoYgXpR .navbar.opened {
  transition: all .3s;
  background: #22224d !important;
}
.cid-rHdGoYgXpR .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rHdGoYgXpR .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rHdGoYgXpR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rHdGoYgXpR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rHdGoYgXpR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rHdGoYgXpR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rHdGoYgXpR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rHdGoYgXpR .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-rHdGoYgXpR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rHdGoYgXpR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rHdGoYgXpR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rHdGoYgXpR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rHdGoYgXpR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rHdGoYgXpR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rHdGoYgXpR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rHdGoYgXpR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rHdGoYgXpR .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-rHdGoYgXpR .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rHdGoYgXpR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rHdGoYgXpR .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rHdGoYgXpR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rHdGoYgXpR .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rHdGoYgXpR .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rHdGoYgXpR .navbar.navbar-short {
  background: #22224d !important;
  min-height: 60px;
}
.cid-rHdGoYgXpR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rHdGoYgXpR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rHdGoYgXpR .navbar-caption {
  font-weight: 600!important;
}
.cid-rHdGoYgXpR .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-rHdGoYgXpR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rHdGoYgXpR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rHdGoYgXpR .dropdown-item.active,
.cid-rHdGoYgXpR .dropdown-item:active {
  background-color: transparent;
}
.cid-rHdGoYgXpR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rHdGoYgXpR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rHdGoYgXpR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rHdGoYgXpR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #22224d;
}
.cid-rHdGoYgXpR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rHdGoYgXpR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rHdGoYgXpR .navbar-buttons {
  text-align: center;
}
.cid-rHdGoYgXpR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rHdGoYgXpR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #90bc1f;
}
.cid-rHdGoYgXpR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rHdGoYgXpR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rHdGoYgXpR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rHdGoYgXpR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rHdGoYgXpR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rHdGoYgXpR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rHdGoYgXpR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rHdGoYgXpR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rHdGoYgXpR .nav-link {
  font-weight: 600!important;
}
.cid-rHdGoYgXpR a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rHdGoYgXpR .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rHdGoYgXpR .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rHdGoYgXpR .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rHdGoYgXpR .navbar {
    height: 77px;
  }
  .cid-rHdGoYgXpR .navbar.opened {
    height: auto;
  }
  .cid-rHdGoYgXpR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
