/*!
Theme Name: DigitalUp Tailwind
Theme URI: https://digitalup.gr
Author: digitalup.gr
Author URI: https://digitalup.gr/
Description: A custom TailwindCSS WordPress Theme
Version: 0.1.0
Tested up to: 6.7.1
Requires PHP: 8.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: digitalup_tw
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

digitalup_tw is based on _tw https://underscoretw.com/, (C) 2021-2024 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2023 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/

/**
 * The line above injects the WordPress file header. It needs to be first,
 * before this comment.
 */

/**
 * This injects custom `@font-face` rules.
 */

/**
 * Custom `@font-face` rules
 *
 * These will be added immediately before Tailwind’s `base` layer.
 */

/**
 * Style overrides for jscomposer
 */

.post-edit-link {
  display: none !important;
}

/*jscomposer overrides*/

.wpb-content-wrapper {
  overflow: hidden !important;
}

.vc_section {
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.vc_section .vc_row {
  margin-left: 0px;
  margin-right: 0px;
}

.vc_column_container > .vc_column-inner {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.vc_row.vc_column-gap-30 {
  margin-left: auto !important;
  margin-right: auto !important;
}

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
  margin-bottom: 2rem !important;
}

.wpb_single_image .vc_figure,
.wpb_single_image .vc_single_image-wrapper {
  width: 100%;
  border-radius: inherit;
}

.wpb_single_image img {
  width: 100%;
  border-radius: inherit;
}

@media (min-width: 1021px) {
  .wpb_single_image img {
    width: auto;
  }
}

.wpb_single_image {
  margin-bottom: 0px !important;
}

.wpb_single_image img {
  margin: 0px !important;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.wpb_single_image.center-image img {
  margin-left: auto !important;
  margin-right: auto !important;
}

/*Tabs*/

.vc_tta.vc_tta-tabs {
  margin-top: 1.5rem !important;
  width: 100%;
}

@media (min-width: 769px) {
  .vc_tta.vc_tta-tabs {
    margin-top: 3.5rem !important;
  }
}

@media (min-width: 1021px) {
  .vc_tta.vc_tta-tabs {
    margin-top: 4rem !important;
  }
}

@media (min-width: 1281px) {
  .vc_tta.vc_tta-tabs {
    margin-top: 5rem !important;
  }
}

.vc_tta.vc_tta-tabs .vc_tta-tabs-container {
  margin-left: 0px !important;
  margin-right: 0px !important;
  display: block !important;
}

.vc_tta.vc_tta-tabs .vc_tta-panels {
  border-radius: 0px !important;
  border-width: 0px;
  border-style: none;
  background-color: transparent !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

@media (min-width: 769px) {
  .vc_tta.vc_tta-tabs .vc_tta-panels {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}

.vc_tta.vc_tta-tabs .vc_tta-panel {
  border-width: 0px;
  background-color: transparent;
}

.vc_tta.vc_tta-tabs .vc_tta-panel .vc_tta-panel-body {
  border-width: 0px;
  background-color: transparent;
  padding: 0.5rem !important;
}

/*REMOVE STUPID DEFAULT ANIMATIONS*/

.wpb-js-composer
	.vc_tta-tabs.vc_tta-tabs-position-top
	.vc_tta-panel
	.vc_tta-panel-body,
.wpb-js-composer
	.vc_tta-tabs.vc_tta-tabs-position-bottom
	.vc_tta-panel
	.vc_tta-panel-body {
  -sand-transform: none;
  transform: none;
  transition: none;
  animation: tabAnimation 2s;
}

@keyframes tabAnimation {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.vc_tta.vc_tta-tabs.vc_general .vc_tta-tabs-list {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0px !important;
}

.vc_tta.vc_tta-tabs.vc_general .vc_tta-tabs-list > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.vc_tta.vc_tta-tabs.vc_general .vc_tta-tabs-list {
  overflow-x: auto !important;
  padding-bottom: 1rem !important;
}

@media (min-width: 769px) {
  .vc_tta.vc_tta-tabs.vc_general .vc_tta-tabs-list {
    justify-content: center !important;
  }
}

.vc_tta.vc_tta-tabs.vc_general .vc_tta-tabs-list .vc_tta-tab,
.vc_tta.vc_tta-tabs.vc_general .vc_tta-tabs-list .vc_tta-tab > a {
  white-space: nowrap;
  text-align: center !important;
}

.vc_tta.vc_tta-tabs.vc_general .vc_tta-tabs-list .vc_tta-tab > a::before,
.vc_tta.vc_tta-tabs.vc_general .vc_tta-tabs-list .vc_tta-tab > a::after {
  display: none !important;
}

.vc_tta.vc_tta-tabs.vc_general .vc_tta-tabs-list .vc_tta-tab > a {
  border-width: 0px;
  border-style: none;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

@media (min-width: 769px) {
  .vc_tta.vc_tta-tabs.vc_general .vc_tta-tabs-list .vc_tta-tab > a {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    font-size: 16px;
  }
}

@media (min-width: 1281px) {
  .vc_tta.vc_tta-tabs.vc_general .vc_tta-tabs-list .vc_tta-tab > a {
    min-width: 185px !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    font-size: 18px;
  }
}

.vc_tta.vc_tta-tabs.vc_general .vc_tta-tabs-list .vc_tta-tab.vc_active > a {
  font-weight: 600;
}

/* 767 fixes */

.vc_tta.vc_tta-tabs .vc_tta-panel .vc_tta-panel-heading {
  display: none !important;
}

/*Accordion*/

.vc_tta-container {
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  border-width: 0px;
  border-style: none;
  background-color: transparent !important;
  padding: 0px !important;
  /* @apply lg:!-mt-36; */
}

.vc_tta.vc_tta-accordion .vc_tta-panel {
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
  overflow: hidden !important;
  background-color: transparent !important;
  padding: 0.125rem !important;
  /* @apply border border-b border-t-0 border-l-0 border-r-0 !border-gray !border-solid; */
}

.vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading {
  margin: 0px;
  border-width: 0px;
  border-style: none;
  background-color: transparent;
  padding: 0px;
}

.vc_tta.vc_tta-accordion
	.vc_tta-panel
	.vc_tta-panel-heading
	.vc_tta-panel-title {
  margin: 0px !important;
  border-width: 0px;
  border-style: none;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 0.25rem !important;
  padding-bottom: 2.5rem !important;
  line-height: 1 !important;
}

.vc_tta.vc_tta-accordion
	.vc_tta-panel
	.vc_tta-panel-heading
	.vc_tta-panel-title
	> a {
  margin: 0px !important;
  display: flex !important;
  width: 100% !important;
  align-items: center !important;
  justify-content: flex-start !important;
  border-width: 0px;
  border-style: none;
  background-color: transparent !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  text-align: left !important;
  line-height: 1 !important;
}

.vc_tta.vc_tta-accordion
	.vc_tta-panel
	.vc_tta-panel-heading
	h4.vc_tta-panel-title,
.vc_tta.vc_tta-accordion
	.vc_tta-panel
	.vc_tta-panel-heading
	h4.vc_tta-panel-title
	> a {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.72px;
  --tw-text-opacity: 1;
  color: rgb(28 42 59 / var(--tw-text-opacity, 1));
}

@media (min-width: 1281px) {
  .vc_tta.vc_tta-accordion
	.vc_tta-panel
	.vc_tta-panel-heading
	h4.vc_tta-panel-title,
.vc_tta.vc_tta-accordion
	.vc_tta-panel
	.vc_tta-panel-heading
	h4.vc_tta-panel-title
	> a {
    font-size: 24px;
  }
}

.vc_tta.vc_tta-accordion
	.vc_tta-panel
	.vc_tta-panel-heading
	h3.vc_tta-panel-title,
.vc_tta.vc_tta-accordion
	.vc_tta-panel
	.vc_tta-panel-heading
	h3.vc_tta-panel-title
	> a {
  border-radius: 0px !important;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.8px;
}

@media (min-width: 769px) {
  .vc_tta.vc_tta-accordion
	.vc_tta-panel
	.vc_tta-panel-heading
	h3.vc_tta-panel-title,
.vc_tta.vc_tta-accordion
	.vc_tta-panel
	.vc_tta-panel-heading
	h3.vc_tta-panel-title
	> a {
    font-size: 30px;
  }
}

@media (min-width: 1281px) {
  .vc_tta.vc_tta-accordion
	.vc_tta-panel
	.vc_tta-panel-heading
	h3.vc_tta-panel-title,
.vc_tta.vc_tta-accordion
	.vc_tta-panel
	.vc_tta-panel-heading
	h3.vc_tta-panel-title
	> a {
    font-size: 40px;
  }
}

.vc_tta.vc_tta-accordion
	.vc_tta-panel
	.vc_tta-panel-heading
	.vc_tta-panel-title
	.vc_tta-title-text {
  display: inline-block !important;
  max-width: 100% !important;
  padding-right: 1.25rem;
}

.vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-panel-body {
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  border-radius: 0px !important;
  border-width: 0px;
  border-style: none;
  background-color: transparent !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 0.25rem !important;
  padding-bottom: 0px !important;
}

.vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-controls-icon {
  top: 50% !important;
  margin: 0px !important;
  display: flex !important;
  height: 1.25rem !important;
  width: 1.25rem !important;
  --tw-translate-y: -50% !important;
  --tw-rotate: 180deg !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  align-items: center !important;
  justify-content: center !important;
  border-width: 0px !important;
  border-style: none !important;
  background-color: transparent !important;
  padding: 0px !important;
}

.vc_tta.vc_tta-accordion
	.vc_tta-panel
	.vc_tta-panel-heading
	h3.vc_tta-panel-title
	.vc_tta-controls-icon {
  --tw-scale-x: 0.85 !important;
  --tw-scale-y: 0.85 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.vc_tta.vc_tta-accordion
	.vc_tta-panel
	.vc_tta-panel-heading
	h4.vc_tta-panel-title
	.vc_tta-controls-icon {
  --tw-scale-x: 0.65 !important;
  --tw-scale-y: 0.65 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.vc_tta.vc_tta-accordion
	.vc_tta-panel
	.vc_tta-controls-icon-position-left
	.vc_tta-controls-icon {
  left: 0px !important;
}

.vc_tta.vc_tta-accordion
	.vc_tta-panel
	.vc_tta-controls-icon-position-right
	.vc_tta-controls-icon {
  right: 0px !important;
}

.vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-controls-icon::after {
  content: "";
  margin: 0px !important;
  display: none !important;
  border-width: 0px;
  border-style: none;
  background-color: transparent !important;
  padding: 0px !important;
}

.vc_tta.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-controls-icon {
  --tw-translate-y: -50% !important;
  --tw-rotate: 0deg !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.vc_tta-accordion,
.vc_tta-accordion .vc_tta-panel,
.vc_tta-accordion .vc_tta-panel .vc_tta-panel-body,
.vc_tta-accordion .vc_tta-panel.vc_active,
.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-body {
  -sand-transform: none !important;
  transform: none !important;
  transition: none !important;
}

.vc_tta .vc_tta-panel .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
  content: "+";
  border-width: 0px;
  border-style: none;
  font-size: 50px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(242 101 34 / var(--tw-text-opacity, 1));
}

.vc_tta
	.vc_tta-panel.vc_active
	.vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
  content: "_";
  margin-top: -15px;
}

.vc_tta-container {
  width: 100%;
  max-width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 641px) {
  .vc_tta-container {
    max-width: calc(100% - 80px);
  }
}

@media (min-width: 769px) {
  .vc_tta-container {
    max-width: calc(100% - 80px);
  }
}

@media (min-width: 1021px) {
  .vc_tta-container {
    max-width: calc(100% - 80px);
  }
}

@media (min-width: 1281px) {
  .vc_tta-container {
    max-width: calc(100% - 80px);
  }
}

@media (min-width: 1536px) {
  .vc_tta-container {
    max-width: calc(100% - 80px);
  }
}

@media (min-width: 1785px) {
  .vc_tta-container {
    max-width: 1700px;
  }
}

.vc_tta-container {
  align-items: flex-start;
  justify-content: center;
}

.vc_tta-container.vc_row,.vc_tta-container .vc_row {
  margin-left: auto;
  margin-right: auto;
}

.vc_tta-container .container-wide,.vc_tta-container .container,.vc_tta-container .container-box,
.container .vc_tta-container,
.container-box .vc_tta-container {
  max-width: 100% !important;
}

.vc_tta-container::before,.vc_tta-container::after {
  display: none;
}

@media (min-width: 1021px) {
  .vc_tta-container {
    justify-content: flex-end;
  }
}

.vc_tta-container .vc_tta-accordion {
  width: 100%;
}

@media (min-width: 1021px) {
  .vc_tta-container .vc_tta-accordion {
    width: 50%;
  }
}

/**
 * This injects Tailwind's base styles and any base styles registered by
 * plugins, then adds custom base styles.
 */

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

input:where([type='text']):focus, input:where(:not([type])):focus, input:where([type='email']):focus, input:where([type='url']):focus, input:where([type='password']):focus, input:where([type='number']):focus, input:where([type='date']):focus, input:where([type='datetime-local']):focus, input:where([type='month']):focus, input:where([type='search']):focus, input:where([type='tel']):focus, input:where([type='time']):focus, input:where([type='week']):focus, select:where([multiple]):focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

select:where([multiple]),select:where([size]:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

input:where([type='checkbox']),input:where([type='radio']) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

input:where([type='checkbox']) {
  border-radius: 0px;
}

input:where([type='radio']) {
  border-radius: 100%;
}

input:where([type='checkbox']):focus,input:where([type='radio']):focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

input:where([type='checkbox']):checked,input:where([type='radio']):checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

input:where([type='checkbox']):checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  input:where([type='checkbox']):checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

input:where([type='radio']):checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  input:where([type='radio']):checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

input:where([type='checkbox']):indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active)  {
  input:where([type='checkbox']):indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

input:where([type='file']) {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

input:where([type='file']):focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

/**
 * Custom styles to immediately follow Tailwind’s `base` layer
 *
 * “Add things like base typography styles [or] opinionated global resets.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-base-styles
 */

/**
 * This uses the background and foreground colors declared in the
 * `theme.json` file and is applied both to the frontend and in the block
 * editor.
*/

:root {
  --header-height: 88px;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  max-width: 100vw;
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-family: "Open Sans", sans-serif;
  --tw-text-opacity: 1;
  color: rgb(28 42 59 / var(--tw-text-opacity, 1));
}

#wpadminbar {
  position: fixed !important;
}

.entry-content,
.entry-content .wpb-content-wrapper {
  overflow: visible !important;
}

blockquote {
  border-style: none;
  padding-left: 0px !important;
  font-style: normal !important;
  text-decoration-line: none;
}

@media (min-width: 1021px) {
  blockquote {
    font-size: 28px;
    line-height: 28px;
  }
}

@media (min-width: 1281px) {
  blockquote {
    font-size: 40px;
    line-height: 40px;
  }
}

blockquote strong {
  font-weight: 500 !important;
}

blockquote p:before,
	blockquote p:after {
  --tw-content: '"' !important;
  content: var(--tw-content) !important;
}

/*Containers*/

.container-fluid.vc_row,
.container-fluid .vc_row,
.container-wide.vc_row,
.container-wide .vc_row,
.container.vc_row,
.container .vc_row,
.container-box.vc_row,
.container-box .vc_row {
  margin-left: auto;
  margin-right: auto;
}

/* Fix container widths when container inside container to prevent smaller widths on mobile */

.container-wide .container-wide,
.container-wide .container,
.container-wide .container-box,
.container .container-wide,
.container .container,
.container .container-box,
.container-box .container-wide,
.container-box .container,
.container-box .container-box {
  max-width: 100% !important;
}

.container-fluid::before,
.container-fluid::after,
.container-wide::before,
.container-wide::after,
.container-box::before,
.container-box::after,
.container::before,
.container::after {
  display: none;
}

#page {
  position: relative;
}

#page::before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 40px;
  left: 0px;
  z-index: -1;
  height: 984px;
  width: 984px;
  --tw-translate-y: -421px;
  --tw-translate-x: -227px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-image: radial-gradient(closest-side at 50% 50%, #F89A5B5C 0%, #FFFFFF00 100%);
}

@media (min-width: 1281px) {
  #page::before {
    top: 90px;
  }
}

#content {
  padding-top: 70px;
}

@media (min-width: 1281px) {
  #content {
    padding-top: 120px;
  }
}

/* body:not(.home) #content.add-space {
	@apply pt-[109px];
}

body.home:not(.sticky-is-hidden) #content.add-space {
	@apply !mt-[109px];
} */

#primary {
  padding-top: 1.25rem;
}

#content {
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

body.category #content {
  min-height: auto;
}

/*Typography*/

h1,
h2,
h3,
h4,
h5,
h6,
p,
strong,
b {
  color: inherit;
}

b,
strong {
  font-weight: 600 !important;
}

/* width */

body ::-webkit-scrollbar {
  height: 0.25rem;
  width: 0.25rem;
  border-radius: 0.75rem;
}

/* Track */

body ::-webkit-scrollbar-track {
  border-radius: 0.75rem;
}

/* Handle */

body ::-webkit-scrollbar-thumb {
  border-radius: 0.75rem;
}

/* Handle on hover */

/* body ::-webkit-scrollbar-thumb:hover {
} */

.du-container h4 {
  line-height: 1.08;
}

.cky-modal .cky-accordion-wrapper .cky-accordion#ckyDetailCategoryadvertisement, .cky-modal .cky-accordion-wrapper .cky-accordion#ckyDetailCategoryfunctional {
  display: none!important;
}

/**
 * This injects Tailwind's component classes and any component classes
 * registered by plugins, then adds custom component classes.
 *
 * The `@import-glob` line imports all CSS files from the `components`
 * directory (except for `components.css`, which is imported on the following
 * line). This is meant to simplify the process of integrating styles from
 * JavaScript components or WordPress plugins.
 */

.\!container {
  width: 100% !important;
}

.container {
  width: 100%;
}

@media (min-width: 481px) {
  .\!container {
    max-width: 481px !important;
  }

  .container {
    max-width: 481px;
  }
}

@media (min-width: 641px) {
  .\!container {
    max-width: 641px !important;
  }

  .container {
    max-width: 641px;
  }
}

@media (min-width: 769px) {
  .\!container {
    max-width: 769px !important;
  }

  .container {
    max-width: 769px;
  }
}

@media (min-width: 1021px) {
  .\!container {
    max-width: 1021px !important;
  }

  .container {
    max-width: 1021px;
  }
}

@media (min-width: 1281px) {
  .\!container {
    max-width: 1281px !important;
  }

  .container {
    max-width: 1281px;
  }
}

@media (min-width: 1366px) {
  .\!container {
    max-width: 1366px !important;
  }

  .container {
    max-width: 1366px;
  }
}

@media (min-width: 1480px) {
  .\!container {
    max-width: 1480px !important;
  }

  .container {
    max-width: 1480px;
  }
}

@media (min-width: 1536px) {
  .\!container {
    max-width: 1536px !important;
  }

  .container {
    max-width: 1536px;
  }
}

@media (min-width: 1785px) {
  .\!container {
    max-width: 1785px !important;
  }

  .container {
    max-width: 1785px;
  }
}

@media (min-width: 1921px) {
  .\!container {
    max-width: 1921px !important;
  }

  .container {
    max-width: 1921px;
  }
}

@media (min-width: 2561px) {
  .\!container {
    max-width: 2561px !important;
  }

  .container {
    max-width: 2561px;
  }
}

@media (min-width: 3441px) {
  .\!container {
    max-width: 3441px !important;
  }

  .container {
    max-width: 3441px;
  }
}

.prose {
  color: var(--tw-prose-body);
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 2rem;
}

.prose :where([class~="lead"], [class~="is-style-lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-weight: 700;
}

.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
  border-bottom: none;
}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 2rem;
  line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 2rem;
  line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 0;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 2rem;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}

.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}

.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}

.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}

.prose :where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 2rem;
}

.prose :where(h6):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 2rem;
}

.prose :where(b):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-weight: 700;
}

.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-body);
  font-style: normal;
  font-weight: 400;
}

.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "\2014";
}

.prose :where(table.has-fixed-layout):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  table-layout: fixed;
  width: 100%;
}

.prose-digitalup_tw {
  --tw-prose-body: #1C2A3B;
  --tw-prose-headings: inherit;
  --tw-prose-lead: #1C2A3B;
  --tw-prose-links: #F26522;
  --tw-prose-bold: inherit;
  --tw-prose-counters: #F26522;
  --tw-prose-bullets: #F26522;
  --tw-prose-hr: #1C2A3B;
  --tw-prose-quotes: #1C2A3B;
  --tw-prose-quote-borders: #F26522;
  --tw-prose-captions: #1C2A3B;
  --tw-prose-kbd: #1C2A3B;
  --tw-prose-kbd-shadows: 28 42 59;
  --tw-prose-code: #1C2A3B;
  --tw-prose-pre-code: #ffffff;
  --tw-prose-pre-bg: #1C2A3B;
  --tw-prose-th-borders: #1C2A3B;
  --tw-prose-td-borders: #1C2A3B;
  --tw-prose-invert-body: #ffffff;
  --tw-prose-invert-headings: inherit;
  --tw-prose-invert-lead: #ffffff;
  --tw-prose-invert-links: #F26522;
  --tw-prose-invert-bold: inherit;
  --tw-prose-invert-counters: #F26522;
  --tw-prose-invert-bullets: #F26522;
  --tw-prose-invert-hr: #ffffff;
  --tw-prose-invert-quotes: #ffffff;
  --tw-prose-invert-quote-borders: #F26522;
  --tw-prose-invert-captions: #ffffff;
  --tw-prose-invert-kbd: #ffffff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #1C2A3B;
  --tw-prose-invert-pre-code: #ffffff;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #ffffff;
  --tw-prose-invert-td-borders: #ffffff;
}

.prose .wp-block-table td, .prose .wp-block-table th {
  border: 0;
}

.prose .wp-block-table thead, .prose .wp-block-table tfoot {
  border-color: var(--tw-prose-th-borders);
}

.prose .wp-block-table thead {
  border-bottom-width: 1px;
}

.prose .wp-block-table tfoot {
  border-top-width: 1px;
}

.\!container-fluid {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.container-fluid {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.\!container-wide {
  width: 100% !important;
  max-width: calc(100% - 40px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.container-wide {
  width: 100%;
  max-width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 641px) {
  .\!container-wide {
    max-width: calc(100% - 80px) !important;
  }

  .container-wide {
    max-width: calc(100% - 80px);
  }
}

@media (min-width: 769px) {
  .\!container-wide {
    max-width: calc(100% - 80px) !important;
  }

  .container-wide {
    max-width: calc(100% - 80px);
  }
}

@media (min-width: 1021px) {
  .\!container-wide {
    max-width: calc(100% - 80px) !important;
  }

  .container-wide {
    max-width: calc(100% - 80px);
  }
}

@media (min-width: 1281px) {
  .\!container-wide {
    max-width: calc(100% - 80px) !important;
  }

  .container-wide {
    max-width: calc(100% - 80px);
  }
}

@media (min-width: 1536px) {
  .\!container-wide {
    max-width: calc(100% - 80px) !important;
  }

  .container-wide {
    max-width: calc(100% - 80px);
  }
}

@media (min-width: 1785px) {
  .\!container-wide {
    max-width: 1700px !important;
  }

  .container-wide {
    max-width: 1700px;
  }
}

.\!container {
  width: 100% !important;
  max-width: calc(100% - 40px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.container {
  width: 100%;
  max-width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 641px) {
  .\!container {
    max-width: calc(100% - 80px) !important;
  }

  .container {
    max-width: calc(100% - 80px);
  }
}

@media (min-width: 769px) {
  .\!container {
    max-width: calc(100% - 80px) !important;
  }

  .container {
    max-width: calc(100% - 80px);
  }
}

@media (min-width: 1021px) {
  .\!container {
    max-width: calc(100% - 80px) !important;
  }

  .container {
    max-width: calc(100% - 80px);
  }
}

@media (min-width: 1281px) {
  .\!container {
    max-width: calc(100% - 80px) !important;
  }

  .container {
    max-width: calc(100% - 80px);
  }
}

@media (min-width: 1536px) {
  .\!container {
    max-width: calc(100% - 80px) !important;
  }

  .container {
    max-width: calc(100% - 80px);
  }
}

@media (min-width: 1785px) {
  .\!container {
    max-width: 1560px !important;
  }

  .container {
    max-width: 1560px;
  }
}

.\!container-box {
  width: 100% !important;
  max-width: calc(100% - 40px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.container-box {
  width: 100%;
  max-width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 641px) {
  .\!container-box {
    max-width: calc(100% - 80px) !important;
  }

  .container-box {
    max-width: calc(100% - 80px);
  }
}

@media (min-width: 769px) {
  .\!container-box {
    max-width: calc(100% - 80px) !important;
  }

  .container-box {
    max-width: calc(100% - 80px);
  }
}

@media (min-width: 1021px) {
  .\!container-box {
    max-width: calc(100% - 80px) !important;
  }

  .container-box {
    max-width: calc(100% - 80px);
  }
}

@media (min-width: 1281px) {
  .\!container-box {
    max-width: 1240px !important;
  }

  .container-box {
    max-width: 1240px;
  }
}

.\!paragraph {
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
  color: #1C2A3B !important;
  letter-spacing: 0 !important;
}

.paragraph {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #1C2A3B;
  letter-spacing: 0;
}

@media (min-width: 641px) {
  .\!paragraph {
    font-size: 17px !important;
    line-height: 19px !important;
  }

  .paragraph {
    font-size: 17px;
    line-height: 19px;
  }
}

@media (min-width: 769px) {
  .\!paragraph {
    font-size: 18px !important;
    line-height: 20px !important;
  }

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

@media (min-width: 1021px) {
  .\!paragraph {
    font-size: 19px !important;
    line-height: 22px !important;
  }

  .paragraph {
    font-size: 19px;
    line-height: 22px;
  }
}

@media (min-width: 1536px) {
  .\!paragraph {
    font-size: 20px !important;
    line-height: 24px !important;
  }

  .paragraph {
    font-size: 20px;
    line-height: 24px;
  }
}

.\!heading-1 {
  font-size: 38px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  color: #1C2A3B !important;
  letter-spacing: -1.08px !important;
}

.heading-1 {
  font-size: 38px;
  line-height: 1;
  font-weight: 600;
  color: #1C2A3B;
  letter-spacing: -1.08px;
}

@media (min-width: 641px) {
  .\!heading-1 {
    font-size: 42px !important;
    letter-spacing: -1.2px !important;
  }

  .heading-1 {
    font-size: 42px;
    letter-spacing: -1.2px;
  }
}

@media (min-width: 769px) {
  .\!heading-1 {
    font-size: 48px !important;
    letter-spacing: -1.5px !important;
  }

  .heading-1 {
    font-size: 48px;
    letter-spacing: -1.5px;
  }
}

@media (min-width: 1021px) {
  .\!heading-1 {
    font-size: 62px !important;
    letter-spacing: -1.8px !important;
  }

  .heading-1 {
    font-size: 62px;
    letter-spacing: -1.8px;
  }
}

@media (min-width: 1536px) {
  .\!heading-1 {
    font-size: 72px !important;
    letter-spacing: -2.1px !important;
  }

  .heading-1 {
    font-size: 72px;
    letter-spacing: -2.1px;
  }
}

.\!heading-2 {
  font-size: 26px !important;
  line-height: 1.05 !important;
  font-weight: 600 !important;
  color: #1C2A3B !important;
  letter-spacing: -1.2px !important;
}

.heading-2 {
  font-size: 26px;
  line-height: 1.05;
  font-weight: 600;
  color: #1C2A3B;
  letter-spacing: -1.2px;
}

@media (min-width: 641px) {
  .\!heading-2 {
    font-size: 28px !important;
  }

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

@media (min-width: 769px) {
  .\!heading-2 {
    font-size: 32px !important;
  }

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

@media (min-width: 1021px) {
  .\!heading-2 {
    font-size: 38px !important;
  }

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

@media (min-width: 1536px) {
  .\!heading-2 {
    font-size: 42px !important;
  }

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

.\!heading-3 {
  font-size: 20px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  color: #1C2A3B !important;
  letter-spacing: -0.9px !important;
}

.heading-3 {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  color: #1C2A3B;
  letter-spacing: -0.9px;
}

@media (min-width: 641px) {
  .\!heading-3 {
    font-size: 24px !important;
  }

  .heading-3 {
    font-size: 24px;
  }
}

@media (min-width: 769px) {
  .\!heading-3 {
    font-size: 26px !important;
  }

  .heading-3 {
    font-size: 26px;
  }
}

@media (min-width: 1021px) {
  .\!heading-3 {
    font-size: 30px !important;
  }

  .heading-3 {
    font-size: 30px;
  }
}

@media (min-width: 1536px) {
  .\!heading-3 {
    font-size: 32px !important;
  }

  .heading-3 {
    font-size: 32px;
  }
}

.\!heading-4 {
  font-size: 20px !important;
  line-height: 1 !important;
  font-weight: 500 !important;
  color: #1C2A3B !important;
  letter-spacing: -0.84px !important;
}

.heading-4 {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  color: #1C2A3B;
  letter-spacing: -0.84px;
}

@media (min-width: 641px) {
  .\!heading-4 {
    font-size: 20px !important;
  }

  .heading-4 {
    font-size: 20px;
  }
}

@media (min-width: 769px) {
  .\!heading-4 {
    font-size: 22px !important;
  }

  .heading-4 {
    font-size: 22px;
  }
}

@media (min-width: 1021px) {
  .\!heading-4 {
    font-size: 24px !important;
  }

  .heading-4 {
    font-size: 24px;
  }
}

@media (min-width: 1536px) {
  .\!heading-4 {
    font-size: 26px !important;
  }

  .heading-4 {
    font-size: 26px;
  }
}

.\!heading-5 {
  font-size: 20px !important;
  line-height: 1 !important;
  font-weight: 500 !important;
  color: #1C2A3B !important;
  letter-spacing: -0.7px !important;
}

.heading-5 {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  color: #1C2A3B;
  letter-spacing: -0.7px;
}

@media (min-width: 641px) {
  .\!heading-5 {
    font-size: 20px !important;
  }

  .heading-5 {
    font-size: 20px;
  }
}

@media (min-width: 769px) {
  .\!heading-5 {
    font-size: 20px !important;
  }

  .heading-5 {
    font-size: 20px;
  }
}

@media (min-width: 1021px) {
  .\!heading-5 {
    font-size: 22px !important;
  }

  .heading-5 {
    font-size: 22px;
  }
}

@media (min-width: 1536px) {
  .\!heading-5 {
    font-size: 24px !important;
  }

  .heading-5 {
    font-size: 24px;
  }
}

.\!heading-6 {
  font-size: 20px !important;
  line-height: 1 !important;
  font-weight: 500 !important;
  color: #1C2A3B !important;
  letter-spacing: -0.6px !important;
}

.heading-6 {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  color: #1C2A3B;
  letter-spacing: -0.6px;
}

@media (min-width: 641px) {
  .\!heading-6 {
    font-size: 20px !important;
  }

  .heading-6 {
    font-size: 20px;
  }
}

@media (min-width: 769px) {
  .\!heading-6 {
    font-size: 20px !important;
  }

  .heading-6 {
    font-size: 20px;
  }
}

@media (min-width: 1021px) {
  .\!heading-6 {
    font-size: 20px !important;
  }

  .heading-6 {
    font-size: 20px;
  }
}

@media (min-width: 1536px) {
  .\!heading-6 {
    font-size: 22px !important;
  }

  .heading-6 {
    font-size: 22px;
  }
}

/*Breadcrumbs*/

.breadcrumbs {
  z-index: 10;
  margin-bottom: 1rem;
  margin-top: 1.25rem;
  display: block;
  width: 100%;
}

.breadcrumbs > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

@media (min-width: 1021px) {
  .breadcrumbs > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

.breadcrumbs span:last-child,
.breadcrumbs span:last-child strong {
  font-weight: 600 !important;
}

body.static-page .breadcrumbs {
  width: 100%;
  max-width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 641px) {
  body.static-page .breadcrumbs {
    max-width: calc(100% - 80px);
  }
}

@media (min-width: 769px) {
  body.static-page .breadcrumbs {
    max-width: calc(100% - 80px);
  }
}

@media (min-width: 1021px) {
  body.static-page .breadcrumbs {
    max-width: calc(100% - 80px);
  }
}

@media (min-width: 1281px) {
  body.static-page .breadcrumbs {
    max-width: 1240px;
  }
}

body.static-page .breadcrumbs.vc_row,body.static-page .breadcrumbs .vc_row {
  margin-left: auto;
  margin-right: auto;
}


.container-wide body.static-page .breadcrumbs,
.container body.static-page .breadcrumbs,body.static-page .breadcrumbs .container-wide,body.static-page .breadcrumbs .container,body.static-page .breadcrumbs .container-box {
  max-width: 100% !important;
}

body.static-page .breadcrumbs::before,body.static-page .breadcrumbs::after {
  display: none;
}

/* Buttons */

.simple-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration-line: none;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.simple-button:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

/* Primary Button */

.simple-button.primary-button {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(242 101 34 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(29 42 60 / var(--tw-bg-opacity, 1));
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.simple-button.primary-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 42 60 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(242 101 34 / var(--tw-text-opacity, 1));
}

@media (min-width: 1536px) {
  .simple-button.primary-button {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 18px;
  }
}

.simple-button.primary-button {
  clip-path: polygon(
		0 0,
		0 0,
		100% 0,
		100% 0,
		100% 100%,
		100% 100%,
		26px 100%,
		0 calc(100% - 26px)
	);
}

.simple-button.primary-button::before {
  content: "";
  pointer-events: none;
  position: absolute;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(242 101 34 / var(--tw-bg-opacity, 1));
  left: -18px;
  bottom: 14px;
  width: 50px;
  height: 3px;
}

.simple-button.primary-button.btn-border-fix::before {
  left: -17px;
}

.simple-button-arrow-icon {
  position: relative;
}

.simple-button-arrow-icon::after {
  content: "";
  margin-left: 4rem;
  height: 1rem;
  width: 1rem;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: url("/wp-content/themes/digitalup_tw/theme/assets/images/icons/btn-double-arrows-orange.svg");
}

.simple-button-arrow-icon:hover::after {
  content: url("/wp-content/themes/digitalup_tw/theme/assets/images/icons/btn-double-arrows-white.svg");
}

.simple-button-arrow-icon-2 {
  position: relative;
}

.simple-button-arrow-icon-2::after {
  content: "";
  margin-left: 1.5rem;
  height: 1rem;
  width: 1rem;
  content: url("/wp-content/themes/digitalup_tw/theme/assets/images/icons/btn-double-arrows-orange.svg");
}

/* Secondary Button */

.simple-button.secondary-button {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(28 42 59 / var(--tw-text-opacity, 1));
}

.simple-button.secondary-button:hover {
  --tw-text-opacity: 1;
  color: rgb(242 101 34 / var(--tw-text-opacity, 1));
}

/* Secondary Button */

.simple-button.secondary-button.white-text {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.du-carousel-anything-dots.disabled {
  display: none !important;
}

.du-carousel-anything-dots.theme-owl-dots-0 button.owl-dot {
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(28 42 59 / var(--tw-bg-opacity, 1));
}

.du-carousel-anything-dots.theme-owl-dots-0 button.owl-dot.active {
  --tw-bg-opacity: 1;
  background-color: rgb(242 101 34 / var(--tw-bg-opacity, 1));
}

.du-carousel-anything-dots.theme-owl-dots-1 button.owl-dot {
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.du-carousel-anything-dots.theme-owl-dots-1 button.owl-dot.active {
  --tw-bg-opacity: 1;
  background-color: rgb(242 101 34 / var(--tw-bg-opacity, 1));
}

/* Dots Styles */

/* Circle */

.du-carousel-anything-dots.dots-circle button.owl-dot {
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 9999px;
}

/* Square */

.du-carousel-anything-dots.dots-square button.owl-dot {
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 0px;
}

/* Line */

.du-carousel-anything-dots.dots-line button.owl-dot {
  height: 2px;
  width: 80px;
  border-radius: 0px;
}

.du-carousel-anything-dots.dots-line.owl-dots {
  gap: 0.75rem;
}

.du-carousel-anything.owl-carousel .owl-item img {
  width: auto !important;
}

.du-carousel-anything .owl-item .vc_row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.du-carousel .swiper-slide img {
  margin-left: auto;
  margin-right: auto;
  width: auto;
}

.du-carousel.swiper {
  display: flex;
  overflow: hidden !important;
  padding-bottom: 5rem;
}

.du-carousel.swiper > div {
  display: flex;
  align-items: stretch;
}

.du-carousel.swiper .swiper-slide {
  height: auto;
  align-items: stretch;
}

.du-carousel.swiper .swiper-slide > .orange-border-folder-shape-white-bg {
  height: 100%;
}

.du-carousel .swiper-pagination-bullets {
  margin-top: 0.75rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.375rem;
}

.du-carousel .swiper-pagination-bullets .swiper-pagination-bullet {
  display: inline-block;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(28 42 59 / var(--tw-bg-opacity, 1));
  opacity: 1;
}

.du-carousel .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
  background-color: rgb(242 101 34 / var(--tw-bg-opacity, 1));
}

/* > Dots Style */

/* Circle */

.du-carousel .swiper-pagination-bullets.dots-circle .swiper-pagination-bullet {
  border-radius: 9999px;
}

/* Square */

.du-carousel .swiper-pagination-bullets.dots-square .swiper-pagination-bullet {
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 0px;
}

/* Line */

.du-carousel .swiper-pagination-bullets.dots-line {
  gap: 0.5rem;
}

@media (min-width: 769px) {
  .du-carousel .swiper-pagination-bullets.dots-line {
    gap: 0.75rem;
  }
}

.du-carousel .swiper-pagination-bullets.dots-line .swiper-pagination-bullet {
  height: 2px;
  width: 40px;
  border-radius: 0px;
}

@media (min-width: 641px) {
  .du-carousel .swiper-pagination-bullets.dots-line .swiper-pagination-bullet {
    width: 60px;
  }
}

@media (min-width: 1281px) {
  .du-carousel .swiper-pagination-bullets.dots-line .swiper-pagination-bullet {
    width: 80px;
  }
}

/* > Dots Position */

/* Center */

.du-carousel .swiper-pagination-bullets.dots-center {
  justify-content: center;
}

/* Left */

.du-carousel .swiper-pagination-bullets.dots-left {
  justify-content: flex-start;
}

/* Right */

.du-carousel .swiper-pagination-bullets.dots-right {
  justify-content: flex-end;
}

/* Dots X Positions */

/* 
.du-carousel .du-image-wrapper img {
	@apply mx-auto;
} */

:is(.bg-dark,.bg-dark-gradient) .du-carousel .swiper-pagination-bullets .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  opacity: 1;
}

.du-carousel .owl-item img {
  width: auto;
}

.du-carousel .owl-dots {
  margin-top: 0.75rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.375rem;
}

.owl-carousel.du-carousel button.owl-dot {
  display: inline-block;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(28 42 59 / var(--tw-bg-opacity, 1));
}

.du-carousel button.owl-dot.active {
  --tw-bg-opacity: 1;
  background-color: rgb(242 101 34 / var(--tw-bg-opacity, 1));
}

/* Dots Styles */

/* Circle */

.du-carousel.dots-circle button.owl-dot {
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 9999px;
}

/* Square */

.du-carousel.dots-square button.owl-dot {
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 0px;
}

/* Line */

.du-carousel.dots-line button.owl-dot {
  height: 2px;
  width: 40px;
  border-radius: 0px;
}

@media (min-width: 641px) {
  .du-carousel.dots-line button.owl-dot {
    width: 60px;
  }
}

@media (min-width: 1281px) {
  .du-carousel.dots-line button.owl-dot {
    width: 80px;
  }
}

.du-carousel.dots-line .owl-dots {
  gap: 0.5rem;
}

@media (min-width: 769px) {
  .du-carousel.dots-line .owl-dots {
    gap: 0.75rem;
  }
}

/* Dots X Positions */

/* Center */

.du-carousel.dots-center .owl-dots {
  justify-content: center;
}

/* Left */

.du-carousel.dots-left .owl-dots {
  justify-content: flex-start;
}

/* Right */

.du-carousel.dots-right .owl-dots {
  justify-content: flex-end;
}

.du-carousel .du-image-wrapper img {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1021px) {
  .before_feature {
    padding-bottom: 8rem;
  }

  .du-featurelist {
    margin-top: -8rem;
  }
}

.feature-column {
  display: flex;
  align-items: flex-end;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.du-form-wrapper .du-form-row .feature-list p {
  margin-bottom: 0px !important;
}

.sub-menu.feature-list {
  gap: 1rem;
  padding: 0px;
}

current-menu-item .feature-list {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 1021px) {
  .feature-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.feature-list ul {
  list-style-type: none;
  padding: 0px;
}

.featurelist-section-title {
  margin-bottom: 0.75rem;
  font-size: 26px;
  font-weight: 700 !important;
  --tw-text-opacity: 1;
  color: rgb(28 42 59 / var(--tw-text-opacity, 1));
}

.feature-item {
  margin-bottom: 2rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 209 211 / var(--tw-border-opacity, 1));
  padding-bottom: 2rem;
}

.feature-title {
  margin-bottom: 0.25rem;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(28 42 59 / var(--tw-text-opacity, 1));
}

@media (min-width: 1021px) {
  .feature-title {
    font-size: 20px;
  }
}

.feature-description {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(28 42 59 / var(--tw-text-opacity, 1));
}

@media (min-width: 1281px) {
  .feature-description {
    font-size: 20px;
  }
}

@media not all and (min-width: 1281px) {
  .key-features .du-container {
    padding-bottom: 6rem !important;
  }
}

.key-features {
  position: relative;
  margin-left: auto !important;
  margin-right: auto !important;
  height: 100%;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.key-features .swiper-wrapper {
  height: 100%;
}

@media (min-width: 769px) {
  .key-features .swiper-wrapper {
    margin-left: -10px !important;
  }
}

.key-features .swiper-wrapper {
  width: calc(100% - 2px);
  max-width: calc(100% - 2px);
}

.key-features .swiper-slide {
  display: flex;
  height: auto;
  flex: 1 0 auto;
  flex-direction: column;
  align-items: stretch;
}

.key-features .swiper-slide .orange-border-folder-shape-white-bg {
  display: flex;
  height: 100% !important;
  min-height: 458px;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 5rem !important;
  padding-bottom: 7rem;
}

@media (min-width: 1281px) {
  .key-features .swiper-slide .orange-border-folder-shape-white-bg {
    padding-bottom: 2.5rem !important;
  }
}

.key-features .swiper-slide .orange-border-folder-shape-white-bg {
  clip-path: polygon(calc(40% + 16px) 38px, 100% 40px, 100% 100%, 0px 100%, 0px 0%, 36.95% -10px);
}

.key-features .swiper-slide .orange-border-folder-shape-white-bg:before {
  clip-path: polygon(calc(40% + 14px) 38px, 100% 40px, 100% 100%, 0px 100%, 0px 0%, 36.95% -7px);
}

.key-features .swiper-slide .orange-border-folder-shape-white-bg .wholeshales_caroulsel_title h3 {
  font-size: 28px;
  line-height: 32px;
}

.key-features .swiper-slide .orange-border-folder-shape-white-bg .styled-ul ul {
  margin-top: 0px;
}

.key-features .swiper-slide .orange-border-folder-shape-white-bg .styled-ul ul li {
  margin-bottom: 0.75rem;
  margin-top: 0px;
  line-height: 18px;
}

.key-features .swiper-slide .orange-border-folder-shape-white-bg .wpb_text_column {
  margin-bottom: 18px !important;
  font-size: 18px;
  line-height: 20px;
}

@media (min-width: 1281px) {
  .key-features .swiper-slide .orange-border-folder-shape-white-bg .wpb_text_column {
    padding-right: 5rem;
  }
}

.key-features .swiper-slide .orange-border-folder-shape-white-bg .du-image-wrapper {
  position: absolute !important;
  bottom: 1.25rem;
  right: 1rem;
}

.key-features .swiper-pagination {
  padding-right: 22px;
}

.key-features .swiper-pagination .swiper-pagination-bullet {
  height: 2px;
  width: 80px;
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(28 42 59 / var(--tw-bg-opacity, 1));
  opacity: 1;
}

.key-features .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
  background-color: rgb(242 101 34 / var(--tw-bg-opacity, 1));
}

#footer {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(28 42 59 / var(--tw-bg-opacity, 1));
  padding-top: 0px;
  padding-bottom: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.page #footer {
  margin-top: -1px;
}

#footer h1,

#footer h3,
#footer h4,
#footer h5,
#footer h6 {
  margin-bottom: 1.75rem;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  --tw-text-opacity: 1 !important;
  color: rgb(242 101 34 / var(--tw-text-opacity, 1)) !important;
}

@media (min-width: 1021px) {
  #footer h1,

#footer h3,
#footer h4,
#footer h5,
#footer h6 {
    font-size: 26px;
  }
}

#footer .du-website-contact-info {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
}

#footer .du-website-contact-info p,
#footer .du-website-contact-info a {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0.75rem;
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1021px) {
  #footer .du-website-contact-info p,
#footer .du-website-contact-info a {
    font-size: 20px;
  }
}

#footer .du-website-contact-info a:hover,
.footer-copyright-menu a:hover {
  --tw-text-opacity: 1;
  color: rgb(242 101 34 / var(--tw-text-opacity, 1));
}

.footer-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1021px) {
  .footer-text {
    font-size: 20px;
  }
}

#footer .du-website-contact-info a {
  text-decoration-line: none;
}

#footer .du-website-social-icons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

#footer .du-website-social-icons > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

#footer .du-website-social-icons a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(242 101 34 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(29 42 60 / var(--tw-bg-opacity, 1));
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

#footer .du-website-social-icons a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 42 60 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(242 101 34 / var(--tw-text-opacity, 1));
}

@media (min-width: 481px) {
  #footer .du-website-social-icons a {
    padding-left: 18px;
    padding-right: 36px;
  }
}

#footer .du-website-social-icons a {
  clip-path: polygon(
		0px 0px,
		0px 0px,
		60% -2px,
		100% 50%,
		100% 100%,
		0px 100%,
		0px 0px
	);
}

#footer .du-website-social-icons a::before {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0px;
  z-index: -1;
  height: 100%;
  width: calc(100% + 2px);
  --tw-bg-opacity: 1;
  background-color: rgb(242 101 34 / var(--tw-bg-opacity, 1));
  clip-path: polygon(
		0px 0px,
		0px 0px,
		60% -2px,
		100% 50%,
		100% 100%,
		0px 100%,
		0px 0px
	);
}

#footer .du-website-social-icons a::after {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(29 42 60 / var(--tw-bg-opacity, 1));
  clip-path: polygon(
		0px 0px,
		0px 0px,
		60% -2px,
		100% 50%,
		100% 100%,
		0px 100%,
		0px 0px
	);
}

#footer .du-website-social-icons a img,
#footer .du-website-social-icons a svg {
  position: relative;
  z-index: 10;
  height: 1.25rem;
  width: 1.25rem;
}

.footer-menu li {
  margin-bottom: 0.75rem;
  margin-top: 0px;
}

.footer-menu li a {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

@media (min-width: 1021px) {
  .footer-menu li a {
    font-size: 26px;
  }
}

#footer form.mailpoet_form {
  position: relative;
  margin-top: 1.25rem !important;
  margin-bottom: 3rem !important;
  padding: 0px !important;
}

#footer .mailpoet_paragraph {
  margin-bottom: 0.75rem !important;
  line-height: 1 !important;
}

#footer .mailpoet_paragraph.last {
  margin: 0px !important;
}

#footer input.mailpoet_text {
  margin-bottom: 0px !important;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 209 211 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  opacity: 1;
}

#footer input.mailpoet_text::-moz-placeholder {
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

#footer input.mailpoet_text::placeholder {
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

#footer input.mailpoet_text:focus {
  --tw-border-opacity: 1;
  border-color: rgb(242 101 34 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

#footer .mailpoet_checkbox_label {
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

#footer .mailpoet_checkbox_label a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

#footer .mailpoet_checkbox_label a:hover {
  --tw-text-opacity: 1;
  color: rgb(242 101 34 / var(--tw-text-opacity, 1));
}

#footer .mailpoet_checkbox {
  position: relative;
  top: -1px;
  margin-right: 0.25rem;
  height: 13px;
  width: 13px;
}

#footer .mailpoet_submit {
  display: none !important;
}

#footer .mailpoet_submit.custom-mailpoet-submit {
  position: absolute;
  display: inline-block !important;
  right: 18px;
  top: 23px;
}

#footer .parsley-errors-list {
  margin-bottom: 0px !important;
  margin-top: 0.75rem !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 0 0 / var(--tw-text-opacity, 1)) !important;
}

#footer .parsley-required {
  --tw-text-opacity: 1 !important;
  color: rgb(255 0 0 / var(--tw-text-opacity, 1)) !important;
}

.footer-menu li.current_page_item a::before,
.footer-menu li.current-menu-item a::before,
.footer-menu li a:hover::before {
  content: url("/wp-content/themes/digitalup_tw/theme/assets/images/icons/Select_icon_polygon_orange.svg");
  margin-right: 0.375rem;
  display: inline-block;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  top: -3px;
}

.footer-copyright-menu li.current_page_item a {
  --tw-text-opacity: 1;
  color: rgb(242 101 34 / var(--tw-text-opacity, 1));
}

.footer-qualifications .widget_custom_html {
  flex: 0 0 100%;
}

.footer-qualifications img {
  max-width: 150px !important;
}

@media (min-width: 1021px) {
  .footer-qualifications img {
    max-width: 100% !important;
  }
}

/*Forms*/

.du-form-wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
  margin-top: 1.25rem;
  width: 100%;
}

@media (min-width: 1021px) {
  .du-form-wrapper {
    max-width: 760px;
  }
}

.du-form-wrapper form {
  margin: 0px !important;
  padding: 0px !important;
}

.du-form-wrapper .du-form-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

@media (min-width: 641px) {
  .du-form-wrapper .du-form-row {
    flex-wrap: nowrap;
    gap: 1rem;
  }
}

.du-form-wrapper .du-form-field {
  margin-bottom: 0.5rem !important;
}

@media (min-width: 641px) {
  .du-form-wrapper .du-form-field {
    margin-bottom: 1rem !important;
  }
}

.du-form-wrapper .du-form-row p {
  margin-bottom: 1rem;
}

@media (min-width: 641px) {
  .du-form-wrapper .du-form-row p {
    margin-bottom: 2rem;
  }
}

.du-form-wrapper .du-form-row .grid p {
  margin-bottom: 0px !important;
}

@media only screen and (max-width: 640px) {
  .du-form-wrapper .du-form-row > div {
    width: 100%;
  }
}

.du-form-wrapper .du-form-field p {
  margin-bottom: 0px !important;
}

.du-form-wrapper .du-form-field label {
  margin-bottom: 0.75rem !important;
  margin-top: 0px !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.36px !important;
}

@media (min-width: 769px) {
  .du-form-wrapper .du-form-field label {
    font-size: 16px !important;
  }
}

@media (min-width: 1021px) {
  .du-form-wrapper .du-form-field label {
    font-size: 18px !important;
  }
}

.du-form-wrapper .du-form-checkbox > p {
  width: 100%;
}

.du-form-wrapper .du-form-checkbox label {
  margin: 0px !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(28 42 59 / var(--tw-text-opacity, 1)) !important;
}

.du-form-wrapper .du-form-checkbox label a {
  font-weight: 400 !important;
  text-decoration-line: underline;
}

.du-form-wrapper .mailpoet_checkbox_label {
  margin-bottom: 0px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0.75rem !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
}

.du-form-wrapper input[type="checkbox"] {
  height: 13px;
  width: 13px;
  cursor: pointer;
  border-radius: 2px;
  border-width: 1px !important;
  --tw-border-opacity: 1;
  border-color: rgb(220 220 220 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(209 209 211 / var(--tw-bg-opacity, 1));
}

.du-form-wrapper input[type="checkbox"]:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(220 220 220 / var(--tw-border-opacity, 1)) !important;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(28 42 59 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
}

.du-form-radio > p {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}

@media (min-width: 641px) {
  .du-form-radio > p {
    flex-wrap: nowrap;
  }
}

.du-form-radio .wpcf7-radio {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}

.du-form-radio input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.du-form-radio label {
  width: 100%;
}

@media (min-width: 641px) {
  .du-form-radio label {
    width: auto;
  }
}

.du-form-wrapper input[type="radio"] + .wpcf7-list-item-label {
  display: inline-block;
  cursor: pointer;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 209 211 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 9px;
  padding-bottom: 9px;
  --tw-text-opacity: 1;
  color: rgb(28 42 59 / var(--tw-text-opacity, 1));
}

.du-form-wrapper input[type="radio"]:checked + .wpcf7-list-item-label {
  --tw-bg-opacity: 1;
  background-color: rgb(28 42 59 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.du-form-submit-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 769px) {
  .du-form-submit-wrapper {
    flex-direction: row;
  }
}

.du-form-wrapper [type="submit"]:not(:disabled),
.du-form-wrapper [type="submit"]:not([disabled]) {
  cursor: pointer;
}

.du-form-wrapper [type="submit"]::after {
  margin-left: 6rem;
}

.du-form-wrapper input[type="text"],
.du-form-wrapper input[type="number"],
.du-form-wrapper input[type="email"],
.du-form-wrapper input[type="tel"],
.du-form-wrapper textarea {
  width: 100% !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 209 211 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.du-form-wrapper input[type="text"]::-moz-placeholder, .du-form-wrapper input[type="number"]::-moz-placeholder, .du-form-wrapper input[type="email"]::-moz-placeholder, .du-form-wrapper input[type="tel"]::-moz-placeholder, .du-form-wrapper textarea::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.du-form-wrapper input[type="text"]::placeholder,
.du-form-wrapper input[type="number"]::placeholder,
.du-form-wrapper input[type="email"]::placeholder,
.du-form-wrapper input[type="tel"]::placeholder,
.du-form-wrapper textarea::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.du-form-wrapper input[type="text"]:focus,
.du-form-wrapper input[type="number"]:focus,
.du-form-wrapper input[type="email"]:focus,
.du-form-wrapper input[type="tel"]:focus,
.du-form-wrapper textarea:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 209 211 / var(--tw-ring-opacity, 1));
}

.du-form-wrapper select {
  width: 100% !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 209 211 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.du-form-wrapper select::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.du-form-wrapper select::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.du-form-wrapper select:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 209 211 / var(--tw-ring-opacity, 1));
}

/*Contact Form 7*/

.wpcf7 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
  margin-top: 1.25rem;
  width: 100%;
}

@media (min-width: 1021px) {
  .wpcf7 {
    max-width: 760px;
  }
}

.wpcf7 form {
  margin: 0px !important;
  padding: 0px !important;
}

.wpcf7 .du-form-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

@media (min-width: 641px) {
  .wpcf7 .du-form-row {
    flex-wrap: nowrap;
    gap: 1rem;
  }
}

.wpcf7 .du-form-field {
  margin-bottom: 0.5rem !important;
}

@media (min-width: 641px) {
  .wpcf7 .du-form-field {
    margin-bottom: 1rem !important;
  }
}

.wpcf7 .du-form-row p {
  margin-bottom: 1rem;
}

@media (min-width: 641px) {
  .wpcf7 .du-form-row p {
    margin-bottom: 2rem;
  }
}

.wpcf7 .du-form-row .grid p {
  margin-bottom: 0px !important;
}

@media only screen and (max-width: 640px) {
  .wpcf7 .du-form-row > div {
    width: 100%;
  }
}

.wpcf7 .du-form-field p {
  margin-bottom: 0px !important;
}

.wpcf7 .du-form-field label {
  margin-bottom: 0.75rem !important;
  margin-top: 0px !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.36px !important;
}

@media (min-width: 769px) {
  .wpcf7 .du-form-field label {
    font-size: 16px !important;
  }
}

@media (min-width: 1021px) {
  .wpcf7 .du-form-field label {
    font-size: 18px !important;
  }
}

.wpcf7 .du-form-checkbox > p {
  width: 100%;
}

.wpcf7 .du-form-checkbox label {
  margin: 0px !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(28 42 59 / var(--tw-text-opacity, 1)) !important;
}

.wpcf7 .du-form-checkbox label a {
  font-weight: 400 !important;
  text-decoration-line: underline;
}

.wpcf7 .mailpoet_checkbox_label {
  margin-bottom: 0px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0.75rem !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
}

.wpcf7 input[type="checkbox"] {
  height: 13px;
  width: 13px;
  cursor: pointer;
  border-radius: 2px;
  border-width: 1px !important;
  --tw-border-opacity: 1;
  border-color: rgb(220 220 220 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(209 209 211 / var(--tw-bg-opacity, 1));
}

.wpcf7 input[type="checkbox"]:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(220 220 220 / var(--tw-border-opacity, 1)) !important;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(28 42 59 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
}

.wpcf7 input[type="radio"] + .wpcf7-list-item-label {
  display: inline-block;
  cursor: pointer;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 209 211 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 9px;
  padding-bottom: 9px;
  --tw-text-opacity: 1;
  color: rgb(28 42 59 / var(--tw-text-opacity, 1));
}

.wpcf7 input[type="radio"]:checked + .wpcf7-list-item-label {
  --tw-bg-opacity: 1;
  background-color: rgb(28 42 59 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.wpcf7 [type="submit"]:not(:disabled),.wpcf7 [type="submit"]:not([disabled]) {
  cursor: pointer;
}

.wpcf7 [type="submit"]::after {
  margin-left: 6rem;
}

.wpcf7 input[type="text"],.wpcf7 input[type="number"],.wpcf7 input[type="email"],.wpcf7 input[type="tel"],.wpcf7 textarea {
  width: 100% !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 209 211 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.wpcf7 input[type="text"]::-moz-placeholder, .wpcf7 input[type="number"]::-moz-placeholder, .wpcf7 input[type="email"]::-moz-placeholder, .wpcf7 input[type="tel"]::-moz-placeholder, .wpcf7 textarea::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.wpcf7 input[type="text"]::placeholder,.wpcf7 input[type="number"]::placeholder,.wpcf7 input[type="email"]::placeholder,.wpcf7 input[type="tel"]::placeholder,.wpcf7 textarea::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.wpcf7 input[type="text"]:focus,.wpcf7 input[type="number"]:focus,.wpcf7 input[type="email"]:focus,.wpcf7 input[type="tel"]:focus,.wpcf7 textarea:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 209 211 / var(--tw-ring-opacity, 1));
}

.wpcf7 input[type="text"],.wpcf7 input[type="number"],.wpcf7 input[type="email"],.wpcf7 input[type="tel"],.wpcf7 textarea {
  width: 100% !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 209 211 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.wpcf7 input[type="text"]::-moz-placeholder, .wpcf7 input[type="number"]::-moz-placeholder, .wpcf7 input[type="email"]::-moz-placeholder, .wpcf7 input[type="tel"]::-moz-placeholder, .wpcf7 textarea::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.wpcf7 input[type="text"]::placeholder,.wpcf7 input[type="number"]::placeholder,.wpcf7 input[type="email"]::placeholder,.wpcf7 input[type="tel"]::placeholder,.wpcf7 textarea::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.wpcf7 input[type="text"]:focus,.wpcf7 input[type="number"]:focus,.wpcf7 input[type="email"]:focus,.wpcf7 input[type="tel"]:focus,.wpcf7 textarea:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 209 211 / var(--tw-ring-opacity, 1));
}

.wpcf7 input[type="text"],.wpcf7 input[type="number"],.wpcf7 input[type="email"],.wpcf7 input[type="tel"],.wpcf7 textarea {
  width: 100% !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 209 211 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.wpcf7 input[type="text"]::-moz-placeholder, .wpcf7 input[type="number"]::-moz-placeholder, .wpcf7 input[type="email"]::-moz-placeholder, .wpcf7 input[type="tel"]::-moz-placeholder, .wpcf7 textarea::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.wpcf7 input[type="text"]::placeholder,.wpcf7 input[type="number"]::placeholder,.wpcf7 input[type="email"]::placeholder,.wpcf7 input[type="tel"]::placeholder,.wpcf7 textarea::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.wpcf7 input[type="text"]:focus,.wpcf7 input[type="number"]:focus,.wpcf7 input[type="email"]:focus,.wpcf7 input[type="tel"]:focus,.wpcf7 textarea:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 209 211 / var(--tw-ring-opacity, 1));
}

.wpcf7 input[type="text"],.wpcf7 input[type="number"],.wpcf7 input[type="email"],.wpcf7 input[type="tel"],.wpcf7 textarea {
  width: 100% !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 209 211 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.wpcf7 input[type="text"]::-moz-placeholder, .wpcf7 input[type="number"]::-moz-placeholder, .wpcf7 input[type="email"]::-moz-placeholder, .wpcf7 input[type="tel"]::-moz-placeholder, .wpcf7 textarea::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.wpcf7 input[type="text"]::placeholder,.wpcf7 input[type="number"]::placeholder,.wpcf7 input[type="email"]::placeholder,.wpcf7 input[type="tel"]::placeholder,.wpcf7 textarea::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.wpcf7 input[type="text"]:focus,.wpcf7 input[type="number"]:focus,.wpcf7 input[type="email"]:focus,.wpcf7 input[type="tel"]:focus,.wpcf7 textarea:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 209 211 / var(--tw-ring-opacity, 1));
}

.wpcf7 input[type="text"],.wpcf7 input[type="number"],.wpcf7 input[type="email"],.wpcf7 input[type="tel"],.wpcf7 textarea {
  width: 100% !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 209 211 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.wpcf7 input[type="text"]::-moz-placeholder, .wpcf7 input[type="number"]::-moz-placeholder, .wpcf7 input[type="email"]::-moz-placeholder, .wpcf7 input[type="tel"]::-moz-placeholder, .wpcf7 textarea::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.wpcf7 input[type="text"]::placeholder,.wpcf7 input[type="number"]::placeholder,.wpcf7 input[type="email"]::placeholder,.wpcf7 input[type="tel"]::placeholder,.wpcf7 textarea::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.wpcf7 input[type="text"]:focus,.wpcf7 input[type="number"]:focus,.wpcf7 input[type="email"]:focus,.wpcf7 input[type="tel"]:focus,.wpcf7 textarea:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 209 211 / var(--tw-ring-opacity, 1));
}

.wpcf7 select {
  width: 100% !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 209 211 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.wpcf7 select::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.wpcf7 select::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.wpcf7 select:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 209 211 / var(--tw-ring-opacity, 1));
}

.cv-form .wpcf7 {
  max-width: 100% !important;
}

.modal .wpcf7 {
  max-width: 100% !important;
}

.wpcf7-form {
  margin: 0px !important;
  padding: 0px !important;
}

.wpcf7 .wpcf7-list-item {
  margin: 0px !important;
}

.wpcf7-response-output {
  border-radius: 0.5rem;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: -0.72px !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  margin: 0px !important;
  border-width: 2px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(242 101 34 / var(--tw-border-opacity, 1)) !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.wpcf7-not-valid-tip {
  position: absolute;
  left: 0px;
  top: auto;
  margin-top: 0.5rem !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: -0.72px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1)) !important;
}

.du-form-row:not(.du-form-radio) .wpcf7-form-control-wrap {
  display: inline-block;
  width: 100%;
}

.cv-form .wpcf7 {
  max-width: 100% !important;
}

.cv-form .wpcf7 form {
  width: 100%;
}

.cv-form .du-form-wrapper {
  max-width: 100% !important;
}

.cv-form .wpcf7-not-valid-tip {
  position: relative;
  left: auto;
}

.application-cv-upload-fake-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 209 211 / var(--tw-border-opacity, 1));
}

.application-cv-upload-fake-wrapper > p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}

.application-cv-upload-fake {
  display: flex;
  min-height: 52px;
  width: auto;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(28 42 59 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.application-cv-upload-fake img {
  margin: 0px !important;
}

.application-cv-upload-fake br {
  display: none !important;
}

.wpcf7 {
  margin-left: 0px;
}

@media (min-width: 481px) {
  .wpcf7 fieldset>legend {
    float: left;
  }
}

.wpcf7 fieldset>legend {
  margin-top: 10px;
  margin-right: 10px;
}

#masthead {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  max-width: 100vw;
}

.header-transition {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

/* Header Wrapper */

.header-wrapper {
  z-index: 50;
  display: flex;
  width: 100%;
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  flex-direction: column;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

@media (min-width: 1281px) {
  .header-wrapper {
    background-color: transparent;
  }
}

.header-wrapper {
  /* @apply pt-0 pb-2; */
}

body.sticky-enabled .header-wrapper {
  position: fixed;
  top: 0px;
}

body.sticky-enabled.admin-bar .header-wrapper {
  top: 2rem;
}

.admin-bar .header-wrapper {
  top: 46px;
}

@media (min-width: 769px) {
  .admin-bar .header-wrapper {
    top: 32px;
  }
}

.admin-bar:not(.sticky-init) .header-search-form-wrapper,
.admin-bar:not(.sticky-is-hidden) .header-search-form-wrapper,
.admin-bar:not(.sticky-is-visible) .header-search-form-wrapper {
  top: 46px;
}

@media (min-width: 769px) {
  .admin-bar:not(.sticky-init) .header-search-form-wrapper,
.admin-bar:not(.sticky-is-hidden) .header-search-form-wrapper,
.admin-bar:not(.sticky-is-visible) .header-search-form-wrapper {
    top: 32px;
  }
}

body.home .header-wrapper:not(.is-sticky) {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

/* Header Top */

.header-top {
  display: none;
  width: 100%;
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  align-items: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

@media (min-width: 1281px) {
  .header-top {
    display: flex;
  }
}

.custom-logo-link {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

/* Header Main */

.header-main {
  width: 100%;
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.header-main-inner {
  position: relative;
  width: 100%;
}

/* Header Desktop */

.header-main-desktop .header-main-inner {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* Header Mobile */

/* Sticky Header */

.header-wrapper.is-hidden {
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.header-wrapper.is-visible {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.header-wrapper.is-sticky,
.header-wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  box-shadow: 50px 0px 30px #f1662433;
}

.header-wrapper.is-sticky .header-top {
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
}

.header-wrapper.is-sticky .header-main {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.header-wrapper.is-sticky.is-hidden .header-main-desktop {
  padding-bottom: 0px;
}

.cta-col {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.cta-col .wpml-ls-legacy-dropdown {
  margin-top: 1rem;
  width: auto;
}

.cta-col .wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a {
  border-style: none;
  background-color: transparent;
}

.cta-col .wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a:hover {
  background-color: transparent;
}

.cta-col .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  right: 1rem;
  height: 7px;
  width: 9px;
  border-style: none;
  background-image: url('/wp-content/themes/digitalup_tw/theme/assets/images/icons/arrow_down.svg') !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  top: 0;
  top: 50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cta-col .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border-style: none;
}

.cta-col .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
  border-style: none;
  background-color: transparent;
}

.burger-col {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.burger-col .wpml-ls-legacy-dropdown {
  margin-top: 0px;
  width: auto;
}

/* Hero Section */

.hero-section {
  height: auto;
  width: 100%;
  max-width: 100%;
}

@media (min-width: 1281px) {
  .hero-section {
    height: 100%;
  }
}

.hero-section {
  max-height: 100%;
}

@media (min-width: 1021px) {
  .hero-section {
    max-height: 800px;
  }
}

@media (min-width: 1281px) {
  .hero-section {
    max-height: 1080px;
  }
}

@media (min-width: 1921px) {
  .hero-section {
    max-height: 1280px;
  }
}

@media only screen and (min-width: 1021px) {
  /* .hero-section {
		height: calc(calc(100vh - var(--header-height)) - calc(1.25rem * 2)) !important;
	} */
}

.hero-section-wrapper {
  width: 100%;
  max-width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 641px) {
  .hero-section-wrapper {
    max-width: calc(100% - 80px);
  }
}

@media (min-width: 769px) {
  .hero-section-wrapper {
    max-width: calc(100% - 80px);
  }
}

@media (min-width: 1021px) {
  .hero-section-wrapper {
    max-width: calc(100% - 80px);
  }
}

@media (min-width: 1281px) {
  .hero-section-wrapper {
    max-width: calc(100% - 80px);
  }
}

@media (min-width: 1536px) {
  .hero-section-wrapper {
    max-width: calc(100% - 80px);
  }
}

@media (min-width: 1785px) {
  .hero-section-wrapper {
    max-width: 1700px;
  }
}

.hero-section-wrapper {
  position: relative;
  display: flex;
  height: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.hero-section-wrapper.vc_row,.hero-section-wrapper .vc_row {
  margin-left: auto;
  margin-right: auto;
}

.hero-section-wrapper .container-wide,.hero-section-wrapper .container,.hero-section-wrapper .container-box,
.container .hero-section-wrapper,
.container-box .hero-section-wrapper {
  max-width: 100% !important;
}

.hero-section-wrapper::before,.hero-section-wrapper::after {
  display: none;
}

@media (min-width: 1021px) {
  .hero-section-wrapper {
    flex-wrap: nowrap;
    gap: 0px;
  }
}

.hero-section-content-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-evenly;
}

@media (min-width: 1021px) {
  .hero-section-content-wrapper {
    width: 50%;
  }
}

@media (min-width: 1281px) {
  @media (min-width: 1021px) {
    .hero-section-content-wrapper {
      width: 35%;
    }
  }
}

@media (min-width: 1785px) {
  .hero-section-content-wrapper {
    width: 591px;
  }
}

.hero-section-content-wrapper {
  justify-content: flex-start;
  padding-bottom: 1.25rem;
}

@media (min-width: 1281px) {
  .hero-section-content-wrapper {
    padding-top: 80px;
  }
}

.home .hero-section-wrapper {
  align-items: stretch;
  padding-top: 0px;
}

.home .hero-section-content-wrapper {
  justify-content: space-between;
}

@media not all and (min-width: 1021px) {
  .home .hero-section-content-wrapper {
    padding-top: 0px;
  }
}

.hero-section-image-wrapper {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding-bottom: 70px;
}

@media (min-width: 769px) {
  .hero-section-image-wrapper {
    padding-left: 100px;
  }
}

@media (min-width: 1021px) {
  .hero-section-image-wrapper {
    width: 65%;
    align-items: flex-end;
    justify-content: flex-end;
    padding-left: 12%;
  }
}

@media (min-width: 1921px) {
  .hero-section-image-wrapper {
    align-items: center;
  }
}

@media (min-width: 1785px) {
  .hero-section-image-wrapper {
    width: calc(1700px - 591px);
  }
}

/* 
	 .orange-angled-shape-first {
		aspect-ratio: 1 / 1;
	} */

.hero-section-image-wrapper .orange-angled-shape-first {
  position: absolute !important;
  bottom: 0px;
  right: 100%;
  aspect-ratio: 1 / 1;
  height: auto !important;
  max-width: 22%;
  --tw-translate-x: calc(175% - 80px);
  --tw-translate-y: calc(calc(50% - 40px) * -1);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media not all and (min-width: 1480px) {
  .hero-section-image-wrapper .orange-angled-shape-first {
    --tw-translate-x: calc(150% - 40px);
    --tw-translate-y: calc(calc(80% - 40px) * -1);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

@media not all and (min-width: 1021px) {
  .hero-section-image-wrapper .orange-angled-shape-first {
    --tw-translate-x: calc(200% - 40px);
    --tw-translate-y: calc(calc(80% - 40px) * -1);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.hero-section-image-wrapper .hero-section-right-holder {
  max-width: calc(88% - 100px);
  padding-right: 12%;
}

@media not all and (min-width: 1021px) {
  .hero-section-image-wrapper .hero-section-right-holder {
    max-width: 100%;
    padding-right: 0px;
  }
}

@media (min-width: 1536px) {
  .hero-section-image-wrapper .hero-section-right-holder {
    max-width: 67%;
  }
}

.hero-section-image-wrapper .hero-section-image img {
  left: 30%;
  aspect-ratio: 880/700;
  max-height: 1000px;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1021px) {
  .hero-section-image-wrapper .hero-section-image img {
    left: -90px;
  }
}

.hero-section-image-wrapper .hero-section-image img {
  height: calc(calc(100vh - var(--header-height)) - 130px);
}

@media not all and (min-width: 1021px) {
  .hero-section-image-wrapper .hero-section-image img {
    left: 0px;
    height: auto;
  }
}

.hero-section-image-wrapper .hero-section-image img {
  overflow: visible !important;
}

@media not all and (min-width: 1281px) {
  .hero-section-image-wrapper .hero-section-image img {
    max-height: 42vw;
  }
}

@media not all and (min-width: 769px) {
  .hero-section-image-wrapper .hero-section-image img {
    max-height: 400px;
  }
}

/* @media (min-height: 900px) {
	.hero-section-image-wrapper .hero-section-image img {
		@apply object-none;
	}
} */

/* @apply max-2xl:object-none; */

@media (min-width: 1021px) {
  #apps .hero-section-content {
    width: 600px;
  }
}

@media not all and (min-width: 481px) {
  #apps .hero-section-wrapper {
    margin-bottom: 0px;
  }
}

@media (min-width: 769px) {
  .hero-section-image-wrapper, .hero-section-content-wrapper {
    flex: 1 1 0%;
  }
}

/* .home .orange-angled-shape-first {
	@apply max-laptop:!right-[135%];
} */

.hero-section-content,
.hero-section-content p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #1C2A3B;
  letter-spacing: 0;
}

@media (min-width: 641px) {
  .hero-section-content,
.hero-section-content p {
    font-size: 17px;
    line-height: 19px;
  }
}

@media (min-width: 769px) {
  .hero-section-content,
.hero-section-content p {
    font-size: 18px;
    line-height: 20px;
  }
}

@media (min-width: 1021px) {
  .hero-section-content,
.hero-section-content p {
    font-size: 19px;
    line-height: 22px;
  }
}

@media (min-width: 1536px) {
  .hero-section-content,
.hero-section-content p {
    font-size: 20px;
    line-height: 24px;
  }
}

.hero-section-content,
.hero-section-content p {
  font-weight: 500 !important;
}

#ourSolutions .vc_row:last-child .wpb_column:nth-child(3) .du-content-box-content .hero-section-content, #ourSolutions .vc_row:last-child .wpb_column:nth-child(2) .du-content-box-content .hero-section-content,#ourSolutions .vc_row:last-child .wpb_column:nth-child(3) .du-content-box-content 
.hero-section-content p, #ourSolutions .vc_row:last-child .wpb_column:nth-child(2) .du-content-box-content 
.hero-section-content p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hero-section-content h1 {
  font-size: 38px;
  line-height: 1;
  font-weight: 600;
  color: #1C2A3B;
  letter-spacing: -1.08px;
}

@media (min-width: 641px) {
  .hero-section-content h1 {
    font-size: 42px;
    letter-spacing: -1.2px;
  }
}

@media (min-width: 769px) {
  .hero-section-content h1 {
    font-size: 48px;
    letter-spacing: -1.5px;
  }
}

@media (min-width: 1021px) {
  .hero-section-content h1 {
    font-size: 62px;
    letter-spacing: -1.8px;
  }
}

@media (min-width: 1536px) {
  .hero-section-content h1 {
    font-size: 72px;
    letter-spacing: -2.1px;
  }
}

.hero-section-content h2 {
  font-size: 26px;
  line-height: 1.05;
  font-weight: 600;
  color: #1C2A3B;
  letter-spacing: -1.2px;
}

@media (min-width: 641px) {
  .hero-section-content h2 {
    font-size: 28px;
  }
}

@media (min-width: 769px) {
  .hero-section-content h2 {
    font-size: 32px;
  }
}

@media (min-width: 1021px) {
  .hero-section-content h2 {
    font-size: 38px;
  }
}

@media (min-width: 1536px) {
  .hero-section-content h2 {
    font-size: 42px;
  }
}

.hero-section-content h2 {
  font-weight: 400 !important;
  line-height: 1.05;
}

.hero-section-content h2 strong {
  font-weight: 400 !important;
}

.home .hero-section-content h2 {
  font-size: 26px;
  line-height: 1.05;
  font-weight: 600;
  color: #1C2A3B;
  letter-spacing: -1.2px;
}

@media (min-width: 641px) {
  .home .hero-section-content h2 {
    font-size: 28px;
  }
}

@media (min-width: 769px) {
  .home .hero-section-content h2 {
    font-size: 32px;
  }
}

@media (min-width: 1021px) {
  .home .hero-section-content h2 {
    font-size: 38px;
  }
}

@media (min-width: 1536px) {
  .home .hero-section-content h2 {
    font-size: 42px;
  }
}

.home .hero-section-content h2 {
  font-weight: 500 !important;
  line-height: 1.05;
}

.home .hero-section-content h2 strong {
  font-weight: 600 !important;
}

.hero-section-content h3 {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  color: #1C2A3B;
  letter-spacing: -0.9px;
}

@media (min-width: 641px) {
  .hero-section-content h3 {
    font-size: 24px;
  }
}

@media (min-width: 769px) {
  .hero-section-content h3 {
    font-size: 26px;
  }
}

@media (min-width: 1021px) {
  .hero-section-content h3 {
    font-size: 30px;
  }
}

@media (min-width: 1536px) {
  .hero-section-content h3 {
    font-size: 32px;
  }
}

/* .hero-section-content h2, */

.hero-section-content h4,
.hero-section-content h5,
.hero-section-content h6 {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

@media (min-width: 769px) {
  .hero-section-content h4,
.hero-section-content h5,
.hero-section-content h6 {
    font-size: 22px;
    line-height: 26px;
  }
}

@media (min-width: 1021px) {
  .hero-section-content h4,
.hero-section-content h5,
.hero-section-content h6 {
    font-size: 24px;
    line-height: 28px;
  }
}

.home .hero-section-content h2 {
  font-size: 24px;
}

.hero-section-right-text-badge {
  position: absolute;
  bottom: 0.75rem;
  right: 0px;
  z-index: 20;
}

@media (min-width: 1536px) {
  .hero-section-right-text-badge {
    right: -2.5rem;
  }
}

.hero-section-right-text-badge img {
  width: 131px;
}

@media (min-width: 641px) {
  .hero-section-right-text-badge img {
    width: 160px;
  }
}

@media (min-width: 769px) {
  .hero-section-right-text-badge img {
    width: 190px;
  }
}

@media (min-width: 1021px) {
  .hero-section-right-text-badge img {
    width: auto;
  }
}

.hero-section-links {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
}

@media (min-width: 1281px) {
  .hero-section-links {
    margin-top: 1.5rem;
    gap: 1.5rem;
  }
}

.hero-section-links a {
  position: relative;
  display: inline-block;
}

.hero-section-links a > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.375rem * var(--tw-space-x-reverse));
  margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
}

.hero-section-links a {
  text-decoration-line: none;
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: -0.72px;
}

@media (min-width: 769px) {
  .hero-section-links a {
    font-size: 20px;
  }
}

@media (min-width: 1281px) {
  .hero-section-links a {
    font-size: 24px;
  }
}

.hero-section-links a span {
  display: inline-block;
}

.hero-section-links a span:nth-child(1) {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(242 101 34 / var(--tw-text-opacity, 1));
}

.hero-section-links a span:nth-child(2) {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(28 42 59 / var(--tw-text-opacity, 1));
}

.hero-section-links a img {
  position: relative;
  margin: 0px !important;
  display: inline-block;
  --tw-rotate: -90deg;
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-section-links a:hover img {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hero-section-link {
  margin-right: 1rem;
}

.du-folder {
  clip-path: polygon(47.64% 38px, 99.13% 9.39%, 100% 100%, 0px 100%, 3px 3.5%, 38.58% 4%);
  position: absolute;
  top: 0px;
  height: 400px;
  width: 271px;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1021px) {
  .du-folder {
    clip-path: polygon(41% 37px, 98.80% 5.64%, 100% 100%, 0px 100%, 0px 0%, 36% 0%);
  }
}

@media (min-width: 481px) {
  .du-folder {
    width: 300px;
  }
}

@media (min-width: 1021px) {
  .du-folder {
    height: 560px;
    width: 500px;
  }
}

@media (min-width: 1536px) {
  .du-folder {
    height: 660px;
  }
}

.du-folder {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem;
}

.du-folder[data-folder="1"] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 101 34 / var(--tw-bg-opacity, 1));
}

.du-folder[data-folder="2"] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 154 91 / var(--tw-bg-opacity, 1));
}

.du-folder[data-folder="3"] {
  --tw-bg-opacity: 1;
  background-color: rgb(28 42 59 / var(--tw-bg-opacity, 1));
}

.du-folder-clickable {
  cursor: pointer;
}

.du-folder-clickable:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.du-folders-content-wrapper {
  display: flex;
  width: 100%;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.75rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-bottom: 1.25rem;
  padding-top: 1rem;
}

.du-folders-icon-wrapper {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-end;
  padding-top: 4rem;
  padding-right: 2rem;
}

.du-folders-icon-wrapper img {
  pointer-events: none;
  margin: 0px !important;
  max-width: 125px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 0px !important;
}

@media (min-width: 1021px) {
  .du-folders-icon-wrapper img {
    max-width: 200px;
  }
}

.du-folders-title {
  display: inline-block;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1021px) {
  .du-folders-title {
    font-size: 36px;
  }
}

@media (min-width: 1281px) {
  .du-folders-title {
    font-size: 40px;
  }
}

@media (min-width: 1536px) {
  .du-folders-title {
    font-size: 50px;
  }
}

.du-folders-count {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1021px) {
  .du-folders-count {
    font-size: 20px;
  }
}

@media (min-width: 1536px) {
  .du-folders-count {
    font-size: 24px;
  }
}

.du-folder-pos-1 {
  left: 0px;
}

.du-folder-pos-2 {
  left: 1.75rem;
}

@media (min-width: 769px) {
  .du-folder-pos-2 {
    left: 2.5rem;
  }
}

@media (min-width: 1021px) {
  .du-folder-pos-2 {
    left: 6rem;
  }
}

.du-folder-pos-3 {
  left: 3.5rem;
}

@media (min-width: 769px) {
  .du-folder-pos-3 {
    left: 5rem;
  }
}

@media (min-width: 1021px) {
  .du-folder-pos-3 {
    left: 12rem;
  }
}

@media (min-width: 1281px) {
  .sticky-col {
    position: sticky !important;
    top: 200px;
  }
}

#homeBlog {
  /* @apply !overflow-visible !relative; */
  background: linear-gradient(
		0deg,
		#121a24 0%,
		#1c2a3b 0%,
		#121a24 100%
	) !important;
}

#homeBlog .vc_row {
  overflow: visible !important;
}

@media (min-width: 1021px) {
  #homeBlog .sticky-col {
    position: sticky !important;
    top: 200px;
  }
}

.home .du-content-box {
  /* @apply h-auto xl:h-[650px]; */
  clip-path: polygon(
		41.96% 6%,
		99.75% 5.78%,
		100% 100%,
		0px 100%,
		0px 0%,
		36.95% -0.22%
	);
}

.home .du-content-box:before {
  clip-path: polygon(
			41.69% 6%,
			99.69% 5.98%,
			100% 100%,
			0px 100%,
			0px 0%,
			36.82% 0.05%
		);
}

.home .du-content-box-content-wrapper {
  position: relative;
}

@media not all and (min-width: 1281px) {
  .home .du-content-box-content-wrapper {
    padding-bottom: 120px;
  }
}

@media (min-width: 1281px) {
  .home .du-content-box-content-wrapper {
    padding-bottom: clamp(100px, 40%, 200px);
  }
}

@media not all and (min-width: 641px) {
  .home .du-content-box-content {
    padding-right: 2.5rem;
  }
}

.home .du-content-box-icon {
  position: absolute;
  bottom: 0px;
  display: flex;
  width: clamp(100px, 40%, 200px);
  max-width: 200px;
  justify-content: flex-end;
}

@media not all and (min-width: 1021px) {
  .home .du-content-box-icon {
    bottom: 2.5rem;
    max-width: 120px;
  }
}

@media (min-width: 1021px) {
  .home .du-content-box-icon {
    right: 0px;
  }
}

@media (min-width: 1281px) {
  .home .du-content-box-icon {
    right: -60px;
  }
}

@media not all and (min-width: 1281px) {
  .home .du-content-box-icon {
    max-width: 120px;
  }
}

@media not all and (min-width: 641px) {
  .home .du-content-box-icon {
    right: -1rem;
    bottom: 2.5rem;
    top: unset;
    max-width: 90px;
  }
}

@media not all and (min-width: 1021px) {
  .home .du-content-box-icon img {
    max-height: 120px;
  }
}

#ourSolutions {
  position: relative;
  overflow: hidden;
}

@media not all and (min-width: 641px) {
  #ourSolutions .du-title-with-number {
    margin-bottom: 0px !important;
  }
}

#ourSolutions:before {
  position: absolute;
  bottom: -50%;
  right: -0px;
  display: block;
  aspect-ratio: 1 / 1;
  height: 100%;
  --tw-translate-x: 33.333333%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-content: "";
  content: var(--tw-content);
  background: transparent radial-gradient(closest-side at 50% 50%, #F89A5B5C 0%, var(--white) 100%) 0% 0% no-repeat padding-box;
  background: transparent radial-gradient(closest-side at 50% 50%, #F89A5B5C 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}

#ourSolutions .vc_row:last-child {
  align-items: stretch;
}

@media (min-width: 1021px) {
  #ourSolutions .vc_row:last-child {
    flex-wrap: nowrap;
  }
}

#ourSolutions .vc_row:last-child .simple-button.primary-button {
  float: right;
  border-style: none;
  background-color: transparent;
  padding-right: 0px;
  --tw-text-opacity: 1;
  color: rgb(28 42 59 / var(--tw-text-opacity, 1));
}

@media (min-width: 1281px) {
  #ourSolutions .vc_row:last-child .simple-button.primary-button {
    margin-right: -2.5rem;
  }
}

#ourSolutions .vc_row:last-child .simple-button.primary-button .simple-button-arrow-icon::after {
  margin-left: 3rem;
}

@media (min-width: 1021px) {
  #ourSolutions .vc_row:last-child .wpb_column {
    flex: 1 1 0%;
  }
}

#ourSolutions .vc_row:last-child .wpb_column .simple-button-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

@media not all and (min-width: 1281px) {
  #ourSolutions .vc_row:last-child .wpb_column .du-content-box {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

#ourSolutions .vc_row:last-child .wpb_column:first-child .simple-button.primary-button {
  --tw-text-opacity: 1;
  color: rgb(28 42 59 / var(--tw-text-opacity, 1));
}

#ourSolutions .vc_row:last-child .wpb_column:first-child .simple-button.primary-button:hover::after {
  content: url(/wp-content/themes/digitalup_tw/theme/assets/images/icons/btn-double-arrows-blacklish.svg);
}

#ourSolutions .vc_row:last-child .wpb_column:first-child .orange-border-folder-shape::before {
  --tw-bg-opacity: 1;
  background-color: rgb(252 229 215 / var(--tw-bg-opacity, 1));
}

#ourSolutions .vc_row:last-child .wpb_column:first-child .orange-border-folder-shape {
  --tw-bg-opacity: 1;
  background-color: rgb(252 229 215 / var(--tw-bg-opacity, 1));
}

#ourSolutions .vc_row:last-child .wpb_column:nth-child(3),
			#ourSolutions .vc_row:last-child .wpb_column:nth-child(2) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

#ourSolutions .vc_row:last-child .wpb_column:nth-child(3) .du-content-box-content h3, #ourSolutions .vc_row:last-child .wpb_column:nth-child(2) .du-content-box-content h3 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

#ourSolutions .vc_row:last-child .wpb_column:nth-child(3) .du-content-box-content .paragraph, #ourSolutions .vc_row:last-child .wpb_column:nth-child(2) .du-content-box-content .paragraph {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

#ourSolutions .vc_row:last-child .wpb_column:nth-child(3) .simple-button.primary-button, #ourSolutions .vc_row:last-child .wpb_column:nth-child(2) .simple-button.primary-button {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

#ourSolutions .vc_row:last-child .wpb_column:nth-child(2) .orange-border-folder-shape {
  --tw-bg-opacity: 1;
  background-color: rgb(28 42 59 / var(--tw-bg-opacity, 1));
}

#ourSolutions .vc_row:last-child .wpb_column:nth-child(2) .orange-border-folder-shape:before {
  --tw-bg-opacity: 1;
  background-color: rgb(28 42 59 / var(--tw-bg-opacity, 1));
}

/* 				
				.simple-button.primary-button {
					@apply text-blackish;

					&:hover {
						&::after {
							content: url(/wp-content/themes/digitalup_tw/theme/assets/images/icons/btn-double-arrows-blacklish.svg);
						}
					}
				}

				.orange-border-folder-shape::before {
					@apply bg-[#E2E8F0];
				}

				.orange-border-folder-shape {
					@apply bg-[#E2E8F0];
				} */

/* .content-box-title-img {
					@apply filter brightness-[200];
					filter: invert(1) contrast(1) brightness(0.3);
				}

				.simple-button-arrow-icon::after {
					@apply filter brightness-[200];
					filter: invert(1) contrast(1) brightness(0.3);
				} */

#ourSolutions .vc_row:last-child .wpb_column:nth-child(3) .orange-border-folder-shape {
  --tw-bg-opacity: 1;
  background-color: rgb(248 154 91 / var(--tw-bg-opacity, 1));
}

#ourSolutions .vc_row:last-child .wpb_column:nth-child(3) .orange-border-folder-shape:before {
  --tw-bg-opacity: 1;
  background-color: rgb(248 154 91 / var(--tw-bg-opacity, 1));
}

#ourSolutions .vc_row:last-child .wpb_column > div, #ourSolutions .vc_row:last-child .wpb_column > div > div, #ourSolutions .vc_row:last-child .wpb_column > div > div > div {
  height: 100%;
}

.gradient-bottom-left {
  position: relative;
  overflow: hidden;
}

.gradient-bottom-left:before {
  position: absolute;
  bottom: -50%;
  left: 0px;
  display: block;
  aspect-ratio: 1 / 1;
  height: 984px;
  --tw-translate-x: -33.333333%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-content: "";
  content: var(--tw-content);
  background: transparent radial-gradient(closest-side at 50% 50%, #F89A5B5C 0%, var(--white) 100%) 0% 0% no-repeat padding-box;
  background: transparent radial-gradient(closest-side at 50% 50%, #F89A5B5C 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}

#awards:before {
  --tw-translate-x: -130px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#awards h3 {
  line-height: 1.1;
}

.hero-section-image-after-content {
  max-width: 534px;
}

@media (min-width: 1021px) and (max-width: 1280px) {
  #ourSolutions h3 {
    font-size: 26px;
  }

  #ourSolutions img.content-box-title-img {
    max-width: 70px;
  }

  section#awards .vc_col-sm-7 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .hero-section-wrapper {
    flex-direction: column-reverse;
    margin-bottom: 40px;
  }

  #page::before {
    height: 600px;
    width: 200%;
  }

  .hero-section-wrapper .hero-section-image-wrapper .orange-angled-shape-first,
	.hero-section-wrapper .orange-angled-shape {
    display: block !important;
  }

  .orange-angled-shape {
    max-height: 400px;
  }

  .hero-section-right-holder {
    position: relative;
  }

  .hero-section-image-wrapper .orange-angled-shape-first {
    bottom: 0px;
    width: 33.33%;
    max-width: 33.33%;
    --tw-translate-y: 0px;
    --tw-translate-x: calc(50%);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  /* 
	 .hero-section-image-wrapper .hero-section-image img {
		@apply left-[30px]
	 } */
}

.home .img-cta-wrapper {
  position: absolute !important;
  top: -2.5rem;
  left: 1.25rem;
  max-width: 175px;
}

@media (min-width: 481px) {
  .home .img-cta-wrapper {
    max-width: 250px;
  }
}

@media (min-width: 641px) {
  .home .img-cta-wrapper {
    top: 1.25rem;
    max-width: 350px;
  }
}

@media (min-width: 1536px) {
  .home .img-cta-wrapper {
    top: 10%;
    left: 15%;
    max-width: 100%;
  }
}

.home .img-cta-wrapper {
  right: 15%;
  top: 1.25rem;
}

@media not all and (min-width: 769px) {
  .home .img-cta-wrapper {
    left: unset;
  }
}

@media (min-width: 481px) {
  .home .img-cta-wrapper {
    top: 2.5rem;
  }
}

.ios-like-select {
  margin-bottom: 1rem;
  width: 100%;
  border-radius: 0.5rem;
  padding: 1rem;
}

/* Custom CSS for smooth scrolling and item height */

.ios-like-select .picker-column {
  /* Disable default scrollbar */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  width: 100%;
  overflow-y: scroll;
  scroll-behavior: smooth;
  text-align: center;
}

.ios-like-select .picker-column::-webkit-scrollbar {
  display: none;
}

.ios-like-select .picker-item {
  display: flex;
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  line-height: 1;
  opacity: 0.65;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 1281px) {
  .ios-like-select .picker-item {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 24px;
  }
}

.ios-like-select .picker-item.selected {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}

.ios-like-select .picker-item.neighbor {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0.8;
}

.ios-like-select .picker-container {
  mask-image: linear-gradient(
		to bottom,
		transparent,
		black 50px,
		black 166px,
		transparent
	);
  -webkit-mask-image: linear-gradient(
		to bottom,
		transparent,
		black 50px,
		black 166px,
		transparent
	);
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.ios-like-select .selection-overlay {
  pointer-events: none;
  position: absolute;
  left: 0px;
  right: 0px;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.modal-trigger {
  cursor: pointer;
}

.modal-close {
  display: inline-block;
  cursor: pointer;
  align-self: flex-end;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 300;
  margin-left: auto;
  margin-right: auto;
  display: none;
  width: 100%;
  max-width: 97%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  flex-direction: column;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 1.25rem;
  padding-top: 1.5rem;
}

@media (min-width: 769px) {
  .modal {
    width: auto;
    min-width: 700px;
    padding-left: 4rem;
    padding-right: 4rem;
    padding-bottom: 2.25rem;
    padding-top: 1.75rem;
  }
}

@media (min-width: 1021px) {
  .modal {
    min-width: 900px;
    padding-left: 5rem;
    padding-right: 5rem;
    padding-bottom: 2.5rem;
    padding-top: 2rem;
  }
}

@media (min-width: 1281px) {
  .modal {
    min-height: 400px;
    min-width: 1100px;
  }
}

.modal {
  height: 90vh;
}

@media (min-width: 769px) {
  .modal {
    height: auto;
  }
}

.modal {
  /* Ensures modal fits viewport height on small screens */
}

.modal.open {
  display: flex;
}

.modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 1281px) {
  .modal-head {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.modal-subtitle {
  margin: 0px;
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.36px;
}

@media (min-width: 1021px) {
  .modal-subtitle {
    font-size: 18px;
  }
}

.modal-title {
  margin-bottom: 2rem;
  text-align: left;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.72px;
}

@media (min-width: 1021px) {
  .modal-title {
    font-size: 36px;
  }
}

.modal-body {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.modal-body p:has(> iframe) {
  margin: 0px;
  width: 100%;
  padding: 0px;
}

.modal-body iframe {
  width: 100%;
}

/* "Fix" for the posibility that there is a device that has an extremely narrow screen */

@media (min-width: 1280px) and (max-height: 640px) {
  .pview-modules > ul.sub-menu {
    max-height: 50vh;
    overflow-y: scroll;
  }
}

/*Main Navigation*/

.primary-menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.primary-menu > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.primary-menu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(28 42 59 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.primary-menu li a:hover {
  --tw-text-opacity: 1;
  color: rgb(242 101 34 / var(--tw-text-opacity, 1));
}

@media (min-width: 1281px) {
  .primary-menu li a {
    font-size: 16px;
  }
}

.primary-menu li.current_page_item a {
  --tw-text-opacity: 1;
  color: rgb(242 101 34 / var(--tw-text-opacity, 1));
}

.external-link-icon {
  position: relative;
  margin-right: 0.5rem;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
}

.external-link-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/*Secondary Navigation*/

.secondary-menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.secondary-menu > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.secondary-menu li::before {
  content: "|";
  margin-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(242 101 34 / var(--tw-text-opacity, 1));
}

.secondary-menu li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

/*Sub menus*/

.header-main-inner {
  position: relative;
}

.submenu-wrapper {
  position: absolute;
  left: 50%;
  top: auto;
  z-index: -10;
  display: none;
  height: auto;
  width: 100%;
  --tw-translate-x: -50%;
  --tw-translate-y: 2.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: space-between;
  overflow-y: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  min-height: 350px;
  max-height: 85vh;
  max-width: 967px;
  box-shadow: 50px 0px 30px #f1662433;
}

.submenu-wrapper.open {
  display: flex;
}

.submenu-wrapper .sub-menu li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(28 42 59 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.submenu-wrapper .sub-menu li.current_page_item a::before,
.submenu-wrapper .sub-menu li a:hover::before {
  content: url("/wp-content/themes/digitalup_tw/theme/assets/images/icons/Select_icon_polygon_orange.svg");
  margin-right: 0.375rem;
  display: inline-block;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.submenu-image-wrapper {
  height: 100%;
  width: 50%;
}

.submenu-content-wrapper {
  margin-left: 0px;
  margin-right: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  min-height: 350px;
  max-height: 85vh;
}

.submenu-content-wrapper.submenu-content-wrapper-with-image {
  width: 50%;
}

.submenu-image {
  height: 100%;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.submenu-content-text {
  max-width: 290px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: -0.72px;
  --tw-text-opacity: 1;
  color: rgb(28 42 59 / var(--tw-text-opacity, 1));
}

body.submenu-open .primary-menu .menu-item a {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

body.submenu-open .primary-menu .menu-item.dropdown-trigger.open a {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

body.submenu-open .global-overlay {
  z-index: 49 !important;
  display: block !important;
}

body.submenu-open .header-top {
  opacity: 0.5 !important;
}

.has-children-svg {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.menu-item.dropdown-trigger.open a .has-children-svg {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.menu-item.menu-item-has-children.open.menu-item-level-0
	> div
	> span.mobile-dropdown-trigger
	> svg,
.menu-item.menu-item-has-children.menu-item-level-1.menu-section-with-title__mobile.open
	> div
	> span.mobile-dropdown-trigger
	> svg {
  fill: #F26522;
}

li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children > a {
  cursor: pointer;
}

/* Basic grid styling for submenu columns */

.sub-menu.grid {
  gap: 1rem;
  padding: 0px;
}

.menu-column-wrapper {
  padding-top: 2rem;
}

.submenu-content-wrapper .sub-menu.top-level ul.sub-menu {
  margin-right: 0.25rem;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 0.5rem;
}

.submenu-content-wrapper .sub-menu.top-level ul.sub-menu li {
  border-radius: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1536px) {
  .submenu-content-wrapper .sub-menu.top-level ul.sub-menu li {
    padding-left: 1.5rem;
  }
}

.submenu-content-wrapper .sub-menu.top-level ul.sub-menu li .submenu-item-icon {
  margin-left: 2px;
}

.submenu-content-wrapper
	.sub-menu.top-level
	ul.sub-menu
	li:not(.menu-section-with-subtitle):hover,
.submenu-content-wrapper .sub-menu.top-level ul.sub-menu li.current-menu-item {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.submenu-content-wrapper .sub-menu.top-level ul.sub-menu li a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1785px) {
  .submenu-content-wrapper .sub-menu.top-level ul.sub-menu li a {
    font-size: 16px;
  }
}

.submenu-content-wrapper
	.sub-menu.top-level
	ul.sub-menu
	li
	a
	.submenu-item-icon {
  flex-shrink: 0;
  flex-grow: 1;
  flex-basis: auto;
}

.submenu-content-wrapper
	.sub-menu.top-level
	ul.sub-menu
	li:hover
	a
	.submenu-item-icon,
.submenu-content-wrapper
	.sub-menu.top-level
	ul.sub-menu
	li.current-menu-item
	a
	.submenu-item-icon {
  fill: #F26522 !important;
}

current-menu-item .grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

/*Menu Title*/

.menu-section-with-title .menu-title {
  margin-bottom: 0.75rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.menu-section-with-title .menu-title > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.menu-section-with-title .menu-title {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 1536px) {
  .menu-section-with-title .menu-title {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.menu-section-with-title .menu-title .menu-title-text {
  pointer-events: none;
  cursor: default;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

@media (min-width: 1281px) {
  .menu-section-with-title .menu-title .menu-title-text {
    font-size: 18px;
  }
}

@media (min-width: 1536px) {
  .menu-section-with-title .menu-title .menu-title-text {
    font-size: 20px;
  }
}

/* Menu Subtitle */

.item-subtitle {
  font-weight: 600;
}

@media (min-width: 1281px) {
  .item-subtitle {
    font-size: 18px !important;
  }
}

@media (min-width: 1536px) {
  .item-subtitle {
    font-size: 20px !important;
  }
}

/* MOBILE MENU */

.mobile-navigation {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 9999;
  height: 100vh;
  max-width: 280px;
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: transform;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 769px) {
  .mobile-navigation {
    max-width: 350px;
  }
}

.mobile-navigation.open {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/* Ensure overlay appears behind mobile menu when open */

body.mobile-nav-open .global-overlay {
  display: block !important;
}

.mobile-navigation-body {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.primary-menu-mobile .sub-menu {
  height: 0px;
  overflow: hidden;
}

.primary-menu-mobile .sub-menu.open {
  margin-top: 1rem;
  height: auto;
  padding-top: 0.75rem;
}

.primary-menu-mobile .sub-menu.open > .menu-column-wrapper__mobile > .sub-menu {
  height: auto !important;
  background-color: transparent;
}

.menu-title__mobile {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
}

.menu-title__mobile > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.menu-title__mobile {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 0.75rem;
  padding-right: 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.primary-menu-mobile
	.menu-item.menu-item-level-0:not(.menu-column-wrapper__mobile) {
  width: 100%;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.primary-menu-mobile .menu-item.open:not(.menu-column-wrapper__mobile) {
  padding-bottom: 0px !important;
}

.primary-menu-mobile .menu-item .mobile-dropdown-trigger svg {
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.primary-menu-mobile .menu-item.open > div > .mobile-dropdown-trigger svg {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.primary-menu-mobile
	.menu-item.menu-item-level-0:not(.menu-column-wrapper__mobile) {
  width: 100%;
}

.primary-menu-mobile
	.menu-item.menu-item-level-0:not(.menu-column-wrapper__mobile)
	> div,
.mobile-cta {
  padding-left: 21px;
  padding-right: 31px;
}

.primary-menu-mobile .menu-item a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(28 42 59 / var(--tw-text-opacity, 1));
}

@media (min-width: 769px) {
  .primary-menu-mobile .menu-item a {
    font-size: 18px;
  }
}

.primary-menu-mobile
	.menu-item.menu-item-level-1:not(.menu-column-wrapper__mobile):not(
		.menu-section-with-title__mobile
	),
.primary-menu-mobile
	.menu-item.menu-item-level-2:not(.menu-column-wrapper__mobile):not(
		.menu-section-with-title__mobile
	) {
  margin-bottom: 0.5rem;
}

.primary-menu-mobile
	.menu-item.menu-item-level-1:not(.menu-section-with-title__mobile),
.primary-menu-mobile
	.menu-item.menu-item-level-2:not(.menu-section-with-title__mobile) {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.primary-menu-mobile
	.menu-item.menu-item-level-1.menu-section-with-title__mobile,
.primary-menu-mobile
	.menu-item.menu-item-level-2.menu-section-with-title__mobile {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.primary-menu-mobile
	.menu-item.menu-item-level-0:not(.menu-column-wrapper__mobile)
	> div
	> a {
  font-size: 14px;
}

@media (min-width: 769px) {
  .primary-menu-mobile
	.menu-item.menu-item-level-0:not(.menu-column-wrapper__mobile)
	> div
	> a {
    font-size: 18px;
  }
}

.primary-menu-mobile
	.menu-item.menu-item-level-1:not(.menu-column-wrapper__mobile)
	> div
	> a {
  font-size: 12px;
}

@media (min-width: 769px) {
  .primary-menu-mobile
	.menu-item.menu-item-level-1:not(.menu-column-wrapper__mobile)
	> div
	> a {
    font-size: 16px;
  }
}

.primary-menu-mobile
	.menu-item.menu-item-level-2:not(.menu-column-wrapper__mobile)
	a {
  font-size: 11px;
}

@media (min-width: 769px) {
  .primary-menu-mobile
	.menu-item.menu-item-level-2:not(.menu-column-wrapper__mobile)
	a {
    font-size: 15px;
  }
}

.primary-menu-mobile
	.menu-item.menu-item-level-0:not(.menu-column-wrapper__mobile) {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.primary-menu-mobile
	.menu-item.menu-item-level-1:not(.menu-column-wrapper__mobile) {
  padding-left: 30px;
  padding-right: 30px;
}

.primary-menu-mobile
	.menu-item.menu-item-level-1:not(.menu-column-wrapper__mobile):first-child {
  margin-top: -0.5rem;
}

.primary-menu-mobile
	.menu-item.menu-item-level-1:not(.menu-column-wrapper__mobile):not(
		:last-child
	)
	> div {
  border-style: none;
}

.primary-menu-mobile
	.menu-item.menu-item-level-2:not(.menu-column-wrapper__mobile) {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

/* secondary */

.secondary-menu-mobile {
  margin-top: 3rem;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.secondary-menu-mobile .menu-item:not(.menu-column-wrapper__mobile) {
  margin-bottom: 0.5rem;
}

.secondary-menu-mobile .menu-item:not(.menu-column-wrapper__mobile)::before {
  content: "|";
  margin-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(242 101 34 / var(--tw-text-opacity, 1));
}

.secondary-menu-mobile .menu-item:not(.menu-column-wrapper__mobile) a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.mobile-dropdown-trigger {
  cursor: pointer;
}

.mobile-cta {
  margin-top: 1.25rem;
}

.mobile-cta .simple-button.primary-button {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
  padding-left: 23px !important;
  padding-right: 13px !important;
  font-size: 12px !important;
}

.mobile-cta .simple-button-arrow-icon::after {
  margin-left: 1.5rem;
  height: 0.875rem;
  width: 0.875rem;
}

/*Newsletter*/

.du-newsletter-form-wrapper form.mailpoet_form {
  margin: 0px !important;
  display: flex;
  max-width: 525px;
  flex-wrap: wrap;
  padding: 0px !important;
}

@media (min-width: 1281px) {
  .du-newsletter-form-wrapper form.mailpoet_form {
    width: 100%;
    justify-content: space-between;
  }
}

.du-newsletter-form-wrapper
	form.mailpoet_form
	.mailpoet_form_columns_container {
  margin-bottom: 1rem !important;
  width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 2px;
}

.du-newsletter-form-wrapper form.mailpoet_form .mailpoet_form_columns {
  align-items: center;
  padding-left: 2px;
  padding-right: 2px;
}

.du-newsletter-form-wrapper
	form.mailpoet_form
	.mailpoet_form_columns.mailpoet_stack_on_mobile {
  flex-wrap: nowrap;
}

.du-newsletter-form-wrapper
	form.mailpoet_form
	.mailpoet_form_column.submit-btn-container {
  width: 56px !important;
  flex-basis: 50% !important;
  align-items: flex-end;
}

@media (min-width: 769px) {
  .du-newsletter-form-wrapper
	form.mailpoet_form
	.mailpoet_form_column.submit-btn-container {
    width: auto !important;
    align-items: flex-end;
  }
}

.du-newsletter-form-wrapper
	form.mailpoet_form
	.mailpoet_form_column.submit-btn-container
	.simple-button.primary-button {
  position: relative;
  width: 56px !important;
  padding-left: 0px;
}

@media (min-width: 769px) {
  .du-newsletter-form-wrapper
	form.mailpoet_form
	.mailpoet_form_column.submit-btn-container
	.simple-button.primary-button {
    width: 100% !important;
  }
}

.du-newsletter-form-wrapper
	form.mailpoet_form
	.mailpoet_form_column.submit-btn-container
	.simple-button.primary-button:after {
  margin-left: 1rem;
}

@media (min-width: 769px) {
  .du-newsletter-form-wrapper
	form.mailpoet_form
	.mailpoet_form_column.submit-btn-container
	.simple-button.primary-button:after {
    margin-left: 1.25rem;
  }
}

.du-newsletter-form-wrapper .mailpoet_text_label {
  margin-bottom: 0.5rem !important;
  margin-top: 0px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: -0.96px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}

@media (min-width: 1021px) {
  .du-newsletter-form-wrapper .mailpoet_text_label {
    font-size: 18px !important;
  }
}

@media (min-width: 1281px) {
  .du-newsletter-form-wrapper .mailpoet_text_label {
    font-size: 20px !important;
  }
}

@media (min-width: 1536px) {
  .du-newsletter-form-wrapper .mailpoet_text_label {
    font-size: 22px !important;
  }
}

@media (min-width: 1785px) {
  .du-newsletter-form-wrapper .mailpoet_text_label {
    font-size: 24px !important;
  }
}

.du-newsletter-form-wrapper .mailpoet_checkbox_label {
  margin-bottom: 0px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0.75rem !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: -0.8px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.du-newsletter-form-wrapper input[type="checkbox"] {
  height: 1rem !important;
  width: 1rem !important;
  cursor: pointer;
  border-radius: 9999px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.du-newsletter-form-wrapper input[type="checkbox"]:focus {
  border-color: transparent;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
}

.du-newsletter-form-wrapper [type="submit"] {
  position: absolute;
  right: 0px;
  z-index: 99999;
  display: inline-block !important;
  height: 56px !important;
  width: 48px !important;
  cursor: pointer;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: -0.72px !important;
  color: transparent !important;
  text-decoration-line: none !important;
}

@media (min-width: 769px) {
  .du-newsletter-form-wrapper [type="submit"] {
    position: relative;
    height: auto !important;
    width: auto;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  }
}

@media (min-width: 1281px) {
  .du-newsletter-form-wrapper [type="submit"] {
    font-size: 18px !important;
  }
}

.du-newsletter-form-wrapper input[type="text"],
.du-newsletter-form-wrapper input[type="email"] {
  margin-left: 0.75rem !important;
  border-radius: 29px !important;
  border-width: 0px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: -0.76px !important;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.du-newsletter-form-wrapper input[type="text"]::-moz-placeholder, .du-newsletter-form-wrapper input[type="email"]::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.76px;
}

.du-newsletter-form-wrapper input[type="text"]::placeholder,
.du-newsletter-form-wrapper input[type="email"]::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.76px;
}

@media (min-width: 1281px) {
  .du-newsletter-form-wrapper input[type="text"],
.du-newsletter-form-wrapper input[type="email"] {
    font-size: 16px !important;
  }

  .du-newsletter-form-wrapper input[type="text"]::-moz-placeholder, .du-newsletter-form-wrapper input[type="email"]::-moz-placeholder {
    font-size: 16px;
  }

  .du-newsletter-form-wrapper input[type="text"]::placeholder,
.du-newsletter-form-wrapper input[type="email"]::placeholder {
    font-size: 16px;
  }
}

.du-newsletter-form-wrapper .mailpoet_paragraph {
  margin: 0px !important;
  width: 100% !important;
  flex-basis: 50%;
}

.du-newsletter-form-wrapper .mailpoet_paragraph input:not([type="checkbox"]) {
  width: 100% !important;
  padding: 0px !important;
}

.du-newsletter-form-wrapper .mailpoet_paragraph.last {
  position: relative;
  margin: 0px !important;
  display: flex;
  width: 100%;
  flex-basis: 100%;
  flex-direction: column;
  justify-content: flex-start;
}

.du-newsletter-form-wrapper
	.mailpoet_paragraph.newsletter-submit-btn.yellow-arrow-btn.last:after {
  display: block !important;
}

.du-newsletter-form-wrapper .mailpoet_paragraph.last input {
  margin: 0px !important;
}

.du-newsletter-form-wrapper .parsley-errors-list,
.du-newsletter-form-wrapper .parsley-required,
.du-newsletter-form-wrapper .parsley-custom-error-message {
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 0.25rem !important;
  margin-top: 0.5rem !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: -0.72px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1)) !important;
}

.du-newsletter-form-wrapper .mailpoet_validate_success {
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.72px;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}

.du-website-socials-shortcode .du-website-social-icons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.du-website-socials-shortcode .du-website-social-icons > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.du-website-socials-shortcode .du-website-social-icons a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(242 101 34 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(209 209 211 / var(--tw-text-opacity, 1));
}

.du-website-socials-shortcode .du-website-social-icons a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(242 101 34 / var(--tw-text-opacity, 1));
}

@media (min-width: 481px) {
  .du-website-socials-shortcode .du-website-social-icons a {
    padding-left: 18px;
    padding-right: 36px;
  }
}

.du-website-socials-shortcode .du-website-social-icons a {
  clip-path: polygon(
		0px 0px,
		0px 0px,
		60% -2px,
		100% 50%,
		100% 100%,
		0px 100%,
		0px 0px
	);
}

.du-website-socials-shortcode .du-website-social-icons a::before {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0px;
  z-index: -1;
  height: 100%;
  width: calc(100% + 2px);
  --tw-bg-opacity: 1;
  background-color: rgb(242 101 34 / var(--tw-bg-opacity, 1));
  clip-path: polygon(
		0px 0px,
		0px 0px,
		60% -2px,
		100% 50%,
		100% 100%,
		0px 100%,
		0px 0px
	);
}

.du-website-socials-shortcode .du-website-social-icons a::after {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  clip-path: polygon(
		0px 0px,
		0px 0px,
		60% -2px,
		100% 50%,
		100% 100%,
		0px 100%,
		0px 0px
	);
}

.du-website-socials-shortcode .du-website-social-icons a img,
.du-website-socials-shortcode .du-website-social-icons a svg {
  position: relative;
  z-index: 10;
  height: 1.25rem;
  width: 1.25rem;
}

.du-website-contact-info-shortcode .du-website-contact-info {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
}

.du-website-contact-info-shortcode .du-website-contact-info p,
.du-website-contact-info-shortcode .du-website-contact-info a {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0.75rem;
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(28 42 59 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.du-website-contact-info-shortcode .du-website-contact-info a:hover {
  --tw-text-opacity: 1;
  color: rgb(242 101 34 / var(--tw-text-opacity, 1));
}

.departments-text,
.departments-text li,
.departments-text p,
.departments-text a {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(28 42 59 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.departments-text li {
  padding-left: 0px;
}

.departments-text ul {
  list-style-type: none;
  padding-left: 0px;
}

.departments-text a:hover {
  --tw-text-opacity: 1;
  color: rgb(242 101 34 / var(--tw-text-opacity, 1));
}

/* Staic pages */

body.static-page .wpb-content-wrapper {
  margin-bottom: 2.5rem;
}

body.static-page .wpb_text_column {
  margin-bottom: 2.5rem !important;
}

body.static-page .wpb_text_column h1 {
  font-size: 38px;
  line-height: 1;
  font-weight: 600;
  color: #1C2A3B;
  letter-spacing: -1.08px;
}

@media (min-width: 641px) {
  body.static-page .wpb_text_column h1 {
    font-size: 42px;
    letter-spacing: -1.2px;
  }
}

@media (min-width: 769px) {
  body.static-page .wpb_text_column h1 {
    font-size: 48px;
    letter-spacing: -1.5px;
  }
}

@media (min-width: 1021px) {
  body.static-page .wpb_text_column h1 {
    font-size: 62px;
    letter-spacing: -1.8px;
  }
}

@media (min-width: 1536px) {
  body.static-page .wpb_text_column h1 {
    font-size: 72px;
    letter-spacing: -2.1px;
  }
}

body.static-page .wpb_text_column h1 {
  --tw-text-opacity: 1;
  color: rgb(28 42 59 / var(--tw-text-opacity, 1));
}

body.static-page .wpb_text_column h1 strong,body.static-page .wpb_text_column h1 b {
  --tw-text-opacity: 1 !important;
  color: rgb(242 101 34 / var(--tw-text-opacity, 1)) !important;
  /* @apply !text-[##CF4A0C];	 */
  /* @apply !text-[##CF4A0C];	 */
}

body.static-page .wpb_text_column h2 {
  font-size: 26px;
  line-height: 1.05;
  font-weight: 600;
  color: #1C2A3B;
  letter-spacing: -1.2px;
}

@media (min-width: 641px) {
  body.static-page .wpb_text_column h2 {
    font-size: 28px;
  }
}

@media (min-width: 769px) {
  body.static-page .wpb_text_column h2 {
    font-size: 32px;
  }
}

@media (min-width: 1021px) {
  body.static-page .wpb_text_column h2 {
    font-size: 38px;
  }
}

@media (min-width: 1536px) {
  body.static-page .wpb_text_column h2 {
    font-size: 42px;
  }
}

body.static-page .wpb_text_column h2 {
  --tw-text-opacity: 1;
  color: rgb(28 42 59 / var(--tw-text-opacity, 1));
}

body.static-page .wpb_text_column h2 strong,body.static-page .wpb_text_column h2 b {
  --tw-text-opacity: 1 !important;
  color: rgb(242 101 34 / var(--tw-text-opacity, 1)) !important;
  /* @apply !text-[##CF4A0C];	 */
  /* @apply !text-[##CF4A0C];	 */
}

body.static-page .wpb_text_column.first-h2 h2 {
  font-weight: 400 !important;
}

body.static-page .wpb_text_column.first-h2 h2,body.static-page .wpb_text_column.first-h2 h2 strong {
  font-weight: 400 !important;
}

body.static-page .wpb_text_column h3 {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  color: #1C2A3B;
  letter-spacing: -0.9px;
}

@media (min-width: 641px) {
  body.static-page .wpb_text_column h3 {
    font-size: 24px;
  }
}

@media (min-width: 769px) {
  body.static-page .wpb_text_column h3 {
    font-size: 26px;
  }
}

@media (min-width: 1021px) {
  body.static-page .wpb_text_column h3 {
    font-size: 30px;
  }
}

@media (min-width: 1536px) {
  body.static-page .wpb_text_column h3 {
    font-size: 32px;
  }
}

body.static-page .wpb_text_column h3 {
  --tw-text-opacity: 1;
  color: rgb(28 42 59 / var(--tw-text-opacity, 1));
}

body.static-page .wpb_text_column h3 strong,body.static-page .wpb_text_column h3 b {
  --tw-text-opacity: 1 !important;
  color: rgb(242 101 34 / var(--tw-text-opacity, 1)) !important;
  /* @apply !text-[##CF4A0C];	 */
  /* @apply !text-[##CF4A0C];	 */
}

body.static-page .wpb_text_column h4 {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  color: #1C2A3B;
  letter-spacing: -0.84px;
}

@media (min-width: 641px) {
  body.static-page .wpb_text_column h4 {
    font-size: 20px;
  }
}

@media (min-width: 769px) {
  body.static-page .wpb_text_column h4 {
    font-size: 22px;
  }
}

@media (min-width: 1021px) {
  body.static-page .wpb_text_column h4 {
    font-size: 24px;
  }
}

@media (min-width: 1536px) {
  body.static-page .wpb_text_column h4 {
    font-size: 26px;
  }
}

body.static-page .wpb_text_column h4 {
  --tw-text-opacity: 1;
  color: rgb(28 42 59 / var(--tw-text-opacity, 1));
}

body.static-page .wpb_text_column h4 strong,body.static-page .wpb_text_column h4 b {
  --tw-text-opacity: 1 !important;
  color: rgb(242 101 34 / var(--tw-text-opacity, 1)) !important;
  /* @apply !text-[##CF4A0C];	 */
  /* @apply !text-[##CF4A0C];	 */
}

body.static-page .wpb_text_column h5 {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  color: #1C2A3B;
  letter-spacing: -0.7px;
}

@media (min-width: 641px) {
  body.static-page .wpb_text_column h5 {
    font-size: 20px;
  }
}

@media (min-width: 769px) {
  body.static-page .wpb_text_column h5 {
    font-size: 20px;
  }
}

@media (min-width: 1021px) {
  body.static-page .wpb_text_column h5 {
    font-size: 22px;
  }
}

@media (min-width: 1536px) {
  body.static-page .wpb_text_column h5 {
    font-size: 24px;
  }
}

body.static-page .wpb_text_column h5 {
  --tw-text-opacity: 1;
  color: rgb(28 42 59 / var(--tw-text-opacity, 1));
}

body.static-page .wpb_text_column h5 strong,body.static-page .wpb_text_column h5 b {
  --tw-text-opacity: 1 !important;
  color: rgb(242 101 34 / var(--tw-text-opacity, 1)) !important;
  /* @apply !text-[##CF4A0C];	 */
  /* @apply !text-[##CF4A0C];	 */
}

body.static-page .wpb_text_column h6 {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  color: #1C2A3B;
  letter-spacing: -0.6px;
}

@media (min-width: 641px) {
  body.static-page .wpb_text_column h6 {
    font-size: 20px;
  }
}

@media (min-width: 769px) {
  body.static-page .wpb_text_column h6 {
    font-size: 20px;
  }
}

@media (min-width: 1021px) {
  body.static-page .wpb_text_column h6 {
    font-size: 20px;
  }
}

@media (min-width: 1536px) {
  body.static-page .wpb_text_column h6 {
    font-size: 22px;
  }
}

body.static-page .wpb_text_column h6 {
  --tw-text-opacity: 1;
  color: rgb(28 42 59 / var(--tw-text-opacity, 1));
}

body.static-page .wpb_text_column h6 strong,body.static-page .wpb_text_column h6 b {
  --tw-text-opacity: 1 !important;
  color: rgb(242 101 34 / var(--tw-text-opacity, 1)) !important;
  /* @apply !text-[##CF4A0C];	 */
  /* @apply !text-[##CF4A0C];	 */
}

body.static-page .wpb_text_column p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #1C2A3B;
  letter-spacing: 0;
}

@media (min-width: 641px) {
  body.static-page .wpb_text_column p {
    font-size: 17px;
    line-height: 19px;
  }
}

@media (min-width: 769px) {
  body.static-page .wpb_text_column p {
    font-size: 18px;
    line-height: 20px;
  }
}

@media (min-width: 1021px) {
  body.static-page .wpb_text_column p {
    font-size: 19px;
    line-height: 22px;
  }
}

@media (min-width: 1536px) {
  body.static-page .wpb_text_column p {
    font-size: 20px;
    line-height: 24px;
  }
}

body.static-page .wpb_text_column p {
  --tw-text-opacity: 1;
  color: rgb(28 42 59 / var(--tw-text-opacity, 1));
}

#ourSolutions .vc_row:last-child .wpb_column:nth-child(3) .du-content-box-content body.static-page .wpb_text_column p, #ourSolutions .vc_row:last-child .wpb_column:nth-child(2) .du-content-box-content body.static-page .wpb_text_column p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

body.static-page .wpb_text_column a {
  --tw-text-opacity: 1;
  color: rgb(242 101 34 / var(--tw-text-opacity, 1));
}

/* Career */

.career-images > .wpb_column > .vc_column-inner > .wpb_wrapper {
  margin-bottom: 1.25rem;
  display: flex;
  width: 100%;
  max-width: 100%;
  flex-wrap: wrap;
  gap: 1.25rem;
}

@media (min-width: 769px) {
  .career-images > .wpb_column > .vc_column-inner > .wpb_wrapper {
    flex-wrap: nowrap;
  }
}

@media (min-width: 1021px) {
  .career-images > .wpb_column > .vc_column-inner > .wpb_wrapper {
    margin-bottom: 30px;
    gap: 30px;
  }
}

.career-images .du-image-wrapper,
.career-images img {
  width: 100%;
}

@media (min-width: 769px) {
  .career-images .du-image-wrapper,
.career-images img {
    width: auto;
  }
}

.du-careers {
  margin-bottom: 2.5rem;
}

.du-career-item {
  margin-bottom: 21px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}

.du-career-item > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.du-career-item {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 209 211 / var(--tw-border-opacity, 1));
  padding-bottom: 19px;
}

@media (min-width: 481px) {
  .du-career-item {
    flex-wrap: nowrap;
  }
}

@media (min-width: 1021px) {
  .du-career-item > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
}

.du-career-item > div {
  width: 100%;
}

@media (min-width: 481px) {
  .du-career-item > div {
    width: auto;
  }
}

.wpb_wrapper_inheritance_1 > .wpb_column > .vc_column-inner > .wpb_wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (min-width: 1785px) {
  .wpb_wrapper_inheritance_1 > .wpb_column > .vc_column-inner > .wpb_wrapper {
    margin-top: 3.5rem;
  }
}

.wpb_wrapper_inheritance_2 > .wpb_column > .vc_column-inner > .wpb_wrapper {
  width: 100%;
  max-width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 641px) {
  .wpb_wrapper_inheritance_2 > .wpb_column > .vc_column-inner > .wpb_wrapper {
    max-width: calc(100% - 80px);
  }
}

@media (min-width: 769px) {
  .wpb_wrapper_inheritance_2 > .wpb_column > .vc_column-inner > .wpb_wrapper {
    max-width: calc(100% - 80px);
  }
}

@media (min-width: 1021px) {
  .wpb_wrapper_inheritance_2 > .wpb_column > .vc_column-inner > .wpb_wrapper {
    max-width: calc(100% - 80px);
  }
}

@media (min-width: 1281px) {
  .wpb_wrapper_inheritance_2 > .wpb_column > .vc_column-inner > .wpb_wrapper {
    max-width: calc(100% - 80px);
  }
}

@media (min-width: 1536px) {
  .wpb_wrapper_inheritance_2 > .wpb_column > .vc_column-inner > .wpb_wrapper {
    max-width: calc(100% - 80px);
  }
}

@media (min-width: 1785px) {
  .wpb_wrapper_inheritance_2 > .wpb_column > .vc_column-inner > .wpb_wrapper {
    max-width: 1700px;
  }
}

.wpb_wrapper_inheritance_2 > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.wpb_wrapper_inheritance_2 > .wpb_column > .vc_column-inner > .wpb_wrapper > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.wpb_wrapper_inheritance_2 > .wpb_column > .vc_column-inner > .wpb_wrapper.vc_row,.wpb_wrapper_inheritance_2 > .wpb_column > .vc_column-inner > .wpb_wrapper .vc_row {
  margin-left: auto;
  margin-right: auto;
}

.wpb_wrapper_inheritance_2 > .wpb_column > .vc_column-inner > .wpb_wrapper .container-wide,.wpb_wrapper_inheritance_2 > .wpb_column > .vc_column-inner > .wpb_wrapper .container,.wpb_wrapper_inheritance_2 > .wpb_column > .vc_column-inner > .wpb_wrapper .container-box,
.container .wpb_wrapper_inheritance_2 > .wpb_column > .vc_column-inner > .wpb_wrapper,
.container-box .wpb_wrapper_inheritance_2 > .wpb_column > .vc_column-inner > .wpb_wrapper {
  max-width: 100% !important;
}

.wpb_wrapper_inheritance_2 > .wpb_column > .vc_column-inner > .wpb_wrapper::before,.wpb_wrapper_inheritance_2 > .wpb_column > .vc_column-inner > .wpb_wrapper::after {
  display: none;
}

.wpb_wrapper_inheritance_2
	> .wpb_column
	> .vc_column-inner
	> .wpb_wrapper
	> div {
  width: 50%;
}

.single-career .skils_row {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0px;
}

.du-form-wrapper .du-form-row .single-career .skils_row p {
  margin-bottom: 0px !important;
}

.sub-menu.single-career .skils_row {
  gap: 1rem;
  padding: 0px;
}

current-menu-item .single-career .skils_row {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 769px) {
  .single-career .skils_row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
  }
}

.single-career .skils_row:before {
  display: none;
}

.single-career .skils_row > div {
  width: 100%;
}

.single-career .skils_row > div > div > div {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.single-career .skils_row > div > div > div ul li:before {
  /* @apply hidden;  */
}

/* Messaging Page */

.featurelist-section-title {
  @appl mb-2;
}

.feature-list ul {
  margin-top: 0px;
}

li.feature-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}

@media not all and (min-width: 1021px) {
  #channels {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 1rem;
  }
}

@media not all and (min-width: 769px) {
  #channels {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1021px) {
  #channels {
    margin-top: 70px;
    margin-bottom: 80px;
  }
}

@media not all and (min-width: 1021px) {
  #channels:before {
    display: none;
  }
}

#channels .wpb_column {
  text-align: center;
}

@media not all and (min-width: 1021px) {
  #channels .wpb_column {
    width: 100%;
  }
}

#channels .wpb_column .du-image-wrapper {
  display: flex;
  justify-content: center;
}

#channels .wpb_column .channel_title {
  margin-top: 0.75rem;
  margin-bottom: 0.25rem !important;
}

#channels .wpb_column .status {
  display: inline-block;
  width: auto;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(209 209 211 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 14px;
  font-weight: 500;
}

#channels .wpb_column .status.available {
  --tw-text-opacity: 1;
  color: rgb(37 203 70 / var(--tw-text-opacity, 1));
}

#channels .wpb_column .status.coming_soon {
  --tw-text-opacity: 1;
  color: rgb(241 102 36 / var(--tw-text-opacity, 1));
}

#whyMessaging {
  margin-top: 5rem;
  padding-top: 1rem;
  padding-bottom: 6rem;
}

#whyMessaging h2 {
  margin-bottom: 1.25rem;
}

.why_messaging_row {
  padding-top: 4rem;
}

@media (min-width: 769px) {
  .why_messaging_row {
    padding-top: 5rem;
  }
}

.why_messaging_col > div > .wpb_wrapper {
  display: flex;
  flex-direction: row;
  gap: 30px;
}

.why_messaging_col > div > .wpb_wrapper .du-image-wrapper {
  display: flex;
  min-width: 80px;
  padding-left: 20px;
}

@media (min-width: 769px) {
  .why_messaging_col > div > .wpb_wrapper .du-image-wrapper {
    min-width: 120px;
  }
}

.why_messaging_col > div > .wpb_wrapper h3 {
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

@media (min-width: 769px) {
  .why_messaging_col > div > .wpb_wrapper h3 {
    font-size: 24px;
    line-height: 27px;
  }
}

@media (min-width: 1021px) {
  .why_messaging_col > div > .wpb_wrapper h3 {
    padding-right: 1rem;
  }
}

@media (min-width: 1281px) {
  .why_messaging_col > div > .wpb_wrapper h3 {
    padding-right: 110px;
  }
}

.why_messaging_col > div > .wpb_wrapper h3 strong {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(242 101 34 / var(--tw-text-opacity, 1));
}

/* @apply bg-transparent border-b-[3px] border-orange border-solid !pb-[120px];
		&:before {
			@apply bg-[#FFEFE5] inset-0 w-full h-full;
		} */

#statsSpeak .orange-border-folder-shape-white-bg .messaging_text {
  max-width: 340px;
}

.messaging_number {
  font-size: 50px;
  font-weight: 600;
  line-height: 52px;
  letter-spacing: -2px;
  --tw-text-opacity: 1;
  color: rgb(242 101 34 / var(--tw-text-opacity, 1));
}

@media (min-width: 1021px) {
  .messaging_number {
    font-size: 52px;
    line-height: 56px;
  }
}

.messaging_text {
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -1px;
  --tw-text-opacity: 1;
  color: rgb(28 42 59 / var(--tw-text-opacity, 1));
}

@media (min-width: 1021px) {
  .messaging_text {
    font-size: 26px;
    line-height: 28px;
  }
}

.integrations {
  margin-left: auto !important;
  margin-right: auto !important;
  display: flex;
}

.integrations .owl-item {
  width: 100%;
}

@media (min-width: 769px) {
  .integrations .owl-item {
    width: 50%;
  }
}

@media (min-width: 1021px) {
  .integrations .owl-item {
    width: 33.333333%;
  }
}

.integrations .owl-item > div {
  width: 100%;
}

/* Wholesale */

@media (min-width: 1785px) {
  .wholesale-hero .hero-section-content h1 {
    width: calc(100% + 250px);
  }
}

#whyChoose {
  position: relative;
  padding-bottom: 3.5rem;
}

#whyChoose h2 {
  margin-bottom: 2.5rem;
}

#whyChoose:before {
  background: radial-gradient(closest-side at 50% 50%, #F89A5B5C 0%, #FFFFFF 100%);
  content: "";
  width: 50%;
  aspect-ratio: 1 / 1;
  position: absolute;
  transform: translateX(50%) translateY(50%);
  bottom: 0;
  right: 0;
}

#whyChoose .why_messaging_col {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(209 209 211 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

#whyChoose .grid-with-icons {
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
}

.du-form-wrapper .du-form-row #whyChoose .grid-with-icons p {
  margin-bottom: 0px !important;
}

.sub-menu#whyChoose .grid-with-icons {
  gap: 1rem;
  padding: 0px;
}

current-menu-item #whyChoose .grid-with-icons {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 769px) {
  #whyChoose .grid-with-icons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1536px) {
  #whyChoose .grid-with-icons {
    gap: 2rem;
  }
}

#whyChoose .grid-with-icons:before {
  display: none !important;
}

#whyChoose .grid-with-icons .why_messaging_col {
  width: 100%;
}

#whyChoose .grid-with-icons .why_messaging_col h3 {
  font-size: 20px;
  line-height: 1.1;
}

@media (min-width: 641px) {
  #whyChoose .grid-with-icons .why_messaging_col h3 {
    font-size: 24px;
  }
}

@media (min-width: 769px) {
  #whyChoose .grid-with-icons .why_messaging_col h3 {
    font-size: 26px;
  }
}

@media (min-width: 1281px) {
  #whyChoose .grid-with-icons .why_messaging_col h3 {
    font-size: 30px;
  }
}

@media (min-width: 1536px) {
  #whyChoose .grid-with-icons .why_messaging_col h3 {
    padding-left: 3rem;
  }
}

#whyChoose .grid-with-icons .why_messaging_col > div {
  height: 100%;
}

#whyChoose .grid-with-icons .why_messaging_col > div > .wpb_wrapper {
  height: 100%;
  min-height: 9rem;
  grid-template-columns: 80px auto;
  align-items: center;
  gap: 30px;
}

@media (min-width: 769px) {
  #whyChoose .grid-with-icons .why_messaging_col > div > .wpb_wrapper {
    display: grid;
  }
}

@media (min-width: 1021px) {
  #whyChoose .grid-with-icons .why_messaging_col > div > .wpb_wrapper {
    grid-template-columns: 120px auto;
  }
}

#whyChoose .grid-with-icons .why_messaging_col > div > .wpb_wrapper .wpb_text_column {
  margin-bottom: 0px !important;
}

/* @apply w-full ; */

#whyMessaging .why_messaging_col > div {
  height: 100%;
}

#whyMessaging .why_messaging_col > div > .wpb_wrapper {
  display: grid;
  height: 100%;
  min-height: 9rem;
  grid-template-columns: auto;
  align-items: flex-start !important;
  gap: 30px;
}

.du-form-wrapper .du-form-row #whyMessaging .why_messaging_col > div > .wpb_wrapper p {
  margin-bottom: 0px !important;
}

.sub-menu#whyMessaging .why_messaging_col > div > .wpb_wrapper {
  gap: 1rem;
  padding: 0px;
}

@media (min-width: 1021px) {
  #whyMessaging .why_messaging_col > div > .wpb_wrapper {
    grid-template-columns: 120px auto;
    align-items: center !important;
  }
}

#whyMessaging .why_messaging_col > div > .wpb_wrapper .wpb_text_column {
  margin-bottom: 0px !important;
}

#whyMessaging .why_messaging_col:last-child .du-image-wrapper {
  margin-top: 2.5rem;
}

/* 
#aitProtection {
	> .vc_row:first-child {
		@apply relative !overflow-visible;

		> .wpb_column > .vc_column-inner {
			@apply !sticky top-[200px] z-10;
		}
	}
	
	.vc_tta-container {
		@apply w-full max-w-full !block; 
 
	.vc_tta-accordion {
		@apply w-full;
	
		.vc_tta-panel .vc_tta-panel-heading h4.vc_tta-panel-title {
			@apply border-b border-gray border-solid;
		}

		.vc_tta.vc_general .vc_tta-panel {
			border-bottom: 0 !important;
		}
	} 

	}
} */

#whoWeAre .hero-section-content-wrapper {
  justify-content: flex-start !important;
}

@media (min-width: 1281px) {
  #whoWeAre .hero-section-content-wrapper {
    padding-top: 100px;
  }
}

#whoWeAre .hero-section-content-wrapper .hero-section-content h2 {
  line-height: 1em;
}

@media not all and (min-width: 1536px) {
  #our-culture .orange-border-folder-shape-white-bg-big {
    padding-right: 3rem !important;
  }
}

@media (min-width: 1536px) {
  #our-culture .orange-border-folder-shape-white-bg-big {
    padding-right: 200px;
  }
}

@media (min-width: 1281px) {
  #ourValuesText {
    padding-right: 120px;
  }
}

.with-before-icon h3:before {
  content: "";
  margin-right: 0.375rem;
  display: inline-block;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  top: -1px;
  width: 27px;
  height: 20px;
  background: url(/wp-content/themes/digitalup_tw/theme/assets/images/icons/Select_icon_polygon_orange.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.my-this {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

#why {
  position: relative;
  margin-bottom: 7rem;
  padding-bottom: 2.5rem;
  font-size: 18px;
  line-height: 20px;
}

@media not all and (min-width: 1021px) {
  #why {
    padding-top: 1.5rem;
  }
}

@media (min-width: 1281px) {
  #why {
    padding-bottom: 8rem;
  }
}

#why .orange-border-folder-shape-white-bg {
  position: relative;
  height: 100%;
  padding-bottom: 0px !important;
  padding-top: 70px !important;
  /* &:hover {

			.du-image-wrapper {
				@apply bg-[#1F518F];
			}

		} */
}

/* clip-path: polygon(calc(40% + 16px) 38px, 100% 40px, 100% 100%, 0px 100%, 0px 0%, 36.95% -10px); */

#why .orange-border-folder-shape-white-bg:before {
  --tw-bg-opacity: 1;
  background-color: rgb(29 42 60 / var(--tw-bg-opacity, 1));
}

#why .orange-border-folder-shape-white-bg * {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

#why .orange-border-folder-shape-white-bg h3 {
  margin-bottom: 1rem;
  font-size: 24px;
  line-height: 1.1;
}

@media (min-width: 1021px) {
  #why .orange-border-folder-shape-white-bg h3 {
    font-size: 30px;
  }
}

#why .orange-border-folder-shape-white-bg h3 strong {
  --tw-text-opacity: 1 !important;
  color: rgb(242 101 34 / var(--tw-text-opacity, 1)) !important;
}

#why .orange-border-folder-shape-white-bg .styled-ul ul {
  margin-top: 0px;
}

#why .orange-border-folder-shape-white-bg .styled-ul ul li {
  margin-bottom: 0.75rem;
  margin-top: 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

@media (min-width: 1021px) {
  #why .orange-border-folder-shape-white-bg .styled-ul ul li {
    font-size: 18px;
    line-height: 20px;
  }
}

#why .orange-border-folder-shape-white-bg .styled-ul ul ul {
  margin-top: 0.75rem;
}

#why .orange-border-folder-shape-white-bg .du-image-wrapper {
  /* @apply text-right left-[40px] inline-flex justify-center items-center float-right top-[40px] w-[111px] aspect-square; */
  margin-bottom: 1rem;
  display: inline-flex;
  height: 60px;
  align-items: flex-end;
  justify-content: flex-start;
}

#why .orange-border-folder-shape-white-bg .du-image-wrapper picture, #why .orange-border-folder-shape-white-bg .du-image-wrapper img {
  height: 100%;
  width: auto;
}

.wholesale-last {
  position: relative;
  margin-bottom: 5rem;
}

@media (min-width: 1281px) {
  .wholesale-last {
    margin-bottom: 9rem;
  }
}

.wholesale-last:before {
  background: radial-gradient(closest-side at 50% 50%, #F89A5B5C 0%, #FFFFFF 100%);
  content: "";
  width: 50%;
  aspect-ratio: 1 / 1;
  position: absolute;
  transform: translateX(-50%) translateY(50%);
  bottom: 0;
  left: 0;
}

@media not all and (min-width: 769px) {
  .wpb_wrapper_inheritance_1 .wpb_column.vc_column_container.vc_col-sm-12 {
    position: absolute;
    bottom: 50px;
    right: 0px;
  }
}

.thisWillBeGrid {
  display: grid;
  width: 50%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 14px !important;
}

.du-form-wrapper .du-form-row .thisWillBeGrid p {
  margin-bottom: 0px !important;
}

.sub-menu.thisWillBeGrid {
  gap: 1rem;
  padding: 0px;
}

.thisWillBeGrid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-columns: 284px 176px 176px;
  grid-template-rows: 81px 81px;
}

.du-image-wrapper:nth-child(1) {
  grid-column: 1;
  /* col 1 */
  grid-row: 1;
  /* row 1 */
}

.du-image-wrapper:nth-child(2) {
  grid-column: 2;
  /* col 2 */
  grid-row: 1 / span 2;
  /* spans row 1 & 2 */
}

.du-image-wrapper:nth-child(3) {
  grid-column: 3;
  /* col 3 */
  grid-row: 1 / span 2;
  /* spans row 1 & 2 */
}

.du-image-wrapper:nth-child(4) {
  grid-column: 1;
  /* col 1 */
  grid-row: 2;
  /* row 2 */
}

@media (max-width: 767px) {
  .thisWillBeGrid {
    grid-template-columns: 150px 150px;
    grid-template-rows: auto;
  }

  .du-image-wrapper:nth-child(1) {
    grid-column: 1 / span 2;
    grid-row: 1;
  }

  .du-image-wrapper:nth-child(2) {
    grid-column: 2;
    grid-row: 3 / span 2;
  }

  .du-image-wrapper:nth-child(3) {
    grid-column: 1;
    grid-row: 3 / span 1;
  }

  .du-image-wrapper:nth-child(4) {
    grid-column: 1 / span 2;
    grid-row: 2;
  }
}

@media (min-width: 1281px) {
  #offer .du-container {
    padding-left: 60px !important;
  }

  #offer .du-container .wpb_text_column {
    padding-right: 55px;
  }
}

@media not all and (min-width: 481px) {
  #offer .du-carousel-wrapper {
    margin-bottom: 2rem !important;
  }
}

#ourTeam .wpb_text_column:not(.teamname), #ourTeam .du-team-desc {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

#ourTeam .teamname {
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(242 101 34 / var(--tw-text-opacity, 1));
}

@media (min-width: 1021px) {
  #ourTeam .teamname {
    font-size: 32px;
    line-height: 34px;
  }
}

#ourTeam .du_social-icons img {
  --tw-brightness: brightness(100);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

#ourTeam .du-team-list {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  row-gap: 2.25rem;
  grid-auto-rows: 350px 350px 350px;
}

#ourTeam .du-team-list .du-team-member {
  position: relative;
  z-index: 10;
  --tw-bg-opacity: 1;
  background-color: rgb(242 101 34 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 38px;
  padding-bottom: 1rem;
  clip-path: polygon(0 22px, 75% 22px, calc(75% + 22px) 0px,100% 0, 100% 100%, 0% 100%);
  display: flex;
  align-items: center;
}

@media not all and (min-width: 641px) {
  #ourTeam .du-team-list .du-team-member {
    flex-direction: column;
    gap: 1.25rem;
  }
}

@media not all and (min-width: 481px) {
  #ourTeam .du-team-list .du-team-member {
    margin-left: auto;
    margin-right: auto;
    max-width: 320px;
    padding-bottom: 2rem !important;
  }
}

#ourTeam .du-team-list .du-team-member:before {
  position: absolute;
  inset: 2px;
  z-index: -10;
  --tw-bg-opacity: 1;
  background-color: rgb(28 42 59 / var(--tw-bg-opacity, 1));
  padding: 0.125rem;
  --tw-content: "";
  content: var(--tw-content);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  clip-path: polygon(0 22px, 75% 22px, calc(75% + 22px) 0px, 100% 0, 100% 100%, 0% 100%);
}

#ourTeam .du-team-list .du-team-member .du-team-member-info, #ourTeam .du-team-list .du-team-member .du-team-member-img {
  z-index: 20;
}

#ourTeam .du-team-list .du-team-member .du-team-member-img {
  float: left;
  width: 248px;
  max-width: 45%;
}

@media not all and (min-width: 481px) {
  #ourTeam .du-team-list .du-team-member .du-team-member-img {
    max-width: 260px;
    padding-top: 1.25rem;
  }
}

#ourTeam .du-team-list .du-team-member .du-team-member-info {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

@media (min-width: 1536px) {
  #ourTeam .du-team-list .du-team-member .du-team-member-info {
    padding-left: 12.25%;
    padding-right: 12.25%;
  }
}

#ourTeam .du-team-list .du-team-member .du-team-member-info h3 {
  margin-bottom: 0.25rem;
}

#ourTeam .du-team-list .du-team-member .du-team-member-info .du-team-member-socials {
  margin-top: 26px;
}

#ourTeam .du-team-list .du-team-member .career-a {
  display: flex;
  align-items: center;
}

@media not all and (min-width: 481px) {
  #ourTeam .du-team-list .du-team-member .career-a {
    flex-direction: column;
  }
}

#ourTeam .du-team-list .du-team-member .career-a .du-team-member-info {
  display: flex;
  flex-direction: column;
  gap: 66px;
}

#ourTeam .du-team-list .du-team-member .career-a .du-team-member-img {
  margin-bottom: 1.25rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media not all and (min-width: 641px) {
  #ourTeam .du-team-list .du-team-member .career-a .du-team-member-img {
    max-width: 180px;
  }
}

@media (min-width: 641px) {
  #ourTeam .du-team-list .du-team-member .career-a .du-team-member-img {
    margin-left: 60px;
    margin-bottom: 0px;
  }
}

#ourTeam .du-team-list .du-team-member .career-a .du-team-join-link {
  display: flex;
  justify-content: flex-start;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none !important;
}

#ourTeam .du-team-list {
  -moz-column-gap: 4rem;
  column-gap: 4rem;
  row-gap: 2.25rem;
  grid-auto-rows: 360px 360px 360px;
}

@media (max-width: 640px) {
  #ourTeam .du-team-list {
    grid-auto-rows: auto;
  }
}

@media not all and (min-width: 641px) {
  #ourTech {
    margin-top: 1.5rem;
  }
}

#ourTech .tech_stack {
  position: relative;
}

#ourTech .tech_stack .wpb_column:last-child {
  /* @apply max-md:absolute max-md:bottom-0 max-md:right-0 max-md:max-w-[160px]; */
}

@media not all and (min-width: 769px) {
  #ourTech .tech_stack .wpb_column:last-child {
    display: none;
  }
}

.big-banner-img img {
  min-height: 24rem;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.big-banner-img-cta {
  position: absolute !important;
  top: 0px;
  right: 0px;
  max-width: 200px;
}

@media (min-width: 481px) {
  .big-banner-img-cta {
    top: 1.25rem;
    right: 1.25rem;
  }
}

@media (min-width: 769px) {
  .big-banner-img-cta {
    max-width: 300px;
  }
}

@media (min-width: 1281px) {
  .big-banner-img-cta {
    max-width: 30%;
  }
}

@media (min-width: 1536px) {
  .big-banner-img-cta {
    top: 10%;
    right: 5%;
  }
}

@media (max-width: 480px) {
  .big-banner-img-cta {
    top: unset;
    right: unset;
    bottom: 1.75rem;
    left: 1.25rem;
    max-width: 180px;
  }
}

.pagination-wrapper {
  width: 100%;
  max-width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 641px) {
  .pagination-wrapper {
    max-width: calc(100% - 80px);
  }
}

@media (min-width: 769px) {
  .pagination-wrapper {
    max-width: calc(100% - 80px);
  }
}

@media (min-width: 1021px) {
  .pagination-wrapper {
    max-width: calc(100% - 80px);
  }
}

@media (min-width: 1281px) {
  .pagination-wrapper {
    max-width: calc(100% - 80px);
  }
}

@media (min-width: 1536px) {
  .pagination-wrapper {
    max-width: calc(100% - 80px);
  }
}

@media (min-width: 1785px) {
  .pagination-wrapper {
    max-width: 1700px;
  }
}

.pagination-wrapper {
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 209 211 / var(--tw-border-opacity, 1));
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pagination-wrapper.vc_row,.pagination-wrapper .vc_row {
  margin-left: auto;
  margin-right: auto;
}

.pagination-wrapper .container-wide,.pagination-wrapper .container,.pagination-wrapper .container-box,
.container .pagination-wrapper,
.container-box .pagination-wrapper {
  max-width: 100% !important;
}

.pagination-wrapper::before,.pagination-wrapper::after {
  display: none;
}

@media (min-width: 1281px) {
  .pagination-wrapper {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.pagination-pages-of {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.72px;
  --tw-text-opacity: 1;
  color: rgb(28 42 59 / var(--tw-text-opacity, 1));
}

@media (min-width: 1281px) {
  .pagination-pages-of {
    font-size: 24px;
  }
}

.pagination-nav,
.post-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pagination-nav > :not([hidden]) ~ :not([hidden]),
.post-navigation > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.pagination-nav,
.post-navigation {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(28 42 59 / var(--tw-text-opacity, 1));
}

.post-navigation {
  width: 100%;
}

.pagination-nav .page-numbers {
  display: none;
}

.pagination-nav .next.page-numbers,
.pagination-nav .prev.page-numbers,
.post-navigation .nav-next a,
.post-navigation .nav-previous a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.pagination-nav .next.page-numbers > :not([hidden]) ~ :not([hidden]),
.pagination-nav .prev.page-numbers > :not([hidden]) ~ :not([hidden]),
.post-navigation .nav-next a > :not([hidden]) ~ :not([hidden]),
.post-navigation .nav-previous a > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.pagination-nav .next.page-numbers img,
.post-navigation .nav-next img {
  height: 0.625rem;
  width: 0.625rem;
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.pagination-nav .prev.page-numbers img,
.post-navigation .nav-previous img {
  height: 0.625rem;
  width: 0.625rem;
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.single-post-wrapper {
  width: 100%;
  max-width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 641px) {
  .single-post-wrapper {
    max-width: calc(100% - 80px);
  }
}

@media (min-width: 769px) {
  .single-post-wrapper {
    max-width: calc(100% - 80px);
  }
}

@media (min-width: 1021px) {
  .single-post-wrapper {
    max-width: calc(100% - 80px);
  }
}

@media (min-width: 1281px) {
  .single-post-wrapper {
    max-width: calc(100% - 80px);
  }
}

@media (min-width: 1536px) {
  .single-post-wrapper {
    max-width: calc(100% - 80px);
  }
}

@media (min-width: 1785px) {
  .single-post-wrapper {
    max-width: 1700px;
  }
}

.single-post-wrapper {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.single-post-wrapper.vc_row,.single-post-wrapper .vc_row {
  margin-left: auto;
  margin-right: auto;
}

.single-post-wrapper .container-wide,.single-post-wrapper .container,.single-post-wrapper .container-box,
.container .single-post-wrapper,
.container-box .single-post-wrapper {
  max-width: 100% !important;
}

.single-post-wrapper::before,.single-post-wrapper::after {
  display: none;
}

@media (min-width: 1021px) {
  .single-post-wrapper {
    flex-wrap: nowrap;
  }
}

.blog-post-side {
  width: 100%;
}

@media (min-width: 1021px) {
  .blog-post-side {
    width: 41.666667%;
  }
}

.blog-post-container {
  width: 100%;
}

@media (min-width: 1021px) {
  .blog-post-container {
    width: 58.333333%;
  }
}

.post-top-wrapper {
  margin-bottom: 2.5rem;
}

@media (min-width: 1021px) {
  .post-top-wrapper {
    margin-bottom: 20rem;
  }
}

.post-title {
  font-size: 26px;
  line-height: 1.05;
  font-weight: 600;
  color: #1C2A3B;
  letter-spacing: -1.2px;
}

@media (min-width: 641px) {
  .post-title {
    font-size: 28px;
  }
}

@media (min-width: 769px) {
  .post-title {
    font-size: 32px;
  }
}

@media (min-width: 1021px) {
  .post-title {
    font-size: 38px;
  }
}

@media (min-width: 1536px) {
  .post-title {
    font-size: 42px;
  }
}

.post-title {
  --tw-text-opacity: 1;
  color: rgb(28 42 59 / var(--tw-text-opacity, 1));
}

@media (min-width: 1021px) {
  .post-title {
    max-width: 534px;
  }
}

.post-info-wrapper {
  margin-bottom: 2rem;
  background-color: transparent;
  padding-top: 1.75rem;
  padding-left: 1rem;
  padding-right: 1.75rem;
  padding-bottom: 1.75rem;
}

@media (min-width: 1021px) {
  .post-info-wrapper {
    margin-bottom: 0px;
    max-width: 320px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding-top: 36px;
    padding-bottom: 71px;
    padding-left: 34px;
    padding-right: 70px;
  }
}

.post-info-wrapper {
  box-shadow: 0px 0px 30px #f166241a;
}

.post-info-wrapper a:hover {
  --tw-text-opacity: 1;
  color: rgb(242 101 34 / var(--tw-text-opacity, 1));
}

.post-single-thumbnail-figure {
  margin-bottom: 2rem;
}

@media (min-width: 1021px) {
  .post-single-thumbnail-figure {
    margin-bottom: 3.5rem;
  }
}

.single-post-content a {
  --tw-text-opacity: 1;
  color: rgb(242 101 34 / var(--tw-text-opacity, 1));
}

.single-post-content a:hover {
  text-decoration-line: underline;
}

.single-post-content strong,
.single-post-content b {
  font-weight: 600;
}

.single-post-content img {
  margin-bottom: 1.5rem;
  margin-right: 0.5rem;
  display: inline-block;
}

@media (min-width: 1021px) {
  .single-post-content img {
    margin-bottom: 2.5rem;
  }
}

.single-post-content h1 {
  font-size: 38px;
  line-height: 1;
  font-weight: 600;
  color: #1C2A3B;
  letter-spacing: -1.08px;
}

@media (min-width: 641px) {
  .single-post-content h1 {
    font-size: 42px;
    letter-spacing: -1.2px;
  }
}

@media (min-width: 769px) {
  .single-post-content h1 {
    font-size: 48px;
    letter-spacing: -1.5px;
  }
}

@media (min-width: 1021px) {
  .single-post-content h1 {
    font-size: 62px;
    letter-spacing: -1.8px;
  }
}

@media (min-width: 1536px) {
  .single-post-content h1 {
    font-size: 72px;
    letter-spacing: -2.1px;
  }
}

.single-post-content h1 {
  margin-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgb(28 42 59 / var(--tw-text-opacity, 1));
}

.single-post-content h1 strong,.single-post-content h1 b {
  --tw-text-opacity: 1 !important;
  color: rgb(242 101 34 / var(--tw-text-opacity, 1)) !important;
  /* @apply !text-[##CF4A0C];	 */
  /* @apply !text-[##CF4A0C];	 */
}

@media (min-width: 1021px) {
  .single-post-content h1 {
    margin-bottom: 2.5rem;
  }
}

.single-post-content h2 {
  font-size: 26px;
  line-height: 1.05;
  font-weight: 600;
  color: #1C2A3B;
  letter-spacing: -1.2px;
}

@media (min-width: 641px) {
  .single-post-content h2 {
    font-size: 28px;
  }
}

@media (min-width: 769px) {
  .single-post-content h2 {
    font-size: 32px;
  }
}

@media (min-width: 1021px) {
  .single-post-content h2 {
    font-size: 38px;
  }
}

@media (min-width: 1536px) {
  .single-post-content h2 {
    font-size: 42px;
  }
}

.single-post-content h2 {
  margin-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgb(28 42 59 / var(--tw-text-opacity, 1));
}

.single-post-content h2 strong,.single-post-content h2 b {
  --tw-text-opacity: 1 !important;
  color: rgb(242 101 34 / var(--tw-text-opacity, 1)) !important;
  /* @apply !text-[##CF4A0C];	 */
  /* @apply !text-[##CF4A0C];	 */
}

@media (min-width: 1021px) {
  .single-post-content h2 {
    margin-bottom: 2.5rem;
  }
}

.single-post-content h3 {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  color: #1C2A3B;
  letter-spacing: -0.9px;
}

@media (min-width: 641px) {
  .single-post-content h3 {
    font-size: 24px;
  }
}

@media (min-width: 769px) {
  .single-post-content h3 {
    font-size: 26px;
  }
}

@media (min-width: 1021px) {
  .single-post-content h3 {
    font-size: 30px;
  }
}

@media (min-width: 1536px) {
  .single-post-content h3 {
    font-size: 32px;
  }
}

.single-post-content h3 {
  margin-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgb(28 42 59 / var(--tw-text-opacity, 1));
}

.single-post-content h3 strong,.single-post-content h3 b {
  --tw-text-opacity: 1 !important;
  color: rgb(242 101 34 / var(--tw-text-opacity, 1)) !important;
  /* @apply !text-[##CF4A0C];	 */
  /* @apply !text-[##CF4A0C];	 */
}

@media (min-width: 1021px) {
  .single-post-content h3 {
    margin-bottom: 2.5rem;
  }
}

.single-post-content h4 {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  color: #1C2A3B;
  letter-spacing: -0.84px;
}

@media (min-width: 641px) {
  .single-post-content h4 {
    font-size: 20px;
  }
}

@media (min-width: 769px) {
  .single-post-content h4 {
    font-size: 22px;
  }
}

@media (min-width: 1021px) {
  .single-post-content h4 {
    font-size: 24px;
  }
}

@media (min-width: 1536px) {
  .single-post-content h4 {
    font-size: 26px;
  }
}

.single-post-content h4 {
  margin-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgb(28 42 59 / var(--tw-text-opacity, 1));
}

.single-post-content h4 strong,.single-post-content h4 b {
  --tw-text-opacity: 1 !important;
  color: rgb(242 101 34 / var(--tw-text-opacity, 1)) !important;
  /* @apply !text-[##CF4A0C];	 */
  /* @apply !text-[##CF4A0C];	 */
}

@media (min-width: 1021px) {
  .single-post-content h4 {
    margin-bottom: 2.5rem;
  }
}

.single-post-content h5 {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  color: #1C2A3B;
  letter-spacing: -0.7px;
}

@media (min-width: 641px) {
  .single-post-content h5 {
    font-size: 20px;
  }
}

@media (min-width: 769px) {
  .single-post-content h5 {
    font-size: 20px;
  }
}

@media (min-width: 1021px) {
  .single-post-content h5 {
    font-size: 22px;
  }
}

@media (min-width: 1536px) {
  .single-post-content h5 {
    font-size: 24px;
  }
}

.single-post-content h5 {
  margin-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgb(28 42 59 / var(--tw-text-opacity, 1));
}

.single-post-content h5 strong,.single-post-content h5 b {
  --tw-text-opacity: 1 !important;
  color: rgb(242 101 34 / var(--tw-text-opacity, 1)) !important;
  /* @apply !text-[##CF4A0C];	 */
  /* @apply !text-[##CF4A0C];	 */
}

@media (min-width: 1021px) {
  .single-post-content h5 {
    margin-bottom: 2.5rem;
  }
}

.single-post-content h6 {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  color: #1C2A3B;
  letter-spacing: -0.6px;
}

@media (min-width: 641px) {
  .single-post-content h6 {
    font-size: 20px;
  }
}

@media (min-width: 769px) {
  .single-post-content h6 {
    font-size: 20px;
  }
}

@media (min-width: 1021px) {
  .single-post-content h6 {
    font-size: 20px;
  }
}

@media (min-width: 1536px) {
  .single-post-content h6 {
    font-size: 22px;
  }
}

.single-post-content h6 {
  margin-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgb(28 42 59 / var(--tw-text-opacity, 1));
}

.single-post-content h6 strong,.single-post-content h6 b {
  --tw-text-opacity: 1 !important;
  color: rgb(242 101 34 / var(--tw-text-opacity, 1)) !important;
  /* @apply !text-[##CF4A0C];	 */
  /* @apply !text-[##CF4A0C];	 */
}

@media (min-width: 1021px) {
  .single-post-content h6 {
    margin-bottom: 2.5rem;
  }
}

.single-post-content p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #1C2A3B;
  letter-spacing: 0;
}

@media (min-width: 641px) {
  .single-post-content p {
    font-size: 17px;
    line-height: 19px;
  }
}

@media (min-width: 769px) {
  .single-post-content p {
    font-size: 18px;
    line-height: 20px;
  }
}

@media (min-width: 1021px) {
  .single-post-content p {
    font-size: 19px;
    line-height: 22px;
  }
}

@media (min-width: 1536px) {
  .single-post-content p {
    font-size: 20px;
    line-height: 24px;
  }
}

.single-post-content p {
  margin-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgb(28 42 59 / var(--tw-text-opacity, 1));
}

#ourSolutions .vc_row:last-child .wpb_column:nth-child(3) .du-content-box-content .single-post-content p, #ourSolutions .vc_row:last-child .wpb_column:nth-child(2) .du-content-box-content .single-post-content p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.tags-wrapper {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(28 42 59 / var(--tw-text-opacity, 1));
}

@media (min-width: 1021px) {
  .tags-wrapper {
    font-size: 16px;
  }
}

.tags-title {
  margin-right: 0.75rem;
  display: inline-block;
  font-weight: 600;
}

.tags-wrapper a:hover {
  --tw-text-opacity: 1;
  color: rgb(242 101 34 / var(--tw-text-opacity, 1));
}

.tag-sep {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
  --tw-text-opacity: 1;
  color: rgb(242 101 34 / var(--tw-text-opacity, 1));
}

.du-post-item {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.25rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 1021px) {
  .du-post-item {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.du-post-item {
  flex-wrap: wrap;
  padding-top: 1.25rem;
  padding-bottom: 1rem;
}

@media (min-width: 769px) {
  .du-post-item {
    min-height: 300px;
    flex-wrap: nowrap;
    padding-top: 56px;
    padding-bottom: 22px;
  }
}

.du-post-item > div {
  position: relative;
  z-index: 20;
}

.du-post-item a {
  text-decoration-line: none;
}

.du-post-item img {
  margin: 0px !important;
  padding: 0px !important;
}

.du-post-thumbnail {
  min-width: 300px;
  padding-left: 0px;
  padding-right: 1rem;
  padding-top: 1.25rem;
}

@media (min-width: 1021px) {
  .du-post-thumbnail {
    min-width: 400px;
    padding-left: 0.5rem;
    padding-right: 4rem;
  }
}

.du-post-content {
  padding-top: 0.5rem;
}

.du-post-title {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  color: #1C2A3B;
  letter-spacing: -0.84px;
}

@media (min-width: 641px) {
  .du-post-title {
    font-size: 20px;
  }
}

@media (min-width: 769px) {
  .du-post-title {
    font-size: 22px;
  }
}

@media (min-width: 1021px) {
  .du-post-title {
    font-size: 24px;
  }
}

@media (min-width: 1536px) {
  .du-post-title {
    font-size: 26px;
  }
}

.du-post-title {
  margin-bottom: 0.875rem;
  --tw-text-opacity: 1;
  color: rgb(28 42 59 / var(--tw-text-opacity, 1));
}

.du-post-title:hover {
  --tw-text-opacity: 1;
  color: rgb(242 101 34 / var(--tw-text-opacity, 1));
}

.du-post-meta {
  margin-bottom: 0.75rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  gap: 0.25rem;
}

@media (min-width: 769px) {
  .du-post-meta {
    margin-bottom: 3rem;
  }
}

.du-post-date,
.du-post-categories {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(28 42 59 / var(--tw-text-opacity, 1));
}

@media (min-width: 769px) {
  .du-post-date,
.du-post-categories {
    font-size: 18px;
  }
}

.du-post-categories a {
  font-weight: 400 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(28 42 59 / var(--tw-text-opacity, 1)) !important;
}

.du-post-categories a:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(242 101 34 / var(--tw-text-opacity, 1)) !important;
}

.du-post-meta-separator {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(242 101 34 / var(--tw-text-opacity, 1));
}

@media (min-width: 769px) {
  .du-post-meta-separator {
    font-size: 18px;
  }
}

.du-post-link {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  --tw-text-opacity: 1 !important;
  color: rgb(28 42 59 / var(--tw-text-opacity, 1)) !important;
}

.du-post-link:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(242 101 34 / var(--tw-text-opacity, 1)) !important;
}

.du-post-link::after {
  content: url("/wp-content/themes/digitalup_tw/theme/assets/images/icons/btn-double-arrows-orange.svg");
  margin-left: 1.25rem;
  display: inline-block;
  height: 1rem;
  width: 1rem;
}

.du-post-excerpt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(28 42 59 / var(--tw-text-opacity, 1));
}

@media (min-width: 769px) {
  .du-post-excerpt {
    font-size: 18px;
  }
}

.du-post-link {
  --tw-text-opacity: 1 !important;
  color: rgb(28 42 59 / var(--tw-text-opacity, 1)) !important;
}

.du-post-link:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(242 101 34 / var(--tw-text-opacity, 1)) !important;
}

/* du_posts shortcode style overrides */

@media only screen and (max-width: 768px) {
  .du-posts-shortcode .du-post-item > div {
    width: 100%;
  }
}

@media only screen and (min-width: 769px) {
  .du-posts-shortcode .du-post-item:hover {
    position: relative;
    z-index: 10;
    --tw-bg-opacity: 1;
    background-color: rgb(242 101 34 / var(--tw-bg-opacity, 1));
    clip-path: polygon(
			80.91% -8px,
			100% -3%,
			100% 100%,
			0px 100%,
			0px 11%,
			78.42% 10.33%
		);
  }

  .du-posts-shortcode .du-post-item:hover::before {
    content: "";
    position: absolute;
    inset: 2px;
    z-index: 0;
    --tw-bg-opacity: 1;
    background-color: rgb(28 42 59 / var(--tw-bg-opacity, 1));
    padding: 0.125rem;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    clip-path: polygon(
			81.08% -6px,
			100% -3%,
			100% 100%,
			0px 100%,
			0px 11%,
			78.59% 11%
		);
  }

  .post-list-wrapper.du-posts .du-post-item:hover {
    position: relative;
    z-index: 10;
    --tw-bg-opacity: 1;
    background-color: rgb(242 101 34 / var(--tw-bg-opacity, 1));
    clip-path: polygon(
			80.91% -8px,
			100% -3%,
			100% 100%,
			0px 100%,
			0px 11%,
			78.42% 10.33%
		);
  }

  .post-list-wrapper.du-posts .du-post-item:hover::before {
    content: "";
    position: absolute;
    inset: 2px;
    z-index: 0;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding: 0.125rem;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    clip-path: polygon(
			81.08% -6px,
			100% -3%,
			100% 100%,
			0px 100%,
			0px 11%,
			78.59% 11%
		);
  }
}

.du-posts-shortcode .du-post-date,
.du-posts-shortcode .du-post-categories,
.du-posts-shortcode .du-post-categories a {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.du-posts-shortcode .du-post-categories a:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(242 101 34 / var(--tw-text-opacity, 1)) !important;
}

.du-posts-shortcode .du-post-excerpt {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 769px) {
  .du-post-link {
    pointer-events: none;
    opacity: 0;
  }
}

.du-posts-shortcode .du-post-link {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.du-posts-shortcode .du-post-link:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(242 101 34 / var(--tw-text-opacity, 1)) !important;
}

@media (min-width: 769px) {
  .du-post-item:hover .du-post-link {
    pointer-events: auto;
    opacity: 1;
  }
}

.du-posts-shortcode .du-post-title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* posts list style overrides */

.custom-post-wrapper.du-post-item .du-post-thumbnail img,
.du-post-item img {
  max-height: 300px;
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 769px) {
  .custom-post-wrapper.du-post-item .du-post-thumbnail img,
.du-post-item img {
    max-height: 188px;
    max-width: 374px;
  }
}

.post-list-wrapper.du-posts .du-post-item {
  margin-bottom: 3rem;
}

@media only screen and (max-width: 768px) {
  .custom-post-wrapper {
    flex-wrap: wrap !important;
  }

  .custom-post-wrapper > div {
    width: 100% !important;
  }
}

/* Blog page */

.posts-container {
  margin-bottom: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.25rem;
}

@media (min-width: 769px) {
  .posts-container {
    gap: 2rem;
  }
}

@media (min-width: 1281px) {
  .posts-container {
    margin-bottom: 2.5rem;
    flex-wrap: nowrap;
    gap: 4rem;
  }
}

.posts-sidebar {
  width: 100%;
}

@media (min-width: 1281px) {
  .posts-sidebar {
    width: 33.333333%;
  }
}

.post-list-wrapper {
  width: 100%;
}

@media (min-width: 1281px) {
  .post-list-wrapper {
    width: 66.666667%;
  }
}

.post-category-menu {
  margin-bottom: 2rem;
  margin-top: 1.25rem;
}

.post-category-menu ul li {
  margin-bottom: 0.75rem;
  margin-left: 1rem;
  display: inline-block;
}

@media (min-width: 1281px) {
  .post-category-menu ul li {
    margin-left: 0px;
    display: block;
  }
}

.post-category-menu ul li a {
  font-size: 19px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.72px;
  --tw-text-opacity: 1;
  color: rgb(28 42 59 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

@media (min-width: 769px) {
  .post-category-menu ul li a {
    font-size: 22px;
  }
}

@media (min-width: 1281px) {
  .post-category-menu ul li a {
    font-size: 24px;
  }
}

.post-category-menu ul li.active a,
.post-category-menu ul li a:hover {
  font-weight: 600;
}

.post-category-menu ul li.active a::before,
.post-category-menu ul li a:hover::before {
  content: url("/wp-content/themes/digitalup_tw/theme/assets/images/icons/Select_icon_polygon_orange.svg");
  margin-right: 0.5rem;
  display: inline-block;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  top: -3px;
}

/*Search Page*/

.page-404-wrapper .search-submit {
  margin-left: 0.75rem;
  display: inline-block;
  border-radius: 1rem;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #000 var(--tw-gradient-to-position);
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.72px;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  text-decoration-line: none;
}

.page-404-wrapper .search-submit:hover {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

@media (min-width: 1021px) {
  .page-404-wrapper .search-submit {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    font-size: 18px;
  }
}

.custom-post-wrapper.custom-search-item-wrapper {
  margin-bottom: 1.25rem;
  width: 100%;
}

.custom-post-wrapper.custom-search-item-wrapper .post-list-details {
  max-width: none;
}

.custom-post-wrapper.custom-search-item-wrapper .post-list-date-category {
  margin-bottom: 0.75rem;
}

/*Floating Search*/

.header-search-wrapper {
  margin-right: 1rem;
}

.header-search-wrapper .search-form::before {
  content: "";
  position: absolute;
  top: -4px;
  right: 29px;
  height: 12px;
  width: 12px;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.custom-search-item-wrapper a:hover {
  --tw-text-opacity: 1;
  color: rgb(242 101 34 / var(--tw-text-opacity, 1));
}

.du-timeline {
  position: relative;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 20px);
  padding-top: 0px;
  padding-bottom: 2.5rem;
}

@media (min-width: 769px) {
  .du-timeline {
    margin-left: 0px;
    margin-right: 0px;
    max-width: 100%;
  }
}

.du-timeline__line {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 0;
  width: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1281px) {
  .du-timeline__line {
    left: 1.5rem;
    width: 5px;
  }
}

.du-timeline__items {
  position: relative;
}

.du-timeline-item {
  position: relative;
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
  padding-left: 1rem;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 641px) {
  .du-timeline-item {
    padding-left: 1.5rem;
  }
}

@media (min-width: 769px) {
  .du-timeline-item {
    flex-direction: row;
    padding-left: 2rem;
  }
}

@media (min-width: 1281px) {
  .du-timeline-item {
    margin-bottom: 5rem;
    gap: 2rem;
    padding-left: 4rem;
  }
}

.du-timeline-item:last-child {
  margin-bottom: 0px;
}

.du-timeline-item__dot {
  position: absolute;
  top: 0px;
  z-index: 10;
  cursor: pointer;
  border-radius: 9999px;
  --tw-border-opacity: 1;
  border-color: rgb(235 237 242 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(219 223 231 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  left: -9px;
  height: 22px;
  width: 22px;
  border-width: 3px;
}

@media (min-width: 1281px) {
  .du-timeline-item__dot {
    left: 12px;
    height: 28px;
    width: 28px;
    border-width: 5px;
  }
}

.du-timeline-item--active .du-timeline-item__dot {
  cursor: default;
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}

/* Always visible content */

.du-timeline-item__visible {
  width: 200px;
  flex: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.5;
}

@media (min-width: 1021px) {
  .du-timeline-item__visible {
    width: 300px;
  }
}

.du-timeline-item--active .du-timeline-item__visible {
  cursor: default;
  opacity: 1;
}

.du-timeline-item__date {
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.72px;
  --tw-text-opacity: 1;
  color: rgb(219 223 231 / var(--tw-text-opacity, 1));
  font-size: 26px;
}

@media (min-width: 769px) {
  .du-timeline-item__date {
    font-size: 30px;
  }
}

@media (min-width: 1281px) {
  .du-timeline-item__date {
    font-size: 36px;
  }
}

.du-timeline-item--active .du-timeline-item__date {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.du-timeline-item__description {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.48px;
  --tw-text-opacity: 1;
  color: rgb(219 223 231 / var(--tw-text-opacity, 1));
}

@media (min-width: 769px) {
  .du-timeline-item__description {
    font-size: 18px;
    line-height: 1;
  }
}

@media (min-width: 1281px) {
  .du-timeline-item__description {
    font-size: 24px;
  }
}

.du-timeline-item--active .du-timeline-item__description {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

/* Box that appears when active */

.du-timeline-item__box {
  visibility: hidden;
  margin-left: auto;
  max-height: 0px;
  flex: 1 1 0%;
  overflow: hidden;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0px;
  opacity: 0;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.du-timeline-item--active .du-timeline-item__box {
  visibility: visible;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 1;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 641px) {
  .du-timeline-item--active .du-timeline-item__box {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 769px) {
  .du-timeline-item--active .du-timeline-item__box {
    max-height: 400px;
  }
}

@media (min-width: 1281px) {
  .du-timeline-item--active .du-timeline-item__box {
    padding-left: 60px;
    padding-right: 120px;
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

.du-timeline-item__title {
  margin-bottom: 0.75rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.72px;
  font-size: 26px;
}

@media (min-width: 769px) {
  .du-timeline-item__title {
    font-size: 30px;
  }
}

@media (min-width: 1281px) {
  .du-timeline-item__title {
    font-size: 36px;
  }
}

.du-timeline-item__content {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

@media (min-width: 769px) {
  .du-timeline-item__content {
    font-size: 18px;
  }
}

.du-timeline-item__content p {
  margin-bottom: 1rem;
}

.du-timeline-item__content p:last-child {
  margin-bottom: 0px;
}

.font-light-strong,
.font-light-strong strong {
  font-weight: 300 !important;
}

.font-normal-strong,
.font-normal-strong strong {
  font-weight: 400 !important;
}

.font-medium-strong,
.font-medium-strong strong {
  font-weight: 500 !important;
}

.font-semibold-strong,
.font-semibold-strong strong {
  font-weight: 600 !important;
}

.strong-colored strong,
.strong-colored b {
  --tw-text-opacity: 1 !important;
  color: rgb(242 101 34 / var(--tw-text-opacity, 1)) !important;
  /* @apply !text-[##CF4A0C];	 */
}

.styled-ul ul,
ul.styled-ul {
  list-style-type: none;
  padding-left: 0px;
}

.styled-ul ul li,
ul.styled-ul li {
  margin-bottom: 1.5rem;
  list-style-type: none;
  padding-left: 0px;
}

.styled-ul ul li::before,
ul.styled-ul li::before {
  content: "/";
  margin-right: 0.25rem;
  display: inline-block;
  font-weight: 500 !important;
  color: inherit;
  --tw-text-opacity: 1 !important;
  color: rgb(242 101 34 / var(--tw-text-opacity, 1)) !important;
}

.styled-ul ul li ul,
ul.styled-ul li ul {
  padding-left: 0.5rem;
}

.styled-ul ul li ul li::before,
ul.styled-ul li ul li::before {
  content: "//";
  margin-right: 0.25rem;
  display: inline-block;
  font-weight: 500 !important;
  color: inherit;
  --tw-text-opacity: 1 !important;
  color: rgb(242 101 34 / var(--tw-text-opacity, 1)) !important;
}

/**
 * Custom styles to immediately follow Tailwind’s `components` layer
 *
 * “Add more opinionated, complex classes like buttons, form controls, alerts,
 * etc; the sort of pre-built components you often see in other frameworks that
 * you might need to override with utility classes.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-components
 */

/**
 * Post title styles
 *
 * These will be applied to all headings with a `page-title` or `entry-title`
 * class on the frontend and to the post title in the block editor.
 *
 * The supplied styles are meant to match the default `h1` classes from
 * Tailwind Typography.
 */

.page-title,
.entry-title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  max-width: 100%;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}

/**
 * Layout styles for centered content areas
 *
 * If you are controlling the width of your content area with styles applied
 * to its container, you can delete the following styles whose selectors begin
 * with `.page-content >` and `.entry-content >`. For more details, please see
 * the following:
 *
 * https://make.wordpress.org/core/2021/06/29/on-layout-and-content-width-in-wordpress-5-8/
 */

.page-content > *,
.entry-content > * {
  /* Content width from the `theme.json` file */
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.entry-content > .alignwide {
  /* Wide width from the `theme.json` file */
  max-width: 100%;
}

.entry-content > .alignfull {
  max-width: none;
}

.entry-content > .alignleft {
  float: left;
  margin-right: 2rem;
}

.entry-content > .alignright {
  float: right;
  margin-left: 2rem;
}

/**
 * This injects Tailwind's utility classes and any utility classes registered
 * by plugins, then adds custom utility classes.
 */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.visible {
  visibility: visible;
}

.\!static {
  position: static !important;
}

.static {
  position: static;
}

.\!fixed {
  position: fixed !important;
}

.fixed {
  position: fixed;
}

.\!absolute {
  position: absolute !important;
}

.absolute {
  position: absolute;
}

.\!relative {
  position: relative !important;
}

.relative {
  position: relative;
}

.\!sticky {
  position: sticky !important;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.-bottom-8 {
  bottom: -2rem;
}

.-left-\[9999px\] {
  left: -9999px;
}

.-right-2 {
  right: -0.5rem;
}

.-top-10 {
  top: -2.5rem;
}

.-top-\[10px\] {
  top: -10px;
}

.-top-\[30px\] {
  top: -30px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.left-5 {
  left: 1.25rem;
}

.left-\[15\%\] {
  left: 15%;
}

.right-0 {
  right: 0px;
}

.right-2 {
  right: 0.5rem;
}

.right-36 {
  right: 9rem;
}

.right-\[5\%\] {
  right: 5%;
}

.top-0 {
  top: 0px;
}

.top-\[10\%\] {
  top: 10%;
}

.\!-z-\[1\] {
  z-index: -1 !important;
}

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

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-300 {
  z-index: 300;
}

.z-50 {
  z-index: 50;
}

.\!m-0 {
  margin: 0px !important;
}

.-m-\[1px\] {
  margin: -1px;
}

.m-0 {
  margin: 0px;
}

.\!mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.\!mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.\!my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.\!mb-0 {
  margin-bottom: 0px !important;
}

.\!mb-10 {
  margin-bottom: 2.5rem !important;
}

.\!mb-20 {
  margin-bottom: 5rem !important;
}

.\!mb-5 {
  margin-bottom: 1.25rem !important;
}

.\!mb-6 {
  margin-bottom: 1.5rem !important;
}

.\!mt-10 {
  margin-top: 2.5rem !important;
}

.\!mt-5 {
  margin-top: 1.25rem !important;
}

.\!mt-6 {
  margin-top: 1.5rem !important;
}

.\!mt-8 {
  margin-top: 2rem !important;
}

.\!mt-\[5px\] {
  margin-top: 5px !important;
}

.-mt-\[1px\] {
  margin-top: -1px;
}

.-mt-\[2px\] {
  margin-top: -2px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-1\.5 {
  margin-bottom: 0.375rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-\[20px\] {
  margin-bottom: 20px;
}

.mb-\[24px\] {
  margin-bottom: 24px;
}

.mb-\[35px\] {
  margin-bottom: 35px;
}

.mb-\[50px\] {
  margin-bottom: 50px;
}

.mb-\[90px\] {
  margin-bottom: 90px;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-0 {
  margin-left: 0px;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.mr-0 {
  margin-right: 0px;
}

.mr-1\.5 {
  margin-right: 0.375rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-\[\'\.\$carousel_items_spacing_mobile\.\'px\] {
  margin-right: '.$carousel items spacing mobile.'px;
}

.mr-\[0px\] {
  margin-right: 0px;
}

.mr-\[30px\] {
  margin-right: 30px;
}

.mr-auto {
  margin-right: auto;
}

.mt-0 {
  margin-top: 0px;
}

.mt-1\.5 {
  margin-top: 0.375rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-8 {
  margin-top: 2rem;
}

.\!block {
  display: block !important;
}

.block {
  display: block;
}

.\!inline-block {
  display: inline-block !important;
}

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

.inline {
  display: inline;
}

.\!flex {
  display: flex !important;
}

.flex {
  display: flex;
}

.\!inline-flex {
  display: inline-flex !important;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.\!grid {
  display: grid !important;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.size-fit {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-8 {
  height: 2rem;
}

.h-\[110px\] {
  height: 110px;
}

.h-\[200px\] {
  height: 200px;
}

.h-\[21px\] {
  height: 21px;
}

.h-\[3px\] {
  height: 3px;
}

.h-\[450px\] {
  height: 450px;
}

.h-\[49px\] {
  height: 49px;
}

.h-\[600px\] {
  height: 600px;
}

.h-\[90px\] {
  height: 90px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.max-h-\[420px\] {
  max-height: 420px;
}

.max-h-\[450px\] {
  max-height: 450px;
}

.max-h-\[60px\] {
  max-height: 60px;
}

.min-h-\[140px\] {
  min-height: 140px;
}

.\!w-1\/2 {
  width: 50% !important;
}

.\!w-1\/3 {
  width: 33.333333% !important;
}

.\!w-\[28px\] {
  width: 28px !important;
}

.\!w-fit {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.\!w-full {
  width: 100% !important;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-8 {
  width: 2rem;
}

.w-\[200px\] {
  width: 200px;
}

.w-\[21px\] {
  width: 21px;
}

.w-\[30px\] {
  width: 30px;
}

.w-\[46px\] {
  width: 46px;
}

.w-\[49px\] {
  width: 49px;
}

.w-\[50px\] {
  width: 50px;
}

.w-\[600px\] {
  width: 600px;
}

.w-\[calc\(100\%-50px\)\] {
  width: calc(100% - 50px);
}

.w-full {
  width: 100%;
}

.min-w-\[40px\] {
  min-width: 40px;
}

.max-w-\[104px\] {
  max-width: 104px;
}

.max-w-\[1110px\] {
  max-width: 1110px;
}

.max-w-\[120px\] {
  max-width: 120px;
}

.max-w-\[130px\] {
  max-width: 130px;
}

.max-w-\[1660px\] {
  max-width: 1660px;
}

.max-w-\[170px\] {
  max-width: 170px;
}

.max-w-\[175px\] {
  max-width: 175px;
}

.max-w-\[200px\] {
  max-width: 200px;
}

.max-w-\[220px\] {
  max-width: 220px;
}

.max-w-\[250px\] {
  max-width: 250px;
}

.max-w-\[25px\] {
  max-width: 25px;
}

.max-w-\[300px\] {
  max-width: 300px;
}

.max-w-\[320px\] {
  max-width: 320px;
}

.max-w-\[325px\] {
  max-width: 325px;
}

.max-w-\[335px\] {
  max-width: 335px;
}

.max-w-\[350px\] {
  max-width: 350px;
}

.max-w-\[35px\] {
  max-width: 35px;
}

.max-w-\[370px\] {
  max-width: 370px;
}

.max-w-\[400px\] {
  max-width: 400px;
}

.max-w-\[420px\] {
  max-width: 420px;
}

.max-w-\[450px\] {
  max-width: 450px;
}

.max-w-\[470px\] {
  max-width: 470px;
}

.max-w-\[471px\] {
  max-width: 471px;
}

.max-w-\[475px\] {
  max-width: 475px;
}

.max-w-\[500px\] {
  max-width: 500px;
}

.max-w-\[513px\] {
  max-width: 513px;
}

.max-w-\[530px\] {
  max-width: 530px;
}

.max-w-\[580px\] {
  max-width: 580px;
}

.max-w-\[600px\] {
  max-width: 600px;
}

.max-w-\[60px\] {
  max-width: 60px;
}

.max-w-\[640px\] {
  max-width: 640px;
}

.max-w-\[700px\] {
  max-width: 700px;
}

.max-w-\[70px\] {
  max-width: 70px;
}

.max-w-\[93px\] {
  max-width: 93px;
}

.max-w-\[calc\(100\%-20px\)\] {
  max-width: calc(100% - 20px);
}

.max-w-\[calc\(100\%-30px\)\] {
  max-width: calc(100% - 30px);
}

.max-w-\[calc\(100\%-40px\)\] {
  max-width: calc(100% - 40px);
}

.max-w-full {
  max-width: 100%;
}

.max-w-none {
  max-width: none;
}

.\!flex-auto {
  flex: 1 1 auto !important;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-shrink {
  flex-shrink: 1;
}

.basis-1\/2 {
  flex-basis: 50%;
}

.basis-full {
  flex-basis: 100%;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-full {
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize {
  resize: both;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.\!flex-row {
  flex-direction: row !important;
}

.flex-row {
  flex-direction: row;
}

.\!flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.\!flex-col {
  flex-direction: column !important;
}

.flex-col {
  flex-direction: column;
}

.\!flex-col-reverse {
  flex-direction: column-reverse !important;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.\!flex-wrap {
  flex-wrap: wrap !important;
}

.flex-wrap {
  flex-wrap: wrap;
}

.\!flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.\!items-start {
  align-items: flex-start !important;
}

.items-start {
  align-items: flex-start;
}

.\!items-end {
  align-items: flex-end !important;
}

.items-end {
  align-items: flex-end;
}

.\!items-center {
  align-items: center !important;
}

.items-center {
  align-items: center;
}

.\!items-baseline {
  align-items: baseline !important;
}

.items-baseline {
  align-items: baseline;
}

.\!items-stretch {
  align-items: stretch !important;
}

.items-stretch {
  align-items: stretch;
}

.\!justify-normal {
  justify-content: normal !important;
}

.justify-normal {
  justify-content: normal;
}

.\!justify-start {
  justify-content: flex-start !important;
}

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

.\!justify-end {
  justify-content: flex-end !important;
}

.justify-end {
  justify-content: flex-end;
}

.\!justify-center {
  justify-content: center !important;
}

.justify-center {
  justify-content: center;
}

.\!justify-between {
  justify-content: space-between !important;
}

.justify-between {
  justify-content: space-between;
}

.\!justify-around {
  justify-content: space-around !important;
}

.justify-around {
  justify-content: space-around;
}

.\!justify-evenly {
  justify-content: space-evenly !important;
}

.justify-evenly {
  justify-content: space-evenly;
}

.\!justify-stretch {
  justify-content: stretch !important;
}

.justify-stretch {
  justify-content: stretch;
}

.gap-0 {
  gap: 0px;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(4rem * var(--tw-space-x-reverse));
  margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.self-end {
  align-self: flex-end;
}

.\!overflow-hidden {
  overflow: hidden !important;
}

.overflow-hidden {
  overflow: hidden;
}

.\!overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-visible {
  overflow-y: visible;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-none {
  border-radius: 0px;
}

.rounded-t-\[24px\] {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.border {
  border-width: 1px;
}

.border-\[1px\] {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-0 {
  border-bottom-width: 0px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-l {
  border-left-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-solid {
  border-style: solid;
}

.border-none {
  border-style: none;
}

.border-\[\#2D4563\] {
  --tw-border-opacity: 1;
  border-color: rgb(45 69 99 / var(--tw-border-opacity, 1));
}

.border-gray {
  --tw-border-opacity: 1;
  border-color: rgb(209 209 211 / var(--tw-border-opacity, 1));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-black\/25 {
  background-color: rgb(0 0 0 / 0.25);
}

.bg-blackish {
  --tw-bg-opacity: 1;
  background-color: rgb(28 42 59 / var(--tw-bg-opacity, 1));
}

.bg-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(209 209 211 / var(--tw-bg-opacity, 1));
}

.bg-light-grape {
  --tw-bg-opacity: 1;
  background-color: rgb(29 42 60 / var(--tw-bg-opacity, 1));
}

.bg-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(242 101 34 / var(--tw-bg-opacity, 1));
}

.bg-orange-light {
  --tw-bg-opacity: 1;
  background-color: rgb(255 155 90 / var(--tw-bg-opacity, 1));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-dark-gradient {
  background-image: linear-gradient(180deg, #121A24 0%, #1C2A3B 0%, #121A24 100%);
}

.bg-dark-gradient-2 {
  background-image: linear-gradient(180deg, #121A24 0%, #1C2A3B 100%);
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.fill-gray {
  fill: #D1D1D3;
}

.fill-white {
  fill: #fff;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.\!p-0 {
  padding: 0px !important;
}

.p-0 {
  padding: 0px;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-8 {
  padding: 2rem;
}

.p-\[5px\] {
  padding: 5px;
}

.\!py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-\[18px\] {
  padding-left: 18px;
  padding-right: 18px;
}

.px-\[25px\] {
  padding-left: 25px;
  padding-right: 25px;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px;
}

.\!pb-\[20px\] {
  padding-bottom: 20px !important;
}

.\!pt-\[10px\] {
  padding-top: 10px !important;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-\[10px\] {
  padding-bottom: 10px;
}

.pb-\[115px\] {
  padding-bottom: 115px;
}

.pb-\[120px\] {
  padding-bottom: 120px;
}

.pb-\[140px\] {
  padding-bottom: 140px;
}

.pb-\[150px\] {
  padding-bottom: 150px;
}

.pb-\[160px\] {
  padding-bottom: 160px;
}

.pb-\[20px\] {
  padding-bottom: 20px;
}

.pb-\[30px\] {
  padding-bottom: 30px;
}

.pb-\[40px\] {
  padding-bottom: 40px;
}

.pb-\[50px\] {
  padding-bottom: 50px;
}

.pb-\[60px\] {
  padding-bottom: 60px;
}

.pl-0 {
  padding-left: 0px;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pr-0 {
  padding-right: 0px;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-\[120px\] {
  padding-top: 120px;
}

.pt-\[160px\] {
  padding-top: 160px;
}

.pt-\[170px\] {
  padding-top: 170px;
}

.pt-\[45px\] {
  padding-top: 45px;
}

.pt-\[50px\] {
  padding-top: 50px;
}

.pt-\[60px\] {
  padding-top: 60px;
}

.pt-\[65px\] {
  padding-top: 65px;
}

.pt-\[80px\] {
  padding-top: 80px;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

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

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

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

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

.text-17 {
  font-size: 17px;
}

.text-18 {
  font-size: 18px;
}

.text-19 {
  font-size: 19px;
}

.text-20 {
  font-size: 20px;
}

.text-22 {
  font-size: 22px;
}

.text-24 {
  font-size: 24px;
}

.text-26 {
  font-size: 26px;
}

.text-30 {
  font-size: 30px;
}

.text-40 {
  font-size: 40px;
}

.text-\[70px\] {
  font-size: 70px;
}

.\!font-light {
  font-weight: 300 !important;
}

.\!font-medium {
  font-weight: 500 !important;
}

.\!font-normal {
  font-weight: 400 !important;
}

.\!font-semibold {
  font-weight: 600 !important;
}

.font-black {
  font-weight: 900;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.leading-\[1\.1\] {
  line-height: 1.1;
}

.leading-\[22px\] {
  line-height: 22px;
}

.leading-\[35px\] {
  line-height: 35px;
}

.leading-loose {
  line-height: 2;
}

.leading-none {
  line-height: 1;
}

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-snug {
  line-height: 1.375;
}

.leading-tight {
  line-height: 1.25;
}

.-tracking-\[-0\.32px\] {
  letter-spacing: 0.32px;
}

.-tracking-\[-0\.48px\] {
  letter-spacing: 0.48px;
}

.-tracking-\[-0\.8px\] {
  letter-spacing: 0.8px;
}

.-tracking-\[0\.32px\] {
  letter-spacing: -0.32px;
}

.-tracking-\[0\.48px\] {
  letter-spacing: -0.48px;
}

.-tracking-\[0\.72px\] {
  letter-spacing: -0.72px;
}

.-tracking-\[0\.84px\] {
  letter-spacing: -0.84px;
}

.-tracking-\[0\.9px\] {
  letter-spacing: -0.9px;
}

.-tracking-\[1\.2px\] {
  letter-spacing: -1.2px;
}

.-tracking-\[1px\] {
  letter-spacing: -1px;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-blackish {
  --tw-text-opacity: 1;
  color: rgb(28 42 59 / var(--tw-text-opacity, 1));
}

.text-du {
  --tw-text-opacity: 1;
  color: rgb(134 209 230 / var(--tw-text-opacity, 1));
}

.text-gray {
  --tw-text-opacity: 1;
  color: rgb(209 209 211 / var(--tw-text-opacity, 1));
}

.text-light-grape {
  --tw-text-opacity: 1;
  color: rgb(29 42 60 / var(--tw-text-opacity, 1));
}

.text-orange {
  --tw-text-opacity: 1;
  color: rgb(242 101 34 / var(--tw-text-opacity, 1));
}

.text-orange-light {
  --tw-text-opacity: 1;
  color: rgb(255 155 90 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.underline {
  text-decoration-line: underline;
}

.no-underline {
  text-decoration-line: none;
}

.decoration-orange {
  text-decoration-color: #F26522;
}

.\!opacity-40 {
  opacity: 0.4 !important;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-50 {
  opacity: 0.5;
}

.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.blur-md {
  --tw-blur: blur(12px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.content-none {
  --tw-content: none;
  content: var(--tw-content);
}

/* Orange bordered shape */

.orange-angled-shape {
  clip-path: polygon(0% 0%,60% 0%,100% 40%,100% 100%,100% 100%,40% 100%,0% 60%,0% 0%);
  position: relative;
  z-index: 10;
  --tw-bg-opacity: 1;
  background-color: rgb(242 101 34 / var(--tw-bg-opacity, 1));
}

.orange-angled-shape::before {
  content: "";
  clip-path: polygon(0% 0%,60% 0%,100% 40%,100% 100%,100% 100%,40% 100%,0% 60%,0% 0%);
  position: absolute;
  inset: 2px;
  z-index: 20;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}

/* used in home Our Solutions section */

.orange-border-folder-shape {
  clip-path: polygon(41.96% 36px, 99.75% 5.78%, 100% 100%, 0px 100%, 0px 0%, 36.95% -0.22%);
  height: 600px;
  position: relative;
  z-index: 10;
  --tw-bg-opacity: 1;
  background-color: rgb(242 101 34 / var(--tw-bg-opacity, 1));
}

.orange-border-folder-shape::before {
  content: "";
  clip-path: polygon(41.69% 36px, 99.69% 5.98%, 100% 100%, 0px 100%, 0px 0%, 36.82% 0.05%);
  position: absolute;
  inset: 2px;
  z-index: 0;
  padding: 0.125rem;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}

.orange-border-folder-shape > div {
  position: relative;
  z-index: 20;
}

/* used in /messaging Integrations section */

.orange-border-folder-shape-white-bg {
  clip-path: polygon(calc(40% + 16px) 38px, 100% 40px, 100% 100%, 0px 100%, 0px 0%, 36.95% -10px);
  position: relative;
  z-index: 10;
  height: auto;
  border-bottom-width: 3px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(242 101 34 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 30px !important;
  padding-right: 30px !important;
  padding-top: 60px;
  padding-bottom: 30px;
}

@media (min-width: 1536px) {
  .orange-border-folder-shape-white-bg {
    padding-left: 45px !important;
    padding-right: 45px !important;
    padding-top: 100px !important;
    padding-bottom: 50px !important;
  }
}

.orange-border-folder-shape-white-bg::before {
  content: "";
  clip-path: polygon(calc(40% + 14px) 38px, 100% 40px, 100% 100%, 0px 100%, 0px 0%, 36.95% -7px);
  position: absolute;
  z-index: 0;
  padding: 0.125rem;
  /* width: calc(100% - 4px);
	height: calc(100% - 4px); */
  inset: 0px;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 239 229 / var(--tw-bg-opacity, 1));
  /* 
		h4 {
			@apply !text-26 !leading-[28px] !font-semibold;
		} */
}

.orange-border-folder-shape-white-bg > div {
  position: relative;
  z-index: 20;
}

/* used in /about-us Our Culture section */

.orange-border-folder-shape-white-bg-big {
  clip-path: polygon(calc(40% + 16px) 38px, 100% 40px, 100% 100%, 0px 100%, 0px 0%, 36.95% -7px);
  position: relative;
  z-index: 10;
  --tw-bg-opacity: 1;
  background-color: rgb(242 101 34 / var(--tw-bg-opacity, 1));
  padding-top: 120px !important;
  padding-bottom: 150px !important;
  padding-left: 45px !important;
  padding-right: 45px;
}

@media (min-width: 1021px) {
  .orange-border-folder-shape-white-bg-big {
    clip-path: polygon(41.96% 36px, 99.95% 3.58%, 100.6% 100%, 0px 100%, 0px 0%, 36.95% -0.22%);
    padding-right: 200px !important;
  }
}

.orange-border-folder-shape-white-bg-big::before {
  content: "";
  clip-path: polygon(calc(40% + 14px) 38px, 100% 40px, 100% 100%, 0px 100%, 0px 0%, 36.95% -7px);
  position: absolute;
  inset: 2px;
  z-index: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.125rem;
}

@media (min-width: 1021px) {
  .orange-border-folder-shape-white-bg-big::before {
    clip-path: polygon(41.56% 37px, 99.95% 3.77%, 100.28% 99.89%, 0px 100%, 0px 0%, 36.85% 0.11%);
  }
}

.orange-border-folder-shape-white-bg-big::before {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}

.orange-border-folder-shape-white-bg-big > div {
  position: relative;
  z-index: 20;
}

/* used in /messaging What Our Customers Say section */

.orange-border-folder-shape-dark-bg {
  clip-path: polygon(41.96% 36px, 100.01% 10.06%, 100% 100%, 0px 100%, 0px 0%, 36.95% -0.22%);
  height: 340px;
  position: relative;
  z-index: 10;
  --tw-bg-opacity: 1;
  background-color: rgb(242 101 34 / var(--tw-bg-opacity, 1));
  padding-top: 60px !important;
  padding-bottom: 10px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

@media (min-width: 1536px) {
  .orange-border-folder-shape-dark-bg {
    padding-top: 80px !important;
    padding-bottom: 25px !important;
    padding-left: 40px !important;
    padding-right: 120px !important;
  }
}

.orange-border-folder-shape-dark-bg::before {
  content: "";
  clip-path: polygon(41.56% 37px, 99.83% 10.31%, 100% 100%, 0px 100%, 0px 0%, 36.57% 0.22%);
  position: absolute;
  inset: 2px;
  z-index: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(19 27 38 / var(--tw-bg-opacity, 1));
  padding: 0.125rem;
}

:is(.orange-border-folder-shape-dark-bg,.bg-dark-gradient) .du-carousel .swiper-pagination-bullets .swiper-pagination-bullet:not(.swiper-pagination-bullet-active)::before {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  opacity: 1;
}

.orange-border-folder-shape-dark-bg::before {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}

.orange-border-folder-shape-dark-bg > div {
  position: relative;
  z-index: 20;
}

/* used in /digital-solutions What We Offer section */

.orange-border-folder-shape-white-bg-2 {
  clip-path: polygon(41.96% 36px, 100.11% 10.18%, 100.73% 100%, 0px 100%, 0px 0%, 36.95% -0.22%);
  position: relative;
  z-index: 10;
  height: 350px;
  --tw-bg-opacity: 1;
  background-color: rgb(242 101 34 / var(--tw-bg-opacity, 1));
  padding-left: 30px !important;
  padding-right: 30px !important;
  padding-top: 60px;
  padding-bottom: 30px;
}

@media (min-width: 1536px) {
  .orange-border-folder-shape-white-bg-2 {
    clip-path: polygon(calc(40% + 16px) 38px, 100% 40px, 100% 100%, 0px 100%, 0px 0%, 36.95% -10px);
    height: 450px;
    padding-left: 45px !important;
    padding-right: 45px !important;
    padding-top: 100px !important;
    padding-bottom: 50px !important;
  }
}

.orange-border-folder-shape-white-bg-2::before {
  content: "";
  clip-path: polygon(41.56% 37px, 99.83% 10.36%, 100% 100%, 0px 100%, 0px 0%, 36.57% 0.22%);
  position: absolute;
  inset: 2px;
  z-index: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.125rem;
}

@media (min-width: 1536px) {
  .orange-border-folder-shape-white-bg-2::before {
    clip-path: polygon(calc(40% + 14px) 38px, 100% 40px, 100% 100%, 0px 100%, 0px 0%, 36.95% -7px);
  }
}

.orange-border-folder-shape-white-bg-2::before {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}

.orange-border-folder-shape-white-bg-2 > div {
  position: relative;
  z-index: 20;
}

.top-left-orange-radial:not(.vc_section),
.top-right-orange-radial:not(.vc_section),
.bottom-right-orange-radial:not(.vc_section),
.bottom-left-orange-radial:not(.vc_section),
.top-left-orange-radial.vc_section > .vc_row:nth-child(1),
.top-right-orange-radial.vc_section > .vc_row:nth-child(1),
.bottom-right-orange-radial.vc_section > .vc_row:nth-child(1),
.bottom-left-orange-radial.vc_section > .vc_row:nth-child(1) {
  position: relative;
}

.top-left-orange-radial:not(.vc_section)::before,
.top-left-orange-radial.vc_section > .vc_row:nth-child(1)::before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  display: block;
  height: 984px;
  width: 984px;
  --tw-translate-y: -421px;
  --tw-translate-x: -227px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-image: radial-gradient(closest-side at 50% 50%, #F89A5B5C 0%, #FFFFFF00 100%);
}

.top-right-orange-radial:not(.vc_section)::before,
.top-right-orange-radial.vc_section > .vc_row:nth-child(1)::before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  display: block;
  height: 984px;
  width: 984px;
  --tw-translate-y: -421px;
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-image: radial-gradient(closest-side at 50% 50%, #F89A5B5C 0%, #FFFFFF00 100%);
}

.bottom-right-orange-radial:not(.vc_section)::before,
.bottom-right-orange-radial.vc_section > .vc_row:nth-child(1)::before {
  content: "";
  pointer-events: none;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: -1;
  display: block;
  height: 984px;
  width: 984px;
  --tw-translate-y: 421px;
  --tw-translate-x: 227px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-image: radial-gradient(closest-side at 50% 50%, #F89A5B5C 0%, #FFFFFF00 100%);
}

.bottom-left-orange-radial:not(.vc_section)::before,
.bottom-left-orange-radial.vc_section > .vc_row:nth-child(1)::before {
  content: "";
  pointer-events: none;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: -1;
  display: block;
  height: 984px;
  width: 984px;
  --tw-translate-y: 421px;
  --tw-translate-x: -227px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-image: radial-gradient(closest-side at 50% 50%, #F89A5B5C 0%, #FFFFFF00 100%);
}

@media (min-width: 1021px) {
  #listen.orange-border-folder-shape-white-bg-big {
    clip-path: polygon(41.96% 6%, 100% 6%, 100.6% 100%, 0px 100%, 0px 0%, 36.95% -0.22%) !important;
  }

  #listen.orange-border-folder-shape-white-bg-big::before {
    clip-path: polygon(41.56% 6%, 100% 6%, 100.28% 99.89%, 0px 100%, 0px 0%, 36.85% 0.11%) !important;
  }
}

.owl-carousel .owl-item img {
  width: auto !important;
}

.placeholder\:text-14::-moz-placeholder {
  font-size: 14px;
}

.placeholder\:text-14::placeholder {
  font-size: 14px;
}

.placeholder\:text-16::-moz-placeholder {
  font-size: 16px;
}

.placeholder\:text-16::placeholder {
  font-size: 16px;
}

.placeholder\:-tracking-\[0\.32px\]::-moz-placeholder {
  letter-spacing: -0.32px;
}

.placeholder\:-tracking-\[0\.32px\]::placeholder {
  letter-spacing: -0.32px;
}

.placeholder\:text-blackish::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(28 42 59 / var(--tw-text-opacity, 1));
}

.placeholder\:text-blackish::placeholder {
  --tw-text-opacity: 1;
  color: rgb(28 42 59 / var(--tw-text-opacity, 1));
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:inset-0::before {
  content: var(--tw-content);
  inset: 0px;
}

.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}

.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}

.before\:z-0::before {
  content: var(--tw-content);
  z-index: 0;
}

.before\:z-10::before {
  content: var(--tw-content);
  z-index: 10;
}

.before\:block::before {
  content: var(--tw-content);
  display: block;
}

.before\:h-full::before {
  content: var(--tw-content);
  height: 100%;
}

.before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}

.before\:-translate-x-2::before {
  content: var(--tw-content);
  --tw-translate-x: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.before\:-translate-x-\[6px\]::before {
  content: var(--tw-content);
  --tw-translate-x: -6px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.before\:-translate-y-2::before {
  content: var(--tw-content);
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.before\:-translate-y-\[6px\]::before {
  content: var(--tw-content);
  --tw-translate-y: -6px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.before\:rounded-lg::before {
  content: var(--tw-content);
  border-radius: 0.5rem;
}

.before\:border-2::before {
  content: var(--tw-content);
  border-width: 2px;
}

.before\:border-solid::before {
  content: var(--tw-content);
  border-style: solid;
}

.before\:border-white::before {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.before\:bg-transparent::before {
  content: var(--tw-content);
  background-color: transparent;
}

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:right-0::after {
  content: var(--tw-content);
  right: 0px;
}

.after\:top-0::after {
  content: var(--tw-content);
  top: 0px;
}

.after\:block::after {
  content: var(--tw-content);
  display: block;
}

.after\:h-full::after {
  content: var(--tw-content);
  height: 100%;
}

.after\:w-\[1px\]::after {
  content: var(--tw-content);
  width: 1px;
}

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

.hover\:border-none:hover {
  border-style: none;
}

.hover\:bg-\[\#1A3663\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(26 54 99 / var(--tw-bg-opacity, 1));
}

.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blackish:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(28 42 59 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 209 211 / var(--tw-bg-opacity, 1));
}

.hover\:bg-light-grape:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 42 60 / var(--tw-bg-opacity, 1));
}

.hover\:bg-orange:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(242 101 34 / var(--tw-bg-opacity, 1));
}

.hover\:bg-orange-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 155 90 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-dark-gradient:hover {
  background-image: linear-gradient(180deg, #121A24 0%, #1C2A3B 0%, #121A24 100%);
}

.hover\:bg-dark-gradient-2:hover {
  background-image: linear-gradient(180deg, #121A24 0%, #1C2A3B 100%);
}

.hover\:bg-gradient-to-b:hover {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.hover\:from-\[\#1A3663\]:hover {
  --tw-gradient-from: #1A3663 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 54 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:to-\[\#050B14\]:hover {
  --tw-gradient-to: #050B14 var(--tw-gradient-to-position);
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.hover\:text-blackish:hover {
  --tw-text-opacity: 1;
  color: rgb(28 42 59 / var(--tw-text-opacity, 1));
}

.hover\:text-gray:hover {
  --tw-text-opacity: 1;
  color: rgb(209 209 211 / var(--tw-text-opacity, 1));
}

.hover\:text-light-grape:hover {
  --tw-text-opacity: 1;
  color: rgb(29 42 60 / var(--tw-text-opacity, 1));
}

.hover\:text-orange:hover {
  --tw-text-opacity: 1;
  color: rgb(242 101 34 / var(--tw-text-opacity, 1));
}

.hover\:text-orange-light:hover {
  --tw-text-opacity: 1;
  color: rgb(255 155 90 / var(--tw-text-opacity, 1));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:opacity-70:hover {
  opacity: 0.7;
}

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.group\/card:hover .group-hover\/card\:block {
  display: block;
}

.group:hover .group-hover\:fill-orange {
  fill: #F26522;
}

.prose-a\:text-primary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(242 101 34 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 1366px) {
  .max-laptop\:right-\[15\%\] {
    right: 15%;
  }
}

@media not all and (min-width: 1281px) {
  .max-xl\:max-h-\[42vw\] {
    max-height: 42vw;
  }
}

@media not all and (min-width: 769px) {
  .max-md\:max-h-\[400px\] {
    max-height: 400px;
  }
}

@media not all and (min-width: 641px) {
  .max-sm\:left-\[-10\%\] {
    left: -10%;
  }

  .max-sm\:hidden {
    display: none;
  }

  .max-sm\:w-\[calc\(100\%_-_60px\)\] {
    width: calc(100% - 60px);
  }
}

@media (min-width: 481px) {
  .xs\:left-10 {
    left: 2.5rem;
  }

  .xs\:right-5 {
    right: 1.25rem;
  }

  .xs\:top-5 {
    top: 1.25rem;
  }

  .xs\:w-\[calc\(100\%-46px\)\] {
    width: calc(100% - 46px);
  }

  .xs\:max-w-\[220px\] {
    max-width: 220px;
  }

  .xs\:max-w-\[400px\] {
    max-width: 400px;
  }
}

@media (min-width: 641px) {
  .sm\:top-5 {
    top: 1.25rem;
  }

  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:min-w-\[270px\] {
    min-width: 270px;
  }

  .sm\:max-w-\[350px\] {
    max-width: 350px;
  }

  .sm\:max-w-\[calc\(100\%-40px\)\] {
    max-width: calc(100% - 40px);
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .sm\:self-start {
    align-self: flex-start;
  }

  .sm\:pl-4 {
    padding-left: 1rem;
  }

  .sm\:pl-6 {
    padding-left: 1.5rem;
  }

  .sm\:text-26 {
    font-size: 26px;
  }
}

@media (min-width: 769px) {
  .md\:left-0 {
    left: 0px;
  }

  .md\:mr-\[\'\.\$carousel_items_spacing_tablet\.\'px\] {
    margin-right: '.$carousel items spacing tablet.'px;
  }

  .md\:mr-\[10px\] {
    margin-right: 10px;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[70px\] {
    height: 70px;
  }

  .md\:\!w-1\/2 {
    width: 50% !important;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:max-w-\[180px\] {
    max-width: 180px;
  }

  .md\:max-w-\[600px\] {
    max-width: 600px;
  }

  .md\:max-w-\[calc\(100\%-80px\)\] {
    max-width: calc(100% - 80px);
  }

  .md\:max-w-full {
    max-width: 100%;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:self-center {
    align-self: center;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:text-12 {
    font-size: 12px;
  }

  .md\:text-16 {
    font-size: 16px;
  }

  .md\:text-17 {
    font-size: 17px;
  }

  .md\:text-20 {
    font-size: 20px;
  }

  .md\:text-22 {
    font-size: 22px;
  }

  .md\:text-26 {
    font-size: 26px;
  }

  .md\:text-30 {
    font-size: 30px;
  }
}

@media (min-width: 1021px) {
  .lg\:relative {
    position: relative;
  }

  .lg\:\!mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .lg\:\!mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .lg\:\!mt-10 {
    margin-top: 2.5rem !important;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:mb-\[90px\] {
    margin-bottom: 90px;
  }

  .lg\:ml-0 {
    margin-left: 0px;
  }

  .lg\:mr-8 {
    margin-right: 2rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-14 {
    margin-top: 3.5rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mt-24 {
    margin-top: 6rem;
  }

  .lg\:mt-7 {
    margin-top: 1.75rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:h-\[700px\] {
    height: 700px;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:\!w-1\/2 {
    width: 50% !important;
  }

  .lg\:\!w-1\/3 {
    width: 33.333333% !important;
  }

  .lg\:\!w-1\/4 {
    width: 25% !important;
  }

  .lg\:\!w-3\/4 {
    width: 75% !important;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-1\/6 {
    width: 16.666667%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-4\/6 {
    width: 66.666667%;
  }

  .lg\:w-\[500px\] {
    width: 500px;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:max-w-\[250px\] {
    max-width: 250px;
  }

  .lg\:max-w-\[30px\] {
    max-width: 30px;
  }

  .lg\:max-w-\[350px\] {
    max-width: 350px;
  }

  .lg\:max-w-\[400px\] {
    max-width: 400px;
  }

  .lg\:max-w-\[450px\] {
    max-width: 450px;
  }

  .lg\:max-w-\[700px\] {
    max-width: 700px;
  }

  .lg\:max-w-full {
    max-width: 100%;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:flex-wrap {
    flex-wrap: wrap;
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:gap-0 {
    gap: 0px;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .lg\:border-l-2 {
    border-left-width: 2px;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-\[40px\] {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .lg\:\!pb-\[40px\] {
    padding-bottom: 40px !important;
  }

  .lg\:\!pt-\[20px\] {
    padding-top: 20px !important;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .lg\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

  .lg\:pb-28 {
    padding-bottom: 7rem;
  }

  .lg\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .lg\:pb-\[120px\] {
    padding-bottom: 120px;
  }

  .lg\:pb-\[135px\] {
    padding-bottom: 135px;
  }

  .lg\:pb-\[160px\] {
    padding-bottom: 160px;
  }

  .lg\:pb-\[20px\] {
    padding-bottom: 20px;
  }

  .lg\:pb-\[60px\] {
    padding-bottom: 60px;
  }

  .lg\:pb-\[70px\] {
    padding-bottom: 70px;
  }

  .lg\:pb-\[80px\] {
    padding-bottom: 80px;
  }

  .lg\:pl-0 {
    padding-left: 0px;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

  .lg\:pl-14 {
    padding-left: 3.5rem;
  }

  .lg\:pl-5 {
    padding-left: 1.25rem;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pl-\[50px\] {
    padding-left: 50px;
  }

  .lg\:pl-\[60px\] {
    padding-left: 60px;
  }

  .lg\:pl-\[80px\] {
    padding-left: 80px;
  }

  .lg\:pr-\[30px\] {
    padding-right: 30px;
  }

  .lg\:pr-\[80px\] {
    padding-right: 80px;
  }

  .lg\:pr-\[90px\] {
    padding-right: 90px;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pt-28 {
    padding-top: 7rem;
  }

  .lg\:pt-3 {
    padding-top: 0.75rem;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }

  .lg\:pt-\[112px\] {
    padding-top: 112px;
  }

  .lg\:pt-\[120px\] {
    padding-top: 120px;
  }

  .lg\:pt-\[130px\] {
    padding-top: 130px;
  }

  .lg\:pt-\[170px\] {
    padding-top: 170px;
  }

  .lg\:text-13 {
    font-size: 13px;
  }

  .lg\:text-14 {
    font-size: 14px;
  }

  .lg\:text-16 {
    font-size: 16px;
  }

  .lg\:text-17 {
    font-size: 17px;
  }

  .lg\:text-18 {
    font-size: 18px;
  }

  .lg\:text-20 {
    font-size: 20px;
  }

  .lg\:text-30 {
    font-size: 30px;
  }

  .lg\:text-36 {
    font-size: 36px;
  }

  .lg\:leading-none {
    line-height: 1;
  }
}

@media (min-width: 1281px) {
  .xl\:absolute {
    position: absolute;
  }

  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:\!mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .xl\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .xl\:mb-8 {
    margin-bottom: 2rem;
  }

  .xl\:mt-0 {
    margin-top: 0px;
  }

  .xl\:mt-10 {
    margin-top: 2.5rem;
  }

  .xl\:mt-20 {
    margin-top: 5rem;
  }

  .xl\:mt-7 {
    margin-top: 1.75rem;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-\[120px\] {
    height: 120px;
  }

  .xl\:min-h-\[154px\] {
    min-height: 154px;
  }

  .xl\:min-h-\[520px\] {
    min-height: 520px;
  }

  .xl\:\!w-1\/2 {
    width: 50% !important;
  }

  .xl\:\!w-1\/3 {
    width: 33.333333% !important;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-1\/3 {
    width: 33.333333%;
  }

  .xl\:w-11\/12 {
    width: 91.666667%;
  }

  .xl\:w-2\/5 {
    width: 40%;
  }

  .xl\:w-3\/5 {
    width: 60%;
  }

  .xl\:w-6\/12 {
    width: 50%;
  }

  .xl\:w-\[280px\] {
    width: 280px;
  }

  .xl\:w-\[84px\] {
    width: 84px;
  }

  .xl\:w-\[calc\(100\%-84px\)\] {
    width: calc(100% - 84px);
  }

  .xl\:w-auto {
    width: auto;
  }

  .xl\:\!max-w-\[1200px\] {
    max-width: 1200px !important;
  }

  .xl\:max-w-\[45px\] {
    max-width: 45px;
  }

  .xl\:max-w-\[470px\] {
    max-width: 470px;
  }

  .xl\:max-w-\[500px\] {
    max-width: 500px;
  }

  .xl\:max-w-\[610px\] {
    max-width: 610px;
  }

  .xl\:max-w-\[630px\] {
    max-width: 630px;
  }

  .xl\:max-w-\[940px\] {
    max-width: 940px;
  }

  .xl\:max-w-full {
    max-width: 100%;
  }

  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:flex-col {
    flex-direction: column;
  }

  .xl\:flex-wrap {
    flex-wrap: wrap;
  }

  .xl\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .xl\:items-start {
    align-items: flex-start;
  }

  .xl\:justify-center {
    justify-content: center;
  }

  .xl\:gap-0 {
    gap: 0px;
  }

  .xl\:gap-16 {
    gap: 4rem;
  }

  .xl\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .xl\:rounded-lg {
    border-radius: 0.5rem;
  }

  .xl\:p-6 {
    padding: 1.5rem;
  }

  .xl\:p-7 {
    padding: 1.75rem;
  }

  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:px-\[153px\] {
    padding-left: 153px;
    padding-right: 153px;
  }

  .xl\:px-\[29px\] {
    padding-left: 29px;
    padding-right: 29px;
  }

  .xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:pb-0 {
    padding-bottom: 0px;
  }

  .xl\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .xl\:pb-16 {
    padding-bottom: 4rem;
  }

  .xl\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .xl\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .xl\:pb-8 {
    padding-bottom: 2rem;
  }

  .xl\:pb-\[120px\] {
    padding-bottom: 120px;
  }

  .xl\:pb-\[132px\] {
    padding-bottom: 132px;
  }

  .xl\:pl-10 {
    padding-left: 2.5rem;
  }

  .xl\:pl-16 {
    padding-left: 4rem;
  }

  .xl\:pl-24 {
    padding-left: 6rem;
  }

  .xl\:pl-8 {
    padding-left: 2rem;
  }

  .xl\:pr-0 {
    padding-right: 0px;
  }

  .xl\:pr-10 {
    padding-right: 2.5rem;
  }

  .xl\:pr-5 {
    padding-right: 1.25rem;
  }

  .xl\:pt-16 {
    padding-top: 4rem;
  }

  .xl\:pt-20 {
    padding-top: 5rem;
  }

  .xl\:pt-6 {
    padding-top: 1.5rem;
  }

  .xl\:pt-8 {
    padding-top: 2rem;
  }

  .xl\:pt-\[144px\] {
    padding-top: 144px;
  }

  .xl\:pt-\[68px\] {
    padding-top: 68px;
  }

  .xl\:text-18 {
    font-size: 18px;
  }

  .xl\:text-20 {
    font-size: 20px;
  }

  .xl\:text-24 {
    font-size: 24px;
  }

  .xl\:text-30 {
    font-size: 30px;
  }

  .xl\:text-36 {
    font-size: 36px;
  }

  .xl\:text-40 {
    font-size: 40px;
  }
}

@media (min-width: 1366px) {
  .laptop\:mr-\[\'\.\$carousel_items_spacing_laptop\.\'px\] {
    margin-right: '.$carousel items spacing laptop.'px;
  }

  .laptop\:mr-\[20px\] {
    margin-right: 20px;
  }
}

@media (min-width: 1536px) {
  .\32xl\:bottom-10 {
    bottom: 2.5rem;
  }

  .\32xl\:left-\[15\%\] {
    left: 15%;
  }

  .\32xl\:right-5 {
    right: 1.25rem;
  }

  .\32xl\:right-\[5\%\] {
    right: 5%;
  }

  .\32xl\:top-\[10\%\] {
    top: 10%;
  }

  .\32xl\:\!mt-20 {
    margin-top: 5rem !important;
  }

  .\32xl\:-mt-5 {
    margin-top: -1.25rem;
  }

  .\32xl\:mb-12 {
    margin-bottom: 3rem;
  }

  .\32xl\:mr-\[\'\.\$carousel_items_spacing\.\'px\] {
    margin-right: '.$carousel items spacing.'px;
  }

  .\32xl\:mr-\[30px\] {
    margin-right: 30px;
  }

  .\32xl\:mt-12 {
    margin-top: 3rem;
  }

  .\32xl\:mt-16 {
    margin-top: 4rem;
  }

  .\32xl\:mt-20 {
    margin-top: 5rem;
  }

  .\32xl\:h-\[140px\] {
    height: 140px;
  }

  .\32xl\:h-\[316px\] {
    height: 316px;
  }

  .\32xl\:\!w-1\/2 {
    width: 50% !important;
  }

  .\32xl\:\!w-1\/3 {
    width: 33.333333% !important;
  }

  .\32xl\:w-1\/2 {
    width: 50%;
  }

  .\32xl\:w-1\/3 {
    width: 33.333333%;
  }

  .\32xl\:w-2\/3 {
    width: 66.666667%;
  }

  .\32xl\:w-\[316px\] {
    width: 316px;
  }

  .\32xl\:w-full {
    width: 100%;
  }

  .\32xl\:min-w-\[20px\] {
    min-width: 20px;
  }

  .\32xl\:max-w-\[35px\] {
    max-width: 35px;
  }

  .\32xl\:max-w-\[530px\] {
    max-width: 530px;
  }

  .\32xl\:max-w-full {
    max-width: 100%;
  }

  .\32xl\:flex-wrap {
    flex-wrap: wrap;
  }

  .\32xl\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .\32xl\:p-12 {
    padding: 3rem;
  }

  .\32xl\:px-\[25px\] {
    padding-left: 25px;
    padding-right: 25px;
  }

  .\32xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .\32xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .\32xl\:\!pb-\[60px\] {
    padding-bottom: 60px !important;
  }

  .\32xl\:\!pt-\[30px\] {
    padding-top: 30px !important;
  }

  .\32xl\:pb-\[120px\] {
    padding-bottom: 120px;
  }

  .\32xl\:pb-\[30px\] {
    padding-bottom: 30px;
  }

  .\32xl\:pb-\[35px\] {
    padding-bottom: 35px;
  }

  .\32xl\:pl-\[100px\] {
    padding-left: 100px;
  }

  .\32xl\:pl-\[150px\] {
    padding-left: 150px;
  }

  .\32xl\:pl-\[60px\] {
    padding-left: 60px;
  }

  .\32xl\:pr-\[100px\] {
    padding-right: 100px;
  }

  .\32xl\:pr-\[140px\] {
    padding-right: 140px;
  }

  .\32xl\:pt-\[160px\] {
    padding-top: 160px;
  }

  .\32xl\:pt-\[200px\] {
    padding-top: 200px;
  }

  .\32xl\:pt-\[35px\] {
    padding-top: 35px;
  }

  .\32xl\:pt-\[50px\] {
    padding-top: 50px;
  }

  .\32xl\:text-22 {
    font-size: 22px;
  }

  .\32xl\:text-24 {
    font-size: 24px;
  }

  .\32xl\:text-36 {
    font-size: 36px;
  }

  .\32xl\:text-40 {
    font-size: 40px;
  }

  .\32xl\:text-50 {
    font-size: 50px;
  }

  .\32xl\:leading-\[1\.1\] {
    line-height: 1.1;
  }
}

@media (min-width: 1785px) {
  .\33xl\:mt-20 {
    margin-top: 5rem;
  }

  .\33xl\:h-\[170px\] {
    height: 170px;
  }

  .\33xl\:max-w-\[1785px\] {
    max-width: 1785px;
  }

  .\33xl\:max-w-\[55px\] {
    max-width: 55px;
  }

  .\33xl\:max-w-\[calc\(100\%-65px\)\] {
    max-width: calc(100% - 65px);
  }

  .\33xl\:max-w-\[calc\(100\%-80px\)\] {
    max-width: calc(100% - 80px);
  }

  .\33xl\:max-w-full {
    max-width: 100%;
  }

  .\33xl\:text-14 {
    font-size: 14px;
  }

  .\33xl\:text-16 {
    font-size: 16px;
  }

  .\33xl\:text-18 {
    font-size: 18px;
  }

  .\33xl\:text-24 {
    font-size: 24px;
  }

  .\33xl\:text-26 {
    font-size: 26px;
  }

  .\33xl\:text-40 {
    font-size: 40px;
  }

  .\33xl\:text-50 {
    font-size: 50px;
  }
}
