/*!*******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/services/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************/
/**
 * Services block styles for both editor and frontend
 */
.font-size-base {
  font-size: 14px;
}

.font-size-base-mob {
  font-size: 16px;
}

.font-size-extra-heading {
  font-size: 72px;
}

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

.font-size-heading-mob {
  font-size: 40px;
}

.font-size-heading-2 {
  font-size: 47px;
}

.font-size-heading-mob-2 {
  font-size: 38px;
}

.font-size-subheading {
  font-size: 16px;
}

.line-height-base {
  line-height: 1.5;
}

.font-size-xxs {
  font-size: 0.675rem;
}

.font-size-xs {
  font-size: 0.875rem;
}

.font-size-sm {
  font-size: 0.95rem;
}

.font-size-md {
  font-size: 1.1rem;
}

.font-size-lg {
  font-size: 1.25rem;
}

.font-size-xl {
  font-size: 1.5rem;
}

.font-size-xxl {
  font-size: 2rem;
}

.font-size-2xl {
  font-size: 2rem;
}

.font-size-3xl {
  font-size: 2.5rem;
}

.font-size-4xl {
  font-size: 3.5rem;
}

.font-size-5xl {
  font-size: 4.5rem;
}

:root {
  /* Colors */
  --color-primary:$color-primary;
  --color-primary-05:$color-primary-05;
  --color-secondary:$color-secondary;
  --color-secondary-toned:$color-secondary-toned;
  --color-accent: $color-accent;
  --color-accent-light:$color-accent-light;
  --color-accent-light-blue:$color-accent-light-blue;
  --color-text:$color-text;
  --color-light: #FFFFFF; /* text file priority */
  --color-white:$color-white;
  --color-dark:$color-dark;
  --color-border:$color-border;
  --color-pink:$color-pink;
  --color-yellow:$color-yellow;
  --color-black:$color-black;
  --color-background: #FAF5EF; /* from existing file */
  --color-gold-light: #f5eee1; /* from text file root */
  --color-footer-background:$color-secondary;
  /* Typography */
  --font-primary:$font-primary;
  --font-primary-book:$font-primary;
  --font-secondary:$font-secondary;
  --font-special:$font-special;
  --font-special-light:$font-special-light;
  --font-size-base: 14px; /* text file root priority */
  --font-size-base-mob:$font-size-base-mob;
  --font-size-extra-heading:$font-size-extra-heading;
  --font-size-heading:$font-size-heading;
  --font-size-heading-mob:$font-size-heading-mob;
  --font-size-heading-2:$font-size-heading-2;
  --font-size-heading-mob-2:$font-size-heading-mob-2;
  --font-size-subheading:$font-size-subheading;
  --line-height-base: 1.5;
  --line-height-tight:$line-height-tight;
  --line-height-normal:$line-height-normal;
  --line-height-relaxed:$line-height-relaxed;
  /* Font weights */
  --font-weight-light:$font-weight-light;
  --font-weight-normal:$font-weight-normal;
  --font-weight-medium:$font-weight-medium;
  --font-weight-bold:$font-weight-bold;
  --font-weight-bolder:$font-weight-bolder;
  /* Spacing */
  --spacing-xs:$spacing-xs;
  --spacing-sm:$spacing-sm;
  --spacing-md:$spacing-md;
  --spacing-lg:$spacing-lg;
  --spacing-xl:$spacing-xl;
  --spacing-2xl:$spacing-2xl;
  --spacing-3xl:$spacing-3xl;
  --spacing-4xl:$spacing-4xl;
  --spacing-container: 2rem; /* text file root priority */
  /* Breakpoints */
  --breakpoint-xs:$breakpoint-xs;
  --breakpoint-sm: 576px; /* text file root */
  --breakpoint-md: 768px; /* text file root */
  --breakpoint-lg: 992px; /* text file root */
  --breakpoint-xl: 1200px; /* text file root */
  /* Layout */
  --container-width: 1200px; /* text file root priority */
  --container-padding:$container-padding;
  /* Radii */
  --border-radius-sm:$border-radius-sm;
  --border-radius-md:$border-radius-md;
  --border-radius-lg:$border-radius-lg;
  /* Transitions */
  --transition-fast:$transition-fast;
  --transition-normal:$transition-normal;
  --transition-slow:$transition-slow;
  /* Shadows */
  --box-shadow-sm:$box-shadow-sm;
  --box-shadow-md:$box-shadow-md;
  --box-shadow-lg:$box-shadow-lg;
  --box-shadow:$box-shadow;
  /* Z-index */
  --z-index-dropdown:$z-index-dropdown;
  --z-index-sticky:$z-index-sticky;
  --z-index-fixed:$z-index-fixed;
  --z-index-modal-backdrop:$z-index-modal-backdrop;
  --z-index-modal:$z-index-modal;
  --z-index-popover:$z-index-popover;
  --z-index-tooltip:$z-index-tooltip;
}

.shadow-block-container {
  max-width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

.shadow-block-with-image {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  font-size: 14px;
  color: #084454;
  line-height: 1.5rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  overflow: hidden;
  width: 80%;
}
.shadow-block-with-image img {
  max-height: 350px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}
.shadow-block-with-image .wp-block-media-text__content {
  padding: 20px !important;
  flex: 1;
}
.shadow-block-with-image .wp-block-media-text__content h3 {
  font-size: 16px;
  font-family: MontserratBold;
}
.shadow-block-with-image ul {
  list-style-type: disc;
  padding-left: 15px;
}

/* Responsive styles for mobile and tablet */
@media screen and (max-width: 1424px) {
  .shadow-block-container {
    flex-direction: column;
    max-width: 98%;
  }
  .shadow-block-with-image {
    flex-direction: row;
    display: flex;
    width: 95%;
  }
  .shadow-block-with-image img {
    max-height: 350px;
    width: auto;
    height: auto;
  }
  .wp-block-media-text__content {
    padding: 20px;
  }
}
@media screen and (max-width: 475px) {
  .shadow-block-container {
    flex-direction: column;
    max-width: 80%;
  }
  .shadow-block-with-image img {
    display: none;
  }
}
/**************************************************************/
.warning-wrapper {
  display: flex;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}

.warning-box {
  margin-top: 40px;
  display: flex;
  border-radius: 20px;
  box-shadow: 0 4px 12px #eeeeee;
  overflow: hidden;
  background: #fff;
  width: 100%;
  max-width: 1200px;
  flex-wrap: nowrap;
}
.warning-box .warning-icon {
  background: #ffe7ed;
  color: #d63384;
  font-weight: bold;
  font-size: 100px;
  padding: 40px 20px;
  width: 80px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.warning-box .warning-icon::before {
  content: "!";
  font-size: 100px;
  color: #d63384;
  font-weight: bold;
}
.warning-box .warning-content {
  display: flex;
  flex: 1;
  padding: 30px;
  gap: 30px;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.warning-box .warning-column {
  flex: 1 1 300px;
  min-width: 250px;
}
.warning-box .warning-column h3 {
  color: #e73085;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 15px;
  margin-top: 0;
  font-family: MontserratBold;
}
.warning-box .warning-column ul {
  margin: 0;
  padding-left: 20px;
  list-style-type: disc;
}
.warning-box .warning-column ul li {
  margin-bottom: 10px;
  font-size: 14px;
  color: #084454;
}
.warning-box .warning-column ul strong {
  font-weight: bold;
}

/* yellow variant */
.warning-box.yellow-theme .warning-icon {
  background: #fff8cc;
}
.warning-box.yellow-theme .warning-icon::before {
  color: #00b6be;
}
.warning-box.yellow-theme .warning-column h3 {
  color: #00b6be;
}

/* Responsive tweaks */
@media (max-width: 1024px) {
  .warning-box {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .warning-content {
    flex-direction: column;
    padding: 20px;
  }
  .warning-column {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .warning-box {
    flex-direction: row;
  }
  .warning-icon {
    width: 60px;
    padding: 20px;
    align-items: flex-start;
  }
  .warning-content {
    padding: 15px;
    gap: 20px;
  }
  .warning-column h3 {
    font-size: 15px;
  }
  .warning-column ul li {
    font-size: 13px;
  }
}
* {
  outline: 0px solid red !important;
}

.gutena-tabs-block {
  margin-top: 40px !important;
}
@media (max-width: 992px) {
  .gutena-tabs-block {
    margin-top: 20px;
  }
}

.general_heading, .__heading {
  font-family: "EB Garamond", system-ui, serif;
  font-size: 48px;
  font-weight: 200;
  color: #F5F1EE;
}
@media (max-width: 992px) {
  .general_heading, .__heading {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .general_heading, .__heading {
    font-size: 38px;
  }
}

h2, h2.wp-block-heading, .secondary_heading, .__secondary_heading {
  font-family: "EB Garamond", system-ui, serif;
  font-size: 47px;
  font-weight: 100;
  color: #F5F1EE;
}
@media (max-width: 992px) {
  h2, h2.wp-block-heading, .secondary_heading, .__secondary_heading {
    margin-top: 10px;
    font-size: 38px;
  }
}

.general_subheading {
  text-transform: none;
  font-family: "EB Garamond", system-ui, serif;
  font-size: 2rem;
  font-weight: 100;
  color: #A99466;
}
@media (max-width: 992px) {
  .general_subheading {
    text-align: center;
  }
}

.__subheading {
  font-family: "Open Sans", system-ui, sans-serif;
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: 100;
  color: #F5F1EE;
  text-transform: uppercase;
}

h3, h3.wp-block-heading {
  font-size: 47px;
}
@media (max-width: 992px) {
  h3, h3.wp-block-heading {
    font-size: 38px;
  }
}

.__content {
  font-size: 14px;
  color: #F5F1EE;
  line-height: 1.7rem;
}

.general-button {
  display: flex;
  padding: 12px 50px;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  color: #A99466;
  align-items: center;
  justify-content: center;
}
.general-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.general-button:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.general-button--primary {
  background-color: #171E2D;
  color: #A99466;
}
.general-button--primary:hover {
  background-color: #171E2D;
}
.general-button--secondary {
  background-color: #B9A476;
  color: #171E2D;
  border-color: #16273A;
}
.general-button--secondary:hover {
  color: #171E2D;
  background-color: #A99466;
}
.general-button--outline {
  background-color: transparent;
  color: #A99466;
}
.general-button--outline:hover {
  color: #B9A476;
}

.__item-icon-svg {
  background-repeat: no-repeat;
  background-size: contain;
}

.obx-ticket-with-icons__button,
.__button,
.general_button,
.submit-button,
.styled-button,
.obx-button {
  display: inline-block;
  padding: 20px 100px;
  font-family: "Open Sans", system-ui, sans-serif;
  cursor: pointer !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 0.95rem;
  border-radius: 35px !important;
  font-weight: 700;
  text-transform: uppercase;
  text-wrap: nowrap;
  text-align: center;
}
.obx-ticket-with-icons__button:hover,
.__button:hover,
.general_button:hover,
.submit-button:hover,
.styled-button:hover,
.obx-button:hover {
  transform: translateY(-2px);
  color: #f8f9fa;
}
@media (max-width: 992px) {
  .obx-ticket-with-icons__button,
  .__button,
  .general_button,
  .submit-button,
  .styled-button,
  .obx-button {
    padding: 20px 40px;
  }
}

.__bold {
  font-weight: 700 !important;
}

.blue__button {
  background-color: #171E2D;
  color: #B9A476;
}
.blue__button:hover {
  background-color: rgb(5.75, 7.5, 11.25);
  color: #ffffff;
}

.pink__button {
  background: #D1438B;
  color: #B9A476;
}
.pink__button:hover {
  background: rgb(180.7692307692, 44.2307692308, 113.4615384615);
  color: #f8f9fa;
}

.yellow__button {
  background-color: #B9A476;
  color: #171E2D !important;
}
.yellow__button:hover {
  background-color: rgb(166.7826086957, 141.2173913043, 85.2173913043);
  color: #171E2D;
}

.wp-block-gallery {
  margin-top: 80px;
}
.obx-services {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #16273A;
}
.obx-services--alignfull {
  width: 100vw;
}
.obx-services--alignwide {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.obx-services[data-style=style-1] .obx-services-main__content {
  position: relative;
  z-index: 2;
  color: #F5F1EE !important;
}
.obx-services[data-style=style-1] .obx-service-item__content {
  color: #F5F1EE;
}
@media (max-width: 992px) {
  .obx-services[data-style=style-1] .obx-service-item__content {
    margin: 0%;
    padding: 20px 20px;
  }
}
.obx-services[data-style=style-1] .obx-service-item__title {
  color: #F5F1EE;
  text-align: left;
  font-family: "EB Garamond", system-ui, serif;
  font-size: 2rem;
}
@media (max-width: 992px) {
  .obx-services[data-style=style-1] .obx-service-item__title {
    font-size: 2rem;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .obx-services[data-style=style-1] .obx-service-item__logos {
    gap: 15px;
  }
}
.obx-services[data-style=style-2] .obx-service-item__content {
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  color: #F5F1EE !important;
}
@media (max-width: 992px) {
  .obx-services[data-style=style-2] .obx-service-item__content {
    border-radius: 20px;
  }
}

.obx-services-main {
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
}
.obx-services-main__content {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-left: auto;
  padding: 60px 15% 60px 60px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  color: #F5F1EE;
}
@media (max-width: 991px) {
  .obx-services-main__content {
    width: 100%;
    margin-left: 0;
    padding: 40px 20px;
    text-align: center;
  }
}
.obx-services-main__heading {
  position: relative;
  text-align: center;
}
.obx-services-main__text {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #16273A;
  margin-top: 2rem;
  font-weight: 100;
  padding: 0px;
}
.obx-services-main__button {
  margin-top: 2rem;
}

.obx-services-items {
  background-color: #16273A;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.obx-services-items .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.alignfull .obx-service-items {
  padding: 350px 0;
  background-color: #fff;
  position: relative;
  background-position: center;
  background-position-x: -10vw;
  background-size: 120%;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  .alignfull .obx-service-items {
    background-size: contain;
  }
}

.obx-service-item {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  gap: 60px;
}
@media (max-width: 1200px) {
  .obx-service-item {
    gap: 30px;
  }
}
.obx-service-item:last-child {
  margin-bottom: 0;
}
.obx-service-item__content {
  position: relative;
  padding: 0px 60px 0px 120px;
  overflow: visible;
  width: 50%;
  display: flex;
  flex-direction: column;
  z-index: 2;
  border-radius: 15px;
}
@media (max-width: 1200px) {
  .obx-service-item__content {
    padding: 0px 0px 0px 40px;
    border-radius: 20px;
  }
}
.obx-service-item__content[data-border-style=bordered] {
  box-shadow: 0 0 20px rgba(128, 128, 128, 0.2);
}
.obx-service-item__content[data-border-style=no-bordered] {
  box-shadow: none;
}
.obx-service-item__image {
  flex: 0 0 50%;
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: stretch;
  position: relative;
  z-index: 3;
  margin-right: 20px;
  margin-left: 0;
}
@media (max-width: 992px) {
  .obx-service-item__image {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.obx-service-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.obx-service-item__image--round img {
  border-radius: 50%;
  border: 30px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.obx-service-item__image--wide {
  flex: 0 0 100%;
  max-width: 100%;
}
.obx-service-item__title {
  position: relative;
  font-size: 48px;
  font-weight: 100;
  font-family: "Open Sans", system-ui, sans-serif;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #F5F1EE;
}
@media (max-width: 1200px) {
  .obx-service-item__title {
    font-size: 40px;
    text-align: center;
  }
}
.obx-service-item__subheading {
  font-size: 1.1rem;
  margin-bottom: 15px;
  color: #F5F1EE !important;
  font-weight: 100 !important;
}
@media (max-width: 992px) {
  .obx-service-item__subheading {
    text-align: center;
    font-size: 1.5rem;
    margin-top: 15px;
  }
}
.obx-service-item__text {
  font-size: 0.8rem;
  line-height: 2em;
  color: #F5F1EE;
  margin-bottom: 1.2rem;
  margin-top: 1rem;
  letter-spacing: 0em;
  width: 100%;
}
.obx-service-item__text b, .obx-service-item__text strong, .obx-service-item__text mark, .obx-service-item__text marker {
  color: #A4C7E2;
}
@media (max-width: 992px) {
  .obx-service-item__text {
    font-size: 1rem;
  }
}
.obx-service-item__logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 5px;
  margin: 20px 0;
}
@media (max-width: 992px) {
  .obx-service-item__logos {
    gap: 20px;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .obx-service-item__logos {
    gap: 10px;
  }
}
.obx-service-item__logo {
  width: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.obx-service-item__logo-preview {
  width: 71px;
  height: 71px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0px solid #171E2D;
  overflow: hidden;
}
@media (max-width: 992px) {
  .obx-service-item__logo-preview {
    width: 81px;
    height: 81px;
    text-align: center;
  }
}
.obx-service-item__logo-preview img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.obx-service-item__logo-caption {
  font-size: 0.8rem;
  text-align: center;
  color: #16273A;
  margin-top: 10px;
  font-weight: bolder;
  font-family: "Open Sans", system-ui, sans-serif;
}
@media (max-width: 992px) {
  .obx-service-item__logo-caption {
    font-size: 1rem;
  }
}
.obx-service-item__buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}
.obx-service-item__button a, .obx-service-item__secondary-button a {
  display: inline-block;
  cursor: pointer !important;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.obx-service-item__button a:hover, .obx-service-item__secondary-button a:hover {
  color: #ffffff;
  transform: translateY(-2px);
}
.obx-service-item__button a:active, .obx-service-item__secondary-button a:active {
  transform: translateY(0);
}
.obx-service-item__secondary-button a {
  border-color: #16273A;
  color: #16273A;
}
.obx-service-item__secondary-button a:hover {
  color: #ffffff;
}
.obx-service-item--wide .obx-service-item__content {
  max-width: 650px;
  background: transparent;
  margin-right: auto;
}
@media (max-width: 992px) {
  .obx-service-item--wide .obx-service-item__content {
    width: auto;
    max-width: 100%;
    margin: 10%;
  }
}
.obx-service-item--wide .obx-service-item__image {
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 992px) {
  .obx-service-item--wide .obx-service-item__image {
    flex: 0 0 100%;
    max-width: 100%;
    width: auto;
  }
}
.obx-service-item--wide .obx-service-item__title {
  font-family: "Open Sans", system-ui, sans-serif;
  color: #F5F1EE;
}
.obx-service-item--wide.obx-service-item--reversed .obx-service-item__content {
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 992px) {
  .obx-service-item--wide.obx-service-item--reversed .obx-service-item__content {
    margin-left: 0;
  }
}
.obx-service-item--reversed {
  flex-direction: row-reverse;
}
.obx-service-item--reversed .obx-service-item__image {
  margin-right: 0;
  margin-left: 20px;
}
@media (max-width: 992px) {
  .obx-service-item--reversed .obx-service-item__image {
    margin-left: 0;
  }
}
.obx-service-item--reversed .obx-service-item__text {
  width: 100%;
}
.obx-service-item--reversed .obx-service-item__content {
  display: flex;
  flex-direction: column;
}
.obx-service-item--reversed .obx-service-item__styled-bg {
  top: 82%;
  right: 50%;
}

@media (max-width: 992px) {
  .obx-service-item {
    flex-direction: column;
    max-width: 100%;
  }
  .obx-service-item__image {
    margin: 10px;
    max-width: 100%;
    width: 96%;
    order: 1;
  }
}
@media (max-width: 992px) and (max-width: 1200px) {
  .obx-service-item__image {
    margin-top: 0;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .obx-service-item__content {
    margin: 10px;
    margin-top: 80px;
    max-width: 100%;
    width: 96%;
    padding: 40px 40px;
    order: 2;
  }
}
@media (max-width: 992px) and (max-width: 1200px) {
  .obx-service-item__content {
    margin-top: 0;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .obx-service-item__styled-bg {
    bottom: 50%;
    right: 0;
    font-size: 12px;
  }
  .obx-service-item--odd .obx-service-item__image {
    margin-bottom: 20px;
  }
  .obx-service-item--odd .obx-service-item__content .obx-service-item__text {
    width: 100%;
  }
  .obx-service-item--odd .obx-service-item__content .obx-service-item__line {
    width: 100%;
  }
  .obx-service-item--odd .obx-service-item__styled-bg {
    display: none;
  }
}
@media (max-width: 992px) {
  .obx-services-main {
    padding: 60px 0;
  }
  .obx-services-main__heading {
    font-size: 2rem;
  }
  .obx-service-item {
    margin-bottom: 40px;
  }
  .obx-service-item__title {
    font-size: 1.5rem;
  }
  .obx-service-item__text {
    font-size: 1rem;
    padding: 0px 0px;
  }
  .obx-service-item__buttons {
    flex-direction: column;
    gap: 10px;
  }
}
.obx-service-item__shortcode {
  margin-top: 20px;
  font-size: 0.95rem;
  color: #F5F1EE;
  line-height: 1.4;
}
.obx-service-item__shortcode * {
  font-size: inherit;
  line-height: inherit;
}
.obx-service-item__shortcode p {
  margin: 0 0 5px 0;
}
.obx-service-item__shortcode p:last-child {
  margin-bottom: 0;
}
.obx-service-item__shortcode a {
  color: #171E2D;
  text-decoration: none;
}
.obx-service-item__shortcode a:hover {
  color: #B9A476;
  text-decoration: underline;
}
.obx-service-item__shortcode ul, .obx-service-item__shortcode ol {
  margin: 5px 0;
  padding-left: 20px;
}
.obx-service-item__shortcode li {
  margin-bottom: 5px;
}
.obx-service-item__shortcode li:last-child {
  margin-bottom: 0;
}

.obx-service-item__logos--grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .obx-service-item__logos--grid {
    flex-direction: column;
  }
}
.obx-service-item__logos--grid.obx-service-item__logos--columns-1 .obx-service-item__logo {
  border: 0px;
  flex: 0 1 100%;
  max-width: 100%;
  width: 100%;
}
.obx-service-item__logos--grid.obx-service-item__logos--columns-2 .obx-service-item__logo {
  border: 0px;
  flex: 0 1 48%;
  max-width: 48%;
}
@media (max-width: 1200px) {
  .obx-service-item__logos--grid.obx-service-item__logos--columns-2 .obx-service-item__logo {
    flex: 0 1 78%;
    max-width: 78%;
  }
}
@media (max-width: 992px) {
  .obx-service-item__logos--grid.obx-service-item__logos--columns-2 .obx-service-item__logo {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
.obx-service-item__logos--row {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 768px) {
  .obx-service-item__logos--row {
    gap: 10px;
  }
}

@media (max-width: 992px) {
  .obx-service-item__logo--grid {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.obx-service-item__logo--grid .obx-service-item__logo-preview {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 70px;
}
@media (max-width: 992px) {
  .obx-service-item__logo--grid .obx-service-item__logo-preview {
    max-width: 100%;
    min-height: 70px;
  }
}
.obx-service-item__logo--grid .obx-service-item__logo-preview .obx-service-item__logo-image {
  position: absolute;
  left: 0;
  top: 56%;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}
@media (max-width: 992px) {
  .obx-service-item__logo--grid .obx-service-item__logo-preview .obx-service-item__logo-image {
    width: 45px;
    height: 45px;
  }
}
.obx-service-item__logo--grid .obx-service-item__logo-preview .obx-service-item__logo-image img {
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 992px) {
  .obx-service-item__logo--grid .obx-service-item__logo-preview .obx-service-item__logo-image img {
    width: 45px;
    height: 45px;
  }
}
.obx-service-item__logo--grid .obx-service-item__logo-preview .obx-service-item__logo-caption {
  flex: 1;
  display: flex;
  align-items: center;
  color: #F5F1EE;
  font-size: 14px;
  font-family: "Open Sans", system-ui, sans-serif;
  font-weight: normal;
  line-height: 1.4;
  margin-left: 35px;
  padding: 8px 16px 8px 40px;
  background-color: #333E53;
  border-radius: 37px;
  min-height: 56px;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .obx-service-item__logo--grid .obx-service-item__logo-preview .obx-service-item__logo-caption {
    margin-left: 22.5px;
    padding: 12px 20px 12px 35px;
    min-height: 70px;
    font-size: 16px;
  }
}
.obx-service-item__logo--grid .obx-service-item__logo-preview .obx-service-item__logo-caption:hover {
  background-color: #3d4a66;
}
.obx-service-item__logo--grid .obx-service-item__logo-preview .obx-service-item__logo-caption p {
  margin: 0;
  line-height: inherit;
  color: #F5F1EE;
  text-align: left;
}
.obx-service-item__logo--grid .obx-service-item__logo-preview .obx-service-item__logo-caption strong, .obx-service-item__logo--grid .obx-service-item__logo-preview .obx-service-item__logo-caption b {
  font-weight: 600;
  color: #A4C7E2;
}
.obx-service-item__logo--grid .obx-service-item__logo-preview .obx-service-item__logo-caption em, .obx-service-item__logo--grid .obx-service-item__logo-preview .obx-service-item__logo-caption i {
  font-style: italic;
}
.obx-service-item__logo--grid .obx-service-item__logo-preview .obx-service-item__logo-caption a {
  color: #B9A476;
  text-decoration: none;
}
.obx-service-item__logo--grid .obx-service-item__logo-preview .obx-service-item__logo-caption a:hover {
  text-decoration: underline;
}
.obx-service-item__logo--grid .obx-service-item__logo-preview .obx-service-item__logo-caption br {
  line-height: 1.2;
}
.obx-service-item__logo--row .obx-service-item__logo-preview {
  text-align: center;
}
.obx-service-item__logo--row .obx-service-item__logo-preview .obx-service-item__logo-image {
  margin-bottom: 5px;
}
.obx-service-item__logo--row .obx-service-item__logo-preview .obx-service-item__logo-image img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .obx-service-item__logo--row .obx-service-item__logo-preview .obx-service-item__logo-image img {
    width: 50px;
    height: 50px;
  }
}
.obx-service-item__logo--row .obx-service-item__logo-preview .obx-service-item__logo-caption {
  color: #F5F1EE;
  font-size: 14px;
  font-family: "Open Sans", system-ui, sans-serif;
}
@media (max-width: 768px) {
  .obx-service-item__logo--row .obx-service-item__logo-preview .obx-service-item__logo-caption {
    font-size: 16px;
  }
}

.obx-service-item__content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.obx-service-item__content--grow-top {
  justify-content: flex-start;
}
.obx-service-item__content--grow-center {
  justify-content: center;
}
.obx-service-item__content--grow-bottom {
  justify-content: flex-end;
}
.obx-service-item__content--grow-space-between {
  justify-content: space-between;
}
.obx-service-item__content--grow-evenly {
  justify-content: space-evenly;
}

.obx-service-item__images-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.obx-service-item__images .obx-service-item__single-image {
  position: relative;
}
.obx-service-item__images .obx-service-item__single-image img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  display: block;
}
.obx-service-item__images .obx-service-item__single-image .obx-service-item__remove-image {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
  min-width: 24px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  font-size: 16px;
  line-height: 1;
}
.obx-service-item__images .obx-service-item__single-image .obx-service-item__remove-image:hover {
  background: rgb(255, 255, 255);
}

.obx-service-item__content {
  margin-top: 16px;
}
.obx-service-item__content .obx-service-item__rich-content p {
  margin: 0 0 12px 0;
}
.obx-service-item__content .obx-service-item__rich-content p:last-child {
  margin-bottom: 0;
}
.obx-service-item__content .obx-service-item__rich-content strong {
  font-weight: 600;
}
.obx-service-item__content .obx-service-item__rich-content em {
  font-style: italic;
}
.obx-service-item__content .obx-service-item__rich-content a {
  color: #171E2D;
  text-decoration: underline;
}
.obx-service-item__content .obx-service-item__rich-content a:hover {
  text-decoration: none;
}
.obx-service-item__content .obx-service-item__rich-content ul, .obx-service-item__content .obx-service-item__rich-content ol {
  margin: 0 0 12px 0;
  padding-left: 20px;
}
.obx-service-item__content h1, .obx-service-item__content h2, .obx-service-item__content h3, .obx-service-item__content h4, .obx-service-item__content h5, .obx-service-item__content h6 {
  margin: 0 0 12px 0;
}
.obx-service-item__content ul, .obx-service-item__content ol {
  margin: 0 0 12px 0;
  padding-left: 20px;
}
.obx-service-item__content img {
  max-width: 100%;
  height: auto;
}
.obx-service-item__content .wp-block-button {
  margin-bottom: 12px;
}
.obx-service-item__content .wp-block-button .wp-block-button__link {
  border-radius: 4px;
  text-decoration: none;
}
.obx-service-item__content .wp-block-gallery {
  margin-bottom: 16px;
}
.obx-service-item__content .wp-block-gallery .blocks-gallery-item {
  margin-bottom: 8px;
}
.obx-service-item__content .wp-block-media-text {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .obx-service-item__content .wp-block-media-text .wp-block-media-text__content {
    padding: 16px 0 0 0;
  }
}
.obx-service-item__content .wp-block-columns {
  margin-bottom: 0;
}
.obx-service-item__content .wp-block-columns .wp-block-column {
  padding: 0 8px;
}
.obx-service-item__content .wp-block-columns .wp-block-column:first-child {
  padding-left: 0;
}
.obx-service-item__content .wp-block-columns .wp-block-column:last-child {
  padding-right: 0;
}
@media (max-width: 992px) {
  .obx-service-item__content .wp-block-columns .wp-block-column {
    padding: 0;
    margin-bottom: 16px;
  }
  .obx-service-item__content .wp-block-columns .wp-block-column:last-child {
    margin-bottom: 0;
  }
}
.obx-service-item__content p {
  margin: 0 0 12px 0;
}
.obx-service-item__content p:last-child {
  margin-bottom: 0;
}
.obx-service-item__content h1, .obx-service-item__content h2, .obx-service-item__content h3, .obx-service-item__content h4, .obx-service-item__content h5, .obx-service-item__content h6 {
  margin: 0 0 12px 0;
}
.obx-service-item__content ul, .obx-service-item__content ol {
  margin: 0 0 12px 0;
  padding-left: 20px;
}
.obx-service-item__content img {
  max-width: 100%;
  height: auto;
}
.obx-service-item__content .wp-block-button {
  margin-bottom: 12px;
}
.obx-service-item__content .wp-block-button .wp-block-button__link {
  border-radius: 4px;
  text-decoration: none;
}
.obx-service-item__content .wp-block-gallery {
  margin-bottom: 16px;
}
.obx-service-item__content .wp-block-gallery .blocks-gallery-item {
  margin-bottom: 8px;
}
.obx-service-item__content .wp-block-media-text {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .obx-service-item__content .wp-block-media-text .wp-block-media-text__content {
    padding: 16px 0 0 0;
  }
}

.wp-block-editor .obx-service-item__content .obx-service-item__rich-content {
  min-height: 50px;
  padding: 8px;
  border: 1px dashed transparent;
  border-radius: 4px;
}
.wp-block-editor .obx-service-item__content .obx-service-item__rich-content:hover {
  border-color: #ddd;
}
.wp-block-editor .obx-service-item__content .obx-service-item__rich-content:focus {
  border-color: #171E2D;
  outline: none;
}

.obx-service-item__title--align-left {
  text-align: left !important;
}
.obx-service-item__title--align-center {
  text-align: center !important;
}
.obx-service-item__title--align-right {
  text-align: right !important;
}
.obx-service-item__title--align-justify {
  text-align: justify !important;
}
.obx-service-item__title--size-XS {
  font-size: 1rem !important;
}
.obx-service-item__title--size-S {
  font-size: 1.25rem !important;
}
.obx-service-item__title--size-M {
  font-size: 1.5rem !important;
}
.obx-service-item__title--size-L {
  font-size: 2rem !important;
}
.obx-service-item__title--size-XL {
  font-size: 2.5rem !important;
}
.obx-service-item__subheading--align-left {
  text-align: left !important;
}
.obx-service-item__subheading--align-center {
  text-align: center !important;
}
.obx-service-item__subheading--align-right {
  text-align: right !important;
}
.obx-service-item__subheading--align-justify {
  text-align: justify !important;
}
.obx-service-item__subheading--size-XS {
  font-size: 0.875rem !important;
}
.obx-service-item__subheading--size-S {
  font-size: 1rem !important;
}
.obx-service-item__subheading--size-M {
  font-size: 1.125rem !important;
}
.obx-service-item__subheading--size-L {
  font-size: 1.25rem !important;
}
.obx-service-item__subheading--size-XL {
  font-size: 1.5rem !important;
}
.obx-service-item__text--align-left {
  text-align: left !important;
}
.obx-service-item__text--align-center {
  text-align: center !important;
}
.obx-service-item__text--align-right {
  text-align: right !important;
}
.obx-service-item__text--align-justify {
  text-align: justify !important;
}
.obx-service-item__text--size-XS {
  font-size: 0.75rem !important;
}
.obx-service-item__text--size-S {
  font-size: 0.875rem !important;
}
.obx-service-item__text--size-M {
  font-size: 1rem !important;
}
.obx-service-item__text--size-L {
  font-size: 1.125rem !important;
}
.obx-service-item__text--size-XL {
  font-size: 1.25rem !important;
}

/*# sourceMappingURL=style-index.css.map*/