/* Additional CSS  */

.gm-tab-content .hs-tabs__content__panel--visible {
    align-items: center;
    display: flex !important;
    gap: 40px;
/*     background: #283070; */
    border-radius: 20px;
}

.gm-tab-content {
    background: transparent;
    border: unset !important;
}

.tab-content-heading {
    font-family: Rajdhani;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 60px */
    letter-spacing: -2.4px;
    text-transform: uppercase;
    Content;
    margin-bottom: 22px;
    color: #fff;
}

.gm-tab-content .hs-tabs__text {
    color: #fff;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 28.8px */
    letter-spacing: -0.72px;
}

a.tabs-btn {
    background: #fff;
    color: #102d7b;
    leading-trim: both;
    text-edge: cap;
    font-family: Rajdhani;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 27px */
    letter-spacing: -0.36px;
    text-transform: uppercase;
    padding: 17.5px 56px 17.5px 39px;
    border: 1px solid #fff;
    display: block;
    max-width: max-content;
}

a.tabs-btn:hover {
    text-decoration: unset !important;
    background: transparent;
    color: #fff;
}

.gm-tab-content .hs-tabs__text p {
    margin-bottom: 44px !important;
}

.hs-tabs__tab span {
    color: #FFF;
    text-align: center !important;
    font-family: Rajdhani;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.6px;
    text-transform: uppercase;
    white-space: normal;
}

.hs-tabs__scroll {
    overflow-x: unset !important;
}

.hs-tabs__tab-wrapper {
    gap: 5.05px !important;
}


.hs-tabs__tab {
    width: 115.404px;
    height: 72px;
    width: 115.404px !important;
    width: 115px;
    overflow: unset;
    text-align: center !important;
    line-height: 15px !important;
    padding: 0 5px !important;
    border: unset !important;
    cursor: pointer;
    border-radius: 10px 10px 0 0 !important;
}

.hs-tabs {
    justify-content: center !important;
    overflow: unset !important;
}

.hs-tabs__tab:after {
    display: none !important;
}

.hs-tabs__tab:hover, .hs-tabs__tab:active,.hs-tabs__tab:focus {
    text-align: center !important;
    line-height: 15px !important;
   border-radius: 10px 10px 0 0 !important;
}

.hs-tabs__tab[aria-selected='true'] {
    background-image: url(/hubfs/8013218/Tab%20Texture.png) !important;
}

.hs-tabs__content__panel img.hs-tabs__image {
    border-radius: 20px !important;
}

a.tabs-btn:after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(/hubfs/8013218/Arrow%20Blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transform: scaleX(-1);
    position: relative;
    right: -16px;
    top: 2px;
    transition: right 0.3s ease, filter 0.3s ease; /* animation for movement + color filter */
}

a.tabs-btn:hover:after {
    right: -20px; /* move it slightly more to the right */
    filter: brightness(0) saturate(100%) invert(97%) sepia(0%) saturate(1%) hue-rotate(353deg) brightness(105%) contrast(101%);
}


/* Tabs container */
.hs-tabs,
.hs-tabs__scroll {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.hs-tabs__scroll {
  overflow-x: auto;
}

.hs-tabs__nudge {
  position: absolute;
  top: 0;
  bottom: 0;
  display: none;
  box-sizing: border-box;
  height: 80%;
  width: 16px;
  align-items: center;
}

.hs-tabs__nudge,
.hs-tabs__nudge:hover,
.hs-tabs__nudge:focus,
.hs-tabs__nudge:active {
  /* No button */
  /* stylelint-disable */
  padding: 0;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  background: none;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: left;
  text-decoration: none;
  transition: none;

  margin: auto 0;
  padding: 0;
  background: #fff;
  /* stylelint-enable */
}

.hs-tabs__nudge--show {
  display: flex;
}

.hs-tabs__nudge--right,
.hs-tabs__nudge--right:active,
.hs-tabs__nudge--right:hover,
.hs-tabs__nudge--right:focus {
  right: 0;
  border: 1px solid #ccc;
  border-right: none;
  justify-content: flex-end;
}

.hs-tabs__nudge--left,
.hs-tabs__nudge--left:active,
.hs-tabs__nudge--left:hover,
.hs-tabs__nudge--left:focus {
  z-index: 1;
  left: 0;
  border: 1px solid #ccc;
  border-left: none;
  justify-content: flex-start;
}

.hs-tabs-nudge-icon {
  display: flex;
  height: 100%;
  width: 8px;
  align-items: center;
  fill: currentColor;
}

.hs-tabs-nudge-icon svg {
  width: 8px;
}

.hs-tabs__tab-wrapper {
  display: flex;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  justify-content: space-between;
  gap: 0.25rem;
}

/* Tabs */
.hs-tabs__tab {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
}

.hs-tabs__tab,
.hs-tabs__tab:hover,
.hs-tabs__tab:focus,
.hs-tabs__tab:active {
  /* No button */
  /* stylelint-disable */
  padding: 0;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  background: none;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: left;
  text-decoration: none;
  transition: none;

  /* Tab styles that we need to override from the above no-button styles */
  padding: 0.7rem 1.4rem;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background-color: #eee;
  /* stylelint-enable */
}

.hs-tabs__tab:hover,
.hs-tabs__tab:focus,
.hs-tabs__tab:active {
  background: #fff;
}

.hs-tabs__tab[aria-selected='true'] {
  border-bottom-color: #fff;
  background: #fff;
  font-weight: bold;
}

.hs-tabs__tab-wrapper--has-nudges > .hs-tabs__tab:first-child {
  padding-left: 18px;

  /* Add this as a helper for checking bounding box */
  margin-left: 1px;
}

.hs-tabs__tab-wrapper--has-nudges > .hs-tabs__tab:last-child {
  padding-right: 18px;

  /* Add this as a helper for checking bounding box */
  margin-right: 1px;
}

/* Applies border to pseudo element to prevent jitter when hovering over tabs */

.hs-tabs__tab:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}

.hs-tabs__tab[aria-selected='false']:hover:after,
.hs-tabs__tab[aria-selected='false']:focus:after,
.hs-tabs__tab[aria-selected='true']:after {
  border-bottom: 2px solid;
}

/* Tab content */

.hs-tabs__content {
  display: flex;
  border: 1px solid #ccc;
}

.hs-tabs__content__panel {
  box-sizing: border-box;
  width: 100%;
  padding: 2.8rem;
}



/*******RESPONSIVE*******/

@media screen and (max-width: 1280px) {

.gm-tab-content .hs-tabs__content__panel--visible > * {
    flex: 1;
    max-width: 50%; /* or any % / px you prefer */
}


}

@media screen and (max-width: 1080px) {

.hs-tabs__tab span {
    font-size: 12px;
}

.hs-tabs__tab {
    height: 62px;
    width: 90px !important;
}

.gm-tab-content .hs-tabs__text p {
    margin-bottom: 30px !important;
}

.tab-content-heading {
    font-size: 50px;
}

}

@media screen and (max-width: 980px) {

.gm-tab-content .hs-tabs__content__panel--visible {
    display: flex !important;
    flex-direction: column;
    padding: 40px 30px 70px !important;
}
.gm-tab-content .hs-tabs__content__panel--visible > * {
    flex: 1;
    max-width: 100%; /* or any % / px you prefer */
    text-align: center;
}

.hs-tabs__tab {
    width: 80px !important;
}

.hs-tabs__tab span {
    font-size: 12px;
    line-height: 8px;
}

.gm-tab-content .hs-tabs__content__panel--visible > * {
    flex: 1;
    max-width: 100%; /* or any % / px you prefer */
}

.gm-tab-content .hs-tabs__content__panel--visible {
    flex-direction: column !important;
}

  .hs-tabs__scroll {
    overflow-x: auto !important;
  }

a.tabs-btn {
    margin: 0 auto;
}


}


@media screen and (max-width: 767px) {
  .hs-tabs__scroll {
    width: calc(100% - 112px);
    margin-left: 0;
  }

  .hs-tabs__nudge {
    display: flex;
    width: 48px;
    justify-content: center;
  }

  .hs-tabs__nudge--mobile-disabled {
    opacity: 30%;
  }

  .hs-tabs__nudge--right,
  .hs-tabs__nudge--right:active,
  .hs-tabs__nudge--right:hover,
  .hs-tabs__nudge--right:focus {
    justify-content: center;
  }

  .hs-tabs__nudge--left,
  .hs-tabs__nudge--left:active,
  .hs-tabs__nudge--left:hover,
  .hs-tabs__nudge--left:focus {
    justify-content: center;
  }

/****NEW***/

.dnd_area-row-8-padding {
    padding-right: 30px !important;
    padding-left: 30px !important;
}



.gm-tab-content .hs-tabs__text p {
    margin-bottom: 30px !important;
    font-size: 16px;
}

.tab-content-heading {
    font-size: 40px;
    margin-bottom: 10px;
}

}


@media screen and (max-width: 425px) {

.tab-content-heading {
    font-size: 32px;
    margin-bottom: 10px;
}

a.tabs-btn {
    padding: 17.5px 22px 17.5px 10px;
    font-size: 14px;
}

.gm-tab-content .hs-tabs__content__panel--visible {
    padding: 30px 20px 40px !important;
}

a.tabs-btn:after {
    right: -8px;
}

a.tabs-btn:hover:after {
    right: -12px;
}

a.tabs-btn {
    max-width: 100%;
}

}
