/*!****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/main.scss ***!
  \****************************************************************************************************************/
@charset "UTF-8";
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  text-decoration: none;
}
a:hover, a:focus {
  color: rgb(34.6799586777, 82.4466942149, 123.6700413223);
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid rgb(238.425, 238.425, 238.425);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: rgb(119.085, 119.085, 119.085);
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: rgb(119.085, 119.085, 119.085);
}

.text-primary {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

a.text-primary:hover,
a.text-primary:focus {
  color: rgb(40.2646694215, 95.723553719, 143.5853305785);
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: rgb(35.984375, 82.25, 105.015625);
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: rgb(192.7777777778, 225.8333333333, 179.1666666667);
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: rgb(174.8695652174, 217.0434782609, 238.1304347826);
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: rgb(247.064516129, 236.4838709677, 180.935483871);
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: rgb(227.5869565217, 185.4130434783, 185.4130434783);
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid rgb(238.425, 238.425, 238.425);
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

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

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid rgb(238.425, 238.425, 238.425);
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: rgb(119.085, 119.085, 119.085);
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid rgb(238.425, 238.425, 238.425);
  border-left: 0;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container:before, .container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before, .row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

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

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: rgb(85.425, 85.425, 85.425);
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: rgb(85.425, 85.425, 85.425);
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: rgb(238.425, 238.425, 238.425);
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \9 ;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg, .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: rgb(42.808988764, 84.191011236, 43.5224719101);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(102.5280898876, 177.4719101124, 103.8202247191);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(102.5280898876, 177.4719101124, 103.8202247191);
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206.4127659574, 132.0595744681, 130.5872340426);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206.4127659574, 132.0595744681, 130.5872340426);
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: rgb(114.75, 114.75, 114.75);
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(140.25, 140.25, 140.25);
}
.btn-default:hover {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  background-image: none;
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: rgb(211.65, 211.65, 211.65);
  border-color: rgb(140.25, 140.25, 140.25);
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(45.8493801653, 109.0004132231, 163.5006198347);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
  border-color: rgb(17.9258264463, 42.6161157025, 63.9241735537);
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
  border-color: rgb(32.4460743802, 77.1359504132, 115.7039256198);
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
  background-image: none;
  border-color: rgb(32.4460743802, 77.1359504132, 115.7039256198);
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(32.4460743802, 77.1359504132, 115.7039256198);
  border-color: rgb(17.9258264463, 42.6161157025, 63.9241735537);
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(45.8493801653, 109.0004132231, 163.5006198347);
}
.btn-primary .badge {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(37.3205128205, 85.6794871795, 37.3205128205);
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  background-image: none;
  border-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
  border-color: rgb(37.3205128205, 85.6794871795, 37.3205128205);
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: rgb(69.7715736041, 183.845177665, 217.7284263959);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(26.8020304569, 108.8324873096, 133.1979695431);
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  background-image: none;
  border-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
  border-color: rgb(26.8020304569, 108.8324873096, 133.1979695431);
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: rgb(69.7715736041, 183.845177665, 217.7284263959);
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(152.109375, 94.53125, 12.890625);
}
.btn-warning:hover {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(213.2296875, 132.515625, 18.0703125);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  background-image: none;
  border-color: rgb(213.2296875, 132.515625, 18.0703125);
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(213.2296875, 132.515625, 18.0703125);
  border-color: rgb(152.109375, 94.53125, 12.890625);
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(117.6074766355, 28.0654205607, 25.3925233645);
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  background-image: none;
  border-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
  border-color: rgb(117.6074766355, 28.0654205607, 25.3925233645);
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: rgb(34.6799586777, 82.4466942149, 123.6700413223);
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: rgb(119.085, 119.085, 119.085);
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

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

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav:before, .nav:after {
  display: table;
  content: " ";
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: rgb(238.425, 238.425, 238.425);
}
.nav > li.disabled > a {
  color: rgb(119.085, 119.085, 119.085);
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: rgb(238.425, 238.425, 238.425);
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: rgb(238.425, 238.425, 238.425) rgb(238.425, 238.425, 238.425) #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: rgb(85.425, 85.425, 85.425);
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid rgb(227.15, 227.15, 227.15);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
.brand-primary {
  color: #345954;
}

.brand-secondary {
  color: #FFCD1D;
}

/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url(fonts/Open-Sans-Regular.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url(fonts/Open-Sans-Semi-Bold.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url(fonts/Open-Sans-Bold.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
header {
  height: 15.6rem;
  background-color: transparent;
  color: #345954;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
  font-weight: 600;
  transition: background-color 0.6s, height 0.6s;
}
header .header-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  background-color: #fff;
  z-index: -1;
}
header .header-menu .header-logo-link {
  margin: 1rem 0;
  height: 13.6rem;
  transition: height 0.6s;
  display: inline-block;
  vertical-align: top;
}
header .header-menu .header-logo-link:hover, header .header-menu .header-logo-link:focus {
  outline: none;
  text-decoration: none;
}
header .header-menu .header-logo {
  height: 100%;
  width: auto;
  display: block;
}
@media screen and (max-width: 991px) {
  header .header-menu .header-logo {
    display: none;
  }
}
header .header-menu .header-logo-small {
  height: 100%;
  width: auto;
  display: block;
}
@media screen and (min-width: 992px) {
  header .header-menu .header-logo-small {
    display: none;
  }
}
header .header-menu .menu-container {
  position: relative;
}
header .header-menu .menu-container > ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0.3rem;
  display: flex;
}
header .header-menu .menu-container > ul > li {
  margin-left: 5rem;
  position: relative;
  padding: 0.5rem 0;
}
header .header-menu .menu-container > ul > li.wpml-ls-item {
  margin-left: 2rem;
}
header .header-menu .menu-container > ul > li.wpml-ls-item.wpml-ls-first-item {
  margin-left: 4.4rem;
}
header .header-menu .menu-container > ul > li.wpml-ls-item:after {
  content: "";
  height: 80%;
  width: 0.2rem;
  position: absolute;
  top: 50%;
  right: -1rem;
  transform: translateY(-50%);
  background-color: #345954;
}
header .header-menu .menu-container > ul > li.wpml-ls-item:last-child:after {
  content: none;
}
header .header-menu .menu-container > ul > li.menu-item-has-children:hover > .sub-menu {
  display: block;
}
header .header-menu .menu-container > ul > li > .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: -2rem;
  background: linear-gradient(90deg, #345954 0%, #4D7674 100%);
  border-radius: 1.5rem;
  list-style-type: none;
  padding: 1rem 2rem;
}
header .header-menu .menu-container > ul > li > .sub-menu li {
  padding: 0.2rem 0 0.5rem;
}
header .header-menu .menu-container > ul > li > .sub-menu li a {
  font-size: 1.8rem;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  transition: color 0.3s;
}
header .header-menu .menu-container > ul > li > .sub-menu li a:hover, header .header-menu .menu-container > ul > li > .sub-menu li a:focus {
  color: #FFCD1D;
}
header .header-menu .menu-container > ul > li > a {
  color: #345954;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.5882352941);
  text-decoration: none;
  transition: color 0.3s;
}
header .header-menu .menu-container > ul > li > a:hover {
  color: #1A2F2C;
  text-decoration: none;
}
header .header-menu .menu-container > ul > li.contact {
  margin-left: 4.4rem;
}
header .header-menu .menu-container > ul > li.contact a {
  background-color: #FFCD1D;
  border-radius: 5.1rem;
  padding: 0.6rem 2.6rem 0.9rem;
  color: #1A2F2C;
  transition: background-color 0.6s, color 0.6s;
}
header .header-menu .menu-container > ul > li.contact a:hover {
  background-color: #345954;
  color: #FFCD1D;
}
@media screen and (max-width: 1399px) {
  header .header-menu .menu-container {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  header .header-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .header-menu .mobile-toggle-container, header .header-menu .mobile-menu-container {
    display: none !important;
  }
}
@media screen and (max-width: 1399px) {
  header .header-menu .mobile-menu-container {
    display: none;
    position: absolute;
    left: -1.5rem;
    top: 15.6rem;
    max-height: calc(100vh - 15.6rem);
    width: calc(100% + 3rem);
    overflow-y: auto;
    background-color: #fff;
    z-index: -1;
  }
  header .header-menu .mobile-menu-container > ul {
    padding: 3rem;
    margin: 0;
    list-style-type: none;
  }
  header .header-menu .mobile-menu-container > ul > li {
    display: block;
    padding-bottom: 1rem;
    position: relative;
  }
  header .header-menu .mobile-menu-container > ul > li.wpml-ls-item {
    display: inline-block;
    padding-bottom: 0;
    margin-right: 1.2rem;
  }
  header .header-menu .mobile-menu-container > ul > li.wpml-ls-item:after {
    content: "";
    height: 80%;
    width: 0.2rem;
    position: absolute;
    top: 50%;
    right: -1rem;
    transform: translateY(-50%);
    background-color: #345954;
  }
  header .header-menu .mobile-menu-container > ul > li.wpml-ls-item:last-child:after {
    content: none;
  }
  header .header-menu .mobile-menu-container > ul > li.wpml-ls-item a {
    font-size: 2.4rem;
  }
  header .header-menu .mobile-menu-container > ul > li a {
    color: #345954;
    text-decoration: none;
    font-size: 3rem;
  }
  header .header-menu .mobile-menu-container > ul > li a:hover {
    color: #1A2F2C;
    text-decoration: none;
  }
  header .header-menu .mobile-menu-container > ul > li.contact {
    padding: 1rem 0 3rem;
  }
  header .header-menu .mobile-menu-container > ul > li.contact a {
    background-color: #FFCD1D;
    border-radius: 5.1rem;
    padding: 0.6rem 2.6rem 0.9rem;
    color: #1A2F2C;
    transition: background-color 0.6s, color 0.6s;
  }
  header .header-menu .mobile-menu-container > ul > li.menu-item-has-children .sub-menu {
    display: none;
    list-style-type: none;
    padding: 10px 0 10px 20px;
    font-size: 18px;
  }
  header .header-menu .mobile-menu-container > ul > li.menu-item-has-children .sub-menu li {
    padding: 5px 0;
  }
  header .header-menu .mobile-menu-container > ul > li.menu-item-has-children .sub-menu-toggle {
    z-index: 1;
    cursor: pointer;
    position: absolute;
    top: 0;
    font-size: 32px;
    line-height: 20px;
    right: 4px;
    padding: 0;
    color: #345954;
    display: block;
    transition: transform 0.5s, color 0.5s;
  }
  header .header-menu .mobile-menu-container > ul > li.menu-item-has-children .sub-menu-toggle:before {
    content: "\f107";
    font-family: "fontello";
    display: block;
  }
  header .header-menu .mobile-menu-container > ul > li.menu-item-has-children .sub-menu-toggle:hover, header .header-menu .mobile-menu-container > ul > li.menu-item-has-children .sub-menu-toggle:focus {
    color: #FFCD1D;
  }
  header .header-menu .mobile-menu-container > ul > li.menu-item-has-children.open .sub-menu-toggle {
    transform: rotateX(180deg);
  }
  header .header-menu .mobile-toggle-container {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
  }
  header .header-menu .mobile-toggle-container .mobile-toggle {
    height: 6rem;
    padding: 1.2rem 0;
    border: none;
    margin: 0;
    background-color: transparent;
  }
  header .header-menu .mobile-toggle-container .mobile-toggle span {
    display: block;
    width: 5rem;
    height: 0.3rem;
    background-color: #345954;
    transition: all 0.3s;
  }
  header .header-menu .mobile-toggle-container .mobile-toggle span:nth-child(2) {
    margin: 1rem 0;
  }
  header .header-menu .mobile-toggle-container .mobile-toggle.open span:nth-child(1) {
    transform: translateY(1.3rem) rotate(-45deg);
  }
  header .header-menu .mobile-toggle-container .mobile-toggle.open span:nth-child(2) {
    width: 0;
  }
  header .header-menu .mobile-toggle-container .mobile-toggle.open span:nth-child(3) {
    transform: translateY(-1.3rem) rotate(45deg);
  }
  header .header-menu .mobile-toggle-container .mobile-toggle:hover span {
    background-color: #1A2F2C;
  }
}
@media screen and (max-width: 991px) {
  header {
    height: 7.2rem;
  }
  header .mobile-menu-container {
    top: 7.2rem;
    max-height: calc(100vh - 7.2rem);
  }
  header .header-menu .header-logo-link {
    height: 5.2rem;
  }
}

@media screen and (min-width: 992px) {
  header .menu-item:not(.contact) a {
    position: relative;
  }
  header .menu-item:not(.contact) a:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    bottom: -0.4rem;
    left: 50%;
    transform: translateX(-50%);
    height: 0.4rem;
    background-image: url(images/dot_right.png);
    background-position: center;
    background-repeat: repeat-x;
    background-size: auto 100%;
    transition: width 0.3s;
  }
  header .menu-item:not(.contact) a:hover:after, header .menu-item:not(.contact) a:focus:after {
    width: 100%;
  }
  header .menu-item:not(.contact).wpml-ls-item a:after {
    height: 0.2rem;
    bottom: 0;
    background-image: url(images/dot_right2.png);
  }
  header .menu-item:not(.contact).wpml-ls-current-language a {
    color: #1A2F2C;
  }
  header .menu-item:not(.contact).wpml-ls-current-language a:after {
    width: 100%;
  }
  header.scrolled {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(52, 89, 84, 0.2);
    height: 7.2rem;
  }
  header.scrolled .mobile-menu-container {
    top: 7.2rem;
    max-height: calc(100vh - 7.2rem);
  }
  header.scrolled .header-menu .header-logo-link {
    height: 5.2rem;
  }
  header.scrolled .header-menu .header-logo-link .header-logo {
    display: none;
  }
  header.scrolled .header-menu .header-logo-link .header-logo-small {
    display: block;
  }
}
footer#footer {
  background-color: #fff;
  padding-top: 22rem;
}
footer#footer .footer-container {
  background-color: #1A2F2C;
  padding-bottom: 4rem;
  font-size: 2rem;
  font-weight: 600;
  position: relative;
}
footer#footer .footer-container:before {
  content: "";
  position: absolute;
  top: -8.5vw;
  left: 0;
  width: 100%;
  height: 8.5vw;
  background-image: url(images/slant_footer.svg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  z-index: 0;
}
footer#footer .footer-container .col-sm-12 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer#footer .footer-container .col-sm-12 .footer-logo-link {
  display: block;
}
footer#footer .footer-container .col-sm-12 .footer-logo-link .footer-logo {
  width: 240px;
  display: block;
}
footer#footer .footer-container .col-sm-12 .footer-menu-container ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
footer#footer .footer-container .col-sm-12 .footer-menu-container ul li {
  display: inline-block;
  position: relative;
}
footer#footer .footer-container .col-sm-12 .footer-menu-container ul li a {
  color: #fff;
  transition: color 0.3s;
  margin-right: 5rem;
  text-decoration: none;
}
footer#footer .footer-container .col-sm-12 .footer-menu-container ul li a:hover, footer#footer .footer-container .col-sm-12 .footer-menu-container ul li a:focus {
  color: #FFCD1D;
  text-decoration: none;
}
footer#footer .footer-container .footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
footer#footer .footer-container .footer-content .footer-content-right {
  display: inline-block;
}
footer#footer .footer-container .footer-content .footer-content-right > a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5rem;
  color: #fff;
  transition: color 0.3s;
  text-decoration: none;
}
footer#footer .footer-container .footer-content .footer-content-right > a:hover, footer#footer .footer-container .footer-content .footer-content-right > a:focus {
  color: #FFCD1D;
  text-decoration: none;
}
footer#footer .footer-container .footer-content .footer-content-right .socials {
  display: inline-block;
  vertical-align: middle;
}
footer#footer .footer-container .footer-content .footer-content-right .socials .socials-link {
  display: inline-block;
  margin-left: 2rem;
  width: 4.5rem;
  height: 4.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  filter: brightness(100);
  transition: filter 0.3s;
}
footer#footer .footer-container .footer-content .footer-content-right .socials .socials-link.socials-link-instagram {
  background-image: url(images/instagram.svg);
}
footer#footer .footer-container .footer-content .footer-content-right .socials .socials-link.socials-link-linkedin {
  background-image: url(images/linkedin.svg);
}
footer#footer .footer-container .footer-content .footer-content-right .socials .socials-link:hover, footer#footer .footer-container .footer-content .footer-content-right .socials .socials-link:focus {
  filter: brightness(1);
}
@media screen and (max-width: 991px) {
  footer#footer .footer-container {
    padding-bottom: 2rem;
  }
  footer#footer .footer-container:before {
    height: 8rem;
    top: -7.9rem;
  }
  footer#footer .footer-container .col-sm-12 .footer-menu-container ul li a {
    margin-right: 3rem;
  }
  footer#footer .footer-container .footer-content .footer-content-right > a {
    margin-right: 3rem;
  }
}
@media screen and (max-width: 767px) {
  footer#footer .footer-container {
    font-size: 1.8rem;
  }
  footer#footer .footer-container .col-sm-12 .footer-menu-container ul {
    text-align: center;
  }
  footer#footer .footer-container .col-sm-12 .footer-menu-container ul li a {
    margin: 0 1rem;
  }
  footer#footer .footer-container .footer-content {
    flex-direction: column-reverse;
  }
  footer#footer .footer-container .footer-content .footer-content-right {
    display: flex;
    flex-direction: column;
    padding-bottom: 2rem;
    align-items: center;
  }
  footer#footer .footer-container .footer-content .footer-content-right > a {
    margin-right: 0;
    margin-bottom: 2rem;
  }
  footer#footer .footer-container .footer-content .footer-content-right .socials .socials-link {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

.cta-fullwidth-section .cta-box {
  display: flex;
  border-radius: 9rem;
  padding: 9rem;
  background: #FFCD1D;
  justify-content: space-between;
  color: #345954;
  align-items: center;
  gap: 5rem;
}
.cta-fullwidth-section .cta-box h2 {
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .cta-fullwidth-section .cta-box {
    padding: 4rem;
    border-radius: 4rem;
  }
}
@media screen and (max-width: 991px) {
  .cta-fullwidth-section .cta-box {
    justify-content: center;
    flex-direction: column;
    gap: 3rem;
  }
  .cta-fullwidth-section .cta-box h2 {
    text-align: center;
  }
}

.contactform-section {
  margin-bottom: 50px;
  color: #345954;
}
.contactform-section .wpcf7-form {
  padding: 30px;
  background-color: #feecb5;
  margin: 0 auto;
  display: block;
  border-radius: 30px;
  position: relative;
}
.contactform-section .wpcf7-form .application-form .col-sm-6, .contactform-section .wpcf7-form .application-form .col-sm-12 {
  padding-bottom: 20px;
}
.contactform-section .wpcf7-form .application-form .file-info {
  font-size: 12px;
  display: block;
  text-align: right;
}
.contactform-section .wpcf7-form .application-form .codedropz-upload-wrapper {
  font-size: 16px;
}
.contactform-section .wpcf7-form .application-form .cd-upload-btn:hover, .contactform-section .wpcf7-form .application-form .cd-upload-btn:focus {
  color: #345954;
  text-decoration: underline;
}
.contactform-section .wpcf7-form .application-form .dnd-upload-status .dnd-upload-image {
  border: none;
  border-radius: 0;
}
.contactform-section .wpcf7-form .application-form .dnd-upload-status .dnd-upload-image:before {
  font-size: 28px;
  content: "\f1c1";
  font-family: "fontello";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}
.contactform-section .wpcf7-form .application-form .dnd-upload-status .dnd-upload-image span.file {
  display: none;
}
.contactform-section .wpcf7-form .application-form .dnd-upload-status .dnd-upload-details .name em {
  font-weight: normal;
  font-style: normal;
}
.contactform-section .wpcf7-form .application-form .dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
  padding-right: 5px;
}
.contactform-section .wpcf7-form .application-form .dnd-upload-status .dnd-upload-details .remove-file span:after {
  content: "\e804";
  font-family: "fontello";
  background-image: none;
  line-height: 1;
  text-align: center;
}
.contactform-section .wpcf7-form h3 {
  font-size: 26px;
  color: #345954;
}
.contactform-section .wpcf7-form input[type=text], .contactform-section .wpcf7-form input[type=email], .contactform-section .wpcf7-form select, .contactform-section .wpcf7-form input[type=tel], .contactform-section .wpcf7-form textarea, .contactform-section .wpcf7-form input[type=date] {
  border: none;
  padding: 10px 20px;
  display: block;
  border-radius: 30px !important;
  width: 100%;
  margin-top: 10px;
  background-color: #ffdd83;
}
.contactform-section .wpcf7-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(images/accordion.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 20px;
  padding-right: 50px;
}
.contactform-section .wpcf7-form textarea {
  resize: none;
}
.contactform-section .wpcf7-form label {
  display: block;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0;
}
.contactform-section .wpcf7-form .btn.btn-form {
  border: 2px solid #345954;
  background-color: transparent;
  color: #345954;
  border-radius: 30px;
  padding: 4px 12px;
  font-size: 20px;
  font-weight: 700;
  display: block;
  margin: 0 auto;
  transition: background-color 0.3s, color 0.3s;
}
.contactform-section .wpcf7-form .btn.btn-form:hover, .contactform-section .wpcf7-form .btn.btn-form:focus {
  background-color: #345954;
  color: #fff;
  outline: none;
}
.contactform-section .wpcf7-form .wpcf7-response-output {
  display: block;
  text-align: center;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #C6D4D4;
}
.contactform-section .wpcf7-form .ajax-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: 50px;
  background-repeat: no-repeat;
  background-color: rgba(255, 205, 29, 0.7);
  background-image: url(images/spinner.svg);
}

.owl-slider-section {
  position: relative;
}
.owl-slider-section .owl-slider .slider-item .slider-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.owl-slider-section .owl-slider .slider-item .slider-img {
  height: 28vw;
  background-position: 50% 50%;
  background-size: cover;
  min-height: 450px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.owl-slider-section .owl-slider .slider-item .slider-content {
  color: #fff;
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
.owl-slider-section .owl-slider .slider-item .slider-content h1 {
  text-transform: uppercase;
  margin: 0;
  font-size: 64px;
  line-height: 70px;
  font-weight: 700;
  text-shadow: 0 0 7px #345954;
}
.owl-slider-section .owl-slider .slider-item .slider-content h2 {
  text-transform: uppercase;
  margin: 0;
  text-shadow: 0 0 7px #345954;
}
.owl-slider-section .owl-slider .slider-item .slider-content p {
  margin: 30px 0 0;
  text-shadow: 0 0 7px #345954;
}
body:not(.home) .owl-slider-section .owl-slider .slider-item .slider-content h1 {
  font-size: 30px;
}
body:not(.home) .owl-slider-section .owl-slider .slider-item .slider-content h2 {
  font-size: 22px;
}
.owl-slider-section .owl-slider .slider-item .slider-content a {
  color: #fff;
  margin-top: 30px;
  display: inline-block;
  font-size: 36px;
  line-height: 40px;
  border: 4px solid #fff;
  border-radius: 40px;
  text-shadow: 0 0 7px #345954;
  box-shadow: 0 0 7px #345954;
  padding: 10px 30px;
  text-align: center;
  font-weight: 700;
  transition: border-color 0.3s, color 0.3s;
}
.owl-slider-section .owl-slider .slider-item .slider-content a:hover {
  text-decoration: none;
  color: #FFCD1D;
  border-color: #FFCD1D;
}
@media screen and (max-width: 1200px) {
  .owl-slider-section .owl-slider .slider-item .slider-content h1 {
    font-size: 56px;
    line-height: 60px;
  }
  .owl-slider-section .owl-slider .slider-item .slider-content a {
    font-size: 32px;
    line-height: 38px;
    border: 3px solid #fff;
    border-radius: 38px;
  }
}
@media screen and (max-width: 991px) {
  .owl-slider-section .owl-slider .slider-item .slider-content h1 {
    font-size: 50px;
    line-height: 58px;
  }
  .owl-slider-section .owl-slider .slider-item .slider-content p, .owl-slider-section .owl-slider .slider-item .slider-content a {
    margin: 20px 0 0;
  }
  .owl-slider-section .owl-slider .slider-item .slider-content a {
    font-size: 30px;
    line-height: 36px;
    border-radius: 36px;
  }
}
@media screen and (max-width: 767px) {
  .owl-slider-section .owl-slider .slider-item .slider-content h1 {
    font-size: 36px;
    line-height: 42px;
  }
  .owl-slider-section .owl-slider .slider-item .slider-content p, .owl-slider-section .owl-slider .slider-item .slider-content a {
    margin: 20px 0 0;
  }
  .owl-slider-section .owl-slider .slider-item .slider-content a {
    font-size: 24px;
    line-height: 28px;
    border: 2px solid #fff;
    border-radius: 28px;
  }
}
.owl-slider-section .owl-slider-dots-container {
  width: 100%;
  top: calc(100% - 50px);
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  z-index: 1;
  text-align: center;
}
.owl-slider-section .owl-slider-dots-container .owl-slider-dots {
  position: relative;
}
.owl-slider-section .owl-slider-dots-container .owl-slider-dots .owl-dot {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 7px solid transparent;
  background-color: transparent;
  position: relative;
  margin: 10px;
  vertical-align: top;
}
.owl-slider-section .owl-slider-dots-container .owl-slider-dots .owl-dot:only-child {
  display: none !important;
}
.owl-slider-section .owl-slider-dots-container .owl-slider-dots .owl-dot:focus {
  outline: none;
}
.owl-slider-section .owl-slider-dots-container .owl-slider-dots .owl-dot span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 16px;
  height: 16px;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background-color: #FFCD1D;
}
.owl-slider-section .owl-slider-dots-container .owl-slider-dots .owl-dot.active {
  border: 5px solid rgba(255, 221, 131, 0.5);
}
.owl-slider-section .owl-slider-dots-container .owl-slider-dots .owl-dot.active span {
  width: 20px;
  height: 20px;
}

.owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}

.heroshot-section.heroshot-video-section {
  height: 28vw;
  min-height: 450px;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  justify-content: center;
}
.heroshot-section.heroshot-video-section .heroshot-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
}
.heroshot-section.heroshot-video-section .heroshot-content {
  color: #fff;
}
.heroshot-section.heroshot-video-section .heroshot-content h1 {
  text-transform: uppercase;
  margin: 0;
  font-size: 64px;
  line-height: 70px;
  font-weight: 700;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
.heroshot-section.heroshot-video-section .heroshot-content h2 {
  text-transform: uppercase;
  margin: 0;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
.heroshot-section.heroshot-video-section .heroshot-content p {
  margin: 30px 0 0;
}
.heroshot-section.heroshot-video-section .heroshot-content a {
  color: #fff;
  margin-top: 30px;
  display: inline-block;
  font-size: 36px;
  line-height: 40px;
  border: 4px solid #fff;
  border-radius: 40px;
  padding: 10px 30px;
  text-align: center;
  font-weight: 700;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4), inset 0 0 20px rgba(0, 0, 0, 0.2);
  transition: border-color 0.3s, color 0.3s, box-shadow 0.3s;
}
.heroshot-section.heroshot-video-section .heroshot-content a:hover {
  text-decoration: none;
  color: #FFCD1D;
  border-color: #FFCD1D;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 1200px) {
  .heroshot-section.heroshot-video-section .heroshot-content h1 {
    font-size: 56px;
    line-height: 60px;
  }
  .heroshot-section.heroshot-video-section .heroshot-content a {
    font-size: 32px;
    line-height: 38px;
    border: 3px solid #fff;
    border-radius: 38px;
  }
}
@media screen and (max-width: 991px) {
  .heroshot-section.heroshot-video-section .heroshot-content h1 {
    font-size: 50px;
    line-height: 58px;
  }
  .heroshot-section.heroshot-video-section .heroshot-content p, .heroshot-section.heroshot-video-section .heroshot-content a {
    margin: 20px 0 0;
  }
  .heroshot-section.heroshot-video-section .heroshot-content a {
    font-size: 30px;
    line-height: 36px;
    border-radius: 36px;
  }
}
@media screen and (max-width: 767px) {
  .heroshot-section.heroshot-video-section .heroshot-content h1 {
    font-size: 44px;
    line-height: 50px;
  }
  .heroshot-section.heroshot-video-section .heroshot-content p, .heroshot-section.heroshot-video-section .heroshot-content a {
    margin: 20px 0 0;
  }
  .heroshot-section.heroshot-video-section .heroshot-content a {
    font-size: 24px;
    line-height: 28px;
    border: 2px solid #fff;
    border-radius: 28px;
  }
}

.hero-section {
  padding-top: 22rem;
  padding-bottom: 29rem;
  min-height: 100vh;
  width: 100%;
  position: fixed;
  z-index: -1;
  display: flex;
  align-items: center;
}
.hero-section h1 {
  color: #fff;
  font-weight: 600;
  font-size: clamp(6.5rem, 7vw, 11rem);
  text-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.5);
  margin: 0;
}
.hero-section .hero-subtitle {
  color: #fff;
  font-weight: 600;
  font-size: clamp(2.5rem, 3vw, 4.5rem);
  text-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.5);
}
.hero-section .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero-section .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.hero-small-section {
  padding-top: 22rem;
  padding-bottom: 26rem;
  display: flex;
  align-items: center;
}
.hero-small-section h1 {
  color: #fff;
  font-weight: 600;
  font-size: clamp(6.5rem, 7vw, 10rem);
  text-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.5);
  margin: 0;
}
.hero-small-section .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-small-section .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.hero-small-section + .slant {
  margin-top: -16.1rem;
}
@media screen and (max-width: 991px) {
  .hero-small-section {
    padding-top: 14rem;
    padding-bottom: 24rem;
  }
}

.slant {
  position: relative;
  width: calc(100% + 0.2rem);
  margin-left: -0.1rem;
  margin-bottom: -0.1rem;
  margin-top: calc(100vh - 16.1rem);
  height: 16rem;
  background-image: url(images/slant.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
}
@media screen and (min-width: 1200px) {
  .slant {
    height: 7.5vw;
  }
}
.slant:before {
  content: "";
  position: absolute;
  top: -20vh;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(to bottom, transparent 0%, rgba(255, 205, 29, 0.5) 100%);
}

@keyframes bubbleAnimation {
  0% {
    border: 15px solid #ffdd83;
  }
  50% {
    border: 15px solid #feecb5;
  }
  100% {
    border: 15px solid #ffdd83;
  }
}
.bubbles-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.bubbles-section .bubbles {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.bubbles-section .bubbles .bubble {
  border-radius: 100%;
  background-color: #feecb5;
  position: relative;
  width: 100%;
  border: 15px solid #ffdd83;
  transition: border-color 300ms;
}
.bubbles-section .bubbles .bubble.bubble-animation {
  animation: bubbleAnimation;
  animation-duration: 1s;
  animation-iteration-count: 3;
  -webkit-animation-timing-function: ease-in-out; /* Chrome, Safari, Opera */
  animation-timing-function: ease-in-out;
}
.bubbles-section .bubbles .bubble:hover {
  border: 15px solid #feecb5;
}
.bubbles-section .bubbles .bubble:nth-child(2) {
  margin: 30px;
}
.bubbles-section .bubbles .bubble:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.bubbles-section .bubbles .bubble .bubble-content {
  position: absolute;
  color: #345954;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 26px;
  min-width: 80%;
}
.bubbles-section .bubbles a.bubble {
  color: #fff;
}
.bubbles-section .bubbles a.bubble:hover:before, .bubbles-section .bubbles a.bubble:focus:before {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .bubbles-section .bubbles .bubble .bubble-content {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .bubbles-section .bubbles {
    flex-wrap: wrap;
  }
  .bubbles-section .bubbles .bubble {
    max-width: 250px;
    margin: 30px;
  }
  .bubbles-section .bubbles .bubble:nth-child(2) {
    margin: 30px;
  }
}

.numbers-section {
  color: #345954;
  position: relative;
}
.numbers-section:before {
  content: "";
  position: absolute;
  top: 22rem;
  bottom: 5rem;
  width: 100%;
  left: 0;
  background-repeat: repeat;
  background-image: url(images/square_row.svg);
  background-position: center top;
  background-size: auto 33.33%;
}
.numbers-section h2 {
  margin-bottom: 8rem;
}
.numbers-section .numbers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(19rem, 1fr));
  grid-gap: 4rem;
}
.numbers-section .numbers .number-item {
  padding: 2rem;
  text-align: center;
  background-color: #FFCD1D;
  display: flex;
  justify-content: center;
  flex-direction: column;
  aspect-ratio: 1;
  border-radius: 3rem;
  font-weight: 600;
}
.numbers-section .numbers .number-item .number {
  font-size: 8rem;
}
.numbers-section .numbers .number-item .number-text {
  display: block;
  font-size: 2.4rem;
  line-height: 1.3;
  min-height: 9.4rem;
}
@media screen and (max-width: 1399px) {
  .numbers-section .numbers .number-item .number {
    font-size: 7rem;
  }
}
@media screen and (max-width: 1200px) {
  .numbers-section .numbers {
    grid-template-columns: repeat(2, 1fr);
    max-width: 80rem;
    margin: 0 auto;
  }
  .numbers-section .numbers .number-item .number {
    font-size: 10rem;
  }
  .numbers-section .numbers .number-item .number-text {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 991px) {
  .numbers-section:before {
    background-size: auto 14.2857%;
    top: 26rem;
  }
  .numbers-section .numbers {
    max-width: 40rem;
    margin: 0 auto;
    grid-template-columns: repeat(1, 1fr);
  }
  .numbers-section .numbers .number-item .number-text {
    font-size: 2.5rem;
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .numbers-section .numbers .number-item .number {
    font-size: clamp(5.4rem, 20vw, 10rem);
  }
  .numbers-section .numbers .number-item .number-text {
    font-size: clamp(2rem, 6vw, 2.5rem);
  }
}

.three-columns-text-section, .two-columns-text-section, .text-section {
  padding-top: 30px;
  padding-bottom: 30px;
}
.three-columns-text-section img, .two-columns-text-section img, .text-section img {
  max-width: 100%;
}
.three-columns-text-section + .three-columns-text-section, .three-columns-text-section + .two-columns-text-section, .three-columns-text-section + .text-section, .two-columns-text-section + .three-columns-text-section, .two-columns-text-section + .two-columns-text-section, .two-columns-text-section + .text-section, .text-section + .three-columns-text-section, .text-section + .two-columns-text-section, .text-section + .text-section {
  padding-top: 0;
}

.img-fullwidth-section {
  height: 21.9vw;
  background-position: 50% 50%;
  background-size: cover;
  min-height: 400px;
}

.map-section {
  padding-top: 30px;
  padding-bottom: 30px;
}
.map-section .map-container {
  position: relative;
  margin-bottom: 30px;
}
.map-section .map-container img {
  width: 100%;
  display: block;
}
.map-section .map-container .map-locations {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.map-section .map-container .map-locations .map-location {
  transform: translate(-50%, -50%);
  color: #fff;
  background-color: #FFCD1D;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  cursor: pointer;
}
.map-section .map-container .map-locations .map-location div {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFCD1D;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.map-section .map-container .map-locations .map-location:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border-radius: 100%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 205, 29, 0.5);
  transition: width 0.3s, height 0.3s;
  z-index: -1;
  pointer-events: none;
}
.map-section .map-container .map-locations .map-location:hover:before, .map-section .map-container .map-locations .map-location:focus:before, .map-section .map-container .map-locations .map-location.active:before {
  width: 100%;
  height: 100%;
}
.map-section .map-container .map-locations .map-location[data-size="1"] {
  width: calc(5% + 4 * 1px);
  height: calc(5% + 4 * 1px);
}
.map-section .map-container .map-locations .map-location[data-size="2"] {
  width: calc(5% + 4 * 2px);
  height: calc(5% + 4 * 2px);
}
.map-section .map-container .map-locations .map-location[data-size="3"] {
  width: calc(5% + 4 * 3px);
  height: calc(5% + 4 * 3px);
}
.map-section .map-container .map-locations .map-location[data-size="4"] {
  width: calc(5% + 4 * 4px);
  height: calc(5% + 4 * 4px);
}
.map-section .map-container .map-locations .map-location[data-size="5"] {
  width: calc(5% + 4 * 5px);
  height: calc(5% + 4 * 5px);
}
.map-section .map-location-contents .map-location-content:not(:first-child) {
  display: none;
}
.map-section .map-location.map-marker-icon {
  background-color: transparent !important;
}
.map-section .map-location.map-marker-icon.active {
  pointer-events: none;
  z-index: 98;
}
.map-section .map-location.map-marker-icon.active img {
  scale: 2;
  filter: hue-rotate(130deg) saturate(400%) brightness(35%) contrast(120%);
  transition: scale 1600ms, filter 1600ms;
}
.map-section .map-location.map-marker-icon:not(.active):hover {
  z-index: 99;
}
.map-section .map-location.map-marker-icon:hover img {
  filter: hue-rotate(130deg) saturate(400%) brightness(35%) contrast(120%);
  transition: filter 600ms;
}
.map-section .map-location.map-marker-icon div, .map-section .map-location.map-marker-icon:before {
  background-color: transparent !important;
}
.map-section .map-location.map-marker-icon img {
  transition: scale 600ms, filter 600ms;
  height: 50px;
  width: 70px;
  object-fit: contain;
}

.cards-section .cards {
  display: grid;
  gap: 3rem;
}
.cards-section .cards.cards-2 {
  grid-template-columns: repeat(2, 1fr);
}
.cards-section .cards.cards-3 {
  grid-template-columns: repeat(3, 1fr);
}
.cards-section .cards.cards-4 {
  grid-template-columns: repeat(4, 1fr);
}
.cards-section .cards .card {
  border: 0.2rem solid #C6D4D4;
  border-radius: 1.6rem;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cards-section .cards .card .card__header {
  padding: 3rem;
}
.cards-section .cards .card .card__header .card__title {
  margin: 0;
  font-weight: 600;
  font-size: 3rem;
  color: #4D7674;
}
.cards-section .cards .card .card__header + .card__content {
  border-top: 0.1rem solid #C6D4D4;
}
.cards-section .cards .card .card__header:first-child:last-child {
  text-align: center;
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
}
.cards-section .cards .card .card__content {
  flex-grow: 1;
  padding: 1.5rem 0;
  margin: 0 3rem;
}
.cards-section .cards .card .card__image {
  width: 100%;
  height: auto;
  aspect-ratio: 516/358;
  display: block;
  object-fit: cover;
}
.cards-section .cards .card .card__image.object-contain {
  object-fit: contain;
}
.cards-section .cards .card .card__image.object-cover {
  object-fit: cover;
}
.cards-section .cards .card .card__footer {
  border-top: 0.1rem solid #C6D4D4;
  margin: 0 3rem 2rem;
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 1200px) {
  .cards-section .cards.cards-3, .cards-section .cards.cards-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .cards-section .cards.cards-2, .cards-section .cards.cards-3, .cards-section .cards.cards-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.card__linkfooter {
  margin: 0 3rem 5rem;
  padding-top: 4rem;
  border-top: 0.1rem solid #C6D4D4;
}
.card__linkfooter .card__link {
  font-weight: 700;
  text-decoration: underline;
  display: block;
  position: relative;
  padding-right: 8rem;
}
.card__linkfooter .card__link:before {
  content: "";
  position: absolute;
  right: 0.6rem;
  width: 6rem;
  height: 6rem;
  border-radius: 1.6rem;
  top: 50%;
  transform: translateY(-50%) rotate(-25deg);
  background-color: #FFCD1D;
  transition: background-color 0.3s;
  z-index: 0;
}
.card__linkfooter .card__link:after {
  content: "";
  position: absolute;
  right: 0.6rem;
  width: 6rem;
  height: 6rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(images/arrow.svg);
  background-size: 4.4rem;
  background-repeat: no-repeat;
  background-position: 50%;
  z-index: 1;
}
.card__linkfooter .card__link:hover:before {
  background-color: #1A2F2C;
}

.text-and-image-section + .text-and-image-section {
  padding-top: 0;
}
.text-and-image-section.text-and-image-imageleft .first-col {
  text-align: right;
  padding-right: 5rem;
}
.text-and-image-section.text-and-image-imageleft .first-col img {
  display: inline-block;
}
.text-and-image-section.text-and-image-imageleft .first-col + .col-md-6 {
  padding-left: 5rem;
}
.text-and-image-section.text-and-image-imageright .col-md-6 {
  padding-left: 5rem;
}
.text-and-image-section.text-and-image-imageright .col-md-6.first-col {
  padding-left: 1.5rem;
  padding-right: 5rem;
}
.text-and-image-section .col-md-6 > *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .text-and-image-section.text-and-image-imageleft .first-col {
    text-align: left;
    padding-right: 1.5rem;
  }
  .text-and-image-section.text-and-image-imageleft .first-col img {
    margin-bottom: 3rem;
  }
  .text-and-image-section.text-and-image-imageleft .first-col + .col-md-6 {
    padding-left: 1.5rem;
  }
  .text-and-image-section.text-and-image-imageright .col-md-6 {
    padding-left: 1.5rem;
  }
  .text-and-image-section.text-and-image-imageright .col-md-6 img {
    margin-bottom: 3rem;
  }
  .text-and-image-section.text-and-image-imageright .col-md-6.first-col {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.title-section {
  padding-top: 70px;
  padding-bottom: 30px;
}

.history-section {
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}
.history-section .history {
  position: relative;
  margin-top: 20px;
}
.history-section .history #history-svg {
  position: absolute;
}
.history-section .history #history-svg svg {
  overflow: visible !important;
}
.history-section .history .history-item {
  width: 25%;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 70px;
  opacity: 0;
  transition: opacity 1.5s;
  transition-delay: 1600ms;
}
@media screen and (max-width: 991px) {
  .history-section .history .history-item {
    width: 33%;
  }
}
@media screen and (max-width: 767px) {
  .history-section .history .history-item {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .history-section .history .history-item {
    width: 100%;
  }
}
.history-section .history .history-item.item-in .history-item-inner {
  display: block;
  text-shadow: none;
  transition-delay: 200ms !important;
  transition: transform 600ms !important;
}
.history-section .history .history-item.item-in .history-item-inner .history-dot {
  transform: scale(1);
  transition: transform 600ms;
}
.history-section .history .history-item.item-in .history-item-inner:hover {
  transform: scale(1.1);
}
.history-section .history .history-item.item-in .history-item-inner:hover .history-dot {
  transform: scale(0.9);
}
.history-section .history .history-item.item-in .history-item-inner:hover .history-dot:before {
  opacity: 0;
}
@media screen and (max-width: 480px) {
  .history-section .history .history-item.item-in-1 {
    transition-delay: 1600ms;
    opacity: 1;
  }
  .history-section .history .history-item.item-in-2 {
    transition-delay: 1600ms;
    opacity: 1;
  }
  .history-section .history .history-item.item-in-3 {
    transition-delay: 1600ms;
    opacity: 1;
  }
  .history-section .history .history-item.item-in-4 {
    transition-delay: 1600ms;
    opacity: 1;
  }
}
@media screen and (min-width: 481px) {
  .history-section .history .history-item.item-in-1, .history-section .history .history-item.item-in-3 {
    transition-delay: 1700ms;
    opacity: 1;
  }
  .history-section .history .history-item.item-in-2, .history-section .history .history-item.item-in-4 {
    transition-delay: 2000ms;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .history-section .history .history-item.item-in-1 {
    transition-delay: 1600ms;
    opacity: 1;
  }
  .history-section .history .history-item.item-in-2 {
    transition-delay: 1600ms;
    opacity: 1;
  }
  .history-section .history .history-item.item-in-3 {
    transition-delay: 1600ms;
    opacity: 1;
  }
  .history-section .history .history-item.item-in-4 {
    transition-delay: 1600ms;
    opacity: 1;
  }
}
@media screen and (min-width: 992px) {
  .history-section .history .history-item.item-in-1 {
    transition-delay: 1700ms;
    opacity: 1;
  }
  .history-section .history .history-item.item-in-2 {
    transition-delay: 2000ms;
    opacity: 1;
  }
  .history-section .history .history-item.item-in-3 {
    transition-delay: 2500ms;
    opacity: 1;
  }
  .history-section .history .history-item.item-in-4 {
    transition-delay: 3200ms;
    opacity: 1;
  }
}
.history-section .history .history-item .history-top {
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 70px;
  position: relative;
}
.history-section .history .history-item .history-top .history-dot {
  position: absolute;
  bottom: -50px;
  width: 30px;
  height: 30px;
}
.history-section .history .history-item .history-top .history-dot:after {
  content: "";
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
  top: 4px;
  border-radius: 50%;
  background-color: #FFCD1D;
  left: 4px;
}
.history-section .history .history-item .history-top .history-dot:before {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  top: 0;
  border-radius: 50%;
  background-color: #feecb5;
  transition: opacity 1s;
}
.history-section .history .history-item .history-top .history-img {
  padding-top: 10px;
  padding-bottom: 0;
}
.history-section .history .history-item .history-img {
  padding-top: 0;
  padding-bottom: 10px;
}
.history-section .history .history-item .history-img img {
  max-width: 150px;
  max-height: 80px;
  width: auto;
  height: auto;
  margin: 0 auto;
}
.history-section .history .history-item .history-date {
  font-weight: 700;
  font-size: 40px;
}
.history-section .history .history-item .history-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  width: 100%;
}

.accordion-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.accordion-section h3 + .accordion {
  margin-top: 10px;
}
.accordion-section .accordion + h3 {
  margin-top: 50px;
}
.accordion-section .accordion .accordion-item {
  margin-bottom: 20px;
  border-radius: 25px;
}
.accordion-section .accordion .accordion-item .accordion-item-header {
  cursor: pointer;
  position: relative;
  background-color: #feecb5;
  padding: 10px 60px 10px 30px;
  border-radius: 30px;
  color: #345954 !important;
}
.accordion-section .accordion .accordion-item .accordion-item-header h3 {
  color: #345954;
  margin: 0;
  font-weight: normal;
}
.accordion-section .accordion .accordion-item .accordion-item-title {
  background-color: #feecb5;
  padding: 10px 60px 10px 30px;
  border-radius: 30px;
  font-size: 24px;
  color: #345954;
  position: relative;
  cursor: pointer;
}
.accordion-section .accordion .accordion-item .accordion-item-title:after {
  content: "";
  background-image: url(images/accordion.svg);
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s;
}
.accordion-section .accordion .accordion-item .accordion-item-title.accordion-item-title-open:after {
  transform: translateY(-50%) rotate(180deg);
}
.accordion-section .accordion .accordion-item .accordion-item-content {
  padding: 30px;
  display: none;
}
.accordion-section .accordion .accordion-item .accordion-item-content a.cta-btn {
  background-color: #FFCD1D;
  color: #1A2F2C;
  border-radius: 40px;
  padding: 10px 20px;
  margin-top: 10px;
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
.accordion-section .accordion .accordion-item .accordion-item-content a.cta-btn:hover, .accordion-section .accordion .accordion-item .accordion-item-content a.cta-btn:focus {
  background-color: #345954;
  color: #FFCD1D;
  text-decoration: none;
}
.accordion-section .accordion .accordion-item .accordion-item-content > *:last-child {
  margin-bottom: 0;
}

.slider-section .slider {
  padding: 0 5rem;
}
.slider-section .slider .splide__arrows .splide__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-25deg);
  width: 6rem;
  height: 6rem;
  padding: 0;
  margin: 0;
  background-color: #FFCD1D;
  transition: background-color 0.3s;
  border-radius: 1rem;
  border: none;
  z-index: 1;
}
.slider-section .slider .splide__arrows .splide__arrow:before {
  content: "";
  position: absolute;
  width: 6rem;
  height: 6rem;
  top: 0;
  left: 0;
  background-color: transparent;
  background-image: url(images/arrow.svg);
  background-size: 4.4rem;
  background-position: 50%;
  background-repeat: no-repeat;
}
.slider-section .slider .splide__arrows .splide__arrow--prev {
  left: -5rem;
}
.slider-section .slider .splide__arrows .splide__arrow--prev:before {
  transform: rotate(-155deg);
}
.slider-section .slider .splide__arrows .splide__arrow--next {
  right: -5rem;
}
.slider-section .slider .splide__arrows .splide__arrow--next:before {
  transform: rotate(25deg);
}
.slider-section .slider .splide__arrows .splide__arrow:hover {
  background-color: #1A2F2C;
}
.slider-section .slider .splide-slider-item .splide-slider-img {
  border-radius: 3rem;
  overflow: hidden;
}
.slider-section .slider .splide-slider-item .splide-slider-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 516/358;
  object-fit: cover;
  display: block;
}
.slider-section .slider .splide-slider-item .splide-slider-title {
  font-size: 2.6rem;
  font-weight: 700;
}
.slider-section h3, .slider-section .splide-slider-description {
  margin: 15px 25px;
}

.brand-primary {
  color: #345954;
}

.brand-secondary {
  color: #FFCD1D;
}

/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url(fonts/Open-Sans-Regular.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url(fonts/Open-Sans-Semi-Bold.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url(fonts/Open-Sans-Bold.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@media screen and (min-width: 992px) {
  .text-and-image-section.text-and-image-imageright .col-md-6 {
    float: right;
  }
  .text-and-image-section.text-and-image-imageright .col-md-6 + .col-md-6 {
    float: left;
  }
}
#content404 {
  text-align: center;
}
#content404 .text404 {
  padding: 25vh 25vw;
}

p {
  margin: 0 0 1em;
}

a {
  color: #345954;
  text-decoration: underline;
}
a:hover, a:focus {
  color: #1A2F2C;
}

.title-section + section, .bubbles-section + .bubbles-section {
  padding-top: 0;
}

img.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}
img.aligncenter {
  display: block;
  margin: auto;
  float: none;
}
img.alignright {
  float: right;
  margin: 0 0 15px 15px;
}

html {
  font-size: 10px;
}

body {
  color: #4D7674;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 2.3rem;
}
body section:not(.hero-section):not(.owl-slider-section):not(.heroshot-video-section):not(.hero-small-section) h1, body section:not(.hero-section):not(.owl-slider-section):not(.heroshot-video-section):not(.hero-small-section) h2:not(.normal) {
  position: relative;
}
body section:not(.hero-section):not(.owl-slider-section):not(.heroshot-video-section):not(.hero-small-section) h1:after, body section:not(.hero-section):not(.owl-slider-section):not(.heroshot-video-section):not(.hero-small-section) h2:not(.normal):after {
  content: "";
  position: absolute;
  display: block;
  width: 50vw;
  height: 100%;
  top: calc(50% - 0.8rem);
  right: calc(200% + 2rem);
  transform: translateY(-50%);
  background-image: url(images/dot_right.png);
  background-repeat: repeat-x;
  background-position: right center;
  background-size: auto 0.8rem;
  transition: right 1s;
}
body section:not(.hero-section):not(.owl-slider-section):not(.heroshot-video-section):not(.hero-small-section) h1.in-view:after, body section:not(.hero-section):not(.owl-slider-section):not(.heroshot-video-section):not(.hero-small-section) h2:not(.normal).in-view:after {
  right: calc(100% + 2rem);
}
body section:not(.hero-section):not(.owl-slider-section):not(.heroshot-video-section):not(.hero-small-section).vorteile-section h1, body section:not(.hero-section):not(.owl-slider-section):not(.heroshot-video-section):not(.hero-small-section).vorteile-section h2 {
  color: #345954;
}
body section:not(.hero-section):not(.owl-slider-section):not(.heroshot-video-section):not(.hero-small-section).vorteile-section h1:after, body section:not(.hero-section):not(.owl-slider-section):not(.heroshot-video-section):not(.hero-small-section).vorteile-section h2:after {
  background-image: url(images/dot_right2.png);
}
body section:not(.contact-section) ul {
  padding: 0;
  margin: 0 0 3rem;
  list-style-type: none;
}
body section:not(.contact-section) ul li {
  display: block;
  padding-left: 5rem;
  position: relative;
}
body section:not(.contact-section) ul li:before {
  content: "";
  width: 1rem;
  height: 1rem;
  display: block;
  position: absolute;
  top: 1.2rem;
  left: 2rem;
  background-color: #FFCD1D;
  border-radius: 0.3rem;
}
@media screen and (max-width: 767px) {
  body section:not(.contact-section) ul li {
    padding-left: 3rem;
  }
  body section:not(.contact-section) ul li:before {
    left: 1rem;
  }
}
body section.vorteile-section:not(.contact-section) li:before {
  background-color: #345954;
}

.page-content {
  overflow: hidden;
}
.page-content > *:first-child:not(.hero-section):not(.hero-small-section) {
  margin-top: 15.6rem;
}
.page-content section:last-child.cta-fullwidth-section {
  margin-bottom: 0;
}

section {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #fff;
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  color: #345954;
}

h2 {
  font-size: 4.3rem;
  font-weight: 600;
  margin: 0 0 1em;
}

h3 {
  font-size: 2.8rem;
  font-weight: 600;
  margin: 0 0 1em;
}

h2:not(.normal) {
  position: relative;
  display: inline-block;
  border-radius: 1em;
  text-align: center;
  margin-left: 1rem;
  color: #FFCD1D;
  padding: 0 5rem 2.4rem 4rem;
  z-index: 2;
  background: linear-gradient(270deg, #FCE69A 0%, #C6D4D4 100%);
}
h2:not(.normal):before {
  content: "";
  position: absolute;
  top: -1rem;
  left: -1rem;
  width: 100%;
  height: 100%;
  border-radius: 1em;
  z-index: -1;
  background: linear-gradient(90deg, #345954 0%, #4D7674 100%);
}

.contact-form .wpcf7-submit {
  border: 3px solid #fff !important;
  transition: 300ms;
  background-color: #345954;
  color: #fff;
}
.contact-form .wpcf7-submit:hover {
  background-color: #4D7674;
  border-color: #4D7674 !important;
  color: #FFCD1D;
}

.contactform-section {
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.bubbles-section h2, .accordion-section h2 {
  color: #FFCD1D;
}

.video-section .videotext {
  font-size: 50px;
}
@media screen and (max-width: 667px) {
  .video-section .videotext {
    font-size: 30px;
  }
}

.contact-form span, .contact-form {
  color: #345954;
}

.btn.btn-big {
  display: block;
  font-size: 4.3rem;
  border: none;
  border-radius: 5.7rem;
  padding: 1.5rem 4.5rem 1.8rem;
  text-align: center;
  font-weight: 700;
  background-color: #fff;
  color: #345954;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
.btn.btn-big:hover, .btn.btn-big:focus {
  background-color: #345954;
  color: #FFCD1D;
}

.primary-bg-section {
  position: relative;
}
.primary-bg-section:before {
  content: "";
  position: absolute;
  top: 24rem;
  bottom: 12rem;
  width: 100%;
  left: 0;
  background-repeat: repeat;
  background-image: url(images/square.svg);
  background-position: center top;
  background-size: auto 20%;
}

.secondary-bg-section {
  position: relative;
}
.secondary-bg-section:before {
  content: "";
  position: absolute;
  top: 24rem;
  bottom: 12rem;
  width: 100%;
  left: 0;
  background-repeat: repeat;
  background-image: url(images/square_row.svg);
  background-position: center top;
  background-size: auto 20%;
}

.container {
  width: calc(100% - 3rem);
  max-width: 1628px;
}

@media screen and (max-width: 1200px) {
  h2 {
    font-size: 3.6rem;
  }
  h3 {
    font-size: 2.6rem;
  }
  .btn.btn-big {
    font-size: 3.6rem;
    border-radius: 4.2rem;
    padding: 1.2rem 4rem 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  h2 {
    font-size: 3.2rem;
  }
  h3 {
    font-size: 2.4rem;
  }
  .btn.btn-big {
    font-size: 2.6rem;
    border-radius: 3.2rem;
    padding: 1rem 3rem 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 2.6rem;
  }
  h3 {
    font-size: 2.2rem;
  }
  .secondary-bg-section:before, .primary-bg-section:before {
    background-size: auto 14.2857%;
  }
}
