/*
! tailwindcss v3.2.1 | 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: #e5e7eb; /* 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.
*/

html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

/*
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. 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-size: 1em; /* 2 */
}

/*
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-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

/*
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] {
  display: none;
}
    body {
      font-family: Roboto, sans-serif;
      overflow-x: hidden;
      width: 100%;
    }

*, ::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-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:  ;
}

::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-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:  ;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1500px) {

  .container {
    max-width: 1500px;
  }
}
.button {
  display: inline-block;
  border-radius: 20px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  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;
}
.button.white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(89 89 89 / var(--tw-text-opacity));
}
.button.white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 216 184 / var(--tw-bg-opacity));
}
.button.white:active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 175 109 / var(--tw-bg-opacity));
}
.button.primary {
  --tw-bg-opacity: 1;
  background-color: rgb(50 93 187 / var(--tw-bg-opacity));
}
.button.primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(91 151 223 / var(--tw-bg-opacity));
}
.button.primary:active {
  --tw-bg-opacity: 1;
  background-color: rgb(33 66 140 / var(--tw-bg-opacity));
}
.button.secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(243 127 32 / var(--tw-bg-opacity));
}
.button.secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 216 184 / var(--tw-bg-opacity));
}
.button.secondary:active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 175 109 / var(--tw-bg-opacity));
}
.button-sm {
  display: inline-block;
  border-radius: 20px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  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;
}
.button-sm.white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(89 89 89 / var(--tw-text-opacity));
}
.button-sm.white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 216 184 / var(--tw-bg-opacity));
}
.button-sm.white:active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 175 109 / var(--tw-bg-opacity));
}
.button-sm.primary {
  --tw-bg-opacity: 1;
  background-color: rgb(50 93 187 / var(--tw-bg-opacity));
}
.button-sm.primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(91 151 223 / var(--tw-bg-opacity));
}
.button-sm.primary:active {
  --tw-bg-opacity: 1;
  background-color: rgb(33 66 140 / var(--tw-bg-opacity));
}
.button-sm.secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(243 127 32 / var(--tw-bg-opacity));
}
.button-sm.secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 216 184 / var(--tw-bg-opacity));
}
.button-sm.secondary:active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 175 109 / var(--tw-bg-opacity));
}
.button-sm {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.main-section .main-section-info .button-sm {
  margin-top: 3rem;
}
/*
        SECTION INFO STYLE
    */
.section-title {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(243 127 32 / var(--tw-text-opacity));
}


.slider-single img {
  height: 468px;
  margin-bottom: 12px;
  border-radius: 15px;
}

.slider-nav img {
  width: 150px;
  height: 133px;
  border-radius: 15px;
  margin-left: 6px;
  margin-right: 6px;
}

@media (min-width: 768px) {

    .section-title {
    font-size: 46px;
    line-height: 54px;
  }}
.section-subtitle {
  margin-top: 0.25rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(33 66 140 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
    
    .section-subtitle {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }}
.section-description {
  margin-top: 1rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(140 140 140 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
    
    .section-description {
    font-size: 1.5rem;
    line-height: 2rem;
  }}
.section-button {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
.section .container {
  position: relative;
  z-index: 20;
}
.section .section-info {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 870px;
  flex-direction: column;
  align-items: center;
}
.section.beige {
  background-color: rgb(243 127 32 / 0.05);
}
.section.primary {
  --tw-bg-opacity: 1;
  background-color: rgb(33 66 140 / var(--tw-bg-opacity));
}
@media (min-width: 1024px) {


    .section {
    padding-top: 104px;
    padding-bottom: 104px;
  }}
.card-outlined {
  max-width: 100%;
  border-radius: 24px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(243 127 32 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 640px) {

    .card-outlined {
    max-width: 48%;
    padding-top: 90px;
    padding-bottom: 90px;
    padding-left: 50px;
    padding-right: 50px;
  }}
@media (min-width: 1024px) {

    .card-outlined {
    width: 100%;
    max-width: 448px;
  }}
.card-outlined .one-icon {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 50px;
  width: 50px;
  min-width: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 127 32 / var(--tw-bg-opacity));
  padding: 0.75rem;
}
@media (min-width: 768px) {

        .card-outlined .one-icon {
    height: 80px;
    width: 80px;
    min-width: 80px;
    padding: 1rem;
  }}
.card-outlined .card-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-outlined .card-logo .card-images {
  position: relative;
  height: 50px;
  width: 50px;
  overflow: hidden;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity));
}
.card-outlined .card-logo .card-images img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  --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));
  -o-object-fit: cover;
     object-fit: cover;
}
.card-outlined .number {
  margin-left: 0.5rem;
  display: flex;
  height: 50px;
  width: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 127 32 / var(--tw-bg-opacity));
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.card-outlined {
  text-align: center;
}
.card-outlined button{
  margin-top: 12px;
  padding: 8px 16px;
}
.card-outlined .title {
  margin-top: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(33 66 140 / var(--tw-text-opacity));
}
.card-outlined .description {
  margin-top: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}
.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;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.z-30 {
  z-index: 30;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mt-\[80px\] {
  margin-top: 80px;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-\[70px\] {
  margin-top: 70px;
}
.mt-6 {
  margin-top: 1.5rem;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-0 {
  height: 0px;
}
.w-\[150px\] {
  width: 150px;
}
.w-8 {
  width: 2rem;
}
.border-collapse {
  border-collapse: collapse;
}
.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;
}
.items-center {
  align-items: center;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * 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-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-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)));
}
.border {
  border-width: 1px;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.pb-0 {
  padding-bottom: 0px;
}
.text-center {
  text-align: center;
}
.text-grey-700 {
  --tw-text-opacity: 1;
  color: rgb(89 89 89 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.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);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
/**
 * Swiper 8.4.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 12, 2022
 */
@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}
:root{--swiper-theme-color:#007aff}
.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}
.swiper-vertical>.swiper-wrapper{flex-direction:column}
.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}
.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}
.swiper-pointer-events{touch-action:pan-y}
.swiper-pointer-events.swiper-vertical{touch-action:pan-x}
.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}
.swiper-slide-invisible-blank{visibility:hidden}
.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}
.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}
.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}
.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}
.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}
.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}
.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}
.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}
.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}
.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}
.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}
.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}
.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}
.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}
.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}
.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}
.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}
.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}
.header {
  position: absolute;
  left: 0px;
  top: 1.5rem;
  width: 100%;
}
.header .header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header-content.open .menu {
  right: 0px;
}
.header .header-content.open .black-window {
  display: block;
}
.background-effects {
  position: absolute;
  z-index: 0;
  border-radius: 9999px;
  --tw-blur: blur(50px);
  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);
}
.background-effects.blue {
  left: calc(100% - 400px);
  top: -336px;
  display: none;
  height: 700px;
  width: 700px;
        background: radial-gradient(50% 50% at 50% 50%, rgba(6, 173, 226, 0.5) 15.62%, rgba(255, 255, 255, 0) 100%);
}
@media (min-width: 1280px) {
.background-effects.blue {
    left: calc(100% - 620px);
    height: 1000px;
    width: 1000px;
  }}
@media (min-width: 1024px) {
.background-effects.blue {
    display: block;
  }
        }
.background-effects.purple {
  top: 122px;
  left: calc(100% - 600px);
  display: none;
  height: 800px;
  width: 800px;
        background: radial-gradient(50% 50% at 50% 50%, rgba(39, 39, 102, 0.4) 15.62%, rgba(255, 255, 255, 0) 100%);
}
@media (min-width: 1280px) {
.background-effects.purple {
    left: calc(100% - 850px);
    height: 1100px;
    width: 1100px;
  }}
@media (min-width: 1024px) {
.background-effects.purple {
    display: block;
  }
        }
.menu {
  position: fixed;
  right: -280px;
  top: 0px;
  z-index: 40;
  display: flex;
  height: 100%;
  width: 280px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  --tw-bg-opacity: 1;
  background-color: rgb(243 127 32 / var(--tw-bg-opacity));
  padding-top: 3rem;
  --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
  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-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (min-width: 1024px) {
.menu {
    position: static;
    right: 0px;
    width: auto;
    flex-direction: row;
    justify-content: flex-end;
    background-color: transparent;
    padding-top: 0px;
    --tw-drop-shadow: drop-shadow(0 0 #0000);
    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);
  }
    }
.menu-list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.menu-list > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
@media (min-width: 1024px) {

  .menu-list {
    flex-direction: row;
  }

  .menu-list > :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));
    --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)));
  }
}
.menu-text {
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  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;
}
.menu-text:hover {
  --tw-text-opacity: 1;
  color: rgb(255 216 184 / var(--tw-text-opacity));
}
.menu-text:active {
  --tw-text-opacity: 1;
  color: rgb(255 175 109 / var(--tw-text-opacity));
}
.menu-text:disabled {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.header-info {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  --tw-translate-y: calc(-50% - 70px);
  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));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 150px;
  text-align: center;
}
@media (min-width: 1024px) {
.header-info {
    position: relative;
    top: auto;
    z-index: 20;
    width: 600px;
    --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));
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 152px;
    padding-bottom: 251px;
    text-align: left;
  }
.header-info.first-screen {
    width: 566px;
    padding-top: 213px;
    padding-bottom: 382px;
  }}
.header-title {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
.header-title {
    font-size: 56px;
    line-height: 64px;
  }}
.black-window {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 30;
  display: none;
  height: 100%;
  width: 100%;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  opacity: 0.25;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.language {
  position: relative;
}
@media (min-width: 1024px) {
.language {
    margin-left: 2.5rem;
  }
    }
.language .current-language {
  display: flex;
  cursor: pointer;
  align-items: center;
}
.language .current-language > * {
  pointer-events: none;
}
.language .current-language svg {
  margin-left: 0.5rem;
  fill: #fff;
}
.language .language-options {
  position: absolute;
  top: calc(100% + 10px);
  display: none;
}
.language .language-options.active {
  display: block;
}
.language .language-options-item {
  cursor: pointer;
}
.language .language-options-item:first-of-type {
  margin-bottom: 0.5rem;
}
.language .language-options-item > * {
  pointer-events: none;
}
.language .flag {
  margin-right: 0.5rem;
}
.language .language-label {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.language .language-options-item {
  display: flex;
  align-items: center;
}
.contact-us-content {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media (min-width: 640px) {
.contact-us-content {
    margin-top: 72px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}
@media (min-width: 1280px) {
.contact-us-content {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}
.contact-us-content .contact-us-item {
  border-radius: 24px;
  background-color: rgb(38 38 38 / 0.05);
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 1.5rem;
  padding-bottom: 3rem;
}
.contact-us-content .contact-us-item .title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(33 66 140 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
.contact-us-content .contact-us-item .title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }}
.contact-us-content .contact-us-item .info {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
}
.contact-us-content .contact-us-item .info > :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)));
}
.contact-us-content .contact-us-item .info .icon {
  display: flex;
  min-height: 40px;
  min-width: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(33 66 140 / var(--tw-bg-opacity));
}
.contact-us-content .contact-us-item .info .icon img {
  width: 1.25rem;
}
.contact-us-content .contact-us-item .info .text {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
.contact-us-content .contact-us-item .info .text {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }}
.contact-us-title {
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  margin-top: 152px;
  text-align: center;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
.contact-us-title {
    max-width: 520px;
  }}
.contact-us-form {
  margin-left: auto;
  margin-right: auto;
  margin-top: -359px;
  max-width: 960px;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 30px;
  --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);
}
@media (min-width: 640px) {
.contact-us-form {
    padding-left: 60px;
    padding-right: 60px;
  }}
@media (min-width: 768px) {
.contact-us-form {
    padding-left: 120px;
    padding-right: 120px;
    padding-top: 72px;
    padding-bottom: 72px;
  }}
.contact-us-form .title {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(89 89 89 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
.contact-us-form .title {
    font-size: 46px;
    line-height: 54px;
  }
        }
.contact-us-form .description {
  margin-bottom: 2.5rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(140 140 140 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
.contact-us-form .description {
    font-size: 1.5rem;
    line-height: 2rem;
  }
        }
.contact-us-form .contact-us-fields > :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));
}
.contact-us-form .contact-us-fields input {
  width: 100%;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.contact-us-form .contact-us-fields input::-moz-placeholder {
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(191 191 191 / var(--tw-text-opacity));
}
.contact-us-form .contact-us-fields input::placeholder {
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(191 191 191 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
.contact-us-form .contact-us-fields input {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 1.5rem;
    line-height: 2rem;
  }
.contact-us-form .contact-us-fields input::-moz-placeholder {
    font-size: 1.5rem;
    line-height: 2rem;
  }
.contact-us-form .contact-us-fields input::placeholder {
    font-size: 1.5rem;
    line-height: 2rem;
  }}
.contact-us-form .contact-us-fields textarea {
  height: 267px;
  width: 100%;
  resize: none;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  padding: 1.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
}
.contact-us-form .contact-us-fields textarea::-moz-placeholder {
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(191 191 191 / var(--tw-text-opacity));
}
.contact-us-form .contact-us-fields textarea::placeholder {
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(191 191 191 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
.contact-us-form .contact-us-fields textarea {
    padding: 1.25rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
.contact-us-form .contact-us-fields textarea::-moz-placeholder {
    font-size: 1.5rem;
    line-height: 2rem;
  }
.contact-us-form .contact-us-fields textarea::placeholder {
    font-size: 1.5rem;
    line-height: 2rem;
  }}
.contact-us-left-vector,
.contact-us-right-vector {
  display: none;
}
@media (min-width: 1024px) {
.contact-us-left-vector,
.contact-us-right-vector {
    display: block;
  }
    }
.contact-us-left-vector {
  position: absolute;
  top: 119px;
  left: 0px;
}
.contact-us-right-vector {
  position: absolute;
  top: 316px;
  right: 0px;
}
.footer {
  --tw-bg-opacity: 1;
  background-color: rgb(33 66 140 / var(--tw-bg-opacity));
}
@media (min-width: 1024px) {
.footer {
    padding-bottom: 60px;
    padding-top: 60px;
  }}
.footer .logo {
  display: flex;
  justify-content: center;
}
.footer .logo img {
  width: 138px;
}
.footer .footer-list {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(2, max-content);
  justify-content: center;
  row-gap: 1.5rem;
  -moz-column-gap: 20px;
       column-gap: 20px;
  opacity: 0.8;
}
@media (min-width: 640px) {
.footer .footer-list {
    grid-template-columns: repeat(4, max-content);
  }}
@media (min-width: 1280px) {
.footer .footer-list {
    margin-top: 1rem;
    display: flex;
    align-items: center;
  }
.footer .footer-list > :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)));
  }
        }
.footer .footer-list li {
            margin-left: 0 !important;
        }
.footer .footer-list a {
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.footer .footer-list a:hover {
  --tw-text-opacity: 1;
  color: rgb(91 151 223 / var(--tw-text-opacity));
}
.footer .footer-list a:active {
  --tw-text-opacity: 1;
  color: rgb(50 93 187 / var(--tw-text-opacity));
}
.footer .copy-right {
  margin-top: 1.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.footer .copy-right > p {
  font-size: 12px;
  line-height: 1.25rem;
  color: rgb(255 255 255 / 0.6);
}
.footer .copy-right .terms-and-policy {
  display: flex;
  align-items: center;
}
.footer .copy-right .terms-and-policy > :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)));
}
.footer .copy-right .terms-and-policy a {
  font-size: 12px;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.footer .copy-right .terms-and-policy a:hover {
  --tw-text-opacity: 1;
  color: rgb(91 151 223 / var(--tw-text-opacity));
}
.footer .copy-right .terms-and-policy a:active {
  --tw-text-opacity: 1;
  color: rgb(50 93 187 / var(--tw-text-opacity));
}
.home-about-us-vector-transparent {
  position: absolute;
  top: -297px;
  left: 0px;
  display: none;
  opacity: 0.2;
}
@media (min-width: 1024px) {
.home-about-us-vector-transparent {
    display: block;
  }
    }
.home-about-us-vector {
  position: absolute;
  bottom: -200px;
  left: 0px;
  display: none;
}
@media (min-width: 1024px) {
.home-about-us-vector {
    display: block;
  }
    }
@media (min-width: 1280px) {
.home-about-us-vector {
    z-index: 30;
  }}
.home-cards-contaner {
  margin-top: 56px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
    gap: 24px;
}
@media (min-width: 1024px) {
.home-cards-contaner {
    flex-wrap: nowrap;
    justify-content: space-around;
  }
.home-cards-contaner > :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)));
  }
.home-cards-contaner {
        gap: 0;
}
    }
.our-team-info {
  --tw-bg-opacity: 1;
  background-color: rgb(33 66 140 / var(--tw-bg-opacity));
  padding-top: 65px;
  padding-bottom: 65px;
}
.our-team-info .our-team-info-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}
@media (min-width: 1280px) {
.our-team-info .our-team-info-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
        }
.our-team-info .our-team-info-item {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 640px) {
.our-team-info .our-team-info-item {
    flex-direction: row;
  }
.our-team-info .our-team-info-item > :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)));
  }}
.our-team-info .our-team-info-item .head {
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.our-team-info .our-team-info-item .text {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
.our-team-info .our-team-info-item .text {
    text-align: left;
  }}
@media (min-width: 768px) {
.our-team-info .our-team-info-item .text {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }}
.our-team-info .our-team-info-item .text span {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
@media (min-width: 768px) {
.our-team-info .our-team-info-item .text span {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }}
.our-team-info .our-team-info-item:nth-of-type(1) {
  max-width: 245px;
}
.our-team-info .our-team-info-item:nth-of-type(2) {
  max-width: 235px;
}
.home-services-container {
  position: relative;
  overflow: hidden;
}
.home-services-container .home-services-effect {
  position: absolute;
  top: -200px;
  right: 0px;
  display: none;
}
@media (min-width: 768px) {
.home-services-container .home-services-effect {
    display: block;
  }
        }
.home-services-container .home-services {
  margin-top: 72px;
}
.home-services-container .home-services > :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));
}
.home-services-container .home-services .home-services-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.25rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 640px) {
.home-services-container .home-services .home-services-item {
    flex-direction: row;
    background-color: transparent;
    padding: 0px;
    --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);
  }}
.home-services-container .home-services .home-services-item .icon {
  min-width: 200px;
  max-width: 200px;
}
.home-services-container .home-services .home-services-item .content {
  flex-grow: 1;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 640px) {
.home-services-container .home-services .home-services-item .content {
    margin-left: 54px;
    margin-right: 54px;
    border-left-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    padding-left: 54px;
  }}
.home-services-container .home-services .home-services-item .content .title {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(33 66 140 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
.home-services-container .home-services .home-services-item .content .title {
    text-align: left;
  }}
.home-services-container .home-services .home-services-item .content .description {
  margin-top: 0.75rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(140 140 140 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
.home-services-container .home-services .home-services-item .content .description {
    text-align: left;
    font-size: 1rem;
    line-height: 1.5rem;
  }}
.home-services-container .home-services .services-button {
  white-space: nowrap;
  border-radius: 20px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(33 66 140 / var(--tw-bg-opacity));
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.home-services-container .home-services .services-button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(243 127 32 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 127 32 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.home-work-of-doctors-vector {
  position: absolute;
  top: 0px;
  right: 0px;
  display: none;
  opacity: 0.2;
}
@media (min-width: 768px) {
.home-work-of-doctors-vector {
    display: block;
  }}
.language-input {
  margin-left: 1.25rem;
}
.our-mission-content {
  position: relative;
  margin-top: 72px;
  display: flex;
  align-items: center;
}
@media (min-width: 1500px) {
.our-mission-content {
    display: block;
  }
    }
.our-mission-content .our-mission-image {
  position: relative;
  display: none;
  width: 50%;
  padding-top: 45.467%;
}
@media (min-width: 768px) {
.our-mission-content .our-mission-image {
    display: block;
  }
        }
.our-mission-content .our-mission-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  --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));
  -o-object-fit: cover;
     object-fit: cover;
}
.our-mission-content .black-box-content {
  position: static;
  width: 100%;
  max-width: none;
}
@media (min-width: 1500px) {
.our-mission-content .black-box-content {
    position: absolute;
    top: 50%;
    left: 46%;
    max-width: 800px;
    --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));
  }
        }
.our-mission-content .black-box {
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding: 2.5rem;
}
@media (min-width: 1024px) {
.our-mission-content .black-box {
    padding: 60px;
  }}
.our-mission-content .black-box .title {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.our-mission-content .black-box .description {
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
.our-mission-content .black-box .description {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }}
@media (min-width: 1280px) {
.our-mission-content .black-box .description {
    font-size: 1.5rem;
    line-height: 2rem;
  }}
.foundation {
  margin-left: auto;
  margin-right: auto;
  margin-top: 56px;
  max-width: 920px;
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(89 89 89 / var(--tw-text-opacity));
}
.section-bg-image {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  --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));
  -o-object-fit: cover;
     object-fit: cover;
}
.our-history-container {
  display: flex;
  justify-content: flex-end;
}
.our-history-container .our-history-content {
  width: 100%;
  max-width: 800px;
  border-radius: 1.5rem;
  --tw-bg-opacity: .6;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding: 2rem;
}
@media (min-width: 640px) {
.our-history-container .our-history-content {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 60px;
    padding-right: 60px;
  }}
.our-history-container .our-history-content .title {
  margin-bottom: 2rem;
  font-size: 38px;
  font-weight: 700;
  line-height: 46px;
  --tw-text-opacity: .6;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.history-slider .year {
  margin-bottom: 0.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(243 127 32 / var(--tw-text-opacity));
}
.history-slider .slider-title {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.history-slider .slider-description {
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
.history-slider .slider-description {
    margin-bottom: 2.5rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }}
.history-slider .small-description {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
.history-slider .small-description {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }}
.supporters-slider-content {
  margin-left: auto;
  margin-right: auto;
  margin-top: 72px;
  display: flex;
  max-width: 800px;
}
@media (min-width: 1024px) {
.supporters-slider-content > :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)));
  }}
.supporters-slider-content .supporters-image {
  position: relative;
  height: 600px;
  min-width: 638px;
  overflow: hidden;
  display: none;
}
@media (min-width: 1024px) {
.supporters-slider-content .supporters-image {
    display: block;
  }}
.supporters-slider-content .supporters-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  --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));
  -o-object-fit: cover;
     object-fit: cover;
}
.supporters-slider-content .description {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(89 89 89 / var(--tw-text-opacity));
}
@media (min-width: 1280px) {
.supporters-slider-content .description {
    font-size: 1.5rem;
    line-height: 2rem;
  }
        }
@media (min-width: 1500px) {
.supporters-slider-content .description {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
        }
.supporters-slider-content .name {
  margin-top: 2.5rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(89 89 89 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
.supporters-slider-content .name {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }}
@media (min-width: 1280px) {
.supporters-slider-content .name {
    margin-top: 80px;
  }
        }
.supporters-slider-content .position {
  margin-top: 0.5rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(191 191 191 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
.supporters-slider-content .position {
    font-size: 1.5rem;
    line-height: 2rem;
  }}
.supporters-slider-content .supporters-slider-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
.supporters-slider-content .supporters-slider-wrapper::before {
  position: absolute;
  top: 0px;
  left: 50%;
  --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));
  font-size: 90px;
  line-height: 1;
  --tw-content: '“';
  content: var(--tw-content);
}
.services-content {
  margin-top: 72px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media (min-width: 1024px) {
.services-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}
.services-content .services-item {
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 640px) {
.services-content .services-item {
    padding-top: 72px;
    padding-bottom: 72px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
        }
.services-content .services-item img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -50px;
  margin-top: -80px;
}
.services-content .services-item .services-title {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(89 89 89 / var(--tw-text-opacity));
}
@media (min-width: 1280px) {
.services-content .services-item .services-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }}
.services-content .services-item .services-description {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(140 140 140 / var(--tw-text-opacity));
}
@media (min-width: 1280px) {
.services-content .services-item .services-description {
    font-size: 1.5rem;
    line-height: 2rem;
  }}
.services-content .services-read-more {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 127 32 / var(--tw-bg-opacity));
  padding-top: 72px;
  padding-bottom: 72px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.services-content .services-read-more .read-more-vector {
  pointer-events: none;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.services-content .services-read-more .read-more-subtitle {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.services-content .services-read-more .read-more-title {
  margin-bottom: 2rem;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 60px;
  color: rgb(255 255 255 / 0.6);
}
@media (min-width: 1280px) {
.services-content .services-read-more .read-more-title {
    font-size: 70px;
    line-height: 80px;
  }}
@media (min-width: 1500px) {
.services-content .services-read-more .read-more-title {
    font-size: 96px;
    line-height: 104px;
  }}
.services-single-vector {
  position: absolute;
  bottom: -136px;
  left: 0px;
  display: none;
  opacity: 0.2;
}
@media (min-width: 768px) {
.services-single-vector {
    display: block;
  }}
.article {
  padding-bottom: 0px;
}
@media (min-width: 1024px) {
.article .section-info .section-title,
        .article .section-info .section-description {
    max-width: 467px;
  }}
.article .description,
    .article .second-description {
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.article .description {
  margin-top: 56px;
  --tw-text-opacity: 1;
  color: rgb(89 89 89 / var(--tw-text-opacity));
}
.article .second-description {
  margin-top: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(140 140 140 / var(--tw-text-opacity));
}
.article .container {
  max-width: 960px;
}
.article .article-vector-first,
    .article .article-vector-second {
  display: none;
}
@media (min-width: 1024px) {
.article .article-vector-first,
    .article .article-vector-second {
    display: block;
  }}
.article .article-vector-first {
  position: absolute;
  bottom: -316px;
  left: 0px;
}
.article .article-vector-second {
  position: absolute;
  top: -357px;
  right: 0px;
}
.gallery-container {
  margin-top: 72px;
  margin-bottom: 88px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1.5rem;
}
.gallery-container .image-text {
  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));
  font-size: 200px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
  opacity: 0.7;
}
.gallery-container .gallery-item {
  position: relative;
  grid-column: span 6 / span 6;
  width: 100%;
  overflow: hidden;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity));
  padding-top: 120%;
}
@media (min-width: 640px) {
.gallery-container .gallery-item:nth-child(1),
        .gallery-container .gallery-item:nth-child(2),
        .gallery-container .gallery-item:nth-child(3) {
    padding-top: 131.41%;
  }
.gallery-container .gallery-item:nth-child(1),
        .gallery-container .gallery-item:nth-child(2),
        .gallery-container .gallery-item:nth-child(3),
        .gallery-container .gallery-item:nth-child(7),
        .gallery-container .gallery-item:nth-child(8),
        .gallery-container .gallery-item:nth-child(9) {
    grid-column: span 2 / span 2;
  }
.gallery-container .gallery-item:nth-child(4) {
    grid-column: span 6 / span 6;
    padding-top: 24.8%;
  }
.gallery-container .gallery-item:nth-child(7),
        .gallery-container .gallery-item:nth-child(8),
        .gallery-container .gallery-item:nth-child(9) {
    padding-top: 94.7%;
  }
.gallery-container .gallery-item:nth-child(5),
        .gallery-container .gallery-item:nth-child(6),
        .gallery-container .gallery-item:nth-child(10),
        .gallery-container .gallery-item:nth-child(11) {
    grid-column: span 3 / span 3;
    padding-top: 62.05%;
  }
            }
.gallery-container .gallery-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  --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));
  -o-object-fit: cover;
     object-fit: cover;
}
.team-slider {
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  width: 100%;
}
.team-container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media (min-width: 640px) {
.team-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}
@media (min-width: 768px) {
.team-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}
.team-item-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: minmax(30px, auto);
    grid-gap: 24px;
    margin-top: 24px;
}
@media (min-width: 768px) {
.team-item-container {
        grid-template-columns: repeat(2, minmax(300px, 1fr));
}
    }
@media (min-width: 1024px) {
.team-item-container {
        grid-template-columns: repeat(3, minmax(300px, 1fr));
}
    }
.team-item {
  height: 100%;
  border-radius: 1.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(243 127 32 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
}
.team-item .team-image {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 1.5rem;
  padding-top: 65.2%;
}
.team-item .team-image 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));
}
.team-item .member-name {
  margin-top: 1.5rem;
  margin-bottom: 0.25rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}
.team-item .member-profesion {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(50 93 187 / var(--tw-text-opacity));
}
.team-item .description {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(140 140 140 / var(--tw-text-opacity));
}
.team-vector-left {
  position: absolute;
  left: 0px;
  bottom: -140px;
  display: none;
}
@media (min-width: 1024px) {
.team-vector-left {
    display: block;
  }}
.team-vector-right {
  position: absolute;
  right: 0px;
  top: 0px;
  display: none;
}
@media (min-width: 1024px) {
.team-vector-right {
    display: block;
  }}
.privacy-policy-article {
  width: 100%;
}
@media (min-width: 1024px) {
.privacy-policy-article {
    width: 70%;
  }
    }
.privacy-policy-article:first-child {
  margin-bottom: 100px;
}
.privacy-policy-article.right {
  margin-left: auto;
}
.privacy-policy-article .title {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(89 89 89 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
.privacy-policy-article .title {
    text-align: left;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }}
.privacy-policy-article .description {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (min-width: 1024px) {
.privacy-policy-article .description {
    text-align: left;
    font-size: 1.5rem;
    line-height: 2rem;
  }}
.privacy-policy-vector-right {
  position: absolute;
  top: 0px;
  right: 0px;
  display: none;
}
@media (min-width: 1024px) {
.privacy-policy-vector-right {
    display: block;
  }
    }
.privacy-policy-vector-left {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: none;
}
@media (min-width: 1024px) {
.privacy-policy-vector-left {
    display: block;
  }
    }
.team-of-use ul, .privacy-policy ul {
        list-style: disc;
    }
.meetings-and-events-content {
  margin-left: auto;
  margin-right: auto;
  margin-top: 72px;
  display: grid;
  max-width: 480px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1024px) {
.meetings-and-events-content {
    max-width: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    flex-direction: row;
  }}
.meetings-and-events-content .info {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(91 151 223 / var(--tw-bg-opacity));
  padding-top: 72px;
  padding-bottom: 72px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.meetings-and-events-content .info .info-vector {
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.meetings-and-events-content .info .title {
  margin-bottom: 1rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1280px) {
.meetings-and-events-content .info .title {
    font-size: 46px;
    line-height: 54px;
  }}
.meetings-and-events-content .info .description {
  margin-bottom: 2rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}
@media (min-width: 1280px) {
.meetings-and-events-content .info .description {
    font-size: 1.5rem;
    line-height: 2rem;
  }}
.meetings-and-events-content .image {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 1.5rem;
  padding-top: 100%;
}
@media (min-width: 1024px) {
.meetings-and-events-content .image {
    padding-top: 45.597%;
  }}
.meetings-and-events-content .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  --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));
  -o-object-fit: cover;
     object-fit: cover;
}
.events .info {
  --tw-bg-opacity: 1;
  background-color: rgb(50 93 187 / var(--tw-bg-opacity));
}
.meetings .meetings-and-events-content {
  flex-direction: column-reverse;
}
.meetings .meetings-and-events-content > :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));
}
@media (min-width: 1024px) {
.meetings .meetings-and-events-content {
    flex-direction: row;
  }}
.meetings .image {
  margin-bottom: 1.5rem !important;
}
@media (min-width: 1024px) {

  .meetings .image {
    margin-bottom: 0px !important;
  }
}
.schedule-slider {
  margin-top: 72px;
}
.schedule-slide .card-outlined {
  max-width: 100%;
}
.main-section {
  position: relative;
  height: 100vh;
  min-height: 718px;
  padding-top: 114px;
}
@media (min-width: 768px) {
.main-section {
    height: auto;
  }}
.main-section .main-section-vector {
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: none;
}
@media (min-width: 640px) {
.main-section .main-section-vector {
    display: block;
  }}
.main-section .main-section-info {
  position: absolute;
  top: 50%;
  margin-top: 0px;
  --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));
  text-align: center;
}
@media (min-width: 768px) {
.main-section .main-section-info {
    position: static;
    margin-top: 152px;
    --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));
    padding-bottom: 237px;
    text-align: left;
  }
        }
.main-section .main-section-info {
  position: relative;
  z-index: 20;
}
.main-section .main-section-info .title {
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
.main-section .main-section-info .title {
    text-align: left;
  }
            }
@media (min-width: 768px) {
.main-section .main-section-info .title {
    font-size: 40px;
    line-height: 50px;
  }}
@media (min-width: 1024px) {
.main-section .main-section-info .title {
                @applt max-w-[800px] text-left
            ;
        }}
.main-section .main-section-info .description {
  margin-top: 1.5rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
.main-section .main-section-info .description {
    text-align: left;
  }
            }
@media (min-width: 768px) {
.main-section .main-section-info .description {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }}
@media (min-width: 1024px) {
.main-section .main-section-info .description {
    max-width: 800px;
    text-align: left;
  }
            }
.main-section .main-section-info .small-description {
  margin-top: 1rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
.main-section .main-section-info .small-description {
    text-align: left;
  }
            }
@media (min-width: 1024px) {
.main-section .main-section-info .small-description {
    max-width: 800px;
  }
            }
.main-section .main-section-info .button {
  margin-top: 3rem;
}
@media (min-width: 1024px) {
.main-section.home-screen {
    min-height: calc(982px - 114px);
  }
.main-section.home-screen .main-section-info {
    margin-top: 221px;
    padding-bottom: 299px;
  }
.main-section.home-screen .main-section-info .title {
    max-width: 800px;
  }
        }
.main-section .main-section-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  --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));
  -o-object-fit: cover;
     object-fit: cover;
}
.home-vector {
  position: absolute;
  bottom: -232px;
  right: 0px;
  display: none;
  opacity: 0.3;
}
@media (min-width: 1024px) {
.home-vector {
    display: block;
  }
    }
@media (min-width: 1280px) {
.home-vector {
    opacity: 1;
  }}
.images-with-icon {
  position: relative;
  margin-top: 72px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
.images-with-icon {
    flex-direction: row;
  }
.images-with-icon > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10.219% * var(--tw-space-x-reverse));
    margin-left: calc(10.219% * calc(1 - var(--tw-space-x-reverse)));
  }}
.images-with-icon .images-logo {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  height: calc(100% + 2px);
  width: 100%;
  max-width: 320px;
}
@media (min-width: 768px) {
.images-with-icon .images-logo {
            margin: 0 !important;
            position: absolute;
            left: 50%;
            top: 0px;
            z-index: 10;
            max-width: initial;
            --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));
    }
        }
.images-with-icon .images-container {
  display: flex;
  flex-grow: 1;
}
.images-with-icon .images-container > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(5% * var(--tw-space-x-reverse));
  margin-left: calc(5% * calc(1 - var(--tw-space-x-reverse)));
}
.images-with-icon .images-container .images-item {
  flex-grow: 1;
}
.images-with-icon .images-container .images-item > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(9.55% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(9.55% * var(--tw-space-y-reverse));
}
.images-with-icon .images-container .images-item .image-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 24px;
}
.images-with-icon .images-container .images-item .image-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  --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));
  -o-object-fit: cover;
     object-fit: cover;
}
.images-with-icon .images-container .images-item .image-wrapper.image-1 {
  padding-top: 66.144%;
}
.images-with-icon .images-container .images-item .image-wrapper.image-2 {
  padding-top: 85.04%;
}
.images-with-icon .images-container .images-item .image-wrapper.image-3 {
  padding-top: 85.04%;
}
.images-with-icon .images-container .images-item .image-wrapper.image-4 {
  padding-top: 66.144%;
}
.images-with-icon .images-container:last-child .images-item .image-wrapper.image-1 {
  padding-top: 103.938%;
}
.images-with-icon .images-container:last-child .images-item .image-wrapper.image-2 {
  margin-left: auto;
  padding-top: 47.245%;
}
.images-with-icon .images-container:last-child .images-item .image-wrapper.image-3 {
  padding-top: 161.007%;
}
.swiper {
  width: 100%;
  overflow: hidden;
}
.swiper-pagination {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
}
.swiper-pagination > :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)));
}
.swiper-pagination .swiper-pagination-bullet {
  margin-bottom: 0.5rem;
  display: block;
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity));
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
  background-color: rgb(50 93 187 / var(--tw-bg-opacity));
}
.swiper-pagination.sm > :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)));
}
.swiper-pagination.sm .swiper-pagination-bullet {
  height: 0.5rem;
  width: 0.5rem;
}
.swiper-pagination.center {
  justify-content: center;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .pagination-left-arrow,
    .pagination .pagination-right-arrow {
  cursor: pointer;
}
.pagination .pagination-left-arrow svg, .pagination .pagination-right-arrow svg {
  fill: #325DBB;
}
.pagination .pagination-left-arrow.disabled svg, .pagination .pagination-right-arrow.disabled svg {
  fill: #E8E8E8;
}
.pagination .pagination-left-arrow {
  margin-right: 1rem;
}
.pagination .pagination-right-arrow {
  margin-left: 1rem;
}
.pagination .pagination-item {
  cursor: pointer;
  border-radius: 4px;
  border-width: 1px;
  border-color: transparent;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(140 140 140 / var(--tw-text-opacity));
  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;
}
.pagination .pagination-item:hover {
  --tw-border-opacity: 1;
  border-color: rgb(50 93 187 / var(--tw-border-opacity));
}
@media (min-width: 768px) {
.pagination .pagination-item {
    font-size: 1.5rem;
    line-height: 2rem;
  }
        }
.pagination .pagination-item.active {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(50 93 187 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(50 93 187 / var(--tw-text-opacity));
}
/* @font-face {
    font-family: "Roboto";
    src: url('../fonts/Roboto-Bold.ttf');
    font-weight: 700;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Medium.ttf");
    font-weight: 500;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Regular.ttf");
    font-weight: 400;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Light.ttf");
    font-weight: 300;
} */
@media (min-width: 1024px) {

  .lg\:ml-10 {
    margin-left: 2.5rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:max-w-\[467px\] {
    max-width: 467px;
  }

  .lg\: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)));
  }

  .lg\:pb-\[206px\] {
    padding-bottom: 206px;
  }
}