@import url("https://p.typekit.net/p.css?s=1&k=tge0mse&ht=tk&f=9886.9887.9892.9893.15675&a=407422&app=typekit&e=css");
@font-face {
  font-family: "jubilat";
  src: url("https://use.typekit.net/af/c54187/00000000000000003b9acadc/27/l?subset_id=1&fvd=n2&v=3") format("woff2"), url("https://use.typekit.net/af/c54187/00000000000000003b9acadc/27/d?subset_id=1&fvd=n2&v=3") format("woff"), url("https://use.typekit.net/af/c54187/00000000000000003b9acadc/27/a?subset_id=1&fvd=n2&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: "jubilat";
  src: url("https://use.typekit.net/af/c84a20/000000000000000000017117/27/l?subset_id=1&fvd=i2&v=3") format("woff2"), url("https://use.typekit.net/af/c84a20/000000000000000000017117/27/d?subset_id=1&fvd=i2&v=3") format("woff"), url("https://use.typekit.net/af/c84a20/000000000000000000017117/27/a?subset_id=1&fvd=i2&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 200;
}
@font-face {
  font-family: "jubilat";
  src: url("https://use.typekit.net/af/dfb62a/00000000000000000001711c/27/l?subset_id=1&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/dfb62a/00000000000000000001711c/27/d?subset_id=1&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/dfb62a/00000000000000000001711c/27/a?subset_id=1&fvd=n5&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "jubilat";
  src: url("https://use.typekit.net/af/cf7f23/00000000000000000001711d/27/l?subset_id=1&fvd=i5&v=3") format("woff2"), url("https://use.typekit.net/af/cf7f23/00000000000000000001711d/27/d?subset_id=1&fvd=i5&v=3") format("woff"), url("https://use.typekit.net/af/cf7f23/00000000000000000001711d/27/a?subset_id=1&fvd=i5&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 500;
}
@font-face {
  font-family: "trajan-sans-pro";
  src: url("https://use.typekit.net/af/1d40fc/00000000000000000001319d/27/l?subset_id=1&fvd=n3&v=3") format("woff2"), url("https://use.typekit.net/af/1d40fc/00000000000000000001319d/27/d?subset_id=1&fvd=n3&v=3") format("woff"), url("https://use.typekit.net/af/1d40fc/00000000000000000001319d/27/a?subset_id=1&fvd=n3&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 300;
}
/* Fonts */
.font-basic {
  font-family: 'jubilat', sans-serif;
  font-weight: 200;
}
.font-heading {
  font-family: 'trajan-sans-pro', sans-serif;
  font-weight: 300;
}
* {
  box-sizing: border-box;
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
a,
input,
textarea,
p,
body,
span {
  margin: 0;
  padding: 0;
}
img {
  border: none;
}
ul li {
  list-style: none;
}
a {
  text-decoration: none;
}
a,
svg,
path {
  transition: all 0.15s ease-in-out;
}
div,
article,
section,
img,
main,
input,
textarea {
  display: block;
}
input,
textarea,
img,
a,
option,
select,
button,
div {
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
html {
  font-size: 10px;
  font-family: 'jubilat', sans-serif;
  font-weight: 200;
}
body {
  font-size: 1.6rem;
  color: #333;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  background: url(../img/old_wall.png) left top / auto repeat;
}
p {
  line-height: 1.5em;
}
.content {
  width: 100%;
  padding: 0 3rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.content--smaller {
  max-width: calc(900px  +  6rem);
}
.content--regular {
  max-width: calc(1200px  +  6rem);
}
.content--bigger {
  max-width: calc(1780px  +  6rem);
}
.content--left {
  margin-left: 0;
}
.absolute-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.button-wrapper {
  text-align: center;
}
.button-wrapper--margin-top {
  margin-top: 3rem;
}
.section {
  padding: 6rem 0;
}
.button {
  display: inline-block;
  font-family: 'trajan-sans-pro', sans-serif;
  font-weight: 300;
  font-size: 1.44rem;
  padding: 0.4rem 0.8rem;
  border: 1px solid #ccc;
  color: #000;
  letter-spacing: 0.1em;
  background: #fff;
  margin-top: 2rem;
  cursor: pointer;
  border-radius: 0.5rem;
  margin: 0.2rem;
}
.button:hover {
  background-color: #f7f7f7;
}
.button--active {
  background-color: #f7f7f7;
}
.global-style > *:first-child {
  margin-top: 0;
}
.global-style > *:last-child {
  margin-bottom: 0;
}
.global-style p {
  margin: 2rem 0;
}
.global-style p a,
.global-style li a,
.global-style table a,
.global-style .wp-block-file a:not(.wp-block-file__button) {
  color: #003d85;
  text-decoration: underline;
}
.global-style p a:hover,
.global-style li a:hover,
.global-style table a:hover,
.global-style .wp-block-file a:not(.wp-block-file__button):hover {
  text-decoration: none;
}
.global-style .has-small-font-size {
  font-size: 1.4rem;
}
.global-style .has-medium-font-size {
  font-size: 2rem;
}
.global-style .has-large-font-size {
  font-size: 2.4rem;
}
.global-style .has-huge-font-size {
  font-size: 2.8rem;
}
.global-style p {
  margin: 2rem 0;
  font-size: 1.6rem;
  line-height: 1.5em;
}
.global-style hr {
  border: 0;
  height: 1px;
  background: #333;
  clear: both;
  margin: 2rem 0;
}
.global-style h2,
.global-style h3,
.global-style h4,
.global-style h5 {
  font-family: 'trajan-sans-pro', sans-serif;
  line-height: 1em;
  font-weight: 300;
}
.global-style h2 {
  font-size: 2.4rem;
  margin: 3rem 0;
}
.global-style h3 {
  font-size: 2.2rem;
  margin: 2.5rem 0;
}
.global-style h4 {
  font-size: 2rem;
}
.global-style ol:not([class]),
.global-style ul:not([class]) {
  counter-reset: item;
  list-style: none;
  line-height: 2.1rem;
  margin: 2rem 0;
  font-size: 1.6rem;
  padding-left: 0;
}
.global-style ol:not([class]) li,
.global-style ul:not([class]) li {
  padding-left: 2.4rem;
  position: relative;
  line-height: 1.5em;
  text-align: justify;
}
.global-style ol:not([class]) li:not(:last-of-type),
.global-style ul:not([class]) li:not(:last-of-type) {
  padding-bottom: 0.8rem;
}
.global-style ul:not([class]) li::before {
  content: '';
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 0.3rem;
  position: absolute;
  left: 0;
  top: 0.8rem;
  border-width: 0.3rem;
  border-style: solid;
}
.global-style ul li::before {
  border-color: #003d85;
}
.global-style ol li::before {
  color: #003d85;
}
.global-style ol:not([class]) li {
  padding-left: 2rem;
}
.global-style ol:not([class]) li::before {
  counter-increment: item;
  content: counter(item) '. ';
  font-weight: 700;
  display: inline-block;
  position: absolute;
  left: 0;
  z-index: 2;
}
.global-style blockquote {
  border-left: 0.4rem solid #003d85;
  margin: 3rem 0;
  padding: 2rem 3rem;
}
.global-style blockquote p {
  font-size: 1.8rem;
  margin: 0;
}
.global-style blockquote cite {
  color: #666;
  margin-top: 2rem;
  display: block;
}
.global-style .wp-block-table table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  margin: 2rem 0;
  border: 1px solid #eee;
}
.global-style .wp-block-table td {
  background: #f2f2f2;
  padding: 1rem 1.6rem;
}
.global-style .wp-block-table tr:nth-of-type(even) td {
  background: #fcfcfc;
}
.global-style .contact-columns .wp-block-column:not(:last-of-type) {
  border-right: 1px solid #e2e0e0;
}
.global-style .company p {
  text-align: justify;
  font-size: 1.8rem;
}
.global-style .bigger-text p {
  font-size: 1.8rem;
}
.top-bar {
  text-align: center;
  padding: 1.5rem 0 2rem;
  background-color: #fff;
  z-index: 99;
}
.top-bar::after {
  content: "";
  width: 5rem;
  height: 2rem;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='19'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M50 0C50 0 40.1 3.5 34.1 8.1 27.6 13 25 19 25 19 25 19 22.3 12.9 15.8 8 9.8 3.4 0 0 0 0L50 0Z'/%3E%3C/svg%3E");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}
.logo {
  display: inline-block;
  margin: 0 auto 2rem auto;
}
.logo img {
  height: 3.5rem;
  width: auto;
}
.menu li {
  display: inline-block;
}
.menu li:not(:last-of-type) {
  border-right: 1px solid #efefef;
}
.menu li.current-menu-item a,
.menu li.current-page-ancestor a {
  color: #003d85;
}
.menu a {
  padding: 0 1rem;
  color: #333;
  font-family: 'trajan-sans-pro', sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  letter-spacing: .1rem;
  display: block;
}
.menu a:hover {
  color: #003d85;
}
.page-title-hp {
  font-size: 11rem;
  color: #fff;
  font-family: 'trajan-sans-pro', sans-serif;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-bottom: 6rem;
  text-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.25);
  line-height: 1em;
}
.hp-section {
  text-align: center;
}
.hp-section .content {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.hp-section__box {
  max-width: 46rem;
  padding: 2rem 4.2rem;
  background-color: #fff;
  text-align: center;
  margin: 0 auto;
}
.hp-section__box p {
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 1.1em;
  letter-spacing: 0.1rem;
}
.hp-section__box-title {
  font-family: 'trajan-sans-pro', sans-serif;
  font-size: 3.4rem;
  margin-bottom: 1rem;
  font-weight: 300;
}
.hp-section__box--arrow-down::after {
  content: "";
  width: 5rem;
  height: 2rem;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='19'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M50 0C50 0 40.1 3.5 34.1 8.1 27.6 13 25 19 25 19 25 19 22.3 12.9 15.8 8 9.8 3.4 0 0 0 0L50 0Z'/%3E%3C/svg%3E");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}
.hp-section__box--arrow-up::after {
  content: "";
  width: 5rem;
  height: 2rem;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='19'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M50 0C50 0 40.1 3.5 34.1 8.1 27.6 13 25 19 25 19 25 19 22.3 12.9 15.8 8 9.8 3.4 0 0 0 0L50 0Z'/%3E%3C/svg%3E");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
  top: auto;
  bottom: 100%;
  transform: translate(-50%, 0) rotate(180deg);
}
.hp-section__button {
  display: block;
  font-family: 'trajan-sans-pro', sans-serif;
  font-weight: 300;
  font-size: 1.44rem;
  padding: 0.4rem 0.8rem;
  border: 1px solid #f7f7f7;
  color: #666;
  letter-spacing: 0.1em;
  background: #fff url(../img/svg/arrow-down.svg) center / auto no-repeat;
  min-height: 4.6rem;
  margin-top: 2rem;
}
.hp-section__button:hover {
  background-color: #f7f7f7;
  border-color: #eee;
}
.hp-section__inside-wrapper {
  text-align: center;
}
.hp-section__inside-wrapper img {
  margin: 0 auto;
}
.hp-categories {
  max-width: 96rem;
  margin: 0 auto;
  margin-top: 2rem;
  margin-bottom: 6rem;
}
.hp-categories__button {
  display: inline-block;
  margin: 0.3rem;
  font-family: 'trajan-sans-pro', sans-serif;
  font-weight: 300;
  font-size: 1.44rem;
  padding: 0.4rem 0.8rem;
  border: 1px solid #e2e0e0;
  border-radius: 0.5rem;
  color: #666;
  letter-spacing: 0.1em;
  background-color: #f7f7f7;
}
.hp-categories__button:hover {
  background-color: #fff;
  color: #003d85;
}
.sidebar-navigation {
  position: fixed;
  z-index: 66;
  right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 5rem;
  top: 0;
}
.sidebar-navigation li {
  position: relative;
  margin: 1.5rem 0;
  cursor: pointer;
}
.sidebar-navigation li a {
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  position: relative;
  z-index: 5;
}
.sidebar-navigation li span {
  position: absolute;
  transition: all 0.15s ease-in-out;
  opacity: 0;
  visibility: hidden;
  color: #333;
  font-size: 1.6rem;
  background-color: #fff;
  padding: 0.4rem 2rem;
  border-radius: 0.5rem;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  white-space: nowrap;
}
.sidebar-navigation li:hover::after {
  background: #999;
}
.sidebar-navigation li:hover span {
  opacity: 1;
  visibility: visible;
  right: 2.4rem;
}
.sidebar-navigation li::after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: #666;
  transition: all 0.15s ease-in-out;
  top: 0;
  position: absolute;
  z-index: 1;
  border: 2px solid #fff;
}
.sidebar-navigation li.active::after {
  background-color: #003d85;
}
.page-title {
  font-size: 4.6rem;
  font-family: 'trajan-sans-pro', sans-serif;
  font-weight: 300;
  margin-bottom: 2rem;
}
.page-title--center {
  text-align: center;
}
.main--world {
  background: url(../img/world.png) center 60% / auto no-repeat;
  background-attachment: fixed;
}
.story {
  margin-top: 5rem;
  background: url(../img/timeline.gif) center top / auto repeat-y;
  overflow: hidden;
}
.story__inside-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.story__item {
  display: flex;
  align-items: center;
}
.story__item:not(:last-of-type) {
  margin-bottom: 10rem;
}
.story__image {
  flex-basis: 50%;
}
.story__image img {
  border-radius: 50%;
  margin-left: auto;
  max-width: 260px;
}
.story__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  padding: 2rem;
  background-color: #ccc;
  flex-shrink: 0;
  margin: 0 6rem;
}
.story__icon img {
  max-width: 4rem;
  max-height: 4rem;
}
.story__text {
  flex-basis: 50%;
}
.story__text p::first-letter {
  font-size: 1.5em;
}
.material-categories {
  margin: 4rem -0.2rem;
}
.material-page-text {
  max-width: 80rem;
}
.page-subheading {
  font-size: 3.6rem;
  font-family: 'trajan-sans-pro', sans-serif;
  font-weight: 300;
  margin: 2.5rem 0;
}
.materials {
  display: flex;
  flex-wrap: wrap;
  margin: -2rem -3rem;
}
.materials__item {
  flex-basis: 16.66%;
  max-width: calc(240px + 6rem + 1px);
  padding: 1rem 3rem;
  margin: 2rem 0;
  display: block;
}
.materials__item a {
  display: block;
}
.materials__item img {
  display: block;
}
.materials__small-thumbnail {
  position: absolute;
  right: 2rem;
  top: 0rem;
  border: 0.5rem solid #fff;
  box-shadow: 0 0.3rem 0.8rem rgba(0, 0, 0, 0.2);
  width: 7rem;
  height: 7rem;
  transition: all 0.15s ease-in-out;
  z-index: 5;
}
.materials__small-thumbnail:hover {
  box-shadow: 0 0.3rem 0.8rem rgba(0, 0, 0, 0.3);
}
.materials__title {
  font-size: 2.1rem;
  line-height: 1.1em;
  font-family: 'trajan-sans-pro', sans-serif;
  font-weight: 300;
  margin: 1rem 0 0.7rem;
}
.materials__country {
  line-height: 1em;
}
.admin-bar .secondary-menu-outside-wrapper {
  min-height: calc(100vh - 121px - 32px);
}
.secondary-menu-outside-wrapper {
  position: absolute;
  left: -28rem;
  top: 0;
  min-height: calc(100vh - 121px);
  display: flex;
  z-index: 10;
  transition: all 0.15s ease-in-out;
  transition-duration: 0.3s;
  height: 100%;
}
.secondary-menu-outside-wrapper.open {
  left: 0;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.25);
}
.secondary-menu {
  background-color: #b1ab93;
  padding: 3rem 0;
  width: 28rem;
  overflow-y: auto;
}
.secondary-menu li {
  display: block;
}
.secondary-menu li:first-of-type > a {
  border-top: 1px solid #cac6b6;
}
.secondary-menu li li a {
  border-top: 0 !important;
}
.secondary-menu a {
  font-family: 'trajan-sans-pro', sans-serif;
  font-weight: 300;
  font-size: 1.7rem;
  color: #fff;
  padding: 0.5rem 1rem;
  background: #b1ab93;
  display: block;
  border-bottom: 1px solid #cac6b6;
}
.secondary-menu a:hover {
  color: #000;
}
.secondary-menu li li a {
  background: #a19c87;
  padding-left: 2rem;
  font-size: 1.5rem;
}
.secondary-menu li li a:hover {
  background: #b1ab93;
}
.secondary-menu .menu-item-has-children > a {
  padding-right: 5rem;
}
.secondary-menu .menu-item-has-children:not(.current-menu-parent) .sub-menu {
  display: none;
}
.secondary-menu .current-menu-item > a {
  color: #000;
}
.secondary-menu .js-open-submenu {
  position: absolute;
  right: 0;
  width: 4rem;
  top: 0;
  height: 3.6rem;
  border-left: 1px solid #cac6b6;
  z-index: 5;
  cursor: pointer;
}
.secondary-menu .js-open-submenu::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../img/svg/arrow-down-white.svg) center / 2rem auto no-repeat;
  transform: rotate(-90deg);
  transition: all 0.15s ease-in-out;
}
.secondary-menu .js-open-submenu.open::before {
  transform: rotate(0deg);
}
.secondary-menu-controller {
  background: #cac6b6;
  padding: 3rem 1rem;
}
.secondary-menu-button,
.mobile-menu-button {
  width: 40px;
  height: 37px;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
  display: block;
  cursor: pointer;
}
.secondary-menu-button:hover span,
.mobile-menu-button:hover span {
  background: #fff;
}
.secondary-menu-button span,
.mobile-menu-button span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #efefef;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.secondary-menu-button span:nth-child(1),
.mobile-menu-button span:nth-child(1) {
  top: 0px;
}
.secondary-menu-button span:nth-child(2),
.mobile-menu-button span:nth-child(2),
.secondary-menu-button span:nth-child(3),
.mobile-menu-button span:nth-child(3) {
  top: 16px;
}
.secondary-menu-button span:nth-child(4),
.mobile-menu-button span:nth-child(4) {
  top: 32px;
}
.secondary-menu-button.open span:nth-child(1),
.mobile-menu-button.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}
.secondary-menu-button.open span:nth-child(2),
.mobile-menu-button.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.secondary-menu-button.open span:nth-child(3),
.mobile-menu-button.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.secondary-menu-button.open span:nth-child(4),
.mobile-menu-button.open span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}
.section--products {
  padding-left: 6rem;
  padding-bottom: 3rem;
}
.content--products {
  margin-left: 0;
  max-width: 78rem;
}
.content--products .global-style p {
  font-size: 1.8rem;
}
.content--products-parent {
  text-align: center;
}
.gallery {
  padding: 0 2rem;
  margin-top: 4rem;
}
.gallery .slick-slide {
  padding: 0 1rem;
}
.slick-arrow {
  position: absolute;
  top: calc(50% - 2rem);
  width: 4rem;
  height: 4rem;
  z-index: 5;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  color: transparent;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  border-radius: 50%;
  box-shadow: 0 0.3rem 0.8rem rgba(0, 0, 0, 0.5);
}
.slick-arrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../img/svg/arrow-down.svg) center / 2rem auto no-repeat;
}
.slick-arrow:hover {
  background: #fff;
}
.slick-prev {
  left: 4rem;
}
.slick-prev::before {
  transform: rotate(90deg);
}
.slick-next {
  right: 4rem;
}
.slick-next::before {
  transform: rotate(-90deg);
}
.slick-disabled {
  cursor: not-allowed;
  background: rgba(255, 255, 255, 0.5) !important;
}
.mobile-menu-button-wrapper {
  display: none;
}
.map {
  display: block;
  width: 100%;
  margin-top: 6rem;
}
input:not([type="submit"]),
textarea {
  font-family: 'jubilat', sans-serif;
  font-weight: 200;
  font-size: 1.5rem;
  padding: 0.7rem 1rem;
  display: block;
  border-radius: 0;
  width: 100%;
  background: #fff;
  color: #000;
  transition: all 0.15s ease-in-out;
  border: 1px solid #e2e0e0;
}
input:not([type="submit"]):focus,
textarea:focus {
  border-color: #003d85;
}
input[type="submit"] {
  display: inline-block;
  font-family: 'trajan-sans-pro', sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  padding: 0.7rem 2rem;
  border: 1px solid #e2e0e0;
  border-radius: 0.5rem;
  color: #666;
  letter-spacing: 0.1em;
  background-color: #003d85;
  cursor: pointer;
  color: #fff;
  transition: all 0.15s ease-in-out;
}
input[type="submit"]:hover {
  background-color: #fff;
  color: #003d85;
}
form br {
  display: none;
}
.submit-wrapper {
  text-align: right;
  position: relative;
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.submit-wrapper .ajax-loader {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.recaptcha-wrapper {
  margin-top: 2rem;
}
.recaptcha-wrapper textarea {
  display: none !important;
}
.input-wrapper {
  margin-bottom: 1rem;
}
div.wpcf7 .wpcf7-form > p {
  padding: 0 !important;
  margin: 1rem 0 !important;
  z-index: 2;
}
div.wpcf7 .red {
  color: red;
}
div.wpcf7 div.wpcf7-response-output {
  background-color: #a72935;
  color: #fff;
  border-radius: 0;
  padding: 1.5rem;
  border: none;
  position: relative;
  text-align: center;
  margin: 2rem 0 0 0;
}
div.wpcf7 div.wpcf7-validation-errors,
div.wpcf7 div.wpcf7-mail-sent-ng {
  display: block;
}
div.wpcf7 div.wpcf7-mail-sent-ok {
  display: inline-block;
  background-color: #00733d;
}
div.wpcf7 span.wpcf7-not-valid-tip {
  display: none;
}
div.wpcf7 .wpcf7-not-valid {
  border-color: #a72935;
}
div.wpcf7 .wpcf7-is-valid {
  border-color: #00733d;
}
.submit-wrapper textarea {
  display: none !important;
  visibility: hidden !important;
}
@media screen and (min-width: 1400px) {
  .materials__item:not(:nth-of-type(6n + 6)) {
    border-right: 1px solid #ddd;
  }
}
@media screen and (min-width: 920px) and (max-width: 1399px) {
  .materials__item:not(:nth-of-type(5n + 5)) {
    border-right: 1px solid #ddd;
  }
}
@media screen and (min-width: 768px) and (max-width: 919px) {
  .materials__item:not(:nth-of-type(4n + 4)) {
    border-right: 1px solid #ddd;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .materials__item:not(:nth-of-type(3n + 3)) {
    border-right: 1px solid #ddd;
  }
}
@media screen and (max-width: 1400px) {
  .materials {
    margin: -2rem;
  }
  .materials__item {
    flex-basis: 20%;
    padding: 1rem 2rem;
  }
}
@media screen and (max-width: 1200px) {
  .page-title-hp {
    font-size: 9rem;
  }
}
@media screen and (max-width: 920px) {
  .page-title-hp {
    font-size: 7rem;
  }
  .wp-block-columns.company {
    display: block;
  }
  .materials__item {
    flex-basis: 25%;
    padding: 1rem 1rem;
  }
  .materials__item img {
    margin: 0 auto;
  }
  .global-style .contact-columns {
    flex-wrap: wrap;
  }
  .global-style .contact-columns .wp-block-column {
    border-right: none !important;
    flex-basis: 100% !important;
    margin-left: 0 !important;
  }
  .global-style .contact-columns .wp-block-column:not(:last-of-type) {
    border-bottom: 1px solid #e2e0e0;
  }
}
@media screen and (max-width: 768px) {
  .top-bar {
    padding: 1rem 0;
  }
  .menu {
    order: 3;
    flex-basis: 100%;
    padding-top: 2rem;
    display: none;
  }
  .menu li {
    max-width: 36rem;
    margin: 0 auto;
    display: block;
    border-right: none !important;
  }
  .menu li:not(:last-of-type) {
    border-bottom: 1px solid #efefef;
  }
  .menu li a {
    padding: 0.5rem 0;
  }
  .mobile-menu-button-wrapper {
    display: flex;
    align-items: center;
    margin-left: 2rem;
  }
  .mobile-menu-button-wrapper .mobile-menu-button {
    margin-left: 1rem;
  }
  .mobile-menu-button-wrapper .mobile-menu-button span {
    background: #000;
  }
  .top-bar .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .top-bar .logo {
    margin: 0;
  }
  .page-title-hp {
    font-size: 5rem;
  }
  .page-title {
    font-size: 4rem;
  }
  .story__item {
    display: block;
  }
  .story__image img {
    margin: 0 auto;
    margin-bottom: 2rem;
    max-width: 14rem;
  }
  .story__icon {
    display: none;
    margin: 2rem auto;
  }
  .story__text p {
    text-align: center;
    font-size: 1.5rem;
  }
  .story__item:not(:last-of-type) {
    margin-bottom: 5rem;
  }
  .secondary-menu-controller {
    padding: 2rem 0.5rem;
  }
  .secondary-menu {
    padding: 2rem 0;
  }
  .secondary-menu-button,
  .mobile-menu-button {
    width: 28px;
    height: 25px;
  }
  .secondary-menu-button span,
  .mobile-menu-button span {
    height: 3px;
  }
  .secondary-menu-button span:nth-child(2),
  .mobile-menu-button span:nth-child(2),
  .secondary-menu-button span:nth-child(3),
  .mobile-menu-button span:nth-child(3) {
    top: 11px;
  }
  .secondary-menu-button span:nth-child(4),
  .mobile-menu-button span:nth-child(4) {
    top: 22px;
  }
  .section--products {
    padding-left: 38px;
  }
  .materials {
    margin: -1rem;
  }
  .materials__item {
    flex-basis: 33.33%;
    margin: 1rem 0;
  }
  .materials__title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 660px) {
  .sidebar-navigation {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .global-style .contact-columns .wp-block-column:not(:first-of-type) {
    margin-top: 2.4rem;
  }
  .page-subheading {
    font-size: 2.8rem;
  }
  .material-categories {
    margin: 2rem -0.2rem;
  }
  .page-title {
    font-size: 3rem;
  }
  .hp-section__box-title {
    font-size: 2.8rem;
  }
  .hp-categories__button,
  .button {
    font-size: 1.3rem;
    padding: 0.3rem 0.6rem;
  }
  .page-title-hp {
    font-size: 4rem;
  }
  .content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .hp-section .content {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .hp-section__box {
    padding: 2rem;
  }
  .hp-categories {
    margin-bottom: 3rem;
  }
  .wp-block-column > *:first-child {
    margin-top: 0;
  }
  .wp-block-columns.company p {
    text-align: left;
  }
  .global-style .company p {
    text-align: justify;
    font-size: 1.6rem;
  }
  .global-style .bigger-text p {
    font-size: 1.6rem;
  }
  .gallery img:not(:last-of-type) {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .materials__item {
    flex-basis: 50%;
    border: none !important;
  }
  .materials__item:not(:nth-of-type(2n + 2)) {
    border-right: 1px solid #ddd !important;
  }
}
@media screen and (min-width: 768px) {
  .show-me {
    transition: all 0.15s ease-in-out;
    transition-duration: 0.5s;
    opacity: 0;
  }
  .show-me.visible {
    opacity: 1;
  }
  .show-me--from-left {
    margin-left: -10rem;
    margin-right: 10rem;
  }
  .show-me--from-left.visible {
    margin-left: 0;
    margin-right: 0;
  }
  .show-me--from-right {
    margin-right: -10rem;
    margin-left: 10rem;
  }
  .show-me--from-right.visible {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-height: 700px) and (min-width: 600px) {
  .slick-slide img {
    height: 40rem;
    width: auto !important;
  }
}
@media screen and (max-height: 540px) and (min-width: 600px) {
  .slick-slide img {
    height: 30rem;
    width: auto !important;
  }
}
/* IE 11 */
