.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-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

.rl_navbar1_container {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: flex;
}

.rl_navbar1_logo-link {
  padding-left: 0;
}

.rl_navbar1_link {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  padding: .5rem 1rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar1_link.w--current {
  color: #000;
}

.rl_navbar1_dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #000;
  padding: .5rem;
}

.rl_navbar1_dropdown-link {
  color: #000;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_navbar1_dropdown-link.w--current {
  color: #000;
}

.rl_navbar1_link-text {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.rl_navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.rl_navbar1_dropdown-toggle {
  color: #000;
  padding: .5rem 2.5rem .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.nav_bar {
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  background-color: #fff;
  border: 1px #000;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
}

.rl-dropdown-icon {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.rl_navbar1_menu-button {
  padding: 0;
}

.landing_pg {
  padding: 160px 5% 92px;
  position: relative;
}

.f-header-avatar-group {
  grid-row-gap: 14px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-header-avatar-block {
  align-items: center;
  display: flex;
}

.f-margin-bottom-49 {
  margin-bottom: 8px;
}

.f-container-regular-3 {
  width: 100%;
  max-width: 1140px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-header-wrapper-left-2 {
  max-width: 620px;
}

.f-header-avatar-text {
  color: #282556;
  margin-left: 24px;
  font-size: 14px;
  font-weight: 500;
}

.f-avatar-group-r {
  width: 48px;
  height: 48px;
  background-color: #e4e6f1;
  border: 3px solid #fff;
  border-radius: 100px;
  margin-right: -16px;
  position: relative;
}

.f-heading-detail-small-3 {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-47, .f-margin-bottom-48 {
  margin-bottom: 20px;
}

.f-paragraph-large-3 {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 20px;
}

.f-h1-heading-3 {
  color: #e2deeb;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 66px;
}

.f-avatar-dark {
  width: 48px;
  height: 48px;
  color: #fff;
  background-color: #160042;
  border: 3px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-right: -14px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
  position: relative;
}

.text-span {
  color: rgba(242, 243, 248, .6);
  text-transform: none;
  font-family: Droid Serif, serif;
  font-style: italic;
  font-weight: 400;
}

.content5-grey-content {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 67px;
  margin-bottom: 67px;
  padding: 47px 67px 67px;
  display: flex;
  position: relative;
  box-shadow: 0 3px 40px rgba(0, 0, 0, .05);
}

.content5-image {
  z-index: -999;
  background-image: url('../images/mainbckgrd.jpg');
  background-position: 0%;
  background-repeat: repeat-x;
  background-size: contain;
  position: relative;
}

.button-small {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #18181d;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 18px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.button-small:hover {
  background-color: #272731;
}

.size1-text {
  white-space: normal;
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 40px;
  font-weight: 300;
  line-height: 52px;
}

.content5-content {
  margin-bottom: 36px;
}

.paragraph-70 {
  opacity: .7;
  margin-bottom: 10px;
}

.button-label {
  text-transform: capitalize;
}

.content5-grid {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
  overflow: hidden;
}

.button-arrow {
  flex: none;
  margin-left: 20px;
  display: inline-block;
}

.sysf-nav-tabs-3 {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 -1px #dde1e6;
}

.sysf-nav-tabs-container-3 {
  max-width: 1232px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 8px;
  display: flex;
}

.sysf-nav-tab-3 {
  color: #636b75;
  background-image: url('../images/Team-Image-8.jpg');
  background-position: 0 0;
  background-size: cover;
  padding: 12em 16px 12px 16em;
}

.sysf-nav-tab-3:hover {
  color: #2f54eb;
}

.sysf-nav-tab-3:active {
  color: #1d39c4;
  background-color: #f2f6ff;
}

.sysf-nav-tab-3:focus {
  color: #2f54eb;
  background-color: #f2f6ff;
}

.sysf-nav-tab-3.w--current {
  color: #2f54eb;
  box-shadow: inset 0 -3px #2f54eb;
}

.content5-image-copy {
  z-index: -999;
  background-image: url('../images/image-682.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: contain;
  background-attachment: scroll;
  position: relative;
}

.udesly-code-snippet-16 {
  display: none;
}

.tabs-menu {
  text-align: center;
}

.tab-link-tab-1 {
  min-height: 100px;
  min-width: 200px;
  filter: blur(2px);
  background-image: url('../images/image-682.png');
  background-position: 0 0;
  background-size: cover;
}

.tab-link-tab-1:focus {
  filter: none;
}

.tab-link-tab-1.w--current {
  min-height: 100px;
  min-width: 200px;
  background-image: url('../images/image-682.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.text-block {
  display: flex;
}

.tab-link-tab-2 {
  min-height: 100px;
  min-width: 200px;
  background-color: rgba(221, 221, 221, .05);
  background-image: url('../images/image-631.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.rl-padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.rl-form-input {
  height: auto;
  min-height: 2.75rem;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.rl-form-input:focus {
  border-color: #000;
}

.rl-form-input::-ms-input-placeholder {
  color: #000;
  font-size: 1rem;
}

.rl-form-input::placeholder {
  color: #000;
  font-size: 1rem;
}

.rl-error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.rl_footer1_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.rl-container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.rl_footer1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_footer1_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

.rl_footer1_line-divider {
  width: 100%;
  height: 1px;
  background-color: #000;
}

.rl_footer1_logo-link {
  padding-left: 0;
}

.rl-text-style-regular {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_footer1_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #000;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.rl_footer1_left-wrapper {
  flex-direction: column;
  display: flex;
}

.rl_footer1_legal-link {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: underline;
}

.rl_footer1_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_footer1_social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.rl_footer1_spacing-block-4 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_footer1_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl_footer1_credit-text {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
}

.rl-button-secondary-small {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  padding: .5rem 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
}

.rl_footer1_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: flex-start;
  justify-items: start;
  display: flex;
}

.rl_footer1_spacing-block-3 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_footer1_spacing-block-6 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_footer1_form-block {
  max-width: 35rem;
  margin-bottom: 0;
}

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

.rl_footer1_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: none;
}

.rl_footer1_spacing-block-5 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_footer_column-text {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl-text-style-link {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.rl-text-style-tiny {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.f-tab-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.f-tabs-menu {
  background-image: url('../images/grit-screen-thumbnail2x.png');
  background-position: 0 0;
  background-size: auto;
  border: 2px rgba(100, 46, 255, 0);
  border-radius: 12px;
  margin-bottom: 24px;
}

.f-tab-button-l {
  filter: blur(5px);
  color: #160042;
  text-align: center;
  letter-spacing: -.01em;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/image-682.png');
  background-position: 0 0;
  background-size: cover;
  padding: 40px 44px;
  font-size: 14px;
  line-height: 24px;
}

.f-tab-button-l.w--current {
  filter: none;
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #0124e6;
  background-image: url('../images/image_681-removebg-preview.png');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  border-radius: 8px 0 0 8px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  font-weight: 500;
}

.f-tab-button-middle {
  color: #160042;
  text-align: center;
  letter-spacing: -.01em;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  padding: 12px 44px;
  font-size: 14px;
  line-height: 24px;
}

.f-tab-button-middle.w--current {
  color: #fff;
  background-color: #642eff;
  font-weight: 500;
}

.f-tab-button-r {
  color: #160042;
  text-align: center;
  letter-spacing: -.01em;
  background-color: rgba(0, 0, 0, 0);
  padding: 12px 44px;
  font-size: 14px;
  line-height: 24px;
}

.f-tab-button-r.w--current {
  color: #fff;
  text-align: center;
  background-color: #642eff;
  border-radius: 0 8px 8px 0;
  font-weight: 500;
}

.f-tab-pane-2 {
  background-color: #f7f9fd;
  border-radius: 12px;
  padding: 24px;
}

.f-tab-heading-2 {
  color: #160042;
  letter-spacing: -.03em;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.f-paragraph-regular-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.text-block-2 {
  display: block;
}

.f-container-regular-4 {
  width: 100%;
  max-width: 1140px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-title-wrapper-center-2 {
  z-index: 5;
  width: 100%;
  max-width: 580px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-title-wrapper-center-2.margin-bottom-48 {
  margin-bottom: 48px;
}

.f-h6-heading-2 {
  color: #0a0a0a;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.f-logo-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.f-logo-plain {
  min-height: 96px;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.logo_section {
  width: 100%;
  max-width: 1140px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.footer_section {
  padding-left: 5%;
  padding-right: 5%;
}

.uui-space-xsmall-14 {
  width: 100%;
  min-height: 1rem;
}

.uui-container-large-20 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-field-label-6 {
  color: #344054;
  margin-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.success-text-6 {
  font-weight: 600;
}

.uui-contact05_form-wrapper {
  flex-direction: column;
  align-items: stretch;
  margin-top: 3rem;
  margin-bottom: 0;
}

.uui-text-style-link-12 {
  color: #475467;
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link-12:hover {
  color: #344054;
}

.uui-form-checkbox-6 {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.uui-text-style-link-02-4 {
  color: #003bc9;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.uui-heading-subheading-16 {
  color: #003bc9;
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-xxsmall-9 {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-space-small-12 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-container-small-4 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-text-size-large-18 {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-contact13_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: start;
  margin-top: 4rem;
  display: grid;
}

.uui-form_input-12 {
  height: auto;
  min-height: 2.75rem;
  color: #101828;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-form_input-12:focus {
  color: #101828;
  border-color: #d6bbfb;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

.uui-form_input-12::-ms-input-placeholder {
  color: #667085;
}

.uui-form_input-12::placeholder {
  color: #667085;
}

.uui-form_input-12.text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.uui-page-padding-22 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-form-checkbox-icon-6 {
  width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .375rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .75rem;
  transition: all .3s;
}

.uui-form-checkbox-icon-6:hover {
  background-color: #f9f5ff;
  border-color: #7f56d9;
}

.uui-form-checkbox-icon-6.w--redirected-checked {
  box-shadow: none;
  background-color: #f9f5ff;
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .875rem .875rem;
  background-attachment: scroll;
  border-width: 1px;
  border-color: #7f56d9;
  border-radius: .25rem;
}

.uui-form-checkbox-icon-6.w--redirected-focus {
  background-color: #f9f5ff;
  border-color: #7f56d9;
  border-radius: .25rem;
  box-shadow: 0 0 0 4px #f4ebff;
}

.uui-contact13_item {
  width: 100%;
  background-color: #f9fafb;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.uui-max-width-large-18 {
  width: 100%;
  max-width: 48rem;
}

.uui-form-checkbox-label-6 {
  color: #344054;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.error-message-7 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.uui-space-xxsmall-8 {
  width: 100%;
  min-height: .5rem;
}

.uui-button-24 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #003bc9;
  border: 1px rgba(127, 86, 217, .02);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-24:hover {
  background-color: #003bc9;
  border-color: #6941c6;
}

.uui-button-24:focus {
  background-color: #0124e6;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

.uui-form-field-wrapper-6 {
  position: relative;
}

.uui-contact05_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.success-message-7 {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.uui-icon-1x1-xsmall-10 {
  width: 1.5rem;
  height: 1.5rem;
  color: #003bc9;
}

.uui-padding-vertical-xhuge-21 {
  padding-top: 1rem;
  padding-bottom: 7rem;
}

.uui-heading-medium-15 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-form-button-wrapper-6 {
  flex-direction: column;
  margin-top: .5rem;
  display: flex;
}

.uui-space-xxlarge-5 {
  width: 100%;
  min-height: 5rem;
}

.uui-text-size-medium-15 {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-contact05_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.error-text-6 {
  color: #e23939;
}

.icon-featured-square-large {
  width: 3rem;
  height: 3rem;
  color: #fff;
  background-color: #f3f3f3;
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.background-video {
  background-color: rgba(10, 10, 10, .33);
  margin-top: 100px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button {
  background-color: #0124e6;
  padding: 15px 40px;
}

.f-container-regular-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.uui-icon-1x1-xsmall-9-copy {
  width: 1.5rem;
  height: 1.5rem;
  color: #615f64;
  position: static;
}

.uui-contact04_contact-list-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3rem;
  display: grid;
}

.uui-button-22 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #1851e5;
  border: 1px rgba(255, 255, 255, .02);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-22:hover {
  border-color: #6941c6;
}

.uui-button-22:focus {
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

.f-margin-bottom-45 {
  margin-bottom: 24px;
}

.uui-contact04_form-3 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: grid;
}

.f-h1-heading-4 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 1.2;
}

.uui-padding-vertical-xhuge-18 {
  padding-top: 4rem;
  padding-bottom: 7rem;
}

.paragraph {
  margin-bottom: 0;
}

.form-field-2col-4 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-icon-1x1-xsmall-9-copy-2 {
  width: 1.5rem;
  height: 1.5rem;
  color: #615f64;
  position: absolute;
}

.uui-contact04_form-wrapper-3 {
  flex-direction: column;
  align-items: stretch;
}

.uui-contact04_icon-wrapper-3 {
  color: #0e0e0e;
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
  position: relative;
}

.uui-contact04_item-3 {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.uui-contact04_component-3 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-icon-1x1-xsmall-9 {
  width: 1.5rem;
  height: 1.5rem;
  color: #615f64;
  position: absolute;
}

.html-embed-3 {
  position: absolute;
}

.uui-form_input-10 {
  height: auto;
  min-height: 2.75rem;
  color: #0034b9;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-form_input-10:focus {
  color: #1851e5;
  border-color: #d6bbfb;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

.uui-form_input-10::-ms-input-placeholder {
  color: #667085;
}

.uui-form_input-10::placeholder {
  color: #667085;
}

.uui-form_input-10.text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.uui-contact04_item-3-copy {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.uui-icon-1x1-xsmall-9-copy-3 {
  width: 1.5rem;
  height: 1.5rem;
  color: #615f64;
  position: static;
}

.f-heading-detail-small {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: capitalize;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
}

.uui-text-style-link-02-3 {
  color: #1851e5;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.text-span-2 {
  font-size: 15px;
  font-weight: 700;
}

.f-tab-3 {
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

.text-block-3, .text-block-4 {
  font-size: 12px;
}

.f-tab-toggle-menu {
  background-color: #f3f5fb;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  padding: 8px;
  display: block;
}

.f-tab-button-toggle {
  aspect-ratio: auto;
  color: #160042;
  text-align: center;
  letter-spacing: -.01em;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  padding: 12px 60px;
  font-size: 14px;
  line-height: 18px;
}

.f-tab-button-toggle.w--current {
  color: #160042;
  background-color: #fff;
  font-weight: 500;
  box-shadow: 3px 8px 20px rgba(141, 155, 190, .16);
}

.f-paragraph-regular-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-tab-heading-3 {
  color: #160042;
  letter-spacing: -.03em;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.f-tab-pane-3 {
  background-color: #f7f9fd;
  border-radius: 12px;
  padding: 24px;
}

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

.f-logo-gradient-r {
  z-index: 5;
  width: 140px;
  background-image: linear-gradient(267deg, #fff, #fff 21%, rgba(255, 255, 255, .64) 51%, rgba(255, 255, 255, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.f-logo-group {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.f-logo-carousel {
  flex: none;
  display: flex;
}

.f-logo-carousel-wrap {
  min-height: 104px;
  background-color: #fff;
  border-radius: 16px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-logo-css {
  display: none;
}

.f-section-large-4 {
  padding: 40px 5% 20px;
  position: relative;
}

.f-logo-cell {
  min-height: 96px;
  min-width: 140px;
  background-color: rgba(243, 245, 251, 0);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-left: 14px;
  margin-right: 14px;
  padding: 24px;
  transition: background-color .3s;
  display: flex;
}

.f-logo-cell:hover {
  background-color: #e4e6f1;
}

.f-logo-gradient-l {
  z-index: 5;
  width: 140px;
  background-image: linear-gradient(to right, #fff, #fff 25%, rgba(255, 255, 255, .73) 60%, rgba(255, 255, 255, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.f-container-regular-5 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-h6-heading-3 {
  color: #030303;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.f-tab-5 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.f-tab-toggle-menu-2 {
  text-align: center;
  background-color: #f3f5fb;
  border-radius: 8px;
  align-items: center;
  margin-bottom: 24px;
  padding: 8px;
  display: flex;
}

.f-tab-button-toggle-2 {
  color: #160042;
  text-align: center;
  letter-spacing: -.01em;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  padding: 12px 44px;
  font-size: 14px;
}

.f-tab-button-toggle-2.w--current {
  color: #160042;
  background-color: #fff;
  font-weight: 500;
  box-shadow: 3px 8px 20px rgba(141, 155, 190, .16);
}

.f-tab-pane-4 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 12px;
  padding: 24px;
}

.f-tab-heading-4 {
  color: #160042;
  letter-spacing: -.03em;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.f-paragraph-regular-4 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-logo-gradient-l-copy {
  z-index: 5;
  width: 140px;
  background-image: linear-gradient(270deg, #fff, #fff 25%, rgba(255, 255, 255, .73) 60%, rgba(255, 255, 255, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.f-heading-detail-small-4 {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-testimonial-slider-mask {
  width: 350px;
  overflow: visible;
}

.f-margin-bottom-53 {
  margin-bottom: 16px;
}

.f-testimonial-background {
  width: 100%;
  height: 30%;
  background-color: #f7f9fd;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.f-testimonial-card {
  color: #160042;
  background-color: #fff;
  padding: 32px;
  box-shadow: 23px 23px 64px -16px rgba(57, 59, 106, .06);
}

.f-testimonial-author {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-testimonial-author:hover {
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 23px 23px 64px -16px rgba(57, 59, 106, .06);
}

.f-testimonial-slide {
  margin-right: 40px;
}

.f-testimonial-slider-large {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 48px;
}

.f-testimonial-avatar-small {
  width: 48px;
  height: 48px;
  min-height: 48px;
  min-width: 48px;
  background-color: #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-h3-heading {
  color: #333;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.2;
}

.f-testimonial-left-a {
  width: 40px;
  height: 40px;
  color: #393b6a;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 6px;
  transition: all .3s;
  display: flex;
  top: -90px;
  bottom: auto;
  left: auto;
  right: 60px;
}

.f-testimonial-left-a:hover {
  color: #fff;
  background-color: #0124e6;
}

.f-testimonial-section {
  background-color: #fff;
  padding: 40px 5% 100px;
  display: none;
  position: relative;
  overflow: hidden;
}

.f-paragraph-regular-5 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular-5.f-text-weight-medium {
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, .64);
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  transition: background-color .575s cubic-bezier(.39, .575, .565, 1);
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.f-paragraph-regular-5.f-text-weight-medium:hover {
  background-color: rgba(1, 36, 230, .03);
  background-image: linear-gradient(rgba(1, 36, 230, .33) 12%, rgba(9, 235, 122, .06));
}

.f-testimonial-right-a {
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: #0124e6;
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 6px;
  transition: all .3s;
  display: flex;
  top: -90px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.f-testimonial-right-a:hover {
  color: #fff;
  background-color: rgba(1, 36, 229, .9);
  border-style: none;
  border-color: #160042;
}

.f-avatar-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.f-container-regular-6 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-icon-regular-4 {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.f-slide-nav-hidden {
  display: none;
  bottom: -50px;
}

.f-margin-bottom-54 {
  margin-bottom: 12px;
}

.div-block {
  transition: opacity .2s;
  display: block;
  position: relative;
}

.image {
  object-fit: cover;
  position: relative;
}

.image-copy {
  position: relative;
}

.div-block-2 {
  height: 400px;
  object-fit: fill;
  background-image: url('../images/image-682.png');
  background-position: 50%;
  background-size: cover;
  overflow: hidden;
}

.div-block-2-copy {
  height: 400px;
  object-fit: fill;
  background-image: url('../images/image-631.png');
  background-position: 63% 0;
  background-repeat: repeat-x;
  background-size: auto 110%;
  background-attachment: scroll;
  overflow: hidden;
}

.div-block-2-copy-copy, .card_img3 {
  height: 400px;
  object-fit: fill;
  background-image: url('../images/image-683.png');
  background-position: 35%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: scroll;
  overflow: hidden;
}

.card_img2 {
  height: 400px;
  object-fit: fill;
  background-image: url('../images/image-682.png');
  background-position: 35%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: scroll;
  overflow: hidden;
}

.subtitle {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4em;
}

.product-slider-arrow {
  z-index: 20;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 80px;
  left: auto;
  right: 0%;
}

.product-slider-arrow.left {
  right: 72px;
}

.grid-wrapper {
  z-index: 10;
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(80px, 1fr) minmax(auto, 1400px) minmax(80px, 1fr);
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  position: relative;
}

.background {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url('../images/image-683.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.hero-slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.hero-slide {
  height: 100%;
}

.vacation-hero {
  min-height: 700px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-nav {
  display: none;
}

.slider-background-wrapper {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  padding: 120px 148px;
  display: flex;
}

.slider-background-wrapper.hero-wrapper {
  margin-left: auto;
  margin-right: auto;
  position: static;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
}

.subtitle-text-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 48px 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 18px;
  display: grid;
}

.horizontal-line {
  height: 1px;
  background-color: rgba(192, 192, 211, .2);
  flex: 1;
}

.horizontal-line.light {
  background-color: rgba(192, 192, 211, .45);
}

.overlay {
  background-color: rgba(15, 19, 38, .55);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.xxl-heading {
  font-size: 44px;
  font-weight: 400;
  line-height: 1.1em;
}

.product-hero-content {
  z-index: 10;
  height: 100%;
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 80px;
  padding-left: 80px;
  display: flex;
  position: relative;
}

.hero-slider-mask {
  overflow: visible;
}

.vacation-hero-intro {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 136px;
  display: flex;
}

.slider-arrow-icon {
  width: 16px;
}

.slider-background {
  width: 100%;
  min-width: 100vw;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
  overflow: hidden;
}

.hero-slide-copy {
  height: 100%;
}

.background1 {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url('../images/image-681.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.rl-text-style-subheading {
  color: #f6f5f5;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.rl_header44_component {
  width: 100%;
  max-width: 48rem;
  color: #fdfdfd;
}

.rl-button-2 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
}

.rl-button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.rl-text-style-medium-2 {
  color: #f3efef;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_header44_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_header44_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-button-secondary {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
}

.rl-padding-section-large {
  z-index: 99;
  color: #ebe6e6;
  padding-top: 7rem;
  padding-bottom: 7rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.rl_header44_spacing-block-3 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-heading-style-h1-2 {
  color: #fdf8f8;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.background-copy {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url('../images/image-683-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.preloader {
  z-index: 10000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.preloader-indicator {
  z-index: 25;
  width: 40%;
  height: 2px;
  max-width: 250px;
  background-color: rgba(192, 192, 211, .2);
  position: relative;
}

.prloader-fill {
  width: 20%;
  height: 100%;
  background-color: #081c3a;
}

.preloader-top {
  height: 50%;
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.preloader-bottom {
  height: 50%;
  background-color: #fff;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.location-indicator-fill {
  width: 25%;
  height: 100%;
  background-color: #081c3a;
  border-radius: 100px;
}

.popular-vacations-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.vacations-tabs-wrapper {
  padding: 0;
  position: relative;
}

.membership-outline-circle {
  background-color: #fff;
  border: 2px solid #e6e6f3;
  border-radius: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.vacations-tabs-content {
  width: 100%;
  overflow: visible;
}

.vacations-tab-menu {
  width: 100%;
  height: 60px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px #e6e6f3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 72px;
  display: grid;
}

.membership-dot {
  z-index: 10;
  width: 12px;
  height: 12px;
  background-color: #e6e6f3;
  border-radius: 100px;
  position: relative;
}

.vacations-tab-link {
  width: 100%;
  height: 60px;
  color: #516381;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0);
  justify-content: center;
  align-items: center;
  padding: 0 20px 36px;
  font-size: 12px;
  transition: color .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.vacations-tab-link:hover {
  color: #3682ff;
}

.vacations-tab-link.w--current {
  color: #081c3a;
  background-color: rgba(255, 255, 255, 0);
}

.membership-circle {
  z-index: 20;
  width: 42px;
  height: 42px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -21px;
  left: auto;
  right: auto;
}

.popular-vacations {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  box-shadow: none;
  background-color: #fff;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 36px 36px 0;
  display: grid;
}

.vacations-tabs {
  z-index: 30;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.location-indicator {
  height: 2px;
  background-color: #e6e6f3;
  border-radius: 100px;
  position: absolute;
  top: 60px;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.text-block-6, .text-block-7, .text-block-8, .text-block-9, .text-block-10, .text-block-11, .text-block-12 {
  text-align: center;
}

.rl-heading-style-h4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.rl_layout28_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_layout28_image-wrapper {
  overflow: hidden;
}

.rl-text-style-regular-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.rl_layout28_tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl-padding-section-large-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.rl_layout28_tabs-link {
  background-color: rgba(0, 0, 0, 0);
  border-left: 2px solid rgba(0, 0, 0, 0);
  padding: 0 0 0 2rem;
  display: block;
}

.rl_layout28_tabs-link:hover {
  opacity: .57;
}

.rl_layout28_tabs-link.w--current {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  border-left-color: #000;
}

.rl_layout28_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.rl-heading-style-h4-copy {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3;
}

.rl_layout250_spacing-block-3 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_layout250_content {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.rl-button-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  padding: .25rem 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.rl_layout250_heading-wrapper {
  width: 100%;
  max-width: 48rem;
}

.rl_layout250_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_layout250_spacing-block-2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-button-group-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.rl_home4-features_image-wrapper {
  width: 100%;
  position: relative;
}

.rl-button-link-icon {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl_layout250_component {
  flex-direction: column;
  align-items: flex-start;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: flex;
}

.rl-text-style-regular-3 {
  color: #3a3838;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.rl-padding-section-large-3 {
  padding-top: 2rem;
  padding-bottom: 7rem;
}

.rl-heading-style-h5 {
  color: #f8f5f5;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.rl_layout250_spacing-block-4 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_layout250_item {
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.rl-heading-style-h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.div-block-3 {
  height: 160px;
  background-image: url('../images/image-684.png');
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.image-2 {
  position: static;
}

.rl_layout28_image-wrapper-copy {
  margin-top: 40px;
}

.div-block-4 {
  max-height: 200px;
}

.div-block-5, .tabs-content, .tabs-content-2, .tabs-content-3, .tabs-content-4 {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.div-block-3-copy {
  height: 160px;
  background-image: url('../images/image-684_1.png');
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.div-block901 {
  height: 160px;
  background-image: url('../images/image-685_1.png');
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.div-block-3-copy, .internet-services {
  height: 160px;
  background-image: url('../images/image-684.png');
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.electronic-data-interchange-edi {
  height: 160px;
  background-image: url('../images/image-685.png');
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.value-chain-services {
  height: 160px;
  background-image: url('../images/image-686.png');
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.security {
  height: 160px;
  background-image: url('../images/image-687.png');
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.e-community {
  height: 160px;
  background-image: url('../images/image-683-1.png');
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.document-management {
  height: 160px;
  background-image: url('../images/image-689_1.png');
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.div-block-3-copy-copy {
  height: 160px;
  background-image: url('../images/image-684.png');
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.network-management-services {
  height: 160px;
  background-image: url('../images/image-683_1.png');
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.div-block-3-copy-copy, .div-block-3-copy-copy-copy, .nrwl-mngt {
  height: 160px;
  background-image: url('../images/image-684_1.png');
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.stra-conslng {
  height: 160px;
  background-image: url('../images/image-683.png'), url('../images/image-684.png');
  background-position: 0 0, 0 0;
  background-size: cover, cover;
  position: relative;
}

.dprocessing {
  height: 160px;
  background-image: url('../images/image-689_1.png');
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.settlemntpro {
  height: 160px;
  background-image: url('../images/image-605.png');
  background-position: 50% 100%;
  background-size: auto;
  position: relative;
}

.claims {
  height: 160px;
  background-image: url('../images/image-685_1.png');
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.entcustmngt {
  height: 160px;
  background-image: url('../images/image-63.png');
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.others {
  height: 160px;
  background-image: url('../images/image-686-1.png');
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.stragtegy {
  height: 160px;
  background-image: url('../images/image-683.png');
  background-position: 0 0;
  background-size: auto;
  position: relative;
}

.ops {
  height: 160px;
  background-image: url('../images/image-686-1.png');
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.infotech {
  height: 160px;
  background-image: url('../images/image-685-1.png');
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.execsrch {
  height: 160px;
  background-image: url('../images/image-605.png');
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.blog-card-image.featured-v1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text-uppercase {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.text-200 {
  font-size: 18px;
  line-height: 20px;
}

.text-200.bold {
  text-transform: capitalize;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.blog-card-content-default {
  padding-left: 2em;
  padding-right: 2em;
}

.blog-card-image-wrapper {
  border-radius: 12px;
  overflow: hidden;
  transform: translate(0);
}

.blog-card-image-wrapper.featured-v1 {
  width: 314px;
  height: 314px;
  min-height: 314px;
  min-width: 314px;
}

.blog-card-bg-date-container {
  align-items: center;
  display: flex;
}

.avatar-circle {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  transform: translate(0);
}

.avatar-circle._01 {
  width: 32px;
  height: 32px;
  max-height: 32px;
  max-width: 32px;
}

.avatar-circle._01.blog-card-bg-author-image {
  margin-right: 8px;
}

.line-rounded-icon.clock-icon {
  color: #fff;
  margin-right: 10px;
  font-size: 23px;
  line-height: 26px;
}

.line-rounded-icon.clock-icon.dark {
  color: #131313;
}

.text-100 {
  font-size: 16px;
  line-height: 18px;
}

.text-100.bold {
  font-weight: 700;
}

.mg-bottom-24px {
  margin-bottom: 24px;
}

.author-container {
  align-items: center;
  margin-right: 30px;
  display: flex;
}

.blog-card-details-container {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns.blog-card-primary {
  grid-column-gap: 32px;
  grid-template-columns: auto 1fr;
  display: block;
}

.news {
  display: none;
}

.ops-copy {
  height: 160px;
  background-image: url('../images/image-686-1.png');
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.infotech-copy {
  height: 160px;
  background-image: url('../images/image-685-1.png');
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.execsrch-copy {
  height: 160px;
  background-image: url('../images/image-605.png');
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.stragtegy-copy {
  height: 160px;
  background-image: url('../images/image-683.png');
  background-position: 0 0;
  background-size: auto;
  position: relative;
}

.entcustmngt-copy {
  height: 160px;
  background-image: url('../images/image-63.png');
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.claims-copy {
  height: 160px;
  background-image: url('../images/image-685_1.png');
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.settlemntpro-copy {
  height: 160px;
  background-image: url('../images/image-605.png');
  background-position: 50% 100%;
  background-size: auto;
  position: relative;
}

.others-copy {
  height: 160px;
  background-image: url('../images/image-686-1.png');
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.dprocessing-copy, .document-management-copy {
  height: 160px;
  background-image: url('../images/image-689_1.png');
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.e-community-copy {
  height: 160px;
  background-image: url('../images/image-683-1.png');
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.security-copy {
  height: 160px;
  background-image: url('../images/image-687.png');
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.value-chain-services-copy {
  height: 160px;
  background-image: url('../images/image-686.png');
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.electronic-data-interchange-edi-copy {
  height: 160px;
  background-image: url('../images/image-685.png');
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.internet-services-copy {
  height: 160px;
  background-image: url('../images/image-684.png');
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.stra-conslng-copy {
  height: 160px;
  background-image: url('../images/image-683.png');
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.document-management-copy-copy {
  height: 160px;
  background-image: url('../images/image-689_1.png');
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.network-management-services-copy {
  height: 160px;
  background-image: url('../images/image-683_1.png');
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.div-block-7 {
  height: 160px;
}

.voicesolu {
  height: 160px;
  background-image: url('../images/image-685_1.png');
  background-position: 0 0;
  background-size: cover;
}

.ntwrkservice {
  height: 160px;
  background-image: url('../images/image-683_1.png');
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.edi {
  height: 160px;
  background-image: url('../images/image-685.png');
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.div-block-8 {
  height: 160px;
  background-image: url('../images/image-684_1.png');
  background-position: 0 0;
  background-size: cover;
}

.internetser {
  height: 160px;
  background-image: url('../images/image-684.png');
  background-position: 0 0;
  background-size: cover;
}

.strategy-consulting {
  height: 160px;
  background-image: url('../images/image-63.png');
  background-position: 0 0;
  background-size: cover;
}

.securityfeatures {
  height: 160px;
  background-image: url('../images/image-687.png');
  background-position: 0 0;
  background-size: cover;
}

.valuechain {
  height: 160px;
  background-image: url('../images/image-686.png');
  background-position: 0 0;
  background-size: cover;
}

.div-block-9 {
  height: 160px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
}

.e-commu {
  height: 160px;
  background-image: url('../images/image-683-1.png');
  background-position: 0 0;
  background-size: cover;
}

.documngt {
  height: 160px;
  background-image: url('../images/image-689_1.png');
  background-position: 0 0;
  background-size: cover;
}

.otherssolution {
  height: 160px;
  background-image: url('../images/image-686-1.png');
  background-position: 0 0;
  background-size: cover;
}

.documngt2 {
  height: 160px;
  background-image: url('../images/image-689_1.png');
  background-position: 0 0;
  background-size: cover;
}

.settlement {
  height: 160px;
  background-image: url('../images/image-605.png');
  background-position: 50% 100%;
  background-size: auto;
}

.claims-copy-copy {
  height: 160px;
  background-image: url('../images/image-685_1.png');
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.claimssolution {
  height: 160px;
  background-image: url('../images/image-685_1.png');
  background-position: 0 0;
  background-size: cover;
}

.enterprisesolution {
  height: 160px;
  background-image: url('../images/image-683-1.png');
  background-position: 0 0;
  background-size: auto;
}

.ntwrksecurity {
  height: 160px;
  background-image: url('../images/image-684_1.png');
  background-position: 0 0;
  background-size: cover;
}

.executives {
  height: 160px;
  background-image: url('../images/image-605.png');
  background-position: 0 0;
  background-size: cover;
}

.infotechsolution {
  height: 160px;
  background-image: url('../images/image-685-1.png');
  background-position: 0 0;
  background-size: cover;
}

.opsolution {
  height: 160px;
  background-image: url('../images/image-686-1.png');
  background-position: 0 0;
  background-size: cover;
}

.strag {
  height: 160px;
  background-image: url('../images/image-683.png');
  background-position: 0 0;
  background-size: auto;
}

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

.rl_navbar1_link-copy {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  padding: .5rem 1rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  display: none;
}

.rl_navbar1_link-copy.w--current {
  color: #000;
}

.preloader-2 {
  z-index: 10000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-small-copy {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #003bc9;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 18px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.button-small-copy:hover {
  background-color: #2342ee;
}

.div-block-10 {
  display: inline-block;
}

.image-3 {
  z-index: -999;
  position: relative;
}

.div-block-11 {
  margin-left: 10px;
}

@media screen and (min-width: 1280px) {
  .popular-vacations-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .membership-outline-circle:hover {
    border-color: #1616d1;
  }

  .popular-vacations {
    padding-top: 48px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .rl-heading-style-h5 {
    color: #f8f4f4;
  }

  .rl-heading-style-h3 {
    font-weight: 400;
  }

  .div-block-3 {
    height: 160px;
    background-image: url('../images/image-683_1.png');
    background-position: 50% 0;
    background-size: cover;
  }

  .image-2 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .div-block-6 {
    object-fit: contain;
  }

  .div-block-3-copy, .div-block901 {
    height: 160px;
    background-image: url('../images/image-689.png');
    background-position: 50% 0;
    background-size: cover;
  }

  .div-block-3-copy, .internet-services, .electronic-data-interchange-edi, .value-chain-services, .security, .e-community, .document-management, .div-block-3-copy-copy, .network-management-services {
    height: 160px;
    background-image: url('../images/image-683_1.png');
    background-position: 50% 0;
    background-size: cover;
  }

  .div-block-3-copy-copy, .div-block-3-copy-copy-copy, .nrwl-mngt {
    height: 160px;
    background-image: url('../images/image-689.png');
    background-position: 50% 0;
    background-size: cover;
  }

  .stra-conslng, .dprocessing, .settlemntpro, .claims, .entcustmngt, .others, .stragtegy, .ops, .infotech, .execsrch, .ops-copy, .infotech-copy, .execsrch-copy, .stragtegy-copy, .entcustmngt-copy, .claims-copy, .settlemntpro-copy, .others-copy, .dprocessing-copy, .document-management-copy, .e-community-copy, .security-copy, .value-chain-services-copy, .electronic-data-interchange-edi-copy, .internet-services-copy, .stra-conslng-copy, .document-management-copy-copy, .network-management-services-copy, .ntwrkservice, .edi, .claims-copy-copy {
    height: 160px;
    background-image: url('../images/image-683_1.png');
    background-position: 50% 0;
    background-size: cover;
  }
}

@media screen and (min-width: 1440px) {
  .button:hover {
    -webkit-backdrop-filter: contrast(200%);
    backdrop-filter: contrast(200%);
  }

  .popular-vacations-wrapper {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }
}

@media screen and (max-width: 991px) {
  .rl_menu-icon {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .rl_menu-icon_line-top {
    width: 24px;
    height: 2px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon_line-middle {
    width: 24px;
    height: 2px;
    background-color: #000;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_menu-icon_line-bottom {
    width: 24px;
    height: 2px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .rl_navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .rl_navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .rl_navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .rl_navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .rl_navbar1_menu.is-page-height-tablet {
    height: 100vh;
    padding-bottom: 15rem;
  }

  .rl_navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .rl_menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl-dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .rl_navbar1_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .content5-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .sysf-nav-tabs-container-3 {
    overflow: scroll;
  }

  .sysf-nav-menu-3 {
    display: flex;
  }

  .sysf-nav-tab-3 {
    flex: none;
  }

  .rl-padding-section-medium {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .rl_footer1_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .rl_footer1_spacing-block-5 {
    padding-bottom: 4.5rem;
  }

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

  .uui-contact05_component {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .uui-padding-vertical-xhuge-21 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-space-xxlarge-5 {
    min-height: 4.5rem;
  }

  .uui-contact04_contact-list-3 {
    margin-top: 2rem;
  }

  .uui-padding-vertical-xhuge-18 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-contact04_component-3 {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .f-logo-carousel-wrap {
    width: 95%;
  }

  .f-tab-5 {
    align-items: stretch;
  }

  .f-tab-toggle-menu-2 {
    flex-direction: column;
    display: block;
  }

  .f-testimonial-slider-mask {
    width: 420px;
  }

  .f-testimonial-background {
    height: 20%;
  }

  .product-slider-arrow {
    bottom: 48px;
  }

  .product-slider-arrow.left {
    bottom: 120px;
    right: 0;
  }

  .grid-wrapper {
    grid-template-columns: minmax(65px, 1fr) minmax(auto, 1400px) minmax(65px, 1fr);
  }

  .vacation-hero {
    min-height: 600px;
  }

  .slider-background-wrapper {
    padding: 60px;
  }

  .slider-background-wrapper.hero-wrapper {
    height: auto;
    min-height: auto;
    padding-left: 60px;
  }

  .xxl-heading {
    font-size: 54px;
  }

  .product-hero-content {
    padding-bottom: 48px;
    padding-left: 36px;
    padding-right: 60px;
  }

  .vacation-hero-intro {
    padding-right: 18px;
  }

  .rl-padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl-heading-style-h1-2 {
    font-size: 3.25rem;
  }

  .popular-vacations-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .popular-vacations {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .collection-list-wrapper {
    height: 100%;
  }

  .rl-heading-style-h4 {
    font-size: 1.75rem;
  }

  .rl-padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl_layout28_component {
    grid-column-gap: 3rem;
  }

  .rl-heading-style-h4-copy {
    font-size: 1.75rem;
  }

  .rl_layout250_content {
    grid-column-gap: 2rem;
  }

  .rl_layout250_spacing-block-1 {
    padding-bottom: 4.5rem;
  }

  .rl-padding-section-large-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl-heading-style-h3 {
    font-size: 2.25rem;
  }

  .blog-card-image {
    width: 100%;
  }

  .blog-card-image-wrapper.featured-v1 {
    width: 100%;
    height: 100%;
    min-height: auto;
    min-width: auto;
  }

  .grid-2-columns.blog-card-primary {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .rl_navbar1_link-copy {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .aboutus {
    margin-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .rl_navbar1_logo-link {
    padding-left: 0;
  }

  .nav_bar {
    height: auto;
    min-height: 4rem;
  }

  .landing_pg {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-h1-heading-3 {
    margin-top: 0;
    font-size: 48px;
  }

  .content5-grey-content {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    margin-bottom: 30px;
    padding: 0;
  }

  .content5-image {
    height: 360px;
  }

  .size1-text {
    font-size: 34px;
    line-height: 42px;
  }

  .content5-grid {
    max-width: none;
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .sysf-nav-menu-3 {
    display: flex;
  }

  .sysf-nav-tab-3 {
    flex: none;
  }

  .content5-image-copy {
    height: 360px;
  }

  .rl-padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .rl_footer1_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .rl_footer1_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl_footer1_top-wrapper {
    grid-row-gap: 3rem;
  }

  .rl_footer1_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl_footer1_spacing-block-4 {
    padding-bottom: .75rem;
  }

  .rl_footer1_credit-text {
    margin-top: 1.5rem;
  }

  .rl_footer1_spacing-block-3 {
    padding-bottom: .75rem;
  }

  .rl_footer1_spacing-block-6 {
    padding-bottom: 1.5rem;
  }

  .rl_footer1_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .rl_footer1_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .rl_footer1_spacing-block-5 {
    padding-bottom: 3rem;
  }

  .f-tabs-menu {
    width: 100%;
    flex-direction: column;
    display: flex;
  }

  .f-tab-button-l.w--current {
    border-radius: 8px 8px 0 0;
  }

  .f-tab-button-r.w--current {
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
  }

  .uui-space-xsmall-14 {
    min-height: .75rem;
  }

  .uui-contact05_form-wrapper {
    margin-top: 2rem;
  }

  .uui-heading-xxsmall-9 {
    font-size: 1.125rem;
  }

  .uui-space-small-12 {
    min-height: 1.25rem;
  }

  .uui-text-size-large-18 {
    font-size: 1rem;
  }

  .uui-contact13_component {
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .uui-page-padding-22 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-contact13_item {
    padding: 1.5rem;
  }

  .uui-button-24 {
    font-size: 1rem;
  }

  .uui-button-24:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .uui-contact05_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-21 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-heading-medium-15 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-space-xxlarge-5 {
    min-height: 3rem;
  }

  .uui-button-22 {
    font-size: 1rem;
  }

  .uui-button-22:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .f-h1-heading-4 {
    margin-top: 0;
    font-size: 48px;
  }

  .uui-padding-vertical-xhuge-18 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-contact04_component-3 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .f-tab-3 {
    flex-direction: column;
    align-items: center;
  }

  .f-tab-toggle-menu {
    flex-flow: wrap;
  }

  .f-tab-button-toggle {
    width: 100%;
  }

  .f-section-large-4 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-tab-toggle-menu-2 {
    flex-wrap: wrap;
  }

  .f-tab-button-toggle-2 {
    width: 100%;
  }

  .f-testimonial-slider-mask {
    width: 400px;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-testimonial-left-a, .f-testimonial-right-a {
    display: none;
  }

  .product-slider-arrow {
    width: 48px;
    height: 48px;
  }

  .product-slider-arrow.left {
    bottom: 108px;
  }

  .grid-wrapper {
    grid-template-columns: minmax(36px, 1fr) minmax(auto, 1400px) minmax(36px, 1fr);
  }

  .slider-background-wrapper {
    flex-direction: row;
    padding: 20px;
  }

  .slider-background-wrapper.hero-wrapper {
    padding-left: 18px;
    padding-right: 18px;
  }

  .xxl-heading {
    font-size: 48px;
  }

  .product-hero-content {
    padding-left: 0;
    padding-right: 48px;
  }

  .vacation-hero-intro {
    padding-right: 12px;
  }

  .rl-text-style-medium-2 {
    font-size: 1rem;
  }

  .rl_header44_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_header44_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl-padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl_header44_spacing-block-3 {
    padding-bottom: 1.5rem;
  }

  .rl-heading-style-h1-2 {
    font-size: 2.5rem;
  }

  .popular-vacations-wrapper {
    grid-template-columns: 1fr;
  }

  .vacations-tab-menu {
    height: auto;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 24px;
  }

  .membership-dot.four {
    width: 9px;
    height: 9px;
  }

  .vacations-tab-link {
    height: auto;
    min-height: 60px;
    border: 1px solid rgba(192, 192, 211, .2);
    border-radius: 5px;
    flex-direction: column;
    padding-top: 24px;
    padding-bottom: 24px;
    position: relative;
  }

  .membership-circle {
    width: 36px;
    height: 36px;
    position: relative;
    bottom: 12px;
  }

  .location-indicator {
    display: none;
  }

  .rl-heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .rl_layout28_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl-padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl_layout28_component {
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl-heading-style-h4-copy {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .rl_layout250_spacing-block-3 {
    padding-bottom: 1.25rem;
  }

  .rl_layout250_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl_layout250_spacing-block-1 {
    padding-bottom: 3rem;
  }

  .rl_layout250_spacing-block-2 {
    padding-bottom: 1.5rem;
  }

  .rl-padding-section-large-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl-heading-style-h5 {
    font-size: 1.25rem;
  }

  .rl_layout250_spacing-block-4 {
    padding-bottom: 1.5rem;
  }

  .rl-heading-style-h3 {
    font-size: 2rem;
  }

  .text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .text-100 {
    font-size: 14px;
  }

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

@media screen and (max-width: 479px) {
  .f-header-avatar-group {
    flex-flow: column wrap;
    align-items: flex-start;
    display: flex;
  }

  .f-header-avatar-text {
    margin-left: 0;
  }

  .button-small {
    flex: none;
    align-self: stretch;
  }

  .content5-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .rl_footer1_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .rl_footer1_top-wrapper {
    grid-row-gap: 48px;
  }

  .rl_footer1_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .uui-contact13_component, .uui-contact05_component {
    grid-template-columns: 1fr;
  }

  .form-field-2col-4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .uui-contact04_component-3 {
    grid-template-columns: 1fr;
  }

  .f-logo-gradient-r, .f-logo-gradient-l, .f-logo-gradient-l-copy {
    width: 40px;
  }

  .f-testimonial-slider-mask {
    width: 100%;
  }

  .f-testimonial-author {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .f-testimonial-avatar-small {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .product-slider-arrow {
    bottom: 36px;
    left: 60px;
    right: 0;
  }

  .product-slider-arrow.left {
    bottom: 36px;
    left: 0;
    right: 60px;
  }

  .grid-wrapper {
    grid-template-columns: minmax(24px, 1fr) minmax(auto, 1400px) minmax(24px, 1fr);
  }

  .vacation-hero {
    min-height: 500px;
  }

  .slider-background-wrapper {
    min-height: auto;
    padding: 51px 6% 40px;
    position: relative;
  }

  .slider-background-wrapper.hero-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .horizontal-line.light {
    min-width: auto;
  }

  .xxl-heading {
    font-size: 42px;
  }

  .product-hero-content {
    text-align: center;
    align-items: center;
    padding-bottom: 120px;
    padding-right: 0;
  }

  .vacation-hero-intro {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .vacations-tab-menu {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-columns: 1fr;
    padding: 12px 12px 0;
  }

  .vacations-tab-link {
    padding-top: 30px;
  }

  .popular-vacations {
    padding: 0;
  }

  .rl-heading-style-h4 {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: 400;
  }

  .rl-text-style-regular-2 {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

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

  .rl-heading-style-h4-copy {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: 400;
  }

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

  .mg-bottom-24px {
    margin-bottom: 16px;
  }

  .author-container {
    margin-right: 16px;
  }

  .button-small-copy {
    flex: none;
    align-self: stretch;
  }
}

#w-node-be60365f-cab7-945e-7020-4772ff8966bd-e0d7c12e {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-be60365f-cab7-945e-7020-4772ff8966c7-e0d7c12e {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_516e6374-3d16-1735-553a-9ea7872071cd-e0d7c12e {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_516e6374-3d16-1735-553a-9ea7872071d7-e0d7c12e {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_2e891734-1dd3-eef6-3397-121266ab9420-e0d7c12e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2e891734-1dd3-eef6-3397-121266ab9426-e0d7c12e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2e891734-1dd3-eef6-3397-121266ab942c-e0d7c12e {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_2e891734-1dd3-eef6-3397-121266ab9432-e0d7c12e {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_419a782c-6178-6a92-5551-a2c611227b7b-e0d7c12e, #w-node-_4c53c829-f5b8-2b58-ec99-5b9d42bfe31f-e0d7c12e, #w-node-_1dcab079-76b8-55a4-fefa-251f3147750c-e0d7c12e, #w-node-e8de97f4-4bd9-4945-705e-bde1f5d882ec-e0d7c12e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4c0dbaad-1594-606b-f1aa-98885fad0d8d-c7f339b7, #w-node-_4c0dbaad-1594-606b-f1aa-98885fad0d91-c7f339b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c0dbaad-1594-606b-f1aa-98885fad0d92-c7f339b7 {
  justify-self: center;
}

#w-node-_4c0dbaad-1594-606b-f1aa-98885fad0d9b-c7f339b7, #w-node-_4c0dbaad-1594-606b-f1aa-98885fad0da8-c7f339b7, #w-node-_4c0dbaad-1594-606b-f1aa-98885fad0db5-c7f339b7, #w-node-_4c0dbaad-1594-606b-f1aa-98885fad0dc3-c7f339b7 {
  align-self: start;
}

@media screen and (min-width: 1440px) {
  #w-node-_2e891734-1dd3-eef6-3397-121266ab9420-e0d7c12e {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-f786d5fc-5bd8-4b5d-a585-310ec79f723f-e0d7c12e {
    order: -9999;
  }

  #w-node-be60365f-cab7-945e-7020-4772ff8966bd-e0d7c12e {
    grid-column-end: 6;
  }

  #w-node-be60365f-cab7-945e-7020-4772ff8966c7-e0d7c12e {
    grid-area: 1 / 3 / 2 / 9;
  }

  #w-node-_516e6374-3d16-1735-553a-9ea7872071cd-e0d7c12e {
    grid-column-end: 6;
  }

  #w-node-_516e6374-3d16-1735-553a-9ea7872071d7-e0d7c12e {
    grid-column: 3 / 9;
  }

  #w-node-_4c0dbaad-1594-606b-f1aa-98885fad0d71-c7f339b7 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-be60365f-cab7-945e-7020-4772ff8966bd-e0d7c12e, #w-node-be60365f-cab7-945e-7020-4772ff8966c7-e0d7c12e, #w-node-_516e6374-3d16-1735-553a-9ea7872071cd-e0d7c12e, #w-node-_516e6374-3d16-1735-553a-9ea7872071d7-e0d7c12e {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_2e891734-1dd3-eef6-3397-121266ab9420-e0d7c12e, #w-node-_2e891734-1dd3-eef6-3397-121266ab9426-e0d7c12e, #w-node-_2e891734-1dd3-eef6-3397-121266ab942c-e0d7c12e, #w-node-_2e891734-1dd3-eef6-3397-121266ab9432-e0d7c12e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-be60365f-cab7-945e-7020-4772ff8966bd-e0d7c12e, #w-node-be60365f-cab7-945e-7020-4772ff8966c7-e0d7c12e, #w-node-_516e6374-3d16-1735-553a-9ea7872071cd-e0d7c12e, #w-node-_516e6374-3d16-1735-553a-9ea7872071d7-e0d7c12e {
    grid-column: span 4 / span 4;
  }
}
