body,
html {
  overflow-x: hidden;
}
.banner-wrapp,
.popup-align {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.wp-block-audio :where(figcaption) {
  margin-bottom: 1em;
  margin-top: 0.5em;
}
:where(.wp-block-button__link) {
  border-radius: 9999px;
  box-shadow: none;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  text-decoration: none;
}
:root :where(.wp-block-button .wp-block-button__link.is-style-outline),
:root :where(.wp-block-button.is-style-outline > .wp-block-button__link) {
  border: 2px solid;
  padding: 0.667em 1.333em;
}
:root
  :where(
    .wp-block-button
      .wp-block-button__link.is-style-outline:not(.has-text-color)
  ),
:root
  :where(
    .wp-block-button.is-style-outline
      > .wp-block-button__link:not(.has-text-color)
  ) {
  color: currentColor;
}
:root
  :where(
    .wp-block-button
      .wp-block-button__link.is-style-outline:not(.has-background)
  ),
:root
  :where(
    .wp-block-button.is-style-outline
      > .wp-block-button__link:not(.has-background)
  ) {
  background-color: initial;
  background-image: none;
}
.btn-2:hover,
.btn:hover {
  background-color: #ff9316;
}
.wp-block-calendar table:where(:not(.has-text-color)) {
  color: #40464d;
}
.wp-block-calendar table:where(:not(.has-text-color)) td,
.wp-block-calendar table:where(:not(.has-text-color)) th {
  border-color: #ddd;
}
:where(.wp-block-calendar table:not(.has-background) th) {
  background: #ddd;
}
:where(.wp-block-columns) {
  margin-bottom: 1.75em;
}
:where(.wp-block-columns.has-background) {
  padding: 1.25em 2.375em;
}
.wp-block-post-comments .comment-reply-title :where(small) {
  font-size: var(--wp--preset--font-size--medium, smaller);
  margin-left: 0.5em;
}
:where(.wp-block-post-comments input[type="submit"]) {
  border: none;
}
:where(.wp-block-cover-image:not(.has-text-color)),
:where(.wp-block-cover:not(.has-text-color)) {
  color: #fff;
}
:where(.wp-block-cover-image.is-light:not(.has-text-color)),
:where(.wp-block-cover.is-light:not(.has-text-color)) {
  color: #000;
}
:root :where(.wp-block-cover h1:not(.has-text-color)),
:root :where(.wp-block-cover h2:not(.has-text-color)),
:root :where(.wp-block-cover h3:not(.has-text-color)),
:root :where(.wp-block-cover h4:not(.has-text-color)),
:root :where(.wp-block-cover h5:not(.has-text-color)),
:root :where(.wp-block-cover h6:not(.has-text-color)),
:root :where(.wp-block-cover p:not(.has-text-color)) {
  color: inherit;
}
body:not(.editor-styles-wrapper)
  .wp-block-cover:not(
    .wp-block-cover:has(
      .wp-block-cover__background + .wp-block-cover__inner-container
    )
  )
  .wp-block-cover__image-background,
body:not(.editor-styles-wrapper)
  .wp-block-cover:not(
    .wp-block-cover:has(
      .wp-block-cover__background + .wp-block-cover__inner-container
    )
  )
  .wp-block-cover__video-background {
  z-index: 0;
}
body:not(.editor-styles-wrapper)
  .wp-block-cover:not(
    .wp-block-cover:has(
      .wp-block-cover__background + .wp-block-cover__inner-container
    )
  )
  .wp-block-cover__background,
body:not(.editor-styles-wrapper)
  .wp-block-cover:not(
    .wp-block-cover:has(
      .wp-block-cover__background + .wp-block-cover__inner-container
    )
  )
  .wp-block-cover__gradient-background,
body:not(.editor-styles-wrapper)
  .wp-block-cover:not(
    .wp-block-cover:has(
      .wp-block-cover__background + .wp-block-cover__inner-container
    )
  )
  .wp-block-cover__inner-container,
body:not(.editor-styles-wrapper)
  .wp-block-cover:not(
    .wp-block-cover:has(
      .wp-block-cover__background + .wp-block-cover__inner-container
    )
  ).has-background-dim:not(.has-background-gradient):before {
  z-index: 1;
}
.has-modal-open
  body:not(.editor-styles-wrapper)
  .wp-block-cover:not(
    .wp-block-cover:has(
      .wp-block-cover__background + .wp-block-cover__inner-container
    )
  )
  .wp-block-cover__inner-container {
  z-index: auto;
}
.wp-block-embed :where(figcaption) {
  margin-bottom: 1em;
  margin-top: 0.5em;
}
:where(.wp-block-file) {
  margin-bottom: 1.5em;
}
:where(.wp-block-file__button) {
  border-radius: 2em;
  display: inline-block;
  padding: 0.5em 1em;
}
.btn,
.btn-arrow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
}
:where(.wp-block-file__button):is(a):active,
:where(.wp-block-file__button):is(a):focus,
:where(.wp-block-file__button):is(a):hover,
:where(.wp-block-file__button):is(a):visited {
  box-shadow: none;
  color: #fff;
  opacity: 0.85;
  text-decoration: none;
}
.wp-block-form-input__label:has(input[type="checkbox"]) {
  flex-direction: row;
  width: fit-content;
}
.wp-block-form-input__label:has(input[type="checkbox"])
  .wp-block-form-input__label-content {
  margin: 0;
}
.wp-block-form-input__label:has(
  .wp-block-form-input__label-content + input[type="checkbox"]
) {
  flex-direction: row-reverse;
}
.wp-block-gallery.has-nested-images
  figure.wp-block-image:has(figcaption):before {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  content: "";
  height: 100%;
  -webkit-mask-image: linear-gradient(0deg, #000 20%, #0000);
  mask-image: linear-gradient(0deg, #000 20%, #0000);
  max-height: 40%;
}
:where(.wp-block-group.wp-block-group-is-layout-constrained) {
  position: relative;
}
h1.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h1.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]),
h2.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h2.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]),
h3.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h3.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]),
h4.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h4.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]),
h5.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h5.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]),
h6.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h6.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]) {
  rotate: 180deg;
}
.wp-block-image :where(figcaption) {
  margin-bottom: 1em;
  margin-top: 0.5em;
}
:root
  :where(
    .wp-block-image.is-style-rounded img,
    .wp-block-image .is-style-rounded img
  ) {
  border-radius: 9999px;
}
.wp-lightbox-container button:focus-visible {
  outline: #5a5a5a40 auto 3px;
  outline: -webkit-focus-ring-color auto 3px;
  outline-offset: 3px;
}
.wp-lightbox-container button:not(:hover):not(:active):not(.has-background) {
  background-color: #5a5a5a40;
  border: none;
}
.wp-lightbox-overlay
  .close-button:not(:hover):not(:active):not(.has-background) {
  background: 0 0;
  border: none;
}
:where(
  .wp-block-latest-comments:not(
    [style*="line-height"] .wp-block-latest-comments__comment
  )
) {
  line-height: 1.1;
}
:where(
  .wp-block-latest-comments:not(
    [style*="line-height"] .wp-block-latest-comments__comment-excerpt p
  )
) {
  line-height: 1.8;
}
.has-dates :where(.wp-block-latest-comments:not([style*="line-height"])),
.has-excerpts :where(.wp-block-latest-comments:not([style*="line-height"])) {
  line-height: 1.5;
}
:root :where(.wp-block-latest-posts.is-grid) {
  padding: 0;
}
:root :where(.wp-block-latest-posts.wp-block-latest-posts__list) {
  padding-left: 0;
}
ul {
  box-sizing: border-box;
}
:root :where(.wp-block-list.has-background) {
  padding: 1.25em 2.375em;
}
.wp-block-navigation :where(a),
.wp-block-navigation :where(a:active),
.wp-block-navigation :where(a:focus) {
  text-decoration: none;
}
:where(
  .wp-block-navigation.has-background
    .wp-block-navigation-item
    a:not(.wp-element-button)
),
:where(
  .wp-block-navigation.has-background
    .wp-block-navigation-submenu
    a:not(.wp-element-button)
) {
  padding: 0.5em 1em;
}
:where(
  .wp-block-navigation
    .wp-block-navigation__submenu-container
    .wp-block-navigation-item
    a:not(.wp-element-button)
),
:where(
  .wp-block-navigation
    .wp-block-navigation__submenu-container
    .wp-block-navigation-submenu
    a:not(.wp-element-button)
),
:where(
  .wp-block-navigation
    .wp-block-navigation__submenu-container
    .wp-block-navigation-submenu
    button.wp-block-navigation-item__content
),
:where(
  .wp-block-navigation
    .wp-block-navigation__submenu-container
    .wp-block-pages-list__item
    button.wp-block-navigation-item__content
) {
  padding: 0.5em 1em;
}
.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a) {
  color: inherit;
}
.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 8.4em;
  font-style: normal;
  font-weight: 100;
  line-height: 0.68;
  margin: 0.05em 0.1em 0 0;
  text-transform: uppercase;
}
body.rtl .has-drop-cap:not(:focus):first-letter {
  float: none;
  margin-left: 0.1em;
}
:root :where(p.has-background) {
  padding: 1.25em 2.375em;
}
:where(p.has-text-color:not(.has-link-color)) a {
  color: inherit;
}
:where(.wp-block-post-comments-form) input:not([type="submit"]),
:where(.wp-block-post-comments-form) textarea {
  border: 1px solid #949494;
  font-family: inherit;
  font-size: 1em;
}
:where(.wp-block-post-comments-form)
  input:where(:not([type="submit"]):not([type="checkbox"])),
:where(.wp-block-post-comments-form) textarea {
  padding: calc(0.667em + 2px);
}
.wp-block-post-comments-form[style*="font-weight"]
  :where(.comment-reply-title) {
  font-weight: inherit;
}
.wp-block-post-comments-form[style*="font-family"]
  :where(.comment-reply-title) {
  font-family: inherit;
}
.wp-block-post-comments-form[class*="-font-size"] :where(.comment-reply-title),
.wp-block-post-comments-form[style*="font-size"] :where(.comment-reply-title) {
  font-size: inherit;
}
.wp-block-post-comments-form[style*="line-height"]
  :where(.comment-reply-title) {
  line-height: inherit;
}
.wp-block-post-comments-form[style*="font-style"] :where(.comment-reply-title) {
  font-style: inherit;
}
.wp-block-post-comments-form[style*="letter-spacing"]
  :where(.comment-reply-title) {
  letter-spacing: inherit;
}
.wp-block-post-comments-form :where(input[type="submit"]) {
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  overflow-wrap: break-word;
  text-align: center;
}
.banner,
.banner-inner,
.banner-waves,
.height-item,
.html.lock,
.overflow-hidden,
.popup-align,
.popup-content,
.section,
html.lock,
html.overflow-hidden {
  overflow: hidden;
}
.wp-block-post-comments-form .comment-reply-title :where(small) {
  font-size: var(--wp--preset--font-size--medium, smaller);
  margin-left: 0.5em;
}
:where(.wp-block-post-excerpt) {
  box-sizing: border-box;
  margin-bottom: var(--wp--style--block-gap);
  margin-top: var(--wp--style--block-gap);
}
.wp-block-post-featured-image :where(img) {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  width: 100%;
}
.wp-block-post-featured-image:where(.alignleft, .alignright) {
  width: 100%;
}
.wp-block-post-title :where(a) {
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-decoration: inherit;
}
a,
a:active,
a:hover,
a:link,
a:visited {
  text-decoration: none;
  cursor: pointer;
  outline: 0;
}
:where(.wp-block-preformatted.has-background) {
  padding: 1.25em 2.375em;
}
.wp-block-quote.is-large:where(:not(.is-style-plain)),
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) {
  margin-bottom: 1em;
  padding: 0 1em;
}
.wp-block-quote.is-large:where(:not(.is-style-plain)) p,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p {
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.6;
}
.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,
.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer {
  font-size: 1.125em;
  text-align: right;
}
.wp-block-read-more:where(:not([style*="text-decoration"])) {
  text-decoration: none;
}
.wp-block-read-more:where(:not([style*="text-decoration"])):active,
.wp-block-read-more:where(:not([style*="text-decoration"])):focus {
  text-decoration: none;
}
:where(.wp-block-search__button) {
  border: 1px solid #ccc;
  padding: 6px 10px;
}
:where(.wp-block-search__input) {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-transform: inherit;
}
.btn,
.section-title .h2,
.subtitle,
.text-upper {
  text-transform: uppercase;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  border: 1px solid #949494;
  box-sizing: border-box;
  padding: 4px;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper)
  .wp-block-search__input {
  border: none;
  border-radius: 0;
  padding: 0 4px;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper)
  .wp-block-search__input:focus {
  outline: 0;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper)
  :where(.wp-block-search__button) {
  padding: 4px 8px;
}
:root :where(.wp-block-separator.is-style-dots) {
  height: auto;
  line-height: 1;
  text-align: center;
}
:root :where(.wp-block-separator.is-style-dots):before {
  color: currentColor;
  content: "···";
  font-family: serif;
  font-size: 1.5em;
  letter-spacing: 2em;
  padding-left: 2em;
}
:root :where(.wp-block-site-logo.is-style-rounded) {
  border-radius: 9999px;
}
.wp-block-site-title :where(a) {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-decoration: inherit;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link {
  background-color: #f0f0f0;
  color: #444;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-amazon {
  background-color: #f90;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-bandcamp {
  background-color: #1ea0c3;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-behance {
  background-color: #0757fe;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-bluesky {
  background-color: #0a7aff;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-codepen {
  background-color: #1e1f26;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-deviantart {
  background-color: #02e49b;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-discord {
  background-color: #5865f2;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-dribbble {
  background-color: #e94c89;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-dropbox {
  background-color: #4280ff;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy {
  background-color: #f45800;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-facebook {
  background-color: #0866ff;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-fivehundredpx {
  background-color: #000;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-flickr {
  background-color: #0461dd;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-foursquare {
  background-color: #e65678;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-github {
  background-color: #24292d;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-goodreads {
  background-color: #eceadd;
  color: #382110;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-google {
  background-color: #ea4434;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-gravatar {
  background-color: #1d4fc4;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-instagram {
  background-color: #f00075;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-lastfm {
  background-color: #e21b24;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-linkedin {
  background-color: #0d66c2;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-mastodon {
  background-color: #3288d4;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-medium {
  background-color: #000;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-meetup {
  background-color: #f6405f;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-patreon {
  background-color: #000;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-pinterest {
  background-color: #e60122;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-pocket {
  background-color: #ef4155;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-reddit {
  background-color: #ff4500;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype {
  background-color: #0478d7;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-snapchat {
  background-color: #fefc00;
  color: #fff;
  stroke: #000;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-soundcloud {
  background-color: #ff5600;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-spotify {
  background-color: #1bd760;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-telegram {
  background-color: #2aabee;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-threads {
  background-color: #000;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-tiktok {
  background-color: #000;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-tumblr {
  background-color: #011835;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-twitch {
  background-color: #6440a4;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-twitter {
  background-color: #1da1f2;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo {
  background-color: #1eb7ea;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk {
  background-color: #4680c2;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-wordpress {
  background-color: #3499cd;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-whatsapp {
  background-color: #25d366;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x {
  background-color: #000;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp {
  background-color: #d32422;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-youtube {
  background-color: red;
  color: #fff;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link {
  background: 0 0;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg {
  height: 1.25em;
  width: 1.25em;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon {
  color: #f90;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp {
  color: #1ea0c3;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance {
  color: #0757fe;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky {
  color: #0a7aff;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen {
  color: #1e1f26;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart {
  color: #02e49b;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-discord {
  color: #5865f2;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble {
  color: #e94c89;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox {
  color: #4280ff;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy {
  color: #f45800;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook {
  color: #0866ff;
}
:where(.wp-block-social-links.is-style-logos-only)
  .wp-social-link-fivehundredpx {
  color: #000;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr {
  color: #0461dd;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare {
  color: #e65678;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github {
  color: #24292d;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads {
  color: #382110;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google {
  color: #ea4434;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar {
  color: #1d4fc4;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram {
  color: #f00075;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm {
  color: #e21b24;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin {
  color: #0d66c2;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon {
  color: #3288d4;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium {
  color: #000;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup {
  color: #f6405f;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon {
  color: #000;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest {
  color: #e60122;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket {
  color: #ef4155;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit {
  color: #ff4500;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype {
  color: #0478d7;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat {
  color: #fff;
  stroke: #000;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud {
  color: #ff5600;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify {
  color: #1bd760;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram {
  color: #2aabee;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads {
  color: #000;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok {
  color: #000;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr {
  color: #011835;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch {
  color: #6440a4;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter {
  color: #1da1f2;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo {
  color: #1eb7ea;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk {
  color: #4680c2;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp {
  color: #25d366;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress {
  color: #3499cd;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x {
  color: #000;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp {
  color: #d32422;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube {
  color: red;
}
:root :where(.wp-block-social-links .wp-social-link a) {
  padding: 0.25em;
}
:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a) {
  padding: 0;
}
:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a) {
  padding-left: 0.6666666667em;
  padding-right: 0.6666666667em;
}
:root :where(.wp-block-tag-cloud.is-style-outline) {
  display: flex;
  flex-wrap: wrap;
  gap: 1ch;
}
:root :where(.wp-block-tag-cloud.is-style-outline a) {
  border: 1px solid;
  font-size: unset !important;
  margin-right: 0;
  padding: 1ch 2ch;
  text-decoration: none !important;
}
:root :where(.wp-block-table-of-contents) {
  box-sizing: border-box;
}
:where(.wp-block-term-description) {
  box-sizing: border-box;
  margin-bottom: var(--wp--style--block-gap);
  margin-top: var(--wp--style--block-gap);
}
*,
body {
  -webkit-box-sizing: border-box;
}
.h1,
.h2,
.h3,
.h4,
.h5,
body,
h1,
h2,
h3,
h4,
h5,
ol,
ul {
  margin: 0;
}
:where(pre.wp-block-verse) {
  font-family: inherit;
}
.contact-us .btn,
.form-wrapp .row .btn,
.h6,
.header .header-menu .header-nav li a,
.header-inner .header-btns .item,
.input-item input,
.input-item textarea,
.iti--separate-dial-code .iti__selected-dial-code,
body,
h6 {
  font-family: Montserrat, sans-serif;
}
.wp-block-video :where(figcaption) {
  margin-bottom: 1em;
  margin-top: 0.5em;
}
:root {
  --wp--preset--font-size--normal: 16px;
  --wp--preset--font-size--huge: 42px;
}
html :where(.has-border-color) {
  border-style: solid;
}
html :where([style*="border-top-color"]) {
  border-top-style: solid;
}
html :where([style*="border-right-color"]) {
  border-right-style: solid;
}
html :where([style*="border-bottom-color"]) {
  border-bottom-style: solid;
}
html :where([style*="border-left-color"]) {
  border-left-style: solid;
}
html :where([style*="border-width"]) {
  border-style: solid;
}
html :where([style*="border-top-width"]) {
  border-top-style: solid;
}
html :where([style*="border-right-width"]) {
  border-right-style: solid;
}
html :where([style*="border-bottom-width"]) {
  border-bottom-style: solid;
}
html :where([style*="border-left-width"]) {
  border-left-style: solid;
}
html :where(img[class*="wp-image-"]) {
  height: auto;
  max-width: 100%;
}
:where(figure) {
  margin: 0 0 1em;
}
.btn-arrow,
.header .header-menu .header-nav li:last-child {
  margin-right: 0;
}
html :where(.is-position-sticky) {
  --wp-admin--admin-bar--position-offset: var(
    --wp-admin--admin-bar--height,
    0px
  );
}
@media screen and (max-width: 600px) {
  html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: 0px;
  }
}
@media screen and (min-width: 991px) {
  .btn,
  .btn:hover {
    -webkit-transition: 0.3s linear !important;
    transition: 0.3s linear !important;
  }
}
@media (max-width: 580px) {
  .banner {
    padding-top: 61px;
  }
}
.input-item input::-webkit-input-placeholder {
  font-family: Montserrat, sans-serif;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 400;
  color: #fff;
}
.input-item input::-moz-placeholder {
  font-family: Montserrat, sans-serif;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 400;
  color: #fff;
}
.input-item input:-ms-input-placeholder {
  font-family: Montserrat, sans-serif;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 400;
  color: #fff;
}
.input-item input::-ms-input-placeholder {
  font-family: Montserrat, sans-serif;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 580px) {
  .popup-content {
    padding: 0;
  }
  .popup-container {
    max-height: 100vh;
  }
  .popup-align {
    min-height: 100vh;
    padding: 44px 20px;
    width: 100%;
  }
  .popup-form {
    text-align: left;
  }
}
#countdown,
.btn,
.footer-copy,
.height-icon,
.number-wrapp .number-item,
.popup-wrapper,
.section-title,
.text-center {
  text-align: center;
}
* {
  box-sizing: border-box;
}
html {
  overflow-y: scroll;
  scroll-behavior: smooth;
}
html:not(.touch-screen) ::-webkit-scrollbar,
html:not(.touch-screen)::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
html:not(.touch-screen) ::-webkit-scrollbar-track,
html:not(.touch-screen)::-webkit-scrollbar-track {
  background: #e7f2fe;
}
html:not(.touch-screen) ::-webkit-scrollbar-thumb,
html:not(.touch-screen)::-webkit-scrollbar-thumb {
  background: #ff9316;
}
::-moz-selection {
  background: #ff9316;
  color: #fff;
}
::selection {
  background: #ff9316;
  color: #fff;
}
.h1,
h1 {
  font-size: clamp(38px, 3vw, 64px);
  line-height: 1.45;
  font-weight: 800;
}
.footer .footer-links ul li a:hover,
.h1 span,
.simple-page a:hover,
.terms-menu-wrapp ol li a:hover,
h1 span {
  color: #ff9316;
}
.h2,
h2 {
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 600;
  line-height: 1.2;
}
.h3,
h3 {
  font-size: clamp(20px, 3.9vw, 32px);
  line-height: 1.45;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  line-height: 1.2;
}
.h4,
h4 {
  font-size: clamp(18px, 3.9vw, 24px);
}
.h5,
h5 {
  font-size: clamp(18px, 3.9vw, 20px);
}
.h6,
h6 {
  font-size: clamp(20px, 3.9vw, 32px);
  font-weight: 700;
}
.footer-bottom ul li a,
.text {
  font-size: clamp(16px, 3vw, 20px);
}
.text,
.text-2,
body {
  font-weight: 400;
}
.text {
  line-height: 1.45;
}
.text-2 {
  font-size: clamp(16px, 3.9vw, 24px);
}
.btn,
.height-item .height-title,
.overview-title,
.text-b {
  font-weight: 700;
}
.cust-about .h2,
.heights .h2,
.overview .h2,
.start .section-title .h2 {
  text-transform: none;
}
.btn {
  min-width: 270px;
  padding: 13px 24px;
  border-radius: 40px;
  background: #ff9316;
  font-size: 26px;
  font-family: Montserrat;
  max-height: 60px;
  color: #000;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  align-items: center;
}
.btn-arrow:before,
.btn:hover {
  -webkit-transition: 0.3s linear;
}
.btn:hover {
  opacity: 0.7;
  color: #000;
  transition: 0.3s linear;
}
.btn-2 {
  background: rgba(255, 255, 255, 0.1);
  color: #ff9316;
  border: 2px solid #ff9316;
  box-shadow: none;
}
.btn-2:hover {
  color: #fff;
}
.btn-2:hover svg path {
  fill: #fff;
}
.btn-arrow {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-left: auto;
}
.header-inner,
.swiper-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
}
.btn-arrow:before {
  position: absolute;
  content: "";
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
  border-radius: 6px;
  border: 2px solid transparent;
  background: linear-gradient(135deg, #00dbde 0, #fc00ff 100%) border-box;
  -webkit-mask:
    -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff))
      padding-box,
    -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask:
    linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: 0.3s linear;
}
.banner .container,
.btn-arrow i,
.header-inner .header-btns .item,
.heights .row,
.purpose-wrapp ul li,
body,
header,
section {
  position: relative;
}
.banner-wrapp .btns .btn-2 svg,
.btn-arrow svg stop {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.btn-arrow:hover svg stop:first-child {
  stop-color: #00dbde;
}
.btn-arrow:hover svg stop:last-child {
  stop-color: #fc00ff;
}
.btn-arrow:hover:before {
  opacity: 1;
}
.btn-2:active {
  background: #15212a;
}
.btn-2:active::before {
  content: none;
}
.swiper-navigation {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn-arrow i {
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 40px;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
.btn-arrow i:before {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 15px;
  height: 15px;
  border-right: 4px solid #ff8c00;
  border-top: 4px solid #ff8c00;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  border-radius: 2px;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.6 !important;
}
.swiper-navigation .swiper-button-next {
  margin-left: 0;
}
.btn-arrow.left {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.btn-arrow.left i:before {
  top: 21px;
}
.swiper-button-next:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: none !important;
}
@media screen and (min-width: 991px) {
  .btn,
  .btn:hover {
    -webkit-transition: 0.3s linear !important;
    transition: 0.3s linear !important;
  }
  .btn2:hover i {
    -webkit-box-shadow: 0 8px 25px rgba(4, 36, 103, 0.5);
    box-shadow: 0 8px 25px rgba(4, 36, 103, 0.5);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
  }
  .btn-arrow:hover i:after,
  .btn-arrow:hover i:before {
    -webkit-box-shadow: 0 8px 25px #fff;
    box-shadow: 0 8px 25px #fff;
  }
  .btn-arrow.left:hover i:after,
  .btn-arrow.left:hover i:before {
    -webkit-box-shadow: -2px -8px 25px #fff;
    box-shadow: -2px -8px 25px #fff;
  }
}
a,
header .layer-close {
  -webkit-transition: 0.3s linear;
}
body {
  padding: 0;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  z-index: 5;
}
a {
  transition: 0.3s linear;
  color: inherit;
}
ol,
ul {
  list-style: none;
  padding: 0;
}
img {
  max-width: 100%;
  max-height: 100%;
}
header .layer-close {
  right: -50%;
  transition: 0.3s linear;
}
header.active-layer-close .layer-close {
  position: fixed;
  display: block;
  z-index: -1;
  left: 0;
  height: calc(100vh - 62px);
  top: 62px;
  right: 0;
  bottom: 0;
  background: #000;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.header-menu.open {
  right: 0;
  top: 75px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
#countdown {
  margin: 0;
  font-weight: 600;
}
.btn svg {
  margin-left: 8px;
}

.header {
  position: fixed;
  z-index: 20;
  width: 100%;
  padding: 12px 0;
  background-color: rgba(34, 49, 118, 0.1);
  -webkit-transition: 0.2s linear;
  border-bottom: 1px solid #ff9316;
  border-radius: 0;
}
.header-inner {
  display: flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.footer .footer-logo a,
.header .header-menu .navigation,
.header-inner .logo,
.overview-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-inner .logo .logo-img {
  width: 46px;
  height: 46px;
}
.footer .footer-logo a .logo-img svg,
.header-inner .logo .logo-img svg {
  width: 42px;
  height: 42px;
  -o-object-fit: contain;
  object-fit: contain;
  padding-right: 2px;
  overflow: visible;
}
.footer .footer-logo a .logo-img svg path,
.header-inner .logo .logo-img svg path:first-child {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: 4s linear infinite rotate;
  animation: 4s linear infinite rotate;
}
.header-inner .logo .logo-img svg path:nth-child(2),
.header-inner .logo .logo-img svg path:nth-child(3),
.header-inner .logo .logo-img svg path:nth-child(4) {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transform-box: fill-box;
  -webkit-animation: 4s linear infinite rotate;
  animation: 4s linear infinite rotate;
}
.footer .footer-logo a .logo-text,
.header-inner .logo-text {
  font-size: clamp(18px, 3.9vw, 24px);
  font-weight: 700;
  font-family: Montserrat, sans-serif;
  color: #ff9316;
  padding: 8px 15px;
  border-radius: 40px;
  border: 1px solid #ff9316;
  line-height: 1;
}
.header-inner .header-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 30px;
}
.header-inner .header-btns .btn {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 10px 20px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  font-size: 20px;
}
.header-inner .header-btns .btn:hover {
  color: #fff;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.header-inner .header-btns .item {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  margin-right: 20px;
}
.header .header-menu .header-nav li a:hover,
.header-inner .header-btns .item:hover {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  color: #ff9316;
}
.header .header-menu,
.header .header-menu .header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .header-menu a {
  font-size: clamp(14px, 3.9vw, 16px);
  font-weight: 600;
}
.header .header-menu .navigation .header-btn {
  margin-left: 40px;
}
.header .header-menu .navigation .header-btn .btn {
  max-width: 180px;
  min-width: 180px;
}
.header .header-menu .header-nav li {
  margin-right: 20px;
}
.header .header-menu .header-nav li a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  position: relative;
}
.cust-about-row-mobile,
.popup-container,
.support .image-mobile,
.wrapper-menu {
  display: none;
}
.banner-align,
.banner-wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
}
.line-menu {
  background-color: #ff9316;
  border-radius: 5px;
  width: 100%;
  height: 2px;
}
.bg,
.opacity:before {
  height: 100%;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
}
.iti,
.line-menu.half,
.testimonail-video .video-wrapper img,
.w-100,
video {
  width: 100%;
}
.line-menu.start {
  -webkit-transition: -webkit-transform 330ms
    cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transition:
    transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57),
    -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 100%;
}
.active .line-menu.start {
  -webkit-transform: rotate(-90deg) translateX(0) translateY(-15px);
  -ms-transform: rotate(-90deg) translateX(0) translateY(-15px);
  transform: rotate(-90deg) translateX(0) translateY(-15px);
  width: 100%;
}
.line-menu.end {
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-transition: -webkit-transform 330ms
    cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transition:
    transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57),
    -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  opacity: 1;
}
.active .line-menu.end {
  -webkit-transform: rotate(-90deg) translateX(-8px);
  -ms-transform: rotate(-90deg) translateX(-8px);
  transform: rotate(-90deg) translateX(-8px);
  opacity: 0;
}
.bg {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
.height-item,
.start-item {
  background: rgba(61, 144, 215, 0.154);
}
.opacity:before {
  content: "";
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0, #000 100%);
  opacity: 0.8;
}
@-webkit-keyframes slidein {
  from {
    background-position: top;
    background-size: 2500px;
  }
  to {
    background-position: -100px 0;
    background-size: 1920px;
  }
}
@keyframes slidein {
  from {
    background-position: top;
    background-size: 2500px;
  }
  to {
    background-position: -100px 0;
    background-size: 1920px;
  }
}
.bg.rellax {
  height: 102%;
}
.banner {
  color: #fff;
  padding-top: 70px;
}
@media (max-width: 580px) {
  .banner {
    padding-top: 61px;
  }
}
.banner-waves {
  position: absolute;
  top: 0;
  left: 0;
  inset: 0;
  z-index: -1;
}
.banner .row-button,
.banner .row-phone,
.banner-align,
.banner-inner,
.banner-wrapp .btns,
.height-item,
.heights .container,
main {
  position: relative;
}
.banner .banner-form {
  padding: 40px 50px;
  border-radius: 50px;
  background: rgba(255, 147, 22, 0.7);
  border: 2px solid #ff9316;
}
.banner .banner-form .text {
  margin: 10px 0;
  font-size: clamp(14px, 3vw, 16px);
}
.banner .banner-form .form-title,
.banner-wrapp > :last-child,
.contact-us .row:last-child,
.disclaimer .text p:last-child,
.footer .footer-links ul li:last-child,
.height-item > :last-child,
.terms-menu-wrapp ol li:last-child,
.text p:last-child {
  margin-bottom: 0;
}
.banner .banner-form input,
.popup-form input {
  background: #fff;
  color: #000;
}
.banner .banner-form input::-webkit-input-placeholder {
  color: #000;
}
.banner .banner-form input::-moz-placeholder {
  color: #000;
}
.banner .banner-form input:-ms-input-placeholder {
  color: #000;
}
.banner .banner-form input::-ms-input-placeholder {
  color: #000;
}
.banner .banner-form input::placeholder {
  color: #000;
}
.banner .banner-form .form-desc .text {
  text-align: center;
  font-size: 12px;
  margin: 0;
}
.banner-wrapp .btns .btn-2 .icon,
.decor-bg,
.decor-bottom,
picture {
  font-size: 0;
}
.banner .banner-form .form-desc {
  margin: 20px auto;
  padding-top: 20px;
  border-top: 2px solid #ff9316;
}
.banner .banner-form .form-desc a,
.simple-page a {
  text-decoration: underline;
}
.banner .banner-form .form-desc a:hover {
  color: #6fb1e2;
}
.banner-align {
  z-index: 10;
  vertical-align: middle;
  height: calc(100vh - 70px);
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner-inner {
  width: 100%;
  height: calc(100vh - 70px);
}
.banner-wrapp {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.banner-wrapp .btns,
.row-decor,
.row-title {
  display: -webkit-box;
  display: -ms-flexbox;
}
.banner-wrapp > *,
.faq .h2,
.makes .h2,
.makes .makes-item,
.popup-wrapper .img,
.support-desc .h2,
.want .section-title .h2 {
  margin-bottom: 40px;
}
.banner-wrapp .btns {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.banner-wrapp .btns .btn-2 {
  max-height: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner-wrapp .btns .btn-2:hover svg {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  -webkit-filter: brightness(0%);
  filter: brightness(0%);
}
.banner .row-button {
  z-index: 1;
}
.banner .row-phone {
  z-index: 10;
}
.banner-icon,
.customers-svg,
.purpose-svg,
.want-svg {
  -webkit-animation: 10s linear infinite transY;
  animation: 10s linear infinite transY;
}
.row-title {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 90px;
  padding: 6px 6px 6px 0;
}
.section {
  padding: 70px 0;
}
.section-title {
  margin-bottom: 40px;
}
.container {
  max-width: 1180px;
}
.heights .container {
  z-index: 6;
}
.heights .h2 {
  color: #fff;
}
.height-item {
  border: 2px solid #ff9316;
  border-radius: 20px;
  padding: 30px;
  color: #fff;
  height: 100%;
}
.decor-bg,
.decor-bottom,
.row-decor {
  position: absolute;
}
.contact-us .row,
.height-item > *,
.simple-page ul li:last-child,
.support-desc .text-b {
  margin-bottom: 20px;
}
.height-desc {
  min-height: 120px !important;
}
.height-icon img {
  filter: brightness(0) saturate(100%) invert(57%) sepia(86%) saturate(979%)
    hue-rotate(348deg) brightness(101%) contrast(101%);
  width: 70px;
  height: 70px;
  object-fit: contain;
}
.row-decor {
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  bottom: -20px;
  padding-right: 150px;
}
.btn-row,
.start-number {
  display: -webkit-box;
  display: -ms-flexbox;
}
.decor-bottom {
  bottom: 0;
  margin-bottom: 0;
}
.decor-bottom-2 {
  right: 46px;
}
.decor-bottom-3 {
  right: -35%;
  bottom: -60px;
}
.decor-bottom-4,
.decor-bottom-9 {
  right: 0;
}
.decor-bottom-5 {
  right: auto;
  left: -15%;
  bottom: -10px;
}
.decor-bottom-6 {
  left: 16%;
  right: auto;
}
.decor-bottom-7 {
  right: -35%;
  bottom: -10px;
}
.decor-bottom-8 {
  left: 0;
  right: auto;
}
.row-last {
  margin-top: 20px;
}
.btn-row {
  margin-top: 40px;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer-bottom ul,
.start-number {
  -webkit-box-pack: center;
  text-align: center;
}
.decor-bg {
  left: 0;
  bottom: 0;
  z-index: 1;
}
.decor-bg-2 {
  top: 0;
  bottom: -100px;
}
.decor-bg-2 svg,
.decor-bg-2 svg path {
  height: 100%;
}
.container-overview .row-decor-3,
.decor-bg-3 {
  left: auto;
  right: 0;
}
.subtitle {
  margin-bottom: 20px;
  color: #ff9316;
  font-weight: 600;
}
.support .image-wrapp {
  width: 100%;
  position: relative;
  height: 100%;
}
.support .image-wrapp:before {
  border-radius: 30px;
  background: linear-gradient(
    128deg,
    rgba(240, 146, 38, 0.502) 0,
    #ff9316 100%
  );
  position: absolute;
  content: "";
  top: 50px;
  width: 100%;
  height: calc(100% - 50px);
  left: 0;
}
.support .image-wrapp .image-desc {
  position: absolute;
  font-size: 0;
  bottom: 0;
  text-align: center;
}
.support .image-wrapp .image-desc img {
  width: 74%;
  margin: 0 auto;
}
.start-item {
  text-align: center;
  border: 2px solid #ff9316;
  border-radius: 20px;
  padding: 30px;
  color: #fff;
  height: 100%;
}
.start-number {
  width: 70px;
  height: 70px;
  background: #000;
  color: #ff9316;
  font-weight: 700;
  border-radius: 10px;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: clamp(32px, 3vw, 40px);
  margin: 0 auto 20px;
}
.disclaimer .text p,
.footer .footer-links ul li,
.input-item label,
.simple-page h2,
.start-title {
  margin-bottom: 10px;
}
.customers .h2,
.start .section-title,
.want .section-title {
  text-align: left;
}
.row-priority {
  margin-top: 40px;
}
.number-wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.number-wrapp .number-item-top {
  background: linear-gradient(
    88deg,
    rgba(2, 129, 252, 0.97) 0.68%,
    #0ac990 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(24px, 3vw, 32px);
  margin-bottom: 10px;
  font-weight: 600;
}
.number-wrapp .number-item-top span {
  margin-right: 1px;
}
.cust-about-wrapp,
.popup-form {
  color: #fff;
}
.input-item label {
  font-size: clamp(14px, 3vw, 20px);
  display: block;
}
.input-item input,
.input-item textarea {
  width: 100%;
  padding: 13px 15px;
  border-radius: 8px;
  border: 1px solid #fff;
  font-weight: 700;
  outline: 0;
  background: 0 0;
  color: #fff;
}
.input-item input::-webkit-input-placeholder,
.input-item textarea::-webkit-input-placeholder {
  font-family: Montserrat, sans-serif;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 400;
  color: #fff;
}
.input-item input::-moz-placeholder,
.input-item textarea::-moz-placeholder {
  font-family: Montserrat, sans-serif;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 400;
  color: #fff;
}
.input-item input:-ms-input-placeholder,
.input-item textarea:-ms-input-placeholder {
  font-family: Montserrat, sans-serif;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 400;
  color: #fff;
}
.input-item input::-ms-input-placeholder,
.input-item textarea::-ms-input-placeholder {
  font-family: Montserrat, sans-serif;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 400;
  color: #fff;
}
.input-item input::placeholder,
.input-item textarea::placeholder {
  font-family: Montserrat, sans-serif;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 400;
  color: #fff;
}
main {
  overflow: clip;
  background: #000;
}
.footer {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.footer:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.footer .footer-title {
  font-weight: 600;
  margin-bottom: 20px;
}
.footer .footer-links ul li a,
.footer .text {
  font-size: 14px;
}
.footer .container {
  margin-top: 200px;
  position: relative;
  z-index: 10;
}
.form-wrapp .row {
  margin-bottom: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-wrapp .row .btn {
  width: 100%;
  outline: 0;
  border: none;
}
.disclaimer {
  margin: 30px 0 !important;
}
.disclaimer.row > * {
  padding: 0;
}
.disclaimer .text {
  font-size: 12px;
  font-weight: 600;
}
.footer-bottom {
  padding: 40px 0;
  background-color: #171d2b;
  margin-bottom: -60px;
  margin-top: 60px;
}
.footer-bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
.footer-bottom ul li {
  padding-right: 5px;
  border-right: 1px solid #fff;
  margin-right: 5px;
}
.footer-bottom ul li:last-child {
  border: none;
  margin: 0;
  right: 0;
}
.footer-bottom ul li a {
  color: #fff;
  font-weight: 400;
}
.footer-bottom ul li a:hover {
  color: #000;
}
.footer-copy span {
  margin-right: 5px;
}
.swiper-pagination {
  position: static !important;
  margin-top: 20px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.swiper-pagination-bullet {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 32px !important;
  height: 32px !important;
  padding: 5px 4px !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  margin: 0 4px !important;
  border-radius: 4px !important;
  border: 1px solid #ff9316 !important;
  background: #000 !important;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.popup,
.popup iframe,
.popup-content {
  width: 100%;
  height: 100%;
}
.swiper-pagination-bullet-active {
  color: #ff9316 !important;
}
.text p {
  margin: 0 0 20px;
}
.popup {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: -100%;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  letter-spacing: 0;
}
.popup.active {
  left: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.popup.active .popup-overlay {
  opacity: 0.7;
}
.popup.active .popup-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  left: 0;
  -webkit-transition:
    opacity 0.3s ease-out,
    left,
    -webkit-transform 0.3s ease-out;
  transition:
    transform 0.3s ease-out,
    opacity 0.3s ease-out,
    left,
    -webkit-transform 0.3s ease-out;
  position: relative;
}
.popup-overlay {
  position: absolute;
  left: 0;
  top: -100px;
  right: 0;
  bottom: -100px;
  background: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.popup-content {
  position: absolute;
  top: 0;
  font-size: 0;
  text-align: center;
  -webkit-transition:
    opacity 0.3s ease-out,
    left 0s 0.3s,
    -webkit-transform 0.3s ease-out;
  transition:
    transform 0.3s ease-out,
    opacity 0.3s ease-out,
    left 0s 0.3s,
    -webkit-transform 0.3s ease-out;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
  left: -10000px;
  padding: 15px;
  background: rgba(16, 16, 16, 0.5);
}
.container-overview .row-decor,
.container-overview .row-decor-2,
.popup-layer {
  left: 0;
  bottom: 0;
}
.popup-content:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.popup-align,
.popup-container.active {
  display: -webkit-box;
  display: -ms-flexbox;
}
.popup-container.active {
  position: relative;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  max-height: 98vh;
  text-align: left;
  margin: 0 auto;
}
.popup-layer {
  position: absolute;
  right: 0;
  height: 10000px;
}
.popup-align {
  position: relative;
  max-height: 100vh;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  border-radius: 30px;
  padding: 40px 80px;
  color: #fff;
}
.popup-form input::-webkit-input-placeholder {
  color: #333;
}
.popup-form input::-moz-placeholder {
  color: #333;
}
.popup-form input:-ms-input-placeholder {
  color: #333;
}
.popup-form input::-ms-input-placeholder {
  color: #333;
}
.popup-form input::placeholder {
  color: #333;
}
.popup-wrapper .text-2 {
  font-weight: 700;
  margin-bottom: 15px;
}
.popup-wrapper .img img {
  width: 100px;
  height: 100px;
}
.popup-wrapper .btn {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
.popup iframe {
  position: absolute;
}
.embed-responsive-16by9 {
  padding-bottom: 56.3%;
  min-width: 1000px;
}
.btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  display: inline-block;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.btn-close span {
  height: 25px;
  width: 25px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.btn-close span:after,
.btn-close span:before {
  content: "";
  height: 2px;
  width: 25px;
  display: block;
  position: absolute;
  top: 14px;
  left: -6px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #fff;
}
.btn-close span:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-close:hover {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.video-popup-align {
  overflow: visible;
  max-height: 100vh;
  padding: 0;
}
.video-popup-align .btn-close {
  top: -100px;
  right: -100px;
}
@media screen and (max-width: 1500px) {
  .popup-container {
    max-width: 820px;
  }
}
@media screen and (max-width: 580px) {
  .popup-content {
    padding: 0;
  }
  .popup-container,
  .popup-container.active {
    max-height: 100vh;
  }
  .popup-align {
    min-height: 100vh;
    padding: 44px 20px;
    width: 100%;
  }
  .popup-send .popup-align {
    min-height: 100px;
    padding: 40px 20px;
  }
  .popup-send .popup-align .btn {
    width: 100%;
  }
  .popup-form {
    text-align: left;
  }
}
.iti--separate-dial-code .iti__selected-flag {
  padding: 12px;
  background-color: #e7f2fe;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.iti__selected-dial-code {
  color: #333;
  font-size: 16px;
  font-weight: 400;
}
.iti__country-list {
  border-radius: 12px;
  z-index: 5;
  max-width: 300px;
  overflow-x: hidden;
}
.iti__country,
.simple-page table td,
.simple-page table th,
.testimonail-video .video-wrapper .btn-wrapp {
  padding: 10px;
}
.iti__flag-box {
  margin-right: 10px;
}
.row-submit {
  position: relative;
  z-index: 1 !important;
}
.iti--separate-dial-code .iti__selected-dial-code {
  font-weight: 400;
  font-size: 14px;
}
.iti__country-name {
  font-size: 14px;
  color: #333 !important;
}
.iti__dial-code {
  font-size: 14px;
  color: #999 !important;
}
.makes {
  background: #171d2b;
}
.makes .makes-wrapp {
  margin-top: 40px;
  margin-bottom: -40px;
}
.faq-item,
.makes .makes-item .makes-img,
.promo-wrapp .h3,
.promo-wrapp .text,
.team-item {
  margin-bottom: 30px;
}
.makes .makes-item .makes-img img {
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
  object-fit: contain;
}
.makes .makes-item .makes-title {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}
.customers .row,
.purpose-desc .row,
.want .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cust-about-item {
  padding: 20px;
  border-radius: 20px;
  background: linear-gradient(
    128deg,
    rgba(240, 146, 38, 0.502) 0,
    #ff9316 100%
  );
}
.cust-about-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}
.cust-about-name {
  margin-left: 15px;
  font-weight: 600;
}
.cust-about-icon img {
  min-width: 24px;
  -o-object-fit: contain;
  object-fit: contain;
  aspect-ratio: 1/1;
}
.cust-about-icon {
  padding: 4px;
  background-color: #ff9316;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cust-about-wrapp {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  grid-template-rows: repeat(auto-fit, minmax(270px, 1fr));
  grid-auto-rows: 380px;
  grid-auto-flow: row dense;
  grid-gap: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cust-about-item:first-child,
.cust-about-item:nth-child(3),
.cust-about-item:nth-child(4),
.cust-about-item:nth-child(5),
.cust-about-item:nth-child(6),
.cust-about-item:nth-child(7) {
  grid-column: span 1;
  grid-row: span 1;
}
.cust-about-item:nth-child(2) {
  grid-column: span 2;
  grid-row: span 1;
}
.faq-wrapp {
  margin-bottom: -30px;
}
.faq-title {
  font-weight: 700;
  margin-bottom: 20px;
}
.promo-wrapp {
  border-radius: 30px;
  background: linear-gradient(
    128deg,
    rgba(240, 146, 38, 0.502) 0,
    #ff9316 100%
  );
  padding: 40px;
  text-align: center;
  color: #fff;
}
.promo-wrapp .btn {
  margin: 0 auto;
}
.footer-2 .section-title .text {
  margin: 40px 0;
}
.container-overview {
  border: 1px solid #ff9316;
  border-radius: 20px;
  background: rgba(239, 83, 83, 0.1);
  padding: 40px 54px;
  position: relative;
}
.container-overview .row-decor-2 {
  left: 0 !important;
  right: auto !important;
}
.overview .h2 {
  margin-bottom: 30px;
}
.overview .row-decor {
  left: 0;
  bottom: 0;
}
.overview .row-decor-2,
.overview .row-decor-3 {
  left: auto;
  right: 0;
  padding-right: 0;
}
.overview-wrapp {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #ff9316;
  color: #fff;
  position: relative;
  z-index: 6;
}
.overview-wrapp:last-child {
  border: none;
  padding-bottom: 0;
}
.overview-wrapp:first-child {
  padding-top: 0;
}
.overview-icon {
  margin-right: 25px;
}
.overview-icon img {
  min-width: 35px;
  height: 35px;
  -o-object-fit: contain;
  object-fit: contain;
}
.banner3 .banner-align,
.banner3 .banner-inner {
  height: auto;
}
.banner3 .banner-align {
  padding: 100px 0;
}
.about-desc .h2,
.privacy-detail .h2 {
  text-align: left;
  text-transform: none;
}
.about-desc .about-desc-image {
  border-radius: 30px;
  overflow: hidden;
}
.about-desc .about-desc-image img {
  max-height: 620px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.promo-2 {
  padding-bottom: 0;
}
.footer-not .footer-bottom {
  margin-top: 0;
}
.purpose-wrapp ul li:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  top: 11px;
  left: 5px;
}
.purpose-wrapp ul li span {
  padding-left: 20px;
  font-weight: 700;
  font-size: clamp(16px, 3.9vw, 24px);
  margin-bottom: 15px;
  display: block;
}
.terms-menu-wrapp ol li a,
.terms-menu-wrapp ol li:before {
  font-size: clamp(14px, 3vw, 24px);
}
.team-img {
  border-radius: 20px;
  background: #171d2b;
  font-size: 0;
}
.contact-us .banner-form,
.terms-menu-wrapp {
  background: linear-gradient(
    128deg,
    rgba(240, 146, 38, 0.502) 0,
    #ff9316 100%
  );
  color: #fff;
}
.team-img img {
  max-height: 370px;
  -o-object-fit: cover;
  object-fit: cover;
}
.team-name {
  margin-top: 20px;
  font-weight: 700;
}
.team-prof {
  margin-top: 10px;
  margin-bottom: 25px;
}
.contact-us .banner-form {
  padding: 50px 100px;
  border-radius: 50px;
}
.contact-us .row textarea {
  resize: none;
}
.contact-us .row input,
.contact-us .row textarea {
  background: #fff;
  color: #000 !important;
}
.contact-us .row input::-webkit-input-placeholder,
.contact-us .row textarea::-webkit-input-placeholder {
  color: #333;
}
.contact-us .row input::-moz-placeholder,
.contact-us .row textarea::-moz-placeholder {
  color: #333;
}
.contact-us .row input:-ms-input-placeholder,
.contact-us .row textarea:-ms-input-placeholder {
  color: #333;
}
.contact-us .row input::-ms-input-placeholder,
.contact-us .row textarea::-ms-input-placeholder {
  color: #333;
}
.contact-us .row input::placeholder,
.contact-us .row textarea::placeholder {
  color: #333;
}
.contact-us .btn {
  outline: 0;
  border: none;
  width: 100%;
}
.simple-page ul li {
  position: relative;
  padding-left: 20px;
}
.simple-page ul li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
  top: 9px;
  left: 5px;
}
.simple-page table {
  width: 100%;
  margin-bottom: 15px;
  margin-top: 10px;
  border: 1px solid #fff;
  border-collapse: collapse;
}
.simple-page h4 {
  margin-top: 30px;
  margin-bottom: 20px;
}
.simple-page p b {
  margin-top: 40px;
  display: block;
}
.terms-menu-wrapp {
  padding: 40px 50px;
  border-radius: 30px;
}
.terms-menu-wrapp ol {
  counter-reset: my-awesome-counter;
}
.terms-menu-wrapp ol li {
  margin-bottom: 20px;
  padding-left: 40px;
  position: relative;
  counter-increment: my-awesome-counter;
}
.terms-menu-wrapp ol li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 1px;
  content: counter(my-awesome-counter) ". ";
}
@-webkit-keyframes transY {
  0% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  50% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes transY {
  0% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  50% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dashItem {
  from {
    stroke-dashoffset: 250;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dashItem {
  from {
    stroke-dashoffset: 250;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.testimonail-title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 0 20px;
}
.testimonail-price {
  font-size: 14px;
  font-weight: 400;
}
.testimonail-price span {
  margin-left: 20px;
  font-size: clamp(18px, 3vw, 20px);
}
.testimonail-video {
  border-radius: 20px;
  overflow: hidden;
}
.testimonail-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonail-video .video-wrapper,
.testimonail-video .video-wrapper img,
.testimonails .testimonail-video {
  border-radius: 20px 20px 0 0;
}
.testimonails .swiper-entry {
  z-index: 7;
}
.testimonail-video .video-wrapper:before {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.testimonail-desc {
  background: #ff9316;
  padding: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.testimonail-video .video-btn svg {
  width: 80px;
  height: 80px;
}
.testimonail-video .video-wrapper,
.testimonail-video .video-wrapper img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.testimonail-video,
.testimonail-video .video-wrapper,
.testimonail-video .video-wrapper img {
  height: 260px;
}
.testimonail-saldo {
  font-size: clamp(14px, 3vw, 16px);
}
.testimonail-saldo span {
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 700;
  margin-left: 5px;
}
.testimonail-author {
  font-weight: 500;
  font-size: clamp(16px, 3vw, 20px);
}
.saldo-price {
  font-weight: 600;
  font-size: clamp(24px, 3vw, 32px);
}
@media screen and (max-width: 1400px) {
  .header-container {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 991px) {
  .header-container {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 1400px) {
  .header-container {
    max-width: 1410px !important;
  }
}
