:root {
  --_color-profile---bg-color: #e9e9e9;
  --_color-profile---color: #ae5075;
  --_color-profile---color-2: #1b296475;
  --_color-profile---color-3: #b96857;
  --_percentages---full: 100%;
  --_limits---max-width-dsk: 1400px;
  --space-group--space-l: 4rem;
  --space-group--space-s: 1.5rem;
  --_border-radious---small-b: 4px;
  --_border-radious---big-b: 23px;
  --space-group--space-m: 3.5rem;
  --space-group--space-xl: 6.5rem;
  --_values---magic-numb-1: 4;
  --_border-radious---mid-b: 13px;
  --_values---magic-numb-2: 16;
  --_color-profile---primary-00: #0090ff;
  --_color-profile---primary-01: #56b3fc;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--_color-profile---bg-color);
  color: #333;
  font-family: Readex Pro, sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}

h1 {
  color: var(--_color-profile---color);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: -.4rem;
  font-family: Bagel Fat One, sans-serif;
  font-size: 6.5rem;
  font-weight: 700;
  line-height: 1;
}

h2 {
  color: var(--_color-profile---color-2);
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: -.2rem;
  font-family: Oswald, sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  color: var(--_color-profile---color-3);
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: -.1rem;
  font-family: Oswald, sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  color: #42434bd9;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: -.07rem;
  font-family: Lato, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 19px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 24px;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 2rem;
  line-height: 1.2;
}

.container {
  width: var(--_percentages---full);
  max-width: var(--_limits---max-width-dsk);
  padding: var(--space-group--space-l) var(--space-group--space-s);
}

.rich-text-block {
  text-align: left;
  margin-bottom: 0;
}

.div-block {
  padding: var(--space-group--space-s);
  border-radius: var(--_border-radious---small-b);
  background-color: #0000000d;
}

.grid {
  padding: var(--space-group--space-s);
  border-radius: var(--_border-radious---big-b);
  background-color: #52b1ff1f;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row dense;
}

.rich-text-block-2 {
  font-size: 1.1rem;
  line-height: 1.2;
}

.navbar-no-shadow {
  z-index: 999;
  pointer-events: none;
  color: #fff;
  margin-bottom: auto;
  position: sticky;
  top: 0;
}

.navbar-no-shadow-container {
  z-index: 5;
  max-width: var(--_limits---max-width-dsk);
  padding: 20px var(--space-group--space-s);
  pointer-events: none;
  background-color: #0000;
  width: 100%;
  height: 76px;
  margin-bottom: -76px;
  margin-left: auto;
  margin-right: auto;
}

.container-regular {
  width: 100%;
  min-height: 30px;
  margin-top: -15px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  pointer-events: auto;
  transform-style: preserve-3d;
}

.navbar-brand.w--current {
  z-index: 3;
  pointer-events: auto;
  transform: scale3d(1none, 1none, 1none);
  transition: all .2s;
}

.navbar-brand.w--current:hover {
  outline-offset: 4px;
  border-radius: 2px;
  outline: 1px solid #d9d9d9;
  transform: scale(1.2);
}

.section {
  position: relative;
}

.section.footer-sec {
  background-color: #020202;
}

.div-block-21 {
  pointer-events: none;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.container-2 {
  flex-flow: column;
  justify-content: flex-end;
  align-self: stretch;
  width: 100%;
  max-width: 1600px;
  min-height: 700px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.div-block-10 {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.rp_ripple {
  opacity: 1;
  color: #b97b57;
  width: 45%;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 50%)scale(1);
}

.rp_ripple.ripple-1 {
  color: #995d59;
  width: 70%;
}

.rp_ripple.ripple-2 {
  color: #756075;
  width: 100%;
}

.div-block-22 {
  z-index: 0;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  width: 92vw;
  min-width: 70vw;
  position: absolute;
  inset: auto auto 0% 50%;
  transform: translate(-50%);
}

.image-8 {
  filter: drop-shadow(0 3rem 20px #4b291580);
  object-fit: contain;
  object-position: 50% 100%;
  align-self: flex-end;
  height: 60vh;
  min-height: 24vw;
  max-height: 72vw;
}

.code-embed-7 {
  color: #fedf62;
  width: 24vw;
  height: 1.2vw;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.hero-section {
  color: #fff;
  background-color: #af577a;
  background-image: none;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 75px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.1rem;
  line-height: 1.3;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading {
  color: #fff;
  text-align: center;
  text-shadow: 0 4px 7px #0003;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-family: Oswald, sans-serif;
  font-size: clamp(48px, 9vw, 120px);
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.bot_nav_cell {
  z-index: 36;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  pointer-events: none;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: 1400px;
  margin-top: -77px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: sticky;
  top: 10px;
}

.div-block-27 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  pointer-events: auto;
  color: #fff;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 35px;
  font-size: 1.5rem;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.text-span {
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: clamp(36px, 3.5vw, 48px);
  font-weight: 200;
  line-height: 1;
  display: inline-block;
}

.text-span.welcometotxt {
  margin-top: 0;
  margin-bottom: 0;
  font-size: clamp(24px, 2.5vw, 48px);
}

.text-block-2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-shadow: 0 3px 3px #0003;
  background-color: #14728391;
  background-image: linear-gradient(90deg, #994c6b29, #994c6b54);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  margin-left: -8px;
  padding: 4px 12px 4px 15px;
  font-family: Oswald, sans-serif;
  font-weight: 300;
  box-shadow: 0 5px 5px #0000001a;
}

.slogan_itm {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 535px;
  padding: 24px;
  font-family: Oswald, sans-serif;
  font-size: clamp(20px, 3.2vw, 48px);
  font-weight: 300;
  line-height: 1.2;
  display: flex;
  position: absolute;
  inset: 50% auto auto 0%;
  transform: translate(0, -50%);
}

.slogan_itm.right_itm {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  left: auto;
  right: 0%;
}

.grid-4 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  color: #ffffffd4;
  background-color: #4b4b4b;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  padding: 35px 60px 35px 35px;
  position: relative;
  overflow: hidden;
}

.heading-2 {
  color: #d4b76d;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Oswald, sans-serif;
  font-weight: 400;
}

.image-9 {
  margin-top: -35px;
  margin-bottom: -35px;
  margin-left: -35px;
  position: relative;
  overflow: hidden;
}

.paragraph-3 {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.2;
}

.paragraph-3.os-af-98 {
  margin-top: 40px;
  margin-bottom: 60px;
}

.image-10 {
  border-radius: 3px;
  max-width: 120px;
  transition: all .2s;
  box-shadow: 0 4px 5px #32354433;
}

.image-11 {
  object-fit: cover;
}

.image-12 {
  opacity: .83;
  border-radius: 6px;
  max-width: 200px;
  box-shadow: 0 10px 5px #0000001a;
}

.div-block-28 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.button {
  outline-offset: 0px;
  background-color: #3898ec00;
  border-radius: 8px;
  outline: 3px solid #fff;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
  transition: all .2s;
}

.button:hover {
  outline-offset: 2px;
  background-color: #00000014;
  outline: 3px solid #e7b549;
}

.button.dark {
  color: #000000d4;
  box-shadow: 0 7px 5px #0003;
}

.button.dark:hover {
  color: #fff;
  background-color: #0000003d;
  outline-color: #fff;
  box-shadow: 0 15px 5px #0003;
}

.button.certificate {
  outline-offset: 0px;
  color: #b14e75;
  border: 3px solid #cc96ab;
  outline: 3px #b14e75;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
}

.button.certificate:hover {
  background-color: #ff8dba2b;
  box-shadow: 0 -11px 5px #0f3cad33;
}

.code-embed-8 {
  z-index: 1;
  aspect-ratio: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ce4b8a;
  border: 1px solid #fff;
  border-radius: 50px;
  width: auto;
  height: 60px;
  padding: 11px;
  position: relative;
  box-shadow: 0 5px 5px #0003;
}

.code-embed-8:hover {
  background-color: #4b70ce;
}

.div-block-30 {
  aspect-ratio: 1;
  position: relative;
}

.div-block-31 {
  z-index: 1;
  aspect-ratio: 1;
  pointer-events: none;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.heading-4 {
  color: var(--_color-profile---color);
}

.heading-4.sub_hr {
  font-weight: 400;
}

.image-13 {
  filter: drop-shadow(-.7rem 1.6rem 20px #28437559);
  border-radius: 50%;
  width: 40vw;
  max-width: 600px;
  margin: -125px -22px -125px -10px;
  position: relative;
  overflow: visible;
}

.div-block-32 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  color: #000000d4;
  background-color: #b96857;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 60px;
  display: grid;
  position: relative;
}

.div-block-36 {
  grid-column-gap: 3.2rem;
  grid-row-gap: 3.2rem;
  flex-flow: column;
  display: flex;
}

.heading-5 {
  color: #ffffff75;
  text-shadow: -4px 5px 1px #3a3b7e29;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 5.5rem;
  font-weight: 500;
  line-height: .9;
}

.paragraph-4 {
  text-shadow: 0 5px 3px #00000012;
  font-weight: 200;
}

.code-embed-9 {
  opacity: .09;
  position: absolute;
}

.code-embed-9:hover {
  opacity: .59;
}

.image-14 {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.rich-text-block-4 {
  color: #000c;
  position: relative;
}

.block-quote {
  color: #ffffff1a;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #bd6603;
  text-transform: uppercase;
  text-shadow: -5px 5px 1px #ff5e0052;
  border-left-style: none;
  padding-left: 0;
  padding-right: 0;
  font-family: Oswald, sans-serif;
  font-size: 5.7rem;
  font-weight: 700;
  line-height: 1;
}

.block-quote.footer_tag_slogan {
  color: #4d5569;
  -webkit-text-stroke-color: #fffffff2;
  text-shadow: -5px 5px #b8ceff4a;
  margin-top: 40px;
  margin-bottom: 60px;
  font-size: 4rem;
  line-height: 1;
}

.block-quote-2 {
  color: #d1174c;
  border-left-style: none;
  border-radius: 6px;
  flex: 1;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 5px 10px;
  font-size: 1.2rem;
  font-weight: 300;
  display: inline-block;
}

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

.div-block-37 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  margin-top: 10px;
  display: flex;
}

.tabs {
  flex: 1;
  margin-top: 10px;
}

.tab-link-tab-3 {
  text-align: center;
  white-space: nowrap;
  background-color: #ffffff14;
  border: 1px solid #0000004a;
  border-radius: 10px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 9px 15px 10px;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1;
  transition: all .2s;
  display: flex;
}

.tab-link-tab-3:hover {
  background-color: #ffffff24;
  box-shadow: 0 6px #0003;
}

.tab-link-tab-3.w--current {
  color: #ffffffd4;
  background-color: #0009;
  border-color: #fff0;
}

.tabs-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  margin-top: 10px;
  display: flex;
}

.tab-pane-tab-3 {
  color: #000000d4;
  background-color: #ffffff1c;
  border: 1px solid #0000004f;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 12px 20px;
  font-weight: 300;
}

.heading-6 {
  color: #00000082;
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
}

.div-block-38 {
  text-align: left;
}

.rich-text-block-6 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.rich-text-block-7 {
  font-size: 1rem;
  line-height: 1.2;
}

.rich-text-block-7 p {
  margin-bottom: 0;
}

.noise_bg_filter {
  opacity: .18;
  background-color: #000000c2;
  background-image: url('../images/noise.png');
  background-position: 50%;
  background-size: 80px;
  flex: 1;
  align-self: stretch;
  position: absolute;
  inset: 0%;
}

.noise_bg_filter.less_promanent {
  opacity: .1;
  pointer-events: none;
  mix-blend-mode: hard-light;
  border-radius: 20px;
}

.body {
  overscroll-behavior: none;
  background-image: linear-gradient(#e9e9e9f2, #e9e9e9f2), url('../images/noise.png');
  background-position: 0 0, 0 0;
  background-size: auto, 80px;
}

.link-block {
  max-width: 300px;
}

.text-block-13 {
  color: #c2d8e6;
  font-size: 1.2em;
}

.paragraph-12 {
  color: #b6ccd7;
  width: 50%;
  margin-top: -28px;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 300;
  line-height: 110%;
}

.div-block-58 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  opacity: .7;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  display: flex;
}

.text-block-51 {
  color: #ffffff94;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 300;
}

.contact-icon {
  opacity: .83;
  object-fit: contain;
  border-radius: 0;
  width: 1em;
  height: 1em;
  margin-right: .375em;
}

.paragraph-11 {
  padding-top: 0;
  line-height: 150%;
}

.ssm_btn {
  overflow: visible;
}

.ssm_btn:hover {
  outline-offset: 0px;
  outline: 2px #71b1ff24;
}

.div-block-101 {
  width: 100vw;
  max-width: 100%;
  height: 170px;
  position: absolute;
  inset: 3px 0% auto;
  overflow: hidden;
  transform: translate(0, -100%);
}

.div-block-110 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-subscribe {
  color: #fff;
  background-color: #252525;
  border-bottom: 1px solid #e4ebf3;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 200px;
  padding: 50px 0 100px;
  display: flex;
  position: relative;
}

.code-embed-3 {
  pointer-events: none;
  color: #eaf4f6;
  width: 102%;
  height: 150px;
  position: absolute;
  top: auto;
  bottom: -26px;
}

.code-embed-3.footer {
  color: #252525;
  bottom: 0;
}

.footer-social-block-three {
  grid-column-gap: 20px;
  order: 4;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.text-span-8 {
  color: #a79b00;
  align-self: center;
  font-size: 1.5rem;
}

.image-22 {
  border-radius: 12px;
  min-width: 330px;
}

.footer-copyright-center {
  color: #ffffff9e;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 120%;
}

.contact-detail-text-2 {
  font-size: .8em;
  font-weight: 300;
  line-height: 2.3;
}

.image-21 {
  box-shadow: none;
  outline-offset: 0px;
  outline: 0 solid #47505a00;
  height: 40px;
  transition: all .5s cubic-bezier(1, .001, .339, .989);
}

.image-21:hover {
  outline-offset: 0px;
  border-radius: 50px;
  outline: 3px solid #37babd2e;
  height: 50px;
  padding: 8px;
  box-shadow: 7px -7px 16px #00000040, -2px 8px 14px #507094c9;
}

.contact-content {
  z-index: 0;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  align-items: center;
  width: 100%;
  max-width: 90em;
  display: flex;
  position: relative;
}

.footer-social-link-three {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  border-radius: 4px;
  line-height: 116%;
  transition: all .2s;
  box-shadow: 0 2px 5px #0000;
}

.footer-social-link-three:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 5px #0fffc7;
}

.contact-details {
  grid-column-gap: 1.5em;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-left: -5px;
  padding: 1em .25em;
  display: flex;
}

.contact-details.mid_ali_ssm {
  grid-column-gap: 2.5em;
  justify-content: flex-start;
  max-width: 1280px;
  margin: 10px auto 40px;
  padding: 0;
}

.div-block-151 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fffc;
  flex-flow: column;
  font-size: 2.4rem;
  font-weight: 200;
  line-height: 1.2;
  display: flex;
}

.footer-divider {
  border-bottom: 5px dashed #ffffff08;
  width: auto;
  max-width: none;
  height: 1px;
  margin: 10px -20px 40px;
}

.div-block-109 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-150 {
  grid-column-gap: 4px;
  display: flex;
}

.contact-detail-link {
  color: #c4b41f;
  text-align: left;
  white-space: nowrap;
  border: 1px solid #ffffff17;
  border-radius: 11px;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0 10px;
  font-size: 1em;
  line-height: 2;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.contact-detail-link:hover {
  color: #fff;
  background-color: #0000001a;
}

.container-3 {
  flex: 1;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 24px;
  position: relative;
}

.text-span-9 {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 100%;
  display: inline-block;
}

.flex-block {
  grid-column-gap: 51px;
  grid-row-gap: 51px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  margin-bottom: 30px;
  display: grid;
}

.image-23 {
  filter: invert();
  width: 50px;
}

.image-24 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-156 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.text-block-53 {
  color: #8f9091;
  font-weight: 300;
}

.ssm_btn-2 {
  color: #575757;
  background-color: #1b1b1b;
  border: 1px solid #ffffff42;
  border-radius: 59px 24px 47px 59px;
  margin-top: -10px;
  margin-bottom: -10px;
  padding: 6px 16px 6px 6px;
  transition: all .45s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.ssm_btn-2:hover {
  color: #fff;
  background-color: #2a2f46;
  box-shadow: 0 0 19px #ffffff38;
}

.code-embed-43 {
  aspect-ratio: 4 / 1.12;
  filter: drop-shadow(0 0 #d6f2ff00);
  justify-content: center;
  align-items: center;
  width: 230px;
  line-height: 100%;
  transition: all .2s;
  display: flex;
}

.code-embed-44 {
  opacity: .16;
  color: #e6eaee;
  min-height: 50%;
  transition: opacity .3s;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-158 {
  pointer-events: none;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: -104px 0% .001%;
  overflow: hidden;
}

.gradiant_top_fotr {
  aspect-ratio: 2;
  background-image: radial-gradient(circle at 50% 151%, #00ca942b 13%, #fff0 65%);
  width: 100%;
}

.div-block-159 {
  pointer-events: none;
}

.heading-7 {
  color: #ae507500;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #b14f75;
  text-transform: uppercase;
  text-shadow: -5px 4px 1px #ff002640;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.2;
}

.pointer_event_handler {
  pointer-events: auto;
  width: 70%;
  height: 87%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-160 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000003;
  border: 1px solid #ffffff2e;
  border-radius: 8px;
  padding: 12px;
  font-weight: 200;
  position: absolute;
  inset: auto auto 8% 13%;
  transform: translate(-100%);
}

.paragraph-13 {
  font-family: Oswald, sans-serif;
  font-size: 3rem;
  line-height: 1;
}

.button-2 {
  background-color: #8f4361;
  border-radius: 8px;
}

.button-2:hover {
  background-color: #475a8b;
}

.image-25 {
  outline-offset: -8px;
  border-radius: 12px;
  outline: 8px solid #fff;
  flex: 1;
  transition: all .325s;
  position: relative;
  box-shadow: -6px 9px 5px #4e6db130;
}

.image-25:hover {
  z-index: 1;
  transform: scale(1.1);
  box-shadow: 0 0 5px #4e6db175;
}

.div-block-161 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

.paragraph-14 {
  color: #000000a8;
  font-size: 1.6rem;
  font-weight: 300;
}

.div-block-162 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.lightbox-link {
  display: flex;
}

.text-block-54 {
  color: #fff09b;
}

.text-span-10 {
  line-height: 1;
}

.text-span-11 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 300;
}

.text-block-55 {
  font-family: Oswald, sans-serif;
  font-weight: 500;
}

.rich-text-block-9 {
  text-align: left;
  font-weight: 300;
}

.div-block-163 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #000;
  border-style: none solid solid none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.div-block-164 {
  text-align: left;
  border: 1px #000;
  border-style: solid none none solid;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 32px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
  display: flex;
}

.heading-8 {
  color: var(--_color-profile---color);
  font-size: 2rem;
}

.bold-text {
  font-family: Oswald, sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1.1rem;
  }

  h1 {
    margin-left: -.25rem;
    font-size: 4.5rem;
    line-height: 1;
  }

  h2 {
    font-size: 3.5rem;
    line-height: 1.2;
  }

  h3 {
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-21 {
    margin-top: auto;
    padding-top: 28px;
  }

  .container-2 {
    align-self: stretch;
    margin-top: 0;
  }

  .div-block-10 {
    aspect-ratio: auto;
    flex-flow: column;
    height: 100%;
    margin-right: 0;
    padding: 0 20px;
    display: flex;
  }

  .rp_ripple {
    width: 80%;
  }

  .rp_ripple.ripple-1 {
    width: 115%;
  }

  .rp_ripple.ripple-2 {
    width: 150%;
  }

  .div-block-22 {
    bottom: 6%;
  }

  .image-8 {
    height: auto;
    max-height: none;
  }

  .code-embed-7 {
    width: auto;
    height: auto;
    margin-bottom: 10px;
  }

  .hero-section {
    height: auto;
    min-height: auto;
    max-height: none;
    padding: 90px 0 0;
    position: relative;
  }

  .heading {
    text-shadow: none;
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: auto;
    max-height: none;
    margin-top: 0;
    font-size: 6rem;
    display: flex;
  }

  .bot_nav_cell {
    top: 25px;
  }

  .text-span {
    margin-top: 8px;
    margin-bottom: 15px;
    font-weight: 300;
  }

  .slogan_itm {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    filter: none;
    flex-flow: row;
    flex: 1;
    justify-content: space-around;
    align-items: center;
    min-width: 80%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 2.5rem;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }

  .slogan_itm.right_itm {
    flex-flow: row-reverse;
    justify-content: space-around;
  }

  .image-11 {
    object-position: 63% 50%;
    min-height: 100%;
  }

  .image-12 {
    filter: none;
    max-width: 150px;
  }

  .div-block-28 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
  }

  .image-13 {
    width: 75%;
    margin: -90px 0 auto;
  }

  .div-block-32 {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .heading-5 {
    font-size: 4.2rem;
    line-height: .9;
  }

  .paragraph-4 {
    margin-bottom: 0;
  }

  .rich-text-block-4 {
    text-align: center;
  }

  .block-quote {
    font-size: 4.8rem;
    line-height: .9;
  }

  .text-block-13 {
    font-size: .9em;
  }

  .paragraph-12 {
    width: auto;
    margin-top: 0;
    font-size: 42px;
    line-height: 116%;
  }

  .ssm_btn {
    margin-left: auto;
  }

  .div-block-101 {
    height: 130px;
  }

  .footer-subscribe {
    max-width: 100%;
    margin-top: 145px;
    margin-bottom: 0;
    overflow: visible;
  }

  .code-embed-3 {
    height: 100px;
  }

  .footer-social-block-three {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    margin-top: 10px;
    margin-left: 8px;
    display: flex;
  }

  .image-22 {
    min-width: 200px;
  }

  .footer-brand {
    margin-right: auto;
  }

  .footer-copyright-center {
    line-height: 155%;
  }

  .contact-detail-text-2 {
    flex: 0 auto;
  }

  .image-21 {
    opacity: 1;
    outline-offset: 0px;
    border-radius: 50px;
    outline: 3px solid #3e7f854a;
    height: 50px;
    padding: 8px;
    box-shadow: -5px -9px 5px #0003, -8px 8px 12px -8px #607da585;
  }

  .contact-content {
    flex-wrap: wrap;
    justify-content: center;
  }

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

  .contact-details {
    grid-column-gap: 1em;
    grid-row-gap: 16px;
    border: 1px #000;
    flex-flow: wrap;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .contact-details.mid_ali_ssm {
    grid-column-gap: 1.5em;
    grid-row-gap: 20px;
    flex-flow: wrap;
    grid-template-columns: 1fr;
    justify-content: center;
    display: flex;
  }

  .div-block-151 {
    font-size: 1.5rem;
  }

  .footer-divider {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-109 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: column;
  }

  .contact-detail-link {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex: 1;
    justify-content: flex-start;
    min-width: 250px;
  }

  .container-3 {
    max-width: 100%;
  }

  .flex-block {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .div-block-156 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-7 {
    text-shadow: -4px 3px 1px #ff002640;
    font-size: 3.5rem;
  }

  .pointer_event_handler {
    width: auto;
  }

  .div-block-160 {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: #0000;
    bottom: 5%;
    left: -53px;
    transform: none;
  }

  .image-25 {
    outline-offset: -4px;
    object-fit: cover;
    outline-width: 4px;
  }

  .div-block-161 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .paragraph-14 {
    font-size: 1.3rem;
  }

  .div-block-162 {
    margin-top: 40px;
  }

  .div-block-163 {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-left: -.3rem;
    font-size: 3.5rem;
    line-height: 1;
  }

  h2 {
    font-size: 2.8rem;
    line-height: 1.2;
  }

  h3 {
    font-size: 2.1rem;
    line-height: 1.2;
  }

  h4 {
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .navbar-brand {
    padding-left: 0;
  }

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

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-10 {
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .code-embed-7 {
    height: 15px;
    margin-bottom: 20px;
  }

  .hero-section {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    height: auto;
    padding-top: 95px;
    padding-bottom: 0;
  }

  .heading {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-bottom: 0;
    padding-top: 24px;
    padding-bottom: 15px;
    font-size: 5.2rem;
  }

  .div-block-27 {
    align-self: center;
    margin-top: 2px;
  }

  .text-span {
    margin-bottom: 0;
    font-size: clamp(32px, 4vw, 60px);
  }

  .text-block-2 {
    white-space: nowrap;
    justify-content: flex-end;
    align-items: center;
    max-width: 165px;
    padding-left: 0;
    padding-right: 8px;
    display: none;
    overflow: hidden;
  }

  .slogan_itm {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    text-align: center;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 2rem;
    line-height: 1.2;
  }

  .slogan_itm.right_itm {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .grid-4 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: column;
    grid-template-columns: 1fr;
    padding: 35px;
    display: flex;
  }

  .image-9 {
    margin-bottom: 0;
    margin-left: -35px;
    margin-right: -35px;
  }

  .image-11 {
    width: 100%;
    min-height: auto;
    max-height: 300px;
  }

  .div-block-32 {
    margin-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-5 {
    font-size: 3.5rem;
    line-height: .9;
  }

  .paragraph-4 {
    font-weight: 200;
  }

  .block-quote {
    color: #b98555;
    -webkit-text-stroke-width: 0px;
    text-shadow: none;
    font-size: 3.2rem;
    line-height: .9;
  }

  .paragraph-12 {
    line-height: 116%;
  }

  .contact-icon {
    display: inline;
  }

  .paragraph-11 {
    width: 100%;
  }

  .div-block-101 {
    height: 100px;
  }

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

  .code-embed-3 {
    height: 55px;
    bottom: -12px;
  }

  .footer-social-block-three {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-brand {
    margin-right: auto;
  }

  .footer-copyright-center {
    padding-left: 45px;
    padding-right: 45px;
  }

  .contact-detail-text-2 {
    white-space: normal;
    line-height: 1.7;
    display: inline-block;
  }

  .contact-details {
    grid-column-gap: 1em;
    grid-row-gap: 16px;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: center space-between;
    place-items: flex-start start;
    margin-left: -10px;
    display: flex;
  }

  .contact-details.mid_ali_ssm {
    grid-column-gap: 2em;
    grid-row-gap: 12px;
    justify-content: center;
    align-items: center;
  }

  .contact-detail-link {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    order: 0;
    justify-content: center;
    display: block;
  }

  .heading-7 {
    color: #ae5075;
    -webkit-text-stroke-color: #b14f7500;
    text-shadow: none;
    font-size: 3rem;
  }

  .pointer_event_handler {
    width: auto;
  }

  .div-block-160 {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #2e2a2800;
    bottom: 2%;
    left: -32px;
  }

  .paragraph-13 {
    font-size: 2.2rem;
  }

  .button-2 {
    font-size: 1rem;
    line-height: 1.1;
  }

  .div-block-161 {
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-14 {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 1rem;
    line-height: 1.3;
  }

  h1 {
    word-break: break-all;
    margin-left: -.15rem;
    font-size: 2.5rem;
    line-height: 1;
  }

  h2 {
    margin-left: -.1rem;
    font-size: 2rem;
    line-height: 1.2;
  }

  h3 {
    font-size: 1.6rem;
    line-height: 1.2;
  }

  h4 {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.2;
  }

  .container.sub_hero {
    z-index: 0;
    color: #fff;
    background-color: #4b4b4b;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
  }

  .div-block {
    margin-left: -1.1rem;
    margin-right: -1.1rem;
    padding: 1.2rem;
  }

  .grid {
    background-color: #52a5ff00;
    grid-template-columns: 1fr;
    padding: 0;
  }

  .rich-text-block-2 {
    font-size: 1rem;
    line-height: 1.2;
  }

  .navbar-no-shadow {
    pointer-events: none;
  }

  .navbar-no-shadow-container {
    height: auto;
    margin-bottom: -68px;
    padding: .5rem .2rem;
  }

  .container-regular {
    margin-top: 0;
  }

  .navbar-brand {
    pointer-events: auto;
    align-self: center;
    margin-left: 10px;
  }

  .div-block-21 {
    flex: 0 auto;
  }

  .container-2 {
    z-index: 0;
  }

  .div-block-10 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-22 {
    width: 80vh;
  }

  .image-8 {
    z-index: 1;
    align-self: stretch;
    max-width: 120%;
    margin-left: -19px;
    margin-right: -19px;
    position: relative;
  }

  .code-embed-7 {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 12px;
    margin-top: 10px;
    margin-bottom: 20px;
    display: flex;
  }

  .hero-section {
    z-index: 1;
    min-height: 100vh;
    padding-top: 60px;
  }

  .heading {
    word-break: normal;
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 0;
    font-size: clamp(30px, 15vw, 80px);
    line-height: 1;
  }

  .bot_nav_cell {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-end;
    align-items: center;
    margin-top: -88px;
    padding-right: 12px;
    top: 0;
  }

  .div-block-27 {
    pointer-events: none;
    align-self: flex-start;
    margin-top: 1px;
    margin-bottom: 0;
    padding: 7px 4px;
    font-size: .7rem;
    line-height: 1;
    position: sticky;
    top: 0;
  }

  .text-span {
    margin-top: 10px;
    font-size: clamp(18px, 5vw, 48px);
    font-weight: 400;
    line-height: 1.3;
  }

  .text-span.welcometotxt {
    margin-bottom: 4px;
    font-size: 1.8rem;
  }

  .text-block-2 {
    pointer-events: auto;
    white-space: nowrap;
    border-left: 1px solid #fff;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 0;
    max-width: 130px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1;
    display: none;
    position: absolute;
    inset: auto 0% 0% auto;
    overflow: hidden;
    transform: translate(-7px, 25px);
  }

  .slogan_itm {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #00000014;
    background-image: linear-gradient(#222222d9, #222222d9), url('../images/image-19.svg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    border-radius: 6px;
    flex-flow: wrap;
    flex: 0 auto;
    width: auto;
    min-width: auto;
    max-width: 50%;
    min-height: 66px;
    padding: 8px 12px;
    font-size: 6vw;
    line-height: 1.2;
    inset: auto;
  }

  .slogan_itm.right_itm {
    background-image: linear-gradient(#222222d9, #222222d9), url('../images/image-20.svg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    inset: auto;
  }

  .grid-4 {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    background-color: #4b4b4b00;
    grid-template-columns: 1fr;
    padding: 20px 0 0;
    overflow: visible;
  }

  .heading-2 {
    margin-left: 0;
  }

  .image-9 {
    margin: 0;
  }

  .paragraph-3 {
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .image-10 {
    max-width: 120px;
    height: 45px;
  }

  .image-11 {
    object-position: 68% 77%;
    border-radius: 8px;
    max-height: 260px;
  }

  .image-12 {
    filter: none;
    max-width: 70px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: none;
  }

  .div-block-28 {
    margin-top: 20px;
  }

  .button {
    font-size: 1.5rem;
  }

  .button.certificate.sub_hr-b {
    color: #ffd4e5;
  }

  .code-embed-8 {
    pointer-events: none;
    height: 45px;
    padding: 8px;
  }

  .div-block-30 {
    pointer-events: auto;
  }

  .heading-4.sub_hr {
    color: #d4b76d;
  }

  .image-13 {
    filter: drop-shadow(-.1rem .4rem 8px #28437559);
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
  }

  .div-block-32 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin: 140px -24px 0;
    padding: 20px 20px 35px;
  }

  .div-block-36 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .heading-5 {
    color: #ffffffb0;
    text-shadow: none;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 3rem;
    line-height: 1;
  }

  .paragraph-4 {
    text-shadow: 0 1px 3px #000000ab;
    margin-bottom: 0;
    font-size: 17px;
  }

  .block-quote {
    text-shadow: none;
    margin-left: -4px;
    margin-right: -4px;
    font-size: 2.5rem;
    line-height: 1;
  }

  .block-quote-2 {
    border-left-style: none;
  }

  .tab-link-tab-3 {
    padding: 8px 12px;
    font-size: 1rem;
    line-height: 1;
  }

  .tabs-menu {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .tab-pane-tab-3 {
    background-color: #fff0;
    border-style: none;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-6 {
    font-size: 2rem;
  }

  .noise_bg_filter.less_promanent, .noise_bg_filter.less_promanent.our_mission_sec {
    display: none;
  }

  .paragraph-12 {
    text-align: left;
    align-self: center;
    font-size: 24px;
    font-weight: 300;
    line-height: 116%;
  }

  .div-block-58 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-self: center;
    align-items: center;
  }

  .text-block-51 {
    font-size: 14px;
  }

  .contact-icon {
    width: auto;
    height: auto;
  }

  .paragraph-11 {
    flex-direction: column;
    align-self: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .ssm_btn {
    margin-right: auto;
  }

  .div-block-101 {
    height: 60px;
  }

  .div-block-110 {
    justify-content: center;
    align-items: center;
  }

  .footer-subscribe {
    margin-top: 60px;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .code-embed-3 {
    height: 41px;
  }

  .footer-social-block-three {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: center;
  }

  .image-22 {
    border-radius: 4px;
    width: 150px;
    min-width: auto;
    margin-bottom: 0;
    display: block;
  }

  .footer-brand {
    align-self: stretch;
    margin: 0;
    display: block;
  }

  .footer-copyright-center {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-detail-text-2 {
    text-align: center;
    white-space: normal;
    display: inline;
  }

  .image-21 {
    width: 220px;
    height: auto;
  }

  .image-21:hover {
    height: auto;
  }

  .contact-content {
    justify-content: flex-start;
  }

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

  .contact-details {
    border: 1px #000;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    margin-bottom: 0;
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
  }

  .contact-details.mid_ali_ssm {
    justify-content: center;
    align-items: center;
  }

  .div-block-151 {
    text-align: left;
    font-size: .9rem;
  }

  .footer-divider {
    margin-left: auto;
    margin-right: auto;
  }

  .contact-detail-link {
    text-align: left;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    display: flex;
  }

  .container-3 {
    text-align: center;
    padding: 20px 10px;
  }

  .text-span-9 {
    margin-top: 7px;
    margin-bottom: 7px;
    font-size: 16px;
    font-weight: 200;
    line-height: 116%;
  }

  .flex-block {
    grid-template-columns: 1fr;
  }

  .image-23 {
    width: 40px;
  }

  .div-block-156 {
    flex-flow: column;
    margin-left: 0;
  }

  .ssm_btn-2 {
    margin: 0 auto;
  }

  .gradiant_top_fotr {
    aspect-ratio: auto;
    height: 50%;
  }

  .div-block-159 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    display: flex;
  }

  .heading-7 {
    color: #b65b7e;
    -webkit-text-stroke-width: 0rem;
    text-shadow: none;
    word-break: break-all;
    margin-bottom: 20px;
    font-size: 2.2rem;
    line-height: 1;
  }

  .div-block-160 {
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    margin-top: -15px;
    padding: 10px;
    display: flex;
    inset: 0% -15px auto auto;
  }

  .paragraph-13 {
    font-size: 1.7rem;
    line-height: 1.1;
  }

  .button-2 {
    text-align: center;
    padding: 8px 11px;
    font-size: 1rem;
    line-height: 1.1;
  }

  .image-25 {
    border-radius: 4px;
  }

  .image-25:hover {
    transform: scale(1);
  }

  .text-span-11 {
    font-size: 24px;
    line-height: 1;
  }

  .div-block-163 {
    color: #000;
    background-color: #f0f0f0;
    border-radius: 13px;
    grid-template-columns: 1fr;
    margin-top: 40px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .div-block-164 {
    text-align: left;
    background-image: none;
    justify-content: space-around;
    align-items: flex-start;
  }

  .heading-8 {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}

#w-node-f1dcd0c7-1a66-a67d-5573-c1b3dfe48879-8a9232c6 {
  place-self: center;
}

#w-node-_448dee85-641b-c42e-8449-bbd9db506cc1-8a9232c6, #w-node-de18097d-0197-6eae-ec81-90648087ac04-8a9232c6 {
  align-self: center;
}

#w-node-_4dfd20d1-6c84-3973-a452-db7e917966ba-8a9232c6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-da929beb-f8d9-b3d7-661f-b8aea6d676a8-8a9232c6, #w-node-da929beb-f8d9-b3d7-661f-b8aea6d676a9-8a9232c6 {
  align-self: center;
}

#w-node-_22b0c064-6683-1fe6-95c3-c9212d63143f-8a9232c6 {
  place-self: center;
}

#w-node-_22b0c064-6683-1fe6-95c3-c9212d631440-8a9232c6 {
  align-self: center;
}

#w-node-_87757c05-60ef-0825-396d-c24333837103-8a9232c6 {
  place-self: center;
}

#w-node-bcdd4931-4220-e4f6-c7f4-44221a936e12-8a9232c6 {
  align-self: center;
}

#w-node-_44db0458-67e6-6374-1129-95e8df14ea0c-8a9232c6 {
  order: 9999;
  place-self: center;
}

#w-node-_44db0458-67e6-6374-1129-95e8df14ea0d-8a9232c6 {
  align-self: center;
}

#w-node-_44db0458-67e6-6374-1129-95e8df14ea15-8a9232c6 {
  place-self: center;
}

#w-node-_44db0458-67e6-6374-1129-95e8df14ea16-8a9232c6 {
  align-self: center;
}

#w-node-_6aba2c8a-bed0-e6d4-89b9-caa44f325ec3-8a9232c6 {
  place-self: center;
}

#w-node-_6aba2c8a-bed0-e6d4-89b9-caa44f325ec4-8a9232c6 {
  align-self: center;
}

#w-node-_6aba2c8a-bed0-e6d4-89b9-caa44f325ecc-8a9232c6 {
  place-self: center;
}

#w-node-_6aba2c8a-bed0-e6d4-89b9-caa44f325ecd-8a9232c6 {
  align-self: center;
}

#w-node-_47c0f3c5-e0d9-e2b2-8b6c-12a9f546af8b-8a9232c6, #w-node-_46ff8a49-bbe1-deeb-3b1f-66ab01475d4b-8a9232c6 {
  grid-area: span 2 / span 2 / span 2 / span 2;
  place-self: stretch stretch;
}

#w-node-_92c7ce7f-5cfd-e083-6e86-fd8748a6d52a-8a9232c6, #w-node-_8a2ddec2-41cb-623a-984a-f4c9d7e07206-8a9232c6, #w-node-_36ab01d5-064a-1897-d2ba-b2562de65bc9-8a9232c6, #w-node-_1a955a60-a9ce-eb09-9797-f59dfdfc19fa-8a9232c6 {
  place-self: stretch stretch;
}

@media screen and (max-width: 991px) {
  #w-node-f1dcd0c7-1a66-a67d-5573-c1b3dfe48879-8a9232c6 {
    order: 1;
    justify-self: center;
  }

  #w-node-_4dfd20d1-6c84-3973-a452-db7e917966ba-8a9232c6 {
    grid-column: span 1 / span 1;
  }

  #w-node-_87757c05-60ef-0825-396d-c24333837103-8a9232c6 {
    order: -9999;
  }

  #w-node-bcdd4931-4220-e4f6-c7f4-44221a936e12-8a9232c6 {
    order: -9999;
    justify-self: center;
  }

  #w-node-_44db0458-67e6-6374-1129-95e8df14ea15-8a9232c6 {
    order: -9999;
  }

  #w-node-_44db0458-67e6-6374-1129-95e8df14ea16-8a9232c6, #w-node-_6aba2c8a-bed0-e6d4-89b9-caa44f325ecc-8a9232c6, #w-node-_6aba2c8a-bed0-e6d4-89b9-caa44f325ecd-8a9232c6 {
    order: -9999;
    justify-self: center;
  }

  #w-node-bfec93e0-65b3-6496-be53-197dca89f8ba-8a9232c6, #w-node-_92c7ce7f-5cfd-e083-6e86-fd8748a6d52a-8a9232c6 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: stretch stretch;
  }

  #w-node-_18f24267-b5e7-25c8-a191-ac8941bf78eb-8a9232c6, #w-node-_18f24267-b5e7-25c8-a191-ac8941bf78ef-8a9232c6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_18f24267-b5e7-25c8-a191-ac8941bf78f3-8a9232c6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_46ff8a49-bbe1-deeb-3b1f-66ab01475d4b-8a9232c6 {
    grid-area: span 2 / span 2 / span 2 / span 2;
    place-self: stretch stretch;
  }

  #w-node-bfec93e0-65b3-6496-be53-197dca89f8ba-8a9232c6, #w-node-_92c7ce7f-5cfd-e083-6e86-fd8748a6d52a-8a9232c6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch stretch;
  }

  #w-node-_18f24267-b5e7-25c8-a191-ac8941bf78eb-8a9232c6, #w-node-_18f24267-b5e7-25c8-a191-ac8941bf78ef-8a9232c6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-_18f24267-b5e7-25c8-a191-ac8941bf78f3-8a9232c6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_18f24267-b5e7-25c8-a191-ac8941bf78eb-8a9232c6, #w-node-_18f24267-b5e7-25c8-a191-ac8941bf78ef-8a9232c6 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}


