/* pt-sans-regular - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/pt-sans-v11-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('PT Sans'), local('PTSans-Regular'), url('./fonts/pt-sans-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('./fonts/pt-sans-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('./fonts/pt-sans-v11-latin-regular.woff') format('woff'), /* Modern Browsers */ url('./fonts/pt-sans-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('./fonts/pt-sans-v11-latin-regular.svg#PTSans') format('svg');
  /* Legacy iOS */
}
@font-face {
  font-family: 'Gellix';
  src: local('Gellix Regular'), url('./fonts/Gellix/Gellix-Regular_R.otf') format('otf'), url('./fonts/Gellix/Gellix-Regular_R.woff2') format('woff2'), url('./fonts/Gellix/Gellix-Regular_R.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  overflow-x: hidden;
}
::placeholder {
  color: #53565A;
}
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
input[type='text']:focus.input-field-default {
  transition: none;
  box-shadow: none;
  border: 2px solid #000000;
  background-color: white;
}
button {
  border-style: none;
}
label {
  position: relative;
  cursor: pointer;
  font: 25px/30px 'Gellix';
}
label.inline {
  display: inline-block;
  margin-right: 20px;
}
label.inline .label {
  display: inline-block;
}
label + * + * {
  margin-top: 15px;
}
label a {
  color: #AFC604;
  font: 25px/30px 'Gellix';
}
label > [type=checkbox],
label > [type=radio] {
  margin: 0;
}
[type=radio],
[type=checkbox] {
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  opacity: 0;
}
[type=radio]:checked + .label:before,
[type=checkbox]:checked + .label:before {
  opacity: 1;
}
[type=radio] + .label,
[type=checkbox] + .label {
  cursor: pointer;
  padding: 0 0 0 30px;
  margin: 0;
  background: none;
  display: block;
  white-space: normal;
  color: #53565A;
  font: 25px/30px 'Gellix';
}
[type=radio] + .label:after,
[type=checkbox] + .label:after,
[type=radio] + .label:before,
[type=checkbox] + .label:before {
  content: '';
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  z-index: 1;
  opacity: 1;
}
[type=radio] + .label:before,
[type=checkbox] + .label:before {
  left: 5px;
  opacity: 0;
  z-index: 2;
  background-color: #000;
  width: 10px;
  height: 10px;
}
[type=checkbox] + .label:after,
[type=checkbox] + .label:before {
  border-radius: 0;
}
[type=checkbox] + .label:before {
  border: none;
  background: url("/var/static/img/check-solid.svg");
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}
[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea {
  background-color: white;
  color: #53565A;
  font-family: 'Gellix';
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 30px;
  border: 2px solid #000;
  padding: 30px 30px;
  caret-color: #AFC604;
}
[type=color]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=datetime]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
textarea:focus {
  outline: none;
  border: 2px solid #000;
  box-shadow: none;
}
textarea {
  min-height: 150px;
}
table tbody,
table tfoot,
table thead {
  background-color: transparent;
  border: none;
}
table tbody tr:nth-child(even) {
  background-color: transparent;
}
.box {
  padding: 25px;
}
.bg_green {
  background-color: #AFC604;
}
.bg_blue {
  background-color: #92BBE6;
}
.bg_font_color {
  background-color: #53565A;
}
.bg_blue_opacity_50 {
  background-color: #D8EDF8;
}
.bg_green_opacity_50 {
  background-color: #d7e281;
}
.bg_black_opacity_50 {
  background-color: #000;
}
.color_black {
  color: #53565A;
}
.color_black p,
.color_black strong,
.color_black b,
.color_black li,
.color_black a,
.color_black td {
  color: #53565A;
}
.color_black ul li:before {
  color: #53565A;
}
.color_green {
  color: #AFC604;
}
.color_green p,
.color_green strong,
.color_green b,
.color_green li,
.color_green a,
.color_green td {
  color: #AFC604;
}
.color_green ul li:before {
  color: #AFC604;
}
.color_blue {
  color: #92BBE6;
}
.color_blue p,
.color_blue strong,
.color_blue b,
.color_blue li,
.color_blue a,
.color_blue td {
  color: #92BBE6;
}
.color_blue ul li:before {
  color: #92BBE6;
}
.color_white {
  color: #fff;
}
.color_white p,
.color_white strong,
.color_white b,
.color_white li,
.color_white a,
.color_white td {
  color: #fff;
}
.color_white ul li:before {
  color: #fff;
}
div[class*="bg_box"] {
  margin-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  div[class*="bg_box"] {
    margin-top: 55px;
    padding-bottom: 55px;
  }
}
@media only screen and (max-width: 640px) {
  div[class*="bg_box"] {
    margin-top: 25px;
    padding-bottom: 25px;
  }
}
div[class*="bg_box"].nomargin {
  padding-bottom: 0;
}
div[class*="bg_box"].bg_default {
  margin-top: 0;
  padding-bottom: 0;
}
.bg_default.arrows,
.bg_box.arrows {
  position: relative;
  overflow: hidden;
}
.bg_default.arrows .grid-container,
.bg_box.arrows .grid-container {
  position: relative;
  z-index: 2;
}
.bg_default.arrows:after,
.bg_box.arrows:after,
.bg_default.arrows:before,
.bg_box.arrows:before {
  content: "";
  opacity: 1;
  position: absolute;
  background-image: url("/var/static/img/bg-arrow-blue.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  z-index: 1;
}
.bg_default.arrows:before,
.bg_box.arrows:before {
  top: 50%;
  right: 10%;
  height: 360px;
  width: 360px;
}
@media only screen and (max-width: 640px) {
  .bg_default.arrows:before,
  .bg_box.arrows:before {
    top: 10%;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .bg_default.arrows:before,
  .bg_box.arrows:before {
    top: 10%;
  }
}
.bg_default.arrows:after,
.bg_box.arrows:after {
  left: 10%;
  top: 80%;
  height: 200px;
  width: 200px;
}
@media only screen and (max-width: 640px) {
  .bg_default.arrows:after,
  .bg_box.arrows:after {
    top: auto;
    bottom: 0;
  }
}
.bg_default.arrows.bg_green_opacity_50:after,
.bg_box.arrows.bg_green_opacity_50:after,
.bg_default.arrows.bg_green_opacity_50:before,
.bg_box.arrows.bg_green_opacity_50:before {
  opacity: 0.3;
  background-image: url("/var/static/img/bg-arrow.svg");
}
.bg_default.arrows.bg_green_opacity_50:after,
.bg_box.arrows.bg_green_opacity_50:after {
  height: 130px;
  width: 130px;
  left: 5%;
  top: 30%;
}
.bg_default.arrows.bg_green_opacity_50:before,
.bg_box.arrows.bg_green_opacity_50:before {
  top: 0;
  left: 30%;
  height: 260px;
  width: 260px;
  transform: none;
}
.bg_default.arrows.bg_blue_opacity_50:after,
.bg_box.arrows.bg_blue_opacity_50:after,
.bg_default.arrows.bg_blue_opacity_50:before,
.bg_box.arrows.bg_blue_opacity_50:before {
  opacity: 0.3;
  background-image: url("/var/static/img/bg-arrow.svg");
}
.bg_default.arrows.bg_blue_opacity_50:after,
.bg_box.arrows.bg_blue_opacity_50:after {
  height: 170px;
  width: 170px;
  left: 0%;
  top: 30%;
}
.bg_default.arrows.bg_blue_opacity_50:before,
.bg_box.arrows.bg_blue_opacity_50:before {
  top: 43%;
  right: -5%;
  left: auto;
  height: 330px;
  width: 330px;
}
.bg_box.bg_green_opacity_50 + .bg_box,
.bg_box.bg_blue_opacity_50 + .bg_box {
  margin-top: 40px;
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .bg_box.bg_green_opacity_50 + .bg_box,
  .bg_box.bg_blue_opacity_50 + .bg_box {
    margin-top: 55px;
  }
}
@media only screen and (max-width: 640px) {
  .bg_box.bg_green_opacity_50 + .bg_box,
  .bg_box.bg_blue_opacity_50 + .bg_box {
    margin-top: 25px;
  }
}
.bg_box.bg_green_opacity_50 + .bg_box.bg_green_opacity_50,
.bg_box.bg_blue_opacity_50 + .bg_box.bg_green_opacity_50,
.bg_box.bg_green_opacity_50 + .bg_box.bg_blue_opacity_50,
.bg_box.bg_blue_opacity_50 + .bg_box.bg_blue_opacity_50 {
  margin-top: 0;
}
.mt10 {
  margin-top: 10px;
}
.mt30 {
  margin-top: 30px;
}
.default_headline,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Gellix';
  font-style: normal;
  font-weight: bold;
  line-height: 1.05;
  margin: 0;
}
.default_headline + .copy_default,
h1 + .copy_default,
h2 + .copy_default,
h3 + .copy_default,
h4 + .copy_default,
h5 + .copy_default,
h6 + .copy_default {
  margin-top: 20px;
}
.h1_headline,
h1 {
  font-size: 53px;
  text-transform: uppercase;
}
@media only screen and (max-width: 640px) {
  .h1_headline,
  h1 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .h1_headline,
  h1 {
    font-size: 45px;
  }
}
.h2_headline,
h2 {
  font-size: 50px;
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .h2_headline,
  h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 640px) {
  .h2_headline,
  h2 {
    font-size: 31px;
  }
}
.h3_headline,
h3 {
  font-size: 43px;
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .h3_headline,
  h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 640px) {
  .h3_headline,
  h3 {
    font-size: 28px;
  }
}
.h4_headline,
h4 {
  font-size: 33px;
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .h4_headline,
  h4 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 640px) {
  .h4_headline,
  h4 {
    font-size: 28px;
  }
}
.h5_headline,
h5 {
  font-size: 18px;
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .h5_headline,
  h5 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 640px) {
  .h5_headline,
  h5 {
    font-size: 18px;
  }
}
.h6_headline,
h6 {
  font-size: 16px;
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .h6_headline,
  h6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 640px) {
  .h6_headline,
  h6 {
    font-size: 16px;
  }
}
.copy_default,
p,
ul li,
ol li,
a {
  font-family: 'Gellix';
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 26px;
  color: #53565A;
  outline: none;
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .copy_default,
  p,
  ul li,
  ol li,
  a {
    font-size: 13px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 640px) {
  .copy_default,
  p,
  ul li,
  ol li,
  a {
    font-size: 13px;
    line-height: 22px;
  }
}
.copy_default.copy_bold,
p.copy_bold,
ul li.copy_bold,
ol li.copy_bold,
a.copy_bold {
  font-weight: bold;
}
.copy_default.copy_bold p,
p.copy_bold p,
ul li.copy_bold p,
ol li.copy_bold p,
a.copy_bold p,
.copy_default.copy_bold ul li,
p.copy_bold ul li,
ul li.copy_bold ul li,
ol li.copy_bold ul li,
a.copy_bold ul li,
.copy_default.copy_bold ol li,
p.copy_bold ol li,
ul li.copy_bold ol li,
ol li.copy_bold ol li,
a.copy_bold ol li,
.copy_default.copy_bold a,
p.copy_bold a,
ul li.copy_bold a,
ol li.copy_bold a,
a.copy_bold a {
  font-weight: bold;
}
.copy_default.copy_big,
p.copy_big,
ul li.copy_big,
ol li.copy_big,
a.copy_big {
  font-size: 25px;
  line-height: 30px;
}
.copy_default.copy_big p,
p.copy_big p,
ul li.copy_big p,
ol li.copy_big p,
a.copy_big p,
.copy_default.copy_big ul li,
p.copy_big ul li,
ul li.copy_big ul li,
ol li.copy_big ul li,
a.copy_big ul li,
.copy_default.copy_big ol li,
p.copy_big ol li,
ul li.copy_big ol li,
ol li.copy_big ol li,
a.copy_big ol li,
.copy_default.copy_big a,
p.copy_big a,
ul li.copy_big a,
ol li.copy_big a,
a.copy_big a {
  font-size: 25px;
  line-height: 30px;
}
.copy_default ul,
p ul,
ul li ul,
ol li ul,
a ul {
  margin-left: 0;
}
.copy_default ul li,
p ul li,
ul li ul li,
ol li ul li,
a ul li {
  list-style: none;
  position: relative;
  padding-left: 15px;
}
.copy_default ul li:before,
p ul li:before,
ul li ul li:before,
ol li ul li:before,
a ul li:before {
  position: absolute;
  top: -1px;
  left: 0px;
  color: #53565A;
  content: "»";
}
.btn_default {
  font-family: 'Gellix';
  font-style: normal;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  border-radius: 18px;
  padding: 10px 50px;
  color: white;
  cursor: pointer;
  background-color: #000;
  transition: background-color 0.3s, color 0.3s;
  display: inline-block;
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .btn_default {
    font-size: 21px;
    line-height: 21px;
    padding: 10px 25px;
  }
}
@media only screen and (max-width: 640px) {
  .btn_default {
    font-size: 18px;
    line-height: 21px;
    padding: 10px 25px;
  }
}
.btn_default.small {
  padding: 5px 20px;
  font-size: 15px;
}
.btn_default-blue {
  background-color: #92BBE6;
}
.btn_default-blue:hover {
  color: #fff;
  background-color: #D8EDF8;
}
.btn_default-green {
  background-color: #AFC604;
}
.btn_default-green:hover {
  color: #fff;
  background-color: #a5b52a;
}
.grid-container {
  max-width: 1280px;
}
.grid-container.nomargin div[class*="brick_"]:first-of-type {
  margin-top: 0;
}
.grid-container.full div.brick_video {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.swiper-pagination-bullet {
  border-radius: 0;
  background-color: #bababa;
  opacity: 1;
  height: 15px;
  width: 15px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-radius: 0;
  background-color: #92BBE6;
  opacity: 1;
}
main {
  overflow: hidden;
}
.mb10 {
  margin-top: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
/*# sourceMappingURL=app.css.map */