/*
! tailwindcss v3.2.4 | 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.
5. Use the user's configured `sans` font-feature-settings 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 */
  font-feature-settings: normal; /* 5 */
}

/*
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;
}
    html {
       overflow-x: hidden;
       width: 100%;
    }
    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;
}
@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;
  }
}
.header-section {
  position: relative;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(238 251 255 / var(--tw-bg-opacity));
  padding-top: 130px;
}
.header-section.first-screen {
  overflow: visible;
}
.header-image {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 20;
  display: none;
  opacity: 0.7;
}
@media (min-width: 768px) {

  .header-image {
    width: 45%;
  }
}
@media (min-width: 1024px) {

  .header-image {
    display: block;
  }
}
@media (min-width: 1280px) {

    .header-image {
    opacity: 1;
  }
        }
@media (min-width: 1024px) {

    .header-image {
    width: 40%;
  }}
.header-image.about-us {
  width: 65%;
}
.info-with-big-image {
  padding-top: 35px;
  padding-bottom: 35px;
  text-align: center;
}
@media (min-width: 1024px) {
    .info-with-big-image {
    max-width: 600px;
    text-align: left;
  }}
@media (min-width: 1280px) {
    .info-with-big-image {
    padding-top: 180px;
    padding-bottom: 180px;
  }}
@media (min-width: 1500px) {
    .info-with-big-image {
    min-height: 1080px;
    padding-top: 350px;
    padding-bottom: 350px;
  }}
.info-with-big-image .info {
  position: relative;
  z-index: 20;
}
@media (min-width: 1024px) {
    
            .info-with-big-image .info .section-title {
    width: 422px;
  }
                }
.info-with-big-image .info .description {
  margin-top: 2.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
    
            .info-with-big-image .info .description {
    font-size: 24px;
    line-height: 32px;
  }
                }
.info-with-big-image img {
  position: absolute;
  top: 50%;
  right: 0px;
  display: none;
  height: calc(100% - 48px);
  max-height: 600px;
  --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));
}
@media (min-width: 1024px) {
    
        .info-with-big-image img {
    display: block;
  }}
.contact-us-content {
  position: relative;
  overflow: hidden;
  padding-top: 104px;
  padding-bottom: 226px;
}
.contact-us-content 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));
}
/* BUTTON FILLED */
.button-fill-xl {
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(10 157 211 / var(--tw-bg-opacity));
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --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;
}
.button-fill-xl:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(4 177 230 / var(--tw-bg-opacity));
}
.button-fill-xl:active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 142 194 / var(--tw-bg-opacity));
}
.button-fill-xl:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}
.button-fill-xl {
  display: inline-block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
}
/* BUTTON OUTLINED */
.button-outlined {
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(10 157 211 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(38 43 106 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.button-outlined:hover {
  --tw-border-opacity: 1;
  border-color: rgb(4 177 230 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(4 177 230 / var(--tw-text-opacity));
}
.button-outlined:active {
  --tw-border-opacity: 1;
  border-color: rgb(0 142 194 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 142 194 / var(--tw-text-opacity));
}
.button-outlined:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.button-outlined {
  margin-top: 2rem;
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
/* BUTTON PURPLE */
.button-purple {
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(57 37 109 / var(--tw-bg-opacity));
  --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;
}
.button-purple:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(46 21 112 / var(--tw-bg-opacity));
}
.button-purple:active {
  --tw-bg-opacity: 1;
  background-color: rgb(30 0 111 / var(--tw-bg-opacity));
}
.button-purple:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}
.button-purple {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
.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;
}
.white-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) { 

    .white-section {
    padding-top: 104px;
    padding-bottom: 104px;
  }
        }
.white-section .section-subtitle {
  margin-bottom: 0.25rem;
}
.pagination {
  margin-top: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination > :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)));
}
.pagination .pagination-item {
  display: flex;
  min-height: 30px;
  min-width: 30px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(10 157 211 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(89 89 89 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.pagination .pagination-item:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(10 157 211 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px) { 
    
        .pagination .pagination-item {
    min-height: 40px;
    min-width: 40px;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }}
.pagination .pagination-item .pagination-arrow {
  width: 0.5rem;
  fill: #0A9DD3;
  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 .pagination-arrow {
  fill: #fff;
}
.pagination .pagination-item.disabled {
  --tw-border-opacity: 1;
  border-color: rgb(191 191 191 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  fill: #BFBFBF;
  --tw-text-opacity: 1;
  color: rgb(191 191 191 / var(--tw-text-opacity));
}
.pagination .pagination-item.disabled .pagination-arrow {
  fill: #BFBFBF;
}
.pagination .pagination-item.active {
  --tw-bg-opacity: 1;
  background-color: rgb(10 157 211 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.our-team-section {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding-top: 104px;
  padding-bottom: 104px;
}
.our-team-section .background-effects {
  display: none;
}
@media (min-width: 1024px) {

        .our-team-section .background-effects {
    bottom: -300px !important;
    left: calc(100% - 600px) !important;
    top: unset !important;
    display: block !important;
  }
            }
.our-team-section.center {
  align-items: center;
}
@media (min-width: 1024px) {

    .our-team-section > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(120px * var(--tw-space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse)));
  }}
.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;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.top-\[unset\] {
  top: unset;
}
.bottom-\[48px\] {
  bottom: 48px;
}
.right-\[60px\] {
  right: 60px;
}
.top-0 {
  top: 0px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.z-30 {
  z-index: 30;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mt-\[80px\] {
  margin-top: 80px;
}
.mb-4 {
  margin-bottom: 1rem;
}
.ml-0 {
  margin-left: 0px;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.ml-auto {
  margin-left: auto;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.hidden {
  display: none;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-0 {
  height: 0px;
}
.h-10 {
  height: 2.5rem;
}
.h-\[calc\(100\%-1rem\)\] {
  height: calc(100% - 1rem);
}
.h-5 {
  height: 1.25rem;
}
.max-h-full {
  max-height: 100%;
}
.w-\[150px\] {
  width: 150px;
}
.w-8 {
  width: 2rem;
}
.w-10 {
  width: 2.5rem;
}
.w-5 {
  width: 1.25rem;
}
.w-full {
  width: 100%;
}
.w-40 {
  width: 10rem;
}
.max-w-\[566px\] {
  max-width: 566px;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-screen-xl {
  max-width: 1280px;
}
.cursor-pointer {
  cursor: pointer;
}
.flex-col {
  flex-direction: column;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-8 {
  gap: 2rem;
}
.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-4 > :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));
}
.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)));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.border-b {
  border-bottom-width: 1px;
}
.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 183 250 / var(--tw-bg-opacity));
}
.bg-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(38 43 106 / var(--tw-bg-opacity));
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(4 177 230 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-1 {
  padding: 0.25rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.pb-0 {
  padding-bottom: 0px;
}
.pt-0 {
  padding-top: 0px;
}
.text-left {
  text-align: left;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-light {
  font-weight: 300;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-80 {
  opacity: 0.8;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-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);
}
.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(77 207 255 / 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);
  }
    }
.header {
  position: absolute;
  left: 0px;
  top: 0px;
  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-item {
    margin-left: 1rem;
  }
        }
.menu-text {
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --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(10 157 211 / var(--tw-text-opacity));
}
.menu-text:active {
  --tw-text-opacity: 1;
  color: rgb(0 142 194 / var(--tw-text-opacity));
}
.menu-text:disabled {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .menu-text {
    --tw-text-opacity: 1;
    color: rgb(38 43 106 / 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: 213px;
  }}
.header-title {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(38 43 106 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
.header-title {
    font-size: 40px;
    line-height: 50px;
  }}
.langauge {
  position: relative;
}
@media (min-width: 1024px) {
.langauge {
    margin-left: 2.5rem;
  }}
.langauge .current-language {
  display: flex;
  cursor: pointer;
  align-items: center;
}
.langauge .current-language span {
  pointer-events: none;
  margin-right: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
.langauge .current-language span {
    --tw-text-opacity: 1;
    color: rgb(38 43 106 / var(--tw-text-opacity));
  }}
.langauge .current-language svg {
  pointer-events: none;
  fill: #fff;
}
@media (min-width: 1024px) {
.langauge .current-language svg {
    fill: #262B6A;
  }}
.langauge .language-options {
  position: absolute;
  top: calc(100% + 4px);
  right: -0.5rem;
  display: none;
  width: 88px;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(38 43 106 / var(--tw-bg-opacity));
}
.langauge .language-options.active {
  display: block;
}
.langauge .language-options .language-options-item {
  cursor: pointer;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 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;
}
.langauge .language-options .language-options-item:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 142 194 / var(--tw-bg-opacity));
}
.langauge .language-options .language-options-item:first-of-type {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 142 194 / var(--tw-border-opacity));
}
.langauge .language-options .language-options-item:last-child {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.langauge .language-options:after {
            content: '';
            position: absolute;
            top: -0.5rem;
            right: 9px;
            height: 0px;
            width: 0px;
            border-right-width: 7px;
            border-bottom-width: 8px;
            border-left-width: 7px;
            border-left-color: rgb(0 142 194 / 0);
            border-right-color: rgb(0 142 194 / 0);
            --tw-border-opacity: 1;
            border-bottom-color: rgb(38 43 106 / var(--tw-border-opacity))}
.footer-logo {
  display: none;
  --tw-bg-opacity: 1;
  background-color: rgb(4 177 230 / var(--tw-bg-opacity));
  padding-left: 72px;
  padding-right: 72px;
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (min-width: 1024px) {

  .footer-logo {
    display: block;
  }
}
.footer-content {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: flex-start;
  --tw-bg-opacity: 1;
  background-color: rgb(38 43 106 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 640px) {
.footer-content {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }}
@media (min-width: 768px) {
.footer-content {
    flex-direction: row;
  }}
@media (min-width: 1280px) {
.footer-content {
    padding-left: 157px;
    padding-bottom: 3rem;
    padding-top: 60px;
    padding-right: 71px;
  }}
.footer-list {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 0px;
       column-gap: 0px;
  row-gap: 1rem;
}
@media (min-width: 768px) {
.footer-list {
    width: auto;
    grid-template-columns: max-content max-content;
    -moz-column-gap: 100px;
         column-gap: 100px;
  }}
@media (min-width: 1024px) {
.footer-list {
    -moz-column-gap: 157px;
         column-gap: 157px;
  }}
.footer-list a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0.8;
  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;
}
.footer-list a:hover {
  --tw-text-opacity: 1;
  color: rgb(4 177 230 / var(--tw-text-opacity));
}
.footer-contactus-info {
  margin-top: 0.5rem;
  display: flex;
}
.footer-contactus-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)));
}
.footer-contactus-info li {
  display: flex;
  height: 40px;
  width: 40px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(4 177 230 / var(--tw-bg-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;
}
.footer-contactus-info li:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 142 194 / var(--tw-bg-opacity));
}
.policy-list {
  margin-top: 0.25rem;
  display: flex;
  flex-direction: column;
}
.policy-list a {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.policy-list a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 142 194 / var(--tw-text-opacity));
}
.language-input {
  margin-left: 1.25rem;
  cursor: pointer;
  background-color: transparent;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(38 43 106 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  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;
}
.language-input:hover {
  --tw-text-opacity: 1;
  color: rgb(0 142 194 / var(--tw-text-opacity));
}
.content-with-four-pice-of-images {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
@media (min-width: 1024px) {
.content-with-four-pice-of-images {
    flex-direction: row;
  }
.content-with-four-pice-of-images > :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)));
  }

        .content-with-four-pice-of-images.center {
    align-items: center;
  }
    }
.content-with-four-pice-of-images .info {
  width: auto;
}
@media (min-width: 640px) {
.content-with-four-pice-of-images .info {
    width: 636px;
  }
        }
.content-with-four-pice-of-images .section-title {
  width: auto;
}
.content-with-four-pice-of-images .subtitle {
  margin-bottom: 0.25rem;
}
.content-with-four-pice-of-images .blue-text {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(10 157 211 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
.content-with-four-pice-of-images .blue-text {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    font-size: 26px;
    line-height: 35px;
  }
        }
.content-with-four-pice-of-images img {
  margin-top: 2.5rem;
  margin-left: auto;
  width: 100%;
  max-width: 500px;
}
@media (min-width: 640px) {
.content-with-four-pice-of-images img {
    width: 400px;
  }}
@media (min-width: 1024px) {
.content-with-four-pice-of-images img {
    margin-top: 0px;
    width: auto;
  }
        }
.info-with-one-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1024px) {
.info-with-one-image {
    flex-direction: row;
  }
.info-with-one-image > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(140px * var(--tw-space-x-reverse));
    margin-left: calc(140px * calc(1 - var(--tw-space-x-reverse)));
  }

        .info-with-one-image.right {
    flex-direction: row-reverse;
  }

            .info-with-one-image.right .info {
    margin-right: 140px;
    margin-left: 0px;
  }
    }
.info-with-one-image img {
  margin-left: auto;
  margin-top: 2.5rem;
  width: 100%;
  max-width: 540px;
}
@media (min-width: 640px) {
.info-with-one-image img {
    width: 400px;
  }
        }
@media (min-width: 1280px) {
.info-with-one-image img {
    margin-left: 0px;
    margin-top: 0px;
    width: auto;
  }}
.info-with-one-image .description {
  margin-top: 1rem;
}
.contact-us {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 104px;
  padding-bottom: 104px;
}
@media (min-width: 1500px) {
.contact-us {
    flex-direction: row;
    align-items: center;
  }}
.contact-us .info {
  max-width: 636px;
}
.contact-us .info .description {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(140 140 140 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
.contact-us .info .description {
    font-size: 30px;
    line-height: 38px;
  }}
.contact-us .contact-list {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media (min-width: 1024px) {
.contact-us .contact-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
        }
@media (min-width: 1500px) {
.contact-us .contact-list {
    margin-top: 0px;
  }
        }
.contact-us .contact-list li {
  border-radius: 15px;
  --tw-bg-opacity: 1;
  background-color: rgb(1 191 243 / var(--tw-bg-opacity));
  padding: 30px;
}
@media (min-width: 768px) {
.contact-us .contact-list li {
    padding-left: 30px;
    padding-bottom: 67px;
    padding-right: 25px;
    padding-top: 38px;
  }
            }
.contact-us .contact-list li:nth-child(1),
            .contact-us .contact-list li:nth-child(4) {
  background-color: rgb(1 191 243 / 0.1);
}
.contact-us .contact-list li:nth-child(2) {
  background-color: rgb(1 191 243 / 0.3);
}
.contact-us .contact-list li:nth-child(3) {
  background-color: rgb(1 191 243 / 15%);
}
.contact-us .contact-list li .contact-info-icon {
  display: flex;
  height: 2.5rem;
  min-width: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 183 250 / var(--tw-bg-opacity));
}
.contact-us .contact-list li .contact-title {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  color: rgb(38 43 106 / 0.5);
}
@media (min-width: 768px) {
.contact-us .contact-list li .contact-title {
    font-size: 38px;
    line-height: 46px;
  }}
.contact-us .contact-list li .contact-info-text {
                /*@apply truncate;*/
            }
.news {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 1500px) {
.news {
    flex-direction: row;
    align-items: center;
  }}
.news .info {
  max-width: 636px;
}
.news .info .description {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(140 140 140 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
.news .info .description {
    font-size: 30px;
    line-height: 38px;
  }}
.news .news-list {
  margin-top: 2.5rem;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media (min-width: 1024px) {
.news .news-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
        }
@media (min-width: 1500px) {
.news .news-list {
    margin-top: 0px;
  }
        }
.news .news-list li {
  border-radius: 15px;
  --tw-bg-opacity: 1;
  background-color: rgb(1 191 243 / var(--tw-bg-opacity));
  padding: 30px;
}
@media (min-width: 768px) {
.news .news-list li {
    padding-left: 30px;
    padding-bottom: 67px;
    padding-right: 25px;
    padding-top: 38px;
  }
            }
.news .news-list li:nth-child(1),
            .news .news-list li:nth-child(4) {
  background-color: rgb(1 191 243 / 0.1);
}
.news .news-list li:nth-child(2) {
  background-color: rgb(1 191 243 / 0.3);
}
.news .news-list li .news-info-icon {
  display: flex;
  height: 2.5rem;
  min-width: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 183 250 / var(--tw-bg-opacity));
}
.news .news-list li .news-title {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  color: rgb(38 43 106 / 0.5);
}
@media (min-width: 768px) {
.news .news-list li .news-title {
    font-size: 38px;
    line-height: 46px;
  }}
.news .news-list li .news-info-text {
                /*@apply truncate;*/
            }
.statement {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.statement > div:first-child {
  margin-bottom: 2.5rem;
  margin-right: 0px;
}
@media (min-width: 1024px) {
.statement > div:first-child {
    margin-bottom: 0px;
    margin-right: 1.25rem;
  }
        }
.statement .statement-content {
  margin-top: 1rem;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 1.5rem;
}
@media (min-width: 768px) {
.statement .statement-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}
@media (min-width: 1024px) {
.statement .statement-content {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}
.swiper.feedback-slider {
  padding-left: 50px;
}
@media (min-width: 1280px) {
.swiper.feedback-slider {
    padding-left: 118px;
  }
    }
.swiper.feedback-slider .swiper-slide {
  padding-right: 50px;
}
@media (min-width: 1280px) {
.swiper.feedback-slider .swiper-slide {
    padding-right: 83px;
  }
        }
.services-content {
  --tw-bg-opacity: 1;
  background-color: rgb(238 251 255 / var(--tw-bg-opacity));
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
.services-content {
    padding-top: 104px;
    padding-bottom: 104px;
  }}
.services-content .services-cards {
  margin-top: 72px;
}
.services-content .services-cards > :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));
}
.services-content .services-cards .services-card-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(88 198 239 / var(--tw-bg-opacity));
  padding: 1.25rem;
  padding-top: 280px;
}
.services-content .services-cards .services-card-item .services-card-item-image {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 280px;
  width: 100%;
}
@media (min-width: 640px) {
.services-content .services-cards .services-card-item .services-card-item-image {
    right: 0px;
    height: 100%;
    width: 280px;
    --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));
  }}
@media (min-width: 1024px) {
.services-content .services-cards .services-card-item .services-card-item-image {
    width: 380px;
  }}
.services-content .services-cards .services-card-item .services-card-item-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 640px) {
.services-content .services-cards .services-card-item {
    padding: 1.25rem;
    padding-right: 280px;
  }}
@media (min-width: 1024px) {
.services-content .services-cards .services-card-item {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 380px;
  }}
@media (min-width: 1280px) {
.services-content .services-cards .services-card-item:nth-child(odd) {
    margin-right: 30%;
  }
.services-content .services-cards .services-card-item:nth-child(even) {
    margin-left: 30%;
  }
             }
.services-content .services-cards .services-card-item:nth-child(2) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 142 194 / var(--tw-bg-opacity));
}
.services-content .services-cards .services-card-item:nth-child(3) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 183 250 / var(--tw-bg-opacity));
}
.services-content .services-cards .services-card-item:nth-child(4) {
  --tw-bg-opacity: 1;
  background-color: rgb(77 207 255 / var(--tw-bg-opacity));
}
.services-content .services-cards .services-card-item .title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
.services-content .services-cards .services-card-item .title {
    font-size: 24px;
    line-height: 28px;
  }}
.services-content .services-cards .services-card-item .description {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: rgb(255 255 255 / 0.8);
}
@media (min-width: 640px) {
.services-content .services-cards .services-card-item .description {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }}
.services-content .services-cards .services-card-item .card-background-image {
  position: absolute;
  bottom: 0px;
  right: 0px;
  --tw-translate-y: -50%;
  --tw-scale-x: 4;
  --tw-scale-y: 4;
  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.2;
}
.single-services-content {
  position: relative;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(238 251 255 / var(--tw-bg-opacity));
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 1280px) {
.single-services-content {
    padding-top: 224px;
    padding-bottom: 294px;
  }}
.single-services-content .wrapper {
  position: relative;
  z-index: 10;
  max-width: 609px;
}
.single-services-content .single-services-text {
  margin-top: 1.5rem;
}
.single-services-content .single-services-text > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.single-services-content .single-services-text p {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 768px) {
.single-services-content .single-services-text p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
            }
.single-services-content .single-services-image {
  margin-left: 1rem;
  max-width: 500px;
}
.single-services-content .single-services-content-background {
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: none;
  width: 40%;
}
@media (min-width: 1024px) {
.single-services-content .single-services-content-background {
    display: block;
  }
        }
@media (min-width: 1280px) {
.single-services-content .single-services-content-background {
    width: auto;
  }}
.gallery-content {
  --tw-bg-opacity: 1;
  background-color: rgb(238 251 255 / var(--tw-bg-opacity));
  padding-top: 50px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
.gallery-content {
    padding-top: 104px;
    padding-bottom: 71px;
  }}
.gallery-content .galleries {
  margin-top: 72px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}
@media (min-width: 640px) {
.gallery-content .galleries {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }}
@media (min-width: 1024px) {
.gallery-content .galleries {
    gap: 1.5rem;
  }}
.gallery-content .galleries .galleries-item {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 1rem;
  padding-top: 90%;
}
.gallery-content .galleries .galleries-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  --tw-translate-y: -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));
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 640px) {
.gallery-content .galleries .galleries-item:first-of-type {
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
  }
.gallery-content .galleries .galleries-item:nth-last-child(3) {
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
  }
                }
.team-content {
  margin-top: 72px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 640px) {
.team-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}
@media (min-width: 768px) {
.team-content {
    display: block;
  }}
.team-content .team-item {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
.team-content .team-item {
    flex-direction: row;
  }
.team-content .team-item:nth-child(even) {
    flex-direction: row-reverse;
  }}
.team-content .team-item .member-photo {
  position: relative;
  overflow: hidden;
  padding-top: 90%;
}
@media (min-width: 768px) {
.team-content .team-item .member-photo {
    width: 50%;
    padding-top: 43%;
  }}
.team-content .team-item .member-photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  --tw-translate-y: -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));
  -o-object-fit: cover;
     object-fit: cover;
}
.team-content .team-item .member-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  position: relative;
    background: linear-gradient(77.74deg, #00BEF2 10.2%, #262261 95.53%);
}
@media (min-width: 768px) {
.team-content .team-item .member-info {
    width: 50%;
  }}
@media (min-width: 1024px) {
.team-content .team-item .member-info {
    padding: 60px;
  }}
.team-content .team-item .member-info .title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
.team-content .team-item .member-info .title {
    font-size: 38px;
    line-height: 46px;
  }}
.team-content .team-item .member-info .subtitle {
  margin-top: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
.team-content .team-item .member-info .subtitle {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }}
.team-content .team-item .member-info .description {
  margin-top: 2.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: rgb(255 255 255 / 0.8);
}
@media (min-width: 1024px) {
.team-content .team-item .member-info .description {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }}
.team-content .team-item .member-info .member-cv {
  margin-top: 1.5rem;
}
.team-content .team-item .member-info .member-cv img {
  width: 40px;
}
.contact-us-wrapper {
  position: relative;
  z-index: 10;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 640px) {
.contact-us-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
  }}
@media (min-width: 1024px) {
.contact-us-wrapper {
    padding-top: 72px;
    padding-bottom: 72px;
    padding-left: 118px;
    padding-right: 118px;
  }}
.contact-us-wrapper .title {
  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: 768px) {
.contact-us-wrapper .title {
    font-size: 46px;
    line-height: 54px;
  }}
.contact-us-wrapper .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) {
.contact-us-wrapper .description {
    font-size: 1.5rem;
    line-height: 2rem;
  }}
.contact-us-wrapper .contact-us-form {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media (min-width: 640px) {
.contact-us-wrapper .contact-us-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}
.contact-us-wrapper .contact-us-form input {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(89 89 89 / var(--tw-border-opacity));
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 1rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.contact-us-wrapper .contact-us-form textarea {
  height: 150px;
  resize: none;
  border-radius: 4px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(140 140 140 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  padding: 1.5rem;
}
@media (min-width: 640px) {
.contact-us-wrapper .contact-us-form textarea {
    grid-column: span 2 / span 2;
  }}
.contact-us-wrapper .contact-us-form .button-wrapper {
  display: flex;
  justify-content: center;
}
@media (min-width: 640px) {
.contact-us-wrapper .contact-us-form .button-wrapper {
    grid-column: span 2 / span 2;
  }}
.terms-content {
  position: relative;
}
.terms-content:first-child {
  margin-bottom: 104px;
}
.terms-content .terms-content-wrapper .title {
  margin-bottom: 1rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(89 89 89 / var(--tw-text-opacity));
}
.terms-content .terms-content-wrapper .article {
  margin-bottom: 104px;
}
.terms-content .terms-content-wrapper .article > :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));
}
.terms-content .terms-content-wrapper .terms-text > :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));
}
.terms-content .terms-content-wrapper .terms-text p:nth-last-child(2) {
  margin-bottom: 80px !important;
}
.terms-content .terms-content-wrapper p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(89 89 89 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
.terms-content .terms-content-wrapper p {
    font-size: 1.5rem;
    line-height: 2rem;
  }}
.terms-content .terms-content-wrapper ul {
            list-style: disc;
        }
.terms-content img {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: none;
}
@media (min-width: 1024px) {
.terms-content img {
    display: block;
  }}
.terms-content:last-child .terms-content-wrapper {
  margin-left: auto;
}
.terms-content:last-child img {
  right: unset;
  left: 0px;
  top: 1.5rem;
}
.schedule {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
.schedule .article-with-image-or-icon {
  width: 100%;
}
@media (min-width: 640px) {
.schedule {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

        .schedule .article-with-image-or-icon {
    width: 330px;
  }
    }
@media (min-width: 1024px) {
.schedule {
    display: flex;
    align-items: center;
    justify-content: center;
  }
.schedule > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(83px * var(--tw-space-x-reverse));
    margin-left: calc(83px * calc(1 - var(--tw-space-x-reverse)));
  }
    }
.meeting-slider .swiper-slide {
  padding-left: 3rem;
}
.bg-blue-gradient {
  position: relative;
    background: linear-gradient(77.74deg, #00BEF2 10.2%, #262261 95.53%);
}
.section-title {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(38 43 106 / var(--tw-text-opacity));
}
.section-title.black {
  --tw-text-opacity: 1;
  color: rgb(89 89 89 / var(--tw-text-opacity));
}
.section-title.white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
.section-title {
    font-size: 38px;
    line-height: 54px;
  }}
.section-subtitle {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(10 157 211 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
.section-subtitle {
    font-size: 26px;
    line-height: 38px;
  }}
.section-description {
  margin-top: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 768px) {
.section-description {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }}
.container {
  padding-left: 1rem;
  padding-right: 1rem;
}
.big-image {
  position: relative;
  display: none;
  height: 800px;
  width: 568px;
  overflow: hidden;
  border-radius: 0 289px 289px 0;
  border-width: 24px;
  border-left-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(10 157 211 / var(--tw-border-opacity));
}
.big-image > img {
  position: absolute;
  left: 50%;
  top: 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;
}
@media (min-width: 1280px) {
.big-image {
    height: 1040px;
    width: 768px;
    border-radius: 0 389px 389px 0;
  }}
@media (min-width: 1024px) {
.big-image {
    display: block;
  }}
.our-team-info {
  margin-top: 80px;
  margin-left: auto;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 2.5rem;
}
@media (min-width: 1280px) {
.our-team-info {
    margin-top: 150px;
  }}
@media (min-width: 1024px) {
.our-team-info {
    margin-left: 0px;
  }}
@media (min-width: 640px) {
.our-team-info {
    display: block;
    width: 404px;
  }}
.our-team-info li {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(57 37 109 / var(--tw-text-opacity));
}
.our-team-info li .section-title {
  font-size: 1.5rem;
  line-height: 2rem;
}
.our-team-info li span {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}
@media (min-width: 640px) {
.our-team-info li span {
    font-size: 38px;
    line-height: 46px;
  }
.our-team-info li {
    display: block;
    text-align: left;
    font-size: 1.5rem;
    line-height: 2rem;
  }
            }
.light-blue-section {
  --tw-bg-opacity: 1;
  background-color: rgb(238 251 255 / var(--tw-bg-opacity));
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 1280px) {
.light-blue-section {
    padding-top: 208px;
    padding-bottom: 208px;
  }}
.light-blue-section .section-subtitle {
  margin-bottom: 0.25rem;
}
.light-blue-section .subtitle {
  margin-top: 0.25rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(10 157 211 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
.light-blue-section .subtitle {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }}
.light-blue-section .description {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 1024px) {
.light-blue-section .description {
    font-size: 1.5rem;
    line-height: 2rem;
  }}
.article-with-image-or-icon .logo {
  position: relative;
  display: flex;
  height: 4rem;
  width: 4rem;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 1rem;
}
.article-with-image-or-icon .logo.img 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));
  -o-object-fit: cover;
     object-fit: cover;
}
.article-with-image-or-icon .title {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(10 157 211 / var(--tw-text-opacity));
}
.article-with-image-or-icon .title.black {
  margin-top: 0.25rem;
  margin-bottom: 0.75rem;
  font-size: 23px;
  font-weight: 400;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(89 89 89 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
.article-with-image-or-icon .title {
    font-size: 24px;
    line-height: 28px;
  }
        }
.article-with-image-or-icon .time {
  margin-top: 1.5rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(38 43 106 / var(--tw-text-opacity));
}
.article-with-image-or-icon .description {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(89 89 89 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
.article-with-image-or-icon .description {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }}
.swiper .swiper-button-prev:after, .swiper .swiper-button-next:after {
            content: '';
            background-repeat: no-repeat;
            background-position: center;
            font-family: Roboto;
            width: 20px;
            height: 20px;
        }
.swiper .swiper-button-prev:after {
            background-image: url(../images/slider-arrow-left.svg);
        }
.swiper .swiper-button-next:after {
            background-image: url(../images/slider-arrow-right.svg);
        }
@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;
}
.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
@media (prefers-color-scheme: dark) {

  .dark\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgb(75 85 99 / var(--tw-border-opacity));
  }

  .dark\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  }

  .dark\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity));
  }

  .dark\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .dark\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
  }

  .dark\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity));
  }

  .dark\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}
@media (min-width: 640px) {

  .sm\:w-\[535px\] {
    width: 535px;
  }

  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 768px) {

  .md\:inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

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

  .md\:grid {
    display: grid;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:text-\[30px\] {
    font-size: 30px;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:leading-\[38px\] {
    line-height: 38px;
  }
}
@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\:w-\[566px\] {
    width: 566px;
  }

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

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

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

  .lg\:max-w-min {
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .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\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 1280px) {

  .xl\:gap-16 {
    gap: 4rem;
  }
}

