/* General Settings */
.img-abs {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.button {
  text-transform: uppercase;
  display: inline-block;
  border-radius: 7px;
  font-size: 1.2em;
  line-height: 1;
  font-weight: 400;
  font-family: "LatoLatin", sans-serif;
  padding: 15px 20px;
  min-width: 320px;
  text-align: center;
}
@media (-webkit-min-device-pixel-ratio: 1.25) {
  .button {
    font-size: 1em;
  }
}
@media (max-width: 1680px) {
  .button {
    font-size: 1em;
  }
}
@media (max-width: 1367px) {
  .button {
    min-width: 280px;
    padding: 12px 18px;
    padding-bottom: 9px;
  }
}
@media (max-width: 1367px) {
  .button {
    min-width: 250px;
    font-size: 0.9em;
  }
}

.green-btn {
  background-color: #7dd220;
  color: #0e0d0c;
  border: 2px solid #7dd220;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.green-btn:hover {
  color: #fff;
  border: 2px solid #7531d6;
  background-color: #7531d6;
}

.purple-btn {
  background-color: #7531d6;
  color: #fff;
  border: 2px solid #7531d6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.purple-btn:hover {
  background-color: #fff;
  color: #0e0d0c;
}

.white-btn {
  background-color: #fff;
  min-width: unset;
  color: #0e0d0c;
  font-size: 14px;
  line-height: 18px;
  padding: 8px 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.white-btn:hover {
  background-color: #7dd220;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
h1, h2, h3, h4, h5, h6,
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a,
article h1 a, article h2 a, article h3 a, article h4 a, article h5 a, article h6 a {
  font-family: "Ubuntu", sans-serif;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 20px;
  text-rendering: optimizeLegibility;
  color: #3d3d3d;
}

h1 {
  font-size: 50px;
  line-height: 58px;
}
@media (-webkit-min-device-pixel-ratio: 1.25) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 1680px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 1367px) {
  h1 {
    font-size: 33px;
    line-height: 47px;
  }
}
@media (max-width: 1025px) {
  h1 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 340px) {
  h1 {
    font-size: 26px;
    line-height: 30px;
  }
}

h2 {
  font-size: 43px;
  line-height: 53px;
}
@media (max-width: 850px) {
  h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 340px) {
  h2 {
    font-size: 32px;
    line-height: 38px;
  }
}

.headline {
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #a8a8a8;
  letter-spacing: 9.8px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  margin-bottom: 0px;
  text-align: center;
  -webkit-animation: fadeIn ease 2s;
          animation: fadeIn ease 2s;
}
@media (-webkit-min-device-pixel-ratio: 1.25) {
  .headline {
    font-size: 16px;
  }
}
@media (max-width: 1601px) {
  .headline {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 1440px) {
  .headline {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 1440px) {
  .headline {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 1025px) {
  .headline {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }
}
@media (max-width: 340px) {
  .headline {
    font-size: 10px;
    line-height: 12px;
  }
}

h3 {
  font-size: 34px;
  line-height: 42px;
  margin-top: 30px;
}
@media (max-width: 1680px) {
  h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 1440px) {
  h3 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 19px;
    line-height: 28px;
  }
}

h4 {
  font-size: 28px;
  line-height: 32px;
}

h5, h6 {
  font-size: 26px;
  line-height: 30px;
}

p, li {
  font-size: 18px;
}
@media (max-width: 767px) {
  p, li {
    font-size: 16px;
  }
}

h1 a, h2 a, h3 a {
  text-decoration: none;
}

span {
  display: inline;
}

i:not([class]), em, cite, dfn {
  font-style: italic;
}

b, strong, th, legend {
  font-weight: 700;
}

small {
  font-size: 75%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -3px;
  color: red;
  font-weight: bold;
  font-size: 20px;
}

mark {
  padding: 3.5px;
  background-color: #f1f1f1;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

abbr[data-original-title], abbr[title] {
  cursor: help;
}

del {
  text-decoration: line-through;
}

ins {
  text-decoration: underline;
}

dl {
  margin-bottom: 20px;
}

dl dt {
  font-weight: 700;
  margin: 15px 0 5px;
}

dl dt:first-child {
  margin-top: 0;
}

dd {
  margin-left: 0;
  margin-bottom: 0px;
}

samp {
  font-family: "LatoLatin", sans-serif;
  font-size: inherit;
}

kbd {
  font-family: "LatoLatin", sans-serif;
  font-size: inherit;
  line-height: inherit;
  background-color: #e6e6e6;
  padding: 2px 4px 0 4px;
}

table {
  margin-bottom: 20px;
  -webkit-overflow-scrolling: touch;
}

th, td {
  border: 1px solid #e1e1e1;
  padding: 10px;
}

caption {
  font-size: 15px;
  padding: 10px 0;
  color: #e1e1e1;
  caption-side: bottom;
}

code {
  display: inline-block;
  font: 14px/1.25 monospace;
  letter-spacing: -0.65px;
  padding: 0.125rem;
}

pre code {
  display: block;
  font: inherit;
  letter-spacing: inherit;
  overflow-x: auto;
  padding: 15px 64px 15px 15px;
  background: #f9f9f9;
  border: 1px solid #7dd220;
  color: #3d3d3d;
}

figcaption {
  font-size: 15px;
}

legend {
  margin-bottom: 5px;
}

label {
  display: block;
  cursor: pointer;
}

.wysiwyg h1 {
  font-size: 30px;
  text-align: center;
  color: #7dd220;
}
@media (max-width: 767px) {
  .wysiwyg h1 {
    font-size: 26px;
  }
}
.wysiwyg h2 {
  font-size: 28px;
}
@media (max-width: 1367px) {
  .wysiwyg h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .wysiwyg h2 {
    font-size: 24px;
  }
}
.wysiwyg h3 {
  font-size: 26px;
}
@media (max-width: 767px) {
  .wysiwyg h3 {
    font-size: 22px;
  }
}
.wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
  font-size: 22px;
}
.wysiwyg p, .wysiwyg li, .wysiwyg a {
  font-size: 20px;
  line-height: 1.4;
}
@media (-webkit-min-device-pixel-ratio: 1.25) {
  .wysiwyg p, .wysiwyg li, .wysiwyg a {
    font-size: 17px;
  }
}
@media (max-width: 1367px) {
  .wysiwyg p, .wysiwyg li, .wysiwyg a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .wysiwyg p, .wysiwyg li, .wysiwyg a {
    font-size: 16px;
  }
}
.wysiwyg p {
  margin-bottom: 20px;
}
.wysiwyg ol {
  margin-bottom: 40px;
}
.wysiwyg ol ::marker {
  color: #7dd220;
  font-weight: 600;
}
.wysiwyg ol span.info {
  display: block;
  font-size: 16px;
  margin-top: 20px;
}
.wysiwyg ol.sub-menu {
  list-style: none;
  margin-left: 25px;
  margin-bottom: 0;
}
.wysiwyg ul {
  list-style: inside;
}
.wysiwyg ul ::marker {
  color: #7dd220;
  font-size: 20px;
}
.wysiwyg img {
  display: block;
  margin: 20px 0;
  width: auto;
  max-width: 500px;
}
@media (max-width: 1000px) {
  .wysiwyg img {
    max-width: 400px;
    width: 100%;
  }
}
.wysiwyg .placeholder-popup {
  display: block;
  width: 100%;
  margin: 20px 0;
}
.wysiwyg .placeholder-popup div {
  display: inline-block;
  position: relative;
}
.wysiwyg .placeholder-popup div:hover svg {
  opacity: 1;
}
.wysiwyg .placeholder-popup div:hover a:after {
  opacity: 1;
}
.wysiwyg .placeholder-popup div svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  z-index: 7;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
  stroke: #fff;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.wysiwyg .placeholder-popup div svg line {
  fill: #fff;
}
.wysiwyg .placeholder-popup div img {
  position: relative;
  margin: 0;
}
.wysiwyg .placeholder-popup div a {
  position: relative;
  z-index: 6;
  display: inline-block;
}
.wysiwyg .placeholder-popup div a:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.wysiwyg a {
  color: #7dd220;
  text-decoration: underline;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.wysiwyg a:hover {
  color: #7531d6;
}
.wysiwyg .green {
  color: #7dd220;
}
.wysiwyg .gray-box {
  background-color: #f1f1f1;
  padding: 10px 15px;
  border: 1px solid #7dd220;
  border-radius: 7px;
  margin: 40px 0;
}
.wysiwyg .gray-box p {
  margin: 5px 0;
}
.wysiwyg .sp-text {
  margin: 10px 0;
}
.wysiwyg .pas3-btn {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  width: 55px;
  height: 55px;
}
@media (max-width: 767px) {
  .wysiwyg .pas3-btn {
    width: 40px;
    height: 40px;
  }
}
.wysiwyg .pas4-btn {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  width: 33px;
  height: 35px;
}
.wysiwyg .important-notice {
  list-style: none;
}
.wysiwyg .sub-menu-tab {
  margin-top: 40px;
}
.wysiwyg .sub-menu-tab.no-top-margin {
  margin-top: 0;
}
.wysiwyg .sub-menu-tab .gray-box {
  display: inline-block;
  margin-bottom: 20px;
}
.wysiwyg .sub-tab-table {
  list-style: none;
  border: 1px solid #f1f1f1;
  border-right: 0;
}
.wysiwyg .sub-tab-table li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wysiwyg .sub-tab-table li:before, .wysiwyg .sub-tab-table li:after {
  display: block;
  content: "";
  clear: both;
}
@media (max-width: 767px) {
  .wysiwyg .sub-tab-table li {
    display: block;
    width: 100%;
  }
}
.wysiwyg .sub-tab-table li div {
  display: block;
  width: 33.3%;
  float: left;
  padding: 10px;
  border: 1px solid #f1f1f1;
}
@media (max-width: 767px) {
  .wysiwyg .sub-tab-table li div {
    display: block;
    width: 100%;
  }
  .wysiwyg .sub-tab-table li div p {
    margin-bottom: 0;
  }
}
.wysiwyg span.red {
  color: red;
}
.wysiwyg .legenda-arrow {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  margin: 0;
}
.wysiwyg p.red-star {
  margin: 10px 0;
}

form .inner {
  margin: 30px 0;
}
form [type=email], form [type=tel] {
  width: 100%;
  display: block;
  border: 0;
  outline: 0;
  border-radius: 7px;
  color: #3d3d3d;
  font-size: 16px;
  line-height: 18px;
  padding: 20px 15px;
  font-family: "LatoLatin", sans-serif;
}
form label {
  margin-bottom: 5px;
  font-family: "LatoLatin", sans-serif;
  font-size: 17px;
  text-align: left;
}
form .terms {
  text-align: left;
  position: relative;
}
form .terms label {
  display: inline-block;
  padding-left: 26px;
  margin-top: -3px;
}
form [type=checkbox] {
  position: absolute;
}
form [type=checkbox]:before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  height: 17px;
  width: 17px;
  top: -2px;
  left: -2px;
  background-color: #fff;
  visibility: visible;
  cursor: pointer;
}
form [type=checkbox]:checked:before {
  background-color: #7531d6;
}
form .validation {
  display: none;
}
form .validation.show-result {
  display: block;
}

*, *:after, *:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, main, span, applet, object, iframe,
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;
  vertical-align: baseline;
}

::-moz-selection {
  background: #7dd220;
  color: #fff;
}

::selection {
  background: #7dd220;
  color: #fff;
}

::-moz-selection {
  background: #7dd220;
  /* Gecko Browsers */
  color: #fff !important;
}

html, body {
  overflow-x: hidden;
}

body {
  min-height: 100vh;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font: 16px/1.2 "LatoLatin", arial, sans-serif;
  font-weight: 400;
  color: #3d3d3d;
  background: #FFF;
  overflow: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

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

iframe {
  max-width: 100%;
}

[id] {
  outline: 0;
}

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

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

nav ul, nav ol {
  margin: 0;
  list-style: none;
}

[type=submit], [type=reset], [type=button],
[type=text], [type=email], [type=tel], [type=search],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button, [type=submit], [type=reset], [type=button] {
  cursor: pointer;
}

textarea:focus, button:focus,
div[contenteditable=true]:focus, [class~=btn]:focus,
[type=text]:focus, [type=tel]:focus, [type=email]:focus, [type=password]:focus, [type=submit]:focus {
  outline: 0;
}

[hidden] {
  display: none;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

section {
  display: block;
  width: 100%;
}

.container {
  display: block;
  width: 100%;
  max-width: 80%;
  padding: 0 20px;
  position: relative;
  margin: 0 auto;
  z-index: 2;
}
@media (max-width: 1281px) {
  .container {
    max-width: 90%;
  }
}
@media (max-width: 980px) {
  .container {
    max-width: 100%;
  }
}

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

.v-padding {
  padding: 30px 0;
}
@media (max-width: 850px) {
  .v-padding {
    padding: 30px 0 0;
  }
}

/* Ghid */
.ghid .navigation {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  padding: 10px 0;
  background-color: #3d3d3d;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ghid .navigation .logo {
  position: relative;
  z-index: 8;
  vertical-align: middle;
}
@media (-webkit-min-device-pixel-ratio: 1.25) {
  .ghid .navigation .logo {
    height: 30px;
  }
}
@media (max-width: 1680px) {
  .ghid .navigation .logo {
    height: 30px;
  }
}
@media (max-width: 1441px) {
  .ghid .navigation .logo {
    height: 26px;
  }
}
@media (max-width: 830px) and (max-height: 430px) {
  .ghid .navigation .logo {
    height: 20px;
    width: 103px;
  }
}
@media (max-width: 767px) {
  .ghid .navigation .logo {
    width: 143px;
    height: 27px;
  }
}
@media (max-width: 767px) {
  .ghid .navigation .container {
    padding: 0 10px;
  }
}
.ghid .navigation__menu {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}
@media (max-width: 767px) {
  .ghid .navigation__menu {
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0.2s, visibility 0s 0.6s;
    transition: opacity 0.3s 0.2s, visibility 0s 0.6s;
    z-index: -999;
    position: fixed;
    top: 50%;
    width: 100%;
    right: 0;
    background-color: #3d3d3d;
    text-align: center;
    height: 0;
  }
  .ghid .navigation__menu.visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
    height: auto;
    z-index: 6;
  }
}
.ghid .navigation__menu_item:not(.white-btn) {
  text-transform: uppercase;
  display: inline-block;
  padding: 0 15px;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  letter-spacing: 2.8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (-webkit-min-device-pixel-ratio: 1.25) {
  .ghid .navigation__menu_item:not(.white-btn) {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 1680px) {
  .ghid .navigation__menu_item:not(.white-btn) {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 1441px) {
  .ghid .navigation__menu_item:not(.white-btn) {
    font-size: 11px;
    line-height: 13px;
    padding: 0 10px;
  }
}
@media (max-width: 1367px) {
  .ghid .navigation__menu_item:not(.white-btn) {
    padding: 0 5px;
  }
}
@media (max-width: 767px) {
  .ghid .navigation__menu_item:not(.white-btn) {
    display: block;
    padding: 15px;
    font-size: 18px;
    line-height: 22px;
    width: 100%;
    text-align: center;
  }
}
.ghid .navigation__menu_item:not(.white-btn):hover {
  color: #7dd220;
}
.ghid .navigation__menu .white-btn {
  margin-left: 25px;
}
@media (-webkit-min-device-pixel-ratio: 1.25) {
  .ghid .navigation__menu .white-btn {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 1680px) {
  .ghid .navigation__menu .white-btn {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 1441px) {
  .ghid .navigation__menu .white-btn {
    font-size: 11px;
    line-height: 13px;
  }
}
@media (max-width: 767px) {
  .ghid .navigation__menu .white-btn {
    margin: 0 auto;
    display: inline-block;
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
  }
}
.ghid .navigation #burgerBtn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 8;
  display: none;
}
@media (max-width: 767px) {
  .ghid .navigation #burgerBtn {
    display: block;
  }
}
.ghid .navigation #burgerBtn .line {
  fill: none;
  stroke: #fff;
  stroke-width: 6;
  -webkit-transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.ghid .navigation #burgerBtn .line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.ghid .navigation #burgerBtn .line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}
.ghid .navigation #burgerBtn .line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.ghid .navigation #burgerBtn.open .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.ghid .navigation #burgerBtn.open .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
.ghid .navigation #burgerBtn.open .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.ghid .navigation .mobile_overlay {
  z-index: 5;
  border-radius: 50%;
  width: 0px;
  height: 0px;
  position: fixed;
  top: 0px;
  right: 0px;
  background: #3d3d3d;
  opacity: 1;
  -webkit-transition: all 300ms cubic-bezier(0, 0.995, 0.99, 1);
  transition: all 300ms cubic-bezier(0, 0.995, 0.99, 1);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  display: none;
}
@media (max-width: 767px) {
  .ghid .navigation .mobile_overlay {
    display: block;
  }
}
.ghid .navigation .mobile_overlay.open {
  width: 160vh;
  height: 160vh;
  top: -200px;
  right: -60%;
  -webkit-transition: all 400ms cubic-bezier(0, 0.995, 0.99, 1);
  transition: all 400ms cubic-bezier(0, 0.995, 0.99, 1);
}
@media (max-width: 740px) and (max-height: 420px) {
  .ghid .navigation .mobile_overlay.open {
    width: 600vh;
    height: 600vh;
    right: -100%;
  }
}
.ghid .navigation.sticky {
  position: fixed;
}
.ghid .ghid1 {
  text-align: center;
  padding-top: 129px;
}
@media (-webkit-min-device-pixel-ratio: 1.25) {
  .ghid .ghid1 {
    padding-top: 90px;
  }
}
@media (max-width: 1367px) {
  .ghid .ghid1 {
    padding-top: 100px;
  }
}
.ghid .ghid1 h1 {
  color: #7dd220;
}
.ghid .ghid1__list {
  margin: 50px -20px;
  margin-top: 90px;
  text-align: center;
}
.ghid .ghid1__list::after, .ghid .ghid1__list::before {
  display: block;
  content: "";
  clear: both;
}
@media (-webkit-min-device-pixel-ratio: 1.25) {
  .ghid .ghid1__list {
    margin-top: 60px;
    zoom: 0.8;
  }
}
@media (min-width: 2000px) and (-webkit-min-device-pixel-ratio: 2) {
  .ghid .ghid1__list {
    zoom: 1;
  }
}
@media (max-width: 1680px) {
  .ghid .ghid1__list {
    zoom: 0.9;
  }
}
@media (max-width: 1441px) {
  .ghid .ghid1__list {
    zoom: 0.78;
  }
}
@media (max-width: 1367px) {
  .ghid .ghid1__list {
    margin-top: 60px;
  }
}
@media (max-width: 1281px) {
  .ghid .ghid1__list {
    margin: 0px 0px;
    margin-top: 40px;
    text-align: center;
  }
}
@media (max-width: 1025px) {
  .ghid .ghid1__list {
    zoom: 0.6;
  }
}
@media (max-width: 850px) {
  .ghid .ghid1__list {
    zoom: unset;
  }
}
.ghid .ghid1__list_li {
  display: inline-block;
  padding: 0 15px;
  width: 20%;
  text-align: left;
}
@media (-webkit-min-device-pixel-ratio: 1.25) {
  .ghid .ghid1__list_li {
    width: 23%;
  }
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .ghid .ghid1__list_li {
    width: 17%;
  }
}
@media (max-width: 1680px) and (-webkit-min-device-pixel-ratio: 2) {
  .ghid .ghid1__list_li {
    width: 20%;
  }
}
@media (max-width: 1280px) {
  .ghid .ghid1__list_li {
    padding: 40px 15px;
    float: unset;
    display: inline-block;
    width: 24%;
    max-width: 310px;
  }
}
@media (max-width: 1175px) {
  .ghid .ghid1__list_li {
    width: 24%;
  }
}
@media (max-width: 950px) {
  .ghid .ghid1__list_li {
    width: 43%;
  }
}
@media (max-width: 767px) {
  .ghid .ghid1__list_li {
    width: 100%;
    padding: 20px;
    max-width: 360px;
    margin: 0 auto;
  }
}
@media (max-width: 500px) {
  .ghid .ghid1__list_li {
    max-width: 300px;
  }
}
@media (max-width: 340px) {
  .ghid .ghid1__list_li {
    padding: 20px 0;
  }
}
.ghid .ghid1__list_li .grey-box {
  background-color: #eeeeee;
  display: block;
  width: 100%;
  padding: 20px 30px;
  border-bottom-right-radius: 216px;
  padding-top: 40px;
  position: relative;
  border: 3px solid #eeeeee;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ghid .ghid1__list_li .grey-box .count {
  position: absolute;
  top: -25px;
  padding: 7px 14px;
  background-color: #7dd220;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .ghid .ghid1__list_li .grey-box .count {
    top: -22px;
  }
}
.ghid .ghid1__list_li .grey-box .count p {
  font-weight: 900;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .ghid .ghid1__list_li .grey-box .count p {
    font-size: 22px;
    line-height: 24px;
  }
}
@media (max-width: 340px) {
  .ghid .ghid1__list_li .grey-box .count p {
    font-size: 20px;
    line-height: 26px;
  }
}
.ghid .ghid1__list_li .grey-box h3 {
  font-size: 30px;
  line-height: 34px;
  min-height: 100px;
}
@media (-webkit-min-device-pixel-ratio: 1.25) {
  .ghid .ghid1__list_li .grey-box h3 {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .ghid .ghid1__list_li .grey-box h3 {
    min-height: 100px;
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 740px) and (max-height: 415px) {
  .ghid .ghid1__list_li .grey-box h3 {
    min-height: 65px;
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 340px) {
  .ghid .ghid1__list_li .grey-box h3 {
    min-height: 110px;
  }
}
.ghid .ghid1__list_li .grey-box .item {
  position: relative;
  padding-bottom: 30px;
}
@media (max-width: 740px) and (max-height: 415px) {
  .ghid .ghid1__list_li .grey-box .item {
    padding-bottom: 10px;
  }
}
.ghid .ghid1__list_li .grey-box .item .link {
  font-size: 16px;
  line-height: 18px;
  padding-bottom: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
  display: inline-block;
  position: relative;
}
.ghid .ghid1__list_li .grey-box .item .link:after {
  position: absolute;
  display: block;
  content: "";
  width: 60%;
  height: 2px;
  background-color: #7dd220;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 740px) and (max-height: 415px) {
  .ghid .ghid1__list_li .grey-box .item .link {
    font-size: 14px;
    line-height: 14px;
  }
}
.ghid .ghid1__list_li .grey-box:hover {
  border: 3px solid #7dd220;
}
.ghid .ghid1__list_li .grey-box:hover .link:after {
  width: 100%;
}
.ghid .ghid1_figure {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 10px solid #fff;
  position: absolute;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -40px;
}
@media (max-width: 1680px) {
  .ghid .ghid1_figure {
    width: 105px;
    height: 105px;
  }
}
@media (max-width: 740px) and (max-height: 415px) {
  .ghid .ghid1_figure {
    width: 90px;
    height: 90px;
  }
}
.ghid .ghid1_figure img {
  border-radius: 50%;
  border: 5px solid #7dd220;
}
.ghid .ghid2 {
  text-align: center;
  position: relative;
  z-index: 3;
}
@media (max-width: 1680px) {
  .ghid .ghid2 {
    margin-bottom: -30px;
  }
}
@media (max-width: 1367px) {
  .ghid .ghid2 {
    zoom: 0.9;
  }
}
@media (max-width: 1025px) {
  .ghid .ghid2 {
    zoom: 0.8;
  }
}
@media (max-width: 850px) {
  .ghid .ghid2 {
    zoom: unset;
    margin-bottom: 0;
  }
}
.ghid .ghid2 h2 {
  text-transform: uppercase;
  color: #7dd220;
  margin-bottom: 15px;
}
.ghid .ghid2 h2 span {
  color: #7531d6;
}
@media (-webkit-min-device-pixel-ratio: 1.25) {
  .ghid .ghid2 h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .ghid .ghid2 h2 {
    font-size: 22px;
    line-height: 26px;
  }
}
.ghid .ghid2 p {
  font-size: 24px;
  margin-bottom: 50px;
}
@media (-webkit-min-device-pixel-ratio: 1.25) {
  .ghid .ghid2 p {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1680px) {
  .ghid .ghid2 p {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1367px) {
  .ghid .ghid2 p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .ghid .ghid2 p {
    font-size: 16px;
  }
}
@media (max-width: 340px) {
  .ghid .ghid2 p {
    font-size: 32px;
    line-height: 38px;
  }
}
.ghid .ghid2 p strong {
  text-transform: uppercase;
}
.ghid .footer {
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .ghid .footer {
    padding-top: 85px;
  }
}
.ghid .footer:before {
  display: block;
  content: "";
  position: absolute;
  background-image: url(../images/green-vector.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  height: 130%;
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
  z-index: -1;
  width: 2730px;
  left: -450px;
  top: 84px;
}
@media (-webkit-min-device-pixel-ratio: 1.25) {
  .ghid .footer:before {
    left: -510px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .ghid .footer:before {
    left: -460px;
  }
}
@media (min-width: 2000px) and (-webkit-min-device-pixel-ratio: 2) {
  .ghid .footer:before {
    width: 161%;
    left: -803px;
    top: 43px;
    height: 148%;
  }
}
@media (max-width: 1680px) {
  .ghid .footer:before {
    left: -520px;
  }
}
@media (max-width: 1025px) {
  .ghid .footer:before {
    left: -660px;
  }
}
@media (max-width: 1000px) {
  .ghid .footer:before {
    left: -570px;
    top: 60px;
  }
}
@media (max-width: 880px) {
  .ghid .footer:before {
    top: 16px;
    left: -686px;
  }
}
@media (max-width: 767px) {
  .ghid .footer:before {
    top: 10px;
    left: -800px;
  }
}
.ghid .footer figure, .ghid .footer div.footer__info {
  display: inline-block;
  margin: 0 60px;
  vertical-align: bottom;
}
@media (max-width: 1200px) {
  .ghid .footer figure, .ghid .footer div.footer__info {
    margin: 0 30px;
  }
}
@media (max-width: 767px) {
  .ghid .footer figure, .ghid .footer div.footer__info {
    margin: 0;
    padding: 0 15px;
  }
}
.ghid .footer__container {
  margin: 0 auto;
}
@media (max-width: 1680px) {
  .ghid .footer__container {
    zoom: 0.9;
  }
}
@media (max-width: 1025px) {
  .ghid .footer__container {
    zoom: 1;
  }
}
@media (max-width: 767px) {
  .ghid .footer__container {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .ghid .footer__svg1 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 23%;
  }
}
.ghid .footer__svg1 img {
  width: 216px;
  margin-bottom: -4px;
}
@media (-webkit-min-device-pixel-ratio: 1.25) {
  .ghid .footer__svg1 img {
    width: 170px;
  }
}
@media (max-width: 1441px) {
  .ghid .footer__svg1 img {
    width: 164px;
  }
}
@media (max-width: 1000px) {
  .ghid .footer__svg1 img {
    width: 145px;
  }
}
@media (max-width: 880px) {
  .ghid .footer__svg1 img {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .ghid .footer__svg2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 23%;
  }
}
.ghid .footer__svg2 img {
  width: 160px;
  margin-bottom: -6px;
}
@media (-webkit-min-device-pixel-ratio: 1.25) {
  .ghid .footer__svg2 img {
    width: 152px;
  }
}
@media (max-width: 1441px) {
  .ghid .footer__svg2 img {
    width: 147px;
  }
}
@media (max-width: 1000px) {
  .ghid .footer__svg2 img {
    width: 125px;
  }
}
@media (max-width: 880px) {
  .ghid .footer__svg2 img {
    width: 100px;
  }
}
.ghid .footer__social {
  display: block;
  width: 100%;
  margin: 0px !important;
}
.ghid .footer__social_links {
  text-align: center;
}
.ghid .footer__social_links li {
  display: inline-block;
  padding: 10px 5px;
  list-style: none;
}
.ghid .footer__social_links li svg {
  width: 30px;
  height: 30px;
}
@media (max-width: 340px) {
  .ghid .footer__social_links li svg {
    width: 25px;
    height: 25px;
  }
}
.ghid .footer__social_links li svg path {
  fill: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ghid .footer__social_links li svg:hover path {
  fill: #7531d6;
}
.ghid .footer__info p {
  padding-bottom: 10px;
}
@media (max-width: 880px) {
  .ghid .footer__info p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .ghid .footer__info p {
    font-size: 10px;
  }
}
@media (max-width: 340px) {
  .ghid .footer__info p {
    font-size: 9px;
  }
}
.ghid .default-nav {
  list-style: none;
}
.ghid .default-nav li {
  padding: 2px 0;
}
.ghid .default-nav li a {
  text-decoration: none;
}
.ghid .mobile-nav {
  display: none;
}
@media (max-width: 920px) {
  .ghid .mobile-nav {
    display: block;
  }
}
.ghid .mobile-nav .swipe {
  width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  margin-right: -40px;
}
@media (max-width: 920px) {
  .ghid .desktop-nav {
    display: none;
  }
}
.ghid .next-prev-steps {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  padding: 10px;
  margin: 0;
  text-align: left;
}
@media (max-width: 1281px) and (min-width: 1000px) {
  .ghid .next-prev-steps {
    zoom: 0.8;
  }
}
@media (max-width: 920px) {
  .ghid .next-prev-steps {
    position: static;
    -webkit-transform: unset;
            transform: unset;
    text-align: center;
    margin-top: 40px;
  }
}
.ghid .next-prev-steps h2 {
  font-size: 28px;
  line-height: 30px;
}
@media (max-width: 1625px) {
  .ghid .next-prev-steps h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}
@media (max-width: 920px) {
  .ghid .next-prev-steps h2 {
    margin-bottom: 20px;
  }
}
.ghid .next-prev-steps li {
  padding: 0;
  line-height: 1.4;
  font-size: 20px;
}
@media (max-width: 920px) {
  .ghid .next-prev-steps li {
    padding: 10px;
    background-color: #f1f1f1;
    border-radius: 7px;
    margin: 0 15px;
  }
}
.ghid .next-prev-steps a {
  color: #3d3d3d;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
  padding-left: 20px;
}
@media (max-width: 1625px) {
  .ghid .next-prev-steps a {
    font-size: 13px;
  }
}
@media (max-width: 920px) {
  .ghid .next-prev-steps a {
    padding-left: 0;
  }
}
.ghid .next-prev-steps a:after {
  display: block;
  width: 10px;
  height: 1px;
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background-color: #3d3d3d;
}
@media (max-width: 920px) {
  .ghid .next-prev-steps a:after {
    display: none;
  }
}
.ghid .next-prev-steps a:after:hover {
  background-color: #7531d6;
}
.ghid .next-prev-steps a:hover {
  color: #7531d6;
}
@media (max-width: 920px) {
  .ghid .next-prev-steps li.active {
    border: 1px solid #7dd220;
  }
}
.ghid .next-prev-steps li.active a {
  color: #7dd220;
  font-weight: 900;
  padding-left: 25px;
}
@media (max-width: 920px) {
  .ghid .next-prev-steps li.active a {
    padding-left: 0;
    color: #3d3d3d;
  }
}
.ghid .next-prev-steps li.active a:after {
  width: 15px;
  background-color: #7dd220;
  height: 2px;
}
.ghid .next-prev-steps li.active a:after:hover {
  background-color: #7dd220;
}
@media (max-width: 920px) {
  .ghid .tns-outer {
    margin-left: -120px;
    margin-right: -120px;
  }
}
.ghid .default h1, .ghid .table h1 {
  text-align: center;
  margin-bottom: 60px;
}
.ghid .text-container {
  display: inline-block;
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
  text-align: left;
}
@media (max-width: 1680px) and (-webkit-min-device-pixel-ratio: 1.25) {
  .ghid .text-container {
    max-width: 70%;
  }
}
@media (max-width: 1281px) {
  .ghid .text-container {
    max-width: 70%;
  }
}
@media (max-width: 900px) {
  .ghid .text-container {
    max-width: 100%;
  }
}
.ghid .text-container .tab {
  margin-bottom: 60px;
  overflow: hidden;
}
.ghid .text-container .span-btn {
  padding: 2px 5px;
  background-color: #f1f1f1;
  font-weight: bold;
  border-radius: 5px;
  display: inline-block;
}
@media (max-width: 767px) {
  .ghid .text-container .span-btn {
    margin: 3px 0px;
    font-size: 14px;
    vertical-align: middle;
  }
}
.ghid .text-container .dark-circles-list {
  padding-left: 25px;
}
.ghid .text-container .dark-circles-list ::marker {
  color: #000;
}
.ghid .text-container .inner-arrow {
  height: 18px;
  width: auto;
  margin: 0 3px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  .ghid .text-container .inner-arrow {
    height: 11px;
  }
}
.ghid .text-container .btn-container {
  display: inline-block;
}
.ghid .text-container.text-centered {
  text-align: center;
}
.ghid .table .list li {
  display: block;
  width: 100%;
  padding: 10px 20px;
  text-align: left;
}
.ghid .table .list li::after, .ghid .table .list li::before {
  display: block;
  content: "";
  clear: both;
}
.ghid .table .list li:nth-child(odd) {
  background-color: #f1f1f1;
}
.ghid .table .list li a, .ghid .table .list li p {
  display: inline-block;
}
@media (max-width: 767px) {
  .ghid .table .list li a, .ghid .table .list li p {
    display: inline-block;
    width: 100%;
    float: unset;
    text-align: center;
    margin: 5px 0;
  }
}
.ghid .table .list li p {
  vertical-align: sub;
}
.ghid .table .list li p a {
  color: #3d3d3d;
}
.ghid .table .list li a {
  float: right;
  text-decoration: underline;
  color: #ff9067;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (-webkit-min-device-pixel-ratio: 1.25) {
  .ghid .table .list li a {
    font-size: 16px;
  }
}
@media (max-width: 1367px) {
  .ghid .table .list li a {
    font-size: 14px;
  }
}
.ghid .table .list li a svg {
  width: 25px;
  height: 25px;
  vertical-align: middle;
  margin-right: 5px;
}
.ghid .table .list li a svg line, .ghid .table .list li a svg polyline {
  stroke: #ff9067;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.ghid .table .list li a:hover {
  color: #7531d6;
}
.ghid .table .list li a:hover svg line, .ghid .table .list li a:hover svg polyline {
  stroke: #7531d6;
}
.ghid #cont-elefant-marketplace br {
  display: none;
}
@media (max-width: 767px) {
  .ghid #cont-elefant-marketplace br {
    display: block;
  }
}
.ghid .mfp-bg {
  opacity: 0.9;
}
.ghid .mfp-wrap, .ghid .mfp-bg {
  z-index: 99999999;
}
.ghid .mfp-image-holder .mfp-close, .ghid .mfp-iframe-holder .mfp-close {
  font-size: 40px;
}