@charset "UTF-8";
/* RWD */
/* RWD */
@keyframes Rotate {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/***** HEADERS *****/
.section-header {
  padding: 0 0 24px 0;
}
.section-header--more-space-below {
  padding: 0 0 54px 0;
}

.section-subheader {
  padding: 0 0 20px 0;
}

.subsection-header {
  padding: 0 0 32px 0;
}

.subsection-subheader {
  padding: 0 0 20px 0;
}

.section-pretitle {
  font-size: 14px;
  color: #3D3D3D;
  font-style: italic;
  font-weight: 400;
}
@media (min-width: 1300px) {
  .section-pretitle {
    font-size: 16px;
  }
}

.simple-header {
  padding: 0 0 16px 0;
}

.plain-header {
  padding: 0 0 8px 0;
}
@media (min-width: 1700px) {
  .plain-header {
    padding-bottom: 12px;
  }
}

.section-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 0.01em;
}
@media (min-width: 550px) {
  .section-title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (min-width: 1100px) {
  .section-title {
    font-size: 54px;
    line-height: 62px;
  }
}
@media (min-width: 1700px) {
  .section-title {
    font-size: 70px;
    line-height: 80px;
  }
}

.section-title--large {
  font-size: 30px;
}
@media (min-width: 420px) {
  .section-title--large {
    font-size: 34px;
  }
}
@media (min-width: 480px) {
  .section-title--large {
    font-size: 36px;
  }
}
@media (min-width: 1300px) {
  .section-title--large {
    font-size: 40px;
  }
}
@media (min-width: 1700px) {
  .section-title--large {
    font-size: 50px;
  }
}

.section-title--small {
  font-size: 22px;
}
@media (min-width: 420px) {
  .section-title--small {
    font-size: 24px;
  }
}
@media (min-width: 480px) {
  .section-title--small {
    font-size: 26px;
  }
}
@media (min-width: 1300px) {
  .section-title--small {
    font-size: 28px;
  }
}
@media (min-width: 1700px) {
  .section-title--small {
    font-size: 30px;
  }
}

.section-subtitle {
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 420px) {
  .section-subtitle {
    font-size: 22px;
  }
}
@media (min-width: 480px) {
  .section-subtitle {
    font-size: 24px;
  }
}
@media (min-width: 1300px) {
  .section-subtitle {
    font-size: 26px;
  }
}
@media (min-width: 1700px) {
  .section-subtitle {
    font-size: 28px;
  }
}

.section-subtitle--large {
  font-size: 24px;
}
@media (min-width: 420px) {
  .section-subtitle--large {
    font-size: 26px;
  }
}
@media (min-width: 480px) {
  .section-subtitle--large {
    font-size: 28px;
  }
}
@media (min-width: 1300px) {
  .section-subtitle--large {
    font-size: 30px;
  }
}
@media (min-width: 1700px) {
  .section-subtitle--large {
    font-size: 34px;
  }
}

.section-subtitle--small {
  font-size: 16px;
}
@media (min-width: 420px) {
  .section-subtitle--small {
    font-size: 18px;
  }
}
@media (min-width: 480px) {
  .section-subtitle--small {
    font-size: 20px;
  }
}
@media (min-width: 1300px) {
  .section-subtitle--small {
    font-size: 22px;
  }
}
@media (min-width: 1700px) {
  .section-subtitle--small {
    font-size: 24px;
  }
}

.subsection-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
@media (min-width: 420px) {
  .subsection-title {
    font-size: 15px;
  }
}
@media (min-width: 480px) {
  .subsection-title {
    font-size: 16px;
  }
}
@media (min-width: 1300px) {
  .subsection-title {
    font-size: 18px;
  }
}
@media (min-width: 1700px) {
  .subsection-title {
    font-size: 20px;
  }
}

.subsection-title--large {
  font-size: 16px;
}
@media (min-width: 420px) {
  .subsection-title--large {
    font-size: 18px;
  }
}
@media (min-width: 480px) {
  .subsection-title--large {
    font-size: 20px;
  }
}
@media (min-width: 1300px) {
  .subsection-title--large {
    font-size: 22px;
  }
}
@media (min-width: 1700px) {
  .subsection-title--large {
    font-size: 26px;
  }
}

.subsection-title--small {
  font-size: 12px;
}
@media (min-width: 420px) {
  .subsection-title--small {
    font-size: 13px;
  }
}
@media (min-width: 480px) {
  .subsection-title--small {
    font-size: 14px;
  }
}
@media (min-width: 1300px) {
  .subsection-title--small {
    font-size: 15px;
  }
}
@media (min-width: 1700px) {
  .subsection-title--small {
    font-size: 16px;
  }
}

.simple-title {
  font-size: 20px;
}
@media (min-width: 1700px) {
  .simple-title {
    font-size: 22px;
  }
}

.simple-title--small {
  font-size: 16px;
}
@media (min-width: 1700px) {
  .simple-title--small {
    font-size: 18px;
  }
}

.small-title {
  font-size: 12px;
  font-weight: 700;
}
@media (min-width: 1700px) {
  .small-title {
    font-size: 14px;
  }
}

.subsection-subtitle {
  font-size: 16px;
  font-style: italic;
}

/***** CONTAINERS *****/
.container:after {
  content: "";
  display: block;
  clear: both;
}

@media (min-width: 768px) {
  .flex-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.flex-container--immediately {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.flex-container--horizontally-center {
  align-items: center;
}

@media (min-width: 768px) {
  .flex-container--reverse {
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .flex-container--reverse .flex-column--6.flex-column--space:nth-child(1) {
    padding-left: 18px;
    padding-right: 0;
  }
  .flex-container--reverse .flex-column--6.flex-column--space:nth-child(2) {
    padding-right: 18px;
    padding-left: 0;
    padding-top: 0;
  }
}
@media (min-width: 1100px) {
  .flex-container--reverse .flex-column--6.flex-column--space:nth-child(1) {
    padding-left: 30px;
  }
  .flex-container--reverse .flex-column--6.flex-column--space:nth-child(2) {
    padding-right: 30px;
  }
}
@media (min-width: 1500px) {
  .flex-container--reverse .flex-column--6.flex-column--space:nth-child(1) {
    padding-left: 48px;
  }
  .flex-container--reverse .flex-column--6.flex-column--space:nth-child(2) {
    padding-right: 48px;
  }
}

.flex-column {
  min-height: 1px;
  padding: 20px 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .flex-column {
    padding: 0;
  }
}
.flex-column:first-child {
  padding-top: 0;
}

.flex-column--space {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .flex-column--space {
    padding-top: 0;
  }
}

.flex-column--small-space {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .flex-column--small-space {
    padding-top: 0;
  }
}

.flex-column--no-top-space {
  padding-top: 0;
}

@media (min-width: 768px) {
  .flex-column--8 {
    min-width: 66.66%;
    max-width: 66.66%;
  }
}

@media (min-width: 768px) {
  .flex-column--8.flex-column--space:nth-child(1) {
    padding-right: 12px;
  }
  .flex-column--8.flex-column--space:nth-child(2) {
    padding-left: 12px;
  }
}
@media (min-width: 1300px) {
  .flex-column--8.flex-column--space:nth-child(1) {
    padding-right: 20px;
  }
  .flex-column--8.flex-column--space:nth-child(2) {
    padding-left: 20px;
  }
}

@media (min-width: 768px) {
  .flex-column--7 {
    min-width: 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (min-width: 768px) {
  .flex-column--6 {
    min-width: 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .flex-column--6.flex-column--small-space:nth-child(1) {
    padding-right: 10px;
  }
  .flex-column--6.flex-column--small-space:nth-child(2) {
    padding-left: 10px;
  }
}
@media (min-width: 1100px) {
  .flex-column--6.flex-column--small-space:nth-child(1) {
    padding-right: 16px;
  }
  .flex-column--6.flex-column--small-space:nth-child(2) {
    padding-left: 16px;
  }
}
@media (min-width: 1500px) {
  .flex-column--6.flex-column--small-space:nth-child(1) {
    padding-right: 24px;
  }
  .flex-column--6.flex-column--small-space:nth-child(2) {
    padding-left: 24px;
  }
}

@media (min-width: 768px) {
  .flex-column--6.flex-column--space:nth-child(1) {
    padding-right: 18px;
  }
  .flex-column--6.flex-column--space:nth-child(2) {
    padding-left: 18px;
  }
}
@media (min-width: 1100px) {
  .flex-column--6.flex-column--space:nth-child(1) {
    padding-right: 30px;
  }
  .flex-column--6.flex-column--space:nth-child(2) {
    padding-left: 30px;
  }
}
@media (min-width: 1500px) {
  .flex-column--6.flex-column--space:nth-child(1) {
    padding-right: 48px;
  }
  .flex-column--6.flex-column--space:nth-child(2) {
    padding-left: 48px;
  }
}

@media (min-width: 768px) {
  .flex-column--6.flex-column--big-space:nth-child(1) {
    padding-right: 40px;
  }
  .flex-column--6.flex-column--big-space:nth-child(2) {
    padding-left: 40px;
  }
}
@media (min-width: 1500px) {
  .flex-column--6.flex-column--big-space:nth-child(1) {
    padding-right: 60px;
  }
  .flex-column--6.flex-column--big-space:nth-child(2) {
    padding-left: 60px;
  }
}
@media (min-width: 1700px) {
  .flex-column--6.flex-column--big-space:nth-child(1) {
    padding-right: 80px;
  }
  .flex-column--6.flex-column--big-space:nth-child(2) {
    padding-left: 80px;
  }
}

@media (min-width: 768px) {
  .flex-column--6.flex-column--huge-space:nth-child(1) {
    padding-right: 32px;
  }
  .flex-column--6.flex-column--huge-space:nth-child(2) {
    padding-left: 32px;
  }
}
@media (min-width: 1300px) {
  .flex-column--6.flex-column--huge-space:nth-child(1) {
    padding-right: 48px;
  }
  .flex-column--6.flex-column--huge-space:nth-child(2) {
    padding-left: 48px;
  }
}
@media (min-width: 1500px) {
  .flex-column--6.flex-column--huge-space:nth-child(1) {
    padding-right: 80px;
  }
  .flex-column--6.flex-column--huge-space:nth-child(2) {
    padding-left: 80px;
  }
}
@media (min-width: 1700px) {
  .flex-column--6.flex-column--huge-space:nth-child(1) {
    padding-right: 100px;
  }
  .flex-column--6.flex-column--huge-space:nth-child(2) {
    padding-left: 100px;
  }
}

@media (min-width: 768px) {
  .flex-column--5 {
    min-width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (min-width: 768px) {
  .flex-column--4 {
    min-width: 33.33%;
    max-width: 33.33%;
  }
}

@media (min-width: 768px) {
  .flex-column--4.flex-column--space:nth-child(1) {
    padding-right: 24px;
  }
  .flex-column--4.flex-column--space:nth-child(2) {
    padding-left: 12px;
    padding-right: 12px;
  }
  .flex-column--4.flex-column--space:nth-child(3) {
    padding-left: 24px;
  }
}
@media (min-width: 1300px) {
  .flex-column--4.flex-column--space:nth-child(1) {
    padding-right: 40px;
  }
  .flex-column--4.flex-column--space:nth-child(2) {
    padding-left: 20px;
    padding-right: 20px;
  }
  .flex-column--4.flex-column--space:nth-child(3) {
    padding-left: 40px;
  }
}

@media (min-width: 768px) {
  .flex-column--3 {
    min-width: 25%;
    max-width: 25%;
  }
}

.horizontal-items {
  list-style-type: none;
}
.horizontal-items > li {
  padding: 8px 0;
}
@media (min-width: 420px) {
  .horizontal-items > li {
    padding: 0 20px;
    display: inline-block;
    vertical-align: middle;
  }
}
@media (min-width: 1700px) {
  .horizontal-items > li {
    padding: 0 32px;
  }
}
.horizontal-items > li:first-child {
  padding-top: 0;
}
@media (min-width: 420px) {
  .horizontal-items > li:first-child {
    padding-left: 0;
  }
}
.horizontal-items > li:last-child {
  padding-bottom: 0;
}
@media (min-width: 420px) {
  .horizontal-items > li:last-child {
    padding-right: 0;
  }
}
.horizontal-items__distinguished {
  font-weight: 500;
}

.simple-list {
  list-style-type: none;
}
.simple-list > li {
  display: block;
  padding: 4px 0;
}

.simple-list--more-space > li {
  padding: 12px 0;
}
.simple-list--more-space > li:first-child {
  padding-top: 0;
}
.simple-list--more-space > li:last-child {
  padding-bottom: 0;
}

.plain-list {
  list-style-type: none;
}
.plain-list > li {
  display: block;
  padding: 2px 0;
}

/***** TEXT *****/
.text {
  font-size: 14px;
  line-height: 22px;
  font-style: normal;
}
@media (min-width: 1700px) {
  .text {
    font-size: 16px;
    line-height: 26px;
  }
}
.text p {
  padding: 5px 0;
  margin: 0;
}
.text p:first-child {
  padding-top: 0;
}
.text p:last-child {
  padding-bottom: 0;
}
.text em {
  font-style: italic;
}
.text a {
  color: #000;
}
.text a:hover, .text a:focus {
  color: #45AC34;
}
.text ol {
  list-style-type: none;
  padding: 0 0 0 8px;
  counter-reset: textOrderedList;
}
.text ol > li {
  position: relative;
  padding: 2px 0 2px 32px;
}
.text ol > li:before {
  content: counters(textOrderedList, ".") ".";
  counter-increment: textOrderedList;
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 24px;
  padding: 0;
  text-align: right;
}
.text ul {
  list-style-type: none;
  padding: 0 0 0 24px;
}
.text ul > li {
  position: relative;
  padding: 2px 0 2px 16px;
}
.text ul > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  padding: 0;
  background: #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.text--light a {
  color: #fff;
}

.text--large {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 1700px) {
  .text--large {
    font-size: 20px;
    line-height: 28px;
  }
}
.text--large p {
  padding: 8px 0;
}
.text--large ul {
  padding: 0 0 0 24px;
}
.text--large ul > li {
  padding: 2px 0 2px 16px;
}
.text--large ul > li:before {
  top: 12px;
  width: 6px;
  height: 6px;
}

.text--small {
  font-size: 12px;
  line-height: 20px;
}
@media (min-width: 1700px) {
  .text--small {
    font-size: 14px;
    line-height: 22px;
  }
}
.text--small ol {
  padding: 0 0 0 6px;
}
.text--small ol > li {
  padding: 1px 0 1px 30px;
}
.text--small ol > li:before {
  top: 1px;
}
.text--small ul {
  padding: 0 0 0 24px;
}
.text--small ul > li {
  padding: 1px 0 1px 12px;
}
.text--small ul > li:before {
  top: 10px;
  width: 4px;
  height: 4px;
}

.text--distinguished {
  font-weight: 700;
}

/***** BUTTONS *****/
.button {
  clear: both;
  display: inline-block;
  margin: 0 0 0 -3px;
  border: 0;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  font-family: "pp-mori", sans-serif;
  border: 0;
  color: #fff;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  white-space: nowrap;
}
.button__wrapper {
  padding: 8px 32px;
  position: relative;
}
.button__wrapper:before, .button__wrapper:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.button__wrapper:before {
  top: 0;
  background: #45AC34;
}
.button__wrapper:after {
  top: -100%;
  background: #23AABA;
}
.button__inner {
  position: relative;
  z-index: 10;
}
.button:hover .button__wrapper:after {
  top: 0;
}

.button--large {
  font-size: 16px;
}
.button--large .button__wrapper {
  padding: 10px 40px;
}

.button--small {
  font-size: 12px;
}
.button--small .button__wrapper {
  padding: 8px 24px;
}

.button--dark .button__wrapper:before {
  background: #000;
}

.button--light {
  color: #45AC34;
}
.button--light .button__wrapper:before {
  background: #fff;
}
.button--light .button__wrapper:after {
  background: #45AC34;
}
.button--light:hover, .button--light:focus {
  color: #fff;
}

.button--stroke {
  color: #45AC34;
}
.button--stroke .button__wrapper:before {
  border: 1px solid #45AC34;
  background: transparent;
}
.button--stroke .button__wrapper:after {
  background: #45AC34;
}
.button--stroke:hover, .button--stroke:focus {
  color: #fff;
}
.button--dark.button--stroke {
  color: #000;
}
.button--dark.button--stroke .button__wrapper:before {
  border-color: #000;
}
.button--dark.button--stroke .button__wrapper:after {
  background: #000;
}
.button--dark.button--stroke:hover, .button--dark.button--stroke:focus {
  color: #fff;
}

.button--light.button--stroke {
  color: #fff;
}
.button--light.button--stroke .button__wrapper:before {
  border-color: #fff;
}
.button--light.button--stroke .button__wrapper:after {
  background: #fff;
}
.button--light.button--stroke:hover, .button--light.button--stroke:focus {
  color: #45AC34;
}

.button--static:hover .button__wrapper:after, .button--static:focus .button__wrapper:after {
  top: -100%;
}

.button-container {
  padding: 20px 0 0 0;
}

/***** FORMS *****/
.form__field-container {
  padding: 12px 0;
}
.form__info-container {
  padding: 20px 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form--bounded {
  max-width: 400px;
}

.horizontal-form__row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.horizontal-form__item {
  padding: 0 16px;
}
.horizontal-form__item:first-child {
  padding-left: 0;
}
.horizontal-form__item:last-child {
  padding-right: 0;
}

.form-field {
  display: block;
  width: 100%;
}
.form-field__wrapper {
  position: relative;
  display: block;
}
.form-field__inner {
  position: relative;
}
.form-field__decoration {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #000;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.form-field__header {
  padding: 0 0 5px 0;
  text-align: left;
  white-space: nowrap;
  font-size: 14px;
}
@media (min-width: 420px) {
  .form-field__header {
    padding: 0 0 8px 0;
  }
}
@media (min-width: 768px) {
  .form-field__header {
    text-align: left;
  }
}
@media (min-width: 1700px) {
  .form-field__header {
    font-size: 16px;
  }
}
.form-field__title {
  color: #000;
  position: relative;
  font-weight: 500;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.form-field__core, .std-dropdown__header {
  display: block;
  padding: 8px 8px;
  width: 100%;
  margin: 0;
  -webkit-appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: none;
  color: #000;
  position: relative;
  font-size: 14px;
  text-align: left;
  z-index: 5;
  font-family: "pp-mori", sans-serif;
  font-weight: 400;
  outline: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
@media (min-width: 1700px) {
  .form-field__core, .std-dropdown__header {
    font-size: 16px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.form-field__core:focus, .std-dropdown__header:focus {
  border-color: #000;
}
.form-field__core--code {
  font-family: "Courier New", monospace;
}
.form-field__core::-webkit-input-placeholder, .std-dropdown__header::-webkit-input-placeholder, .form-field__core:-moz-placeholder, .std-dropdown__header:-moz-placeholder, .form-field__core::-moz-placeholder, .std-dropdown__header::-moz-placeholder, .form-field__core:-ms-input-placeholder, .std-dropdown__header:-ms-input-placeholder {
  color: #E1E1E1;
  opacity: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .form-field__core::-webkit-input-placeholder, .std-dropdown__header::-webkit-input-placeholder, .form-field__core:-moz-placeholder, .std-dropdown__header:-moz-placeholder, .form-field__core::-moz-placeholder, .std-dropdown__header::-moz-placeholder, .form-field__core:-ms-input-placeholder, .std-dropdown__header:-ms-input-placeholder {
    text-align: left;
  }
}
.form-field__field-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-field__suffix {
  padding: 0 0 0 12px;
}
.form-field.error .form-field__title {
  color: #DB2B39;
}
.form-field.error .form-field__core, .form-field.error .std-dropdown__header {
  border-color: #DB2B39;
}

.form-field--underline .form-field__header {
  padding: 0 0 2px 0;
}
@media (min-width: 420px) {
  .form-field--underline .form-field__header {
    padding: 0 0 5px 0;
  }
}
.form-field--underline .form-field__core, .form-field--underline .std-dropdown__header {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.form-field--horizontal .form-field__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-field--horizontal .form-field__header {
  padding: 0 12px 0 0;
}
.form-field--horizontal .form-field__field-container {
  width: 100%;
}

.icon-form-field {
  display: block;
}
.icon-form-field__icon-container {
  background: #45AC34;
  display: flex;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid #45AC34;
  border-right: 0;
}
.icon-form-field__container {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.icon-form-field__core {
  display: block;
  padding: 8px 8px;
  width: 100%;
  margin: 0;
  -webkit-appearance: none;
  border: 1px solid #45AC34;
  border-left: 0;
  background: none;
  color: #000;
  position: relative;
  font-size: 14px;
  text-align: left;
  z-index: 5;
  font-family: "pp-mori", sans-serif;
  font-weight: 400;
  outline: none;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
@media (min-width: 1500px) {
  .icon-form-field__core {
    font-size: 16px;
  }
}
.icon-form-field__core::-webkit-input-placeholder, .icon-form-field__core:-moz-placeholder, .icon-form-field__core::-moz-placeholder, .icon-form-field__core:-ms-input-placeholder {
  color: #E1E1E1;
  opacity: 1;
  text-align: left;
}
.icon-form-field__header {
  padding: 0 0 4px 0;
}
@media (min-width: 1500px) {
  .icon-form-field__header {
    padding-bottom: 8px;
  }
}
.icon-form-field__title {
  font-size: 16px;
  color: #45AC34;
  font-weight: 400;
}
@media (min-width: 1500px) {
  .icon-form-field__title {
    font-size: 20px;
  }
}

.icon-form-field.error .icon-form-field__core {
  border-color: #DB2B39;
}
.icon-form-field.error .icon-form-field__icon-container {
  border-color: #DB2B39;
}

.choice-field {
  position: relative;
  width: 16px;
  height: 16px;
  display: block;
  cursor: pointer;
}
@media (min-width: 1700px) {
  .choice-field {
    width: 18px;
    height: 18px;
  }
}
.choice-field__core {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
  opacity: 0;
}
.choice-field__field {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 2px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.choice-field__field:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (min-width: 1700px) {
  .choice-field__field:before {
    width: 12px;
    height: 12px;
  }
}
.choice-field__core:checked ~ .choice-field__field {
  border-color: #000;
}
.choice-field__core:checked ~ .choice-field__field:before {
  background: #45AC34;
}
.choice-field.choice-field--radio .choice-field__field {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.choice-field.choice-field--radio .choice-field__field:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.choice-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.choice-item__field {
  padding: 2px 0 0 0;
}
.choice-item__description {
  padding: 0 0 0 12px;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1700px) {
  .choice-item__description {
    font-size: 16px;
    line-height: 22px;
    padding-left: 16px;
  }
}

.choice-list {
  list-style-type: none;
}
.choice-list > li {
  padding: 4px 0;
}
.choice-list > li:first-child {
  padding-top: 0;
}
.choice-list > li:last-child {
  padding-bottom: 0;
}

.invisible-form-field {
  background: none;
  border: 0;
  display: block;
  width: 100%;
  text-align: center;
  -webkit-appearance: none;
  outline: none;
}
.invisible-form-field:focus {
  border: 0;
}

.logo, .logo-hawk-framework {
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  display: block;
  text-indent: -100000px;
  text-align: left;
  background-color: transparent;
  border: 0;
}

/***** VARIA *****/
.tile {
  max-width: 460px;
  cursor: pointer;
}
.tile__wrapper {
  position: relative;
}
.tile__base-layer {
  background-size: cover;
  background-position: center;
  padding: 0 0 65% 0;
}
.tile__above-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tile__content-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  color: #fff;
  -moz-background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 100%);
  -webkit-background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 100%);
  -o-background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 100%);
  -ms-background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 100%);
}
.tile__inner {
  padding: 32px 20px;
}
.tile__header {
  padding: 0 0 8px 0;
}
.tile__content-container {
  padding: 20px 0 0 0;
}
.tile:hover .tile__above-layer, .tile:focus .tile__above-layer {
  opacity: 0.3;
}

.tile--square {
  max-width: 300px;
}
.tile--square .tile__base-layer {
  padding-bottom: 100%;
}

.tile--content-revealing .tile__content-layer {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.tile--content-revealing:hover .tile__content-layer, .tile--content-revealing:focus .tile__content-layer {
  opacity: 1;
}

.icon-item {
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
}
@media (min-width: 1700px) {
  .icon-item {
    max-width: 400px;
  }
}
.icon-item__icon {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 1700px) {
  .icon-item__icon {
    width: 120px;
    height: 120px;
  }
}
.icon-item__icon-container {
  padding: 0 0 20px 0;
}
.icon-item__header {
  padding: 0 0 20px 0;
}

.icon-label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.icon-label__icon-container {
  padding: 0 12px 0 0;
}
.icon-label__icon {
  display: block;
  width: 26px;
}
@media (min-width: 1700px) {
  .icon-label__icon {
    width: 32px;
  }
}
.icon-label__icon--small {
  width: 20px;
}
@media (min-width: 1700px) {
  .icon-label__icon--small {
    width: 24px;
  }
}

.icon-label--small-space .icon-label__icon-container {
  padding-right: 8px;
}

.icon-label--reverse .icon-label__icon-container {
  padding: 0 0 0 12px;
}

.icon-label--decorated .icon-label__icon-container {
  position: relative;
  padding-right: 32px;
}
.icon-label--decorated .icon-label__icon-container:before {
  content: "";
  display: block;
  position: absolute;
  top: 10%;
  right: 16px;
  width: 1px;
  height: 80%;
  background: rgba(0, 0, 0, 0.2);
}

.titled-label__header {
  font-size: 14px;
  padding: 0 0 8px 0;
}
@media (min-width: 1700px) {
  .titled-label__header {
    font-size: 15px;
  }
}
.titled-label__content {
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 1300px) {
  .titled-label__content {
    font-size: 24px;
  }
}
@media (min-width: 1700px) {
  .titled-label__content {
    font-size: 26px;
  }
}

/***** ICONS *****/
.extended-icon, .icon-round-minus, .icon-round-plus, .icon-rewind, .icon-sound, .icon-resize, .icon-email {
  display: block;
  overflow: hidden;
  position: relative;
  text-indent: -10000px;
  text-align: left;
}
.extended-icon:before, .icon-round-minus:before, .icon-round-plus:before, .icon-rewind:before, .icon-sound:before, .icon-resize:before, .icon-email:before, .extended-icon:after, .icon-round-minus:after, .icon-round-plus:after, .icon-rewind:after, .icon-sound:after, .icon-resize:after, .icon-email:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.extended-icon:after, .icon-round-minus:after, .icon-round-plus:after, .icon-rewind:after, .icon-sound:after, .icon-resize:after, .icon-email:after {
  opacity: 0;
}

.extended-icon--interactive, .icon-round-minus, .icon-round-plus, .icon-email {
  cursor: pointer;
}
.extended-icon--interactive:hover:after, .icon-round-minus:hover:after, .icon-round-plus:hover:after, .icon-email:hover:after, .extended-icon--interactive:focus:after, .icon-round-minus:focus:after, .icon-round-plus:focus:after, .icon-email:focus:after {
  opacity: 1;
}

.icon-email {
  width: 48px;
  height: 48px;
}
.icon-email:before {
  background-image: url("/img/icons/medium/icon-email.svg");
}
.icon-email:after {
  background-image: url("/img/icons/medium/icon-email-primary.svg");
}

.plain-extended-icon {
  display: inline-block;
  position: relative;
}
.plain-extended-icon__base-layer {
  position: relative;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.plain-extended-icon__above-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.plain-extended-icon--interactive {
  cursor: pointer;
}
.plain-extended-icon--interactive:hover .plain-extended-icon__above-layer, .plain-extended-icon--interactive:focus .plain-extended-icon__above-layer {
  opacity: 1;
}

.icon-plus {
  width: 16px;
  height: 16px;
  position: relative;
}
.icon-plus:before, .icon-plus:after {
  content: "";
  display: block;
  position: absolute;
  background: #000;
}
.icon-plus:before {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  margin: -1px 0 0 0;
}
.icon-plus:after {
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  margin: 0 0 0 -1px;
}

.icon-plus--rotated {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.icon-plus--light:before, .icon-plus--light:after {
  background: #fff;
}

.icon-arrow {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  width: 12px;
  height: 12px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
}

.icon-arrow--small {
  width: 8px;
  height: 8px;
}

.icon-arrow--large {
  width: 16px;
  height: 16px;
}

.icon-arrow--huge {
  width: 20px;
  height: 20px;
}

.icon-arrow--west {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  transform: rotate(225deg);
}

.icon-arrow--north {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.icon-arrow--east {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.icon-arrow--south {
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  transform: rotate(-225deg);
  top: -2px;
}

.icon-arrow--primary {
  border-color: #45AC34;
}

.icon-loader {
  width: 32px;
  height: 32px;
  display: block;
  background: url("/img/icons/icon-loader.svg") no-repeat center;
  background-size: contain;
}

.icon-loader--light {
  background-image: url("/img/icons/icon-loader-light.svg");
}

.icon-loader--animated {
  -webkit-animation: Rotate 2s infinite linear;
  -moz-animation: Rotate 2s infinite linear;
  animation: Rotate 2s infinite linear;
}

/***** MODULES *****/
.hawk-dropdown {
  position: relative;
  display: block;
}
.hawk-dropdown__sensor, .hawk-dropdown__start-escape-sensor {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: -10000;
}
.hawk-dropdown__end-sensor, .hawk-dropdown__escape-sensor {
  opacity: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  z-index: -10000;
}
.hawk-dropdown__header {
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}
.hawk-dropdown__list-container {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  min-width: 100%;
  z-index: 10;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 200px;
  overflow: hidden;
}
.hawk-dropdown__list > li {
  display: block;
}
.hawk-dropdown__list a {
  display: block;
}
.hawk-dropdown.hawk-dropdown--open {
  z-index: 8000;
}

.hawk-dropdown--expanding .hawk-dropdown__list-container {
  position: relative;
  top: 0;
}

.hawk-dropdown--upwards .hawk-dropdown__list-container {
  top: auto;
  bottom: 100%;
}

.std-dropdown__header:hover, .std-dropdown__header:focus {
  border-color: #000;
}
.std-dropdown__title {
  font-size: 14px;
  font-weight: 500;
}
.std-dropdown__list-container {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  border-top: 0;
  padding: 8px 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.std-dropdown.hawk-dropdown--open .std-dropdown__header {
  border-color: #45AC34;
  border-bottom-color: transparent;
}
.std-dropdown.hawk-dropdown--open .std-dropdown__list-container {
  border-color: #45AC34;
}

.dropdown-item {
  cursor: pointer;
  position: relative;
}
.dropdown-item__description {
  padding: 4px 12px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.dropdown-item__description:hover, .dropdown-item__field:focus ~ .dropdown-item__description {
  background: #A0D035;
  color: #fff;
}
.dropdown-item__field:checked ~ .dropdown-item__description {
  background: #69D2E7;
}
.dropdown-item__field {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.std-pager {
  display: flex;
  align-items: center;
  justify-content: center;
}
.std-pager__pages {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
}
.std-pager__item {
  padding: 0 4px;
}
.std-pager__separator {
  padding: 0 10px;
}
.std-pager__previous, .std-pager__next {
  cursor: pointer;
}
.std-pager__previous {
  padding: 0 12px 0 0;
}
.std-pager__next {
  padding: 0 0 0 12px;
}

.pager-item {
  cursor: pointer;
  position: relative;
}
.pager-item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: #45AC34;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.pager-item.active:before {
  opacity: 1;
}

.form__info-wrapper {
  display: none;
}
.form__info {
  opacity: 0;
}

.hawk-layered-section {
  position: relative;
}
.hawk-layered-section__above-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.hawk-layered-section__above-layer-inner, .hawk-layered-section__base-layer-inner {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.hawk-more-content {
  display: none;
}

.hawk-sliding-layer-section {
  position: relative;
  overflow: hidden;
}
.hawk-sliding-layer-section__layer {
  position: absolute;
  top: 0;
  right: -50%;
  width: 50%;
  height: 100%;
  margin: 0 40px 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1000;
}
@media (min-width: 1700px) {
  .hawk-sliding-layer-section__layer {
    width: 40%;
    right: -40%;
  }
}

.hawk-sliding-layer-section--active .hawk-sliding-layer-section__layer {
  right: 0;
  margin: 0;
}

.overlayer {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 9000;
}
.overlayer__content-container {
  display: none;
}

.std-overlayer {
  background: rgba(0, 0, 0, 0.7);
}
.std-overlayer__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}
.std-overlayer__inner {
  background: #fff;
  padding: 32px 20px;
  margin: 40px 0;
}
.std-overlayer__close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.std-overlayer__loading-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
}

.hawk-details-list {
  list-style-type: none;
}
.hawk-details-list__header {
  cursor: pointer;
}
.hawk-details-list__content-container {
  display: none;
}

.details-list-item {
  padding: 20px 0;
  border-top: 1px solid #E5E5E5;
}
.details-list-item__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.details-list-item__icon-container {
  padding: 0 0 0 32px;
}
.details-list-item__content-container {
  padding: 20px 0 0 0;
}

@media (min-width: 768px) {
  .details-list-item--lose-the-separator-on-desktop {
    padding-top: 0;
    border-top: 0;
  }
}

.details-list-item--lose-the-separator-always {
  padding-top: 0;
  border-top: 0;
}

.pulling-item__inner {
  position: relative;
  padding: 20px 0;
}
.pulling-item__content {
  position: relative;
}
.pulling-item__after-item-pattern {
  display: block;
  width: 100%;
  opacity: 0;
}
.pulling-item__after-item-container {
  position: relative;
}
.pulling-item__after-item {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  max-width: 100%;
}
.pulling-item__before-item-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  max-width: 100%;
}
.pulling-item__before-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}
.pulling-item__pulling-bar {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 100%;
  padding: 20px 0;
}
.pulling-item__pulling-bar-wrapper {
  height: 100%;
  width: 40px;
}
.pulling-item__pulling-bar-line {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.pulling-item__pulling-bar-line:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -5px;
  width: 0;
  border-top: 6px solid #45AC34;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.pulling-item__pulling-bar-line:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -5px;
  width: 0;
  border-bottom: 6px solid #45AC34;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.pulling-item__pulling-bar-line > div {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 2px;
  background: #45AC34;
  margin: 0 0 0 -1px;
}

/***** COMPONENTS *****/
.hawk-single-instance-container__loading-layer {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hawk-instances-container {
  position: relative;
  min-height: 32px;
}
.hawk-instances-container__loading-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/** END_MODULES **/
@font-face {
  font-family: "pp-mori";
  src: url("../../fonts/pp-mori-regular/pp-mori-regular.eot");
  src: url("../../fonts/pp-mori-regular/pp-mori-regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/pp-mori-regular/pp-mori-regular.woff2") format("woff2"), url("../../fonts/pp-mori-regular/pp-mori-regular.woff") format("woff"), url("../../fonts/pp-mori-regular/pp-mori-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "pp-mori";
  src: url("../../fonts/pp-mori-semibold/pp-mori-semibold.eot");
  src: url("../../fonts/pp-mori-semibold/pp-mori-semibold.eot?#iefix") format("embedded-opentype"), url("../../fonts/pp-mori-semibold/pp-mori-semibold.woff2") format("woff2"), url("../../fonts/pp-mori-semibold/pp-mori-semibold.woff") format("woff"), url("../../fonts/pp-mori-semibold/pp-mori-semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 14px;
  font-family: "pp-mori", sans-serif;
}

a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/***** HEADERS *****/
.site-header {
  padding: 20px 20px 32px 20px;
  background: #69D2E7;
  position: relative;
}
@media (min-width: 1500px) {
  .site-header {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1700px) {
  .site-header {
    padding-left: 90px;
    padding-right: 90px;
  }
}
.site-bar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.site-title {
  font-size: 42px;
}
@media (min-width: 1700px) {
  .site-title {
    font-size: 52px;
  }
}

.logo-hawk-framework {
  width: 180px;
  height: 56px;
  background-image: url("/img/logo-hawkframework.svg");
}

/***** FOOTER *****/
.site-footer__layer {
  background: #45AC34;
  color: #fafafa;
  padding: 0 20px;
}
@media (min-width: 480px) {
  .site-footer__layer {
    padding: 0 60px;
  }
}
@media (min-width: 1500px) {
  .site-footer__layer {
    padding: 0 60px;
  }
}
@media (min-width: 1700px) {
  .site-footer__layer {
    padding: 0 90px;
  }
}
.site-footer__wrapper {
  padding: 32px 0;
}
@media (min-width: 1700px) {
  .site-footer__wrapper {
    padding: 48px 0;
  }
}

/***** SECTIONS *****/
.site-content {
  padding: 0;
}

.site-section__layer {
  padding: 0 20px;
}
@media (min-width: 420px) {
  .site-section__layer {
    padding: 0 40px;
  }
}
@media (min-width: 1100px) {
  .site-section__layer {
    padding: 0 60px;
  }
}
@media (min-width: 1300px) {
  .site-section__layer {
    padding: 0 80px;
  }
}
@media (min-width: 1500px) {
  .site-section__layer {
    padding: 0 100px;
  }
}
@media (min-width: 1700px) {
  .site-section__layer {
    padding: 0 10%;
  }
}
.site-section__wrapper {
  padding: 60px 0;
}
@media (min-width: 992px) {
  .site-section__wrapper {
    padding: 10% 0;
  }
}
.site-section__wrapper--only-top {
  padding-bottom: 0;
}
.site-section__wrapper--only-bottom {
  padding-top: 0;
}
.site-section__row {
  padding: 64px 0;
}
.site-section__row:first-child {
  padding-top: 0;
}
.site-section__row:last-child {
  padding-bottom: 0;
}

/** END_SECTIONS **/
/***** THIS PROJECT *****/
@font-face {
  font-family: "PP Mori";
  src: url("/fonts/ppmori/ppmori-regular-webfont.woff2") format("woff2"), url("/fonts/ppmori/ppmori-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "PP Mori";
  src: url("/fonts/ppmori/ppmori-semibold-webfont.woff2") format("woff2"), url("/fonts/ppmori/ppmori-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
body {
  position: relative;
}

.bounded-section {
  max-width: 500px;
}

.presentation-list {
  list-style-type: none;
}
.presentation-list > li {
  padding: 20px 0;
}
.presentation-list > li:first-child {
  padding-top: 0;
}
.presentation-list > li:last-child {
  padding-bottom: 0;
}

.presentation-list--more-space > li {
  padding: 32px 0;
}

.plain-list {
  list-style-type: none;
}
.plain-list > li {
  padding: 2px 0;
  display: block;
}

.plain-list--more-space > li {
  padding: 8px 0;
}
.plain-list--more-space > li:first-child {
  padding-top: 0;
}
.plain-list--more-space > li:last-child {
  padding-bottom: 0;
}

.section-for-light-examples {
  background: #222222;
  padding: 32px 0;
}

.examples-list {
  list-style-type: none;
  padding: 0 0 0 20px;
}
.examples-list > li {
  padding: 20px 0;
}
.examples-list > li:first-child {
  padding-top: 0;
}
.examples-list > li:last-child {
  padding-bottom: 0;
}

.subsections {
  list-style-type: none;
}
.subsections > li {
  padding: 32px 0;
}
.subsections > li:first-child {
  padding-top: 0;
}
.subsections > li:last-child {
  padding-bottom: 0;
}

.subsection {
  padding: 0 0 0 32px;
}

.listing {
  border: 1px solid #4b4b4b;
  background: #f5f5f5;
  padding: 20px 16px;
  white-space: normal;
  overflow-x: auto;
}

.simple-listing {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  padding: 0 0 20px 0;
}

.simple-listing--bounded {
  white-space: normal;
  overflow: visible;
}

.figure__header {
  padding: 0 0 10px 0;
}

.scrollable-section {
  max-height: 320px;
}
.scrollable-section .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #222222;
}

.scrollable-section--higher {
  max-height: 480px;
}

.scrollable-section--unbounded {
  max-height: 100%;
}

.caption-title {
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
}
.caption-title__number {
  font-weight: 700;
  font-style: normal;
}
.caption-title__number:after {
  content: " –";
  margin: 0 4px 0 4px;
  font-weight: 400;
}

.inline-code {
  font-style: italic;
  font-weight: 400;
}

.code {
  font-weight: 400;
  font-family: "Courier New", monospace;
}

.presentation-section__listing {
  padding: 20px 0 0 0;
}

.comparison-section {
  position: relative;
}
@media (min-width: 768px) {
  .comparison-section:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: #fafafa;
  }
}
.comparison-section__content {
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .comparison-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .comparison-row__result {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.comparison-row__source {
  background: #fafafa;
}
@media (min-width: 768px) {
  .comparison-row__source {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.row {
  padding: 40px 0 0 0;
}
.row:first-child {
  padding-top: 0;
}
.row:last-child {
  padding-bottom: 0;
}

.row--more-space {
  padding-top: 80px;
}

.descripted-items-section {
  padding: 0 240px 0 0;
}
.descripted-items-section__item {
  position: relative;
}
.descripted-items-section__item-description {
  position: absolute;
  left: 100%;
  text-align: right;
  top: 0;
  width: 240px;
  border-top: 1px dashed #777;
  border-right: 1px dashed #777;
  padding: 8px 12px 0 0;
  font-size: 12px;
  color: #777;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.descripted-items-section__item-description--second {
  top: 40px;
  width: 200px;
}

.article__introduction {
  padding: 0 0 20px 0;
}
.article__row {
  padding: 32px 0 0 0;
}
.article__footer {
  margin: 40px 0 0 0;
}

.color-sample {
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.color-sample--bright {
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.color-sample--bright:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -100;
  background: #000;
}

.edge-section {
  position: relative;
  height: 100%;
  padding: 0 0 0 54px;
  background: #fafafa;
}
.edge-section__edge {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #45AC34;
  cursor: pointer;
}
.edge-section__edge-inner {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: rotate(-90deg) translate3d(-50%, 0, 0);
  -moz-transform: rotate(-90deg) translate3d(-50%, 0, 0);
  transform: rotate(-90deg) translate3d(-50%, 0, 0);
  transform-origin: left top;
}
.edge-section__content {
  padding: 40px;
  max-height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.std-table {
  text-align: left;
  border-collapse: collapse;
}
.std-table__header {
  font-size: 16px;
  font-weight: 700;
}
.std-table__cell {
  padding: 16px 32px;
  vertical-align: top;
  border-bottom: 1px solid #E5E5E5;
  border-collapse: collapse;
  max-width: 400px;
}
.std-table__cell:first-child {
  padding-left: 0;
}
.std-table__cell:last-child {
  padding-right: 0;
}
.std-table__cell--header {
  border-color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
}
.std-table__cell--parameter {
  width: 25%;
}

.property__name {
  font-weight: 700;
}
.property__type {
  padding: 4px 0 0 0;
  font-style: italic;
}

.parameter__name {
  font-weight: 700;
}
.parameter__type {
  padding: 4px 0 0 0;
  font-style: italic;
}
.parameter__description {
  padding: 4px 0 0 0;
}

.horizontal-menu {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.horizontal-menu__core {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style-type: none;
}
.horizontal-menu__core > li {
  padding: 0 27px;
}
.horizontal-menu__core > li:first-child {
  padding: 0 27px 0 0;
}
.horizontal-menu__core > li:last-child {
  padding-right: 0;
}

.menu-item {
  color: #000;
  text-decoration: none;
}

.std-link {
  color: #444444;
}
.std-link:hover, .std-link:focus {
  color: #000;
}

@media (min-width: 768px) {
  .tiles-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.tiles-list > li {
  padding: 20px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .tiles-list > li {
    width: 33.33%;
  }
}
.tiles-list > li:first-child {
  padding-top: 0;
}
@media (min-width: 768px) {
  .tiles-list > li:nth-child(2), .tiles-list > li:nth-child(3) {
    padding-top: 0;
  }
}
.tiles-list > li:last-child {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .tiles-list > li:nth-child(3n+1) {
    padding-right: 2%;
  }
}
@media (min-width: 768px) {
  .tiles-list > li:nth-child(3n+2) {
    padding-left: 1%;
    padding-right: 1%;
  }
}
@media (min-width: 768px) {
  .tiles-list > li:nth-child(3n+3) {
    padding-left: 2%;
  }
}

.simple-ajax-request-container__result {
  padding: 32px 0 0 0;
}

.site-section {
  background-color: #fff;
}
.site-section--full-height {
  height: 100vh;
  box-sizing: border-box;
}
.site-section--full-height-except-tablet {
  height: 100vh;
  box-sizing: border-box;
}
@media (min-width: 650px) {
  .site-section--full-height-except-tablet {
    height: 80vh;
  }
}
@media (min-width: 1100px) {
  .site-section--full-height-except-tablet {
    height: 100vh;
  }
}
.site-section--overflow {
  overflow: hidden;
}
.site-section--top-map {
  overflow: unset;
  position: relative;
  z-index: 2;
}
@media (min-width: 650px) {
  .site-section--top-map {
    overflow: hidden;
  }
}
.site-section--almost-full-height {
  height: 80vh;
  box-sizing: border-box;
}
@media (min-width: 1100px) {
  .site-section--full-height-desktop {
    height: 100vh;
    box-sizing: border-box;
  }
}
@media (min-width: 650px) {
  .site-section--full-height-tablet {
    height: 100vh;
    box-sizing: border-box;
  }
}
@media (min-width: 1100px) {
  .site-section--90-height-desktop {
    height: 90vh;
    box-sizing: border-box;
  }
}
.site-section--center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.site-section--center-desktop {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 20%;
}
@media (min-width: 1100px) {
  .site-section--center-desktop {
    justify-content: center;
    padding-top: 0;
  }
}
.site-section--v-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.site-section--dark-bg {
  background-color: #45AC34;
  /*z-index: 2;
  position: relative;*/
}
.site-section--dark-bg .site-section__layer {
  background-color: #45AC34;
}
.site-section--darker-bg {
  background-color: #006B35;
}
.site-section--light-bg {
  background-color: #A0D035;
}
.site-section--picture-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
.site-section--static-picture-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-attachment: fixed;
}
.site-section--dark-bg .section-title, .site-section--dark-bg .text, .site-section--light-bg .section-title, .site-section--light-bg .text, .site-section--picture-bg .section-title, .site-section--picture-bg .text, .site-section--static-picture-bg .section-title, .site-section--static-picture-bg .text {
  color: #fff;
}
.site-section--video {
  z-index: 2;
  position: relative;
}
.site-section--video .site-section__layer {
  width: 100%;
  padding: 0;
}
.site-section--video .site-section__wrapper {
  width: 100%;
  padding: 0;
}
.site-section--full-width {
  z-index: 2;
  position: relative;
}
.site-section--full-width .site-section__layer {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.site-section--full-width .site-section__wrapper {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.site-section--full-width .section-title {
  margin-right: 20px;
}
@media (min-width: 650px) {
  .site-section--full-width .section-title {
    margin-right: 40px;
  }
}
@media (min-width: 1100px) {
  .site-section--full-width .section-title {
    margin-right: 100px;
  }
}
@media (min-width: 1700px) {
  .site-section--full-width .section-title {
    margin-right: 10%;
  }
}
.site-section--slide-content {
  position: relative;
  overflow: hidden;
}
.site-section__layer {
  width: 100%;
}
@media (min-width: 768px) {
  .site-section__layer {
    width: auto;
  }
}
.site-section__layer--narrow {
  padding: 0 20px;
}
@media (min-width: 420px) {
  .site-section__layer--narrow {
    padding: 0 40px;
  }
}
@media (min-width: 1100px) {
  .site-section__layer--narrow {
    padding: 0 6%;
  }
}
@media (min-width: 1300px) {
  .site-section__layer--narrow {
    padding: 0 8%;
  }
}
@media (min-width: 1500px) {
  .site-section__layer--narrow {
    padding: 0 12%;
  }
}
@media (min-width: 1700px) {
  .site-section__layer--narrow {
    padding: 0 16%;
  }
}
.site-section--rounded-top {
  position: relative;
  z-index: 1;
  margin-top: -30px;
  border-radius: 16px 16px 0 0;
  box-shadow: 0px 14px 30px rgba(0, 107, 53, 0.35), 0px -14px 40px rgba(0, 107, 53, 0.35);
}
@media (min-width: 900px) {
  .site-section--rounded-top {
    margin-top: -60px;
    border-radius: 30px 30px 0 0;
  }
  .site-section--rounded-top:before {
    content: "";
    height: 60px;
    display: block;
  }
}
@media (min-width: 1100px) {
  .site-section--rounded-top {
    margin-top: -60px;
    border-radius: 40px 40px 0 0;
  }
  .site-section--rounded-top:before {
    content: "";
    height: 60px;
    display: block;
  }
}
.site-section--rounded-bottom {
  position: relative;
  z-index: 1;
  margin-bottom: -30px;
  border-radius: 0 0 16px 16px;
  box-shadow: -26px -105px 70px rgba(255, 255, 255, 0), 0px 46px 70px rgba(0, 107, 53, 0.4);
}
@media (min-width: 900px) {
  .site-section--rounded-bottom {
    margin-bottom: -60px;
    border-radius: 0 0 30px 30px;
    margin-top: 0;
    /*&:before {
      content: '';
      height: 60px;
      display: block;
    }*/
  }
}
@media (min-width: 1100px) {
  .site-section--rounded-bottom {
    margin-bottom: -60px;
    border-radius: 0 0 40px 40px;
    margin-top: 0;
  }
}
.site-section--rounded-bottom:after {
  content: "";
  height: 60px;
  width: 100%;
  display: block;
  background-color: #fff;
  position: absolute;
  top: -60px;
}
@media (min-width: 900px) {
  .site-section--rounded-bottom:after {
    display: none;
  }
}
.site-section--rounded {
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px rgba(0, 107, 53, 0.4), 0px -14px 40px rgba(0, 107, 53, 0.35);
  border-radius: 16px;
  margin-top: -30px;
  margin-bottom: -20px;
}
@media (min-width: 900px) {
  .site-section--rounded {
    border-radius: 30px;
    margin-top: -60px;
    margin-bottom: -60px;
  }
}
@media (min-width: 1100px) {
  .site-section--rounded {
    border-radius: 40px;
    margin-top: -60px;
    margin-bottom: -60px;
  }
}
.site-section--parallax {
  position: relative;
}
.site-section--top {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.site-section--bottom-space {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .site-section__wrapper--small-top {
    padding-top: 4%;
  }
}
@media (min-width: 768px) {
  .site-section__wrapper--small-bottom {
    padding-top: 40px;
  }
}
.site-section__wrapper--no-padding {
  padding: 0;
}
@media (min-width: 1100px) {
  .site-section__wrapper--no-padding-desktop {
    padding: 0;
  }
}
.site-section--animated-header {
  overflow: hidden;
}
.site-section--timeline {
  position: relative;
}
@media (min-width: 650px) {
  .site-section__wrapper--tablet-tall {
    padding: 100px 0;
  }
}
@media (min-width: 1100px) {
  .site-section__wrapper--tablet-tall {
    padding: 10% 0;
  }
}
.site-section__wrapper--more-bottom {
  padding-bottom: 64px;
}
@media (min-width: 650px) {
  .site-section__wrapper--more-bottom {
    padding-bottom: 104px;
  }
}
@media (min-width: 1100px) {
  .site-section__wrapper--more-bottom {
    padding: 10% 0;
  }
}
@media (max-width: 650px) {
  .site-section__wrapper--mobile-more-top {
    padding-top: 96px;
  }
}
.site-section__wrapper--more {
  padding: 64px 0 84px 0;
}
@media (min-width: 650px) {
  .site-section__wrapper--more {
    padding: 104px 0;
  }
}
@media (min-width: 1100px) {
  .site-section__wrapper--more {
    padding: 14% 0;
  }
}
.site-section__wrapper--big-spacing {
  padding: 90px 0 80px 0;
}
@media (min-width: 650px) {
  .site-section__wrapper--big-spacing {
    padding: 124px 0 114px 0;
  }
}
@media (min-width: 1100px) {
  .site-section__wrapper--big-spacing {
    padding: 14% 0;
  }
}
.site-section__wrapper--with-spacing {
  padding: 100px 0 80px 0;
}
@media (min-width: 650px) {
  .site-section__wrapper--with-spacing {
    padding: 140px 0 104px 0;
  }
}
@media (min-width: 1100px) {
  .site-section__wrapper--with-spacing {
    padding: 14% 0;
  }
}
.site-section__wrapper--with-spacing-2 {
  padding: 60px 0 60px 0;
}
@media (min-width: 650px) {
  .site-section__wrapper--with-spacing-2 {
    padding: 160px 0 104px 0;
  }
}
@media (min-width: 1100px) {
  .site-section__wrapper--with-spacing-2 {
    padding: 16% 0 12% 0;
  }
}
.site-section__wrapper--only-bottom {
  padding-top: 0;
}
@media (min-width: 1100px) {
  .site-section__wrapper--only-bottom-desktop {
    padding-top: 0;
  }
}
@media (min-width: 1100px) {
  .site-section__wrapper--only-top-desktop {
    padding-bottom: 0;
  }
}
.site-section--mobile-short {
  height: 64vh;
}
@media (min-width: 1100px) {
  .site-section--mobile-short {
    height: 100vh;
  }
}
.site-section--tablet-short {
  height: 64vh;
}
@media (min-width: 650px) {
  .site-section--tablet-short {
    height: 100vh;
  }
}
.site-section--transparent-bg {
  background-color: transparent;
}

/* .rounded-presection {
  position: relative;
  height: 20px;
  width: 100%;
  background-color: $primary-color-02;
  z-index: -1;
  padding-top: 80px;

  &:after {
    content: '';
    height: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-radius: 25px 25px 0 0;
    background-color: $light-color;
    box-shadow: 0px 14px 30px rgba(0, 107, 53, 0.35), 0px -14px 40px rgba(0, 107, 53, 0.35);

    @media (min-width: $tablet-m) {
      border-radius: 60px 60px 0px 0px;
    }
  }
} */
.section-title {
  color: #000;
}
.section-title--big {
  font-size: 58px;
  line-height: 60px;
  font-weight: 600;
}
@media (min-width: 650px) {
  .section-title--big {
    font-size: 100px;
    line-height: 108px;
  }
}
@media (min-width: 1100px) {
  .section-title--big {
    font-size: 96px;
    line-height: 106px;
  }
}
@media (min-width: 1700px) {
  .section-title--big {
    font-size: 120px;
    line-height: 138px;
  }
}
.section-title--very-big {
  font-size: 58px;
  line-height: 60px;
  font-weight: 600;
}
@media (min-width: 650px) {
  .section-title--very-big {
    font-size: 110px;
    line-height: 120px;
  }
}
@media (min-width: 1100px) {
  .section-title--very-big {
    font-size: 120px;
    line-height: 138px;
  }
}
@media (min-width: 1700px) {
  .section-title--very-big {
    font-size: 150px;
    line-height: 145px;
  }
}
.section-title--medium {
  font-size: 45px;
  line-height: 58px;
  font-weight: 600;
}
@media (min-width: 650px) {
  .section-title--medium {
    font-size: 110px;
    line-height: 98px;
  }
}
.section-title--small {
  font-size: 28px;
  line-height: 40px;
  font-weight: 600;
}
@media (min-width: 650px) {
  .section-title--small {
    font-size: 38px;
    line-height: 50px;
  }
}
.section-title--two-lines {
  text-align: center;
}
.section-title--two-lines span {
  display: block;
  white-space: nowrap;
}
.section-title--two-lines span:last-child {
  margin-left: 25%;
}
.section-title--animated {
  font-size: 12vw;
  line-height: 0.8;
  display: grid;
  gap: 2rem;
}
.section-title .dark {
  color: #006B35;
}
.section-title .very-dark {
  color: #000;
}
.section-title--dark {
  color: #006B35;
}
.section-title .light {
  color: #A0D035;
}
.section-title .lighter {
  color: #45AC34;
}
.section-title--light {
  color: #ffffff;
}
@media (min-width: 768px) {
  .section-title--desktop-center {
    width: 100%;
    text-align: center;
    display: inline-block !important;
  }
}
.section-title--space-below {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .section-title--space-below {
    margin-bottom: 30px;
  }
}
.section-title--more-space-below {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .section-title--more-space-below {
    margin-bottom: 30px;
  }
}
@media (min-width: 1300px) {
  .section-title--more-space-below {
    margin-bottom: 70px;
  }
}
@media (min-width: 1500px) {
  .section-title--more-space-below {
    margin-bottom: 104px;
  }
}
.section-title--more-space-below-2 {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .section-title--more-space-below-2 {
    margin-bottom: 54px;
  }
}
@media (min-width: 1300px) {
  .section-title--more-space-below-2 {
    margin-bottom: 70px;
  }
}
@media (min-width: 1500px) {
  .section-title--more-space-below-2 {
    margin-bottom: 104px;
  }
}
.section-title--small-space-below {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .section-title--small-space-below {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .section-title--desktop-space-below {
    margin-bottom: 104px;
  }
}
@media (min-width: 768px) {
  .section-title--desktop-narrow {
    width: 50%;
  }
}
.section-title--mobile-space-above {
  padding-top: 20px;
}
@media (min-width: 650px) {
  .section-title--mobile-space-above {
    padding-top: 0;
  }
}
.section-title--mobile-more-space-above {
  padding-top: 40px;
}
@media (min-width: 650px) {
  .section-title--mobile-more-space-above {
    padding-top: 0;
  }
}
.section-title--regular {
  font-weight: 400;
}
.section-title--top-left {
  margin-top: -140px;
  margin-left: 2%;
}
@media (min-width: 768px) {
  .section-title--top-left {
    margin-top: -140px;
    margin-left: -24%;
  }
}
@media (min-width: 1100px) {
  .section-title--top-left {
    margin-top: -200px;
    margin-left: -10%;
  }
}
.section-title--top-left span:last-child {
  margin-left: 20%;
}
.section-title--very-wide {
  margin-top: -170px;
  margin-left: 5px;
}
@media (min-width: 650px) {
  .section-title--very-wide {
    margin-top: -100px;
    margin-left: -5px;
  }
}
@media (min-width: 1100px) {
  .section-title--very-wide {
    margin-top: -130px;
    margin-left: -170px;
  }
}
@media (min-width: 1700px) {
  .section-title--very-wide {
    margin-top: -100px;
  }
}
.section-title--very-wide span:last-child {
  margin-left: 100px;
}
@media (min-width: 650px) {
  .section-title--very-wide span:last-child {
    margin-left: 200px;
  }
}
@media (min-width: 650px) {
  .section-title--small-space-left {
    margin-left: 15px;
  }
}
.section-title--top-bottom-spaces {
  margin-top: 80px;
  margin-bottom: 30px;
}
.section-title--top {
  margin-top: -28%;
}
.section-title--top-2 {
  margin-top: -20px;
  margin-left: 0;
}
@media (min-width: 650px) {
  .section-title--top-2 {
    margin-top: -200px;
    margin-left: 0;
  }
}
@media (min-width: 1100px) {
  .section-title--top-2 {
    margin-top: -200px;
    margin-left: -200px;
  }
}
.section-title--space-only-bottom {
  margin-bottom: 30px;
}
.section-title--align-right {
  text-align: right;
}
.section-title--one-line {
  white-space: nowrap;
}

@media (min-width: 768px) {
  .desktop-to-right {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
}

.site-header {
  position: fixed;
  width: 100vw;
  background: transparent;
  z-index: 99;
}

.site-hamburger {
  position: fixed;
  width: 100%;
  background: transparent;
  z-index: 99;
}

.menu-item {
  color: #fff;
  font-family: "pp-mori", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.menu-item:hover {
  color: #006B35;
}

.main-logo {
  height: 46px;
  width: 108px;
  display: block;
  background-image: url("/img/logos/logo-green-factory-baltic-light.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 1300px) {
  .main-logo {
    width: 120px;
    height: 52px;
  }
}
@media (min-width: 1500px) {
  .main-logo {
    width: 128px;
    height: 56px;
  }
}
.main-logo--color {
  background-image: url("/img/logos/logo-green-factory-baltic.svg");
}
.main-logo--desktop-top-left {
  display: none;
}
@media (min-width: 768px) {
  .main-logo--desktop-top-left {
    display: block;
    position: absolute;
    top: 32px;
    left: 60px;
  }
}

.text {
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}
@media (min-width: 650px) {
  .text {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.03em;
  }
}
@media (min-width: 1100px) {
  .text {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.01em;
  }
}
.text--big {
  font-family: "pp-mori", sans-serif;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .text--big {
    font-size: 20px;
    line-height: 31px;
  }
}
@media (min-width: 1100px) {
  .text--big {
    font-size: 17px;
    line-height: 30px;
  }
}
@media (min-width: 1500px) {
  .text--big {
    font-size: 20px;
    line-height: 31px;
  }
}
.text--bold {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 1100px) {
  .text--bold {
    font-size: 23px;
    line-height: 28px;
  }
}
.text--spectacular {
  font-family: "pp-mori", sans-serif;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.03em;
  color: #A0D035 !important;
}
@media (min-width: 768px) {
  .text--spectacular {
    font-size: 26px;
    line-height: 31px;
  }
}
@media (min-width: 1100px) {
  .text--spectacular {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
  }
}
.text--decorated {
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  line-height: 37px;
  letter-spacing: -0.01em;
  color: #000;
}
@media (min-width: 768px) {
  .text--decorated {
    font-size: 35px;
    line-height: 58px;
    text-align: center;
  }
}
.text--mobile-space-above {
  padding-top: 50px;
}
@media (min-width: 900px) {
  .text--mobile-space-above {
    padding-top: 0;
  }
}
.text--dark {
  color: #000 !important;
}
.text--dark p {
  color: #000 !important;
}
.text--small {
  font-size: 14px;
  line-height: 20px;
}
.text--decorated-links a {
  color: #45AC34;
  font-weight: 600;
}
.text--decorated-list ul > li:before {
  background: url("/img/icons/listek.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 5px !important;
  width: 17px;
  height: 15px;
  padding-right: 22px;
  position: relative;
  display: inline-block;
}
.text--decorated-list ul {
  padding: 0;
  text-align: center;
}
.text--decorated-list ul > li {
  padding: 1px 0 1px 1px;
}
.text h3 {
  padding: 18px 0 10px 0;
}
.text img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  margin: 8px 0;
}
.text--list-no-space ul, .text--list-no-space ol {
  padding: 0;
}

.text-decoration {
  display: inline-block;
  height: 38px;
  width: 38px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  vertical-align: middle;
  position: relative;
}
@media (min-width: 768px) {
  .text-decoration {
    height: 68px;
    width: 68px;
  }
}
@media (min-width: 768px) {
  .text-decoration__hover {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    transform: translate(-50%, -50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 0;
    height: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 2;
  }
}
@media (min-width: 768px) {
  .text-decoration:hover .text-decoration__hover {
    width: 240px;
    height: 220px;
  }
}

.site-section--light .text {
  color: #000;
}

.site-bar {
  align-items: center;
}
.site-bar__side-container {
  display: flex;
}
.site-bar__side-wrapper {
  display: flex;
  align-items: center;
  padding-right: 40px;
}

.text-container--narrow {
  max-width: 210px;
}
@media (min-width: 650px) {
  .text-container--narrow {
    max-width: 300px;
  }
}
.text-container--wide {
  max-width: 100%;
}
@media (min-width: 650px) {
  .text-container--wide {
    max-width: 400px;
  }
}
@media (min-width: 650px) {
  .text-container--bounded {
    max-width: 264px;
  }
}
@media (max-width: 650px) {
  .text-container--mobile-right-space {
    padding-right: 20px;
  }
}
.text-container--wider {
  max-width: 300px;
}
@media (min-width: 650px) {
  .text-container--wider {
    max-width: 490px;
  }
}
.text-container--space-below-tablet {
  margin-bottom: 0;
}
@media (min-width: 650px) {
  .text-container--space-below-tablet {
    margin-bottom: 42px;
  }
}
@media (min-width: 1700px) {
  .text-container--space-below-tablet {
    margin-bottom: 64px;
  }
}
.text-container--space-below {
  margin-bottom: 36px;
}
@media (min-width: 650px) {
  .text-container--space-below {
    margin-bottom: 42px;
  }
}
@media (min-width: 1700px) {
  .text-container--space-below {
    margin-bottom: 64px;
  }
}
.text-container--big-space-below {
  margin-bottom: 44px;
}
@media (min-width: 650px) {
  .text-container--big-space-below {
    margin-bottom: 54px;
  }
}
@media (min-width: 1100px) {
  .text-container--desktop-narrow {
    padding-right: 26%;
  }
}
@media (min-width: 1100px) {
  .text-container--desktop-wide {
    padding: 0 10%;
  }
}
@media (min-width: 1100px) {
  .text-container--right-space-desktop {
    padding-right: 20%;
  }
}
@media (max-width: 650px) {
  .text-container--more-space-below-mobile {
    margin-bottom: 66px;
  }
}

.horizontal-menu {
  display: none;
}
@media (min-width: 1300px) {
  .horizontal-menu {
    display: flex;
    margin-right: 40px;
  }
}
.horizontal-menu--dark .menu-item {
  color: #000;
}

.hamburger-container {
  padding: 9px 5px;
  cursor: pointer;
  display: block;
  z-index: 9;
}

.hamburger {
  display: flex;
  align-items: center;
  outline: none;
  height: 24px;
  width: 32px;
  border: 0px;
  padding: 0px;
  background: transparent;
  transition: all 250ms ease-out;
  cursor: pointer;
  z-index: 9;
}

.hamburger:before, .hamburger:after {
  content: "";
  width: 32px;
  height: 2px;
  position: absolute;
  background: #fff;
  transition: all 250ms ease-out;
  will-change: transform;
}

.hamburger:before {
  transform: translateY(-6px);
}

.hamburger:after {
  transform: translateY(6px);
}

.active.hamburger:before {
  transform: translateY(0) rotate(45deg);
}

.active.hamburger:after {
  transform: translateY(0) rotate(-45deg);
}

.hamburger--dark:before, .hamburger--dark:after {
  background: #000;
}

.fixed-header {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 89%;
}

.fixed-header-stop {
  opacity: 0;
}

.site-bar__menu {
  position: absolute;
  top: 0;
  right: -100vw;
  height: 100vh;
  width: 100%;
  background-color: #ffffff;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  padding: 90px 44px 20px 44px;
}
@media (min-width: 1100px) {
  .site-bar__menu {
    width: 50%;
    padding: 90px 44px 20px 100px;
    box-shadow: 0px 14px 30px rgba(0, 107, 53, 0.4), 0px -14px 40px rgba(0, 107, 53, 0.25);
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
  }
}
@media (min-width: 768px) {
  .site-bar__menu--desktop-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 1100px) {
  .site-bar__menu--desktop-center {
    justify-content: center;
  }
}

.site-bar--active .hamburger:before, .site-bar--active .hamburger:after {
  background: #006B35;
}
.site-bar--active .site-bar__menu {
  right: 0;
  z-index: 9;
}

.menu-item:hover, .submenu:hover {
  color: #006B35;
}

.site-bar-www {
  position: inherit;
}
.site-bar-www .hamburger-container {
  position: absolute;
  top: 24px;
  right: 52px;
}

.site-bar-www__menu {
  position: absolute;
  top: 0;
  right: -100vw;
  height: 100vh;
  width: 100%;
  background-color: #ffffff;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  padding: 90px 44px 20px 44px;
}
@media (min-width: 1100px) {
  .site-bar-www__menu {
    width: 30%;
    padding: 90px 20px 20px 40px;
    box-shadow: 0px 14px 30px rgba(0, 107, 53, 0.4), 0px -14px 40px rgba(0, 107, 53, 0.25);
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
  }
}
@media (min-width: 768px) {
  .site-bar-www__menu--desktop-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 1100px) {
  .site-bar-www__menu--desktop-center {
    justify-content: center;
  }
}

.site-bar-www--active .hamburger:before, .site-bar-www--active .hamburger:after {
  background: #006B35;
}
.site-bar-www--active .site-bar-www__menu {
  right: 0;
  z-index: 9;
}

.vertical-menu {
  display: flex;
  flex-direction: column;
  list-style: none;
}
@media (min-width: 768px) {
  .vertical-menu {
    display: block;
    width: 100%;
    /*column-count: 2;
    column-gap: 50px;*/
  }
}
.vertical-menu > li {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 16px;
  letter-spacing: 0.03em;
  color: #006B35;
  margin-bottom: 32px;
  user-select: none;
  width: 100%;
  /*@media (min-width: $desktop-s) {
    font-size: 36px;
    line-height: 36px;
  }*/
}
.vertical-menu > li a:before {
  content: "";
  height: 0;
  width: 0;
  background-image: url("/img/icons/arrow-menu.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 34px;
  display: inline-block;
  position: absolute;
  left: 4px;
  top: 22px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .vertical-menu > li {
    font-size: 32px;
    line-height: 36px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    padding-left: 0;
    margin-bottom: 35px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .vertical-menu > li:hover a {
    color: #A0D035;
    padding-left: 80px;
  }
  .vertical-menu > li:hover a:before {
    width: 59px;
    height: 63px;
    top: -16px;
  }
}
@media (min-width: 1100px) {
  .vertical-menu > li {
    font-size: 36px;
    line-height: 36px;
  }
}
.vertical-menu > li a {
  color: #006B35;
}
.vertical-menu > li a:hover {
  color: #A0D035;
}
.vertical-menu--small > li {
  font-size: 18px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .vertical-menu--small > li {
    font-size: 24px;
    line-height: 30px;
  }
}
.vertical-menu--small > li:hover {
  padding-left: 32px;
}
.vertical-menu--small > li:hover a {
  color: #A0D035;
}
.vertical-menu--small > li:hover:before {
  width: 19px;
  height: 21px;
  top: 2px;
}
@media (max-width: 768px) {
  .vertical-menu--mobile-space-above {
    margin-top: 20%;
  }
}
.vertical-menu .submenu {
  position: relative;
  cursor: pointer;
}
.vertical-menu .submenu:after {
  content: "";
  position: absolute;
  top: 0;
  right: 14%;
  width: 32px;
  height: 17px;
  display: block;
  background-image: url("/img/icons/more-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .vertical-menu .submenu:after {
    top: 7px;
    width: 41px;
    height: 22px;
  }
}
@media (min-width: 1500px) {
  .vertical-menu .submenu:after {
    width: 64px;
    height: 34px;
  }
}
.vertical-menu .submenu.active:after {
  transform: rotate(180deg);
}
.vertical-menu .submenu.active .vertical-menu-submenu {
  display: block;
}

.vertical-menu-submenu {
  list-style: none;
  margin-top: 22px;
  margin-left: 46px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: none;
}
.vertical-menu-submenu > li {
  font-size: 18px;
  line-height: 16px;
  margin-bottom: 16px;
  user-select: none;
}
.vertical-menu-submenu.active {
  display: block;
}

.socialmedia {
  list-style: none;
  display: flex;
  flex-direction: row;
}
.socialmedia > li {
  margin-right: 45px;
}
.socialmedia > li:last-child {
  margin-right: 0;
}
.socialmedia--desktop-top-right {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .socialmedia--desktop-top-right {
    margin-top: 0;
    position: absolute;
    top: 28px;
    right: 18%;
  }
}
@media (min-width: 1100px) {
  .socialmedia--desktop-top-right {
    top: 23px;
  }
}
.socialmedia--desktop-bottom-right {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .socialmedia--desktop-bottom-right {
    margin-top: 0;
    position: absolute;
    bottom: 30px;
    right: 70px;
  }
}
.horizontal-menu--top-right {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .horizontal-menu--top-right {
    margin-top: 0;
    position: absolute;
    top: 28px;
    right: 18%;
  }
}
@media (min-width: 1100px) {
  .horizontal-menu--top-right {
    top: 23px;
    right: 13%;
  }
}

.language-swith__menu {
  z-index: 1;
}

.language-swith__current {
  z-index: 2;
}

.socialmedia-icon {
  display: block;
  height: 29px;
  width: 29px;
  background-repeat: no-repeat;
  background-size: contain;
}
.socialmedia-icon--twitter {
  background-image: url("/img/icons/twitter.svg");
}
.socialmedia-icon--twitter-light {
  background-image: url("/img/icons/twitter-light.svg");
}
.socialmedia-icon--facebook {
  background-image: url("/img/icons/facebook.svg");
}
.socialmedia-icon--facebook-light {
  background-image: url("/img/icons/facebook-light.svg");
}
.socialmedia-icon--instagram {
  background-image: url("/img/icons/instagram.svg");
}
.socialmedia-icon--instagram-light {
  background-image: url("/img/icons/instagram-light.svg");
}
.socialmedia-icon--linkedin {
  background-image: url("/img/icons/linkedin.svg");
}
.socialmedia-icon--linkedin-light {
  background-image: url("/img/icons/linkedin-light.svg");
}
.socialmedia-icon--youtube {
  background-image: url("/img/icons/youtube.svg");
}
.socialmedia-icon--youtube-light {
  background-image: url("/img/icons/youtube-light.svg");
}

.footer__social .socialmedia-icon {
  height: 20px;
  width: 30px;
}
.footer__social .socialmedia-icon--linkedin {
  background-image: url("/img/icons/icon-linkedin.svg");
}
.footer__social .socialmedia-icon--linkedin-hover {
  background-image: url("/img/icons/icon-linkedin-hover.svg");
}
.footer__social .socialmedia-icon--twitter {
  background-image: url("/img/icons/icon-twitter.svg");
}
.footer__social .socialmedia-icon--twitter-hover {
  background-image: url("/img/icons/icon-twitter-hover.svg");
}
.footer__social .socialmedia-icon--facebook {
  background-image: url("/img/icons/icon-facebook.svg");
}
.footer__social .socialmedia-icon--facebook-hover {
  background-image: url("/img/icons/icon-facebook-hover.svg");
}
.footer__social .socialmedia-icon--instagram {
  background-image: url("/img/icons/icon-instagram.svg");
}
.footer__social .socialmedia-icon--instagram-hover {
  background-image: url("/img/icons/icon-instagram-hover.svg");
}
.footer__social .socialmedia-icon--youtube {
  background-image: url("/img/icons/icon-youtube.svg");
}
.footer__social .socialmedia-icon--youtube-hover {
  background-image: url("/img/icons/icon-youtube-hover.svg");
}

.icon-link {
  position: relative;
  width: max-content;
  height: max-content;
  display: inline-block;
}
.icon-link .socialmedia-icon {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.icon-link .socialmedia-icon--hover {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}
.icon-link:hover .socialmedia-icon {
  opacity: 0;
}
.icon-link:hover .socialmedia-icon--hover {
  opacity: 1;
}

.std-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 14px 20px;
  background-color: #006B35;
  width: max-content;
  border-radius: 27px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.std-button:hover {
  background-color: #A0D035;
}
.std-button__icon {
  height: 25px;
  width: 20px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 8px;
}
.std-button__icon--right {
  margin-right: 0;
  margin-left: 8px;
}
@media (min-width: 768px) {
  .std-button__icon--right {
    margin-left: 14px;
  }
}
.std-button__icon--left {
  margin-left: 0;
  margin-right: 8px;
}
@media (min-width: 768px) {
  .std-button__icon--left {
    margin-right: 14px;
  }
}
.std-button__icon--pin {
  background-image: url("/img/icons/pin-light.svg");
}
.std-button__icon--globe-dark {
  background-image: url("/img/icons/globe-dark.svg");
}
.std-button__icon--globe-light {
  background-image: url("/img/icons/globe-light.svg");
}
.std-button__icon--arrow {
  background-image: url("/img/icons/arrow-small.svg");
  height: 26px;
  width: 26px;
}
@media (min-width: 768px) {
  .std-button__icon--arrow {
    height: 35px;
    width: 35px;
  }
}
.std-button__icon--more {
  background-image: url("/img/icons/arrow-more.svg");
  height: 26px;
  width: 26px;
}
@media (min-width: 768px) {
  .std-button__icon--more {
    height: 35px;
    width: 35px;
  }
}
.std-button__icon--arrow-dark {
  background-image: url("/img/icons/arrow-small-dark.svg");
  height: 26px;
  width: 26px;
}
@media (min-width: 768px) {
  .std-button__icon--arrow-dark {
    height: 35px;
    width: 35px;
  }
}
.std-button__icon--arrow-down {
  transform: rotate(90deg);
}
.std-button__text {
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #fff;
  font-family: "pp-mori", sans-serif;
}
.std-button--light {
  background-color: #fff;
}
.std-button--light .std-button__text {
  color: #006B35;
}
.std-button--secondary {
  background-color: #A0D035;
}
.std-button--secondary .std-button__text {
  color: #fff;
}
.std-button--secondary:hover {
  background-color: #45AC34;
}
.std-button--big {
  text-transform: uppercase;
  border-radius: 20px;
  padding: 8px 10px 8px 18px;
}
@media (min-width: 768px) {
  .std-button--big {
    border-radius: 30px;
    padding: 10px 12px 10px 22px;
  }
}
.std-button--big .std-button__text {
  font-weight: 600;
  font-size: 14px;
  line-height: 12px;
  font-family: "Work Sans", sans-serif;
}
@media (min-width: 768px) {
  .std-button--big .std-button__text {
    line-height: 20px;
  }
}
.std-button--reverse {
  padding: 8px 18px 8px 10px;
}
.std-button--outline {
  background-color: #fff;
  color: #006B35;
  border: 1px solid #006B35;
}
.std-button--outline .std-button__text {
  color: #006B35;
}
.std-button--transparent {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.std-button--transparent .std-button__text {
  color: #fff;
}
@media (min-width: 768px) {
  .std-button--desktop-center {
    margin: 0 auto;
  }
}
@media (min-width: 650px) {
  .std-button--tablet-space-below {
    margin-bottom: 24px;
  }
}
@media (min-width: 1100px) {
  .std-button--tablet-space-below {
    margin-bottom: 0;
  }
}
.std-button--mobile-space-below {
  margin-bottom: 40px;
}
@media (min-width: 650px) {
  .std-button--mobile-space-below {
    margin-bottom: 0;
  }
}
.std-button--mobile-big-space-below {
  margin-bottom: 90px;
}
@media (min-width: 650px) {
  .std-button--mobile-big-space-below {
    margin-bottom: 0;
  }
}
.std-button--mobile-space-above {
  margin-top: 30px;
}
@media (min-width: 650px) {
  .std-button--mobile-space-above {
    margin-top: 0;
  }
}

.horizontal-inline {
  display: flex;
  flex-direction: row;
}
.horizontal-inline--space-above {
  margin-top: 38px;
}
@media (min-width: 768px) {
  .horizontal-inline--space-above {
    margin-top: 0;
  }
}
.horizontal-inline .std-button {
  margin-right: 50px;
}
.horizontal-inline .std-button:last-child {
  margin-right: 0;
}
@media (min-width: 768px) {
  .horizontal-inline--desktop-bottom-right {
    position: absolute;
    bottom: 41px;
    right: 60px;
  }
}

.video-play-button {
  height: 65px;
  width: 65px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/img/icons/play.svg");
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 768px) {
  .video-play-button {
    height: 123px;
    width: 123px;
  }
}
.video-play-button:hover {
  opacity: 0.8;
  filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.4784313725));
}

.site-footer {
  position: relative;
}
@media (min-width: 1100px) {
  .site-footer {
    padding-bottom: 0;
    z-index: 0;
    position: relative;
  }
}

.collage {
  position: absolute;
  width: 100%;
  top: 0;
  display: contents;
  /*&--1 {
    height: 370px;
    margin: 40px 0 60px 0;

    @media (min-width: $tablet-s) {
      height: 655px;
    }
  }*/
  /*@media (min-width: $tablet-xs) {
    display: none;
  }

  @media (min-width: $desktop-s) {
    display: contents;
  }*/
}
.collage--middle {
  height: 370px;
  display: block;
  position: relative;
}
@media (min-width: 1100px) {
  .collage--middle {
    height: 210px;
  }
}
@media (min-width: 1100px) {
  .collage--short {
    height: 130px;
  }
}
.collage__image {
  display: block;
  padding-bottom: 60%;
  width: 70%;
  background-repeat: no-repeat;
  background-size: cover;
}
.collage__image--11 {
  padding-bottom: 60%;
  width: 70%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .collage__image--11 {
    padding-bottom: 26%;
    width: 30%;
    top: 0;
    left: 50%;
  }
}
.collage__image--12 {
  position: absolute;
  padding-bottom: 37%;
  width: 59%;
  top: 23%;
  left: 0;
}
@media (min-width: 550px) {
  .collage__image--12 {
    padding-bottom: 24%;
    width: 25%;
    top: 200px;
    z-index: 2;
  }
}
@media (min-width: 1100px) {
  .collage__image--12 {
    padding-bottom: 24%;
    width: 25%;
    top: 20px;
  }
}
.collage__image--13 {
  position: absolute;
  padding-bottom: 48%;
  width: 36%;
  top: 16%;
  right: 0;
}
@media (min-width: 550px) {
  .collage__image--13 {
    padding-bottom: 19%;
    width: 14%;
    top: 60%;
    display: none;
  }
}
@media (min-width: 1100px) {
  .collage__image--13 {
    padding-bottom: 19%;
    width: 14%;
    top: 2%;
    display: block;
  }
}
.collage__image--22 {
  position: absolute;
  padding-bottom: 34%;
  width: 64%;
  top: 76%;
  left: 0;
}
@media (min-width: 550px) {
  .collage__image--22 {
    padding-bottom: 13%;
    width: 30%;
    top: 74%;
    left: 54%;
  }
}
@media (min-width: 1100px) {
  .collage__image--22 {
    padding-bottom: 13%;
    width: 30%;
    top: 58%;
    left: 43%;
  }
}
@media (min-width: 1500px) {
  .collage__image--22 {
    padding-bottom: 13%;
    width: 30%;
    top: 56%;
    left: 37%;
  }
}
.collage__image--23 {
  position: absolute;
  padding-bottom: 27%;
  width: 64%;
  top: 84%;
  right: 0;
  z-index: 2;
}
@media (min-width: 550px) {
  .collage__image--23 {
    padding-bottom: 19%;
    width: 50%;
    top: 87%;
    right: 40px;
  }
}
@media (min-width: 1100px) {
  .collage__image--23 {
    padding-bottom: 16%;
    width: 40%;
    top: 206%;
    right: 80px;
    z-index: 2;
  }
}
.collage__image--32 {
  position: absolute;
  padding-bottom: 40%;
  width: 30%;
  top: 14%;
  right: 0;
}
@media (min-width: 550px) {
  .collage__image--32 {
    padding-bottom: 30%;
    width: 22%;
    top: 18%;
    right: calc(3% + 10px);
  }
}
.collage__image--33 {
  position: absolute;
  padding-bottom: 38%;
  width: 55%;
  top: 52%;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 550px) {
  .collage__image--33 {
    padding-bottom: 19%;
    width: 27%;
    top: 70%;
    left: 13%;
  }
}
@media (min-width: 1100px) {
  .collage__image--33 {
    transform: none;
    top: 60%;
  }
}
.collage__image--42 {
  position: absolute;
  padding-bottom: 68%;
  width: 80%;
  top: 11%;
  right: -20px;
}
@media (min-width: 550px) {
  .collage__image--42 {
    padding-bottom: 49%;
    width: 32%;
    top: 11%;
    right: -40px;
  }
}
@media (min-width: 1100px) {
  .collage__image--42 {
    padding-bottom: 30%;
    width: 20%;
    top: -150%;
    right: -100px;
  }
}
.collage__image--43 {
  position: absolute;
  padding-bottom: 55%;
  width: 40%;
  top: 40%;
  left: -20px;
}
@media (min-width: 650px) {
  .collage__image--43 {
    position: absolute;
    padding-bottom: 55%;
    width: 40%;
    top: -35%;
    left: -40px;
  }
}
@media (min-width: 1100px) {
  .collage__image--43 {
    padding-bottom: 30%;
    width: 22%;
    top: -140%;
    left: -100px;
  }
}
.collage__image--44 {
  position: absolute;
  padding-bottom: 55%;
  width: 40%;
  top: 40%;
  left: -20px;
}
@media (min-width: 650px) {
  .collage__image--44 {
    position: absolute;
    padding-bottom: 55%;
    width: 40%;
    top: -35%;
    left: -40px;
  }
}
@media (min-width: 1100px) {
  .collage__image--44 {
    padding-bottom: 30%;
    width: 30%;
    top: -260%;
    left: -100px;
  }
}
.collage__image--51 {
  position: absolute;
  padding-bottom: 68%;
  width: 80%;
  top: 14%;
  right: -20px;
}
@media (min-width: 550px) {
  .collage__image--51 {
    padding-bottom: 35%;
    width: 41%;
    top: 20%;
    right: -40px;
  }
}
@media (min-width: 1100px) {
  .collage__image--51 {
    padding-bottom: 30%;
    width: 35%;
    top: -55%;
    right: -100px;
  }
}
.collage__image--52 {
  position: absolute;
  padding-bottom: 55%;
  width: 40%;
  top: -3%;
  left: -20px;
}
@media (min-width: 650px) {
  .collage__image--52 {
    position: absolute;
    padding-bottom: 41%;
    width: 32%;
    top: -18%;
    left: -40px;
    z-index: 2;
  }
}
@media (min-width: 1100px) {
  .collage__image--52 {
    padding-bottom: 30%;
    width: 22%;
    top: -120%;
    left: -100px;
  }
}
.collage__image--61 {
  position: absolute;
  padding-bottom: 30%;
  width: 33%;
  top: 14%;
  right: 0px;
}
@media (min-width: 550px) {
  .collage__image--61 {
    padding-bottom: 22%;
    width: 24%;
    top: 22%;
    right: 3%;
  }
}
.collage__image--62 {
  position: absolute;
  padding-bottom: 43%;
  width: 66%;
  top: 52%;
  left: 41%;
  transform: translateX(-50%);
}
@media (min-width: 550px) {
  .collage__image--62 {
    padding-bottom: 29%;
    width: 46%;
    top: 48%;
    left: 23%;
  }
}
@media (min-width: 1100px) {
  .collage__image--62 {
    transform: none;
    left: 9%;
    top: 50%;
    padding-bottom: 23%;
    width: 36%;
  }
}
.collage__image--71 {
  position: absolute;
  padding-bottom: 49%;
  width: 33%;
  top: 18%;
  right: 0px;
}
@media (min-width: 550px) {
  .collage__image--71 {
    padding-bottom: 30%;
    width: 20%;
    top: 11%;
    right: 10%;
  }
}
@media (min-width: 1100px) {
  .collage__image--71 {
    padding-bottom: 31%;
    width: 21%;
    top: 16%;
    right: 17%;
  }
}
.collage__image--72 {
  position: absolute;
  padding-bottom: 43%;
  width: 66%;
  top: 59%;
  left: 41%;
  transform: translateX(-50%);
}
@media (min-width: 550px) {
  .collage__image--72 {
    padding-bottom: 26%;
    width: 39%;
    top: 48%;
    left: 17%;
  }
}
@media (min-width: 1100px) {
  .collage__image--72 {
    transform: none;
    padding-bottom: 23%;
    width: 35%;
    top: 50%;
    left: 10%;
  }
}
.collage__image--73 {
  position: absolute;
  padding-bottom: 30%;
  width: 33%;
  top: 14%;
  right: 0px;
  display: none;
}
@media (min-width: 550px) {
  .collage__image--73 {
    padding-bottom: 22%;
    width: 34%;
    top: 66%;
    right: 15%;
    display: block;
  }
}
@media (min-width: 1100px) {
  .collage__image--73 {
    padding-bottom: 20%;
    width: 27%;
    top: 55%;
    right: 0%;
    z-index: 22;
  }
}
.collage__image--81 {
  position: absolute;
  padding-bottom: 26%;
  width: 24%;
  top: -26%;
  left: 59%;
  display: none;
}
@media (min-width: 550px) {
  .collage__image--81 {
    position: absolute;
    padding-bottom: 30%;
    width: 28%;
    top: -6%;
    left: 62%;
    display: block;
  }
}
@media (min-width: 1100px) {
  .collage__image--81 {
    position: absolute;
    padding-bottom: 26%;
    width: 24%;
    top: -55%;
    left: 63%;
  }
}
.collage__image--82 {
  position: absolute;
  padding-bottom: 20%;
  width: 11%;
  top: -3%;
  right: 0;
  display: none;
}
@media (min-width: 550px) {
  .collage__image--82 {
    position: absolute;
    padding-bottom: 24%;
    width: 13%;
    top: 30%;
    right: 0;
    display: block;
  }
}
@media (min-width: 1100px) {
  .collage__image--82 {
    position: absolute;
    padding-bottom: 20%;
    width: 15%;
    top: 0;
    right: 0;
  }
}
.collage__image--91 {
  position: absolute;
  padding-bottom: 26%;
  width: 24%;
  top: -26%;
  left: 59%;
  display: none;
}
@media (min-width: 550px) {
  .collage__image--91 {
    padding-bottom: 30%;
    width: 28%;
    top: 20%;
    left: 62%;
    display: block;
  }
}
@media (min-width: 1100px) {
  .collage__image--91 {
    padding-bottom: 23%;
    width: 16%;
    top: -11%;
    left: 68%;
  }
}
.collage__image--92 {
  position: absolute;
  padding-bottom: 20%;
  width: 11%;
  top: -3%;
  right: 0;
  display: none;
}
@media (min-width: 550px) {
  .collage__image--92 {
    padding-bottom: 24%;
    width: 13%;
    top: 30%;
    right: 0;
    display: block;
  }
}
@media (min-width: 1100px) {
  .collage__image--92 {
    padding-bottom: 23%;
    width: 18%;
    top: 14%;
    right: 0;
  }
}
.collage__image--101 {
  position: absolute;
  padding-bottom: 26%;
  width: 24%;
  top: -26%;
  left: 59%;
  display: none;
}
@media (min-width: 550px) {
  .collage__image--101 {
    padding-bottom: 30%;
    width: 28%;
    top: -6%;
    left: 62%;
    display: block;
  }
}
@media (min-width: 1100px) {
  .collage__image--101 {
    padding-bottom: 26%;
    width: 18%;
    top: -10%;
    left: 64%;
  }
}
.collage__image--102 {
  position: absolute;
  padding-bottom: 20%;
  width: 11%;
  top: -3%;
  right: 0;
  display: none;
}
@media (min-width: 550px) {
  .collage__image--102 {
    padding-bottom: 24%;
    width: 13%;
    top: 30%;
    right: 0;
    display: block;
  }
}
@media (min-width: 1100px) {
  .collage__image--102 {
    padding-bottom: 19%;
    width: 30%;
    top: 20%;
    right: 0;
  }
}
.collage__image--111 {
  position: absolute;
  padding-bottom: 40%;
  width: 30%;
  top: 14%;
  right: 0;
}
@media (min-width: 550px) {
  .collage__image--111 {
    padding-bottom: 25%;
    width: 18%;
    top: 11%;
    right: 9%;
  }
}
@media (min-width: 1100px) {
  .collage__image--111 {
    /* top: 19%;
    right: 31%; */
    z-index: 1;
    top: 16%;
    right: 34%;
    padding-bottom: 22%;
    width: 16%;
  }
}
@media (min-width: 1700px) {
  .collage__image--111 {
    top: 19%;
    right: 31%;
    padding-bottom: 25%;
    width: 18%;
  }
}
.collage__image--112 {
  position: absolute;
  padding-bottom: 40%;
  width: 50%;
  top: 30%;
  right: 36%;
}
@media (min-width: 550px) {
  .collage__image--112 {
    padding-bottom: 30%;
    width: 43%;
    top: 41%;
    right: 44%;
  }
}
@media (min-width: 1100px) {
  .collage__image--112 {
    width: 45%;
    padding-bottom: 26%;
    top: 42%;
    left: 4%;
  }
}
.collage__image--121 {
  position: absolute;
  padding-bottom: 40%;
  width: 35%;
  top: 14%;
  right: 0;
}
@media (min-width: 550px) {
  .collage__image--121 {
    padding-bottom: 20%;
    width: 17%;
    top: 20%;
    right: 17%;
  }
}
.collage__image--122 {
  position: absolute;
  padding-bottom: 32%;
  width: 85%;
  top: 56%;
  right: 20px;
}
@media (min-width: 550px) {
  .collage__image--122 {
    padding-bottom: 20%;
    width: 51%;
    top: 48%;
    right: 29%;
  }
}
.collage__image--131 {
  position: absolute;
  padding-bottom: 26%;
  width: 24%;
  top: -26%;
  right: 0;
  display: none;
}
@media (min-width: 550px) {
  .collage__image--131 {
    padding-bottom: 30%;
    width: 28%;
    top: 14%;
    right: 0;
    display: block;
  }
}
@media (min-width: 1100px) {
  .collage__image--131 {
    padding-bottom: 35%;
    width: 25%;
    top: 6%;
    right: 0;
  }
}
.collage__image--132 {
  position: absolute;
  padding-bottom: 20%;
  width: 11%;
  top: -3%;
  right: 0;
  display: none;
}
@media (min-width: 550px) {
  .collage__image--132 {
    padding-bottom: 24%;
    width: 13%;
    top: 50%;
    right: 0;
    display: block;
  }
}
@media (min-width: 1100px) {
  .collage__image--132 {
    padding-bottom: 16%;
    width: 12%;
    top: 40%;
    right: 0;
  }
}
.collage__image--141 {
  position: absolute;
  padding-bottom: 30%;
  width: 33%;
  top: 20%;
  right: 0px;
}
@media (min-width: 550px) {
  .collage__image--141 {
    padding-bottom: 24%;
    width: 38%;
    top: 22%;
    right: 0;
    z-index: -1;
  }
}
@media (min-width: 1100px) {
  .collage__image--141 {
    top: 12%;
    right: 0;
  }
}
.collage__image--142 {
  position: absolute;
  padding-bottom: 73%;
  width: 60%;
  top: 39%;
  left: 38%;
  transform: translateX(-50%);
}
@media (min-width: 550px) {
  .collage__image--142 {
    padding-bottom: 28%;
    width: 18%;
    top: 42%;
    left: 20%;
  }
}
@media (min-width: 1100px) {
  .collage__image--142 {
    transform: none;
    left: 128px;
  }
}
.collage__image--151 {
  position: absolute;
  padding-bottom: 26%;
  width: 24%;
  top: -26%;
  left: 59%;
  display: none;
}
@media (min-width: 550px) {
  .collage__image--151 {
    position: absolute;
    padding-bottom: 30%;
    width: 28%;
    top: 10%;
    left: 62%;
    display: block;
  }
}
@media (min-width: 1100px) {
  .collage__image--151 {
    position: absolute;
    padding-bottom: 26%;
    width: 24%;
    top: 0;
    left: 59%;
  }
}
.collage__image--152 {
  position: absolute;
  padding-bottom: 20%;
  width: 11%;
  top: -3%;
  right: 0;
  display: none;
}
@media (min-width: 550px) {
  .collage__image--152 {
    position: absolute;
    padding-bottom: 24%;
    width: 13%;
    top: 30%;
    right: 0;
    display: block;
  }
}
@media (min-width: 1100px) {
  .collage__image--152 {
    position: absolute;
    padding-bottom: 20%;
    width: 11%;
    top: -3%;
    right: 0;
  }
}

.static-images {
  position: relative;
}
.static-images__image {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
}
.static-images__image--11 {
  padding-bottom: 73%;
  width: 52%;
  margin-left: -20px;
}
@media (min-width: 650px) {
  .static-images__image--11 {
    padding-bottom: 86%;
    width: 60%;
    margin-left: 65px;
    margin-top: -40%;
  }
}
@media (min-width: 1100px) {
  .static-images__image--11 {
    padding-bottom: 58%;
    width: 41%;
    margin-left: 24px;
  }
}
.static-images__image--12 {
  padding-bottom: 73%;
  width: 76%;
  margin: -120px -20px 0 auto;
}
@media (min-width: 650px) {
  .static-images__image--12 {
    padding-bottom: 60%;
    width: 62%;
    margin: -120px -40px 0 auto;
  }
}
@media (min-width: 1100px) {
  .static-images__image--12 {
    padding-bottom: 67%;
    width: 72%;
    margin: -120px -100px 0 auto;
  }
}

@media (min-width: 650px) {
  .flex-column {
    display: flex;
    flex-direction: row;
  }
}
.flex-column .col-4 {
  margin-bottom: 40px;
}
@media (min-width: 650px) {
  .flex-column .col-4 {
    width: 33.3333333333%;
    margin-bottom: 0;
  }
}
.flex-column .col-8 {
  margin-bottom: 40px;
}
@media (min-width: 650px) {
  .flex-column .col-8 {
    width: 66.6666666667%;
    margin-bottom: 0;
  }
}
.flex-column .col-6 {
  margin-bottom: 40px;
}
@media (min-width: 650px) {
  .flex-column .col-6 {
    width: 50%;
    margin-bottom: 0;
  }
}
.flex-column .col-6:last-child {
  margin-bottom: 0;
}
.flex-column .col-6--center {
  display: flex;
  justify-content: center;
}
.flex-column .col-6--right {
  display: flex;
  justify-content: flex-end;
}
.flex-column .col-6--v-center {
  display: flex;
  align-items: center;
}
@media (min-width: 650px) {
  .flex-column .col-6--desktop-v-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 650px) {
  .flex-column .col-6--desktop-space-above {
    margin-top: 10%;
  }
}
@media (min-width: 1100px) {
  .flex-column .col-6--desktop-space-left {
    padding-left: 6%;
  }
}
@media (min-width: 1100px) {
  .flex-column .col-6--desktop-space-right {
    padding-right: 6%;
  }
}
.flex-column .col-6--mobile-space-below {
  margin-bottom: 64px;
}
@media (min-width: 650px) {
  .flex-column .col-6--mobile-space-below {
    margin-bottom: 0;
  }
}
@media (min-width: 650px) {
  .flex-column .col-6--tablet-right-space {
    margin-right: 10%;
  }
}
@media (min-width: 1100px) {
  .flex-column .col-6--tablet-right-space {
    margin-right: 0;
  }
}
@media (min-width: 1100px) {
  .flex-column .col-6--desktop-v-bottom {
    display: flex;
    align-items: flex-end;
  }
}
@media (min-width: 650px) {
  .flex-column .col-6--tablet-space-left {
    margin-left: 10%;
  }
}
@media (min-width: 1100px) {
  .flex-column .col-6--tablet-space-left {
    margin-left: 0;
  }
}
@media (min-width: 650px) {
  .flex-column--desktop-space-between .col-6:first-child {
    margin-right: 18px;
  }
}
@media (min-width: 650px) {
  .flex-column--desktop-space-between .col-6:last-child {
    margin-left: 18px;
  }
}
.flex-column--medium-space-above {
  margin-top: 80px;
}
@media (min-width: 650px) {
  .flex-column--desktop-more-space-between .col-6:first-child {
    margin-right: 5%;
  }
}
@media (min-width: 650px) {
  .flex-column--desktop-more-space-between .col-6:last-child {
    margin-left: 5%;
  }
}
.flex-column--mobile-reverse {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 650px) {
  .flex-column--mobile-reverse {
    flex-direction: row;
  }
}
@media (min-width: 650px) {
  .flex-column--tablet-more-right > .col-6:first-child {
    width: 30%;
  }
  .flex-column--tablet-more-right > .col-6:last-child {
    width: 70%;
    padding-left: 40px;
  }
}
@media (min-width: 1100px) {
  .flex-column--tablet-more-right > .col-6:first-child {
    width: 50%;
  }
  .flex-column--tablet-more-right > .col-6:last-child {
    width: 50%;
    padding-left: 0;
  }
}
.flex-column--space-above {
  margin-top: 6%;
}
@media (min-width: 650px) {
  .flex-column--space-above {
    margin-top: 12%;
  }
}
.flex-column--small-space-above {
  margin-top: 6%;
}
@media (min-width: 650px) {
  .flex-column--small-space-above {
    margin-top: 30px;
  }
}
.flex-column--big-space-above {
  margin-top: 6%;
}
@media (min-width: 650px) {
  .flex-column--big-space-above {
    margin-top: 20%;
  }
}
.flex-column--below {
  z-index: 0;
  position: relative;
}

.section-header {
  z-index: 2;
  position: relative;
}
@media (min-width: 650px) {
  .section-header--desktop-center {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 650px) {
  .section-header--desktop-space-above {
    padding-top: 105px;
    padding-bottom: 52px;
  }
}
@media (min-width: 1100px) {
  .section-header--desktop-space-above {
    padding-top: 190px;
    padding-bottom: 48px;
  }
}
@media (min-width: 1500px) {
  .section-header--desktop-space-above {
    padding-top: 190px;
    padding-bottom: 52px;
  }
}
.section-header--background-image {
  margin-top: -203px;
}
@media (min-width: 1100px) {
  .section-header--background-image {
    margin-top: -40%;
    margin-left: -40%;
  }
}
.section-header--background-image-2 {
  margin-top: -203px;
}
@media (min-width: 1100px) {
  .section-header--background-image-2 {
    margin-top: -200px;
    margin-left: -440px;
  }
}
@media (min-width: 1100px) {
  .section-header--background-image-desktop {
    margin-top: -160px;
    margin-left: -160px;
  }
}
.section-header--top-background-image {
  margin-top: -60%;
}
@media (min-width: 1100px) {
  .section-header--top-background-image {
    margin-top: -62%;
    margin-left: -62%;
  }
}
.section-header--space-above {
  margin-top: 40px;
}
.section-header--big-space-above {
  margin-top: 40px;
}
@media (min-width: 650px) {
  .section-header--big-space-above {
    margin-top: 80px;
  }
}
@media (min-width: 1100px) {
  .section-header--big-space-above {
    margin-top: 40px;
  }
}
.section-header--big-space-below {
  margin-bottom: 40px;
}
@media (min-width: 650px) {
  .section-header--big-space-below {
    margin-bottom: 60px;
  }
}
@media (min-width: 1100px) {
  .section-header--big-space-below {
    margin-bottom: 80px;
  }
}
.section-header--mobile-space-above {
  padding-top: 40px;
}
@media (min-width: 650px) {
  .section-header--mobile-space-above {
    padding-top: 0;
  }
}
@media (max-width: 650px) {
  .section-header--mobile-space-below {
    padding-bottom: 225px;
  }
}
.section-header--space-below {
  margin-bottom: 40px;
}
.section-header--top-left {
  margin-top: 80px;
}
@media (min-width: 1100px) {
  .section-header--top-left {
    margin-top: 80px;
  }
}
.section-header--flat {
  margin-bottom: 0;
  padding-bottom: 0;
}
.section-header--background-top {
  position: absolute;
  top: 18%;
}
@media (min-width: 650px) {
  .section-header--background-top {
    position: relative;
    margin-top: -203px;
  }
}
@media (min-width: 1100px) {
  .section-header--background-top {
    position: relative;
    margin-top: -55%;
    margin-left: -40%;
  }
}
.section-header--background-top-2 {
  position: absolute;
  top: 18%;
}
@media (min-width: 650px) {
  .section-header--background-top-2 {
    position: relative;
    margin-top: -200px;
  }
}
@media (min-width: 1100px) {
  .section-header--background-top-2 {
    position: relative;
    margin-top: -220px;
    margin-left: -380px;
  }
}

.section-header-picture {
  padding-bottom: 60%;
  width: 70%;
  margin-bottom: 14%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}
@media (min-width: 650px) {
  .section-header-picture {
    margin-bottom: 30%;
    z-index: 2;
  }
}
.section-header-picture--tall {
  padding-bottom: 60%;
  width: 43%;
  margin-bottom: 60%;
}
@media (min-width: 550px) {
  .section-header-picture--tall {
    padding-bottom: 67%;
    width: 48%;
    margin-bottom: 72%;
  }
}
@media (min-width: 1100px) {
  .section-header-picture--tall {
    padding-bottom: 60%;
    width: 43%;
    margin-bottom: 60%;
  }
}
.section-header-picture--top {
  background-position: top;
}
.section-header-picture--full-width {
  width: 100%;
  padding-bottom: 96%;
  background-position: center;
  margin-bottom: 12px;
}
.section-header-picture--full-width-mobile {
  width: 100%;
  padding-bottom: 96%;
  background-position: center;
}
@media (min-width: 650px) {
  .section-header-picture--full-width-mobile {
    width: 80%;
    padding-bottom: 70%;
    background-position: top;
  }
}
@media (min-width: 1100px) {
  .section-header-picture--full-width-mobile {
    width: 67%;
    padding-bottom: 79%;
    background-position: center;
  }
}
.section-header-picture--full-width-mobile-2 {
  width: 100%;
  padding-bottom: 118%;
  background-position: center;
}
@media (min-width: 650px) {
  .section-header-picture--full-width-mobile-2 {
    width: 80%;
    padding-bottom: 70%;
    background-position: top;
  }
}
@media (min-width: 1100px) {
  .section-header-picture--full-width-mobile-2 {
    width: 67%;
    padding-bottom: 79%;
    background-position: center;
  }
}
.section-header-picture--full-width-tablet {
  width: 100%;
  padding-bottom: 96%;
  background-position: center;
  /*@media (min-width: $tablet-s) {
    width: 80%;
    padding-bottom: 70%;
    background-position: top;
  }*/
}
@media (min-width: 1100px) {
  .section-header-picture--full-width-tablet {
    width: 67%;
    padding-bottom: 79%;
    background-position: center;
  }
}
@media (min-width: 650px) {
  .section-header-picture--tablet-short {
    margin-bottom: 70%;
  }
}
@media (min-width: 1100px) {
  .section-header-picture--tablet-short {
    width: 67%;
    margin-bottom: 0;
  }
}
.section-header-picture--big {
  padding-bottom: 80%;
  width: 100%;
  margin-bottom: 0;
}
@media (min-width: 1100px) {
  .section-header-picture--big {
    width: 70%;
  }
}
.section-header-picture--mobile-space-below {
  margin-bottom: 37px;
}
@media (min-width: 650px) {
  .section-header-picture--mobile-space-below {
    margin-bottom: 0;
  }
}
.section-header-picture--short {
  padding-bottom: 70%;
}
@media (min-width: 1100px) {
  .section-header-picture--desktop-left-space {
    margin-left: 14%;
  }
}
@media (min-width: 1100px) {
  .section-header-picture--desktop-space-above {
    margin-top: 30%;
  }
}
.section-header-picture--no-space-below {
  margin-bottom: 0;
}

.std-picture {
  padding-bottom: 60%;
  width: 100%;
  margin-bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 650px) {
  .std-picture {
    padding-bottom: 80%;
    margin-bottom: 30%;
    width: 70%;
  }
}

.std-picture-background {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 390px;
}
@media (min-width: 650px) {
  .std-picture-background {
    width: 300px;
    height: 333px;
  }
}
@media (min-width: 1100px) {
  .std-picture-background {
    width: 360px;
    height: 400px;
  }
}

.arrow-next-section {
  display: block;
  height: 123px;
  width: 123px;
  background-image: url("/img/icons/arrow.svg") !important;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.arrow-next-section:hover {
  opacity: 0.6;
  filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.4784313725));
}

.horizontal-center {
  display: flex;
  justify-content: center;
}

.horizontal-center-absolute {
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
}

.only-desktop {
  display: none;
}
@media (min-width: 1100px) {
  .only-desktop {
    display: flex;
  }
}

.only-mobile {
  display: block;
}
@media (min-width: 650px) {
  .only-mobile {
    display: none;
  }
}

.only-tablet {
  display: block;
}
@media (min-width: 1100px) {
  .only-tablet {
    display: none;
  }
}

.only-tablet-flex {
  display: flex;
}
@media (min-width: 1300px) {
  .only-tablet-flex {
    display: none;
  }
}

.only-tablet-inline {
  display: inline-block;
}
@media (min-width: 1100px) {
  .only-tablet-inline {
    display: none;
  }
}

.bottom-center {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}
.bottom-center--fixed {
  position: fixed;
}

.std-menu {
  list-style: none;
  margin-bottom: 50px;
}
.std-menu__item {
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 13px;
  letter-spacing: 0.03em;
  color: #fff;
  text-align: center;
  margin-bottom: 24px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 650px) {
  .std-menu__item {
    text-align: left;
  }
}
.std-menu__item a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.std-menu__item a:hover {
  color: #A0D035;
}
.std-menu--small {
  margin-bottom: 30px;
}
@media (min-width: 650px) {
  .std-menu--small {
    margin-bottom: 0;
  }
}
.std-menu--small .std-menu__item {
  font-size: 11px;
  line-height: 13px;
  margin-bottom: 8px;
}
@media (min-width: 650px) {
  .std-menu--desktop-horizontal {
    display: flex;
    flex-direction: row;
  }
  .std-menu--desktop-horizontal .std-menu__item {
    margin-right: 64px;
    margin-bottom: 0;
  }
  .std-menu--desktop-horizontal .std-menu__item:last-child {
    margin-right: 0;
  }
}

@media (min-width: 650px) {
  .std-menu--less-space .std-menu__item {
    margin-right: 32px;
  }
}

.std-menu--wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 8px 32px;
}
@media (min-width: 650px) {
  .std-menu--wrap {
    flex-direction: row;
    gap: 0 32px;
  }
}
.std-menu--wrap .std-menu__item {
  margin: 0;
}

.footer {
  padding-top: 40px;
  position: relative;
}
@media (min-width: 650px) {
  .footer {
    padding-top: 160px;
    display: grid;
    row-gap: 20px;
    grid-template-areas: "logo . . " "menuTop . header" "social . menuMiddle" "bottom bottom bottom";
  }
}
@media (min-width: 992px) {
  .footer {
    padding-top: 160px;
    display: grid;
    row-gap: 0;
    grid-template-areas: "logo menuTop header" "social . menuMiddle" "bottom bottom bottom";
  }
}
.footer__logo {
  background-image: url("/img/logos/logo-green-factory-baltic-light.svg");
  width: 87px;
  height: 33px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto 25px;
  grid-area: logo;
}
@media (min-width: 650px) {
  .footer__logo {
    width: 185px;
    height: 69px;
    margin: 0 0 25px;
  }
}
.footer__header {
  font-family: "pp-mori", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 51px;
  letter-spacing: 0.01em;
  color: #fff;
  grid-area: header;
}
@media (min-width: 650px) {
  .footer__header {
    font-size: 62px;
    line-height: 72px;
    margin-left: 40px;
  }
}
@media (min-width: 1100px) {
  .footer__header {
    font-size: 85px;
    line-height: 85px;
    margin-left: 0;
  }
}
.footer__header--space-below {
  margin-bottom: 40px;
}
.footer__header span {
  display: block;
  text-align: center;
}
@media (min-width: 650px) {
  .footer__header span {
    text-align: left;
  }
}
@media (min-width: 650px) {
  .footer__header span:last-child {
    text-align: left;
  }
}
.footer__menu--1 {
  grid-area: menuTop;
}
.footer__menu--2 {
  grid-area: menuMiddle;
}
@media (min-width: 650px) {
  .footer__menu--2 {
    margin-left: 40px;
  }
}
@media (min-width: 992px) {
  .footer__menu--2 {
    margin-left: 0;
  }
}
.footer__menu--3 {
  grid-area: menuBottom;
}
@media (min-width: 650px) {
  .footer__menu--3 {
    position: absolute;
    bottom: 0;
    left: 24%;
    width: 50%;
  }
  .footer__menu--3 .std-menu--small .std-menu__item {
    line-height: 24px;
  }
}
@media (min-width: 1100px) {
  .footer__menu--3 {
    left: 14%;
    width: 68%;
  }
}
.footer__social {
  display: flex;
  flex-direction: row;
  list-style: none;
  justify-content: center;
  max-width: 70%;
  margin: 0 auto;
  gap: 30px;
  grid-area: social;
}
@media (min-width: 650px) {
  .footer__social {
    margin: 0;
    justify-content: flex-start;
  }
  .footer__social > li {
    margin-right: 38px;
  }
  .footer__social > li:last-child {
    margin-right: 0;
  }
}
.footer__social--space-below {
  margin-bottom: 36px;
}
@media (min-width: 650px) {
  .footer__social--space-below {
    margin-bottom: 56px;
  }
}
.footer__bottom {
  display: flex;
  flex-direction: row;
  list-style: none;
  justify-content: space-between;
  align-items: center;
  grid-area: bottom;
}

@media (min-width: 650px) {
  .footer--smaller-top-space {
    padding-top: 60px;
  }
}

.copyrights {
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 0.01em;
  color: #fff;
}

.created-by {
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 9px;
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (min-width: 650px) {
  .created-by {
    font-size: 11px;
    line-height: 23px;
  }
}
.created-by__logo {
  height: 23px;
  width: 99px;
  display: block;
  background-image: url("/img/logo-jwg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 15px;
}

.std-tiles--space-above {
  margin-top: 80px;
}

.std-tile {
  display: block;
  height: 185px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 12px;
  margin-bottom: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 650px) {
  .std-tile {
    height: 340px;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 0 27px 22px 27px;
    margin-bottom: 36px;
  }
}
@media (min-width: 1100px) {
  .std-tile {
    max-width: 290px;
  }
}
@media (min-width: 1700px) {
  .std-tile {
    height: 370px;
  }
}
.std-tile:hover {
  transform: scale(1.1);
}
.std-tile:last-child {
  margin-bottom: 0;
}
.std-tile__image {
  margin-bottom: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 140px;
  height: 70px;
}
@media (min-width: 650px) {
  .std-tile__image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.std-tile__title {
  font-family: "pp-mori", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.03em;
  color: #fff;
  margin-bottom: 8px;
}
.std-tile__subtitle {
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}

.videos-slider--spaces {
  margin: 20px 0 30px 0;
}
@media (min-width: 650px) {
  .videos-slider--spaces {
    margin: 90px 0 46px 0;
  }
}

.video-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 220px;
  border-radius: 12px;
  filter: drop-shadow(-7px 7px 16px rgba(0, 107, 53, 0.5));
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 650px) {
  .video-slide {
    height: 540px;
    width: 80vw;
    filter: drop-shadow(-16px 16px 40px rgba(0, 107, 53, 0.5));
  }
}
@media (min-width: 1100px) {
  .video-slide {
    width: 830px;
    border-radius: 30px;
  }
}
@media (min-width: 650px) {
  .video-slide--tall {
    height: auto;
  }
}
.video-slide__title {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-family: "pp-mori", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.03em;
  color: #fff;
  z-index: 2;
}
@media (min-width: 650px) {
  .video-slide__title {
    font-size: 38px;
    line-height: 50px;
    bottom: 40px;
    left: 60px;
  }
}
.video-slide__title--big {
  font-size: 24px;
  line-height: 34px;
  bottom: 10px;
  left: 14px;
}
@media (min-width: 650px) {
  .video-slide__title--big {
    font-size: 50px;
    line-height: 54px;
    bottom: 20px;
    left: 34px;
  }
}
@media (min-width: 1100px) {
  .video-slide__title--big {
    font-size: 70px;
    line-height: 80px;
    bottom: 20px;
    left: 34px;
  }
}
.video-slide__number {
  font-family: "pp-mori", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 34px;
  color: #FFFFFF;
  position: absolute;
  bottom: 10px;
  right: 14px;
  z-index: 2;
  font-feature-settings: "ss01" on, "ss02" on, "ss04" on, "ss06" on, "ss07" on;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 650px) {
  .video-slide__number {
    font-size: 50px;
    line-height: 54px;
    bottom: 20px;
    right: 34px;
  }
}
@media (min-width: 1100px) {
  .video-slide__number {
    font-size: 110px;
    line-height: 98px;
    bottom: 20px;
    right: 34px;
  }
}
.video-slide--wide {
  filter: none;
  width: 92%;
}
.video-slide__stack {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.video-slide__stack > li {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -35px;
  width: 35px;
  height: 90%;
  background: #45AC34;
  border-radius: 0 30px 30px 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.video-slide__stack > li:nth-child(2) {
  width: 30px;
  right: -65px;
  height: 80%;
  background: #8FCD85;
}
.video-slide__stack > li:nth-child(3) {
  width: 30px;
  right: -95px;
  height: 70%;
  background: #C7E6C2;
}
.video-slide__stack > li:nth-child(4) {
  width: 30px;
  right: -65px;
  height: 70%;
  background: #C7E6C2;
  z-index: -1;
  opacity: 0;
}
.video-slide--rounded .std-video-player {
  overflow: hidden;
  border-radius: 30px;
}

.dp_item[data-position="1"] .video-slide__number {
  opacity: 1;
}

.video-slide__stack > li:nth-child(1) {
  z-index: -1;
}

.video-slide__stack > li.animate:nth-child(1) {
  right: 0;
  height: 100%;
}

.video-slide__stack > li.animate:nth-child(2) {
  right: -30px;
  height: 90%;
  background: #45AC34;
}

.video-slide__stack > li.animate:nth-child(3) {
  right: -60px;
  height: 80%;
  width: 30px;
  background: #8FCD85;
}

.video-slide__stack > li.animate:nth-child(4) {
  opacity: 1;
  right: -90px;
}

.sticky {
  position: sticky;
  top: 0;
}

@media (min-width: 1100px) {
  .sticky-desktop {
    position: sticky;
    top: 0;
  }
}

.section-background-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  padding-bottom: 80%;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 650px) {
  .section-background-image {
    width: 45%;
    padding-bottom: 26%;
  }
}
@media (min-width: 650px) {
  .section-background-image--to-left {
    left: 40%;
  }
}
.section-background-image--small {
  width: 50%;
  padding-bottom: 19%;
}
.section-background-image--short {
  padding-bottom: 60%;
}
@media (min-width: 650px) {
  .section-background-image--tablet-bottom {
    top: 60%;
  }
}
@media (min-width: 1100px) {
  .section-background-image--tablet-bottom {
    top: 50%;
  }
}

.sections-menu {
  list-style: none;
  display: flex;
  flex-direction: row;
  position: absolute;
  bottom: 40px;
}
@media (min-width: 650px) {
  .sections-menu {
    right: 60px;
  }
}
.sections-menu > li, .sections-menu a {
  font-family: "pp-mori", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.03em;
  color: #006B35;
  display: flex;
  flex-direction: row;
}
@media (min-width: 1100px) {
  .sections-menu > li, .sections-menu a {
    font-size: 32px;
    line-height: 40px;
  }
}
.sections-menu > li:after {
  content: "|";
  margin: 0 9px;
  color: #fff;
}
.sections-menu > li:last-child:after {
  display: none;
}

.section-subtitle {
  font-family: "pp-mori", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.03em;
  color: #fff;
  margin-bottom: 25px;
}
@media (min-width: 550px) {
  .section-subtitle {
    width: max-content;
  }
}
@media (min-width: 1100px) {
  .section-subtitle {
    font-size: 38px;
    line-height: 50px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1500px) {
  .section-subtitle {
    font-size: 38px;
    line-height: 50px;
    margin-bottom: 48px;
  }
}
.section-subtitle--dark {
  color: #000;
}

.section-subtitle--over {
  z-index: 1;
  position: relative;
}

.author__name {
  font-family: "pp-mori", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.03em;
  color: #000;
}
@media (min-width: 1100px) {
  .author__name {
    font-size: 23px;
    line-height: 28px;
  }
}
.author__description {
  font-family: "pp-mori", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.05em;
  color: #000;
}
@media (min-width: 1100px) {
  .author__description {
    font-size: 14px;
  }
}

.std-title {
  font-family: "pp-mori", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.03em;
  color: #000;
  margin-bottom: 30px;
  /*&--small {
    font-family: $second-sans-serif-font-family;
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 58px;
    letter-spacing: 0.01em;
    color: #000000;
  }*/
}
@media (min-width: 1100px) {
  .std-title {
    font-size: 38px;
    line-height: 42px;
  }
}
.std-title .dark {
  color: #A0D035;
}
.std-title .darker {
  color: #006B35;
}
.std-title--big {
  font-size: 38px;
  line-height: 42px;
  margin-top: 80px;
}
@media (min-width: 550px) {
  .std-title--big {
    margin-top: 90px;
  }
}
@media (min-width: 768px) {
  .std-title--big {
    margin-top: 0;
  }
}
.std-title--light {
  color: #ffffff;
}
@media (min-width: 1100px) {
  .std-title--narrow {
    max-width: 400px;
  }
}
@media (max-width: 650px) {
  .std-title--mobile-narrow {
    max-width: 58vw;
  }
}
.std-title--space-below {
  margin-bottom: 20px;
}
@media (min-width: 1100px) {
  .std-title--space-below {
    margin-bottom: 24px;
  }
}
@media (min-width: 1500px) {
  .std-title--space-below {
    margin-bottom: 40px;
  }
}
.std-title--small-space-below {
  margin-bottom: 10px;
}
@media (min-width: 1100px) {
  .std-title--tall {
    line-height: 56px;
  }
}
.std-title--space-above {
  margin-top: 60px;
  margin-bottom: 0;
}
@media (min-width: 1100px) {
  .std-title--space-above {
    margin-top: 60px;
  }
}
.std-title--big-space-above {
  margin-top: 60px;
  margin-bottom: 0;
}
@media (min-width: 650px) {
  .std-title--big-space-above {
    margin-top: 90px;
  }
}
@media (min-width: 1100px) {
  .std-title--big-space-above {
    margin-top: 120px;
  }
}
@media (min-width: 650px) {
  .std-title--space-left {
    margin-left: 200px;
  }
}
@media (min-width: 1100px) {
  .std-title--space-left {
    margin-left: 220px;
  }
}
@media (max-width: 650px) {
  .std-title--mobile-space-above {
    margin-top: 80px;
  }
}
@media (max-width: 992px) {
  .std-title--tablet-space-above {
    margin-top: 80px;
  }
}

@media (min-width: 1100px) {
  .desktop-space-left {
    margin-left: 20%;
  }
}

@media (min-width: 1100px) {
  .desktop-center {
    display: flex;
    justify-content: center;
  }
}

.std-horizontal-gallery-container {
  margin: 50px -20px;
  overflow: hidden;
}
@media (min-width: 1100px) {
  .std-horizontal-gallery-container {
    margin: 50px 5%;
  }
}
@media (min-width: 1100px) {
  .std-horizontal-gallery-container--desktop-space-above {
    margin-top: 80px;
  }
}

.std-horizontal-gallery {
  margin-left: 23px;
}
@media (min-width: 650px) {
  .std-horizontal-gallery {
    margin-left: 0;
  }
}
.std-horizontal-gallery__item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 120px;
  width: auto;
  display: block;
  transition: none;
}
@media (min-width: 650px) {
  .std-horizontal-gallery__item {
    height: 240px;
  }
}
.std-horizontal-gallery__item--small {
  height: 130px;
  background-size: contain;
}
.std-horizontal-gallery__item:focus-visible {
  outline: none;
  background: inherit;
}
.std-horizontal-gallery__navigation {
  display: flex;
  justify-content: flex-end;
  margin: 33px 20px 0 20px;
  z-index: 2;
  position: relative;
}
@media (min-width: 650px) {
  .std-horizontal-gallery__navigation {
    margin: 33px 0 0 0;
  }
}
@media (min-width: 1100px) {
  .std-horizontal-gallery__navigation {
    justify-content: flex-end;
    margin: 70px 0 0 100px;
  }
}
.std-horizontal-gallery__navigation .std-horizontal-gallery__arrow-icon:first-child {
  margin-right: 23px;
}
@media (min-width: 1100px) {
  .std-horizontal-gallery__navigation .std-horizontal-gallery__arrow-icon:first-child {
    margin-right: 23px;
  }
}
.std-horizontal-gallery__navigation--left {
  justify-content: flex-start;
  margin-left: 0;
}
.std-horizontal-gallery__arrow-icon {
  display: block;
  height: 42px;
  width: 42px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("/img/icons/arrow-medium.svg");
  cursor: pointer;
}
@media (min-width: 1100px) {
  .std-horizontal-gallery__arrow-icon {
    height: 70px;
    width: 70px;
  }
}
.std-horizontal-gallery__arrow-icon--prev {
  transform: rotate(180deg);
}
.std-horizontal-gallery__arrow-icon--next-dark, .std-horizontal-gallery__arrow-icon--prev-dark {
  background-image: url("/img/icons/arrow-medium-dark.svg");
}

.std-list {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (min-width: 650px) {
  .std-list--desktop-vertical {
    flex-direction: column;
  }
}
@media (min-width: 650px) {
  .std-list--desktop-space-above {
    margin-top: 60px;
  }
}
@media (min-width: 650px) {
  .std-list--tablet-space-below {
    margin-bottom: 40px;
  }
}
@media (min-width: 1100px) {
  .std-list--tablet-space-below {
    margin-bottom: 0;
  }
}
.std-list li {
  font-family: "pp-mori", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 33px;
  letter-spacing: 0.03em;
  color: #A0D035;
}
@media (min-width: 650px) {
  .std-list li {
    font-size: 30px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1100px) {
  .std-list li {
    font-size: 38px;
    line-height: 50px;
    margin-bottom: 8px;
  }
}
.std-list .active {
  color: #006B35;
}

.map {
  width: calc(100% + 40px);
  background-size: contain;
  background-repeat: no-repeat;
  height: 400px;
  margin: 20px -20px 64px -20px;
}
@media (min-width: 650px) {
  .map {
    width: 60%;
    height: 760px;
    position: absolute;
    right: 0;
    background-position: right;
    top: 24%;
    z-index: -1;
    margin: 0;
  }
}
@media (min-width: 1100px) {
  .map {
    width: 100%;
    height: 600px;
    right: -100px;
  }
}
@media (min-width: 1500px) {
  .map {
    height: 760px;
  }
}

.logos-list {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 24px 0;
}
@media (min-width: 1100px) {
  .logos-list {
    width: max-content;
    margin-top: -80px;
  }
}
.logos-list--mobile-more-above {
  margin-top: 64px;
}
@media (min-width: 1100px) {
  .logos-list--mobile-more-above {
    margin-top: 24px;
  }
}
.logos-list__item {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 60px;
  height: 60px;
  width: 120px;
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 650px) {
  .logos-list__item {
    margin-bottom: 20px;
    margin-right: 30px;
  }
}
@media (min-width: 1100px) {
  .logos-list__item {
    margin-right: 60px;
  }
  .logos-list__item:last-child {
    margin-right: 0;
  }
}
@media (min-width: 1500px) {
  .logos-list__item {
    margin-right: 70px;
  }
  .logos-list__item:last-child {
    margin-right: 0;
  }
}

.bottom-left-desktop {
  position: absolute;
  bottom: 10%;
  left: 20px;
}
@media (min-width: 1100px) {
  .bottom-left-desktop {
    left: 60px;
  }
}
.bottom-left-desktop--fixed {
  position: fixed;
}

.bottom-right-desktop {
  position: absolute;
  bottom: 5%;
}
@media (min-width: 1100px) {
  .bottom-right-desktop {
    bottom: 3%;
    right: 60px;
  }
}
@media (min-width: 1500px) {
  .bottom-right-desktop {
    bottom: 10%;
    right: 60px;
  }
}

.bottom-right-desktop-2 {
  position: absolute;
  bottom: 5%;
}
@media (min-width: 1100px) {
  .bottom-right-desktop-2 {
    bottom: 8%;
    right: 140px;
  }
}
@media (min-width: 1500px) {
  .bottom-right-desktop-2 {
    bottom: 10%;
    right: 150px;
  }
}

.bottom-right-desktop-3 {
  position: absolute;
  bottom: 5%;
}
@media (min-width: 1100px) {
  .bottom-right-desktop-3 {
    bottom: 10%;
    right: 140px;
  }
}
@media (min-width: 1500px) {
  .bottom-right-desktop-3 {
    bottom: 20%;
    right: 150px;
  }
}

@media (min-width: 650px) {
  .tablet-space-below {
    margin-bottom: 60px;
  }
}
@media (min-width: 1100px) {
  .tablet-space-below {
    margin-bottom: 0;
  }
}

.section-slider-title {
  position: absolute;
  top: 36px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 650px) {
  .section-slider-title {
    top: 10%;
  }
}
@media (min-width: 1100px) {
  .section-slider-title {
    top: 10%;
  }
}

.section-slider-navigation__arrow {
  position: absolute;
  top: 0;
  width: 12%;
  height: 100%;
  display: block;
  cursor: pointer;
}
@media (min-width: 650px) {
  .section-slider-navigation__arrow {
    background: linear-gradient(90deg, #006B35 19.25%, rgba(0, 107, 53, 0.9) 45.93%, rgba(0, 107, 53, 0.665285) 64.26%, rgba(0, 107, 53, 0) 89.83%);
  }
}
@media (min-width: 1100px) {
  .section-slider-navigation__arrow {
    top: 0;
  }
}
.section-slider-navigation__arrow:after {
  content: "";
  position: absolute;
  bottom: 40px;
  height: 42px;
  width: 42px;
  background-image: url("/img/icons/arrow-medium.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 24px;
  transform: rotate(180deg);
}
@media (min-width: 650px) {
  .section-slider-navigation__arrow:after {
    bottom: unset;
    top: calc(50% - 35px);
  }
}
@media (min-width: 1100px) {
  .section-slider-navigation__arrow:after {
    height: 70px;
    width: 70px;
    margin-left: 52px;
  }
}
.section-slider-navigation__arrow--next {
  right: 0;
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.section-slider-navigation__arrow--prev {
  left: 0;
}

.section-slider-container {
  position: relative;
  overflow: hidden;
}

.section-slider {
  background-color: #006B35;
}

.owl-carousel {
  z-index: unset !important;
}

/*.image-with-title {
  &:before {
    content: attr(data-title);
    font-family: $sans-serif-font-family;
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    line-height: 28px;
    letter-spacing: 0.03em;
    color: #006B35;
    position: absolute;
    top: -18px;
    left: 30px;
    white-space: nowrap;

    @media (min-width: $tablet-s) {
      display: none;
    }
  }

  &--left {
    &:before {
      left: -60px;
    }
  }

  &--bottom {
    &:before {
      bottom: -14px;
      top: auto;
    }
  }
}*/
.section-slider-timeline {
  position: absolute;
  top: 375px;
  width: 100%;
}
@media (min-width: 650px) {
  .section-slider-timeline {
    top: unset;
    bottom: 90px;
  }
}

.timeline {
  list-style: none;
  justify-content: space-around;
  font-family: "pp-mori", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 35px;
  letter-spacing: 0.04em;
  border-bottom: 2px solid #409068;
  padding-bottom: 22px;
  display: none;
}
@media (min-width: 650px) {
  .timeline {
    padding-bottom: 30px;
  }
}
@media (min-width: 1100px) {
  .timeline {
    display: flex;
    font-size: 19px;
    line-height: 26px;
    font-weight: 400;
  }
}
.timeline > li {
  position: relative;
  cursor: pointer;
  color: #409068;
}
.timeline > li:after {
  content: "";
  display: block;
  height: 18px;
  width: 18px;
  background-color: #409068;
  border-radius: 50%;
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 650px) {
  .timeline > li:after {
    height: 20px;
    width: 20px;
    bottom: -40px;
  }
}
.timeline > li.active {
  color: #fff;
}
.timeline > li.active:after {
  background-color: #fff;
}
.timeline > li.active:before {
  content: "";
  height: 2px;
  width: 100vw;
  background-color: #fff;
  position: absolute;
  bottom: -24px;
  right: 30px;
}
@media (min-width: 650px) {
  .timeline > li.active:before {
    bottom: -32px;
  }
}

.tile-with-image-container {
  margin-top: 40px;
}
@media (min-width: 650px) {
  .tile-with-image-container {
    margin-top: 88px;
  }
}
@media (min-width: 1100px) {
  .tile-with-image-container {
    margin: 88px 6% 0 6%;
  }
}

.tile-with-image {
  border-radius: 30px;
  margin-bottom: 60px;
}
.tile-with-image:last-child {
  margin-bottom: 0;
}
@media (min-width: 650px) {
  .tile-with-image {
    margin-bottom: 80px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto 100%;
    padding-right: 0;
  }
}
@media (min-width: 1100px) {
  .tile-with-image {
    margin-bottom: 80px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto 100%;
    padding-right: calc(30% + 95px);
  }
}
@media (min-width: 1700px) {
  .tile-with-image {
    padding-right: 27%;
  }
}
.tile-with-image__content {
  background-color: #fff;
  padding: 40px;
  border-radius: 30px;
  box-shadow: -7px 0px 20px rgba(0, 107, 53, 0.35);
}
@media (min-width: 650px) {
  .tile-with-image__content {
    padding: 56px 95px;
    box-shadow: -19px 0px 48px rgba(0, 107, 53, 0.35);
  }
}
.tile-with-image__logo {
  width: 180px;
  height: 70px;
  display: block;
  margin-bottom: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 650px) {
  .tile-with-image__logo {
    width: 270px;
    height: 110px;
    margin-bottom: 45px;
  }
}
.tile-with-image__text {
  margin-bottom: 34px;
}
.tile-with-image__link {
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.03em;
  color: #000;
  margin-bottom: 30px;
}
@media (min-width: 1100px) {
  .tile-with-image__link {
    margin-bottom: 0;
  }
}
.tile-with-image__link a {
  color: #000;
}
.tile-with-image__link a:hover {
  color: #006B35;
}

.small-tiles-container {
  list-style: none;
}
@media (min-width: 650px) {
  .small-tiles-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 650px) and (min-width: 650px) {
  .small-tiles-container .small-tile {
    margin: 11px;
  }
}
@media (min-width: 650px) and (min-width: 1300px) {
  .small-tiles-container .small-tile {
    margin: 15px;
  }
}
.small-tiles-container--space-above {
  margin-top: 60px;
}
@media (min-width: 650px) {
  .small-tiles-container--space-above {
    margin-top: 72px;
  }
}

.small-tile {
  background-color: #fff;
  margin-bottom: 40px;
  border-radius: 0 0 0 20px;
}
@media (min-width: 650px) {
  .small-tile {
    width: calc(50% - 22px);
  }
}
@media (min-width: 1300px) {
  .small-tile {
    width: calc(33% - 30px);
  }
}
.small-tile--rounded {
  border-radius: 20px;
}
.small-tile__image {
  height: 200px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  border-bottom-left-radius: 20px 20px;
  /*&:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60px;
    width: 60px;
    background-color: $light-color;
  }*/
}
.small-tile__content {
  padding: 32px 43px;
  position: relative;
}
.small-tile__category {
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.03em;
  color: #45AC34;
  margin-top: 30px;
}
.small-tile__title {
  font-family: "pp-mori", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 28px;
  color: #000;
  margin-bottom: 10px;
  min-height: 56px;
}
.small-tile__text {
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #000;
}
.small-tile__text--bold {
  font-weight: 600;
}
.small-tile__text--space-below {
  margin-bottom: 20px;
}
.small-tile__button {
  position: absolute;
  bottom: 32px;
  right: 43px;
}

.container-horizontal-center {
  margin: 80px 0 20px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 650px) {
  .container-horizontal-center--bottom-more-mobile {
    margin: 60px 0 20px 0;
  }
}

.column-image {
  display: block;
  padding-bottom: 43%;
  width: 70%;
  display: block;
  padding-bottom: 72%;
  width: 70%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.column-image--to-right {
  margin-right: -20px;
}
@media (min-width: 650px) {
  .column-image--to-right {
    width: 90%;
    margin-right: -40px;
  }
}
@media (min-width: 1100px) {
  .column-image--to-right {
    width: 70%;
    margin-right: -100px;
  }
}
@media (min-width: 1700px) {
  .column-image--to-right {
    margin-right: -10%;
  }
}
@media (max-width: 650px) {
  .column-image--desktop-full-width {
    margin-right: 0;
    width: 100vw;
  }
}

@media (min-width: 650px) {
  .column-to-right {
    display: flex;
    justify-content: flex-end;
  }
}

@media (min-width: 650px) {
  .column-right-bottom {
    display: flex;
    justify-content: flex-end;
  }
}

.column-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media (max-width: 650px) {
  .column-mobile-small-space-below {
    margin-bottom: 10px !important;
  }
}

.videos-slider-navigation {
  display: flex;
  flex-direction: row;
}
.videos-slider-navigation__prev, .videos-slider-navigation__next {
  display: block;
  height: 42px;
  width: 42px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("/img/icons/arrow-medium-dark.svg");
  cursor: pointer;
}
@media (min-width: 1100px) {
  .videos-slider-navigation__prev, .videos-slider-navigation__next {
    height: 70px;
    width: 70px;
  }
}
.videos-slider-navigation__next {
  margin-left: 23px;
}
.videos-slider-navigation__prev {
  transform: rotate(180deg);
}
.videos-slider-navigation--space-below {
  margin-bottom: 90px;
}
.videos-slider-navigation--space-above {
  margin-top: 50px;
}
.videos-slider-navigation--light .videos-slider-navigation__prev, .videos-slider-navigation--light .videos-slider-navigation__next {
  background-image: url("/img/icons/arrow-medium.svg");
}

.decorated-list {
  list-style: none;
}
.decorated-list__item {
  font-family: "pp-mori", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #A0D035;
  border-bottom: 1px solid #A0D035;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
@media (min-width: 650px) {
  .decorated-list__item {
    font-size: 28px;
    line-height: 50px;
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 1100px) {
  .decorated-list__item {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 32px;
    padding-bottom: 32px;
  }
}
.decorated-list__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.decorated-list__item--no-border {
  border-bottom: none !important;
}
.decorated-list--spaces {
  margin: 80px 0;
}
@media (min-width: 650px) {
  .decorated-list--spaces {
    margin: 120px 0 80px 0;
  }
}
@media (min-width: 1100px) {
  .decorated-list--spaces {
    margin: 160px 0 80px 0;
  }
}
.decorated-list--small-spaces {
  margin: 80px 0;
}
@media (min-width: 650px) {
  .decorated-list--small-spaces {
    margin: 120px 0 80px 0;
  }
}
@media (min-width: 1100px) {
  .decorated-list--small-spaces {
    margin: 160px 0 80px 0;
  }
}
.decorated-list--very-small-spaces {
  margin: 40px 0;
}
@media (min-width: 650px) {
  .decorated-list--very-small-spaces {
    margin: 80px 0;
  }
}
.decorated-list--space-above {
  margin-top: 40px;
}
@media (min-width: 650px) {
  .decorated-list--space-above {
    margin-top: 60px;
  }
}
@media (min-width: 1100px) {
  .decorated-list--space-above {
    margin-top: 90px;
  }
}
.decorated-list--to-right {
  margin-right: -20px;
}
@media (min-width: 650px) {
  .decorated-list--to-right {
    margin-right: -40px;
  }
}
@media (min-width: 1100px) {
  .decorated-list--to-right {
    margin-right: -100px;
  }
}
@media (min-width: 1700px) {
  .decorated-list--to-right {
    margin-right: -10%;
  }
}
@media (min-width: 1100px) {
  .decorated-list--left-space {
    margin-left: 80px;
  }
}
.decorated-list--dark .decorated-list__item {
  color: #006B35;
  border-bottom: 1px solid #ffffff;
}
.decorated-list--dark .decorated-list__item:last-child {
  border-bottom: 0;
}
.decorated-list--light .decorated-list__item {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.decorated-list--light .decorated-list__item:last-child {
  border-bottom: 0;
}
@media (min-width: 650px) {
  .decorated-list--small {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.decorated-list--small .decorated-list__item {
  font-size: 20px;
  line-height: 26px;
  padding-bottom: 6px;
  padding-right: 20px;
}
@media (min-width: 650px) {
  .decorated-list--small .decorated-list__item {
    width: 50%;
    font-size: 23px;
    line-height: 28px;
  }
}
@media (min-width: 1100px) {
  .decorated-list--small .decorated-list__item {
    font-size: 23px;
    line-height: 28px;
  }
}

.tile-slider {
  display: flex;
  flex-direction: column;
}
@media (min-width: 650px) {
  .tile-slider {
    flex-direction: row;
  }
}
.tile-slider__navigation {
  position: absolute;
  top: 10px;
  right: 20px;
  display: flex;
  flex-direction: row;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 650px) {
  .tile-slider__navigation {
    position: relative;
    margin-right: 60px;
    margin-top: 60px;
    margin-bottom: 0;
  }
}
.tile-slider__navigation.hide {
  opacity: 0;
  visibility: hidden;
}
.tile-slider--light .std-title {
  color: #ffffff;
}
.tile-slider--light .slide-tile {
  border-top: 1px solid #ffffff;
}
.tile-slider--light .slide-tile__arrow {
  background-image: url("/img/icons/arrow-more-light.svg");
}
.tile-slider--light .slide-arrow-prev, .tile-slider--light .slide-arrow-next {
  background-image: url("/img/icons/arrow-medium.svg");
}
@media (min-width: 650px) {
  .tile-slider__slides {
    width: 80vw !important;
  }
}
.tile-slider__slides--light .slide-tile__title {
  color: #ffffff;
}

.slide-arrow-prev, .slide-arrow-next {
  display: block;
  height: 42px;
  width: 42px;
  background-image: url("/img/icons/arrow-medium-dark.svg");
  background-repeat: no-repeat;
  cursor: pointer;
  background-size: contain;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 1100px) {
  .slide-arrow-prev, .slide-arrow-next {
    height: 70px;
    width: 70px;
  }
}
.slide-arrow-prev:before, .slide-arrow-next:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("/img/icons/arrow-medium-light.svg");
  background-repeat: no-repeat;
  cursor: pointer;
  background-size: contain;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 5px;
}
@media (min-width: 1100px) {
  .slide-arrow-prev:hover:before, .slide-arrow-next:hover:before {
    opacity: 1;
  }
}
.slide-arrow-prev--disabled, .slide-arrow-next--disabled {
  opacity: 0.2;
  cursor: default;
}
.slide-arrow-prev--disabled:before, .slide-arrow-next--disabled:before {
  display: none;
}

.slide-arrow-prev {
  margin-right: 23px;
  transform: rotate(180deg);
}

.slide-tile {
  border-top: 1px solid #006B35;
  padding: 30px 30px 30px 100px;
  border-radius: 0px 0px 20px 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
}
@media (min-width: 650px) {
  .slide-tile {
    padding: 47px 65px;
  }
}
.slide-tile__title {
  font-family: "pp-mori", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: #000;
  margin-bottom: 30px;
  min-height: 90px;
}
.slide-tile__content {
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.slide-tile__arrow {
  display: block;
  position: absolute;
  background-image: url("/img/icons/arrow-more-dark.svg");
  background-repeat: no-repeat;
  width: 40px;
  height: 22px;
  top: 45px;
  left: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 24px;
  background-position: center;
  display: none;
}
@media (min-width: 650px) {
  .slide-tile__arrow {
    left: 35px;
  }
}
@media (min-width: 1100px) {
  .slide-tile__arrow {
    left: 25px;
  }
}
.slide-tile.active {
  background-color: #006B35;
}
.slide-tile.active .slide-tile__title, .slide-tile.active .slide-tile__content {
  color: #ffffff;
}
.slide-tile.active .slide-tile__arrow {
  transform: rotate(180deg);
  background-image: url("/img/icons/arrow-more-light.svg");
}
.slide-tile.active .slide-tile__content {
  opacity: 1;
}

.icons-with-slide-content {
  display: flex;
  flex-direction: column;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 650px) {
  .icons-with-slide-content {
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 120px 30px;
  }
}
@media (min-width: 1100px) {
  .icons-with-slide-content {
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    gap: 0 30px;
  }
}
.icons-with-slide-content--1 .icon-tile:nth-child(1) {
  order: 1;
}
.icons-with-slide-content--1 .icon-tile:nth-child(2) {
  order: 2;
}
.icons-with-slide-content--1 .icon-tile:nth-child(3) {
  order: 3;
}
.icons-with-slide-content--1 .icon-tile:nth-child(4) {
  order: 4;
}
.icons-with-slide-content--1 .icon-tile:nth-child(5) {
  order: 5;
}
.icons-with-slide-content--2 .icon-tile:nth-child(1) {
  order: 3;
}
.icons-with-slide-content--2 .icon-tile:nth-child(2) {
  order: 1;
}
.icons-with-slide-content--2 .icon-tile:nth-child(3) {
  order: 2;
}
.icons-with-slide-content--2 .icon-tile:nth-child(4) {
  order: 4;
}
.icons-with-slide-content--2 .icon-tile:nth-child(5) {
  order: 5;
}
.icons-with-slide-content--3 .icon-tile:nth-child(1) {
  order: 2;
}
.icons-with-slide-content--3 .icon-tile:nth-child(2) {
  order: 3;
}
.icons-with-slide-content--3 .icon-tile:nth-child(3) {
  order: 1;
}
.icons-with-slide-content--3 .icon-tile:nth-child(4) {
  order: 4;
}
.icons-with-slide-content--3 .icon-tile:nth-child(5) {
  order: 5;
}
.icons-with-slide-content--4 .icon-tile:nth-child(1) {
  order: 3;
}
.icons-with-slide-content--4 .icon-tile:nth-child(2) {
  order: 4;
}
.icons-with-slide-content--4 .icon-tile:nth-child(3) {
  order: 5;
}
.icons-with-slide-content--4 .icon-tile:nth-child(4) {
  order: 1;
}
.icons-with-slide-content--4 .icon-tile:nth-child(5) {
  order: 2;
}
.icons-with-slide-content--5 .icon-tile:nth-child(1) {
  order: 2;
}
.icons-with-slide-content--5 .icon-tile:nth-child(2) {
  order: 3;
}
.icons-with-slide-content--5 .icon-tile:nth-child(3) {
  order: 4;
}
.icons-with-slide-content--5 .icon-tile:nth-child(4) {
  order: 5;
}
.icons-with-slide-content--5 .icon-tile:nth-child(5) {
  order: 1;
}

.icon-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  margin-bottom: 40px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 650px) {
  .icon-tile {
    margin-bottom: 0;
  }
}
.icon-tile .js-icon-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.icon-tile__icon {
  display: block;
  height: 112px;
  width: 112px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: 15px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 650px) {
  .icon-tile__icon {
    height: 122px;
    width: 122px;
    margin-bottom: 25px;
  }
}
@media (min-width: 1100px) {
  .icon-tile__icon {
    height: 224px;
    width: 224px;
    margin-bottom: 25px;
  }
}
.icon-tile__title {
  font-family: "pp-mori", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
}
@media (min-width: 650px) {
  .icon-tile__title {
    font-size: 19px;
    line-height: 26px;
  }
  .icon-tile__title:after {
    position: absolute;
    content: "";
    bottom: -60px;
    left: calc(50% - 19px);
    background-image: url("/img/icons/arrow-right.svg");
    background-repeat: no-repeat;
    background-size: content;
    background-position: center;
    width: 39px;
    height: 41px;
  }
}
@media (min-width: 1100px) {
  .icon-tile__title {
    font-size: 23px;
    line-height: 28px;
  }
}
.icon-tile__content {
  position: fixed;
  display: block;
  background-color: #ffffff;
  box-shadow: -19px -1px 45px rgba(0, 107, 53, 0.35);
  border-radius: 25px 0px 0px 25px;
  width: 100vw;
  height: 100vh;
  right: -120vw;
  top: 50%;
  transform: translateY(-50%);
  padding: 60px 20px 40px 50px;
  z-index: 101;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: auto;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 650px) {
  .icon-tile__content {
    position: absolute;
    border-radius: 60px 0px 0px 60px;
    width: 90vw;
    height: 80%;
    padding: 90px 30px 90px 90px;
  }
}
@media (min-width: 1100px) {
  .icon-tile__content {
    width: 60vw;
    height: 70vh;
    padding: 60px 90px 60px 180px;
  }
}
@media (min-width: 1500px) {
  .icon-tile__content {
    width: 60vw;
    height: 80vh;
    padding: 90px 90px 90px 180px;
  }
}
.icon-tile__content-close {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 20px;
  height: 21px;
  display: block;
  cursor: pointer;
  background-image: url("/img/icons/close.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 650px) {
  .icon-tile__content-close {
    top: 40px;
    left: 40px;
    width: 37px;
    height: 36px;
  }
}
@media (min-width: 1100px) {
  .icon-tile__content-close {
    top: 60px;
    left: 74px;
  }
}
.icon-tile:hover .icon-tile__icon {
  transform: scale(1.1);
}
.icon-tile:hover .icon-tile__title {
  color: #006B35;
}
.icon-tile.active .icon-tile__content {
  right: 0;
}
@media (min-width: 650px) {
  .icon-tile--small .icon-tile__title {
    font-size: 19px;
    line-height: 22px;
  }
}
@media (min-width: 650px) {
  .icon-tile--small .icon-tile__icon {
    height: 140px;
    width: 140px;
  }
}
.icon-tile--small:hover .icon-tile__icon {
  transform: scale(1.2);
}

.accordion-container {
  margin-top: 50px;
  counter-reset: accordion;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 650px) {
  .accordion-container {
    margin-top: 70px;
  }
}
@media (min-width: 1100px) {
  .accordion-container {
    margin-top: 130px;
    display: flex;
    flex-direction: row;
  }
}

.accordion-item {
  background-color: #45AC34;
  padding: 30px 40px;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.accordion-item.active {
  cursor: default;
}
.accordion-item.active .accordion-item__description {
  opacity: 1;
  height: auto;
}
.accordion-item.active .accordion-item__arrow {
  transform: rotate(-180deg);
}
.accordion-item.active .accordion-item__title {
  opacity: 1;
}
.accordion-item.active .accordion-item__number {
  font-weight: 600;
  font-size: 120px;
  line-height: 149px;
}
@media (min-width: 1100px) {
  .accordion-item.active {
    padding: 55px 75px;
  }
}
@media (min-width: 1100px) {
  .accordion-item {
    width: 13%;
    border-radius: 60px 0px 0px 60px;
    padding: 55px 35px;
    display: flex;
    flex-direction: column;
    height: 550px;
  }
  .accordion-item.active {
    width: 50%;
  }
  .accordion-item.active .accordion-item__arrow {
    transform: rotate(-90deg);
  }
}
.accordion-item__number {
  font-family: "pp-mori", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 60px;
  color: #FFFFFF;
  margin-bottom: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-feature-settings: "ss01" on, "ss02" on, "ss04" on, "ss06" on, "ss07" on;
}
.accordion-item__number:before {
  content: "/ " counter(accordion);
  counter-increment: accordion;
}
.accordion-item__title {
  font-family: "pp-mori", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 40px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  margin-bottom: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 1100px) {
  .accordion-item__title {
    font-size: 38px;
    line-height: 50px;
    opacity: 0;
  }
}
.accordion-item__description {
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}
.accordion-item__arrow {
  width: 103px;
  height: 103px;
  display: block;
  background-image: url("/img/icons/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  margin-top: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 1100px) {
  .accordion-item__arrow {
    width: 123px;
    height: 123px;
    transform: rotate(90deg);
    margin-top: 30px;
  }
}
.accordion-item:nth-child(2) {
  background-color: #A0D035;
}
.accordion-item:nth-child(2):before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #45AC34;
  top: 0;
  left: 0;
  z-index: -1;
}
.accordion-item:nth-child(4) {
  background-color: #A0D035;
}
.accordion-item:nth-child(4):before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #006B35;
  top: 0;
  left: 0;
  z-index: -1;
}
.accordion-item:nth-child(3), .accordion-item:nth-child(5) {
  background-color: #006B35;
}
.accordion-item:nth-child(3):before, .accordion-item:nth-child(5):before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #A0D035;
  top: 0;
  left: 0;
  z-index: -1;
}

@media (min-width: 1100px) {
  .one-line-desktop {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
  }
}

.list-with-buttons {
  list-style: none;
}
.list-with-buttons li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-family: "pp-mori", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  margin-bottom: 25px;
}
.list-with-buttons li:last-child {
  margin-bottom: 0;
}
.list-with-buttons li div {
  margin-right: 12px;
}
@media (min-width: 650px) {
  .list-with-buttons li {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 1700px) {
  .list-with-buttons li {
    font-size: 23px;
    line-height: 28px;
  }
}

.circle-carousel-container {
  display: flex;
  justify-content: center;
  margin: 40px 0 40px 0;
  height: 470px;
}
@media (min-width: 650px) {
  .circle-carousel-container {
    margin: 80px 0 40px 0;
    height: 580px;
  }
}
@media (min-width: 1100px) {
  .circle-carousel-container {
    margin: 100px 0 40px 0;
    height: auto;
  }
}

.circle-carousel {
  display: block;
  position: absolute;
  margin-top: 90px;
  width: 92vw;
  height: 92vw;
  border: 2px solid #006B35;
  border-radius: 50%;
  transition: transform 0.7s linear;
  counter-reset: circle-counter;
  /*&__item {
    display: block;
    border-radius: 50%;
    height: 39px;
    width: 39px;
    background-color: #A0D035;
    cursor: pointer;
    position: absolute;
    top: calc(50% - 20px);
    right: -20px;
    transform-origin: center;
  }*/
}
@media (min-width: 650px) {
  .circle-carousel {
    width: 60vw;
    height: 60vw;
  }
}
@media (min-width: 1100px) {
  .circle-carousel {
    position: relative;
    margin-top: 0;
    width: 32vw;
    height: 32vw;
  }
}
@media (min-width: 1700px) {
  .circle-carousel {
    width: 30vw;
    height: 30vw;
  }
}
@media (min-width: 650px) {
  .circle-carousel--small {
    width: 48vw;
    height: 48vw;
  }
}
@media (min-width: 1100px) {
  .circle-carousel--small {
    position: relative;
    margin-top: 0;
    width: 32vw;
    height: 32vw;
  }
  .circle-carousel--small .circle-carousel__item .label {
    top: -90px;
  }
  .circle-carousel--small .circle-carousel__content .std-title {
    font-size: 30px;
    line-height: 36px;
  }
}
.circle-carousel--small .circle-carousel__item--active {
  z-index: 3;
}
.circle-carousel__item {
  display: block;
  height: 100%;
  width: 39px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  transition: transform 0.7s linear;
  transform-origin: center;
  z-index: 2;
}
.circle-carousel__item:after {
  position: absolute;
  top: -20px;
  left: calc(50% - 20px);
  display: block;
  content: "";
  border-radius: 50%;
  height: 39px;
  width: 39px;
  background-color: #A0D035;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.circle-carousel__item--with-number:after {
  counter-increment: circle-counter;
  content: counter(circle-counter);
}
.circle-carousel__item--with-number.active:after {
  background-color: #006B35;
  color: #fff;
}
.circle-carousel__item:nth-child(2) {
  transform: translate(-50%, -50%) rotate(72deg);
}
.circle-carousel__item:nth-child(2) .content-container, .circle-carousel__item:nth-child(2):after {
  transform: rotate(-72deg);
}
.circle-carousel__item:nth-child(2) .label {
  transform: rotate(-72deg) translate(0, -30px);
}
.circle-carousel__item:nth-child(3) {
  transform: translate(-50%, -50%) rotate(144deg);
}
.circle-carousel__item:nth-child(3) .content-container, .circle-carousel__item:nth-child(3):after {
  transform: rotate(-144deg);
}
.circle-carousel__item:nth-child(3) .label {
  transform: rotate(-144deg) translate(6px, -40px);
}
.circle-carousel__item:nth-child(4) {
  transform: translate(-50%, -50%) rotate(216deg);
}
.circle-carousel__item:nth-child(4) .content-container, .circle-carousel__item:nth-child(4):after {
  transform: rotate(-216deg);
}
.circle-carousel__item:nth-child(4) .label {
  transform: rotate(-216deg) translate(90px, 20px);
}
.circle-carousel__item:nth-child(5) {
  transform: translate(-50%, -50%) rotate(288deg);
}
.circle-carousel__item:nth-child(5) .content-container, .circle-carousel__item:nth-child(5):after {
  transform: rotate(-288deg);
}
.circle-carousel__item:nth-child(5) .label {
  transform: rotate(-288deg) translate(-45px, 75px);
}
.circle-carousel__item--active {
  z-index: 1;
}
.circle-carousel__item--active:after {
  width: 50px;
  height: 50px;
  background: #006B35;
  top: -26px;
  left: calc(50% - 26px);
  content: "";
}
@media (min-width: 1100px) {
  .circle-carousel__item--active:after {
    width: 60px;
    height: 60px;
    background: #006B35;
    top: -31px;
    left: calc(50% - 30px);
  }
}
.circle-carousel__item .content-container {
  position: absolute;
  top: 50%;
  transform: translate(calc(-50% + 20px), -50%);
  display: block;
  width: 304px;
}
.circle-carousel__item .content-container .text {
  text-align: justify;
}
.circle-carousel__item .label {
  font-family: "pp-mori", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.03em;
  color: #000;
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  text-align: center;
}
@media (min-width: 650px) {
  .circle-carousel__item .label {
    display: block;
    top: -82px;
  }
}
@media (min-width: 1100px) {
  .circle-carousel__item .label {
    display: block;
    top: -112px;
  }
}
.circle-carousel__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}
@media (min-width: 650px) {
  .circle-carousel__content {
    width: 50%;
  }
}
.circle-carousel__content .std-title {
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 650px) {
  .circle-carousel__content .std-title {
    text-align: center;
    margin-bottom: 30px;
  }
}
.circle-carousel__content .std-title .text--small ul {
  padding: 0;
}

.text-slide {
  width: auto;
  height: 360px;
  background-color: #006B35;
  border-radius: 20px;
  font-family: "pp-mori", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  padding: 0 40px;
}
@media (min-width: 550px) {
  .text-slide {
    font-size: 34px;
    line-height: 45px;
  }
}
@media (min-width: 1100px) {
  .text-slide {
    width: 482px;
    height: 360px;
  }
}
.text-slide__before {
  content: "";
  height: calc(100% - 40px);
  position: absolute;
  top: 20px;
  right: -14px;
  width: 14px;
  background: #45AC34;
  border-radius: 0 20px 20px 0;
}
@media (min-width: 1100px) {
  .text-slide__before {
    width: 28px;
    right: -28px;
  }
}
.text-slide__before:nth-child(2) {
  background: #8FCD85;
  height: calc(100% - 80px);
  top: 40px;
  right: -28px;
}
@media (min-width: 1100px) {
  .text-slide__before:nth-child(2) {
    right: -56px;
  }
}
.text-slide__before:nth-child(3) {
  background: #C0F2B8;
  height: calc(100% - 120px);
  top: 60px;
  right: -42px;
}
@media (min-width: 1100px) {
  .text-slide__before:nth-child(3) {
    right: -84px;
  }
}
.text-slide__before:nth-child(4) {
  background: #D3FFCC;
  height: calc(100% - 160px);
  top: 80px;
  right: -56px;
}
@media (min-width: 1100px) {
  .text-slide__before:nth-child(4) {
    right: -112px;
  }
}

.copy-list-item {
  display: flex;
  flex-direction: column;
  align-items: left;
  width: 100%;
  padding: 32px 0;
  border-bottom: 1px solid #A0D035;
}
@media (min-width: 1100px) {
  .copy-list-item {
    flex-direction: row;
    align-items: center;
  }
}
.copy-list-item:last-child {
  border-bottom: none;
}
.copy-list-item:hover .copy-button {
  opacity: 1;
}
.copy-list-item__title {
  font-family: "pp-mori", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0.03em;
  color: #A0D035;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media (min-width: 650px) {
  .copy-list-item__title {
    margin-bottom: 0;
  }
}
@media (min-width: 1100px) {
  .copy-list-item__title {
    width: 50%;
    /*font-size: 38px;
    line-height: 50px;*/
    font-size: 28px;
    line-height: 36px;
  }
}
.copy-list-item__to-copy {
  font-family: "pp-mori", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #000;
}
@media (min-width: 1100px) {
  .copy-list-item__to-copy {
    width: 50%;
    font-size: 20px;
    line-height: 24px;
  }
}

.bottom-left-container {
  background: #FFFFFF;
  box-shadow: 0px -25px 35px rgba(160, 208, 53, 0.35);
  border-radius: 0 60px 0px 0px;
  position: relative;
  width: 100%;
  height: auto;
  padding: 55px 20px 55px 20px;
}
@media (min-width: 650px) {
  .bottom-left-container {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 55px 40px 55px 40px;
  }
}
@media (min-width: 1100px) {
  .bottom-left-container {
    width: 52%;
    padding: 55px 55px 55px 100px;
  }
}
@media (min-width: 1700px) {
  .bottom-left-container {
    padding: 55px 55px 55px 10%;
  }
}

.std-subtitle {
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #000;
}
@media (min-width: 1100px) {
  .std-subtitle {
    font-size: 18px;
    line-height: 25px;
  }
}
.std-subtitle--space-below {
  margin-bottom: 28px;
}
@media (min-width: 1100px) {
  .std-subtitle--space-below {
    margin-bottom: 46px;
  }
}

.site-section--contact-map {
  background-position: top left;
  background-image: url("/img/maps/map-contact-gm.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (min-width: 650px) {
  .site-section--contact-map {
    background-position: bottom left;
    background-size: 60%;
  }
}
@media (min-width: 1100px) {
  .site-section--contact-map {
    background-size: 46%;
  }
}
@media (min-width: 1700px) {
  .site-section--contact-map {
    background-size: 38%;
  }
}
.site-section--contact-map .site-section__wrapper {
  padding-top: 360px;
}
@media (min-width: 650px) {
  .site-section--contact-map .site-section__wrapper {
    padding-top: 10%;
  }
}

@media (max-width: 650px) {
  .site-section--map-background .site-section__layer {
    height: 425px;
  }
}

@media (min-width: 1100px) {
  .contact-tile-columns {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
}

.contact-tile-column {
  display: flex;
  flex-direction: column;
}
.contact-tile-column .contact-tile {
  margin-bottom: 40px;
}
@media (min-width: 1100px) {
  .contact-tile-column .contact-tile {
    margin-bottom: 87px;
  }
  .contact-tile-column .contact-tile:last-child {
    margin-bottom: 0;
  }
}

.contact-tile {
  position: relative;
  padding-left: 30px;
}
.contact-tile:before {
  content: "";
  width: 33px;
  height: 47px;
  display: block;
  position: absolute;
  top: 0;
  left: -10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/img/icons/adress.svg");
}
.contact-tile a {
  display: block;
}
@media (min-width: 650px) {
  .contact-tile:last-child {
    margin-bottom: 10px;
  }
}
.contact-tile__title {
  font-family: "pp-mori", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.03em;
  color: #000;
}
.contact-tile__adress {
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin-bottom: 20px;
}
.contact-tile__phone, .contact-tile__email {
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.03em;
  color: #000;
}

.googlemap-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f0f0f0;
}

.copy-button {
  width: 24px;
  height: 24px;
  display: inline-block;
  /*background-image: url('/img/icons/copy.svg');
  background-repeat: no-repeat;
  background-size: contain;*/
  margin-left: 24px;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
}
@media (min-width: 650px) {
  .copy-button {
    width: 33px;
    height: 33px;
    margin-left: 40px;
  }
}
.copy-button:after, .copy-button:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/img/icons/copy.svg");
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 650px) {
  .copy-button:after, .copy-button:before {
    width: 33px;
    height: 33px;
  }
}
.copy-button:after {
  opacity: 1;
}
.copy-button:before {
  background-image: url("/img/icons/copied.svg");
  opacity: 0;
}
.copy-button--copied:after {
  opacity: 0;
}
.copy-button--copied:before {
  opacity: 1;
}

@media (orientation: landscape) and (hover: none) and (pointer: coarse) {
  .collage--middle {
    height: 30px;
  }
  .collage__image--52 {
    display: none;
  }
  .section-title--top-left {
    margin-left: -20%;
  }
}
/* video player */
.video-cover {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .video-cover {
    height: 40vh;
  }
}
@media (min-width: 1100px) {
  .video-cover {
    height: 90vh;
    z-index: 2;
    position: relative;
  }
}
.video-cover--rounded {
  border-radius: 25px 25px 0 0;
}
@media (min-width: 768px) {
  .video-cover--rounded {
    border-radius: 65px 65px 0 0;
  }
}
.video-cover--full-width {
  width: 100vw;
  margin-left: -20px;
}
@media (min-width: 768px) {
  .video-cover--full-width {
    margin-left: -40px;
  }
}
@media (min-width: 1100px) {
  .video-cover--full-width {
    margin-left: -60px;
  }
}
@media (min-width: 1300px) {
  .video-cover--full-width {
    margin-left: -80px;
  }
}
@media (min-width: 1500px) {
  .video-cover--full-width {
    margin-left: -100px;
  }
}
@media (min-width: 1700px) {
  .video-cover--full-width {
    margin-left: calc(-10% - 40px);
  }
}
.video-cover--space-below {
  margin-bottom: 86px;
}
@media (min-width: 1100px) {
  .video-cover--space-below {
    margin-bottom: 69px;
  }
}
.video-cover--more-space-below {
  margin-bottom: 86px;
}
@media (min-width: 1100px) {
  .video-cover--more-space-below {
    margin-bottom: 10%;
  }
}
.video-cover--small-space-below {
  margin-bottom: 44px;
}
@media (min-width: 1100px) {
  .video-cover--small-space-below {
    margin-bottom: 150px;
  }
}
@media (min-width: 1100px) {
  .video-cover--small {
    height: auto;
  }
}
@media (min-width: 1100px) {
  .video-cover--auto {
    height: auto;
  }
}

.video-tile {
  position: relative;
  width: 100%;
  height: 100%;
}
.video-tile__video-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-tile__video {
  /*width: 100%;
  height: auto;
  display: block;

  @media (min-width: $tablet-m) {
    // width: auto;
    // height: 100%;
  }

  @media (min-width: $desktop-s) {
    width: auto;
    height: 100%;
  }*/
  width: 100vw;
  margin-left: 0;
}
@media (min-width: 768px) {
  .video-tile__video {
    margin-left: 0;
  }
}
@media (min-width: 1100px) {
  .video-tile__video {
    margin-left: 0;
  }
}
@media (min-width: 1500px) {
  .video-tile__video {
    margin-left: 0;
  }
}
.video-tile__bottom-bar {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2;
}
@media (min-width: 420px) {
  .video-tile__bottom-bar {
    right: 40px;
  }
}
@media (min-width: 768px) {
  .video-tile__bottom-bar {
    bottom: 80px;
  }
}
@media (min-width: 1100px) {
  .video-tile__bottom-bar {
    bottom: 5%;
  }
}
@media (min-width: 1700px) {
  .video-tile__bottom-bar {
    right: 48px;
  }
}
.video-tile__cover {
  position: absolute;
  top: -30px;
  left: -20px;
  width: 110%;
  height: 120%;
  background-size: cover;
  background-position: left center;
}
@media (min-width: 650px) {
  .video-tile__cover {
    top: -30px;
    left: -40px;
    width: 110%;
    height: 136%;
  }
}
@media (min-width: 768px) {
  .video-tile__cover {
    top: -10%;
    height: 120%;
    width: 100%;
    left: 0;
  }
}
@media (min-width: 1100px) {
  .video-tile__cover {
    height: 100%;
    top: 0;
    left: 0;
  }
}
@media (min-width: 1300px) {
  .video-tile__cover {
    left: 0;
  }
}
@media (min-width: 1700px) {
  .video-tile__cover {
    height: 108%;
    top: -20px;
  }
}
@media (min-width: 1100px) {
  .video-tile__cover--tall {
    height: 100vh;
  }
}
.video-tile__controls-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s linear 0.5s;
  -moz-transition: all 0.2s linear 0.5s;
  -o-transition: all 0.2s linear 0.5s;
  transition: all 0.2s linear 0.5s;
  opacity: 1;
  cursor: pointer;
}
@media (min-width: 650px) {
  .video-tile__controls-layer {
    left: 0;
  }
}
.video-tile__controls-layer:hover, .video-tile__controls-layer:focus {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.video-tile__timeline {
  position: absolute;
  bottom: 20px;
  left: 30px;
  width: calc(100% - 60px);
  z-index: 4;
  -webkit-transition: all 0.4s linear 0.8s;
  -moz-transition: all 0.4s linear 0.8s;
  -o-transition: all 0.4s linear 0.8s;
  transition: all 0.4s linear 0.8s;
}
.video-tile__timeline:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 30px;
  opacity: 0;
}

.video-tile--playing .video-tile__controls-layer {
  opacity: 0;
}
.video-tile--playing .video-tile__timeline:before {
  opacity: 1;
}

.video-tile--special {
  display: flex;
  align-items: center;
  justify-content: stretch;
}
.video-tile--special.video-tile--playing .video-tile__timeline {
  opacity: 0;
}
.video-tile--special.video-tile--playing .video-tile__timeline:hover {
  opacity: 1;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.video-tile--special .video-tile__bottom-bar {
  -webkit-transition: all 0.4s linear 0.8s;
  -moz-transition: all 0.4s linear 0.8s;
  -o-transition: all 0.4s linear 0.8s;
  transition: all 0.4s linear 0.8s;
}
.video-tile--special .video-tile__bottom-bar:hover {
  opacity: 1 !important;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.video-tile--rounded-top {
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}
@media (min-width: 1100px) {
  .video-tile--rounded-top {
    border-radius: 65px 65px 0 0;
  }
}

.play-button {
  display: block;
  width: 26px;
  height: 26px;
  position: relative;
  cursor: pointer;
}
.play-button__play, .play-button__pause, .play-button__play:before, .play-button__play:after, .play-button__pause:before, .play-button__pause:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.play-button__play:before {
  background-image: url("/img/icons/player/icon-play.svg");
}
.play-button__play:after {
  background-image: url("/img/icons/player/icon-play-light.svg");
  opacity: 0;
}
.play-button__pause {
  opacity: 0;
}
.play-button__pause:before {
  background-image: url("/img/icons/player/icon-pause.svg");
}
.play-button__pause:after {
  background-image: url("/img/icons/player/icon-pause-light.svg");
  opacity: 0;
}

.play-button--changeable:hover .play-button__play:before {
  opacity: 0;
}
.play-button--changeable:hover .play-button__play:after {
  opacity: 1;
}
.play-button--changeable:hover .play-button__pause:before {
  opacity: 0;
}
.play-button--changeable:hover .play-button__pause:after {
  opacity: 1;
}

.play-button--light .play-button__play:before {
  background-image: url("/img/icons/player/icon-play-light.svg");
}
.play-button--light .play-button__play:after {
  background-image: url("/img/icons/player/icon-play.svg");
}
.play-button--light .play-button__pause:before {
  background-image: url("/img/icons/player/icon-pause-light.svg");
}
.play-button--light .play-button__pause:after {
  background-image: url("/img/icons/player/icon-pause.svg");
}

.play-button--small {
  width: 22px;
  height: 22px;
}

.play-button--very-small {
  width: 18px;
  height: 18px;
}

.play-button--played .play-button__play {
  opacity: 0;
}
.play-button--played .play-button__pause {
  opacity: 1;
}

.large-icon-button {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (min-width: 1300px) {
  .large-icon-button {
    width: 123px;
    height: 123px;
  }
}
.large-icon-button:hover {
  background: rgba(255, 255, 255, 0.8);
}

.large-icon-button--on .large-icon-button__core:before {
  opacity: 0;
}
.large-icon-button--on .large-icon-button__core:after {
  opacity: 1;
}

.icon-quote {
  width: 40px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
}
@media (min-width: 420px) {
  .icon-quote {
    width: 60px;
    height: 42px;
  }
}
@media (min-width: 1700px) {
  .icon-quote {
    width: 74px;
    height: 52px;
  }
}

.icon-quote--light {
  background-image: url("/img/icons/icon-quote-light.svg");
}

.icon-resize {
  width: 32px;
  height: 32px;
}
.icon-resize:before {
  background-image: url("/img/icons/player/icon-resize.svg");
}
.icon-resize:after {
  background-image: url("/img/icons/player/icon-resize.svg");
}

.icon-resize--secondary:before {
  background-image: url("/img/icons/player/icon-resize-secondary.svg");
}
.icon-resize--secondary:after {
  background-image: url("/img/icons/player/icon-resize.svg");
}

.icon-resize--light:before {
  background-image: url("/img/icons/player/icon-resize-light.svg");
}
.icon-resize--light:after {
  background-image: url("/img/icons/player/icon-resize-secondary.svg");
}

.icon-resize--clickable {
  cursor: pointer;
}

.icon-sound {
  width: 32px;
  height: 32px;
}
.icon-sound:before {
  background-image: url("/img/icons/player/icon-sound-on-light.svg");
}
.icon-sound:after {
  background-image: url("/img/icons/player/icon-sound-on-light.svg");
}

.video-player__sound-button {
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  color: #fff;
  cursor: pointer;
}
.video-player__sound-button .control-button__content {
  margin-right: 10px;
}

.hover-icon {
  display: none;
  pointer-events: none;
  position: fixed;
  width: 54px;
  height: 54px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: -6px 2px 16px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -6px 2px 16px rgba(0, 0, 0, 0.1);
  box-shadow: -6px 2px 16px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  -webkit-transition: top 0.05s ease-out, left 0.05s ease-out, opacity 0.1s ease-out, scale 0.2s ease-out;
  -moz-transition: top 0.05s ease-out, left 0.05s ease-out, opacity 0.1s ease-out, scale 0.2s ease-out;
  -o-transition: top 0.05s ease-out, left 0.05s ease-out, opacity 0.1s ease-out, scale 0.2s ease-out;
  transition: top 0.05s ease-out, left 0.05s ease-out, opacity 0.1s ease-out, scale 0.2s ease-out;
  opacity: 0;
}
.hover-icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #45AC34;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
}
.hover-icon.hover {
  opacity: 1;
}
@media (pointer: coarse) {
  .hover-icon.hover {
    opacity: 0;
  }
}

.hover-icon--arrow {
  display: block;
}
.hover-icon--arrow:before {
  opacity: 0;
}
.hover-icon--arrow:after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border-top: 1px solid #45AC34;
  border-right: 1px solid #45AC34;
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -8px 0 0 -12px;
}

.hover-icon--arrow-prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.icon-rewind {
  width: 26px;
  height: 26px;
}
.icon-rewind:before {
  background-image: url("/img/icons/player/icon-rewind.svg");
}
.icon-rewind:after {
  background-image: url("/img/icons/player/icon-rewind-secondary.svg");
}

.icon-rewind--clickable {
  cursor: pointer;
}

.text-slider-container {
  position: relative;
  width: 360px;
}
@media (min-width: 1100px) {
  .text-slider-container {
    width: 482px;
  }
}

.videos-slider--big {
  width: 92%;
}

.videos-slider-container {
  position: relative;
}

.progress-bar {
  height: 20px;
  position: relative;
  cursor: pointer;
  padding: 10px 0 0 0;
}
@media (min-width: 1100px) {
  .progress-bar {
    height: 50px;
  }
}
.progress-bar__bg, .progress-bar__progress {
  position: absolute;
  bottom: 0;
  left: 0;
}
.progress-bar__bg {
  height: 1px;
  width: 100%;
  background: #45AC34;
}
.progress-bar__progress {
  background: #A0D035;
  height: 20px;
  border-radius: 30px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  position: relative;
}
@media (min-width: 1100px) {
  .progress-bar__progress {
    height: 50px;
  }
}

.progress-bar--light .progress-bar__bg {
  background: #fff;
}

.static-bar__wrapper {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 420px) {
  .static-bar__wrapper {
    padding: 20px 40px;
  }
}
@media (min-width: 650px) {
  .static-bar__wrapper {
    padding: 32px 40px;
  }
}
@media (min-width: 1300px) {
  .static-bar__wrapper {
    padding: 40px 72px;
  }
}
@media (min-width: 1700px) {
  .static-bar__wrapper {
    padding: 60px 120px 40px 120px;
  }
}

.bottom-bar {
  padding: 0 0 48px 0;
}
@media (min-width: 992px) {
  .bottom-bar {
    display: flex;
    justify-content: flex-end;
    padding: 0 40px 48px 40px;
  }
}
@media (min-width: 1300px) {
  .bottom-bar {
    padding: 0 72px 72px 72px;
  }
}
@media (min-width: 1700px) {
  .bottom-bar {
    padding: 0 120px 72px 120px;
  }
}

.mac .site-section--static-picture-bg {
  background-attachment: unset;
}

.text ul > li:before {
  top: 11px;
}
@media (min-width: 650px) {
  .text ul > li:before {
    top: 13px;
  }
}

.language-swith {
  background-color: #006B35;
  border-radius: 20px;
  padding: 9px 11px 2px 11px;
  cursor: pointer;
  position: relative;
}
.language-swith__current {
  font-family: "pp-mori", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: #fff;
  padding-bottom: 8px;
  position: relative;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  user-select: none;
}
.language-swith__current:before {
  content: "";
  display: inline-block;
  height: 18px;
  width: 25px;
  background-image: url("/img/icons/globe-light-small.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.language-swith__current:after {
  content: "";
  display: inline-block;
  height: 14px;
  width: 22px;
  background-image: url("/img/icons/language-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  transform: rotate(180deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.language-swith__menu {
  list-style: none;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #006B35;
  transform: translateY(100%);
  padding: 0 10px 9px 11px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.2s linear;
}
.language-swith__menu:before {
  content: "";
  position: absolute;
  top: -16px;
  left: 0;
  width: 100%;
  height: 16px;
  background-color: #006B35;
}
.language-swith__menu > li {
  font-family: "pp-mori", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  user-select: none;
  padding-bottom: 8px;
}
.language-swith__menu > li:last-child {
  padding-bottom: 0;
}
.language-swith__menu > li:before {
  content: "";
  display: inline-block;
  height: 18px;
  width: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.language-swith__menu > li:after {
  content: "";
  display: inline-block;
  height: 14px;
  width: 22px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  transform: rotate(180deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.language-swith__menu > li a:hover {
  color: #A0D035;
}
.language-swith.active {
  /*> li {
    &:after {
      transform: rotate(0);
    }
  }*/
}
.language-swith.active .language-swith__menu {
  visibility: visible;
  opacity: 1;
}
.language-swith.active .language-swith__current:after {
  transform: rotate(0);
}
.language-swith--www .language-swith__current:before {
  background-image: url("/img/icons/pin-light.svg");
}

/* START card stack slider */
.dp-wrap {
  margin: 60px auto;
  position: relative;
  perspective: 1000px;
  height: 100%;
}
@media (min-width: 1100px) {
  .dp-wrap {
    margin: 35px auto;
  }
}
@media (min-width: 1500px) {
  .dp-wrap {
    margin: 120px auto;
  }
}
.dp-wrap--no-spaces {
  margin: 0;
}

.dp-slider {
  height: 100%;
  width: 100%;
  position: absolute;
  transform-style: preserve-3d;
}

.dp-slider div {
  transform-style: preserve-3d;
}

.dp_item {
  display: block;
  position: absolute;
  text-align: center;
  color: #fff;
  transition: transform 1.2s;
}

#dp-slider .dp_item:first-child {
  z-index: 10 !important;
  transform: rotateY(0deg) translateX(0px) !important;
}

.dp_item[data-position="2"] {
  z-index: 9;
  transform: rotateY(0deg) translateX(10%) scale(0.9);
}

.dp_item[data-position="3"] {
  z-index: 8;
  transform: rotateY(0deg) translateX(20%) scale(0.8);
}

.dp_item[data-position="4"] {
  z-index: 7;
  transform: rotateY(0deg) translateX(30%) scale(0.7);
}

/*#dp-next,
#dp-prev {
  position: absolute;
  top: 50%;
  right: 16%;
  height: 33px;
  width: 33px;
  z-index: 10;
  cursor: pointer;
}

#dp-prev {
  left: 15px;
  transform: rotate(180deg);
}*/
#dp-dots {
  position: absolute;
  bottom: 25px;
  z-index: 12;
  left: 38%;
  cursor: default;
}

#dp-dots li {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: #fff;
  border-radius: 50%;
}

#dp-dots li:hover {
  cursor: pointer;
  background: #A0D035;
  transition: background 0.3s;
}

#dp-dots li.active {
  background: #A0D035;
}

.dp_item {
  width: 83%;
}
@media (min-width: 1700px) {
  .dp_item {
    width: 60%;
  }
}

.dp-content,
.dp-img {
  text-align: left;
}

.dp_item {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border-top: none;
}
@media (min-width: 650px) {
  .dp_item {
    border-radius: 30px;
  }
}

.dp-content {
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  width: 100%;
  position: absolute;
  /*top: 0;
  left: 0;
  width: 100%;
  height: 100%;*/
  top: -40px;
  left: -26px;
  width: 123%;
  height: 138%;
}
@media (min-width: 650px) {
  .dp-content {
    /* top: -40px;
    left: -30px;
    width: 112%;
    height: 126%; */
    top: -54px;
    left: -68px;
    width: 116%;
    height: 132%;
  }
}
@media (min-width: 1100px) {
  .dp-content {
    top: -65px;
    left: 0;
    width: 102%;
    height: 123%;
    /* top: unset;
    left: unset;
    width: unset;
    height: unset; */
  }
}
@media (min-width: 1500px) {
  .dp-content {
    top: -65px;
    left: -12px;
    width: 102%;
    height: 130%;
  }
}
.dp-content .video-tile {
  z-index: 2;
}

.dp-content h2 {
  /*color: #41414b;
  font-family: Circular Std Bold;
  font-size: 48px;
  max-width: 460px;
  margin-top: 8px;
  margin-bottom: 0px;*/
}

/*.dp-content p {
  color: #74747f;
  max-width: 490px;
  margin-top: 15px;
  font-size: 24px;
}*/
.dp-content .site-btn {
  margin-top: 15px;
  font-size: 18px;
  padding: 19px 40px;
}

/*.dp-img:before {
  background: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
  background: -o-linear-gradient(-90deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
  content: "";
  position: absolute;
  height: 100%;
  width: 25%;
  z-index: 1;
  top: 0;
  pointer-events: none;
  background: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75));
  background: -o-linear-gradient(-90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75));
  background: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75));
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}*/
.dp-img img {
  object-fit: cover;
  object-position: right;
  transform: scale(1.1);
}

#dp-slider,
.dp-img img {
  height: 200px;
  display: block;
}
@media (min-width: 650px) {
  #dp-slider,
  .dp-img img {
    height: 365px;
  }
}
@media (min-width: 1100px) {
  #dp-slider,
  .dp-img img {
    height: 556px;
  }
}

.dp-slider-text {
  height: 360px;
}
.dp-slider-text .dp-img img {
  height: 360px;
}

#dp-slider .dp_item:hover:not(:first-child) {
  cursor: pointer;
}

.site-btn {
  color: #fff;
  background: #A0D035;
  display: inline-block;
  border-radius: 50px;
  position: relative;
  top: -10px;
  text-decoration: none;
}

.site-btn:hover {
  text-decoration: none;
  color: #fff;
}

/* END card stack slider */
#arrow-top {
  position: absolute;
  bottom: 70px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-image: url("/img/icons/top.svg");
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 9;
}
@media (min-width: 1100px) {
  #arrow-top {
    position: fixed;
    bottom: 20px;
    width: 60px;
    height: 60px;
    right: 64px;
  }
}
@media (min-width: 1100px) {
  #arrow-top.arrow-dark {
    background-image: url("/img/icons/top-dark.svg");
  }
}
@media (min-width: 1700px) {
  #arrow-top {
    width: 70px;
    height: 70px;
  }
}
@media (min-width: 1100px) {
  #arrow-top.active {
    display: block;
  }
}

/* :root {
  scroll-behavior: smooth;
} */
.slider-color-backgrounds .dp_item[data-color="1"] {
  background-color: #006B35;
}
.slider-color-backgrounds .dp_item[data-color="2"] {
  background-color: #45AC34;
}
.slider-color-backgrounds .dp_item[data-color="3"] {
  background-color: #8FCD85;
}
.slider-color-backgrounds .dp_item[data-color="4"] {
  background-color: #006B35;
}
.slider-color-backgrounds .dp_item[data-color="5"] {
  background-color: #45AC34;
}
.slider-color-backgrounds .dp_item[data-color="6"] {
  background-color: #8FCD85;
}
.slider-color-backgrounds .dp_item[data-color="7"] {
  background-color: #006B35;
}
.slider-color-backgrounds .dp_item[data-color="8"] {
  background-color: #45AC34;
}
.slider-color-backgrounds .dp_item[data-color="9"] {
  background-color: #8FCD85;
}
.slider-color-backgrounds .dp_item[data-color="10"] {
  background-color: #006B35;
}
.slider-color-backgrounds .text-slide {
  background-color: transparent;
}
.slider-color-backgrounds .text-slide {
  width: 100%;
}

#top-video-background {
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
  height: 106%;
}
@media (min-width: 768px) {
  #top-video-background {
    height: auto;
    min-width: 100%;
    min-height: 100%;
    bottom: 0;
    height: 100%;
  }
}
@media (min-width: 1100px) {
  #top-video-background {
    height: auto;
  }
}

.site-section--video-background {
  background-color: transparent;
}

@media (min-width: 1100px) {
  #slider {
    transform: scale(0.8);
    margin: -6% 0;
  }
}
@media (min-width: 1500px) {
  #slider {
    transform: none;
    margin: -4% 0 -2% 0;
  }
}

@media (min-width: 1100px) {
  .site-section--top-space {
    padding-top: 110px;
  }
}

.slider-center {
  display: flex !important;
  justify-content: center;
}

.relative {
  position: relative;
}

.hide {
  opacity: 0;
  visibility: hidden;
}

.filters-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 20px 0 10px;
}
@media (min-width: 1100px) {
  .filters-container {
    padding: 0 30px 0 15px;
  }
}
.filters-container.open .filters-list {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.filters-container.open .filters-button:before {
  transform: rotate(180deg);
}

.filters-list {
  opacity: 0;
  visibility: hidden;
  height: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 1100px) {
  .filters-list {
    flex-direction: row;
  }
}
.filters-list > li {
  color: #fff;
  text-align: left;
  font-family: "pp-mori", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  margin-right: 29px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  margin-bottom: 14px;
}
@media (min-width: 1100px) {
  .filters-list > li {
    text-align: center;
    line-height: 25px;
    margin-bottom: 0;
  }
}
.filters-list > li:last-child {
  margin-right: 0;
}
.filters-list > li.active {
  color: #A0D035;
}

.filters-button {
  color: #fff;
  text-align: center;
  font-family: "pp-mori", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  user-select: none;
  padding-left: 32px;
  margin-left: 26px;
}
@media (min-width: 1100px) {
  .filters-button {
    margin-left: 0;
    line-height: 25px;
  }
}
.filters-button:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -4px;
  background-image: url("/img/icons/arrow-filters.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 23px;
  width: 13px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 1100px) {
  .filters-button:before {
    top: 0;
  }
}

/* to remove */
.black-font .site-section--light .std-title, .black-font .site-section--light .section-title, .black-font .site-section--light .slide-tile__title, .black-font .site-section--light .text {
  color: black;
}

.black-font .site-section--light .slide-tile__title, .black-font .site-section--light .text, .black-font .site-section--light .text p, .black-font .site-section--light-bg .slide-tile__title, .black-font .site-section--light-bg .text, .black-font .site-section--light-bg .text p {
  color: black !important;
}

.black-font #section-01-anchor .section-title {
  color: #006B35;
}

.std-gallery {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 992px) {
  .std-gallery {
    flex-direction: row;
  }
}
.std-gallery__item {
  width: 100%;
  height: 280px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 30px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 992px) {
  .std-gallery__item {
    width: 25%;
    height: 280px;
  }
}
@media (min-width: 992px) {
  .std-gallery__item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 30px;
    background: rgba(0, 107, 53, 0.5);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
}
.std-gallery__item.avtive {
  filter: drop-shadow(-12px 13px 40px rgba(0, 107, 53, 0.5));
}
@media (min-width: 1100px) {
  .std-gallery__item:hover {
    filter: drop-shadow(-12px 13px 40px rgba(0, 107, 53, 0.5));
    width: 50%;
  }
  .std-gallery__item:hover:before {
    background: rgba(0, 107, 53, 0);
  }
}
.std-gallery--space-above {
  margin-top: 20px;
}

.std-image-title {
  color: #fff;
  font-family: "pp-mori", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.69px;
}
.std-image-title--bottom-left {
  position: absolute;
  bottom: 20px;
  left: 33px;
}

@media (max-width: 550px) {
  #work-offers .small-tile .slide-arrow-next {
    /*position: absolute;
    top: 36px;
    right: 36px;*/
    height: 70px;
    width: 70px;
  }
}

.col-06--right-space {
  margin-right: 5%;
}

@media (min-width: 550px) {
  .site-subsection {
    margin-top: 40%;
  }
}

@media (min-width: 550px) {
  .left-space {
    margin-left: 60px;
  }
}
@media (min-width: 1100px) {
  .left-space {
    margin-left: 80px;
  }
}

p {
  text-align: justify !important;
}

.position-top-right {
  position: absolute;
  top: 23px;
  left: 44px;
}
@media (min-width: 550px) {
  .position-top-right {
    right: 140px;
    left: unset;
  }
}

@media (max-width: 550px) {
  .horizontal-items--mobile-one-line {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
  }
  .horizontal-items--mobile-one-line > li {
    padding-bottom: 0;
  }
  .horizontal-items--mobile-one-line > li:last-child {
    padding: 0 0 0 10px;
  }
}

.video-tile .video-tile__bottom-bar {
  opacity: 0;
  visibility: hidden;
}

.video-tile--playing .video-tile__bottom-bar {
  opacity: 1;
  visibility: visible;
}

.offer__title {
  color: #000;
  font-family: "pp-mori", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 1.14px;
}
@media (min-width: 650px) {
  .offer__title {
    font-size: 38px;
    line-height: 50px;
  }
}
.offer__content {
  margin-top: 40px;
}
.offer__logo {
  margin-top: 62px;
}
.offer__logo img {
  height: 47px;
}
.offer__description {
  margin-top: 18px;
}
.offer__button {
  margin-top: 33px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.offer .simple-vertical-list {
  margin-left: 20px;
}
.offer .flex-column .col-6 {
  margin-bottom: 10px;
}
@media (min-width: 1100px) {
  .offer .flex-column .col-6 {
    margin-bottom: 0;
  }
}
@media (min-width: 650px) {
  .offer .flex-column .col-6:first-child {
    padding-right: 24px;
  }
}
@media (min-width: 650px) {
  .offer .flex-column .col-6:last-child {
    padding-left: 24px;
  }
}
.offer .text strong {
  font-size: 16px;
}
.offer .text ul > li:before {
  top: 10px;
}

.simple-vertical-list {
  color: #000;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.42px;
  list-style-position: outside;
}
.simple-vertical-list--space-below {
  margin-bottom: 27px;
}

.flex-column--space-below {
  margin-bottom: 10px;
}
@media (min-width: 650px) {
  .flex-column--space-below {
    margin-bottom: 40px;
  }
}

.std-text {
  font-family: "Work Sans", sans-serif;
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.42px;
}
.std-text--bold {
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0.48px;
}
.std-text--big {
  color: #000;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.48px;
}
.std-text--space-below {
  margin-bottom: 15px;
}

.std-overlayer__inner {
  position: relative;
}
@media (min-width: 650px) {
  .std-overlayer__inner {
    padding: 42px 32px;
  }
}
@media (min-width: 1100px) {
  .std-overlayer__inner {
    width: 70%;
    border-radius: 60px;
    padding: 60px 100px;
  }
}

.std-overlayer__close {
  top: 10px;
  right: 10px;
}
@media (min-width: 650px) {
  .std-overlayer__close {
    top: 20px;
    right: 20px;
  }
}
@media (min-width: 1100px) {
  .std-overlayer__close {
    top: 42px;
    right: 42px;
  }
}

.icon-plus--big {
  width: 28px;
  height: 28px;
}
@media (min-width: 650px) {
  .icon-plus--big {
    width: 42px;
    height: 42px;
  }
}
.icon-plus--big:before, .icon-plus--big:after {
  background: #006B35;
}

.col-6--mobile-space-above {
  margin-top: 40px;
}
@media (min-width: 650px) {
  .col-6--mobile-space-above {
    margin-top: 0;
  }
}

.small-fixed-info {
  background: #45AC34;
  color: #fff;
  padding: 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100000;
  display: none;
}
@media (min-width: 480px) {
  .small-fixed-info {
    padding-left: 116px;
  }
}
@media (min-width: 650px) {
  .small-fixed-info {
    padding: 20px 28px 20px 120px;
  }
}
@media (min-width: 768px) {
  .small-fixed-info {
    max-width: 830px;
    left: 50%;
    margin: 0 0 0 -415px;
  }
}
@media (min-width: 900px) {
  .small-fixed-info {
    padding-left: 80px;
  }
}
.small-fixed-info__inner {
  position: relative;
  padding: 0 32px 0 0;
}
@media (min-width: 480px) {
  .small-fixed-info__inner {
    padding-right: 40px;
  }
}
@media (min-width: 650px) {
  .small-fixed-info__inner {
    padding-right: 72px;
  }
}
.small-fixed-info__inner a {
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
}
.small-fixed-info__inner a:hover {
  color: #fff;
}
.small-fixed-info__close-container {
  position: absolute;
  top: 0;
  right: -15px;
}
@media (min-width: 650px) {
  .small-fixed-info__close-container {
    right: 0;
  }
}
.small-fixed-info__close {
  cursor: pointer;
}
.small-fixed-info__close:after {
  color: #fff;
}
.small-fixed-info__close:hover:after {
  color: #fff;
}

.extended-icon-plus {
  width: 21px;
  height: 21px;
  position: relative;
  overflow: hidden;
  background: #45AC34;
  margin: 1px;
  cursor: pointer;
}
.extended-icon-plus:after {
  content: "✕";
  display: block;
  transform: rotate(45deg);
}

.icon-close {
  background: transparent;
  width: 30px;
  height: 30px;
  position: relative;
  overflow: hidden;
  margin: 1px;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.icon-close:after {
  content: "✕";
  display: block;
  transform: rotate(45deg);
}

.icon-close--large::after {
  width: 30px;
  margin: -5px 0px 0px 0px;
}

.icon-close::after {
  /*color: $light-color;*/
  font-size: 25px;
}

.intro-overlayer {
  height: 100vh;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(69, 172, 52, 0.5);
  z-index: 99999;
  cursor: pointer;
  /* &__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 21px;
    display: block;
    cursor: pointer;
    background-image: url('/img/icons/close-light.svg');
    background-repeat: no-repeat;
    background-size: contain;

    @media (min-width: $tablet-s) {
      top: 40px;
      right: 40px;
      width: 37px;
      height: 36px;
    }

    @media (min-width: $desktop-s) {
      top: 80px;
      right: 80px;
    }
  } */
}
.intro-overlayer__image {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.intro-overlayer__image-container {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
@media (min-width: 650px) {
  .intro-overlayer__image-container {
    width: 60%;
  }
}
.intro-overlayer__image-container:after {
  content: "";
  position: absolute;
  top: -30px;
  right: 0;
  width: 20px;
  height: 21px;
  display: block;
  cursor: pointer;
  background-image: url("/img/icons/close-light.svg");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
@media (min-width: 650px) {
  .intro-overlayer__image-container:after {
    top: -50px;
    right: -50px;
    width: 37px;
    height: 36px;
  }
}
.intro-overlayer--hide {
  display: none;
}

.intro-active {
  overflow: hidden;
  position: fixed;
}

.title-with-description {
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.title-with-description .section-header, .title-with-description .section-title {
  width: fit-content;
}
.title-with-description--space-below {
  margin-bottom: 60px;
}

.languages-dropdown {
  position: relative;
}
.languages-dropdown__current, .languages-dropdown__list > li {
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 168%;
  letter-spacing: 0.24px;
  cursor: pointer;
  user-select: none;
  background-color: #006B35;
  border-radius: 20px;
  padding: 9px 11px 2px 11px;
  cursor: pointer;
  position: relative;
}
.languages-dropdown__current {
  position: relative;
  z-index: 1;
  font-family: "pp-mori", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: #fff;
  padding-bottom: 8px;
  position: relative;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  user-select: none;
}
.languages-dropdown__current:before {
  content: "";
  display: inline-block;
  height: 18px;
  width: 25px;
  background-image: url("/img/icons/globe-light-small.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.languages-dropdown__current:after {
  content: "";
  display: inline-block;
  height: 14px;
  width: 22px;
  background-image: url("/img/icons/language-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  transform: rotate(180deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.languages-dropdown__list {
  list-style: none;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 250ms ease-out;
  bottom: 0;
  left: 0;
  background-color: #006B35;
  transform: translateY(100%);
  padding: 0 10px 9px 11px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 100%;
  z-index: 0;
}
.languages-dropdown__list:before {
  content: "";
  position: absolute;
  top: -16px;
  left: 0;
  width: 100%;
  height: 16px;
  background-color: #006B35;
}
.languages-dropdown__list > li {
  font-family: "pp-mori", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  user-select: none;
  padding-bottom: 8px;
  display: flex;
  justify-content: center;
}
.languages-dropdown__list > li:last-child {
  padding-bottom: 0;
}
.languages-dropdown__list > li a:hover {
  color: #A0D035;
}
.languages-dropdown.active .languages-dropdown__list {
  opacity: 1;
  visibility: visible;
}
.languages-dropdown.active .languages-dropdown__current:after {
  transform: rotate(0);
}

#connect-anchor {
  overflow: hidden;
}

.vertical-icons {
  list-style-type: none;
}
.vertical-icons > li {
  padding: 6px 0;
}
.vertical-icons > li:first-child {
  padding-top: 0;
}

.icon-round, .icon-round-minus, .icon-round-plus {
  width: 32px;
  height: 32px;
}
@media (min-width: 768px) {
  .icon-round, .icon-round-minus, .icon-round-plus {
    width: 40px;
    height: 40px;
  }
}

.extended-icon, .icon-round-minus, .icon-round-plus, .icon-email, .icon-resize, .icon-sound, .icon-rewind {
  display: block;
  overflow: hidden;
  position: relative;
  text-indent: -10000px;
  text-align: left;
}
.extended-icon:before, .icon-round-minus:before, .icon-round-plus:before, .icon-email:before, .icon-resize:before, .icon-sound:before, .icon-rewind:before, .extended-icon:after, .icon-round-minus:after, .icon-round-plus:after, .icon-email:after, .icon-resize:after, .icon-sound:after, .icon-rewind:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.2s linear;
}
.extended-icon:after, .icon-round-minus:after, .icon-round-plus:after, .icon-email:after, .icon-resize:after, .icon-sound:after, .icon-rewind:after {
  opacity: 0;
}

.extended-icon--interactive, .icon-round-minus, .icon-round-plus, .icon-email {
  cursor: pointer;
}
.extended-icon--interactive:hover:after, .icon-round-minus:hover:after, .icon-round-plus:hover:after, .icon-email:hover:after, .extended-icon--interactive:focus:after, .icon-round-minus:focus:after, .icon-round-plus:focus:after, .icon-email:focus:after {
  opacity: 1;
}

.icon-round-plus:before {
  background-image: url("/img/icons/icon-plus-light-filled-stroke.svg");
}
.icon-round-plus:after {
  background-image: url("/img/icons/icon-plus-filled.svg");
}

.icon-round-minus:before {
  background-image: url("/img/icons/icon-minus-light-filled-stroke.svg");
}
.icon-round-minus:after {
  background-image: url("/img/icons/icon-minus-filled.svg");
}

.map-section__controls {
  position: absolute;
  bottom: 50%;
  right: 20px;
}
@media (min-width: 1100px) {
  .map-section__controls {
    bottom: 30px;
    right: 30px;
  }
}

@media (min-width: 650px) {
  .subsection-subheader--desktop-center {
    text-align: center;
  }
}

.subsection-title--light {
  color: #fff;
}

.common-list {
  list-style-type: none;
}
.common-list > li {
  display: block;
  padding: 10px 0;
  font-size: 16px;
}
@media (min-width: 768px) {
  .common-list > li {
    font-size: 18px;
  }
}
@media (min-width: 1300px) {
  .common-list > li {
    font-size: 20px;
  }
}
.common-list > li:first-child {
  padding-top: 0;
}
.common-list > li:last-child {
  padding-bottom: 0;
}
.common-list > li a {
  color: #000;
  text-decoration: underline;
  width: fit-content;
}
.common-list > li a:hover {
  color: #45AC34;
}

.list-container {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .list-container {
    margin-top: 30px;
  }
}
@media (min-width: 1300px) {
  .list-container {
    margin-top: 40px;
  }
}

.icon-download {
  width: 30px;
  height: 30px;
  position: relative;
  display: inline-block;
}
.icon-download::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%) rotate(180deg);
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/img/icons/top-dark.svg");
}

.link-download {
  display: flex;
  align-items: center;
  gap: 30px;
}

.text--over {
  position: relative;
  z-index: 4;
}

.site-section--hidden {
  overflow: hidden;
}
