<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("../js/jquery.select2/css/select2.min.css");
@import url("../js/jquery.select2/css/select2.modify.css");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a {
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
}

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

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

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

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

@font-face {
  font-family: "Sohne";
  src: url("_fonts/subset-Sohne-Leicht.woff2") format("woff2"), url("_fonts/subset-Sohne-Leicht.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sohne";
  src: url("_fonts/subset-Sohne-LeichtKursiv.woff2") format("woff2"), url("_fonts/subset-Sohne-LeichtKursiv.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Sohne";
  src: url("_fonts/subset-Sohne-Extraleicht.woff2") format("woff2"), url("_fonts/subset-Sohne-Extraleicht.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sohne";
  src: url("_fonts/subset-Sohne-ExtraleichtKursiv.woff2") format("woff2"), url("_fonts/subset-Sohne-ExtraleichtKursiv.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Sohne";
  src: url("_fonts/subset-Sohne-Buch.woff2") format("woff2"), url("_fonts/subset-Sohne-Buch.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sohne";
  src: url("_fonts/subset-Sohne-Kraftig.woff2") format("woff2"), url("_fonts/subset-Sohne-Kraftig.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sohne";
  src: url("_fonts/subset-Sohne-Dreiviertelfett.woff2") format("woff2"), url("_fonts/subset-Sohne-Dreiviertelfett.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sohne";
  src: url("_fonts/subset-Sohne-Halbfett.woff2") format("woff2"), url("_fonts/subset-Sohne-Halbfett.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sohne";
  src: url("_fonts/subset-Sohne-HalbfettKursiv.woff2") format("woff2"), url("_fonts/subset-Sohne-HalbfettKursiv.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Sohne";
  src: url("_fonts/subset-Sohne-Fett.woff2") format("woff2"), url("_fonts/subset-Sohne-Fett.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sohne";
  src: url("_fonts/subset-Sohne-FettKursiv.woff2") format("woff2"), url("_fonts/subset-Sohne-FettKursiv.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url(_fontawesome/webfonts/fa-brands-400.eot);
  src: url(_fontawesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(_fontawesome/webfonts/fa-brands-400.woff2) format("woff2"), url(_fontawesome/webfonts/fa-brands-400.woff) format("woff"), url(_fontawesome/webfonts/fa-brands-400.ttf) format("truetype"), url(_fontawesome/webfonts/fa-brands-400.svg#fontawesome) format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("_fontawesome/webfonts/fa-regular-400.woff2") format("woff2"), url("_fontawesome/webfonts/fa-regular-400.eot") format("embedded-opentype"), url("_fontawesome/webfonts/fa-regular-400.svg") format("svg"), url("_fontawesome/webfonts/fa-regular-400.ttf") format("truetype"), url("_fontawesome/webfonts/fa-regular-400.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(_fontawesome/webfonts/fa-solid-900.eot);
  src: url(_fontawesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(_fontawesome/webfonts/fa-solid-900.woff2) format("woff2"), url(_fontawesome/webfonts/fa-solid-900.woff) format("woff"), url(_fontawesome/webfonts/fa-solid-900.ttf) format("truetype"), url(_fontawesome/webfonts/fa-solid-900.svg#fontawesome) format("svg");
}
.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
  font-display: swap;
}

.fa, .fas {
  font-weight: 900;
}

@font-face {
  font-family: "Font Awesome 5 Pro Light";
  src: url("_fontawesome/webfonts/Font Awesome 5 Pro Light.eot") format("embedded-opentype"), url("_fontawesome/webfonts/Font Awesome 5 Pro Light.svg") format("svg"), url("_fontawesome/webfonts/Font Awesome 5 Pro Light.ttf") format("truetype"), url("_fontawesome/webfonts/Font Awesome 5 Pro Light.woff") format("woff"), url("_fontawesome/webfonts/Font Awesome 5 Pro Light.woff2") format("woff2");
  font-display: swap;
}
.fal {
  font-family: "Font Awesome 5 Pro Light";
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 5 Duotone Solid";
  src: url("_fontawesome/webfonts/Font Awesome 5 Duotone Solid.eot") format("embedded-opentype"), url("_fontawesome/webfonts/Font Awesome 5 Duotone Solid.svg") format("svg"), url("_fontawesome/webfonts/Font Awesome 5 Duotone Solid.ttf") format("truetype"), url("_fontawesome/webfonts/Font Awesome 5 Duotone Solid.woff") format("woff"), url("_fontawesome/webfonts/Font Awesome 5 Duotone Solid.woff2") format("woff2");
  font-display: swap;
}
.fad {
  font-family: "Font Awesome 5 Duotone Solid";
  font-display: swap;
}

input, select, button {
  font-family: "Sohne", Arial;
  font-weight: 400;
  letter-spacing: 0.08ex;
  box-sizing: border-box;
  transition: all 0.25s;
}

input, select {
  -webkit-appearance: none;
}

form &gt; [form-title] {
  position: relative;
  display: flex;
  align-items: center;
  margin: 20px -15px;
  margin-top: 40px;
}
form &gt; [form-title] &gt; div {
  width: 100%;
  margin: 0 15px;
  color: #23579f;
  font-weight: 600;
}
form &gt; [form-group] {
  position: relative;
}
form &gt; [form-group][form-group] + [form-group] {
  margin-top: 20px;
}
form &gt; [form-group][form-group~=space1] {
  margin-top: 50px !important;
}
form &gt; [form-group][form-group~="50"] &gt; div &gt; div:first-of-type {
  color: #848f9e;
  font-size: 0.875rem;
  padding: 10px 20px;
  background-color: #f1f1f1;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
form &gt; [form-group][form-group~="50"] &gt; div &gt; div:last-of-type {
  background-color: #fff;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
form &gt; [form-group][form-group~="50x50"] &gt; div &gt; div:first-of-type {
  color: #848f9e;
  font-size: 0.875rem;
  padding: 10px 20px;
  background-color: #f1f1f1;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
form &gt; [form-group][form-group~="50x50"] &gt; div &gt; div:last-of-type {
  background-color: #fff;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
form &gt; [form-group] [form-item] {
  position: relative;
  display: flex;
  align-items: normal;
  border: 2px solid #d4d4d4;
  border-radius: 6px;
  transition: all 0.25s;
}
form &gt; [form-group] [form-item] &gt; div {
  display: flex;
  align-items: center;
  border-radius: 6px;
}
form &gt; [form-group] [form-item] &gt; span {
  display: none;
  position: absolute;
  z-index: 10;
  top: 106%;
  color: #fff;
  font-size: 0.75rem;
  line-height: 140%;
  padding: 8px 14px;
  padding-bottom: 6px;
  background-color: #a83569;
  border: 1px solid #a83569;
  border-radius: 4px;
}
form &gt; [form-group] [form-item] &gt; span:before {
  position: absolute;
  z-index: 1;
  top: -7px;
  left: 14px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #a83569 transparent;
}
form &gt; [form-group] [form-item] input:focus, form &gt; [form-group] [form-item] textarea:focus {
  border-color: #ccc;
}
form &gt; [form-group] [form-item] input, form &gt; [form-group] [form-item] select, form &gt; [form-group] [form-item] textarea {
  font-family: "Sohne", Arial;
  width: 100%;
  font-size: 0.875rem;
  letter-spacing: 0.08ex;
  padding: 20px 20px;
  border: 0;
  background-color: transparent;
}
form &gt; [form-group] [form-item] input::placeholder, form &gt; [form-group] [form-item] select::placeholder, form &gt; [form-group] [form-item] textarea::placeholder {
  color: #bdbdbd;
}
form &gt; [form-group] [form-item] input::-ms-input-placeholder, form &gt; [form-group] [form-item] select::-ms-input-placeholder, form &gt; [form-group] [form-item] textarea::-ms-input-placeholder {
  color: #bdbdbd;
}
form &gt; [form-group] [form-item] input::-ms-input-placeholder, form &gt; [form-group] [form-item] select::-ms-input-placeholder, form &gt; [form-group] [form-item] textarea::-ms-input-placeholder {
  color: #bdbdbd;
}
form &gt; [form-group] [form-item][alert=on] {
  border: 2px solid #a83569;
}
form &gt; [form-group] [form-item][alert=on] &gt; span {
  display: block;
}
form &gt; [form-group] [form-item][form-item=select1] select {
  width: 100%;
  height: 70px;
  font-size: 1.125rem;
  font-weight: 400;
  color: #23579f;
  padding: 10px 20px;
  background: url("../contents/icons/expand_more_black_24dp.svg") no-repeat right transparent;
  background-size: 28px 28px;
  background-position: calc(100% - 15px);
  border: 0;
}
form &gt; [form-group] [form-item][form-item=select2] .select2-container--default .select2-selection--single {
  height: 58px;
  background-size: 22px 22px;
}
form &gt; [form-group] [form-item][form-item=select2] .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 0.875rem;
  height: 58px;
  line-height: 58px;
}
form &gt; [form-group] [form-item][form-item=select2] .select2-results__option {
  font-size: 0.875rem;
}
form &gt; [form-group] [form-item][form-item=textarea1] textarea {
  min-height: 100px;
}
form &gt; [form-group] [form-item][form-item=textarea2] textarea {
  min-height: 50px;
}
form &gt; [form-captcha] {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 8px;
  padding-left: 30px;
  margin-top: 30px;
  background-color: #f8f8f8;
  border: 2px solid #d4d4d4;
  border-radius: 4px;
}
form &gt; [form-captcha][alert=on] {
  border: 2px solid #a83569;
}
form &gt; [form-captcha][alert=on] &gt; span {
  display: block;
}
form &gt; [form-captcha] &gt; span {
  display: none;
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 106%;
  max-width: 50%;
  color: #fff;
  font-size: 0.75rem;
  line-height: 140%;
  padding: 8px 14px;
  padding-bottom: 6px;
  background-color: #a83569;
  border: 1px solid #a83569;
  border-radius: 4px;
}
form &gt; [form-captcha] &gt; span:before {
  position: absolute;
  z-index: 1;
  top: -7px;
  left: 14px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #a83569 transparent;
}
form &gt; [form-captcha] &gt; a {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: #8a8a8a;
  margin-left: 10px;
  background-color: #f1f1f1;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
}
form &gt; [form-captcha] &gt; input {
  width: 120px;
  height: 40px;
  padding: 10px;
  display: inline-block;
  margin-left: 5px;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  box-sizing: border-box;
}
form &gt; [form-captcha] &gt; input::placeholder {
  font-family: "Sohne", Arial;
  font-weight: 400;
  color: #d4d4d4;
}
form &gt; [form-button] {
  position: relative;
  margin-top: 40px;
}
form &gt; [form-button] input[type=submit] {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 10px 20px;
  padding-right: 100px;
  background: url("../contents/icons/navigate_next_white_24dp.svg") no-repeat right #0093e3;
  background-size: 22px 22px;
  background-position: calc(100% - 15px);
  border: 1px solid #0093e3;
  border-radius: 4px;
}
form &gt; [form-button] input[type=submit]:hover {
  border-color: #a83569;
  background-color: #a83569;
}
form &gt; [form-button] input[type=reset] {
  color: #bdbdbd;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 10px 20px;
  padding-right: 100px;
  background: url("../contents/icons/restart_alt_black_24dp.svg") no-repeat right #fff;
  background-size: 22px 22px;
  background-position: calc(100% - 15px);
  border: 1px solid #d4d4d4;
  border-radius: 4px;
}
form &gt; [form-button] input[type=reset]:hover {
  border-color: #d4d4d4;
  background-color: #f1f1f1;
}

[footer-languages] {
  width: 100%;
  color: #fff;
  font-size: 1rem;
  line-height: 150%;
  padding: 10px 12px;
  border: 0;
  border-radius: 3px;
  background: url("../contents/icons/expand_more_black_24dp.svg") no-repeat right #1c1c1c;
  background-size: 24px 24px;
  background-position: calc(100% - 10px);
}

@media only screen and (min-width: 1401px) {
  body, html {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1141px) and (max-width: 1400px) {
  body, html {
    font-size: 14px;
  }
}
/* Desktop */
@media only screen and (min-width: 1141px) {
  header {
    height: 100px;
    padding: 0 30px;
  }
  header [header-content] [header-logo] {
    width: 20%;
  }
  header [header-content] [header-logo] img {
    height: 34px;
  }
  header [header-content] [header-nav] {
    display: flex;
  }
  header [header-content] [header-quick] {
    width: 20%;
  }
  header [header-content] [header-quick] {
    width: 20%;
  }
  header [header-content] [header-quick] &gt; a[header-language] {
    display: flex;
  }
  header [header-content] [hamburger-menu] {
    display: none;
  }

  [home-slider] {
    padding: 0 30px;
  }
  [home-slider] [slider-content] .owl-carousel .item .item-content &gt; [texts] &gt; h1 {
    font-size: 4rem;
  }
  [home-slider] [slider-content] .owl-carousel .item .item-content &gt; [texts] &gt; h2 {
    margin-top: 30px;
  }
  [home-slider] [slider-content] .owl-carousel .item .item-content &gt; [buttons] {
    margin-top: 50px;
  }
  [home-slider] [slider-content] .owl-carousel .item .item-content &gt; [buttons] [button] {
    font-size: 1rem;
    padding: 14px 22px;
  }
  [home-slider] [slider-content] .owl-carousel .item .item-content &gt; [buttons] [button] &gt; i, [home-slider] [slider-content] .owl-carousel .item .item-content &gt; [buttons] [button] svg {
    font-size: 20px;
  }
  [home-slider] [slider-content] .owl-carousel-dots &gt; ul {
    right: 10px;
    margin-top: -60px !important;
  }
  [home-slider] [slider-content] .owl-carousel-dots &gt; ul .owl-dot {
    width: 200px;
  }

  [home-services] {
    padding: 100px 30px;
  }
  [home-services] &gt; div &gt; h4 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  [home-services] &gt; div &gt; h4 &gt; a {
    margin: 0 4px;
  }
  [home-services] &gt; div [boxes] {
    display: flex;
    margin: 60px -15px;
  }
  [home-services] &gt; div [boxes] [box] {
    width: 33.3333%;
    padding: 40px;
    margin: 0 15px;
  }
  [home-services] &gt; div [boxes] [box][badge]:before {
    top: 40px;
    right: 40px;
  }
  [home-services] &gt; div [boxes] [box] &gt; img {
    height: 60px;
    margin-bottom: 70px;
  }
  [home-services] &gt; div [boxes] [box] &gt; h3 {
    width: 80%;
  }

  [home-numbers] {
    padding: 100px 30px;
  }
  [home-numbers] &gt; div &gt; ul {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
  }
  [home-numbers] &gt; div &gt; ul &gt; li {
    width: 25%;
  }
  [home-numbers] &gt; div &gt; ul &gt; li &gt; span:first-child:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 90%;
    background-color: #23579f;
  }
  [home-numbers] &gt; div &gt; ul &gt; li &gt; span:last-child {
    width: 80%;
    margin-top: 20px;
  }

  [home-faq] {
    padding: 100px 30px;
  }
  [home-faq] &gt; div &gt; h4 {
    margin-top: 80px;
  }
  [home-faq] [faq-item] {
    align-items: center;
  }
  [home-faq] [faq-item]:hover {
    z-index: 10;
    transform: scale(101%);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.15);
  }
  [home-faq] [faq-item]:hover [image] &gt; img {
    transform: scale(1.1) translateY(-50%) translateX(-50%);
    /*filter: grayscale(100%) brightness(50%) sepia(100%) hue-rotate(-180deg) saturate(400%) contrast(0.8);*/
  }
  [home-faq] [faq-item]:hover [content] &gt; h3 {
    color: #23579f;
  }
  [home-faq] [faq-item]:nth-child(even) {
    flex-direction: row-reverse;
  }
  [home-faq] [faq-item]:nth-child(even) [image] {
    border-radius: 6px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  [home-faq] [faq-item]:nth-child(odd) [image] {
    border-radius: 6px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  [home-faq] [faq-item] &gt; div {
    width: 50%;
  }
  [home-faq] [faq-item] &gt; div[image] {
    height: 370px;
    border-radius: 6px;
  }
  [home-faq] [faq-item] &gt; div[content] {
    padding: 30px 80px;
  }

  [breadcrumb] {
    padding: 0 30px;
    margin-bottom: 40px;
  }

  [page][page=inside] {
    padding: 150px 0 50px 0;
  }
  [page][page=about] {
    padding: 100px 0 0 0;
  }
  [page][page=faq] {
    padding: 100px 0 0 0;
  }
  [page][page=rules] {
    padding: 100px 0 0 0;
  }
  [page][page=contact] {
    padding: 100px 0 0 0;
  }

  [page-header] {
    padding: 0 30px;
  }
  [page-header] h1 {
    font-size: 3rem;
  }

  [sendmoney-tabs] {
    padding: 40px 30px;
  }
  [sendmoney-tabs] [boxes] {
    display: flex;
    margin: 0 -10px;
  }
  [sendmoney-tabs] [boxes] [box] {
    width: 33.3333%;
    padding: 40px;
    margin: 0 10px;
  }
  [sendmoney-tabs] [boxes] [box][badge]:before {
    right: 40px;
  }
  [sendmoney-tabs] [boxes] [box] &gt; img {
    height: 46px;
  }
  [sendmoney-tabs] [boxes] [box] &gt; h2 {
    font-size: 1.125rem;
    margin-top: 40px;
  }

  [sendmoney-tabs-content] {
    padding: 40px 30px;
  }

  [about-intro] {
    padding: 0 30px;
  }
  [about-intro] &gt; div &gt; div {
    width: 70%;
  }

  [about-features] {
    padding: 0 30px;
    padding-top: 100px;
  }
  [about-features] ul {
    display: flex;
    justify-content: center;
  }
  [about-features] ul &gt; li:not(:first-child) {
    margin-left: 40px;
  }

  [about-values] {
    padding: 0 30px;
    padding-top: 100px;
  }
  [about-values] [values] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -15px;
  }
  [about-values] [values] &gt; div {
    width: 50%;
    margin: 0 15px;
  }

  [about-targets] &gt; div {
    padding: 0 30px;
  }
  [about-targets] &gt; div &gt; h3 {
    font-size: 2.25rem;
  }

  [about-staff] {
    padding: 0 30px;
  }
  [about-staff] [boxes] {
    display: flex;
    align-items: flex-start;
    margin: 0 -15px;
  }
  [about-staff] [boxes] &gt; div {
    width: 50%;
    margin: 0 15px;
  }
  [about-staff] [boxes] [box] {
    display: flex;
    flex-direction: column;
  }
  [about-staff] [boxes] [box] &gt; div {
    height: 300px;
  }
  [about-staff] [boxes] [box] [box-info] {
      overflow: auto;
  }

  [about-info] {
    padding: 50px 30px;
  }

  [about-partners] {
    padding: 0 30px;
  }
  [about-partners] [logos] {
    display: inline-flex;
    align-items: center;
  }
  [about-partners] [logos] &gt; li:not(:first-child) {
    margin-left: 40px;
  }
  [about-partners] [logos] &gt; li &gt; img {
    height: 100px;
  }

  [faq-intro], [rules-intro], [contact-intro] {
    padding: 0 30px;
  }

  [faq-content] {
    padding: 100px 30px;
  }

  [rules-content] {
    padding: 100px 30px;
  }
  [rules-content] &gt; div &gt; div:first-child {
    width: 25%;
  }
  [rules-content] &gt; div &gt; div:last-child {
    width: 75%;
  }
    [rules-content] [rules-page-last-child-div] {
        width: 75%;
    }

  [offices-content][offices-content=map] {
    padding: 40px 30px;
  }
  [offices-content][offices-content=map] [map-content] {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  [offices-content][offices-content=map] [map-content] &gt; div:first-child {
    width: 75%;
  }
  [offices-content][offices-content=map] [map-content] &gt; div:first-child #turkey-map svg {
    height: 400px;
  }
  [offices-content][offices-content=map] [map-content] &gt; div:last-child {
    width: 25%;
    padding-left: 80px;
  }
  [offices-content][offices-content=map] [info-countries], [offices-content][offices-content=map] [info-offices] {
    display: flex;
    width: 100%;
    margin-bottom: 40px;
  }
  [offices-content][offices-content=map] [info-countries] &gt; span, [offices-content][offices-content=map] [info-offices] &gt; span {
    font-size: 3.5rem;
  }
  [offices-content][offices-content=list] {
    padding: 40px 30px;
    margin-top: 50px;
  }
  [offices-content][offices-content=detail] {
    padding: 40px 30px;
  }
  [offices-content][offices-content=detail] [office-detail] {
    display: flex;
    align-items: center;
  }
  [offices-content][offices-content=detail] [office-detail] &gt; div {
    width: 50%;
  }
  [offices-content][offices-content=detail] [office-detail] &gt; div [address-map] {
    height: 300px;
  }
  [offices-content][offices-content=detail] [office-detail] &gt; div [address-map] #turkey-map svg {
    width: 600px;
    height: 300px;
  }
  [offices-content][offices-content=form] {
    padding: 40px 30px;
  }

  [offices-information] {
    margin-top: 50px;
  }

  [contact-content][contact-content=text] {
    padding: 100px 30px;
  }
  [contact-content][contact-content=form] {
    padding: 40px 30px;
  }
  [contact-content] [infos] {
    display: flex;
  }
  [contact-content] [infos] &gt; div {
    width: 50%;
  }
  [contact-content] [infos] &gt; div [boxes] [box] &gt; div:first-child {
    width: 16%;
  }
  [contact-content] [infos] &gt; div [boxes] [box] &gt; div:last-child {
    width: 80%;
  }
  [contact-content] [infos] &gt; div [boxes] [box] &gt; div:last-child a[item=button] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  [contact-content] [caution] {
    margin-top: 100px;
  }
  [contact-content] [caution] &gt; div {
    display: inline-flex;
    align-items: center;
  }
  [contact-content] [caution] &gt; div &gt; div:first-child {
    width: 180px;
    margin-right: 20px;
  }
  [contact-content] [caution] &gt; div &gt; div img {
    width: 100%;
  }

  footer {
    padding: 0 30px;
  }
  footer [footer-content] {
    padding-top: 4rem;
  }
  footer [footer-content] [footer-logo] img {
    height: 34px;
  }
  footer [footer-content] [footer-slogan] {
    margin: 2rem 0 4rem 0;
  }
  footer [footer-content] [footer-links] {
    display: flex;
  }
  footer [footer-content] [footer-links] &gt; ul {
    width: 25%;
  }
  footer [footer-content] [footer-links] &gt; ul &gt; li:first-child {
    padding-bottom: 30px;
  }
  footer [footer-content] [footer-links] &gt; ul &gt; li:not(:first-child) {
    padding: 10px 0;
  }
  footer [footer-content] [footer-links] &gt; ul &gt; li:not(:first-child) &gt; a {
    display: inline-block;
    color: #bdbdbd;
  }
  footer [footer-content] [footer-links] &gt; ul &gt; li:not(:first-child) &gt; a:hover {
    color: #a83569;
  }
  footer [footer-content] [footer-copyright] {
    display: flex;
    align-items: center;
    padding: 60px 0;
  }
  footer [footer-content] [footer-copyright] &gt; div:first-child {
    width: 25%;
  }
  footer [footer-content] [footer-copyright] &gt; div:last-child {
    width: 75%;
  }
  footer [footer-content] [footer-institutions] &gt; div img {
    width: 100%;
  }
  footer [footer-colours] {
    width: calc(100% + 60px);
    margin: 0 -30px;
  }

  [grid][grid=representation] [grid-item] {
    display: flex;
    align-items: center;
  }
  [grid][grid=representation] [grid-item] &gt; div:last-child {
    width: 70%;
  }
  [grid][grid=representation] [grid-item] &gt; div iframe {
    height: 150px;
  }
  [grid][grid=representation] [grid-item] &gt; div [representation-qrcode] {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }

  form &gt; [form-group] {
    display: flex;
    align-items: center;
    margin: 0 -15px;
  }
  form &gt; [form-group][form-group~="50"] &gt; div {
    width: calc(50% - 30px);
  }
  form &gt; [form-group][form-group~="50"] &gt; div &gt; div {
    width: 50%;
  }
  form &gt; [form-group][form-group~="50x50"] &gt; div {
    width: 50%;
  }
  form &gt; [form-group][form-group~="50x50"] &gt; div &gt; div {
    width: 50%;
  }
  form &gt; [form-group][form-group~="100"] &gt; div {
    width: 100%;
  }
  form &gt; [form-group][form-group~="100"] &gt; div &gt; div {
    width: 100%;
  }
  form &gt; [form-group] [form-item] {
    margin: 0 15px;
  }
  form &gt; [form-group] [form-item] &gt; span {
    left: 50%;
    max-width: 50%;
  }
  form &gt; [form-button] {
    display: flex;
  }
  form &gt; [form-button] input + input {
    margin-left: 15px;
  }
}
/* Modernizr-enabled tablet targeting 1280-768 */
@media only screen and (min-width: 768px) and (max-width: 1140px) {
  body, html {
    font-size: 14px;
  }

  header {
    height: 70px;
    padding: 0 30px;
  }
  header [header-content] [header-logo] img {
    height: 28px;
  }
  header [header-content] [header-nav] {
    display: none;
  }
  header [header-content] [header-quick] &gt; a[header-language] {
    display: flex;
  }
  [home-slider] {
    padding: 0 30px;
  }
  [home-slider] [slider-content] .owl-carousel .item .item-content {
    padding-top: 30px;
  }
  [home-slider] [slider-content] .owl-carousel .item .item-content &gt; [texts] &gt; h1 {
    font-size: 2.5rem;
  }
  [home-slider] [slider-content] .owl-carousel .item .item-content &gt; [texts] &gt; h2 {
    margin-top: 20px;
  }
  [home-slider] [slider-content] .owl-carousel .item .item-content &gt; [buttons] {
    margin-top: 30px;
  }
  [home-slider] [slider-content] .owl-carousel .item .item-content &gt; [buttons] [button] {
    font-size: 0.875rem;
    padding: 10px 22px;
  }
  [home-slider] [slider-content] .owl-carousel .item .item-content &gt; [buttons] [button] &gt; i, [home-slider] [slider-content] .owl-carousel .item .item-content &gt; [buttons] [button] svg {
    font-size: 18px;
  }
  [home-slider] [slider-content] .owl-carousel-dots &gt; ul {
    right: 0;
    margin-top: -30px !important;
  }
  [home-slider] [slider-content] .owl-carousel-dots &gt; ul .owl-dot {
    width: 150px;
  }

  [home-services] {
    padding: 60px 30px;
  }
  [home-services] &gt; div &gt; h4 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  [home-services] &gt; div &gt; h4 &gt; a {
    margin: 0 4px;
  }
  [home-services] &gt; div [boxes] {
    display: flex;
    margin: 60px -10px;
  }
  [home-services] &gt; div [boxes] [box] {
    width: 33.3333%;
    padding: 25px;
    margin: 0 10px;
  }
  [home-services] &gt; div [boxes] [box][badge]:before {
    top: 25px;
    right: 25px;
  }
  [home-services] &gt; div [boxes] [box] &gt; img {
    height: 50px;
    margin-bottom: 60px;
  }
  [home-services] &gt; div [boxes] [box] &gt; h3 {
    width: 100%;
    min-height: 70px;
  }

  [home-numbers] {
    padding: 60px 30px;
  }
  [home-numbers] &gt; div &gt; ul {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
  }
  [home-numbers] &gt; div &gt; ul &gt; li {
    width: 25%;
  }
  [home-numbers] &gt; div &gt; ul &gt; li &gt; span:first-child:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 90%;
    background-color: #23579f;
  }
  [home-numbers] &gt; div &gt; ul &gt; li &gt; span:last-child {
    width: 80%;
    margin-top: 20px;
  }

  [home-faq] {
    padding: 60px 30px;
  }
  [home-faq] &gt; div &gt; h4 {
    margin-top: 80px;
  }
  [home-faq] [faq-item] {
    align-items: center;
  }
  [home-faq] [faq-item]:not(:first-child) {
    margin-top: 30px;
  }
  [home-faq] [faq-item] &gt; div[image] {
    width: 30%;
    height: 250px;
    border-radius: 6px;
  }
  [home-faq] [faq-item] &gt; div[content] {
    width: 70%;
    padding-left: 50px;
  }

  [breadcrumb] {
    padding: 0 30px;
    margin-bottom: 25px;
  }

  [page][page=inside] {
    padding: 100px 0 30px 0;
  }
  [page][page=about] {
    padding: 70px 0 0 0;
  }
  [page][page=faq] {
    padding: 70px 0 0 0;
  }
  [page][page=rules] {
    padding: 70px 0 0 0;
  }
  [page][page=contact] {
    padding: 70px 0 0 0;
  }

  [page-header] {
    padding: 0 30px;
  }
  [page-header] h1 {
    font-size: 2.5rem;
  }

  [sendmoney-tabs] {
    padding: 40px 30px;
  }
  [sendmoney-tabs] [boxes] {
    display: flex;
    margin: 0 -10px;
  }
  [sendmoney-tabs] [boxes] [box] {
    width: 33.3333%;
    padding: 30px;
    margin: 0 10px;
  }
  [sendmoney-tabs] [boxes] [box][badge]:before {
    right: 30px;
  }
  [sendmoney-tabs] [boxes] [box] &gt; img {
    height: 46px;
  }
  [sendmoney-tabs] [boxes] [box] &gt; h2 {
    font-size: 1.125rem;
    margin-top: 40px;
  }

  [sendmoney-tabs-content] {
    padding: 40px 30px;
  }

  [about-intro] {
    padding: 0 30px;
  }
  [about-intro] &gt; div &gt; div {
    width: 80%;
  }

  [about-features] {
    padding: 0 30px;
    padding-top: 60px;
  }
  [about-features] ul {
    display: flex;
    justify-content: center;
  }
  [about-features] ul &gt; li:not(:first-child) {
    margin-left: 40px;
  }

  [about-values] {
    padding: 0 30px;
    padding-top: 60px;
  }
  [about-values] [values] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -15px;
  }
  [about-values] [values] &gt; div {
    width: 50%;
    margin: 0 15px;
  }

  [about-targets] &gt; div {
    padding: 0 30px;
  }
  [about-targets] &gt; div &gt; h2 {
    line-height: 140%;
  }
  [about-targets] &gt; div &gt; h3 {
    font-size: 2rem;
  }

  [about-staff] {
    padding: 0 30px;
  }
  [about-staff] [boxes] {
    display: flex;
    align-items: flex-start;
    margin: 0 -15px;
  }
  [about-staff] [boxes] &gt; div {
    width: 33.3333%;
    margin: 0 15px;
  }
  [about-staff] [boxes] [box] {
    display: flex;
    flex-direction: column;
  }
  [about-staff] [boxes] [box] &gt; div {
    height: 290px;
  }

  [about-info] {
    padding: 50px 30px;
  }

  [about-partners] {
    padding: 0 30px;
  }
  [about-partners] [logos] {
    display: inline-flex;
    align-items: center;
  }
  [about-partners] [logos] &gt; li:not(:first-child) {
    margin-left: 10px;
  }
  [about-partners] [logos] &gt; li &gt; img {
    height: 80px;
  }

  [faq-intro], [rules-intro], [contact-intro] {
    padding: 0 30px;
  }

  [faq-content] {
    padding: 60px 30px;
  }

  [rules-content] {
    padding: 60px 30px;
  }
  [rules-content] &gt; div &gt; div:first-child {
    width: 25%;
  }
  [rules-content] &gt; div &gt; div:last-child {
    width: 75%;
  }
    [rules-content] [rules-page-last-child-div] {
        width: 75%;
    }

  [offices-content][offices-content=map] {
    padding: 40px 30px;
  }
  [offices-content][offices-content=map] [map-content] &gt; div:first-child {
    width: 100%;
  }
  [offices-content][offices-content=map] [map-content] &gt; div:first-child #turkey-map svg {
    height: 350px;
  }
  [offices-content][offices-content=map] [map-content] &gt; div:last-child {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
  }
  [offices-content][offices-content=map] [info-countries], [offices-content][offices-content=map] [info-offices] {
    display: inline-flex;
    text-align: left;
    padding: 0 20px;
  }
  [offices-content][offices-content=map] [info-countries] &gt; span, [offices-content][offices-content=map] [info-offices] &gt; span {
    font-size: 2.5rem;
  }
  [offices-content][offices-content=list] {
    padding: 40px 30px;
  }
  [offices-content][offices-content=detail] {
    padding: 40px 30px;
  }
  [offices-content][offices-content=detail] [office-detail] {
    display: flex;
    align-items: center;
  }
  [offices-content][offices-content=detail] [office-detail] &gt; div {
    width: 50%;
  }
  [offices-content][offices-content=detail] [office-detail] &gt; div [address-map] #turkey-map svg {
    width: 400px;
    height: 200px;
  }
  [offices-content][offices-content=form] {
    padding: 40px 30px;
  }

  [offices-information] {
    margin-top: 40px;
  }

  [contact-content][contact-content=text] {
    padding: 60px 30px;
  }
  [contact-content][contact-content=form] {
    padding: 40px 30px;
  }
  [contact-content] [infos] {
    display: flex;
  }
  [contact-content] [infos] &gt; div {
    width: 50%;
  }
  [contact-content] [infos] &gt; div [boxes] [box] &gt; div:first-child {
    width: 25%;
  }
  [contact-content] [infos] &gt; div [boxes] [box] &gt; div:last-child {
    width: 75%;
  }
  [contact-content] [infos] &gt; div [boxes] [box] &gt; div:last-child a[item=button] {
    margin-top: 15px;
  }
  [contact-content] [caution] {
    margin-top: 60px;
  }
  [contact-content] [caution] &gt; div {
    display: inline-flex;
    align-items: center;
  }
  [contact-content] [caution] &gt; div &gt; div:first-child {
    width: 180px;
    margin-right: 20px;
  }
  [contact-content] [caution] &gt; div &gt; div img {
    width: 100%;
  }

  footer [footer-content] {
    padding: 4rem 30px;
    padding-bottom: 0;
  }
  footer [footer-content] [footer-logo] {
    display: none;
  }
  footer [footer-content] [footer-logo] img {
    height: 28px;
  }
  footer [footer-content] [footer-slogan] {
    text-align: center;
    margin: 2rem 0 4rem 0;
    margin-top: 1rem;
  }
  footer [footer-content] [footer-links] {
    display: flex;
    justify-content: space-around;
  }
  footer [footer-content] [footer-links] &gt; ul {
    width: 25%;
  }
  footer [footer-content] [footer-links] &gt; ul &gt; li:first-child {
    padding-bottom: 30px;
  }
  footer [footer-content] [footer-links] &gt; ul &gt; li:not(:first-child) {
    padding: 10px 0;
  }
  footer [footer-content] [footer-links] &gt; ul &gt; li:not(:first-child) &gt; a {
    display: inline-block;
    color: #bdbdbd;
  }
  footer [footer-content] [footer-links] &gt; ul &gt; li:not(:first-child) &gt; a:hover {
    color: #a83569;
  }
  footer [footer-content] [footer-copyright] {
    text-align: center;
    padding-top: 40px;
  }
  footer [footer-content] [footer-copyright] &gt; div:last-child {
    margin-top: 20px;
  }
  footer [footer-content] [footer-institutions] &gt; div img {
    width: 100%;
  }

  [grid][grid=representation] [grid-item] {
    display: flex;
    align-items: center;
  }
  [grid][grid=representation] [grid-item] &gt; div:last-child {
    width: 70%;
    padding-right: 150px;
  }
  [grid][grid=representation] [grid-item] &gt; div iframe {
    height: 150px;
  }
  [grid][grid=representation] [grid-item] &gt; div [representation-qrcode] {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }

  form &gt; [form-group] {
    display: flex;
    align-items: center;
    margin: 0 -10px;
  }
  form &gt; [form-group][form-group~="50"] &gt; div {
    width: calc(50% - 20px);
  }
  form &gt; [form-group][form-group~="50"] &gt; div &gt; div {
    width: 50%;
  }
  form &gt; [form-group][form-group~="50x50"] &gt; div {
    width: 50%;
  }
  form &gt; [form-group][form-group~="50x50"] &gt; div &gt; div {
    width: 50%;
  }
  form &gt; [form-group][form-group~="100"] &gt; div {
    width: 100%;
  }
  form &gt; [form-group][form-group~="100"] &gt; div &gt; div {
    width: 100%;
  }
  form &gt; [form-group] [form-item] {
    margin: 0 10px;
  }
  form &gt; [form-group] [form-item] &gt; span {
    left: 50%;
    max-width: 50%;
  }
  form &gt; [form-button] {
    display: flex;
  }
  form &gt; [form-button] input + input {
    margin-left: 15px;
  }
}
/* Mobile */
@media only screen and (max-width: 767px) {
  body, html {
    font-size: 14px;
  }

  header {
    height: 70px;
    padding: 0 20px;
  }
  header [header-content] [header-logo] img {
    height: 28px;
  }
  header [header-content] [header-nav] {
    display: none;
  }
  header [header-content] [header-quick] &gt; a[header-language] {
    display: none;
  }
  [home-slider] {
    height: 500px;
  }
  [home-slider] [slider-content] .owl-carousel {
    height: 100%;
  }
  [home-slider] [slider-content] .owl-carousel .item {
    height: 100%;
  }
  [home-slider] [slider-content] .owl-carousel .item .item-content {
    padding: 0 20px;
    padding-top: 30px;
  }
  [home-slider] [slider-content] .owl-carousel .item .item-content &gt; [texts] &gt; h1 {
    font-size: 2.5rem;
  }
  [home-slider] [slider-content] .owl-carousel .item .item-content &gt; [texts] &gt; h2 {
    line-height: 130%;
    margin-top: 20px;
  }
  [home-slider] [slider-content] .owl-carousel .item .item-content &gt; [buttons] {
    margin-top: 30px;
  }
  [home-slider] [slider-content] .owl-carousel .item .item-content &gt; [buttons] [button] {
    font-size: 0.875rem;
    padding: 10px 14px;
  }
  [home-slider] [slider-content] .owl-carousel .item .item-content &gt; [buttons] [button] &gt; i, [home-slider] [slider-content] .owl-carousel .item .item-content &gt; [buttons] [button] svg {
    font-size: 18px;
  }
  [home-slider] [slider-content] .owl-carousel .item &gt; img {
    position: absolute;
    left: 50%;
    width: auto;
    height: 100%;
    transform: translateX(-50%);
  }
  [home-slider] [slider-content] .owl-stage-outer {
    height: 100%;
  }
  [home-slider] [slider-content] .owl-stage-outer .owl-stage {
    height: 100%;
  }
  [home-slider] [slider-content] .owl-stage-outer .owl-stage .owl-item {
    overflow: hidden;
    height: 100%;
  }
  [home-slider] [slider-content] .owl-carousel-dots &gt; ul {
    width: calc(100% - 40px);
    left: 20px;
    margin-top: -30px !important;
  }
  [home-slider] [slider-content] .owl-carousel-dots &gt; ul .owl-dot {
    width: 50%;
  }

  [home-services] {
    padding: 40px 20px;
  }
  [home-services] &gt; div &gt; h2 &gt; br {
    content: " ";
  }
  [home-services] &gt; div &gt; h2 &gt; br:before {
    content: " ";
  }
  [home-services] &gt; div &gt; h4 &gt; a {
    margin-top: 20px;
  }
  [home-services] &gt; div [boxes] {
    display: block;
    margin: 40px 0;
  }
  [home-services] &gt; div [boxes] [box] {
    width: 100%;
    padding: 30px;
  }
  [home-services] &gt; div [boxes] [box]:not(:first-child) {
    margin-top: 15px;
  }
  [home-services] &gt; div [boxes] [box][badge]:before {
    top: 30px;
    right: 30px;
  }
  [home-services] &gt; div [boxes] [box] &gt; img {
    height: 50px;
    margin-bottom: 60px;
  }
  [home-services] &gt; div [boxes] [box] &gt; h2 &gt; br {
    content: " ";
  }
  [home-services] &gt; div [boxes] [box] &gt; h2 &gt; br:before {
    content: " ";
  }
  [home-services] &gt; div [boxes] [box] &gt; h3 {
    width: 100%;
  }

  [home-numbers] {
    padding: 40px 20px;
  }
  [home-numbers] &gt; div &gt; ul {
    margin-top: 60px;
  }
  [home-numbers] &gt; div &gt; ul &gt; li {
    text-align: center;
  }
  [home-numbers] &gt; div &gt; ul &gt; li:not(:first-child) {
    margin-top: 20px;
  }

  [home-faq] {
    padding: 40px 20px;
  }
  [home-faq] &gt; div &gt; h4 {
    margin-top: 60px;
  }
  [home-faq] [faq-item] {
    align-items: flex-start;
  }
  [home-faq] [faq-item]:not(:first-child) {
    margin-top: 60px;
  }
  [home-faq] [faq-item] &gt; div[image] {
    width: 30%;
    height: 150px;
    border-radius: 6px;
  }
  [home-faq] [faq-item] &gt; div[content] {
    width: 70%;
    padding-left: 30px;
  }

  [breadcrumb] {
    padding: 0 20px;
    margin-bottom: 25px;
  }
  [breadcrumb] &gt; div &gt; div:last-child {
    display: none;
  }

  [page][page=inside] {
    padding: 100px 0 30px 0;
  }
  [page][page=about] {
    padding: 70px 0 0 0;
  }
  [page][page=faq] {
    padding: 70px 0 0 0;
  }
  [page][page=rules] {
    padding: 70px 0 0 0;
  }
  [page][page=contact] {
    padding: 70px 0 0 0;
  }

  [page-header] {
    padding: 0 20px;
  }
  [page-header] h1 {
    font-size: 2.25rem;
  }

  [sendmoney-tabs] {
    padding: 40px 20px;
  }
  [sendmoney-tabs] [boxes] {
    display: flex;
    margin: 0 -5px;
  }
  [sendmoney-tabs] [boxes] [box] {
    width: 33.3333%;
    text-align: center;
    padding: 15px;
    padding-top: 70px;
    margin: 0 5px;
  }
  [sendmoney-tabs] [boxes] [box][badge]:before {
    top: 15px;
    transform: translateX(30%);
  }
  [sendmoney-tabs] [boxes] [box] &gt; img {
    height: 36px;
  }
  [sendmoney-tabs] [boxes] [box] &gt; h2 {
    font-size: 1rem;
    margin-top: 20px;
  }
  [sendmoney-tabs] [boxes] [box] &gt; h2 br {
    content: " ";
  }
  [sendmoney-tabs] [boxes] [box] &gt; h2 br:before {
    content: " ";
  }

  [sendmoney-tabs-content] {
    padding: 40px 20px;
  }

  [about-intro] {
    padding: 0 20px;
  }

  [about-features] {
    padding: 0 20px;
    padding-top: 40px;
    text-align: center;
  }
  [about-features] ul {
    display: inline-block;
  }
  [about-features] ul &gt; li {
    display: flex;
    align-items: center;
  }
  [about-features] ul &gt; li:not(:first-child) {
    margin-top: 20px;
  }

  [about-values] {
    padding: 0 20px;
    padding-top: 40px;
  }
  [about-values] [values] &gt; div:not(:first-child) {
    margin-top: 20px;
  }

  [about-targets] &gt; div {
    padding: 0 20px;
  }
  [about-targets] &gt; div &gt; h2 {
    line-height: 150%;
  }
  [about-targets] &gt; div &gt; h3 {
    font-size: 1.75rem;
  }

  [about-staff] {
    padding: 0 20px;
  }
  [about-staff] [boxes] [box]:not(:first-child) {
    margin-top: 40px;
  }
  [about-staff] [boxes] [box] &gt; div {
    height: 190px;
  }

  [about-info] {
    padding: 0 20px;
  }

  [about-partners] {
    padding: 0 20px;
  }
  [about-partners] [logos] {
    text-align: center;
  }
  [about-partners] [logos] &gt; li {
    display: inline-flex;
    width: calc(40% - 10px);
    text-align: center;
  }
  [about-partners] [logos] &gt; li:not(:first-child) {
    margin-left: 10px;
  }
  [about-partners] [logos] &gt; li &gt; img {
    height: 80px;
  }

  [faq-intro], [rules-intro], [contact-intro] {
    padding: 0 20px;
  }

  [faq-search] {
    padding: 0 20px;
  }

  [faq-content] {
    padding: 40px 20px;
  }

  [rules-content] {
    padding: 40px 20px;
  }
  [rules-content] &gt; div &gt; div:first-child {
    display: none;
  }
  [rules-content] &gt; div &gt; div:last-child {
    width: 100%;
  }
  [rules-content] [rules-page-last-child-div] {
    width: 75%;
  }

  [offices-content][offices-content=map] {
    padding: 30px 20px;
  }
  [offices-content][offices-content=map] [map-content] &gt; div:first-child {
    width: 100%;
  }
  [offices-content][offices-content=map] [map-content] &gt; div:first-child #turkey-map svg {
    height: 180px;
  }
  [offices-content][offices-content=map] [map-content] &gt; div:first-child #turkey-map .map-title {
    top: 20px;
    left: 20px;
    font-size: 12px;
    font-weight: 600px;
    border-radius: 4px;
  }
  [offices-content][offices-content=map] [map-content] &gt; div:first-child #turkey-map .map-title .map-close {
    background-position: 12px 8px;
    background-size: 14px 14px;
    width: 36px;
    cursor: pointer;
    padding: 8px 14px;
    height: 22px;
  }
  [offices-content][offices-content=map] [map-content] &gt; div:first-child #turkey-map .map-title strong {
    padding: 8px 10px;
  }
  [offices-content][offices-content=map] [map-content] &gt; div:last-child {
    padding-top: 30px;
    text-align: center;
  }
  [offices-content][offices-content=map] [info-countries], [offices-content][offices-content=map] [info-offices] {
    display: inline-flex;
    text-align: left;
    padding: 0 20px;
    margin-bottom: 40px;
  }
  [offices-content][offices-content=map] [info-countries] &gt; span, [offices-content][offices-content=map] [info-offices] &gt; span {
    font-size: 2.5rem;
  }
  [offices-content][offices-content=list] {
    padding: 40px 20px;
  }
  [offices-content][offices-content=detail] {
    padding: 40px 20px;
  }
  [offices-content][offices-content=detail] [office-detail] {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  [offices-content][offices-content=detail] [office-detail] &gt; div {
    width: 100%;
  }
  [offices-content][offices-content=detail] [office-detail] &gt; div:not(:first-child) {
    margin-top: 40px;
  }
  [offices-content][offices-content=detail] [office-detail] &gt; div [address-map] #turkey-map svg {
    width: 350px;
    height: 180px;
  }
  [offices-content][offices-content=form] {
    padding: 40px 20px;
  }

  [offices-information] {
    margin-top: 30px;
  }

  [contact-content][contact-content=text] {
    padding: 40px 20px;
  }
  [contact-content][contact-content=form] {
    padding: 40px 20px;
  }
  [contact-content] [infos] &gt; div:first-child &gt; * {
    justify-content: center;
  }
  [contact-content] [infos] &gt; div:not(:first-child) {
    margin-top: 40px;
  }
  [contact-content] [infos] &gt; div [boxes] [box] &gt; div:first-child {
    width: 25%;
  }
  [contact-content] [infos] &gt; div [boxes] [box] &gt; div:last-child {
    width: 75%;
  }
  [contact-content] [infos] &gt; div [boxes] [box] &gt; div:last-child a[item=button] {
    margin-top: 15px;
  }
  [contact-content] [caution] {
    margin-top: 60px;
  }
  [contact-content] [caution] &gt; div &gt; div {
    text-align: center;
  }
  [contact-content] [caution] &gt; div &gt; div img {
    width: 200px;
  }

  footer [footer-content] {
    padding: 20px;
    padding-bottom: 0;
  }
  footer [footer-content] [footer-logo] {
    display: none;
  }
  footer [footer-content] [footer-logo] img {
    height: 28px;
  }
  footer [footer-content] [footer-slogan] {
    margin: 2rem 0;
    text-align: center;
  }
  footer [footer-content] [footer-links] &gt; ul {
    position: relative;
  }
  footer [footer-content] [footer-links] &gt; ul:last-child {
    margin-top: 40px;
  }
  footer [footer-content] [footer-links] &gt; ul:last-child &gt; li:first-child {
    display: none;
  }
  footer [footer-content] [footer-links] &gt; ul:last-child &gt; li:last-child {
    display: block;
  }
  footer [footer-content] [footer-links] &gt; ul:nth-child(1):before, footer [footer-content] [footer-links] &gt; ul:nth-child(2):before {
    content: "";
    position: absolute;
    bottom: -20px;
    width: 100%;
    height: 1px;
    background-color: #fff;
    opacity: 0.1;
  }
  footer [footer-content] [footer-links] &gt; ul:not(:last-child) {
    margin-bottom: 40px;
  }
  footer [footer-content] [footer-links] &gt; ul:not(:first-child) {
    margin-top: 40px;
  }
  footer [footer-content] [footer-links] &gt; ul &gt; li {
    margin: 10px 0;
  }
  footer [footer-content] [footer-links] &gt; ul &gt; li:first-child {
    text-align: center;
  }
  footer [footer-content] [footer-links] &gt; ul &gt; li:not(:first-child) {
    text-align: center;
  }
  footer [footer-content] [footer-links] &gt; ul &gt; li:not(:first-child) &gt; a {
    display: inline-block;
    color: #bdbdbd;
  }
  footer [footer-content] [footer-links] &gt; ul &gt; li:not(:first-child) &gt; a:hover {
    color: #a83569;
  }
  footer [footer-content] [footer-copyright] {
    text-align: center;
    padding: 30px 0;
    padding-bottom: 0;
  }
  footer [footer-content] [footer-copyright] &gt; div:last-child {
    margin-top: 20px;
    line-height: 150%;
  }
  footer [footer-content] [footer-institutions] &gt; div img {
    width: 60%;
  }

  [grid][grid=representation] [grid-item] &gt; div:first-child {
    width: 60%;
  }
  [grid][grid=representation] [grid-item] &gt; div iframe {
    height: 120px;
  }
  [grid][grid=representation] [grid-item] &gt; div [representation-qrcode] {
    position: absolute;
    top: 50px;
    right: 20px;
  }
  [grid][grid=representation] [grid-item] &gt; div [representation-qrcode] img, [grid][grid=representation] [grid-item] &gt; div [representation-qrcode] svg {
    width: 91px;
  }

  form &gt; [form-group][form-group~="50"] &gt; div {
    width: 100%;
  }
  form &gt; [form-group][form-group~="50x50"] &gt; div {
    width: 100%;
  }
  form &gt; [form-group][form-group~="50x50"] &gt; div:not(:first-child) {
    margin-top: 10px;
  }
  form &gt; [form-group][form-group~="100"] &gt; div {
    width: 100%;
  }
  form &gt; [form-group] [form-item] &gt; div:first-of-type {
    width: 40%;
  }
  form &gt; [form-group] [form-item] &gt; div:last-of-type {
    width: 60%;
  }
  form &gt; [form-group] [form-item] &gt; span {
    left: 0;
    width: 100%;
  }
  form &gt; [form-button] input + input {
    margin-top: 15px;
  }
}
a {
  display: block;
  transition: all ease-in 0.25s;
}

main, section, content {
  display: block;
}

header, nav, footer, main, section, content, grid, aside, picture, label, form, div, span, ul, li, a {
  box-sizing: border-box;
}

body {
  width: 100%;
  font-family: "Sohne", Arial;
  color: #282828;
  font-weight: 400;
  letter-spacing: 0.08ex;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

header {
  position: fixed;
  z-index: 1000;
  display: block;
  width: 100%;
}
header[header-dark] {
  background-color: #fff;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.15);
}
header[header-dark] a {
  color: #23579f;
}
header[header-dark] [header-nav] a {
  font-weight: 500;
}
header[header-dark] [header-quick] &gt; a[header-language] {
  opacity: 1;
  border: 1px solid #23579f;
}
header[header-dark] [header-quick] &gt; a[header-language]:hover {
  color: #fff;
  background-color: #23579f;
  border-color: #23579f;
}
header[header-dark] [header-quick] &gt; a[header-login] {
  border: 1px solid #23579f;
}
header[header-dark] [header-quick] &gt; a[header-login]:hover {
  color: #fff;
  background-color: #23579f;
  border-color: #23579f;
}
header[header-dark] [header-quick] &gt; [hamburger-menu] &gt; span {
  color: #fff;
  background-color: #23579f;
}
header[header-light] a {
  color: #fff;
}
header[header-light] [header-nav] a {
  font-weight: 400;
}
header[header-light] [header-quick] &gt; a[header-language] {
  opacity: 0.5;
  border: 1px solid #fff;
}
header[header-light] [header-quick] &gt; a[header-language]:hover {
  color: #23579f;
  background-color: #fff;
  border-color: #fff;
}
header[header-light] [header-quick] &gt; a[header-login] {
  border: 1px solid #fff;
}
header[header-light] [header-quick] &gt; a[header-login]:hover {
  color: #23579f;
  background-color: #fff;
  border-color: #fff;
}
header[header-light] [header-quick] &gt; [hamburger-menu] &gt; span {
  color: #23579f;
  background-color: #fff;
}
header [header-content] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
header [header-content] [header-nav] {
  justify-content: center;
  align-items: center;
  width: 60%;
}
header [header-content] [header-nav] ul {
  display: flex;
  align-items: center;
}
header [header-content] [header-nav] ul li {
  cursor: pointer;
  padding: 0 25px 0 25px;
}
header [header-content] [header-nav] ul li[active] &gt; a {
  color: #a83569;
}
header [header-content] [header-nav] ul li[active] &gt; a:before {
  position: absolute;
  left: 0;
  visibility: visible;
  opacity: 1;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #a83569;
  border-radius: 10px;
  transition: all 0.4s;
}
header [header-content] [header-nav] ul li:hover a:before {
  visibility: visible;
  opacity: 1;
}
header [header-content] [header-nav] a {
  position: relative;
  display: block;
  font-size: 1rem;
  padding: 6px 0;
}
header [header-content] [header-nav] a:before {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  left: 0;
  bottom: 1px;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #a83569;
  border-radius: 10px;
  transition: all 0.4s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
header [header-content] [header-quick] {
  display: flex;
  justify-content: end;
}
header [header-content] [header-quick] &gt; a[header-language] {
  align-items: center;
  height: 30px;
  font-size: 0.875rem;
  padding: 0 14px;
  border-radius: 30px;
}
header [header-content] [header-quick] &gt; a[header-language]:hover {
  opacity: 1;
}
header [header-content] [header-quick] &gt; a[header-login] {
  display: none;
  justify-content: space-between;
  align-items: center;
  width: 100px;
  height: 30px;
  font-size: 0.875rem;
  padding: 0 14px;
  border-radius: 30px;
}
header [header-content] [header-quick] &gt; a[header-login] &gt; span {
  font-weight: 500;
  padding-right: 10px;
}
header [header-content] [header-quick] &gt; [hamburger-menu] {
  width: 30px;
  margin-left: 10px;
}
header [header-content] [header-quick] &gt; [hamburger-menu] &gt; span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 100%;
}
header [hamburger-menu] &gt; div {
  position: fixed;
  overflow: hidden;
  overflow-y: scroll;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #282828;
  padding: 40px;
  box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.2);
  transition: opacity 0.5s, transform 0.5s, visibility 0.5s;
}
header [hamburger-menu] &gt; div a {
  color: #fff;
}
header [hamburger-menu] &gt; div &gt; ul {
  width: 63%;
}
header [hamburger-menu] &gt; div &gt; ul:not(:first-child) &gt; li:first-child {
  margin-top: 30px;
}
header [hamburger-menu] &gt; div &gt; ul &gt; li {
  letter-spacing: 0.15ex;
}
header [hamburger-menu] &gt; div &gt; ul &gt; li:first-child {
  font-size: 1.25rem;
  font-weight: 500;
}
header [hamburger-menu] &gt; div &gt; ul &gt; li:first-child &gt; a {
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header [hamburger-menu] &gt; div &gt; ul &gt; li:not(:first-child) {
  margin: 10px 0;
}
header [hamburger-menu] &gt; div &gt; ul &gt; li:not(:first-child) &gt; a {
  opacity: 0.6;
}
header [hamburger-menu][hamburger-menu=off] &gt; div {
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
}
header [hamburger-menu][hamburger-menu=on] &gt; div {
  opacity: 1;
  visibility: visible;
  transform: translateX(30%);
}

[home-slider] {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-image: linear-gradient(#23579f, #82395a);
}
[home-slider] [slider-content] {
  width: 100%;
  height: 100%;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}
[home-slider] [slider-content] .owl-carousel {
  z-index: 21;
}
[home-slider] [slider-content] .owl-carousel .item {
  position: relative;
  display: flex;
  align-items: center;
}
[home-slider] [slider-content] .owl-carousel .item &gt; .item-content {
  position: absolute;
  z-index: 1000;
  left: 50%;
  width: 100%;
  max-width: 1200px;
  transform: translateX(-50%);
}
[home-slider] [slider-content] .owl-carousel .item &gt; .item-content &gt; [texts] {
  color: #fff;
}
[home-slider] [slider-content] .owl-carousel .item &gt; .item-content &gt; [texts] &gt; .animated {
  animation-duration: 2s;
}
[home-slider] [slider-content] .owl-carousel .item &gt; .item-content &gt; [texts] &gt; h1 {
  font-weight: 700;
  letter-spacing: -0.1ex;
  line-height: 110%;
}
[home-slider] [slider-content] .owl-carousel .item &gt; .item-content &gt; [buttons] {
  display: flex;
  align-items: center;
}
[home-slider] [slider-content] .owl-carousel .item &gt; .item-content &gt; [buttons] &gt; button:not(:first-child) {
  margin-left: 15px;
}
[home-slider] [slider-content] .owl-carousel .item &gt; .item-content &gt; [buttons] [button] {
  cursor: pointer;
  font-weight: 500;
  letter-spacing: 0.1ex;
  border: 0;
  border-radius: 4px;
  transition: all ease-in 0.25s;
}
[home-slider] [slider-content] .owl-carousel .item &gt; .item-content &gt; [buttons] [button]:hover {
  transform: translateY(1px);
}
[home-slider] [slider-content] .owl-carousel .item &gt; .item-content &gt; [buttons] [button][button=blue] {
  color: #fff;
  background-color: #0093e3;
}
[home-slider] [slider-content] .owl-carousel .item &gt; .item-content &gt; [buttons] [button][button=blue]:hover {
  background-color: #a83569;
}
[home-slider] [slider-content] .owl-carousel .item &gt; .item-content &gt; [buttons] [button][button=light] {
  color: #fff;
  background-color: transparent;
}
[home-slider] [slider-content] .owl-carousel .item &gt; .item-content &gt; [buttons] [button][button=light]:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
[home-slider] [slider-content] .owl-carousel .item &gt; .item-content &gt; [buttons] [button] &gt; i, [home-slider] [slider-content] .owl-carousel .item &gt; .item-content &gt; [buttons] [button] svg {
  vertical-align: bottom;
  margin-left: 20px;
}
[home-slider] [slider-content] .owl-carousel .owl-stage-outer {
  position: relative;
}
[home-slider] [slider-content] .owl-carousel-dots {
  position: absolute;
  z-index: 200;
  left: 50%;
  width: 100%;
  max-width: 1200px;
  transform: translateX(-50%);
}
[home-slider] [slider-content] .owl-carousel-dots &gt; ul {
  display: flex;
  position: absolute;
  z-index: 20;
}
[home-slider] [slider-content] .owl-carousel-dots &gt; ul .owl-dot {
  cursor: pointer;
  position: relative;
  height: 6px;
  color: rgba(255, 255, 255, 0.1);
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
}
[home-slider] [slider-content] .owl-carousel-dots &gt; ul .owl-dot:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
[home-slider] [slider-content] .owl-carousel-dots &gt; ul .owl-dot:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
[home-slider] [slider-content] .owl-carousel-dots &gt; ul .owl-dot.active {
  color: #fff;
  background-color: #fff;
}
[home-slider] [slider-content] .owl-carousel-dots &gt; ul .owl-dot &gt; span {
  position: absolute;
  top: -20px;
}
[home-slider] [slider-bubbles] {
  position: absolute;
  z-index: 20;
  left: 50%;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 1600px;
  transform: translateX(-50%);
}
[home-slider] [slider-bubbles] [bubble-box] {
  position: absolute;
  bottom: 0;
  animation: bubbleRise 10s infinite ease-in;
  will-change: transform;
}
[home-slider] [slider-bubbles] [bubble] {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  will-change: transform;
  transition: 2s;
}
[home-slider] [slider-bubbles] [bubble][bubble=v0] {
  background-color: #a83569;
}
[home-slider] [slider-bubbles] [bubble][bubble=v1] {
  background-color: #23579f;
}
[home-slider] [slider-bubbles] [bubble][bubble=v3] {
  background-color: #82395a;
}
[home-slider] [slider-bubbles] [bubble][bubble=v4] {
  background-color: #23579f;
}
[home-slider] [slider-bubbles] [bubble][bubble=v5] {
  border: 1px solid #0093e3;
}
[home-slider] [slider-bubbles] [bubble][bubble=v6] {
  background-color: #82395a;
}
[home-slider] [slider-bubbles] [bubble][bubble=v7] {
  background-color: #23579f;
}
[home-slider] [slider-bubbles] [bubble][bubble=v8] {
  border: 1px solid #0093e3;
}
[home-slider] [slider-bubbles] [bubble][bubble=v9] {
  background-color: #a83569;
}
[home-slider] [slider-bubbles] [bubble][bubble=v10] {
  background-color: #82395a;
}
[home-slider] [slider-bubbles] [bubble][bubble=v11] {
  border: 1px solid #0093e3;
}
[home-slider] [slider-bubbles] [bubble][bubble=v12] {
  background-color: #23579f;
}
[home-slider] [slider-bubbles] [bubble][bubble=v13] {
  background-color: #a83569;
}
[home-slider] [slider-bubbles] [bubble][bubble=v14] {
  background-color: #23579f;
}
[home-slider] [slider-bubbles] [bubble][bubble=v15] {
  background-color: #82395a;
}

[home-services] &gt; div {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
[home-services] &gt; div &gt; h2 {
  color: #282828;
  font-size: 1.875rem;
  line-height: 130%;
  margin-top: 40px;
}
[home-services] &gt; div &gt; h2 &gt; strong {
  font-weight: 600;
}
[home-services] &gt; div &gt; h3 {
  color: #a83569;
  font-size: 1.125rem;
  font-weight: 500;
}
[home-services] &gt; div &gt; h4 {
  color: #6b7788;
  font-weight: 500;
  text-align: center;
}
[home-services] &gt; div &gt; h4 &gt; img {
  height: 34px;
  margin-right: 8px;
}
[home-services] &gt; div &gt; h4 &gt; a {
  display: inline-block;
  color: #6b7788;
  text-decoration: underline;
}
[home-services] &gt; div &gt; h4 &gt; a:hover {
  color: #a83569;
}
[home-services] &gt; div [boxes] [box] {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  height: 100%;
  background-color: #fff;
  border: 2px solid #d4d4d4;
  border-radius: 6px;
  transition: all 0.25s;
}
[home-services] &gt; div [boxes] [box][badge]:before {
  position: absolute;
  content: attr(badge);
  color: #fff;
  font-size: 0.75rem;
  padding: 4px 8px;
  background-color: #a83569;
  border-radius: 3px;
}
[home-services] &gt; div [boxes] [box]:hover {
  border-color: #a83569;
  transform: scale(102%);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.15);
}
[home-services] &gt; div [boxes] [box]:hover &gt; button {
  background-color: #a83569;
}
[home-services] &gt; div [boxes] [box] &gt; h2 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 130%;
}
[home-services] &gt; div [boxes] [box] &gt; h3 {
  color: #848f9e;
  line-height: 130%;
  margin-top: 20px;
}
[home-services] &gt; div [boxes] [box] &gt; button {
  color: #fff;
  font-weight: 500;
  line-height: 120%;
  background-color: #23579f;
  padding: 10px 25px;
  margin-top: 50px;
  border: 0;
  border-radius: 3px;
}
[home-services] &gt; div [boxes] [box] &gt; button:hover {
  background-color: #a83569;
}

[home-numbers] {
  position: relative;
  overflow: hidden;
  background-color: #efefef;
}
[home-numbers] &gt; div {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
[home-numbers] &gt; div &gt; h2 {
  position: relative;
  z-index: 5;
  color: #23579f;
  font-size: 2.25rem;
  line-height: 130%;
  text-align: center;
}
[home-numbers] &gt; div &gt; h3 {
  position: relative;
  z-index: 5;
  color: #a83569;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
}
[home-numbers] &gt; div &gt; ul {
  position: relative;
  z-index: 5;
}
[home-numbers] &gt; div &gt; ul &gt; li {
  display: flex;
  flex-direction: column;
}
[home-numbers] &gt; div &gt; ul &gt; li &gt; span {
  padding: 0 20px;
}
[home-numbers] &gt; div &gt; ul &gt; li &gt; span:first-child {
  position: relative;
  color: #23579f;
  font-size: 1.75rem;
  font-weight: 500;
}
[home-numbers] &gt; div &gt; ul &gt; li &gt; span:last-child {
  color: #848f9e;
  line-height: 130%;
}
[home-numbers] &gt; div &gt; [numbers-bubbles] {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 0;
  width: 20%;
  height: 100%;
  transform: translateX(-50%);
}
[home-numbers] &gt; div &gt; [numbers-bubbles] [bubble-box] {
  position: absolute;
  bottom: 0;
  animation: bubbleRise 10s infinite ease-in;
  will-change: transform;
  opacity: 0.5;
}
[home-numbers] &gt; div &gt; [numbers-bubbles] [bubble] {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  will-change: transform;
  transition: 2s;
}
[home-numbers] &gt; div &gt; [numbers-bubbles] [bubble][bubble=v0] {
  background-color: #a83569;
}
[home-numbers] &gt; div &gt; [numbers-bubbles] [bubble][bubble=v1] {
  background-color: #23579f;
}
[home-numbers] &gt; div &gt; [numbers-bubbles] [bubble][bubble=v3] {
  background-color: #82395a;
}
[home-numbers] &gt; div &gt; [numbers-bubbles] [bubble][bubble=v4] {
  background-color: #23579f;
}
[home-numbers] &gt; div &gt; [numbers-bubbles] [bubble][bubble=v5] {
  background-color: #23579f;
}
[home-numbers] &gt; div &gt; [numbers-bubbles] [bubble][bubble=v6] {
  background-color: #82395a;
}
[home-numbers] &gt; div &gt; [numbers-bubbles] [bubble][bubble=v7] {
  background-color: #23579f;
}
[home-numbers] &gt; div &gt; img {
  position: absolute;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  top: 20%;
}

[home-faq] &gt; div {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
[home-faq] &gt; div &gt; h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #6b7788;
  font-weight: 500;
  text-align: center;
}
[home-faq] &gt; div &gt; h4 &gt; a {
  display: inline-flex;
  align-items: center;
  color: #0093e3;
  margin: 0 4px;
}
[home-faq] &gt; div &gt; h4 &gt; a:hover {
  color: #a83569;
}
[home-faq] &gt; div &gt; h4 &gt; a &gt; i, [home-faq] &gt; div &gt; h4 &gt; a svg {
  margin-left: 6px;
}
[home-faq] [faq-item] {
  position: relative;
  z-index: 1;
  display: flex;
  background-color: #fff;
  border-radius: 6px;
  transition: all 0.25s;
}
[home-faq] [faq-item] &gt; div[image] {
  position: relative;
  overflow: hidden;
  background-color: #efefef;
  transition: all 0.25s;
}
[home-faq] [faq-item] &gt; div[image] img {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translateY(-50%) translateX(-50%);
  transition: all 0.5s;
}
[home-faq] [faq-item] &gt; div[content] &gt; h3 {
  width: 80%;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 130%;
}
[home-faq] [faq-item] &gt; div[content] &gt; h4 {
  width: 90%;
  color: #848f9e;
  line-height: 130%;
  margin-top: 20px;
}
[home-faq] [faq-item] &gt; div[content] &gt; a {
  display: inline-flex;
  align-items: center;
  color: #0093e3;
  font-weight: 500;
  margin-top: 40px;
}
[home-faq] [faq-item] &gt; div[content] &gt; a:hover {
  color: #a83569;
}
[home-faq] [faq-item] &gt; div[content] &gt; a:hover &gt; i, [home-faq] [faq-item] &gt; div[content] &gt; a:hover svg {
  margin-left: 14px;
}
[home-faq] [faq-item] &gt; div[content] &gt; a &gt; i, [home-faq] [faq-item] &gt; div[content] &gt; a svg {
  margin-left: 8px;
  transition: all 0.25s;
}

[breadcrumb] &gt; div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  font-size: 0.875rem;
  margin: 0 auto;
}
[breadcrumb] &gt; div &gt; div:first-child {
  text-align: left;
}
[breadcrumb] &gt; div &gt; div:last-child {
  text-align: right;
}
[breadcrumb] &gt; div &gt; div &gt; ul {
  display: flex;
  align-items: center;
}
[breadcrumb] &gt; div &gt; div &gt; ul &gt; li {
  position: relative;
}
[breadcrumb] &gt; div &gt; div &gt; ul &gt; li:not(:first-child) {
  padding-left: 28px;
}
[breadcrumb] &gt; div &gt; div &gt; ul &gt; li:not(:first-child):before {
  position: absolute;
  left: 12px;
  content: "|";
  color: #bdbdbd;
}
[breadcrumb] &gt; div &gt; div &gt; ul &gt; li:not(:last-child) &gt; a {
  color: #bdbdbd;
}
[breadcrumb] &gt; div &gt; div &gt; ul &gt; li:last-child &gt; a {
  color: #636363;
}
[breadcrumb] &gt; div &gt; div &gt; ul &gt; li &gt; a {
  position: relative;
}
[breadcrumb] &gt; div &gt; div &gt; ul &gt; li &gt; a:hover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -2px;
  background-color: #23579f;
  transition: all ease-in 0.25s;
}
[breadcrumb] &gt; div &gt; div &gt; a {
  display: inline-flex;
  align-items: center;
  color: #1c1c1c;
}
[breadcrumb] &gt; div &gt; div &gt; a:hover {
  color: #23579f;
}
[breadcrumb] &gt; div &gt; div &gt; a &gt; i, [breadcrumb] &gt; div &gt; div &gt; a svg {
  margin-left: 10px;
}

[page][page=about] {
  padding-bottom: 50px;
}

[page-header] h1 {
  color: #23579f;
  font-weight: 700;
  letter-spacing: -0.1ex;
}
[page-header] h2 {
  color: #a83569;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: -0.05ex;
  margin-top: 15px;
}
[page-header] &gt; div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
[sendmoney-tabs] &gt; div {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
[sendmoney-tabs] [boxes] [box] {
  cursor: pointer;
  position: relative;
  border-radius: 6px;
  transition: all 0.25s;
}
[sendmoney-tabs] [boxes] [box]:hover {
  border-color: #a83569;
  transform: scale(102%);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.15);
}
[sendmoney-tabs] [boxes] [box][badge]:before {
  position: absolute;
  right: 40px;
  content: attr(badge);
  color: #fff;
  font-size: 0.75rem;
  padding: 4px 8px;
  border-radius: 3px;
}
[sendmoney-tabs] [boxes] [box][box=off] {
  background-color: #f8f8f8;
  border: 2px solid #f8f8f8;
}
[sendmoney-tabs] [boxes] [box][box=off][badge]:before {
  background-color: #bdbdbd;
}
[sendmoney-tabs] [boxes] [box][box=off] &gt; h2 {
  color: #b9b9b9;
}
[sendmoney-tabs] [boxes] [box][box=off] &gt; img {
  filter: grayscale(100%);
  opacity: 0.3;
}
[sendmoney-tabs] [boxes] [box][box=on] {
  background-color: #fff;
  border: 2px solid #d4d4d4;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.15);
}
[sendmoney-tabs] [boxes] [box][box=on][badge]:before {
  background-color: #a83569;
}
[sendmoney-tabs] [boxes] [box][box=on] &gt; h2 {
  color: #282828;
}
[sendmoney-tabs] [boxes] [box] &gt; h2 {
  font-weight: 500;
  line-height: 130%;
}

[sendmoney-tabs-content] {
  background-color: #f8f8f8;
}
[sendmoney-tabs-content] &gt; div {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
[sendmoney-tabs-content] [box-content][box-status][box-status=off] {
  display: none;
}
[sendmoney-tabs-content] [box-content][box-status][box-status=on] {
  display: block;
}
[sendmoney-tabs-content] [box-content][box-content=iban] [box-information] {
  color: #b9b9b9;
}
[sendmoney-tabs-content] [box-content][box-content=iban] [box-information] &gt; i, [sendmoney-tabs-content] [box-content][box-content=iban] [box-information] svg {
  margin-right: 10px;
}
[sendmoney-tabs-content] [box-content][box-content=web] [box-information] {
  color: #b9b9b9;
}
[sendmoney-tabs-content] [box-content][box-content=web] [box-information] &gt; i, [sendmoney-tabs-content] [box-content][box-content=web] [box-information] svg {
  margin-right: 10px;
}

[about-intro] {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-image: linear-gradient(#23579f, #82395a);
}
[about-intro] &gt; div {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 500px;
  margin: 0 auto;
}
[about-intro] &gt; div &gt; div {
  color: #fff;
  text-align: center;
  margin: 0 auto;
}
[about-intro] &gt; div &gt; div &gt; h1 {
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 130%;
}
[about-intro] &gt; div &gt; div &gt; span {
  display: block;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 150%;
  margin-top: 30px;
}
[about-intro] canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

[about-features] &gt; div {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
[about-features] ul {
  color: #0093e3;
}
[about-features] ul &gt; li &gt; i, [about-features] ul &gt; li svg {
  font-size: 24px;
  vertical-align: bottom;
  margin-right: 10px;
}

[about-values] {
  width: 100%;
}
[about-values] &gt; div {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
[about-values] [values] &gt; div {
  color: #848f9e;
  line-height: 150%;
  padding: 50px 60px;
  border: 1px solid #f1f1f1;
  border-radius: 6px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.15);
}
[about-values] [values] &gt; div &gt; i, [about-values] [values] &gt; div svg {
  font-size: 60px;
  margin-right: 15px;
  margin-bottom: 40px;
  vertical-align: bottom;
}
[about-values] [values] &gt; div &gt; h2 {
  color: #374151;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.05ex;
  margin-bottom: 20px;
}
[about-values] [values] &gt; div &gt; span {
  color: #848f9e;
  font-weight: 400;
}

[about-targets] {
  width: 100%;
  padding: 60px 0;
}
[about-targets] &gt; div {
  width: 100%;
  max-width: 1200px;
  text-align: center;
  margin: 0 auto;
}
[about-targets] &gt; div &gt; h2 {
  position: relative;
  color: #8a8a8a;
  font-weight: 400;
  padding: 30px 0;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
[about-targets] &gt; div &gt; h3 {
  font-weight: 300;
  letter-spacing: -0.1ex;
  line-height: 140%;
  margin-top: 40px;
}
[about-targets] &gt; div &gt; h3 &gt; strong {
  position: relative;
  font-weight: 700;
  letter-spacing: 0;
}
[about-targets] &gt; div &gt; h3 &gt; strong:before {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 8px;
  content: "";
  width: 100%;
  height: 13px;
  background-color: #0093e3;
  opacity: 0.2;
}

[about-staff] &gt; div {
  width: 100%;
  max-width: 1200px;
  text-align: center;
  margin: 0 auto;
}
[about-staff] &gt; div &gt; h2 {
  position: relative;
  display: inline-block;
  color: #23579f;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: -0.1ex;
}
[about-staff] &gt; div &gt; h2:before {
  position: absolute;
  left: 50%;
  bottom: -6px;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #23579f;
  border-radius: 6px;
  transform: translateX(-50%);
}
[about-staff] &gt; div [boxes] {
  margin-top: 70px;
}
[about-staff] &gt; div [boxes] [box] {
  cursor: pointer;
  text-align: left;
}
[about-staff] &gt; div [boxes] [box] &gt; div {
  position: relative;
  overflow: hidden;
  background-color: #efefef;
  border-radius: 6px;
  transition: all 0.35s;
}
[about-staff] &gt; div [boxes] [box] &gt; div:hover {
  transform: scale(108%);
}
[about-staff] &gt; div [boxes] [box] &gt; div:hover &gt; [box-info] {
  top: 0;
  opacity: 1;
}
[about-staff] &gt; div [boxes] [box] &gt; div &gt; [box-title] {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
}
[about-staff] &gt; div [boxes] [box] &gt; div &gt; [box-title] &gt; div {
  width: 100%;
  height: 50px;
  align-items: center;
}
[about-staff] &gt; div [boxes] [box] &gt; div &gt; [box-title] &gt; div &gt; h3 {
  color: #374151;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.02ex;
}
[about-staff] &gt; div [boxes] [box] &gt; div &gt; [box-title] &gt; div &gt; h4 {
  color: #848f9e;
  font-size: 0.875rem;
  line-height: 140%;
  letter-spacing: -0.02ex;
  margin-top: 8px;
}
[about-staff] &gt; div [boxes] [box] &gt; div &gt; [box-info] {
  position: absolute;
  opacity: 0;
  z-index: 1;
  top: 10%;
  height: 100%;
  color: #fff;
  font-size: 0.75rem;
  line-height: 170%;
  text-justify: inter-cluster;
  padding: 35px;
  background-color: #374151;
  transition: all 0.5s;
}

[about-info] {
  margin-top: 50px;
  background-color: rgba(40, 40, 40, 0.03);
}
[about-info] &gt; div {
  width: 100%;
  max-width: 1200px;
  text-align: center;
  margin: 0 auto;
}
[about-info] [box] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 0;
}
[about-info] [box]:not(:first-child):before {
  position: absolute;
  top: -1px;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #282828;
  opacity: 0.1;
}
[about-info] [box] &gt; div {
  text-align: left;
}
[about-info] [box] &gt; div:first-child {
  width: 40%;
  font-weight: 700;
}
[about-info] [box] &gt; div:last-child {
  width: 60%;
  color: #848f9e;
  font-size: 0.875rem;
  letter-spacing: 0.2ex;
  line-height: 150%;
}

[about-partners] {
  margin-top: 70px;
}
[about-partners] &gt; div {
  width: 100%;
  max-width: 1200px;
  text-align: center;
  margin: 0 auto;
}
[about-partners] h2 {
  font-size: 1.75rem;
  letter-spacing: -0.05ex;
}
[about-partners] h3 {
  color: #848f9e;
  line-height: 130%;
  margin-top: 20px;
}
[about-partners] [logos] {
  margin-top: 50px;
}

[faq-intro], [rules-intro], [contact-intro] {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-image: linear-gradient(#23579f, #82395a);
}
[faq-intro] &gt; div, [rules-intro] &gt; div, [contact-intro] &gt; div {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 300px;
  margin: 0 auto;
}
[faq-intro] &gt; div &gt; div, [rules-intro] &gt; div &gt; div, [contact-intro] &gt; div &gt; div {
  color: #fff;
  text-align: center;
  margin: 0 auto;
}
[faq-intro] &gt; div &gt; div &gt; h1, [rules-intro] &gt; div &gt; div &gt; h1, [contact-intro] &gt; div &gt; div &gt; h1 {
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 130%;
}
[faq-intro] &gt; div &gt; div &gt; span, [rules-intro] &gt; div &gt; div &gt; span, [contact-intro] &gt; div &gt; div &gt; span {
  display: block;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 150%;
  margin-top: 30px;
}
[faq-intro] [contact-bubbles], [rules-intro] [contact-bubbles], [contact-intro] [contact-bubbles] {
  position: absolute;
  z-index: 20;
  left: 50%;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 1000px;
  transform: translateX(-50%);
}
[faq-intro] [contact-bubbles] [bubble-box], [rules-intro] [contact-bubbles] [bubble-box], [contact-intro] [contact-bubbles] [bubble-box] {
  position: absolute;
  bottom: 0;
  animation: bubbleRise 10s infinite ease-in;
  will-change: transform;
}
[faq-intro] [contact-bubbles] [bubble], [rules-intro] [contact-bubbles] [bubble], [contact-intro] [contact-bubbles] [bubble] {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  will-change: transform;
  transition: 2s;
}
[faq-intro] [contact-bubbles] [bubble][bubble=v0], [rules-intro] [contact-bubbles] [bubble][bubble=v0], [contact-intro] [contact-bubbles] [bubble][bubble=v0] {
  background-color: #a83569;
}
[faq-intro] [contact-bubbles] [bubble][bubble=v1], [rules-intro] [contact-bubbles] [bubble][bubble=v1], [contact-intro] [contact-bubbles] [bubble][bubble=v1] {
  background-color: #23579f;
}
[faq-intro] [contact-bubbles] [bubble][bubble=v3], [rules-intro] [contact-bubbles] [bubble][bubble=v3], [contact-intro] [contact-bubbles] [bubble][bubble=v3] {
  background-color: #82395a;
}
[faq-intro] [contact-bubbles] [bubble][bubble=v4], [rules-intro] [contact-bubbles] [bubble][bubble=v4], [contact-intro] [contact-bubbles] [bubble][bubble=v4] {
  background-color: #23579f;
}
[faq-intro] [contact-bubbles] [bubble][bubble=v5], [rules-intro] [contact-bubbles] [bubble][bubble=v5], [contact-intro] [contact-bubbles] [bubble][bubble=v5] {
  border: 1px solid #0093e3;
}
[faq-intro] [contact-bubbles] [bubble][bubble=v6], [rules-intro] [contact-bubbles] [bubble][bubble=v6], [contact-intro] [contact-bubbles] [bubble][bubble=v6] {
  background-color: #82395a;
}
[faq-intro] [contact-bubbles] [bubble][bubble=v7], [rules-intro] [contact-bubbles] [bubble][bubble=v7], [contact-intro] [contact-bubbles] [bubble][bubble=v7] {
  background-color: #23579f;
}
[faq-intro] [contact-bubbles] [bubble][bubble=v8], [rules-intro] [contact-bubbles] [bubble][bubble=v8], [contact-intro] [contact-bubbles] [bubble][bubble=v8] {
  border: 1px solid #0093e3;
}
[faq-intro] [contact-bubbles] [bubble][bubble=v9], [rules-intro] [contact-bubbles] [bubble][bubble=v9], [contact-intro] [contact-bubbles] [bubble][bubble=v9] {
  background-color: #a83569;
}
[faq-intro] [contact-bubbles] [bubble][bubble=v10], [rules-intro] [contact-bubbles] [bubble][bubble=v10], [contact-intro] [contact-bubbles] [bubble][bubble=v10] {
  background-color: #82395a;
}
[faq-intro] [contact-bubbles] [bubble][bubble=v11], [rules-intro] [contact-bubbles] [bubble][bubble=v11], [contact-intro] [contact-bubbles] [bubble][bubble=v11] {
  border: 1px solid #0093e3;
}
[faq-intro] [contact-bubbles] [bubble][bubble=v12], [rules-intro] [contact-bubbles] [bubble][bubble=v12], [contact-intro] [contact-bubbles] [bubble][bubble=v12] {
  background-color: #23579f;
}
[faq-intro] [contact-bubbles] [bubble][bubble=v13], [rules-intro] [contact-bubbles] [bubble][bubble=v13], [contact-intro] [contact-bubbles] [bubble][bubble=v13] {
  background-color: #a83569;
}
[faq-intro] [contact-bubbles] [bubble][bubble=v14], [rules-intro] [contact-bubbles] [bubble][bubble=v14], [contact-intro] [contact-bubbles] [bubble][bubble=v14] {
  background-color: #23579f;
}
[faq-intro] [contact-bubbles] [bubble][bubble=v15], [rules-intro] [contact-bubbles] [bubble][bubble=v15], [contact-intro] [contact-bubbles] [bubble][bubble=v15] {
  background-color: #82395a;
}

[faq-search] {
  position: relative;
  z-index: 30;
  margin-top: -30px;
}
[faq-search] &gt; div {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  border: 1px solid #f1f1f1;
  background-color: #fff;
  border-radius: 100px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}
[faq-search] &gt; div &gt; i, [faq-search] &gt; div svg {
  position: absolute;
  top: 50%;
  left: 30px;
  font-size: 20px;
  margin-top: -1px;
  transform: translateY(-50%);
}
[faq-search] input {
  width: 100%;
  padding: 16px 30px;
  padding-left: 66px;
  border: 0;
}
[faq-search] input::placeholder {
  color: #bdbdbd;
}

[faq-content] &gt; div {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
[faq-content] [faq-list] {
  overflow: hidden;
  border: 1px solid #b9b9b9;
  border-radius: 10px;
}
[faq-content] [faq-list] [faq-item]:not(:first-child) &gt; h3 {
  border-top: 1px solid #b9b9b9;
}
[faq-content] [faq-list] [faq-item]:not([faq-item=on]):hover {
  background-color: #efefef;
}
[faq-content] [faq-list] [faq-item][faq-item=on] &gt; h3 {
  background-color: rgba(35, 87, 159, 0.2);
}
[faq-content] [faq-list] [faq-item][faq-item=on] &gt; h3 &gt; i, [faq-content] [faq-list] [faq-item][faq-item=on] &gt; h3 svg {
  transform: rotate(-180deg);
}
[faq-content] [faq-list] [faq-item][faq-item=on] &gt; div {
  display: block;
}
[faq-content] [faq-list] [faq-item] &gt; h3 {
  cursor: pointer;
  position: relative;
  font-weight: 500;
  line-height: 140%;
  padding: 23px 70px 20px 50px;
  transition: all 0.25s;
}
[faq-content] [faq-list] [faq-item] &gt; h3 &gt; i, [faq-content] [faq-list] [faq-item] &gt; h3 svg {
  position: absolute;
  right: 50px;
  color: #23579f;
  transition: all 0.25s;
}
[faq-content] [faq-list] [faq-item] &gt; div {
  display: none;
  width: 80%;
  color: #8a8a8a;
  line-height: 140%;
  padding: 20px 50px;
  transition: all 0.25s;
}

[rules-content] &gt; div {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
[rules-content] [legal-rules] {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
[rules-content] &gt; div &gt; div:first-child ul {
  width: 70%;
}
[rules-content] [rules-page-ul] {
  width: 70%;
}
[rules-content] &gt; div &gt; div:first-child ul &gt; li:not(:first-child) {
  margin-top: 30px;
}
[rules-content] &gt; div &gt; div:first-child ul &gt; li a {
  display: inline;
  color: #23579f;
  font-weight: 600;
  line-height: 140%;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 1px;
  text-underline-position: from-font;
}
[rules-content] [rules-page-ul-a] {
    display: inline;
    color: #23579f;
    font-weight: 600;
    line-height: 140%;
    text-decoration: underline;
    text-decoration-style: dotted;
    text-decoration-thickness: 1px;
    text-underline-position: from-font;
}
[rules-content] &gt; div &gt; div:first-child ul &gt; li a[active] {
  color: #a83569;
}
[rules-content] &gt; div &gt; div:last-child &gt; h2 {
  color: #a83569;
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

[rules-legal-h2] {
  color: #a83569;
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
[rules-content] &gt; div &gt; div:last-child &gt; div {
  color: #636363;
  line-height: 180%;
  letter-spacing: 0.02ex;
}
[rules-legal-div] {
  color: #636363;
  line-height: 180%;
  letter-spacing: 0.02ex;
}
[rules-content] &gt; div &gt; div:last-child &gt; div strong {
  font-weight: 500;
}
[rules-content] &gt; div &gt; div:last-child &gt; div p {
  margin-top: 20px;
}
[rules-content] &gt; div &gt; div:last-child &gt; div a {
  display: inline;
  color: #23579f;
  font-weight: 500;
  text-decoration: underline;
  text-underline-position: from-font;
}
[rules-content] &gt; div &gt; div:last-child &gt; div table {
  width: 100%;
  font-size: 0.875rem;
  line-height: normal;
  border-top: 1px solid rgba(35, 87, 159, 0.2);
  border-left: 1px solid rgba(35, 87, 159, 0.2);
}
[rules-content] &gt; div &gt; div:last-child &gt; div table tbody tr:nth-child(even) {
  background-color: #efefef;
}
[rules-content] &gt; div &gt; div:last-child &gt; div table tbody tr td:not(:first-child) {
  border-left: 1px solid #bdbdbd;
}
[rules-content] &gt; div &gt; div:last-child &gt; div table tbody td {
  max-width: 50%;
  padding: 6px 8px;
  border-right: 1px solid rgba(35, 87, 159, 0.2);
  border-bottom: 1px solid rgba(35, 87, 159, 0.2);
}
[rules-content] &gt; div &gt; div:last-child &gt; div table p {
  margin-block-start: 0;
  margin-block-end: 0;
}
[rules-content] &gt; div &gt; div:last-child &gt; div ol {
  list-style: none;
  counter-reset: olcounter;
  margin-top: 20px;
}
[rules-content] &gt; div &gt; div:last-child &gt; div ol li {
  margin: 15px 0;
  counter-increment: olcounter;
}
[rules-content] &gt; div &gt; div:last-child &gt; div ol li:before {
  content: counter(olcounter) ". ";
  color: #23579f;
  font-weight: bold;
}
[rules-content] &gt; div &gt; div:last-child &gt; div ul {
  list-style-type: disc;
  line-height: 130%;
  margin-top: 20px;
}
[rules-content] &gt; div &gt; div:last-child &gt; div ul li {
  margin: 5px;
  margin-left: 15px;
}

[rules-content] [rules-legal-div] strong {
  font-weight: 500;
}
[rules-content] [rules-legal-div] p {
    margin-top: 20px;
}
[rules-content] [rules-legal-div] a {
    display: inline;
    color: #23579f;
    font-weight: 500;
    text-decoration: underline;
    text-underline-position: from-font;
}
[rules-content] [rules-legal-div] table {
    width: 100%;
    font-size: 0.875rem;
    line-height: normal;
    border-top: 1px solid rgba(35, 87, 159, 0.2);
    border-left: 1px solid rgba(35, 87, 159, 0.2);
}
    [rules-content] [rules-legal-div] table tbody tr:nth-child(even) {
        background-color: #efefef;
    }
    [rules-content] [rules-legal-div] table tbody tr td:not(:first-child) {
        border-left: 1px solid #bdbdbd;
    }
    [rules-content] [rules-legal-div] table tbody td {
        max-width: 50%;
        padding: 6px 8px;
        border-right: 1px solid rgba(35, 87, 159, 0.2);
        border-bottom: 1px solid rgba(35, 87, 159, 0.2);
    }
    [rules-content] [rules-legal-div] table p {
        margin-block-start: 0;
        margin-block-end: 0;
    }
[rules-content] [rules-legal-div] ol {
    list-style: none;
    counter-reset: olcounter;
    margin-top: 20px;
}
    [rules-content] [rules-legal-div] ol li {
        margin: 15px 0;
        counter-increment: olcounter;
    }
        [rules-content] [rules-legal-div] ol li:before {
            content: counter(olcounter) ". ";
            color: #23579f;
            font-weight: bold;
        }
[rules-content] [rules-legal-div] ul {
    list-style-type: disc;
    line-height: 130%;
    margin-top: 20px;
}
    [rules-content] [rules-legal-div] ul li {
        margin: 5px;
        margin-left: 15px;
    }

[offices-content][offices-content=map] {
  background-image: linear-gradient(#23579f, #82395a);
}
[offices-content][offices-content=map] [map-content] &gt; div:first-child {
  border-radius: 4px;
}
[offices-content][offices-content=map] [map-content] &gt; div:first-child #turkey-map {
  padding: 0;
}
[offices-content][offices-content=map] [map-content] &gt; div:first-child #turkey-map svg {
  width: 100%;
  margin: 0;
}
[offices-content][offices-content=map] [map-content] &gt; div:first-child #turkey-map svg #turkey &gt; g &gt; g path, [offices-content][offices-content=map] [map-content] &gt; div:first-child #turkey-map svg #turkey &gt; g &gt; g polygon {
  fill: rgba(28, 49, 78, 0.5);
}
[offices-content][offices-content=map] [map-content] &gt; div:first-child #turkey-map svg #turkey &gt; g:hover &gt; g path, [offices-content][offices-content=map] [map-content] &gt; div:first-child #turkey-map svg #turkey &gt; g:hover &gt; g polygon, [offices-content][offices-content=map] [map-content] &gt; div:first-child #turkey-map svg #turkey &gt; g:hover &gt; g g {
  cursor: pointer;
  opacity: 1;
  fill: #23579f !important;
}
[offices-content][offices-content=map] [map-content] &gt; div:first-child #turkey-map[data-map=districts].zoomed #turkey &gt; g &gt; g path:hover, [offices-content][offices-content=map] [map-content] &gt; div:first-child #turkey-map[data-map=districts].zoomed #turkey &gt; g &gt; g polygon:hover, [offices-content][offices-content=map] [map-content] &gt; div:first-child #turkey-map[data-map=districts].zoomed #turkey &gt; g &gt; g g:hover {
  opacity: 1;
  fill: #a83569 !important;
}
[offices-content][offices-content=map] [map-content] &gt; div:first-child #turkey-map .map-container {
  width: 100%;
  position: relative;
  overflow: hidden;
}
[offices-content][offices-content=map] [map-content] &gt; div:first-child #turkey-map .map-tooltip {
  color: #a83569;
}
[offices-content][offices-content=map] [map-content] &gt; div:first-child #turkey-map .map-tooltip &gt; span {
  color: #fff;
  background-color: #23579f;
}
[offices-content][offices-content=map] [map-content] &gt; div:first-child #turkey-map .map-title {
  cursor: pointer;
  color: #23579f;
  background-color: #fff;
}
[offices-content][offices-content=map] [map-content] &gt; div:first-child #turkey-map #turkey &gt; g.selected_city g polygon, [offices-content][offices-content=map] [map-content] &gt; div:first-child #turkey-map #turkey &gt; g.selected_city g path {
  fill: #23579f !important;
}
[offices-content][offices-content=map] [map-content] &gt; div:first-child #turkey-map #turkey &gt; g g.selected_district polygon, [offices-content][offices-content=map] [map-content] &gt; div:first-child #turkey-map #turkey &gt; g g.selected_district path {
  fill: #a83569 !important;
}
[offices-content][offices-content=map] [info-countries], [offices-content][offices-content=map] [info-offices] {
  flex-direction: column;
}
[offices-content][offices-content=map] [info-countries] &gt; span, [offices-content][offices-content=map] [info-offices] &gt; span {
  color: #fff;
  font-weight: 700;
}
[offices-content][offices-content=map] [info-countries] &gt; h4, [offices-content][offices-content=map] [info-offices] &gt; h4 {
  color: #fff;
  margin-top: 4px;
  letter-spacing: 0.1ex;
}
[offices-content][offices-content=map] [info-button] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 38px;
  color: #23579f;
  background-color: #fff;
  border: 1px solid #efefef;
  padding: 0 20px;
  margin-top: 10px;
  border-radius: 4px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.25s;
}
[offices-content][offices-content=map] [info-button]:hover {
  color: #fff;
  background-color: #a83569;
  border-color: #a83569;
}
[offices-content][offices-content=map] [info-button] &gt; i, [offices-content][offices-content=map] [info-button] svg {
  margin-right: 10px;
}
[offices-content][offices-content=map] [info-button] &gt; span {
  font-size: 0.875rem;
  font-weight: 600;
}
[offices-content][offices-content=list] &gt; div {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
[offices-content][offices-content=detail] {
  background-color: #f8f8f8;
}
[offices-content][offices-content=detail] [office-detail] {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
[offices-content][offices-content=detail] [office-detail] &gt; div:first-child {
  position: relative;
}
[offices-content][offices-content=detail] [office-detail] &gt; div [address-qrcode] {
  display: table;
  overflow: hidden;
  background-color: #fff;
  margin-top: 30px;
  border-radius: 4px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}
[offices-content][offices-content=detail] [office-detail] &gt; div [address-qrcode] &gt; img {
  width: 100px;
}
[offices-content][offices-content=detail] [office-detail] &gt; div [address-code] {
  display: inline-flex;
  color: #848f9e;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.08rem;
  line-height: 90%;
  padding: 8px 10px 5px 10px;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
}
[offices-content][offices-content=detail] [office-detail] &gt; div [address-name] {
  display: flex;
  font-size: 1.375rem;
  font-weight: 700;
  margin-top: 30px;
}
[offices-content][offices-content=detail] [office-detail] &gt; div [address-location] {
  display: flex;
  align-items: center;
  color: #848f9e;
  line-height: 140%;
  margin-top: 20px;
}
[offices-content][offices-content=detail] [office-detail] &gt; div [address-phone] {
  display: flex;
  align-items: center;
  line-height: 90%;
  margin-top: 20px;
}
[offices-content][offices-content=detail] [office-detail] &gt; div [address-map] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  background-color: #f8f8f8;
  border-radius: 4px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.25s;
}
[offices-content][offices-content=detail] [office-detail] &gt; div [address-map] #turkey-map svg {
  margin: 0;
  transition: all 0.4s;
}
[offices-content][offices-content=detail] [office-detail] &gt; div [address-map] #turkey-map .map-container {
  width: 100%;
}
[offices-content][offices-content=detail] [office-detail] &gt; div [address-map] #turkey-map .map-title {
  display: none !important;
}
[offices-content][offices-content=detail] [office-detail] &gt; div [address-map] #turkey-map .map-tooltip {
  color: #a83569;
}
[offices-content][offices-content=detail] [office-detail] &gt; div [address-map] #turkey-map .map-tooltip &gt; span {
  color: #fff;
  background-color: #23579f;
}
[offices-content][offices-content=detail] [office-detail] &gt; div [address-pin] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 38px;
  color: #23579f;
  background-color: #fff;
  border: 1px solid #efefef;
  padding: 0 20px;
  margin-top: 10px;
  border-radius: 4px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.25s;
}
[offices-content][offices-content=detail] [office-detail] &gt; div [address-pin]:hover {
  color: #fff;
  background-color: #a83569;
  border-color: #a83569;
}
[offices-content][offices-content=detail] [office-detail] &gt; div [address-pin] &gt; i, [offices-content][offices-content=detail] [office-detail] &gt; div [address-pin] svg {
  margin-right: 10px;
}
[offices-content][offices-content=detail] [office-detail] &gt; div [address-pin] &gt; span {
  font-size: 0.875rem;
}
[offices-content][offices-content=detail] [office-detail] &gt; div [icon] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
[offices-content][offices-content=detail] [office-detail] &gt; div [icon][icon=small] {
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 16px;
  margin-right: 10px;
  background-color: #23579f;
  border-radius: 100%;
}
[offices-content][offices-content=detail] [office-detail] &gt; div [icon][icon=large] {
  color: #23579f;
  font-size: 40px;
}
[offices-content][offices-content=form] [form-result] {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  padding: 20px;
  margin-bottom: 40px;
  border-radius: 6px;
}
[offices-content][offices-content=form] [form-result][form-result=sent] {
  color: #4cb64c;
  background-color: rgba(76, 182, 76, 0.2);
}
[offices-content][offices-content=form] [form-result][form-result=failed] {
  color: #a83569;
  background-color: rgba(168, 53, 105, 0.2);
}
[offices-content] &gt; div {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

[offices-information] h4 {
  color: #848f9e;
  font-size: 0.875rem;
  font-weight: 400;
  text-align: center;
}
[offices-information] h4 &gt; img {
  height: 42px;
  margin-right: 8px;
}
[offices-information] h4 &gt; a {
  display: inline-block;
  color: #6b7788;
  text-decoration: underline;
}
[offices-information] h4 &gt; a:hover {
  color: #a83569;
}
[offices-information] &gt; div {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

[contact-content][contact-content=form] [form-result] {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  padding: 20px;
  margin-bottom: 40px;
  border-radius: 6px;
}
[contact-content][contact-content=form] [form-result][form-result=sent] {
  color: #4cb64c;
  background-color: rgba(76, 182, 76, 0.2);
}
[contact-content][contact-content=form] [form-result][form-result=failed] {
  color: #a83569;
  background-color: rgba(168, 53, 105, 0.2);
}
[contact-content][contact-content=form] canvas {
  pointer-events: none;
}
[contact-content] &gt; div {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
[contact-content] [infos] &gt; div [address-name] {
  display: flex;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 20px;
}
[contact-content] [infos] &gt; div [address-location] {
  display: flex;
  align-items: center;
  color: #848f9e;
  line-height: 140%;
  margin-bottom: 30px;
}
[contact-content] [infos] &gt; div [address-phone] {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
[contact-content] [infos] &gt; div [address-mersis] {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
[contact-content] [infos] &gt; div [address-taxinfo] {
  display: flex;
  align-items: center;
}
[contact-content] [infos] &gt; div [icon] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
[contact-content] [infos] &gt; div [icon][icon=small] {
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 16px;
  margin-right: 10px;
  background-color: #23579f;
  border-radius: 100%;
}
[contact-content] [infos] &gt; div [icon][icon=large] {
  color: #23579f;
  font-size: 40px;
}
[contact-content] [infos] &gt; div [boxes] [box] {
  display: flex;
  align-items: center;
  padding: 10px;
  border: 1px solid #f1f1f1;
  border-radius: 6px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.15);
}
[contact-content] [infos] &gt; div [boxes] [box]:not(:first-child) {
  margin-top: 20px;
}
[contact-content] [infos] &gt; div [boxes] [box] &gt; div {
  position: relative;
  padding: 20px;
  line-height: 140%;
}
[contact-content] [infos] &gt; div [boxes] [box] &gt; div:first-child {
  border-right: 1px solid #f1f1f1;
}
[contact-content] [infos] &gt; div [boxes] [box] &gt; div:first-child &gt; i, [contact-content] [infos] &gt; div [boxes] [box] &gt; div:first-child svg {
  margin-top: -4px;
}
[contact-content] [infos] &gt; div [boxes] [box] &gt; div:last-child {
  color: #848f9e;
  font-size: 0.875rem;
}
[contact-content] [infos] &gt; div [boxes] [box] &gt; div:last-child a[item=email] {
  display: inline-block;
  color: #23579f;
  font-weight: 700;
  margin-top: 4px;
}
[contact-content] [infos] &gt; div [boxes] [box] &gt; div:last-child a[item=button] {
  width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  letter-spacing: 0.1ex;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
  padding: 8px;
  background-color: #23579f;
  border-radius: 2px;
}
[contact-content] [infos] &gt; div [boxes] [box] &gt; div:last-child a[item=button]:hover {
  background-color: #a83569;
}
[contact-content] [caution] {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 30px;
  border-radius: 6px;
  border-top: 2px solid #f1f1f1;
}
[contact-content] [caution]:before {
  position: absolute;
  top: 0;
  content: attr(title);
  color: #848f9e;
  font-size: 0.75rem;
  letter-spacing: 0.1rem;
  padding: 6px 30px;
  background-color: #f1f1f1;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
[contact-content] [caution] &gt; div {
  color: #848f9e;
  font-size: 0.75rem;
  line-height: 160%;
}
[contact-content] [caution] &gt; div &gt; div strong {
  font-weight: 500;
}

[grid][grid=representation] {
  margin-top: 30px;
}
[grid][grid=representation] [grid-item] {
  cursor: pointer;
  position: relative;
  border: 2px solid #d4d4d4;
  border-radius: 6px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.25s;
}
[grid][grid=representation] [grid-item]:hover {
  background-color: #fff;
  transform: scale(102%);
}
[grid][grid=representation] [grid-item] &gt; div {
  height: 100%;
  padding: 20px;
}
[grid][grid=representation] [grid-item] &gt; div iframe {
  display: flex;
  width: 100%;
  max-width: 320px;
  color: #848f9e;
  border: 1px solid #d4d4d4;
  border-radius: 6px;
}
[grid][grid=representation] [grid-item] &gt; div [representation-qrcode] {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
[grid][grid=representation] [grid-item] &gt; div [representation-code] {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  color: #848f9e;
  font-size: 0.875rem;
  padding: 2px 6px;
  padding-top: 4px;
  border: 1px solid #848f9e;
  border-radius: 4px;
}
[grid][grid=representation] [grid-item] &gt; div [representation-name] {
  display: block;
  color: #23579f;
  font-weight: 700;
}
[grid][grid=representation] [grid-item] &gt; div [representation-address] {
  display: block;
  font-size: 0.875rem;
  line-height: 150%;
  margin-top: 20px;
}
[grid][grid=representation] [grid-item] &gt; div [representation-phone] {
  display: block;
  font-weight: 700;
  margin-top: 20px;
}
[grid][grid=representation] [grid-item] &gt; div [representation-phone] &gt; i, [grid][grid=representation] [grid-item] &gt; div [representation-phone] svg {
  font-size: 20px;
  vertical-align: top;
  margin-top: -3px;
  margin-right: 10px;
}
[grid][grid=representation] [grid-norecord] {
  position: relative;
  display: block;
  color: #b9b9b9;
  text-align: center;
  padding: 30px 20px;
  border: 2px solid #d4d4d4;
  border-radius: 6px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.25s;
}
[grid][grid=representation] [grid-norecord] a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 34px;
  color: #23579f;
  background-color: #fff;
  border: 1px solid #23579f;
  padding: 0 20px;
  margin-top: 20px;
  border-radius: 34px;
  transition: all 0.25s;
}
[grid][grid=representation] [grid-norecord] a:hover {
  color: #fff;
  background-color: #a83569;
  border-color: #a83569;
}
[grid][grid=representation] [grid-norecord] a &gt; i, [grid][grid=representation] [grid-norecord] a svg {
  margin-right: 10px;
}
[grid][grid=representation] [grid-norecord] a &gt; span {
  font-size: 0.875rem;
}
[grid][grid=representation] [grid-loading] {
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  color: #b9b9b9;
  text-align: center;
  margin-top: 30px;
  border-radius: 6px;
}
[grid][grid=representation] [grid-loading] &gt; img {
  width: 100px;
  margin-bottom: 10px;
  margin-left: 40px;
}

footer {
  display: block;
  background-color: #282828;
}
footer [footer-content] {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
footer [footer-content] [footer-logo] a {
  display: inline-block;
}
footer [footer-content] [footer-slogan] {
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: -0.1ex;
}
footer [footer-content] [footer-links] {
  padding-top: 1rem;
}
footer [footer-content] [footer-links] &gt; ul &gt; li:first-child {
  font-size: 1.25rem;
  font-weight: 500;
}
footer [footer-content] [footer-links] &gt; ul &gt; li:first-child a {
  display: inline-block;
  color: #fff;
}
footer [footer-content] [footer-copyright] {
  color: #636363;
  font-size: 0.875rem;
}
footer [footer-content] [footer-copyright] &gt; div a {
  display: inline-block;
  color: #8a8a8a;
  font-weight: 500;
}
footer [footer-content] [footer-copyright] &gt; div a:hover {
  color: #fff;
}
footer [footer-content] [footer-socials] {
  display: flex;
  align-items: center;
}
footer [footer-content] [footer-socials] &gt; div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 180px;
  font-size: 30px;
}
footer [footer-content] [footer-socials] &gt; div:hover a {
  opacity: 1;
}
footer [footer-content] [footer-socials] &gt; div a {
  color: #fff;
  opacity: 0.5;
}
footer [footer-content] [footer-institutions] {
  display: flex;
  align-items: center;
  margin: 0 -10px;
}
footer [footer-content] [footer-institutions] &gt; div {
  width: 50%;
  margin: 0 10px;
}
footer [footer-colours] {
  height: 36px;
  background-image: linear-gradient(to right, #a83569, #23579f, #a83569);
}

.approve {
    color: #29c81e
}
.denied {
    color: #ff0000
}

#save-box {
    display: none;
}

#save-btn {    
    width: 96%;
    border-right: none;
}

:root {
    --modal-duration: 1s;
    --modal-color: #23579F;
}

.modal-section {
    font-family: Sohne, Arial;
    background: #f4f4f4;
    font-size: 17px;
    line-height: 1.6;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.modal-btn {
    cursor: pointer;
}

.button {
    background: #23579F;
    padding: 1em 2em;
    color: #fff;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
}

    .button:hover {
        background: #3876ac;
    }

#button-box {
    display: flex; 
    justify-content: end;
}

.modal {
    display: none;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    margin: 10% auto;
    width: 70%;
    height: 70%;
    /*box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);*/
    animation-name: modalopen;
    animation-duration: var(--modal-duration);
    overflow: auto;
}

    .modal-content p {
        line-height: 1.5;
        text-align: justify;
    }

.modal-header h2,
.modal-footer h3 {
    margin: 0;
    text-align: center;
}

.modal-header {
    background: var(--modal-color);
    background: radial-gradient(circle, rgba(2,0,36,1) 0%, rgba(35,87,159,1) 35%, rgba(168,53,105,1) 100%);
    padding: 15px;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-body {
    padding: 10px 20px;
    background: #fff;
}

.modal-footer {
    background: var(--modal-color);
    padding: 10px;
    color: #ffff;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

    .modal-body input[type=checkbox] {
        height: 15px;
        width: 15px;
        background: #23579f;
    }

.close {
    color: #ccc;
    float: right;
    font-size: 30px;
    color: #fff;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

@keyframes modalopen {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes bubbleRise {
  0% {
    opacity: 0;
    bottom: 0;
  }
  15% {
    bottom: 0;
    opacity: 0.1;
    margin-left: 0px;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
    margin-left: 50px;
  }
  100% {
    bottom: 100%;
    opacity: 0;
  }
}
</pre></body></html>