/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  /* 2 */ }

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */ }

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: .67em 0; }

/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000; }

/**
 * 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: -.25em; }

sup {
  top: -.5em; }

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none; }

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse; }

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */ }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-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 */ }

/* Interactive elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation; }

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress; }

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer; }

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute; }

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default; }

@font-face {
  font-family: 'Font-Medium';
  src: url(4b973bfd6876ba57da1ce15f7b66cc7f.eot);
  src: url(4b973bfd6876ba57da1ce15f7b66cc7f.eot?#iefix) format("embedded-opentype"), url(cef045d9f19cb8e779f44575cd7c37c5.woff2) format("woff2"), url(3ea92fcb71fc07b05b9742d65261f91b.woff) format("woff"), url(5013168f0f0b30b5a18cfc66cd43a82b.ttf) format("truetype"), url(5292815dbc558cd4ce4c7f693fc8c4bc.svg#CFModGrotesk-Medium) format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Font-Regular';
  src: url(d208e80c02a3b315f61ee86fcabbdbae.eot);
  src: url(d208e80c02a3b315f61ee86fcabbdbae.eot?#iefix) format("embedded-opentype"), url(f7b36d6ddfd687e66c5d14fca1d06d0b.woff2) format("woff2"), url(e2f9b03ef1670c381c66cb4aff7ee968.woff) format("woff"), url(32625d8c435f005bbd79e44c788f74d9.ttf) format("truetype"), url(1de6a5e10d4d20bf66516baaa35e911f.svg#CFModGrotesk-Regular) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

:root {
  --border-radius:35px;
  --blue:#0080FF;
  --green:#B0FF3F;
  --blue_2:#02AED1;
  --purple:#7030E6;
  --gray:#282828; }
  @media all and (max-width: 960px) {
    :root {
      --border-radius:20px; } }

*,
*:active,
*:focus {
  outline: none;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-size: 26px; }
  @media all and (max-width: 1440px) {
    html {
      font-size: 23px; } }
  @media all and (max-width: 1160px) {
    html {
      font-size: 21px; } }
  @media all and (max-width: 960px) {
    html {
      font-size: 18px; } }
  @media all and (max-width: 660px) {
    html {
      font-size: 16px; } }

body {
  overflow-x: hidden;
  font-family: 'Font-Medium';
  font-weight: 500;
  font-style: normal;
  line-height: 32px;
  color: #fff;
  background: var(--gray);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s; }
  @media all and (max-width: 1440px) {
    body {
      line-height: 30px; } }
  @media all and (max-width: 1160px) {
    body {
      line-height: 27px; } }
  @media all and (max-width: 960px) {
    body {
      line-height: 24px; } }
  @media all and (max-width: 660px) {
    body {
      line-height: 22px; } }

a {
  text-decoration: none;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s; }

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

b, strong, .strong {
  font-family: 'Font-Medium';
  font-weight: normal;
  font-style: normal; }

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

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  font-family: 'Font-Medium';
  font-weight: 500;
  font-style: normal;
  margin: 0;
  padding: 0; }

h1, .h1 {
  font-family: 'Font-Medium';
  font-weight: 500;
  font-style: normal;
  font-size: 42px;
  line-height: 48px; }
  @media all and (max-width: 1440px) {
    h1, .h1 {
      font-size: 34px;
      line-height: 40px; } }
  @media all and (max-width: 1160px) {
    h1, .h1 {
      font-size: 30px;
      line-height: 36px; } }
  @media all and (max-width: 660px) {
    h1, .h1 {
      font-size: 22px;
      line-height: 26px; } }

h2, .h2 {
  font-family: 'Font-Medium';
  font-weight: 500;
  font-style: normal;
  font-size: 26px;
  line-height: 32px; }
  @media all and (max-width: 1440px) {
    h2, .h2 {
      font-size: 22px;
      line-height: 28px; } }
  @media all and (max-width: 1160px) {
    h2, .h2 {
      font-size: 20px;
      line-height: 26px; } }
  @media all and (max-width: 660px) {
    h2, .h2 {
      font-size: 16px;
      line-height: 20px; } }

h3, .h3 {
  font-family: 'Font-Regular';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 22px; }

.big-text {
  font-weight: 500;
  font-style: normal;
  font-family: "Font-Medium";
  font-size: 5.104166vw;
  line-height: 5.104166vw; }
  @media all and (max-width: 1160px) {
    .big-text {
      font-size: 68px;
      line-height: 68px; } }
  @media all and (max-width: 960px) {
    .big-text {
      font-size: 58px;
      line-height: 58px; } }

p {
  margin: 0 0 12px 0; }
  p:last-child {
    margin: 0 !important; }

#app {
  overflow: hidden; }

#content {
  padding: 0 10px; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.uppercase {
  text-transform: uppercase; }

.gform_validation_errors {
  display: none !important; }

.gfield.gfield_error input,
.gfield.gfield_error select {
  border: solid 1px #c60c0e; }

.gfield.gfield_error textarea {
  border: solid 1px #c60c0e; }

.gfield > label {
  display: none; }

.gform_fields {
  width: 100%; }

.gfield {
  width: 100%;
  padding: 0;
  margin: 0 0 10px; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s; }

.gfield_validation_message {
  display: none; }

input {
  border: none;
  outline: none;
  width: 100%;
  display: block;
  background: #000;
  border-radius: var(--border-radius);
  height: 6.25vw;
  padding: 0 40px !important;
  color: #fff;
  font-family: 'Font-Medium';
  font-weight: 500;
  font-style: normal;
  font-size: 26px;
  line-height: 32px; }
  @media all and (max-width: 1440px) {
    input {
      font-size: 22px;
      line-height: 28px; } }
  @media all and (max-width: 1160px) {
    input {
      font-size: 20px;
      line-height: 26px; } }
  @media all and (max-width: 660px) {
    input {
      font-size: 16px;
      line-height: 20px; } }
  @media all and (min-width: 1921px) {
    input {
      height: 120px; } }
  @media all and (max-width: 1160px) {
    input {
      height: 80px; } }
  @media all and (max-width: 960px) {
    input {
      padding: 0 20px !important; } }
  input::-webkit-input-placeholder {
    font-family: 'Font-Medium';
    font-weight: 500;
    font-style: normal;
    font-size: 26px;
    line-height: 32px;
    color: #fff; }
    @media all and (max-width: 1440px) {
      input::-webkit-input-placeholder {
        font-size: 22px;
        line-height: 28px; } }
    @media all and (max-width: 1160px) {
      input::-webkit-input-placeholder {
        font-size: 20px;
        line-height: 26px; } }
    @media all and (max-width: 660px) {
      input::-webkit-input-placeholder {
        font-size: 16px;
        line-height: 20px; } }
  input::-moz-placeholder {
    font-family: 'Font-Medium';
    font-weight: 500;
    font-style: normal;
    font-size: 26px;
    line-height: 32px;
    color: #fff; }
    @media all and (max-width: 1440px) {
      input::-moz-placeholder {
        font-size: 22px;
        line-height: 28px; } }
    @media all and (max-width: 1160px) {
      input::-moz-placeholder {
        font-size: 20px;
        line-height: 26px; } }
    @media all and (max-width: 660px) {
      input::-moz-placeholder {
        font-size: 16px;
        line-height: 20px; } }
  input:-ms-input-placeholder {
    font-family: 'Font-Medium';
    font-weight: 500;
    font-style: normal;
    font-size: 26px;
    line-height: 32px;
    color: #fff; }
    @media all and (max-width: 1440px) {
      input:-ms-input-placeholder {
        font-size: 22px;
        line-height: 28px; } }
    @media all and (max-width: 1160px) {
      input:-ms-input-placeholder {
        font-size: 20px;
        line-height: 26px; } }
    @media all and (max-width: 660px) {
      input:-ms-input-placeholder {
        font-size: 16px;
        line-height: 20px; } }
  input:-moz-placeholder {
    font-family: 'Font-Medium';
    font-weight: 500;
    font-style: normal;
    font-size: 26px;
    line-height: 32px;
    color: #fff; }
    @media all and (max-width: 1440px) {
      input:-moz-placeholder {
        font-size: 22px;
        line-height: 28px; } }
    @media all and (max-width: 1160px) {
      input:-moz-placeholder {
        font-size: 20px;
        line-height: 26px; } }
    @media all and (max-width: 660px) {
      input:-moz-placeholder {
        font-size: 16px;
        line-height: 20px; } }

textarea {
  border: none;
  outline: none;
  width: 100%;
  display: block;
  background: #000;
  border-radius: var(--border-radius);
  padding: 40px !important;
  min-height: 250px;
  max-height: 250px;
  font-family: 'Font-Medium';
  font-weight: 500;
  font-style: normal;
  font-size: 26px;
  line-height: 32px; }
  @media all and (max-width: 1440px) {
    textarea {
      font-size: 22px;
      line-height: 28px; } }
  @media all and (max-width: 1160px) {
    textarea {
      font-size: 20px;
      line-height: 26px; } }
  @media all and (max-width: 660px) {
    textarea {
      font-size: 16px;
      line-height: 20px; } }
  @media all and (max-width: 960px) {
    textarea {
      padding: 20px !important; } }
  textarea::-webkit-input-placeholder {
    font-family: 'Font-Medium';
    font-weight: 500;
    font-style: normal;
    font-size: 26px;
    line-height: 32px;
    color: #fff; }
    @media all and (max-width: 1440px) {
      textarea::-webkit-input-placeholder {
        font-size: 22px;
        line-height: 28px; } }
    @media all and (max-width: 1160px) {
      textarea::-webkit-input-placeholder {
        font-size: 20px;
        line-height: 26px; } }
    @media all and (max-width: 660px) {
      textarea::-webkit-input-placeholder {
        font-size: 16px;
        line-height: 20px; } }
  textarea::-moz-placeholder {
    font-family: 'Font-Medium';
    font-weight: 500;
    font-style: normal;
    font-size: 26px;
    line-height: 32px;
    color: #fff; }
    @media all and (max-width: 1440px) {
      textarea::-moz-placeholder {
        font-size: 22px;
        line-height: 28px; } }
    @media all and (max-width: 1160px) {
      textarea::-moz-placeholder {
        font-size: 20px;
        line-height: 26px; } }
    @media all and (max-width: 660px) {
      textarea::-moz-placeholder {
        font-size: 16px;
        line-height: 20px; } }
  textarea:-ms-input-placeholder {
    font-family: 'Font-Medium';
    font-weight: 500;
    font-style: normal;
    font-size: 26px;
    line-height: 32px;
    color: #fff; }
    @media all and (max-width: 1440px) {
      textarea:-ms-input-placeholder {
        font-size: 22px;
        line-height: 28px; } }
    @media all and (max-width: 1160px) {
      textarea:-ms-input-placeholder {
        font-size: 20px;
        line-height: 26px; } }
    @media all and (max-width: 660px) {
      textarea:-ms-input-placeholder {
        font-size: 16px;
        line-height: 20px; } }
  textarea:-moz-placeholder {
    font-family: 'Font-Medium';
    font-weight: 500;
    font-style: normal;
    font-size: 26px;
    line-height: 32px;
    color: #fff; }
    @media all and (max-width: 1440px) {
      textarea:-moz-placeholder {
        font-size: 22px;
        line-height: 28px; } }
    @media all and (max-width: 1160px) {
      textarea:-moz-placeholder {
        font-size: 20px;
        line-height: 26px; } }
    @media all and (max-width: 660px) {
      textarea:-moz-placeholder {
        font-size: 16px;
        line-height: 20px; } }

input[type="submit"] {
  font-family: 'Font-Regular';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  height: 60px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none; }
  @media all and (max-width: 1160px) {
    input[type="submit"] {
      height: 50px; } }
  @media all and (max-width: 960px) {
    input[type="submit"] {
      border-radius: 30px; } }

.gfield_description.instruction {
  padding: 10px 10px 0;
  font-family: 'Font-Regular';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 22px; }

/* &::-webkit-input-placeholder {
	@include h5;
	color: #fff;
}

&::-moz-placeholder {
	@include h5;
	color: #fff;
}

&:-ms-input-placeholder {
	@include h5;
	color: #fff;
}

&:-moz-placeholder {
	@include h5;
	color: #fff;
}
 */
fieldset {
  border: 0; }
  fieldset.gfield--type-password {
    margin: 0; }
  fieldset legend {
    display: none; }

.ginput_password {
  display: block;
  margin: 0 0 10px; }
  .ginput_password label {
    display: none; }
  .ginput_password .password_input_container {
    position: relative; }
    .ginput_password .password_input_container .gform_show_password {
      outline: none;
      border: 0;
      background: transparent;
      position: absolute;
      right: 10px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 30px;
      height: 30px; }
      .ginput_password .password_input_container .gform_show_password span {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }

.show-in-view {
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: opacity 0.75s;
  -o-transition: opacity 0.75s;
  transition: opacity 0.75s; }
  .show-in-view.active {
    opacity: 1; }

.menu-link {
  color: #fff;
  background: transparent;
  border-radius: 30px;
  height: 60px;
  display: block;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 40px; }
  @media all and (max-width: 1160px) {
    .menu-link {
      height: 50px;
      border-radius: 25px; } }
  @media all and (max-width: 960px) {
    .menu-link {
      height: 40px;
      border-radius: 20px; } }
  .menu-link span {
    /* line-height: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        text-align: center;*/ }
  .menu-link:hover {
    background: var(--gray); }
  @media all and (max-width: 960px) {
    .menu-link {
      border-radius: none;
      height: unset;
      padding: 0; }
      .menu-link span {
        line-height: 22px;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        position: static; }
      .menu-link:hover {
        background: transparent; } }

.circular-link {
  display: block;
  width: 60px;
  height: 60px;
  background: var(--gray);
  position: relative;
  color: #fff;
  border-radius: 50%;
  border: 1px solid var(--gray); }
  @media all and (max-width: 1160px) {
    .circular-link {
      width: 50px;
      height: 50px; } }
  @media all and (max-width: 960px) {
    .circular-link {
      width: 40px;
      height: 40px; } }
  .circular-link:hover {
    background: #fff;
    color: #000; }
  .circular-link > span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    line-height: 0; }

[lang="el"] .switch-btn > div {
  min-width: 190px; }
  @media all and (max-width: 1160px) {
    [lang="el"] .switch-btn > div {
      min-width: 180px; } }
  @media all and (max-width: 960px) {
    [lang="el"] .switch-btn > div {
      min-width: 150px; } }
  [lang="el"] .switch-btn > div .circle-container {
    -webkit-transform: translateX(calc(100% + 70px));
        -ms-transform: translateX(calc(100% + 70px));
            transform: translateX(calc(100% + 70px)); }
    @media all and (max-width: 1160px) {
      [lang="el"] .switch-btn > div .circle-container {
        -webkit-transform: translateX(calc(100% + 80px));
            -ms-transform: translateX(calc(100% + 80px));
                transform: translateX(calc(100% + 80px)); } }
    @media all and (max-width: 960px) {
      [lang="el"] .switch-btn > div .circle-container {
        -webkit-transform: translateX(calc(100% + 70px));
            -ms-transform: translateX(calc(100% + 70px));
                transform: translateX(calc(100% + 70px)); } }
    [lang="el"] .switch-btn > div .circle-container .white-bg {
      min-width: 190px; }
      @media all and (max-width: 1160px) {
        [lang="el"] .switch-btn > div .circle-container .white-bg {
          min-width: 180px; } }
      @media all and (max-width: 960px) {
        [lang="el"] .switch-btn > div .circle-container .white-bg {
          min-width: 150px; } }

.switch-btn > div {
  height: 60px;
  min-width: 150px;
  border: 1px solid #282828;
  background: #000;
  display: inline-block;
  border-radius: var(--border-radius);
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  overflow: hidden; }
  @media all and (max-width: 1160px) {
    .switch-btn > div {
      height: 50px;
      min-width: 140px; } }
  @media all and (max-width: 960px) {
    .switch-btn > div {
      height: 40px;
      min-width: 110px; } }
  .switch-btn > div:has(a:hover) .circle-container {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
    .switch-btn > div:has(a:hover) .circle-container .white-bg {
      -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
              transform: scaleX(1); }
  .switch-btn > div:has(a:hover) .title {
    display: none; }
  .switch-btn > div:has(a:hover) .title-2 {
    display: block; }
  .switch-btn > div a {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .switch-btn > div .title {
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media all and (max-width: 960px) {
      .switch-btn > div .title {
        left: 20px;
        font-size: 14px;
        line-height: 20px; } }
  .switch-btn > div .title-2 {
    display: none;
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #000;
    z-index: 1; }
    @media all and (max-width: 960px) {
      .switch-btn > div .title-2 {
        right: 20px;
        font-size: 14px;
        line-height: 20px; } }
  .switch-btn > div .circle-container {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(calc(100% + 30px));
        -ms-transform: translateX(calc(100% + 30px));
            transform: translateX(calc(100% + 30px));
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s; }
    @media all and (max-width: 1160px) {
      .switch-btn > div .circle-container {
        -webkit-transform: translateX(calc(100% + 40px));
            -ms-transform: translateX(calc(100% + 40px));
                transform: translateX(calc(100% + 40px)); } }
    @media all and (max-width: 960px) {
      .switch-btn > div .circle-container {
        -webkit-transform: translateX(calc(100% + 30px));
            -ms-transform: translateX(calc(100% + 30px));
                transform: translateX(calc(100% + 30px)); } }
    .switch-btn > div .circle-container .circle {
      width: 60px;
      height: 60px;
      background: var(--gray);
      position: relative;
      color: #fff;
      border-radius: 50%;
      z-index: 1; }
      @media all and (max-width: 1160px) {
        .switch-btn > div .circle-container .circle {
          width: 50px;
          height: 50px; } }
      @media all and (max-width: 960px) {
        .switch-btn > div .circle-container .circle {
          width: 40px;
          height: 40px; } }
      .switch-btn > div .circle-container .circle > div {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
    .switch-btn > div .circle-container .white-bg {
      width: 150px;
      height: 60px;
      border-radius: var(--border-radius);
      background: #fff;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s; }
      @media all and (max-width: 1160px) {
        .switch-btn > div .circle-container .white-bg {
          width: 140px;
          height: 50px; } }
      @media all and (max-width: 960px) {
        .switch-btn > div .circle-container .white-bg {
          width: 140px;
          height: 40px; } }

.page-begin {
  padding: 80px 0 0; }
  @media all and (max-width: 1160px) {
    .page-begin {
      padding: 70px 0 0; } }
  @media all and (max-width: 960px) {
    .page-begin {
      padding: 60px 0 0; } }
  .page-begin > h1 {
    display: none; }

.block-intro-text {
  background: #000;
  border-radius: var(--border-radius);
  margin: 0 0 10px; }
  .block-intro-text > div {
    padding: 40px 40px 150px; }
    @media all and (max-width: 1160px) {
      .block-intro-text > div {
        padding: 40px 40px 120px; } }
    @media all and (max-width: 960px) {
      .block-intro-text > div {
        padding: 20px 20px 80px; } }
    @media all and (max-width: 660px) {
      .block-intro-text > div {
        padding: 20px;
        min-height: calc(100vw - 20px); } }
  .block-intro-text a {
    color: var(--blue); }
    .block-intro-text a:hover {
      color: #fff; }
  .block-intro-text.change-color a:hover {
    color: #000; }

.block-full-width-video {
  border-radius: var(--border-radius);
  overflow: hidden;
  background: #000;
  margin: 0 0 10px; }
  .block-full-width-video > div {
    height: 34.895833vw;
    position: relative; }
    @media all and (max-width: 960px) {
      .block-full-width-video > div {
        height: 50vw; } }
    @media all and (max-width: 660px) {
      .block-full-width-video > div {
        height: calc(100vw - 20px); } }
    .block-full-width-video > div video {
      width: 100%;
      height: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      @media all and (max-width: 660px) {
        .block-full-width-video > div video {
          width: auto;
          height: 100%; } }

.block-title-text-1 {
  background: #000;
  margin: 0 0 10px;
  border-radius: var(--border-radius); }
  .block-title-text-1:last-of-type {
    margin: 0; }
  .block-title-text-1 > .flex {
    padding: 50px 40px;
    margin: 0 -5px; }
    @media all and (max-width: 960px) {
      .block-title-text-1 > .flex {
        padding: 20px; } }
  .block-title-text-1 .col-1 {
    width: 50%;
    padding: 0 5px; }
    @media all and (max-width: 660px) {
      .block-title-text-1 .col-1 {
        width: 100%;
        margin: 0 0 30vw; } }
  .block-title-text-1 .col-2 {
    width: 50%;
    padding: 0 5px; }
    @media all and (max-width: 660px) {
      .block-title-text-1 .col-2 {
        width: 100%; } }
    .block-title-text-1 .col-2 > div {
      padding: 0 calc(1 / 6 * 100%) 0 0; }
      @media all and (max-width: 1160px) {
        .block-title-text-1 .col-2 > div {
          padding: 0; } }

.block-title-text-2 {
  background: #000;
  margin: 0 0 10px;
  border-radius: var(--border-radius); }
  .block-title-text-2 > .flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4.0625vw 40px;
    margin: 0 -5px;
    /*.col-1 {
            margin: 0 90px 0 0;
            padding: 0 5px;
            @media all and (max-width:1160px) {
                margin: 0 45px 0 0;
            }
            @media all and (max-width:960px) {
                margin: 0 20px 0 0;
            }
            @media all and (max-width:660px) {
                margin: 0 5px 0 0;
            }

            .dot {
                width: 24px;
                height: 24px;
                border-radius: 50%;

                &.purple {
                    background: var(--purple);
                }

                &.green {
                    background: var(--green);
                }
            }
        }

        .col-2 {
            padding: 0 5px;
        }

        .col-3 {
            margin: 0 0 0 auto;
            width: 50%;
            padding: 0 5px;
            @media all and (max-width:660px) {
                width: 100%;
                margin:auto 0 0;
            }

            > div {
                padding: 0 calc(1 / 6 * 100%) 0 40px;
                @media all and (max-width:1440px) {
                    padding: 0 40px;
                }
                @media all and (max-width:960px) {
                    padding: 0;
                }
            }
        }*/ }
    @media all and (max-width: 960px) {
      .block-title-text-2 > .flex {
        padding: 20px; } }
    @media all and (max-width: 660px) {
      .block-title-text-2 > .flex {
        min-height: calc(100vw - 20px);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    .block-title-text-2 > .flex .col-1 {
      padding: 0 5px; }
      .block-title-text-2 > .flex .col-1.purple > h2:before {
        background: var(--purple); }
      .block-title-text-2 > .flex .col-1.green > h2:before {
        background: var(--green); }
      .block-title-text-2 > .flex .col-1 > h2 {
        padding: 0 0 0 120px;
        position: relative; }
        @media all and (max-width: 1160px) {
          .block-title-text-2 > .flex .col-1 > h2 {
            padding: 0 0 0 80px; } }
        @media all and (max-width: 960px) {
          .block-title-text-2 > .flex .col-1 > h2 {
            padding: 0 0 0 40px; } }
        .block-title-text-2 > .flex .col-1 > h2:before {
          border-radius: 50%;
          content: '';
          position: absolute;
          top: 50%;
          left: 0;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          width: 24px;
          height: 24px; }
          @media all and (max-width: 960px) {
            .block-title-text-2 > .flex .col-1 > h2:before {
              width: 20px;
              height: 20px; } }
    .block-title-text-2 > .flex .col-2 {
      margin: 0 0 0 auto;
      width: 50%;
      padding: 0 5px; }
      @media all and (max-width: 660px) {
        .block-title-text-2 > .flex .col-2 {
          width: 100%;
          margin: auto 0 0; } }
      .block-title-text-2 > .flex .col-2 > div {
        padding: 0 calc(1 / 6 * 100%) 0 40px; }
        @media all and (max-width: 1440px) {
          .block-title-text-2 > .flex .col-2 > div {
            padding: 0 40px; } }
        @media all and (max-width: 960px) {
          .block-title-text-2 > .flex .col-2 > div {
            padding: 0; } }

.block-title-text-3 {
  background: #000;
  margin: 0 0 10px;
  border-radius: var(--border-radius); }
  .block-title-text-3:last-of-type {
    margin: 0; }
  .block-title-text-3 > .flex {
    padding: 50px 40px 100px;
    margin: 0 -5px; }
    @media all and (max-width: 960px) {
      .block-title-text-3 > .flex {
        padding: 20px; } }
    @media all and (max-width: 660px) {
      .block-title-text-3 > .flex {
        min-height: calc(100vw - 20px);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .block-title-text-3 .col-1 {
    width: 50%;
    padding: 0 5px; }
    @media all and (max-width: 660px) {
      .block-title-text-3 .col-1 {
        width: 100%;
        margin: 0 0 20px; } }
  .block-title-text-3 .col-2 {
    width: 50%;
    padding: 0 5px; }
    @media all and (max-width: 660px) {
      .block-title-text-3 .col-2 {
        width: 100%;
        margin: auto 0 0; } }
    .block-title-text-3 .col-2 > div {
      padding: 0 calc(1 / 6 * 100%) 0 0; }
      @media all and (max-width: 1160px) {
        .block-title-text-3 .col-2 > div {
          padding: 0; } }

.block-big-title {
  margin: 0 0 10px;
  background: #000;
  border-radius: var(--border-radius); }
  .block-big-title > .flex {
    padding: 36px 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media all and (max-width: 1440px) {
      .block-big-title > .flex {
        padding: 30px 40px; } }
    @media all and (max-width: 960px) {
      .block-big-title > .flex {
        padding: 22px 20px; } }
    @media all and (max-width: 660px) {
      .block-big-title > .flex {
        padding: 25px 20px; } }
  .block-big-title .col-1 {
    margin: 0 90px 0 0; }
    @media all and (max-width: 1160px) {
      .block-big-title .col-1 {
        margin: 0 45px 0 0; } }
    @media all and (max-width: 960px) {
      .block-big-title .col-1 {
        margin: 0 20px 0 0; } }
  .block-big-title .dot {
    width: 24px;
    height: 24px;
    border-radius: 50%; }
    @media all and (max-width: 960px) {
      .block-big-title .dot {
        width: 20px;
        height: 20px; } }
    .block-big-title .dot.purple {
      background: var(--purple); }

.block-big-title-2 {
  margin: 0 0 10px;
  background: #000;
  border-radius: var(--border-radius); }
  .block-big-title-2 > div {
    padding: 2.291666vw 40px; }
    @media all and (max-width: 960px) {
      .block-big-title-2 > div {
        padding: 27px 20px; } }
    @media all and (max-width: 660px) {
      .block-big-title-2 > div {
        padding: 28px 20px; } }
  .block-big-title-2.for-slider > .flex {
    padding: 1.55vw 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -5px; }
    .block-big-title-2.for-slider > .flex > div {
      padding: 0 5px; }
    @media all and (max-width: 960px) {
      .block-big-title-2.for-slider > .flex {
        padding: 20px; } }
    @media all and (max-width: 660px) {
      .block-big-title-2.for-slider > .flex {
        padding: 18px 20px; } }

.block-text-button {
  background: #000;
  border-radius: var(--border-radius);
  margin: 0 0 10px; }
  .block-text-button > div {
    padding: 50px 40px; }
    @media all and (max-width: 960px) {
      .block-text-button > div {
        padding: 20px; } }
    @media all and (max-width: 660px) {
      .block-text-button > div {
        min-height: calc(100vw - 20px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .block-text-button .upper {
    padding: 0 16.66667% 100px 0; }
    @media all and (max-width: 960px) {
      .block-text-button .upper {
        padding: 0 16.66667% 80px 0; } }
    @media all and (max-width: 660px) {
      .block-text-button .upper {
        padding: 0 0 60px; } }
  .block-text-button .lower {
    text-align: right; }
    @media all and (max-width: 660px) {
      .block-text-button .lower {
        margin: auto 0 0; } }

.block-text-form > .flex {
  margin: 0 -5px; }

.block-text-form .col-1 {
  margin: 0 0 10px;
  width: 50%;
  padding: 0 5px;
  height: inherit; }
  @media all and (max-width: 960px) {
    .block-text-form .col-1 {
      width: 100%; } }
  .block-text-form .col-1 > div {
    height: 100%;
    background: #000;
    padding: 50px 40px;
    border-radius: var(--border-radius);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media all and (max-width: 960px) {
      .block-text-form .col-1 > div {
        padding: 20px; } }
    @media all and (max-width: 660px) {
      .block-text-form .col-1 > div {
        min-height: calc(100vw - 20px); } }
    .block-text-form .col-1 > div .lower {
      margin: auto 0 0;
      padding: 10px 0 0; }
      @media all and (max-width: 660px) {
        .block-text-form .col-1 > div .lower {
          padding: 40px 0 0; } }

.block-text-form .col-2 {
  margin: 0 0 10px;
  width: 50%;
  padding: 0 5px; }
  .block-text-form .col-2:has(.gform_confirmation_wrapper) > div {
    height: 100%; }
  .block-text-form .col-2:has(.gform_confirmation_wrapper) .gform_confirmation_wrapper {
    color: #fff;
    height: 100%;
    background: #000;
    border-radius: var(--border-radius);
    padding: 50px 40px; }
  @media all and (max-width: 960px) {
    .block-text-form .col-2 {
      width: 100%; } }
  .block-text-form .col-2 .logged-in {
    height: 100%;
    border-radius: var(--border-radius);
    background: #000;
    padding: 50px 40px; }
    @media all and (max-width: 960px) {
      .block-text-form .col-2 .logged-in {
        padding: 20px; } }
    .block-text-form .col-2 .logged-in a {
      color: #fff;
      opacity: 0.3; }
      .block-text-form .col-2 .logged-in a:hover {
        opacity: 1; }

.block-clients-slider {
  margin: 0 0 10px; }
  .block-clients-slider .slick-slide {
    margin: 0 5px; }
    @media all and (max-width: 660px) {
      .block-clients-slider .slick-slide {
        width: 45vw; } }
    .block-clients-slider .slick-slide > div {
      line-height: 0; }
    .block-clients-slider .slick-slide .client {
      padding-top: 100%;
      position: relative;
      background: #000;
      border-radius: var(--border-radius); }
    .block-clients-slider .slick-slide a:hover {
      background: var(--purple) !important; }
    .block-clients-slider .slick-slide img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      max-width: 60%;
      max-height: 60%;
      -webkit-transition: -webkit-filter 0.35s;
      transition: -webkit-filter 0.35s;
      -o-transition: filter 0.35s;
      transition: filter 0.35s;
      transition: filter 0.35s, -webkit-filter 0.35s; }
  .block-clients-slider .slick-list {
    overflow: visible; }

.block-numbers > .flex {
  margin: 0 -5px; }
  .block-numbers > .flex > .col-1 {
    width: 50%;
    padding: 0 5px; }
    @media all and (max-width: 960px) {
      .block-numbers > .flex > .col-1 {
        width: 100%;
        margin: 0 0 10px; } }
    .block-numbers > .flex > .col-1 .video-container {
      height: calc(100vh - 90px);
      position: relative;
      overflow: hidden;
      border-radius: var(--border-radius); }
      @media all and (max-width: 1160px) {
        .block-numbers > .flex > .col-1 .video-container {
          height: calc(100vh - 80px); } }
      @media all and (max-width: 960px) {
        .block-numbers > .flex > .col-1 .video-container {
          height: 50vw; } }
      @media all and (max-width: 660px) {
        .block-numbers > .flex > .col-1 .video-container {
          height: calc(100vw - 20px); } }
      .block-numbers > .flex > .col-1 .video-container video {
        width: auto;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
        @media all and (max-width: 960px) {
          .block-numbers > .flex > .col-1 .video-container video {
            width: 100%;
            height: auto; } }
        @media all and (max-width: 660px) {
          .block-numbers > .flex > .col-1 .video-container video {
            width: auto;
            height: 100%; } }
    .block-numbers > .flex > .col-1 .bg-image {
      height: calc(100vh - 90px);
      border-radius: var(--border-radius); }
      @media all and (max-width: 1160px) {
        .block-numbers > .flex > .col-1 .bg-image {
          height: calc(100vh - 80px); } }
      @media all and (max-width: 660px) {
        .block-numbers > .flex > .col-1 .bg-image {
          height: 50vw; } }
      @media all and (max-width: 660px) {
        .block-numbers > .flex > .col-1 .bg-image {
          height: calc(100vw - 20px); } }
  .block-numbers > .flex > .col-2 {
    width: 50%;
    padding: 0 5px; }
    @media all and (max-width: 960px) {
      .block-numbers > .flex > .col-2 {
        width: 100%; } }
    .block-numbers > .flex > .col-2 .block-first-text {
      margin: 0 0 10px;
      background: #000;
      border-radius: var(--border-radius); }
      .block-numbers > .flex > .col-2 .block-first-text > div {
        padding: 50px 40px 10.416666vw; }
        @media all and (max-width: 1160px) {
          .block-numbers > .flex > .col-2 .block-first-text > div {
            padding: 50px 40px 120px; } }
        @media all and (max-width: 960px) {
          .block-numbers > .flex > .col-2 .block-first-text > div {
            padding: 28px 20px; } }
        @media all and (max-width: 660px) {
          .block-numbers > .flex > .col-2 .block-first-text > div {
            padding: 20px;
            min-height: 100vw; } }
    .block-numbers > .flex > .col-2 .block-number {
      margin: 0 0 10px; }
      .block-numbers > .flex > .col-2 .block-number > div {
        background: #000;
        border-radius: var(--border-radius);
        padding: 50px 40px; }
        @media all and (max-width: 960px) {
          .block-numbers > .flex > .col-2 .block-number > div {
            padding: 20px; } }
        @media all and (max-width: 660px) {
          .block-numbers > .flex > .col-2 .block-number > div {
            min-height: calc(100vw - 20px);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; } }
      .block-numbers > .flex > .col-2 .block-number .block-upper {
        padding: 0 0 14.583333vw; }
        @media all and (max-width: 1160px) {
          .block-numbers > .flex > .col-2 .block-number .block-upper {
            padding: 0 0 120px; } }
        @media all and (max-width: 960px) {
          .block-numbers > .flex > .col-2 .block-number .block-upper {
            padding: 0 0 20px; }
            .block-numbers > .flex > .col-2 .block-number .block-upper .col-2 {
              width: calc(100% - 56px); } }
        .block-numbers > .flex > .col-2 .block-number .block-upper .block-index {
          margin: 0 90px 0 0; }
          @media all and (max-width: 1160px) {
            .block-numbers > .flex > .col-2 .block-number .block-upper .block-index {
              margin: 0 45px 0 0; } }
          @media all and (max-width: 960px) {
            .block-numbers > .flex > .col-2 .block-number .block-upper .block-index {
              margin: 0 20px 0 0; } }
        .block-numbers > .flex > .col-2 .block-number .block-upper > .flex {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
      @media all and (max-width: 660px) {
        .block-numbers > .flex > .col-2 .block-number .block-lower {
          margin: auto 0 0; } }

.block-cards-1 > .flex {
  margin: 0 -5px; }

.block-cards-1 .card {
  width: 25%; }
  @media all and (max-width: 1160px) {
    .block-cards-1 .card {
      width: 50%; } }
  @media all and (max-width: 660px) {
    .block-cards-1 .card {
      width: 100%; } }
  .block-cards-1 .card .card__container {
    height: 28.125vw;
    min-height: 470px;
    padding: 50px 40px;
    background: #000;
    border-radius: var(--border-radius);
    -webkit-transition: background-color 0.35s;
    -o-transition: background-color 0.35s;
    transition: background-color 0.35s; }
    .block-cards-1 .card .card__container:hover {
      background-color: var(--blue_2); }
    @media all and (max-width: 1160px) {
      .block-cards-1 .card .card__container {
        height: 100%;
        min-height: unset; } }
    @media all and (max-width: 960px) {
      .block-cards-1 .card .card__container {
        padding: 20px; } }
    @media all and (max-width: 660px) {
      .block-cards-1 .card .card__container {
        min-height: calc(100vw - 20px); } }
    .block-cards-1 .card .card__container > .flex {
      height: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }

.block-cards-1 .upper {
  padding: 0 0 20px; }
  @media all and (max-width: 1160px) {
    .block-cards-1 .upper {
      padding: 0 0 80px; } }
  @media all and (max-width: 660px) {
    .block-cards-1 .upper {
      padding: 0 0 40px; } }

.block-cards-1 .lower {
  margin: auto 0 0; }
  .block-cards-1 .lower > div {
    width: 60px;
    height: 60px;
    background: var(--gray);
    border-radius: 50%;
    color: #fff;
    position: relative; }
    @media all and (max-width: 1160px) {
      .block-cards-1 .lower > div {
        width: 50px;
        height: 50px; } }
    @media all and (max-width: 960px) {
      .block-cards-1 .lower > div {
        width: 40px;
        height: 40px; } }
    .block-cards-1 .lower > div > div {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      @media all and (max-width: 1160px) {
        .block-cards-1 .lower > div > div svg {
          width: 18px;
          height: auto; } }

.block-cards-2 > .flex {
  margin: 0 -5px; }
  @media all and (max-width: 960px) {
    .block-cards-2 > .flex {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.block-cards-2 .card {
  width: calc(1 / 7 * 100%);
  padding: 0 5px;
  margin: 0 0 10px; }
  @media all and (max-width: 960px) {
    .block-cards-2 .card {
      width: 50%; } }
  @media all and (max-width: 660px) {
    .block-cards-2 .card {
      width: 100%; } }
  .block-cards-2 .card > div {
    background: #000;
    color: #282828;
    border-radius: var(--border-radius);
    padding: 50px 10px;
    position: relative;
    overflow: hidden; }
    @media all and (max-width: 960px) {
      .block-cards-2 .card > div {
        padding: 20px; } }
    @media all and (max-width: 660px) {
      .block-cards-2 .card > div {
        padding: 0; } }
    .block-cards-2 .card > div:before {
      content: "";
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 0;
      height: 0;
      background: var(--blue);
      -webkit-transition: 0.75s, left 0s, top 0s;
      -o-transition: 0.75s, left 0s, top 0s;
      transition: 0.75s, left 0s, top 0s;
      border-radius: 50%;
      top: var(--y);
      left: var(--x); }
    .block-cards-2 .card > div:hover:before {
      width: 1600px;
      height: 1600px; }
    .block-cards-2 .card > div:hover > div {
      color: #fff; }
    .block-cards-2 .card > div > div {
      text-align: center;
      position: relative; }
      @media all and (max-width: 660px) {
        .block-cards-2 .card > div > div {
          padding: 20px;
          min-height: calc(100vw - 20px);
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .block-cards-2 .card > div > div > h2 {
        padding: 0 0 6.25vw;
        -webkit-transition: color 0.35s;
        -o-transition: color 0.35s;
        transition: color 0.35s; }
        @media all and (max-width: 1440px) {
          .block-cards-2 .card > div > div > h2 {
            font-size: 21px;
            line-height: 27px; } }
        @media all and (max-width: 1160px) {
          .block-cards-2 .card > div > div > h2 {
            font-size: 19px;
            line-height: 25px; } }
        @media all and (max-width: 960px) {
          .block-cards-2 .card > div > div > h2 {
            padding: 0 0 40px;
            font-size: 20px;
            line-height: 26px; } }
      @media all and (max-width: 660px) {
        .block-cards-2 .card > div > div > div {
          margin: auto 0 0; } }
      .block-cards-2 .card > div > div svg {
        width: 100%;
        height: auto;
        -webkit-transition: color 0.35s;
        -o-transition: color 0.35s;
        transition: color 0.35s; }
        @media all and (max-width: 960px) {
          .block-cards-2 .card > div > div svg {
            width: 40%; } }
        @media all and (max-width: 660px) {
          .block-cards-2 .card > div > div svg {
            width: 75%; } }

.block-video-text {
  margin: 0 0 10px; }
  .block-video-text > .flex {
    margin: 0 -5px; }
  .block-video-text .col-1 {
    width: 50%;
    padding: 0 5px; }
    @media all and (max-width: 960px) {
      .block-video-text .col-1 {
        width: 100%;
        margin: 0 0 10px; } }
    .block-video-text .col-1 > div {
      overflow: hidden;
      position: relative;
      height: 34.895833vw;
      min-height: 100%;
      background: #000;
      border-radius: var(--border-radius); }
      @media all and (max-width: 960px) {
        .block-video-text .col-1 > div {
          height: 50vw; } }
      @media all and (max-width: 660px) {
        .block-video-text .col-1 > div {
          height: calc(100vw - 20px); } }
      .block-video-text .col-1 > div video {
        width: auto;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
        @media all and (max-width: 960px) {
          .block-video-text .col-1 > div video {
            width: 100%;
            height: auto; } }
        @media all and (max-width: 660px) {
          .block-video-text .col-1 > div video {
            width: auto;
            height: 100%; } }
  .block-video-text .col-2 {
    width: 50%;
    padding: 0 5px; }
    @media all and (max-width: 960px) {
      .block-video-text .col-2 {
        width: 100%; } }
    .block-video-text .col-2 > div {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 50px 40px;
      border-radius: var(--border-radius); }
      @media all and (max-width: 960px) {
        .block-video-text .col-2 > div {
          padding: 20px; } }
      @media all and (max-width: 660px) {
        .block-video-text .col-2 > div {
          padding: 20px;
          min-height: calc(100vw - 20px); } }
      .block-video-text .col-2 > div .upper {
        padding: 0 0 20px; }
        @media all and (max-width: 960px) {
          .block-video-text .col-2 > div .upper {
            padding: 0 0 60px; } }
      .block-video-text .col-2 > div > .lower {
        margin: auto 0 0; }
        .block-video-text .col-2 > div > .lower > .flex {
          margin: 0 -5px;
          -webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end; }
          .block-video-text .col-2 > div > .lower > .flex > div:first-of-type {
            padding: 0 5px;
            width: calc(4/6 * 100%); }
            @media all and (max-width: 1160px) {
              .block-video-text .col-2 > div > .lower > .flex > div:first-of-type {
                width: 100%;
                margin: 0 0 10px; } }
            @media all and (max-width: 960px) {
              .block-video-text .col-2 > div > .lower > .flex > div:first-of-type {
                width: 66.66667%;
                margin: 0; } }
          .block-video-text .col-2 > div > .lower > .flex > div:last-of-type {
            padding: 0 5px;
            margin: 0 0 0 auto; }
            @media all and (max-width: 1160px) {
              .block-video-text .col-2 > div > .lower > .flex > div:last-of-type {
                margin: 0; } }
            @media all and (max-width: 960px) {
              .block-video-text .col-2 > div > .lower > .flex > div:last-of-type {
                margin: 0 0 0 auto; } }
            .block-video-text .col-2 > div > .lower > .flex > div:last-of-type .switch-btn > div {
              background: #000;
              border: none; }
  @media all and (max-width: 960px) {
    .block-video-text .switch-btn > div {
      width: 40px;
      height: 40px;
      min-width: unset; }
      .block-video-text .switch-btn > div .title,
      .block-video-text .switch-btn > div .title-2,
      .block-video-text .switch-btn > div .white-bg {
        display: none !important; }
      .block-video-text .switch-btn > div .circle-container {
        width: 100%;
        height: 100%;
        position: static;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; } }
  .block-video-text.blue .col-2 > div {
    background: var(--blue); }
  .block-video-text.blue-2 .col-2 > div {
    background: var(--blue_2); }
  .block-video-text.green .col-2 > div {
    background: var(--green); }
    .block-video-text.green .col-2 > div .upper {
      color: #000; }
    .block-video-text.green .col-2 > div .lower > .flex > div:first-of-type {
      color: #000; }
  .block-video-text.purple .col-2 > div {
    background: var(--purple); }
  .block-video-text.reverse > .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }

.block-big-link {
  margin: 0 0 10px;
  /*    a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }*/ }
  .block-big-link .circular-link:hover {
    background-color: var(--gray);
    color: #fff; }
  .block-big-link a {
    display: block;
    background: #000;
    color: #fff;
    border-radius: var(--border-radius); }
    .block-big-link a:hover {
      background: var(--green) !important;
      color: #000; }
    .block-big-link a > .flex {
      padding: 2.291666vw 40px;
      margin: 0 -5px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media all and (max-width: 960px) {
        .block-big-link a > .flex {
          padding: 20px; } }
      @media all and (max-width: 660px) {
        .block-big-link a > .flex {
          padding: 14px 20px; } }
      .block-big-link a > .flex > div {
        padding: 0 5px; }
      .block-big-link a > .flex > .col-1 {
        margin: 0 90px 0 0; }
        @media all and (max-width: 1160px) {
          .block-big-link a > .flex > .col-1 {
            margin: 0 45px 0 0; } }
        @media all and (max-width: 960px) {
          .block-big-link a > .flex > .col-1 {
            margin: 0 20px 0 0; } }
        @media all and (max-width: 660px) {
          .block-big-link a > .flex > .col-1 {
            margin: 0 5px 0 0; } }
      @media all and (max-width: 660px) {
        .block-big-link a > .flex > .col-2 {
          width: calc(100% - 105px); }
          .block-big-link a > .flex > .col-2 > div {
            font-family: 'Font-Medium';
            font-weight: 500;
            font-style: normal;
            font-size: 42px;
            line-height: 48px; } }
    @media all and (max-width: 660px) and (max-width: 1440px) {
      .block-big-link a > .flex > .col-2 > div {
        font-size: 34px;
        line-height: 40px; } }
    @media all and (max-width: 660px) and (max-width: 1160px) {
      .block-big-link a > .flex > .col-2 > div {
        font-size: 30px;
        line-height: 36px; } }
    @media all and (max-width: 660px) and (max-width: 660px) {
      .block-big-link a > .flex > .col-2 > div {
        font-size: 22px;
        line-height: 26px; } }
      .block-big-link a > .flex .col-3 {
        margin: 0 0 0 auto; }

.block-stats {
  background: #000;
  border-radius: var(--border-radius);
  margin: 0 0 10px; }
  .block-stats > .flex {
    margin: 0 -5px;
    padding: 5.208333vw 40px; }
    @media all and (max-width: 960px) {
      .block-stats > .flex {
        padding: 40px 20px 80px; } }
    @media all and (max-width: 660px) {
      .block-stats > .flex {
        padding: 20px;
        min-height: 100vw; } }
    .block-stats > .flex > div {
      width: 25%;
      padding: 0 5px; }
      @media all and (max-width: 960px) {
        .block-stats > .flex > div {
          width: 50%;
          margin: 0 0 80px;
          text-align: left; }
          .block-stats > .flex > div:last-of-type, .block-stats > .flex > div:nth-of-type(3) {
            margin: 0; } }
      @media all and (max-width: 660px) {
        .block-stats > .flex > div {
          margin: 0; } }
    @media all and (max-width: 960px) {
      .block-stats > .flex .stats-number {
        margin: 0 0 20px; } }

.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.toggle-colors body {
  background: #d9d9d9; }

.toggle-colors .change-color {
  color: #000 !important; }

.toggle-colors .change-bg {
  background: #fff !important; }

.toggle-colors .invert-color {
  -webkit-filter: invert(1) !important;
          filter: invert(1) !important; }

.toggle-colors .header__tools .color-switcher-tool .night-icon {
  display: block; }

.toggle-colors .header__tools .color-switcher-tool .day-icon {
  display: none; }

.toggle-colors.open-menu #header:before {
  background: #d9d9d9; }

.toggle-colors.open-menu .header__tools .mobile-tool:before, .toggle-colors.open-menu .header__tools .mobile-tool:after {
  background-color: var(--gray); }

@media all and (max-width: 960px) {
  .toggle-colors .header__navigation {
    /*             .color-switcher-tool {
                background: var(--gray) !important;
                color: #fff !important;
                .night-icon {
                    display: block;
                }
    
                .day-icon {
                    display: none;
                }
            } */ }
    .toggle-colors .header__navigation .header__menu {
      background: #fff; }
    .toggle-colors .header__navigation .header__menu ul.flex li a {
      color: #000; }
    .toggle-colors .header__navigation .mobile-pages a {
      color: #000; } }

.toggle-colors input,
.toggle-colors textarea {
  color: #000 !important;
  background: #fff !important; }
  .toggle-colors input::-webkit-input-placeholder,
  .toggle-colors textarea::-webkit-input-placeholder {
    color: #000; }
  .toggle-colors input::-moz-placeholder,
  .toggle-colors textarea::-moz-placeholder {
    color: #000; }
  .toggle-colors input:-ms-input-placeholder,
  .toggle-colors textarea:-ms-input-placeholder {
    color: #000; }
  .toggle-colors input:-moz-placeholder,
  .toggle-colors textarea:-moz-placeholder {
    color: #000; }

.toggle-colors .block-text-form .col-2:has(.gform_confirmation_wrapper) .gform_confirmation_wrapper {
  color: #000;
  background: #fff; }

.toggle-colors #footer .footer-upper__upper a {
  color: #000; }

.toggle-colors .block-cards-2 .card > div {
  color: #d9d9d9 !important; }

.toggle-colors .cards-btns {
  color: #fff; }
  .toggle-colors .cards-btns > div {
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    border: 1px solid var(--gray); }
    .toggle-colors .cards-btns > div:hover {
      background: transparent; }

.toggle-colors .block-cards-1 .card .card__container:hover {
  background-color: var(--blue_2) !important;
  color: #fff !important; }

.toggle-colors .request__access-form .login-btn > .flex,
.toggle-colors .client__login-form .login-btn > .flex {
  background: #fff; }
  .toggle-colors .request__access-form .login-btn > .flex:hover,
  .toggle-colors .client__login-form .login-btn > .flex:hover {
    color: #d9d9d9; }
  .toggle-colors .request__access-form .login-btn > .flex > div:last-of-type,
  .toggle-colors .client__login-form .login-btn > .flex > div:last-of-type {
    background: #d9d9d9; }
    .toggle-colors .request__access-form .login-btn > .flex > div:last-of-type:before,
    .toggle-colors .client__login-form .login-btn > .flex > div:last-of-type:before {
      background: #fff; }

.toggle-colors .block-intro-text a:hover {
  color: #d9d9d9; }

.toggle-colors .block-clients-slider .slick-slide a:hover img {
  -webkit-filter: invert(0) !important;
          filter: invert(0) !important; }

.client__login-form label {
  display: none; }

.client__login-form input[type='submit'] {
  text-transform: lowercase; }

.client__login-form .login-form {
  margin: 0 0 10px;
  position: relative; }

.client__login-form .user-registration-error {
  padding: 0;
  background: transparent;
  color: #fff;
  border-top: none;
  margin: 0;
  z-index: 1; }
  .client__login-form .user-registration-error:before {
    display: none; }
  .client__login-form .user-registration-error a {
    display: none; }
  .client__login-form .user-registration-error li {
    background: #000;
    border-radius: var(--border-radius);
    padding: 20px !important;
    margin: 0 0 10px !important; }

.client__login-form .user-registration-error ~ #user-registration .user-registration-form-row input {
  border: 1px solid #c60c0e !important; }

.client__login-form #user-registration {
  background: transparent;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0; }
  .client__login-form #user-registration p {
    margin: 0 0 10px; }
  .client__login-form #user-registration label {
    display: none; }
  .client__login-form #user-registration .ur-frontend-form {
    border: none;
    padding: 0; }
    .client__login-form #user-registration .ur-frontend-form .ur-form-row .ur-form-grid {
      padding: 0; }
      .client__login-form #user-registration .ur-frontend-form .ur-form-row .ur-form-grid input:not(input[type="submit"]) {
        border: none;
        outline: none;
        width: 100%;
        display: block;
        background: #000;
        border-radius: var(--border-radius);
        height: 6.25vw;
        padding: 0 40px !important;
        color: #fff;
        font-family: 'Font-Medium';
        font-weight: 500;
        font-style: normal;
        font-size: 26px;
        line-height: 32px; }
        @media all and (max-width: 1440px) {
          .client__login-form #user-registration .ur-frontend-form .ur-form-row .ur-form-grid input:not(input[type="submit"]) {
            font-size: 22px;
            line-height: 28px; } }
        @media all and (max-width: 1160px) {
          .client__login-form #user-registration .ur-frontend-form .ur-form-row .ur-form-grid input:not(input[type="submit"]) {
            font-size: 20px;
            line-height: 26px; } }
        @media all and (max-width: 660px) {
          .client__login-form #user-registration .ur-frontend-form .ur-form-row .ur-form-grid input:not(input[type="submit"]) {
            font-size: 16px;
            line-height: 20px; } }
        @media all and (min-width: 1921px) {
          .client__login-form #user-registration .ur-frontend-form .ur-form-row .ur-form-grid input:not(input[type="submit"]) {
            height: 120px; } }
        @media all and (max-width: 1160px) {
          .client__login-form #user-registration .ur-frontend-form .ur-form-row .ur-form-grid input:not(input[type="submit"]) {
            height: 80px; } }
        @media all and (max-width: 960px) {
          .client__login-form #user-registration .ur-frontend-form .ur-form-row .ur-form-grid input:not(input[type="submit"]) {
            padding: 0 20px !important; } }
        .client__login-form #user-registration .ur-frontend-form .ur-form-row .ur-form-grid input:not(input[type="submit"])::-webkit-input-placeholder {
          font-family: 'Font-Medium';
          font-weight: 500;
          font-style: normal;
          font-size: 26px;
          line-height: 32px;
          color: #fff; }
          @media all and (max-width: 1440px) {
            .client__login-form #user-registration .ur-frontend-form .ur-form-row .ur-form-grid input:not(input[type="submit"])::-webkit-input-placeholder {
              font-size: 22px;
              line-height: 28px; } }
          @media all and (max-width: 1160px) {
            .client__login-form #user-registration .ur-frontend-form .ur-form-row .ur-form-grid input:not(input[type="submit"])::-webkit-input-placeholder {
              font-size: 20px;
              line-height: 26px; } }
          @media all and (max-width: 660px) {
            .client__login-form #user-registration .ur-frontend-form .ur-form-row .ur-form-grid input:not(input[type="submit"])::-webkit-input-placeholder {
              font-size: 16px;
              line-height: 20px; } }
        .client__login-form #user-registration .ur-frontend-form .ur-form-row .ur-form-grid input:not(input[type="submit"])::-moz-placeholder {
          font-family: 'Font-Medium';
          font-weight: 500;
          font-style: normal;
          font-size: 26px;
          line-height: 32px;
          color: #fff; }
          @media all and (max-width: 1440px) {
            .client__login-form #user-registration .ur-frontend-form .ur-form-row .ur-form-grid input:not(input[type="submit"])::-moz-placeholder {
              font-size: 22px;
              line-height: 28px; } }
          @media all and (max-width: 1160px) {
            .client__login-form #user-registration .ur-frontend-form .ur-form-row .ur-form-grid input:not(input[type="submit"])::-moz-placeholder {
              font-size: 20px;
              line-height: 26px; } }
          @media all and (max-width: 660px) {
            .client__login-form #user-registration .ur-frontend-form .ur-form-row .ur-form-grid input:not(input[type="submit"])::-moz-placeholder {
              font-size: 16px;
              line-height: 20px; } }
        .client__login-form #user-registration .ur-frontend-form .ur-form-row .ur-form-grid input:not(input[type="submit"]):-ms-input-placeholder {
          font-family: 'Font-Medium';
          font-weight: 500;
          font-style: normal;
          font-size: 26px;
          line-height: 32px;
          color: #fff; }
          @media all and (max-width: 1440px) {
            .client__login-form #user-registration .ur-frontend-form .ur-form-row .ur-form-grid input:not(input[type="submit"]):-ms-input-placeholder {
              font-size: 22px;
              line-height: 28px; } }
          @media all and (max-width: 1160px) {
            .client__login-form #user-registration .ur-frontend-form .ur-form-row .ur-form-grid input:not(input[type="submit"]):-ms-input-placeholder {
              font-size: 20px;
              line-height: 26px; } }
          @media all and (max-width: 660px) {
            .client__login-form #user-registration .ur-frontend-form .ur-form-row .ur-form-grid input:not(input[type="submit"]):-ms-input-placeholder {
              font-size: 16px;
              line-height: 20px; } }
        .client__login-form #user-registration .ur-frontend-form .ur-form-row .ur-form-grid input:not(input[type="submit"]):-moz-placeholder {
          font-family: 'Font-Medium';
          font-weight: 500;
          font-style: normal;
          font-size: 26px;
          line-height: 32px;
          color: #fff; }
          @media all and (max-width: 1440px) {
            .client__login-form #user-registration .ur-frontend-form .ur-form-row .ur-form-grid input:not(input[type="submit"]):-moz-placeholder {
              font-size: 22px;
              line-height: 28px; } }
          @media all and (max-width: 1160px) {
            .client__login-form #user-registration .ur-frontend-form .ur-form-row .ur-form-grid input:not(input[type="submit"]):-moz-placeholder {
              font-size: 20px;
              line-height: 26px; } }
          @media all and (max-width: 660px) {
            .client__login-form #user-registration .ur-frontend-form .ur-form-row .ur-form-grid input:not(input[type="submit"]):-moz-placeholder {
              font-size: 16px;
              line-height: 20px; } }
      .client__login-form #user-registration .ur-frontend-form .ur-form-row .ur-form-grid input[type="submit"] {
        font-family: 'Font-Regular';
        font-weight: normal;
        font-style: normal;
        font-size: 16px;
        line-height: 22px;
        height: 60px;
        text-align: center;
        cursor: pointer;
        -webkit-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s;
        -webkit-box-shadow: none;
                box-shadow: none;
        border: none; }
        @media all and (max-width: 1160px) {
          .client__login-form #user-registration .ur-frontend-form .ur-form-row .ur-form-grid input[type="submit"] {
            height: 50px; } }
        @media all and (max-width: 960px) {
          .client__login-form #user-registration .ur-frontend-form .ur-form-row .ur-form-grid input[type="submit"] {
            border-radius: 30px; } }
  .client__login-form #user-registration .lost_password {
    display: none !important; }

.request__access-form {
  display: none; }
  .request__access-form .access-form {
    margin: 0 0 10px; }

.request__access-form .login-btn > .flex,
.client__login-form .login-btn > .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 6.25vw;
  padding: 0 40px;
  background: #000;
  border-radius: var(--border-radius);
  color: var(--gray);
  cursor: pointer;
  -webkit-transition: color 0.35s;
  -o-transition: color 0.35s;
  transition: color 0.35s; }
  @media all and (max-width: 1160px) {
    .request__access-form .login-btn > .flex,
    .client__login-form .login-btn > .flex {
      height: 80px; } }
  @media all and (max-width: 960px) {
    .request__access-form .login-btn > .flex,
    .client__login-form .login-btn > .flex {
      padding: 0 20px; } }
  .request__access-form .login-btn > .flex:hover,
  .client__login-form .login-btn > .flex:hover {
    color: #fff; }
    .request__access-form .login-btn > .flex:hover > div:last-of-type:before,
    .client__login-form .login-btn > .flex:hover > div:last-of-type:before {
      width: 50px;
      height: 50px;
      background: var(--purple); }
      @media all and (max-width: 1160px) {
        .request__access-form .login-btn > .flex:hover > div:last-of-type:before,
        .client__login-form .login-btn > .flex:hover > div:last-of-type:before {
          width: 40px;
          height: 40px; } }
  .request__access-form .login-btn > .flex > div:last-of-type,
  .client__login-form .login-btn > .flex > div:last-of-type {
    width: 60px;
    height: 60px;
    position: relative;
    background: var(--gray);
    border-radius: 50%; }
    @media all and (max-width: 1160px) {
      .request__access-form .login-btn > .flex > div:last-of-type,
      .client__login-form .login-btn > .flex > div:last-of-type {
        width: 50px;
        height: 50px; } }
    @media all and (max-width: 960px) {
      .request__access-form .login-btn > .flex > div:last-of-type,
      .client__login-form .login-btn > .flex > div:last-of-type {
        width: 40px;
        height: 40px; } }
    .request__access-form .login-btn > .flex > div:last-of-type:before,
    .client__login-form .login-btn > .flex > div:last-of-type:before {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 24px;
      height: 24px;
      content: '';
      background: #000;
      border-radius: 50%;
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s; }

.cards-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .cards-btns > div {
    width: 60px;
    height: 60px;
    background: var(--gray);
    border-radius: 50%;
    position: relative;
    margin: 0 5px;
    -webkit-transition: background 0.35s;
    -o-transition: background 0.35s;
    transition: background 0.35s;
    cursor: pointer; }
    @media all and (max-width: 1160px) {
      .cards-btns > div {
        width: 50px;
        height: 50px; } }
    @media all and (max-width: 960px) {
      .cards-btns > div {
        width: 40px;
        height: 40px; } }
    .cards-btns > div:hover {
      background: #fff; }
      .cards-btns > div:hover svg {
        color: #000; }
    .cards-btns > div > span {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      line-height: 0; }
      .cards-btns > div > span svg {
        -webkit-transition: color 0.35s;
        -o-transition: color 0.35s;
        transition: color 0.35s; }
        @media all and (max-width: 1160px) {
          .cards-btns > div > span svg {
            width: 12px;
            height: auto; } }

.cards-slider {
  margin: 0 -5px 10px; }
  .cards-slider .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .cards-slider .slick-slide {
    height: inherit !important;
    padding: 0 5px; }
    .cards-slider .slick-slide > div {
      height: 100%; }
      .cards-slider .slick-slide > div .card {
        height: 100%; }

.block-gallery {
  margin: 0 0 10px; }
  .block-gallery .slick-slide {
    height: calc(100vh - 80px); }
    @media all and (max-width: 1160px) {
      .block-gallery .slick-slide {
        height: calc(100vh - 70px); } }
    @media all and (max-width: 960px) {
      .block-gallery .slick-slide {
        height: 50vw; } }
    @media all and (max-width: 660px) {
      .block-gallery .slick-slide {
        height: 65vw; } }
    .block-gallery .slick-slide > div {
      height: 100%; }
      .block-gallery .slick-slide > div > div {
        height: 100%;
        border-radius: var(--border-radius); }

/*
border: none;
outline: none;
width: 100%;
display: block;
background: #000;
border-radius: var(--border-radius);
height: 6.25vw;
padding: 0 40px !important;
color: #fff;
font-family: 'Font-Medium';
font-weight: 500;
font-style: normal;
font-size: 26px;
line-height: 32px;
*/
#header {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 60px;
  z-index: 100;
  width: calc(100% - 20px);
  will-change: transform; }
  @media all and (max-width: 1160px) {
    #header {
      height: 50px; } }
  @media all and (max-width: 960px) {
    #header {
      height: 40px;
      position: fixed;
      top: 10px;
      left: 10px;
      height: 40px; } }
  #header > .flex {
    background: #000;
    border-radius: var(--border-radius);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 0 0 0 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media all and (max-width: 960px) {
      #header > .flex {
        padding: 0;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }

@media all and (max-width: 1160px) {
  .header__logo svg {
    width: 90px;
    height: auto; } }

@media all and (max-width: 660px) {
  .header__logo svg {
    width: 70px; } }

.header__navigation {
  margin: 0 0 0 auto; }
  .header__navigation ul.flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header__navigation .color-switcher-tool {
    margin: 0 auto;
    display: none; }
    @media all and (max-width: 960px) {
      .header__navigation .color-switcher-tool {
        display: block; } }
  @media all and (max-width: 960px) {
    .header__navigation {
      position: fixed;
      width: 100%;
      height: calc(100vh - 70px);
      top: 50px;
      left: 0;
      bottom: 0;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      -webkit-transition: opacity 0.35s;
      -o-transition: opacity 0.35s;
      transition: opacity 0.35s; }
      .header__navigation .header__menu {
        width: 100%;
        height: 100%;
        overflow-y: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -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;
        padding: 20px;
        border-radius: var(--border-radius);
        background: #000; }
        .header__navigation .header__menu > ul.flex {
          width: 50%;
          margin: auto 0; } }
      @media all and (max-width: 960px) and (max-width: 960px) {
        .header__navigation .header__menu > ul.flex {
          width: 100%; } }
  @media all and (max-width: 960px) {
          .header__navigation .header__menu > ul.flex li {
            width: 100%;
            padding: 10px 0; }
            .header__navigation .header__menu > ul.flex li a {
              margin: 0 auto;
              width: -webkit-fit-content;
              width: -moz-fit-content;
              width: fit-content;
              text-align: center;
              color: #fff; }
              .header__navigation .header__menu > ul.flex li a span {
                font-family: 'Font-Medium';
                font-weight: 500;
                font-style: normal;
                font-size: 26px;
                line-height: 32px; } }
            @media all and (max-width: 960px) and (max-width: 1440px) {
              .header__navigation .header__menu > ul.flex li a span {
                font-size: 22px;
                line-height: 28px; } }
            @media all and (max-width: 960px) and (max-width: 1160px) {
              .header__navigation .header__menu > ul.flex li a span {
                font-size: 20px;
                line-height: 26px; } }
            @media all and (max-width: 960px) and (max-width: 660px) {
              .header__navigation .header__menu > ul.flex li a span {
                font-size: 16px;
                line-height: 20px; } }
            @media all and (max-width: 960px) and (max-width: 960px) {
              .header__navigation .header__menu > ul.flex li a span {
                font-size: 22px;
                line-height: 26px; } }

.mobile-tool {
  display: none;
  position: relative; }
  @media all and (max-width: 960px) {
    .mobile-tool {
      display: block; } }
  .mobile-tool .close {
    color: #fff;
    display: none; }
  .mobile-tool > div {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative; }
    .mobile-tool > div > .burger {
      width: 12px;
      height: 1px;
      background-color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      .mobile-tool > div > .burger:before {
        content: '';
        position: absolute;
        top: -4px;
        left: 0;
        right: 0;
        height: 1px;
        background: #fff;
        -webkit-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s; }
      .mobile-tool > div > .burger:after {
        content: '';
        position: absolute;
        top: 4px;
        left: 0;
        right: 0;
        height: 1px;
        background: #fff;
        -webkit-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s; }
    .mobile-tool > div > .close {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }

.mobile-pages {
  display: none;
  margin: 0 0 60px;
  text-align: center; }
  .mobile-pages li {
    margin: 0 0 5px; }
  .mobile-pages a {
    color: #fff; }
  @media all and (max-width: 960px) {
    .mobile-pages {
      display: block; } }

/*.header__tools {
    @media all and (max-width:960px) {
        .color-switcher-tool {
            display: none;
        }
    }  
}
*/
.color-switcher-tool {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  background: var(--gray);
  color: #fff;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s; }
  @media all and (max-width: 1160px) {
    .color-switcher-tool {
      height: 50px;
      width: 50px; } }
  @media all and (max-width: 960px) {
    .color-switcher-tool {
      background: transparent;
      width: 40px;
      height: 40px; }
      .color-switcher-tool svg {
        width: 16px;
        height: auto; } }
  .color-switcher-tool:hover {
    background: #fff;
    color: #000; }
    @media all and (max-width: 960px) {
      .color-switcher-tool:hover {
        background: #000;
        color: #fff; } }
  .color-switcher-tool > div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .color-switcher-tool .night-icon {
    display: none; }

.lang-tool {
  position: relative; }

.lang-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
  background: var(--gray);
  color: #fff;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  cursor: pointer; }
  @media all and (max-width: 1160px) {
    .lang-btn {
      width: 50px;
      height: 50px; } }
  @media all and (max-width: 960px) {
    .lang-btn {
      width: 40px;
      height: 40px; }
      .lang-btn svg {
        width: 16px; } }
  .lang-btn:hover {
    background: #fff;
    color: #000; }
    @media all and (max-width: 960px) {
      .lang-btn:hover {
        background: #000;
        color: #fff; } }
  .lang-btn > div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.languages {
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  background: #000;
  border-radius: var(--border-radius);
  width: 180px;
  -webkit-transform: translateY(calc(-100% - 5px));
      -ms-transform: translateY(calc(-100% - 5px));
          transform: translateY(calc(-100% - 5px));
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -o-transition: transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  z-index: -1; }
  @media all and (max-width: 1160px) {
    .languages {
      width: 150px; } }
  @media all and (max-width: 960px) {
    .languages {
      width: 120px; } }
  .languages .lang {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: relative;
    background: var(--gray);
    color: #fff;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s; }
    @media all and (max-width: 1160px) {
      .languages .lang {
        width: 50px;
        height: 50px; } }
    @media all and (max-width: 960px) {
      .languages .lang {
        width: 40px;
        height: 40px; } }
    .languages .lang > div {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .languages .lang.active {
      background: #fff;
      color: #000; }
    .languages .lang:has(a:hover) {
      background: #fff;
      color: #000; }
    .languages .lang > a {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1; }

.open-langs .languages {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.header__menu .current-menu-item a {
  background: var(--gray); }
  @media all and (max-width: 960px) {
    .header__menu .current-menu-item a {
      background: transparent;
      /*height: 50px;
            position: relative;
            min-width: 150px;
            background: var(--gray);
            span {
                line-height: 0;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%,-50%);
            }*/ } }

@media all and (max-width: 960px) {
  .open-menu #header:before {
    position: absolute;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    background: var(--gray);
    z-index: 0;
    height: 100vh;
    content: ''; } }

.open-menu .header__navigation {
  opacity: 1;
  visibility: visible;
  pointer-events: all; }

.open-menu .mobile-tool > div {
  background: var(--gray); }
  .open-menu .mobile-tool > div > .burger {
    display: none; }
  .open-menu .mobile-tool > div .close {
    display: block; }

.open-menu .header__tools .mobile-tool:before {
  top: 15px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.open-menu .header__tools .mobile-tool:after {
  bottom: 14px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

#footer {
  padding: 10px; }

.footer-upper {
  background: #000;
  padding: 50px 40px 30px;
  border-radius: var(--border-radius);
  margin: 0 0 10px;
  /*&.change-color {
        .footer-upper__upper a {
            color: #000;
        }
    }*/ }
  @media all and (max-width: 960px) {
    .footer-upper {
      padding: 20px; } }
  @media all and (max-width: 660px) {
    .footer-upper {
      min-height: calc(100vw - 20px);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .footer-upper .footer-upper__upper {
    padding: 0 0 100px; }
    @media all and (max-width: 960px) {
      .footer-upper .footer-upper__upper {
        padding: 0 0 80px; } }
    @media all and (max-width: 660px) {
      .footer-upper .footer-upper__upper {
        padding: 0 0 60px; } }
    .footer-upper .footer-upper__upper a {
      color: #fff;
      font-family: 'Font-Medium';
      font-weight: 500;
      font-style: normal;
      font-size: 26px;
      line-height: 32px; }
      @media all and (max-width: 1440px) {
        .footer-upper .footer-upper__upper a {
          font-size: 22px;
          line-height: 28px; } }
      @media all and (max-width: 1160px) {
        .footer-upper .footer-upper__upper a {
          font-size: 20px;
          line-height: 26px; } }
      @media all and (max-width: 660px) {
        .footer-upper .footer-upper__upper a {
          font-size: 16px;
          line-height: 20px; } }
      .footer-upper .footer-upper__upper a:hover {
        opacity: 0.3; }
  @media all and (max-width: 660px) {
    .footer-upper .footer-upper__lower {
      margin: auto 0 0; } }
  .footer-upper .footer-upper__lower > .flex {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .footer-upper .footer-upper__lower > .flex > div {
      margin: 0 5px; }

.footer-lower {
  background: #000;
  border-radius: var(--border-radius);
  padding: 0 0 0 40px; }
  @media all and (max-width: 960px) {
    .footer-lower {
      padding: 20px; } }
  @media all and (max-width: 660px) {
    .footer-lower {
      padding: 9px 20px; } }
  .footer-lower > .flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media all and (max-width: 960px) {
      .footer-lower > .flex {
        margin: 0 -10px; }
        .footer-lower > .flex .col-1 {
          padding: 0 10px; }
        .footer-lower > .flex li {
          padding: 0 10px; } }
    @media all and (max-width: 660px) {
      .footer-lower > .flex {
        margin: 0 -5px; }
        .footer-lower > .flex li:not(.made-by) {
          display: none; }
        .footer-lower > .flex .col-1 {
          padding: 0 5px; }
          .footer-lower > .flex .col-1 > div {
            font-size: 14px;
            line-height: 20px; }
        .footer-lower > .flex .col-2 {
          margin: 0 0 0 auto;
          padding: 0 5px; }
          .footer-lower > .flex .col-2 .made-by {
            margin: 0 0 0 auto; }
            .footer-lower > .flex .col-2 .made-by a span {
              font-size: 14px;
              line-height: 20px; } }

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-arrow {
  font-size: 0;
  line-height: 0;
  width: 60px;
  height: 60px;
  background: var(--gray);
  border-radius: 50%;
  outline: none;
  border: 0;
  z-index: 1;
  border: 1px solid var(--gray);
  cursor: pointer;
  -webkit-transition: background-color 0.35s;
  -o-transition: background-color 0.35s;
  transition: background-color 0.35s; }
  .slick-arrow:before {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    background-size: cover;
    background-position: center;
    top: 50%;
    left: 50%;
    -webkit-filter: invert(1);
            filter: invert(1);
    -webkit-transition: -webkit-filter 0.35s;
    transition: -webkit-filter 0.35s;
    -o-transition: filter 0.35s;
    transition: filter 0.35s;
    transition: filter 0.35s, -webkit-filter 0.35s; }
  @media all and (max-width: 1160px) {
    .slick-arrow {
      width: 50px;
      height: 50px; }
      .slick-arrow:before {
        width: 20px;
        height: 20px; } }
  @media all and (max-width: 960px) {
    .slick-arrow {
      width: 40px;
      height: 40px; }
      .slick-arrow:before {
        width: 16px;
        height: 16px; } }
  .slick-arrow:hover {
    background-color: #fff; }
    .slick-arrow:hover:before {
      -webkit-filter: invert(0);
              filter: invert(0); }

.slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0; }
  .slick-next:before {
    -webkit-transform: translate(calc(-50% + 2px), -50%);
        -ms-transform: translate(calc(-50% + 2px), -50%);
            transform: translate(calc(-50% + 2px), -50%);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIxNHB4IiBoZWlnaHQ9IjE0cHgiIHZpZXdCb3g9IjAgMCAxNCAxNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTQgMTQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBhdGggZD0iTTUuMywxMi44bDQuNi01LjNWNy40YzAsMCwwLTAuMSwwLjEtMC4xVjcuMVY3VjYuOVY2LjhjMCwwLDAtMC4xLTAuMS0wLjFWNi41TDUuMywxLjJjLTAuMi0wLjQtMC43LTAuNC0xLjEsMAoJQzQuMSwxLjQsNCwxLjYsNCwxLjhDNCwyLDQuMSwyLjIsNC4yLDIuM0w4LjMsN2wtNC4xLDQuN0M0LjEsMTEuOSw0LDEyLDQsMTIuM2MwLDAuMiwwLjEsMC40LDAuMiwwLjZDNC42LDEzLjEsNSwxMy4xLDUuMywxMi44eiIvPgo8L3N2Zz4K); }

.slick-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0; }
  .slick-prev:before {
    -webkit-transform: translate(calc(-50% - 2px), -50%);
        -ms-transform: translate(calc(-50% - 2px), -50%);
            transform: translate(calc(-50% - 2px), -50%);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIxNHB4IiBoZWlnaHQ9IjE0cHgiIHZpZXdCb3g9IjAgMCAxNCAxNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTQgMTQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBhdGggZD0iTTguNywxLjJMNC4xLDYuNXYwLjFjMCwwLDAsMC4xLTAuMSwwLjF2MC4xVjd2MC4xdjAuMWMwLDAsMCwwLjEsMC4xLDAuMXYwLjFsNC42LDUuM2MwLjIsMC40LDAuNywwLjQsMS4xLDAKCWMwLjEtMC4xLDAuMi0wLjQsMC4yLTAuNmMwLTAuMS0wLjEtMC40LTAuMi0wLjVMNS43LDdsNC4xLTQuN0M5LjksMi4xLDEwLDIsMTAsMS43UzkuOSwxLjQsOS44LDEuMUM5LjQsMC45LDksMC45LDguNywxLjJ6Ii8+Cjwvc3ZnPgo=); }

@media all and (max-width: 960px) {
  .page-home {
    padding: 60px 0 0; } }

.page-home > h1 {
  display: none; }

.page-home .video-text-1 {
  margin-top: 10px; }

.page-home .block-full-width-video {
  margin: 0; }

.home #header {
  position: relative;
  top: unset;
  right: unset;
  left: unset;
  width: calc(100% - 20px);
  margin: 0 auto; }
  @media all and (max-width: 960px) {
    .home #header {
      position: fixed;
      top: 10px;
      left: 10px; } }

.home .home-intro {
  padding: 10px 10px 0; }
  @media all and (max-width: 960px) {
    .home .home-intro {
      display: none; } }

.home .home-intro-mobile {
  display: none; }
  @media all and (max-width: 960px) {
    .home .home-intro-mobile {
      display: block; } }

.page-company .block-video-2 {
  margin: 0; }

.page-company .block-team .team__members > .flex {
  margin: 0 -5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.page-company .block-team .team {
  /* .slick-slide {
                padding: 0 5px;
            } */ }
  .page-company .block-team .team:last-of-type {
    margin: 0; }
  .page-company .block-team .team .member {
    width: 20%;
    -webkit-perspective: 1000px;
            perspective: 1000px;
    padding: 0 5px;
    margin: 0 0 10px; }
    @media all and (max-width: 1160px) {
      .page-company .block-team .team .member {
        width: 25%; } }
    @media all and (max-width: 960px) {
      .page-company .block-team .team .member {
        width: 33.33333%; } }
    @media all and (max-width: 660px) {
      .page-company .block-team .team .member {
        width: 100%; } }
    .page-company .block-team .team .member:hover .inner {
      -webkit-transform: rotateY(180deg);
              transform: rotateY(180deg); }
  .page-company .block-team .team .inner {
    height: 31vw;
    -webkit-transition: -webkit-transform 0.8s;
    transition: -webkit-transform 0.8s;
    -o-transition: transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    position: relative;
    cursor: pointer; }
    @media all and (max-width: 1440px) {
      .page-company .block-team .team .inner {
        height: 35vw; } }
    @media all and (max-width: 1160px) {
      .page-company .block-team .team .inner {
        height: 43vw; } }
    @media all and (max-width: 960px) {
      .page-company .block-team .team .inner {
        height: 60vw; } }
    @media all and (max-width: 660px) {
      .page-company .block-team .team .inner {
        height: 147vw;
        min-height: unset; } }
  .page-company .block-team .team .front {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    color: #fff;
    border-radius: var(--border-radius);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .page-company .block-team .team .back {
    width: 100%;
    height: 100%;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    background: #000;
    border-radius: var(--border-radius);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    position: relative; }
    .page-company .block-team .team .back > div {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  @media all and (max-width: 660px) {
    .page-company .block-team .team .member__img {
      height: 75%;
      overflow: hidden;
      position: relative;
      border-radius: var(--border-radius) var(--border-radius) 0 0; } }
  .page-company .block-team .team .member__img img {
    width: 100%;
    border-radius: var(--border-radius) var(--border-radius) 0 0; }
    @media all and (max-width: 660px) {
      .page-company .block-team .team .member__img img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); } }
  .page-company .block-team .team .member__texts {
    margin: auto 0 0; }
    @media all and (max-width: 660px) {
      .page-company .block-team .team .member__texts {
        height: 25%; } }
    .page-company .block-team .team .member__texts > div {
      padding: 20px 30px 40px; }
      @media all and (max-width: 1440px) {
        .page-company .block-team .team .member__texts > div {
          padding: 20px 20px 40px; } }
      @media all and (max-width: 660px) {
        .page-company .block-team .team .member__texts > div {
          padding: 20px; } }
  .page-company .block-team .team .member__mail {
    margin: 0 0 20px; }

.page-services .block-numbers .bg-image {
  background-image: url(f8675b3a67280f228c2b586267e39524.png); }

.page-services .block-numbers .flex > .col-2 .block-first-text > div {
  padding: 2.291666vw 40px; }
  @media all and (max-width: 960px) {
    .page-services .block-numbers .flex > .col-2 .block-first-text > div {
      padding: 28px 20px; } }
  @media all and (max-width: 660px) {
    .page-services .block-numbers .flex > .col-2 .block-first-text > div {
      padding: 27px 20px; } }

.page-services .block-text {
  padding: 50px 40px 13.020833vw;
  border-radius: var(--border-radius);
  margin: 0 0 10px;
  background: #000; }
  @media all and (max-width: 1160px) {
    .page-services .block-text {
      padding: 50px 40px 120px; } }
  @media all and (max-width: 960px) {
    .page-services .block-text {
      padding: 40px 20px 80px; } }
  @media all and (max-width: 660px) {
    .page-services .block-text {
      padding: 20px; } }

.page-services .block-video-2 {
  margin: 0; }

.page-career .block-numbers .bg-image {
  background-image: url(88c94c7d72136369ae493f9802f3b8ce.png); }

.page-career .block-full-width-video {
  margin: 0; }

.page-career input[type="submit"]:hover {
  background: var(--blue_2); }

.toggle-colors .page-career input[type="submit"] {
  background: #000 !important;
  color: #fff !important; }
  .toggle-colors .page-career input[type="submit"]:hover {
    background: var(--blue_2) !important;
    color: #fff !important; }

.page-contact .block-full-width-video {
  margin: 0; }

.page-contact .block-intro-text a:hover {
  color: var(--gray); }

.page-clients .block-video-2 {
  margin: 0; }

.page-clients input[type="submit"]:hover,
.page-clients .tml-button[type="submit"]:hover {
  background: var(--purple); }

.toggle-colors .page-clients input[type="submit"],
.toggle-colors .page-clients .tml-button[type="submit"] {
  background: #000 !important;
  color: #fff !important; }
  .toggle-colors .page-clients input[type="submit"]:hover,
  .toggle-colors .page-clients .tml-button[type="submit"]:hover {
    background: var(--purple) !important;
    color: #fff !important; }

#user-registration:has(> a) {
  background: #000 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  height: 6.25vw;
  padding: 0 40px;
  background: #000;
  border-radius: var(--border-radius);
  color: var(--gray);
  cursor: pointer;
  -webkit-transition: color 0.35s;
  -o-transition: color 0.35s;
  transition: color 0.35s; }
  @media all and (max-width: 1160px) {
    #user-registration:has(> a) {
      height: 80px; } }
  @media all and (max-width: 960px) {
    #user-registration:has(> a) {
      padding: 0 20px; } }
  #user-registration:has(> a) a {
    color: var(--gray); }
    #user-registration:has(> a) a:hover {
      color: #fff; }

.page-terms > h1 {
  display: none; }

.terms__blocks a {
  position: relative;
  color: #fff; }
  .terms__blocks a:after {
    content: '';
    position: absolute;
    width: 100%;
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
    bottom: 2px;
    left: 0;
    background: #fff;
    height: 1px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s; }
  .terms__blocks a:hover:after {
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0); }

.page-template-template-terms.toggle-colors .terms__blocks a {
  color: #000; }

.page-template-template-terms.toggle-colors .terms__blocks a:after {
  background: #000; }

.toggle-colors .page-profile .candidate .title {
  opacity: 0.5; }

.no-candidates > div {
  padding: 50px 40px;
  background: #000;
  border-radius: var(--border-radius); }

.page-profile .candidate {
  margin: 0 0 10px;
  background: #000;
  border-radius: var(--border-radius);
  padding: 0 40px; }
  @media all and (max-width: 960px) {
    .page-profile .candidate {
      padding: 0 20px; } }
  .page-profile .candidate.is-active .tab__title .candidate-tools .plus > div {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg); }
  @media all and (max-width: 660px) {
    .page-profile .candidate.is-active .tab__title .candidate-tools .plus {
      display: none; }
    .page-profile .candidate.is-active .tab__texts .col-3 .plus {
      display: block; } }
  .page-profile .candidate .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .page-profile .candidate .col-1 {
    width: 50%; }
    @media all and (max-width: 1160px) {
      .page-profile .candidate .col-1 {
        width: 100%;
        margin: 0 0 20px; } }
    @media all and (max-width: 660px) {
      .page-profile .candidate .col-1 {
        margin: 0; } }
    .page-profile .candidate .col-1 > div {
      width: 50%;
      padding: 0 5px; }
      @media all and (max-width: 660px) {
        .page-profile .candidate .col-1 > div {
          width: 100%;
          margin: 0 0 20px; } }
  .page-profile .candidate .col-2 {
    width: calc(4 / 12 * 100%); }
    @media all and (max-width: 1160px) {
      .page-profile .candidate .col-2 {
        width: 100%; } }
    .page-profile .candidate .col-2 .candidate-seniority,
    .page-profile .candidate .col-2 .candidate-rate {
      width: 66.66667%;
      padding: 0 5px; }
      @media all and (max-width: 1440px) {
        .page-profile .candidate .col-2 .candidate-seniority,
        .page-profile .candidate .col-2 .candidate-rate {
          width: 50%; } }
      @media all and (max-width: 660px) {
        .page-profile .candidate .col-2 .candidate-seniority,
        .page-profile .candidate .col-2 .candidate-rate {
          width: 100%;
          margin: 0 0 20px; } }
    .page-profile .candidate .col-2 .candidate-availability,
    .page-profile .candidate .col-2 .candidate-recruiter {
      width: 33.33333%;
      padding: 0 5px; }
      @media all and (max-width: 1440px) {
        .page-profile .candidate .col-2 .candidate-availability,
        .page-profile .candidate .col-2 .candidate-recruiter {
          width: 50%; } }
      @media all and (max-width: 660px) {
        .page-profile .candidate .col-2 .candidate-availability,
        .page-profile .candidate .col-2 .candidate-recruiter {
          width: 100%;
          margin: 0 0 20px; } }
  .page-profile .candidate .col-3 {
    margin: 0 0 0 auto;
    padding: 0 5px; }
    @media all and (max-width: 660px) {
      .page-profile .candidate .col-3 {
        margin: 0;
        width: 100%; } }
  .page-profile .candidate .plus {
    width: 60px;
    height: 60px;
    position: relative;
    background: var(--gray);
    border-radius: 50%;
    -webkit-transition: background 0.35s;
    -o-transition: background 0.35s;
    transition: background 0.35s;
    cursor: pointer; }
    @media all and (max-width: 1160px) {
      .page-profile .candidate .plus {
        height: 50px;
        width: 50px; } }
    @media all and (max-width: 960px) {
      .page-profile .candidate .plus {
        height: 40px;
        width: 40px; } }
    .page-profile .candidate .plus:hover {
      background: var(--purple); }
    .page-profile .candidate .plus > div {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      color: #fff;
      font-size: 16px;
      font-family: 'Font-Regular';
      line-height: 0;
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
              transform-origin: center;
      -webkit-transition: -webkit-transform 0.35s;
      transition: -webkit-transform 0.35s;
      -o-transition: transform 0.35s;
      transition: transform 0.35s;
      transition: transform 0.35s, -webkit-transform 0.35s; }
  .page-profile .candidate .tab__title {
    padding: 2.291666vw 0; }
    @media all and (max-width: 960px) {
      .page-profile .candidate .tab__title {
        padding: 20px 0; } }
    .page-profile .candidate .tab__title > .flex {
      margin: 0 -5px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .page-profile .candidate .tab__title .candidate-tools {
      margin: 0 0 0 auto; }
      @media all and (max-width: 660px) {
        .page-profile .candidate .tab__title .candidate-tools {
          width: 100%; } }
      .page-profile .candidate .tab__title .candidate-tools > .flex {
        margin: 0 -5px; }
        @media all and (max-width: 660px) {
          .page-profile .candidate .tab__title .candidate-tools > .flex {
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between; } }
        .page-profile .candidate .tab__title .candidate-tools > .flex > div {
          padding: 0 5px; }
      .page-profile .candidate .tab__title .candidate-tools .cv a {
        display: block;
        min-width: 105px;
        height: 60px;
        border-radius: var(--border-radius);
        background: var(--gray);
        position: relative;
        color: #fff; }
        @media all and (max-width: 1160px) {
          .page-profile .candidate .tab__title .candidate-tools .cv a {
            height: 50px; } }
        @media all and (max-width: 960px) {
          .page-profile .candidate .tab__title .candidate-tools .cv a {
            height: 40px; } }
        .page-profile .candidate .tab__title .candidate-tools .cv a:hover {
          background: var(--purple);
          color: #fff; }
        .page-profile .candidate .tab__title .candidate-tools .cv a span {
          line-height: 0; }
        .page-profile .candidate .tab__title .candidate-tools .cv a span:first-of-type {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          left: 20px; }
        .page-profile .candidate .tab__title .candidate-tools .cv a span:last-of-type {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(calc(-50% - 2px));
              -ms-transform: translateY(calc(-50% - 2px));
                  transform: translateY(calc(-50% - 2px));
          right: 20px; }
  .page-profile .candidate .title {
    opacity: 0.2;
    padding: 0 0 5px; }
  .page-profile .candidate .tab__texts {
    padding: 0 0 2.291666vw;
    display: none; }
    @media all and (max-width: 1160px) {
      .page-profile .candidate .tab__texts .col-3 {
        margin: -49px 0 0 auto;
        position: relative;
        z-index: 1; } }
    @media all and (max-width: 960px) {
      .page-profile .candidate .tab__texts {
        padding: 0 0 20px; } }
    @media all and (max-width: 660px) {
      .page-profile .candidate .tab__texts .col-3 {
        margin: 0;
        width: 100%; } }
    .page-profile .candidate .tab__texts .col-3 .plus {
      display: none;
      margin: 0 0 0 auto; }
      .page-profile .candidate .tab__texts .col-3 .plus > div {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
            -ms-transform: translate(-50%, -50%) rotate(45deg);
                transform: translate(-50%, -50%) rotate(45deg); }
    .page-profile .candidate .tab__texts .express-interest-container {
      position: relative; }
      .page-profile .candidate .tab__texts .express-interest-container .express-interest {
        min-width: 170px;
        height: 60px;
        position: relative;
        background: var(--gray);
        border-radius: var(--border-radius);
        -webkit-transition: background 0.35s;
        -o-transition: background 0.35s;
        transition: background 0.35s;
        cursor: pointer;
        color: #fff; }
        @media all and (max-width: 1160px) {
          .page-profile .candidate .tab__texts .express-interest-container .express-interest {
            height: 50px; } }
        @media all and (max-width: 660px) {
          .page-profile .candidate .tab__texts .express-interest-container .express-interest {
            margin: 0 0 20px; } }
        .page-profile .candidate .tab__texts .express-interest-container .express-interest:hover {
          background: var(--purple); }
        .page-profile .candidate .tab__texts .express-interest-container .express-interest > div {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          text-align: center;
          left: 5px;
          right: 5px;
          line-height: 0; }
      .page-profile .candidate .tab__texts .express-interest-container .interest_message {
        position: absolute;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        top: calc(100% + 10px);
        left: 5px;
        right: unset;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        line-height: initial;
        font-size: 12px;
        line-height: 1;
        width: 100%;
        -webkit-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s;
        text-align: center; }
      .page-profile .candidate .tab__texts .express-interest-container .interest_spinner {
        display: none;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 100%; }
        .page-profile .candidate .tab__texts .express-interest-container .interest_spinner svg {
          width: 30px;
          height: auto; }
          @media all and (max-width: 660px) {
            .page-profile .candidate .tab__texts .express-interest-container .interest_spinner svg {
              width: 25px; } }
