/*!
Theme Name: Mom
Author: PLUSONE
Version: 0.01
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mom
*/
@font-face {
  font-family: "Oswald";
  src: url("fonts/Oswald-Light.eot");
  src: url("fonts/Oswald-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Oswald-Light.ttf") format("truetype"), url("fonts/Oswald-Light.woff") format("woff"), url("fonts/Oswald-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Oswald";
  src: url("fonts/Oswald-SemiBold.eot");
  src: url("fonts/Oswald-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/Oswald-SemiBold.ttf") format("truetype"), url("fonts/Oswald-SemiBold.woff") format("woff"), url("fonts/Oswald-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
html, body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 5.63vw;
  font-weight: 400;
  height: 100%;
  color: #343434;
}
@media (max-width: 767px) and (orientation: landscape) {
  html, body {
    font-size: 2.34vw;
  }
}
@media (min-width: 768px) {
  html, body {
    font-size: 2.34vw;
  }
}
@media (min-width: 1025px) {
  html, body {
    font-size: 0.94vw;
  }
}

body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

div#page {
  flex: auto;
}

.error404-content {
  padding: 3rem 0;
}

* {
  box-sizing: border-box;
}

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

.container {
  width: 100%;
  padding-left: 1.1111111111rem;
  padding-right: 1.1111111111rem;
}
@media (min-width: 768px) {
  .container {
    padding-left: 2.2222222222rem;
    padding-right: 2.2222222222rem;
  }
}
@media (min-width: 1025px) {
  .container {
    padding-left: 3.3333333333rem;
    padding-right: 3.3333333333rem;
    margin-left: auto;
    margin-right: auto;
  }
  .container.wide {
    width: 93.75%;
  }
}

body,
button,
input,
select,
optgroup,
textarea {
  color: inherit;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.15;
}

*:focus {
  outline: none;
}

* {
  box-sizing: border-box;
}

p {
  margin: 0 0 1em 0;
}

ul {
  padding-left: 1em;
}

embed,
iframe,
object {
  max-width: 100%;
}

img, video {
  max-width: 100%;
  height: auto;
}

figure {
  margin: 1em 0;
}

.wp-block-table {
  margin: 0 0 1.5em;
  width: 100%;
}
@media (min-width: 768px) {
  .wp-block-table {
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    padding: 1.2222222222rem;
  }
}

table {
  width: 100%;
}
table tbody {
  vertical-align: initial;
}

th, td {
  font-family: "Roboto", sans-serif;
  padding: 0.5rem;
  text-align: left;
  border: 1px solid #C4C4C4;
  vertical-align: baseline;
}
@media (min-width: 1025px) {
  th, td {
    padding: 1.1111111111rem 0.8333333333rem;
  }
}
th:last-child, td:last-child {
  border-right: 0;
}
th:first-child, td:first-child {
  border-left: 0;
}

tr:last-child td {
  border-bottom: 0;
}

th {
  font-size: 0.5555555556rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
  text-transform: uppercase;
  border-top: 0;
  text-align: center;
  vertical-align: middle;
}
@media (min-width: 1025px) {
  th {
    font-size: 1rem;
  }
}

td {
  font-size: 0.6666666667rem;
  line-height: 1.2;
}
@media (min-width: 1025px) {
  td {
    font-size: 1.1111111111rem;
  }
}

b, strong {
  font-weight: bold;
}

.youtube-video, .wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.youtube-video.square, .wp-embed-aspect-16-9 .wp-block-embed__wrapper.square {
  padding-bottom: 100%;
}
.youtube-video iframe, .wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

.wp-embed-aspect-4-3 .wp-block-embed__wrapper {
  position: relative;
  height: 0;
  padding-bottom: 75%;
}
.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

@media (max-width: 767px) {
  .hidden-to-tablet {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-from-tablet {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .hidden-to-desktop {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .hidden-from-desktop {
    display: none !important;
  }
}

header#masthead {
  background: #F4BB47;
  padding: 0.7222222222rem 0;
}
@media (min-width: 1025px) {
  header#masthead {
    padding: 1.9444444444rem 0;
  }
}
header#masthead .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  header#masthead .container {
    padding-left: 0.5555555556rem;
    padding-right: 0.5555555556rem;
  }
}
header#masthead .container .logos {
  display: flex;
  align-items: center;
}
header#masthead .container .logos a {
  display: block;
  margin-right: 0.5555555556rem;
}
@media (min-width: 768px) {
  header#masthead .container .logos a {
    margin-right: 1.1111111111rem;
  }
}
@media (min-width: 1025px) {
  header#masthead .container .logos a {
    margin-right: 2.5rem;
  }
}
header#masthead .container .logos a img {
  display: block;
  width: 100%;
}
header#masthead .container .logos a:nth-child(1) {
  width: 2.1111111111rem;
}
@media (min-width: 768px) {
  header#masthead .container .logos a:nth-child(1) {
    width: 4.2222222222rem;
  }
}
@media (min-width: 1025px) {
  header#masthead .container .logos a:nth-child(1) {
    width: 9.2222222222rem;
  }
}
header#masthead .container .logos a:nth-child(2) {
  width: 1.6666666667rem;
  transform: translateY(-6%);
}
@media (min-width: 768px) {
  header#masthead .container .logos a:nth-child(2) {
    width: 3.3333333333rem;
  }
}
@media (min-width: 1025px) {
  header#masthead .container .logos a:nth-child(2) {
    width: 7.2777777778rem;
  }
}
header#masthead .container .logos .text {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 0.4444444444rem;
  line-height: 1;
}
@media (min-width: 768px) {
  header#masthead .container .logos .text {
    font-size: 1rem;
  }
}
@media (min-width: 1025px) {
  header#masthead .container .logos .text {
    font-size: 1.8888888889rem;
  }
}
header#masthead .container .submit {
  display: block;
  background: #343434;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 0.5555555556rem;
  line-height: 1;
  color: #F5F5F5;
  padding: 0.5em;
}
@media (min-width: 768px) {
  header#masthead .container .submit {
    font-size: 0.8888888889rem;
  }
}
@media (min-width: 1025px) {
  header#masthead .container .submit {
    font-size: 1.5555555556rem;
  }
}

h1 {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.3333333333rem;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 0.5em 0;
}
@media (min-width: 768px) {
  h1 {
    font-size: 2.4444444444rem;
  }
}
@media (min-width: 1025px) {
  h1 {
    font-size: 3.3333333333rem;
  }
}
h1 strong {
  font-weight: 600;
}
@media (min-width: 768px) {
  h1 strong {
    white-space: nowrap;
  }
}

h2 {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.3333333333rem;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 0.3em 0;
}
@media (min-width: 768px) {
  h2 {
    font-size: 1.9444444444rem;
  }
}
@media (min-width: 1025px) {
  h2 {
    font-size: 3.8888888889rem;
  }
}

section#top {
  padding: 1.1111111111rem 0 1.6666666667rem 0;
  background: url("images/noise.jpg") no-repeat center;
  background-size: cover;
}
@media (min-width: 768px) {
  section#top {
    padding: 2.7777777778rem 0;
  }
}
@media (min-width: 1025px) {
  section#top {
    padding: 5rem 0;
  }
}
@media (min-width: 1025px) {
  section#top .container {
    display: flex;
  }
}
section#top .container .content {
  font-size: 0.6666666667rem;
  line-height: 1.4;
}
@media (min-width: 768px) {
  section#top .container .content {
    font-size: 0.8888888889rem;
  }
}
@media (min-width: 1025px) {
  section#top .container .content {
    font-size: 1.1111111111rem;
  }
}
section#top .container .with-video {
  flex: none;
}
@media (min-width: 1025px) {
  section#top .container .with-video {
    width: 42.7777777778rem;
    margin-left: 3.6111111111rem;
  }
}

section#signs {
  padding: 1.1111111111rem 0 1.6666666667rem 0;
}
@media (min-width: 768px) {
  section#signs {
    padding: 2.7777777778rem 0;
  }
}
@media (min-width: 1025px) {
  section#signs {
    padding: 4.4444444444rem 0;
  }
}
section#signs h2 {
  margin-bottom: 1.1111111111rem;
  text-align: center;
}
@media (min-width: 1025px) {
  section#signs h2 {
    margin-bottom: 4.4444444444rem;
  }
}
@media (min-width: 768px) {
  section#signs .signs-list {
    display: flex;
  }
}
section#signs .signs-list div {
  flex: 1;
  font-weight: 700;
  font-size: 0.6666666667rem;
  line-height: 1.33;
  padding: 1.1111111111rem 1.6666666667rem;
}
@media (min-width: 1025px) {
  section#signs .signs-list div {
    font-size: 1.3333333333rem;
    padding: 3.8888888889rem 2.7777777778rem;
  }
}
section#signs .signs-list div:nth-child(1) {
  background: #FFF1D6;
}
@media (min-width: 1025px) {
  section#signs .signs-list div:nth-child(1) {
    padding-left: 10rem;
  }
}
section#signs .signs-list div:nth-child(2) {
  background: #FADDA3;
}
section#signs .signs-list div:nth-child(3) {
  background: #F4BB47;
}
@media (min-width: 1025px) {
  section#signs .signs-list div:nth-child(3) {
    padding-right: 3.3333333333rem;
  }
}
section#signs .signs-list div ul {
  margin: 0;
}
section#signs h2.big {
  position: relative;
  margin: 0;
  color: #FFFFFF;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.2222222222rem;
  line-height: 1.14;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  section#signs h2.big {
    font-size: 2.7777777778rem;
  }
}
@media (min-width: 1025px) {
  section#signs h2.big {
    font-size: 7.2222222222rem;
  }
}
section#signs h2.big:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 69%;
  top: 53%;
  left: 0;
  transform: translateY(-50%);
  background: #F4BB47;
  z-index: -1;
}

.video-slider {
  padding: 0 1.1111111111rem;
  margin: 1.1111111111rem 0;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .video-slider {
    padding: 0 5.8333333333rem;
    margin: 4.4444444444rem 0;
  }
}
.video-slider .swiper {
  overflow: visible;
}
.video-slider .swiper-footer {
  display: flex;
  align-items: center;
  margin-top: 1.1111111111rem;
}
@media (min-width: 1025px) {
  .video-slider .swiper-footer {
    margin-top: 2.9444444444rem;
  }
}
.video-slider .swiper-footer > div {
  position: initial;
}
.video-slider .swiper-footer .swiper-pagination {
  width: auto;
  flex: none;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.7777777778rem;
  line-height: 1;
  color: #101010;
  margin: 0 0.5555555556rem;
}
@media (min-width: 1025px) {
  .video-slider .swiper-footer .swiper-pagination {
    font-size: 1.1111111111rem;
    margin: 0 1.6666666667rem;
  }
}
.video-slider .swiper-footer .swiper-button-prev {
  transform: rotate(180deg);
}
.video-slider .swiper-footer .swiper-button-prev, .video-slider .swiper-footer .swiper-button-next {
  width: 1.0555555556rem;
  height: 0.7777777778rem;
  background: url("images/arrow.svg") no-repeat center;
  background-size: contain;
  margin: 0;
}
.video-slider .swiper-footer .swiper-button-prev:after, .video-slider .swiper-footer .swiper-button-next:after {
  content: none;
}
.video-slider .swiper-footer .swiper-scrollbar {
  flex: auto;
  margin-left: 1.1111111111rem;
}
@media (min-width: 1025px) {
  .video-slider .swiper-footer .swiper-scrollbar {
    margin-left: 4.4444444444rem;
  }
}

section#met {
  padding: 1.1111111111rem 0 1.6666666667rem 0;
  background: url("images/noise.jpg") no-repeat center;
  background-size: cover;
}
@media (min-width: 768px) {
  section#met {
    padding: 2.7777777778rem 0;
  }
}
@media (min-width: 1025px) {
  section#met {
    padding: 5rem 0;
  }
}
@media (min-width: 1025px) {
  section#met .container {
    padding-left: 16.6666666667rem;
    padding-right: 16.6666666667rem;
    display: flex;
  }
}
section#met .container .content {
  font-size: 0.6666666667rem;
  line-height: 1.4;
}
@media (min-width: 1025px) {
  section#met .container .content {
    font-size: 1.1111111111rem;
  }
}
section#met .container .content a.button {
  display: block;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 0.8333333333rem;
  line-height: 1;
  color: #343434;
  background-color: #F4BB47;
  padding: 0.5555555556rem 1.6666666667rem;
  text-align: center;
  margin-bottom: 1em;
  text-decoration: none;
}
@media (min-width: 768px) {
  section#met .container .content a.button {
    font-size: 1.2222222222rem;
  }
}
@media (min-width: 1025px) {
  section#met .container .content a.button {
    display: inline-block;
    font-size: 1.5555555556rem;
    padding: 0.8333333333rem 7.2222222222rem;
  }
}
@media (min-width: 1025px) {
  section#met .container .content .smaller {
    font-size: 0.8888888889rem;
  }
}
section#met .container .content p a {
  display: inline-block;
  color: initial;
  text-decoration: none;
}
section#met .container .content p a:hover {
  text-decoration: underline;
}
@media (min-width: 1025px) {
  section#met .container .with-video {
    flex: none;
    width: 31.6666666667rem;
    margin-left: 5.5555555556rem;
  }
}
section#met .container .with-video video {
  border-radius: 10%;
}

footer#footer {
  padding: 1.6666666667rem 0 2.2222222222rem 0;
}
@media (min-width: 768px) {
  footer#footer {
    padding: 2.7777777778rem 0;
  }
}
@media (min-width: 1025px) {
  footer#footer {
    padding: 4.4444444444rem 0;
  }
}
@media (min-width: 1025px) {
  footer#footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
footer#footer .container .logos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0.5555555556rem;
  justify-items: center;
  align-items: center;
}
@media (min-width: 768px) {
  footer#footer .container .logos {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1.1111111111rem;
  }
}
@media (min-width: 1025px) {
  footer#footer .container .logos {
    flex: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 1.6666666667rem;
  }
}
footer#footer .container .logos img {
  display: block;
  width: auto;
  height: auto;
  max-width: 5.5555555556rem;
  max-height: 3.3333333333rem;
}
@media (min-width: 768px) {
  footer#footer .container .logos img {
    max-width: 14.4444444444rem;
    max-height: 6.6666666667rem;
  }
}
footer#footer .container .text {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  footer#footer .container .text {
    margin-top: 1.3888888889rem;
  }
}
@media (min-width: 768px) {
  footer#footer .container .text {
    font-size: 1.3333333333rem;
  }
}
@media (min-width: 1025px) {
  footer#footer .container .text {
    flex: none;
    font-size: 1.6666666667rem;
    text-align: left;
    margin-left: 3.8888888889rem;
  }
}

/*# sourceMappingURL=style.css.map */
