@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/**
 * CONTENTS
 *
 * SETTINGS
 *
 *
 * GENERIC
 *
 * BASE

 *
 * OBJECTS

 *
 * COMPONENTS

 *
 * TRUMPS

 */
/**
 * #SETTINGS
 */
/*!
 * inuitcss, by @csswizardry
 *
 * github.com/inuitcss | inuitcss.com
 */
/**
 * #TOOLS
 */
input, textarea, form {
  color: #6E6E6E;
  font-family: inherit;
  font-family: inherit;
  font-size: inherit;
  outline: none;
  border: transparent;
  background: none;
}

textarea {
  resize: vertical;
}

button:focus {
  outline: none;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: rgba(110, 110, 110, 0.8);
  opacity: 1;
}

::placeholder { /* Most modern browsers support this now. */
  color: rgba(110, 110, 110, 0.8);
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset;
}

/*Change text in autofill textbox*/
input:-webkit-autofill {
  -webkit-text-fill-color: rgb(46.25, 46.25, 46.25) !important;
}

.input--white:-webkit-autofill,
.input--white:-webkit-autofill:hover,
.input--white:-webkit-autofill:focus,
.input--white:-webkit-autofill:active {
  -webkit-transition-delay: 99999s;
}

select, button, form fieldset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0px;
  background: none;
}

/**
 * #GENERIC
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*------------------------------------*\
    #RESET
\*------------------------------------*/
/**
 * As well as using normalize.css, it is often advantageous to remove all
 * margins from certain elements.
 */
body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
figure,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0;
}

/**
 * Give a help cursor to elements that give extra info on `:hover`.
 */
abbr[title],
dfn[title] {
  cursor: help;
}

/**
 * Remove underlines from potentially troublesome elements.
 */
u,
ins {
  text-decoration: none;
}

/**
 * Apply faux underlines to inserted text via `border-bottom`.
 */
ins {
  border-bottom: 1px solid;
}

/*------------------------------------*\
    #BOX-SIZING
\*------------------------------------*/
/**
 * Set the global `box-sizing` state to `border-box`.
 *
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 * paulirish.com/2012/box-sizing-border-box-ftw
 */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/**
 * #BASE
 */
html {
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
  font-size: 15px;
  font-weight: 300;
  color: #6E6E6E;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 1900px;
  margin: 0px auto;
  scroll-behavior: smooth;
}

body {
  width: 100%;
}

.page__content {
  width: 100dvw;
  overflow: hidden;
}

.container--img {
  position: relative;
}
.container--img:after {
  display: block;
  content: "";
  width: 100%;
}
.container--img > img, .container--img > video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  -o-object-fit: cover;
     object-fit: cover;
}

.item--wrap {
  position: relative;
}
.item--wrap > a {
  text-indent: -999999px;
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

h1, h2, h3, h4, h5 {
  position: relative;
  font-weight: 700;
  line-height: 1.25;
  color: #33339E;
  font-family: "Figtree", sans-serif;
}

.title--header {
  font-size: 4em;
}
.title--header strong {
  display: block;
  font-weight: 300;
  font-size: 0.5666666667em;
  letter-spacing: 5.3px;
}

.header--home .title--header {
  color: white;
}

.title--section {
  font-size: 3.6666666667em;
}

.subtitle--section {
  font-size: 3em;
}

.title--domain, .title--modal {
  font-size: 2.4em;
}

.title--team {
  font-size: 1.7333333333em;
}

.title--footer, .subtitle--modal {
  font-size: 1.9333333333em;
  margin-bottom: 0.5172413793em;
}

@media (max-width: 1400px) {
  .title--header {
    font-size: 3.3333333333em;
  }
  .title--header strong {
    font-size: 0.5em;
    letter-spacing: 4px;
  }
}
@media (max-width: 1200px) {
  .title--header {
    font-size: 2.8em;
  }
}
@media (max-width: 1150px) {
  .title--section {
    font-size: 3em;
  }
  .subtitle--section {
    font-size: 2.3333333333em;
  }
  .title--domain, .title--modal {
    font-size: 2em;
  }
  .title--team {
    font-size: 1.4666666667em;
  }
}
@media (max-width: 1050px) {
  .title--header {
    font-size: 3.2em;
  }
}
@media (max-width: 780px) {
  .title--section {
    font-size: 2.5333333333em;
  }
  .subtitle--section {
    font-size: 1.8666666667em;
  }
  .title--domain, .title--modal {
    font-size: 1.8666666667‡em;
  }
  .title--header {
    font-size: 2.5333333333em;
  }
}
@media (max-width: 730px) {
  .title--footer, .subtitle--modal {
    font-size: 1.6666666667em;
    margin-bottom: 0.4545454545em;
  }
}
@media (max-width: 570px) {
  .title--section {
    font-size: 2.1333333333em;
  }
  .subtitle--section {
    font-size: 2.1333333333em;
  }
  .title--domain, .title--modal {
    font-size: 1.7333333333em;
  }
  .title--footer, .subtitle--modal {
    font-size: 1.4666666667em;
  }
  .title--header {
    font-size: 2.2666666667em;
  }
}
@media (max-width: 450px) {
  .title--header {
    font-size: 1.9333333333em;
  }
}
@media (max-width: 405px) {
  .title--header {
    font-size: 1.6em;
  }
  .title--footer, .subtitle--modal {
    font-size: 1.3333333333em;
  }
}
@media (max-width: 370px) {
  .title--section, .subtitle--section {
    font-size: 1.9333333333em;
  }
}
@media (max-width: 340px) {
  .title--header {
    font-size: 1.4666666667em;
  }
}
a {
  text-decoration: none;
  color: #33339E;
  transition: all 0.25s ease 0s;
}
a:hover {
  color: rgb(44.7775119617, 44.7775119617, 138.7224880383);
  border-color: rgb(44.7775119617, 44.7775119617, 138.7224880383);
}

svg path, svg g, svg circle {
  transition: all 0.2s ease-in-out 0s;
}

.link--footer, .link--modal {
  font-weight: 500;
  text-decoration: underline;
  font-size: 1.0666666667em;
  display: inline-block;
}
.link--footer:hover, .link--modal:hover {
  transform: translateX(3px);
}

@media (max-width: 730px) {
  .link--footer {
    font-size: 1em;
  }
}
/**
 * #OBJECTS
 */
/*------------------------------------*\
    #LIST-INLINE
\*------------------------------------*/
/**
 * The list-inline object simply displays a list of items in one line.
 */
.list-inline {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
}

.column--free {
  display: flex;
}

.column {
  display: flex;
  flex-wrap: wrap;
}

.column--column {
  flex-direction: column;
}

.column--top {
  align-items: flex-start;
}

.column--bottom {
  align-items: flex-end;
}

.column--spaced {
  justify-content: space-between;
}

.column--reversed {
  flex-direction: row-reverse;
}

.column--column-reversed {
  flex-direction: column-reverse;
}

.column--centered {
  align-items: center;
}

.column--equal {
  align-items: stretch;
}

.column--centered-w {
  justify-content: center;
}

.wrapper--centered {
  margin-left: auto;
  margin-right: auto;
}

.wrapper--main {
  width: 87.2685185185%;
}

.wrapper--small {
  width: 83.7962962963%;
}

.wrapper--column {
  border-left: 1px solid #EBEBEB;
  padding: 0px 10.6100795756%;
}

@media (max-width: 1200px) {
  .wrapper--column {
    padding: 0px 5.3050397878%;
  }
}
@media (max-width: 1000px) {
  .wrapper--column {
    padding: 0px;
    border-left: 1px solid transparent;
  }
}
@media (max-width: 950px) {
  .wrapper--main, .wrapper--small {
    width: 90%;
  }
}
.section {
  position: relative;
}

.section--centered {
  text-align: center;
}

.section--small {
  margin-top: 6.9444444444%;
}

.section--middle {
  margin-top: 8.6805555556%;
}

.section--big {
  margin-top: 11.5740740741%;
}

.section--bottom + footer {
  margin-top: 0px;
}

.section--map {
  background-color: #001061;
  padding-top: 5.3333333333em;
  padding-bottom: 5.3333333333em;
  width: 100dvw;
  overflow: hidden;
}
.section--map:after {
  pointer-events: none;
  width: 70%;
  height: 100%;
  content: "";
  position: absolute;
  z-index: 1;
  right: 0px;
  top: 0px;
  background-image: linear-gradient(269deg, #001061 12%, rgba(68, 68, 68, 0) 100%);
}

@media (max-width: 1000px) {
  .section--middle {
    margin-top: 5.3333333333em;
  }
  .section--big {
    margin-top: 6.6666666667em;
  }
  .section--small {
    margin-top: 2.6666666667em;
  }
}
@media (max-width: 900px) {
  .section--map {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
@media (max-width: 780px) {
  .section--middle {
    margin-top: 4.3333333333em;
  }
  .section--big {
    margin-top: 5.3333333333em;
  }
  .section--small {
    margin-top: 2em;
  }
}
@media (max-width: 600px) {
  .section--map {
    padding-top: 2.6666666667em;
    padding-bottom: 2.6666666667em;
  }
}
em {
  font-style: normal;
}

.text__break {
  display: block;
}

.text__column {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 80px;
       column-gap: 80px;
  text-align: justify;
  font-size: 1.1333333333em;
  margin-top: 2.3529411765em;
}
.text__column p + p {
  margin-top: 2.0588235294em;
}

.texts, .texts--modal {
  line-height: 2.2;
}
.texts b, .texts em, .texts strong, .texts--modal b, .texts--modal em, .texts--modal strong {
  font-weight: 500;
  color: black;
}
.texts p + p, .texts--modal p + p {
  margin-top: 2em;
}
.texts a, .texts--modal a {
  color: #33339E;
  text-decoration: underline;
  font-weight: 400;
}

.uppercase {
  text-transform: uppercase;
}

.texts--modal {
  line-height: 2;
}
.texts--modal h3, .texts--modal h4 {
  font-size: 1.2em;
  margin-bottom: 1em;
}
.texts--modal p + h3, .texts--modal p + h4, .texts--modal ul + h3, .texts--modal ul + h4, .texts--modal ol + h3, .texts--modal ol + h4 {
  margin-top: 2.5em;
}
.texts--modal p + p {
  margin-top: 1em;
}
.texts--modal ul, .texts--modal ol {
  list-style-type: "- ";
  margin-top: 1em;
}
.texts--modal ul li, .texts--modal ol li {
  padding-left: 10px;
}
.texts--modal ul li + li, .texts--modal ol li + li {
  margin-top: 5px;
}
.texts--modal ul ul, .texts--modal ul ol, .texts--modal ol ul, .texts--modal ol ol {
  margin-left: 1.3333333333em;
}
.texts--modal + p {
  margin-top: 1em;
}

@media (max-width: 900px) {
  .text__column {
    -moz-column-gap: 60px;
         column-gap: 60px;
    font-size: 1.0666666667em;
    margin-top: 1.875em;
  }
}
@media (max-width: 700px) {
  .text__column {
    -moz-column-count: 1;
         column-count: 1;
    margin-top: 1.25em;
  }
  .text__column p + p {
    margin-top: 1.4705882353em;
  }
  .texts--modal ul, .texts--modal ol {
    padding-left: 1em;
  }
}
@media (max-width: 620px) {
  .text__column {
    font-size: 1em;
  }
}
@media (max-width: 370px) {
  .text__column {
    font-size: 0.9333333333em;
  }
}
footer {
  margin-top: 5.787037037%;
  color: black;
}

.footer__upper {
  margin-bottom: 7.9575596817%;
}

.footer__part {
  max-width: 350px;
}
.footer__part + .footer__part {
  margin-left: 13.2625994695%;
}

.footer__part--logo {
  max-width: 400px;
}

.footer__logo {
  height: 75px;
  width: auto;
}

.footer__map {
  margin-top: 2.6666666667em;
}

.footer__juridiction {
  margin-top: 3.3333333333em;
}

.footer__contacts {
  margin-top: 3.3333333333em;
}
.footer__contacts li {
  display: block;
}
.footer__contacts li + li {
  margin-top: 0.8em;
}

.companies__list li {
  display: block;
}
.companies__list li em {
  color: #33339E;
  font-weight: 600;
}
.companies__list li + li {
  margin-top: 0.5333333333em;
}

.footer__bottom {
  border-top: 1px solid #EBEBEB;
  padding: 1.6666666667em 0px 2.6666666667em;
  color: #969696;
}

.footer__name, .footer__cardi {
  font-size: 0.9333333333em;
}

.legal__item {
  display: block;
}
.legal__item + .legal__item {
  margin-left: 1.6666666667em;
}
.legal__item a {
  color: #969696;
  text-decoration: underline;
  display: inline-block;
}
.legal__item a:hover {
  color: black;
  transform: translateX(3px);
}

.footer__cardi {
  color: #969696;
}
.footer__cardi span {
  margin-right: 2px;
}
.footer__cardi img {
  height: 15px;
}

@media (max-width: 1600px) {
  .footer__part + .footer__part {
    margin-left: 8.2891246684%;
  }
}
@media (max-width: 1400px) {
  .footer__logo {
    height: 50px;
    width: auto;
  }
}
@media (max-width: 1350px) {
  .footer__part {
    width: 50%;
    max-width: inherit;
    padding-right: 2.6666666667em;
  }
  .footer__part + .footer__part {
    margin-left: 0px;
  }
  .footer__part--logo {
    width: 100%;
    margin-bottom: 3.3333333333em;
    padding-bottom: 2em;
    border-bottom: 1px solid #EBEBEB;
    padding-right: 0px;
  }
}
@media (max-width: 1050px) {
  footer {
    margin-top: 4.6666666667em;
  }
}
@media (max-width: 730px) {
  .footer__part {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 2em;
    margin-bottom: 0px;
  }
  .footer__part + .footer__part {
    margin-top: 1.6666666667em;
  }
  .footer__map {
    margin-top: 1.6666666667em;
  }
  .footer__juridiction {
    margin-top: 1.6666666667em;
  }
  .footer__contacts {
    margin-top: 2em;
  }
  .footer__contacts li + li {
    margin-top: 5px;
  }
  .company__item {
    font-size: 0.9333333333em;
  }
  .footer__upper {
    margin-bottom: 1.3333333333em;
  }
  .footer__bottom {
    flex-direction: column;
  }
  .footer__legals {
    margin: 1.3333333333em 0px;
  }
}
@media (max-width: 600px) {
  footer {
    margin-top: 3.3333333333em;
  }
}
@media (max-width: 430px) {
  .footer__logo {
    height: 40px;
    width: auto;
  }
  .footer__juridiction {
    margin-top: 0.6666666667em;
  }
  .footer__part {
    padding-bottom: 1.3333333333em;
  }
  .footer__part + .footer__part {
    margin-top: 1.3333333333em;
  }
  .footer__bottom {
    padding-bottom: 1.3333333333em;
  }
  .footer__legals {
    margin: 0.6666666667em 0px 2em;
  }
}
.header__logo {
  line-height: 0;
  font-size: 1em;
}
.header__logo svg {
  height: 50px;
  width: auto;
}

.header--home {
  color: white;
  min-height: 100vh;
  padding: 2em;
}
.header--home .header__inside {
  background: url(700ec91ecfe2cf000a0808b70aafa663.jpg) no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
  min-height: calc(100vh - 60px);
  padding: 3.3333333333em 6.5947242206%;
}

.header__content--home {
  margin-top: 8.2872928177%;
}
.header__content--home .content__inside {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__content--home .header__texts {
  max-width: 660px;
}

.header__intro {
  font-size: 1.2em;
  line-height: 2.5;
  margin-top: 2.7777777778em;
}

.header__btn {
  margin-top: 15.1515151515%;
}

.header__img {
  width: 32.8054298643%;
  box-shadow: 0px 0px 40px 20px rgba(0, 0, 0, 0.06);
}
.header__img:after {
  padding-bottom: 124.1379310345%;
}

@media (max-width: 1400px) {
  .header__intro {
    font-size: 1.1333333333em;
    margin-top: 2.3529411765em;
  }
  .header__content--home {
    margin-top: 8em;
  }
  .header__content--home .header__texts {
    max-width: 550px;
  }
  .header__img {
    width: 36.7647058824%;
  }
}
@media (max-width: 1300px) {
  .header__logo svg {
    height: 45px;
  }
}
@media (max-width: 1200px) {
  .header__img {
    width: 42.4208144796%;
  }
  .header__content--home .header__texts {
    max-width: 470px;
  }
}
@media (max-width: 1070px) {
  .header__img {
    display: none;
  }
  .header__content--home {
    margin-top: 5.3333333333em;
    margin-bottom: 3.3333333333em;
  }
  .header__content--home .header__texts {
    max-width: 650px;
  }
  .header__btn {
    margin-top: 4em;
  }
  .header__inside {
    margin-top: 4em;
  }
  .header--home {
    color: white;
    min-height: inherit;
    padding: 2em;
  }
  .header--home .header__inside {
    background: url(700ec91ecfe2cf000a0808b70aafa663.jpg) no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    height: auto;
    min-height: inherit;
    padding: 3.3333333333em 6.5947242206%;
  }
  .header__logo svg {
    height: 30px;
  }
  .header__logo svg path, .header__logo svg polygon {
    fill: black;
  }
}
@media (max-width: 780px) {
  .header__intro {
    font-size: 1.0666666667em;
    margin-top: 2.1875em;
  }
  .header__btn {
    margin-top: 3.3333333333em;
  }
  .header__content--home {
    margin-top: 4em;
    margin-bottom: 2.3333333333em;
  }
}
@media (max-width: 570px) {
  .header__inside {
    margin-top: 3.3333333333em;
  }
}
@media (max-width: 450px) {
  .header__intro {
    font-size: 1em;
    margin-top: 1.6666666667em;
  }
  .header__btn {
    margin-top: 2.6666666667em;
  }
  .header__content--home {
    margin-top: 2em;
    margin-bottom: 1.3333333333em;
  }
  .header--home {
    padding: 5%;
  }
}
@media (max-width: 370px) {
  .header__content--home {
    margin-top: 0em;
    margin-bottom: 1em;
  }
}
@media (max-width: 340px) {
  .header__intro {
    font-size: 0.9333333333em;
    line-height: 2;
    margin-top: 1.7857142857em;
  }
}
.menu a {
  font-weight: 500;
  color: white;
  font-size: 1.4em;
  display: block;
  font-family: "Figtree", sans-serif;
}
.menu li + li {
  margin-left: 4em;
}

.menu-item a {
  position: relative;
}
.menu-item a:after {
  content: "";
  width: 0%;
  height: 1px;
  background-color: white;
  position: absolute;
  left: 0px;
  bottom: -5px;
  display: block;
  transition: all 0.25s ease 0s;
}
.menu-item a:hover {
  transform: translateY(-3px);
}
.menu-item a:hover:after {
  width: 100%;
}

.footer__menu li {
  display: block;
}
.footer__menu a {
  color: #6E6E6E;
  font-weight: 300;
}
.footer__menu a:hover {
  color: #33339E;
  font-weight: 700;
}

.menu__link--current {
  color: #33339E;
}

.menu__icon {
  height: 20px;
}

.menu__action {
  display: none;
}

.menu__action.action--hide {
  display: none;
}

.action--close {
  position: absolute;
  z-index: 15;
  top: 20px;
  right: 5%;
}

@media (max-width: 1400px) {
  .menu a {
    font-size: 1.3333333333em;
  }
  .menu li + li {
    margin-left: 3.3333333333em;
  }
}
@media (max-width: 1300px) {
  .menu a {
    font-size: 1.2666666667em;
  }
  .menu li + li {
    margin-left: 1.6666666667em;
  }
}
@media (max-width: 1150px) {
  .menu a {
    font-size: 1.2em;
  }
}
@media (max-width: 1070px) {
  .menu__container {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background: white;
    z-index: 55;
    padding: 1em 5%;
    border-bottom: 1px solid #EBEBEB;
  }
  .menu__action {
    display: block;
  }
  .menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 5;
    left: 0px;
    top: 0px;
    box-shadow: 0px 2px 10px rgba(1, 1, 1, 0.1);
    transition: all 0.35s ease-in-out 0s;
    background: url(700ec91ecfe2cf000a0808b70aafa663.jpg) no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    height: 100dvh;
    overflow: scroll;
  }
  .menu li {
    display: block;
    margin-left: 0px;
    padding: 0px 5%;
    text-align: center;
  }
  .menu li + li {
    margin-top: 3em;
    margin-left: 0px;
  }
  .menu a {
    color: white;
    font-size: 1.6666666667em;
    display: inline-block;
  }
  nav.menu--hidden {
    height: 0px;
    overflow: hidden;
  }
}
@media (max-width: 400px) {
  .menu a {
    color: white;
    font-size: 1.4em;
  }
  .menu li + li {
    margin-top: 2em;
    margin-left: 0px;
  }
}
ul.slick-dots {
  bottom: 20px;
}

ul.slick-dots li {
  background: rgba(51, 51, 158, 0.25);
  border-radius: 100%;
  width: 12px;
  height: 12px;
  display: block;
  transition: all 0.25s ease 0s;
}
ul.slick-dots li.slick-active {
  background: #33339E;
}
ul.slick-dots li:hover {
  transform: scale(1.2);
}
ul.slick-dots li button {
  opacity: 0;
}

.slick-dots {
  display: flex;
}
.slick-dots li + li {
  margin-left: 0.7333333333em;
}

.slick-slider {
  position: static !important;
}
.slick-slider .slick-arrow {
  background: blue;
  position: absolute;
  right: 0px;
  bottom: -30px;
  z-index: 40;
  top: inherit;
  left: inherit;
  background: white;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-slider .slick-arrow:focus {
  background: white;
}
.slick-slider .slick-arrow:hover {
  background: #33339E;
}
.slick-slider .slick-arrow:before {
  color: black;
  width: 6px;
  height: 11px;
  display: block;
}
.slick-slider .slick-prev {
  right: 60px;
  border-right: 1px solid #6E6E6E;
}
.slick-slider .slick-next:before {
  content: "";
  background: url(98de41c48072d5c3665d553ef441f045.svg) no-repeat center center;
  background-size: contain;
  -webkit-background-size: contain;
}
.slick-slider .slick-prev:before {
  content: "";
  background: url(98de41c48072d5c3665d553ef441f045.svg) no-repeat center center;
  background-size: contain;
  -webkit-background-size: contain;
}

.btn, .btn--header a {
  display: inline-flex;
  align-items: center;
  font-size: 1.1333333333em;
  line-height: 1.2;
  text-align: center;
  border-radius: 5px;
  padding: 0.5294117647em 0.5294117647em 0.5294117647em 1.1764705882em;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  border-radius: 42px;
  font-family: "Figtree", sans-serif;
  justify-content: space-between;
}
.btn span, .btn--header a span {
  display: inline-block;
  margin-right: 1.3333333333em;
}

.btn--small {
  font-size: 1em;
  padding: 0.4em 0.4em 0.4em 1em;
}

.btn--primary {
  color: white;
  background-color: #33339E;
  border: 1px solid #33339E;
}
.btn--primary:hover {
  background-color: rgb(38.5550239234, 38.5550239234, 119.4449760766);
  color: white;
  padding-left: 1.6666666667em;
}
.btn--primary svg {
  width: 35px;
  height: 35px;
}
.btn--primary svg circle {
  fill: white;
}
.btn--primary svg polyline {
  stroke: #33339E;
}

.btn--white, .btn--header a {
  background: white;
  color: #33339E;
  border: 1px solid white;
}
.btn--white:hover, .btn--header a:hover {
  background-color: transparent;
  color: white;
  transform: translateX(5px);
}

.btn--full {
  display: block;
  width: 100%;
}

@media (max-width: 1300px) {
  .btn--header a {
    font-size: 1em;
    padding: 0.3333333333em 0.3333333333em 0.3333333333em 1.3333333333em;
  }
  .btn--header a svg {
    height: 30px;
    height: 30px;
  }
}
@media (max-width: 500px) {
  .btn, .btn--header a {
    font-size: 0.9333333333em;
    padding: 0.4117647059em 0.4117647059em 0.4117647059em 0.8823529412em;
  }
  .contacts__list .btn {
    font-size: 1em;
  }
  .btn--primary svg {
    width: 30px;
    height: 30px;
  }
  .btn--primary span {
    display: inline-block;
    margin-right: 0.6666666667em;
  }
}
span.select2-container--default .select2-selection--single {
  border: 1px solid rgb(222.25, 222.25, 222.25) !important;
  border-radius: 0px !important;
}

textarea {
  min-height: 100px;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
  font-size: 0.9333333333em;
  color: rgb(84.5, 84.5, 84.5);
  margin-bottom: 5px;
  display: block;
}

.woocommerce-variation-add-to-cart {
  margin-top: 1.3333333333em;
}

.form__part input, .form__part textarea {
  width: 100%;
}

.form__part--half {
  width: 47.5%;
}

.form__part--full {
  width: 100%;
}

.form__lign + .form__lign {
  margin-top: 1em;
}

.form__submit {
  margin-top: 2em;
}

.form__error {
  border: 1px solid red;
  color: red;
  background: rgba(255, 0, 0, 0.2);
}

.form__success {
  border: 1px solid green;
  color: green;
  background: rgba(0, 128, 0, 0.2);
}

select {
  position: relative;
  background: url(98de41c48072d5c3665d553ef441f045.svg) no-repeat 97.5% center rgba(255, 255, 255, 0.1);
}

@media (max-width: 450px) {
  .form__part--half {
    width: 100%;
  }
  .form__part--half + .form__part--half {
    margin-top: 1em;
  }
}
.section__intro.section__intro--centered {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.intro__text {
  font-size: 1.1333333333em;
  margin-top: 1.7647058824em;
  line-height: 2.2;
}

@media (max-width: 1150px) {
  .intro__text {
    margin-top: 1.1764705882em;
  }
}
@media (max-width: 900px) {
  .intro__text {
    font-size: 1.0666666667em;
  }
}
@media (max-width: 620px) {
  .intro__text {
    font-size: 1em;
  }
}
@media (max-width: 370px) {
  .intro__text {
    font-size: 0.9333333333em;
  }
}
.modal__content {
  margin: 1.3333333333em;
}

.remodal-wrapper {
  padding: 0px;
}

button.remodal-close {
  position: relative;
  left: inherit;
  right: 0px;
  margin: 1em 1em 0px auto;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #33339E;
  border-radius: 50%;
  color: white;
}
button.remodal-close:before {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.remodal.modal--base {
  margin: 30px 0px;
  text-align: left;
  padding: 0px;
}
.remodal.modal--team {
  max-width: inherit;
  width: 1300px;
}
.remodal.modal--hono {
  max-width: inherit;
  width: 1000px;
}
.remodal.modal--hono .modal__description {
  width: 100%;
}

.modal__upper {
  padding: 2.6666666667em 6em 5.3333333333em;
}

.modal__close {
  text-align: right;
}

.modal__header {
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 2.3333333333em;
}

.modal__type {
  font-size: 1.5333333333em;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.modal__links li {
  display: block;
}
.modal__links li + li {
  margin-top: 0.5333333333em;
}

.modal__body {
  margin-top: 5em;
}

.modal__bottom {
  background: #F7F7FC;
}

.modal__description {
  width: 53.5714285714%;
}

.expertise__list {
  margin-left: 0.6666666667em;
}
.expertise__list li {
  list-style-type: "- ";
  padding-left: 8px;
}
.expertise__list li + li {
  margin-top: 0.5333333333em;
}

.modal__img {
  width: 40.1785714286%;
  margin-right: 6.25%;
}
.modal__img:after {
  padding-bottom: 142.8571428571%;
}

.modal__box {
  width: 50%;
  padding: 3.3333333333em 6.9230769231%;
}
.modal__box + .modal__box {
  border-left: 1px solid #EBEBEB;
}

@media (max-width: 1400px) {
  .remodal.modal--team {
    width: 95%;
  }
}
@media (max-width: 1200px) {
  .modal__body {
    align-items: flex-start;
    margin-top: 3.6666666667em;
  }
  .modal__description {
    width: 44.6428571429%;
    font-size: 1em;
  }
  .modal__img {
    width: 49.1071428571%;
    margin-right: 6.25%;
    position: sticky;
    top: 20px;
  }
}
@media (max-width: 1150px) {
  .modal__type {
    font-size: 1.2em;
    letter-spacing: 3px;
  }
}
@media (max-width: 1100px) {
  .remodal.modal--hono {
    width: 95%;
  }
}
@media (max-width: 1000px) {
  .modal__description {
    width: 53.5714285714%;
  }
  .modal__img {
    width: 40.1785714286%;
  }
  .modal__upper {
    padding: 2em 4em 3.3333333333em;
  }
}
@media (max-width: 1000px) {
  .modal__body {
    flex-direction: column;
    margin-top: 2.6666666667em;
  }
  .modal__description, .modal__img {
    width: 100%;
  }
  .modal__img {
    max-width: 400px;
    position: relative;
    top: 0px;
    margin: 0px auto 4em;
  }
}
@media (max-width: 800px) {
  .modal__box {
    width: 100%;
    padding: 2em 3.3333333333em;
  }
  .modal__box + .modal__box {
    border-top: 1px solid #EBEBEB;
    border-left: none;
  }
}
@media (max-width: 700px) {
  .modal__header {
    flex-direction: column;
    text-align: center;
  }
  .modal__links {
    margin-top: 2em;
  }
  .modal__upper {
    padding: 1.3333333333em 5% 2em;
  }
  .modal__box {
    padding: 2em 5%;
  }
}
@media (max-width: 570px) {
  .modal__type {
    font-size: 1.0666666667em;
    letter-spacing: 2.5px;
  }
  button.remodal-close {
    width: 35px;
    height: 35px;
  }
  button.remodal-close:before {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .modal__img {
    margin-bottom: 2em;
    max-width: inherit;
  }
}
.cookie__banner {
  width: 550px;
  background-color: white;
  box-shadow: 0px 0px 30px 30px rgba(1, 1, 1, 0.06);
  position: fixed;
  left: 20px;
  bottom: 20px;
  border-radius: 17px;
  z-index: 15;
  transform: translateX(-200%);
  animation-name: cookiebox;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
  padding: 2em 2.6666666667em;
}

.cookie__banner--hidden {
  animation-name: cookiebox-reverse;
  animation-delay: 0s;
}

.cookie__upper {
  margin-bottom: 2.6666666667em;
}
.cookie__upper ul {
  margin: 0.6666666667em 0px;
}
.cookie__upper li {
  display: block;
  padding-left: 0.6666666667em;
}
.cookie__upper li:before {
  content: "- ";
}
.cookie__upper li + li {
  margin-top: 0.3333333333em;
}
.cookie__upper a {
  text-decoration: underline;
}
.cookie__upper p + p {
  margin-top: 1.3333333333em;
}

.cookie__texts {
  margin-top: 0.6666666667em;
  font-size: 0.9333333333em;
}

@keyframes cookiebox {
  from {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes cookiebox-reverse {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-200%);
  }
}
@media (max-width: 700px) {
  .remodal__inner {
    padding: 0.6666666667em 0px;
    width: 100%;
  }
  .cookie__banner {
    width: 95%;
    left: 2.5%;
  }
}
@media (max-width: 450px) {
  .cookie__banner {
    font-size: 14px;
  }
}
.vp--parent .vp--item {
  transition: all 0.6s ease 0s;
  opacity: 0;
  transform: translate3d(0px, 50px, 0px);
}
.vp--parent .vp--item-left {
  transition: all 0.6s ease 0s;
  opacity: 0;
  transform: translate3d(-50px, 0px, 0px);
}
.vp--parent .vp--item-right {
  transition: all 0.6s ease 0s;
  opacity: 0;
  transform: translate3d(50px, 0px, 0px);
}
.vp--parent .vp--delay1 {
  transition-delay: 0s;
}
.vp--parent .vp--delay2 {
  transition-delay: 0.25s;
}
.vp--parent .vp--delay3 {
  transition-delay: 0.5s;
}
.vp--parent .vp--delay4 {
  transition-delay: 0.75s;
}
.vp--parent[data-in-viewport=true] .vp--item, .vp--parent[data-in-viewport=true] .vp--item-left, .vp--parent[data-in-viewport=true] .vp--item-right {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

/**
 * #COMPONENTS
 */
.domain {
  position: relative;
}
.domain .slick-dots {
  position: absolute;
  right: 2.6666666667em;
  bottom: 2em;
}
.domain__answers {
  width: 54.3981481481%;
  flex-shrink: 0;
  padding: 3.3333333333em 8.1018518519% 4.6666666667em 8.1018518519%;
  background-color: #F7F7FC;
  position: relative;
}
.domain__slider {
  width: 100%;
}
.domain__content {
  font-size: 1.0666666667em;
  margin-top: 1.2em;
  line-height: 2.2em;
}
.domain__item {
  display: block;
}
.domain__item--current a {
  color: #33339E;
  border-color: #33339E;
  font-weight: 700;
}
.domain__link {
  color: #6E6E6E;
  display: block;
  padding: 0.6666666667em 0px 0.4666666667em;
  border-bottom: 1px solid #EBEBEB;
  font-size: 1.1333333333em;
}
.domain__link:hover {
  color: #33339E;
  border-color: #33339E;
}
.domain__item:last-child a {
  border-bottom: 0px solid white;
}
.domain__list {
  width: 100%;
  margin-top: 3.3333333333em;
}
.domain__article {
  max-width: 660px;
}
.domain__questions {
  padding: 2.3333333333em 6.3657407407% 2.3333333333em 5.787037037%;
  width: 45.1388888889%;
}

.domain__content p + p {
  margin-top: 1.6em;
}
.domain__content em, .domain__content b, .domain__content strong {
  color: black;
  font-weight: 500;
}
.domain__content a {
  color: #33339E;
  text-decoration: underline;
}

@media (max-width: 1400px) {
  .domain__content {
    font-size: 1em;
  }
  .domain__link {
    font-size: 1.1333333333em;
  }
  .domain__list {
    margin-top: 2em;
  }
}
@media (max-width: 1250px) {
  .domain__answers {
    width: 44.6428571429%;
    padding: 3.3333333333em 5.9523809524% 4.3333333333em 4.7619047619%;
  }
  .domain__questions {
    width: 50.5952380952%;
  }
}
@media (max-width: 900px) {
  .domain__answers {
    width: 100%;
    padding: 2.6666666667em 5%;
    order: 2;
    margin-top: 1.3333333333em;
  }
  .domain__list {
    margin-top: 0.6666666667em;
  }
  .domain__intro {
    max-width: 550px;
  }
  .domain__questions {
    width: 100%;
    margin-top: 0px;
    padding: 0px 5%;
    order: 0;
  }
}
@media (max-width: 850px) {
  .domain__content {
    font-size: 1em;
  }
}
@media (max-width: 800px) {
  .domain__answers {
    padding: 2.6666666667em 5% 5.3333333333em;
  }
}
@media (max-width: 500px) {
  .domain__content {
    font-size: 0.9333333333em;
  }
  .domain__link {
    font-size: 0.9333333333em;
  }
  .answer__content {
    font-size: 0.9333333333em;
    margin-top: 1.0714285714em;
  }
}
.team__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-top: 5.3333333333em;
}

.team__item {
  display: block;
  text-align: center;
  transition: all 0.25s ease 0s;
}
.team__item:hover {
  transform: translateY(-3px);
}
.team__item:hover .team__img img {
  filter: grayscale(0);
  transform: scale(1.01);
}
.team__more {
  font-size: 1.2em;
  margin-top: 7px;
  color: black;
}

.team__img {
  margin-bottom: 1em;
}
.team__img img {
  filter: grayscale(1);
  transition: all 0.25s ease 0s;
}
.team__img:after {
  padding-bottom: 142.8571428571%;
}

@media (max-width: 1150px) {
  .team__list {
    margin-top: 4em;
  }
  .team__more {
    font-size: 1.0666666667em;
    margin-top: 5px;
  }
}
@media (max-width: 1000px) {
  .team__list {
    gap: 15px;
  }
}
@media (max-width: 870px) {
  .team__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    row-gap: 30px;
  }
}
@media (max-width: 500px) {
  .team__more {
    font-size: 1em;
    margin-top: 0px;
  }
}
@media (max-width: 470px) {
  .team__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    row-gap: 30px;
  }
  .team__img {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.6666666667em;
  }
}
.contact__container {
  width: 650px;
  background-color: white;
  margin: 0px 8.1018518519% 0px auto;
  position: relative;
  z-index: 2;
  box-shadow: 0px 0px 40px rgba(1, 1, 1, 0.05);
}

.contact__map {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.contact__upper {
  padding: 15.3846153846% 5.3333333333em;
}

.contact__text {
  font-size: 1.1333333333em;
  margin-top: 0.8823529412em;
}

.contacts__list {
  text-align: left;
  margin-top: 5.3333333333em;
}
.contacts__list li {
  display: block;
}
.contacts__list li + li {
  margin-top: 1em;
}
.contacts__list .btn {
  width: 100%;
  text-align: left;
  text-transform: inherit;
  letter-spacing: inherit;
}

.contact__gmap {
  display: block;
  background-color: #F7F7FC;
  font-size: 1.1333333333em;
  padding: 2.0588235294em 10% 2.0588235294em 12.3076923077%;
  text-align: left;
  font-weight: 600;
  position: relative;
  transition: all 0.25s ease 0s;
}
.contact__gmap:before {
  width: 100px;
  height: 120px;
  background: url(d75cbc486d9743e4b4f7370f5d41a3b1.svg) no-repeat center center;
  background-size: contain;
  -webkit-background-size: contain;
  content: "";
  position: absolute;
  left: -42px;
  bottom: 0px;
}
.contact__gmap:after {
  width: 42px;
  height: 42px;
  background: url(e44d49f042a9976acb922cb253674221.svg) no-repeat center center;
  background-size: contain;
  -webkit-background-size: contain;
  content: "";
  position: absolute;
  right: 10%;
  bottom: 50%;
  transform: translate(0px, 50%);
  box-shadow: 0px 0px 40px rgba(1, 1, 1, 0.2);
  border-radius: 50%;
  transition: all 0.25s ease 0s;
}
.contact__gmap span {
  display: block;
}
.contact__gmap:hover {
  background-color: #33339E;
  color: white;
}
.contact__gmap:hover:after {
  transform: translate(10px, 50%);
}

@media (max-width: 1150px) {
  .contact__container {
    width: 550px;
  }
  .contact__upper {
    padding: 4.6666666667em 3.3333333333em;
  }
  .contact__gmap:after {
    transform: translate(0px, -100%);
  }
  .contact__gmap:hover:after {
    transform: translate(10px, -100%);
  }
}
@media (max-width: 1050px) {
  .contact__container {
    width: 500px;
  }
  .contact__upper {
    padding: 4.6666666667em 2.6666666667em;
  }
}
@media (max-width: 900px) {
  .contact__container {
    width: 450px;
    margin: 0px 2em 0px auto;
  }
}
@media (max-width: 700px) {
  .contact__text, .contact__gmap {
    font-size: 1.0666666667em;
  }
  .contacts__list {
    margin-top: 2.6666666667em;
  }
}
@media (max-width: 600px) {
  .contact__container {
    width: 90%;
    margin: 0px 5%;
  }
}
@media (max-width: 470px) {
  .contact__text, .contact__gmap {
    font-size: 1em;
  }
}
@media (max-width: 400px) {
  .contact__upper {
    padding: 3.3333333333em 1.6666666667em;
  }
}
/**
 * #TRUMPS
 */
/*------------------------------------*\
    #CLEARFIX
\*------------------------------------*/
/**
 * Micro clearfix, as per: css-101.org/articles/clearfix/latest-new-clearfix-so-far.php
 * Extend the clearfix class with Sass to avoid the `.clearfix` class appearing
 * over and over in your markup.
 */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/*------------------------------------*\
    #WIDTHS
\*------------------------------------*/
/**
 * A series of width helper classes that you can use to size things like grid
 * systems. Classes can take a fraction-like format (e.g. `.2/3`) or a spoken-
 * word format (e.g. `two-thirds`). Toggle formats by overriding the
 * `$inuit-use-fractions` variable defined below.
 */
/**
 * Whole.
 */
.one-whole {
  width: 100% !important;
}

/**
 * Halves.
 */
.one-half,
.two-quarters,
.three-sixths,
.four-eighths,
.five-tenths,
.six-twelfths {
  width: 50% !important;
}

/**
 * Thirds.
 */
.one-third,
.two-sixths,
.three-ninths,
.four-twelfths {
  width: 33.3333333% !important;
}

.two-thirds,
.four-sixths,
.six-ninths,
.eight-twelfths {
  width: 66.6666666% !important;
}

/**
 * Quarters.
 */
.one-quarter,
.two-eighths,
.three-twelfths {
  width: 25% !important;
}

.three-quarters,
.six-eighths,
.nine-twelfths {
  width: 75% !important;
}

/**
 * Fifths.
 */
.one-fifth,
.two-tenths {
  width: 20% !important;
}

.two-fifths,
.four-tenths {
  width: 40% !important;
}

.three-fifths,
.six-tenths {
  width: 60% !important;
}

.four-fifths,
.eight-tenths {
  width: 80% !important;
}

/**
 * Sixths.
 */
.one-sixth,
.two-twelfths {
  width: 16.6666666% !important;
}

.five-sixths,
.ten-twelfths {
  width: 83.3333333% !important;
}

/**
 * Eighths.
 */
.one-eighth {
  width: 12.5% !important;
}

.three-eighths {
  width: 37.5% !important;
}

.five-eighths {
  width: 62.5% !important;
}

.seven-eighths {
  width: 87.5% !important;
}

/**
 * Ninths.
 */
.one-ninth {
  width: 11.1111111% !important;
}

.two-ninths {
  width: 22.2222222% !important;
}

.four-ninths {
  width: 44.4444444% !important;
}

.five-ninths {
  width: 55.5555555% !important;
}

.seven-ninths {
  width: 77.7777777% !important;
}

.eight-ninths {
  width: 88.8888888% !important;
}

/**
 * Tenths.
 */
.one-tenth {
  width: 10% !important;
}

.three-tenths {
  width: 30% !important;
}

.seven-tenths {
  width: 70% !important;
}

.nine-tenths {
  width: 90% !important;
}

/**
 * Twelfths.
 */
.one-twelfth {
  width: 8.3333333% !important;
}

.five-twelfths {
  width: 41.6666666% !important;
}

.seven-twelfths {
  width: 58.3333333% !important;
}

.eleven-twelfths {
  width: 91.6666666% !important;
}

/*------------------------------------*\
    #SPACING
\*------------------------------------*/
/**
 * Margin and padding helper classes. Use these to tweak layout on a micro
 * level.
 *
 * `.(m|p)(t|r|b|l|h|v)(-|+|0) {}` = margin/padding top/right/bottom/left/horizontal/vertical less/more/none
 */
/**
 * Margin helper classes.
 *
 * Add margins.
 */
.m {
  margin: 24px !important;
}

.mt {
  margin-top: 24px !important;
}

.mr {
  margin-right: 24px !important;
}

.mb {
  margin-bottom: 24px !important;
}

.ml {
  margin-left: 24px !important;
}

.mh {
  margin-right: 24px !important;
  margin-left: 24px !important;
}

.mv {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

/**
 * Add huge margins.
 */
.m\+\+ {
  margin: 96px !important;
}

.mt\+\+ {
  margin-top: 96px !important;
}

.mr\+\+ {
  margin-right: 96px !important;
}

.mb\+\+ {
  margin-bottom: 96px !important;
}

.ml\+\+ {
  margin-left: 96px !important;
}

.mh\+\+ {
  margin-right: 96px !important;
  margin-left: 96px !important;
}

.mv\+\+ {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}

/**
 * Remove margins.
 */
.m0 {
  margin: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.mh0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mv0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.hide {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip: rect(1px 1px 1px 1px);
  width: 1px;
  height: 1px;
}

.text-cut {
  white-space: nowrap;
  overflow: hidden; /* pour Opera 9 */
  text-overflow: ellipsis; /* pour le reste du monde */
}
