@import url(https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 0.6rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 0.96rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.48rem;
    font-size: calc( 0.86rem + (0.6 - 0.86) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.86rem + (0.6 - 0.86) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((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: #1105f9 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1105f9 !important;
  border-color: #1105f9 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0c03ae !important;
  border-color: #0c03ae !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0c03ae !important;
  border-color: #0c03ae !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !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: #0a0395;
  color: #0a0395;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #1105f9;
  border-color: #1105f9;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1105f9 !important;
  border-color: #1105f9 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !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: #1105f9 !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !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: #0a0395 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !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: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1105f9;
  border-color: #1105f9;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #1105f9;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ceccfe;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.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*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #1105f9;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.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);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #1105f9;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #1105f9;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1105f9;
  color: #ffffff;
}
.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-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1105f9;
  border-bottom-color: #1105f9;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #1105f9 !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: #ff3366 !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: 100px;
  height: 100px;
  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='%231105f9' %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.3;
}
.cid-s1i2ILrCHe .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 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-s1i2ILrCHe .nav-item,
.cid-s1i2ILrCHe .nav-link,
.cid-s1i2ILrCHe .navbar-caption {
  font-weight: normal;
}
.cid-s1i2ILrCHe .nav-item:focus,
.cid-s1i2ILrCHe .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s1i2ILrCHe .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-s1i2ILrCHe .nav-item .nav-link {
    position: relative;
  }
  .cid-s1i2ILrCHe .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-s1i2ILrCHe .nav-item:hover .nav-link:before,
  .cid-s1i2ILrCHe .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-s1i2ILrCHe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-s1i2ILrCHe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1i2ILrCHe .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-s1i2ILrCHe .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s1i2ILrCHe .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1i2ILrCHe .dropdown .dropdown-menu .dropdown-item .soc-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-s1i2ILrCHe .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #767676;
  background: none;
}
.cid-s1i2ILrCHe .navbar.opened {
  transition: all .3s;
  background: #767676 !important;
}
.cid-s1i2ILrCHe .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-s1i2ILrCHe .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-s1i2ILrCHe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1i2ILrCHe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1i2ILrCHe .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s1i2ILrCHe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1i2ILrCHe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1i2ILrCHe .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-s1i2ILrCHe .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1i2ILrCHe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1i2ILrCHe .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1i2ILrCHe .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s1i2ILrCHe .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1i2ILrCHe .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1i2ILrCHe .navbar.navbar-short {
  background: #767676 !important;
  min-height: 60px;
}
.cid-s1i2ILrCHe .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1i2ILrCHe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1i2ILrCHe .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-s1i2ILrCHe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1i2ILrCHe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1i2ILrCHe .dropdown-item.active,
.cid-s1i2ILrCHe .dropdown-item:active {
  background-color: transparent;
}
.cid-s1i2ILrCHe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1i2ILrCHe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1i2ILrCHe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1i2ILrCHe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #767676;
  z-index: 2;
}
.cid-s1i2ILrCHe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1i2ILrCHe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1i2ILrCHe ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1i2ILrCHe .navbar-buttons {
  text-align: center;
}
.cid-s1i2ILrCHe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1i2ILrCHe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s1i2ILrCHe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1i2ILrCHe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1i2ILrCHe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1i2ILrCHe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1i2ILrCHe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1i2ILrCHe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1i2ILrCHe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1i2ILrCHe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1i2ILrCHe .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1i2ILrCHe a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1i2ILrCHe .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-s1i2ILrCHe .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-s1i2ILrCHe .soc-item {
  margin: .5rem .3rem;
}
.cid-s1i2ILrCHe .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1i2ILrCHe a.nav-link .mbr-iconfont-btn,
.cid-s1i2ILrCHe a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-s1i2ILrCHe a.nav-link:hover .mbr-iconfont-btn,
.cid-s1i2ILrCHe a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-s1i2ILrCHe a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1i2ILrCHe .navbar {
    height: 77px;
  }
  .cid-s1i2ILrCHe .navbar.opened {
    height: auto;
  }
  .cid-s1i2ILrCHe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1iOvB4fay {
  background-image: url("../../../assets/images/continents-1379x698.jpg");
}
.cid-s1o8bYNRcg.popup-builder {
  background-color: #ffffff;
}
.cid-s1o8bYNRcg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s1o8bYNRcg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s1o8bYNRcg .modal-content,
.cid-s1o8bYNRcg .modal-dialog {
  height: auto;
}
.cid-s1o8bYNRcg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s1o8bYNRcg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s1o8bYNRcg .form-wrapper .mbr-form .form-group,
  .cid-s1o8bYNRcg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s1o8bYNRcg .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s1o8bYNRcg .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-s1o8bYNRcg .mbr-text {
  text-align: center;
}
.cid-s1o8bYNRcg .pt-0 {
  padding-top: 0 !important;
}
.cid-s1o8bYNRcg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s1o8bYNRcg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s1o8bYNRcg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s1o8bYNRcg .modal-open {
  overflow: hidden;
}
.cid-s1o8bYNRcg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s1o8bYNRcg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s1o8bYNRcg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s1o8bYNRcg .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-s1o8bYNRcg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s1o8bYNRcg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s1o8bYNRcg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s1o8bYNRcg .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-s1o8bYNRcg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s1o8bYNRcg .modal-backdrop.fade {
  opacity: 0;
}
.cid-s1o8bYNRcg .modal-backdrop.show {
  opacity: .5;
}
.cid-s1o8bYNRcg .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-s1o8bYNRcg .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s1o8bYNRcg .modal-header .close:hover {
  opacity: 1;
}
.cid-s1o8bYNRcg .modal-header .close:focus {
  outline: none;
}
.cid-s1o8bYNRcg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s1o8bYNRcg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s1o8bYNRcg .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-s1o8bYNRcg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s1o8bYNRcg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s1o8bYNRcg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s1o8bYNRcg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s1o8bYNRcg .modal-sm {
    max-width: 300px;
  }
  .cid-s1o8bYNRcg .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s1o8bYNRcg .modal-lg,
  .cid-s1o8bYNRcg .modal-xl {
    max-width: 800px;
  }
  .cid-s1o8bYNRcg .container {
    max-width: 960px;
  }
}
@media (min-width: 1500px) {
  .cid-s1o8bYNRcg .modal-xl {
    max-width: 1600px;
  }
  .cid-s1o8bYNRcg .container {
    max-width: 1140px;
  }
}
.cid-s1o8bYNRcg .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s1o8bYNRcg .container {
    max-width: 720px;
  }
}
.cid-s1o8bYNRcg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s1o8bYNRcg .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-s1o8bYNRcg .form-group {
  margin-bottom: 1rem;
}
.cid-s1o8bYNRcg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s1o8bYNRcg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s1o8bYNRcg .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-sgcqcFt2BA {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/background6.jpg");
}
@media (max-width: 767px) {
  .cid-sgcqcFt2BA .content {
    text-align: center;
  }
  .cid-sgcqcFt2BA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgcqcFt2BA .logo-subtitle {
  color: #8d97ad;
}
.cid-sgcqcFt2BA .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sgcqcFt2BA .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sgcqcFt2BA .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sgcqcFt2BA .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sgcqcFt2BA .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sgcqcFt2BA .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sgcqcFt2BA .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sgcqcFt2BA .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sgcqcFt2BA .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sgcqcFt2BA .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sgcqcFt2BA .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgcqcFt2BA .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sgcqcFt2BA .list-item {
  display: flex;
}
.cid-sgcqcFt2BA .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sgcqcFt2BA ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sgcqcFt2BA ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sgcqcFt2BA ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sgcqcFt2BA .logo-subtitle,
.cid-sgcqcFt2BA .media-wrap {
  color: #232323;
}
.cid-s1jH6EKGk4 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 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-s1jH6EKGk4 .nav-item,
.cid-s1jH6EKGk4 .nav-link,
.cid-s1jH6EKGk4 .navbar-caption {
  font-weight: normal;
}
.cid-s1jH6EKGk4 .nav-item:focus,
.cid-s1jH6EKGk4 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s1jH6EKGk4 .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-s1jH6EKGk4 .nav-item .nav-link {
    position: relative;
  }
  .cid-s1jH6EKGk4 .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-s1jH6EKGk4 .nav-item:hover .nav-link:before,
  .cid-s1jH6EKGk4 .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-s1jH6EKGk4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-s1jH6EKGk4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1jH6EKGk4 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-s1jH6EKGk4 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s1jH6EKGk4 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1jH6EKGk4 .dropdown .dropdown-menu .dropdown-item .soc-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-s1jH6EKGk4 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #767676;
  background: none;
}
.cid-s1jH6EKGk4 .navbar.opened {
  transition: all .3s;
  background: #767676 !important;
}
.cid-s1jH6EKGk4 .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-s1jH6EKGk4 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-s1jH6EKGk4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1jH6EKGk4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1jH6EKGk4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s1jH6EKGk4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1jH6EKGk4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1jH6EKGk4 .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-s1jH6EKGk4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1jH6EKGk4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1jH6EKGk4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1jH6EKGk4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s1jH6EKGk4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1jH6EKGk4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1jH6EKGk4 .navbar.navbar-short {
  background: #767676 !important;
  min-height: 60px;
}
.cid-s1jH6EKGk4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1jH6EKGk4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1jH6EKGk4 .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-s1jH6EKGk4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1jH6EKGk4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1jH6EKGk4 .dropdown-item.active,
.cid-s1jH6EKGk4 .dropdown-item:active {
  background-color: transparent;
}
.cid-s1jH6EKGk4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1jH6EKGk4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1jH6EKGk4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1jH6EKGk4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #767676;
  z-index: 2;
}
.cid-s1jH6EKGk4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1jH6EKGk4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1jH6EKGk4 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1jH6EKGk4 .navbar-buttons {
  text-align: center;
}
.cid-s1jH6EKGk4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1jH6EKGk4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s1jH6EKGk4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1jH6EKGk4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1jH6EKGk4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1jH6EKGk4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1jH6EKGk4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1jH6EKGk4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1jH6EKGk4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1jH6EKGk4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1jH6EKGk4 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1jH6EKGk4 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1jH6EKGk4 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-s1jH6EKGk4 .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-s1jH6EKGk4 .soc-item {
  margin: .5rem .3rem;
}
.cid-s1jH6EKGk4 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1jH6EKGk4 a.nav-link .mbr-iconfont-btn,
.cid-s1jH6EKGk4 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-s1jH6EKGk4 a.nav-link:hover .mbr-iconfont-btn,
.cid-s1jH6EKGk4 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-s1jH6EKGk4 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1jH6EKGk4 .navbar {
    height: 77px;
  }
  .cid-s1jH6EKGk4 .navbar.opened {
    height: auto;
  }
  .cid-s1jH6EKGk4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1jH6FpkrJ {
  background-image: url("../../../assets/images/continents-1379x698.jpg");
}
.cid-sg2KSJ93Rq {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #c9b4ed;
}
.cid-sg2KSJ93Rq img {
  width: 125px;
  margin: auto;
  filter: brightness(250%);
}
.cid-sg2KSJ93Rq .card {
  transition: opacity 0.3s;
  height: fit-content;
  padding: 1rem 0rem;
  opacity: 0.5;
  margin-bottom: 1rem;
}
.cid-sg2KSJ93Rq .card:hover {
  opacity: 0.9;
}
.cid-sg2KSJ93Rq H1 {
  color: #232323;
}
.cid-sg2KSJ93Rq .row {
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-sg2KSJ93Rq .col-lg-1 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-sg2KSJ93Rq .row {
  justify-content: center!important;
}
.cid-sgcqcFt2BA {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/background6.jpg");
}
@media (max-width: 767px) {
  .cid-sgcqcFt2BA .content {
    text-align: center;
  }
  .cid-sgcqcFt2BA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgcqcFt2BA .logo-subtitle {
  color: #8d97ad;
}
.cid-sgcqcFt2BA .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sgcqcFt2BA .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sgcqcFt2BA .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sgcqcFt2BA .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sgcqcFt2BA .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sgcqcFt2BA .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sgcqcFt2BA .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sgcqcFt2BA .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sgcqcFt2BA .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sgcqcFt2BA .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sgcqcFt2BA .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgcqcFt2BA .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sgcqcFt2BA .list-item {
  display: flex;
}
.cid-sgcqcFt2BA .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sgcqcFt2BA ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sgcqcFt2BA ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sgcqcFt2BA ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sgcqcFt2BA .logo-subtitle,
.cid-sgcqcFt2BA .media-wrap {
  color: #232323;
}
.cid-s1kobpDgAG .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 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-s1kobpDgAG .nav-item,
.cid-s1kobpDgAG .nav-link,
.cid-s1kobpDgAG .navbar-caption {
  font-weight: normal;
}
.cid-s1kobpDgAG .nav-item:focus,
.cid-s1kobpDgAG .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s1kobpDgAG .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-s1kobpDgAG .nav-item .nav-link {
    position: relative;
  }
  .cid-s1kobpDgAG .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-s1kobpDgAG .nav-item:hover .nav-link:before,
  .cid-s1kobpDgAG .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-s1kobpDgAG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-s1kobpDgAG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1kobpDgAG .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-s1kobpDgAG .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s1kobpDgAG .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1kobpDgAG .dropdown .dropdown-menu .dropdown-item .soc-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-s1kobpDgAG .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #767676;
  background: none;
}
.cid-s1kobpDgAG .navbar.opened {
  transition: all .3s;
  background: #767676 !important;
}
.cid-s1kobpDgAG .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-s1kobpDgAG .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-s1kobpDgAG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1kobpDgAG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1kobpDgAG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s1kobpDgAG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1kobpDgAG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1kobpDgAG .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-s1kobpDgAG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1kobpDgAG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1kobpDgAG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1kobpDgAG .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s1kobpDgAG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1kobpDgAG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1kobpDgAG .navbar.navbar-short {
  background: #767676 !important;
  min-height: 60px;
}
.cid-s1kobpDgAG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1kobpDgAG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1kobpDgAG .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-s1kobpDgAG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1kobpDgAG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1kobpDgAG .dropdown-item.active,
.cid-s1kobpDgAG .dropdown-item:active {
  background-color: transparent;
}
.cid-s1kobpDgAG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1kobpDgAG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1kobpDgAG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1kobpDgAG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #767676;
  z-index: 2;
}
.cid-s1kobpDgAG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1kobpDgAG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1kobpDgAG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1kobpDgAG .navbar-buttons {
  text-align: center;
}
.cid-s1kobpDgAG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1kobpDgAG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s1kobpDgAG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1kobpDgAG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1kobpDgAG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1kobpDgAG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1kobpDgAG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1kobpDgAG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1kobpDgAG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1kobpDgAG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1kobpDgAG .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1kobpDgAG a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1kobpDgAG .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-s1kobpDgAG .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-s1kobpDgAG .soc-item {
  margin: .5rem .3rem;
}
.cid-s1kobpDgAG .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1kobpDgAG a.nav-link .mbr-iconfont-btn,
.cid-s1kobpDgAG a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-s1kobpDgAG a.nav-link:hover .mbr-iconfont-btn,
.cid-s1kobpDgAG a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-s1kobpDgAG a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1kobpDgAG .navbar {
    height: 77px;
  }
  .cid-s1kobpDgAG .navbar.opened {
    height: auto;
  }
  .cid-s1kobpDgAG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1kobroAUI {
  background-image: url("../../../assets/images/continents-1379x698.jpg");
}
.cid-sgcWKpkOtB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #c9b4ed;
}
.cid-sgcWKpkOtB .mbr-text {
  color: #ff3366;
  text-align: center;
}
.cid-sgcWKpkOtB .mbr-section-subtitle {
  color: #ff3366;
  text-align: center;
}
.cid-s1Y3e8q8vD {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #c9b4ed;
}
.cid-s1Y3e8q8vD img {
  width: 125px;
  margin: auto;
  filter: brightness(250%);
}
.cid-s1Y3e8q8vD .card {
  transition: opacity 0.3s;
  height: fit-content;
  padding: 1rem 0rem;
  opacity: 0.5;
  margin-bottom: 1rem;
}
.cid-s1Y3e8q8vD .card:hover {
  opacity: 0.9;
}
.cid-s1Y3e8q8vD H1 {
  color: #232323;
}
.cid-s1Y3e8q8vD .row {
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-s1Y3e8q8vD .col-lg-1 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-s1Y3e8q8vD .row {
  justify-content: center!important;
}
.cid-sgcqcFt2BA {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/background6.jpg");
}
@media (max-width: 767px) {
  .cid-sgcqcFt2BA .content {
    text-align: center;
  }
  .cid-sgcqcFt2BA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgcqcFt2BA .logo-subtitle {
  color: #8d97ad;
}
.cid-sgcqcFt2BA .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sgcqcFt2BA .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sgcqcFt2BA .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sgcqcFt2BA .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sgcqcFt2BA .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sgcqcFt2BA .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sgcqcFt2BA .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sgcqcFt2BA .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sgcqcFt2BA .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sgcqcFt2BA .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sgcqcFt2BA .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgcqcFt2BA .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sgcqcFt2BA .list-item {
  display: flex;
}
.cid-sgcqcFt2BA .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sgcqcFt2BA ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sgcqcFt2BA ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sgcqcFt2BA ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sgcqcFt2BA .logo-subtitle,
.cid-sgcqcFt2BA .media-wrap {
  color: #232323;
}
.cid-s1ks0xXuTZ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 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-s1ks0xXuTZ .nav-item,
.cid-s1ks0xXuTZ .nav-link,
.cid-s1ks0xXuTZ .navbar-caption {
  font-weight: normal;
}
.cid-s1ks0xXuTZ .nav-item:focus,
.cid-s1ks0xXuTZ .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s1ks0xXuTZ .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-s1ks0xXuTZ .nav-item .nav-link {
    position: relative;
  }
  .cid-s1ks0xXuTZ .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-s1ks0xXuTZ .nav-item:hover .nav-link:before,
  .cid-s1ks0xXuTZ .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-s1ks0xXuTZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-s1ks0xXuTZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1ks0xXuTZ .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-s1ks0xXuTZ .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s1ks0xXuTZ .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1ks0xXuTZ .dropdown .dropdown-menu .dropdown-item .soc-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-s1ks0xXuTZ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #767676;
  background: none;
}
.cid-s1ks0xXuTZ .navbar.opened {
  transition: all .3s;
  background: #767676 !important;
}
.cid-s1ks0xXuTZ .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-s1ks0xXuTZ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-s1ks0xXuTZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1ks0xXuTZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1ks0xXuTZ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s1ks0xXuTZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1ks0xXuTZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1ks0xXuTZ .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-s1ks0xXuTZ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1ks0xXuTZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1ks0xXuTZ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1ks0xXuTZ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s1ks0xXuTZ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1ks0xXuTZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1ks0xXuTZ .navbar.navbar-short {
  background: #767676 !important;
  min-height: 60px;
}
.cid-s1ks0xXuTZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1ks0xXuTZ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1ks0xXuTZ .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-s1ks0xXuTZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1ks0xXuTZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1ks0xXuTZ .dropdown-item.active,
.cid-s1ks0xXuTZ .dropdown-item:active {
  background-color: transparent;
}
.cid-s1ks0xXuTZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1ks0xXuTZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1ks0xXuTZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1ks0xXuTZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #767676;
  z-index: 2;
}
.cid-s1ks0xXuTZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1ks0xXuTZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1ks0xXuTZ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1ks0xXuTZ .navbar-buttons {
  text-align: center;
}
.cid-s1ks0xXuTZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1ks0xXuTZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s1ks0xXuTZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1ks0xXuTZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1ks0xXuTZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1ks0xXuTZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1ks0xXuTZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1ks0xXuTZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1ks0xXuTZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1ks0xXuTZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1ks0xXuTZ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1ks0xXuTZ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1ks0xXuTZ .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-s1ks0xXuTZ .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-s1ks0xXuTZ .soc-item {
  margin: .5rem .3rem;
}
.cid-s1ks0xXuTZ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1ks0xXuTZ a.nav-link .mbr-iconfont-btn,
.cid-s1ks0xXuTZ a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-s1ks0xXuTZ a.nav-link:hover .mbr-iconfont-btn,
.cid-s1ks0xXuTZ a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-s1ks0xXuTZ a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1ks0xXuTZ .navbar {
    height: 77px;
  }
  .cid-s1ks0xXuTZ .navbar.opened {
    height: auto;
  }
  .cid-s1ks0xXuTZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1ks0zgwef {
  background-image: url("../../../assets/images/continents-1379x698.jpg");
}
.cid-s1lASflPJh.popup-builder {
  background-color: #ffffff;
}
.cid-s1lASflPJh.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s1lASflPJh.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s1lASflPJh .modal-content,
.cid-s1lASflPJh .modal-dialog {
  height: auto;
}
.cid-s1lASflPJh .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s1lASflPJh .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s1lASflPJh .form-wrapper .mbr-form .form-group,
  .cid-s1lASflPJh .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s1lASflPJh .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s1lASflPJh .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-s1lASflPJh .mbr-text {
  text-align: center;
}
.cid-s1lASflPJh .pt-0 {
  padding-top: 0 !important;
}
.cid-s1lASflPJh .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s1lASflPJh .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s1lASflPJh .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s1lASflPJh .modal-open {
  overflow: hidden;
}
.cid-s1lASflPJh .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s1lASflPJh .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s1lASflPJh .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s1lASflPJh .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-s1lASflPJh .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s1lASflPJh .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s1lASflPJh .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s1lASflPJh .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-s1lASflPJh .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s1lASflPJh .modal-backdrop.fade {
  opacity: 0;
}
.cid-s1lASflPJh .modal-backdrop.show {
  opacity: .5;
}
.cid-s1lASflPJh .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-s1lASflPJh .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s1lASflPJh .modal-header .close:hover {
  opacity: 1;
}
.cid-s1lASflPJh .modal-header .close:focus {
  outline: none;
}
.cid-s1lASflPJh .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s1lASflPJh .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s1lASflPJh .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-s1lASflPJh .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s1lASflPJh .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s1lASflPJh .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s1lASflPJh .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s1lASflPJh .modal-sm {
    max-width: 300px;
  }
  .cid-s1lASflPJh .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s1lASflPJh .modal-lg,
  .cid-s1lASflPJh .modal-xl {
    max-width: 800px;
  }
  .cid-s1lASflPJh .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s1lASflPJh .modal-xl {
    max-width: 1140px;
  }
  .cid-s1lASflPJh .container {
    max-width: 1140px;
  }
}
.cid-s1lASflPJh .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s1lASflPJh .container {
    max-width: 720px;
  }
}
.cid-s1lASflPJh .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s1lASflPJh .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-s1lASflPJh .form-group {
  margin-bottom: 1rem;
}
.cid-s1lASflPJh .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s1lASflPJh .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s1lASflPJh .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-s1zUkMGtPg.popup-builder {
  background-color: #ffffff;
}
.cid-s1zUkMGtPg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s1zUkMGtPg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s1zUkMGtPg .modal-content,
.cid-s1zUkMGtPg .modal-dialog {
  height: auto;
}
.cid-s1zUkMGtPg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s1zUkMGtPg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s1zUkMGtPg .form-wrapper .mbr-form .form-group,
  .cid-s1zUkMGtPg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s1zUkMGtPg .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s1zUkMGtPg .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-s1zUkMGtPg .mbr-text {
  text-align: center;
}
.cid-s1zUkMGtPg .pt-0 {
  padding-top: 0 !important;
}
.cid-s1zUkMGtPg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s1zUkMGtPg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s1zUkMGtPg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s1zUkMGtPg .modal-open {
  overflow: hidden;
}
.cid-s1zUkMGtPg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s1zUkMGtPg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s1zUkMGtPg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s1zUkMGtPg .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-s1zUkMGtPg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s1zUkMGtPg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s1zUkMGtPg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s1zUkMGtPg .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-s1zUkMGtPg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s1zUkMGtPg .modal-backdrop.fade {
  opacity: 0;
}
.cid-s1zUkMGtPg .modal-backdrop.show {
  opacity: .5;
}
.cid-s1zUkMGtPg .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-s1zUkMGtPg .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s1zUkMGtPg .modal-header .close:hover {
  opacity: 1;
}
.cid-s1zUkMGtPg .modal-header .close:focus {
  outline: none;
}
.cid-s1zUkMGtPg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s1zUkMGtPg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s1zUkMGtPg .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-s1zUkMGtPg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s1zUkMGtPg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s1zUkMGtPg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s1zUkMGtPg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s1zUkMGtPg .modal-sm {
    max-width: 300px;
  }
  .cid-s1zUkMGtPg .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s1zUkMGtPg .modal-lg,
  .cid-s1zUkMGtPg .modal-xl {
    max-width: 800px;
  }
  .cid-s1zUkMGtPg .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s1zUkMGtPg .modal-xl {
    max-width: 1450px;
  }
  .cid-s1zUkMGtPg .container {
    max-width: 1140px;
  }
}
.cid-s1zUkMGtPg .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s1zUkMGtPg .container {
    max-width: 720px;
  }
}
.cid-s1zUkMGtPg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s1zUkMGtPg .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-s1zUkMGtPg .form-group {
  margin-bottom: 1rem;
}
.cid-s1zUkMGtPg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s1zUkMGtPg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s1zUkMGtPg .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-s1zVJo3CUb.popup-builder {
  background-color: #ffffff;
}
.cid-s1zVJo3CUb.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s1zVJo3CUb.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s1zVJo3CUb .modal-content,
.cid-s1zVJo3CUb .modal-dialog {
  height: auto;
}
.cid-s1zVJo3CUb .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s1zVJo3CUb .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s1zVJo3CUb .form-wrapper .mbr-form .form-group,
  .cid-s1zVJo3CUb .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s1zVJo3CUb .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s1zVJo3CUb .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-s1zVJo3CUb .mbr-text {
  text-align: center;
}
.cid-s1zVJo3CUb .pt-0 {
  padding-top: 0 !important;
}
.cid-s1zVJo3CUb .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s1zVJo3CUb .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s1zVJo3CUb .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s1zVJo3CUb .modal-open {
  overflow: hidden;
}
.cid-s1zVJo3CUb .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s1zVJo3CUb .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s1zVJo3CUb .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s1zVJo3CUb .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-s1zVJo3CUb .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s1zVJo3CUb .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s1zVJo3CUb .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s1zVJo3CUb .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-s1zVJo3CUb .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s1zVJo3CUb .modal-backdrop.fade {
  opacity: 0;
}
.cid-s1zVJo3CUb .modal-backdrop.show {
  opacity: .5;
}
.cid-s1zVJo3CUb .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-s1zVJo3CUb .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s1zVJo3CUb .modal-header .close:hover {
  opacity: 1;
}
.cid-s1zVJo3CUb .modal-header .close:focus {
  outline: none;
}
.cid-s1zVJo3CUb .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s1zVJo3CUb .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s1zVJo3CUb .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-s1zVJo3CUb .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s1zVJo3CUb .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s1zVJo3CUb .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s1zVJo3CUb .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s1zVJo3CUb .modal-sm {
    max-width: 300px;
  }
  .cid-s1zVJo3CUb .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s1zVJo3CUb .modal-lg,
  .cid-s1zVJo3CUb .modal-xl {
    max-width: 800px;
  }
  .cid-s1zVJo3CUb .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s1zVJo3CUb .modal-xl {
    max-width: 1550px;
  }
  .cid-s1zVJo3CUb .container {
    max-width: 1140px;
  }
}
.cid-s1zVJo3CUb .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s1zVJo3CUb .container {
    max-width: 720px;
  }
}
.cid-s1zVJo3CUb .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s1zVJo3CUb .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-s1zVJo3CUb .form-group {
  margin-bottom: 1rem;
}
.cid-s1zVJo3CUb .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s1zVJo3CUb .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s1zVJo3CUb .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-sg3Jlo09dx.popup-builder {
  background-color: #ffffff;
}
.cid-sg3Jlo09dx.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sg3Jlo09dx.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sg3Jlo09dx .modal-content,
.cid-sg3Jlo09dx .modal-dialog {
  height: auto;
}
.cid-sg3Jlo09dx .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sg3Jlo09dx .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sg3Jlo09dx .form-wrapper .mbr-form .form-group,
  .cid-sg3Jlo09dx .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sg3Jlo09dx .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sg3Jlo09dx .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-sg3Jlo09dx .mbr-text {
  text-align: center;
}
.cid-sg3Jlo09dx .pt-0 {
  padding-top: 0 !important;
}
.cid-sg3Jlo09dx .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sg3Jlo09dx .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sg3Jlo09dx .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sg3Jlo09dx .modal-open {
  overflow: hidden;
}
.cid-sg3Jlo09dx .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sg3Jlo09dx .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sg3Jlo09dx .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sg3Jlo09dx .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-sg3Jlo09dx .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sg3Jlo09dx .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sg3Jlo09dx .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sg3Jlo09dx .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-sg3Jlo09dx .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sg3Jlo09dx .modal-backdrop.fade {
  opacity: 0;
}
.cid-sg3Jlo09dx .modal-backdrop.show {
  opacity: .5;
}
.cid-sg3Jlo09dx .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-sg3Jlo09dx .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sg3Jlo09dx .modal-header .close:hover {
  opacity: 1;
}
.cid-sg3Jlo09dx .modal-header .close:focus {
  outline: none;
}
.cid-sg3Jlo09dx .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sg3Jlo09dx .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sg3Jlo09dx .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-sg3Jlo09dx .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sg3Jlo09dx .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sg3Jlo09dx .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sg3Jlo09dx .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sg3Jlo09dx .modal-sm {
    max-width: 300px;
  }
  .cid-sg3Jlo09dx .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sg3Jlo09dx .modal-lg,
  .cid-sg3Jlo09dx .modal-xl {
    max-width: 800px;
  }
  .cid-sg3Jlo09dx .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sg3Jlo09dx .modal-xl {
    max-width: 1140px;
  }
  .cid-sg3Jlo09dx .container {
    max-width: 1140px;
  }
}
.cid-sg3Jlo09dx .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sg3Jlo09dx .container {
    max-width: 720px;
  }
}
.cid-sg3Jlo09dx .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sg3Jlo09dx .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-sg3Jlo09dx .form-group {
  margin-bottom: 1rem;
}
.cid-sg3Jlo09dx .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sg3Jlo09dx .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sg3Jlo09dx .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-sg3JJ8gBDs.popup-builder {
  background-color: #ffffff;
}
.cid-sg3JJ8gBDs.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sg3JJ8gBDs.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sg3JJ8gBDs .modal-content,
.cid-sg3JJ8gBDs .modal-dialog {
  height: auto;
}
.cid-sg3JJ8gBDs .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sg3JJ8gBDs .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sg3JJ8gBDs .form-wrapper .mbr-form .form-group,
  .cid-sg3JJ8gBDs .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sg3JJ8gBDs .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sg3JJ8gBDs .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-sg3JJ8gBDs .mbr-text {
  text-align: center;
}
.cid-sg3JJ8gBDs .pt-0 {
  padding-top: 0 !important;
}
.cid-sg3JJ8gBDs .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sg3JJ8gBDs .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sg3JJ8gBDs .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sg3JJ8gBDs .modal-open {
  overflow: hidden;
}
.cid-sg3JJ8gBDs .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sg3JJ8gBDs .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sg3JJ8gBDs .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sg3JJ8gBDs .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-sg3JJ8gBDs .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sg3JJ8gBDs .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sg3JJ8gBDs .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sg3JJ8gBDs .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-sg3JJ8gBDs .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sg3JJ8gBDs .modal-backdrop.fade {
  opacity: 0;
}
.cid-sg3JJ8gBDs .modal-backdrop.show {
  opacity: .5;
}
.cid-sg3JJ8gBDs .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-sg3JJ8gBDs .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sg3JJ8gBDs .modal-header .close:hover {
  opacity: 1;
}
.cid-sg3JJ8gBDs .modal-header .close:focus {
  outline: none;
}
.cid-sg3JJ8gBDs .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sg3JJ8gBDs .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sg3JJ8gBDs .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-sg3JJ8gBDs .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sg3JJ8gBDs .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sg3JJ8gBDs .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sg3JJ8gBDs .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sg3JJ8gBDs .modal-sm {
    max-width: 300px;
  }
  .cid-sg3JJ8gBDs .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sg3JJ8gBDs .modal-lg,
  .cid-sg3JJ8gBDs .modal-xl {
    max-width: 800px;
  }
  .cid-sg3JJ8gBDs .container {
    max-width: 960px;
  }
}
@media (min-width: 1500px) {
  .cid-sg3JJ8gBDs .modal-xl {
    max-width: 1600px;
  }
  .cid-sg3JJ8gBDs .container {
    max-width: 1140px;
  }
}
.cid-sg3JJ8gBDs .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sg3JJ8gBDs .container {
    max-width: 720px;
  }
}
.cid-sg3JJ8gBDs .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sg3JJ8gBDs .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-sg3JJ8gBDs .form-group {
  margin-bottom: 1rem;
}
.cid-sg3JJ8gBDs .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sg3JJ8gBDs .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sg3JJ8gBDs .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-sgcqcFt2BA {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/background6.jpg");
}
@media (max-width: 767px) {
  .cid-sgcqcFt2BA .content {
    text-align: center;
  }
  .cid-sgcqcFt2BA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgcqcFt2BA .logo-subtitle {
  color: #8d97ad;
}
.cid-sgcqcFt2BA .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sgcqcFt2BA .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sgcqcFt2BA .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sgcqcFt2BA .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sgcqcFt2BA .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sgcqcFt2BA .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sgcqcFt2BA .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sgcqcFt2BA .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sgcqcFt2BA .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sgcqcFt2BA .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sgcqcFt2BA .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgcqcFt2BA .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sgcqcFt2BA .list-item {
  display: flex;
}
.cid-sgcqcFt2BA .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sgcqcFt2BA ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sgcqcFt2BA ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sgcqcFt2BA ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sgcqcFt2BA .logo-subtitle,
.cid-sgcqcFt2BA .media-wrap {
  color: #232323;
}
.cid-s1kXxN8LbQ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 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-s1kXxN8LbQ .nav-item,
.cid-s1kXxN8LbQ .nav-link,
.cid-s1kXxN8LbQ .navbar-caption {
  font-weight: normal;
}
.cid-s1kXxN8LbQ .nav-item:focus,
.cid-s1kXxN8LbQ .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s1kXxN8LbQ .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-s1kXxN8LbQ .nav-item .nav-link {
    position: relative;
  }
  .cid-s1kXxN8LbQ .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-s1kXxN8LbQ .nav-item:hover .nav-link:before,
  .cid-s1kXxN8LbQ .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-s1kXxN8LbQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-s1kXxN8LbQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1kXxN8LbQ .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-s1kXxN8LbQ .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s1kXxN8LbQ .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1kXxN8LbQ .dropdown .dropdown-menu .dropdown-item .soc-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-s1kXxN8LbQ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #767676;
  background: none;
}
.cid-s1kXxN8LbQ .navbar.opened {
  transition: all .3s;
  background: #767676 !important;
}
.cid-s1kXxN8LbQ .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-s1kXxN8LbQ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-s1kXxN8LbQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1kXxN8LbQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1kXxN8LbQ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s1kXxN8LbQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1kXxN8LbQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1kXxN8LbQ .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-s1kXxN8LbQ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1kXxN8LbQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1kXxN8LbQ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1kXxN8LbQ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s1kXxN8LbQ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1kXxN8LbQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1kXxN8LbQ .navbar.navbar-short {
  background: #767676 !important;
  min-height: 60px;
}
.cid-s1kXxN8LbQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1kXxN8LbQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1kXxN8LbQ .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-s1kXxN8LbQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1kXxN8LbQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1kXxN8LbQ .dropdown-item.active,
.cid-s1kXxN8LbQ .dropdown-item:active {
  background-color: transparent;
}
.cid-s1kXxN8LbQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1kXxN8LbQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1kXxN8LbQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1kXxN8LbQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #767676;
  z-index: 2;
}
.cid-s1kXxN8LbQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1kXxN8LbQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1kXxN8LbQ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1kXxN8LbQ .navbar-buttons {
  text-align: center;
}
.cid-s1kXxN8LbQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1kXxN8LbQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s1kXxN8LbQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1kXxN8LbQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1kXxN8LbQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1kXxN8LbQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1kXxN8LbQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1kXxN8LbQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1kXxN8LbQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1kXxN8LbQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1kXxN8LbQ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1kXxN8LbQ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1kXxN8LbQ .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-s1kXxN8LbQ .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-s1kXxN8LbQ .soc-item {
  margin: .5rem .3rem;
}
.cid-s1kXxN8LbQ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1kXxN8LbQ a.nav-link .mbr-iconfont-btn,
.cid-s1kXxN8LbQ a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-s1kXxN8LbQ a.nav-link:hover .mbr-iconfont-btn,
.cid-s1kXxN8LbQ a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-s1kXxN8LbQ a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1kXxN8LbQ .navbar {
    height: 77px;
  }
  .cid-s1kXxN8LbQ .navbar.opened {
    height: auto;
  }
  .cid-s1kXxN8LbQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1u1biI3W2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/continents-1379x698.jpg");
}
.cid-s1u1biI3W2 .container-fluid {
  padding: 0 2rem;
}
.cid-s1u1biI3W2 .underline .line {
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  display: inline-block;
}
.cid-s1u1biI3W2 .timeline-text-content {
  padding: 2rem 2.5rem;
  margin-left: 2rem;
  text-align: left;
}
.cid-s1u1biI3W2 .timeline-text-content p {
  margin-bottom: 0;
}
.cid-s1u1biI3W2 .time-line-date-content {
  margin-right: 2rem;
}
.cid-s1u1biI3W2 .time-line-date-content p {
  padding: 2rem 1.4rem;
  float: right;
}
.cid-s1u1biI3W2 .timeline-element {
  margin-bottom: 5px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.cid-s1u1biI3W2 .iconBackground {
  position: absolute;
  left: 25%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #0087ab;
  font-size: 30px;
  display: inline-block;
  top: 29px;
  margin-left: -10px;
}
.cid-s1u1biI3W2 .separline:before,
.cid-s1u1biI3W2 .first-separline:before {
  top: 3rem;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #0087ab;
  left: calc(25% - 1px);
  height: calc(100% + 2rem);
}
.cid-s1u1biI3W2 .separline:after {
  top: calc(100% + 6.1rem);
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #0087ab;
  left: calc(25% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-s1u1biI3W2 .container-fluid {
    padding: 0 1rem;
  }
  .cid-s1u1biI3W2 .iconBackground {
    left: 10px !important;
    top: 33px;
  }
  .cid-s1u1biI3W2 .separline:before,
  .cid-s1u1biI3W2 .first-separline:before {
    left: 9px !important;
    top: 3.3rem;
  }
  .cid-s1u1biI3W2 .separline:after {
    left: 9px !important;
    top: calc(100% + 6.4rem);
  }
  .cid-s1u1biI3W2 .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-s1u1biI3W2 .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-s1u1biI3W2 .time-line-date-content p {
    float: left !important;
  }
  .cid-s1u1biI3W2 .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
}
.cid-s1u1biI3W2 .mbr-section-title,
.cid-s1u1biI3W2 .underline {
  text-align: center;
}
.cid-s1u1biI3W2 .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-s1u1biI3W2 .mbr-timeline-title {
  color: #232323;
}
.cid-sgcqcFt2BA {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/background6.jpg");
}
@media (max-width: 767px) {
  .cid-sgcqcFt2BA .content {
    text-align: center;
  }
  .cid-sgcqcFt2BA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgcqcFt2BA .logo-subtitle {
  color: #8d97ad;
}
.cid-sgcqcFt2BA .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sgcqcFt2BA .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sgcqcFt2BA .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sgcqcFt2BA .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sgcqcFt2BA .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sgcqcFt2BA .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sgcqcFt2BA .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sgcqcFt2BA .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sgcqcFt2BA .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sgcqcFt2BA .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sgcqcFt2BA .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgcqcFt2BA .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sgcqcFt2BA .list-item {
  display: flex;
}
.cid-sgcqcFt2BA .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sgcqcFt2BA ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sgcqcFt2BA ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sgcqcFt2BA ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sgcqcFt2BA .logo-subtitle,
.cid-sgcqcFt2BA .media-wrap {
  color: #232323;
}
.cid-s1lo9pKKUN .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 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-s1lo9pKKUN .nav-item,
.cid-s1lo9pKKUN .nav-link,
.cid-s1lo9pKKUN .navbar-caption {
  font-weight: normal;
}
.cid-s1lo9pKKUN .nav-item:focus,
.cid-s1lo9pKKUN .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s1lo9pKKUN .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-s1lo9pKKUN .nav-item .nav-link {
    position: relative;
  }
  .cid-s1lo9pKKUN .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-s1lo9pKKUN .nav-item:hover .nav-link:before,
  .cid-s1lo9pKKUN .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-s1lo9pKKUN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-s1lo9pKKUN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1lo9pKKUN .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-s1lo9pKKUN .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s1lo9pKKUN .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1lo9pKKUN .dropdown .dropdown-menu .dropdown-item .soc-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-s1lo9pKKUN .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #767676;
  background: none;
}
.cid-s1lo9pKKUN .navbar.opened {
  transition: all .3s;
  background: #767676 !important;
}
.cid-s1lo9pKKUN .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-s1lo9pKKUN .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-s1lo9pKKUN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1lo9pKKUN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1lo9pKKUN .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s1lo9pKKUN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1lo9pKKUN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1lo9pKKUN .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-s1lo9pKKUN .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1lo9pKKUN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1lo9pKKUN .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1lo9pKKUN .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s1lo9pKKUN .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1lo9pKKUN .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1lo9pKKUN .navbar.navbar-short {
  background: #767676 !important;
  min-height: 60px;
}
.cid-s1lo9pKKUN .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1lo9pKKUN .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1lo9pKKUN .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-s1lo9pKKUN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1lo9pKKUN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1lo9pKKUN .dropdown-item.active,
.cid-s1lo9pKKUN .dropdown-item:active {
  background-color: transparent;
}
.cid-s1lo9pKKUN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1lo9pKKUN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1lo9pKKUN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1lo9pKKUN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #767676;
  z-index: 2;
}
.cid-s1lo9pKKUN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1lo9pKKUN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1lo9pKKUN ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1lo9pKKUN .navbar-buttons {
  text-align: center;
}
.cid-s1lo9pKKUN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1lo9pKKUN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s1lo9pKKUN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1lo9pKKUN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1lo9pKKUN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1lo9pKKUN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1lo9pKKUN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1lo9pKKUN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1lo9pKKUN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1lo9pKKUN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1lo9pKKUN .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1lo9pKKUN a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1lo9pKKUN .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-s1lo9pKKUN .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-s1lo9pKKUN .soc-item {
  margin: .5rem .3rem;
}
.cid-s1lo9pKKUN .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1lo9pKKUN a.nav-link .mbr-iconfont-btn,
.cid-s1lo9pKKUN a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-s1lo9pKKUN a.nav-link:hover .mbr-iconfont-btn,
.cid-s1lo9pKKUN a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-s1lo9pKKUN a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1lo9pKKUN .navbar {
    height: 77px;
  }
  .cid-s1lo9pKKUN .navbar.opened {
    height: auto;
  }
  .cid-s1lo9pKKUN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1lo9qoeaz {
  background-image: url("../../../assets/images/continents-1379x698.jpg");
}
.cid-sg1LieNi54 {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #c9b4ed;
}
.cid-sg1LieNi54 img {
  width: 125px;
  margin: auto;
  filter: brightness(250%);
}
.cid-sg1LieNi54 .card {
  transition: opacity 0.3s;
  height: fit-content;
  padding: 1rem 0rem;
  opacity: 0.5;
  margin-bottom: 1rem;
}
.cid-sg1LieNi54 .card:hover {
  opacity: 0.9;
}
.cid-sg1LieNi54 H1 {
  color: #232323;
}
.cid-sg1LieNi54 .row {
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-sg1LieNi54 .col-lg-1 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-sg1LieNi54 .row {
  justify-content: center!important;
}
.cid-sgcqcFt2BA {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/background6.jpg");
}
@media (max-width: 767px) {
  .cid-sgcqcFt2BA .content {
    text-align: center;
  }
  .cid-sgcqcFt2BA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgcqcFt2BA .logo-subtitle {
  color: #8d97ad;
}
.cid-sgcqcFt2BA .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sgcqcFt2BA .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sgcqcFt2BA .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sgcqcFt2BA .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sgcqcFt2BA .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sgcqcFt2BA .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sgcqcFt2BA .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sgcqcFt2BA .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sgcqcFt2BA .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sgcqcFt2BA .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sgcqcFt2BA .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgcqcFt2BA .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sgcqcFt2BA .list-item {
  display: flex;
}
.cid-sgcqcFt2BA .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sgcqcFt2BA ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sgcqcFt2BA ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sgcqcFt2BA ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sgcqcFt2BA .logo-subtitle,
.cid-sgcqcFt2BA .media-wrap {
  color: #232323;
}
.cid-s1loz3yeDE .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 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-s1loz3yeDE .nav-item,
.cid-s1loz3yeDE .nav-link,
.cid-s1loz3yeDE .navbar-caption {
  font-weight: normal;
}
.cid-s1loz3yeDE .nav-item:focus,
.cid-s1loz3yeDE .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s1loz3yeDE .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-s1loz3yeDE .nav-item .nav-link {
    position: relative;
  }
  .cid-s1loz3yeDE .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-s1loz3yeDE .nav-item:hover .nav-link:before,
  .cid-s1loz3yeDE .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-s1loz3yeDE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-s1loz3yeDE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1loz3yeDE .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-s1loz3yeDE .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s1loz3yeDE .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1loz3yeDE .dropdown .dropdown-menu .dropdown-item .soc-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-s1loz3yeDE .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #767676;
  background: none;
}
.cid-s1loz3yeDE .navbar.opened {
  transition: all .3s;
  background: #767676 !important;
}
.cid-s1loz3yeDE .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-s1loz3yeDE .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-s1loz3yeDE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1loz3yeDE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1loz3yeDE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s1loz3yeDE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1loz3yeDE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1loz3yeDE .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-s1loz3yeDE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1loz3yeDE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1loz3yeDE .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1loz3yeDE .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s1loz3yeDE .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1loz3yeDE .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1loz3yeDE .navbar.navbar-short {
  background: #767676 !important;
  min-height: 60px;
}
.cid-s1loz3yeDE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1loz3yeDE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1loz3yeDE .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-s1loz3yeDE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1loz3yeDE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1loz3yeDE .dropdown-item.active,
.cid-s1loz3yeDE .dropdown-item:active {
  background-color: transparent;
}
.cid-s1loz3yeDE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1loz3yeDE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1loz3yeDE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1loz3yeDE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #767676;
  z-index: 2;
}
.cid-s1loz3yeDE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1loz3yeDE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1loz3yeDE ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1loz3yeDE .navbar-buttons {
  text-align: center;
}
.cid-s1loz3yeDE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1loz3yeDE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s1loz3yeDE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1loz3yeDE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1loz3yeDE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1loz3yeDE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1loz3yeDE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1loz3yeDE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1loz3yeDE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1loz3yeDE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1loz3yeDE .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1loz3yeDE a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1loz3yeDE .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-s1loz3yeDE .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-s1loz3yeDE .soc-item {
  margin: .5rem .3rem;
}
.cid-s1loz3yeDE .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1loz3yeDE a.nav-link .mbr-iconfont-btn,
.cid-s1loz3yeDE a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-s1loz3yeDE a.nav-link:hover .mbr-iconfont-btn,
.cid-s1loz3yeDE a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-s1loz3yeDE a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1loz3yeDE .navbar {
    height: 77px;
  }
  .cid-s1loz3yeDE .navbar.opened {
    height: auto;
  }
  .cid-s1loz3yeDE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1loz4939C {
  background-image: url("../../../assets/images/continents-1379x698.jpg");
}
.cid-sg1LBz2ywE {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #c9b4ed;
}
.cid-sg1LBz2ywE img {
  width: 125px;
  margin: auto;
  filter: brightness(250%);
}
.cid-sg1LBz2ywE .card {
  transition: opacity 0.3s;
  height: fit-content;
  padding: 1rem 0rem;
  opacity: 0.5;
  margin-bottom: 1rem;
}
.cid-sg1LBz2ywE .card:hover {
  opacity: 0.9;
}
.cid-sg1LBz2ywE H1 {
  color: #232323;
}
.cid-sg1LBz2ywE .row {
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-sg1LBz2ywE .col-lg-1 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-sg1LBz2ywE .row {
  justify-content: center!important;
}
.cid-sgcqcFt2BA {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/background6.jpg");
}
@media (max-width: 767px) {
  .cid-sgcqcFt2BA .content {
    text-align: center;
  }
  .cid-sgcqcFt2BA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgcqcFt2BA .logo-subtitle {
  color: #8d97ad;
}
.cid-sgcqcFt2BA .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sgcqcFt2BA .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sgcqcFt2BA .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sgcqcFt2BA .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sgcqcFt2BA .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sgcqcFt2BA .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sgcqcFt2BA .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sgcqcFt2BA .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sgcqcFt2BA .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sgcqcFt2BA .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sgcqcFt2BA .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgcqcFt2BA .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sgcqcFt2BA .list-item {
  display: flex;
}
.cid-sgcqcFt2BA .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sgcqcFt2BA ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sgcqcFt2BA ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sgcqcFt2BA ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sgcqcFt2BA .logo-subtitle,
.cid-sgcqcFt2BA .media-wrap {
  color: #232323;
}
.cid-s1loDk25dN .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 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-s1loDk25dN .nav-item,
.cid-s1loDk25dN .nav-link,
.cid-s1loDk25dN .navbar-caption {
  font-weight: normal;
}
.cid-s1loDk25dN .nav-item:focus,
.cid-s1loDk25dN .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s1loDk25dN .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-s1loDk25dN .nav-item .nav-link {
    position: relative;
  }
  .cid-s1loDk25dN .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-s1loDk25dN .nav-item:hover .nav-link:before,
  .cid-s1loDk25dN .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-s1loDk25dN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-s1loDk25dN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1loDk25dN .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-s1loDk25dN .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s1loDk25dN .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1loDk25dN .dropdown .dropdown-menu .dropdown-item .soc-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-s1loDk25dN .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #767676;
  background: none;
}
.cid-s1loDk25dN .navbar.opened {
  transition: all .3s;
  background: #767676 !important;
}
.cid-s1loDk25dN .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-s1loDk25dN .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-s1loDk25dN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1loDk25dN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1loDk25dN .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s1loDk25dN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1loDk25dN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1loDk25dN .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-s1loDk25dN .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1loDk25dN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1loDk25dN .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1loDk25dN .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s1loDk25dN .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1loDk25dN .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1loDk25dN .navbar.navbar-short {
  background: #767676 !important;
  min-height: 60px;
}
.cid-s1loDk25dN .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1loDk25dN .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1loDk25dN .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-s1loDk25dN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1loDk25dN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1loDk25dN .dropdown-item.active,
.cid-s1loDk25dN .dropdown-item:active {
  background-color: transparent;
}
.cid-s1loDk25dN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1loDk25dN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1loDk25dN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1loDk25dN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #767676;
  z-index: 2;
}
.cid-s1loDk25dN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1loDk25dN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1loDk25dN ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1loDk25dN .navbar-buttons {
  text-align: center;
}
.cid-s1loDk25dN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1loDk25dN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s1loDk25dN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1loDk25dN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1loDk25dN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1loDk25dN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1loDk25dN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1loDk25dN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1loDk25dN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1loDk25dN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1loDk25dN .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1loDk25dN a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1loDk25dN .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-s1loDk25dN .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-s1loDk25dN .soc-item {
  margin: .5rem .3rem;
}
.cid-s1loDk25dN .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1loDk25dN a.nav-link .mbr-iconfont-btn,
.cid-s1loDk25dN a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-s1loDk25dN a.nav-link:hover .mbr-iconfont-btn,
.cid-s1loDk25dN a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-s1loDk25dN a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1loDk25dN .navbar {
    height: 77px;
  }
  .cid-s1loDk25dN .navbar.opened {
    height: auto;
  }
  .cid-s1loDk25dN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1loDkztxL {
  background-image: url("../../../assets/images/continents-1379x698.jpg");
}
.cid-sg2Lk1HydX {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #c9b4ed;
}
.cid-sg2Lk1HydX img {
  width: 125px;
  margin: auto;
  filter: brightness(250%);
}
.cid-sg2Lk1HydX .card {
  transition: opacity 0.3s;
  height: fit-content;
  padding: 1rem 0rem;
  opacity: 0.5;
  margin-bottom: 1rem;
}
.cid-sg2Lk1HydX .card:hover {
  opacity: 0.9;
}
.cid-sg2Lk1HydX H1 {
  color: #232323;
}
.cid-sg2Lk1HydX .row {
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-sg2Lk1HydX .col-lg-1 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-sg2Lk1HydX .row {
  justify-content: center!important;
}
.cid-sgcqcFt2BA {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/background6.jpg");
}
@media (max-width: 767px) {
  .cid-sgcqcFt2BA .content {
    text-align: center;
  }
  .cid-sgcqcFt2BA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgcqcFt2BA .logo-subtitle {
  color: #8d97ad;
}
.cid-sgcqcFt2BA .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sgcqcFt2BA .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sgcqcFt2BA .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sgcqcFt2BA .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sgcqcFt2BA .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sgcqcFt2BA .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sgcqcFt2BA .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sgcqcFt2BA .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sgcqcFt2BA .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sgcqcFt2BA .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sgcqcFt2BA .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgcqcFt2BA .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sgcqcFt2BA .list-item {
  display: flex;
}
.cid-sgcqcFt2BA .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sgcqcFt2BA ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sgcqcFt2BA ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sgcqcFt2BA ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sgcqcFt2BA .logo-subtitle,
.cid-sgcqcFt2BA .media-wrap {
  color: #232323;
}
.cid-s1lrB5WNij .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 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-s1lrB5WNij .nav-item,
.cid-s1lrB5WNij .nav-link,
.cid-s1lrB5WNij .navbar-caption {
  font-weight: normal;
}
.cid-s1lrB5WNij .nav-item:focus,
.cid-s1lrB5WNij .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s1lrB5WNij .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-s1lrB5WNij .nav-item .nav-link {
    position: relative;
  }
  .cid-s1lrB5WNij .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-s1lrB5WNij .nav-item:hover .nav-link:before,
  .cid-s1lrB5WNij .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-s1lrB5WNij .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-s1lrB5WNij .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1lrB5WNij .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-s1lrB5WNij .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s1lrB5WNij .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1lrB5WNij .dropdown .dropdown-menu .dropdown-item .soc-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-s1lrB5WNij .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #767676;
  background: none;
}
.cid-s1lrB5WNij .navbar.opened {
  transition: all .3s;
  background: #767676 !important;
}
.cid-s1lrB5WNij .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-s1lrB5WNij .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-s1lrB5WNij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1lrB5WNij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1lrB5WNij .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s1lrB5WNij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1lrB5WNij .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1lrB5WNij .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-s1lrB5WNij .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1lrB5WNij .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1lrB5WNij .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1lrB5WNij .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s1lrB5WNij .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1lrB5WNij .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1lrB5WNij .navbar.navbar-short {
  background: #767676 !important;
  min-height: 60px;
}
.cid-s1lrB5WNij .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1lrB5WNij .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1lrB5WNij .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-s1lrB5WNij .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1lrB5WNij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1lrB5WNij .dropdown-item.active,
.cid-s1lrB5WNij .dropdown-item:active {
  background-color: transparent;
}
.cid-s1lrB5WNij .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1lrB5WNij .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1lrB5WNij .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1lrB5WNij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #767676;
  z-index: 2;
}
.cid-s1lrB5WNij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1lrB5WNij .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1lrB5WNij ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1lrB5WNij .navbar-buttons {
  text-align: center;
}
.cid-s1lrB5WNij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1lrB5WNij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s1lrB5WNij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1lrB5WNij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1lrB5WNij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1lrB5WNij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1lrB5WNij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1lrB5WNij nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1lrB5WNij nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1lrB5WNij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1lrB5WNij .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1lrB5WNij a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1lrB5WNij .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-s1lrB5WNij .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-s1lrB5WNij .soc-item {
  margin: .5rem .3rem;
}
.cid-s1lrB5WNij .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1lrB5WNij a.nav-link .mbr-iconfont-btn,
.cid-s1lrB5WNij a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-s1lrB5WNij a.nav-link:hover .mbr-iconfont-btn,
.cid-s1lrB5WNij a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-s1lrB5WNij a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1lrB5WNij .navbar {
    height: 77px;
  }
  .cid-s1lrB5WNij .navbar.opened {
    height: auto;
  }
  .cid-s1lrB5WNij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1lrB6PSFD {
  background-image: url("../../../assets/images/continents-1379x698.jpg");
}
.cid-sg1LqGywK2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #c9b4ed;
}
.cid-sg1LqGywK2 img {
  width: 125px;
  margin: auto;
  filter: brightness(250%);
}
.cid-sg1LqGywK2 .card {
  transition: opacity 0.3s;
  height: fit-content;
  padding: 1rem 0rem;
  opacity: 0.5;
  margin-bottom: 1rem;
}
.cid-sg1LqGywK2 .card:hover {
  opacity: 0.9;
}
.cid-sg1LqGywK2 H1 {
  color: #232323;
}
.cid-sg1LqGywK2 .row {
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-sg1LqGywK2 .col-lg-1 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-sg1LqGywK2 .row {
  justify-content: center!important;
}
.cid-sgcqcFt2BA {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/background6.jpg");
}
@media (max-width: 767px) {
  .cid-sgcqcFt2BA .content {
    text-align: center;
  }
  .cid-sgcqcFt2BA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgcqcFt2BA .logo-subtitle {
  color: #8d97ad;
}
.cid-sgcqcFt2BA .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sgcqcFt2BA .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sgcqcFt2BA .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sgcqcFt2BA .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sgcqcFt2BA .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sgcqcFt2BA .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sgcqcFt2BA .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sgcqcFt2BA .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sgcqcFt2BA .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sgcqcFt2BA .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sgcqcFt2BA .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgcqcFt2BA .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sgcqcFt2BA .list-item {
  display: flex;
}
.cid-sgcqcFt2BA .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sgcqcFt2BA ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sgcqcFt2BA ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sgcqcFt2BA ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sgcqcFt2BA .logo-subtitle,
.cid-sgcqcFt2BA .media-wrap {
  color: #232323;
}
.cid-s1lsRclINE .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 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-s1lsRclINE .nav-item,
.cid-s1lsRclINE .nav-link,
.cid-s1lsRclINE .navbar-caption {
  font-weight: normal;
}
.cid-s1lsRclINE .nav-item:focus,
.cid-s1lsRclINE .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s1lsRclINE .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-s1lsRclINE .nav-item .nav-link {
    position: relative;
  }
  .cid-s1lsRclINE .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-s1lsRclINE .nav-item:hover .nav-link:before,
  .cid-s1lsRclINE .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-s1lsRclINE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-s1lsRclINE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1lsRclINE .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-s1lsRclINE .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s1lsRclINE .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1lsRclINE .dropdown .dropdown-menu .dropdown-item .soc-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-s1lsRclINE .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #767676;
  background: none;
}
.cid-s1lsRclINE .navbar.opened {
  transition: all .3s;
  background: #767676 !important;
}
.cid-s1lsRclINE .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-s1lsRclINE .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-s1lsRclINE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1lsRclINE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1lsRclINE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s1lsRclINE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1lsRclINE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1lsRclINE .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-s1lsRclINE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1lsRclINE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1lsRclINE .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1lsRclINE .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s1lsRclINE .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1lsRclINE .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1lsRclINE .navbar.navbar-short {
  background: #767676 !important;
  min-height: 60px;
}
.cid-s1lsRclINE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1lsRclINE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1lsRclINE .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-s1lsRclINE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1lsRclINE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1lsRclINE .dropdown-item.active,
.cid-s1lsRclINE .dropdown-item:active {
  background-color: transparent;
}
.cid-s1lsRclINE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1lsRclINE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1lsRclINE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1lsRclINE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #767676;
  z-index: 2;
}
.cid-s1lsRclINE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1lsRclINE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1lsRclINE ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1lsRclINE .navbar-buttons {
  text-align: center;
}
.cid-s1lsRclINE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1lsRclINE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s1lsRclINE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1lsRclINE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1lsRclINE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1lsRclINE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1lsRclINE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1lsRclINE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1lsRclINE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1lsRclINE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1lsRclINE .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1lsRclINE a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1lsRclINE .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-s1lsRclINE .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-s1lsRclINE .soc-item {
  margin: .5rem .3rem;
}
.cid-s1lsRclINE .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1lsRclINE a.nav-link .mbr-iconfont-btn,
.cid-s1lsRclINE a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-s1lsRclINE a.nav-link:hover .mbr-iconfont-btn,
.cid-s1lsRclINE a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-s1lsRclINE a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1lsRclINE .navbar {
    height: 77px;
  }
  .cid-s1lsRclINE .navbar.opened {
    height: auto;
  }
  .cid-s1lsRclINE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1lsRcXGTx {
  background-image: url("../../../assets/images/continents-1379x698.jpg");
}
.cid-sg2L9jBXh5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #c9b4ed;
}
.cid-sg2L9jBXh5 img {
  width: 125px;
  margin: auto;
  filter: brightness(250%);
}
.cid-sg2L9jBXh5 .card {
  transition: opacity 0.3s;
  height: fit-content;
  padding: 1rem 0rem;
  opacity: 0.5;
  margin-bottom: 1rem;
}
.cid-sg2L9jBXh5 .card:hover {
  opacity: 0.9;
}
.cid-sg2L9jBXh5 H1 {
  color: #232323;
}
.cid-sg2L9jBXh5 .row {
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-sg2L9jBXh5 .col-lg-1 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-sg2L9jBXh5 .row {
  justify-content: center!important;
}
.cid-sgcqcFt2BA {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/background6.jpg");
}
@media (max-width: 767px) {
  .cid-sgcqcFt2BA .content {
    text-align: center;
  }
  .cid-sgcqcFt2BA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgcqcFt2BA .logo-subtitle {
  color: #8d97ad;
}
.cid-sgcqcFt2BA .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sgcqcFt2BA .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sgcqcFt2BA .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sgcqcFt2BA .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sgcqcFt2BA .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sgcqcFt2BA .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sgcqcFt2BA .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sgcqcFt2BA .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sgcqcFt2BA .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sgcqcFt2BA .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sgcqcFt2BA .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgcqcFt2BA .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sgcqcFt2BA .list-item {
  display: flex;
}
.cid-sgcqcFt2BA .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sgcqcFt2BA ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sgcqcFt2BA ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sgcqcFt2BA ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sgcqcFt2BA .logo-subtitle,
.cid-sgcqcFt2BA .media-wrap {
  color: #232323;
}
.cid-s1ltmcKyEM .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 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-s1ltmcKyEM .nav-item,
.cid-s1ltmcKyEM .nav-link,
.cid-s1ltmcKyEM .navbar-caption {
  font-weight: normal;
}
.cid-s1ltmcKyEM .nav-item:focus,
.cid-s1ltmcKyEM .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s1ltmcKyEM .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-s1ltmcKyEM .nav-item .nav-link {
    position: relative;
  }
  .cid-s1ltmcKyEM .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-s1ltmcKyEM .nav-item:hover .nav-link:before,
  .cid-s1ltmcKyEM .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-s1ltmcKyEM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-s1ltmcKyEM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1ltmcKyEM .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-s1ltmcKyEM .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s1ltmcKyEM .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1ltmcKyEM .dropdown .dropdown-menu .dropdown-item .soc-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-s1ltmcKyEM .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #767676;
  background: none;
}
.cid-s1ltmcKyEM .navbar.opened {
  transition: all .3s;
  background: #767676 !important;
}
.cid-s1ltmcKyEM .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-s1ltmcKyEM .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-s1ltmcKyEM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1ltmcKyEM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1ltmcKyEM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s1ltmcKyEM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1ltmcKyEM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1ltmcKyEM .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-s1ltmcKyEM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1ltmcKyEM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1ltmcKyEM .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1ltmcKyEM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s1ltmcKyEM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1ltmcKyEM .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1ltmcKyEM .navbar.navbar-short {
  background: #767676 !important;
  min-height: 60px;
}
.cid-s1ltmcKyEM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1ltmcKyEM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1ltmcKyEM .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-s1ltmcKyEM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1ltmcKyEM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1ltmcKyEM .dropdown-item.active,
.cid-s1ltmcKyEM .dropdown-item:active {
  background-color: transparent;
}
.cid-s1ltmcKyEM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1ltmcKyEM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1ltmcKyEM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1ltmcKyEM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #767676;
  z-index: 2;
}
.cid-s1ltmcKyEM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1ltmcKyEM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1ltmcKyEM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1ltmcKyEM .navbar-buttons {
  text-align: center;
}
.cid-s1ltmcKyEM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1ltmcKyEM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s1ltmcKyEM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1ltmcKyEM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1ltmcKyEM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1ltmcKyEM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1ltmcKyEM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1ltmcKyEM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1ltmcKyEM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1ltmcKyEM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1ltmcKyEM .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1ltmcKyEM a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1ltmcKyEM .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-s1ltmcKyEM .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-s1ltmcKyEM .soc-item {
  margin: .5rem .3rem;
}
.cid-s1ltmcKyEM .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1ltmcKyEM a.nav-link .mbr-iconfont-btn,
.cid-s1ltmcKyEM a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-s1ltmcKyEM a.nav-link:hover .mbr-iconfont-btn,
.cid-s1ltmcKyEM a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-s1ltmcKyEM a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1ltmcKyEM .navbar {
    height: 77px;
  }
  .cid-s1ltmcKyEM .navbar.opened {
    height: auto;
  }
  .cid-s1ltmcKyEM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1ltmdkQDB {
  background-image: url("../../../assets/images/continents-1379x698.jpg");
}
.cid-sg2LckiXIh {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #c9b4ed;
}
.cid-sg2LckiXIh img {
  width: 125px;
  margin: auto;
  filter: brightness(250%);
}
.cid-sg2LckiXIh .card {
  transition: opacity 0.3s;
  height: fit-content;
  padding: 1rem 0rem;
  opacity: 0.5;
  margin-bottom: 1rem;
}
.cid-sg2LckiXIh .card:hover {
  opacity: 0.9;
}
.cid-sg2LckiXIh H1 {
  color: #232323;
}
.cid-sg2LckiXIh .row {
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-sg2LckiXIh .col-lg-1 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-sg2LckiXIh .row {
  justify-content: center!important;
}
.cid-sgcqcFt2BA {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/background6.jpg");
}
@media (max-width: 767px) {
  .cid-sgcqcFt2BA .content {
    text-align: center;
  }
  .cid-sgcqcFt2BA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgcqcFt2BA .logo-subtitle {
  color: #8d97ad;
}
.cid-sgcqcFt2BA .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sgcqcFt2BA .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sgcqcFt2BA .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sgcqcFt2BA .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sgcqcFt2BA .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sgcqcFt2BA .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sgcqcFt2BA .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sgcqcFt2BA .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sgcqcFt2BA .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sgcqcFt2BA .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sgcqcFt2BA .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgcqcFt2BA .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sgcqcFt2BA .list-item {
  display: flex;
}
.cid-sgcqcFt2BA .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sgcqcFt2BA ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sgcqcFt2BA ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sgcqcFt2BA ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sgcqcFt2BA .logo-subtitle,
.cid-sgcqcFt2BA .media-wrap {
  color: #232323;
}
.cid-s1luCZakzt .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 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-s1luCZakzt .nav-item,
.cid-s1luCZakzt .nav-link,
.cid-s1luCZakzt .navbar-caption {
  font-weight: normal;
}
.cid-s1luCZakzt .nav-item:focus,
.cid-s1luCZakzt .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s1luCZakzt .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-s1luCZakzt .nav-item .nav-link {
    position: relative;
  }
  .cid-s1luCZakzt .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-s1luCZakzt .nav-item:hover .nav-link:before,
  .cid-s1luCZakzt .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-s1luCZakzt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-s1luCZakzt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1luCZakzt .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-s1luCZakzt .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s1luCZakzt .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1luCZakzt .dropdown .dropdown-menu .dropdown-item .soc-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-s1luCZakzt .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #767676;
  background: none;
}
.cid-s1luCZakzt .navbar.opened {
  transition: all .3s;
  background: #767676 !important;
}
.cid-s1luCZakzt .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-s1luCZakzt .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-s1luCZakzt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1luCZakzt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1luCZakzt .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s1luCZakzt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1luCZakzt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1luCZakzt .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-s1luCZakzt .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1luCZakzt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1luCZakzt .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1luCZakzt .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s1luCZakzt .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1luCZakzt .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1luCZakzt .navbar.navbar-short {
  background: #767676 !important;
  min-height: 60px;
}
.cid-s1luCZakzt .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1luCZakzt .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1luCZakzt .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-s1luCZakzt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1luCZakzt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1luCZakzt .dropdown-item.active,
.cid-s1luCZakzt .dropdown-item:active {
  background-color: transparent;
}
.cid-s1luCZakzt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1luCZakzt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1luCZakzt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1luCZakzt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #767676;
  z-index: 2;
}
.cid-s1luCZakzt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1luCZakzt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1luCZakzt ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1luCZakzt .navbar-buttons {
  text-align: center;
}
.cid-s1luCZakzt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1luCZakzt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s1luCZakzt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1luCZakzt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1luCZakzt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1luCZakzt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1luCZakzt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1luCZakzt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1luCZakzt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1luCZakzt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1luCZakzt .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1luCZakzt a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1luCZakzt .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-s1luCZakzt .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-s1luCZakzt .soc-item {
  margin: .5rem .3rem;
}
.cid-s1luCZakzt .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1luCZakzt a.nav-link .mbr-iconfont-btn,
.cid-s1luCZakzt a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-s1luCZakzt a.nav-link:hover .mbr-iconfont-btn,
.cid-s1luCZakzt a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-s1luCZakzt a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1luCZakzt .navbar {
    height: 77px;
  }
  .cid-s1luCZakzt .navbar.opened {
    height: auto;
  }
  .cid-s1luCZakzt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1luCZQbPY {
  background-image: url("../../../assets/images/continents-1379x698.jpg");
}
.cid-sg2KY952Bu {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #c9b4ed;
}
.cid-sg2KY952Bu img {
  width: 125px;
  margin: auto;
  filter: brightness(250%);
}
.cid-sg2KY952Bu .card {
  transition: opacity 0.3s;
  height: fit-content;
  padding: 1rem 0rem;
  opacity: 0.5;
  margin-bottom: 1rem;
}
.cid-sg2KY952Bu .card:hover {
  opacity: 0.9;
}
.cid-sg2KY952Bu H1 {
  color: #232323;
}
.cid-sg2KY952Bu .row {
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-sg2KY952Bu .col-lg-1 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-sg2KY952Bu .row {
  justify-content: center!important;
}
.cid-sgcqcFt2BA {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/background6.jpg");
}
@media (max-width: 767px) {
  .cid-sgcqcFt2BA .content {
    text-align: center;
  }
  .cid-sgcqcFt2BA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgcqcFt2BA .logo-subtitle {
  color: #8d97ad;
}
.cid-sgcqcFt2BA .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sgcqcFt2BA .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sgcqcFt2BA .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sgcqcFt2BA .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sgcqcFt2BA .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sgcqcFt2BA .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sgcqcFt2BA .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sgcqcFt2BA .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sgcqcFt2BA .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sgcqcFt2BA .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sgcqcFt2BA .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgcqcFt2BA .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sgcqcFt2BA .list-item {
  display: flex;
}
.cid-sgcqcFt2BA .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sgcqcFt2BA ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sgcqcFt2BA ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sgcqcFt2BA ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sgcqcFt2BA .logo-subtitle,
.cid-sgcqcFt2BA .media-wrap {
  color: #232323;
}
.cid-s1lvE6aBy4 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 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-s1lvE6aBy4 .nav-item,
.cid-s1lvE6aBy4 .nav-link,
.cid-s1lvE6aBy4 .navbar-caption {
  font-weight: normal;
}
.cid-s1lvE6aBy4 .nav-item:focus,
.cid-s1lvE6aBy4 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s1lvE6aBy4 .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-s1lvE6aBy4 .nav-item .nav-link {
    position: relative;
  }
  .cid-s1lvE6aBy4 .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-s1lvE6aBy4 .nav-item:hover .nav-link:before,
  .cid-s1lvE6aBy4 .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-s1lvE6aBy4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-s1lvE6aBy4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1lvE6aBy4 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-s1lvE6aBy4 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s1lvE6aBy4 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1lvE6aBy4 .dropdown .dropdown-menu .dropdown-item .soc-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-s1lvE6aBy4 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #767676;
  background: none;
}
.cid-s1lvE6aBy4 .navbar.opened {
  transition: all .3s;
  background: #767676 !important;
}
.cid-s1lvE6aBy4 .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-s1lvE6aBy4 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-s1lvE6aBy4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1lvE6aBy4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1lvE6aBy4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s1lvE6aBy4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1lvE6aBy4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1lvE6aBy4 .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-s1lvE6aBy4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1lvE6aBy4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1lvE6aBy4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1lvE6aBy4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s1lvE6aBy4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1lvE6aBy4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1lvE6aBy4 .navbar.navbar-short {
  background: #767676 !important;
  min-height: 60px;
}
.cid-s1lvE6aBy4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1lvE6aBy4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1lvE6aBy4 .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-s1lvE6aBy4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1lvE6aBy4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1lvE6aBy4 .dropdown-item.active,
.cid-s1lvE6aBy4 .dropdown-item:active {
  background-color: transparent;
}
.cid-s1lvE6aBy4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1lvE6aBy4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1lvE6aBy4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1lvE6aBy4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #767676;
  z-index: 2;
}
.cid-s1lvE6aBy4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1lvE6aBy4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1lvE6aBy4 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1lvE6aBy4 .navbar-buttons {
  text-align: center;
}
.cid-s1lvE6aBy4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1lvE6aBy4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s1lvE6aBy4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1lvE6aBy4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1lvE6aBy4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1lvE6aBy4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1lvE6aBy4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1lvE6aBy4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1lvE6aBy4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1lvE6aBy4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1lvE6aBy4 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1lvE6aBy4 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1lvE6aBy4 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-s1lvE6aBy4 .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-s1lvE6aBy4 .soc-item {
  margin: .5rem .3rem;
}
.cid-s1lvE6aBy4 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1lvE6aBy4 a.nav-link .mbr-iconfont-btn,
.cid-s1lvE6aBy4 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-s1lvE6aBy4 a.nav-link:hover .mbr-iconfont-btn,
.cid-s1lvE6aBy4 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-s1lvE6aBy4 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1lvE6aBy4 .navbar {
    height: 77px;
  }
  .cid-s1lvE6aBy4 .navbar.opened {
    height: auto;
  }
  .cid-s1lvE6aBy4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1lvE6KEij {
  background-image: url("../../../assets/images/continents-1379x698.jpg");
}
.cid-sg1LPxU1BB {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #c9b4ed;
}
.cid-sg1LPxU1BB img {
  width: 125px;
  margin: auto;
  filter: brightness(250%);
}
.cid-sg1LPxU1BB .card {
  transition: opacity 0.3s;
  height: fit-content;
  padding: 1rem 0rem;
  opacity: 0.5;
  margin-bottom: 1rem;
}
.cid-sg1LPxU1BB .card:hover {
  opacity: 0.9;
}
.cid-sg1LPxU1BB H1 {
  color: #232323;
}
.cid-sg1LPxU1BB .row {
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-sg1LPxU1BB .col-lg-1 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-sg1LPxU1BB .row {
  justify-content: center!important;
}
.cid-sgcqcFt2BA {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/background6.jpg");
}
@media (max-width: 767px) {
  .cid-sgcqcFt2BA .content {
    text-align: center;
  }
  .cid-sgcqcFt2BA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgcqcFt2BA .logo-subtitle {
  color: #8d97ad;
}
.cid-sgcqcFt2BA .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sgcqcFt2BA .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sgcqcFt2BA .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sgcqcFt2BA .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sgcqcFt2BA .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sgcqcFt2BA .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sgcqcFt2BA .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sgcqcFt2BA .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sgcqcFt2BA .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sgcqcFt2BA .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sgcqcFt2BA .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgcqcFt2BA .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sgcqcFt2BA .list-item {
  display: flex;
}
.cid-sgcqcFt2BA .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sgcqcFt2BA ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sgcqcFt2BA ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sgcqcFt2BA ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sgcqcFt2BA .logo-subtitle,
.cid-sgcqcFt2BA .media-wrap {
  color: #232323;
}
.cid-s1RAjCfFlE .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 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-s1RAjCfFlE .nav-item,
.cid-s1RAjCfFlE .nav-link,
.cid-s1RAjCfFlE .navbar-caption {
  font-weight: normal;
}
.cid-s1RAjCfFlE .nav-item:focus,
.cid-s1RAjCfFlE .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s1RAjCfFlE .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-s1RAjCfFlE .nav-item .nav-link {
    position: relative;
  }
  .cid-s1RAjCfFlE .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-s1RAjCfFlE .nav-item:hover .nav-link:before,
  .cid-s1RAjCfFlE .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-s1RAjCfFlE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-s1RAjCfFlE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1RAjCfFlE .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-s1RAjCfFlE .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s1RAjCfFlE .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1RAjCfFlE .dropdown .dropdown-menu .dropdown-item .soc-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-s1RAjCfFlE .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #767676;
  background: none;
}
.cid-s1RAjCfFlE .navbar.opened {
  transition: all .3s;
  background: #767676 !important;
}
.cid-s1RAjCfFlE .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-s1RAjCfFlE .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-s1RAjCfFlE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1RAjCfFlE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1RAjCfFlE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s1RAjCfFlE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1RAjCfFlE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1RAjCfFlE .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-s1RAjCfFlE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1RAjCfFlE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1RAjCfFlE .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1RAjCfFlE .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s1RAjCfFlE .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1RAjCfFlE .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1RAjCfFlE .navbar.navbar-short {
  background: #767676 !important;
  min-height: 60px;
}
.cid-s1RAjCfFlE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1RAjCfFlE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1RAjCfFlE .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-s1RAjCfFlE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1RAjCfFlE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1RAjCfFlE .dropdown-item.active,
.cid-s1RAjCfFlE .dropdown-item:active {
  background-color: transparent;
}
.cid-s1RAjCfFlE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1RAjCfFlE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1RAjCfFlE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1RAjCfFlE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #767676;
  z-index: 2;
}
.cid-s1RAjCfFlE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1RAjCfFlE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1RAjCfFlE ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1RAjCfFlE .navbar-buttons {
  text-align: center;
}
.cid-s1RAjCfFlE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1RAjCfFlE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s1RAjCfFlE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1RAjCfFlE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1RAjCfFlE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1RAjCfFlE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1RAjCfFlE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1RAjCfFlE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1RAjCfFlE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1RAjCfFlE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1RAjCfFlE .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1RAjCfFlE a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1RAjCfFlE .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-s1RAjCfFlE .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-s1RAjCfFlE .soc-item {
  margin: .5rem .3rem;
}
.cid-s1RAjCfFlE .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1RAjCfFlE a.nav-link .mbr-iconfont-btn,
.cid-s1RAjCfFlE a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-s1RAjCfFlE a.nav-link:hover .mbr-iconfont-btn,
.cid-s1RAjCfFlE a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-s1RAjCfFlE a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1RAjCfFlE .navbar {
    height: 77px;
  }
  .cid-s1RAjCfFlE .navbar.opened {
    height: auto;
  }
  .cid-s1RAjCfFlE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1RAjCZoae {
  background-image: url("../../../assets/images/continents-1379x698.jpg");
}
.cid-s1RAjE03NA.popup-builder {
  background-color: #ffffff;
}
.cid-s1RAjE03NA.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s1RAjE03NA.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s1RAjE03NA .modal-content,
.cid-s1RAjE03NA .modal-dialog {
  height: auto;
}
.cid-s1RAjE03NA .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s1RAjE03NA .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s1RAjE03NA .form-wrapper .mbr-form .form-group,
  .cid-s1RAjE03NA .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s1RAjE03NA .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s1RAjE03NA .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-s1RAjE03NA .mbr-text {
  text-align: center;
}
.cid-s1RAjE03NA .pt-0 {
  padding-top: 0 !important;
}
.cid-s1RAjE03NA .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s1RAjE03NA .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s1RAjE03NA .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s1RAjE03NA .modal-open {
  overflow: hidden;
}
.cid-s1RAjE03NA .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s1RAjE03NA .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s1RAjE03NA .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s1RAjE03NA .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-s1RAjE03NA .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s1RAjE03NA .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s1RAjE03NA .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s1RAjE03NA .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-s1RAjE03NA .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s1RAjE03NA .modal-backdrop.fade {
  opacity: 0;
}
.cid-s1RAjE03NA .modal-backdrop.show {
  opacity: .5;
}
.cid-s1RAjE03NA .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-s1RAjE03NA .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s1RAjE03NA .modal-header .close:hover {
  opacity: 1;
}
.cid-s1RAjE03NA .modal-header .close:focus {
  outline: none;
}
.cid-s1RAjE03NA .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s1RAjE03NA .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s1RAjE03NA .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-s1RAjE03NA .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s1RAjE03NA .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s1RAjE03NA .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s1RAjE03NA .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s1RAjE03NA .modal-sm {
    max-width: 300px;
  }
  .cid-s1RAjE03NA .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s1RAjE03NA .modal-lg,
  .cid-s1RAjE03NA .modal-xl {
    max-width: 800px;
  }
  .cid-s1RAjE03NA .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s1RAjE03NA .modal-xl {
    max-width: 1140px;
  }
  .cid-s1RAjE03NA .container {
    max-width: 1140px;
  }
}
.cid-s1RAjE03NA .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s1RAjE03NA .container {
    max-width: 720px;
  }
}
.cid-s1RAjE03NA .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s1RAjE03NA .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-s1RAjE03NA .form-group {
  margin-bottom: 1rem;
}
.cid-s1RAjE03NA .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s1RAjE03NA .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s1RAjE03NA .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-s1RAjEC5fb.popup-builder {
  background-color: #ffffff;
}
.cid-s1RAjEC5fb.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s1RAjEC5fb.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s1RAjEC5fb .modal-content,
.cid-s1RAjEC5fb .modal-dialog {
  height: auto;
}
.cid-s1RAjEC5fb .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s1RAjEC5fb .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s1RAjEC5fb .form-wrapper .mbr-form .form-group,
  .cid-s1RAjEC5fb .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s1RAjEC5fb .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s1RAjEC5fb .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-s1RAjEC5fb .mbr-text {
  text-align: center;
}
.cid-s1RAjEC5fb .pt-0 {
  padding-top: 0 !important;
}
.cid-s1RAjEC5fb .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s1RAjEC5fb .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s1RAjEC5fb .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s1RAjEC5fb .modal-open {
  overflow: hidden;
}
.cid-s1RAjEC5fb .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s1RAjEC5fb .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s1RAjEC5fb .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s1RAjEC5fb .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-s1RAjEC5fb .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s1RAjEC5fb .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s1RAjEC5fb .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s1RAjEC5fb .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-s1RAjEC5fb .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s1RAjEC5fb .modal-backdrop.fade {
  opacity: 0;
}
.cid-s1RAjEC5fb .modal-backdrop.show {
  opacity: .5;
}
.cid-s1RAjEC5fb .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-s1RAjEC5fb .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s1RAjEC5fb .modal-header .close:hover {
  opacity: 1;
}
.cid-s1RAjEC5fb .modal-header .close:focus {
  outline: none;
}
.cid-s1RAjEC5fb .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s1RAjEC5fb .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s1RAjEC5fb .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-s1RAjEC5fb .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s1RAjEC5fb .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s1RAjEC5fb .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s1RAjEC5fb .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s1RAjEC5fb .modal-sm {
    max-width: 300px;
  }
  .cid-s1RAjEC5fb .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s1RAjEC5fb .modal-lg,
  .cid-s1RAjEC5fb .modal-xl {
    max-width: 800px;
  }
  .cid-s1RAjEC5fb .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s1RAjEC5fb .modal-xl {
    max-width: 1450px;
  }
  .cid-s1RAjEC5fb .container {
    max-width: 1140px;
  }
}
.cid-s1RAjEC5fb .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s1RAjEC5fb .container {
    max-width: 720px;
  }
}
.cid-s1RAjEC5fb .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s1RAjEC5fb .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-s1RAjEC5fb .form-group {
  margin-bottom: 1rem;
}
.cid-s1RAjEC5fb .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s1RAjEC5fb .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s1RAjEC5fb .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-s1RAjFjXXN.popup-builder {
  background-color: #ffffff;
}
.cid-s1RAjFjXXN.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s1RAjFjXXN.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s1RAjFjXXN .modal-content,
.cid-s1RAjFjXXN .modal-dialog {
  height: auto;
}
.cid-s1RAjFjXXN .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s1RAjFjXXN .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s1RAjFjXXN .form-wrapper .mbr-form .form-group,
  .cid-s1RAjFjXXN .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s1RAjFjXXN .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s1RAjFjXXN .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-s1RAjFjXXN .mbr-text {
  text-align: center;
}
.cid-s1RAjFjXXN .pt-0 {
  padding-top: 0 !important;
}
.cid-s1RAjFjXXN .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s1RAjFjXXN .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s1RAjFjXXN .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s1RAjFjXXN .modal-open {
  overflow: hidden;
}
.cid-s1RAjFjXXN .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s1RAjFjXXN .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s1RAjFjXXN .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s1RAjFjXXN .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-s1RAjFjXXN .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s1RAjFjXXN .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s1RAjFjXXN .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s1RAjFjXXN .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-s1RAjFjXXN .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s1RAjFjXXN .modal-backdrop.fade {
  opacity: 0;
}
.cid-s1RAjFjXXN .modal-backdrop.show {
  opacity: .5;
}
.cid-s1RAjFjXXN .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-s1RAjFjXXN .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s1RAjFjXXN .modal-header .close:hover {
  opacity: 1;
}
.cid-s1RAjFjXXN .modal-header .close:focus {
  outline: none;
}
.cid-s1RAjFjXXN .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s1RAjFjXXN .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s1RAjFjXXN .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-s1RAjFjXXN .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s1RAjFjXXN .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s1RAjFjXXN .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s1RAjFjXXN .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s1RAjFjXXN .modal-sm {
    max-width: 300px;
  }
  .cid-s1RAjFjXXN .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s1RAjFjXXN .modal-lg,
  .cid-s1RAjFjXXN .modal-xl {
    max-width: 800px;
  }
  .cid-s1RAjFjXXN .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s1RAjFjXXN .modal-xl {
    max-width: 1550px;
  }
  .cid-s1RAjFjXXN .container {
    max-width: 1140px;
  }
}
.cid-s1RAjFjXXN .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s1RAjFjXXN .container {
    max-width: 720px;
  }
}
.cid-s1RAjFjXXN .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s1RAjFjXXN .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-s1RAjFjXXN .form-group {
  margin-bottom: 1rem;
}
.cid-s1RAjFjXXN .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s1RAjFjXXN .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s1RAjFjXXN .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-sg3Jlo10mU.popup-builder {
  background-color: #ffffff;
}
.cid-sg3Jlo10mU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sg3Jlo10mU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sg3Jlo10mU .modal-content,
.cid-sg3Jlo10mU .modal-dialog {
  height: auto;
}
.cid-sg3Jlo10mU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sg3Jlo10mU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sg3Jlo10mU .form-wrapper .mbr-form .form-group,
  .cid-sg3Jlo10mU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sg3Jlo10mU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sg3Jlo10mU .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-sg3Jlo10mU .mbr-text {
  text-align: center;
}
.cid-sg3Jlo10mU .pt-0 {
  padding-top: 0 !important;
}
.cid-sg3Jlo10mU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sg3Jlo10mU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sg3Jlo10mU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sg3Jlo10mU .modal-open {
  overflow: hidden;
}
.cid-sg3Jlo10mU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sg3Jlo10mU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sg3Jlo10mU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sg3Jlo10mU .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-sg3Jlo10mU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sg3Jlo10mU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sg3Jlo10mU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sg3Jlo10mU .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-sg3Jlo10mU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sg3Jlo10mU .modal-backdrop.fade {
  opacity: 0;
}
.cid-sg3Jlo10mU .modal-backdrop.show {
  opacity: .5;
}
.cid-sg3Jlo10mU .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-sg3Jlo10mU .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sg3Jlo10mU .modal-header .close:hover {
  opacity: 1;
}
.cid-sg3Jlo10mU .modal-header .close:focus {
  outline: none;
}
.cid-sg3Jlo10mU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sg3Jlo10mU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sg3Jlo10mU .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-sg3Jlo10mU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sg3Jlo10mU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sg3Jlo10mU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sg3Jlo10mU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sg3Jlo10mU .modal-sm {
    max-width: 300px;
  }
  .cid-sg3Jlo10mU .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sg3Jlo10mU .modal-lg,
  .cid-sg3Jlo10mU .modal-xl {
    max-width: 800px;
  }
  .cid-sg3Jlo10mU .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sg3Jlo10mU .modal-xl {
    max-width: 1140px;
  }
  .cid-sg3Jlo10mU .container {
    max-width: 1140px;
  }
}
.cid-sg3Jlo10mU .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sg3Jlo10mU .container {
    max-width: 720px;
  }
}
.cid-sg3Jlo10mU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sg3Jlo10mU .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-sg3Jlo10mU .form-group {
  margin-bottom: 1rem;
}
.cid-sg3Jlo10mU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sg3Jlo10mU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sg3Jlo10mU .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-sg3JJ8iXH9.popup-builder {
  background-color: #ffffff;
}
.cid-sg3JJ8iXH9.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sg3JJ8iXH9.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sg3JJ8iXH9 .modal-content,
.cid-sg3JJ8iXH9 .modal-dialog {
  height: auto;
}
.cid-sg3JJ8iXH9 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sg3JJ8iXH9 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sg3JJ8iXH9 .form-wrapper .mbr-form .form-group,
  .cid-sg3JJ8iXH9 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sg3JJ8iXH9 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sg3JJ8iXH9 .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-sg3JJ8iXH9 .mbr-text {
  text-align: center;
}
.cid-sg3JJ8iXH9 .pt-0 {
  padding-top: 0 !important;
}
.cid-sg3JJ8iXH9 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sg3JJ8iXH9 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sg3JJ8iXH9 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sg3JJ8iXH9 .modal-open {
  overflow: hidden;
}
.cid-sg3JJ8iXH9 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sg3JJ8iXH9 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sg3JJ8iXH9 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sg3JJ8iXH9 .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-sg3JJ8iXH9 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sg3JJ8iXH9 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sg3JJ8iXH9 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sg3JJ8iXH9 .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-sg3JJ8iXH9 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sg3JJ8iXH9 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sg3JJ8iXH9 .modal-backdrop.show {
  opacity: .5;
}
.cid-sg3JJ8iXH9 .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-sg3JJ8iXH9 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sg3JJ8iXH9 .modal-header .close:hover {
  opacity: 1;
}
.cid-sg3JJ8iXH9 .modal-header .close:focus {
  outline: none;
}
.cid-sg3JJ8iXH9 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sg3JJ8iXH9 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sg3JJ8iXH9 .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-sg3JJ8iXH9 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sg3JJ8iXH9 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sg3JJ8iXH9 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sg3JJ8iXH9 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sg3JJ8iXH9 .modal-sm {
    max-width: 300px;
  }
  .cid-sg3JJ8iXH9 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sg3JJ8iXH9 .modal-lg,
  .cid-sg3JJ8iXH9 .modal-xl {
    max-width: 800px;
  }
  .cid-sg3JJ8iXH9 .container {
    max-width: 960px;
  }
}
@media (min-width: 1500px) {
  .cid-sg3JJ8iXH9 .modal-xl {
    max-width: 1600px;
  }
  .cid-sg3JJ8iXH9 .container {
    max-width: 1140px;
  }
}
.cid-sg3JJ8iXH9 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sg3JJ8iXH9 .container {
    max-width: 720px;
  }
}
.cid-sg3JJ8iXH9 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sg3JJ8iXH9 .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-sg3JJ8iXH9 .form-group {
  margin-bottom: 1rem;
}
.cid-sg3JJ8iXH9 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sg3JJ8iXH9 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sg3JJ8iXH9 .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-sgcqcFt2BA {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/background6.jpg");
}
@media (max-width: 767px) {
  .cid-sgcqcFt2BA .content {
    text-align: center;
  }
  .cid-sgcqcFt2BA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgcqcFt2BA .logo-subtitle {
  color: #8d97ad;
}
.cid-sgcqcFt2BA .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sgcqcFt2BA .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sgcqcFt2BA .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sgcqcFt2BA .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sgcqcFt2BA .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sgcqcFt2BA .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sgcqcFt2BA .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sgcqcFt2BA .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sgcqcFt2BA .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sgcqcFt2BA .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sgcqcFt2BA .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgcqcFt2BA .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sgcqcFt2BA .list-item {
  display: flex;
}
.cid-sgcqcFt2BA .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sgcqcFt2BA ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sgcqcFt2BA ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sgcqcFt2BA ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sgcqcFt2BA .logo-subtitle,
.cid-sgcqcFt2BA .media-wrap {
  color: #232323;
}
.cid-s1i2ILrCHe .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 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-s1i2ILrCHe .nav-item,
.cid-s1i2ILrCHe .nav-link,
.cid-s1i2ILrCHe .navbar-caption {
  font-weight: normal;
}
.cid-s1i2ILrCHe .nav-item:focus,
.cid-s1i2ILrCHe .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s1i2ILrCHe .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-s1i2ILrCHe .nav-item .nav-link {
    position: relative;
  }
  .cid-s1i2ILrCHe .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-s1i2ILrCHe .nav-item:hover .nav-link:before,
  .cid-s1i2ILrCHe .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-s1i2ILrCHe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-s1i2ILrCHe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1i2ILrCHe .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-s1i2ILrCHe .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s1i2ILrCHe .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1i2ILrCHe .dropdown .dropdown-menu .dropdown-item .soc-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-s1i2ILrCHe .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #767676;
  background: none;
}
.cid-s1i2ILrCHe .navbar.opened {
  transition: all .3s;
  background: #767676 !important;
}
.cid-s1i2ILrCHe .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-s1i2ILrCHe .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-s1i2ILrCHe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1i2ILrCHe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1i2ILrCHe .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s1i2ILrCHe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1i2ILrCHe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1i2ILrCHe .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-s1i2ILrCHe .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1i2ILrCHe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1i2ILrCHe .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1i2ILrCHe .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s1i2ILrCHe .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1i2ILrCHe .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1i2ILrCHe .navbar.navbar-short {
  background: #767676 !important;
  min-height: 60px;
}
.cid-s1i2ILrCHe .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1i2ILrCHe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1i2ILrCHe .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-s1i2ILrCHe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1i2ILrCHe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1i2ILrCHe .dropdown-item.active,
.cid-s1i2ILrCHe .dropdown-item:active {
  background-color: transparent;
}
.cid-s1i2ILrCHe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1i2ILrCHe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1i2ILrCHe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1i2ILrCHe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #767676;
  z-index: 2;
}
.cid-s1i2ILrCHe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1i2ILrCHe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1i2ILrCHe ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1i2ILrCHe .navbar-buttons {
  text-align: center;
}
.cid-s1i2ILrCHe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1i2ILrCHe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s1i2ILrCHe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1i2ILrCHe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1i2ILrCHe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1i2ILrCHe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1i2ILrCHe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1i2ILrCHe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1i2ILrCHe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1i2ILrCHe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1i2ILrCHe .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1i2ILrCHe a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1i2ILrCHe .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-s1i2ILrCHe .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-s1i2ILrCHe .soc-item {
  margin: .5rem .3rem;
}
.cid-s1i2ILrCHe .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1i2ILrCHe a.nav-link .mbr-iconfont-btn,
.cid-s1i2ILrCHe a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-s1i2ILrCHe a.nav-link:hover .mbr-iconfont-btn,
.cid-s1i2ILrCHe a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-s1i2ILrCHe a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1i2ILrCHe .navbar {
    height: 77px;
  }
  .cid-s1i2ILrCHe .navbar.opened {
    height: auto;
  }
  .cid-s1i2ILrCHe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sg1qgHxUCf {
  background-image: url("../../../assets/images/continents-1-1379x698.jpg");
}
.cid-sg1qgHxUCf .mbr-text,
.cid-sg1qgHxUCf .mbr-section-btn {
  color: #ffffff;
}
.cid-sgcqcFt2BA {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/background6.jpg");
}
@media (max-width: 767px) {
  .cid-sgcqcFt2BA .content {
    text-align: center;
  }
  .cid-sgcqcFt2BA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgcqcFt2BA .logo-subtitle {
  color: #8d97ad;
}
.cid-sgcqcFt2BA .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sgcqcFt2BA .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sgcqcFt2BA .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sgcqcFt2BA .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sgcqcFt2BA .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sgcqcFt2BA .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sgcqcFt2BA .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sgcqcFt2BA .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sgcqcFt2BA .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sgcqcFt2BA .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sgcqcFt2BA .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgcqcFt2BA .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sgcqcFt2BA .list-item {
  display: flex;
}
.cid-sgcqcFt2BA .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sgcqcFt2BA ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sgcqcFt2BA ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sgcqcFt2BA ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sgcqcFt2BA .logo-subtitle,
.cid-sgcqcFt2BA .media-wrap {
  color: #232323;
}
.cid-s1i2ILrCHe .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 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-s1i2ILrCHe .nav-item,
.cid-s1i2ILrCHe .nav-link,
.cid-s1i2ILrCHe .navbar-caption {
  font-weight: normal;
}
.cid-s1i2ILrCHe .nav-item:focus,
.cid-s1i2ILrCHe .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s1i2ILrCHe .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-s1i2ILrCHe .nav-item .nav-link {
    position: relative;
  }
  .cid-s1i2ILrCHe .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-s1i2ILrCHe .nav-item:hover .nav-link:before,
  .cid-s1i2ILrCHe .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-s1i2ILrCHe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-s1i2ILrCHe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1i2ILrCHe .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-s1i2ILrCHe .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s1i2ILrCHe .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1i2ILrCHe .dropdown .dropdown-menu .dropdown-item .soc-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-s1i2ILrCHe .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #767676;
  background: none;
}
.cid-s1i2ILrCHe .navbar.opened {
  transition: all .3s;
  background: #767676 !important;
}
.cid-s1i2ILrCHe .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-s1i2ILrCHe .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-s1i2ILrCHe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1i2ILrCHe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1i2ILrCHe .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s1i2ILrCHe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1i2ILrCHe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1i2ILrCHe .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-s1i2ILrCHe .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1i2ILrCHe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1i2ILrCHe .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1i2ILrCHe .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s1i2ILrCHe .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1i2ILrCHe .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1i2ILrCHe .navbar.navbar-short {
  background: #767676 !important;
  min-height: 60px;
}
.cid-s1i2ILrCHe .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1i2ILrCHe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1i2ILrCHe .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-s1i2ILrCHe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1i2ILrCHe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1i2ILrCHe .dropdown-item.active,
.cid-s1i2ILrCHe .dropdown-item:active {
  background-color: transparent;
}
.cid-s1i2ILrCHe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1i2ILrCHe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1i2ILrCHe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1i2ILrCHe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #767676;
  z-index: 2;
}
.cid-s1i2ILrCHe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1i2ILrCHe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1i2ILrCHe ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1i2ILrCHe .navbar-buttons {
  text-align: center;
}
.cid-s1i2ILrCHe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1i2ILrCHe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s1i2ILrCHe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1i2ILrCHe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1i2ILrCHe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1i2ILrCHe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1i2ILrCHe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1i2ILrCHe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1i2ILrCHe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1i2ILrCHe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1i2ILrCHe .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1i2ILrCHe a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1i2ILrCHe .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-s1i2ILrCHe .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-s1i2ILrCHe .soc-item {
  margin: .5rem .3rem;
}
.cid-s1i2ILrCHe .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1i2ILrCHe a.nav-link .mbr-iconfont-btn,
.cid-s1i2ILrCHe a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-s1i2ILrCHe a.nav-link:hover .mbr-iconfont-btn,
.cid-s1i2ILrCHe a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-s1i2ILrCHe a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1i2ILrCHe .navbar {
    height: 77px;
  }
  .cid-s1i2ILrCHe .navbar.opened {
    height: auto;
  }
  .cid-s1i2ILrCHe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sg6qghZDzA {
  padding-top: 120px;
  padding-bottom: 35px;
  background-image: url("../../../assets/images/corona-virus-1-1800x12002.jpg");
}
.cid-sg6qghZDzA a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 10px;
  border-radius: 50%;
}
.cid-sg6qghZDzA a.close:hover {
  color: #ffffff;
}
.cid-sg6qghZDzA svg {
  transition: all 0.5s ease-in;
}
.cid-sg6qghZDzA svg .blick {
  transiton: opacity 0.5s ease-in;
  opacity: 1;
}
.cid-sg6qghZDzA svg:hover {
  cursor: pointer;
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}
.cid-sg6qghZDzA svg:hover .blick {
  transition: opacity 0.5s ease-in;
  opacity: 0;
}
.cid-sgcqcFt2BA {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/background6.jpg");
}
@media (max-width: 767px) {
  .cid-sgcqcFt2BA .content {
    text-align: center;
  }
  .cid-sgcqcFt2BA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgcqcFt2BA .logo-subtitle {
  color: #8d97ad;
}
.cid-sgcqcFt2BA .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sgcqcFt2BA .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sgcqcFt2BA .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sgcqcFt2BA .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sgcqcFt2BA .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sgcqcFt2BA .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sgcqcFt2BA .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sgcqcFt2BA .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sgcqcFt2BA .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sgcqcFt2BA .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sgcqcFt2BA .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgcqcFt2BA .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sgcqcFt2BA .list-item {
  display: flex;
}
.cid-sgcqcFt2BA .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sgcqcFt2BA ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sgcqcFt2BA ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sgcqcFt2BA ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sgcqcFt2BA .logo-subtitle,
.cid-sgcqcFt2BA .media-wrap {
  color: #232323;
}
