@charset "UTF-8";
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;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

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;
}

strong, b {
  font-weight: 700;
}

i, em {
  font-style: italic;
}

input, select, textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.invisible {
  display: none;
}

button, input.submit {
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

sub, sup {
  font-size: 70%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.4em;
}

sub {
  bottom: -0.25em;
}

* {
  box-sizing: border-box;
}

/**
 * sprite-url    Url zum Bild
 * size          Größe des Grids nach der Skalierung in px
 * x             Position des Icons im Grid beginnend bei 0
 * y             Position des Icons im Grid beginnend bei 0
 * x-span        Breite des Icons in Grid
 * y-span        Höhe des Icons in Grid
 * sprite-width  gesamt Sprite-Breite in px
 * sprite-height gesamt Sprite-Höhe in px
 *               genau eines der beiden oberen Paramter muss auf 'auto' stehen
 * sprite-grid   Größe des Grids im Sprite in px
 */
/**
 * sizeInPx         The desired size in pixels
 * viewportWidth    The width of the viewport in pixels
 */
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans-v15-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../fonts/open-sans-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v15-latin-regular.woff2") format("woff2"), url("../fonts/open-sans-v15-latin-regular.woff") format("woff"), url("../fonts/open-sans-v15-latin-regular.ttf") format("truetype"), url("../fonts/open-sans-v15-latin-regular.svg#OpenSans") format("svg");
  /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/open-sans-v15-latin-600.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("../fonts/open-sans-v15-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v15-latin-600.woff2") format("woff2"), url("../fonts/open-sans-v15-latin-600.woff") format("woff"), url("../fonts/open-sans-v15-latin-600.ttf") format("truetype"), url("../fonts/open-sans-v15-latin-600.svg#OpenSans") format("svg");
  /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/open-sans-v15-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../fonts/open-sans-v15-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v15-latin-700.woff2") format("woff2"), url("../fonts/open-sans-v15-latin-700.woff") format("woff"), url("../fonts/open-sans-v15-latin-700.ttf") format("truetype"), url("../fonts/open-sans-v15-latin-700.svg#OpenSans") format("svg");
  /* Legacy iOS */
}

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-outer > button {
  display: none;
}

.tns-outer .tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}

.tns-outer .tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-outer .tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-outer .tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-outer .tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both;
}

.tns-outer .tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-outer .tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-outer .tns-no-calc {
  position: relative;
  left: 0;
}

.tns-outer .tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-outer .tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}

.tns-outer .tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-outer .tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-outer .tns-autowidth {
  display: inline-block;
}

.tns-outer .tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-outer .tns-lazy-img.loaded {
  opacity: 1;
}

.tns-outer .tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-outer .tns-ovh {
  overflow: hidden;
}

.tns-outer .tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-outer .tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-outer .tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-outer .tns-normal, .tns-outer .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-outer .tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-outer .tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}

.tns-outer .tns-t-ct:after {
  content: '';
  display: table;
  clear: both;
}

.tns-outer .tns-t-ct > div {
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

.slbOverlay, .slbWrapOuter, .slbWrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.slbOverlay {
  overflow: hidden;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 1;
  -webkit-animation: slbOverlay 0.5s;
  -moz-animation: slbOverlay 0.5s;
  animation: slbOverlay 0.5s;
}

.slbWrapOuter {
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 2010;
}

.slbWrap {
  position: absolute;
  text-align: center;
}

.slbWrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.slbContentOuter {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0px auto;
  padding: 0 1em;
  box-sizing: border-box;
  z-index: 2020;
  text-align: left;
  max-width: 100%;
}

.slbContentEl .slbContentOuter {
  padding: 5em 1em;
}

.slbContent {
  position: relative;
}

.slbContentEl .slbContent {
  -webkit-animation: slbEnter 0.3s;
  -moz-animation: slbEnter 0.3s;
  animation: slbEnter 0.3s;
  background-color: #fff;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.4);
}

.slbImageWrap {
  -webkit-animation: slbEnter 0.3s;
  -moz-animation: slbEnter 0.3s;
  animation: slbEnter 0.3s;
  position: relative;
}

.slbImageWrap:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 5em;
  bottom: 5em;
  display: block;
  z-index: -1;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
  background-color: #FFF;
}

.slbDirectionNext .slbImageWrap {
  -webkit-animation: slbEnterNext 0.4s;
  -moz-animation: slbEnterNext 0.4s;
  animation: slbEnterNext 0.4s;
}

.slbDirectionPrev .slbImageWrap {
  -webkit-animation: slbEnterPrev 0.4s;
  -moz-animation: slbEnterPrev 0.4s;
  animation: slbEnterPrev 0.4s;
}

.slbImage {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 5em 0;
  margin: 0 auto;
}

.slbCaption {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  font-size: 1.4em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.71429em 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.slbCloseBtn, .slbArrow {
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
}

.slbCloseBtn::-moz-focus-inner, .slbArrow::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.slbCloseBtn:hover, .slbArrow:hover {
  opacity: 0.5;
}

.slbCloseBtn:active, .slbArrow:active {
  opacity: 0.8;
}

.slbCloseBtn {
  -webkit-animation: slbEnter 0.3s;
  -moz-animation: slbEnter 0.3s;
  animation: slbEnter 0.3s;
  font-size: 3em;
  width: 1.66667em;
  height: 1.66667em;
  line-height: 1.66667em;
  position: absolute;
  right: -0.33333em;
  top: 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.slbLoading .slbCloseBtn {
  display: none;
}

.slbLoadingText {
  font-size: 1.4em;
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
}

.slbArrows {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
}

.slbLoading .slbArrows {
  display: none;
}

.slbArrow {
  position: absolute;
  top: 50%;
  margin-top: -5em;
  width: 5em;
  height: 10em;
  opacity: 0.7;
  text-indent: -999em;
  overflow: hidden;
}

.slbArrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.8em 0 0 -0.8em;
  border: 0.8em solid transparent;
}

.slbArrow.next {
  right: 0;
}

.slbArrow.next:before {
  border-left-color: #fff;
}

.slbArrow.prev {
  left: 0;
}

.slbArrow.prev:before {
  border-right-color: #fff;
}

.slbIframeCont {
  width: 80em;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  margin: 5em 0;
}

.slbIframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
  background: #000;
}

@-webkit-keyframes slbOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes slbOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slbOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes slbEnter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes slbEnter {
  from {
    opacity: 0;
    -moz-transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
}

@keyframes slbEnter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0);
    -moz-transform: translate3d(0, -1em, 0);
    -ms-transform: translate3d(0, -1em, 0);
    -o-transform: translate3d(0, -1em, 0);
    transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slbEnterNext {
  from {
    opacity: 0;
    -webkit-transform: translate3d(4em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes slbEnterNext {
  from {
    opacity: 0;
    -moz-transform: translate3d(4em, 0, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
}

@keyframes slbEnterNext {
  from {
    opacity: 0;
    -webkit-transform: translate3d(4em, 0, 0);
    -moz-transform: translate3d(4em, 0, 0);
    -ms-transform: translate3d(4em, 0, 0);
    -o-transform: translate3d(4em, 0, 0);
    transform: translate3d(4em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slbEnterPrev {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-4em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes slbEnterPrev {
  from {
    opacity: 0;
    -moz-transform: translate3d(-4em, 0, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
}

@keyframes slbEnterPrev {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-4em, 0, 0);
    -moz-transform: translate3d(-4em, 0, 0);
    -ms-transform: translate3d(-4em, 0, 0);
    -o-transform: translate3d(-4em, 0, 0);
    transform: translate3d(-4em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

html {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #8c9698;
  background: #ffffff;
  min-width: 320px;
}

html body {
  line-height: 1.5;
  min-height: 100vh;
  font-size: 1rem;
  overflow-x: hidden;
}

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

html body .menu-toggle,
html body input.nav-toggle {
  display: none;
}

@media screen and (max-width: 1120px) {
  html body input.menu-toggle:checked {
    display: block;
    position: fixed;
    left: 250px;
    width: 100%;
    height: 100vh;
    cursor: pointer;
    z-index: 1000;
    margin: 0;
    background: transparent;
  }
  html body input.menu-toggle:checked ~ #wrapper {
    max-width: 100vw;
    overflow: hidden;
  }
  html body input.menu-toggle:checked ~ #wrapper > * {
    transform: translateX(250px);
  }
  html body input.menu-toggle:checked ~ #wrapper header {
    position: fixed !important;
  }
  html body input.menu-toggle:checked ~ #wrapper header + * {
    margin-top: 0px !important;
  }
  html body input.menu-toggle:checked ~ #wrapper header label.menu-toggle > span {
    transform-origin: 50% 50%;
  }
  html body input.menu-toggle:checked ~ #wrapper header label.menu-toggle > span:nth-child(1) {
    transform: translateY(5px) rotate(-45deg);
    margin-top: 14px;
  }
  html body input.menu-toggle:checked ~ #wrapper header label.menu-toggle > span:nth-child(2) {
    transform: rotate(45deg);
    margin-top: 3px;
  }
  html body input.menu-toggle:checked ~ #wrapper header label.menu-toggle > span:nth-child(3) {
    transform: translateY(10px);
    opacity: 0;
  }
}

html figure img,
html .ce_text img {
  display: block;
  max-width: 100%;
  height: auto;
}

html figure {
  overflow: hidden;
}

#wrapper > * {
  transition: transform .4s;
  transition-delay: .3s;
}

header {
  position: fixed;
  z-index: 90;
  width: 100%;
  color: #ffffff;
  background: rgba(24, 27, 58, 0.9);
}

header:before {
  content: "";
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 5px;
  background: #1f234c;
  margin-bottom: -5px;
}

@supports (position: sticky) {
  header {
    position: sticky;
    top: 0;
  }
  header.sticky > .inner {
    background: rgba(24, 27, 58, 0.9) !important;
  }
  header + div {
    margin-top: -100px;
  }
}

header > .inner {
  padding: 30px;
  transition: background .4s;
}

header > .inner > .inside {
  max-width: 1145px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .logo {
  display: block;
  flex-shrink: 0;
  font-size: 1rem;
}

header .logo > span {
  display: block;
  line-height: 1.3;
  white-space: nowrap;
}

header .logo > span:nth-child(1) {
  font-size: 1.176em;
  font-weight: 700;
}

header .logo > span:nth-child(1) em {
  color: #f47d00;
  font-style: normal;
}

header .logo > span:nth-child(2) {
  font-size: 0.764em;
}

@media screen and (max-width: 380px) {
  header .logo {
    flex-shrink: 1;
    font-size: 4.2105263158vw;
  }
}

header nav.mod_customnav {
  display: none;
  margin-left: auto;
}

header nav > ul {
  display: flex;
  align-items: center;
}

header nav > ul > li {
  position: relative;
  padding-left: 25px;
}

header nav > ul > li input, header nav > ul > li label {
  display: none;
}

header nav > ul > li a, header nav > ul > li strong {
  display: block;
  font-weight: inherit;
  white-space: nowrap;
  transition: color .2s;
}

header nav > ul > li a.login, header nav > ul > li strong.login {
  display: flex;
  align-items: center;
}

header nav > ul > li a.login:before, header nav > ul > li strong.login:before {
  content: "";
  display: block;
  background: url("../img/sprite-icons.svg") no-repeat scroll;
  width: 28px;
  height: 28px;
  background-position: -28px -0px;
  background-size: auto 140px;
  margin-right: 6px;
}

header nav > ul > li a.register, header nav > ul > li strong.register {
  font-size: 0.8235294117647058rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: inherit !important;
  background: #f47d00;
  border-radius: 0.5em;
  padding: 10px 15px;
  transition: background .2s;
}

header nav > ul > li a.register:hover, header nav > ul > li strong.register:hover {
  background: #c16300;
  color: #ffffff;
}

header nav > ul > li a:hover, header nav > ul > li strong, header nav > ul > li a.trail {
  color: #f47d00;
}

header nav > ul > li.login {
  margin-left: 30px;
}

@media screen and (min-width: 1120px) {
  header nav > ul > li:hover ul, header nav > ul > li:focus ul {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0) translateX(-50%);
  }
  header nav > ul > li ul {
    display: block;
    position: absolute;
    z-index: 10;
    left: calc(50% + 15px);
    transform: translateY(10px) translateX(-50%);
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s, transform .2s;
    padding-top: 30px;
  }
  header nav > ul > li ul:before {
    content: "";
    display: block;
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: calc(100% - 30px);
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.8);
    pointer-events: none;
    border-radius: 0 0 8px 8px;
  }
  header nav > ul > li ul li {
    color: #181b3a;
    background: #ffffff;
  }
  header nav > ul > li ul li a, header nav > ul > li ul li strong {
    display: block;
    padding: 4px 15px;
  }
  header nav > ul > li ul li strong, header nav > ul > li ul li a:hover {
    background: #f47d00;
    color: #ffffff;
  }
  header nav > ul > li ul li:first-child {
    padding-top: 15px;
  }
  header nav > ul > li ul li:last-child {
    padding-bottom: 15px;
    border-radius: 0 0 8px 8px;
  }
  header nav > ul > li ul li:nth-child(1) {
    position: relative;
  }
  header nav > ul > li ul li:nth-child(1):after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 20px;
    margin-left: -20px;
  }
}

@media screen and (max-width: 1120px) {
  header nav.mod_navigation {
    position: fixed;
    left: 0;
    top: 0;
    transform: translateX(-100%);
    width: 250px;
    height: 100dvh;
    overflow: auto;
    background: #090a16;
    box-shadow: inset -7px 0 12px -7px rgba(0, 0, 0, 0.4);
    scrollbar-width: none;
    -ms-overflow-style: none;
    border-top: 5px solid rgba(255, 255, 255, 0.1);
  }
  header nav.mod_navigation::-webkit-scrollbar {
    display: none;
  }
  header nav.mod_navigation > ul {
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 10px;
  }
  header nav.mod_navigation > ul > li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  not supported by any browser */
  }
  header nav.mod_navigation > ul > li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  header nav.mod_navigation > ul > li.login {
    margin-top: auto;
  }
  header nav.mod_navigation > ul > li.register a {
    padding: 15px;
  }
  header nav.mod_navigation > ul > li.submenu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  header nav.mod_navigation > ul > li.submenu > a, header nav.mod_navigation > ul > li.submenu > strong {
    width: calc(100% - 30px);
  }
  header nav.mod_navigation > ul > li.submenu > label {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    cursor: pointer;
    transform: rotate(180deg);
    transition: transform .4s;
  }
  header nav.mod_navigation > ul > li.submenu > label:before {
    content: "";
    background: url("../img/sprite-icons.svg") no-repeat scroll;
    width: 20px;
    height: 20px;
    background-position: -40px -60px;
    background-size: auto 100px;
  }
  header nav.mod_navigation > ul > li.submenu > input:checked ~ label {
    transform: rotate(270deg);
  }
  header nav.mod_navigation > ul > li.submenu > input:checked ~ ul {
    display: block;
  }
  header nav.mod_navigation > ul > li ul {
    display: none;
    width: 100%;
    flex-shrink: 0;
    padding-top: 10px;
    margin-bottom: -10px;
    font-size: 0.85rem;
  }
  header nav.mod_navigation > ul > li ul > li {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    color: #8c9698;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  not supported by any browser */
  }
  header nav.mod_navigation > ul > li ul > li > a, header nav.mod_navigation > ul > li ul > li > strong {
    padding: 10px 0;
    padding-left: 20px;
  }
  header nav.mod_customnav {
    display: block;
  }
  header .menu-toggle {
    position: relative;
    z-index: 110;
    display: block !important;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin-left: 30px;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  not supported by any browser */
  }
  header .menu-toggle > span {
    display: block;
    width: 40px;
    height: 2px;
    background: #ffffff;
    transition: all .3s;
  }
  header .menu-toggle > span:nth-child(1) {
    margin-top: 9px;
  }
  header .menu-toggle > span + span {
    margin-top: 9px;
  }
}

@media screen and (max-width: 730px) {
  header nav.mod_customnav li:nth-last-child(n+2) {
    display: none;
  }
}

@media screen and (max-width: 530px) {
  header nav.mod_customnav {
    display: none;
  }
}

@supports (position: sticky) {
  body:not(.nojs) header {
    background: transparent;
  }
}

footer {
  background: #11142b;
  font-size: 0.764rem;
  color: #ffffff;
}

footer > div {
  padding: 0 30px;
}

footer > div > .inside {
  margin: 0 auto;
}

footer > .upper {
  padding-top: 45px;
  padding-bottom: 22.5px;
  text-align: center;
}

footer > .upper > .inside {
  max-width: 520px;
}

footer > .lower {
  background: rgba(0, 0, 0, 0.3);
  padding-top: 13.5px;
  padding-bottom: 13.5px;
}

footer > .lower > .inside {
  max-width: 1145px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 530px) {
  footer > .lower > .inside {
    flex-direction: column;
    padding: 15px 0;
  }
  footer > .lower > .inside .copy {
    margin-top: 15px;
    order: 2;
    text-align: center;
  }
}

footer .logo > span {
  display: block;
  line-height: 1.3;
}

footer .logo > span:nth-child(1) {
  font-size: 1.058rem;
  font-weight: 700;
}

footer .logo > span:nth-child(1) em {
  color: #f47d00;
  font-style: normal;
}

footer .logo > span:nth-child(2) {
  font-size: 0.705rem;
}

footer .description {
  margin: 15px 0;
}

footer .social > a {
  display: none;
}

footer .social ul {
  text-align: inherit;
}

footer .social ul li {
  display: inline-block;
}

footer .social ul li a {
  display: inline-block;
  cursor: pointer;
  margin: 0 4px;
  transition: opacity .2s;
}

footer .social ul li a[href*="facebook.com"] {
  background: url("../img/sprite-icons.svg") no-repeat scroll;
  width: 30px;
  height: 30px;
  background-position: 0px -0px;
  background-size: auto 150px;
}

footer .social ul li a[href*="twitter.com"] {
  background: url("../img/sprite-icons.svg") no-repeat scroll;
  width: 30px;
  height: 30px;
  background-position: 0px -30px;
  background-size: auto 150px;
}

footer .social ul li a[href*="instagram.com"] {
  background: url("../img/sprite-icons.svg") no-repeat scroll;
  width: 30px;
  height: 30px;
  background-position: 0px -60px;
  background-size: auto 150px;
}

footer .social ul li a[href*="youtube.com"] {
  background: url("../img/sprite-icons.svg") no-repeat scroll;
  width: 30px;
  height: 30px;
  background-position: 0px -90px;
  background-size: auto 150px;
}

footer .social ul li a span {
  display: none;
}

footer .social ul li a:hover {
  opacity: 0.5;
}

footer .copy em {
  color: #f47d00;
  font-weight: 600;
  font-style: normal;
}

footer nav.mod_customnav ul {
  display: flex;
}

footer nav.mod_customnav ul li {
  margin: 0 15px;
  text-transform: uppercase;
}

footer nav.mod_customnav ul li:last-child {
  margin-right: 0;
}

footer nav.mod_customnav ul li a {
  transition: color .2s;
}

footer nav.mod_customnav ul li a:hover {
  color: #f47d00;
}

#container {
  display: flex;
  justify-content: space-between;
}

#container main {
  order: 1;
  width: 100%;
}

#container aside {
  order: 2;
  margin-left: 30px;
}

#container aside .mod_article {
  width: 290px;
}

#container.two-col {
  max-width: 1205px;
  margin: 0 auto;
}

#container.two-col main {
  padding-left: 90px;
  padding-top: 15px;
}

@media screen and (max-width: 1100px) {
  #container.two-col main {
    padding-left: 0;
  }
}

@media screen and (max-width: 900px) {
  #container.two-col {
    flex-direction: column;
  }
  #container.two-col aside .mod_article:first-child {
    padding-top: 0;
    width: 100%;
  }
}

body .mod_article {
  padding: 90px 30px;
  padding-bottom: 45px;
}

body .mod_article.background-gray {
  background: #f5f5f5;
}

body .mod_article.background-purple {
  background: #12162f;
  color: #ffffff;
}

body .mod_article.background-purple h1, body .mod_article.background-purple h2, body .mod_article.background-purple h3 {
  color: inherit;
}

body .mod_article.background-orange {
  background: #f47d00;
  color: #ffffff;
}

body .mod_article.background-orange h1, body .mod_article.background-orange h2, body .mod_article.background-orange h3 {
  color: inherit;
}

body .mod_article > .inside {
  max-width: 1145px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

body .mod_article > .inside > .block {
  width: 100%;
  text-align: center;
  margin-bottom: 45px;
}

body .ce_text > *:not(:last-child),
body .ce_text_cms_cta > *:not(:last-child),
body .ce_text_cms_cta > .content > *:not(:last-child),
body .ce_text > .content > *:not(:last-child) {
  margin-bottom: 15px;
}

body .ce_text_cms_cta.content,
body .ce_text.content {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

body .ce_text_cms_cta.content > *,
body .ce_text.content > * {
  width: calc(50% - 30px);
  margin-bottom: 0;
}

body .ce_text_cms_cta.content figure.float_right,
body .ce_text.content figure.float_right {
  order: 2;
}

body .ce_text_cms_cta.content .content,
body .ce_text.content .content {
  text-align: left;
}

body h1, body h2 {
  color: #12162f;
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 1.4;
}

body h1 + h3, body h2 + h3 {
  margin-top: -7.5px;
}

@media screen and (max-width: 430px) {
  body h1, body h2 {
    font-size: 1.9375rem;
  }
}

body h3, body h4 {
  color: #12162f;
  font-size: 1.25rem;
}

body figure figcaption {
  font-size: 0.75rem;
  color: #f47d00;
  font-style: italic;
  margin-top: 10px;
}

body .ce_text_cms_cta a,
body .ce_text a {
  text-decoration: underline;
}

body .ce_text_cms_cta a:hover,
body .ce_text a:hover {
  color: #f47d00;
}

@media screen and (max-width: 770px) {
  body .ce_text_cms_cta:not(.keep-breaks) br,
body .ce_text:not(.keep-breaks) br {
    display: none;
  }
  body .ce_text_cms_cta a,
body .ce_text a {
    word-wrap: break-word;
  }
}

body .mod_article.hero {
  padding-top: 90px;
  padding-bottom: 30px;
  background: #181b3a;
  color: #ffffff;
  overflow: hidden;
  position: relative;
}

body .mod_article.hero > .inside .block {
  margin-bottom: 0;
}

body .mod_article.hero .social-shares {
  position: relative;
  z-index: 10;
}

body .mod_article.hero .social-shares:before {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background: #ffffff;
  margin: 0 auto;
}

body .mod_article.hero .social-shares h3 {
  color: inherit;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 15px 0;
  margin-top: 30px;
}

body .mod_article.hero .social-shares a {
  display: inline-block;
  cursor: pointer;
  margin: 0 4px;
  transition: opacity .2s;
}

body .mod_article.hero .social-shares a:hover {
  opacity: 0.5;
}

body .mod_article.hero .social-shares a[href*="facebook.com"] {
  background: url("../img/sprite-icons.svg") no-repeat scroll;
  width: 40px;
  height: 40px;
  background-position: 0px -0px;
  background-size: auto 200px;
}

body .mod_article.hero .social-shares a[href*="twitter.com"] {
  background: url("../img/sprite-icons.svg") no-repeat scroll;
  width: 40px;
  height: 40px;
  background-position: 0px -40px;
  background-size: auto 200px;
}

body .mod_article.hero .social-shares a[href*="instagram.com"] {
  background: url("../img/sprite-icons.svg") no-repeat scroll;
  width: 40px;
  height: 40px;
  background-position: 0px -80px;
  background-size: auto 200px;
}

body .mod_article.hero .social-shares a[href*="youtube.com"] {
  background: url("../img/sprite-icons.svg") no-repeat scroll;
  width: 40px;
  height: 40px;
  background-position: 0px -120px;
  background-size: auto 200px;
}

body .mod_article.hero .social-shares ~ * {
  display: none;
}

body .mod_article.hero .ce_text,
body .mod_article.hero .ce_text_cms_cta {
  position: relative;
  z-index: 10;
  font-size: 0.8125rem;
  line-height: 1.8;
  padding: 30px 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

body .mod_article.hero .ce_text h1,
body .mod_article.hero .ce_text_cms_cta h1 {
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 1.4;
  color: inherit;
}

@media screen and (max-width: 450px) {
  body .mod_article.hero .ce_text h1,
body .mod_article.hero .ce_text_cms_cta h1 {
    font-size: 9.3333333333vw;
    hyphens: auto;
  }
}

body .mod_article.hero .ce_text h2,
body .mod_article.hero .ce_text_cms_cta h2 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #f47d00;
  line-height: 1.2;
  margin: 10px auto;
}

body .mod_article.hero .ce_text h2:last-child,
body .mod_article.hero .ce_text_cms_cta h2:last-child {
  margin-top: 22.5px;
}

body .mod_article.hero .ce_text a,
body .mod_article.hero .ce_text_cms_cta a {
  display: inline-block;
  color: #ffffff;
  background: #f47d00;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  padding: 12.5px 30px;
  border: 2px solid transparent;
  border-radius: 0.4em;
  transition: all .2s;
}

body .mod_article.hero .ce_text a:hover,
body .mod_article.hero .ce_text_cms_cta a:hover {
  background: #c16300;
}

body .mod_article.hero .ce_text a + a,
body .mod_article.hero .ce_text_cms_cta a + a {
  margin-left: 10px;
  display: inline-block;
  color: #ffffff;
  background: #2ab5ca;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  padding: 12.5px 30px;
  border: 2px solid transparent;
  border-radius: 0.4em;
  transition: all .2s;
}

body .mod_article.hero .ce_text a + a:hover,
body .mod_article.hero .ce_text_cms_cta a + a:hover {
  background: #218fa0;
}

body .mod_article.hero .ce_text.news h2,
body .mod_article.hero .ce_text_cms_cta.news h2 {
  max-width: 875px;
}

body .mod_article.hero .ce_image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  filter: grayscale(100%);
  mix-blend-mode: multiply;
  opacity: 0.5;
  line-height: 0;
}

body .mod_article.hero .ce_image figure {
  width: 100%;
  height: 100%;
}

body .mod_article.hero .ce_image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body .mod_article.hero.home {
  position: relative;
  height: 740px;
  background: #171a37;
  background: linear-gradient(150deg, #171a37 0%, #101329 48%);
}

body .mod_article.hero.home > .inside {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

body .mod_article.hero.home .ce_text,
body .mod_article.hero.home .ce_text_cms_cta {
  text-align: left;
  max-width: 640px;
  padding-top: 0;
  margin: 0;
  animation: home-hero-text 1.5s ease-out forwards;
}

@keyframes home-hero-text {
  0% {
    transform: translateY(20%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@media screen and (max-width: 670px) {
  body .mod_article.hero.home .ce_text br,
body .mod_article.hero.home .ce_text_cms_cta br {
    display: none;
  }
}

@media screen and (max-width: 510px) {
  body .mod_article.hero.home .ce_text a,
body .mod_article.hero.home .ce_text_cms_cta a {
    width: 100%;
  }
  body .mod_article.hero.home .ce_text a + a,
body .mod_article.hero.home .ce_text_cms_cta a + a {
    margin-left: 0;
    margin-top: 15px;
  }
}

body .mod_article.hero.home .ce_image {
  filter: none;
  mix-blend-mode: unset;
  opacity: 1;
  margin-top: 0px;
}

body .mod_article.hero.home .ce_image svg #astronaut {
  transform-origin: 618px 500px;
  animation: astronaut 20s ease-out alternate infinite;
}

@keyframes astronaut {
  0% {
    transform: translateX(0px) translateY(0px);
  }
  50% {
    transform: translateX(40px) translateY(50px);
  }
  100% {
    transform: translateX(-30px) translateY(100px);
  }
}

body .mod_article.hero.home .ce_image svg #satellite {
  transform-origin: 1315px 101px;
  animation: satellite 10s ease-out alternate infinite;
}

@keyframes satellite {
  from {
    transform: rotate(-30deg) translateX(2px) translateY(6px);
  }
  to {
    transform: rotate(0deg);
  }
}

@keyframes satellite-stripe {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

body .mod_article.hero.home .ce_image svg #satellite #stripe1 {
  opacity: 0;
  animation: satellite-stripe 1s steps(3, start) alternate infinite;
  animation-delay: 0.2s;
}

body .mod_article.hero.home .ce_image svg #satellite #stripe2 {
  opacity: 0;
  animation: satellite-stripe 1s steps(3, start) alternate infinite;
  animation-delay: 0.4s;
}

body .mod_article.hero.home .ce_image svg #satellite #stripe3 {
  opacity: 0;
  animation: satellite-stripe 1s steps(3, start) alternate infinite;
  animation-delay: 0.6s;
}

body .mod_article.hero.home .ce_image svg #stars #s1 {
  animation: star-1-anim 6s ease-out alternate infinite;
}

@keyframes star-1-anim {
  from {
    transform: translateX(3px) translateY(1px);
  }
  to {
    transform: translateX(0) translateY(0);
  }
}

body .mod_article.hero.home .ce_image svg #stars #s2 {
  animation: star-2-anim 6s ease-out alternate infinite;
}

@keyframes star-2-anim {
  from {
    transform: translateX(2px) translateY(14px);
  }
  to {
    transform: translateX(0) translateY(0);
  }
}

body .mod_article.hero.home .ce_image svg #stars #s3 {
  animation: star-3-anim 6s ease-out alternate infinite;
}

@keyframes star-3-anim {
  from {
    transform: translateX(1px) translateY(5px);
  }
  to {
    transform: translateX(0) translateY(0);
  }
}

body .mod_article.hero.home .ce_image svg #stars #s4 {
  animation: star-4-anim 6s ease-out alternate infinite;
}

@keyframes star-4-anim {
  from {
    transform: translateX(6px) translateY(17px);
  }
  to {
    transform: translateX(0) translateY(0);
  }
}

body .mod_article.hero.home .ce_image svg #stars #s5 {
  animation: star-5-anim 6s ease-out alternate infinite;
}

@keyframes star-5-anim {
  from {
    transform: translateX(6px) translateY(13px);
  }
  to {
    transform: translateX(0) translateY(0);
  }
}

body .mod_article.hero.home .ce_image svg #stars #s6 {
  animation: star-6-anim 6s ease-out alternate infinite;
}

@keyframes star-6-anim {
  from {
    transform: translateX(9px) translateY(5px);
  }
  to {
    transform: translateX(0) translateY(0);
  }
}

body .mod_article.hero.home .ce_image svg #stars #s7 {
  animation: star-7-anim 6s ease-out alternate infinite;
}

@keyframes star-7-anim {
  from {
    transform: translateX(10px) translateY(5px);
  }
  to {
    transform: translateX(0) translateY(0);
  }
}

body .mod_article.hero.home .ce_image svg #stars #s8 {
  animation: star-8-anim 6s ease-out alternate infinite;
}

@keyframes star-8-anim {
  from {
    transform: translateX(8px) translateY(17px);
  }
  to {
    transform: translateX(0) translateY(0);
  }
}

body .mod_article.hero.home .ce_image svg #stars #s9 {
  animation: star-9-anim 6s ease-out alternate infinite;
}

@keyframes star-9-anim {
  from {
    transform: translateX(9px) translateY(13px);
  }
  to {
    transform: translateX(0) translateY(0);
  }
}

body .mod_article.hero.home .ce_image svg #stars #s10 {
  animation: star-10-anim 6s ease-out alternate infinite;
}

@keyframes star-10-anim {
  from {
    transform: translateX(2px) translateY(2px);
  }
  to {
    transform: translateX(0) translateY(0);
  }
}

body .mod_article.hero.home .ce_image svg #stars #s11 {
  animation: star-11-anim 6s ease-out alternate infinite;
}

@keyframes star-11-anim {
  from {
    transform: translateX(5px) translateY(16px);
  }
  to {
    transform: translateX(0) translateY(0);
  }
}

body .mod_article.hero.home .ce_image svg #stars #s12 {
  animation: star-12-anim 6s ease-out alternate infinite;
}

@keyframes star-12-anim {
  from {
    transform: translateX(9px) translateY(17px);
  }
  to {
    transform: translateX(0) translateY(0);
  }
}

body .mod_article.hero.home .ce_image svg #stars #s13 {
  animation: star-13-anim 6s ease-out alternate infinite;
}

@keyframes star-13-anim {
  from {
    transform: translateX(10px) translateY(16px);
  }
  to {
    transform: translateX(0) translateY(0);
  }
}

body .mod_article.hero.home .ce_image svg #stars #s14 {
  animation: star-14-anim 6s ease-out alternate infinite;
}

@keyframes star-14-anim {
  from {
    transform: translateX(3px) translateY(6px);
  }
  to {
    transform: translateX(0) translateY(0);
  }
}

body .mod_article.hero.home .ce_image svg #stars #s15 {
  animation: star-15-anim 6s ease-out alternate infinite;
}

@keyframes star-15-anim {
  from {
    transform: translateX(3px) translateY(6px);
  }
  to {
    transform: translateX(0) translateY(0);
  }
}

body .mod_article.hero.home .ce_image svg #stars #s16 {
  animation: star-16-anim 6s ease-out alternate infinite;
}

@keyframes star-16-anim {
  from {
    transform: translateX(8px) translateY(7px);
  }
  to {
    transform: translateX(0) translateY(0);
  }
}

body .mod_article.hero.home .ce_image svg #stars #s17 {
  animation: star-17-anim 6s ease-out alternate infinite;
}

@keyframes star-17-anim {
  from {
    transform: translateX(8px) translateY(15px);
  }
  to {
    transform: translateX(0) translateY(0);
  }
}

body .mod_article.hero.home .ce_image svg #stars #s18 {
  animation: star-18-anim 6s ease-out alternate infinite;
}

@keyframes star-18-anim {
  from {
    transform: translateX(10px) translateY(12px);
  }
  to {
    transform: translateX(0) translateY(0);
  }
}

body .mod_article.hero.home .ce_image svg #stars #s19 {
  animation: star-19-anim 6s ease-out alternate infinite;
}

@keyframes star-19-anim {
  from {
    transform: translateX(6px) translateY(16px);
  }
  to {
    transform: translateX(0) translateY(0);
  }
}

body .mod_article.hero.home .ce_image svg #stars #s20 {
  animation: star-20-anim 6s ease-out alternate infinite;
}

@keyframes star-20-anim {
  from {
    transform: translateX(8px) translateY(3px);
  }
  to {
    transform: translateX(0) translateY(0);
  }
}

body .mod_article.hero.home .ce_image svg #stars #s21 {
  animation: star-21-anim 6s ease-out alternate infinite;
}

@keyframes star-21-anim {
  from {
    transform: translateX(6px) translateY(9px);
  }
  to {
    transform: translateX(0) translateY(0);
  }
}

body .mod_article.hero.home .ce_image svg #stars #s22 {
  animation: star-22-anim 6s ease-out alternate infinite;
}

@keyframes star-22-anim {
  from {
    transform: translateX(5px) translateY(2px);
  }
  to {
    transform: translateX(0) translateY(0);
  }
}

body .mod_article.hero.home .ce_image svg #stars #s23 {
  animation: star-23-anim 6s ease-out alternate infinite;
}

@keyframes star-23-anim {
  from {
    transform: translateX(10px) translateY(3px);
  }
  to {
    transform: translateX(0) translateY(0);
  }
}

body .mod_article.hero.home .ce_image svg #stars #s24 {
  animation: star-24-anim 6s ease-out alternate infinite;
}

@keyframes star-24-anim {
  from {
    transform: translateX(8px) translateY(9px);
  }
  to {
    transform: translateX(0) translateY(0);
  }
}

body .mod_article.hero.home .ce_image svg #stars #s25 {
  animation: star-25-anim 6s ease-out alternate infinite;
}

@keyframes star-25-anim {
  from {
    transform: translateX(10px) translateY(2px);
  }
  to {
    transform: translateX(0) translateY(0);
  }
}

body .mod_article.hero.home .ce_image svg #stars #s26 {
  animation: star-26-anim 6s ease-out alternate infinite;
}

@keyframes star-26-anim {
  from {
    transform: translateX(1px) translateY(17px);
  }
  to {
    transform: translateX(0) translateY(0);
  }
}

body .mod_article.hero.home .ce_image svg #stars #s27 {
  animation: star-27-anim 6s ease-out alternate infinite;
}

@keyframes star-27-anim {
  from {
    transform: translateX(7px) translateY(18px);
  }
  to {
    transform: translateX(0) translateY(0);
  }
}

body .mod_article.hero.home .ce_image svg #clouds #c1 {
  animation-delay: 0.4s;
  animation: cloud-1-anim 5s ease-out alternate infinite;
}

@keyframes cloud-1-anim {
  from {
    transform: translateX(22px) translateY(3px);
  }
  to {
    transform: translateX(0) translateY(0);
  }
}

body .mod_article.hero.home .ce_image svg #clouds #c2 {
  animation-delay: 0.3s;
  animation: cloud-2-anim 5s ease-out alternate infinite;
}

@keyframes cloud-2-anim {
  from {
    transform: translateX(10px) translateY(7px);
  }
  to {
    transform: translateX(0) translateY(0);
  }
}

body .mod_article.hero.home .ce_image svg #clouds #c3 {
  animation-delay: 0.1s;
  animation: cloud-3-anim 5s ease-out alternate infinite;
}

@keyframes cloud-3-anim {
  from {
    transform: translateX(21px) translateY(1px);
  }
  to {
    transform: translateX(0) translateY(0);
  }
}

@media screen and (max-width: 1440px) {
  body .mod_article.hero.home .ce_image {
    right: 0;
    left: auto;
  }
  body .mod_article.hero.home .ce_image svg {
    position: absolute;
    right: 0%;
    top: 0;
  }
  body .mod_article.hero.home .ce_image svg #astronaut, body .mod_article.hero.home .ce_image svg #stars {
    transition: opacity 1s;
  }
}

@media screen and (max-width: 1440px) and (max-width: 1000px) {
  body .mod_article.hero.home .ce_image svg {
    right: -20%;
  }
  body .mod_article.hero.home .ce_image svg #astronaut {
    opacity: 0;
  }
  body .mod_article.hero.home .ce_image svg #stars {
    opacity: 0.5;
  }
}

body .mod_article.hero.packages-hero .ce_text {
  margin-top: 60px;
  margin-bottom: 66px;
}

body .mod_article.hero.packages-hero .ce_text h1 {
  margin: 0;
}

body .mod_article.hero.packages-hero .ce_text h2 {
  margin-top: 0;
}

body .mod_article.solutions > .inside {
  align-items: stretch;
}

body .mod_article.solutions .ce_text:nth-child(n+2) {
  background: #ffffff;
  max-width: calc(33.3333333333% - 20px);
  padding: 58.5px 51px;
  box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.15);
  font-size: 1.125rem;
}

body .mod_article.solutions .ce_text:nth-child(n+2) h3 {
  font-size: 1.375rem;
  font-weight: 700;
}

body .mod_article.solutions .ce_text:nth-child(n+2):before {
  content: "";
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}

body .mod_article.solutions .ce_text:nth-child(n+2):nth-child(2):before {
  background: url("../img/sprite-icons.svg") no-repeat scroll;
  width: 100px;
  height: 100px;
  background-position: -200px -0px;
  background-size: auto 500px;
}

body .mod_article.solutions .ce_text:nth-child(n+2):nth-child(3):before {
  background: url("../img/sprite-icons.svg") no-repeat scroll;
  width: 100px;
  height: 100px;
  background-position: -200px -100px;
  background-size: auto 500px;
}

body .mod_article.solutions .ce_text:nth-child(n+2):nth-child(4):before {
  background: url("../img/sprite-icons.svg") no-repeat scroll;
  width: 100px;
  height: 100px;
  background-position: -200px -200px;
  background-size: auto 500px;
}

body .mod_article.solutions .ce_text:nth-child(n+2)[data-animation] {
  transform: translateY(30px);
  opacity: 0;
  transition: transform 1s, opacity 1s;
  transition-delay: .5s;
}

@media screen and (min-width: 600px) {
  body .mod_article.solutions .ce_text:nth-child(n+2)[data-animation]:nth-child(2) {
    transition-delay: .5s;
  }
  body .mod_article.solutions .ce_text:nth-child(n+2)[data-animation]:nth-child(3) {
    transition-delay: 1.0s;
  }
  body .mod_article.solutions .ce_text:nth-child(n+2)[data-animation]:nth-child(4) {
    transition-delay: 1.5s;
  }
}

body .mod_article.solutions .ce_text:nth-child(n+2)[data-animation][data-animation="start"] {
  transform: translateY(0);
  opacity: 1;
}

@media screen and (max-width: 870px) {
  body .mod_article.solutions .ce_text:nth-child(n+2) {
    padding: 58.5px 30px;
  }
}

@media screen and (max-width: 800px) {
  body .mod_article.solutions .ce_text:nth-child(n+2) {
    max-width: calc(50% - 20px);
  }
  body .mod_article.solutions .ce_text:nth-child(n+2):nth-child(4) {
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  body .mod_article.solutions .ce_text:nth-child(n+2) {
    max-width: 100%;
  }
}

@media screen and (max-width: 500px) {
  body .mod_article.solutions .ce_text:nth-child(n+2) {
    padding: 30px;
  }
}

@media screen and (max-width: 400px) {
  body .mod_article.solutions .ce_text:nth-child(n+2) {
    padding: 30px 15px;
  }
}

body .mod_article.reasons {
  overflow: hidden;
}

body .mod_article.reasons .ce_text[class*="icon-"] {
  align-items: center;
}

body .mod_article.reasons .ce_text[class*="icon-"] figure {
  width: calc(55% - 30px);
}

body .mod_article.reasons .ce_text[class*="icon-"] figure.float_right + .content {
  margin-left: 42.5px;
  margin-right: 30px;
}

body .mod_article.reasons .ce_text[class*="icon-"] figure.float_left + .content {
  margin-right: 42.5px;
  margin-left: 30px;
}

body .mod_article.reasons .ce_text[class*="icon-"] figure.float_left + .content:before {
  left: initial;
  right: 0;
  transform: translateX(50%) translateY(-50%);
}

body .mod_article.reasons .ce_text[class*="icon-"] .content {
  position: relative;
  width: calc(45% - 60px);
  min-width: 410px;
  border: 2px solid #f0f0f0;
  padding: 45px;
  padding-bottom: 30px;
}

body .mod_article.reasons .ce_text[class*="icon-"] .content h2, body .mod_article.reasons .ce_text[class*="icon-"] .content h3 {
  font-size: 1.625rem;
  font-weight: 400;
  color: #404f54;
}

body .mod_article.reasons .ce_text[class*="icon-"] .content p:last-child a {
  display: inline-block;
  color: #ffffff;
  background: #f47d00;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  padding: 12.5px 30px;
  border: 2px solid transparent;
  border-radius: 0.4em;
  transition: all .2s;
}

body .mod_article.reasons .ce_text[class*="icon-"] .content p:last-child a:hover {
  background: #c16300;
}

body .mod_article.reasons .ce_text[class*="icon-"] .content:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  background-color: #ffffff !important;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
}

body .mod_article.reasons .ce_text[class*="icon-"].icon-content > .content:before {
  background: url("../img/sprite-icons.svg") no-repeat scroll;
  width: 85px;
  height: 85px;
  background-position: -255px -0px;
  background-size: auto 425px;
}

body .mod_article.reasons .ce_text[class*="icon-"].icon-conversion > .content:before {
  background: url("../img/sprite-icons.svg") no-repeat scroll;
  width: 85px;
  height: 85px;
  background-position: -255px -85px;
  background-size: auto 425px;
}

body .mod_article.reasons .ce_text[class*="icon-"].icon-text > .content:before {
  background: url("../img/sprite-icons.svg") no-repeat scroll;
  width: 85px;
  height: 85px;
  background-position: -255px -170px;
  background-size: auto 425px;
}

@media screen and (max-width: 850px) {
  body .mod_article.reasons .ce_text[class*="icon-"] .content {
    padding: 30px;
  }
  body .mod_article.reasons .ce_text[class*="icon-"].icon-content > .content:before {
    background: url("../img/sprite-icons.svg") no-repeat scroll;
    width: 50px;
    height: 50px;
    background-position: -150px -0px;
    background-size: auto 250px;
  }
  body .mod_article.reasons .ce_text[class*="icon-"].icon-conversion > .content:before {
    background: url("../img/sprite-icons.svg") no-repeat scroll;
    width: 50px;
    height: 50px;
    background-position: -150px -50px;
    background-size: auto 250px;
  }
  body .mod_article.reasons .ce_text[class*="icon-"].icon-text > .content:before {
    background: url("../img/sprite-icons.svg") no-repeat scroll;
    width: 50px;
    height: 50px;
    background-position: -150px -100px;
    background-size: auto 250px;
  }
}

@media screen and (max-width: 750px) {
  body .mod_article.reasons .ce_text[class*="icon-"] {
    flex-direction: column;
  }
  body .mod_article.reasons .ce_text[class*="icon-"] figure {
    order: 1 !important;
    width: 100%;
    max-width: 500px;
    margin-bottom: 45px;
  }
  body .mod_article.reasons .ce_text[class*="icon-"] figure + .content {
    order: 2 !important;
    min-width: auto;
    width: 100%;
    max-width: 500px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 500px) {
  body .mod_article.reasons .ce_text[class*="icon-"] .content {
    padding: 30px 15px;
    padding-bottom: 15px;
  }
  body .mod_article.reasons .ce_text[class*="icon-"] .content br {
    display: none;
  }
  body .mod_article.reasons .ce_text[class*="icon-"] .content:before {
    left: initial;
    right: 0;
    transform: translateX(40%) translateY(-40%) !important;
  }
}

body .mod_article.reasons .ce_text[class*="icon-"][data-animation] figure.float_left {
  transform: translateX(-60px);
}

body .mod_article.reasons .ce_text[class*="icon-"][data-animation] figure.float_left + .content {
  transform: translateX(60px);
}

body .mod_article.reasons .ce_text[class*="icon-"][data-animation] figure.float_right {
  transform: translateX(60px);
}

body .mod_article.reasons .ce_text[class*="icon-"][data-animation] figure.float_right + .content {
  transform: translateX(-60px);
}

body .mod_article.reasons .ce_text[class*="icon-"][data-animation] figure, body .mod_article.reasons .ce_text[class*="icon-"][data-animation] .content {
  opacity: 0;
  transition: transform 1s, opacity 1s;
  transition-delay: .5s;
}

body .mod_article.reasons .ce_text[class*="icon-"][data-animation][data-animation="start"] figure, body .mod_article.reasons .ce_text[class*="icon-"][data-animation][data-animation="start"] .content {
  transform: translateX(0) !important;
  opacity: 1;
}

body .mod_article.visibility .ce_text {
  margin-bottom: 0;
  font-size: 20px;
}

body .mod_article.visibility .ce_text > * {
  margin-bottom: 45px;
}

body .mod_article.visibility .ce_text > *:last-child a {
  display: inline-block;
  color: #ffffff;
  background: #f47d00;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  padding: 12.5px 30px;
  border: 2px solid transparent;
  border-radius: 0.4em;
  transition: all .2s;
}

body .mod_article.visibility .ce_text > *:last-child a:hover {
  background: #c16300;
}

body .mod_article.visibility .ce_text > *:last-child a + a {
  display: inline-block;
  color: #ffffff;
  background: #2ab5ca;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  padding: 12.5px 30px;
  border: 2px solid transparent;
  border-radius: 0.4em;
  transition: all .2s;
  margin-left: 10px;
}

body .mod_article.visibility .ce_text > *:last-child a + a:hover {
  background: #218fa0;
}

@media screen and (max-width: 560px) {
  body .mod_article.visibility .ce_text > *:last-child a {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }
  body .mod_article.visibility .ce_text > *:last-child a + a {
    margin-left: 0;
  }
}

@media screen and (max-width: 400px) {
  body .mod_article.visibility .ce_text h2 {
    font-size: 7.5vw;
  }
}

body .mod_article.backend .feature_map {
  position: relative;
  margin-bottom: 105px;
}

body .mod_article.backend .feature_map figure {
  max-width: 500px;
  margin: 0 auto;
}

body .mod_article.backend .feature_map .explanation {
  position: absolute;
  display: block;
}

body .mod_article.backend .feature_map .explanation div:nth-child(1) {
  position: absolute;
  top: -20px;
  right: -238px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #f47d00;
  border-radius: 50%;
  background: rgba(244, 125, 0, 0.5);
}

body .mod_article.backend .feature_map .explanation div:nth-child(1):before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: -160px;
  width: 160px;
  height: 1px;
  background: #f47d00;
}

body .mod_article.backend .feature_map .explanation div:nth-child(2) {
  position: absolute;
  top: 20px;
  right: -90px;
  display: inline-block;
  width: 2.501em;
  height: 2.501em;
  border-radius: 50%;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.501em;
  color: #ffffff;
  background: #f47d00;
}

body .mod_article.backend .feature_map .explanation div:nth-child(2):before {
  content: "";
  display: block;
  position: absolute;
  top: -30px;
  left: calc(50%);
  width: 1px;
  height: 30px;
  background: #f47d00;
}

body .mod_article.backend .feature_map .explanation div:nth-child(3) {
  display: block;
  width: 200px;
  text-align: right;
}

body .mod_article.backend .feature_map .explanation div:nth-child(3) h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 7.5px;
  color: #404f54;
}

body .mod_article.backend .feature_map .explanation div:nth-child(3) p {
  font-size: 0.9375rem;
  line-height: 1.8;
}

body .mod_article.backend .feature_map .explanation:nth-of-type(n+3) div:nth-child(1) {
  right: initial;
  left: -238px;
}

body .mod_article.backend .feature_map .explanation:nth-of-type(n+3) div:nth-child(1):before {
  left: initial;
  right: -160px;
}

body .mod_article.backend .feature_map .explanation:nth-of-type(n+3) div:nth-child(2) {
  right: initial;
  left: -90px;
}

body .mod_article.backend .feature_map .explanation:nth-of-type(n+3) div:nth-child(3) {
  text-align: left;
}

body .mod_article.backend .feature_map .explanation:nth-of-type(1) {
  top: 20%;
  left: -6%;
}

body .mod_article.backend .feature_map .explanation:nth-of-type(2) {
  top: 70%;
  left: 0%;
}

body .mod_article.backend .feature_map .explanation:nth-of-type(3) {
  top: 21%;
  right: 2%;
}

body .mod_article.backend .feature_map .explanation:nth-of-type(3) div:nth-child(1) {
  left: -159px;
}

body .mod_article.backend .feature_map .explanation:nth-of-type(3) div:nth-child(1):before {
  left: 19px;
  width: 80px;
}

body .mod_article.backend .feature_map .explanation:nth-of-type(4) {
  top: 85%;
  right: -3%;
}

body .mod_article.backend .feature_map .explanation:nth-of-type(4) div:nth-child(1) {
  left: -250px;
  top: -50px;
}

body .mod_article.backend .feature_map .explanation:nth-of-type(4) div:nth-child(1):before {
  left: 19px;
  width: 171px;
}

body .mod_article.backend .feature_map .explanation:nth-of-type(4) div:nth-child(2):before {
  height: 60px;
  top: -60px;
}

@media screen and (min-width: 1240px) {
  body .mod_article.backend .feature_map .explanation[data-animation] {
    transform: translateY(60px);
    opacity: 0;
    transition: transform 1s, opacity 1s;
    transition-delay: .25s;
  }
  body .mod_article.backend .feature_map .explanation[data-animation]:nth-of-type(2) {
    transition-delay: 0.5s;
  }
  body .mod_article.backend .feature_map .explanation[data-animation]:nth-of-type(3) {
    transition-delay: 0.75s;
  }
  body .mod_article.backend .feature_map .explanation[data-animation]:nth-of-type(4) {
    transition-delay: 1s;
  }
  body .mod_article.backend .feature_map .explanation[data-animation][data-animation="start"] {
    transform: translateY(0);
    opacity: 1;
  }
}

@media screen and (max-width: 1240px) {
  body .mod_article.backend .feature_map .explanation {
    transform: scale(0.75);
    padding: 10px;
  }
  body .mod_article.backend .feature_map .explanation div:nth-child(1),
body .mod_article.backend .feature_map .explanation div:nth-child(2):before {
    display: none;
  }
  body .mod_article.backend .feature_map .explanation:nth-of-type(1) {
    transform-origin: 221% 0;
  }
  body .mod_article.backend .feature_map .explanation:nth-of-type(2) {
    transform-origin: 189% 0;
  }
  body .mod_article.backend .feature_map .explanation:nth-of-type(3) {
    transform-origin: -51% 0;
  }
  body .mod_article.backend .feature_map .explanation:nth-of-type(4) {
    transform-origin: -121% -90%;
  }
}

@media screen and (max-width: 1130px) {
  body .mod_article.backend .feature_map {
    display: flex;
    flex-direction: column;
  }
  body .mod_article.backend .feature_map figure {
    opacity: 1;
    margin-bottom: 45px;
  }
  body .mod_article.backend .feature_map .explanation {
    position: relative;
    top: initial !important;
    right: initial !important;
    left: initial !important;
    transform: none !important;
    display: flex;
    align-items: center;
  }
  body .mod_article.backend .feature_map .explanation div:nth-child(2) {
    position: relative;
    top: initial !important;
    right: initial !important;
    left: initial !important;
    margin-right: 15px;
  }
  body .mod_article.backend .feature_map .explanation div:nth-child(3) {
    text-align: left;
    width: auto;
  }
}

@media screen and (min-width: 560px) and (max-width: 1130px) {
  body .mod_article.backend .feature_map .explanation {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 560px) {
  body .mod_article.backend .feature_map {
    margin-bottom: 45px;
  }
  body .mod_article.backend .feature_map .explanation {
    padding-left: 0;
    padding-right: 0;
  }
  body .mod_article.backend .feature_map .explanation div:nth-child(2) {
    font-size: 1.1rem;
    flex-shrink: 0;
  }
  body .mod_article.backend .feature_map .explanation div:nth-child(3) h3 {
    margin-bottom: 0;
    font-size: 1rem;
  }
  body .mod_article.backend .feature_map .explanation div:nth-child(3) p {
    line-height: 1.2;
  }
}

body .mod_article.visitors-customers .ce_text:nth-child(n+2) {
  max-width: 25%;
  padding: 30px;
  font-size: 0.875rem;
}

body .mod_article.visitors-customers .ce_text:nth-child(n+2):nth-child(-n+5) {
  margin-bottom: 0;
}

body .mod_article.visitors-customers .ce_text:nth-child(n+2) h3 {
  font-weight: 700;
  color: #f47d00;
  font-size: 1rem;
}

body .mod_article.visitors-customers .ce_text:nth-child(n+2):before {
  content: "";
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}

body .mod_article.visitors-customers .ce_text:nth-child(n+2):nth-child(2):before {
  background: url("../img/sprite-icons.svg") no-repeat scroll;
  width: 50px;
  height: 50px;
  background-position: -550px -0px;
  background-size: auto 250px;
}

body .mod_article.visitors-customers .ce_text:nth-child(n+2):nth-child(3):before {
  background: url("../img/sprite-icons.svg") no-repeat scroll;
  width: 50px;
  height: 50px;
  background-position: -600px -0px;
  background-size: auto 250px;
}

body .mod_article.visitors-customers .ce_text:nth-child(n+2):nth-child(4):before {
  background: url("../img/sprite-icons.svg") no-repeat scroll;
  width: 50px;
  height: 50px;
  background-position: -650px -0px;
  background-size: auto 250px;
}

body .mod_article.visitors-customers .ce_text:nth-child(n+2):nth-child(5):before {
  background: url("../img/sprite-icons.svg") no-repeat scroll;
  width: 50px;
  height: 50px;
  background-position: -700px -0px;
  background-size: auto 250px;
}

body .mod_article.visitors-customers .ce_text:nth-child(n+2):nth-child(6):before {
  background: url("../img/sprite-icons.svg") no-repeat scroll;
  width: 50px;
  height: 50px;
  background-position: -550px -50px;
  background-size: auto 250px;
}

body .mod_article.visitors-customers .ce_text:nth-child(n+2):nth-child(7):before {
  background: url("../img/sprite-icons.svg") no-repeat scroll;
  width: 50px;
  height: 50px;
  background-position: -600px -50px;
  background-size: auto 250px;
}

body .mod_article.visitors-customers .ce_text:nth-child(n+2):nth-child(8):before {
  background: url("../img/sprite-icons.svg") no-repeat scroll;
  width: 50px;
  height: 50px;
  background-position: -650px -50px;
  background-size: auto 250px;
}

body .mod_article.visitors-customers .ce_text:nth-child(n+2):nth-child(9):before {
  background: url("../img/sprite-icons.svg") no-repeat scroll;
  width: 50px;
  height: 50px;
  background-position: -700px -50px;
  background-size: auto 250px;
}

body .mod_article.visitors-customers .ce_image {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 911px;
  margin-left: auto;
  margin-right: auto;
  background: url(../img/tablet.png) no-repeat scroll 0% 0%;
  background-size: contain;
}

body .mod_article.visitors-customers .ce_image:before {
  content: "";
  display: block;
  padding-bottom: 70.9110867179%;
}

body .mod_article.visitors-customers .ce_image figure {
  position: absolute;
  top: 6.9%;
  left: 9.6%;
  overflow: hidden;
  width: 100%;
  max-width: 82.6%;
}

body .mod_article.visitors-customers .ce_image figure:before {
  content: "";
  display: block;
  padding-bottom: 69.8287220026%;
}

body .mod_article.visitors-customers .ce_image figure img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 800px) {
  body .mod_article.visitors-customers > .inside {
    justify-content: center;
  }
  body .mod_article.visitors-customers .ce_text:nth-child(n+2) {
    max-width: 33.3333333333%;
    padding: 30px 15px;
  }
}

@media screen and (max-width: 540px) {
  body .mod_article.visitors-customers .ce_text:nth-child(n+2) {
    max-width: 50%;
  }
}

@media screen and (max-width: 400px) {
  body .mod_article.visitors-customers .ce_text:nth-child(n+2) {
    max-width: 100%;
    margin-bottom: 0;
    padding: 30px 0;
  }
}

body .mod_article.experience {
  position: relative;
}

body .mod_article.experience .ce_text .content {
  z-index: 10;
}

body .mod_article.experience .ce_text .content p:last-child {
  display: flex;
  margin-top: 30px;
  margin-left: -10px;
}

body .mod_article.experience .ce_text .content p:last-child a {
  margin: 10px;
  display: inline-block;
  color: #ffffff;
  background: #f47d00;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  padding: 12.5px 30px;
  border: 2px solid transparent;
  border-radius: 0.4em;
  transition: all .2s;
  background: #ffffff;
  color: #f47d00;
}

body .mod_article.experience .ce_text .content p:last-child a:hover {
  background: #c16300;
}

body .mod_article.experience .ce_text .content p:last-child a:hover {
  background: #181b3a;
  color: #ffffff;
}

body .mod_article.experience .ce_text .content p:last-child a + a {
  display: inline-block;
  color: #ffffff;
  background: #f47d00;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  padding: 12.5px 30px;
  border: 2px solid transparent;
  border-radius: 0.4em;
  transition: all .2s;
  background: #ffffff;
  color: #f47d00;
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

body .mod_article.experience .ce_text .content p:last-child a + a:hover {
  background: #c16300;
}

body .mod_article.experience .ce_text .content p:last-child a + a:hover {
  background: #181b3a;
  color: #ffffff;
}

body .mod_article.experience .ce_text .content p:last-child a + a:hover {
  background: #ffffff;
  color: #f47d00;
}

@media screen and (max-width: 430px) {
  body .mod_article.experience .ce_text .content p:last-child {
    flex-direction: column;
  }
}

@media screen and (max-width: 900px) {
  body .mod_article.experience .ce_text figure {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    opacity: 0.2;
    filter: blur(2px);
  }
  body .mod_article.experience .ce_text figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  body .mod_article.experience .ce_text .content {
    width: 100%;
  }
}

body .mod_article.slider .ce_text:nth-child(1) {
  margin-bottom: -15px;
}

body .mod_article.slider .ce_text:nth-child(3) {
  color: #f47d00;
}

body .mod_article.slider .ce_text:nth-child(3) p:last-child {
  margin-top: 30px;
}

body .mod_article.slider .ce_text:nth-child(3) p:last-child a {
  display: inline-block;
  color: #ffffff;
  background: #f47d00;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  padding: 12.5px 30px;
  border: 2px solid transparent;
  border-radius: 0.4em;
  transition: all .2s;
}

body .mod_article.slider .ce_text:nth-child(3) p:last-child a:hover {
  background: #c16300;
}

body .mod_article.slider .ce_gallery {
  margin-bottom: 0;
}

body .mod_article.slider .ce_gallery ul {
  display: flex;
  align-items: center;
}

body .mod_article.slider .ce_gallery ul li {
  padding-top: 90px;
  padding-bottom: 90px;
  transition: opacity .5s;
}

body .mod_article.slider .ce_gallery ul li[aria-hidden="true"] {
  opacity: 0;
}

body .mod_article.slider .ce_gallery ul li figure {
  transition: transform .4s, box-shadow .4s;
}

body .mod_article.slider .ce_gallery ul li[aria-hidden="true"] + .tns-slide-active + .tns-slide-active, body .mod_article.slider .ce_gallery ul li.tns-slide-active:nth-child(2), body .mod_article.slider .ce_gallery ul li:not(.tns-item):nth-child(2) {
  z-index: 10;
}

body .mod_article.slider .ce_gallery ul li[aria-hidden="true"] + .tns-slide-active + .tns-slide-active figure, body .mod_article.slider .ce_gallery ul li.tns-slide-active:nth-child(2) figure, body .mod_article.slider .ce_gallery ul li:not(.tns-item):nth-child(2) figure {
  transform: scale(1.35);
  box-shadow: 0 10px 20px black;
}

body .mod_article.slider .ce_gallery ul li:not(.tns-item):nth-child(n+4) {
  display: none;
}

body .mod_article.slider .ce_gallery .tns-outer {
  position: relative;
}

body .mod_article.slider .ce_gallery .tns-outer .tns-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  outline: none;
}

body .mod_article.slider .ce_gallery .tns-outer .tns-controls button {
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
}

body .mod_article.slider .ce_gallery .tns-outer .tns-controls button span {
  display: block;
  background: url("../img/sprite-icons.svg") no-repeat scroll;
  width: 32px;
  height: 32px;
  background-position: -32px -32px;
  background-size: auto 160px;
}

body .mod_article.slider .ce_gallery .tns-outer .tns-controls button[data-controls="next"] span {
  transform: rotate(180deg);
}

body .mod_article.slider .ce_gallery .tns-outer .tns-inner {
  margin: 0 60px !important;
  overflow: hidden;
}

@media screen and (max-width: 450px) {
  body .mod_article.slider .ce_gallery {
    margin-top: 45px;
    margin-bottom: 15px;
  }
  body .mod_article.slider .ce_gallery ul li {
    padding: 0;
  }
  body .mod_article.slider .ce_gallery .tns-outer .tns-inner {
    margin: 0 45px !important;
  }
}

body .mod_article.packages {
  background: #181b3a;
  background: linear-gradient(180deg, #181b3a 50%, whitesmoke 50%);
  padding-top: 0;
  padding-bottom: 0;
}

body .mod_article.packages > .inside .ce_package,
body .mod_article.packages > .inside .ce_text_cms_cta.package {
  max-width: calc(25% - 30px);
}

@media screen and (min-width: 860px) and (max-width: 1120px) {
  body .mod_article.packages > .inside .ce_package,
body .mod_article.packages > .inside .ce_text_cms_cta.package {
    max-width: calc(33.3333333333% - 15px);
  }
  body .mod_article.packages > .inside .ce_package:nth-child(4),
body .mod_article.packages > .inside .ce_text_cms_cta.package:nth-child(4) {
    max-width: 100%;
  }
}

@media screen and (max-width: 860px) {
  body .mod_article.packages > .inside .ce_package,
body .mod_article.packages > .inside .ce_text_cms_cta.package {
    max-width: calc(50% - 15px);
  }
}

@media screen and (max-width: 600px) {
  body .mod_article.packages > .inside .ce_package,
body .mod_article.packages > .inside .ce_text_cms_cta.package {
    max-width: 100%;
  }
}

@media screen and (max-width: 860px) {
  body .mod_article.packages {
    background: linear-gradient(180deg, #181b3a calc(50% - 22.5px), whitesmoke calc(50% - 22.5px));
  }
}

body .ce_package,
body .ce_text_cms_cta.package {
  position: relative;
  background: #ffffff;
  min-width: 260px;
  padding: 18px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: background .2s;
}

body .ce_package h2,
body .ce_text_cms_cta.package h2 {
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #404f54;
  margin-bottom: 18px;
}

body .ce_package h3,
body .ce_text_cms_cta.package h3 {
  color: #181b3a;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 6px;
}

body .ce_package > div,
body .ce_text_cms_cta.package > div {
  padding: 15px 0;
}

body .ce_package > div:nth-of-type(1),
body .ce_text_cms_cta.package > div:nth-of-type(1) {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}

body .ce_package > div:nth-of-type(1) > div:nth-child(1),
body .ce_text_cms_cta.package > div:nth-of-type(1) > div:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #181b3a;
  font-size: 3.125rem;
  line-height: 1;
}

body .ce_package > div:nth-of-type(1) > div:nth-child(1) span, body .ce_package > div:nth-of-type(1) > div:nth-child(1) em,
body .ce_text_cms_cta.package > div:nth-of-type(1) > div:nth-child(1) span,
body .ce_text_cms_cta.package > div:nth-of-type(1) > div:nth-child(1) em {
  font-size: 1.5625rem;
  margin-left: 6px;
  font-style: normal;
}

body .ce_package > div:nth-of-type(1) > div:nth-child(2),
body .ce_text_cms_cta.package > div:nth-of-type(1) > div:nth-child(2) {
  font-size: 0.9375rem;
}

body .ce_package > div:nth-of-type(2),
body .ce_text_cms_cta.package > div:nth-of-type(2) {
  border-bottom: 1px solid #ededed;
  font-size: 0.875rem;
}

body .ce_package > div:nth-of-type(2) p,
body .ce_text_cms_cta.package > div:nth-of-type(2) p {
  line-height: 1.8;
}

body .ce_package > div:nth-of-type(3),
body .ce_text_cms_cta.package > div:nth-of-type(3) {
  font-size: 0.875rem;
  text-align: left;
}

body .ce_package > div:nth-of-type(3) li:before,
body .ce_text_cms_cta.package > div:nth-of-type(3) li:before {
  content: "›";
  font-weight: 700;
  color: #181b3a;
  font-size: 1.125rem;
  margin-right: 5px;
}

body .ce_package > div.button,
body .ce_text_cms_cta.package > div.button {
  display: inline-block;
  color: #ffffff;
  background: #f47d00;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  padding: 12.5px 30px;
  border: 2px solid transparent;
  border-radius: 0.4em;
  transition: all .2s;
  width: 100%;
}

body .ce_package > div.button:hover,
body .ce_text_cms_cta.package > div.button:hover {
  background: #c16300;
}

body .ce_package > a,
body .ce_text_cms_cta.package > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body .ce_package:hover,
body .ce_text_cms_cta.package:hover {
  background: #f47d00;
  color: #ffffff;
}

body .ce_package:hover h2, body .ce_package:hover h3,
body .ce_text_cms_cta.package:hover h2,
body .ce_text_cms_cta.package:hover h3 {
  color: inherit;
}

body .ce_package:hover > div:nth-of-type(1) > div,
body .ce_text_cms_cta.package:hover > div:nth-of-type(1) > div {
  color: inherit;
}

body .ce_package:hover > div:nth-of-type(3) li:before,
body .ce_text_cms_cta.package:hover > div:nth-of-type(3) li:before {
  color: inherit;
}

body .ce_package:hover > .button,
body .ce_text_cms_cta.package:hover > .button {
  background: #ffffff;
  color: #f47d00;
}

body .mod_article.features .ce_text p {
  font-size: 1.25rem;
  color: #404f54;
}

body .mod_cms_admin_packagelist table {
  width: 100%;
}

body .mod_cms_admin_packagelist table th, body .mod_cms_admin_packagelist table td {
  padding: 18px;
}

body .mod_cms_admin_packagelist table thead th {
  background: #181b3a;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.25rem;
}

body .mod_cms_admin_packagelist table thead th:nth-child(n+2) {
  font-weight: 700;
}

body .mod_cms_admin_packagelist table tbody tr:last-child td {
  border-bottom: 1px solid #b2b8ba;
}

body .mod_cms_admin_packagelist table tbody tr td {
  vertical-align: middle;
  background: #ffffff;
  border-left: 1px solid #b2b8ba;
  border-bottom: 1px solid #ededed;
}

body .mod_cms_admin_packagelist table tbody tr td:last-child {
  border-right: 1px solid #b2b8ba;
}

body .mod_cms_admin_packagelist table tbody tr td:nth-child(1) {
  width: 25%;
  text-align: left;
}

body .mod_cms_admin_packagelist table tbody tr td:nth-child(1) .info {
  display: inline-block;
  position: relative;
  transform: translateY(-10px);
  font-weight: 400;
}

body .mod_cms_admin_packagelist table tbody tr td:nth-child(1) .info span {
  display: inline-block;
  margin-left: 5px;
  cursor: help;
  background: #8c9698;
  color: #ffffff;
  font-size: 8px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  text-align: center;
  border-radius: 50%;
}

body .mod_cms_admin_packagelist table tbody tr td:nth-child(1) .info span:after {
  content: "i";
}

body .mod_cms_admin_packagelist table tbody tr td:nth-child(1) .info:hover span {
  background: #181b3a;
}

body .mod_cms_admin_packagelist table tbody tr td:nth-child(1) .info:hover .description {
  opacity: 1;
  transform: translateY(0px);
}

body .mod_cms_admin_packagelist table tbody tr td:nth-child(1) .info .description {
  display: block;
  pointer-events: none;
  width: 200px;
  position: absolute;
  bottom: 26px;
  left: -8px;
  background: #181b3a;
  color: #ffffff;
  padding: 10px;
  font-size: 0.8125rem;
  opacity: 0;
  transform: translateY(10%);
  transition: opacity .2s, transform .2s;
}

body .mod_cms_admin_packagelist table tbody tr td:nth-child(1) .info .description:after {
  top: 100%;
  left: 17px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #181b3a;
  border-width: 5px;
}

body .mod_cms_admin_packagelist table tbody tr td:nth-child(n+2) {
  color: #404f54;
  font-weight: 600;
  padding: 7.5px;
}

body .mod_cms_admin_packagelist table tbody tr td:nth-child(n+2) span {
  display: inline-block;
}

body .mod_cms_admin_packagelist table tbody tr td:nth-child(n+2) span.included {
  background: url("../img/sprite-icons.svg") no-repeat scroll;
  width: 45px;
  height: 45px;
  background-position: -45px -90px;
  background-size: auto 225px;
}

body .mod_cms_admin_packagelist table tbody tr td:nth-child(n+2) span.missing {
  width: 16px;
  height: 2px;
  background: #8c9698;
}

body .mod_cms_admin_packagelist table tbody tr td:nth-child(n+2):nth-child(even) {
  background: #fafafa;
}

body .mod_cms_admin_packagelist table tbody tr.sub > td {
  border-top: 3px solid #b2b8ba;
  color: #404f54;
  font-weight: 600;
}

body .mod_cms_admin_packagelist table tbody tr.sub > td:nth-child(1) {
  padding-left: 18px;
}

body .mod_cms_admin_packagelist table tbody tr.sub ~ tr:not(.sub) td:nth-child(1) {
  padding-left: 36px;
}

@media screen and (max-width: 800px) {
  body .mod_cms_admin_packagelist table {
    display: none;
  }
}

@media screen and (min-width: 801px) {
  body .mod_cms_admin_packagelist table + a {
    margin-top: 60px;
  }
}

body .mod_cms_admin_packagelist > a.download {
  display: inline-block;
  color: #ffffff;
  background: #12162f;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  padding: 12.5px 30px;
  border: 2px solid transparent;
  border-radius: 0.4em;
  transition: all .2s;
}

body .mod_cms_admin_packagelist > a.download:hover {
  background: #04050a;
}

body .mod_article.cta {
  background: #f47d00;
  color: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}

body .mod_article.cta .ce_text {
  max-width: 745px;
  margin: 0 auto;
}

body .mod_article.cta .ce_text > h2, body .mod_article.cta .ce_text > h3, body .mod_article.cta .ce_text > h4 {
  color: inherit;
  font-size: 1.625rem;
  font-weight: 700;
}

body .mod_article.cta .ce_text p:last-child {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

body .mod_article.cta .ce_text p:last-child a {
  display: inline-block;
  color: #ffffff;
  background: #f47d00;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  padding: 12.5px 30px;
  border: 2px solid transparent;
  border-radius: 0.4em;
  transition: all .2s;
  background: #ffffff;
  color: #f47d00;
  margin: 10px;
}

body .mod_article.cta .ce_text p:last-child a:hover {
  background: #c16300;
}

body .mod_article.cta .ce_text p:last-child a:hover {
  background: #181b3a;
  color: #ffffff;
}

body .mod_article.cta .ce_text p:last-child a + a {
  display: inline-block;
  color: #ffffff;
  background: #f47d00;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  padding: 12.5px 30px;
  border: 2px solid transparent;
  border-radius: 0.4em;
  transition: all .2s;
  background: #ffffff;
  color: #f47d00;
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

body .mod_article.cta .ce_text p:last-child a + a:hover {
  background: #c16300;
}

body .mod_article.cta .ce_text p:last-child a + a:hover {
  background: #181b3a;
  color: #ffffff;
}

body .mod_article.cta .ce_text p:last-child a + a:hover {
  background: #ffffff;
  color: #f47d00;
}

@media screen and (max-width: 430px) {
  body .mod_article.cta .ce_text p:last-child {
    flex-wrap: wrap;
  }
}

body .mod_article.content {
  padding-top: 45px;
  line-height: 1.625rem;
}

body .mod_article.content .inside > .block {
  text-align: left;
  margin-bottom: 30px;
}

body .mod_article.content h1, body .mod_article.content h2 {
  font-size: 1.875rem;
  font-weight: 400;
}

@media screen and (max-width: 450px) {
  body .mod_article.content h1, body .mod_article.content h2 {
    hyphens: auto;
  }
}

body .mod_article.content h3, body .mod_article.content h4 {
  font-weight: 700;
  font-size: 1.125rem;
}

body aside .mod_article {
  padding-left: 0;
  padding-top: 60px;
}

body aside .mod_article > .inside > .block {
  text-align: left;
  color: #181b3a;
  padding: 15px;
  margin-bottom: 22.5px;
}

body aside h3, body aside h4, body aside h5, body aside h6 {
  font-weight: 700;
  font-size: 1.125rem;
}

body aside .ce_text.links {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
  border: 1px solid #e8e8e8;
}

body aside .ce_text.links > *:not(:last-child) {
  margin-bottom: 7.5px;
}

body aside .ce_text.links a {
  text-decoration: none;
}

body aside .ce_text.links a:before {
  content: "›";
  font-weight: 700;
  color: #f47d00;
  font-size: 1.125rem;
  margin-right: 5px;
}

body aside .ce_text.links a:hover {
  color: #f47d00;
}

body aside .ce_text.promo {
  color: #ffffff !important;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  background: #1a1c40;
  background: linear-gradient(24deg, #1a1c40 0%, #2a2773 100%);
}

body aside .ce_text.promo h3, body aside .ce_text.promo h4 {
  color: inherit;
}

body aside .ce_text.promo p {
  font-size: 1.5625rem;
  line-height: 1.2;
  margin-bottom: 37.5px;
}

body aside .ce_text.promo a {
  text-decoration: none;
}

body aside .ce_text.info {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid #e8e8e8;
}

body aside .ce_text.info p:last-child a {
  display: inline-block;
  color: #ffffff;
  background: #f47d00;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  padding: 12.5px 30px;
  border: 2px solid transparent;
  border-radius: 0.4em;
  transition: all .2s;
  padding-left: 15px;
  padding-right: 15px;
}

body aside .ce_text.info p:last-child a:hover {
  background: #c16300;
}

body aside .social > a {
  display: none;
}

body aside .social ul {
  text-align: inherit;
}

body aside .social ul li {
  display: inline-block;
}

body aside .social ul li a {
  display: inline-block;
  cursor: pointer;
  margin: 0 4px;
  transition: opacity .2s;
}

body aside .social ul li a[href*="facebook.com"] {
  background: url("../img/sprite-icons.svg") no-repeat scroll;
  width: 45px;
  height: 45px;
  background-position: -180px -0px;
  background-size: auto 225px;
}

body aside .social ul li a[href*="twitter.com"] {
  background: url("../img/sprite-icons.svg") no-repeat scroll;
  width: 45px;
  height: 45px;
  background-position: -180px -45px;
  background-size: auto 225px;
}

body aside .social ul li a[href*="instagram.com"] {
  background: url("../img/sprite-icons.svg") no-repeat scroll;
  width: 45px;
  height: 45px;
  background-position: -180px -90px;
  background-size: auto 225px;
}

body aside .social ul li a[href*="youtube.com"] {
  background: url("../img/sprite-icons.svg") no-repeat scroll;
  width: 45px;
  height: 45px;
  background-position: -180px -135px;
  background-size: auto 225px;
}

body aside .social ul li a span {
  display: none;
}

body aside .social ul li a:hover {
  opacity: 0.75;
}

body aside .social ul li a.first {
  margin-left: -5px;
}

body .mod_newslist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

body .mod_newslist:not(:nth-child(1)) {
  display: none;
}

body .mod_newslist > div {
  position: relative;
  width: calc(50% - 15px);
  border: 1px solid #e8e8e8;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

body .mod_newslist > div > a {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
}

body .mod_newslist > div time {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 10px;
  display: block;
  background: #404f54;
  color: #ffffff;
  text-align: center;
}

body .mod_newslist > div time span {
  display: block;
  text-transform: uppercase;
  line-height: 1.1;
}

body .mod_newslist > div time span:not(:last-child) {
  margin-bottom: 4px;
}

body .mod_newslist > div time span:nth-child(1) {
  font-size: 1.875rem;
  line-height: 0.9;
}

body .mod_newslist > div time span:nth-child(2) {
  font-size: 0.6875rem;
  letter-spacing: 0.4em;
  text-indent: 0.2em;
}

body .mod_newslist > div time span:nth-child(3) {
  font-size: 0.6875rem;
  letter-spacing: 0.20em;
  text-indent: 0.1em;
}

body .mod_newslist > div figure {
  flex-shrink: 0;
}

body .mod_newslist > div figure img {
  width: 100%;
}

body .mod_newslist > div > .content {
  display: flex;
  flex-direction: column;
  padding: 15px;
  flex-grow: 1;
}

body .mod_newslist > div > .content > *:not(:last-child) {
  margin-bottom: 10px;
}

body .mod_newslist > div > .content h2 {
  font-size: 1.25rem;
}

body .mod_newslist > div > .content h2 br {
  display: none;
}

body .mod_newslist > div > .content .ce_text {
  font-size: 0.875rem;
}

body .mod_newslist > div > .content .more {
  margin-top: auto;
}

body .mod_newslist > div > .content .more a {
  display: inline-block;
  color: #ffffff;
  background: #f47d00;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  padding: 12.5px 30px;
  border: 2px solid transparent;
  border-radius: 0.4em;
  transition: all .2s;
}

body .mod_newslist > div > .content .more a:hover {
  background: #c16300;
}

@media screen and (max-width: 600px) {
  body .mod_newslist > div {
    width: 100%;
  }
}

body .ce_text ul li,
body .mod_avalex_privacy_policy ul li {
  position: relative;
  padding-left: 40px;
}

body .ce_text ul li:not(:last-child),
body .mod_avalex_privacy_policy ul li:not(:last-child) {
  margin-bottom: 5px;
}

body .ce_text ul li:before,
body .mod_avalex_privacy_policy ul li:before {
  content: "›";
  font-weight: 700;
  font-size: 1.125rem;
  color: #8c9698;
  position: absolute;
  left: 10px;
  top: 0;
  margin-top: -2px;
}

body .formbody {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

body .formbody .widget {
  position: relative;
  width: 100%;
  text-align: left;
  margin-bottom: 15px;
}

body .formbody .widget p.error {
  background: #BE1220;
  color: #ffffff;
  font-size: 0.7058823529rem;
  position: absolute;
  z-index: 10;
  bottom: 0%;
  padding: 5px;
  border-radius: 3px;
  transform: translateY(calc(100% + 5px));
  transition: all .4s;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  not supported by any browser */
}

body .formbody .widget p.error:after {
  bottom: 100%;
  left: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(190, 18, 32, 0);
  border-bottom-color: #BE1220;
  border-width: 10px;
  margin-left: -10px;
}

body .formbody .widget.hide-error p.error {
  opacity: 0;
  transform: translateY(calc(100% + 30px));
}

body .formbody .widget > label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 5px;
}

body .formbody .widget input[type="text"], body .formbody .widget input[type="email"], body .formbody .widget input[type="password"],
body .formbody .widget select {
  display: block;
  width: 100%;
  border: 1px solid #8c9698;
  font-family: inherit;
  font-size: 1rem;
  padding: 10.5px;
}

body .formbody .widget input[type="text"].error, body .formbody .widget input[type="email"].error, body .formbody .widget input[type="password"].error,
body .formbody .widget select.error {
  border-color: #BE1220;
}

body .formbody .widget.widget-select .wrapper {
  position: relative;
}

body .formbody .widget.widget-select .wrapper select {
  padding-right: 36px;
}

body .formbody .widget.widget-select .wrapper:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10.5px;
  transform: translateY(-50%) rotate(-90deg);
  background: url("../img/sprite-icons.svg") no-repeat scroll;
  width: 18px;
  height: 18px;
  background-position: -18px -54px;
  background-size: auto 90px;
  pointer-events: none;
}

body .formbody .widget.widget-checkbox fieldset > legend, body .formbody .widget.widget-radio fieldset > legend {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
}

body .formbody .widget.widget-checkbox fieldset > span, body .formbody .widget.widget-radio fieldset > span {
  display: block;
  position: relative;
}

body .formbody .widget.widget-checkbox fieldset > span > input, body .formbody .widget.widget-checkbox fieldset > span label:before, body .formbody .widget.widget-checkbox fieldset > span label:after, body .formbody .widget.widget-radio fieldset > span > input, body .formbody .widget.widget-radio fieldset > span label:before, body .formbody .widget.widget-radio fieldset > span label:after {
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 20px;
  height: 20px;
}

body .formbody .widget.widget-checkbox fieldset > span > input, body .formbody .widget.widget-radio fieldset > span > input {
  opacity: 0;
}

body .formbody .widget.widget-checkbox fieldset > span > input:checked ~ label:before, body .formbody .widget.widget-radio fieldset > span > input:checked ~ label:before {
  display: none;
}

body .formbody .widget.widget-checkbox fieldset > span > input:checked ~ label:after, body .formbody .widget.widget-radio fieldset > span > input:checked ~ label:after {
  display: block;
}

body .formbody .widget.widget-checkbox fieldset > span label, body .formbody .widget.widget-radio fieldset > span label {
  display: block;
  padding: 5px;
  padding-left: 30px;
  cursor: pointer;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  not supported by any browser */
}

body .formbody .widget.widget-checkbox fieldset > span label a, body .formbody .widget.widget-radio fieldset > span label a {
  text-decoration: underline;
}

body .formbody .widget.widget-checkbox fieldset > span label a:hover, body .formbody .widget.widget-radio fieldset > span label a:hover {
  color: #f47d00;
}

body .formbody .widget.widget-checkbox fieldset > span label:before, body .formbody .widget.widget-checkbox fieldset > span label:after, body .formbody .widget.widget-radio fieldset > span label:before, body .formbody .widget.widget-radio fieldset > span label:after {
  content: "";
  border: 1px solid #8c9698;
  pointer-events: none;
}

body .formbody .widget.widget-checkbox fieldset > span label:after, body .formbody .widget.widget-radio fieldset > span label:after {
  display: none;
}

body .formbody .widget.widget-checkbox.widget-checkbox fieldset > span label:after, body .formbody .widget.widget-radio.widget-checkbox fieldset > span label:after {
  background: url("../img/sprite-icons.svg") no-repeat scroll;
  width: 20px;
  height: 20px;
  background-position: -20px -80px;
  background-size: auto 100px;
}

body .formbody .widget.widget-checkbox.widget-radio fieldset > span label:before, body .formbody .widget.widget-checkbox.widget-radio fieldset > span label:after, body .formbody .widget.widget-radio.widget-radio fieldset > span label:before, body .formbody .widget.widget-radio.widget-radio fieldset > span label:after {
  border-radius: 50%;
}

body .formbody .widget.widget-checkbox.widget-radio fieldset > span label:before, body .formbody .widget.widget-radio.widget-radio fieldset > span label:before {
  display: block !important;
}

body .formbody .widget.widget-checkbox.widget-radio fieldset > span label:after, body .formbody .widget.widget-radio.widget-radio fieldset > span label:after {
  width: 10px;
  height: 10px;
  border: none;
  top: 8px;
  left: 6px;
  background: #000000;
}

body .formbody .widget.widget-submit {
  text-align: center;
}

body .formbody .widget button {
  display: inline-block;
  color: #ffffff;
  background: #f47d00;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  padding: 12.5px 30px;
  border: 2px solid transparent;
  border-radius: 0.4em;
  transition: all .2s;
}

body .formbody .widget button:hover {
  background: #c16300;
}

body .formbody .widget.tos_check fieldset > legend {
  display: none;
}

body .formbody .widget.chosen_package {
  margin-bottom: 45px;
}

body .formbody .widget.chosen_package select {
  border: 2px solid #f47d00;
}

@media screen and (min-width: 500px) {
  body .formbody .widget.firstname, body .formbody .widget.lastname, body .formbody .widget.widget-password {
    width: calc(50% - 15px);
  }
}

body .mod_article:not(.slider) .ce_gallery ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
}

@media screen and (min-width: 500px) {
  body .mod_article:not(.slider) .ce_gallery ul.cols_2 li {
    width: 50%;
  }
}

body .mod_article:not(.slider) .ce_gallery ul li {
  padding: 15px;
}

body .ce_youtube > h1, body .ce_youtube > h2, body .ce_youtube > h3, body .ce_youtube > h4, body .ce_youtube > h5 {
  margin-bottom: 15px;
}

body .ce_youtube > .wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  overflow: hidden;
  width: 100%;
}

body .ce_youtube > .wrapper > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body .ce_text_cms_cta a.button,
body .ce_hyperlink a,
body cms-button.ce_cms_button a {
  display: inline-block;
  color: #ffffff;
  background: #f47d00;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  padding: 12.5px 30px;
  border: 2px solid transparent;
  border-radius: 0.4em;
  transition: all .2s;
}

body .ce_text_cms_cta a.button:hover,
body .ce_hyperlink a:hover,
body cms-button.ce_cms_button a:hover {
  background: #c16300;
}

body .mod_avalex_privacy_policy .avalex-container ul[style] {
  margin-top: 15px;
}

body .mod_avalex_privacy_policy .avalex-container ul[style] li {
  padding-left: 0;
}

body .mod_avalex_privacy_policy .avalex-container ul[style] li:before {
  display: none;
}

body .mod_avalex_privacy_policy .avalex-container > h2, body .mod_avalex_privacy_policy .avalex-container > div {
  margin-top: 30px;
}

body .mod_avalex_privacy_policy .avalex-container p, body .mod_avalex_privacy_policy .avalex-container ul {
  margin-top: 1em;
}

body .mod_avalex_privacy_policy .avalex-container a {
  text-decoration: underline;
}

body .mod_avalex_privacy_policy .avalex-container a:hover {
  color: #f47d00;
}

body .mod_cms_cookie_bar {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
  --main-bg-color: rgba(18, 22, 47, 0.9);
  --btn-accept-bg-color: #2ecc71;
  --btn-reject-bg-color: #12162f;
}

body .mod_cms_cookie_bar cms-button {
  flex-basis: auto;
  flex-grow: 1;
}

body .mod_cms_cookie_bar cms-button > span {
  padding: 1.2em 1.5em;
  font-weight: 600;
}

body .mod_cms_cookie_bar cms-button > span:before {
  border-radius: 5px;
}

body .mod_cms_cookie_bar cms-buttons {
  justify-content: space-between;
}

body .mod_cms_cookie_bar > cms-container {
  background: unset;
}

body .ce_optin_fallback {
  background: #f5f5f5;
  padding: 30px;
  text-align: center !important;
}

body .ce_optin_fallback a {
  display: inline-block;
  color: #ffffff;
  background: #181b3a;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  padding: 12.5px 30px;
  border: 2px solid transparent;
  border-radius: 0.4em;
  transition: all .2s;
  margin-top: 15px;
}

body .ce_optin_fallback a:hover {
  background: #090a16;
}

body pre, body code {
  font-family: monospace;
}

body pre {
  white-space: pre-wrap;
  overflow-x: auto;
  border: 0;
  border-radius: 3px;
  padding: 0.5em;
  font-size: 14px;
  tab-size: 4;
  background: #404f54;
  color: #ffffff;
}

body code:not(pre code) {
  border: 1px solid;
  border-radius: 0.25em;
  padding: 0 0.25em;
}

body .hljs {
  all: unset;
}

body.ios.safari .mod_cms_cookie_bar {
  transform: translate3d(0, 0, 0);
}
