.body {
  font-family: 'Avenirltstd book', sans-serif;
  font-weight: 400;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  padding-right: 27px;
  padding-left: 27px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.container-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Montserrat, sans-serif;
  color: #8f3867;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: normal;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1440px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  background-color: transparent;
}

.section {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 116px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #9d98d3;
  background-color: hsla(0, 0%, 96%, 0.88);
}

.menu_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding: 11px 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 7px;
  -webkit-transition: color 175ms ease, background-color 200ms ease;
  transition: color 175ms ease, background-color 200ms ease;
  font-family: 'Avenirltstd book', sans-serif;
  color: #6b254b;
  font-size: 13px;
  line-height: 13px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.menu_item:hover {
  height: 35px;
  border-radius: 7px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ed389a), to(#d42d88));
  background-image: linear-gradient(180deg, #ed389a, #d42d88);
  box-shadow: 0 2px 20px -2px #fff;
  opacity: 1;
  color: #fff;
  font-weight: 100;
}

.menu_item:active {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.navbar-2 {
  width: 100vw;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 1480px;
  margin: 0px auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-right: 21px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-column-gap: 8px;
}

.nav-link {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-link-2 {
  display: block;
}

.nav-link-3 {
  display: block;
}

.brand-2 {
  margin-left: 21px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.section-2 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 1118px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-gap: 50px;
  background-color: #d5c4ed;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(72%, transparent), to(rgba(189, 130, 185, 0.81))), url('../images/rotatorbg.png');
  background-image: linear-gradient(180deg, transparent 72%, rgba(189, 130, 185, 0.81)), url('../images/rotatorbg.png');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slider {
  width: 1441px;
  height: 744px;
  border-radius: 12px;
  background-color: transparent;
}

.slide-nav {
  bottom: -18px;
}

.right-arrow {
  right: -81px;
}

.left-arrow {
  left: -81px;
}

.mask {
  width: 1441px;
  height: 720px;
  border-radius: 12px;
  background-color: transparent;
}

.slide {
  width: 100%;
  height: 100%;
}

.socialicon {
  display: none;
  padding-left: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0.71;
}

.socialicon:hover {
  opacity: 1;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.image {
  margin-bottom: 25px;
}

.div-block {
  display: block;
  width: 952px;
  height: 43px;
  margin-top: 52px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.16);
  border-radius: 69px;
  background-color: hsla(0, 0%, 95.3%, 0.26);
  -webkit-transition: all 150ms cubic-bezier(.25, .46, .45, .94);
  transition: all 150ms cubic-bezier(.25, .46, .45, .94);
  cursor: pointer;
}

.div-block:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.text-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Avenirltstd roman', sans-serif;
  color: #773969;
  line-height: 43px;
  font-weight: 100;
  text-align: center;
  letter-spacing: 0.5px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.text-block:hover {
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
}

.section-3 {
  position: relative;
  z-index: 1200;
  display: block;
  height: auto;
  margin-top: 0px;
  padding-bottom: 1px;
  background-color: transparent;
  background-image: url('../images/section3bg.png');
  background-position: 50% 417px;
  background-size: 120px;
  background-repeat: repeat-x;
  line-height: 21px;
}

.section-3.boxy {
  border-radius: 0px;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  max-width: 1441px;
  margin-top: -95px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #f7e8f0;
  border-radius: 12px;
  background-color: #f8f8f8;
  box-shadow: 0 20px 20px -6px rgba(0, 0, 0, 0.13);
}

.text-span {
  position: absolute;
  left: auto;
  top: auto;
  right: 10px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  margin-top: 0px;
  margin-bottom: 2px;
  padding-bottom: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.74);
  border-radius: 20px;
  background-color: #b42457;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 14px;
  font-weight: 600;
}

.maincards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding: 42px 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #f7e8f0;
  border-left: 1px solid #f7e8f0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f5f5f5));
  background-image: linear-gradient(180deg, #f5f5f5, #f5f5f5);
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
  font-family: 'Avenirltstd roman', sans-serif;
  color: #3e1129;
  text-align: center;
  cursor: auto;
}

.maincards:hover {
  -webkit-transform: scale(1.005);
  -ms-transform: scale(1.005);
  transform: scale(1.005);
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Avenirltstd book', sans-serif;
  color: #4e2148;
  font-size: 28px;
  font-weight: 900;
}

.heading.cards {
  margin-top: 0px;
  margin-bottom: 29px;
  font-family: Avenirltstd, sans-serif;
  color: #693062;
  font-size: 26px;
  line-height: 26px;
}

.heading.social {
  margin-top: 4px;
  margin-left: 36px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  font-family: 'Avenirltstd book', sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 21px;
  font-weight: 900;
}

.text-block-2 {
  margin-bottom: 19px;
  padding-top: 28px;
  border-top: 1px dashed #ecd7e3;
  background-image: radial-gradient(circle farthest-corner at 50% 0%, #fff 8%, hsla(0, 0%, 100%, 0) 73%);
  font-family: 'Avenirltstd roman', sans-serif;
  color: #612a5a;
  font-size: 14.5px;
  line-height: 21px;
  font-weight: 400;
}

.text-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 38px;
  padding-top: 4px;
  padding-left: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Avenirltstd, sans-serif;
  color: #ed389a;
  font-size: 16px;
  line-height: 38px;
  font-weight: 900;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-shadow: 0 2px 1px #fff;
}

.text-block-3:hover {
  color: #cc3185;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 188px;
  height: 38px;
  margin-top: 3px;
  padding-top: 0px;
  padding-right: 11px;
  padding-left: 11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #fff;
  border-radius: 8px;
  background-image: url('../images/arrowright.png');
  background-position: 138px 50%;
  background-size: 35px;
  background-repeat: no-repeat;
  -webkit-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  color: #ed3e9d;
  text-decoration: none;
  cursor: pointer;
}

.link-block:hover {
  border-bottom: 1px solid #e6e6e6;
  background-color: rgba(255, 233, 233, 0.24);
  background-position: 140px 50%;
  box-shadow: 10px 0 20px 4px #fff;
}

.logos-without-title {
  position: relative;
  padding: 60px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.clients-wrapper-three {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.clients-image-three {
  margin-right: 15px;
  margin-bottom: 10px;
  margin-left: 15px;
}

.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 59px;
  max-width: 1442px;
  margin-top: 39px;
  border-radius: 12px;
  background-image: linear-gradient(133deg, #520830 5%, #92215e 39%);
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 59px;
  padding-right: 1px;
  padding-left: 1px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2.right {
  background-color: #ae3677;
}

.footer-subscribe {
  position: relative;
  padding: 50px 30px 40px;
  border-bottom: 1px solid #e4ebf3;
}

.footer-form-two {
  margin-bottom: 40px;
  padding: 64px;
  background-color: #f5f7fa;
}

.footer-form-container-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
}

.footer-form-block-two {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-form-input {
  width: 460px;
  height: 48px;
  margin-bottom: 0px;
  padding: 12px 180px 12px 20px;
  border: 1px none #000;
}

.footer-form-input::-webkit-input-placeholder {
  color: rgba(26, 27, 31, 0.8);
}

.footer-form-input:-ms-input-placeholder {
  color: rgba(26, 27, 31, 0.8);
}

.footer-form-input::-ms-input-placeholder {
  color: rgba(26, 27, 31, 0.8);
}

.footer-form-input::placeholder {
  color: rgba(26, 27, 31, 0.8);
}

.button-primary {
  padding: 12px 25px;
  background-color: #1a1b1f;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-primary:hover {
  background-color: #32343a;
  color: #fff;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  position: absolute;
  right: 8px;
  padding: 8px 18px;
}

.footer-wrapper-three {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-block-three {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  margin-left: -20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-link-three {
  margin-right: 20px;
  margin-left: 20px;
  color: #1a1b1f;
  text-decoration: none;
}

.footer-link-three:hover {
  color: rgba(26, 27, 31, 0.75);
}

.footer-social-block-three {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1px;
  padding-right: 22px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-social-link-three {
  margin-right: 0px;
  margin-left: 0px;
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #e4ebf3;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-legal-link {
  margin-left: 24px;
  color: #3a4554;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.text-block-4 {
  margin-top: 3px;
  margin-left: -1px;
  font-family: 'Avenirltstd book', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
}

.container-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 1504px;
  margin-top: 79px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 31px;
}

.minicards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 25%;
  padding-bottom: 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #ffe9e9;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 20px 30px 1px rgba(0, 0, 0, 0.14);
  -webkit-transition: -webkit-transform 125ms cubic-bezier(.215, .61, .355, 1);
  transition: -webkit-transform 125ms cubic-bezier(.215, .61, .355, 1);
  transition: transform 125ms cubic-bezier(.215, .61, .355, 1);
  transition: transform 125ms cubic-bezier(.215, .61, .355, 1), -webkit-transform 125ms cubic-bezier(.215, .61, .355, 1);
  text-align: center;
}

.minicards:hover {
  box-shadow: 0 20px 30px 12px rgba(0, 0, 0, 0.13);
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.heading-2 {
  margin-top: 26px;
  margin-bottom: 14px;
  font-family: 'Avenirltstd roman', sans-serif;
  color: #7f4077;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-block-5 {
  margin-bottom: 14px;
  padding-right: 35px;
  padding-left: 35px;
  font-family: 'Avenirltstd roman', sans-serif;
  color: #612a5a;
  font-size: 14.5px;
  line-height: 18px;
}

.image-2 {
  height: 209px;
  -webkit-filter: saturate(57%);
  filter: saturate(57%);
  -webkit-transition: -webkit-transform 125ms ease;
  transition: -webkit-transform 125ms ease;
  transition: transform 125ms ease;
  transition: transform 125ms ease, -webkit-transform 125ms ease;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-2:hover {
  -webkit-filter: saturate(104%);
  filter: saturate(104%);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.div-block-3 {
  overflow: hidden;
}

.section-4 {
  position: relative;
  z-index: 1300;
  display: block;
  height: 643px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1532px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container-9 {
  position: relative;
  top: -64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 242px;
  max-width: 1441px;
  margin-top: -73px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 12px;
  background-image: url('../images/mobilebg2.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  margin-top: 44px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.heading-3 {
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 9px;
  font-family: 'Avenirltstd roman', sans-serif;
  color: #fff;
  font-size: 23px;
  font-weight: 900;
  letter-spacing: 1px;
}

.text-block-6 {
  position: static;
  margin-right: 0px;
  margin-left: 9px;
  font-family: 'Avenirltstd roman', sans-serif;
  color: #f1e8f3;
  font-size: 15px;
  line-height: 19px;
}

.image-3 {
  display: inline-block;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 202px;
  height: 45px;
  margin-right: 0px;
  padding-top: 11px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 9px;
  background-image: url('../images/rightarrowbutt.png'), -webkit-gradient(linear, left top, left bottom, from(#ed389a), to(#d42d88));
  background-image: url('../images/rightarrowbutt.png'), linear-gradient(180deg, #ed389a, #d42d88);
  background-position: 91% 17px, 0px 0px;
  background-size: 13px, auto;
  background-repeat: no-repeat, repeat;
  -webkit-transition: -webkit-transform 100ms linear;
  transition: -webkit-transform 100ms linear;
  transition: transform 100ms linear;
  transition: transform 100ms linear, -webkit-transform 100ms linear;
  font-family: Avenirltstd, sans-serif;
  line-height: 45px;
  font-weight: 900;
  letter-spacing: 1px;
  cursor: pointer;
}

.button:hover {
  background-color: #6f1155;
  background-image: url('../images/rightarrowbutthover.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.87)), to(rgba(255, 255, 255, 0.87)));
  background-image: url('../images/rightarrowbutthover.png'), linear-gradient(180deg, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87));
  background-position: 91% 17px, 0px 0px;
  background-size: 13px, auto;
  background-repeat: no-repeat, repeat;
  box-shadow: 0 4px 16px -4px rgba(0, 0, 0, 0.76);
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  color: #7f4077;
}

.button.elist {
  width: 333px;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  margin-top: 44px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.emaillist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 225px;
  height: 45px;
  margin-right: 0px;
  padding-top: 11px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 9px;
  background-image: url('../images/rightarrowbutt.png'), -webkit-gradient(linear, left top, left bottom, from(#ed389a), to(#d42d88));
  background-image: url('../images/rightarrowbutt.png'), linear-gradient(180deg, #ed389a, #d42d88);
  background-position: 91% 17px, 0px 0px;
  background-size: 13px, auto;
  background-repeat: no-repeat, repeat;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
  font-family: Avenirltstd, sans-serif;
  line-height: 49px;
  font-weight: 900;
  letter-spacing: 1px;
}

.emaillist:hover {
  background-color: #7f4077;
  background-image: url('../images/rightarrowbutthover.png'), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.9)), to(hsla(0, 0%, 100%, 0.9)));
  background-image: url('../images/rightarrowbutthover.png'), linear-gradient(180deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 100%, 0.9));
  background-position: 91% 17px, 0px 0px;
  background-size: 13px, auto;
  background-repeat: no-repeat, repeat;
  box-shadow: 0 4px 16px -4px rgba(0, 0, 0, 0.76);
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  color: #7f4077;
}

.emaillist.elist {
  width: 333px;
}

.container-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 1459px;
  margin-top: 46px;
  margin-bottom: 56px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 118px;
  padding-top: 7px;
  padding-left: 38px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px dotted #813d62;
}

.div-block-8 {
  width: 31%;
  min-height: auto;
  margin-left: 7px;
  padding-top: 17px;
  padding-bottom: 25px;
  padding-left: 0px;
  border-left: 1px dotted #813d62;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footersocials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 41px;
  margin-left: 0px;
  padding-right: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  border-right: 1px none #7f4f79;
  opacity: 0.37;
}

.text-block-7 {
  font-family: 'Avenirltstd book', sans-serif;
  color: #7f4f79;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.4px;
}

.footerlinks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 38px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 38px;
  list-style-type: none;
}

.list {
  display: -ms-grid;
  display: grid;
  padding-left: 21px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.75fr 0.75fr;
  grid-template-columns: 0.75fr 0.75fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  font-family: 'Avenirltstd roman', sans-serif;
  color: #7f4f79;
  font-size: 16px;
  font-weight: 400;
}

.image-4 {
  display: block;
  margin-right: 15px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.image-5 {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.image-6 {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.image-7 {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.link {
  width: 100%;
  height: 16px;
  padding-right: 18px;
  padding-left: 18px;
  border-left: 2px solid transparent;
  color: #7e4477;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.link:hover {
  border-left: 2px solid #ca3385;
  color: #ca3385;
}

.image-8 {
  display: block;
}

.image-9 {
  display: block;
}

.image-10 {
  display: block;
}

.image-11 {
  display: block;
}

.follow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1px;
  padding-right: 22px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 34px;
  grid-row-gap: 34px;
}

.div-block-10 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/bgbg.png');
  background-position: 112% 109%;
  background-size: auto;
  background-repeat: no-repeat;
}

.heading-4 {
  font-family: Avenirltstd, sans-serif;
  color: #af2689;
  font-size: 35px;
  line-height: 67px;
  font-weight: 900;
}

.div-block-11 {
  width: 44%;
  margin-left: 47px;
}

.image-12 {
  position: relative;
  left: 0px;
}

.text-span-2 {
  color: #7f4077;
  font-size: 84px;
}

.text-block-8 {
  margin-bottom: 26px;
  font-family: 'Avenirltstd roman', sans-serif;
  color: #7f4077;
  font-size: 17px;
  line-height: 26px;
}

.ctabutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 167px;
  height: 45px;
  margin-right: 0px;
  padding-top: 11px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 9px;
  background-image: url('../images/rightarrowbutt.png'), -webkit-gradient(linear, left top, left bottom, from(#ed389a), to(#d42d88));
  background-image: url('../images/rightarrowbutt.png'), linear-gradient(180deg, #ed389a, #d42d88);
  background-position: 91% 17px, 0px 0px;
  background-size: 13px, auto;
  background-repeat: no-repeat, repeat;
  -webkit-transition: -webkit-transform 100ms linear;
  transition: -webkit-transform 100ms linear;
  transition: transform 100ms linear;
  transition: transform 100ms linear, -webkit-transform 100ms linear;
  font-family: 'Avenirltstd roman', sans-serif;
  line-height: 49px;
  font-weight: 900;
  letter-spacing: 1px;
  cursor: pointer;
}

.ctabutton:hover {
  background-color: #6f1155;
  background-image: url('../images/rightarrowbutthover.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.87)), to(rgba(255, 255, 255, 0.87)));
  background-image: url('../images/rightarrowbutthover.png'), linear-gradient(180deg, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87));
  background-position: 91% 17px, 0px 0px;
  background-size: 13px, auto;
  background-repeat: no-repeat, repeat;
  box-shadow: 0 4px 16px -4px rgba(0, 0, 0, 0.76);
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  color: #7f4077;
}

.ctabutton.elist {
  width: 333px;
}

.section-5 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
}

.container-11 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100vw;
  min-height: 547px;
  background-image: url('../images/bginner.jpg');
  background-position: 50% 32%;
  background-repeat: no-repeat;
}

.div-block-12 {
  position: relative;
  width: 100%;
  min-height: 899px;
  padding-bottom: 37px;
  border-bottom: 1px solid #e0c4d3;
  background-color: #fff;
}

.innerpagesection {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 900;
  display: block;
  min-height: 1118px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-gap: 50px;
  background-color: #d5c4ed;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(72%, transparent), to(rgba(189, 130, 185, 0.81))), url('../images/rotatorbg.png');
  background-image: linear-gradient(180deg, transparent 72%, rgba(189, 130, 185, 0.81)), url('../images/rotatorbg.png');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.container-12 {
  position: relative;
  top: -159px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1441px;
  min-height: 600px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.sidebar {
  width: 367px;
}

.div-block-13 {
  width: 1074px;
  padding-left: 42px;
}

.heading-5 {
  margin-bottom: 87px;
  font-family: 'Avenirltstd book', sans-serif;
  color: #500d31;
}

.text-span-3 {
  font-family: Avenirltstd, sans-serif;
  color: #5e2650;
  font-size: 69px;
  line-height: 69px;
}

.text-block-9 {
  font-family: 'Avenirltstd roman', sans-serif;
  color: #794d73;
  font-size: 14.5px;
  line-height: 27px;
  font-weight: 400;
}

.image-13 {
  margin-bottom: 0px;
}

.text-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 29px;
  margin-bottom: 11px;
  background-image: url('../images/line.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: repeat-x;
}

.text-span-4 {
  margin-right: auto;
  margin-left: auto;
  padding-right: 9px;
  padding-left: 9px;
  background-color: #fff;
  color: #251723;
  text-align: center;
  letter-spacing: 5px;
}

.list-item {
  height: 51px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 51px;
  padding-right: 15px;
  padding-left: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d8aed2;
  background-image: url('../images/rightarrowbutthover.png');
  background-position: 95% 50%;
  background-size: 9px;
  background-repeat: no-repeat;
  font-family: 'Avenirltstd roman', sans-serif;
  text-decoration: none;
}

.text-block-11 {
  width: 1005px;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  font-family: 'Avenirltstd roman', sans-serif;
  color: #85327a;
  font-size: 16px;
  line-height: 51px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-block-11:hover {
  font-family: Avenirltstd, sans-serif;
  font-weight: 400;
}

.list-2 {
  margin-bottom: 15px;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 202px;
  height: 45px;
  margin-right: 0px;
  padding-top: 11px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 9px;
  background-image: url('../images/rightarrowbutt.png'), -webkit-gradient(linear, left top, left bottom, from(#ed389a), to(#d42d88));
  background-image: url('../images/rightarrowbutt.png'), linear-gradient(180deg, #ed389a, #d42d88);
  background-position: 91% 17px, 0px 0px;
  background-size: 13px, auto;
  background-repeat: no-repeat, repeat;
  -webkit-transition: -webkit-transform 100ms linear;
  transition: -webkit-transform 100ms linear;
  transition: transform 100ms linear;
  transition: transform 100ms linear, -webkit-transform 100ms linear;
  font-family: Avenirltstd, sans-serif;
  line-height: 49px;
  font-weight: 900;
  letter-spacing: 1px;
  cursor: pointer;
}

.button-2:hover {
  background-color: #6f1155;
  background-image: url('../images/rightarrowbutthover.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.87)), to(rgba(255, 255, 255, 0.87)));
  background-image: url('../images/rightarrowbutthover.png'), linear-gradient(180deg, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87));
  background-position: 91% 17px, 0px 0px;
  background-size: 13px, auto;
  background-repeat: no-repeat, repeat;
  box-shadow: 0 4px 16px -4px rgba(0, 0, 0, 0.76);
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  color: #7f4077;
}

.emaillist-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 225px;
  height: 45px;
  margin-right: 0px;
  padding-top: 11px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 9px;
  background-image: url('../images/rightarrowbutt.png'), -webkit-gradient(linear, left top, left bottom, from(#ed389a), to(#d42d88));
  background-image: url('../images/rightarrowbutt.png'), linear-gradient(180deg, #ed389a, #d42d88);
  background-position: 91% 17px, 0px 0px;
  background-size: 13px, auto;
  background-repeat: no-repeat, repeat;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
  font-family: Avenirltstd, sans-serif;
  line-height: 49px;
  font-weight: 900;
  letter-spacing: 1px;
}

.emaillist-2:hover {
  background-color: #7f4077;
  background-image: url('../images/rightarrowbutthover.png'), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.9)), to(hsla(0, 0%, 100%, 0.9)));
  background-image: url('../images/rightarrowbutthover.png'), linear-gradient(180deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 100%, 0.9));
  background-position: 91% 17px, 0px 0px;
  background-size: 13px, auto;
  background-repeat: no-repeat, repeat;
  box-shadow: 0 4px 16px -4px rgba(0, 0, 0, 0.76);
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  color: #7f4077;
}

.section-6 {
  position: relative;
  z-index: 1500;
  margin-bottom: 0px;
}

.container-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  max-width: 100vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c0b8bf;
}

.text-block-12 {
  color: #fff;
  font-size: 13px;
}

.klmconnect {
  position: relative;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 242px;
  max-width: 1441px;
  margin-top: 52px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 12px;
  background-image: url('../images/mobilebg2.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-7 {
  position: absolute;
  top: 0px;
  z-index: 2000;
  display: block;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#351325), color-stop(27%, #850c4e), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.88)), to(rgba(255, 255, 255, 0.88)));
  background-image: linear-gradient(180deg, #351325, #850c4e 27%, #fff), linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.88));
}

.container-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1288px;
  max-width: 1441px;
  padding-top: 66px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-14 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 74%;
  max-width: none;
  min-width: 1400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 7px;
  background-image: url('../images/modal.png'), url('../images/pastormodal.png'), url('../images/connected.png'), -webkit-gradient(linear, left top, left bottom, from(#e4ceda), to(#fff));
  background-image: url('../images/modal.png'), url('../images/pastormodal.png'), url('../images/connected.png'), linear-gradient(180deg, #e4ceda, #fff);
  background-position: 50% -557%, 0% -36%, 36% 0%, 0px 0px;
  background-size: cover, 600px, 484px, auto;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat;
  box-shadow: 0 1px 16px -7px #000;
  opacity: 1;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20%;
  margin-top: 0px;
  padding-top: 71px;
  padding-right: 47px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-block-13 {
  height: 113px;
  font-family: 'Avenirltstd book', sans-serif;
  color: #be75b5;
  font-size: 28px;
  line-height: 34px;
  text-align: right;
  text-transform: uppercase;
}

.text-span-5 {
  height: auto;
  font-family: Avenirltstd, sans-serif;
  color: #703668;
  font-size: 51px;
  line-height: 47px;
  font-weight: 900;
  text-transform: uppercase;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80%;
  padding-right: 160px;
  padding-bottom: 42px;
  padding-left: 160px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tabactive {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  margin-right: 1px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px 8px 0px 0px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(121, 54, 112, 0.98)), to(rgba(128, 64, 119, 0.36)));
  background-image: linear-gradient(180deg, rgba(121, 54, 112, 0.98), rgba(128, 64, 119, 0.36));
  color: #fff;
  font-weight: 300;
}

.tabactive.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 61px;
  margin-right: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ddc3d9), color-stop(58%, #fff));
  background-image: linear-gradient(180deg, #ddc3d9, #fff 58%);
  color: #472f44;
}

.tabs-content {
  height: 449px;
  border-radius: 8px 0px 8px 8px;
  background-color: #fff;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 61px;
  margin-bottom: -5px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.tab-link-tab-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 49px;
  margin-right: 1px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.tab-link-tab-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 49px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.text-block-14 {
  font-family: 'Avenirltstd roman', sans-serif;
}

.tab-pane-tab-1 {
  height: 100%;
  padding-top: 63px;
  padding-right: 66px;
  padding-left: 66px;
}

.div-block-17 {
  position: absolute;
  left: auto;
  top: -21px;
  right: -21px;
  bottom: auto;
  width: 43px;
  height: 43px;
  border-radius: 100%;
  background-color: #8b2929;
  box-shadow: 0 1px 19px 0 #000;
  cursor: pointer;
}

.div-block-17:hover {
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
}

.text-block-15 {
  width: 43px;
  height: 43px;
  text-align: center;
}

.text-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 43px;
  height: 43px;
  padding-top: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Varela Round', sans-serif;
  color: #ffe4fb;
  font-size: 25px;
  line-height: 43px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.link-2 {
  width: 120.2109375px;
  margin-top: 29px;
  font-family: 'Avenirltstd roman', sans-serif;
  color: #e9a0c8;
  font-size: 22px;
  font-weight: 400;
  text-decoration: none;
}

.text-block-17 {
  font-family: 'Avenirltstd roman', sans-serif;
  color: #dbb4b4;
  font-size: 26px;
  line-height: 26px;
  text-decoration: none;
}

.text-block-17:hover {
  color: #fff;
  text-decoration: none;
}

.link-block-3 {
  height: 26px;
  margin-top: 25px;
  padding-right: 45px;
  background-image: url('../images/rightarrowbutt.png');
  background-position: 166px 4px;
  background-size: 13px;
  background-repeat: no-repeat;
  -webkit-transition: background-position 175ms cubic-bezier(.175, .885, .32, 1.275);
  transition: background-position 175ms cubic-bezier(.175, .885, .32, 1.275);
  font-family: 'Avenirltstd roman', sans-serif;
  font-size: 26px;
  line-height: 26px;
  text-decoration: none;
}

.link-block-3:hover {
  background-position: 174px 4px;
}

.text-field {
  border-radius: 3px;
  background-color: #dbdbdb;
}

.text-field-2 {
  background-color: #dbdbdb;
}

.textarea {
  border-radius: 3px;
  background-color: #dbdbdb;
}

.button-copy {
  position: relative;
  left: auto;
  right: -801px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 148px;
  height: 45px;
  margin-top: 31px;
  margin-right: 0px;
  padding-top: 0px;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 9px;
  background-image: url('../images/rightarrowbutt.png'), -webkit-gradient(linear, left top, left bottom, from(#ed389a), to(#d42d88));
  background-image: url('../images/rightarrowbutt.png'), linear-gradient(180deg, #ed389a, #d42d88);
  background-position: 91% 17px, 0px 0px;
  background-size: 13px, auto;
  background-repeat: no-repeat, repeat;
  -webkit-transition: -webkit-transform 100ms linear;
  transition: -webkit-transform 100ms linear;
  transition: transform 100ms linear;
  transition: transform 100ms linear, -webkit-transform 100ms linear;
  font-family: Avenirltstd, sans-serif;
  line-height: 45px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}

.button-copy:hover {
  background-color: #6f1155;
  background-image: url('../images/rightarrowbutthover.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.87)), to(rgba(255, 255, 255, 0.87)));
  background-image: url('../images/rightarrowbutthover.png'), linear-gradient(180deg, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87));
  background-position: 91% 17px, 0px 0px;
  background-size: 13px, auto;
  background-repeat: no-repeat, repeat;
  box-shadow: 0 4px 16px -4px rgba(0, 0, 0, 0.76);
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  color: #7f4077;
}

.button-copy.elist {
  width: 333px;
}

.form {
  position: relative;
}

.tab-pane-tab-3 {
  padding-right: 0px;
  padding-left: 0px;
}

.image-14 {
  -webkit-transform: translate(0px, -300px);
  -ms-transform: translate(0px, -300px);
  transform: translate(0px, -300px);
}

.link-block-4 {
  text-decoration: none;
}

.container-10-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 1459px;
  margin-top: 0px;
  margin-bottom: 56px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-block-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 188px;
  height: 38px;
  margin-top: 3px;
  padding-top: 0px;
  padding-right: 11px;
  padding-left: 11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #fff;
  border-radius: 8px;
  background-image: url('../images/arrowright.png');
  background-position: 138px 50%;
  background-size: 35px;
  background-repeat: no-repeat;
  -webkit-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  color: #ed3e9d;
  text-decoration: none;
  cursor: pointer;
}

.link-block-copy:hover {
  border-bottom: 1px solid #e6e6e6;
  background-color: rgba(255, 233, 233, 0.24);
  background-position: 140px 50%;
  box-shadow: 10px 0 20px 4px #fff;
}

.link-block-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 188px;
  height: 38px;
  margin-top: 3px;
  padding-top: 0px;
  padding-right: 11px;
  padding-left: 11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #fff;
  border-radius: 8px;
  background-image: url('../images/arrowright.png');
  background-position: 138px 50%;
  background-size: 35px;
  background-repeat: no-repeat;
  -webkit-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  color: #ed3e9d;
  text-decoration: none;
  cursor: pointer;
}

.link-block-copy:hover {
  border-bottom: 1px solid #e6e6e6;
  background-color: rgba(255, 233, 233, 0.24);
  background-position: 140px 50%;
  box-shadow: 10px 0 20px 4px #fff;
}

.link-block-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 188px;
  height: 38px;
  margin-top: 3px;
  padding-top: 0px;
  padding-right: 11px;
  padding-left: 11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #fff;
  border-radius: 8px;
  background-image: url('../images/arrowright.png');
  background-position: 138px 50%;
  background-size: 35px;
  background-repeat: no-repeat;
  -webkit-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  color: #ed3e9d;
  text-decoration: none;
  cursor: pointer;
}

.link-block-copy:hover {
  border-bottom: 1px solid #e6e6e6;
  background-color: rgba(255, 233, 233, 0.24);
  background-position: 140px 50%;
  box-shadow: 10px 0 20px 4px #fff;
}

.link-block-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 188px;
  height: 38px;
  margin-top: 3px;
  padding-top: 0px;
  padding-right: 11px;
  padding-left: 11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #fff;
  border-radius: 8px;
  background-image: url('../images/arrowright.png');
  background-position: 138px 50%;
  background-size: 35px;
  background-repeat: no-repeat;
  -webkit-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  color: #ed3e9d;
  text-decoration: none;
  cursor: pointer;
}

.link-block-copy:hover {
  border-bottom: 1px solid #e6e6e6;
  background-color: rgba(255, 233, 233, 0.24);
  background-position: 140px 50%;
  box-shadow: 10px 0 20px 4px #fff;
}

.div-block-22 {
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #dbd3d3;
  border-radius: 16px;
  box-shadow: 0 12px 20px -11px rgba(0, 0, 0, 0.88);
}

@media screen and (max-width: 991px) {
  .section {
    position: relative;
    height: 136px;
  }

  .menu_item {
    padding-right: 11px;
    padding-left: 11px;
    font-size: 12px;
    line-height: 12px;
  }

  .container-3 {
    position: relative;
    width: 100%;
    max-width: none;
    padding-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav-menu-2 {
    margin-top: -14px;
    margin-right: 10px;
    margin-bottom: 0px;
    grid-column-gap: 10px;
  }

  .brand-2 {
    margin-left: 0px;
  }

  .menu-button {
    display: none;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .section-2 {
    min-height: auto;
    grid-row-gap: 18px;
    background-image: url('../images/rotatorbg.png');
    background-position: 50% 0%;
  }

  .slider {
    width: 100vw;
    height: auto;
    margin-top: 24px;
    padding-bottom: 44px;
  }

  .slide-nav {
    bottom: 0px;
    margin-bottom: 0px;
  }

  .mask {
    width: auto;
    height: auto;
  }

  .image {
    display: block;
  }

  .div-block {
    display: block;
    width: auto;
    height: auto;
    margin-top: 20px;
    margin-right: 28px;
    margin-left: 28px;
    padding: 11px 17px;
  }

  .text-block {
    width: auto;
    font-size: 11px;
    line-height: 26px;
  }

  .section-3 {
    background-color: #fff;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .container-4 {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0px;
  }

  .text-span {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .maincards {
    width: 100%;
    padding-right: 25px;
    padding-bottom: 35px;
    padding-left: 25px;
    border-bottom: 1px solid #efd5e5;
  }

  .heading.social {
    margin-left: 17px;
    font-size: 14px;
  }

  .text-block-2 {
    padding-top: 14px;
    background-image: none;
  }

  .container-5 {
    max-width: 728px;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

  .container-6 {
    margin-top: 0px;
    border-radius: 0px;
  }

  .div-block-2.right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 0px;
  }

  .text-block-4 {
    font-size: 11px;
  }

  .container-7 {
    display: -ms-grid;
    display: grid;
    margin-top: 16px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-areas: "Area-2 Area-3"
      "Area .";
    -ms-grid-columns: 1fr 0px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 0px auto;
    grid-template-rows: auto auto;
  }

  .minicards {
    width: 95%;
    height: 97%;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    border-radius: 5px;
  }

  .image-2 {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .div-block-3 {
    width: 100%;
  }

  .container-9 {
    margin-top: 20px;
    border-radius: 0px;
  }

  .div-block-4 {
    width: 34%;
    margin-top: 43px;
    padding-bottom: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .text-block-6 {
    font-size: 13px;
  }

  .div-block-5 {
    width: 22%;
    margin-left: 18px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .button {
    width: auto;
  }

  .div-block-6 {
    width: 32%;
    margin-left: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-row-align: center;
    align-self: center;
    grid-row-gap: 13px;
  }

  .emaillist {
    width: auto;
  }

  .container-10 {
    padding-right: 29px;
    padding-left: 29px;
  }

  .div-block-7 {
    padding-left: 15px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-left-style: none;
  }

  .div-block-8 {
    padding-top: 0px;
  }

  .div-block-9 {
    width: 23vw;
  }

  .footersocials {
    margin-top: 40px;
  }

  .text-block-7 {
    padding-left: 20px;
    border-left: 1px dotted #813d62;
    font-size: 14px;
    line-height: 22px;
  }

  .footerlinks {
    height: auto;
    min-height: 38px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .list {
    margin-left: 19px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: start;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    -ms-grid-rows: minmax(auto, 0.25fr) minmax(auto, 0.25fr);
    grid-template-rows: minmax(auto, 0.25fr) minmax(auto, 0.25fr);
  }

  .link {
    height: auto;
    padding-left: 0px;
    font-size: 14px;
    line-height: 26px;
  }

  .follow {
    margin-top: 0px;
  }

  .div-block-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 37px;
    padding-left: 37px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-4 {
    margin-top: 9px;
    font-size: 27px;
    line-height: 52px;
    text-align: center;
  }

  .div-block-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-12 {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .text-span-2 {
    font-size: 73px;
    line-height: 59px;
  }

  .text-block-8 {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
  }

  .div-block-12 {
    min-height: auto;
    margin-bottom: -426px;
    padding-bottom: 0px;
  }

  .container-12 {
    top: -477px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sidebar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-13 {
    width: auto;
    padding-right: 22px;
    padding-left: 22px;
  }

  .heading-5 {
    margin-top: 10px;
    margin-bottom: 23px;
    font-size: 28px;
    text-align: center;
  }

  .text-span-3 {
    font-family: 'Avenirltstd roman', sans-serif;
    font-size: 54px;
  }

  .text-block-9 {
    font-size: 16px;
    line-height: 30px;
  }

  .image-13 {
    margin-bottom: 0px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .text-block-10 {
    margin-right: 23px;
    margin-left: 23px;
  }

  .list-item {
    margin-right: 11px;
    margin-left: 11px;
  }

  .link-block-2 {
    margin-right: 15px;
    margin-left: 15px;
    background-position: 90% 50%;
  }

  .text-block-11 {
    margin-right: 56px;
    margin-left: 56px;
    font-size: 15px;
  }

  .list-2 {
    background-color: #fff;
  }

  .klmconnect {
    margin-top: 0px;
    padding-left: 19px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .section-7 {
    padding-top: 22px;
    padding-bottom: 0px;
  }

  .container-14 {
    height: auto;
    padding-top: 0px;
  }

  .div-block-14 {
    width: 90vw;
    height: 999px;
    min-width: auto;
    margin-bottom: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-position: 50% 57%, 50% -33%, 36% 0%, 0px 0px;
    background-size: 730px, 600px, 484px, auto;
  }

  .div-block-15 {
    padding-top: 53px;
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-13 {
    font-size: 3vw;
    line-height: 7vw;
    text-align: center;
  }

  .text-span-5 {
    color: #ffb4f5;
    font-size: 6vw;
    line-height: 7vw;
    text-align: center;
  }

  .div-block-16 {
    height: auto;
    padding: 0px 49px 34px;
    background-color: transparent;
    background-image: url('../images/bgfuscia.png');
    background-position: 50% -39%;
    background-repeat: repeat-x;
  }

  .tabs {
    padding-top: 0px;
  }

  .tabactive.w--current {
    margin-right: 0px;
  }

  .tabs-content {
    height: auto;
  }

  .tabs-menu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tab-pane-tab-1._3rdtab {
    height: auto;
  }

  .container-10-copy {
    padding-left: 6px;
  }

  .div-block-18 {
    display: block;
    width: 87%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-19 {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .div-block-20 {
    width: 100%;
  }

  .div-block-21 {
    width: 100%;
  }

  .div-block-22 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 258px;
    height: auto;
    margin-bottom: -26px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    border-style: solid;
    border-width: 5px;
    border-color: #fff;
    border-radius: 20px;
    box-shadow: 0 7px 13px -10px #000;
  }

  .div-block-23 {
    width: 100%;
    padding-top: 67px;
    background-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .section {
    position: fixed;
    z-index: 5000;
    background-color: hsla(0, 0%, 100%, 0.81);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
  }

  .menu_item {
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0px;
    background-color: #fff;
    -webkit-transition-duration: 175ms, 100ms;
    transition-duration: 175ms, 100ms;
  }

  .menu_item:hover {
    border-radius: 0px;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a03692), to(#a03692));
    background-image: linear-gradient(180deg, #a03692, #a03692);
  }

  .navbar-2 {
    z-index: 5000;
  }

  .container-3 {
    z-index: 5000;
    padding-left: 18px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .nav-menu-2 {
    z-index: 5000;
    margin-top: 0px;
    margin-right: 0px;
    background-color: #fff;
  }

  .brand-2 {
    width: 176px;
  }

  .menu-button.w--open {
    background-color: #fff;
    color: #bb2b79;
  }

  .section-2 {
    margin-top: 138px;
  }

  .slider {
    margin-top: 24px;
  }

  .div-block {
    display: block;
    margin-top: 16px;
    border-style: none;
    background-color: transparent;
  }

  .text-block {
    color: #fff;
    font-size: 14px;
    line-height: 23px;
  }

  .text-span {
    top: -45%;
    right: -5%;
    padding-bottom: 2px;
    background-color: #442a33;
  }

  .maincards {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading.cards {
    height: 42px;
    margin-bottom: 0px;
    padding-right: 3px;
    border-bottom: 3px solid #ee56a8;
    line-height: 35px;
  }

  .heading.social {
    margin-left: 0px;
    font-size: 14px;
    line-height: 16px;
  }

  .text-block-2 {
    padding-top: 26px;
    text-align: left;
  }

  .link-block {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    border-bottom-color: #d1c4cb;
  }

  .logos-without-title {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-right: 20px;
    margin-bottom: 30px;
    margin-left: 20px;
  }

  .container-6 {
    height: 97px;
    margin-bottom: 56px;
  }

  .div-block-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-block-2.right {
    width: 75%;
    height: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-subscribe {
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer-form-container-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0px;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 0px;
    padding-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .text-block-4 {
    font-size: 14px;
    text-align: center;
  }

  .container-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .minicards {
    width: 100%;
    -webkit-transition-property: none;
    transition-property: none;
  }

  .minicards:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .heading-2 {
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .text-block-5 {
    text-align: center;
  }

  .image-2:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .container-9 {
    overflow: visible;
    height: 32vw;
    margin-top: 78px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-4 {
    display: none;
    width: 24%;
  }

  .text-block-6 {
    font-size: 12px;
  }

  .div-block-5 {
    width: auto;
    margin-right: 9px;
    margin-left: 27px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .button {
    min-width: 194.5px;
    padding-right: 32px;
    font-size: 12px;
  }

  .div-block-6 {
    width: auto;
    margin-top: 61px;
    margin-bottom: 3vw;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-column-gap: 12px;
  }

  .emaillist {
    width: auto;
    padding-right: 38px;
    font-size: 12px;
  }

  .container-10 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-7 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-block-8 {
    width: 74%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-left-style: none;
  }

  .div-block-9 {
    width: 71vw;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 36px;
  }

  .footersocials {
    margin-top: 10px;
  }

  .text-block-7 {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    border-left-style: none;
    font-size: 1.7vw;
    line-height: 3vw;
    text-align: center;
  }

  .footerlinks {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .list {
    margin-right: auto;
    margin-left: auto;
    grid-column-gap: 1px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .image-4 {
    margin-right: 9px;
  }

  .link {
    padding-right: 10px;
    padding-left: 8px;
    font-size: 14px;
    text-align: center;
  }

  .follow {
    margin-top: 10px;
    padding-right: 0px;
  }

  .text-span-2 {
    font-size: 81px;
  }

  .text-block-8 {
    text-align: center;
  }

  .container-11 {
    background-position: 56% 0%;
    background-size: cover;
  }

  .div-block-12 {
    border-bottom-style: none;
  }

  .container-12 {
    top: -1px;
  }

  .sidebar {
    padding-left: 11px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #fff;
  }

  .div-block-13 {
    margin-top: 40px;
    margin-bottom: 450px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .heading-5 {
    line-height: 14px;
    text-align: left;
  }

  .text-span-3 {
    font-family: 'Avenirltstd roman', sans-serif;
    font-size: 40px;
  }

  .text-block-9 {
    font-size: 15px;
  }

  .text-block-10 {
    margin-right: 10px;
    margin-left: 28px;
  }

  .text-span-4 {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #775873;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 12px;
  }

  .list-item {
    height: auto;
  }

  .link-block-2 {
    width: 100%;
    height: 39px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-image: none;
    line-height: 39px;
  }

  .text-block-11 {
    width: auto;
    margin-left: 0px;
    padding-right: 19px;
    background-image: url('../images/rightarrowbutthover.png');
    background-position: 100% 50%;
    background-size: 8px;
    background-repeat: no-repeat;
    font-family: Avenirltstd, sans-serif;
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
  }

  .list-2 {
    padding-left: 15px;
  }

  .button-2 {
    width: auto;
    height: 7vw;
    min-width: 225px;
    margin-right: 10px;
    background-position: 200px 50%, 0px 0px;
    background-size: 1vh, auto;
  }

  .emaillist-2 {
    width: auto;
    height: 7vw;
    min-width: 225px;
    background-position: 200px 50%, 0px 0px;
    background-size: 1vh, auto;
  }

  .klmconnect {
    z-index: 2000;
    overflow: visible;
    height: 208px;
    margin-top: 81px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 0px;
  }

  .container-14 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-14 {
    margin-top: 23px;
    border-radius: 8px;
  }

  .text-block-13 {
    font-size: 5vw;
    text-align: right;
  }

  .text-span-5 {
    font-size: 8vw;
  }

  .div-block-16 {
    padding-right: 17px;
    padding-left: 17px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  .tabactive {
    padding-right: 17px;
    padding-left: 17px;
  }

  .tabs-content {
    border-top-right-radius: 8px;
  }

  .div-block-17 {
    width: 6vw;
    height: 6vw;
  }

  .text-block-16 {
    width: 6vw;
    height: 6vw;
    font-size: 2vw;
    line-height: 2vw;
  }

  .image-14 {
    display: none;
  }

  .link-block-4 {
    width: 6vw;
    height: 6vw;
  }

  .container-10-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .link-block-copy {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .link-block-copy {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .link-block-copy {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-bottom-color: #cfcdcd;
  }

  .link-block-copy {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-block-22 {
    width: 395px;
    margin-top: -115px;
    margin-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-23 {
    padding-top: 26px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    position: fixed;
    z-index: 2500;
    height: 81px;
    border-bottom-style: none;
    border-bottom-color: #fff;
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0 1px 16px -8px #000;
  }

  .menu_item {
    border-radius: 0px;
  }

  .menu_item:hover {
    border-radius: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#cf2c85), to(#94195c));
    background-image: linear-gradient(180deg, #cf2c85, #94195c);
  }

  .navbar-2 {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: auto;
    display: block;
  }

  .container-3 {
    padding-left: 10px;
  }

  .nav-menu-2 {
    width: 100vw;
    height: auto;
    margin-top: 0px;
    background-color: #fff;
  }

  .brand-2 {
    width: 34vw;
    min-width: auto;
    padding-left: 0px;
  }

  .menu-button.w--open {
    background-color: transparent;
    color: #ca3385;
  }

  .section-2 {
    margin-top: 80px;
    padding-top: 0vw;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .slider {
    margin-top: 10px;
    padding-top: 4vw;
  }

  .right-arrow {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 2%;
    height: 11vw;
  }

  .left-arrow {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    height: 11vw;
  }

  .div-block {
    display: none;
    margin-top: 37px;
    margin-right: 16px;
    margin-left: 16px;
    padding: 0px;
  }

  .text-block {
    font-size: 3.3vw;
    line-height: 5vw;
  }

  .text-span {
    top: -6.3vw;
    right: -2%;
    width: 4vw;
    height: 4vw;
  }

  .maincards {
    width: 100vw;
    padding: 7vw 2vw;
  }

  .heading.cards {
    font-size: 5vw;
  }

  .heading.social {
    font-size: 3vw;
  }

  .text-block-2 {
    border-top-style: none;
    font-size: 3.5vw;
    line-height: 6vw;
  }

  .text-block-3 {
    font-size: 3.2vw;
    line-height: 4;
  }

  .link-block {
    width: 40vw;
    height: 9vw;
    background-position: 94% 50%;
    background-size: 5vw;
  }

  .container-5 {
    max-width: none;
  }

  .clients-wrapper-three {
    display: -ms-grid;
    display: grid;
    margin-bottom: 0px;
    justify-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .clients-image-three {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .div-block-2.right {
    width: 66%;
    padding-right: 9px;
    padding-left: 9px;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0px;
  }

  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-block-4 {
    font-size: 2.8vw;
    text-align: left;
  }

  .minicards {
    border-radius: 0px;
  }

  .heading-2 {
    font-size: 4vw;
  }

  .text-block-5 {
    font-size: 3.5vw;
    line-height: 5vw;
  }

  .container-9 {
    top: 0px;
    overflow: visible;
    height: 39vw;
    margin-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .div-block-5 {
    width: auto;
    margin-right: 12px;
    margin-left: 10px;
  }

  .button {
    height: 8vw;
    min-width: 0px;
    padding-left: 11px;
    background-position: 94% 3vw, 0px 0px;
    background-size: 2vw, auto;
    font-size: 2.5vw;
  }

  .button:hover {
    background-image: url('../images/rightarrowbutthover.png'), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: url('../images/rightarrowbutthover.png'), linear-gradient(180deg, null, null);
    background-position: 91% 15px, 0px 0px;
  }

  .div-block-6 {
    width: auto;
    margin-top: 19px;
    margin-right: 15px;
    padding-bottom: 4vw;
    align-self: flex-end;
    grid-row-gap: 2vw;
  }

  .emaillist {
    width: auto;
    height: 8vw;
    padding-left: 11px;
    background-position: 94% 50%, 0px 0px;
    background-size: 2vw, auto;
    font-size: 2.5vw;
  }

  .div-block-7 {
    padding-left: 0px;
    color: #242424;
  }

  .div-block-8 {
    width: 106%;
  }

  .div-block-9 {
    width: 53vw;
  }

  .text-block-7 {
    margin-top: 17px;
    color: #887886;
    font-size: 3vw;
    line-height: 5vw;
  }

  .image-4 {
    display: none;
  }

  .image-5 {
    display: block;
  }

  .image-6 {
    display: block;
  }

  .image-7 {
    display: block;
  }

  .link {
    color: #8a7487;
    font-size: 3vw;
  }

  .follow {
    grid-column-gap: 2vw;
    grid-row-gap: 0px;
  }

  .div-block-10 {
    padding-bottom: 19px;
  }

  .heading-4 {
    font-size: 7vw;
    line-height: 14vw;
  }

  .text-span-2 {
    font-size: 15vw;
    line-height: 2vw;
  }

  .text-block-8 {
    font-size: 3vw;
    line-height: 5vw;
  }

  .ctabutton {
    width: 34vw;
    height: 7.2vw;
    border-radius: 2vw;
    background-position: 91% 50%, 0px 0px;
    background-size: 2.2vw, auto;
    font-size: 3.2vw;
    line-height: 10vw;
  }

  .container-11 {
    background-position: 37% 80px;
    background-size: 1056px;
  }

  .div-block-12 {
    margin-bottom: -362px;
  }

  .container-12 {
    top: 0px;
  }

  .sidebar {
    margin-top: -297px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-13 {
    margin-top: -2px;
    margin-bottom: 422px;
    padding-right: 3vw;
    padding-left: 3vw;
  }

  .heading-5 {
    margin-bottom: 0px;
    font-size: 21px;
    line-height: 10px;
  }

  .text-span-3 {
    font-size: 9vw;
    line-height: 61px;
  }

  .text-block-9 {
    font-size: 3.2vw;
    line-height: 1.5;
  }

  .text-block-10 {
    margin-left: 10px;
  }

  .text-span-4 {
    font-size: 8px;
  }

  .list-item {
    margin-right: 0px;
    margin-left: 0px;
  }

  .text-block-11 {
    font-size: 12px;
  }

  .list-2 {
    padding-left: 0px;
  }

  .button-2 {
    width: 100%;
    height: 8vw;
    margin-right: 0px;
    padding-right: 38px;
    padding-left: 16px;
    background-position: 91% 50%, 0px 0px;
    background-size: 2vw, auto;
    font-size: 12px;
  }

  .emaillist-2 {
    width: 100%;
    height: 8vw;
    padding-right: 38px;
    padding-left: 16px;
    background-position: 91% 50%, 0px 0px;
    background-size: 2vw, auto;
    font-size: 12px;
  }

  .text-block-12 {
    font-size: 3vw;
  }

  .klmconnect {
    height: 38vw;
    margin-top: 32px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-column-gap: 1vh;
    border-radius: 0px;
    background-position: 50% 100%;
    background-size: cover;
  }

  .section-7 {
    z-index: 2500;
  }

  .div-block-14 {
    height: 100vh;
    margin-bottom: 40px;
    background-position: 50% 44%, 50% -16%, 36% 0%, 0px 0px;
    background-size: 730px, 44vh, 484px, auto;
  }

  .div-block-15 {
    height: 14%;
  }

  .div-block-16 {
    background-position: 50% -30%;
    background-repeat: no-repeat;
  }

  .tabactive {
    height: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .tabactive.w--current {
    height: auto;
    padding-right: 6px;
    padding-left: 6px;
  }

  .text-block-14 {
    font-size: 3.2vw;
    line-height: 5vw;
  }

  .tab-pane-tab-1 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .tab-pane-tab-1._3rdtab {
    padding-right: 16px;
    padding-left: 16px;
  }

  .div-block-17 {
    top: -16px;
    right: -9px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 3vw;
    height: 3vw;
    padding: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-16 {
    width: 3vw;
    height: 3vw;
    padding-top: 0px;
    font-size: 3vw;
    line-height: 3vw;
  }

  .text-block-17 {
    font-size: 5vw;
    line-height: 5vw;
  }

  .link-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 100% 50%;
    font-size: 4vw;
    line-height: 5.2vw;
  }

  .link-block-3:hover {
    background-position: 90% 50%;
  }

  .textarea {
    height: auto;
  }

  .link-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 3vw;
    height: 3vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-10-copy {
    padding-top: 39px;
  }

  .div-block-18 {
    width: 109%;
  }

  .link-block-copy {
    width: auto;
    height: auto;
    background-position: 29vw 50%;
    background-size: 7vw;
  }

  .link-block-copy {
    width: 39vw;
    height: 9vw;
    font-size: 3.2vw;
    line-height: 9vw;
  }

  .icon {
    -webkit-filter: invert(100%);
    filter: invert(100%);
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }

  .icon-2 {
    -webkit-filter: invert(100%);
    filter: invert(100%);
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }

  .div-block-22 {
    width: 139px;
    margin-left: 10px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    border-width: 1px;
    border-color: hsla(0, 0%, 82%, 0.59);
    box-shadow: 0 7px 18px -12px #000;
  }

  .div-block-23 {
    padding-top: 0px;
    padding-right: 3vw;
    padding-left: 3vw;
  }

  .text-block-18 {
    line-height: 16px;
  }

  .text-block-19 {
    font-size: 3.2vw;
    line-height: 5vw;
  }

  .field-label {
    font-size: 3.2vw;
    line-height: 5vw;
  }

  .field-label-2 {
    font-size: 3.2vw;
    line-height: 5vw;
  }

  .field-label-3 {
    font-size: 3.2vw;
    line-height: 5vw;
  }

  .field-label-4 {
    font-size: 3.2vw;
    line-height: 5vw;
  }

  .field-label-5 {
    font-size: 3.2vw;
    line-height: 5vw;
  }

  .field-label-6 {
    font-size: 3.2vw;
    line-height: 5vw;
  }
}

#w-node-_88232fe0-5963-ffe8-d331-9e7248b8bd5a-60466fed {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ddd50388-848c-87a6-b9ad-9f45ce32aa3b-2b327452 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-c57ceab7-499e-725a-e9bf-e4ded0ee71c0-2b327452 {
    grid-area: Area-2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-c57ceab7-499e-725a-e9bf-e4ded0ee71c0-2b327452 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_88232fe0-5963-ffe8-d331-9e7248b8bd66-60466fed {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
}

@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirltstd book';
  src: url('../fonts/AvenirLTStd-Book.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirltstd roman';
  src: url('../fonts/AvenirLTStd-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirltstd book';
  src: url('../fonts/AvenirLTStd-Book.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}