#google_translate_element {
  display:none; 
}
.goog-te-banner{
  display:none;
}
.2.container{
  display:none;
}
.skiptranslate{
  display:none; bottom : 0px;position: relative;
}
.goog-te-spinner-pos {display:none !important;}
body{ top:0px !important;}


.cookie-wrapper p {
  font-size: 14px !important;
  font-family:Arial, Helvetica, sans-serif
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6592e6;
  border-bottom-color: #6592e6;
}
.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: #6592e6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%236592e6' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tXXT25Ge6v {
  padding-top: 90px;
  padding-bottom: 0px;
  background: linear-gradient(to right, #5b3bff, #00f2fe);
}
.cid-tXXT25Ge6v p {
  margin: 10px 10px 0px 0px !important;
  margin-left: 20px;
}
.cid-tXXT25Ge6v .slider-area .slider-content {
  padding-top: 90px;
  padding-bottom: 0px;
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  .cid-tXXT25Ge6v .slider-area .slider-content {
    padding-top: 50px;
    padding-bottom: 20px;
    text-align: center;
  }
  .cid-tXXT25Ge6v #caroussel4-a2 {
    padding-top: 0px !important;
  }
  .cid-tXXT25Ge6v .shoes_img {
    max-width: 100% !important;
    max-height: 100% !important;
  }
}
.cid-tXXT25Ge6v .slider-area .slider-content .slider-title {
  padding: 0 5px;
}
.cid-tXXT25Ge6v .slider-area .slider-content .text {
  margin-top: 16px;
}
.cid-tXXT25Ge6v .slider-area .slider-content .slider-btn {
  margin-top: 14px;
}
.cid-tXXT25Ge6v .slider-area .slider-content .slider-btn li {
  margin: 10px 8px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cid-tXXT25Ge6v .slider-area .carousel {
    position: relative;
    height: 700px;
    width: 100%;
  }
}
.cid-tXXT25Ge6v .slider-area .carousel .carousel-inner {
  width: 100%;
  height: 100%;
}
.cid-tXXT25Ge6v .slider-area .carousel .carousel-inner .carousel-item {
  width: 100%;
  height: 100%;
}
.cid-tXXT25Ge6v H2 {
  text-align: center;
  color: #e43f3f;
}
.cid-tXXT25Ge6v .mbr-text {
  text-align: center;
}
.cid-tXXT25Ge6v .page_no {
  width: 28%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #8d8791;
  margin-top: 150px;
  padding-bottom: 10px;
  display: inline-block;
  padding-top: 12px;
  margin-left: 30px;
}
.cid-tXXT25Ge6v .buy_bt {
  float: left;
  margin-bottom: 15px;
  margin-top: 25px;
}
.cid-tXXT25Ge6v .carousel-inner > .carousel-item.carousel-item-next,
.cid-tXXT25Ge6v .carousel-inner > .carousel-item.active.carousel-item-right {
  transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  top: 0;
}
.cid-tXXT25Ge6v .carousel-inner > .carousel-item.carousel-item-prev,
.cid-tXXT25Ge6v .carousel-inner > .carousel-item.active.carousel-item-left {
  transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  top: 0;
}
.cid-tXXT25Ge6v .carousel-inner > .carousel-item.next.carousel-item-left,
.cid-tXXT25Ge6v .carousel-inner > .carousel-item.carousel-item-prev.carousel-item-right,
.cid-tXXT25Ge6v .carousel-inner > .carousel-item.active {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  top: 0;
}
.cid-tXXT25Ge6v .mens {
  color: #e6c63b;
  text-align: center;
}
.cid-tXXT25Ge6v H1 {
  text-align: left;
  color: #ffffff;
}
.cid-tXXT25Ge6v P {
  text-align: left;
  color: #ffffff;
}
.cid-tXXT25Ge6v .banner_text {
  color: #e6c63b;
}
@media only screen and (max-width: 800px) {
  .cid-tXXT25Ge6v .page_no {
    width: 25%;
    display: inline-block;
    bottom: 0;
    position: absolute;
    border: 2px solid #8d8791;
    border-radius: 30px;
  }
  .cid-tXXT25Ge6v .buy_bt {
    width: auto;
  }
  .cid-tXXT25Ge6v .slider-area {
    padding: 15px;
  }
}
.cid-tXXT25Ge6v .carousel-indicators li {
  position: relative;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  display: block;
  margin-top: 15px !important;
  border: 1px solid #22a5e5 !important;
  background-color: #22a5e5 !important;
  opacity: 1;
}
.cid-tXXT25Ge6v .carousel-indicators li.active {
  margin-bottom: 5px;
  background: #151573 !important;
}
.cid-tXXT25Ge6v img {
  width: 100%;
}
.cid-tXXT25Ge6v .shoes_img {
  height: 536px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .cid-tXXT25Ge6v #caroussel4-a2.caroussel {
    padding-top: 0px !important;
    margin-top: 0px !important;
  }
  .cid-tXXT25Ge6v .shoes_img {
    height: 100% !important;
    width: 100%;
  }
}
.cid-tWO8r4vWXv {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(to right, #5b3bff, #00f2fe);
}
.cid-tWO8r4vWXv .sharp {
  position: absolute !important;
  right: 0 !important;
  z-index: 0;
  padding: inherit;
  bottom: 0 !important;
  height: 80px !important;
}
@media only screen and (max-width: 992px) {
  .cid-tWO8r4vWXv .sharp {
    height: 40px !important;
  }
}
.cid-tXTmD88th0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tXTmD88th0 nav.navbar {
  position: fixed;
}
.cid-tXTmD88th0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXTmD88th0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tXTmD88th0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tXTmD88th0 .dropdown-item:hover,
.cid-tXTmD88th0 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tXTmD88th0 .dropdown-item:hover span {
  color: white;
}
.cid-tXTmD88th0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tXTmD88th0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tXTmD88th0 .nav-dropdown .link {
  padding: 0 0.1em !important;
  margin: 0.1em 1em !important;
}
.cid-tXTmD88th0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXTmD88th0 .nav-link {
  position: relative;
}
.cid-tXTmD88th0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tXTmD88th0 .container {
    flex-wrap: nowrap;
  }
}
.cid-tXTmD88th0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXTmD88th0 .dropdown-menu,
.cid-tXTmD88th0 .navbar.opened {
  background: linear-gradient(to right, #5b3bff, #00f2fe);
}
.cid-tXTmD88th0 .nav-item:focus,
.cid-tXTmD88th0 .nav-link:focus {
  outline: none;
}
.cid-tXTmD88th0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXTmD88th0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXTmD88th0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXTmD88th0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXTmD88th0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXTmD88th0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tXTmD88th0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: linear-gradient(to right, #5b3bff, #00f2fe);
}
.cid-tXTmD88th0 .navbar.opened {
  transition: all 0.3s;
}
.cid-tXTmD88th0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tXTmD88th0 .navbar .navbar-logo img {
  width: auto;
}
.cid-tXTmD88th0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXTmD88th0 .navbar.collapsed {
  justify-content: center;
}
.cid-tXTmD88th0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXTmD88th0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXTmD88th0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tXTmD88th0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXTmD88th0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXTmD88th0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tXTmD88th0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXTmD88th0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXTmD88th0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tXTmD88th0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXTmD88th0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXTmD88th0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXTmD88th0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXTmD88th0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tXTmD88th0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tXTmD88th0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXTmD88th0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXTmD88th0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXTmD88th0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXTmD88th0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tXTmD88th0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXTmD88th0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXTmD88th0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXTmD88th0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tXTmD88th0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXTmD88th0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXTmD88th0 .dropdown-item.active,
.cid-tXTmD88th0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tXTmD88th0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXTmD88th0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXTmD88th0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXTmD88th0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-tXTmD88th0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXTmD88th0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXTmD88th0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tXTmD88th0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXTmD88th0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tXTmD88th0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tXTmD88th0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXTmD88th0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXTmD88th0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXTmD88th0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXTmD88th0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXTmD88th0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXTmD88th0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXTmD88th0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXTmD88th0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tXTmD88th0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXTmD88th0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXTmD88th0 .navbar {
    height: 70px;
  }
  .cid-tXTmD88th0 .navbar.opened {
    height: auto;
  }
  .cid-tXTmD88th0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXTmD88th0 .nav-item {
  letter-spacing: 1px;
  border: 2px solid transparent;
  -webkit-box-shadow: inset 1px 0px 0px -15px #ffffff;
  -moz-box-shadow: inset 1px 0px 0px -15px #ffffff;
  box-shadow: inset 1px 0px 0px -15px #ffffff;
  transition: 1s;
}
.cid-tXTmD88th0 .nav-item:hover {
  -webkit-box-shadow: inset 200px 0px 0px -15px #ffffff;
  -moz-box-shadow: inset 200px 0px 0px -15px #ffffff;
  box-shadow: inset 200px 0px 0px -15px #ffffff;
  color: #000000 !important;
  font-weight: bold;
}
.cid-tXTmD88th0 .activez {
  border: 1px solid white !important;
  border-radius: 2px;
  color: #000000;
}
.cid-tXTmD88th0 a.text-white:hover,
.cid-tXTmD88th0 a.text-white:focus,
.cid-tXTmD88th0 a.text-white.active {
  color: #070707 !important;
}
.cid-tWXLh4A5SD {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: transparent;
}
.cid-tWXLh4A5SD .imgbotom-header {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 70px;
  top: -70px;
}
.cid-tXRYmZY1VY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tXRYmZY1VY .feature43 {
  text-align: center;
  transition: all 0.5s ease;
  min-height: 256px;
  padding: 15px;
}
.cid-tXRYmZY1VY .feature43:hover {
  background: #4479d9;
  border-radius: 25px;
  box-shadow: 0 1rem 3rem #4479d9;
}
.cid-tXRYmZY1VY .feature43:hover .feature43-image {
  color: #ffffff !important;
  transform: scale(0.75);
}
.cid-tXRYmZY1VY .feature43-image {
  display: block;
  margin: auto;
  transition: all 0.5s;
  max-width: 96px;
  max-height: 96px;
}
.cid-tXRYmZY1VY .feature43:hover .feature43-text {
  color: #ffffff !important;
  margin-top: 0;
}
.cid-tXRYmZY1VY .feature43-text {
  margin-top: 20px;
  transition: all 0.5s;
}
.cid-tXRYmZY1VY img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 1600px) {
  .cid-tXRYmZY1VY .feature43 {
    min-height: inherit;
  }
}
.cid-tXRYmZY1VY P {
  color: #3face4;
}
.cid-tXRYJuLhU3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #000;
}
.cid-tXRYJuLhU3 .dtitle {
  letter-spacing: 8px;
  -webkit-text-stroke-width: 2px;
  stroke-width: 2px;
  -webkit-text-stroke-color: #A4DBD6;
}
.cid-tXRYJuLhU3 H1 {
  color: #000000;
  text-align: center;
}
.cid-tWXKRWuPst {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tWXKRWuPst .psec {
  position: relative;
}
.cid-tWXKRWuPst .mb_110 {
  margin-bottom: 110px;
}
.cid-tWXKRWuPst .centred {
  text-align: center;
}
.cid-tWXKRWuPst .rnblock:hover .subcont h3,
.cid-tWXKRWuPst .rnblock:hover .subcont p {
  z-index: 100;
  color: #ffffff;
}
.cid-tWXKRWuPst .rnblock .subcont h3 {
  display: block;
  line-height: 30px;
  margin-bottom: 14px;
  transition: all 500ms ease;
}
.cid-tWXKRWuPst .psec .bg-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.05;
}
.cid-tWXKRWuPst .psec .inner-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tWXKRWuPst .rnblock {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 290px;
  height: 290px;
  border-radius: 50%;
  background: #2e1cab;
}
.cid-tWXKRWuPst .rnblock:before {
  position: absolute;
  content: '';
  background: #d11979 !important;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  transform: scale(0, 0);
  transition: all 500ms ease;
}
.cid-tWXKRWuPst .rnblock:hover:before,
.cid-tWXKRWuPst h3,
.cid-tWXKRWuPst p {
  transform: scale(1, 1);
}
.cid-tWXKRWuPst .rnblock .subcont .step {
  position: absolute;
  top: -25px;
  right: -15px;
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 22px;
  text-align: center;
  background: #d11979 !important;
  border-radius: 50%;
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.3);
  padding: 22px 0px;
  z-index: 1;
  transition: all 500ms ease;
}
.cid-tWXKRWuPst .feature-style-three .feature-block-one .subcont {
  margin-bottom: 30px;
  box-shadow: 0px 20px 60px 10px rgba(0, 0, 0, 0.07);
}
.cid-tWXKRWuPst .rnblock .subcont .step:before {
  position: absolute;
  content: '';
  background: #2e1cab;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  transform: scale(0, 0);
  z-index: -1;
  transition: all 500ms ease;
}
.cid-tWXKRWuPst .rnblock:hover .subcont .step:before {
  transform: scale(1, 1);
}
.cid-tWXKRWuPst .rnblock:hover .subcont .step {
  color: #d11979 !important;
  background: #2e1cab !important;
}
.cid-tWXKRWuPst .rnblock .subcont .step:after {
  position: absolute;
  content: '';
  width: 120px;
  height: 120px;
  left: -15px;
  top: -15px;
  border-radius: 50%;
  border: dashed;
  border-width: 2px;
  border-color: #d11979 !important;
}
.cid-tWXKRWuPst .rnblock .subcont {
  padding: 30px;
}
.cid-tWXKRWuPst .rnblock .subcont p {
  transition: all 500ms ease;
}
.cid-tWXKRWuPst .rnblock .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 81px;
  height: 20px;
  background-repeat: no-repeat;
  right: -145px;
}
.cid-tWXKRWuPst .rtl .rnblock .arrow {
  right: inherit;
  left: -145px;
  transform: rotate(-180deg);
}
@media only screen and (max-width: 767px) {
  .cid-tWXKRWuPst .psec .inner-container {
    display: block;
    max-width: 290px;
    margin: 0 auto;
  }
  .cid-tWXKRWuPst .psec {
    padding: 70px 0px;
  }
  .cid-tWXKRWuPst .rnblock .arrow {
    display: none;
  }
  .cid-tWXKRWuPst .rnblock {
    margin-bottom: 60px;
  }
  .cid-tWXKRWuPst .rnblock:last-child {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 499px) {
  .cid-tWXKRWuPst .rnblock .subcont .step {
    right: 15px;
  }
}
.cid-tWXKRWuPst .shape1 {
  background-image: url("../../../assets/images/shape-12.png");
}
.cid-tWXKRWuPst .shape2 {
  background-image: url("../../../assets/images/shape-13.png");
}
.cid-tWXKRWuPst H6 {
  color: #4479d9;
}
.cid-tWXKRWuPst H2 {
  color: #4479d9;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tWXKRWuPst .rnblock {
    height: 240px;
  }
  .cid-tWXKRWuPst .subcont {
    padding: 25px;
    overflow: auto;
    height: 90%;
    margin-right: 15px;
  }
}
.cid-tWXKRWuPst .sth3 {
  color: #ffffff;
}
.cid-tWXKRWuPst SPAN {
  color: #ffffff;
}
.cid-tWXKRWuPst .step {
  color: #ffffff;
}
.cid-tXSszeVaRn {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to right, #5b3bff, #00f2fe);
}
.cid-tXSszeVaRn .main-title h3 {
  font-weight: 700;
  position: relative;
}
.cid-tXSszeVaRn .main-title h3:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 2px;
  background: #f31f7a;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.cid-tXSszeVaRn .main-title p {
  margin-top: 50px;
}
.cid-tXSszeVaRn H3 {
  color: #ffffff;
}
.cid-tXSszeVaRn P {
  color: #ffffff;
}
.cid-tXSey6sdU9 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background: #ffffff;
}
.cid-tXSey6sdU9 .row {
  flex-direction: row-reverse;
}
.cid-tXSey6sdU9 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tXSey6sdU9 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tXSey6sdU9 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tXSey6sdU9 .mbr-text,
.cid-tXSey6sdU9 .mbr-section-btn {
  text-align: left;
}
.cid-tXSey6sdU9 .mbr-section-title {
  text-align: left;
}
.cid-tXSyH45jV5 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tXSyH45jV5 .percent1 {
  width: 88%;
  background-color: #4479d9;
}
.cid-tXSyH45jV5 .percent2 {
  width: 94%;
  background-color: #e43f3f;
}
.cid-tXSyH45jV5 .percent3 {
  width: 85%;
  background-color: #8c0a4e;
}
.cid-tXSyH45jV5 .percent4 {
  width: 77%;
  background-color: #e6c63b;
}
.cid-tXSyH45jV5 .percent5 {
  width: 100%;
  background-color: #e6c63b;
}
.cid-tXSyH45jV5 .percent6 {
  width: 50%;
  background-color: #84c441;
}
.cid-tXSyH45jV5 .percent7 {
  width: 40%;
  background-color: #ff9966;
}
.cid-tXSyH45jV5 .percent8 {
  width: 50%;
  background-color: #ffffff;
}
.cid-tXSyH45jV5 .progress-title {
  font-weight: 700;
  margin: 0 0 10px;
}
.cid-tXSyH45jV5 .progress-outer {
  background: #fff;
  padding: 5px 60px 5px 5px;
  border: 1px solid #bbbbbb;
  border-radius: 25px;
  margin-bottom: 20px;
  position: relative;
}
.cid-tXSyH45jV5 .progress {
  background: #bebfbf;
  border-radius: 20px;
  margin: 0;
}
.cid-tXSyH45jV5 .progress .progress-bar {
  border-radius: 25px;
  box-shadow: none;
  animation: animate-positive 2s;
}
.cid-tXSyH45jV5 .progress .progress-value {
  font-size: 20px;
  font-weight: 700;
  color: #6b7880;
  position: absolute;
  top: 3px;
  right: 10px;
}
@keyframes animate-positive {
  0% {
    width: 0;
  }
}
.cid-tXSyH45jV5 H3 {
  color: #222222;
}
.cid-tWXKOmibdi {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-tWXKOmibdi .fnt-section {
  position: relative;
}
.cid-tWXKOmibdi .fnt-section .inner-container {
  position: relative;
  display: block;
  box-shadow: 0px 10px 50px 0px #0000001A;
  background: #4479d9;
  margin-top: -95px;
  z-index: 2;
}
.cid-tWXKOmibdi .fnt-section .ftb {
  float: left;
  width: 33.333%;
}
.cid-tWXKOmibdi .ftb .binner {
  position: relative;
  display: block;
  padding: 54px 30px 51px 170px;
}
.cid-tWXKOmibdi .ftb .binner .icon-box {
  position: absolute;
  display: inline-block;
  left: 50px;
  top: 50px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  font-size: 40px;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  background: #353535;
}
.cid-tWXKOmibdi .ftb:nth-child(2) .binner {
  background: #8c0a4e;
}
.cid-tWXKOmibdi .ftb:last-child .binner {
  background: #4479d9;
}
.cid-tWXKOmibdi .ftb:last-child .binner .icon-box {
  background: #353535;
}
.cid-tWXKOmibdi .ftb:first-child .binner .icon-box {
  color: #ffffff;
  background: #353535;
}
.cid-tWXKOmibdi .ftb .binner .count-outer {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 52px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 991px) {
  .cid-tWXKOmibdi .fnt-section .ftb {
    width: 50%;
  }
  .cid-tWXKOmibdi .fnt-section .ftb:last-child {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .cid-tWXKOmibdi .fnt-section .ftb {
    width: 100%;
  }
  .cid-tWXKOmibdi .fnt-section.about-page {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 499px) {
  .cid-tWXKOmibdi .ftb .binner {
    padding-left: 30px;
  }
  .cid-tWXKOmibdi .ftb .binner .icon-box {
    position: relative;
    left: 0px;
    top: 0px;
    margin-bottom: 20px;
  }
}
.cid-tWXKOmibdi .videobg {
  background-image: url("../../../assets/images/user-bg.jpg");
  width: 1920px;
  height: 620px;
}
.cid-tWXKOmibdi p {
  display: block;
  position: relative;
}
.cid-tWXKOmibdi .centred {
  text-align: center;
}
.cid-tWXKOmibdi .binner h2 {
  top: -470px;
  position: absolute;
  line-height: 50px;
  transition: all 500ms ease;
  text-align: center !important;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  margin-bottom: 15px;
}
.cid-tWXKOmibdi .video-btn {
  position: absolute;
  top: -300px;
  left: 0;
  right: 0;
  background: #ab1313;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 106px;
  text-align: center;
  font-size: 32px;
  border-radius: 50%;
  margin: auto;
  border: 4px solid #bbbbbb;
}
.cid-tWXKOmibdi .pstyle {
  color: #fafafa;
}
.cid-tWXKOmibdi H2 {
  color: #ffffff;
}
.cid-tWXKOmibdi .count1 {
  color: #ffffff;
}
.cid-tWXKOmibdi .count2 {
  color: #ffffff;
}
.cid-tWXKOmibdi .count3 {
  color: #ffffff;
}
.cid-tWXKOmibdi P {
  color: #000000;
}
.cid-tXRYWe6kzp {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #041533;
}
.cid-tXRYWe6kzp .dtestianim2 .dahotesti-content .inner-box {
  position: relative;
  display: block;
}
.cid-tXRYWe6kzp .dtestianim2 .dahotesti-content .inner-box .text {
  position: relative;
  display: block;
  padding: 37px 40px 54px 40px;
  border: 1px solid #e6c63b;
  border-radius: 10px;
  margin-bottom: 45px;
  transition: all 500ms ease;
}
.cid-tXRYWe6kzp .dtestianim2 .dahotesti-content .inner-box .text:before {
  position: absolute;
  content: '';
  background: #e6c63b;
  width: 29px;
  height: 29px;
  left: 54px;
  bottom: -14px;
  transform: rotate(45deg);
  box-shadow: 1px 1px #e6c63b;
}
.cid-tXRYWe6kzp .dtestianim2 .dahotesti-content .inner-box .text i {
  position: absolute;
  right: 25px;
  bottom: 20px;
  font-size: 50px;
  color: #ffffff;
  line-height: 50px;
}
.cid-tXRYWe6kzp .dtestianim2 .dahotesti-content .inner-box .text p {
  line-height: 28px;
  margin: 0px;
}
.cid-tXRYWe6kzp .dtestianim2 .dahotesti-content .inner-box .author-info {
  position: relative;
  margin-left: 30px;
  padding: 14px 0px 20px 100px;
}
.cid-tXRYWe6kzp .dtestianim2 .dahotesti-content .inner-box .author-info .image-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}
.cid-tXRYWe6kzp .dtestianim2 .dahotesti-content .inner-box .author-info .image-box img {
  width: 100%;
  border-radius: 50%;
}
.cid-tXRYWe6kzp .dtestianim2 .dahotesti-content .inner-box .author-info h5 {
  position: relative;
  line-height: 26px;
  margin: 0px;
}
.cid-tXRYWe6kzp .dtestianim2 .dahotesti-content .inner-box .author-info .designation {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.cid-tXRYWe6kzp .dtestianim2 .sec-title {
  margin-bottom: 60px;
}
.cid-tXRYWe6kzp .dtestianim2 .owl-theme .owl-dots {
  display: block;
  text-align: center;
  margin-top: 45px;
}
.cid-tXRYWe6kzp .owl-carousel {
  display: block;
}
.cid-tXRYWe6kzp .title {
  color: #ffffff;
}
.cid-tXRYWe6kzp .subtitle {
  color: #e43f3f;
  text-transform: none !important;
}
.cid-tXRYWe6kzp .textp {
  color: #ffffff;
}
.cid-tXRYWe6kzp .authorname {
  color: #fff0b0;
}
.cid-tXRYWe6kzp .designation {
  color: #e43f3f;
}
.cid-tXRYWe6kzp .auto-container {
  position: static;
  max-width: 1170px;
  padding: 0px 15px;
  margin: 0 auto;
}
.cid-tXRYWe6kzp .centred {
  text-align: center;
}
.cid-tXRYWe6kzp .pull-left {
  float: left;
}
.cid-tXRYWe6kzp .pull-right {
  float: right;
}
.cid-tXRYWe6kzp figure {
  margin: 0px;
}
.cid-tXRYWe6kzp img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}
@keyframes pulse {
  50% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
}
.cid-tXRYWe6kzp .sec-title {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.cid-tXRYWe6kzp .sec-title h5 {
  position: relative;
  display: inline-block;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 10px;
}
.cid-tXRYWe6kzp .sec-title.left h5 {
  padding-right: 55px;
}
.cid-tXRYWe6kzp .sec-title.right h5 {
  padding-left: 55px;
}
.cid-tXRYWe6kzp .sec-title.centred h5 {
  padding: 0px 55px 0px 55px;
}
.cid-tXRYWe6kzp .sec-title.left h5:before {
  right: 0px;
}
.cid-tXRYWe6kzp .sec-title.right h5:before {
  left: 0px;
}
.cid-tXRYWe6kzp .sec-title.centred h5:before {
  right: 0px;
}
.cid-tXRYWe6kzp .sec-title h5:before {
  position: absolute;
  content: '';
  width: 45px;
  height: 2px;
  top: 12px;
  background: #e6c63b;
}
.cid-tXRYWe6kzp .sec-title.centred h5:after {
  position: absolute;
  content: '';
  width: 45px;
  height: 2px;
  top: 12px;
  left: 0px;
  background: #e6c63b;
}
.cid-tXRYWe6kzp .sec-title h2 {
  position: relative;
  display: block;
  line-height: 46px;
  font-weight: 700;
}
.cid-tXRYWe6kzp .owl-nav-none .owl-nav,
.cid-tXRYWe6kzp .owl-dots-none .owl-dots {
  display: none !important;
}
.cid-tXRYWe6kzp .owl-dot-style-one .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 4px;
  background: #dddddd;
  border-radius: 0px;
  margin: 0px 5px;
  cursor: pointer;
  transition: all 500ms ease;
}
.cid-tXRYWe6kzp .owl-dot-style-one .owl-dots .owl-dot.active span,
.cid-tXRYWe6kzp .owl-dot-style-one .owl-dots .owl-dot span:hover {
  background: #e6c63b;
}
.cid-tXRZ2W41Ev {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tXRZ2W41Ev .section-header {
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 20px;
}
.cid-tXRZ2W41Ev .section-header::before {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 5px;
  background: #f82249;
  bottom: 0;
  left: 47%;
}
.cid-tXRZ2W41Ev .section-header h2 {
  text-align: center;
  margin-bottom: 10px;
}
.cid-tXRZ2W41Ev #dahologos .dahologo-logo {
  padding: 30px;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e0e5fa;
  overflow: hidden;
  height: 160px;
  background-color: #ffffff;
}
.cid-tXRZ2W41Ev #dahologos .dahologo-logo:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.cid-tXRZ2W41Ev #dahologos img {
  transition: all 0.4s ease-in-out;
}
.cid-tXRZ2W41Ev H2 {
  color: #222222;
}
.cid-tXRZ2W41Ev .img-fluid {
  max-width: 100%;
  height: auto;
}
.cid-tXRZ2W41Ev .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.cid-tXRZ2W41Ev .no-gutters > .col,
.cid-tXRZ2W41Ev .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.cid-tY3ZGdxGYa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: linear-gradient(176deg, #151573 49%, #4479d9 100%) !important;
}
.cid-tY3ZGdxGYa .dnew3 .row {
  position: relative;
  z-index: 9;
}
.cid-tY3ZGdxGYa .dnew3 .dtitlenew3 {
  color: white;
  margin-top: -6px;
  position: relative;
  z-index: 9;
}
.cid-tY3ZGdxGYa .dnew3 input {
  background: 0 0;
  border: 2px solid white;
  height: 55px;
}
.cid-tY3ZGdxGYa .dnew3 .form-control {
  background: 0 0;
  color: white;
}
.cid-tY3ZGdxGYa .dnew3 .white-btn {
  width: 100%;
  padding: 15px 0;
  border: none;
  border-radius: 0;
  font-weight: 600;
}
.cid-tY3ZGdxGYa .white-btn {
  transition: all .7s;
  width: 100%;
  padding: 15px 0;
  border: none;
  border-radius: 0;
  font-weight: 600;
}
.cid-tY3ZGdxGYa .dnew3 input::-webkit-input-placeholder {
  color: white;
}
.cid-tY3ZGdxGYa .dnew3 input:-ms-input-placeholder {
  color: white;
}
.cid-tY3ZGdxGYa .dnew3 input::-ms-input-placeholder {
  color: white;
}
.cid-tY3ZGdxGYa .dnew3 input::placeholder {
  color: white;
}
.cid-tY3ZGdxGYa .dnew3 .n-shape {
  position: absolute;
  top: 10px;
  left: 20px;
  -webkit-animation: line-8 7s infinite alternate both linear;
  animation: line-8 7s infinite alternate both linear;
}
.cid-tY3ZGdxGYa .text-center {
  text-align: center !important;
}
.cid-tY3ZGdxGYa .form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #ced4da !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-tY3ZGdxGYa .mbr-section-btn {
  position: relative;
  display: flex;
}
.cid-tY3ZGdxGYa H2 {
  text-align: center;
}
.cid-tXYxf4svSX {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tXYxf4svSX .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tXYxf4svSX .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tXYxf4svSX .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tXYxf4svSX .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tXYxf4svSX .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tXYxf4svSX .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tXYxf4svSX .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tXYxf4svSX .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tXYxf4svSX .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tXYxf4svSX .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tXYxf4svSX .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tXYxf4svSX .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tXYxf4svSX .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-tXYxf4svSX .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tXYxf4svSX [class^="socicon-"]:before,
.cid-tXYxf4svSX [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tWXOi8q05J {
  padding-top: 60px;
  padding-bottom: 30px;
  background: linear-gradient(to right, #5b3bff, #00f2fe);
}
.cid-tWXOi8q05J .imgbotom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 70px;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-tWOABVtgxX {
  padding-top: 60px;
  background: linear-gradient(to right, #5b3bff, #00f2fe);
}
.cid-tWOABVtgxX #dfooter .dfooter-top {
  padding-top: 45px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-info {
  margin-bottom: 30px;
}
.cid-tWOABVtgxX .bg-bottom {
  background: linear-gradient(to right, #5b3bff, #00f2fe);
  position: relative;
  display: block;
  padding-bottom: 60px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-info img {
  margin-bottom: 10px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-info p {
  line-height: 25px;
  margin-bottom: 0;
  width: 300px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  position: relative;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .social-links a:hover {
  background: #4479d9;
}
.cid-tWOABVtgxX #dfooter .dfooter-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-links {
  margin-bottom: 30px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-links ul i {
  padding-right: 5px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-links ul li:first-child {
  padding-top: 0;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-contact {
  margin-bottom: 30px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-contact p {
  line-height: 26px;
}
.cid-tWOABVtgxX #dfooter .copyright {
  padding-top: 30px;
}
.cid-tWOABVtgxX ul li::before {
  content: "\700";
  color: #ffffff;
}
.cid-tWOABVtgxX H4 {
  color: #ffffff;
  text-align: left;
}
.cid-tWOABVtgxX DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tWOABVtgxX P {
  color: #ffffff;
  text-align: left;
}
.cid-tWOABVtgxX div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tWOABVtgxX .copyright a {
  text-decoration: none !important;
}
.cid-tWOABVtgxX .list,
.cid-tWOABVtgxX .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tWOABVtgxX ul li a {
  text-decoration: none !important;
}
.cid-tWOABVtgxX .copyright {
  text-align: center;
}
.cid-tWOABVtgxX .dfooter-info img {
  width: 100%;
}
.cid-tWOABVtgxX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: none !important;
  background-image: none !important;
  background-position: 0;
  text-decoration: none !important;
}
.cid-tWOABVtgxX .modal-content {
  height: 155px !important;
  background-color: #ffffff;
}
.cid-tWOABVtgxX .pmod {
  background-color: #4479d9;
  color: #ffffff;
}
.cid-tWOABVtgxX .modal-title {
  color: #2e1cab;
}
.cid-tWOABVtgxX .btn-close {
  background-color: #bbbbbb !important;
  opacity: 1;
  font-size: 10px;
}
.cid-tWOABVtgxX .modal {
  top: 50px;
}
.cid-tWOABVtgxX .modal-dialog {
  width: 680px;
  margin: auto;
}
@media only screen and (max-width: 375px) {
  .cid-tWOABVtgxX .modal-dialog {
    width: 90%;
  }
}
@media (min-width: 375px) and (max-width: 480px) {
  .cid-tWOABVtgxX .modal-dialog {
    width: 95%;
    margin: auto;
  }
}
.cid-tWOABVtgxX .flag {
  padding-left: 0 !important;
}
.cid-tWOABVtgxX ul {
  list-style: none;
}
.cid-tWOABVtgxX ul#menu li {
  display: inline !important;
  float: left;
}
.cid-tXTmD88th0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tXTmD88th0 nav.navbar {
  position: fixed;
}
.cid-tXTmD88th0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXTmD88th0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tXTmD88th0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tXTmD88th0 .dropdown-item:hover,
.cid-tXTmD88th0 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tXTmD88th0 .dropdown-item:hover span {
  color: white;
}
.cid-tXTmD88th0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tXTmD88th0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tXTmD88th0 .nav-dropdown .link {
  padding: 0 0.1em !important;
  margin: 0.1em 1em !important;
}
.cid-tXTmD88th0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXTmD88th0 .nav-link {
  position: relative;
}
.cid-tXTmD88th0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tXTmD88th0 .container {
    flex-wrap: nowrap;
  }
}
.cid-tXTmD88th0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXTmD88th0 .dropdown-menu,
.cid-tXTmD88th0 .navbar.opened {
  background: linear-gradient(to right, #5b3bff, #00f2fe);
}
.cid-tXTmD88th0 .nav-item:focus,
.cid-tXTmD88th0 .nav-link:focus {
  outline: none;
}
.cid-tXTmD88th0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXTmD88th0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXTmD88th0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXTmD88th0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXTmD88th0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXTmD88th0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tXTmD88th0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: linear-gradient(to right, #5b3bff, #00f2fe);
}
.cid-tXTmD88th0 .navbar.opened {
  transition: all 0.3s;
}
.cid-tXTmD88th0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tXTmD88th0 .navbar .navbar-logo img {
  width: auto;
}
.cid-tXTmD88th0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXTmD88th0 .navbar.collapsed {
  justify-content: center;
}
.cid-tXTmD88th0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXTmD88th0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXTmD88th0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tXTmD88th0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXTmD88th0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXTmD88th0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tXTmD88th0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXTmD88th0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXTmD88th0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tXTmD88th0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXTmD88th0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXTmD88th0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXTmD88th0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXTmD88th0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tXTmD88th0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tXTmD88th0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXTmD88th0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXTmD88th0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXTmD88th0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXTmD88th0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tXTmD88th0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXTmD88th0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXTmD88th0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXTmD88th0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tXTmD88th0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXTmD88th0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXTmD88th0 .dropdown-item.active,
.cid-tXTmD88th0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tXTmD88th0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXTmD88th0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXTmD88th0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXTmD88th0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-tXTmD88th0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXTmD88th0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXTmD88th0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tXTmD88th0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXTmD88th0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tXTmD88th0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tXTmD88th0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXTmD88th0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXTmD88th0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXTmD88th0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXTmD88th0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXTmD88th0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXTmD88th0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXTmD88th0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXTmD88th0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tXTmD88th0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXTmD88th0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXTmD88th0 .navbar {
    height: 70px;
  }
  .cid-tXTmD88th0 .navbar.opened {
    height: auto;
  }
  .cid-tXTmD88th0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXTmD88th0 .nav-item {
  letter-spacing: 1px;
  border: 2px solid transparent;
  -webkit-box-shadow: inset 1px 0px 0px -15px #ffffff;
  -moz-box-shadow: inset 1px 0px 0px -15px #ffffff;
  box-shadow: inset 1px 0px 0px -15px #ffffff;
  transition: 1s;
}
.cid-tXTmD88th0 .nav-item:hover {
  -webkit-box-shadow: inset 200px 0px 0px -15px #ffffff;
  -moz-box-shadow: inset 200px 0px 0px -15px #ffffff;
  box-shadow: inset 200px 0px 0px -15px #ffffff;
  color: #000000 !important;
  font-weight: bold;
}
.cid-tXTmD88th0 .activez {
  border: 1px solid white !important;
  border-radius: 2px;
  color: #000000;
}
.cid-tXTmD88th0 a.text-white:hover,
.cid-tXTmD88th0 a.text-white:focus,
.cid-tXTmD88th0 a.text-white.active {
  color: #070707 !important;
}
.cid-tWXosHaCbK {
  padding-top: 135px;
  padding-bottom: 135px;
  background: linear-gradient(to right, #5b3bff, #00f2fe);
}
.cid-tWXosHaCbK .page-header {
  position: relative;
  text-align: center;
}
.cid-tWXosHaCbK .page-header h2 {
  position: relative;
  font-weight: 700;
}
.cid-tWXosHaCbK .page-header a {
  position: relative;
  padding: 0 12px;
  font-size: 22px;
}
.cid-tWXosHaCbK .page-header a::after {
  content: "/";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 5px;
  right: -7px;
  text-align: center;
}
.cid-tWXosHaCbK .page-header a:last-child::after {
  display: none;
}
@media (max-width: 767.98px) {
  .cid-tWXosHaCbK .page-header h2 {
    font-size: 35px;
  }
  .cid-tWXosHaCbK .page-header a {
    font-size: 18px;
  }
  .cid-tWXosHaCbK .footer .copyright p,
  .cid-tWXosHaCbK .footer .copyright .col-md-6:last-child p {
    margin: 5px 0;
    text-align: center;
  }
}
.cid-tWXosHaCbK .mbr-section-title {
  color: #ffffff;
}
.cid-tWXSZYLMhW {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: transparent;
}
.cid-tWXSZYLMhW .imgbotom-header {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 70px;
  top: -70px;
}
.cid-tXT5KoLDB3 {
  padding-top: 45px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/about-1.jpg");
}
.cid-tXT5KoLDB3 .row {
  flex-direction: row-reverse;
}
.cid-tXT5KoLDB3 .section-text {
  text-align: left;
}
.cid-tXT5KoLDB3 .container-theme {
  margin: 0 auto;
}
.cid-tWXtJpizLk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tWXtJpizLk .header11 {
  padding-top: 65px !important;
  padding-right: 80px !important;
  padding-bottom: 56px !important;
  padding-left: 63px !important;
  background-color: #2e1cab !important;
  margin-left: 160px;
}
.cid-tWXtJpizLk .icon-box {
  position: relative;
  padding: 46px 50px 48px 34px;
  z-index: 10;
}
.cid-tWXtJpizLk .icon-box .icon-text {
  overflow: hidden;
}
.cid-tWXtJpizLk .icon-box .icon-text .content {
  font-size: 13px;
}
.cid-tWXtJpizLk .icon-box-link {
  text-decoration: none !important;
}
.cid-tWXtJpizLk .icon-box .icon {
  float: left;
  margin-top: 11px;
  margin-right: 27px;
}
.cid-tWXtJpizLk .icon-box .icon-text h3.title {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 26px;
  line-height: 28px;
}
.cid-tWXtJpizLk .icon-box .icon-text h4.title {
  font-weight: 700;
}
.cid-tWXtJpizLk .icon-box .icon-text h5 {
  font-weight: 400;
  line-height: 18px;
}
.cid-tWXtJpizLk .icon-box .icon-text h6.title {
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
}
.cid-tWXtJpizLk .icon-box .icon-box-bottom-triangle {
  margin-top: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 55px solid #2e1cab;
  transform: skew(0deg, 23deg);
}
.cid-tWXtJpizLk .icon-box .icon-box-bottom-triangle:hover {
  border-right: 55px solid #2e1cab;
}
.cid-tWXtJpizLk .icon-box:hover:before {
  opacity: 1;
}
@media only screen and (max-width: 800px) {
  .cid-tWXtJpizLk .header11 {
    padding-right: 10px !important;
    padding-bottom: 40px !important;
    padding-left: 30px !important;
    margin: auto;
    width: 85%;
  }
}
@media only screen and (max-width: 1100px) {
  .cid-tWXtJpizLk .header11 {
    padding-right: 10px !important;
    padding-bottom: 40px !important;
    padding-left: 30px !important;
    margin: auto;
    width: 80%;
  }
}
.cid-tWXtJpizLk .mbr-text {
  color: #bbbbbb;
}
.cid-tWXtJpizLk .mbr-section-title {
  color: #ffffff;
}
.cid-tWXtJpizLk .mbr-iconfont {
  padding-right: 10px;
}
.cid-tXTRsb8Hu5 {
  background-color: #ffffff;
}
.cid-tXTRsb8Hu5 .apps-section {
  position: relative;
}
.cid-tXTRsb8Hu5 .apps-section .inner-container {
  position: relative;
  display: block;
  padding: 80px 80px 80px 164px;
}
.cid-tXTRsb8Hu5 .apps-section .image-box {
  position: relative;
  display: block;
  padding-right: 160px;
  margin-right: 42px;
}
.cid-tXTRsb8Hu5 .apps-section .image-box img {
  width: 100%;
  z-index: 50;
  position: relative;
}
.cid-tXTRsb8Hu5 .apps-section .image-box .image-2 {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.cid-tXTRsb8Hu5 .apps-section .content-box {
  position: relative;
  display: block;
}
.cid-tXTRsb8Hu5 .apps-section .content-box .btn-box {
  position: relative;
  display: flex;
  align-items: center;
}
.cid-tXTRsb8Hu5 .apps-section .content-box .btn-box a {
  position: relative;
  display: inline-block;
  background: #0A0F20;
  padding: 11px 15px 11px 60px;
  font-size: 20px;
  line-height: 24px;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  color: #fff;
}
.cid-tXTRsb8Hu5 .apps-section .content-box .btn-box a img {
  position: absolute;
  left: 14px;
  top: 11px;
}
.cid-tXTRsb8Hu5 .apps-section .content-box .btn-box a span {
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #fff;
}
.cid-tXTRsb8Hu5 .apps-section .content-box .btn-box a:hover {
  background: #F00;
}
.cid-tXTRsb8Hu5 .apps-section .shape .shape-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 330px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.cid-tXTRsb8Hu5 .apps-section .shape .shape-2 {
  position: absolute;
  left: -105px;
  top: 150px;
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 8s infinite linear;
  animation: zoom-fade 8s infinite linear;
  z-index: -1;
}
.cid-tXTRsb8Hu5 .apps-section .light-icon {
  position: absolute;
  right: 34px;
  bottom: 138px;
  width: 180px;
  height: 142px;
  background-repeat: no-repeat;
}
.cid-tXTRsb8Hu5 .apps-section.alternat-2 {
  background: #F00;
  overflow: hidden;
}
.cid-tXTRsb8Hu5 .apps-section.alternat-2 .sec-title h6,
.cid-tXTRsb8Hu5 .apps-section.alternat-2 p {
  color: #fff !important;
}
.cid-tXTRsb8Hu5 .apps-section.alternat-2 .content-box .btn-box a {
  background: #0A0F20 !important;
}
.cid-tXTRsb8Hu5 .apps-section.alternat-2 .image-layer .image-1 {
  position: absolute;
  left: 310px;
  bottom: -105px;
}
.cid-tXTRsb8Hu5 .apps-section.alternat-2 .image-layer .image-2 {
  position: absolute;
  left: 560px;
  bottom: -145px;
}
.cid-tXTRsb8Hu5 .apps-section.alternat-2 .pattern-layer .pattern-1 {
  position: absolute;
  left: 210px;
  top: 47px;
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 8s infinite linear;
  animation: zoom-fade 8s infinite linear;
}
.cid-tXTRsb8Hu5 .apps-section.alternat-2 .pattern-layer .pattern-2 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top right;
}
.cid-tXTRsb8Hu5 .bgicon {
  background-image: url("../../../assets/images/shape-17.png");
}
.cid-tXTRsb8Hu5 .bgshape1 {
  background-image: url("../../../assets/images/shape-4.png");
}
.cid-tXTRsb8Hu5 .bgshape2 {
  background-image: url("");
}
.cid-tXTRsb8Hu5 img {
  max-width: 100%;
  height: 100%;
}
.cid-tXTRsb8Hu5 H6 {
  color: #e43f3f;
}
@media only screen and (max-width: 992px) {
  .cid-tXTRsb8Hu5 .apps-section .inner-container {
    position: relative;
    display: inline list-item !important;
    padding: 180px 80px 80px 164px !important;
  }
}
.cid-tXT9uqheLD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #8c0a4e;
  background: linear-gradient(225deg, #8c0a4e 0, #005af0 75%);
}
@media (max-width: 991px) {
  .cid-tXT9uqheLD .btn-container {
    padding-top: 2rem;
  }
}
.cid-tXTRuQkLJT {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/blog-masonry.jpg");
}
.cid-tXTRuQkLJT .section-text {
  text-align: left;
}
.cid-tXTRuQkLJT .prt-feat1 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
  position: relative;
  overflow: hidden;
}
.cid-tXTRuQkLJT .prt-feat1 .container.bg-r {
  background-position: right;
}
.cid-tXTRuQkLJT .prt-feat1.fdb-viewport,
.cid-tXTRuQkLJT .prt-feat1.fdb-viewport .container {
  min-height: calc(85%);
}
.cid-tXTRuQkLJT .prt-feat1.fdb-image-bg {
  color: #f2f2f2;
}
.cid-tXTRuQkLJT .prt-feat1 .prt-feat1 {
  background-color: #ffffff;
  padding: 3.75rem 2.5rem;
  overflow: hidden;
  border-radius: .25rem;
  box-shadow: 0 0.3125rem 0.875rem 0 rgba(129, 129, 129, 0.2) !important;
}
.cid-tXTRuQkLJT .prt-feat1 .col-fill-left,
.cid-tXTRuQkLJT .prt-feat1 .col-fill-right {
  width: 50%;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
}
.cid-tXTRuQkLJT .prt-feat1 .prt-layout {
  border-top: solid 0.3125rem #e43f3f;
  z-index: 2;
}
.cid-tXTRuQkLJT .prt-feat1 img + h3,
.cid-tXTRuQkLJT .prt-feat1 img + h4,
.cid-tXTRuQkLJT .prt-feat1 img + p {
  margin-top: 1.25rem;
}
.cid-tXTRuQkLJT .prt-feat1 img + h1,
.cid-tXTRuQkLJT .prt-feat1 img + h2 {
  margin-top: 1.5rem;
}
.cid-tXTRuQkLJT .prt-feat1 .col-fill-left {
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tXTRuQkLJT .prt-feat1 .col-fill-left + div {
  position: relative;
  z-index: 2;
}
.cid-tXTRuQkLJT .prt-feat1 .col-fill-right {
  position: absolute;
  right: 0;
  z-index: 1;
}
.cid-tXTRuQkLJT .prt-feat1 .col-fill-right + div {
  position: relative;
  z-index: 2;
}
.cid-tXTRuQkLJT .prt-feat1 img.fdb-icon,
.cid-tXTRuQkLJT .prt-feat1 img.fdb-icon-round {
  width: 3.75rem;
}
.cid-tXYn7N4CrH {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tXYn7N4CrH .service16 .inner-box {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 44px;
}
.cid-tXYn7N4CrH .service16 .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: -webkit-linear-gradient(90deg, #041730 50%, rgba(4, 23, 48, 0.6) 100%);
}
.cid-tXYn7N4CrH .service16 .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease;
}
.cid-tXYn7N4CrH .service16 .inner-box:hover .image-box img {
  opacity: 0.2;
}
.cid-tXYn7N4CrH .service16 .inner-box .overlay-box {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  padding: 15px 25px;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 500ms ease;
}
.cid-tXYn7N4CrH .service16 .inner-box:hover .overlay-box {
  opacity: 1;
}
.cid-tXYn7N4CrH .service16 .inner-box .overlay-box p {
  color: #fff;
  opacity: 0;
  transform: translateY(30px);
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}
.cid-tXYn7N4CrH .service16 .inner-box:hover .overlay-box p {
  transform: translateY(0px);
  opacity: 1;
}
.cid-tXYn7N4CrH .service16 .inner-box .lower-content {
  position: relative;
}
.cid-tXYn7N4CrH .service16 .inner-box .lower-content h4 {
  font-weight: 400;
}
.cid-tXYn7N4CrH .service16 .inner-box .lower-content h4 a {
  color: #222;
}
.cid-tXYn7N4CrH .service16 .inner-box:hover .lower-content h4 a {
  color: #ffffff !important;
}
.cid-tXYn7N4CrH .service16 .inner-box:hover .lower-content h4 {
  color: #ffffff !important;
}
.cid-tXYn7N4CrH p {
  line-height: 30px;
}
.cid-tXYn7N4CrH .service16 .inner-box .lower-content .inner {
  position: absolute;
  display: block;
  overflow: hidden;
  top: -26px;
  width: calc(70%);
  left: 15px;
  background: #ffffff;
  text-align: center;
  padding: 20px 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: all 500ms ease;
}
.cid-tXYn7N4CrH .service16 .inner-box .lower-content .inner::before {
  background: #e43f3f;
}
.cid-tXYn7N4CrH .service16 .inner-box .lower-content .inner:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  transition: all 500ms ease;
}
.cid-tXYn7N4CrH .service16 .inner-box:hover .lower-content .inner:before {
  top: 0px;
  height: 100%;
  opacity: 1;
}
.cid-tXYn7N4CrH .owl-carousel {
  display: block;
}
.cid-tXYn7N4CrH .auto-container {
  position: static;
  max-width: 1170px;
  padding: 0px 15px;
  margin: 0 auto;
}
.cid-tXYn7N4CrH .fluid {
  position: static;
  max-width: 100%;
  padding: 0px 15px;
  margin: 0 auto;
}
.cid-tXYn7N4CrH .mb-70 {
  margin-bottom: 70px !important;
}
.cid-tXYn7N4CrH .owl-nav-none .owl-nav,
.cid-tXYn7N4CrH .owl-dots-none .owl-dots {
  display: none !important;
}
.cid-tXYn7N4CrH .owl-theme .owl-dots {
  min-width: 150px;
  margin-left: -25px;
  margin-top: 23px;
  height: 30px;
  overflow: hidden;
}
.cid-tXYn7N4CrH .owl-theme .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
}
.cid-tXYn7N4CrH .owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 4px;
  background: #dddddd;
  border-radius: 0px;
  margin: 0px 5px;
  cursor: pointer;
  transition: all 500ms ease;
}
.cid-tXYn7N4CrH h1,
.cid-tXYn7N4CrH h2,
.cid-tXYn7N4CrH h3,
.cid-tXYn7N4CrH h4,
.cid-tXYn7N4CrH h5,
.cid-tXYn7N4CrH h6 {
  position: relative;
  margin: 0px;
  transition: all 500ms ease;
}
.cid-tXYn7N4CrH h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
.cid-tWXOi8q05J {
  padding-top: 60px;
  padding-bottom: 30px;
  background: linear-gradient(to right, #5b3bff, #00f2fe);
}
.cid-tWXOi8q05J .imgbotom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 70px;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-tWOABVtgxX {
  padding-top: 60px;
  background: linear-gradient(to right, #5b3bff, #00f2fe);
}
.cid-tWOABVtgxX #dfooter .dfooter-top {
  padding-top: 45px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-info {
  margin-bottom: 30px;
}
.cid-tWOABVtgxX .bg-bottom {
  background: linear-gradient(to right, #5b3bff, #00f2fe);
  position: relative;
  display: block;
  padding-bottom: 60px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-info img {
  margin-bottom: 10px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-info p {
  line-height: 25px;
  margin-bottom: 0;
  width: 300px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  position: relative;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .social-links a:hover {
  background: #4479d9;
}
.cid-tWOABVtgxX #dfooter .dfooter-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-links {
  margin-bottom: 30px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-links ul i {
  padding-right: 5px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-links ul li:first-child {
  padding-top: 0;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-contact {
  margin-bottom: 30px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-contact p {
  line-height: 26px;
}
.cid-tWOABVtgxX #dfooter .copyright {
  padding-top: 30px;
}
.cid-tWOABVtgxX ul li::before {
  content: "\700";
  color: #ffffff;
}
.cid-tWOABVtgxX H4 {
  color: #ffffff;
  text-align: left;
}
.cid-tWOABVtgxX DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tWOABVtgxX P {
  color: #ffffff;
  text-align: left;
}
.cid-tWOABVtgxX div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tWOABVtgxX .copyright a {
  text-decoration: none !important;
}
.cid-tWOABVtgxX .list,
.cid-tWOABVtgxX .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tWOABVtgxX ul li a {
  text-decoration: none !important;
}
.cid-tWOABVtgxX .copyright {
  text-align: center;
}
.cid-tWOABVtgxX .dfooter-info img {
  width: 100%;
}
.cid-tWOABVtgxX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: none !important;
  background-image: none !important;
  background-position: 0;
  text-decoration: none !important;
}
.cid-tWOABVtgxX .modal-content {
  height: 155px !important;
  background-color: #ffffff;
}
.cid-tWOABVtgxX .pmod {
  background-color: #4479d9;
  color: #ffffff;
}
.cid-tWOABVtgxX .modal-title {
  color: #2e1cab;
}
.cid-tWOABVtgxX .btn-close {
  background-color: #bbbbbb !important;
  opacity: 1;
  font-size: 10px;
}
.cid-tWOABVtgxX .modal {
  top: 50px;
}
.cid-tWOABVtgxX .modal-dialog {
  width: 680px;
  margin: auto;
}
@media only screen and (max-width: 375px) {
  .cid-tWOABVtgxX .modal-dialog {
    width: 90%;
  }
}
@media (min-width: 375px) and (max-width: 480px) {
  .cid-tWOABVtgxX .modal-dialog {
    width: 95%;
    margin: auto;
  }
}
.cid-tWOABVtgxX .flag {
  padding-left: 0 !important;
}
.cid-tWOABVtgxX ul {
  list-style: none;
}
.cid-tWOABVtgxX ul#menu li {
  display: inline !important;
  float: left;
}
.cid-tXTmD88th0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tXTmD88th0 nav.navbar {
  position: fixed;
}
.cid-tXTmD88th0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXTmD88th0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tXTmD88th0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tXTmD88th0 .dropdown-item:hover,
.cid-tXTmD88th0 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tXTmD88th0 .dropdown-item:hover span {
  color: white;
}
.cid-tXTmD88th0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tXTmD88th0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tXTmD88th0 .nav-dropdown .link {
  padding: 0 0.1em !important;
  margin: 0.1em 1em !important;
}
.cid-tXTmD88th0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXTmD88th0 .nav-link {
  position: relative;
}
.cid-tXTmD88th0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tXTmD88th0 .container {
    flex-wrap: nowrap;
  }
}
.cid-tXTmD88th0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXTmD88th0 .dropdown-menu,
.cid-tXTmD88th0 .navbar.opened {
  background: linear-gradient(to right, #5b3bff, #00f2fe);
}
.cid-tXTmD88th0 .nav-item:focus,
.cid-tXTmD88th0 .nav-link:focus {
  outline: none;
}
.cid-tXTmD88th0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXTmD88th0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXTmD88th0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXTmD88th0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXTmD88th0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXTmD88th0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tXTmD88th0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: linear-gradient(to right, #5b3bff, #00f2fe);
}
.cid-tXTmD88th0 .navbar.opened {
  transition: all 0.3s;
}
.cid-tXTmD88th0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tXTmD88th0 .navbar .navbar-logo img {
  width: auto;
}
.cid-tXTmD88th0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXTmD88th0 .navbar.collapsed {
  justify-content: center;
}
.cid-tXTmD88th0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXTmD88th0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXTmD88th0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tXTmD88th0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXTmD88th0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXTmD88th0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tXTmD88th0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXTmD88th0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXTmD88th0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tXTmD88th0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXTmD88th0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXTmD88th0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXTmD88th0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXTmD88th0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tXTmD88th0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tXTmD88th0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXTmD88th0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXTmD88th0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXTmD88th0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXTmD88th0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tXTmD88th0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXTmD88th0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXTmD88th0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXTmD88th0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tXTmD88th0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXTmD88th0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXTmD88th0 .dropdown-item.active,
.cid-tXTmD88th0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tXTmD88th0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXTmD88th0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXTmD88th0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXTmD88th0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-tXTmD88th0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXTmD88th0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXTmD88th0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tXTmD88th0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXTmD88th0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tXTmD88th0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tXTmD88th0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXTmD88th0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXTmD88th0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXTmD88th0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXTmD88th0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXTmD88th0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXTmD88th0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXTmD88th0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXTmD88th0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tXTmD88th0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXTmD88th0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXTmD88th0 .navbar {
    height: 70px;
  }
  .cid-tXTmD88th0 .navbar.opened {
    height: auto;
  }
  .cid-tXTmD88th0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXTmD88th0 .nav-item {
  letter-spacing: 1px;
  border: 2px solid transparent;
  -webkit-box-shadow: inset 1px 0px 0px -15px #ffffff;
  -moz-box-shadow: inset 1px 0px 0px -15px #ffffff;
  box-shadow: inset 1px 0px 0px -15px #ffffff;
  transition: 1s;
}
.cid-tXTmD88th0 .nav-item:hover {
  -webkit-box-shadow: inset 200px 0px 0px -15px #ffffff;
  -moz-box-shadow: inset 200px 0px 0px -15px #ffffff;
  box-shadow: inset 200px 0px 0px -15px #ffffff;
  color: #000000 !important;
  font-weight: bold;
}
.cid-tXTmD88th0 .activez {
  border: 1px solid white !important;
  border-radius: 2px;
  color: #000000;
}
.cid-tXTmD88th0 a.text-white:hover,
.cid-tXTmD88th0 a.text-white:focus,
.cid-tXTmD88th0 a.text-white.active {
  color: #070707 !important;
}
.cid-tWXHzxgdUG {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: transparent;
}
.cid-tWXHzxgdUG .imgbotom-header {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 70px;
  top: -70px;
}
.cid-tY3VKRb4Ec {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/backopac.jpg");
}
.cid-tY3VKRb4Ec H1 {
  color: #4479d9;
}
.cid-tY3VKRb4Ec P {
  color: #000000;
}
.cid-tY3VKRb4Ec .bgcard {
  background-color: #f5f8ff;
}
.cid-tXTZ1e65wU {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/backopac.jpg");
}
.cid-tXTZ1e65wU H1 {
  color: #187c11;
}
.cid-tXTZ1e65wU P {
  color: #000000;
}
.cid-tXTZ1e65wU .bgcard {
  background-color: #fbfeff;
}
.cid-tWXTT1Pu5b {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/backopac.jpg");
}
.cid-tWXTT1Pu5b H1 {
  color: #226d7a;
}
.cid-tWXTT1Pu5b P {
  color: #000000;
}
.cid-tWXTT1Pu5b .bgcard {
  background-color: #ffffff;
}
.cid-tWXVTv3TGr {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/backopac.jpg");
}
.cid-tWXVTv3TGr H1 {
  color: #187c11;
}
.cid-tWXVTv3TGr P {
  color: #000000;
}
.cid-tWXVTv3TGr .bgcard {
  background-color: #f8f9ff;
}
.cid-tWXXxhFOUu {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/backopac.jpg");
}
.cid-tWXXxhFOUu H1 {
  color: #8c0a4e;
}
.cid-tWXXxhFOUu P {
  color: #000000;
}
.cid-tWXXxhFOUu .bgcard {
  background-color: #fffcfe;
}
.cid-tWXOi8q05J {
  padding-top: 60px;
  padding-bottom: 30px;
  background: linear-gradient(to right, #5b3bff, #00f2fe);
}
.cid-tWXOi8q05J .imgbotom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 70px;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-tWOABVtgxX {
  padding-top: 60px;
  background: linear-gradient(to right, #5b3bff, #00f2fe);
}
.cid-tWOABVtgxX #dfooter .dfooter-top {
  padding-top: 45px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-info {
  margin-bottom: 30px;
}
.cid-tWOABVtgxX .bg-bottom {
  background: linear-gradient(to right, #5b3bff, #00f2fe);
  position: relative;
  display: block;
  padding-bottom: 60px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-info img {
  margin-bottom: 10px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-info p {
  line-height: 25px;
  margin-bottom: 0;
  width: 300px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  position: relative;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .social-links a:hover {
  background: #4479d9;
}
.cid-tWOABVtgxX #dfooter .dfooter-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-links {
  margin-bottom: 30px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-links ul i {
  padding-right: 5px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-links ul li:first-child {
  padding-top: 0;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-contact {
  margin-bottom: 30px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-contact p {
  line-height: 26px;
}
.cid-tWOABVtgxX #dfooter .copyright {
  padding-top: 30px;
}
.cid-tWOABVtgxX ul li::before {
  content: "\700";
  color: #ffffff;
}
.cid-tWOABVtgxX H4 {
  color: #ffffff;
  text-align: left;
}
.cid-tWOABVtgxX DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tWOABVtgxX P {
  color: #ffffff;
  text-align: left;
}
.cid-tWOABVtgxX div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tWOABVtgxX .copyright a {
  text-decoration: none !important;
}
.cid-tWOABVtgxX .list,
.cid-tWOABVtgxX .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tWOABVtgxX ul li a {
  text-decoration: none !important;
}
.cid-tWOABVtgxX .copyright {
  text-align: center;
}
.cid-tWOABVtgxX .dfooter-info img {
  width: 100%;
}
.cid-tWOABVtgxX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: none !important;
  background-image: none !important;
  background-position: 0;
  text-decoration: none !important;
}
.cid-tWOABVtgxX .modal-content {
  height: 155px !important;
  background-color: #ffffff;
}
.cid-tWOABVtgxX .pmod {
  background-color: #4479d9;
  color: #ffffff;
}
.cid-tWOABVtgxX .modal-title {
  color: #2e1cab;
}
.cid-tWOABVtgxX .btn-close {
  background-color: #bbbbbb !important;
  opacity: 1;
  font-size: 10px;
}
.cid-tWOABVtgxX .modal {
  top: 50px;
}
.cid-tWOABVtgxX .modal-dialog {
  width: 680px;
  margin: auto;
}
@media only screen and (max-width: 375px) {
  .cid-tWOABVtgxX .modal-dialog {
    width: 90%;
  }
}
@media (min-width: 375px) and (max-width: 480px) {
  .cid-tWOABVtgxX .modal-dialog {
    width: 95%;
    margin: auto;
  }
}
.cid-tWOABVtgxX .flag {
  padding-left: 0 !important;
}
.cid-tWOABVtgxX ul {
  list-style: none;
}
.cid-tWOABVtgxX ul#menu li {
  display: inline !important;
  float: left;
}
.cid-tXSLOlDPvv {
  padding-top: 135px;
  padding-bottom: 105px;
  background: linear-gradient(to right, #5b3bff, #00f2fe);
}
.cid-tXSLOlDPvv .page-header {
  position: relative;
  text-align: center;
}
.cid-tXSLOlDPvv .page-header h2 {
  position: relative;
  font-weight: 700;
}
.cid-tXSLOlDPvv .page-header a {
  position: relative;
  padding: 0 12px;
  font-size: 22px;
}
.cid-tXSLOlDPvv .page-header a::after {
  content: "/";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 5px;
  right: -7px;
  text-align: center;
}
.cid-tXSLOlDPvv .page-header a:last-child::after {
  display: none;
}
@media (max-width: 767.98px) {
  .cid-tXSLOlDPvv .page-header h2 {
    font-size: 35px;
  }
  .cid-tXSLOlDPvv .page-header a {
    font-size: 18px;
  }
  .cid-tXSLOlDPvv .footer .copyright p,
  .cid-tXSLOlDPvv .footer .copyright .col-md-6:last-child p {
    margin: 5px 0;
    text-align: center;
  }
}
.cid-tXSLOlDPvv .mbr-section-title {
  color: #ffffff;
}
.cid-tXSLOlDPvv A {
  font-size: 20px;
}
.cid-tXSLOnEc4I {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: transparent;
}
.cid-tXSLOnEc4I .imgbotom-header {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 70px;
  top: -70px;
}
.cid-tXSLOpMM8n {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(to right, #5b3bff, #00f2fe);
}
.cid-tXSLOpMM8n .sharp {
  position: absolute !important;
  right: 0 !important;
  z-index: 0;
  padding: inherit;
  bottom: 0 !important;
  height: 80px !important;
}
@media only screen and (max-width: 992px) {
  .cid-tXSLOpMM8n .sharp {
    height: 40px !important;
  }
}
.cid-tXTmD88th0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tXTmD88th0 nav.navbar {
  position: fixed;
}
.cid-tXTmD88th0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXTmD88th0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tXTmD88th0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tXTmD88th0 .dropdown-item:hover,
.cid-tXTmD88th0 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tXTmD88th0 .dropdown-item:hover span {
  color: white;
}
.cid-tXTmD88th0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tXTmD88th0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tXTmD88th0 .nav-dropdown .link {
  padding: 0 0.1em !important;
  margin: 0.1em 1em !important;
}
.cid-tXTmD88th0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXTmD88th0 .nav-link {
  position: relative;
}
.cid-tXTmD88th0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tXTmD88th0 .container {
    flex-wrap: nowrap;
  }
}
.cid-tXTmD88th0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXTmD88th0 .dropdown-menu,
.cid-tXTmD88th0 .navbar.opened {
  background: linear-gradient(to right, #5b3bff, #00f2fe);
}
.cid-tXTmD88th0 .nav-item:focus,
.cid-tXTmD88th0 .nav-link:focus {
  outline: none;
}
.cid-tXTmD88th0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXTmD88th0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXTmD88th0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXTmD88th0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXTmD88th0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXTmD88th0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tXTmD88th0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: linear-gradient(to right, #5b3bff, #00f2fe);
}
.cid-tXTmD88th0 .navbar.opened {
  transition: all 0.3s;
}
.cid-tXTmD88th0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tXTmD88th0 .navbar .navbar-logo img {
  width: auto;
}
.cid-tXTmD88th0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXTmD88th0 .navbar.collapsed {
  justify-content: center;
}
.cid-tXTmD88th0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXTmD88th0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXTmD88th0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tXTmD88th0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXTmD88th0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXTmD88th0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tXTmD88th0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXTmD88th0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXTmD88th0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tXTmD88th0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXTmD88th0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXTmD88th0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXTmD88th0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXTmD88th0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tXTmD88th0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tXTmD88th0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXTmD88th0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXTmD88th0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXTmD88th0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXTmD88th0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tXTmD88th0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXTmD88th0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXTmD88th0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXTmD88th0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tXTmD88th0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXTmD88th0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXTmD88th0 .dropdown-item.active,
.cid-tXTmD88th0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tXTmD88th0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXTmD88th0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXTmD88th0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXTmD88th0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-tXTmD88th0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXTmD88th0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXTmD88th0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tXTmD88th0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXTmD88th0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tXTmD88th0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tXTmD88th0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXTmD88th0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXTmD88th0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXTmD88th0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXTmD88th0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXTmD88th0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXTmD88th0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXTmD88th0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXTmD88th0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tXTmD88th0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXTmD88th0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXTmD88th0 .navbar {
    height: 70px;
  }
  .cid-tXTmD88th0 .navbar.opened {
    height: auto;
  }
  .cid-tXTmD88th0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXTmD88th0 .nav-item {
  letter-spacing: 1px;
  border: 2px solid transparent;
  -webkit-box-shadow: inset 1px 0px 0px -15px #ffffff;
  -moz-box-shadow: inset 1px 0px 0px -15px #ffffff;
  box-shadow: inset 1px 0px 0px -15px #ffffff;
  transition: 1s;
}
.cid-tXTmD88th0 .nav-item:hover {
  -webkit-box-shadow: inset 200px 0px 0px -15px #ffffff;
  -moz-box-shadow: inset 200px 0px 0px -15px #ffffff;
  box-shadow: inset 200px 0px 0px -15px #ffffff;
  color: #000000 !important;
  font-weight: bold;
}
.cid-tXTmD88th0 .activez {
  border: 1px solid white !important;
  border-radius: 2px;
  color: #000000;
}
.cid-tXTmD88th0 a.text-white:hover,
.cid-tXTmD88th0 a.text-white:focus,
.cid-tXTmD88th0 a.text-white.active {
  color: #070707 !important;
}
.cid-tXSXMFKOaK {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tXSXMFKOaK blockquote.default {
  border-color: #e43f3f;
  background: #fafafa;
}
.cid-tXSXMFKOaK blockquote {
  padding: 20px;
  margin: 0 0 20px;
  border-left: 5px solid #e43f3f;
  border-left-color: #e43f3f;
}
.cid-tXSOZudyua {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tXSOZudyua .cta-section {
  position: relative;
  overflow: hidden;
}
.cid-tXSOZudyua .cta-section::before {
  content: "";
  background-color: #4479d9;
  border-radius: 50%;
  position: absolute;
  top: -100px;
  left: -30px;
  margin: auto;
  width: 200px;
  height: 200px;
}
.cid-tXSOZudyua .cta-section::after {
  content: "";
  border: 20px solid #e43f3f;
  border-radius: 50%;
  position: absolute;
  bottom: -100px;
  right: 0;
  left: 0;
  margin: auto;
  width: 150px;
  height: 150px;
}
.cid-tXSOZudyua .section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}
.cid-tXSOZudyua .section-overlay {
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.cid-tXSOZudyua .section-overlay + .container {
  position: relative;
}
@media screen and (max-width: 991px) {
  .cid-tXSOZudyua .btn {
    border-radius: 100px;
    padding: 15px 25px;
    margin: auto;
  }
  .cid-tXSOZudyua .cta-section::before {
    width: 150px;
    height: 150px;
  }
  .cid-tXSOZudyua .cta-section::after {
    bottom: -60px;
    width: 100px;
    height: 100px;
  }
  .cid-tXSOZudyua .cta-section .row {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cid-tXSOZudyua .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-tXSOZudyua .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tXSVnglswV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #022360;
}
.cid-tXSVnglswV .dtitle {
  letter-spacing: 8px;
  -webkit-text-stroke-width: 2px;
  stroke-width: 2px;
  -webkit-text-stroke-color: #A4DBD6;
  stroke: #497571;
}
.cid-tXSVnglswV H1 {
  color: #000000;
  text-align: center;
}
.cid-tXSOHJuA0L {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-tXSOHJuA0L .wh-card {
  padding: 30px;
  -webkit-box-shadow: 0px 4px 14px rgba(79, 139, 173, 0.09);
  box-shadow: 0px 4px 14px rgba(79, 139, 173, 0.09);
  border-radius: 10px;
  background-color: #ffffff;
  margin-bottom: 25px;
  position: relative;
}
.cid-tXSOHJuA0L .wh-card .wh-count {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #232323;
  -webkit-text-stroke: 1px #232323;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  font-size: 90px;
  line-height: 88px;
  opacity: 0.2;
}
.cid-tXSOHJuA0L .wh-card .wh-icon {
  display: flex;
  width: 80px;
  height: 80px;
  background-color: #232323;
  border-radius: 50%;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.cid-tXSOHJuA0L .wh-card .wh-icon:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 0;
  height: 100%;
  background-color: #e43f3f;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  opacity: 0;
  z-index: -1;
}
.cid-tXSOHJuA0L .wh-card .wh-icon i {
  color: #e43f3f;
  font-size: 38px;
  line-height: 0.8;
  margin: 0 auto;
  display: block;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}
.cid-tXSOHJuA0L .wh-card h3 {
  line-height: 32px;
  margin: 0 0 8px;
}
.cid-tXSOHJuA0L .wh-card p {
  margin: 0;
}
.cid-tXSOHJuA0L .wh-card:hover .wh-count {
  -webkit-text-stroke: 1px #e43f3f;
}
.cid-tXSOHJuA0L .wh-card:hover .wh-icon:after {
  width: 100%;
  opacity: 1;
}
.cid-tXSOHJuA0L .wh-card:hover .wh-icon i {
  color: #232323;
}
.cid-tXSOHJuA0L .content-title-one p,
.cid-tXSOHJuA0L .content-title-two p {
  margin: 12px 0 0;
}
.cid-tXSOHJuA0L .section-title-one,
.cid-tXSOHJuA0L .section-title-two,
.cid-tXSOHJuA0L .content-title-one,
.cid-tXSOHJuA0L .content-title-two {
  position: relative;
}
.cid-tXSOHJuA0L .section-title-one > span,
.cid-tXSOHJuA0L .section-title-two > span,
.cid-tXSOHJuA0L .content-title-one > span,
.cid-tXSOHJuA0L .content-title-two > span {
  font-size: 18px;
  color: #e43f3f;
  position: relative;
  display: inline-block;
  font-weight: 600;
  line-height: 26px;
  margin: 0 0 8px;
  z-index: 1;
}
.cid-tXSOHJuA0L .section-title-one h2,
.cid-tXSOHJuA0L .section-title-two h2,
.cid-tXSOHJuA0L .content-title-one h2,
.cid-tXSOHJuA0L .content-title-two h2 {
  margin: 0;
}
.cid-tXSOHJuA0L .section-title-one p,
.cid-tXSOHJuA0L .section-title-two p,
.cid-tXSOHJuA0L .content-title-one p,
.cid-tXSOHJuA0L .content-title-two p {
  margin: 12px 0 0;
}
.cid-tXSOHJuA0L .section-title-one > span,
.cid-tXSOHJuA0L .content-title-one > span {
  padding-left: 34px;
}
.cid-tXSOHJuA0L .section-title-one > span:before,
.cid-tXSOHJuA0L .content-title-one > span:before {
  position: absolute;
  bottom: 7px;
  left: 0;
  content: "";
  width: 30px;
  height: 2.3px;
  background-color: #e43f3f;
}
.cid-tXSOHJuA0L .section-title-two h2 span,
.cid-tXSOHJuA0L .content-title-two h2 span {
  color: #e43f3f;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tXSOHJuA0L .fadeIn {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.cid-tXSOHJuA0L .fadeInLeft {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.cid-tXSOHJuA0L .fadeInRight {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.cid-tXSOHJuA0L P {
  color: #bbbbbb;
}
.cid-tXSOHJuA0L .stylep {
  color: #353535;
}
.cid-tXSVoIuACS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #022360;
}
.cid-tXSVoIuACS .dtitle {
  letter-spacing: 8px;
  -webkit-text-stroke-width: 2px;
  stroke-width: 2px;
  -webkit-text-stroke-color: #A4DBD6;
  stroke: #497571;
}
.cid-tXSVoIuACS H1 {
  color: #000000;
  text-align: center;
}
.cid-tXSSeEk4kz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tXSSeEk4kz .d-st3 {
  position: relative;
}
.cid-tXSSeEk4kz .d-st3 .upper-box .title-inner {
  position: relative;
  display: block;
  max-width: 900px;
  width: 100%;
}
.cid-tXSSeEk4kz .d-st3 .upper-box .title-inner .sec-title {
  width: 50%;
}
.cid-tXSSeEk4kz .d-st3 .upper-box .title-inner .text {
  position: relative;
  padding-left: 30px;
  margin-top: 4px;
  width: 50%;
}
.cid-tXSSeEk4kz .d-st3 .upper-box .title-inner .text:before {
  position: absolute;
  content: '';
  background: #eef3f9;
  width: 1px;
  height: 75px;
  left: -40px;
  top: 3px;
}
.cid-tXSSeEk4kz .sec-title.left.style-three h5 {
  padding-right: 35px;
}
.cid-tXSSeEk4kz .d-st3 .upper-box .btn-box {
  position: absolute;
  top: 25px;
  right: 0px;
}
.cid-tXSSeEk4kz .d-st3 .upper-box .btn-box .theme-btn i {
  font-size: 12px;
  margin-left: 10px;
}
.cid-tXSSeEk4kz .d-st3 .upper-box .btn-box .theme-btn {
  padding: 13px 38px;
}
.cid-tXSSeEk4kz .d-st3 .upper-box {
  position: relative;
  display: block;
  margin-bottom: 40px;
}
.cid-tXSSeEk4kz .dahoservice .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: #eef3f9;
  margin-bottom: 30px;
  transition: all 500ms ease;
}
.cid-tXSSeEk4kz .dahoservice .inner-box:hover {
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.cid-tXSSeEk4kz .dahoservice .inner-box:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  transform: scale(0, 0);
  transition: all 500ms ease;
  background: #2e1cab;
}
.cid-tXSSeEk4kz .dahoservice .inner-box:hover:before {
  transform: scale(1, 1);
}
.cid-tXSSeEk4kz .dahoservice .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}
.cid-tXSSeEk4kz .dahoservice .inner-box .image-box img {
  width: 100%;
}
.cid-tXSSeEk4kz .dahoservice .inner-box .image-box .overlay-box-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0%;
  height: 100%;
  z-index: 1;
  transition: all 500ms ease;
  background: #2e1cab;
}
.cid-tXSSeEk4kz .dahoservice .inner-box .image-box .overlay-box-2 {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 0%;
  height: 100%;
  z-index: 1;
  transition: all 500ms ease;
  background: #2e1cab;
}
.cid-tXSSeEk4kz .dahoservice .inner-box:hover .image-box .overlay-box-1,
.cid-tXSSeEk4kz .dahoservice .inner-box:hover .image-box .overlay-box-2 {
  width: 50%;
}
.cid-tXSSeEk4kz .dahoservice .inner-box .image-box a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  z-index: 1;
  opacity: 0;
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}
.cid-tXSSeEk4kz .dahoservice .inner-box:hover .image-box a {
  opacity: 1;
}
.cid-tXSSeEk4kz .dahoservice .inner-box .lower-content {
  position: relative;
  padding: 37px 45px 38px 45px;
}
.cid-tXSSeEk4kz .dahoservice .inner-box .lower-content h3 {
  display: block;
  margin-bottom: 3px;
}
.cid-tXSSeEk4kz .dahoservice .inner-box .lower-content h3 a {
  display: inline-block;
}
.cid-tXSSeEk4kz .dahoservice .inner-box .lower-content h3 a:hover {
  color: #2e1cab;
}
.cid-tXSSeEk4kz .dahoservice .inner-box .lower-content p {
  margin-bottom: 29px;
}
.cid-tXSSeEk4kz .dahoservice .inner-box .lower-content .link {
  position: relative;
  display: block;
  padding-top: 16px;
  border-top: 1px solid #2e1cab;
}
.cid-tXSSeEk4kz .dahoservice .inner-box .lower-content .link a {
  position: relative;
  display: inline-block;
}
.cid-tXSSeEk4kz .dahoservice .inner-box .lower-content .link a span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  border-bottom: 1px solid #222;
  transition: all 500ms ease;
}
.cid-tXSSeEk4kz .dahoservice .inner-box .lower-content .link a:hover span {
  color: #2e1cab;
  border-color: #2e1cab;
}
.cid-tXSSeEk4kz .dahoservice .inner-box .lower-content .link a i {
  font-size: 12px;
  margin-right: 10px;
  color: #2e1cab;
}
.cid-tXSSeEk4kz .d-st3 .owl-dots {
  position: relative;
  display: block;
  text-align: center;
  padding-top: 15px;
}
.cid-tXSSeEk4kz .d-st3 .owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  background: #dddddd;
  width: 20px;
  height: 4px;
  margin: 0px 5px;
  cursor: pointer;
  transition: all 500ms ease;
}
.cid-tXSSeEk4kz .d-st3 .owl-theme .owl-dots .owl-dot.active span,
.cid-tXSSeEk4kz .d-st3 .owl-theme .owl-dots .owl-dot span:hover {
  background: #2e1cab;
}
.cid-tXSSeEk4kz P {
  line-height: 30px;
  color: #353535;
}
.cid-tXSSeEk4kz .pstyle {
  text-align: center;
}
.cid-tXTTnLXufj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tXTTnLXufj .service16 .inner-box {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 44px;
}
.cid-tXTTnLXufj .service16 .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: -webkit-linear-gradient(90deg, #041730 50%, rgba(4, 23, 48, 0.6) 100%);
}
.cid-tXTTnLXufj .service16 .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease;
}
.cid-tXTTnLXufj .service16 .inner-box:hover .image-box img {
  opacity: 0.2;
}
.cid-tXTTnLXufj .service16 .inner-box .overlay-box {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  padding: 15px 25px;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 500ms ease;
}
.cid-tXTTnLXufj .service16 .inner-box:hover .overlay-box {
  opacity: 1;
}
.cid-tXTTnLXufj .service16 .inner-box .overlay-box p {
  color: #fff;
  opacity: 0;
  transform: translateY(30px);
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}
.cid-tXTTnLXufj .service16 .inner-box:hover .overlay-box p {
  transform: translateY(0px);
  opacity: 1;
}
.cid-tXTTnLXufj .service16 .inner-box .lower-content {
  position: relative;
}
.cid-tXTTnLXufj .service16 .inner-box .lower-content h4 {
  font-weight: 400;
}
.cid-tXTTnLXufj .service16 .inner-box .lower-content h4 a {
  color: #222;
}
.cid-tXTTnLXufj .service16 .inner-box:hover .lower-content h4 a {
  color: #ffffff !important;
}
.cid-tXTTnLXufj .service16 .inner-box:hover .lower-content h4 {
  color: #ffffff !important;
}
.cid-tXTTnLXufj p {
  line-height: 30px;
}
.cid-tXTTnLXufj .service16 .inner-box .lower-content .inner {
  position: absolute;
  display: block;
  overflow: hidden;
  top: -26px;
  width: calc(70%);
  left: 15px;
  background: #ffffff;
  text-align: center;
  padding: 20px 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: all 500ms ease;
}
.cid-tXTTnLXufj .service16 .inner-box .lower-content .inner::before {
  background: #e43f3f;
}
.cid-tXTTnLXufj .service16 .inner-box .lower-content .inner:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  transition: all 500ms ease;
}
.cid-tXTTnLXufj .service16 .inner-box:hover .lower-content .inner:before {
  top: 0px;
  height: 100%;
  opacity: 1;
}
.cid-tXTTnLXufj .owl-carousel {
  display: block;
}
.cid-tXTTnLXufj .auto-container {
  position: static;
  max-width: 1170px;
  padding: 0px 15px;
  margin: 0 auto;
}
.cid-tXTTnLXufj .fluid {
  position: static;
  max-width: 100%;
  padding: 0px 15px;
  margin: 0 auto;
}
.cid-tXTTnLXufj .mb-70 {
  margin-bottom: 70px !important;
}
.cid-tXTTnLXufj .owl-nav-none .owl-nav,
.cid-tXTTnLXufj .owl-dots-none .owl-dots {
  display: none !important;
}
.cid-tXTTnLXufj .owl-theme .owl-dots {
  min-width: 150px;
  margin-left: -25px;
  margin-top: 23px;
  height: 30px;
  overflow: hidden;
}
.cid-tXTTnLXufj .owl-theme .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
}
.cid-tXTTnLXufj .owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 4px;
  background: #dddddd;
  border-radius: 0px;
  margin: 0px 5px;
  cursor: pointer;
  transition: all 500ms ease;
}
.cid-tXTTnLXufj h1,
.cid-tXTTnLXufj h2,
.cid-tXTTnLXufj h3,
.cid-tXTTnLXufj h4,
.cid-tXTTnLXufj h5,
.cid-tXTTnLXufj h6 {
  position: relative;
  margin: 0px;
  transition: all 500ms ease;
}
.cid-tXTTnLXufj h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
.cid-tXSLODwkV6 {
  padding-top: 60px;
  padding-bottom: 30px;
  background: linear-gradient(to right, #5b3bff, #00f2fe);
}
.cid-tXSLODwkV6 .imgbotom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 70px;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-tWOABVtgxX {
  padding-top: 60px;
  background: linear-gradient(to right, #5b3bff, #00f2fe);
}
.cid-tWOABVtgxX #dfooter .dfooter-top {
  padding-top: 45px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-info {
  margin-bottom: 30px;
}
.cid-tWOABVtgxX .bg-bottom {
  background: linear-gradient(to right, #5b3bff, #00f2fe);
  position: relative;
  display: block;
  padding-bottom: 60px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-info img {
  margin-bottom: 10px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-info p {
  line-height: 25px;
  margin-bottom: 0;
  width: 300px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  position: relative;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .social-links a:hover {
  background: #4479d9;
}
.cid-tWOABVtgxX #dfooter .dfooter-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-links {
  margin-bottom: 30px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-links ul i {
  padding-right: 5px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-links ul li:first-child {
  padding-top: 0;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-contact {
  margin-bottom: 30px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-contact p {
  line-height: 26px;
}
.cid-tWOABVtgxX #dfooter .copyright {
  padding-top: 30px;
}
.cid-tWOABVtgxX ul li::before {
  content: "\700";
  color: #ffffff;
}
.cid-tWOABVtgxX H4 {
  color: #ffffff;
  text-align: left;
}
.cid-tWOABVtgxX DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tWOABVtgxX P {
  color: #ffffff;
  text-align: left;
}
.cid-tWOABVtgxX div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tWOABVtgxX .copyright a {
  text-decoration: none !important;
}
.cid-tWOABVtgxX .list,
.cid-tWOABVtgxX .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tWOABVtgxX ul li a {
  text-decoration: none !important;
}
.cid-tWOABVtgxX .copyright {
  text-align: center;
}
.cid-tWOABVtgxX .dfooter-info img {
  width: 100%;
}
.cid-tWOABVtgxX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: none !important;
  background-image: none !important;
  background-position: 0;
  text-decoration: none !important;
}
.cid-tWOABVtgxX .modal-content {
  height: 155px !important;
  background-color: #ffffff;
}
.cid-tWOABVtgxX .pmod {
  background-color: #4479d9;
  color: #ffffff;
}
.cid-tWOABVtgxX .modal-title {
  color: #2e1cab;
}
.cid-tWOABVtgxX .btn-close {
  background-color: #bbbbbb !important;
  opacity: 1;
  font-size: 10px;
}
.cid-tWOABVtgxX .modal {
  top: 50px;
}
.cid-tWOABVtgxX .modal-dialog {
  width: 680px;
  margin: auto;
}
@media only screen and (max-width: 375px) {
  .cid-tWOABVtgxX .modal-dialog {
    width: 90%;
  }
}
@media (min-width: 375px) and (max-width: 480px) {
  .cid-tWOABVtgxX .modal-dialog {
    width: 95%;
    margin: auto;
  }
}
.cid-tWOABVtgxX .flag {
  padding-left: 0 !important;
}
.cid-tWOABVtgxX ul {
  list-style: none;
}
.cid-tWOABVtgxX ul#menu li {
  display: inline !important;
  float: left;
}
.cid-tXTmD88th0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tXTmD88th0 nav.navbar {
  position: fixed;
}
.cid-tXTmD88th0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXTmD88th0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tXTmD88th0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tXTmD88th0 .dropdown-item:hover,
.cid-tXTmD88th0 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tXTmD88th0 .dropdown-item:hover span {
  color: white;
}
.cid-tXTmD88th0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tXTmD88th0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tXTmD88th0 .nav-dropdown .link {
  padding: 0 0.1em !important;
  margin: 0.1em 1em !important;
}
.cid-tXTmD88th0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXTmD88th0 .nav-link {
  position: relative;
}
.cid-tXTmD88th0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tXTmD88th0 .container {
    flex-wrap: nowrap;
  }
}
.cid-tXTmD88th0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXTmD88th0 .dropdown-menu,
.cid-tXTmD88th0 .navbar.opened {
  background: linear-gradient(to right, #5b3bff, #00f2fe);
}
.cid-tXTmD88th0 .nav-item:focus,
.cid-tXTmD88th0 .nav-link:focus {
  outline: none;
}
.cid-tXTmD88th0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXTmD88th0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXTmD88th0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXTmD88th0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXTmD88th0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXTmD88th0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tXTmD88th0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: linear-gradient(to right, #5b3bff, #00f2fe);
}
.cid-tXTmD88th0 .navbar.opened {
  transition: all 0.3s;
}
.cid-tXTmD88th0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tXTmD88th0 .navbar .navbar-logo img {
  width: auto;
}
.cid-tXTmD88th0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXTmD88th0 .navbar.collapsed {
  justify-content: center;
}
.cid-tXTmD88th0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXTmD88th0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXTmD88th0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tXTmD88th0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXTmD88th0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXTmD88th0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tXTmD88th0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXTmD88th0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXTmD88th0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tXTmD88th0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXTmD88th0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXTmD88th0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXTmD88th0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXTmD88th0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tXTmD88th0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tXTmD88th0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXTmD88th0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXTmD88th0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXTmD88th0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXTmD88th0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tXTmD88th0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXTmD88th0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXTmD88th0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXTmD88th0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tXTmD88th0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXTmD88th0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXTmD88th0 .dropdown-item.active,
.cid-tXTmD88th0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tXTmD88th0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXTmD88th0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXTmD88th0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXTmD88th0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-tXTmD88th0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXTmD88th0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXTmD88th0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tXTmD88th0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXTmD88th0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tXTmD88th0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tXTmD88th0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXTmD88th0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXTmD88th0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXTmD88th0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXTmD88th0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXTmD88th0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXTmD88th0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXTmD88th0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXTmD88th0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tXTmD88th0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXTmD88th0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXTmD88th0 .navbar {
    height: 70px;
  }
  .cid-tXTmD88th0 .navbar.opened {
    height: auto;
  }
  .cid-tXTmD88th0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXTmD88th0 .nav-item {
  letter-spacing: 1px;
  border: 2px solid transparent;
  -webkit-box-shadow: inset 1px 0px 0px -15px #ffffff;
  -moz-box-shadow: inset 1px 0px 0px -15px #ffffff;
  box-shadow: inset 1px 0px 0px -15px #ffffff;
  transition: 1s;
}
.cid-tXTmD88th0 .nav-item:hover {
  -webkit-box-shadow: inset 200px 0px 0px -15px #ffffff;
  -moz-box-shadow: inset 200px 0px 0px -15px #ffffff;
  box-shadow: inset 200px 0px 0px -15px #ffffff;
  color: #000000 !important;
  font-weight: bold;
}
.cid-tXTmD88th0 .activez {
  border: 1px solid white !important;
  border-radius: 2px;
  color: #000000;
}
.cid-tXTmD88th0 a.text-white:hover,
.cid-tXTmD88th0 a.text-white:focus,
.cid-tXTmD88th0 a.text-white.active {
  color: #070707 !important;
}
.cid-tXTmDdpkNm {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: transparent;
}
.cid-tXTmDdpkNm .imgbotom-header {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 70px;
  top: -70px;
}
.cid-tXTmDeVXdk {
  padding-top: 0px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/backopac.jpg");
}
.cid-tXTmDeVXdk #contain-div {
  position: relative;
  width: 100% !important;
}
.cid-tXTmDeVXdk #sectioner {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 35px;
  border-radius: 5px;
  position: relative;
  margin: 3.5rem auto;
}
.cid-tXTmDeVXdk .title-logo {
  font-size: 18px !important;
  color: #3194d8 !important;
  padding: 5px 15px;
  font-weight: bold;
  background-color: white;
  border: 2px solid #e6eff9;
  border-radius: 5px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  text-decoration: none !important;
}
.cid-tXTmDeVXdk .selecttr p i {
  text-align: center;
  font-size: 40px;
  color: #43d797;
}
.cid-tXTmDeVXdk .selecttr p {
  font-family: 'Muli Bold';
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  margin: 1rem 0px;
  text-align: center;
  opacity: .9;
}
.cid-tXTmDeVXdk .selecttr:hover {
  border: 5px solid #43d797 !important;
  cursor: pointer;
}
.cid-tXTmDeVXdk #logohm {
  font-size: 28px !important;
  color: #3194d8 !important;
  padding: 5px 15px;
  font-weight: bold;
  background-color: white;
  border: 2px solid white;
  border-radius: 5px;
  text-decoration: none !important;
  cursor: none;
}
.cid-tXTmDeVXdk #titre {
  font-size: 18px;
  margin: 30px 0px 15px 0px;
  font-weight: 600;
  font-family: 'Open Sans';
}
.cid-tXTmDeVXdk .pin {
  background-color: #babbbb;
  height: 5px;
  width: 1px;
  float: left;
  margin: 5px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
  font-size: 12px;
}
.cid-tXTmDeVXdk .valuline {
  position: absolute;
  top: 2px;
  left: -10px;
}
.cid-tXTmDeVXdk .autoval {
  background-color: transparent !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  outline: none !important;
  position: absolute;
  top: 35px;
  right: 0px;
  text-align: right;
  font-weight: bold;
  opacity: .8;
}
.cid-tXTmDeVXdk .inputt {
  border-top: 0px solid white !important;
  border-left: 0px solid white !important;
  border-right: 0px solid white !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  width: 100%;
  outline: none !important;
  padding: 15px 30px 15px 0px;
  font-size: 15px;
  font-family: 'Open Sans';
}
.cid-tXTmDeVXdk .div-input {
  position: relative;
}
.cid-tXTmDeVXdk .svc {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 5px;
  color: #010101;
  font-size: 18px;
  margin: 5px 0px;
  cursor: pointer;
  transition: .4s;
}
.cid-tXTmDeVXdk .svc:hover {
  font-weight: bold;
  background-color: #04d790;
  color: white;
}
.cid-tXTmDeVXdk .svc img {
  width: 25px;
  height: auto;
  margin-right: 5px;
  border-radius: 2px;
}
.cid-tXTmDeVXdk .checkbox label span,
.cid-tXTmDeVXdk .tolog {
  color: #babbbb;
  opacity: .9;
}
.cid-tXTmDeVXdk .noukou {
  position: absolute;
  top: 20px;
  right: 0;
  color: #d6d7d9;
  font-size: 15px;
  cursor: pointer;
}
.cid-tXTmDeVXdk .Telf {
  position: absolute;
  top: 72px;
  left: 50px;
  color: #d6d7d9;
  font-size: 15px;
  cursor: pointer;
}
.cid-tXTmDeVXdk .sti {
  color: rgba(0, 0, 0, 0.7) !important;
  opacity: .8 !important;
  font-weight: bold;
}
.cid-tXTmDeVXdk .souti {
  color: #43d797 !important;
  opacity: .8 !important;
  padding: 0 !important;
  font-weight: bold;
  font-size: 22px;
}
.cid-tXTmDeVXdk .desact {
  border-radius: 25px;
  padding: 1rem;
  border: 3px solid red;
  color: red;
  opacity: .7;
  font-weight: bold;
  background-color: white;
  outline: none !important;
  transition: .4s;
}
.cid-tXTmDeVXdk .desact:hover {
  border-radius: 0px;
  padding: 1rem;
  border: 3px solid red;
  color: white;
  opacity: .7;
  font-weight: bold;
  background-color: red;
  outline: none !important;
}
.cid-tXTmDeVXdk .editsection ul {
  list-style: none !important;
  padding: 10px;
}
.cid-tXTmDeVXdk .editsection ul li a {
  text-decoration: none;
  transition: .4s;
  font-weight: 600;
}
.cid-tXTmDeVXdk .editsection ul li a:hover {
  color: #43d797;
}
.cid-tXTmDeVXdk .signup {
  border-radius: 50px;
  border: 1px solid #3194d8;
  background-color: #3194d8;
  color: white;
  font-family: 'Open Sans';
  font-weight: lighter;
  -webkit-box-shadow: 10px 10px 22px 3px #d8e7fb;
  -moz-box-shadow: 10px 10px 22px 3px #d8e7fb;
  box-shadow: 10px 10px 22px 3px #d8e7fb;
  transition: .4s;
}
.cid-tXTmDeVXdk .signup:hover {
  color: #3194d8;
  background-color: white;
  border: 1px solid white;
}
.cid-tXTmDeVXdk .g-recaptcha {
  margin: 20px 0px;
}
.cid-tXTmDeVXdk .intl-tel-input {
  font-size: 15px;
  width: 100%;
}
.cid-tXTmDeVXdk .country-list {
  width: 400px;
}
.cid-tXTmDeVXdk .tolog {
  margin-top: 12px;
}
.cid-tXTmDeVXdk .fa-power-off {
  font-size: 1rem;
  color: #3194d8;
  padding: 7px;
  border: 3px solid #e6eff9;
  border-radius: 50%;
  transition: .4s;
}
.cid-tXTmDeVXdk .fa-power-off:hover {
  background-color: #3194d8;
  border: 3px solid transparent;
  color: white;
  border-radius: 50%;
}
.cid-tXTmDeVXdk #arr-plan {
  background-color: #f9f9f9;
  width: 100%;
  height: 100%;
}
.cid-tXTmDeVXdk .fa-spinner {
  animation: lilè 3s linear infinite;
}
.cid-tXTmDeVXdk #barra_div {
  background-color: rgba(0, 0, 0, 0.2);
  width: 96%;
  margin: 2%;
  border-radius: 5px;
}
.cid-tXTmDeVXdk .stperr {
  opacity: .4;
  font-size: 14px;
  float: right;
  letter-spacing: 1px;
  padding-left: 5px;
}
.cid-tXTmDeVXdk #barra {
  background-color: #3194d8;
  width: 0;
  padding: 0px 10px;
  border-radius: 5px;
}
.cid-tXTmDeVXdk #barra p {
  padding: 0px !important;
  margin: 0px !important;
  color: white;
}
.cid-tXTmDeVXdk .transaction_div {
  background-color: white !important;
  position: fixed;
  border: 3px solid #e6eff9;
  border-radius: 10px;
  top: 50%;
  transform: translateY(-50%);
  margin: auto 32.7%;
  width: 50%;
  height: 300px;
  z-index: 999;
}
.cid-tXTmDeVXdk .vertical-nav {
  min-width: 15rem;
  width: 15rem;
  height: 100%;
  margin-top: 20px;
  transition: all 0.4s;
  display: inline-block;
}
.cid-tXTmDeVXdk .page-content {
  width: calc(83%);
  margin-left: 16rem;
  margin-top: 0;
  transition: all 0.4s;
  min-height: 100vh;
}
.cid-tXTmDeVXdk #navbarNav {
  margin-left: 8rem;
  margin-right: 18px;
}
.cid-tXTmDeVXdk .boutonadd {
  padding: 5px 10px;
  background: white;
  color: #43d797;
  border-radius: 5px;
  outline: none !important;
  border: 2px solid #43d797;
  font-weight: bold;
  transition: .4s;
}
.cid-tXTmDeVXdk .boutonadd:hover {
  background: #43d797;
  color: white;
}
.cid-tXTmDeVXdk .tel {
  position: absolute;
  top: 18px !important;
  left: 5px;
  color: #d6d7d9;
  font-size: 18px;
  cursor: pointer;
}
.cid-tXTmDeVXdk #sec-process {
  padding: 1rem 0px;
}
.cid-tXTmDeVXdk .divpapa,
.cid-tXTmDeVXdk .selecttr {
  text-align: center;
  border: 5px solid white;
  border-radius: 15px;
  background-color: #f9f9f9;
  padding-top: 15px;
}
.cid-tXTmDeVXdk .icon-process {
  text-align: center;
  font-size: 40px;
  color: #43d797;
}
.cid-tXTmDeVXdk .img-titre {
  font-family: 'Muli Bold';
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  margin: 1rem 0px;
  text-align: center;
  opacity: .9;
}
.cid-tXTmDeVXdk .img-soutitre {
  font-family: 'Muli Regular';
  color: #717d94;
  font-size: 12px;
  text-align: center;
}
.cid-tXTmDeVXdk .button-service {
  background-color: white;
  color: #43d797 !important;
  border: 2px solid #43d797;
  font-family: 'Muli Bold';
  font-weight: bold;
  font-size: 15px;
  padding: 10px 30px;
  border-radius: 5%;
  transition: .4s;
}
.cid-tXTmDeVXdk .button-service2 {
  background-color: #43d797;
  color: white !important;
  border: 2px solid #43d797;
  font-family: 'Muli Bold';
  font-weight: bold;
  font-size: 15px;
  padding: 10px 30px;
  border-radius: 5%;
  transition: .4s;
}
.cid-tXTmDeVXdk .button-service2:hover {
  background-color: white;
  color: #43d797 !important;
  border: 2px solid #43d797;
  border-radius: 0px;
}
.cid-tXTmDeVXdk .button-service:hover {
  background-color: #43d797;
  color: white !important;
}
.cid-tXTmDeVXdk select {
  border: 1px solid #43d797 !important;
  background-color: transparent !important;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.cid-tXTmDeVXdk .sellector {
  position: absolute;
  right: 10px;
  top: 37px;
  z-index: -10;
}
.cid-tXTmDeVXdk .stepy {
  margin: 15px 0px 0px 0px !important;
  text-align: left;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8);
  position: relative;
  top: 10px;
}
.cid-tXTmDeVXdk .numba {
  background-color: #43d797;
  padding: 5px 10px;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.5);
  font-weight: bold;
  font-size: 12px;
  margin-right: 10px;
}
.cid-tXTmDeVXdk input[type=range] {
  height: 34px;
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
  background-color: transparent !important;
}
.cid-tXTmDeVXdk input[type=range]:focus {
  outline: none;
}
.cid-tXTmDeVXdk input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 11px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #43d797;
  background: transparent !important;
  border-radius: 1px;
  border: 0px solid #43d797;
}
.cid-tXTmDeVXdk input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #43d797;
  border: 1px solid#43d797;
  height: 20px;
  width: 20px;
  border-radius: 15px;
  background: #43d797;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -2px;
}
.cid-tXTmDeVXdk input[type=range]:focus::-webkit-slider-runnable-track {
  background: transparent !important;
}
.cid-tXTmDeVXdk input[type=range]::-moz-range-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 1px;
  border: 0px solid #43d797;
}
.cid-tXTmDeVXdk input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #43d797;
  border: 1px solid #43d797;
  height: 15px;
  width: 15px;
  border-radius: 15px;
  background: #43d797;
  cursor: pointer;
}
.cid-tXTmDeVXdk input[type=range]::-ms-track {
  width: 100%;
  height: 11px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.cid-tXTmDeVXdk input[type=range]::-ms-fill-lower {
  background: transparent !important;
  border: 0px solid #43d797;
  border-radius: 2px;
  box-shadow: 1px 1px 1px #43d797;
}
.cid-tXTmDeVXdk input[type=range]::-ms-fill-upper {
  background: transparent !important;
  border: 0px solid #010101;
  border-radius: 2px;
  box-shadow: 1px 1px 1px #000000;
}
.cid-tXTmDeVXdk input[type=range]::-ms-thumb {
  margin-top: 1px;
  height: 15px;
  width: 15px;
  border-radius: 15px;
  background: #43d797;
  cursor: pointer;
}
.cid-tXTmDeVXdk input[type=range]:focus::-ms-fill-lower {
  background: transparent !important;
}
.cid-tXTmDeVXdk input[type=range]:focus::-ms-fill-upper {
  background: transparent !important;
}
.cid-tXTmDeVXdk .fiche p {
  width: 100% !important;
  text-align: left;
  position: relative;
}
.cid-tXTmDeVXdk .valuer {
  position: absolute;
  right: 0;
  text-align: right;
  font-weight: bold;
  color: #43d797;
  background-color: transparent;
  border: none;
}
.cid-tXTmDeVXdk .divinp {
  margin: 1rem auto;
  width: 50%;
  float: left;
}
.cid-tXTmDeVXdk .divinp input {
  border-radius: 4px !important;
}
.cid-tXTmDeVXdk .importer {
  border: 2px solid #43d797;
  padding: 10px 25px;
  color: white;
  background-color: #43d797;
  cursor: pointer;
  font-weight: bold;
  border-radius: 2px;
}
.cid-tXTmDeVXdk .importer:hover {
  background-color: #04d790;
}
.cid-tXTmDeVXdk .labeler {
  font-size: 20px;
  font-family: 'Circe Light';
  font-weight: bold;
  margin: 0px !important;
  padding: 0 !important;
  color: black !important;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 1201px) {
  .cid-tXTmDeVXdk .checkbox {
    text-align: left;
  }
  .cid-tXTmDeVXdk .checkbox label {
    width: 100%;
    margin-top: 10px;
  }
  .cid-tXTmDeVXdk .g-recaptcha {
    margin-top: 30px;
  }
  .cid-tXTmDeVXdk .tolog {
    margin-top: 30px;
  }
  .cid-tXTmDeVXdk .signup {
    width: 100%;
  }
}
.cid-tXTmDh6k4C {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #8c0a4e;
  background: linear-gradient(225deg, #8c0a4e 0, #005af0 75%);
}
@media (max-width: 991px) {
  .cid-tXTmDh6k4C .btn-container {
    padding-top: 2rem;
  }
}
.cid-tXTmDid9RP {
  padding-top: 60px;
  padding-bottom: 30px;
  background: linear-gradient(to right, #5b3bff, #00f2fe);
}
.cid-tXTmDid9RP .imgbotom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 70px;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-tWOABVtgxX {
  padding-top: 60px;
  background: linear-gradient(to right, #5b3bff, #00f2fe);
}
.cid-tWOABVtgxX #dfooter .dfooter-top {
  padding-top: 45px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-info {
  margin-bottom: 30px;
}
.cid-tWOABVtgxX .bg-bottom {
  background: linear-gradient(to right, #5b3bff, #00f2fe);
  position: relative;
  display: block;
  padding-bottom: 60px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-info img {
  margin-bottom: 10px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-info p {
  line-height: 25px;
  margin-bottom: 0;
  width: 300px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  position: relative;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .social-links a:hover {
  background: #4479d9;
}
.cid-tWOABVtgxX #dfooter .dfooter-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-links {
  margin-bottom: 30px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-links ul i {
  padding-right: 5px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-links ul li:first-child {
  padding-top: 0;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-contact {
  margin-bottom: 30px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-contact p {
  line-height: 26px;
}
.cid-tWOABVtgxX #dfooter .copyright {
  padding-top: 30px;
}
.cid-tWOABVtgxX ul li::before {
  content: "\700";
  color: #ffffff;
}
.cid-tWOABVtgxX H4 {
  color: #ffffff;
  text-align: left;
}
.cid-tWOABVtgxX DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tWOABVtgxX P {
  color: #ffffff;
  text-align: left;
}
.cid-tWOABVtgxX div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tWOABVtgxX .copyright a {
  text-decoration: none !important;
}
.cid-tWOABVtgxX .list,
.cid-tWOABVtgxX .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tWOABVtgxX ul li a {
  text-decoration: none !important;
}
.cid-tWOABVtgxX .copyright {
  text-align: center;
}
.cid-tWOABVtgxX .dfooter-info img {
  width: 100%;
}
.cid-tWOABVtgxX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: none !important;
  background-image: none !important;
  background-position: 0;
  text-decoration: none !important;
}
.cid-tWOABVtgxX .modal-content {
  height: 155px !important;
  background-color: #ffffff;
}
.cid-tWOABVtgxX .pmod {
  background-color: #4479d9;
  color: #ffffff;
}
.cid-tWOABVtgxX .modal-title {
  color: #2e1cab;
}
.cid-tWOABVtgxX .btn-close {
  background-color: #bbbbbb !important;
  opacity: 1;
  font-size: 10px;
}
.cid-tWOABVtgxX .modal {
  top: 50px;
}
.cid-tWOABVtgxX .modal-dialog {
  width: 680px;
  margin: auto;
}
@media only screen and (max-width: 375px) {
  .cid-tWOABVtgxX .modal-dialog {
    width: 90%;
  }
}
@media (min-width: 375px) and (max-width: 480px) {
  .cid-tWOABVtgxX .modal-dialog {
    width: 95%;
    margin: auto;
  }
}
.cid-tWOABVtgxX .flag {
  padding-left: 0 !important;
}
.cid-tWOABVtgxX ul {
  list-style: none;
}
.cid-tWOABVtgxX ul#menu li {
  display: inline !important;
  float: left;
}
.cid-tXTmD88th0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tXTmD88th0 nav.navbar {
  position: fixed;
}
.cid-tXTmD88th0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXTmD88th0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tXTmD88th0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tXTmD88th0 .dropdown-item:hover,
.cid-tXTmD88th0 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tXTmD88th0 .dropdown-item:hover span {
  color: white;
}
.cid-tXTmD88th0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tXTmD88th0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tXTmD88th0 .nav-dropdown .link {
  padding: 0 0.1em !important;
  margin: 0.1em 1em !important;
}
.cid-tXTmD88th0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXTmD88th0 .nav-link {
  position: relative;
}
.cid-tXTmD88th0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tXTmD88th0 .container {
    flex-wrap: nowrap;
  }
}
.cid-tXTmD88th0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXTmD88th0 .dropdown-menu,
.cid-tXTmD88th0 .navbar.opened {
  background: linear-gradient(to right, #5b3bff, #00f2fe);
}
.cid-tXTmD88th0 .nav-item:focus,
.cid-tXTmD88th0 .nav-link:focus {
  outline: none;
}
.cid-tXTmD88th0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXTmD88th0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXTmD88th0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXTmD88th0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXTmD88th0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXTmD88th0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tXTmD88th0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: linear-gradient(to right, #5b3bff, #00f2fe);
}
.cid-tXTmD88th0 .navbar.opened {
  transition: all 0.3s;
}
.cid-tXTmD88th0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tXTmD88th0 .navbar .navbar-logo img {
  width: auto;
}
.cid-tXTmD88th0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXTmD88th0 .navbar.collapsed {
  justify-content: center;
}
.cid-tXTmD88th0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXTmD88th0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXTmD88th0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tXTmD88th0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXTmD88th0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXTmD88th0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tXTmD88th0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXTmD88th0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXTmD88th0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tXTmD88th0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXTmD88th0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXTmD88th0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXTmD88th0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXTmD88th0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tXTmD88th0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tXTmD88th0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXTmD88th0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXTmD88th0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXTmD88th0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXTmD88th0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tXTmD88th0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXTmD88th0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXTmD88th0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXTmD88th0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tXTmD88th0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXTmD88th0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXTmD88th0 .dropdown-item.active,
.cid-tXTmD88th0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tXTmD88th0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXTmD88th0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXTmD88th0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXTmD88th0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-tXTmD88th0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXTmD88th0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXTmD88th0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tXTmD88th0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXTmD88th0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tXTmD88th0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tXTmD88th0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXTmD88th0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXTmD88th0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXTmD88th0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXTmD88th0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXTmD88th0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXTmD88th0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXTmD88th0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXTmD88th0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tXTmD88th0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXTmD88th0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXTmD88th0 .navbar {
    height: 70px;
  }
  .cid-tXTmD88th0 .navbar.opened {
    height: auto;
  }
  .cid-tXTmD88th0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXTmD88th0 .nav-item {
  letter-spacing: 1px;
  border: 2px solid transparent;
  -webkit-box-shadow: inset 1px 0px 0px -15px #ffffff;
  -moz-box-shadow: inset 1px 0px 0px -15px #ffffff;
  box-shadow: inset 1px 0px 0px -15px #ffffff;
  transition: 1s;
}
.cid-tXTmD88th0 .nav-item:hover {
  -webkit-box-shadow: inset 200px 0px 0px -15px #ffffff;
  -moz-box-shadow: inset 200px 0px 0px -15px #ffffff;
  box-shadow: inset 200px 0px 0px -15px #ffffff;
  color: #000000 !important;
  font-weight: bold;
}
.cid-tXTmD88th0 .activez {
  border: 1px solid white !important;
  border-radius: 2px;
  color: #000000;
}
.cid-tXTmD88th0 a.text-white:hover,
.cid-tXTmD88th0 a.text-white:focus,
.cid-tXTmD88th0 a.text-white.active {
  color: #070707 !important;
}
.cid-tXU1awSlhT {
  padding-top: 135px;
  padding-bottom: 135px;
  background: linear-gradient(to right, #5b3bff, #00f2fe);
}
.cid-tXU1awSlhT .page-header {
  position: relative;
  text-align: center;
}
.cid-tXU1awSlhT .page-header h2 {
  position: relative;
  font-weight: 700;
}
.cid-tXU1awSlhT .page-header a {
  position: relative;
  padding: 0 12px;
  font-size: 22px;
}
.cid-tXU1awSlhT .page-header a::after {
  content: "/";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 5px;
  right: -7px;
  text-align: center;
}
.cid-tXU1awSlhT .page-header a:last-child::after {
  display: none;
}
@media (max-width: 767.98px) {
  .cid-tXU1awSlhT .page-header h2 {
    font-size: 35px;
  }
  .cid-tXU1awSlhT .page-header a {
    font-size: 18px;
  }
  .cid-tXU1awSlhT .footer .copyright p,
  .cid-tXU1awSlhT .footer .copyright .col-md-6:last-child p {
    margin: 5px 0;
    text-align: center;
  }
}
.cid-tXU1awSlhT .mbr-section-title {
  color: #ffffff;
}
.cid-tXU1aJJ5lt {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: transparent;
}
.cid-tXU1aJJ5lt .imgbotom-header {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 70px;
  top: -70px;
}
.cid-tXXIJ72Fn7 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fff;
}
.cid-tXU1b03dan {
  padding-top: 60px;
  padding-bottom: 30px;
  background: linear-gradient(to right, #5b3bff, #00f2fe);
}
.cid-tXU1b03dan .imgbotom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 70px;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-tWOABVtgxX {
  padding-top: 60px;
  background: linear-gradient(to right, #5b3bff, #00f2fe);
}
.cid-tWOABVtgxX #dfooter .dfooter-top {
  padding-top: 45px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-info {
  margin-bottom: 30px;
}
.cid-tWOABVtgxX .bg-bottom {
  background: linear-gradient(to right, #5b3bff, #00f2fe);
  position: relative;
  display: block;
  padding-bottom: 60px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-info img {
  margin-bottom: 10px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-info p {
  line-height: 25px;
  margin-bottom: 0;
  width: 300px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  position: relative;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .social-links a:hover {
  background: #4479d9;
}
.cid-tWOABVtgxX #dfooter .dfooter-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-links {
  margin-bottom: 30px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-links ul i {
  padding-right: 5px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-links ul li:first-child {
  padding-top: 0;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-contact {
  margin-bottom: 30px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-contact p {
  line-height: 26px;
}
.cid-tWOABVtgxX #dfooter .copyright {
  padding-top: 30px;
}
.cid-tWOABVtgxX ul li::before {
  content: "\700";
  color: #ffffff;
}
.cid-tWOABVtgxX H4 {
  color: #ffffff;
  text-align: left;
}
.cid-tWOABVtgxX DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tWOABVtgxX P {
  color: #ffffff;
  text-align: left;
}
.cid-tWOABVtgxX div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tWOABVtgxX .copyright a {
  text-decoration: none !important;
}
.cid-tWOABVtgxX .list,
.cid-tWOABVtgxX .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tWOABVtgxX ul li a {
  text-decoration: none !important;
}
.cid-tWOABVtgxX .copyright {
  text-align: center;
}
.cid-tWOABVtgxX .dfooter-info img {
  width: 100%;
}
.cid-tWOABVtgxX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: none !important;
  background-image: none !important;
  background-position: 0;
  text-decoration: none !important;
}
.cid-tWOABVtgxX .modal-content {
  height: 155px !important;
  background-color: #ffffff;
}
.cid-tWOABVtgxX .pmod {
  background-color: #4479d9;
  color: #ffffff;
}
.cid-tWOABVtgxX .modal-title {
  color: #2e1cab;
}
.cid-tWOABVtgxX .btn-close {
  background-color: #bbbbbb !important;
  opacity: 1;
  font-size: 10px;
}
.cid-tWOABVtgxX .modal {
  top: 50px;
}
.cid-tWOABVtgxX .modal-dialog {
  width: 680px;
  margin: auto;
}
@media only screen and (max-width: 375px) {
  .cid-tWOABVtgxX .modal-dialog {
    width: 90%;
  }
}
@media (min-width: 375px) and (max-width: 480px) {
  .cid-tWOABVtgxX .modal-dialog {
    width: 95%;
    margin: auto;
  }
}
.cid-tWOABVtgxX .flag {
  padding-left: 0 !important;
}
.cid-tWOABVtgxX ul {
  list-style: none;
}
.cid-tWOABVtgxX ul#menu li {
  display: inline !important;
  float: left;
}
.cid-tXTmD88th0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tXTmD88th0 nav.navbar {
  position: fixed;
}
.cid-tXTmD88th0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXTmD88th0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tXTmD88th0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tXTmD88th0 .dropdown-item:hover,
.cid-tXTmD88th0 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tXTmD88th0 .dropdown-item:hover span {
  color: white;
}
.cid-tXTmD88th0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tXTmD88th0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tXTmD88th0 .nav-dropdown .link {
  padding: 0 0.1em !important;
  margin: 0.1em 1em !important;
}
.cid-tXTmD88th0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXTmD88th0 .nav-link {
  position: relative;
}
.cid-tXTmD88th0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tXTmD88th0 .container {
    flex-wrap: nowrap;
  }
}
.cid-tXTmD88th0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXTmD88th0 .dropdown-menu,
.cid-tXTmD88th0 .navbar.opened {
  background: linear-gradient(to right, #5b3bff, #00f2fe);
}
.cid-tXTmD88th0 .nav-item:focus,
.cid-tXTmD88th0 .nav-link:focus {
  outline: none;
}
.cid-tXTmD88th0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXTmD88th0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXTmD88th0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXTmD88th0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXTmD88th0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXTmD88th0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tXTmD88th0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: linear-gradient(to right, #5b3bff, #00f2fe);
}
.cid-tXTmD88th0 .navbar.opened {
  transition: all 0.3s;
}
.cid-tXTmD88th0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tXTmD88th0 .navbar .navbar-logo img {
  width: auto;
}
.cid-tXTmD88th0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXTmD88th0 .navbar.collapsed {
  justify-content: center;
}
.cid-tXTmD88th0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXTmD88th0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXTmD88th0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tXTmD88th0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXTmD88th0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXTmD88th0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tXTmD88th0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXTmD88th0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXTmD88th0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tXTmD88th0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXTmD88th0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXTmD88th0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXTmD88th0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXTmD88th0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tXTmD88th0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tXTmD88th0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXTmD88th0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXTmD88th0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXTmD88th0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXTmD88th0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tXTmD88th0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXTmD88th0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXTmD88th0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXTmD88th0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tXTmD88th0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXTmD88th0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXTmD88th0 .dropdown-item.active,
.cid-tXTmD88th0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tXTmD88th0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXTmD88th0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXTmD88th0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXTmD88th0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-tXTmD88th0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXTmD88th0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXTmD88th0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tXTmD88th0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXTmD88th0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tXTmD88th0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tXTmD88th0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXTmD88th0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXTmD88th0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXTmD88th0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXTmD88th0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXTmD88th0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXTmD88th0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXTmD88th0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXTmD88th0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tXTmD88th0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXTmD88th0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXTmD88th0 .navbar {
    height: 70px;
  }
  .cid-tXTmD88th0 .navbar.opened {
    height: auto;
  }
  .cid-tXTmD88th0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXTmD88th0 .nav-item {
  letter-spacing: 1px;
  border: 2px solid transparent;
  -webkit-box-shadow: inset 1px 0px 0px -15px #ffffff;
  -moz-box-shadow: inset 1px 0px 0px -15px #ffffff;
  box-shadow: inset 1px 0px 0px -15px #ffffff;
  transition: 1s;
}
.cid-tXTmD88th0 .nav-item:hover {
  -webkit-box-shadow: inset 200px 0px 0px -15px #ffffff;
  -moz-box-shadow: inset 200px 0px 0px -15px #ffffff;
  box-shadow: inset 200px 0px 0px -15px #ffffff;
  color: #000000 !important;
  font-weight: bold;
}
.cid-tXTmD88th0 .activez {
  border: 1px solid white !important;
  border-radius: 2px;
  color: #000000;
}
.cid-tXTmD88th0 a.text-white:hover,
.cid-tXTmD88th0 a.text-white:focus,
.cid-tXTmD88th0 a.text-white.active {
  color: #070707 !important;
}
.cid-tXXBSIyKi5 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: transparent;
}
.cid-tXXBSIyKi5 .imgbotom-header {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 70px;
  top: -70px;
}
.cid-tXYxHHaMm5 {
  padding-top: 120px;
  padding-bottom: 135px;
  background: linear-gradient(to right, #5b3bff, #00f2fe);
}
.cid-tXYxHHaMm5 .page-header {
  position: relative;
  text-align: center;
}
.cid-tXYxHHaMm5 .page-header h2 {
  position: relative;
  font-weight: 700;
}
.cid-tXYxHHaMm5 .page-header a {
  position: relative;
  padding: 0 12px;
  font-size: 22px;
}
.cid-tXYxHHaMm5 .page-header a::after {
  content: "/";
  position: absolute;
  width: 8px;
  height: 8px;
  right: -7px;
  text-align: center;
}
.cid-tXYxHHaMm5 .page-header a:last-child::after {
  display: none;
}
@media (max-width: 767.98px) {
  .cid-tXYxHHaMm5 .page-header h2 {
    font-size: 35px;
  }
  .cid-tXYxHHaMm5 .page-header a {
    font-size: 18px;
  }
  .cid-tXYxHHaMm5 .footer .copyright p,
  .cid-tXYxHHaMm5 .footer .copyright .col-md-6:last-child p {
    margin: 5px 0;
    text-align: center;
  }
}
.cid-tXYxHHaMm5 .mbr-section-title {
  color: #ffffff;
}
.cid-tXYxKkaHTU {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: transparent;
}
.cid-tXYxKkaHTU .imgbotom-header {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 70px;
  top: -70px;
}
.cid-tXXBSJvDSC {
  padding-top: 0px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/backopac.jpg");
}
.cid-tXXBSJvDSC #contain-div {
  position: relative;
  width: 100% !important;
}
.cid-tXXBSJvDSC #sectioner {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 35px;
  border-radius: 5px;
  position: relative;
  margin: 3.5rem auto;
}
.cid-tXXBSJvDSC .title-logo {
  font-size: 18px !important;
  color: #3194d8 !important;
  padding: 5px 15px;
  font-weight: bold;
  background-color: white;
  border: 2px solid #e6eff9;
  border-radius: 5px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  text-decoration: none !important;
}
.cid-tXXBSJvDSC .selecttr p i {
  text-align: center;
  font-size: 40px;
  color: #43d797;
}
.cid-tXXBSJvDSC .selecttr p {
  font-family: 'Muli Bold';
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  margin: 1rem 0px;
  text-align: center;
  opacity: .9;
}
.cid-tXXBSJvDSC .selecttr:hover {
  border: 5px solid #43d797 !important;
  cursor: pointer;
}
.cid-tXXBSJvDSC #logohm {
  font-size: 28px !important;
  color: #3194d8 !important;
  padding: 5px 15px;
  font-weight: bold;
  background-color: white;
  border: 2px solid white;
  border-radius: 5px;
  text-decoration: none !important;
  cursor: none;
}
.cid-tXXBSJvDSC #titre {
  font-size: 18px;
  margin: 30px 0px 15px 0px;
  font-weight: 600;
  font-family: 'Open Sans';
}
.cid-tXXBSJvDSC .pin {
  background-color: #babbbb;
  height: 5px;
  width: 1px;
  float: left;
  margin: 5px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
  font-size: 12px;
}
.cid-tXXBSJvDSC .valuline {
  position: absolute;
  top: 2px;
  left: -10px;
}
.cid-tXXBSJvDSC .autoval {
  background-color: transparent !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  outline: none !important;
  position: absolute;
  top: 35px;
  right: 0px;
  text-align: right;
  font-weight: bold;
  opacity: .8;
}
.cid-tXXBSJvDSC .inputt {
  border-top: 0px solid white !important;
  border-left: 0px solid white !important;
  border-right: 0px solid white !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  width: 100%;
  outline: none !important;
  padding: 15px 30px 15px 0px;
  font-size: 15px;
  font-family: 'Open Sans';
}
.cid-tXXBSJvDSC .div-input {
  position: relative;
}
.cid-tXXBSJvDSC .svc {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 5px;
  color: #010101;
  font-size: 18px;
  margin: 5px 0px;
  cursor: pointer;
  transition: .4s;
}
.cid-tXXBSJvDSC .svc:hover {
  font-weight: bold;
  background-color: #04d790;
  color: white;
}
.cid-tXXBSJvDSC .svc img {
  width: 25px;
  height: auto;
  margin-right: 5px;
  border-radius: 2px;
}
.cid-tXXBSJvDSC .checkbox label span,
.cid-tXXBSJvDSC .tolog {
  color: #babbbb;
  opacity: .9;
}
.cid-tXXBSJvDSC .noukou {
  position: absolute;
  top: 20px;
  right: 0;
  color: #d6d7d9;
  font-size: 15px;
  cursor: pointer;
}
.cid-tXXBSJvDSC .Telf {
  position: absolute;
  top: 72px;
  left: 50px;
  color: #d6d7d9;
  font-size: 15px;
  cursor: pointer;
}
.cid-tXXBSJvDSC .sti {
  color: rgba(0, 0, 0, 0.7) !important;
  opacity: .8 !important;
  font-weight: bold;
}
.cid-tXXBSJvDSC .souti {
  color: #43d797 !important;
  opacity: .8 !important;
  padding: 0 !important;
  font-weight: bold;
  font-size: 22px;
}
.cid-tXXBSJvDSC .desact {
  border-radius: 25px;
  padding: 1rem;
  border: 3px solid red;
  color: red;
  opacity: .7;
  font-weight: bold;
  background-color: white;
  outline: none !important;
  transition: .4s;
}
.cid-tXXBSJvDSC .desact:hover {
  border-radius: 0px;
  padding: 1rem;
  border: 3px solid red;
  color: white;
  opacity: .7;
  font-weight: bold;
  background-color: red;
  outline: none !important;
}
.cid-tXXBSJvDSC .editsection ul {
  list-style: none !important;
  padding: 10px;
}
.cid-tXXBSJvDSC .editsection ul li a {
  text-decoration: none;
  transition: .4s;
  font-weight: 600;
}
.cid-tXXBSJvDSC .editsection ul li a:hover {
  color: #43d797;
}
.cid-tXXBSJvDSC .signup {
  border-radius: 50px;
  border: 1px solid #3194d8;
  background-color: #3194d8;
  color: white;
  font-family: 'Open Sans';
  font-weight: lighter;
  -webkit-box-shadow: 10px 10px 22px 3px #d8e7fb;
  -moz-box-shadow: 10px 10px 22px 3px #d8e7fb;
  box-shadow: 10px 10px 22px 3px #d8e7fb;
  transition: .4s;
}
.cid-tXXBSJvDSC .signup:hover {
  color: #3194d8;
  background-color: white;
  border: 1px solid white;
}
.cid-tXXBSJvDSC .g-recaptcha {
  margin: 20px 0px;
}
.cid-tXXBSJvDSC .intl-tel-input {
  font-size: 15px;
  width: 100%;
}
.cid-tXXBSJvDSC .country-list {
  width: 400px;
}
.cid-tXXBSJvDSC .tolog {
  margin-top: 12px;
}
.cid-tXXBSJvDSC .fa-power-off {
  font-size: 1rem;
  color: #3194d8;
  padding: 7px;
  border: 3px solid #e6eff9;
  border-radius: 50%;
  transition: .4s;
}
.cid-tXXBSJvDSC .fa-power-off:hover {
  background-color: #3194d8;
  border: 3px solid transparent;
  color: white;
  border-radius: 50%;
}
.cid-tXXBSJvDSC #arr-plan {
  background-color: #f9f9f9;
  width: 100%;
  height: 100%;
}
.cid-tXXBSJvDSC .fa-spinner {
  animation: lilè 3s linear infinite;
}
.cid-tXXBSJvDSC #barra_div {
  background-color: rgba(0, 0, 0, 0.2);
  width: 96%;
  margin: 2%;
  border-radius: 5px;
}
.cid-tXXBSJvDSC .stperr {
  opacity: .4;
  font-size: 14px;
  float: right;
  letter-spacing: 1px;
  padding-left: 5px;
}
.cid-tXXBSJvDSC #barra {
  background-color: #3194d8;
  width: 0;
  padding: 0px 10px;
  border-radius: 5px;
}
.cid-tXXBSJvDSC #barra p {
  padding: 0px !important;
  margin: 0px !important;
  color: white;
}
.cid-tXXBSJvDSC .transaction_div {
  background-color: white !important;
  position: fixed;
  border: 3px solid #e6eff9;
  border-radius: 10px;
  top: 50%;
  transform: translateY(-50%);
  margin: auto 32.7%;
  width: 50%;
  height: 300px;
  z-index: 999;
}
.cid-tXXBSJvDSC .vertical-nav {
  min-width: 15rem;
  width: 15rem;
  height: 100%;
  margin-top: 20px;
  transition: all 0.4s;
  display: inline-block;
}
.cid-tXXBSJvDSC .page-content {
  width: calc(83%);
  margin-left: 16rem;
  margin-top: 0;
  transition: all 0.4s;
  min-height: 100vh;
}
.cid-tXXBSJvDSC #navbarNav {
  margin-left: 8rem;
  margin-right: 18px;
}
.cid-tXXBSJvDSC .boutonadd {
  padding: 5px 10px;
  background: white;
  color: #43d797;
  border-radius: 5px;
  outline: none !important;
  border: 2px solid #43d797;
  font-weight: bold;
  transition: .4s;
}
.cid-tXXBSJvDSC .boutonadd:hover {
  background: #43d797;
  color: white;
}
.cid-tXXBSJvDSC .tel {
  position: absolute;
  top: 18px !important;
  left: 5px;
  color: #d6d7d9;
  font-size: 18px;
  cursor: pointer;
}
.cid-tXXBSJvDSC #sec-process {
  padding: 1rem 0px;
}
.cid-tXXBSJvDSC .divpapa,
.cid-tXXBSJvDSC .selecttr {
  text-align: center;
  border: 5px solid white;
  border-radius: 15px;
  background-color: #f9f9f9;
  padding-top: 15px;
}
.cid-tXXBSJvDSC .icon-process {
  text-align: center;
  font-size: 40px;
  color: #43d797;
}
.cid-tXXBSJvDSC .img-titre {
  font-family: 'Muli Bold';
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  margin: 1rem 0px;
  text-align: center;
  opacity: .9;
}
.cid-tXXBSJvDSC .img-soutitre {
  font-family: 'Muli Regular';
  color: #717d94;
  font-size: 12px;
  text-align: center;
}
.cid-tXXBSJvDSC .button-service {
  background-color: white;
  color: #43d797 !important;
  border: 2px solid #43d797;
  font-family: 'Muli Bold';
  font-weight: bold;
  font-size: 15px;
  padding: 10px 30px;
  border-radius: 5%;
  transition: .4s;
}
.cid-tXXBSJvDSC .button-service2 {
  background-color: #43d797;
  color: white !important;
  border: 2px solid #43d797;
  font-family: 'Muli Bold';
  font-weight: bold;
  font-size: 15px;
  padding: 10px 30px;
  border-radius: 5%;
  transition: .4s;
}
.cid-tXXBSJvDSC .button-service2:hover {
  background-color: white;
  color: #43d797 !important;
  border: 2px solid #43d797;
  border-radius: 0px;
}
.cid-tXXBSJvDSC .button-service:hover {
  background-color: #43d797;
  color: white !important;
}
.cid-tXXBSJvDSC select {
  border: 1px solid #43d797 !important;
  background-color: transparent !important;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.cid-tXXBSJvDSC .sellector {
  position: absolute;
  right: 10px;
  top: 37px;
  z-index: -10;
}
.cid-tXXBSJvDSC .stepy {
  margin: 15px 0px 0px 0px !important;
  text-align: left;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8);
  position: relative;
  top: 10px;
}
.cid-tXXBSJvDSC .numba {
  background-color: #43d797;
  padding: 5px 10px;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.5);
  font-weight: bold;
  font-size: 12px;
  margin-right: 10px;
}
.cid-tXXBSJvDSC input[type=range] {
  height: 34px;
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
  background-color: transparent !important;
}
.cid-tXXBSJvDSC input[type=range]:focus {
  outline: none;
}
.cid-tXXBSJvDSC input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 11px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #43d797;
  background: transparent !important;
  border-radius: 1px;
  border: 0px solid #43d797;
}
.cid-tXXBSJvDSC input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #43d797;
  border: 1px solid#43d797;
  height: 20px;
  width: 20px;
  border-radius: 15px;
  background: #43d797;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -2px;
}
.cid-tXXBSJvDSC input[type=range]:focus::-webkit-slider-runnable-track {
  background: transparent !important;
}
.cid-tXXBSJvDSC input[type=range]::-moz-range-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 1px;
  border: 0px solid #43d797;
}
.cid-tXXBSJvDSC input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #43d797;
  border: 1px solid #43d797;
  height: 15px;
  width: 15px;
  border-radius: 15px;
  background: #43d797;
  cursor: pointer;
}
.cid-tXXBSJvDSC input[type=range]::-ms-track {
  width: 100%;
  height: 11px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.cid-tXXBSJvDSC input[type=range]::-ms-fill-lower {
  background: transparent !important;
  border: 0px solid #43d797;
  border-radius: 2px;
  box-shadow: 1px 1px 1px #43d797;
}
.cid-tXXBSJvDSC input[type=range]::-ms-fill-upper {
  background: transparent !important;
  border: 0px solid #010101;
  border-radius: 2px;
  box-shadow: 1px 1px 1px #000000;
}
.cid-tXXBSJvDSC input[type=range]::-ms-thumb {
  margin-top: 1px;
  height: 15px;
  width: 15px;
  border-radius: 15px;
  background: #43d797;
  cursor: pointer;
}
.cid-tXXBSJvDSC input[type=range]:focus::-ms-fill-lower {
  background: transparent !important;
}
.cid-tXXBSJvDSC input[type=range]:focus::-ms-fill-upper {
  background: transparent !important;
}
.cid-tXXBSJvDSC .fiche p {
  width: 100% !important;
  text-align: left;
  position: relative;
}
.cid-tXXBSJvDSC .valuer {
  position: absolute;
  right: 0;
  text-align: right;
  font-weight: bold;
  color: #43d797;
  background-color: transparent;
  border: none;
}
.cid-tXXBSJvDSC .divinp {
  margin: 1rem auto;
  width: 50%;
  float: left;
}
.cid-tXXBSJvDSC .divinp input {
  border-radius: 4px !important;
}
.cid-tXXBSJvDSC .importer {
  border: 2px solid #43d797;
  padding: 10px 25px;
  color: white;
  background-color: #43d797;
  cursor: pointer;
  font-weight: bold;
  border-radius: 2px;
}
.cid-tXXBSJvDSC .importer:hover {
  background-color: #04d790;
}
.cid-tXXBSJvDSC .labeler {
  font-size: 20px;
  font-family: 'Circe Light';
  font-weight: bold;
  margin: 0px !important;
  padding: 0 !important;
  color: black !important;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 1201px) {
  .cid-tXXBSJvDSC .checkbox {
    text-align: left;
  }
  .cid-tXXBSJvDSC .checkbox label {
    width: 100%;
    margin-top: 10px;
  }
  .cid-tXXBSJvDSC .g-recaptcha {
    margin-top: 30px;
  }
  .cid-tXXBSJvDSC .tolog {
    margin-top: 30px;
  }
  .cid-tXXBSJvDSC .signup {
    width: 100%;
  }
}
.cid-tXXBSObQ3P {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #8c0a4e;
  background: linear-gradient(225deg, #8c0a4e 0, #005af0 75%);
}
@media (max-width: 991px) {
  .cid-tXXBSObQ3P .btn-container {
    padding-top: 2rem;
  }
}
.cid-tXXBSPLlsE {
  padding-top: 60px;
  padding-bottom: 30px;
  background: linear-gradient(to right, #5b3bff, #00f2fe);
}
.cid-tXXBSPLlsE .imgbotom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 70px;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-tWOABVtgxX {
  padding-top: 60px;
  background: linear-gradient(to right, #5b3bff, #00f2fe);
}
.cid-tWOABVtgxX #dfooter .dfooter-top {
  padding-top: 45px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-info {
  margin-bottom: 30px;
}
.cid-tWOABVtgxX .bg-bottom {
  background: linear-gradient(to right, #5b3bff, #00f2fe);
  position: relative;
  display: block;
  padding-bottom: 60px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-info img {
  margin-bottom: 10px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-info p {
  line-height: 25px;
  margin-bottom: 0;
  width: 300px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  position: relative;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .social-links a:hover {
  background: #4479d9;
}
.cid-tWOABVtgxX #dfooter .dfooter-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-links {
  margin-bottom: 30px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-links ul i {
  padding-right: 5px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-links ul li:first-child {
  padding-top: 0;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-contact {
  margin-bottom: 30px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-contact p {
  line-height: 26px;
}
.cid-tWOABVtgxX #dfooter .copyright {
  padding-top: 30px;
}
.cid-tWOABVtgxX ul li::before {
  content: "\700";
  color: #ffffff;
}
.cid-tWOABVtgxX H4 {
  color: #ffffff;
  text-align: left;
}
.cid-tWOABVtgxX DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tWOABVtgxX P {
  color: #ffffff;
  text-align: left;
}
.cid-tWOABVtgxX div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tWOABVtgxX .copyright a {
  text-decoration: none !important;
}
.cid-tWOABVtgxX .list,
.cid-tWOABVtgxX .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tWOABVtgxX ul li a {
  text-decoration: none !important;
}
.cid-tWOABVtgxX .copyright {
  text-align: center;
}
.cid-tWOABVtgxX .dfooter-info img {
  width: 100%;
}
.cid-tWOABVtgxX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: none !important;
  background-image: none !important;
  background-position: 0;
  text-decoration: none !important;
}
.cid-tWOABVtgxX .modal-content {
  height: 155px !important;
  background-color: #ffffff;
}
.cid-tWOABVtgxX .pmod {
  background-color: #4479d9;
  color: #ffffff;
}
.cid-tWOABVtgxX .modal-title {
  color: #2e1cab;
}
.cid-tWOABVtgxX .btn-close {
  background-color: #bbbbbb !important;
  opacity: 1;
  font-size: 10px;
}
.cid-tWOABVtgxX .modal {
  top: 50px;
}
.cid-tWOABVtgxX .modal-dialog {
  width: 680px;
  margin: auto;
}
@media only screen and (max-width: 375px) {
  .cid-tWOABVtgxX .modal-dialog {
    width: 90%;
  }
}
@media (min-width: 375px) and (max-width: 480px) {
  .cid-tWOABVtgxX .modal-dialog {
    width: 95%;
    margin: auto;
  }
}
.cid-tWOABVtgxX .flag {
  padding-left: 0 !important;
}
.cid-tWOABVtgxX ul {
  list-style: none;
}
.cid-tWOABVtgxX ul#menu li {
  display: inline !important;
  float: left;
}
.cid-tXTmD88th0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tXTmD88th0 nav.navbar {
  position: fixed;
}
.cid-tXTmD88th0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXTmD88th0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tXTmD88th0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tXTmD88th0 .dropdown-item:hover,
.cid-tXTmD88th0 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tXTmD88th0 .dropdown-item:hover span {
  color: white;
}
.cid-tXTmD88th0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tXTmD88th0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tXTmD88th0 .nav-dropdown .link {
  padding: 0 0.1em !important;
  margin: 0.1em 1em !important;
}
.cid-tXTmD88th0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXTmD88th0 .nav-link {
  position: relative;
}
.cid-tXTmD88th0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tXTmD88th0 .container {
    flex-wrap: nowrap;
  }
}
.cid-tXTmD88th0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXTmD88th0 .dropdown-menu,
.cid-tXTmD88th0 .navbar.opened {
  background: linear-gradient(to right, #5b3bff, #00f2fe);
}
.cid-tXTmD88th0 .nav-item:focus,
.cid-tXTmD88th0 .nav-link:focus {
  outline: none;
}
.cid-tXTmD88th0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXTmD88th0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXTmD88th0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXTmD88th0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXTmD88th0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXTmD88th0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tXTmD88th0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: linear-gradient(to right, #5b3bff, #00f2fe);
}
.cid-tXTmD88th0 .navbar.opened {
  transition: all 0.3s;
}
.cid-tXTmD88th0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tXTmD88th0 .navbar .navbar-logo img {
  width: auto;
}
.cid-tXTmD88th0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXTmD88th0 .navbar.collapsed {
  justify-content: center;
}
.cid-tXTmD88th0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXTmD88th0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXTmD88th0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tXTmD88th0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXTmD88th0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXTmD88th0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tXTmD88th0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXTmD88th0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXTmD88th0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tXTmD88th0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXTmD88th0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXTmD88th0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXTmD88th0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXTmD88th0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tXTmD88th0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tXTmD88th0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXTmD88th0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXTmD88th0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXTmD88th0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXTmD88th0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tXTmD88th0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXTmD88th0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXTmD88th0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXTmD88th0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tXTmD88th0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXTmD88th0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXTmD88th0 .dropdown-item.active,
.cid-tXTmD88th0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tXTmD88th0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXTmD88th0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXTmD88th0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXTmD88th0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-tXTmD88th0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXTmD88th0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXTmD88th0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tXTmD88th0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXTmD88th0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tXTmD88th0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tXTmD88th0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXTmD88th0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXTmD88th0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXTmD88th0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXTmD88th0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXTmD88th0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXTmD88th0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXTmD88th0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXTmD88th0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tXTmD88th0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXTmD88th0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXTmD88th0 .navbar {
    height: 70px;
  }
  .cid-tXTmD88th0 .navbar.opened {
    height: auto;
  }
  .cid-tXTmD88th0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXTmD88th0 .nav-item {
  letter-spacing: 1px;
  border: 2px solid transparent;
  -webkit-box-shadow: inset 1px 0px 0px -15px #ffffff;
  -moz-box-shadow: inset 1px 0px 0px -15px #ffffff;
  box-shadow: inset 1px 0px 0px -15px #ffffff;
  transition: 1s;
}
.cid-tXTmD88th0 .nav-item:hover {
  -webkit-box-shadow: inset 200px 0px 0px -15px #ffffff;
  -moz-box-shadow: inset 200px 0px 0px -15px #ffffff;
  box-shadow: inset 200px 0px 0px -15px #ffffff;
  color: #000000 !important;
  font-weight: bold;
}
.cid-tXTmD88th0 .activez {
  border: 1px solid white !important;
  border-radius: 2px;
  color: #000000;
}
.cid-tXTmD88th0 a.text-white:hover,
.cid-tXTmD88th0 a.text-white:focus,
.cid-tXTmD88th0 a.text-white.active {
  color: #070707 !important;
}
.cid-tXXK4A5z3B {
  padding-top: 135px;
  padding-bottom: 135px;
  background: linear-gradient(to right, #5b3bff, #00f2fe);
}
.cid-tXXK4A5z3B .page-header {
  position: relative;
  text-align: center;
}
.cid-tXXK4A5z3B .page-header h2 {
  position: relative;
  font-weight: 700;
}
.cid-tXXK4A5z3B .page-header a {
  position: relative;
  padding: 0 12px;
  font-size: 22px;
}
.cid-tXXK4A5z3B .page-header a::after {
  content: "/";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 5px;
  right: -7px;
  text-align: center;
}
.cid-tXXK4A5z3B .page-header a:last-child::after {
  display: none;
}
@media (max-width: 767.98px) {
  .cid-tXXK4A5z3B .page-header h2 {
    font-size: 35px;
  }
  .cid-tXXK4A5z3B .page-header a {
    font-size: 18px;
  }
  .cid-tXXK4A5z3B .footer .copyright p,
  .cid-tXXK4A5z3B .footer .copyright .col-md-6:last-child p {
    margin: 5px 0;
    text-align: center;
  }
}
.cid-tXXK4A5z3B .mbr-section-title {
  color: #ffffff;
}
.cid-tXXK4CahwC {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: transparent;
}
.cid-tXXK4CahwC .imgbotom-header {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 70px;
  top: -70px;
}
.cid-tXXKrpD0oa {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-tXXKrpD0oa .right {
  float: right;
  border: 1px solid #ffffff;
  padding: 12px;
  margin: 15px 40px 40px 40px;
  max-width: 300px;
  width: 100%;
  position: relative;
}
.cid-tXXKrpD0oa .left {
  float: left;
  border: 1px solid #ffffff;
  padding: 12px;
  margin: 15px 40px 40px 40px;
  max-width: 300px;
  width: 100%;
  position: relative;
}
.cid-tXXKrpD0oa .section-image img {
  float: none!important;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tXXKrpD0oa .section-image {
    float: none!important;
    padding: 20px!important;
    margin: 0 auto 30px!important;
    display: block;
  }
  .cid-tXXKrpD0oa .section-image img {
    margin: 0 auto !important;
  }
}
.cid-tXXKrpD0oa .alignright {
  border: 0px;
  width: 100%;
  margin-top: 20px;
  margin-left: 60px;
}
.cid-tXXKrpD0oa P {
  padding: 10px;
  color: #2e1cab;
}
.cid-tXXK4GAuB6 {
  padding-top: 60px;
  padding-bottom: 30px;
  background: linear-gradient(to right, #5b3bff, #00f2fe);
}
.cid-tXXK4GAuB6 .imgbotom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 70px;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-tWOABVtgxX {
  padding-top: 60px;
  background: linear-gradient(to right, #5b3bff, #00f2fe);
}
.cid-tWOABVtgxX #dfooter .dfooter-top {
  padding-top: 45px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-info {
  margin-bottom: 30px;
}
.cid-tWOABVtgxX .bg-bottom {
  background: linear-gradient(to right, #5b3bff, #00f2fe);
  position: relative;
  display: block;
  padding-bottom: 60px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-info img {
  margin-bottom: 10px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-info p {
  line-height: 25px;
  margin-bottom: 0;
  width: 300px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  position: relative;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .social-links a:hover {
  background: #4479d9;
}
.cid-tWOABVtgxX #dfooter .dfooter-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-links {
  margin-bottom: 30px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-links ul i {
  padding-right: 5px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-links ul li:first-child {
  padding-top: 0;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-contact {
  margin-bottom: 30px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-contact p {
  line-height: 26px;
}
.cid-tWOABVtgxX #dfooter .copyright {
  padding-top: 30px;
}
.cid-tWOABVtgxX ul li::before {
  content: "\700";
  color: #ffffff;
}
.cid-tWOABVtgxX H4 {
  color: #ffffff;
  text-align: left;
}
.cid-tWOABVtgxX DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tWOABVtgxX P {
  color: #ffffff;
  text-align: left;
}
.cid-tWOABVtgxX div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tWOABVtgxX .copyright a {
  text-decoration: none !important;
}
.cid-tWOABVtgxX .list,
.cid-tWOABVtgxX .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tWOABVtgxX ul li a {
  text-decoration: none !important;
}
.cid-tWOABVtgxX .copyright {
  text-align: center;
}
.cid-tWOABVtgxX .dfooter-info img {
  width: 100%;
}
.cid-tWOABVtgxX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: none !important;
  background-image: none !important;
  background-position: 0;
  text-decoration: none !important;
}
.cid-tWOABVtgxX .modal-content {
  height: 155px !important;
  background-color: #ffffff;
}
.cid-tWOABVtgxX .pmod {
  background-color: #4479d9;
  color: #ffffff;
}
.cid-tWOABVtgxX .modal-title {
  color: #2e1cab;
}
.cid-tWOABVtgxX .btn-close {
  background-color: #bbbbbb !important;
  opacity: 1;
  font-size: 10px;
}
.cid-tWOABVtgxX .modal {
  top: 50px;
}
.cid-tWOABVtgxX .modal-dialog {
  width: 680px;
  margin: auto;
}
@media only screen and (max-width: 375px) {
  .cid-tWOABVtgxX .modal-dialog {
    width: 90%;
  }
}
@media (min-width: 375px) and (max-width: 480px) {
  .cid-tWOABVtgxX .modal-dialog {
    width: 95%;
    margin: auto;
  }
}
.cid-tWOABVtgxX .flag {
  padding-left: 0 !important;
}
.cid-tWOABVtgxX ul {
  list-style: none;
}
.cid-tWOABVtgxX ul#menu li {
  display: inline !important;
  float: left;
}
.cid-tWXIeYdle1 {
  padding-top: 165px;
  padding-bottom: 135px;
  background: linear-gradient(to right, #5b3bff, #00f2fe);
}
.cid-tWXIeYdle1 .page-header {
  position: relative;
  text-align: center;
}
.cid-tWXIeYdle1 .page-header h2 {
  position: relative;
  font-weight: 700;
}
.cid-tWXIeYdle1 .page-header a {
  position: relative;
  padding: 0 12px;
  font-size: 22px;
}
.cid-tWXIeYdle1 .page-header a::after {
  content: "/";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 5px;
  right: -7px;
  text-align: center;
}
.cid-tWXIeYdle1 .page-header a:last-child::after {
  display: none;
}
@media (max-width: 767.98px) {
  .cid-tWXIeYdle1 .page-header h2 {
    font-size: 35px;
  }
  .cid-tWXIeYdle1 .page-header a {
    font-size: 18px;
  }
  .cid-tWXIeYdle1 .footer .copyright p,
  .cid-tWXIeYdle1 .footer .copyright .col-md-6:last-child p {
    margin: 5px 0;
    text-align: center;
  }
}
.cid-tWXIeYdle1 .mbr-section-title {
  color: #ffffff;
}
.cid-tWXIgpO5aM {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: transparent;
}
.cid-tWXIgpO5aM .imgbotom-header {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 70px;
  top: -70px;
}
.cid-tWXHp29sDj {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(to right, #5b3bff, #00f2fe);
}
.cid-tWXHp29sDj .sharp {
  position: absolute !important;
  right: 0 !important;
  z-index: 0;
  padding: inherit;
  bottom: 0 !important;
  height: 80px !important;
}
@media only screen and (max-width: 992px) {
  .cid-tWXHp29sDj .sharp {
    height: 40px !important;
  }
}
.cid-tXTmD88th0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tXTmD88th0 nav.navbar {
  position: fixed;
}
.cid-tXTmD88th0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXTmD88th0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tXTmD88th0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tXTmD88th0 .dropdown-item:hover,
.cid-tXTmD88th0 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tXTmD88th0 .dropdown-item:hover span {
  color: white;
}
.cid-tXTmD88th0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tXTmD88th0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tXTmD88th0 .nav-dropdown .link {
  padding: 0 0.1em !important;
  margin: 0.1em 1em !important;
}
.cid-tXTmD88th0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXTmD88th0 .nav-link {
  position: relative;
}
.cid-tXTmD88th0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tXTmD88th0 .container {
    flex-wrap: nowrap;
  }
}
.cid-tXTmD88th0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXTmD88th0 .dropdown-menu,
.cid-tXTmD88th0 .navbar.opened {
  background: linear-gradient(to right, #5b3bff, #00f2fe);
}
.cid-tXTmD88th0 .nav-item:focus,
.cid-tXTmD88th0 .nav-link:focus {
  outline: none;
}
.cid-tXTmD88th0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXTmD88th0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXTmD88th0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXTmD88th0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXTmD88th0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXTmD88th0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tXTmD88th0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: linear-gradient(to right, #5b3bff, #00f2fe);
}
.cid-tXTmD88th0 .navbar.opened {
  transition: all 0.3s;
}
.cid-tXTmD88th0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tXTmD88th0 .navbar .navbar-logo img {
  width: auto;
}
.cid-tXTmD88th0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXTmD88th0 .navbar.collapsed {
  justify-content: center;
}
.cid-tXTmD88th0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXTmD88th0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXTmD88th0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tXTmD88th0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXTmD88th0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXTmD88th0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tXTmD88th0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXTmD88th0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXTmD88th0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tXTmD88th0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXTmD88th0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXTmD88th0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXTmD88th0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXTmD88th0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tXTmD88th0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tXTmD88th0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXTmD88th0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXTmD88th0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXTmD88th0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXTmD88th0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tXTmD88th0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXTmD88th0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXTmD88th0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXTmD88th0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tXTmD88th0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXTmD88th0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXTmD88th0 .dropdown-item.active,
.cid-tXTmD88th0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tXTmD88th0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXTmD88th0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXTmD88th0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXTmD88th0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-tXTmD88th0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXTmD88th0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXTmD88th0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tXTmD88th0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXTmD88th0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tXTmD88th0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tXTmD88th0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXTmD88th0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXTmD88th0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXTmD88th0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXTmD88th0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXTmD88th0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXTmD88th0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXTmD88th0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXTmD88th0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tXTmD88th0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXTmD88th0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXTmD88th0 .navbar {
    height: 70px;
  }
  .cid-tXTmD88th0 .navbar.opened {
    height: auto;
  }
  .cid-tXTmD88th0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXTmD88th0 .nav-item {
  letter-spacing: 1px;
  border: 2px solid transparent;
  -webkit-box-shadow: inset 1px 0px 0px -15px #ffffff;
  -moz-box-shadow: inset 1px 0px 0px -15px #ffffff;
  box-shadow: inset 1px 0px 0px -15px #ffffff;
  transition: 1s;
}
.cid-tXTmD88th0 .nav-item:hover {
  -webkit-box-shadow: inset 200px 0px 0px -15px #ffffff;
  -moz-box-shadow: inset 200px 0px 0px -15px #ffffff;
  box-shadow: inset 200px 0px 0px -15px #ffffff;
  color: #000000 !important;
  font-weight: bold;
}
.cid-tXTmD88th0 .activez {
  border: 1px solid white !important;
  border-radius: 2px;
  color: #000000;
}
.cid-tXTmD88th0 a.text-white:hover,
.cid-tXTmD88th0 a.text-white:focus,
.cid-tXTmD88th0 a.text-white.active {
  color: #070707 !important;
}
.cid-tXSEzUKP5s {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tXSEzUKP5s .rviwsdiv {
  text-align: center;
  padding: 2rem;
}
.cid-tXSEzUKP5s .avis-icon {
  padding: 0px 15px;
  text-align: center;
  float: left;
}
.cid-tXSEzUKP5s #reward {
  transform: translateY(15%);
}
.cid-tXSEzUKP5s #bg-reviews {
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
  margin-top: 8rem;
}
.cid-tXSEzUKP5s #bg-reviews1 {
  border-bottom: 2px solid #eee;
  margin-top: 3rem;
}
.cid-tXSEzUKP5s #backs-comments {
  background-color: #f7f9fc;
}
.cid-tXSEzUKP5s .comers {
  font-family: 'Muli Regular';
  background: white;
  color: black;
  display: inline-block;
}
.cid-tXSEzUKP5s .icon-comment {
  border-radius: 50%;
  width: 139px;
  height: 139px;
}
.cid-tXSEzUKP5s #icon-diver {
  width: 280px;
  margin: 0 auto;
  display: inline-block;
}
.cid-tXSEzUKP5s .chatform {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
  outline: none;
  font-family: 'Muli Regular';
  resize: none;
}
.cid-tXSEzUKP5s #avis-boutondiv {
  clear: both;
  width: 105px;
  margin: 15px auto;
}
.cid-tXSEzUKP5s #avis-boutondiv button {
  padding: 5px 8px;
  border-radius: 15px;
  color: white;
  font-family: 'Muli Regular';
  font-size: 12px;
  border: 1px solid white;
  background: linear-gradient(to right, #5b3bff, #00f2fe);
}
.cid-tXSEzUKP5s .ptstar {
  color: #5b3bff;
}
.cid-tXSEzUKP5s .ptstarneu {
  color: #aaa;
}
.cid-tXSEzUKP5s .sect-comments {
  margin-top: 8rem;
  padding: 35px 0px;
}
.cid-tXSEzUKP5s .nom-quote {
  margin-bottom: 6rem;
}
.cid-tY3rO6TEDh {
  padding-top: 8rem;
  padding-bottom: 7rem;
  background-color: #eef1f9;
}
.cid-tY3rO6TEDh .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tY3rO6TEDh .team-card:hover {
  transform: translateY(-10px);
}
.cid-tY3rO6TEDh .card-wrap {
  border-radius: 4px;
  margin-right: 40px;
  padding-left: 20px;
}
@media (max-width: 991px) {
  .cid-tY3rO6TEDh .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tY3rO6TEDh .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tY3rO6TEDh .card-wrap .content-wrap {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tY3rO6TEDh .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tY3rO6TEDh .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 80%;
}
@media (max-width: 768px) {
  .cid-tY3rO6TEDh .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tY3rO6TEDh .embla__button--next,
.cid-tY3rO6TEDh .embla__button--prev {
  display: flex;
}
.cid-tY3rO6TEDh .embla__button {
  width: auto;
  height: 35px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 5px;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 4;
}
.cid-tY3rO6TEDh .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tY3rO6TEDh .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tY3rO6TEDh .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tY3rO6TEDh .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tY3rO6TEDh .embla__button {
    top: auto;
  }
}
.cid-tY3rO6TEDh .embla {
  position: relative;
  width: 100%;
  padding-top: 15px;
}
.cid-tY3rO6TEDh .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tY3rO6TEDh .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tY3rO6TEDh .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tY3rO6TEDh .embla__container {
  z-index: 2 !important;
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.cid-tY3rO6TEDh .card-text,
.cid-tY3rO6TEDh .mbr-section-btn,
.cid-tY3rO6TEDh .social-row {
  color: #ffffff;
}
.cid-tY3rO6TEDh .mbr-role,
.cid-tY3rO6TEDh .social-row {
  color: #ffffff;
}
.cid-tY3rO6TEDh .card-title,
.cid-tY3rO6TEDh .social-row {
  color: #ffffff;
}
.cid-tY3rO6TEDh .mbr-section-title.card-title {
  display: inline-block;
  margin-bottom: 2rem !important;
  line-height: 1;
  font-weight: 500;
  padding-bottom: 1rem;
  border-bottom: 1px solid #fff;
}
.cid-tY3rO6TEDh .mbr-section-btn.card-btn {
  padding-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .cid-tY3rO6TEDh .card-wrap {
    margin-right: 0 !important;
    padding-left: 0 !important;
  }
}
.cid-tY3rO6TEDh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tY3rO6TEDh .review-left {
  margin-right: -95px;
}
.cid-tY3rO6TEDh H2 {
  color: #ffffff;
}
.cid-tY3rO6TEDh img {
  max-width: 100%;
}
.cid-tY3rO6TEDh .review-left-content img {
  filter: brightness(0.5);
  max-height: 470px;
}
.cid-tY3rO6TEDh .review-left-title-arrow {
  width: 90%;
  padding-right: 15px;
}
@media (min-width: 991px) {
  .cid-tY3rO6TEDh .embla__button.embla__button--prev {
    left: -480px !important;
    margin-left: 0 !important;
  }
  .cid-tY3rO6TEDh .embla__button.embla__button--next {
    right: 980px !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-tY3rO6TEDh .review-left-content img {
    max-height: 100%;
  }
  .cid-tY3rO6TEDh .review-left {
    margin-right: auto !important;
  }
}
@media (min-width: 800px) and (max-width: 991px) {
  .cid-tY3rO6TEDh .review-left {
    margin-right: auto !important;
    margin-bottom: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .cid-tY3rO6TEDh .review-left-content h2 {
    line-height: 1.2em;
  }
}
.cid-tY3rO6TEDh .review-single {
  background: #ffffff;
  padding: 5rem 3rem;
  height: 450px;
  max-height: 450px;
  overflow: auto;
}
.cid-tY3rO6TEDh .review-single p {
  margin-bottom: auto !important;
}
.cid-tY3rO6TEDh .review-single h5::before {
  position: absolute;
  content: '';
  height: 2px;
  width: 5rem;
  z-index: -1;
  background: #e43f3f;
  opacity: 1;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.cid-tWXHp50pgd {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tWXHp50pgd .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tWXHp50pgd form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tWXHp50pgd form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tWXHp50pgd form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tWXHp50pgd textarea {
  height: 300px;
  width: 100%;
}
.cid-tWXOi8q05J {
  padding-top: 60px;
  padding-bottom: 30px;
  background: linear-gradient(to right, #5b3bff, #00f2fe);
}
.cid-tWXOi8q05J .imgbotom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 70px;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-tWOABVtgxX {
  padding-top: 60px;
  background: linear-gradient(to right, #5b3bff, #00f2fe);
}
.cid-tWOABVtgxX #dfooter .dfooter-top {
  padding-top: 45px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-info {
  margin-bottom: 30px;
}
.cid-tWOABVtgxX .bg-bottom {
  background: linear-gradient(to right, #5b3bff, #00f2fe);
  position: relative;
  display: block;
  padding-bottom: 60px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-info img {
  margin-bottom: 10px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-info p {
  line-height: 25px;
  margin-bottom: 0;
  width: 300px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  position: relative;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .social-links a:hover {
  background: #4479d9;
}
.cid-tWOABVtgxX #dfooter .dfooter-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-links {
  margin-bottom: 30px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-links ul i {
  padding-right: 5px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-links ul li:first-child {
  padding-top: 0;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-contact {
  margin-bottom: 30px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-contact p {
  line-height: 26px;
}
.cid-tWOABVtgxX #dfooter .copyright {
  padding-top: 30px;
}
.cid-tWOABVtgxX ul li::before {
  content: "\700";
  color: #ffffff;
}
.cid-tWOABVtgxX H4 {
  color: #ffffff;
  text-align: left;
}
.cid-tWOABVtgxX DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tWOABVtgxX P {
  color: #ffffff;
  text-align: left;
}
.cid-tWOABVtgxX div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tWOABVtgxX .copyright a {
  text-decoration: none !important;
}
.cid-tWOABVtgxX .list,
.cid-tWOABVtgxX .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tWOABVtgxX ul li a {
  text-decoration: none !important;
}
.cid-tWOABVtgxX .copyright {
  text-align: center;
}
.cid-tWOABVtgxX .dfooter-info img {
  width: 100%;
}
.cid-tWOABVtgxX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: none !important;
  background-image: none !important;
  background-position: 0;
  text-decoration: none !important;
}
.cid-tWOABVtgxX .modal-content {
  height: 155px !important;
  background-color: #ffffff;
}
.cid-tWOABVtgxX .pmod {
  background-color: #4479d9;
  color: #ffffff;
}
.cid-tWOABVtgxX .modal-title {
  color: #2e1cab;
}
.cid-tWOABVtgxX .btn-close {
  background-color: #bbbbbb !important;
  opacity: 1;
  font-size: 10px;
}
.cid-tWOABVtgxX .modal {
  top: 50px;
}
.cid-tWOABVtgxX .modal-dialog {
  width: 680px;
  margin: auto;
}
@media only screen and (max-width: 375px) {
  .cid-tWOABVtgxX .modal-dialog {
    width: 90%;
  }
}
@media (min-width: 375px) and (max-width: 480px) {
  .cid-tWOABVtgxX .modal-dialog {
    width: 95%;
    margin: auto;
  }
}
.cid-tWOABVtgxX .flag {
  padding-left: 0 !important;
}
.cid-tWOABVtgxX ul {
  list-style: none;
}
.cid-tWOABVtgxX ul#menu li {
  display: inline !important;
  float: left;
}
.cid-tXTmD88th0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tXTmD88th0 nav.navbar {
  position: fixed;
}
.cid-tXTmD88th0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXTmD88th0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tXTmD88th0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tXTmD88th0 .dropdown-item:hover,
.cid-tXTmD88th0 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tXTmD88th0 .dropdown-item:hover span {
  color: white;
}
.cid-tXTmD88th0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tXTmD88th0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tXTmD88th0 .nav-dropdown .link {
  padding: 0 0.1em !important;
  margin: 0.1em 1em !important;
}
.cid-tXTmD88th0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXTmD88th0 .nav-link {
  position: relative;
}
.cid-tXTmD88th0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tXTmD88th0 .container {
    flex-wrap: nowrap;
  }
}
.cid-tXTmD88th0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXTmD88th0 .dropdown-menu,
.cid-tXTmD88th0 .navbar.opened {
  background: linear-gradient(to right, #5b3bff, #00f2fe);
}
.cid-tXTmD88th0 .nav-item:focus,
.cid-tXTmD88th0 .nav-link:focus {
  outline: none;
}
.cid-tXTmD88th0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXTmD88th0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXTmD88th0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXTmD88th0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXTmD88th0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXTmD88th0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tXTmD88th0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: linear-gradient(to right, #5b3bff, #00f2fe);
}
.cid-tXTmD88th0 .navbar.opened {
  transition: all 0.3s;
}
.cid-tXTmD88th0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tXTmD88th0 .navbar .navbar-logo img {
  width: auto;
}
.cid-tXTmD88th0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXTmD88th0 .navbar.collapsed {
  justify-content: center;
}
.cid-tXTmD88th0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXTmD88th0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXTmD88th0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tXTmD88th0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXTmD88th0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXTmD88th0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tXTmD88th0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXTmD88th0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXTmD88th0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tXTmD88th0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXTmD88th0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXTmD88th0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXTmD88th0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXTmD88th0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tXTmD88th0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tXTmD88th0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXTmD88th0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXTmD88th0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXTmD88th0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXTmD88th0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tXTmD88th0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXTmD88th0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXTmD88th0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXTmD88th0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tXTmD88th0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXTmD88th0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXTmD88th0 .dropdown-item.active,
.cid-tXTmD88th0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tXTmD88th0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXTmD88th0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXTmD88th0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXTmD88th0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-tXTmD88th0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXTmD88th0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXTmD88th0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tXTmD88th0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXTmD88th0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tXTmD88th0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tXTmD88th0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXTmD88th0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXTmD88th0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXTmD88th0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXTmD88th0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXTmD88th0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXTmD88th0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXTmD88th0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXTmD88th0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tXTmD88th0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXTmD88th0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXTmD88th0 .navbar {
    height: 70px;
  }
  .cid-tXTmD88th0 .navbar.opened {
    height: auto;
  }
  .cid-tXTmD88th0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXTmD88th0 .nav-item {
  letter-spacing: 1px;
  border: 2px solid transparent;
  -webkit-box-shadow: inset 1px 0px 0px -15px #ffffff;
  -moz-box-shadow: inset 1px 0px 0px -15px #ffffff;
  box-shadow: inset 1px 0px 0px -15px #ffffff;
  transition: 1s;
}
.cid-tXTmD88th0 .nav-item:hover {
  -webkit-box-shadow: inset 200px 0px 0px -15px #ffffff;
  -moz-box-shadow: inset 200px 0px 0px -15px #ffffff;
  box-shadow: inset 200px 0px 0px -15px #ffffff;
  color: #000000 !important;
  font-weight: bold;
}
.cid-tXTmD88th0 .activez {
  border: 1px solid white !important;
  border-radius: 2px;
  color: #000000;
}
.cid-tXTmD88th0 a.text-white:hover,
.cid-tXTmD88th0 a.text-white:focus,
.cid-tXTmD88th0 a.text-white.active {
  color: #070707 !important;
}
.cid-tXThdfzT1V {
  padding-top: 135px;
  padding-bottom: 135px;
  background: linear-gradient(to right, #5b3bff, #00f2fe);
}
.cid-tXThdfzT1V .page-header {
  position: relative;
  text-align: center;
}
.cid-tXThdfzT1V .page-header h2 {
  position: relative;
  font-weight: 700;
}
.cid-tXThdfzT1V .page-header a {
  position: relative;
  padding: 0 12px;
  font-size: 22px;
}
.cid-tXThdfzT1V .page-header a::after {
  content: "/";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 5px;
  right: -7px;
  text-align: center;
}
.cid-tXThdfzT1V .page-header a:last-child::after {
  display: none;
}
@media (max-width: 767.98px) {
  .cid-tXThdfzT1V .page-header h2 {
    font-size: 35px;
  }
  .cid-tXThdfzT1V .page-header a {
    font-size: 18px;
  }
  .cid-tXThdfzT1V .footer .copyright p,
  .cid-tXThdfzT1V .footer .copyright .col-md-6:last-child p {
    margin: 5px 0;
    text-align: center;
  }
}
.cid-tXThdfzT1V .mbr-section-title {
  color: #ffffff;
}
.cid-tXThdgskl6 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: transparent;
}
.cid-tXThdgskl6 .imgbotom-header {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 70px;
  top: -70px;
}
.cid-tXTlgrf8xH {
  padding-top: 0px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/backopac.jpg");
}
.cid-tXTlgrf8xH #contain-div {
  position: relative;
  width: 100% !important;
}
.cid-tXTlgrf8xH #sectioner {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 35px;
  border-radius: 5px;
  position: relative;
  margin: 3.5rem auto;
}
.cid-tXTlgrf8xH .title-logo {
  font-size: 18px !important;
  color: #3194d8 !important;
  padding: 5px 15px;
  font-weight: bold;
  background-color: white;
  border: 2px solid #e6eff9;
  border-radius: 5px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  text-decoration: none !important;
}
.cid-tXTlgrf8xH .selecttr p i {
  text-align: center;
  font-size: 40px;
  color: #43d797;
}
.cid-tXTlgrf8xH .selecttr p {
  font-family: 'Muli Bold';
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  margin: 1rem 0px;
  text-align: center;
  opacity: .9;
}
.cid-tXTlgrf8xH .selecttr:hover {
  border: 5px solid #43d797 !important;
  cursor: pointer;
}
.cid-tXTlgrf8xH #logohm {
  font-size: 28px !important;
  color: #3194d8 !important;
  padding: 5px 15px;
  font-weight: bold;
  background-color: white;
  border: 2px solid white;
  border-radius: 5px;
  text-decoration: none !important;
  cursor: none;
}
.cid-tXTlgrf8xH #titre {
  font-size: 18px;
  margin: 30px 0px 15px 0px;
  font-weight: 600;
  font-family: 'Open Sans';
}
.cid-tXTlgrf8xH .pin {
  background-color: #babbbb;
  height: 5px;
  width: 1px;
  float: left;
  margin: 5px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
  font-size: 12px;
}
.cid-tXTlgrf8xH .valuline {
  position: absolute;
  top: 2px;
  left: -10px;
}
.cid-tXTlgrf8xH .autoval {
  background-color: transparent !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  outline: none !important;
  position: absolute;
  top: 35px;
  right: 0px;
  text-align: right;
  font-weight: bold;
  opacity: .8;
}
.cid-tXTlgrf8xH .inputt {
  border-top: 0px solid white !important;
  border-left: 0px solid white !important;
  border-right: 0px solid white !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  width: 100%;
  outline: none !important;
  padding: 15px 30px 15px 0px;
  font-size: 15px;
  font-family: 'Open Sans';
}
.cid-tXTlgrf8xH .div-input {
  position: relative;
}
.cid-tXTlgrf8xH .svc {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 5px;
  color: #010101;
  font-size: 18px;
  margin: 5px 0px;
  cursor: pointer;
  transition: .4s;
}
.cid-tXTlgrf8xH .svc:hover {
  font-weight: bold;
  background-color: #04d790;
  color: white;
}
.cid-tXTlgrf8xH .svc img {
  width: 25px;
  height: auto;
  margin-right: 5px;
  border-radius: 2px;
}
.cid-tXTlgrf8xH .checkbox label span,
.cid-tXTlgrf8xH .tolog {
  color: #babbbb;
  opacity: .9;
}
.cid-tXTlgrf8xH .noukou {
  position: absolute;
  top: 20px;
  right: 0;
  color: #d6d7d9;
  font-size: 15px;
  cursor: pointer;
}
.cid-tXTlgrf8xH .Telf {
  position: absolute;
  top: 72px;
  left: 50px;
  color: #d6d7d9;
  font-size: 15px;
  cursor: pointer;
}
.cid-tXTlgrf8xH .sti {
  color: rgba(0, 0, 0, 0.7) !important;
  opacity: .8 !important;
  font-weight: bold;
}
.cid-tXTlgrf8xH .souti {
  color: #43d797 !important;
  opacity: .8 !important;
  padding: 0 !important;
  font-weight: bold;
  font-size: 22px;
}
.cid-tXTlgrf8xH .desact {
  border-radius: 25px;
  padding: 1rem;
  border: 3px solid red;
  color: red;
  opacity: .7;
  font-weight: bold;
  background-color: white;
  outline: none !important;
  transition: .4s;
}
.cid-tXTlgrf8xH .desact:hover {
  border-radius: 0px;
  padding: 1rem;
  border: 3px solid red;
  color: white;
  opacity: .7;
  font-weight: bold;
  background-color: red;
  outline: none !important;
}
.cid-tXTlgrf8xH .editsection ul {
  list-style: none !important;
  padding: 10px;
}
.cid-tXTlgrf8xH .editsection ul li a {
  text-decoration: none;
  transition: .4s;
  font-weight: 600;
}
.cid-tXTlgrf8xH .editsection ul li a:hover {
  color: #43d797;
}
.cid-tXTlgrf8xH .signup {
  border-radius: 50px;
  border: 1px solid #3194d8;
  background-color: #3194d8;
  color: white;
  font-family: 'Open Sans';
  font-weight: lighter;
  -webkit-box-shadow: 10px 10px 22px 3px #d8e7fb;
  -moz-box-shadow: 10px 10px 22px 3px #d8e7fb;
  box-shadow: 10px 10px 22px 3px #d8e7fb;
  transition: .4s;
}
.cid-tXTlgrf8xH .signup:hover {
  color: #3194d8;
  background-color: white;
  border: 1px solid white;
}
.cid-tXTlgrf8xH .g-recaptcha {
  margin: 20px 0px;
}
.cid-tXTlgrf8xH .intl-tel-input {
  font-size: 15px;
  width: 100%;
}
.cid-tXTlgrf8xH .country-list {
  width: 400px;
}
.cid-tXTlgrf8xH .tolog {
  margin-top: 12px;
}
.cid-tXTlgrf8xH .fa-power-off {
  font-size: 1rem;
  color: #3194d8;
  padding: 7px;
  border: 3px solid #e6eff9;
  border-radius: 50%;
  transition: .4s;
}
.cid-tXTlgrf8xH .fa-power-off:hover {
  background-color: #3194d8;
  border: 3px solid transparent;
  color: white;
  border-radius: 50%;
}
.cid-tXTlgrf8xH #arr-plan {
  background-color: #f9f9f9;
  width: 100%;
  height: 100%;
}
.cid-tXTlgrf8xH .fa-spinner {
  animation: lilè 3s linear infinite;
}
.cid-tXTlgrf8xH #barra_div {
  background-color: rgba(0, 0, 0, 0.2);
  width: 96%;
  margin: 2%;
  border-radius: 5px;
}
.cid-tXTlgrf8xH .stperr {
  opacity: .4;
  font-size: 14px;
  float: right;
  letter-spacing: 1px;
  padding-left: 5px;
}
.cid-tXTlgrf8xH #barra {
  background-color: #3194d8;
  width: 0;
  padding: 0px 10px;
  border-radius: 5px;
}
.cid-tXTlgrf8xH #barra p {
  padding: 0px !important;
  margin: 0px !important;
  color: white;
}
.cid-tXTlgrf8xH .transaction_div {
  background-color: white !important;
  position: fixed;
  border: 3px solid #e6eff9;
  border-radius: 10px;
  top: 50%;
  transform: translateY(-50%);
  margin: auto 32.7%;
  width: 50%;
  height: 300px;
  z-index: 999;
}
.cid-tXTlgrf8xH .vertical-nav {
  min-width: 15rem;
  width: 15rem;
  height: 100%;
  margin-top: 20px;
  transition: all 0.4s;
  display: inline-block;
}
.cid-tXTlgrf8xH .page-content {
  width: calc(83%);
  margin-left: 16rem;
  margin-top: 0;
  transition: all 0.4s;
  min-height: 100vh;
}
.cid-tXTlgrf8xH #navbarNav {
  margin-left: 8rem;
  margin-right: 18px;
}
.cid-tXTlgrf8xH .boutonadd {
  padding: 5px 10px;
  background: white;
  color: #43d797;
  border-radius: 5px;
  outline: none !important;
  border: 2px solid #43d797;
  font-weight: bold;
  transition: .4s;
}
.cid-tXTlgrf8xH .boutonadd:hover {
  background: #43d797;
  color: white;
}
.cid-tXTlgrf8xH .tel {
  position: absolute;
  top: 18px !important;
  left: 5px;
  color: #d6d7d9;
  font-size: 18px;
  cursor: pointer;
}
.cid-tXTlgrf8xH #sec-process {
  padding: 1rem 0px;
}
.cid-tXTlgrf8xH .divpapa,
.cid-tXTlgrf8xH .selecttr {
  text-align: center;
  border: 5px solid white;
  border-radius: 15px;
  background-color: #f9f9f9;
  padding-top: 15px;
}
.cid-tXTlgrf8xH .icon-process {
  text-align: center;
  font-size: 40px;
  color: #43d797;
}
.cid-tXTlgrf8xH .img-titre {
  font-family: 'Muli Bold';
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  margin: 1rem 0px;
  text-align: center;
  opacity: .9;
}
.cid-tXTlgrf8xH .img-soutitre {
  font-family: 'Muli Regular';
  color: #717d94;
  font-size: 12px;
  text-align: center;
}
.cid-tXTlgrf8xH .button-service {
  background-color: white;
  color: #43d797 !important;
  border: 2px solid #43d797;
  font-family: 'Muli Bold';
  font-weight: bold;
  font-size: 15px;
  padding: 10px 30px;
  border-radius: 5%;
  transition: .4s;
}
.cid-tXTlgrf8xH .button-service2 {
  background-color: #43d797;
  color: white !important;
  border: 2px solid #43d797;
  font-family: 'Muli Bold';
  font-weight: bold;
  font-size: 15px;
  padding: 10px 30px;
  border-radius: 5%;
  transition: .4s;
}
.cid-tXTlgrf8xH .button-service2:hover {
  background-color: white;
  color: #43d797 !important;
  border: 2px solid #43d797;
  border-radius: 0px;
}
.cid-tXTlgrf8xH .button-service:hover {
  background-color: #43d797;
  color: white !important;
}
.cid-tXTlgrf8xH select {
  border: 1px solid #43d797 !important;
  background-color: transparent !important;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.cid-tXTlgrf8xH .sellector {
  position: absolute;
  right: 10px;
  top: 37px;
  z-index: -10;
}
.cid-tXTlgrf8xH .stepy {
  margin: 15px 0px 0px 0px !important;
  text-align: left;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8);
  position: relative;
  top: 10px;
}
.cid-tXTlgrf8xH .numba {
  background-color: #43d797;
  padding: 5px 10px;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.5);
  font-weight: bold;
  font-size: 12px;
  margin-right: 10px;
}
.cid-tXTlgrf8xH input[type=range] {
  height: 34px;
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
  background-color: transparent !important;
}
.cid-tXTlgrf8xH input[type=range]:focus {
  outline: none;
}
.cid-tXTlgrf8xH input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 11px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #43d797;
  background: transparent !important;
  border-radius: 1px;
  border: 0px solid #43d797;
}
.cid-tXTlgrf8xH input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #43d797;
  border: 1px solid#43d797;
  height: 20px;
  width: 20px;
  border-radius: 15px;
  background: #43d797;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -2px;
}
.cid-tXTlgrf8xH input[type=range]:focus::-webkit-slider-runnable-track {
  background: transparent !important;
}
.cid-tXTlgrf8xH input[type=range]::-moz-range-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 1px;
  border: 0px solid #43d797;
}
.cid-tXTlgrf8xH input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #43d797;
  border: 1px solid #43d797;
  height: 15px;
  width: 15px;
  border-radius: 15px;
  background: #43d797;
  cursor: pointer;
}
.cid-tXTlgrf8xH input[type=range]::-ms-track {
  width: 100%;
  height: 11px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.cid-tXTlgrf8xH input[type=range]::-ms-fill-lower {
  background: transparent !important;
  border: 0px solid #43d797;
  border-radius: 2px;
  box-shadow: 1px 1px 1px #43d797;
}
.cid-tXTlgrf8xH input[type=range]::-ms-fill-upper {
  background: transparent !important;
  border: 0px solid #010101;
  border-radius: 2px;
  box-shadow: 1px 1px 1px #000000;
}
.cid-tXTlgrf8xH input[type=range]::-ms-thumb {
  margin-top: 1px;
  height: 15px;
  width: 15px;
  border-radius: 15px;
  background: #43d797;
  cursor: pointer;
}
.cid-tXTlgrf8xH input[type=range]:focus::-ms-fill-lower {
  background: transparent !important;
}
.cid-tXTlgrf8xH input[type=range]:focus::-ms-fill-upper {
  background: transparent !important;
}
.cid-tXTlgrf8xH .fiche p {
  width: 100% !important;
  text-align: left;
  position: relative;
}
.cid-tXTlgrf8xH .valuer {
  position: absolute;
  right: 0;
  text-align: right;
  font-weight: bold;
  color: #43d797;
  background-color: transparent;
  border: none;
}
.cid-tXTlgrf8xH .divinp {
  margin: 1rem auto;
  width: 50%;
  float: left;
}
.cid-tXTlgrf8xH .divinp input {
  border-radius: 4px !important;
}
.cid-tXTlgrf8xH .importer {
  border: 2px solid #43d797;
  padding: 10px 25px;
  color: white;
  background-color: #43d797;
  cursor: pointer;
  font-weight: bold;
  border-radius: 2px;
}
.cid-tXTlgrf8xH .importer:hover {
  background-color: #04d790;
}
.cid-tXTlgrf8xH .labeler {
  font-size: 20px;
  font-family: 'Circe Light';
  font-weight: bold;
  margin: 0px !important;
  padding: 0 !important;
  color: black !important;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 1201px) {
  .cid-tXTlgrf8xH .checkbox {
    text-align: left;
  }
  .cid-tXTlgrf8xH .checkbox label {
    width: 100%;
    margin-top: 10px;
  }
  .cid-tXTlgrf8xH .g-recaptcha {
    margin-top: 30px;
  }
  .cid-tXTlgrf8xH .tolog {
    margin-top: 30px;
  }
  .cid-tXTlgrf8xH .signup {
    width: 100%;
  }
}
.cid-tXThdlAZt5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #8c0a4e;
  background: linear-gradient(225deg, #8c0a4e 0, #005af0 75%);
}
@media (max-width: 991px) {
  .cid-tXThdlAZt5 .btn-container {
    padding-top: 2rem;
  }
}
.cid-tXThdmPkgj {
  padding-top: 60px;
  padding-bottom: 30px;
  background: linear-gradient(to right, #5b3bff, #00f2fe);
}
.cid-tXThdmPkgj .imgbotom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 70px;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-tWOABVtgxX {
  padding-top: 60px;
  background: linear-gradient(to right, #5b3bff, #00f2fe);
}
.cid-tWOABVtgxX #dfooter .dfooter-top {
  padding-top: 45px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-info {
  margin-bottom: 30px;
}
.cid-tWOABVtgxX .bg-bottom {
  background: linear-gradient(to right, #5b3bff, #00f2fe);
  position: relative;
  display: block;
  padding-bottom: 60px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-info img {
  margin-bottom: 10px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-info p {
  line-height: 25px;
  margin-bottom: 0;
  width: 300px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  position: relative;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .social-links a:hover {
  background: #4479d9;
}
.cid-tWOABVtgxX #dfooter .dfooter-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-links {
  margin-bottom: 30px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-links ul i {
  padding-right: 5px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-links ul li:first-child {
  padding-top: 0;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-contact {
  margin-bottom: 30px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-contact p {
  line-height: 26px;
}
.cid-tWOABVtgxX #dfooter .copyright {
  padding-top: 30px;
}
.cid-tWOABVtgxX ul li::before {
  content: "\700";
  color: #ffffff;
}
.cid-tWOABVtgxX H4 {
  color: #ffffff;
  text-align: left;
}
.cid-tWOABVtgxX DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tWOABVtgxX P {
  color: #ffffff;
  text-align: left;
}
.cid-tWOABVtgxX div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tWOABVtgxX .copyright a {
  text-decoration: none !important;
}
.cid-tWOABVtgxX .list,
.cid-tWOABVtgxX .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tWOABVtgxX ul li a {
  text-decoration: none !important;
}
.cid-tWOABVtgxX .copyright {
  text-align: center;
}
.cid-tWOABVtgxX .dfooter-info img {
  width: 100%;
}
.cid-tWOABVtgxX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: none !important;
  background-image: none !important;
  background-position: 0;
  text-decoration: none !important;
}
.cid-tWOABVtgxX .modal-content {
  height: 155px !important;
  background-color: #ffffff;
}
.cid-tWOABVtgxX .pmod {
  background-color: #4479d9;
  color: #ffffff;
}
.cid-tWOABVtgxX .modal-title {
  color: #2e1cab;
}
.cid-tWOABVtgxX .btn-close {
  background-color: #bbbbbb !important;
  opacity: 1;
  font-size: 10px;
}
.cid-tWOABVtgxX .modal {
  top: 50px;
}
.cid-tWOABVtgxX .modal-dialog {
  width: 680px;
  margin: auto;
}
@media only screen and (max-width: 375px) {
  .cid-tWOABVtgxX .modal-dialog {
    width: 90%;
  }
}
@media (min-width: 375px) and (max-width: 480px) {
  .cid-tWOABVtgxX .modal-dialog {
    width: 95%;
    margin: auto;
  }
}
.cid-tWOABVtgxX .flag {
  padding-left: 0 !important;
}
.cid-tWOABVtgxX ul {
  list-style: none;
}
.cid-tWOABVtgxX ul#menu li {
  display: inline !important;
  float: left;
}
.cid-tY3QofdgkX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tY3QofdgkX nav.navbar {
  position: fixed;
}
.cid-tY3QofdgkX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tY3QofdgkX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tY3QofdgkX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tY3QofdgkX .dropdown-item:hover,
.cid-tY3QofdgkX .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tY3QofdgkX .dropdown-item:hover span {
  color: white;
}
.cid-tY3QofdgkX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tY3QofdgkX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tY3QofdgkX .nav-dropdown .link {
  padding: 0 0.1em !important;
  margin: 0.1em 1em !important;
}
.cid-tY3QofdgkX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tY3QofdgkX .nav-link {
  position: relative;
}
.cid-tY3QofdgkX .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tY3QofdgkX .container {
    flex-wrap: nowrap;
  }
}
.cid-tY3QofdgkX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tY3QofdgkX .dropdown-menu,
.cid-tY3QofdgkX .navbar.opened {
  background: linear-gradient(to right, #5b3bff, #00f2fe);
}
.cid-tY3QofdgkX .nav-item:focus,
.cid-tY3QofdgkX .nav-link:focus {
  outline: none;
}
.cid-tY3QofdgkX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tY3QofdgkX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tY3QofdgkX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tY3QofdgkX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tY3QofdgkX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tY3QofdgkX .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tY3QofdgkX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: linear-gradient(to right, #5b3bff, #00f2fe);
}
.cid-tY3QofdgkX .navbar.opened {
  transition: all 0.3s;
}
.cid-tY3QofdgkX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tY3QofdgkX .navbar .navbar-logo img {
  width: auto;
}
.cid-tY3QofdgkX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tY3QofdgkX .navbar.collapsed {
  justify-content: center;
}
.cid-tY3QofdgkX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tY3QofdgkX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tY3QofdgkX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tY3QofdgkX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tY3QofdgkX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tY3QofdgkX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tY3QofdgkX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tY3QofdgkX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tY3QofdgkX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tY3QofdgkX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tY3QofdgkX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tY3QofdgkX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tY3QofdgkX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tY3QofdgkX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tY3QofdgkX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tY3QofdgkX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tY3QofdgkX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tY3QofdgkX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tY3QofdgkX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tY3QofdgkX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tY3QofdgkX .navbar.navbar-short {
  min-height: 60px;
}
.cid-tY3QofdgkX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tY3QofdgkX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tY3QofdgkX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tY3QofdgkX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tY3QofdgkX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tY3QofdgkX .dropdown-item.active,
.cid-tY3QofdgkX .dropdown-item:active {
  background-color: transparent;
}
.cid-tY3QofdgkX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tY3QofdgkX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tY3QofdgkX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tY3QofdgkX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-tY3QofdgkX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tY3QofdgkX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tY3QofdgkX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tY3QofdgkX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tY3QofdgkX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tY3QofdgkX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tY3QofdgkX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tY3QofdgkX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tY3QofdgkX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tY3QofdgkX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tY3QofdgkX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tY3QofdgkX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tY3QofdgkX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tY3QofdgkX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tY3QofdgkX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tY3QofdgkX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tY3QofdgkX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tY3QofdgkX .navbar {
    height: 70px;
  }
  .cid-tY3QofdgkX .navbar.opened {
    height: auto;
  }
  .cid-tY3QofdgkX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tY3QofdgkX .nav-item {
  letter-spacing: 1px;
  border: 2px solid transparent;
  -webkit-box-shadow: inset 1px 0px 0px -15px #ffffff;
  -moz-box-shadow: inset 1px 0px 0px -15px #ffffff;
  box-shadow: inset 1px 0px 0px -15px #ffffff;
  transition: 1s;
}
.cid-tY3QofdgkX .nav-item:hover {
  -webkit-box-shadow: inset 200px 0px 0px -15px #ffffff;
  -moz-box-shadow: inset 200px 0px 0px -15px #ffffff;
  box-shadow: inset 200px 0px 0px -15px #ffffff;
  color: #000000 !important;
  font-weight: bold;
}
.cid-tY3QofdgkX .activez {
  border: 1px solid white !important;
  border-radius: 2px;
  color: #000000;
}
.cid-tY3QofdgkX a.text-white:hover,
.cid-tY3QofdgkX a.text-white:focus,
.cid-tY3QofdgkX a.text-white.active {
  color: #070707 !important;
}
.cid-tY3Qohdx5j {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: transparent;
}
.cid-tY3Qohdx5j .imgbotom-header {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 70px;
  top: -70px;
}
.cid-tY3Qoihadc {
  padding-top: 0px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/backopac.jpg");
}
.cid-tY3Qoihadc #contain-div {
  position: relative;
  width: 100% !important;
}
.cid-tY3Qoihadc #sectioner {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 35px;
  border-radius: 5px;
  position: relative;
  margin: 3.5rem auto;
}
.cid-tY3Qoihadc .title-logo {
  font-size: 18px !important;
  color: #3194d8 !important;
  padding: 5px 15px;
  font-weight: bold;
  background-color: white;
  border: 2px solid #e6eff9;
  border-radius: 5px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  text-decoration: none !important;
}
.cid-tY3Qoihadc .selecttr p i {
  text-align: center;
  font-size: 40px;
  color: #43d797;
}
.cid-tY3Qoihadc .selecttr p {
  font-family: 'Muli Bold';
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  margin: 1rem 0px;
  text-align: center;
  opacity: .9;
}
.cid-tY3Qoihadc .selecttr:hover {
  border: 5px solid #43d797 !important;
  cursor: pointer;
}
.cid-tY3Qoihadc #logohm {
  font-size: 28px !important;
  color: #3194d8 !important;
  padding: 5px 15px;
  font-weight: bold;
  background-color: white;
  border: 2px solid white;
  border-radius: 5px;
  text-decoration: none !important;
  cursor: none;
}
.cid-tY3Qoihadc #titre {
  font-size: 18px;
  margin: 30px 0px 15px 0px;
  font-weight: 600;
  font-family: 'Open Sans';
}
.cid-tY3Qoihadc .pin {
  background-color: #babbbb;
  height: 5px;
  width: 1px;
  float: left;
  margin: 5px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
  font-size: 12px;
}
.cid-tY3Qoihadc .valuline {
  position: absolute;
  top: 2px;
  left: -10px;
}
.cid-tY3Qoihadc .autoval {
  background-color: transparent !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  outline: none !important;
  position: absolute;
  top: 35px;
  right: 0px;
  text-align: right;
  font-weight: bold;
  opacity: .8;
}
.cid-tY3Qoihadc .inputt {
  border-top: 0px solid white !important;
  border-left: 0px solid white !important;
  border-right: 0px solid white !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  width: 100%;
  outline: none !important;
  padding: 15px 30px 15px 0px;
  font-size: 15px;
  font-family: 'Open Sans';
}
.cid-tY3Qoihadc .div-input {
  position: relative;
}
.cid-tY3Qoihadc .svc {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 5px;
  color: #010101;
  font-size: 18px;
  margin: 5px 0px;
  cursor: pointer;
  transition: .4s;
}
.cid-tY3Qoihadc .svc:hover {
  font-weight: bold;
  background-color: #04d790;
  color: white;
}
.cid-tY3Qoihadc .svc img {
  width: 25px;
  height: auto;
  margin-right: 5px;
  border-radius: 2px;
}
.cid-tY3Qoihadc .checkbox label span,
.cid-tY3Qoihadc .tolog {
  color: #babbbb;
  opacity: .9;
}
.cid-tY3Qoihadc .noukou {
  position: absolute;
  top: 20px;
  right: 0;
  color: #d6d7d9;
  font-size: 15px;
  cursor: pointer;
}
.cid-tY3Qoihadc .Telf {
  position: absolute;
  top: 72px;
  left: 50px;
  color: #d6d7d9;
  font-size: 15px;
  cursor: pointer;
}
.cid-tY3Qoihadc .sti {
  color: rgba(0, 0, 0, 0.7) !important;
  opacity: .8 !important;
  font-weight: bold;
}
.cid-tY3Qoihadc .souti {
  color: #43d797 !important;
  opacity: .8 !important;
  padding: 0 !important;
  font-weight: bold;
  font-size: 22px;
}
.cid-tY3Qoihadc .desact {
  border-radius: 25px;
  padding: 1rem;
  border: 3px solid red;
  color: red;
  opacity: .7;
  font-weight: bold;
  background-color: white;
  outline: none !important;
  transition: .4s;
}
.cid-tY3Qoihadc .desact:hover {
  border-radius: 0px;
  padding: 1rem;
  border: 3px solid red;
  color: white;
  opacity: .7;
  font-weight: bold;
  background-color: red;
  outline: none !important;
}
.cid-tY3Qoihadc .editsection ul {
  list-style: none !important;
  padding: 10px;
}
.cid-tY3Qoihadc .editsection ul li a {
  text-decoration: none;
  transition: .4s;
  font-weight: 600;
}
.cid-tY3Qoihadc .editsection ul li a:hover {
  color: #43d797;
}
.cid-tY3Qoihadc .signup {
  border-radius: 50px;
  border: 1px solid #3194d8;
  background-color: #3194d8;
  color: white;
  font-family: 'Open Sans';
  font-weight: lighter;
  -webkit-box-shadow: 10px 10px 22px 3px #d8e7fb;
  -moz-box-shadow: 10px 10px 22px 3px #d8e7fb;
  box-shadow: 10px 10px 22px 3px #d8e7fb;
  transition: .4s;
}
.cid-tY3Qoihadc .signup:hover {
  color: #3194d8;
  background-color: white;
  border: 1px solid white;
}
.cid-tY3Qoihadc .g-recaptcha {
  margin: 20px 0px;
}
.cid-tY3Qoihadc .intl-tel-input {
  font-size: 15px;
  width: 100%;
}
.cid-tY3Qoihadc .country-list {
  width: 400px;
}
.cid-tY3Qoihadc .tolog {
  margin-top: 12px;
}
.cid-tY3Qoihadc .fa-power-off {
  font-size: 1rem;
  color: #3194d8;
  padding: 7px;
  border: 3px solid #e6eff9;
  border-radius: 50%;
  transition: .4s;
}
.cid-tY3Qoihadc .fa-power-off:hover {
  background-color: #3194d8;
  border: 3px solid transparent;
  color: white;
  border-radius: 50%;
}
.cid-tY3Qoihadc #arr-plan {
  background-color: #f9f9f9;
  width: 100%;
  height: 100%;
}
.cid-tY3Qoihadc .fa-spinner {
  animation: lilè 3s linear infinite;
}
.cid-tY3Qoihadc #barra_div {
  background-color: rgba(0, 0, 0, 0.2);
  width: 96%;
  margin: 2%;
  border-radius: 5px;
}
.cid-tY3Qoihadc .stperr {
  opacity: .4;
  font-size: 14px;
  float: right;
  letter-spacing: 1px;
  padding-left: 5px;
}
.cid-tY3Qoihadc #barra {
  background-color: #3194d8;
  width: 0;
  padding: 0px 10px;
  border-radius: 5px;
}
.cid-tY3Qoihadc #barra p {
  padding: 0px !important;
  margin: 0px !important;
  color: white;
}
.cid-tY3Qoihadc .transaction_div {
  background-color: white !important;
  position: fixed;
  border: 3px solid #e6eff9;
  border-radius: 10px;
  top: 50%;
  transform: translateY(-50%);
  margin: auto 32.7%;
  width: 50%;
  height: 300px;
  z-index: 999;
}
.cid-tY3Qoihadc .vertical-nav {
  min-width: 15rem;
  width: 15rem;
  height: 100%;
  margin-top: 20px;
  transition: all 0.4s;
  display: inline-block;
}
.cid-tY3Qoihadc .page-content {
  width: calc(83%);
  margin-left: 16rem;
  margin-top: 0;
  transition: all 0.4s;
  min-height: 100vh;
}
.cid-tY3Qoihadc #navbarNav {
  margin-left: 8rem;
  margin-right: 18px;
}
.cid-tY3Qoihadc .boutonadd {
  padding: 5px 10px;
  background: white;
  color: #43d797;
  border-radius: 5px;
  outline: none !important;
  border: 2px solid #43d797;
  font-weight: bold;
  transition: .4s;
}
.cid-tY3Qoihadc .boutonadd:hover {
  background: #43d797;
  color: white;
}
.cid-tY3Qoihadc .tel {
  position: absolute;
  top: 18px !important;
  left: 5px;
  color: #d6d7d9;
  font-size: 18px;
  cursor: pointer;
}
.cid-tY3Qoihadc #sec-process {
  padding: 1rem 0px;
}
.cid-tY3Qoihadc .divpapa,
.cid-tY3Qoihadc .selecttr {
  text-align: center;
  border: 5px solid white;
  border-radius: 15px;
  background-color: #f9f9f9;
  padding-top: 15px;
}
.cid-tY3Qoihadc .icon-process {
  text-align: center;
  font-size: 40px;
  color: #43d797;
}
.cid-tY3Qoihadc .img-titre {
  font-family: 'Muli Bold';
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  margin: 1rem 0px;
  text-align: center;
  opacity: .9;
}
.cid-tY3Qoihadc .img-soutitre {
  font-family: 'Muli Regular';
  color: #717d94;
  font-size: 12px;
  text-align: center;
}
.cid-tY3Qoihadc .button-service {
  background-color: white;
  color: #43d797 !important;
  border: 2px solid #43d797;
  font-family: 'Muli Bold';
  font-weight: bold;
  font-size: 15px;
  padding: 10px 30px;
  border-radius: 5%;
  transition: .4s;
}
.cid-tY3Qoihadc .button-service2 {
  background-color: #43d797;
  color: white !important;
  border: 2px solid #43d797;
  font-family: 'Muli Bold';
  font-weight: bold;
  font-size: 15px;
  padding: 10px 30px;
  border-radius: 5%;
  transition: .4s;
}
.cid-tY3Qoihadc .button-service2:hover {
  background-color: white;
  color: #43d797 !important;
  border: 2px solid #43d797;
  border-radius: 0px;
}
.cid-tY3Qoihadc .button-service:hover {
  background-color: #43d797;
  color: white !important;
}
.cid-tY3Qoihadc select {
  border: 1px solid #43d797 !important;
  background-color: transparent !important;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.cid-tY3Qoihadc .sellector {
  position: absolute;
  right: 10px;
  top: 37px;
  z-index: -10;
}
.cid-tY3Qoihadc .stepy {
  margin: 15px 0px 0px 0px !important;
  text-align: left;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8);
  position: relative;
  top: 10px;
}
.cid-tY3Qoihadc .numba {
  background-color: #43d797;
  padding: 5px 10px;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.5);
  font-weight: bold;
  font-size: 12px;
  margin-right: 10px;
}
.cid-tY3Qoihadc input[type=range] {
  height: 34px;
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
  background-color: transparent !important;
}
.cid-tY3Qoihadc input[type=range]:focus {
  outline: none;
}
.cid-tY3Qoihadc input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 11px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #43d797;
  background: transparent !important;
  border-radius: 1px;
  border: 0px solid #43d797;
}
.cid-tY3Qoihadc input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #43d797;
  border: 1px solid#43d797;
  height: 20px;
  width: 20px;
  border-radius: 15px;
  background: #43d797;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -2px;
}
.cid-tY3Qoihadc input[type=range]:focus::-webkit-slider-runnable-track {
  background: transparent !important;
}
.cid-tY3Qoihadc input[type=range]::-moz-range-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 1px;
  border: 0px solid #43d797;
}
.cid-tY3Qoihadc input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #43d797;
  border: 1px solid #43d797;
  height: 15px;
  width: 15px;
  border-radius: 15px;
  background: #43d797;
  cursor: pointer;
}
.cid-tY3Qoihadc input[type=range]::-ms-track {
  width: 100%;
  height: 11px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.cid-tY3Qoihadc input[type=range]::-ms-fill-lower {
  background: transparent !important;
  border: 0px solid #43d797;
  border-radius: 2px;
  box-shadow: 1px 1px 1px #43d797;
}
.cid-tY3Qoihadc input[type=range]::-ms-fill-upper {
  background: transparent !important;
  border: 0px solid #010101;
  border-radius: 2px;
  box-shadow: 1px 1px 1px #000000;
}
.cid-tY3Qoihadc input[type=range]::-ms-thumb {
  margin-top: 1px;
  height: 15px;
  width: 15px;
  border-radius: 15px;
  background: #43d797;
  cursor: pointer;
}
.cid-tY3Qoihadc input[type=range]:focus::-ms-fill-lower {
  background: transparent !important;
}
.cid-tY3Qoihadc input[type=range]:focus::-ms-fill-upper {
  background: transparent !important;
}
.cid-tY3Qoihadc .fiche p {
  width: 100% !important;
  text-align: left;
  position: relative;
}
.cid-tY3Qoihadc .valuer {
  position: absolute;
  right: 0;
  text-align: right;
  font-weight: bold;
  color: #43d797;
  background-color: transparent;
  border: none;
}
.cid-tY3Qoihadc .divinp {
  margin: 1rem auto;
  width: 50%;
  float: left;
}
.cid-tY3Qoihadc .divinp input {
  border-radius: 4px !important;
}
.cid-tY3Qoihadc .importer {
  border: 2px solid #43d797;
  padding: 10px 25px;
  color: white;
  background-color: #43d797;
  cursor: pointer;
  font-weight: bold;
  border-radius: 2px;
}
.cid-tY3Qoihadc .importer:hover {
  background-color: #04d790;
}
.cid-tY3Qoihadc .labeler {
  font-size: 20px;
  font-family: 'Circe Light';
  font-weight: bold;
  margin: 0px !important;
  padding: 0 !important;
  color: black !important;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 1201px) {
  .cid-tY3Qoihadc .checkbox {
    text-align: left;
  }
  .cid-tY3Qoihadc .checkbox label {
    width: 100%;
    margin-top: 10px;
  }
  .cid-tY3Qoihadc .g-recaptcha {
    margin-top: 30px;
  }
  .cid-tY3Qoihadc .tolog {
    margin-top: 30px;
  }
  .cid-tY3Qoihadc .signup {
    width: 100%;
  }
}
.cid-tY3QojEG3x {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tY3QojEG3x .modal-content {
  height: 155px !important;
  background-color: #ffffff;
}
.cid-tY3QojEG3x P {
  text-align: center;
  color: #ffffff;
}
.cid-tY3QojEG3x .pmod {
  background-color: #4479d9;
  color: #ffffff;
}
.cid-tY3QojEG3x .modal-title {
  color: #2e1cab;
}
.cid-tY3QojEG3x .btn-close {
  background-color: #bbbbbb !important;
  opacity: 1;
  font-size: 10px;
}
.cid-tY3QojEG3x .modal {
  top: 50px;
}
.cid-tY3QojEG3x .modal-dialog {
  width: 680px;
  margin: auto;
}
@media only screen and (max-width: 375px) {
  .cid-tY3QojEG3x .modal-dialog {
    width: 90%;
  }
}
@media (min-width: 375px) and (max-width: 480px) {
  .cid-tY3QojEG3x .modal-dialog {
    width: 95%;
    margin: auto;
  }
}
.cid-tY3QojEG3x .flag {
  padding-left: 0 !important;
}
.cid-tY3QojEG3x ul {
  list-style: none;
}
.cid-tY3QojEG3x ul#menu li {
  display: inline !important;
  float: left;
}
.cid-tY3Qomn6kN {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #8c0a4e;
  background: linear-gradient(225deg, #8c0a4e 0, #005af0 75%);
}
@media (max-width: 991px) {
  .cid-tY3Qomn6kN .btn-container {
    padding-top: 2rem;
  }
}
.cid-tY3QontboX {
  padding-top: 60px;
  padding-bottom: 30px;
  background: linear-gradient(to right, #5b3bff, #00f2fe);
}
.cid-tY3QontboX .imgbotom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 70px;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-tWOABVtgxX {
  padding-top: 60px;
  background: linear-gradient(to right, #5b3bff, #00f2fe);
}
.cid-tWOABVtgxX #dfooter .dfooter-top {
  padding-top: 45px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-info {
  margin-bottom: 30px;
}
.cid-tWOABVtgxX .bg-bottom {
  background: linear-gradient(to right, #5b3bff, #00f2fe);
  position: relative;
  display: block;
  padding-bottom: 60px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-info img {
  margin-bottom: 10px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-info p {
  line-height: 25px;
  margin-bottom: 0;
  width: 300px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  position: relative;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .social-links a:hover {
  background: #4479d9;
}
.cid-tWOABVtgxX #dfooter .dfooter-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-links {
  margin-bottom: 30px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-links ul i {
  padding-right: 5px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-links ul li:first-child {
  padding-top: 0;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-contact {
  margin-bottom: 30px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-contact p {
  line-height: 26px;
}
.cid-tWOABVtgxX #dfooter .copyright {
  padding-top: 30px;
}
.cid-tWOABVtgxX ul li::before {
  content: "\700";
  color: #ffffff;
}
.cid-tWOABVtgxX H4 {
  color: #ffffff;
  text-align: left;
}
.cid-tWOABVtgxX DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tWOABVtgxX P {
  color: #ffffff;
  text-align: left;
}
.cid-tWOABVtgxX div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tWOABVtgxX .copyright a {
  text-decoration: none !important;
}
.cid-tWOABVtgxX .list,
.cid-tWOABVtgxX .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tWOABVtgxX ul li a {
  text-decoration: none !important;
}
.cid-tWOABVtgxX .copyright {
  text-align: center;
}
.cid-tWOABVtgxX .dfooter-info img {
  width: 100%;
}
.cid-tWOABVtgxX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: none !important;
  background-image: none !important;
  background-position: 0;
  text-decoration: none !important;
}
.cid-tWOABVtgxX .modal-content {
  height: 155px !important;
  background-color: #ffffff;
}
.cid-tWOABVtgxX .pmod {
  background-color: #4479d9;
  color: #ffffff;
}
.cid-tWOABVtgxX .modal-title {
  color: #2e1cab;
}
.cid-tWOABVtgxX .btn-close {
  background-color: #bbbbbb !important;
  opacity: 1;
  font-size: 10px;
}
.cid-tWOABVtgxX .modal {
  top: 50px;
}
.cid-tWOABVtgxX .modal-dialog {
  width: 680px;
  margin: auto;
}
@media only screen and (max-width: 375px) {
  .cid-tWOABVtgxX .modal-dialog {
    width: 90%;
  }
}
@media (min-width: 375px) and (max-width: 480px) {
  .cid-tWOABVtgxX .modal-dialog {
    width: 95%;
    margin: auto;
  }
}
.cid-tWOABVtgxX .flag {
  padding-left: 0 !important;
}
.cid-tWOABVtgxX ul {
  list-style: none;
}
.cid-tWOABVtgxX ul#menu li {
  display: inline !important;
  float: left;
}
.cid-tY3SGsPD5Z {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tY3SGsPD5Z nav.navbar {
  position: fixed;
}
.cid-tY3SGsPD5Z .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tY3SGsPD5Z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tY3SGsPD5Z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tY3SGsPD5Z .dropdown-item:hover,
.cid-tY3SGsPD5Z .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tY3SGsPD5Z .dropdown-item:hover span {
  color: white;
}
.cid-tY3SGsPD5Z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tY3SGsPD5Z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tY3SGsPD5Z .nav-dropdown .link {
  padding: 0 0.1em !important;
  margin: 0.1em 1em !important;
}
.cid-tY3SGsPD5Z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tY3SGsPD5Z .nav-link {
  position: relative;
}
.cid-tY3SGsPD5Z .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tY3SGsPD5Z .container {
    flex-wrap: nowrap;
  }
}
.cid-tY3SGsPD5Z .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tY3SGsPD5Z .dropdown-menu,
.cid-tY3SGsPD5Z .navbar.opened {
  background: linear-gradient(to right, #5b3bff, #00f2fe);
}
.cid-tY3SGsPD5Z .nav-item:focus,
.cid-tY3SGsPD5Z .nav-link:focus {
  outline: none;
}
.cid-tY3SGsPD5Z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tY3SGsPD5Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tY3SGsPD5Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tY3SGsPD5Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tY3SGsPD5Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tY3SGsPD5Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tY3SGsPD5Z .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: linear-gradient(to right, #5b3bff, #00f2fe);
}
.cid-tY3SGsPD5Z .navbar.opened {
  transition: all 0.3s;
}
.cid-tY3SGsPD5Z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tY3SGsPD5Z .navbar .navbar-logo img {
  width: auto;
}
.cid-tY3SGsPD5Z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tY3SGsPD5Z .navbar.collapsed {
  justify-content: center;
}
.cid-tY3SGsPD5Z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tY3SGsPD5Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tY3SGsPD5Z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tY3SGsPD5Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tY3SGsPD5Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tY3SGsPD5Z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tY3SGsPD5Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tY3SGsPD5Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tY3SGsPD5Z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tY3SGsPD5Z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tY3SGsPD5Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tY3SGsPD5Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tY3SGsPD5Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tY3SGsPD5Z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tY3SGsPD5Z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tY3SGsPD5Z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tY3SGsPD5Z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tY3SGsPD5Z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tY3SGsPD5Z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tY3SGsPD5Z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tY3SGsPD5Z .navbar.navbar-short {
  min-height: 60px;
}
.cid-tY3SGsPD5Z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tY3SGsPD5Z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tY3SGsPD5Z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tY3SGsPD5Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tY3SGsPD5Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tY3SGsPD5Z .dropdown-item.active,
.cid-tY3SGsPD5Z .dropdown-item:active {
  background-color: transparent;
}
.cid-tY3SGsPD5Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tY3SGsPD5Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tY3SGsPD5Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tY3SGsPD5Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-tY3SGsPD5Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tY3SGsPD5Z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tY3SGsPD5Z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tY3SGsPD5Z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tY3SGsPD5Z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tY3SGsPD5Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tY3SGsPD5Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tY3SGsPD5Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tY3SGsPD5Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tY3SGsPD5Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tY3SGsPD5Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tY3SGsPD5Z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tY3SGsPD5Z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tY3SGsPD5Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tY3SGsPD5Z .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tY3SGsPD5Z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tY3SGsPD5Z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tY3SGsPD5Z .navbar {
    height: 70px;
  }
  .cid-tY3SGsPD5Z .navbar.opened {
    height: auto;
  }
  .cid-tY3SGsPD5Z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tY3SGsPD5Z .nav-item {
  letter-spacing: 1px;
  border: 2px solid transparent;
  -webkit-box-shadow: inset 1px 0px 0px -15px #ffffff;
  -moz-box-shadow: inset 1px 0px 0px -15px #ffffff;
  box-shadow: inset 1px 0px 0px -15px #ffffff;
  transition: 1s;
}
.cid-tY3SGsPD5Z .nav-item:hover {
  -webkit-box-shadow: inset 200px 0px 0px -15px #ffffff;
  -moz-box-shadow: inset 200px 0px 0px -15px #ffffff;
  box-shadow: inset 200px 0px 0px -15px #ffffff;
  color: #000000 !important;
  font-weight: bold;
}
.cid-tY3SGsPD5Z .activez {
  border: 1px solid white !important;
  border-radius: 2px;
  color: #000000;
}
.cid-tY3SGsPD5Z a.text-white:hover,
.cid-tY3SGsPD5Z a.text-white:focus,
.cid-tY3SGsPD5Z a.text-white.active {
  color: #070707 !important;
}
.cid-tY3SGuntKD {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: transparent;
}
.cid-tY3SGuntKD .imgbotom-header {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 70px;
  top: -70px;
}
.cid-tY3SGvieFk {
  padding-top: 0px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/backopac.jpg");
}
.cid-tY3SGvieFk #contain-div {
  position: relative;
  width: 100% !important;
}
.cid-tY3SGvieFk #sectioner {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 35px;
  border-radius: 5px;
  position: relative;
  margin: 3.5rem auto;
}
.cid-tY3SGvieFk .title-logo {
  font-size: 18px !important;
  color: #3194d8 !important;
  padding: 5px 15px;
  font-weight: bold;
  background-color: white;
  border: 2px solid #e6eff9;
  border-radius: 5px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  text-decoration: none !important;
}
.cid-tY3SGvieFk .selecttr p i {
  text-align: center;
  font-size: 40px;
  color: #43d797;
}
.cid-tY3SGvieFk .selecttr p {
  font-family: 'Muli Bold';
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  margin: 1rem 0px;
  text-align: center;
  opacity: .9;
}
.cid-tY3SGvieFk .selecttr:hover {
  border: 5px solid #43d797 !important;
  cursor: pointer;
}
.cid-tY3SGvieFk #logohm {
  font-size: 28px !important;
  color: #3194d8 !important;
  padding: 5px 15px;
  font-weight: bold;
  background-color: white;
  border: 2px solid white;
  border-radius: 5px;
  text-decoration: none !important;
  cursor: none;
}
.cid-tY3SGvieFk #titre {
  font-size: 18px;
  margin: 30px 0px 15px 0px;
  font-weight: 600;
  font-family: 'Open Sans';
}
.cid-tY3SGvieFk .pin {
  background-color: #babbbb;
  height: 5px;
  width: 1px;
  float: left;
  margin: 5px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
  font-size: 12px;
}
.cid-tY3SGvieFk .valuline {
  position: absolute;
  top: 2px;
  left: -10px;
}
.cid-tY3SGvieFk .autoval {
  background-color: transparent !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  outline: none !important;
  position: absolute;
  top: 35px;
  right: 0px;
  text-align: right;
  font-weight: bold;
  opacity: .8;
}
.cid-tY3SGvieFk .inputt {
  border-top: 0px solid white !important;
  border-left: 0px solid white !important;
  border-right: 0px solid white !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  width: 100%;
  outline: none !important;
  padding: 15px 30px 15px 0px;
  font-size: 15px;
  font-family: 'Open Sans';
}
.cid-tY3SGvieFk .div-input {
  position: relative;
}
.cid-tY3SGvieFk .svc {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 5px;
  color: #010101;
  font-size: 18px;
  margin: 5px 0px;
  cursor: pointer;
  transition: .4s;
}
.cid-tY3SGvieFk .svc:hover {
  font-weight: bold;
  background-color: #04d790;
  color: white;
}
.cid-tY3SGvieFk .svc img {
  width: 25px;
  height: auto;
  margin-right: 5px;
  border-radius: 2px;
}
.cid-tY3SGvieFk .checkbox label span,
.cid-tY3SGvieFk .tolog {
  color: #babbbb;
  opacity: .9;
}
.cid-tY3SGvieFk .noukou {
  position: absolute;
  top: 20px;
  right: 0;
  color: #d6d7d9;
  font-size: 15px;
  cursor: pointer;
}
.cid-tY3SGvieFk .Telf {
  position: absolute;
  top: 72px;
  left: 50px;
  color: #d6d7d9;
  font-size: 15px;
  cursor: pointer;
}
.cid-tY3SGvieFk .sti {
  color: rgba(0, 0, 0, 0.7) !important;
  opacity: .8 !important;
  font-weight: bold;
}
.cid-tY3SGvieFk .souti {
  color: #43d797 !important;
  opacity: .8 !important;
  padding: 0 !important;
  font-weight: bold;
  font-size: 22px;
}
.cid-tY3SGvieFk .desact {
  border-radius: 25px;
  padding: 1rem;
  border: 3px solid red;
  color: red;
  opacity: .7;
  font-weight: bold;
  background-color: white;
  outline: none !important;
  transition: .4s;
}
.cid-tY3SGvieFk .desact:hover {
  border-radius: 0px;
  padding: 1rem;
  border: 3px solid red;
  color: white;
  opacity: .7;
  font-weight: bold;
  background-color: red;
  outline: none !important;
}
.cid-tY3SGvieFk .editsection ul {
  list-style: none !important;
  padding: 10px;
}
.cid-tY3SGvieFk .editsection ul li a {
  text-decoration: none;
  transition: .4s;
  font-weight: 600;
}
.cid-tY3SGvieFk .editsection ul li a:hover {
  color: #43d797;
}
.cid-tY3SGvieFk .signup {
  border-radius: 50px;
  border: 1px solid #3194d8;
  background-color: #3194d8;
  color: white;
  padding: 10px 40px;
  font-family: 'Open Sans';
  font-weight: lighter;
  -webkit-box-shadow: 10px 10px 22px 3px #d8e7fb;
  -moz-box-shadow: 10px 10px 22px 3px #d8e7fb;
  box-shadow: 10px 10px 22px 3px #d8e7fb;
  transition: .4s;
}
.cid-tY3SGvieFk .signup:hover {
  color: #3194d8;
  background-color: white;
  border: 1px solid white;
}
.cid-tY3SGvieFk .g-recaptcha {
  margin: 20px 0px;
}
.cid-tY3SGvieFk .intl-tel-input {
  font-size: 15px;
  width: 100%;
}
.cid-tY3SGvieFk .country-list {
  width: 400px;
}
.cid-tY3SGvieFk .tolog {
  margin-top: 12px;
}
.cid-tY3SGvieFk .fa-power-off {
  font-size: 1rem;
  color: #3194d8;
  padding: 7px;
  border: 3px solid #e6eff9;
  border-radius: 50%;
  transition: .4s;
}
.cid-tY3SGvieFk .fa-power-off:hover {
  background-color: #3194d8;
  border: 3px solid transparent;
  color: white;
  border-radius: 50%;
}
.cid-tY3SGvieFk #arr-plan {
  background-color: #f9f9f9;
  width: 100%;
  height: 100%;
}
.cid-tY3SGvieFk .fa-spinner {
  animation: lilè 3s linear infinite;
}
.cid-tY3SGvieFk #barra_div {
  background-color: rgba(0, 0, 0, 0.2);
  width: 96%;
  margin: 2%;
  border-radius: 5px;
}
.cid-tY3SGvieFk .stperr {
  opacity: .4;
  font-size: 14px;
  float: right;
  letter-spacing: 1px;
  padding-left: 5px;
}
.cid-tY3SGvieFk #barra {
  background-color: #3194d8;
  width: 0;
  padding: 0px 10px;
  border-radius: 5px;
}
.cid-tY3SGvieFk #barra p {
  padding: 0px !important;
  margin: 0px !important;
  color: white;
}
.cid-tY3SGvieFk .transaction_div {
  background-color: white !important;
  position: fixed;
  border: 3px solid #e6eff9;
  border-radius: 10px;
  top: 50%;
  transform: translateY(-50%);
  margin: auto 32.7%;
  width: 50%;
  height: 300px;
  z-index: 999;
}
.cid-tY3SGvieFk .vertical-nav {
  min-width: 15rem;
  width: 15rem;
  height: 100%;
  margin-top: 20px;
  transition: all 0.4s;
  display: inline-block;
}
.cid-tY3SGvieFk .page-content {
  width: calc(83%);
  margin-left: 16rem;
  margin-top: 0;
  transition: all 0.4s;
  min-height: 100vh;
}
.cid-tY3SGvieFk #navbarNav {
  margin-left: 8rem;
  margin-right: 18px;
}
.cid-tY3SGvieFk .boutonadd {
  padding: 5px 10px;
  background: white;
  color: #43d797;
  border-radius: 5px;
  outline: none !important;
  border: 2px solid #43d797;
  font-weight: bold;
  transition: .4s;
}
.cid-tY3SGvieFk .boutonadd:hover {
  background: #43d797;
  color: white;
}
.cid-tY3SGvieFk .tel {
  position: absolute;
  top: 18px !important;
  left: 5px;
  color: #d6d7d9;
  font-size: 18px;
  cursor: pointer;
}
.cid-tY3SGvieFk #sec-process {
  padding: 1rem 0px;
}
.cid-tY3SGvieFk .divpapa,
.cid-tY3SGvieFk .selecttr {
  text-align: center;
  border: 5px solid white;
  border-radius: 15px;
  background-color: #f9f9f9;
  padding-top: 15px;
}
.cid-tY3SGvieFk .icon-process {
  text-align: center;
  font-size: 40px;
  color: #43d797;
}
.cid-tY3SGvieFk .img-titre {
  font-family: 'Muli Bold';
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  margin: 1rem 0px;
  text-align: center;
  opacity: .9;
}
.cid-tY3SGvieFk .img-soutitre {
  font-family: 'Muli Regular';
  color: #717d94;
  font-size: 12px;
  text-align: center;
}
.cid-tY3SGvieFk .button-service {
  background-color: white;
  color: #43d797 !important;
  border: 2px solid #43d797;
  font-family: 'Muli Bold';
  font-weight: bold;
  font-size: 15px;
  padding: 10px 30px;
  border-radius: 5%;
  transition: .4s;
}
.cid-tY3SGvieFk .button-service2 {
  background-color: #43d797;
  color: white !important;
  border: 2px solid #43d797;
  font-family: 'Muli Bold';
  font-weight: bold;
  font-size: 15px;
  padding: 10px 30px;
  border-radius: 5%;
  transition: .4s;
}
.cid-tY3SGvieFk .button-service2:hover {
  background-color: white;
  color: #43d797 !important;
  border: 2px solid #43d797;
  border-radius: 0px;
}
.cid-tY3SGvieFk .button-service:hover {
  background-color: #43d797;
  color: white !important;
}
.cid-tY3SGvieFk select {
  border: 1px solid #43d797 !important;
  background-color: transparent !important;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.cid-tY3SGvieFk .sellector {
  position: absolute;
  right: 10px;
  top: 37px;
  z-index: -10;
}
.cid-tY3SGvieFk .stepy {
  margin: 15px 0px 0px 0px !important;
  text-align: left;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8);
  position: relative;
  top: 10px;
}
.cid-tY3SGvieFk .numba {
  background-color: #43d797;
  padding: 5px 10px;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.5);
  font-weight: bold;
  font-size: 12px;
  margin-right: 10px;
}
.cid-tY3SGvieFk input[type=range] {
  height: 34px;
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
  background-color: transparent !important;
}
.cid-tY3SGvieFk input[type=range]:focus {
  outline: none;
}
.cid-tY3SGvieFk input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 11px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #43d797;
  background: transparent !important;
  border-radius: 1px;
  border: 0px solid #43d797;
}
.cid-tY3SGvieFk input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #43d797;
  border: 1px solid#43d797;
  height: 20px;
  width: 20px;
  border-radius: 15px;
  background: #43d797;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -2px;
}
.cid-tY3SGvieFk input[type=range]:focus::-webkit-slider-runnable-track {
  background: transparent !important;
}
.cid-tY3SGvieFk input[type=range]::-moz-range-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 1px;
  border: 0px solid #43d797;
}
.cid-tY3SGvieFk input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #43d797;
  border: 1px solid #43d797;
  height: 15px;
  width: 15px;
  border-radius: 15px;
  background: #43d797;
  cursor: pointer;
}
.cid-tY3SGvieFk input[type=range]::-ms-track {
  width: 100%;
  height: 11px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.cid-tY3SGvieFk input[type=range]::-ms-fill-lower {
  background: transparent !important;
  border: 0px solid #43d797;
  border-radius: 2px;
  box-shadow: 1px 1px 1px #43d797;
}
.cid-tY3SGvieFk input[type=range]::-ms-fill-upper {
  background: transparent !important;
  border: 0px solid #010101;
  border-radius: 2px;
  box-shadow: 1px 1px 1px #000000;
}
.cid-tY3SGvieFk input[type=range]::-ms-thumb {
  margin-top: 1px;
  height: 15px;
  width: 15px;
  border-radius: 15px;
  background: #43d797;
  cursor: pointer;
}
.cid-tY3SGvieFk input[type=range]:focus::-ms-fill-lower {
  background: transparent !important;
}
.cid-tY3SGvieFk input[type=range]:focus::-ms-fill-upper {
  background: transparent !important;
}
.cid-tY3SGvieFk .fiche p {
  width: 100% !important;
  text-align: left;
  position: relative;
}
.cid-tY3SGvieFk .valuer {
  position: absolute;
  right: 0;
  text-align: right;
  font-weight: bold;
  color: #43d797;
  background-color: transparent;
  border: none;
}
.cid-tY3SGvieFk .divinp {
  margin: 1rem auto;
  width: 50%;
  float: left;
}
.cid-tY3SGvieFk .divinp input {
  border-radius: 4px !important;
}
.cid-tY3SGvieFk .importer {
  border: 2px solid #43d797;
  padding: 10px 25px;
  color: white;
  background-color: #43d797;
  cursor: pointer;
  font-weight: bold;
  border-radius: 2px;
}
.cid-tY3SGvieFk .importer:hover {
  background-color: #04d790;
}
.cid-tY3SGvieFk .labeler {
  font-size: 20px;
  font-family: 'Circe Light';
  font-weight: bold;
  margin: 0px !important;
  padding: 0 !important;
  color: black !important;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 1201px) {
  .cid-tY3SGvieFk .checkbox {
    text-align: left;
  }
  .cid-tY3SGvieFk .checkbox label {
    width: 100%;
    margin-top: 10px;
  }
  .cid-tY3SGvieFk .g-recaptcha {
    margin-top: 30px;
  }
  .cid-tY3SGvieFk .tolog {
    margin-top: 30px;
  }
  .cid-tY3SGvieFk .signup {
    width: 100%;
  }
}
.cid-tY3SGyPYAa {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #8c0a4e;
  background: linear-gradient(225deg, #8c0a4e 0, #005af0 75%);
}
@media (max-width: 991px) {
  .cid-tY3SGyPYAa .btn-container {
    padding-top: 2rem;
  }
}
.cid-tY3SGzEnBJ {
  padding-top: 60px;
  padding-bottom: 30px;
  background: linear-gradient(to right, #5b3bff, #00f2fe);
}
.cid-tY3SGzEnBJ .imgbotom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 70px;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-tWOABVtgxX {
  padding-top: 60px;
  background: linear-gradient(to right, #5b3bff, #00f2fe);
}
.cid-tWOABVtgxX #dfooter .dfooter-top {
  padding-top: 45px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-info {
  margin-bottom: 30px;
}
.cid-tWOABVtgxX .bg-bottom {
  background: linear-gradient(to right, #5b3bff, #00f2fe);
  position: relative;
  display: block;
  padding-bottom: 60px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-info img {
  margin-bottom: 10px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-info p {
  line-height: 25px;
  margin-bottom: 0;
  width: 300px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  position: relative;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .social-links a:hover {
  background: #4479d9;
}
.cid-tWOABVtgxX #dfooter .dfooter-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-links {
  margin-bottom: 30px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-links ul i {
  padding-right: 5px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-links ul li:first-child {
  padding-top: 0;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-contact {
  margin-bottom: 30px;
}
.cid-tWOABVtgxX #dfooter .dfooter-top .dfooter-contact p {
  line-height: 26px;
}
.cid-tWOABVtgxX #dfooter .copyright {
  padding-top: 30px;
}
.cid-tWOABVtgxX ul li::before {
  content: "\700";
  color: #ffffff;
}
.cid-tWOABVtgxX H4 {
  color: #ffffff;
  text-align: left;
}
.cid-tWOABVtgxX DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tWOABVtgxX P {
  color: #ffffff;
  text-align: left;
}
.cid-tWOABVtgxX div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tWOABVtgxX .copyright a {
  text-decoration: none !important;
}
.cid-tWOABVtgxX .list,
.cid-tWOABVtgxX .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tWOABVtgxX ul li a {
  text-decoration: none !important;
}
.cid-tWOABVtgxX .copyright {
  text-align: center;
}
.cid-tWOABVtgxX .dfooter-info img {
  width: 100%;
}
.cid-tWOABVtgxX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: none !important;
  background-image: none !important;
  background-position: 0;
  text-decoration: none !important;
}
.cid-tWOABVtgxX .modal-content {
  height: 155px !important;
  background-color: #ffffff;
}
.cid-tWOABVtgxX .pmod {
  background-color: #4479d9;
  color: #ffffff;
}
.cid-tWOABVtgxX .modal-title {
  color: #2e1cab;
}
.cid-tWOABVtgxX .btn-close {
  background-color: #bbbbbb !important;
  opacity: 1;
  font-size: 10px;
}
.cid-tWOABVtgxX .modal {
  top: 50px;
}
.cid-tWOABVtgxX .modal-dialog {
  width: 680px;
  margin: auto;
}
@media only screen and (max-width: 375px) {
  .cid-tWOABVtgxX .modal-dialog {
    width: 90%;
  }
}
@media (min-width: 375px) and (max-width: 480px) {
  .cid-tWOABVtgxX .modal-dialog {
    width: 95%;
    margin: auto;
  }
}
.cid-tWOABVtgxX .flag {
  padding-left: 0 !important;
}
.cid-tWOABVtgxX ul {
  list-style: none;
}
.cid-tWOABVtgxX ul#menu li {
  display: inline !important;
  float: left;
}
